* lisp/progmodes/python.el
[emacs.git] / doc / misc / ChangeLog
blobd78543183df5387d87e048d280e0be25412e06bc
1 2014-07-18  Albert Krewinkel  <albert+gnus@zeitkraut.de>
3         * gnus.texi (Posting Styles): Document the possibility to perform
4         string replacements when matching against headers.
6 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
8         * todo-mode.texi (Levels of Organization): Comment out statement
9         that Emacs recognizes todo files by their extension, since this
10         feature has been removed due to bug#17482.
12 2014-07-03  Michael Albinus  <michael.albinus@gmx.de>
14         * trampver.texi: Update release number.
16 2014-07-03  Glenn Morris  <rgm@gnu.org>
18         * info.texi, mh-e.texi: "Online help" doesn't mean what it
19         used to any more.
21         * idlwave.texi (Introduction): Comment out dead http screenshot links.
23 2014-06-24  Leo Liu  <sdl.web@gmail.com>
25         * dired-x.texi (Omitting Files in Dired, Omitting Variables):
26         Fix key binding to dired-omit-mode.  (Bug#16354)
28 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
30         * autotype.texi (Skeleton Language): Document the \n feature better.
32 2014-06-23  Glenn Morris  <rgm@gnu.org>
34         * Makefile.in (%.texi): Disable implicit rules.
36 2014-06-22  Mario Lang  <mlang@delysid.org>
38         * srecode.texi (Base Arguments): The the -> to the.
40         * org.texi (Images in ODT export): The the -> the.
42 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
44         * autotype.texi (Skeleton Language): Document the feature of \n
45         when at eol.
47 2014-06-21  Michael Albinus  <michael.albinus@gmx.de>
49         * dbus.texi (Type Conversion): Formatting edits in example.
51 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
53         Sync with Tramp 2.2.10.
55         * tramp.texi (Inline methods): Remove restriction on "telnet".
56         Recommend sharing ssh connections for "plink".
57         (External methods): Remove "sftp".  Merge "pscp" and "psftp"
58         descriptions.  Recommend sharing ssh connections.  Add "nc" method.
59         (GVFS based methods): Add "sftp".
60         (Customizing Completion, External packages, Issues):
61         Use @dots{}.
63         * trampver.texi: Update release number.
65 2014-06-15  Glenn Morris  <rgm@gnu.org>
67         * Makefile.in (bootstrap-clean): New.
69 2014-06-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
71         * ses.texi: Adding documentation for SES local printer functions.
73 2014-06-12  Glenn Morris  <rgm@gnu.org>
75         * Makefile.in: Use GNU Make features to reduce duplication.
76         (mkinfodir): Remove.
77         (${buildinfodir}): Generate using an order-only prerequisite.
78         (.dvi.ps): Replace with pattern rule.
79         ($INFO_TARGETS): Mark as PHONY.
80         (${buildinfodir}): New rule.
81         (EXTRA_OPTS, need_emacsver, need_emacsver_prefix): New variables.
82         (${buildinfodir}/%.info, %.dvi, %.pdf, %.html, %.ps):
83         New pattern rules, replacing numerous previous explicit rules.
84         (info_template): New definition.
85         (gnus.dvi, gnus.pdf): Use distinct intermediate files.
86         (mostlyclean): Adjust for above gnus change.
88 2014-06-11  Glenn Morris  <rgm@gnu.org>
90         * Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change.
92 2014-06-10  Glenn Morris  <rgm@gnu.org>
94         * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
95         (INFO_OPTS): Set directly rather than with configure.
97 2014-06-08  Karl Berry  <karl@gnu.org>
99         * doc/info.texi (Help-^L): "mode line", "screenful",
100         stand-alone and Emacs Info both use the mode line.
101         Use x instead of weird C-x 0 to get rid of help msg
102         in standalone Info.
104 2014-06-08  Glenn Morris  <rgm@gnu.org>
106         * vip.texi (Files): Defer to Emacs manual for uniquify details.
108         * info.texi (Help-Small-Screen): Clarify details of S-SPC.
109         (Help-Small-Screen, Help-]): Do not mention S-SPC.
110         (Emacs Info Variables): Markup fix.
112         * ebrowse.texi (Source Display, Finding/Viewing):
113         * erc.texi (Sample Session):
114         * ses.texi (The Basics):
115         * todo-mode.texi (Moving and Deleting Items):
116         * woman.texi (Navigation): Markup fixes re SPC, RET.
118 2014-06-02  Glenn Morris  <rgm@gnu.org>
120         * efaq.texi (Finding a package with particular functionality):
121         Update example.
122         * vip.texi: Mention this is obsolete.
124 2014-05-27  Paul Eggert  <eggert@cs.ucla.edu>
126         * texinfo.tex: Update from gnulib.
128 2014-05-26  Paul Eggert  <eggert@cs.ucla.edu>
130         Specify coding if Latin-1 Emacs would misinterpret (Bug#17575).
131         * htmlfontify.texi, org.texi: Add "coding: utf-8".
133 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
135         * todo-mode.texi: Update in light of changes due to bug#17482.
136         Replace numerous mistaken uses of literal quotes with proper
137         Texinfo markup.
138         (Todo Mode Entry Points): Comment out reference to using find-file
139         or Dired to visit Todo files, since this has been disabled (bug#17482).
141 2014-05-20  Leo Liu  <sdl.web@gmail.com>
143         * cl.texi (List Functions, Efficiency Concerns): Update cl-endp.
145 2014-05-13  Paul Eggert  <eggert@cs.ucla.edu>
147         * texinfo.tex: Update from gnulib.
149 2014-05-08  Michael Albinus  <michael.albinus@gmx.de>
151         * tramp.texi (Frequently Asked Questions): Mention HISTFILE
152         setting in ~/.ssh/environment.
154 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
156         * todo-mode.texi: Update, improve exposition, add cross
157         references, fix typos.
158         (Inserting New Items, Editing Item Headers and Text): Rewrite to
159         document new user interface.
161 2014-05-04  Glenn Morris  <rgm@gnu.org>
163         * autotype.texi (Skeleton Language):
164         * message.texi (Header Commands): Replace `iff'.
166 2014-05-02  Paul Eggert  <eggert@cs.ucla.edu>
168         * vhdl-mode.texi: Add "@documentencoding UTF-8",
169         since this is a toplevel .texi file.
171 2014-04-22  Bastien Guerry  <bzg@gnu.org>
173         * org.texi (Installation): Be more clear on why installing Org
174         through ELPA should be done without loading any Org file.
176         * org.texi (Emphasis and monospace): Document the use of
177         =verbatim= and ~code~ to be consistent with
178         `org-element-text-markup-successor'.
180         * org.texi (In-buffer settings, Radio tables): Tiny fixes.
182         * org.texi (Initial visibility):
183         * org.texi (Literal examples): Fix typos.
185 2014-04-22  Michael Brand  <michael.ch.brand@gmail.com>
187         * org.texi (Column attributes): Add a sentence to point out
188         the dependency on the format specifier.
190 2014-04-22  Nicolas Goaziou  <n.goaziou@gmail.com>
192         * org.texi (The Export Dispatcher): Reformulation.
194         * org.texi (@LaTeX{} specific attributes): Update manual.
196         * org.texi (Top, Exporting): Org has its own documentation and
197         should therefore be removed from "Other build-in back-ends".
199 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
201         * cl.texi (Structures): Remove cl-struct-set-slot-value.
203 2014-04-20  Daniel Colascione  <dancol@dancol.org>
205         * cl.texi (Declarations): Document changes to `cl-the' and defstruct functions.
207 2014-04-17  Paul Eggert  <eggert@cs.ucla.edu>
209         * Makefile.in (infoclean): Be consistent about reporting failures.
211 2014-03-27  Glenn Morris  <rgm@gnu.org>
213         * Makefile.in (INFO_COMMON): Add vhdl-mode.
214         (vhdl_mode_deps, vhdl-mode, $(buildinfodir)/vhdl-mode$(INFO_EXT))
215         (vhdl-mode.dvi, vhdl-mode.pdf, vhdl-mode.html): New rules/variables.
217         * vhdl-mode.texi: General clean-up.  Set copyright to FSF, add license.
218         Remove hand-written node pointers.  Remove info re old Emacs versions.
219         Markup fixes.
220         (Getting Connected): Remove irrelevant info.
221         (Indentation Commands, Requirements): Remove empty/irrelevant nodes.
222         (Frequently Asked Questions): Electric indent is now enabled.
224 2014-03-27  Reto Zimmermann  <reto@gnu.org>
225             Rod Whitby  <software.vhdl-mode@rwhitby.net>
227         * vhdl-mode.texi: New file, imported from upstream vhdl-mode.
229 2014-03-26  Paul Eggert  <eggert@cs.ucla.edu>
231         * texinfo.tex: Update from gnulib.
233 2014-03-26  Michael Albinus  <michael.albinus@gmx.de>
235         * tramp.texi (Frequently Asked Questions): Add fish shell settings.
237 2014-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
239         * gnus.texi (Ma Gnus): Mention header attachment buttons.
241 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
243         * emacs-mime.texi (MML Definition): Document recipient-filename.
245 2014-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
247         * gnus.texi (MIME Commands): Mention
248         gnus-mime-buttonize-attachments-in-header and
249         gnus-mime-display-attachment-buttons-in-header.
251 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
253         * message.texi (Forwarding): Mention
254         `message-forward-included-headers'.
256 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
258         * gnus.texi: w3 is no longer supported by Gnus.
260 2014-03-22  Glenn Morris  <rgm@gnu.org>
262         * efaq.texi (Informational files for Emacs): Do not mention etc/GNU.
264 2014-03-21  Glenn Morris  <rgm@gnu.org>
266         * ede.texi (ede-linux):
267         * vip.texi (New Bindings): Tiny copyedits.
269 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
271         * vip.texi (Other Vi Commands): Adjust doc of C-j.
273         * cc-mode.texi (Indentation Commands): Remove C-j, since it's not
274         defined by CC-mode but globally.
275         (FAQ): Tweak text about RET and auto-indentation.
277 2014-03-18  David Engster  <deng@randomsample.de>
279         * ede.texi (Project Local Variables): Remove reference to
280         `ede-java-root' and the example using it.
281         (Android projects, ede-java-root): Remove nodes since they are
282         only in CEDET upstream (Bug#17030).  All nodes updated.
283         (ede-cpp-root): Document the :compile-command slot.
284         (ede-linux): Document new variables
285         `project-linux-build-directory-default' and
286         `project-linux-architecture-default'.
288 2014-03-12  Glenn Morris  <rgm@gnu.org>
290         * eww.texi (History and Acknowledgments):
291         Don't list everyone who changed the code.
293         * ada-mode.texi, auth.texi, calc.texi, ebrowse.texi, efaq.texi:
294         * emacs-gnutls.texi, epa.texi, ert.texi, eshell.texi, eww.texi:
295         * flymake.texi, gnus.texi, info.texi, message.texi, mh-e.texi:
296         * newsticker.texi, pcl-cvs.texi, rcirc.texi, sem-user.texi:
297         * smtpmail.texi, url.texi, viper.texi, wisent.texi, woman.texi:
298         Use @file for buffers, per the Texinfo manual.
300 2014-03-12  Paul Eggert  <eggert@cs.ucla.edu>
302         * org.texi: Don't set txicodequoteundirected and txicodequotebacktick
303         so that the Org Manual's style for ` and ' in code is consistent
304         with the other Emacs manuals.  This affects PDF, not .info files.
306 2014-03-12  Glenn Morris  <rgm@gnu.org>
308         * octave-mode.texi (Using Octave Mode): Remove outdated stuff
309         about RET and indentation.
311 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
313         * gnus.texi:
314         * semantic.texi: Fix whitespace.
316         * ede.texi (Android projects):
317         * eieio.texi (Class Options, Making New Objects)
318         (Method Invocation, CLOS compatibility):
319         * sem-user.texi (Tag Decoration Mode): Fix typos.
321 2014-03-02  Xue Fuqiao  <xfq@gnu.org>
323         * sem-user.texi (Create System Databases): Markup fix.
325 2014-02-28  Glenn Morris  <rgm@gnu.org>
327         * info.texi (Further Reading): Rename node from Expert Info.
328         Remove stuff about writing Info nodes by hand.
329         (Help-Cross): Move node from (mainly deleted) chapter 3 to chapter 1.
331         * info.texi: Nuke hand-written node pointers.
333 2014-02-28  Karl Berry  <karl@gnu.org>
335         * info.texi (Top): Mention H for a summary of all commands.
337 2014-02-25  Glenn Morris  <rgm@gnu.org>
339         * edt.texi (Quick start, Starting emulation): Update hook details.
340         * efaq.texi (Fullscreen mode on MS-Windows)
341         (Terminal setup code works after Emacs has begun): Update hook details.
342         * vip.texi (Loading VIP): Fix hook example.
344         * efaq-w32.texi (Bash): Don't use setq with hooks.
346 2014-02-24  Paul Eggert  <eggert@cs.ucla.edu>
348         * texinfo.tex: Update from gnulib.
350 2014-02-22  Xue Fuqiao  <xfq@gnu.org>
352         * remember.texi (Quick Start): Add an index.
353         (Function Reference, Quick Start): Add cross-references.
355 2014-02-21  Glenn Morris  <rgm@gnu.org>
357         * flymake.texi (Starting the syntax check process): Grammar fix.
359         * tramp.texi (External packages): Grammar fix.
360         Reword for default sentinel not being nil any more.
362 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
364         * trampver.texi: Update release number.
366 2014-02-19  Glenn Morris  <rgm@gnu.org>
368         * remember.texi: Copyedits.
369         (Quick Start): No need for manual autoloads.  Mention remember-notes.
370         (Function Reference): Update arguments.  Add new commands.
372 2014-02-18  Glenn Morris  <rgm@gnu.org>
374         * remember.texi (copying): Bump remember mode version.
375         (Installation): Remove unnecessary chapter.
376         (Quick Start): No need to explicitly load remember.el.
377         (Separate Text Files): New section.
379 2014-02-17  Glenn Morris  <rgm@gnu.org>
381         * eieio.texi (Class Values, CLOS compatibility):
382         Remove references to deleted eieio-describe-class/generic.
384 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
386         Sync with Tramp 2.2.9.
387         * trampver.texi: Update release number.
389         * efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2.
391 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
393         * calc.texi (Single-Variable Statistics): Remove mention of
394         incorrect keybinding.
396 2014-02-12  Paul Eggert  <eggert@cs.ucla.edu>
398         * texinfo.tex: Update from gnulib.
400 2014-02-08  Glenn Morris  <rgm@gnu.org>
402         * auth.texi (GnuPG and EasyPG Assistant Configuration):
403         Be agnostic about authinfo/authinfo.gpg default order.  (Bug#16642)
405 2014-02-07  Glenn Morris  <rgm@gnu.org>
407         * viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
409 2014-02-06  Glenn Morris  <rgm@gnu.org>
411         * epa.texi (Mail-mode integration): Mention epa-mail-aliases.
413         * mh-e.texi, viper.texi: Do not use colons in index entries.
415 2014-02-05  Paul Eggert  <eggert@cs.ucla.edu>
417         * texinfo.tex: Update from gnulib.
419 2014-02-05  Glenn Morris  <rgm@gnu.org>
421         * epa.texi: Add indices.
423         * url.texi (Cookies): Mention url-cookie-list command.
425 2014-02-03  Glenn Morris  <rgm@gnu.org>
427         * cl.texi (Blocks and Exits): Mention cl-tagbody.
429 2014-02-02  Glenn Morris  <rgm@gnu.org>
431         * efaq-w32.texi (Tramp ssh): Remove deleted tramp methods.
433 2014-01-31  Glenn Morris  <rgm@gnu.org>
435         * efaq.texi (Replacing highlighted text):
436         Update delete-selection-mode doc.
438 2014-01-30  Xue Fuqiao  <xfq.free@gmail.com>
440         * sem-user.texi (Include paths): Fix a Texinfo command.
442 2014-01-27  Glenn Morris  <rgm@gnu.org>
444         * idlwave.texi (Lesson III---User Catalog, Online Help)
445         (Starting the Shell, Catalogs, User Catalog):
446         * remember.texi (Quick Start):
447         * viper.texi:
448         * vip.texi (Customization, Customizing Constants)
449         (Customizing Key Bindings): Update for files being in ~/.emacs.d/.
451 2014-01-25  Xue Fuqiao  <xfq.free@gmail.com>
453         * cc-mode.texi (Minor Modes): Minor fix.
455 2014-01-24  David Engster  <deng@randomsample.de>
457         * eieio.texi (Introduction): Fix references.
459 2014-01-24  Glenn Morris  <rgm@gnu.org>
461         * efaq.texi (Termcap/Terminfo entries for Emacs):
462         Use M-x term rather than M-x terminal-emulator.
464         * emacs-mime.texi (time-date): Use float-time.
466 2014-01-22  David Engster  <deng@randomsample.de>
468         * eieio.texi (Introduction): Move introductory paragraph about
469         EIEIO and CLOS from 'Building Classes' to here.
470         (Documentation): Remove, since eieio-doc is not part of Emacs.
471         (Class Values, CLOS compatibility): Mention that
472         `describe-function' will also give information about classes.
474 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
476         * texinfo.tex: Update from gnulib.
478 2014-01-15  Glenn Morris  <rgm@gnu.org>
480         * Makefile.in (eww_deps): Does not depend on emacsver.texi.
482 2014-01-12  Michael Albinus  <michael.albinus@gmx.de>
484         * tramp.texi (all): Doc fix according to GNU Coding Standards.
485         Use "file name" instead of "filename" or "path".  Use "host"
486         instead of "machine".
488 2014-01-12  David Engster  <deng@randomsample.de>
490         * eieio.texi (Introduction): `class-of' is obsolete.
491         (Predicates, Basic Methods): Adapt function names to namespace
492         cleanup.
494 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
496         * eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
498 2014-01-12  Glenn Morris  <rgm@gnu.org>
500         * efaq.texi (Guidelines for newsgroup postings)
501         (Informational files for Emacs):
502         Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
504 2014-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
506         * cl.texi (Function Bindings): Fix incorrect description of cl-let.
508 2014-01-09  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
510         * Makefile.in: Add eww.texi.
511         * eww.texi: New file.
513 2014-01-07  Glenn Morris  <rgm@gnu.org>
515         * efaq.texi (Problems with very large files): Fix superscript typo.
517 2013-01-07  Rasmus  <w530@pank.eu>
519         * org.texi (Global and local cycling): Fix missing '@'.
521 2013-01-07  Bastien Guerry  <bzg@gnu.org>
523         * org.texi (Global and local cycling): Mention C-u C-u TAB.
524         (Include files, The Export Dispatcher)
525         (Advanced configuration)
526         (Header arguments in Org mode properties): Spelling fixes.
527         (Special blocks): Add #+BEGIN_ABSTRACT as another example.
528         (@LaTeX{} specific attributes): New index entries.
529         Use #+BEGIN_ABSTRACT in the example.
531 2013-01-07  Nicolas Goaziou  <n.goaziou@gmail.com>
533         * org.texi (Org export): New section.
534         (HTML doctypes): Fix whitespace error.  Fix display.
535         (Publishing options): Add missing html publishing options.
537 2014-01-07  Glenn Morris  <rgm@gnu.org>
539         * efaq.texi (Basic editing, Packages that do not come with Emacs):
540         Merge in some info from etc/MORE.STUFF.
542 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
544         Specify .texi encoding (Bug#16292).
545         * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
546         * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
547         * ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi:
548         * emacs-gnutls.texi, epa.texi, erc.texi, ert.texi:
549         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi:
550         * gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi:
551         * message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi:
552         * octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi:
553         * reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi:
554         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
555         * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
556         * widget.texi, wisent.texi, woman.texi:
557         Add @documentencoding.
559 2014-01-03  Aidan Gauland  <aidalgol@amuri.net>
561         * eshell.texi (What Eshell is not): Clean up confusing clause.
563 2014-01-03  Glenn Morris  <rgm@gnu.org>
565         * efaq-w32.texi, reftex.texi: Use @insertcopying in non-TeX.
567         * ede.texi, eieio.texi, semantic.texi, srecode.texi:
568         Add copyright notice to titlepage.
570         * dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
572         * ert.texi: Add a titlepage.  Use @insertcopying.
574         * calc.texi (Top): Use @top rather than @chapter.
576 2014-01-03  Aidan Gauland  <aidalgol@amuri.net>
578         * eshell.texi (top): Fix incorrect use of xref.
580 2014-01-03  Aidan Gauland  <aidalgol@amuri.net>
582         * eshell.texi (top): Fix incorrect info filename in an xref.
584 2014-01-02  Glenn Morris  <rgm@gnu.org>
586         * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
588 2014-01-02  Aidan Gauland  <aidalgol@amuri.net>
590         * eshell.texi (Command Basics): Remove `Command basics' chapter.
592 2014-01-02  Aidan Gauland  <aidalgol@amuri.net>
594         * eshell.texi (What is Eshell?): Add section about what not to use
595         Eshell for.
597 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
599         * emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
601 2013-12-22  Glenn Morris  <rgm@gnu.org>
603         * woman.texi (Navigation): Use itemx where appropriate.
605 2013-12-20  Tassilo Horn  <tsdh@gnu.org>
607         * info.texi, woman.texi:
608         Document `S-SPC' as alternative to `DEL' for scrolling.
610 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
612         * calc.texi (Stack Manipulation Commands): Mention using the variable
613         `calc-context-sensitive-enter' for `calc-enter' and `calc-pop'.
615 2013-12-12  Michael Albinus  <michael.albinus@gmx.de>
617         * tramp.texi (direntry): Use ssh but rsh.
618         (all): Encode all environment variable names with @env{...}.
619         (Bug Reports): Refer to Testing node.
621 2013-12-12  Glenn Morris  <rgm@gnu.org>
623         * autotype.texi, cc-mode.texi, ediff.texi, ert.texi:
624         * htmlfontify.texi, ido.texi, octave-mode.texi, org.texi:
625         * srecode.texi, todo-mode.texi, tramp.texi:
626         Sync direntry with info/dir version.
628 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
630         * Makefile.in: Add octave-mode.texi.
632 2013-12-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
633             Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
635         * octave-mode.texi: Import from GNU Octave (doc/interpreter/emacs.txi).
637 2013-12-08  Juanma Barranquero  <lekktu@gmail.com>
639         * dbus.texi (Properties and Annotations): Fix typo.
641 2013-12-06  Bastien Guerry  <bzg@gnu.org>
643         * org.texi: Don't include Emacs version within Org's version.
645 2013-12-06  Nicolas Goaziou  <n.goaziou@gmail.com>
647         * org.texi (Creating one-off styles): Use new export snippet
648         syntax.
650         * org.texi (Export settings): Documentation describing how text
651         above the first heading is ignored when an :export: tag is in a
652         file.
654 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
656         * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
658 2013-11-30  Glenn Morris  <rgm@gnu.org>
660         * Makefile.in (distclean): Remove Makefile.
662 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
664         * ses.texi (Quick Tutorial): New chapter.  (Bug#14748)
665         (The Basics, Formulas): Copyedits.
666         (Resizing, Printer functions): Add index entries.
668 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
670         * calc.texi (Customizing Calc): Mention new variable
671         `calc-context-sensitive-enter'.
673 2013-11-12  Aaron Ecay  <aaronecay@gmail.com>
675         * org.texi (Exporting code blocks): Document the 'inline-only
676         setting for `org-export-babel-evaluate'.  Document how :var
677         introduces code block dependencies.
679 2013-11-12  Achim Gratz  <Stromeko@Stromeko.DE>
681         * org.texi (Header arguments): Document header-args[:lang]
682         properties and remove deprecated old-style properties from
683         documentation.
685         * org.texi (Agenda commands): Remove footnote from @tsubheading
686         and add a sentence with the reference instead.
688 2013-11-12  Bastien Guerry  <bzg@gnu.org>
690         * org.texi (Catching invisible edits):
691         * org.texi (Plain lists, Plain lists):
692         * org.texi (Advanced configuration):
693         * org.texi (Tag groups):
694         * org.texi (Conventions):
695         * org.texi (Checkboxes, Radio lists):
696         * org.texi (Top, Summary, Exporting):
697         * org.texi (In-buffer settings): Fix typos.
699         * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
700         C-w'.  Add an index entry for `org-refile-keep'.
702         * org.texi (Plain lists): Add an index entry for sorting plain
703         list.  Document sorting by checked status for check lists.
705         * org.texi (Publishing options): Fix old variable names.
707         * org.texi (Orgstruct mode): Fix suggested setting of
708         `orgstruct-heading-prefix-regexp'.
710         * org.texi (Export settings):
711         Document `org-export-allow-bind-keywords'.
713         * org.texi (History and Acknowledgments): Small rephrasing.
715         * org.texi (Template elements): Add a footnote about tags accepted
716         in a year datetree.
718         * org.texi (Beamer export, @LaTeX{} and PDF export)
719         (Header and sectioning, @LaTeX{} specific attributes):
720         Enhance style.
722         * org.texi (Agenda commands): Add a footnote about dragging agenda
723         lines: it does not persist and it does not change the .org files.
725         * org.texi (Agenda commands): Add a table heading for dragging
726         agenda lines forward/backward.
728         * org.texi (Agenda commands): Add documentation for
729         `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
731         * org.texi (Publishing options): Update the list of options.
732         (Simple example, Complex example): Fix the examples.
734         * org.texi (Formula syntax for Calc): Don't use a bold font the
735         warning.
737         * org.texi (Other built-in back-ends): New section.
739         * org.texi (Editing source code):
740         Document `org-edit-src-auto-save-idle-delay' and
741         `org-edit-src-turn-on-auto-save'.
743         * org.texi (External links): Document contributed link types
744         separately.
746         * org.texi (Closing items):
747         Document `org-closed-keep-when-no-todo'.
749         * org.texi (Export back-ends): Rename from "Export formats".
750         (The Export Dispatcher): Remove reference to
751         `org-export-run-in-background'.
752         (Export settings): Minor rewrites.
753         (ASCII/Latin-1/UTF-8 export): Update variable's name.
754         (In-buffer settings): Add #+HTML_HEAD_EXTRA.
756         * org.texi (Export in foreign buffers): New section.
757         (Exporting): Remove documentation about converting the selected
758         region.
760         * org.texi (Advanced configuration): Put the filter valid types in
761         a table.  Use @lisp and @smalllisp.
763         * org.texi: Use @code{nil} instead of nil.  Update the maintainer
764         contact info.
766         * org.texi (Exporting): Better introductory sentence.  Add a note
767         about conversion commands.
768         (Feedback, Orgstruct mode, Built-in table editor)
769         (Built-in table editor, Orgtbl mode, Updating the table)
770         (Property syntax, Capturing column view, Capture)
771         (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
772         (Exporting, Extending ODT export)
773         (Working with @LaTeX{} math snippets, dir, Customization)
774         (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
775         Uniformly use @kbd{M-x command RET}.
777         * org.texi (Filtering/limiting agenda items): New subsection.
778         Document the use of `org-agenda-max-*' options and
779         `org-agenda-limit-interactively' from the agenda.
780         (Agenda commands): Move details about filtering commands to
781         the new section, only include a summary here.
782         (Customizing tables in ODT export)
783         (System-wide header arguments, Conflicts, Dynamic blocks):
784         Use spaces for indentation.
786         * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
788         * org.texi (Links in HTML export, Images in HTML export)
789         (post): Fix syntax within #+ATTR_*.
790         (Tables in HTML export): Document `org-html-table-row-tags'
791         and use `org-html-table-default-attributes' instead of
792         `org-html-table-tag'.
794         * org.texi (Publishing action, Publishing options)
795         (Publishing links): Major rewrite.  Enhance explanations for
796         `org-org-publish-to-org'.  Remove reference to
797         `org-export-run-in-background'.
799         * org.texi: Fix many small typos.  Use #+NAME instead of
800         #+TBLNAME.  Use @smalllisp instead of @example.
801         (Special symbols): Add index?
802         (HTML preamble and postamble): Don't mention obsolete use of
803         opt-plist.
804         (JavaScript support): Don't mention the org-jsinfo.el file as it
805         has been merged with ox-html.el.
807         * org.texi (Installation, Feedback, Setting Options)
808         (Code evaluation security, org-crypt.el): Use @lisp instead of
809         @example.
810         (Agenda commands): Use @table instead of @example.
812         * org.texi (Adding hyperlink types): New appendix.
814         * org.texi (ODT export commands, Extending ODT export)
815         (Applying custom styles, Images in ODT export)
816         (Labels and captions in ODT export)
817         (Literal examples in ODT export)
818         (Configuring a document converter)
819         (Working with OpenDocument style files)
820         (Customizing tables in ODT export)
821         (Validating OpenDocument XML): Fix options names.
823         * org.texi (History and Acknowledgments): Update acknowledgments
824         to Nicolas.  Add Nicolas Goaziou to the list of contributors.
826         * org.texi (System-wide header arguments): Don't use "customizing"
827         for setting a variable.  Also remove comments.
829         * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
830         `org-agenda-start-on-weekday' to the variable index and document
831         them.
833         * org.texi (Sparse trees, Agenda commands)
834         (@LaTeX{} fragments, Selective export, Export options)
835         (The export dispatcher, ASCII/Latin-1/UTF-8 export)
836         (HTML Export commands, @LaTeX{}/PDF export commands)
837         (iCalendar export, Publishing options, Triggering publication)
838         (In-buffer settings): Update to reflect changes from the new
839         export engine.
841         * org.texi (Matching tags and properties): More examples.
842         Explain group tags expansion as regular expressions.
844         * org.texi (Tag groups): New section.
846         * org.texi (Setting tags): Tiny formatting fixes.
848         * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
849         names.
851         * org.texi (Storing searches): Add "agenda" and "agenda*" to the
852         concept index.  Include example for these agenda views.
853         (Special agenda views): Mention the "agenda*" agenda view.
855         * org.texi (Repeated tasks): Document how to ignore a repeater
856         when using both a scheduled and a deadline timetamp.
858         * org.texi (Global and local cycling): Wrap in a new subsection.
859         (Initial visibility, Catching invisible edits): New subsections.
861         * org.texi (Visibility cycling): Mention that
862         `org-agenda-inhibit-startup' will prevent visibility setting when
863         the agenda opens an Org file for the first time.
865         * org.texi (Org syntax): New section.
867         * org.texi (Orgstruct mode):
868         Document `orgstruct-heading-prefix-regexp'.
870         * org.texi (Speeding up your agendas): New section.
872         * org.texi (Installation): When installing Org from ELPA, users
873         should do this from an Emacs session where no .org file has been
874         visited.
876         * org.texi (CSS support, In-buffer settings): Update HTML options
877         names.
879         * org.texi (Structure editing): Update documentation for
880         `org-insert-heading-or-item'.
881         (Plain lists, Relative timer): Update index entry.
883         * org.texi (JavaScript support): Update variable names.
885         * org.texi (comments): Minor formatting fix.
887         * org.texi (@LaTeX{} fragments): Minor enhancement.
889         * org.texi: Update the list contributions.
891         * org.texi (Agenda commands): Exporting the agenda to an .org file
892         will not copy the subtrees and the inherited tags.
893         Document `org-agenda-filter-by-regexp'.
895         * org.texi (Publishing action, Complex example): Fix names of
896         publishing functions.
898         * org.texi (Top, Exporting): Delete references to Freemind.
899         (Freemind export): Delete section.
901         * org.texi (Top, Exporting): Delete references to the XOXO export.
902         (XOXO export): Delete section.
904         * org.texi (Capture): Mention that org-remember.el is not
905         supported anymore.
907         * org.texi (Top, Exporting, Beamer class export):
908         Delete references to the TaskJuggler export.
909         (History and Acknowledgments): Mention that the TaskJuggler has
910         been rewritten by Nicolas and now lives in the contrib/ directory
911         of Org's distribution.  Mention that Jambunathan rewrote the HTML
912         exporter.  Remove Jambunathan from my own acknowledgments.
913         (TaskJuggler export): Delete.
915         * org.texi (HTML preamble and postamble)
916         (Tables in HTML export, Images in HTML export)
917         (Math formatting in HTML export, CSS support)
918         (@LaTeX{} and PDF export, Publishing options): Fix the names of
919         the HTML export and publishing options.
921         * org.texi (Literal examples, Export options)
922         (@LaTeX{} and PDF export, Header and sectioning)
923         (Publishing options): Fix LaTeX options names.
925         * org.texi (Export options, CSS support, In-buffer settings):
926         Fix references to HTML_LINK_* and HTML_STYLE keywords.
928         * org.texi (Export options, In-buffer settings): Fix references to
929         #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
931         * org.texi (Top, Markup, Initial text, Images and tables)
932         (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
933         (Export options, JavaScript support, Beamer class export):
934         Remove references to the DocBook export, which has been deleted.
935         (History and Acknowledgments): Mention that DocBook has been
936         deleted, suggest to use the Texinfo exporter instead, then to
937         convert the .texi to DocBook with makeinfo.
938         (Links in ODT export, Tables in ODT export): Fix indices.
940         * org.texi (Deadlines and scheduling): Add a variable to the
941         index.  Add documentation about delays for scheduled tasks.
943         * org.texi (Emphasis and monospace):
944         Mention `org-fontify-emphasized-text' and
945         `org-emphasis-regexp-components'.
947         * org.texi (References): Small enhancement.
949         * org.texi (Column width and alignment): Make the example visually
950         more clear.
952         * org.texi (The clock table): Document :mstart and :wstart as a
953         way to set the starting day of the week.
955         * org.texi (In-buffer settings): Document new startup keywords.
956         Thanks to John J Foerch for this idea.
958         * org.texi (Include files): Tiny formatting fix.
960         * org.texi (Activation): Point to the "Conflicts" section.
962 2013-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
964         * org.texi (CSS support): Clarify this section.
966         * org.texi (@LaTeX{} specific attributes): Document that tabu and
967         tabularx packages are not in the default set of packages.
969         * org.texi (Agenda commands): Document fortnight view.
971         * org.texi: Document conflict with ecomplete.el.
973         * org.texi (History and Acknowledgments): Acknowledgements for
974         Jason Dunsmore and Rakcspace.
976         * org.texi: Rename org-crypt.el node to org-crypt.
978         * org.texi (A @LaTeX{} example): Fix typo in variable name.
980         * org.texi (MobileOrg): Mention the new iPhone developer.
982         * org.texi (Table of contents) Improve documentation of TOC
983         placement.
985         * org.texi: Explain that date/time information at read-date prompt
986         should start at the beginning, not anywhere in the middle of a
987         long string.
989 2013-11-12  Christopher Schmidt  <christopher@ch.ristopher.com>
991         * org.texi (Orgstruct mode): Fix wrong regexp.
993 2013-11-12  Eric Abrahamsen  <eric@ericabrahamsen.net>
995         * org.texi: Document export to (X)HTML flavors.
997 2013-11-12  Eric Schulte  <schulte.eric@gmail.com>
999         * org.texi (Extracting source code): Mention the prefix argument
1000         to org-babel-tangle.
1001         (noweb): Remove erroneous negative.
1002         (Specific header arguments): Document new header arguments.
1003         Documentation for new tangle-mode header argument.
1004         (Top): Documentation for new tangle-mode header argument.
1005         (rownames): Documentation for new tangle-mode header argument.
1006         Mention elisp as special rowname case.
1007         (tangle-mode): Documentation for new tangle-mode header argument.
1008         (post): Documentation and an example of usage.
1009         (var): Remove the "Alternate argument syntax" section from the
1010         documentation.
1011         (hlines): Note that :hline has no effect for Emacs Lisp code
1012         blocks.
1014 2013-11-12  Feng Shu  <tumashu@gmail.com>
1016         * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
1017         (Math formatting in HTML export)
1018         (Working with @LaTeX{} math snippets): Add document about creating
1019         formula image with imagemagick.
1021         * org.texi (@LaTeX{} specific attributes): Document `:caption'
1022         attribute of #+ATTR_LATEX.
1024 2013-11-12  Grégoire Jadi  <gregoire.jadi@gmail.com>
1026         * org.texi (Handling links): Fix a typo in
1027         `org-startup-with-inline-images' documentation.
1029         * org.texi (Previewing @LaTeX{} fragments): Document the startup
1030         keywords to use for previewing LaTeX fragments or not.
1031         (Summary of in-buffer settings): Improve formatting and add an
1032         entry for the variable `org-startup-with-latex-preview'.
1034         * org.texi (Property syntax): Recall the user to refresh the org
1035         buffer when properties are set on a per-file basis.
1037 2013-11-12  Gustav Wikström  <gustav.erik@gmail.com>  (tiny change)
1039         * org.texi (Matching tags and properties): Clarification.
1041 2013-11-12  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>
1043         * org.texi (Editing and debugging formulas): Add an example when a
1044         table has multiple #+TBLFM lines.
1046 2013-11-12  Ivan Vilata i Balaguer  <ivan@selidor.net>  (tiny change)
1048         * org.texi (The clock table): Document acceptance of relative
1049         times in tstart and tend, link to syntax description and provide
1050         example.
1052 2013-11-12  Jarmo Hurri  <jarmo.hurri@syk.fi>
1054         * org.texi (The spreadsheet): Document lookup functions.
1056 2013-11-12  Kodi Arfer  <git@arfer.net>  (tiny change)
1058         * org.texi (CSS support): Mention .figure-number, .listing-number,
1059         and .table-number.
1061 2013-11-12  Michael Brand  <michael.ch.brand@gmail.com>
1063         * org.texi
1064         (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
1065         spreadsheet formula mode strings and some examples from @example
1066         block with xy @r{yz} to @table.
1068         * org.texi (Formula syntax for Calc): Improve the documentation of
1069         empty fields in formulas for spreadsheet.  Add explanation and
1070         example for empty field.  Extend explanations of format
1071         specifiers.  Add a sentence to mention Calc defmath.
1073         * org.texi (Column formulas): Add a sentence to be more explicit
1074         about when a table header is mandatory.
1076 2013-11-12  Nicolas Goaziou  <n.goaziou@gmail.com>
1078         * org.texi (Subscripts and superscripts): Remove reference to
1079         quoted underscores until this mechanism is implemented again.
1081         * org.texi (Beamer export): Be more accurate about BEAMER_OPT
1082         property.
1084         * org.texi (Document title): Subtree export is no longer triggered
1085         by marking one as the region.
1086         (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
1087         giving examples isn't very useful: "horizontal rule" is, at least,
1088         as explicit as <hr/>.
1090         * org.texi (HTML doctypes): Reflect keyword removal.
1091         (CSS support): Reflect keyword removal.
1093         * org.texi (@LaTeX{} specific attributes): Document new :float
1094         values.
1096         * org.texi (Export settings): Improve documentation.
1098         * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
1099         (Text areas in HTML export): Update text areas.
1100         (HTML Export commands): Update export commands.
1102         * org.texi (Header and sectioning): Add a footnote about the
1103         different between LATEX_HEADER_EXTRA and LATEX_HEADER.
1105         * org.texi (The Export Dispatcher):
1106         Document `org-export-in-background'.
1108         * org.texi (Footnotes): Export back-ends do not use
1109         `org-footnote-normalize' anymore.
1111         * org.texi: Document variable changes.
1113         * org.texi (Export settings): Document p: item in OPTIONS keyword.
1115         * org.texi (Exporting): Massive rewrite of the first sections.
1116         (Selective export): Delete.
1117         (The Export Dispatcher): Rewrite.
1118         (Export options): Rewrite as "Export settings".
1120         * org.texi: Small changes to documentation for embedded LaTeX.
1122         * org.texi (Internal links): Document #+NAME keyword and
1123         cross-referencing during export.
1125         * org.texi (Include files): Remove reference to :prefix1
1126         and :prefix.  Give more details for :minlevel.
1128         * org.texi (Macro replacement): Fix macro name.
1129         Update documentation about possible locations and escaping mechanism.
1131         * org.texi (Table of contents): Update documentation.
1132         Document lists of listings and lists of tables.  Add documentation for
1133         optional title and #+TOC: keyword.
1135 2013-11-12  Rick Frankel  <rick@rickster.com>
1137         * org.texi (results): Add Format section, broken out of Type
1138         section to match code.
1139         (hlines, colnames): Remove incorrect Emacs Lisp exception.
1140         Note that the actual default handling (at least for python and
1141         emacs-lisp) does not seem to match the description.
1143 2013-11-12  Sacha Chua  <sacha@sachachua.com>  (tiny change)
1145         * org.texi (The date/time prompt): Update the documentation to
1146         reflect the new way `org-read-date-get-relative' handles weekdays.
1148 2013-11-12  Yasushi Shoji  <yashi@atmark-techno.com>
1150         * org.texi (Resolving idle time):
1151         Document `org-clock-x11idle-program-name'.
1153 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1155         * ert.texi (Running Tests Interactively): Adapt examle output.
1156         (Tests and Their Environment): Mention skip-unless.
1158 2013-10-23  Glenn Morris  <rgm@gnu.org>
1160         * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
1161         * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
1162         * widget.texi: Nuke @refill.
1164         * Makefile.in (install-dvi, install-html, install-pdf)
1165         (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1166         (uninstall-pdf): Quote entities that might contain whitespace.
1168 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
1170         * calc.texi (Data Type Formats): Don't specify the size at
1171         which integers begin to be represented by lists.
1173 2013-10-14  Xue Fuqiao  <xfq.free@gmail.com>
1175         * cl.texi (Argument Lists): Add indexes for &key and &aux.
1177 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
1179         * trampver.texi: Update release number.
1181 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
1183         Sync with Tramp 2.2.8.
1185         * tramp.texi (External packages): Use `non-essential'.
1186         * trampver.texi: Update release number.
1188 2013-09-14  Glenn Morris  <rgm@gnu.org>
1190         * eshell.texi: Markup fixes.
1192 2013-09-11  Xue Fuqiao  <xfq.free@gmail.com>
1194         * ido.texi (Interactive Substring Matching): Use @key{RET} instead
1195         of @kbd{RET}.
1196         (Prefix Matching): Add an index.
1198 2013-09-08  Glenn Morris  <rgm@gnu.org>
1200         * emacs-gnutls.texi: Tweak direntry.
1202 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
1204         * tramp.texi (Alternative Syntax): Remove chapter.
1206 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1208         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1209         for portability to hosts where /bin/sh has problems.
1211 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1213         Try to reduce redundancy in doc/misc/Makefile.in.
1214         * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
1215         (TARGETS): New intermediate variable.
1216         (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
1218 2013-08-27  Glenn Morris  <rgm@gnu.org>
1220         * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
1222         * efaq.texi: Rename from faq.texi, to match its output files.
1223         * Makefile.in: Update for faq.texi name change.
1225         * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
1227         * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
1229         * efaq-w32.texi: Move here from the web-pages repository.
1230         * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1231         (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
1232         (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
1233         (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1234         Add DOCMISC_*_W32 variables.
1235         (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
1236         (efaq_w32_deps): New variable.
1237         (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
1238         (efaq-w32.pdf, efaq-w32.html): New rules.
1239         (clean): Remove efaq-w32 products.
1241 2013-08-26  Paul Eggert  <eggert@cs.ucla.edu>
1243         * texinfo.tex: Update from gnulib.
1245 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1247         * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
1248         shift_jis from the default value set to mm-coding-system-priorities for
1249         Japanese users.
1251 2013-08-13  Glenn Morris  <rgm@gnu.org>
1253         * reftex.texi (LaTeX xr Package, Options - Table of Contents)
1254         (Options - Defining Label Environments, Options - Creating Labels)
1255         (Options - Referencing Labels, Options - Creating Citations)
1256         (Options - Index Support, Options - Viewing Cross-References)
1257         (Options - Finding Files, Options - Optimizations)
1258         (Options - Fontification, Options - Misc):
1259         * cc-mode.texi (Sample Init File):
1260         * edt.texi (Init file):
1261         * epa.texi (Encrypting/decrypting gpg files):
1262         * mairix-el.texi (About, Setting up the mairix interface, Using)
1263         (Extending):
1264         Rename nodes to avoid characters that can cause Texinfo problems.
1266 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1268         * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
1270 2013-08-12  Glenn Morris  <rgm@gnu.org>
1272         * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
1273         (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
1274         (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
1275         (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
1276         (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
1277         (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
1278         (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
1279         (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
1280         (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
1281         (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
1282         (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
1283         (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
1284         (wisent_deps, woman_deps): New variables.  Use to reduce duplication.
1286         * woman.texi (Top): Avoid mailto: in html output.
1288         * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1289         (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1290         (INSTALL_DATA): New, set by configure.
1291         (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
1292         (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
1293         install-ps, install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1294         uninstall-ps, and uninstall-doc.
1295         (.SUFFIXES): Add .ps and .dvi.
1296         (.dvi.ps): New suffix rule.
1297         (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
1298         (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
1299         (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
1300         (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
1301         (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
1302         (forms.html, gnus.html, htmlfontify.html, idlwave.html)
1303         (ido.html, mairix-el.html, message.html, mh-e.html)
1304         (newsticker.html, nxml-mode.html, org.html, pgg.html)
1305         (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
1306         (semantic.html, sieve.html, smtpmail.html, speedbar.html)
1307         (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
1308         (viper.html, widget.html, wisent.html, woman.html, install-dvi)
1309         (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
1310         (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
1311         New rules.
1312         (clean): Remove HTML_TARGETS and PS_TARGETS.
1314 2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
1316         * ido.texi (Working Directories, Flexible Matching, Regexp Matching)
1317         (Find File At Point, Ignoring, Misc Customization): Use @defopt
1318         for user options.
1320 2013-08-09  Xue Fuqiao  <xfq.free@gmail.com>
1322         * htmlfontify.texi (Customization): Remove documentation of
1323         `hfy-fast-lock-save'.  Minor fixes.
1325 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
1327         * ido.texi (Top): Insert node "Working Directories" in menu.
1328         (Working Directories): New node.
1329         (Misc Customization): Add documentation of
1330         `ido-confirm-unique-completion' and some other user options.
1332 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
1334         * todo-mode.texi: Update @dircategory.
1335         (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
1336         (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
1337         @ref.
1339 2013-08-07  Xue Fuqiao  <xfq.free@gmail.com>
1341         * sc.texi (Introduction): Fix index.
1342         (Usage Overview, Citations, Citation Elements, Recognizing Citations)
1343         (Information Keys and the Info Alist, Reference Headers)
1344         (The Built-in Header Rewrite Functions)
1345         (Electric References, Reply Buffer Initialization)
1346         (Filling Cited Text, Selecting an Attribution)
1347         (Attribution Preferences)
1348         (Anonymous Attributions, Author Names)
1349         (Using Regi, Post-yank Formatting Commands)
1350         (Citing Commands, Insertion Commands)
1351         (Mail Field Commands)
1352         (Hints to MUA Authors, Thanks and History): Change from one space
1353         between sentences to two.
1354         (What Supercite Does): Typo fix.
1356         * newsticker.texi (Usage): Use @key for RET.
1358         * cl.texi (Argument Lists, For Clauses)
1359         (Macros): Add indexes.
1361 2013-08-05  Xue Fuqiao  <xfq.free@gmail.com>
1363         * cl.texi (Blocks and Exits): Add an index.
1365 2013-08-04  Stephen Berman  <stephen.berman@gmx.net>
1367         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
1368         (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT))
1369         (todo-mode.dvi, todo-mode.pdf): New rules.
1371         * todo-mode.texi: New file.
1373 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375         * gnus.texi (Basic Usage): Mention that warp means jump here.
1376         (The notmuch Engine): Mention notmuch.
1378 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1380         * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1381         `gnus-subthread-sort-functions' and remove the obsolete documentation
1382         of `gnus-sort-threads-recursively'.
1384 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
1386         * texinfo.tex: Update to 2012-07-29.17 version.
1388 2013-07-29  David Engster  <deng@randomsample.de>
1390         * eieio.texi (top): Make clear that EIEIO is not a full CLOS
1391         implementation.
1392         (Introduction): Add further missing features.
1393         (Building Classes): Add introductory paragraph.
1394         (Wish List): Add metaclasses and EQL specialization.
1396 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
1398         * tramp.texi (Frequently Asked Questions):
1399         Mention `tramp-use-ssh-controlmaster-options'.
1401 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1403         * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1404         `gnus-sort-threads-recursively'.
1406 2013-07-25  Glenn Morris  <rgm@gnu.org>
1408         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
1409         (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
1411         * erc.texi (Special Features): Update contact information.
1412         (History): Avoid using @email.
1414         * eshell.texi (Bugs and ideas): Minor updates.
1416         * faq.texi (Reporting bugs, Origin of the term Emacs)
1417         (Setting up a customization file)
1418         (Using an already running Emacs process, Turning off beeping)
1419         (Packages that do not come with Emacs)
1420         (Replying to the sender of a message): Avoid using @email.
1422         * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
1424         * reftex.texi (Imprint): Avoid using @email.
1426         * ses.texi (Top): Update bug reporting instructions.
1427         (Acknowledgments): Avoid using @email.
1429         * woman.texi (Introduction, Background): Remove outdated information.
1430         (Bugs, Acknowledgments): Avoid using @email.
1432 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
1434         * ido.texi: New file.
1436 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1438         * gnus.texi (Customizing Articles): Document function predicates.
1440 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1442         * gnus.texi (lines): Correct description of
1443         `gnus-registry-track-extra's default value.
1444         Mention `gnus-registry-remove-extra-data'.
1446 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1448         * gnus.texi (Group Parameters): Mention regexp
1449         substitutions (bug#11688).
1451 2013-07-06  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1453         * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
1455 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1457         * gnus.texi (Emacsen): Fix version.
1459         * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
1461 2013-07-06  Glenn Morris  <rgm@gnu.org>
1463         * mh-e.texi: Fix external links.
1464         (Using This Manual): Printed elisp manuals no longer available.
1466         * newsticker.texi (Overview): Update URL.
1468         * nxml-mode.texi (Introduction): Update URL.
1470         * org.texi (JavaScript support): Fix URL.
1472         * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
1474         * eudc.texi (CCSO PH/QI): Remove defunct URL.
1476         * dbus.texi (Introspection): Update URL to a less defunct one.
1478         * gnus.texi (Top): Restrict "Other related manuals" to info output.
1479         (Foreign Groups): Use @indicateurl for examples.
1480         (Direct Functions): Remove defunct URL.
1481         (RSS): Update URL.
1483         * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
1484         (FAQ 7-1): Update URL.
1486         * pgg.texi (Top, Overview): Add note about obsolescence.
1488 2013-07-03  Paul Eggert  <eggert@cs.ucla.edu>
1490         * texinfo.tex: Merge from gnulib.
1492 2013-07-03  Glenn Morris  <rgm@gnu.org>
1494         * bovine.texi (top):
1495         * cc-mode.texi (AWK Mode Font Locking):
1496         * mh-e.texi (Preface):
1497         * url.texi (URI Parsing): Fix cross-references to other manuals.
1499 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501         * gnus.texi (Client-Side IMAP Splitting):
1502         Note that `nnimap-inbox' now can be a list.
1504 2013-06-24  Glenn Morris  <rgm@gnu.org>
1506         * eshell.texi: Fix cross-references to other manuals.
1508 2013-06-23  Glenn Morris  <rgm@gnu.org>
1510         * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
1511         Remove; not needed now we use a standard html layout for the faq.
1512         (clean): Remove HTML_TARGETS, emacs-faq.text.
1514 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1516         * flymake.texi (Parsing the output, Customizable variables):
1517         Add reference to `flymake-warning-predicate'.
1519 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
1521         * tramp.texi (Top, Configuration): Insert section `Predefined
1522         connection information' in menu.
1523         (Predefined connection information): New section.
1524         (Android shell setup): Make a reference to `Predefined connection
1525         information'.
1527 2013-06-19  Glenn Morris  <rgm@gnu.org>
1529         * Makefile.in (version): New, set by configure.
1530         (clean): Delete dist tar file.
1531         (infoclean): New, split from maintainer-clean.
1532         (maintainer-clean): Run infoclean.
1533         (dist): New rule, to make tarfile for www.gnu.org.
1535 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1537         * sieve.texi (Managing Sieve): Fix port in example, fix documentation
1538         for keys q and Q.
1539         (Standards): Reference RFC5804 as the defining document of the
1540         managesieve protocol.
1542 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
1544         * eshell.texi (Input/Output): Expand to cover new visual-command
1545         options, eshell-visual-subcommands and eshell-visual-options.
1546         Divide into separate Visual Commands and Redirection sections.
1548 2013-06-10  Glenn Morris  <rgm@gnu.org>
1550         * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
1552 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1554         * gnus.texi (Article Date):
1555         Fix description of gnus-article-update-date-headers.
1557 2013-05-28  Xue Fuqiao  <xfq.free@gmail.com>
1559         * erc.texi (Special Features): ERC is being maintained within
1560         Emacs now.
1562 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
1564         * flymake.texi: Change from one space between sentences to two.
1566 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1568         * cl.texi (Obsolete Macros): Describe replacements for `flet'
1569         (bug#14293).
1571 2013-04-16  Michael Albinus  <michael.albinus@gmx.de>
1573         * tramp.texi (Frequently Asked Questions): Precise, how to define
1574         an own ControlPath.
1576 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
1578         * tramp.texi (Frequently Asked Questions): New item for
1579         ControlPath settings.
1581 2013-03-31  Jay Belanger  <jay.p.belanger@gmail.com>
1583         * calc.texi (Basic Operations on Units): Streamline some
1584         descriptions.
1586 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1588         * eshell.texi (Built-ins): Update manual to mention tramp module.
1590 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
1592         * tramp.texi (Filename Syntax): Host names are not allowed to be
1593         any method name, unless method name is specified explicitly.
1594         Remove restriction on unibyte filenames.
1596         * trampver.texi: Update release number.
1598 2013-03-17  Paul Eggert  <eggert@cs.ucla.edu>
1600         doc: convert some TeX accents to UTF-8
1601         * emacs-mime.texi (Interface Functions): Use 'ï' rather than
1602         '@"{@dotless{i}}'.
1604 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
1606         Sync with Tramp 2.2.7.
1608         * trampver.texi: Update release number.
1610 2013-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
1612         * calc.texi (Basic Operations on Units): Streamline some
1613         descriptions.
1615 2013-03-08  Glenn Morris  <rgm@gnu.org>
1617         * faq.texi (Top): Don't say this was updated @today.
1618         That's irrelevant and leads to spurious diffs.
1620 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
1622         * calc.texi (Basic Operations on Units):
1623         Fix cross-reference.
1625 2013-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1627         * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
1629 2013-03-06  Alan Mackenzie  <acm@muc.de>
1631         * cc-mode.texi (Custom Line-Up): Clarify position of point on
1632         calling a line-up function.
1634 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
1636         * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
1637         * ses.texi: Switch from Latin-1 to UTF-8.
1639 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
1641         * tramp.texi (External methods): Tramp does not connect Android
1642         devices by itself.
1644 2013-03-02  Bill Wohler  <wohler@newt.com>
1646         Release MH-E manual version 8.5.
1648         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1649         release 8.5.
1651         * mh-e.texi (Preface, Conventions, Getting Started)
1652         (Using This Manual, Folder Selection, Viewing, Aliases)
1653         (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
1654         (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
1655         Update URLs.
1657 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1659         * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
1660         and "plink2" entries.  "plink2" is obsolete for a long time.
1661         (External methods): Remove "scp1" and "scp2" entries.
1662         Explain user name and host name specification for "adb".
1664 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
1666         * tramp.texi (External methods): Mention `tramp-adb-program'.
1668 2013-02-28  Bastien Guerry  <bzg@gnu.org>
1670         * org.texi (Visibility cycling): Suggest to set
1671         `org-agenda-inhibit-startup' to nil if user wants the startup
1672         visibility settings to be honored in any circumstances.
1673         (Progress logging, Checkboxes): Fix typos.
1675 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
1677         * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
1678         the macros, for Texinfo 4.13 and 5.0.
1680 2013-02-24  Michael Albinus  <michael.albinus@gmx.de>
1682         Port Tramp documentation to Texinfo 5.0.
1683         * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
1684         (Filename Syntax): Do not use @trampfn{} in @item.
1685         (Filename completion): Use @columnfractions in @multitable.
1687 2013-02-22  Glenn Morris  <rgm@gnu.org>
1689         * flymake.texi (Syntax check statuses): Fix multitable continued rows.
1691 2013-02-21  Paul Eggert  <eggert@cs.ucla.edu>
1693         * Makefile.in (html): New rule.
1695 2013-02-20  Michael Albinus  <michael.albinus@gmx.de>
1697         * tramp.texi (Android shell setup): Improve.  Reported by Thierry
1698         Volpiatto <thierry.volpiatto@gmail.com>.
1700 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
1702         * tramp.texi (Top, Configuration): Insert section `Android shell
1703         setup' in menu.
1704         (Android shell setup): New section.
1705         (Connection types, Default Method)
1706         (Frequently Asked Questions): Mention "scp" instead of "scpc".
1707         (External methods): Remove "scpc" and "rsyncc" entries.
1708         (Frequently Asked Questions): Remove entry about ControlPersist.
1710 2013-02-13  Glenn Morris  <rgm@gnu.org>
1712         * message.texi (News Headers): Don't mention yow any more.
1714 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
1716         * calc.texi (Basic Operations on Units, Customizing Calc):
1717         Mention the variable `calc-allow-units-as-numbers'.
1719 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1721         * eshell.texi: Fill most of the missing sections.
1723 2013-02-07  Bastien Guerry  <bzg@gnu.org>
1725         * org.texi (References): Clarify an example.
1726         (Installation): Fix instructions.
1727         (Org-Plot): Fix link.
1728         (Checkboxes, Radio lists): Fix typos.
1730 2013-02-07  Glenn Morris  <rgm@gnu.org>
1732         * cl.texi (Equality Predicates): Mention memql.
1734 2013-02-07  Eric Ludlam  <zappo@gnu.org>
1736         * ede.texi (Creating a project): Make ede-new doc less
1737         specific, and only about items it supports, indicating that there
1738         might be more.  Remove refs to simple project and direct automake
1739         from ede new.
1740         (Simple projects): Re-write to not talk about ede-simple-project
1741         which is deprecated, and instead use the term to mean projects
1742         that don't do much management, just project wrapping.
1743         Add ede-generic-project link.
1744         (ede-generic-project): New node (bug#11441).
1746 2013-02-07  Glenn Morris  <rgm@gnu.org>
1748         * cl.texi (Equality Predicates): Fix eq/eql pedantry.
1750 2013-02-01  Glenn Morris  <rgm@gnu.org>
1752         * calc.texi (Help Commands): Update calc-view-news description.
1753         Mention etc/CALC-NEWS.
1755 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
1757         * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
1759 2013-01-13  Bastien Guerry  <bzg@gnu.org>
1761         * org.texi (Installation): Simplify.
1763 2013-01-13  François Allisson  <francois@allisson.co>  (tiny change)
1765         * org.texi (Handling links): Update the mention to the obsolete
1766         variable `org-link-to-org-use-id' with a mention to the newer
1767         variable `org-id-link-to-org-use-id'.  Mention the need to load
1768         the org-id library.
1770 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
1772         * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
1774 2013-01-09  Bastien Guerry  <bzg@gnu.org>
1776         * org.texi (Pushing to MobileOrg): Add footnote about using
1777         symbolic links in `org-directory'.
1778         (Timestamps, Deadlines and scheduling): Use `diary-float' instead
1779         of the now obsolete alias `org-float'.
1780         (TODO basics): Add `org-use-fast-todo-selection' to the variable
1781         index.  Fix description of TODO keywords cycling.
1782         (Advanced features): Add missing argument for @item.
1783         (Storing searches): Add index entries and a note about
1784         *-tree agenda views.
1785         (Structure editing): Document `org-mark-element' and
1786         `org-mark-subtree'.
1787         (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
1789 2013-01-08  Juri Linkov  <juri@jurta.org>
1791         * info.texi (Go to node): Mention the abbreviated format
1792         `(FILENAME)' equal to `(FILENAME)Top'.  (Bug#13365)
1794 2013-01-06  Andreas Schwab  <schwab@linux-m68k.org>
1796         * autotype.texi: Remove undefined command @subtitlefont.
1797         * cc-mode.texi: Likewise.
1799         * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
1800         @item argument.
1801         (Property searches): Use \\ instead of @backslashchar{}.
1802         * pgg.texi (VERSION): Move @set below @setfilename.
1804 2013-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1806         * ada-mode.texi: Remove braces from @title argument.
1807         * eudc.texi: Likewise.
1808         * smtpmail.texi: Likewise.
1809         * auth.texi (VERSION): Set before first use.
1810         * emacs-gnutls.texi (VERSION): Likewise.
1811         * pgg.texi (VERSION): Likewise.
1812         * ede.texi (Top): Rename from top, all uses changed.
1813         * eshell.texi: Add missing argument to @sp.
1814         * forms.texi (Top): Reorder menu to match structure.
1815         * htmlfontify.texi (Customization): Add missing @item in
1816         @enumerate.
1817         * org.texi (Advanced features): Add missing argument for @item.
1818         (Property searches): Use @backslashchar{} in macro argument.
1819         * pcl-cvs.texi: Add missing argument to @sp.
1820         (Movement commands): Fix use of @itemx.
1821         * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
1822         * reftex.texi (Options (Creating Citations)): Add missing newline
1823         before @end.
1824         * tramp.texi (Obtaining Tramp): Remove extra dots.
1825         (Configuration): Reorder menu to match structure.
1826         (Remote shell setup): Replace literal NUL character by \0.
1827         * viper.texi (Marking): Add missing argument for @item.
1829 2013-01-04  Glenn Morris  <rgm@gnu.org>
1831         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
1832         Add htmlfontify.
1833         (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
1834         (htmlfontify.dvi, htmlfontify.pdf): New targets.
1835         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
1836         ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
1838         * htmlfontify.texi: Miscellaneous fixes and updates.
1839         Set copyright to FSF, update license to GFDL 1.3+.
1841 2013-01-04  Vivek Dasmohapatra  <vivek@etla.org>
1843         * htmlfontify.texi: New file.
1845 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
1847         * calc.texi (Free-Form Dates): Expand on the date reading
1848         algorithm.
1850 2012-12-27  Glenn Morris  <rgm@gnu.org>
1852         * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
1853         Avoid some overfull lines.
1855         * widget.texi (Programming Example): Break some long lines.
1857         * wisent.texi (Wisent Overview): Fix xref.
1858         (Grammar format, Understanding the automaton): Avoid overfill.
1860         * bovine.texi (Optional Lambda Expression): Allow line break.
1862         * auth.texi (Help for users): Break long lines.
1864         * ada-mode.texi (Project file variables):
1865         Reword to reduce underfull hbox.
1866         (No project files, Use GNAT project file):
1867         Use smallexample to make some overfull lines less terrible.
1869         * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
1870         Fix cross-references to separate manuals.
1872         * Makefile.in (gfdl): New variable.  Use throughout where
1873         appropriate so that targets depend on doclicense.texi.
1875 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1877         * gnus.texi (Customizing the IMAP Connection): Mention the other
1878         authenticators.
1880 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1882         * gnus.texi (Browse Foreign Server):
1883         Document `gnus-browse-delete-group'.
1885 2012-12-22  Glenn Morris  <rgm@gnu.org>
1887         * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
1888         * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
1889         * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
1890         * widget.texi, wisent.texi: Nuke hand-written node pointers.
1892         * Makefile.in (gfdl): New variable.  Use throughout where
1893         appropriate so that targets depend on doclicense.texi.
1895 2012-12-22  Eli Zaretskii  <eliz@gnu.org>
1897         * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
1898         doclicense.texi.  Remove doclicense.texi from all targets that
1899         mentioned it explicitly.
1900         ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
1901         $(emacsdir)/emacsver.texi.
1902         ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
1904 2012-12-21  Glenn Morris  <rgm@gnu.org>
1906         * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
1907         Include emacsver.texi.  Nuke hand-written node pointers.
1908         * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
1909         Depend on emacsver.texi.
1911         * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
1912         * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
1913         May as well just include doclicense.texi in everything.
1915         * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
1916         which @copying says is included.
1918         * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
1919         * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
1920         * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
1921         * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
1922         * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
1923         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
1924         * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
1925         * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
1926         * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
1927         * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
1928         * widget.texi, wisent.texi, woman.texi: Do not mention buying
1929         copies from the FSF, which does not publish these manuals.
1931         * erc.texi: No need to include gpl in this small manual.
1933         * org.texi (copying): Include a copy of the GFDL.
1934         (GNU Free Documentation License): New section.
1936 2012-12-21  Bastien Guerry  <bzg@gnu.org>
1938         * org.texi: Fix typos.
1940 2012-12-16  Paul Eggert  <eggert@cs.ucla.edu>
1942         * calc.texi (ISO 8601): Rename from ISO-8601,
1943         as it's typically spelled without a hyphen.
1945 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
1947         * calc.texi (ISO-8601): New section.
1948         (Date Formatting Codes): Mention new codes.
1949         (Standard Date Formats): Mention new formats.
1951 2012-12-14  Michael Albinus  <michael.albinus@gmx.de>
1953         * tramp.texi (External methods): Move `adb' method here.
1955 2012-12-13  Glenn Morris  <rgm@gnu.org>
1957         * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
1959         * wisent.texi: Small edits.  Set copyright to FSF, update license to
1960         GFDL 1.3+.
1961         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
1962         (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
1963         New targets.
1964         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
1965         ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
1967         * bovine.texi: Small edits.  Set copyright to FSF, update license to
1968         GFDL 1.3+, remove empty index.
1969         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
1970         (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
1971         New targets.
1972         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
1973         ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
1975 2012-12-13  Eric Ludlam  <zappo@gnu.org>
1976             David Ponce  <david@dponce.com>
1977             Richard Kim  <emacs18@gmail.com>
1979         * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
1981 2012-12-13  Glenn Morris  <rgm@gnu.org>
1983         * flymake.texi (Customizable variables, Locating the buildfile):
1984         Remove refs to flymake-buildfile-dirs, removed 2007-07-20.  (Bug#13148)
1986         * srecode.texi: Small edits.  Set copyright to FSF, add explicit
1987         GFDL 1.3+ license, fix up index.
1988         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
1989         (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
1990         (srecode.pdf): New targets.
1991         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
1992         ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
1994 2012-12-13  Eric Ludlam  <zappo@gnu.org>
1996         * srecode.texi: New file, imported from CEDET trunk.
1998 2012-12-13  Bastien Guerry  <bzg@gnu.org>
2000         * org.texi (Summary, Code block specific header arguments)
2001         (Code block specific header arguments)
2002         (Header arguments in function calls, var, noweb)
2003         (Results of evaluation, Code evaluation security):
2004         Small reformatting: add a blank line before some example.
2006         * org.texi (System-wide header arguments)
2007         (Header arguments in Org mode properties, Conflicts)
2008         (Dynamic blocks, Using the mapping API):
2009         Fix indentation of Elisp code examples.
2011         * org.texi (Comment lines): Fix description of the comment syntax.
2013         * org.texi (Installation): Mention "make test" in the correct section.
2015 2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
2017         * doclicense.texi, gpl.texi: Update to latest version from FSF.
2018         These are just minor editorial changes.
2020 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
2022         * tramp.texi (History): Mention ADB.
2023         (Inline methods): Add `adb' method.
2025 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
2027         * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
2028         (External methods): Fix typo.
2030 2012-12-03  Glenn Morris  <rgm@gnu.org>
2032         * rcirc.texi (Notices): Fix typo.
2034 2012-11-25  Bill Wohler  <wohler@newt.com>
2036         Release MH-E manual version 8.4.
2038         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
2039         Update for release 8.4.
2041         * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
2042         (Junk): Add mh-whitelist-preserves-sequences-flag,
2043         mh-blacklist-msg-hook, mh-whitelist-msg-hook,
2044         mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
2046 2012-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2048         * mh-e.texi (Procmail): Fix two @ typos.
2050 2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
2052         * doclicense.texi, gpl.texi: Update to latest version from FSF.
2053         These are just minor editorial changes.
2055 2012-11-23  Jay Belanger  <jay.p.belanger@gmail.com>
2057         * calc.texi (Date Formatting Codes): Mention the new beginning of
2058         the date numbering system.
2060 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2062         * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
2063         (Date Forms): Correct off-by-one error in explanation of
2064         Julian day numbers.  Give Gregorian equivalent of its origin.
2066 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
2068         * calc.texi (Date Forms): Mention the customizable
2069         Gregorian-Julian switch.
2070         (Customizing Calc): Mention the variable `calc-gregorian-switch'.
2072 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2074         Calc now uses the Gregorian calendar for all dates (Bug#12633).
2075         It also uses January 1, 1 AD as its day number 1.
2076         * calc.texi (Date Forms): Document this.
2078 2012-11-16  Glenn Morris  <rgm@gnu.org>
2080         * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
2081         (Obsolete Macros): Move example here from Function Bindings.
2083         * erc.texi: Use @code{nil} rather than just "nil".
2084         (Modules): Undocument obsolete "hecomplete".
2085         Add "notifications".
2086         (Connecting): Add brief section on passwords.
2087         (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
2089 2012-11-13  Glenn Morris  <rgm@gnu.org>
2091         * flymake.texi (Customizable variables)
2092         (Highlighting erroneous lines): Mention flymake-error-bitmap,
2093         flymake-warning-bitmap, and flymake-fringe-indicator-position.
2095 2012-11-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2097         * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
2098         In all file place SES into @acronym{...}.
2099         (Advanced Features): Add key index and function index for
2100         ses-set-header-row.  Add description for function
2101         ses-rename-cell.  Add description for function
2102         ses-repair-cell-reference-all.
2103         (Ranges in formulas): Add description for ses-range flags.
2105 2012-11-12  Paul Eggert  <eggert@cs.ucla.edu>
2107         * texinfo.tex: Merge from gnulib.
2109 2012-11-10  Chong Yidong  <cyd@gnu.org>
2111         * url.texi (Introduction): Move url-configuration-directory to
2112         Customization node.
2113         (Parsed URIs): Split into its own node.
2114         (URI Encoding): New node.
2115         (Defining New URLs): Remove empty chapter.
2116         (Retrieving URLs): Add an introduction.  Doc fix for url-retrieve.
2117         Improve docs for url-queue-*.
2118         (Supported URL Types): Copyedits.  Delete empty subnodes.
2120         * url.texi (Introduction): Rename from Getting Started.
2121         Rewrite the introduction.
2122         (URI Parsing): Rewrite.  Omit the obsolete attributes slot.
2124 2012-11-10  Glenn Morris  <rgm@gnu.org>
2126         * cl.texi (Obsolete Setf Customization):
2127         Revert defsetf example to the more correct let rather than prog1.
2128         Give define-modify-macro, defsetf, and define-setf-method
2129         gv.el replacements.
2131         * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
2132         (Setf Extensions): Remove obsolete reference.
2133         (Obsolete Setf Customization):
2134         Move note on lack of setf functions to lispref/variables.texi.
2135         Undocument get-setf-method, since it no longer exists.
2136         Mention simple defsetf replaced by gv-define-simple-setter.
2138 2012-11-03  Glenn Morris  <rgm@gnu.org>
2140         * cl.texi: Further general copyedits.
2141         (List Functions): Remove copy-tree, standard elisp for some time.
2142         (Efficiency Concerns): Comment out examples that no longer apply.
2143         (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
2144         (Creating Symbols, Random Numbers): De-emphasize internal
2145         variables cl--gensym-counter and cl--random-state.  (Bug#12788)
2146         (Naming Conventions, Type Predicates, Macros)
2147         (Predicates on Numbers): No longer mention cl-floatp-safe.
2149 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2151         * gnus.texi (Mail Source Specifiers):
2152         Document :leave keyword used for pop mail source.
2154 2012-11-01  Glenn Morris  <rgm@gnu.org>
2156         * cl.texi: General copyedits for style, line-breaks, etc.
2157         (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
2158         (Macro Bindings, Blocks and Exits):
2159         Acknowledge existence of lexical-binding.
2160         (Iteration): Mainly defer to doc of standard dolist, dotimes.
2162 2012-10-31  Glenn Morris  <rgm@gnu.org>
2164         * ert.texi (Introduction, The @code{should} Macro):
2165         Refer to "cl-assert" rather than "assert".
2167         * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
2168         (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
2169         (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
2170         Reword, and add details of flet and labels.
2171         (Modify Macros, Function Bindings): Add some xrefs.
2173 2012-10-30  Glenn Morris  <rgm@gnu.org>
2175         * cl.texi (Modify Macros): Update for cl-letf changes.
2176         (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
2177         (Setf Extensions): Partially restore note about cl-getf,
2178         mainly moved to lispref/variables.texi.
2179         (Property Lists): Fix cl-getf typos.
2180         (Mapping over Sequences): Mention cl-mapc naming oddity.
2182 2012-10-29  Glenn Morris  <rgm@gnu.org>
2184         * cl.texi (Organization): More details on cl-lib.el versus cl.el.
2185         (Setf Extensions): Remove `apply' setf since it seems to be disabled.
2186         (Customizing Setf): Move contents to "Obsolete Setf Customization".
2187         (Modify Macros, Multiple Values, Other Clauses):
2188         Remove mentions of obsolete features.
2189         (Obsolete Setf Customization): Don't mention `apply' setf.
2191 2012-10-28  Glenn Morris  <rgm@gnu.org>
2193         * cl.texi (Multiple Values, Common Lisp Compatibility):
2194         More namespace updates.
2195         (Obsolete Features): Copyedits.
2196         (Obsolete Lexical Macros, Obsolete Setf Customization):
2197         New subsections.
2199         * cl.texi (Porting Common Lisp, Lexical Bindings):
2200         Add some xrefs to the Elisp manual.
2202         * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
2203         (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
2204         (Obsolete Features): New appendix.  Move Lexical Bindings here.
2206 2012-10-27  Glenn Morris  <rgm@gnu.org>
2208         * cl.texi: Use defmac for macros rather than defspec.
2209         (Efficiency Concerns): Related copyedit.
2211         * cl.texi (Control Structure): Update for setf now being in core.
2212         (Setf Extensions): Rename from Basic Setf.  Move much of the
2213         former content to lispref/variables.texi.
2214         (Modify Macros): Move pop, push details to lispref/variables.texi.
2215         (Customizing Setf): Copyedits for setf etc being in core.
2216         (Modify Macros, Efficiency Concerns, Porting Common Lisp):
2217         Further namespaces updates.
2219 2012-10-26  Bastien Guerry  <bzg@gnu.org>
2221         * org.texi (Installation): Update the link to Org's ELPA.
2222         Also don't mention org-install.el anymore as the replacement file
2223         org-loaddefs.el is now loaded by org.el.
2225 2012-10-25  Michael Albinus  <michael.albinus@gmx.de>
2227         * tramp.texi (Frequently Asked Questions):
2228         Mention `tramp-completion-reread-directory-timeout' for performance
2229         improvement.
2231 2012-10-25  Glenn Morris  <rgm@gnu.org>
2233         * cl.texi: Don't mess with the TeX section number counter.
2234         Use Texinfo recommended convention for quotes+punctuation.
2235         (Overview, Sequence Functions): Rephrase for better line-breaking.
2236         (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
2237         (Macro Bindings, Conditionals, Iteration, Loop Basics)
2238         (Random Numbers, Mapping over Sequences, Structures)
2239         (Porting Common Lisp): Further updates for cl-lib namespace.
2240         (Modify Macros, Declarations, Macro Bindings, Structures):
2241         Break long lines in examples.
2242         (Dynamic Bindings): Update for changed progv behavior.
2243         (Loop Examples, Efficiency Concerns): Markup fixes.
2244         (Structures): Remove TeX margin change.
2245         (Declarations): Fix typos.
2247 2012-10-24  Glenn Morris  <rgm@gnu.org>
2249         * cl.texi (Overview, Multiple Values, Creating Symbols)
2250         (Numerical Functions): Say less/nothing about the original cl.el.
2251         (Old CL Compatibility): Remove.
2252         (Assertions): Remove ignore-errors (standard Elisp for some time).
2254         * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
2255         (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
2256         (Efficiency Concerns, Efficiency Concerns)
2257         (Common Lisp Compatibility, Old CL Compatibility):
2258         Further updates for cl-lib namespace.
2260 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
2262         Update manual for new time stamp format (Bug#12706).
2263         * emacs-mime.texi (time-date): Update for new format.
2264         Also, fix bogus time stamp and modernize a bit.
2266 2012-10-23  Glenn Morris  <rgm@gnu.org>
2268         * cl.texi: Include emacsver.texi.  Use Emacs version number rather
2269         than unchanging cl.el version number.
2270         End all menu descriptions with a period.
2271         Do not use @dfn{CL} for every instance of "CL".
2272         (Overview): Remove no-runtime caveat, and note about foo* names.
2273         (Usage): Use cl-lib rather than cl.
2274         (Organization, Naming Conventions): Update for cl-lib.el.
2275         (Installation): Remove long-irrelevant node.
2276         (Program Structure, Predicates, Control Structure):
2277         Start updating for cl-lib namespace.
2278         * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
2279         Depend on emacsver.texi.
2281 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
2283         * trampver.texi: Update release number.
2285 2012-10-06  Glenn Morris  <rgm@gnu.org>
2287         * erc.texi: Include emacsver.texi, and use EMACSVER rather than
2288         ERC version.
2289         (Introduction): ERC is distributed with Emacs.
2290         (Obtaining ERC, Installation): Remove chapters, no longer relevant.
2291         (Getting Started): Simplify.
2292         (Getting Help and Reporting Bugs): Refer to general Emacs lists.
2293         (History): Mention ERC maintained as part of Emacs now.
2294         * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
2295         Add dependency on emacsver.texi.
2297         * erc.texi: Remove hand-written node pointers.
2299 2012-10-05  Glenn Morris  <rgm@gnu.org>
2301         * newsticker.texi (Overview, Requirements, Usage, Configuration):
2302         Copyedits.
2304 2012-10-01  Eric Ludlam  <zappo@gnu.org>
2306         * ede.texi (Quick Start, Project Local Variables)
2307         (Miscellaneous commands, ede-java-root, Development Overview)
2308         (Detecting a Project): New nodes.
2309         (Simple projects): Node deleted.
2311         * eieio.texi (Building Classes): Some slot attributes cannot be
2312         overridden.
2313         (Slot Options): Remove an example.
2314         (Method Invocation, Documentation): New nodes.
2316 2012-10-01  Glenn Morris  <rgm@gnu.org>
2318         * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
2319         (reftex.pdf): Add dependency on emacsver.texi.
2320         * reftex.texi: Don't include directory part for emacsver.texi;
2321         the Makefile's -I handles it.
2323 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
2325         Merge from standalone RefTeX repository.
2327         * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
2328         with macros.
2329         (Imprint): Mention Wolfgang in list of contributors.
2330         (Creating Citations): Give a hint about how to
2331         auto-revert the BibTeX database file when using external editors.
2332         (Referencing Labels): Simplify section about reference macro
2333         cycling.
2334         (Options (Referencing Labels)): Adapt to new structure of
2335         `reftex-ref-style-alist'.
2336         (Referencing Labels, Reference Styles): Document changes in the
2337         referencing functionality.
2338         (Commands): Mention options for definition of header and footer in
2339         BibTeX files.
2340         (Options (Creating Citations)): Document
2341         `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
2342         (Reference Styles): New section.
2343         (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
2344         (Options (Referencing Labels)): Remove descriptions of deprecated
2345         variables `reftex-vref-is-default' and `reftex-fref-is-default'.
2346         Add descriptions for `reftex-ref-style-alist' and
2347         `reftex-ref-style-default-list'.
2348         (Referencing Labels): Update regarding reference styles.
2349         (Citation Styles): Mention support for ConTeXt.
2350         (Options (Defining Label Environments)): Fix typo.
2351         (Options (Creating Citations)):
2352         Document `reftex-cite-key-separator'.
2354 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
2356         * org.texi: Add description of ORG_ADD_CONTRIB to info
2357         documentation.  Add link to Worg for more details.
2359         * org.texi: Clarify installation procedure.  Provide link to the
2360         build system description on Worg.
2362         * org.texi: Remove reference to utils/, x11idle.c is now in
2363         contrib/scripts.
2365         * org.texi: Re-normalize to "Org mode" in manual.
2367         * org.texi (Installation): Adapt documentation to new build
2368         system.  Mention GNU ELPA (since it needs to be handled like Emacs
2369         built-in Org).
2371 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
2373         * org.texi: Fix typo in description of the 'Hooks' section.
2375         * org.texi: Add ID to the list of special properties.
2377 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
2379         * org.texi (Moving subtrees): Document the ability to archive to a
2380         datetree.
2382 2012-09-30  Bastien Guerry  <bzg@gnu.org>
2384         * org.texi (Installation, Feedback, Batch execution):
2385         Use (add-to-list 'load-path ... t) for the contrib dir.
2387         * org.texi (results): Update documentation for ":results drawer"
2388         and ":results org".
2390         * org.texi (Column width and alignment): Fix typo.
2392         * org.texi (Activation): Point to the "Conflicts" section.
2394         * org.texi (Conflicts): Mention filladapt.el in the list of
2395         conflicting packages.
2397         * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
2398         not needed for versions of Emacs > 22.1.
2400         * org.texi (History and Acknowledgments): Fix typo.
2402         * org.texi (History and Acknowledgments): Add my own
2403         acknowledgments.
2405         * org.texi (Agenda commands): Document the new command and the new
2406         option.
2408         * org.texi (Agenda commands): Delete `org-agenda-action' section.
2409         (Agenda commands): Reorder.  Document `*' to toggle persistent
2410         marks.
2412         * org.texi (Agenda dispatcher):
2413         Mention `org-toggle-agenda-sticky'.
2414         (Agenda commands, Exporting Agenda Views): Fix typo.
2416         * org.texi (Templates in contexts, Setting Options): Update to
2417         reflect changes in how contexts options are processed.
2419         * org.texi (Templates in contexts): Document the new structure of
2420         the variables `org-agenda-custom-commands-contexts' and
2421         `org-capture-templates-contexts'.
2423         * org.texi (Templates in contexts): Document the new option
2424         `org-capture-templates-contexts'.
2425         (Storing searches): Document the new option
2426         `org-agenda-custom-commands-contexts'.
2428         * org.texi (Formula syntax for Lisp): Reformat.
2430         * org.texi (Special properties, Column attributes)
2431         (Agenda column view): Document the new special property
2432         CLOCKSUM_T.
2434         * org.texi (Template expansion): Document the new %l template.
2436         * org.texi (Fast access to TODO states): Fix documentation about
2437         allowed characters for fast todo selection.
2439         * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
2440         use in `org-agenda-to-appt'.
2442         * org.texi (Comment lines): Update wrt comments.
2444         * org.texi (Resolving idle time): Document new keybinding.
2446         * org.texi (Clocking commands): Document the use of S-M-<up/down>
2447         on clock timestamps.
2449         * org.texi (Fast access to TODO states): Explicitly says only
2450         letters are supported as fast TODO selection keys.
2452         * org.texi (Link abbreviations): Illustrate the use of the "%h"
2453         specifier.  Document the new "%(my-function)" specifier.
2455         * org.texi (Clocking commands): New cindex.
2456         (Clocking commands): Update documentation for `org-clock-in'.
2457         Document `org-clock-in-last'.  Mention `org-clock-out' and
2458         `org-clock-in-last' as commands that can be globally bound.
2459         (Resolving idle time): Document continuous clocking.
2461         * org.texi (Top, Introduction): Fix formatting.
2462         (Activation): Add index entries.
2463         (Conventions): Update section.
2464         (Embedded @LaTeX{}): Fix formatting.
2466         * org.texi (Visibility cycling): Document `show-children'.
2468         * org.texi (Using capture): Mention the `org-capture-last-stored'
2469         bookmark as a way to jump to the last stored capture.
2471         * org.texi (Uploading files): Fix typo.
2473         * org.texi (Using capture): Document `C-0' as a prefix argument
2474         for `org-capture'.
2476         * org.texi (Agenda commands): Document persistent marks.
2478         * org.texi (Template expansion): Update doc to reflect change.
2480         * org.texi (Radio tables): Document the :no-escape parameter.
2482         * org.texi (Repeated tasks): Document repeat cookies for years,
2483         months, weeks, days and hours.
2485         * org.texi (Export options): State that you can use the d: option
2486         by specifying a list of drawers.
2488         * org.texi (HTML preamble and postamble): Small doc improvement.
2490 2012-09-30  Brian van den Broek  <vanden@gmail.com>  (tiny change)
2492         * org.texi: The sections in the Exporting section of the manual
2493         left out articles in the description of the org-export-as-*
2494         commands, among other places.  This patch adds them, adds a few
2495         missing prepositions, and switches instances of "an HTML" to "a
2496         html" for internal consistency.
2498         * org.texi: Alter several examples of headings with timestamps in
2499         them to include the timestamps in the body instead of the heading.
2501 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
2503         * org.texi (Agenda dispatcher): Document sticky agenda views and
2504         the new key for them.
2506 2012-09-30  Charles  <millarc@verizon.net>  (tiny change)
2508         * org.texi (Advanced features): Fix error in table.
2510 2012-09-30  Feng Shu  <tumashu@gmail.com>
2512         * org.texi (@LaTeX{} fragments): Document imagemagick as an
2513         alternative to dvipng.
2515 2012-09-30  François Allisson  <francois@allisson.co>  (tiny change)
2517         * org.texi: Remove extra curly bracket.
2519 2012-09-30  Giovanni Ridolfi  <giovanni.ridolfi@yahoo.it>  (tiny change)
2521         * org.texi (org-clock-in-last and org-clock-cancel): Update the
2522         defkeys.
2524 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
2526         * org.texi (Agenda commands): Fix two typos by giving
2527         corresponding function names, according to
2528         `org-agenda-view-mode-dispatch'.
2530 2012-09-30  Jan Böcker  <jan.boecker@jboecker.de>
2532         * org.texi (The spreadsheet): Fix typo.
2534 2012-09-30  Memnon Anon  <gegendosenfleisch@gmail.com>  (tiny change)
2536         * org.texi (Tracking your habits): Point to the "Tracking TODO
2537         state changes" section.
2539 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
2541         * org.texi (Literal examples): Remove reference to unknown
2542         `org-export-latex-minted' variable.  Also simplify footnote since
2543         `org-export-latex-listings' documentation is exhaustive already.
2545         * org.texi (Plain lists): Remove reference to now hard-coded
2546         `bullet' automatic rule.
2548 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
2550         * org.texi: Updated documentation accordingly.
2552 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2554         * texinfo.tex: Merge from gnulib.
2556 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
2558         Sync with Tramp 2.2.6.
2560         * tramp.texi (Bug Reports): Cleanup caches before a test run.
2562         * trampver.texi: Update release number.
2564 2012-09-12  Paul Eggert  <eggert@cs.ucla.edu>
2566         * texinfo.tex: Merge from gnulib.
2568 2012-08-06  Aurélien Aptel  <aurelien.aptel@gmail.com>
2570         * url.texi (Parsed URLs): Adjust to the code's use of defstruct
2571         (bug#12096).
2573 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
2575         * calc.texi (Simplification modes, Conversions)
2576         (Operating on Selections): Mention "basic" simplification.
2577         (The Calc Mode Line): Mention the mode line display for Basic
2578         simplification mode.
2579         (Simplify Formulas): Refer to 'algebraic' rather than 'default'
2580         simplifications.
2581         (Basic Simplifications): Rename from "Limited Simplifications"
2582         Replace "limited" by "basic" throughout.
2583         (Algebraic Simplifications): Indicate that the algebraic
2584         simplifications are done by default.
2585         (Unsafe Simplifications): Mention `m E'.
2586         (Simplification of Units): Mention `m U'.
2587         (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
2588         (Kinds of Declarations, Functions for Declarations):
2589         Mention "algebraic simplifications" instead of `a s'.
2590         (Algebraic Entry): Remove mention of default simplifications.
2592 2012-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
2594         * calc.texi (Getting Started, Tutorial): Change simulated
2595         Calc output to match actual output.
2596         (Simplifying Formulas): Mention that algebraic simplification is now
2597         the default.
2599 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
2601         * faq.texi (Right-to-left alphabets): Update for Emacs 24.
2602         (Bug#12073)
2604 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
2606         Prefer typical American spelling for "acknowledgment".
2607         * calc.texi (History and Acknowledgments): Rename from
2608         History and Acknowledgements.
2609         * idlwave.texi (Acknowledgments):
2610         * ses.texi (Acknowledgments):
2611         * woman.texi (Acknowledgments): Rename from Acknowledgements.
2613 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
2615         Rename configure.in to configure.ac (Bug#11603).
2616         * ede.texi (Compiler and Linker objects, ede-proj-project)
2617         (ede-step-project): Prefer the name configure.ac to configure.in.
2619 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
2621         * tramp.texi (Multi-hops):
2622         Introduce `tramp-restricted-shell-hosts-alist'.
2624 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2626         * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
2627         methods, so don't mention smtpmail here.
2629 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
2631         * gnus.texi (Picons): Document gnus-picon-properties.
2633 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2635         * gnus.texi: Remove mention of compilation, as that's no longer
2636         supported.
2638 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
2640         * gnus.texi (Archived Messages): Mention
2641         gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
2643 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2645         * gnus.texi (Various Summary Stuff):
2646         Remove mention of `gnus-propagate-marks'.
2648 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2650         * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
2651         which no longer exist.
2653 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2655         * gnus.texi (Archived Messages):
2656         Document gnus-gcc-self-resent-messages.
2658 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2660         * message.texi (Mail Variables):
2661         Mention the optional user parameter for X-Message-SMTP-Method.
2663 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2665         * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
2667         * message.texi (Mail Variables): Document X-Message-SMTP-Method.
2669 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2671         * gnus.texi (Key Index): Change encoding to utf-8.
2673 2012-06-21  Glenn Morris  <rgm@gnu.org>
2675         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
2677 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679         * gnus.texi (Group Timestamp): Mention where to find documentation for
2680         the `gnus-tmp-' variables (bug#11601).
2682 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
2684         Sync with Tramp 2.2.6-pre.
2686         * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
2687         where appropriate.
2688         (Ad-hoc multi-hops): New section.
2689         (Remote processes): New subsection "Running remote processes on
2690         Windows hosts".
2691         (History): Add remote commands on Windows, and ad-hoc multi-hop
2692         methods.
2693         (External methods): "ControlPersist" must be set to "no" for the
2694         `scpc' method.
2695         (Remote processes): Add a note about `auto-revert-tail-mode'.
2696         (Frequently Asked Questions): Use "scpx" in combination with
2697         "ControlPersist".  Reported by Adam Spiers <emacs@adamspiers.org>.
2699         * trampver.texi: Update release number.
2701 2012-06-10  Chong Yidong  <cyd@gnu.org>
2703         * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
2704         compilation for html-mono.
2706 2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
2708         * texinfo.tex: Merge from gnulib.
2710 2012-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2712         * Makefile.in (echo-info): Don't try to install info files named
2713         just ".info".
2715 2012-05-28  Glenn Morris  <rgm@gnu.org>
2717         * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX.  (Bug#10910)
2719         * sc.texi: Nuke hand-written node pointers.
2720         Fix top-level menu to match actual node order.
2722 2012-05-27  Glenn Morris  <rgm@gnu.org>
2724         * cl.texi, dired-x.texi: Nuke hand-written node pointers.
2725         Some associated fixes, including not messing with chapno in cl.texi.
2727 2012-05-27  Bastien Guerry  <bzg@gnu.org>
2729         * org.texi (Durations and time values): Fix typo.
2731 2012-05-26  Paul Eggert  <eggert@cs.ucla.edu>
2733         * texinfo.tex: Update from gnulib.
2735 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
2737         * calc.texi (Basic Operations on Units, Customizing Calc):
2738         Mention `calc-ensure-consistent-units'.
2740 2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
2742         * cc-mode.texi: Avoid space before macro in 4th argument of cross
2743         reference commands.  (Bug#11461)
2745         * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
2747 2012-05-12  Glenn Morris  <rgm@gnu.org>
2749         * Makefile.in (mostlyclean): Add more TeX intermediates.
2751         * Makefile.in: Make it look more like the other doc Makefiles.
2752         Use explicit $srcdir in all dependencies.
2753         Remove cd $srcdir from rules.
2754         (VPATH): Remove.
2755         (infodir): Set to an absolute path.
2756         (INFO_TARGETS): Use short names.
2757         (mkinfodir): infodir is now absolute.
2758         (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
2760         * Makefile.in (info.info): Rename from info, to avoid duplication.
2761         (.SUFFIXES): Disable implicit rules.
2763         * Makefile.in (MKDIR_P): New, set by configure.
2764         (mkinfodir): Use $MKDIR_P.
2766 2012-05-07  Glenn Morris  <rgm@gnu.org>
2768         * forms.texi (Long Example): Update for changed location of files.
2770 2012-05-04  Glenn Morris  <rgm@gnu.org>
2772         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2773         (INFO_TARGETS): Use $INFO_EXT.
2774         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2775         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2776         (INFO_TARGETS): Use $INFO_EXT.
2777         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2779 2012-05-02  Glenn Morris  <rgm@gnu.org>
2781         * Makefile.in (echo-info): New phony target, used by top-level.
2783         * viper.texi: Make direntry shorter (also it is no longer "newest").
2785         * emacs-gnutls.texi, ert.texi, org.texi:
2786         Fix dircategory, direntry to match info/dir.
2788         * faq.texi: Convert @inforefs to @xrefs.
2789         Fix some malformed cross-references.
2790         (File-name conventions): Shorten section name to avoid overfull line.
2791         (How to add fonts): Use smallexample to avoid overfull lines.
2793 2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
2795         * auth.texi (Help for users): Update for .gpg file being second.
2797 2012-04-27  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
2799         * org.texi (Agenda commands): Fix two typos: give corresponding
2800         function names, according to `org-agenda-view-mode-dispatch'.
2802 2012-04-27  Glenn Morris  <rgm@gnu.org>
2804         * faq.texi (Major packages and programs): Remove section.
2805         There is no point listing 6 packages (cf etc/MORE.STUFF).
2806         (Finding Emacs and related packages): Move "Spell-checkers" here.
2808 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
2810         * dbus.texi (Version): New node.
2811         (Properties and Annotations): Mention the object manager
2812         interface.  Describe dbus-get-all-managed-objects.
2813         (Type Conversion): Floating point numbers are allowed, if an
2814         anteger does not fit Emacs's integer range.
2815         (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
2816         (Asynchronous Methods): Fix description of
2817         dbus-call-method-asynchronously.
2818         (Receiving Method Calls): Fix some minor errors.
2819         Add dbus-interface-emacs.
2820         (Signals): Describe unicast signals and the new match rules.
2821         (Alternative Buses): Add the PRIVATE optional argument to
2822         dbus-init-bus.  Describe its new return value.  Add dbus-setenv.
2824 2012-04-20  Glenn Morris  <rgm@gnu.org>
2826         * faq.texi (New in Emacs 24): New section.
2827         (Packages that do not come with Emacs): Mention M-x list-packages.
2829 2012-04-14  Alan Mackenzie  <acm@muc.de>
2831         * cc-mode.texi (c-offsets-alist): Correct a typo.
2833 2012-04-14  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
2835         * org.texi (Deadlines and scheduling): Fix the example: the
2836         DEADLINE item should come right after the headline.  We enforce
2837         this convention, so it is a bug not to illustrate it correctly in
2838         the manual.
2840 2012-04-14  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
2842         * org.texi (Agenda commands): Fix documentation bug by swapping
2843         the equivalent keybindings to `org-agenda-next-line' with the ones
2844         to `org-agenda-previous-line'.
2846 2012-04-14  Glenn Morris  <rgm@gnu.org>
2848         * Makefile.in: Replace non-portable use of $< in ordinary rules.
2850 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
2852         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
2853         Add emacs-gnutls.
2854         ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
2856 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2858         * Makefile.in: Add emacs-gnutls.texi to build.
2860         * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
2862 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2864         * auth.texi (Secret Service API): Edit further and give examples.
2865         (Secret Service API): Adjust @samp to @code for collection names.
2867 2012-04-04  Glenn Morris  <rgm@gnu.org>
2869         * auth.texi (Secret Service API): Copyedits.
2870         (Help for developers): Fill in some missing function doc-strings.
2871         (Help for users, Help for developers)
2872         (GnuPG and EasyPG Assistant Configuration): Markup fixes.
2874 2012-04-04  Michael Albinus  <michael.albinus@gmx.de>
2876         * auth.texi (Secret Service API): Add the missing text.
2878 2012-04-04  Chong Yidong  <cyd@gnu.org>
2880         * message.texi (Using PGP/MIME): Note that epg is now the default.
2882         * gnus.texi: Reduce references to obsolete pgg library.
2883         (Security): Note that epg is now the default.
2885         * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
2887         * nxml-mode.texi (Completion): C-RET is no longer bound to
2888         nxml-complete.
2890 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
2892         * org.texi (Customizing tables in ODT export): Correct few errors.
2894 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
2896         * org.texi (Links in ODT export): Update.
2897         (Labels and captions in ODT export): New node.
2899 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
2901         * org.texi (Literal examples in ODT export): htmlfontify.el in
2902         Emacs-24.1 now supports fontification.  So ODT source blocks will
2903         be fontified by default.
2905 2012-04-01  Julian Gehring  <julian.gehring@googlemail.com>  (tiny change)
2907         * org.texi (Refiling notes): Remove duplicated keybinding.
2909 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2911         * org.texi (noweb): Documentation of this new option to the :noweb
2912         header argument.
2914 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
2916         * org.texi (Header and sectioning): Add example demonstrating how
2917         to use "LaTeX_CLASS_OPTIONS".
2919 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2921         * org.texi (Noweb reference syntax): Describe the ability to
2922         execute noweb references in the manual.
2924 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2926         * org.texi (cache): Improve cache documentation when session
2927         evaluation is used.
2929 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
2931         * org.texi (Plain lists): Document removal.
2933 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
2935         * org.texi: Decapitalize file name in references to Calc manual.
2937 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
2939         * org.texi (Plain lists): Document removal.
2941 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
2943         * org.texi (Top, OpenDocument Text export)
2944         (ODT export commands, Extending ODT export)
2945         (Images in ODT export, Tables in ODT export)
2946         (Configuring a document converter): Add or Update.
2948 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
2950         * org.texi (MobileOrg): Change the wording to reflect that the
2951         Android Version is no longer just the little brother of the iOS
2952         version.
2954 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2956         * org.texi (Key bindings and useful functions): Update babel key
2957         binding documentation in manual.
2959 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2961         * org.texi (noweb): Document new noweb header value.
2963 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2965         * org.texi (noweb-sep): Document new header argument.
2967 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2969         * org.texi (noweb-ref): Documentation of this new custom variable.
2971 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2973         * org.texi (wrap): Update the new :wrap documentation to match the
2974         current implementation.
2976 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
2978         * org.texi: Added documentation for :wrap.
2980 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
2982         * org.texi: #+RESULTS now user-configurable.
2984 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
2986         * org.texi: Documented :noweb no-export.
2988 2012-04-01  Thomas Dye  <dk@poto.local>
2990         * org.texi: Edit :noweb no header argument for correctness.
2992 2012-04-01  Bastien Guerry  <bzg@gnu.org>
2994         * org.texi (Customization): Update the approximate number of Org
2995         variables.
2997 2012-04-01  Thomas Dye  <dk@poto.local>
2999         * org.texi: The :results wrap produces a drawer instead of a
3000         begin_results block.
3002 2012-03-22  Peder O. Klingenberg  <peder@klingenberg.no>  (tiny change)
3004         * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
3005         reflect the new default.
3007 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
3009         * info.texi (Expert Info): Move the index entry for "Texinfo" from
3010         "Getting Started" to this node.  (Bug#10450)
3012 2012-03-10  Chong Yidong  <cyd@gnu.org>
3014         * flymake.texi (Example -- Configuring a tool called via make):
3015         Mention the Automake COMPILE variable (Bug#8715).
3017         * info.texi (Getting Started): Add an index entry (Bug#10450).
3019 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
3021         * dbus.texi (Signals): Known names will be mapped onto unique
3022         names, when registering for signals.
3024 2012-02-29  Glenn Morris  <rgm@gnu.org>
3026         * url.texi: Fix quote usage in body text.
3028         * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
3030         * cl.texi: Use @code{} in menus when appropriate.
3032 2012-02-28  Glenn Morris  <rgm@gnu.org>
3034         * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
3035         * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
3036         * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
3037         * org.texi, sc.texi, vip.texi, viper.texi:
3038         Standardize possessive apostrophe usage.
3040 2012-02-26  Chong Yidong  <cyd@gnu.org>
3042         * ediff.texi (Quick Help Commands): Add a couple of index entries
3043         (Bug#10834).
3045 2012-02-17  Glenn Morris  <rgm@gnu.org>
3047         * gnus.texi (Posting Styles):
3048         * remember.texi (Org): Fix cross-refs to other manuals.
3050 2012-02-15  Glenn Morris  <rgm@gnu.org>
3052         * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
3053         (Encryption): New chapter, split out from previous.
3055 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3057         * gnus.texi (Customizing the IMAP Connection):
3058         Mention nnimap-record-commands.
3060 2012-02-10  Glenn Morris  <rgm@gnu.org>
3062         * url.texi (Retrieving URLs): Update url-retrieve arguments.
3063         Mention url-queue-retrieve.
3065 2012-02-09  Glenn Morris  <rgm@gnu.org>
3067         * sem-user.texi (Semantic mode user commands): Typo fix.
3069         * info.texi (Create Info buffer): Mention info-display-manual.
3071 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3073         * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
3074         example (modified from an example by Michael Albinus).
3076 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3078         * gnus.texi (Agent Basics): Fix outdated description of
3079         `gnus-agent-auto-agentize-methods'.
3081 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
3083         * cc-mode.texi: Always @defindex ss.
3084         (Config Basics): Fix argument of @itemize.
3085         (Macro Backslashes): Add @code around index entry.
3087 2012-01-23  Glenn Morris  <rgm@gnu.org>
3089         * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
3091 2012-01-19  Eric Hanchrow  <eric.hanchrow@gmail.com>
3093         * tramp.texi (File): Tweak wording for the `scpc' option.
3095 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097         * gnus.texi (Group Parameters): Really note precedence.
3099 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101         * gnus.texi (Group Parameters): Note precedence.
3103 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
3105         * org.texi (Noweb reference syntax): Adding documentation of
3106         the `*org-babel-use-quick-and-dirty-noweb-expansion*'
3107         variable.
3109 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3111         * org.texi (Plain lists): Split the table to fix the display
3112         of items.
3114 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3116         * org.texi (Plain lists): Fix misplaced explanation.
3118 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3120         * org.texi (Plain lists, Agenda files): Add index entries.
3122 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
3124         * org.texi: Use "Org mode" instead of alternatives like
3125         "Org-mode" or "org-mode".
3127 2012-01-03  Bernt Hansen  <bernt@norang.ca>
3129         * org.texi (Agenda commands):
3130         Document `org-clock-report-include-clocking-task'.
3132 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3134         * org.texi (Checkboxes): Document the new behavior of `C-u C-c
3135         C-c' on checkboxes.
3137 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
3139         * org.texi: End sentences with two spaces.
3141 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
3143         * org.texi (External links): Document the link types file+sys
3144         and file+emacs, slightly narrow used page width.
3146 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
3148         * org.texi (colnames): Note that colnames behavior may differ
3149         across languages.
3151 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3153         * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
3155 2012-01-03  Thomas Dye  <dk@poto.westell.com>
3157         * org.texi: Augmented discussion of babel property
3158         inheritance.  Put footnote outside sentence ending period.
3160 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3162         * org.texi (eval): Documenting the full range of :eval header
3163         argument values.
3165 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3167         * org.texi (eval): Documentation of the new :eval option.
3169 2012-01-03  Thomas Dye  <dk@poto.local>
3171         * org.texi: Add accumulated properties.
3173 2012-01-03  Thomas Dye  <dk@poto.local>
3175         * org.texi: Documented no spaces in name=assign, another
3176         correction to :var table.
3178 2012-01-03  Thomas Dye  <dk@poto.local>
3180         * org.texi: Changed DATA to NAME in Working With Source Code
3181         section.
3183 2012-01-03  Tom Dye  <tsd@tsdye.com>
3185         * org.texi: Minor change to :var table.
3187 2012-01-03  Tom Dye  <tsd@tsdye.com>
3189         * org.texi: More changes to :var table (some examples were wrong).
3191 2012-01-03  Tom Dye  <tsd@tsdye.com>
3193         * org.texi: Cleaned up :var table.
3195 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3197         * org.texi (Timestamps, Weekly/daily agenda)
3198         (Weekly/daily agenda): Add @cindex for "appointment".
3200 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3202         * org.texi (Literal examples): A new link to the template for
3203         inserting empty code blocks.
3204         (Structure of code blocks): A new link to the template for
3205         inserting empty code blocks.
3207 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
3209         * org.texi (External links): Add footnote on how the behavior
3210         of the text search in Org files are controled by the variable
3211         `org-link-search-must-match-exact-headline'.
3213 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
3215         * org.texi (Buffer-wide header arguments):
3216         Update documentation to reflect removal of #+PROPERTIES.
3218 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
3220         * org.texi (The clock table): Mention that ACHIVED trees
3221         contribute to the clock table.
3223 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
3225         * org.texi (Conflicts): Better yasnippet config info.
3227 2012-01-03  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3229         * org.texi (Selective export): Explicitly mention the default
3230         values for `org-export-select-tags',
3231         `org-export-exclude-tags'.
3233 2012-01-03  Tom Dye  <tsd@tsdye.com>
3235         * org.texi: Added a line to specify that header arguments are
3236         lowercase.
3238 2012-01-03  Tom Dye  <tsd@tsdye.com>
3240         * org.texi: :var requires default value when declared.
3242 2012-01-03  Bastien Guerry  <bzg@gnu.org>
3244         * org.texi (Handling links): Add a note about the
3245         `org-link-frame-setup' option.
3247 2012-01-03  David Maus  <dmaus@ictsoc.de>
3249         * org.texi (Exporting Agenda Views, Extracting agenda
3250         information): Fix command line syntax, quote symbol parameter
3251         values.
3253 2012-01-03  David Maus  <dmaus@ictsoc.de>
3255         * org.texi (Exporting Agenda Views): Fix command line syntax.
3257 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3259         * gnus.texi (Mail Source Customization, Mail Back End Variables):
3260         Use octal notation for file permissions, which are normally
3261         thought of in octal.
3262         (Mail Back End Variables): Use more-plausible modes in example.
3264 2011-12-20  Alan Mackenzie  <acm@muc.de>
3266         * cc-mode.texi: Update version string 5.31 -> 5.32.
3268 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3270         * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
3272 2011-11-24  Glenn Morris  <rgm@gnu.org>
3274         * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
3276 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3278         * makefile.w32-in: Update dependencies.
3280 2011-11-20  Glenn Morris  <rgm@gnu.org>
3282         * gnus.texi (Group Information):
3283         Remove gnus-group-fetch-faq, command deleted 2010-09-24.
3285 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3287         * gnus-coding.texi (Gnus Maintenance Guide):
3288         Rename from "Gnus Maintainance Guide".
3290         * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
3291         * eieio.texi (Customizing):
3292         * gnus.texi (Article Washing):
3293         * gnus-news.texi:
3294         * sem-user.texi (Smart Jump): Fix typos.
3296 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3298         * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
3300 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3302         * ede.texi (project-am-texinfo):
3303         * gnus.texi (Sending or Not Sending):
3304         * org.texi (Template elements): Fix typos.
3306 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
3308         * ediff.texi (Hooks):
3309         * sem-user.texi (Semanticdb Roots): Fix typos.
3311 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
3313         * semantic.texi (Tag handling): Fix typo.
3315 2011-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3317         * gnus.texi (Other Gnus Versions): Remove.
3319 2011-10-28  Alan Mackenzie  <acm@muc.de>
3321         * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
3322         (Other Special Indentations): Add an xref to "Macros with ;".
3323         (Customizing Macros): Add stuff about syntax in macros.  Add an xref to
3324         "Macros with ;".
3325         (Macros with ;): New page.
3327         * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
3328         Document the new handling of nested scopes for movement by defuns.
3330 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
3332         Sync with Tramp 2.2.3.
3334         * trampver.texi: Update release number.
3336 2011-10-14  Glenn Morris  <rgm@gnu.org>
3338         * ert.texi (Introduction, How to Run Tests)
3339         (Running Tests Interactively, Expected Failures)
3340         (Tests and Their Environment, Useful Techniques)
3341         (Interactive Debugging, Fixtures and Test Suites):
3342         Minor rephrasings.
3343         (Running Tests Interactively, The @code{should} Macro): Add xrefs.
3344         (Running Tests in Batch Mode): Simplify loading instructions.
3345         (Test Selectors): Clarify some selectors.
3346         (Expected Failures, Useful Techniques):
3347         Make examples fit in 80 columns.
3349 2011-10-13  Jay Belanger  <jay.p.belanger@gmail.com>
3351         * calc.texi (Basic Operations on Units): Discuss temperature
3352         conversion (`u t') alongside with other unit conversions ('u c').
3354 2011-10-12  Glenn Morris  <rgm@gnu.org>
3356         * ert.texi: Whitespace trivia to make main menu items line up better.
3358 2011-10-08  Glenn Morris  <rgm@gnu.org>
3360         * Makefile.in: Fix ert rules.
3362 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364         * gnus.texi (Gnus Utility Functions): Add more references and
3365         explanations (bug#9683).
3367 2011-09-26  Paul Eggert  <eggert@cs.ucla.edu>
3369         * texinfo.tex: Merge from gnulib.
3371 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373         * gnus.texi (Archived Messages): Note the default (bug#9552).
3375 2011-09-21  Bill Wohler  <wohler@newt.com>
3377         Release MH-E manual version 8.3.
3379         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3380         release 8.3.
3381         (Preface): Update support information.
3382         (From Bill Wohler): Reset text to original version.  As a
3383         historical quote, the tense should be correct in the time that it
3384         was written.
3386 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388         * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
3389         (Finding the News): Doc clarification.
3390         (Terminology): Mention naming.
3392 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3394         * gnus.texi: Remove mentions of `recent', which are now obsolete.
3395         (Interactive): Document `quiet'.
3397 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
3399         * org.texi (Images in LaTeX export): Rewrite.
3401 2011-08-15  Bastien Guerry  <bzg@gnu.org>
3403         * org.texi (Using the mapping API): Mention 'region as a possible
3404         scope for `org-map-entries'.
3406 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3408         * org.texi (Visibility cycling): Document `org-copy-visible'.
3410 2011-08-15  Bastien Guerry  <bzg@gnu.org>
3412         * org.texi (Template expansion): Order template sequences in the
3413         proper order.
3415 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3417         * org.texi (eval): Expand discussion of the :eval header argument.
3419 2011-08-15  Bastien Guerry  <bzg@gnu.org>
3421         * org.texi (Languages): Add Lilypond and Awk as supported
3422         languages.
3424 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
3426         * org.texi: Document that both CLOCK_INTO_DRAWER and
3427         LOG_INTO_DRAWER can be used to override the contents of variable
3428         org-clock-into-drawer (or if unset, org-log-into-drawer).
3430         * org.texi: Replace @xref->@pxref.
3432 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3434         * org.texi (Evaluating code blocks): Documenting the new option
3435         for inline call lines.
3437 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3439         * org.texi (Results of evaluation): More explicit about the
3440         mechanism through which interactive evaluation of code is
3441         performed.
3443 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3445         * org.texi (noweb-ref): New header argument documentation.
3447 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3449         * org.texi (Extracting source code): Documentation of the new
3450         org-babel-tangle-named-block-combination variable.
3452 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3454         * org.texi (Structure of code blocks): Explicitly state that the
3455         behavior of multiple blocks of the same name is undefined.
3457 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
3459         * org.texi (TaskJuggler export): Modify the example to reflect the
3460         new effort durations.
3462 2011-08-15  David Maus  <dmaus@ictsoc.de>
3464         * org.texi (Images in LaTeX export): Escape curly brackets in
3465         LaTeX example.
3467 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3469         * org.texi (The clock table): Document the :properties and
3470         :inherit-props arguments for the clocktable.
3472 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3474         * org.texi (Tables in LaTeX export): Document specifying placement
3475         options for tables.
3477 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3479         * org.texi (Evaluating code blocks): More specific documentation
3480         about the different types of header arguments.
3482 2011-08-15  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
3484         * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
3486 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3488         * org.texi (Built-in table editor): Document the table field
3489         follow mode.
3491 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
3493         * org.texi (Easy Templates): Document new template.
3495 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
3497         * org.texi (Literal examples): Add a cross-reference from "Literal
3498         Examples" to "Easy Templates."
3500 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3502         * org.texi (The clock table): Add link to match syntax.
3504 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3506         * org.texi (Agenda commands): Document clock consistency checks.
3508 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3510         * org.texi (Built-in table editor): Document that \vert represents
3511         a vertical bar in a table field.
3513 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3515         * org.texi (Literal examples): Link from "Markup" > "Literate
3516         Examples" to "Working with Source Code".
3518 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
3520         * org.texi (Agenda commands): Doc for function option to bulk
3521         action.
3523 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3525         * org.texi (Template expansion): Document new %<...> template
3526         escape.
3528 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3530         * org.texi (Selective export): Document exclusion of any tasks
3531         from export.
3533 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3535         * org.texi (Selective export): Document how to exclude DONE tasks
3536         from export.
3537         (Publishing options): Document the properties to be used to turn off
3538         export of DONE tasks.
3540 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3542         * org.texi (The date/time prompt): Document date range protection.
3544 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3546         * org.texi (padline): Documentation of the new padline header
3547         argument.
3549 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3551         * org.texi (var): Adding "[" to list of characters triggering
3552         elisp evaluation.
3554 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3556         * org.texi (var): Documentation of Emacs Lisp evaluation during
3557         variable assignment.
3559 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3561         * org.texi (colnames): Reference indexing into variables, and note
3562         that colnames are *not* removed before indexing occurs.
3563         (rownames): Reference indexing into variables, and note that
3564         rownames are *not* removed before indexing occurs.
3566 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3568         * org.texi (var): Clarification of indexing into tabular
3569         variables.
3571 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3573         * org.texi (results): Documentation of the `:results wrap' header
3574         argument.
3576 2011-08-15  Bastien Guerry  <bzg@gnu.org>
3578         * org.texi (LaTeX and PDF export): Add a note about a limitation
3579         of the LaTeX export: the org file has to be properly structured.
3581 2011-08-15  Bastien Guerry  <bzg@gnu.org>
3583         * org.texi (Dynamic blocks, Structure editing):
3584         Mention the function `org-narrow-to-block'.
3586 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3588         * org.texi (Languages): Updating list of code block supported
3589         languages.
3591 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3593         * org.texi (Special properties): CATEGORY is a special property,
3594         but it may also used in the drawer.
3596 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3598         * org.texi (mkdirp): Documentation of the :mkdirp header argument.
3600 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
3602         * org.texi (Include files): Document :lines.
3604 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3606         * org.texi (comments): Documentation of the ":comments noweb" code
3607         block header argument.
3609 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3611         * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3612         added extra whitespace around functions to be consistent with the
3613         rest of the section.
3615 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3617         * org.texi (Evaluating code blocks): Expand discussion of
3618         #+call: line syntax.
3619         (Header arguments in function calls): Expand discussion of
3620         #+call: line syntax.
3622 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3624         * org.texi (Evaluating code blocks): More explicit about how to
3625         pass variables to #+call lines.
3627 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3629         * org.texi (Results of evaluation): Link to the :results header
3630         argument list from the "Results of evaluation" section.
3632 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3634         * org.texi (Conflicts): Adding additional information about
3635         resolving org/yasnippet conflicts.
3637 2011-08-15  David Maus  <dmaus@ictsoc.de>
3639         * org.texi (Publishing options): Document style-include-scripts
3640         publishing project property.
3642 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3644         * org.texi (Sparse trees): Document the next-error /
3645         previous-error functionality.
3647 2011-08-15  Tom Dye  <tsd@tsdye.com>
3649         * org.texi (cache): Improve documentation of code block caches.
3651 2011-08-15  Tom Dye  <tsd@tsdye.com>
3653         * org.texi (Code block specific header arguments):
3654         Documentation of multi-line header arguments.
3656 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3658         * org.texi (Code evaluation security): Add example for using a
3659         function.
3661 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3663         * org.texi (Tables in LaTeX export): Documentation of new
3664         attr_latex options for tables.
3666 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
3668         * trampver.texi: Update release number.
3670 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
3672         Sync with Tramp 2.2.2.
3674         * trampver.texi: Update release number.
3676 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3678         * flymake.texi (Example -- Configuring a tool called via make):
3679         Use /dev/null instead of the Windows "nul" (bug#8715).
3681 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3683         * widget.texi (Setting Up the Buffer): Remove mention of the
3684         global keymap parent, which doesn't seem to be accurate
3685         (bug#7045).
3687 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689         * org.texi (Special agenda views): Fix double quoting (bug#3509).
3691 2010-07-10  Kevin Ryde  <user42@zip.com.au>
3693         * cl.texi (For Clauses): Add destructuring example processing an
3694         alist (bug#6596).
3696 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698         * ediff.texi (Major Entry Points): Remove mention of `require',
3699         since that's not pertinent in the installed Emacs (bug#9016).
3701 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
3704         (Filtering New Groups): Clarify how simple the "options -n" format is.
3705         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
3706         is internal.
3708 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
3710         * tramp.texi (Cleanup remote connections):
3711         Add `tramp-cleanup-this-connection'.
3713 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
3716         zombies.
3717         (Checking New Groups): Ditto (bug#8974).
3718         (Checking New Groups): Move the reference to the right place.
3720 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
3722         * gnus.texi (Startup Files): Clarify that we're talking about numbered
3723         backups, and not actual vc (bug#8975).
3725 2011-07-03  Kevin Ryde  <user42@zip.com.au>
3727         * cl.texi (For Clauses): @items for hash-values and key-bindings
3728         to make them more visible when skimming.  Add examples of `using'
3729         clause to them, examples being clearer than a description in
3730         words (bug#6599).
3732 2011-07-01  Alan Mackenzie  <acm@muc.de>
3734         * cc-mode.texi (Guessing the Style): New page.
3735         (Styles): Add a short introduction to above.
3737 2011-06-28  Deniz Dogan  <deniz@dogan.se>
3739         * rcirc.texi (Configuration): Bug-fix:
3740         `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
3741         Reported by Elias Pipping <pipping@exherbo.org>.
3743 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3745         * gnus.texi (Summary Mail Commands):
3746         Document `gnus-summary-reply-to-list-with-original'.
3748 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3750         * eshell.texi (Known problems): Fix typo.
3752 2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
3754         * tramp.texi (Customizing Completion): Mention authinfo-style files.
3755         (Password handling): `auth-source-debug' is good for debug messages.
3757 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3759         * gnus.texi (Store custom flags and keywords): Refer to
3760         `gnus-registry-article-marks-to-{chars,names}' instead of
3761         `gnus-registry-user-format-function-{M,M2}'.
3763 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
3765         * texinfo.tex: Merge from gnulib.
3767 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3769         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
3770         (Store custom flags and keywords):
3771         Mention `gnus-registry-user-format-function-M' and
3772         `gnus-registry-user-format-function-M2'.
3774 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
3776         * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
3778 2011-05-17  Glenn Morris  <rgm@gnu.org>
3780         * gnus.texi (Face): Fix typo.
3782 2011-05-14  Glenn Morris  <rgm@gnu.org>
3784         * dired-x.texi (Omitting Examples): Minor addition.
3786 2011-05-10  Jim Meyering  <meyering@redhat.com>
3788         * ede.texi: Fix typo "or or -> or".
3790 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
3792         * gnus.texi (Summary Buffer Lines):
3793         gnus-summary-user-date-format-alist does not exist.
3794         (Sorting the Summary Buffer): More about sorting threads.
3796 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
3798         * trampver.texi: Update release number.
3800 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
3802         * tramp.texi (Frequently Asked Questions): New item for disabling
3803         Tramp in other packages.
3805 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3807         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
3808         (Fancy splitting to parent, Store arbitrary data):
3809         Update gnus-registry docs.
3811 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
3813         * ede.texi: Fix typos.
3815 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817         * gnus.texi (Window Layout): @itemize @code doesn't exist.
3818         It's @table @code.
3820 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
3822         * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
3824 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
3826         * calc.texi (Logarithmic Units): Update the function names.
3828 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3830         * message.texi (Various Commands): Document format specs in the
3831         ellipsis.
3833 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
3835         * message.texi (Insertion Variables): Document message-cite-style.
3837 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
3839         * tramp.texi (Remote processes): New subsection "Running shell on
3840         a remote host".
3842 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3844         * auth.texi (Help for developers): Update docs to explain that the
3845         :save-function will only run the first time.
3847 2011-03-12  Glenn Morris  <rgm@gnu.org>
3849         * Makefile.in (emacs-faq.html): Fix some more cross-refs.
3850         (emacs-faq.text): New target.
3851         (clean): Add emacs-faq.
3853 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
3855         Sync with Tramp 2.2.1.
3857         * trampver.texi: Update release number.
3859 2011-03-11  Glenn Morris  <rgm@gnu.org>
3861         * Makefile.in (HTML_TARGETS): New.
3862         (clean): Delete $HTML_TARGETS.
3863         (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
3865 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3867         * auth.texi (Help for developers): Show example of using
3868         `auth-source-search' with prompts and :save-function.
3870 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
3872         * Version 23.3 released.
3874 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
3876         * message.texi (Message Buffers): Update default value of
3877         message-generate-new-buffers.
3879 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
3881         * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
3882         and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
3883         respectively.
3884         (Musical Notes): New section.
3885         (Customizing Calc): Mention the customizable variable
3886         calc-note-threshold.
3888 2011-03-03  Glenn Morris  <rgm@gnu.org>
3890         * url.texi (Dealing with HTTP documents): Remove reference to
3891         function url-decode-text-part; never seems to have existed.  (Bug#6038)
3892         (Configuration): Update url-configuration-directory description.
3894 2011-03-02  Glenn Morris  <rgm@gnu.org>
3896         * dired-x.texi (Multiple Dired Directories): Remove mentions
3897         of dired-default-directory-alist and dired-default-directory.
3898         Move dired-smart-shell-command here...
3899         (Miscellaneous Commands): ... from here.
3901 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
3903         * texinfo.tex: Update to version 2011-02-24.09.
3905 2011-03-02  Glenn Morris  <rgm@gnu.org>
3907         * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
3908         instead of the obsoleted dired-omit-here-always.
3910 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
3912         * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
3913         supported systems.
3915 2011-02-28  Glenn Morris  <rgm@gnu.org>
3917         * dbus.texi (Type Conversion): Grammar fix.
3919 2011-02-23  Michael Albinus  <michael.albinus@gmx.de>
3921         * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
3922         "Debian GNU/Linux".
3924         * trampver.texi [xemacs]: Set emacsothername to "Emacs".
3926 2011-02-23  Glenn Morris  <rgm@gnu.org>
3928         * dired-x.texi (Features): Minor rephrasing.
3929         (Local Variables): Fix typos.
3931         * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
3932         Standardize some Emacs/XEmacs terminology.
3934         * dired-x.texi (Features): Don't advertise obsolete local variables.
3935         Simplify layout.
3936         (Omitting Variables): Update local variables example.
3937         (Local Variables): Say this is obsolete.  Fix description of
3938         dired-enable-local-variables possible values.
3940 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3942         * auth.texi (Help for users): Mention ~/.netrc is also searched by
3943         default now.
3945 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3947         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
3949 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3951         * gnus.texi (Window Layout): Document layout names.
3953 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
3955         * ada-mode.texi: Sync @dircategory with ../../info/dir.
3956         * auth.texi: Sync @dircategory with ../../info/dir.
3957         * autotype.texi: Sync @dircategory with ../../info/dir.
3958         * calc.texi: Sync @dircategory with ../../info/dir.
3959         * cc-mode.texi: Sync @dircategory with ../../info/dir.
3960         * cl.texi: Sync @dircategory with ../../info/dir.
3961         * dbus.texi: Sync @dircategory with ../../info/dir.
3962         * dired-x.texi: Sync @dircategory with ../../info/dir.
3963         * ebrowse.texi: Sync @dircategory with ../../info/dir.
3964         * ede.texi: Sync @dircategory with ../../info/dir.
3965         * ediff.texi: Sync @dircategory with ../../info/dir.
3966         * edt.texi: Sync @dircategory with ../../info/dir.
3967         * eieio.texi: Sync @dircategory with ../../info/dir.
3968         * emacs-mime.texi: Sync @dircategory with ../../info/dir.
3969         * epa.texi: Sync @dircategory with ../../info/dir.
3970         * erc.texi: Sync @dircategory with ../../info/dir.
3971         * eshell.texi: Sync @dircategory with ../../info/dir.
3972         * eudc.texi: Sync @dircategory with ../../info/dir.
3973         * flymake.texi: Sync @dircategory with ../../info/dir.
3974         * forms.texi: Sync @dircategory with ../../info/dir.
3975         * gnus.texi: Sync @dircategory with ../../info/dir.
3976         * idlwave.texi: Sync @dircategory with ../../info/dir.
3977         * mairix-el.texi: Sync @dircategory with ../../info/dir.
3978         * message.texi: Sync @dircategory with ../../info/dir.
3979         * mh-e.texi: Sync @dircategory with ../../info/dir.
3980         * newsticker.texi: Sync @dircategory with ../../info/dir.
3981         * nxml-mode.texi: Sync @dircategory with ../../info/dir.
3982         * org.texi: Sync @dircategory with ../../info/dir.
3983         * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
3984         * pgg.texi: Sync @dircategory with ../../info/dir.
3985         * rcirc.texi: Sync @dircategory with ../../info/dir.
3986         * reftex.texi: Sync @dircategory with ../../info/dir.
3987         * remember.texi: Sync @dircategory with ../../info/dir.
3988         * sasl.texi: Sync @dircategory with ../../info/dir.
3989         * sc.texi: Sync @dircategory with ../../info/dir.
3990         * semantic.texi: Sync @dircategory with ../../info/dir.
3991         * ses.texi: Sync @dircategory with ../../info/dir.
3992         * sieve.texi: Sync @dircategory with ../../info/dir.
3993         * smtpmail.texi: Sync @dircategory with ../../info/dir.
3994         * speedbar.texi: Sync @dircategory with ../../info/dir.
3995         * trampver.texi [emacs]: Set emacsname to "Emacs".
3996         * tramp.texi: Sync @dircategory with ../../info/dir.
3997         * url.texi: Sync @dircategory with ../../info/dir.
3998         * vip.texi: Sync @dircategory with ../../info/dir.
3999         * viper.texi: Sync @dircategory with ../../info/dir.
4000         * widget.texi: Sync @dircategory with ../../info/dir.
4001         * woman.texi: Sync @dircategory with ../../info/dir.
4003 2011-02-19  Glenn Morris  <rgm@gnu.org>
4005         * dired-x.texi (Technical Details): No longer redefines
4006         dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
4007         dired-read-shell-command, or dired-find-buffer-nocreate.
4009 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
4011         * eshell.texi (Input/Output):
4012         Document insert output redirection operator, >>>.
4014 2011-02-18  Glenn Morris  <rgm@gnu.org>
4016         * dired-x.texi (Optional Installation File At Point): Simplify.
4018 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4020         * auth.texi (Help for users): Use :port instead of :protocol for all
4021         auth-source docs.
4022         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
4023         to have two files in `auth-sources'.
4025 2011-02-16  Glenn Morris  <rgm@gnu.org>
4027         * dired-x.texi: Use emacsver.texi to get Emacs version.
4028         * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
4029         Depend on emacsver.texi.
4031         * dired-x.texi: Drop meaningless version number.
4032         (Introduction): Remove old info.
4033         (Optional Installation Dired Jump): Autoload from dired-x.
4034         Remove incorrect info about loaddefs.el.
4035         (Bugs): Just refer to M-x report-emacs-bug.
4037         * dired-x.texi (Multiple Dired Directories): Update for rename of
4038         default-directory-alist.
4039         (Miscellaneous Commands): No longer mention very old VM version 4.
4041 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4043         Merge from gnulib.
4044         * texinfo.tex: Update to version 2011-02-14.11.
4046 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4048         * auth.texi (Help for users):
4049         Login collection is "Login" and not "login".
4051 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
4053         * tramp.texi (History): Remove IMAP support.
4054         (External methods, Frequently Asked Questions): Remove `imap' and
4055         `imaps' methods.
4056         (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
4058         * trampver.texi: Remove default value of `emacsimap'.
4060 2011-02-13  Glenn Morris  <rgm@gnu.org>
4062         * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
4063         * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
4065 2011-02-12  Glenn Morris  <rgm@gnu.org>
4067         * sc.texi (Getting Connected): Remove old index entries.
4069 2011-02-12  Ulrich Mueller  <ulm@gentoo.org>
4071         * url.texi: Remove duplicate @dircategory (Bug#7942).
4073 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4075         * auth.texi (Overview, Help for users, Help for developers):
4076         Update docs.
4077         (Help for users): Talk about spaces.
4079 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
4081         * texinfo.tex: Update to version 2011-02-07.16.
4083 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
4085         * dbus.texi (Bus names): Adapt descriptions for
4086         dbus-list-activatable-names and dbus-list-known-names.
4088 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
4090         * calc.texi (Logarithmic Units): New section.
4092 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
4094         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
4095         manuals use it now.
4097         * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
4099 2011-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4101         * overrides.texi: Remove.
4103         * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
4104         * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
4106 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
4108         * tramp.texi (Frequently Asked Questions): Mention problems with
4109         WinSSHD.
4111         * trampver.texi: Update release number.
4113 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
4115         * tramp.texi:
4116         Replace "delimet" with "delimit" globally.
4117         Replace "explicite" with "explicit" globally.
4118         Replace "instead of" with "instead" where there was nothing after "of".
4119         Audit use of comma before interrogative pronoun, "that", or "which".
4120         Minor word order, spelling, wording changes.
4122 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4124         * overrides.texi: New file to set or clear WEBHACKDEVEL.
4126         * sieve.texi: Use WEBHACKDEVEL.
4128         * sasl.texi: Use WEBHACKDEVEL.
4130         * pgg.texi: Use WEBHACKDEVEL.
4132         * message.texi: Use WEBHACKDEVEL.
4134         * gnus.texi: Use WEBHACKDEVEL.
4136         * emacs-mime.texi: Use WEBHACKDEVEL.
4138         * auth.texi: Use WEBHACKDEVEL.
4140         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
4141         manuals.
4143 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4145         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
4147 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
4149         * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
4150         which in turn is copied from ftp://tug.org/tex/.
4152 2011-02-03  Glenn Morris  <rgm@gnu.org>
4154         * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
4155         (Binding combinations of modifiers and function keys):
4156         Let's assume people reading this are not using Emacs 18.
4158 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4160         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
4161         since it's run automatically.
4163 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4165         * gnus.texi (Customizing Articles): Fix typo.
4167 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4169         * gnus.texi (Customizing Articles): Document the new way of customizing
4170         the date headers(s).
4172 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4174         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
4175         splitting example.
4177 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
4179         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
4180         (MAKEINFO_OPTS): New variable.
4181         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
4182         ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
4183         ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
4184         ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
4185         ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
4186         ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
4187         ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
4188         ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
4189         ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
4190         ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
4191         ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
4192         ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
4193         ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
4194         ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
4195         ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
4196         ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
4197         ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
4198         ($(infodir)/edt): Use $(MAKEINFO_OPTS).
4200 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4202         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
4204 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4206         * message.texi (IDNA): Explain what it is.
4208 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4210         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
4212 2011-01-23  Werner Lemberg  <wl@gnu.org>
4214         * Makefile.in (MAKEINFO): Now controlled by `configure'.
4215         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
4216         (ENVADD): Update.
4218 2011-01-18  Glenn Morris  <rgm@gnu.org>
4220         * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
4222 2011-01-14  Eduard Wiebe  <usenet@pusto.de>
4224         * nxml-mode.texi (Introduction): Fix file name typos.
4226 2011-01-13  Christian Ohler  <ohler@gnu.org>
4228         * ert.texi: New file.
4230         * Makefile.in:
4231         * makefile.w32-in: Add ert.texi.
4233 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
4235         * dbus.texi (Receiving Method Calls): New function
4236         dbus-register-service.  Rearrange node.
4238 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
4240         * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
4241         which in turn is copied from ftp://tug.org/tex/.
4243 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
4245         * dbus.texi (Receiving Method Calls): Describe new optional
4246         parameter dont-register-service of dbus-register-{method,property}.
4248 2010-12-17  Daiki Ueno  <ueno@unixuser.org>
4250         * epa.texi (Encrypting/decrypting *.gpg files):
4251         Mention epa-file-select-keys.
4253 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4255         * gnus.texi (Archived Messages): Remove outdated text.
4257 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
4259         * gnus.texi (Foreign Groups): Add clarification of foreign groups.
4261 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
4263         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
4265 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4267         * gnus.texi (The swish++ Engine): Add customizable parameters
4268         descriptions.
4269         (The swish-e Engine): Ditto.
4271 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
4273         * tramp.texi (Inline methods): Add "ksu" method.
4274         (Remote processes): Add example with remote `default-directory'.
4276 2010-12-14  Glenn Morris  <rgm@gnu.org>
4278         * faq.texi (Expanding aliases when sending mail):
4279         Now build-mail-aliases is interactive.
4281 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4283         * gnus.texi: First pass at adding (rough) nnir documentation.
4285 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4287         * gnus.texi (Filtering New Groups):
4288         Mention gnus-auto-subscribed-categories.
4289         (The First Time): Remove, since default-subscribed-newsgroups has been
4290         removed.
4292 2010-12-13  Glenn Morris  <rgm@gnu.org>
4294         * cl.texi (For Clauses): Small fixes for frames and windows.
4296 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
4298         * org.texi (Using capture): Document using prefix arguments for
4299         finalizing capture.
4300         (Agenda commands): Document prefix argument for the bulk scatter
4301         command.
4302         (Beamer class export): Document that also overlay arguments can be
4303         passed to the column environment.
4304         (Template elements): Document the new entry type.
4306 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
4308         * org.texi (Include files): Document :minlevel.
4310 2010-12-11  Julien Danjou  <julien@danjou.info>
4312         * org.texi (Categories): Document category icons.
4314 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
4316         * org.texi (noweb): Fix typo.
4318 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
4320         * gnus.texi (Server Commands): Point to the rest of the server
4321         commands.
4323 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4325         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
4326         g'.
4328 2010-12-02  Julien Danjou  <julien@danjou.info>
4330         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
4332 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4334         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
4335         (Direct Functions): Note the STARTTLS upgrade.
4337 2010-11-27  Glenn Morris  <rgm@gnu.org>
4338             James Clark  <none@example.com>
4340         * nxml-mode.texi (Introduction): New section.
4342 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344         * gnus.texi (Server Commands): Document gnus-server-show-server.
4346 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
4348         Sync with Tramp 2.2.0.
4350         * trampver.texi: Update release number.
4352 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
4354         * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
4355         Mention that the TeX specific units won't use the `tex' prefix
4356         in TeX mode.
4358 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4360         * gnus.texi (Misc Article): Document gnus-inhibit-images.
4362 2010-11-17  Glenn Morris  <rgm@gnu.org>
4364         * edt.texi: Remove information about Emacs 19.
4366 2010-11-17  Michael Albinus  <michael.albinus@gmx.de>
4368         * trampver.texi: Update release number.
4370 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4372         * gnus.texi (Article Washing): Fix typo.
4374 2010-11-11  Noorul Islam  <noorul@noorul.com>
4376         * org.texi: Fix typo.
4378 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4380         * org.texi (Using capture): Explain that refiling is
4381         sensitive to cursor position.
4383 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4385         * org.texi (Images and tables): Add cross reference to link section.
4387 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4389         * org.texi: Document the <c> cookie.
4391 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
4393         * org.texi: Multi-line header arguments :PROPERTIES: :ID:
4394         b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
4396 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4398         * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
4400 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4402         * org.texi (Project alist): Mention that this is a property list.
4404 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4406         * org.texi (Setting up the staging area): Document that
4407         file names remain visible when encrypting the MobileOrg files.
4409 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4411         * org.texi (Setting up the staging area): Document which
4412         versions are needed for encryption.
4414 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
4416         * org.texi (noweb): Update :noweb documentation to
4417         reflect the new "tangle" argument.
4419 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
4421         * org.texi (Batch execution): Improve tangling script in
4422         documentation.
4424 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4426         * org.texi (Handling links, In-buffer settings):
4427         Document inlining images on startup.
4429 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4431         * org.texi (Setting up the staging area): Document use of
4432         crypt password.
4434 2010-11-11  David Maus  <dmaus@ictsoc.de>
4436         * org.texi (Template expansion): Add date related link type escapes.
4438 2010-11-11  David Maus  <dmaus@ictsoc.de>
4440         * org.texi (Template expansion): Add mew in table for link type
4441         escapes.
4443 2010-11-11  David Maus  <dmaus@ictsoc.de>
4445         * org.texi (Template expansion): Fix typo in link type escapes.
4447 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
4449         * org.texi (Structure of code blocks): Another documentation tweak.
4451 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
4453         * org.texi (Structure of code blocks): Documentation tweak.
4455 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
4457         * org.texi (Structure of code blocks):
4458         Update documentation to mention inline code block syntax.
4460 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
4462         * org.texi (comments): Improve wording.
4464 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
4466         * org.texi (comments): Document the new :comments header arguments.
4468 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4470         * org.texi (Installation): Remove the special
4471         installation instructions for XEmacs.
4473 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
4475         * org.texi (Easy Templates): New section.  Documents quick
4476         insertion of empty structural elements.
4478 2010-11-11  Noorul Islam  <noorul@noorul.com>
4480         * org.texi: Fix doc.
4482 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
4484         * org.texi (The date/time prompt): Document specification
4485         of time ranges.
4487 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4489         * org.texi (Internal links): Document the changes in
4490         internal links.
4492 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4494         * org.texi (Agenda commands): Document the limitation for
4495         the filter preset - it can only be used for an entire agenda
4496         view, not in an individual block in a block agenda.
4498 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
4500         * org.texi (iCalendar export): Document alarm creation.
4502 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
4504         * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
4506 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
4510 2010-11-09  Jay Belanger  <jay.p.belanger@gmail.com>
4512         * calc.texi: Use emacsver.texi to determine Emacs version.
4514 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
4517         since that works by default.
4519 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4521         * gnus.texi (Customizing the IMAP Connection): Document
4522         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
4524 2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
4526         * tramp.texi (Remote shell setup): New item "Interactive shell
4527         prompt".  Reported by Christian Millour <cm@abtela.com>.
4528         (Remote shell setup, Remote processes): Use @code{} for
4529         environment variables.
4531 2010-11-03  Glenn Morris  <rgm@gnu.org>
4533         * ediff.texi (Quick Help Commands, Miscellaneous):
4534         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
4536 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
4540 2010-10-31  Glenn Morris  <rgm@gnu.org>
4542         * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
4544 2010-10-31  Glenn Morris  <rgm@gnu.org>
4546         * cc-mode.texi: Remove reference to defunct viewcvs URL.
4548 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4550         * gnus.texi (Client-Side IMAP Splitting):
4551         Mention nnimap-unsplittable-articles.
4553 2010-10-29  Julien Danjou  <julien@danjou.info>
4555         * gnus.texi (Finding the News): Remove references to obsoletes
4556         variables `gnus-nntp-server' and `gnus-secondary-servers'.
4558 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
4560         * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
4561         (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
4562         ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
4563         ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
4565 2010-10-28  Glenn Morris  <rgm@gnu.org>
4567         * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
4568         (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
4569         ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
4571 2010-10-25  Daiki Ueno  <ueno@unixuser.org>
4573         * epa.texi (Mail-mode integration): Add alternative key bindings
4574         for epa-mail commands; escape comma.
4575         Don't use the word "PGP", since it is a non-free program.
4577 2010-10-24  Jay Belanger  <jay.p.belanger@gmail.com>
4579         * calc.texi: Use emacsver.texi to determine Emacs version.
4581 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
4583         * gnus.texi (Group Parameters, Buttons): Fix typos.
4585 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
4587         * gnus.texi (Subscription Commands): Mention that you can also
4588         subscribe to new groups via the Server buffer, which is probably more
4589         convenient when subscribing to many groups.
4591 2010-10-21  Julien Danjou  <julien@danjou.info>
4593         * message.texi (Message Headers): Allow message-default-headers to be a
4594         function.
4596 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4598         * gnus-news.texi: Mention new archive defaults.
4600 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4602         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
4604 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4606         * gnus.texi (HTML): Document the function value of
4607         gnus-blocked-images.
4608         (Article Washing): shr and gnus-w3m, not the direct function names.
4610 2010-10-20  Julien Danjou  <julien@danjou.info>
4612         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
4613         variable.
4615 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4617         * gnus.texi (Customizing the IMAP Connection): The port strings are
4618         strings.
4619         (Document Groups): Mention git.
4621 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4623         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
4624         bzr/Gnus git sync.
4626 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
4628         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
4629         change.
4631 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
4634         @item syntax for in-Emacs makeinfo.
4636 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
4638         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
4639         trim sentence.
4641 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
4643         * epa.texi (Caching Passphrases):
4644         * auth.texi (GnuPG and EasyPG Assistant Configuration):
4645         Clarify some configurations require to set up gpg-agent.
4647 2010-10-11  Glenn Morris  <rgm@gnu.org>
4649         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
4651 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653         * gnus.texi (Spam Package Introduction): Mention `$'.
4655 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
4657         * makefile.w32-in (emacsdir): New variable.
4658         ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
4659         (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
4661 2010-10-09  Glenn Morris  <rgm@gnu.org>
4663         * Makefile.in (mostlyclean): Delete *.toc.
4665         * Makefile.in: Use $< in rules.
4667         * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
4669         * Makefile.in ($(infodir)): Delete rule.
4670         (mkinfodir): New.  Use it in all the info rules, rather than depending
4671         on infodir.
4673 2010-10-09  Glenn Morris  <rgm@gnu.org>
4675         * gnus.texi (Article Washing): Fix previous change.
4677         * Makefile.in (emacsdir): New variable.
4678         ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
4679         Depend on emacsver.texi.
4681         * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
4683         * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
4685 2010-10-08  Julien Danjou  <julien@danjou.info>
4687         * gnus.texi: Add mm-shr.
4689 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
4691         * gnus.texi (Finding the Parent, The Gnus Registry)
4692         (Registry Article Refer Method): Update docs for nnregistry.el.
4694 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
4696         * auth.texi (Help for users)
4697         (GnuPG and EasyPG Assistant Configuration): Update docs.
4699 2010-10-08  Glenn Morris  <rgm@gnu.org>
4701         * cl.texi (Organization, Installation, Old CL Compatibility):
4702         Deprecate cl-compat for new code.
4703         (Usage, Installation): Remove outdated information.
4705         * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
4707 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4709         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
4711 2010-10-06  Julien Danjou  <julien@danjou.info>
4713         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
4715         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
4716         broken link.
4718         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
4720         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
4721         to ReiserFS.
4723         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
4724         (FAQ 7-1): Fix getmail URL.
4726 2010-10-06  Daiki Ueno  <ueno@unixuser.org>
4728         * epa.texi (Caching Passphrases): New section.
4730 2010-10-06  Glenn Morris  <rgm@gnu.org>
4732         * Makefile.in (SHELL): Set it.
4733         (info): Move the mkdir dependency to the individual info files.
4734         (mostlyclean): Tidy up.
4735         (clean): Only delete the specific dvi and pdf files.
4736         (maintainer-clean): Be more restrictive in what we delete.
4737         ($(infodir)): Add parallel build workaround.
4739 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4741         * gnus.texi (Misc Article): Document gnus-widen-article-window.
4743 2010-10-03  Julien Danjou  <julien@danjou.info>
4745         * emacs-mime.texi (Display Customization):
4746         Update mm-inline-large-images documentation and add documentation for
4747         mm-inline-large-images-proportion.
4749 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
4751         * tramp.texi (Frequently Asked Questions):
4752         Mention remote-file-name-inhibit-cache.
4754 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4756         * gnus.texi (Splitting Mail): Fix @xref syntax.
4757         (Splitting Mail): Really fix the @ref syntax.
4759 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4761         * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
4762         (Article Hiding): Add google banner example.
4763         Suggested by Benjamin Xu.
4765 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4767         * gnus.texi (Spam Package Configuration Examples, SpamOracle):
4768         Remove nnimap-split-rule from examples.
4770 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
4773         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
4774         Fishman.
4775         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
4777 2010-09-30  Julien Danjou  <julien@danjou.info>
4779         * gnus.texi (Gravatars): Fix documentation about
4780         gnu-gravatar-properties.
4782 2010-09-29  Daiki Ueno  <ueno@unixuser.org>
4784         * epa.texi (Bug Reports): New section.
4786 2010-09-29  Glenn Morris  <rgm@gnu.org>
4788         * Makefile.in (top_srcdir): Remove unused variable.
4790 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4792         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
4793         (Client-Side IMAP Splitting): Document 'default.
4795 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4797         * gnus.texi (Customizing the IMAP Connection):
4798         Document nnimap-fetch-partial-articles.
4800 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802         * gnus-news.texi: Mention nnimap-inbox.
4804         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
4806 2010-09-26  Julien Danjou  <julien@danjou.info>
4808         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
4810 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812         * gnus.texi (Security): Remove gpg.el mention.
4814 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4816         * gnus.texi (Browse Foreign Server): New variable
4817         gnus-browse-subscribe-newsgroup-method.
4819         * gnus-news.texi: Mention it.
4821 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4823         * gnus.texi (NoCeM): Remove.
4824         (Startup Variables): No jingle.
4826 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
4828         * woman.texi (Interface Options): xz compression is now supported.
4830 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
4833         (Unavailable Servers): Document gnus-server-copy-server.
4834         (Using IMAP): Document the new nnimap.
4836 2010-09-25  Julien Danjou  <julien@danjou.info>
4838         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
4840 2010-09-24  Glenn Morris  <rgm@gnu.org>
4842         * url.texi (Disk Caching): Tweak previous change.
4844 2010-09-24  Julien Danjou  <julien@danjou.info>
4846         * url.texi (Disk Caching): Mention url-cache-expire-time,
4847         url-cache-expired, and url-fetch-from-cache.
4849 2010-09-24  Julien Danjou  <julien@danjou.info>
4851         * gnus.texi: Add Gravatars.
4853 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
4857 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4859         * gnus.texi (Expunging mailboxes): Update name of the expunging
4860         command.
4862 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4864         * emacs-mime.texi (rfc2047): Update description for
4865         rfc2047-encode-parameter.
4867 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
4869         * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
4870         "fish" methods.
4871         (External methods): Remove "scp1_old" and "scp2_old" methods.
4873 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
4875         * tramp.texi: Remove Japanese manual.  Fix typo.
4877         * trampver.texi: Update release number.  Remove japanesemanual.
4879 2010-09-09  Glenn Morris  <rgm@gnu.org>
4881         * org.texi: Restore clobbered changes (copyright years, untabify).
4883 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
4885         * gnus.texi (Adaptive Scoring): Fix typo.
4887 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4889         * gnus.texi (Article Display): Document gnus-html-show-images.
4891 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
4893         * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
4895 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897         * gnus.texi (HTML): Document gnus-max-image-proportion.
4899 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4901         * gnus.texi (HTML): Document gnus-blocked-images.
4903         * message.texi (Wide Reply): Document message-prune-recipient-rules.
4905 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4907         * gnus.texi (Summary Mail Commands): Note that only the addresses from
4908         the first message are used for wide replies.
4909         (Changing Servers): Remove documentation on gnus-change-server and
4910         friends, since it's been removed.
4912 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4914         * gnus.texi (Drafts): Mention B DEL.
4916 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
4918         * gnus.texi (Delayed Articles): Mention that the Date header is the
4919         original one, even if you delay.
4921 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923         * gnus.texi (Asynchronous Fetching):
4924         Document gnus-async-post-fetch-function.
4925         (HTML): Made into its own section.
4927 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
4929         Sync with Tramp 2.1.19.
4931         * tramp.texi (Inline methods, Default Method):
4932         Mention `tramp-inline-compress-start-size'.  Remove "kludgy" phrase.
4933         Remove remark about doubled "-t" argument.
4934         (Auto-save and Backup): Remove reference to Emacs 21.
4935         (Filename Syntax): Describe port numbers.
4936         (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
4937         supported MS Windows versions.  Remove obsolete URL.  Recommend "sshx"
4938         and "scpx" for echoing shells.  Use the $() syntax, texi2dvi reports
4939         errors with the backquotes.
4940         (External packages): File attributes cache flushing for asynchronous
4941         processes.
4942         (Traces and Profiles): Describe verbose level 9.
4944         * trampver.texi: Update release number.
4946 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
4948         * dbus.texi (Alternative Buses): New chapter.
4950 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4952         * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
4954 2010-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
4956         * calc.texi (Customizing Calc): Rearrange description of new
4957         variables to match the presentation of other variables.
4959 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4961         * org.texi (Footnotes, Tables in HTML export): Fix typos.
4963 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
4965         * calc.texi (Making Selections, Selecting Subformulas)
4966         (Customizing Calc): Mention how to use faces to emphasize selected
4967         sub-formulas.
4969 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
4971         * tramp.texi (External packages): File attributes cache flushing
4972         for asynchronous processes.
4974 2010-08-01  Alan Mackenzie  <acm@muc.de>
4976         Enhance the manual for the latest Java Mode.
4978         * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
4979         annotation-var-cont.
4980         (Java Symbols): Page renamed from Anonymous Class Symbol.  Document the
4981         two new symbols.
4983 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
4985         * tramp.texi (Traces and Profiles): Describe verbose level 9.
4987 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
4989         * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
4991 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
4993         * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
4995 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
4997         * org.texi: Add macros to get plain quotes in PDF output.
4998         List additional contributors.
4999         (Capture): New section, replaces the section about remember.
5000         (Working With Source Code): New chapter, focused on documenting Org
5001         Babel.
5002         (Code evaluation security): New section.
5003         (MobileOrg): Document DropBox support.
5004         (TaskJuggler export): Document taskjuggler and Gantt chart support.
5005         (Special symbols): Show how to display UTF8 characters for entities.
5006         (Global TODO list): Clarify the use of the "M" key and the differences
5007         to the "m" key.
5008         (RSS Feeds): Mention Atom feeds as well.
5009         (Setting tags): Remove paragraph about
5010         `org-complete-tags-always-offer-all-agenda-tags'.
5012 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
5014         * tramp.texi (Inline methods): Remove remark about doubled "-t"
5015         argument.
5016         (Frequently Asked Questions): Recommend "sshx" and "scpx" for
5017         echoing shells.
5019 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
5021         * tramp.texi (Inline methods): Remove "kludgy" phrase.
5022         (Filename Syntax): Describe port numbers.
5024 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
5026         * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
5027         forgotten.
5028         (Type Conversion): Precise conversion of natural numbers.
5029         (Errors and Events): Add "debugging" to concept index.  Add variable
5030         `dbus-debug'.
5032 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
5034         * dbus.texi (Receiving Method Calls): Add optional argument
5035         EMITS-SIGNAL to `dbus-register-property'.
5037 2010-06-27  Alex Schroeder  <alex@gnu.org>
5039         * nxml-mode.texi (Commands for locating a schema): Fix typo.
5041 2010-06-24  Glenn Morris  <rgm@gnu.org>
5043         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
5044         * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
5045         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
5046         * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
5047         * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
5048         * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
5049         * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
5050         * woman.texi: Start direntry descriptions in column 32, per Texinfo
5051         convention.   Make them end with a period.
5053 2010-06-23  Glenn Morris  <rgm@gnu.org>
5055         * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
5056         * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
5057         * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
5058         * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
5059         * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
5060         * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
5062 2010-06-10  Glenn Morris  <rgm@gnu.org>
5064         * idlwave.texi (Load-Path Shadows):
5065         * org.texi (Handling links): Fix typos.
5067 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
5069         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
5071 2010-05-26  Michael Albinus  <michael.albinus@gmx.de>
5073         * eshell.texi (Built-ins): Describe, how to disable a built-in command
5074         by an alias.  (Bug#6226)
5076 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
5078         * calc.texi (Manipulating Vectors): Mention that vectors can
5079         be used to determine bins for `calc-histogram'.
5081 2010-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
5083         * calc.texi: Remove "\turnoffactive" commands throughout.
5085 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
5087         * url.texi (HTTP language/coding, Customization):
5088         * message.texi (Header Commands, Responses):
5089         * cl.texi (Argument Lists): Fix typos.
5091 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
5093         * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
5094         Note that Development menu is always available.
5095         (Creating a project): Fix terminology.
5096         (Add/Remove files): Fix typo.
5098 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
5100         * Version 23.2 released.
5102 2010-05-01  Daniel E. Doherty  <ddoherty03@gmail.com>  (tiny change)
5104         * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
5106 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
5108         * tramp.texi (Inline methods, Default Method):
5109         Mention `tramp-inline-compress-start-size'.
5111 2010-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5113         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
5114         the CVS repo.  Put the Git repo in the news section.
5116         * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
5117         Removed some mentions of CVS.  Mention the new Git repo.
5119 2010-04-18  Andreas Seltenreich  <seltenreich@gmx.de>
5121         * gnus.texi (Score File Format): Fix typo.  Reported by Štěpán Němec.
5122         (Mail Group Commands): Add index entry.
5124 2010-04-18  Glenn Morris  <rgm@gnu.org>
5126         * info.texi (Search Index): Mention Emacs's Info-virtual-index.
5128 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
5130         * calc.texi (Radix modes): Mention that the option prefix will
5131         turn on twos-complement mode.
5132         (Inverse and Hyperbolic Flags): Mention the Option flag.
5134 2010-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
5136         * org.texi (LaTeX and PDF export): Add a footnote about xetex.
5137         (LaTeX/PDF export commands): Rename and Move section.
5138         (Sectioning structure): Update.
5139         (References): New use case for field coordinates.
5140         (The export dispatcher): Rename from ASCII export.
5141         (Setting up the staging area): Document the availability of
5142         encryption for MobileOrg.
5143         (Images and tables): Document how to reference labels.
5144         (Index entries): New section.
5145         (Generating an index): New section.
5146         (Column width and alignment): Document that <N> now
5147         means a fixed width, not a maximum width.
5148         (Publishing options): Document the :email option.
5149         (Beamer class export): Fix bug in the BEAMER example.
5150         (Refiling notes): Document refile logging.
5151         (In-buffer settings): Document refile logging keywords.
5152         (Drawers): Document `C-c C-z' command.
5153         (Agenda commands): Mention the alternative key `C-c C-z'.
5154         (Special properties): Document the BLOCKED property.
5155         (The spreadsheet): Mention the formula editor.
5156         (References): Document field coordinates.
5157         (Publishing action): Correct the documentation for the
5158         publishing function.
5159         (The date/time prompt): Document that we accept dates
5160         like month/day/year.
5161         (Cooperation): Document the changes in table.el support.
5162         (Faces for TODO keywords, Faces for TODO keywords)
5163         (Priorities): Document the easy colors.
5164         (Visibility cycling): Document the new double prefix
5165         arg for `org-reveal'.
5166         (Cooperation): Remember.el is part of Emacs.
5167         (Clean view): Mention that `wrap-prefix' is also set by
5168         org-indent-mode.
5169         (Agenda commands): Add information about prefix args to
5170         scheduling and deadline commands.
5171         (Search view): Point to the docstring of
5172         `org-search-view' for more details.
5173         (Agenda commands): Document that `>' prompts for a date.
5174         (Setting tags): Document variable
5175         org-complete-tags-always-offer-all-agenda-tags.
5176         (Column attributes): Cross-reference special properties.
5178 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5180         Synchronize with Tramp repository.
5182         * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
5183         (Frequently Asked Questions): Adapt supported (X)Emacs versions.
5184         Adapt supported MS Windows versions.  Remove obsolete URL.  Use the $()
5185         syntax, texi2dvi reports errors with the backquotes.
5187         * trampver.texi: Update release number.
5189 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
5191         * gnus.texi (Finding the News): Add pointers to the Server buffer
5192         because it's essential.
5194 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5196         * gnus.texi (MIME Commands): Update description of
5197         gnus-article-browse-html-article.
5199 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5201         * auth.texi (Secret Service API): Add TODO node.
5202         (Help for users): Explain the new source options for `auth-sources'.
5204 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
5206         * trampver.texi: Update release number.
5208 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
5210         * Branch for 23.2.
5212 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
5214         * faq.texi (Escape sequences in shell output): Note that ansi-color is
5215         now enabled by default.
5217 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
5219         * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
5220         when Emacs runs in interactive mode.  (Bug#5645)
5222 2010-02-16  Glenn Morris  <rgm@gnu.org>
5224         * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
5226 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
5228         * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
5230 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5232         * gnus.texi (Score File Format): Fix typo.
5234 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
5236         * cc-mode.texi: Replace references to obsolete c-subword-mode.
5238 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
5240         * ada-mode.texi (Project File Overview): Fix typo.
5242 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5244         * semantic.texi: Add Richard Y. Kim credit.
5246         * eieio.texi (Making New Objects): Fix typo (Bug#5406).
5248 2010-01-17  Michael Albinus  <michael.albinus@gmx.de>
5250         * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
5251         SXEmacs 22 to the supported systems.  New item for hung ssh sessions.
5253 2010-01-17  Glenn Morris  <rgm@gnu.org>
5255         * calc.texi (Reporting Bugs): Don't mention format of repository.
5257         * woman.texi (Bugs): Make "Emacs repository" less specific,
5258         and the URL for same more specific.
5260         * faq.texi (Latest version of Emacs): The repository is now Bazaar.
5262 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5264         * ede.texi (ede-step-project, ede-proj-target):
5265         * tramp.texi (Remote processes): Fix typos.
5267 2010-01-16  Mario Lang  <mlang@delysid.org>
5269         * ede.texi (ede-target):
5270         * org.texi (Refiling notes): Remove duplicated words.
5272 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5274         * gnus.texi (Posting Styles): Use with-current-buffer.
5275         * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
5277 2010-01-02  Kevin Ryde  <user42@zip.com.au>
5279         * eieio.texi (Naming Conventions): Correction to xref on elisp
5280         coding conventions, is "Tips" node not "Standards".
5282 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
5284         * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
5286         * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
5288 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5290         * gnus.texi (Direct Functions): Add missing port number to tls method.
5292 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
5294         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
5295         ($(infodir)/edt, edt.dvi): New targets.
5297 2009-12-15  Glenn Morris  <rgm@gnu.org>
5299         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
5300         (edt, $(infodir)/edt, edt.dvi): New targets.
5301         * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
5303         * Makefile.in (PDF_TARGETS, pdf): New.
5304         (clean): Add *.pdf.
5305         Add pdf rules for all manuals.
5307 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
5309         * calc.texi (Radix Modes): Clarify two's complement notation.
5311 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5313         * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
5314         (Smart Jump, Analyzer Debug): Copyedits.
5315         (Semantic mode user commands): Link to new nodes.
5316         (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
5317         (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
5318         upstream Semantic manual.
5320         * semantic.texi (Introduction): Minor fix to diagram.
5322 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
5324         * eshell.texi (History): Add the other built-in variables.
5325         (Built-ins): Explain built-ins, and how to apply the external commands.
5326         Add `history', `su' and `sudo'.
5328         * tramp.texi (Remote processes): Add missing <RET> in the example.
5330 2009-12-01  Bill Wohler  <wohler@newt.com>
5332         * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
5333         path for mairix example.  Specify -q in namazu example since namazu is
5334         excessively garrulous.
5336 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
5338         * tramp.texi (Remote processes): Improve eshell example with "su"
5339         and "sudo" commands.
5341 2009-11-28  Chong Yidong  <cyd@stupidchicken.com>
5343         * semantic.texi (Analyzer Internals): Rename from Analyzer.
5345         * sem-user.texi (Semantic mode user commands): Fix key syntax.
5346         Document semantic-complete-analyze-inline.
5347         (Semanticdb search debugging commands): Minor clarification.
5348         (Analyzer, Smart Completion, Smart Summary, Smart Jump)
5349         (Analyzer Debug): New nodes, adapted from the upstream Semantic user
5350         manual.
5351         (Semantic mode): Link to Idle Scheduler.
5353 2009-11-28  Kevin Ryde  <user42@zip.com.au>
5355         * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
5356         @pxref, now EIEIO is in Emacs.
5358         * erc.texi (Development): Correction to git tutorial url.
5360 2009-11-26  Glenn Morris  <rgm@gnu.org>
5362         * faq.texi (Latest version of Emacs): Mention stability of development
5363         version.
5364         (Problems with very large files): Max buffer size increase in 23.2.
5365         (VM): VM has moved house again.
5367 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
5369         * calc.texi (Radix modes): Discuss alternate bases for two's complement
5370         notations.
5372 2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>
5374         * org.texi (Column attributes): Fix documentation of new operators.
5376 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
5378         * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
5379         (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
5380         (Idle Completions Mode): Numerous copyedits.
5382 2009-11-17  Juanma Barranquero  <lekktu@gmail.com>
5384         * semantic.texi (Semantic Internals, Glossary):
5385         * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
5386         (Semanticdb search debugging commands): Fix typos.
5388 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5390         * calc.texi (Radix modes): Mention twos-complement notation.
5392 2009-11-16  Juanma Barranquero  <lekktu@gmail.com>
5394         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
5395         ($(infodir)/semantic, semantic.dvi): New targets.
5397 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
5399         * Makefile.in: Build the Semantic manual.
5401         * semantic.texi, sem-user.texi: New files, adapted from the Semantic
5402         repository.
5404 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5406         * dbus.texi (Receiving Method Calls): New defun
5407         `dbus-unregister-service'.
5409 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
5411         * org.texi (Speed keys): New section.
5413 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
5415         * dbus.texi (Type Conversion): Fix typo.
5416         (Asynchronous Methods): Rename `dbus-registered-functions-table' to
5417         `dbus-registered-objects-table'.
5418         (Receiving Method Calls): New defun `dbus-register-property'.
5419         Move `dbus-unregister-object' here.
5421 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5423         * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
5425 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
5427         * org.texi (Column attributes): Add the new age summary operators.
5428         Also, mention the fact you can only use one summary operator per
5429         property.
5431 2009-11-13  John Wiegley  <johnw@newartisans.com>
5433         * org.texi (Tracking your habits): Add a new section in the
5434         manual about how to track habits.
5435         (Resolving idle time): Add a section on how idle and
5436         dangling clocks are resolved.
5438 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5440         * org.texi (Agenda commands): Document the new `i' command.
5441         (Inserting deadline/schedule): Document logging changes
5442         of scheduling and deadline times stamps.
5443         (In-buffer settings): Document the in-buffer keywords for logging
5444         changes of scheduling and deadline times stamps.
5445         (Structure editing, Plain lists): Document indentation
5446         cycling in empty entries with TAB.
5447         (Archiving): Document the default archiving command.
5448         (Moving subtrees): Document the new keys for archiving.
5449         (Internal archiving): Fix incorrect key.
5450         (Agenda commands): Document the TODO set switching commands.
5451         (Agenda commands): Document the new archiving keys.
5452         (Clocking work time): Better description on how to save
5453         and restore a clock.
5454         (Resolving idle time): Mention the x11idle program to get true
5455         idleness also under X11.
5456         (Resolving idle time): Use @kbd instead of @key for normal
5457         letters, because this is how he rest of the manual does this.
5458         (Pushing to MobileOrg): Mention that `org-directory'
5459         should be set.
5460         (Agenda commands): Document that SPC is a filter for
5461         any tag.
5462         (Search view): Rename from "Keyword search".
5463         (Capure): New chapter.
5464         (Markup): New chapter.
5465         (Links in HTML export, Images in HTML export):
5466         Extend the section titles.
5467         (Images in HTML export): Document the align option.
5468         (Text areas in HTML export): Extend the section title.
5469         (Images in LaTeX export): Explain image placement in LaTeX.
5471 2009-11-10  Glenn Morris  <rgm@gnu.org>
5473         * sc.texi (Hints to MUA Authors): MUA should do any decoding.
5475 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
5477         * tramp.texi (Auto-save and Backup): Disable backups just for a
5478         method.
5480         * trampver.texi: Update release number.
5482 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
5484         Sync with Tramp 2.1.17.
5486         * trampver.texi: Update release number.
5488 2009-10-29  Glenn Morris  <rgm@gnu.org>
5490         * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
5492 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5494         * tramp.texi (External methods): Temporary files are kept for
5495         `rsync' and `rsyncc' methods.
5497 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
5499         * eieio.texi: Fix typos.
5501 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
5503         * cl.texi (Argument Lists): Clarify explicit keyword arguments.
5505 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
5507         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
5508         ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
5510 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
5512         * Makefile.in: Build EIEIO and EDE manuals.
5514 2009-10-07  Eric Ludlam  <zappo@gnu.org>
5516         * eieio.texi:
5517         * ede.texi: New files.
5519 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
5521         * tramp.texi (Remote processes): Association of a pty is not supported.
5523 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
5525         * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
5526         (Processing LaTeX fragments): Document that the size of images can be
5527         changes using the variable `org-format-latex-options'.
5528         (The date/time prompt, Timestamps): Be more accurate over ISO format
5529         dates and times.
5530         (Visibility cycling): Document showeverything keyword.
5531         (In-buffer settings): Document showeverything keyword.
5532         (Setting up the staging area): Fix the example.
5533         (MobileOrg): New section.
5534         (Agenda commands, Exporting Agenda Views): Document exporting the
5535         agenda view to Org files.
5537 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
5539         * tramp.texi (History): Add IMAP support.
5540         (External methods): Add `imap' and `imaps' methods.
5541         (GVFS based methods): Add indices for `davs'.
5542         (Password handling): Rename anchors.  Add IMAP entries for
5543         ~/.authinfo.gpg.
5545         * trampver.texi: Set default value of `emacsimap'.
5547 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5549         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
5551 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5553         * dired-x.texi (Technical Details):
5554         Delete dired-up-directory (Bug#4292).
5556 2009-09-03  Michael Albinus  <michael.albinus@gmx.de>
5558         * tramp.texi (Frequently Asked Questions): New item for emacsclient.
5560 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
5562         * org.texi (Effort estimates): Document new effort setting commands.
5563         (Agenda commands): Document the new keys fro agenda time motion.
5564         Document entry text mode.  Improve documentation of the keys to include
5565         inactive time stamps into the agenda view.
5566         (Feedback): Document the new bug report command.
5567         (Structure editing): Add an index entry for the sorting of subtrees.
5569 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
5571         * auth.texi (Help for users): Corrected markup.
5573 2009-09-02  Glenn Morris  <rgm@gnu.org>
5575         * emacs-mime.texi (time-date): Mention float-time.
5577 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
5579         * calc.texi (Simplifying Formulas): Improve the wording.
5581 2009-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
5583         * auth.texi: Rewritten for coverage and clarity.
5585 2009-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5587         * gnus.texi (Expiring Mail):
5588         Mention gnus-mark-copied-or-moved-articles-as-expirable.
5589         (Various Various): Mention gnus-safe-html-newsgroups.
5591         * gnus-news.texi: Mention
5592         gnus-mark-copied-or-moved-articles-as-expirable.
5594         * emacs-mime.texi (Display Customization): Add xref to
5595         gnus-safe-html-newsgroups.
5597 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
5599         * tramp.texi (Version Control): Remove.
5600         (Obtaining Tramp): Update cvs checkout command.  Remove nightly tarballs
5601         reference.
5602         (External methods): Correct `scpc' concept index entries.  New method
5603         `rsyncc'.
5604         (External packages): New subsections "Filename completion" and "File
5605         attributes cache".
5607 2009-08-27  Jay Belanger  <jay.p.belanger@gmail.com>
5609         * calc.texi (Rewrite Rules): Improve the example.
5610         (Simplifying Formulas): Explain use of the I and H flags for
5611         simplification.
5613 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
5615         * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
5616         Describe autostart behavior of dbus-ping.
5617         (Synchronous Methods, Asynchronous Methods): Use English numeric format
5618         for timeout values.
5619         (Top): Remove footnote saying D-Bus is not enabled by
5620         default.  (Bug#4256)
5622 2009-08-23  Daiki Ueno  <ueno@unixuser.org>
5624         * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
5625         Reported by Jari Aalto (Bug#4211).
5626         (Mail-mode integration): Mention epa-mail-mode and
5627         epa-global-mail-mode.
5628         (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
5629         epa-setup.
5631 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
5633         * dbus.texi (Asynchronous Methods): Allow nil handler.
5635 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
5637         * ediff.texi (ediff-current-file): Add information about this new function.
5639         * viper.texi: Add information about C-s in viper's search command.
5641 2009-08-09  Colin Williams  <lackita@gmail.com>  (tiny change)
5643         * calc.texi (Date Forms): Fix typos.
5645 2009-08-08  Glenn Morris  <rgm@gnu.org>
5647         * org.texi (Agenda commands): Restore clobbered change.
5649 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
5651         * calc.texi (Graphics, Devices): Update with the peculiarities of
5652         operation on MS-Windows.
5654 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
5656         * org.texi (Publishing action): Improve documentation of file
5657         names when publishing to the source directory.
5658         (Clean view): Document `org-indent-mode'.
5659         (Clocking work time): Add documentation for the
5660         new :timetamp option when creating a clock report.
5661         (Paragraphs): Fix many typos.
5662         (Plain lists): Remove duplicate explanation about the
5663         `C-c *' command.
5664         (Literal examples): Update to reflect the new behavior
5665         of the -n -r -k switches when exporting source code examples.
5666         (Structure editing): Add information about `C-c *',
5667         converting a plain list into a list of Org items.
5668         (Remember): Small rephrasing of the paragraph
5669         describing remember.el.  Also mentioned that remember.el is part
5670         of Emacs 23, not Emacs 22.
5671         (Clocking work time): Add documentation about
5672         displaying the current clocking time against the effort estimate.
5673         Also add a footnote about using `org-clock-in-prepare-hook' to add
5674         an effort estimate on the fly, just before clocking it.
5675         (Footnotes): Document automatic renumbering and
5676         sorting.
5677         (Agenda commands): Document new bulk commands.
5678         (Plain lists): Document new behavior of
5679         `org-cycle-include-plain-lists'.
5680         Hyphenation only in TeX.
5681         (Clocking work time): Document the key to update effort
5682         estimates.
5683         (Clocking work time): Document the clock time display.
5684         (Structure editing, TODO basics): Document new
5685         variables.
5686         (Column attributes): Document new colciew operators.
5687         (Publishing options): Document :xml-declaration.
5688         (Tracking TODO state changes): Document the
5689         LOG_INTO_DRAWER property.
5690         (Literal examples): Document the new implementation for
5691         editing source code.
5692         (Publishing action): Mention the new publishing
5693         function, to publish an Org source file.
5694         (Publishing links): Mention how to link to an Org source file.
5695         (Macro replacement): Document new macros.
5696         (Handling links): Document type-specific completion
5697         when inserting links.
5698         (Structure editing, Plain lists): Improve documentation
5699         on sorting.
5700         (Internal links): Document custom ids for links.
5701         (Handling links): Document custom ids for links.
5702         (CSS support): Document new class.
5703         (Refiling notes): Document the possibility to create new nodes
5704         during refiling.
5705         (Agenda commands): Document the "?" operator to find
5706         tasks without effort setting.
5707         (Exporting agenda information): Section moved.
5708         (RSS Feeds): New section.
5709         (Built-in table editor): Document M-e and M-a navigate
5710         inside table field.
5711         (Stuck projects): Docment that projects identified as
5712         un-stuck will still be searchd for stuck sub-projects.
5713         (Paragraphs): Document centering.
5714         (Creating timestamps, Agenda commands): Document new
5715         behavior when changing time stamps.
5716         (Structure editing): Document the new command
5717         `org-clone-subtree-with-time-shift'.
5718         (Publishing): Refresh this chapter.
5719         (Export options, Export options, In-buffer settings):
5720         Document the new keywords.
5721         (Matching tags and properties): Collect all
5722         documentation about tags/property matches here.
5723         (Setting tags): Document `org-tag-persistent-alist'.
5724         (Weekly/daily agenda): New section.
5725         (Orgstruct mode): Describe `orgstruct++-mode'.
5726         (Drawers): Mention the LOGBOOK drawer.
5727         (Export options, Sectioning structure): Document the
5728         #+LEATEX_HEADER in-buffer setting.
5729         (Bugs): Section removed.
5730         (Hooks): New section.
5731         (Add-on packages): Move here from old location.
5732         (Context-sensitive commands): New section.
5733         (Setting tags): Document newline option.
5734         (Global TODO list, Matching tags and properties):
5735         Mention more variables.
5736         (Checkboxes): Update to changed command behavior.
5738 2009-08-02  Eric Yu  <sucode@gmail.com>  (tiny change)
5740         * speedbar.texi (Basic Key Bindings): Fix typo.
5742 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
5744         * calc.texi (Vector/Matrix Functions): Add index entries for both
5745         "v" and "V" key bindings.  Mention that `calc-matrix-brackets' only
5746         affects matrices with more than one row.
5747         (Help Commands): Add index entries for "prefix ?" key bindings.
5749 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
5751         * calc.texi (Stack Manipulation Commands): Add documentation for
5752         `calc-transpose-lines'.
5754 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
5756         * dbus.texi (Receiving Method Calls): Describe special return value
5757         `:ignore'.
5759 2009-07-24  Alan Mackenzie  <acm@muc.de>
5761         * cc-mode.texi (Config Basics, File Styles): Document that at mode
5762         initialization, any individual variable setting now takes precedence
5763         over one done via c-file-style/c-file-offsets.
5765 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
5767         * calc.texi (Undoing Mistakes): Mention that the undo list will be
5768         truncated when Calc is quit.
5769         (Customizing Calc): Document `calc-undo-length'.
5771 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
5773         * calc.texi (About This Manual): Don't mention chapter numbers in text.
5775 2009-07-11  Kevin Ryde  <user42@zip.com.au>
5777         * pcl-cvs.texi (About PCL-CVS):
5778         * widget.texi (Basic Types):
5779         Fix cross-references.
5781 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
5783         * dbus.texi (Type Conversion): Don't use literal control character.
5785 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
5787         * tramp.texi (GVFS based methods): New section.
5788         (Remote processes): Processes for GVFS based methods run locally.
5790 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
5792         * tramp.texi (Inline methods, External methods, Gateway methods):
5793         Avoid the words "kludge" and hack".
5794         (External methods): Add `synce' method.
5796         * trampver.texi: Update release number.
5798 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
5800         Sync with Tramp 2.1.16.
5802         * tramp.texi (History): Add GVFS support.
5803         (External methods): Precise `rsync' description.  Add `dav', `davs' and
5804         `obex' methods.  Add 'tramp-gvfs-methods' option.
5805         (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
5806         forms.
5807         (Remote Programs): Introduce `tramp-own-remote-path'.
5808         (Remote processes): New subsection "Running remote programs that create
5809         local X11 windows".
5810         (Frequently Asked Questions): Improve code for disabling vc.
5812         * trampver.texi: Update release number.  Set default value of
5813         `emacsgvfs'.
5815 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
5817         * Branch for 23.1.
5819 2009-06-17  Glenn Morris  <rgm@gnu.org>
5821         * faq.texi (Obtaining the FAQ): Add reference to Savannah.
5822         (Latest version of Emacs): Mention source code repository.
5824 2009-06-16  Glenn Morris  <rgm@gnu.org>
5826         * faq.texi (Top): Language tweak.
5827         (Extended commands): Most people have arrow keys.
5828         (Emacs manual): Say how to follow info links.
5829         (File-name conventions): Change title a bit.  Explain about source
5830         versus installed.  Condense etc description.
5831         (Guidelines for newsgroup postings): Mention Savannah list page.
5832         (Newsgroup archives): Simplify.
5833         (Contacting the FSF): Add contact URL.
5834         (Emacs Lisp documentation): Printed version not always available.
5835         (Installing Texinfo documentation): Explain how by hand installation is
5836         not normally needed.  Use add-to-list.  Remove duplicate reference.
5837         (Informational files for Emacs): Move info on Help menu here from
5838         "File-name conventions".
5839         (Help installing Emacs): Tweak uref.
5840         (Obtaining the FAQ): Mention repository.
5841         (Origin of the term Emacs): Explain "ITS".
5842         (Changing load-path): Use add-to-list.
5843         (Automatic indentation): Clarify this is for Text mode.
5844         Don't mention Indented Text mode.
5845         (Finding Emacs on the Internet): The FSF does not seem to offer a
5846         deluxe distribution on CD anymore.
5848 2009-06-16  Glenn Morris  <rgm@gnu.org>
5850         * faq.texi (Top): Mention which Emacs version this FAQ is about.
5851         Recommend the latest release.  Mention how to get older FAQs.
5852         Recommend the Emacs manual.
5853         (Guidelines for newsgroup postings): Discourage cross-posts.
5854         (Underlining paragraphs): Remove.
5855         (Editing MS-DOS files): Remove pre-Emacs 20 information.
5856         (Bugs and problems): Update key-binding.
5857         (Problems with very large files): Mention 64-bit.
5858         (Shell process exits abnormally): Remove.
5859         (Problems with Shell Mode): Rename and update.
5860         (Spontaneous entry into isearch-mode)
5861         (Problems talking to certain hosts): Remove.  This is old information,
5862         in etc/PROBLEMS if needed.
5863         (Emacs takes a long time to visit files, Updating Emacs): Remove.
5864         (Dired claims that no file is on this line): Update.
5865         (Installing Emacs, Problems building Emacs): Simplify.
5866         (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
5867         information.
5868         (Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
5869         (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
5870         (JDEE): "JDEE", not "JDE".
5871         (Handling C-s and C-q with flow control, Binding C-s and C-q):
5872         Remove.  This is old information, in etc/PROBLEMS if needed.
5873         (stty and Backspace key, Kanji and Chinese characters): Remove.
5874         (Right-to-left alphabets): Update section.
5875         (Changing the included text prefix): Gnus uses message-yank-prefix.
5876         Add cross-reference to Supercite manual.
5877         (Saving a copy of outgoing mail): Simplify output file description.
5878         (Expanding aliases when sending mail): Refer to Emacs manual.
5879         Remove old info about RFC822.
5880         Correct description of how to rebuild aliases.
5881         (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
5882         (MIME with Emacs mail packages)
5883         (Viewing articles with embedded underlining)
5884         (Saving a multi-part Gnus posting, Gnus hangs for a long time):
5885         Remove old sections.
5886         (Killing based on nonstandard headers): Remove.  Scoring is preferable,
5887         and is well-documented in the Gnus manual.
5888         (Reading news with Emacs): Merge "Learning more about Gnus" into here.
5889         (Making Gnus faster): Rename from "Starting Gnus faster".
5890         Merge "Catch-up is slow in Gnus" into here.
5892 2009-06-14  Glenn Morris  <rgm@gnu.org>
5894         * faq.texi (Status of Emacs): Re-order with most recent releases first.
5895         (New in Emacs 23): New section.
5896         (Handling C-s and C-q with flow control): Add xref.
5898 2009-06-13  Glenn Morris  <rgm@gnu.org>
5900         * faq.texi (Setting up a customization file): Grammar fix.
5901         Customize is no longer "new".
5902         (Displaying the current line or column): Line-number mode is on by
5903         default.  Don't mention `column' package.  Mention linum.el.
5904         (Turning on abbrevs by default): Explain how to do it for buffers,
5905         modes, and everywhere.
5906         (Associating modes with files): Use add-to-list.  Don't mention Emacs
5907         19.
5908         (Highlighting a region): On by default since 23.1.
5909         (Replacing highlighted text): Update doc quote.
5910         (Working with unprintable characters): Don't mention search-quote-char.
5911         (Using an already running Emacs process): Gnuclient is probably not an
5912         enhancement these days.
5913         (Indenting switch statements): Remove mention of pre-Emacs 20.
5914         (Horizontal scrolling): Abbreviate Emacs 20 description.
5915         (Replacing text across multiple files): Fix name of dired command.
5916         (Disabling backups): Use require not load.
5917         (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
5919 2009-06-13  Bill Wohler  <wohler@newt.com>
5921         Release MH-E manual version 8.2.
5923         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5924         release 8.2.
5926 2009-06-13  Glenn Morris  <rgm@gnu.org>
5928         * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
5929         in this day and age the common meaning is "on the web".
5930         (copying): Use @copyright in all cases.
5931         (Basic keys): Remove reference to deleted manual node "Text Characters".
5932         (File-name conventions): Use GNU as an example rather than SERVICE.
5933         default.el lives in site-lisp.  Update Info directory location.
5934         (Real meaning of copyleft): GPL actions have been brought, but all
5935         settled out of court.
5936         (Guidelines for newsgroup postings): Shorten section title.
5937         Simplify comp.emacs description.
5938         (Newsgroup archives): Change Google URL.  Describe Gmane.
5939         (Unsubscribing from Emacs lists): Remove discussion of "distribution
5940         points".  Mention List-Unsubscribe header.
5941         (Contacting the FSF): Update email and URLs.
5942         (Basic editing): Mention F1 for help.
5943         (Installing Texinfo documentation): Refer to Texinfo website rather
5944         than ftp server.
5945         (Printing a Texinfo file): Mention texi2pdf.
5946         (Informational files for Emacs): Don't describe FTP or SERVICE, they
5947         are just stubs nowadays.
5948         (Latest version of Emacs): Explain version numbers.
5949         (Spell-checkers, Checking TeX and *roff documents): Remove sections.
5950         (Turning on syntax highlighting): No need to mention hilit19 any more.
5951         (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
5952         (Modes for various languages): Remove section.
5953         (Major packages and programs): Remove most version and maintainer
5954         information - it's hard to keep up-to-date, and adds nothing.
5955         Similarly with direct links to mailing lists.
5956         (Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
5957         (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
5958         years, and Emacs comes with tools for this now.
5959         (Patch): Remove section - this is a standard tool.
5960         (Using function keys under X): Remove section.
5962 2009-06-12  Glenn Morris  <rgm@gnu.org>
5964         * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
5965         (Help installing Emacs): Remove reference to deleted X11 node.
5966         (Associating modes with files): Interpreter-mode-alist is no longer
5967         subservient to auto-mode-alist.
5968         (Installing Emacs): Change future Emacs version.
5969         (Linking with -lX11 fails): Remove old section.
5970         (Packages that do not come with Emacs): Update ELL location.
5971         Emacs Lisp archive is dead.
5972         (Emacs for Windows): Remove reference to old CE port.
5973         (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
5974         (Emacs for VMS and DECwindows): Remove old ports.
5975         (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
5976         (Removing flashing messages): Remove section about non-existent Gnus
5977         option.
5979         * faq.texi (Top): Add @top command.
5980         Remove the optional arguments from all @node commands: makeinfo can
5981         generate these automatically, and it is easier to edit and rearrange
5982         nodes without them.
5984 2009-06-11  Glenn Morris  <rgm@gnu.org>
5986         * faq.texi (Common acronyms): Remove no-longer-existing OSF.
5987         (The LPF): Make the updated URL the sole reference point.
5988         (Learning how to do something): Update refcard price and format.
5989         (Getting a printed manual): Sources in doc/emacs/, not man/.
5990         Also available in PDF format.  Since the page count varies, be less
5991         precise.
5992         (Informational files for Emacs): Remove references to deleted files
5993         LPF and SUN-SUPPORT, and to UUCP.
5994         (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
5995         Remove many obsolete ways to get the FAQ, which now seems only to be
5996         distributed with Emacs.
5997         (Mail and news): Remove sections about Rmail Babyl that no longer apply.
5999 2009-06-09  Chong Yidong  <cyd@stupidchicken.com>
6001         * org.texi (Org Plot): Fix tags (Bug#3507).
6002         (Workflow states, Agenda commands): Fix tags (Bug#3508).
6004         * ada-mode.texi (Installation, Compile commands)
6005         (Project File Overview, No project files, Set compiler options)
6006         (Use GNAT project file, Use multiple GNAT project files)
6007         (Identifier completion): Use @samp for menu items, and @kbd for key
6008         sequences (Bug#3504).
6010 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
6012         * gnus.texi (Security): Fix wording; add a link to epa.info.
6014 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
6016         * message.texi (Header Commands): Fix descriptions to match
6017         keybindings.
6019 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
6021         * gnus.texi (Security): Mention that EasyPG is the current default.
6023 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
6025         * ediff.texi (Session Commands): Fix typo.
6027 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
6029         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
6030         news.software.readers.  Reported by Florian Rehnisch.
6032 2009-04-02  Glenn Morris  <rgm@gnu.org>
6034         * auth.texi: Capitalize direntry.
6036         * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
6037         using a period in the entry name.  (Bug#2797)
6039 2009-03-03  Juanma Barranquero  <lekktu@gmail.com>
6041         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
6042         ($(infodir)/auth, auth.dvi): New targets.
6044 2009-03-03  Glenn Morris  <rgm@gnu.org>
6046         * auth.texi: Fix @setfilename.
6048         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
6049         (auth, $(infodir)/auth, auth.dvi): New rules.
6051 2009-02-25  Glenn Morris  <rgm@gnu.org>
6053         * faq.texi (Emacs for minimalists): New node.  (Bug#2452)
6055 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6057         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
6059 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6061         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
6062         gnus-nocem-issuers, and gnus-nocem-verifyer.
6064 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
6066         * ada-mode.texi (Project files, Automatic Casing):
6067         * dbus.texi (Signals):
6068         * gnus.texi (Selecting a Group, Filtering Incoming Mail):
6069         * mh-e.texi (HTML):
6070         * nxml-mode.texi (Locating a schema)
6071         (Using the document's URI to locate a schema):
6072         * org.texi (Footnotes, Using the mapping API):
6073         * rcirc.texi (Channels): Remove duplicate words.
6075 2009-02-20  Glenn Morris  <rgm@gnu.org>
6077         * dired-x.texi (Miscellaneous Commands):
6078         * gnus.texi: Minor updates for mbox Rmail.
6080 2009-02-16  Karl Berry  <karl@gnu.org>
6082         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
6083         * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
6084         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
6085         * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
6086         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
6087         * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
6088         * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
6089         * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6090         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
6091         Consistently use @insertcopying in the Top node,
6092         @contents at the front (after @end titlepage),
6093         and @direntry after @copying.  (Bug#1988)
6095 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6097         * auth.texi: New file documenting auth-source.
6099 2009-02-13  Carsten Dominik  <dominik@science.uva.nl>
6101         * org.texi (Org Plot): Fix link.
6103 2009-02-09  Daiki Ueno  <ueno@unixuser.org>
6105         * epa.texi (Mail-mode integration): Mention the way to do
6106         "encrypt-to-self".  (Bug#1807)
6108 2009-02-05  Arni Magnusson  <arnima@hafro.is>  (tiny change)
6110         * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
6112 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
6114         * gnus-news.texi: Print version about Incoming*.
6116 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
6118         * org.texi (Structure editing, Handling links)
6119         (Fast access to TODO states, Javascript support): Make standard docs
6120         correctly reflect default variable settings.
6122 2009-02-02  Glenn Morris  <rgm@gnu.org>
6124         * org.texi: Fix typos.
6126 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
6128         Sync with Tramp 2.1.15.
6130         * trampver.texi: Update release number.
6132 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
6134         * org.texi (TODO dependencies): Document TODO dependencies on
6135         checkboxes.
6137 2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
6139         * org.texi (TODO dependencies): Document key binding for toggling
6140         ORDERED property.
6142 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
6144         * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
6145         of hook functions.
6147 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
6149         * org.texi (TODO dependencies): New section.
6151 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
6153         * org.texi (Plain lists, TODO basics, Priorities)
6154         (Multiple sets in one file, Conflicts): Document interaction with
6155         `shift-selection-mode'.
6157 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
6159         * calc.texi (Embedded Mode, Algebraic-Style Calculations):
6160         Make Calc the subject of sentences.
6161         (Rearranging Formulas using Selections): Discuss new options
6162         for `j *'.
6164 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
6166         * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
6168 2009-01-26  Glenn Morris  <rgm@gnu.org>
6170         * org.texi: Fix typos.
6172 2009-01-26  Bill Wohler  <wohler@newt.com>
6174         * mh-e.texi (EDITION, UPDATED): Update.
6176 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
6178         * org.texi (References): Add information about remote references.
6179         (Built-in table editor): Document `C-c RET' in tables.
6180         (Math symbols, Quoting LaTeX code): Mention that simple
6181         LaTeX macros survive LaTeX export.
6182         (Images in LaTeX export): Show how to create a reference to a
6183         figure.
6184         (Sectioning structure): Document that the LaTeX class can be
6185         specified in a property.
6186         (Text areas in HTML export): New section.
6187         (External links): Add examples for text search and ID links.
6188         (Built-in table editor): Remove the descriptio of `C-c
6189         C-q', it not longer works.
6190         (Literal examples): Document that a space must follow
6191         the colon in short examples.
6192         (Relative timer): Document `org-timer-stop'.
6193         (Footnotes): New section.
6194         (Footnote markup): Shorten section and refer to new Footnote
6195         section.
6196         (Literal examples): Add documentation for line
6197         numbering in and references to code examples.
6198         (CSS support): Fix the description of default CSS styles.
6199         (Capturing column view): Document
6200         "file:path/to/file.org" as an allowed value for the ID property of
6201         a dynamic block copying column view.
6203 2009-01-23  Stephen Eglen  <stephen@gnu.org>
6205         * mh-e.texi (Getting Started): Describe $MH.
6207 2009-01-21  Michael Albinus  <michael.albinus@gmx.de>
6209         * tramp.texi (all): Harmonize usage of "external method",
6210         "external transfer method" and "out-of-band method".
6211         (Connection types): Precise the differences of inline and external
6212         methods.  Written by Adrian Phillips <a.phillips@met.no>.
6214 2009-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6216         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
6217         commands as described at the top.  Reported by Allan Gottlieb
6218         <gottlieb@nyu.edu>.
6220 2009-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6222         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
6223         nnmail-pathname-coding-system.
6225 2009-01-17  Peter Tury  <tury.peter@gmail.com>  (tiny change)
6227         * org.texi (Relative timer): Fix typo.
6229 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
6231         * org.texi (Clocking work time): Fix typo.
6232         Reported by Peter Tury <tury.peter@gmail.com>.  (Bug#1925)
6234 2009-01-13  Glenn Morris  <rgm@gnu.org>
6236         * org.texi: Fix some more typos.
6238 2009-01-13  Peter Tury  <tury.peter@gmail.com>  (tiny change)
6240         * org.texi: Fix some typos.
6242 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6244         * gnus.texi (Group Parameters): Add note for local variables.
6246 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6248         * gnus.texi (Converting Kill Files): Fix URL.
6249         Include gnus-kill-to-score.el in contrib directory.
6251 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6253         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
6254         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
6255         (Paging the Article): Add index entry.
6257 2009-01-03  Stephen Leake  <stephen_leake@member.fsf.org>
6259         * ada-mode.texi (Examples): Delete redundant text.
6261 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
6263         * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
6265         * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
6266         addresses.
6268 2009-01-03  Bill Wohler  <wohler@newt.com>
6270         * mh-e.texi (Scan Line Formats): Indicate that first column should be
6271         kept empty.
6273 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
6275         * org.texi (Activation, Exporting, ASCII export, HTML export)
6276         (HTML Export commands, LaTeX/PDF export commands):
6277         Improve documentation about transient-mark-mode.
6278         (References): Document the use of special names like $LR1 to reference
6279         to fields in the last table row.
6281 2008-12-19  Juri Linkov  <juri@jurta.org>
6283         * info.texi (Search Text): Remove mention of removed key binding M-s.
6285 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
6287         * org.texi (References): Remove mentioning of @0 as reference for the
6288         last line, this has been reverted in the Lisp sources.
6290 2008-12-17  Juanma Barranquero  <lekktu@gmail.com>
6292         * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
6293         (DVI_TARGETS): Remove duplicates.  Add sasl.
6294         ($(infodir)/sasl, sasl.dvi): New targets.
6296 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
6298         * org.texi: Version number pushed to 6.15d.
6300 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
6302         * org.texi (Tables in LaTeX export): New section.
6303         (Images in LaTeX export): New section.
6304         (Inlined images, Images in HTML export): Sections renamed.
6306 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6308         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
6310 2008-12-04  David Engster  <dengste@eml.cc>
6312         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
6313         of nnml-get-new-mail.  Change URL for mairix patch.
6315 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
6317         * org.texi (Using the mapping API): Fix bug in mapping example.
6318         (Publishing options): Make the list of properties complete again, in
6319         correspondence to the variable `org-export-plist-vars'.
6320         (Property searches): Document new special values for time comparisons.
6321         (Tag inheritance): Refine the description of tag inheritance.
6322         (Project alist): Add info about the publishing sequence of components.
6323         (Effort estimates): Document the new relative timer.
6325 2008-12-01  Jay Belanger  <jay.p.belanger@gmail.com>
6327         * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
6328         (Using Calc): Clarify use of `C-x * o'.
6329         (Embedded Mode (Overview)): Clarify use of `C-x * e'.
6331 2008-11-28  Richard M Stallman  <rms@gnu.org>
6333         * dbus.texi (Receiving Method Calls): Clean up previous change.
6335 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
6337         * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
6338         `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
6339         `dbus-unescape-from-identifier'.
6340         (Receiving Method Calls): New constants `dbus-service-emacs' and
6341         `dbus-path-emacs'.  Precise return values of `dbus-register-method'.
6342         (Signals): Use the constants in the example.
6344 2008-11-24  Carsten Dominik  <dominik@science.uva.nl>
6346         * org.texi: Re-apply change to FDL 1.3.
6348 2008-11-23  Carsten Dominik  <dominik@science.uva.nl>
6350         * org.texi (Setting up Remember): Document `org-remember-mode'.
6351         (External links): Document that bbdb links can use a regular
6352         expression.
6353         (External links): Document that elisp links can contain interactive
6354         commands.
6356 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
6358         * viper.texi (viper-translate-all-ESC-keysequences):
6359         Description removed.
6361 2008-11-19  Glenn Morris  <rgm@gnu.org>
6363         * doclicense.texi: Change to FDL 1.3.
6364         Relicense all texi files under FDL 1.3 or later.
6366 2008-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
6368         * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
6370 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
6372         * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
6374         * ediff.texi: Version/date change.
6376 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
6378         * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
6380 2008-11-14  Jay Belanger  <jay.p.belanger@gmail.com>
6382         * calc.texi (About This Manual): Comment out a mention of
6383         marginal notes.
6385 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
6387         * org.texi (Clocking work time): Document the :formula property of
6388         clock tables.
6389         (Structure editing, Refiling notes): Document refiling regions.
6390         (Agenda commands): Document the double-prefix version
6391         of the `l' command in the agenda.
6392         (Handling links): Explain the effect of a double prefix
6393         arg to `C-c C-o'.
6394         (TODO basics): Add documentation for tag triggers.
6396 2008-10-23  Glenn Morris  <rgm@gnu.org>
6398         * cl.texi (Function Bindings): Mention `flet' fails to deal with
6399         byte-compiling things like `+'.
6401         * ns-emacs.texi: Merge copyright years of author now with assignment
6402         into FSF years.
6403         (VER): Use it for easier automatic updating.  Use Emacs version rather
6404         than standalone Emacs.app version.
6406 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
6408         * org.texi: Lots of minor fixes.
6409         (Capture): New chapter.
6410         (Org Plot): New section.
6412 2008-09-30  Magnus Henoch  <mange@freemail.hu>
6414         * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
6416 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
6418         * calc.texi (User Defined Units): Mention how to enter optional display
6419         string.
6421 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6423         * message.texi (Sending Variables): Fix variable documentation to
6424         avoid the "y/n" wording.
6426 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6428         * message.texi (Sending Variables): Add `message-confirm-send' doc.
6430 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6432         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
6433         @enumerate section so as to be able to be formatted with MAKEINFO=no.
6435 2008-09-22  Bill Wohler  <wohler@newt.com>
6437         Release MH-E manual version 8.1.
6439         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6440         release 8.1.
6442         * mh-e.texi: Retain dual license as agreed to by the FSF.
6443         However, bump GPL to Version 3.
6444         Use @include for license text.
6446 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6448         * gnus.texi (Top, Setup, Fancy splitting to parent)
6449         (Store custom flags and keywords, Store arbitrary data):
6450         Clean up markup.
6452 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6454         * gnus.texi (The Gnus Registry): Document it.
6456 2008-09-08  David Engster  <dengste@eml.cc>
6458         * gnus.texi (nnmairix): Point out that nnml uses MH format.
6459         Clarify section about choosing back end servers.
6461 2008-08-23  Glenn Morris  <rgm@gnu.org>
6463         * dired-x.texi (Shell Command Guessing):
6464         Mention dired-guess-shell-case-fold-search.  (Bug#417)
6466 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
6468         * trampver.texi: Update release number.
6470 2008-08-18  Brian Cully  <bjc@kublai.com>  (tiny change)
6472         * ns-emacs.texi: Update version.
6473         (Introduction): Correct menu location for options save.
6474         (Customization): Note that defaults are stored under org.gnu.Emacs.
6476 2008-08-11  Bill Wohler  <wohler@newt.com>
6478         * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
6479         explicit about GNU mailutils MH elsewhere (with thanks to Darel
6480         Henman) (closes SF #1768928).
6482 2008-08-10  Glenn Morris  <rgm@gnu.org>
6484         * ns-emacs.texi: Use @copying.  Change copyright of authors with
6485         assignment to FSF.  Change license to GFDL.
6486         (Top): Remove outdated references.
6488 2008-08-07  Reiner Steib  <Reiner.Steib@gmx.de>
6490         * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
6491         Add gnus-summary-sort-by-most-recent-number and
6492         gnus-summary-sort-by-most-recent-date.
6493         (Summary Sorting): Explain prefix argument.
6495 2008-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6497         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
6498         gnus-summary-pipe-output.
6500 2008-08-03  Michael Albinus  <michael.albinus@gmx.de>
6502         * dbus.texi (Receiving Method Calls): Document error handling of own
6503         D-Bus methods.
6505 2008-08-01  Bill Wohler  <wohler@newt.com>
6507         * mh-e.texi (Reading Mail)
6508         (Viewing Attachments): Describe new function
6509         mh-show-preferred-alternative.
6510         (Sending Mail, Redistributing, Sending Message): Describe new hook
6511         mh-annotate-msg-hook.
6513 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
6515         * dbus.texi (Arguments and Signatures): Fix example.
6516         (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
6517         (Asynchronous Methods): New node.
6518         (Errors and Events): Describe extended layout of `dbus-event'.
6519         New defun `dbus-event-message-type'.
6521 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6523         * ediff.texi: Remove VMS support.
6525 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
6527         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
6528         ($(infodir)/mairix-el), mairix-el.dvi): New targets.
6530 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
6532         * Makefile.in: Add mairix-el targets.
6534 2008-07-29  David Engster  <deng@randomsample.de>
6536         * mairix-el.texi: New file.
6538 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
6540         * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
6541         project files.  Delete 'main_unit' project variable; not needed.  Allow
6542         process environment variables wherever project variables are allowed.
6543         Add tutorial section on multiple GNAT project files.
6545 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
6547         Sync with Tramp 2.1.14.
6549         * trampver.texi: Update release number.
6551 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6553         * ns-emacs.texi:
6554         * faq.texi: Remove mentions of Mac Carbon.
6556 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6558         * gnus.texi (Saving Articles): Describe the 2nd argument of
6559         gnus-summary-save-in-pipe.
6560         (SpamAssassin): Use it.
6562 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6564         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
6566 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
6568         * org.texi (Export options): Document the use of the creator flag.
6570 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
6572         * org.texi: New version 6.06a.
6574 2008-07-23  Juanma Barranquero  <lekktu@gmail.com>
6576         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
6577         ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
6579 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6581         * calc.texi (Editing Stack Entries, Algebraic Entry):
6582         Rewrite introductory sentences so it can be used by
6583         Calc's help functions.  Mention fixing typos.
6584         (Customizing Calc): Fix typo.
6586 2008-07-23  Jay Belanger  <jay.p.belanger@gmail.com>
6588         * calc.texi (summarykey): New macro.  Use to correctly format keys in
6589         the summary.
6591 2008-07-20  Adrian Robert  <adrian.b.robert@gmail.com>
6593         * ns-emacs.texi (Customization): Corrected documentation on color
6594         specification formats.
6596 2008-07-19  Andreas Schwab  <schwab@suse.de>
6598         * ns-emacs.texi: Moved from ../emacs.  Add @direntry.
6600         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
6601         (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
6603 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
6605         * dbus.texi (Inspection): Rework, introduce submenus.
6606         (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
6607         (Properties and Annotations, Arguments and Signatures): New nodes.
6609 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
6611         * dbus.texi (Receiving Method Calls): Fix description of
6612         `dbus-register-method'.
6613         (Signals): Allow also signal arguments for filtering in
6614         `dbus-register-signal'.
6616 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6618         * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
6619         `cnorm'.
6620         (Arithmetic Tutorial): Simplify the verification of prime factors.
6622 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6624         * gnus.texi (Saving Articles): Mention
6625         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
6627 2008-06-29  Jay Belanger  <jay.p.belanger@gmail.com>
6629         * calc.texi: Adjust mode line throughout.
6631 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
6633         * sasl.texi (Mechanisms): Fix typos.
6635 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
6637         * calc.texi (Killing from the stack): Mention using normal Emacs
6638         copying.
6640 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
6642         * tramp.texi (Password handling): Rename from "Password caching".
6643         Add `auth-source' mechanism.
6644         (Connection caching): Tramp reopens the connection automatically,
6645         when the operating system on the remote host has been changed.
6647 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
6649         * makefile.w32-in (distclean): Remove makefile.
6651 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
6653         * org.texi (Using the mapping API): New section.
6654         (Agenda column view): New section.
6655         (Moving subtrees): Document archiving to the archive sibling.
6656         (Agenda commands): Document columns view in the agenda.
6657         (Using the property API): Document the API for multi-valued properties.
6659 2008-06-17  Jason Riedy  <jason@acm.org>
6661         * org.texi (A LaTeX example): Note that fmt may be a one-argument
6662         function, and efmt may be a two-argument function.
6663         (Radio tables): Document multiple destinations.
6665 2008-06-16  Glenn Morris  <rgm@gnu.org>
6667         * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
6668         Add Cover-Texts.
6670 2008-06-15  Glenn Morris  <rgm@gnu.org>
6672         * faq.texi (VER): Update to 23.0.60.
6674         * mh-e.texi: Remove option of licensing under GPL.
6675         Add Cover-Texts to GFDL permissions notice.
6676         (GPL): Remove section.
6677         (GFDL): Include doclicense.texi rather than the actual text.
6679         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
6680         (sasl, $(infodir)/sasl, sasl.dvi): New rules.
6682         * sasl.texi: Fix output file name.
6684         * epa.texi, sasl.texi: Refer to license in Emacs manual.
6686         * gnus-coding.texi: Refer to license in Gnus manual.
6688         * idlwave.texi, sasl.texi: Use @copying.
6690         * org.texi: Change to GFDL 1.2.  Refer to license in Emacs manual.
6692         * speedbar.texi: Update Back-Cover Text as per maintain.info.
6694         * url.texi: Use @copying, @title, @subtitle, @author.
6696         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
6697         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
6698         * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
6699         * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
6700         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
6701         * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
6702         * widget.texi, woman.texi:
6703         Remove references to external license, since doclicense is included.
6705         * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
6706         * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
6707         Remove references to non-existent Invariant Sections.
6709 2008-06-14  Glenn Morris  <rgm@gnu.org>
6711         * faq.texi (Major packages and programs): Remove references to external
6712         Supercite, Calc, VIPER, since they have been included for some time.
6713         Update VM, AUCTeX, BBDB entries.
6715 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
6717         * newsticker.texi: Updated to match latest newsticker changes.
6719 2008-06-13  Glenn Morris  <rgm@gnu.org>
6721         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
6722         * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
6723         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
6724         * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
6725         * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
6726         * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
6727         * woman.texi:
6728         Update Back-Cover Text as per maintain.info.
6730 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
6732         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
6734         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
6735         (gnus-faq.xml): Update repository host.
6737         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
6739 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
6741         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
6742         Fix a typo.
6744 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
6746         * gnus.texi (Mail Source Customization): Correct values of
6747         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
6748         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
6750 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6752         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
6753         coding standards.
6755 2008-06-14  David Engster  <dengste@eml.cc>
6757         * gnus.texi (nnmairix): Markup fixes.
6759 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6761         * gnus.texi (nnmairix): Markup and other minor fixes.
6763 2008-06-05  David Engster  <dengste@eml.cc>
6765         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
6767 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6769         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
6770         (Searching, nnir, nnmairix): New stub nodes.
6772 2008-05-30  Felix Lee  <felix.1@canids.net>
6774         * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
6776 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6778         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
6780 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6782         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
6784 2008-05-15  Jonathan Yavner  <jyavner@member.fsf.org>
6786         * ses.texi (Acknowledgements): Add Shigeru Fukaya.
6788 2008-05-06  Juanma Barranquero  <lekktu@gmail.com>
6790         * info.texi (Top): Fix typo in xref.
6792 2008-05-05  Karl Berry  <karl@gnu.org>
6794         * info.texi (Top): @xref to stand-alone manual.
6796 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6798         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
6799         (Various Summary Stuff): Fix typo in last xref.
6801 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6803         * org.texi (Moving subtrees): Fix typo.
6805 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
6807         * tramp.texi (Frequently Asked Questions): Explain, how to disable
6808         Tramp via `tramp-mode'.
6810 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
6812         * org.texi: Massive changes, in many parts of the file.
6814 2008-04-27  Jason Riedy  <jason@acm.org>
6816         * org.texi (A LaTeX example): Note that fmt may be a
6817         one-argument function, and efmt may be a two-argument function.
6818         (Radio tables): Document multiple destinations.
6820 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6822         * gnus.texi (Oort Gnus): Add message-fill-column.
6824 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6826         * gnus.texi (Mail Source Specifiers): Typo fix.
6828 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6830         * gnus.texi (Diary Headers Generation): Update key binding for
6831         `gnus-diary-check-message'.
6833 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6835         * gnus.texi (Emacsen): Addition.
6837 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6839         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
6841 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
6843         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
6845 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
6847         * gnus-news.texi: Update tool bar item.
6849 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
6851         * gnus-news.texi: Fix typos.
6853 2008-04-11  Jay Belanger  <jay.p.belanger@gmail.com>
6855         * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
6856         Add mention of `kron'.
6858 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
6860         * epa.texi (Encrypting/decrypting *.gpg files):
6861         Document epa-file-name-regexp.
6863 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6865         * gnus.texi (Example Methods): Fix description about ssh-agent.
6866         (Indirect Functions): Fix the default value of nntp-telnet-command;
6867         remove link to connect.html.
6869 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
6871         * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
6872         dbus-call-method.
6873         (Receiving Method Calls): The timeout can be set by the calling client.
6875         * trampver.texi: Update release number.
6877 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
6879         * gnus.texi (Top): Fix version.  Add SASL.
6881 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
6883         Sync with Tramp 2.1.13.
6885         * trampver.texi: Update release number.
6887 2008-03-29  Chong Yidong  <cyd@stupidchicken.com>
6889         * org.texi: Update to new org-mode website.
6891 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6893         * cl.texi (For Clauses): Fix loop over key-seq to match code.
6895 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6897         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
6898         gnus-read-ephemeral-gmane-group-url,
6899         gnus-read-ephemeral-emacs-bug-group,
6900         gnus-read-ephemeral-debian-bug-group.
6902 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6904         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
6906         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
6907         Add FIXMEs for Bookmarks and gnus-registry-marks.
6909 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6911         * gnus.texi (Smileys): Document `smiley-style'.
6913 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6915         * gnus.texi (Gnus Development): Clarify difference between ding and
6916         gnu.emacs.gnus.
6917         (MIME Commands, Using MIME, RSS): Fix markup.
6919         * gnus-faq.texi ([8.4]): Ditto.
6921 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6923         * gnus.texi (Emacsen): Remove obsolete stuff.
6925 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6927         * gnus.texi (Oort Gnus): Add version info WRT
6928         `mail-source-delete-incoming'.
6930 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6932         * gnus.texi (Top): Add "Other related manuals" and version info in
6933         `iftex' output.
6934         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
6935         gnus-balloon-face-0 and the corresponding format specifiers.
6937 2008-03-26  Michael Albinus  <michael.albinus@gmx.de>
6939         * tramp.texi (Filename completion): Remove footnote about let-bind
6940         of `partial-completion-mode'.  It doesn't work this way.
6942 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6944         * pcl-cvs.texi (Contributors): Update my email.
6946 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
6948         * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
6950 2008-03-17  Bill Wohler  <wohler@newt.com>
6952         * mh-e.texi (Viewing): Update URL for adding header fields to
6953         mh-invisible-header-fields-default.
6955 2008-03-16  Bill Wohler  <wohler@newt.com>
6957         * mh-e.texi (Preface): Add Gnus to requirements.
6958         (Forwarding): Note that forwarded MIME messages are now inline.
6960 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6962         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
6963         (Common Variables): Give precedence to the netcat methods over the
6964         telnet methods, and mention that they are more reliable.
6966 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
6968         * org.texi (Exporting Agenda Views): Document agenda export to
6969         iCalendar.
6970         (Progress logging): Document the new progress logging stuff.
6972 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6974         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
6975         Update for change of `mail-source-delete-incoming'.
6977         * gnus-news.texi: Ditto.
6979 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6981         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
6982         custom versions.
6984 2008-03-07  Alan Mackenzie  <acm@muc.de>
6986         * cc-mode.texi (Limitations and Known Bugs): State that the number of
6987         parens/brackets in a k&r region is limited.
6989 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6991         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
6992         using different Emacs versions.
6994 2008-02-27  Glenn Morris  <rgm@gnu.org>
6996         * sc.texi: Remove a lot of old and obsolete info.
6997         (titlepage): Simplify.
6998         (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
6999         (VM with any Emacsen, GNEWS with any Emacsen)
7000         (Overloading for Non-conforming MUAs, Version 3 Changes)
7001         (The Supercite Mailing List): Delete nodes.
7002         (Introduction): Remove info about old packages.
7003         (Getting Connected): Simplify.  Remove info about old packages.
7004         (Citing Commands): Delete Emacs 19 info.
7005         (Hints to MUA Authors): Simplify.
7006         (Thanks and History): Merge in some info from the deleted node
7007         "Version 3 Changes".
7009 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
7011         * org.texi (Setting tags, In-buffer settings):
7012         * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
7014 2008-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7016         * gnus-news.texi: Mention that spaces and tabs are allowed in the
7017         installation directory name.
7019 2008-02-12  Romain Francoise  <romain@orebokech.com>
7021         * epa.texi (Overview): Fix typo.
7023 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
7025         * epa.texi (Quick start): Remove the .emacs setting.
7027 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7029         * epa.texi (Quick start): Use the command `epa-enable' instead of
7030         loading `epa-setup'.
7032 2008-02-08  Juanma Barranquero  <lekktu@gmail.com>
7034         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
7035         ($(infodir)/epa, epa.dvi): New targets.
7037 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
7039         * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
7041         * epa.texi: New manual documenting the EasyPG Assistant.
7043 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
7045         * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
7046         (Inspection): New function dbus-ping.
7048 2008-02-05  Michael Albinus  <michael.albinus@gmx.de>
7050         * tramp.texi (Remote processes): Add `shell-command'.
7052 2008-02-02  Michael Albinus  <michael.albinus@gmx.de>
7054         * tramp.texi: Use new FSF's Back-Cover Text.
7056 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
7058         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
7059         (Group Parameters): Document `mail-source' parameter.
7061 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
7063         * tramp.texi (Inline methods): The hostname of the su(do)? methods
7064         must be a local host.
7066 2008-01-26  Michael Olson  <mwolson@gnu.org>
7068         * erc.texi: Update version for ERC 5.3 release.
7069         (Obtaining ERC): Update extras URLs for 5.3.
7070         (Development): Write instructions for git, and remove those for Arch.
7071         (History): Mention the switch to git.
7073 2008-01-24  Karl Berry  <karl@gnu.org>
7075         * info.texi (Search Index, Search Text): Mention the command
7076         character in the section name, a la the (Go to node) node.
7078 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
7080         * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
7082 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7084         * gnus-news.texi: Mention gnus-article-describe-bindings.
7086 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7088         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
7090 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
7092         * org.texi (Property inheritance): New section.
7093         (Conventions): New section.
7094         (Structure editing): Document C-RET, the prefix arg to the cut/copy
7095         commands, and the new bindings for refiling.
7096         (Sparse trees): Document the new special command for sparse trees.
7097         (References): Be more clear about the counting of hilines.
7098         (Handling links): Document M-p/n for accessing links.
7099         (Fast access to TODO states): New section.
7100         (Per file keywords): New section.
7101         (Property inheritance): New section.
7102         (Column attributes): New summary types.
7103         (Capturing Column View): New section.
7104         (The date/time prompt): Cover the new features in the date/time prompt.
7105         Compactify the table of keys for the calendar remote control.
7106         (Clocking work time): Document the new :scope parameter.
7107         (Remember): Promoted to chapter.
7108         (Quoted examples): New section.
7109         (Enhancing text): New verbatim environments.
7111 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
7113         * trampver.texi: Update release number.
7115 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7117         * gnus.texi (Article Keymap):
7118         Add gnus-article-wide-reply-with-original; fix descriptions of
7119         gnus-article-reply-with-original and
7120         gnus-article-followup-with-original.
7122 2008-01-09  Glenn Morris  <rgm@gnu.org>
7124         * nxml-mode.texi: Add @copying section.
7126 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7128         * message.texi (Mail Variables): Add some text from "(gnus)Posting
7129         Server".  Add `message-send-mail-with-mailclient'.
7131         * gnus.texi (Posting Server): Move some text to "(message)Mail
7132         Variables" and add a reference here.
7134 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
7136         * dbus.texi (Receiving Method Calls): New chapter.
7137         (Errors and Events): Add serial number to events.  Replace "signal" by
7138         "message".  Introduce dbus-event-serial-number.
7140 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
7142         * dbus.texi (Type Conversion): Explain the type specification for empty
7143         arrays.  Use another example.
7145 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
7147         * dbus.texi (all): Replace "..." by @dots{}.
7148         (Type Conversion): Precise the value range for :byte types.
7149         (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
7150         Mention its return value.
7151         (Errors and Events): There is no D-Bus error propagation during event
7152         processing.
7154 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
7156         * calc.texi (Yacas Language, Maxima Language, Giac Language):
7157         New sections.
7159 2007-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
7161         * gnus.texi (Group Parameters): Reorder the text and add a note about
7162         `gnus-parameters' near the beginning of the node.
7164 2007-12-29  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
7166         * gnus.texi (Score File Editing): Fix function name.
7168 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
7170         Sync with Tramp 2.1.12.
7172         * trampver.texi: Update release number.
7174 2007-12-22  Richard Stallman  <rms@gnu.org>
7176         * cc-mode.texi (Getting Started): Change @ref to @pxref.
7178 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
7180         * dbus.texi (Type Conversion): Correct input parameters mapping.
7182 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
7184         * dbus.texi (Type Conversion): Extend for D-Bus compound types.
7185         (Errors and Events): Mention wrong-type-argument error.
7187 2007-12-21  Alex Schroeder  <alex@gnu.org>
7189         * rcirc.texi: Changed single spaces after sentence end to double
7190         spaces.  Fixed some typos.
7191         (Internet Relay Chat): Explain relay.
7192         (Getting started with rcirc): Change items to reflect prompts.
7193         Add more explanation to rcirc-track-minor-mode and added a comment to
7194         warn future maintainers that this section is a copy.
7195         (People): Change /ignore example.
7196         (Keywords): Not keywords.
7198 2007-12-20  Alex Schroeder  <alex@gnu.org>
7200         * rcirc.texi (Top): Fighting Information Overload chapter added.
7201         (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
7202         (rcirc commands): Move /ignore command to the new chapter.
7203         (Fighting Information Overload): New chapter documenting /keyword,
7204         /bright, /dim, channel ignore, and low priority channels.
7205         (Configuration): Document rcirc-server-alist, remove
7206         rcirc-startup-channels-alist and rcirc-default-server.
7208 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
7210         * dbus.texi (Signals): Fix example in dbus-register-signal.
7212 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
7214         * gnus.texi (Score Variables): Fix typo.
7216 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
7218         * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
7219         (Signals): Adapt dbus-send-signal and dbus-register-signal.
7220         (Errors and Events): Adapt dbus-event.
7222 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7224         * gnus.texi (Other Files): Add the yenc command.
7226 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
7228         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
7229         since 2004-08-06.
7231 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7233         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
7234         on body.
7236 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7238         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
7239         and rfc2047-allow-irregular-q-encoded-words; fix description of
7240         rfc2047-encode-encoded-words.
7242 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7244         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
7246 2007-12-05  Michael Olson  <mwolson@gnu.org>
7248         * remember.texi (Diary): Remove "require" line for remember-diary.el.
7249         Update documentation for `remember-diary-file'.
7251 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
7253         * dbus.texi (Signals): Precise `dbus-register-signal'.
7254         (Errors and Events): Rework events part, the internal structure of
7255         dbus-event has changed.
7257 2007-12-03  Juanma Barranquero  <lekktu@gmail.com>
7259         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
7260         ($(infodir)/dbus, dbus.dvi): New targets.
7262 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
7264         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
7265         unconditionally.
7267         * dbus.texi (Synchronous Methods): Show the result of the "lshal"
7268         emulation with @print{}.
7270 2007-12-02  Richard Stallman  <rms@gnu.org>
7272         * dbus.texi (Overview): Minor cleanup.
7274 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
7276         * Makefile.in (INFO_TARGETS): Add dbus.
7277         (DVI_TARGETS): Add dbus.dvi.
7278         (dbus, dbus.dvi): New targets.
7280         * dbus.texi: New file.
7282 2007-11-24  Romain Francoise  <romain@orebokech.com>
7284         * nxml-mode.texi: Add description in @direntry.
7285         Fix file name to match @setfilename.
7287 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
7289         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7290         ($(infodir)/nxml-mode): New rule.
7292         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7293         ($(infodir)/nxml-mode): New rule.
7294         (clean): Add nxml-mode*.
7296         * nxml-mode.texi: New file with nxml manual.
7298 2007-11-18  Richard Stallman  <rms@gnu.org>
7300         * flymake.texi (Example -- Configuring a tool called directly):
7301         Update example.
7303 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
7305         * tramp.texi (Filename completion): Simplify explanation of
7306         double-slash behavior.  Explain directory contents flushing.
7308 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7310         * calc.texi (TeX and LaTeX Language Modes): Put in
7311         missing braces.
7313 2007-11-15  Richard Stallman  <rms@gnu.org>
7315         * cl.texi (Equality Predicates): Delete `eql'.
7316         (Predicates, Naming Conventions, Top): Delete `eql'.
7317         (Common Lisp Compatibility): Delete `eql'.
7318         (Porting Common Lisp): Delete obsolete backquote info.
7319         Minor clarification about character constants.
7320         (Sequence Basics): Minor clarification.
7322 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7324         * cc-mode.texi (Electric Keys, Custom Macros):
7325         * tramp.texi (Filename completion): Fix typos.
7327 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
7329         * calc.texi (Basic commands): Mention the menu.
7331 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
7333         * tramp.texi (Connection caching): Tramp flushes connection
7334         properties when remote operating system has been changed.
7336 2007-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7338         * gnus-news.texi: Fix spelling.
7339         `message-insert-formatted-citation-line', not
7340         `message-insert-formated-citation-line'.
7342         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
7344 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
7346         * tramp.texi (Overview): Mention also the PuTTY integration under
7347         w32.  Remove paragraphs about Tramp's experimental status.
7348         (Frequently Asked Questions): Add code example for highlighting the
7349         mode line.
7351 2007-11-03  Michael Olson  <mwolson@gnu.org>
7353         * remember.texi: Change mentions of remember-buffer to
7354         remember-finalize throughout.
7356 2007-10-30  Michael Olson  <mwolson@gnu.org>
7358         * remember.texi (Copying): Remove.
7359         (Mailbox): Update with non-BBDB instructions.
7360         (Diary, Org): Add.
7361         (Bibliography, Planner Page): Remove.
7363 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
7365         * makefile.w32-in (INFO_TARGETS): Add remember.
7366         (DVI_TARGETS): Add remember.dvi.
7367         ($(infodir)/remember): New rule.
7368         (clean): Add remember*.
7370 2007-10-30  Michael Olson  <mwolson@gnu.org>
7372         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
7373         ($(infodir)/remember): New rule that builds the Remember Manual.
7375         * remember.texi: New file containing the Remember Mode Manual.
7376         Shuffle chapters around after initial import.
7377         (Function Reference): Split Keystrokes into separate chapter.
7378         (Keystrokes): Document C-c C-k.
7379         (Introduction): Fix typographical issue with "---".
7381 2007-10-29  Richard Stallman  <rms@gnu.org>
7383         * widget.texi (Introduction): Delete discussion of implementation
7384         internals.
7386 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
7388         * tramp.texi (Connection caching): Host names must be different
7389         when tunneling.
7391 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7393         * gnus.texi, gnus-faq.texi, message.texi: Bump version to
7394         Gnus v5.13.
7396 2007-10-28  Miles Bader  <miles@gnu.org>
7398         * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
7400 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7402         * gnus.texi (Sorting the Summary Buffer):
7403         Remove gnus-article-sort-by-date-reverse.
7405 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7407         * gnus.texi (Non-ASCII Group Names): New node.
7408         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
7409         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
7411 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
7413         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
7414         clean the output of the program `imap-shell-program'.
7416 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7418         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
7420 2007-10-28  Tassilo Horn  <tassilo@member.fsf.org>
7422         * gnus.texi (Sticky Articles): Documentation for sticky article
7423         buffers.
7425 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
7427         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
7429 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7431         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
7433 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7435         * gnus.texi (Archived Messages):
7436         Document gnus-update-message-archive-method.
7438 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7440         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
7442 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
7444         * gnus.texi (Group Maneuvering):
7445         Document `gnus-summary-next-group-on-exit'.
7447 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7449         * gnus.texi (Really Various Summary Commands):
7450         Mention gnus-auto-select-on-ephemeral-exit.
7452 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7454         * gnus.texi, message.texi: Bump version number.
7456 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7458         * gnus.texi (Group Line Specification, Misc Group Stuff)
7459         (Server Commands): Parenthesize @pxref{Mail Spool}.
7461 2007-10-28  Didier Verna  <didier@xemacs.org>
7463         New user option: message-signature-directory.
7464         * message.texi (Insertion Variables): Document it.
7465         * gnus.texi (Posting Styles): Ditto.
7467 2007-10-28  Didier Verna  <didier@xemacs.org>
7469         * gnus.texi (Group Line Specification):
7470         * gnus.texi (Misc Group Stuff):
7471         * gnus.texi (Server Commands): Document the group compaction feature.
7473 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7475         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
7477         * message.texi (Various Message Variables): Add message-fill-column.
7479 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7481         * gnus.texi: Untabify.
7483 2007-10-28  Didier Verna  <didier@xemacs.org>
7485         * gnus.texi (Group Parameters): Document the posting-style merging
7486         process in topic-mode.
7488 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7490         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
7492 2007-10-28  Romain Francoise  <romain@orebokech.com>
7494         * gnus.texi (Mail Spool): Fix typo.
7495         Update copyright.
7497 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7499         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
7501 2007-10-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7503         * gnus.texi (Summary Generation Commands):
7504         Add gnus-summary-insert-ticked-articles.
7506 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7508         * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
7509         to spam-spamassassin-program.
7511 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7513         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
7515 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7517         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
7519 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7521         * message.texi (Mail Headers): Document `opportunistic'.
7523 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7525         * emacs-mime.texi (Encoding Customization): Explain how to set
7526         mm-coding-system-priorities per hierarchy.
7528 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7530         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
7531         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
7533 2007-10-28  Didier Verna  <didier@xemacs.org>
7535         * message.texi (Wide Reply): Update documentation of
7536         message-dont-reply-to-names (now allowing a list of regexps).
7538 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7540         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
7542 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544         * gnus.texi (SpamAssassin back end): Fix typo.
7546         * sieve.texi (Examples): Fix grammar.
7548 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7550         * gnus.texi (Searching for Articles): Document M-S and M-R.
7551         (Limiting): Document / b.
7553 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7555         * gnus.texi (Thread Commands): T M-^.
7557 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7559         * message.texi (Mail Aliases): Document ecomplete.
7560         (Mail Aliases): Fix typo.
7562 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7564         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
7565         fix typo.
7567 2007-10-28  Romain Francoise  <romain@orebokech.com>
7569         * gnus.texi (Mail Spool): Grammar fix.
7571 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7573         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
7574         string.
7576 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7578         * gnus.texi (Group Parameters): Fix description.
7580 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7582         * gnus.texi (Gmane Spam Reporting):
7583         Fix spam-report-gmane-use-article-number.
7584         Add spam-report-user-mail-address.
7586 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7588         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
7590 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7592         * gnus.texi (Group Parameters): Add simplified sorting example based on
7593         example for `Sorting the Summary Buffer' from Jari Aalto
7594         <jari.aalto@cante.net>.
7595         (Example Methods): Add example for an indirect connection.
7597 2007-10-28  Kevin Greiner  <kevin.greiner@compsol.cc>
7599         * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
7600         (Agent Parameters): Update parameter names to match code.
7601         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
7602         'gnus-agent-summary-fetch-series'.
7603         (Agent and flags): New section providing a generalized discussion
7604         of flag handling.
7605         (Agent and IMAP): Remove flag discussion.
7606         (Agent Variables): Add 'gnus-agent-synchronize-flags'.
7608 2007-10-28  Romain Francoise  <romain@orebokech.com>
7610         * gnus.texi (Exiting the Summary Buffer): Add new function
7611         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
7613 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7615         * gnus.texi (Conformity): Fix typo.
7616         (Customizing Articles): Document `first'.
7618 2007-10-28  Jari Aalto  <jari.aalto@cante.net>
7620         * gnus.texi (Sorting the Summary Buffer):
7621         Add `gnus-thread-sort-by-date-reverse'.  Add example
7622         host to different sorting in NNTP and RSS groups.
7624 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7626         * message.texi (Insertion): Describe prefix for
7627         message-mark-inserted-region and message-mark-insert-file.
7629 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7631         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
7632         LaTeX documents.  Describe "text/x-gnus-verbatim".
7634 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
7636         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7637         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
7638         (spam-stat spam filtering, SpamOracle)
7639         (Extending the Spam ELisp package): Remove extra quote symbol for
7640         clarity.
7642 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7644         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
7645         gnus-article-delete-part and gnus-article-replace-part.
7646         (Using MIME): Add gnus-mime-replace-part.
7648 2007-10-28  Romain Francoise  <romain@orebokech.com>
7650         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
7651         requires `auto-compression-mode' to be enabled.  Add new nnml
7652         variable `nnml-compressed-files-size-threshold'.
7654 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7656         * gnus.texi (Sorting the Summary Buffer):
7657         Add gnus-thread-sort-by-recipient.
7659 2007-10-28  Romain Francoise  <romain@orebokech.com>
7661         * message.texi (Insertion Variables): Mention new variable
7662         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
7663         documentation accordingly.
7665 2007-10-28  Romain Francoise  <romain@orebokech.com>
7667         * gnus.texi (To From Newsgroups): Mention new variables
7668         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
7670 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7672         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
7673         stuff; gnus-mime-inline-part does the automatic decompression.
7675 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
7677         * gnus.texi (Spam ELisp Package Configuration Examples):
7678         "training.ham" should be "training.spam".
7680 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7682         * message.texi (Mail Variables): Fix the default value for
7683         message-send-mail-function.
7685 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7687         * gnus.texi (Optional Back End Functions): nntp-request-update-info
7688         always returns nil exceptionally.
7690 2007-10-28  Simon Josefsson  <jas@extundo.com>
7692         * gnus.texi (Article Washing): Add libidn URL.
7693         Suggested by Michael Cook <michael@waxrat.com>.
7695 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7697         * gnus.texi (Topic Commands): Fix next/previous.
7699 2007-10-28  Simon Josefsson  <jas@extundo.com>
7701         * gnus.texi (Article Washing): Mention `W i'.
7703 2007-10-28  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
7705         * gnus.texi (Group Parameters): Slight extension of sieve
7706         parameter description.
7708 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7710         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
7711         matching score files as well.
7712         (Picons): Describe `gnus-picon-style'.
7714 2007-10-28  Romain Francoise  <romain@orebokech.com>
7716         * message.texi (Message Headers): Mention that headers are hidden
7717         using narrowing, and how to expose them.
7718         Update copyright.
7720 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7722         * gnus.texi: Mention `gnus-summary-limit-to-recipient' and
7723         `gnus-summary-sort-by-recipient'.
7725 2007-10-28  Romain Francoise  <romain@orebokech.com>
7727         * gnus.texi (NNTP marks): New node.
7728         (NNTP): Move NNTP marks variables to the new node.
7730 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
7732         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
7734         * gnus.texi (MIME Commands, Hashcash): Markup fix.
7736 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
7738         * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
7739         everywhere for consistency.
7740         (Filtering Spam Using The Spam ELisp Package): Admonish again.
7741         (Spam ELisp Package Sequence of Events): This is Gnus, say so.
7742         Say "regular expression" instead of "regex."  Admonish.
7743         Pick other words to sound better (s/so/thus/).
7744         (Spam ELisp Package Filtering of Incoming Mail):
7745         Mention statistical filters.  Remove old TODO.
7746         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
7747         New section on sorting and displaying the spam score.
7748         (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
7749         backend but an alias to spam-use-BBDB.
7750         (Extending the Spam ELisp package): Rewrite the example using the
7751         new backend functionality.
7753 2007-10-28  Simon Josefsson  <jas@extundo.com>
7755         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
7756         nntp-marks-directory, from Romain Francoise
7757         <romain@orebokech.com>.
7759 2007-10-28  Magnus Henoch  <mange@freemail.hu>
7761         * gnus.texi (Hashcash): New default value of
7762         hashcash-default-payment.
7764 2007-10-28  Simon Josefsson  <jas@extundo.com>
7766         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
7767         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
7769 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7771         * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
7773 2007-10-28  Simon Josefsson  <jas@extundo.com>
7775         * gnus.texi (documentencoding): Add, to avoid warnings.
7777 2007-10-28  Simon Josefsson  <jas@extundo.com>
7779         * message.texi (Mail Headers): Add.
7781         * gnus.texi (Hashcash): Fix.
7783 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
7785         * gnus.texi (Hashcash): Change location of library, also mention
7786         that payments can be verified and fix the name of the
7787         hashcash-path variable.
7789 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7791         * gnus.texi (Article Display): Add `gnus-picon-style'.
7793 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7795         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
7797 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
7799         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7800         (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
7801         warning about ham processors in spam groups removed.
7803 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
7805         * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
7806         From Hubert Chan <hubert@uhoreg.ca>.
7808 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
7810         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
7811         (Mailing List): Typo.
7812         (Customizing Articles): Add gnus-treat-ansi-sequences.
7813         (Article Washing): Index.
7815         * message.texi: Use m-dash consistently.
7817 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
7819         * gnus.texi (GroupLens): Remove.
7821 2007-10-28  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7823         * gnus.texi (Outgoing Messages, Agent Variables):
7824         Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
7825         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
7827 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
7829         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
7831 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7833         * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
7835         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
7837 2007-10-28  Simon Josefsson  <jas@extundo.com>
7839         * gnus.texi (Top): Add SASL.
7841 2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
7843         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
7845 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7847         * gnus.texi (Troubleshooting): Adjust Gnus version number.
7849 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
7851         * calc.texi (Formulas, Composition Basics): Lower the
7852         precedence of negation.
7854 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
7856         * ses.texi (The Basics): Mention how to create a new spreadsheet.
7857         Mention the new three-letter column identifiers.
7858         (More on cell printing): Calculate-cell and truncate-cell are now `c'
7859         and `t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error
7860         message when using `c' on an empty default with default printer.
7861         (Buffer-local variables in spreadsheets): `symbolic-formulas' was
7862         renamed to `ses--symbolic-formulas' some time ago.
7864 2007-10-25  Jay Belanger  <jay.p.belanger@gmail.com>
7866         * calc.texi (Default Simplifications, Making Selections)
7867         (Customizing Calc): Clarify associativity of multiplication.
7869 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
7871         * tramp.texi (Traces and Profiles): Simplify loop over
7872         `trace-function-background'.
7874 2007-10-22  Juri Linkov  <juri@jurta.org>
7876         * dired-x.texi (Shell Command Guessing): Default values are now
7877         available by typing M-n instead of M-p.
7879 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
7881         * tramp.texi (Cleanup remote connections): New section.
7882         (Password caching): Remove `tramp-clear-passwd'.
7883         It's not a command anymore.
7884         (Bug Reports): Add `tramp-bug' to function index.
7885         (Function Index, Variable Index): New nodes.
7886         (Remote shell setup): Describe `tramp-password-prompt-regexp'.
7888         * trampver.texi: Update release number.
7890 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
7892         * calc.texi (History and Acknowledgements): Turn comment
7893         about integer size into past tense.
7894         (Time Zones): Remove pointer to Calc author's address.
7895         (Trigonometric and Hyperbolic Functions): Mention cotangent
7896         and hyperbolic cotangent.  Fix typo.
7898 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
7900         Sync with Tramp 2.1.11.
7902         * trampver.texi: Update release number.
7904 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
7906         * tramp.texi (External packages): New section.
7908 2007-09-29  Juri Linkov  <juri@jurta.org>
7910         * info.texi (Help-Int): Document `L' (`Info-history').
7912 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
7914         * org.texi: Change links to webpage and maintained email.
7915         (Remember): Promote to Chapter, significant changes.
7916         (Fast access to TODO states): New section.
7917         (Faces for TODO keywords): New section.
7918         (Export options): Example for #+DATE.
7919         (Progress logging): Section moved.
7921 2007-09-26  Bill Wohler  <wohler@newt.com>
7923         * mh-e.texi (HTML): Mention binding of S-mouse-2 to
7924         browse-url-at-mouse.
7926 2007-09-20  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
7928         * flymake.texi (Customizable variables): Face names don't end in -face.
7929         Fix flymake-err-line-patterns template.
7930         (Example -- Configuring a tool called directly): Fix init-function.
7931         (Highlighting erroneous lines): Face names don't end in -face.
7933 2007-09-18  Exal de Jesus Garcia Carrillo  <exal@gmx.de>  (tiny change)
7935         * erc.texi (Special-Features): Fix small typo.
7937 2007-09-14  Michael Albinus  <michael.albinus@gmx.de>
7939         * tramp.texi (Filename Syntax): Provide links to "Inline methods"
7940         and "External transfer methods".
7942 2007-09-13  Jay Belanger  <jay.p.belanger@gmail.com>
7944         * calc.texi (Predefined Units): Add some history.
7946 2007-09-08  Michael Olson  <mwolson@gnu.org>
7948         * erc.texi (Copying): New section included from gpl.texi.
7949         This matches the look of the upstream ERC manual.
7951 2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
7953         * calc.texi (History and Acknowledgements): Adjust the "thanks".
7954         (Random Numbers): Clarify the distribution of `random'.
7956 2007-09-06  Glenn Morris  <rgm@gnu.org>
7958         Move manual sources from man/ to subdirectories of doc/.
7959         Split into the Emacs manual in emacs/, and other manuals in misc/.
7960         Change all setfilename commands to use ../../info.
7961         * Makefile.in: Move the parts of the old man/Makefile.in that do not
7962         refer to the Emacs manual here.
7963         (infodir): New variable.
7964         (INFO_TARGETS, info): Use infodir.  Also used by all info targets.
7965         (cc-mode.texi, faq.texi): Update references to source file locations.
7966         * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
7967         do not refer to the Emacs manual here.
7968         (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
7970         * Makefile.in: Add `basename' versions of all info targets, for
7971         convenience when rebuilding just one manual.
7972         (../etc/GNU): Delete obsolete target.
7973         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
7974         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
7975         *.vrs *.toc here...
7976         (maintainer-clean): ...from here.
7978         * makefile.w32-in (../etc/GNU): Delete obsolete target.
7980 2007-09-01  Jay Belanger  <jay.p.belanger@gmail.com>
7982         * calc.texi (Date Conversions): Clarify definition of
7983         Julian day numbering.
7984         (Date Forms): Clarify definition of Julian day numbering;
7985         add some history.
7987 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
7989         * org.texi: Version 5.07.
7991 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
7993         * message.texi (MIME): Replace mml-attach with mml-attach-file.
7995 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
7997         * org.texi (Adding hyperlink types): New section.
7998         (Embedded LaTeX): Chapter updated because of LaTeX export.
7999         (LaTeX export): New section.
8000         (Using links out): New section.
8002 2007-08-22  Glenn Morris  <rgm@gnu.org>
8004         * faq.texi (Learning how to do something): Refcards now in
8005         etc/refcards/ directory.
8007 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
8009         * tramp.texi (Remote Programs): Persistency file must be cleared when
8010         changing `tramp-remote-path'.
8011         (Filename Syntax): Don't use @var{} constructs inside the @trampfn
8012         macro.
8014 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
8016         * calc.texi: Move contents to beginning of file.
8017         (Algebraic Entry): Fix the formatting of an example.
8019 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
8021         * calc.texi (Basic Operations on Units): Mention exact versus
8022         inexact conversions.
8024 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
8026         * calc.texi (Basic Operations on Units): Mention default
8027         values for new units.
8028         (Quick Calculator Mode): Mention that binary format will
8029         be displayed.
8031 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8033         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
8035 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8037         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
8039 2007-08-08  Glenn Morris  <rgm@gnu.org>
8041         * gnus.texi, sieve.texi: Replace `iff'.
8043 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
8045         * calc.texi (Basic Graphics): Mention the graphing of error
8046         forms.
8047         (Graphics Options): Mention how `g s' handles error forms.
8048         (Curve Fitting): Mention plotting the curves.
8049         (Standard Nonlinear Models): Add additional models.
8050         (Curve Fitting Details): Mention the Levenberg-Marquardt method.
8051         (Linear Fits): Correct result.
8053 2007-08-01  Alan Mackenzie  <acm@muc.de>
8055         * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
8056         to "--no-site-file".
8058 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
8060         * tramp.texi (Frequently Asked Questions): Point to mode line
8061         extension in Emacs 23.1.
8063         * trampver.texi: Update release number.
8065 2007-07-27  Glenn Morris  <rgm@gnu.org>
8067         * calc.texi (Copying): Include license text from gpl.texi, rather than
8068         in-line.
8070 2007-07-25  Glenn Morris  <rgm@gnu.org>
8072         * calc.texi (Copying): Replace license with GPLv3.
8074         * Relicense all FSF files to GPLv3 or later.
8076 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
8078         Sync with Tramp 2.1.10.
8080         * tramp.texi (trampfn): Expand macro implementation in order to handle
8081         empty arguments.
8082         (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
8083         occurrences by trampfn.
8084         (Frequently Asked Questions): Extend example code for host
8085         identification in the modeline.  Add bbdb to approaches shortening Tramp
8086         file names to be typed.
8088         * trampver.texi: Update release number.
8090 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
8092         * tramp.texi: Move @setfilename ../info/tramp up, outside the header
8093         section.  Reported by <poti@potis.org>.
8094         (Remote processes): Arguments of the program to be debugged are taken
8095         literally.
8096         (Frequently Asked Questions): Simplify recentf example.
8098 2007-07-14  Karl Berry  <karl@gnu.org>
8100         * info.texi (@copying): New Back-Cover Text.
8102         * info.texi (Quitting Info): Move to proper place in source.
8103         (Reported by Benno Schulenberg.)
8105 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
8107         * Makefile.in (../info/emacs-mime): Use --enable-encoding.
8109         * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
8111         * emacs-mime.texi: Add @documentencoding directive.
8113 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
8115         * tramp.texi (Remote processes): Add an anchor to the subsection
8116         "Running a debugger on a remote host".
8118 2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
8120         * tramp.texi (Remote processes): Don't call it "experimental" any
8121         longer.  Add subsection about running a debugger on a remote host.
8123 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
8125         * org.texi (Properties and columns): Chapter rewritten.
8127 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
8129         * tramp.texi:
8130         * trampver.texi: Migrate to Tramp 2.1.
8132 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
8134         * org.texi (Properties): New chapter.
8136 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8138         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
8139         Control Panel.
8141         * gnus.texi (Misc Article): Add index entry for
8142         gnus-single-article-buffer.
8144 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8146         * gnus.texi (Starting Up): Fix typo.
8148 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8150         * gnus.texi (Asynchronous Fetching): Fix typo.
8152 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
8154         * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
8155         (About This Manual): Remove redundant information.
8156         (Getting Started): Mention author.
8157         (Basic Arithmetic, Customizing Calc): Make description of the
8158         variable `calc-multiplication-has-precedence' match its new effect.
8160 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
8162         * calc.texi (Basic Arithmetic, Customizing Calc):
8163         Mention the variable `calc-multiplication-has-precedence'.
8165 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
8167         * org.texi (Tag): Section swapped with node Timestamps.
8168         (Formula syntax for Lisp): Document new `L' flag.
8170 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8172         * gnus.texi (Misc Group Stuff, Summary Buffer)
8173         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
8175 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8177         * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
8178         * gnus.texi (Article Buttons, Mail Source Customization)
8179         (Sending or Not Sending, Customizing NNDiary):
8180         * message.texi (Message Headers):
8181         * mh-e.texi (HTML): Fix typos.
8183 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
8185         Sync with Tramp 2.0.56.
8187         * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
8188         settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
8190 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
8192         * Version 22.1 released.
8194 2007-05-26  Michael Olson  <mwolson@gnu.org>
8196         * erc.texi (Modules): Fix references to completion modules.
8198 2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
8200         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
8202 2007-05-09  Didier Verna  <didier@xemacs.org>
8204         * gnus.texi (Email Based Diary): New.  Proper documentation for the
8205         nndiary back end and the gnus-diary library.
8207 2007-05-03  Karl Berry  <karl@gnu.org>
8209         * .cvsignore (*.pdf): New entry.
8211         * texinfo.tex: Update from current version for better pdf generation.
8213 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
8215         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
8217 2007-04-28  Glenn Morris  <rgm@gnu.org>
8219         * faq.texi (New in Emacs 22): Restore mention of python.el pending
8220         consideration of legal status.
8222 2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
8224         * idlwave.texi: Minor updates for IDLWAVE 6.1.
8226 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
8228         * faq.texi (New in Emacs 22): python.el removed.
8230 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
8232         * calc.texi (Reporting bugs): Update maintainer's address.
8234 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
8236         * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
8238 2007-04-15  Jay Belanger  <belanger@truman.edu>
8240         * calc.texi (Title page): Remove the date.
8241         (Basic Arithmetic): Emphasize that / binds less strongly than *.
8242         (The Standard Calc Interface): Change trail title.
8243         (Floats): Mention that when non-decimal floats are entered, only
8244         approximations are stored.
8245         (Copying): Move to the appendices.
8246         (GNU Free Documentation License): Add as an appendix.
8248 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
8250         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
8251         * dired-x.texi, ebrowse.texi, ediff.texi:
8252         * emacs-mime.texi, erc.texi, eshell.texi:
8253         * eudc.texi, flymake.texi, forms.texi, gnus.texi:
8254         * idlwave.texi, message.texi, newsticker.texi, org.texi:
8255         * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
8256         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
8257         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
8258         * woman.texi: Include GFDL.
8260         * doclicense.texi: Remove node heading, so that it can be included by
8261         other files.
8263         * dired-x.texi: Relicence under GFDL.  Remove date from title page.
8265         * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
8266         than *.
8268 2007-04-14  Carsten Dominik  <dominik@science.uva.nl>
8270         * org.texi (Formula syntax for Calc): Emphasize the operator precedence
8271         in Calc.
8273 2007-04-09  Romain Francoise  <romain@orebokech.com>
8275         * faq.texi (New in Emacs 22): Mention improvements to the Windows and
8276         Mac OS ports.  Make it clear that mouse-1 complements and doesn't
8277         replace mouse-2.
8279 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
8281         * woman.texi (Word at point, Interface Options): woman-topic-at-point
8282         renamed to woman-use-topic-at-point.  Document new behavior.
8284 2007-04-08  Richard Stallman  <rms@gnu.org>
8286         * url.texi: Fix some indexing.
8287         (Disk Caching): Drop discussion of old/other Emacs versions.
8289 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8291         * url.texi (Disk Caching): Say Emacs 21 "and later".
8293         * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
8294         on Font locking which now mentions JIT lock.
8296 2007-04-01  Michael Olson  <mwolson@gnu.org>
8298         * erc.texi: Update for the ERC 5.2 release.
8300 2007-03-31  David Kastrup  <dak@gnu.org>
8302         * woman.texi (Topic, Interface Options): Explain changes semantics of
8303         woman-manpath in order to consider MANPATH_MAP entries.
8305 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
8307         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
8309 2007-03-26  Richard Stallman  <rms@gnu.org>
8311         * pgg.texi (Caching passphrase): Clean up previous change.
8313 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
8315         * gnus.texi (Setting Process Marks): Fix typo.
8317 2007-03-25  Romain Francoise  <romain@orebokech.com>
8319         * faq.texi (New in Emacs 22): Reorganize using an itemized list for
8320         readability, and include various fixes by Daniel Brockman, Nick Roberts
8321         and Dieter Wilhelm.
8323 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
8325         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
8327         * gnus.texi (Mail Source Specifiers): Fix typo.
8329 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
8331         * reftex.texi (Imprint): Update maintainer information.
8333 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8335         * message.texi (Message Buffers): Update documentation for
8336         message-generate-new-buffers.
8338 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
8340         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
8342 2007-03-21  Glenn Morris  <rgm@gnu.org>
8344         * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
8346 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
8348         * eshell.texi (Known problems): Emacs 21 -> 22.
8350         * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
8352 2007-03-18  Jay Belanger  <belanger@truman.edu>
8354         * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
8356 2007-03-12  Glenn Morris  <rgm@gnu.org>
8358         * calc.texi (Time Zones): Switch to new North America DST rule.
8360         * calc.texi: Replace "daylight savings" with "daylight
8361         saving" in text throughout.
8363 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8365         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
8366         The variable now uses a list of symbols instead of just a symbol.
8367         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8369 2007-03-06  Romain Francoise  <romain@orebokech.com>
8371         * faq.texi (New in Emacs 22): Don't say "now" too much.  Add MH-E to
8372         new packages, and mention Gnus update.
8374 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8376         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
8377         nntp-open-connection-functions-never-echo-commands.
8379 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
8381         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
8382         problems on the console, and security risk in not using gpg-agent.
8384 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
8386         * org.texi (The spreadsheet): Rename from "Table calculations".
8387         Completely reorganized and rewritten.
8388         (CamelCase links): Section removed.
8389         (Repeating items): New section.
8390         (Tracking TODO state changes): New section.
8391         (Agenda views): Chapter reorganized and rewritten.
8392         (HTML export): Section rewritten.
8393         (Tables in arbitrary syntax): New section.
8394         (Summary): Better feature summary.
8395         (Activation): Document problem with cut-and-paste of Lisp code
8396         from PDF files.
8397         (Visibility cycling): Document indirect buffer use.
8398         (Structure editing): Document sorting.
8399         (Remember): Section rewritten.
8400         (Time stamps): Better description of time stamp types.
8401         (Tag searches): Document regular expression search for tags.
8402         (Stuck projects): New section.
8403         (In-buffer settings): New keywords.
8404         (History and Acknowledgments): Update description.
8406 2007-02-24  Alan Mackenzie  <acm@muc.de>
8408         * cc-mode.texi (Movement Commands): Insert two missing command names.
8409         (Getting Started): Slight wording correction (use conditional).
8411 2007-02-22  Kim F. Storm  <storm@cua.dk>
8413         * widget.texi (User Interface, Basic Types): Document need to put some
8414         text before the %v escape in :format string in editable-field widget.
8416 2007-02-18  Romain Francoise  <romain@orebokech.com>
8418         * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
8419         `cvs-mode-quit'.
8421 2007-02-10  Markus Triska  <markus.triska@gmx.at>
8423         * widget.texi (Programming Example): Put constant strings in :format.
8425 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
8427         * faq.texi (Fullscreen mode on MS-Windows): New node.
8429 2007-02-04  David Kastrup  <dak@gnu.org>
8431         * faq.texi (AUCTeX): Update version number.  Should probably be done
8432         for other packages as well.
8434 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8436         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
8437         <tassilo@member.fsf.org>.
8439 2007-01-20  Markus Triska  <markus.triska@gmx.at>
8441         * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
8443 2007-01-13  Michael Olson  <mwolson@gnu.org>
8445         * erc.texi (Modules): Mention capab-identify module.
8447 2007-01-05  Michael Olson  <mwolson@gnu.org>
8449         * erc.texi (Getting Started): Update for /RECONNECT command.
8451 2007-01-04  Richard Stallman  <rms@gnu.org>
8453         * ebrowse.texi: Change C-c b to C-c C-m.
8455 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8457         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
8458         variables only in info to avoid redundant entries in the printed
8459         manual.
8461 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
8463         * message.texi (Using PGP/MIME): Document gpg-agent usage.
8465 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
8467         * message.texi (Security): Split into sub-nodes.
8469 2007-01-01  Alan Mackenzie  <acm@muc.de>
8471         * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
8472         eval-after-load in Emacs <=21 and a workaround.  Document that
8473         trigraphs are not supported.
8475 2007-01-01  Alan Mackenzie  <acm@muc.de>
8477         * cc-mode.texi ("Filling and Breaking"): Amend the doc for
8478         c-context-line-break.  When invoked within a string, preserve
8479         whitespace.  Add a backslash only when also in a macro.
8481 2007-01-01  Alan Mackenzie  <acm@muc.de>
8483         * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
8485 2007-01-01  Alan Mackenzie  <acm@muc.de>
8487         * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
8488         are now bound by default to c-\(beginning\|end\)-of-defun by default.
8490 2007-01-01  Alan Mackenzie  <acm@muc.de>
8492         * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
8493         "Choosing a Style".
8495         * cc-mode.texi ("Styles"): Add @dfn{style}.
8497 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
8499         Sync with Tramp 2.0.55.
8501         * trampver.texi: Update release number.
8503 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
8505         * gnus.texi (Customizing Articles): Add index entries for all
8506         gnus-treat-* variables.
8508 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8510         * gnus.texi (IMAP): Fix incorrect explanation of
8511         nnimap-search-uids-not-since-is-evil in documentation for
8512         nnimap-expunge-search-string.
8514 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
8516         * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
8517         spam-ifile-database.
8519 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8521         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
8522         rebind C-s.
8524 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
8526         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
8527         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
8528         "expiring mail".
8529         (IMAP): Document nnimap-search-uids-not-since-is-evil and
8530         nnimap-nov-is-evil.
8532 2006-12-25  Kevin Ryde  <user42@zip.com.au>
8534         * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
8535         about the key procedure being used heavily.
8537 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
8539         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
8540         to t.
8541         (Prerequisites): Add explanation about gpg-agent.
8543 2006-12-22  Kevin Ryde  <user42@zip.com.au>
8545         * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
8546         "sort" instead of "sort*".
8548 2006-12-19  Richard Stallman  <rms@gnu.org>
8550         * calc.texi (History and Acknowledgements): Recognize that Emacs
8551         now does have floating point.
8553 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
8555         * tramp.texi (External transfer methods): Describe new method `scpc'.
8557 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
8559         * pgg.texi: Added short note on gpg-agent to the introduction.
8561 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8563         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
8564         also applies to Cc.
8566 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8568         * gnus.texi (X-Face): Clarify.  Say which programs are required
8569         on Windows.
8571 2006-12-08  Michael Olson  <mwolson@gnu.org>
8573         * erc.texi (Modules): Remove documentation for list module.
8575 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8577         * faq.texi (^M in the shell buffer): Ditto.
8579 2006-11-20  Michael Olson  <mwolson@gnu.org>
8581         * erc.texi: Call this the 5.2 stable pre-release of ERC.
8583 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
8585         * org.texi: Fix typos.
8586         (Agenda commands): Document `C-k'.
8588 2006-11-16  Eli Zaretskii  <eliz@gnu.org>
8590         * url.texi (http/https): Fix a typo in the HTTP URL.
8592 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
8594         * ada-mode.texi: Total rewrite.
8596 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
8598         * org.texi: Minor typo fixes.
8600 2006-11-13  Bill Wohler  <wohler@newt.com>
8602         Release MH-E manual version 8.0.3.
8604         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8605         release 8.0.3.
8607         * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
8608         to set MAILDIR.
8609         (Reading Mail): Document the customization of read-mail-command
8610         for MH-E.
8611         (Viewing Attachments): Document mm-discouraged-alternatives.
8612         (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
8613         (Junk): Add more information about the settings of mh-junk-background
8614         in a program.  Add /usr/bin/mh to PATH in examples.
8616 2006-11-12  Richard Stallman  <rms@gnu.org>
8618         * woman.texi: Update author address but say he no longer maintains it.
8620 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
8622         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
8623         archived trees.
8624         (Checkboxes): Section moved to chapter 5, and extended.
8625         (The date/time prompt): New section.
8626         (Link abbreviations): New section.
8627         (Presentation and sorting): New section.
8628         (Custom agenda views): Section completely rewritten.
8629         (Summary): Compare with Planner.
8630         (Feedback): More info about creating backtraces.
8631         (Plain lists): Modify example.
8632         (Breaking down tasks): New section.
8633         (Custom time format): New section.
8634         (Time stamps): Document inactive timestamps.
8635         (Setting tags): More details about fast tag selection.
8636         (Block agenda): New section.
8637         (Custom agenda views): Section rewritten.
8638         (Block agenda): New section.
8640 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
8642         * tramp.texi (Configuration): scp is the default method.
8643         (Default Method): Use ssh as example for another method.
8645 2006-10-27  Richard Stallman  <rms@gnu.org>
8647         * woman.texi: Downcase nroff/troff/roff.
8648         (Installation): Chapter deleted.  Some xrefs deleted.
8649         (Background): woman doesn't advise man ;-).
8651 2006-10-26  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
8653         * ada-mode.texi (Project files, Identifier completion)
8654         (Automatic Casing, Debugging, Using non-standard file names)
8655         (Working Remotely): Fix typos.
8657 2006-10-20  Masatake YAMATO  <jet@gyve.org>
8659         * cc-mode.texi (Sample .emacs File): Add missing `)' in
8660         sample code `my-c-initialization-hook'.
8662 2006-10-19  Stuart D. Herring  <herring@lanl.gov>
8664         * widget.texi: Fix typos.
8666 2006-10-19  Michael Albinus  <michael.albinus@gmx.de>
8668         * tramp.texi (Frequently Asked Questions): Remove questions marked with
8669         "???".  There have been no complaints for years, so the information
8670         must be appropriate.
8672 2006-10-16  Richard Stallman  <rms@gnu.org>
8674         * widget.texi: Use @var instead of capitalization.
8675         Clarify many widget type descriptions.
8677 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8679         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
8680         gnus-dired-attach.
8681         (Selecting a Group): Fix typo.
8683 2006-10-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
8685         * widget.texi: Fix typos.
8687 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
8689         * gnus.texi (Image Enhancements): Update for Emacs 22.
8691         * gnus-faq.texi ([1.3]): Update.
8693 2006-10-06  Richard Stallman  <rms@gnu.org>
8695         * faq.texi (Displaying the current line or column):
8696         Delete "As of Emacs 20".
8698 2006-10-06  Romain Francoise  <romain@orebokech.com>
8700         * faq.texi (VM): VM works with Emacs 22 too.
8702 2006-10-06  Richard Stallman  <rms@gnu.org>
8704         * ebrowse.texi: Remove Emacs version "21" from title.
8706 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
8708         * gnus.texi (Foreign Groups): Say where change of editing commands are
8709         stored.  Add reference to `gnus-parameters'.
8711 2006-09-15  Jay Belanger  <belanger@truman.edu>
8713         * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
8714         Change "Library Public License" to "Lesser Public License"
8715         throughout.  Use "yyyy" to represent year.
8717 2006-09-15  Carsten Dominik  <dominik@science.uva.nl>
8719         * org.texi (Setting tags): Typo fix.
8721 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
8723         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
8725 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
8727         * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
8729 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8731         * faq.texi (Escape sequences in shell output): EMACS is now set
8732         to Emacs's absolute file name, not to "t".
8733         (^M in the shell buffer): Likewise.
8735 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
8737         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
8738         mails with pop3-leave-mail-on-server.  Fix wording.
8739         (Limiting): Improve gnus-summary-limit-to-articles.
8740         (X-Face): Fix typo.
8742 2006-09-11  Simon Josefsson  <jas@extundo.com>
8744         * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
8745         suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
8747 2006-09-06  Simon Josefsson  <jas@extundo.com>
8749         * smtpmail.texi (Authentication): Mention SSL.
8751 2006-09-03  Diane Murray  <disumu@x3y2z1.net>
8753         * erc.texi (Getting Started, Connecting): Change erc-select to erc.
8755 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
8757         * rcirc.texi (Internet Relay Chat, Useful IRC commands):
8758         Don't use @indicateurl.
8760         * cc-mode.texi (Subword Movement): Don't use @headitem.
8761         (Custom Braces, Clean-ups): Don't use @tie.
8763 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
8765         Sync with Tramp 2.0.54.
8767         * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
8768         Suggested by Adrian Phillips <a.phillips@met.no>.
8770 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
8772         * org.texi (Installation, Activation): Split from Installation and
8773         Activation.
8774         (Clocking work time): Documented new features.
8776 2006-08-13  Alex Schroeder  <alex@gnu.org>
8778         * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
8779         example.
8781 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
8783         * faq.texi (How to add fonts): New node.
8785 2006-08-05  Romain Francoise  <romain@orebokech.com>
8787         * faq.texi (New in Emacs 22): Expand.
8789 2006-08-03  Michael Olson  <mwolson@gnu.org>
8791         * erc.texi: Update for ERC 5.1.4.
8793 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8795         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
8796         in .../site-lisp/gnus/ by default.
8797         [ From gnus-news.texi in the trunk. ]
8799 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
8801         * gnus.texi (MIME Commands): Additions for yEnc.
8803 2006-07-24  Richard Stallman  <rms@gnu.org>
8805         * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
8806         * faq.texi: Move periods and commas inside quotes.
8808 2006-07-20  Jay Belanger  <belanger@truman.edu>
8810         * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
8812 2006-07-18  Chong Yidong  <cyd@stupidchicken.com>
8814         * faq.texi (Security risks with Emacs): Document Emacs 22
8815         file-local-variable mechanism.
8817 2006-07-12  Michael Olson  <mwolson@gnu.org>
8819         * erc.texi: Update for ERC 5.1.3.
8821 2006-07-12  Alex Schroeder  <alex@gnu.org>
8823         * rcirc.texi: Fix typos.
8824         (Getting started with rcirc): New calling convention for M-x irc.
8825         Mention #rcirc.  Removed channel tracking.
8826         (Configuration): Change the names of all variables that got changed
8827         recently, eg. rcirc-server to rcirc-default-server.  Added
8828         documentation for rcirc-authinfo, some background for Bitlbee, and
8829         rcirc-track-minor-mode.
8830         (Scrolling conservatively): Fix the xref from Auto Scrolling to just
8831         Scrolling.
8832         (Reconnecting after you have lost the connection): Fix example code
8833         to match code changes.
8835 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
8837         * gnus.texi, message.texi: Fix typos.
8839 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
8841         * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
8842         commands.
8843         (Global TODO list): Document the use of the variables
8844         `org-agenda-todo-ignore-scheduled' and
8845         `org-agenda-todo-list-sublevels'.
8847 2006-07-05  Richard Stallman  <rms@gnu.org>
8849         * faq.texi (Scrolling only one line): Fix xref.
8851 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
8853         * faq.texi (Evaluating Emacs Lisp code):
8854         Throughout, replace eval-current-buffer with eval-buffer.
8856 2006-07-03  Richard Stallman  <rms@gnu.org>
8858         * rcirc.texi (Scrolling conservatively): Fix xref.
8860         * pcl-cvs.texi (Viewing differences): Usage fix.
8862 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
8864         * org.texi (Agenda commands): Document `s' key to save all org-mode
8865         buffers.
8867 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
8869         * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
8870         names.  Mention `cvs-msg' face.
8872 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
8874         * org.texi (Checkboxes): New section.
8876 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
8878         * org.texi (Embedded LaTeX): Fix typos and implement small improvements
8879         throughout this chapter.
8881 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
8883         * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
8884         text for standalone vs Emacs info.
8885         (Help): Clarify header line description.  Use mouse-1 for clicks.
8886         (Help-P): Use mouse-1 for clicks.
8887         (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
8888         (Help-^L, Help-M, Help-Int, Search Index, Go to node)
8889         (Choose menu subtopic): Remove gratuitous Emacs command names.
8890         (Help-FOO): Put usual behavior first.
8891         (Help-Xref): Clicking on xrefs works in Emacs.
8892         (Search Text): Clarify what the default behavior is.
8893         (Create Info buffer): Fix Emacs window/X window confusion.
8894         (Emacs Info Variables): Fix for new Emacs init file behavior.
8896 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8898         * gnus.texi (Summary Buffer Lines): Fix typo.
8900 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
8902         * org.texi (Embedded LaTeX): New chapter.
8903         (Archiving): Section rewritten.
8904         (Enhancing text): Some parts moved to the new chapter about LaTeX.
8906 2006-06-20  Bill Wohler  <wohler@newt.com>
8908         Release MH-E manual version 8.0.1.
8910         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8911         release 8.0.1.
8912         (Preface): Depend on GNU mailutils 1.0 and higher.
8914 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8916         * message.texi (News Headers): Update message-syntax-checks section.
8918 2006-06-19  Karl Berry  <karl@gnu.org>
8920         * info.texi (Advanced): Mention C-q, especially with ?.
8922 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
8924         * org.texi (Publishing links): Document the `:link-validation-function'
8925         property.
8926         (Extensions and Hacking): New chapter, includes some sections of the
8927         "Miscellaneous" chapter.
8929 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
8931         * org.texi (Progress logging): New section.
8933 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
8935         * org.texi (ASCII export): Document indentation adaptation.
8936         (Setting tags): Document mutually-exclusive tags.
8938 2006-06-05  Romain Francoise  <romain@orebokech.com>
8940         * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
8941         Fix typo.
8943         * gnus-faq.texi (Question 8.6): Update reference to the Gnus
8944         channel (#gnus@irc.freenode.net).
8945         Fix typos.  Update copyright notice.
8947         * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
8948         (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
8949         (Line-Up Functions, Custom Macros):
8950         * ediff.texi (Window and Frame Configuration)
8951         (Highlighting Difference Regions):
8952         * emacs-mime.texi (Display Customization):
8953         * erc.texi (History):
8954         * eshell.texi (Known problems):
8955         * eudc.texi (Overview, BBDB):
8956         * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
8957         (The problem of spam, SpamOracle, Extending the Spam package)
8958         (Conformity, Terminology):
8959         * idlwave.texi (Routine Info)
8960         (Class and Keyword Inheritance, Padding Operators)
8961         (Breakpoints and Stepping, Electric Debug Mode)
8962         (Examining Variables, Troubleshooting):
8963         * org.texi (Creating timestamps):
8964         * reftex.texi (Commands, Options, Changes):
8965         * tramp.texi (Inline methods, Password caching)
8966         (Auto-save and Backup, Issues):
8967         * vip.texi (Files, Commands in Insert Mode):
8968         * viper.texi (Emacs Preliminaries, States in Viper)
8969         (Packages that Change Keymaps, Viper Specials, Groundwork):
8970         Fix various typos.
8972 2006-05-31  Michael Ernst  <mernst@alum.mit.edu>
8974         * ediff.texi: Fix typos.
8976 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
8978         * org.texi: Small typo fixes.
8980 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8982         * viper.texi (Viper Specials):
8983         * gnus.texi (Example Setup):
8984         * faq.texi (Backspace invokes help):
8985         * dired-x.texi (Optional Installation Dired Jump):
8986         * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
8987         follow coding conventions.
8989 2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
8991         * tramp.texi (Frequently Asked Questions): Disable zsh zle.
8993 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
8995         * pcl-cvs.texi: Fix typos.
8996         (Customization): Say "us".
8998 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
9000         * org.texi: Remove bogus @setfilename.
9002 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
9004         * org.texi (ASCII export): Omit command name.
9005         (HTML export): Add prefix to all lines in Local Variable example.
9006         (Acknowledgments): Typeset names in italics.
9008 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
9010         * org.texi (Plain lists): Add new item navigation commands.
9011         (External links): Document elisp and info links.
9012         (Custom searches): New section.
9013         (Publishing): New chapter.
9014         (HTML export): Include a list of supported CSS classes.
9015         (Setting tags): Describe the fast-tag-setting interface.
9017 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
9019         * dired-x.texi: ifinfo -> ifnottex.
9021 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9023         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
9025 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
9027         * message.texi (Interface): Add tool bar customization.
9028         (MIME): Index and text additions for mml-attach.
9029         (MIME): Describe mml-dnd-protocol-alist and
9030         mml-dnd-attach-options.
9032         * gnus.texi (Oort Gnus): Reorder entries in sections.
9033         Fix some entries.
9034         (Starting Up): Add references to "Emacs for Heathens" and to
9035         "Finding the News".  Add user-full-name and user-mail-address.
9036         (Group Buffer Format): Add tool bar customization and update.
9037         (Summary Buffer): Add tool bar customization.
9038         (Posting Styles): Add message-alternative-emails.
9040 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
9042         * tramp.texi (Filename completion): Improve wording.
9044 2006-05-07  Romain Francoise  <romain@orebokech.com>
9046         * faq.texi (Using regular expressions): Fix typo.
9047         (Packages that do not come with Emacs): Fix capitalization.
9048         (Replacing text across multiple files): Expand node to explain how
9049         to use `dired-do-query-replace-regexp' in more detail, based on
9050         suggestion by Eric Hanchrow <offby1@blarg.net>.
9052 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
9054         * tramp.texi (Filename completion): Completion of remote files'
9055         method, user name and host name is active only in partial
9056         completion mode.
9058 2006-05-06  Bill Wohler  <wohler@newt.com>
9060         Release MH-E manual version 8.0.
9062         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
9063         release 8.0.
9065 2006-05-06  Bill Wohler  <wohler@newt.com>
9067         * mh-e.texi (MH-BOOK-HOME): Change from
9068         http://www.ics.uci.edu/~mh/book/mh to
9069         http://rand-mh.sourceforge.net/book/mh.
9070         Replace .htm suffix with .html for MH book files.
9071         (Using This Manual): Update key binding for getting relevant
9072         chapter in Info from command key.
9073         (Ranges): Fix itemx.
9075 2006-05-05  Karl Berry  <karl@gnu.org>
9077         * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
9078         (\fonttextsize): New user-level command to change text font size.
9080 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9082         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
9084 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
9086         * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
9088 2006-04-24  Bill Wohler  <wohler@newt.com>
9090         * mh-e.texi (Getting Started): Make it more explicit that you need
9091         to install MH.  Add pointers to current MH implementations.
9093 2006-04-21  Bill Wohler  <wohler@newt.com>
9095         Release MH-E manual version 7.94.
9097         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
9098         release 7.94.
9100 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
9102         * org.texi: Many small fixes.
9103         (Handling links): Rename from "Managing links".
9105 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9107         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
9108         (Splitting mail using spam-stat): Fix @xref.
9110 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
9112         * gnus.texi (Spam Package): Major revision of the text.
9113         Previously this node was "Filtering Spam Using The Spam ELisp Package".
9115 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
9117         * org.texi (Time stamps): Better explanation of the purpose of
9118         different time stamps.
9119         (Structure editing, Plain lists): More details on how new items
9120         and headings are inserted.
9122 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
9124         * org.texi (Formula syntax): Fix link to Calc Manual.
9126 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9128         * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
9130 2006-04-17  Bill Wohler  <wohler@newt.com>
9132         * mh-e.texi (Folders): Update mh-before-quit-hook and
9133         mh-quit-hook example with code that removes the buffers rather
9134         than just bury them.
9136 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
9138         Sync with Tramp 2.0.53.
9140 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9142         * org.texi (Updating settings): New section.
9143         (Visibility cycling): Better names for the startup folding
9144         options.
9145         (Exporting): Completely restructured.
9146         (The very busy C-c C-c key): New section.
9147         (Summary of in-buffer settings): New section.
9149 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9151         * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
9153 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9155         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
9156         (Server Commands): Key `v' is reserved for users.
9158 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
9160         * org.texi (Link format): New section, emphasis on bracket links.
9161         (External links): Document bracket links.
9162         (FAQ): Expand to cover shell links and the new link format.
9164 2006-04-09  Kevin Ryde  <user42@zip.com.au>
9166         * org.texi (Formula syntax): Typo in node name of calc-eval xref.
9168 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
9170         * gnus.texi (Summary Buffer Lines): Add `*'.
9172 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
9174         * gnus.texi (Group Parameters):
9175         Mention gnus-permanently-visible-groups.
9177 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9179         * gnus.texi (Face): Fix typo.
9181 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
9183         * gnus.texi (X-Face): Clarify.
9184         (Face): Need Emacs with PNG support.
9186 2006-04-06  Richard Stallman  <rms@gnu.org>
9188         * idlwave.texi: Delete the blocks "not suitable for inclusion with
9189         Emacs".
9191 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
9193         * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
9194         blocks not suitable for inclusion with Emacs using variable
9195         PARTOFEMACS.
9197 2006-04-04  Simon Josefsson  <jas@extundo.com>
9199         * gnus.texi (Security): Improve.
9201 2006-04-02  Karl Berry  <karl@gnu.org>
9203         * texinfo.tex: Update to current version (2006-03-21.13).
9205 2006-04-02  Bill Wohler  <wohler@newt.com>
9207         * mh-e.texi (Getting Started, Junk, Bug Reports)
9208         (MH FAQ and Support): Fix URLs.
9210 2006-03-31  Romain Francoise  <romain@orebokech.com>
9212         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
9213         to t, not nil (and has for the past eight years).
9215 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9217         * message.texi, gnus.texi: Bump version to 5.11.
9219 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
9221         * gnus.texi (Top): Add comment about version line.
9223         * message.texi (Top): Ditto.  Change to take named versions into
9224         account.
9226 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9228         * gnus.texi (Posting Styles): Add x-face-file to example.
9229         (X-Face): Refer to posting styles.
9231         * gnus-faq.texi ([5.8]): Add x-face-file.
9232         ([8.4]): Add links to gmane.emacs.gnus.user and
9233         gmane.emacs.gnus.general.
9235 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9237         * gnus-faq.texi: Use .invalid.
9238         ([5.4]): Fix gnus-posting-styles example.
9240 2006-03-27  Romain Francoise  <romain@orebokech.com>
9242         * faq.texi (Emacs/W3): Rename from `w3-mode'.  Mention that
9243         Emacs/W3 needs a new maintainer.
9244         (Ispell): Update author and version info.
9245         (Mailcrypt): Mention PGG.
9246         (New in Emacs 22): Add PGG to the list of new packages.
9247         Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
9248         updating dead URLs.
9250 2006-03-25  Karl Berry  <karl@gnu.org>
9252         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
9253         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
9254         * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
9255         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
9256         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
9257         * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
9258         * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
9259         (2) do not indent copyright year list (or anything else).
9261 2006-03-21  Bill Wohler  <wohler@newt.com>
9263         * mh-e.texi (Folders): Various edits.
9265 2006-03-20  Romain Francoise  <romain@orebokech.com>
9267         * gnus.texi (Mail Folders): Grammar fix.
9269 2006-03-19  Bill Wohler  <wohler@newt.com>
9271         * mh-e.texi (Replying): Document Mail-Followup-To.
9272         Change manually-formatted table to multitable.  Add debugging info.
9273         Move description of mh-reply-default-reply-to into paragraph
9274         that describes its values.
9276 2006-03-17  Bill Wohler  <wohler@newt.com>
9278         * mh-e.texi: Use smallexample and smalllisp consistently.
9279         (Sending Mail Tour): Update method of entering
9280         addresses and subject.
9281         (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
9282         (Adding Attachments, Searching): Update screenshots for Emacs 22.
9284 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
9286         * org.texi: Version number change only.
9288 2006-03-14  Bill Wohler  <wohler@newt.com>
9290         * mh-e.texi: Add index entries around each paragraph rather than
9291         depend on entries from beginning of node.  Doing so ensures that
9292         index entries are less likely to be forgotten if text is cut and
9293         pasted, and are necessary anyway if the references are on a
9294         separate page.  It seems that makeinfo is now (v. 4.8) only
9295         producing one index entry per node, so there is no longer any
9296         excuse not to.  Use subheading instead of heading.  The incorrect
9297         use of heading produced very large fonts in Info--as large as the
9298         main heading.
9299         (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
9300         versions 6 and 7 appeared *around* the time of these Emacs releases.
9302 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
9304         * org.texi (Clean view): Document new startup options.
9306 2006-03-11  Bill Wohler  <wohler@newt.com>
9308         * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
9309         (Composing, Scan Line Formats): Fix @refs.
9310         (Getting Started): Define MH profile and MH profile components.
9311         (Incorporating Mail, Reading Mail, Viewing, Printing)
9312         (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
9313         (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
9314         for string constants.
9315         (Tool Bar): Remove spurious quote.
9316         (Junk): Use ``...'' instead of "...".
9317         (Scan Line Formats): Replace @samp with @kbd.
9319 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9321         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
9323 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9325         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
9326         easy to understand.
9328 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9330         * gnus.texi: Markup fix.
9331         (Fancy Mail Splitting): Specify new feature.
9333 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9335         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
9336         partial-words matching.
9338 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9340         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
9342         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
9343         (MIME Commands): Fix mm-discouraged-alternatives.
9345 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
9347         * org.texi: Version number change only.
9349 2006-03-06  Bill Wohler  <wohler@newt.com>
9351         * mh-e.texi: Move from SourceForge repository to Savannah.
9352         This is version 7.93, which is a total rewrite from the previous
9353         edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
9354         version 7.93.
9356 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9358         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
9360 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
9362         * org.texi (Interaction): Add item about `org-mouse.el' by
9363         Piotr Zielinski.
9364         (Managing links): Document that also mouse-1 can be used to
9365         activate a link.
9366         (Headlines, FAQ): Add entry about hiding leading stars.
9367         (Miscellaneous): Resort the sections in this chapter to a more
9368         logical sequence.
9370 2006-02-27  Simon Josefsson  <jas@extundo.com>
9372         * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
9373         2004-01-27 from the trunk).
9375 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9377         * cc-mode.texi: Rename c-hungry-backspace to
9378         c-hungry-delete-backwards, at the request of RMS.  Leave the old
9379         name as an alias.
9381 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9383         * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
9384         include the function header within the defun.
9386 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9388         * cc-mode.texi: Correct two typos.
9390 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
9392         * cc-mode.texi (Comment Commands): State that C-u M-; kills any
9393         existing comment.
9394         (Electric Keys): Add a justification for electric indentation.
9395         (Hungry WS Deletion): Clear up the names and complications of the
9396         BACKSPACE and DELETE keys.
9398 2006-02-23  Juri Linkov  <juri@jurta.org>
9400         * faq.texi (Common requests): Move `Turning on auto-fill by
9401         default' after `Wrapping words automatically'.  Move `Working with
9402         unprintable characters' before `Searching for/replacing newlines'.
9403         Move `Replacing highlighted text' after `Highlighting a region'.
9404         Merge `Repeating commands' and `Repeating a command as many times
9405         as possible' into the former.
9406         (Packages that do not come with Emacs): Add refs to Gmane and
9407         etc/MORE.STUFF.
9409 2006-02-23  Juri Linkov  <juri@jurta.org>
9411         * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
9412         (Reporting bugs): Suggest using `M-x report-emacs-bug'.
9413         Add xref to `(emacs)Reporting Bugs'.
9414         (Getting a printed manual): Add URL to other formats of the manual.
9415         (Common requests): Fix menu.
9416         (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
9417         (Horizontal scrolling): Mention `truncate-partial-width-windows'.
9418         (Inserting text at the beginning of each line): Add pxref to
9419         `Changing the included text prefix'.
9420         (Forcing the cursor to remain in the same column): Mention `track-eol'
9421         and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
9422         (Replacing text across multiple files): Add keybinding `Q' for
9423         `dired-do-query-replace'.
9425 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
9427         * reftex.texi: Version number and date change only.
9429         * org.texi (Internal Links): Rewrite to cover the modified
9430         linking system.
9432 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
9434         * faq.texi: Remove the coding cookie, it's not needed anymore.
9436 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9438         * faq.texi (Colors on a TTY): Mention Mac OS port.
9440 2006-02-12  Karl Berry  <karl@gnu.org>
9442         * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
9443         8-bit accented a.
9445 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
9447         * gnus.texi (Gnus Versions): Add history beyond start of Oort.
9449 2006-02-08  Romain Francoise  <romain@orebokech.com>
9451         * faq.texi (Top): Remove paragraph about the FAQ being a
9452         transitional document, etc.
9453         (Searching for/replacing newlines): New node.
9454         (Yanking text in isearch): New node.
9455         (Inserting text at the beginning of each line): Rename and make
9456         more general, mention `M-;' in Message mode.
9458 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
9460         * faq.texi (Meta key does not work in xterm)
9461         (Emacs does not display 8-bit characters)
9462         (Inputting eight-bit characters): Update xrefs.
9464 2006-02-06  Romain Francoise  <romain@orebokech.com>
9466         * faq.texi (VM): VM now at version 7.19.
9467         Set myself as maintainer of this file.
9469 2006-02-04  Michael Olson  <mwolson@gnu.org>
9471         * erc.texi (History): Note that ERC is now included with Emacs.
9473 2006-01-31  Romain Francoise  <romain@orebokech.com>
9475         * message.texi (Message Headers): Explain what
9476         `message-alternative-emails' does in more detail.
9477         Update copyright year.
9479 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
9481         * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
9483 2006-01-29  Richard M. Stallman  <rms@gnu.org>
9485         * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
9487 2006-01-29  Michael Olson  <mwolson@gnu.org>
9489         * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
9491         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
9493         * faq.texi (New in Emacs 22): Mention ERC.
9495 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
9497         * rcirc.texi: Capitalize dir entry for consistency with the entry
9498         in info/dir and other entries in the Emacs category.
9499         Fix typos.  Delete trailing whitespace.
9501 2006-01-28  Björn Lindström  <bkhl@elektrubadur.se>
9503         * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
9505 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
9507         * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
9508         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9510         * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
9511         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9513 2006-01-27  Alex Schroeder  <alex@gnu.org>
9515         * rcirc.texi: New file.
9517 2006-01-23  Juri Linkov  <juri@jurta.org>
9519         * widget.texi (User Interface): Add S-TAB for widget-backward.
9521 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
9523         Sync with Tramp 2.0.52.
9525         * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
9526         Add Tramp disabling item.  New item for common connection problems.
9527         (various): Apply "ftp" as method for the download URL.
9528         (Bug Reports): Refer to FAQ for common problems.
9530 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
9532         * widget.texi (User Interface): Use @key for TAB.
9534         * ses.texi (Formulas, Printer functions): Use @key for TAB.
9536         * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
9537         for TAB.
9539         * cc-mode.texi (Indentation Calculation): Use @key for TAB.
9541 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9543         * gnus.texi: Update copyright.
9545 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9547         * gnus.texi (Article Washing): Additions.
9549 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
9551         * org.texi (Agenda commands): Document tags command.
9553 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9555         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
9557 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9559         * gnus.texi (RSS): Addition.
9561 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9563         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
9565 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9567         * emacs-mime.texi (Display Customization): Add setting example to
9568         mm-discouraged-alternatives.
9570 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9572         * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
9573         version is the canonical version.
9575 2006-01-08  Alex Schroeder  <alex@gnu.org>
9577         * pgg.texi (Caching passphrase): Rewording.
9579 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
9581         * flymake.texi (Obtaining Flymake): Update Flymake's CVS
9582         repository URL.
9584 2006-01-06  Carsten Dominik  <dominik@science.uva.nl>
9586         * org.texi: Removed the accidentally re-added empty line in the
9587         direntry.
9589 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
9591         * org.texi (Agenda Views): Chapter reorganized.
9593 2005-12-29  Romain Francoise  <romain@orebokech.com>
9595         * faq.texi (Using Customize): New node.
9597 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
9599         * org.texi: Remove blank line in @direntry.  It is non-standard
9600         and recursively produces blank lines all over the dir file (when
9601         using Texinfo 4.8).
9603 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
9605         * widget.texi (atoms): Delete obsolete remark about `file' widget.
9607 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
9609         * org.texi (Tags): Boolean logic documented.
9610         (Agenda Views): Document custom commands.
9612 2005-12-20  David Kastrup  <dak@gnu.org>
9614         * faq.texi (AUCTeX): Update version and mailing list info.
9616 2005-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9618         * gnus.texi (MIME Commands): Mention addition of
9619         multipart/alternative to gnus-buttonized-mime-types and add xref
9620         to mm-discouraged-alternatives.
9622         * emacs-mime.texi (Display Customization): Mention addition of
9623         "image/.*" and add xref to gnus-buttonized-mime-types in the
9624         mm-discouraged-alternatives section.
9626 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
9628         * org.texi (Tags): New section.
9629         (Agenda Views): Chapter reorganized.
9631 2005-12-16  Eli Zaretskii  <eliz@gnu.org>
9633         * org.texi (Internal Links): Add a missing comma after an @xref.
9635 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
9637         * faq.texi (Filling paragraphs with a single space): No need to
9638         change sentence-end now.
9640 2005-12-13  Romain Francoise  <romain@orebokech.com>
9642         * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
9644 2005-12-12  Jay Belanger  <belanger@truman.edu>
9646         * faq.texi (Calc): Update version number.
9648 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
9650         * org.texi (Progress Logging): New section.
9652 2005-12-10  Romain Francoise  <romain@orebokech.com>
9654         Update the Emacs FAQ for the 22.1 release.
9656         * faq.texi: Set VER to `22.1'.
9657         (Basic editing): Explain how to use localized versions of the
9658         Tutorial.  Mention that `C-h r' displays the manual.
9659         Delete obsolete WWW link to an Emacs 18 tutorial.
9660         (Getting a printed manual): Point to the new locations of the
9661         manuals on the GNU Web site.
9662         (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
9663         available via Info (it was previously distributed separately).
9664         (Installing Texinfo documentation): The latest version of Texinfo
9665         is 4.8, not 4.0.
9666         (Informational files for Emacs): COPYING is the GNU General Public
9667         License, not the Emacs General Public License.
9668         (Informational files for Emacs): Delete obsolete link to the
9669         GNUinfo pages as they have been removed from the GNU Web site.
9670         (New in Emacs 22): New node.
9671         (Setting up a customization file): Say that most packages support
9672         Customize nowadays.
9673         (Colors on a TTY): Delete reference to instructions on how to
9674         enable syntax highlighting, it is now enabled by default.
9675         (Turning on abbrevs by default): Emacs now reads the abbrevs file
9676         at startup automatically.
9677         (Controlling case sensitivity): Mention `M-c' in isearch.
9678         (Using an already running Emacs process): Emacs now creates the
9679         socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
9680         gnuserv.  As emacsclient can now run Lisp code as well, delete a
9681         sentence praising gnuserv for that.  Simplify description of how
9682         the client/server operation works.
9683         (Compiler error messages): Delete obsolete text (compile.el has
9684         been rewritten).
9685         (Indenting switch statements): Fix typo.
9686         (Matching parentheses): Simplify setup instructions, mention the
9687         menu bar item in the Options menu.
9688         (Repeating a command as many times as possible): Mention `C-x e'.
9689         (Going to a line by number): Mention new keymap and bindings
9690         `M-g M-g', `M-g M-p' and `M-g M-n'.
9691         (Turning on syntax highlighting): Now on by default.  Simplify.
9692         (Replacing highlighted text): Use `1', not `t'.
9693         (Problems with very large files): The maximum size is now 256MB on
9694         32-bit machines.
9695         (^M in the shell buffer): Mention `comint-process-echoes'.
9696         (Emacs for Apple computers): Emacs 22 has native support for Mac
9697         OS X.
9698         (Translating names to IP addresses): Delete node.
9699         (Binding keys to commands): Fix typo.
9700         (SPC no longer completes file names): New node.
9701         (MIME with Emacs mail packages): Delete section about the Emacs
9702         MIME FAQ (it's not reachable anymore).
9704 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9706         * cc-mode.texi: The manual has been extensively revised: the
9707         information about using CC Mode has been separated from the larger
9708         and more difficult chapters about configuration.  It has been
9709         updated for CC Mode 5.31.
9711 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9713         * pgg.texi (User Commands): Fix description of pgg-verify-region.
9714         (Selecting an implementation): Fix descriptions.
9716 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9718         * message.texi (Various Message Variables): Addition.
9720 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9722         * message.texi: Fix default values.
9724 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9726         * message.texi (Header Commands): Clarify descriptions of
9727         message-cross-post-followup-to, message-reduce-to-to-cc, and
9728         message-insert-wide-reply.
9729         (Various Commands): Fix kindex for message-kill-to-signature;
9730         clarify description of message-tab.
9732 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9734         * message.texi (Mailing Lists): Fix description about MFT.
9736         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
9738 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9740         * gnus.texi (Slow Terminal Connection): Replace old description
9741         with new one.
9743 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9745         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
9746         replace X-Draft-Headers with X-Draft-From.
9748 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9750         * gnus.texi (Various Various): Fix the default value of
9751         nnheader-max-head-length.
9752         (Gnus Versions): Fix typo.
9754 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
9756         * org.texi (Structure editing): Document new functionality of
9757         M-RET.
9759 2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
9761         * org.texi (Internal Links): Fix Texinfo usage.
9763 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
9765         * org.texi (TODO basics): Document the global todo list.
9766         (TODO items): Documents sparse tree for specific TODO
9767         keywords.
9769 2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
9771         * org.texi (Plain Lists): Typos fixed.
9773 2005-11-28  Jay Belanger  <belanger@truman.edu>
9775         * calc.texi: Change references of `M-#' to `C-x *' prefix.
9777 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
9779         * org.texi (Structure editing): New item moving commands added.
9780         (Plain Lists): New section.
9782 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
9784         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
9785         (Agenda): Document commands `org-cycle-agenda-files' and
9786         `org-agenda-file-to-front'.
9787         (Built-in table editor): Document `org-table-sort-lines'.
9788         (HTML formatting): Export of hand-formatted lists.
9790 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9792         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
9793         new variable gnus-toolbar-thickness.
9795 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9797         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
9799 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9801         * gnus.texi (X-Face): Fix description.
9802         (XVarious): Remove gnus-xmas-logo-color-alist and
9803         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
9805 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9807         * gnus.texi (Group Parameters): Mention new variable
9808         gnus-parameters-case-fold-search.
9809         (Home Score File): Addition.
9811 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
9813         * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
9814         (Overview): List supported feed types.
9815         (Installation): No installation necessary when using autoload.
9816         (Configuration): Rename "RSS" to "news".
9818 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
9820         * pgg.texi (User Commands): Document additional passphrase
9821         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
9822         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
9824 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
9826         * org.texi: Version number changed to 3.19.
9828 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
9830         * pgg.texi (How to use): Update the example to add autoload of
9831         pgg-encrypt-symmetric-region.
9832         (User Commands): Document pgg-encrypt-symmetric-region.
9833         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
9835 2005-10-27  Jay Belanger  <belanger@truman.edu>
9837         * calc.texi (Predefined Units): Fix the symbol for a TeX points,
9838         mention other TeX-related units.
9840 2005-10-23  Lars Hansen  <larsh@soem.dk>
9842         * dired-x.texi (Miscellaneous Commands):
9843         Replace dired-do-relative-symlink by dired-do-relsymlink and
9844         dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
9846 2005-10-23  Jay Belanger  <belanger@truman.edu>
9848         * calc.texi (Predefined Units): Use `alpha' for the fine structure
9849         constant.
9851 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
9853         * faq.texi (Bugs and problems):
9854         Replace `dired-move-to-filename-regexp' by
9855         `directory-listing-before-filename-regexp'.
9857 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
9859         * newsticker.texi (UPDATED): Set value.
9861 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9863         * gnus.texi (Document Groups): Remove duplicate item.
9865 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
9867         * org.texi (Summary): Mention iCalendar support.
9868         (Exporting): Document iCalendar support.
9870 2005-10-18  Romain Francoise  <romain@orebokech.com>
9872         * viper.texi (Viper Specials): Capitalize GNU.
9874 2005-10-17  Juri Linkov  <juri@jurta.org>
9876         * info.texi (Getting Started, Search Index, Expert Info):
9877         Fix wording.
9878         (Search Text): Replace `echo area' with `mode line'.
9879         (Search Index): Both `i' and `,' find all index entries.
9880         Replace example `C-f' with `C-l' (which exists in index of Info
9881         manual) and delete spaces in its keyboard input sequence.
9882         Delete unnecessary explanations about literal characters.
9884 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9886         * gnus.texi (Document Server Internals): Addition.
9888 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9890         * gnus.texi (A note on namespaces): Fix RFC reference.
9892 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9894         * gnus.texi (RSS): Fix key description.
9896 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9898         * gnus.texi: Emacs/w3 -> Emacs/W3.
9899         (Browsing the Web): Fix description.
9900         (Web Searches): Ditto.
9901         (Customizing W3): Ditto.
9903 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9905         * gnus.texi (Maildir): Clarify expire-age and expire-group.
9907 2005-10-11  Jay Belanger  <belanger@truman.edu>
9909         * calc.texi (Integration): Mention using `a i' to compute definite
9910         integrals.
9912 2005-10-11  Juri Linkov  <juri@jurta.org>
9914         * info.texi: Rearrange nodes.
9915         (Top): Update menu.  Change ref `Info for Experts' to
9916         `Advanced Info Commands'.
9917         (Getting Started): Fix description of manual's parts.
9918         (Help-Int): Change xref `Info Search' to `Search Index', and
9919         `Expert Info' to `Advanced'.
9920         (Advanced): Move node one level up.
9921         (Search Text, Search Index): New nodes split out from `Info Search'.
9922         (Go to node, Choose menu subtopic, Create Info buffer): New nodes
9923         split out from `Advanced'.
9924         (Advanced, Emacs Info Variables): De-document editing an Info file
9925         in Info.
9926         (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
9927         (Creating an Info File): Delete node and move its text to
9928         `Expert Info'.
9930 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
9932         * org.texi (Workflow states): Documented that change in keywords
9933         becomes active only after restart of Emacs.
9935 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
9937         Sync with Tramp 2.0.51.
9939 2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
9941         * speedbar.texi (Introduction): Describe new location of speedbar
9942         on menubar.
9943         (Basic Key Bindings): Remove descriptions of bindings that have
9944         been removed.
9946 2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
9948         * speedbar.texi (GDB): Describe use of watch expressions.
9950 2005-09-28  Simon Josefsson  <jas@extundo.com>
9952         * message.texi (IDNA): Fix.
9954 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9956         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
9957         nntp-server-hook, and nntp-warn-about-losing-connection; fix
9958         description of nntp-open-connection-function.
9959         (Common Variables): Fix descriptions.
9961 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9963         * gnus.texi (Server Buffer Format): Document the %a format spec.
9965 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9967         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
9969 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
9971         * org.texi Version 3.16.
9973 2005-09-19  Miles Bader  <miles@gnu.org>
9975         * newsticker.texi: Get rid of CVS keywords.
9977 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9979         * gnus.texi (Finding the Parent): Fix description of how Gnus
9980         finds article.
9982 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
9984         * gnus.texi (Advanced Scoring Examples): New examples to teach how
9985         to drop off non-answered articles.
9987 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
9989         * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
9990         braces (which are unsupported by NMAKE) for macro `srcdir'.
9992 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
9994         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9995         (../info/newsticker, newsticker.dvi): New targets.
9997 2005-09-17  Ulf Jasper  <ulf.jasper@web.de>
9999         * newsticker.texi: Replace @command with @code.  Replace @example
10000         with @lisp.
10001         (Top): Add explanations to menu items.
10002         (GNU Free Documentation License): Remove.
10004 2005-09-16  Romain Francoise  <romain@orebokech.com>
10006         Update all files to specify GFDL version 1.2.
10008         * doclicense.texi (GNU Free Documentation License): Update to
10009         version 1.2.
10011 2005-09-15  Richard M. Stallman  <rms@gnu.org>
10013         * newsticker.texi: Fix @setfilename.
10015         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
10016         (../info/newsticker, newsticker.dvi): New targets.
10018 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
10020         * org.texi: Version 3.15.
10022 2005-08-29  Luc Teirlinck  <teirllm@auburn.edu>
10024         * ses.texi: Combine all three indices into one.
10025         Correct a few typos.
10027 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10029         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
10031 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10033         * emacs-mime.texi (Handles): Remove duplicate item.
10034         (Encoding Customization): Fix the default value for
10035         mm-coding-system-priorities.
10036         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
10037         (Basic Functions): Fix reference.
10039 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10041         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
10043 2005-08-18  Richard M. Stallman  <rms@gnu.org>
10045         * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
10046         and web site.
10048         * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
10049         not keyboard-translate.
10051 2005-08-11  Richard M. Stallman  <rms@gnu.org>
10053         * faq.texi (Using regular expressions): Fix xref.
10055 2005-08-09  Juri Linkov  <juri@jurta.org>
10057         * info.texi (Help-P): Replace `Prev' with `Previous'.
10058         (Help-M, Help-Xref): Add S-TAB.
10059         (Help-FOO): Update `u' command.
10060         (Help-Xref): Move info about Mouse-2 from `Help-Int'.
10061         Update info about visibility of xref parts.
10062         (Help-Int): Fix `m' command.  Rename `Info-last' to
10063         `Info-history-back'.  Add `Info-history-forward'.
10064         (Advanced): Fix `g*' and `M-n' commands.
10065         (Info Search): Add `index-apropos' in stand-alone browser.
10066         Add isearch commands.
10067         (Emacs Info Variables): Remove `Info-fontify'.
10068         Add `Info-mode-hook'.  Update face names.
10069         Add `Info-fontify-maximum-menu-size',
10070         `Info-fontify-visited-nodes', `Info-isearch-search'.
10072 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
10074         Sync with Tramp 2.0.50.
10076         * tramp.texi: Use @option{} consequently for method names.
10077         (Inline methods, External transfer methods): Remove references to
10078         Cygwin.
10079         (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
10080         implementation.
10082 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
10084         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
10085         Mention that gnus-init-file is not read when Emacs is invoked with
10086         --no-init-file or -q.
10088 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
10090         * org.texi: Version 3.14.
10092 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
10094         * org.texi: Version 3.13.
10096 2005-07-18  Juri Linkov  <juri@jurta.org>
10098         * calc.texi (Time Zones, Logical Operations):
10099         * cl.texi (Overview):
10100         * org.texi (TODO types):
10101         * sc.texi (Emacs 18 MUAs):
10102         * speedbar.texi (Top):
10103         * url.texi (History):
10104         Delete duplicate duplicate words.
10106 2005-07-16  Johan Bockgård  <bojohan@users.sourceforge.net>  (tiny change)
10108         * cl.texi (Type Predicates): Document `atom' type.
10110 2005-07-04  Lute Kamstra  <lute@gnu.org>
10112         Update FSF's address in GPL notices.
10114         * calc.texi (Copying):
10115         * doclicense.texi (GNU Free Documentation License):
10116         * faq.texi (Contacting the FSF):
10117         * mh-e.texi (Copying): Update FSF's address.
10119 2005-07-03  Richard M. Stallman  <rms@gnu.org>
10121         * flymake.texi (Example -- Configuring a tool called directly):
10122         Update name of flymake-build-relative-filename.
10124 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10126         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
10128 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
10130         * org.texi: Version 3.12.
10132 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
10134         * makefile.w32-in (MAKEINFO): Use --force.
10135         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
10136         Makefile.in.
10137         (gnus.dvi): Use "..." to quote Sed args, so that it works with
10138         more shells.
10140 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10142         * speedbar.texi (Creating a display): Texinfo usage fixes.
10144         * tramp.texi (Customizing Completion, Auto-save and Backup):
10145         Texinfo usage fixes.
10147 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
10149         * dired-x.texi (Miscellaneous Commands):
10150         * ediff.texi (Miscellaneous):
10151         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
10152         (Agent Variables):
10153         * info.texi (Help-Xref):
10154         * message.texi (Message Headers):
10155         * org.texi (Remember):
10156         * reftex.texi (Options (Defining Label Environments))
10157         (Options (Index Support), Options (Viewing Cross-References))
10158         (Options (Misc), Changes):
10159         * speedbar.texi (Creating a display):
10160         * tramp.texi (Customizing Completion, Auto-save and Backup):
10161         Texinfo usage fix.
10163 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
10165         * org.texi: Version 3.11.
10167 2005-06-12  Jay Belanger  <belanger@truman.edu>
10169         * calc.texi (Getting Started): Remove extra menu item.
10171 2005-05-31  Jay Belanger  <belanger@truman.edu>
10173         * calc.texi (Notations Used in This Manual): Use @kbd for key
10174         sequence.
10175         (Demonstration of Calc): Mention another way of starting Calc.
10176         (Starting Calc): Mention long name of M-#.
10177         (Embedded Mode Overview): Remove unnecessary instruction.
10178         (Other M-# commands): Rephrase `M-# 0' explanation.
10179         (Basic Embedded Mode): Rewrite discussion of prefix arguments to
10180         reflect current behavior.
10182 2005-05-30  Jay Belanger  <belanger@truman.edu>
10184         * calc.texi (Hooks): Change description of calc-window-hook and
10185         calc-trail-window-hook to match usage.
10186         (Computational Functions): Add more constant-generating functions.
10187         (Customizable Variables): Use defvar.
10189 2005-05-28  Jay Belanger  <belanger@truman.edu>
10191         * calc.texi (Assignments in Embedded Mode): Fix variable name.
10192         (Basic Embedded Mode): Explain behavior of arguments to
10193         calc-embedded-mode.
10195 2005-05-27  Jay Belanger  <belanger@truman.edu>
10197         * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
10198         current behavior.
10200 2005-05-25  Jay Belanger  <belanger@truman.edu>
10202         * calc.texi: Change Calc version number throughout.
10203         (Keypad Mode): Change location in info output.
10204         (Keypad mode overview): Move picture of keypad.
10206 2005-05-21  Jay Belanger  <belanger@truman.edu>
10208         * calc.texi (Storing variables): Mention that only most variables
10209         are void to begin with.
10211 2005-05-21  Kevin Ryde  <user42@zip.com.au>
10213         * widget.texi (Basic Types): Update cross ref from "Enabling
10214         Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
10215         lispref/text.texi change.
10217 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
10219         * org.texi: Version 3.09.
10221 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
10223         * reftex.texi: Version 4.28.
10225 2005-05-16  Jay Belanger  <belanger@truman.edu>
10227         * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
10229 2005-05-14  Jay Belanger  <belanger@truman.edu>
10231         * calc.texi (Default Simplifications): Insert missing ! (logical
10232         not operator).
10234 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
10236         Sync with Tramp 2.0.49.
10238 2005-05-10  Jay Belanger  <belanger@truman.edu>
10240         * calc.texi (Default Simplifications): Mention that 0^0 simplifies
10241         to 1.
10243 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
10245         * org.texi: Version 3.08, structure reorganized.
10247 2005-04-24  Richard M. Stallman  <rms@gnu.org>
10249         * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
10251 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
10253         * org.texi: Update to version 3.06.
10255 2005-04-13  Lute Kamstra  <lute@gnu.org>
10257         * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
10259 2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
10261         * cl.texi (Porting Common Lisp): Fix typo.
10263 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10265         * gnus.texi (RSS): Addition.
10267 2005-04-04  Jay Belanger  <belanger@truman.edu>
10269         * calc.texi: Change Calc version number.
10270         (Customizable variables): Fix description of calc-language-alist.
10271         (Copying): Put in version 2 of GPL.
10273 2005-04-01  Jay Belanger  <belanger@truman.edu>
10275         * calc.texi (Troubleshooting Commands): Remove comment about
10276         installation.
10277         (Installation): Remove section.
10278         (Customizable Variables): New section.
10279         (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
10280         (Graphical Devices): Add references to Customizable Variables.
10282 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10284         * emacs-mime.texi (Display Customization): Markup fixes.
10285         (rfc2047): Update.
10287 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10289         * gnus-faq.texi: Replaced with auto-generated version.
10291 2005-03-26  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
10293         * dired-x.texi (Multiple Dired Directories): default-directory was
10294         renamed to dired-default-directory.
10296 2005-03-26  Jay Belanger  <belanger@truman.edu>
10298         * calc.texi (Simplifying Formulas, Rewrite Rules):
10299         Change description of top and bottom of fraction.
10300         (Modulo Forms): Move description of how to create modulo forms to
10301         earlier in the section.
10302         (Fraction Mode): Suggest using : to get a fraction by dividing.
10303         (Basic Arithmetic): Adjust placement of command name.
10304         (Truncating the Stack): Emphasize that "hidden" entries are still
10305         visible.
10306         (Installation): Move discussion of printing manual to "About This
10307         Manual".
10308         (About This Manual): Mention how to print the manual.
10309         (Reporting Bugs): Remove first person.
10310         (Building Vectors): Add algebraic version of append.
10311         (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
10312         (Grouping Digits): Fix typo.
10314 2005-03-25  Werner Lemberg  <wl@gnu.org>
10316         * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
10317         Replace `legal' with `valid'.
10319 2005-03-25  Werner Lemberg  <wl@gnu.org>
10321         * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
10323 2005-03-24  Jay Belanger  <belanger@truman.edu>
10325         * calc.texi (General Mode Commands)
10326         (Mode Settings in Embedded Mode): Add some explanation of
10327         recording mode settings.
10329 2005-03-24  Richard M. Stallman  <rms@gnu.org>
10331         * calc.texi: Remove praise of non-free software.
10333         * idlwave.texi: Don't say where to get IDL or its non-free manual.
10334         (Installation): Node deleted.
10336 2005-03-23  Richard M. Stallman  <rms@gnu.org>
10338         * url.texi (HTTP language/coding): Improve last change.
10340 2005-03-22  Jay Belanger  <belanger@truman.edu>
10342         * calc.texi (Embedded Mode): Add new information on changing
10343         modes.
10345 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
10347         Sync with Tramp 2.0.48.
10349         * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
10351         * tramp.texi: Replace "Emacs" by "GNU Emacs".  Replace "Linux" by
10352         "GNU/Linux".  Change all addresses to .gnu.org.
10353         (Default Method): Offer shortened syntax for "su" and "sudo"
10354         methods.
10356 2005-03-07  Richard M. Stallman  <rms@gnu.org>
10358         * url.texi: Fix usage of "e.g.".
10359         (HTTP language/coding): Explain the rules for these strings.
10361 2005-03-06  Richard M. Stallman  <rms@gnu.org>
10363         * woman.texi (Introduction): Minor cleanups.
10365         * url.texi (HTTP language/coding): Get rid of "Emacs 21".
10367         * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
10368         (Installation): Node deleted.
10370         * mh-e.texi (Preface): Get rid of "Emacs 21".
10372         * eshell.texi (Installation): Delete node (for Emacs 20).
10374 2005-03-05  Thien-Thi Nguyen  <ttn@gnu.org>
10376         * flymake.texi: Refill and tweak style in @lisp blocks.
10378 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10380         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
10382 2005-03-01  Jay Belanger  <belanger@truman.edu>
10384         * calc.texi (Trigonometric and Hyperbolic Functions):
10385         Mention additional functions.
10386         (Algebraic Simplifications): Mention additional simplifications.
10388 2005-02-18  Jonathan Yavner  <jyavner@member.fsf.org>
10390         * ses.texi: Add concept/function/variable indices (this work was
10391         donated by Brad Collins <brad@chenla.org>, copyright-assignment
10392         papers on file at FSF).
10394 2005-02-10  Jay Belanger  <belanger@truman.edu>
10396         * calc.texi: Change @LaTeX to La@TeX throughout.
10397         Redefine @expr as @math for TeX output.
10398         Redefine @texline as a no-op for TeX output.
10399         Define @tfn, replace @t by @tfn throughout.
10401 2005-02-09  Jay Belanger  <belanger@truman.edu>
10403         * calc.texi: Add macro for LaTeX for info output.
10405 2005-02-08  Kim F. Storm  <storm@cua.dk>
10407         * texinfo.tex (LaTex): Add def.
10409 2005-02-06  Jay Belanger  <belanger@truman.edu>
10411         * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
10412         change name to "TeX and LaTeX Language Modes."  Mention LaTeX mode
10413         throughout manual.
10415 2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10417         * gnus.texi: Some edits based on comments from David Abrahams.
10419 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10421         * gnus.texi (RSS): Fix the keystroke.
10423 2005-01-24  David Kastrup  <dak@gnu.org>
10425         * faq.texi: Update AUCTeX version info.
10427 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10429         * gnus-faq.texi ([4.1]): Typo.
10431 2005-01-19  Jay Belanger  <belanger@truman.edu>
10433         * calc.texi (Keep Arguments): Mention that keeping arguments
10434         doesn't work with keyboard macros.
10436 2005-01-16  Richard M. Stallman  <rms@gnu.org>
10438         * autotype.texi (Autoinserting): Fix small error.
10440 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
10442         Sync with Tramp 2.0.47.
10444         * tramp.texi (Compilation): New section, describing compilation of
10445         remote files.
10447 2005-01-11  Kim F. Storm  <storm@cua.dk>
10449         * widget.texi (Basic Types): Add :follow-link keyword.
10451 2005-01-09  Jay Belanger  <belanger@truman.edu>
10453         * calc.texi (Basic Commands): Describe new behavior of calc-reset.
10455 2005-01-08  Jay Belanger  <belanger@truman.edu>
10457         * calc.texi: Change throughout to reflect new default value of
10458         calc-settings-file.
10460 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10462         * message.texi (Reply): `message-reply-to-function' should return
10463         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
10465 2005-01-06  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10467         * faq.texi (Changing load-path): Fix typo.
10469 2005-01-05  Jay Belanger  <belanger@truman.edu>
10471         * calc.texi (Programming Tutorial): Replace kbd command by
10472         appropriate characters for a keyboard macro.
10474 2005-01-04  Jay Belanger  <belanger@truman.edu>
10476         * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
10477         for Lucid Emacs.
10478         (Programming Tutorial): Mention that the user needs to be in the
10479         right mode to compute some functions.
10481 2005-01-04  Jay Belanger  <belanger@truman.edu>
10483         * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
10484         no longer applicable.
10486 2005-01-01  Jay Belanger  <belanger@truman.edu>
10488         * calc.texi (Programming Tutorial): Change description of how to
10489         edit keyboard macros to match current behavior.
10491 2004-12-31  Jay Belanger  <belanger@truman.edu>
10493         * calc.texi: Mention C-cC-c as the way to finish editing throughout.
10495 2004-12-20  Jay Belanger  <belanger@truman.edu>
10497         * calc.texi (Types Tutorial): Emphasize that you can't divide by
10498         zero.
10500 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
10502         * cc-mode.texi (Text Filling and Line Breaking): Put period after
10503         @xref.
10504         (Font Locking): Avoid @strong{Note:}.
10506 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
10508         Sync with Tramp 2.0.46.
10510         * tramp.texi (bottom): Add arch-tag.  It was lost, somehow.
10512 2004-12-16  Luc Teirlinck  <teirllm@auburn.edu>
10514         * url.texi: Correct typos.
10515         (Retrieving URLs): @var{nil}->@code{nil}.
10516         (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
10517         the standard "The GNU Emacs Manual" in fifth argument of @xref's.
10518         (Dealing with HTTP documents): @inforef->@xref.
10520 2004-12-15  Jay Belanger  <belanger@truman.edu>
10522         * calc.texi: Consistently capitalized all mode names.
10523         (Answers to Exercises): Mention that an answer can be a fraction
10524         when in Fraction mode.
10526 2004-12-13  Jay Belanger  <belanger@truman.edu>
10528         * calc.texi: Fix some TeX definitions.
10530 2004-12-09  Luc Teirlinck  <teirllm@auburn.edu>
10532         * reftex.texi (Imprint): Remove erroneous @value's.
10534 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
10536         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
10537         (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
10539 2004-12-08  Jay Belanger  <belanger@truman.edu>
10541         * calc.texi (Starting Calc): Remove comment about installation.
10542         (Keypad Mode Overview): Remove comment about Emacs 19 support.
10544 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
10546         * url.texi: Update @setfilename.
10547         (Getting Started): No need to worry about Gnus versions.
10548         (Dealing with HTTP documents): Use @inforef.
10550         * org.texi: Fix @direntry file name.
10552 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10554         * url.texi: New file.
10556         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
10558 2004-12-06  Jay Belanger  <belanger@truman.edu>
10560         * calc.texi (Using Calc): Remove paragraph about installation.
10562 2004-12-06  Jay Belanger  <belanger@truman.edu>
10564         * calc.texi: Use more Texinfo macros and less TeX defs.
10565         Remove @refill's.
10567 2004-12-06  Richard M. Stallman  <rms@gnu.org>
10569         * org.texi: New file.
10571 2004-12-05  Richard M. Stallman  <rms@gnu.org>
10573         * Makefile.in (org.dvi, ../info/org): New targets.
10574         (INFO_TARGETS): Add ../info/org.
10575         (DVI_TARGETS): Add org.dvi.
10576         (maintainer-clean): Remove the info files in the info dir.
10578 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
10580         * idlwave.texi: Fix the setfilename directive to put the produced
10581         file in ../info.
10582         (Continued Statement Indentation): Resurrect Jan D.'s change from
10583         2004-11-03 that was lost when a newer version of idlwave.texi was
10584         imported.
10586 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10588         * gnus-faq.texi ([5.1]): Add missing bracket.
10590         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
10591         Index `spam-initialize'.
10593 2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10595         * message.texi (Various Message Variables): Mention that all mail
10596         file variables are derived from `message-directory'.
10598         * gnus.texi (Splitting Mail): Clarify bogus group.
10600 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10602         * emacs-mime.texi (Encoding Customization):
10603         Fix mm-coding-system-priorities entry.
10605 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
10607         * idlwave.texi (Continued Statement Indentation):
10608         * reftex.texi (Options (Index Support))
10609         (Displaying and Editing the Index, Table of Contents):
10610         * speedbar.texi (Creating a display, Major Display Modes):
10611         Replace non-nil with non-@code{nil}.
10613 2004-10-21  Jay Belanger  <belanger@truman.edu>
10615         * calc.texi (Algebraic-Style Calculations): Remove a comment.
10617 2004-10-18  Luc Teirlinck  <teirllm@auburn.edu>
10619         * calc.texi (Reporting Bugs): Double up `@'.
10621 2004-10-18  Jay Belanger  <belanger@truman.edu>
10623         * calc.texi (Reporting Bugs): Change the address that bugs
10624         should be sent to.
10626 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10628         * gnus.texi (New Features): Add 5.11.
10630         * message.texi (Resending): Remove wrong default value.
10632         * gnus.texi (Mail Source Specifiers): Describe possible problems
10633         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
10634         `pop3-leave-mail-on-server' to the index.
10636 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10638         * message.texi (Canceling News): Add how to set a password.
10640 2004-10-12  Jay Belanger  <belanger@truman.edu>
10642         * calc.texi (Help Commands): Change the descriptions of
10643         calc-describe-function and calc-describe-variable to match their
10644         current behavior.
10646 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10648         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
10650 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
10652         Sync with Tramp 2.0.45.
10654         * tramp.texi (Frequently Asked Questions): Comment paragraph about
10655         plink link.  The URL is outdated.  Originator contacted for
10656         clarification.
10658 2004-10-10  Juri Linkov  <juri@jurta.org>
10660         * gnus.texi (Top, Marking Articles): Join two menus in one node
10661         because a node can have only one menu.
10663 2004-10-09  Juri Linkov  <juri@jurta.org>
10665         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
10666         example of nnmail-split-fancy.
10668 2004-10-06  Karl Berry  <karl@gnu.org>
10670         * info.texi (@kbd{1}--@kbd{9}): No space around --, for
10671         consistency with other uses of dashes.
10673 2004-10-05  Karl Berry  <karl@gnu.org>
10675         * info.texi: Consistently use --- throughout, periods at end of
10676         menu descriptions, and a couple typos.
10678 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10680         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
10681         * pgg.texi (User Commands, Backend methods): Do.
10682         * gnus.texi: Markup fixes.
10683         (Setting Process Marks): Fix `M P a' entry.
10684         * emacs-mime.texi: Fixes.
10686 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10688         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
10689         again.
10690         Use 5.10 instead of 5.10.0.
10692 2004-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10694         * gnus.texi (Summary Mail Commands): S D e.
10696 2004-09-20  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
10698         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
10699         the gnus-article-mode-line-format section.
10701 2004-09-20  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
10703         * gnus.texi (Various Summary Stuff): Fix the documentation for
10704         gnus-newsgroup-variables.
10706 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10708         * gnus.texi (MIME Commands):
10709         Add gnus-mime-display-multipart-as-mixed,
10710         gnus-mime-display-multipart-alternative-as-mixed,
10711         gnus-mime-display-multipart-related-as-mixed.
10712         (Mail Source Customization): Clarify `mail-source-directory'.
10713         (Splitting Mail): Mention gnus-group-find-new-groups.
10714         (SpamOracle): Fix typo.
10716         * gnus-faq.texi: Untabify.
10717         ([6.3]): nnir.el is in contrib directory.
10719         * message.texi (News Headers): Clarify how a unique ID is created.
10721         * gnus.texi (Batching Agents): Fix typo in example.
10722         Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10724 2004-09-20  Andre Srinivasan  <andre@e2open.com>  (tiny change)
10726         * gnus.texi (Group Parameters): Add more on hooks.
10728 2004-09-20  Florian Weimer  <fw@deneb.enyo.de>
10730         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
10732 2004-09-22  Jay Belanger  <belanger@truman.edu>
10734         * calc.texi (Vectors as Lists): Add a warning that the tutorial
10735         might be hidden during part of the session.
10737 2004-09-20  Jay Belanger  <belanger@truman.edu>
10739         * calc.texi (Notations Used in This Manual): Put in an earlier
10740         mention that DEL could be called Backspace.
10742 2004-09-10  Simon Josefsson  <jas@extundo.com>
10744         * gnus.texi (IMAP): Add example.  Suggested and partially written
10745         by Steinar Bang <sb@dod.no>.
10747 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10749         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
10750         netrc syntax.
10752 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10754         * gnus.texi (Spam ELisp Package Sequence of Events):
10755         Some clarifications.
10756         (Spam ELisp Package Global Variables): More clarifications.
10758 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10760         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
10761         Mention spam-split does not modify incoming mail.
10763 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10765         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
10767 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
10769         * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
10771 2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10773         * makefile.w32-in (sieve, pgg): Use $(infodir).
10775 2004-09-08  Dhruva Krishnamurthy  <dhruva.krishnamurthy@gmail.com>  (tiny change)
10777         * makefile.w32-in: Fix PGG and Sieve entries.
10779 2004-08-28  Eli Zaretskii  <eliz@gnu.org>
10781         * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
10782         Emacs and related programs.
10784 2004-08-27  Richard M. Stallman  <rms@gnu.org>
10786         * faq.texi: Fix texinfo usage, esp. doublequotes.
10787         (Difference between Emacs and XEmacs): Some clarification.
10789         * faq.texi (Difference between Emacs and XEmacs):
10790         Explain not to contrast XEmacs with GNU Emacs.
10792 2004-08-26  Richard M. Stallman  <rms@gnu.org>
10794         * faq.texi (Difference between Emacs and XEmacs): Rewrite.
10796 2004-08-22  David Kastrup  <dak@gnu.org>
10798         * reftex.texi (AUCTeX): Update links, section name.
10800         * faq.texi (Calc): Update availability (included in 22.1).
10801         (AUCTeX): Update availability, information, versions, description.
10803 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
10805         * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
10807 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
10809         * cc-mode.texi: Various updates for CC Mode 5.30.9.
10811 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
10813         Sync with Tramp 2.0.44.
10815 2004-08-05  Lars Hansen  <larsh@math.ku.dk>
10817         * widget.texi (User Interface): Update how to separate the
10818         editable field of an editable-field widget from other widgets.
10819         (Programming Example): Add text after field.
10821 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10823         * emacs-mime.texi (Encoding Customization): Add a note to the
10824         mm-content-transfer-encoding-defaults entry.
10825         (rfc2047): Update.
10827         * gnus.texi (Article Highlighting):
10828         Add gnus-cite-ignore-quoted-from.
10829         (POP before SMTP): New node.
10830         (Posting Styles): Addition.
10831         (Splitting Mail): Add nnmail-split-lowercase-expanded.
10832         (Fancy Mail Splitting): Ditto.
10833         (X-Face): Add gnus-x-face.
10835 2004-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
10837         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
10838         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
10840 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10842         * gnus.texi (Mail Source Specifiers):
10843         Describe `pop3-leave-mail-on-server'.
10845 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
10847         * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
10849         * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
10850         repository.  Change setfilename.
10852         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
10854 2004-07-02  Juri Linkov  <juri@jurta.org>
10856         * pcl-cvs.texi (Viewing differences): Add `d r'.
10858 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
10860         * ses.texi, viper.texi, flymake.texi, faq.texi:
10861         * eshell.texi, ediff.texi: Markup fixes.
10863 2004-06-21  Karl Berry  <karl@gnu.org>
10865         * info.texi (Top): Mention that only Emacs has mouse support.
10866         (Getting Started): Mention this in a few other places.
10868 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
10870         * autotype.texi (Copyrights, Timestamps):
10871         Recommend `before-save-hook' instead of `write-file-functions'.
10873 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
10875         * dired-x.texi (dired-mark-omitted): Update keybinding.
10877 2004-06-10  Kim F. Storm  <storm@cua.dk>
10879         * pcl-cvs.texi (Viewing differences): Add 'd y'.
10881 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
10883         * dired-x.texi (variable dired-omit-mode): Rename from
10884         dired-omit-files-p.
10885         (function dired-omit-mode): Rename from dired-omit-toggle.
10886         Call dired-omit-mode rather than set dired-omit-files-p.
10887         (dired-mark-omitted): Describe command.
10889 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
10891         Version 2.0.41 of Tramp released.
10893 2004-05-29  Juanma Barranquero  <lektu@terra.es>
10895         * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
10896         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10898 2004-05-29  Richard M. Stallman  <rms@gnu.org>
10900         * cl.texi (Top): Call this chapter `Introduction'.
10901         (Overview): In TeX, no section heading here.
10903         * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
10905 2004-05-29  Eli Zaretskii  <eliz@gnu.org>
10907         * Makefile.in (../info/flymake, flymake.dvi): New targets.
10908         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10910 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
10912         * flymake.texi: New file.
10914 2004-05-28  Simon Josefsson  <jas@extundo.com>
10916         * smtpmail.texi (Authentication): Improve STARTTLS discussion.
10918 2004-05-07  Kai Großjohann  <kai@emptydomain.de>
10920         Version 2.0.40 of Tramp released.
10922 2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>
10924         Complete rework, based on review by Karl Berry <karl@gnu.org>.
10926         * tramp.texi (Auto-save and Backup): Explain exploitation of new
10927         variables `tramp-backup-directory-alist' and
10928         `tramp-bkup-backup-directory-info'.
10929         (Overview, Connection types)
10930         (External transfer methods, Default Method)
10931         (Windows setup hints): Remove restriction of password entering
10932         with external methods.
10933         (Auto-save and Backup): Make file name example
10934         (X)Emacs neutral.  In case of XEmacs, `bkup-backup-directory-info'
10935         and `auto-save-directory' must be used.
10936         (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
10937         only "NT").  Remove doubled entry "What kinds of systems does
10938         @tramp{} work on".
10939         (tramp): Macro removed.
10940         (Obtaining Tramp): Flag removed from title.
10941         (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
10942         and `trampver' used properly.  Flag `tramp-inst' replaced by
10943         `installchapter'.  Installation related text adapted.
10945 2004-04-28  Masatake YAMATO  <jet@gyve.org>
10947         * widget.texi (Programming Example): Remove overlays.
10949 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
10951         * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
10953 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10955         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10957 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
10959         * info.texi (Info Search): Add info-apropos.
10961 2004-03-22  Juri Linkov  <juri@jurta.org>
10963         * faq.texi: Fix help key bindings.
10965 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
10967         * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
10968         (as suggested by Karl Berry).  Update information about colored
10969         stars in menus.  Add new subheading describing M-n.
10971 2004-03-12  Richard M. Stallman  <rms@gnu.org>
10973         * cl.texi (Top): Rename top node's title.
10975 2004-03-08  Karl Berry  <karl@gnu.org>
10977         * info.texi: \input texinfo.tex instead of just texinfo, to avoid
10978         problems making the texinfo distribution.
10980 2004-02-29  Simon Josefsson  <jas@extundo.com>
10982         * smtpmail.texi (Authentication): Change the list of supported
10983         authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
10984         CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
10985         <voegelas@gmx.net>.
10987 2004-02-29  Juanma Barranquero  <lektu@terra.es>
10989         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10990         Use $(DEL) instead of rm, and ignore exit code.
10992 2004-02-29  Kai Großjohann  <kgrossjo@eu.uu.net>
10994         Tramp version 2.0.39 released.
10996 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
10998         * tramp.texi (Customizing Completion): Explain new functions
10999         `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
11000         (all): Savannah URLs unified to "http://savannah.nongnu.org".
11001         (Top): Refer to Savannah mailing list as the major one.
11002         Mention older mailing lists in HTML mode only.
11003         (Auto-save and Backup): Add auto-save.  Based on wording of Kai.
11004         (Frequently Asked Questions): Remote hosts must not be Unix-like
11005         for "smb" method.
11006         (Password caching): New node.
11007         (External transfer methods): Refer to password caching for "smb"
11008         method.
11010 2004-02-17  Karl Berry  <karl@gnu.org>
11012         * info.texi (Help-Int): Mention the new line number feature.
11014 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
11016         * ses.texi (Advanced Features): New functionality for
11017         ses-set-header-row (defaults to current row unless C-u used).
11018         (Acknowledgements): Add Stefan Monnier.
11020 2003-12-29  Kevin Ryde  <user42@zip.com.au>
11022         * viper.texi (Vi Macros): Fix reference to the Emacs manual.
11024 2003-11-30  Kai Großjohann  <kai.grossjohann@gmx.net>
11026         Tramp version 2.0.38 released.
11028         * tramp.texi (Remote shell setup): Warn of environment variables
11029         FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
11030         <sven.gabriel@imk.fzk.de>.
11031         (Configuration): Tramp now chooses base64/uuencode
11032         automatically.  Update wording accordingly.
11033         (Top): More description for the `Default Method' menu entry.
11034         (Default Method): Use @code, not @var, for Lisp variables.
11035         (Default Method): New subsection `Which method is the right one
11036         for me?'.  Suggested by Christian Kirsch.
11037         (Configuration): Pointer to new subsection added.
11038         (Default Method): Too many "use" in one sentence.
11039         Rephrase.  Reported by Christian Kirsch.
11040         (Filename Syntax): Old `su' example is probably a left-over from
11041         the sm/su method naming.  Replace with `ssh', instead.
11042         (External transfer methods, Auto-save and Backup):
11043         Typo fixes.
11045 2003-11-02  Michael Albinus  <Michael.Albinus@alcatel.de>
11047         * tramp.texi (all): Harmonize all occurrences of @tramp{}.
11048         (Top): Mention japanese manual only if flag `jamanual' is set.
11049         Insert section `Japanese manual' in menu.
11051 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
11053         * eshell.texi (Known Problems): Add doc item.
11055 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11057         * cc-mode.texi: Update for CC Mode 5.30.
11059         Note: Please refrain from doing purely cosmetic changes like
11060         removing trailing whitespace in this manual; it clobbers cvs
11061         merging for no good reason.
11063 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11065         * ediff.texi, tramp.texi, vip.texi, viper.texi:
11066         * widget.texi, woman.texi: Replace @sc{ascii} and ASCII with
11067         @acronym{ASCII}.
11069 2003-10-26  Karl Berry  <karl@gnu.org>
11071         * info.texi (Info Search): Echo area, not echo are.  From Debian
11072         diff.
11074 2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
11076         * widget.texi (Defining New Widgets): Document new behavior of
11077         :buttons and :children keywords.
11079 2003-10-22  Miles Bader  <miles@gnu.org>
11081         * Makefile.in (info): Move before $(top_srcdir)/info.
11083 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
11085         * tramp.texi (Inline methods): Small grammar fix.
11086         (External transfer methods): Likewise.
11088 2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
11090         * speedbar.texi: Remove paragraph for GUD that is no longer true.
11092 2003-10-06  Luc Teirlinck  <teirllm@auburn.edu>
11094         * texinfo.tex: Replace `%' in arch tagline by @ignore.
11096 2003-09-30  Richard M. Stallman  <rms@gnu.org>
11098         * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
11100         * widget.texi (User Interface): Fix typos.
11102         * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
11104 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
11106         * pcl-cvs.texi (Selected Files): Fix typo.
11108 2003-09-21  Karl Berry  <karl@gnu.org>
11110         * info.texi (] and [ commands): No period at end of section title.
11112 2003-09-04  Miles Bader  <miles@gnu.org>
11114         * Makefile.in (top_srcdir): New variable.
11115         ($(top_srcdir)/info): New rule.
11116         (info): Depend on it.
11118 2003-09-03  Peter Runestig  <peter@runestig.com>
11120         * makefile.w32-in: New file.
11122 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
11124         * widget.texi (User Interface): Explain the need of static text
11125         around an editable field.
11127 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
11129         * widget.texi (Basic Types): The argument to `:help-echo' can now
11130         be a form that evaluates to a string.
11132 2003-08-18  Kim F. Storm  <storm@cua.dk>
11134         * calc.texi (Queries in Macros): Update xref to keyboard macro query.
11136 2003-08-16  Richard M. Stallman  <rms@gnu.org>
11138         * dired-x.texi (Shell Command Guessing): Explain *.
11140 2003-08-16  Chunyu Wang  <spr@db.cs.hit.edu.cn>  (tiny change)
11142         * pcl-cvs.texi (Log Edit Mode): Fix key binding for
11143         log-edit-insert-changelog.
11145 2003-08-03  Karl Berry  <karl@gnu.org>
11147         * info.texi: Need @contents.
11149 2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
11151         Tramp version 2.0.36 released.
11153         * tramp.texi (Remote shell setup): Explain about problems with
11154         non-Bourne commands in ~/.profile and ~/.shrc.
11156 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
11158         * info.texi (Help-Inv, Help-M, Help-Xref): Update following
11159         renaming of `vis-mode' to `visible-mode'.
11161 2003-07-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
11163         * info.texi (Top, Help-Small-Screen): Remove accidentally added
11164         next, prev and up pointers.
11166 2003-07-02  Luc Teirlinck  <teirllm@mail.auburn.edu>
11168         * info.texi (Help): Mention existence of Emacs and stand-alone
11169         Info at the very beginning of the tutorial.
11170         (Help-Inv): New node.
11171         (Help-]): New node.
11172         (Help-M): Systematically point out the differences between default
11173         Emacs and stand-alone versions.  Delete second menu.
11174         (Help-Xref): Systematically point out the differences between
11175         default Emacs and stand-alone versions.
11176         (Help-Int): Change `l' example.
11177         (Expert Info): Fix typos.
11178         (Emacs Info Variables): Mention `Info-hide-note-references' and
11179         new default for `Info-scroll-prefer-subnodes'.
11181 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
11183         Version 2.0.35 of Tramp released.
11185         * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
11186         (Inline methods): Add methods `remsh' and `plink1'.
11187         (External transfer methods): Add method `remcp'.
11188         (Multi-hop Methods): Add method `remsh'.
11189         Small patch from Adrian Aichner <adrian@xemacs.org>:
11190         Fix minor typos.
11191         (Concept Index): Add to make manual searchable via
11192         `Info-index'.
11193         (Version Control): Add cindex entry.
11195 2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
11197         * trampver.texi: Version 2.0.34 released.
11199 2003-05-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
11201         * faq.texi: Improve previous changes.
11203 2003-05-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
11205         * faq.texi: Update copyright and maintenance details.
11206         Update some package URLs, versions, and maintainers.
11207         Remove many references to the Emacs Lisp Archive.
11209 2003-04-23  Simon Josefsson  <jas@extundo.com>
11211         * smtpmail.texi: Fix license (the invariant sections mentioned has
11212         never been part of the smtp manual).  Align info dir entry with
11213         other emacs packages.
11215 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
11217         * tramp.texi: Version 2.0.33 released.
11218         Remove installation chapter.  Remove XEmacs specifics.
11220 2003-03-29  Richard M. Stallman  <rms@gnu.org>
11222         * tramp.texi (Top): Undo the previous renaming.
11223         (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
11225 2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
11227         * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
11228         version of manual.
11230         * tramp.texi (Auto-save and Backup): New node.
11232 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
11234         * tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
11235         Emacs" in order to have better differentiation to "XEmacs".
11236         `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
11237         are new macros in order to point to the other Emacs flavor where
11238         appropriate.  In info case, point to node `Installation' in order
11239         to explain how to generate the other way.  In html case, make a
11240         link to the other html file.
11241         (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
11242         after CVS checkout/update.
11243         (Installation): Completely rewritten.
11244         (Installation parameters, Load paths): New sections under
11245         `Installation'.
11247 2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
11249         * tramp.texi: Version 2.0.30 released.
11250         Replace word "path" with "localname" where used as a component of
11251         a Tramp file name.
11253 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
11255         * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
11256         introduced.
11257         (Installation): Explain what to do if files from the tramp/contrib
11258         directory are needed.
11260 2003-02-23  Alex Schroeder  <alex@emacswiki.org>
11262         * smtpmail.texi (How Mail Works): New.
11264 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
11266         * smtpmail.texi: New file.
11268         * Makefile.in: Build SMTP manual.
11270 2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
11272         * tramp.texi: Version 2.0.29 released.
11273         (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
11274         M-x makeinfo-buffer RET.  Reported by gebser@ameritech.net.
11276 2003-02-01  Michael Albinus  <Michael.Albinus@alcatel.de>
11278         * tramp.texi (Frequently Asked Questions): Explain a workaround if
11279         another package loads accidentally Ange-FTP.
11281 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
11283         * tramp.texi (Customizing Completion): Add function
11284         `tramp-parse-sconfig'.  Change example of
11285         `tramp-set-completion-function', because parsing of ssh config
11286         files looks more natural.
11288 2003-01-15  Kevin Ryde  <user42@zip.com.au>
11290         * gnus.texi (Using MIME): Mention auto-compression-mode with
11291         gnus-mime-copy-part.
11293 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
11295         * gnus.texi: Do not use `path' in several locations.
11297 2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
11299         * tramp.texi (External transfer methods): New method `smb'.
11300         From Michael Albinus.
11302 2002-11-05  Karl Berry  <karl@gnu.org>
11304         * info.texi (Info-fontify): Reorder face list to avoid bad line
11305         breaks.
11307 2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11309         * tramp.texi: Move @copying to standard place.
11310         Use @insertcopying.
11312 2002-10-02  Karl Berry  <karl@gnu.org>
11314         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi:
11315         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
11316         * eshell.texi, eudc.texi, faq.texi, forms.texi, idlwave.texi:
11317         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, reftex.texi:
11318         * sc.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
11319         * widget.texi, woman.texi:
11320         Per rms, update all manuals to use @copying instead of @ifinfo.
11321         Also use @ifnottex instead of @ifinfo around the top node, where
11322         needed for the sake of the HTML output.
11323         (The Gnus manual is not fixed since it's not clear to me how it
11324         works; and the Tramp manual already uses @copying, although in an
11325         unusual way.  All others were changed.)
11327 2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
11329         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
11330         (../info/ses, ses.dvi): New targets.
11331         * ses.texi: New file.
11333 2002-09-06  Pavel Janík  <Pavel@Janik.cz>
11335         * texinfo.tex: Update to texinfo 4.2.
11337 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
11339         * reftex.texi: Update to RefTeX 4.19.
11341 2002-07-21  Jesper Harder  <harder@ifa.au.dk>
11343         * gnus.texi (Sorting Groups): Add key bindings for
11344         gnus-group-sort-groups-by-real-name and
11345         gnus-group-sort-selected-groups-by-real-name.
11347 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11349         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
11350         (../info/tramp, tramp.dvi): New targets.
11352 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
11354         * Makefile.in (DVI_TARGETS): Add calc.dvi.
11355         (calc.dvi): Uncomment.
11357 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
11359         * Makefile.in (INFO_TARGETS): Add ../info/calc.
11360         (../info/calc): New target.
11362 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
11364         * (Version 21.1 released.)
11366 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
11368         * Branch for 21.1.
11370 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
11372         * Makefile.in (../info/info): Use an explicit -o switch to
11373         makeinfo.
11375 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
11377         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
11379 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
11381         * ediff.texi: Added ediff-coding-system-for-read.
11383         * viper.texi: Fix typos.
11385 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
11387         * Makefile.in (../info/idlwave): Use --no-split.
11389 2000-12-14  Dave Love  <fx@gnu.org>
11391         * Makefile.in (mostlyclean): Remove gnustmp.*.
11392         (gnus.dvi): Change rule to remove @latex stuff.
11394 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
11396         * Makefile.in (Speedbar): Add build targets for speedbar.texi.
11398 2000-10-13  John Wiegley  <johnw@gnu.org>
11400         * Makefile.in: Add build targets for eshell.texi.
11402 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
11404         * Makefile.in: Remove/comment speedbar stuff.
11406 2000-09-22  Dave Love  <fx@gnu.org>
11408         * Makefile.in: Add emacs-mime.
11410 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
11412         * Makefile.in (INFO_TARGETS): Add ../info/woman.
11413         (DVI_TARGETS): Add woman.dvi.
11414         (../info/woman, woman.dvi): New targets.
11416 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
11418         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
11420         * pcl-cvs.texi: New file.
11421         * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
11422         (../info/pcl-cvs, pcl-cvs.dvi): New targets.
11424 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
11426         * Makefile.in (INFO_TARGETS): Add info/ebrowse.
11427         (../info/ebrowse, ebrowse.dvi): New targets.
11429 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
11431         * Makefile.in (INFO_TARGETS): Add eudc.
11432         (DVI_TARGETS): Add eudc.dvi.
11433         (../info/eudc, eudc.dvi): New targets.
11435 2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
11437         * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
11438         compatibility with 8+3 filesystems).
11439         (../info/efaq): Rename from emacs-faq.
11441 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11443         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
11444         (../info/idlwave, idlwave.dvi): New targets.
11446 1999-10-23  Dave Love  <fx@gnu.org>
11448         * Makefile.in: Use autotype.texi.
11450 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
11452         * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
11453         faq.texi file) rather than ../info/faq.
11455 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
11457         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
11458         (../info/ada-mode, ada-mode.dvi): New targets.
11460 1999-09-01  Dave Love  <fx@gnu.org>
11462         * Makefile.in: Add faq.
11464 1999-07-12  Richard Stallman  <rms@gnu.org>
11466         * Version 20.4 released.
11468 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11470         * Version 20.3 released.
11472 1998-04-06  Andreas Schwab  <schwab@gnu.org>
11474         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
11475         Use it in dvi targets.
11476         (../etc/GNU): Change to $(srcdir) first.
11478 1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
11480         * reftex.texi: Update for RefTeX version 3.22.
11482 1998-03-01  Kim-Minh Kaplan  <KimMinh.Kaplan@utopia.eunet.fr>
11484         * gnus.texi (Easy Picons): Remove references to
11485         `gnus-group-display-picons'.
11486         (Hard Picons): Ditto.
11488 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
11490         * Makefile.in (reftex.dvi, ../info/reftex): New targets.
11491         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11493 1997-09-23  Paul Eggert  <eggert@twinsun.com>
11495         * Makefile.in: Merge changes mistakenly made to `Makefile'.
11496         (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
11498 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11500         * Version 20.2 released.
11502 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11504         * Version 20.1 released.
11506 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11508         * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
11510 1997-04-12  Per Abrahamsen  <abraham@dina.kvl.dk>
11512         * widget.texi (push-button): Document it.
11514 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11516         * Version 19.33 released.
11518 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11520         * Version 19.32 released.
11522 1996-06-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
11524         * Makefile.in: Add rules for the Message manual.
11526 1996-06-26  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
11528         * gnus.texi: New version.
11530         * message.texi: New manual.
11532 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11534         * Makefile.in (All info targets): cd $(srcdir) to do the work.
11536 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11538         * Makefile.in (All info targets): Specify $(srcdir) in input files.
11539         Specify -I option.
11540         (All dvi targets): Set the TEXINPUTS variable.
11542 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11544         * Version 19.31 released.
11546 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
11548         * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
11549         (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
11551 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11553         * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
11554         (INFO_TARGETS): Add ../info/cc-mode.
11555         (DVI_TARGETS): Add cc-mode.dvi.
11557 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11559         * Version 19.30 released.
11561 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
11563         * gnus.texi: New file.
11565 1995-11-04  Erik Naggum  <erik@naggum.no>
11567         * gnus.texi: File deleted.
11569 1995-11-02  Stephen Gildea  <gildea@stop.mail-abuse.org>
11571         * mh-e.texi: "Function Index" -> "Command Index" to work with
11572         Emacs 19.30 C-h C-k support of separately-documented commands.
11574 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11576         * Makefile.in (../info/ediff, ediff.dvi): New targets.
11577         (INFO_TARGETS, DVI_TARGETS): Add those new targets.
11579 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11581         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
11582         (../info/viper, viper.dvi): New targets.
11584 1995-04-20  Kevin Rodgers  <kevinr@ihs.com>
11586         * dired-x.texi (Installation): Change the example to set
11587         buffer-local variables like dired-omit-files-p in
11588         dired-mode-hook.
11590 1995-04-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11592         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
11593         (../info/mh-e, mh-e.dvi): New targets.
11595 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
11597         * Makefile.in (maintainer-clean): Rename from realclean.
11599 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11601         * Makefile.in: New file.
11602         * Makefile: File deleted.
11604 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11606         * Makefile (TEXINDEX_OBJS): Variable deleted.
11607         (texindex, texindex.o, getopt.o): Rules deleted.
11608         All deps on texindex deleted.
11609         (distclean): Don't delete texindex.
11610         (mostlyclean): Don't delete *.o.
11611         * texindex.c, getopt.c: Files deleted.
11613 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11615         * Version 19.26 released.
11617 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11619         * Version 19.25 released.
11621 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11623         * Version 19.24 released.
11625 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11627         * Version 19.23 released.
11629 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11631         * Makefile: Delete spurious tab.
11633 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11635         * Makefile (.SUFFIXES): New rule.
11637 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11639         * Makefile (dired-x.dvi, ../info/dired-x): New targets.
11640         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11642 1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11644         * Makefile (../info/sc): Rename from sc.info.
11645         (../info/cl): Likewise.
11646         (INFO_TARGETS): Use new names.
11648 1993-12-04  Richard Stallman  (rms@srarc2)
11650         * getopt.c: New file.
11651         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
11652         (getopt.o): New rule.
11653         (dvi): Don't depend on texindex.
11654         (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
11655         Depend on texindex.
11657 1993-12-03  Richard Stallman  (rms@srarc2)
11659         * Makefile (../info/sc.info): Rename from ../info/sc.
11660         (TEXI2DVI): New variable.
11661         (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
11662         Add explicit commands.
11663         (TEXINDEX_OBJS): Delete duplicate getopt.o.
11665 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11667         * Version 19.22 released.
11669 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11671         * Makefile (TEXINDEX_OBJS): Delete spurious period.
11673 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11675         * Version 19.21 released.
11677 1993-11-15  Paul Eggert  (eggert@twinsun.com)
11679         * Makefile (../info/cl.info): Rename from ../info/cl.
11681 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11683         * Makefile (../etc/GNU): New target.
11684         (EMACSSOURCES): Add gnu1.texi.
11686 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11688         * Makefile (realclean): Don't delete the Info files.
11690 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
11692         * forms.texi: Fix forms.texi so that it will format correctly.
11693         Add missing `@end iftex', fix bad reference.
11695 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
11697         * Makefile: Fix targets for texindex, new info.texi files.
11698         * info-stnd.texi: New file implements info for standalone info
11699         reader.
11700         * info.texi: Update to include recent changes to "../info/info".
11701         New source file for ../info/info; includes info-stnd.texi.
11703         * texindex.c: Include "../src/config.h" if building in emacs.
11705         * Makefile: Change all files to FILENAME.texi, force all targets
11706         to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
11707         vip.texinfo, forms.texinfo, cl.texinfo.
11708         Add target to build texindex.c, defining `emacs'.
11710         * forms.texi: Install new file to match version 2.3 of forms.el.
11712 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11714         * Version 19.19 released.
11716 1993-08-10  Simon Leinen  (simon@lia.di.epfl.ch)
11718         * sc.texinfo: Fix info file name.
11720         * Makefile (info): Add gnus and sc.
11721         (dvi): Add gnus.dvi and sc.dvi.
11722         (../info/sc, sc.dvi): New targets.
11724 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11726         * Version 19.18 released.
11728 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11730         * Makefile: Fix source file names of the separate manuals.
11731         (gnus.dvi, ../info/gnus): New targets.
11733 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11735         * Version 19.17 released.
11737 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11739         * split-man: Fix typos in last change.
11741 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11743         * Version 19.16 released.
11745 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11747         * version 19.15 released.
11749 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11751         * Makefile (distclean): It's rm, not rf.
11753 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11755         * Version 19.14 released.
11757 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11759         * Makefile: New file.
11761 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11763         * Version 19.13 released.
11765 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11767         * Version 19.9 released.
11769 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11771         * Version 19.8 released.
11773 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11775         * Version 19.7 released.
11777 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
11779         * gnus.texinfo: New file.  Removed installation instructions.
11781 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
11783         * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
11785 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
11787         * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
11788         then define `\sc' as the command for smallcaps in Texinfo.
11789         This means that the @sc command will produce small caps.  bfox has
11790         made the corresponding change to makeinfo and texinfm.el.
11792 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
11794         * vip.texinfo: Remove menu entry Adding Lisp Code in node
11795         Customization since the menu entry did not point to anything.
11796         Also add an @finalout command to remove overfull hboxes from the
11797         printed output.
11799         * cl.texinfo: Add @bye, \input line and @settitle to file.
11800         This file is clearly intended to be a chapter of some other work,
11801         but the other work does not yet exist.
11803 1988-07-25  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
11805         * texinfo.texinfo: Three typos corrected.
11807 ;; Local Variables:
11808 ;; coding: utf-8
11809 ;; End:
11811   Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
11813   This file is part of GNU Emacs.
11815   GNU Emacs is free software: you can redistribute it and/or modify
11816   it under the terms of the GNU General Public License as published by
11817   the Free Software Foundation, either version 3 of the License, or
11818   (at your option) any later version.
11820   GNU Emacs is distributed in the hope that it will be useful,
11821   but WITHOUT ANY WARRANTY; without even the implied warranty of
11822   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11823   GNU General Public License for more details.
11825   You should have received a copy of the GNU General Public License
11826   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.