Some doc for url-cookie-list
[bpt/emacs.git] / doc / misc / ChangeLog
1 2014-02-05 Glenn Morris <rgm@gnu.org>
2
3 * url.texi (Cookies): Mention url-cookie-list command.
4
5 2014-02-03 Glenn Morris <rgm@gnu.org>
6
7 * cl.texi (Blocks and Exits): Mention cl-tagbody.
8
9 2014-02-02 Glenn Morris <rgm@gnu.org>
10
11 * efaq-w32.texi (Tramp ssh): Remove deleted tramp methods.
12
13 2014-01-31 Glenn Morris <rgm@gnu.org>
14
15 * efaq.texi (Replacing highlighted text):
16 Update delete-selection-mode doc.
17
18 2014-01-30 Xue Fuqiao <xfq.free@gmail.com>
19
20 * sem-user.texi (Include paths): Fix a Texinfo command.
21
22 2014-01-27 Glenn Morris <rgm@gnu.org>
23
24 * idlwave.texi (Lesson III---User Catalog, Online Help)
25 (Starting the Shell, Catalogs, User Catalog):
26 * remember.texi (Quick Start):
27 * viper.texi:
28 * vip.texi (Customization, Customizing Constants)
29 (Customizing Key Bindings): Update for files being in ~/.emacs.d/.
30
31 2014-01-25 Xue Fuqiao <xfq.free@gmail.com>
32
33 * cc-mode.texi (Minor Modes): Minor fix.
34
35 2014-01-24 David Engster <deng@randomsample.de>
36
37 * eieio.texi (Introduction): Fix references.
38
39 2014-01-24 Glenn Morris <rgm@gnu.org>
40
41 * efaq.texi (Termcap/Terminfo entries for Emacs):
42 Use M-x term rather than M-x terminal-emulator.
43
44 * emacs-mime.texi (time-date): Use float-time.
45
46 2014-01-22 David Engster <deng@randomsample.de>
47
48 * eieio.texi (Introduction): Move introductory paragraph about
49 EIEIO and CLOS from 'Building Classes' to here.
50 (Documentation): Remove, since eieio-doc is not part of Emacs.
51 (Class Values, CLOS compatibility): Mention that
52 `describe-function' will also give information about classes.
53
54 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
55
56 * texinfo.tex: Update from gnulib.
57
58 2014-01-15 Glenn Morris <rgm@gnu.org>
59
60 * Makefile.in (eww_deps): Does not depend on emacsver.texi.
61
62 2014-01-12 Michael Albinus <michael.albinus@gmx.de>
63
64 * tramp.texi (all): Doc fix according to GNU Coding Standards.
65 Use "file name" instead of "filename" or "path". Use "host"
66 instead of "machine".
67
68 2014-01-12 David Engster <deng@randomsample.de>
69
70 * eieio.texi (Introduction): `class-of' is obsolete.
71 (Predicates, Basic Methods): Adapt function names to namespace
72 cleanup.
73
74 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
75
76 * eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
77
78 2014-01-12 Glenn Morris <rgm@gnu.org>
79
80 * efaq.texi (Guidelines for newsgroup postings)
81 (Informational files for Emacs):
82 Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
83
84 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * cl.texi (Function Bindings): Fix incorrect description of cl-let.
87
88 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
89
90 * Makefile.in: Add eww.texi.
91 * eww.texi: New file.
92
93 2014-01-07 Glenn Morris <rgm@gnu.org>
94
95 * efaq.texi (Problems with very large files): Fix superscript typo.
96
97 2013-01-07 Rasmus <w530@pank.eu>
98
99 * org.texi (Global and local cycling): Fix missing '@'.
100
101 2013-01-07 Bastien Guerry <bzg@gnu.org>
102
103 * org.texi (Global and local cycling): Mention C-u C-u TAB.
104 (Include files, The Export Dispatcher)
105 (Advanced configuration)
106 (Header arguments in Org mode properties): Spelling fixes.
107 (Special blocks): Add #+BEGIN_ABSTRACT as another example.
108 (@LaTeX{} specific attributes): New index entries.
109 Use #+BEGIN_ABSTRACT in the example.
110
111 2013-01-07 Nicolas Goaziou <n.goaziou@gmail.com>
112
113 * org.texi (Org export): New section.
114 (HTML doctypes): Fix whitespace error. Fix display.
115 (Publishing options): Add missing html publishing options.
116
117 2014-01-07 Glenn Morris <rgm@gnu.org>
118
119 * efaq.texi (Basic editing, Packages that do not come with Emacs):
120 Merge in some info from etc/MORE.STUFF.
121
122 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
123
124 Specify .texi encoding (Bug#16292).
125 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
126 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
127 * ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi:
128 * emacs-gnutls.texi, epa.texi, erc.texi, ert.texi:
129 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi:
130 * gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi:
131 * message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi:
132 * octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi:
133 * reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi:
134 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
135 * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
136 * widget.texi, wisent.texi, woman.texi:
137 Add @documentencoding.
138
139 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
140
141 * eshell.texi (What Eshell is not): Clean up confusing clause.
142
143 2014-01-03 Glenn Morris <rgm@gnu.org>
144
145 * efaq-w32.texi, reftex.texi: Use @insertcopying in non-TeX.
146
147 * ede.texi, eieio.texi, semantic.texi, srecode.texi:
148 Add copyright notice to titlepage.
149
150 * dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
151
152 * ert.texi: Add a titlepage. Use @insertcopying.
153
154 * calc.texi (Top): Use @top rather than @chapter.
155
156 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
157
158 * eshell.texi (top): Fix incorrect use of xref.
159
160 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
161
162 * eshell.texi (top): Fix incorrect info filename in an xref.
163
164 2014-01-02 Glenn Morris <rgm@gnu.org>
165
166 * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
167
168 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
169
170 * eshell.texi (Command Basics): Remove `Command basics' chapter.
171
172 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
173
174 * eshell.texi (What is Eshell?): Add section about what not to use
175 Eshell for.
176
177 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
178
179 * emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
180
181 2013-12-22 Glenn Morris <rgm@gnu.org>
182
183 * woman.texi (Navigation): Use itemx where appropriate.
184
185 2013-12-20 Tassilo Horn <tsdh@gnu.org>
186
187 * info.texi, woman.texi:
188 Document `S-SPC' as alternative to `DEL' for scrolling.
189
190 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
191
192 * calc.texi (Stack Manipulation Commands): Mention using the variable
193 `calc-context-sensitive-enter' for `calc-enter' and `calc-pop'.
194
195 2013-12-12 Michael Albinus <michael.albinus@gmx.de>
196
197 * tramp.texi (direntry): Use ssh but rsh.
198 (all): Encode all environment variable names with @env{...}.
199 (Bug Reports): Refer to Testing node.
200
201 2013-12-12 Glenn Morris <rgm@gnu.org>
202
203 * autotype.texi, cc-mode.texi, ediff.texi, ert.texi:
204 * htmlfontify.texi, ido.texi, octave-mode.texi, org.texi:
205 * srecode.texi, todo-mode.texi, tramp.texi:
206 Sync direntry with info/dir version.
207
208 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
209
210 * Makefile.in: Add octave-mode.texi.
211
212 2013-12-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
213 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
214
215 * octave-mode.texi: Import from GNU Octave (doc/interpreter/emacs.txi).
216
217 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
218
219 * dbus.texi (Properties and Annotations): Fix typo.
220
221 2013-12-06 Bastien Guerry <bzg@gnu.org>
222
223 * org.texi: Don't include Emacs version within Org's version.
224
225 2013-12-06 Nicolas Goaziou <n.goaziou@gmail.com>
226
227 * org.texi (Creating one-off styles): Use new export snippet
228 syntax.
229
230 * org.texi (Export settings): documentation describing how text
231 above the first heading is ignored when an :export: tag is in a
232 file.
233
234 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
235
236 * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
237
238 2013-11-30 Glenn Morris <rgm@gnu.org>
239
240 * Makefile.in (distclean): Remove Makefile.
241
242 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
243
244 * ses.texi (Quick Tutorial): New chapter. (Bug#14748)
245 (The Basics, Formulas): Copyedits.
246 (Resizing, Printer functions): Add index entries.
247
248 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
249
250 * calc.texi (Customizing Calc): Mention new variable
251 `calc-context-sensitive-enter'.
252
253 2013-11-12 Aaron Ecay <aaronecay@gmail.com>
254
255 * org.texi (Exporting code blocks): Document the 'inline-only
256 setting for `org-export-babel-evaluate'. Document how :var
257 introduces code block dependencies.
258
259 2013-11-12 Achim Gratz <Stromeko@Stromeko.DE>
260
261 * org.texi (Header arguments): Document header-args[:lang]
262 properties and remove deprecated old-style properties from
263 documentation.
264
265 * org.texi (Agenda commands): Remove footnote from @tsubheading
266 and add a sentence with the reference instead.
267
268 2013-11-12 Bastien Guerry <bzg@gnu.org>
269
270 * org.texi (Catching invisible edits):
271 * org.texi (Plain lists, Plain lists):
272 * org.texi (Advanced configuration):
273 * org.texi (Tag groups):
274 * org.texi (Conventions):
275 * org.texi (Checkboxes, Radio lists):
276 * org.texi (Top, Summary, Exporting):
277 * org.texi (In-buffer settings): Fix typos.
278
279 * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
280 C-w'. Add an index entry for `org-refile-keep'.
281
282 * org.texi (Plain lists): Add an index entry for sorting plain
283 list. Document sorting by checked status for check lists.
284
285 * org.texi (Publishing options): Fix old variable names.
286
287 * org.texi (Orgstruct mode): Fix suggested setting of
288 `orgstruct-heading-prefix-regexp'.
289
290 * org.texi (Export settings):
291 Document `org-export-allow-bind-keywords'.
292
293 * org.texi (History and Acknowledgments): Small rephrasing.
294
295 * org.texi (Template elements): Add a footnote about tags accepted
296 in a year datetree.
297
298 * org.texi (Beamer export, @LaTeX{} and PDF export)
299 (Header and sectioning, @LaTeX{} specific attributes):
300 Enhance style.
301
302 * org.texi (Agenda commands): Add a footnote about dragging agenda
303 lines: it does not persist and it does not change the .org files.
304
305 * org.texi (Agenda commands): Add a table heading for dragging
306 agenda lines forward/backward.
307
308 * org.texi (Agenda commands): Add documentation for
309 `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
310
311 * org.texi (Publishing options): Update the list of options.
312 (Simple example, Complex example): Fix the examples.
313
314 * org.texi (Formula syntax for Calc): Don't use a bold font the
315 warning.
316
317 * org.texi (Other built-in back-ends): New section.
318
319 * org.texi (Editing source code):
320 Document `org-edit-src-auto-save-idle-delay' and
321 `org-edit-src-turn-on-auto-save'.
322
323 * org.texi (External links): Document contributed link types
324 separately.
325
326 * org.texi (Closing items):
327 Document `org-closed-keep-when-no-todo'.
328
329 * org.texi (Export back-ends): Rename from "Export formats".
330 (The Export Dispatcher): Remove reference to
331 `org-export-run-in-background'.
332 (Export settings): Minor rewrites.
333 (ASCII/Latin-1/UTF-8 export): Update variable's name.
334 (In-buffer settings): Add #+HTML_HEAD_EXTRA.
335
336 * org.texi (Export in foreign buffers): New section.
337 (Exporting): Remove documentation about converting the selected
338 region.
339
340 * org.texi (Advanced configuration): Put the filter valid types in
341 a table. Use @lisp and @smalllisp.
342
343 * org.texi: Use @code{nil} instead of nil. Update the maintainer
344 contact info.
345
346 * org.texi (Exporting): Better introductory sentence. Add a note
347 about conversion commands.
348 (Feedback, Orgstruct mode, Built-in table editor)
349 (Built-in table editor, Orgtbl mode, Updating the table)
350 (Property syntax, Capturing column view, Capture)
351 (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
352 (Exporting, Extending ODT export)
353 (Working with @LaTeX{} math snippets, dir, Customization)
354 (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
355 Uniformly use @kbd{M-x command RET}.
356
357 * org.texi (Filtering/limiting agenda items): New subsection.
358 Document the use of `org-agenda-max-*' options and
359 `org-agenda-limit-interactively' from the agenda.
360 (Agenda commands): Move details about filtering commands to
361 the new section, only include a summary here.
362 (Customizing tables in ODT export)
363 (System-wide header arguments, Conflicts, Dynamic blocks):
364 Use spaces for indentation.
365
366 * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
367
368 * org.texi (Links in HTML export, Images in HTML export)
369 (post): Fix syntax within #+ATTR_*.
370 (Tables in HTML export): Document `org-html-table-row-tags'
371 and use `org-html-table-default-attributes' instead of
372 `org-html-table-tag'.
373
374 * org.texi (Publishing action, Publishing options)
375 (Publishing links): Major rewrite. Enhance explanations for
376 `org-org-publish-to-org'. Remove reference to
377 `org-export-run-in-background'.
378
379 * org.texi: Fix many small typos. Use #+NAME instead of
380 #+TBLNAME. Use @smalllisp instead of @example.
381 (Special symbols): Add index?
382 (HTML preamble and postamble): Don't mention obsolete use of
383 opt-plist.
384 (JavaScript support): Don't mention the org-jsinfo.el file as it
385 has been merged with ox-html.el.
386
387 * org.texi (Installation, Feedback, Setting Options)
388 (Code evaluation security, org-crypt.el): Use @lisp instead of
389 @example.
390 (Agenda commands): Use @table instead of @example.
391
392 * org.texi (Adding hyperlink types): New appendix.
393
394 * org.texi (ODT export commands, Extending ODT export)
395 (Applying custom styles, Images in ODT export)
396 (Labels and captions in ODT export)
397 (Literal examples in ODT export)
398 (Configuring a document converter)
399 (Working with OpenDocument style files)
400 (Customizing tables in ODT export)
401 (Validating OpenDocument XML): Fix options names.
402
403 * org.texi (History and Acknowledgments): Update acknowledgments
404 to Nicolas. Add Nicolas Goaziou to the list of contributors.
405
406 * org.texi (System-wide header arguments): Don't use "customizing"
407 for setting a variable. Also remove comments.
408
409 * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
410 `org-agenda-start-on-weekday' to the variable index and document
411 them.
412
413 * org.texi (Sparse trees, Agenda commands)
414 (@LaTeX{} fragments, Selective export, Export options)
415 (The export dispatcher, ASCII/Latin-1/UTF-8 export)
416 (HTML Export commands, @LaTeX{}/PDF export commands)
417 (iCalendar export, Publishing options, Triggering publication)
418 (In-buffer settings): Update to reflect changes from the new
419 export engine.
420
421 * org.texi (Matching tags and properties): More examples.
422 Explain group tags expansion as regular expressions.
423
424 * org.texi (Tag groups): New section.
425
426 * org.texi (Setting tags): Tiny formatting fixes.
427
428 * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
429 names.
430
431 * org.texi (Storing searches): Add "agenda" and "agenda*" to the
432 concept index. Include example for these agenda views.
433 (Special agenda views): Mention the "agenda*" agenda view.
434
435 * org.texi (Repeated tasks): Document how to ignore a repeater
436 when using both a scheduled and a deadline timetamp.
437
438 * org.texi (Global and local cycling): Wrap in a new subsection.
439 (Initial visibility, Catching invisible edits): New subsections.
440
441 * org.texi (Visibility cycling): Mention that
442 `org-agenda-inhibit-startup' will prevent visibility setting when
443 the agenda opens an Org file for the first time.
444
445 * org.texi (Org syntax): New section.
446
447 * org.texi (Orgstruct mode):
448 Document `orgstruct-heading-prefix-regexp'.
449
450 * org.texi (Speeding up your agendas): New section.
451
452 * org.texi (Installation): When installing Org from ELPA, users
453 should do this from an Emacs session where no .org file has been
454 visited.
455
456 * org.texi (CSS support, In-buffer settings): Update HTML options
457 names.
458
459 * org.texi (Structure editing): Update documentation for
460 `org-insert-heading-or-item'.
461 (Plain lists, Relative timer): Update index entry.
462
463 * org.texi (JavaScript support): Update variable names.
464
465 * org.texi (comments): Minor formatting fix.
466
467 * org.texi (@LaTeX{} fragments): Minor enhancement.
468
469 * org.texi: Update the list contributions.
470
471 * org.texi (Agenda commands): Exporting the agenda to an .org file
472 will not copy the subtrees and the inherited tags.
473 Document `org-agenda-filter-by-regexp'.
474
475 * org.texi (Publishing action, Complex example): Fix names of
476 publishing functions.
477
478 * org.texi (Top, Exporting): Delete references to Freemind.
479 (Freemind export): Delete section.
480
481 * org.texi (Top, Exporting): Delete references to the XOXO export.
482 (XOXO export): Delete section.
483
484 * org.texi (Capture): Mention that org-remember.el is not
485 supported anymore.
486
487 * org.texi (Top, Exporting, Beamer class export):
488 Delete references to the TaskJuggler export.
489 (History and Acknowledgments): Mention that the TaskJuggler has
490 been rewritten by Nicolas and now lives in the contrib/ directory
491 of Org's distribution. Mention that Jambunathan rewrote the HTML
492 exporter. Remove Jambunathan from my own acknowledgments.
493 (TaskJuggler export): Delete.
494
495 * org.texi (HTML preamble and postamble)
496 (Tables in HTML export, Images in HTML export)
497 (Math formatting in HTML export, CSS support)
498 (@LaTeX{} and PDF export, Publishing options): Fix the names of
499 the HTML export and publishing options.
500
501 * org.texi (Literal examples, Export options)
502 (@LaTeX{} and PDF export, Header and sectioning)
503 (Publishing options): Fix LaTeX options names.
504
505 * org.texi (Export options, CSS support, In-buffer settings):
506 Fix references to HTML_LINK_* and HTML_STYLE keywords.
507
508 * org.texi (Export options, In-buffer settings): Fix references to
509 #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
510
511 * org.texi (Top, Markup, Initial text, Images and tables)
512 (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
513 (Export options, JavaScript support, Beamer class export):
514 Remove references to the DocBook export, which has been deleted.
515 (History and Acknowledgments): Mention that DocBook has been
516 deleted, suggest to use the Texinfo exporter instead, then to
517 convert the .texi to DocBook with makeinfo.
518 (Links in ODT export, Tables in ODT export): Fix indices.
519
520 * org.texi (Deadlines and scheduling): Add a variable to the
521 index. Add documentation about delays for scheduled tasks.
522
523 * org.texi (Emphasis and monospace):
524 Mention `org-fontify-emphasized-text' and
525 `org-emphasis-regexp-components'.
526
527 * org.texi (References): Small enhancement.
528
529 * org.texi (Column width and alignment): Make the example visually
530 more clear.
531
532 * org.texi (The clock table): Document :mstart and :wstart as a
533 way to set the starting day of the week.
534
535 * org.texi (In-buffer settings): Document new startup keywords.
536 Thanks to John J Foerch for this idea.
537
538 * org.texi (Include files): Tiny formatting fix.
539
540 * org.texi (Activation): Point to the "Conflicts" section.
541
542 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com>
543
544 * org.texi (CSS support): Clarify this section.
545
546 * org.texi (@LaTeX{} specific attributes): Document that tabu and
547 tabularx packages are not in the default set of packages.
548
549 * org.texi (Agenda commands): Document fortnight view.
550
551 * org.texi: Document conflict with ecomplete.el.
552
553 * org.texi (History and Acknowledgments): Acknowledgements for
554 Jason Dunsmore and Rakcspace.
555
556 * org.texi: Rename org-crypt.el node to org-crypt.
557
558 * org.texi (A @LaTeX{} example): Fix typo in variable name.
559
560 * org.texi (MobileOrg): Mention the new iPhone developer.
561
562 * org.texi (Table of contents) Improve documentation of TOC
563 placement.
564
565 * org.texi: Explain that date/time information at read-date prompt
566 should start at the beginning, not anywhere in the middle of a
567 long string.
568
569 2013-11-12 Christopher Schmidt <christopher@ch.ristopher.com>
570
571 * org.texi (Orgstruct mode): Fix wrong regexp.
572
573 2013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
574
575 * org.texi: Document export to (X)HTML flavors.
576
577 2013-11-12 Eric Schulte <schulte.eric@gmail.com>
578
579 * org.texi (Extracting source code): Mention the prefix argument
580 to org-babel-tangle.
581 (noweb): Remove erroneous negative.
582 (Specific header arguments): Document new header arguments.
583 Documentation for new tangle-mode header argument.
584 (Top): Documentation for new tangle-mode header argument.
585 (rownames): Documentation for new tangle-mode header argument.
586 Mention elisp as special rowname case.
587 (tangle-mode): Documentation for new tangle-mode header argument.
588 (post): Documentation and an example of usage.
589 (var): Remove the "Alternate argument syntax" section from the
590 documentation.
591 (hlines): Note that :hline has no effect for Emacs Lisp code
592 blocks.
593
594 2013-11-12 Feng Shu <tumashu@gmail.com>
595
596 * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
597 (Math formatting in HTML export)
598 (Working with @LaTeX{} math snippets): Add document about creating
599 formula image with imagemagick.
600
601 * org.texi (@LaTeX{} specific attributes): Document `:caption'
602 attribute of #+ATTR_LATEX.
603
604 2013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com>
605
606 * org.texi (Handling links): Fix a typo in
607 `org-startup-with-inline-images' documentation.
608
609 * org.texi (Previewing @LaTeX{} fragments): Document the startup
610 keywords to use for previewing LaTeX fragments or not.
611 (Summary of in-buffer settings): Improve formatting and add an
612 entry for the variable `org-startup-with-latex-preview'.
613
614 * org.texi (Property syntax): Recall the user to refresh the org
615 buffer when properties are set on a per-file basis.
616
617 2013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change)
618
619 * org.texi (Matching tags and properties): Clarification.
620
621 2013-11-12 Ippei Furuhashi <top.tuna+orgmode@gmail.com>
622
623 * org.texi (Editing and debugging formulas): Add an example when a
624 table has multiple #+TBLFM lines.
625
626 2013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change)
627
628 * org.texi (The clock table): Document acceptance of relative
629 times in tstart and tend, link to syntax description and provide
630 example.
631
632 2013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi>
633
634 * org.texi (The spreadsheet): Document lookup functions.
635
636 2013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
637
638 * org.texi (CSS support): Mention .figure-number, .listing-number,
639 and .table-number.
640
641 2013-11-12 Michael Brand <michael.ch.brand@gmail.com>
642
643 * org.texi
644 (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
645 spreadsheet formula mode strings and some examples from @example
646 block with xy @r{yz} to @table.
647
648 * org.texi (Formula syntax for Calc): Improve the documentation of
649 empty fields in formulas for spreadsheet. Add explanation and
650 example for empty field. Extend explanations of format
651 specifiers. Add a sentence to mention Calc defmath.
652
653 * org.texi (Column formulas): Add a sentence to be more explicit
654 about when a table header is mandatory.
655
656 2013-11-12 Nicolas Goaziou <n.goaziou@gmail.com>
657
658 * org.texi (Subscripts and superscripts): Remove reference to
659 quoted underscores until this mechanism is implemented again.
660
661 * org.texi (Beamer export): Be more accurate about BEAMER_OPT
662 property.
663
664 * org.texi (Document title): Subtree export is no longer triggered
665 by marking one as the region.
666 (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
667 giving examples isn't very useful: "horizontal rule" is, at least,
668 as explicit as <hr/>.
669
670 * org.texi (HTML doctypes): Reflect keyword removal.
671 (CSS support): Reflect keyword removal.
672
673 * org.texi (@LaTeX{} specific attributes): Document new :float
674 values.
675
676 * org.texi (Export settings): Improve documentation.
677
678 * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
679 (Text areas in HTML export): Update text areas.
680 (HTML Export commands): Update export commands.
681
682 * org.texi (Header and sectioning): Add a footnote about the
683 different between LATEX_HEADER_EXTRA and LATEX_HEADER.
684
685 * org.texi (The Export Dispatcher):
686 Document `org-export-in-background'.
687
688 * org.texi (Footnotes): Export back-ends do not use
689 `org-footnote-normalize' anymore.
690
691 * org.texi: Document variable changes.
692
693 * org.texi (Export settings): Doument p: item in OPTIONS keyword.
694
695 * org.texi (Exporting): Massive rewrite of the first sections.
696 (Selective export): Delete.
697 (The Export Dispatcher): Rewrite.
698 (Export options): Rewrite as "Export settings".
699
700 * org.texi: Small changes to documentation for embedded LaTeX.
701
702 * org.texi (Internal links): Document #+NAME keyword and
703 cross-referencing during export.
704
705 * org.texi (Include files): Remove reference to :prefix1
706 and :prefix. Give more details for :minlevel.
707
708 * org.texi (Macro replacement): Fix macro name.
709 Update documentation about possible locations and escaping mechanism.
710
711 * org.texi (Table of contents): Update documentation.
712 Document lists of listings and lists of tables. Add documentation for
713 optional title and #+TOC: keyword.
714
715 2013-11-12 Rick Frankel <rick@rickster.com>
716
717 * org.texi (results): Add Format section, broken out of Type
718 section to match code.
719 (hlines, colnames): Remove incorrect Emacs Lisp exception.
720 Note that the actual default handling (at least for python and
721 emacs-lisp) does not seem to match the description.
722
723 2013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change)
724
725 * org.texi (The date/time prompt): Update the documentation to
726 reflect the new way `org-read-date-get-relative' handles weekdays.
727
728 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com>
729
730 * org.texi (Resolving idle time):
731 Document `org-clock-x11idle-program-name'.
732
733 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
734
735 * ert.texi (Running Tests Interactively): Adapt examle output.
736 (Tests and Their Environment): Mention skip-unless.
737
738 2013-10-23 Glenn Morris <rgm@gnu.org>
739
740 * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
741 * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
742 * widget.texi: Nuke @refill.
743
744 * Makefile.in (install-dvi, install-html, install-pdf)
745 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
746 (uninstall-pdf): Quote entities that might contain whitespace.
747
748 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
749
750 * calc.texi (Data Type Formats): Don't specify the size at
751 which integers begin to be represented by lists.
752
753 2013-10-14 Xue Fuqiao <xfq.free@gmail.com>
754
755 * cl.texi (Argument Lists): Add indexes for &key and &aux.
756
757 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
758
759 * trampver.texi: Update release number.
760
761 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
762
763 Sync with Tramp 2.2.8.
764
765 * tramp.texi (External packages): Use `non-essential'.
766 * trampver.texi: Update release number.
767
768 2013-09-14 Glenn Morris <rgm@gnu.org>
769
770 * eshell.texi: Markup fixes.
771
772 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
773
774 * ido.texi (Interactive Substring Matching): Use @key{RET} instead
775 of @kbd{RET}.
776 (Prefix Matching): Add an index.
777
778 2013-09-08 Glenn Morris <rgm@gnu.org>
779
780 * emacs-gnutls.texi: Tweak direntry.
781
782 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
783
784 * tramp.texi (Alternative Syntax): Remove chapter.
785
786 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
787
788 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
789 for portability to hosts where /bin/sh has problems.
790
791 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 Try to reduce redundancy in doc/misc/Makefile.in.
794 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
795 (TARGETS): New intermediate variable.
796 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
797
798 2013-08-27 Glenn Morris <rgm@gnu.org>
799
800 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
801
802 * efaq.texi: Rename from faq.texi, to match its output files.
803 * Makefile.in: Update for faq.texi name change.
804
805 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
806
807 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
808
809 * efaq-w32.texi: Move here from the web-pages repository.
810 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
811 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
812 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
813 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
814 Add DOCMISC_*_W32 variables.
815 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
816 (efaq_w32_deps): New variable.
817 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
818 (efaq-w32.pdf, efaq-w32.html): New rules.
819 (clean): Remove efaq-w32 products.
820
821 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
822
823 * texinfo.tex: Update from gnulib.
824
825 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
826
827 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
828 shift_jis from the default value set to mm-coding-system-priorities for
829 Japanese users.
830
831 2013-08-13 Glenn Morris <rgm@gnu.org>
832
833 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
834 (Options - Defining Label Environments, Options - Creating Labels)
835 (Options - Referencing Labels, Options - Creating Citations)
836 (Options - Index Support, Options - Viewing Cross-References)
837 (Options - Finding Files, Options - Optimizations)
838 (Options - Fontification, Options - Misc):
839 * cc-mode.texi (Sample Init File):
840 * edt.texi (Init file):
841 * epa.texi (Encrypting/decrypting gpg files):
842 * mairix-el.texi (About, Setting up the mairix interface, Using)
843 (Extending):
844 Rename nodes to avoid characters that can cause Texinfo problems.
845
846 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
847
848 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
849
850 2013-08-12 Glenn Morris <rgm@gnu.org>
851
852 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
853 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
854 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
855 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
856 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
857 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
858 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
859 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
860 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
861 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
862 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
863 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
864 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
865
866 * woman.texi (Top): Avoid mailto: in html output.
867
868 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
869 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
870 (INSTALL_DATA): New, set by configure.
871 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
872 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
873 install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
874 uninstall-ps, and uninstall-doc.
875 (.SUFFIXES): Add .ps and .dvi.
876 (.dvi.ps): New suffix rule.
877 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
878 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
879 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
880 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
881 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
882 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
883 (ido.html, mairix-el.html, message.html, mh-e.html)
884 (newsticker.html, nxml-mode.html, org.html, pgg.html)
885 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
886 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
887 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
888 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
889 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
890 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
891 New rules.
892 (clean): Remove HTML_TARGETS and PS_TARGETS.
893
894 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
895
896 * ido.texi (Working Directories):
897 (Flexible Matching, Regexp Matching, Find File At Point)
898 (Ignoring, Misc Customization): Use @defopt for user options.
899
900 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
901
902 * htmlfontify.texi (Customization): Remove documentation of
903 `hfy-fast-lock-save'. Minor fixes.
904
905 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
906
907 * ido.texi (Top): Insert node "Working Directories" in menu.
908 (Working Directories): New node.
909 (Misc Customization): Add documentation of
910 `ido-confirm-unique-completion' and some other user options.
911
912 2013-08-07 Eli Zaretskii <eliz@gnu.org>
913
914 * todo-mode.texi: Update @dircategory.
915 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
916 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
917 @ref.
918
919 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
920
921 * sc.texi (Introduction): Fix index.
922 (Usage Overview):
923 (Citations, Citation Elements, Recognizing Citations)
924 (Information Keys and the Info Alist, Reference Headers)
925 (The Built-in Header Rewrite Functions)
926 (Electric References, Reply Buffer Initialization)
927 (Filling Cited Text, Selecting an Attribution)
928 (Attribution Preferences)
929 (Anonymous Attributions, Author Names)
930 (Using Regi, Post-yank Formatting Commands)
931 (Citing Commands, Insertion Commands)
932 (Mail Field Commands)
933 (Hints to MUA Authors, Thanks and History): Change from one space
934 between sentences to two.
935 (What Supercite Does): Typo fix.
936
937 * newsticker.texi (Usage): Use @key for RET.
938
939 * cl.texi (Argument Lists):
940 (For Clauses):
941 (Macros): Add indexes.
942
943 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
944
945 * cl.texi (Blocks and Exits): Add an index.
946
947 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
948
949 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
950 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
951 (todo-mode.dvi, todo-mode.pdf): New rules.
952
953 * todo-mode.texi: New file.
954
955 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
956
957 * gnus.texi (Basic Usage): Mention that warp means jump here.
958 (The notmuch Engine): Mention notmuch.
959
960 2013-07-30 Tassilo Horn <tsdh@gnu.org>
961
962 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
963 `gnus-subthread-sort-functions' and remove the obsolete documentation
964 of `gnus-sort-threads-recursively'.
965
966 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
967
968 * texinfo.tex: Update to 2012-07-29.17 version.
969
970 2013-07-29 David Engster <deng@randomsample.de>
971
972 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
973 implementation.
974 (Introduction): Add further missing features.
975 (Building Classes): Add introductory paragraph.
976 (Wish List): Add metaclasses and EQL specialization.
977
978 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
979
980 * tramp.texi (Frequently Asked Questions):
981 Mention `tramp-use-ssh-controlmaster-options'.
982
983 2013-07-26 Tassilo Horn <tsdh@gnu.org>
984
985 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
986 `gnus-sort-threads-recursively'.
987
988 2013-07-25 Glenn Morris <rgm@gnu.org>
989
990 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
991 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
992
993 * erc.texi (Special Features): Update contact information.
994 (History): Avoid using @email.
995
996 * eshell.texi (Bugs and ideas): Minor updates.
997
998 * faq.texi (Reporting bugs, Origin of the term Emacs)
999 (Setting up a customization file)
1000 (Using an already running Emacs process, Turning off beeping)
1001 (Packages that do not come with Emacs)
1002 (Replying to the sender of a message): Avoid using @email.
1003
1004 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
1005
1006 * reftex.texi (Imprint): Avoid using @email.
1007
1008 * ses.texi (Top): Update bug reporting instructions.
1009 (Acknowledgments): Avoid using @email.
1010
1011 * woman.texi (Introduction, Background): Remove outdated information.
1012 (Bugs, Acknowledgments): Avoid using @email.
1013
1014 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
1015
1016 * ido.texi: New file.
1017
1018 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1019
1020 * gnus.texi (Customizing Articles): Document function predicates.
1021
1022 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1023
1024 * gnus.texi (lines): Correct description of
1025 `gnus-registry-track-extra's default value.
1026 Mention `gnus-registry-remove-extra-data'.
1027
1028 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1029
1030 * gnus.texi (Group Parameters): Mention regexp
1031 substitutions (bug#11688).
1032
1033 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1034
1035 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
1036
1037 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1038
1039 * gnus.texi (Emacsen): Fix version.
1040
1041 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
1042
1043 2013-07-06 Glenn Morris <rgm@gnu.org>
1044
1045 * mh-e.texi: Fix external links.
1046 (Using This Manual): Printed elisp manuals no longer available.
1047
1048 * newsticker.texi (Overview): Update URL.
1049
1050 * nxml-mode.texi (Introduction): Update URL.
1051
1052 * org.texi (JavaScript support): Fix URL.
1053
1054 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
1055
1056 * eudc.texi (CCSO PH/QI): Remove defunct URL.
1057
1058 * dbus.texi (Introspection): Update URL to a less defunct one.
1059
1060 * gnus.texi (Top): Restrict "Other related manuals" to info output.
1061 (Foreign Groups): Use @indicateurl for examples.
1062 (Direct Functions): Remove defunct URL.
1063 (RSS): Update URL.
1064
1065 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
1066 (FAQ 7-1): Update URL.
1067
1068 * pgg.texi (Top, Overview): Add note about obsolescence.
1069
1070 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
1071
1072 * texinfo.tex: Merge from gnulib.
1073
1074 2013-07-03 Glenn Morris <rgm@gnu.org>
1075
1076 * bovine.texi (top):
1077 * cc-mode.texi (AWK Mode Font Locking):
1078 * mh-e.texi (Preface):
1079 * url.texi (URI Parsing): Fix cross-references to other manuals.
1080
1081 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1082
1083 * gnus.texi (Client-Side IMAP Splitting):
1084 Note that `nnimap-inbox' now can be a list.
1085
1086 2013-06-24 Glenn Morris <rgm@gnu.org>
1087
1088 * eshell.texi: Fix cross-references to other manuals.
1089
1090 2013-06-23 Glenn Morris <rgm@gnu.org>
1091
1092 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
1093 Remove; not needed now we use a standard html layout for the faq.
1094 (clean): Remove HTML_TARGETS, emacs-faq.text.
1095
1096 2013-06-21 Eduard Wiebe <usenet@pusto.de>
1097
1098 * flymake.texi (Parsing the output, Customizable variables):
1099 Add reference to `flymake-warning-predicate'.
1100
1101 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
1102
1103 * tramp.texi (Top, Configuration): Insert section `Predefined
1104 connection information' in menu.
1105 (Predefined connection information): New section.
1106 (Android shell setup): Make a reference to `Predefined connection
1107 information'.
1108
1109 2013-06-19 Glenn Morris <rgm@gnu.org>
1110
1111 * Makefile.in (version): New, set by configure.
1112 (clean): Delete dist tar file.
1113 (infoclean): New, split from maintainer-clean.
1114 (maintainer-clean): Run infoclean.
1115 (dist): New rule, to make tarfile for www.gnu.org.
1116
1117 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1118
1119 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
1120 for keys q and Q.
1121 (Standards): Reference RFC5804 as the defining document of the
1122 managesieve protocol.
1123
1124 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
1125
1126 * eshell.texi (Input/Output): Expand to cover new visual-command
1127 options, eshell-visual-subcommands and eshell-visual-options.
1128 Divide into separate Visual Commands and Redirection sections.
1129
1130 2013-06-10 Glenn Morris <rgm@gnu.org>
1131
1132 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
1133
1134 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1135
1136 * gnus.texi (Article Date):
1137 Fix description of gnus-article-update-date-headers.
1138
1139 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
1140
1141 * erc.texi (Special Features): ERC is being maintained within
1142 Emacs now.
1143
1144 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
1145
1146 * flymake.texi: Change from one space between sentences to two.
1147
1148 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1149
1150 * cl.texi (Obsolete Macros): Describe replacements for `flet'
1151 (bug#14293).
1152
1153 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
1154
1155 * tramp.texi (Frequently Asked Questions): Precise, how to define
1156 an own ControlPath.
1157
1158 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1159
1160 * tramp.texi (Frequently Asked Questions): New item for
1161 ControlPath settings.
1162
1163 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
1164
1165 * calc.texi (Basic Operations on Units): Streamline some
1166 descriptions.
1167
1168 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1169
1170 * eshell.texi (Built-ins): Update manual to mention tramp module.
1171
1172 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1173
1174 * tramp.texi (Filename Syntax): Host names are not allowed to be
1175 any method name, unless method name is specified explicitly.
1176 Remove restriction on unibyte filenames.
1177
1178 * trampver.texi: Update release number.
1179
1180 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
1181
1182 doc: convert some TeX accents to UTF-8
1183 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
1184 '@"{@dotless{i}}'.
1185
1186 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1187
1188 Sync with Tramp 2.2.7.
1189
1190 * trampver.texi: Update release number.
1191
1192 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
1193
1194 * calc.texi (Basic Operations on Units): Streamline some
1195 descriptions.
1196
1197 2013-03-08 Glenn Morris <rgm@gnu.org>
1198
1199 * faq.texi (Top): Don't say this was updated @today.
1200 That's irrelevant and leads to spurious diffs.
1201
1202 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1203
1204 * calc.texi (Basic Operations on Units):
1205 Fix cross-reference.
1206
1207 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1208
1209 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
1210
1211 2013-03-06 Alan Mackenzie <acm@muc.de>
1212
1213 * cc-mode.texi (Custom Line-Up): Clarify position of point on
1214 calling a line-up function.
1215
1216 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1217
1218 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
1219 * ses.texi: Switch from Latin-1 to UTF-8.
1220
1221 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1222
1223 * tramp.texi (External methods): Tramp does not connect Android
1224 devices by itself.
1225
1226 2013-03-02 Bill Wohler <wohler@newt.com>
1227
1228 Release MH-E manual version 8.5.
1229
1230 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1231 release 8.5.
1232
1233 * mh-e.texi (Preface, Conventions, Getting Started)
1234 (Using This Manual, Folder Selection, Viewing, Aliases)
1235 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
1236 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
1237 Update URLs.
1238
1239 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1240
1241 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
1242 and "plink2" entries. "plink2" is obsolete for a long time.
1243 (External methods): Remove "scp1" and "scp2" entries.
1244 Explain user name and host name specification for "adb".
1245
1246 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1247
1248 * tramp.texi (External methods): Mention `tramp-adb-program'.
1249
1250 2013-02-28 Bastien Guerry <bzg@gnu.org>
1251
1252 * org.texi (Visibility cycling): Suggest to set
1253 `org-agenda-inhibit-startup' to nil if user wants the startup
1254 visibility settings to be honored in any circumstances.
1255 (Progress logging, Checkboxes): Fix typos.
1256
1257 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1258
1259 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
1260 the macros, for Texinfo 4.13 and 5.0.
1261
1262 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
1263
1264 Port Tramp documentation to Texinfo 5.0.
1265 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
1266 (Filename Syntax): Do not use @trampfn{} in @item.
1267 (Filename completion): Use @columnfractions in @multitable.
1268
1269 2013-02-22 Glenn Morris <rgm@gnu.org>
1270
1271 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
1272
1273 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1274
1275 * Makefile.in (html): New rule.
1276
1277 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
1278
1279 * tramp.texi (Android shell setup): Improve. Reported by Thierry
1280 Volpiatto <thierry.volpiatto@gmail.com>.
1281
1282 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1283
1284 * tramp.texi (Top, Configuration): Insert section `Android shell
1285 setup' in menu.
1286 (Android shell setup): New section.
1287 (Connection types, Default Method)
1288 (Frequently Asked Questions): Mention "scp" instead of "scpc".
1289 (External methods): Remove "scpc" and "rsyncc" entries.
1290 (Frequently Asked Questions): Remove entry about ControlPersist.
1291
1292 2013-02-13 Glenn Morris <rgm@gnu.org>
1293
1294 * message.texi (News Headers): Don't mention yow any more.
1295
1296 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1297
1298 * calc.texi (Basic Operations on Units):
1299 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
1300
1301 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1302
1303 * eshell.texi: Fill most of the missing sections.
1304
1305 2013-02-07 Bastien Guerry <bzg@gnu.org>
1306
1307 * org.texi (References): Clarify an example.
1308 (Installation): Fix instructions.
1309 (Org-Plot): Fix link.
1310 (Checkboxes, Radio lists): Fix typos.
1311
1312 2013-02-07 Glenn Morris <rgm@gnu.org>
1313
1314 * cl.texi (Equality Predicates): Mention memql.
1315
1316 2013-02-07 Eric Ludlam <zappo@gnu.org>
1317
1318 * ede.texi (Creating a project): Make ede-new doc less
1319 specific, and only about items it supports, indicating that there
1320 might be more. Remove refs to simple project and direct automake
1321 from ede new.
1322 (Simple projects): Re-write to not talk about ede-simple-project
1323 which is deprecated, and instead use the term to mean projects
1324 that don't do much management, just project wrapping.
1325 Add ede-generic-project link.
1326 (ede-generic-project): New node (bug#11441).
1327
1328 2013-02-07 Glenn Morris <rgm@gnu.org>
1329
1330 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
1331
1332 2013-02-01 Glenn Morris <rgm@gnu.org>
1333
1334 * calc.texi (Help Commands): Update calc-view-news description.
1335 Mention etc/CALC-NEWS.
1336
1337 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1338
1339 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
1340
1341 2013-01-13 Bastien Guerry <bzg@gnu.org>
1342
1343 * org.texi (Installation): Simplify.
1344
1345 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
1346
1347 * org.texi (Handling links): Update the mention to the obsolete
1348 variable `org-link-to-org-use-id' with a mention to the newer
1349 variable `org-id-link-to-org-use-id'. Mention the need to load
1350 the org-id library.
1351
1352 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1353
1354 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
1355
1356 2013-01-09 Bastien Guerry <bzg@gnu.org>
1357
1358 * org.texi (Pushing to MobileOrg): Add footnote about using
1359 symbolic links in `org-directory'.
1360 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
1361 of the now obsolete alias `org-float'.
1362 (TODO basics): Add `org-use-fast-todo-selection' to the variable
1363 index. Fix description of TODO keywords cycling.
1364 (Advanced features): Add missing argument for @item.
1365 (Storing searches): Add index entries and a note about
1366 *-tree agenda views.
1367 (Structure editing): Document `org-mark-element' and
1368 `org-mark-subtree'.
1369 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
1370
1371 2013-01-08 Juri Linkov <juri@jurta.org>
1372
1373 * info.texi (Go to node): Mention the abbreviated format
1374 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
1375
1376 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
1377
1378 * autotype.texi: Remove undefined command @subtitlefont.
1379 * cc-mode.texi: Likewise.
1380
1381 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
1382 @item argument.
1383 (Property searches): Use \\ instead of @backslashchar{}.
1384 * pgg.texi (VERSION): Move @set below @setfilename.
1385
1386 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
1387
1388 * ada-mode.texi: Remove braces from @title argument.
1389 * eudc.texi: Likewise.
1390 * smtpmail.texi: Likewise.
1391 * auth.texi (VERSION): Set before first use.
1392 * emacs-gnutls.texi (VERSION): Likewise.
1393 * pgg.texi (VERSION): Likewise.
1394 * ede.texi (Top): Rename from top, all uses changed.
1395 * eshell.texi: Add missing argument to @sp.
1396 * forms.texi (Top): Reorder menu to match structure.
1397 * htmlfontify.texi (Customisation): Add missing @item in
1398 @enumerate.
1399 * org.texi (Advanced features): Add missing argument for @item.
1400 (Property searches): Use @backslashchar{} in macro argument.
1401 * pcl-cvs.texi: Add missing argument to @sp.
1402 (Movement commands): Fix use of @itemx.
1403 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
1404 * reftex.texi (Options (Creating Citations)): Add missing newline
1405 before @end.
1406 * tramp.texi (Obtaining Tramp): Remove extra dots.
1407 (Configuration): Reorder menu to match structure.
1408 (Remote shell setup): Replace literal NUL character by \0.
1409 * viper.texi (Marking): Add missing argument for @item.
1410
1411 2013-01-04 Glenn Morris <rgm@gnu.org>
1412
1413 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
1414 Add htmlfontify.
1415 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
1416 (htmlfontify.dvi, htmlfontify.pdf): New targets.
1417 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
1418 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
1419
1420 * htmlfontify.texi: Miscellaneous fixes and updates.
1421 Set copyright to FSF, update license to GFDL 1.3+.
1422
1423 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
1424
1425 * htmlfontify.texi: New file.
1426
1427 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1428
1429 * calc.texi (Free-Form Dates): Expand on the date reading
1430 algorithm.
1431
1432 2012-12-27 Glenn Morris <rgm@gnu.org>
1433
1434 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
1435 Avoid some overfull lines.
1436
1437 * widget.texi (Programming Example): Break some long lines.
1438
1439 * wisent.texi (Wisent Overview): Fix xref.
1440 (Grammar format, Understanding the automaton): Avoid overfill.
1441
1442 * bovine.texi (Optional Lambda Expression): Allow line break.
1443
1444 * auth.texi (Help for users): Break long lines.
1445
1446 * ada-mode.texi (Project file variables):
1447 Reword to reduce underfull hbox.
1448 (No project files, Use GNAT project file):
1449 Use smallexample to make some overfull lines less terrible.
1450
1451 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
1452 Fix cross-references to separate manuals.
1453
1454 * Makefile.in (gfdl): New variable. Use throughout where
1455 appropriate so that targets depend on doclicense.texi.
1456
1457 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1458
1459 * gnus.texi (Customizing the IMAP Connection): Mention the other
1460 authenticators.
1461
1462 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1463
1464 * gnus.texi (Browse Foreign Server):
1465 Document `gnus-browse-delete-group'.
1466
1467 2012-12-22 Glenn Morris <rgm@gnu.org>
1468
1469 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
1470 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
1471 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
1472 * widget.texi, wisent.texi: Nuke hand-written node pointers.
1473
1474 * Makefile.in (gfdl): New variable. Use throughout where
1475 appropriate so that targets depend on doclicense.texi.
1476
1477 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1478
1479 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
1480 doclicense.texi. Remove doclicense.texi from all targets that
1481 mentioned it explicitly.
1482 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
1483 $(emacsdir)/emacsver.texi.
1484 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
1485
1486 2012-12-21 Glenn Morris <rgm@gnu.org>
1487
1488 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
1489 Include emacsver.texi. Nuke hand-written node pointers.
1490 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
1491 Depend on emacsver.texi.
1492
1493 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
1494 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
1495 May as well just include doclicense.texi in everything.
1496
1497 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
1498 which @copying says is included.
1499
1500 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
1501 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
1502 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
1503 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
1504 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
1505 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
1506 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
1507 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
1508 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
1509 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
1510 * widget.texi, wisent.texi, woman.texi: Do not mention buying
1511 copies from the FSF, which does not publish these manuals.
1512
1513 * erc.texi: No need to include gpl in this small manual.
1514
1515 * org.texi (copying): Include a copy of the GFDL.
1516 (GNU Free Documentation License): New section.
1517
1518 2012-12-21 Bastien Guerry <bzg@gnu.org>
1519
1520 * org.texi: Fix typos.
1521
1522 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
1523
1524 * calc.texi (ISO 8601): Rename from ISO-8601,
1525 as it's typically spelled without a hyphen.
1526
1527 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1528
1529 * calc.texi (ISO-8601): New section.
1530 (Date Formatting Codes): Mention new codes.
1531 (Standard Date Formats): Mention new formats.
1532
1533 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
1534
1535 * tramp.texi (External methods): Move `adb' method here.
1536
1537 2012-12-13 Glenn Morris <rgm@gnu.org>
1538
1539 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
1540
1541 * wisent.texi: Small edits. Set copyright to FSF, update license to
1542 GFDL 1.3+.
1543 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
1544 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
1545 New targets.
1546 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
1547 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
1548
1549 * bovine.texi: Small edits. Set copyright to FSF, update license to
1550 GFDL 1.3+, remove empty index.
1551 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
1552 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
1553 New targets.
1554 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
1555 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
1556
1557 2012-12-13 Eric Ludlam <zappo@gnu.org>
1558 David Ponce <david@dponce.com>
1559 Richard Kim <emacs18@gmail.com>
1560
1561 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
1562
1563 2012-12-13 Glenn Morris <rgm@gnu.org>
1564
1565 * flymake.texi (Customizable variables, Locating the buildfile):
1566 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
1567
1568 * srecode.texi: Small edits. Set copyright to FSF, add explicit
1569 GFDL 1.3+ license, fix up index.
1570 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
1571 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
1572 (srecode.pdf): New targets.
1573 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
1574 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
1575
1576 2012-12-13 Eric Ludlam <zappo@gnu.org>
1577
1578 * srecode.texi: New file, imported from CEDET trunk.
1579
1580 2012-12-13 Bastien Guerry <bzg@gnu.org>
1581
1582 * org.texi (Summary, Code block specific header arguments)
1583 (Code block specific header arguments)
1584 (Header arguments in function calls, var, noweb)
1585 (Results of evaluation, Code evaluation security):
1586 Small reformatting: add a blank line before some example.
1587
1588 * org.texi (System-wide header arguments)
1589 (Header arguments in Org mode properties, Conflicts)
1590 (Dynamic blocks, Using the mapping API):
1591 Fix indentation of Elisp code examples.
1592
1593 * org.texi (Comment lines): Fix description of the comment syntax.
1594
1595 * org.texi (Installation): Mention "make test" in the correct section.
1596
1597 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1598
1599 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1600 These are just minor editorial changes.
1601
1602 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
1603
1604 * tramp.texi (History): Mention ADB.
1605 (Inline methods): Add `adb' method.
1606
1607 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
1608
1609 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
1610 (External methods): Fix typo.
1611
1612 2012-12-03 Glenn Morris <rgm@gnu.org>
1613
1614 * rcirc.texi (Notices): Fix typo.
1615
1616 2012-11-25 Bill Wohler <wohler@newt.com>
1617
1618 Release MH-E manual version 8.4.
1619
1620 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
1621 Update for release 8.4.
1622
1623 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
1624 (Junk): Add mh-whitelist-preserves-sequences-flag,
1625 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
1626 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
1627
1628 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
1629
1630 * mh-e.texi (Procmail): Fix two @ typos.
1631
1632 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1633
1634 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1635 These are just minor editorial changes.
1636
1637 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
1638
1639 * calc.texi (Date Formatting Codes): Mention the new beginning of
1640 the date numbering system.
1641
1642 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1643
1644 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
1645 (Date Forms): Correct off-by-one error in explanation of
1646 Julian day numbers. Give Gregorian equivalent of its origin.
1647
1648 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1649
1650 * calc.texi (Date Forms): Mention the customizable
1651 Gregorian-Julian switch.
1652 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
1653
1654 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1655
1656 Calc now uses the Gregorian calendar for all dates (Bug#12633).
1657 It also uses January 1, 1 AD as its day number 1.
1658 * calc.texi (Date Forms): Document this.
1659
1660 2012-11-16 Glenn Morris <rgm@gnu.org>
1661
1662 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
1663 (Obsolete Macros): Move example here from Function Bindings.
1664
1665 * erc.texi: Use @code{nil} rather than just "nil".
1666 (Modules): Undocument obsolete "hecomplete".
1667 Add "notifications".
1668 (Connecting): Add brief section on passwords.
1669 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
1670
1671 2012-11-13 Glenn Morris <rgm@gnu.org>
1672
1673 * flymake.texi (Customizable variables)
1674 (Highlighting erroneous lines): Mention flymake-error-bitmap,
1675 flymake-warning-bitmap, and flymake-fringe-indicator-position.
1676
1677 2012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
1678
1679 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
1680 In all file place SES into @acronym{...}.
1681 (Advanced Features): Add key index and function index for
1682 ses-set-header-row. Add description for function
1683 ses-rename-cell. Add description for function
1684 ses-repair-cell-reference-all.
1685 (Ranges in formulas): Add description for ses-range flags.
1686
1687 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
1688
1689 * texinfo.tex: Merge from gnulib.
1690
1691 2012-11-10 Chong Yidong <cyd@gnu.org>
1692
1693 * url.texi (Introduction): Move url-configuration-directory to
1694 Customization node.
1695 (Parsed URIs): Split into its own node.
1696 (URI Encoding): New node.
1697 (Defining New URLs): Remove empty chapter.
1698 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
1699 Improve docs for url-queue-*.
1700 (Supported URL Types): Copyedits. Delete empty subnodes.
1701
1702 * url.texi (Introduction): Rename from Getting Started.
1703 Rewrite the introduction.
1704 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
1705
1706 2012-11-10 Glenn Morris <rgm@gnu.org>
1707
1708 * cl.texi (Obsolete Setf Customization):
1709 Revert defsetf example to the more correct let rather than prog1.
1710 Give define-modify-macro, defsetf, and define-setf-method
1711 gv.el replacements.
1712
1713 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
1714 (Setf Extensions): Remove obsolete reference.
1715 (Obsolete Setf Customization):
1716 Move note on lack of setf functions to lispref/variables.texi.
1717 Undocument get-setf-method, since it no longer exists.
1718 Mention simple defsetf replaced by gv-define-simple-setter.
1719
1720 2012-11-03 Glenn Morris <rgm@gnu.org>
1721
1722 * cl.texi: Further general copyedits.
1723 (List Functions): Remove copy-tree, standard elisp for some time.
1724 (Efficiency Concerns): Comment out examples that no longer apply.
1725 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
1726 (Creating Symbols, Random Numbers): De-emphasize internal
1727 variables cl--gensym-counter and cl--random-state. (Bug#12788)
1728 (Naming Conventions, Type Predicates, Macros)
1729 (Predicates on Numbers): No longer mention cl-floatp-safe.
1730
1731 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1732
1733 * gnus.texi (Mail Source Specifiers):
1734 Document :leave keyword used for pop mail source.
1735
1736 2012-11-01 Glenn Morris <rgm@gnu.org>
1737
1738 * cl.texi: General copyedits for style, line-breaks, etc.
1739 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
1740 (Macro Bindings, Blocks and Exits):
1741 Acknowledge existence of lexical-binding.
1742 (Iteration): Mainly defer to doc of standard dolist, dotimes.
1743
1744 2012-10-31 Glenn Morris <rgm@gnu.org>
1745
1746 * ert.texi (Introduction, The @code{should} Macro):
1747 Refer to "cl-assert" rather than "assert".
1748
1749 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
1750 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
1751 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
1752 Reword, and add details of flet and labels.
1753 (Modify Macros, Function Bindings): Add some xrefs.
1754
1755 2012-10-30 Glenn Morris <rgm@gnu.org>
1756
1757 * cl.texi (Modify Macros): Update for cl-letf changes.
1758 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
1759 (Setf Extensions): Partially restore note about cl-getf,
1760 mainly moved to lispref/variables.texi.
1761 (Property Lists): Fix cl-getf typos.
1762 (Mapping over Sequences): Mention cl-mapc naming oddity.
1763
1764 2012-10-29 Glenn Morris <rgm@gnu.org>
1765
1766 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
1767 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
1768 (Customizing Setf): Move contents to "Obsolete Setf Customization".
1769 (Modify Macros, Multiple Values, Other Clauses):
1770 Remove mentions of obsolete features.
1771 (Obsolete Setf Customization): Don't mention `apply' setf.
1772
1773 2012-10-28 Glenn Morris <rgm@gnu.org>
1774
1775 * cl.texi (Multiple Values, Common Lisp Compatibility):
1776 More namespace updates.
1777 (Obsolete Features): Copyedits.
1778 (Obsolete Lexical Macros, Obsolete Setf Customization):
1779 New subsections.
1780
1781 * cl.texi (Porting Common Lisp, Lexical Bindings):
1782 Add some xrefs to the Elisp manual.
1783
1784 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
1785 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
1786 (Obsolete Features): New appendix. Move Lexical Bindings here.
1787
1788 2012-10-27 Glenn Morris <rgm@gnu.org>
1789
1790 * cl.texi: Use defmac for macros rather than defspec.
1791 (Efficiency Concerns): Related copyedit.
1792
1793 * cl.texi (Control Structure): Update for setf now being in core.
1794 (Setf Extensions): Rename from Basic Setf. Move much of the
1795 former content to lispref/variables.texi.
1796 (Modify Macros): Move pop, push details to lispref/variables.texi.
1797 (Customizing Setf): Copyedits for setf etc being in core.
1798 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
1799 Further namespaces updates.
1800
1801 2012-10-26 Bastien Guerry <bzg@gnu.org>
1802
1803 * org.texi (Installation): Update the link to Org's ELPA.
1804 Also don't mention org-install.el anymore as the replacement file
1805 org-loaddefs.el is now loaded by org.el.
1806
1807 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
1808
1809 * tramp.texi (Frequently Asked Questions):
1810 Mention `tramp-completion-reread-directory-timeout' for performance
1811 improvement.
1812
1813 2012-10-25 Glenn Morris <rgm@gnu.org>
1814
1815 * cl.texi: Don't mess with the TeX section number counter.
1816 Use Texinfo recommended convention for quotes+punctuation.
1817 (Overview, Sequence Functions): Rephrase for better line-breaking.
1818 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
1819 (Macro Bindings, Conditionals, Iteration, Loop Basics)
1820 (Random Numbers, Mapping over Sequences, Structures)
1821 (Porting Common Lisp): Further updates for cl-lib namespace.
1822 (Modify Macros, Declarations, Macro Bindings, Structures):
1823 Break long lines in examples.
1824 (Dynamic Bindings): Update for changed progv behavior.
1825 (Loop Examples, Efficiency Concerns): Markup fixes.
1826 (Structures): Remove TeX margin change.
1827 (Declarations): Fix typos.
1828
1829 2012-10-24 Glenn Morris <rgm@gnu.org>
1830
1831 * cl.texi (Overview, Multiple Values, Creating Symbols)
1832 (Numerical Functions): Say less/nothing about the original cl.el.
1833 (Old CL Compatibility): Remove.
1834 (Assertions): Remove ignore-errors (standard Elisp for some time).
1835
1836 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
1837 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
1838 (Efficiency Concerns, Efficiency Concerns)
1839 (Common Lisp Compatibility, Old CL Compatibility):
1840 Further updates for cl-lib namespace.
1841
1842 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1843
1844 Update manual for new time stamp format (Bug#12706).
1845 * emacs-mime.texi (time-date): Update for new format.
1846 Also, fix bogus time stamp and modernize a bit.
1847
1848 2012-10-23 Glenn Morris <rgm@gnu.org>
1849
1850 * cl.texi: Include emacsver.texi. Use Emacs version number rather
1851 than unchanging cl.el version number.
1852 End all menu descriptions with a period.
1853 Do not use @dfn{CL} for every instance of "CL".
1854 (Overview): Remove no-runtime caveat, and note about foo* names.
1855 (Usage): Use cl-lib rather than cl.
1856 (Organization, Naming Conventions): Update for cl-lib.el.
1857 (Installation): Remove long-irrelevant node.
1858 (Program Structure, Predicates, Control Structure):
1859 Start updating for cl-lib namespace.
1860 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
1861 Depend on emacsver.texi.
1862
1863 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1864
1865 * trampver.texi: Update release number.
1866
1867 2012-10-06 Glenn Morris <rgm@gnu.org>
1868
1869 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
1870 ERC version.
1871 (Introduction): ERC is distributed with Emacs.
1872 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
1873 (Getting Started): Simplify.
1874 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
1875 (History): Mention ERC maintained as part of Emacs now.
1876 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
1877 Add dependency on emacsver.texi.
1878
1879 * erc.texi: Remove hand-written node pointers.
1880
1881 2012-10-05 Glenn Morris <rgm@gnu.org>
1882
1883 * newsticker.texi (Overview, Requirements, Usage, Configuration):
1884 Copyedits.
1885
1886 2012-10-01 Eric Ludlam <zappo@gnu.org>
1887
1888 * ede.texi (Quick Start, Project Local Variables)
1889 (Miscellaneous commands, ede-java-root, Development Overview)
1890 (Detecting a Project): New nodes.
1891 (Simple projects): Node deleted.
1892
1893 * eieio.texi (Building Classes): Some slot attributes cannot be
1894 overridden.
1895 (Slot Options): Remove an example.
1896 (Method Invocation, Documentation): New nodes.
1897
1898 2012-10-01 Glenn Morris <rgm@gnu.org>
1899
1900 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
1901 (reftex.pdf): Add dependency on emacsver.texi.
1902 * reftex.texi: Don't include directory part for emacsver.texi;
1903 the Makefile's -I handles it.
1904
1905 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1906
1907 Merge from standalone RefTeX repository.
1908
1909 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
1910 with macros.
1911 (Imprint): Mention Wolfgang in list of contributors.
1912 (Creating Citations): Give a hint about how to
1913 auto-revert the BibTeX database file when using external editors.
1914 (Referencing Labels): Simplify section about reference macro
1915 cycling.
1916 (Options (Referencing Labels)): Adapt to new structure of
1917 `reftex-ref-style-alist'.
1918 (Referencing Labels, Reference Styles): Document changes in the
1919 referencing functionality.
1920 (Commands): Mention options for definition of header and footer in
1921 BibTeX files.
1922 (Options (Creating Citations)): Document
1923 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
1924 (Reference Styles): New section.
1925 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
1926 (Options (Referencing Labels)): Remove descriptions of deprecated
1927 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
1928 Add descriptions for `reftex-ref-style-alist' and
1929 `reftex-ref-style-default-list'.
1930 (Referencing Labels): Update regarding reference styles.
1931 (Citation Styles): Mention support for ConTeXt.
1932 (Options (Defining Label Environments)): Fix typo.
1933 (Options (Creating Citations)):
1934 Document `reftex-cite-key-separator'.
1935
1936 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
1937
1938 * org.texi: Add description of ORG_ADD_CONTRIB to info
1939 documentation. Add link to Worg for more details.
1940
1941 * org.texi: Clarify installation procedure. Provide link to the
1942 build system description on Worg.
1943
1944 * org.texi: Remove reference to utils/, x11idle.c is now in
1945 contrib/scripts.
1946
1947 * org.texi: Re-normalize to "Org mode" in manual.
1948
1949 * org.texi (Installation): Adapt documentation to new build
1950 system. Mention GNU ELPA (since it needs to be handled like Emacs
1951 built-in Org).
1952
1953 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
1954
1955 * org.texi: Fix typo in description of the 'Hooks' section.
1956
1957 * org.texi: Add ID to the list of special properties.
1958
1959 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
1960
1961 * org.texi (Moving subtrees): Document the ability to archive to a
1962 datetree.
1963
1964 2012-09-30 Bastien Guerry <bzg@gnu.org>
1965
1966 * org.texi (Installation, Feedback, Batch execution):
1967 Use (add-to-list 'load-path ... t) for the contrib dir.
1968
1969 * org.texi (results): Update documentation for ":results drawer"
1970 and ":results org".
1971
1972 * org.texi (Column width and alignment): Fix typo.
1973
1974 * org.texi (Activation): Point to the "Conflicts" section.
1975
1976 * org.texi (Conflicts): Mention filladapt.el in the list of
1977 conflicting packages.
1978
1979 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
1980 not needed for versions of Emacs > 22.1.
1981
1982 * org.texi (History and Acknowledgments): Fix typo.
1983
1984 * org.texi (History and Acknowledgments): Add my own
1985 acknowledgments.
1986
1987 * org.texi (Agenda commands): Document the new command and the new
1988 option.
1989
1990 * org.texi (Agenda commands): Delete `org-agenda-action' section.
1991 (Agenda commands): Reorder. Document `*' to toggle persistent
1992 marks.
1993
1994 * org.texi (Agenda dispatcher):
1995 Mention `org-toggle-agenda-sticky'.
1996 (Agenda commands, Exporting Agenda Views): Fix typo.
1997
1998 * org.texi (Templates in contexts, Setting Options): Update to
1999 reflect changes in how contexts options are processed.
2000
2001 * org.texi (Templates in contexts): Document the new structure of
2002 the variables `org-agenda-custom-commands-contexts' and
2003 `org-capture-templates-contexts'.
2004
2005 * org.texi (Templates in contexts): Document the new option
2006 `org-capture-templates-contexts'.
2007 (Storing searches): Document the new option
2008 `org-agenda-custom-commands-contexts'.
2009
2010 * org.texi (Formula syntax for Lisp): Reformat.
2011
2012 * org.texi (Special properties, Column attributes)
2013 (Agenda column view): Document the new special property
2014 CLOCKSUM_T.
2015
2016 * org.texi (Template expansion): Document the new %l template.
2017
2018 * org.texi (Fast access to TODO states): Fix documentation about
2019 allowed characters for fast todo selection.
2020
2021 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
2022 use in `org-agenda-to-appt'.
2023
2024 * org.texi (Comment lines): Update wrt comments.
2025
2026 * org.texi (Resolving idle time): Document new keybinding.
2027
2028 * org.texi (Clocking commands): Document the use of S-M-<up/down>
2029 on clock timestamps.
2030
2031 * org.texi (Fast access to TODO states): Explicitly says only
2032 letters are supported as fast TODO selection keys.
2033
2034 * org.texi (Link abbreviations): Illustrate the use of the "%h"
2035 specifier. Document the new "%(my-function)" specifier.
2036
2037 * org.texi (Clocking commands): New cindex.
2038 (Clocking commands): Update documentation for `org-clock-in'.
2039 Document `org-clock-in-last'. Mention `org-clock-out' and
2040 `org-clock-in-last' as commands that can be globally bound.
2041 (Resolving idle time): Document continuous clocking.
2042
2043 * org.texi (Top, Introduction): Fix formatting.
2044 (Activation): Add index entries.
2045 (Conventions): Update section.
2046 (Embedded @LaTeX{}): Fix formatting.
2047
2048 * org.texi (Visibility cycling): Document `show-children'.
2049
2050 * org.texi (Using capture): Mention the `org-capture-last-stored'
2051 bookmark as a way to jump to the last stored capture.
2052
2053 * org.texi (Uploading files): Fix typo.
2054
2055 * org.texi (Using capture): Document `C-0' as a prefix argument
2056 for `org-capture'.
2057
2058 * org.texi (Agenda commands): Document persistent marks.
2059
2060 * org.texi (Template expansion): Update doc to reflect change.
2061
2062 * org.texi (Radio tables): Document the :no-escape parameter.
2063
2064 * org.texi (Repeated tasks): Document repeat cookies for years,
2065 months, weeks, days and hours.
2066
2067 * org.texi (Export options): State that you can use the d: option
2068 by specifying a list of drawers.
2069
2070 * org.texi (HTML preamble and postamble): Small doc improvement.
2071
2072 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
2073
2074 * org.texi: The sections in the Exporting section of the manual
2075 left out articles in the description of the org-export-as-*
2076 commands, among other places. This patch adds them, adds a few
2077 missing prepositions, and switches instances of "an HTML" to "a
2078 html" for internal consistency.
2079
2080 * org.texi: Alter several examples of headings with timestamps in
2081 them to include the timestamps in the body instead of the heading.
2082
2083 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
2084
2085 * org.texi (Agenda dispatcher): Document sticky agenda views and
2086 the new key for them.
2087
2088 2012-09-30 Charles <millarc@verizon.net> (tiny change)
2089
2090 * org.texi (Advanced features): Fix error in table.
2091
2092 2012-09-30 Feng Shu <tumashu@gmail.com>
2093
2094 * org.texi (@LaTeX{} fragments): Document imagemagick as an
2095 alternative to dvipng.
2096
2097 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
2098
2099 * org.texi: Remove extra curly bracket.
2100
2101 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
2102
2103 * org.texi (org-clock-in-last and org-clock-cancel): Update the
2104 defkeys.
2105
2106 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2107
2108 * org.texi (Agenda commands): Fix two typos by giving
2109 corresponding function names, according to
2110 `org-agenda-view-mode-dispatch'.
2111
2112 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
2113
2114 * org.texi (The spreadsheet): Fix typo.
2115
2116 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
2117
2118 * org.texi (Tracking your habits): Point to the "Tracking TODO
2119 state changes" section.
2120
2121 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
2122
2123 * org.texi (Literal examples): Remove reference to unknown
2124 `org-export-latex-minted' variable. Also simplify footnote since
2125 `org-export-latex-listings' documentation is exhaustive already.
2126
2127 * org.texi (Plain lists): Remove reference to now hard-coded
2128 `bullet' automatic rule.
2129
2130 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
2131
2132 * org.texi: Updated documentation accordingly.
2133
2134 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2135
2136 * texinfo.tex: Merge from gnulib.
2137
2138 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2139
2140 Sync with Tramp 2.2.6.
2141
2142 * tramp.texi (Bug Reports): Cleanup caches before a test run.
2143
2144 * trampver.texi: Update release number.
2145
2146 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
2147
2148 * texinfo.tex: Merge from gnulib.
2149
2150 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
2151
2152 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
2153 (bug#12096).
2154
2155 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2156
2157 * calc.texi (Simplification modes, Conversions)
2158 (Operating on Selections): Mention "basic" simplification.
2159 (The Calc Mode Line): Mention the mode line display for Basic
2160 simplification mode.
2161 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
2162 simplifications.
2163 (Basic Simplifications): Rename from "Limited Simplifications"
2164 Replace "limited" by "basic" throughout.
2165 (Algebraic Simplifications): Indicate that the algebraic
2166 simplifications are done by default.
2167 (Unsafe Simplifications): Mention `m E'.
2168 (Simplification of Units): Mention `m U'.
2169 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
2170 (Kinds of Declarations, Functions for Declarations):
2171 Mention "algebraic simplifications" instead of `a s'.
2172 (Algebraic Entry): Remove mention of default simplifications.
2173
2174 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2175
2176 * calc.texi (Getting Started, Tutorial): Change simulated
2177 Calc output to match actual output.
2178 (Simplifying Formulas): Mention that algebraic simplification is now
2179 the default.
2180
2181 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2182
2183 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
2184 (Bug#12073)
2185
2186 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2187
2188 Prefer typical American spelling for "acknowledgment".
2189 * calc.texi (History and Acknowledgments): Rename from
2190 History and Acknowledgements.
2191 * idlwave.texi (Acknowledgments):
2192 * ses.texi (Acknowledgments):
2193 * woman.texi (Acknowledgments): Rename from Acknowledgements.
2194
2195 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2196
2197 Rename configure.in to configure.ac (Bug#11603).
2198 * ede.texi (Compiler and Linker objects, ede-proj-project)
2199 (ede-step-project): Prefer the name configure.ac to configure.in.
2200
2201 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
2202
2203 * tramp.texi (Multi-hops):
2204 Introduce `tramp-restricted-shell-hosts-alist'.
2205
2206 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2207
2208 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
2209 methods, so don't mention smtpmail here.
2210
2211 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2212
2213 * gnus.texi (Picons): Document gnus-picon-properties.
2214
2215 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2216
2217 * gnus.texi: Remove mention of compilation, as that's no longer
2218 supported.
2219
2220 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2221
2222 * gnus.texi (Archived Messages): Mention
2223 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
2224
2225 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2226
2227 * gnus.texi (Various Summary Stuff):
2228 Remove mention of `gnus-propagate-marks'.
2229
2230 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2231
2232 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
2233 which no longer exist.
2234
2235 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2236
2237 * gnus.texi (Archived Messages):
2238 Document gnus-gcc-self-resent-messages.
2239
2240 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2241
2242 * message.texi (Mail Variables):
2243 Mention the optional user parameter for X-Message-SMTP-Method.
2244
2245 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2246
2247 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
2248
2249 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
2250
2251 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2252
2253 * gnus.texi (Key Index): Change encoding to utf-8.
2254
2255 2012-06-21 Glenn Morris <rgm@gnu.org>
2256
2257 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2258
2259 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2260
2261 * gnus.texi (Group Timestamp): Mention where to find documentation for
2262 the `gnus-tmp-' variables (bug#11601).
2263
2264 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
2265
2266 Sync with Tramp 2.2.6-pre.
2267
2268 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
2269 where appropriate.
2270 (Ad-hoc multi-hops): New section.
2271 (Remote processes): New subsection "Running remote processes on
2272 Windows hosts".
2273 (History): Add remote commands on Windows, and ad-hoc multi-hop
2274 methods.
2275 (External methods): "ControlPersist" must be set to "no" for the
2276 `scpc' method.
2277 (Remote processes): Add a note about `auto-revert-tail-mode'.
2278 (Frequently Asked Questions): Use "scpx" in combination with
2279 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
2280
2281 * trampver.texi: Update release number.
2282
2283 2012-06-10 Chong Yidong <cyd@gnu.org>
2284
2285 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
2286 compilation for html-mono.
2287
2288 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
2289
2290 * texinfo.tex: Merge from gnulib.
2291
2292 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2293
2294 * Makefile.in (echo-info): Don't try to install info files named
2295 just ".info".
2296
2297 2012-05-28 Glenn Morris <rgm@gnu.org>
2298
2299 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
2300
2301 * sc.texi: Nuke hand-written node pointers.
2302 Fix top-level menu to match actual node order.
2303
2304 2012-05-27 Glenn Morris <rgm@gnu.org>
2305
2306 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
2307 Some associated fixes, including not messing with chapno in cl.texi.
2308
2309 2012-05-27 Bastien Guerry <bzg@gnu.org>
2310
2311 * org.texi (Durations and time values): Fix typo.
2312
2313 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2314
2315 * texinfo.tex: Update from gnulib.
2316
2317 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2318
2319 * calc.texi (Basic Operations on Units, Customizing Calc):
2320 Mention `calc-ensure-consistent-units'.
2321
2322 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
2323
2324 * cc-mode.texi: Avoid space before macro in 4th argument of cross
2325 reference commands. (Bug#11461)
2326
2327 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
2328
2329 2012-05-12 Glenn Morris <rgm@gnu.org>
2330
2331 * Makefile.in (mostlyclean): Add more TeX intermediates.
2332
2333 * Makefile.in: Make it look more like the other doc Makefiles.
2334 Use explicit $srcdir in all dependencies.
2335 Remove cd $srcdir from rules.
2336 (VPATH): Remove.
2337 (infodir): Set to an absolute path.
2338 (INFO_TARGETS): Use short names.
2339 (mkinfodir): infodir is now absolute.
2340 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
2341
2342 * Makefile.in (info.info): Rename from info, to avoid duplication.
2343 (.SUFFIXES): Disable implicit rules.
2344
2345 * Makefile.in (MKDIR_P): New, set by configure.
2346 (mkinfodir): Use $MKDIR_P.
2347
2348 2012-05-07 Glenn Morris <rgm@gnu.org>
2349
2350 * forms.texi (Long Example): Update for changed location of files.
2351
2352 2012-05-04 Glenn Morris <rgm@gnu.org>
2353
2354 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2355 (INFO_TARGETS): Use $INFO_EXT.
2356 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2357 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2358 (INFO_TARGETS): Use $INFO_EXT.
2359 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2360
2361 2012-05-02 Glenn Morris <rgm@gnu.org>
2362
2363 * Makefile.in (echo-info): New phony target, used by top-level.
2364
2365 * viper.texi: Make direntry shorter (also it is no longer "newest").
2366
2367 * emacs-gnutls.texi, ert.texi, org.texi:
2368 Fix dircategory, direntry to match info/dir.
2369
2370 * faq.texi: Convert @inforefs to @xrefs.
2371 Fix some malformed cross-references.
2372 (File-name conventions): Shorten section name to avoid overfull line.
2373 (How to add fonts): Use smallexample to avoid overfull lines.
2374
2375 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
2376
2377 * auth.texi (Help for users): Update for .gpg file being second.
2378
2379 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2380
2381 * org.texi (Agenda commands): Fix two typos: give corresponding
2382 function names, according to `org-agenda-view-mode-dispatch'.
2383
2384 2012-04-27 Glenn Morris <rgm@gnu.org>
2385
2386 * faq.texi (Major packages and programs): Remove section.
2387 There is no point listing 6 packages (cf etc/MORE.STUFF).
2388 (Finding Emacs and related packages): Move "Spell-checkers" here.
2389
2390 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2391
2392 * dbus.texi (Version): New node.
2393 (Properties and Annotations): Mention the object manager
2394 interface. Describe dbus-get-all-managed-objects.
2395 (Type Conversion): Floating point numbers are allowed, if an
2396 anteger does not fit Emacs's integer range.
2397 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
2398 (Asynchronous Methods): Fix description of
2399 dbus-call-method-asynchronously.
2400 (Receiving Method Calls): Fix some minor errors.
2401 Add dbus-interface-emacs.
2402 (Signals): Describe unicast signals and the new match rules.
2403 (Alternative Buses): Add the PRIVATE optional argument to
2404 dbus-init-bus. Describe its new return value. Add dbus-setenv.
2405
2406 2012-04-20 Glenn Morris <rgm@gnu.org>
2407
2408 * faq.texi (New in Emacs 24): New section.
2409 (Packages that do not come with Emacs): Mention M-x list-packages.
2410
2411 2012-04-14 Alan Mackenzie <acm@muc.de>
2412
2413 * cc-mode.texi (c-offsets-alist): Correct a typo.
2414
2415 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
2416
2417 * org.texi (Deadlines and scheduling): Fix the example: the
2418 DEADLINE item should come right after the headline. We enforce
2419 this convention, so it is a bug not to illustrate it correctly in
2420 the manual.
2421
2422 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2423
2424 * org.texi (Agenda commands): Fix documentation bug by swapping
2425 the equivalent keybindings to `org-agenda-next-line' with the ones
2426 to `org-agenda-previous-line'.
2427
2428 2012-04-14 Glenn Morris <rgm@gnu.org>
2429
2430 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2431
2432 2012-04-09 Eli Zaretskii <eliz@gnu.org>
2433
2434 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
2435 Add emacs-gnutls.
2436 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
2437
2438 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2439
2440 * Makefile.in: Add emacs-gnutls.texi to build.
2441
2442 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
2443
2444 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
2445
2446 * auth.texi (Secret Service API): Edit further and give examples.
2447 (Secret Service API): Adjust @samp to @code for collection names.
2448
2449 2012-04-04 Glenn Morris <rgm@gnu.org>
2450
2451 * auth.texi (Secret Service API): Copyedits.
2452 (Help for developers): Fill in some missing function doc-strings.
2453 (Help for users, Help for developers)
2454 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
2455
2456 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
2457
2458 * auth.texi (Secret Service API): Add the missing text.
2459
2460 2012-04-04 Chong Yidong <cyd@gnu.org>
2461
2462 * message.texi (Using PGP/MIME): Note that epg is now the default.
2463
2464 * gnus.texi: Reduce references to obsolete pgg library.
2465 (Security): Note that epg is now the default.
2466
2467 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
2468
2469 * nxml-mode.texi (Completion): C-RET is no longer bound to
2470 nxml-complete.
2471
2472 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2473
2474 * org.texi (Customizing tables in ODT export): Correct few errors.
2475
2476 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2477
2478 * org.texi (Links in ODT export): Update.
2479 (Labels and captions in ODT export): New node.
2480
2481 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2482
2483 * org.texi (Literal examples in ODT export): htmlfontify.el in
2484 Emacs-24.1 now supports fontification. So ODT source blocks will
2485 be fontified by default.
2486
2487 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
2488
2489 * org.texi (Refiling notes): Remove duplicated keybinding.
2490
2491 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2492
2493 * org.texi (noweb): Documentation of this new option to the :noweb
2494 header argument.
2495
2496 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
2497
2498 * org.texi (Header and sectioning): Add example demonstrating how
2499 to use "LaTeX_CLASS_OPTIONS".
2500
2501 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2502
2503 * org.texi (Noweb reference syntax): Describe the ability to
2504 execute noweb references in the manual.
2505
2506 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2507
2508 * org.texi (cache): Improve cache documentation when session
2509 evaluation is used.
2510
2511 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2512
2513 * org.texi (Plain lists): Document removal.
2514
2515 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
2516
2517 * org.texi: Decapitalize file name in references to Calc manual.
2518
2519 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2520
2521 * org.texi (Plain lists): Document removal.
2522
2523 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2524
2525 * org.texi (Top, OpenDocument Text export)
2526 (ODT export commands, Extending ODT export)
2527 (Images in ODT export, Tables in ODT export)
2528 (Configuring a document converter): Add or Update.
2529
2530 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
2531
2532 * org.texi (MobileOrg): Change the wording to reflect that the
2533 Android Version is no longer just the little brother of the iOS
2534 version.
2535
2536 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2537
2538 * org.texi (Key bindings and useful functions): Update babel key
2539 binding documentation in manual.
2540
2541 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2542
2543 * org.texi (noweb): Document new noweb header value.
2544
2545 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2546
2547 * org.texi (noweb-sep): Document new header argument.
2548
2549 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2550
2551 * org.texi (noweb-ref): Documentation of this new custom variable.
2552
2553 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2554
2555 * org.texi (wrap): Update the new :wrap documentation to match the
2556 current implementation.
2557
2558 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2559
2560 * org.texi: Added documentation for :wrap.
2561
2562 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2563
2564 * org.texi: #+RESULTS now user-configurable.
2565
2566 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2567
2568 * org.texi: Documented :noweb no-export.
2569
2570 2012-04-01 Thomas Dye <dk@poto.local>
2571
2572 * org.texi: Edit :noweb no header argument for correctness.
2573
2574 2012-04-01 Bastien Guerry <bzg@gnu.org>
2575
2576 * org.texi (Customization): Update the approximate number of Org
2577 variables.
2578
2579 2012-04-01 Thomas Dye <dk@poto.local>
2580
2581 * org.texi: The :results wrap produces a drawer instead of a
2582 begin_results block.
2583
2584 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
2585
2586 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
2587 reflect the new default.
2588
2589 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2590
2591 * info.texi (Expert Info): Move the index entry for "Texinfo" from
2592 "Getting Started" to this node. (Bug#10450)
2593
2594 2012-03-10 Chong Yidong <cyd@gnu.org>
2595
2596 * flymake.texi (Example -- Configuring a tool called via make):
2597 Mention the Automake COMPILE variable (Bug#8715).
2598
2599 * info.texi (Getting Started): Add an index entry (Bug#10450).
2600
2601 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
2602
2603 * dbus.texi (Signals): Known names will be mapped onto unique
2604 names, when registering for signals.
2605
2606 2012-02-29 Glenn Morris <rgm@gnu.org>
2607
2608 * url.texi: Fix quote usage in body text.
2609
2610 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
2611
2612 * cl.texi: Use @code{} in menus when appropriate.
2613
2614 2012-02-28 Glenn Morris <rgm@gnu.org>
2615
2616 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
2617 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
2618 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
2619 * org.texi, sc.texi, vip.texi, viper.texi:
2620 Standardize possessive apostrophe usage.
2621
2622 2012-02-26 Chong Yidong <cyd@gnu.org>
2623
2624 * ediff.texi (Quick Help Commands): Add a couple of index entries
2625 (Bug#10834).
2626
2627 2012-02-17 Glenn Morris <rgm@gnu.org>
2628
2629 * gnus.texi (Posting Styles):
2630 * remember.texi (Org): Fix cross-refs to other manuals.
2631
2632 2012-02-15 Glenn Morris <rgm@gnu.org>
2633
2634 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
2635 (Encryption): New chapter, split out from previous.
2636
2637 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2638
2639 * gnus.texi (Customizing the IMAP Connection):
2640 Mention nnimap-record-commands.
2641
2642 2012-02-10 Glenn Morris <rgm@gnu.org>
2643
2644 * url.texi (Retrieving URLs): Update url-retrieve arguments.
2645 Mention url-queue-retrieve.
2646
2647 2012-02-09 Glenn Morris <rgm@gnu.org>
2648
2649 * sem-user.texi (Semantic mode user commands): Typo fix.
2650
2651 * info.texi (Create Info buffer): Mention info-display-manual.
2652
2653 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2654
2655 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
2656 example (modified from an example by Michael Albinus).
2657
2658 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2659
2660 * gnus.texi (Agent Basics): Fix outdated description of
2661 `gnus-agent-auto-agentize-methods'.
2662
2663 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
2664
2665 * cc-mode.texi: Always @defindex ss.
2666 (Config Basics): Fix argument of @itemize.
2667 (Macro Backslashes): Add @code around index entry.
2668
2669 2012-01-23 Glenn Morris <rgm@gnu.org>
2670
2671 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
2672
2673 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
2674
2675 * tramp.texi (File): Tweak wording for the `scpc' option.
2676
2677 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2678
2679 * gnus.texi (Group Parameters): Really note precedence.
2680
2681 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2682
2683 * gnus.texi (Group Parameters): Note precedence.
2684
2685 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2686
2687 * org.texi (Noweb reference syntax): Adding documentation of
2688 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
2689 variable.
2690
2691 2012-01-03 Bastien Guerry <bzg@gnu.org>
2692
2693 * org.texi (Plain lists): Split the table to fix the display
2694 of items.
2695
2696 2012-01-03 Bastien Guerry <bzg@gnu.org>
2697
2698 * org.texi (Plain lists): Fix misplaced explanation.
2699
2700 2012-01-03 Bastien Guerry <bzg@gnu.org>
2701
2702 * org.texi (Plain lists, Agenda files): Add index entries.
2703
2704 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2705
2706 * org.texi: Use "Org mode" instead of alternatives like
2707 "Org-mode" or "org-mode".
2708
2709 2012-01-03 Bernt Hansen <bernt@norang.ca>
2710
2711 * org.texi (Agenda commands):
2712 Document `org-clock-report-include-clocking-task'.
2713
2714 2012-01-03 Bastien Guerry <bzg@gnu.org>
2715
2716 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
2717 C-c' on checkboxes.
2718
2719 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2720
2721 * org.texi: End sentences with two spaces.
2722
2723 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
2724
2725 * org.texi (External links): Document the link types file+sys
2726 and file+emacs, slightly narrow used page width.
2727
2728 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2729
2730 * org.texi (colnames): Note that colnames behavior may differ
2731 across languages.
2732
2733 2012-01-03 Bastien Guerry <bzg@gnu.org>
2734
2735 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
2736
2737 2012-01-03 Thomas Dye <dk@poto.westell.com>
2738
2739 * org.texi: Augmented discussion of babel property
2740 inheritance. Put footnote outside sentence ending period.
2741
2742 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2743
2744 * org.texi (eval): Documenting the full range of :eval header
2745 argument values.
2746
2747 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2748
2749 * org.texi (eval): Documentation of the new :eval option.
2750
2751 2012-01-03 Thomas Dye <dk@poto.local>
2752
2753 * org.texi: Add accumulated properties.
2754
2755 2012-01-03 Thomas Dye <dk@poto.local>
2756
2757 * org.texi: Documented no spaces in name=assign, another
2758 correction to :var table.
2759
2760 2012-01-03 Thomas Dye <dk@poto.local>
2761
2762 * org.texi: Changed DATA to NAME in Working With Source Code
2763 section.
2764
2765 2012-01-03 Tom Dye <tsd@tsdye.com>
2766
2767 * org.texi: Minor change to :var table.
2768
2769 2012-01-03 Tom Dye <tsd@tsdye.com>
2770
2771 * org.texi: More changes to :var table (some examples were wrong).
2772
2773 2012-01-03 Tom Dye <tsd@tsdye.com>
2774
2775 * org.texi: Cleaned up :var table.
2776
2777 2012-01-03 Bastien Guerry <bzg@gnu.org>
2778
2779 * org.texi (Timestamps, Weekly/daily agenda)
2780 (Weekly/daily agenda): Add @cindex for "appointment".
2781
2782 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2783
2784 * org.texi (Literal examples): A new link to the template for
2785 inserting empty code blocks.
2786 (Structure of code blocks): A new link to the template for
2787 inserting empty code blocks.
2788
2789 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
2790
2791 * org.texi (External links): Add footnote on how the behavior
2792 of the text search in Org files are controled by the variable
2793 `org-link-search-must-match-exact-headline'.
2794
2795 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2796
2797 * org.texi (Buffer-wide header arguments):
2798 Update documentation to reflect removal of #+PROPERTIES.
2799
2800 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2801
2802 * org.texi (The clock table): Mention that ACHIVED trees
2803 contribute to the clock table.
2804
2805 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2806
2807 * org.texi (Conflicts): Better yasnippet config info.
2808
2809 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
2810
2811 * org.texi (Selective export): Explicitly mention the default
2812 values for `org-export-select-tags',
2813 `org-export-exclude-tags'.
2814
2815 2012-01-03 Tom Dye <tsd@tsdye.com>
2816
2817 * org.texi: Added a line to specify that header arguments are
2818 lowercase.
2819
2820 2012-01-03 Tom Dye <tsd@tsdye.com>
2821
2822 * org.texi: :var requires default value when declared.
2823
2824 2012-01-03 Bastien Guerry <bzg@gnu.org>
2825
2826 * org.texi (Handling links): Add a note about the
2827 `org-link-frame-setup' option.
2828
2829 2012-01-03 David Maus <dmaus@ictsoc.de>
2830
2831 * org.texi (Exporting Agenda Views, Extracting agenda
2832 information): Fix command line syntax, quote symbol parameter
2833 values.
2834
2835 2012-01-03 David Maus <dmaus@ictsoc.de>
2836
2837 * org.texi (Exporting Agenda Views): Fix command line syntax.
2838
2839 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2840
2841 * gnus.texi (Mail Source Customization, Mail Back End Variables):
2842 Use octal notation for file permissions, which are normally
2843 thought of in octal.
2844 (Mail Back End Variables): Use more-plausible modes in example.
2845
2846 2011-12-20 Alan Mackenzie <acm@muc.de>
2847
2848 * cc-mode.texi: Update version string 5.31 -> 5.32.
2849
2850 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
2851
2852 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
2853
2854 2011-11-24 Glenn Morris <rgm@gnu.org>
2855
2856 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
2857
2858 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2859
2860 * makefile.w32-in: Update dependencies.
2861
2862 2011-11-20 Glenn Morris <rgm@gnu.org>
2863
2864 * gnus.texi (Group Information):
2865 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
2866
2867 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2868
2869 * gnus-coding.texi (Gnus Maintenance Guide):
2870 Rename from "Gnus Maintainance Guide".
2871
2872 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
2873 * eieio.texi (Customizing):
2874 * gnus.texi (Article Washing):
2875 * gnus-news.texi:
2876 * sem-user.texi (Smart Jump): Fix typos.
2877
2878 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2879
2880 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
2881
2882 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2883
2884 * ede.texi (project-am-texinfo):
2885 * gnus.texi (Sending or Not Sending):
2886 * org.texi (Template elements): Fix typos.
2887
2888 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
2889
2890 * ediff.texi (Hooks):
2891 * sem-user.texi (Semanticdb Roots): Fix typos.
2892
2893 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
2894
2895 * semantic.texi (Tag handling): Fix typo.
2896
2897 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
2898
2899 * gnus.texi (Other Gnus Versions): Remove.
2900
2901 2011-10-28 Alan Mackenzie <acm@muc.de>
2902
2903 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
2904 (Other Special Indentations): Add an xref to "Macros with ;".
2905 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
2906 "Macros with ;".
2907 (Macros with ;): New page.
2908
2909 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
2910 Document the new handling of nested scopes for movement by defuns.
2911
2912 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
2913
2914 Sync with Tramp 2.2.3.
2915
2916 * trampver.texi: Update release number.
2917
2918 2011-10-14 Glenn Morris <rgm@gnu.org>
2919
2920 * ert.texi (Introduction, How to Run Tests)
2921 (Running Tests Interactively, Expected Failures)
2922 (Tests and Their Environment, Useful Techniques)
2923 (Interactive Debugging, Fixtures and Test Suites):
2924 Minor rephrasings.
2925 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
2926 (Running Tests in Batch Mode): Simplify loading instructions.
2927 (Test Selectors): Clarify some selectors.
2928 (Expected Failures, Useful Techniques):
2929 Make examples fit in 80 columns.
2930
2931 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
2932
2933 * calc.texi (Basic Operations on Units): Discuss temperature
2934 conversion (`u t') alongside with other unit conversions ('u c').
2935
2936 2011-10-12 Glenn Morris <rgm@gnu.org>
2937
2938 * ert.texi: Whitespace trivia to make main menu items line up better.
2939
2940 2011-10-08 Glenn Morris <rgm@gnu.org>
2941
2942 * Makefile.in: Fix ert rules.
2943
2944 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2945
2946 * gnus.texi (Gnus Utility Functions): Add more references and
2947 explanations (bug#9683).
2948
2949 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
2950
2951 * texinfo.tex: Merge from gnulib.
2952
2953 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2954
2955 * gnus.texi (Archived Messages): Note the default (bug#9552).
2956
2957 2011-09-21 Bill Wohler <wohler@newt.com>
2958
2959 Release MH-E manual version 8.3.
2960
2961 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2962 release 8.3.
2963 (Preface): Update support information.
2964 (From Bill Wohler): Reset text to original version. As a
2965 historical quote, the tense should be correct in the time that it
2966 was written.
2967
2968 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2969
2970 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
2971 (Finding the News): Doc clarification.
2972 (Terminology): Mention naming.
2973
2974 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2975
2976 * gnus.texi: Remove mentions of `recent', which are now obsolete.
2977 (Interactive): Document `quiet'.
2978
2979 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
2980
2981 * org.texi (Images in LaTeX export): Rewrite.
2982
2983 2011-08-15 Bastien Guerry <bzg@gnu.org>
2984
2985 * org.texi (Using the mapping API): Mention 'region as a possible
2986 scope for `org-map-entries'.
2987
2988 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2989
2990 * org.texi (Visibility cycling): Document `org-copy-visible'.
2991
2992 2011-08-15 Bastien Guerry <bzg@gnu.org>
2993
2994 * org.texi (Template expansion): Order template sequences in the
2995 proper order.
2996
2997 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2998
2999 * org.texi (eval): Expand discussion of the :eval header argument.
3000
3001 2011-08-15 Bastien Guerry <bzg@gnu.org>
3002
3003 * org.texi (Languages): Add Lilypond and Awk as supported
3004 languages.
3005
3006 2011-08-15 Achim Gratz <stromeko@nexgo.de>
3007
3008 * org.texi: Document that both CLOCK_INTO_DRAWER and
3009 LOG_INTO_DRAWER can be used to override the contents of variable
3010 org-clock-into-drawer (or if unset, org-log-into-drawer).
3011
3012 * org.texi: Replace @xref->@pxref.
3013
3014 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3015
3016 * org.texi (Evaluating code blocks): Documenting the new option
3017 for inline call lines.
3018
3019 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3020
3021 * org.texi (Results of evaluation): More explicit about the
3022 mechanism through which interactive evaluation of code is
3023 performed.
3024
3025 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3026
3027 * org.texi (noweb-ref): New header argument documentation.
3028
3029 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3030
3031 * org.texi (Extracting source code): Documentation of the new
3032 org-babel-tangle-named-block-combination variable.
3033
3034 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3035
3036 * org.texi (Structure of code blocks): Explicitly state that the
3037 behavior of multiple blocks of the same name is undefined.
3038
3039 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
3040
3041 * org.texi (TaskJuggler export): Modify the example to reflect the
3042 new effort durations.
3043
3044 2011-08-15 David Maus <dmaus@ictsoc.de>
3045
3046 * org.texi (Images in LaTeX export): Escape curly brackets in
3047 LaTeX example.
3048
3049 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3050
3051 * org.texi (The clock table): Document the :properties and
3052 :inherit-props arguments for the clocktable.
3053
3054 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3055
3056 * org.texi (Tables in LaTeX export): Document specifying placement
3057 options for tables.
3058
3059 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3060
3061 * org.texi (Evaluating code blocks): More specific documentation
3062 about the different types of header arguments.
3063
3064 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3065
3066 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
3067
3068 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3069
3070 * org.texi (Built-in table editor): Document the table field
3071 follow mode.
3072
3073 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3074
3075 * org.texi (Easy Templates): Document new template.
3076
3077 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3078
3079 * org.texi (Literal examples): Add a cross-reference from "Literal
3080 Examples" to "Easy Templates."
3081
3082 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3083
3084 * org.texi (The clock table): Add link to match syntax.
3085
3086 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3087
3088 * org.texi (Agenda commands): Document clock consistency checks.
3089
3090 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3091
3092 * org.texi (Built-in table editor): Document that \vert represents
3093 a vertical bar in a table field.
3094
3095 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3096
3097 * org.texi (Literal examples): Link from "Markup" > "Literate
3098 Examples" to "Working with Source Code".
3099
3100 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3101
3102 * org.texi (Agenda commands): Doc for function option to bulk
3103 action.
3104
3105 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3106
3107 * org.texi (Template expansion): Document new %<...> template
3108 escape.
3109
3110 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3111
3112 * org.texi (Selective export): Document exclusion of any tasks
3113 from export.
3114
3115 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3116
3117 * org.texi (Selective export): Document how to exclude DONE tasks
3118 from export.
3119 (Publishing options): Document the properties to be used to turn off
3120 export of DONE tasks.
3121
3122 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3123
3124 * org.texi (The date/time prompt): Document date range protection.
3125
3126 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3127
3128 * org.texi (padline): Documentation of the new padline header
3129 argument.
3130
3131 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3132
3133 * org.texi (var): Adding "[" to list of characters triggering
3134 elisp evaluation.
3135
3136 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3137
3138 * org.texi (var): Documentation of Emacs Lisp evaluation during
3139 variable assignment.
3140
3141 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3142
3143 * org.texi (colnames): Reference indexing into variables, and note
3144 that colnames are *not* removed before indexing occurs.
3145 (rownames): Reference indexing into variables, and note that
3146 rownames are *not* removed before indexing occurs.
3147
3148 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3149
3150 * org.texi (var): Clarification of indexing into tabular
3151 variables.
3152
3153 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3154
3155 * org.texi (results): Documentation of the `:results wrap' header
3156 argument.
3157
3158 2011-08-15 Bastien Guerry <bzg@gnu.org>
3159
3160 * org.texi (LaTeX and PDF export): Add a note about a limitation
3161 of the LaTeX export: the org file has to be properly structured.
3162
3163 2011-08-15 Bastien Guerry <bzg@gnu.org>
3164
3165 * org.texi (Dynamic blocks, Structure editing):
3166 Mention the function `org-narrow-to-block'.
3167
3168 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3169
3170 * org.texi (Languages): Updating list of code block supported
3171 languages.
3172
3173 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3174
3175 * org.texi (Special properties): CATEGORY is a special property,
3176 but it may also used in the drawer.
3177
3178 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3179
3180 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
3181
3182 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3183
3184 * org.texi (Include files): Document :lines.
3185
3186 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3187
3188 * org.texi (comments): Documentation of the ":comments noweb" code
3189 block header argument.
3190
3191 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3192
3193 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3194 added extra whitespace around functions to be consistent with the
3195 rest of the section.
3196
3197 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3198
3199 * org.texi (Evaluating code blocks): Expand discussion of
3200 #+call: line syntax.
3201 (Header arguments in function calls): Expand discussion of
3202 #+call: line syntax.
3203
3204 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3205
3206 * org.texi (Evaluating code blocks): More explicit about how to
3207 pass variables to #+call lines.
3208
3209 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3210
3211 * org.texi (Results of evaluation): Link to the :results header
3212 argument list from the "Results of evaluation" section.
3213
3214 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3215
3216 * org.texi (Conflicts): Adding additional information about
3217 resolving org/yasnippet conflicts.
3218
3219 2011-08-15 David Maus <dmaus@ictsoc.de>
3220
3221 * org.texi (Publishing options): Document style-include-scripts
3222 publishing project property.
3223
3224 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3225
3226 * org.texi (Sparse trees): Document the next-error /
3227 previous-error functionality.
3228
3229 2011-08-15 Tom Dye <tsd@tsdye.com>
3230
3231 * org.texi (cache): Improve documentation of code block caches.
3232
3233 2011-08-15 Tom Dye <tsd@tsdye.com>
3234
3235 * org.texi (Code block specific header arguments):
3236 Documentation of multi-line header arguments.
3237
3238 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3239
3240 * org.texi (Code evaluation security): Add example for using a
3241 function.
3242
3243 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3244
3245 * org.texi (Tables in LaTeX export): Documentation of new
3246 attr_latex options for tables.
3247
3248 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
3249
3250 * trampver.texi: Update release number.
3251
3252 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
3253
3254 Sync with Tramp 2.2.2.
3255
3256 * trampver.texi: Update release number.
3257
3258 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3259
3260 * flymake.texi (Example -- Configuring a tool called via make):
3261 Use /dev/null instead of the Windows "nul" (bug#8715).
3262
3263 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3264
3265 * widget.texi (Setting Up the Buffer): Remove mention of the
3266 global keymap parent, which doesn't seem to be accurate
3267 (bug#7045).
3268
3269 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3270
3271 * org.texi (Special agenda views): Fix double quoting (bug#3509).
3272
3273 2010-07-10 Kevin Ryde <user42@zip.com.au>
3274
3275 * cl.texi (For Clauses): Add destructuring example processing an
3276 alist (bug#6596).
3277
3278 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3279
3280 * ediff.texi (Major Entry Points): Remove mention of `require',
3281 since that's not pertinent in the installed Emacs (bug#9016).
3282
3283 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3284
3285 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
3286 (Filtering New Groups): Clarify how simple the "options -n" format is.
3287 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
3288 is internal.
3289
3290 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
3291
3292 * tramp.texi (Cleanup remote connections):
3293 Add `tramp-cleanup-this-connection'.
3294
3295 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3296
3297 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
3298 zombies.
3299 (Checking New Groups): Ditto (bug#8974).
3300 (Checking New Groups): Move the reference to the right place.
3301
3302 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
3303
3304 * gnus.texi (Startup Files): Clarify that we're talking about numbered
3305 backups, and not actual vc (bug#8975).
3306
3307 2011-07-03 Kevin Ryde <user42@zip.com.au>
3308
3309 * cl.texi (For Clauses): @items for hash-values and key-bindings
3310 to make them more visible when skimming. Add examples of `using'
3311 clause to them, examples being clearer than a description in
3312 words (bug#6599).
3313
3314 2011-07-01 Alan Mackenzie <acm@muc.de>
3315
3316 * cc-mode.texi (Guessing the Style): New page.
3317 (Styles): Add a short introduction to above.
3318
3319 2011-06-28 Deniz Dogan <deniz@dogan.se>
3320
3321 * rcirc.texi (Configuration): Bug-fix:
3322 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
3323 Reported by Elias Pipping <pipping@exherbo.org>.
3324
3325 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3326
3327 * gnus.texi (Summary Mail Commands):
3328 Document `gnus-summary-reply-to-list-with-original'.
3329
3330 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3331
3332 * eshell.texi (Known problems): Fix typo.
3333
3334 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
3335
3336 * tramp.texi (Customizing Completion): Mention authinfo-style files.
3337 (Password handling): `auth-source-debug' is good for debug messages.
3338
3339 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3340
3341 * gnus.texi (Store custom flags and keywords): Refer to
3342 `gnus-registry-article-marks-to-{chars,names}' instead of
3343 `gnus-registry-user-format-function-{M,M2}'.
3344
3345 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3346
3347 * texinfo.tex: Merge from gnulib.
3348
3349 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3350
3351 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
3352 (Store custom flags and keywords):
3353 Mention `gnus-registry-user-format-function-M' and
3354 `gnus-registry-user-format-function-M2'.
3355
3356 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3357
3358 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
3359
3360 2011-05-17 Glenn Morris <rgm@gnu.org>
3361
3362 * gnus.texi (Face): Fix typo.
3363
3364 2011-05-14 Glenn Morris <rgm@gnu.org>
3365
3366 * dired-x.texi (Omitting Examples): Minor addition.
3367
3368 2011-05-10 Jim Meyering <meyering@redhat.com>
3369
3370 * ede.texi: Fix typo "or or -> or".
3371
3372 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
3373
3374 * gnus.texi (Summary Buffer Lines):
3375 gnus-summary-user-date-format-alist does not exist.
3376 (Sorting the Summary Buffer): More about sorting threads.
3377
3378 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
3379
3380 * trampver.texi: Update release number.
3381
3382 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
3383
3384 * tramp.texi (Frequently Asked Questions): New item for disabling
3385 Tramp in other packages.
3386
3387 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3388
3389 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
3390 (Fancy splitting to parent, Store arbitrary data):
3391 Update gnus-registry docs.
3392
3393 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
3394
3395 * ede.texi: Fix typos.
3396
3397 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3398
3399 * gnus.texi (Window Layout): @itemize @code doesn't exist.
3400 It's @table @code.
3401
3402 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
3403
3404 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
3405
3406 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3407
3408 * calc.texi (Logarithmic Units): Update the function names.
3409
3410 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3411
3412 * message.texi (Various Commands): Document format specs in the
3413 ellipsis.
3414
3415 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
3416
3417 * message.texi (Insertion Variables): Document message-cite-style.
3418
3419 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
3420
3421 * tramp.texi (Remote processes): New subsection "Running shell on
3422 a remote host".
3423
3424 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3425
3426 * auth.texi (Help for developers): Update docs to explain that the
3427 :save-function will only run the first time.
3428
3429 2011-03-12 Glenn Morris <rgm@gnu.org>
3430
3431 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
3432 (emacs-faq.text): New target.
3433 (clean): Add emacs-faq.
3434
3435 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
3436
3437 Sync with Tramp 2.2.1.
3438
3439 * trampver.texi: Update release number.
3440
3441 2011-03-11 Glenn Morris <rgm@gnu.org>
3442
3443 * Makefile.in (HTML_TARGETS): New.
3444 (clean): Delete $HTML_TARGETS.
3445 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
3446
3447 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3448
3449 * auth.texi (Help for developers): Show example of using
3450 `auth-source-search' with prompts and :save-function.
3451
3452 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3453
3454 * Version 23.3 released.
3455
3456 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
3457
3458 * message.texi (Message Buffers): Update default value of
3459 message-generate-new-buffers.
3460
3461 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
3462
3463 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
3464 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
3465 respectively.
3466 (Musical Notes): New section.
3467 (Customizing Calc): Mention the customizable variable
3468 calc-note-threshold.
3469
3470 2011-03-03 Glenn Morris <rgm@gnu.org>
3471
3472 * url.texi (Dealing with HTTP documents): Remove reference to
3473 function url-decode-text-part; never seems to have existed. (Bug#6038)
3474 (Configuration): Update url-configuration-directory description.
3475
3476 2011-03-02 Glenn Morris <rgm@gnu.org>
3477
3478 * dired-x.texi (Multiple Dired Directories): Remove mentions
3479 of dired-default-directory-alist and dired-default-directory.
3480 Move dired-smart-shell-command here...
3481 (Miscellaneous Commands): ... from here.
3482
3483 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3484
3485 * texinfo.tex: Update to version 2011-02-24.09.
3486
3487 2011-03-02 Glenn Morris <rgm@gnu.org>
3488
3489 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
3490 instead of the obsoleted dired-omit-here-always.
3491
3492 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
3495 supported systems.
3496
3497 2011-02-28 Glenn Morris <rgm@gnu.org>
3498
3499 * dbus.texi (Type Conversion): Grammar fix.
3500
3501 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
3502
3503 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
3504 "Debian GNU/Linux".
3505
3506 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
3507
3508 2011-02-23 Glenn Morris <rgm@gnu.org>
3509
3510 * dired-x.texi (Features): Minor rephrasing.
3511 (Local Variables): Fix typos.
3512
3513 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
3514 Standardize some Emacs/XEmacs terminology.
3515
3516 * dired-x.texi (Features): Don't advertise obsolete local variables.
3517 Simplify layout.
3518 (Omitting Variables): Update local variables example.
3519 (Local Variables): Say this is obsolete. Fix description of
3520 dired-enable-local-variables possible values.
3521
3522 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3523
3524 * auth.texi (Help for users): Mention ~/.netrc is also searched by
3525 default now.
3526
3527 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3528
3529 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
3530
3531 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3532
3533 * gnus.texi (Window Layout): Document layout names.
3534
3535 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3536
3537 * ada-mode.texi: Sync @dircategory with ../../info/dir.
3538 * auth.texi: Sync @dircategory with ../../info/dir.
3539 * autotype.texi: Sync @dircategory with ../../info/dir.
3540 * calc.texi: Sync @dircategory with ../../info/dir.
3541 * cc-mode.texi: Sync @dircategory with ../../info/dir.
3542 * cl.texi: Sync @dircategory with ../../info/dir.
3543 * dbus.texi: Sync @dircategory with ../../info/dir.
3544 * dired-x.texi: Sync @dircategory with ../../info/dir.
3545 * ebrowse.texi: Sync @dircategory with ../../info/dir.
3546 * ede.texi: Sync @dircategory with ../../info/dir.
3547 * ediff.texi: Sync @dircategory with ../../info/dir.
3548 * edt.texi: Sync @dircategory with ../../info/dir.
3549 * eieio.texi: Sync @dircategory with ../../info/dir.
3550 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
3551 * epa.texi: Sync @dircategory with ../../info/dir.
3552 * erc.texi: Sync @dircategory with ../../info/dir.
3553 * eshell.texi: Sync @dircategory with ../../info/dir.
3554 * eudc.texi: Sync @dircategory with ../../info/dir.
3555 * flymake.texi: Sync @dircategory with ../../info/dir.
3556 * forms.texi: Sync @dircategory with ../../info/dir.
3557 * gnus.texi: Sync @dircategory with ../../info/dir.
3558 * idlwave.texi: Sync @dircategory with ../../info/dir.
3559 * mairix-el.texi: Sync @dircategory with ../../info/dir.
3560 * message.texi: Sync @dircategory with ../../info/dir.
3561 * mh-e.texi: Sync @dircategory with ../../info/dir.
3562 * newsticker.texi: Sync @dircategory with ../../info/dir.
3563 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
3564 * org.texi: Sync @dircategory with ../../info/dir.
3565 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
3566 * pgg.texi: Sync @dircategory with ../../info/dir.
3567 * rcirc.texi: Sync @dircategory with ../../info/dir.
3568 * reftex.texi: Sync @dircategory with ../../info/dir.
3569 * remember.texi: Sync @dircategory with ../../info/dir.
3570 * sasl.texi: Sync @dircategory with ../../info/dir.
3571 * sc.texi: Sync @dircategory with ../../info/dir.
3572 * semantic.texi: Sync @dircategory with ../../info/dir.
3573 * ses.texi: Sync @dircategory with ../../info/dir.
3574 * sieve.texi: Sync @dircategory with ../../info/dir.
3575 * smtpmail.texi: Sync @dircategory with ../../info/dir.
3576 * speedbar.texi: Sync @dircategory with ../../info/dir.
3577 * trampver.texi [emacs]: Set emacsname to "Emacs".
3578 * tramp.texi: Sync @dircategory with ../../info/dir.
3579 * url.texi: Sync @dircategory with ../../info/dir.
3580 * vip.texi: Sync @dircategory with ../../info/dir.
3581 * viper.texi: Sync @dircategory with ../../info/dir.
3582 * widget.texi: Sync @dircategory with ../../info/dir.
3583 * woman.texi: Sync @dircategory with ../../info/dir.
3584
3585 2011-02-19 Glenn Morris <rgm@gnu.org>
3586
3587 * dired-x.texi (Technical Details): No longer redefines
3588 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
3589 dired-read-shell-command, or dired-find-buffer-nocreate.
3590
3591 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3592
3593 * eshell.texi (Input/Output):
3594 Document insert output redirection operator, >>>.
3595
3596 2011-02-18 Glenn Morris <rgm@gnu.org>
3597
3598 * dired-x.texi (Optional Installation File At Point): Simplify.
3599
3600 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3601
3602 * auth.texi (Help for users): Use :port instead of :protocol for all
3603 auth-source docs.
3604 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
3605 to have two files in `auth-sources'.
3606
3607 2011-02-16 Glenn Morris <rgm@gnu.org>
3608
3609 * dired-x.texi: Use emacsver.texi to get Emacs version.
3610 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
3611 Depend on emacsver.texi.
3612
3613 * dired-x.texi: Drop meaningless version number.
3614 (Introduction): Remove old info.
3615 (Optional Installation Dired Jump): Autoload from dired-x.
3616 Remove incorrect info about loaddefs.el.
3617 (Bugs): Just refer to M-x report-emacs-bug.
3618
3619 * dired-x.texi (Multiple Dired Directories): Update for rename of
3620 default-directory-alist.
3621 (Miscellaneous Commands): No longer mention very old VM version 4.
3622
3623 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3624
3625 Merge from gnulib.
3626 * texinfo.tex: Update to version 2011-02-14.11.
3627
3628 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3629
3630 * auth.texi (Help for users):
3631 Login collection is "Login" and not "login".
3632
3633 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
3634
3635 * tramp.texi (History): Remove IMAP support.
3636 (External methods, Frequently Asked Questions): Remove `imap' and
3637 `imaps' methods.
3638 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
3639
3640 * trampver.texi: Remove default value of `emacsimap'.
3641
3642 2011-02-13 Glenn Morris <rgm@gnu.org>
3643
3644 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
3645 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
3646
3647 2011-02-12 Glenn Morris <rgm@gnu.org>
3648
3649 * sc.texi (Getting Connected): Remove old index entries.
3650
3651 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
3652
3653 * url.texi: Remove duplicate @dircategory (Bug#7942).
3654
3655 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
3656
3657 * auth.texi (Overview, Help for users, Help for developers):
3658 Update docs.
3659 (Help for users): Talk about spaces.
3660
3661 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3662
3663 * texinfo.tex: Update to version 2011-02-07.16.
3664
3665 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
3666
3667 * dbus.texi (Bus names): Adapt descriptions for
3668 dbus-list-activatable-names and dbus-list-known-names.
3669
3670 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
3671
3672 * calc.texi (Logarithmic Units): New section.
3673
3674 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
3675
3676 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
3677 manuals use it now.
3678
3679 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
3680
3681 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
3682
3683 * overrides.texi: Remove.
3684
3685 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
3686 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
3687
3688 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
3689
3690 * tramp.texi (Frequently Asked Questions): Mention problems with
3691 WinSSHD.
3692
3693 * trampver.texi: Update release number.
3694
3695 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
3696
3697 * tramp.texi:
3698 Replace "delimet" with "delimit" globally.
3699 Replace "explicite" with "explicit" globally.
3700 Replace "instead of" with "instead" where there was nothing after "of".
3701 Audit use of comma before interrogative pronoun, "that", or "which".
3702 Minor word order, spelling, wording changes.
3703
3704 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
3705
3706 * overrides.texi: New file to set or clear WEBHACKDEVEL.
3707
3708 * sieve.texi: Use WEBHACKDEVEL.
3709
3710 * sasl.texi: Use WEBHACKDEVEL.
3711
3712 * pgg.texi: Use WEBHACKDEVEL.
3713
3714 * message.texi: Use WEBHACKDEVEL.
3715
3716 * gnus.texi: Use WEBHACKDEVEL.
3717
3718 * emacs-mime.texi: Use WEBHACKDEVEL.
3719
3720 * auth.texi: Use WEBHACKDEVEL.
3721
3722 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
3723 manuals.
3724
3725 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
3726
3727 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
3728
3729 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3730
3731 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
3732 which in turn is copied from ftp://tug.org/tex/.
3733
3734 2011-02-03 Glenn Morris <rgm@gnu.org>
3735
3736 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
3737 (Binding combinations of modifiers and function keys):
3738 Let's assume people reading this are not using Emacs 18.
3739
3740 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
3741
3742 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
3743 since it's run automatically.
3744
3745 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3746
3747 * gnus.texi (Customizing Articles): Fix typo.
3748
3749 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3750
3751 * gnus.texi (Customizing Articles): Document the new way of customizing
3752 the date headers(s).
3753
3754 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3755
3756 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
3757 splitting example.
3758
3759 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3760
3761 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
3762 (MAKEINFO_OPTS): New variable.
3763 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
3764 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
3765 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
3766 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
3767 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
3768 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
3769 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
3770 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
3771 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
3772 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
3773 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
3774 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
3775 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
3776 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
3777 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
3778 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
3779 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
3780 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
3781
3782 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3783
3784 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
3785
3786 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
3787
3788 * message.texi (IDNA): Explain what it is.
3789
3790 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
3791
3792 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
3793
3794 2011-01-23 Werner Lemberg <wl@gnu.org>
3795
3796 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3797 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3798 (ENVADD): Update.
3799
3800 2011-01-18 Glenn Morris <rgm@gnu.org>
3801
3802 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
3803
3804 2011-01-14 Eduard Wiebe <usenet@pusto.de>
3805
3806 * nxml-mode.texi (Introduction): Fix file name typos.
3807
3808 2011-01-13 Christian Ohler <ohler@gnu.org>
3809
3810 * ert.texi: New file.
3811
3812 * Makefile.in:
3813 * makefile.w32-in: Add ert.texi.
3814
3815 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
3816
3817 * dbus.texi (Receiving Method Calls): New function
3818 dbus-register-service. Rearrange node.
3819
3820 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3821
3822 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
3823 which in turn is copied from ftp://tug.org/tex/.
3824
3825 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3826
3827 * dbus.texi (Receiving Method Calls): Describe new optional
3828 parameter dont-register-service of dbus-register-{method,property}.
3829
3830 2010-12-17 Daiki Ueno <ueno@unixuser.org>
3831
3832 * epa.texi (Encrypting/decrypting *.gpg files):
3833 Mention epa-file-select-keys.
3834
3835 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3836
3837 * gnus.texi (Archived Messages): Remove outdated text.
3838
3839 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3840
3841 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
3842
3843 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
3844
3845 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
3846
3847 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3848
3849 * gnus.texi (The swish++ Engine): Add customizable parameters
3850 descriptions.
3851 (The swish-e Engine): Ditto.
3852
3853 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3854
3855 * tramp.texi (Inline methods): Add "ksu" method.
3856 (Remote processes): Add example with remote `default-directory'.
3857
3858 2010-12-14 Glenn Morris <rgm@gnu.org>
3859
3860 * faq.texi (Expanding aliases when sending mail):
3861 Now build-mail-aliases is interactive.
3862
3863 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3864
3865 * gnus.texi: First pass at adding (rough) nnir documentation.
3866
3867 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3868
3869 * gnus.texi (Filtering New Groups):
3870 Mention gnus-auto-subscribed-categories.
3871 (The First Time): Remove, since default-subscribed-newsgroups has been
3872 removed.
3873
3874 2010-12-13 Glenn Morris <rgm@gnu.org>
3875
3876 * cl.texi (For Clauses): Small fixes for frames and windows.
3877
3878 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
3879
3880 * org.texi (Using capture): Document using prefix arguments for
3881 finalizing capture.
3882 (Agenda commands): Document prefix argument for the bulk scatter
3883 command.
3884 (Beamer class export): Document that also overlay arguments can be
3885 passed to the column environment.
3886 (Template elements): Document the new entry type.
3887
3888 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
3889
3890 * org.texi (Include files): Document :minlevel.
3891
3892 2010-12-11 Julien Danjou <julien@danjou.info>
3893
3894 * org.texi (Categories): Document category icons.
3895
3896 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
3897
3898 * org.texi (noweb): Fix typo.
3899
3900 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
3901
3902 * gnus.texi (Server Commands): Point to the rest of the server
3903 commands.
3904
3905 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3906
3907 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
3908 g'.
3909
3910 2010-12-02 Julien Danjou <julien@danjou.info>
3911
3912 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
3913
3914 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3915
3916 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
3917 (Direct Functions): Note the STARTTLS upgrade.
3918
3919 2010-11-27 Glenn Morris <rgm@gnu.org>
3920 James Clark <none@example.com>
3921
3922 * nxml-mode.texi (Introduction): New section.
3923
3924 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3925
3926 * gnus.texi (Server Commands): Document gnus-server-show-server.
3927
3928 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3929
3930 Sync with Tramp 2.2.0.
3931
3932 * trampver.texi: Update release number.
3933
3934 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3935
3936 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
3937 Mention that the TeX specific units won't use the `tex' prefix
3938 in TeX mode.
3939
3940 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3941
3942 * gnus.texi (Misc Article): Document gnus-inhibit-images.
3943
3944 2010-11-17 Glenn Morris <rgm@gnu.org>
3945
3946 * edt.texi: Remove information about Emacs 19.
3947
3948 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
3949
3950 * trampver.texi: Update release number.
3951
3952 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3953
3954 * gnus.texi (Article Washing): Fix typo.
3955
3956 2010-11-11 Noorul Islam <noorul@noorul.com>
3957
3958 * org.texi: Fix typo.
3959
3960 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3961
3962 * org.texi (Using capture): Explain that refiling is
3963 sensitive to cursor position.
3964
3965 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3966
3967 * org.texi (Images and tables): Add cross reference to link section.
3968
3969 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3970
3971 * org.texi: Document the <c> cookie.
3972
3973 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3974
3975 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
3976 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
3977
3978 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3979
3980 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
3981
3982 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3983
3984 * org.texi (Project alist): Mention that this is a property list.
3985
3986 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3987
3988 * org.texi (Setting up the staging area): Document that
3989 file names remain visible when encrypting the MobileOrg files.
3990
3991 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3992
3993 * org.texi (Setting up the staging area): Document which
3994 versions are needed for encryption.
3995
3996 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3997
3998 * org.texi (noweb): Update :noweb documentation to
3999 reflect the new "tangle" argument.
4000
4001 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4002
4003 * org.texi (Batch execution): Improve tangling script in
4004 documentation.
4005
4006 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4007
4008 * org.texi (Handling links):
4009 (In-buffer settings): Document inlining images on startup.
4010
4011 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4012
4013 * org.texi (Setting up the staging area): Document use of
4014 crypt password.
4015
4016 2010-11-11 David Maus <dmaus@ictsoc.de>
4017
4018 * org.texi (Template expansion): Add date related link type escapes.
4019
4020 2010-11-11 David Maus <dmaus@ictsoc.de>
4021
4022 * org.texi (Template expansion): Add mew in table for link type
4023 escapes.
4024
4025 2010-11-11 David Maus <dmaus@ictsoc.de>
4026
4027 * org.texi (Template expansion): Fix typo in link type escapes.
4028
4029 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4030
4031 * org.texi (Structure of code blocks): Another documentation tweak.
4032
4033 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4034
4035 * org.texi (Structure of code blocks): Documentation tweak.
4036
4037 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4038
4039 * org.texi (Structure of code blocks):
4040 Update documentation to mention inline code block syntax.
4041
4042 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4043
4044 * org.texi (comments): Improve wording.
4045
4046 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4047
4048 * org.texi (comments): Document the new :comments header arguments.
4049
4050 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4051
4052 * org.texi (Installation): Remove the special
4053 installation instructions for XEmacs.
4054
4055 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4056
4057 * org.texi (Easy Templates): New section. Documents quick
4058 insertion of empty structural elements.
4059
4060 2010-11-11 Noorul Islam <noorul@noorul.com>
4061
4062 * org.texi: Fix doc.
4063
4064 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4065
4066 * org.texi (The date/time prompt): Document specification
4067 of time ranges.
4068
4069 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4070
4071 * org.texi (Internal links): Document the changes in
4072 internal links.
4073
4074 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4075
4076 * org.texi (Agenda commands): Document the limitation for
4077 the filter preset - it can only be used for an entire agenda
4078 view, not in an individual block in a block agenda.
4079
4080 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
4081
4082 * org.texi (iCalendar export): Document alarm creation.
4083
4084 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
4085
4086 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
4087
4088 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4089
4090 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
4091
4092 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
4093
4094 * calc.texi: Use emacsver.texi to determine Emacs version.
4095
4096 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4097
4098 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
4099 since that works by default.
4100
4101 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4102
4103 * gnus.texi (Customizing the IMAP Connection): Document
4104 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
4105
4106 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
4107
4108 * tramp.texi (Remote shell setup): New item "Interactive shell
4109 prompt". Reported by Christian Millour <cm@abtela.com>.
4110 (Remote shell setup, Remote processes): Use @code{} for
4111 environment variables.
4112
4113 2010-11-03 Glenn Morris <rgm@gnu.org>
4114
4115 * ediff.texi (Quick Help Commands, Miscellaneous):
4116 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
4117
4118 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4119
4120 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
4121
4122 2010-10-31 Glenn Morris <rgm@gnu.org>
4123
4124 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
4125
4126 2010-10-31 Glenn Morris <rgm@gnu.org>
4127
4128 * cc-mode.texi: Remove reference to defunct viewcvs URL.
4129
4130 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4131
4132 * gnus.texi (Client-Side IMAP Splitting):
4133 Mention nnimap-unsplittable-articles.
4134
4135 2010-10-29 Julien Danjou <julien@danjou.info>
4136
4137 * gnus.texi (Finding the News): Remove references to obsoletes
4138 variables `gnus-nntp-server' and `gnus-secondary-servers'.
4139
4140 2010-10-29 Eli Zaretskii <eliz@gnu.org>
4141
4142 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
4143 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
4144 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
4145 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
4146
4147 2010-10-28 Glenn Morris <rgm@gnu.org>
4148
4149 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
4150 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
4151 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
4152
4153 2010-10-25 Daiki Ueno <ueno@unixuser.org>
4154
4155 * epa.texi (Mail-mode integration): Add alternative key bindings
4156 for epa-mail commands; escape comma.
4157 Don't use the word "PGP", since it is a non-free program.
4158
4159 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
4160
4161 * calc.texi: Use emacsver.texi to determine Emacs version.
4162
4163 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
4164
4165 * gnus.texi (Group Parameters, Buttons): Fix typos.
4166
4167 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
4168
4169 * gnus.texi (Subscription Commands): Mention that you can also
4170 subscribe to new groups via the Server buffer, which is probably more
4171 convenient when subscribing to many groups.
4172
4173 2010-10-21 Julien Danjou <julien@danjou.info>
4174
4175 * message.texi (Message Headers): Allow message-default-headers to be a
4176 function.
4177
4178 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4179
4180 * gnus-news.texi: Mention new archive defaults.
4181
4182 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4183
4184 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
4185
4186 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4187
4188 * gnus.texi (HTML): Document the function value of
4189 gnus-blocked-images.
4190 (Article Washing): shr and gnus-w3m, not the direct function names.
4191
4192 2010-10-20 Julien Danjou <julien@danjou.info>
4193
4194 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
4195 variable.
4196
4197 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4198
4199 * gnus.texi (Customizing the IMAP Connection): The port strings are
4200 strings.
4201 (Document Groups): Mention git.
4202
4203 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4204
4205 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
4206 bzr/Gnus git sync.
4207
4208 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4209
4210 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
4211 change.
4212
4213 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4214
4215 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
4216 @item syntax for in-Emacs makeinfo.
4217
4218 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
4219
4220 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
4221 trim sentence.
4222
4223 2010-10-12 Daiki Ueno <ueno@unixuser.org>
4224
4225 * epa.texi (Caching Passphrases):
4226 * auth.texi (GnuPG and EasyPG Assistant Configuration):
4227 Clarify some configurations require to set up gpg-agent.
4228
4229 2010-10-11 Glenn Morris <rgm@gnu.org>
4230
4231 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
4232
4233 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4234
4235 * gnus.texi (Spam Package Introduction): Mention `$'.
4236
4237 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4238
4239 * makefile.w32-in (emacsdir): New variable.
4240 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
4241 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
4242
4243 2010-10-09 Glenn Morris <rgm@gnu.org>
4244
4245 * Makefile.in (mostlyclean): Delete *.toc.
4246
4247 * Makefile.in: Use $< in rules.
4248
4249 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
4250
4251 * Makefile.in ($(infodir)): Delete rule.
4252 (mkinfodir): New. Use it in all the info rules, rather than depending
4253 on infodir.
4254
4255 2010-10-09 Glenn Morris <rgm@gnu.org>
4256
4257 * gnus.texi (Article Washing): Fix previous change.
4258
4259 * Makefile.in (emacsdir): New variable.
4260 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
4261 Depend on emacsver.texi.
4262
4263 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
4264
4265 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
4266
4267 2010-10-08 Julien Danjou <julien@danjou.info>
4268
4269 * gnus.texi: Add mm-shr.
4270
4271 2010-10-08 Ludovic Courtès <ludo@gnu.org>
4272
4273 * gnus.texi (Finding the Parent, The Gnus Registry)
4274 (Registry Article Refer Method): Update docs for nnregistry.el.
4275
4276 2010-10-08 Daiki Ueno <ueno@unixuser.org>
4277
4278 * auth.texi (Help for users)
4279 (GnuPG and EasyPG Assistant Configuration): Update docs.
4280
4281 2010-10-08 Glenn Morris <rgm@gnu.org>
4282
4283 * cl.texi (Organization, Installation, Old CL Compatibility):
4284 Deprecate cl-compat for new code.
4285 (Usage, Installation): Remove outdated information.
4286
4287 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
4288
4289 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4290
4291 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
4292
4293 2010-10-06 Julien Danjou <julien@danjou.info>
4294
4295 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
4296
4297 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
4298 broken link.
4299
4300 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
4301
4302 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
4303 to ReiserFS.
4304
4305 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
4306 (FAQ 7-1): Fix getmail URL.
4307
4308 2010-10-06 Daiki Ueno <ueno@unixuser.org>
4309
4310 * epa.texi (Caching Passphrases): New section.
4311
4312 2010-10-06 Glenn Morris <rgm@gnu.org>
4313
4314 * Makefile.in (SHELL): Set it.
4315 (info): Move the mkdir dependency to the individual info files.
4316 (mostlyclean): Tidy up.
4317 (clean): Only delete the specific dvi and pdf files.
4318 (maintainer-clean): Be more restrictive in what we delete.
4319 ($(infodir)): Add parallel build workaround.
4320
4321 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4322
4323 * gnus.texi (Misc Article): Document gnus-widen-article-window.
4324
4325 2010-10-03 Julien Danjou <julien@danjou.info>
4326
4327 * emacs-mime.texi (Display Customization):
4328 Update mm-inline-large-images documentation and add documentation for
4329 mm-inline-large-images-proportion.
4330
4331 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4332
4333 * tramp.texi (Frequently Asked Questions):
4334 Mention remote-file-name-inhibit-cache.
4335
4336 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4337
4338 * gnus.texi (Splitting Mail): Fix @xref syntax.
4339 (Splitting Mail): Really fix the @ref syntax.
4340
4341 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4342
4343 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
4344 (Article Hiding): Add google banner example.
4345 Suggested by Benjamin Xu.
4346
4347 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4348
4349 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
4350 Remove nnimap-split-rule from examples.
4351
4352 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4353
4354 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
4355 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
4356 Fishman.
4357 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
4358
4359 2010-09-30 Julien Danjou <julien@danjou.info>
4360
4361 * gnus.texi (Gravatars): Fix documentation about
4362 gnu-gravatar-properties.
4363
4364 2010-09-29 Daiki Ueno <ueno@unixuser.org>
4365
4366 * epa.texi (Bug Reports): New section.
4367
4368 2010-09-29 Glenn Morris <rgm@gnu.org>
4369
4370 * Makefile.in (top_srcdir): Remove unused variable.
4371
4372 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4373
4374 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
4375 (Client-Side IMAP Splitting): Document 'default.
4376
4377 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4378
4379 * gnus.texi (Customizing the IMAP Connection):
4380 Document nnimap-fetch-partial-articles.
4381
4382 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4383
4384 * gnus-news.texi: Mention nnimap-inbox.
4385
4386 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
4387
4388 2010-09-26 Julien Danjou <julien@danjou.info>
4389
4390 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
4391
4392 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4393
4394 * gnus.texi (Security): Remove gpg.el mention.
4395
4396 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4397
4398 * gnus.texi (Browse Foreign Server): New variable
4399 gnus-browse-subscribe-newsgroup-method.
4400
4401 * gnus-news.texi: Mention it.
4402
4403 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4404
4405 * gnus.texi (NoCeM): Remove.
4406 (Startup Variables): No jingle.
4407
4408 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
4409
4410 * woman.texi (Interface Options): xz compression is now supported.
4411
4412 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4413
4414 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
4415 (Unavailable Servers): Document gnus-server-copy-server.
4416 (Using IMAP): Document the new nnimap.
4417
4418 2010-09-25 Julien Danjou <julien@danjou.info>
4419
4420 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
4421
4422 2010-09-24 Glenn Morris <rgm@gnu.org>
4423
4424 * url.texi (Disk Caching): Tweak previous change.
4425
4426 2010-09-24 Julien Danjou <julien@danjou.info>
4427
4428 * url.texi (Disk Caching): Mention url-cache-expire-time,
4429 url-cache-expired, and url-fetch-from-cache.
4430
4431 2010-09-24 Julien Danjou <julien@danjou.info>
4432
4433 * gnus.texi: Add Gravatars.
4434
4435 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4436
4437 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
4438
4439 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4440
4441 * gnus.texi (Expunging mailboxes): Update name of the expunging
4442 command.
4443
4444 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4445
4446 * emacs-mime.texi (rfc2047): Update description for
4447 rfc2047-encode-parameter.
4448
4449 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
4450
4451 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
4452 "fish" methods.
4453 (External methods): Remove "scp1_old" and "scp2_old" methods.
4454
4455 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
4456
4457 * tramp.texi: Remove Japanese manual. Fix typo.
4458
4459 * trampver.texi: Update release number. Remove japanesemanual.
4460
4461 2010-09-09 Glenn Morris <rgm@gnu.org>
4462
4463 * org.texi: Restore clobbered changes (copyright years, untabify).
4464
4465 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
4466
4467 * gnus.texi (Adaptive Scoring): Fix typo.
4468
4469 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4470
4471 * gnus.texi (Article Display): Document gnus-html-show-images.
4472
4473 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4474
4475 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
4476
4477 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4478
4479 * gnus.texi (HTML): Document gnus-max-image-proportion.
4480
4481 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4482
4483 * gnus.texi (HTML): Document gnus-blocked-images.
4484
4485 * message.texi (Wide Reply): Document message-prune-recipient-rules.
4486
4487 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4488
4489 * gnus.texi (Summary Mail Commands): Note that only the addresses from
4490 the first message are used for wide replies.
4491 (Changing Servers): Remove documentation on gnus-change-server and
4492 friends, since it's been removed.
4493
4494 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4495
4496 * gnus.texi (Drafts): Mention B DEL.
4497
4498 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4499
4500 * gnus.texi (Delayed Articles): Mention that the Date header is the
4501 original one, even if you delay.
4502
4503 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4504
4505 * gnus.texi (Asynchronous Fetching):
4506 Document gnus-async-post-fetch-function.
4507 (HTML): Made into its own section.
4508
4509 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
4510
4511 Sync with Tramp 2.1.19.
4512
4513 * tramp.texi (Inline methods, Default Method):
4514 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
4515 Remove remark about doubled "-t" argument.
4516 (Auto-save and Backup): Remove reference to Emacs 21.
4517 (Filename Syntax): Describe port numbers.
4518 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
4519 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
4520 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
4521 errors with the backquotes.
4522 (External packages): File attributes cache flushing for asynchronous
4523 processes.
4524 (Traces and Profiles): Describe verbose level 9.
4525
4526 * trampver.texi: Update release number.
4527
4528 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
4529
4530 * dbus.texi (Alternative Buses): New chapter.
4531
4532 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
4535
4536 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4537
4538 * calc.texi (Customizing Calc): Rearrange description of new
4539 variables to match the presentation of other variables.
4540
4541 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4542
4543 * org.texi (Footnotes, Tables in HTML export): Fix typos.
4544
4545 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4546
4547 * calc.texi (Making Selections, Selecting Subformulas)
4548 (Customizing Calc): Mention how to use faces to emphasize selected
4549 sub-formulas.
4550
4551 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
4552
4553 * tramp.texi (External packages): File attributes cache flushing
4554 for asynchronous processes.
4555
4556 2010-08-01 Alan Mackenzie <acm@muc.de>
4557
4558 Enhance the manual for the latest Java Mode.
4559
4560 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
4561 annotation-var-cont.
4562 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
4563 two new symbols.
4564
4565 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
4566
4567 * tramp.texi (Traces and Profiles): Describe verbose level 9.
4568
4569 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
4570
4571 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
4572
4573 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
4574
4575 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
4576
4577 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4578
4579 * org.texi: Add macros to get plain quotes in PDF output.
4580 List additional contributors.
4581 (Capture): New section, replaces the section about remember.
4582 (Working With Source Code): New chapter, focused on documenting Org
4583 Babel.
4584 (Code evaluation security): New section.
4585 (MobileOrg): Document DropBox support.
4586 (TaskJuggler export): Document taskjuggler and Gantt chart support.
4587 (Special symbols): Show how to display UTF8 characters for entities.
4588 (Global TODO list): Clarify the use of the "M" key and the differences
4589 to the "m" key.
4590 (RSS Feeds): Mention Atom feeds as well.
4591 (Setting tags): Remove paragraph about
4592 `org-complete-tags-always-offer-all-agenda-tags'.
4593
4594 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
4595
4596 * tramp.texi (Inline methods): Remove remark about doubled "-t"
4597 argument.
4598 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
4599 echoing shells.
4600
4601 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
4602
4603 * tramp.texi (Inline methods): Remove "kludgy" phrase.
4604 (Filename Syntax): Describe port numbers.
4605
4606 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
4607
4608 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
4609 forgotten.
4610 (Type Conversion): Precise conversion of natural numbers.
4611 (Errors and Events): Add "debugging" to concept index. Add variable
4612 `dbus-debug'.
4613
4614 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
4615
4616 * dbus.texi (Receiving Method Calls): Add optional argument
4617 EMITS-SIGNAL to `dbus-register-property'.
4618
4619 2010-06-27 Alex Schroeder <alex@gnu.org>
4620
4621 * nxml-mode.texi (Commands for locating a schema): Fix typo.
4622
4623 2010-06-24 Glenn Morris <rgm@gnu.org>
4624
4625 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4626 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
4627 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4628 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
4629 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
4630 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
4631 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
4632 * woman.texi: Start direntry descriptions in column 32, per Texinfo
4633 convention. Make them end with a period.
4634
4635 2010-06-23 Glenn Morris <rgm@gnu.org>
4636
4637 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
4638 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
4639 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
4640 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
4641 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
4642 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
4643
4644 2010-06-10 Glenn Morris <rgm@gnu.org>
4645
4646 * idlwave.texi (Load-Path Shadows):
4647 * org.texi (Handling links): Fix typos.
4648
4649 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4650
4651 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
4652
4653 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
4654
4655 * eshell.texi (Built-ins): Describe, how to disable a built-in command
4656 by an alias. (Bug#6226)
4657
4658 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4659
4660 * calc.texi (Manipulating Vectors): Mention that vectors can
4661 be used to determine bins for `calc-histogram'.
4662
4663 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
4664
4665 * calc.texi: Remove "\turnoffactive" commands throughout.
4666
4667 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4668
4669 * url.texi (HTTP language/coding, Customization):
4670 * message.texi (Header Commands, Responses):
4671 * cl.texi (Argument Lists): Fix typos.
4672
4673 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4674
4675 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
4676 Note that Development menu is always available.
4677 (Creating a project): Fix terminology.
4678 (Add/Remove files): Fix typo.
4679
4680 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4681
4682 * Version 23.2 released.
4683
4684 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
4685
4686 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
4687
4688 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
4689
4690 * tramp.texi (Inline methods, Default Method):
4691 Mention `tramp-inline-compress-start-size'.
4692
4693 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4694
4695 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
4696 the CVS repo. Put the Git repo in the news section.
4697
4698 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
4699 Removed some mentions of CVS. Mention the new Git repo.
4700
4701 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
4702
4703 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
4704 (Mail Group Commands): Add index entry.
4705
4706 2010-04-18 Glenn Morris <rgm@gnu.org>
4707
4708 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
4709
4710 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
4711
4712 * calc.texi (Radix modes): Mention that the option prefix will
4713 turn on twos-complement mode.
4714 (Inverse and Hyperbolic Flags): Mention the Option flag.
4715
4716 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
4717
4718 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
4719 (LaTeX/PDF export commands): Rename and Move section.
4720 (Sectioning structure): Update.
4721 (References): New use case for field coordinates.
4722 (The export dispatcher): Rename from ASCII export.
4723 (Setting up the staging area): Document the availability of
4724 encryption for MobileOrg.
4725 (Images and tables): Document how to reference labels.
4726 (Index entries): New section.
4727 (Generating an index): New section.
4728 (Column width and alignment): Document that <N> now
4729 means a fixed width, not a maximum width.
4730 (Publishing options): Document the :email option.
4731 (Beamer class export): Fix bug in the BEAMER example.
4732 (Refiling notes): Document refile logging.
4733 (In-buffer settings): Document refile logging keywords.
4734 (Drawers): Document `C-c C-z' command.
4735 (Agenda commands): Mention the alternative key `C-c C-z'.
4736 (Special properties): Document the BLOCKED property.
4737 (The spreadsheet): Mention the formula editor.
4738 (References): Document field coordinates.
4739 (Publishing action): Correct the documentation for the
4740 publishing function.
4741 (The date/time prompt): Document that we accept dates
4742 like month/day/year.
4743 (Cooperation): Document the changes in table.el support.
4744 (Faces for TODO keywords, Faces for TODO keywords)
4745 (Priorities): Document the easy colors.
4746 (Visibility cycling): Document the new double prefix
4747 arg for `org-reveal'.
4748 (Cooperation): Remember.el is part of Emacs.
4749 (Clean view): Mention that `wrap-prefix' is also set by
4750 org-indent-mode.
4751 (Agenda commands): Add information about prefix args to
4752 scheduling and deadline commands.
4753 (Search view): Point to the docstring of
4754 `org-search-view' for more details.
4755 (Agenda commands): Document that `>' prompts for a date.
4756 (Setting tags): Document variable
4757 org-complete-tags-always-offer-all-agenda-tags.
4758 (Column attributes): Cross-reference special properties.
4759
4760 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4761
4762 Synchronize with Tramp repository.
4763
4764 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
4765 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
4766 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
4767 syntax, texi2dvi reports errors with the backquotes.
4768
4769 * trampver.texi: Update release number.
4770
4771 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
4772
4773 * gnus.texi (Finding the News): Add pointers to the Server buffer
4774 because it's essential.
4775
4776 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4777
4778 * gnus.texi (MIME Commands): Update description of
4779 gnus-article-browse-html-article.
4780
4781 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4782
4783 * auth.texi (Secret Service API): Add TODO node.
4784 (Help for users): Explain the new source options for `auth-sources'.
4785
4786 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4787
4788 * trampver.texi: Update release number.
4789
4790 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4791
4792 * Branch for 23.2.
4793
4794 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4795
4796 * faq.texi (Escape sequences in shell output): Note that ansi-color is
4797 now enabled by default.
4798
4799 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4800
4801 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
4802 when Emacs runs in interactive mode. (Bug#5645)
4803
4804 2010-02-16 Glenn Morris <rgm@gnu.org>
4805
4806 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
4807
4808 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4809
4810 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
4811
4812 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4813
4814 * gnus.texi (Score File Format): Fix typo.
4815
4816 2010-01-19 Mark A. Hershberger <mah@everybody.org>
4817
4818 * cc-mode.texi: Replace references to obsolete c-subword-mode.
4819
4820 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4821
4822 * ada-mode.texi (Project File Overview): Fix typo.
4823
4824 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4825
4826 * semantic.texi: Add Richard Y. Kim credit.
4827
4828 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
4829
4830 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
4831
4832 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
4833 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
4834
4835 2010-01-17 Glenn Morris <rgm@gnu.org>
4836
4837 * calc.texi (Reporting Bugs): Don't mention format of repository.
4838
4839 * woman.texi (Bugs): Make "Emacs repository" less specific,
4840 and the URL for same more specific.
4841
4842 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
4843
4844 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4845
4846 * ede.texi (ede-step-project, ede-proj-target):
4847 * tramp.texi (Remote processes): Fix typos.
4848
4849 2010-01-16 Mario Lang <mlang@delysid.org>
4850
4851 * ede.texi (ede-target):
4852 * org.texi (Refiling notes): Remove duplicated words.
4853
4854 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4855
4856 * gnus.texi (Posting Styles): Use with-current-buffer.
4857 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
4858
4859 2010-01-02 Kevin Ryde <user42@zip.com.au>
4860
4861 * eieio.texi (Naming Conventions): Correction to xref on elisp
4862 coding conventions, is "Tips" node not "Standards".
4863
4864 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
4865
4866 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
4867
4868 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
4869
4870 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4871
4872 * gnus.texi (Direct Functions): Add missing port number to tls method.
4873
4874 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
4875
4876 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
4877 ($(infodir)/edt, edt.dvi): New targets.
4878
4879 2009-12-15 Glenn Morris <rgm@gnu.org>
4880
4881 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
4882 (edt, $(infodir)/edt, edt.dvi): New targets.
4883 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
4884
4885 * Makefile.in (PDF_TARGETS, pdf): New.
4886 (clean): Add *.pdf.
4887 Add pdf rules for all manuals.
4888
4889 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
4890
4891 * calc.texi (Radix Modes): Clarify two's complement notation.
4892
4893 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4894
4895 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
4896 (Smart Jump, Analyzer Debug): Copyedits.
4897 (Semantic mode user commands): Link to new nodes.
4898 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
4899 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
4900 upstream Semantic manual.
4901
4902 * semantic.texi (Introduction): Minor fix to diagram.
4903
4904 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4905
4906 * eshell.texi (History): Add the other built-in variables.
4907 (Built-ins): Explain built-ins, and how to apply the external commands.
4908 Add `history', `su' and `sudo'.
4909
4910 * tramp.texi (Remote processes): Add missing <RET> in the example.
4911
4912 2009-12-01 Bill Wohler <wohler@newt.com>
4913
4914 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
4915 path for mairix example. Specify -q in namazu example since namazu is
4916 excessively garrulous.
4917
4918 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4919
4920 * tramp.texi (Remote processes): Improve eshell example with "su"
4921 and "sudo" commands.
4922
4923 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
4924
4925 * semantic.texi (Analyzer Internals): Rename from Analyzer.
4926
4927 * sem-user.texi (Semantic mode user commands): Fix key syntax.
4928 Document semantic-complete-analyze-inline.
4929 (Semanticdb search debugging commands): Minor clarification.
4930 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
4931 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
4932 manual.
4933 (Semantic mode): Link to Idle Scheduler.
4934
4935 2009-11-28 Kevin Ryde <user42@zip.com.au>
4936
4937 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
4938 @pxref, now EIEIO is in Emacs.
4939
4940 * erc.texi (Development): Correction to git tutorial url.
4941
4942 2009-11-26 Glenn Morris <rgm@gnu.org>
4943
4944 * faq.texi (Latest version of Emacs): Mention stability of development
4945 version.
4946 (Problems with very large files): Max buffer size increase in 23.2.
4947 (VM): VM has moved house again.
4948
4949 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4950
4951 * calc.texi (Radix modes): Discuss alternate bases for two's complement
4952 notations.
4953
4954 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
4955
4956 * org.texi (Column attributes): Fix documentation of new operators.
4957
4958 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4959
4960 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
4961 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
4962 (Idle Completions Mode): Numerous copyedits.
4963
4964 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
4965
4966 * semantic.texi (Semantic Internals, Glossary):
4967 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
4968 (Semanticdb search debugging commands): Fix typos.
4969
4970 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4971
4972 * calc.texi (Radix modes): Mention twos-complement notation.
4973
4974 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
4975
4976 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
4977 ($(infodir)/semantic, semantic.dvi): New targets.
4978
4979 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
4980
4981 * Makefile.in: Build the Semantic manual.
4982
4983 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
4984 repository.
4985
4986 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4987
4988 * dbus.texi (Receiving Method Calls): New defun
4989 `dbus-unregister-service'.
4990
4991 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
4992
4993 * org.texi (Speed keys): New section.
4994
4995 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4996
4997 * dbus.texi (Type Conversion): Fix typo.
4998 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
4999 `dbus-registered-objects-table'.
5000 (Receiving Method Calls): New defun `dbus-register-property'.
5001 Move `dbus-unregister-object' here.
5002
5003 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5004
5005 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
5006
5007 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
5008
5009 * org.texi (Column attributes): Add the new age summary operators.
5010 Also, mention the fact you can only use one summary operator per
5011 property.
5012
5013 2009-11-13 John Wiegley <johnw@newartisans.com>
5014
5015 * org.texi (Tracking your habits): Add a new section in the
5016 manual about how to track habits.
5017 (Resolving idle time): Add a section on how idle and
5018 dangling clocks are resolved.
5019
5020 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5021
5022 * org.texi (Agenda commands): Document the new `i' command.
5023 (Inserting deadline/schedule): Document logging changes
5024 of scheduling and deadline times stamps.
5025 (In-buffer settings): Document the in-buffer keywords for logging
5026 changes of scheduling and deadline times stamps.
5027 (Structure editing, Plain lists): Document indentation
5028 cycling in empty entries with TAB.
5029 (Archiving): Document the default archiving command.
5030 (Moving subtrees): Document the new keys for archiving.
5031 (Internal archiving): Fix incorrect key.
5032 (Agenda commands): Document the TODO set switching commands.
5033 (Agenda commands): Document the new archiving keys.
5034 (Clocking work time): Better description on how to save
5035 and restore a clock.
5036 (Resolving idle time): Mention the x11idle program to get true
5037 idleness also under X11.
5038 (Resolving idle time): Use @kbd instead of @key for normal
5039 letters, because this is how he rest of the manual does this.
5040 (Pushing to MobileOrg): Mention that `org-directory'
5041 should be set.
5042 (Agenda commands): Document that SPC is a filter for
5043 any tag.
5044 (Search view): Rename from "Keyword search".
5045 (Capure): New chapter.
5046 (Markup): New chapter.
5047 (Links in HTML export, Images in HTML export):
5048 Extend the section titles.
5049 (Images in HTML export): Document the align option.
5050 (Text areas in HTML export): Extend the section title.
5051 (Images in LaTeX export): Explain image placement in LaTeX.
5052
5053 2009-11-10 Glenn Morris <rgm@gnu.org>
5054
5055 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
5056
5057 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5058
5059 * tramp.texi (Auto-save and Backup): Disable backups just for a
5060 method.
5061
5062 * trampver.texi: Update release number.
5063
5064 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5065
5066 Sync with Tramp 2.1.17.
5067
5068 * trampver.texi: Update release number.
5069
5070 2009-10-29 Glenn Morris <rgm@gnu.org>
5071
5072 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
5073
5074 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5075
5076 * tramp.texi (External methods): Temporary files are kept for
5077 `rsync' and `rsyncc' methods.
5078
5079 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5080
5081 * eieio.texi: Fix typos.
5082
5083 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
5086
5087 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5088
5089 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
5090 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
5091
5092 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5093
5094 * Makefile.in: Build EIEIO and EDE manuals.
5095
5096 2009-10-07 Eric Ludlam <zappo@gnu.org>
5097
5098 * eieio.texi:
5099 * ede.texi: New files.
5100
5101 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5102
5103 * tramp.texi (Remote processes): Association of a pty is not supported.
5104
5105 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
5106
5107 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
5108 (Processing LaTeX fragments): Document that the size of images can be
5109 changes using the variable `org-format-latex-options'.
5110 (The date/time prompt, Timestamps): Be more accurate over ISO format
5111 dates and times.
5112 (Visibility cycling): Document showeverything keyword.
5113 (In-buffer settings): Document showeverything keyword.
5114 (Setting up the staging area): Fix the example.
5115 (MobileOrg): New section.
5116 (Agenda commands, Exporting Agenda Views): Document exporting the
5117 agenda view to Org files.
5118
5119 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5120
5121 * tramp.texi (History): Add IMAP support.
5122 (External methods): Add `imap' and `imaps' methods.
5123 (GVFS based methods): Add indices for `davs'.
5124 (Password handling): Rename anchors. Add IMAP entries for
5125 ~/.authinfo.gpg.
5126
5127 * trampver.texi: Set default value of `emacsimap'.
5128
5129 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5130
5131 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
5132
5133 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5134
5135 * dired-x.texi (Technical Details):
5136 Delete dired-up-directory (Bug#4292).
5137
5138 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
5139
5140 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
5141
5142 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
5143
5144 * org.texi (Effort estimates): Document new effort setting commands.
5145 (Agenda commands): Document the new keys fro agenda time motion.
5146 Document entry text mode. Improve documentation of the keys to include
5147 inactive time stamps into the agenda view.
5148 (Feedback): Document the new bug report command.
5149 (Structure editing): Add an index entry for the sorting of subtrees.
5150
5151 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5152
5153 * auth.texi (Help for users): Corrected markup.
5154
5155 2009-09-02 Glenn Morris <rgm@gnu.org>
5156
5157 * emacs-mime.texi (time-date): Mention float-time.
5158
5159 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
5160
5161 * calc.texi (Simplifying Formulas): Improve the wording.
5162
5163 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
5164
5165 * auth.texi: Rewritten for coverage and clarity.
5166
5167 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5168
5169 * gnus.texi (Expiring Mail):
5170 Mention gnus-mark-copied-or-moved-articles-as-expirable.
5171 (Various Various): Mention gnus-safe-html-newsgroups.
5172
5173 * gnus-news.texi: Mention
5174 gnus-mark-copied-or-moved-articles-as-expirable.
5175
5176 * emacs-mime.texi (Display Customization): Add xref to
5177 gnus-safe-html-newsgroups.
5178
5179 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5180
5181 * tramp.texi (Version Control): Remove.
5182 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
5183 reference.
5184 (External methods): Correct `scpc' concept index entries. New method
5185 `rsyncc'.
5186 (External packages): New subsections "Filename completion" and "File
5187 attributes cache".
5188
5189 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
5190
5191 * calc.texi (Rewrite Rules): Improve the example.
5192 (Simplifying Formulas): Explain use of the I and H flags for
5193 simplification.
5194
5195 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5196
5197 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
5198 Describe autostart behavior of dbus-ping.
5199 (Synchronous Methods, Asynchronous Methods): Use English numeric format
5200 for timeout values.
5201 (Top): Remove footnote saying D-Bus is not enabled by
5202 default. (Bug#4256)
5203
5204 2009-08-23 Daiki Ueno <ueno@unixuser.org>
5205
5206 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
5207 Reported by Jari Aalto (Bug#4211).
5208 (Mail-mode integration): Mention epa-mail-mode and
5209 epa-global-mail-mode.
5210 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
5211 epa-setup.
5212
5213 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
5214
5215 * dbus.texi (Asynchronous Methods): Allow nil handler.
5216
5217 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
5218
5219 * ediff.texi (ediff-current-file): Add information about this new function.
5220
5221 * viper.texi: Add information about C-s in viper's search command.
5222
5223 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
5224
5225 * calc.texi (Date Forms): Fix typos.
5226
5227 2009-08-08 Glenn Morris <rgm@gnu.org>
5228
5229 * org.texi (Agenda commands): Restore clobbered change.
5230
5231 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5232
5233 * calc.texi (Graphics, Devices): Update with the peculiarities of
5234 operation on MS-Windows.
5235
5236 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
5237
5238 * org.texi (Publishing action): Improve documentation of file
5239 names when publishing to the source directory.
5240 (Clean view): Document `org-indent-mode'.
5241 (Clocking work time): Add documentation for the
5242 new :timetamp option when creating a clock report.
5243 (Paragraphs): Fix many typos.
5244 (Plain lists): Remove duplicate explanation about the
5245 `C-c *' command.
5246 (Literal examples): Update to reflect the new behavior
5247 of the -n -r -k switches when exporting source code examples.
5248 (Structure editing): Add information about `C-c *',
5249 converting a plain list into a list of Org items.
5250 (Remember): Small rephrasing of the paragraph
5251 describing remember.el. Also mentioned that remember.el is part
5252 of Emacs 23, not Emacs 22.
5253 (Clocking work time): Add documentation about
5254 displaying the current clocking time against the effort estimate.
5255 Also add a footnote about using `org-clock-in-prepare-hook' to add
5256 an effort estimate on the fly, just before clocking it.
5257 (Footnotes): Document automatic renumbering and
5258 sorting.
5259 (Agenda commands): Document new bulk commands.
5260 (Plain lists): Document new behavior of
5261 `org-cycle-include-plain-lists'.
5262 Hyphenation only in TeX.
5263 (Clocking work time): Document the key to update effort
5264 estimates.
5265 (Clocking work time): Document the clock time display.
5266 (Structure editing, TODO basics): Document new
5267 variables.
5268 (Column attributes): Document new colciew operators.
5269 (Publishing options): Document :xml-declaration.
5270 (Tracking TODO state changes): Document the
5271 LOG_INTO_DRAWER property.
5272 (Literal examples): Document the new implementation for
5273 editing source code.
5274 (Publishing action): Mention the new publishing
5275 function, to publish an Org source file.
5276 (Publishing links): Mention how to link to an Org source file.
5277 (Macro replacement): Document new macros.
5278 (Handling links): Document type-specific completion
5279 when inserting links.
5280 (Structure editing, Plain lists): Improve documentation
5281 on sorting.
5282 (Internal links): Document custom ids for links.
5283 (Handling links): Document custom ids for links.
5284 (CSS support): Document new class.
5285 (Refiling notes): Document the possibility to create new nodes
5286 during refiling.
5287 (Agenda commands): Document the "?" operator to find
5288 tasks without effort setting.
5289 (Exporting agenda information): Section moved.
5290 (RSS Feeds): New section.
5291 (Built-in table editor): Document M-e and M-a navigate
5292 inside table field.
5293 (Stuck projects): Docment that projects identified as
5294 un-stuck will still be searchd for stuck sub-projects.
5295 (Paragraphs): Document centering.
5296 (Creating timestamps, Agenda commands): Document new
5297 behavior when changing time stamps.
5298 (Structure editing): Document the new command
5299 `org-clone-subtree-with-time-shift'.
5300 (Publishing): Refresh this chapter.
5301 (Export options, Export options, In-buffer settings):
5302 Document the new keywords.
5303 (Matching tags and properties): Collect all
5304 documentation about tags/property matches here.
5305 (Setting tags): Document `org-tag-persistent-alist'.
5306 (Weekly/daily agenda): New section.
5307 (Orgstruct mode): Describe `orgstruct++-mode'.
5308 (Drawers): Mention the LOGBOOK drawer.
5309 (Export options, Sectioning structure): Document the
5310 #+LEATEX_HEADER in-buffer setting.
5311 (Bugs): Section removed.
5312 (Hooks): New section.
5313 (Add-on packages): Move here from old location.
5314 (Context-sensitive commands): New section.
5315 (Setting tags): Document newline option.
5316 (Global TODO list, Matching tags and properties):
5317 Mention more variables.
5318 (Checkboxes): Update to changed command behavior.
5319
5320 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
5321
5322 * speedbar.texi (Basic Key Bindings): Fix typo.
5323
5324 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
5325
5326 * calc.texi (Vector/Matrix Functions): Add index entries for both
5327 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
5328 affects matrices with more than one row.
5329 (Help Commands): Add index entries for "prefix ?" key bindings.
5330
5331 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5332
5333 * calc.texi (Stack Manipulation Commands): Add documentation for
5334 `calc-transpose-lines'.
5335
5336 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
5337
5338 * dbus.texi (Receiving Method Calls): Describe special return value
5339 `:ignore'.
5340
5341 2009-07-24 Alan Mackenzie <acm@muc.de>
5342
5343 * cc-mode.texi (Config Basics, File Styles): Document that at mode
5344 initialization, any individual variable setting now takes precedence
5345 over one done via c-file-style/c-file-offsets.
5346
5347 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5348
5349 * calc.texi (Undoing Mistakes): Mention that the undo list will be
5350 truncated when Calc is quit.
5351 (Customizing Calc): Document `calc-undo-length'.
5352
5353 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
5354
5355 * calc.texi (About This Manual): Don't mention chapter numbers in text.
5356
5357 2009-07-11 Kevin Ryde <user42@zip.com.au>
5358
5359 * pcl-cvs.texi (About PCL-CVS):
5360 * widget.texi (Basic Types):
5361 Fix cross-references.
5362
5363 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5364
5365 * dbus.texi (Type Conversion): Don't use literal control character.
5366
5367 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
5368
5369 * tramp.texi (GVFS based methods): New section.
5370 (Remote processes): Processes for GVFS based methods run locally.
5371
5372 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
5373
5374 * tramp.texi (Inline methods, External methods, Gateway methods):
5375 Avoid the words "kludge" and hack".
5376 (External methods): Add `synce' method.
5377
5378 * trampver.texi: Update release number.
5379
5380 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
5381
5382 Sync with Tramp 2.1.16.
5383
5384 * tramp.texi (History): Add GVFS support.
5385 (External methods): Precise `rsync' description. Add `dav', `davs' and
5386 `obex' methods. Add 'tramp-gvfs-methods' option.
5387 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
5388 forms.
5389 (Remote Programs): Introduce `tramp-own-remote-path'.
5390 (Remote processes): New subsection "Running remote programs that create
5391 local X11 windows".
5392 (Frequently Asked Questions): Improve code for disabling vc.
5393
5394 * trampver.texi: Update release number. Set default value of
5395 `emacsgvfs'.
5396
5397 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5398
5399 * Branch for 23.1.
5400
5401 2009-06-17 Glenn Morris <rgm@gnu.org>
5402
5403 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
5404 (Latest version of Emacs): Mention source code repository.
5405
5406 2009-06-16 Glenn Morris <rgm@gnu.org>
5407
5408 * faq.texi (Top): Language tweak.
5409 (Extended commands): Most people have arrow keys.
5410 (Emacs manual): Say how to follow info links.
5411 (File-name conventions): Change title a bit. Explain about source
5412 versus installed. Condense etc description.
5413 (Guidelines for newsgroup postings): Mention Savannah list page.
5414 (Newsgroup archives): Simplify.
5415 (Contacting the FSF): Add contact URL.
5416 (Emacs Lisp documentation): Printed version not always available.
5417 (Installing Texinfo documentation): Explain how by hand installation is
5418 not normally needed. Use add-to-list. Remove duplicate reference.
5419 (Informational files for Emacs): Move info on Help menu here from
5420 "File-name conventions".
5421 (Help installing Emacs): Tweak uref.
5422 (Obtaining the FAQ): Mention repository.
5423 (Origin of the term Emacs): Explain "ITS".
5424 (Changing load-path): Use add-to-list.
5425 (Automatic indentation): Clarify this is for Text mode.
5426 Don't mention Indented Text mode.
5427 (Finding Emacs on the Internet): The FSF does not seem to offer a
5428 deluxe distribution on CD anymore.
5429
5430 2009-06-16 Glenn Morris <rgm@gnu.org>
5431
5432 * faq.texi (Top): Mention which Emacs version this FAQ is about.
5433 Recommend the latest release. Mention how to get older FAQs.
5434 Recommend the Emacs manual.
5435 (Guidelines for newsgroup postings): Discourage cross-posts.
5436 (Underlining paragraphs): Remove.
5437 (Editing MS-DOS files): Remove pre-Emacs 20 information.
5438 (Bugs and problems): Update key-binding.
5439 (Problems with very large files): Mention 64-bit.
5440 (Shell process exits abnormally): Remove.
5441 (Problems with Shell Mode): Rename and update.
5442 (Spontaneous entry into isearch-mode)
5443 (Problems talking to certain hosts): Remove. This is old information,
5444 in etc/PROBLEMS if needed.
5445 (Emacs takes a long time to visit files, Updating Emacs): Remove.
5446 (Dired claims that no file is on this line): Update.
5447 (Installing Emacs, Problems building Emacs): Simplify.
5448 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
5449 information.
5450 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
5451 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
5452 (JDEE): "JDEE", not "JDE".
5453 (Handling C-s and C-q with flow control, Binding C-s and C-q):
5454 Remove. This is old information, in etc/PROBLEMS if needed.
5455 (stty and Backspace key, Kanji and Chinese characters): Remove.
5456 (Right-to-left alphabets): Update section.
5457 (Changing the included text prefix): Gnus uses message-yank-prefix.
5458 Add cross-reference to Supercite manual.
5459 (Saving a copy of outgoing mail): Simplify output file description.
5460 (Expanding aliases when sending mail): Refer to Emacs manual.
5461 Remove old info about RFC822.
5462 Correct description of how to rebuild aliases.
5463 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
5464 (MIME with Emacs mail packages)
5465 (Viewing articles with embedded underlining)
5466 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
5467 Remove old sections.
5468 (Killing based on nonstandard headers): Remove. Scoring is preferable,
5469 and is well-documented in the Gnus manual.
5470 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
5471 (Making Gnus faster): Rename from "Starting Gnus faster".
5472 Merge "Catch-up is slow in Gnus" into here.
5473
5474 2009-06-14 Glenn Morris <rgm@gnu.org>
5475
5476 * faq.texi (Status of Emacs): Re-order with most recent releases first.
5477 (New in Emacs 23): New section.
5478 (Handling C-s and C-q with flow control): Add xref.
5479
5480 2009-06-13 Glenn Morris <rgm@gnu.org>
5481
5482 * faq.texi (Setting up a customization file): Grammar fix.
5483 Customize is no longer "new".
5484 (Displaying the current line or column): Line-number mode is on by
5485 default. Don't mention `column' package. Mention linum.el.
5486 (Turning on abbrevs by default): Explain how to do it for buffers,
5487 modes, and everywhere.
5488 (Associating modes with files): Use add-to-list. Don't mention Emacs
5489 19.
5490 (Highlighting a region): On by default since 23.1.
5491 (Replacing highlighted text): Update doc quote.
5492 (Working with unprintable characters): Don't mention search-quote-char.
5493 (Using an already running Emacs process): Gnuclient is probably not an
5494 enhancement these days.
5495 (Indenting switch statements): Remove mention of pre-Emacs 20.
5496 (Horizontal scrolling): Abbreviate Emacs 20 description.
5497 (Replacing text across multiple files): Fix name of dired command.
5498 (Disabling backups): Use require not load.
5499 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
5500
5501 2009-06-13 Bill Wohler <wohler@newt.com>
5502
5503 Release MH-E manual version 8.2.
5504
5505 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5506 release 8.2.
5507
5508 2009-06-13 Glenn Morris <rgm@gnu.org>
5509
5510 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
5511 in this day and age the common meaning is "on the web".
5512 (copying): Use @copyright in all cases.
5513 (Basic keys): Remove reference to deleted manual node "Text Characters".
5514 (File-name conventions): Use GNU as an example rather than SERVICE.
5515 default.el lives in site-lisp. Update Info directory location.
5516 (Real meaning of copyleft): GPL actions have been brought, but all
5517 settled out of court.
5518 (Guidelines for newsgroup postings): Shorten section title.
5519 Simplify comp.emacs description.
5520 (Newsgroup archives): Change Google URL. Describe Gmane.
5521 (Unsubscribing from Emacs lists): Remove discussion of "distribution
5522 points". Mention List-Unsubscribe header.
5523 (Contacting the FSF): Update email and URLs.
5524 (Basic editing): Mention F1 for help.
5525 (Installing Texinfo documentation): Refer to Texinfo website rather
5526 than ftp server.
5527 (Printing a Texinfo file): Mention texi2pdf.
5528 (Informational files for Emacs): Don't describe FTP or SERVICE, they
5529 are just stubs nowadays.
5530 (Latest version of Emacs): Explain version numbers.
5531 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
5532 (Turning on syntax highlighting): No need to mention hilit19 any more.
5533 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
5534 (Modes for various languages): Remove section.
5535 (Major packages and programs): Remove most version and maintainer
5536 information - it's hard to keep up-to-date, and adds nothing.
5537 Similarly with direct links to mailing lists.
5538 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
5539 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
5540 years, and Emacs comes with tools for this now.
5541 (Patch): Remove section - this is a standard tool.
5542 (Using function keys under X): Remove section.
5543
5544 2009-06-12 Glenn Morris <rgm@gnu.org>
5545
5546 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
5547 (Help installing Emacs): Remove reference to deleted X11 node.
5548 (Associating modes with files): Interpreter-mode-alist is no longer
5549 subservient to auto-mode-alist.
5550 (Installing Emacs): Change future Emacs version.
5551 (Linking with -lX11 fails): Remove old section.
5552 (Packages that do not come with Emacs): Update ELL location.
5553 Emacs Lisp archive is dead.
5554 (Emacs for Windows): Remove reference to old CE port.
5555 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
5556 (Emacs for VMS and DECwindows): Remove old ports.
5557 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
5558 (Removing flashing messages): Remove section about non-existent Gnus
5559 option.
5560
5561 * faq.texi (Top): Add @top command.
5562 Remove the optional arguments from all @node commands: makeinfo can
5563 generate these automatically, and it is easier to edit and rearrange
5564 nodes without them.
5565
5566 2009-06-11 Glenn Morris <rgm@gnu.org>
5567
5568 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
5569 (The LPF): Make the updated URL the sole reference point.
5570 (Learning how to do something): Update refcard price and format.
5571 (Getting a printed manual): Sources in doc/emacs/, not man/.
5572 Also available in PDF format. Since the page count varies, be less
5573 precise.
5574 (Informational files for Emacs): Remove references to deleted files
5575 LPF and SUN-SUPPORT, and to UUCP.
5576 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
5577 Remove many obsolete ways to get the FAQ, which now seems only to be
5578 distributed with Emacs.
5579 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
5580
5581 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
5582
5583 * org.texi (Org Plot): Fix tags (Bug#3507).
5584 (Workflow states, Agenda commands): Fix tags (Bug#3508).
5585
5586 * ada-mode.texi (Installation, Compile commands)
5587 (Project File Overview, No project files, Set compiler options)
5588 (Use GNAT project file, Use multiple GNAT project files)
5589 (Identifier completion): Use @samp for menu items, and @kbd for key
5590 sequences (Bug#3504).
5591
5592 2009-06-04 Daiki Ueno <ueno@unixuser.org>
5593
5594 * gnus.texi (Security): Fix wording; add a link to epa.info.
5595
5596 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
5597
5598 * message.texi (Header Commands): Fix descriptions to match
5599 keybindings.
5600
5601 2009-04-22 Daiki Ueno <ueno@unixuser.org>
5602
5603 * gnus.texi (Security): Mention that EasyPG is the current default.
5604
5605 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5606
5607 * ediff.texi (Session Commands): Fix typo.
5608
5609 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
5610
5611 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
5612 news.software.readers. Reported by Florian Rehnisch.
5613
5614 2009-04-02 Glenn Morris <rgm@gnu.org>
5615
5616 * auth.texi: Capitalize direntry.
5617
5618 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
5619 using a period in the entry name. (Bug#2797)
5620
5621 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
5622
5623 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
5624 ($(infodir)/auth, auth.dvi): New targets.
5625
5626 2009-03-03 Glenn Morris <rgm@gnu.org>
5627
5628 * auth.texi: Fix @setfilename.
5629
5630 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
5631 (auth, $(infodir)/auth, auth.dvi): New rules.
5632
5633 2009-02-25 Glenn Morris <rgm@gnu.org>
5634
5635 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
5636
5637 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5638
5639 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
5640
5641 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5642
5643 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
5644 gnus-nocem-issuers, and gnus-nocem-verifyer.
5645
5646 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5647
5648 * ada-mode.texi (Project files, Automatic Casing):
5649 * dbus.texi (Signals):
5650 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
5651 * mh-e.texi (HTML):
5652 * nxml-mode.texi (Locating a schema)
5653 (Using the document's URI to locate a schema):
5654 * org.texi (Footnotes, Using the mapping API):
5655 * rcirc.texi (Channels): Remove duplicate words.
5656
5657 2009-02-20 Glenn Morris <rgm@gnu.org>
5658
5659 * dired-x.texi (Miscellaneous Commands):
5660 * gnus.texi: Minor updates for mbox Rmail.
5661
5662 2009-02-16 Karl Berry <karl@gnu.org>
5663
5664 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
5665 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
5666 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
5667 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
5668 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
5669 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
5670 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
5671 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5672 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
5673 Consistently use @insertcopying in the Top node,
5674 @contents at the front (after @end titlepage),
5675 and @direntry after @copying. (Bug#1988)
5676
5677 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5678
5679 * auth.texi: New file documenting auth-source.
5680
5681 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
5682
5683 * org.texi (Org Plot): Fix link.
5684
5685 2009-02-09 Daiki Ueno <ueno@unixuser.org>
5686
5687 * epa.texi (Mail-mode integration): Mention the way to do
5688 "encrypt-to-self". (Bug#1807)
5689
5690 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5691
5692 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
5693
5694 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
5695
5696 * gnus-news.texi: Print version about Incoming*.
5697
5698 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
5699
5700 * org.texi (Structure editing, Handling links)
5701 (Fast access to TODO states, Javascript support): Make standard docs
5702 correctly reflect default variable settings.
5703
5704 2009-02-02 Glenn Morris <rgm@gnu.org>
5705
5706 * org.texi: Fix typos.
5707
5708 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
5709
5710 Sync with Tramp 2.1.15.
5711
5712 * trampver.texi: Update release number.
5713
5714 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
5715
5716 * org.texi (TODO dependencies): Document TODO dependencies on
5717 checkboxes.
5718
5719 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
5720
5721 * org.texi (TODO dependencies): Document key binding for toggling
5722 ORDERED property.
5723
5724 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
5725
5726 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
5727 of hook functions.
5728
5729 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
5730
5731 * org.texi (TODO dependencies): New section.
5732
5733 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
5734
5735 * org.texi (Plain lists, TODO basics, Priorities)
5736 (Multiple sets in one file, Conflicts): Document interaction with
5737 `shift-selection-mode'.
5738
5739 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
5740
5741 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
5742 Make Calc the subject of sentences.
5743 (Rearranging Formulas using Selections): Discuss new options
5744 for `j *'.
5745
5746 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
5747
5748 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
5749
5750 2009-01-26 Glenn Morris <rgm@gnu.org>
5751
5752 * org.texi: Fix typos.
5753
5754 2009-01-26 Bill Wohler <wohler@newt.com>
5755
5756 * mh-e.texi (EDITION, UPDATED): Update.
5757
5758 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
5759
5760 * org.texi (References): Add information about remote references.
5761 (Built-in table editor): Document `C-c RET' in tables.
5762 (Math symbols, Quoting LaTeX code): Mention that simple
5763 LaTeX macros survive LaTeX export.
5764 (Images in LaTeX export): Show how to create a reference to a
5765 figure.
5766 (Sectioning structure): Document that the LaTeX class can be
5767 specified in a property.
5768 (Text areas in HTML export): New section.
5769 (External links): Add examples for text search and ID links.
5770 (Built-in table editor): Remove the descriptio of `C-c
5771 C-q', it not longer works.
5772 (Literal examples): Document that a space must follow
5773 the colon in short examples.
5774 (Relative timer): Document `org-timer-stop'.
5775 (Footnotes): New section.
5776 (Footnote markup): Shorten section and refer to new Footnote
5777 section.
5778 (Literal examples): Add documentation for line
5779 numbering in and references to code examples.
5780 (CSS support): Fix the description of default CSS styles.
5781 (Capturing column view): Document
5782 "file:path/to/file.org" as an allowed value for the ID property of
5783 a dynamic block copying column view.
5784
5785 2009-01-23 Stephen Eglen <stephen@gnu.org>
5786
5787 * mh-e.texi (Getting Started): Describe $MH.
5788
5789 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
5790
5791 * tramp.texi (all): Harmonize usage of "external method",
5792 "external transfer method" and "out-of-band method".
5793 (Connection types): Precise the differences of inline and external
5794 methods. Written by Adrian Phillips <a.phillips@met.no>.
5795
5796 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5797
5798 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
5799 commands as described at the top. Reported by Allan Gottlieb
5800 <gottlieb@nyu.edu>.
5801
5802 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5803
5804 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
5805 nnmail-pathname-coding-system.
5806
5807 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
5808
5809 * org.texi (Relative timer): Fix typo.
5810
5811 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
5812
5813 * org.texi (Clocking work time): Fix typo.
5814 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
5815
5816 2009-01-13 Glenn Morris <rgm@gnu.org>
5817
5818 * org.texi: Fix some more typos.
5819
5820 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
5821
5822 * org.texi: Fix some typos.
5823
5824 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5825
5826 * gnus.texi (Group Parameters): Add note for local variables.
5827
5828 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5829
5830 * gnus.texi (Converting Kill Files): Fix URL.
5831 Include gnus-kill-to-score.el in contrib directory.
5832
5833 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5834
5835 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
5836 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
5837 (Paging the Article): Add index entry.
5838
5839 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
5840
5841 * ada-mode.texi (Examples): Delete redundant text.
5842
5843 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
5844
5845 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
5846
5847 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
5848 addresses.
5849
5850 2009-01-03 Bill Wohler <wohler@newt.com>
5851
5852 * mh-e.texi (Scan Line Formats): Indicate that first column should be
5853 kept empty.
5854
5855 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
5856
5857 * org.texi (Activation, Exporting, ASCII export, HTML export)
5858 (HTML Export commands, LaTeX/PDF export commands):
5859 Improve documentation about transient-mark-mode.
5860 (References): Document the use of special names like $LR1 to reference
5861 to fields in the last table row.
5862
5863 2008-12-19 Juri Linkov <juri@jurta.org>
5864
5865 * info.texi (Search Text): Remove mention of removed key binding M-s.
5866
5867 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
5868
5869 * org.texi (References): Remove mentioning of @0 as reference for the
5870 last line, this has been reverted in the Lisp sources.
5871
5872 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
5873
5874 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
5875 (DVI_TARGETS): Remove duplicates. Add sasl.
5876 ($(infodir)/sasl, sasl.dvi): New targets.
5877
5878 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
5879
5880 * org.texi: Version number pushed to 6.15d.
5881
5882 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
5883
5884 * org.texi (Tables in LaTeX export): New section.
5885 (Images in LaTeX export): New section.
5886 (Inlined images, Images in HTML export): Sections renamed.
5887
5888 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5889
5890 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
5891
5892 2008-12-04 David Engster <dengste@eml.cc>
5893
5894 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
5895 of nnml-get-new-mail. Change URL for mairix patch.
5896
5897 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5898
5899 * org.texi (Using the mapping API): Fix bug in mapping example.
5900 (Publishing options): Make the list of properties complete again, in
5901 correspondence to the variable `org-export-plist-vars'.
5902 (Property searches): Document new special values for time comparisons.
5903 (Tag inheritance): Refine the description of tag inheritance.
5904 (Project alist): Add info about the publishing sequence of components.
5905 (Effort estimates): Document the new relative timer.
5906
5907 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
5908
5909 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
5910 (Using Calc): Clarify use of `C-x * o'.
5911 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
5912
5913 2008-11-28 Richard M Stallman <rms@gnu.org>
5914
5915 * dbus.texi (Receiving Method Calls): Clean up previous change.
5916
5917 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
5918
5919 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
5920 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
5921 `dbus-unescape-from-identifier'.
5922 (Receiving Method Calls): New constants `dbus-service-emacs' and
5923 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
5924 (Signals): Use the constants in the example.
5925
5926 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
5927
5928 * org.texi: Re-apply change to FDL 1.3.
5929
5930 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
5931
5932 * org.texi (Setting up Remember): Document `org-remember-mode'.
5933 (External links): Document that bbdb links can use a regular
5934 expression.
5935 (External links): Document that elisp links can contain interactive
5936 commands.
5937
5938 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5939
5940 * viper.texi (viper-translate-all-ESC-keysequences):
5941 Description removed.
5942
5943 2008-11-19 Glenn Morris <rgm@gnu.org>
5944
5945 * doclicense.texi: Change to FDL 1.3.
5946 Relicense all texi files under FDL 1.3 or later.
5947
5948 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5949
5950 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
5951
5952 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
5953
5954 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
5955
5956 * ediff.texi: Version/date change.
5957
5958 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
5959
5960 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
5961
5962 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
5963
5964 * calc.texi (About This Manual): Comment out a mention of
5965 marginal notes.
5966
5967 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
5968
5969 * org.texi (Clocking work time): Document the :formula property of
5970 clock tables.
5971 (Structure editing, Refiling notes): Document refiling regions.
5972 (Agenda commands): Document the double-prefix version
5973 of the `l' command in the agenda.
5974 (Handling links): Explain the effect of a double prefix
5975 arg to `C-c C-o'.
5976 (TODO basics): Add documentation for tag triggers.
5977
5978 2008-10-23 Glenn Morris <rgm@gnu.org>
5979
5980 * cl.texi (Function Bindings): Mention `flet' fails to deal with
5981 byte-compiling things like `+'.
5982
5983 * ns-emacs.texi: Merge copyright years of author now with assignment
5984 into FSF years.
5985 (VER): Use it for easier automatic updating. Use Emacs version rather
5986 than standalone Emacs.app version.
5987
5988 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
5989
5990 * org.texi: Lots of minor fixes.
5991 (Capture): New chapter.
5992 (Org Plot): New section.
5993
5994 2008-09-30 Magnus Henoch <mange@freemail.hu>
5995
5996 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
5997
5998 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5999
6000 * calc.texi (User Defined Units): Mention how to enter optional display
6001 string.
6002
6003 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6004
6005 * message.texi (Sending Variables): Fix variable documentation to
6006 avoid the "y/n" wording.
6007
6008 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6009
6010 * message.texi (Sending Variables): Add `message-confirm-send' doc.
6011
6012 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6013
6014 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
6015 @enumerate section so as to be able to be formatted with MAKEINFO=no.
6016
6017 2008-09-22 Bill Wohler <wohler@newt.com>
6018
6019 Release MH-E manual version 8.1.
6020
6021 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6022 release 8.1.
6023
6024 * mh-e.texi: Retain dual license as agreed to by the FSF.
6025 However, bump GPL to Version 3.
6026 Use @include for license text.
6027
6028 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
6029
6030 * gnus.texi (Top, Setup, Fancy splitting to parent)
6031 (Store custom flags and keywords, Store arbitrary data):
6032 Clean up markup.
6033
6034 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6035
6036 * gnus.texi (The Gnus Registry): Document it.
6037
6038 2008-09-08 David Engster <dengste@eml.cc>
6039
6040 * gnus.texi (nnmairix): Point out that nnml uses MH format.
6041 Clarify section about choosing back end servers.
6042
6043 2008-08-23 Glenn Morris <rgm@gnu.org>
6044
6045 * dired-x.texi (Shell Command Guessing):
6046 Mention dired-guess-shell-case-fold-search. (Bug#417)
6047
6048 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6049
6050 * trampver.texi: Update release number.
6051
6052 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
6053
6054 * ns-emacs.texi: Update version.
6055 (Introduction): Correct menu location for options save.
6056 (Customization): Note that defaults are stored under org.gnu.Emacs.
6057
6058 2008-08-11 Bill Wohler <wohler@newt.com>
6059
6060 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
6061 explicit about GNU mailutils MH elsewhere (with thanks to Darel
6062 Henman) (closes SF #1768928).
6063
6064 2008-08-10 Glenn Morris <rgm@gnu.org>
6065
6066 * ns-emacs.texi: Use @copying. Change copyright of authors with
6067 assignment to FSF. Change license to GFDL.
6068 (Top): Remove outdated references.
6069
6070 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
6071
6072 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
6073 Add gnus-summary-sort-by-most-recent-number and
6074 gnus-summary-sort-by-most-recent-date.
6075 (Summary Sorting): Explain prefix argument.
6076
6077 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
6078
6079 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
6080 gnus-summary-pipe-output.
6081
6082 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
6083
6084 * dbus.texi (Receiving Method Calls): Document error handling of own
6085 D-Bus methods.
6086
6087 2008-08-01 Bill Wohler <wohler@newt.com>
6088
6089 * mh-e.texi (Reading Mail)
6090 (Viewing Attachments): Describe new function
6091 mh-show-preferred-alternative.
6092 (Sending Mail, Redistributing, Sending Message): Describe new hook
6093 mh-annotate-msg-hook.
6094
6095 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6096
6097 * dbus.texi (Arguments and Signatures): Fix example.
6098 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
6099 (Asynchronous Methods): New node.
6100 (Errors and Events): Describe extended layout of `dbus-event'.
6101 New defun `dbus-event-message-type'.
6102
6103 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6104
6105 * ediff.texi: Remove VMS support.
6106
6107 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
6108
6109 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
6110 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
6111
6112 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
6113
6114 * Makefile.in: Add mairix-el targets.
6115
6116 2008-07-29 David Engster <deng@randomsample.de>
6117
6118 * mairix-el.texi: New file.
6119
6120 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
6121
6122 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
6123 project files. Delete 'main_unit' project variable; not needed. Allow
6124 process environment variables wherever project variables are allowed.
6125 Add tutorial section on multiple GNAT project files.
6126
6127 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
6128
6129 Sync with Tramp 2.1.14.
6130
6131 * trampver.texi: Update release number.
6132
6133 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6134
6135 * ns-emacs.texi:
6136 * faq.texi: Remove mentions of Mac Carbon.
6137
6138 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6139
6140 * gnus.texi (Saving Articles): Describe the 2nd argument of
6141 gnus-summary-save-in-pipe.
6142 (SpamAssassin): Use it.
6143
6144 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6145
6146 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
6147
6148 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
6149
6150 * org.texi (Export options): Document the use of the creator flag.
6151
6152 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
6153
6154 * org.texi: New version 6.06a.
6155
6156 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
6157
6158 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
6159 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
6160
6161 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
6162
6163 * calc.texi (Editing Stack Entries):
6164 (Algebraic Entry): Rewrite introductory sentences so it can be used by
6165 Calc's help functions. Mention fixing typos.
6166 (Customizing Calc): Fix typo.
6167
6168 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
6169
6170 * calc.texi (summarykey): New macro. Use to correctly format keys in
6171 the summary.
6172
6173 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
6174
6175 * ns-emacs.texi (Customization): Corrected documentation on color
6176 specification formats.
6177
6178 2008-07-19 Andreas Schwab <schwab@suse.de>
6179
6180 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
6181
6182 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
6183 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
6184
6185 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
6186
6187 * dbus.texi (Inspection): Rework, introduce submenus.
6188 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
6189 (Properties and Annotations, Arguments and Signatures): New nodes.
6190
6191 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
6192
6193 * dbus.texi (Receiving Method Calls): Fix description of
6194 `dbus-register-method'.
6195 (Signals): Allow also signal arguments for filtering in
6196 `dbus-register-signal'.
6197
6198 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
6199
6200 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
6201 `cnorm'.
6202 (Arithmetic Tutorial): Simplify the verification of prime factors.
6203
6204 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6205
6206 * gnus.texi (Saving Articles): Mention
6207 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
6208
6209 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
6210
6211 * calc.texi: Adjust mode line throughout.
6212
6213 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
6214
6215 * sasl.texi (Mechanisms): Fix typos.
6216
6217 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6218
6219 * calc.texi (Killing from the stack): Mention using normal Emacs
6220 copying.
6221
6222 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
6223
6224 * tramp.texi (Password handling): Rename from "Password caching".
6225 Add `auth-source' mechanism.
6226 (Connection caching): Tramp reopens the connection automatically,
6227 when the operating system on the remote host has been changed.
6228
6229 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6230
6231 * makefile.w32-in (distclean): Remove makefile.
6232
6233 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
6234
6235 * org.texi (Using the mapping API): New section.
6236 (Agenda column view): New section.
6237 (Moving subtrees): Document archiving to the archive sibling.
6238 (Agenda commands): Document columns view in the agenda.
6239 (Using the property API): Document the API for multi-valued properties.
6240
6241 2008-06-17 Jason Riedy <jason@acm.org>
6242
6243 * org.texi (A LaTeX example): Note that fmt may be a one-argument
6244 function, and efmt may be a two-argument function.
6245 (Radio tables): Document multiple destinations.
6246
6247 2008-06-16 Glenn Morris <rgm@gnu.org>
6248
6249 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
6250 Add Cover-Texts.
6251
6252 2008-06-15 Glenn Morris <rgm@gnu.org>
6253
6254 * faq.texi (VER): Update to 23.0.60.
6255
6256 * mh-e.texi: Remove option of licensing under GPL.
6257 Add Cover-Texts to GFDL permissions notice.
6258 (GPL): Remove section.
6259 (GFDL): Include doclicense.texi rather than the actual text.
6260
6261 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
6262 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
6263
6264 * sasl.texi: Fix output file name.
6265
6266 * epa.texi, sasl.texi: Refer to license in Emacs manual.
6267
6268 * gnus-coding.texi: Refer to license in Gnus manual.
6269
6270 * idlwave.texi, sasl.texi: Use @copying.
6271
6272 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
6273
6274 * speedbar.texi: Update Back-Cover Text as per maintain.info.
6275
6276 * url.texi: Use @copying, @title, @subtitle, @author.
6277
6278 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
6279 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
6280 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
6281 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
6282 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
6283 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
6284 * widget.texi, woman.texi:
6285 Remove references to external license, since doclicense is included.
6286
6287 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
6288 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
6289 Remove references to non-existent Invariant Sections.
6290
6291 2008-06-14 Glenn Morris <rgm@gnu.org>
6292
6293 * faq.texi (Major packages and programs): Remove references to external
6294 Supercite, Calc, VIPER, since they have been included for some time.
6295 Update VM, AUCTeX, BBDB entries.
6296
6297 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
6298
6299 * newsticker.texi: Updated to match latest newsticker changes.
6300
6301 2008-06-13 Glenn Morris <rgm@gnu.org>
6302
6303 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
6304 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
6305 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
6306 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
6307 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
6308 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
6309 * woman.texi:
6310 Update Back-Cover Text as per maintain.info.
6311
6312 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6313
6314 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
6315
6316 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
6317 (gnus-faq.xml): Update repository host.
6318
6319 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
6320
6321 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
6322
6323 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
6324 Fix a typo.
6325
6326 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6327
6328 * gnus.texi (Mail Source Customization): Correct values of
6329 `mail-source-delete-incoming'. Reported by Tassilo Horn.
6330 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
6331
6332 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6333
6334 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
6335 coding standards.
6336
6337 2008-06-14 David Engster <dengste@eml.cc>
6338
6339 * gnus.texi (nnmairix): Markup fixes.
6340
6341 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6342
6343 * gnus.texi (nnmairix): Markup and other minor fixes.
6344
6345 2008-06-05 David Engster <dengste@eml.cc>
6346
6347 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
6348
6349 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6350
6351 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
6352 (Searching, nnir, nnmairix): New stub nodes.
6353
6354 2008-05-30 Felix Lee <felix.1@canids.net>
6355
6356 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
6357
6358 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6359
6360 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
6361
6362 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6363
6364 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
6365
6366 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
6367
6368 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
6369
6370 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
6371
6372 * info.texi (Top): Fix typo in xref.
6373
6374 2008-05-05 Karl Berry <karl@gnu.org>
6375
6376 * info.texi (Top): @xref to stand-alone manual.
6377
6378 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6379
6380 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
6381 (Various Summary Stuff): Fix typo in last xref.
6382
6383 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6384
6385 * org.texi (Moving subtrees): Fix typo.
6386
6387 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
6388
6389 * tramp.texi (Frequently Asked Questions): Explain, how to disable
6390 Tramp via `tramp-mode'.
6391
6392 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
6393
6394 * org.texi: Massive changes, in many parts of the file.
6395
6396 2008-04-27 Jason Riedy <jason@acm.org>
6397
6398 * org.texi (A LaTeX example): Note that fmt may be a
6399 one-argument function, and efmt may be a two-argument function.
6400 (Radio tables): Document multiple destinations.
6401
6402 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6403
6404 * gnus.texi (Oort Gnus): Add message-fill-column.
6405
6406 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6407
6408 * gnus.texi (Mail Source Specifiers): Typo fix.
6409
6410 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6411
6412 * gnus.texi (Diary Headers Generation): Update key binding for
6413 `gnus-diary-check-message'.
6414
6415 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6416
6417 * gnus.texi (Emacsen): Addition.
6418
6419 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6420
6421 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
6422
6423 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6424
6425 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
6426
6427 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6428
6429 * gnus-news.texi: Update tool bar item.
6430
6431 2008-04-09 Sven Joachim <svenjoac@gmx.de>
6432
6433 * gnus-news.texi: Fix typos.
6434
6435 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
6436
6437 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
6438 Add mention of `kron'.
6439
6440 2008-04-01 Daiki Ueno <ueno@unixuser.org>
6441
6442 * epa.texi (Encrypting/decrypting *.gpg files):
6443 Document epa-file-name-regexp.
6444
6445 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6446
6447 * gnus.texi (Example Methods): Fix description about ssh-agent.
6448 (Indirect Functions): Fix the default value of nntp-telnet-command;
6449 remove link to connect.html.
6450
6451 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
6452
6453 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
6454 dbus-call-method.
6455 (Receiving Method Calls): The timeout can be set by the calling client.
6456
6457 * trampver.texi: Update release number.
6458
6459 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6460
6461 * gnus.texi (Top): Fix version. Add SASL.
6462
6463 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
6464
6465 Sync with Tramp 2.1.13.
6466
6467 * trampver.texi: Update release number.
6468
6469 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
6470
6471 * org.texi: Update to new org-mode website.
6472
6473 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6474
6475 * cl.texi (For Clauses): Fix loop over key-seq to match code.
6476
6477 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6478
6479 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
6480 gnus-read-ephemeral-gmane-group-url,
6481 gnus-read-ephemeral-emacs-bug-group,
6482 gnus-read-ephemeral-debian-bug-group.
6483
6484 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6485
6486 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
6487
6488 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
6489 Add FIXMEs for Bookmarks and gnus-registry-marks.
6490
6491 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6492
6493 * gnus.texi (Smileys): Document `smiley-style'.
6494
6495 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6496
6497 * gnus.texi (Gnus Development): Clarify difference between ding and
6498 gnu.emacs.gnus.
6499 (MIME Commands, Using MIME, RSS): Fix markup.
6500
6501 * gnus-faq.texi ([8.4]): Ditto.
6502
6503 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6504
6505 * gnus.texi (Emacsen): Remove obsolete stuff.
6506
6507 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6508
6509 * gnus.texi (Oort Gnus): Add version info WRT
6510 `mail-source-delete-incoming'.
6511
6512 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6513
6514 * gnus.texi (Top): Add "Other related manuals" and version info in
6515 `iftex' output.
6516 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
6517 gnus-balloon-face-0 and the corresponding format specifiers.
6518
6519 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
6520
6521 * tramp.texi (Filename completion): Remove footnote about let-bind
6522 of `partial-completion-mode'. It doesn't work this way.
6523
6524 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6525
6526 * pcl-cvs.texi (Contributors): Update my email.
6527
6528 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
6529
6530 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
6531
6532 2008-03-17 Bill Wohler <wohler@newt.com>
6533
6534 * mh-e.texi (Viewing): Update URL for adding header fields to
6535 mh-invisible-header-fields-default.
6536
6537 2008-03-16 Bill Wohler <wohler@newt.com>
6538
6539 * mh-e.texi (Preface): Add Gnus to requirements.
6540 (Forwarding): Note that forwarded MIME messages are now inline.
6541
6542 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6543
6544 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
6545 (Common Variables): Give precedence to the netcat methods over the
6546 telnet methods, and mention that they are more reliable.
6547
6548 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
6549
6550 * org.texi (Exporting Agenda Views): Document agenda export to
6551 iCalendar.
6552 (Progress logging): Document the new progress logging stuff.
6553
6554 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6555
6556 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
6557 Update for change of `mail-source-delete-incoming'.
6558
6559 * gnus-news.texi: Ditto.
6560
6561 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6562
6563 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
6564 custom versions.
6565
6566 2008-03-07 Alan Mackenzie <acm@muc.de>
6567
6568 * cc-mode.texi (Limitations and Known Bugs): State that the number of
6569 parens/brackets in a k&r region is limited.
6570
6571 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6572
6573 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
6574 using different Emacs versions.
6575
6576 2008-02-27 Glenn Morris <rgm@gnu.org>
6577
6578 * sc.texi: Remove a lot of old and obsolete info.
6579 (titlepage): Simplify.
6580 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
6581 (VM with any Emacsen, GNEWS with any Emacsen)
6582 (Overloading for Non-conforming MUAs, Version 3 Changes)
6583 (The Supercite Mailing List): Delete nodes.
6584 (Introduction): Remove info about old packages.
6585 (Getting Connected): Simplify. Remove info about old packages.
6586 (Citing Commands): Delete Emacs 19 info.
6587 (Hints to MUA Authors): Simplify.
6588 (Thanks and History): Merge in some info from the deleted node
6589 "Version 3 Changes".
6590
6591 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
6592
6593 * org.texi (Setting tags, In-buffer settings):
6594 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
6595
6596 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6597
6598 * gnus-news.texi: Mention that spaces and tabs are allowed in the
6599 installation directory name.
6600
6601 2008-02-12 Romain Francoise <romain@orebokech.com>
6602
6603 * epa.texi (Overview): Fix typo.
6604
6605 2008-02-11 Daiki Ueno <ueno@unixuser.org>
6606
6607 * epa.texi (Quick start): Remove the .emacs setting.
6608
6609 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6610
6611 * epa.texi (Quick start): Use the command `epa-enable' instead of
6612 loading `epa-setup'.
6613
6614 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
6615
6616 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
6617 ($(infodir)/epa, epa.dvi): New targets.
6618
6619 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6620
6621 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
6622
6623 * epa.texi: New manual documenting the EasyPG Assistant.
6624
6625 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6626
6627 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
6628 (Inspection): New function dbus-ping.
6629
6630 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
6631
6632 * tramp.texi (Remote processes): Add `shell-command'.
6633
6634 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
6635
6636 * tramp.texi: Use new FSF's Back-Cover Text.
6637
6638 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
6639
6640 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
6641 (Group Parameters): Document `mail-source' parameter.
6642
6643 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
6644
6645 * tramp.texi (Inline methods): The hostname of the su(do)? methods
6646 must be a local host.
6647
6648 2008-01-26 Michael Olson <mwolson@gnu.org>
6649
6650 * erc.texi: Update version for ERC 5.3 release.
6651 (Obtaining ERC): Update extras URLs for 5.3.
6652 (Development): Write instructions for git, and remove those for Arch.
6653 (History): Mention the switch to git.
6654
6655 2008-01-24 Karl Berry <karl@gnu.org>
6656
6657 * info.texi (Search Index, Search Text): Mention the command
6658 character in the section name, a la the (Go to node) node.
6659
6660 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
6661
6662 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
6663
6664 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6665
6666 * gnus-news.texi: Mention gnus-article-describe-bindings.
6667
6668 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6669
6670 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
6671
6672 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
6673
6674 * org.texi (Property inheritance): New section.
6675 (Conventions): New section.
6676 (Structure editing): Document C-RET, the prefix arg to the cut/copy
6677 commands, and the new bindings for refiling.
6678 (Sparse trees): Document the new special command for sparse trees.
6679 (References): Be more clear about the counting of hilines.
6680 (Handling links): Document M-p/n for accessing links.
6681 (Fast access to TODO states): New section.
6682 (Per file keywords): New section.
6683 (Property inheritance): New section.
6684 (Column attributes): New summary types.
6685 (Capturing Column View): New section.
6686 (The date/time prompt): Cover the new features in the date/time prompt.
6687 Compactify the table of keys for the calendar remote control.
6688 (Clocking work time): Document the new :scope parameter.
6689 (Remember): Promoted to chapter.
6690 (Quoted examples): New section.
6691 (Enhancing text): New verbatim environments.
6692
6693 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
6694
6695 * trampver.texi: Update release number.
6696
6697 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6698
6699 * gnus.texi (Article Keymap):
6700 Add gnus-article-wide-reply-with-original; fix descriptions of
6701 gnus-article-reply-with-original and
6702 gnus-article-followup-with-original.
6703
6704 2008-01-09 Glenn Morris <rgm@gnu.org>
6705
6706 * nxml-mode.texi: Add @copying section.
6707
6708 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6709
6710 * message.texi (Mail Variables): Add some text from "(gnus)Posting
6711 Server". Add `message-send-mail-with-mailclient'.
6712
6713 * gnus.texi (Posting Server): Move some text to "(message)Mail
6714 Variables" and add a reference here.
6715
6716 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
6717
6718 * dbus.texi (Receiving Method Calls): New chapter.
6719 (Errors and Events): Add serial number to events. Replace "signal" by
6720 "message". Introduce dbus-event-serial-number.
6721
6722 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
6723
6724 * dbus.texi (Type Conversion): Explain the type specification for empty
6725 arrays. Use another example.
6726
6727 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
6728
6729 * dbus.texi (all): Replace "..." by @dots{}.
6730 (Type Conversion): Precise the value range for :byte types.
6731 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
6732 Mention its return value.
6733 (Errors and Events): There is no D-Bus error propagation during event
6734 processing.
6735
6736 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
6737
6738 * calc.texi (Yacas Language, Maxima Language, Giac Language):
6739 New sections.
6740
6741 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6742
6743 * gnus.texi (Group Parameters): Reorder the text and add a note about
6744 `gnus-parameters' near the beginning of the node.
6745
6746 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6747
6748 * gnus.texi (Score File Editing): Fix function name.
6749
6750 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
6751
6752 Sync with Tramp 2.1.12.
6753
6754 * trampver.texi: Update release number.
6755
6756 2007-12-22 Richard Stallman <rms@gnu.org>
6757
6758 * cc-mode.texi (Getting Started): Change @ref to @pxref.
6759
6760 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
6761
6762 * dbus.texi (Type Conversion): Correct input parameters mapping.
6763
6764 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
6765
6766 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
6767 (Errors and Events): Mention wrong-type-argument error.
6768
6769 2007-12-21 Alex Schroeder <alex@gnu.org>
6770
6771 * rcirc.texi: Changed single spaces after sentence end to double
6772 spaces. Fixed some typos.
6773 (Internet Relay Chat): Explain relay.
6774 (Getting started with rcirc): Change items to reflect prompts.
6775 Add more explanation to rcirc-track-minor-mode and added a comment to
6776 warn future maintainers that this section is a copy.
6777 (People): Change /ignore example.
6778 (Keywords): Not keywords.
6779
6780 2007-12-20 Alex Schroeder <alex@gnu.org>
6781
6782 * rcirc.texi (Top): Fighting Information Overload chapter added.
6783 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
6784 (rcirc commands): Move /ignore command to the new chapter.
6785 (Fighting Information Overload): New chapter documenting /keyword,
6786 /bright, /dim, channel ignore, and low priority channels.
6787 (Configuration): Document rcirc-server-alist, remove
6788 rcirc-startup-channels-alist and rcirc-default-server.
6789
6790 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
6791
6792 * dbus.texi (Signals): Fix example in dbus-register-signal.
6793
6794 2007-12-14 Sven Joachim <svenjoac@gmx.de>
6795
6796 * gnus.texi (Score Variables): Fix typo.
6797
6798 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
6799
6800 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
6801 (Signals): Adapt dbus-send-signal and dbus-register-signal.
6802 (Errors and Events): Adapt dbus-event.
6803
6804 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6805
6806 * gnus.texi (Other Files): Add the yenc command.
6807
6808 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
6809
6810 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
6811 since 2004-08-06.
6812
6813 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6814
6815 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
6816 on body.
6817
6818 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6819
6820 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
6821 and rfc2047-allow-irregular-q-encoded-words; fix description of
6822 rfc2047-encode-encoded-words.
6823
6824 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6825
6826 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
6827
6828 2007-12-05 Michael Olson <mwolson@gnu.org>
6829
6830 * remember.texi (Diary): Remove "require" line for remember-diary.el.
6831 Update documentation for `remember-diary-file'.
6832
6833 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
6834
6835 * dbus.texi (Signals): Precise `dbus-register-signal'.
6836 (Errors and Events): Rework events part, the internal structure of
6837 dbus-event has changed.
6838
6839 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
6840
6841 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
6842 ($(infodir)/dbus, dbus.dvi): New targets.
6843
6844 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
6845
6846 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
6847 unconditionally.
6848
6849 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
6850 emulation with @print{}.
6851
6852 2007-12-02 Richard Stallman <rms@gnu.org>
6853
6854 * dbus.texi (Overview): Minor cleanup.
6855
6856 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
6857
6858 * Makefile.in (INFO_TARGETS): Add dbus.
6859 (DVI_TARGETS): Add dbus.dvi.
6860 (dbus, dbus.dvi): New targets.
6861
6862 * dbus.texi: New file.
6863
6864 2007-11-24 Romain Francoise <romain@orebokech.com>
6865
6866 * nxml-mode.texi: Add description in @direntry.
6867 Fix file name to match @setfilename.
6868
6869 2007-11-23 Mark A. Hershberger <mah@everybody.org>
6870
6871 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6872 ($(infodir)/nxml-mode): New rule.
6873
6874 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6875 ($(infodir)/nxml-mode): New rule.
6876 (clean): Add nxml-mode*.
6877
6878 * nxml-mode.texi: New file with nxml manual.
6879
6880 2007-11-18 Richard Stallman <rms@gnu.org>
6881
6882 * flymake.texi (Example -- Configuring a tool called directly):
6883 Update example.
6884
6885 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
6886
6887 * tramp.texi (Filename completion): Simplify explanation of
6888 double-slash behavior. Explain directory contents flushing.
6889
6890 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6891
6892 * calc.texi (TeX and LaTeX Language Modes): Put in
6893 missing braces.
6894
6895 2007-11-15 Richard Stallman <rms@gnu.org>
6896
6897 * cl.texi (Equality Predicates): Delete `eql'.
6898 (Predicates, Naming Conventions, Top): Delete `eql'.
6899 (Common Lisp Compatibility): Delete `eql'.
6900 (Porting Common Lisp): Delete obsolete backquote info.
6901 Minor clarification about character constants.
6902 (Sequence Basics): Minor clarification.
6903
6904 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
6905
6906 * cc-mode.texi (Electric Keys, Custom Macros):
6907 * tramp.texi (Filename completion): Fix typos.
6908
6909 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
6910
6911 * calc.texi (Basic commands): Mention the menu.
6912
6913 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
6914
6915 * tramp.texi (Connection caching): Tramp flushes connection
6916 properties when remote operating system has been changed.
6917
6918 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
6919
6920 * gnus-news.texi: Fix spelling.
6921 `message-insert-formatted-citation-line', not
6922 `message-insert-formated-citation-line'.
6923
6924 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
6925
6926 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
6927
6928 * tramp.texi (Overview): Mention also the PuTTY integration under
6929 w32. Remove paragraphs about Tramp's experimental status.
6930 (Frequently Asked Questions): Add code example for highlighting the
6931 mode line.
6932
6933 2007-11-03 Michael Olson <mwolson@gnu.org>
6934
6935 * remember.texi: Change mentions of remember-buffer to
6936 remember-finalize throughout.
6937
6938 2007-10-30 Michael Olson <mwolson@gnu.org>
6939
6940 * remember.texi (Copying): Remove.
6941 (Mailbox): Update with non-BBDB instructions.
6942 (Diary, Org): Add.
6943 (Bibliography, Planner Page): Remove.
6944
6945 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
6946
6947 * makefile.w32-in (INFO_TARGETS): Add remember.
6948 (DVI_TARGETS): Add remember.dvi.
6949 ($(infodir)/remember): New rule.
6950 (clean): Add remember*.
6951
6952 2007-10-30 Michael Olson <mwolson@gnu.org>
6953
6954 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
6955 ($(infodir)/remember): New rule that builds the Remember Manual.
6956
6957 * remember.texi: New file containing the Remember Mode Manual.
6958 Shuffle chapters around after initial import.
6959 (Function Reference): Split Keystrokes into separate chapter.
6960 (Keystrokes): Document C-c C-k.
6961 (Introduction): Fix typographical issue with "---".
6962
6963 2007-10-29 Richard Stallman <rms@gnu.org>
6964
6965 * widget.texi (Introduction): Delete discussion of implementation
6966 internals.
6967
6968 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
6969
6970 * tramp.texi (Connection caching): Host names must be different
6971 when tunneling.
6972
6973 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6974
6975 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
6976 Gnus v5.13.
6977
6978 2007-10-28 Miles Bader <miles@gnu.org>
6979
6980 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
6981
6982 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6983
6984 * gnus.texi (Sorting the Summary Buffer):
6985 Remove gnus-article-sort-by-date-reverse.
6986
6987 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6988
6989 * gnus.texi (Non-ASCII Group Names): New node.
6990 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
6991 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
6992
6993 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6994
6995 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
6996 clean the output of the program `imap-shell-program'.
6997
6998 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6999
7000 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
7001
7002 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
7003
7004 * gnus.texi (Sticky Articles): Documentation for sticky article
7005 buffers.
7006
7007 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7008
7009 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
7010
7011 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7012
7013 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
7014
7015 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7016
7017 * gnus.texi (Archived Messages):
7018 Document gnus-update-message-archive-method.
7019
7020 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7021
7022 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
7023
7024 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7025
7026 * gnus.texi (Group Maneuvering):
7027 Document `gnus-summary-next-group-on-exit'.
7028
7029 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7030
7031 * gnus.texi (Really Various Summary Commands):
7032 Mention gnus-auto-select-on-ephemeral-exit.
7033
7034 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7035
7036 * gnus.texi, message.texi: Bump version number.
7037
7038 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7039
7040 * gnus.texi (Group Line Specification, Misc Group Stuff)
7041 (Server Commands): Parenthesize @pxref{Mail Spool}.
7042
7043 2007-10-28 Didier Verna <didier@xemacs.org>
7044
7045 New user option: message-signature-directory.
7046 * message.texi (Insertion Variables): Document it.
7047 * gnus.texi (Posting Styles): Ditto.
7048
7049 2007-10-28 Didier Verna <didier@xemacs.org>
7050
7051 * gnus.texi (Group Line Specification):
7052 * gnus.texi (Misc Group Stuff):
7053 * gnus.texi (Server Commands): Document the group compaction feature.
7054
7055 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7056
7057 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
7058
7059 * message.texi (Various Message Variables): Add message-fill-column.
7060
7061 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7062
7063 * gnus.texi: Untabify.
7064
7065 2007-10-28 Didier Verna <didier@xemacs.org>
7066
7067 * gnus.texi (Group Parameters): Document the posting-style merging
7068 process in topic-mode.
7069
7070 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7071
7072 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
7073
7074 2007-10-28 Romain Francoise <romain@orebokech.com>
7075
7076 * gnus.texi (Mail Spool): Fix typo.
7077 Update copyright.
7078
7079 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7080
7081 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
7082
7083 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7084
7085 * gnus.texi (Summary Generation Commands):
7086 Add gnus-summary-insert-ticked-articles.
7087
7088 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7089
7090 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
7091 to spam-spamassassin-program.
7092
7093 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7094
7095 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
7096
7097 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7098
7099 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
7100
7101 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7102
7103 * message.texi (Mail Headers): Document `opportunistic'.
7104
7105 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7106
7107 * emacs-mime.texi (Encoding Customization): Explain how to set
7108 mm-coding-system-priorities per hierarchy.
7109
7110 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7111
7112 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
7113 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
7114
7115 2007-10-28 Didier Verna <didier@xemacs.org>
7116
7117 * message.texi (Wide Reply): Update documentation of
7118 message-dont-reply-to-names (now allowing a list of regexps).
7119
7120 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7121
7122 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
7123
7124 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7125
7126 * gnus.texi (SpamAssassin back end): Fix typo.
7127
7128 * sieve.texi (Examples): Fix grammar.
7129
7130 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7131
7132 * gnus.texi (Searching for Articles): Document M-S and M-R.
7133 (Limiting): Document / b.
7134
7135 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7136
7137 * gnus.texi (Thread Commands): T M-^.
7138
7139 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7140
7141 * message.texi (Mail Aliases): Document ecomplete.
7142 (Mail Aliases): Fix typo.
7143
7144 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7145
7146 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
7147 fix typo.
7148
7149 2007-10-28 Romain Francoise <romain@orebokech.com>
7150
7151 * gnus.texi (Mail Spool): Grammar fix.
7152
7153 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7154
7155 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
7156 string.
7157
7158 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7159
7160 * gnus.texi (Group Parameters): Fix description.
7161
7162 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7163
7164 * gnus.texi (Gmane Spam Reporting):
7165 Fix spam-report-gmane-use-article-number.
7166 Add spam-report-user-mail-address.
7167
7168 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7169
7170 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
7171
7172 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7173
7174 * gnus.texi (Group Parameters): Add simplified sorting example based on
7175 example for `Sorting the Summary Buffer' from Jari Aalto
7176 <jari.aalto@cante.net>.
7177 (Example Methods): Add example for an indirect connection.
7178
7179 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
7180
7181 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
7182 (Agent Parameters): Update parameter names to match code.
7183 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
7184 'gnus-agent-summary-fetch-series'.
7185 (Agent and flags): New section providing a generalized discussion
7186 of flag handling.
7187 (Agent and IMAP): Remove flag discussion.
7188 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
7189
7190 2007-10-28 Romain Francoise <romain@orebokech.com>
7191
7192 * gnus.texi (Exiting the Summary Buffer): Add new function
7193 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
7194
7195 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7196
7197 * gnus.texi (Conformity): Fix typo.
7198 (Customizing Articles): Document `first'.
7199
7200 2007-10-28 Jari Aalto <jari.aalto@cante.net>
7201
7202 * gnus.texi (Sorting the Summary Buffer):
7203 Add `gnus-thread-sort-by-date-reverse'. Add example
7204 host to different sorting in NNTP and RSS groups.
7205
7206 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7207
7208 * message.texi (Insertion): Describe prefix for
7209 message-mark-inserted-region and message-mark-insert-file.
7210
7211 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7212
7213 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
7214 LaTeX documents. Describe "text/x-gnus-verbatim".
7215
7216 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7217
7218 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7219 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
7220 (spam-stat spam filtering, SpamOracle)
7221 (Extending the Spam ELisp package): Remove extra quote symbol for
7222 clarity.
7223
7224 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7225
7226 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
7227 gnus-article-delete-part and gnus-article-replace-part.
7228 (Using MIME): Add gnus-mime-replace-part.
7229
7230 2007-10-28 Romain Francoise <romain@orebokech.com>
7231
7232 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
7233 requires `auto-compression-mode' to be enabled. Add new nnml
7234 variable `nnml-compressed-files-size-threshold'.
7235
7236 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7237
7238 * gnus.texi (Sorting the Summary Buffer):
7239 Add gnus-thread-sort-by-recipient.
7240
7241 2007-10-28 Romain Francoise <romain@orebokech.com>
7242
7243 * message.texi (Insertion Variables): Mention new variable
7244 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
7245 documentation accordingly.
7246
7247 2007-10-28 Romain Francoise <romain@orebokech.com>
7248
7249 * gnus.texi (To From Newsgroups): Mention new variables
7250 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
7251
7252 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7253
7254 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
7255 stuff; gnus-mime-inline-part does the automatic decompression.
7256
7257 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7258
7259 * gnus.texi (Spam ELisp Package Configuration Examples):
7260 "training.ham" should be "training.spam".
7261
7262 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7263
7264 * message.texi (Mail Variables): Fix the default value for
7265 message-send-mail-function.
7266
7267 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7268
7269 * gnus.texi (Optional Back End Functions): nntp-request-update-info
7270 always returns nil exceptionally.
7271
7272 2007-10-28 Simon Josefsson <jas@extundo.com>
7273
7274 * gnus.texi (Article Washing): Add libidn URL.
7275 Suggested by Michael Cook <michael@waxrat.com>.
7276
7277 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7278
7279 * gnus.texi (Topic Commands): Fix next/previous.
7280
7281 2007-10-28 Simon Josefsson <jas@extundo.com>
7282
7283 * gnus.texi (Article Washing): Mention `W i'.
7284
7285 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
7286
7287 * gnus.texi (Group Parameters): Slight extension of sieve
7288 parameter description.
7289
7290 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7291
7292 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
7293 matching score files as well.
7294 (Picons): Describe `gnus-picon-style'.
7295
7296 2007-10-28 Romain Francoise <romain@orebokech.com>
7297
7298 * message.texi (Message Headers): Mention that headers are hidden
7299 using narrowing, and how to expose them.
7300 Update copyright.
7301
7302 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7303
7304 * gnus.texi: Mention `gnus-summary-limit-to-recipient' and
7305 `gnus-summary-sort-by-recipient'.
7306
7307 2007-10-28 Romain Francoise <romain@orebokech.com>
7308
7309 * gnus.texi (NNTP marks): New node.
7310 (NNTP): Move NNTP marks variables to the new node.
7311
7312 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7313
7314 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
7315
7316 * gnus.texi (MIME Commands, Hashcash): Markup fix.
7317
7318 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7319
7320 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
7321 everywhere for consistency.
7322 (Filtering Spam Using The Spam ELisp Package): Admonish again.
7323 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
7324 Say "regular expression" instead of "regex." Admonish.
7325 Pick other words to sound better (s/so/thus/).
7326 (Spam ELisp Package Filtering of Incoming Mail):
7327 Mention statistical filters. Remove old TODO.
7328 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
7329 New section on sorting and displaying the spam score.
7330 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
7331 backend but an alias to spam-use-BBDB.
7332 (Extending the Spam ELisp package): Rewrite the example using the
7333 new backend functionality.
7334
7335 2007-10-28 Simon Josefsson <jas@extundo.com>
7336
7337 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
7338 nntp-marks-directory, from Romain Francoise
7339 <romain@orebokech.com>.
7340
7341 2007-10-28 Magnus Henoch <mange@freemail.hu>
7342
7343 * gnus.texi (Hashcash): New default value of
7344 hashcash-default-payment.
7345
7346 2007-10-28 Simon Josefsson <jas@extundo.com>
7347
7348 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
7349 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
7350
7351 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7352
7353 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
7354
7355 2007-10-28 Simon Josefsson <jas@extundo.com>
7356
7357 * gnus.texi (documentencoding): Add, to avoid warnings.
7358
7359 2007-10-28 Simon Josefsson <jas@extundo.com>
7360
7361 * message.texi (Mail Headers): Add.
7362
7363 * gnus.texi (Hashcash): Fix.
7364
7365 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7366
7367 * gnus.texi (Hashcash): Change location of library, also mention
7368 that payments can be verified and fix the name of the
7369 hashcash-path variable.
7370
7371 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7372
7373 * gnus.texi (Article Display): Add `gnus-picon-style'.
7374
7375 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7376
7377 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
7378
7379 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7380
7381 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7382 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
7383 warning about ham processors in spam groups removed.
7384
7385 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7386
7387 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
7388 From Hubert Chan <hubert@uhoreg.ca>.
7389
7390 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7391
7392 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
7393 (Mailing List): Typo.
7394 (Customizing Articles): Add gnus-treat-ansi-sequences.
7395 (Article Washing): Index.
7396
7397 * message.texi: Use m-dash consistently.
7398
7399 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7400
7401 * gnus.texi (GroupLens): Remove.
7402
7403 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
7404
7405 * gnus.texi (Outgoing Messages, Agent Variables):
7406 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
7407 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
7408
7409 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7410
7411 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
7412
7413 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7414
7415 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
7416
7417 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
7418
7419 2007-10-28 Simon Josefsson <jas@extundo.com>
7420
7421 * gnus.texi (Top): Add SASL.
7422
7423 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7424
7425 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
7426
7427 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7428
7429 * gnus.texi (Troubleshooting): Adjust Gnus version number.
7430
7431 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
7432
7433 * calc.texi (Formulas, Composition Basics): Lower the
7434 precedence of negation.
7435
7436 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
7437
7438 * ses.texi (The Basics): Mention how to create a new spreadsheet.
7439 Mention the new three-letter column identifiers.
7440 (More on cell printing): Calculate-cell and truncate-cell are now `c'
7441 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
7442 message when using `c' on an empty default with default printer.
7443 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
7444 renamed to `ses--symbolic-formulas' some time ago.
7445
7446 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
7447
7448 * calc.texi (Default Simplifications, Making Selections)
7449 (Customizing Calc): Clarify associativity of multiplication.
7450
7451 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
7452
7453 * tramp.texi (Traces and Profiles): Simplify loop over
7454 `trace-function-background'.
7455
7456 2007-10-22 Juri Linkov <juri@jurta.org>
7457
7458 * dired-x.texi (Shell Command Guessing): Default values are now
7459 available by typing M-n instead of M-p.
7460
7461 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
7462
7463 * tramp.texi (Cleanup remote connections): New section.
7464 (Password caching): Remove `tramp-clear-passwd'.
7465 It's not a command anymore.
7466 (Bug Reports): Add `tramp-bug' to function index.
7467 (Function Index, Variable Index): New nodes.
7468 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
7469
7470 * trampver.texi: Update release number.
7471
7472 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7473
7474 * calc.texi (History and Acknowledgements): Turn comment
7475 about integer size into past tense.
7476 (Time Zones): Remove pointer to Calc author's address.
7477 (Trigonometric and Hyperbolic Functions): Mention cotangent
7478 and hyperbolic cotangent. Fix typo.
7479
7480 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
7481
7482 Sync with Tramp 2.1.11.
7483
7484 * trampver.texi: Update release number.
7485
7486 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
7487
7488 * tramp.texi (External packages): New section.
7489
7490 2007-09-29 Juri Linkov <juri@jurta.org>
7491
7492 * info.texi (Help-Int): Document `L' (`Info-history').
7493
7494 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7495
7496 * org.texi: Change links to webpage and maintained email.
7497 (Remember): Promote to Chapter, significant changes.
7498 (Fast access to TODO states): New section.
7499 (Faces for TODO keywords): New section.
7500 (Export options): Example for #+DATE.
7501 (Progress logging): Section moved.
7502
7503 2007-09-26 Bill Wohler <wohler@newt.com>
7504
7505 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
7506 browse-url-at-mouse.
7507
7508 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
7509
7510 * flymake.texi (Customizable variables): Face names don't end in -face.
7511 Fix flymake-err-line-patterns template.
7512 (Example -- Configuring a tool called directly): Fix init-function.
7513 (Highlighting erroneous lines): Face names don't end in -face.
7514
7515 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
7516
7517 * erc.texi (Special-Features): Fix small typo.
7518
7519 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
7520
7521 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
7522 and "External transfer methods".
7523
7524 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
7525
7526 * calc.texi (Predefined Units): Add some history.
7527
7528 2007-09-08 Michael Olson <mwolson@gnu.org>
7529
7530 * erc.texi (Copying): New section included from gpl.texi.
7531 This matches the look of the upstream ERC manual.
7532
7533 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
7534
7535 * calc.texi (History and Acknowledgements): Adjust the "thanks".
7536 (Random Numbers): Clarify the distribution of `random'.
7537
7538 2007-09-06 Glenn Morris <rgm@gnu.org>
7539
7540 Move manual sources from man/ to subdirectories of doc/.
7541 Split into the Emacs manual in emacs/, and other manuals in misc/.
7542 Change all setfilename commands to use ../../info.
7543 * Makefile.in: Move the parts of the old man/Makefile.in that do not
7544 refer to the Emacs manual here.
7545 (infodir): New variable.
7546 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
7547 (cc-mode.texi, faq.texi): Update references to source file locations.
7548 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
7549 do not refer to the Emacs manual here.
7550 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
7551
7552 * Makefile.in: Add `basename' versions of all info targets, for
7553 convenience when rebuilding just one manual.
7554 (../etc/GNU): Delete obsolete target.
7555 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
7556 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
7557 *.vrs *.toc here...
7558 (maintainer-clean): ...from here.
7559
7560 * makefile.w32-in (../etc/GNU): Delete obsolete target.
7561
7562 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
7563
7564 * calc.texi (Date Conversions): Clarify definition of
7565 Julian day numbering.
7566 (Date Forms): Clarify definition of Julian day numbering;
7567 add some history.
7568
7569 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7570
7571 * org.texi: Version 5.07.
7572
7573 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7574
7575 * message.texi (MIME): Replace mml-attach with mml-attach-file.
7576
7577 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7578
7579 * org.texi (Adding hyperlink types): New section.
7580 (Embedded LaTeX): Chapter updated because of LaTeX export.
7581 (LaTeX export): New section.
7582 (Using links out): New section.
7583
7584 2007-08-22 Glenn Morris <rgm@gnu.org>
7585
7586 * faq.texi (Learning how to do something): Refcards now in
7587 etc/refcards/ directory.
7588
7589 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7590
7591 * tramp.texi (Remote Programs): Persistency file must be cleared when
7592 changing `tramp-remote-path'.
7593 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
7594 macro.
7595
7596 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7597
7598 * calc.texi: Move contents to beginning of file.
7599 (Algebraic Entry): Fix the formatting of an example.
7600
7601 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7602
7603 * calc.texi (Basic Operations on Units): Mention exact versus
7604 inexact conversions.
7605
7606 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7607
7608 * calc.texi (Basic Operations on Units): Mention default
7609 values for new units.
7610 (Quick Calculator Mode): Mention that binary format will
7611 be displayed.
7612
7613 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7614
7615 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
7616
7617 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7618
7619 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
7620
7621 2007-08-08 Glenn Morris <rgm@gnu.org>
7622
7623 * gnus.texi, sieve.texi: Replace `iff'.
7624
7625 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7626
7627 * calc.texi (Basic Graphics): Mention the graphing of error
7628 forms.
7629 (Graphics Options): Mention how `g s' handles error forms.
7630 (Curve Fitting): Mention plotting the curves.
7631 (Standard Nonlinear Models): Add additional models.
7632 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
7633 (Linear Fits): Correct result.
7634
7635 2007-08-01 Alan Mackenzie <acm@muc.de>
7636
7637 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
7638 to "--no-site-file".
7639
7640 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7641
7642 * tramp.texi (Frequently Asked Questions): Point to mode line
7643 extension in Emacs 23.1.
7644
7645 * trampver.texi: Update release number.
7646
7647 2007-07-27 Glenn Morris <rgm@gnu.org>
7648
7649 * calc.texi (Copying): Include license text from gpl.texi, rather than
7650 in-line.
7651
7652 2007-07-25 Glenn Morris <rgm@gnu.org>
7653
7654 * calc.texi (Copying): Replace license with GPLv3.
7655
7656 * Relicense all FSF files to GPLv3 or later.
7657
7658 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7659
7660 Sync with Tramp 2.1.10.
7661
7662 * tramp.texi (trampfn): Expand macro implementation in order to handle
7663 empty arguments.
7664 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
7665 occurrences by trampfn.
7666 (Frequently Asked Questions): Extend example code for host
7667 identification in the modeline. Add bbdb to approaches shortening Tramp
7668 file names to be typed.
7669
7670 * trampver.texi: Update release number.
7671
7672 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7673
7674 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
7675 section. Reported by <poti@potis.org>.
7676 (Remote processes): Arguments of the program to be debugged are taken
7677 literally.
7678 (Frequently Asked Questions): Simplify recentf example.
7679
7680 2007-07-14 Karl Berry <karl@gnu.org>
7681
7682 * info.texi (@copying): New Back-Cover Text.
7683
7684 * info.texi (Quitting Info): Move to proper place in source.
7685 (Reported by Benno Schulenberg.)
7686
7687 2007-07-13 Eli Zaretskii <eliz@gnu.org>
7688
7689 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
7690
7691 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
7692
7693 * emacs-mime.texi: Add @documentencoding directive.
7694
7695 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7696
7697 * tramp.texi (Remote processes): Add an anchor to the subsection
7698 "Running a debugger on a remote host".
7699
7700 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
7701
7702 * tramp.texi (Remote processes): Don't call it "experimental" any
7703 longer. Add subsection about running a debugger on a remote host.
7704
7705 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7706
7707 * org.texi (Properties and columns): Chapter rewritten.
7708
7709 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7710
7711 * tramp.texi:
7712 * trampver.texi: Migrate to Tramp 2.1.
7713
7714 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7715
7716 * org.texi (Properties): New chapter.
7717
7718 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
7719
7720 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
7721 Control Panel.
7722
7723 * gnus.texi (Misc Article): Add index entry for
7724 gnus-single-article-buffer.
7725
7726 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
7727
7728 * gnus.texi (Starting Up): Fix typo.
7729
7730 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
7731
7732 * gnus.texi (Asynchronous Fetching): Fix typo.
7733
7734 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7735
7736 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
7737 (About This Manual): Remove redundant information.
7738 (Getting Started): Mention author.
7739 (Basic Arithmetic, Customizing Calc): Make description of the
7740 variable `calc-multiplication-has-precedence' match its new effect.
7741
7742 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7743
7744 * calc.texi (Basic Arithmetic, Customizing Calc):
7745 Mention the variable `calc-multiplication-has-precedence'.
7746
7747 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
7748
7749 * org.texi (Tag): Section swapped with node Timestamps.
7750 (Formula syntax for Lisp): Document new `L' flag.
7751
7752 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
7753
7754 * gnus.texi (Misc Group Stuff, Summary Buffer)
7755 (Server Commands, Article Keymap): Fix typo. s/function/command/.
7756
7757 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7758
7759 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
7760 * gnus.texi (Article Buttons, Mail Source Customization)
7761 (Sending or Not Sending, Customizing NNDiary):
7762 * message.texi (Message Headers):
7763 * mh-e.texi (HTML): Fix typos.
7764
7765 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
7766
7767 Sync with Tramp 2.0.56.
7768
7769 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
7770 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
7771
7772 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7773
7774 * Version 22.1 released.
7775
7776 2007-05-26 Michael Olson <mwolson@gnu.org>
7777
7778 * erc.texi (Modules): Fix references to completion modules.
7779
7780 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
7781
7782 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
7783
7784 2007-05-09 Didier Verna <didier@xemacs.org>
7785
7786 * gnus.texi (Email Based Diary): New. Proper documentation for the
7787 nndiary back end and the gnus-diary library.
7788
7789 2007-05-03 Karl Berry <karl@gnu.org>
7790
7791 * .cvsignore (*.pdf): New entry.
7792
7793 * texinfo.tex: Update from current version for better pdf generation.
7794
7795 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
7796
7797 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
7798
7799 2007-04-28 Glenn Morris <rgm@gnu.org>
7800
7801 * faq.texi (New in Emacs 22): Restore mention of python.el pending
7802 consideration of legal status.
7803
7804 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
7805
7806 * idlwave.texi: Minor updates for IDLWAVE 6.1.
7807
7808 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
7809
7810 * faq.texi (New in Emacs 22): python.el removed.
7811
7812 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
7813
7814 * calc.texi (Reporting bugs): Update maintainer's address.
7815
7816 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
7817
7818 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
7819
7820 2007-04-15 Jay Belanger <belanger@truman.edu>
7821
7822 * calc.texi (Title page): Remove the date.
7823 (Basic Arithmetic): Emphasize that / binds less strongly than *.
7824 (The Standard Calc Interface): Change trail title.
7825 (Floats): Mention that when non-decimal floats are entered, only
7826 approximations are stored.
7827 (Copying): Move to the appendices.
7828 (GNU Free Documentation License): Add as an appendix.
7829
7830 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7831
7832 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
7833 * dired-x.texi, ebrowse.texi, ediff.texi:
7834 * emacs-mime.texi, erc.texi, eshell.texi:
7835 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
7836 * idlwave.texi, message.texi, newsticker.texi, org.texi:
7837 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
7838 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
7839 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
7840 * woman.texi: Include GFDL.
7841
7842 * doclicense.texi: Remove node heading, so that it can be included by
7843 other files.
7844
7845 * dired-x.texi: Relicence under GFDL. Remove date from title page.
7846
7847 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
7848 than *.
7849
7850 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
7851
7852 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
7853 in Calc.
7854
7855 2007-04-09 Romain Francoise <romain@orebokech.com>
7856
7857 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
7858 Mac OS ports. Make it clear that mouse-1 complements and doesn't
7859 replace mouse-2.
7860
7861 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
7862
7863 * woman.texi (Word at point, Interface Options): woman-topic-at-point
7864 renamed to woman-use-topic-at-point. Document new behavior.
7865
7866 2007-04-08 Richard Stallman <rms@gnu.org>
7867
7868 * url.texi: Fix some indexing.
7869 (Disk Caching): Drop discussion of old/other Emacs versions.
7870
7871 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
7872
7873 * url.texi (Disk Caching): Say Emacs 21 "and later".
7874
7875 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
7876 on Font locking which now mentions JIT lock.
7877
7878 2007-04-01 Michael Olson <mwolson@gnu.org>
7879
7880 * erc.texi: Update for the ERC 5.2 release.
7881
7882 2007-03-31 David Kastrup <dak@gnu.org>
7883
7884 * woman.texi (Topic, Interface Options): Explain changes semantics of
7885 woman-manpath in order to consider MANPATH_MAP entries.
7886
7887 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7888
7889 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
7890
7891 2007-03-26 Richard Stallman <rms@gnu.org>
7892
7893 * pgg.texi (Caching passphrase): Clean up previous change.
7894
7895 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
7896
7897 * gnus.texi (Setting Process Marks): Fix typo.
7898
7899 2007-03-25 Romain Francoise <romain@orebokech.com>
7900
7901 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
7902 readability, and include various fixes by Daniel Brockman, Nick Roberts
7903 and Dieter Wilhelm.
7904
7905 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
7906
7907 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
7908
7909 * gnus.texi (Mail Source Specifiers): Fix typo.
7910
7911 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
7912
7913 * reftex.texi (Imprint): Update maintainer information.
7914
7915 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7916
7917 * message.texi (Message Buffers): Update documentation for
7918 message-generate-new-buffers.
7919
7920 2007-03-15 Daiki Ueno <ueno@unixuser.org>
7921
7922 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
7923
7924 2007-03-21 Glenn Morris <rgm@gnu.org>
7925
7926 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
7927
7928 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
7929
7930 * eshell.texi (Known problems): Emacs 21 -> 22.
7931
7932 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
7933
7934 2007-03-18 Jay Belanger <belanger@truman.edu>
7935
7936 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
7937
7938 2007-03-12 Glenn Morris <rgm@gnu.org>
7939
7940 * calc.texi (Time Zones): Switch to new North America DST rule.
7941
7942 * calc.texi: Replace "daylight savings" with "daylight
7943 saving" in text throughout.
7944
7945 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7946
7947 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
7948 The variable now uses a list of symbols instead of just a symbol.
7949 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7950
7951 2007-03-06 Romain Francoise <romain@orebokech.com>
7952
7953 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
7954 new packages, and mention Gnus update.
7955
7956 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7957
7958 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
7959 nntp-open-connection-functions-never-echo-commands.
7960
7961 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
7962
7963 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
7964 problems on the console, and security risk in not using gpg-agent.
7965
7966 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
7967
7968 * org.texi (The spreadsheet): Rename from "Table calculations".
7969 Completely reorganized and rewritten.
7970 (CamelCase links): Section removed.
7971 (Repeating items): New section.
7972 (Tracking TODO state changes): New section.
7973 (Agenda views): Chapter reorganized and rewritten.
7974 (HTML export): Section rewritten.
7975 (Tables in arbitrary syntax): New section.
7976 (Summary): Better feature summary.
7977 (Activation): Document problem with cut-and-paste of Lisp code
7978 from PDF files.
7979 (Visibility cycling): Document indirect buffer use.
7980 (Structure editing): Document sorting.
7981 (Remember): Section rewritten.
7982 (Time stamps): Better description of time stamp types.
7983 (Tag searches): Document regular expression search for tags.
7984 (Stuck projects): New section.
7985 (In-buffer settings): New keywords.
7986 (History and Acknowledgments): Update description.
7987
7988 2007-02-24 Alan Mackenzie <acm@muc.de>
7989
7990 * cc-mode.texi (Movement Commands): Insert two missing command names.
7991 (Getting Started): Slight wording correction (use conditional).
7992
7993 2007-02-22 Kim F. Storm <storm@cua.dk>
7994
7995 * widget.texi (User Interface, Basic Types): Document need to put some
7996 text before the %v escape in :format string in editable-field widget.
7997
7998 2007-02-18 Romain Francoise <romain@orebokech.com>
7999
8000 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
8001 `cvs-mode-quit'.
8002
8003 2007-02-10 Markus Triska <markus.triska@gmx.at>
8004
8005 * widget.texi (Programming Example): Put constant strings in :format.
8006
8007 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
8008
8009 * faq.texi (Fullscreen mode on MS-Windows): New node.
8010
8011 2007-02-04 David Kastrup <dak@gnu.org>
8012
8013 * faq.texi (AUCTeX): Update version number. Should probably be done
8014 for other packages as well.
8015
8016 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8017
8018 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
8019 <tassilo@member.fsf.org>.
8020
8021 2007-01-20 Markus Triska <markus.triska@gmx.at>
8022
8023 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
8024
8025 2007-01-13 Michael Olson <mwolson@gnu.org>
8026
8027 * erc.texi (Modules): Mention capab-identify module.
8028
8029 2007-01-05 Michael Olson <mwolson@gnu.org>
8030
8031 * erc.texi (Getting Started): Update for /RECONNECT command.
8032
8033 2007-01-04 Richard Stallman <rms@gnu.org>
8034
8035 * ebrowse.texi: Change C-c b to C-c C-m.
8036
8037 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8038
8039 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
8040 variables only in info to avoid redundant entries in the printed
8041 manual.
8042
8043 2007-01-02 Daiki Ueno <ueno@unixuser.org>
8044
8045 * message.texi (Using PGP/MIME): Document gpg-agent usage.
8046
8047 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
8048
8049 * message.texi (Security): Split into sub-nodes.
8050
8051 2007-01-01 Alan Mackenzie <acm@muc.de>
8052
8053 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
8054 eval-after-load in Emacs <=21 and a workaround. Document that
8055 trigraphs are not supported.
8056
8057 2007-01-01 Alan Mackenzie <acm@muc.de>
8058
8059 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
8060 c-context-line-break. When invoked within a string, preserve
8061 whitespace. Add a backslash only when also in a macro.
8062
8063 2007-01-01 Alan Mackenzie <acm@muc.de>
8064
8065 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
8066
8067 2007-01-01 Alan Mackenzie <acm@muc.de>
8068
8069 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
8070 are now bound by default to c-\(beginning\|end\)-of-defun by default.
8071
8072 2007-01-01 Alan Mackenzie <acm@muc.de>
8073
8074 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
8075 "Choosing a Style".
8076
8077 * cc-mode.texi ("Styles"): Add @dfn{style}.
8078
8079 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
8080
8081 Sync with Tramp 2.0.55.
8082
8083 * trampver.texi: Update release number.
8084
8085 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
8086
8087 * gnus.texi (Customizing Articles): Add index entries for all
8088 gnus-treat-* variables.
8089
8090 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
8091
8092 * gnus.texi (IMAP): Fix incorrect explanation of
8093 nnimap-search-uids-not-since-is-evil in documentation for
8094 nnimap-expunge-search-string.
8095
8096 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
8097
8098 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
8099 spam-ifile-database.
8100
8101 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8102
8103 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
8104 rebind C-s.
8105
8106 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
8107
8108 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
8109 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
8110 "expiring mail".
8111 (IMAP): Document nnimap-search-uids-not-since-is-evil and
8112 nnimap-nov-is-evil.
8113
8114 2006-12-25 Kevin Ryde <user42@zip.com.au>
8115
8116 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
8117 about the key procedure being used heavily.
8118
8119 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
8120
8121 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
8122 to t.
8123 (Prerequisites): Add explanation about gpg-agent.
8124
8125 2006-12-22 Kevin Ryde <user42@zip.com.au>
8126
8127 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
8128 "sort" instead of "sort*".
8129
8130 2006-12-19 Richard Stallman <rms@gnu.org>
8131
8132 * calc.texi (History and Acknowledgements): Recognize that Emacs
8133 now does have floating point.
8134
8135 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
8136
8137 * tramp.texi (External transfer methods): Describe new method `scpc'.
8138
8139 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
8140
8141 * pgg.texi: Added short note on gpg-agent to the introduction.
8142
8143 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8144
8145 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
8146 also applies to Cc.
8147
8148 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8149
8150 * gnus.texi (X-Face): Clarify. Say which programs are required
8151 on Windows.
8152
8153 2006-12-08 Michael Olson <mwolson@gnu.org>
8154
8155 * erc.texi (Modules): Remove documentation for list module.
8156
8157 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8158
8159 * faq.texi (^M in the shell buffer): Ditto.
8160
8161 2006-11-20 Michael Olson <mwolson@gnu.org>
8162
8163 * erc.texi: Call this the 5.2 stable pre-release of ERC.
8164
8165 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
8166
8167 * org.texi: Fix typos.
8168 (Agenda commands): Document `C-k'.
8169
8170 2006-11-16 Eli Zaretskii <eliz@gnu.org>
8171
8172 * url.texi (http/https): Fix a typo in the HTTP URL.
8173
8174 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
8175
8176 * ada-mode.texi: Total rewrite.
8177
8178 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
8179
8180 * org.texi: Minor typo fixes.
8181
8182 2006-11-13 Bill Wohler <wohler@newt.com>
8183
8184 Release MH-E manual version 8.0.3.
8185
8186 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8187 release 8.0.3.
8188
8189 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
8190 to set MAILDIR.
8191 (Reading Mail): Document the customization of read-mail-command
8192 for MH-E.
8193 (Viewing Attachments): Document mm-discouraged-alternatives.
8194 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
8195 (Junk): Add more information about the settings of mh-junk-background
8196 in a program. Add /usr/bin/mh to PATH in examples.
8197
8198 2006-11-12 Richard Stallman <rms@gnu.org>
8199
8200 * woman.texi: Update author address but say he no longer maintains it.
8201
8202 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
8203
8204 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
8205 archived trees.
8206 (Checkboxes): Section moved to chapter 5, and extended.
8207 (The date/time prompt): New section.
8208 (Link abbreviations): New section.
8209 (Presentation and sorting): New section.
8210 (Custom agenda views): Section completely rewritten.
8211 (Summary): Compare with Planner.
8212 (Feedback): More info about creating backtraces.
8213 (Plain lists): Modify example.
8214 (Breaking down tasks): New section.
8215 (Custom time format): New section.
8216 (Time stamps): Document inactive timestamps.
8217 (Setting tags): More details about fast tag selection.
8218 (Block agenda): New section.
8219 (Custom agenda views): Section rewritten.
8220 (Block agenda): New section.
8221
8222 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8223
8224 * tramp.texi (Configuration): scp is the default method.
8225 (Default Method): Use ssh as example for another method.
8226
8227 2006-10-27 Richard Stallman <rms@gnu.org>
8228
8229 * woman.texi: Downcase nroff/troff/roff.
8230 (Installation): Chapter deleted. Some xrefs deleted.
8231 (Background): woman doesn't advise man ;-).
8232
8233 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8234
8235 * ada-mode.texi (Project files, Identifier completion)
8236 (Automatic Casing, Debugging, Using non-standard file names)
8237 (Working Remotely): Fix typos.
8238
8239 2006-10-20 Masatake YAMATO <jet@gyve.org>
8240
8241 * cc-mode.texi (Sample .emacs File): Add missing `)' in
8242 sample code `my-c-initialization-hook'.
8243
8244 2006-10-19 Stuart D. Herring <herring@lanl.gov>
8245
8246 * widget.texi: Fix typos.
8247
8248 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
8249
8250 * tramp.texi (Frequently Asked Questions): Remove questions marked with
8251 "???". There have been no complaints for years, so the information
8252 must be appropriate.
8253
8254 2006-10-16 Richard Stallman <rms@gnu.org>
8255
8256 * widget.texi: Use @var instead of capitalization.
8257 Clarify many widget type descriptions.
8258
8259 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8260
8261 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
8262 gnus-dired-attach.
8263 (Selecting a Group): Fix typo.
8264
8265 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8266
8267 * widget.texi: Fix typos.
8268
8269 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
8270
8271 * gnus.texi (Image Enhancements): Update for Emacs 22.
8272
8273 * gnus-faq.texi ([1.3]): Update.
8274
8275 2006-10-06 Richard Stallman <rms@gnu.org>
8276
8277 * faq.texi (Displaying the current line or column):
8278 Delete "As of Emacs 20".
8279
8280 2006-10-06 Romain Francoise <romain@orebokech.com>
8281
8282 * faq.texi (VM): VM works with Emacs 22 too.
8283
8284 2006-10-06 Richard Stallman <rms@gnu.org>
8285
8286 * ebrowse.texi: Remove Emacs version "21" from title.
8287
8288 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
8289
8290 * gnus.texi (Foreign Groups): Say where change of editing commands are
8291 stored. Add reference to `gnus-parameters'.
8292
8293 2006-09-15 Jay Belanger <belanger@truman.edu>
8294
8295 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
8296 Change "Library Public License" to "Lesser Public License"
8297 throughout. Use "yyyy" to represent year.
8298
8299 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
8300
8301 * org.texi (Setting tags): Typo fix.
8302
8303 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
8304
8305 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
8306
8307 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
8308
8309 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
8310
8311 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8312
8313 * faq.texi (Escape sequences in shell output): EMACS is now set
8314 to Emacs's absolute file name, not to "t".
8315 (^M in the shell buffer): Likewise.
8316
8317 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8318
8319 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
8320 mails with pop3-leave-mail-on-server. Fix wording.
8321 (Limiting): Improve gnus-summary-limit-to-articles.
8322 (X-Face): Fix typo.
8323
8324 2006-09-11 Simon Josefsson <jas@extundo.com>
8325
8326 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
8327 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
8328
8329 2006-09-06 Simon Josefsson <jas@extundo.com>
8330
8331 * smtpmail.texi (Authentication): Mention SSL.
8332
8333 2006-09-03 Diane Murray <disumu@x3y2z1.net>
8334
8335 * erc.texi (Getting Started, Connecting): Change erc-select to erc.
8336
8337 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8338
8339 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
8340 Don't use @indicateurl.
8341
8342 * cc-mode.texi (Subword Movement): Don't use @headitem.
8343 (Custom Braces, Clean-ups): Don't use @tie.
8344
8345 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8346
8347 Sync with Tramp 2.0.54.
8348
8349 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
8350 Suggested by Adrian Phillips <a.phillips@met.no>.
8351
8352 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8353
8354 * org.texi (Installation, Activation): Split from Installation and
8355 Activation.
8356 (Clocking work time): Documented new features.
8357
8358 2006-08-13 Alex Schroeder <alex@gnu.org>
8359
8360 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
8361 example.
8362
8363 2006-08-12 Eli Zaretskii <eliz@gnu.org>
8364
8365 * faq.texi (How to add fonts): New node.
8366
8367 2006-08-05 Romain Francoise <romain@orebokech.com>
8368
8369 * faq.texi (New in Emacs 22): Expand.
8370
8371 2006-08-03 Michael Olson <mwolson@gnu.org>
8372
8373 * erc.texi: Update for ERC 5.1.4.
8374
8375 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8376
8377 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
8378 in .../site-lisp/gnus/ by default.
8379 [ From gnus-news.texi in the trunk. ]
8380
8381 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8382
8383 * gnus.texi (MIME Commands): Additions for yEnc.
8384
8385 2006-07-24 Richard Stallman <rms@gnu.org>
8386
8387 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
8388 * faq.texi: Move periods and commas inside quotes.
8389
8390 2006-07-20 Jay Belanger <belanger@truman.edu>
8391
8392 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
8393
8394 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
8395
8396 * faq.texi (Security risks with Emacs): Document Emacs 22
8397 file-local-variable mechanism.
8398
8399 2006-07-12 Michael Olson <mwolson@gnu.org>
8400
8401 * erc.texi: Update for ERC 5.1.3.
8402
8403 2006-07-12 Alex Schroeder <alex@gnu.org>
8404
8405 * rcirc.texi: Fix typos.
8406 (Getting started with rcirc): New calling convention for M-x irc.
8407 Mention #rcirc. Removed channel tracking.
8408 (Configuration): Change the names of all variables that got changed
8409 recently, eg. rcirc-server to rcirc-default-server. Added
8410 documentation for rcirc-authinfo, some background for Bitlbee, and
8411 rcirc-track-minor-mode.
8412 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
8413 Scrolling.
8414 (Reconnecting after you have lost the connection): Fix example code
8415 to match code changes.
8416
8417 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8418
8419 * gnus.texi, message.texi: Fix typos.
8420
8421 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8422
8423 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
8424 commands.
8425 (Global TODO list): Document the use of the variables
8426 `org-agenda-todo-ignore-scheduled' and
8427 `org-agenda-todo-list-sublevels'.
8428
8429 2006-07-05 Richard Stallman <rms@gnu.org>
8430
8431 * faq.texi (Scrolling only one line): Fix xref.
8432
8433 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8434
8435 * faq.texi (Evaluating Emacs Lisp code):
8436 Throughout, replace eval-current-buffer with eval-buffer.
8437
8438 2006-07-03 Richard Stallman <rms@gnu.org>
8439
8440 * rcirc.texi (Scrolling conservatively): Fix xref.
8441
8442 * pcl-cvs.texi (Viewing differences): Usage fix.
8443
8444 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8445
8446 * org.texi (Agenda commands): Document `s' key to save all org-mode
8447 buffers.
8448
8449 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
8450
8451 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
8452 names. Mention `cvs-msg' face.
8453
8454 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8455
8456 * org.texi (Checkboxes): New section.
8457
8458 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8459
8460 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
8461 throughout this chapter.
8462
8463 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
8464
8465 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
8466 text for standalone vs Emacs info.
8467 (Help): Clarify header line description. Use mouse-1 for clicks.
8468 (Help-P): Use mouse-1 for clicks.
8469 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
8470 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
8471 (Choose menu subtopic): Remove gratuitous Emacs command names.
8472 (Help-FOO): Put usual behavior first.
8473 (Help-Xref): Clicking on xrefs works in Emacs.
8474 (Search Text): Clarify what the default behavior is.
8475 (Create Info buffer): Fix Emacs window/X window confusion.
8476 (Emacs Info Variables): Fix for new Emacs init file behavior.
8477
8478 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8479
8480 * gnus.texi (Summary Buffer Lines): Fix typo.
8481
8482 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8483
8484 * org.texi (Embedded LaTeX): New chapter.
8485 (Archiving): Section rewritten.
8486 (Enhancing text): Some parts moved to the new chapter about LaTeX.
8487
8488 2006-06-20 Bill Wohler <wohler@newt.com>
8489
8490 Release MH-E manual version 8.0.1.
8491
8492 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8493 release 8.0.1.
8494 (Preface): Depend on GNU mailutils 1.0 and higher.
8495
8496 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8497
8498 * message.texi (News Headers): Update message-syntax-checks section.
8499
8500 2006-06-19 Karl Berry <karl@gnu.org>
8501
8502 * info.texi (Advanced): Mention C-q, especially with ?.
8503
8504 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8505
8506 * org.texi (Publishing links): Document the `:link-validation-function'
8507 property.
8508 (Extensions and Hacking): New chapter, includes some sections of the
8509 "Miscellaneous" chapter.
8510
8511 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8512
8513 * org.texi (Progress logging): New section.
8514
8515 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8516
8517 * org.texi (ASCII export): Document indentation adaptation.
8518 (Setting tags): Document mutually-exclusive tags.
8519
8520 2006-06-05 Romain Francoise <romain@orebokech.com>
8521
8522 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
8523 Fix typo.
8524
8525 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
8526 channel (#gnus@irc.freenode.net).
8527 Fix typos. Update copyright notice.
8528
8529 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
8530 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
8531 (Line-Up Functions, Custom Macros):
8532 * ediff.texi (Window and Frame Configuration)
8533 (Highlighting Difference Regions):
8534 * emacs-mime.texi (Display Customization):
8535 * erc.texi (History):
8536 * eshell.texi (Known problems):
8537 * eudc.texi (Overview, BBDB):
8538 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
8539 (The problem of spam, SpamOracle, Extending the Spam package)
8540 (Conformity, Terminology):
8541 * idlwave.texi (Routine Info)
8542 (Class and Keyword Inheritance, Padding Operators)
8543 (Breakpoints and Stepping, Electric Debug Mode)
8544 (Examining Variables, Troubleshooting):
8545 * org.texi (Creating timestamps):
8546 * reftex.texi (Commands, Options, Changes):
8547 * tramp.texi (Inline methods, Password caching)
8548 (Auto-save and Backup, Issues):
8549 * vip.texi (Files, Commands in Insert Mode):
8550 * viper.texi (Emacs Preliminaries, States in Viper)
8551 (Packages that Change Keymaps, Viper Specials, Groundwork):
8552 Fix various typos.
8553
8554 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
8555
8556 * ediff.texi: Fix typos.
8557
8558 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
8559
8560 * org.texi: Small typo fixes.
8561
8562 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8563
8564 * viper.texi (Viper Specials):
8565 * gnus.texi (Example Setup):
8566 * faq.texi (Backspace invokes help):
8567 * dired-x.texi (Optional Installation Dired Jump):
8568 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
8569 follow coding conventions.
8570
8571 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
8572
8573 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
8574
8575 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8576
8577 * pcl-cvs.texi: Fix typos.
8578 (Customization): Say "us".
8579
8580 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8581
8582 * org.texi: Remove bogus @setfilename.
8583
8584 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
8585
8586 * org.texi (ASCII export): Omit command name.
8587 (HTML export): Add prefix to all lines in Local Variable example.
8588 (Acknowledgments): Typeset names in italics.
8589
8590 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
8591
8592 * org.texi (Plain lists): Add new item navigation commands.
8593 (External links): Document elisp and info links.
8594 (Custom searches): New section.
8595 (Publishing): New chapter.
8596 (HTML export): Include a list of supported CSS classes.
8597 (Setting tags): Describe the fast-tag-setting interface.
8598
8599 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
8600
8601 * dired-x.texi: ifinfo -> ifnottex.
8602
8603 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8604
8605 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
8606
8607 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
8608
8609 * message.texi (Interface): Add tool bar customization.
8610 (MIME): Index and text additions for mml-attach.
8611 (MIME): Describe mml-dnd-protocol-alist and
8612 mml-dnd-attach-options.
8613
8614 * gnus.texi (Oort Gnus): Reorder entries in sections.
8615 Fix some entries.
8616 (Starting Up): Add references to "Emacs for Heathens" and to
8617 "Finding the News". Add user-full-name and user-mail-address.
8618 (Group Buffer Format): Add tool bar customization and update.
8619 (Summary Buffer): Add tool bar customization.
8620 (Posting Styles): Add message-alternative-emails.
8621
8622 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
8623
8624 * tramp.texi (Filename completion): Improve wording.
8625
8626 2006-05-07 Romain Francoise <romain@orebokech.com>
8627
8628 * faq.texi (Using regular expressions): Fix typo.
8629 (Packages that do not come with Emacs): Fix capitalization.
8630 (Replacing text across multiple files): Expand node to explain how
8631 to use `dired-do-query-replace-regexp' in more detail, based on
8632 suggestion by Eric Hanchrow <offby1@blarg.net>.
8633
8634 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
8635
8636 * tramp.texi (Filename completion): Completion of remote files'
8637 method, user name and host name is active only in partial
8638 completion mode.
8639
8640 2006-05-06 Bill Wohler <wohler@newt.com>
8641
8642 Release MH-E manual version 8.0.
8643
8644 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8645 release 8.0.
8646
8647 2006-05-06 Bill Wohler <wohler@newt.com>
8648
8649 * mh-e.texi (MH-BOOK-HOME): Change from
8650 http://www.ics.uci.edu/~mh/book/mh to
8651 http://rand-mh.sourceforge.net/book/mh.
8652 Replace .htm suffix with .html for MH book files.
8653 (Using This Manual): Update key binding for getting relevant
8654 chapter in Info from command key.
8655 (Ranges): Fix itemx.
8656
8657 2006-05-05 Karl Berry <karl@gnu.org>
8658
8659 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
8660 (\fonttextsize): New user-level command to change text font size.
8661
8662 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
8663
8664 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
8665
8666 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8667
8668 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
8669
8670 2006-04-24 Bill Wohler <wohler@newt.com>
8671
8672 * mh-e.texi (Getting Started): Make it more explicit that you need
8673 to install MH. Add pointers to current MH implementations.
8674
8675 2006-04-21 Bill Wohler <wohler@newt.com>
8676
8677 Release MH-E manual version 7.94.
8678
8679 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8680 release 7.94.
8681
8682 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
8683
8684 * org.texi: Many small fixes.
8685 (Handling links): Rename from "Managing links".
8686
8687 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
8688
8689 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
8690 (Splitting mail using spam-stat): Fix @xref.
8691
8692 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
8693
8694 * gnus.texi (Spam Package): Major revision of the text.
8695 Previously this node was "Filtering Spam Using The Spam ELisp Package".
8696
8697 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
8698
8699 * org.texi (Time stamps): Better explanation of the purpose of
8700 different time stamps.
8701 (Structure editing, Plain lists): More details on how new items
8702 and headings are inserted.
8703
8704 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
8705
8706 * org.texi (Formula syntax): Fix link to Calc Manual.
8707
8708 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
8709
8710 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
8711
8712 2006-04-17 Bill Wohler <wohler@newt.com>
8713
8714 * mh-e.texi (Folders): Update mh-before-quit-hook and
8715 mh-quit-hook example with code that removes the buffers rather
8716 than just bury them.
8717
8718 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
8719
8720 Sync with Tramp 2.0.53.
8721
8722 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8723
8724 * org.texi (Updating settings): New section.
8725 (Visibility cycling): Better names for the startup folding
8726 options.
8727 (Exporting): Completely restructured.
8728 (The very busy C-c C-c key): New section.
8729 (Summary of in-buffer settings): New section.
8730
8731 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
8732
8733 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
8734
8735 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
8736
8737 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
8738 (Server Commands): Key `v' is reserved for users.
8739
8740 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
8741
8742 * org.texi (Link format): New section, emphasis on bracket links.
8743 (External links): Document bracket links.
8744 (FAQ): Expand to cover shell links and the new link format.
8745
8746 2006-04-09 Kevin Ryde <user42@zip.com.au>
8747
8748 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
8749
8750 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8751
8752 * gnus.texi (Summary Buffer Lines): Add `*'.
8753
8754 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
8755
8756 * gnus.texi (Group Parameters):
8757 Mention gnus-permanently-visible-groups.
8758
8759 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8760
8761 * gnus.texi (Face): Fix typo.
8762
8763 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
8764
8765 * gnus.texi (X-Face): Clarify.
8766 (Face): Need Emacs with PNG support.
8767
8768 2006-04-06 Richard Stallman <rms@gnu.org>
8769
8770 * idlwave.texi: Delete the blocks "not suitable for inclusion with
8771 Emacs".
8772
8773 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
8774
8775 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
8776 blocks not suitable for inclusion with Emacs using variable
8777 PARTOFEMACS.
8778
8779 2006-04-04 Simon Josefsson <jas@extundo.com>
8780
8781 * gnus.texi (Security): Improve.
8782
8783 2006-04-02 Karl Berry <karl@gnu.org>
8784
8785 * texinfo.tex: Update to current version (2006-03-21.13).
8786
8787 2006-04-02 Bill Wohler <wohler@newt.com>
8788
8789 * mh-e.texi (Getting Started, Junk, Bug Reports)
8790 (MH FAQ and Support): Fix URLs.
8791
8792 2006-03-31 Romain Francoise <romain@orebokech.com>
8793
8794 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
8795 to t, not nil (and has for the past eight years).
8796
8797 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8798
8799 * message.texi, gnus.texi: Bump version to 5.11.
8800
8801 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
8802
8803 * gnus.texi (Top): Add comment about version line.
8804
8805 * message.texi (Top): Ditto. Change to take named versions into
8806 account.
8807
8808 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
8809
8810 * gnus.texi (Posting Styles): Add x-face-file to example.
8811 (X-Face): Refer to posting styles.
8812
8813 * gnus-faq.texi ([5.8]): Add x-face-file.
8814 ([8.4]): Add links to gmane.emacs.gnus.user and
8815 gmane.emacs.gnus.general.
8816
8817 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
8818
8819 * gnus-faq.texi: Use .invalid.
8820 ([5.4]): Fix gnus-posting-styles example.
8821
8822 2006-03-27 Romain Francoise <romain@orebokech.com>
8823
8824 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
8825 Emacs/W3 needs a new maintainer.
8826 (Ispell): Update author and version info.
8827 (Mailcrypt): Mention PGG.
8828 (New in Emacs 22): Add PGG to the list of new packages.
8829 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
8830 updating dead URLs.
8831
8832 2006-03-25 Karl Berry <karl@gnu.org>
8833
8834 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
8835 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
8836 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
8837 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
8838 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
8839 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
8840 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
8841 (2) do not indent copyright year list (or anything else).
8842
8843 2006-03-21 Bill Wohler <wohler@newt.com>
8844
8845 * mh-e.texi (Folders): Various edits.
8846
8847 2006-03-20 Romain Francoise <romain@orebokech.com>
8848
8849 * gnus.texi (Mail Folders): Grammar fix.
8850
8851 2006-03-19 Bill Wohler <wohler@newt.com>
8852
8853 * mh-e.texi (Replying): Document Mail-Followup-To.
8854 Change manually-formatted table to multitable. Add debugging info.
8855 Move description of mh-reply-default-reply-to into paragraph
8856 that describes its values.
8857
8858 2006-03-17 Bill Wohler <wohler@newt.com>
8859
8860 * mh-e.texi: Use smallexample and smalllisp consistently.
8861 (Sending Mail Tour): Update method of entering
8862 addresses and subject.
8863 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
8864 (Adding Attachments, Searching): Update screenshots for Emacs 22.
8865
8866 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
8867
8868 * org.texi: Version number change only.
8869
8870 2006-03-14 Bill Wohler <wohler@newt.com>
8871
8872 * mh-e.texi: Add index entries around each paragraph rather than
8873 depend on entries from beginning of node. Doing so ensures that
8874 index entries are less likely to be forgotten if text is cut and
8875 pasted, and are necessary anyway if the references are on a
8876 separate page. It seems that makeinfo is now (v. 4.8) only
8877 producing one index entry per node, so there is no longer any
8878 excuse not to. Use subheading instead of heading. The incorrect
8879 use of heading produced very large fonts in Info--as large as the
8880 main heading.
8881 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
8882 versions 6 and 7 appeared *around* the time of these Emacs releases.
8883
8884 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
8885
8886 * org.texi (Clean view): Document new startup options.
8887
8888 2006-03-11 Bill Wohler <wohler@newt.com>
8889
8890 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
8891 (Composing, Scan Line Formats): Fix @refs.
8892 (Getting Started): Define MH profile and MH profile components.
8893 (Incorporating Mail, Reading Mail, Viewing, Printing)
8894 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
8895 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
8896 for string constants.
8897 (Tool Bar): Remove spurious quote.
8898 (Junk): Use ``...'' instead of "...".
8899 (Scan Line Formats): Replace @samp with @kbd.
8900
8901 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
8902
8903 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
8904
8905 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
8906
8907 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
8908 easy to understand.
8909
8910 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
8911
8912 * gnus.texi: Markup fix.
8913 (Fancy Mail Splitting): Specify new feature.
8914
8915 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
8916
8917 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
8918 partial-words matching.
8919
8920 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
8921
8922 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
8923
8924 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
8925 (MIME Commands): Fix mm-discouraged-alternatives.
8926
8927 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
8928
8929 * org.texi: Version number change only.
8930
8931 2006-03-06 Bill Wohler <wohler@newt.com>
8932
8933 * mh-e.texi: Move from SourceForge repository to Savannah.
8934 This is version 7.93, which is a total rewrite from the previous
8935 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
8936 version 7.93.
8937
8938 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8939
8940 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
8941
8942 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
8943
8944 * org.texi (Interaction): Add item about `org-mouse.el' by
8945 Piotr Zielinski.
8946 (Managing links): Document that also mouse-1 can be used to
8947 activate a link.
8948 (Headlines, FAQ): Add entry about hiding leading stars.
8949 (Miscellaneous): Resort the sections in this chapter to a more
8950 logical sequence.
8951
8952 2006-02-27 Simon Josefsson <jas@extundo.com>
8953
8954 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
8955 2004-01-27 from the trunk).
8956
8957 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8958
8959 * cc-mode.texi: Rename c-hungry-backspace to
8960 c-hungry-delete-backwards, at the request of RMS. Leave the old
8961 name as an alias.
8962
8963 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8964
8965 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
8966 include the function header within the defun.
8967
8968 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8969
8970 * cc-mode.texi: Correct two typos.
8971
8972 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8973
8974 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
8975 existing comment.
8976 (Electric Keys): Add a justification for electric indentation.
8977 (Hungry WS Deletion): Clear up the names and complications of the
8978 BACKSPACE and DELETE keys.
8979
8980 2006-02-23 Juri Linkov <juri@jurta.org>
8981
8982 * faq.texi (Common requests): Move `Turning on auto-fill by
8983 default' after `Wrapping words automatically'. Move `Working with
8984 unprintable characters' before `Searching for/replacing newlines'.
8985 Move `Replacing highlighted text' after `Highlighting a region'.
8986 Merge `Repeating commands' and `Repeating a command as many times
8987 as possible' into the former.
8988 (Packages that do not come with Emacs): Add refs to Gmane and
8989 etc/MORE.STUFF.
8990
8991 2006-02-23 Juri Linkov <juri@jurta.org>
8992
8993 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
8994 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
8995 Add xref to `(emacs)Reporting Bugs'.
8996 (Getting a printed manual): Add URL to other formats of the manual.
8997 (Common requests): Fix menu.
8998 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
8999 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
9000 (Inserting text at the beginning of each line): Add pxref to
9001 `Changing the included text prefix'.
9002 (Forcing the cursor to remain in the same column): Mention `track-eol'
9003 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
9004 (Replacing text across multiple files): Add keybinding `Q' for
9005 `dired-do-query-replace'.
9006
9007 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
9008
9009 * reftex.texi: Version number and date change only.
9010
9011 * org.texi (Internal Links): Rewrite to cover the modified
9012 linking system.
9013
9014 2006-02-17 Eli Zaretskii <eliz@gnu.org>
9015
9016 * faq.texi: Remove the coding cookie, it's not needed anymore.
9017
9018 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9019
9020 * faq.texi (Colors on a TTY): Mention Mac OS port.
9021
9022 2006-02-12 Karl Berry <karl@gnu.org>
9023
9024 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
9025 8-bit accented a.
9026
9027 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
9028
9029 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
9030
9031 2006-02-08 Romain Francoise <romain@orebokech.com>
9032
9033 * faq.texi (Top): Remove paragraph about the FAQ being a
9034 transitional document, etc.
9035 (Searching for/replacing newlines): New node.
9036 (Yanking text in isearch): New node.
9037 (Inserting text at the beginning of each line): Rename and make
9038 more general, mention `M-;' in Message mode.
9039
9040 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
9041
9042 * faq.texi (Meta key does not work in xterm)
9043 (Emacs does not display 8-bit characters)
9044 (Inputting eight-bit characters): Update xrefs.
9045
9046 2006-02-06 Romain Francoise <romain@orebokech.com>
9047
9048 * faq.texi (VM): VM now at version 7.19.
9049 Set myself as maintainer of this file.
9050
9051 2006-02-04 Michael Olson <mwolson@gnu.org>
9052
9053 * erc.texi (History): Note that ERC is now included with Emacs.
9054
9055 2006-01-31 Romain Francoise <romain@orebokech.com>
9056
9057 * message.texi (Message Headers): Explain what
9058 `message-alternative-emails' does in more detail.
9059 Update copyright year.
9060
9061 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
9062
9063 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
9064
9065 2006-01-29 Richard M. Stallman <rms@gnu.org>
9066
9067 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
9068
9069 2006-01-29 Michael Olson <mwolson@gnu.org>
9070
9071 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
9072
9073 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
9074
9075 * faq.texi (New in Emacs 22): Mention ERC.
9076
9077 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9078
9079 * rcirc.texi: Capitalize dir entry for consistency with the entry
9080 in info/dir and other entries in the Emacs category.
9081 Fix typos. Delete trailing whitespace.
9082
9083 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
9084
9085 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
9086
9087 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9088
9089 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
9090 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9091
9092 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
9093 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9094
9095 2006-01-27 Alex Schroeder <alex@gnu.org>
9096
9097 * rcirc.texi: New file.
9098
9099 2006-01-23 Juri Linkov <juri@jurta.org>
9100
9101 * widget.texi (User Interface): Add S-TAB for widget-backward.
9102
9103 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
9104
9105 Sync with Tramp 2.0.52.
9106
9107 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
9108 Add Tramp disabling item. New item for common connection problems.
9109 (various): Apply "ftp" as method for the download URL.
9110 (Bug Reports): Refer to FAQ for common problems.
9111
9112 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9113
9114 * widget.texi (User Interface): Use @key for TAB.
9115
9116 * ses.texi (Formulas, Printer functions): Use @key for TAB.
9117
9118 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
9119 for TAB.
9120
9121 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
9122
9123 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9124
9125 * gnus.texi: Update copyright.
9126
9127 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
9128
9129 * gnus.texi (Article Washing): Additions.
9130
9131 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9132
9133 * org.texi (Agenda commands): Document tags command.
9134
9135 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9136
9137 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
9138
9139 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9140
9141 * gnus.texi (RSS): Addition.
9142
9143 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9144
9145 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
9146
9147 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9148
9149 * emacs-mime.texi (Display Customization): Add setting example to
9150 mm-discouraged-alternatives.
9151
9152 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
9155 version is the canonical version.
9156
9157 2006-01-08 Alex Schroeder <alex@gnu.org>
9158
9159 * pgg.texi (Caching passphrase): Rewording.
9160
9161 2006-01-06 Eli Zaretskii <eliz@gnu.org>
9162
9163 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
9164 repository URL.
9165
9166 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
9167
9168 * org.texi: Removed the accidentally re-added empty line in the
9169 direntry.
9170
9171 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
9172
9173 * org.texi (Agenda Views): Chapter reorganized.
9174
9175 2005-12-29 Romain Francoise <romain@orebokech.com>
9176
9177 * faq.texi (Using Customize): New node.
9178
9179 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9180
9181 * org.texi: Remove blank line in @direntry. It is non-standard
9182 and recursively produces blank lines all over the dir file (when
9183 using Texinfo 4.8).
9184
9185 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9186
9187 * widget.texi (atoms): Delete obsolete remark about `file' widget.
9188
9189 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9190
9191 * org.texi (Tags): Boolean logic documented.
9192 (Agenda Views): Document custom commands.
9193
9194 2005-12-20 David Kastrup <dak@gnu.org>
9195
9196 * faq.texi (AUCTeX): Update version and mailing list info.
9197
9198 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9199
9200 * gnus.texi (MIME Commands): Mention addition of
9201 multipart/alternative to gnus-buttonized-mime-types and add xref
9202 to mm-discouraged-alternatives.
9203
9204 * emacs-mime.texi (Display Customization): Mention addition of
9205 "image/.*" and add xref to gnus-buttonized-mime-types in the
9206 mm-discouraged-alternatives section.
9207
9208 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9209
9210 * org.texi (Tags): New section.
9211 (Agenda Views): Chapter reorganized.
9212
9213 2005-12-16 Eli Zaretskii <eliz@gnu.org>
9214
9215 * org.texi (Internal Links): Add a missing comma after an @xref.
9216
9217 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
9218
9219 * faq.texi (Filling paragraphs with a single space): No need to
9220 change sentence-end now.
9221
9222 2005-12-13 Romain Francoise <romain@orebokech.com>
9223
9224 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
9225
9226 2005-12-12 Jay Belanger <belanger@truman.edu>
9227
9228 * faq.texi (Calc): Update version number.
9229
9230 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9231
9232 * org.texi (Progress Logging): New section.
9233
9234 2005-12-10 Romain Francoise <romain@orebokech.com>
9235
9236 Update the Emacs FAQ for the 22.1 release.
9237
9238 * faq.texi: Set VER to `22.1'.
9239 (Basic editing): Explain how to use localized versions of the
9240 Tutorial. Mention that `C-h r' displays the manual.
9241 Delete obsolete WWW link to an Emacs 18 tutorial.
9242 (Getting a printed manual): Point to the new locations of the
9243 manuals on the GNU Web site.
9244 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
9245 available via Info (it was previously distributed separately).
9246 (Installing Texinfo documentation): The latest version of Texinfo
9247 is 4.8, not 4.0.
9248 (Informational files for Emacs): COPYING is the GNU General Public
9249 License, not the Emacs General Public License.
9250 (Informational files for Emacs): Delete obsolete link to the
9251 GNUinfo pages as they have been removed from the GNU Web site.
9252 (New in Emacs 22): New node.
9253 (Setting up a customization file): Say that most packages support
9254 Customize nowadays.
9255 (Colors on a TTY): Delete reference to instructions on how to
9256 enable syntax highlighting, it is now enabled by default.
9257 (Turning on abbrevs by default): Emacs now reads the abbrevs file
9258 at startup automatically.
9259 (Controlling case sensitivity): Mention `M-c' in isearch.
9260 (Using an already running Emacs process): Emacs now creates the
9261 socket in `/tmp/emacsUID'. Fix typos. Change default location of
9262 gnuserv. As emacsclient can now run Lisp code as well, delete a
9263 sentence praising gnuserv for that. Simplify description of how
9264 the client/server operation works.
9265 (Compiler error messages): Delete obsolete text (compile.el has
9266 been rewritten).
9267 (Indenting switch statements): Fix typo.
9268 (Matching parentheses): Simplify setup instructions, mention the
9269 menu bar item in the Options menu.
9270 (Repeating a command as many times as possible): Mention `C-x e'.
9271 (Going to a line by number): Mention new keymap and bindings
9272 `M-g M-g', `M-g M-p' and `M-g M-n'.
9273 (Turning on syntax highlighting): Now on by default. Simplify.
9274 (Replacing highlighted text): Use `1', not `t'.
9275 (Problems with very large files): The maximum size is now 256MB on
9276 32-bit machines.
9277 (^M in the shell buffer): Mention `comint-process-echoes'.
9278 (Emacs for Apple computers): Emacs 22 has native support for Mac
9279 OS X.
9280 (Translating names to IP addresses): Delete node.
9281 (Binding keys to commands): Fix typo.
9282 (SPC no longer completes file names): New node.
9283 (MIME with Emacs mail packages): Delete section about the Emacs
9284 MIME FAQ (it's not reachable anymore).
9285
9286 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9287
9288 * cc-mode.texi: The manual has been extensively revised: the
9289 information about using CC Mode has been separated from the larger
9290 and more difficult chapters about configuration. It has been
9291 updated for CC Mode 5.31.
9292
9293 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9294
9295 * pgg.texi (User Commands): Fix description of pgg-verify-region.
9296 (Selecting an implementation): Fix descriptions.
9297
9298 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9299
9300 * message.texi (Various Message Variables): Addition.
9301
9302 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9303
9304 * message.texi: Fix default values.
9305
9306 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9307
9308 * message.texi (Header Commands): Clarify descriptions of
9309 message-cross-post-followup-to, message-reduce-to-to-cc, and
9310 message-insert-wide-reply.
9311 (Various Commands): Fix kindex for message-kill-to-signature;
9312 clarify description of message-tab.
9313
9314 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
9315
9316 * message.texi (Mailing Lists): Fix description about MFT.
9317
9318 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
9319
9320 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9321
9322 * gnus.texi (Slow Terminal Connection): Replace old description
9323 with new one.
9324
9325 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
9326
9327 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
9328 replace X-Draft-Headers with X-Draft-From.
9329
9330 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9331
9332 * gnus.texi (Various Various): Fix the default value of
9333 nnheader-max-head-length.
9334 (Gnus Versions): Fix typo.
9335
9336 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9337
9338 * org.texi (Structure editing): Document new functionality of
9339 M-RET.
9340
9341 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
9342
9343 * org.texi (Internal Links): Fix Texinfo usage.
9344
9345 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9346
9347 * org.texi (TODO basics): Document the global todo list.
9348 (TODO items): Documents sparse tree for specific TODO
9349 keywords.
9350
9351 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
9352
9353 * org.texi (Plain Lists): Typos fixed.
9354
9355 2005-11-28 Jay Belanger <belanger@truman.edu>
9356
9357 * calc.texi: Change references of `M-#' to `C-x *' prefix.
9358
9359 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9360
9361 * org.texi (Structure editing): New item moving commands added.
9362 (Plain Lists): New section.
9363
9364 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9365
9366 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
9367 (Agenda): Document commands `org-cycle-agenda-files' and
9368 `org-agenda-file-to-front'.
9369 (Built-in table editor): Document `org-table-sort-lines'.
9370 (HTML formatting): Export of hand-formatted lists.
9371
9372 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9373
9374 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
9375 new variable gnus-toolbar-thickness.
9376
9377 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
9378
9379 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
9380
9381 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9382
9383 * gnus.texi (X-Face): Fix description.
9384 (XVarious): Remove gnus-xmas-logo-color-alist and
9385 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
9386
9387 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9388
9389 * gnus.texi (Group Parameters): Mention new variable
9390 gnus-parameters-case-fold-search.
9391 (Home Score File): Addition.
9392
9393 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9394
9395 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
9396 (Overview): List supported feed types.
9397 (Installation): No installation necessary when using autoload.
9398 (Configuration): Rename "RSS" to "news".
9399
9400 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9401
9402 * pgg.texi (User Commands): Document additional passphrase
9403 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
9404 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
9405
9406 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9407
9408 * org.texi: Version number changed to 3.19.
9409
9410 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
9411
9412 * pgg.texi (How to use): Update the example to add autoload of
9413 pgg-encrypt-symmetric-region.
9414 (User Commands): Document pgg-encrypt-symmetric-region.
9415 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
9416
9417 2005-10-27 Jay Belanger <belanger@truman.edu>
9418
9419 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
9420 mention other TeX-related units.
9421
9422 2005-10-23 Lars Hansen <larsh@soem.dk>
9423
9424 * dired-x.texi (Miscellaneous Commands):
9425 Replace dired-do-relative-symlink by dired-do-relsymlink and
9426 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
9427
9428 2005-10-23 Jay Belanger <belanger@truman.edu>
9429
9430 * calc.texi (Predefined Units): Use `alpha' for the fine structure
9431 constant.
9432
9433 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9434
9435 * faq.texi (Bugs and problems):
9436 Replace `dired-move-to-filename-regexp' by
9437 `directory-listing-before-filename-regexp'.
9438
9439 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9440
9441 * newsticker.texi (UPDATED): Set value.
9442
9443 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
9444
9445 * gnus.texi (Document Groups): Remove duplicate item.
9446
9447 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9448
9449 * org.texi (Summary): Mention iCalendar support.
9450 (Exporting): Document iCalendar support.
9451
9452 2005-10-18 Romain Francoise <romain@orebokech.com>
9453
9454 * viper.texi (Viper Specials): Capitalize GNU.
9455
9456 2005-10-17 Juri Linkov <juri@jurta.org>
9457
9458 * info.texi (Getting Started, Search Index, Expert Info):
9459 Fix wording.
9460 (Search Text): Replace `echo area' with `mode line'.
9461 (Search Index): Both `i' and `,' find all index entries.
9462 Replace example `C-f' with `C-l' (which exists in index of Info
9463 manual) and delete spaces in its keyboard input sequence.
9464 Delete unnecessary explanations about literal characters.
9465
9466 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
9467
9468 * gnus.texi (Document Server Internals): Addition.
9469
9470 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9471
9472 * gnus.texi (A note on namespaces): Fix RFC reference.
9473
9474 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9475
9476 * gnus.texi (RSS): Fix key description.
9477
9478 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9479
9480 * gnus.texi: Emacs/w3 -> Emacs/W3.
9481 (Browsing the Web): Fix description.
9482 (Web Searches): Ditto.
9483 (Customizing W3): Ditto.
9484
9485 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9486
9487 * gnus.texi (Maildir): Clarify expire-age and expire-group.
9488
9489 2005-10-11 Jay Belanger <belanger@truman.edu>
9490
9491 * calc.texi (Integration): Mention using `a i' to compute definite
9492 integrals.
9493
9494 2005-10-11 Juri Linkov <juri@jurta.org>
9495
9496 * info.texi: Rearrange nodes.
9497 (Top): Update menu. Change ref `Info for Experts' to
9498 `Advanced Info Commands'.
9499 (Getting Started): Fix description of manual's parts.
9500 (Help-Int): Change xref `Info Search' to `Search Index', and
9501 `Expert Info' to `Advanced'.
9502 (Advanced): Move node one level up.
9503 (Search Text, Search Index): New nodes split out from `Info Search'.
9504 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
9505 split out from `Advanced'.
9506 (Advanced, Emacs Info Variables): De-document editing an Info file
9507 in Info.
9508 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
9509 (Creating an Info File): Delete node and move its text to
9510 `Expert Info'.
9511
9512 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9513
9514 * org.texi (Workflow states): Documented that change in keywords
9515 becomes active only after restart of Emacs.
9516
9517 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9518
9519 Sync with Tramp 2.0.51.
9520
9521 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
9522
9523 * speedbar.texi (Introduction): Describe new location of speedbar
9524 on menubar.
9525 (Basic Key Bindings): Remove descriptions of bindings that have
9526 been removed.
9527
9528 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
9529
9530 * speedbar.texi (GDB): Describe use of watch expressions.
9531
9532 2005-09-28 Simon Josefsson <jas@extundo.com>
9533
9534 * message.texi (IDNA): Fix.
9535
9536 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9537
9538 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
9539 nntp-server-hook, and nntp-warn-about-losing-connection; fix
9540 description of nntp-open-connection-function.
9541 (Common Variables): Fix descriptions.
9542
9543 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
9544
9545 * gnus.texi (Server Buffer Format): Document the %a format spec.
9546
9547 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9548
9549 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
9550
9551 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9552
9553 * org.texi Version 3.16.
9554
9555 2005-09-19 Miles Bader <miles@gnu.org>
9556
9557 * newsticker.texi: Get rid of CVS keywords.
9558
9559 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
9560
9561 * gnus.texi (Finding the Parent): Fix description of how Gnus
9562 finds article.
9563
9564 2005-09-14 Jari Aalto <jari.aalto@cante.net>
9565
9566 * gnus.texi (Advanced Scoring Examples): New examples to teach how
9567 to drop off non-answered articles.
9568
9569 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9570
9571 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
9572 braces (which are unsupported by NMAKE) for macro `srcdir'.
9573
9574 2005-09-17 Eli Zaretskii <eliz@gnu.org>
9575
9576 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9577 (../info/newsticker, newsticker.dvi): New targets.
9578
9579 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
9580
9581 * newsticker.texi: Replace @command with @code. Replace @example
9582 with @lisp.
9583 (Top): Add explanations to menu items.
9584 (GNU Free Documentation License): Remove.
9585
9586 2005-09-16 Romain Francoise <romain@orebokech.com>
9587
9588 Update all files to specify GFDL version 1.2.
9589
9590 * doclicense.texi (GNU Free Documentation License): Update to
9591 version 1.2.
9592
9593 2005-09-15 Richard M. Stallman <rms@gnu.org>
9594
9595 * newsticker.texi: Fix @setfilename.
9596
9597 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9598 (../info/newsticker, newsticker.dvi): New targets.
9599
9600 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
9601
9602 * org.texi: Version 3.15.
9603
9604 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
9605
9606 * ses.texi: Combine all three indices into one.
9607 Correct a few typos.
9608
9609 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
9610
9611 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
9612
9613 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9614
9615 * emacs-mime.texi (Handles): Remove duplicate item.
9616 (Encoding Customization): Fix the default value for
9617 mm-coding-system-priorities.
9618 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
9619 (Basic Functions): Fix reference.
9620
9621 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9622
9623 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
9624
9625 2005-08-18 Richard M. Stallman <rms@gnu.org>
9626
9627 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
9628 and web site.
9629
9630 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
9631 not keyboard-translate.
9632
9633 2005-08-11 Richard M. Stallman <rms@gnu.org>
9634
9635 * faq.texi (Using regular expressions): Fix xref.
9636
9637 2005-08-09 Juri Linkov <juri@jurta.org>
9638
9639 * info.texi (Help-P): Replace `Prev' with `Previous'.
9640 (Help-M, Help-Xref): Add S-TAB.
9641 (Help-FOO): Update `u' command.
9642 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
9643 Update info about visibility of xref parts.
9644 (Help-Int): Fix `m' command. Rename `Info-last' to
9645 `Info-history-back'. Add `Info-history-forward'.
9646 (Advanced): Fix `g*' and `M-n' commands.
9647 (Info Search): Add `index-apropos' in stand-alone browser.
9648 Add isearch commands.
9649 (Emacs Info Variables): Remove `Info-fontify'.
9650 Add `Info-mode-hook'. Update face names.
9651 Add `Info-fontify-maximum-menu-size',
9652 `Info-fontify-visited-nodes', `Info-isearch-search'.
9653
9654 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
9655
9656 Sync with Tramp 2.0.50.
9657
9658 * tramp.texi: Use @option{} consequently for method names.
9659 (Inline methods, External transfer methods): Remove references to
9660 Cygwin.
9661 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
9662 implementation.
9663
9664 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
9665
9666 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
9667 Mention that gnus-init-file is not read when Emacs is invoked with
9668 --no-init-file or -q.
9669
9670 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
9671
9672 * org.texi: Version 3.14.
9673
9674 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9675
9676 * org.texi: Version 3.13.
9677
9678 2005-07-18 Juri Linkov <juri@jurta.org>
9679
9680 * calc.texi (Time Zones, Logical Operations):
9681 * cl.texi (Overview):
9682 * org.texi (TODO types):
9683 * sc.texi (Emacs 18 MUAs):
9684 * speedbar.texi (Top):
9685 * url.texi (History):
9686 Delete duplicate duplicate words.
9687
9688 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
9689
9690 * cl.texi (Type Predicates): Document `atom' type.
9691
9692 2005-07-04 Lute Kamstra <lute@gnu.org>
9693
9694 Update FSF's address in GPL notices.
9695
9696 * calc.texi (Copying):
9697 * doclicense.texi (GNU Free Documentation License):
9698 * faq.texi (Contacting the FSF):
9699 * mh-e.texi (Copying): Update FSF's address.
9700
9701 2005-07-03 Richard M. Stallman <rms@gnu.org>
9702
9703 * flymake.texi (Example -- Configuring a tool called directly):
9704 Update name of flymake-build-relative-filename.
9705
9706 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9707
9708 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
9709
9710 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9711
9712 * org.texi: Version 3.12.
9713
9714 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9715
9716 * makefile.w32-in (MAKEINFO): Use --force.
9717 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
9718 Makefile.in.
9719 (gnus.dvi): Use "..." to quote Sed args, so that it works with
9720 more shells.
9721
9722 2005-06-23 Richard M. Stallman <rms@gnu.org>
9723
9724 * speedbar.texi (Creating a display): Texinfo usage fixes.
9725
9726 * tramp.texi (Customizing Completion, Auto-save and Backup):
9727 Texinfo usage fixes.
9728
9729 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9730
9731 * dired-x.texi (Miscellaneous Commands):
9732 * ediff.texi (Miscellaneous):
9733 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
9734 (Agent Variables):
9735 * info.texi (Help-Xref):
9736 * message.texi (Message Headers):
9737 * org.texi (Remember):
9738 * reftex.texi (Options (Defining Label Environments)):
9739 (Options (Index Support)):
9740 (Options (Viewing Cross-References)):
9741 (Options (Misc)):
9742 (Changes):
9743 * speedbar.texi (Creating a display):
9744 * tramp.texi (Customizing Completion, Auto-save and Backup):
9745 Texinfo usage fix.
9746
9747 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
9748
9749 * org.texi: Version 3.11.
9750
9751 2005-06-12 Jay Belanger <belanger@truman.edu>
9752
9753 * calc.texi (Getting Started): Remove extra menu item.
9754
9755 2005-05-31 Jay Belanger <belanger@truman.edu>
9756
9757 * calc.texi (Notations Used in This Manual): Use @kbd for key
9758 sequence.
9759 (Demonstration of Calc): Mention another way of starting Calc.
9760 (Starting Calc): Mention long name of M-#.
9761 (Embedded Mode Overview): Remove unnecessary instruction.
9762 (Other M-# commands): Rephrase `M-# 0' explanation.
9763 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
9764 reflect current behavior.
9765
9766 2005-05-30 Jay Belanger <belanger@truman.edu>
9767
9768 * calc.texi (Hooks): Change description of calc-window-hook and
9769 calc-trail-window-hook to match usage.
9770 (Computational Functions): Add more constant-generating functions.
9771 (Customizable Variables): Use defvar.
9772
9773 2005-05-28 Jay Belanger <belanger@truman.edu>
9774
9775 * calc.texi (Assignments in Embedded Mode): Fix variable name.
9776 (Basic Embedded Mode): Explain behavior of arguments to
9777 calc-embedded-mode.
9778
9779 2005-05-27 Jay Belanger <belanger@truman.edu>
9780
9781 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
9782 current behavior.
9783
9784 2005-05-25 Jay Belanger <belanger@truman.edu>
9785
9786 * calc.texi: Change Calc version number throughout.
9787 (Keypad Mode): Change location in info output.
9788 (Keypad mode overview): Move picture of keypad.
9789
9790 2005-05-21 Jay Belanger <belanger@truman.edu>
9791
9792 * calc.texi (Storing variables): Mention that only most variables
9793 are void to begin with.
9794
9795 2005-05-21 Kevin Ryde <user42@zip.com.au>
9796
9797 * widget.texi (Basic Types): Update cross ref from "Enabling
9798 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
9799 lispref/text.texi change.
9800
9801 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9802
9803 * org.texi: Version 3.09.
9804
9805 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
9806
9807 * reftex.texi: Version 4.28.
9808
9809 2005-05-16 Jay Belanger <belanger@truman.edu>
9810
9811 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
9812
9813 2005-05-14 Jay Belanger <belanger@truman.edu>
9814
9815 * calc.texi (Default Simplifications): Insert missing ! (logical
9816 not operator).
9817
9818 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
9819
9820 Sync with Tramp 2.0.49.
9821
9822 2005-05-10 Jay Belanger <belanger@truman.edu>
9823
9824 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
9825 to 1.
9826
9827 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9828
9829 * org.texi: Version 3.08, structure reorganized.
9830
9831 2005-04-24 Richard M. Stallman <rms@gnu.org>
9832
9833 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
9834
9835 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9836
9837 * org.texi: Update to version 3.06.
9838
9839 2005-04-13 Lute Kamstra <lute@gnu.org>
9840
9841 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
9842
9843 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
9844
9845 * cl.texi (Porting Common Lisp): Fix typo.
9846
9847 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9848
9849 * gnus.texi (RSS): Addition.
9850
9851 2005-04-04 Jay Belanger <belanger@truman.edu>
9852
9853 * calc.texi: Change Calc version number.
9854 (Customizable variables): Fix description of calc-language-alist.
9855 (Copying): Put in version 2 of GPL.
9856
9857 2005-04-01 Jay Belanger <belanger@truman.edu>
9858
9859 * calc.texi (Troubleshooting Commands): Remove comment about
9860 installation.
9861 (Installation): Remove section.
9862 (Customizable Variables): New section.
9863 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
9864 (Graphical Devices): Add references to Customizable Variables.
9865
9866 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
9867
9868 * emacs-mime.texi (Display Customization): Markup fixes.
9869 (rfc2047): Update.
9870
9871 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
9872
9873 * gnus-faq.texi: Replaced with auto-generated version.
9874
9875 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9876
9877 * dired-x.texi (Multiple Dired Directories): default-directory was
9878 renamed to dired-default-directory.
9879
9880 2005-03-26 Jay Belanger <belanger@truman.edu>
9881
9882 * calc.texi (Simplifying Formulas, Rewrite Rules):
9883 Change description of top and bottom of fraction.
9884 (Modulo Forms): Move description of how to create modulo forms to
9885 earlier in the section.
9886 (Fraction Mode): Suggest using : to get a fraction by dividing.
9887 (Basic Arithmetic): Adjust placement of command name.
9888 (Truncating the Stack): Emphasize that "hidden" entries are still
9889 visible.
9890 (Installation): Move discussion of printing manual to "About This
9891 Manual".
9892 (About This Manual): Mention how to print the manual.
9893 (Reporting Bugs): Remove first person.
9894 (Building Vectors): Add algebraic version of append.
9895 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
9896 (Grouping Digits): Fix typo.
9897
9898 2005-03-25 Werner Lemberg <wl@gnu.org>
9899
9900 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
9901 Replace `legal' with `valid'.
9902
9903 2005-03-25 Werner Lemberg <wl@gnu.org>
9904
9905 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
9906
9907 2005-03-24 Jay Belanger <belanger@truman.edu>
9908
9909 * calc.texi (General Mode Commands)
9910 (Mode Settings in Embedded Mode): Add some explanation of
9911 recording mode settings.
9912
9913 2005-03-24 Richard M. Stallman <rms@gnu.org>
9914
9915 * calc.texi: Remove praise of non-free software.
9916
9917 * idlwave.texi: Don't say where to get IDL or its non-free manual.
9918 (Installation): Node deleted.
9919
9920 2005-03-23 Richard M. Stallman <rms@gnu.org>
9921
9922 * url.texi (HTTP language/coding): Improve last change.
9923
9924 2005-03-22 Jay Belanger <belanger@truman.edu>
9925
9926 * calc.texi (Embedded Mode): Add new information on changing
9927 modes.
9928
9929 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
9930
9931 Sync with Tramp 2.0.48.
9932
9933 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
9934
9935 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
9936 "GNU/Linux". Change all addresses to .gnu.org.
9937 (Default Method): Offer shortened syntax for "su" and "sudo"
9938 methods.
9939
9940 2005-03-07 Richard M. Stallman <rms@gnu.org>
9941
9942 * url.texi: Fix usage of "e.g.".
9943 (HTTP language/coding): Explain the rules for these strings.
9944
9945 2005-03-06 Richard M. Stallman <rms@gnu.org>
9946
9947 * woman.texi (Introduction): Minor cleanups.
9948
9949 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
9950
9951 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
9952 (Installation): Node deleted.
9953
9954 * mh-e.texi (Preface): Get rid of "Emacs 21".
9955
9956 * eshell.texi (Installation): Delete node (for Emacs 20).
9957
9958 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
9959
9960 * flymake.texi: Refill and tweak style in @lisp blocks.
9961
9962 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9963
9964 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
9965
9966 2005-03-01 Jay Belanger <belanger@truman.edu>
9967
9968 * calc.texi (Trigonometric and Hyperbolic Functions):
9969 Mention additional functions.
9970 (Algebraic Simplifications): Mention additional simplifications.
9971
9972 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
9973
9974 * ses.texi: Add concept/function/variable indices (this work was
9975 donated by Brad Collins <brad@chenla.org>, copyright-assignment
9976 papers on file at FSF).
9977
9978 2005-02-10 Jay Belanger <belanger@truman.edu>
9979
9980 * calc.texi: Change @LaTeX to La@TeX throughout.
9981 Redefine @expr as @math for TeX output.
9982 Redefine @texline as a no-op for TeX output.
9983 Define @tfn, replace @t by @tfn throughout.
9984
9985 2005-02-09 Jay Belanger <belanger@truman.edu>
9986
9987 * calc.texi: Add macro for LaTeX for info output.
9988
9989 2005-02-08 Kim F. Storm <storm@cua.dk>
9990
9991 * texinfo.tex (LaTex): Add def.
9992
9993 2005-02-06 Jay Belanger <belanger@truman.edu>
9994
9995 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
9996 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
9997 throughout manual.
9998
9999 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10000
10001 * gnus.texi: Some edits based on comments from David Abrahams.
10002
10003 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10004
10005 * gnus.texi (RSS): Fix the keystroke.
10006
10007 2005-01-24 David Kastrup <dak@gnu.org>
10008
10009 * faq.texi: Update AUCTeX version info.
10010
10011 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
10012
10013 * gnus-faq.texi ([4.1]): Typo.
10014
10015 2005-01-19 Jay Belanger <belanger@truman.edu>
10016
10017 * calc.texi (Keep Arguments): Mention that keeping arguments
10018 doesn't work with keyboard macros.
10019
10020 2005-01-16 Richard M. Stallman <rms@gnu.org>
10021
10022 * autotype.texi (Autoinserting): Fix small error.
10023
10024 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
10025
10026 Sync with Tramp 2.0.47.
10027
10028 * tramp.texi (Compilation): New section, describing compilation of
10029 remote files.
10030
10031 2005-01-11 Kim F. Storm <storm@cua.dk>
10032
10033 * widget.texi (Basic Types): Add :follow-link keyword.
10034
10035 2005-01-09 Jay Belanger <belanger@truman.edu>
10036
10037 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
10038
10039 2005-01-08 Jay Belanger <belanger@truman.edu>
10040
10041 * calc.texi: Change throughout to reflect new default value of
10042 calc-settings-file.
10043
10044 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10045
10046 * message.texi (Reply): `message-reply-to-function' should return
10047 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
10048
10049 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
10050
10051 * faq.texi (Changing load-path): Fix typo.
10052
10053 2005-01-05 Jay Belanger <belanger@truman.edu>
10054
10055 * calc.texi (Programming Tutorial): Replace kbd command by
10056 appropriate characters for a keyboard macro.
10057
10058 2005-01-04 Jay Belanger <belanger@truman.edu>
10059
10060 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
10061 for Lucid Emacs.
10062 (Programming Tutorial): Mention that the user needs to be in the
10063 right mode to compute some functions.
10064
10065 2005-01-04 Jay Belanger <belanger@truman.edu>
10066
10067 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
10068 no longer applicable.
10069
10070 2005-01-01 Jay Belanger <belanger@truman.edu>
10071
10072 * calc.texi (Programming Tutorial): Change description of how to
10073 edit keyboard macros to match current behavior.
10074
10075 2004-12-31 Jay Belanger <belanger@truman.edu>
10076
10077 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
10078
10079 2004-12-20 Jay Belanger <belanger@truman.edu>
10080
10081 * calc.texi (Types Tutorial): Emphasize that you can't divide by
10082 zero.
10083
10084 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
10085
10086 * cc-mode.texi (Text Filling and Line Breaking): Put period after
10087 @xref.
10088 (Font Locking): Avoid @strong{Note:}.
10089
10090 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10091
10092 Sync with Tramp 2.0.46.
10093
10094 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
10095
10096 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
10097
10098 * url.texi: Correct typos.
10099 (Retrieving URLs): @var{nil}->@code{nil}.
10100 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
10101 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
10102 (Dealing with HTTP documents): @inforef->@xref.
10103
10104 2004-12-15 Jay Belanger <belanger@truman.edu>
10105
10106 * calc.texi: Consistently capitalized all mode names.
10107 (Answers to Exercises): Mention that an answer can be a fraction
10108 when in Fraction mode.
10109
10110 2004-12-13 Jay Belanger <belanger@truman.edu>
10111
10112 * calc.texi: Fix some TeX definitions.
10113
10114 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
10115
10116 * reftex.texi (Imprint): Remove erroneous @value's.
10117
10118 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10119
10120 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
10121 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
10122
10123 2004-12-08 Jay Belanger <belanger@truman.edu>
10124
10125 * calc.texi (Starting Calc): Remove comment about installation.
10126 (Keypad Mode Overview): Remove comment about Emacs 19 support.
10127
10128 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10129
10130 * url.texi: Update @setfilename.
10131 (Getting Started): No need to worry about Gnus versions.
10132 (Dealing with HTTP documents): Use @inforef.
10133
10134 * org.texi: Fix @direntry file name.
10135
10136 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10137
10138 * url.texi: New file.
10139
10140 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
10141
10142 2004-12-06 Jay Belanger <belanger@truman.edu>
10143
10144 * calc.texi (Using Calc): Remove paragraph about installation.
10145
10146 2004-12-06 Jay Belanger <belanger@truman.edu>
10147
10148 * calc.texi: Use more Texinfo macros and less TeX defs.
10149 Remove @refill's.
10150
10151 2004-12-06 Richard M. Stallman <rms@gnu.org>
10152
10153 * org.texi: New file.
10154
10155 2004-12-05 Richard M. Stallman <rms@gnu.org>
10156
10157 * Makefile.in (org.dvi, ../info/org): New targets.
10158 (INFO_TARGETS): Add ../info/org.
10159 (DVI_TARGETS): Add org.dvi.
10160 (maintainer-clean): Remove the info files in the info dir.
10161
10162 2004-11-26 Eli Zaretskii <eliz@gnu.org>
10163
10164 * idlwave.texi: Fix the setfilename directive to put the produced
10165 file in ../info.
10166 (Continued Statement Indentation): Resurrect Jan D.'s change from
10167 2004-11-03 that was lost when a newer version of idlwave.texi was
10168 imported.
10169
10170 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10171
10172 * gnus-faq.texi ([5.1]): Add missing bracket.
10173
10174 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
10175 Index `spam-initialize'.
10176
10177 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10178
10179 * message.texi (Various Message Variables): Mention that all mail
10180 file variables are derived from `message-directory'.
10181
10182 * gnus.texi (Splitting Mail): Clarify bogus group.
10183
10184 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10185
10186 * emacs-mime.texi (Encoding Customization):
10187 Fix mm-coding-system-priorities entry.
10188
10189 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
10190
10191 * idlwave.texi (Continued Statement Indentation):
10192 * reftex.texi (Options (Index Support)):
10193 (Displaying and Editing the Index, Table of Contents):
10194 * speedbar.texi (Creating a display, Major Display Modes):
10195 Replace non-nil with non-@code{nil}.
10196
10197 2004-10-21 Jay Belanger <belanger@truman.edu>
10198
10199 * calc.texi (Algebraic-Style Calculations): Remove a comment.
10200
10201 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
10202
10203 * calc.texi (Reporting Bugs): Double up `@'.
10204
10205 2004-10-18 Jay Belanger <belanger@truman.edu>
10206
10207 * calc.texi (Reporting Bugs): Change the address that bugs
10208 should be sent to.
10209
10210 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10211
10212 * gnus.texi (New Features): Add 5.11.
10213
10214 * message.texi (Resending): Remove wrong default value.
10215
10216 * gnus.texi (Mail Source Specifiers): Describe possible problems
10217 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
10218 `pop3-leave-mail-on-server' to the index.
10219
10220 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10221
10222 * message.texi (Canceling News): Add how to set a password.
10223
10224 2004-10-12 Jay Belanger <belanger@truman.edu>
10225
10226 * calc.texi (Help Commands): Change the descriptions of
10227 calc-describe-function and calc-describe-variable to match their
10228 current behavior.
10229
10230 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10231
10232 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
10233
10234 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10235
10236 Sync with Tramp 2.0.45.
10237
10238 * tramp.texi (Frequently Asked Questions): Comment paragraph about
10239 plink link. The URL is outdated. Originator contacted for
10240 clarification.
10241
10242 2004-10-10 Juri Linkov <juri@jurta.org>
10243
10244 * gnus.texi (Top, Marking Articles): Join two menus in one node
10245 because a node can have only one menu.
10246
10247 2004-10-09 Juri Linkov <juri@jurta.org>
10248
10249 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
10250 example of nnmail-split-fancy.
10251
10252 2004-10-06 Karl Berry <karl@gnu.org>
10253
10254 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
10255 consistency with other uses of dashes.
10256
10257 2004-10-05 Karl Berry <karl@gnu.org>
10258
10259 * info.texi: Consistently use --- throughout, periods at end of
10260 menu descriptions, and a couple typos.
10261
10262 2004-09-26 Jesper Harder <harder@ifa.au.dk>
10263
10264 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
10265 * pgg.texi (User Commands, Backend methods): Do.
10266 * gnus.texi: Markup fixes.
10267 (Setting Process Marks): Fix `M P a' entry.
10268 * emacs-mime.texi: Fixes.
10269
10270 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10271
10272 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
10273 again.
10274 Use 5.10 instead of 5.10.0.
10275
10276 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10277
10278 * gnus.texi (Summary Mail Commands): S D e.
10279
10280 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
10281
10282 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
10283 the gnus-article-mode-line-format section.
10284
10285 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
10286
10287 * gnus.texi (Various Summary Stuff): Fix the documentation for
10288 gnus-newsgroup-variables.
10289
10290 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10291
10292 * gnus.texi (MIME Commands):
10293 Add gnus-mime-display-multipart-as-mixed,
10294 gnus-mime-display-multipart-alternative-as-mixed,
10295 gnus-mime-display-multipart-related-as-mixed.
10296 (Mail Source Customization): Clarify `mail-source-directory'.
10297 (Splitting Mail): Mention gnus-group-find-new-groups.
10298 (SpamOracle): Fix typo.
10299
10300 * gnus-faq.texi: Untabify.
10301 ([6.3]): nnir.el is in contrib directory.
10302
10303 * message.texi (News Headers): Clarify how a unique ID is created.
10304
10305 * gnus.texi (Batching Agents): Fix typo in example.
10306 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10307
10308 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
10309
10310 * gnus.texi (Group Parameters): Add more on hooks.
10311
10312 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
10313
10314 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
10315
10316 2004-09-22 Jay Belanger <belanger@truman.edu>
10317
10318 * calc.texi (Vectors as Lists): Add a warning that the tutorial
10319 might be hidden during part of the session.
10320
10321 2004-09-20 Jay Belanger <belanger@truman.edu>
10322
10323 * calc.texi (Notations Used in This Manual): Put in an earlier
10324 mention that DEL could be called Backspace.
10325
10326 2004-09-10 Simon Josefsson <jas@extundo.com>
10327
10328 * gnus.texi (IMAP): Add example. Suggested and partially written
10329 by Steinar Bang <sb@dod.no>.
10330
10331 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10332
10333 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
10334 netrc syntax.
10335
10336 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10337
10338 * gnus.texi (Spam ELisp Package Sequence of Events):
10339 Some clarifications.
10340 (Spam ELisp Package Global Variables): More clarifications.
10341
10342 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10343
10344 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
10345 Mention spam-split does not modify incoming mail.
10346
10347 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10348
10349 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
10350
10351 2004-09-10 Eli Zaretskii <eliz@gnu.org>
10352
10353 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
10354
10355 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10356
10357 * makefile.w32-in (sieve, pgg): Use $(infodir).
10358
10359 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
10360
10361 * makefile.w32-in: Fix PGG and Sieve entries.
10362
10363 2004-08-28 Eli Zaretskii <eliz@gnu.org>
10364
10365 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
10366 Emacs and related programs.
10367
10368 2004-08-27 Richard M. Stallman <rms@gnu.org>
10369
10370 * faq.texi: Fix texinfo usage, esp. doublequotes.
10371 (Difference between Emacs and XEmacs): Some clarification.
10372
10373 * faq.texi (Difference between Emacs and XEmacs):
10374 Explain not to contrast XEmacs with GNU Emacs.
10375
10376 2004-08-26 Richard M. Stallman <rms@gnu.org>
10377
10378 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
10379
10380 2004-08-22 David Kastrup <dak@gnu.org>
10381
10382 * reftex.texi (AUCTeX): Update links, section name.
10383
10384 * faq.texi (Calc): Update availability (included in 22.1).
10385 (AUCTeX): Update availability, information, versions, description.
10386
10387 2004-08-14 Eli Zaretskii <eliz@gnu.org>
10388
10389 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
10390
10391 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
10392
10393 * cc-mode.texi: Various updates for CC Mode 5.30.9.
10394
10395 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
10396
10397 Sync with Tramp 2.0.44.
10398
10399 2004-08-05 Lars Hansen <larsh@math.ku.dk>
10400
10401 * widget.texi (User Interface): Update how to separate the
10402 editable field of an editable-field widget from other widgets.
10403 (Programming Example): Add text after field.
10404
10405 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10406
10407 * emacs-mime.texi (Encoding Customization): Add a note to the
10408 mm-content-transfer-encoding-defaults entry.
10409 (rfc2047): Update.
10410
10411 * gnus.texi (Article Highlighting):
10412 Add gnus-cite-ignore-quoted-from.
10413 (POP before SMTP): New node.
10414 (Posting Styles): Addition.
10415 (Splitting Mail): Add nnmail-split-lowercase-expanded.
10416 (Fancy Mail Splitting): Ditto.
10417 (X-Face): Add gnus-x-face.
10418
10419 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
10420
10421 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
10422 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
10423
10424 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10425
10426 * gnus.texi (Mail Source Specifiers):
10427 Describe `pop3-leave-mail-on-server'.
10428
10429 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
10430
10431 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
10432
10433 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
10434 repository. Change setfilename.
10435
10436 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
10437
10438 2004-07-02 Juri Linkov <juri@jurta.org>
10439
10440 * pcl-cvs.texi (Viewing differences): Add `d r'.
10441
10442 2004-06-29 Jesper Harder <harder@ifa.au.dk>
10443
10444 * ses.texi, viper.texi, flymake.texi, faq.texi:
10445 * eshell.texi, ediff.texi: Markup fixes.
10446
10447 2004-06-21 Karl Berry <karl@gnu.org>
10448
10449 * info.texi (Top): Mention that only Emacs has mouse support.
10450 (Getting Started): Mention this in a few other places.
10451
10452 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10453
10454 * autotype.texi (Copyrights, Timestamps):
10455 Recommend `before-save-hook' instead of `write-file-functions'.
10456
10457 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10458
10459 * dired-x.texi (dired-mark-omitted): Update keybinding.
10460
10461 2004-06-10 Kim F. Storm <storm@cua.dk>
10462
10463 * pcl-cvs.texi (Viewing differences): Add 'd y'.
10464
10465 2004-06-05 Lars Hansen <larsh@math.ku.dk>
10466
10467 * dired-x.texi (variable dired-omit-mode): Rename from
10468 dired-omit-files-p.
10469 (function dired-omit-mode): Rename from dired-omit-toggle.
10470 Call dired-omit-mode rather than set dired-omit-files-p.
10471 (dired-mark-omitted): Describe command.
10472
10473 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10474
10475 Version 2.0.41 of Tramp released.
10476
10477 2004-05-29 Juanma Barranquero <lektu@terra.es>
10478
10479 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
10480 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10481
10482 2004-05-29 Richard M. Stallman <rms@gnu.org>
10483
10484 * cl.texi (Top): Call this chapter `Introduction'.
10485 (Overview): In TeX, no section heading here.
10486
10487 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
10488
10489 2004-05-29 Eli Zaretskii <eliz@gnu.org>
10490
10491 * Makefile.in (../info/flymake, flymake.dvi): New targets.
10492 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10493
10494 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10495
10496 * flymake.texi: New file.
10497
10498 2004-05-28 Simon Josefsson <jas@extundo.com>
10499
10500 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
10501
10502 2004-05-07 Kai Großjohann <kai@emptydomain.de>
10503
10504 Version 2.0.40 of Tramp released.
10505
10506 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
10507
10508 Complete rework, based on review by Karl Berry <karl@gnu.org>.
10509
10510 * tramp.texi (Auto-save and Backup): Explain exploitation of new
10511 variables `tramp-backup-directory-alist' and
10512 `tramp-bkup-backup-directory-info'.
10513 (Overview, Connection types)
10514 (External transfer methods, Default Method)
10515 (Windows setup hints): Remove restriction of password entering
10516 with external methods.
10517 (Auto-save and Backup): Make file name example
10518 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
10519 and `auto-save-directory' must be used.
10520 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
10521 only "NT"). Remove doubled entry "What kinds of systems does
10522 @tramp{} work on".
10523 (tramp): Macro removed.
10524 (Obtaining Tramp): Flag removed from title.
10525 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
10526 and `trampver' used properly. Flag `tramp-inst' replaced by
10527 `installchapter'. Installation related text adapted.
10528
10529 2004-04-28 Masatake YAMATO <jet@gyve.org>
10530
10531 * widget.texi (Programming Example): Remove overlays.
10532
10533 2004-04-27 Jesper Harder <harder@ifa.au.dk>
10534
10535 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
10536
10537 2004-04-23 Juanma Barranquero <lektu@terra.es>
10538
10539 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10540
10541 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10542
10543 * info.texi (Info Search): Add info-apropos.
10544
10545 2004-03-22 Juri Linkov <juri@jurta.org>
10546
10547 * faq.texi: Fix help key bindings.
10548
10549 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
10550
10551 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
10552 (as suggested by Karl Berry). Update information about colored
10553 stars in menus. Add new subheading describing M-n.
10554
10555 2004-03-12 Richard M. Stallman <rms@gnu.org>
10556
10557 * cl.texi (Top): Rename top node's title.
10558
10559 2004-03-08 Karl Berry <karl@gnu.org>
10560
10561 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
10562 problems making the texinfo distribution.
10563
10564 2004-02-29 Simon Josefsson <jas@extundo.com>
10565
10566 * smtpmail.texi (Authentication): Change the list of supported
10567 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
10568 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
10569 <voegelas@gmx.net>.
10570
10571 2004-02-29 Juanma Barranquero <lektu@terra.es>
10572
10573 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10574 Use $(DEL) instead of rm, and ignore exit code.
10575
10576 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
10577
10578 Tramp version 2.0.39 released.
10579
10580 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10581
10582 * tramp.texi (Customizing Completion): Explain new functions
10583 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
10584 (all): Savannah URLs unified to "http://savannah.nongnu.org".
10585 (Top): Refer to Savannah mailing list as the major one.
10586 Mention older mailing lists in HTML mode only.
10587 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
10588 (Frequently Asked Questions): Remote hosts must not be Unix-like
10589 for "smb" method.
10590 (Password caching): New node.
10591 (External transfer methods): Refer to password caching for "smb"
10592 method.
10593
10594 2004-02-17 Karl Berry <karl@gnu.org>
10595
10596 * info.texi (Help-Int): Mention the new line number feature.
10597
10598 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10599
10600 * ses.texi (Advanced Features): New functionality for
10601 ses-set-header-row (defaults to current row unless C-u used).
10602 (Acknowledgements): Add Stefan Monnier.
10603
10604 2003-12-29 Kevin Ryde <user42@zip.com.au>
10605
10606 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
10607
10608 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
10609
10610 Tramp version 2.0.38 released.
10611
10612 * tramp.texi (Remote shell setup): Warn of environment variables
10613 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
10614 <sven.gabriel@imk.fzk.de>.
10615 (Configuration): Tramp now chooses base64/uuencode
10616 automatically. Update wording accordingly.
10617 (Top): More description for the `Default Method' menu entry.
10618 (Default Method): Use @code, not @var, for Lisp variables.
10619 (Default Method): New subsection `Which method is the right one
10620 for me?' Suggested by Christian Kirsch.
10621 (Configuration): Pointer to new subsection added.
10622 (Default Method): Too many "use" in one sentence.
10623 Rephrase. Reported by Christian Kirsch.
10624 (Filename Syntax): Old `su' example is probably a left-over from
10625 the sm/su method naming. Replace with `ssh', instead.
10626 (External transfer methods, Auto-save and Backup):
10627 Typo fixes.
10628
10629 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
10630
10631 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
10632 (Top): Mention japanese manual only if flag `jamanual' is set.
10633 Insert section `Japanese manual' in menu.
10634
10635 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10636
10637 * eshell.texi (Known Problems): Add doc item.
10638
10639 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10640
10641 * cc-mode.texi: Update for CC Mode 5.30.
10642
10643 Note: Please refrain from doing purely cosmetic changes like
10644 removing trailing whitespace in this manual; it clobbers cvs
10645 merging for no good reason.
10646
10647 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10648
10649 * ediff.texi, tramp.texi, vip.texi, viper.texi:
10650 * widget.texi, woman.texi: Replace @sc{ascii} and ASCII with
10651 @acronym{ASCII}.
10652
10653 2003-10-26 Karl Berry <karl@gnu.org>
10654
10655 * info.texi (Info Search): Echo area, not echo are. From Debian
10656 diff.
10657
10658 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
10659
10660 * widget.texi (Defining New Widgets): Document new behavior of
10661 :buttons and :children keywords.
10662
10663 2003-10-22 Miles Bader <miles@gnu.org>
10664
10665 * Makefile.in (info): Move before $(top_srcdir)/info.
10666
10667 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
10668
10669 * tramp.texi (Inline methods): Small grammar fix.
10670 (External transfer methods): Likewise.
10671
10672 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
10673
10674 * speedbar.texi: Remove paragraph for GUD that is no longer true.
10675
10676 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
10677
10678 * texinfo.tex: Replace `%' in arch tagline by @ignore.
10679
10680 2003-09-30 Richard M. Stallman <rms@gnu.org>
10681
10682 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
10683
10684 * widget.texi (User Interface): Fix typos.
10685
10686 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
10687
10688 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10689
10690 * pcl-cvs.texi (Selected Files): Fix typo.
10691
10692 2003-09-21 Karl Berry <karl@gnu.org>
10693
10694 * info.texi (] and [ commands): No period at end of section title.
10695
10696 2003-09-04 Miles Bader <miles@gnu.org>
10697
10698 * Makefile.in (top_srcdir): New variable.
10699 ($(top_srcdir)/info): New rule.
10700 (info): Depend on it.
10701
10702 2003-09-03 Peter Runestig <peter@runestig.com>
10703
10704 * makefile.w32-in: New file.
10705
10706 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
10707
10708 * widget.texi (User Interface): Explain the need of static text
10709 around an editable field.
10710
10711 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10712
10713 * widget.texi (Basic Types): The argument to `:help-echo' can now
10714 be a form that evaluates to a string.
10715
10716 2003-08-18 Kim F. Storm <storm@cua.dk>
10717
10718 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
10719
10720 2003-08-16 Richard M. Stallman <rms@gnu.org>
10721
10722 * dired-x.texi (Shell Command Guessing): Explain *.
10723
10724 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
10725
10726 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
10727 log-edit-insert-changelog.
10728
10729 2003-08-03 Karl Berry <karl@gnu.org>
10730
10731 * info.texi: Need @contents.
10732
10733 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
10734
10735 Tramp version 2.0.36 released.
10736
10737 * tramp.texi (Remote shell setup): Explain about problems with
10738 non-Bourne commands in ~/.profile and ~/.shrc.
10739
10740 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
10741
10742 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
10743 renaming of `vis-mode' to `visible-mode'.
10744
10745 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
10746
10747 * info.texi (Top, Help-Small-Screen): Remove accidentally added
10748 next, prev and up pointers.
10749
10750 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
10751
10752 * info.texi (Help): Mention existence of Emacs and stand-alone
10753 Info at the very beginning of the tutorial.
10754 (Help-Inv): New node.
10755 (Help-]): New node.
10756 (Help-M): Systematically point out the differences between default
10757 Emacs and stand-alone versions. Delete second menu.
10758 (Help-Xref): Systematically point out the differences between
10759 default Emacs and stand-alone versions.
10760 (Help-Int): Change `l' example.
10761 (Expert Info): Fix typos.
10762 (Emacs Info Variables): Mention `Info-hide-note-references' and
10763 new default for `Info-scroll-prefer-subnodes'.
10764
10765 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
10766
10767 Version 2.0.35 of Tramp released.
10768
10769 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
10770 (Inline methods): Add methods `remsh' and `plink1'.
10771 (External transfer methods): Add method `remcp'.
10772 (Multi-hop Methods): Add method `remsh'.
10773 Small patch from Adrian Aichner <adrian@xemacs.org>:
10774 Fix minor typos.
10775 (Concept Index): Add to make manual searchable via
10776 `Info-index'.
10777 (Version Control): Add cindex entry.
10778
10779 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
10780
10781 * trampver.texi: Version 2.0.34 released.
10782
10783 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10784
10785 * faq.texi: Improve previous changes.
10786
10787 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10788
10789 * faq.texi: Update copyright and maintenance details.
10790 Update some package URLs, versions, and maintainers.
10791 Remove many references to the Emacs Lisp Archive.
10792
10793 2003-04-23 Simon Josefsson <jas@extundo.com>
10794
10795 * smtpmail.texi: Fix license (the invariant sections mentioned has
10796 never been part of the smtp manual). Align info dir entry with
10797 other emacs packages.
10798
10799 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
10800
10801 * tramp.texi: Version 2.0.33 released.
10802 Remove installation chapter. Remove XEmacs specifics.
10803
10804 2003-03-29 Richard M. Stallman <rms@gnu.org>
10805
10806 * tramp.texi (Top): Undo the previous renaming.
10807 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
10808
10809 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
10810
10811 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
10812 version of manual.
10813
10814 * tramp.texi (Auto-save and Backup): New node.
10815
10816 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
10817
10818 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
10819 Emacs" in order to have better differentiation to "XEmacs".
10820 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
10821 are new macros in order to point to the other Emacs flavor where
10822 appropriate. In info case, point to node `Installation' in order
10823 to explain how to generate the other way. In html case, make a
10824 link to the other html file.
10825 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
10826 after CVS checkout/update.
10827 (Installation): Completely rewritten.
10828 (Installation parameters, Load paths): New sections under
10829 `Installation'.
10830
10831 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10832
10833 * tramp.texi: Version 2.0.30 released.
10834 Replace word "path" with "localname" where used as a component of
10835 a Tramp file name.
10836
10837 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
10838
10839 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
10840 introduced.
10841 (Installation): Explain what to do if files from the tramp/contrib
10842 directory are needed.
10843
10844 2003-02-23 Alex Schroeder <alex@emacswiki.org>
10845
10846 * smtpmail.texi (How Mail Works): New.
10847
10848 2003-02-22 Alex Schroeder <alex@emacswiki.org>
10849
10850 * smtpmail.texi: New file.
10851
10852 * Makefile.in: Build SMTP manual.
10853
10854 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10855
10856 * tramp.texi: Version 2.0.29 released.
10857 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
10858 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
10859
10860 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
10861
10862 * tramp.texi (Frequently Asked Questions): Explain a workaround if
10863 another package loads accidentally Ange-FTP.
10864
10865 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
10866
10867 * tramp.texi (Customizing Completion): Add function
10868 `tramp-parse-sconfig'. Change example of
10869 `tramp-set-completion-function', because parsing of ssh config
10870 files looks more natural.
10871
10872 2003-01-15 Kevin Ryde <user42@zip.com.au>
10873
10874 * gnus.texi (Using MIME): Mention auto-compression-mode with
10875 gnus-mime-copy-part.
10876
10877 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
10878
10879 * gnus.texi: Do not use `path' in several locations.
10880
10881 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10882
10883 * tramp.texi (External transfer methods): New method `smb'.
10884 From Michael Albinus.
10885
10886 2002-11-05 Karl Berry <karl@gnu.org>
10887
10888 * info.texi (Info-fontify): Reorder face list to avoid bad line
10889 breaks.
10890
10891 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10892
10893 * tramp.texi: Move @copying to standard place.
10894 Use @insertcopying.
10895
10896 2002-10-02 Karl Berry <karl@gnu.org>
10897
10898 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi:
10899 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
10900 * eshell.texi, eudc.texi, faq.texi, forms.texi, idlwave.texi:
10901 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, reftex.texi:
10902 * sc.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
10903 * widget.texi, woman.texi:
10904 Per rms, update all manuals to use @copying instead of @ifinfo.
10905 Also use @ifnottex instead of @ifinfo around the top node, where
10906 needed for the sake of the HTML output.
10907 (The Gnus manual is not fixed since it's not clear to me how it
10908 works; and the Tramp manual already uses @copying, although in an
10909 unusual way. All others were changed.)
10910
10911 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
10912
10913 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
10914 (../info/ses, ses.dvi): New targets.
10915 * ses.texi: New file.
10916
10917 2002-09-06 Pavel Janík <Pavel@Janik.cz>
10918
10919 * texinfo.tex: Update to texinfo 4.2.
10920
10921 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
10922
10923 * reftex.texi: Update to RefTeX 4.19.
10924
10925 2002-07-21 Jesper Harder <harder@ifa.au.dk>
10926
10927 * gnus.texi (Sorting Groups): Add key bindings for
10928 gnus-group-sort-groups-by-real-name and
10929 gnus-group-sort-selected-groups-by-real-name.
10930
10931 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10932
10933 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
10934 (../info/tramp, tramp.dvi): New targets.
10935
10936 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
10937
10938 * Makefile.in (DVI_TARGETS): Add calc.dvi.
10939 (calc.dvi): Uncomment.
10940
10941 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
10942
10943 * Makefile.in (INFO_TARGETS): Add ../info/calc.
10944 (../info/calc): New target.
10945
10946 2001-10-20 Gerd Moellmann <gerd@gnu.org>
10947
10948 * (Version 21.1 released.)
10949
10950 2001-10-05 Gerd Moellmann <gerd@gnu.org>
10951
10952 * Branch for 21.1.
10953
10954 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10955
10956 * Makefile.in (../info/info): Use an explicit -o switch to
10957 makeinfo.
10958
10959 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10960
10961 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10962
10963 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
10964
10965 * ediff.texi: Added ediff-coding-system-for-read.
10966
10967 * viper.texi: Fix typos.
10968
10969 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
10970
10971 * Makefile.in (../info/idlwave): Use --no-split.
10972
10973 2000-12-14 Dave Love <fx@gnu.org>
10974
10975 * Makefile.in (mostlyclean): Remove gnustmp.*.
10976 (gnus.dvi): Change rule to remove @latex stuff.
10977
10978 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
10979
10980 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
10981
10982 2000-10-13 John Wiegley <johnw@gnu.org>
10983
10984 * Makefile.in: Add build targets for eshell.texi.
10985
10986 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10987
10988 * Makefile.in: Remove/comment speedbar stuff.
10989
10990 2000-09-22 Dave Love <fx@gnu.org>
10991
10992 * Makefile.in: Add emacs-mime.
10993
10994 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10995
10996 * Makefile.in (INFO_TARGETS): Add ../info/woman.
10997 (DVI_TARGETS): Add woman.dvi.
10998 (../info/woman, woman.dvi): New targets.
10999
11000 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
11001
11002 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
11003
11004 * pcl-cvs.texi: New file.
11005 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
11006 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
11007
11008 2000-05-11 Gerd Moellmann <gerd@gnu.org>
11009
11010 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
11011 (../info/ebrowse, ebrowse.dvi): New targets.
11012
11013 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11014
11015 * Makefile.in (INFO_TARGETS): Add eudc.
11016 (DVI_TARGETS): Add eudc.dvi.
11017 (../info/eudc, eudc.dvi): New targets.
11018
11019 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
11020
11021 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
11022 compatibility with 8+3 filesystems).
11023 (../info/efaq): Rename from emacs-faq.
11024
11025 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11026
11027 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
11028 (../info/idlwave, idlwave.dvi): New targets.
11029
11030 1999-10-23 Dave Love <fx@gnu.org>
11031
11032 * Makefile.in: Use autotype.texi.
11033
11034 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
11035
11036 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
11037 faq.texi file) rather than ../info/faq.
11038
11039 1999-10-07 Gerd Moellmann <gerd@gnu.org>
11040
11041 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
11042 (../info/ada-mode, ada-mode.dvi): New targets.
11043
11044 1999-09-01 Dave Love <fx@gnu.org>
11045
11046 * Makefile.in: Add faq.
11047
11048 1999-07-12 Richard Stallman <rms@gnu.org>
11049
11050 * Version 20.4 released.
11051
11052 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11053
11054 * Version 20.3 released.
11055
11056 1998-04-06 Andreas Schwab <schwab@gnu.org>
11057
11058 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
11059 Use it in dvi targets.
11060 (../etc/GNU): Change to $(srcdir) first.
11061
11062 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
11063
11064 * reftex.texi: Update for RefTeX version 3.22.
11065
11066 1998-03-01 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr>
11067
11068 * gnus.texi (Easy Picons): Removed references to
11069 `gnus-group-display-picons'.
11070 (Hard Picons): Ditto.
11071
11072 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
11073
11074 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
11075 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11076
11077 1997-09-23 Paul Eggert <eggert@twinsun.com>
11078
11079 * Makefile.in: Merge changes mistakenly made to `Makefile'.
11080 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
11081
11082 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11083
11084 * Version 20.2 released.
11085
11086 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11087
11088 * Version 20.1 released.
11089
11090 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11091
11092 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
11093
11094 1997-04-12 Per Abrahamsen <abraham@dina.kvl.dk>
11095
11096 * widget.texi (push-button): Document it.
11097
11098 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11099
11100 * Version 19.33 released.
11101
11102 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11103
11104 * Version 19.32 released.
11105
11106 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11107
11108 * Makefile.in: Add rules for the Message manual.
11109
11110 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11111
11112 * gnus.texi: New version.
11113
11114 * message.texi: New manual.
11115
11116 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11117
11118 * Makefile.in (All info targets): cd $(srcdir) to do the work.
11119
11120 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11121
11122 * Makefile.in (All info targets): Specify $(srcdir) in input files.
11123 Specify -I option.
11124 (All dvi targets): Set the TEXINPUTS variable.
11125
11126 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11127
11128 * Version 19.31 released.
11129
11130 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11131
11132 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
11133 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
11134
11135 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11136
11137 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
11138 (INFO_TARGETS): Add ../info/cc-mode.
11139 (DVI_TARGETS): Add cc-mode.dvi.
11140
11141 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11142
11143 * Version 19.30 released.
11144
11145 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11146
11147 * gnus.texi: New file.
11148
11149 1995-11-04 Erik Naggum <erik@naggum.no>
11150
11151 * gnus.texi: File deleted.
11152
11153 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
11154
11155 * mh-e.texi: "Function Index" -> "Command Index" to work with
11156 Emacs 19.30 C-h C-k support of separately-documented commands.
11157
11158 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11159
11160 * Makefile.in (../info/ediff, ediff.dvi): New targets.
11161 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
11162
11163 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11164
11165 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
11166 (../info/viper, viper.dvi): New targets.
11167
11168 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
11169
11170 * dired-x.texi (Installation): Change the example to set
11171 buffer-local variables like dired-omit-files-p in
11172 dired-mode-hook.
11173
11174 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11175
11176 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
11177 (../info/mh-e, mh-e.dvi): New targets.
11178
11179 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11180
11181 * Makefile.in (maintainer-clean): Rename from realclean.
11182
11183 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11184
11185 * Makefile.in: New file.
11186 * Makefile: File deleted.
11187
11188 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11189
11190 * Makefile (TEXINDEX_OBJS): Variable deleted.
11191 (texindex, texindex.o, getopt.o): Rules deleted.
11192 All deps on texindex deleted.
11193 (distclean): Don't delete texindex.
11194 (mostlyclean): Don't delete *.o.
11195 * texindex.c, getopt.c: Files deleted.
11196
11197 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11198
11199 * Version 19.26 released.
11200
11201 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11202
11203 * Version 19.25 released.
11204
11205 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11206
11207 * Version 19.24 released.
11208
11209 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11210
11211 * Version 19.23 released.
11212
11213 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11214
11215 * Makefile: Delete spurious tab.
11216
11217 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11218
11219 * Makefile (.SUFFIXES): New rule.
11220
11221 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11222
11223 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
11224 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11225
11226 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11227
11228 * Makefile (../info/sc): Rename from sc.info.
11229 (../info/cl): Likewise.
11230 (INFO_TARGETS): Use new names.
11231
11232 1993-12-04 Richard Stallman (rms@srarc2)
11233
11234 * getopt.c: New file.
11235 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
11236 (getopt.o): New rule.
11237 (dvi): Don't depend on texindex.
11238 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
11239 Depend on texindex.
11240
11241 1993-12-03 Richard Stallman (rms@srarc2)
11242
11243 * Makefile (../info/sc.info): Rename from ../info/sc.
11244 (TEXI2DVI): New variable.
11245 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
11246 Add explicit commands.
11247 (TEXINDEX_OBJS): Delete duplicate getopt.o.
11248
11249 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11250
11251 * Version 19.22 released.
11252
11253 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11254
11255 * Makefile (TEXINDEX_OBJS): Delete spurious period.
11256
11257 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11258
11259 * Version 19.21 released.
11260
11261 1993-11-15 Paul Eggert (eggert@twinsun.com)
11262
11263 * Makefile (../info/cl.info): Rename from ../info/cl.
11264
11265 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11266
11267 * Makefile (../etc/GNU): New target.
11268 (EMACSSOURCES): Add gnu1.texi.
11269
11270 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11271
11272 * Makefile (realclean): Don't delete the Info files.
11273
11274 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11275
11276 * forms.texi: Fix forms.texi so that it will format correctly.
11277 Add missing `@end iftex', fix bad reference.
11278
11279 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
11280
11281 * Makefile: Fix targets for texindex, new info.texi files.
11282 * info-stnd.texi: New file implements info for standalone info
11283 reader.
11284 * info.texi: Update to include recent changes to "../info/info".
11285 New source file for ../info/info; includes info-stnd.texi.
11286
11287 * texindex.c: Include "../src/config.h" if building in emacs.
11288
11289 * Makefile: Change all files to FILENAME.texi, force all targets
11290 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
11291 vip.texinfo, forms.texinfo, cl.texinfo.
11292 Add target to build texindex.c, defining `emacs'.
11293
11294 * forms.texi: Install new file to match version 2.3 of forms.el.
11295
11296 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11297
11298 * Version 19.19 released.
11299
11300 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
11301
11302 * sc.texinfo: Fix info file name.
11303
11304 * Makefile (info): Add gnus and sc.
11305 (dvi): Add gnus.dvi and sc.dvi.
11306 (../info/sc, sc.dvi): New targets.
11307
11308 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11309
11310 * Version 19.18 released.
11311
11312 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11313
11314 * Makefile: Fix source file names of the separate manuals.
11315 (gnus.dvi, ../info/gnus): New targets.
11316
11317 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11318
11319 * Version 19.17 released.
11320
11321 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11322
11323 * split-man: Fix typos in last change.
11324
11325 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11326
11327 * Version 19.16 released.
11328
11329 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11330
11331 * version 19.15 released.
11332
11333 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11334
11335 * Makefile (distclean): It's rm, not rf.
11336
11337 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11338
11339 * Version 19.14 released.
11340
11341 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11342
11343 * Makefile: New file.
11344
11345 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11346
11347 * Version 19.13 released.
11348
11349 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11350
11351 * Version 19.9 released.
11352
11353 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11354
11355 * Version 19.8 released.
11356
11357 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11358
11359 * Version 19.7 released.
11360
11361 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
11362
11363 * gnus.texinfo: New file. Removed installation instructions.
11364
11365 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11366
11367 * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
11368
11369 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11370
11371 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
11372 then define `\sc' as the command for smallcaps in Texinfo.
11373 This means that the @sc command will produce small caps. bfox has
11374 made the corresponding change to makeinfo and texinfm.el.
11375
11376 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11377
11378 * vip.texinfo: Remove menu entry Adding Lisp Code in node
11379 Customization since the menu entry did not point to anything.
11380 Also add an @finalout command to remove overfull hboxes from the
11381 printed output.
11382
11383 * cl.texinfo: Add @bye, \input line and @settitle to file.
11384 This file is clearly intended to be a chapter of some other work,
11385 but the other work does not yet exist.
11386
11387 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11388
11389 * texinfo.texinfo: Three typos corrected.
11390
11391 ;; Local Variables:
11392 ;; coding: utf-8
11393 ;; End:
11394
11395 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
11396
11397 This file is part of GNU Emacs.
11398
11399 GNU Emacs is free software: you can redistribute it and/or modify
11400 it under the terms of the GNU General Public License as published by
11401 the Free Software Foundation, either version 3 of the License, or
11402 (at your option) any later version.
11403
11404 GNU Emacs is distributed in the hope that it will be useful,
11405 but WITHOUT ANY WARRANTY; without even the implied warranty of
11406 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11407 GNU General Public License for more details.
11408
11409 You should have received a copy of the GNU General Public License
11410 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.