* doc/misc/flymake.texi (Syntax check statuses): Fix multitable continued rows.
[emacs/old-mirror.git] / doc / misc / ChangeLog
blob0e02e2628ad9bade38725efbe414de5e74770d7b
1 2013-02-22  Glenn Morris  <rgm@gnu.org>
3         * flymake.texi (Syntax check statuses): Fix multitable continued rows.
5 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
7         * eshell.texi: Fill most of the missing sections.
9 2013-02-07  Bastien Guerry  <bzg@gnu.org>
11         * org.texi (References): Clarify an example.
12         (Installation): Fix instructions.
13         (Org-Plot): Fix link.
14         (Checkboxes, Radio lists): Fix typos.
16 2013-02-06  Glenn Morris  <rgm@gnu.org>
18         * cl.texi (Equality Predicates): Mention memql.
20 2013-02-03  Eric Ludlam  <zappo@gnu.org>
22         * doc/misc/ede.texi (Creating a project): Make ede-new doc less
23         specific, and only about items it supports, indicating that there
24         might be more.  Remove refs to simple project and direct automake
25         from ede new.
26         (Simple projects): Re-write to not talk about ede-simple-project
27         which is deprecated, and instead use the term to mean projects
28         that don't do much management, just project wrapping.
29         Add ede-generic-project link.
30         (ede-generic-project): New node (bug#11441).
32 2013-02-03  Glenn Morris  <rgm@gnu.org>
34         * cl.texi (Equality Predicates): Fix eq/eql pedantry.
36 2013-01-13  Bastien Guerry  <bzg@gnu.org>
38         * org.texi (Installation): Simplify.
40 2013-01-13  François Allisson  <francois@allisson.co>  (tiny change)
42         * org.texi (Handling links): Update the mention to the obsolete
43         variable `org-link-to-org-use-id' with a mention to the newer
44         variable `org-id-link-to-org-use-id'.  Mention the need to load
45         the org-id library.
47 2013-01-08  Bastien Guerry  <bzg@gnu.org>
49         * org.texi (Pushing to MobileOrg): Add footnote about using
50         symbolic links in `org-directory'.
51         (Timestamps, Deadlines and scheduling): Use `diary-float' instead
52         of the now obsolete alias `org-float'.
53         (TODO basics): Add `org-use-fast-todo-selection' to the variable
54         index.  Fix description of TODO keywords cycling.
55         (Advanced features): Add missing argument for @item.
56         (Storing searches): Add index entries and a note about
57         *-tree agenda views.
58         (Structure editing): Document `org-mark-element' and
59         `org-mark-subtree'.
60         (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
62 2013-01-06  Andreas Schwab  <schwab@linux-m68k.org>
64         * autotype.texi: Remove undefined command @subtitlefont.
65         * cc-mode.texi: Likewise.
67         * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
68         @item argument.
69         (Property searches): Use \\ instead of @backslashchar{}.
70         * pgg.texi (VERSION): Move @set below @setfilename.
72 2013-01-05  Andreas Schwab  <schwab@linux-m68k.org>
74         * ada-mode.texi: Remove braces from @title argument.
75         * eudc.texi: Likewise.
76         * smtpmail.texi: Likewise.
77         * auth.texi (VERSION): Set before first use.
78         * emacs-gnutls.texi (VERSION): Likewise.
79         * pgg.texi (VERSION): Likewise.
80         * ede.texi (Top): Rename from top, all uses changed.
81         * eshell.texi: Add missing argument to @sp.
82         * forms.texi (Top): Reorder menu to match structure.
83         * htmlfontify.texi (Customisation): Add missing @item in @enumerate.
84         * org.texi (Advanced features): Add missing argument for @item.
85         (Property searches): Use @backslashchar{} in macro argument.
86         * pcl-cvs.texi: Add missing argument to @sp.
87         (Movement commands): Fix use of @itemx.
88         * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
89         * reftex.texi (Options (Creating Citations)): Add missing newline
90         before @end.
91         * tramp.texi (Obtaining Tramp): Remove extra dots.
92         (Configuration): Reorder menu to match structure.
93         (Remote shell setup): Replace literal NUL character by \0.
94         * viper.texi (Marking): Add missing argument for @item.
96 2013-01-04  Glenn Morris  <rgm@gnu.org>
98         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
99         Add htmlfontify.
100         (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
101         (htmlfontify.dvi, htmlfontify.pdf): New targets.
102         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
103         ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
105         * htmlfontify.texi: Miscellaneous fixes and updates.
106         Set copyright to FSF, update license to GFDL 1.3+.
108 2013-01-04  Vivek Dasmohapatra  <vivek@etla.org>
110         * htmlfontify.texi: New file.
112 2012-12-22  Glenn Morris  <rgm@gnu.org>
114         * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
115         Avoid some overfull lines.
117         * widget.texi (Programming Example): Break some long lines.
119         * wisent.texi (Wisent Overview): Fix xref.
120         (Grammar format, Understanding the automaton): Avoid overfill.
122         * bovine.texi (Optional Lambda Expression): Allow line break.
124         * auth.texi (Help for users): Break long lines.
126         * ada-mode.texi (Project file variables):
127         Reword to reduce underfull hbox.
128         (No project files, Use GNAT project file):
129         Use smallexample to make some overfull lines less terrible.
131         * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
132         Fix cross-references to separate manuals.
134         * Makefile.in (gfdl): New variable.  Use throughout where
135         appropriate so that targets depend on doclicense.texi.
137 2012-12-22  Eli Zaretskii  <eliz@gnu.org>
139         * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
140         doclicense.texi.  Remove doclicense.texi from all targets that
141         mentioned it explicitly.
143 2012-12-21  Glenn Morris  <rgm@gnu.org>
145         * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
146         * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
147         May as well just include doclicense.texi in everything.
149         * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
150         which @copying says is included.
152         * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
153         * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
154         * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
155         * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
156         * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
157         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
158         * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
159         * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
160         * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
161         * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
162         * widget.texi, wisent.texi, woman.texi: Do not mention buying
163         copies from the FSF, which does not publish these manuals.
165         * erc.texi: No need to include gpl in this small manual.
167 2012-12-14  Glenn Morris  <rgm@gnu.org>
169         * org.texi (copying): Include a copy of the GFDL.
170         (GNU Free Documentation License): New section.
172 2012-12-13  Bastien Guerry  <bzg@gnu.org>
174         * org.texi: Fix typos.
176 2012-12-13  Glenn Morris  <rgm@gnu.org>
178         * wisent.texi: Small edits.  Set copyright to FSF, update license to
179         GFDL 1.3+.
180         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
181         (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
182         New targets.
183         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
184         ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
186         * bovine.texi: Small edits.  Set copyright to FSF, update license to
187         GFDL 1.3+, remove empty index.
188         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
189         (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
190         New targets.
191         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
192         ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
194 2012-12-13  Eric Ludlam  <zappo@gnu.org>
195             David Ponce  <david@dponce.com>
196             Richard Kim  <emacs18@gmail.com>
198         * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
200 2012-12-12  Glenn Morris  <rgm@gnu.org>
202         * flymake.texi (Customizable variables, Locating the buildfile):
203         Remove refs to flymake-buildfile-dirs, removed 2007-07-20.  (Bug#13148)
205         * srecode.texi: Small edits.  Set copyright to FSF, add explicit
206         GFDL 1.3+ license, fix up index.
207         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
208         (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
209         (srecode.pdf): New targets.
210         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
211         ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
213 2012-12-12  Eric Ludlam  <zappo@gnu.org>
215         * srecode.texi: New file, imported from CEDET trunk.
217 2012-12-12  Bastien Guerry  <bzg@gnu.org>
219         * org.texi (Summary, Code block specific header arguments)
220         (Code block specific header arguments)
221         (Header arguments in function calls, var, noweb)
222         (Results of evaluation, Code evaluation security):
223         Small reformatting: add a blank line before some example.
225         * org.texi (System-wide header arguments)
226         (Header arguments in Org mode properties, Conflicts)
227         (Dynamic blocks, Using the mapping API): Fix indendation of
228         Elisp code examples.
230         * org.texi (Comment lines): Fix description of the comment syntax.
232         * org.texi (Installation): Mention "make test" in the correct section.
234 2012-12-02  Michael Albinus  <michael.albinus@gmx.de>
236         * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
237         (External methods): Fix typo.
239 2012-11-30  Glenn Morris  <rgm@gnu.org>
241         * rcirc.texi (Notices): Fix typo.
243 2012-11-20  Michael Albinus  <michael.albinus@gmx.de>
245         * trampver.texi: Downgrade version to 2.2.6-24.3, in order to
246         distinguish from trunk.
248 2012-11-16  Glenn Morris  <rgm@gnu.org>
250         * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
251         (Obsolete Macros): Move example here from Function Bindings.
253 2012-11-13  Glenn Morris  <rgm@gnu.org>
255         * erc.texi: Use @code{nil} rather than just "nil".
256         (Modules): Undocument obsolete "hecomplete".
257         Add "notifications".
258         (Connecting): Add brief section on passwords.
259         (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
261 2012-11-12  Glenn Morris  <rgm@gnu.org>
263         * flymake.texi (Customizable variables)
264         (Highlighting erroneous lines): Mention flymake-error-bitmap,
265         flymake-warning-bitmap, and flymake-fringe-indicator-position.
267 2012-11-09  Chong Yidong  <cyd@gnu.org>
269         * url.texi (Introduction): Move url-configuration-directory to
270         Customization node.
271         (Parsed URIs): Split into its own node.
272         (URI Encoding): New node.
273         (Defining New URLs): Remove empty chapter.
274         (Retrieving URLs): Add an introduction.  Doc fix for url-retrieve.
275         Improve docs for url-queue-*.
276         (Supported URL Types): Copyedits.  Delete empty subnodes.
278 2012-11-08  Chong Yidong  <cyd@gnu.org>
280         * url.texi (Introduction): Rename from Getting Started.
281         Rewrite the introduction.
282         (URI Parsing): Rewrite.  Omit the obsolete attributes slot.
284 2012-11-07  Glenn Morris  <rgm@gnu.org>
286         * cl.texi (Obsolete Setf Customization):
287         Revert defsetf example to the more correct let rather than prog1.
288         Give define-modify-macro, defsetf, and define-setf-method
289         gv.el replacements.
291 2012-11-06  Glenn Morris  <rgm@gnu.org>
293         * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
294         (Setf Extensions): Remove obsolete reference.
295         (Obsolete Setf Customization):
296         Move note on lack of setf functions to lispref/variables.texi.
297         Undocument get-setf-method, since it no longer exists.
298         Mention simple defsetf replaced by gv-define-simple-setter.
300 2012-11-03  Glenn Morris  <rgm@gnu.org>
302         * cl.texi: Further general copyedits.
303         (List Functions): Remove copy-tree, standard elisp for some time.
304         (Efficiency Concerns): Comment out examples that no longer apply.
305         (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
306         (Creating Symbols, Random Numbers): De-emphasize internal
307         variables cl--gensym-counter and cl--random-state.  (Bug#12788)
309 2012-11-02  Glenn Morris  <rgm@gnu.org>
311         * cl.texi (Naming Conventions, Type Predicates, Macros)
312         (Predicates on Numbers): No longer mention cl-floatp-safe.
314 2012-11-01  Glenn Morris  <rgm@gnu.org>
316         * cl.texi: General copyedits for style, line-breaks, etc.
317         (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
318         (Macro Bindings, Blocks and Exits):
319         Acknowledge existence of lexical-binding.
320         (Iteration): Mainly defer to doc of standard dolist, dotimes.
322 2012-10-31  Glenn Morris  <rgm@gnu.org>
324         * ert.texi (Introduction, The @code{should} Macro):
325         Refer to "cl-assert" rather than "assert".
327         * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
328         (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
329         (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
330         Reword, and add details of flet and labels.
331         (Modify Macros, Function Bindings): Add some xrefs.
333 2012-10-30  Glenn Morris  <rgm@gnu.org>
335         * cl.texi (Modify Macros): Update for cl-letf changes.
336         (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
337         (Setf Extensions): Partially restore note about cl-getf,
338         mainly moved to lispref/variables.texi.
339         (Property Lists): Fix cl-getf typos.
340         (Mapping over Sequences): Mention cl-mapc naming oddity.
342 2012-10-29  Glenn Morris  <rgm@gnu.org>
344         * cl.texi (Organization): More details on cl-lib.el versus cl.el.
345         (Setf Extensions): Remove `apply' setf since it seems to be disabled.
346         (Customizing Setf): Move contents to "Obsolete Setf Customization".
347         (Modify Macros, Multiple Values, Other Clauses):
348         Remove mentions of obsolete features.
349         (Obsolete Setf Customization): Don't mention `apply' setf.
351 2012-10-28  Glenn Morris  <rgm@gnu.org>
353         * cl.texi (Multiple Values, Common Lisp Compatibility):
354         More namespace updates.
355         (Obsolete Features): Copyedits.
356         (Obsolete Lexical Macros, Obsolete Setf Customization):
357         New subsections.
359         * cl.texi (Porting Common Lisp, Lexical Bindings):
360         Add some xrefs to the Elisp manual.
362         * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
363         (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
364         (Obsolete Features): New appendix.  Move Lexical Bindings here.
366 2012-10-27  Glenn Morris  <rgm@gnu.org>
368         * cl.texi: Use defmac for macros rather than defspec.
369         (Efficiency Concerns): Related copyedit.
371         * cl.texi (Control Structure): Update for setf now being in core.
372         (Setf Extensions): Rename from Basic Setf.  Move much of the
373         former content to lispref/variables.texi.
374         (Modify Macros): Move pop, push details to lispref/variables.texi.
375         (Customizing Setf): Copyedits for setf etc being in core.
376         (Modify Macros, Efficiency Concerns, Porting Common Lisp):
377         Further namespaces updates.
379 2012-10-26  Bastien Guerry  <bzg@gnu.org>
381         * org.texi (Installation): Update the link to Org's ELPA.
382         Also don't mention org-install.el anymore as the replacement file
383         org-loaddefs.el is now loaded by org.el.
385 2012-10-25  Michael Albinus  <michael.albinus@gmx.de>
387         * tramp.texi (Frequently Asked Questions):
388         Mention `tramp-completion-reread-directory-timeout' for performance
389         improvement.
391 2012-10-25  Glenn Morris  <rgm@gnu.org>
393         * cl.texi: Don't mess with the TeX section number counter.
394         Use Texinfo recommended convention for quotes+punctuation.
395         (Overview, Sequence Functions): Rephrase for better line-breaking.
396         (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
397         (Macro Bindings, Conditionals, Iteration, Loop Basics)
398         (Random Numbers, Mapping over Sequences, Structures)
399         (Porting Common Lisp): Further updates for cl-lib namespace.
400         (Modify Macros, Declarations, Macro Bindings, Structures):
401         Break long lines in examples.
402         (Dynamic Bindings): Update for changed progv behavior.
403         (Loop Examples, Efficiency Concerns): Markup fixes.
404         (Structures): Remove TeX margin change.
405         (Declarations): Fix typos.
407 2012-10-24  Glenn Morris  <rgm@gnu.org>
409         * cl.texi (Overview, Multiple Values, Creating Symbols)
410         (Numerical Functions): Say less/nothing about the original cl.el.
411         (Old CL Compatibility): Remove.
412         (Assertions): Remove ignore-errors (standard Elisp for some time).
414         * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
415         (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
416         (Efficiency Concerns, Efficiency Concerns)
417         (Common Lisp Compatibility, Old CL Compatibility):
418         Further updates for cl-lib namespace.
420 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
422         Update manual for new time stamp format (Bug#12706).
423         * emacs-mime.texi (time-date): Update for new format.
424         Also, fix bogus time stamp and modernize a bit.
426 2012-10-23  Glenn Morris  <rgm@gnu.org>
428         * cl.texi: Include emacsver.texi.  Use Emacs version number rather
429         than unchanging cl.el version number.
430         End all menu descriptions with a period.
431         Do not use @dfn{CL} for every instance of "CL".
432         (Overview): Remove no-runtime caveat, and note about foo* names.
433         (Usage): Use cl-lib rather than cl.
434         (Organization, Naming Conventions): Update for cl-lib.el.
435         (Installation): Remove long-irrelevant node.
436         (Program Structure, Predicates, Control Structure):
437         Start updating for cl-lib namespace.
438         * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
439         Depend on emacsver.texi.
441 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
443         * trampver.texi: Update release number.
445 2012-10-06  Glenn Morris  <rgm@gnu.org>
447         * erc.texi: Include emacsver.texi, and use EMACSVER rather than
448         ERC version.
449         (Introduction): ERC is distributed with Emacs.
450         (Obtaining ERC, Installation): Remove chapters, no longer relevant.
451         (Getting Started): Simplify.
452         (Getting Help and Reporting Bugs): Refer to general Emacs lists.
453         (History): Mention ERC maintained as part of Emacs now.
454         * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
455         Add dependency on emacsver.texi.
457         * erc.texi: Remove hand-written node pointers.
459 2012-10-05  Glenn Morris  <rgm@gnu.org>
461         * newsticker.texi (Overview, Requirements, Usage, Configuration):
462         Copyedits.
464 2012-10-01  Eric Ludlam  <zappo@gnu.org>
466         * ede.texi (Quick Start, Project Local Variables)
467         (Miscellaneous commands, ede-java-root, Development Overview)
468         (Detecting a Project): New nodes.
469         (Simple projects): Node deleted.
471         * eieio.texi (Building Classes): Some slot attributes cannot be
472         overridden.
473         (Slot Options): Remove an example.
474         (Method Invocation, Documentation): New nodes.
476 2012-10-01  Glenn Morris  <rgm@gnu.org>
478         * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
479         (reftex.pdf): Add dependency on emacsver.texi.
480         * reftex.texi: Don't include directory part for emacsver.texi;
481         the Makefile's -I handles it.
483 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
485         Merge from standalone RefTeX repository.
487         * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
488         with macros.
489         (Imprint): Mention Wolfgang in list of contributors.
490         (Creating Citations): Give a hint about how to
491         auto-revert the BibTeX database file when using external editors.
492         (Referencing Labels): Simplify section about reference macro cycling.
493         (Options (Referencing Labels)): Adapt to new structure of
494         `reftex-ref-style-alist'.
495         (Referencing Labels, Reference Styles): Document changes in the
496         referencing functionality.
497         (Commands): Mention options for definition of header and footer in
498         BibTeX files.
499         (Options (Creating Citations)): Document
500         `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
501         (Reference Styles): New section.
502         (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
503         (Options (Referencing Labels)): Remove descriptions of deprecated
504         variables `reftex-vref-is-default' and `reftex-fref-is-default'.
505         Add descriptions for `reftex-ref-style-alist' and
506         `reftex-ref-style-default-list'.
507         (Referencing Labels): Update regarding reference styles.
508         (Citation Styles): Mention support for ConTeXt.
509         (Options (Defining Label Environments)): Fix typo.
510         (Options (Creating Citations)):
511         Document `reftex-cite-key-separator'.
513 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
515         * org.texi: Add description of ORG_ADD_CONTRIB to info
516         documentation.  Add link to Worg for more details.
518         * org.texi: Clarify installation procedure.  Provide link to the
519         build system description on Worg.
521         * org.texi: Remove reference to utils/, x11idle.c is now in
522         contrib/scripts.
524         * org.texi: Re-normalize to "Org mode" in manual.
526         * org.texi (Installation): Adapt documentation to new build
527         system.  Mention GNU ELPA (since it needs to be handled like Emacs
528         built-in Org).
530 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
532         * org.texi: Fix typo in description of the 'Hooks' section.
534         * org.texi: Add ID to the list of special properties.
536 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
538         * org.texi (Moving subtrees): Document the ability to archive to a
539         datetree.
541 2012-09-30  Bastien Guerry  <bzg@gnu.org>
543         * org.texi (Installation, Feedback, Batch execution):
544         Use (add-to-list 'load-path ... t) for the contrib dir.
546         * org.texi (results): Update documentation for ":results drawer"
547         and ":results org".
549         * org.texi (Column width and alignment): Fix typo.
551         * org.texi (Activation): Point to the "Conflicts" section.
553         * org.texi (Conflicts): Mention filladapt.el in the list of
554         conflicting packages.
556         * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
557         not needed for versions of Emacs > 22.1.
559         * org.texi (History and Acknowledgments): Fix typo.
561         * org.texi (History and Acknowledgments): Add my own acknowledgments.
563         * org.texi (Agenda commands): Document the new command and the new
564         option.
566         * org.texi (Agenda commands): Delete `org-agenda-action' section.
567         (Agenda commands): Reorder.  Document `*' to toggle persistent marks.
569         * org.texi (Agenda dispatcher):
570         Mention `org-toggle-agenda-sticky'.
571         (Agenda commands, Exporting Agenda Views): Fix typo.
573         * org.texi (Templates in contexts, Setting Options): Update to
574         reflect changes in how contexts options are processed.
576         * org.texi (Templates in contexts): Document the new structure of
577         the variables `org-agenda-custom-commands-contexts' and
578         `org-capture-templates-contexts'.
580         * org.texi (Templates in contexts): Document the new option
581         `org-capture-templates-contexts'.
582         (Storing searches): Document the new option
583         `org-agenda-custom-commands-contexts'.
585         * org.texi (Formula syntax for Lisp): Reformat.
587         * org.texi (Special properties, Column attributes)
588         (Agenda column view): Document the new special property CLOCKSUM_T.
590         * org.texi (Template expansion): Document the new %l template.
592         * org.texi (Fast access to TODO states): Fix documentation about
593         allowed characters for fast todo selection.
595         * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
596         use in `org-agenda-to-appt'.
598         * org.texi (Comment lines): Update wrt comments.
600         * org.texi (Resolving idle time): Document new keybinding.
602         * org.texi (Clocking commands): Document the use of S-M-<up/down>
603         on clock timestamps.
605         * org.texi (Fast access to TODO states): Explicitely says only
606         letters are supported as fast TODO selection keys.
608         * org.texi (Link abbreviations): Illustrate the use of the "%h"
609         specifier.  Document the new "%(my-function)" specifier.
611         * org.texi (Clocking commands): New cindex.
612         (Clocking commands): Update documentation for `org-clock-in'.
613         Document `org-clock-in-last'.  Mention `org-clock-out' and
614         `org-clock-in-last' as commands that can be globally bound.
615         (Resolving idle time): Document continuous clocking.
617         * org.texi (Top, Introduction): Fix formatting.
618         (Activation): Add index entries.
619         (Conventions): Update section.
620         (Embedded @LaTeX{}): Fix formatting.
622         * org.texi (Visibility cycling): Document `show-children'.
624         * org.texi (Using capture): Mention the `org-capture-last-stored'
625         bookmark as a way to jump to the last stored capture.
627         * org.texi (Uploading files): Fix typo.
629         * org.texi (Using capture): Document `C-0' as a prefix argument
630         for `org-capture'.
632         * org.texi (Agenda commands): Document persistent marks.
634         * org.texi (Template expansion): Update doc to reflect change.
636         * org.texi (Radio tables): Document the :no-escape parameter.
638         * org.texi (Repeated tasks): Document repeat cookies for years,
639         months, weeks, days and hours.
641         * org.texi (Export options): State that you can use the d: option
642         by specifying a list of drawers.
644         * org.texi (HTML preamble and postamble): Small doc improvement.
646 2012-09-30  Brian van den Broek  <vanden@gmail.com>  (tiny change)
648         * org.texi: The sections in the Exporting section of the manual
649         left out articles in the description of the org-export-as-*
650         commands, among other places. This patch adds them, adds a few
651         missing prepositions, and switches instances of "an HTML" to "a
652         html" for internal consistency.
654         * org.texi: Alter several examples of headings with timestamps in
655         them to include the timestamps in the body instead of the heading.
657 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
659         * org.texi (Agenda dispatcher): Document sticky agenda views and
660         the new key for them.
662 2012-09-30  Charles  <millarc@verizon.net>  (tiny change)
664         * org.texi (Advanced features): Fix error in table.
666 2012-09-30  Feng Shu  <tumashu@gmail.com>
668         * org.texi (@LaTeX{} fragments): Document imagemagick as an
669         alternative to dvipng.
671 2012-09-30  François Allisson  <francois@allisson.co>  (tiny change)
673         * org.texi: Remove extra curly bracket.
675 2012-09-30  Giovanni Ridolfi  <giovanni.ridolfi@yahoo.it>  (tiny change)
677         * org.texi (org-clock-in-last and org-clock-cancel): Update the
678         defkeys.
680 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
682         * org.texi (Agenda commands): Fix two typos by giving
683         corresponding function names, according to
684         `org-agenda-view-mode-dispatch'.
686 2012-09-30  Jan Bäcker  <jan.boecker@jboecker.de>
688         * org.texi (The spreadsheet): Fix typo.
690 2012-09-30  Memnon Anon  <gegendosenfleisch@gmail.com>  (tiny change)
692         * org.texi (Tracking your habits): Point to the "Tracking TODO
693         state changes" section.
695 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
697         * org.texi (Literal examples): Remove reference to unknown
698         `org-export-latex-minted' variable. Also simplify footnote since
699         `org-export-latex-listings' documentation is exhaustive already.
701         * org.texi (Plain lists): Remove reference to now hard-coded
702         `bullet' automatic rule.
704 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
706         * org.texi: Updated documentation accordingly.
708 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
710         * texinfo.tex: Merge from gnulib.
712 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
714         Sync with Tramp 2.2.6.
716         * tramp.texi (Bug Reports): Cleanup caches before a test run.
718         * trampver.texi: Update release number.
720 2012-09-12  Paul Eggert  <eggert@cs.ucla.edu>
722         * texinfo.tex: Merge from gnulib.
724 2012-08-06  Aurélien Aptel  <aurelien.aptel@gmail.com>
726         * url.texi (Parsed URLs): Adjust to the code's use of defstruct
727         (bug#12096).
729 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
731         * calc.texi (Simplification modes, Conversions)
732         (Operating on Selections): Mention "basic" simplification.
733         (The Calc Mode Line): Mention the mode line display for Basic
734         simplification mode.
735         (Simplify Formulas): Refer to 'algebraic' rather than 'default'
736         simplifications.
737         (Basic Simplifications): Rename from "Limited Simplifications"
738         Replace "limited" by "basic" throughout.
739         (Algebraic Simplifications):  Indicate that the algebraic
740         simplifications are done by default.
741         (Unsafe Simplifications):  Mention `m E'.
742         (Simplification of Units): Mention `m U'.
743         (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
744         (Kinds of Declarations, Functions for Declarations):
745         Mention "algebraic simplifications" instead of `a s'.
746         (Algebraic Entry): Remove mention of default simplifications.
748 2012-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
750         * calc.texi (Getting Started, Tutorial): Change simulated
751         Calc output to match actual output.
752         (Simplifying Formulas): Mention that algebraic simplification is now
753         the default.
755 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
757         * faq.texi (Right-to-left alphabets): Update for Emacs 24.
758         (Bug#12073)
760 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
762         Prefer typical American spelling for "acknowledgment".
763         * calc.texi (History and Acknowledgments): Rename from
764         History and Acknowledgements.
765         * idlwave.texi (Acknowledgments):
766         * ses.texi (Acknowledgments):
767         * woman.texi (Acknowledgments): Rename from Acknowledgements.
769 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
771         Rename configure.in to configure.ac (Bug#11603).
772         * ede.texi (Compiler and Linker objects, ede-proj-project)
773         (ede-step-project): Prefer the name configure.ac to configure.in.
775 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
777         * tramp.texi (Multi-hops):
778         Introduce `tramp-restricted-shell-hosts-alist'.
780 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782         * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
783         methods, so don't mention smtpmail here.
785 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
787         * gnus.texi (Picons): Document gnus-picon-properties.
789 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791         * gnus.texi: Remove mention of compilation, as that's no longer
792         supported.
794 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
796         * gnus.texi (Archived Messages): Mention
797         gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
799 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
801         * gnus.texi (Various Summary Stuff):
802         Remove mention of `gnus-propagate-marks'.
804 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
806         * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
807         which no longer exist.
809 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
811         * gnus.texi (Archived Messages):
812         Document gnus-gcc-self-resent-messages.
814 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
816         * message.texi (Mail Variables):
817         Mention the optional user parameter for X-Message-SMTP-Method.
819 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
821         * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
823         * message.texi (Mail Variables): Document X-Message-SMTP-Method.
825 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
827         * gnus.texi (Key Index): Change encoding to utf-8.
829 2012-06-21  Glenn Morris  <rgm@gnu.org>
831         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
833 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835         * gnus.texi (Group Timestamp): Mention where to find documentation for
836         the `gnus-tmp-' variables (bug#11601).
838 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
840         Sync with Tramp 2.2.6-pre.
842         * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
843         where appropriate.
844         (Ad-hoc multi-hops): New section.
845         (Remote processes): New subsection "Running remote processes on
846         Windows hosts".
847         (History): Add remote commands on Windows, and ad-hoc multi-hop
848         methods.
849         (External methods): "ControlPersist" must be set to "no" for the
850         `scpc' method.
851         (Remote processes): Add a note about `auto-revert-tail-mode'.
852         (Frequently Asked Questions): Use "scpx" in combination with
853         "ControlPersist".  Reported by Adam Spiers <emacs@adamspiers.org>.
855         * trampver.texi: Update release number.
857 2012-06-10  Chong Yidong  <cyd@gnu.org>
859         * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
860         compilation for html-mono.
862 2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
864         * texinfo.tex: Merge from gnulib.
866 2012-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
868         * Makefile.in (echo-info): Don't try to install info files named
869         just ".info".
871 2012-05-28  Glenn Morris  <rgm@gnu.org>
873         * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX.  (Bug#10910)
875         * sc.texi: Nuke hand-written node pointers.
876         Fix top-level menu to match actual node order.
878 2012-05-27  Glenn Morris  <rgm@gnu.org>
880         * cl.texi, dired-x.texi: Nuke hand-written node pointers.
881         Some associated fixes, including not messing with chapno in cl.texi.
883 2012-05-27  Bastien Guerry  <bzg@gnu.org>
885         * org.texi (Durations and time values): Fix typo.
887 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
889         * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
890         Mention `calc-ensure-consistent-units'.
892 2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
894         * cc-mode.texi: Avoid space before macro in 4th argument of cross
895         reference commands.  (Bug#11461)
897         * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
899 2012-05-12  Glenn Morris  <rgm@gnu.org>
901         * Makefile.in (mostlyclean): Add more TeX intermediates.
903         * Makefile.in: Make it look more like the other doc Makefiles.
904         Use explicit $srcdir in all dependencies.
905         Remove cd $srcdir from rules.
906         (VPATH): Remove.
907         (infodir): Set to an absolute path.
908         (INFO_TARGETS): Use short names.
909         (mkinfodir): infodir is now absolute.
910         (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
912         * Makefile.in (info.info): Rename from info, to avoid duplication.
913         (.SUFFIXES): Disable implicit rules.
915         * Makefile.in (MKDIR_P): New, set by configure.
916         (mkinfodir): Use $MKDIR_P.
918 2012-05-07  Glenn Morris  <rgm@gnu.org>
920         * forms.texi (Long Example): Update for changed location of files.
922 2012-05-04  Glenn Morris  <rgm@gnu.org>
924         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
925         (INFO_TARGETS): Use $INFO_EXT.
926         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
927         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
928         (INFO_TARGETS): Use $INFO_EXT.
929         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
931 2012-05-02  Glenn Morris  <rgm@gnu.org>
933         * Makefile.in (echo-info): New phony target, used by top-level.
935         * viper.texi: Make direntry shorter (also it is no longer "newest").
937         * emacs-gnutls.texi, ert.texi, org.texi:
938         Fix dircategory, direntry to match info/dir.
940         * faq.texi: Convert @inforefs to @xrefs.
941         Fix some malformed cross-references.
942         (File-name conventions): Shorten section name to avoid overfull line.
943         (How to add fonts): Use smallexample to avoid overfull lines.
945 2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
947         * auth.texi (Help for users): Update for .gpg file being second.
949 2012-04-27  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
951         * org.texi (Agenda commands): Fix two typos: give corresponding
952         function names, according to `org-agenda-view-mode-dispatch'.
954 2012-04-27  Glenn Morris  <rgm@gnu.org>
956         * faq.texi (Major packages and programs): Remove section.
957         There is no point listing 6 packages (cf etc/MORE.STUFF).
958         (Finding Emacs and related packages): Move "Spell-checkers" here.
960 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
962         * dbus.texi (Version): New node.
963         (Properties and Annotations): Mention the object manager
964         interface.  Describe dbus-get-all-managed-objects.
965         (Type Conversion): Floating point numbers are allowed, if an
966         anteger does not fit Emacs's integer range.
967         (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
968         (Asynchronous Methods): Fix description of
969         dbus-call-method-asynchronously.
970         (Receiving Method Calls): Fix some minor errors.
971         Add dbus-interface-emacs.
972         (Signals): Describe unicast signals and the new match rules.
973         (Alternative Buses): Add the PRIVATE optional argument to
974         dbus-init-bus.  Describe its new return value.  Add dbus-setenv.
976 2012-04-20  Glenn Morris  <rgm@gnu.org>
978         * faq.texi (New in Emacs 24): New section.
979         (Packages that do not come with Emacs): Mention M-x list-packages.
981 2012-04-14  Alan Mackenzie  <acm@muc.de>
983         * cc-mode.texi (c-offsets-alist): Correct a typo.
985 2012-04-14  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
987         * org.texi (Deadlines and scheduling): Fix the example: the
988         DEADLINE item should come right after the headline.  We enforce
989         this convention, so it is a bug not to illustrate it correctly in
990         the manual.
992 2012-04-14  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
994         * org.texi (Agenda commands): Fix documentation bug by swapping
995         the equivalent keybindings to `org-agenda-next-line' with the ones
996         to `org-agenda-previous-line'.
998 2012-04-14  Glenn Morris  <rgm@gnu.org>
1000         * Makefile.in: Replace non-portable use of $< in ordinary rules.
1002 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
1004         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
1005         Add emacs-gnutls.
1006         ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
1008 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1010         * Makefile.in: Add emacs-gnutls.texi to build.
1012         * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
1014 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1016         * auth.texi (Secret Service API): Edit further and give examples.
1017         (Secret Service API): Adjust @samp to @code for collection names.
1019 2012-04-04  Glenn Morris  <rgm@gnu.org>
1021         * auth.texi (Secret Service API): Copyedits.
1022         (Help for developers): Fill in some missing function doc-strings.
1023         (Help for users, Help for developers)
1024         (GnuPG and EasyPG Assistant Configuration): Markup fixes.
1026 2012-04-04  Michael Albinus  <michael.albinus@gmx.de>
1028         * auth.texi (Secret Service API): Add the missing text.
1030 2012-04-04  Chong Yidong  <cyd@gnu.org>
1032         * message.texi (Using PGP/MIME): Note that epg is now the default.
1034         * gnus.texi: Reduce references to obsolete pgg library.
1035         (Security): Note that epg is now the default.
1037         * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
1039         * nxml-mode.texi (Completion): C-RET is no longer bound to
1040         nxml-complete.
1042 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
1044         * org.texi (Customizing tables in ODT export): Correct few errors.
1046 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
1048         * org.texi (Links in ODT export): Update.
1049         (Labels and captions in ODT export): New node.
1051 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
1053         * org.texi (Literal examples in ODT export): htmlfontify.el in
1054         Emacs-24.1 now supports fontification.  So ODT source blocks will
1055         be fontified by default.
1057 2012-04-01  Julian Gehring  <julian.gehring@googlemail.com>  (tiny change)
1059         * org.texi (Refiling notes): Remove duplicated keybinding.
1061 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1063         * org.texi (noweb): Documentation of this new option to the :noweb
1064         header argument.
1066 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
1068         * org.texi (Header and sectioning): Add example demonstrating how
1069         to use "LaTeX_CLASS_OPTIONS".
1071 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1073         * org.texi (Noweb reference syntax): Describe the ability to
1074         execute noweb references in the manual.
1076 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1078         * org.texi (cache): Improve cache documentation when session
1079         evaluation is used.
1081 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
1083         * org.texi (Plain lists): Document removal.
1085 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
1087         * org.texi: Decapitalize file name in references to Calc manual.
1089 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
1091         * org.texi (Plain lists): Document removal.
1093 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
1095         * org.texi (Top, OpenDocument Text export)
1096         (ODT export commands, Extending ODT export)
1097         (Images in ODT export, Tables in ODT export)
1098         (Configuring a document converter): Add or Update.
1100 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1102         * org.texi (MobileOrg): Change the wording to reflect that the
1103         Android Version is no longer just the little brother of the iOS version.
1105 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1107         * org.texi (Key bindings and useful functions): Update babel key
1108         binding documentation in manual.
1110 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1112         * org.texi (noweb): Document new noweb header value.
1114 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1116         * org.texi (noweb-sep): Document new header argument.
1118 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1120         * org.texi (noweb-ref): Documentation of this new custom variable.
1122 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1124         * org.texi (wrap): Update the new :wrap documentation to match the
1125         current implementation.
1127 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
1129         * org.texi: Added documentation for :wrap.
1131 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
1133         * org.texi: #+RESULTS now user-configurable.
1135 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
1137         * org.texi: Documented :noweb no-export.
1139 2012-04-01  Thomas Dye  <dk@poto.local>
1141         * org.texi: Edit :noweb no header argument for correctness.
1143 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1145         * org.texi (Customization): Update the approximate number of Org
1146         variables.
1148 2012-04-01  Thomas Dye  <dk@poto.local>
1150         * org.texi: The :results wrap produces a drawer instead of a
1151         begin_results block.
1153 2012-03-22  Peder O. Klingenberg  <peder@klingenberg.no>  (tiny change)
1155         * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
1156         reflect the new default.
1158 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
1160         * info.texi (Expert Info): Move the index entry for "Texinfo" from
1161         "Getting Started" to this node.  (Bug#10450)
1163 2012-03-10  Chong Yidong  <cyd@gnu.org>
1165         * flymake.texi (Example -- Configuring a tool called via make):
1166         Mention the Automake COMPILE variable (Bug#8715).
1168         * info.texi (Getting Started): Add an index entry (Bug#10450).
1170 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
1172         * dbus.texi (Signals): Known names will be mapped onto unique
1173         names, when registering for signals.
1175 2012-02-29  Glenn Morris  <rgm@gnu.org>
1177         * url.texi: Fix quote usage in body text.
1179         * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
1181         * cl.texi: Use @code{} in menus when appropriate.
1183 2012-02-28  Glenn Morris  <rgm@gnu.org>
1185         * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
1186         * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1187         * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1188         * org.texi, sc.texi, vip.texi, viper.texi:
1189         Standardize possessive apostrophe usage.
1191 2012-02-26  Chong Yidong  <cyd@gnu.org>
1193         * ediff.texi (Quick Help Commands): Add a couple of index entries
1194         (Bug#10834).
1196 2012-02-17  Glenn Morris  <rgm@gnu.org>
1198         * gnus.texi (Posting Styles):
1199         * remember.texi (Org): Fix cross-refs to other manuals.
1201 2012-02-15  Glenn Morris  <rgm@gnu.org>
1203         * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1204         (Encryption): New chapter, split out from previous.
1206 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1208         * gnus.texi (Customizing the IMAP Connection):
1209         Mention nnimap-record-commands.
1211 2012-02-10  Glenn Morris  <rgm@gnu.org>
1213         * url.texi (Retrieving URLs): Update url-retrieve arguments.
1214         Mention url-queue-retrieve.
1216 2012-02-09  Glenn Morris  <rgm@gnu.org>
1218         * sem-user.texi (Semantic mode user commands): Typo fix.
1220         * info.texi (Create Info buffer): Mention info-display-manual.
1222 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1224         * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1225         example (modified from an example by Michael Albinus).
1227 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1229         * gnus.texi (Agent Basics): Fix outdated description of
1230         `gnus-agent-auto-agentize-methods'.
1232 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
1234         * cc-mode.texi: Always @defindex ss.
1235         (Config Basics): Fix argument of @itemize.
1236         (Macro Backslashes): Add @code around index entry.
1238 2012-01-23  Glenn Morris  <rgm@gnu.org>
1240         * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1242 2012-01-19  Eric Hanchrow  <eric.hanchrow@gmail.com>
1244         * tramp.texi (File): Tweak wording for the `scpc' option.
1246 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248         * gnus.texi (Group Parameters): Really note precedence.
1250 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252         * gnus.texi (Group Parameters): Note precedence.
1254 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1256         * org.texi (Noweb reference syntax): Adding documentation of
1257         the `*org-babel-use-quick-and-dirty-noweb-expansion*' variable.
1259 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1261         * org.texi (Plain lists): Split the table to fix the display
1262         of items.
1264 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1266         * org.texi (Plain lists): Fix misplaced explanation.
1268 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1270         * org.texi (Plain lists, Agenda files): Add index entries.
1272 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
1274         * org.texi: Use "Org mode" instead of alternatives like
1275         "Org-mode" or "org-mode".
1277 2012-01-03  Bernt Hansen  <bernt@norang.ca>
1279         * org.texi (Agenda commands):
1280         Document `org-clock-report-include-clocking-task'.
1282 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1284         * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1285         C-c' on checkboxes.
1287 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
1289         * org.texi: End sentences with two spaces.
1291 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
1293         * org.texi (External links): Document the link types file+sys
1294         and file+emacs, slightly narrow used page width.
1296 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1298         * org.texi (colnames): Note that colnames behavior may differ
1299         across languages.
1301 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1303         * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1305 2012-01-03  Thomas Dye  <dk@poto.westell.com>
1307         * org.texi: Augmented discussion of babel property
1308         inheritance.  Put footnote outside sentence ending period.
1310 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1312         * org.texi (eval): Documenting the full range of :eval header
1313         argument values.
1315 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1317         * org.texi (eval): Documentation of the new :eval option.
1319 2012-01-03  Thomas Dye  <dk@poto.local>
1321         * org.texi: Add accumulated properties.
1323 2012-01-03  Thomas Dye  <dk@poto.local>
1325         * org.texi: Documented no spaces in name=assign, another
1326         correction to :var table.
1328 2012-01-03  Thomas Dye  <dk@poto.local>
1330         * org.texi: Changed DATA to NAME in Working With Source Code section.
1332 2012-01-03  Tom Dye  <tsd@tsdye.com>
1334         * org.texi: Minor change to :var table.
1336 2012-01-03  Tom Dye  <tsd@tsdye.com>
1338         * org.texi: More changes to :var table (some examples were wrong).
1340 2012-01-03  Tom Dye  <tsd@tsdye.com>
1342         * org.texi: Cleaned up :var table.
1344 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1346         * org.texi (Timestamps, Weekly/daily agenda)
1347         (Weekly/daily agenda): Add @cindex for "appointment".
1349 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1351         * org.texi (Literal examples): A new link to the template for
1352         inserting empty code blocks.
1353         (Structure of code blocks): A new link to the template for
1354         inserting empty code blocks.
1356 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
1358         * org.texi (External links): Add footnote on how the behavior
1359         of the text search in Org files are controled by the variable
1360         `org-link-search-must-match-exact-headline'.
1362 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1364         * org.texi (Buffer-wide header arguments):
1365         Update documentation to reflect removal of #+PROPERTIES.
1367 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1369         * org.texi (The clock table): Mention that ACHIVED trees
1370         contribute to the clock table.
1372 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1374         * org.texi (Conflicts): Better yasnippet config info.
1376 2012-01-03  Bastien Guerry  <bzg@gnu.org>  (tiny change)
1378         * org.texi (Selective export): Explicitely mention the default
1379         values for `org-export-select-tags',
1380         `org-export-exclude-tags'.
1382 2012-01-03  Tom Dye  <tsd@tsdye.com>
1384         * org.texi: Added a line to specify that header arguments are lowercase.
1386 2012-01-03  Tom Dye  <tsd@tsdye.com>
1388         * org.texi: :var requires default value when declared.
1390 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1392         * org.texi (Handling links): Add a note about the
1393         `org-link-frame-setup' option.
1395 2012-01-03  David Maus  <dmaus@ictsoc.de>
1397         * org.texi (Exporting Agenda Views, Extracting agenda information):
1398         Fix command line syntax, quote symbol parameter values.
1400 2012-01-03  David Maus  <dmaus@ictsoc.de>
1402         * org.texi (Exporting Agenda Views): Fix command line syntax.
1404 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1406         * gnus.texi (Mail Source Customization, Mail Back End Variables):
1407         Use octal notation for file permissions, which are normally
1408         thought of in octal.
1409         (Mail Back End Variables): Use more-plausible modes in example.
1411 2011-12-20  Alan Mackenzie  <acm@muc.de>
1413         * cc-mode.texi: Update version string 5.31 -> 5.32.
1415 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1417         * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1419 2011-11-24  Glenn Morris  <rgm@gnu.org>
1421         * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1423 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1425         * makefile.w32-in: Update dependencies.
1427 2011-11-20  Glenn Morris  <rgm@gnu.org>
1429         * gnus.texi (Group Information):
1430         Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1432 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1434         * gnus-coding.texi (Gnus Maintenance Guide):
1435         Rename from "Gnus Maintainance Guide".
1437         * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1438         * eieio.texi (Customizing):
1439         * gnus.texi (Article Washing):
1440         * gnus-news.texi:
1441         * sem-user.texi (Smart Jump): Fix typos.
1443 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1445         * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1447 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1449         * ede.texi (project-am-texinfo):
1450         * gnus.texi (Sending or Not Sending):
1451         * org.texi (Template elements): Fix typos.
1453 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
1455         * ediff.texi (Hooks):
1456         * sem-user.texi (Semanticdb Roots): Fix typos.
1458 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
1460         * semantic.texi (Tag handling): Fix typo.
1462 2011-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1464         * gnus.texi (Other Gnus Versions): Remove.
1466 2011-10-28  Alan Mackenzie  <acm@muc.de>
1468         * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1469         (Other Special Indentations): Add an xref to "Macros with ;".
1470         (Customizing Macros): Add stuff about syntax in macros.  Add an xref to
1471         "Macros with ;".
1472         (Macros with ;): New page.
1474         * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1475         Document the new handling of nested scopes for movement by defuns.
1477 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
1479         Sync with Tramp 2.2.3.
1481         * trampver.texi: Update release number.
1483 2011-10-14  Glenn Morris  <rgm@gnu.org>
1485         * ert.texi (Introduction, How to Run Tests)
1486         (Running Tests Interactively, Expected Failures)
1487         (Tests and Their Environment, Useful Techniques)
1488         (Interactive Debugging, Fixtures and Test Suites):
1489         Minor rephrasings.
1490         (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1491         (Running Tests in Batch Mode): Simplify loading instructions.
1492         (Test Selectors): Clarify some selectors.
1493         (Expected Failures, Useful Techniques):
1494         Make examples fit in 80 columns.
1496 2011-10-13  Jay Belanger  <jay.p.belanger@gmail.com>
1498         * calc.texi (Basic Operations on Units): Discuss temperature
1499         conversion (`u t') alongside with other unit conversions ('u c').
1501 2011-10-12  Glenn Morris  <rgm@gnu.org>
1503         * ert.texi: Whitespace trivia to make main menu items line up better.
1505 2011-10-08  Glenn Morris  <rgm@gnu.org>
1507         * Makefile.in: Fix ert rules.
1509 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511         * gnus.texi (Gnus Utility Functions): Add more references and
1512         explanations (bug#9683).
1514 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516         * gnus.texi (Archived Messages): Note the default (bug#9552).
1518 2011-09-21  Bill Wohler  <wohler@newt.com>
1520         Release MH-E manual version 8.3.
1522         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1523         release 8.3.
1524         (Preface): Update support information.
1525         (From Bill Wohler): Reset text to original version.  As a
1526         historical quote, the tense should be correct in the time that it
1527         was written.
1529 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531         * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1532         (Finding the News): Doc clarification.
1533         (Terminology): Mention naming.
1535 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537         * gnus.texi: Remove mentions of `recent', which are now obsolete.
1538         (Interactive): Document `quiet'.
1540 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
1542         * org.texi (Images in LaTeX export): Rewrite.
1544 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1546         * org.texi (Using the mapping API): Mention 'region as a possible
1547         scope for `org-map-entries'.
1549 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1551         * org.texi (Visibility cycling): Document `org-copy-visible'.
1553 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1555         * org.texi (Template expansion): Order template sequences in the
1556         proper order.
1558 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1560         * org.texi (eval): Expand discussion of the :eval header argument.
1562 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1564         * org.texi (Languages): Add Lilypond and Awk as supported languages.
1566 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
1568         * org.texi: Document that both CLOCK_INTO_DRAWER and
1569         LOG_INTO_DRAWER can be used to override the contents of variable
1570         org-clock-into-drawer (or if unset, org-log-into-drawer).
1572         * org.texi: Replace @xref->@pxref.
1574 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1576         * org.texi (Evaluating code blocks): Documenting the new option
1577         for inline call lines.
1579 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1581         * org.texi (Results of evaluation): More explicit about the
1582         mechanism through which interactive evaluation of code is performed.
1584 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1586         * org.texi (noweb-ref): New header argument documentation.
1588 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1590         * org.texi (Extracting source code): Documentation of the new
1591         org-babel-tangle-named-block-combination variable.
1593 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1595         * org.texi (Structure of code blocks): Explicitly state that the
1596         behavior of multiple blocks of the same name is undefined.
1598 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
1600         * org.texi (TaskJuggler export): Modify the example to reflect the
1601         new effort durations.
1603 2011-08-15  David Maus  <dmaus@ictsoc.de>
1605         * org.texi (Images in LaTeX export): Escape curly brackets in
1606         LaTeX example.
1608 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1610         * org.texi (The clock table): Document the :properties and
1611         :inherit-props arguments for the clocktable.
1613 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1615         * org.texi (Tables in LaTeX export): Document specifying placement
1616         options for tables.
1618 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1620         * org.texi (Evaluating code blocks): More specific documentation
1621         about the different types of header arguments.
1623 2011-08-15  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
1625         * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1627 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1629         * org.texi (Built-in table editor): Document the table field
1630         follow mode.
1632 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1634         * org.texi (Easy Templates): Document new template.
1636 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1638         * org.texi (Literal examples): Add a cross-reference from "Literal
1639         Examples" to "Easy Templates."
1641 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1643         * org.texi (The clock table): Add link to match syntax.
1645 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1647         * org.texi (Agenda commands): Document clock consistency checks.
1649 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1651         * org.texi (Built-in table editor): Document that \vert represents
1652         a vertical bar in a table field.
1654 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1656         * org.texi (Literal examples): Link from "Markup" > "Literate
1657         Examples" to "Working with Source Code".
1659 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1661         * org.texi (Agenda commands): Doc for function option to bulk action.
1663 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1665         * org.texi (Template expansion): Document new %<...> template escape.
1667 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1669         * org.texi (Selective export): Document exclusion of any tasks
1670         from export.
1672 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1674         * org.texi (Selective export): Document how to exclude DONE tasks
1675         from export.
1676         (Publishing options): Document the properties to be used to turn off
1677         export of DONE tasks.
1679 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1681         * org.texi (The date/time prompt): Document date range protection.
1683 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1685         * org.texi (padline): Documentation of the new padline header argument.
1687 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1689         * org.texi (var): Adding "[" to list of characters triggering
1690         elisp evaluation.
1692 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1694         * org.texi (var): Documentation of Emacs Lisp evaluation during
1695         variable assignment.
1697 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1699         * org.texi (colnames): Reference indexing into variables, and note
1700         that colnames are *not* removed before indexing occurs.
1701         (rownames): Reference indexing into variables, and note that
1702         rownames are *not* removed before indexing occurs.
1704 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1706         * org.texi (var): Clarification of indexing into tabular variables.
1708 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1710         * org.texi (results): Documentation of the `:results wrap' header
1711         argument.
1713 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1715         * org.texi (LaTeX and PDF export): Add a note about a limitation
1716         of the LaTeX export: the org file has to be properly structured.
1718 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1720         * org.texi (Dynamic blocks, Structure editing):
1721         Mention the function `org-narrow-to-block'.
1723 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1725         * org.texi (Languages): Updating list of code block supported
1726         languages.
1728 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1730         * org.texi (Special properties): CATEGORY is a special property,
1731         but it may also used in the drawer.
1733 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1735         * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1737 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1739         * org.texi (Include files): Document :lines.
1741 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1743         * org.texi (comments): Documentation of the ":comments noweb" code
1744         block header argument.
1746 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1748         * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
1749         added extra whitespace around functions to be consistent with the
1750         rest of the section.
1752 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1754         * org.texi (Evaluating code blocks): Expand discussion of
1755         #+call: line syntax.
1756         (Header arguments in function calls): Expand discussion of
1757         #+call: line syntax.
1759 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1761         * org.texi (Evaluating code blocks): More explicit about how to
1762         pass variables to #+call lines.
1764 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1766         * org.texi (Results of evaluation): Link to the :results header
1767         argument list from the "Results of evaluation" section.
1769 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1771         * org.texi (Conflicts): Adding additional information about
1772         resolving org/yasnippet conflicts.
1774 2011-08-15  David Maus  <dmaus@ictsoc.de>
1776         * org.texi (Publishing options): Document style-include-scripts
1777         publishing project property.
1779 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1781         * org.texi (Sparse trees): Document the next-error /
1782         previous-error functionality.
1784 2011-08-15  Tom Dye  <tsd@tsdye.com>
1786         * org.texi (cache): Improve documentation of code block caches.
1788 2011-08-15  Tom Dye  <tsd@tsdye.com>
1790         * org.texi (Code block specific header arguments):
1791         Documentation of multi-line header arguments.
1793 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1795         * org.texi (Code evaluation security): Add example for using a function.
1797 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1799         * org.texi (Tables in LaTeX export): Documentation of new
1800         attr_latex options for tables.
1802 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
1804         * trampver.texi: Update release number.
1806 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
1808         Sync with Tramp 2.2.2.
1810         * trampver.texi: Update release number.
1812 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814         * flymake.texi (Example -- Configuring a tool called via make):
1815         Use /dev/null instead of the Windows "nul" (bug#8715).
1817 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819         * widget.texi (Setting Up the Buffer): Remove mention of the
1820         global keymap parent, which doesn't seem to be accurate (bug#7045).
1822 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824         * org.texi (Special agenda views): Fix double quoting (bug#3509).
1826 2010-07-10  Kevin Ryde  <user42@zip.com.au>
1828         * cl.texi (For Clauses): Add destructuring example processing an
1829         alist (bug#6596).
1831 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1833         * ediff.texi (Major Entry Points): Remove mention of `require',
1834         since that's not pertinent in the installed Emacs (bug#9016).
1836 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
1839         (Filtering New Groups): Clarify how simple the "options -n" format is.
1840         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1841         is internal.
1843 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
1845         * tramp.texi (Cleanup remote connections):
1846         Add `tramp-cleanup-this-connection'.
1848 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1851         zombies.
1852         (Checking New Groups): Ditto (bug#8974).
1853         (Checking New Groups): Move the reference to the right place.
1855 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
1857         * gnus.texi (Startup Files): Clarify that we're talking about numbered
1858         backups, and not actual vc (bug#8975).
1860 2011-07-03  Kevin Ryde  <user42@zip.com.au>
1862         * cl.texi (For Clauses): @items for hash-values and key-bindings
1863         to make them more visible when skimming.  Add examples of `using'
1864         clause to them, examples being clearer than a description in
1865         words (bug#6599).
1867 2011-07-01  Alan Mackenzie  <acm@muc.de>
1869         * cc-mode.texi (Guessing the Style): New page.
1870         (Styles): Add a short introduction to above.
1872 2011-06-28  Deniz Dogan  <deniz@dogan.se>
1874         * rcirc.texi (Configuration): Bug-fix:
1875         `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1876         Reported by Elias Pipping <pipping@exherbo.org>.
1878 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880         * gnus.texi (Summary Mail Commands):
1881         Document `gnus-summary-reply-to-list-with-original'.
1883 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1885         * eshell.texi (Known problems): Fix typo.
1887 2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
1889         * tramp.texi (Customizing Completion): Mention authinfo-style files.
1890         (Password handling): `auth-source-debug' is good for debug messages.
1892 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1894         * gnus.texi (Store custom flags and keywords): Refer to
1895         `gnus-registry-article-marks-to-{chars,names}' instead of
1896         `gnus-registry-user-format-function-{M,M2}'.
1898 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1900         * texinfo.tex: Merge from gnulib.
1902 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1904         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
1905         (Store custom flags and keywords):
1906         Mention `gnus-registry-user-format-function-M' and
1907         `gnus-registry-user-format-function-M2'.
1909 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1911         * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
1913 2011-05-17  Glenn Morris  <rgm@gnu.org>
1915         * gnus.texi (Face): Fix typo.
1917 2011-05-14  Glenn Morris  <rgm@gnu.org>
1919         * dired-x.texi (Omitting Examples): Minor addition.
1921 2011-05-10  Jim Meyering  <meyering@redhat.com>
1923         * ede.texi: Fix typo "or or -> or".
1925 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
1927         * gnus.texi (Summary Buffer Lines):
1928         gnus-summary-user-date-format-alist does not exist.
1929         (Sorting the Summary Buffer): More about sorting threads.
1931 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
1933         * trampver.texi: Update release number.
1935 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
1937         * tramp.texi (Frequently Asked Questions): New item for disabling
1938         Tramp in other packages.
1940 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1942         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
1943         (Fancy splitting to parent, Store arbitrary data):
1944         Update gnus-registry docs.
1946 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
1948         * ede.texi: Fix typos.
1950 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952         * gnus.texi (Window Layout): @itemize @code doesn't exist.
1953         It's @table @code.
1955 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
1957         * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
1959 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1961         * calc.texi (Logarithmic Units): Update the function names.
1963 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965         * message.texi (Various Commands): Document format specs in the
1966         ellipsis.
1968 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
1970         * message.texi (Insertion Variables): Document message-cite-style.
1972 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
1974         * tramp.texi (Remote processes): New subsection "Running shell on
1975         a remote host".
1977 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1979         * auth.texi (Help for developers): Update docs to explain that the
1980         :save-function will only run the first time.
1982 2011-03-12  Glenn Morris  <rgm@gnu.org>
1984         * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1985         (emacs-faq.text): New target.
1986         (clean): Add emacs-faq.
1988 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
1990         Sync with Tramp 2.2.1.
1992         * trampver.texi: Update release number.
1994 2011-03-11  Glenn Morris  <rgm@gnu.org>
1996         * Makefile.in (HTML_TARGETS): New.
1997         (clean): Delete $HTML_TARGETS.
1998         (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
2000 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2002         * auth.texi (Help for developers): Show example of using
2003         `auth-source-search' with prompts and :save-function.
2005 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2007         * Version 23.3 released.
2009 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
2011         * message.texi (Message Buffers): Update default value of
2012         message-generate-new-buffers.
2014 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
2016         * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel and
2017         calc-logunits-nplevel to calc-dblevel and calc-nplevel, respectively.
2018         (Musical Notes): New section.
2019         (Customizing Calc): Mention the customizable variable
2020         calc-note-threshold.
2022 2011-03-03  Glenn Morris  <rgm@gnu.org>
2024         * url.texi (Dealing with HTTP documents): Remove reference to
2025         function url-decode-text-part; never seems to have existed.  (Bug#6038)
2026         (Configuration): Update url-configuration-directory description.
2028 2011-03-02  Glenn Morris  <rgm@gnu.org>
2030         * dired-x.texi (Multiple Dired Directories): Remove mentions
2031         of dired-default-directory-alist and dired-default-directory.
2032         Move dired-smart-shell-command here...
2033         (Miscellaneous Commands): ... from here.
2035 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
2037         * texinfo.tex: Update to version 2011-02-24.09.
2039 2011-03-02  Glenn Morris  <rgm@gnu.org>
2041         * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
2042         instead of the obsoleted dired-omit-here-always.
2044 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
2046         * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
2047         supported systems.
2049 2011-02-28  Glenn Morris  <rgm@gnu.org>
2051         * dbus.texi (Type Conversion): Grammar fix.
2053 2011-02-23  Michael Albinus  <michael.albinus@gmx.de>
2055         * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
2056         "Debian GNU/Linux".
2058         * trampver.texi [xemacs]: Set emacsothername to "Emacs".
2060 2011-02-23  Glenn Morris  <rgm@gnu.org>
2062         * dired-x.texi (Features): Minor rephrasing.
2063         (Local Variables): Fix typos.
2065         * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
2066         Standardize some Emacs/XEmacs terminology.
2068         * dired-x.texi (Features): Don't advertise obsolete local variables.
2069         Simplify layout.
2070         (Omitting Variables): Update local variables example.
2071         (Local Variables): Say this is obsolete.  Fix description of
2072         dired-enable-local-variables possible values.
2074 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2076         * auth.texi (Help for users): Mention ~/.netrc is also searched by
2077         default now.
2079 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2081         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
2083 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2085         * gnus.texi (Window Layout): Document layout names.
2087 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
2089         * ada-mode.texi: Sync @dircategory with ../../info/dir.
2090         * auth.texi: Sync @dircategory with ../../info/dir.
2091         * autotype.texi: Sync @dircategory with ../../info/dir.
2092         * calc.texi: Sync @dircategory with ../../info/dir.
2093         * cc-mode.texi: Sync @dircategory with ../../info/dir.
2094         * cl.texi: Sync @dircategory with ../../info/dir.
2095         * dbus.texi: Sync @dircategory with ../../info/dir.
2096         * dired-x.texi: Sync @dircategory with ../../info/dir.
2097         * ebrowse.texi: Sync @dircategory with ../../info/dir.
2098         * ede.texi: Sync @dircategory with ../../info/dir.
2099         * ediff.texi: Sync @dircategory with ../../info/dir.
2100         * edt.texi: Sync @dircategory with ../../info/dir.
2101         * eieio.texi: Sync @dircategory with ../../info/dir.
2102         * emacs-mime.texi: Sync @dircategory with ../../info/dir.
2103         * epa.texi: Sync @dircategory with ../../info/dir.
2104         * erc.texi: Sync @dircategory with ../../info/dir.
2105         * eshell.texi: Sync @dircategory with ../../info/dir.
2106         * eudc.texi: Sync @dircategory with ../../info/dir.
2107         * flymake.texi: Sync @dircategory with ../../info/dir.
2108         * forms.texi: Sync @dircategory with ../../info/dir.
2109         * gnus.texi: Sync @dircategory with ../../info/dir.
2110         * idlwave.texi: Sync @dircategory with ../../info/dir.
2111         * mairix-el.texi: Sync @dircategory with ../../info/dir.
2112         * message.texi: Sync @dircategory with ../../info/dir.
2113         * mh-e.texi: Sync @dircategory with ../../info/dir.
2114         * newsticker.texi: Sync @dircategory with ../../info/dir.
2115         * nxml-mode.texi: Sync @dircategory with ../../info/dir.
2116         * org.texi: Sync @dircategory with ../../info/dir.
2117         * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
2118         * pgg.texi: Sync @dircategory with ../../info/dir.
2119         * rcirc.texi: Sync @dircategory with ../../info/dir.
2120         * reftex.texi: Sync @dircategory with ../../info/dir.
2121         * remember.texi: Sync @dircategory with ../../info/dir.
2122         * sasl.texi: Sync @dircategory with ../../info/dir.
2123         * sc.texi: Sync @dircategory with ../../info/dir.
2124         * semantic.texi: Sync @dircategory with ../../info/dir.
2125         * ses.texi: Sync @dircategory with ../../info/dir.
2126         * sieve.texi: Sync @dircategory with ../../info/dir.
2127         * smtpmail.texi: Sync @dircategory with ../../info/dir.
2128         * speedbar.texi: Sync @dircategory with ../../info/dir.
2129         * trampver.texi [emacs]: Set emacsname to "Emacs".
2130         * tramp.texi: Sync @dircategory with ../../info/dir.
2131         * url.texi: Sync @dircategory with ../../info/dir.
2132         * vip.texi: Sync @dircategory with ../../info/dir.
2133         * viper.texi: Sync @dircategory with ../../info/dir.
2134         * widget.texi: Sync @dircategory with ../../info/dir.
2135         * woman.texi: Sync @dircategory with ../../info/dir.
2137 2011-02-19  Glenn Morris  <rgm@gnu.org>
2139         * dired-x.texi (Technical Details): No longer redefines
2140         dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
2141         dired-read-shell-command, or dired-find-buffer-nocreate.
2143 2011-02-18  Glenn Morris  <rgm@gnu.org>
2145         * dired-x.texi (Optional Installation File At Point): Simplify.
2147 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2149         * auth.texi (Help for users): Use :port instead of :protocol for all
2150         auth-source docs.
2151         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
2152         to have two files in `auth-sources'.
2154 2011-02-16  Glenn Morris  <rgm@gnu.org>
2156         * dired-x.texi: Use emacsver.texi to get Emacs version.
2157         * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
2158         Depend on emacsver.texi.
2160         * dired-x.texi: Drop meaningless version number.
2161         (Introduction): Remove old info.
2162         (Optional Installation Dired Jump): Autoload from dired-x.
2163         Remove incorrect info about loaddefs.el.
2164         (Bugs): Just refer to M-x report-emacs-bug.
2166         * dired-x.texi (Multiple Dired Directories): Update for rename of
2167         default-directory-alist.
2168         (Miscellaneous Commands): No longer mention very old VM version 4.
2170 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2172         Merge from gnulib.
2173         * texinfo.tex: Update to version 2011-02-14.11.
2175 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2177         * auth.texi (Help for users):
2178         Login collection is "Login" and not "login".
2180 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
2182         * tramp.texi (History): Remove IMAP support.
2183         (External methods, Frequently Asked Questions): Remove `imap' and
2184         `imaps' methods.
2185         (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2187         * trampver.texi: Remove default value of `emacsimap'.
2189 2011-02-13  Glenn Morris  <rgm@gnu.org>
2191         * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2192         * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2194 2011-02-12  Glenn Morris  <rgm@gnu.org>
2196         * sc.texi (Getting Connected): Remove old index entries.
2198 2011-02-12  Ulrich Mueller  <ulm@gentoo.org>
2200         * url.texi: Remove duplicate @dircategory (Bug#7942).
2202 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
2204         * auth.texi (Overview, Help for users, Help for developers):
2205         Update docs.
2206         (Help for users): Talk about spaces.
2208 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
2210         * texinfo.tex: Update to version 2011-02-07.16.
2212 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
2214         * dbus.texi (Bus names): Adapt descriptions for
2215         dbus-list-activatable-names and dbus-list-known-names.
2217 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
2219         * calc.texi (Logarithmic Units): New section.
2221 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2223         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2224         manuals use it now.
2226         * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
2228 2011-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2230         * overrides.texi: Remove.
2232         * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2233         * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2235 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
2237         * tramp.texi (Frequently Asked Questions): Mention problems with
2238         WinSSHD.
2240         * trampver.texi: Update release number.
2242 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
2244         * tramp.texi:
2245         Replace "delimet" with "delimit" globally.
2246         Replace "explicite" with "explicit" globally.
2247         Replace "instead of" with "instead" where there was nothing after "of".
2248         Audit use of comma before interrogative pronoun, "that", or "which".
2249         Minor word order, spelling, wording changes.
2251 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2253         * overrides.texi: New file to set or clear WEBHACKDEVEL.
2255         * sieve.texi: Use WEBHACKDEVEL.
2257         * sasl.texi: Use WEBHACKDEVEL.
2259         * pgg.texi: Use WEBHACKDEVEL.
2261         * message.texi: Use WEBHACKDEVEL.
2263         * gnus.texi: Use WEBHACKDEVEL.
2265         * emacs-mime.texi: Use WEBHACKDEVEL.
2267         * auth.texi: Use WEBHACKDEVEL.
2269         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2270         manuals.
2272 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2274         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2276 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2278         * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2279         which in turn is copied from ftp://tug.org/tex/.
2281 2011-02-03  Glenn Morris  <rgm@gnu.org>
2283         * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2284         (Binding combinations of modifiers and function keys):
2285         Let's assume people reading this are not using Emacs 18.
2287 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2289         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2290         since it's run automatically.
2292 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2294         * gnus.texi (Customizing Articles): Fix typo.
2296 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2298         * gnus.texi (Customizing Articles): Document the new way of customizing
2299         the date headers(s).
2301 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2303         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2304         splitting example.
2306 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
2308         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2309         (MAKEINFO_OPTS): New variable.
2310         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2311         ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2312         ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2313         ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2314         ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2315         ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2316         ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2317         ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2318         ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2319         ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2320         ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2321         ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2322         ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2323         ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2324         ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2325         ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2326         ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2327         ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2329 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2331         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2333 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2335         * message.texi (IDNA): Explain what it is.
2337 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2339         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2341 2011-01-23  Werner Lemberg  <wl@gnu.org>
2343         * Makefile.in (MAKEINFO): Now controlled by `configure'.
2344         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
2345         (ENVADD): Update.
2347 2011-01-18  Glenn Morris  <rgm@gnu.org>
2349         * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2351 2011-01-14  Eduard Wiebe  <usenet@pusto.de>
2353         * nxml-mode.texi (Introduction): Fix file name typos.
2355 2011-01-13  Christian Ohler  <ohler@gnu.org>
2357         * ert.texi: New file.
2359         * Makefile.in:
2360         * makefile.w32-in: Add ert.texi.
2362 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2364         * dbus.texi (Receiving Method Calls): New function
2365         dbus-register-service.  Rearrange node.
2367 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
2369         * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2370         which in turn is copied from ftp://tug.org/tex/.
2372 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2374         * dbus.texi (Receiving Method Calls): Describe new optional
2375         parameter dont-register-service of dbus-register-{method,property}.
2377 2010-12-17  Daiki Ueno  <ueno@unixuser.org>
2379         * epa.texi (Encrypting/decrypting *.gpg files):
2380         Mention epa-file-select-keys.
2382 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384         * gnus.texi (Archived Messages): Remove outdated text.
2386 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2388         * gnus.texi (Foreign Groups): Add clarification of foreign groups.
2390 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
2392         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
2394 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2396         * gnus.texi (The swish++ Engine): Add customizable parameters
2397         descriptions.
2398         (The swish-e Engine): Ditto.
2400 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
2402         * tramp.texi (Inline methods): Add "ksu" method.
2403         (Remote processes): Add example with remote `default-directory'.
2405 2010-12-14  Glenn Morris  <rgm@gnu.org>
2407         * faq.texi (Expanding aliases when sending mail):
2408         Now build-mail-aliases is interactive.
2410 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2412         * gnus.texi: First pass at adding (rough) nnir documentation.
2414 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2416         * gnus.texi (Filtering New Groups):
2417         Mention gnus-auto-subscribed-categories.
2418         (The First Time): Remove, since default-subscribed-newsgroups has been
2419         removed.
2421 2010-12-13  Glenn Morris  <rgm@gnu.org>
2423         * cl.texi (For Clauses): Small fixes for frames and windows.
2425 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2427         * org.texi (Using capture): Document using prefix arguments for
2428         finalizing capture.
2429         (Agenda commands): Document prefix argument for the bulk scatter
2430         command.
2431         (Beamer class export): Document that also overlay arguments can be
2432         passed to the column environment.
2433         (Template elements): Document the new entry type.
2435 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
2437         * org.texi (Include files): Document :minlevel.
2439 2010-12-11  Julien Danjou  <julien@danjou.info>
2441         * org.texi (Categories): Document category icons.
2443 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
2445         * org.texi (noweb): Fix typo.
2447 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
2449         * gnus.texi (Server Commands): Point to the rest of the server
2450         commands.
2452 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2455         g'.
2457 2010-12-02  Julien Danjou  <julien@danjou.info>
2459         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2461 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2463         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2464         (Direct Functions): Note the STARTTLS upgrade.
2466 2010-11-27  Glenn Morris  <rgm@gnu.org>
2467             James Clark  <none@example.com>
2469         * nxml-mode.texi (Introduction): New section.
2471 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473         * gnus.texi (Server Commands): Document gnus-server-show-server.
2475 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
2477         Sync with Tramp 2.2.0.
2479         * trampver.texi: Update release number.
2481 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
2483         * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2484         Mention that the TeX specific units won't use the `tex' prefix
2485         in TeX mode.
2487 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2489         * gnus.texi (Misc Article): Document gnus-inhibit-images.
2491 2010-11-17  Glenn Morris  <rgm@gnu.org>
2493         * edt.texi: Remove information about Emacs 19.
2495 2010-11-17  Michael Albinus  <michael.albinus@gmx.de>
2497         * trampver.texi: Update release number.
2499 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2501         * gnus.texi (Article Washing): Fix typo.
2503 2010-11-11  Noorul Islam  <noorul@noorul.com>
2505         * org.texi: Fix typo.
2507 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2509         * org.texi (Using capture): Explain that refiling is
2510         sensitive to cursor position.
2512 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2514         * org.texi (Images and tables): Add cross reference to link section.
2516 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2518         * org.texi: Document the <c> cookie.
2520 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2522         * org.texi: Multi-line header arguments :PROPERTIES: :ID:
2523         b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
2525 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2527         * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
2529 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2531         * org.texi (Project alist): Mention that this is a property list.
2533 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2535         * org.texi (Setting up the staging area): Document that
2536         file names remain visible when encrypting the MobileOrg files.
2538 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2540         * org.texi (Setting up the staging area): Document which
2541         versions are needed for encryption.
2543 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2545         * org.texi (noweb): Update :noweb documentation to
2546         reflect the new "tangle" argument.
2548 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2550         * org.texi (Batch execution): Improve tangling script in
2551         documentation.
2553 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2555         * org.texi (Handling links):
2556         (In-buffer settings): Document inlining images on startup.
2558 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2560         * org.texi (Setting up the staging area): Document use of
2561         crypt password.
2563 2010-11-11  David Maus  <dmaus@ictsoc.de>
2565         * org.texi (Template expansion): Add date related link type escapes.
2567 2010-11-11  David Maus  <dmaus@ictsoc.de>
2569         * org.texi (Template expansion): Add mew in table for link type
2570         escapes.
2572 2010-11-11  David Maus  <dmaus@ictsoc.de>
2574         * org.texi (Template expansion): Fix typo in link type escapes.
2576 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2578         * org.texi (Structure of code blocks): Another documentation tweak.
2580 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2582         * org.texi (Structure of code blocks): Documentation tweak.
2584 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2586         * org.texi (Structure of code blocks):
2587         Update documentation to mention inline code block syntax.
2589 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2591         * org.texi (comments): Improve wording.
2593 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2595         * org.texi (comments): Document the new :comments header arguments.
2597 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2599         * org.texi (Installation): Remove the special
2600         installation instructions for XEmacs.
2602 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2604         * org.texi (Easy Templates): New section.  Documents quick
2605         insertion of empty structural elements.
2607 2010-11-11  Noorul Islam  <noorul@noorul.com>
2609         * org.texi: Fix doc.
2611 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2613         * org.texi (The date/time prompt): Document specification
2614         of time ranges.
2616 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2618         * org.texi (Internal links): Document the changes in
2619         internal links.
2621 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2623         * org.texi (Agenda commands): Document the limitation for
2624         the filter preset - it can only be used for an entire agenda
2625         view, not in an individual block in a block agenda.
2627 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
2629         * org.texi (iCalendar export): Document alarm creation.
2631 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
2633         * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2635 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2637         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2639 2010-11-09  Jay Belanger  <jay.p.belanger@gmail.com>
2641         * calc.texi: Use emacsver.texi to determine Emacs version.
2643 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2645         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2646         since that works by default.
2648 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2650         * gnus.texi (Customizing the IMAP Connection): Document
2651         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2653 2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
2655         * tramp.texi (Remote shell setup): New item "Interactive shell
2656         prompt".  Reported by Christian Millour <cm@abtela.com>.
2657         (Remote shell setup, Remote processes): Use @code{} for
2658         environment variables.
2660 2010-11-03  Glenn Morris  <rgm@gnu.org>
2662         * ediff.texi (Quick Help Commands, Miscellaneous):
2663         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
2665 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2669 2010-10-31  Glenn Morris  <rgm@gnu.org>
2671         * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2673 2010-10-31  Glenn Morris  <rgm@gnu.org>
2675         * cc-mode.texi: Remove reference to defunct viewcvs URL.
2677 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679         * gnus.texi (Client-Side IMAP Splitting):
2680         Mention nnimap-unsplittable-articles.
2682 2010-10-29  Julien Danjou  <julien@danjou.info>
2684         * gnus.texi (Finding the News): Remove references to obsoletes
2685         variables `gnus-nntp-server' and `gnus-secondary-servers'.
2687 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
2689         * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2690         (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2691         ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2692         ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2694 2010-10-28  Glenn Morris  <rgm@gnu.org>
2696         * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2697         (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2698         ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2700 2010-10-25  Daiki Ueno  <ueno@unixuser.org>
2702         * epa.texi (Mail-mode integration): Add alternative key bindings
2703         for epa-mail commands; escape comma.
2704         Don't use the word "PGP", since it is a non-free program.
2706 2010-10-24  Jay Belanger  <jay.p.belanger@gmail.com>
2708         * calc.texi: Use emacsver.texi to determine Emacs version.
2710 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
2712         * gnus.texi (Group Parameters, Buttons): Fix typos.
2714 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
2716         * gnus.texi (Subscription Commands): Mention that you can also
2717         subscribe to new groups via the Server buffer, which is probably more
2718         convenient when subscribing to many groups.
2720 2010-10-21  Julien Danjou  <julien@danjou.info>
2722         * message.texi (Message Headers): Allow message-default-headers to be a
2723         function.
2725 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727         * gnus-news.texi: Mention new archive defaults.
2729 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2731         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2733 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735         * gnus.texi (HTML): Document the function value of
2736         gnus-blocked-images.
2737         (Article Washing): shr and gnus-w3m, not the direct function names.
2739 2010-10-20  Julien Danjou  <julien@danjou.info>
2741         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2742         variable.
2744 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746         * gnus.texi (Customizing the IMAP Connection): The port strings are
2747         strings.
2748         (Document Groups): Mention git.
2750 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2753         bzr/Gnus git sync.
2755 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
2757         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2758         change.
2760 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2763         @item syntax for in-Emacs makeinfo.
2765 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
2767         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2768         trim sentence.
2770 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
2772         * epa.texi (Caching Passphrases):
2773         * auth.texi (GnuPG and EasyPG Assistant Configuration):
2774         Clarify some configurations require to set up gpg-agent.
2776 2010-10-11  Glenn Morris  <rgm@gnu.org>
2778         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2780 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782         * gnus.texi (Spam Package Introduction): Mention `$'.
2784 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
2786         * makefile.w32-in (emacsdir): New variable.
2787         ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2788         (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2790 2010-10-09  Glenn Morris  <rgm@gnu.org>
2792         * Makefile.in (mostlyclean): Delete *.toc.
2794         * Makefile.in: Use $< in rules.
2796         * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2798         * Makefile.in ($(infodir)): Delete rule.
2799         (mkinfodir): New.  Use it in all the info rules, rather than depending
2800         on infodir.
2802 2010-10-09  Glenn Morris  <rgm@gnu.org>
2804         * gnus.texi (Article Washing): Fix previous change.
2806         * Makefile.in (emacsdir): New variable.
2807         ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
2808         Depend on emacsver.texi.
2810         * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2812         * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2814 2010-10-08  Julien Danjou  <julien@danjou.info>
2816         * gnus.texi: Add mm-shr.
2818 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
2820         * gnus.texi (Finding the Parent, The Gnus Registry)
2821         (Registry Article Refer Method): Update docs for nnregistry.el.
2823 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
2825         * auth.texi (Help for users)
2826         (GnuPG and EasyPG Assistant Configuration): Update docs.
2828 2010-10-08  Glenn Morris  <rgm@gnu.org>
2830         * cl.texi (Organization, Installation, Old CL Compatibility):
2831         Deprecate cl-compat for new code.
2832         (Usage, Installation): Remove outdated information.
2834         * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2836 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2838         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2840 2010-10-06  Julien Danjou  <julien@danjou.info>
2842         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2844         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2845         broken link.
2847         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2849         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2850         to ReiserFS.
2852         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2853         (FAQ 7-1): Fix getmail URL.
2855 2010-10-06  Daiki Ueno  <ueno@unixuser.org>
2857         * epa.texi (Caching Passphrases): New section.
2859 2010-10-06  Glenn Morris  <rgm@gnu.org>
2861         * Makefile.in (SHELL): Set it.
2862         (info): Move the mkdir dependency to the individual info files.
2863         (mostlyclean): Tidy up.
2864         (clean): Only delete the specific dvi and pdf files.
2865         (maintainer-clean): Be more restrictive in what we delete.
2866         ($(infodir)): Add parallel build workaround.
2868 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870         * gnus.texi (Misc Article): Document gnus-widen-article-window.
2872 2010-10-03  Julien Danjou  <julien@danjou.info>
2874         * emacs-mime.texi (Display Customization):
2875         Update mm-inline-large-images documentation and add documentation for
2876         mm-inline-large-images-proportion.
2878 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
2880         * tramp.texi (Frequently Asked Questions):
2881         Mention remote-file-name-inhibit-cache.
2883 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2885         * gnus.texi (Splitting Mail): Fix @xref syntax.
2886         (Splitting Mail): Really fix the @ref syntax.
2888 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2890         * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2891         (Article Hiding): Add google banner example.
2892         Suggested by Benjamin Xu.
2894 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2896         * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2897         Remove nnimap-split-rule from examples.
2899 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2902         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
2903         Fishman.
2904         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2906 2010-09-30  Julien Danjou  <julien@danjou.info>
2908         * gnus.texi (Gravatars): Fix documentation about
2909         gnu-gravatar-properties.
2911 2010-09-29  Daiki Ueno  <ueno@unixuser.org>
2913         * epa.texi (Bug Reports): New section.
2915 2010-09-29  Glenn Morris  <rgm@gnu.org>
2917         * Makefile.in (top_srcdir): Remove unused variable.
2919 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2922         (Client-Side IMAP Splitting): Document 'default.
2924 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926         * gnus.texi (Customizing the IMAP Connection):
2927         Document nnimap-fetch-partial-articles.
2929 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2931         * gnus-news.texi: Mention nnimap-inbox.
2933         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2935 2010-09-26  Julien Danjou  <julien@danjou.info>
2937         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
2939 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941         * gnus.texi (Security): Remove gpg.el mention.
2943 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2945         * gnus.texi (Browse Foreign Server): New variable
2946         gnus-browse-subscribe-newsgroup-method.
2948         * gnus-news.texi: Mention it.
2950 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952         * gnus.texi (NoCeM): Remove.
2953         (Startup Variables): No jingle.
2955 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
2957         * woman.texi (Interface Options): xz compression is now supported.
2959 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2961         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2962         (Unavailable Servers): Document gnus-server-copy-server.
2963         (Using IMAP): Document the new nnimap.
2965 2010-09-25  Julien Danjou  <julien@danjou.info>
2967         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
2969 2010-09-24  Glenn Morris  <rgm@gnu.org>
2971         * url.texi (Disk Caching): Tweak previous change.
2973 2010-09-24  Julien Danjou  <julien@danjou.info>
2975         * url.texi (Disk Caching): Mention url-cache-expire-time,
2976         url-cache-expired, and url-fetch-from-cache.
2978 2010-09-24  Julien Danjou  <julien@danjou.info>
2980         * gnus.texi: Add Gravatars.
2982 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2986 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988         * gnus.texi (Expunging mailboxes): Update name of the expunging
2989         command.
2991 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2993         * emacs-mime.texi (rfc2047): Update description for
2994         rfc2047-encode-parameter.
2996 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
2998         * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2999         "fish" methods.
3000         (External methods): Remove "scp1_old" and "scp2_old" methods.
3002 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
3004         * tramp.texi: Remove Japanese manual.  Fix typo.
3006         * trampver.texi: Update release number.  Remove japanesemanual.
3008 2010-09-09  Glenn Morris  <rgm@gnu.org>
3010         * org.texi: Restore clobbered changes (copyright years, untabify).
3012 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
3014         * gnus.texi (Adaptive Scoring): Fix typo.
3016 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018         * gnus.texi (Article Display): Document gnus-html-show-images.
3020 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
3022         * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
3024 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026         * gnus.texi (HTML): Document gnus-max-image-proportion.
3028 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030         * gnus.texi (HTML): Document gnus-blocked-images.
3032         * message.texi (Wide Reply): Document message-prune-recipient-rules.
3034 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036         * gnus.texi (Summary Mail Commands): Note that only the addresses from
3037         the first message are used for wide replies.
3038         (Changing Servers): Remove documentation on gnus-change-server and
3039         friends, since it's been removed.
3041 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043         * gnus.texi (Drafts): Mention B DEL.
3045 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
3047         * gnus.texi (Delayed Articles): Mention that the Date header is the
3048         original one, even if you delay.
3050 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052         * gnus.texi (Asynchronous Fetching):
3053         Document gnus-async-post-fetch-function.
3054         (HTML): Made into its own section.
3056 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
3058         Sync with Tramp 2.1.19.
3060         * tramp.texi (Inline methods, Default Method):
3061         Mention `tramp-inline-compress-start-size'.  Remove "kludgy" phrase.
3062         Remove remark about doubled "-t" argument.
3063         (Auto-save and Backup): Remove reference to Emacs 21.
3064         (Filename Syntax): Describe port numbers.
3065         (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
3066         supported MS Windows versions.  Remove obsolete URL.  Recommend "sshx"
3067         and "scpx" for echoing shells.  Use the $() syntax, texi2dvi reports
3068         errors with the backquotes.
3069         (External packages): File attributes cache flushing for asynchronous
3070         processes.
3071         (Traces and Profiles): Describe verbose level 9.
3073         * trampver.texi: Update release number.
3075 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
3077         * dbus.texi (Alternative Buses): New chapter.
3079 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3081         * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
3083 2010-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
3085         * calc.texi (Customizing Calc): Rearrange description of new
3086         variables to match the presentation of other variables.
3088 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3090         * org.texi (Footnotes, Tables in HTML export): Fix typos.
3092 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
3094         * calc.texi (Making Selections, Selecting Subformulas)
3095         (Customizing Calc): Mention how to use faces to emphasize selected
3096         sub-formulas.
3098 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
3100         * tramp.texi (External packages): File attributes cache flushing
3101         for asynchronous processes.
3103 2010-08-01  Alan Mackenzie  <acm@muc.de>
3105         Enhance the manual for the latest Java Mode.
3107         * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
3108         annotation-var-cont.
3109         (Java Symbols): Page renamed from Anonymous Class Symbol.  Document the
3110         two new symbols.
3112 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
3114         * tramp.texi (Traces and Profiles): Describe verbose level 9.
3116 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
3118         * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
3120 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
3122         * org.texi: Fix typo in previous change (revno:100847).
3124 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
3126         * org.texi: Add macros to get plain quotes in PDF output.
3127         List additional contributors.
3128         (Capture): New section, replaces the section about remember.
3129         (Working With Source Code): New chapter, focused on documenting Org
3130         Babel.
3131         (Code evaluation security): New section.
3132         (MobileOrg): Document DropBox support.
3133         (TaskJuggler export): Document taskjuggler and Gantt chart support.
3134         (Special symbols): Show how to display UTF8 characters for entities.
3135         (Global TODO list): Clarify the use of the "M" key and the differences
3136         to the "m" key.
3137         (RSS Feeds): Mention Atom feeds as well.
3138         (Setting tags): Remove paragraph about
3139         `org-complete-tags-always-offer-all-agenda-tags'.
3141 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
3143         * tramp.texi (Inline methods): Remove remark about doubled "-t"
3144         argument.
3145         (Frequently Asked Questions): Recommend "sshx" and "scpx" for
3146         echoing shells.
3148 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
3150         * tramp.texi (Inline methods): Remove "kludgy" phrase.
3151         (Filename Syntax): Describe port numbers.
3153 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
3155         * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
3156         forgotten.
3157         (Type Conversion): Precise conversion of natural numbers.
3158         (Errors and Events): Add "debugging" to concept index.  Add variable
3159         `dbus-debug'.
3161 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
3163         * dbus.texi (Receiving Method Calls): Add optional argument
3164         EMITS-SIGNAL to `dbus-register-property'.
3166 2010-06-27  Alex Schroeder  <alex@gnu.org>
3168         * nxml-mode.texi (Commands for locating a schema): Fix typo.
3170 2010-06-24  Glenn Morris  <rgm@gnu.org>
3172         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3173         * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3174         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3175         * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3176         * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3177         * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3178         * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3179         * woman.texi: Start direntry descriptions in column 32, per Texinfo
3180         convention.   Make them end with a period.
3182 2010-06-23  Glenn Morris  <rgm@gnu.org>
3184         * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
3185         * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3186         * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3187         * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3188         * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3189         * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
3191 2010-06-10  Glenn Morris  <rgm@gnu.org>
3193         * idlwave.texi (Load-Path Shadows):
3194         * org.texi (Handling links): Fix typos.
3196 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
3198         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3200 2010-05-26  Michael Albinus  <michael.albinus@gmx.de>
3202         * eshell.texi (Built-ins): Describe, how to disable a built-in command
3203         by an alias.  (Bug#6226)
3205 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
3207         * calc.texi (Manipulating Vectors): Mention that vectors can
3208         be used to determine bins for `calc-histogram'.
3210 2010-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
3212         * calc.texi: Remove "\turnoffactive" commands throughout.
3214 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3216         * url.texi (HTTP language/coding, Customization):
3217         * message.texi (Header Commands, Responses):
3218         * cl.texi (Argument Lists): Fix typos.
3220 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
3222         * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3223         Note that Development menu is always available.
3224         (Creating a project): Fix terminology.
3225         (Add/Remove files): Fix typo.
3227 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
3229         * Version 23.2 released.
3231 2010-05-01  Daniel E. Doherty  <ddoherty03@gmail.com>  (tiny change)
3233         * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3235 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
3237         * tramp.texi (Inline methods, Default Method):
3238         Mention `tramp-inline-compress-start-size'.
3240 2010-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3242         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3243         the CVS repo.  Put the Git repo in the news section.
3245         * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
3246         Removed some mentions of CVS.  Mention the new Git repo.
3248 2010-04-18  Andreas Seltenreich  <seltenreich@gmx.de>
3250         * gnus.texi (Score File Format): Fix typo.  Reported by Štěpán Němec.
3251         (Mail Group Commands): Add index entry.
3253 2010-04-18  Glenn Morris  <rgm@gnu.org>
3255         * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3257 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3259         * calc.texi (Radix modes): Mention that the option prefix will
3260         turn on twos-complement mode.
3261         (Inverse and Hyperbolic Flags): Mention the Option flag.
3263 2010-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
3265         * org.texi (LaTeX and PDF export): Add a footnote about xetex.
3266         (LaTeX/PDF export commands): Rename and Move section.
3267         (Sectioning structure): Update.
3268         (References): New use case for field coordinates.
3269         (The export dispatcher): Rename from ASCII export.
3270         (Setting up the staging area): Document the availability of
3271         encryption for MobileOrg.
3272         (Images and tables): Document how to reference labels.
3273         (Index entries): New section.
3274         (Generating an index): New section.
3275         (Column width and alignment): Document that <N> now
3276         means a fixed width, not a maximum width.
3277         (Publishing options): Document the :email option.
3278         (Beamer class export): Fix bug in the BEAMER example.
3279         (Refiling notes): Document refile logging.
3280         (In-buffer settings): Document refile logging keywords.
3281         (Drawers): Document `C-c C-z' command.
3282         (Agenda commands): Mention the alternative key `C-c C-z'.
3283         (Special properties): Document the BLOCKED property.
3284         (The spreadsheet): Mention the formula editor.
3285         (References): Document field coordinates.
3286         (Publishing action): Correct the documentation for the
3287         publishing function.
3288         (The date/time prompt): Document that we accept dates
3289         like month/day/year.
3290         (Cooperation): Document the changes in table.el support.
3291         (Faces for TODO keywords, Faces for TODO keywords)
3292         (Priorities): Document the easy colors.
3293         (Visibility cycling): Document the new double prefix
3294         arg for `org-reveal'.
3295         (Cooperation): Remember.el is part of Emacs.
3296         (Clean view): Mention that `wrap-prefix' is also set by
3297         org-indent-mode.
3298         (Agenda commands): Add information about prefix args to
3299         scheduling and deadline commands.
3300         (Search view): Point to the docstring of
3301         `org-search-view' for more details.
3302         (Agenda commands): Document that `>' prompts for a date.
3303         (Setting tags): Document variable
3304         org-complete-tags-always-offer-all-agenda-tags.
3305         (Column attributes): Cross-reference special properties.
3307 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3309         Synchronize with Tramp repository.
3311         * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
3312         (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3313         Adapt supported MS Windows versions.  Remove obsolete URL.  Use the $()
3314         syntax, texi2dvi reports errors with the backquotes.
3316         * trampver.texi: Update release number.
3318 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
3320         * gnus.texi (Finding the News): Add pointers to the Server buffer
3321         because it's essential.
3323 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3325         * gnus.texi (MIME Commands): Update description of
3326         gnus-article-browse-html-article.
3328 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3330         * auth.texi (Secret Service API): Add TODO node.
3331         (Help for users): Explain the new source options for `auth-sources'.
3333 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3335         * trampver.texi: Update release number.
3337 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3339         * Branch for 23.2.
3341 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
3343         * faq.texi (Escape sequences in shell output): Note that ansi-color is
3344         now enabled by default.
3346 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3348         * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3349         when Emacs runs in interactive mode.  (Bug#5645)
3351 2010-02-16  Glenn Morris  <rgm@gnu.org>
3353         * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3355 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3357         * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3359 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3361         * gnus.texi (Score File Format): Fix typo.
3363 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
3365         * cc-mode.texi: Replace references to obsolete c-subword-mode.
3367 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3369         * ada-mode.texi (Project File Overview): Fix typo.
3371 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3373         * semantic.texi: Add Richard Y. Kim credit.
3375         * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3377 2010-01-17  Michael Albinus  <michael.albinus@gmx.de>
3379         * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
3380         SXEmacs 22 to the supported systems.  New item for hung ssh sessions.
3382 2010-01-17  Glenn Morris  <rgm@gnu.org>
3384         * calc.texi (Reporting Bugs): Don't mention format of repository.
3386         * woman.texi (Bugs): Make "Emacs repository" less specific,
3387         and the URL for same more specific.
3389         * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3391 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3393         * ede.texi (ede-step-project, ede-proj-target):
3394         * tramp.texi (Remote processes): Fix typos.
3396 2010-01-16  Mario Lang  <mlang@delysid.org>
3398         * ede.texi (ede-target):
3399         * org.texi (Refiling notes): Remove duplicated words.
3401 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3403         * gnus.texi (Posting Styles): Use with-current-buffer.
3404         * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3406 2010-01-02  Kevin Ryde  <user42@zip.com.au>
3408         * eieio.texi (Naming Conventions): Correction to xref on elisp
3409         coding conventions, is "Tips" node not "Standards".
3411 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
3413         * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3415         * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3417 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3419         * gnus.texi (Direct Functions): Add missing port number to tls method.
3421 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
3423         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3424         ($(infodir)/edt, edt.dvi): New targets.
3426 2009-12-15  Glenn Morris  <rgm@gnu.org>
3428         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3429         (edt, $(infodir)/edt, edt.dvi): New targets.
3430         * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3432         * Makefile.in (PDF_TARGETS, pdf): New.
3433         (clean): Add *.pdf.
3434         Add pdf rules for all manuals.
3436 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
3438         * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3440 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3442         * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3443         (Smart Jump, Analyzer Debug): Copyedits.
3444         (Semantic mode user commands): Link to new nodes.
3445         (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3446         (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3447         upstream Semantic manual.
3449         * semantic.texi (Introduction): Minor fix to diagram.
3451 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3453         * eshell.texi (History): Add the other built-in variables.
3454         (Built-ins): Explain built-ins, and how to apply the external commands.
3455         Add `history', `su' and `sudo'.
3457         * tramp.texi (Remote processes): Add missing <RET> in the example.
3459 2009-12-01  Bill Wohler  <wohler@newt.com>
3461         * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
3462         path for mairix example.  Specify -q in namazu example since namazu is
3463         excessively garrulous.
3465 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3467         * tramp.texi (Remote processes): Improve eshell example with "su"
3468         and "sudo" commands.
3470 2009-11-28  Chong Yidong  <cyd@stupidchicken.com>
3472         * semantic.texi (Analyzer Internals): Rename from Analyzer.
3474         * sem-user.texi (Semantic mode user commands): Fix key syntax.
3475         Document semantic-complete-analyze-inline.
3476         (Semanticdb search debugging commands): Minor clarification.
3477         (Analyzer, Smart Completion, Smart Summary, Smart Jump)
3478         (Analyzer Debug): New nodes, adapted from the upstream Semantic user
3479         manual.
3480         (Semantic mode): Link to Idle Scheduler.
3482 2009-11-28  Kevin Ryde  <user42@zip.com.au>
3484         * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
3485         @pxref, now EIEIO is in Emacs.
3487         * erc.texi (Development): Correction to git tutorial url.
3489 2009-11-26  Glenn Morris  <rgm@gnu.org>
3491         * faq.texi (Latest version of Emacs): Mention stability of development
3492         version.
3493         (Problems with very large files): Max buffer size increase in 23.2.
3494         (VM): VM has moved house again.
3496 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
3498         * calc.texi (Radix modes): Discuss alternate bases for two's complement
3499         notations.
3501 2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>
3503         * org.texi (Column attributes): Fix documentation of new operators.
3505 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3507         * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
3508         (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3509         (Idle Completions Mode): Numerous copyedits.
3511 2009-11-17  Juanma Barranquero  <lekktu@gmail.com>
3513         * semantic.texi (Semantic Internals, Glossary):
3514         * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3515         (Semanticdb search debugging commands): Fix typos.
3517 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3519         * calc.texi (Radix modes): Mention twos-complement notation.
3521 2009-11-16  Juanma Barranquero  <lekktu@gmail.com>
3523         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3524         ($(infodir)/semantic, semantic.dvi): New targets.
3526 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
3528         * Makefile.in: Build the Semantic manual.
3530         * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3531         repository.
3533 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3535         * dbus.texi (Receiving Method Calls): New defun
3536         `dbus-unregister-service'.
3538 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3540         * org.texi (Speed keys): New section.
3542 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
3544         * dbus.texi (Type Conversion): Fix typo.
3545         (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3546         `dbus-registered-objects-table'.
3547         (Receiving Method Calls): New defun `dbus-register-property'.
3548         Move `dbus-unregister-object' here.
3550 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3552         * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3554 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
3556         * org.texi (Column attributes): Add the new age summary operators.
3557         Also, mention the fact you can only use one summary operator per
3558         property.
3560 2009-11-13  John Wiegley  <johnw@newartisans.com>
3562         * org.texi (Tracking your habits): Add a new section in the
3563         manual about how to track habits.
3564         (Resolving idle time): Add a section on how idle and
3565         dangling clocks are resolved.
3567 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3569         * org.texi (Agenda commands): Document the new `i' command.
3570         (Inserting deadline/schedule): Document logging changes
3571         of scheduling and deadline times stamps.
3572         (In-buffer settings): Document the in-buffer keywords for logging
3573         changes of scheduling and deadline times stamps.
3574         (Structure editing, Plain lists): Document indentation
3575         cycling in empty entries with TAB.
3576         (Archiving): Document the default archiving command.
3577         (Moving subtrees): Document the new keys for archiving.
3578         (Internal archiving): Fix incorrect key.
3579         (Agenda commands): Document the TODO set switching commands.
3580         (Agenda commands): Document the new archiving keys.
3581         (Clocking work time): Better description on how to save
3582         and restore a clock.
3583         (Resolving idle time): Mention the x11idle program to get true
3584         idleness also under X11.
3585         (Resolving idle time): Use @kbd instead of @key for normal
3586         letters, because this is how he rest of the manual does this.
3587         (Pushing to MobileOrg): Mention that `org-directory'
3588         should be set.
3589         (Agenda commands): Document that SPC is a filter for
3590         any tag.
3591         (Search view): Rename from "Keyword search".
3592         (Capure): New chapter.
3593         (Markup): New chapter.
3594         (Links in HTML export, Images in HTML export):
3595         Extend the section titles.
3596         (Images in HTML export): Document the align option.
3597         (Text areas in HTML export): Extend the section title.
3598         (Images in LaTeX export): Explain image placement in LaTeX.
3600 2009-11-10  Glenn Morris  <rgm@gnu.org>
3602         * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3604 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
3606         * tramp.texi (Auto-save and Backup): Disable backups just for a
3607         method.
3609         * trampver.texi: Update release number.
3611 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
3613         Sync with Tramp 2.1.17.
3615         * trampver.texi: Update release number.
3617 2009-10-29  Glenn Morris  <rgm@gnu.org>
3619         * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3621 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
3623         * tramp.texi (External methods): Temporary files are kept for
3624         `rsync' and `rsyncc' methods.
3626 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3628         * eieio.texi: Fix typos.
3630 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3632         * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3634 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3636         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3637         ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3639 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3641         * Makefile.in: Build EIEIO and EDE manuals.
3643 2009-10-07  Eric Ludlam  <zappo@gnu.org>
3645         * eieio.texi:
3646         * ede.texi: New files.
3648 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3650         * tramp.texi (Remote processes): Association of a pty is not supported.
3652 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
3654         * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3655         (Processing LaTeX fragments): Document that the size of images can be
3656         changes using the variable `org-format-latex-options'.
3657         (The date/time prompt, Timestamps): Be more accurate over ISO format
3658         dates and times.
3659         (Visibility cycling): Document showeverything keyword.
3660         (In-buffer settings): Document showeverything keyword.
3661         (Setting up the staging area): Fix the example.
3662         (MobileOrg): New section.
3663         (Agenda commands, Exporting Agenda Views): Document exporting the
3664         agenda view to Org files.
3666 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
3668         * tramp.texi (History): Add IMAP support.
3669         (External methods): Add `imap' and `imaps' methods.
3670         (GVFS based methods): Add indices for `davs'.
3671         (Password handling): Rename anchors.  Add IMAP entries for
3672         ~/.authinfo.gpg.
3674         * trampver.texi: Set default value of `emacsimap'.
3676 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3678         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3680 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3682         * dired-x.texi (Technical Details):
3683         Delete dired-up-directory (Bug#4292).
3685 2009-09-03  Michael Albinus  <michael.albinus@gmx.de>
3687         * tramp.texi (Frequently Asked Questions): New item for emacsclient.
3689 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
3691         * org.texi (Effort estimates): Document new effort setting commands.
3692         (Agenda commands): Document the new keys fro agenda time motion.
3693         Document entry text mode.  Improve documentation of the keys to include
3694         inactive time stamps into the agenda view.
3695         (Feedback): Document the new bug report command.
3696         (Structure editing): Add an index entry for the sorting of subtrees.
3698 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
3700         * auth.texi (Help for users): Corrected markup.
3702 2009-09-02  Glenn Morris  <rgm@gnu.org>
3704         * emacs-mime.texi (time-date): Mention float-time.
3706 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
3708         * calc.texi (Simplifying Formulas): Improve the wording.
3710 2009-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
3712         * auth.texi: Rewritten for coverage and clarity.
3714 2009-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3716         * gnus.texi (Expiring Mail):
3717         Mention gnus-mark-copied-or-moved-articles-as-expirable.
3718         (Various Various): Mention gnus-safe-html-newsgroups.
3720         * gnus-news.texi: Mention
3721         gnus-mark-copied-or-moved-articles-as-expirable.
3723         * emacs-mime.texi (Display Customization): Add xref to
3724         gnus-safe-html-newsgroups.
3726 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
3728         * tramp.texi (Version Control): Remove.
3729         (Obtaining Tramp): Update cvs checkout command.  Remove nightly tarballs
3730         reference.
3731         (External methods): Correct `scpc' concept index entries.  New method
3732         `rsyncc'.
3733         (External packages): New subsections "Filename completion" and "File
3734         attributes cache".
3736 2009-08-27  Jay Belanger  <jay.p.belanger@gmail.com>
3738         * calc.texi (Rewrite Rules): Improve the example.
3739         (Simplifying Formulas): Explain use of the I and H flags for
3740         simplification.
3742 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
3744         * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
3745         Describe autostart behavior of dbus-ping.
3746         (Synchronous Methods, Asynchronous Methods): Use English numeric format
3747         for timeout values.
3748         (Top): Remove footnote saying D-Bus is not enabled by
3749         default.  (Bug#4256)
3751 2009-08-23  Daiki Ueno  <ueno@unixuser.org>
3753         * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
3754         Reported by Jari Aalto (Bug#4211).
3755         (Mail-mode integration): Mention epa-mail-mode and
3756         epa-global-mail-mode.
3757         (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3758         epa-setup.
3760 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
3762         * dbus.texi (Asynchronous Methods): Allow nil handler.
3764 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3766         * ediff.texi (ediff-current-file): Add information about this new function.
3768         * viper.texi: Add information about C-s in viper's search command.
3770 2009-08-09  Colin Williams  <lackita@gmail.com>  (tiny change)
3772         * calc.texi (Date Forms): Fix typos.
3774 2009-08-08  Glenn Morris  <rgm@gnu.org>
3776         * org.texi (Agenda commands): Restore clobbered change.
3778 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3780         * calc.texi (Graphics, Devices): Update with the peculiarities of
3781         operation on MS-Windows.
3783 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
3785         * org.texi (Publishing action): Improve documentation of file
3786         names when publishing to the source directory.
3787         (Clean view): Document `org-indent-mode'.
3788         (Clocking work time): Add documentation for the
3789         new :timetamp option when creating a clock report.
3790         (Paragraphs): Fix many typos.
3791         (Plain lists): Remove duplicate explanation about the
3792         `C-c *' command.
3793         (Literal examples): Update to reflect the new behavior
3794         of the -n -r -k switches when exporting source code examples.
3795         (Structure editing): Add information about `C-c *',
3796         converting a plain list into a list of Org items.
3797         (Remember): Small rephrasing of the paragraph
3798         describing remember.el.  Also mentioned that remember.el is part
3799         of Emacs 23, not Emacs 22.
3800         (Clocking work time): Add documentation about
3801         displaying the current clocking time against the effort estimate.
3802         Also add a footnote about using `org-clock-in-prepare-hook' to add
3803         an effort estimate on the fly, just before clocking it.
3804         (Footnotes): Document automatic renumbering and
3805         sorting.
3806         (Agenda commands): Document new bulk commands.
3807         (Plain lists): Document new behavior of
3808         `org-cycle-include-plain-lists'.
3809         Hyphenation only in TeX.
3810         (Clocking work time): Document the key to update effort
3811         estimates.
3812         (Clocking work time): Document the clock time display.
3813         (Structure editing, TODO basics): Document new
3814         variables.
3815         (Column attributes): Document new colciew operators.
3816         (Publishing options): Document :xml-declaration.
3817         (Tracking TODO state changes): Document the
3818         LOG_INTO_DRAWER property.
3819         (Literal examples): Document the new implementation for
3820         editing source code.
3821         (Publishing action): Mention the new publishing
3822         function, to publish an Org source file.
3823         (Publishing links): Mention how to link to an Org source file.
3824         (Macro replacement): Document new macros.
3825         (Handling links): Document type-specific completion
3826         when inserting links.
3827         (Structure editing, Plain lists): Improve documentation
3828         on sorting.
3829         (Internal links): Document custom ids for links.
3830         (Handling links): Document custom ids for links.
3831         (CSS support): Document new class.
3832         (Refiling notes): Document the possibility to create new nodes
3833         during refiling.
3834         (Agenda commands): Document the "?" operator to find
3835         tasks without effort setting.
3836         (Exporting agenda information): Section moved.
3837         (RSS Feeds): New section.
3838         (Built-in table editor): Document M-e and M-a navigate
3839         inside table field.
3840         (Stuck projects): Docment that projects identified as
3841         un-stuck will still be searchd for stuck sub-projects.
3842         (Paragraphs): Document centering.
3843         (Creating timestamps, Agenda commands): Document new
3844         behavior when changing time stamps.
3845         (Structure editing): Document the new command
3846         `org-clone-subtree-with-time-shift'.
3847         (Publishing): Refresh this chapter.
3848         (Export options, Export options, In-buffer settings):
3849         Document the new keywords.
3850         (Matching tags and properties): Collect all
3851         documentation about tags/property matches here.
3852         (Setting tags): Document `org-tag-persistent-alist'.
3853         (Weekly/daily agenda): New section.
3854         (Orgstruct mode): Describe `orgstruct++-mode'.
3855         (Drawers): Mention the LOGBOOK drawer.
3856         (Export options, Sectioning structure): Document the
3857         #+LEATEX_HEADER in-buffer setting.
3858         (Bugs): Section removed.
3859         (Hooks): New section.
3860         (Add-on packages): Move here from old location.
3861         (Context-sensitive commands): New section.
3862         (Setting tags): Document newline option.
3863         (Global TODO list, Matching tags and properties):
3864         Mention more variables.
3865         (Checkboxes): Update to changed command behavior.
3867 2009-08-02  Eric Yu  <sucode@gmail.com>  (tiny change)
3869         * speedbar.texi (Basic Key Bindings): Fix typo.
3871 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
3873         * calc.texi (Vector/Matrix Functions): Add index entries for both
3874         "v" and "V" key bindings.  Mention that `calc-matrix-brackets' only
3875         affects matrices with more than one row.
3876         (Help Commands): Add index entries for "prefix ?" key bindings.
3878 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
3880         * calc.texi (Stack Manipulation Commands): Add documentation for
3881         `calc-transpose-lines'.
3883 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
3885         * dbus.texi (Receiving Method Calls): Describe special return value
3886         `:ignore'.
3888 2009-07-24  Alan Mackenzie  <acm@muc.de>
3890         * cc-mode.texi (Config Basics, File Styles): Document that at mode
3891         initialization, any individual variable setting now takes precedence
3892         over one done via c-file-style/c-file-offsets.
3894 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
3896         * calc.texi (Undoing Mistakes): Mention that the undo list will be
3897         truncated when Calc is quit.
3898         (Customizing Calc): Document `calc-undo-length'.
3900 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
3902         * calc.texi (About This Manual): Don't mention chapter numbers in text.
3904 2009-07-11  Kevin Ryde  <user42@zip.com.au>
3906         * pcl-cvs.texi (About PCL-CVS):
3907         * widget.texi (Basic Types):
3908         Fix cross-references.
3910 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
3912         * dbus.texi (Type Conversion): Don't use literal control character.
3914 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
3916         * tramp.texi (GVFS based methods): New section.
3917         (Remote processes): Processes for GVFS based methods run locally.
3919 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
3921         * tramp.texi (Inline methods, External methods, Gateway methods):
3922         Avoid the words "kludge" and hack".
3923         (External methods): Add `synce' method.
3925         * trampver.texi: Update release number.
3927 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
3929         Sync with Tramp 2.1.16.
3931         * tramp.texi (History): Add GVFS support.
3932         (External methods): Precise `rsync' description.  Add `dav', `davs' and
3933         `obex' methods.  Add 'tramp-gvfs-methods' option.
3934         (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3935         forms.
3936         (Remote Programs): Introduce `tramp-own-remote-path'.
3937         (Remote processes): New subsection "Running remote programs that create
3938         local X11 windows".
3939         (Frequently Asked Questions): Improve code for disabling vc.
3941         * trampver.texi: Update release number.  Set default value of
3942         `emacsgvfs'.
3944 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3946         * Branch for 23.1.
3948 2009-06-17  Glenn Morris  <rgm@gnu.org>
3950         * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3951         (Latest version of Emacs): Mention source code repository.
3953 2009-06-16  Glenn Morris  <rgm@gnu.org>
3955         * faq.texi (Top): Language tweak.
3956         (Extended commands): Most people have arrow keys.
3957         (Emacs manual): Say how to follow info links.
3958         (File-name conventions): Change title a bit.  Explain about source
3959         versus installed.  Condense etc description.
3960         (Guidelines for newsgroup postings): Mention Savannah list page.
3961         (Newsgroup archives): Simplify.
3962         (Contacting the FSF): Add contact URL.
3963         (Emacs Lisp documentation): Printed version not always available.
3964         (Installing Texinfo documentation): Explain how by hand installation is
3965         not normally needed.  Use add-to-list.  Remove duplicate reference.
3966         (Informational files for Emacs): Move info on Help menu here from
3967         "File-name conventions".
3968         (Help installing Emacs): Tweak uref.
3969         (Obtaining the FAQ): Mention repository.
3970         (Origin of the term Emacs): Explain "ITS".
3971         (Changing load-path): Use add-to-list.
3972         (Automatic indentation): Clarify this is for Text mode.
3973         Don't mention Indented Text mode.
3974         (Finding Emacs on the Internet): The FSF does not seem to offer a
3975         deluxe distribution on CD anymore.
3977 2009-06-16  Glenn Morris  <rgm@gnu.org>
3979         * faq.texi (Top): Mention which Emacs version this FAQ is about.
3980         Recommend the latest release.  Mention how to get older FAQs.
3981         Recommend the Emacs manual.
3982         (Guidelines for newsgroup postings): Discourage cross-posts.
3983         (Underlining paragraphs): Remove.
3984         (Editing MS-DOS files): Remove pre-Emacs 20 information.
3985         (Bugs and problems): Update key-binding.
3986         (Problems with very large files): Mention 64-bit.
3987         (Shell process exits abnormally): Remove.
3988         (Problems with Shell Mode): Rename and update.
3989         (Spontaneous entry into isearch-mode)
3990         (Problems talking to certain hosts): Remove.  This is old information,
3991         in etc/PROBLEMS if needed.
3992         (Emacs takes a long time to visit files, Updating Emacs): Remove.
3993         (Dired claims that no file is on this line): Update.
3994         (Installing Emacs, Problems building Emacs): Simplify.
3995         (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3996         information.
3997         (Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
3998         (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3999         (JDEE): "JDEE", not "JDE".
4000         (Handling C-s and C-q with flow control, Binding C-s and C-q):
4001         Remove.  This is old information, in etc/PROBLEMS if needed.
4002         (stty and Backspace key, Kanji and Chinese characters): Remove.
4003         (Right-to-left alphabets): Update section.
4004         (Changing the included text prefix): Gnus uses message-yank-prefix.
4005         Add cross-reference to Supercite manual.
4006         (Saving a copy of outgoing mail): Simplify output file description.
4007         (Expanding aliases when sending mail): Refer to Emacs manual.
4008         Remove old info about RFC822.
4009         Correct description of how to rebuild aliases.
4010         (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
4011         (MIME with Emacs mail packages)
4012         (Viewing articles with embedded underlining)
4013         (Saving a multi-part Gnus posting, Gnus hangs for a long time):
4014         Remove old sections.
4015         (Killing based on nonstandard headers): Remove.  Scoring is preferable,
4016         and is well-documented in the Gnus manual.
4017         (Reading news with Emacs): Merge "Learning more about Gnus" into here.
4018         (Making Gnus faster): Rename from "Starting Gnus faster".
4019         Merge "Catch-up is slow in Gnus" into here.
4021 2009-06-14  Glenn Morris  <rgm@gnu.org>
4023         * faq.texi (Status of Emacs): Re-order with most recent releases first.
4024         (New in Emacs 23): New section.
4025         (Handling C-s and C-q with flow control): Add xref.
4027 2009-06-13  Glenn Morris  <rgm@gnu.org>
4029         * faq.texi (Setting up a customization file): Grammar fix.
4030         Customize is no longer "new".
4031         (Displaying the current line or column): Line-number mode is on by
4032         default.  Don't mention `column' package.  Mention linum.el.
4033         (Turning on abbrevs by default): Explain how to do it for buffers,
4034         modes, and everywhere.
4035         (Associating modes with files): Use add-to-list.  Don't mention Emacs
4036         19.
4037         (Highlighting a region): On by default since 23.1.
4038         (Replacing highlighted text): Update doc quote.
4039         (Working with unprintable characters): Don't mention search-quote-char.
4040         (Using an already running Emacs process): Gnuclient is probably not an
4041         enhancement these days.
4042         (Indenting switch statements): Remove mention of pre-Emacs 20.
4043         (Horizontal scrolling): Abbreviate Emacs 20 description.
4044         (Replacing text across multiple files): Fix name of dired command.
4045         (Disabling backups): Use require not load.
4046         (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
4048 2009-06-13  Bill Wohler  <wohler@newt.com>
4050         Release MH-E manual version 8.2.
4052         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4053         release 8.2.
4055 2009-06-13  Glenn Morris  <rgm@gnu.org>
4057         * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
4058         in this day and age the common meaning is "on the web".
4059         (copying): Use @copyright in all cases.
4060         (Basic keys): Remove reference to deleted manual node "Text Characters".
4061         (File-name conventions): Use GNU as an example rather than SERVICE.
4062         default.el lives in site-lisp.  Update Info directory location.
4063         (Real meaning of copyleft): GPL actions have been brought, but all
4064         settled out of court.
4065         (Guidelines for newsgroup postings): Shorten section title.
4066         Simplify comp.emacs description.
4067         (Newsgroup archives): Change Google URL.  Describe Gmane.
4068         (Unsubscribing from Emacs lists): Remove discussion of "distribution
4069         points".  Mention List-Unsubscribe header.
4070         (Contacting the FSF): Update email and URLs.
4071         (Basic editing): Mention F1 for help.
4072         (Installing Texinfo documentation): Refer to Texinfo website rather
4073         than ftp server.
4074         (Printing a Texinfo file): Mention texi2pdf.
4075         (Informational files for Emacs): Don't describe FTP or SERVICE, they
4076         are just stubs nowadays.
4077         (Latest version of Emacs): Explain version numbers.
4078         (Spell-checkers, Checking TeX and *roff documents): Remove sections.
4079         (Turning on syntax highlighting): No need to mention hilit19 any more.
4080         (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
4081         (Modes for various languages): Remove section.
4082         (Major packages and programs): Remove most version and maintainer
4083         information - it's hard to keep up-to-date, and adds nothing.
4084         Similarly with direct links to mailing lists.
4085         (Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
4086         (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
4087         years, and Emacs comes with tools for this now.
4088         (Patch): Remove section - this is a standard tool.
4089         (Using function keys under X): Remove section.
4091 2009-06-12  Glenn Morris  <rgm@gnu.org>
4093         * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
4094         (Help installing Emacs): Remove reference to deleted X11 node.
4095         (Associating modes with files): Interpreter-mode-alist is no longer
4096         subservient to auto-mode-alist.
4097         (Installing Emacs): Change future Emacs version.
4098         (Linking with -lX11 fails): Remove old section.
4099         (Packages that do not come with Emacs): Update ELL location.
4100         Emacs Lisp archive is dead.
4101         (Emacs for Windows): Remove reference to old CE port.
4102         (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
4103         (Emacs for VMS and DECwindows): Remove old ports.
4104         (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
4105         (Removing flashing messages): Remove section about non-existent Gnus
4106         option.
4108         * faq.texi (Top): Add @top command.
4109         Remove the optional arguments from all @node commands: makeinfo can
4110         generate these automatically, and it is easier to edit and rearrange
4111         nodes without them.
4113 2009-06-11  Glenn Morris  <rgm@gnu.org>
4115         * faq.texi (Common acronyms): Remove no-longer-existing OSF.
4116         (The LPF): Make the updated URL the sole reference point.
4117         (Learning how to do something): Update refcard price and format.
4118         (Getting a printed manual): Sources in doc/emacs/, not man/.
4119         Also available in PDF format.  Since the page count varies, be less
4120         precise.
4121         (Informational files for Emacs): Remove references to deleted files
4122         LPF and SUN-SUPPORT, and to UUCP.
4123         (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
4124         Remove many obsolete ways to get the FAQ, which now seems only to be
4125         distributed with Emacs.
4126         (Mail and news): Remove sections about Rmail Babyl that no longer apply.
4128 2009-06-09  Chong Yidong  <cyd@stupidchicken.com>
4130         * org.texi (Org Plot): Fix tags (Bug#3507).
4131         (Workflow states, Agenda commands): Fix tags (Bug#3508).
4133         * ada-mode.texi (Installation, Compile commands)
4134         (Project File Overview, No project files, Set compiler options)
4135         (Use GNAT project file, Use multiple GNAT project files)
4136         (Identifier completion): Use @samp for menu items, and @kbd for key
4137         sequences (Bug#3504).
4139 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
4141         * gnus.texi (Security): Fix wording; add a link to epa.info.
4143 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
4145         * message.texi (Header Commands): Fix descriptions to match
4146         keybindings.
4148 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
4150         * gnus.texi (Security): Mention that EasyPG is the current default.
4152 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
4154         * ediff.texi (Session Commands): Fix typo.
4156 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
4158         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
4159         news.software.readers.  Reported by Florian Rehnisch.
4161 2009-04-02  Glenn Morris  <rgm@gnu.org>
4163         * auth.texi: Capitalize direntry.
4165         * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
4166         using a period in the entry name.  (Bug#2797)
4168 2009-03-03  Juanma Barranquero  <lekktu@gmail.com>
4170         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
4171         ($(infodir)/auth, auth.dvi): New targets.
4173 2009-03-03  Glenn Morris  <rgm@gnu.org>
4175         * auth.texi: Fix @setfilename.
4177         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4178         (auth, $(infodir)/auth, auth.dvi): New rules.
4180 2009-02-25  Glenn Morris  <rgm@gnu.org>
4182         * faq.texi (Emacs for minimalists): New node.  (Bug#2452)
4184 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4186         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4188 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4190         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4191         gnus-nocem-issuers, and gnus-nocem-verifyer.
4193 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
4195         * ada-mode.texi (Project files, Automatic Casing):
4196         * dbus.texi (Signals):
4197         * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4198         * mh-e.texi (HTML):
4199         * nxml-mode.texi (Locating a schema)
4200         (Using the document's URI to locate a schema):
4201         * org.texi (Footnotes, Using the mapping API):
4202         * rcirc.texi (Channels): Remove duplicate words.
4204 2009-02-20  Glenn Morris  <rgm@gnu.org>
4206         * dired-x.texi (Miscellaneous Commands):
4207         * gnus.texi: Minor updates for mbox Rmail.
4209 2009-02-16  Karl Berry  <karl@gnu.org>
4211         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4212         * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4213         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4214         * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4215         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4216         * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4217         * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4218         * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4219         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4220         Consistently use @insertcopying in the Top node,
4221         @contents at the front (after @end titlepage),
4222         and @direntry after @copying.  (Bug#1988)
4224 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4226         * auth.texi: New file documenting auth-source.
4228 2009-02-13  Carsten Dominik  <dominik@science.uva.nl>
4230         * org.texi (Org Plot): Fix link.
4232 2009-02-09  Daiki Ueno  <ueno@unixuser.org>
4234         * epa.texi (Mail-mode integration): Mention the way to do
4235         "encrypt-to-self".  (Bug#1807)
4237 2009-02-05  Arni Magnusson  <arnima@hafro.is>  (tiny change)
4239         * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
4241 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
4243         * gnus-news.texi: Print version about Incoming*.
4245 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
4247         * org.texi (Structure editing, Handling links)
4248         (Fast access to TODO states, Javascript support): Make standard docs
4249         correctly reflect default variable settings.
4251 2009-02-02  Glenn Morris  <rgm@gnu.org>
4253         * org.texi: Fix typos.
4255 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
4257         Sync with Tramp 2.1.15.
4259         * trampver.texi: Update release number.
4261 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
4263         * org.texi (TODO dependencies): Document TODO dependencies on
4264         checkboxes.
4266 2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
4268         * org.texi (TODO dependencies): Document key binding for toggling
4269         ORDERED property.
4271 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
4273         * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
4274         of hook functions.
4276 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
4278         * org.texi (TODO dependencies): New section.
4280 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
4282         * org.texi (Plain lists, TODO basics, Priorities)
4283         (Multiple sets in one file, Conflicts): Document interaction with
4284         `shift-selection-mode'.
4286 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
4288         * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4289         Make Calc the subject of sentences.
4290         (Rearranging Formulas using Selections): Discuss new options
4291         for `j *'.
4293 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
4295         * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4297 2009-01-26  Glenn Morris  <rgm@gnu.org>
4299         * org.texi: Fix typos.
4301 2009-01-26  Bill Wohler  <wohler@newt.com>
4303         * mh-e.texi (EDITION, UPDATED): Update.
4305 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
4307         * org.texi (References): Add information about remote references.
4308         (Built-in table editor): Document `C-c RET' in tables.
4309         (Math symbols, Quoting LaTeX code): Mention that simple
4310         LaTeX macros survive LaTeX export.
4311         (Images in LaTeX export): Show how to create a reference to a
4312         figure.
4313         (Sectioning structure): Document that the LaTeX class can be
4314         specified in a property.
4315         (Text areas in HTML export): New section.
4316         (External links): Add examples for text search and ID links.
4317         (Built-in table editor): Remove the descriptio of `C-c
4318         C-q', it not longer works.
4319         (Literal examples): Document that a space must follow
4320         the colon in short examples.
4321         (Relative timer): Document `org-timer-stop'.
4322         (Footnotes): New section.
4323         (Footnote markup): Shorten section and refer to new Footnote
4324         section.
4325         (Literal examples): Add documentation for line
4326         numbering in and references to code examples.
4327         (CSS support): Fix the description of default CSS styles.
4328         (Capturing column view): Document
4329         "file:path/to/file.org" as an allowed value for the ID property of
4330         a dynamic block copying column view.
4332 2009-01-23  Stephen Eglen  <stephen@gnu.org>
4334         * mh-e.texi (Getting Started): Describe $MH.
4336 2009-01-21  Michael Albinus  <michael.albinus@gmx.de>
4338         * tramp.texi (all): Harmonize usage of "external method",
4339         "external transfer method" and "out-of-band method".
4340         (Connection types): Precise the differences of inline and external
4341         methods.  Written by Adrian Phillips <a.phillips@met.no>.
4343 2009-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4345         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4346         commands as described at the top.  Reported by Allan Gottlieb
4347         <gottlieb@nyu.edu>.
4349 2009-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4351         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4352         nnmail-pathname-coding-system.
4354 2009-01-17  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4356         * org.texi (Relative timer): Fix typo.
4358 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
4360         * org.texi (Clocking work time): Fix typo.
4361         Reported by Peter Tury <tury.peter@gmail.com>.  (Bug#1925)
4363 2009-01-13  Glenn Morris  <rgm@gnu.org>
4365         * org.texi: Fix some more typos.
4367 2009-01-13  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4369         * org.texi: Fix some typos.
4371 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4373         * gnus.texi (Group Parameters): Add note for local variables.
4375 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4377         * gnus.texi (Converting Kill Files): Fix URL.
4378         Include gnus-kill-to-score.el in contrib directory.
4380 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4382         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4383         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
4384         (Paging the Article): Add index entry.
4386 2009-01-03  Stephen Leake  <stephen_leake@member.fsf.org>
4388         * ada-mode.texi (Examples): Delete redundant text.
4390 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
4392         * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4394         * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4395         addresses.
4397 2009-01-03  Bill Wohler  <wohler@newt.com>
4399         * mh-e.texi (Scan Line Formats): Indicate that first column should be
4400         kept empty.
4402 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
4404         * org.texi (Activation, Exporting, ASCII export, HTML export)
4405         (HTML Export commands, LaTeX/PDF export commands):
4406         Improve documentation about transient-mark-mode.
4407         (References): Document the use of special names like $LR1 to reference
4408         to fields in the last table row.
4410 2008-12-19  Juri Linkov  <juri@jurta.org>
4412         * info.texi (Search Text): Remove mention of removed key binding M-s.
4414 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
4416         * org.texi (References): Remove mentioning of @0 as reference for the
4417         last line, this has been reverted in the Lisp sources.
4419 2008-12-17  Juanma Barranquero  <lekktu@gmail.com>
4421         * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4422         (DVI_TARGETS): Remove duplicates.  Add sasl.
4423         ($(infodir)/sasl, sasl.dvi): New targets.
4425 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
4427         * org.texi: Version number pushed to 6.15d.
4429 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
4431         * org.texi (Tables in LaTeX export): New section.
4432         (Images in LaTeX export): New section.
4433         (Inlined images, Images in HTML export): Sections renamed.
4435 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4437         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4439 2008-12-04  David Engster  <dengste@eml.cc>
4441         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
4442         of nnml-get-new-mail.  Change URL for mairix patch.
4444 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4446         * org.texi (Using the mapping API): Fix bug in mapping example.
4447         (Publishing options): Make the list of properties complete again, in
4448         correspondence to the variable `org-export-plist-vars'.
4449         (Property searches): Document new special values for time comparisons.
4450         (Tag inheritance): Refine the description of tag inheritance.
4451         (Project alist): Add info about the publishing sequence of components.
4452         (Effort estimates): Document the new relative timer.
4454 2008-12-01  Jay Belanger  <jay.p.belanger@gmail.com>
4456         * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4457         (Using Calc): Clarify use of `C-x * o'.
4458         (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4460 2008-11-28  Richard M Stallman  <rms@gnu.org>
4462         * dbus.texi (Receiving Method Calls): Clean up previous change.
4464 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4466         * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4467         `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4468         `dbus-unescape-from-identifier'.
4469         (Receiving Method Calls): New constants `dbus-service-emacs' and
4470         `dbus-path-emacs'.  Precise return values of `dbus-register-method'.
4471         (Signals): Use the constants in the example.
4473 2008-11-24  Carsten Dominik  <dominik@science.uva.nl>
4475         * org.texi: Re-apply change to FDL 1.3.
4477 2008-11-23  Carsten Dominik  <dominik@science.uva.nl>
4479         * org.texi (Setting up Remember): Document `org-remember-mode'.
4480         (External links): Document that bbdb links can use a regular
4481         expression.
4482         (External links): Document that elisp links can contain interactive
4483         commands.
4485 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4487         * viper.texi (viper-translate-all-ESC-keysequences):
4488         Description removed.
4490 2008-11-19  Glenn Morris  <rgm@gnu.org>
4492         * doclicense.texi: Change to FDL 1.3.
4493         Relicense all texi files under FDL 1.3 or later.
4495 2008-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4497         * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4499 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
4501         * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
4503         * ediff.texi: Version/date change.
4505 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
4507         * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4509 2008-11-14  Jay Belanger  <jay.p.belanger@gmail.com>
4511         * calc.texi (About This Manual): Comment out a mention of
4512         marginal notes.
4514 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
4516         * org.texi (Clocking work time): Document the :formula property of
4517         clock tables.
4518         (Structure editing, Refiling notes): Document refiling regions.
4519         (Agenda commands): Document the double-prefix version
4520         of the `l' command in the agenda.
4521         (Handling links): Explain the effect of a double prefix
4522         arg to `C-c C-o'.
4523         (TODO basics): Add documentation for tag triggers.
4525 2008-10-23  Glenn Morris  <rgm@gnu.org>
4527         * cl.texi (Function Bindings): Mention `flet' fails to deal with
4528         byte-compiling things like `+'.
4530         * ns-emacs.texi: Merge copyright years of author now with assignment
4531         into FSF years.
4532         (VER): Use it for easier automatic updating.  Use Emacs version rather
4533         than standalone Emacs.app version.
4535 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
4537         * org.texi: Lots of minor fixes.
4538         (Capture): New chapter.
4539         (Org Plot): New section.
4541 2008-09-30  Magnus Henoch  <mange@freemail.hu>
4543         * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4545 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
4547         * calc.texi (User Defined Units): Mention how to enter optional display
4548         string.
4550 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4552         * message.texi (Sending Variables): Fix variable documentation to
4553         avoid the "y/n" wording.
4555 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4557         * message.texi (Sending Variables): Add `message-confirm-send' doc.
4559 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4561         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4562         @enumerate section so as to be able to be formatted with MAKEINFO=no.
4564 2008-09-22  Bill Wohler  <wohler@newt.com>
4566         Release MH-E manual version 8.1.
4568         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4569         release 8.1.
4571         * mh-e.texi: Retain dual license as agreed to by the FSF.
4572         However, bump GPL to Version 3.
4573         Use @include for license text.
4575 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4577         * gnus.texi (Top, Setup, Fancy splitting to parent)
4578         (Store custom flags and keywords, Store arbitrary data):
4579         Clean up markup.
4581 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4583         * gnus.texi (The Gnus Registry): Document it.
4585 2008-09-08  David Engster  <dengste@eml.cc>
4587         * gnus.texi (nnmairix): Point out that nnml uses MH format.
4588         Clarify section about choosing back end servers.
4590 2008-08-23  Glenn Morris  <rgm@gnu.org>
4592         * dired-x.texi (Shell Command Guessing):
4593         Mention dired-guess-shell-case-fold-search.  (Bug#417)
4595 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
4597         * trampver.texi: Update release number.
4599 2008-08-18  Brian Cully  <bjc@kublai.com>  (tiny change)
4601         * ns-emacs.texi: Update version.
4602         (Introduction): Correct menu location for options save.
4603         (Customization): Note that defaults are stored under org.gnu.Emacs.
4605 2008-08-11  Bill Wohler  <wohler@newt.com>
4607         * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4608         explicit about GNU mailutils MH elsewhere (with thanks to Darel
4609         Henman) (closes SF #1768928).
4611 2008-08-10  Glenn Morris  <rgm@gnu.org>
4613         * ns-emacs.texi: Use @copying.  Change copyright of authors with
4614         assignment to FSF.  Change license to GFDL.
4615         (Top): Remove outdated references.
4617 2008-08-07  Reiner Steib  <Reiner.Steib@gmx.de>
4619         * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4620         Add gnus-summary-sort-by-most-recent-number and
4621         gnus-summary-sort-by-most-recent-date.
4622         (Summary Sorting): Explain prefix argument.
4624 2008-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4626         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4627         gnus-summary-pipe-output.
4629 2008-08-03  Michael Albinus  <michael.albinus@gmx.de>
4631         * dbus.texi (Receiving Method Calls): Document error handling of own
4632         D-Bus methods.
4634 2008-08-01  Bill Wohler  <wohler@newt.com>
4636         * mh-e.texi (Reading Mail)
4637         (Viewing Attachments): Describe new function
4638         mh-show-preferred-alternative.
4639         (Sending Mail, Redistributing, Sending Message): Describe new hook
4640         mh-annotate-msg-hook.
4642 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
4644         * dbus.texi (Arguments and Signatures): Fix example.
4645         (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4646         (Asynchronous Methods): New node.
4647         (Errors and Events): Describe extended layout of `dbus-event'.
4648         New defun `dbus-event-message-type'.
4650 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4652         * ediff.texi: Remove VMS support.
4654 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4656         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4657         ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4659 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4661         * Makefile.in: Add mairix-el targets.
4663 2008-07-29  David Engster  <deng@randomsample.de>
4665         * mairix-el.texi: New file.
4667 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
4669         * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4670         project files.  Delete 'main_unit' project variable; not needed.  Allow
4671         process environment variables wherever project variables are allowed.
4672         Add tutorial section on multiple GNAT project files.
4674 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
4676         Sync with Tramp 2.1.14.
4678         * trampver.texi: Update release number.
4680 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4682         * ns-emacs.texi:
4683         * faq.texi: Remove mentions of Mac Carbon.
4685 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4687         * gnus.texi (Saving Articles): Describe the 2nd argument of
4688         gnus-summary-save-in-pipe.
4689         (SpamAssassin): Use it.
4691 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4693         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4695 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4697         * org.texi (Export options): Document the use of the creator flag.
4699 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4701         * org.texi: New version 6.06a.
4703 2008-07-23  Juanma Barranquero  <lekktu@gmail.com>
4705         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4706         ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4708 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4710         * calc.texi (Editing Stack Entries):
4711         (Algebraic Entry): Rewrite introductory sentences so it can be used by
4712         Calc's help functions.  Mention fixing typos.
4713         (Customizing Calc): Fix typo.
4715 2008-07-23  Jay Belanger  <jay.p.belanger@gmail.com>
4717         * calc.texi (summarykey): New macro.  Use to correctly format keys in
4718         the summary.
4720 2008-07-20  Adrian Robert  <adrian.b.robert@gmail.com>
4722         * ns-emacs.texi (Customization): Corrected documentation on color
4723         specification formats.
4725 2008-07-19  Andreas Schwab  <schwab@suse.de>
4727         * ns-emacs.texi: Moved from ../emacs.  Add @direntry.
4729         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4730         (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4732 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
4734         * dbus.texi (Inspection): Rework, introduce submenus.
4735         (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4736         (Properties and Annotations, Arguments and Signatures): New nodes.
4738 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
4740         * dbus.texi (Receiving Method Calls): Fix description of
4741         `dbus-register-method'.
4742         (Signals): Allow also signal arguments for filtering in
4743         `dbus-register-signal'.
4745 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4747         * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4748         `cnorm'.
4749         (Arithmetic Tutorial): Simplify the verification of prime factors.
4751 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4753         * gnus.texi (Saving Articles): Mention
4754         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4756 2008-06-29  Jay Belanger  <jay.p.belanger@gmail.com>
4758         * calc.texi: Adjust mode line throughout.
4760 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
4762         * sasl.texi (Mechanisms): Fix typos.
4764 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
4766         * calc.texi (Killing from the stack): Mention using normal Emacs
4767         copying.
4769 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
4771         * tramp.texi (Password handling): Rename from "Password caching".
4772         Add `auth-source' mechanism.
4773         (Connection caching): Tramp reopens the connection automatically,
4774         when the operating system on the remote host has been changed.
4776 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
4778         * makefile.w32-in (distclean): Remove makefile.
4780 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
4782         * org.texi (Using the mapping API): New section.
4783         (Agenda column view): New section.
4784         (Moving subtrees): Document archiving to the archive sibling.
4785         (Agenda commands): Document columns view in the agenda.
4786         (Using the property API): Document the API for multi-valued properties.
4788 2008-06-17  Jason Riedy  <jason@acm.org>
4790         * org.texi (A LaTeX example): Note that fmt may be a one-argument
4791         function, and efmt may be a two-argument function.
4792         (Radio tables): Document multiple destinations.
4794 2008-06-16  Glenn Morris  <rgm@gnu.org>
4796         * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4797         Add Cover-Texts.
4799 2008-06-15  Glenn Morris  <rgm@gnu.org>
4801         * faq.texi (VER): Update to 23.0.60.
4803         * mh-e.texi: Remove option of licensing under GPL.
4804         Add Cover-Texts to GFDL permissions notice.
4805         (GPL): Remove section.
4806         (GFDL): Include doclicense.texi rather than the actual text.
4808         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4809         (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4811         * sasl.texi: Fix output file name.
4813         * epa.texi, sasl.texi: Refer to license in Emacs manual.
4815         * gnus-coding.texi: Refer to license in Gnus manual.
4817         * idlwave.texi, sasl.texi: Use @copying.
4819         * org.texi: Change to GFDL 1.2.  Refer to license in Emacs manual.
4821         * speedbar.texi: Update Back-Cover Text as per maintain.info.
4823         * url.texi: Use @copying, @title, @subtitle, @author.
4825         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4826         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4827         * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4828         * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4829         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4830         * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4831         * widget.texi, woman.texi:
4832         Remove references to external license, since doclicense is included.
4834         * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4835         * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4836         Remove references to non-existent Invariant Sections.
4838 2008-06-14  Glenn Morris  <rgm@gnu.org>
4840         * faq.texi (Major packages and programs): Remove references to external
4841         Supercite, Calc, VIPER, since they have been included for some time.
4842         Update VM, AUCTeX, BBDB entries.
4844 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
4846         * newsticker.texi: Updated to match latest newsticker changes.
4848 2008-06-13  Glenn Morris  <rgm@gnu.org>
4850         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4851         * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4852         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4853         * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4854         * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4855         * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4856         * woman.texi:
4857         Update Back-Cover Text as per maintain.info.
4859 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4861         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
4863         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4864         (gnus-faq.xml): Update repository host.
4866         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4868 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
4870         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4871         Fix a typo.
4873 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4875         * gnus.texi (Mail Source Customization): Correct values of
4876         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
4877         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4879 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4881         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4882         coding standards.
4884 2008-06-14  David Engster  <dengste@eml.cc>
4886         * gnus.texi (nnmairix): Markup fixes.
4888 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4890         * gnus.texi (nnmairix): Markup and other minor fixes.
4892 2008-06-05  David Engster  <dengste@eml.cc>
4894         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4896 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4898         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
4899         (Searching, nnir, nnmairix): New stub nodes.
4901 2008-05-30  Felix Lee  <felix.1@canids.net>
4903         * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4905 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4907         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4909 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4911         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
4913 2008-05-15  Jonathan Yavner  <jyavner@member.fsf.org>
4915         * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4917 2008-05-06  Juanma Barranquero  <lekktu@gmail.com>
4919         * info.texi (Top): Fix typo in xref.
4921 2008-05-05  Karl Berry  <karl@gnu.org>
4923         * info.texi (Top): @xref to stand-alone manual.
4925 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4927         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4928         (Various Summary Stuff): Fix typo in last xref.
4930 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4932         * org.texi (Moving subtrees): Fix typo.
4934 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
4936         * tramp.texi (Frequently Asked Questions): Explain, how to disable
4937         Tramp via `tramp-mode'.
4939 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
4941         * org.texi: Massive changes, in many parts of the file.
4943 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4945         * gnus.texi (Oort Gnus): Add message-fill-column.
4947 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4949         * gnus.texi (Mail Source Specifiers): Typo fix.
4951 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4953         * gnus.texi (Diary Headers Generation): Update key binding for
4954         `gnus-diary-check-message'.
4956 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4958         * gnus.texi (Emacsen): Addition.
4960 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4962         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4964 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4966         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4968 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4970         * gnus-news.texi: Update tool bar item.
4972 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
4974         * gnus-news.texi: Fix typos.
4976 2008-04-11  Jay Belanger  <jay.p.belanger@gmail.com>
4978         * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
4979         Add mention of `kron'.
4981 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4983         * epa.texi (Encrypting/decrypting *.gpg files):
4984         Document epa-file-name-regexp.
4986 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4988         * gnus.texi (Example Methods): Fix description about ssh-agent.
4989         (Indirect Functions): Fix the default value of nntp-telnet-command;
4990         remove link to connect.html.
4992 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4994         * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4995         dbus-call-method.
4996         (Receiving Method Calls): The timeout can be set by the calling client.
4998         * trampver.texi: Update release number.
5000 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
5002         * gnus.texi (Top): Fix version.  Add SASL.
5004 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
5006         Sync with Tramp 2.1.13.
5008         * trampver.texi: Update release number.
5010 2008-03-29  Chong Yidong  <cyd@stupidchicken.com>
5012         * org.texi: Update to new org-mode website.
5014 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5016         * cl.texi (For Clauses): Fix loop over key-seq to match code.
5018 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5020         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
5021         gnus-read-ephemeral-gmane-group-url,
5022         gnus-read-ephemeral-emacs-bug-group,
5023         gnus-read-ephemeral-debian-bug-group.
5025 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5027         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
5029         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
5030         Add FIXMEs for Bookmarks and gnus-registry-marks.
5032 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5034         * gnus.texi (Smileys): Document `smiley-style'.
5036 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5038         * gnus.texi (Gnus Development): Clarify difference between ding and
5039         gnu.emacs.gnus.
5040         (MIME Commands, Using MIME, RSS): Fix markup.
5042         * gnus-faq.texi ([8.4]): Ditto.
5044 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5046         * gnus.texi (Emacsen): Remove obsolete stuff.
5048 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5050         * gnus.texi (Oort Gnus): Add version info WRT
5051         `mail-source-delete-incoming'.
5053 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5055         * gnus.texi (Top): Add "Other related manuals" and version info in
5056         `iftex' output.
5057         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
5058         gnus-balloon-face-0 and the corresponding format specifiers.
5060 2008-03-26  Michael Albinus  <michael.albinus@gmx.de>
5062         * tramp.texi (Filename completion): Remove footnote about let-bind
5063         of `partial-completion-mode'.  It doesn't work this way.
5065 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5067         * pcl-cvs.texi (Contributors): Update my email.
5069 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
5071         * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
5073 2008-03-17  Bill Wohler  <wohler@newt.com>
5075         * mh-e.texi (Viewing): Update URL for adding header fields to
5076         mh-invisible-header-fields-default.
5078 2008-03-16  Bill Wohler  <wohler@newt.com>
5080         * mh-e.texi (Preface): Add Gnus to requirements.
5081         (Forwarding): Note that forwarded MIME messages are now inline.
5083 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5085         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
5086         (Common Variables): Give precedence to the netcat methods over the
5087         telnet methods, and mention that they are more reliable.
5089 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
5091         * org.texi (Exporting Agenda Views): Document agenda export to
5092         iCalendar.
5093         (Progress logging): Document the new progress logging stuff.
5095 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5097         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
5098         Update for change of `mail-source-delete-incoming'.
5100         * gnus-news.texi: Ditto.
5102 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5104         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
5105         custom versions.
5107 2008-03-07  Alan Mackenzie  <acm@muc.de>
5109         * cc-mode.texi (Limitations and Known Bugs): State that the number of
5110         parens/brackets in a k&r region is limited.
5112 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5114         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
5115         using different Emacs versions.
5117 2008-02-27  Glenn Morris  <rgm@gnu.org>
5119         * sc.texi: Remove a lot of old and obsolete info.
5120         (titlepage): Simplify.
5121         (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
5122         (VM with any Emacsen, GNEWS with any Emacsen)
5123         (Overloading for Non-conforming MUAs, Version 3 Changes)
5124         (The Supercite Mailing List): Delete nodes.
5125         (Introduction): Remove info about old packages.
5126         (Getting Connected): Simplify.  Remove info about old packages.
5127         (Citing Commands): Delete Emacs 19 info.
5128         (Hints to MUA Authors): Simplify.
5129         (Thanks and History): Merge in some info from the deleted node
5130         "Version 3 Changes".
5132 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
5134         * org.texi (Setting tags, In-buffer settings):
5135         * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
5137 2008-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5139         * gnus-news.texi: Mention that spaces and tabs are allowed in the
5140         installation directory name.
5142 2008-02-12  Romain Francoise  <romain@orebokech.com>
5144         * epa.texi (Overview): Fix typo.
5146 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
5148         * epa.texi (Quick start): Remove the .emacs setting.
5150 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5152         * epa.texi (Quick start): Use the command `epa-enable' instead of
5153         loading `epa-setup'.
5155 2008-02-08  Juanma Barranquero  <lekktu@gmail.com>
5157         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
5158         ($(infodir)/epa, epa.dvi): New targets.
5160 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
5162         * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
5164         * epa.texi: New manual documenting the EasyPG Assistant.
5166 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
5168         * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
5169         (Inspection): New function dbus-ping.
5171 2008-02-05  Michael Albinus  <michael.albinus@gmx.de>
5173         * tramp.texi (Remote processes): Add `shell-command'.
5175 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
5177         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5178         (Group Parameters): Document `mail-source' parameter.
5180 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
5182         * tramp.texi (Inline methods): The hostname of the su(do)? methods
5183         must be a local host.
5185 2008-01-26  Michael Olson  <mwolson@gnu.org>
5187         * erc.texi: Update version for ERC 5.3 release.
5188         (Obtaining ERC): Update extras URLs for 5.3.
5189         (Development): Write instructions for git, and remove those for Arch.
5190         (History): Mention the switch to git.
5192 2008-01-24  Karl Berry  <karl@gnu.org>
5194         * info.texi (Search Index, Search Text): Mention the command
5195         character in the section name, a la the (Go to node) node.
5197 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
5199         * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5201 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5203         * gnus-news.texi: Mention gnus-article-describe-bindings.
5205 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5207         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5209 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
5211         * org.texi (Property inheritance): New section.
5212         (Conventions): New section.
5213         (Structure editing): Document C-RET, the prefix arg to the cut/copy
5214         commands, and the new bindings for refiling.
5215         (Sparse trees): Document the new special command for sparse trees.
5216         (References): Be more clear about the counting of hilines.
5217         (Handling links): Document M-p/n for accessing links.
5218         (Fast access to TODO states): New section.
5219         (Per file keywords): New section.
5220         (Property inheritance): New section.
5221         (Column attributes): New summary types.
5222         (Capturing Column View): New section.
5223         (The date/time prompt): Cover the new features in the date/time prompt.
5224         Compactify the table of keys for the calendar remote control.
5225         (Clocking work time): Document the new :scope parameter.
5226         (Remember): Promoted to chapter.
5227         (Quoted examples): New section.
5228         (Enhancing text): New verbatim environments.
5230 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
5232         * trampver.texi: Update release number.
5234 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5236         * gnus.texi (Article Keymap):
5237         Add gnus-article-wide-reply-with-original; fix descriptions of
5238         gnus-article-reply-with-original and
5239         gnus-article-followup-with-original.
5241 2008-01-09  Glenn Morris  <rgm@gnu.org>
5243         * nxml-mode.texi: Add @copying section.
5245 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5247         * message.texi (Mail Variables): Add some text from "(gnus)Posting
5248         Server".  Add `message-send-mail-with-mailclient'.
5250         * gnus.texi (Posting Server): Move some text to "(message)Mail
5251         Variables" and add a reference here.
5253 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
5255         * dbus.texi (Receiving Method Calls): New chapter.
5256         (Errors and Events): Add serial number to events.  Replace "signal" by
5257         "message".  Introduce dbus-event-serial-number.
5259 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
5261         * dbus.texi (Type Conversion): Explain the type specification for empty
5262         arrays.  Use another example.
5264 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
5266         * dbus.texi (all): Replace "..." by @dots{}.
5267         (Type Conversion): Precise the value range for :byte types.
5268         (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5269         Mention its return value.
5270         (Errors and Events): There is no D-Bus error propagation during event
5271         processing.
5273 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
5275         * calc.tex (Yacas Language, Maxima Language, Giac Language):
5276         New sections.
5278 2007-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
5280         * gnus.texi (Group Parameters): Reorder the text and add a note about
5281         `gnus-parameters' near the beginning of the node.
5283 2007-12-29  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5285         * gnus.texi (Score File Editing): Fix function name.
5287 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
5289         Sync with Tramp 2.1.12.
5291         * trampver.texi: Update release number.
5293 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
5295         * dbus.texi (Type Conversion): Correct input parameters mapping.
5297 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
5299         * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5300         (Errors and Events): Mention wrong-type-argument error.
5302 2007-12-21  Alex Schroeder  <alex@gnu.org>
5304         * rcirc.texi: Changed single spaces after sentence end to double
5305         spaces.  Fixed some typos.
5306         (Internet Relay Chat): Explain relay.
5307         (Getting started with rcirc): Change items to reflect prompts.
5308         Add more explanation to rcirc-track-minor-mode and added a comment to
5309         warn future maintainers that this section is a copy.
5310         (People): Change /ignore example.
5311         (Keywords): Not keywords.
5313 2007-12-20  Alex Schroeder  <alex@gnu.org>
5315         * rcirc.texi (Top): Fighting Information Overload chapter added.
5316         (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
5317         (rcirc commands): Move /ignore command to the new chapter.
5318         (Fighting Information Overload): New chapter documenting /keyword,
5319         /bright, /dim, channel ignore, and low priority channels.
5320         (Configuration): Document rcirc-server-alist, remove
5321         rcirc-startup-channels-alist and rcirc-default-server.
5323 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
5325         * dbus.texi (Signals): Fix example in dbus-register-signal.
5327 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
5329         * gnus.texi (Score Variables): Fix typo.
5331 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
5333         * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5334         (Signals): Adapt dbus-send-signal and dbus-register-signal.
5335         (Errors and Events): Adapt dbus-event.
5337 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5339         * gnus.texi (Other Files): Add the yenc command.
5341 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
5343         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5344         since 2004-08-06.
5346 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5348         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5349         on body.
5351 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5353         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5354         and rfc2047-allow-irregular-q-encoded-words; fix description of
5355         rfc2047-encode-encoded-words.
5357 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5359         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5361 2007-12-05  Michael Olson  <mwolson@gnu.org>
5363         * remember.texi (Diary): Remove "require" line for remember-diary.el.
5364         Update documentation for `remember-diary-file'.
5366 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
5368         * dbus.texi (Signals): Precise `dbus-register-signal'.
5369         (Errors and Events): Rework events part, the internal structure of
5370         dbus-event has changed.
5372 2007-12-03  Juanma Barranquero  <lekktu@gmail.com>
5374         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5375         ($(infodir)/dbus, dbus.dvi): New targets.
5377 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
5379         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5380         unconditionally.
5382         * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5383         emulation with @print{}.
5385 2007-12-02  Richard Stallman  <rms@gnu.org>
5387         * dbus.texi (Overview): Minor cleanup.
5389 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
5391         * Makefile.in (INFO_TARGETS): Add dbus.
5392         (DVI_TARGETS): Add dbus.dvi.
5393         (dbus, dbus.dvi): New targets.
5395         * dbus.texi: New file.
5397 2007-11-24  Romain Francoise  <romain@orebokech.com>
5399         * nxml-mode.texi: Add description in @direntry.
5400         Fix file name to match @setfilename.
5402 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
5404         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5405         ($(infodir)/nxml-mode): New rule.
5407         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5408         ($(infodir)/nxml-mode): New rule.
5409         (clean): Add nxml-mode*.
5411         * nxml-mode.texi: New file with nxml manual.
5413 2007-11-18  Richard Stallman  <rms@gnu.org>
5415         * flymake.texi (Example -- Configuring a tool called directly):
5416         Update example.
5418 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
5420         * tramp.texi (Filename completion): Simplify explanation of
5421         double-slash behavior.  Explain directory contents flushing.
5423 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5425         * calc.texi (TeX and LaTeX Language Modes): Put in
5426         missing braces.
5428 2007-11-15  Richard Stallman  <rms@gnu.org>
5430         * cl.texi (Equality Predicates): Delete `eql'.
5431         (Predicates, Naming Conventions, Top): Delete `eql'.
5432         (Common Lisp Compatibility): Delete `eql'.
5433         (Porting Common Lisp): Delete obsolete backquote info.
5434         Minor clarification about character constants.
5435         (Sequence Basics): Minor clarification.
5437 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5439         * cc-mode.texi (Electric Keys, Custom Macros):
5440         * tramp.texi (Filename completion): Fix typos.
5442 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
5444         * calc.texi (Basic commands): Mention the menu.
5446 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
5448         * tramp.texi (Connection caching): Tramp flushes connection
5449         properties when remote operating system has been changed.
5451 2007-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5453         * gnus-news.texi: Fix spelling.
5454         `message-insert-formatted-citation-line', not
5455         `message-insert-formated-citation-line'.
5457         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5459 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
5461         * tramp.texi (Overview): Mention also the PuTTY integration under
5462         w32.  Remove paragraphs about Tramp's experimental status.
5463         (Frequently Asked Questions): Add code example for highlighting the
5464         mode line.
5466 2007-11-03  Michael Olson  <mwolson@gnu.org>
5468         * remember.texi: Change mentions of remember-buffer to
5469         remember-finalize throughout.
5471 2007-10-30  Michael Olson  <mwolson@gnu.org>
5473         * remember.texi (Copying): Remove.
5474         (Mailbox): Update with non-BBDB instructions.
5475         (Diary, Org): Add.
5476         (Bibliography, Planner Page): Remove.
5478 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
5480         * makefile.w32-in (INFO_TARGETS): Add remember.
5481         (DVI_TARGETS): Add remember.dvi.
5482         ($(infodir)/remember): New rule.
5483         (clean): Add remember*.
5485 2007-10-30  Michael Olson  <mwolson@gnu.org>
5487         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5488         ($(infodir)/remember): New rule that builds the Remember Manual.
5490         * remember.texi: New file containing the Remember Mode Manual.
5491         Shuffle chapters around after initial import.
5492         (Function Reference): Split Keystrokes into separate chapter.
5493         (Keystrokes): Document C-c C-k.
5494         (Introduction): Fix typographical issue with "---".
5496 2007-10-29  Richard Stallman  <rms@gnu.org>
5498         * widget.texi (Introduction): Delete discussion of implementation
5499         internals.
5501 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
5503         * tramp.texi (Connection caching): Host names must be different
5504         when tunneling.
5506 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5508         * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5509         Gnus v5.13.
5511 2007-10-28  Miles Bader  <miles@gnu.org>
5513         * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5515 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5517         * gnus.texi (Sorting the Summary Buffer):
5518         Remove gnus-article-sort-by-date-reverse.
5520 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5522         * gnus.texi (Non-ASCII Group Names): New node.
5523         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5524         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5526 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5528         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5529         clean the output of the program `imap-shell-program'.
5531 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5533         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5535 2007-10-28  Tassilo Horn  <tassilo@member.fsf.org>
5537         * gnus.texi (Sticky Articles): Documentation for sticky article
5538         buffers.
5540 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5542         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5544 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5546         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5548 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5550         * gnus.texi (Archived Messages):
5551         Document gnus-update-message-archive-method.
5553 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5555         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5557 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5559         * gnus.texi (Group Maneuvering):
5560         Document `gnus-summary-next-group-on-exit'.
5562 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5564         * gnus.texi (Really Various Summary Commands):
5565         Mention gnus-auto-select-on-ephemeral-exit.
5567 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5569         * gnus.texi, message.texi: Bump version number.
5571 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5573         * gnus.texi (Group Line Specification, Misc Group Stuff)
5574         (Server Commands): Parenthesize @pxref{Mail Spool}.
5576 2007-10-28  Didier Verna  <didier@xemacs.org>
5578         New user option: message-signature-directory.
5579         * message.texi (Insertion Variables): Document it.
5580         * gnus.texi (Posting Styles): Ditto.
5582 2007-10-28  Didier Verna  <didier@xemacs.org>
5584         * gnus.texi (Group Line Specification):
5585         * gnus.texi (Misc Group Stuff):
5586         * gnus.texi (Server Commands): Document the group compaction feature.
5588 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5590         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5592         * message.texi (Various Message Variables): Add message-fill-column.
5594 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5596         * gnus.texi: Untabify.
5598 2007-10-28  Didier Verna  <didier@xemacs.org>
5600         * gnus.texi (Group Parameters): Document the posting-style merging
5601         process in topic-mode.
5603 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5605         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5607 2007-10-28  Romain Francoise  <romain@orebokech.com>
5609         * gnus.texi (Mail Spool): Fix typo.
5610         Update copyright.
5612 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5616 2007-10-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5618         * gnus.texi (Summary Generation Commands):
5619         Add gnus-summary-insert-ticked-articles.
5621 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5623         * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5624         to spam-spamassassin-program.
5626 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5628         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5630 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5634 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5636         * message.texi (Mail Headers): Document `opportunistic'.
5638 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5640         * emacs-mime.texi (Encoding Customization): Explain how to set
5641         mm-coding-system-priorities per hierarchy.
5643 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5645         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5646         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5648 2007-10-28  Didier Verna  <didier@xemacs.org>
5650         * message.texi (Wide Reply): Update documentation of
5651         message-dont-reply-to-names (now allowing a list of regexps).
5653 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5655         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5657 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5659         * gnus.texi (SpamAssassin back end): Fix typo.
5661         * sieve.texi (Examples): Fix grammar.
5663 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5665         * gnus.texi (Searching for Articles): Document M-S and M-R.
5666         (Limiting): Document / b.
5668 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5670         * gnus.texi (Thread Commands): T M-^.
5672 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5674         * message.texi (Mail Aliases): Document ecomplete.
5675         (Mail Aliases): Fix typo.
5677 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5679         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5680         fix typo.
5682 2007-10-28  Romain Francoise  <romain@orebokech.com>
5684         * gnus.texi (Mail Spool): Grammar fix.
5686 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5688         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5689         string.
5691 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5693         * gnus.texi (Group Parameters): Fix description.
5695 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5697         * gnus.texi (Gmane Spam Reporting):
5698         Fix spam-report-gmane-use-article-number.
5699         Add spam-report-user-mail-address.
5701 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5703         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5705 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5707         * gnus.texi (Group Parameters): Add simplified sorting example based on
5708         example for `Sorting the Summary Buffer' from Jari Aalto
5709         <jari.aalto@cante.net>.
5710         (Example Methods): Add example for an indirect connection.
5712 2007-10-28  Kevin Greiner  <kevin.greiner@compsol.cc>
5714         * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
5715         (Agent Parameters): Update parameter names to match code.
5716         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5717         'gnus-agent-summary-fetch-series'.
5718         (Agent and flags): New section providing a generalized discussion
5719         of flag handling.
5720         (Agent and IMAP): Remove flag discussion.
5721         (Agent Variables): Add 'gnus-agent-synchronize-flags'.
5723 2007-10-28  Romain Francoise  <romain@orebokech.com>
5725         * gnus.texi (Exiting the Summary Buffer): Add new function
5726         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5728 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5730         * gnus.texi (Conformity): Fix typo.
5731         (Customizing Articles): Document `first'.
5733 2007-10-28  Jari Aalto  <jari.aalto@cante.net>
5735         * gnus.texi (Sorting the Summary Buffer):
5736         Add `gnus-thread-sort-by-date-reverse'.  Add example
5737         host to different sorting in NNTP and RSS groups.
5739 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5741         * message.texi (Insertion): Describe prefix for
5742         message-mark-inserted-region and message-mark-insert-file.
5744 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5746         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5747         LaTeX documents.  Describe "text/x-gnus-verbatim".
5749 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5751         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5752         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5753         (spam-stat spam filtering, SpamOracle)
5754         (Extending the Spam ELisp package): Remove extra quote symbol for
5755         clarity.
5757 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5759         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5760         gnus-article-delete-part and gnus-article-replace-part.
5761         (Using MIME): Add gnus-mime-replace-part.
5763 2007-10-28  Romain Francoise  <romain@orebokech.com>
5765         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5766         requires `auto-compression-mode' to be enabled.  Add new nnml
5767         variable `nnml-compressed-files-size-threshold'.
5769 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5771         * gnus.texi (Sorting the Summary Buffer):
5772         Add gnus-thread-sort-by-recipient.
5774 2007-10-28  Romain Francoise  <romain@orebokech.com>
5776         * message.texi (Insertion Variables): Mention new variable
5777         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
5778         documentation accordingly.
5780 2007-10-28  Romain Francoise  <romain@orebokech.com>
5782         * gnus.texi (To From Newsgroups): Mention new variables
5783         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5785 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5787         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5788         stuff; gnus-mime-inline-part does the automatic decompression.
5790 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5792         * gnus.texi (Spam ELisp Package Configuration Examples):
5793         "training.ham" should be "training.spam".
5795 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5797         * message.texi (Mail Variables): Fix the default value for
5798         message-send-mail-function.
5800 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5802         * gnus.texi (Optional Back End Functions): nntp-request-update-info
5803         always returns nil exceptionally.
5805 2007-10-28  Simon Josefsson  <jas@extundo.com>
5807         * gnus.texi (Article Washing): Add libidn URL.
5808         Suggested by Michael Cook <michael@waxrat.com>.
5810 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5812         * gnus.texi (Topic Commands): Fix next/previous.
5814 2007-10-28  Simon Josefsson  <jas@extundo.com>
5816         * gnus.texi (Article Washing): Mention `W i'.
5818 2007-10-28  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
5820         * gnus.texi (Group Parameters): Slight extension of sieve
5821         parameter description.
5823 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5825         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5826         matching score files as well.
5827         (Picons): Describe `gnus-picon-style'.
5829 2007-10-28  Romain Francoise  <romain@orebokech.com>
5831         * message.texi (Message Headers): Mention that headers are hidden
5832         using narrowing, and how to expose them.
5833         Update copyright.
5835 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5837         * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5838         `gnus-summary-sort-by-recipient'.
5840 2007-10-28  Romain Francoise  <romain@orebokech.com>
5842         * gnus.texi (NNTP marks): New node.
5843         (NNTP): Move NNTP marks variables to the new node.
5845 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5847         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
5849         * gnus.texi (MIME Commands, Hashcash): Markup fix.
5851 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5853         * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
5854         everywhere for consistency.
5855         (Filtering Spam Using The Spam ELisp Package): Admonish again.
5856         (Spam ELisp Package Sequence of Events): This is Gnus, say so.
5857         Say "regular expression" instead of "regex."  Admonish.
5858         Pick other words to sound better (s/so/thus/).
5859         (Spam ELisp Package Filtering of Incoming Mail):
5860         Mention statistical filters.  Remove old TODO.
5861         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
5862         New section on sorting and displaying the spam score.
5863         (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5864         backend but an alias to spam-use-BBDB.
5865         (Extending the Spam ELisp package): Rewrite the example using the
5866         new backend functionality.
5868 2007-10-28  Simon Josefsson  <jas@extundo.com>
5870         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5871         nntp-marks-directory, from Romain Francoise
5872         <romain@orebokech.com>.
5874 2007-10-28  Magnus Henoch  <mange@freemail.hu>
5876         * gnus.texi (Hashcash): New default value of
5877         hashcash-default-payment.
5879 2007-10-28  Simon Josefsson  <jas@extundo.com>
5881         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
5882         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5884 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5886         * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
5888 2007-10-28  Simon Josefsson  <jas@extundo.com>
5890         * gnus.texi (documentencoding): Add, to avoid warnings.
5892 2007-10-28  Simon Josefsson  <jas@extundo.com>
5894         * message.texi (Mail Headers): Add.
5896         * gnus.texi (Hashcash): Fix.
5898 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5900         * gnus.texi (Hashcash): Change location of library, also mention
5901         that payments can be verified and fix the name of the
5902         hashcash-path variable.
5904 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5906         * gnus.texi (Article Display): Add `gnus-picon-style'.
5908 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5910         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5912 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5914         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5915         (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5916         warning about ham processors in spam groups removed.
5918 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5920         * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
5921         From Hubert Chan <hubert@uhoreg.ca>.
5923 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5925         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5926         (Mailing List): Typo.
5927         (Customizing Articles): Add gnus-treat-ansi-sequences.
5928         (Article Washing): Index.
5930         * message.texi: Use m-dash consistently.
5932 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5934         * gnus.texi (GroupLens): Remove.
5936 2007-10-28  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5938         * gnus.texi (Outgoing Messages, Agent Variables):
5939         Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
5940         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5942 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5944         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5946 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5948         * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5950         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
5952 2007-10-28  Simon Josefsson  <jas@extundo.com>
5954         * gnus.texi (Top): Add SASL.
5956 2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
5958         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5960 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5962         * gnus.texi (Troubleshooting): Adjust Gnus version number.
5964 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5966         * calc.texi (Formulas, Composition Basics): Lower the
5967         precedence of negation.
5969 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5971         * ses.texi (The Basics): Mention how to create a new spreadsheet.
5972         Mention the new three-letter column identifiers.
5973         (More on cell printing): Calculate-cell and truncate-cell are now `c'
5974         and `t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error
5975         message when using `c' on an empty default with default printer.
5976         (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5977         renamed to `ses--symbolic-formulas' some time ago.
5979 2007-10-25  Jay Belanger  <jay.p.belanger@gmail.com>
5981         * calc.texi (Default Simplifications, Making Selections)
5982         (Customizing Calc): Clarify associativity of multiplication.
5984 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5986         * tramp.texi (Traces and Profiles): Simplify loop over
5987         `trace-function-background'.
5989 2007-10-22  Juri Linkov  <juri@jurta.org>
5991         * dired-x.texi (Shell Command Guessing): Default values are now
5992         available by typing M-n instead of M-p.
5994 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
5996         * tramp.texi (Cleanup remote connections): New section.
5997         (Password caching): Remove `tramp-clear-passwd'.
5998         It's not a command anymore.
5999         (Bug Reports): Add `tramp-bug' to function index.
6000         (Function Index, Variable Index): New nodes.
6001         (Remote shell setup): Describe `tramp-password-prompt-regexp'.
6003         * trampver.texi: Update release number.
6005 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
6007         * calc.texi (History and Acknowledgements): Turn comment
6008         about integer size into past tense.
6009         (Time Zones): Remove pointer to Calc author's address.
6010         (Trigonometric and Hyperbolic Functions): Mention cotangent
6011         and hyperbolic cotangent.  Fix typo.
6013 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
6015         Sync with Tramp 2.1.11.
6017         * trampver.texi: Update release number.
6019 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
6021         * tramp.texi (External packages): New section.
6023 2007-09-29  Juri Linkov  <juri@jurta.org>
6025         * info.texi (Help-Int): Document `L' (`Info-history').
6027 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
6029         * org.texi: Change links to webpage and maintained email.
6030         (Remember): Promote to Chapter, significant changes.
6031         (Fast access to TODO states): New section.
6032         (Faces for TODO keywords): New section.
6033         (Export options): Example for #+DATE.
6034         (Progress logging): Section moved.
6036 2007-09-26  Bill Wohler  <wohler@newt.com>
6038         * mh-e.texi (HTML): Mention binding of S-mouse-2 to
6039         browse-url-at-mouse.
6041 2007-09-20  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6043         * flymake.texi (Customizable variables): Face names don't end in -face.
6044         Fix flymake-err-line-patterns template.
6045         (Example -- Configuring a tool called directly): Fix init-function.
6046         (Highlighting erroneous lines): Face names don't end in -face.
6048 2007-09-18  Exal de Jesus Garcia Carrillo  <exal@gmx.de>  (tiny change)
6050         * erc.texi (Special-Features): Fix small typo.
6052 2007-09-14  Michael Albinus  <michael.albinus@gmx.de>
6054         * tramp.texi (Filename Syntax): Provide links to "Inline methods"
6055         and "External transfer methods".
6057 2007-09-13  Jay Belanger  <jay.p.belanger@gmail.com>
6059         * calc.texi (Predefined Units): Add some history.
6061 2007-09-08  Michael Olson  <mwolson@gnu.org>
6063         * erc.texi (Copying): New section included from gpl.texi.
6064         This matches the look of the upstream ERC manual.
6066 2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
6068         * calc.texi (History and Acknowledgements): Adjust the "thanks".
6069         (Random Numbers): Clarify the distribution of `random'.
6071 2007-09-06  Glenn Morris  <rgm@gnu.org>
6073         Move manual sources from man/ to subdirectories of doc/.
6074         Split into the Emacs manual in emacs/, and other manuals in misc/.
6075         Change all setfilename commands to use ../../info.
6076         * Makefile.in: Move the parts of the old man/Makefile.in that do not
6077         refer to the Emacs manual here.
6078         (infodir): New variable.
6079         (INFO_TARGETS, info): Use infodir.  Also used by all info targets.
6080         (cc-mode.texi, faq.texi): Update references to source file locations.
6081         * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
6082         do not refer to the Emacs manual here.
6083         (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
6085         * Makefile.in: Add `basename' versions of all info targets, for
6086         convenience when rebuilding just one manual.
6087         (../etc/GNU): Delete obsolete target.
6088         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
6089         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
6090         *.vrs *.toc here...
6091         (maintainer-clean): ...from here.
6093         * makefile.w32-in (../etc/GNU): Delete obsolete target.
6095 2007-09-01  Jay Belanger  <jay.p.belanger@gmail.com>
6097         * calc.texi (Date Conversions): Clarify definition of
6098         Julian day numbering.
6099         (Date Forms): Clarify definition of Julian day numbering;
6100         add some history.
6102 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
6104         * org.texi: Version 5.07.
6106 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
6108         * message.texi (MIME): Replace mml-attach with mml-attach-file.
6110 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
6112         * org.texi (Adding hyperlink types): New section.
6113         (Embedded LaTeX): Chapter updated because of LaTeX export.
6114         (LaTeX export): New section.
6115         (Using links out): New section.
6117 2007-08-22  Glenn Morris  <rgm@gnu.org>
6119         * faq.texi (Learning how to do something): Refcards now in
6120         etc/refcards/ directory.
6122 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
6124         * tramp.texi (Remote Programs): Persistency file must be cleared when
6125         changing `tramp-remote-path'.
6126         (Filename Syntax): Don't use @var{} constructs inside the @trampfn
6127         macro.
6129 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
6131         * calc.texi: Move contents to beginning of file.
6132         (Algebraic Entry): Fix the formatting of an example.
6134 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
6136         * calc.texi (Basic Operations on Units): Mention exact versus
6137         inexact conversions.
6139 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
6141         * calc.texi (Basic Operations on Units): Mention default
6142         values for new units.
6143         (Quick Calculator Mode): Mention that binary format will
6144         be displayed.
6146 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6148         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
6150 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6152         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
6154 2007-08-08  Glenn Morris  <rgm@gnu.org>
6156         * gnus.texi, sieve.texi: Replace `iff'.
6158 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
6160         * calc.texi (Basic Graphics): Mention the graphing of error
6161         forms.
6162         (Graphics Options): Mention how `g s' handles error forms.
6163         (Curve Fitting): Mention plotting the curves.
6164         (Standard Nonlinear Models): Add additional models.
6165         (Curve Fitting Details): Mention the Levenberg-Marquardt method.
6166         (Linear Fits): Correct result.
6168 2007-08-01  Alan Mackenzie  <acm@muc.de>
6170         * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
6171         to "--no-site-file".
6173 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
6175         * tramp.texi (Frequently Asked Questions): Point to mode line
6176         extension in Emacs 23.1.
6178         * trampver.texi: Update release number.
6180 2007-07-27  Glenn Morris  <rgm@gnu.org>
6182         * calc.texi (Copying): Include license text from gpl.texi, rather than
6183         in-line.
6185 2007-07-25  Glenn Morris  <rgm@gnu.org>
6187         * calc.texi (Copying): Replace license with GPLv3.
6189         * Relicense all FSF files to GPLv3 or later.
6191 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
6193         Sync with Tramp 2.1.10.
6195         * tramp.texi (trampfn): Expand macro implementation in order to handle
6196         empty arguments.
6197         (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
6198         occurrences by trampfn.
6199         (Frequently Asked Questions): Extend example code for host
6200         identification in the modeline.  Add bbdb to approaches shortening Tramp
6201         file names to be typed.
6203         * trampver.texi: Update release number.
6205 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
6207         * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6208         section.  Reported by <poti@potis.org>.
6209         (Remote processes): Arguments of the program to be debugged are taken
6210         literally.
6211         (Frequently Asked Questions): Simplify recentf example.
6213 2007-07-14  Karl Berry  <karl@gnu.org>
6215         * info.texi (@copying): New Back-Cover Text.
6217         * info.texi (Quitting Info): Move to proper place in source.
6218         (Reported by Benno Schulenberg.)
6220 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
6222         * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6224         * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6226         * emacs-mime.texi: Add @documentencoding directive.
6228 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
6230         * tramp.texi (Remote processes): Add an anchor to the subsection
6231         "Running a debugger on a remote host".
6233 2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
6235         * tramp.texi (Remote processes): Don't call it "experimental" any
6236         longer.  Add subsection about running a debugger on a remote host.
6238 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
6240         * org.texi (Properties and columns): Chapter rewritten.
6242 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
6244         * tramp.texi:
6245         * trampver.texi: Migrate to Tramp 2.1.
6247 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
6249         * org.texi (Properties): New chapter.
6251 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6253         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6254         Control Panel.
6256         * gnus.texi (Misc Article): Add index entry for
6257         gnus-single-article-buffer.
6259 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6261         * gnus.texi (Starting Up): Fix typo.
6263 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6265         * gnus.texi (Asynchronous Fetching): Fix typo.
6267 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
6269         * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6270         (About This Manual): Remove redundant information.
6271         (Getting Started): Mention author.
6272         (Basic Arithmetic, Customizing Calc): Make description of the
6273         variable `calc-multiplication-has-precedence' match its new effect.
6275 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
6277         * calc.texi (Basic Arithmetic, Customizing Calc):
6278         Mention the variable `calc-multiplication-has-precedence'.
6280 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
6282         * org.texi (Tag): Section swapped with node Timestamps.
6283         (Formula syntax for Lisp): Document new `L' flag.
6285 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6287         * gnus.texi (Misc Group Stuff, Summary Buffer)
6288         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
6290 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6292         * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6293         * gnus.texi (Article Buttons, Mail Source Customization)
6294         (Sending or Not Sending, Customizing NNDiary):
6295         * message.texi (Message Headers):
6296         * mh-e.texi (HTML): Fix typos.
6298 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
6300         Sync with Tramp 2.0.56.
6302         * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6303         settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
6305 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
6307         * Version 22.1 released.
6309 2007-05-26  Michael Olson  <mwolson@gnu.org>
6311         * erc.texi (Modules): Fix references to completion modules.
6313 2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
6315         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6317 2007-05-09  Didier Verna  <didier@xemacs.org>
6319         * gnus.texi (Email Based Diary): New.  Proper documentation for the
6320         nndiary back end and the gnus-diary library.
6322 2007-05-03  Karl Berry  <karl@gnu.org>
6324         * .cvsignore (*.pdf): New entry.
6326         * texinfo.tex: Update from current version for better pdf generation.
6328 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
6330         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6332 2007-04-28  Glenn Morris  <rgm@gnu.org>
6334         * faq.texi (New in Emacs 22): Restore mention of python.el pending
6335         consideration of legal status.
6337 2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
6339         * idlwave.texi: Minor updates for IDLWAVE 6.1.
6341 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
6343         * faq.texi (New in Emacs 22): python.el removed.
6345 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
6347         * calc.texi (Reporting bugs): Update maintainer's address.
6349 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
6351         * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6353 2007-04-15  Jay Belanger  <belanger@truman.edu>
6355         * calc.texi (Title page): Remove the date.
6356         (Basic Arithmetic): Emphasize that / binds less strongly than *.
6357         (The Standard Calc Interface): Change trail title.
6358         (Floats): Mention that when non-decimal floats are entered, only
6359         approximations are stored.
6360         (Copying): Move to the appendices.
6361         (GNU Free Documentation License): Add as an appendix.
6363 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
6365         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6366         * dired-x.texi, ebrowse.texi, ediff.texi:
6367         * emacs-mime.texi, erc.texi, eshell.texi:
6368         * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6369         * idlwave.texi, message.texi, newsticker.texi, org.texi:
6370         * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6371         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6372         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6373         * woman.texi: Include GFDL.
6375         * doclicense.texi: Remove node heading, so that it can be included by
6376         other files.
6378         * dired-x.texi: Relicence under GFDL.  Remove date from title page.
6380         * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6381         than *.
6383 2007-04-14  Carsten Dominik  <dominik@science.uva.nl>
6385         * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6386         in Calc.
6388 2007-04-09  Romain Francoise  <romain@orebokech.com>
6390         * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6391         Mac OS ports.  Make it clear that mouse-1 complements and doesn't
6392         replace mouse-2.
6394 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
6396         * woman.texi (Word at point, Interface Options): woman-topic-at-point
6397         renamed to woman-use-topic-at-point.  Document new behavior.
6399 2007-04-08  Richard Stallman  <rms@gnu.org>
6401         * url.texi: Fix some indexing.
6402         (Disk Caching): Drop discussion of old/other Emacs versions.
6404 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6406         * url.texi (Disk Caching): Say Emacs 21 "and later".
6408         * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6409         on Font locking which now mentions JIT lock.
6411 2007-04-01  Michael Olson  <mwolson@gnu.org>
6413         * erc.texi: Update for the ERC 5.2 release.
6415 2007-03-31  David Kastrup  <dak@gnu.org>
6417         * woman.texi (Topic, Interface Options): Explain changes semantics of
6418         woman-manpath in order to consider MANPATH_MAP entries.
6420 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
6422         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6424 2007-03-26  Richard Stallman  <rms@gnu.org>
6426         * pgg.texi (Caching passphrase): Clean up previous change.
6428 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
6430         * gnus.texi (Setting Process Marks): Fix typo.
6432 2007-03-25  Romain Francoise  <romain@orebokech.com>
6434         * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6435         readability, and include various fixes by Daniel Brockman, Nick Roberts
6436         and Dieter Wilhelm.
6438 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
6440         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6442         * gnus.texi (Mail Source Specifiers): Fix typo.
6444 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
6446         * reftex.texi (Imprint): Update maintainer information.
6448 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6450         * message.texi (Message Buffers): Update documentation for
6451         message-generate-new-buffers.
6453 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
6455         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6457 2007-03-21  Glenn Morris  <rgm@gnu.org>
6459         * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6461 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
6463         * eshell.texi (Known problems): Emacs 21 -> 22.
6465         * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6467 2007-03-18  Jay Belanger  <belanger@truman.edu>
6469         * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6471 2007-03-12  Glenn Morris  <rgm@gnu.org>
6473         * calc.texi (Time Zones): Switch to new North America DST rule.
6475         * calc.texi: Replace "daylight savings" with "daylight
6476         saving" in text throughout.
6478 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6480         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6481         The variable now uses a list of symbols instead of just a symbol.
6482         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6484 2007-03-06  Romain Francoise  <romain@orebokech.com>
6486         * faq.texi (New in Emacs 22): Don't say "now" too much.  Add MH-E to
6487         new packages, and mention Gnus update.
6489 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6491         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6492         nntp-open-connection-functions-never-echo-commands.
6494 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
6496         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6497         problems on the console, and security risk in not using gpg-agent.
6499 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
6501         * org.texi (The spreadsheet): Rename from "Table calculations".
6502         Completely reorganized and rewritten.
6503         (CamelCase links): Section removed.
6504         (Repeating items): New section.
6505         (Tracking TODO state changes): New section.
6506         (Agenda views): Chapter reorganized and rewritten.
6507         (HTML export): Section rewritten.
6508         (Tables in arbitrary syntax): New section.
6509         (Summary): Better feature summary.
6510         (Activation): Document problem with cut-and-paste of Lisp code
6511         from PDF files.
6512         (Visibility cycling): Document indirect buffer use.
6513         (Structure editing): Document sorting.
6514         (Remember): Section rewritten.
6515         (Time stamps): Better description of time stamp types.
6516         (Tag searches): Document regular expression search for tags.
6517         (Stuck projects): New section.
6518         (In-buffer settings): New keywords.
6519         (History and Acknowledgments): Update description.
6521 2007-02-24  Alan Mackenzie  <acm@muc.de>
6523         * cc-mode.texi (Movement Commands): Insert two missing command names.
6524         (Getting Started): Slight wording correction (use conditional).
6526 2007-02-22  Kim F. Storm  <storm@cua.dk>
6528         * widget.texi (User Interface, Basic Types): Document need to put some
6529         text before the %v escape in :format string in editable-field widget.
6531 2007-02-18  Romain Francoise  <romain@orebokech.com>
6533         * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6534         `cvs-mode-quit'.
6536 2007-02-10  Markus Triska  <markus.triska@gmx.at>
6538         * widget.texi (Programming Example): Put constant strings in :format.
6540 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
6542         * faq.texi (Fullscreen mode on MS-Windows): New node.
6544 2007-02-04  David Kastrup  <dak@gnu.org>
6546         * faq.texi (AUCTeX): Update version number.  Should probably be done
6547         for other packages as well.
6549 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6551         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
6552         <tassilo@member.fsf.org>.
6554 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6556         * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6557         ls-lisp-use-localized-time-format.
6559 2007-01-20  Markus Triska  <markus.triska@gmx.at>
6561         * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6563 2007-01-13  Michael Olson  <mwolson@gnu.org>
6565         * erc.texi (Modules): Mention capab-identify module.
6567 2007-01-05  Michael Olson  <mwolson@gnu.org>
6569         * erc.texi (Getting Started): Update for /RECONNECT command.
6571 2007-01-04  Richard Stallman  <rms@gnu.org>
6573         * ebrowse.texi: Change C-c b to C-c C-m.
6575 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6577         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6578         variables only in info to avoid redundant entries in the printed
6579         manual.
6581 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
6583         * message.texi (Using PGP/MIME): Document gpg-agent usage.
6585 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
6587         * message.texi (Security): Split into sub-nodes.
6589 2007-01-01  Alan Mackenzie  <acm@muc.de>
6591         * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6592         eval-after-load in Emacs <=21 and a workaround.  Document that
6593         trigraphs are not supported.
6595 2007-01-01  Alan Mackenzie  <acm@muc.de>
6597         * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6598         c-context-line-break.  When invoked within a string, preserve
6599         whitespace.  Add a backslash only when also in a macro.
6601 2007-01-01  Alan Mackenzie  <acm@muc.de>
6603         * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6605 2007-01-01  Alan Mackenzie  <acm@muc.de>
6607         * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6608         are now bound by default to c-\(beginning\|end\)-of-defun by default.
6610 2007-01-01  Alan Mackenzie  <acm@muc.de>
6612         * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6613         "Choosing a Style".
6615         * cc-mode.texi ("Styles"): Add @dfn{style}.
6617 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
6619         Sync with Tramp 2.0.55.
6621         * trampver.texi: Update release number.
6623 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
6625         * gnus.texi (Customizing Articles): Add index entries for all
6626         gnus-treat-* variables.
6628 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6630         * gnus.texi (IMAP): Fix incorrect explanation of
6631         nnimap-search-uids-not-since-is-evil in documentation for
6632         nnimap-expunge-search-string.
6634 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
6636         * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6637         spam-ifile-database.
6639 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6641         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6642         rebind C-s.
6644 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
6646         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6647         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6648         "expiring mail".
6649         (IMAP): Document nnimap-search-uids-not-since-is-evil and
6650         nnimap-nov-is-evil.
6652 2006-12-25  Kevin Ryde  <user42@zip.com.au>
6654         * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6655         about the key procedure being used heavily.
6657 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6659         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6660         to t.
6661         (Prerequisites): Add explanation about gpg-agent.
6663 2006-12-22  Kevin Ryde  <user42@zip.com.au>
6665         * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6666         "sort" instead of "sort*".
6668 2006-12-19  Richard Stallman  <rms@gnu.org>
6670         * calc.texi (History and Acknowledgements): Recognize that Emacs
6671         now does have floating point.
6673 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
6675         * tramp.texi (External transfer methods): Describe new method `scpc'.
6677 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
6679         * pgg.texi: Added short note on gpg-agent to the introduction.
6681 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6683         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6684         also applies to Cc.
6686 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6688         * gnus.texi (X-Face): Clarify.  Say which programs are required
6689         on Windows.
6691 2006-12-08  Michael Olson  <mwolson@gnu.org>
6693         * erc.texi (Modules): Remove documentation for list module.
6695 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6697         * faq.texi (^M in the shell buffer): Ditto.
6699 2006-11-20  Michael Olson  <mwolson@gnu.org>
6701         * erc.texi: Call this the 5.2 stable pre-release of ERC.
6703 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6705         * org.texi: Fix typos.
6706         (Agenda commands): Document `C-k'.
6708 2006-11-16  Eli Zaretskii  <eliz@gnu.org>
6710         * url.texi (http/https): Fix a typo in the HTTP URL.
6712 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
6714         * ada-mode.texi: Total rewrite.
6716 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6718         * org.texi: Minor typo fixes.
6720 2006-11-13  Bill Wohler  <wohler@newt.com>
6722         Release MH-E manual version 8.0.3.
6724         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6725         release 8.0.3.
6727         * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6728         to set MAILDIR.
6729         (Reading Mail): Document the customization of read-mail-command
6730         for MH-E.
6731         (Viewing Attachments): Document mm-discouraged-alternatives.
6732         (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6733         (Junk): Add more information about the settings of mh-junk-background
6734         in a program.  Add /usr/bin/mh to PATH in examples.
6736 2006-11-12  Richard Stallman  <rms@gnu.org>
6738         * woman.texi: Update author address but say he no longer maintains it.
6740 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6742         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6743         archived trees.
6744         (Checkboxes): Section moved to chapter 5, and extended.
6745         (The date/time prompt): New section.
6746         (Link abbreviations): New section.
6747         (Presentation and sorting): New section.
6748         (Custom agenda views): Section completely rewritten.
6749         (Summary): Compare with Planner.
6750         (Feedback): More info about creating backtraces.
6751         (Plain lists): Modify example.
6752         (Breaking down tasks): New section.
6753         (Custom time format): New section.
6754         (Time stamps): Document inactive timestamps.
6755         (Setting tags): More details about fast tag selection.
6756         (Block agenda): New section.
6757         (Custom agenda views): Section rewritten.
6758         (Block agenda): New section.
6760 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6762         * tramp.texi (Configuration): scp is the default method.
6763         (Default Method): Use ssh as example for another method.
6765 2006-10-27  Richard Stallman  <rms@gnu.org>
6767         * woman.texi: Downcase nroff/troff/roff.
6768         (Installation): Chapter deleted.  Some xrefs deleted.
6769         (Background): woman doesn't advise man ;-).
6771 2006-10-26  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6773         * ada-mode.texi (Project files, Identifier completion)
6774         (Automatic Casing, Debugging, Using non-standard file names)
6775         (Working Remotely): Fix typos.
6777 2006-10-20  Masatake YAMATO  <jet@gyve.org>
6779         * cc-mode.texi (Sample .emacs File): Add missing `)' in
6780         sample code `my-c-initialization-hook'.
6782 2006-10-19  Stuart D. Herring  <herring@lanl.gov>
6784         * widget.texi: Fix typos.
6786 2006-10-19  Michael Albinus  <michael.albinus@gmx.de>
6788         * tramp.texi (Frequently Asked Questions): Remove questions marked with
6789         "???".  There have been no complaints for years, so the information
6790         must be appropriate.
6792 2006-10-16  Richard Stallman  <rms@gnu.org>
6794         * widget.texi: Use @var instead of capitalization.
6795         Clarify many widget type descriptions.
6797 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6799         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
6800         gnus-dired-attach.
6801         (Selecting a Group): Fix typo.
6803 2006-10-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6805         * widget.texi: Fix typos.
6807 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
6809         * gnus.texi (Image Enhancements): Update for Emacs 22.
6811         * gnus-faq.texi ([1.3]): Update.
6813 2006-10-06  Richard Stallman  <rms@gnu.org>
6815         * faq.texi (Displaying the current line or column):
6816         Delete "As of Emacs 20".
6818 2006-10-06  Romain Francoise  <romain@orebokech.com>
6820         * faq.texi (VM): VM works with Emacs 22 too.
6822 2006-10-06  Richard Stallman  <rms@gnu.org>
6824         * ebrowse.texi: Remove Emacs version "21" from title.
6826 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
6828         * gnus.texi (Foreign Groups): Say where change of editing commands are
6829         stored.  Add reference to `gnus-parameters'.
6831 2006-09-15  Jay Belanger  <belanger@truman.edu>
6833         * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6834         Change "Library Public License" to "Lesser Public License"
6835         throughout.  Use "yyyy" to represent year.
6837 2006-09-15  Carsten Dominik  <dominik@science.uva.nl>
6839         * org.texi (Setting tags): Typo fix.
6841 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
6843         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6845 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
6847         * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6849 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6851         * faq.texi (Escape sequences in shell output): EMACS is now set
6852         to Emacs's absolute file name, not to "t".
6853         (^M in the shell buffer): Likewise.
6854         * misc.texi (Interactive Shell): Likewise.
6856 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6858         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6859         mails with pop3-leave-mail-on-server.  Fix wording.
6860         (Limiting): Improve gnus-summary-limit-to-articles.
6861         (X-Face): Fix typo.
6863 2006-09-11  Simon Josefsson  <jas@extundo.com>
6865         * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6866         suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6868 2006-09-06  Simon Josefsson  <jas@extundo.com>
6870         * smtpmail.texi (Authentication): Mention SSL.
6872 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
6874         * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6875         Don't use @indicateurl.
6877         * cc-mode.texi (Subword Movement): Don't use @headitem.
6878         (Custom Braces, Clean-ups): Don't use @tie.
6880 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6882         Sync with Tramp 2.0.54.
6884         * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6885         Suggested by Adrian Phillips <a.phillips@met.no>.
6887 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6889         * org.texi (Installation, Activation): Split from Installation and
6890         Activation.
6891         (Clocking work time): Documented new features.
6893 2006-08-13  Alex Schroeder  <alex@gnu.org>
6895         * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6896         example.
6898 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
6900         * faq.texi (How to add fonts): New node.
6902 2006-08-05  Romain Francoise  <romain@orebokech.com>
6904         * faq.texi (New in Emacs 22): Expand.
6906 2006-08-03  Michael Olson  <mwolson@gnu.org>
6908         * erc.texi: Update for ERC 5.1.4.
6910 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6912         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6913         in .../site-lisp/gnus/ by default.
6914         [ From gnus-news.texi in the trunk. ]
6916 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
6918         * gnus.texi (MIME Commands): Additions for yEnc.
6920 2006-07-24  Richard Stallman  <rms@gnu.org>
6922         * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6923         * faq.texi: Move periods and commas inside quotes.
6925 2006-07-20  Jay Belanger  <belanger@truman.edu>
6927         * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6929 2006-07-18  Chong Yidong  <cyd@stupidchicken.com>
6931         * faq.texi (Security risks with Emacs): Document Emacs 22
6932         file-local-variable mechanism.
6934 2006-07-12  Michael Olson  <mwolson@gnu.org>
6936         * erc.texi: Update for ERC 5.1.3.
6938 2006-07-12  Alex Schroeder  <alex@gnu.org>
6940         * rcirc.texi: Fix typos.
6941         (Getting started with rcirc): New calling convention for M-x irc.
6942         Mention #rcirc.  Removed channel tracking.
6943         (Configuration): Change the names of all variables that got changed
6944         recently, eg. rcirc-server to rcirc-default-server.  Added
6945         documentation for rcirc-authinfo, some background for Bitlbee, and
6946         rcirc-track-minor-mode.
6947         (Scrolling conservatively): Fix the xref from Auto Scrolling to just
6948         Scrolling.
6949         (Reconnecting after you have lost the connection): Fix example code
6950         to match code changes.
6952 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
6954         * gnus.texi, message.texi: Fix typos.
6956 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
6958         * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6959         commands.
6960         (Global TODO list): Document the use of the variables
6961         `org-agenda-todo-ignore-scheduled' and
6962         `org-agenda-todo-list-sublevels'.
6964 2006-07-05  Richard Stallman  <rms@gnu.org>
6966         * faq.texi (Scrolling only one line): Fix xref.
6968 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
6970         * faq.texi (Evaluating Emacs Lisp code):
6971         Throughout, replace eval-current-buffer with eval-buffer.
6973 2006-07-03  Richard Stallman  <rms@gnu.org>
6975         * rcirc.texi (Scrolling conservatively): Fix xref.
6977         * pcl-cvs.texi (Viewing differences): Usage fix.
6979 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
6981         * org.texi (Agenda commands): Document `s' key to save all org-mode
6982         buffers.
6984 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
6986         * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6987         names.  Mention `cvs-msg' face.
6989 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
6991         * org.texi (Checkboxes): New section.
6993 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
6995         * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6996         throughout this chapter.
6998 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
7000         * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
7001         text for standalone vs Emacs info.
7002         (Help): Clarify header line description.  Use mouse-1 for clicks.
7003         (Help-P): Use mouse-1 for clicks.
7004         (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
7005         (Help-^L, Help-M, Help-Int, Search Index, Go to node)
7006         (Choose menu subtopic): Remove gratuitous Emacs command names.
7007         (Help-FOO): Put usual behavior first.
7008         (Help-Xref): Clicking on xrefs works in Emacs.
7009         (Search Text): Clarify what the default behavior is.
7010         (Create Info buffer): Fix Emacs window/X window confusion.
7011         (Emacs Info Variables): Fix for new Emacs init file behavior.
7013 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7015         * gnus.texi (Summary Buffer Lines): Fix typo.
7017 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
7019         * org.texi (Embedded LaTeX): New chapter.
7020         (Archiving): Section rewritten.
7021         (Enhancing text): Some parts moved to the new chapter about LaTeX.
7023 2006-06-20  Bill Wohler  <wohler@newt.com>
7025         Release MH-E manual version 8.0.1.
7027         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7028         release 8.0.1.
7029         (Preface): Depend on GNU mailutils 1.0 and higher.
7031 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7033         * message.texi (News Headers): Update message-syntax-checks section.
7035 2006-06-19  Karl Berry  <karl@gnu.org>
7037         * info.texi (Advanced): Mention C-q, especially with ?.
7039 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
7041         * org.texi (Publishing links): Document the `:link-validation-function'
7042         property.
7043         (Extensions and Hacking): New chapter, includes some sections of the
7044         "Miscellaneous" chapter.
7046 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
7048         * org.texi (Progress logging): New section.
7050 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
7052         * org.texi (ASCII export): Document indentation adaptation.
7053         (Setting tags): Document mutually-exclusive tags.
7055 2006-06-05  Romain Francoise  <romain@orebokech.com>
7057         * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
7058         Fix typo.
7060         * gnus-faq.texi (Question 8.6): Update reference to the Gnus
7061         channel (#gnus@irc.freenode.net).
7062         Fix typos.  Update copyright notice.
7064         * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
7065         (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
7066         (Line-Up Functions, Custom Macros):
7067         * ediff.texi (Window and Frame Configuration)
7068         (Highlighting Difference Regions):
7069         * emacs-mime.texi (Display Customization):
7070         * erc.texi (History):
7071         * eshell.texi (Known problems):
7072         * eudc.texi (Overview, BBDB):
7073         * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
7074         (The problem of spam, SpamOracle, Extending the Spam package)
7075         (Conformity, Terminology):
7076         * idlwave.texi (Routine Info)
7077         (Class and Keyword Inheritance, Padding Operators)
7078         (Breakpoints and Stepping, Electric Debug Mode)
7079         (Examining Variables, Troubleshooting):
7080         * org.texi (Creating timestamps):
7081         * reftex.texi (Commands, Options, Changes):
7082         * tramp.texi (Inline methods, Password caching)
7083         (Auto-save and Backup, Issues):
7084         * vip.texi (Files, Commands in Insert Mode):
7085         * viper.texi (Emacs Preliminaries, States in Viper)
7086         (Packages that Change Keymaps, Viper Specials, Groundwork):
7087         Fix various typos.
7089 2006-05-31  Michael Ernst  <mernst@alum.mit.edu>
7091         * ediff.texi: Fix typos.
7093 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
7095         * org.texi: Small typo fixes.
7097 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7099         * viper.texi (Viper Specials):
7100         * gnus.texi (Example Setup):
7101         * faq.texi (Backspace invokes help):
7102         * dired-x.texi (Optional Installation Dired Jump):
7103         * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
7104         follow coding conventions.
7106 2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
7108         * tramp.texi (Frequently Asked Questions): Disable zsh zle.
7110 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
7112         * pcl-cvs.texi: Fix typos.
7113         (Customization): Say "us".
7115 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
7117         * org.texi: Remove bogus @setfilename.
7119 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
7121         * org.texi (ASCII export): Omit command name.
7122         (HTML export): Add prefix to all lines in Local Variable example.
7123         (Acknowledgments): Typeset names in italics.
7125 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
7127         * org.texi (Plain lists): Add new item navigation commands.
7128         (External links): Document elisp and info links.
7129         (Custom searches): New section.
7130         (Publishing): New chapter.
7131         (HTML export): Include a list of supported CSS classes.
7132         (Setting tags): Describe the fast-tag-setting interface.
7134 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
7136         * dired-x.texi: ifinfo -> ifnottex.
7138 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7140         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
7142 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
7144         * message.texi (Interface): Add tool bar customization.
7145         (MIME): Index and text additions for mml-attach.
7146         (MIME): Describe mml-dnd-protocol-alist and
7147         mml-dnd-attach-options.
7149         * gnus.texi (Oort Gnus): Reorder entries in sections.
7150         Fix some entries.
7151         (Starting Up): Add references to "Emacs for Heathens" and to
7152         "Finding the News".  Add user-full-name and user-mail-address.
7153         (Group Buffer Format): Add tool bar customization and update.
7154         (Summary Buffer): Add tool bar customization.
7155         (Posting Styles): Add message-alternative-emails.
7157 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
7159         * tramp.texi (Filename completion): Improve wording.
7161 2006-05-07  Romain Francoise  <romain@orebokech.com>
7163         * faq.texi (Using regular expressions): Fix typo.
7164         (Packages that do not come with Emacs): Fix capitalization.
7165         (Replacing text across multiple files): Expand node to explain how
7166         to use `dired-do-query-replace-regexp' in more detail, based on
7167         suggestion by Eric Hanchrow <offby1@blarg.net>.
7169 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
7171         * tramp.texi (Filename completion): Completion of remote files'
7172         method, user name and host name is active only in partial
7173         completion mode.
7175 2006-05-06  Bill Wohler  <wohler@newt.com>
7177         Release MH-E manual version 8.0.
7179         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7180         release 8.0.
7182 2006-05-06  Bill Wohler  <wohler@newt.com>
7184         * mh-e.texi (MH-BOOK-HOME): Change from
7185         http://www.ics.uci.edu/~mh/book/mh to
7186         http://rand-mh.sourceforge.net/book/mh.
7187         Replace .htm suffix with .html for MH book files.
7188         (Using This Manual): Update key binding for getting relevant
7189         chapter in Info from command key.
7190         (Ranges): Fix itemx.
7192 2006-05-05  Karl Berry  <karl@gnu.org>
7194         * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7195         (\fonttextsize): New user-level command to change text font size.
7197 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7199         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
7201 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
7203         * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7205 2006-04-24  Bill Wohler  <wohler@newt.com>
7207         * mh-e.texi (Getting Started): Make it more explicit that you need
7208         to install MH.  Add pointers to current MH implementations.
7210 2006-04-21  Bill Wohler  <wohler@newt.com>
7212         Release MH-E manual version 7.94.
7214         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7215         release 7.94.
7217 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
7219         * org.texi: Many small fixes.
7220         (Handling links): Rename from "Managing links".
7222 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7224         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7225         (Splitting mail using spam-stat): Fix @xref.
7227 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
7229         * gnus.texi (Spam Package): Major revision of the text.
7230         Previously this node was "Filtering Spam Using The Spam ELisp Package".
7232 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
7234         * org.texi (Time stamps): Better explanation of the purpose of
7235         different time stamps.
7236         (Structure editing, Plain lists): More details on how new items
7237         and headings are inserted.
7239 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
7241         * org.texi (Formula syntax): Fix link to Calc Manual.
7243 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7245         * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7247 2006-04-17  Bill Wohler  <wohler@newt.com>
7249         * mh-e.texi (Folders): Update mh-before-quit-hook and
7250         mh-quit-hook example with code that removes the buffers rather
7251         than just bury them.
7253 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
7255         Sync with Tramp 2.0.53.
7257 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
7259         * org.texi (Updating settings): New section.
7260         (Visibility cycling): Better names for the startup folding
7261         options.
7262         (Exporting): Completely restructured.
7263         (The very busy C-c C-c key): New section.
7264         (Summary of in-buffer settings): New section.
7266 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7268         * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7270 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7272         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7273         (Server Commands): Key `v' is reserved for users.
7275 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
7277         * org.texi (Link format): New section, emphasis on bracket links.
7278         (External links): Document bracket links.
7279         (FAQ): Expand to cover shell links and the new link format.
7281 2006-04-09  Kevin Ryde  <user42@zip.com.au>
7283         * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7285 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
7287         * gnus.texi (Summary Buffer Lines): Add `*'.
7289 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
7291         * gnus.texi (Group Parameters):
7292         Mention gnus-permanently-visible-groups.
7294 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7296         * gnus.texi (Face): Fix typo.
7298 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
7300         * gnus.texi (X-Face): Clarify.
7301         (Face): Need Emacs with PNG support.
7303 2006-04-06  Richard Stallman  <rms@gnu.org>
7305         * idlwave.texi: Delete the blocks "not suitable for inclusion with
7306         Emacs".
7308 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
7310         * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7311         blocks not suitable for inclusion with Emacs using variable
7312         PARTOFEMACS.
7314 2006-04-04  Simon Josefsson  <jas@extundo.com>
7316         * gnus.texi (Security): Improve.
7318 2006-04-02  Bill Wohler  <wohler@newt.com>
7320         * mh-e.texi (Getting Started, Junk, Bug Reports)
7321         (MH FAQ and Support): Fix URLs.
7323 2006-03-31  Romain Francoise  <romain@orebokech.com>
7325         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7326         to t, not nil (and has for the past eight years).
7328 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7330         * message.texi, gnus.texi: Bump version to 5.11.
7332 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
7334         * gnus.texi (Top): Add comment about version line.
7336         * message.texi (Top): Ditto.  Change to take named versions into
7337         account.
7339 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7341         * gnus.texi (Posting Styles): Add x-face-file to example.
7342         (X-Face): Refer to posting styles.
7344         * gnus-faq.texi ([5.8]): Add x-face-file.
7345         ([8.4]): Add links to gmane.emacs.gnus.user and
7346         gmane.emacs.gnus.general.
7348 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7350         * gnus-faq.texi: Use .invalid.
7351         ([5.4]): Fix gnus-posting-styles example.
7353 2006-03-27  Romain Francoise  <romain@orebokech.com>
7355         * faq.texi (Emacs/W3): Rename from `w3-mode'.  Mention that
7356         Emacs/W3 needs a new maintainer.
7357         (Ispell): Update author and version info.
7358         (Mailcrypt): Mention PGG.
7359         (New in Emacs 22): Add PGG to the list of new packages.
7360         Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7361         updating dead URLs.
7363 2006-03-25  Karl Berry  <karl@gnu.org>
7365         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7366         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7367         * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7368         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7369         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7370         * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7371         * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7372         (2) do not indent copyright year list (or anything else).
7374 2006-03-21  Bill Wohler  <wohler@newt.com>
7376         * mh-e.texi (Folders): Various edits.
7378 2006-03-20  Romain Francoise  <romain@orebokech.com>
7380         * gnus.texi (Mail Folders): Grammar fix.
7382 2006-03-19  Bill Wohler  <wohler@newt.com>
7384         * mh-e.texi (Replying): Document Mail-Followup-To.
7385         Change manually-formatted table to multitable.  Add debugging info.
7386         Move description of mh-reply-default-reply-to into paragraph
7387         that describes its values.
7389 2006-03-17  Bill Wohler  <wohler@newt.com>
7391         * mh-e.texi: Use smallexample and smalllisp consistently.
7392         (Sending Mail Tour): Update method of entering
7393         addresses and subject.
7394         (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7395         (Adding Attachments, Searching): Update screenshots for Emacs 22.
7397 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
7399         * org.texi: Version number change only.
7401 2006-03-14  Bill Wohler  <wohler@newt.com>
7403         * mh-e.texi: Add index entries around each paragraph rather than
7404         depend on entries from beginning of node.  Doing so ensures that
7405         index entries are less likely to be forgotten if text is cut and
7406         pasted, and are necessary anyway if the references are on a
7407         separate page.  It seems that makeinfo is now (v. 4.8) only
7408         producing one index entry per node, so there is no longer any
7409         excuse not to.  Use subheading instead of heading.  The incorrect
7410         use of heading produced very large fonts in Info--as large as the
7411         main heading.
7412         (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7413         versions 6 and 7 appeared *around* the time of these Emacs releases.
7415 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
7417         * org.texi (Clean view): Document new startup options.
7419 2006-03-11  Bill Wohler  <wohler@newt.com>
7421         * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7422         (Composing, Scan Line Formats): Fix @refs.
7423         (Getting Started): Define MH profile and MH profile components.
7424         (Incorporating Mail, Reading Mail, Viewing, Printing)
7425         (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7426         (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7427         for string constants.
7428         (Tool Bar): Remove spurious quote.
7429         (Junk): Use ``...'' instead of "...".
7430         (Scan Line Formats): Replace @samp with @kbd.
7432 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7434         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7436 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7438         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7439         easy to understand.
7441 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7443         * gnus.texi: Markup fix.
7444         (Fancy Mail Splitting): Specify new feature.
7446 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7448         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7449         partial-words matching.
7451 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7453         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7455         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7456         (MIME Commands): Fix mm-discouraged-alternatives.
7458 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
7460         * org.texi: Version number change only.
7462 2006-03-06  Bill Wohler  <wohler@newt.com>
7464         * mh-e.texi: Move from SourceForge repository to Savannah.
7465         This is version 7.93, which is a total rewrite from the previous
7466         edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7467         version 7.93.
7469 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7471         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7473 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
7475         * org.texi (Interaction): Add item about `org-mouse.el' by
7476         Piotr Zielinski.
7477         (Managing links): Document that also mouse-1 can be used to
7478         activate a link.
7479         (Headlines, FAQ): Add entry about hiding leading stars.
7480         (Miscellaneous): Resort the sections in this chapter to a more
7481         logical sequence.
7483 2006-02-27  Simon Josefsson  <jas@extundo.com>
7485         * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
7486         2004-01-27 from the trunk).
7488 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7490         * cc-mode.texi: Rename c-hungry-backspace to
7491         c-hungry-delete-backwards, at the request of RMS.  Leave the old
7492         name as an alias.
7494 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7496         * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7497         include the function header within the defun.
7499 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7501         * cc-mode.texi: Correct two typos.
7503 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7505         * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7506         existing comment.
7507         (Electric Keys): Add a justification for electric indentation.
7508         (Hungry WS Deletion): Clear up the names and complications of the
7509         BACKSPACE and DELETE keys.
7511 2006-02-23  Juri Linkov  <juri@jurta.org>
7513         * faq.texi (Common requests): Move `Turning on auto-fill by
7514         default' after `Wrapping words automatically'.  Move `Working with
7515         unprintable characters' before `Searching for/replacing newlines'.
7516         Move `Replacing highlighted text' after `Highlighting a region'.
7517         Merge `Repeating commands' and `Repeating a command as many times
7518         as possible' into the former.
7519         (Packages that do not come with Emacs): Add refs to Gmane and
7520         etc/MORE.STUFF.
7522 2006-02-23  Juri Linkov  <juri@jurta.org>
7524         * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7525         (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7526         Add xref to `(emacs)Reporting Bugs'.
7527         (Getting a printed manual): Add URL to other formats of the manual.
7528         (Common requests): Fix menu.
7529         (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7530         (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7531         (Inserting text at the beginning of each line): Add pxref to
7532         `Changing the included text prefix'.
7533         (Forcing the cursor to remain in the same column): Mention `track-eol'
7534         and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
7535         (Replacing text across multiple files): Add keybinding `Q' for
7536         `dired-do-query-replace'.
7538 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
7540         * reftex.texi: Version number and date change only.
7542         * org.texi (Internal Links): Rewrite to cover the modified
7543         linking system.
7545 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
7547         * faq.texi: Remove the coding cookie, it's not needed anymore.
7549 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7551         * faq.texi (Colors on a TTY): Mention Mac OS port.
7553 2006-02-12  Karl Berry  <karl@gnu.org>
7555         * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7556         8-bit accented a.
7558 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
7560         * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7562 2006-02-08  Romain Francoise  <romain@orebokech.com>
7564         * faq.texi (Top): Remove paragraph about the FAQ being a
7565         transitional document, etc.
7566         (Searching for/replacing newlines): New node.
7567         (Yanking text in isearch): New node.
7568         (Inserting text at the beginning of each line): Rename and make
7569         more general, mention `M-;' in Message mode.
7571 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
7573         * faq.texi (Meta key does not work in xterm)
7574         (Emacs does not display 8-bit characters)
7575         (Inputting eight-bit characters): Update xrefs.
7577 2006-02-06  Romain Francoise  <romain@orebokech.com>
7579         * faq.texi (VM): VM now at version 7.19.
7580         Set myself as maintainer of this file.
7582 2006-02-04  Michael Olson  <mwolson@gnu.org>
7584         * erc.texi (History): Note that ERC is now included with Emacs.
7586 2006-01-31  Romain Francoise  <romain@orebokech.com>
7588         * message.texi (Message Headers): Explain what
7589         `message-alternative-emails' does in more detail.
7590         Update copyright year.
7592 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
7594         * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7596 2006-01-29  Richard M. Stallman  <rms@gnu.org>
7598         * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7600 2006-01-29  Michael Olson  <mwolson@gnu.org>
7602         * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7604         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7606         * faq.texi (New in Emacs 22): Mention ERC.
7608 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
7610         * rcirc.texi: Capitalize dir entry for consistency with the entry
7611         in info/dir and other entries in the Emacs category.
7612         Fix typos.  Delete trailing whitespace.
7614 2006-01-28  Björn Lindström  <bkhl@elektrubadur.se>
7616         * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7618 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7620         * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7621         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7623         * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7624         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7626 2006-01-27  Alex Schroeder  <alex@gnu.org>
7628         * rcirc.texi: New file.
7630 2006-01-23  Juri Linkov  <juri@jurta.org>
7632         * widget.texi (User Interface): Add S-TAB for widget-backward.
7634 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
7636         Sync with Tramp 2.0.52.
7638         * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7639         Add Tramp disabling item.  New item for common connection problems.
7640         (various): Apply "ftp" as method for the download URL.
7641         (Bug Reports): Refer to FAQ for common problems.
7643 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7645         * widget.texi (User Interface): Use @key for TAB.
7647         * ses.texi (Formulas, Printer functions): Use @key for TAB.
7649         * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7650         for TAB.
7652         * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7654 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7656         * gnus.texi: Update copyright.
7658 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7660         * gnus.texi (Article Washing): Additions.
7662 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
7664         * org.texi (Agenda commands): Document tags command.
7666 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7668         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7670 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7672         * gnus.texi (RSS): Addition.
7674 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7676         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7678 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7680         * emacs-mime.texi (Display Customization): Add setting example to
7681         mm-discouraged-alternatives.
7683 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7685         * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7686         version is the canonical version.
7688 2006-01-08  Alex Schroeder  <alex@gnu.org>
7690         * pgg.texi (Caching passphrase): Rewording.
7692 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
7694         * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7695         repository URL.
7697 2006-01-06  Carsten Dominik  <dominik@science.uva.nl>
7699         * org.texi: Removed the accidentally re-added empty line in the
7700         direntry.
7702 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
7704         * org.texi (Agenda Views): Chapter reorganized.
7706 2005-12-29  Romain Francoise  <romain@orebokech.com>
7708         * faq.texi (Using Customize): New node.
7710 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
7712         * org.texi: Remove blank line in @direntry.  It is non-standard
7713         and recursively produces blank lines all over the dir file (when
7714         using Texinfo 4.8).
7716 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
7718         * widget.texi (atoms): Delete obsolete remark about `file' widget.
7720 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
7722         * org.texi (Tags): Boolean logic documented.
7723         (Agenda Views): Document custom commands.
7725 2005-12-20  David Kastrup  <dak@gnu.org>
7727         * faq.texi (AUCTeX): Update version and mailing list info.
7729 2005-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7731         * gnus.texi (MIME Commands): Mention addition of
7732         multipart/alternative to gnus-buttonized-mime-types and add xref
7733         to mm-discouraged-alternatives.
7735         * emacs-mime.texi (Display Customization): Mention addition of
7736         "image/.*" and add xref to gnus-buttonized-mime-types in the
7737         mm-discouraged-alternatives section.
7739 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
7741         * org.texi (Tags): New section.
7742         (Agenda Views): Chapter reorganized.
7744 2005-12-16  Eli Zaretskii  <eliz@gnu.org>
7746         * org.texi (Internal Links): Add a missing comma after an @xref.
7748 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
7750         * faq.texi (Filling paragraphs with a single space): No need to
7751         change sentence-end now.
7753 2005-12-13  Romain Francoise  <romain@orebokech.com>
7755         * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7757 2005-12-12  Jay Belanger  <belanger@truman.edu>
7759         * faq.texi (Calc): Update version number.
7761 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
7763         * org.texi (Progress Logging): New section.
7765 2005-12-10  Romain Francoise  <romain@orebokech.com>
7767         Update the Emacs FAQ for the 22.1 release.
7769         * faq.texi: Set VER to `22.1'.
7770         (Basic editing): Explain how to use localized versions of the
7771         Tutorial.  Mention that `C-h r' displays the manual.
7772         Delete obsolete WWW link to an Emacs 18 tutorial.
7773         (Getting a printed manual): Point to the new locations of the
7774         manuals on the GNU Web site.
7775         (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7776         available via Info (it was previously distributed separately).
7777         (Installing Texinfo documentation): The latest version of Texinfo
7778         is 4.8, not 4.0.
7779         (Informational files for Emacs): COPYING is the GNU General Public
7780         License, not the Emacs General Public License.
7781         (Informational files for Emacs): Delete obsolete link to the
7782         GNUinfo pages as they have been removed from the GNU Web site.
7783         (New in Emacs 22): New node.
7784         (Setting up a customization file): Say that most packages support
7785         Customize nowadays.
7786         (Colors on a TTY): Delete reference to instructions on how to
7787         enable syntax highlighting, it is now enabled by default.
7788         (Turning on abbrevs by default): Emacs now reads the abbrevs file
7789         at startup automatically.
7790         (Controlling case sensitivity): Mention `M-c' in isearch.
7791         (Using an already running Emacs process): Emacs now creates the
7792         socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
7793         gnuserv.  As emacsclient can now run Lisp code as well, delete a
7794         sentence praising gnuserv for that.  Simplify description of how
7795         the client/server operation works.
7796         (Compiler error messages): Delete obsolete text (compile.el has
7797         been rewritten).
7798         (Indenting switch statements): Fix typo.
7799         (Matching parentheses): Simplify setup instructions, mention the
7800         menu bar item in the Options menu.
7801         (Repeating a command as many times as possible): Mention `C-x e'.
7802         (Going to a line by number): Mention new keymap and bindings
7803         `M-g M-g', `M-g M-p' and `M-g M-n'.
7804         (Turning on syntax highlighting): Now on by default.  Simplify.
7805         (Replacing highlighted text): Use `1', not `t'.
7806         (Problems with very large files): The maximum size is now 256MB on
7807         32-bit machines.
7808         (^M in the shell buffer): Mention `comint-process-echoes'.
7809         (Emacs for Apple computers): Emacs 22 has native support for Mac
7810         OS X.
7811         (Translating names to IP addresses): Delete node.
7812         (Binding keys to commands): Fix typo.
7813         (SPC no longer completes file names): New node.
7814         (MIME with Emacs mail packages): Delete section about the Emacs
7815         MIME FAQ (it's not reachable anymore).
7817 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7819         * cc-mode.texi: The manual has been extensively revised: the
7820         information about using CC Mode has been separated from the larger
7821         and more difficult chapters about configuration.  It has been
7822         updated for CC Mode 5.31.
7824 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7826         * pgg.texi (User Commands): Fix description of pgg-verify-region.
7827         (Selecting an implementation): Fix descriptions.
7829 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7831         * message.texi (Various Message Variables): Addition.
7833 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7835         * message.texi: Fix default values.
7837 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7839         * message.texi (Header Commands): Clarify descriptions of
7840         message-cross-post-followup-to, message-reduce-to-to-cc, and
7841         message-insert-wide-reply.
7842         (Various Commands): Fix kindex for message-kill-to-signature;
7843         clarify description of message-tab.
7845 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7847         * message.texi (Mailing Lists): Fix description about MFT.
7849         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7851 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7853         * gnus.texi (Slow Terminal Connection): Replace old description
7854         with new one.
7856 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7858         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7859         replace X-Draft-Headers with X-Draft-From.
7861 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7863         * gnus.texi (Various Various): Fix the default value of
7864         nnheader-max-head-length.
7865         (Gnus Versions): Fix typo.
7867 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
7869         * org.texi (Structure editing): Document new functionality of
7870         M-RET.
7872 2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
7874         * org.texi (Internal Links): Fix Texinfo usage.
7876 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
7878         * org.texi (TODO basics): Document the global todo list.
7879         (TODO items): Documents sparse tree for specific TODO
7880         keywords.
7882 2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
7884         * org.texi (Plain Lists): Typos fixed.
7886 2005-11-28  Jay Belanger  <belanger@truman.edu>
7888         * calc.texi: Change references of `M-#' to `C-x *' prefix.
7890 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
7892         * org.texi (Structure editing): New item moving commands added.
7893         (Plain Lists): New section.
7895 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7897         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7898         (Agenda): Document commands `org-cycle-agenda-files' and
7899         `org-agenda-file-to-front'.
7900         (Built-in table editor): Document `org-table-sort-lines'.
7901         (HTML formatting): Export of hand-formatted lists.
7903 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7905         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7906         new variable gnus-toolbar-thickness.
7908 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7910         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7912 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7914         * gnus.texi (X-Face): Fix description.
7915         (XVarious): Remove gnus-xmas-logo-color-alist and
7916         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7918 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7920         * gnus.texi (Group Parameters): Mention new variable
7921         gnus-parameters-case-fold-search.
7922         (Home Score File): Addition.
7924 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7926         * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
7927         (Overview): List supported feed types.
7928         (Installation): No installation necessary when using autoload.
7929         (Configuration): Rename "RSS" to "news".
7931 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7933         * pgg.texi (User Commands): Document additional passphrase
7934         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7935         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7937 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
7939         * org.texi: Version number changed to 3.19.
7941 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
7943         * pgg.texi (How to use): Update the example to add autoload of
7944         pgg-encrypt-symmetric-region.
7945         (User Commands): Document pgg-encrypt-symmetric-region.
7946         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7948 2005-10-27  Jay Belanger  <belanger@truman.edu>
7950         * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7951         mention other TeX-related units.
7953 2005-10-23  Lars Hansen  <larsh@soem.dk>
7955         * dired-x.texi (Miscellaneous Commands):
7956         Replace dired-do-relative-symlink by dired-do-relsymlink and
7957         dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7959 2005-10-23  Jay Belanger  <belanger@truman.edu>
7961         * calc.texi (Predefined Units): Use `alpha' for the fine structure
7962         constant.
7964 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7966         * faq.texi (Bugs and problems):
7967         Replace `dired-move-to-filename-regexp' by
7968         `directory-listing-before-filename-regexp'.
7970 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
7972         * newsticker.texi (UPDATED): Set value.
7974 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7976         * gnus.texi (Document Groups): Remove duplicate item.
7978 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
7980         * org.texi (Summary): Mention iCalendar support.
7981         (Exporting): Document iCalendar support.
7983 2005-10-18  Romain Francoise  <romain@orebokech.com>
7985         * viper.texi (Viper Specials): Capitalize GNU.
7987 2005-10-17  Juri Linkov  <juri@jurta.org>
7989         * info.texi (Getting Started, Search Index, Expert Info):
7990         Fix wording.
7991         (Search Text): Replace `echo area' with `mode line'.
7992         (Search Index): Both `i' and `,' find all index entries.
7993         Replace example `C-f' with `C-l' (which exists in index of Info
7994         manual) and delete spaces in its keyboard input sequence.
7995         Delete unnecessary explanations about literal characters.
7997 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7999         * gnus.texi (Document Server Internals): Addition.
8001 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8003         * gnus.texi (A note on namespaces): Fix RFC reference.
8005 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8007         * gnus.texi (RSS): Fix key description.
8009 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8011         * gnus.texi: Emacs/w3 -> Emacs/W3.
8012         (Browsing the Web): Fix description.
8013         (Web Searches): Ditto.
8014         (Customizing W3): Ditto.
8016 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8018         * gnus.texi (Maildir): Clarify expire-age and expire-group.
8020 2005-10-11  Jay Belanger  <belanger@truman.edu>
8022         * calc.texi (Integration): Mention using `a i' to compute definite
8023         integrals.
8025 2005-10-11  Juri Linkov  <juri@jurta.org>
8027         * info.texi: Rearrange nodes.
8028         (Top): Update menu.  Change ref `Info for Experts' to
8029         `Advanced Info Commands'.
8030         (Getting Started): Fix description of manual's parts.
8031         (Help-Int): Change xref `Info Search' to `Search Index', and
8032         `Expert Info' to `Advanced'.
8033         (Advanced): Move node one level up.
8034         (Search Text, Search Index): New nodes split out from `Info Search'.
8035         (Go to node, Choose menu subtopic, Create Info buffer): New nodes
8036         split out from `Advanced'.
8037         (Advanced, Emacs Info Variables): De-document editing an Info file
8038         in Info.
8039         (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
8040         (Creating an Info File): Delete node and move its text to
8041         `Expert Info'.
8043 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
8045         * org.texi (Workflow states): Documented that change in keywords
8046         becomes active only after restart of Emacs.
8048 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
8050         Sync with Tramp 2.0.51.
8052 2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
8054         * speedbar.texi (Introduction): Describe new location of speedbar
8055         on menubar.
8056         (Basic Key Bindings): Remove descriptions of bindings that have
8057         been removed.
8059 2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
8061         * speedbar.texi (GDB): Describe use of watch expressions.
8063 2005-09-28  Simon Josefsson  <jas@extundo.com>
8065         * message.texi (IDNA): Fix.
8067 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8069         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
8070         nntp-server-hook, and nntp-warn-about-losing-connection; fix
8071         description of nntp-open-connection-function.
8072         (Common Variables): Fix descriptions.
8074 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8076         * gnus.texi (Server Buffer Format): Document the %a format spec.
8078 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8080         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
8082 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
8084         * org.texi Version 3.16.
8086 2005-09-19  Miles Bader  <miles@gnu.org>
8088         * newsticker.texi: Get rid of CVS keywords.
8090 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8092         * gnus.texi (Finding the Parent): Fix description of how Gnus
8093         finds article.
8095 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
8097         * gnus.texi (Advanced Scoring Examples): New examples to teach how
8098         to drop off non-answered articles.
8100 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
8102         * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
8103         braces (which are unsupported by NMAKE) for macro `srcdir'.
8105 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
8107         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8108         (../info/newsticker, newsticker.dvi): New targets.
8110 2005-09-17  Ulf Jasper  <ulf.jasper@web.de>
8112         * newsticker.texi: Replace @command with @code.  Replace @example
8113         with @lisp.
8114         (Top): Add explanations to menu items.
8115         (GNU Free Documentation License): Remove.
8117 2005-09-16  Romain Francoise  <romain@orebokech.com>
8119         Update all files to specify GFDL version 1.2.
8121         * doclicense.texi (GNU Free Documentation License): Update to
8122         version 1.2.
8124 2005-09-15  Richard M. Stallman  <rms@gnu.org>
8126         * newsticker.texi: Fix @setfilename.
8128         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8129         (../info/newsticker, newsticker.dvi): New targets.
8131 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
8133         * org.texi: Version 3.15.
8135 2005-08-29  Luc Teirlinck  <teirllm@auburn.edu>
8137         * ses.texi: Combine all three indices into one.
8138         Correct a few typos.
8140 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8142         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
8144 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8146         * emacs-mime.texi (Handles): Remove duplicate item.
8147         (Encoding Customization): Fix the default value for
8148         mm-coding-system-priorities.
8149         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
8150         (Basic Functions): Fix reference.
8152 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8154         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
8156 2005-08-18  Richard M. Stallman  <rms@gnu.org>
8158         * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
8159         and web site.
8161         * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
8162         not keyboard-translate.
8164 2005-08-11  Richard M. Stallman  <rms@gnu.org>
8166         * faq.texi (Using regular expressions): Fix xref.
8168 2005-08-09  Juri Linkov  <juri@jurta.org>
8170         * info.texi (Help-P): Replace `Prev' with `Previous'.
8171         (Help-M, Help-Xref): Add S-TAB.
8172         (Help-FOO): Update `u' command.
8173         (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8174         Update info about visibility of xref parts.
8175         (Help-Int): Fix `m' command.  Rename `Info-last' to
8176         `Info-history-back'.  Add `Info-history-forward'.
8177         (Advanced): Fix `g*' and `M-n' commands.
8178         (Info Search): Add `index-apropos' in stand-alone browser.
8179         Add isearch commands.
8180         (Emacs Info Variables): Remove `Info-fontify'.
8181         Add `Info-mode-hook'.  Update face names.
8182         Add `Info-fontify-maximum-menu-size',
8183         `Info-fontify-visited-nodes', `Info-isearch-search'.
8185 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
8187         Sync with Tramp 2.0.50.
8189         * tramp.texi: Use @option{} consequently for method names.
8190         (Inline methods, External transfer methods): Remove references to
8191         Cygwin.
8192         (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8193         implementation.
8195 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
8197         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8198         Mention that gnus-init-file is not read when Emacs is invoked with
8199         --no-init-file or -q.
8201 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
8203         * org.texi: Version 3.14.
8205 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
8207         * org.texi: Version 3.13.
8209 2005-07-18  Juri Linkov  <juri@jurta.org>
8211         * calc.texi (Time Zones, Logical Operations):
8212         * cl.texi (Overview):
8213         * org.texi (TODO types):
8214         * sc.texi (Emacs 18 MUAs):
8215         * speedbar.texi (Top):
8216         * url.texi (History):
8217         Delete duplicate duplicate words.
8219 2005-07-16  Johan Bockgård  <bojohan@users.sourceforge.net>  (tiny change)
8221         * cl.texi (Type Predicates): Document `atom' type.
8223 2005-07-04  Lute Kamstra  <lute@gnu.org>
8225         Update FSF's address in GPL notices.
8227         * calc.texi (Copying):
8228         * doclicense.texi (GNU Free Documentation License):
8229         * faq.texi (Contacting the FSF):
8230         * mh-e.texi (Copying): Update FSF's address.
8232 2005-07-03  Richard M. Stallman  <rms@gnu.org>
8234         * flymake.texi (Example -- Configuring a tool called directly):
8235         Update name of flymake-build-relative-filename.
8237 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8239         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8241 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
8243         * org.texi: Version 3.12.
8245 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
8247         * makefile.w32-in (MAKEINFO): Use --force.
8248         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8249         Makefile.in.
8250         (gnus.dvi): Use "..." to quote Sed args, so that it works with
8251         more shells.
8253 2005-06-23  Richard M. Stallman  <rms@gnu.org>
8255         * speedbar.texi (Creating a display): Texinfo usage fixes.
8257         * tramp.texi (Customizing Completion, Auto-save and Backup):
8258         Texinfo usage fixes.
8260 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
8262         * dired-x.texi (Miscellaneous Commands):
8263         * ediff.texi (Miscellaneous):
8264         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8265         (Agent Variables):
8266         * info.texi (Help-Xref):
8267         * message.texi (Message Headers):
8268         * org.texi (Remember):
8269         * reftex.texi (Options (Defining Label Environments)):
8270         (Options (Index Support)):
8271         (Options (Viewing Cross-References)):
8272         (Options (Misc)):
8273         (Changes):
8274         * speedbar.texi (Creating a display):
8275         * tramp.texi (Customizing Completion, Auto-save and Backup):
8276         Texinfo usage fix.
8278 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
8280         * org.texi: Version 3.11.
8282 2005-06-12  Jay Belanger  <belanger@truman.edu>
8284         * calc.texi (Getting Started): Remove extra menu item.
8286 2005-05-31  Jay Belanger  <belanger@truman.edu>
8288         * calc.texi (Notations Used in This Manual): Use @kbd for key
8289         sequence.
8290         (Demonstration of Calc): Mention another way of starting Calc.
8291         (Starting Calc): Mention long name of M-#.
8292         (Embedded Mode Overview): Remove unnecessary instruction.
8293         (Other M-# commands): Rephrase `M-# 0' explanation.
8294         (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8295         reflect current behavior.
8297 2005-05-30  Jay Belanger  <belanger@truman.edu>
8299         * calc.texi (Hooks): Change description of calc-window-hook and
8300         calc-trail-window-hook to match usage.
8301         (Computational Functions): Add more constant-generating functions.
8302         (Customizable Variables): Use defvar.
8304 2005-05-28  Jay Belanger  <belanger@truman.edu>
8306         * calc.texi (Assignments in Embedded Mode): Fix variable name.
8307         (Basic Embedded Mode): Explain behavior of arguments to
8308         calc-embedded-mode.
8310 2005-05-27  Jay Belanger  <belanger@truman.edu>
8312         * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8313         current behavior.
8315 2005-05-25  Jay Belanger  <belanger@truman.edu>
8317         * calc.texi: Change Calc version number throughout.
8318         (Keypad Mode): Change location in info output.
8319         (Keypad mode overview): Move picture of keypad.
8321 2005-05-21  Jay Belanger  <belanger@truman.edu>
8323         * calc.texi (Storing variables): Mention that only most variables
8324         are void to begin with.
8326 2005-05-21  Kevin Ryde  <user42@zip.com.au>
8328         * widget.texi (Basic Types): Update cross ref from "Enabling
8329         Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8330         lispref/text.texi change.
8332 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
8334         * org.texi: Version 3.09.
8336 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
8338         * reftex.texi: Version 4.28.
8340 2005-05-16  Jay Belanger  <belanger@truman.edu>
8342         * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8344 2005-05-14  Jay Belanger  <belanger@truman.edu>
8346         * calc.texi (Default Simplifications): Insert missing ! (logical
8347         not operator).
8349 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
8351         Sync with Tramp 2.0.49.
8353 2005-05-10  Jay Belanger  <belanger@truman.edu>
8355         * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8356         to 1.
8358 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
8360         * org.texi: Version 3.08, structure reorganized.
8362 2005-04-24  Richard M. Stallman  <rms@gnu.org>
8364         * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8366 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
8368         * org.texi: Update to version 3.06.
8370 2005-04-13  Lute Kamstra  <lute@gnu.org>
8372         * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8374 2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
8376         * cl.texi (Porting Common Lisp): Fix typo.
8378 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8380         * gnus.texi (RSS): Addition.
8382 2005-04-04  Jay Belanger  <belanger@truman.edu>
8384         * calc.texi: Change Calc version number.
8385         (Customizable variables): Fix description of calc-language-alist.
8386         (Copying): Put in version 2 of GPL.
8388 2005-04-01  Jay Belanger  <belanger@truman.edu>
8390         * calc.texi (Troubleshooting Commands): Remove comment about
8391         installation.
8392         (Installation): Remove section.
8393         (Customizable Variables): New section.
8394         (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8395         (Graphical Devices): Add references to Customizable Variables.
8397 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8399         * emacs-mime.texi (Display Customization): Markup fixes.
8400         (rfc2047): Update.
8402 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8404         * gnus-faq.texi: Replaced with auto-generated version.
8406 2005-03-26  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8408         * dired-x.texi (Multiple Dired Directories): default-directory was
8409         renamed to dired-default-directory.
8411 2005-03-26  Jay Belanger  <belanger@truman.edu>
8413         * calc.texi (Simplifying Formulas, Rewrite Rules):
8414         Change description of top and bottom of fraction.
8415         (Modulo Forms): Move description of how to create modulo forms to
8416         earlier in the section.
8417         (Fraction Mode): Suggest using : to get a fraction by dividing.
8418         (Basic Arithmetic): Adjust placement of command name.
8419         (Truncating the Stack): Emphasize that "hidden" entries are still
8420         visible.
8421         (Installation): Move discussion of printing manual to "About This
8422         Manual".
8423         (About This Manual): Mention how to print the manual.
8424         (Reporting Bugs): Remove first person.
8425         (Building Vectors): Add algebraic version of append.
8426         (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8427         (Grouping Digits): Fix typo.
8429 2005-03-25  Werner Lemberg  <wl@gnu.org>
8431         * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8432         Replace `legal' with `valid'.
8434 2005-03-25  Werner Lemberg  <wl@gnu.org>
8436         * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8438 2005-03-24  Jay Belanger  <belanger@truman.edu>
8440         * calc.texi (General Mode Commands)
8441         (Mode Settings in Embedded Mode): Add some explanation of
8442         recording mode settings.
8444 2005-03-24  Richard M. Stallman  <rms@gnu.org>
8446         * calc.texi: Remove praise of non-free software.
8448         * idlwave.texi: Don't say where to get IDL or its non-free manual.
8449         (Installation): Node deleted.
8451 2005-03-23  Richard M. Stallman  <rms@gnu.org>
8453         * url.texi (HTTP language/coding): Improve last change.
8455 2005-03-22  Jay Belanger  <belanger@truman.edu>
8457         * calc.texi (Embedded Mode): Add new information on changing
8458         modes.
8460 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
8462         Sync with Tramp 2.0.48.
8464         * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8466         * tramp.texi: Replace "Emacs" by "GNU Emacs".  Replace "Linux" by
8467         "GNU/Linux".  Change all addresses to .gnu.org.
8468         (Default Method): Offer shortened syntax for "su" and "sudo"
8469         methods.
8471 2005-03-07  Richard M. Stallman  <rms@gnu.org>
8473         * url.texi: Fix usage of "e.g.".
8474         (HTTP language/coding): Explain the rules for these strings.
8476 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8478         * woman.texi (Introduction): Minor cleanups.
8480         * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8482         * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8483         (Installation): Node deleted.
8485         * mh-e.texi (Preface): Get rid of "Emacs 21".
8487         * eshell.texi (Installation): Delete node (for Emacs 20).
8489 2005-03-05  Thien-Thi Nguyen  <ttn@gnu.org>
8491         * flymake.texi: Refill and tweak style in @lisp blocks.
8493 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8495         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8497 2005-03-01  Jay Belanger  <belanger@truman.edu>
8499         * calc.texi (Trigonometric and Hyperbolic Functions):
8500         Mention additional functions.
8501         (Algebraic Simplifications): Mention additional simplifications.
8503 2005-02-18  Jonathan Yavner  <jyavner@member.fsf.org>
8505         * ses.texi: Add concept/function/variable indices (this work was
8506         donated by Brad Collins <brad@chenla.org>, copyright-assignment
8507         papers on file at FSF).
8509 2005-02-10  Jay Belanger  <belanger@truman.edu>
8511         * calc.texi: Change @LaTeX to La@TeX throughout.
8512         Redefine @expr as @math for TeX output.
8513         Redefine @texline as a no-op for TeX output.
8514         Define @tfn, replace @t by @tfn throughout.
8516 2005-02-09  Jay Belanger  <belanger@truman.edu>
8518         * calc.texi: Add macro for LaTeX for info output.
8520 2005-02-08  Kim F. Storm  <storm@cua.dk>
8522         * texinfo.tex (LaTex): Add def.
8524 2005-02-06  Jay Belanger  <belanger@truman.edu>
8526         * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8527         change name to "TeX and LaTeX Language Modes."  Mention LaTeX mode
8528         throughout manual.
8530 2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8532         * gnus.texi: Some edits based on comments from David Abrahams.
8534 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8536         * gnus.texi (RSS): Fix the keystroke.
8538 2005-01-24  David Kastrup  <dak@gnu.org>
8540         * faq.texi: Update AUCTeX version info.
8542 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8544         * gnus-faq.texi ([4.1]): Typo.
8546 2005-01-19  Jay Belanger  <belanger@truman.edu>
8548         * calc.texi (Keep Arguments): Mention that keeping arguments
8549         doesn't work with keyboard macros.
8551 2005-01-16  Richard M. Stallman  <rms@gnu.org>
8553         * autotype.texi (Autoinserting): Fix small error.
8555 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
8557         Sync with Tramp 2.0.47.
8559         * tramp.texi (Compilation): New section, describing compilation of
8560         remote files.
8562 2005-01-11  Kim F. Storm  <storm@cua.dk>
8564         * widget.texi (Basic Types): Add :follow-link keyword.
8566 2005-01-09  Jay Belanger  <belanger@truman.edu>
8568         * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8570 2005-01-08  Jay Belanger  <belanger@truman.edu>
8572         * calc.texi: Change throughout to reflect new default value of
8573         calc-settings-file.
8575 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8577         * message.texi (Reply): `message-reply-to-function' should return
8578         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8580 2005-01-06  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8582         * faq.texi (Changing load-path): Fix typo.
8584 2005-01-05  Jay Belanger  <belanger@truman.edu>
8586         * calc.texi (Programming Tutorial): Replace kbd command by
8587         appropriate characters for a keyboard macro.
8589 2005-01-04  Jay Belanger  <belanger@truman.edu>
8591         * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8592         for Lucid Emacs.
8593         (Programming Tutorial): Mention that the user needs to be in the
8594         right mode to compute some functions.
8596 2005-01-04  Jay Belanger  <belanger@truman.edu>
8598         * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8599         no longer applicable.
8601 2005-01-01  Jay Belanger  <belanger@truman.edu>
8603         * calc.texi (Programming Tutorial): Change description of how to
8604         edit keyboard macros to match current behavior.
8606 2004-12-31  Jay Belanger  <belanger@truman.edu>
8608         * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8610 2004-12-20  Jay Belanger  <belanger@truman.edu>
8612         * calc.texi (Types Tutorial): Emphasize that you can't divide by
8613         zero.
8615 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
8617         * cc-mode.texi (Text Filling and Line Breaking): Put period after
8618         @xref.
8619         (Font Locking): Avoid @strong{Note:}.
8621 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
8623         Sync with Tramp 2.0.46.
8625         * tramp.texi (bottom): Add arch-tag.  It was lost, somehow.
8627 2004-12-16  Luc Teirlinck  <teirllm@auburn.edu>
8629         * url.texi: Correct typos.
8630         (Retrieving URLs): @var{nil}->@code{nil}.
8631         (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
8632         the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8633         (Dealing with HTTP documents): @inforef->@xref.
8635 2004-12-15  Jay Belanger  <belanger@truman.edu>
8637         * calc.texi: Consistently capitalized all mode names.
8638         (Answers to Exercises): Mention that an answer can be a fraction
8639         when in Fraction mode.
8641 2004-12-13  Jay Belanger  <belanger@truman.edu>
8643         * calc.texi: Fix some TeX definitions.
8645 2004-12-09  Luc Teirlinck  <teirllm@auburn.edu>
8647         * reftex.texi (Imprint): Remove erroneous @value's.
8649 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8651         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8652         (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8654 2004-12-08  Jay Belanger  <belanger@truman.edu>
8656         * calc.texi (Starting Calc): Remove comment about installation.
8657         (Keypad Mode Overview): Remove comment about Emacs 19 support.
8659 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8661         * url.texi: Update @setfilename.
8662         (Getting Started): No need to worry about Gnus versions.
8663         (Dealing with HTTP documents): Use @inforef.
8665         * org.texi: Fix @direntry file name.
8667 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8669         * url.texi: New file.
8671         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8673 2004-12-06  Jay Belanger  <belanger@truman.edu>
8675         * calc.texi (Using Calc): Remove paragraph about installation.
8677 2004-12-06  Jay Belanger  <belanger@truman.edu>
8679         * calc.texi: Use more Texinfo macros and less TeX defs.
8680         Remove @refill's.
8682 2004-12-06  Richard M. Stallman  <rms@gnu.org>
8684         * org.texi: New file.
8686 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8688         * Makefile.in (org.dvi, ../info/org): New targets.
8689         (INFO_TARGETS): Add ../info/org.
8690         (DVI_TARGETS): Add org.dvi.
8691         (maintainer-clean): Remove the info files in the info dir.
8693 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
8695         * idlwave.texi: Fix the setfilename directive to put the produced
8696         file in ../info.
8697         (Continued Statement Indentation): Resurrect Jan D.'s change from
8698         2004-11-03 that was lost when a newer version of idlwave.texi was
8699         imported.
8701 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8703         * gnus-faq.texi ([5.1]): Add missing bracket.
8705         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8706         Index `spam-initialize'.
8708 2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8710         * message.texi (Various Message Variables): Mention that all mail
8711         file variables are derived from `message-directory'.
8713         * gnus.texi (Splitting Mail): Clarify bogus group.
8715 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8717         * emacs-mime.texi (Encoding Customization):
8718         Fix mm-coding-system-priorities entry.
8720 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
8722         * idlwave.texi (Continued Statement Indentation):
8723         * reftex.texi (Options (Index Support)):
8724         (Displaying and Editing the Index, Table of Contents):
8725         * speedbar.texi (Creating a display, Major Display Modes):
8726         Replace non-nil with non-@code{nil}.
8728 2004-10-21  Jay Belanger  <belanger@truman.edu>
8730         * calc.texi (Algebraic-Style Calculations): Remove a comment.
8732 2004-10-18  Luc Teirlinck  <teirllm@auburn.edu>
8734         * calc.texi (Reporting Bugs): Double up `@'.
8736 2004-10-18  Jay Belanger  <belanger@truman.edu>
8738         * calc.texi (Reporting Bugs): Change the address that bugs
8739         should be sent to.
8741 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8743         * gnus.texi (New Features): Add 5.11.
8745         * message.texi (Resending): Remove wrong default value.
8747         * gnus.texi (Mail Source Specifiers): Describe possible problems
8748         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
8749         `pop3-leave-mail-on-server' to the index.
8751 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8753         * message.texi (Canceling News): Add how to set a password.
8755 2004-10-12  Jay Belanger  <belanger@truman.edu>
8757         * calc.texi (Help Commands): Change the descriptions of
8758         calc-describe-function and calc-describe-variable to match their
8759         current behavior.
8761 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8763         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8765 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
8767         Sync with Tramp 2.0.45.
8769         * tramp.texi (Frequently Asked Questions): Comment paragraph about
8770         plink link.  The URL is outdated.  Originator contacted for
8771         clarification.
8773 2004-10-10  Juri Linkov  <juri@jurta.org>
8775         * gnus.texi (Top, Marking Articles): Join two menus in one node
8776         because a node can have only one menu.
8778 2004-10-09  Juri Linkov  <juri@jurta.org>
8780         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8781         example of nnmail-split-fancy.
8783 2004-10-06  Karl Berry  <karl@gnu.org>
8785         * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8786         consistency with other uses of dashes.
8788 2004-10-05  Karl Berry  <karl@gnu.org>
8790         * info.texi: Consistently use --- throughout, periods at end of
8791         menu descriptions, and a couple typos.
8793 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8795         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8796         * pgg.texi (User Commands, Backend methods): Do.
8797         * gnus.texi: Markup fixes.
8798         (Setting Process Marks): Fix `M P a' entry.
8799         * emacs-mime.texi: Fixes.
8801 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8803         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8804         again.
8805         Use 5.10 instead of 5.10.0.
8807 2004-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8809         * gnus.texi (Summary Mail Commands): S D e.
8811 2004-09-20  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
8813         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8814         the gnus-article-mode-line-format section.
8816 2004-09-20  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8818         * gnus.texi (Various Summary Stuff): Fix the documentation for
8819         gnus-newsgroup-variables.
8821 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8823         * gnus.texi (MIME Commands):
8824         Add gnus-mime-display-multipart-as-mixed,
8825         gnus-mime-display-multipart-alternative-as-mixed,
8826         gnus-mime-display-multipart-related-as-mixed.
8827         (Mail Source Customization): Clarify `mail-source-directory'.
8828         (Splitting Mail): Mention gnus-group-find-new-groups.
8829         (SpamOracle): Fix typo.
8831         * gnus-faq.texi: Untabify.
8832         ([6.3]): nnir.el is in contrib directory.
8834         * message.texi (News Headers): Clarify how a unique ID is created.
8836         * gnus.texi (Batching Agents): Fix typo in example.
8837         Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8839 2004-09-20  Andre Srinivasan  <andre@e2open.com>  (tiny change)
8841         * gnus.texi (Group Parameters): Add more on hooks.
8843 2004-09-20  Florian Weimer  <fw@deneb.enyo.de>
8845         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8847 2004-09-22  Jay Belanger  <belanger@truman.edu>
8849         * calc.texi (Vectors as Lists): Add a warning that the tutorial
8850         might be hidden during part of the session.
8852 2004-09-20  Jay Belanger  <belanger@truman.edu>
8854         * calc.texi (Notations Used in This Manual): Put in an earlier
8855         mention that DEL could be called Backspace.
8857 2004-09-10  Simon Josefsson  <jas@extundo.com>
8859         * gnus.texi (IMAP): Add example.  Suggested and partially written
8860         by Steinar Bang <sb@dod.no>.
8862 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8864         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8865         netrc syntax.
8867 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8869         * gnus.texi (Spam ELisp Package Sequence of Events):
8870         Some clarifications.
8871         (Spam ELisp Package Global Variables): More clarifications.
8873 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8875         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8876         Mention spam-split does not modify incoming mail.
8878 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8880         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8882 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
8884         * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8886 2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8888         * makefile.w32-in (sieve, pgg): Use $(infodir).
8890 2004-09-08  Dhruva Krishnamurthy  <dhruva.krishnamurthy@gmail.com>  (tiny change)
8892         * makefile.w32-in: Fix PGG and Sieve entries.
8894 2004-08-28  Eli Zaretskii  <eliz@gnu.org>
8896         * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8897         Emacs and related programs.
8899 2004-08-27  Richard M. Stallman  <rms@gnu.org>
8901         * faq.texi: Fix texinfo usage, esp. doublequotes.
8902         (Difference between Emacs and XEmacs): Some clarification.
8904         * faq.texi (Difference between Emacs and XEmacs):
8905         Explain not to contrast XEmacs with GNU Emacs.
8907 2004-08-26  Richard M. Stallman  <rms@gnu.org>
8909         * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8911 2004-08-22  David Kastrup  <dak@gnu.org>
8913         * reftex.texi (AUCTeX): Update links, section name.
8915         * faq.texi (Calc): Update availability (included in 22.1).
8916         (AUCTeX): Update availability, information, versions, description.
8918 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
8920         * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8922 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
8924         * cc-mode.texi: Various updates for CC Mode 5.30.9.
8926 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
8928         Sync with Tramp 2.0.44.
8930 2004-08-05  Lars Hansen  <larsh@math.ku.dk>
8932         * widget.texi (User Interface): Update how to separate the
8933         editable field of an editable-field widget from other widgets.
8934         (Programming Example): Add text after field.
8936 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8938         * emacs-mime.texi (Encoding Customization): Add a note to the
8939         mm-content-transfer-encoding-defaults entry.
8940         (rfc2047): Update.
8942         * gnus.texi (Article Highlighting):
8943         Add gnus-cite-ignore-quoted-from.
8944         (POP before SMTP): New node.
8945         (Posting Styles): Addition.
8946         (Splitting Mail): Add nnmail-split-lowercase-expanded.
8947         (Fancy Mail Splitting): Ditto.
8948         (X-Face): Add gnus-x-face.
8950 2004-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
8952         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8953         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8955 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8957         * gnus.texi (Mail Source Specifiers):
8958         Describe `pop3-leave-mail-on-server'.
8960 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
8962         * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8964         * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8965         repository.  Change setfilename.
8967         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8969 2004-07-02  Juri Linkov  <juri@jurta.org>
8971         * pcl-cvs.texi (Viewing differences): Add `d r'.
8973 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
8975         * ses.texi, viper.texi, flymake.texi, faq.texi:
8976         * eshell.texi, ediff.texi: Markup fixes.
8978 2004-06-21  Karl Berry  <karl@gnu.org>
8980         * info.texi (Top): Mention that only Emacs has mouse support.
8981         (Getting Started): Mention this in a few other places.
8983 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8985         * autotype.texi (Copyrights, Timestamps):
8986         Recommend `before-save-hook' instead of `write-file-functions'.
8988 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8990         * dired-x.texi (dired-mark-omitted): Update keybinding.
8992 2004-06-10  Kim F. Storm  <storm@cua.dk>
8994         * pcl-cvs.texi (Viewing differences): Add 'd y'.
8996 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8998         * dired-x.texi (variable dired-omit-mode): Rename from
8999         dired-omit-files-p.
9000         (function dired-omit-mode): Rename from dired-omit-toggle.
9001         Call dired-omit-mode rather than set dired-omit-files-p.
9002         (dired-mark-omitted): Describe command.
9004 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
9006         Version 2.0.41 of Tramp released.
9008 2004-05-29  Juanma Barranquero  <lektu@terra.es>
9010         * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
9011         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9013 2004-05-29  Richard M. Stallman  <rms@gnu.org>
9015         * cl.texi (Top): Call this chapter `Introduction'.
9016         (Overview): In TeX, no section heading here.
9018         * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
9020 2004-05-29  Eli Zaretskii  <eliz@gnu.org>
9022         * Makefile.in (../info/flymake, flymake.dvi): New targets.
9023         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9025 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
9027         * flymake.texi: New file.
9029 2004-05-28  Simon Josefsson  <jas@extundo.com>
9031         * smtpmail.texi (Authentication): Improve STARTTLS discussion.
9033 2004-05-07  Kai Großjohann  <kai@emptydomain.de>
9035         Version 2.0.40 of Tramp released.
9037 2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>
9039         Complete rework, based on review by Karl Berry <karl@gnu.org>.
9041         * tramp.texi (Auto-save and Backup): Explain exploitation of new
9042         variables `tramp-backup-directory-alist' and
9043         `tramp-bkup-backup-directory-info'.
9044         (Overview, Connection types)
9045         (External transfer methods, Default Method)
9046         (Windows setup hints): Remove restriction of password entering
9047         with external methods.
9048         (Auto-save and Backup): Make file name example
9049         (X)Emacs neutral.  In case of XEmacs, `bkup-backup-directory-info'
9050         and `auto-save-directory' must be used.
9051         (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
9052         only "NT").  Remove doubled entry "What kinds of systems does
9053         @tramp{} work on".
9054         (tramp): Macro removed.
9055         (Obtaining Tramp): Flag removed from title.
9056         (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
9057         and `trampver' used properly.  Flag `tramp-inst' replaced by
9058         `installchapter'.  Installation related text adapted.
9060 2004-04-28  Masatake YAMATO  <jet@gyve.org>
9062         * widget.texi (Programming Example): Remove overlays.
9064 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
9066         * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
9068 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9070         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9072 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
9074         * info.texi (Info Search): Add info-apropos.
9076 2004-03-22  Juri Linkov  <juri@jurta.org>
9078         * faq.texi: Fix help key bindings.
9080 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
9082         * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
9083         (as suggested by Karl Berry).  Update information about colored
9084         stars in menus.  Add new subheading describing M-n.
9086 2004-03-12  Richard M. Stallman  <rms@gnu.org>
9088         * cl.texi (Top): Rename top node's title.
9090 2004-03-08  Karl Berry  <karl@gnu.org>
9092         * info.texi: \input texinfo.tex instead of just texinfo, to avoid
9093         problems making the texinfo distribution.
9095 2004-02-29  Simon Josefsson  <jas@extundo.com>
9097         * smtpmail.texi (Authentication): Change the list of supported
9098         authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
9099         CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
9100         <voegelas@gmx.net>.
9102 2004-02-29  Juanma Barranquero  <lektu@terra.es>
9104         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9105         Use $(DEL) instead of rm, and ignore exit code.
9107 2004-02-29  Kai Großjohann  <kgrossjo@eu.uu.net>
9109         Tramp version 2.0.39 released.
9111 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
9113         * tramp.texi (Customizing Completion): Explain new functions
9114         `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
9115         (all): Savannah URLs unified to "http://savannah.nongnu.org".
9116         (Top): Refer to Savannah mailing list as the major one.
9117         Mention older mailing lists in HTML mode only.
9118         (Auto-save and Backup): Add auto-save.  Based on wording of Kai.
9119         (Frequently Asked Questions): Remote hosts must not be Unix-like
9120         for "smb" method.
9121         (Password caching): New node.
9122         (External transfer methods): Refer to password caching for "smb"
9123         method.
9125 2004-02-17  Karl Berry  <karl@gnu.org>
9127         * info.texi (Help-Int): Mention the new line number feature.
9129 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
9131         * ses.texi (Advanced Features): New functionality for
9132         ses-set-header-row (defaults to current row unless C-u used).
9133         (Acknowledgements): Add Stefan Monnier.
9135 2003-12-29  Kevin Ryde  <user42@zip.com.au>
9137         * viper.texi (Vi Macros): Fix reference to the Emacs manual.
9139 2003-11-30  Kai Großjohann  <kai.grossjohann@gmx.net>
9141         Tramp version 2.0.38 released.
9143         * tramp.texi (Remote shell setup): Warn of environment variables
9144         FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
9145         <sven.gabriel@imk.fzk.de>.
9146         (Configuration): Tramp now chooses base64/uuencode
9147         automatically.  Update wording accordingly.
9148         (Top): More description for the `Default Method' menu entry.
9149         (Default Method): Use @code, not @var, for Lisp variables.
9150         (Default Method): New subsection `Which method is the right one
9151         for me?'  Suggested by Christian Kirsch.
9152         (Configuration): Pointer to new subsection added.
9153         (Default Method): Too many "use" in one sentence.
9154         Rephrase.  Reported by Christian Kirsch.
9155         (Filename Syntax): Old `su' example is probably a left-over from
9156         the sm/su method naming.  Replace with `ssh', instead.
9157         (External transfer methods, Auto-save and Backup):
9158         Typo fixes.
9160 2003-11-02  Michael Albinus  <Michael.Albinus@alcatel.de>
9162         * tramp.texi (all): Harmonize all occurrences of @tramp{}.
9163         (Top): Mention japanese manual only if flag `jamanual' is set.
9164         Insert section `Japanese manual' in menu.
9166 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
9168         * eshell.texi (Known Problems): Add doc item.
9170 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9172         * cc-mode.texi: Update for CC Mode 5.30.
9174         Note: Please refrain from doing purely cosmetic changes like
9175         removing trailing whitespace in this manual; it clobbers cvs
9176         merging for no good reason.
9178 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9180         * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9181         * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9182         @acronym{ASCII}.
9184 2003-10-26  Karl Berry  <karl@gnu.org>
9186         * info.texi (Info Search): Echo area, not echo are.  From Debian
9187         diff.
9189 2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
9191         * widget.texi (Defining New Widgets): Document new behavior of
9192         :buttons and :children keywords.
9194 2003-10-22  Miles Bader  <miles@gnu.org>
9196         * Makefile.in (info): Move before $(top_srcdir)/info.
9198 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
9200         * tramp.texi (Inline methods): Small grammar fix.
9201         (External transfer methods): Likewise.
9203 2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
9205         * speedbar.texi: Remove paragraph for GUD that is no longer true.
9207 2003-10-06  Luc Teirlinck  <teirllm@auburn.edu>
9209         * texinfo.tex: Replace `%' in arch tagline by @ignore.
9211 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9213         * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9215         * widget.texi (User Interface): Fix typos.
9217         * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9219 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
9221         * pcl-cvs.texi (Selected Files): Fix typo.
9223 2003-09-21  Karl Berry  <karl@gnu.org>
9225         * info.texi (] and [ commands): No period at end of section title.
9227 2003-09-04  Miles Bader  <miles@gnu.org>
9229         * Makefile.in (top_srcdir): New variable.
9230         ($(top_srcdir)/info): New rule.
9231         (info): Depend on it.
9233 2003-09-03  Peter Runestig  <peter@runestig.com>
9235         * makefile.w32-in: New file.
9237 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
9239         * widget.texi (User Interface): Explain the need of static text
9240         around an editable field.
9242 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9244         * widget.texi (Basic Types): The argument to `:help-echo' can now
9245         be a form that evaluates to a string.
9247 2003-08-18  Kim F. Storm  <storm@cua.dk>
9249         * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9251 2003-08-16  Richard M. Stallman  <rms@gnu.org>
9253         * dired-x.texi (Shell Command Guessing): Explain *.
9255 2003-08-16  Chunyu Wang  <spr@db.cs.hit.edu.cn>  (tiny change)
9257         * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9258         log-edit-insert-changelog.
9260 2003-08-03  Karl Berry  <karl@gnu.org>
9262         * info.texi: Need @contents.
9264 2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
9266         Tramp version 2.0.36 released.
9268         * tramp.texi (Remote shell setup): Explain about problems with
9269         non-Bourne commands in ~/.profile and ~/.shrc.
9271 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
9273         * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9274         renaming of `vis-mode' to `visible-mode'.
9276 2003-07-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
9278         * info.texi (Top, Help-Small-Screen): Remove accidentally added
9279         next, prev and up pointers.
9281 2003-07-02  Luc Teirlinck  <teirllm@mail.auburn.edu>
9283         * info.texi (Help): Mention existence of Emacs and stand-alone
9284         Info at the very beginning of the tutorial.
9285         (Help-Inv): New node.
9286         (Help-]): New node.
9287         (Help-M): Systematically point out the differences between default
9288         Emacs and stand-alone versions.  Delete second menu.
9289         (Help-Xref): Systematically point out the differences between
9290         default Emacs and stand-alone versions.
9291         (Help-Int): Change `l' example.
9292         (Expert Info): Fix typos.
9293         (Emacs Info Variables): Mention `Info-hide-note-references' and
9294         new default for `Info-scroll-prefer-subnodes'.
9296 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
9298         Version 2.0.35 of Tramp released.
9300         * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9301         (Inline methods): Add methods `remsh' and `plink1'.
9302         (External transfer methods): Add method `remcp'.
9303         (Multi-hop Methods): Add method `remsh'.
9304         Small patch from Adrian Aichner <adrian@xemacs.org>:
9305         Fix minor typos.
9306         (Concept Index): Add to make manual searchable via
9307         `Info-index'.
9308         (Version Control): Add cindex entry.
9310 2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
9312         * trampver.texi: Version 2.0.34 released.
9314 2003-05-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
9316         * faq.texi: Improve previous changes.
9318 2003-05-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
9320         * faq.texi: Update copyright and maintenance details.
9321         Update some package URLs, versions, and maintainers.
9322         Remove many references to the Emacs Lisp Archive.
9324 2003-04-23  Simon Josefsson  <jas@extundo.com>
9326         * smtpmail.texi: Fix license (the invariant sections mentioned has
9327         never been part of the smtp manual).  Align info dir entry with
9328         other emacs packages.
9330 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
9332         * tramp.texi: Version 2.0.33 released.
9333         Remove installation chapter.  Remove XEmacs specifics.
9335 2003-03-29  Richard M. Stallman  <rms@gnu.org>
9337         * tramp.texi (Top): Undo the previous renaming.
9338         (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9340 2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
9342         * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9343         version of manual.
9345         * tramp.texi (Auto-save and Backup): New node.
9347 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
9349         * tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
9350         Emacs" in order to have better differentiation to "XEmacs".
9351         `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9352         are new macros in order to point to the other Emacs flavor where
9353         appropriate.  In info case, point to node `Installation' in order
9354         to explain how to generate the other way.  In html case, make a
9355         link to the other html file.
9356         (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
9357         after CVS checkout/update.
9358         (Installation): Completely rewritten.
9359         (Installation parameters, Load paths): New sections under
9360         `Installation'.
9362 2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9364         * tramp.texi: Version 2.0.30 released.
9365         Replace word "path" with "localname" where used as a component of
9366         a Tramp file name.
9368 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
9370         * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9371         introduced.
9372         (Installation): Explain what to do if files from the tramp/contrib
9373         directory are needed.
9375 2003-02-23  Alex Schroeder  <alex@emacswiki.org>
9377         * smtpmail.texi (How Mail Works): New.
9379 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9381         * smtpmail.texi: New file.
9383         * Makefile.in: Build SMTP manual.
9385 2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9387         * tramp.texi: Version 2.0.29 released.
9388         (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9389         M-x makeinfo-buffer RET.  Reported by gebser@ameritech.net.
9391 2003-02-01  Michael Albinus  <Michael.Albinus@alcatel.de>
9393         * tramp.texi (Frequently Asked Questions): Explain a workaround if
9394         another package loads accidentally Ange-FTP.
9396 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
9398         * tramp.texi (Customizing Completion): Add function
9399         `tramp-parse-sconfig'.  Change example of
9400         `tramp-set-completion-function', because parsing of ssh config
9401         files looks more natural.
9403 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9405         * gnus.texi: Do not use `path' in several locations.
9407 2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9409         * tramp.texi (External transfer methods): New method `smb'.
9410         From Michael Albinus.
9412 2002-11-05  Karl Berry  <karl@gnu.org>
9414         * info.texi (Info-fontify): Reorder face list to avoid bad line
9415         breaks.
9417 2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9419         * tramp.texi: Move @copying to standard place.
9420         Use @insertcopying.
9422 2002-10-02  Karl Berry  <karl@gnu.org>
9424         * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9425         dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9426         eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9427         message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9428         speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9429         Per rms, update all manuals to use @copying instead of @ifinfo.
9430         Also use @ifnottex instead of @ifinfo around the top node, where
9431         needed for the sake of the HTML output.
9432         (The Gnus manual is not fixed since it's not clear to me how it
9433         works; and the Tramp manual already uses @copying, although in an
9434         unusual way.  All others were changed.)
9436 2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
9438         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9439         (../info/ses, ses.dvi): New targets.
9440         * ses.texi: New file.
9442 2002-09-06  Pavel Janík  <Pavel@Janik.cz>
9444         * texinfo.tex: Update to texinfo 4.2.
9446 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
9448         * reftex.texi: Update to RefTeX 4.19.
9450 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9452         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9453         (../info/tramp, tramp.dvi): New targets.
9455 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
9457         * Makefile.in (DVI_TARGETS): Add calc.dvi.
9458         (calc.dvi): Uncomment.
9460 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
9462         * Makefile.in (INFO_TARGETS): Add ../info/calc.
9463         (../info/calc): New target.
9465 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9467         * (Version 21.1 released.)
9469 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
9471         * Branch for 21.1.
9473 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
9475         * Makefile.in (../info/info): Use an explicit -o switch to
9476         makeinfo.
9478 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
9480         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9482 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
9484         * Makefile.in (../info/idlwave): Use --no-split.
9486 2000-12-14  Dave Love  <fx@gnu.org>
9488         * Makefile.in (mostlyclean): Remove gnustmp.*.
9489         (gnus.dvi): Change rule to remove @latex stuff.
9491 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
9493         * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9495 2000-10-13  John Wiegley  <johnw@gnu.org>
9497         * Makefile.in: Add build targets for eshell.texi.
9499 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9501         * Makefile.in: Remove/comment speedbar stuff.
9503 2000-09-22  Dave Love  <fx@gnu.org>
9505         * Makefile.in: Add emacs-mime.
9507 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
9509         * Makefile.in (INFO_TARGETS): Add ../info/woman.
9510         (DVI_TARGETS): Add woman.dvi.
9511         (../info/woman, woman.dvi): New targets.
9513 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
9515         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
9517         * pcl-cvs.texi: New file.
9518         * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9519         (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9521 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
9523         * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9524         (../info/ebrowse, ebrowse.dvi): New targets.
9526 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
9528         * Makefile.in (INFO_TARGETS): Add eudc.
9529         (DVI_TARGETS): Add eudc.dvi.
9530         (../info/eudc, eudc.dvi): New targets.
9532 2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
9534         * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9535         compatibility with 8+3 filesystems).
9536         (../info/efaq): Rename from emacs-faq.
9538 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
9540         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9541         (../info/idlwave, idlwave.dvi): New targets.
9543 1999-10-23  Dave Love  <fx@gnu.org>
9545         * Makefile.in: Use autotype.texi.
9547 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
9549         * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9550         faq.texi file) rather than ../info/faq.
9552 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
9554         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9555         (../info/ada-mode, ada-mode.dvi): New targets.
9557 1999-09-01  Dave Love  <fx@gnu.org>
9559         * Makefile.in: Add faq.
9561 1999-07-12  Richard Stallman  <rms@gnu.org>
9563         * Version 20.4 released.
9565 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9567         * Version 20.3 released.
9569 1998-04-06  Andreas Schwab  <schwab@gnu.org>
9571         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9572         Use it in dvi targets.
9573         (../etc/GNU): Change to $(srcdir) first.
9575 1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
9577         * reftex.texi: Update for RefTeX version 3.22.
9579 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
9581         * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9582         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9584 1997-09-23  Paul Eggert  <eggert@twinsun.com>
9586         * Makefile.in: Merge changes mistakenly made to `Makefile'.
9587         (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9589 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9591         * Version 20.2 released.
9593 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9595         * Version 20.1 released.
9597 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9599         * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9601 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9603         * Version 19.33 released.
9605 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9607         * Version 19.32 released.
9609 1996-06-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9611         * Makefile.in: Add rules for the Message manual.
9613 1996-06-26  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9615         * gnus.texi: New version.
9617         * message.texi: New manual.
9619 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9621         * Makefile.in (All info targets): cd $(srcdir) to do the work.
9623 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9625         * Makefile.in (All info targets): Specify $(srcdir) in input files.
9626         Specify -I option.
9627         (All dvi targets): Set the TEXINPUTS variable.
9629 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9631         * Version 19.31 released.
9633 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9635         * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9636         (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
9638 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9640         * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9641         (INFO_TARGETS): Add ../info/cc-mode.
9642         (DVI_TARGETS): Add cc-mode.dvi.
9644 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9646         * Version 19.30 released.
9648 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9650         * gnus.texi: New file.
9652 1995-11-04  Erik Naggum  <erik@naggum.no>
9654         * gnus.texi: File deleted.
9656 1995-11-02  Stephen Gildea  <gildea@stop.mail-abuse.org>
9658         * mh-e.texi: "Function Index" -> "Command Index" to work with
9659         Emacs 19.30 C-h C-k support of separately-documented commands.
9661 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9663         * Makefile.in (../info/ediff, ediff.dvi): New targets.
9664         (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9666 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9668         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9669         (../info/viper, viper.dvi): New targets.
9671 1995-04-20  Kevin Rodgers  <kevinr@ihs.com>
9673         * dired-x.texi (Installation): Change the example to set
9674         buffer-local variables like dired-omit-files-p in
9675         dired-mode-hook.
9677 1995-04-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9679         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9680         (../info/mh-e, mh-e.dvi): New targets.
9682 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
9684         * Makefile.in (maintainer-clean): Rename from realclean.
9686 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9688         * Makefile.in: New file.
9689         * Makefile: File deleted.
9691 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9693         * Makefile (TEXINDEX_OBJS): Variable deleted.
9694         (texindex, texindex.o, getopt.o): Rules deleted.
9695         All deps on texindex deleted.
9696         (distclean): Don't delete texindex.
9697         (mostlyclean): Don't delete *.o.
9698         * texindex.c, getopt.c: Files deleted.
9700 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9702         * Version 19.26 released.
9704 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9706         * Version 19.25 released.
9708 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9710         * Version 19.24 released.
9712 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9714         * Version 19.23 released.
9716 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9718         * Makefile: Delete spurious tab.
9720 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9722         * Makefile (.SUFFIXES): New rule.
9724 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9726         * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9727         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9729 1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9731         * Makefile (../info/sc): Rename from sc.info.
9732         (../info/cl): Likewise.
9733         (INFO_TARGETS): Use new names.
9735 1993-12-04  Richard Stallman  (rms@srarc2)
9737         * getopt.c: New file.
9738         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9739         (getopt.o): New rule.
9740         (dvi): Don't depend on texindex.
9741         (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9742         Depend on texindex.
9744 1993-12-03  Richard Stallman  (rms@srarc2)
9746         * Makefile (../info/sc.info): Rename from ../info/sc.
9747         (TEXI2DVI): New variable.
9748         (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9749         Add explicit commands.
9750         (TEXINDEX_OBJS): Delete duplicate getopt.o.
9752 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9754         * Version 19.22 released.
9756 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9758         * Makefile (TEXINDEX_OBJS): Delete spurious period.
9760 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9762         * Version 19.21 released.
9764 1993-11-15  Paul Eggert  (eggert@twinsun.com)
9766         * man/Makefile (../info/cl.info): Rename from ../info/cl.
9768 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9770         * Makefile (../etc/GNU): New target.
9771         (EMACSSOURCES): Add gnu1.texi.
9773 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9775         * Makefile (realclean): Don't delete the Info files.
9777 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
9779         * forms.texi: Fix forms.texi so that it will format correctly.
9780         Add missing `@end iftex', fix bad reference.
9782         * info.texi, info-stn.texi: New files implement texinfo version of
9783         `info' file.
9785 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
9787         * Makefile: Fix targets for texindex, new info.texi files.
9788         * info-stnd.texi: New file implements info for standalone info
9789         reader.
9790         * info.texi: Update to include recent changes to "../info/info".
9791         New source file for ../info/info; includes info-stnd.texi.
9793         * texindex.c: Include "../src/config.h" if building in emacs.
9795         * Makefile: Change all files to FILENAME.texi, force all targets
9796         to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
9797         vip.texinfo, forms.texinfo, cl.texinfo.
9798         Add target to build texindex.c, defining `emacs'.
9800         * forms.texi: Install new file to match version 2.3 of forms.el.
9802 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9804         * Version 19.19 released.
9806 1993-08-10  Simon Leinen  (simon@lia.di.epfl.ch)
9808         * sc.texinfo: Fix info file name.
9810         * Makefile (info): Add gnus and sc.
9811         (dvi): Add gnus.dvi and sc.dvi.
9812         (../info/sc, sc.dvi): New targets.
9814 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9816         * Version 19.18 released.
9818 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9820         * Makefile: Fix source file names of the separate manuals.
9821         (gnus.dvi, ../info/gnus): New targets.
9823 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9825         * Version 19.17 released.
9827 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9829         * split-man: Fix typos in last change.
9831 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9833         * Version 19.16 released.
9835 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9837         * version 19.15 released.
9839 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9841         * Makefile (distclean): It's rm, not rf.
9843 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9845         * Version 19.14 released.
9847 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9849         * Makefile: New file.
9851 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9853         * Version 19.13 released.
9855 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9857         * Version 19.9 released.
9859 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9861         * Version 19.8 released.
9863 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9865         * Version 19.7 released.
9867 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
9869         * gnus.texinfo: New file.  Removed installation instructions.
9871 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9873         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9875 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9877         * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
9878         then define `\sc' as the command for smallcaps in Texinfo.
9879         This means that the @sc command will produce small caps.  bfox has
9880         made the corresponding change to makeinfo and texinfm.el.
9882 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9884         * vip.texinfo: Remove menu entry Adding Lisp Code in node
9885         Customization since the menu entry did not point to anything.
9886         Also add an @finalout command to remove overfull hboxes from the
9887         printed output.
9889         * cl.texinfo: Add @bye, \input line and @settitle to file.
9890         This file is clearly intended to be a chapter of some other work,
9891         but the other work does not yet exist.
9893 1988-07-25  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9895         * texinfo.texinfo: Three typos corrected.
9897 ;; Local Variables:
9898 ;; coding: utf-8
9899 ;; End:
9901   Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
9903   This file is part of GNU Emacs.
9905   GNU Emacs is free software: you can redistribute it and/or modify
9906   it under the terms of the GNU General Public License as published by
9907   the Free Software Foundation, either version 3 of the License, or
9908   (at your option) any later version.
9910   GNU Emacs is distributed in the hope that it will be useful,
9911   but WITHOUT ANY WARRANTY; without even the implied warranty of
9912   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9913   GNU General Public License for more details.
9915   You should have received a copy of the GNU General Public License
9916   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.