* tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
[emacs.git] / doc / misc / ChangeLog
blobae9f099de5042ab8e545b7bf498448214886464e
1 2012-12-02  Michael Albinus  <michael.albinus@gmx.de>
3         * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
4         (External methods): Fix typo.
6 2012-11-30  Glenn Morris  <rgm@gnu.org>
8         * rcirc.texi (Notices): Fix typo.
10 2012-11-20  Michael Albinus  <michael.albinus@gmx.de>
12         * trampver.texi: Downgrade version to 2.2.6-24.3, in order to
13         distinguish from trunk.
15 2012-11-16  Glenn Morris  <rgm@gnu.org>
17         * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
18         (Obsolete Macros): Move example here from Function Bindings.
20 2012-11-13  Glenn Morris  <rgm@gnu.org>
22         * erc.texi: Use @code{nil} rather than just "nil".
23         (Modules): Undocument obsolete "hecomplete".
24         Add "notifications".
25         (Connecting): Add brief section on passwords.
26         (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
28 2012-11-12  Glenn Morris  <rgm@gnu.org>
30         * flymake.texi (Customizable variables)
31         (Highlighting erroneous lines): Mention flymake-error-bitmap,
32         flymake-warning-bitmap, and flymake-fringe-indicator-position.
34 2012-11-09  Chong Yidong  <cyd@gnu.org>
36         * url.texi (Introduction): Move url-configuration-directory to
37         Customization node.
38         (Parsed URIs): Split into its own node.
39         (URI Encoding): New node.
40         (Defining New URLs): Remove empty chapter.
41         (Retrieving URLs): Add an introduction.  Doc fix for url-retrieve.
42         Improve docs for url-queue-*.
43         (Supported URL Types): Copyedits.  Delete empty subnodes.
45 2012-11-08  Chong Yidong  <cyd@gnu.org>
47         * url.texi (Introduction): Rename from Getting Started.  Rewrite
48         the introduction.
49         (URI Parsing): Rewrite.  Omit the obsolete attributes slot.
51 2012-11-07  Glenn Morris  <rgm@gnu.org>
53         * cl.texi (Obsolete Setf Customization):
54         Revert defsetf example to the more correct let rather than prog1.
55         Give define-modify-macro, defsetf, and define-setf-method
56         gv.el replacements.
58 2012-11-06  Glenn Morris  <rgm@gnu.org>
60         * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
61         (Setf Extensions): Remove obsolete reference.
62         (Obsolete Setf Customization):
63         Move note on lack of setf functions to lispref/variables.texi.
64         Undocument get-setf-method, since it no longer exists.
65         Mention simple defsetf replaced by gv-define-simple-setter.
67 2012-11-03  Glenn Morris  <rgm@gnu.org>
69         * cl.texi: Further general copyedits.
70         (List Functions): Remove copy-tree, standard elisp for some time.
71         (Efficiency Concerns): Comment out examples that no longer apply.
72         (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
73         (Creating Symbols, Random Numbers): De-emphasize internal
74         variables cl--gensym-counter and cl--random-state.  (Bug#12788)
76 2012-11-02  Glenn Morris  <rgm@gnu.org>
78         * cl.texi (Naming Conventions, Type Predicates, Macros)
79         (Predicates on Numbers): No longer mention cl-floatp-safe.
81 2012-11-01  Glenn Morris  <rgm@gnu.org>
83         * cl.texi: General copyedits for style, line-breaks, etc.
84         (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
85         (Macro Bindings, Blocks and Exits):
86         Acknowledge existence of lexical-binding.
87         (Iteration): Mainly defer to doc of standard dolist, dotimes.
89 2012-10-31  Glenn Morris  <rgm@gnu.org>
91         * ert.texi (Introduction, The @code{should} Macro):
92         Refer to "cl-assert" rather than "assert".
94         * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
95         (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
96         (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
97         Reword, and add details of flet and labels.
98         (Modify Macros, Function Bindings): Add some xrefs.
100 2012-10-30  Glenn Morris  <rgm@gnu.org>
102         * cl.texi (Modify Macros): Update for cl-letf changes.
103         (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
104         (Setf Extensions): Partially restore note about cl-getf,
105         mainly moved to lispref/variables.texi.
106         (Property Lists): Fix cl-getf typos.
107         (Mapping over Sequences): Mention cl-mapc naming oddity.
109 2012-10-29  Glenn Morris  <rgm@gnu.org>
111         * cl.texi (Organization): More details on cl-lib.el versus cl.el.
112         (Setf Extensions): Remove `apply' setf since it seems to be disabled.
113         (Customizing Setf): Move contents to "Obsolete Setf Customization".
114         (Modify Macros, Multiple Values, Other Clauses):
115         Remove mentions of obsolete features.
116         (Obsolete Setf Customization): Don't mention `apply' setf.
118 2012-10-28  Glenn Morris  <rgm@gnu.org>
120         * cl.texi (Multiple Values, Common Lisp Compatibility):
121         More namespace updates.
122         (Obsolete Features): Copyedits.
123         (Obsolete Lexical Macros, Obsolete Setf Customization):
124         New subsections.
126         * cl.texi (Porting Common Lisp, Lexical Bindings):
127         Add some xrefs to the Elisp manual.
129         * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
130         (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
131         (Obsolete Features): New appendix.  Move Lexical Bindings here.
133 2012-10-27  Glenn Morris  <rgm@gnu.org>
135         * cl.texi: Use defmac for macros rather than defspec.
136         (Efficiency Concerns): Related copyedit.
138         * cl.texi (Control Structure): Update for setf now being in core.
139         (Setf Extensions): Rename from Basic Setf.  Move much of the
140         former content to lispref/variables.texi.
141         (Modify Macros): Move pop, push details to lispref/variables.texi.
142         (Customizing Setf): Copyedits for setf etc being in core.
143         (Modify Macros, Efficiency Concerns, Porting Common Lisp):
144         Further namespaces updates.
146 2012-10-26  Bastien Guerry  <bzg@gnu.org>
148         * org.texi (Installation): Update the link to Org's ELPA.  Also
149         don't mention org-install.el anymore as the replacement file
150         org-loaddefs.el is now loaded by org.el.
152 2012-10-25  Michael Albinus  <michael.albinus@gmx.de>
154         * tramp.texi (Frequently Asked Questions): Mention
155         `tramp-completion-reread-directory-timeout' for performance
156         improvement.
158 2012-10-25  Glenn Morris  <rgm@gnu.org>
160         * cl.texi: Don't mess with the TeX section number counter.
161         Use Texinfo recommended convention for quotes+punctuation.
162         (Overview, Sequence Functions): Rephrase for better line-breaking.
163         (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
164         (Macro Bindings, Conditionals, Iteration, Loop Basics)
165         (Random Numbers, Mapping over Sequences, Structures)
166         (Porting Common Lisp): Further updates for cl-lib namespace.
167         (Modify Macros, Declarations, Macro Bindings, Structures):
168         Break long lines in examples.
169         (Dynamic Bindings): Update for changed progv behavior.
170         (Loop Examples, Efficiency Concerns): Markup fixes.
171         (Structures): Remove TeX margin change.
172         (Declarations): Fix typos.
174 2012-10-24  Glenn Morris  <rgm@gnu.org>
176         * cl.texi (Overview, Multiple Values, Creating Symbols)
177         (Numerical Functions): Say less/nothing about the original cl.el.
178         (Old CL Compatibility): Remove.
179         (Assertions): Remove ignore-errors (standard Elisp for some time).
181         * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
182         (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
183         (Efficiency Concerns, Efficiency Concerns)
184         (Common Lisp Compatibility, Old CL Compatibility):
185         Further updates for cl-lib namespace.
187 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
189         Update manual for new time stamp format (Bug#12706).
190         * emacs-mime.texi (time-date): Update for new format.
191         Also, fix bogus time stamp and modernize a bit.
193 2012-10-23  Glenn Morris  <rgm@gnu.org>
195         * cl.texi: Include emacsver.texi.  Use Emacs version number rather
196         than unchanging cl.el version number.
197         End all menu descriptions with a period.
198         Do not use @dfn{CL} for every instance of "CL".
199         (Overview): Remove no-runtime caveat, and note about foo* names.
200         (Usage): Use cl-lib rather than cl.
201         (Organization, Naming Conventions): Update for cl-lib.el.
202         (Installation): Remove long-irrelevant node.
203         (Program Structure, Predicates, Control Structure):
204         Start updating for cl-lib namespace.
205         * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
206         Depend on emacsver.texi.
208 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
210         * trampver.texi: Update release number.
212 2012-10-06  Glenn Morris  <rgm@gnu.org>
214         * erc.texi: Include emacsver.texi, and use EMACSVER rather than
215         ERC version.
216         (Introduction): ERC is distributed with Emacs.
217         (Obtaining ERC, Installation): Remove chapters, no longer relevant.
218         (Getting Started): Simplify.
219         (Getting Help and Reporting Bugs): Refer to general Emacs lists.
220         (History): Mention ERC maintained as part of Emacs now.
221         * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
222         Add dependency on emacsver.texi.
224         * erc.texi: Remove hand-written node pointers.
226 2012-10-05  Glenn Morris  <rgm@gnu.org>
228         * newsticker.texi (Overview, Requirements, Usage, Configuration):
229         Copyedits.
231 2012-10-01  Eric Ludlam  <zappo@gnu.org>
233         * ede.texi (Quick Start, Project Local Variables)
234         (Miscellaneous commands, ede-java-root, Development Overview)
235         (Detecting a Project): New nodes.
236         (Simple projects): Node deleted.
238         * eieio.texi (Building Classes): Some slot attributes cannot be
239         overridden.
240         (Slot Options): Remove an example.
241         (Method Invocation, Documentation): New nodes.
243 2012-10-01  Glenn Morris  <rgm@gnu.org>
245         * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
246         (reftex.pdf): Add dependency on emacsver.texi.
247         * reftex.texi: Don't include directory part for emacsver.texi;
248         the Makefile's -I handles it.
250 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
252         Merge from standalone RefTeX repository.
254         * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
255         with macros.
256         (Imprint): Mention Wolfgang in list of contributors.
257         (Creating Citations): Give a hint about how to
258         auto-revert the BibTeX database file when using external editors.
259         (Referencing Labels): Simplify section about reference macro
260         cycling.
261         (Options (Referencing Labels)): Adapt to new structure of
262         `reftex-ref-style-alist'.
263         (Referencing Labels, Reference Styles): Document changes in the
264         referencing functionality.
265         (Commands): Mention options for definition of header and footer in
266         BibTeX files.
267         (Options (Creating Citations)): Document
268         `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
269         (Reference Styles): New section.
270         (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
271         (Options (Referencing Labels)): Remove descriptions of deprecated
272         variables `reftex-vref-is-default' and `reftex-fref-is-default'.
273         Add descriptions for `reftex-ref-style-alist' and
274         `reftex-ref-style-default-list'.
275         (Referencing Labels): Update regarding reference styles.
276         (Citation Styles): Mention support for ConTeXt.
277         (Options (Defining Label Environments)): Fix typo.
278         (Options (Creating Citations)): Document
279         `reftex-cite-key-separator'.
281 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
283         * org.texi: Add description of ORG_ADD_CONTRIB to info
284         documentation.  Add link to Worg for more details.
286         * org.texi: Clarify installation procedure.  Provide link to the
287         build system description on Worg.
289         * org.texi: Remove reference to utils/, x11idle.c is now in
290         contrib/scripts.
292         * org.texi: Re-normalize to "Org mode" in manual.
294         * org.texi (Installation): Adapt documentation to new build
295         system.  Mention GNU ELPA (since it needs to be handled like Emacs
296         built-in Org).
298 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
300         * org.texi: Fix typo in description of the 'Hooks' section.
302         * org.texi: Add ID to the list of special properties.
304 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
306         * org.texi (Moving subtrees): Document the ability to archive to a
307         datetree.
309 2012-09-30  Bastien Guerry  <bzg@altern.org>
311         * org.texi (Installation, Feedback, Batch execution): Use
312         (add-to-list 'load-path ... t) for the contrib dir.
314         * org.texi (results): Update documentation for ":results drawer"
315         and ":results org".
317         * org.texi (Column width and alignment): Fix typo.
319         * org.texi (Activation): Point to the "Conflicts" section.
321         * org.texi (Conflicts): Mention filladapt.el in the list of
322         conflicting packages.
324         * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
325         not needed for versions of Emacs > 22.1.
327         * org.texi (History and Acknowledgments): Fix typo.
329         * org.texi (History and Acknowledgments): Add my own
330         acknowledgments.
332         * org.texi (Agenda commands): Document the new command and the new
333         option.
335         * org.texi (Agenda commands): Delete `org-agenda-action' section.
336         (Agenda commands): Reorder.  Document `*' to toggle persistent
337         marks.
339         * org.texi (Agenda dispatcher): Mention
340         `org-toggle-agenda-sticky'.
341         (Agenda commands, Exporting Agenda Views): Fix typo.
343         * org.texi (Templates in contexts, Setting Options): Update to
344         reflect changes in how contexts options are processed.
346         * org.texi (Templates in contexts): Document the new structure of
347         the variables `org-agenda-custom-commands-contexts' and
348         `org-capture-templates-contexts'.
350         * org.texi (Templates in contexts): Document the new option
351         `org-capture-templates-contexts'.
352         (Storing searches): Document the new option
353         `org-agenda-custom-commands-contexts'.
355         * org.texi (Formula syntax for Lisp): Reformat.
357         * org.texi (Special properties, Column attributes)
358         (Agenda column view): Document the new special property
359         CLOCKSUM_T.
361         * org.texi (Template expansion): Document the new %l template.
363         * org.texi (Fast access to TODO states): Fix documentation about
364         allowed characters for fast todo selection.
366         * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
367         use in `org-agenda-to-appt'.
369         * org.texi (Comment lines): Update wrt comments.
371         * org.texi (Resolving idle time): Document new keybinding.
373         * org.texi (Clocking commands): Document the use of S-M-<up/down>
374         on clock timestamps.
376         * org.texi (Fast access to TODO states): Explicitely says only
377         letters are supported as fast TODO selection keys.
379         * org.texi (Link abbreviations): Illustrate the use of the "%h"
380         specifier.  Document the new "%(my-function)" specifier.
382         * org.texi (Clocking commands): New cindex.
383         (Clocking commands): Update documentation for `org-clock-in'.
384         Document `org-clock-in-last'.  Mention `org-clock-out' and
385         `org-clock-in-last' as commands that can be globally bound.
386         (Resolving idle time): Document continuous clocking.
388         * org.texi (Top, Introduction): Fix formatting.
389         (Activation): Add index entries.
390         (Conventions): Update section.
391         (Embedded @LaTeX{}): Fix formatting.
393         * org.texi (Visibility cycling): Document `show-children'.
395         * org.texi (Using capture): Mention the `org-capture-last-stored'
396         bookmark as a way to jump to the last stored capture.
398         * org.texi (Uploading files): Fix typo.
400         * org.texi (Using capture): Document `C-0' as a prefix argument
401         for `org-capture'.
403         * org.texi (Agenda commands): Document persistent marks.
405         * org.texi (Template expansion): Update doc to reflect change.
407         * org.texi (Radio tables): Document the :no-escape parameter.
409         * org.texi (Repeated tasks): Document repeat cookies for years,
410         months, weeks, days and hours.
412         * org.texi (Export options): State that you can use the d: option
413         by specifying a list of drawers.
415         * org.texi (HTML preamble and postamble): Small doc improvement.
417 2012-09-30  Brian van den Broek  <vanden@gmail.com>  (tiny change)
419         * org.texi: The sections in the Exporting section of the manual
420         left out articles in the description of the org-export-as-*
421         commands, among other places. This patch adds them, adds a few
422         missing prepositions, and switches instances of "an HTML" to "a
423         html" for internal consistency.
425         * org.texi: Alter several examples of headings with timestamps in
426         them to include the timestamps in the body instead of the heading.
428 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
430         * org.texi (Agenda dispatcher): Document sticky agenda views and
431         the new key for them.
433 2012-09-30  Charles  <millarc@verizon.net>  (tiny change)
435         * org.texi (Advanced features): Fix error in table.
437 2012-09-30  Feng Shu  <tumashu@gmail.com>
439         * org.texi (@LaTeX{} fragments): Document imagemagick as an
440         alternative to dvipng.
442 2012-09-30  François Allisson  <francois@allisson.co>  (tiny change)
444         * org.texi: Remove extra curly bracket.
446 2012-09-30  Giovanni Ridolfi  <giovanni.ridolfi@yahoo.it>  (tiny change)
448         * org.texi (org-clock-in-last and org-clock-cancel): Update the
449         defkeys.
451 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
453         * org.texi (Agenda commands): Fix two typos by giving
454         corresponding function names, according to
455         `org-agenda-view-mode-dispatch'.
457 2012-09-30  Jan Bäcker  <jan.boecker@jboecker.de>
459         * org.texi (The spreadsheet): Fix typo.
461 2012-09-30  Memnon Anon  <gegendosenfleisch@gmail.com>  (tiny change)
463         * org.texi (Tracking your habits): Point to the "Tracking TODO
464         state changes" section.
466 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
468         * org.texi (Literal examples): Remove reference to unknown
469         `org-export-latex-minted' variable. Also simplify footnote since
470         `org-export-latex-listings' documentation is exhaustive already.
472         * org.texi (Plain lists): Remove reference to now hard-coded
473         `bullet' automatic rule.
475 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
477         * org.texi: Updated documentation accordingly.
479 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
481         * texinfo.tex: Merge from gnulib.
483 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
485         Sync with Tramp 2.2.6.
487         * tramp.texi (Bug Reports): Cleanup caches before a test run.
489         * trampver.texi: Update release number.
491 2012-09-12  Paul Eggert  <eggert@cs.ucla.edu>
493         * texinfo.tex: Merge from gnulib.
495 2012-08-06  Aurélien Aptel  <aurelien.aptel@gmail.com>
497         * url.texi (Parsed URLs): Adjust to the code's use of defstruct
498         (bug#12096).
500 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
502         * calc.texi (Simplification modes, Conversions)
503         (Operating on Selections): Mention "basic" simplification.
504         (The Calc Mode Line): Mention the mode line display for Basic
505         simplification mode.
506         (Simplify Formulas): Refer to 'algebraic' rather than 'default'
507         simplifications.
508         (Basic Simplifications): Rename from "Limited Simplifications"
509         Replace "limited" by "basic" throughout.
510         (Algebraic Simplifications):  Indicate that the algebraic
511         simplifications are done by default.
512         (Unsafe Simplifications):  Mention `m E'.
513         (Simplification of Units): Mention `m U'.
514         (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
515         (Kinds of Declarations, Functions for Declarations):  Mention
516         "algebraic simplifications" instead of `a s'.
517         (Algebraic Entry): Remove mention of default simplifications.
519 2012-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
521         * calc.texi (Getting Started, Tutorial): Change simulated
522         Calc output to match actual output.
523         (Simplifying Formulas): Mention that algebraic simplification is now
524         the default.
526 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
528         * faq.texi (Right-to-left alphabets): Update for Emacs 24.
529         (Bug#12073)
531 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
533         Prefer typical American spelling for "acknowledgment".
534         * calc.texi (History and Acknowledgments): Rename from
535         History and Acknowledgements.
536         * idlwave.texi (Acknowledgments):
537         * ses.texi (Acknowledgments):
538         * woman.texi (Acknowledgments): Rename from Acknowledgements.
540 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
542         Rename configure.in to configure.ac (Bug#11603).
543         * ede.texi (Compiler and Linker objects, ede-proj-project)
544         (ede-step-project): Prefer the name configure.ac to configure.in.
546 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
548         * tramp.texi (Multi-hops): Introduce
549         `tramp-restricted-shell-hosts-alist'.
551 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553         * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
554         methods, so don't mention smtpmail here.
556 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
558         * gnus.texi (Picons): Document gnus-picon-properties.
560 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
562         * gnus.texi: Remove mention of compilation, as that's no longer
563         supported.
565 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
567         * gnus.texi (Archived Messages): Mention
568         gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
570 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
572         * gnus.texi (Various Summary Stuff):
573         Remove mention of `gnus-propagate-marks'.
575 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
577         * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
578         which no longer exist.
580 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
582         * gnus.texi (Archived Messages):
583         Document gnus-gcc-self-resent-messages.
585 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
587         * message.texi (Mail Variables):
588         Mention the optional user parameter for X-Message-SMTP-Method.
590 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
592         * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
594         * message.texi (Mail Variables): Document X-Message-SMTP-Method.
596 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
598         * gnus.texi (Key Index): Change encoding to utf-8.
600 2012-06-21  Glenn Morris  <rgm@gnu.org>
602         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
604 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606         * gnus.texi (Group Timestamp): Mention where to find documentation for
607         the `gnus-tmp-' variables (bug#11601).
609 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
611         Sync with Tramp 2.2.6-pre.
613         * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
614         where appropriate.
615         (Ad-hoc multi-hops): New section.
616         (Remote processes): New subsection "Running remote processes on
617         Windows hosts".
618         (History): Add remote commands on Windows, and ad-hoc multi-hop
619         methods.
620         (External methods): "ControlPersist" must be set to "no" for the
621         `scpc' method.
622         (Remote processes): Add a note about `auto-revert-tail-mode'.
623         (Frequently Asked Questions): Use "scpx" in combination with
624         "ControlPersist".  Reported by Adam Spiers <emacs@adamspiers.org>.
626         * trampver.texi: Update release number.
628 2012-06-10  Chong Yidong  <cyd@gnu.org>
630         * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
631         compilation for html-mono.
633 2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
635         * texinfo.tex: Merge from gnulib.
637 2012-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
639         * Makefile.in (echo-info): Don't try to install info files named
640         just ".info".
642 2012-05-28  Glenn Morris  <rgm@gnu.org>
644         * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX.  (Bug#10910)
646         * sc.texi: Nuke hand-written node pointers.
647         Fix top-level menu to match actual node order.
649 2012-05-27  Glenn Morris  <rgm@gnu.org>
651         * cl.texi, dired-x.texi: Nuke hand-written node pointers.
652         Some associated fixes, including not messing with chapno in cl.texi.
654 2012-05-27  Bastien Guerry  <bzg@gnu.org>
656         * org.texi (Durations and time values): Fix typo.
658 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
660         * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
661         Mention `calc-ensure-consistent-units'.
663 2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
665         * cc-mode.texi: Avoid space before macro in 4th argument of cross
666         reference commands.  (Bug#11461)
668         * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
670 2012-05-12  Glenn Morris  <rgm@gnu.org>
672         * Makefile.in (mostlyclean): Add more TeX intermediates.
674         * Makefile.in: Make it look more like the other doc Makefiles.
675         Use explicit $srcdir in all dependencies.
676         Remove cd $srcdir from rules.
677         (VPATH): Remove.
678         (infodir): Set to an absolute path.
679         (INFO_TARGETS): Use short names.
680         (mkinfodir): infodir is now absolute.
681         (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
683         * Makefile.in (info.info): Rename from info, to avoid duplication.
684         (.SUFFIXES): Disable implicit rules.
686         * Makefile.in (MKDIR_P): New, set by configure.
687         (mkinfodir): Use $MKDIR_P.
689 2012-05-07  Glenn Morris  <rgm@gnu.org>
691         * forms.texi (Long Example): Update for changed location of files.
693 2012-05-04  Glenn Morris  <rgm@gnu.org>
695         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
696         (INFO_TARGETS): Use $INFO_EXT.
697         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
698         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
699         (INFO_TARGETS): Use $INFO_EXT.
700         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
702 2012-05-02  Glenn Morris  <rgm@gnu.org>
704         * Makefile.in (echo-info): New phony target, used by top-level.
706         * viper.texi: Make direntry shorter (also it is no longer "newest").
708         * emacs-gnutls.texi, ert.texi, org.texi:
709         Fix dircategory, direntry to match info/dir.
711         * faq.texi: Convert @inforefs to @xrefs.
712         Fix some malformed cross-references.
713         (File-name conventions): Shorten section name to avoid overfull line.
714         (How to add fonts): Use smallexample to avoid overfull lines.
716 2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
718         * auth.texi (Help for users): Update for .gpg file being second.
720 2012-04-27  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
722         * org.texi (Agenda commands): Fix two typos: give corresponding
723         function names, according to `org-agenda-view-mode-dispatch'.
725 2012-04-27  Glenn Morris  <rgm@gnu.org>
727         * faq.texi (Major packages and programs): Remove section.
728         There is no point listing 6 packages (cf etc/MORE.STUFF).
729         (Finding Emacs and related packages): Move "Spell-checkers" here.
731 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
733         * dbus.texi (Version): New node.
734         (Properties and Annotations): Mention the object manager
735         interface.  Describe dbus-get-all-managed-objects.
736         (Type Conversion): Floating point numbers are allowed, if an
737         anteger does not fit Emacs's integer range.
738         (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
739         (Asynchronous Methods): Fix description of
740         dbus-call-method-asynchronously.
741         (Receiving Method Calls): Fix some minor errors.  Add
742         dbus-interface-emacs.
743         (Signals): Describe unicast signals and the new match rules.
744         (Alternative Buses): Add the PRIVATE optional argument to
745         dbus-init-bus.  Describe its new return value.  Add dbus-setenv.
747 2012-04-20  Glenn Morris  <rgm@gnu.org>
749         * faq.texi (New in Emacs 24): New section.
750         (Packages that do not come with Emacs): Mention M-x list-packages.
752 2012-04-14  Alan Mackenzie  <acm@muc.de>
754         * cc-mode.texi (c-offsets-alist): Correct a typo.
756 2012-04-14  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
758         * org.texi (Deadlines and scheduling): Fix the example: the
759         DEADLINE item should come right after the headline.  We enforce
760         this convention, so it is a bug not to illustrate it correctly in
761         the manual.
763 2012-04-14  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
765         * org.texi (Agenda commands): Fix documentation bug by swapping
766         the equivalent keybindings to `org-agenda-next-line' with the ones
767         to `org-agenda-previous-line'.
769 2012-04-14  Glenn Morris  <rgm@gnu.org>
771         * Makefile.in: Replace non-portable use of $< in ordinary rules.
773 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
775         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
776         emacs-gnutls.
777         ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
779 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
781         * Makefile.in: Add emacs-gnutls.texi to build.
783         * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
785 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
787         * auth.texi (Secret Service API): Edit further and give examples.
788         (Secret Service API): Adjust @samp to @code for collection names.
790 2012-04-04  Glenn Morris  <rgm@gnu.org>
792         * auth.texi (Secret Service API): Copyedits.
793         (Help for developers): Fill in some missing function doc-strings.
794         (Help for users, Help for developers)
795         (GnuPG and EasyPG Assistant Configuration): Markup fixes.
797 2012-04-04  Michael Albinus  <michael.albinus@gmx.de>
799         * auth.texi (Secret Service API): Add the missing text.
801 2012-04-04  Chong Yidong  <cyd@gnu.org>
803         * message.texi (Using PGP/MIME): Note that epg is now the default.
805         * gnus.texi: Reduce references to obsolete pgg library.
806         (Security): Note that epg is now the default.
808         * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
810         * nxml-mode.texi (Completion): C-RET is no longer bound to
811         nxml-complete.
813 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
815         * org.texi (Customizing tables in ODT export): Correct few errors.
817 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
819         * org.texi (Links in ODT export): Update.
820         (Labels and captions in ODT export): New node.
822 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
824         * org.texi (Literal examples in ODT export): htmlfontify.el in
825         Emacs-24.1 now supports fontification.  So ODT source blocks will
826         be fontified by default.
828 2012-04-01  Julian Gehring  <julian.gehring@googlemail.com>  (tiny change)
830         * org.texi (Refiling notes): Remove duplicated keybinding.
832 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
834         * org.texi (noweb): Documentation of this new option to the :noweb
835         header argument.
837 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
839         * org.texi (Header and sectioning): Add example demonstrating how
840         to use "LaTeX_CLASS_OPTIONS".
842 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
844         * org.texi (Noweb reference syntax): Describe the ability to
845         execute noweb references in the manual.
847 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
849         * org.texi (cache): Improve cache documentation when session
850         evaluation is used.
852 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
854         * org.texi (Plain lists): Document removal.
856 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
858         * org.texi: Decapitalize file name in references to Calc manual.
860 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
862         * org.texi (Plain lists): Document removal.
864 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
866         * org.texi (Top, OpenDocument Text export)
867         (ODT export commands, Extending ODT export)
868         (Images in ODT export, Tables in ODT export)
869         (Configuring a document converter): Add or Update.
871 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
873         * org.texi (MobileOrg): Change the wording to reflect that the
874         Android Version is no longer just the little brother of the iOS
875         version.
877 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
879         * org.texi (Key bindings and useful functions): Updated babel key
880         binding documentation in manual.
882 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
884         * org.texi (noweb): Document new noweb header value.
886 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
888         * org.texi (noweb-sep): Document new header argument.
890 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
892         * org.texi (noweb-ref): Documentation of this new custom variable.
894 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
896         * org.texi (wrap): Update the new :wrap documentation to match the
897         current implementation.
899 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
901         * org.texi: Added documentation for :wrap.
903 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
905         * org.texi: #+RESULTS now user-configurable.
907 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
909         * org.texi: Documented :noweb no-export.
911 2012-04-01  Thomas Dye  <dk@poto.local>
913         * org.texi: Edit :noweb no header argument for correctness.
915 2012-04-01  Bastien Guerry  <bzg@altern.org>
917         * org.texi (Customization): Update the approximate number of Org
918         variables.
920 2012-04-01  Thomas Dye  <dk@poto.local>
922         * org.texi: The :results wrap produces a drawer instead of a
923         begin_results block.
925 2012-03-22  Peder O. Klingenberg  <peder@klingenberg.no>  (tiny change)
927         * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
928         reflect the new default.
930 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
932         * info.texi (Expert Info): Move the index entry for "Texinfo" from
933         "Getting Started" to this node.  (Bug#10450)
935 2012-03-10  Chong Yidong  <cyd@gnu.org>
937         * flymake.texi (Example -- Configuring a tool called via make):
938         Mention the Automake COMPILE variable (Bug#8715).
940         * info.texi (Getting Started): Add an index entry (Bug#10450).
942 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
944         * dbus.texi (Signals): Known names will be mapped onto unique
945         names, when registering for signals.
947 2012-02-29  Glenn Morris  <rgm@gnu.org>
949         * url.texi: Fix quote usage in body text.
951         * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
953         * cl.texi: Use @code{} in menus when appropriate.
955 2012-02-28  Glenn Morris  <rgm@gnu.org>
957         * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
958         * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
959         * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
960         * org.texi, sc.texi, vip.texi, viper.texi:
961         Standardize possessive apostrophe usage.
963 2012-02-26  Chong Yidong  <cyd@gnu.org>
965         * ediff.texi (Quick Help Commands): Add a couple of index entries
966         (Bug#10834).
968 2012-02-17  Glenn Morris  <rgm@gnu.org>
970         * gnus.texi (Posting Styles):
971         * remember.texi (Org): Fix cross-refs to other manuals.
973 2012-02-15  Glenn Morris  <rgm@gnu.org>
975         * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
976         (Encryption): New chapter, split out from previous.
978 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
980         * gnus.texi (Customizing the IMAP Connection): Mention
981         nnimap-record-commands.
983 2012-02-10  Glenn Morris  <rgm@gnu.org>
985         * url.texi (Retrieving URLs): Update url-retrieve arguments.
986         Mention url-queue-retrieve.
988 2012-02-09  Glenn Morris  <rgm@gnu.org>
990         * sem-user.texi (Semantic mode user commands): Typo fix.
992         * info.texi (Create Info buffer): Mention info-display-manual.
994 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
996         * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
997         example (modified from an example by Michael Albinus).
999 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1001         * gnus.texi (Agent Basics): Fix outdated description of
1002         `gnus-agent-auto-agentize-methods'.
1004 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
1006         * cc-mode.texi: Always @defindex ss.
1007         (Config Basics): Fix argument of @itemize.
1008         (Macro Backslashes): Add @code around index entry.
1010 2012-01-23  Glenn Morris  <rgm@gnu.org>
1012         * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1014 2012-01-19  Eric Hanchrow  <eric.hanchrow@gmail.com>
1016         * tramp.texi (File): Tweak wording for the `scpc' option.
1018 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020         * gnus.texi (Group Parameters): Really note precedence.
1022 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024         * gnus.texi (Group Parameters): Note precedence.
1026 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1028         * org.texi (Noweb reference syntax): Adding documentation of
1029         the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1030         variable.
1032 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1034         * org.texi (Plain lists): Split the table to fix the display
1035         of items.
1037 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1039         * org.texi (Plain lists): Fix misplaced explanation.
1041 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1043         * org.texi (Plain lists, Agenda files): Add index entries.
1045 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
1047         * org.texi: Use "Org mode" instead of alternatives like
1048         "Org-mode" or "org-mode".
1050 2012-01-03  Bernt Hansen  <bernt@norang.ca>
1052         * org.texi (Agenda commands): Document
1053         `org-clock-report-include-clocking-task'.
1055 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1057         * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1058         C-c' on checkboxes.
1060 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
1062         * org.texi: End sentences with two spaces.
1064 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
1066         * org.texi (External links): Document the link types file+sys
1067         and file+emacs, slightly narrow used page width.
1069 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1071         * org.texi (colnames): Note that colnames behavior may differ
1072         across languages.
1074 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1076         * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1078 2012-01-03  Thomas Dye  <dk@poto.westell.com>
1080         * org.texi: Augmented discussion of babel property
1081         inheritance.  Put footnote outside sentence ending period.
1083 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1085         * org.texi (eval): Documenting the full range of :eval header
1086         argument values.
1088 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1090         * org.texi (eval): Documentation of the new :eval option.
1092 2012-01-03  Thomas Dye  <dk@poto.local>
1094         * org.texi: Add accumulated properties.
1096 2012-01-03  Thomas Dye  <dk@poto.local>
1098         * org.texi: Documented no spaces in name=assign, another
1099         correction to :var table.
1101 2012-01-03  Thomas Dye  <dk@poto.local>
1103         * org.texi: Changed DATA to NAME in Working With Source Code
1104         section.
1106 2012-01-03  Tom Dye  <tsd@tsdye.com>
1108         * org.texi: Minor change to :var table.
1110 2012-01-03  Tom Dye  <tsd@tsdye.com>
1112         * org.texi: More changes to :var table (some examples were wrong).
1114 2012-01-03  Tom Dye  <tsd@tsdye.com>
1116         * org.texi: Cleaned up :var table.
1118 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1120         * org.texi (Timestamps, Weekly/daily agenda)
1121         (Weekly/daily agenda): Add @cindex for "appointment".
1123 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1125         * org.texi (Literal examples): A new link to the template for
1126         inserting empty code blocks.
1127         (Structure of code blocks): A new link to the template for
1128         inserting empty code blocks.
1130 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
1132         * org.texi (External links): Add footnote on how the behavior
1133         of the text search in Org files are controled by the variable
1134         `org-link-search-must-match-exact-headline'.
1136 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1138         * org.texi (Buffer-wide header arguments): Update
1139         documentation to reflect removal of #+PROPERTIES.
1141 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1143         * org.texi (The clock table): Mention that ACHIVED trees
1144         contribute to the clock table.
1146 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1148         * org.texi (Conflicts): Better yasnippet config info.
1150 2012-01-03  Bastien Guerry  <bzg@gnu.org>  (tiny change)
1152         * org.texi (Selective export): Explicitely mention the default
1153         values for `org-export-select-tags',
1154         `org-export-exclude-tags'.
1156 2012-01-03  Tom Dye  <tsd@tsdye.com>
1158         * org.texi: Added a line to specify that header arguments are
1159         lowercase.
1161 2012-01-03  Tom Dye  <tsd@tsdye.com>
1163         * org.texi: :var requires default value when declared.
1165 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1167         * org.texi (Handling links): Add a note about the
1168         `org-link-frame-setup' option.
1170 2012-01-03  David Maus  <dmaus@ictsoc.de>
1172         * org.texi (Exporting Agenda Views, Extracting agenda
1173         information): Fix command line syntax, quote symbol parameter
1174         values.
1176 2012-01-03  David Maus  <dmaus@ictsoc.de>
1178         * org.texi (Exporting Agenda Views): Fix command line syntax.
1180 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1182         * gnus.texi (Mail Source Customization, Mail Back End Variables):
1183         Use octal notation for file permissions, which are normally
1184         thought of in octal.
1185         (Mail Back End Variables): Use more-plausible modes in example.
1187 2011-12-20  Alan Mackenzie  <acm@muc.de>
1189         * cc-mode.texi: Update version string 5.31 -> 5.32.
1191 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1193         * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1195 2011-11-24  Glenn Morris  <rgm@gnu.org>
1197         * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1199 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1201         * makefile.w32-in: Update dependencies.
1203 2011-11-20  Glenn Morris  <rgm@gnu.org>
1205         * gnus.texi (Group Information):
1206         Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1208 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1210         * gnus-coding.texi (Gnus Maintenance Guide):
1211         Rename from "Gnus Maintainance Guide".
1213         * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1214         * eieio.texi (Customizing):
1215         * gnus.texi (Article Washing):
1216         * gnus-news.texi:
1217         * sem-user.texi (Smart Jump): Fix typos.
1219 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1221         * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1223 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1225         * ede.texi (project-am-texinfo):
1226         * gnus.texi (Sending or Not Sending):
1227         * org.texi (Template elements): Fix typos.
1229 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
1231         * ediff.texi (Hooks):
1232         * sem-user.texi (Semanticdb Roots): Fix typos.
1234 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
1236         * semantic.texi (Tag handling): Fix typo.
1238 2011-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1240         * gnus.texi (Other Gnus Versions): Remove.
1242 2011-10-28  Alan Mackenzie  <acm@muc.de>
1244         * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1245         (Other Special Indentations): Add an xref to "Macros with ;".
1246         (Customizing Macros): Add stuff about syntax in macros.  Add an xref to
1247         "Macros with ;".
1248         (Macros with ;): New page.
1250         * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1251         Document the new handling of nested scopes for movement by defuns.
1253 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
1255         Sync with Tramp 2.2.3.
1257         * trampver.texi: Update release number.
1259 2011-10-14  Glenn Morris  <rgm@gnu.org>
1261         * ert.texi (Introduction, How to Run Tests)
1262         (Running Tests Interactively, Expected Failures)
1263         (Tests and Their Environment, Useful Techniques)
1264         (Interactive Debugging, Fixtures and Test Suites):
1265         Minor rephrasings.
1266         (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1267         (Running Tests in Batch Mode): Simplify loading instructions.
1268         (Test Selectors): Clarify some selectors.
1269         (Expected Failures, Useful Techniques):
1270         Make examples fit in 80 columns.
1272 2011-10-13  Jay Belanger  <jay.p.belanger@gmail.com>
1274         * calc.texi (Basic Operations on Units): Discuss temperature
1275         conversion (`u t') alongside with other unit conversions ('u c').
1277 2011-10-12  Glenn Morris  <rgm@gnu.org>
1279         * ert.texi: Whitespace trivia to make main menu items line up better.
1281 2011-10-08  Glenn Morris  <rgm@gnu.org>
1283         * Makefile.in: Fix ert rules.
1285 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287         * gnus.texi (Gnus Utility Functions): Add more references and
1288         explanations (bug#9683).
1290 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292         * gnus.texi (Archived Messages): Note the default (bug#9552).
1294 2011-09-21  Bill Wohler  <wohler@newt.com>
1296         Release MH-E manual version 8.3.
1298         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1299         release 8.3.
1300         (Preface): Updated support information.
1301         (From Bill Wohler): Reset text to original version.  As a
1302         historical quote, the tense should be correct in the time that it
1303         was written.
1305 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307         * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1308         (Finding the News): Doc clarification.
1309         (Terminology): Mention naming.
1311 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1313         * gnus.texi: Remove mentions of `recent', which are now obsolete.
1314         (Interactive): Document `quiet'.
1316 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
1318         * org.texi (Images in LaTeX export): Rewrite.
1320 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1322         * org.texi (Using the mapping API): Mention 'region as a possible
1323         scope for `org-map-entries'.
1325 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1327         * org.texi (Visibility cycling): Document `org-copy-visible'.
1329 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1331         * org.texi (Template expansion): Order template sequences in the
1332         proper order.
1334 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1336         * org.texi (eval): Expand discussion of the :eval header argument.
1338 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1340         * org.texi (Languages): Add Lilypond and Awk as supported
1341         languages.
1343 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
1345         * org.texi: Document that both CLOCK_INTO_DRAWER and
1346         LOG_INTO_DRAWER can be used to override the contents of variable
1347         org-clock-into-drawer (or if unset, org-log-into-drawer).
1349         * org.texi: Replace @xref->@pxref.
1351 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1353         * org.texi (Evaluating code blocks): Documenting the new option
1354         for inline call lines.
1356 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1358         * org.texi (Results of evaluation): More explicit about the
1359         mechanism through which interactive evaluation of code is
1360         performed.
1362 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1364         * org.texi (noweb-ref): New header argument documentation.
1366 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1368         * org.texi (Extracting source code): Documentation of the new
1369         org-babel-tangle-named-block-combination variable.
1371 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1373         * org.texi (Structure of code blocks): Explicitly state that the
1374         behavior of multiple blocks of the same name is undefined.
1376 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
1378         * org.texi (TaskJuggler export): Modify the example to reflect the
1379         new effort durations.
1381 2011-08-15  David Maus  <dmaus@ictsoc.de>
1383         * org.texi (Images in LaTeX export): Escape curly brackets in
1384         LaTeX example.
1386 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1388         * org.texi (The clock table): Document the :properties and
1389         :inherit-props arguments for the clocktable.
1391 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1393         * org.texi (Tables in LaTeX export): Document specifying placement
1394         options for tables.
1396 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1398         * org.texi (Evaluating code blocks): More specific documentation
1399         about the different types of header arguments.
1401 2011-08-15  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
1403         * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1405 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1407         * org.texi (Built-in table editor): Document the table field
1408         follow mode.
1410 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1412         * org.texi (Easy Templates): Document new template.
1414 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1416         * org.texi (Literal examples): Add a cross-reference from "Literal
1417         Examples" to "Easy Templates."
1419 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1421         * org.texi (The clock table): Add link to match syntax.
1423 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1425         * org.texi (Agenda commands): Document clock consistency checks.
1427 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1429         * org.texi (Built-in table editor): Document that \vert represents
1430         a vertical bar in a table field.
1432 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1434         * org.texi (Literal examples): Link from "Markup" > "Literate
1435         Examples" to "Working with Source Code".
1437 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1439         * org.texi (Agenda commands): Doc for function option to bulk
1440         action.
1442 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1444         * org.texi (Template expansion): Document new %<...> template
1445         escape.
1447 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1449         * org.texi (Selective export): Document exclusion of any tasks
1450         from export.
1452 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1454         * org.texi (Selective export): Document how to exclude DONE tasks
1455         from export.
1456         (Publishing options): Document the properties to be used to turn off
1457         export of DONE tasks.
1459 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1461         * org.texi (The date/time prompt): Document date range protection.
1463 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1465         * org.texi (padline): Documentation of the new padline header
1466         argument.
1468 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1470         * org.texi (var): Adding "[" to list of characters triggering
1471         elisp evaluation.
1473 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1475         * org.texi (var): Documentation of Emacs Lisp evaluation during
1476         variable assignment.
1478 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1480         * org.texi (colnames): Reference indexing into variables, and note
1481         that colnames are *not* removed before indexing occurs.
1482         (rownames): Reference indexing into variables, and note that
1483         rownames are *not* removed before indexing occurs.
1485 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1487         * org.texi (var): Clarification of indexing into tabular
1488         variables.
1490 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1492         * org.texi (results): Documentation of the `:results wrap' header
1493         argument.
1495 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1497         * org.texi (LaTeX and PDF export): Add a note about a limitation
1498         of the LaTeX export: the org file has to be properly structured.
1500 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1502         * org.texi (Dynamic blocks, Structure editing): Mention
1503         the function `org-narrow-to-block'.
1505 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1507         * org.texi (Languages): Updating list of code block supported
1508         languages.
1510 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1512         * org.texi (Special properties): CATEGORY is a special property,
1513         but it may also used in the drawer.
1515 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1517         * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1519 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1521         * org.texi (Include files): Document :lines.
1523 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1525         * org.texi (comments): Documentation of the ":comments noweb" code
1526         block header argument.
1528 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1530         * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1531         added extra whitespace around functions to be consistent with the
1532         rest of the section.
1534 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1536         * org.texi (Evaluating code blocks): Expanded discussion of
1537         #+call: line syntax.
1538         (Header arguments in function calls): Expanded discussion of
1539         #+call: line syntax.
1541 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1543         * org.texi (Evaluating code blocks): More explicit about how to
1544         pass variables to #+call lines.
1546 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1548         * org.texi (Results of evaluation): Link to the :results header
1549         argument list from the "Results of evaluation" section.
1551 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1553         * org.texi (Conflicts): Adding additional information about
1554         resolving org/yasnippet conflicts.
1556 2011-08-15  David Maus  <dmaus@ictsoc.de>
1558         * org.texi (Publishing options): Document style-include-scripts
1559         publishing project property.
1561 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1563         * org.texi (Sparse trees): Document the next-error /
1564         previous-error functionality.
1566 2011-08-15  Tom Dye  <tsd@tsdye.com>
1568         * org.texi (cache): Improved documentation of code block caches.
1570 2011-08-15  Tom Dye  <tsd@tsdye.com>
1572         * org.texi (Code block specific header arguments): Documentation
1573         of multi-line header arguments.
1575 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1577         * org.texi (Code evaluation security): Add example for using a
1578         function.
1580 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1582         * org.texi (Tables in LaTeX export): Documentation of new
1583         attr_latex options for tables.
1585 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
1587         * trampver.texi: Update release number.
1589 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
1591         Sync with Tramp 2.2.2.
1593         * trampver.texi: Update release number.
1595 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597         * flymake.texi (Example -- Configuring a tool called via make):
1598         Use /dev/null instead of the Windows "nul" (bug#8715).
1600 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602         * widget.texi (Setting Up the Buffer): Remove mention of the
1603         global keymap parent, which doesn't seem to be accurate
1604         (bug#7045).
1606 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608         * org.texi (Special agenda views): Fix double quoting (bug#3509).
1610 2010-07-10  Kevin Ryde  <user42@zip.com.au>
1612         * cl.texi (For Clauses): Add destructuring example processing an
1613         alist (bug#6596).
1615 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617         * ediff.texi (Major Entry Points): Remove mention of `require',
1618         since that's not pertinent in the installed Emacs (bug#9016).
1620 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
1623         (Filtering New Groups): Clarify how simple the "options -n" format is.
1624         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1625         is internal.
1627 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
1629         * tramp.texi (Cleanup remote connections): Add
1630         `tramp-cleanup-this-connection'.
1632 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1635         zombies.
1636         (Checking New Groups): Ditto (bug#8974).
1637         (Checking New Groups): Moved the reference to the right place.
1639 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
1641         * gnus.texi (Startup Files): Clarify that we're talking about numbered
1642         backups, and not actual vc (bug#8975).
1644 2011-07-03  Kevin Ryde  <user42@zip.com.au>
1646         * cl.texi (For Clauses): @items for hash-values and key-bindings
1647         to make them more visible when skimming.  Add examples of `using'
1648         clause to them, examples being clearer than a description in
1649         words (bug#6599).
1651 2011-07-01  Alan Mackenzie  <acm@muc.de>
1653         * cc-mode.texi (Guessing the Style): New page.
1654         (Styles): Add a short introduction to above.
1656 2011-06-28  Deniz Dogan  <deniz@dogan.se>
1658         * rcirc.texi (Configuration): Bug-fix:
1659         `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1660         Reported by Elias Pipping <pipping@exherbo.org>.
1662 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664         * gnus.texi (Summary Mail Commands): Document
1665         `gnus-summary-reply-to-list-with-original'.
1667 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1669         * eshell.texi (Known problems): Fix typo.
1671 2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
1673         * tramp.texi (Customizing Completion): Mention authinfo-style files.
1674         (Password handling): `auth-source-debug' is good for debug messages.
1676 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1678         * gnus.texi (Store custom flags and keywords): Refer to
1679         `gnus-registry-article-marks-to-{chars,names}' instead of
1680         `gnus-registry-user-format-function-{M,M2}'.
1682 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1684         * texinfo.tex: Merge from gnulib.
1686 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1688         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
1689         (Store custom flags and keywords):
1690         Mention `gnus-registry-user-format-function-M' and
1691         `gnus-registry-user-format-function-M2'.
1693 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1695         * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
1697 2011-05-17  Glenn Morris  <rgm@gnu.org>
1699         * gnus.texi (Face): Fix typo.
1701 2011-05-14  Glenn Morris  <rgm@gnu.org>
1703         * dired-x.texi (Omitting Examples): Minor addition.
1705 2011-05-10  Jim Meyering  <meyering@redhat.com>
1707         * ede.texi: Fix typo "or or -> or".
1709 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
1711         * gnus.texi (Summary Buffer Lines):
1712         gnus-summary-user-date-format-alist does not exist.
1713         (Sorting the Summary Buffer): More about sorting threads.
1715 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
1717         * trampver.texi: Update release number.
1719 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
1721         * tramp.texi (Frequently Asked Questions): New item for disabling
1722         Tramp in other packages.
1724 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1726         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
1727         (Fancy splitting to parent, Store arbitrary data):
1728         Updated gnus-registry docs.
1730 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
1732         * ede.texi: Fix typos.
1734 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1736         * gnus.texi (Window Layout): @itemize @code doesn't exist.
1737         It's @table @code.
1739 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
1741         * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
1743 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1745         * calc.texi (Logarithmic Units): Update the function names.
1747 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1749         * message.texi (Various Commands): Document format specs in the
1750         ellipsis.
1752 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
1754         * message.texi (Insertion Variables): Document message-cite-style.
1756 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
1758         * tramp.texi (Remote processes): New subsection "Running shell on
1759         a remote host".
1761 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1763         * auth.texi (Help for developers): Update docs to explain that the
1764         :save-function will only run the first time.
1766 2011-03-12  Glenn Morris  <rgm@gnu.org>
1768         * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1769         (emacs-faq.text): New target.
1770         (clean): Add emacs-faq.
1772 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
1774         Sync with Tramp 2.2.1.
1776         * trampver.texi: Update release number.
1778 2011-03-11  Glenn Morris  <rgm@gnu.org>
1780         * Makefile.in (HTML_TARGETS): New.
1781         (clean): Delete $HTML_TARGETS.
1782         (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1784 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1786         * auth.texi (Help for developers): Show example of using
1787         `auth-source-search' with prompts and :save-function.
1789 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1791         * Version 23.3 released.
1793 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
1795         * message.texi (Message Buffers): Update default value of
1796         message-generate-new-buffers.
1798 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
1800         * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1801         and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1802         respectively.
1803         (Musical Notes): New section.
1804         (Customizing Calc): Mention the customizable variable
1805         calc-note-threshold.
1807 2011-03-03  Glenn Morris  <rgm@gnu.org>
1809         * url.texi (Dealing with HTTP documents): Remove reference to
1810         function url-decode-text-part; never seems to have existed.  (Bug#6038)
1811         (Configuration): Update url-configuration-directory description.
1813 2011-03-02  Glenn Morris  <rgm@gnu.org>
1815         * dired-x.texi (Multiple Dired Directories): Remove mentions
1816         of dired-default-directory-alist and dired-default-directory.
1817         Move dired-smart-shell-command here...
1818         (Miscellaneous Commands): ... from here.
1820 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1822         * texinfo.tex: Update to version 2011-02-24.09.
1824 2011-03-02  Glenn Morris  <rgm@gnu.org>
1826         * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1827         instead of the obsoleted dired-omit-here-always.
1829 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
1831         * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1832         supported systems.
1834 2011-02-28  Glenn Morris  <rgm@gnu.org>
1836         * dbus.texi (Type Conversion): Grammar fix.
1838 2011-02-23  Michael Albinus  <michael.albinus@gmx.de>
1840         * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1841         "Debian GNU/Linux".
1843         * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1845 2011-02-23  Glenn Morris  <rgm@gnu.org>
1847         * dired-x.texi (Features): Minor rephrasing.
1848         (Local Variables): Fix typos.
1850         * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1851         Standardize some Emacs/XEmacs terminology.
1853         * dired-x.texi (Features): Don't advertise obsolete local variables.
1854         Simplify layout.
1855         (Omitting Variables): Update local variables example.
1856         (Local Variables): Say this is obsolete.  Fix description of
1857         dired-enable-local-variables possible values.
1859 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1861         * auth.texi (Help for users): Mention ~/.netrc is also searched by
1862         default now.
1864 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1866         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1868 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1870         * gnus.texi (Window Layout): Document layout names.
1872 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1874         * ada-mode.texi: Sync @dircategory with ../../info/dir.
1875         * auth.texi: Sync @dircategory with ../../info/dir.
1876         * autotype.texi: Sync @dircategory with ../../info/dir.
1877         * calc.texi: Sync @dircategory with ../../info/dir.
1878         * cc-mode.texi: Sync @dircategory with ../../info/dir.
1879         * cl.texi: Sync @dircategory with ../../info/dir.
1880         * dbus.texi: Sync @dircategory with ../../info/dir.
1881         * dired-x.texi: Sync @dircategory with ../../info/dir.
1882         * ebrowse.texi: Sync @dircategory with ../../info/dir.
1883         * ede.texi: Sync @dircategory with ../../info/dir.
1884         * ediff.texi: Sync @dircategory with ../../info/dir.
1885         * edt.texi: Sync @dircategory with ../../info/dir.
1886         * eieio.texi: Sync @dircategory with ../../info/dir.
1887         * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1888         * epa.texi: Sync @dircategory with ../../info/dir.
1889         * erc.texi: Sync @dircategory with ../../info/dir.
1890         * eshell.texi: Sync @dircategory with ../../info/dir.
1891         * eudc.texi: Sync @dircategory with ../../info/dir.
1892         * flymake.texi: Sync @dircategory with ../../info/dir.
1893         * forms.texi: Sync @dircategory with ../../info/dir.
1894         * gnus.texi: Sync @dircategory with ../../info/dir.
1895         * idlwave.texi: Sync @dircategory with ../../info/dir.
1896         * mairix-el.texi: Sync @dircategory with ../../info/dir.
1897         * message.texi: Sync @dircategory with ../../info/dir.
1898         * mh-e.texi: Sync @dircategory with ../../info/dir.
1899         * newsticker.texi: Sync @dircategory with ../../info/dir.
1900         * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1901         * org.texi: Sync @dircategory with ../../info/dir.
1902         * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1903         * pgg.texi: Sync @dircategory with ../../info/dir.
1904         * rcirc.texi: Sync @dircategory with ../../info/dir.
1905         * reftex.texi: Sync @dircategory with ../../info/dir.
1906         * remember.texi: Sync @dircategory with ../../info/dir.
1907         * sasl.texi: Sync @dircategory with ../../info/dir.
1908         * sc.texi: Sync @dircategory with ../../info/dir.
1909         * semantic.texi: Sync @dircategory with ../../info/dir.
1910         * ses.texi: Sync @dircategory with ../../info/dir.
1911         * sieve.texi: Sync @dircategory with ../../info/dir.
1912         * smtpmail.texi: Sync @dircategory with ../../info/dir.
1913         * speedbar.texi: Sync @dircategory with ../../info/dir.
1914         * trampver.texi [emacs]: Set emacsname to "Emacs".
1915         * tramp.texi: Sync @dircategory with ../../info/dir.
1916         * url.texi: Sync @dircategory with ../../info/dir.
1917         * vip.texi: Sync @dircategory with ../../info/dir.
1918         * viper.texi: Sync @dircategory with ../../info/dir.
1919         * widget.texi: Sync @dircategory with ../../info/dir.
1920         * woman.texi: Sync @dircategory with ../../info/dir.
1922 2011-02-19  Glenn Morris  <rgm@gnu.org>
1924         * dired-x.texi (Technical Details): No longer redefines
1925         dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
1926         dired-read-shell-command, or dired-find-buffer-nocreate.
1928 2011-02-18  Glenn Morris  <rgm@gnu.org>
1930         * dired-x.texi (Optional Installation File At Point): Simplify.
1932 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1934         * auth.texi (Help for users): Use :port instead of :protocol for all
1935         auth-source docs.
1936         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1937         to have two files in `auth-sources'.
1939 2011-02-16  Glenn Morris  <rgm@gnu.org>
1941         * dired-x.texi: Use emacsver.texi to get Emacs version.
1942         * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1943         Depend on emacsver.texi.
1945         * dired-x.texi: Drop meaningless version number.
1946         (Introduction): Remove old info.
1947         (Optional Installation Dired Jump): Autoload from dired-x.
1948         Remove incorrect info about loaddefs.el.
1949         (Bugs): Just refer to M-x report-emacs-bug.
1951         * dired-x.texi (Multiple Dired Directories): Update for rename of
1952         default-directory-alist.
1953         (Miscellaneous Commands): No longer mention very old VM version 4.
1955 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1957         Merge from gnulib.
1958         * texinfo.tex: Update to version 2011-02-14.11.
1960 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1962         * auth.texi (Help for users):
1963         Login collection is "Login" and not "login".
1965 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
1967         * tramp.texi (History): Remove IMAP support.
1968         (External methods, Frequently Asked Questions): Remove `imap' and
1969         `imaps' methods.
1970         (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1972         * trampver.texi: Remove default value of `emacsimap'.
1974 2011-02-13  Glenn Morris  <rgm@gnu.org>
1976         * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1977         * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1979 2011-02-12  Glenn Morris  <rgm@gnu.org>
1981         * sc.texi (Getting Connected): Remove old index entries.
1983 2011-02-12  Ulrich Mueller  <ulm@gentoo.org>
1985         * url.texi: Remove duplicate @dircategory (Bug#7942).
1987 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1989         * auth.texi (Overview, Help for users, Help for developers):
1990         Update docs.
1991         (Help for users): Talk about spaces.
1993 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
1995         * texinfo.tex: Update to version 2011-02-07.16.
1997 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
1999         * dbus.texi (Bus names): Adapt descriptions for
2000         dbus-list-activatable-names and dbus-list-known-names.
2002 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
2004         * calc.texi (Logarithmic Units): New section.
2006 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2008         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2009         manuals use it now.
2011         * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
2013 2011-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2015         * overrides.texi: Remove.
2017         * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2018         * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2020 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
2022         * tramp.texi (Frequently Asked Questions): Mention problems with
2023         WinSSHD.
2025         * trampver.texi: Update release number.
2027 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
2029         * tramp.texi:
2030         Replace "delimet" with "delimit" globally.
2031         Replace "explicite" with "explicit" globally.
2032         Replace "instead of" with "instead" where there was nothing after "of".
2033         Audit use of comma before interrogative pronoun, "that", or "which".
2034         Minor word order, spelling, wording changes.
2036 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2038         * overrides.texi: New file to set or clear WEBHACKDEVEL.
2040         * sieve.texi: Use WEBHACKDEVEL.
2042         * sasl.texi: Use WEBHACKDEVEL.
2044         * pgg.texi: Use WEBHACKDEVEL.
2046         * message.texi: Use WEBHACKDEVEL.
2048         * gnus.texi: Use WEBHACKDEVEL.
2050         * emacs-mime.texi: Use WEBHACKDEVEL.
2052         * auth.texi: Use WEBHACKDEVEL.
2054         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2055         manuals.
2057 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2059         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2061 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2063         * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2064         which in turn is copied from ftp://tug.org/tex/.
2066 2011-02-03  Glenn Morris  <rgm@gnu.org>
2068         * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2069         (Binding combinations of modifiers and function keys):
2070         Let's assume people reading this are not using Emacs 18.
2072 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2074         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2075         since it's run automatically.
2077 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2079         * gnus.texi (Customizing Articles): Fix typo.
2081 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2083         * gnus.texi (Customizing Articles): Document the new way of customizing
2084         the date headers(s).
2086 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2088         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2089         splitting example.
2091 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
2093         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2094         (MAKEINFO_OPTS): New variable.
2095         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2096         ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2097         ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2098         ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2099         ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2100         ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2101         ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2102         ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2103         ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2104         ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2105         ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2106         ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2107         ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2108         ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2109         ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2110         ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2111         ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2112         ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2114 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2116         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2118 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2120         * message.texi (IDNA): Explain what it is.
2122 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2124         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2126 2011-01-23  Werner Lemberg  <wl@gnu.org>
2128         * Makefile.in (MAKEINFO): Now controlled by `configure'.
2129         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
2130         (ENVADD): Update.
2132 2011-01-18  Glenn Morris  <rgm@gnu.org>
2134         * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2136 2011-01-14  Eduard Wiebe  <usenet@pusto.de>
2138         * nxml-mode.texi (Introduction): Fix file name typos.
2140 2011-01-13  Christian Ohler  <ohler@gnu.org>
2142         * ert.texi: New file.
2144         * Makefile.in:
2145         * makefile.w32-in: Add ert.texi.
2147 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2149         * dbus.texi (Receiving Method Calls): New function
2150         dbus-register-service.  Rearrange node.
2152 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
2154         * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2155         which in turn is copied from ftp://tug.org/tex/.
2157 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2159         * dbus.texi (Receiving Method Calls): Describe new optional
2160         parameter dont-register-service of dbus-register-{method,property}.
2162 2010-12-17  Daiki Ueno  <ueno@unixuser.org>
2164         * epa.texi (Encrypting/decrypting *.gpg files):
2165         Mention epa-file-select-keys.
2167 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169         * gnus.texi (Archived Messages): Remove outdated text.
2171 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2173         * gnus.texi (Foreign Groups): Add clarification of foreign groups.
2175 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
2177         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
2179 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2181         * gnus.texi (The swish++ Engine): Add customizable parameters
2182         descriptions.
2183         (The swish-e Engine): Ditto.
2185 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
2187         * tramp.texi (Inline methods): Add "ksu" method.
2188         (Remote processes): Add example with remote `default-directory'.
2190 2010-12-14  Glenn Morris  <rgm@gnu.org>
2192         * faq.texi (Expanding aliases when sending mail):
2193         Now build-mail-aliases is interactive.
2195 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2197         * gnus.texi: First pass at adding (rough) nnir documentation.
2199 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201         * gnus.texi (Filtering New Groups):
2202         Mention gnus-auto-subscribed-categories.
2203         (The First Time): Remove, since default-subscribed-newsgroups has been
2204         removed.
2206 2010-12-13  Glenn Morris  <rgm@gnu.org>
2208         * cl.texi (For Clauses): Small fixes for frames and windows.
2210 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2212         * org.texi (Using capture): Document using prefix arguments for
2213         finalizing capture.
2214         (Agenda commands): Document prefix argument for the bulk scatter
2215         command.
2216         (Beamer class export): Document that also overlay arguments can be
2217         passed to the column environment.
2218         (Template elements): Document the new entry type.
2220 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
2222         * org.texi (Include files): Document :minlevel.
2224 2010-12-11  Julien Danjou  <julien@danjou.info>
2226         * org.texi (Categories): Document category icons.
2228 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
2230         * org.texi (noweb): Fix typo.
2232 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
2234         * gnus.texi (Server Commands): Point to the rest of the server
2235         commands.
2237 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2240         g'.
2242 2010-12-02  Julien Danjou  <julien@danjou.info>
2244         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2246 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2249         (Direct Functions): Note the STARTTLS upgrade.
2251 2010-11-27  Glenn Morris  <rgm@gnu.org>
2252             James Clark  <none@example.com>
2254         * nxml-mode.texi (Introduction): New section.
2256 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258         * gnus.texi (Server Commands): Document gnus-server-show-server.
2260 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
2262         Sync with Tramp 2.2.0.
2264         * trampver.texi: Update release number.
2266 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
2268         * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2269         Mention that the TeX specific units won't use the `tex' prefix
2270         in TeX mode.
2272 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2274         * gnus.texi (Misc Article): Document gnus-inhibit-images.
2276 2010-11-17  Glenn Morris  <rgm@gnu.org>
2278         * edt.texi: Remove information about Emacs 19.
2280 2010-11-17  Michael Albinus  <michael.albinus@gmx.de>
2282         * trampver.texi: Update release number.
2284 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2286         * gnus.texi (Article Washing): Fix typo.
2288 2010-11-11  Noorul Islam  <noorul@noorul.com>
2290         * org.texi: Fix typo.
2292 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2294         * org.texi (Using capture): Explain that refiling is
2295         sensitive to cursor position.
2297 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2299         * org.texi (Images and tables): Add cross reference to link section.
2301 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2303         * org.texi: Document the <c> cookie.
2305 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2307         * org.texi: Multi-line header arguments :PROPERTIES: :ID:
2308         b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
2310 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2312         * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
2314 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2316         * org.texi (Project alist): Mention that this is a property list.
2318 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2320         * org.texi (Setting up the staging area): Document that
2321         file names remain visible when encrypting the MobileOrg files.
2323 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2325         * org.texi (Setting up the staging area): Document which
2326         versions are needed for encryption.
2328 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2330         * org.texi (noweb): Update :noweb documentation to
2331         reflect the new "tangle" argument.
2333 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2335         * org.texi (Batch execution): Improve tangling script in
2336         documentation.
2338 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2340         * org.texi (Handling links):
2341         (In-buffer settings): Document inlining images on startup.
2343 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2345         * org.texi (Setting up the staging area): Document use of
2346         crypt password.
2348 2010-11-11  David Maus  <dmaus@ictsoc.de>
2350         * org.texi (Template expansion): Add date related link type escapes.
2352 2010-11-11  David Maus  <dmaus@ictsoc.de>
2354         * org.texi (Template expansion): Add mew in table for link type
2355         escapes.
2357 2010-11-11  David Maus  <dmaus@ictsoc.de>
2359         * org.texi (Template expansion): Fix typo in link type escapes.
2361 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2363         * org.texi (Structure of code blocks): Another documentation tweak.
2365 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2367         * org.texi (Structure of code blocks): Documentation tweak.
2369 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2371         * org.texi (Structure of code blocks):
2372         Update documentation to mention inline code block syntax.
2374 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2376         * org.texi (comments): Improve wording.
2378 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2380         * org.texi (comments): Document the new :comments header arguments.
2382 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2384         * org.texi (Installation): Remove the special
2385         installation instructions for XEmacs.
2387 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2389         * org.texi (Easy Templates): New section.  Documents quick
2390         insertion of empty structural elements.
2392 2010-11-11  Noorul Islam  <noorul@noorul.com>
2394         * org.texi: Fix doc.
2396 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2398         * org.texi (The date/time prompt): Document specification
2399         of time ranges.
2401 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2403         * org.texi (Internal links): Document the changes in
2404         internal links.
2406 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2408         * org.texi (Agenda commands): Document the limitation for
2409         the filter preset - it can only be used for an entire agenda
2410         view, not in an individual block in a block agenda.
2412 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
2414         * org.texi (iCalendar export): Document alarm creation.
2416 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
2418         * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2420 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2424 2010-11-09  Jay Belanger  <jay.p.belanger@gmail.com>
2426         * calc.texi: Use emacsver.texi to determine Emacs version.
2428 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2431         since that works by default.
2433 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2435         * gnus.texi (Customizing the IMAP Connection): Document
2436         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2438 2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
2440         * tramp.texi (Remote shell setup): New item "Interactive shell
2441         prompt".  Reported by Christian Millour <cm@abtela.com>.
2442         (Remote shell setup, Remote processes): Use @code{} for
2443         environment variables.
2445 2010-11-03  Glenn Morris  <rgm@gnu.org>
2447         * ediff.texi (Quick Help Commands, Miscellaneous):
2448         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
2450 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2454 2010-10-31  Glenn Morris  <rgm@gnu.org>
2456         * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2458 2010-10-31  Glenn Morris  <rgm@gnu.org>
2460         * cc-mode.texi: Remove reference to defunct viewcvs URL.
2462 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464         * gnus.texi (Client-Side IMAP Splitting):
2465         Mention nnimap-unsplittable-articles.
2467 2010-10-29  Julien Danjou  <julien@danjou.info>
2469         * gnus.texi (Finding the News): Remove references to obsoletes
2470         variables `gnus-nntp-server' and `gnus-secondary-servers'.
2472 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
2474         * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2475         (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2476         ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2477         ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2479 2010-10-28  Glenn Morris  <rgm@gnu.org>
2481         * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2482         (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2483         ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2485 2010-10-25  Daiki Ueno  <ueno@unixuser.org>
2487         * epa.texi (Mail-mode integration): Add alternative key bindings
2488         for epa-mail commands; escape comma.
2489         Don't use the word "PGP", since it is a non-free program.
2491 2010-10-24  Jay Belanger  <jay.p.belanger@gmail.com>
2493         * calc.texi: Use emacsver.texi to determine Emacs version.
2495 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
2497         * gnus.texi (Group Parameters, Buttons): Fix typos.
2499 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
2501         * gnus.texi (Subscription Commands): Mention that you can also
2502         subscribe to new groups via the Server buffer, which is probably more
2503         convenient when subscribing to many groups.
2505 2010-10-21  Julien Danjou  <julien@danjou.info>
2507         * message.texi (Message Headers): Allow message-default-headers to be a
2508         function.
2510 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512         * gnus-news.texi: Mention new archive defaults.
2514 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2516         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2518 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520         * gnus.texi (HTML): Document the function value of
2521         gnus-blocked-images.
2522         (Article Washing): shr and gnus-w3m, not the direct function names.
2524 2010-10-20  Julien Danjou  <julien@danjou.info>
2526         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2527         variable.
2529 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531         * gnus.texi (Customizing the IMAP Connection): The port strings are
2532         strings.
2533         (Document Groups): Mention git.
2535 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2538         bzr/Gnus git sync.
2540 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
2542         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2543         change.
2545 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2548         @item syntax for in-Emacs makeinfo.
2550 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
2552         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2553         trim sentence.
2555 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
2557         * epa.texi (Caching Passphrases):
2558         * auth.texi (GnuPG and EasyPG Assistant Configuration):
2559         Clarify some configurations require to set up gpg-agent.
2561 2010-10-11  Glenn Morris  <rgm@gnu.org>
2563         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2565 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567         * gnus.texi (Spam Package Introduction): Mention `$'.
2569 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
2571         * makefile.w32-in (emacsdir): New variable.
2572         ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2573         (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2575 2010-10-09  Glenn Morris  <rgm@gnu.org>
2577         * Makefile.in (mostlyclean): Delete *.toc.
2579         * Makefile.in: Use $< in rules.
2581         * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2583         * Makefile.in ($(infodir)): Delete rule.
2584         (mkinfodir): New.  Use it in all the info rules, rather than depending
2585         on infodir.
2587 2010-10-09  Glenn Morris  <rgm@gnu.org>
2589         * gnus.texi (Article Washing): Fix previous change.
2591         * Makefile.in (emacsdir): New variable.
2592         ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
2593         Depend on emacsver.texi.
2595         * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2597         * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2599 2010-10-08  Julien Danjou  <julien@danjou.info>
2601         * gnus.texi: Add mm-shr.
2603 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
2605         * gnus.texi (Finding the Parent, The Gnus Registry)
2606         (Registry Article Refer Method): Update docs for nnregistry.el.
2608 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
2610         * auth.texi (Help for users)
2611         (GnuPG and EasyPG Assistant Configuration): Update docs.
2613 2010-10-08  Glenn Morris  <rgm@gnu.org>
2615         * cl.texi (Organization, Installation, Old CL Compatibility):
2616         Deprecate cl-compat for new code.
2617         (Usage, Installation): Remove outdated information.
2619         * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2621 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2623         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2625 2010-10-06  Julien Danjou  <julien@danjou.info>
2627         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2629         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2630         broken link.
2632         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2634         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2635         to ReiserFS.
2637         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2638         (FAQ 7-1): Fix getmail URL.
2640 2010-10-06  Daiki Ueno  <ueno@unixuser.org>
2642         * epa.texi (Caching Passphrases): New section.
2644 2010-10-06  Glenn Morris  <rgm@gnu.org>
2646         * Makefile.in (SHELL): Set it.
2647         (info): Move the mkdir dependency to the individual info files.
2648         (mostlyclean): Tidy up.
2649         (clean): Only delete the specific dvi and pdf files.
2650         (maintainer-clean): Be more restrictive in what we delete.
2651         ($(infodir)): Add parallel build workaround.
2653 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2655         * gnus.texi (Misc Article): Document gnus-widen-article-window.
2657 2010-10-03  Julien Danjou  <julien@danjou.info>
2659         * emacs-mime.texi (Display Customization):
2660         Update mm-inline-large-images documentation and add documentation for
2661         mm-inline-large-images-proportion.
2663 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
2665         * tramp.texi (Frequently Asked Questions):
2666         Mention remote-file-name-inhibit-cache.
2668 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670         * gnus.texi (Splitting Mail): Fix @xref syntax.
2671         (Splitting Mail): Really fix the @ref syntax.
2673 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675         * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2676         (Article Hiding): Add google banner example.
2677         Suggested by Benjamin Xu.
2679 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2681         * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2682         Remove nnimap-split-rule from examples.
2684 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2687         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
2688         Fishman.
2689         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2691 2010-09-30  Julien Danjou  <julien@danjou.info>
2693         * gnus.texi (Gravatars): Fix documentation about
2694         gnu-gravatar-properties.
2696 2010-09-29  Daiki Ueno  <ueno@unixuser.org>
2698         * epa.texi (Bug Reports): New section.
2700 2010-09-29  Glenn Morris  <rgm@gnu.org>
2702         * Makefile.in (top_srcdir): Remove unused variable.
2704 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2707         (Client-Side IMAP Splitting): Document 'default.
2709 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711         * gnus.texi (Customizing the IMAP Connection):
2712         Document nnimap-fetch-partial-articles.
2714 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716         * gnus-news.texi: Mention nnimap-inbox.
2718         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2720 2010-09-26  Julien Danjou  <julien@danjou.info>
2722         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
2724 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726         * gnus.texi (Security): Remove gpg.el mention.
2728 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2730         * gnus.texi (Browse Foreign Server): New variable
2731         gnus-browse-subscribe-newsgroup-method.
2733         * gnus-news.texi: Mention it.
2735 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737         * gnus.texi (NoCeM): Remove.
2738         (Startup Variables): No jingle.
2740 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
2742         * woman.texi (Interface Options): xz compression is now supported.
2744 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2747         (Unavailable Servers): Document gnus-server-copy-server.
2748         (Using IMAP): Document the new nnimap.
2750 2010-09-25  Julien Danjou  <julien@danjou.info>
2752         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
2754 2010-09-24  Glenn Morris  <rgm@gnu.org>
2756         * url.texi (Disk Caching): Tweak previous change.
2758 2010-09-24  Julien Danjou  <julien@danjou.info>
2760         * url.texi (Disk Caching): Mention url-cache-expire-time,
2761         url-cache-expired, and url-fetch-from-cache.
2763 2010-09-24  Julien Danjou  <julien@danjou.info>
2765         * gnus.texi: Add Gravatars.
2767 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2771 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773         * gnus.texi (Expunging mailboxes): Update name of the expunging
2774         command.
2776 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2778         * emacs-mime.texi (rfc2047): Update description for
2779         rfc2047-encode-parameter.
2781 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
2783         * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2784         "fish" methods.
2785         (External methods): Remove "scp1_old" and "scp2_old" methods.
2787 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
2789         * tramp.texi: Remove Japanese manual.  Fix typo.
2791         * trampver.texi: Update release number.  Remove japanesemanual.
2793 2010-09-09  Glenn Morris  <rgm@gnu.org>
2795         * org.texi: Restore clobbered changes (copyright years, untabify).
2797 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
2799         * gnus.texi (Adaptive Scoring): Fix typo.
2801 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2803         * gnus.texi (Article Display): Document gnus-html-show-images.
2805 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2807         * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2809 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811         * gnus.texi (HTML): Document gnus-max-image-proportion.
2813 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815         * gnus.texi (HTML): Document gnus-blocked-images.
2817         * message.texi (Wide Reply): Document message-prune-recipient-rules.
2819 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821         * gnus.texi (Summary Mail Commands): Note that only the addresses from
2822         the first message are used for wide replies.
2823         (Changing Servers): Remove documentation on gnus-change-server and
2824         friends, since it's been removed.
2826 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2828         * gnus.texi (Drafts): Mention B DEL.
2830 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
2832         * gnus.texi (Delayed Articles): Mention that the Date header is the
2833         original one, even if you delay.
2835 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837         * gnus.texi (Asynchronous Fetching):
2838         Document gnus-async-post-fetch-function.
2839         (HTML): Made into its own section.
2841 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
2843         Sync with Tramp 2.1.19.
2845         * tramp.texi (Inline methods, Default Method): Mention
2846         `tramp-inline-compress-start-size'.  Remove "kludgy" phrase.
2847         Remove remark about doubled "-t" argument.
2848         (Auto-save and Backup): Remove reference to Emacs 21.
2849         (Filename Syntax): Describe port numbers.
2850         (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
2851         supported MS Windows versions.  Remove obsolete URL.  Recommend "sshx"
2852         and "scpx" for echoing shells.  Use the $() syntax, texi2dvi reports
2853         errors with the backquotes.
2854         (External packages): File attributes cache flushing for asynchronous
2855         processes.
2856         (Traces and Profiles): Describe verbose level 9.
2858         * trampver.texi: Update release number.
2860 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
2862         * dbus.texi (Alternative Buses): New chapter.
2864 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2866         * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2868 2010-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
2870         * calc.texi (Customizing Calc): Rearrange description of new
2871         variables to match the presentation of other variables.
2873 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2875         * org.texi (Footnotes, Tables in HTML export): Fix typos.
2877 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2879         * calc.texi (Making Selections, Selecting Subformulas)
2880         (Customizing Calc): Mention how to use faces to emphasize selected
2881         sub-formulas.
2883 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2885         * tramp.texi (External packages): File attributes cache flushing
2886         for asynchronous processes.
2888 2010-08-01  Alan Mackenzie  <acm@muc.de>
2890         Enhance the manual for the latest Java Mode.
2892         * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2893         annotation-var-cont.
2894         (Java Symbols): Page renamed from Anonymous Class Symbol.  Document the
2895         two new symbols.
2897 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2899         * tramp.texi (Traces and Profiles): Describe verbose level 9.
2901 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2903         * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2905 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2907         * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2909 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2911         * org.texi: Add macros to get plain quotes in PDF output.
2912         List additional contributors.
2913         (Capture): New section, replaces the section about remember.
2914         (Working With Source Code): New chapter, focused on documenting Org
2915         Babel.
2916         (Code evaluation security): New section.
2917         (MobileOrg): Document DropBox support.
2918         (TaskJuggler export): Document taskjuggler and Gantt chart support.
2919         (Special symbols): Show how to display UTF8 characters for entities.
2920         (Global TODO list): Clarify the use of the "M" key and the differences
2921         to the "m" key.
2922         (RSS Feeds): Mention Atom feeds as well.
2923         (Setting tags): Remove paragraph about
2924         `org-complete-tags-always-offer-all-agenda-tags'.
2926 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2928         * tramp.texi (Inline methods): Remove remark about doubled "-t"
2929         argument.
2930         (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2931         echoing shells.
2933 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
2935         * tramp.texi (Inline methods): Remove "kludgy" phrase.
2936         (Filename Syntax): Describe port numbers.
2938 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
2940         * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
2941         forgotten.
2942         (Type Conversion): Precise conversion of natural numbers.
2943         (Errors and Events): Add "debugging" to concept index.  Add variable
2944         `dbus-debug'.
2946 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2948         * dbus.texi (Receiving Method Calls): Add optional argument
2949         EMITS-SIGNAL to `dbus-register-property'.
2951 2010-06-27  Alex Schroeder  <alex@gnu.org>
2953         * nxml-mode.texi (Commands for locating a schema): Fix typo.
2955 2010-06-24  Glenn Morris  <rgm@gnu.org>
2957         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2958         * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2959         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2960         * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2961         * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2962         * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2963         * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2964         * woman.texi: Start direntry descriptions in column 32, per Texinfo
2965         convention.   Make them end with a period.
2967 2010-06-23  Glenn Morris  <rgm@gnu.org>
2969         * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
2970         * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2971         * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2972         * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2973         * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2974         * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
2976 2010-06-10  Glenn Morris  <rgm@gnu.org>
2978         * idlwave.texi (Load-Path Shadows):
2979         * org.texi (Handling links): Fix typos.
2981 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
2983         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2985 2010-05-26  Michael Albinus  <michael.albinus@gmx.de>
2987         * eshell.texi (Built-ins): Describe, how to disable a built-in command
2988         by an alias.  (Bug#6226)
2990 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2992         * calc.texi (Manipulating Vectors): Mention that vectors can
2993         be used to determine bins for `calc-histogram'.
2995 2010-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
2997         * calc.texi: Remove "\turnoffactive" commands throughout.
2999 2010-05-08  Å tÄ›pán NÄ›mec  <stepnem@gmail.com>  (tiny change)
3001         * url.texi (HTTP language/coding, Customization):
3002         * message.texi (Header Commands, Responses):
3003         * cl.texi (Argument Lists): Fix typos.
3005 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
3007         * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3008         Note that Development menu is always available.
3009         (Creating a project): Fix terminology.
3010         (Add/Remove files): Fix typo.
3012 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
3014         * Version 23.2 released.
3016 2010-05-01  Daniel E. Doherty  <ddoherty03@gmail.com>  (tiny change)
3018         * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3020 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
3022         * tramp.texi (Inline methods, Default Method):
3023         Mention `tramp-inline-compress-start-size'.
3025 2010-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3027         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3028         the CVS repo.  Put the Git repo in the news section.
3030         * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
3031         Removed some mentions of CVS.  Mention the new Git repo.
3033 2010-04-18  Andreas Seltenreich  <seltenreich@gmx.de>
3035         * gnus.texi (Score File Format): Fix typo.  Reported by Å tÄ›pán NÄ›mec.
3036         (Mail Group Commands): Add index entry.
3038 2010-04-18  Glenn Morris  <rgm@gnu.org>
3040         * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3042 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3044         * calc.texi (Radix modes): Mention that the option prefix will
3045         turn on twos-complement mode.
3046         (Inverse and Hyperbolic Flags): Mention the Option flag.
3048 2010-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
3050         * org.texi (LaTeX and PDF export): Add a footnote about xetex.
3051         (LaTeX/PDF export commands): Rename and Move section.
3052         (Sectioning structure): Update.
3053         (References): New use case for field coordinates.
3054         (The export dispatcher): Rename from ASCII export.
3055         (Setting up the staging area): Document the availability of
3056         encryption for MobileOrg.
3057         (Images and tables): Document how to reference labels.
3058         (Index entries): New section.
3059         (Generating an index): New section.
3060         (Column width and alignment): Document that <N> now
3061         means a fixed width, not a maximum width.
3062         (Publishing options): Document the :email option.
3063         (Beamer class export): Fix bug in the BEAMER example.
3064         (Refiling notes): Document refile logging.
3065         (In-buffer settings): Document refile logging keywords.
3066         (Drawers): Document `C-c C-z' command.
3067         (Agenda commands): Mention the alternative key `C-c C-z'.
3068         (Special properties): Document the BLOCKED property.
3069         (The spreadsheet): Mention the formula editor.
3070         (References): Document field coordinates.
3071         (Publishing action): Correct the documentation for the
3072         publishing function.
3073         (The date/time prompt): Document that we accept dates
3074         like month/day/year.
3075         (Cooperation): Document the changes in table.el support.
3076         (Faces for TODO keywords, Faces for TODO keywords)
3077         (Priorities): Document the easy colors.
3078         (Visibility cycling): Document the new double prefix
3079         arg for `org-reveal'.
3080         (Cooperation): Remember.el is part of Emacs.
3081         (Clean view): Mention that `wrap-prefix' is also set by
3082         org-indent-mode.
3083         (Agenda commands): Add information about prefix args to
3084         scheduling and deadline commands.
3085         (Search view): Point to the docstring of
3086         `org-search-view' for more details.
3087         (Agenda commands): Document that `>' prompts for a date.
3088         (Setting tags): Document variable
3089         org-complete-tags-always-offer-all-agenda-tags.
3090         (Column attributes): Cross-reference special properties.
3092 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3094         Synchronize with Tramp repository.
3096         * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
3097         (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3098         Adapt supported MS Windows versions.  Remove obsolete URL.  Use the $()
3099         syntax, texi2dvi reports errors with the backquotes.
3101         * trampver.texi: Update release number.
3103 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
3105         * gnus.texi (Finding the News): Add pointers to the Server buffer
3106         because it's essential.
3108 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3110         * gnus.texi (MIME Commands): Update description of
3111         gnus-article-browse-html-article.
3113 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3115         * auth.texi (Secret Service API): Add TODO node.
3116         (Help for users): Explain the new source options for `auth-sources'.
3118 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3120         * trampver.texi: Update release number.
3122 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3124         * Branch for 23.2.
3126 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
3128         * faq.texi (Escape sequences in shell output): Note that ansi-color is
3129         now enabled by default.
3131 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3133         * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3134         when Emacs runs in interactive mode.  (Bug#5645)
3136 2010-02-16  Glenn Morris  <rgm@gnu.org>
3138         * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3140 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3142         * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3144 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3146         * gnus.texi (Score File Format): Fix typo.
3148 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
3150         * cc-mode.texi: Replace references to obsolete c-subword-mode.
3152 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3154         * ada-mode.texi (Project File Overview): Fix typo.
3156 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3158         * semantic.texi: Add Richard Y. Kim credit.
3160         * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3162 2010-01-17  Michael Albinus  <michael.albinus@gmx.de>
3164         * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
3165         SXEmacs 22 to the supported systems.  New item for hung ssh sessions.
3167 2010-01-17  Glenn Morris  <rgm@gnu.org>
3169         * calc.texi (Reporting Bugs): Don't mention format of repository.
3171         * woman.texi (Bugs): Make "Emacs repository" less specific,
3172         and the URL for same more specific.
3174         * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3176 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3178         * ede.texi (ede-step-project, ede-proj-target):
3179         * tramp.texi (Remote processes): Fix typos.
3181 2010-01-16  Mario Lang  <mlang@delysid.org>
3183         * ede.texi (ede-target):
3184         * org.texi (Refiling notes): Remove duplicated words.
3186 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3188         * gnus.texi (Posting Styles): Use with-current-buffer.
3189         * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3191 2010-01-02  Kevin Ryde  <user42@zip.com.au>
3193         * eieio.texi (Naming Conventions): Correction to xref on elisp
3194         coding conventions, is "Tips" node not "Standards".
3196 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
3198         * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3200         * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3202 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3204         * gnus.texi (Direct Functions): Add missing port number to tls method.
3206 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
3208         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3209         ($(infodir)/edt, edt.dvi): New targets.
3211 2009-12-15  Glenn Morris  <rgm@gnu.org>
3213         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3214         (edt, $(infodir)/edt, edt.dvi): New targets.
3215         * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3217         * Makefile.in (PDF_TARGETS, pdf): New.
3218         (clean): Add *.pdf.
3219         Add pdf rules for all manuals.
3221 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
3223         * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3225 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3227         * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3228         (Smart Jump, Analyzer Debug): Copyedits.
3229         (Semantic mode user commands): Link to new nodes.
3230         (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3231         (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3232         upstream Semantic manual.
3234         * semantic.texi (Introduction): Minor fix to diagram.
3236 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3238         * eshell.texi (History): Add the other built-in variables.
3239         (Built-ins): Explain built-ins, and how to apply the external commands.
3240         Add `history', `su' and `sudo'.
3242         * tramp.texi (Remote processes): Add missing <RET> in the example.
3244 2009-12-01  Bill Wohler  <wohler@newt.com>
3246         * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
3247         path for mairix example.  Specify -q in namazu example since namazu is
3248         excessively garrulous.
3250 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3252         * tramp.texi (Remote processes): Improve eshell example with "su"
3253         and "sudo" commands.
3255 2009-11-28  Chong Yidong  <cyd@stupidchicken.com>
3257         * semantic.texi (Analyzer Internals): Rename from Analyzer.
3259         * sem-user.texi (Semantic mode user commands): Fix key syntax.
3260         Document semantic-complete-analyze-inline.
3261         (Semanticdb search debugging commands): Minor clarification.
3262         (Analyzer, Smart Completion, Smart Summary, Smart Jump)
3263         (Analyzer Debug): New nodes, adapted from the upstream Semantic user
3264         manual.
3265         (Semantic mode): Link to Idle Scheduler.
3267 2009-11-28  Kevin Ryde  <user42@zip.com.au>
3269         * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
3270         @pxref, now EIEIO is in Emacs.
3272         * erc.texi (Development): Correction to git tutorial url.
3274 2009-11-26  Glenn Morris  <rgm@gnu.org>
3276         * faq.texi (Latest version of Emacs): Mention stability of development
3277         version.
3278         (Problems with very large files): Max buffer size increase in 23.2.
3279         (VM): VM has moved house again.
3281 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
3283         * calc.texi (Radix modes): Discuss alternate bases for two's complement
3284         notations.
3286 2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>
3288         * org.texi (Column attributes): Fix documentation of new operators.
3290 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3292         * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
3293         (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3294         (Idle Completions Mode): Numerous copyedits.
3296 2009-11-17  Juanma Barranquero  <lekktu@gmail.com>
3298         * semantic.texi (Semantic Internals, Glossary):
3299         * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3300         (Semanticdb search debugging commands): Fix typos.
3302 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3304         * calc.texi (Radix modes): Mention twos-complement notation.
3306 2009-11-16  Juanma Barranquero  <lekktu@gmail.com>
3308         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3309         ($(infodir)/semantic, semantic.dvi): New targets.
3311 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
3313         * Makefile.in: Build the Semantic manual.
3315         * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3316         repository.
3318 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3320         * dbus.texi (Receiving Method Calls): New defun
3321         `dbus-unregister-service'.
3323 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3325         * org.texi (Speed keys): New section.
3327 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
3329         * dbus.texi (Type Conversion): Fix typo.
3330         (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3331         `dbus-registered-objects-table'.
3332         (Receiving Method Calls): New defun `dbus-register-property'.
3333         Move `dbus-unregister-object' here.
3335 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3337         * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3339 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
3341         * org.texi (Column attributes): Add the new age summary operators.
3342         Also, mention the fact you can only use one summary operator per
3343         property.
3345 2009-11-13  John Wiegley  <johnw@newartisans.com>
3347         * org.texi (Tracking your habits): Add a new section in the
3348         manual about how to track habits.
3349         (Resolving idle time): Add a section on how idle and
3350         dangling clocks are resolved.
3352 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3354         * org.texi (Agenda commands): Document the new `i' command.
3355         (Inserting deadline/schedule): Document logging changes
3356         of scheduling and deadline times stamps.
3357         (In-buffer settings): Document the in-buffer keywords for logging
3358         changes of scheduling and deadline times stamps.
3359         (Structure editing, Plain lists): Document indentation
3360         cycling in empty entries with TAB.
3361         (Archiving): Document the default archiving command.
3362         (Moving subtrees): Document the new keys for archiving.
3363         (Internal archiving): Fix incorrect key.
3364         (Agenda commands): Document the TODO set switching commands.
3365         (Agenda commands): Document the new archiving keys.
3366         (Clocking work time): Better description on how to save
3367         and restore a clock.
3368         (Resolving idle time): Mention the x11idle program to get true
3369         idleness also under X11.
3370         (Resolving idle time): Use @kbd instead of @key for normal
3371         letters, because this is how he rest of the manual does this.
3372         (Pushing to MobileOrg): Mention that `org-directory'
3373         should be set.
3374         (Agenda commands): Document that SPC is a filter for
3375         any tag.
3376         (Search view): Rename from "Keyword search".
3377         (Capure): New chapter.
3378         (Markup): New chapter.
3379         (Links in HTML export, Images in HTML export):
3380         Extend the section titles.
3381         (Images in HTML export): Document the align option.
3382         (Text areas in HTML export): Extend the section title.
3383         (Images in LaTeX export): Explain image placement in LaTeX.
3385 2009-11-10  Glenn Morris  <rgm@gnu.org>
3387         * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3389 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
3391         * tramp.texi (Auto-save and Backup): Disable backups just for a
3392         method.
3394         * trampver.texi: Update release number.
3396 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
3398         Sync with Tramp 2.1.17.
3400         * trampver.texi: Update release number.
3402 2009-10-29  Glenn Morris  <rgm@gnu.org>
3404         * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3406 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
3408         * tramp.texi (External methods): Temporary files are kept for
3409         `rsync' and `rsyncc' methods.
3411 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3413         * eieio.texi: Fix typos.
3415 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3417         * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3419 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3421         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3422         ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3424 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3426         * Makefile.in: Build EIEIO and EDE manuals.
3428 2009-10-07  Eric Ludlam  <zappo@gnu.org>
3430         * eieio.texi:
3431         * ede.texi: New files.
3433 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3435         * tramp.texi (Remote processes): Association of a pty is not supported.
3437 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
3439         * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3440         (Processing LaTeX fragments): Document that the size of images can be
3441         changes using the variable `org-format-latex-options'.
3442         (The date/time prompt, Timestamps): Be more accurate over ISO format
3443         dates and times.
3444         (Visibility cycling): Document showeverything keyword.
3445         (In-buffer settings): Document showeverything keyword.
3446         (Setting up the staging area): Fix the example.
3447         (MobileOrg): New section.
3448         (Agenda commands, Exporting Agenda Views): Document exporting the
3449         agenda view to Org files.
3451 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
3453         * tramp.texi (History): Add IMAP support.
3454         (External methods): Add `imap' and `imaps' methods.
3455         (GVFS based methods): Add indices for `davs'.
3456         (Password handling): Rename anchors.  Add IMAP entries for
3457         ~/.authinfo.gpg.
3459         * trampver.texi: Set default value of `emacsimap'.
3461 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3463         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3465 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3467         * dired-x.texi (Technical Details):
3468         Delete dired-up-directory (Bug#4292).
3470 2009-09-03  Michael Albinus  <michael.albinus@gmx.de>
3472         * tramp.texi (Frequently Asked Questions): New item for emacsclient.
3474 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
3476         * org.texi (Effort estimates): Document new effort setting commands.
3477         (Agenda commands): Document the new keys fro agenda time motion.
3478         Document entry text mode.  Improve documentation of the keys to include
3479         inactive time stamps into the agenda view.
3480         (Feedback): Document the new bug report command.
3481         (Structure editing): Add an index entry for the sorting of subtrees.
3483 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
3485         * auth.texi (Help for users): Corrected markup.
3487 2009-09-02  Glenn Morris  <rgm@gnu.org>
3489         * emacs-mime.texi (time-date): Mention float-time.
3491 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
3493         * calc.texi (Simplifying Formulas): Improve the wording.
3495 2009-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
3497         * auth.texi: Rewritten for coverage and clarity.
3499 2009-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3501         * gnus.texi (Expiring Mail):
3502         Mention gnus-mark-copied-or-moved-articles-as-expirable.
3503         (Various Various): Mention gnus-safe-html-newsgroups.
3505         * gnus-news.texi: Mention
3506         gnus-mark-copied-or-moved-articles-as-expirable.
3508         * emacs-mime.texi (Display Customization): Add xref to
3509         gnus-safe-html-newsgroups.
3511 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
3513         * tramp.texi (Version Control): Remove.
3514         (Obtaining Tramp): Update cvs checkout command.  Remove nightly tarballs
3515         reference.
3516         (External methods): Correct `scpc' concept index entries.  New method
3517         `rsyncc'.
3518         (External packages): New subsections "Filename completion" and "File
3519         attributes cache".
3521 2009-08-27  Jay Belanger  <jay.p.belanger@gmail.com>
3523         * calc.texi (Rewrite Rules): Improve the example.
3524         (Simplifying Formulas): Explain use of the I and H flags for
3525         simplification.
3527 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
3529         * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
3530         Describe autostart behavior of dbus-ping.
3531         (Synchronous Methods, Asynchronous Methods): Use English numeric format
3532         for timeout values.
3533         (Top): Remove footnote saying D-Bus is not enabled by
3534         default.  (Bug#4256)
3536 2009-08-23  Daiki Ueno  <ueno@unixuser.org>
3538         * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
3539         Reported by Jari Aalto (Bug#4211).
3540         (Mail-mode integration): Mention epa-mail-mode and
3541         epa-global-mail-mode.
3542         (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3543         epa-setup.
3545 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
3547         * dbus.texi (Asynchronous Methods): Allow nil handler.
3549 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3551         * ediff.texi (ediff-current-file): Add information about this new function.
3553         * viper.texi: Add information about C-s in viper's search command.
3555 2009-08-09  Colin Williams  <lackita@gmail.com>  (tiny change)
3557         * calc.texi (Date Forms): Fix typos.
3559 2009-08-08  Glenn Morris  <rgm@gnu.org>
3561         * org.texi (Agenda commands): Restore clobbered change.
3563 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3565         * calc.texi (Graphics, Devices): Update with the peculiarities of
3566         operation on MS-Windows.
3568 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
3570         * org.texi (Publishing action): Improve documentation of file
3571         names when publishing to the source directory.
3572         (Clean view): Document `org-indent-mode'.
3573         (Clocking work time): Add documentation for the
3574         new :timetamp option when creating a clock report.
3575         (Paragraphs): Fix many typos.
3576         (Plain lists): Remove duplicate explanation about the
3577         `C-c *' command.
3578         (Literal examples): Update to reflect the new behavior
3579         of the -n -r -k switches when exporting source code examples.
3580         (Structure editing): Add information about `C-c *',
3581         converting a plain list into a list of Org items.
3582         (Remember): Small rephrasing of the paragraph
3583         describing remember.el.  Also mentioned that remember.el is part
3584         of Emacs 23, not Emacs 22.
3585         (Clocking work time): Add documentation about
3586         displaying the current clocking time against the effort estimate.
3587         Also add a footnote about using `org-clock-in-prepare-hook' to add
3588         an effort estimate on the fly, just before clocking it.
3589         (Footnotes): Document automatic renumbering and
3590         sorting.
3591         (Agenda commands): Document new bulk commands.
3592         (Plain lists): Document new behavior of
3593         `org-cycle-include-plain-lists'.
3594         Hyphenation only in TeX.
3595         (Clocking work time): Document the key to update effort
3596         estimates.
3597         (Clocking work time): Document the clock time display.
3598         (Structure editing, TODO basics): Document new
3599         variables.
3600         (Column attributes): Document new colciew operators.
3601         (Publishing options): Document :xml-declaration.
3602         (Tracking TODO state changes): Document the
3603         LOG_INTO_DRAWER property.
3604         (Literal examples): Document the new implementation for
3605         editing source code.
3606         (Publishing action): Mention the new publishing
3607         function, to publish an Org source file.
3608         (Publishing links): Mention how to link to an Org source file.
3609         (Macro replacement): Document new macros.
3610         (Handling links): Document type-specific completion
3611         when inserting links.
3612         (Structure editing, Plain lists): Improve documentation
3613         on sorting.
3614         (Internal links): Document custom ids for links.
3615         (Handling links): Document custom ids for links.
3616         (CSS support): Document new class.
3617         (Refiling notes): Document the possibility to create new nodes
3618         during refiling.
3619         (Agenda commands): Document the "?" operator to find
3620         tasks without effort setting.
3621         (Exporting agenda information): Section moved.
3622         (RSS Feeds): New section.
3623         (Built-in table editor): Document M-e and M-a navigate
3624         inside table field.
3625         (Stuck projects): Docment that projects identified as
3626         un-stuck will still be searchd for stuck sub-projects.
3627         (Paragraphs): Document centering.
3628         (Creating timestamps, Agenda commands): Document new
3629         behavior when changing time stamps.
3630         (Structure editing): Document the new command
3631         `org-clone-subtree-with-time-shift'.
3632         (Publishing): Refresh this chapter.
3633         (Export options, Export options, In-buffer settings):
3634         Document the new keywords.
3635         (Matching tags and properties): Collect all
3636         documentation about tags/property matches here.
3637         (Setting tags): Document `org-tag-persistent-alist'.
3638         (Weekly/daily agenda): New section.
3639         (Orgstruct mode): Describe `orgstruct++-mode'.
3640         (Drawers): Mention the LOGBOOK drawer.
3641         (Export options, Sectioning structure): Document the
3642         #+LEATEX_HEADER in-buffer setting.
3643         (Bugs): Section removed.
3644         (Hooks): New section.
3645         (Add-on packages): Move here from old location.
3646         (Context-sensitive commands): New section.
3647         (Setting tags): Document newline option.
3648         (Global TODO list, Matching tags and properties):
3649         Mention more variables.
3650         (Checkboxes): Update to changed command behavior.
3652 2009-08-02  Eric Yu  <sucode@gmail.com>  (tiny change)
3654         * speedbar.texi (Basic Key Bindings): Fix typo.
3656 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
3658         * calc.texi (Vector/Matrix Functions): Add index entries for both
3659         "v" and "V" key bindings.  Mention that `calc-matrix-brackets' only
3660         affects matrices with more than one row.
3661         (Help Commands): Add index entries for "prefix ?" key bindings.
3663 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
3665         * calc.texi (Stack Manipulation Commands): Add documentation for
3666         `calc-transpose-lines'.
3668 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
3670         * dbus.texi (Receiving Method Calls): Describe special return value
3671         `:ignore'.
3673 2009-07-24  Alan Mackenzie  <acm@muc.de>
3675         * cc-mode.texi (Config Basics, File Styles): Document that at mode
3676         initialization, any individual variable setting now takes precedence
3677         over one done via c-file-style/c-file-offsets.
3679 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
3681         * calc.texi (Undoing Mistakes): Mention that the undo list will be
3682         truncated when Calc is quit.
3683         (Customizing Calc): Document `calc-undo-length'.
3685 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
3687         * calc.texi (About This Manual): Don't mention chapter numbers in text.
3689 2009-07-11  Kevin Ryde  <user42@zip.com.au>
3691         * pcl-cvs.texi (About PCL-CVS):
3692         * widget.texi (Basic Types):
3693         Fix cross-references.
3695 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
3697         * dbus.texi (Type Conversion): Don't use literal control character.
3699 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
3701         * tramp.texi (GVFS based methods): New section.
3702         (Remote processes): Processes for GVFS based methods run locally.
3704 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
3706         * tramp.texi (Inline methods, External methods, Gateway methods):
3707         Avoid the words "kludge" and hack".
3708         (External methods): Add `synce' method.
3710         * trampver.texi: Update release number.
3712 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
3714         Sync with Tramp 2.1.16.
3716         * tramp.texi (History): Add GVFS support.
3717         (External methods): Precise `rsync' description.  Add `dav', `davs' and
3718         `obex' methods.  Add 'tramp-gvfs-methods' option.
3719         (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3720         forms.
3721         (Remote Programs): Introduce `tramp-own-remote-path'.
3722         (Remote processes): New subsection "Running remote programs that create
3723         local X11 windows".
3724         (Frequently Asked Questions): Improve code for disabling vc.
3726         * trampver.texi: Update release number.  Set default value of
3727         `emacsgvfs'.
3729 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3731         * Branch for 23.1.
3733 2009-06-17  Glenn Morris  <rgm@gnu.org>
3735         * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3736         (Latest version of Emacs): Mention source code repository.
3738 2009-06-16  Glenn Morris  <rgm@gnu.org>
3740         * faq.texi (Top): Language tweak.
3741         (Extended commands): Most people have arrow keys.
3742         (Emacs manual): Say how to follow info links.
3743         (File-name conventions): Change title a bit.  Explain about source
3744         versus installed.  Condense etc description.
3745         (Guidelines for newsgroup postings): Mention Savannah list page.
3746         (Newsgroup archives): Simplify.
3747         (Contacting the FSF): Add contact URL.
3748         (Emacs Lisp documentation): Printed version not always available.
3749         (Installing Texinfo documentation): Explain how by hand installation is
3750         not normally needed.  Use add-to-list.  Remove duplicate reference.
3751         (Informational files for Emacs): Move info on Help menu here from
3752         "File-name conventions".
3753         (Help installing Emacs): Tweak uref.
3754         (Obtaining the FAQ): Mention repository.
3755         (Origin of the term Emacs): Explain "ITS".
3756         (Changing load-path): Use add-to-list.
3757         (Automatic indentation): Clarify this is for Text mode.
3758         Don't mention Indented Text mode.
3759         (Finding Emacs on the Internet): The FSF does not seem to offer a
3760         deluxe distribution on CD anymore.
3762 2009-06-16  Glenn Morris  <rgm@gnu.org>
3764         * faq.texi (Top): Mention which Emacs version this FAQ is about.
3765         Recommend the latest release.  Mention how to get older FAQs.
3766         Recommend the Emacs manual.
3767         (Guidelines for newsgroup postings): Discourage cross-posts.
3768         (Underlining paragraphs): Remove.
3769         (Editing MS-DOS files): Remove pre-Emacs 20 information.
3770         (Bugs and problems): Update key-binding.
3771         (Problems with very large files): Mention 64-bit.
3772         (Shell process exits abnormally): Remove.
3773         (Problems with Shell Mode): Rename and update.
3774         (Spontaneous entry into isearch-mode)
3775         (Problems talking to certain hosts): Remove.  This is old information,
3776         in etc/PROBLEMS if needed.
3777         (Emacs takes a long time to visit files, Updating Emacs): Remove.
3778         (Dired claims that no file is on this line): Update.
3779         (Installing Emacs, Problems building Emacs): Simplify.
3780         (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3781         information.
3782         (Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
3783         (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3784         (JDEE): "JDEE", not "JDE".
3785         (Handling C-s and C-q with flow control, Binding C-s and C-q):
3786         Remove.  This is old information, in etc/PROBLEMS if needed.
3787         (stty and Backspace key, Kanji and Chinese characters): Remove.
3788         (Right-to-left alphabets): Update section.
3789         (Changing the included text prefix): Gnus uses message-yank-prefix.
3790         Add cross-reference to Supercite manual.
3791         (Saving a copy of outgoing mail): Simplify output file description.
3792         (Expanding aliases when sending mail): Refer to Emacs manual.
3793         Remove old info about RFC822.
3794         Correct description of how to rebuild aliases.
3795         (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3796         (MIME with Emacs mail packages)
3797         (Viewing articles with embedded underlining)
3798         (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3799         Remove old sections.
3800         (Killing based on nonstandard headers): Remove.  Scoring is preferable,
3801         and is well-documented in the Gnus manual.
3802         (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3803         (Making Gnus faster): Rename from "Starting Gnus faster".
3804         Merge "Catch-up is slow in Gnus" into here.
3806 2009-06-14  Glenn Morris  <rgm@gnu.org>
3808         * faq.texi (Status of Emacs): Re-order with most recent releases first.
3809         (New in Emacs 23): New section.
3810         (Handling C-s and C-q with flow control): Add xref.
3812 2009-06-13  Glenn Morris  <rgm@gnu.org>
3814         * faq.texi (Setting up a customization file): Grammar fix.
3815         Customize is no longer "new".
3816         (Displaying the current line or column): Line-number mode is on by
3817         default.  Don't mention `column' package.  Mention linum.el.
3818         (Turning on abbrevs by default): Explain how to do it for buffers,
3819         modes, and everywhere.
3820         (Associating modes with files): Use add-to-list.  Don't mention Emacs
3821         19.
3822         (Highlighting a region): On by default since 23.1.
3823         (Replacing highlighted text): Update doc quote.
3824         (Working with unprintable characters): Don't mention search-quote-char.
3825         (Using an already running Emacs process): Gnuclient is probably not an
3826         enhancement these days.
3827         (Indenting switch statements): Remove mention of pre-Emacs 20.
3828         (Horizontal scrolling): Abbreviate Emacs 20 description.
3829         (Replacing text across multiple files): Fix name of dired command.
3830         (Disabling backups): Use require not load.
3831         (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
3833 2009-06-13  Bill Wohler  <wohler@newt.com>
3835         Release MH-E manual version 8.2.
3837         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3838         release 8.2.
3840 2009-06-13  Glenn Morris  <rgm@gnu.org>
3842         * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3843         in this day and age the common meaning is "on the web".
3844         (copying): Use @copyright in all cases.
3845         (Basic keys): Remove reference to deleted manual node "Text Characters".
3846         (File-name conventions): Use GNU as an example rather than SERVICE.
3847         default.el lives in site-lisp.  Update Info directory location.
3848         (Real meaning of copyleft): GPL actions have been brought, but all
3849         settled out of court.
3850         (Guidelines for newsgroup postings): Shorten section title.
3851         Simplify comp.emacs description.
3852         (Newsgroup archives): Change Google URL.  Describe Gmane.
3853         (Unsubscribing from Emacs lists): Remove discussion of "distribution
3854         points".  Mention List-Unsubscribe header.
3855         (Contacting the FSF): Update email and URLs.
3856         (Basic editing): Mention F1 for help.
3857         (Installing Texinfo documentation): Refer to Texinfo website rather
3858         than ftp server.
3859         (Printing a Texinfo file): Mention texi2pdf.
3860         (Informational files for Emacs): Don't describe FTP or SERVICE, they
3861         are just stubs nowadays.
3862         (Latest version of Emacs): Explain version numbers.
3863         (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3864         (Turning on syntax highlighting): No need to mention hilit19 any more.
3865         (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3866         (Modes for various languages): Remove section.
3867         (Major packages and programs): Remove most version and maintainer
3868         information - it's hard to keep up-to-date, and adds nothing.
3869         Similarly with direct links to mailing lists.
3870         (Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
3871         (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3872         years, and Emacs comes with tools for this now.
3873         (Patch): Remove section - this is a standard tool.
3874         (Using function keys under X): Remove section.
3876 2009-06-12  Glenn Morris  <rgm@gnu.org>
3878         * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3879         (Help installing Emacs): Remove reference to deleted X11 node.
3880         (Associating modes with files): Interpreter-mode-alist is no longer
3881         subservient to auto-mode-alist.
3882         (Installing Emacs): Change future Emacs version.
3883         (Linking with -lX11 fails): Remove old section.
3884         (Packages that do not come with Emacs): Update ELL location.
3885         Emacs Lisp archive is dead.
3886         (Emacs for Windows): Remove reference to old CE port.
3887         (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3888         (Emacs for VMS and DECwindows): Remove old ports.
3889         (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3890         (Removing flashing messages): Remove section about non-existent Gnus
3891         option.
3893         * faq.texi (Top): Add @top command.
3894         Remove the optional arguments from all @node commands: makeinfo can
3895         generate these automatically, and it is easier to edit and rearrange
3896         nodes without them.
3898 2009-06-11  Glenn Morris  <rgm@gnu.org>
3900         * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3901         (The LPF): Make the updated URL the sole reference point.
3902         (Learning how to do something): Update refcard price and format.
3903         (Getting a printed manual): Sources in doc/emacs/, not man/.
3904         Also available in PDF format.  Since the page count varies, be less
3905         precise.
3906         (Informational files for Emacs): Remove references to deleted files
3907         LPF and SUN-SUPPORT, and to UUCP.
3908         (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3909         Remove many obsolete ways to get the FAQ, which now seems only to be
3910         distributed with Emacs.
3911         (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3913 2009-06-09  Chong Yidong  <cyd@stupidchicken.com>
3915         * org.texi (Org Plot): Fix tags (Bug#3507).
3916         (Workflow states, Agenda commands): Fix tags (Bug#3508).
3918         * ada-mode.texi (Installation, Compile commands)
3919         (Project File Overview, No project files, Set compiler options)
3920         (Use GNAT project file, Use multiple GNAT project files)
3921         (Identifier completion): Use @samp for menu items, and @kbd for key
3922         sequences (Bug#3504).
3924 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
3926         * gnus.texi (Security): Fix wording; add a link to epa.info.
3928 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
3930         * message.texi (Header Commands): Fix descriptions to match
3931         keybindings.
3933 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
3935         * gnus.texi (Security): Mention that EasyPG is the current default.
3937 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
3939         * ediff.texi (Session Commands): Fix typo.
3941 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
3943         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3944         news.software.readers.  Reported by Florian Rehnisch.
3946 2009-04-02  Glenn Morris  <rgm@gnu.org>
3948         * auth.texi: Capitalize direntry.
3950         * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3951         using a period in the entry name.  (Bug#2797)
3953 2009-03-03  Juanma Barranquero  <lekktu@gmail.com>
3955         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3956         ($(infodir)/auth, auth.dvi): New targets.
3958 2009-03-03  Glenn Morris  <rgm@gnu.org>
3960         * auth.texi: Fix @setfilename.
3962         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3963         (auth, $(infodir)/auth, auth.dvi): New rules.
3965 2009-02-25  Glenn Morris  <rgm@gnu.org>
3967         * faq.texi (Emacs for minimalists): New node.  (Bug#2452)
3969 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3971         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3973 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3975         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3976         gnus-nocem-issuers, and gnus-nocem-verifyer.
3978 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3980         * ada-mode.texi (Project files, Automatic Casing):
3981         * dbus.texi (Signals):
3982         * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3983         * mh-e.texi (HTML):
3984         * nxml-mode.texi (Locating a schema)
3985         (Using the document's URI to locate a schema):
3986         * org.texi (Footnotes, Using the mapping API):
3987         * rcirc.texi (Channels): Remove duplicate words.
3989 2009-02-20  Glenn Morris  <rgm@gnu.org>
3991         * dired-x.texi (Miscellaneous Commands):
3992         * gnus.texi: Minor updates for mbox Rmail.
3994 2009-02-16  Karl Berry  <karl@gnu.org>
3996         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3997         * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3998         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3999         * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4000         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4001         * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4002         * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4003         * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4004         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4005         Consistently use @insertcopying in the Top node,
4006         @contents at the front (after @end titlepage),
4007         and @direntry after @copying.  (Bug#1988)
4009 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4011         * auth.texi: New file documenting auth-source.
4013 2009-02-13  Carsten Dominik  <dominik@science.uva.nl>
4015         * org.texi (Org Plot): Fix link.
4017 2009-02-09  Daiki Ueno  <ueno@unixuser.org>
4019         * epa.texi (Mail-mode integration): Mention the way to do
4020         "encrypt-to-self".  (Bug#1807)
4022 2009-02-05  Arni Magnusson  <arnima@hafro.is>  (tiny change)
4024         * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
4026 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
4028         * gnus-news.texi: Print version about Incoming*.
4030 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
4032         * org.texi (Structure editing, Handling links)
4033         (Fast access to TODO states, Javascript support): Make standard docs
4034         correctly reflect default variable settings.
4036 2009-02-02  Glenn Morris  <rgm@gnu.org>
4038         * org.texi: Fix typos.
4040 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
4042         Sync with Tramp 2.1.15.
4044         * trampver.texi: Update release number.
4046 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
4048         * org.texi (TODO dependencies): Document TODO dependencies on
4049         checkboxes.
4051 2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
4053         * org.texi (TODO dependencies): Document key binding for toggling
4054         ORDERED property.
4056 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
4058         * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
4059         of hook functions.
4061 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
4063         * org.texi (TODO dependencies): New section.
4065 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
4067         * org.texi (Plain lists, TODO basics, Priorities)
4068         (Multiple sets in one file, Conflicts): Document interaction with
4069         `shift-selection-mode'.
4071 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
4073         * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4074         Make Calc the subject of sentences.
4075         (Rearranging Formulas using Selections): Discuss new options
4076         for `j *'.
4078 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
4080         * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4082 2009-01-26  Glenn Morris  <rgm@gnu.org>
4084         * org.texi: Fix typos.
4086 2009-01-26  Bill Wohler  <wohler@newt.com>
4088         * mh-e.texi (EDITION, UPDATED): Update.
4090 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
4092         * org.texi (References): Add information about remote references.
4093         (Built-in table editor): Document `C-c RET' in tables.
4094         (Math symbols, Quoting LaTeX code): Mention that simple
4095         LaTeX macros survive LaTeX export.
4096         (Images in LaTeX export): Show how to create a reference to a
4097         figure.
4098         (Sectioning structure): Document that the LaTeX class can be
4099         specified in a property.
4100         (Text areas in HTML export): New section.
4101         (External links): Add examples for text search and ID links.
4102         (Built-in table editor): Remove the descriptio of `C-c
4103         C-q', it not longer works.
4104         (Literal examples): Document that a space must follow
4105         the colon in short examples.
4106         (Relative timer): Document `org-timer-stop'.
4107         (Footnotes): New section.
4108         (Footnote markup): Shorten section and refer to new Footnote
4109         section.
4110         (Literal examples): Add documentation for line
4111         numbering in and references to code examples.
4112         (CSS support): Fix the description of default CSS styles.
4113         (Capturing column view): Document
4114         "file:path/to/file.org" as an allowed value for the ID property of
4115         a dynamic block copying column view.
4117 2009-01-23  Stephen Eglen  <stephen@gnu.org>
4119         * mh-e.texi (Getting Started): Describe $MH.
4121 2009-01-21  Michael Albinus  <michael.albinus@gmx.de>
4123         * tramp.texi (all): Harmonize usage of "external method",
4124         "external transfer method" and "out-of-band method".
4125         (Connection types): Precise the differences of inline and external
4126         methods.  Written by Adrian Phillips <a.phillips@met.no>.
4128 2009-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4130         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4131         commands as described at the top.  Reported by Allan Gottlieb
4132         <gottlieb@nyu.edu>.
4134 2009-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4136         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4137         nnmail-pathname-coding-system.
4139 2009-01-17  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4141         * org.texi (Relative timer): Fix typo.
4143 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
4145         * org.texi (Clocking work time): Fix typo.
4146         Reported by Peter Tury <tury.peter@gmail.com>.  (Bug#1925)
4148 2009-01-13  Glenn Morris  <rgm@gnu.org>
4150         * org.texi: Fix some more typos.
4152 2009-01-13  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4154         * org.texi: Fix some typos.
4156 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4158         * gnus.texi (Group Parameters): Add note for local variables.
4160 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4162         * gnus.texi (Converting Kill Files): Fix URL.
4163         Include gnus-kill-to-score.el in contrib directory.
4165 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4167         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4168         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
4169         (Paging the Article): Add index entry.
4171 2009-01-03  Stephen Leake  <stephen_leake@member.fsf.org>
4173         * ada-mode.texi (Examples): Delete redundant text.
4175 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
4177         * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4179         * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4180         addresses.
4182 2009-01-03  Bill Wohler  <wohler@newt.com>
4184         * mh-e.texi (Scan Line Formats): Indicate that first column should be
4185         kept empty.
4187 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
4189         * org.texi (Activation, Exporting, ASCII export, HTML export)
4190         (HTML Export commands, LaTeX/PDF export commands):
4191         Improve documentation about transient-mark-mode.
4192         (References): Document the use of special names like $LR1 to reference
4193         to fields in the last table row.
4195 2008-12-19  Juri Linkov  <juri@jurta.org>
4197         * info.texi (Search Text): Remove mention of removed key binding M-s.
4199 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
4201         * org.texi (References): Remove mentioning of @0 as reference for the
4202         last line, this has been reverted in the Lisp sources.
4204 2008-12-17  Juanma Barranquero  <lekktu@gmail.com>
4206         * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4207         (DVI_TARGETS): Remove duplicates.  Add sasl.
4208         ($(infodir)/sasl, sasl.dvi): New targets.
4210 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
4212         * org.texi: Version number pushed to 6.15d.
4214 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
4216         * org.texi (Tables in LaTeX export): New section.
4217         (Images in LaTeX export): New section.
4218         (Inlined images, Images in HTML export): Sections renamed.
4220 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4222         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4224 2008-12-04  David Engster  <dengste@eml.cc>
4226         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
4227         of nnml-get-new-mail.  Change URL for mairix patch.
4229 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4231         * org.texi (Using the mapping API): Fix bug in mapping example.
4232         (Publishing options): Make the list of properties complete again, in
4233         correspondence to the variable `org-export-plist-vars'.
4234         (Property searches): Document new special values for time comparisons.
4235         (Tag inheritance): Refine the description of tag inheritance.
4236         (Project alist): Add info about the publishing sequence of components.
4237         (Effort estimates): Document the new relative timer.
4239 2008-12-01  Jay Belanger  <jay.p.belanger@gmail.com>
4241         * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4242         (Using Calc): Clarify use of `C-x * o'.
4243         (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4245 2008-11-28  Richard M Stallman  <rms@gnu.org>
4247         * dbus.texi (Receiving Method Calls): Clean up previous change.
4249 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4251         * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4252         `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4253         `dbus-unescape-from-identifier'.
4254         (Receiving Method Calls): New constants `dbus-service-emacs' and
4255         `dbus-path-emacs'.  Precise return values of `dbus-register-method'.
4256         (Signals): Use the constants in the example.
4258 2008-11-24  Carsten Dominik  <dominik@science.uva.nl>
4260         * org.texi: Re-apply change to FDL 1.3.
4262 2008-11-23  Carsten Dominik  <dominik@science.uva.nl>
4264         * org.texi (Setting up Remember): Document `org-remember-mode'.
4265         (External links): Document that bbdb links can use a regular
4266         expression.
4267         (External links): Document that elisp links can contain interactive
4268         commands.
4270 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4272         * viper.texi (viper-translate-all-ESC-keysequences):
4273         Description removed.
4275 2008-11-19  Glenn Morris  <rgm@gnu.org>
4277         * doclicense.texi: Change to FDL 1.3.
4278         Relicense all texi files under FDL 1.3 or later.
4280 2008-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4282         * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4284 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
4286         * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
4288         * ediff.texi: Version/date change.
4290 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
4292         * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4294 2008-11-14  Jay Belanger  <jay.p.belanger@gmail.com>
4296         * calc.texi (About This Manual): Comment out a mention of
4297         marginal notes.
4299 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
4301         * org.texi (Clocking work time): Document the :formula property of
4302         clock tables.
4303         (Structure editing, Refiling notes): Document refiling regions.
4304         (Agenda commands): Document the double-prefix version
4305         of the `l' command in the agenda.
4306         (Handling links): Explain the effect of a double prefix
4307         arg to `C-c C-o'.
4308         (TODO basics): Add documentation for tag triggers.
4310 2008-10-23  Glenn Morris  <rgm@gnu.org>
4312         * cl.texi (Function Bindings): Mention `flet' fails to deal with
4313         byte-compiling things like `+'.
4315         * ns-emacs.texi: Merge copyright years of author now with assignment
4316         into FSF years.
4317         (VER): Use it for easier automatic updating.  Use Emacs version rather
4318         than standalone Emacs.app version.
4320 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
4322         * org.texi: Lots of minor fixes.
4323         (Capture): New chapter.
4324         (Org Plot): New section.
4326 2008-09-30  Magnus Henoch  <mange@freemail.hu>
4328         * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4330 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
4332         * calc.texi (User Defined Units): Mention how to enter optional display
4333         string.
4335 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4337         * message.texi (Sending Variables): Fix variable documentation to
4338         avoid the "y/n" wording.
4340 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4342         * message.texi (Sending Variables): Add `message-confirm-send' doc.
4344 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4346         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4347         @enumerate section so as to be able to be formatted with MAKEINFO=no.
4349 2008-09-22  Bill Wohler  <wohler@newt.com>
4351         Release MH-E manual version 8.1.
4353         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4354         release 8.1.
4356         * mh-e.texi: Retain dual license as agreed to by the FSF.
4357         However, bump GPL to Version 3.
4358         Use @include for license text.
4360 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4362         * gnus.texi (Top, Setup, Fancy splitting to parent)
4363         (Store custom flags and keywords, Store arbitrary data):
4364         Clean up markup.
4366 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4368         * gnus.texi (The Gnus Registry): Document it.
4370 2008-09-08  David Engster  <dengste@eml.cc>
4372         * gnus.texi (nnmairix): Point out that nnml uses MH format.
4373         Clarify section about choosing back end servers.
4375 2008-08-23  Glenn Morris  <rgm@gnu.org>
4377         * dired-x.texi (Shell Command Guessing):
4378         Mention dired-guess-shell-case-fold-search.  (Bug#417)
4380 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
4382         * trampver.texi: Update release number.
4384 2008-08-18  Brian Cully  <bjc@kublai.com>  (tiny change)
4386         * ns-emacs.texi: Update version.
4387         (Introduction): Correct menu location for options save.
4388         (Customization): Note that defaults are stored under org.gnu.Emacs.
4390 2008-08-11  Bill Wohler  <wohler@newt.com>
4392         * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4393         explicit about GNU mailutils MH elsewhere (with thanks to Darel
4394         Henman) (closes SF #1768928).
4396 2008-08-10  Glenn Morris  <rgm@gnu.org>
4398         * ns-emacs.texi: Use @copying.  Change copyright of authors with
4399         assignment to FSF.  Change license to GFDL.
4400         (Top): Remove outdated references.
4402 2008-08-07  Reiner Steib  <Reiner.Steib@gmx.de>
4404         * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4405         Add gnus-summary-sort-by-most-recent-number and
4406         gnus-summary-sort-by-most-recent-date.
4407         (Summary Sorting): Explain prefix argument.
4409 2008-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4411         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4412         gnus-summary-pipe-output.
4414 2008-08-03  Michael Albinus  <michael.albinus@gmx.de>
4416         * dbus.texi (Receiving Method Calls): Document error handling of own
4417         D-Bus methods.
4419 2008-08-01  Bill Wohler  <wohler@newt.com>
4421         * mh-e.texi (Reading Mail)
4422         (Viewing Attachments): Describe new function
4423         mh-show-preferred-alternative.
4424         (Sending Mail, Redistributing, Sending Message): Describe new hook
4425         mh-annotate-msg-hook.
4427 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
4429         * dbus.texi (Arguments and Signatures): Fix example.
4430         (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4431         (Asynchronous Methods): New node.
4432         (Errors and Events): Describe extended layout of `dbus-event'.
4433         New defun `dbus-event-message-type'.
4435 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4437         * ediff.texi: Remove VMS support.
4439 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4441         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4442         ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4444 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4446         * Makefile.in: Add mairix-el targets.
4448 2008-07-29  David Engster  <deng@randomsample.de>
4450         * mairix-el.texi: New file.
4452 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
4454         * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4455         project files.  Delete 'main_unit' project variable; not needed.  Allow
4456         process environment variables wherever project variables are allowed.
4457         Add tutorial section on multiple GNAT project files.
4459 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
4461         Sync with Tramp 2.1.14.
4463         * trampver.texi: Update release number.
4465 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4467         * ns-emacs.texi:
4468         * faq.texi: Remove mentions of Mac Carbon.
4470 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4472         * gnus.texi (Saving Articles): Describe the 2nd argument of
4473         gnus-summary-save-in-pipe.
4474         (SpamAssassin): Use it.
4476 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4478         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4480 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4482         * org.texi (Export options): Document the use of the creator flag.
4484 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4486         * org.texi: New version 6.06a.
4488 2008-07-23  Juanma Barranquero  <lekktu@gmail.com>
4490         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4491         ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4493 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4495         * calc.texi (Editing Stack Entries):
4496         (Algebraic Entry): Rewrite introductory sentences so it can be used by
4497         Calc's help functions.  Mention fixing typos.
4498         (Customizing Calc): Fix typo.
4500 2008-07-23  Jay Belanger  <jay.p.belanger@gmail.com>
4502         * calc.texi (summarykey): New macro.  Use to correctly format keys in
4503         the summary.
4505 2008-07-20  Adrian Robert  <adrian.b.robert@gmail.com>
4507         * ns-emacs.texi (Customization): Corrected documentation on color
4508         specification formats.
4510 2008-07-19  Andreas Schwab  <schwab@suse.de>
4512         * ns-emacs.texi: Moved from ../emacs.  Add @direntry.
4514         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4515         (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4517 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
4519         * dbus.texi (Inspection): Rework, introduce submenus.
4520         (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4521         (Properties and Annotations, Arguments and Signatures): New nodes.
4523 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
4525         * dbus.texi (Receiving Method Calls): Fix description of
4526         `dbus-register-method'.
4527         (Signals): Allow also signal arguments for filtering in
4528         `dbus-register-signal'.
4530 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4532         * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4533         `cnorm'.
4534         (Arithmetic Tutorial): Simplify the verification of prime factors.
4536 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4538         * gnus.texi (Saving Articles): Mention
4539         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4541 2008-06-29  Jay Belanger  <jay.p.belanger@gmail.com>
4543         * calc.texi: Adjust mode line throughout.
4545 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
4547         * sasl.texi (Mechanisms): Fix typos.
4549 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
4551         * calc.texi (Killing from the stack): Mention using normal Emacs
4552         copying.
4554 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
4556         * tramp.texi (Password handling): Rename from "Password caching".
4557         Add `auth-source' mechanism.
4558         (Connection caching): Tramp reopens the connection automatically,
4559         when the operating system on the remote host has been changed.
4561 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
4563         * makefile.w32-in (distclean): Remove makefile.
4565 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
4567         * org.texi (Using the mapping API): New section.
4568         (Agenda column view): New section.
4569         (Moving subtrees): Document archiving to the archive sibling.
4570         (Agenda commands): Document columns view in the agenda.
4571         (Using the property API): Document the API for multi-valued properties.
4573 2008-06-17  Jason Riedy  <jason@acm.org>
4575         * org.texi (A LaTeX example): Note that fmt may be a one-argument
4576         function, and efmt may be a two-argument function.
4577         (Radio tables): Document multiple destinations.
4579 2008-06-16  Glenn Morris  <rgm@gnu.org>
4581         * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4582         Add Cover-Texts.
4584 2008-06-15  Glenn Morris  <rgm@gnu.org>
4586         * faq.texi (VER): Update to 23.0.60.
4588         * mh-e.texi: Remove option of licensing under GPL.
4589         Add Cover-Texts to GFDL permissions notice.
4590         (GPL): Remove section.
4591         (GFDL): Include doclicense.texi rather than the actual text.
4593         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4594         (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4596         * sasl.texi: Fix output file name.
4598         * epa.texi, sasl.texi: Refer to license in Emacs manual.
4600         * gnus-coding.texi: Refer to license in Gnus manual.
4602         * idlwave.texi, sasl.texi: Use @copying.
4604         * org.texi: Change to GFDL 1.2.  Refer to license in Emacs manual.
4606         * speedbar.texi: Update Back-Cover Text as per maintain.info.
4608         * url.texi: Use @copying, @title, @subtitle, @author.
4610         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4611         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4612         * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4613         * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4614         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4615         * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4616         * widget.texi, woman.texi:
4617         Remove references to external license, since doclicense is included.
4619         * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4620         * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4621         Remove references to non-existent Invariant Sections.
4623 2008-06-14  Glenn Morris  <rgm@gnu.org>
4625         * faq.texi (Major packages and programs): Remove references to external
4626         Supercite, Calc, VIPER, since they have been included for some time.
4627         Update VM, AUCTeX, BBDB entries.
4629 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
4631         * newsticker.texi: Updated to match latest newsticker changes.
4633 2008-06-13  Glenn Morris  <rgm@gnu.org>
4635         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4636         * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4637         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4638         * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4639         * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4640         * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4641         * woman.texi:
4642         Update Back-Cover Text as per maintain.info.
4644 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4646         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
4648         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4649         (gnus-faq.xml): Update repository host.
4651         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4653 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
4655         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4656         Fix a typo.
4658 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4660         * gnus.texi (Mail Source Customization): Correct values of
4661         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
4662         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4664 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4666         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4667         coding standards.
4669 2008-06-14  David Engster  <dengste@eml.cc>
4671         * gnus.texi (nnmairix): Markup fixes.
4673 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4675         * gnus.texi (nnmairix): Markup and other minor fixes.
4677 2008-06-05  David Engster  <dengste@eml.cc>
4679         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4681 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4683         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
4684         (Searching, nnir, nnmairix): New stub nodes.
4686 2008-05-30  Felix Lee  <felix.1@canids.net>
4688         * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4690 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4692         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4694 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4696         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
4698 2008-05-15  Jonathan Yavner  <jyavner@member.fsf.org>
4700         * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4702 2008-05-06  Juanma Barranquero  <lekktu@gmail.com>
4704         * info.texi (Top): Fix typo in xref.
4706 2008-05-05  Karl Berry  <karl@gnu.org>
4708         * info.texi (Top): @xref to stand-alone manual.
4710 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4712         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4713         (Various Summary Stuff): Fix typo in last xref.
4715 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4717         * org.texi (Moving subtrees): Fix typo.
4719 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
4721         * tramp.texi (Frequently Asked Questions): Explain, how to disable
4722         Tramp via `tramp-mode'.
4724 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
4726         * org.texi: Massive changes, in many parts of the file.
4728 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4730         * gnus.texi (Oort Gnus): Add message-fill-column.
4732 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4734         * gnus.texi (Mail Source Specifiers): Typo fix.
4736 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4738         * gnus.texi (Diary Headers Generation): Update key binding for
4739         `gnus-diary-check-message'.
4741 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4743         * gnus.texi (Emacsen): Addition.
4745 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4747         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4749 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4751         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4753 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4755         * gnus-news.texi: Update tool bar item.
4757 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
4759         * gnus-news.texi: Fix typos.
4761 2008-04-11  Jay Belanger  <jay.p.belanger@gmail.com>
4763         * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
4764         Add mention of `kron'.
4766 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4768         * epa.texi (Encrypting/decrypting *.gpg files):
4769         Document epa-file-name-regexp.
4771 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4773         * gnus.texi (Example Methods): Fix description about ssh-agent.
4774         (Indirect Functions): Fix the default value of nntp-telnet-command;
4775         remove link to connect.html.
4777 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4779         * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4780         dbus-call-method.
4781         (Receiving Method Calls): The timeout can be set by the calling client.
4783         * trampver.texi: Update release number.
4785 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
4787         * gnus.texi (Top): Fix version.  Add SASL.
4789 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
4791         Sync with Tramp 2.1.13.
4793         * trampver.texi: Update release number.
4795 2008-03-29  Chong Yidong  <cyd@stupidchicken.com>
4797         * org.texi: Update to new org-mode website.
4799 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4801         * cl.texi (For Clauses): Fix loop over key-seq to match code.
4803 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4805         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4806         gnus-read-ephemeral-gmane-group-url,
4807         gnus-read-ephemeral-emacs-bug-group,
4808         gnus-read-ephemeral-debian-bug-group.
4810 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4812         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4814         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
4815         Add FIXMEs for Bookmarks and gnus-registry-marks.
4817 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4819         * gnus.texi (Smileys): Document `smiley-style'.
4821 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4823         * gnus.texi (Gnus Development): Clarify difference between ding and
4824         gnu.emacs.gnus.
4825         (MIME Commands, Using MIME, RSS): Fix markup.
4827         * gnus-faq.texi ([8.4]): Ditto.
4829 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4831         * gnus.texi (Emacsen): Remove obsolete stuff.
4833 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4835         * gnus.texi (Oort Gnus): Add version info WRT
4836         `mail-source-delete-incoming'.
4838 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4840         * gnus.texi (Top): Add "Other related manuals" and version info in
4841         `iftex' output.
4842         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4843         gnus-balloon-face-0 and the corresponding format specifiers.
4845 2008-03-26  Michael Albinus  <michael.albinus@gmx.de>
4847         * tramp.texi (Filename completion): Remove footnote about let-bind
4848         of `partial-completion-mode'.  It doesn't work this way.
4850 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         * pcl-cvs.texi (Contributors): Update my email.
4854 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
4856         * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4858 2008-03-17  Bill Wohler  <wohler@newt.com>
4860         * mh-e.texi (Viewing): Update URL for adding header fields to
4861         mh-invisible-header-fields-default.
4863 2008-03-16  Bill Wohler  <wohler@newt.com>
4865         * mh-e.texi (Preface): Add Gnus to requirements.
4866         (Forwarding): Note that forwarded MIME messages are now inline.
4868 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4870         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
4871         (Common Variables): Give precedence to the netcat methods over the
4872         telnet methods, and mention that they are more reliable.
4874 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
4876         * org.texi (Exporting Agenda Views): Document agenda export to
4877         iCalendar.
4878         (Progress logging): Document the new progress logging stuff.
4880 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4882         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4883         Update for change of `mail-source-delete-incoming'.
4885         * gnus-news.texi: Ditto.
4887 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4889         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4890         custom versions.
4892 2008-03-07  Alan Mackenzie  <acm@muc.de>
4894         * cc-mode.texi (Limitations and Known Bugs): State that the number of
4895         parens/brackets in a k&r region is limited.
4897 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4899         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4900         using different Emacs versions.
4902 2008-02-27  Glenn Morris  <rgm@gnu.org>
4904         * sc.texi: Remove a lot of old and obsolete info.
4905         (titlepage): Simplify.
4906         (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4907         (VM with any Emacsen, GNEWS with any Emacsen)
4908         (Overloading for Non-conforming MUAs, Version 3 Changes)
4909         (The Supercite Mailing List): Delete nodes.
4910         (Introduction): Remove info about old packages.
4911         (Getting Connected): Simplify.  Remove info about old packages.
4912         (Citing Commands): Delete Emacs 19 info.
4913         (Hints to MUA Authors): Simplify.
4914         (Thanks and History): Merge in some info from the deleted node
4915         "Version 3 Changes".
4917 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
4919         * org.texi (Setting tags, In-buffer settings):
4920         * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4922 2008-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4924         * gnus-news.texi: Mention that spaces and tabs are allowed in the
4925         installation directory name.
4927 2008-02-12  Romain Francoise  <romain@orebokech.com>
4929         * epa.texi (Overview): Fix typo.
4931 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
4933         * epa.texi (Quick start): Remove the .emacs setting.
4935 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4937         * epa.texi (Quick start): Use the command `epa-enable' instead of
4938         loading `epa-setup'.
4940 2008-02-08  Juanma Barranquero  <lekktu@gmail.com>
4942         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4943         ($(infodir)/epa, epa.dvi): New targets.
4945 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
4947         * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4949         * epa.texi: New manual documenting the EasyPG Assistant.
4951 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
4953         * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4954         (Inspection): New function dbus-ping.
4956 2008-02-05  Michael Albinus  <michael.albinus@gmx.de>
4958         * tramp.texi (Remote processes): Add `shell-command'.
4960 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
4962         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4963         (Group Parameters): Document `mail-source' parameter.
4965 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
4967         * tramp.texi (Inline methods): The hostname of the su(do)? methods
4968         must be a local host.
4970 2008-01-26  Michael Olson  <mwolson@gnu.org>
4972         * erc.texi: Update version for ERC 5.3 release.
4973         (Obtaining ERC): Update extras URLs for 5.3.
4974         (Development): Write instructions for git, and remove those for Arch.
4975         (History): Mention the switch to git.
4977 2008-01-24  Karl Berry  <karl@gnu.org>
4979         * info.texi (Search Index, Search Text): Mention the command
4980         character in the section name, a la the (Go to node) node.
4982 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
4984         * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4986 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4988         * gnus-news.texi: Mention gnus-article-describe-bindings.
4990 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4992         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4994 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
4996         * org.texi (Property inheritance): New section.
4997         (Conventions): New section.
4998         (Structure editing): Document C-RET, the prefix arg to the cut/copy
4999         commands, and the new bindings for refiling.
5000         (Sparse trees): Document the new special command for sparse trees.
5001         (References): Be more clear about the counting of hilines.
5002         (Handling links): Document M-p/n for accessing links.
5003         (Fast access to TODO states): New section.
5004         (Per file keywords): New section.
5005         (Property inheritance): New section.
5006         (Column attributes): New summary types.
5007         (Capturing Column View): New section.
5008         (The date/time prompt): Cover the new features in the date/time prompt.
5009         Compactify the table of keys for the calendar remote control.
5010         (Clocking work time): Document the new :scope parameter.
5011         (Remember): Promoted to chapter.
5012         (Quoted examples): New section.
5013         (Enhancing text): New verbatim environments.
5015 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
5017         * trampver.texi: Update release number.
5019 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5021         * gnus.texi (Article Keymap):
5022         Add gnus-article-wide-reply-with-original; fix descriptions of
5023         gnus-article-reply-with-original and
5024         gnus-article-followup-with-original.
5026 2008-01-09  Glenn Morris  <rgm@gnu.org>
5028         * nxml-mode.texi: Add @copying section.
5030 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5032         * message.texi (Mail Variables): Add some text from "(gnus)Posting
5033         Server".  Add `message-send-mail-with-mailclient'.
5035         * gnus.texi (Posting Server): Move some text to "(message)Mail
5036         Variables" and add a reference here.
5038 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
5040         * dbus.texi (Receiving Method Calls): New chapter.
5041         (Errors and Events): Add serial number to events.  Replace "signal" by
5042         "message".  Introduce dbus-event-serial-number.
5044 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
5046         * dbus.texi (Type Conversion): Explain the type specification for empty
5047         arrays.  Use another example.
5049 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
5051         * dbus.texi (all): Replace "..." by @dots{}.
5052         (Type Conversion): Precise the value range for :byte types.
5053         (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5054         Mention its return value.
5055         (Errors and Events): There is no D-Bus error propagation during event
5056         processing.
5058 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
5060         * calc.tex (Yacas Language, Maxima Language, Giac Language):
5061         New sections.
5063 2007-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
5065         * gnus.texi (Group Parameters): Reorder the text and add a note about
5066         `gnus-parameters' near the beginning of the node.
5068 2007-12-29  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5070         * gnus.texi (Score File Editing): Fix function name.
5072 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
5074         Sync with Tramp 2.1.12.
5076         * trampver.texi: Update release number.
5078 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
5080         * dbus.texi (Type Conversion): Correct input parameters mapping.
5082 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
5084         * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5085         (Errors and Events): Mention wrong-type-argument error.
5087 2007-12-21  Alex Schroeder  <alex@gnu.org>
5089         * rcirc.texi: Changed single spaces after sentence end to double
5090         spaces.  Fixed some typos.
5091         (Internet Relay Chat): Explain relay.
5092         (Getting started with rcirc): Change items to reflect prompts.
5093         Add more explanation to rcirc-track-minor-mode and added a comment to
5094         warn future maintainers that this section is a copy.
5095         (People): Change /ignore example.
5096         (Keywords): Not keywords.
5098 2007-12-20  Alex Schroeder  <alex@gnu.org>
5100         * rcirc.texi (Top): Fighting Information Overload chapter added.
5101         (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
5102         (rcirc commands): Move /ignore command to the new chapter.
5103         (Fighting Information Overload): New chapter documenting /keyword,
5104         /bright, /dim, channel ignore, and low priority channels.
5105         (Configuration): Document rcirc-server-alist, remove
5106         rcirc-startup-channels-alist and rcirc-default-server.
5108 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
5110         * dbus.texi (Signals): Fix example in dbus-register-signal.
5112 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
5114         * gnus.texi (Score Variables): Fix typo.
5116 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
5118         * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5119         (Signals): Adapt dbus-send-signal and dbus-register-signal.
5120         (Errors and Events): Adapt dbus-event.
5122 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124         * gnus.texi (Other Files): Add the yenc command.
5126 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
5128         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5129         since 2004-08-06.
5131 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5133         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5134         on body.
5136 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5138         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5139         and rfc2047-allow-irregular-q-encoded-words; fix description of
5140         rfc2047-encode-encoded-words.
5142 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5144         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5146 2007-12-05  Michael Olson  <mwolson@gnu.org>
5148         * remember.texi (Diary): Remove "require" line for remember-diary.el.
5149         Update documentation for `remember-diary-file'.
5151 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
5153         * dbus.texi (Signals): Precise `dbus-register-signal'.
5154         (Errors and Events): Rework events part, the internal structure of
5155         dbus-event has changed.
5157 2007-12-03  Juanma Barranquero  <lekktu@gmail.com>
5159         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5160         ($(infodir)/dbus, dbus.dvi): New targets.
5162 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
5164         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5165         unconditionally.
5167         * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5168         emulation with @print{}.
5170 2007-12-02  Richard Stallman  <rms@gnu.org>
5172         * dbus.texi (Overview): Minor cleanup.
5174 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
5176         * Makefile.in (INFO_TARGETS): Add dbus.
5177         (DVI_TARGETS): Add dbus.dvi.
5178         (dbus, dbus.dvi): New targets.
5180         * dbus.texi: New file.
5182 2007-11-24  Romain Francoise  <romain@orebokech.com>
5184         * nxml-mode.texi: Add description in @direntry.
5185         Fix file name to match @setfilename.
5187 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
5189         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5190         ($(infodir)/nxml-mode): New rule.
5192         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5193         ($(infodir)/nxml-mode): New rule.
5194         (clean): Add nxml-mode*.
5196         * nxml-mode.texi: New file with nxml manual.
5198 2007-11-18  Richard Stallman  <rms@gnu.org>
5200         * flymake.texi (Example -- Configuring a tool called directly):
5201         Update example.
5203 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
5205         * tramp.texi (Filename completion): Simplify explanation of
5206         double-slash behavior.  Explain directory contents flushing.
5208 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5210         * calc.texi (TeX and LaTeX Language Modes): Put in
5211         missing braces.
5213 2007-11-15  Richard Stallman  <rms@gnu.org>
5215         * cl.texi (Equality Predicates): Delete `eql'.
5216         (Predicates, Naming Conventions, Top): Delete `eql'.
5217         (Common Lisp Compatibility): Delete `eql'.
5218         (Porting Common Lisp): Delete obsolete backquote info.
5219         Minor clarification about character constants.
5220         (Sequence Basics): Minor clarification.
5222 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5224         * cc-mode.texi (Electric Keys, Custom Macros):
5225         * tramp.texi (Filename completion): Fix typos.
5227 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
5229         * calc.texi (Basic commands): Mention the menu.
5231 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
5233         * tramp.texi (Connection caching): Tramp flushes connection
5234         properties when remote operating system has been changed.
5236 2007-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5238         * gnus-news.texi: Fix spelling.
5239         `message-insert-formatted-citation-line', not
5240         `message-insert-formated-citation-line'.
5242         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5244 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
5246         * tramp.texi (Overview): Mention also the PuTTY integration under
5247         w32.  Remove paragraphs about Tramp's experimental status.
5248         (Frequently Asked Questions): Add code example for highlighting the
5249         mode line.
5251 2007-11-03  Michael Olson  <mwolson@gnu.org>
5253         * remember.texi: Change mentions of remember-buffer to
5254         remember-finalize throughout.
5256 2007-10-30  Michael Olson  <mwolson@gnu.org>
5258         * remember.texi (Copying): Remove.
5259         (Mailbox): Update with non-BBDB instructions.
5260         (Diary, Org): Add.
5261         (Bibliography, Planner Page): Remove.
5263 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
5265         * makefile.w32-in (INFO_TARGETS): Add remember.
5266         (DVI_TARGETS): Add remember.dvi.
5267         ($(infodir)/remember): New rule.
5268         (clean): Add remember*.
5270 2007-10-30  Michael Olson  <mwolson@gnu.org>
5272         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5273         ($(infodir)/remember): New rule that builds the Remember Manual.
5275         * remember.texi: New file containing the Remember Mode Manual.
5276         Shuffle chapters around after initial import.
5277         (Function Reference): Split Keystrokes into separate chapter.
5278         (Keystrokes): Document C-c C-k.
5279         (Introduction): Fix typographical issue with "---".
5281 2007-10-29  Richard Stallman  <rms@gnu.org>
5283         * widget.texi (Introduction): Delete discussion of implementation
5284         internals.
5286 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
5288         * tramp.texi (Connection caching): Host names must be different
5289         when tunneling.
5291 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5293         * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5294         Gnus v5.13.
5296 2007-10-28  Miles Bader  <miles@gnu.org>
5298         * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5300 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5302         * gnus.texi (Sorting the Summary Buffer):
5303         Remove gnus-article-sort-by-date-reverse.
5305 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5307         * gnus.texi (Non-ASCII Group Names): New node.
5308         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5309         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5311 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5313         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5314         clean the output of the program `imap-shell-program'.
5316 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5318         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5320 2007-10-28  Tassilo Horn  <tassilo@member.fsf.org>
5322         * gnus.texi (Sticky Articles): Documentation for sticky article
5323         buffers.
5325 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5327         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5329 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5331         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5333 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5335         * gnus.texi (Archived Messages):
5336         Document gnus-update-message-archive-method.
5338 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5340         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5342 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5344         * gnus.texi (Group Maneuvering):
5345         Document `gnus-summary-next-group-on-exit'.
5347 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5349         * gnus.texi (Really Various Summary Commands):
5350         Mention gnus-auto-select-on-ephemeral-exit.
5352 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5354         * gnus.texi, message.texi: Bump version number.
5356 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5358         * gnus.texi (Group Line Specification, Misc Group Stuff)
5359         (Server Commands): Parenthesize @pxref{Mail Spool}.
5361 2007-10-28  Didier Verna  <didier@xemacs.org>
5363         New user option: message-signature-directory.
5364         * message.texi (Insertion Variables): Document it.
5365         * gnus.texi (Posting Styles): Ditto.
5367 2007-10-28  Didier Verna  <didier@xemacs.org>
5369         * gnus.texi (Group Line Specification):
5370         * gnus.texi (Misc Group Stuff):
5371         * gnus.texi (Server Commands): Document the group compaction feature.
5373 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5375         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5377         * message.texi (Various Message Variables): Add message-fill-column.
5379 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5381         * gnus.texi: Untabify.
5383 2007-10-28  Didier Verna  <didier@xemacs.org>
5385         * gnus.texi (Group Parameters): Document the posting-style merging
5386         process in topic-mode.
5388 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5390         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5392 2007-10-28  Romain Francoise  <romain@orebokech.com>
5394         * gnus.texi (Mail Spool): Fix typo.
5395         Update copyright.
5397 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5399         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5401 2007-10-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5403         * gnus.texi (Summary Generation Commands):
5404         Add gnus-summary-insert-ticked-articles.
5406 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5408         * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5409         to spam-spamassassin-program.
5411 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5413         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5415 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5417         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5419 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5421         * message.texi (Mail Headers): Document `opportunistic'.
5423 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5425         * emacs-mime.texi (Encoding Customization): Explain how to set
5426         mm-coding-system-priorities per hierarchy.
5428 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5430         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5431         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5433 2007-10-28  Didier Verna  <didier@xemacs.org>
5435         * message.texi (Wide Reply): Update documentation of
5436         message-dont-reply-to-names (now allowing a list of regexps).
5438 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5440         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5442 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444         * gnus.texi (SpamAssassin back end): Fix typo.
5446         * sieve.texi (Examples): Fix grammar.
5448 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5450         * gnus.texi (Searching for Articles): Document M-S and M-R.
5451         (Limiting): Document / b.
5453 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5455         * gnus.texi (Thread Commands): T M-^.
5457 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459         * message.texi (Mail Aliases): Document ecomplete.
5460         (Mail Aliases): Fix typo.
5462 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5464         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5465         fix typo.
5467 2007-10-28  Romain Francoise  <romain@orebokech.com>
5469         * gnus.texi (Mail Spool): Grammar fix.
5471 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5473         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5474         string.
5476 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5478         * gnus.texi (Group Parameters): Fix description.
5480 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5482         * gnus.texi (Gmane Spam Reporting):
5483         Fix spam-report-gmane-use-article-number.
5484         Add spam-report-user-mail-address.
5486 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5488         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5490 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5492         * gnus.texi (Group Parameters): Add simplified sorting example based on
5493         example for `Sorting the Summary Buffer' from Jari Aalto
5494         <jari.aalto@cante.net>.
5495         (Example Methods): Add example for an indirect connection.
5497 2007-10-28  Kevin Greiner  <kevin.greiner@compsol.cc>
5499         * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
5500         (Agent Parameters): Updated parameter names to match code.
5501         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5502         'gnus-agent-summary-fetch-series'.
5503         (Agent and flags): New section providing a generalized discussion
5504         of flag handling.
5505         (Agent and IMAP): Remove flag discussion.
5506         (Agent Variables): Add 'gnus-agent-synchronize-flags'.
5508 2007-10-28  Romain Francoise  <romain@orebokech.com>
5510         * gnus.texi (Exiting the Summary Buffer): Add new function
5511         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5513 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5515         * gnus.texi (Conformity): Fix typo.
5516         (Customizing Articles): Document `first'.
5518 2007-10-28  Jari Aalto  <jari.aalto@cante.net>
5520         * gnus.texi (Sorting the Summary Buffer):
5521         Add `gnus-thread-sort-by-date-reverse'.  Add example
5522         host to different sorting in NNTP and RSS groups.
5524 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5526         * message.texi (Insertion): Describe prefix for
5527         message-mark-inserted-region and message-mark-insert-file.
5529 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5531         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5532         LaTeX documents.  Describe "text/x-gnus-verbatim".
5534 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5536         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5537         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5538         (spam-stat spam filtering, SpamOracle)
5539         (Extending the Spam ELisp package): Remove extra quote symbol for
5540         clarity.
5542 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5544         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5545         gnus-article-delete-part and gnus-article-replace-part.
5546         (Using MIME): Add gnus-mime-replace-part.
5548 2007-10-28  Romain Francoise  <romain@orebokech.com>
5550         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5551         requires `auto-compression-mode' to be enabled.  Add new nnml
5552         variable `nnml-compressed-files-size-threshold'.
5554 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5556         * gnus.texi (Sorting the Summary Buffer):
5557         Add gnus-thread-sort-by-recipient.
5559 2007-10-28  Romain Francoise  <romain@orebokech.com>
5561         * message.texi (Insertion Variables): Mention new variable
5562         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
5563         documentation accordingly.
5565 2007-10-28  Romain Francoise  <romain@orebokech.com>
5567         * gnus.texi (To From Newsgroups): Mention new variables
5568         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5570 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5572         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5573         stuff; gnus-mime-inline-part does the automatic decompression.
5575 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5577         * gnus.texi (Spam ELisp Package Configuration Examples):
5578         "training.ham" should be "training.spam".
5580 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5582         * message.texi (Mail Variables): Fix the default value for
5583         message-send-mail-function.
5585 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5587         * gnus.texi (Optional Back End Functions): nntp-request-update-info
5588         always returns nil exceptionally.
5590 2007-10-28  Simon Josefsson  <jas@extundo.com>
5592         * gnus.texi (Article Washing): Add libidn URL.
5593         Suggested by Michael Cook <michael@waxrat.com>.
5595 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5597         * gnus.texi (Topic Commands): Fix next/previous.
5599 2007-10-28  Simon Josefsson  <jas@extundo.com>
5601         * gnus.texi (Article Washing): Mention `W i'.
5603 2007-10-28  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
5605         * gnus.texi (Group Parameters): Slight extension of sieve
5606         parameter description.
5608 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5610         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5611         matching score files as well.
5612         (Picons): Describe `gnus-picon-style'.
5614 2007-10-28  Romain Francoise  <romain@orebokech.com>
5616         * message.texi (Message Headers): Mention that headers are hidden
5617         using narrowing, and how to expose them.
5618         Update copyright.
5620 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5622         * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5623         `gnus-summary-sort-by-recipient'.
5625 2007-10-28  Romain Francoise  <romain@orebokech.com>
5627         * gnus.texi (NNTP marks): New node.
5628         (NNTP): Move NNTP marks variables to the new node.
5630 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5632         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
5634         * gnus.texi (MIME Commands, Hashcash): Markup fix.
5636 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5638         * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
5639         everywhere for consistency.
5640         (Filtering Spam Using The Spam ELisp Package): Admonish again.
5641         (Spam ELisp Package Sequence of Events): This is Gnus, say so.
5642         Say "regular expression" instead of "regex."  Admonish.
5643         Pick other words to sound better (s/so/thus/).
5644         (Spam ELisp Package Filtering of Incoming Mail):
5645         Mention statistical filters.  Remove old TODO.
5646         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
5647         New section on sorting and displaying the spam score.
5648         (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5649         backend but an alias to spam-use-BBDB.
5650         (Extending the Spam ELisp package): Rewrite the example using the
5651         new backend functionality.
5653 2007-10-28  Simon Josefsson  <jas@extundo.com>
5655         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5656         nntp-marks-directory, from Romain Francoise
5657         <romain@orebokech.com>.
5659 2007-10-28  Magnus Henoch  <mange@freemail.hu>
5661         * gnus.texi (Hashcash): New default value of
5662         hashcash-default-payment.
5664 2007-10-28  Simon Josefsson  <jas@extundo.com>
5666         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
5667         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5669 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5671         * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
5673 2007-10-28  Simon Josefsson  <jas@extundo.com>
5675         * gnus.texi (documentencoding): Add, to avoid warnings.
5677 2007-10-28  Simon Josefsson  <jas@extundo.com>
5679         * message.texi (Mail Headers): Add.
5681         * gnus.texi (Hashcash): Fix.
5683 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5685         * gnus.texi (Hashcash): Change location of library, also mention
5686         that payments can be verified and fix the name of the
5687         hashcash-path variable.
5689 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5691         * gnus.texi (Article Display): Add `gnus-picon-style'.
5693 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5695         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5697 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5699         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5700         (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5701         warning about ham processors in spam groups removed.
5703 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5705         * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
5706         From Hubert Chan <hubert@uhoreg.ca>.
5708 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5710         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5711         (Mailing List): Typo.
5712         (Customizing Articles): Add gnus-treat-ansi-sequences.
5713         (Article Washing): Index.
5715         * message.texi: Use m-dash consistently.
5717 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5719         * gnus.texi (GroupLens): Remove.
5721 2007-10-28  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5723         * gnus.texi (Outgoing Messages, Agent Variables):
5724         Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
5725         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5727 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5729         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5731 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5733         * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5735         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
5737 2007-10-28  Simon Josefsson  <jas@extundo.com>
5739         * gnus.texi (Top): Add SASL.
5741 2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
5743         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5745 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5747         * gnus.texi (Troubleshooting): Adjust Gnus version number.
5749 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5751         * calc.texi (Formulas, Composition Basics): Lower the
5752         precedence of negation.
5754 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5756         * ses.texi (The Basics): Mention how to create a new spreadsheet.
5757         Mention the new three-letter column identifiers.
5758         (More on cell printing): Calculate-cell and truncate-cell are now `c'
5759         and `t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error
5760         message when using `c' on an empty default with default printer.
5761         (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5762         renamed to `ses--symbolic-formulas' some time ago.
5764 2007-10-25  Jay Belanger  <jay.p.belanger@gmail.com>
5766         * calc.texi (Default Simplifications, Making Selections)
5767         (Customizing Calc): Clarify associativity of multiplication.
5769 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5771         * tramp.texi (Traces and Profiles): Simplify loop over
5772         `trace-function-background'.
5774 2007-10-22  Juri Linkov  <juri@jurta.org>
5776         * dired-x.texi (Shell Command Guessing): Default values are now
5777         available by typing M-n instead of M-p.
5779 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
5781         * tramp.texi (Cleanup remote connections): New section.
5782         (Password caching): Remove `tramp-clear-passwd'.
5783         It's not a command anymore.
5784         (Bug Reports): Add `tramp-bug' to function index.
5785         (Function Index, Variable Index): New nodes.
5786         (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5788         * trampver.texi: Update release number.
5790 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5792         * calc.texi (History and Acknowledgements): Turn comment
5793         about integer size into past tense.
5794         (Time Zones): Remove pointer to Calc author's address.
5795         (Trigonometric and Hyperbolic Functions): Mention cotangent
5796         and hyperbolic cotangent.  Fix typo.
5798 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
5800         Sync with Tramp 2.1.11.
5802         * trampver.texi: Update release number.
5804 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
5806         * tramp.texi (External packages): New section.
5808 2007-09-29  Juri Linkov  <juri@jurta.org>
5810         * info.texi (Help-Int): Document `L' (`Info-history').
5812 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
5814         * org.texi: Change links to webpage and maintained email.
5815         (Remember): Promote to Chapter, significant changes.
5816         (Fast access to TODO states): New section.
5817         (Faces for TODO keywords): New section.
5818         (Export options): Example for #+DATE.
5819         (Progress logging): Section moved.
5821 2007-09-26  Bill Wohler  <wohler@newt.com>
5823         * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5824         browse-url-at-mouse.
5826 2007-09-20  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5828         * flymake.texi (Customizable variables): Face names don't end in -face.
5829         Fix flymake-err-line-patterns template.
5830         (Example -- Configuring a tool called directly): Fix init-function.
5831         (Highlighting erroneous lines): Face names don't end in -face.
5833 2007-09-18  Exal de Jesus Garcia Carrillo  <exal@gmx.de>  (tiny change)
5835         * erc.texi (Special-Features): Fix small typo.
5837 2007-09-14  Michael Albinus  <michael.albinus@gmx.de>
5839         * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5840         and "External transfer methods".
5842 2007-09-13  Jay Belanger  <jay.p.belanger@gmail.com>
5844         * calc.texi (Predefined Units): Add some history.
5846 2007-09-08  Michael Olson  <mwolson@gnu.org>
5848         * erc.texi (Copying): New section included from gpl.texi.
5849         This matches the look of the upstream ERC manual.
5851 2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
5853         * calc.texi (History and Acknowledgements): Adjust the "thanks".
5854         (Random Numbers): Clarify the distribution of `random'.
5856 2007-09-06  Glenn Morris  <rgm@gnu.org>
5858         Move manual sources from man/ to subdirectories of doc/.
5859         Split into the Emacs manual in emacs/, and other manuals in misc/.
5860         Change all setfilename commands to use ../../info.
5861         * Makefile.in: Move the parts of the old man/Makefile.in that do not
5862         refer to the Emacs manual here.
5863         (infodir): New variable.
5864         (INFO_TARGETS, info): Use infodir.  Also used by all info targets.
5865         (cc-mode.texi, faq.texi): Update references to source file locations.
5866         * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5867         do not refer to the Emacs manual here.
5868         (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5870         * Makefile.in: Add `basename' versions of all info targets, for
5871         convenience when rebuilding just one manual.
5872         (../etc/GNU): Delete obsolete target.
5873         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5874         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
5875         *.vrs *.toc here...
5876         (maintainer-clean): ...from here.
5878         * makefile.w32-in (../etc/GNU): Delete obsolete target.
5880 2007-09-01  Jay Belanger  <jay.p.belanger@gmail.com>
5882         * calc.texi (Date Conversions): Clarify definition of
5883         Julian day numbering.
5884         (Date Forms): Clarify definition of Julian day numbering;
5885         add some history.
5887 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
5889         * org.texi: Version 5.07.
5891 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5893         * message.texi (MIME): Replace mml-attach with mml-attach-file.
5895 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
5897         * org.texi (Adding hyperlink types): New section.
5898         (Embedded LaTeX): Chapter updated because of LaTeX export.
5899         (LaTeX export): New section.
5900         (Using links out): New section.
5902 2007-08-22  Glenn Morris  <rgm@gnu.org>
5904         * faq.texi (Learning how to do something): Refcards now in
5905         etc/refcards/ directory.
5907 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
5909         * tramp.texi (Remote Programs): Persistency file must be cleared when
5910         changing `tramp-remote-path'.
5911         (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5912         macro.
5914 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
5916         * calc.texi: Move contents to beginning of file.
5917         (Algebraic Entry): Fix the formatting of an example.
5919 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
5921         * calc.texi (Basic Operations on Units): Mention exact versus
5922         inexact conversions.
5924 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
5926         * calc.texi (Basic Operations on Units): Mention default
5927         values for new units.
5928         (Quick Calculator Mode): Mention that binary format will
5929         be displayed.
5931 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5933         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5935 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5937         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5939 2007-08-08  Glenn Morris  <rgm@gnu.org>
5941         * gnus.texi, sieve.texi: Replace `iff'.
5943 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
5945         * calc.texi (Basic Graphics): Mention the graphing of error
5946         forms.
5947         (Graphics Options): Mention how `g s' handles error forms.
5948         (Curve Fitting): Mention plotting the curves.
5949         (Standard Nonlinear Models): Add additional models.
5950         (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5951         (Linear Fits): Correct result.
5953 2007-08-01  Alan Mackenzie  <acm@muc.de>
5955         * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5956         to "--no-site-file".
5958 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
5960         * tramp.texi (Frequently Asked Questions): Point to mode line
5961         extension in Emacs 23.1.
5963         * trampver.texi: Update release number.
5965 2007-07-27  Glenn Morris  <rgm@gnu.org>
5967         * calc.texi (Copying): Include license text from gpl.texi, rather than
5968         in-line.
5970 2007-07-25  Glenn Morris  <rgm@gnu.org>
5972         * calc.texi (Copying): Replace license with GPLv3.
5974         * Relicense all FSF files to GPLv3 or later.
5976 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
5978         Sync with Tramp 2.1.10.
5980         * tramp.texi (trampfn): Expand macro implementation in order to handle
5981         empty arguments.
5982         (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
5983         occurrences by trampfn.
5984         (Frequently Asked Questions): Extend example code for host
5985         identification in the modeline.  Add bbdb to approaches shortening Tramp
5986         file names to be typed.
5988         * trampver.texi: Update release number.
5990 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5992         * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5993         section.  Reported by <poti@potis.org>.
5994         (Remote processes): Arguments of the program to be debugged are taken
5995         literally.
5996         (Frequently Asked Questions): Simplify recentf example.
5998 2007-07-14  Karl Berry  <karl@gnu.org>
6000         * info.texi (@copying): New Back-Cover Text.
6002         * info.texi (Quitting Info): Move to proper place in source.
6003         (Reported by Benno Schulenberg.)
6005 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
6007         * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6009         * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6011         * emacs-mime.texi: Add @documentencoding directive.
6013 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
6015         * tramp.texi (Remote processes): Add an anchor to the subsection
6016         "Running a debugger on a remote host".
6018 2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
6020         * tramp.texi (Remote processes): Don't call it "experimental" any
6021         longer.  Add subsection about running a debugger on a remote host.
6023 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
6025         * org.texi (Properties and columns): Chapter rewritten.
6027 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
6029         * tramp.texi:
6030         * trampver.texi: Migrate to Tramp 2.1.
6032 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
6034         * org.texi (Properties): New chapter.
6036 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6038         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6039         Control Panel.
6041         * gnus.texi (Misc Article): Add index entry for
6042         gnus-single-article-buffer.
6044 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6046         * gnus.texi (Starting Up): Fix typo.
6048 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6050         * gnus.texi (Asynchronous Fetching): Fix typo.
6052 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
6054         * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6055         (About This Manual): Remove redundant information.
6056         (Getting Started): Mention author.
6057         (Basic Arithmetic, Customizing Calc): Make description of the
6058         variable `calc-multiplication-has-precedence' match its new effect.
6060 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
6062         * calc.texi (Basic Arithmetic, Customizing Calc):
6063         Mention the variable `calc-multiplication-has-precedence'.
6065 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
6067         * org.texi (Tag): Section swapped with node Timestamps.
6068         (Formula syntax for Lisp): Document new `L' flag.
6070 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6072         * gnus.texi (Misc Group Stuff, Summary Buffer)
6073         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
6075 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6077         * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6078         * gnus.texi (Article Buttons, Mail Source Customization)
6079         (Sending or Not Sending, Customizing NNDiary):
6080         * message.texi (Message Headers):
6081         * mh-e.texi (HTML): Fix typos.
6083 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
6085         Sync with Tramp 2.0.56.
6087         * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6088         settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
6090 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
6092         * Version 22.1 released.
6094 2007-05-26  Michael Olson  <mwolson@gnu.org>
6096         * erc.texi (Modules): Fix references to completion modules.
6098 2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
6100         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6102 2007-05-09  Didier Verna  <didier@xemacs.org>
6104         * gnus.texi (Email Based Diary): New.  Proper documentation for the
6105         nndiary back end and the gnus-diary library.
6107 2007-05-03  Karl Berry  <karl@gnu.org>
6109         * .cvsignore (*.pdf): New entry.
6111         * texinfo.tex: Update from current version for better pdf generation.
6113 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
6115         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6117 2007-04-28  Glenn Morris  <rgm@gnu.org>
6119         * faq.texi (New in Emacs 22): Restore mention of python.el pending
6120         consideration of legal status.
6122 2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
6124         * idlwave.texi: Minor updates for IDLWAVE 6.1.
6126 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
6128         * faq.texi (New in Emacs 22): python.el removed.
6130 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
6132         * calc.texi (Reporting bugs): Update maintainer's address.
6134 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
6136         * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6138 2007-04-15  Jay Belanger  <belanger@truman.edu>
6140         * calc.texi (Title page): Remove the date.
6141         (Basic Arithmetic): Emphasize that / binds less strongly than *.
6142         (The Standard Calc Interface): Change trail title.
6143         (Floats): Mention that when non-decimal floats are entered, only
6144         approximations are stored.
6145         (Copying): Move to the appendices.
6146         (GNU Free Documentation License): Add as an appendix.
6148 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
6150         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6151         * dired-x.texi, ebrowse.texi, ediff.texi:
6152         * emacs-mime.texi, erc.texi, eshell.texi:
6153         * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6154         * idlwave.texi, message.texi, newsticker.texi, org.texi:
6155         * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6156         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6157         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6158         * woman.texi: Include GFDL.
6160         * doclicense.texi: Remove node heading, so that it can be included by
6161         other files.
6163         * dired-x.texi: Relicence under GFDL.  Remove date from title page.
6165         * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6166         than *.
6168 2007-04-14  Carsten Dominik  <dominik@science.uva.nl>
6170         * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6171         in Calc.
6173 2007-04-09  Romain Francoise  <romain@orebokech.com>
6175         * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6176         Mac OS ports.  Make it clear that mouse-1 complements and doesn't
6177         replace mouse-2.
6179 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
6181         * woman.texi (Word at point, Interface Options): woman-topic-at-point
6182         renamed to woman-use-topic-at-point.  Document new behavior.
6184 2007-04-08  Richard Stallman  <rms@gnu.org>
6186         * url.texi: Fix some indexing.
6187         (Disk Caching): Drop discussion of old/other Emacs versions.
6189 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6191         * url.texi (Disk Caching): Say Emacs 21 "and later".
6193         * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6194         on Font locking which now mentions JIT lock.
6196 2007-04-01  Michael Olson  <mwolson@gnu.org>
6198         * erc.texi: Update for the ERC 5.2 release.
6200 2007-03-31  David Kastrup  <dak@gnu.org>
6202         * woman.texi (Topic, Interface Options): Explain changes semantics of
6203         woman-manpath in order to consider MANPATH_MAP entries.
6205 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
6207         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6209 2007-03-26  Richard Stallman  <rms@gnu.org>
6211         * pgg.texi (Caching passphrase): Clean up previous change.
6213 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
6215         * gnus.texi (Setting Process Marks): Fix typo.
6217 2007-03-25  Romain Francoise  <romain@orebokech.com>
6219         * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6220         readability, and include various fixes by Daniel Brockman, Nick Roberts
6221         and Dieter Wilhelm.
6223 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
6225         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6227         * gnus.texi (Mail Source Specifiers): Fix typo.
6229 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
6231         * reftex.texi (Imprint): Update maintainer information.
6233 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6235         * message.texi (Message Buffers): Update documentation for
6236         message-generate-new-buffers.
6238 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
6240         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6242 2007-03-21  Glenn Morris  <rgm@gnu.org>
6244         * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6246 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
6248         * eshell.texi (Known problems): Emacs 21 -> 22.
6250         * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6252 2007-03-18  Jay Belanger  <belanger@truman.edu>
6254         * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6256 2007-03-12  Glenn Morris  <rgm@gnu.org>
6258         * calc.texi (Time Zones): Switch to new North America DST rule.
6260         * calc.texi: Replace "daylight savings" with "daylight
6261         saving" in text throughout.
6263 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6265         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6266         The variable now uses a list of symbols instead of just a symbol.
6267         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6269 2007-03-06  Romain Francoise  <romain@orebokech.com>
6271         * faq.texi (New in Emacs 22): Don't say "now" too much.  Add MH-E to
6272         new packages, and mention Gnus update.
6274 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6276         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6277         nntp-open-connection-functions-never-echo-commands.
6279 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
6281         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6282         problems on the console, and security risk in not using gpg-agent.
6284 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
6286         * org.texi (The spreadsheet): Rename from "Table calculations".
6287         Completely reorganized and rewritten.
6288         (CamelCase links): Section removed.
6289         (Repeating items): New section.
6290         (Tracking TODO state changes): New section.
6291         (Agenda views): Chapter reorganized and rewritten.
6292         (HTML export): Section rewritten.
6293         (Tables in arbitrary syntax): New section.
6294         (Summary): Better feature summary.
6295         (Activation): Document problem with cut-and-paste of Lisp code
6296         from PDF files.
6297         (Visibility cycling): Document indirect buffer use.
6298         (Structure editing): Document sorting.
6299         (Remember): Section rewritten.
6300         (Time stamps): Better description of time stamp types.
6301         (Tag searches): Document regular expression search for tags.
6302         (Stuck projects): New section.
6303         (In-buffer settings): New keywords.
6304         (History and Acknowledgments): Updated description.
6306 2007-02-24  Alan Mackenzie  <acm@muc.de>
6308         * cc-mode.texi (Movement Commands): Insert two missing command names.
6309         (Getting Started): Slight wording correction (use conditional).
6311 2007-02-22  Kim F. Storm  <storm@cua.dk>
6313         * widget.texi (User Interface, Basic Types): Document need to put some
6314         text before the %v escape in :format string in editable-field widget.
6316 2007-02-18  Romain Francoise  <romain@orebokech.com>
6318         * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6319         `cvs-mode-quit'.
6321 2007-02-10  Markus Triska  <markus.triska@gmx.at>
6323         * widget.texi (Programming Example): Put constant strings in :format.
6325 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
6327         * faq.texi (Fullscreen mode on MS-Windows): New node.
6329 2007-02-04  David Kastrup  <dak@gnu.org>
6331         * faq.texi (AUCTeX): Update version number.  Should probably be done
6332         for other packages as well.
6334 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6336         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
6337         <tassilo@member.fsf.org>.
6339 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6341         * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6342         ls-lisp-use-localized-time-format.
6344 2007-01-20  Markus Triska  <markus.triska@gmx.at>
6346         * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6348 2007-01-13  Michael Olson  <mwolson@gnu.org>
6350         * erc.texi (Modules): Mention capab-identify module.
6352 2007-01-05  Michael Olson  <mwolson@gnu.org>
6354         * erc.texi (Getting Started): Update for /RECONNECT command.
6356 2007-01-04  Richard Stallman  <rms@gnu.org>
6358         * ebrowse.texi: Change C-c b to C-c C-m.
6360 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6362         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6363         variables only in info to avoid redundant entries in the printed
6364         manual.
6366 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
6368         * message.texi (Using PGP/MIME): Document gpg-agent usage.
6370 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
6372         * message.texi (Security): Split into sub-nodes.
6374 2007-01-01  Alan Mackenzie  <acm@muc.de>
6376         * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6377         eval-after-load in Emacs <=21 and a workaround.  Document that
6378         trigraphs are not supported.
6380 2007-01-01  Alan Mackenzie  <acm@muc.de>
6382         * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6383         c-context-line-break.  When invoked within a string, preserve
6384         whitespace.  Add a backslash only when also in a macro.
6386 2007-01-01  Alan Mackenzie  <acm@muc.de>
6388         * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6390 2007-01-01  Alan Mackenzie  <acm@muc.de>
6392         * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6393         are now bound by default to c-\(beginning\|end\)-of-defun by default.
6395 2007-01-01  Alan Mackenzie  <acm@muc.de>
6397         * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6398         "Choosing a Style".
6400         * cc-mode.texi ("Styles"): Add @dfn{style}.
6402 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
6404         Sync with Tramp 2.0.55.
6406         * trampver.texi: Update release number.
6408 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
6410         * gnus.texi (Customizing Articles): Add index entries for all
6411         gnus-treat-* variables.
6413 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6415         * gnus.texi (IMAP): Fix incorrect explanation of
6416         nnimap-search-uids-not-since-is-evil in documentation for
6417         nnimap-expunge-search-string.
6419 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
6421         * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6422         spam-ifile-database.
6424 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6426         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6427         rebind C-s.
6429 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
6431         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6432         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6433         "expiring mail".
6434         (IMAP): Document nnimap-search-uids-not-since-is-evil and
6435         nnimap-nov-is-evil.
6437 2006-12-25  Kevin Ryde  <user42@zip.com.au>
6439         * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6440         about the key procedure being used heavily.
6442 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6444         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6445         to t.
6446         (Prerequisites): Add explanation about gpg-agent.
6448 2006-12-22  Kevin Ryde  <user42@zip.com.au>
6450         * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6451         "sort" instead of "sort*".
6453 2006-12-19  Richard Stallman  <rms@gnu.org>
6455         * calc.texi (History and Acknowledgements): Recognize that Emacs
6456         now does have floating point.
6458 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
6460         * tramp.texi (External transfer methods): Describe new method `scpc'.
6462 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
6464         * pgg.texi: Added short note on gpg-agent to the introduction.
6466 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6468         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6469         also applies to Cc.
6471 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6473         * gnus.texi (X-Face): Clarify.  Say which programs are required
6474         on Windows.
6476 2006-12-08  Michael Olson  <mwolson@gnu.org>
6478         * erc.texi (Modules): Remove documentation for list module.
6480 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6482         * faq.texi (^M in the shell buffer): Ditto.
6484 2006-11-20  Michael Olson  <mwolson@gnu.org>
6486         * erc.texi: Call this the 5.2 stable pre-release of ERC.
6488 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6490         * org.texi: Fix typos.
6491         (Agenda commands): Document `C-k'.
6493 2006-11-16  Eli Zaretskii  <eliz@gnu.org>
6495         * url.texi (http/https): Fix a typo in the HTTP URL.
6497 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
6499         * ada-mode.texi: Total rewrite.
6501 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6503         * org.texi: Minor typo fixes.
6505 2006-11-13  Bill Wohler  <wohler@newt.com>
6507         Release MH-E manual version 8.0.3.
6509         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6510         release 8.0.3.
6512         * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6513         to set MAILDIR.
6514         (Reading Mail): Document the customization of read-mail-command
6515         for MH-E.
6516         (Viewing Attachments): Document mm-discouraged-alternatives.
6517         (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6518         (Junk): Add more information about the settings of mh-junk-background
6519         in a program.  Add /usr/bin/mh to PATH in examples.
6521 2006-11-12  Richard Stallman  <rms@gnu.org>
6523         * woman.texi: Update author address but say he no longer maintains it.
6525 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6527         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6528         archived trees.
6529         (Checkboxes): Section moved to chapter 5, and extended.
6530         (The date/time prompt): New section.
6531         (Link abbreviations): New section.
6532         (Presentation and sorting): New section.
6533         (Custom agenda views): Section completely rewritten.
6534         (Summary): Compare with Planner.
6535         (Feedback): More info about creating backtraces.
6536         (Plain lists): Modified example.
6537         (Breaking down tasks): New section.
6538         (Custom time format): New section.
6539         (Time stamps): Document inactive timestamps.
6540         (Setting tags): More details about fast tag selection.
6541         (Block agenda): New section.
6542         (Custom agenda views): Section rewritten.
6543         (Block agenda): New section.
6545 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6547         * tramp.texi (Configuration): scp is the default method.
6548         (Default Method): Use ssh as example for another method.
6550 2006-10-27  Richard Stallman  <rms@gnu.org>
6552         * woman.texi: Downcase nroff/troff/roff.
6553         (Installation): Chapter deleted.  Some xrefs deleted.
6554         (Background): woman doesn't advise man ;-).
6556 2006-10-26  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6558         * ada-mode.texi (Project files, Identifier completion)
6559         (Automatic Casing, Debugging, Using non-standard file names)
6560         (Working Remotely): Fix typos.
6562 2006-10-20  Masatake YAMATO  <jet@gyve.org>
6564         * cc-mode.texi (Sample .emacs File): Add missing `)' in
6565         sample code `my-c-initialization-hook'.
6567 2006-10-19  Stuart D. Herring  <herring@lanl.gov>
6569         * widget.texi: Fix typos.
6571 2006-10-19  Michael Albinus  <michael.albinus@gmx.de>
6573         * tramp.texi (Frequently Asked Questions): Remove questions marked with
6574         "???".  There have been no complaints for years, so the information
6575         must be appropriate.
6577 2006-10-16  Richard Stallman  <rms@gnu.org>
6579         * widget.texi: Use @var instead of capitalization.
6580         Clarify many widget type descriptions.
6582 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6584         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
6585         gnus-dired-attach.
6586         (Selecting a Group): Fix typo.
6588 2006-10-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6590         * widget.texi: Fix typos.
6592 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
6594         * gnus.texi (Image Enhancements): Update for Emacs 22.
6596         * gnus-faq.texi ([1.3]): Update.
6598 2006-10-06  Richard Stallman  <rms@gnu.org>
6600         * faq.texi (Displaying the current line or column):
6601         Delete "As of Emacs 20".
6603 2006-10-06  Romain Francoise  <romain@orebokech.com>
6605         * faq.texi (VM): VM works with Emacs 22 too.
6607 2006-10-06  Richard Stallman  <rms@gnu.org>
6609         * ebrowse.texi: Remove Emacs version "21" from title.
6611 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
6613         * gnus.texi (Foreign Groups): Say where change of editing commands are
6614         stored.  Add reference to `gnus-parameters'.
6616 2006-09-15  Jay Belanger  <belanger@truman.edu>
6618         * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6619         Change "Library Public License" to "Lesser Public License"
6620         throughout.  Use "yyyy" to represent year.
6622 2006-09-15  Carsten Dominik  <dominik@science.uva.nl>
6624         * org.texi (Setting tags): Typo fix.
6626 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
6628         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6630 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
6632         * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6634 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6636         * faq.texi (Escape sequences in shell output): EMACS is now set
6637         to Emacs's absolute file name, not to "t".
6638         (^M in the shell buffer): Likewise.
6639         * misc.texi (Interactive Shell): Likewise.
6641 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6643         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6644         mails with pop3-leave-mail-on-server.  Fix wording.
6645         (Limiting): Improve gnus-summary-limit-to-articles.
6646         (X-Face): Fix typo.
6648 2006-09-11  Simon Josefsson  <jas@extundo.com>
6650         * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6651         suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6653 2006-09-06  Simon Josefsson  <jas@extundo.com>
6655         * smtpmail.texi (Authentication): Mention SSL.
6657 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
6659         * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6660         Don't use @indicateurl.
6662         * cc-mode.texi (Subword Movement): Don't use @headitem.
6663         (Custom Braces, Clean-ups): Don't use @tie.
6665 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6667         Sync with Tramp 2.0.54.
6669         * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6670         Suggested by Adrian Phillips <a.phillips@met.no>.
6672 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6674         * org.texi (Installation, Activation): Split from Installation and
6675         Activation.
6676         (Clocking work time): Documented new features.
6678 2006-08-13  Alex Schroeder  <alex@gnu.org>
6680         * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6681         example.
6683 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
6685         * faq.texi (How to add fonts): New node.
6687 2006-08-05  Romain Francoise  <romain@orebokech.com>
6689         * faq.texi (New in Emacs 22): Expand.
6691 2006-08-03  Michael Olson  <mwolson@gnu.org>
6693         * erc.texi: Update for ERC 5.1.4.
6695 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6697         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6698         in .../site-lisp/gnus/ by default.
6699         [ From gnus-news.texi in the trunk. ]
6701 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
6703         * gnus.texi (MIME Commands): Additions for yEnc.
6705 2006-07-24  Richard Stallman  <rms@gnu.org>
6707         * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6708         * faq.texi: Move periods and commas inside quotes.
6710 2006-07-20  Jay Belanger  <belanger@truman.edu>
6712         * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6714 2006-07-18  Chong Yidong  <cyd@stupidchicken.com>
6716         * faq.texi (Security risks with Emacs): Document Emacs 22
6717         file-local-variable mechanism.
6719 2006-07-12  Michael Olson  <mwolson@gnu.org>
6721         * erc.texi: Update for ERC 5.1.3.
6723 2006-07-12  Alex Schroeder  <alex@gnu.org>
6725         * rcirc.texi: Fix typos.
6726         (Getting started with rcirc): New calling convention for M-x irc.
6727         Mention #rcirc.  Removed channel tracking.
6728         (Configuration): Change the names of all variables that got changed
6729         recently, eg. rcirc-server to rcirc-default-server.  Added
6730         documentation for rcirc-authinfo, some background for Bitlbee, and
6731         rcirc-track-minor-mode.
6732         (Scrolling conservatively): Fix the xref from Auto Scrolling to just
6733         Scrolling.
6734         (Reconnecting after you have lost the connection): Fix example code
6735         to match code changes.
6737 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
6739         * gnus.texi, message.texi: Fix typos.
6741 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
6743         * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6744         commands.
6745         (Global TODO list): Document the use of the variables
6746         `org-agenda-todo-ignore-scheduled' and
6747         `org-agenda-todo-list-sublevels'.
6749 2006-07-05  Richard Stallman  <rms@gnu.org>
6751         * faq.texi (Scrolling only one line): Fix xref.
6753 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
6755         * faq.texi (Evaluating Emacs Lisp code):
6756         Throughout, replace eval-current-buffer with eval-buffer.
6758 2006-07-03  Richard Stallman  <rms@gnu.org>
6760         * rcirc.texi (Scrolling conservatively): Fix xref.
6762         * pcl-cvs.texi (Viewing differences): Usage fix.
6764 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
6766         * org.texi (Agenda commands): Document `s' key to save all org-mode
6767         buffers.
6769 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
6771         * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6772         names.  Mention `cvs-msg' face.
6774 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
6776         * org.texi (Checkboxes): New section.
6778 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
6780         * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6781         throughout this chapter.
6783 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
6785         * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6786         text for standalone vs Emacs info.
6787         (Help): Clarify header line description.  Use mouse-1 for clicks.
6788         (Help-P): Use mouse-1 for clicks.
6789         (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6790         (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6791         (Choose menu subtopic): Remove gratuitous Emacs command names.
6792         (Help-FOO): Put usual behavior first.
6793         (Help-Xref): Clicking on xrefs works in Emacs.
6794         (Search Text): Clarify what the default behavior is.
6795         (Create Info buffer): Fix Emacs window/X window confusion.
6796         (Emacs Info Variables): Fix for new Emacs init file behavior.
6798 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6800         * gnus.texi (Summary Buffer Lines): Fix typo.
6802 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
6804         * org.texi (Embedded LaTeX): New chapter.
6805         (Archiving): Section rewritten.
6806         (Enhancing text): Some parts moved to the new chapter about LaTeX.
6808 2006-06-20  Bill Wohler  <wohler@newt.com>
6810         Release MH-E manual version 8.0.1.
6812         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6813         release 8.0.1.
6814         (Preface): Depend on GNU mailutils 1.0 and higher.
6816 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6818         * message.texi (News Headers): Update message-syntax-checks section.
6820 2006-06-19  Karl Berry  <karl@gnu.org>
6822         * info.texi (Advanced): Mention C-q, especially with ?.
6824 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
6826         * org.texi (Publishing links): Document the `:link-validation-function'
6827         property.
6828         (Extensions and Hacking): New chapter, includes some sections of the
6829         "Miscellaneous" chapter.
6831 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
6833         * org.texi (Progress logging): New section.
6835 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
6837         * org.texi (ASCII export): Document indentation adaptation.
6838         (Setting tags): Document mutually-exclusive tags.
6840 2006-06-05  Romain Francoise  <romain@orebokech.com>
6842         * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6843         Fix typo.
6845         * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6846         channel (#gnus@irc.freenode.net).
6847         Fix typos.  Update copyright notice.
6849         * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6850         (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6851         (Line-Up Functions, Custom Macros):
6852         * ediff.texi (Window and Frame Configuration)
6853         (Highlighting Difference Regions):
6854         * emacs-mime.texi (Display Customization):
6855         * erc.texi (History):
6856         * eshell.texi (Known problems):
6857         * eudc.texi (Overview, BBDB):
6858         * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6859         (The problem of spam, SpamOracle, Extending the Spam package)
6860         (Conformity, Terminology):
6861         * idlwave.texi (Routine Info)
6862         (Class and Keyword Inheritance, Padding Operators)
6863         (Breakpoints and Stepping, Electric Debug Mode)
6864         (Examining Variables, Troubleshooting):
6865         * org.texi (Creating timestamps):
6866         * reftex.texi (Commands, Options, Changes):
6867         * tramp.texi (Inline methods, Password caching)
6868         (Auto-save and Backup, Issues):
6869         * vip.texi (Files, Commands in Insert Mode):
6870         * viper.texi (Emacs Preliminaries, States in Viper)
6871         (Packages that Change Keymaps, Viper Specials, Groundwork):
6872         Fix various typos.
6874 2006-05-31  Michael Ernst  <mernst@alum.mit.edu>
6876         * ediff.texi: Fix typos.
6878 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
6880         * org.texi: Small typo fixes.
6882 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6884         * viper.texi (Viper Specials):
6885         * gnus.texi (Example Setup):
6886         * faq.texi (Backspace invokes help):
6887         * dired-x.texi (Optional Installation Dired Jump):
6888         * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6889         follow coding conventions.
6891 2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
6893         * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6895 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6897         * pcl-cvs.texi: Fix typos.
6898         (Customization): Say "us".
6900 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
6902         * org.texi: Remove bogus @setfilename.
6904 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
6906         * org.texi (ASCII export): Omit command name.
6907         (HTML export): Add prefix to all lines in Local Variable example.
6908         (Acknowledgments): Typeset names in italics.
6910 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
6912         * org.texi (Plain lists): Add new item navigation commands.
6913         (External links): Document elisp and info links.
6914         (Custom searches): New section.
6915         (Publishing): New chapter.
6916         (HTML export): Include a list of supported CSS classes.
6917         (Setting tags): Describe the fast-tag-setting interface.
6919 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
6921         * dired-x.texi: ifinfo -> ifnottex.
6923 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6925         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6927 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
6929         * message.texi (Interface): Add tool bar customization.
6930         (MIME): Index and text additions for mml-attach.
6931         (MIME): Describe mml-dnd-protocol-alist and
6932         mml-dnd-attach-options.
6934         * gnus.texi (Oort Gnus): Reorder entries in sections.
6935         Fix some entries.
6936         (Starting Up): Add references to "Emacs for Heathens" and to
6937         "Finding the News".  Add user-full-name and user-mail-address.
6938         (Group Buffer Format): Add tool bar customization and update.
6939         (Summary Buffer): Add tool bar customization.
6940         (Posting Styles): Add message-alternative-emails.
6942 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
6944         * tramp.texi (Filename completion): Improve wording.
6946 2006-05-07  Romain Francoise  <romain@orebokech.com>
6948         * faq.texi (Using regular expressions): Fix typo.
6949         (Packages that do not come with Emacs): Fix capitalization.
6950         (Replacing text across multiple files): Expand node to explain how
6951         to use `dired-do-query-replace-regexp' in more detail, based on
6952         suggestion by Eric Hanchrow <offby1@blarg.net>.
6954 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
6956         * tramp.texi (Filename completion): Completion of remote files'
6957         method, user name and host name is active only in partial
6958         completion mode.
6960 2006-05-06  Bill Wohler  <wohler@newt.com>
6962         Release MH-E manual version 8.0.
6964         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6965         release 8.0.
6967 2006-05-06  Bill Wohler  <wohler@newt.com>
6969         * mh-e.texi (MH-BOOK-HOME): Change from
6970         http://www.ics.uci.edu/~mh/book/mh to
6971         http://rand-mh.sourceforge.net/book/mh.
6972         Replace .htm suffix with .html for MH book files.
6973         (Using This Manual): Update key binding for getting relevant
6974         chapter in Info from command key.
6975         (Ranges): Fix itemx.
6977 2006-05-05  Karl Berry  <karl@gnu.org>
6979         * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6980         (\fonttextsize): New user-level command to change text font size.
6982 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6984         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
6986 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
6988         * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6990 2006-04-24  Bill Wohler  <wohler@newt.com>
6992         * mh-e.texi (Getting Started): Make it more explicit that you need
6993         to install MH.  Add pointers to current MH implementations.
6995 2006-04-21  Bill Wohler  <wohler@newt.com>
6997         Release MH-E manual version 7.94.
6999         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7000         release 7.94.
7002 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
7004         * org.texi: Many small fixes.
7005         (Handling links): Rename from "Managing links".
7007 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7009         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7010         (Splitting mail using spam-stat): Fix @xref.
7012 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
7014         * gnus.texi (Spam Package): Major revision of the text.
7015         Previously this node was "Filtering Spam Using The Spam ELisp Package".
7017 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
7019         * org.texi (Time stamps): Better explanation of the purpose of
7020         different time stamps.
7021         (Structure editing, Plain lists): More details on how new items
7022         and headings are inserted.
7024 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
7026         * org.texi (Formula syntax): Fix link to Calc Manual.
7028 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7030         * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7032 2006-04-17  Bill Wohler  <wohler@newt.com>
7034         * mh-e.texi (Folders): Update mh-before-quit-hook and
7035         mh-quit-hook example with code that removes the buffers rather
7036         than just bury them.
7038 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
7040         Sync with Tramp 2.0.53.
7042 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
7044         * org.texi (Updating settings): New section.
7045         (Visibility cycling): Better names for the startup folding
7046         options.
7047         (Exporting): Completely restructured.
7048         (The very busy C-c C-c key): New section.
7049         (Summary of in-buffer settings): New section.
7051 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7053         * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7055 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7057         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7058         (Server Commands): Key `v' is reserved for users.
7060 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
7062         * org.texi (Link format): New section, emphasis on bracket links.
7063         (External links): Document bracket links.
7064         (FAQ): Expand to cover shell links and the new link format.
7066 2006-04-09  Kevin Ryde  <user42@zip.com.au>
7068         * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7070 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
7072         * gnus.texi (Summary Buffer Lines): Add `*'.
7074 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
7076         * gnus.texi (Group Parameters):
7077         Mention gnus-permanently-visible-groups.
7079 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7081         * gnus.texi (Face): Fix typo.
7083 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
7085         * gnus.texi (X-Face): Clarify.
7086         (Face): Need Emacs with PNG support.
7088 2006-04-06  Richard Stallman  <rms@gnu.org>
7090         * idlwave.texi: Delete the blocks "not suitable for inclusion with
7091         Emacs".
7093 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
7095         * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7096         blocks not suitable for inclusion with Emacs using variable
7097         PARTOFEMACS.
7099 2006-04-04  Simon Josefsson  <jas@extundo.com>
7101         * gnus.texi (Security): Improve.
7103 2006-04-02  Bill Wohler  <wohler@newt.com>
7105         * mh-e.texi (Getting Started, Junk, Bug Reports)
7106         (MH FAQ and Support): Fix URLs.
7108 2006-03-31  Romain Francoise  <romain@orebokech.com>
7110         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7111         to t, not nil (and has for the past eight years).
7113 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7115         * message.texi, gnus.texi: Bump version to 5.11.
7117 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
7119         * gnus.texi (Top): Add comment about version line.
7121         * message.texi (Top): Ditto.  Change to take named versions into
7122         account.
7124 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7126         * gnus.texi (Posting Styles): Add x-face-file to example.
7127         (X-Face): Refer to posting styles.
7129         * gnus-faq.texi ([5.8]): Add x-face-file.
7130         ([8.4]): Add links to gmane.emacs.gnus.user and
7131         gmane.emacs.gnus.general.
7133 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7135         * gnus-faq.texi: Use .invalid.
7136         ([5.4]): Fix gnus-posting-styles example.
7138 2006-03-27  Romain Francoise  <romain@orebokech.com>
7140         * faq.texi (Emacs/W3): Rename from `w3-mode'.  Mention that
7141         Emacs/W3 needs a new maintainer.
7142         (Ispell): Update author and version info.
7143         (Mailcrypt): Mention PGG.
7144         (New in Emacs 22): Add PGG to the list of new packages.
7145         Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7146         updating dead URLs.
7148 2006-03-25  Karl Berry  <karl@gnu.org>
7150         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7151         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7152         * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7153         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7154         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7155         * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7156         * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7157         (2) do not indent copyright year list (or anything else).
7159 2006-03-21  Bill Wohler  <wohler@newt.com>
7161         * mh-e.texi (Folders): Various edits.
7163 2006-03-20  Romain Francoise  <romain@orebokech.com>
7165         * gnus.texi (Mail Folders): Grammar fix.
7167 2006-03-19  Bill Wohler  <wohler@newt.com>
7169         * mh-e.texi (Replying): Document Mail-Followup-To.
7170         Change manually-formatted table to multitable.  Add debugging info.
7171         Move description of mh-reply-default-reply-to into paragraph
7172         that describes its values.
7174 2006-03-17  Bill Wohler  <wohler@newt.com>
7176         * mh-e.texi: Use smallexample and smalllisp consistently.
7177         (Sending Mail Tour): Update method of entering
7178         addresses and subject.
7179         (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7180         (Adding Attachments, Searching): Update screenshots for Emacs 22.
7182 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
7184         * org.texi: Version number change only.
7186 2006-03-14  Bill Wohler  <wohler@newt.com>
7188         * mh-e.texi: Add index entries around each paragraph rather than
7189         depend on entries from beginning of node.  Doing so ensures that
7190         index entries are less likely to be forgotten if text is cut and
7191         pasted, and are necessary anyway if the references are on a
7192         separate page.  It seems that makeinfo is now (v. 4.8) only
7193         producing one index entry per node, so there is no longer any
7194         excuse not to.  Use subheading instead of heading.  The incorrect
7195         use of heading produced very large fonts in Info--as large as the
7196         main heading.
7197         (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7198         versions 6 and 7 appeared *around* the time of these Emacs releases.
7200 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
7202         * org.texi (Clean view): Document new startup options.
7204 2006-03-11  Bill Wohler  <wohler@newt.com>
7206         * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7207         (Composing, Scan Line Formats): Fix @refs.
7208         (Getting Started): Define MH profile and MH profile components.
7209         (Incorporating Mail, Reading Mail, Viewing, Printing)
7210         (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7211         (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7212         for string constants.
7213         (Tool Bar): Remove spurious quote.
7214         (Junk): Use ``...'' instead of "...".
7215         (Scan Line Formats): Replace @samp with @kbd.
7217 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7219         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7221 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7223         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7224         easy to understand.
7226 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7228         * gnus.texi: Markup fix.
7229         (Fancy Mail Splitting): Specify new feature.
7231 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7233         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7234         partial-words matching.
7236 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7238         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7240         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7241         (MIME Commands): Fix mm-discouraged-alternatives.
7243 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
7245         * org.texi: Version number change only.
7247 2006-03-06  Bill Wohler  <wohler@newt.com>
7249         * mh-e.texi: Move from SourceForge repository to Savannah.
7250         This is version 7.93, which is a total rewrite from the previous
7251         edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7252         version 7.93.
7254 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7256         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7258 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
7260         * org.texi (Interaction): Add item about `org-mouse.el' by
7261         Piotr Zielinski.
7262         (Managing links): Document that also mouse-1 can be used to
7263         activate a link.
7264         (Headlines, FAQ): Add entry about hiding leading stars.
7265         (Miscellaneous): Resort the sections in this chapter to a more
7266         logical sequence.
7268 2006-02-27  Simon Josefsson  <jas@extundo.com>
7270         * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
7271         2004-01-27 from the trunk).
7273 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7275         * cc-mode.texi: Rename c-hungry-backspace to
7276         c-hungry-delete-backwards, at the request of RMS.  Leave the old
7277         name as an alias.
7279 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7281         * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7282         include the function header within the defun.
7284 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7286         * cc-mode.texi: Correct two typos.
7288 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7290         * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7291         existing comment.
7292         (Electric Keys): Add a justification for electric indentation.
7293         (Hungry WS Deletion): Clear up the names and complications of the
7294         BACKSPACE and DELETE keys.
7296 2006-02-23  Juri Linkov  <juri@jurta.org>
7298         * faq.texi (Common requests): Move `Turning on auto-fill by
7299         default' after `Wrapping words automatically'.  Move `Working with
7300         unprintable characters' before `Searching for/replacing newlines'.
7301         Move `Replacing highlighted text' after `Highlighting a region'.
7302         Merge `Repeating commands' and `Repeating a command as many times
7303         as possible' into the former.
7304         (Packages that do not come with Emacs): Add refs to Gmane and
7305         etc/MORE.STUFF.
7307 2006-02-23  Juri Linkov  <juri@jurta.org>
7309         * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7310         (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7311         Add xref to `(emacs)Reporting Bugs'.
7312         (Getting a printed manual): Add URL to other formats of the manual.
7313         (Common requests): Fix menu.
7314         (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7315         (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7316         (Inserting text at the beginning of each line): Add pxref to
7317         `Changing the included text prefix'.
7318         (Forcing the cursor to remain in the same column): Mention `track-eol'
7319         and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
7320         (Replacing text across multiple files): Add keybinding `Q' for
7321         `dired-do-query-replace'.
7323 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
7325         * reftex.texi: Version number and date change only.
7327         * org.texi (Internal Links): Rewrite to cover the modified
7328         linking system.
7330 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
7332         * faq.texi: Remove the coding cookie, it's not needed anymore.
7334 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7336         * faq.texi (Colors on a TTY): Mention Mac OS port.
7338 2006-02-12  Karl Berry  <karl@gnu.org>
7340         * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7341         8-bit accented a.
7343 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
7345         * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7347 2006-02-08  Romain Francoise  <romain@orebokech.com>
7349         * faq.texi (Top): Remove paragraph about the FAQ being a
7350         transitional document, etc.
7351         (Searching for/replacing newlines): New node.
7352         (Yanking text in isearch): New node.
7353         (Inserting text at the beginning of each line): Rename and make
7354         more general, mention `M-;' in Message mode.
7356 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
7358         * faq.texi (Meta key does not work in xterm)
7359         (Emacs does not display 8-bit characters)
7360         (Inputting eight-bit characters): Update xrefs.
7362 2006-02-06  Romain Francoise  <romain@orebokech.com>
7364         * faq.texi (VM): VM now at version 7.19.
7365         Set myself as maintainer of this file.
7367 2006-02-04  Michael Olson  <mwolson@gnu.org>
7369         * erc.texi (History): Note that ERC is now included with Emacs.
7371 2006-01-31  Romain Francoise  <romain@orebokech.com>
7373         * message.texi (Message Headers): Explain what
7374         `message-alternative-emails' does in more detail.
7375         Update copyright year.
7377 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
7379         * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7381 2006-01-29  Richard M. Stallman  <rms@gnu.org>
7383         * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7385 2006-01-29  Michael Olson  <mwolson@gnu.org>
7387         * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7389         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7391         * faq.texi (New in Emacs 22): Mention ERC.
7393 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
7395         * rcirc.texi: Capitalize dir entry for consistency with the entry
7396         in info/dir and other entries in the Emacs category.
7397         Fix typos.  Delete trailing whitespace.
7399 2006-01-28  Björn Lindström  <bkhl@elektrubadur.se>
7401         * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7403 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7405         * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7406         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7408         * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7409         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7411 2006-01-27  Alex Schroeder  <alex@gnu.org>
7413         * rcirc.texi: New file.
7415 2006-01-23  Juri Linkov  <juri@jurta.org>
7417         * widget.texi (User Interface): Add S-TAB for widget-backward.
7419 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
7421         Sync with Tramp 2.0.52.
7423         * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7424         Add Tramp disabling item.  New item for common connection problems.
7425         (various): Apply "ftp" as method for the download URL.
7426         (Bug Reports): Refer to FAQ for common problems.
7428 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7430         * widget.texi (User Interface): Use @key for TAB.
7432         * ses.texi (Formulas, Printer functions): Use @key for TAB.
7434         * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7435         for TAB.
7437         * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7439 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7441         * gnus.texi: Update copyright.
7443 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7445         * gnus.texi (Article Washing): Additions.
7447 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
7449         * org.texi (Agenda commands): Document tags command.
7451 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7453         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7455 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7457         * gnus.texi (RSS): Addition.
7459 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7461         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7463 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7465         * emacs-mime.texi (Display Customization): Add setting example to
7466         mm-discouraged-alternatives.
7468 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7470         * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7471         version is the canonical version.
7473 2006-01-08  Alex Schroeder  <alex@gnu.org>
7475         * pgg.texi (Caching passphrase): Rewording.
7477 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
7479         * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7480         repository URL.
7482 2006-01-06  Carsten Dominik  <dominik@science.uva.nl>
7484         * org.texi: Removed the accidentally re-added empty line in the
7485         direntry.
7487 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
7489         * org.texi (Agenda Views): Chapter reorganized.
7491 2005-12-29  Romain Francoise  <romain@orebokech.com>
7493         * faq.texi (Using Customize): New node.
7495 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
7497         * org.texi: Remove blank line in @direntry.  It is non-standard
7498         and recursively produces blank lines all over the dir file (when
7499         using Texinfo 4.8).
7501 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
7503         * widget.texi (atoms): Delete obsolete remark about `file' widget.
7505 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
7507         * org.texi (Tags): Boolean logic documented.
7508         (Agenda Views): Document custom commands.
7510 2005-12-20  David Kastrup  <dak@gnu.org>
7512         * faq.texi (AUCTeX): Update version and mailing list info.
7514 2005-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7516         * gnus.texi (MIME Commands): Mention addition of
7517         multipart/alternative to gnus-buttonized-mime-types and add xref
7518         to mm-discouraged-alternatives.
7520         * emacs-mime.texi (Display Customization): Mention addition of
7521         "image/.*" and add xref to gnus-buttonized-mime-types in the
7522         mm-discouraged-alternatives section.
7524 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
7526         * org.texi (Tags): New section.
7527         (Agenda Views): Chapter reorganized.
7529 2005-12-16  Eli Zaretskii  <eliz@gnu.org>
7531         * org.texi (Internal Links): Add a missing comma after an @xref.
7533 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
7535         * faq.texi (Filling paragraphs with a single space): No need to
7536         change sentence-end now.
7538 2005-12-13  Romain Francoise  <romain@orebokech.com>
7540         * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7542 2005-12-12  Jay Belanger  <belanger@truman.edu>
7544         * faq.texi (Calc): Update version number.
7546 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
7548         * org.texi (Progress Logging): New section.
7550 2005-12-10  Romain Francoise  <romain@orebokech.com>
7552         Update the Emacs FAQ for the 22.1 release.
7554         * faq.texi: Set VER to `22.1'.
7555         (Basic editing): Explain how to use localized versions of the
7556         Tutorial.  Mention that `C-h r' displays the manual.
7557         Delete obsolete WWW link to an Emacs 18 tutorial.
7558         (Getting a printed manual): Point to the new locations of the
7559         manuals on the GNU Web site.
7560         (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7561         available via Info (it was previously distributed separately).
7562         (Installing Texinfo documentation): The latest version of Texinfo
7563         is 4.8, not 4.0.
7564         (Informational files for Emacs): COPYING is the GNU General Public
7565         License, not the Emacs General Public License.
7566         (Informational files for Emacs): Delete obsolete link to the
7567         GNUinfo pages as they have been removed from the GNU Web site.
7568         (New in Emacs 22): New node.
7569         (Setting up a customization file): Say that most packages support
7570         Customize nowadays.
7571         (Colors on a TTY): Delete reference to instructions on how to
7572         enable syntax highlighting, it is now enabled by default.
7573         (Turning on abbrevs by default): Emacs now reads the abbrevs file
7574         at startup automatically.
7575         (Controlling case sensitivity): Mention `M-c' in isearch.
7576         (Using an already running Emacs process): Emacs now creates the
7577         socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
7578         gnuserv.  As emacsclient can now run Lisp code as well, delete a
7579         sentence praising gnuserv for that.  Simplify description of how
7580         the client/server operation works.
7581         (Compiler error messages): Delete obsolete text (compile.el has
7582         been rewritten).
7583         (Indenting switch statements): Fix typo.
7584         (Matching parentheses): Simplify setup instructions, mention the
7585         menu bar item in the Options menu.
7586         (Repeating a command as many times as possible): Mention `C-x e'.
7587         (Going to a line by number): Mention new keymap and bindings
7588         `M-g M-g', `M-g M-p' and `M-g M-n'.
7589         (Turning on syntax highlighting): Now on by default.  Simplify.
7590         (Replacing highlighted text): Use `1', not `t'.
7591         (Problems with very large files): The maximum size is now 256MB on
7592         32-bit machines.
7593         (^M in the shell buffer): Mention `comint-process-echoes'.
7594         (Emacs for Apple computers): Emacs 22 has native support for Mac
7595         OS X.
7596         (Translating names to IP addresses): Delete node.
7597         (Binding keys to commands): Fix typo.
7598         (SPC no longer completes file names): New node.
7599         (MIME with Emacs mail packages): Delete section about the Emacs
7600         MIME FAQ (it's not reachable anymore).
7602 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7604         * cc-mode.texi: The manual has been extensively revised: the
7605         information about using CC Mode has been separated from the larger
7606         and more difficult chapters about configuration.  It has been
7607         updated for CC Mode 5.31.
7609 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7611         * pgg.texi (User Commands): Fix description of pgg-verify-region.
7612         (Selecting an implementation): Fix descriptions.
7614 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7616         * message.texi (Various Message Variables): Addition.
7618 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7620         * message.texi: Fix default values.
7622 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7624         * message.texi (Header Commands): Clarify descriptions of
7625         message-cross-post-followup-to, message-reduce-to-to-cc, and
7626         message-insert-wide-reply.
7627         (Various Commands): Fix kindex for message-kill-to-signature;
7628         clarify description of message-tab.
7630 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7632         * message.texi (Mailing Lists): Fix description about MFT.
7634         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7636 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7638         * gnus.texi (Slow Terminal Connection): Replace old description
7639         with new one.
7641 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7643         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7644         replace X-Draft-Headers with X-Draft-From.
7646 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7648         * gnus.texi (Various Various): Fix the default value of
7649         nnheader-max-head-length.
7650         (Gnus Versions): Fix typo.
7652 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
7654         * org.texi (Structure editing): Document new functionality of
7655         M-RET.
7657 2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
7659         * org.texi (Internal Links): Fix Texinfo usage.
7661 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
7663         * org.texi (TODO basics): Document the global todo list.
7664         (TODO items): Documents sparse tree for specific TODO
7665         keywords.
7667 2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
7669         * org.texi (Plain Lists): Typos fixed.
7671 2005-11-28  Jay Belanger  <belanger@truman.edu>
7673         * calc.texi: Change references of `M-#' to `C-x *' prefix.
7675 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
7677         * org.texi (Structure editing): New item moving commands added.
7678         (Plain Lists): New section.
7680 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7682         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7683         (Agenda): Document commands `org-cycle-agenda-files' and
7684         `org-agenda-file-to-front'.
7685         (Built-in table editor): Document `org-table-sort-lines'.
7686         (HTML formatting): Export of hand-formatted lists.
7688 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7690         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7691         new variable gnus-toolbar-thickness.
7693 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7695         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7697 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7699         * gnus.texi (X-Face): Fix description.
7700         (XVarious): Remove gnus-xmas-logo-color-alist and
7701         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7703 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7705         * gnus.texi (Group Parameters): Mention new variable
7706         gnus-parameters-case-fold-search.
7707         (Home Score File): Addition.
7709 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7711         * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
7712         (Overview): List supported feed types.
7713         (Installation): No installation necessary when using autoload.
7714         (Configuration): Rename "RSS" to "news".
7716 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7718         * pgg.texi (User Commands): Document additional passphrase
7719         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7720         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7722 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
7724         * org.texi: Version number changed to 3.19.
7726 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
7728         * pgg.texi (How to use): Update the example to add autoload of
7729         pgg-encrypt-symmetric-region.
7730         (User Commands): Document pgg-encrypt-symmetric-region.
7731         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7733 2005-10-27  Jay Belanger  <belanger@truman.edu>
7735         * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7736         mention other TeX-related units.
7738 2005-10-23  Lars Hansen  <larsh@soem.dk>
7740         * dired-x.texi (Miscellaneous Commands):
7741         Replace dired-do-relative-symlink by dired-do-relsymlink and
7742         dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7744 2005-10-23  Jay Belanger  <belanger@truman.edu>
7746         * calc.texi (Predefined Units): Use `alpha' for the fine structure
7747         constant.
7749 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7751         * faq.texi (Bugs and problems):
7752         Replace `dired-move-to-filename-regexp' by
7753         `directory-listing-before-filename-regexp'.
7755 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
7757         * newsticker.texi (UPDATED): Set value.
7759 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7761         * gnus.texi (Document Groups): Remove duplicate item.
7763 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
7765         * org.texi (Summary): Mention iCalendar support.
7766         (Exporting): Document iCalendar support.
7768 2005-10-18  Romain Francoise  <romain@orebokech.com>
7770         * viper.texi (Viper Specials): Capitalize GNU.
7772 2005-10-17  Juri Linkov  <juri@jurta.org>
7774         * info.texi (Getting Started, Search Index, Expert Info):
7775         Fix wording.
7776         (Search Text): Replace `echo area' with `mode line'.
7777         (Search Index): Both `i' and `,' find all index entries.
7778         Replace example `C-f' with `C-l' (which exists in index of Info
7779         manual) and delete spaces in its keyboard input sequence.
7780         Delete unnecessary explanations about literal characters.
7782 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7784         * gnus.texi (Document Server Internals): Addition.
7786 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7788         * gnus.texi (A note on namespaces): Fix RFC reference.
7790 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7792         * gnus.texi (RSS): Fix key description.
7794 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7796         * gnus.texi: Emacs/w3 -> Emacs/W3.
7797         (Browsing the Web): Fix description.
7798         (Web Searches): Ditto.
7799         (Customizing W3): Ditto.
7801 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7803         * gnus.texi (Maildir): Clarify expire-age and expire-group.
7805 2005-10-11  Jay Belanger  <belanger@truman.edu>
7807         * calc.texi (Integration): Mention using `a i' to compute definite
7808         integrals.
7810 2005-10-11  Juri Linkov  <juri@jurta.org>
7812         * info.texi: Rearrange nodes.
7813         (Top): Update menu.  Change ref `Info for Experts' to
7814         `Advanced Info Commands'.
7815         (Getting Started): Fix description of manual's parts.
7816         (Help-Int): Change xref `Info Search' to `Search Index', and
7817         `Expert Info' to `Advanced'.
7818         (Advanced): Move node one level up.
7819         (Search Text, Search Index): New nodes split out from `Info Search'.
7820         (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7821         split out from `Advanced'.
7822         (Advanced, Emacs Info Variables): De-document editing an Info file
7823         in Info.
7824         (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7825         (Creating an Info File): Delete node and move its text to
7826         `Expert Info'.
7828 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
7830         * org.texi (Workflow states): Documented that change in keywords
7831         becomes active only after restart of Emacs.
7833 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
7835         Sync with Tramp 2.0.51.
7837 2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
7839         * speedbar.texi (Introduction): Describe new location of speedbar
7840         on menubar.
7841         (Basic Key Bindings): Remove descriptions of bindings that have
7842         been removed.
7844 2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
7846         * speedbar.texi (GDB): Describe use of watch expressions.
7848 2005-09-28  Simon Josefsson  <jas@extundo.com>
7850         * message.texi (IDNA): Fix.
7852 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7854         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7855         nntp-server-hook, and nntp-warn-about-losing-connection; fix
7856         description of nntp-open-connection-function.
7857         (Common Variables): Fix descriptions.
7859 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7861         * gnus.texi (Server Buffer Format): Document the %a format spec.
7863 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7865         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7867 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7869         * org.texi Version 3.16.
7871 2005-09-19  Miles Bader  <miles@gnu.org>
7873         * newsticker.texi: Get rid of CVS keywords.
7875 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7877         * gnus.texi (Finding the Parent): Fix description of how Gnus
7878         finds article.
7880 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
7882         * gnus.texi (Advanced Scoring Examples): New examples to teach how
7883         to drop off non-answered articles.
7885 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7887         * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7888         braces (which are unsupported by NMAKE) for macro `srcdir'.
7890 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
7892         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7893         (../info/newsticker, newsticker.dvi): New targets.
7895 2005-09-17  Ulf Jasper  <ulf.jasper@web.de>
7897         * newsticker.texi: Replace @command with @code.  Replace @example
7898         with @lisp.
7899         (Top): Add explanations to menu items.
7900         (GNU Free Documentation License): Remove.
7902 2005-09-16  Romain Francoise  <romain@orebokech.com>
7904         Update all files to specify GFDL version 1.2.
7906         * doclicense.texi (GNU Free Documentation License): Update to
7907         version 1.2.
7909 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7911         * newsticker.texi: Fix @setfilename.
7913         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7914         (../info/newsticker, newsticker.dvi): New targets.
7916 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7918         * org.texi: Version 3.15.
7920 2005-08-29  Luc Teirlinck  <teirllm@auburn.edu>
7922         * ses.texi: Combine all three indices into one.
7923         Correct a few typos.
7925 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7927         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7929 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7931         * emacs-mime.texi (Handles): Remove duplicate item.
7932         (Encoding Customization): Fix the default value for
7933         mm-coding-system-priorities.
7934         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7935         (Basic Functions): Fix reference.
7937 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7939         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7941 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7943         * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7944         and web site.
7946         * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7947         not keyboard-translate.
7949 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7951         * faq.texi (Using regular expressions): Fix xref.
7953 2005-08-09  Juri Linkov  <juri@jurta.org>
7955         * info.texi (Help-P): Replace `Prev' with `Previous'.
7956         (Help-M, Help-Xref): Add S-TAB.
7957         (Help-FOO): Update `u' command.
7958         (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7959         Update info about visibility of xref parts.
7960         (Help-Int): Fix `m' command.  Rename `Info-last' to
7961         `Info-history-back'.  Add `Info-history-forward'.
7962         (Advanced): Fix `g*' and `M-n' commands.
7963         (Info Search): Add `index-apropos' in stand-alone browser.
7964         Add isearch commands.
7965         (Emacs Info Variables): Remove `Info-fontify'.
7966         Add `Info-mode-hook'.  Update face names.
7967         Add `Info-fontify-maximum-menu-size',
7968         `Info-fontify-visited-nodes', `Info-isearch-search'.
7970 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
7972         Sync with Tramp 2.0.50.
7974         * tramp.texi: Use @option{} consequently for method names.
7975         (Inline methods, External transfer methods): Remove references to
7976         Cygwin.
7977         (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7978         implementation.
7980 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
7982         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7983         Mention that gnus-init-file is not read when Emacs is invoked with
7984         --no-init-file or -q.
7986 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
7988         * org.texi: Version 3.14.
7990 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
7992         * org.texi: Version 3.13.
7994 2005-07-18  Juri Linkov  <juri@jurta.org>
7996         * calc.texi (Time Zones, Logical Operations):
7997         * cl.texi (Overview):
7998         * org.texi (TODO types):
7999         * sc.texi (Emacs 18 MUAs):
8000         * speedbar.texi (Top):
8001         * url.texi (History):
8002         Delete duplicate duplicate words.
8004 2005-07-16  Johan BockgÃ¥rd  <bojohan@users.sourceforge.net>  (tiny change)
8006         * cl.texi (Type Predicates): Document `atom' type.
8008 2005-07-04  Lute Kamstra  <lute@gnu.org>
8010         Update FSF's address in GPL notices.
8012         * calc.texi (Copying):
8013         * doclicense.texi (GNU Free Documentation License):
8014         * faq.texi (Contacting the FSF):
8015         * mh-e.texi (Copying): Update FSF's address.
8017 2005-07-03  Richard M. Stallman  <rms@gnu.org>
8019         * flymake.texi (Example -- Configuring a tool called directly):
8020         Update name of flymake-build-relative-filename.
8022 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8024         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8026 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
8028         * org.texi: Version 3.12.
8030 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
8032         * makefile.w32-in (MAKEINFO): Use --force.
8033         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8034         Makefile.in.
8035         (gnus.dvi): Use "..." to quote Sed args, so that it works with
8036         more shells.
8038 2005-06-23  Richard M. Stallman  <rms@gnu.org>
8040         * speedbar.texi (Creating a display): Texinfo usage fixes.
8042         * tramp.texi (Customizing Completion, Auto-save and Backup):
8043         Texinfo usage fixes.
8045 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
8047         * dired-x.texi (Miscellaneous Commands):
8048         * ediff.texi (Miscellaneous):
8049         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8050         (Agent Variables):
8051         * info.texi (Help-Xref):
8052         * message.texi (Message Headers):
8053         * org.texi (Remember):
8054         * reftex.texi (Options (Defining Label Environments)):
8055         (Options (Index Support)):
8056         (Options (Viewing Cross-References)):
8057         (Options (Misc)):
8058         (Changes):
8059         * speedbar.texi (Creating a display):
8060         * tramp.texi (Customizing Completion, Auto-save and Backup):
8061         Texinfo usage fix.
8063 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
8065         * org.texi: Version 3.11.
8067 2005-06-12  Jay Belanger  <belanger@truman.edu>
8069         * calc.texi (Getting Started): Remove extra menu item.
8071 2005-05-31  Jay Belanger  <belanger@truman.edu>
8073         * calc.texi (Notations Used in This Manual): Use @kbd for key
8074         sequence.
8075         (Demonstration of Calc): Mention another way of starting Calc.
8076         (Starting Calc): Mention long name of M-#.
8077         (Embedded Mode Overview): Remove unnecessary instruction.
8078         (Other M-# commands): Rephrase `M-# 0' explanation.
8079         (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8080         reflect current behavior.
8082 2005-05-30  Jay Belanger  <belanger@truman.edu>
8084         * calc.texi (Hooks): Change description of calc-window-hook and
8085         calc-trail-window-hook to match usage.
8086         (Computational Functions): Add more constant-generating functions.
8087         (Customizable Variables): Use defvar.
8089 2005-05-28  Jay Belanger  <belanger@truman.edu>
8091         * calc.texi (Assignments in Embedded Mode): Fix variable name.
8092         (Basic Embedded Mode): Explain behavior of arguments to
8093         calc-embedded-mode.
8095 2005-05-27  Jay Belanger  <belanger@truman.edu>
8097         * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8098         current behavior.
8100 2005-05-25  Jay Belanger  <belanger@truman.edu>
8102         * calc.texi: Change Calc version number throughout.
8103         (Keypad Mode): Change location in info output.
8104         (Keypad mode overview): Move picture of keypad.
8106 2005-05-21  Jay Belanger  <belanger@truman.edu>
8108         * calc.texi (Storing variables): Mention that only most variables
8109         are void to begin with.
8111 2005-05-21  Kevin Ryde  <user42@zip.com.au>
8113         * widget.texi (Basic Types): Update cross ref from "Enabling
8114         Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8115         lispref/text.texi change.
8117 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
8119         * org.texi: Version 3.09.
8121 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
8123         * reftex.texi: Version 4.28.
8125 2005-05-16  Jay Belanger  <belanger@truman.edu>
8127         * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8129 2005-05-14  Jay Belanger  <belanger@truman.edu>
8131         * calc.texi (Default Simplifications): Insert missing ! (logical
8132         not operator).
8134 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
8136         Sync with Tramp 2.0.49.
8138 2005-05-10  Jay Belanger  <belanger@truman.edu>
8140         * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8141         to 1.
8143 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
8145         * org.texi: Version 3.08, structure reorganized.
8147 2005-04-24  Richard M. Stallman  <rms@gnu.org>
8149         * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8151 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
8153         * org.texi: Update to version 3.06.
8155 2005-04-13  Lute Kamstra  <lute@gnu.org>
8157         * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8159 2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
8161         * cl.texi (Porting Common Lisp): Fix typo.
8163 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8165         * gnus.texi (RSS): Addition.
8167 2005-04-04  Jay Belanger  <belanger@truman.edu>
8169         * calc.texi: Change Calc version number.
8170         (Customizable variables): Fix description of calc-language-alist.
8171         (Copying): Put in version 2 of GPL.
8173 2005-04-01  Jay Belanger  <belanger@truman.edu>
8175         * calc.texi (Troubleshooting Commands): Remove comment about
8176         installation.
8177         (Installation): Remove section.
8178         (Customizable Variables): New section.
8179         (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8180         (Graphical Devices): Add references to Customizable Variables.
8182 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8184         * emacs-mime.texi (Display Customization): Markup fixes.
8185         (rfc2047): Update.
8187 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8189         * gnus-faq.texi: Replaced with auto-generated version.
8191 2005-03-26  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8193         * dired-x.texi (Multiple Dired Directories): default-directory was
8194         renamed to dired-default-directory.
8196 2005-03-26  Jay Belanger  <belanger@truman.edu>
8198         * calc.texi (Simplifying Formulas, Rewrite Rules):
8199         Change description of top and bottom of fraction.
8200         (Modulo Forms): Move description of how to create modulo forms to
8201         earlier in the section.
8202         (Fraction Mode): Suggest using : to get a fraction by dividing.
8203         (Basic Arithmetic): Adjust placement of command name.
8204         (Truncating the Stack): Emphasize that "hidden" entries are still
8205         visible.
8206         (Installation): Move discussion of printing manual to "About This
8207         Manual".
8208         (About This Manual): Mention how to print the manual.
8209         (Reporting Bugs): Remove first person.
8210         (Building Vectors): Add algebraic version of append.
8211         (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8212         (Grouping Digits): Fix typo.
8214 2005-03-25  Werner Lemberg  <wl@gnu.org>
8216         * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8217         Replace `legal' with `valid'.
8219 2005-03-25  Werner Lemberg  <wl@gnu.org>
8221         * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8223 2005-03-24  Jay Belanger  <belanger@truman.edu>
8225         * calc.texi (General Mode Commands)
8226         (Mode Settings in Embedded Mode): Add some explanation of
8227         recording mode settings.
8229 2005-03-24  Richard M. Stallman  <rms@gnu.org>
8231         * calc.texi: Remove praise of non-free software.
8233         * idlwave.texi: Don't say where to get IDL or its non-free manual.
8234         (Installation): Node deleted.
8236 2005-03-23  Richard M. Stallman  <rms@gnu.org>
8238         * url.texi (HTTP language/coding): Improve last change.
8240 2005-03-22  Jay Belanger  <belanger@truman.edu>
8242         * calc.texi (Embedded Mode): Add new information on changing
8243         modes.
8245 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
8247         Sync with Tramp 2.0.48.
8249         * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8251         * tramp.texi: Replace "Emacs" by "GNU Emacs".  Replace "Linux" by
8252         "GNU/Linux".  Change all addresses to .gnu.org.
8253         (Default Method): Offer shortened syntax for "su" and "sudo"
8254         methods.
8256 2005-03-07  Richard M. Stallman  <rms@gnu.org>
8258         * url.texi: Fix usage of "e.g.".
8259         (HTTP language/coding): Explain the rules for these strings.
8261 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8263         * woman.texi (Introduction): Minor cleanups.
8265         * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8267         * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8268         (Installation): Node deleted.
8270         * mh-e.texi (Preface): Get rid of "Emacs 21".
8272         * eshell.texi (Installation): Delete node (for Emacs 20).
8274 2005-03-05  Thien-Thi Nguyen  <ttn@gnu.org>
8276         * flymake.texi: Refill and tweak style in @lisp blocks.
8278 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8280         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8282 2005-03-01  Jay Belanger  <belanger@truman.edu>
8284         * calc.texi (Trigonometric and Hyperbolic Functions):
8285         Mention additional functions.
8286         (Algebraic Simplifications): Mention additional simplifications.
8288 2005-02-18  Jonathan Yavner  <jyavner@member.fsf.org>
8290         * ses.texi: Add concept/function/variable indices (this work was
8291         donated by Brad Collins <brad@chenla.org>, copyright-assignment
8292         papers on file at FSF).
8294 2005-02-10  Jay Belanger  <belanger@truman.edu>
8296         * calc.texi: Change @LaTeX to La@TeX throughout.
8297         Redefine @expr as @math for TeX output.
8298         Redefine @texline as a no-op for TeX output.
8299         Define @tfn, replace @t by @tfn throughout.
8301 2005-02-09  Jay Belanger  <belanger@truman.edu>
8303         * calc.texi: Add macro for LaTeX for info output.
8305 2005-02-08  Kim F. Storm  <storm@cua.dk>
8307         * texinfo.tex (LaTex): Add def.
8309 2005-02-06  Jay Belanger  <belanger@truman.edu>
8311         * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8312         change name to "TeX and LaTeX Language Modes."  Mention LaTeX mode
8313         throughout manual.
8315 2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8317         * gnus.texi: Some edits based on comments from David Abrahams.
8319 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8321         * gnus.texi (RSS): Fix the keystroke.
8323 2005-01-24  David Kastrup  <dak@gnu.org>
8325         * faq.texi: Update AUCTeX version info.
8327 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8329         * gnus-faq.texi ([4.1]): Typo.
8331 2005-01-19  Jay Belanger  <belanger@truman.edu>
8333         * calc.texi (Keep Arguments): Mention that keeping arguments
8334         doesn't work with keyboard macros.
8336 2005-01-16  Richard M. Stallman  <rms@gnu.org>
8338         * autotype.texi (Autoinserting): Fix small error.
8340 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
8342         Sync with Tramp 2.0.47.
8344         * tramp.texi (Compilation): New section, describing compilation of
8345         remote files.
8347 2005-01-11  Kim F. Storm  <storm@cua.dk>
8349         * widget.texi (Basic Types): Add :follow-link keyword.
8351 2005-01-09  Jay Belanger  <belanger@truman.edu>
8353         * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8355 2005-01-08  Jay Belanger  <belanger@truman.edu>
8357         * calc.texi: Change throughout to reflect new default value of
8358         calc-settings-file.
8360 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8362         * message.texi (Reply): `message-reply-to-function' should return
8363         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8365 2005-01-06  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8367         * faq.texi (Changing load-path): Fix typo.
8369 2005-01-05  Jay Belanger  <belanger@truman.edu>
8371         * calc.texi (Programming Tutorial): Replace kbd command by
8372         appropriate characters for a keyboard macro.
8374 2005-01-04  Jay Belanger  <belanger@truman.edu>
8376         * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8377         for Lucid Emacs.
8378         (Programming Tutorial): Mention that the user needs to be in the
8379         right mode to compute some functions.
8381 2005-01-04  Jay Belanger  <belanger@truman.edu>
8383         * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8384         no longer applicable.
8386 2005-01-01  Jay Belanger  <belanger@truman.edu>
8388         * calc.texi (Programming Tutorial): Change description of how to
8389         edit keyboard macros to match current behavior.
8391 2004-12-31  Jay Belanger  <belanger@truman.edu>
8393         * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8395 2004-12-20  Jay Belanger  <belanger@truman.edu>
8397         * calc.texi (Types Tutorial): Emphasize that you can't divide by
8398         zero.
8400 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
8402         * cc-mode.texi (Text Filling and Line Breaking): Put period after
8403         @xref.
8404         (Font Locking): Avoid @strong{Note:}.
8406 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
8408         Sync with Tramp 2.0.46.
8410         * tramp.texi (bottom): Add arch-tag.  It was lost, somehow.
8412 2004-12-16  Luc Teirlinck  <teirllm@auburn.edu>
8414         * url.texi: Correct typos.
8415         (Retrieving URLs): @var{nil}->@code{nil}.
8416         (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
8417         the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8418         (Dealing with HTTP documents): @inforef->@xref.
8420 2004-12-15  Jay Belanger  <belanger@truman.edu>
8422         * calc.texi: Consistently capitalized all mode names.
8423         (Answers to Exercises): Mention that an answer can be a fraction
8424         when in Fraction mode.
8426 2004-12-13  Jay Belanger  <belanger@truman.edu>
8428         * calc.texi: Fix some TeX definitions.
8430 2004-12-09  Luc Teirlinck  <teirllm@auburn.edu>
8432         * reftex.texi (Imprint): Remove erroneous @value's.
8434 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8436         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8437         (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8439 2004-12-08  Jay Belanger  <belanger@truman.edu>
8441         * calc.texi (Starting Calc): Remove comment about installation.
8442         (Keypad Mode Overview): Remove comment about Emacs 19 support.
8444 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8446         * url.texi: Update @setfilename.
8447         (Getting Started): No need to worry about Gnus versions.
8448         (Dealing with HTTP documents): Use @inforef.
8450         * org.texi: Fix @direntry file name.
8452 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8454         * url.texi: New file.
8456         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8458 2004-12-06  Jay Belanger  <belanger@truman.edu>
8460         * calc.texi (Using Calc): Remove paragraph about installation.
8462 2004-12-06  Jay Belanger  <belanger@truman.edu>
8464         * calc.texi: Use more Texinfo macros and less TeX defs.
8465         Remove @refill's.
8467 2004-12-06  Richard M. Stallman  <rms@gnu.org>
8469         * org.texi: New file.
8471 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8473         * Makefile.in (org.dvi, ../info/org): New targets.
8474         (INFO_TARGETS): Add ../info/org.
8475         (DVI_TARGETS): Add org.dvi.
8476         (maintainer-clean): Remove the info files in the info dir.
8478 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
8480         * idlwave.texi: Fix the setfilename directive to put the produced
8481         file in ../info.
8482         (Continued Statement Indentation): Resurrect Jan D.'s change from
8483         2004-11-03 that was lost when a newer version of idlwave.texi was
8484         imported.
8486 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8488         * gnus-faq.texi ([5.1]): Add missing bracket.
8490         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8491         Index `spam-initialize'.
8493 2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8495         * message.texi (Various Message Variables): Mention that all mail
8496         file variables are derived from `message-directory'.
8498         * gnus.texi (Splitting Mail): Clarify bogus group.
8500 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8502         * emacs-mime.texi (Encoding Customization):
8503         Fix mm-coding-system-priorities entry.
8505 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
8507         * idlwave.texi (Continued Statement Indentation):
8508         * reftex.texi (Options (Index Support)):
8509         (Displaying and Editing the Index, Table of Contents):
8510         * speedbar.texi (Creating a display, Major Display Modes):
8511         Replace non-nil with non-@code{nil}.
8513 2004-10-21  Jay Belanger  <belanger@truman.edu>
8515         * calc.texi (Algebraic-Style Calculations): Remove a comment.
8517 2004-10-18  Luc Teirlinck  <teirllm@auburn.edu>
8519         * calc.texi (Reporting Bugs): Double up `@'.
8521 2004-10-18  Jay Belanger  <belanger@truman.edu>
8523         * calc.texi (Reporting Bugs): Change the address that bugs
8524         should be sent to.
8526 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8528         * gnus.texi (New Features): Add 5.11.
8530         * message.texi (Resending): Remove wrong default value.
8532         * gnus.texi (Mail Source Specifiers): Describe possible problems
8533         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
8534         `pop3-leave-mail-on-server' to the index.
8536 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8538         * message.texi (Canceling News): Add how to set a password.
8540 2004-10-12  Jay Belanger  <belanger@truman.edu>
8542         * calc.texi (Help Commands): Change the descriptions of
8543         calc-describe-function and calc-describe-variable to match their
8544         current behavior.
8546 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8548         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8550 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
8552         Sync with Tramp 2.0.45.
8554         * tramp.texi (Frequently Asked Questions): Comment paragraph about
8555         plink link.  The URL is outdated.  Originator contacted for
8556         clarification.
8558 2004-10-10  Juri Linkov  <juri@jurta.org>
8560         * gnus.texi (Top, Marking Articles): Join two menus in one node
8561         because a node can have only one menu.
8563 2004-10-09  Juri Linkov  <juri@jurta.org>
8565         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8566         example of nnmail-split-fancy.
8568 2004-10-06  Karl Berry  <karl@gnu.org>
8570         * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8571         consistency with other uses of dashes.
8573 2004-10-05  Karl Berry  <karl@gnu.org>
8575         * info.texi: Consistently use --- throughout, periods at end of
8576         menu descriptions, and a couple typos.
8578 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8580         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8581         * pgg.texi (User Commands, Backend methods): Do.
8582         * gnus.texi: Markup fixes.
8583         (Setting Process Marks): Fix `M P a' entry.
8584         * emacs-mime.texi: Fixes.
8586 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8588         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8589         again.
8590         Use 5.10 instead of 5.10.0.
8592 2004-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8594         * gnus.texi (Summary Mail Commands): S D e.
8596 2004-09-20  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
8598         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8599         the gnus-article-mode-line-format section.
8601 2004-09-20  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8603         * gnus.texi (Various Summary Stuff): Fix the documentation for
8604         gnus-newsgroup-variables.
8606 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8608         * gnus.texi (MIME Commands):
8609         Add gnus-mime-display-multipart-as-mixed,
8610         gnus-mime-display-multipart-alternative-as-mixed,
8611         gnus-mime-display-multipart-related-as-mixed.
8612         (Mail Source Customization): Clarify `mail-source-directory'.
8613         (Splitting Mail): Mention gnus-group-find-new-groups.
8614         (SpamOracle): Fix typo.
8616         * gnus-faq.texi: Untabify.
8617         ([6.3]): nnir.el is in contrib directory.
8619         * message.texi (News Headers): Clarify how a unique ID is created.
8621         * gnus.texi (Batching Agents): Fix typo in example.
8622         Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8624 2004-09-20  Andre Srinivasan  <andre@e2open.com>  (tiny change)
8626         * gnus.texi (Group Parameters): Add more on hooks.
8628 2004-09-20  Florian Weimer  <fw@deneb.enyo.de>
8630         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8632 2004-09-22  Jay Belanger  <belanger@truman.edu>
8634         * calc.texi (Vectors as Lists): Add a warning that the tutorial
8635         might be hidden during part of the session.
8637 2004-09-20  Jay Belanger  <belanger@truman.edu>
8639         * calc.texi (Notations Used in This Manual): Put in an earlier
8640         mention that DEL could be called Backspace.
8642 2004-09-10  Simon Josefsson  <jas@extundo.com>
8644         * gnus.texi (IMAP): Add example.  Suggested and partially written
8645         by Steinar Bang <sb@dod.no>.
8647 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8649         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8650         netrc syntax.
8652 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8654         * gnus.texi (Spam ELisp Package Sequence of Events):
8655         Some clarifications.
8656         (Spam ELisp Package Global Variables): More clarifications.
8658 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8660         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8661         Mention spam-split does not modify incoming mail.
8663 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8665         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8667 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
8669         * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8671 2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8673         * makefile.w32-in (sieve, pgg): Use $(infodir).
8675 2004-09-08  Dhruva Krishnamurthy  <dhruva.krishnamurthy@gmail.com>  (tiny change)
8677         * makefile.w32-in: Fix PGG and Sieve entries.
8679 2004-08-28  Eli Zaretskii  <eliz@gnu.org>
8681         * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8682         Emacs and related programs.
8684 2004-08-27  Richard M. Stallman  <rms@gnu.org>
8686         * faq.texi: Fix texinfo usage, esp. doublequotes.
8687         (Difference between Emacs and XEmacs): Some clarification.
8689         * faq.texi (Difference between Emacs and XEmacs):
8690         Explain not to contrast XEmacs with GNU Emacs.
8692 2004-08-26  Richard M. Stallman  <rms@gnu.org>
8694         * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8696 2004-08-22  David Kastrup  <dak@gnu.org>
8698         * reftex.texi (AUCTeX): Update links, section name.
8700         * faq.texi (Calc): Update availability (included in 22.1).
8701         (AUCTeX): Update availability, information, versions, description.
8703 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
8705         * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8707 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
8709         * cc-mode.texi: Various updates for CC Mode 5.30.9.
8711 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
8713         Sync with Tramp 2.0.44.
8715 2004-08-05  Lars Hansen  <larsh@math.ku.dk>
8717         * widget.texi (User Interface): Update how to separate the
8718         editable field of an editable-field widget from other widgets.
8719         (Programming Example): Add text after field.
8721 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8723         * emacs-mime.texi (Encoding Customization): Add a note to the
8724         mm-content-transfer-encoding-defaults entry.
8725         (rfc2047): Update.
8727         * gnus.texi (Article Highlighting):
8728         Add gnus-cite-ignore-quoted-from.
8729         (POP before SMTP): New node.
8730         (Posting Styles): Addition.
8731         (Splitting Mail): Add nnmail-split-lowercase-expanded.
8732         (Fancy Mail Splitting): Ditto.
8733         (X-Face): Add gnus-x-face.
8735 2004-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
8737         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8738         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8740 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8742         * gnus.texi (Mail Source Specifiers):
8743         Describe `pop3-leave-mail-on-server'.
8745 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
8747         * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8749         * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8750         repository.  Change setfilename.
8752         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8754 2004-07-02  Juri Linkov  <juri@jurta.org>
8756         * pcl-cvs.texi (Viewing differences): Add `d r'.
8758 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
8760         * ses.texi, viper.texi, flymake.texi, faq.texi:
8761         * eshell.texi, ediff.texi: Markup fixes.
8763 2004-06-21  Karl Berry  <karl@gnu.org>
8765         * info.texi (Top): Mention that only Emacs has mouse support.
8766         (Getting Started): Mention this in a few other places.
8768 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8770         * autotype.texi (Copyrights, Timestamps):
8771         Recommend `before-save-hook' instead of `write-file-functions'.
8773 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8775         * dired-x.texi (dired-mark-omitted): Update keybinding.
8777 2004-06-10  Kim F. Storm  <storm@cua.dk>
8779         * pcl-cvs.texi (Viewing differences): Add 'd y'.
8781 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8783         * dired-x.texi (variable dired-omit-mode): Rename from
8784         dired-omit-files-p.
8785         (function dired-omit-mode): Rename from dired-omit-toggle.
8786         Call dired-omit-mode rather than set dired-omit-files-p.
8787         (dired-mark-omitted): Describe command.
8789 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
8791         Version 2.0.41 of Tramp released.
8793 2004-05-29  Juanma Barranquero  <lektu@terra.es>
8795         * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8796         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8798 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8800         * cl.texi (Top): Call this chapter `Introduction'.
8801         (Overview): In TeX, no section heading here.
8803         * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
8805 2004-05-29  Eli Zaretskii  <eliz@gnu.org>
8807         * Makefile.in (../info/flymake, flymake.dvi): New targets.
8808         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8810 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
8812         * flymake.texi: New file.
8814 2004-05-28  Simon Josefsson  <jas@extundo.com>
8816         * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8818 2004-05-07  Kai Großjohann  <kai@emptydomain.de>
8820         Version 2.0.40 of Tramp released.
8822 2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>
8824         Complete rework, based on review by Karl Berry <karl@gnu.org>.
8826         * tramp.texi (Auto-save and Backup): Explain exploitation of new
8827         variables `tramp-backup-directory-alist' and
8828         `tramp-bkup-backup-directory-info'.
8829         (Overview, Connection types)
8830         (External transfer methods, Default Method)
8831         (Windows setup hints): Remove restriction of password entering
8832         with external methods.
8833         (Auto-save and Backup): Make file name example
8834         (X)Emacs neutral.  In case of XEmacs, `bkup-backup-directory-info'
8835         and `auto-save-directory' must be used.
8836         (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8837         only "NT").  Remove doubled entry "What kinds of systems does
8838         @tramp{} work on".
8839         (tramp): Macro removed.
8840         (Obtaining Tramp): Flag removed from title.
8841         (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
8842         and `trampver' used properly.  Flag `tramp-inst' replaced by
8843         `installchapter'.  Installation related text adapted.
8845 2004-04-28  Masatake YAMATO  <jet@gyve.org>
8847         * widget.texi (Programming Example): Remove overlays.
8849 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
8851         * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8853 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8855         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8857 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8859         * info.texi (Info Search): Add info-apropos.
8861 2004-03-22  Juri Linkov  <juri@jurta.org>
8863         * faq.texi: Fix help key bindings.
8865 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
8867         * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8868         (as suggested by Karl Berry).  Update information about colored
8869         stars in menus.  Add new subheading describing M-n.
8871 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8873         * cl.texi (Top): Rename top node's title.
8875 2004-03-08  Karl Berry  <karl@gnu.org>
8877         * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8878         problems making the texinfo distribution.
8880 2004-02-29  Simon Josefsson  <jas@extundo.com>
8882         * smtpmail.texi (Authentication): Change the list of supported
8883         authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8884         CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8885         <voegelas@gmx.net>.
8887 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8889         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8890         Use $(DEL) instead of rm, and ignore exit code.
8892 2004-02-29  Kai Großjohann  <kgrossjo@eu.uu.net>
8894         Tramp version 2.0.39 released.
8896 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8898         * tramp.texi (Customizing Completion): Explain new functions
8899         `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8900         (all): Savannah URLs unified to "http://savannah.nongnu.org".
8901         (Top): Refer to Savannah mailing list as the major one.
8902         Mention older mailing lists in HTML mode only.
8903         (Auto-save and Backup): Add auto-save.  Based on wording of Kai.
8904         (Frequently Asked Questions): Remote hosts must not be Unix-like
8905         for "smb" method.
8906         (Password caching): New node.
8907         (External transfer methods): Refer to password caching for "smb"
8908         method.
8910 2004-02-17  Karl Berry  <karl@gnu.org>
8912         * info.texi (Help-Int): Mention the new line number feature.
8914 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
8916         * ses.texi (Advanced Features): New functionality for
8917         ses-set-header-row (defaults to current row unless C-u used).
8918         (Acknowledgements): Add Stefan Monnier.
8920 2003-12-29  Kevin Ryde  <user42@zip.com.au>
8922         * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8924 2003-11-30  Kai Großjohann  <kai.grossjohann@gmx.net>
8926         Tramp version 2.0.38 released.
8928         * tramp.texi (Remote shell setup): Warn of environment variables
8929         FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
8930         <sven.gabriel@imk.fzk.de>.
8931         (Configuration): Tramp now chooses base64/uuencode
8932         automatically.  Update wording accordingly.
8933         (Top): More description for the `Default Method' menu entry.
8934         (Default Method): Use @code, not @var, for Lisp variables.
8935         (Default Method): New subsection `Which method is the right one
8936         for me?'  Suggested by Christian Kirsch.
8937         (Configuration): Pointer to new subsection added.
8938         (Default Method): Too many "use" in one sentence.
8939         Rephrase.  Reported by Christian Kirsch.
8940         (Filename Syntax): Old `su' example is probably a left-over from
8941         the sm/su method naming.  Replace with `ssh', instead.
8942         (External transfer methods, Auto-save and Backup):
8943         Typo fixes.
8945 2003-11-02  Michael Albinus  <Michael.Albinus@alcatel.de>
8947         * tramp.texi (all): Harmonize all occurrences of @tramp{}.
8948         (Top): Mention japanese manual only if flag `jamanual' is set.
8949         Insert section `Japanese manual' in menu.
8951 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
8953         * eshell.texi (Known Problems): Add doc item.
8955 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
8957         * cc-mode.texi: Update for CC Mode 5.30.
8959         Note: Please refrain from doing purely cosmetic changes like
8960         removing trailing whitespace in this manual; it clobbers cvs
8961         merging for no good reason.
8963 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8965         * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8966         * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8967         @acronym{ASCII}.
8969 2003-10-26  Karl Berry  <karl@gnu.org>
8971         * info.texi (Info Search): Echo area, not echo are.  From Debian
8972         diff.
8974 2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8976         * widget.texi (Defining New Widgets): Document new behavior of
8977         :buttons and :children keywords.
8979 2003-10-22  Miles Bader  <miles@gnu.org>
8981         * Makefile.in (info): Move before $(top_srcdir)/info.
8983 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
8985         * tramp.texi (Inline methods): Small grammar fix.
8986         (External transfer methods): Likewise.
8988 2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
8990         * speedbar.texi: Remove paragraph for GUD that is no longer true.
8992 2003-10-06  Luc Teirlinck  <teirllm@auburn.edu>
8994         * texinfo.tex: Replace `%' in arch tagline by @ignore.
8996 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8998         * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9000         * widget.texi (User Interface): Fix typos.
9002         * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9004 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
9006         * pcl-cvs.texi (Selected Files): Fix typo.
9008 2003-09-21  Karl Berry  <karl@gnu.org>
9010         * info.texi (] and [ commands): No period at end of section title.
9012 2003-09-04  Miles Bader  <miles@gnu.org>
9014         * Makefile.in (top_srcdir): New variable.
9015         ($(top_srcdir)/info): New rule.
9016         (info): Depend on it.
9018 2003-09-03  Peter Runestig  <peter@runestig.com>
9020         * makefile.w32-in: New file.
9022 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
9024         * widget.texi (User Interface): Explain the need of static text
9025         around an editable field.
9027 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9029         * widget.texi (Basic Types): The argument to `:help-echo' can now
9030         be a form that evaluates to a string.
9032 2003-08-18  Kim F. Storm  <storm@cua.dk>
9034         * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9036 2003-08-16  Richard M. Stallman  <rms@gnu.org>
9038         * dired-x.texi (Shell Command Guessing): Explain *.
9040 2003-08-16  Chunyu Wang  <spr@db.cs.hit.edu.cn>  (tiny change)
9042         * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9043         log-edit-insert-changelog.
9045 2003-08-03  Karl Berry  <karl@gnu.org>
9047         * info.texi: Need @contents.
9049 2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
9051         Tramp version 2.0.36 released.
9053         * tramp.texi (Remote shell setup): Explain about problems with
9054         non-Bourne commands in ~/.profile and ~/.shrc.
9056 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
9058         * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9059         renaming of `vis-mode' to `visible-mode'.
9061 2003-07-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
9063         * info.texi (Top, Help-Small-Screen): Remove accidentally added
9064         next, prev and up pointers.
9066 2003-07-02  Luc Teirlinck  <teirllm@mail.auburn.edu>
9068         * info.texi (Help): Mention existence of Emacs and stand-alone
9069         Info at the very beginning of the tutorial.
9070         (Help-Inv): New node.
9071         (Help-]): New node.
9072         (Help-M): Systematically point out the differences between default
9073         Emacs and stand-alone versions.  Delete second menu.
9074         (Help-Xref): Systematically point out the differences between
9075         default Emacs and stand-alone versions.
9076         (Help-Int): Change `l' example.
9077         (Expert Info): Fix typos.
9078         (Emacs Info Variables): Mention `Info-hide-note-references' and
9079         new default for `Info-scroll-prefer-subnodes'.
9081 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
9083         Version 2.0.35 of Tramp released.
9085         * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9086         (Inline methods): Add methods `remsh' and `plink1'.
9087         (External transfer methods): Add method `remcp'.
9088         (Multi-hop Methods): Add method `remsh'.
9089         Small patch from Adrian Aichner <adrian@xemacs.org>:
9090         Fix minor typos.
9091         (Concept Index): Add to make manual searchable via
9092         `Info-index'.
9093         (Version Control): Add cindex entry.
9095 2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
9097         * trampver.texi: Version 2.0.34 released.
9099 2003-05-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
9101         * faq.texi: Improve previous changes.
9103 2003-05-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
9105         * faq.texi: Update copyright and maintenance details.
9106         Update some package URLs, versions, and maintainers.
9107         Remove many references to the Emacs Lisp Archive.
9109 2003-04-23  Simon Josefsson  <jas@extundo.com>
9111         * smtpmail.texi: Fix license (the invariant sections mentioned has
9112         never been part of the smtp manual).  Align info dir entry with
9113         other emacs packages.
9115 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
9117         * tramp.texi: Version 2.0.33 released.
9118         Remove installation chapter.  Remove XEmacs specifics.
9120 2003-03-29  Richard M. Stallman  <rms@gnu.org>
9122         * tramp.texi (Top): Undo the previous renaming.
9123         (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9125 2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
9127         * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9128         version of manual.
9130         * tramp.texi (Auto-save and Backup): New node.
9132 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
9134         * tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
9135         Emacs" in order to have better differentiation to "XEmacs".
9136         `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9137         are new macros in order to point to the other Emacs flavor where
9138         appropriate.  In info case, point to node `Installation' in order
9139         to explain how to generate the other way.  In html case, make a
9140         link to the other html file.
9141         (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
9142         after CVS checkout/update.
9143         (Installation): Completely rewritten.
9144         (Installation parameters, Load paths): New sections under
9145         `Installation'.
9147 2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9149         * tramp.texi: Version 2.0.30 released.
9150         Replace word "path" with "localname" where used as a component of
9151         a Tramp file name.
9153 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
9155         * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9156         introduced.
9157         (Installation): Explain what to do if files from the tramp/contrib
9158         directory are needed.
9160 2003-02-23  Alex Schroeder  <alex@emacswiki.org>
9162         * smtpmail.texi (How Mail Works): New.
9164 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9166         * smtpmail.texi: New file.
9168         * Makefile.in: Build SMTP manual.
9170 2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9172         * tramp.texi: Version 2.0.29 released.
9173         (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9174         M-x makeinfo-buffer RET.  Reported by gebser@ameritech.net.
9176 2003-02-01  Michael Albinus  <Michael.Albinus@alcatel.de>
9178         * tramp.texi (Frequently Asked Questions): Explain a workaround if
9179         another package loads accidentally Ange-FTP.
9181 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
9183         * tramp.texi (Customizing Completion): Add function
9184         `tramp-parse-sconfig'.  Change example of
9185         `tramp-set-completion-function', because parsing of ssh config
9186         files looks more natural.
9188 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9190         * gnus.texi: Do not use `path' in several locations.
9192 2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9194         * tramp.texi (External transfer methods): New method `smb'.
9195         From Michael Albinus.
9197 2002-11-05  Karl Berry  <karl@gnu.org>
9199         * info.texi (Info-fontify): Reorder face list to avoid bad line
9200         breaks.
9202 2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9204         * tramp.texi: Move @copying to standard place.
9205         Use @insertcopying.
9207 2002-10-02  Karl Berry  <karl@gnu.org>
9209         * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9210         dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9211         eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9212         message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9213         speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9214         Per rms, update all manuals to use @copying instead of @ifinfo.
9215         Also use @ifnottex instead of @ifinfo around the top node, where
9216         needed for the sake of the HTML output.
9217         (The Gnus manual is not fixed since it's not clear to me how it
9218         works; and the Tramp manual already uses @copying, although in an
9219         unusual way.  All others were changed.)
9221 2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
9223         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9224         (../info/ses, ses.dvi): New targets.
9225         * ses.texi: New file.
9227 2002-09-06  Pavel Janík  <Pavel@Janik.cz>
9229         * texinfo.tex: Update to texinfo 4.2.
9231 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
9233         * reftex.texi: Update to RefTeX 4.19.
9235 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9237         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9238         (../info/tramp, tramp.dvi): New targets.
9240 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
9242         * Makefile.in (DVI_TARGETS): Add calc.dvi.
9243         (calc.dvi): Uncomment.
9245 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
9247         * Makefile.in (INFO_TARGETS): Add ../info/calc.
9248         (../info/calc): New target.
9250 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9252         * (Version 21.1 released.)
9254 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
9256         * Branch for 21.1.
9258 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
9260         * Makefile.in (../info/info): Use an explicit -o switch to
9261         makeinfo.
9263 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
9265         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9267 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
9269         * Makefile.in (../info/idlwave): Use --no-split.
9271 2000-12-14  Dave Love  <fx@gnu.org>
9273         * Makefile.in (mostlyclean): Remove gnustmp.*.
9274         (gnus.dvi): Change rule to remove @latex stuff.
9276 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
9278         * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9280 2000-10-13  John Wiegley  <johnw@gnu.org>
9282         * Makefile.in: Add build targets for eshell.texi.
9284 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9286         * Makefile.in: Remove/comment speedbar stuff.
9288 2000-09-22  Dave Love  <fx@gnu.org>
9290         * Makefile.in: Add emacs-mime.
9292 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
9294         * Makefile.in (INFO_TARGETS): Add ../info/woman.
9295         (DVI_TARGETS): Add woman.dvi.
9296         (../info/woman, woman.dvi): New targets.
9298 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
9300         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
9302         * pcl-cvs.texi: New file.
9303         * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9304         (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9306 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
9308         * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9309         (../info/ebrowse, ebrowse.dvi): New targets.
9311 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
9313         * Makefile.in (INFO_TARGETS): Add eudc.
9314         (DVI_TARGETS): Add eudc.dvi.
9315         (../info/eudc, eudc.dvi): New targets.
9317 2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
9319         * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9320         compatibility with 8+3 filesystems).
9321         (../info/efaq): Rename from emacs-faq.
9323 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
9325         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9326         (../info/idlwave, idlwave.dvi): New targets.
9328 1999-10-23  Dave Love  <fx@gnu.org>
9330         * Makefile.in: Use autotype.texi.
9332 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
9334         * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9335         faq.texi file) rather than ../info/faq.
9337 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
9339         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9340         (../info/ada-mode, ada-mode.dvi): New targets.
9342 1999-09-01  Dave Love  <fx@gnu.org>
9344         * Makefile.in: Add faq.
9346 1999-07-12  Richard Stallman  <rms@gnu.org>
9348         * Version 20.4 released.
9350 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9352         * Version 20.3 released.
9354 1998-04-06  Andreas Schwab  <schwab@gnu.org>
9356         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9357         Use it in dvi targets.
9358         (../etc/GNU): Change to $(srcdir) first.
9360 1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
9362         * reftex.texi: Update for RefTeX version 3.22.
9364 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
9366         * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9367         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9369 1997-09-23  Paul Eggert  <eggert@twinsun.com>
9371         * Makefile.in: Merge changes mistakenly made to `Makefile'.
9372         (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9374 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9376         * Version 20.2 released.
9378 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9380         * Version 20.1 released.
9382 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9384         * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9386 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9388         * Version 19.33 released.
9390 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9392         * Version 19.32 released.
9394 1996-06-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9396         * Makefile.in: Add rules for the Message manual.
9398 1996-06-26  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9400         * gnus.texi: New version.
9402         * message.texi: New manual.
9404 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9406         * Makefile.in (All info targets): cd $(srcdir) to do the work.
9408 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9410         * Makefile.in (All info targets): Specify $(srcdir) in input files.
9411         Specify -I option.
9412         (All dvi targets): Set the TEXINPUTS variable.
9414 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9416         * Version 19.31 released.
9418 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9420         * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9421         (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
9423 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9425         * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9426         (INFO_TARGETS): Add ../info/cc-mode.
9427         (DVI_TARGETS): Add cc-mode.dvi.
9429 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9431         * Version 19.30 released.
9433 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9435         * gnus.texi: New file.
9437 1995-11-04  Erik Naggum  <erik@naggum.no>
9439         * gnus.texi: File deleted.
9441 1995-11-02  Stephen Gildea  <gildea@stop.mail-abuse.org>
9443         * mh-e.texi: "Function Index" -> "Command Index" to work with
9444         Emacs 19.30 C-h C-k support of separately-documented commands.
9446 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9448         * Makefile.in (../info/ediff, ediff.dvi): New targets.
9449         (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9451 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9453         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9454         (../info/viper, viper.dvi): New targets.
9456 1995-04-20  Kevin Rodgers  <kevinr@ihs.com>
9458         * dired-x.texi (Installation): Change the example to set
9459         buffer-local variables like dired-omit-files-p in
9460         dired-mode-hook.
9462 1995-04-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9464         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9465         (../info/mh-e, mh-e.dvi): New targets.
9467 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
9469         * Makefile.in (maintainer-clean): Rename from realclean.
9471 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9473         * Makefile.in: New file.
9474         * Makefile: File deleted.
9476 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9478         * Makefile (TEXINDEX_OBJS): Variable deleted.
9479         (texindex, texindex.o, getopt.o): Rules deleted.
9480         All deps on texindex deleted.
9481         (distclean): Don't delete texindex.
9482         (mostlyclean): Don't delete *.o.
9483         * texindex.c, getopt.c: Files deleted.
9485 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9487         * Version 19.26 released.
9489 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9491         * Version 19.25 released.
9493 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9495         * Version 19.24 released.
9497 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9499         * Version 19.23 released.
9501 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9503         * Makefile: Delete spurious tab.
9505 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9507         * Makefile (.SUFFIXES): New rule.
9509 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9511         * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9512         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9514 1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9516         * Makefile (../info/sc): Rename from sc.info.
9517         (../info/cl): Likewise.
9518         (INFO_TARGETS): Use new names.
9520 1993-12-04  Richard Stallman  (rms@srarc2)
9522         * getopt.c: New file.
9523         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9524         (getopt.o): New rule.
9525         (dvi): Don't depend on texindex.
9526         (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9527         Depend on texindex.
9529 1993-12-03  Richard Stallman  (rms@srarc2)
9531         * Makefile (../info/sc.info): Rename from ../info/sc.
9532         (TEXI2DVI): New variable.
9533         (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9534         Add explicit commands.
9535         (TEXINDEX_OBJS): Delete duplicate getopt.o.
9537 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9539         * Version 19.22 released.
9541 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9543         * Makefile (TEXINDEX_OBJS): Delete spurious period.
9545 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9547         * Version 19.21 released.
9549 1993-11-15  Paul Eggert  (eggert@twinsun.com)
9551         * man/Makefile (../info/cl.info): Rename from ../info/cl.
9553 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9555         * Makefile (../etc/GNU): New target.
9556         (EMACSSOURCES): Add gnu1.texi.
9558 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9560         * Makefile (realclean): Don't delete the Info files.
9562 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
9564         * forms.texi: Fix forms.texi so that it will format correctly.
9565         Add missing `@end iftex', fix bad reference.
9567         * info.texi, info-stn.texi: New files implement texinfo version of
9568         `info' file.
9570 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
9572         * Makefile: Fix targets for texindex, new info.texi files.
9573         * info-stnd.texi: New file implements info for standalone info
9574         reader.
9575         * info.texi: Update to include recent changes to "../info/info".
9576         New source file for ../info/info; includes info-stnd.texi.
9578         * texindex.c: Include "../src/config.h" if building in emacs.
9580         * Makefile: Change all files to FILENAME.texi, force all targets
9581         to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
9582         vip.texinfo, forms.texinfo, cl.texinfo.
9583         Add target to build texindex.c, defining `emacs'.
9585         * forms.texi: Install new file to match version 2.3 of forms.el.
9587 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9589         * Version 19.19 released.
9591 1993-08-10  Simon Leinen  (simon@lia.di.epfl.ch)
9593         * sc.texinfo: Fix info file name.
9595         * Makefile (info): Add gnus and sc.
9596         (dvi): Add gnus.dvi and sc.dvi.
9597         (../info/sc, sc.dvi): New targets.
9599 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9601         * Version 19.18 released.
9603 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9605         * Makefile: Fix source file names of the separate manuals.
9606         (gnus.dvi, ../info/gnus): New targets.
9608 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9610         * Version 19.17 released.
9612 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9614         * split-man: Fix typos in last change.
9616 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9618         * Version 19.16 released.
9620 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9622         * version 19.15 released.
9624 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9626         * Makefile (distclean): It's rm, not rf.
9628 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9630         * Version 19.14 released.
9632 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9634         * Makefile: New file.
9636 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9638         * Version 19.13 released.
9640 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9642         * Version 19.9 released.
9644 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9646         * Version 19.8 released.
9648 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9650         * Version 19.7 released.
9652 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
9654         * gnus.texinfo: New file.  Removed installation instructions.
9656 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9658         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9660 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9662         * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
9663         then define `\sc' as the command for smallcaps in Texinfo.
9664         This means that the @sc command will produce small caps.  bfox has
9665         made the corresponding change to makeinfo and texinfm.el.
9667 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9669         * vip.texinfo: Remove menu entry Adding Lisp Code in node
9670         Customization since the menu entry did not point to anything.
9671         Also add an @finalout command to remove overfull hboxes from the
9672         printed output.
9674         * cl.texinfo: Add @bye, \input line and @settitle to file.
9675         This file is clearly intended to be a chapter of some other work,
9676         but the other work does not yet exist.
9678 1988-07-25  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9680         * texinfo.texinfo: Three typos corrected.
9682 ;; Local Variables:
9683 ;; coding: utf-8
9684 ;; End:
9686   Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9688   This file is part of GNU Emacs.
9690   GNU Emacs is free software: you can redistribute it and/or modify
9691   it under the terms of the GNU General Public License as published by
9692   the Free Software Foundation, either version 3 of the License, or
9693   (at your option) any later version.
9695   GNU Emacs is distributed in the hope that it will be useful,
9696   but WITHOUT ANY WARRANTY; without even the implied warranty of
9697   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9698   GNU General Public License for more details.
9700   You should have received a copy of the GNU General Public License
9701   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.