Reverted 2014-01-02T21:05:34Z!vincentb1@users.sourceforge.net.
[bpt/emacs.git] / doc / misc / ChangeLog
1 2014-01-03 Glenn Morris <rgm@gnu.org>
2
3 * efaq-w32.texi, reftex.texi: Use @insertcopying in non-TeX.
4
5 * ede.texi, eieio.texi, semantic.texi, srecode.texi:
6 Add copyright notice to titlepage.
7
8 * dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
9
10 * ert.texi: Add a titlepage. Use @insertcopying.
11
12 * calc.texi (Top): Use @top rather than @chapter.
13
14 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
15
16 * eshell.texi (top): Fix incorrect use of xref.
17
18 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
19
20 * eshell.texi (top): Fix incorrect info filename in an xref.
21
22 2014-01-02 Glenn Morris <rgm@gnu.org>
23
24 * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
25
26 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
27
28 * eshell.texi (Command Basics): Removed `Command basics' chapter.
29
30 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
31
32 * eshell.texi (What is Eshell?): Add section about what not to use
33 Eshell for.
34
35 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
36
37 * emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
38
39 2013-12-22 Glenn Morris <rgm@gnu.org>
40
41 * woman.texi (Navigation): Use itemx where appropriate.
42
43 2013-12-20 Tassilo Horn <tsdh@gnu.org>
44
45 * info.texi, woman.texi:
46 Document `S-SPC' as alternative to `DEL' for scrolling.
47
48 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
49
50 * calc.texi (Stack Manipulation Commands): Mention using the variable
51 `calc-context-sensitive-enter' for `calc-enter' and `calc-pop'.
52
53 2013-12-12 Michael Albinus <michael.albinus@gmx.de>
54
55 * tramp.texi (direntry): Use ssh but rsh.
56 (all): Encode all environment variable names with @env{...}.
57 (Bug Reports): Refer to Testing node.
58
59 2013-12-12 Glenn Morris <rgm@gnu.org>
60
61 * autotype.texi, cc-mode.texi, ediff.texi, ert.texi:
62 * htmlfontify.texi, ido.texi, octave-mode.texi, org.texi:
63 * srecode.texi, todo-mode.texi, tramp.texi:
64 Sync direntry with info/dir version.
65
66 2013-12-11 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
67
68 * Makefile.in: Add octave-mode.texi.
69
70 2013-12-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
71 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
72
73 * octave-mode.texi: Import from GNU Octave (doc/interpreter/emacs.txi).
74
75 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
76
77 * dbus.texi (Properties and Annotations): Fix typo.
78
79 2013-12-06 Bastien Guerry <bzg@gnu.org>
80
81 * org.texi: Don't include Emacs version within Org's version.
82
83 2013-12-06 Nicolas Goaziou <n.goaziou@gmail.com>
84
85 * org.texi (Creating one-off styles): Use new export snippet
86 syntax.
87
88 * org.texi (Export settings): documentation describing how text
89 above the first heading is ignored when an :export: tag is in a
90 file.
91
92 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
93
94 * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
95
96 2013-11-30 Glenn Morris <rgm@gnu.org>
97
98 * Makefile.in (distclean): Remove Makefile.
99
100 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
101
102 * ses.texi (Quick Tutorial): New chapter. (Bug#14748)
103 (The Basics, Formulas): Copyedits.
104 (Resizing, Printer functions): Add index entries.
105
106 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
107
108 * calc.texi (Customizing Calc): Mention new variable
109 `calc-context-sensitive-enter'.
110
111 2013-11-12 Aaron Ecay <aaronecay@gmail.com>
112
113 * org.texi (Exporting code blocks): Document the 'inline-only
114 setting for `org-export-babel-evaluate'. Document how :var
115 introduces code block dependencies.
116
117 2013-11-12 Achim Gratz <Stromeko@Stromeko.DE>
118
119 * org.texi (Header arguments): Document header-args[:lang]
120 properties and remove deprecated old-style properties from
121 documentation.
122
123 * org.texi (Agenda commands): Remove footnote from @tsubheading
124 and add a sentence with the reference instead.
125
126 2013-11-12 Bastien Guerry <bzg@gnu.org>
127
128 * org.texi (Catching invisible edits):
129 * org.texi (Plain lists, Plain lists):
130 * org.texi (Advanced configuration):
131 * org.texi (Tag groups):
132 * org.texi (Conventions):
133 * org.texi (Checkboxes, Radio lists):
134 * org.texi (Top, Summary, Exporting):
135 * org.texi (In-buffer settings): Fix typos.
136
137 * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
138 C-w'. Add an index entry for `org-refile-keep'.
139
140 * org.texi (Plain lists): Add an index entry for sorting plain
141 list. Document sorting by checked status for check lists.
142
143 * org.texi (Publishing options): Fix old variable names.
144
145 * org.texi (Orgstruct mode): Fix suggested setting of
146 `orgstruct-heading-prefix-regexp'.
147
148 * org.texi (Export settings): Document
149 `org-export-allow-bind-keywords'.
150
151 * org.texi (History and Acknowledgments): Small rephrasing.
152
153 * org.texi (Template elements): Add a footnote about tags accepted
154 in a year datetree.
155
156 * org.texi (Beamer export, @LaTeX{} and PDF export)
157 (Header and sectioning, @LaTeX{} specific attributes): Enhance
158 style.
159
160 * org.texi (Agenda commands): Add a footnote about dragging agenda
161 lines: it does not persist and it does not change the .org files.
162
163 * org.texi (Agenda commands): Add a table heading for dragging
164 agenda lines forward/backward.
165
166 * org.texi (Agenda commands): Add documentation for
167 `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
168
169 * org.texi (Publishing options): Update the list of options.
170 (Simple example, Complex example): Fix the examples.
171
172 * org.texi (Formula syntax for Calc): Don't use a bold font the
173 warning.
174
175 * org.texi (Other built-in back-ends): New section.
176
177 * org.texi (Editing source code): Document
178 `org-edit-src-auto-save-idle-delay' and
179 `org-edit-src-turn-on-auto-save'.
180
181 * org.texi (External links): Document contributed link types
182 separately.
183
184 * org.texi (Closing items): Document
185 `org-closed-keep-when-no-todo'.
186
187 * org.texi (Export back-ends): Rename from "Export formats".
188 (The Export Dispatcher): Remove reference to
189 `org-export-run-in-background'.
190 (Export settings): Minor rewrites.
191 (ASCII/Latin-1/UTF-8 export): Update variable's name.
192 (In-buffer settings): Add #+HTML_HEAD_EXTRA.
193
194 * org.texi (Export in foreign buffers): New section.
195 (Exporting): Remove documentation about converting the selected
196 region.
197
198 * org.texi (Advanced configuration): Put the filter valid types in
199 a table. Use @lisp and @smalllisp.
200
201 * org.texi: Use @code{nil} instead of nil. Update the maintainer
202 contact info.
203
204 * org.texi (Exporting): Better introductory sentence. Add a note
205 about conversion commands.
206 (Feedback, Orgstruct mode, Built-in table editor)
207 (Built-in table editor, Orgtbl mode, Updating the table)
208 (Property syntax, Capturing column view, Capture)
209 (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
210 (Exporting, Extending ODT export)
211 (Working with @LaTeX{} math snippets, dir, Customization)
212 (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
213 Uniformly use @kbd{M-x command RET}.
214
215 * org.texi (Filtering/limiting agenda items): New subsection.
216 Document the use of `org-agenda-max-*' options and
217 `org-agenda-limit-interactively' from the agenda.
218 (Agenda commands): Move details about filtering commands to
219 the new section, only include a summary here.
220 (Customizing tables in ODT export)
221 (System-wide header arguments, Conflicts, Dynamic blocks): Use
222 spaces for indentation.
223
224 * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
225
226 * org.texi (Links in HTML export, Images in HTML export)
227 (post): Fix syntax within #+ATTR_*.
228 (Tables in HTML export): Document `org-html-table-row-tags'
229 and use `org-html-table-default-attributes' instead of
230 `org-html-table-tag'.
231
232 * org.texi (Publishing action, Publishing options)
233 (Publishing links): Major rewrite. Enhance explanations for
234 `org-org-publish-to-org'. Remove reference to
235 `org-export-run-in-background'.
236
237 * org.texi: Fix many small typos. Use #+NAME instead of
238 #+TBLNAME. Use @smalllisp instead of @example.
239 (Special symbols): Add index?
240 (HTML preamble and postamble): Don't mention obsolete use of
241 opt-plist.
242 (JavaScript support): Don't mention the org-jsinfo.el file as it
243 has been merged with ox-html.el.
244
245 * org.texi (Installation, Feedback, Setting Options)
246 (Code evaluation security, org-crypt.el): Use @lisp instead of
247 @example.
248 (Agenda commands): Use @table instead of @example.
249
250 * org.texi (Adding hyperlink types): New appendix.
251
252 * org.texi (ODT export commands, Extending ODT export)
253 (Applying custom styles, Images in ODT export)
254 (Labels and captions in ODT export)
255 (Literal examples in ODT export)
256 (Configuring a document converter)
257 (Working with OpenDocument style files)
258 (Customizing tables in ODT export)
259 (Validating OpenDocument XML): Fix options names.
260
261 * org.texi (History and Acknowledgments): Update acknowledgments
262 to Nicolas. Add Nicolas Goaziou to the list of contributors.
263
264 * org.texi (System-wide header arguments): Don't use "customizing"
265 for setting a variable. Also remove comments.
266
267 * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
268 `org-agenda-start-on-weekday' to the variable index and document
269 them.
270
271 * org.texi (Sparse trees, Agenda commands)
272 (@LaTeX{} fragments, Selective export, Export options)
273 (The export dispatcher, ASCII/Latin-1/UTF-8 export)
274 (HTML Export commands, @LaTeX{}/PDF export commands)
275 (iCalendar export, Publishing options, Triggering publication)
276 (In-buffer settings): Update to reflect changes from the new
277 export engine.
278
279 * org.texi (Matching tags and properties): More examples. Explain
280 group tags expansion as regular expressions.
281
282 * org.texi (Tag groups): New section.
283
284 * org.texi (Setting tags): Tiny formatting fixes.
285
286 * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
287 names.
288
289 * org.texi (Storing searches): Add "agenda" and "agenda*" to the
290 concept index. Include example for these agenda views.
291 (Special agenda views): Mention the "agenda*" agenda view.
292
293 * org.texi (Repeated tasks): Document how to ignore a repeater
294 when using both a scheduled and a deadline timetamp.
295
296 * org.texi (Global and local cycling): Wrap in a new subsection.
297 (Initial visibility, Catching invisible edits): New subsections.
298
299 * org.texi (Visibility cycling): Mention that
300 `org-agenda-inhibit-startup' will prevent visibility setting when
301 the agenda opens an Org file for the first time.
302
303 * org.texi (Org syntax): New section.
304
305 * org.texi (Orgstruct mode): Document
306 `orgstruct-heading-prefix-regexp'.
307
308 * org.texi (Speeding up your agendas): New section.
309
310 * org.texi (Installation): When installing Org from ELPA, users
311 should do this from an Emacs session where no .org file has been
312 visited.
313
314 * org.texi (CSS support, In-buffer settings): Update HTML options
315 names.
316
317 * org.texi (Structure editing): Update documentation for
318 `org-insert-heading-or-item'.
319 (Plain lists, Relative timer): Update index entry.
320
321 * org.texi (JavaScript support): Update variable names.
322
323 * org.texi (comments): Minor formatting fix.
324
325 * org.texi (@LaTeX{} fragments): Minor enhancement.
326
327 * org.texi: Update the list contributions.
328
329 * org.texi (Agenda commands): Exporting the agenda to an .org file
330 will not copy the subtrees and the inherited tags. Document
331 `org-agenda-filter-by-regexp'.
332
333 * org.texi (Publishing action, Complex example): Fix names of
334 publishing functions.
335
336 * org.texi (Top, Exporting): Delete references to Freemind.
337 (Freemind export): Delete section.
338
339 * org.texi (Top, Exporting): Delete references to the XOXO export.
340 (XOXO export): Delete section.
341
342 * org.texi (Capture): Mention that org-remember.el is not
343 supported anymore.
344
345 * org.texi (Top, Exporting, Beamer class export): Delete
346 references to the TaskJuggler export.
347 (History and Acknowledgments): Mention that the TaskJuggler has
348 been rewritten by Nicolas and now lives in the contrib/ directory
349 of Org's distribution. Mention that Jambunathan rewrote the HTML
350 exporter. Remove Jambunathan from my own acknowledgments.
351 (TaskJuggler export): Delete.
352
353 * org.texi (HTML preamble and postamble)
354 (Tables in HTML export, Images in HTML export)
355 (Math formatting in HTML export, CSS support)
356 (@LaTeX{} and PDF export, Publishing options): Fix the names of
357 the HTML export and publishing options.
358
359 * org.texi (Literal examples, Export options)
360 (@LaTeX{} and PDF export, Header and sectioning)
361 (Publishing options): Fix LaTeX options names.
362
363 * org.texi (Export options, CSS support, In-buffer settings): Fix
364 references to HTML_LINK_* and HTML_STYLE keywords.
365
366 * org.texi (Export options, In-buffer settings): Fix references to
367 #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
368
369 * org.texi (Top, Markup, Initial text, Images and tables)
370 (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
371 (Export options, JavaScript support, Beamer class export): Remove
372 references to the DocBook export, which has been deleted.
373 (History and Acknowledgments): Mention that DocBook has been
374 deleted, suggest to use the Texinfo exporter instead, then to
375 convert the .texi to DocBook with makeinfo.
376 (Links in ODT export, Tables in ODT export): Fix indices.
377
378 * org.texi (Deadlines and scheduling): Add a variable to the
379 index. Add documentation about delays for scheduled tasks.
380
381 * org.texi (Emphasis and monospace): Mention
382 `org-fontify-emphasized-text' and
383 `org-emphasis-regexp-components'.
384
385 * org.texi (References): Small enhancement.
386
387 * org.texi (Column width and alignment): Make the example visually
388 more clear.
389
390 * org.texi (The clock table): Document :mstart and :wstart as a
391 way to set the starting day of the week.
392
393 * org.texi (In-buffer settings): Document new startup keywords.
394 Thanks to John J Foerch for this idea.
395
396 * org.texi (Include files): Tiny formatting fix.
397
398 * org.texi (Activation): Point to the "Conflicts" section.
399
400 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com>
401
402 * org.texi (CSS support): Clarify this section.
403
404 * org.texi (@LaTeX{} specific attributes): Document that tabu and
405 tabularx packages are not in the default set of packages.
406
407 * org.texi (Agenda commands): Document fortnight view.
408
409 * org.texi: Document conflict with ecomplete.el.
410
411 * org.texi (History and Acknowledgments): Acknowledgements for
412 Jason Dunsmore and Rakcspace.
413
414 * org.texi: Rename org-crypt.el node to org-crypt.
415
416 * org.texi (A @LaTeX{} example): Fix typo in variable name.
417
418 * org.texi (MobileOrg): Mention the new iPhone developer.
419
420 * org.texi (Table of contents) Improve documentation of TOC
421 placement.
422
423 * org.texi: Explain that date/time information at read-date prompt
424 should start at the beginning, not anywhere in the middle of a
425 long string.
426
427 2013-11-12 Christopher Schmidt <christopher@ch.ristopher.com>
428
429 * org.texi (Orgstruct mode): Fix wrong regexp.
430
431 2013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
432
433 * org.texi: Document export to (X)HTML flavors.
434
435 2013-11-12 Eric Schulte <schulte.eric@gmail.com>
436
437 * org.texi (Extracting source code): Mention the prefix argument
438 to org-babel-tangle.
439 (noweb): Removed erroneous negative.
440 (Specific header arguments): Document new header arguments.
441 Documentation for new tangle-mode header argument.
442 (Top): Documentation for new tangle-mode header argument.
443 (rownames): Documentation for new tangle-mode header argument.
444 Mention elisp as special rowname case.
445 (tangle-mode): Documentation for new tangle-mode header argument.
446 (post): Documentation and an example of usage.
447 (var): Remove the "Alternate argument syntax" section from the
448 documentation.
449 (hlines): Note that :hline has no effect for Emacs Lisp code
450 blocks.
451
452 2013-11-12 Feng Shu <tumashu@gmail.com>
453
454 * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
455 (Math formatting in HTML export)
456 (Working with @LaTeX{} math snippets): Add document about creating
457 formula image with imagemagick.
458
459 * org.texi (@LaTeX{} specific attributes): Document `:caption'
460 attribute of #+ATTR_LATEX.
461
462 2013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com>
463
464 * org.texi (Handling links): Fix a typo in
465 `org-startup-with-inline-images' documentation.
466
467 * org.texi (Previewing @LaTeX{} fragments): Document the startup
468 keywords to use for previewing LaTeX fragments or not.
469 (Summary of in-buffer settings): Improve formatting and add an
470 entry for the variable `org-startup-with-latex-preview'.
471
472 * org.texi (Property syntax): Recall the user to refresh the org
473 buffer when properties are set on a per-file basis.
474
475 2013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change)
476
477 * org.texi (Matching tags and properties): Clarification.
478
479 2013-11-12 Ippei Furuhashi <top.tuna+orgmode@gmail.com>
480
481 * org.texi (Editing and debugging formulas): Add an example when a
482 table has multiple #+TBLFM lines.
483
484 2013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change)
485
486 * org.texi (The clock table): Document acceptance of relative
487 times in tstart and tend, link to syntax description and provide
488 example.
489
490 2013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi>
491
492 * org.texi (The spreadsheet): Document lookup functions.
493
494 2013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
495
496 * org.texi (CSS support): Mention .figure-number, .listing-number,
497 and .table-number.
498
499 2013-11-12 Michael Brand <michael.ch.brand@gmail.com>
500
501 * org.texi
502 (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
503 spreadsheet formula mode strings and some examples from @example
504 block with xy @r{yz} to @table.
505
506 * org.texi (Formula syntax for Calc): Improve the documentation of
507 empty fields in formulas for spreadsheet. Add explanation and
508 example for empty field. Extend explanations of format
509 specifiers. Add a sentence to mention Calc defmath.
510
511 * org.texi (Column formulas): Add a sentence to be more explicit
512 about when a table header is mandatory.
513
514 2013-11-12 Nicolas Goaziou <n.goaziou@gmail.com>
515
516 * org.texi (Subscripts and superscripts): Remove reference to
517 quoted underscores until this mechanism is implemented again.
518
519 * org.texi (Beamer export): Be more accurate about BEAMER_OPT
520 property.
521
522 * org.texi (Document title): Subtree export is no longer triggered
523 by marking one as the region.
524 (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
525 giving examples isn't very useful: "horizontal rule" is, at least,
526 as explicit as <hr/>.
527
528 * org.texi (HTML doctypes): Reflect keyword removal.
529 (CSS support): Reflect keyword removal.
530
531 * org.texi (@LaTeX{} specific attributes): Document new :float
532 values.
533
534 * org.texi (Export settings): Improve documentation.
535
536 * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
537 (Text areas in HTML export): Update text areas.
538 (HTML Export commands): Update export commands.
539
540 * org.texi (Header and sectioning): Add a footnote about the
541 different between LATEX_HEADER_EXTRA and LATEX_HEADER.
542
543 * org.texi (The Export Dispatcher): Document
544 `org-export-in-background'.
545
546 * org.texi (Footnotes): Export back-ends do not use
547 `org-footnote-normalize' anymore.
548
549 * org.texi: Document variable changes.
550
551 * org.texi (Export settings): Doument p: item in OPTIONS keyword.
552
553 * org.texi (Exporting): Massive rewrite of the first sections.
554 (Selective export): Delete.
555 (The Export Dispatcher): Rewrite.
556 (Export options): Rewrite as "Export settings".
557
558 * org.texi: Small changes to documentation for embedded LaTeX.
559
560 * org.texi (Internal links): Document #+NAME keyword and
561 cross-referencing during export.
562
563 * org.texi (Include files): Remove reference to :prefix1
564 and :prefix. Give more details for :minlevel.
565
566 * org.texi (Macro replacement): Fix macro name. Update
567 documentation about possible locations and escaping mechanism.
568
569 * org.texi (Table of contents): Update documentation. Document
570 lists of listings and lists of tables. Add documentation for
571 optional title and #+TOC: keyword.
572
573 2013-11-12 Rick Frankel <rick@rickster.com>
574
575 * org.texi (results): Add Format section, broken out of Type
576 section to match code.
577 (hlines, colnames): Remove incorrect Emacs Lisp exception. Note
578 that the actual default handling (at least for python and
579 emacs-lisp) does not seem to match the description.
580
581 2013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change)
582
583 * org.texi (The date/time prompt): Update the documentation to
584 reflect the new way `org-read-date-get-relative' handles weekdays.
585
586 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com>
587
588 * org.texi (Resolving idle time): Document
589 `org-clock-x11idle-program-name'.
590
591 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
592
593 * ert.texi (Running Tests Interactively): Adapt examle output.
594 (Tests and Their Environment): Mention skip-unless.
595
596 2013-10-23 Glenn Morris <rgm@gnu.org>
597
598 * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
599 * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
600 * widget.texi: Nuke @refill.
601
602 * Makefile.in (install-dvi, install-html, install-pdf)
603 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
604 (uninstall-pdf): Quote entities that might contain whitespace.
605
606 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
607
608 * calc.el (Data Type Formats): Don't specify the size at
609 which integers begin to be represented by lists.
610
611 2013-10-14 Xue Fuqiao <xfq.free@gmail.com>
612
613 * cl.texi (Argument Lists): Add indexes for &key and &aux.
614
615 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
616
617 * trampver.texi: Update release number.
618
619 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
620
621 Sync with Tramp 2.2.8.
622
623 * tramp.texi (External packages): Use `non-essential'.
624 * trampver.texi: Update release number.
625
626 2013-09-14 Glenn Morris <rgm@gnu.org>
627
628 * eshell.texi: Markup fixes.
629
630 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
631
632 * ido.texi (Interactive Substring Matching): Use @key{RET} instead
633 of @kbd{RET}.
634 (Prefix Matching): Add an index.
635
636 2013-09-08 Glenn Morris <rgm@gnu.org>
637
638 * emacs-gnutls.texi: Tweak direntry.
639
640 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
641
642 * tramp.texi (Alternative Syntax): Remove chapter.
643
644 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
645
646 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
647 for portability to hosts where /bin/sh has problems.
648
649 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
650
651 Try to reduce redundancy in doc/misc/Makefile.in.
652 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
653 (TARGETS): New intermediate variable.
654 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
655
656 2013-08-27 Glenn Morris <rgm@gnu.org>
657
658 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
659
660 * efaq.texi: Rename from faq.texi, to match its output files.
661 * Makefile.in: Update for faq.texi name change.
662
663 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
664
665 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
666
667 * efaq-w32.texi: Move here from the web-pages repository.
668 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
669 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
670 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
671 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
672 Add DOCMISC_*_W32 variables.
673 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
674 (efaq_w32_deps): New variable.
675 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
676 (efaq-w32.pdf, efaq-w32.html): New rules.
677 (clean): Remove efaq-w32 products.
678
679 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
680
681 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
682 shift_jis from the default value set to mm-coding-system-priorities for
683 Japanese users.
684
685 2013-08-13 Glenn Morris <rgm@gnu.org>
686
687 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
688 (Options - Defining Label Environments, Options - Creating Labels)
689 (Options - Referencing Labels, Options - Creating Citations)
690 (Options - Index Support, Options - Viewing Cross-References)
691 (Options - Finding Files, Options - Optimizations)
692 (Options - Fontification, Options - Misc):
693 * cc-mode.texi (Sample Init File):
694 * edt.texi (Init file):
695 * epa.texi (Encrypting/decrypting gpg files):
696 * mairix-el.texi (About, Setting up the mairix interface, Using)
697 (Extending):
698 Rename nodes to avoid characters that can cause Texinfo problems.
699
700 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
701
702 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
703
704 2013-08-12 Glenn Morris <rgm@gnu.org>
705
706 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
707 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
708 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
709 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
710 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
711 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
712 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
713 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
714 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
715 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
716 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
717 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
718 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
719
720 * woman.texi (Top): Avoid mailto: in html output.
721
722 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
723 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
724 (INSTALL_DATA): New, set by configure.
725 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
726 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
727 install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
728 uninstall-ps, and uninstall-doc.
729 (.SUFFIXES): Add .ps and .dvi.
730 (.dvi.ps): New suffix rule.
731 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
732 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
733 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
734 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
735 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
736 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
737 (ido.html, mairix-el.html, message.html, mh-e.html)
738 (newsticker.html, nxml-mode.html, org.html, pgg.html)
739 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
740 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
741 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
742 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
743 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
744 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
745 New rules.
746 (clean): Remove HTML_TARGETS and PS_TARGETS.
747
748 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
749
750 * ido.texi (Working Directories):
751 (Flexible Matching, Regexp Matching, Find File At Point)
752 (Ignoring, Misc Customization): Use @defopt for user options.
753
754 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
755
756 * htmlfontify.texi (Customization): Remove documentation of
757 `hfy-fast-lock-save'. Minor fixes.
758
759 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
760
761 * ido.texi (Top): Insert node "Working Directories" in menu.
762 (Working Directories): New node.
763 (Misc Customization): Add documentation of
764 `ido-confirm-unique-completion' and some other user options.
765
766 2013-08-07 Eli Zaretskii <eliz@gnu.org>
767
768 * todo-mode.texi: Update @dircategory.
769 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
770 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
771 @ref.
772
773 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
774
775 * sc.texi (Introduction): Fix index.
776 (Usage Overview):
777 (Citations, Citation Elements, Recognizing Citations)
778 (Information Keys and the Info Alist, Reference Headers)
779 (The Built-in Header Rewrite Functions)
780 (Electric References, Reply Buffer Initialization)
781 (Filling Cited Text, Selecting an Attribution)
782 (Attribution Preferences)
783 (Anonymous Attributions, Author Names)
784 (Using Regi, Post-yank Formatting Commands)
785 (Citing Commands, Insertion Commands)
786 (Mail Field Commands)
787 (Hints to MUA Authors, Thanks and History): Change from one space
788 between sentences to two.
789 (What Supercite Does): Typo fix.
790
791 * newsticker.texi (Usage): Use @key for RET.
792
793 * cl.texi (Argument Lists):
794 (For Clauses):
795 (Macros): Add indexes.
796
797 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
798
799 * cl.texi (Blocks and Exits): Add an index.
800
801 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
802
803 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
804 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
805 (todo-mode.dvi, todo-mode.pdf): New rules.
806
807 * todo-mode.texi: New file.
808
809 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
810
811 * gnus.texi (Basic Usage): Mention that warp means jump here.
812 (The notmuch Engine): Mention notmuch.
813
814 2013-07-30 Tassilo Horn <tsdh@gnu.org>
815
816 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
817 `gnus-subthread-sort-functions' and remove the obsolete documentation
818 of `gnus-sort-threads-recursively'.
819
820 2013-07-29 David Engster <deng@randomsample.de>
821
822 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
823 implementation.
824 (Introduction): Add further missing features.
825 (Building Classes): Add introductory paragraph.
826 (Wish List): Add metaclasses and EQL specialization.
827
828 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
829
830 * tramp.texi (Frequently Asked Questions): Mention
831 `tramp-use-ssh-controlmaster-options'.
832
833 2013-07-26 Tassilo Horn <tsdh@gnu.org>
834
835 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
836 `gnus-sort-threads-recursively'.
837
838 2013-07-25 Glenn Morris <rgm@gnu.org>
839
840 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
841 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
842
843 * erc.texi (Special Features): Update contact information.
844 (History): Avoid using @email.
845
846 * eshell.texi (Bugs and ideas): Minor updates.
847
848 * faq.texi (Reporting bugs, Origin of the term Emacs)
849 (Setting up a customization file)
850 (Using an already running Emacs process, Turning off beeping)
851 (Packages that do not come with Emacs)
852 (Replying to the sender of a message): Avoid using @email.
853
854 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
855
856 * reftex.texi (Imprint): Avoid using @email.
857
858 * ses.texi (Top): Update bug reporting instructions.
859 (Acknowledgments): Avoid using @email.
860
861 * woman.texi (Introduction, Background): Remove outdated information.
862 (Bugs, Acknowledgments): Avoid using @email.
863
864 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
865
866 * ido.texi: New file.
867
868 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
869
870 * gnus.texi (Customizing Articles): Document function predicates.
871
872 2013-07-08 Tassilo Horn <tsdh@gnu.org>
873
874 * gnus.texi (lines): Correct description of
875 `gnus-registry-track-extra's default value. Mention
876 `gnus-registry-remove-extra-data'.
877
878 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
879
880 * gnus.texi (Group Parameters): Mention regexp
881 substitutions (bug#11688).
882
883 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
884
885 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
886
887 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
888
889 * gnus.texi (Emacsen): Fix version.
890
891 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
892
893 2013-07-06 Glenn Morris <rgm@gnu.org>
894
895 * mh-e.texi: Fix external links.
896 (Using This Manual): Printed elisp manuals no longer available.
897
898 * newsticker.texi (Overview): Update URL.
899
900 * nxml-mode.texi (Introduction): Update URL.
901
902 * org.texi (JavaScript support): Fix URL.
903
904 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
905
906 * eudc.texi (CCSO PH/QI): Remove defunct URL.
907
908 * dbus.texi (Introspection): Update URL to a less defunct one.
909
910 * gnus.texi (Top): Restrict "Other related manuals" to info output.
911 (Foreign Groups): Use @indicateurl for examples.
912 (Direct Functions): Remove defunct URL.
913 (RSS): Update URL.
914
915 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
916 (FAQ 7-1): Update URL.
917
918 * pgg.texi (Top, Overview): Add note about obsolescence.
919
920 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
921
922 * texinfo.tex: Merge from gnulib.
923
924 2013-07-03 Glenn Morris <rgm@gnu.org>
925
926 * bovine.texi (top):
927 * cc-mode.texi (AWK Mode Font Locking):
928 * mh-e.texi (Preface):
929 * url.texi (URI Parsing): Fix cross-references to other manuals.
930
931 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
932
933 * gnus.texi (Client-Side IMAP Splitting):
934 Note that `nnimap-inbox' now can be a list.
935
936 2013-06-24 Glenn Morris <rgm@gnu.org>
937
938 * eshell.texi: Fix cross-references to other manuals.
939
940 2013-06-23 Glenn Morris <rgm@gnu.org>
941
942 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
943 Remove; not needed now we use a standard html layout for the faq.
944 (clean): Remove HTML_TARGETS, emacs-faq.text.
945
946 2013-06-21 Eduard Wiebe <usenet@pusto.de>
947
948 * flymake.texi (Parsing the output, Customizable variables):
949 Add reference to `flymake-warning-predicate'.
950
951 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
952
953 * tramp.texi (Top, Configuration): Insert section `Predefined
954 connection information' in menu.
955 (Predefined connection information): New section.
956 (Android shell setup): Make a reference to `Predefined connection
957 information'.
958
959 2013-06-19 Glenn Morris <rgm@gnu.org>
960
961 * Makefile.in (version): New, set by configure.
962 (clean): Delete dist tar file.
963 (infoclean): New, split from maintainer-clean.
964 (maintainer-clean): Run infoclean.
965 (dist): New rule, to make tarfile for www.gnu.org.
966
967 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
968
969 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
970 for keys q and Q.
971 (Standards): Reference RFC5804 as the defining document of the
972 managesieve protocol.
973
974 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
975
976 * eshell.texi (Input/Output): Expand to cover new visual-command
977 options, eshell-visual-subcommands and eshell-visual-options.
978 Divide into separate Visual Commands and Redirection sections.
979
980 2013-06-10 Glenn Morris <rgm@gnu.org>
981
982 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
983
984 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
985
986 * gnus.texi (Article Date):
987 Fix description of gnus-article-update-date-headers.
988
989 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
990
991 * erc.texi (Special Features): ERC is being maintained within
992 Emacs now.
993
994 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
995
996 * flymake.texi: Change from one space between sentences to two.
997
998 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
999
1000 * cl.texi (Obsolete Macros): Describe replacements for `flet'
1001 (bug#14293).
1002
1003 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
1004
1005 * tramp.texi (Frequently Asked Questions): Precise, how to define
1006 an own ControlPath.
1007
1008 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1009
1010 * tramp.texi (Frequently Asked Questions): New item for
1011 ControlPath settings.
1012
1013 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
1014
1015 * calc.texi (Basic Operations on Units): Streamline some
1016 descriptions.
1017
1018 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1019
1020 * eshell.texi (Built-ins): Update manual to mention tramp module.
1021
1022 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1023
1024 * tramp.texi (Filename Syntax): Host names are not allowed to be
1025 any method name, unless method name is specified explicitly.
1026 Remove restriction on unibyte filenames.
1027
1028 * trampver.texi: Update release number.
1029
1030 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
1031
1032 doc: convert some TeX accents to UTF-8
1033 * emacs-mime.texi (Interface Functions): Use 'Ă¯' rather than
1034 '@"{@dotless{i}}'.
1035
1036 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1037
1038 Sync with Tramp 2.2.7.
1039
1040 * trampver.texi: Update release number.
1041
1042 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
1043
1044 * calc.texi (Basic Operations on Units): Streamline some
1045 descriptions.
1046
1047 2013-03-08 Glenn Morris <rgm@gnu.org>
1048
1049 * faq.texi (Top): Don't say this was updated @today.
1050 That's irrelevant and leads to spurious diffs.
1051
1052 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1053
1054 * calc.texi (Basic Operations on Units):
1055 Fix cross-reference.
1056
1057 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1058
1059 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
1060
1061 2013-03-06 Alan Mackenzie <acm@muc.de>
1062
1063 * cc-mode.texi (Custom Line-Up): Clarify position of point on
1064 calling a line-up function.
1065
1066 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1067
1068 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
1069 * ses.texi: Switch from Latin-1 to UTF-8.
1070
1071 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1072
1073 * tramp.texi (External methods): Tramp does not connect Android
1074 devices by itself.
1075
1076 2013-03-02 Bill Wohler <wohler@newt.com>
1077
1078 Release MH-E manual version 8.5.
1079
1080 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1081 release 8.5.
1082
1083 * mh-e.texi (Preface, Conventions, Getting Started)
1084 (Using This Manual, Folder Selection, Viewing, Aliases)
1085 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
1086 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
1087 Update URLs.
1088
1089 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1090
1091 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
1092 and "plink2" entries. "plink2" is obsolete for a long time.
1093 (External methods): Remove "scp1" and "scp2" entries.
1094 Explain user name and host name specification for "adb".
1095
1096 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1097
1098 * tramp.texi (External methods): Mention `tramp-adb-program'.
1099
1100 2013-02-28 Bastien Guerry <bzg@gnu.org>
1101
1102 * org.texi (Visibility cycling): Suggest to set
1103 `org-agenda-inhibit-startup' to nil if user wants the startup
1104 visibility settings to be honored in any circumstances.
1105 (Progress logging, Checkboxes): Fix typos.
1106
1107 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1108
1109 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
1110 the macros, for Texinfo 4.13 and 5.0.
1111
1112 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
1113
1114 Port Tramp documentation to Texinfo 5.0.
1115 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
1116 (Filename Syntax): Do not use @trampfn{} in @item.
1117 (Filename completion): Use @columnfractions in @multitable.
1118
1119 2013-02-22 Glenn Morris <rgm@gnu.org>
1120
1121 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
1122
1123 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1124
1125 * Makefile.in (html): New rule.
1126
1127 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
1128
1129 * tramp.texi (Android shell setup): Improve. Reported by Thierry
1130 Volpiatto <thierry.volpiatto@gmail.com>.
1131
1132 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1133
1134 * tramp.texi (Top, Configuration): Insert section `Android shell
1135 setup' in menu.
1136 (Android shell setup): New section.
1137 (Connection types, Default Method)
1138 (Frequently Asked Questions): Mention "scp" instead of "scpc".
1139 (External methods): Remove "scpc" and "rsyncc" entries.
1140 (Frequently Asked Questions): Remove entry about ControlPersist.
1141
1142 2013-02-13 Glenn Morris <rgm@gnu.org>
1143
1144 * message.texi (News Headers): Don't mention yow any more.
1145
1146 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1147
1148 * calc.texi (Basic Operations on Units):
1149 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
1150
1151 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1152
1153 * eshell.texi: Fill most of the missing sections.
1154
1155 2013-02-07 Bastien Guerry <bzg@gnu.org>
1156
1157 * org.texi (References): Clarify an example.
1158 (Installation): Fix instructions.
1159 (Org-Plot): Fix link.
1160 (Checkboxes, Radio lists): Fix typos.
1161
1162 2013-02-07 Glenn Morris <rgm@gnu.org>
1163
1164 * cl.texi (Equality Predicates): Mention memql.
1165
1166 2013-02-07 Eric Ludlam <zappo@gnu.org>
1167
1168 * doc/misc/ede.texi (Creating a project): Make ede-new doc less
1169 specific, and only about items it supports, indicating that there
1170 might be more. Remove refs to simple project and direct automake
1171 from ede new.
1172 (Simple projects): Re-write to not talk about ede-simple-project
1173 which is deprecated, and instead use the term to mean projects
1174 that don't do much management, just project wrapping.
1175 Add ede-generic-project link.
1176 (ede-generic-project): New node (bug#11441).
1177
1178 2013-02-07 Glenn Morris <rgm@gnu.org>
1179
1180 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
1181
1182 2013-02-01 Glenn Morris <rgm@gnu.org>
1183
1184 * calc.texi (Help Commands): Update calc-view-news description.
1185 Mention etc/CALC-NEWS.
1186
1187 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1188
1189 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
1190
1191 2013-01-13 Bastien Guerry <bzg@gnu.org>
1192
1193 * org.texi (Installation): Simplify.
1194
1195 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
1196
1197 * org.texi (Handling links): Update the mention to the obsolete
1198 variable `org-link-to-org-use-id' with a mention to the newer
1199 variable `org-id-link-to-org-use-id'. Mention the need to load
1200 the org-id library.
1201
1202 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1203
1204 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
1205
1206 2013-01-09 Bastien Guerry <bzg@gnu.org>
1207
1208 * org.texi (Pushing to MobileOrg): Add footnote about using
1209 symbolic links in `org-directory'.
1210 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
1211 of the now obsolete alias `org-float'.
1212 (TODO basics): Add `org-use-fast-todo-selection' to the variable
1213 index. Fix description of TODO keywords cycling.
1214 (Advanced features): Add missing argument for @item.
1215 (Storing searches): Add index entries and a note about
1216 *-tree agenda views.
1217 (Structure editing): Document `org-mark-element' and
1218 `org-mark-subtree'.
1219 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
1220
1221 2013-01-08 Juri Linkov <juri@jurta.org>
1222
1223 * info.texi (Go to node): Mention the abbreviated format
1224 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
1225
1226 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
1227
1228 * autotype.texi: Remove undefined command @subtitlefont.
1229 * cc-mode.texi: Likewise.
1230
1231 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
1232 @item argument.
1233 (Property searches): Use \\ instead of @backslashchar{}.
1234 * pgg.texi (VERSION): Move @set below @setfilename.
1235
1236 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
1237
1238 * ada-mode.texi: Remove braces from @title argument.
1239 * eudc.texi: Likewise.
1240 * smtpmail.texi: Likewise.
1241 * auth.texi (VERSION): Set before first use.
1242 * emacs-gnutls.texi (VERSION): Likewise.
1243 * pgg.texi (VERSION): Likewise.
1244 * ede.texi (Top): Rename from top, all uses changed.
1245 * eshell.texi: Add missing argument to @sp.
1246 * forms.texi (Top): Reorder menu to match structure.
1247 * htmlfontify.texi (Customisation): Add missing @item in
1248 @enumerate.
1249 * org.texi (Advanced features): Add missing argument for @item.
1250 (Property searches): Use @backslashchar{} in macro argument.
1251 * pcl-cvs.texi: Add missing argument to @sp.
1252 (Movement commands): Fix use of @itemx.
1253 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
1254 * reftex.texi (Options (Creating Citations)): Add missing newline
1255 before @end.
1256 * tramp.texi (Obtaining Tramp): Remove extra dots.
1257 (Configuration): Reorder menu to match structure.
1258 (Remote shell setup): Replace literal NUL character by \0.
1259 * viper.texi (Marking): Add missing argument for @item.
1260
1261 2013-01-04 Glenn Morris <rgm@gnu.org>
1262
1263 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
1264 Add htmlfontify.
1265 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
1266 (htmlfontify.dvi, htmlfontify.pdf): New targets.
1267 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
1268 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
1269
1270 * htmlfontify.texi: Miscellaneous fixes and updates.
1271 Set copyright to FSF, update license to GFDL 1.3+.
1272
1273 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
1274
1275 * htmlfontify.texi: New file.
1276
1277 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1278
1279 * calc.texi (Free-Form Dates): Expand on the date reading
1280 algorithm.
1281
1282 2012-12-27 Glenn Morris <rgm@gnu.org>
1283
1284 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
1285 Avoid some overfull lines.
1286
1287 * widget.texi (Programming Example): Break some long lines.
1288
1289 * wisent.texi (Wisent Overview): Fix xref.
1290 (Grammar format, Understanding the automaton): Avoid overfill.
1291
1292 * bovine.texi (Optional Lambda Expression): Allow line break.
1293
1294 * auth.texi (Help for users): Break long lines.
1295
1296 * ada-mode.texi (Project file variables):
1297 Reword to reduce underfull hbox.
1298 (No project files, Use GNAT project file):
1299 Use smallexample to make some overfull lines less terrible.
1300
1301 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
1302 Fix cross-references to separate manuals.
1303
1304 * Makefile.in (gfdl): New variable. Use throughout where
1305 appropriate so that targets depend on doclicense.texi.
1306
1307 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1308
1309 * gnus.texi (Customizing the IMAP Connection): Mention the other
1310 authenticators.
1311
1312 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1313
1314 * gnus.texi (Browse Foreign Server):
1315 Document `gnus-browse-delete-group'.
1316
1317 2012-12-22 Glenn Morris <rgm@gnu.org>
1318
1319 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
1320 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
1321 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
1322 * widget.texi, wisent.texi: Nuke hand-written node pointers.
1323
1324 * Makefile.in (gfdl): New variable. Use throughout where
1325 appropriate so that targets depend on doclicense.texi.
1326
1327 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1328
1329 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
1330 doclicense.texi. Remove doclicense.texi from all targets that
1331 mentioned it explicitly.
1332 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
1333 $(emacsdir)/emacsver.texi.
1334 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
1335
1336 2012-12-21 Glenn Morris <rgm@gnu.org>
1337
1338 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
1339 Include emacsver.texi. Nuke hand-written node pointers.
1340 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
1341 Depend on emacsver.texi.
1342
1343 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
1344 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
1345 May as well just include doclicense.texi in everything.
1346
1347 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
1348 which @copying says is included.
1349
1350 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
1351 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
1352 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
1353 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
1354 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
1355 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
1356 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
1357 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
1358 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
1359 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
1360 * widget.texi, wisent.texi, woman.texi: Do not mention buying
1361 copies from the FSF, which does not publish these manuals.
1362
1363 * erc.texi: No need to include gpl in this small manual.
1364
1365 * org.texi (copying): Include a copy of the GFDL.
1366 (GNU Free Documentation License): New section.
1367
1368 2012-12-21 Bastien Guerry <bzg@gnu.org>
1369
1370 * org.texi: Fix typos.
1371
1372 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
1373
1374 * calc.texi (ISO 8601): Rename from ISO-8601,
1375 as it's typically spelled without a hyphen.
1376
1377 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1378
1379 * calc.texi (ISO-8601): New section.
1380 (Date Formatting Codes): Mention new codes.
1381 (Standard Date Formats): Mention new formats.
1382
1383 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
1384
1385 * tramp.texi (External methods): Move `adb' method here.
1386
1387 2012-12-13 Glenn Morris <rgm@gnu.org>
1388
1389 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
1390
1391 * wisent.texi: Small edits. Set copyright to FSF, update license to
1392 GFDL 1.3+.
1393 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
1394 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
1395 New targets.
1396 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
1397 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
1398
1399 * bovine.texi: Small edits. Set copyright to FSF, update license to
1400 GFDL 1.3+, remove empty index.
1401 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
1402 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
1403 New targets.
1404 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
1405 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
1406
1407 2012-12-13 Eric Ludlam <zappo@gnu.org>
1408 David Ponce <david@dponce.com>
1409 Richard Kim <emacs18@gmail.com>
1410
1411 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
1412
1413 2012-12-13 Glenn Morris <rgm@gnu.org>
1414
1415 * flymake.texi (Customizable variables, Locating the buildfile):
1416 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
1417
1418 * srecode.texi: Small edits. Set copyright to FSF, add explicit
1419 GFDL 1.3+ license, fix up index.
1420 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
1421 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
1422 (srecode.pdf): New targets.
1423 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
1424 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
1425
1426 2012-12-13 Eric Ludlam <zappo@gnu.org>
1427
1428 * srecode.texi: New file, imported from CEDET trunk.
1429
1430 2012-12-13 Bastien Guerry <bzg@gnu.org>
1431
1432 * org.texi (Summary, Code block specific header arguments)
1433 (Code block specific header arguments)
1434 (Header arguments in function calls, var, noweb)
1435 (Results of evaluation, Code evaluation security):
1436 Small reformatting: add a blank line before some example.
1437
1438 * org.texi (System-wide header arguments)
1439 (Header arguments in Org mode properties, Conflicts)
1440 (Dynamic blocks, Using the mapping API):
1441 Fix indentation of Elisp code examples.
1442
1443 * org.texi (Comment lines): Fix description of the comment syntax.
1444
1445 * org.texi (Installation): Mention "make test" in the correct section.
1446
1447 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1448
1449 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1450 These are just minor editorial changes.
1451
1452 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
1453
1454 * tramp.texi (History): Mention ADB.
1455 (Inline methods): Add `adb' method.
1456
1457 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
1458
1459 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
1460 (External methods): Fix typo.
1461
1462 2012-12-03 Glenn Morris <rgm@gnu.org>
1463
1464 * rcirc.texi (Notices): Fix typo.
1465
1466 2012-11-25 Bill Wohler <wohler@newt.com>
1467
1468 Release MH-E manual version 8.4.
1469
1470 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
1471 Update for release 8.4.
1472
1473 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
1474 (Junk): Add mh-whitelist-preserves-sequences-flag,
1475 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
1476 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
1477
1478 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
1479
1480 * mh-e.texi (Procmail): Fix two @ typos.
1481
1482 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1483
1484 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1485 These are just minor editorial changes.
1486
1487 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
1488
1489 * calc.texi (Date Formatting Codes): Mention the new beginning of
1490 the date numbering system.
1491
1492 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1493
1494 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
1495 (Date Forms): Correct off-by-one error in explanation of
1496 Julian day numbers. Give Gregorian equivalent of its origin.
1497
1498 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1499
1500 * doc/misc/calc.texi (Date Forms): Mention the customizable
1501 Gregorian-Julian switch.
1502 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
1503
1504 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1505
1506 Calc now uses the Gregorian calendar for all dates (Bug#12633).
1507 It also uses January 1, 1 AD as its day number 1.
1508 * calc.texi (Date Forms): Document this.
1509
1510 2012-11-16 Glenn Morris <rgm@gnu.org>
1511
1512 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
1513 (Obsolete Macros): Move example here from Function Bindings.
1514
1515 * erc.texi: Use @code{nil} rather than just "nil".
1516 (Modules): Undocument obsolete "hecomplete".
1517 Add "notifications".
1518 (Connecting): Add brief section on passwords.
1519 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
1520
1521 2012-11-13 Glenn Morris <rgm@gnu.org>
1522
1523 * flymake.texi (Customizable variables)
1524 (Highlighting erroneous lines): Mention flymake-error-bitmap,
1525 flymake-warning-bitmap, and flymake-fringe-indicator-position.
1526
1527 2012-11-12 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
1528
1529 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
1530 In all file place SES into @acronym{...}.
1531 (Advanced Features): Add key index and function index for
1532 ses-set-header-row. Add description for function
1533 ses-rename-cell. Add description for function
1534 ses-repair-cell-reference-all.
1535 (Ranges in formulas): Add description for ses-range flags.
1536
1537 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
1538
1539 * texinfo.tex: Merge from gnulib.
1540
1541 2012-11-10 Chong Yidong <cyd@gnu.org>
1542
1543 * url.texi (Introduction): Move url-configuration-directory to
1544 Customization node.
1545 (Parsed URIs): Split into its own node.
1546 (URI Encoding): New node.
1547 (Defining New URLs): Remove empty chapter.
1548 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
1549 Improve docs for url-queue-*.
1550 (Supported URL Types): Copyedits. Delete empty subnodes.
1551
1552 * url.texi (Introduction): Rename from Getting Started.
1553 Rewrite the introduction.
1554 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
1555
1556 2012-11-10 Glenn Morris <rgm@gnu.org>
1557
1558 * cl.texi (Obsolete Setf Customization):
1559 Revert defsetf example to the more correct let rather than prog1.
1560 Give define-modify-macro, defsetf, and define-setf-method
1561 gv.el replacements.
1562
1563 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
1564 (Setf Extensions): Remove obsolete reference.
1565 (Obsolete Setf Customization):
1566 Move note on lack of setf functions to lispref/variables.texi.
1567 Undocument get-setf-method, since it no longer exists.
1568 Mention simple defsetf replaced by gv-define-simple-setter.
1569
1570 2012-11-03 Glenn Morris <rgm@gnu.org>
1571
1572 * cl.texi: Further general copyedits.
1573 (List Functions): Remove copy-tree, standard elisp for some time.
1574 (Efficiency Concerns): Comment out examples that no longer apply.
1575 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
1576 (Creating Symbols, Random Numbers): De-emphasize internal
1577 variables cl--gensym-counter and cl--random-state. (Bug#12788)
1578 (Naming Conventions, Type Predicates, Macros)
1579 (Predicates on Numbers): No longer mention cl-floatp-safe.
1580
1581 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1582
1583 * gnus.texi (Mail Source Specifiers):
1584 Document :leave keyword used for pop mail source.
1585
1586 2012-11-01 Glenn Morris <rgm@gnu.org>
1587
1588 * cl.texi: General copyedits for style, line-breaks, etc.
1589 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
1590 (Macro Bindings, Blocks and Exits):
1591 Acknowledge existence of lexical-binding.
1592 (Iteration): Mainly defer to doc of standard dolist, dotimes.
1593
1594 2012-10-31 Glenn Morris <rgm@gnu.org>
1595
1596 * ert.texi (Introduction, The @code{should} Macro):
1597 Refer to "cl-assert" rather than "assert".
1598
1599 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
1600 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
1601 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
1602 Reword, and add details of flet and labels.
1603 (Modify Macros, Function Bindings): Add some xrefs.
1604
1605 2012-10-30 Glenn Morris <rgm@gnu.org>
1606
1607 * cl.texi (Modify Macros): Update for cl-letf changes.
1608 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
1609 (Setf Extensions): Partially restore note about cl-getf,
1610 mainly moved to lispref/variables.texi.
1611 (Property Lists): Fix cl-getf typos.
1612 (Mapping over Sequences): Mention cl-mapc naming oddity.
1613
1614 2012-10-29 Glenn Morris <rgm@gnu.org>
1615
1616 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
1617 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
1618 (Customizing Setf): Move contents to "Obsolete Setf Customization".
1619 (Modify Macros, Multiple Values, Other Clauses):
1620 Remove mentions of obsolete features.
1621 (Obsolete Setf Customization): Don't mention `apply' setf.
1622
1623 2012-10-28 Glenn Morris <rgm@gnu.org>
1624
1625 * cl.texi (Multiple Values, Common Lisp Compatibility):
1626 More namespace updates.
1627 (Obsolete Features): Copyedits.
1628 (Obsolete Lexical Macros, Obsolete Setf Customization):
1629 New subsections.
1630
1631 * cl.texi (Porting Common Lisp, Lexical Bindings):
1632 Add some xrefs to the Elisp manual.
1633
1634 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
1635 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
1636 (Obsolete Features): New appendix. Move Lexical Bindings here.
1637
1638 2012-10-27 Glenn Morris <rgm@gnu.org>
1639
1640 * cl.texi: Use defmac for macros rather than defspec.
1641 (Efficiency Concerns): Related copyedit.
1642
1643 * cl.texi (Control Structure): Update for setf now being in core.
1644 (Setf Extensions): Rename from Basic Setf. Move much of the
1645 former content to lispref/variables.texi.
1646 (Modify Macros): Move pop, push details to lispref/variables.texi.
1647 (Customizing Setf): Copyedits for setf etc being in core.
1648 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
1649 Further namespaces updates.
1650
1651 2012-10-26 Bastien Guerry <bzg@gnu.org>
1652
1653 * org.texi (Installation): Update the link to Org's ELPA.
1654 Also don't mention org-install.el anymore as the replacement file
1655 org-loaddefs.el is now loaded by org.el.
1656
1657 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
1658
1659 * tramp.texi (Frequently Asked Questions):
1660 Mention `tramp-completion-reread-directory-timeout' for performance
1661 improvement.
1662
1663 2012-10-25 Glenn Morris <rgm@gnu.org>
1664
1665 * cl.texi: Don't mess with the TeX section number counter.
1666 Use Texinfo recommended convention for quotes+punctuation.
1667 (Overview, Sequence Functions): Rephrase for better line-breaking.
1668 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
1669 (Macro Bindings, Conditionals, Iteration, Loop Basics)
1670 (Random Numbers, Mapping over Sequences, Structures)
1671 (Porting Common Lisp): Further updates for cl-lib namespace.
1672 (Modify Macros, Declarations, Macro Bindings, Structures):
1673 Break long lines in examples.
1674 (Dynamic Bindings): Update for changed progv behavior.
1675 (Loop Examples, Efficiency Concerns): Markup fixes.
1676 (Structures): Remove TeX margin change.
1677 (Declarations): Fix typos.
1678
1679 2012-10-24 Glenn Morris <rgm@gnu.org>
1680
1681 * cl.texi (Overview, Multiple Values, Creating Symbols)
1682 (Numerical Functions): Say less/nothing about the original cl.el.
1683 (Old CL Compatibility): Remove.
1684 (Assertions): Remove ignore-errors (standard Elisp for some time).
1685
1686 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
1687 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
1688 (Efficiency Concerns, Efficiency Concerns)
1689 (Common Lisp Compatibility, Old CL Compatibility):
1690 Further updates for cl-lib namespace.
1691
1692 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1693
1694 Update manual for new time stamp format (Bug#12706).
1695 * emacs-mime.texi (time-date): Update for new format.
1696 Also, fix bogus time stamp and modernize a bit.
1697
1698 2012-10-23 Glenn Morris <rgm@gnu.org>
1699
1700 * cl.texi: Include emacsver.texi. Use Emacs version number rather
1701 than unchanging cl.el version number.
1702 End all menu descriptions with a period.
1703 Do not use @dfn{CL} for every instance of "CL".
1704 (Overview): Remove no-runtime caveat, and note about foo* names.
1705 (Usage): Use cl-lib rather than cl.
1706 (Organization, Naming Conventions): Update for cl-lib.el.
1707 (Installation): Remove long-irrelevant node.
1708 (Program Structure, Predicates, Control Structure):
1709 Start updating for cl-lib namespace.
1710 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
1711 Depend on emacsver.texi.
1712
1713 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1714
1715 * trampver.texi: Update release number.
1716
1717 2012-10-06 Glenn Morris <rgm@gnu.org>
1718
1719 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
1720 ERC version.
1721 (Introduction): ERC is distributed with Emacs.
1722 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
1723 (Getting Started): Simplify.
1724 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
1725 (History): Mention ERC maintained as part of Emacs now.
1726 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
1727 Add dependency on emacsver.texi.
1728
1729 * erc.texi: Remove hand-written node pointers.
1730
1731 2012-10-05 Glenn Morris <rgm@gnu.org>
1732
1733 * newsticker.texi (Overview, Requirements, Usage, Configuration):
1734 Copyedits.
1735
1736 2012-10-01 Eric Ludlam <zappo@gnu.org>
1737
1738 * ede.texi (Quick Start, Project Local Variables)
1739 (Miscellaneous commands, ede-java-root, Development Overview)
1740 (Detecting a Project): New nodes.
1741 (Simple projects): Node deleted.
1742
1743 * eieio.texi (Building Classes): Some slot attributes cannot be
1744 overridden.
1745 (Slot Options): Remove an example.
1746 (Method Invocation, Documentation): New nodes.
1747
1748 2012-10-01 Glenn Morris <rgm@gnu.org>
1749
1750 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
1751 (reftex.pdf): Add dependency on emacsver.texi.
1752 * reftex.texi: Don't include directory part for emacsver.texi;
1753 the Makefile's -I handles it.
1754
1755 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1756
1757 Merge from standalone RefTeX repository.
1758
1759 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
1760 with macros.
1761 (Imprint): Mention Wolfgang in list of contributors.
1762 (Creating Citations): Give a hint about how to
1763 auto-revert the BibTeX database file when using external editors.
1764 (Referencing Labels): Simplify section about reference macro
1765 cycling.
1766 (Options (Referencing Labels)): Adapt to new structure of
1767 `reftex-ref-style-alist'.
1768 (Referencing Labels, Reference Styles): Document changes in the
1769 referencing functionality.
1770 (Commands): Mention options for definition of header and footer in
1771 BibTeX files.
1772 (Options (Creating Citations)): Document
1773 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
1774 (Reference Styles): New section.
1775 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
1776 (Options (Referencing Labels)): Remove descriptions of deprecated
1777 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
1778 Add descriptions for `reftex-ref-style-alist' and
1779 `reftex-ref-style-default-list'.
1780 (Referencing Labels): Update regarding reference styles.
1781 (Citation Styles): Mention support for ConTeXt.
1782 (Options (Defining Label Environments)): Fix typo.
1783 (Options (Creating Citations)):
1784 Document `reftex-cite-key-separator'.
1785
1786 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
1787
1788 * org.texi: Add description of ORG_ADD_CONTRIB to info
1789 documentation. Add link to Worg for more details.
1790
1791 * org.texi: Clarify installation procedure. Provide link to the
1792 build system description on Worg.
1793
1794 * org.texi: Remove reference to utils/, x11idle.c is now in
1795 contrib/scripts.
1796
1797 * org.texi: Re-normalize to "Org mode" in manual.
1798
1799 * org.texi (Installation): Adapt documentation to new build
1800 system. Mention GNU ELPA (since it needs to be handled like Emacs
1801 built-in Org).
1802
1803 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
1804
1805 * org.texi: Fix typo in description of the 'Hooks' section.
1806
1807 * org.texi: Add ID to the list of special properties.
1808
1809 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
1810
1811 * org.texi (Moving subtrees): Document the ability to archive to a
1812 datetree.
1813
1814 2012-09-30 Bastien Guerry <bzg@gnu.org>
1815
1816 * org.texi (Installation, Feedback, Batch execution):
1817 Use (add-to-list 'load-path ... t) for the contrib dir.
1818
1819 * org.texi (results): Update documentation for ":results drawer"
1820 and ":results org".
1821
1822 * org.texi (Column width and alignment): Fix typo.
1823
1824 * org.texi (Activation): Point to the "Conflicts" section.
1825
1826 * org.texi (Conflicts): Mention filladapt.el in the list of
1827 conflicting packages.
1828
1829 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
1830 not needed for versions of Emacs > 22.1.
1831
1832 * org.texi (History and Acknowledgments): Fix typo.
1833
1834 * org.texi (History and Acknowledgments): Add my own
1835 acknowledgments.
1836
1837 * org.texi (Agenda commands): Document the new command and the new
1838 option.
1839
1840 * org.texi (Agenda commands): Delete `org-agenda-action' section.
1841 (Agenda commands): Reorder. Document `*' to toggle persistent
1842 marks.
1843
1844 * org.texi (Agenda dispatcher):
1845 Mention `org-toggle-agenda-sticky'.
1846 (Agenda commands, Exporting Agenda Views): Fix typo.
1847
1848 * org.texi (Templates in contexts, Setting Options): Update to
1849 reflect changes in how contexts options are processed.
1850
1851 * org.texi (Templates in contexts): Document the new structure of
1852 the variables `org-agenda-custom-commands-contexts' and
1853 `org-capture-templates-contexts'.
1854
1855 * org.texi (Templates in contexts): Document the new option
1856 `org-capture-templates-contexts'.
1857 (Storing searches): Document the new option
1858 `org-agenda-custom-commands-contexts'.
1859
1860 * org.texi (Formula syntax for Lisp): Reformat.
1861
1862 * org.texi (Special properties, Column attributes)
1863 (Agenda column view): Document the new special property
1864 CLOCKSUM_T.
1865
1866 * org.texi (Template expansion): Document the new %l template.
1867
1868 * org.texi (Fast access to TODO states): Fix documentation about
1869 allowed characters for fast todo selection.
1870
1871 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
1872 use in `org-agenda-to-appt'.
1873
1874 * org.texi (Comment lines): Update wrt comments.
1875
1876 * org.texi (Resolving idle time): Document new keybinding.
1877
1878 * org.texi (Clocking commands): Document the use of S-M-<up/down>
1879 on clock timestamps.
1880
1881 * org.texi (Fast access to TODO states): Explicitly says only
1882 letters are supported as fast TODO selection keys.
1883
1884 * org.texi (Link abbreviations): Illustrate the use of the "%h"
1885 specifier. Document the new "%(my-function)" specifier.
1886
1887 * org.texi (Clocking commands): New cindex.
1888 (Clocking commands): Update documentation for `org-clock-in'.
1889 Document `org-clock-in-last'. Mention `org-clock-out' and
1890 `org-clock-in-last' as commands that can be globally bound.
1891 (Resolving idle time): Document continuous clocking.
1892
1893 * org.texi (Top, Introduction): Fix formatting.
1894 (Activation): Add index entries.
1895 (Conventions): Update section.
1896 (Embedded @LaTeX{}): Fix formatting.
1897
1898 * org.texi (Visibility cycling): Document `show-children'.
1899
1900 * org.texi (Using capture): Mention the `org-capture-last-stored'
1901 bookmark as a way to jump to the last stored capture.
1902
1903 * org.texi (Uploading files): Fix typo.
1904
1905 * org.texi (Using capture): Document `C-0' as a prefix argument
1906 for `org-capture'.
1907
1908 * org.texi (Agenda commands): Document persistent marks.
1909
1910 * org.texi (Template expansion): Update doc to reflect change.
1911
1912 * org.texi (Radio tables): Document the :no-escape parameter.
1913
1914 * org.texi (Repeated tasks): Document repeat cookies for years,
1915 months, weeks, days and hours.
1916
1917 * org.texi (Export options): State that you can use the d: option
1918 by specifying a list of drawers.
1919
1920 * org.texi (HTML preamble and postamble): Small doc improvement.
1921
1922 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
1923
1924 * org.texi: The sections in the Exporting section of the manual
1925 left out articles in the description of the org-export-as-*
1926 commands, among other places. This patch adds them, adds a few
1927 missing prepositions, and switches instances of "an HTML" to "a
1928 html" for internal consistency.
1929
1930 * org.texi: Alter several examples of headings with timestamps in
1931 them to include the timestamps in the body instead of the heading.
1932
1933 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
1934
1935 * org.texi (Agenda dispatcher): Document sticky agenda views and
1936 the new key for them.
1937
1938 2012-09-30 Charles <millarc@verizon.net> (tiny change)
1939
1940 * org.texi (Advanced features): Fix error in table.
1941
1942 2012-09-30 Feng Shu <tumashu@gmail.com>
1943
1944 * org.texi (@LaTeX{} fragments): Document imagemagick as an
1945 alternative to dvipng.
1946
1947 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
1948
1949 * org.texi: Remove extra curly bracket.
1950
1951 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
1952
1953 * org.texi (org-clock-in-last and org-clock-cancel): Update the
1954 defkeys.
1955
1956 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1957
1958 * org.texi (Agenda commands): Fix two typos by giving
1959 corresponding function names, according to
1960 `org-agenda-view-mode-dispatch'.
1961
1962 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
1963
1964 * org.texi (The spreadsheet): Fix typo.
1965
1966 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
1967
1968 * org.texi (Tracking your habits): Point to the "Tracking TODO
1969 state changes" section.
1970
1971 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
1972
1973 * org.texi (Literal examples): Remove reference to unknown
1974 `org-export-latex-minted' variable. Also simplify footnote since
1975 `org-export-latex-listings' documentation is exhaustive already.
1976
1977 * org.texi (Plain lists): Remove reference to now hard-coded
1978 `bullet' automatic rule.
1979
1980 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
1981
1982 * org.texi: Updated documentation accordingly.
1983
1984 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1985
1986 * texinfo.tex: Merge from gnulib.
1987
1988 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
1989
1990 Sync with Tramp 2.2.6.
1991
1992 * tramp.texi (Bug Reports): Cleanup caches before a test run.
1993
1994 * trampver.texi: Update release number.
1995
1996 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1997
1998 * texinfo.tex: Merge from gnulib.
1999
2000 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
2001
2002 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
2003 (bug#12096).
2004
2005 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2006
2007 * calc.texi (Simplification modes, Conversions)
2008 (Operating on Selections): Mention "basic" simplification.
2009 (The Calc Mode Line): Mention the mode line display for Basic
2010 simplification mode.
2011 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
2012 simplifications.
2013 (Basic Simplifications): Rename from "Limited Simplifications"
2014 Replace "limited" by "basic" throughout.
2015 (Algebraic Simplifications): Indicate that the algebraic
2016 simplifications are done by default.
2017 (Unsafe Simplifications): Mention `m E'.
2018 (Simplification of Units): Mention `m U'.
2019 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
2020 (Kinds of Declarations, Functions for Declarations):
2021 Mention "algebraic simplifications" instead of `a s'.
2022 (Algebraic Entry): Remove mention of default simplifications.
2023
2024 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2025
2026 * calc.texi (Getting Started, Tutorial): Change simulated
2027 Calc output to match actual output.
2028 (Simplifying Formulas): Mention that algebraic simplification is now
2029 the default.
2030
2031 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2032
2033 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
2034 (Bug#12073)
2035
2036 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2037
2038 Prefer typical American spelling for "acknowledgment".
2039 * calc.texi (History and Acknowledgments): Rename from
2040 History and Acknowledgements.
2041 * idlwave.texi (Acknowledgments):
2042 * ses.texi (Acknowledgments):
2043 * woman.texi (Acknowledgments): Rename from Acknowledgements.
2044
2045 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2046
2047 Rename configure.in to configure.ac (Bug#11603).
2048 * ede.texi (Compiler and Linker objects, ede-proj-project)
2049 (ede-step-project): Prefer the name configure.ac to configure.in.
2050
2051 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
2052
2053 * tramp.texi (Multi-hops):
2054 Introduce `tramp-restricted-shell-hosts-alist'.
2055
2056 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2057
2058 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
2059 methods, so don't mention smtpmail here.
2060
2061 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2062
2063 * gnus.texi (Picons): Document gnus-picon-properties.
2064
2065 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2066
2067 * gnus.texi: Remove mention of compilation, as that's no longer
2068 supported.
2069
2070 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2071
2072 * gnus.texi (Archived Messages): Mention
2073 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
2074
2075 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2076
2077 * gnus.texi (Various Summary Stuff):
2078 Remove mention of `gnus-propagate-marks'.
2079
2080 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2081
2082 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
2083 which no longer exist.
2084
2085 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2086
2087 * gnus.texi (Archived Messages):
2088 Document gnus-gcc-self-resent-messages.
2089
2090 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2091
2092 * message.texi (Mail Variables):
2093 Mention the optional user parameter for X-Message-SMTP-Method.
2094
2095 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2096
2097 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
2098
2099 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
2100
2101 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2102
2103 * gnus.texi (Key Index): Change encoding to utf-8.
2104
2105 2012-06-21 Glenn Morris <rgm@gnu.org>
2106
2107 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2108
2109 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2110
2111 * gnus.texi (Group Timestamp): Mention where to find documentation for
2112 the `gnus-tmp-' variables (bug#11601).
2113
2114 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
2115
2116 Sync with Tramp 2.2.6-pre.
2117
2118 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
2119 where appropriate.
2120 (Ad-hoc multi-hops): New section.
2121 (Remote processes): New subsection "Running remote processes on
2122 Windows hosts".
2123 (History): Add remote commands on Windows, and ad-hoc multi-hop
2124 methods.
2125 (External methods): "ControlPersist" must be set to "no" for the
2126 `scpc' method.
2127 (Remote processes): Add a note about `auto-revert-tail-mode'.
2128 (Frequently Asked Questions): Use "scpx" in combination with
2129 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
2130
2131 * trampver.texi: Update release number.
2132
2133 2012-06-10 Chong Yidong <cyd@gnu.org>
2134
2135 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
2136 compilation for html-mono.
2137
2138 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
2139
2140 * texinfo.tex: Merge from gnulib.
2141
2142 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2143
2144 * Makefile.in (echo-info): Don't try to install info files named
2145 just ".info".
2146
2147 2012-05-28 Glenn Morris <rgm@gnu.org>
2148
2149 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
2150
2151 * sc.texi: Nuke hand-written node pointers.
2152 Fix top-level menu to match actual node order.
2153
2154 2012-05-27 Glenn Morris <rgm@gnu.org>
2155
2156 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
2157 Some associated fixes, including not messing with chapno in cl.texi.
2158
2159 2012-05-27 Bastien Guerry <bzg@gnu.org>
2160
2161 * org.texi (Durations and time values): Fix typo.
2162
2163 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2164
2165 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
2166 Mention `calc-ensure-consistent-units'.
2167
2168 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
2169
2170 * cc-mode.texi: Avoid space before macro in 4th argument of cross
2171 reference commands. (Bug#11461)
2172
2173 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
2174
2175 2012-05-12 Glenn Morris <rgm@gnu.org>
2176
2177 * Makefile.in (mostlyclean): Add more TeX intermediates.
2178
2179 * Makefile.in: Make it look more like the other doc Makefiles.
2180 Use explicit $srcdir in all dependencies.
2181 Remove cd $srcdir from rules.
2182 (VPATH): Remove.
2183 (infodir): Set to an absolute path.
2184 (INFO_TARGETS): Use short names.
2185 (mkinfodir): infodir is now absolute.
2186 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
2187
2188 * Makefile.in (info.info): Rename from info, to avoid duplication.
2189 (.SUFFIXES): Disable implicit rules.
2190
2191 * Makefile.in (MKDIR_P): New, set by configure.
2192 (mkinfodir): Use $MKDIR_P.
2193
2194 2012-05-07 Glenn Morris <rgm@gnu.org>
2195
2196 * forms.texi (Long Example): Update for changed location of files.
2197
2198 2012-05-04 Glenn Morris <rgm@gnu.org>
2199
2200 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2201 (INFO_TARGETS): Use $INFO_EXT.
2202 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2203 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2204 (INFO_TARGETS): Use $INFO_EXT.
2205 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2206
2207 2012-05-02 Glenn Morris <rgm@gnu.org>
2208
2209 * Makefile.in (echo-info): New phony target, used by top-level.
2210
2211 * viper.texi: Make direntry shorter (also it is no longer "newest").
2212
2213 * emacs-gnutls.texi, ert.texi, org.texi:
2214 Fix dircategory, direntry to match info/dir.
2215
2216 * faq.texi: Convert @inforefs to @xrefs.
2217 Fix some malformed cross-references.
2218 (File-name conventions): Shorten section name to avoid overfull line.
2219 (How to add fonts): Use smallexample to avoid overfull lines.
2220
2221 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
2222
2223 * auth.texi (Help for users): Update for .gpg file being second.
2224
2225 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2226
2227 * org.texi (Agenda commands): Fix two typos: give corresponding
2228 function names, according to `org-agenda-view-mode-dispatch'.
2229
2230 2012-04-27 Glenn Morris <rgm@gnu.org>
2231
2232 * faq.texi (Major packages and programs): Remove section.
2233 There is no point listing 6 packages (cf etc/MORE.STUFF).
2234 (Finding Emacs and related packages): Move "Spell-checkers" here.
2235
2236 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2237
2238 * dbus.texi (Version): New node.
2239 (Properties and Annotations): Mention the object manager
2240 interface. Describe dbus-get-all-managed-objects.
2241 (Type Conversion): Floating point numbers are allowed, if an
2242 anteger does not fit Emacs's integer range.
2243 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
2244 (Asynchronous Methods): Fix description of
2245 dbus-call-method-asynchronously.
2246 (Receiving Method Calls): Fix some minor errors.
2247 Add dbus-interface-emacs.
2248 (Signals): Describe unicast signals and the new match rules.
2249 (Alternative Buses): Add the PRIVATE optional argument to
2250 dbus-init-bus. Describe its new return value. Add dbus-setenv.
2251
2252 2012-04-20 Glenn Morris <rgm@gnu.org>
2253
2254 * faq.texi (New in Emacs 24): New section.
2255 (Packages that do not come with Emacs): Mention M-x list-packages.
2256
2257 2012-04-14 Alan Mackenzie <acm@muc.de>
2258
2259 * cc-mode.texi (c-offsets-alist): Correct a typo.
2260
2261 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
2262
2263 * org.texi (Deadlines and scheduling): Fix the example: the
2264 DEADLINE item should come right after the headline. We enforce
2265 this convention, so it is a bug not to illustrate it correctly in
2266 the manual.
2267
2268 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2269
2270 * org.texi (Agenda commands): Fix documentation bug by swapping
2271 the equivalent keybindings to `org-agenda-next-line' with the ones
2272 to `org-agenda-previous-line'.
2273
2274 2012-04-14 Glenn Morris <rgm@gnu.org>
2275
2276 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2277
2278 2012-04-09 Eli Zaretskii <eliz@gnu.org>
2279
2280 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
2281 Add emacs-gnutls.
2282 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
2283
2284 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2285
2286 * Makefile.in: Add emacs-gnutls.texi to build.
2287
2288 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
2289
2290 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
2291
2292 * auth.texi (Secret Service API): Edit further and give examples.
2293 (Secret Service API): Adjust @samp to @code for collection names.
2294
2295 2012-04-04 Glenn Morris <rgm@gnu.org>
2296
2297 * auth.texi (Secret Service API): Copyedits.
2298 (Help for developers): Fill in some missing function doc-strings.
2299 (Help for users, Help for developers)
2300 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
2301
2302 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
2303
2304 * auth.texi (Secret Service API): Add the missing text.
2305
2306 2012-04-04 Chong Yidong <cyd@gnu.org>
2307
2308 * message.texi (Using PGP/MIME): Note that epg is now the default.
2309
2310 * gnus.texi: Reduce references to obsolete pgg library.
2311 (Security): Note that epg is now the default.
2312
2313 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
2314
2315 * nxml-mode.texi (Completion): C-RET is no longer bound to
2316 nxml-complete.
2317
2318 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2319
2320 * org.texi (Customizing tables in ODT export): Correct few errors.
2321
2322 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2323
2324 * org.texi (Links in ODT export): Update.
2325 (Labels and captions in ODT export): New node.
2326
2327 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2328
2329 * org.texi (Literal examples in ODT export): htmlfontify.el in
2330 Emacs-24.1 now supports fontification. So ODT source blocks will
2331 be fontified by default.
2332
2333 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
2334
2335 * org.texi (Refiling notes): Remove duplicated keybinding.
2336
2337 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2338
2339 * org.texi (noweb): Documentation of this new option to the :noweb
2340 header argument.
2341
2342 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
2343
2344 * org.texi (Header and sectioning): Add example demonstrating how
2345 to use "LaTeX_CLASS_OPTIONS".
2346
2347 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2348
2349 * org.texi (Noweb reference syntax): Describe the ability to
2350 execute noweb references in the manual.
2351
2352 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2353
2354 * org.texi (cache): Improve cache documentation when session
2355 evaluation is used.
2356
2357 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2358
2359 * org.texi (Plain lists): Document removal.
2360
2361 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
2362
2363 * org.texi: Decapitalize file name in references to Calc manual.
2364
2365 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2366
2367 * org.texi (Plain lists): Document removal.
2368
2369 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2370
2371 * org.texi (Top, OpenDocument Text export)
2372 (ODT export commands, Extending ODT export)
2373 (Images in ODT export, Tables in ODT export)
2374 (Configuring a document converter): Add or Update.
2375
2376 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
2377
2378 * org.texi (MobileOrg): Change the wording to reflect that the
2379 Android Version is no longer just the little brother of the iOS
2380 version.
2381
2382 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2383
2384 * org.texi (Key bindings and useful functions): Update babel key
2385 binding documentation in manual.
2386
2387 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2388
2389 * org.texi (noweb): Document new noweb header value.
2390
2391 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2392
2393 * org.texi (noweb-sep): Document new header argument.
2394
2395 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2396
2397 * org.texi (noweb-ref): Documentation of this new custom variable.
2398
2399 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2400
2401 * org.texi (wrap): Update the new :wrap documentation to match the
2402 current implementation.
2403
2404 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2405
2406 * org.texi: Added documentation for :wrap.
2407
2408 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2409
2410 * org.texi: #+RESULTS now user-configurable.
2411
2412 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2413
2414 * org.texi: Documented :noweb no-export.
2415
2416 2012-04-01 Thomas Dye <dk@poto.local>
2417
2418 * org.texi: Edit :noweb no header argument for correctness.
2419
2420 2012-04-01 Bastien Guerry <bzg@gnu.org>
2421
2422 * org.texi (Customization): Update the approximate number of Org
2423 variables.
2424
2425 2012-04-01 Thomas Dye <dk@poto.local>
2426
2427 * org.texi: The :results wrap produces a drawer instead of a
2428 begin_results block.
2429
2430 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
2431
2432 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
2433 reflect the new default.
2434
2435 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2436
2437 * info.texi (Expert Info): Move the index entry for "Texinfo" from
2438 "Getting Started" to this node. (Bug#10450)
2439
2440 2012-03-10 Chong Yidong <cyd@gnu.org>
2441
2442 * flymake.texi (Example -- Configuring a tool called via make):
2443 Mention the Automake COMPILE variable (Bug#8715).
2444
2445 * info.texi (Getting Started): Add an index entry (Bug#10450).
2446
2447 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
2448
2449 * dbus.texi (Signals): Known names will be mapped onto unique
2450 names, when registering for signals.
2451
2452 2012-02-29 Glenn Morris <rgm@gnu.org>
2453
2454 * url.texi: Fix quote usage in body text.
2455
2456 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
2457
2458 * cl.texi: Use @code{} in menus when appropriate.
2459
2460 2012-02-28 Glenn Morris <rgm@gnu.org>
2461
2462 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
2463 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
2464 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
2465 * org.texi, sc.texi, vip.texi, viper.texi:
2466 Standardize possessive apostrophe usage.
2467
2468 2012-02-26 Chong Yidong <cyd@gnu.org>
2469
2470 * ediff.texi (Quick Help Commands): Add a couple of index entries
2471 (Bug#10834).
2472
2473 2012-02-17 Glenn Morris <rgm@gnu.org>
2474
2475 * gnus.texi (Posting Styles):
2476 * remember.texi (Org): Fix cross-refs to other manuals.
2477
2478 2012-02-15 Glenn Morris <rgm@gnu.org>
2479
2480 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
2481 (Encryption): New chapter, split out from previous.
2482
2483 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2484
2485 * gnus.texi (Customizing the IMAP Connection):
2486 Mention nnimap-record-commands.
2487
2488 2012-02-10 Glenn Morris <rgm@gnu.org>
2489
2490 * url.texi (Retrieving URLs): Update url-retrieve arguments.
2491 Mention url-queue-retrieve.
2492
2493 2012-02-09 Glenn Morris <rgm@gnu.org>
2494
2495 * sem-user.texi (Semantic mode user commands): Typo fix.
2496
2497 * info.texi (Create Info buffer): Mention info-display-manual.
2498
2499 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2500
2501 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
2502 example (modified from an example by Michael Albinus).
2503
2504 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2505
2506 * gnus.texi (Agent Basics): Fix outdated description of
2507 `gnus-agent-auto-agentize-methods'.
2508
2509 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
2510
2511 * cc-mode.texi: Always @defindex ss.
2512 (Config Basics): Fix argument of @itemize.
2513 (Macro Backslashes): Add @code around index entry.
2514
2515 2012-01-23 Glenn Morris <rgm@gnu.org>
2516
2517 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
2518
2519 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
2520
2521 * tramp.texi (File): Tweak wording for the `scpc' option.
2522
2523 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2524
2525 * gnus.texi (Group Parameters): Really note precedence.
2526
2527 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2528
2529 * gnus.texi (Group Parameters): Note precedence.
2530
2531 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2532
2533 * org.texi (Noweb reference syntax): Adding documentation of
2534 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
2535 variable.
2536
2537 2012-01-03 Bastien Guerry <bzg@gnu.org>
2538
2539 * org.texi (Plain lists): Split the table to fix the display
2540 of items.
2541
2542 2012-01-03 Bastien Guerry <bzg@gnu.org>
2543
2544 * org.texi (Plain lists): Fix misplaced explanation.
2545
2546 2012-01-03 Bastien Guerry <bzg@gnu.org>
2547
2548 * org.texi (Plain lists, Agenda files): Add index entries.
2549
2550 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2551
2552 * org.texi: Use "Org mode" instead of alternatives like
2553 "Org-mode" or "org-mode".
2554
2555 2012-01-03 Bernt Hansen <bernt@norang.ca>
2556
2557 * org.texi (Agenda commands):
2558 Document `org-clock-report-include-clocking-task'.
2559
2560 2012-01-03 Bastien Guerry <bzg@gnu.org>
2561
2562 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
2563 C-c' on checkboxes.
2564
2565 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2566
2567 * org.texi: End sentences with two spaces.
2568
2569 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
2570
2571 * org.texi (External links): Document the link types file+sys
2572 and file+emacs, slightly narrow used page width.
2573
2574 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2575
2576 * org.texi (colnames): Note that colnames behavior may differ
2577 across languages.
2578
2579 2012-01-03 Bastien Guerry <bzg@gnu.org>
2580
2581 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
2582
2583 2012-01-03 Thomas Dye <dk@poto.westell.com>
2584
2585 * org.texi: Augmented discussion of babel property
2586 inheritance. Put footnote outside sentence ending period.
2587
2588 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2589
2590 * org.texi (eval): Documenting the full range of :eval header
2591 argument values.
2592
2593 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2594
2595 * org.texi (eval): Documentation of the new :eval option.
2596
2597 2012-01-03 Thomas Dye <dk@poto.local>
2598
2599 * org.texi: Add accumulated properties.
2600
2601 2012-01-03 Thomas Dye <dk@poto.local>
2602
2603 * org.texi: Documented no spaces in name=assign, another
2604 correction to :var table.
2605
2606 2012-01-03 Thomas Dye <dk@poto.local>
2607
2608 * org.texi: Changed DATA to NAME in Working With Source Code
2609 section.
2610
2611 2012-01-03 Tom Dye <tsd@tsdye.com>
2612
2613 * org.texi: Minor change to :var table.
2614
2615 2012-01-03 Tom Dye <tsd@tsdye.com>
2616
2617 * org.texi: More changes to :var table (some examples were wrong).
2618
2619 2012-01-03 Tom Dye <tsd@tsdye.com>
2620
2621 * org.texi: Cleaned up :var table.
2622
2623 2012-01-03 Bastien Guerry <bzg@gnu.org>
2624
2625 * org.texi (Timestamps, Weekly/daily agenda)
2626 (Weekly/daily agenda): Add @cindex for "appointment".
2627
2628 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2629
2630 * org.texi (Literal examples): A new link to the template for
2631 inserting empty code blocks.
2632 (Structure of code blocks): A new link to the template for
2633 inserting empty code blocks.
2634
2635 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
2636
2637 * org.texi (External links): Add footnote on how the behavior
2638 of the text search in Org files are controled by the variable
2639 `org-link-search-must-match-exact-headline'.
2640
2641 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2642
2643 * org.texi (Buffer-wide header arguments):
2644 Update documentation to reflect removal of #+PROPERTIES.
2645
2646 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2647
2648 * org.texi (The clock table): Mention that ACHIVED trees
2649 contribute to the clock table.
2650
2651 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2652
2653 * org.texi (Conflicts): Better yasnippet config info.
2654
2655 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
2656
2657 * org.texi (Selective export): Explicitly mention the default
2658 values for `org-export-select-tags',
2659 `org-export-exclude-tags'.
2660
2661 2012-01-03 Tom Dye <tsd@tsdye.com>
2662
2663 * org.texi: Added a line to specify that header arguments are
2664 lowercase.
2665
2666 2012-01-03 Tom Dye <tsd@tsdye.com>
2667
2668 * org.texi: :var requires default value when declared.
2669
2670 2012-01-03 Bastien Guerry <bzg@gnu.org>
2671
2672 * org.texi (Handling links): Add a note about the
2673 `org-link-frame-setup' option.
2674
2675 2012-01-03 David Maus <dmaus@ictsoc.de>
2676
2677 * org.texi (Exporting Agenda Views, Extracting agenda
2678 information): Fix command line syntax, quote symbol parameter
2679 values.
2680
2681 2012-01-03 David Maus <dmaus@ictsoc.de>
2682
2683 * org.texi (Exporting Agenda Views): Fix command line syntax.
2684
2685 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2686
2687 * gnus.texi (Mail Source Customization, Mail Back End Variables):
2688 Use octal notation for file permissions, which are normally
2689 thought of in octal.
2690 (Mail Back End Variables): Use more-plausible modes in example.
2691
2692 2011-12-20 Alan Mackenzie <acm@muc.de>
2693
2694 * cc-mode.texi: Update version string 5.31 -> 5.32.
2695
2696 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
2697
2698 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
2699
2700 2011-11-24 Glenn Morris <rgm@gnu.org>
2701
2702 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
2703
2704 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2705
2706 * makefile.w32-in: Update dependencies.
2707
2708 2011-11-20 Glenn Morris <rgm@gnu.org>
2709
2710 * gnus.texi (Group Information):
2711 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
2712
2713 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2714
2715 * gnus-coding.texi (Gnus Maintenance Guide):
2716 Rename from "Gnus Maintainance Guide".
2717
2718 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
2719 * eieio.texi (Customizing):
2720 * gnus.texi (Article Washing):
2721 * gnus-news.texi:
2722 * sem-user.texi (Smart Jump): Fix typos.
2723
2724 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2725
2726 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
2727
2728 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2729
2730 * ede.texi (project-am-texinfo):
2731 * gnus.texi (Sending or Not Sending):
2732 * org.texi (Template elements): Fix typos.
2733
2734 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
2735
2736 * ediff.texi (Hooks):
2737 * sem-user.texi (Semanticdb Roots): Fix typos.
2738
2739 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
2740
2741 * semantic.texi (Tag handling): Fix typo.
2742
2743 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
2744
2745 * gnus.texi (Other Gnus Versions): Remove.
2746
2747 2011-10-28 Alan Mackenzie <acm@muc.de>
2748
2749 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
2750 (Other Special Indentations): Add an xref to "Macros with ;".
2751 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
2752 "Macros with ;".
2753 (Macros with ;): New page.
2754
2755 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
2756 Document the new handling of nested scopes for movement by defuns.
2757
2758 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
2759
2760 Sync with Tramp 2.2.3.
2761
2762 * trampver.texi: Update release number.
2763
2764 2011-10-14 Glenn Morris <rgm@gnu.org>
2765
2766 * ert.texi (Introduction, How to Run Tests)
2767 (Running Tests Interactively, Expected Failures)
2768 (Tests and Their Environment, Useful Techniques)
2769 (Interactive Debugging, Fixtures and Test Suites):
2770 Minor rephrasings.
2771 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
2772 (Running Tests in Batch Mode): Simplify loading instructions.
2773 (Test Selectors): Clarify some selectors.
2774 (Expected Failures, Useful Techniques):
2775 Make examples fit in 80 columns.
2776
2777 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
2778
2779 * calc.texi (Basic Operations on Units): Discuss temperature
2780 conversion (`u t') alongside with other unit conversions ('u c').
2781
2782 2011-10-12 Glenn Morris <rgm@gnu.org>
2783
2784 * ert.texi: Whitespace trivia to make main menu items line up better.
2785
2786 2011-10-08 Glenn Morris <rgm@gnu.org>
2787
2788 * Makefile.in: Fix ert rules.
2789
2790 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2791
2792 * gnus.texi (Gnus Utility Functions): Add more references and
2793 explanations (bug#9683).
2794
2795 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2796
2797 * gnus.texi (Archived Messages): Note the default (bug#9552).
2798
2799 2011-09-21 Bill Wohler <wohler@newt.com>
2800
2801 Release MH-E manual version 8.3.
2802
2803 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2804 release 8.3.
2805 (Preface): Update support information.
2806 (From Bill Wohler): Reset text to original version. As a
2807 historical quote, the tense should be correct in the time that it
2808 was written.
2809
2810 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2811
2812 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
2813 (Finding the News): Doc clarification.
2814 (Terminology): Mention naming.
2815
2816 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2817
2818 * gnus.texi: Remove mentions of `recent', which are now obsolete.
2819 (Interactive): Document `quiet'.
2820
2821 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
2822
2823 * org.texi (Images in LaTeX export): Rewrite.
2824
2825 2011-08-15 Bastien Guerry <bzg@gnu.org>
2826
2827 * org.texi (Using the mapping API): Mention 'region as a possible
2828 scope for `org-map-entries'.
2829
2830 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2831
2832 * org.texi (Visibility cycling): Document `org-copy-visible'.
2833
2834 2011-08-15 Bastien Guerry <bzg@gnu.org>
2835
2836 * org.texi (Template expansion): Order template sequences in the
2837 proper order.
2838
2839 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2840
2841 * org.texi (eval): Expand discussion of the :eval header argument.
2842
2843 2011-08-15 Bastien Guerry <bzg@gnu.org>
2844
2845 * org.texi (Languages): Add Lilypond and Awk as supported
2846 languages.
2847
2848 2011-08-15 Achim Gratz <stromeko@nexgo.de>
2849
2850 * org.texi: Document that both CLOCK_INTO_DRAWER and
2851 LOG_INTO_DRAWER can be used to override the contents of variable
2852 org-clock-into-drawer (or if unset, org-log-into-drawer).
2853
2854 * org.texi: Replace @xref->@pxref.
2855
2856 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2857
2858 * org.texi (Evaluating code blocks): Documenting the new option
2859 for inline call lines.
2860
2861 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2862
2863 * org.texi (Results of evaluation): More explicit about the
2864 mechanism through which interactive evaluation of code is
2865 performed.
2866
2867 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2868
2869 * org.texi (noweb-ref): New header argument documentation.
2870
2871 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2872
2873 * org.texi (Extracting source code): Documentation of the new
2874 org-babel-tangle-named-block-combination variable.
2875
2876 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2877
2878 * org.texi (Structure of code blocks): Explicitly state that the
2879 behavior of multiple blocks of the same name is undefined.
2880
2881 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
2882
2883 * org.texi (TaskJuggler export): Modify the example to reflect the
2884 new effort durations.
2885
2886 2011-08-15 David Maus <dmaus@ictsoc.de>
2887
2888 * org.texi (Images in LaTeX export): Escape curly brackets in
2889 LaTeX example.
2890
2891 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2892
2893 * org.texi (The clock table): Document the :properties and
2894 :inherit-props arguments for the clocktable.
2895
2896 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2897
2898 * org.texi (Tables in LaTeX export): Document specifying placement
2899 options for tables.
2900
2901 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2902
2903 * org.texi (Evaluating code blocks): More specific documentation
2904 about the different types of header arguments.
2905
2906 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2907
2908 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
2909
2910 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2911
2912 * org.texi (Built-in table editor): Document the table field
2913 follow mode.
2914
2915 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
2916
2917 * org.texi (Easy Templates): Document new template.
2918
2919 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
2920
2921 * org.texi (Literal examples): Add a cross-reference from "Literal
2922 Examples" to "Easy Templates."
2923
2924 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2925
2926 * org.texi (The clock table): Add link to match syntax.
2927
2928 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2929
2930 * org.texi (Agenda commands): Document clock consistency checks.
2931
2932 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2933
2934 * org.texi (Built-in table editor): Document that \vert represents
2935 a vertical bar in a table field.
2936
2937 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2938
2939 * org.texi (Literal examples): Link from "Markup" > "Literate
2940 Examples" to "Working with Source Code".
2941
2942 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
2943
2944 * org.texi (Agenda commands): Doc for function option to bulk
2945 action.
2946
2947 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2948
2949 * org.texi (Template expansion): Document new %<...> template
2950 escape.
2951
2952 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2953
2954 * org.texi (Selective export): Document exclusion of any tasks
2955 from export.
2956
2957 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2958
2959 * org.texi (Selective export): Document how to exclude DONE tasks
2960 from export.
2961 (Publishing options): Document the properties to be used to turn off
2962 export of DONE tasks.
2963
2964 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2965
2966 * org.texi (The date/time prompt): Document date range protection.
2967
2968 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2969
2970 * org.texi (padline): Documentation of the new padline header
2971 argument.
2972
2973 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2974
2975 * org.texi (var): Adding "[" to list of characters triggering
2976 elisp evaluation.
2977
2978 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2979
2980 * org.texi (var): Documentation of Emacs Lisp evaluation during
2981 variable assignment.
2982
2983 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2984
2985 * org.texi (colnames): Reference indexing into variables, and note
2986 that colnames are *not* removed before indexing occurs.
2987 (rownames): Reference indexing into variables, and note that
2988 rownames are *not* removed before indexing occurs.
2989
2990 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2991
2992 * org.texi (var): Clarification of indexing into tabular
2993 variables.
2994
2995 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2996
2997 * org.texi (results): Documentation of the `:results wrap' header
2998 argument.
2999
3000 2011-08-15 Bastien Guerry <bzg@gnu.org>
3001
3002 * org.texi (LaTeX and PDF export): Add a note about a limitation
3003 of the LaTeX export: the org file has to be properly structured.
3004
3005 2011-08-15 Bastien Guerry <bzg@gnu.org>
3006
3007 * org.texi (Dynamic blocks, Structure editing):
3008 Mention the function `org-narrow-to-block'.
3009
3010 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3011
3012 * org.texi (Languages): Updating list of code block supported
3013 languages.
3014
3015 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3016
3017 * org.texi (Special properties): CATEGORY is a special property,
3018 but it may also used in the drawer.
3019
3020 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3021
3022 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
3023
3024 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3025
3026 * org.texi (Include files): Document :lines.
3027
3028 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3029
3030 * org.texi (comments): Documentation of the ":comments noweb" code
3031 block header argument.
3032
3033 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3034
3035 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3036 added extra whitespace around functions to be consistent with the
3037 rest of the section.
3038
3039 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3040
3041 * org.texi (Evaluating code blocks): Expand discussion of
3042 #+call: line syntax.
3043 (Header arguments in function calls): Expand discussion of
3044 #+call: line syntax.
3045
3046 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3047
3048 * org.texi (Evaluating code blocks): More explicit about how to
3049 pass variables to #+call lines.
3050
3051 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3052
3053 * org.texi (Results of evaluation): Link to the :results header
3054 argument list from the "Results of evaluation" section.
3055
3056 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3057
3058 * org.texi (Conflicts): Adding additional information about
3059 resolving org/yasnippet conflicts.
3060
3061 2011-08-15 David Maus <dmaus@ictsoc.de>
3062
3063 * org.texi (Publishing options): Document style-include-scripts
3064 publishing project property.
3065
3066 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3067
3068 * org.texi (Sparse trees): Document the next-error /
3069 previous-error functionality.
3070
3071 2011-08-15 Tom Dye <tsd@tsdye.com>
3072
3073 * org.texi (cache): Improve documentation of code block caches.
3074
3075 2011-08-15 Tom Dye <tsd@tsdye.com>
3076
3077 * org.texi (Code block specific header arguments):
3078 Documentation of multi-line header arguments.
3079
3080 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3081
3082 * org.texi (Code evaluation security): Add example for using a
3083 function.
3084
3085 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3086
3087 * org.texi (Tables in LaTeX export): Documentation of new
3088 attr_latex options for tables.
3089
3090 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
3091
3092 * trampver.texi: Update release number.
3093
3094 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
3095
3096 Sync with Tramp 2.2.2.
3097
3098 * trampver.texi: Update release number.
3099
3100 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3101
3102 * flymake.texi (Example -- Configuring a tool called via make):
3103 Use /dev/null instead of the Windows "nul" (bug#8715).
3104
3105 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3106
3107 * widget.texi (Setting Up the Buffer): Remove mention of the
3108 global keymap parent, which doesn't seem to be accurate
3109 (bug#7045).
3110
3111 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3112
3113 * org.texi (Special agenda views): Fix double quoting (bug#3509).
3114
3115 2010-07-10 Kevin Ryde <user42@zip.com.au>
3116
3117 * cl.texi (For Clauses): Add destructuring example processing an
3118 alist (bug#6596).
3119
3120 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3121
3122 * ediff.texi (Major Entry Points): Remove mention of `require',
3123 since that's not pertinent in the installed Emacs (bug#9016).
3124
3125 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3126
3127 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
3128 (Filtering New Groups): Clarify how simple the "options -n" format is.
3129 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
3130 is internal.
3131
3132 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
3133
3134 * tramp.texi (Cleanup remote connections):
3135 Add `tramp-cleanup-this-connection'.
3136
3137 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3138
3139 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
3140 zombies.
3141 (Checking New Groups): Ditto (bug#8974).
3142 (Checking New Groups): Move the reference to the right place.
3143
3144 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
3145
3146 * gnus.texi (Startup Files): Clarify that we're talking about numbered
3147 backups, and not actual vc (bug#8975).
3148
3149 2011-07-03 Kevin Ryde <user42@zip.com.au>
3150
3151 * cl.texi (For Clauses): @items for hash-values and key-bindings
3152 to make them more visible when skimming. Add examples of `using'
3153 clause to them, examples being clearer than a description in
3154 words (bug#6599).
3155
3156 2011-07-01 Alan Mackenzie <acm@muc.de>
3157
3158 * cc-mode.texi (Guessing the Style): New page.
3159 (Styles): Add a short introduction to above.
3160
3161 2011-06-28 Deniz Dogan <deniz@dogan.se>
3162
3163 * rcirc.texi (Configuration): Bug-fix:
3164 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
3165 Reported by Elias Pipping <pipping@exherbo.org>.
3166
3167 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3168
3169 * gnus.texi (Summary Mail Commands):
3170 Document `gnus-summary-reply-to-list-with-original'.
3171
3172 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3173
3174 * eshell.texi (Known problems): Fix typo.
3175
3176 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
3177
3178 * tramp.texi (Customizing Completion): Mention authinfo-style files.
3179 (Password handling): `auth-source-debug' is good for debug messages.
3180
3181 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3182
3183 * gnus.texi (Store custom flags and keywords): Refer to
3184 `gnus-registry-article-marks-to-{chars,names}' instead of
3185 `gnus-registry-user-format-function-{M,M2}'.
3186
3187 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3188
3189 * texinfo.tex: Merge from gnulib.
3190
3191 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3192
3193 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
3194 (Store custom flags and keywords):
3195 Mention `gnus-registry-user-format-function-M' and
3196 `gnus-registry-user-format-function-M2'.
3197
3198 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3199
3200 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
3201
3202 2011-05-17 Glenn Morris <rgm@gnu.org>
3203
3204 * gnus.texi (Face): Fix typo.
3205
3206 2011-05-14 Glenn Morris <rgm@gnu.org>
3207
3208 * dired-x.texi (Omitting Examples): Minor addition.
3209
3210 2011-05-10 Jim Meyering <meyering@redhat.com>
3211
3212 * ede.texi: Fix typo "or or -> or".
3213
3214 2011-05-03 Peter MĂ¼nster <pmlists@free.fr> (tiny change)
3215
3216 * gnus.texi (Summary Buffer Lines):
3217 gnus-summary-user-date-format-alist does not exist.
3218 (Sorting the Summary Buffer): More about sorting threads.
3219
3220 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
3221
3222 * trampver.texi: Update release number.
3223
3224 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
3225
3226 * tramp.texi (Frequently Asked Questions): New item for disabling
3227 Tramp in other packages.
3228
3229 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3230
3231 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
3232 (Fancy splitting to parent, Store arbitrary data):
3233 Update gnus-registry docs.
3234
3235 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
3236
3237 * ede.texi: Fix typos.
3238
3239 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3240
3241 * gnus.texi (Window Layout): @itemize @code doesn't exist.
3242 It's @table @code.
3243
3244 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
3245
3246 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
3247
3248 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3249
3250 * calc.texi (Logarithmic Units): Update the function names.
3251
3252 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3253
3254 * message.texi (Various Commands): Document format specs in the
3255 ellipsis.
3256
3257 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
3258
3259 * message.texi (Insertion Variables): Document message-cite-style.
3260
3261 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
3262
3263 * tramp.texi (Remote processes): New subsection "Running shell on
3264 a remote host".
3265
3266 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3267
3268 * auth.texi (Help for developers): Update docs to explain that the
3269 :save-function will only run the first time.
3270
3271 2011-03-12 Glenn Morris <rgm@gnu.org>
3272
3273 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
3274 (emacs-faq.text): New target.
3275 (clean): Add emacs-faq.
3276
3277 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
3278
3279 Sync with Tramp 2.2.1.
3280
3281 * trampver.texi: Update release number.
3282
3283 2011-03-11 Glenn Morris <rgm@gnu.org>
3284
3285 * Makefile.in (HTML_TARGETS): New.
3286 (clean): Delete $HTML_TARGETS.
3287 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
3288
3289 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3290
3291 * auth.texi (Help for developers): Show example of using
3292 `auth-source-search' with prompts and :save-function.
3293
3294 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3295
3296 * Version 23.3 released.
3297
3298 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
3299
3300 * message.texi (Message Buffers): Update default value of
3301 message-generate-new-buffers.
3302
3303 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
3304
3305 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
3306 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
3307 respectively.
3308 (Musical Notes): New section.
3309 (Customizing Calc): Mention the customizable variable
3310 calc-note-threshold.
3311
3312 2011-03-03 Glenn Morris <rgm@gnu.org>
3313
3314 * url.texi (Dealing with HTTP documents): Remove reference to
3315 function url-decode-text-part; never seems to have existed. (Bug#6038)
3316 (Configuration): Update url-configuration-directory description.
3317
3318 2011-03-02 Glenn Morris <rgm@gnu.org>
3319
3320 * dired-x.texi (Multiple Dired Directories): Remove mentions
3321 of dired-default-directory-alist and dired-default-directory.
3322 Move dired-smart-shell-command here...
3323 (Miscellaneous Commands): ... from here.
3324
3325 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3326
3327 * texinfo.tex: Update to version 2011-02-24.09.
3328
3329 2011-03-02 Glenn Morris <rgm@gnu.org>
3330
3331 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
3332 instead of the obsoleted dired-omit-here-always.
3333
3334 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
3335
3336 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
3337 supported systems.
3338
3339 2011-02-28 Glenn Morris <rgm@gnu.org>
3340
3341 * dbus.texi (Type Conversion): Grammar fix.
3342
3343 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
3344
3345 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
3346 "Debian GNU/Linux".
3347
3348 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
3349
3350 2011-02-23 Glenn Morris <rgm@gnu.org>
3351
3352 * dired-x.texi (Features): Minor rephrasing.
3353 (Local Variables): Fix typos.
3354
3355 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
3356 Standardize some Emacs/XEmacs terminology.
3357
3358 * dired-x.texi (Features): Don't advertise obsolete local variables.
3359 Simplify layout.
3360 (Omitting Variables): Update local variables example.
3361 (Local Variables): Say this is obsolete. Fix description of
3362 dired-enable-local-variables possible values.
3363
3364 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3365
3366 * auth.texi (Help for users): Mention ~/.netrc is also searched by
3367 default now.
3368
3369 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3370
3371 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
3372
3373 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3374
3375 * gnus.texi (Window Layout): Document layout names.
3376
3377 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3378
3379 * ada-mode.texi: Sync @dircategory with ../../info/dir.
3380 * auth.texi: Sync @dircategory with ../../info/dir.
3381 * autotype.texi: Sync @dircategory with ../../info/dir.
3382 * calc.texi: Sync @dircategory with ../../info/dir.
3383 * cc-mode.texi: Sync @dircategory with ../../info/dir.
3384 * cl.texi: Sync @dircategory with ../../info/dir.
3385 * dbus.texi: Sync @dircategory with ../../info/dir.
3386 * dired-x.texi: Sync @dircategory with ../../info/dir.
3387 * ebrowse.texi: Sync @dircategory with ../../info/dir.
3388 * ede.texi: Sync @dircategory with ../../info/dir.
3389 * ediff.texi: Sync @dircategory with ../../info/dir.
3390 * edt.texi: Sync @dircategory with ../../info/dir.
3391 * eieio.texi: Sync @dircategory with ../../info/dir.
3392 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
3393 * epa.texi: Sync @dircategory with ../../info/dir.
3394 * erc.texi: Sync @dircategory with ../../info/dir.
3395 * eshell.texi: Sync @dircategory with ../../info/dir.
3396 * eudc.texi: Sync @dircategory with ../../info/dir.
3397 * flymake.texi: Sync @dircategory with ../../info/dir.
3398 * forms.texi: Sync @dircategory with ../../info/dir.
3399 * gnus.texi: Sync @dircategory with ../../info/dir.
3400 * idlwave.texi: Sync @dircategory with ../../info/dir.
3401 * mairix-el.texi: Sync @dircategory with ../../info/dir.
3402 * message.texi: Sync @dircategory with ../../info/dir.
3403 * mh-e.texi: Sync @dircategory with ../../info/dir.
3404 * newsticker.texi: Sync @dircategory with ../../info/dir.
3405 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
3406 * org.texi: Sync @dircategory with ../../info/dir.
3407 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
3408 * pgg.texi: Sync @dircategory with ../../info/dir.
3409 * rcirc.texi: Sync @dircategory with ../../info/dir.
3410 * reftex.texi: Sync @dircategory with ../../info/dir.
3411 * remember.texi: Sync @dircategory with ../../info/dir.
3412 * sasl.texi: Sync @dircategory with ../../info/dir.
3413 * sc.texi: Sync @dircategory with ../../info/dir.
3414 * semantic.texi: Sync @dircategory with ../../info/dir.
3415 * ses.texi: Sync @dircategory with ../../info/dir.
3416 * sieve.texi: Sync @dircategory with ../../info/dir.
3417 * smtpmail.texi: Sync @dircategory with ../../info/dir.
3418 * speedbar.texi: Sync @dircategory with ../../info/dir.
3419 * trampver.texi [emacs]: Set emacsname to "Emacs".
3420 * tramp.texi: Sync @dircategory with ../../info/dir.
3421 * url.texi: Sync @dircategory with ../../info/dir.
3422 * vip.texi: Sync @dircategory with ../../info/dir.
3423 * viper.texi: Sync @dircategory with ../../info/dir.
3424 * widget.texi: Sync @dircategory with ../../info/dir.
3425 * woman.texi: Sync @dircategory with ../../info/dir.
3426
3427 2011-02-19 Glenn Morris <rgm@gnu.org>
3428
3429 * dired-x.texi (Technical Details): No longer redefines
3430 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
3431 dired-read-shell-command, or dired-find-buffer-nocreate.
3432
3433 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3434
3435 * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
3436
3437 2011-02-18 Glenn Morris <rgm@gnu.org>
3438
3439 * dired-x.texi (Optional Installation File At Point): Simplify.
3440
3441 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3442
3443 * auth.texi (Help for users): Use :port instead of :protocol for all
3444 auth-source docs.
3445 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
3446 to have two files in `auth-sources'.
3447
3448 2011-02-16 Glenn Morris <rgm@gnu.org>
3449
3450 * dired-x.texi: Use emacsver.texi to get Emacs version.
3451 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
3452 Depend on emacsver.texi.
3453
3454 * dired-x.texi: Drop meaningless version number.
3455 (Introduction): Remove old info.
3456 (Optional Installation Dired Jump): Autoload from dired-x.
3457 Remove incorrect info about loaddefs.el.
3458 (Bugs): Just refer to M-x report-emacs-bug.
3459
3460 * dired-x.texi (Multiple Dired Directories): Update for rename of
3461 default-directory-alist.
3462 (Miscellaneous Commands): No longer mention very old VM version 4.
3463
3464 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3465
3466 Merge from gnulib.
3467 * texinfo.tex: Update to version 2011-02-14.11.
3468
3469 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3470
3471 * auth.texi (Help for users):
3472 Login collection is "Login" and not "login".
3473
3474 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
3475
3476 * tramp.texi (History): Remove IMAP support.
3477 (External methods, Frequently Asked Questions): Remove `imap' and
3478 `imaps' methods.
3479 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
3480
3481 * trampver.texi: Remove default value of `emacsimap'.
3482
3483 2011-02-13 Glenn Morris <rgm@gnu.org>
3484
3485 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
3486 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
3487
3488 2011-02-12 Glenn Morris <rgm@gnu.org>
3489
3490 * sc.texi (Getting Connected): Remove old index entries.
3491
3492 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
3493
3494 * url.texi: Remove duplicate @dircategory (Bug#7942).
3495
3496 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
3497
3498 * auth.texi (Overview, Help for users, Help for developers):
3499 Update docs.
3500 (Help for users): Talk about spaces.
3501
3502 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3503
3504 * texinfo.tex: Update to version 2011-02-07.16.
3505
3506 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
3507
3508 * dbus.texi (Bus names): Adapt descriptions for
3509 dbus-list-activatable-names and dbus-list-known-names.
3510
3511 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
3512
3513 * calc.texi (Logarithmic Units): New section.
3514
3515 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
3516
3517 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
3518 manuals use it now.
3519
3520 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
3521
3522 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
3523
3524 * overrides.texi: Remove.
3525
3526 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
3527 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
3528
3529 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
3530
3531 * tramp.texi (Frequently Asked Questions): Mention problems with
3532 WinSSHD.
3533
3534 * trampver.texi: Update release number.
3535
3536 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
3537
3538 * tramp.texi:
3539 Replace "delimet" with "delimit" globally.
3540 Replace "explicite" with "explicit" globally.
3541 Replace "instead of" with "instead" where there was nothing after "of".
3542 Audit use of comma before interrogative pronoun, "that", or "which".
3543 Minor word order, spelling, wording changes.
3544
3545 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
3546
3547 * overrides.texi: New file to set or clear WEBHACKDEVEL.
3548
3549 * sieve.texi: Use WEBHACKDEVEL.
3550
3551 * sasl.texi: Use WEBHACKDEVEL.
3552
3553 * pgg.texi: Use WEBHACKDEVEL.
3554
3555 * message.texi: Use WEBHACKDEVEL.
3556
3557 * gnus.texi: Use WEBHACKDEVEL.
3558
3559 * emacs-mime.texi: Use WEBHACKDEVEL.
3560
3561 * auth.texi: Use WEBHACKDEVEL.
3562
3563 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
3564 manuals.
3565
3566 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
3567
3568 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
3569
3570 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3571
3572 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
3573 which in turn is copied from ftp://tug.org/tex/.
3574
3575 2011-02-03 Glenn Morris <rgm@gnu.org>
3576
3577 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
3578 (Binding combinations of modifiers and function keys):
3579 Let's assume people reading this are not using Emacs 18.
3580
3581 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
3582
3583 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
3584 since it's run automatically.
3585
3586 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3587
3588 * gnus.texi (Customizing Articles): Fix typo.
3589
3590 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3591
3592 * gnus.texi (Customizing Articles): Document the new way of customizing
3593 the date headers(s).
3594
3595 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3596
3597 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
3598 splitting example.
3599
3600 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3601
3602 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
3603 (MAKEINFO_OPTS): New variable.
3604 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
3605 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
3606 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
3607 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
3608 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
3609 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
3610 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
3611 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
3612 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
3613 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
3614 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
3615 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
3616 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
3617 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
3618 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
3619 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
3620 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
3621 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
3622
3623 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3624
3625 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
3626
3627 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
3628
3629 * message.texi (IDNA): Explain what it is.
3630
3631 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
3632
3633 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
3634
3635 2011-01-23 Werner Lemberg <wl@gnu.org>
3636
3637 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3638 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3639 (ENVADD): Update.
3640
3641 2011-01-18 Glenn Morris <rgm@gnu.org>
3642
3643 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
3644
3645 2011-01-14 Eduard Wiebe <usenet@pusto.de>
3646
3647 * nxml-mode.texi (Introduction): Fix file name typos.
3648
3649 2011-01-13 Christian Ohler <ohler@gnu.org>
3650
3651 * ert.texi: New file.
3652
3653 * Makefile.in:
3654 * makefile.w32-in: Add ert.texi.
3655
3656 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
3657
3658 * dbus.texi (Receiving Method Calls): New function
3659 dbus-register-service. Rearrange node.
3660
3661 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3662
3663 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
3664 which in turn is copied from ftp://tug.org/tex/.
3665
3666 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3667
3668 * dbus.texi (Receiving Method Calls): Describe new optional
3669 parameter dont-register-service of dbus-register-{method,property}.
3670
3671 2010-12-17 Daiki Ueno <ueno@unixuser.org>
3672
3673 * epa.texi (Encrypting/decrypting *.gpg files):
3674 Mention epa-file-select-keys.
3675
3676 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3677
3678 * gnus.texi (Archived Messages): Remove outdated text.
3679
3680 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3681
3682 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
3683
3684 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
3685
3686 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
3687
3688 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3689
3690 * gnus.texi (The swish++ Engine): Add customizable parameters
3691 descriptions.
3692 (The swish-e Engine): Ditto.
3693
3694 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3695
3696 * tramp.texi (Inline methods): Add "ksu" method.
3697 (Remote processes): Add example with remote `default-directory'.
3698
3699 2010-12-14 Glenn Morris <rgm@gnu.org>
3700
3701 * faq.texi (Expanding aliases when sending mail):
3702 Now build-mail-aliases is interactive.
3703
3704 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3705
3706 * gnus.texi: First pass at adding (rough) nnir documentation.
3707
3708 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3709
3710 * gnus.texi (Filtering New Groups):
3711 Mention gnus-auto-subscribed-categories.
3712 (The First Time): Remove, since default-subscribed-newsgroups has been
3713 removed.
3714
3715 2010-12-13 Glenn Morris <rgm@gnu.org>
3716
3717 * cl.texi (For Clauses): Small fixes for frames and windows.
3718
3719 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
3720
3721 * org.texi (Using capture): Document using prefix arguments for
3722 finalizing capture.
3723 (Agenda commands): Document prefix argument for the bulk scatter
3724 command.
3725 (Beamer class export): Document that also overlay arguments can be
3726 passed to the column environment.
3727 (Template elements): Document the new entry type.
3728
3729 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
3730
3731 * org.texi (Include files): Document :minlevel.
3732
3733 2010-12-11 Julien Danjou <julien@danjou.info>
3734
3735 * org.texi (Categories): Document category icons.
3736
3737 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
3738
3739 * org.texi (noweb): Fix typo.
3740
3741 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
3742
3743 * gnus.texi (Server Commands): Point to the rest of the server
3744 commands.
3745
3746 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3747
3748 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
3749 g'.
3750
3751 2010-12-02 Julien Danjou <julien@danjou.info>
3752
3753 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
3754
3755 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3756
3757 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
3758 (Direct Functions): Note the STARTTLS upgrade.
3759
3760 2010-11-27 Glenn Morris <rgm@gnu.org>
3761 James Clark <none@example.com>
3762
3763 * nxml-mode.texi (Introduction): New section.
3764
3765 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3766
3767 * gnus.texi (Server Commands): Document gnus-server-show-server.
3768
3769 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3770
3771 Sync with Tramp 2.2.0.
3772
3773 * trampver.texi: Update release number.
3774
3775 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3776
3777 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
3778 Mention that the TeX specific units won't use the `tex' prefix
3779 in TeX mode.
3780
3781 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3782
3783 * gnus.texi (Misc Article): Document gnus-inhibit-images.
3784
3785 2010-11-17 Glenn Morris <rgm@gnu.org>
3786
3787 * edt.texi: Remove information about Emacs 19.
3788
3789 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
3790
3791 * trampver.texi: Update release number.
3792
3793 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3794
3795 * gnus.texi (Article Washing): Fix typo.
3796
3797 2010-11-11 Noorul Islam <noorul@noorul.com>
3798
3799 * org.texi: Fix typo.
3800
3801 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3802
3803 * org.texi (Using capture): Explain that refiling is
3804 sensitive to cursor position.
3805
3806 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3807
3808 * org.texi (Images and tables): Add cross reference to link section.
3809
3810 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3811
3812 * org.texi: Document the <c> cookie.
3813
3814 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3815
3816 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
3817 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
3818
3819 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3820
3821 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
3822
3823 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3824
3825 * org.texi (Project alist): Mention that this is a property list.
3826
3827 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3828
3829 * org.texi (Setting up the staging area): Document that
3830 file names remain visible when encrypting the MobileOrg files.
3831
3832 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3833
3834 * org.texi (Setting up the staging area): Document which
3835 versions are needed for encryption.
3836
3837 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3838
3839 * org.texi (noweb): Update :noweb documentation to
3840 reflect the new "tangle" argument.
3841
3842 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3843
3844 * org.texi (Batch execution): Improve tangling script in
3845 documentation.
3846
3847 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3848
3849 * org.texi (Handling links):
3850 (In-buffer settings): Document inlining images on startup.
3851
3852 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3853
3854 * org.texi (Setting up the staging area): Document use of
3855 crypt password.
3856
3857 2010-11-11 David Maus <dmaus@ictsoc.de>
3858
3859 * org.texi (Template expansion): Add date related link type escapes.
3860
3861 2010-11-11 David Maus <dmaus@ictsoc.de>
3862
3863 * org.texi (Template expansion): Add mew in table for link type
3864 escapes.
3865
3866 2010-11-11 David Maus <dmaus@ictsoc.de>
3867
3868 * org.texi (Template expansion): Fix typo in link type escapes.
3869
3870 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3871
3872 * org.texi (Structure of code blocks): Another documentation tweak.
3873
3874 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3875
3876 * org.texi (Structure of code blocks): Documentation tweak.
3877
3878 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3879
3880 * org.texi (Structure of code blocks):
3881 Update documentation to mention inline code block syntax.
3882
3883 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3884
3885 * org.texi (comments): Improve wording.
3886
3887 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3888
3889 * org.texi (comments): Document the new :comments header arguments.
3890
3891 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3892
3893 * org.texi (Installation): Remove the special
3894 installation instructions for XEmacs.
3895
3896 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3897
3898 * org.texi (Easy Templates): New section. Documents quick
3899 insertion of empty structural elements.
3900
3901 2010-11-11 Noorul Islam <noorul@noorul.com>
3902
3903 * org.texi: Fix doc.
3904
3905 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3906
3907 * org.texi (The date/time prompt): Document specification
3908 of time ranges.
3909
3910 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3911
3912 * org.texi (Internal links): Document the changes in
3913 internal links.
3914
3915 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3916
3917 * org.texi (Agenda commands): Document the limitation for
3918 the filter preset - it can only be used for an entire agenda
3919 view, not in an individual block in a block agenda.
3920
3921 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
3922
3923 * org.texi (iCalendar export): Document alarm creation.
3924
3925 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
3926
3927 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
3928
3929 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3930
3931 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
3932
3933 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3934
3935 * calc.texi: Use emacsver.texi to determine Emacs version.
3936
3937 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3938
3939 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
3940 since that works by default.
3941
3942 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3943
3944 * gnus.texi (Customizing the IMAP Connection): Document
3945 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
3946
3947 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
3948
3949 * tramp.texi (Remote shell setup): New item "Interactive shell
3950 prompt". Reported by Christian Millour <cm@abtela.com>.
3951 (Remote shell setup, Remote processes): Use @code{} for
3952 environment variables.
3953
3954 2010-11-03 Glenn Morris <rgm@gnu.org>
3955
3956 * ediff.texi (Quick Help Commands, Miscellaneous):
3957 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
3958
3959 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3960
3961 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
3962
3963 2010-10-31 Glenn Morris <rgm@gnu.org>
3964
3965 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
3966
3967 2010-10-31 Glenn Morris <rgm@gnu.org>
3968
3969 * cc-mode.texi: Remove reference to defunct viewcvs URL.
3970
3971 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3972
3973 * gnus.texi (Client-Side IMAP Splitting):
3974 Mention nnimap-unsplittable-articles.
3975
3976 2010-10-29 Julien Danjou <julien@danjou.info>
3977
3978 * gnus.texi (Finding the News): Remove references to obsoletes
3979 variables `gnus-nntp-server' and `gnus-secondary-servers'.
3980
3981 2010-10-29 Eli Zaretskii <eliz@gnu.org>
3982
3983 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
3984 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
3985 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
3986 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
3987
3988 2010-10-28 Glenn Morris <rgm@gnu.org>
3989
3990 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
3991 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
3992 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
3993
3994 2010-10-25 Daiki Ueno <ueno@unixuser.org>
3995
3996 * epa.texi (Mail-mode integration): Add alternative key bindings
3997 for epa-mail commands; escape comma.
3998 Don't use the word "PGP", since it is a non-free program.
3999
4000 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
4001
4002 * calc.texi: Use emacsver.texi to determine Emacs version.
4003
4004 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
4005
4006 * gnus.texi (Group Parameters, Buttons): Fix typos.
4007
4008 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
4009
4010 * gnus.texi (Subscription Commands): Mention that you can also
4011 subscribe to new groups via the Server buffer, which is probably more
4012 convenient when subscribing to many groups.
4013
4014 2010-10-21 Julien Danjou <julien@danjou.info>
4015
4016 * message.texi (Message Headers): Allow message-default-headers to be a
4017 function.
4018
4019 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4020
4021 * gnus-news.texi: Mention new archive defaults.
4022
4023 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4024
4025 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
4026
4027 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4028
4029 * gnus.texi (HTML): Document the function value of
4030 gnus-blocked-images.
4031 (Article Washing): shr and gnus-w3m, not the direct function names.
4032
4033 2010-10-20 Julien Danjou <julien@danjou.info>
4034
4035 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
4036 variable.
4037
4038 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4039
4040 * gnus.texi (Customizing the IMAP Connection): The port strings are
4041 strings.
4042 (Document Groups): Mention git.
4043
4044 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4045
4046 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
4047 bzr/Gnus git sync.
4048
4049 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4050
4051 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
4052 change.
4053
4054 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4055
4056 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
4057 @item syntax for in-Emacs makeinfo.
4058
4059 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
4060
4061 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
4062 trim sentence.
4063
4064 2010-10-12 Daiki Ueno <ueno@unixuser.org>
4065
4066 * epa.texi (Caching Passphrases):
4067 * auth.texi (GnuPG and EasyPG Assistant Configuration):
4068 Clarify some configurations require to set up gpg-agent.
4069
4070 2010-10-11 Glenn Morris <rgm@gnu.org>
4071
4072 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
4073
4074 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4075
4076 * gnus.texi (Spam Package Introduction): Mention `$'.
4077
4078 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4079
4080 * makefile.w32-in (emacsdir): New variable.
4081 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
4082 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
4083
4084 2010-10-09 Glenn Morris <rgm@gnu.org>
4085
4086 * Makefile.in (mostlyclean): Delete *.toc.
4087
4088 * Makefile.in: Use $< in rules.
4089
4090 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
4091
4092 * Makefile.in ($(infodir)): Delete rule.
4093 (mkinfodir): New. Use it in all the info rules, rather than depending
4094 on infodir.
4095
4096 2010-10-09 Glenn Morris <rgm@gnu.org>
4097
4098 * gnus.texi (Article Washing): Fix previous change.
4099
4100 * Makefile.in (emacsdir): New variable.
4101 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
4102 Depend on emacsver.texi.
4103
4104 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
4105
4106 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
4107
4108 2010-10-08 Julien Danjou <julien@danjou.info>
4109
4110 * gnus.texi: Add mm-shr.
4111
4112 2010-10-08 Ludovic Courtès <ludo@gnu.org>
4113
4114 * gnus.texi (Finding the Parent, The Gnus Registry)
4115 (Registry Article Refer Method): Update docs for nnregistry.el.
4116
4117 2010-10-08 Daiki Ueno <ueno@unixuser.org>
4118
4119 * auth.texi (Help for users)
4120 (GnuPG and EasyPG Assistant Configuration): Update docs.
4121
4122 2010-10-08 Glenn Morris <rgm@gnu.org>
4123
4124 * cl.texi (Organization, Installation, Old CL Compatibility):
4125 Deprecate cl-compat for new code.
4126 (Usage, Installation): Remove outdated information.
4127
4128 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
4129
4130 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4131
4132 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
4133
4134 2010-10-06 Julien Danjou <julien@danjou.info>
4135
4136 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
4137
4138 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
4139 broken link.
4140
4141 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
4142
4143 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
4144 to ReiserFS.
4145
4146 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
4147 (FAQ 7-1): Fix getmail URL.
4148
4149 2010-10-06 Daiki Ueno <ueno@unixuser.org>
4150
4151 * epa.texi (Caching Passphrases): New section.
4152
4153 2010-10-06 Glenn Morris <rgm@gnu.org>
4154
4155 * Makefile.in (SHELL): Set it.
4156 (info): Move the mkdir dependency to the individual info files.
4157 (mostlyclean): Tidy up.
4158 (clean): Only delete the specific dvi and pdf files.
4159 (maintainer-clean): Be more restrictive in what we delete.
4160 ($(infodir)): Add parallel build workaround.
4161
4162 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4163
4164 * gnus.texi (Misc Article): Document gnus-widen-article-window.
4165
4166 2010-10-03 Julien Danjou <julien@danjou.info>
4167
4168 * emacs-mime.texi (Display Customization):
4169 Update mm-inline-large-images documentation and add documentation for
4170 mm-inline-large-images-proportion.
4171
4172 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4173
4174 * tramp.texi (Frequently Asked Questions):
4175 Mention remote-file-name-inhibit-cache.
4176
4177 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4178
4179 * gnus.texi (Splitting Mail): Fix @xref syntax.
4180 (Splitting Mail): Really fix the @ref syntax.
4181
4182 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4183
4184 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
4185 (Article Hiding): Add google banner example.
4186 Suggested by Benjamin Xu.
4187
4188 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4189
4190 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
4191 Remove nnimap-split-rule from examples.
4192
4193 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4194
4195 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
4196 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
4197 Fishman.
4198 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
4199
4200 2010-09-30 Julien Danjou <julien@danjou.info>
4201
4202 * gnus.texi (Gravatars): Fix documentation about
4203 gnu-gravatar-properties.
4204
4205 2010-09-29 Daiki Ueno <ueno@unixuser.org>
4206
4207 * epa.texi (Bug Reports): New section.
4208
4209 2010-09-29 Glenn Morris <rgm@gnu.org>
4210
4211 * Makefile.in (top_srcdir): Remove unused variable.
4212
4213 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4214
4215 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
4216 (Client-Side IMAP Splitting): Document 'default.
4217
4218 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4219
4220 * gnus.texi (Customizing the IMAP Connection):
4221 Document nnimap-fetch-partial-articles.
4222
4223 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4224
4225 * gnus-news.texi: Mention nnimap-inbox.
4226
4227 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
4228
4229 2010-09-26 Julien Danjou <julien@danjou.info>
4230
4231 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
4232
4233 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4234
4235 * gnus.texi (Security): Remove gpg.el mention.
4236
4237 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4238
4239 * gnus.texi (Browse Foreign Server): New variable
4240 gnus-browse-subscribe-newsgroup-method.
4241
4242 * gnus-news.texi: Mention it.
4243
4244 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4245
4246 * gnus.texi (NoCeM): Remove.
4247 (Startup Variables): No jingle.
4248
4249 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
4250
4251 * woman.texi (Interface Options): xz compression is now supported.
4252
4253 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4254
4255 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
4256 (Unavailable Servers): Document gnus-server-copy-server.
4257 (Using IMAP): Document the new nnimap.
4258
4259 2010-09-25 Julien Danjou <julien@danjou.info>
4260
4261 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
4262
4263 2010-09-24 Glenn Morris <rgm@gnu.org>
4264
4265 * url.texi (Disk Caching): Tweak previous change.
4266
4267 2010-09-24 Julien Danjou <julien@danjou.info>
4268
4269 * url.texi (Disk Caching): Mention url-cache-expire-time,
4270 url-cache-expired, and url-fetch-from-cache.
4271
4272 2010-09-24 Julien Danjou <julien@danjou.info>
4273
4274 * gnus.texi: Add Gravatars.
4275
4276 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4277
4278 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
4279
4280 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4281
4282 * gnus.texi (Expunging mailboxes): Update name of the expunging
4283 command.
4284
4285 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4286
4287 * emacs-mime.texi (rfc2047): Update description for
4288 rfc2047-encode-parameter.
4289
4290 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
4291
4292 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
4293 "fish" methods.
4294 (External methods): Remove "scp1_old" and "scp2_old" methods.
4295
4296 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
4297
4298 * tramp.texi: Remove Japanese manual. Fix typo.
4299
4300 * trampver.texi: Update release number. Remove japanesemanual.
4301
4302 2010-09-09 Glenn Morris <rgm@gnu.org>
4303
4304 * org.texi: Restore clobbered changes (copyright years, untabify).
4305
4306 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
4307
4308 * gnus.texi (Adaptive Scoring): Fix typo.
4309
4310 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4311
4312 * gnus.texi (Article Display): Document gnus-html-show-images.
4313
4314 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4315
4316 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
4317
4318 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4319
4320 * gnus.texi (HTML): Document gnus-max-image-proportion.
4321
4322 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4323
4324 * gnus.texi (HTML): Document gnus-blocked-images.
4325
4326 * message.texi (Wide Reply): Document message-prune-recipient-rules.
4327
4328 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4329
4330 * gnus.texi (Summary Mail Commands): Note that only the addresses from
4331 the first message are used for wide replies.
4332 (Changing Servers): Remove documentation on gnus-change-server and
4333 friends, since it's been removed.
4334
4335 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4336
4337 * gnus.texi (Drafts): Mention B DEL.
4338
4339 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4340
4341 * gnus.texi (Delayed Articles): Mention that the Date header is the
4342 original one, even if you delay.
4343
4344 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4345
4346 * gnus.texi (Asynchronous Fetching):
4347 Document gnus-async-post-fetch-function.
4348 (HTML): Made into its own section.
4349
4350 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
4351
4352 Sync with Tramp 2.1.19.
4353
4354 * tramp.texi (Inline methods, Default Method):
4355 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
4356 Remove remark about doubled "-t" argument.
4357 (Auto-save and Backup): Remove reference to Emacs 21.
4358 (Filename Syntax): Describe port numbers.
4359 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
4360 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
4361 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
4362 errors with the backquotes.
4363 (External packages): File attributes cache flushing for asynchronous
4364 processes.
4365 (Traces and Profiles): Describe verbose level 9.
4366
4367 * trampver.texi: Update release number.
4368
4369 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
4370
4371 * dbus.texi (Alternative Buses): New chapter.
4372
4373 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4374
4375 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
4376
4377 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4378
4379 * calc.texi (Customizing Calc): Rearrange description of new
4380 variables to match the presentation of other variables.
4381
4382 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4383
4384 * org.texi (Footnotes, Tables in HTML export): Fix typos.
4385
4386 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4387
4388 * calc.texi (Making Selections, Selecting Subformulas)
4389 (Customizing Calc): Mention how to use faces to emphasize selected
4390 sub-formulas.
4391
4392 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
4393
4394 * tramp.texi (External packages): File attributes cache flushing
4395 for asynchronous processes.
4396
4397 2010-08-01 Alan Mackenzie <acm@muc.de>
4398
4399 Enhance the manual for the latest Java Mode.
4400
4401 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
4402 annotation-var-cont.
4403 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
4404 two new symbols.
4405
4406 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
4407
4408 * tramp.texi (Traces and Profiles): Describe verbose level 9.
4409
4410 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
4411
4412 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
4413
4414 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
4415
4416 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
4417
4418 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4419
4420 * org.texi: Add macros to get plain quotes in PDF output.
4421 List additional contributors.
4422 (Capture): New section, replaces the section about remember.
4423 (Working With Source Code): New chapter, focused on documenting Org
4424 Babel.
4425 (Code evaluation security): New section.
4426 (MobileOrg): Document DropBox support.
4427 (TaskJuggler export): Document taskjuggler and Gantt chart support.
4428 (Special symbols): Show how to display UTF8 characters for entities.
4429 (Global TODO list): Clarify the use of the "M" key and the differences
4430 to the "m" key.
4431 (RSS Feeds): Mention Atom feeds as well.
4432 (Setting tags): Remove paragraph about
4433 `org-complete-tags-always-offer-all-agenda-tags'.
4434
4435 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
4436
4437 * tramp.texi (Inline methods): Remove remark about doubled "-t"
4438 argument.
4439 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
4440 echoing shells.
4441
4442 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
4443
4444 * tramp.texi (Inline methods): Remove "kludgy" phrase.
4445 (Filename Syntax): Describe port numbers.
4446
4447 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
4448
4449 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
4450 forgotten.
4451 (Type Conversion): Precise conversion of natural numbers.
4452 (Errors and Events): Add "debugging" to concept index. Add variable
4453 `dbus-debug'.
4454
4455 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
4456
4457 * dbus.texi (Receiving Method Calls): Add optional argument
4458 EMITS-SIGNAL to `dbus-register-property'.
4459
4460 2010-06-27 Alex Schroeder <alex@gnu.org>
4461
4462 * nxml-mode.texi (Commands for locating a schema): Fix typo.
4463
4464 2010-06-24 Glenn Morris <rgm@gnu.org>
4465
4466 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4467 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
4468 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4469 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
4470 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
4471 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
4472 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
4473 * woman.texi: Start direntry descriptions in column 32, per Texinfo
4474 convention. Make them end with a period.
4475
4476 2010-06-23 Glenn Morris <rgm@gnu.org>
4477
4478 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
4479 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
4480 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
4481 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
4482 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
4483 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
4484
4485 2010-06-10 Glenn Morris <rgm@gnu.org>
4486
4487 * idlwave.texi (Load-Path Shadows):
4488 * org.texi (Handling links): Fix typos.
4489
4490 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4491
4492 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
4493
4494 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
4495
4496 * eshell.texi (Built-ins): Describe, how to disable a built-in command
4497 by an alias. (Bug#6226)
4498
4499 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4500
4501 * calc.texi (Manipulating Vectors): Mention that vectors can
4502 be used to determine bins for `calc-histogram'.
4503
4504 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
4505
4506 * calc.texi: Remove "\turnoffactive" commands throughout.
4507
4508 2010-05-08 Å tÄ›pĂ¡n NÄ›mec <stepnem@gmail.com> (tiny change)
4509
4510 * url.texi (HTTP language/coding, Customization):
4511 * message.texi (Header Commands, Responses):
4512 * cl.texi (Argument Lists): Fix typos.
4513
4514 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4515
4516 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
4517 Note that Development menu is always available.
4518 (Creating a project): Fix terminology.
4519 (Add/Remove files): Fix typo.
4520
4521 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4522
4523 * Version 23.2 released.
4524
4525 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
4526
4527 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
4528
4529 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
4530
4531 * tramp.texi (Inline methods, Default Method):
4532 Mention `tramp-inline-compress-start-size'.
4533
4534 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4535
4536 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
4537 the CVS repo. Put the Git repo in the news section.
4538
4539 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
4540 Removed some mentions of CVS. Mention the new Git repo.
4541
4542 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
4543
4544 * gnus.texi (Score File Format): Fix typo. Reported by Å tÄ›pĂ¡n NÄ›mec.
4545 (Mail Group Commands): Add index entry.
4546
4547 2010-04-18 Glenn Morris <rgm@gnu.org>
4548
4549 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
4550
4551 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
4552
4553 * calc.texi (Radix modes): Mention that the option prefix will
4554 turn on twos-complement mode.
4555 (Inverse and Hyperbolic Flags): Mention the Option flag.
4556
4557 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
4558
4559 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
4560 (LaTeX/PDF export commands): Rename and Move section.
4561 (Sectioning structure): Update.
4562 (References): New use case for field coordinates.
4563 (The export dispatcher): Rename from ASCII export.
4564 (Setting up the staging area): Document the availability of
4565 encryption for MobileOrg.
4566 (Images and tables): Document how to reference labels.
4567 (Index entries): New section.
4568 (Generating an index): New section.
4569 (Column width and alignment): Document that <N> now
4570 means a fixed width, not a maximum width.
4571 (Publishing options): Document the :email option.
4572 (Beamer class export): Fix bug in the BEAMER example.
4573 (Refiling notes): Document refile logging.
4574 (In-buffer settings): Document refile logging keywords.
4575 (Drawers): Document `C-c C-z' command.
4576 (Agenda commands): Mention the alternative key `C-c C-z'.
4577 (Special properties): Document the BLOCKED property.
4578 (The spreadsheet): Mention the formula editor.
4579 (References): Document field coordinates.
4580 (Publishing action): Correct the documentation for the
4581 publishing function.
4582 (The date/time prompt): Document that we accept dates
4583 like month/day/year.
4584 (Cooperation): Document the changes in table.el support.
4585 (Faces for TODO keywords, Faces for TODO keywords)
4586 (Priorities): Document the easy colors.
4587 (Visibility cycling): Document the new double prefix
4588 arg for `org-reveal'.
4589 (Cooperation): Remember.el is part of Emacs.
4590 (Clean view): Mention that `wrap-prefix' is also set by
4591 org-indent-mode.
4592 (Agenda commands): Add information about prefix args to
4593 scheduling and deadline commands.
4594 (Search view): Point to the docstring of
4595 `org-search-view' for more details.
4596 (Agenda commands): Document that `>' prompts for a date.
4597 (Setting tags): Document variable
4598 org-complete-tags-always-offer-all-agenda-tags.
4599 (Column attributes): Cross-reference special properties.
4600
4601 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4602
4603 Synchronize with Tramp repository.
4604
4605 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
4606 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
4607 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
4608 syntax, texi2dvi reports errors with the backquotes.
4609
4610 * trampver.texi: Update release number.
4611
4612 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
4613
4614 * gnus.texi (Finding the News): Add pointers to the Server buffer
4615 because it's essential.
4616
4617 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4618
4619 * gnus.texi (MIME Commands): Update description of
4620 gnus-article-browse-html-article.
4621
4622 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4623
4624 * auth.texi (Secret Service API): Add TODO node.
4625 (Help for users): Explain the new source options for `auth-sources'.
4626
4627 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4628
4629 * trampver.texi: Update release number.
4630
4631 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4632
4633 * Branch for 23.2.
4634
4635 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4636
4637 * faq.texi (Escape sequences in shell output): Note that ansi-color is
4638 now enabled by default.
4639
4640 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4641
4642 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
4643 when Emacs runs in interactive mode. (Bug#5645)
4644
4645 2010-02-16 Glenn Morris <rgm@gnu.org>
4646
4647 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
4648
4649 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4650
4651 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
4652
4653 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4654
4655 * gnus.texi (Score File Format): Fix typo.
4656
4657 2010-01-19 Mark A. Hershberger <mah@everybody.org>
4658
4659 * cc-mode.texi: Replace references to obsolete c-subword-mode.
4660
4661 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4662
4663 * ada-mode.texi (Project File Overview): Fix typo.
4664
4665 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4666
4667 * semantic.texi: Add Richard Y. Kim credit.
4668
4669 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
4670
4671 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
4672
4673 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
4674 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
4675
4676 2010-01-17 Glenn Morris <rgm@gnu.org>
4677
4678 * calc.texi (Reporting Bugs): Don't mention format of repository.
4679
4680 * woman.texi (Bugs): Make "Emacs repository" less specific,
4681 and the URL for same more specific.
4682
4683 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
4684
4685 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4686
4687 * ede.texi (ede-step-project, ede-proj-target):
4688 * tramp.texi (Remote processes): Fix typos.
4689
4690 2010-01-16 Mario Lang <mlang@delysid.org>
4691
4692 * ede.texi (ede-target):
4693 * org.texi (Refiling notes): Remove duplicated words.
4694
4695 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * gnus.texi (Posting Styles): Use with-current-buffer.
4698 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
4699
4700 2010-01-02 Kevin Ryde <user42@zip.com.au>
4701
4702 * eieio.texi (Naming Conventions): Correction to xref on elisp
4703 coding conventions, is "Tips" node not "Standards".
4704
4705 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
4706
4707 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
4708
4709 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
4710
4711 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4712
4713 * gnus.texi (Direct Functions): Add missing port number to tls method.
4714
4715 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
4716
4717 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
4718 ($(infodir)/edt, edt.dvi): New targets.
4719
4720 2009-12-15 Glenn Morris <rgm@gnu.org>
4721
4722 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
4723 (edt, $(infodir)/edt, edt.dvi): New targets.
4724 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
4725
4726 * Makefile.in (PDF_TARGETS, pdf): New.
4727 (clean): Add *.pdf.
4728 Add pdf rules for all manuals.
4729
4730 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
4731
4732 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
4733
4734 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4735
4736 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
4737 (Smart Jump, Analyzer Debug): Copyedits.
4738 (Semantic mode user commands): Link to new nodes.
4739 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
4740 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
4741 upstream Semantic manual.
4742
4743 * semantic.texi (Introduction): Minor fix to diagram.
4744
4745 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4746
4747 * eshell.texi (History): Add the other built-in variables.
4748 (Built-ins): Explain built-ins, and how to apply the external commands.
4749 Add `history', `su' and `sudo'.
4750
4751 * tramp.texi (Remote processes): Add missing <RET> in the example.
4752
4753 2009-12-01 Bill Wohler <wohler@newt.com>
4754
4755 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
4756 path for mairix example. Specify -q in namazu example since namazu is
4757 excessively garrulous.
4758
4759 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4760
4761 * tramp.texi (Remote processes): Improve eshell example with "su"
4762 and "sudo" commands.
4763
4764 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
4765
4766 * semantic.texi (Analyzer Internals): Rename from Analyzer.
4767
4768 * sem-user.texi (Semantic mode user commands): Fix key syntax.
4769 Document semantic-complete-analyze-inline.
4770 (Semanticdb search debugging commands): Minor clarification.
4771 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
4772 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
4773 manual.
4774 (Semantic mode): Link to Idle Scheduler.
4775
4776 2009-11-28 Kevin Ryde <user42@zip.com.au>
4777
4778 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
4779 @pxref, now EIEIO is in Emacs.
4780
4781 * erc.texi (Development): Correction to git tutorial url.
4782
4783 2009-11-26 Glenn Morris <rgm@gnu.org>
4784
4785 * faq.texi (Latest version of Emacs): Mention stability of development
4786 version.
4787 (Problems with very large files): Max buffer size increase in 23.2.
4788 (VM): VM has moved house again.
4789
4790 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4791
4792 * calc.texi (Radix modes): Discuss alternate bases for two's complement
4793 notations.
4794
4795 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
4796
4797 * org.texi (Column attributes): Fix documentation of new operators.
4798
4799 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4800
4801 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
4802 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
4803 (Idle Completions Mode): Numerous copyedits.
4804
4805 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
4806
4807 * semantic.texi (Semantic Internals, Glossary):
4808 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
4809 (Semanticdb search debugging commands): Fix typos.
4810
4811 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4812
4813 * calc.texi (Radix modes): Mention twos-complement notation.
4814
4815 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
4816
4817 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
4818 ($(infodir)/semantic, semantic.dvi): New targets.
4819
4820 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
4821
4822 * Makefile.in: Build the Semantic manual.
4823
4824 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
4825 repository.
4826
4827 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4828
4829 * dbus.texi (Receiving Method Calls): New defun
4830 `dbus-unregister-service'.
4831
4832 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
4833
4834 * org.texi (Speed keys): New section.
4835
4836 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4837
4838 * dbus.texi (Type Conversion): Fix typo.
4839 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
4840 `dbus-registered-objects-table'.
4841 (Receiving Method Calls): New defun `dbus-register-property'.
4842 Move `dbus-unregister-object' here.
4843
4844 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4845
4846 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
4847
4848 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
4849
4850 * org.texi (Column attributes): Add the new age summary operators.
4851 Also, mention the fact you can only use one summary operator per
4852 property.
4853
4854 2009-11-13 John Wiegley <johnw@newartisans.com>
4855
4856 * org.texi (Tracking your habits): Add a new section in the
4857 manual about how to track habits.
4858 (Resolving idle time): Add a section on how idle and
4859 dangling clocks are resolved.
4860
4861 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4862
4863 * org.texi (Agenda commands): Document the new `i' command.
4864 (Inserting deadline/schedule): Document logging changes
4865 of scheduling and deadline times stamps.
4866 (In-buffer settings): Document the in-buffer keywords for logging
4867 changes of scheduling and deadline times stamps.
4868 (Structure editing, Plain lists): Document indentation
4869 cycling in empty entries with TAB.
4870 (Archiving): Document the default archiving command.
4871 (Moving subtrees): Document the new keys for archiving.
4872 (Internal archiving): Fix incorrect key.
4873 (Agenda commands): Document the TODO set switching commands.
4874 (Agenda commands): Document the new archiving keys.
4875 (Clocking work time): Better description on how to save
4876 and restore a clock.
4877 (Resolving idle time): Mention the x11idle program to get true
4878 idleness also under X11.
4879 (Resolving idle time): Use @kbd instead of @key for normal
4880 letters, because this is how he rest of the manual does this.
4881 (Pushing to MobileOrg): Mention that `org-directory'
4882 should be set.
4883 (Agenda commands): Document that SPC is a filter for
4884 any tag.
4885 (Search view): Rename from "Keyword search".
4886 (Capure): New chapter.
4887 (Markup): New chapter.
4888 (Links in HTML export, Images in HTML export):
4889 Extend the section titles.
4890 (Images in HTML export): Document the align option.
4891 (Text areas in HTML export): Extend the section title.
4892 (Images in LaTeX export): Explain image placement in LaTeX.
4893
4894 2009-11-10 Glenn Morris <rgm@gnu.org>
4895
4896 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
4897
4898 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4899
4900 * tramp.texi (Auto-save and Backup): Disable backups just for a
4901 method.
4902
4903 * trampver.texi: Update release number.
4904
4905 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4906
4907 Sync with Tramp 2.1.17.
4908
4909 * trampver.texi: Update release number.
4910
4911 2009-10-29 Glenn Morris <rgm@gnu.org>
4912
4913 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
4914
4915 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4916
4917 * tramp.texi (External methods): Temporary files are kept for
4918 `rsync' and `rsyncc' methods.
4919
4920 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
4921
4922 * eieio.texi: Fix typos.
4923
4924 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
4925
4926 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
4927
4928 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
4929
4930 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
4931 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
4932
4933 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
4934
4935 * Makefile.in: Build EIEIO and EDE manuals.
4936
4937 2009-10-07 Eric Ludlam <zappo@gnu.org>
4938
4939 * eieio.texi:
4940 * ede.texi: New files.
4941
4942 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4943
4944 * tramp.texi (Remote processes): Association of a pty is not supported.
4945
4946 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
4947
4948 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
4949 (Processing LaTeX fragments): Document that the size of images can be
4950 changes using the variable `org-format-latex-options'.
4951 (The date/time prompt, Timestamps): Be more accurate over ISO format
4952 dates and times.
4953 (Visibility cycling): Document showeverything keyword.
4954 (In-buffer settings): Document showeverything keyword.
4955 (Setting up the staging area): Fix the example.
4956 (MobileOrg): New section.
4957 (Agenda commands, Exporting Agenda Views): Document exporting the
4958 agenda view to Org files.
4959
4960 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
4961
4962 * tramp.texi (History): Add IMAP support.
4963 (External methods): Add `imap' and `imaps' methods.
4964 (GVFS based methods): Add indices for `davs'.
4965 (Password handling): Rename anchors. Add IMAP entries for
4966 ~/.authinfo.gpg.
4967
4968 * trampver.texi: Set default value of `emacsimap'.
4969
4970 2009-09-22 Daiki Ueno <ueno@unixuser.org>
4971
4972 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
4973
4974 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4975
4976 * dired-x.texi (Technical Details):
4977 Delete dired-up-directory (Bug#4292).
4978
4979 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
4980
4981 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
4982
4983 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
4984
4985 * org.texi (Effort estimates): Document new effort setting commands.
4986 (Agenda commands): Document the new keys fro agenda time motion.
4987 Document entry text mode. Improve documentation of the keys to include
4988 inactive time stamps into the agenda view.
4989 (Feedback): Document the new bug report command.
4990 (Structure editing): Add an index entry for the sorting of subtrees.
4991
4992 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4993
4994 * auth.texi (Help for users): Corrected markup.
4995
4996 2009-09-02 Glenn Morris <rgm@gnu.org>
4997
4998 * emacs-mime.texi (time-date): Mention float-time.
4999
5000 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
5001
5002 * calc.texi (Simplifying Formulas): Improve the wording.
5003
5004 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
5005
5006 * auth.texi: Rewritten for coverage and clarity.
5007
5008 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5009
5010 * gnus.texi (Expiring Mail):
5011 Mention gnus-mark-copied-or-moved-articles-as-expirable.
5012 (Various Various): Mention gnus-safe-html-newsgroups.
5013
5014 * gnus-news.texi: Mention
5015 gnus-mark-copied-or-moved-articles-as-expirable.
5016
5017 * emacs-mime.texi (Display Customization): Add xref to
5018 gnus-safe-html-newsgroups.
5019
5020 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5021
5022 * tramp.texi (Version Control): Remove.
5023 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
5024 reference.
5025 (External methods): Correct `scpc' concept index entries. New method
5026 `rsyncc'.
5027 (External packages): New subsections "Filename completion" and "File
5028 attributes cache".
5029
5030 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
5031
5032 * calc.texi (Rewrite Rules): Improve the example.
5033 (Simplifying Formulas): Explain use of the I and H flags for
5034 simplification.
5035
5036 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5037
5038 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
5039 Describe autostart behavior of dbus-ping.
5040 (Synchronous Methods, Asynchronous Methods): Use English numeric format
5041 for timeout values.
5042 (Top): Remove footnote saying D-Bus is not enabled by
5043 default. (Bug#4256)
5044
5045 2009-08-23 Daiki Ueno <ueno@unixuser.org>
5046
5047 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
5048 Reported by Jari Aalto (Bug#4211).
5049 (Mail-mode integration): Mention epa-mail-mode and
5050 epa-global-mail-mode.
5051 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
5052 epa-setup.
5053
5054 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
5055
5056 * dbus.texi (Asynchronous Methods): Allow nil handler.
5057
5058 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
5059
5060 * ediff.texi (ediff-current-file): Add information about this new function.
5061
5062 * viper.texi: Add information about C-s in viper's search command.
5063
5064 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
5065
5066 * calc.texi (Date Forms): Fix typos.
5067
5068 2009-08-08 Glenn Morris <rgm@gnu.org>
5069
5070 * org.texi (Agenda commands): Restore clobbered change.
5071
5072 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5073
5074 * calc.texi (Graphics, Devices): Update with the peculiarities of
5075 operation on MS-Windows.
5076
5077 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
5078
5079 * org.texi (Publishing action): Improve documentation of file
5080 names when publishing to the source directory.
5081 (Clean view): Document `org-indent-mode'.
5082 (Clocking work time): Add documentation for the
5083 new :timetamp option when creating a clock report.
5084 (Paragraphs): Fix many typos.
5085 (Plain lists): Remove duplicate explanation about the
5086 `C-c *' command.
5087 (Literal examples): Update to reflect the new behavior
5088 of the -n -r -k switches when exporting source code examples.
5089 (Structure editing): Add information about `C-c *',
5090 converting a plain list into a list of Org items.
5091 (Remember): Small rephrasing of the paragraph
5092 describing remember.el. Also mentioned that remember.el is part
5093 of Emacs 23, not Emacs 22.
5094 (Clocking work time): Add documentation about
5095 displaying the current clocking time against the effort estimate.
5096 Also add a footnote about using `org-clock-in-prepare-hook' to add
5097 an effort estimate on the fly, just before clocking it.
5098 (Footnotes): Document automatic renumbering and
5099 sorting.
5100 (Agenda commands): Document new bulk commands.
5101 (Plain lists): Document new behavior of
5102 `org-cycle-include-plain-lists'.
5103 Hyphenation only in TeX.
5104 (Clocking work time): Document the key to update effort
5105 estimates.
5106 (Clocking work time): Document the clock time display.
5107 (Structure editing, TODO basics): Document new
5108 variables.
5109 (Column attributes): Document new colciew operators.
5110 (Publishing options): Document :xml-declaration.
5111 (Tracking TODO state changes): Document the
5112 LOG_INTO_DRAWER property.
5113 (Literal examples): Document the new implementation for
5114 editing source code.
5115 (Publishing action): Mention the new publishing
5116 function, to publish an Org source file.
5117 (Publishing links): Mention how to link to an Org source file.
5118 (Macro replacement): Document new macros.
5119 (Handling links): Document type-specific completion
5120 when inserting links.
5121 (Structure editing, Plain lists): Improve documentation
5122 on sorting.
5123 (Internal links): Document custom ids for links.
5124 (Handling links): Document custom ids for links.
5125 (CSS support): Document new class.
5126 (Refiling notes): Document the possibility to create new nodes
5127 during refiling.
5128 (Agenda commands): Document the "?" operator to find
5129 tasks without effort setting.
5130 (Exporting agenda information): Section moved.
5131 (RSS Feeds): New section.
5132 (Built-in table editor): Document M-e and M-a navigate
5133 inside table field.
5134 (Stuck projects): Docment that projects identified as
5135 un-stuck will still be searchd for stuck sub-projects.
5136 (Paragraphs): Document centering.
5137 (Creating timestamps, Agenda commands): Document new
5138 behavior when changing time stamps.
5139 (Structure editing): Document the new command
5140 `org-clone-subtree-with-time-shift'.
5141 (Publishing): Refresh this chapter.
5142 (Export options, Export options, In-buffer settings):
5143 Document the new keywords.
5144 (Matching tags and properties): Collect all
5145 documentation about tags/property matches here.
5146 (Setting tags): Document `org-tag-persistent-alist'.
5147 (Weekly/daily agenda): New section.
5148 (Orgstruct mode): Describe `orgstruct++-mode'.
5149 (Drawers): Mention the LOGBOOK drawer.
5150 (Export options, Sectioning structure): Document the
5151 #+LEATEX_HEADER in-buffer setting.
5152 (Bugs): Section removed.
5153 (Hooks): New section.
5154 (Add-on packages): Move here from old location.
5155 (Context-sensitive commands): New section.
5156 (Setting tags): Document newline option.
5157 (Global TODO list, Matching tags and properties):
5158 Mention more variables.
5159 (Checkboxes): Update to changed command behavior.
5160
5161 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
5162
5163 * speedbar.texi (Basic Key Bindings): Fix typo.
5164
5165 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
5166
5167 * calc.texi (Vector/Matrix Functions): Add index entries for both
5168 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
5169 affects matrices with more than one row.
5170 (Help Commands): Add index entries for "prefix ?" key bindings.
5171
5172 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5173
5174 * calc.texi (Stack Manipulation Commands): Add documentation for
5175 `calc-transpose-lines'.
5176
5177 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
5178
5179 * dbus.texi (Receiving Method Calls): Describe special return value
5180 `:ignore'.
5181
5182 2009-07-24 Alan Mackenzie <acm@muc.de>
5183
5184 * cc-mode.texi (Config Basics, File Styles): Document that at mode
5185 initialization, any individual variable setting now takes precedence
5186 over one done via c-file-style/c-file-offsets.
5187
5188 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5189
5190 * calc.texi (Undoing Mistakes): Mention that the undo list will be
5191 truncated when Calc is quit.
5192 (Customizing Calc): Document `calc-undo-length'.
5193
5194 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
5195
5196 * calc.texi (About This Manual): Don't mention chapter numbers in text.
5197
5198 2009-07-11 Kevin Ryde <user42@zip.com.au>
5199
5200 * pcl-cvs.texi (About PCL-CVS):
5201 * widget.texi (Basic Types):
5202 Fix cross-references.
5203
5204 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5205
5206 * dbus.texi (Type Conversion): Don't use literal control character.
5207
5208 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
5209
5210 * tramp.texi (GVFS based methods): New section.
5211 (Remote processes): Processes for GVFS based methods run locally.
5212
5213 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
5214
5215 * tramp.texi (Inline methods, External methods, Gateway methods):
5216 Avoid the words "kludge" and hack".
5217 (External methods): Add `synce' method.
5218
5219 * trampver.texi: Update release number.
5220
5221 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
5222
5223 Sync with Tramp 2.1.16.
5224
5225 * tramp.texi (History): Add GVFS support.
5226 (External methods): Precise `rsync' description. Add `dav', `davs' and
5227 `obex' methods. Add 'tramp-gvfs-methods' option.
5228 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
5229 forms.
5230 (Remote Programs): Introduce `tramp-own-remote-path'.
5231 (Remote processes): New subsection "Running remote programs that create
5232 local X11 windows".
5233 (Frequently Asked Questions): Improve code for disabling vc.
5234
5235 * trampver.texi: Update release number. Set default value of
5236 `emacsgvfs'.
5237
5238 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5239
5240 * Branch for 23.1.
5241
5242 2009-06-17 Glenn Morris <rgm@gnu.org>
5243
5244 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
5245 (Latest version of Emacs): Mention source code repository.
5246
5247 2009-06-16 Glenn Morris <rgm@gnu.org>
5248
5249 * faq.texi (Top): Language tweak.
5250 (Extended commands): Most people have arrow keys.
5251 (Emacs manual): Say how to follow info links.
5252 (File-name conventions): Change title a bit. Explain about source
5253 versus installed. Condense etc description.
5254 (Guidelines for newsgroup postings): Mention Savannah list page.
5255 (Newsgroup archives): Simplify.
5256 (Contacting the FSF): Add contact URL.
5257 (Emacs Lisp documentation): Printed version not always available.
5258 (Installing Texinfo documentation): Explain how by hand installation is
5259 not normally needed. Use add-to-list. Remove duplicate reference.
5260 (Informational files for Emacs): Move info on Help menu here from
5261 "File-name conventions".
5262 (Help installing Emacs): Tweak uref.
5263 (Obtaining the FAQ): Mention repository.
5264 (Origin of the term Emacs): Explain "ITS".
5265 (Changing load-path): Use add-to-list.
5266 (Automatic indentation): Clarify this is for Text mode.
5267 Don't mention Indented Text mode.
5268 (Finding Emacs on the Internet): The FSF does not seem to offer a
5269 deluxe distribution on CD anymore.
5270
5271 2009-06-16 Glenn Morris <rgm@gnu.org>
5272
5273 * faq.texi (Top): Mention which Emacs version this FAQ is about.
5274 Recommend the latest release. Mention how to get older FAQs.
5275 Recommend the Emacs manual.
5276 (Guidelines for newsgroup postings): Discourage cross-posts.
5277 (Underlining paragraphs): Remove.
5278 (Editing MS-DOS files): Remove pre-Emacs 20 information.
5279 (Bugs and problems): Update key-binding.
5280 (Problems with very large files): Mention 64-bit.
5281 (Shell process exits abnormally): Remove.
5282 (Problems with Shell Mode): Rename and update.
5283 (Spontaneous entry into isearch-mode)
5284 (Problems talking to certain hosts): Remove. This is old information,
5285 in etc/PROBLEMS if needed.
5286 (Emacs takes a long time to visit files, Updating Emacs): Remove.
5287 (Dired claims that no file is on this line): Update.
5288 (Installing Emacs, Problems building Emacs): Simplify.
5289 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
5290 information.
5291 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
5292 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
5293 (JDEE): "JDEE", not "JDE".
5294 (Handling C-s and C-q with flow control, Binding C-s and C-q):
5295 Remove. This is old information, in etc/PROBLEMS if needed.
5296 (stty and Backspace key, Kanji and Chinese characters): Remove.
5297 (Right-to-left alphabets): Update section.
5298 (Changing the included text prefix): Gnus uses message-yank-prefix.
5299 Add cross-reference to Supercite manual.
5300 (Saving a copy of outgoing mail): Simplify output file description.
5301 (Expanding aliases when sending mail): Refer to Emacs manual.
5302 Remove old info about RFC822.
5303 Correct description of how to rebuild aliases.
5304 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
5305 (MIME with Emacs mail packages)
5306 (Viewing articles with embedded underlining)
5307 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
5308 Remove old sections.
5309 (Killing based on nonstandard headers): Remove. Scoring is preferable,
5310 and is well-documented in the Gnus manual.
5311 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
5312 (Making Gnus faster): Rename from "Starting Gnus faster".
5313 Merge "Catch-up is slow in Gnus" into here.
5314
5315 2009-06-14 Glenn Morris <rgm@gnu.org>
5316
5317 * faq.texi (Status of Emacs): Re-order with most recent releases first.
5318 (New in Emacs 23): New section.
5319 (Handling C-s and C-q with flow control): Add xref.
5320
5321 2009-06-13 Glenn Morris <rgm@gnu.org>
5322
5323 * faq.texi (Setting up a customization file): Grammar fix.
5324 Customize is no longer "new".
5325 (Displaying the current line or column): Line-number mode is on by
5326 default. Don't mention `column' package. Mention linum.el.
5327 (Turning on abbrevs by default): Explain how to do it for buffers,
5328 modes, and everywhere.
5329 (Associating modes with files): Use add-to-list. Don't mention Emacs
5330 19.
5331 (Highlighting a region): On by default since 23.1.
5332 (Replacing highlighted text): Update doc quote.
5333 (Working with unprintable characters): Don't mention search-quote-char.
5334 (Using an already running Emacs process): Gnuclient is probably not an
5335 enhancement these days.
5336 (Indenting switch statements): Remove mention of pre-Emacs 20.
5337 (Horizontal scrolling): Abbreviate Emacs 20 description.
5338 (Replacing text across multiple files): Fix name of dired command.
5339 (Disabling backups): Use require not load.
5340 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
5341
5342 2009-06-13 Bill Wohler <wohler@newt.com>
5343
5344 Release MH-E manual version 8.2.
5345
5346 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5347 release 8.2.
5348
5349 2009-06-13 Glenn Morris <rgm@gnu.org>
5350
5351 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
5352 in this day and age the common meaning is "on the web".
5353 (copying): Use @copyright in all cases.
5354 (Basic keys): Remove reference to deleted manual node "Text Characters".
5355 (File-name conventions): Use GNU as an example rather than SERVICE.
5356 default.el lives in site-lisp. Update Info directory location.
5357 (Real meaning of copyleft): GPL actions have been brought, but all
5358 settled out of court.
5359 (Guidelines for newsgroup postings): Shorten section title.
5360 Simplify comp.emacs description.
5361 (Newsgroup archives): Change Google URL. Describe Gmane.
5362 (Unsubscribing from Emacs lists): Remove discussion of "distribution
5363 points". Mention List-Unsubscribe header.
5364 (Contacting the FSF): Update email and URLs.
5365 (Basic editing): Mention F1 for help.
5366 (Installing Texinfo documentation): Refer to Texinfo website rather
5367 than ftp server.
5368 (Printing a Texinfo file): Mention texi2pdf.
5369 (Informational files for Emacs): Don't describe FTP or SERVICE, they
5370 are just stubs nowadays.
5371 (Latest version of Emacs): Explain version numbers.
5372 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
5373 (Turning on syntax highlighting): No need to mention hilit19 any more.
5374 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
5375 (Modes for various languages): Remove section.
5376 (Major packages and programs): Remove most version and maintainer
5377 information - it's hard to keep up-to-date, and adds nothing.
5378 Similarly with direct links to mailing lists.
5379 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
5380 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
5381 years, and Emacs comes with tools for this now.
5382 (Patch): Remove section - this is a standard tool.
5383 (Using function keys under X): Remove section.
5384
5385 2009-06-12 Glenn Morris <rgm@gnu.org>
5386
5387 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
5388 (Help installing Emacs): Remove reference to deleted X11 node.
5389 (Associating modes with files): Interpreter-mode-alist is no longer
5390 subservient to auto-mode-alist.
5391 (Installing Emacs): Change future Emacs version.
5392 (Linking with -lX11 fails): Remove old section.
5393 (Packages that do not come with Emacs): Update ELL location.
5394 Emacs Lisp archive is dead.
5395 (Emacs for Windows): Remove reference to old CE port.
5396 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
5397 (Emacs for VMS and DECwindows): Remove old ports.
5398 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
5399 (Removing flashing messages): Remove section about non-existent Gnus
5400 option.
5401
5402 * faq.texi (Top): Add @top command.
5403 Remove the optional arguments from all @node commands: makeinfo can
5404 generate these automatically, and it is easier to edit and rearrange
5405 nodes without them.
5406
5407 2009-06-11 Glenn Morris <rgm@gnu.org>
5408
5409 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
5410 (The LPF): Make the updated URL the sole reference point.
5411 (Learning how to do something): Update refcard price and format.
5412 (Getting a printed manual): Sources in doc/emacs/, not man/.
5413 Also available in PDF format. Since the page count varies, be less
5414 precise.
5415 (Informational files for Emacs): Remove references to deleted files
5416 LPF and SUN-SUPPORT, and to UUCP.
5417 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
5418 Remove many obsolete ways to get the FAQ, which now seems only to be
5419 distributed with Emacs.
5420 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
5421
5422 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
5423
5424 * org.texi (Org Plot): Fix tags (Bug#3507).
5425 (Workflow states, Agenda commands): Fix tags (Bug#3508).
5426
5427 * ada-mode.texi (Installation, Compile commands)
5428 (Project File Overview, No project files, Set compiler options)
5429 (Use GNAT project file, Use multiple GNAT project files)
5430 (Identifier completion): Use @samp for menu items, and @kbd for key
5431 sequences (Bug#3504).
5432
5433 2009-06-04 Daiki Ueno <ueno@unixuser.org>
5434
5435 * gnus.texi (Security): Fix wording; add a link to epa.info.
5436
5437 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
5438
5439 * message.texi (Header Commands): Fix descriptions to match
5440 keybindings.
5441
5442 2009-04-22 Daiki Ueno <ueno@unixuser.org>
5443
5444 * gnus.texi (Security): Mention that EasyPG is the current default.
5445
5446 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5447
5448 * ediff.texi (Session Commands): Fix typo.
5449
5450 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
5451
5452 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
5453 news.software.readers. Reported by Florian Rehnisch.
5454
5455 2009-04-02 Glenn Morris <rgm@gnu.org>
5456
5457 * auth.texi: Capitalize direntry.
5458
5459 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
5460 using a period in the entry name. (Bug#2797)
5461
5462 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
5463
5464 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
5465 ($(infodir)/auth, auth.dvi): New targets.
5466
5467 2009-03-03 Glenn Morris <rgm@gnu.org>
5468
5469 * auth.texi: Fix @setfilename.
5470
5471 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
5472 (auth, $(infodir)/auth, auth.dvi): New rules.
5473
5474 2009-02-25 Glenn Morris <rgm@gnu.org>
5475
5476 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
5477
5478 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5479
5480 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
5481
5482 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5483
5484 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
5485 gnus-nocem-issuers, and gnus-nocem-verifyer.
5486
5487 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5488
5489 * ada-mode.texi (Project files, Automatic Casing):
5490 * dbus.texi (Signals):
5491 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
5492 * mh-e.texi (HTML):
5493 * nxml-mode.texi (Locating a schema)
5494 (Using the document's URI to locate a schema):
5495 * org.texi (Footnotes, Using the mapping API):
5496 * rcirc.texi (Channels): Remove duplicate words.
5497
5498 2009-02-20 Glenn Morris <rgm@gnu.org>
5499
5500 * dired-x.texi (Miscellaneous Commands):
5501 * gnus.texi: Minor updates for mbox Rmail.
5502
5503 2009-02-16 Karl Berry <karl@gnu.org>
5504
5505 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
5506 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
5507 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
5508 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
5509 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
5510 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
5511 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
5512 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5513 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
5514 Consistently use @insertcopying in the Top node,
5515 @contents at the front (after @end titlepage),
5516 and @direntry after @copying. (Bug#1988)
5517
5518 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5519
5520 * auth.texi: New file documenting auth-source.
5521
5522 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
5523
5524 * org.texi (Org Plot): Fix link.
5525
5526 2009-02-09 Daiki Ueno <ueno@unixuser.org>
5527
5528 * epa.texi (Mail-mode integration): Mention the way to do
5529 "encrypt-to-self". (Bug#1807)
5530
5531 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5532
5533 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
5534
5535 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
5536
5537 * gnus-news.texi: Print version about Incoming*.
5538
5539 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
5540
5541 * org.texi (Structure editing, Handling links)
5542 (Fast access to TODO states, Javascript support): Make standard docs
5543 correctly reflect default variable settings.
5544
5545 2009-02-02 Glenn Morris <rgm@gnu.org>
5546
5547 * org.texi: Fix typos.
5548
5549 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
5550
5551 Sync with Tramp 2.1.15.
5552
5553 * trampver.texi: Update release number.
5554
5555 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
5556
5557 * org.texi (TODO dependencies): Document TODO dependencies on
5558 checkboxes.
5559
5560 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
5561
5562 * org.texi (TODO dependencies): Document key binding for toggling
5563 ORDERED property.
5564
5565 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
5566
5567 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
5568 of hook functions.
5569
5570 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
5571
5572 * org.texi (TODO dependencies): New section.
5573
5574 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
5575
5576 * org.texi (Plain lists, TODO basics, Priorities)
5577 (Multiple sets in one file, Conflicts): Document interaction with
5578 `shift-selection-mode'.
5579
5580 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
5581
5582 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
5583 Make Calc the subject of sentences.
5584 (Rearranging Formulas using Selections): Discuss new options
5585 for `j *'.
5586
5587 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
5588
5589 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
5590
5591 2009-01-26 Glenn Morris <rgm@gnu.org>
5592
5593 * org.texi: Fix typos.
5594
5595 2009-01-26 Bill Wohler <wohler@newt.com>
5596
5597 * mh-e.texi (EDITION, UPDATED): Update.
5598
5599 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
5600
5601 * org.texi (References): Add information about remote references.
5602 (Built-in table editor): Document `C-c RET' in tables.
5603 (Math symbols, Quoting LaTeX code): Mention that simple
5604 LaTeX macros survive LaTeX export.
5605 (Images in LaTeX export): Show how to create a reference to a
5606 figure.
5607 (Sectioning structure): Document that the LaTeX class can be
5608 specified in a property.
5609 (Text areas in HTML export): New section.
5610 (External links): Add examples for text search and ID links.
5611 (Built-in table editor): Remove the descriptio of `C-c
5612 C-q', it not longer works.
5613 (Literal examples): Document that a space must follow
5614 the colon in short examples.
5615 (Relative timer): Document `org-timer-stop'.
5616 (Footnotes): New section.
5617 (Footnote markup): Shorten section and refer to new Footnote
5618 section.
5619 (Literal examples): Add documentation for line
5620 numbering in and references to code examples.
5621 (CSS support): Fix the description of default CSS styles.
5622 (Capturing column view): Document
5623 "file:path/to/file.org" as an allowed value for the ID property of
5624 a dynamic block copying column view.
5625
5626 2009-01-23 Stephen Eglen <stephen@gnu.org>
5627
5628 * mh-e.texi (Getting Started): Describe $MH.
5629
5630 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
5631
5632 * tramp.texi (all): Harmonize usage of "external method",
5633 "external transfer method" and "out-of-band method".
5634 (Connection types): Precise the differences of inline and external
5635 methods. Written by Adrian Phillips <a.phillips@met.no>.
5636
5637 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5638
5639 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
5640 commands as described at the top. Reported by Allan Gottlieb
5641 <gottlieb@nyu.edu>.
5642
5643 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5644
5645 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
5646 nnmail-pathname-coding-system.
5647
5648 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
5649
5650 * org.texi (Relative timer): Fix typo.
5651
5652 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
5653
5654 * org.texi (Clocking work time): Fix typo.
5655 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
5656
5657 2009-01-13 Glenn Morris <rgm@gnu.org>
5658
5659 * org.texi: Fix some more typos.
5660
5661 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
5662
5663 * org.texi: Fix some typos.
5664
5665 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5666
5667 * gnus.texi (Group Parameters): Add note for local variables.
5668
5669 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5670
5671 * gnus.texi (Converting Kill Files): Fix URL.
5672 Include gnus-kill-to-score.el in contrib directory.
5673
5674 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5675
5676 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
5677 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
5678 (Paging the Article): Add index entry.
5679
5680 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
5681
5682 * ada-mode.texi (Examples): Delete redundant text.
5683
5684 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
5685
5686 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
5687
5688 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
5689 addresses.
5690
5691 2009-01-03 Bill Wohler <wohler@newt.com>
5692
5693 * mh-e.texi (Scan Line Formats): Indicate that first column should be
5694 kept empty.
5695
5696 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
5697
5698 * org.texi (Activation, Exporting, ASCII export, HTML export)
5699 (HTML Export commands, LaTeX/PDF export commands):
5700 Improve documentation about transient-mark-mode.
5701 (References): Document the use of special names like $LR1 to reference
5702 to fields in the last table row.
5703
5704 2008-12-19 Juri Linkov <juri@jurta.org>
5705
5706 * info.texi (Search Text): Remove mention of removed key binding M-s.
5707
5708 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
5709
5710 * org.texi (References): Remove mentioning of @0 as reference for the
5711 last line, this has been reverted in the Lisp sources.
5712
5713 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
5714
5715 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
5716 (DVI_TARGETS): Remove duplicates. Add sasl.
5717 ($(infodir)/sasl, sasl.dvi): New targets.
5718
5719 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
5720
5721 * org.texi: Version number pushed to 6.15d.
5722
5723 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
5724
5725 * org.texi (Tables in LaTeX export): New section.
5726 (Images in LaTeX export): New section.
5727 (Inlined images, Images in HTML export): Sections renamed.
5728
5729 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5730
5731 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
5732
5733 2008-12-04 David Engster <dengste@eml.cc>
5734
5735 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
5736 of nnml-get-new-mail. Change URL for mairix patch.
5737
5738 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5739
5740 * org.texi (Using the mapping API): Fix bug in mapping example.
5741 (Publishing options): Make the list of properties complete again, in
5742 correspondence to the variable `org-export-plist-vars'.
5743 (Property searches): Document new special values for time comparisons.
5744 (Tag inheritance): Refine the description of tag inheritance.
5745 (Project alist): Add info about the publishing sequence of components.
5746 (Effort estimates): Document the new relative timer.
5747
5748 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
5749
5750 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
5751 (Using Calc): Clarify use of `C-x * o'.
5752 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
5753
5754 2008-11-28 Richard M Stallman <rms@gnu.org>
5755
5756 * dbus.texi (Receiving Method Calls): Clean up previous change.
5757
5758 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
5759
5760 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
5761 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
5762 `dbus-unescape-from-identifier'.
5763 (Receiving Method Calls): New constants `dbus-service-emacs' and
5764 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
5765 (Signals): Use the constants in the example.
5766
5767 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
5768
5769 * org.texi: Re-apply change to FDL 1.3.
5770
5771 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
5772
5773 * org.texi (Setting up Remember): Document `org-remember-mode'.
5774 (External links): Document that bbdb links can use a regular
5775 expression.
5776 (External links): Document that elisp links can contain interactive
5777 commands.
5778
5779 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5780
5781 * viper.texi (viper-translate-all-ESC-keysequences):
5782 Description removed.
5783
5784 2008-11-19 Glenn Morris <rgm@gnu.org>
5785
5786 * doclicense.texi: Change to FDL 1.3.
5787 Relicense all texi files under FDL 1.3 or later.
5788
5789 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5790
5791 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
5792
5793 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
5794
5795 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
5796
5797 * ediff.texi: Version/date change.
5798
5799 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
5800
5801 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
5802
5803 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
5804
5805 * calc.texi (About This Manual): Comment out a mention of
5806 marginal notes.
5807
5808 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
5809
5810 * org.texi (Clocking work time): Document the :formula property of
5811 clock tables.
5812 (Structure editing, Refiling notes): Document refiling regions.
5813 (Agenda commands): Document the double-prefix version
5814 of the `l' command in the agenda.
5815 (Handling links): Explain the effect of a double prefix
5816 arg to `C-c C-o'.
5817 (TODO basics): Add documentation for tag triggers.
5818
5819 2008-10-23 Glenn Morris <rgm@gnu.org>
5820
5821 * cl.texi (Function Bindings): Mention `flet' fails to deal with
5822 byte-compiling things like `+'.
5823
5824 * ns-emacs.texi: Merge copyright years of author now with assignment
5825 into FSF years.
5826 (VER): Use it for easier automatic updating. Use Emacs version rather
5827 than standalone Emacs.app version.
5828
5829 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
5830
5831 * org.texi: Lots of minor fixes.
5832 (Capture): New chapter.
5833 (Org Plot): New section.
5834
5835 2008-09-30 Magnus Henoch <mange@freemail.hu>
5836
5837 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
5838
5839 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5840
5841 * calc.texi (User Defined Units): Mention how to enter optional display
5842 string.
5843
5844 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5845
5846 * message.texi (Sending Variables): Fix variable documentation to
5847 avoid the "y/n" wording.
5848
5849 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5850
5851 * message.texi (Sending Variables): Add `message-confirm-send' doc.
5852
5853 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5854
5855 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
5856 @enumerate section so as to be able to be formatted with MAKEINFO=no.
5857
5858 2008-09-22 Bill Wohler <wohler@newt.com>
5859
5860 Release MH-E manual version 8.1.
5861
5862 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5863 release 8.1.
5864
5865 * mh-e.texi: Retain dual license as agreed to by the FSF.
5866 However, bump GPL to Version 3.
5867 Use @include for license text.
5868
5869 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
5870
5871 * gnus.texi (Top, Setup, Fancy splitting to parent)
5872 (Store custom flags and keywords, Store arbitrary data):
5873 Clean up markup.
5874
5875 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
5876
5877 * gnus.texi (The Gnus Registry): Document it.
5878
5879 2008-09-08 David Engster <dengste@eml.cc>
5880
5881 * gnus.texi (nnmairix): Point out that nnml uses MH format.
5882 Clarify section about choosing back end servers.
5883
5884 2008-08-23 Glenn Morris <rgm@gnu.org>
5885
5886 * dired-x.texi (Shell Command Guessing):
5887 Mention dired-guess-shell-case-fold-search. (Bug#417)
5888
5889 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
5890
5891 * trampver.texi: Update release number.
5892
5893 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
5894
5895 * ns-emacs.texi: Update version.
5896 (Introduction): Correct menu location for options save.
5897 (Customization): Note that defaults are stored under org.gnu.Emacs.
5898
5899 2008-08-11 Bill Wohler <wohler@newt.com>
5900
5901 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
5902 explicit about GNU mailutils MH elsewhere (with thanks to Darel
5903 Henman) (closes SF #1768928).
5904
5905 2008-08-10 Glenn Morris <rgm@gnu.org>
5906
5907 * ns-emacs.texi: Use @copying. Change copyright of authors with
5908 assignment to FSF. Change license to GFDL.
5909 (Top): Remove outdated references.
5910
5911 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
5912
5913 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
5914 Add gnus-summary-sort-by-most-recent-number and
5915 gnus-summary-sort-by-most-recent-date.
5916 (Summary Sorting): Explain prefix argument.
5917
5918 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
5919
5920 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
5921 gnus-summary-pipe-output.
5922
5923 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
5924
5925 * dbus.texi (Receiving Method Calls): Document error handling of own
5926 D-Bus methods.
5927
5928 2008-08-01 Bill Wohler <wohler@newt.com>
5929
5930 * mh-e.texi (Reading Mail)
5931 (Viewing Attachments): Describe new function
5932 mh-show-preferred-alternative.
5933 (Sending Mail, Redistributing, Sending Message): Describe new hook
5934 mh-annotate-msg-hook.
5935
5936 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
5937
5938 * dbus.texi (Arguments and Signatures): Fix example.
5939 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
5940 (Asynchronous Methods): New node.
5941 (Errors and Events): Describe extended layout of `dbus-event'.
5942 New defun `dbus-event-message-type'.
5943
5944 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5945
5946 * ediff.texi: Remove VMS support.
5947
5948 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
5949
5950 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
5951 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
5952
5953 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
5954
5955 * Makefile.in: Add mairix-el targets.
5956
5957 2008-07-29 David Engster <deng@randomsample.de>
5958
5959 * mairix-el.texi: New file.
5960
5961 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
5962
5963 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
5964 project files. Delete 'main_unit' project variable; not needed. Allow
5965 process environment variables wherever project variables are allowed.
5966 Add tutorial section on multiple GNAT project files.
5967
5968 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
5969
5970 Sync with Tramp 2.1.14.
5971
5972 * trampver.texi: Update release number.
5973
5974 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5975
5976 * ns-emacs.texi:
5977 * faq.texi: Remove mentions of Mac Carbon.
5978
5979 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5980
5981 * gnus.texi (Saving Articles): Describe the 2nd argument of
5982 gnus-summary-save-in-pipe.
5983 (SpamAssassin): Use it.
5984
5985 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
5986
5987 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
5988
5989 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
5990
5991 * org.texi (Export options): Document the use of the creator flag.
5992
5993 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
5994
5995 * org.texi: New version 6.06a.
5996
5997 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
5998
5999 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
6000 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
6001
6002 2008-07-23 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
6003
6004 * calc.texi (Editing Stack Entries):
6005 (Algebraic Entry): Rewrite introductory sentences so it can be used by
6006 Calc's help functions. Mention fixing typos.
6007 (Customizing Calc): Fix typo.
6008
6009 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
6010
6011 * calc.texi (summarykey): New macro. Use to correctly format keys in
6012 the summary.
6013
6014 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
6015
6016 * ns-emacs.texi (Customization): Corrected documentation on color
6017 specification formats.
6018
6019 2008-07-19 Andreas Schwab <schwab@suse.de>
6020
6021 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
6022
6023 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
6024 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
6025
6026 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
6027
6028 * dbus.texi (Inspection): Rework, introduce submenus.
6029 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
6030 (Properties and Annotations, Arguments and Signatures): New nodes.
6031
6032 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
6033
6034 * dbus.texi (Receiving Method Calls): Fix description of
6035 `dbus-register-method'.
6036 (Signals): Allow also signal arguments for filtering in
6037 `dbus-register-signal'.
6038
6039 2008-07-13 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
6040
6041 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
6042 `cnorm'.
6043 (Arithmetic Tutorial): Simplify the verification of prime factors.
6044
6045 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6046
6047 * gnus.texi (Saving Articles): Mention
6048 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
6049
6050 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
6051
6052 * calc.texi: Adjust mode line throughout.
6053
6054 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
6055
6056 * sasl.texi (Mechanisms): Fix typos.
6057
6058 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6059
6060 * calc.texi (Killing from the stack): Mention using normal Emacs
6061 copying.
6062
6063 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
6064
6065 * tramp.texi (Password handling): Rename from "Password caching".
6066 Add `auth-source' mechanism.
6067 (Connection caching): Tramp reopens the connection automatically,
6068 when the operating system on the remote host has been changed.
6069
6070 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6071
6072 * makefile.w32-in (distclean): Remove makefile.
6073
6074 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
6075
6076 * org.texi (Using the mapping API): New section.
6077 (Agenda column view): New section.
6078 (Moving subtrees): Document archiving to the archive sibling.
6079 (Agenda commands): Document columns view in the agenda.
6080 (Using the property API): Document the API for multi-valued properties.
6081
6082 2008-06-17 Jason Riedy <jason@acm.org>
6083
6084 * org.texi (A LaTeX example): Note that fmt may be a one-argument
6085 function, and efmt may be a two-argument function.
6086 (Radio tables): Document multiple destinations.
6087
6088 2008-06-16 Glenn Morris <rgm@gnu.org>
6089
6090 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
6091 Add Cover-Texts.
6092
6093 2008-06-15 Glenn Morris <rgm@gnu.org>
6094
6095 * faq.texi (VER): Update to 23.0.60.
6096
6097 * mh-e.texi: Remove option of licensing under GPL.
6098 Add Cover-Texts to GFDL permissions notice.
6099 (GPL): Remove section.
6100 (GFDL): Include doclicense.texi rather than the actual text.
6101
6102 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
6103 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
6104
6105 * sasl.texi: Fix output file name.
6106
6107 * epa.texi, sasl.texi: Refer to license in Emacs manual.
6108
6109 * gnus-coding.texi: Refer to license in Gnus manual.
6110
6111 * idlwave.texi, sasl.texi: Use @copying.
6112
6113 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
6114
6115 * speedbar.texi: Update Back-Cover Text as per maintain.info.
6116
6117 * url.texi: Use @copying, @title, @subtitle, @author.
6118
6119 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
6120 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
6121 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
6122 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
6123 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
6124 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
6125 * widget.texi, woman.texi:
6126 Remove references to external license, since doclicense is included.
6127
6128 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
6129 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
6130 Remove references to non-existent Invariant Sections.
6131
6132 2008-06-14 Glenn Morris <rgm@gnu.org>
6133
6134 * faq.texi (Major packages and programs): Remove references to external
6135 Supercite, Calc, VIPER, since they have been included for some time.
6136 Update VM, AUCTeX, BBDB entries.
6137
6138 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
6139
6140 * newsticker.texi: Updated to match latest newsticker changes.
6141
6142 2008-06-13 Glenn Morris <rgm@gnu.org>
6143
6144 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
6145 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
6146 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
6147 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
6148 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
6149 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
6150 * woman.texi:
6151 Update Back-Cover Text as per maintain.info.
6152
6153 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6154
6155 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
6156
6157 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
6158 (gnus-faq.xml): Update repository host.
6159
6160 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
6161
6162 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
6163
6164 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
6165 Fix a typo.
6166
6167 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6168
6169 * gnus.texi (Mail Source Customization): Correct values of
6170 `mail-source-delete-incoming'. Reported by Tassilo Horn.
6171 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
6172
6173 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6174
6175 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
6176 coding standards.
6177
6178 2008-06-14 David Engster <dengste@eml.cc>
6179
6180 * gnus.texi (nnmairix): Markup fixes.
6181
6182 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6183
6184 * gnus.texi (nnmairix): Markup and other minor fixes.
6185
6186 2008-06-05 David Engster <dengste@eml.cc>
6187
6188 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
6189
6190 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6191
6192 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
6193 (Searching, nnir, nnmairix): New stub nodes.
6194
6195 2008-05-30 Felix Lee <felix.1@canids.net>
6196
6197 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
6198
6199 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6200
6201 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
6202
6203 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6204
6205 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
6206
6207 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
6208
6209 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
6210
6211 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
6212
6213 * info.texi (Top): Fix typo in xref.
6214
6215 2008-05-05 Karl Berry <karl@gnu.org>
6216
6217 * info.texi (Top): @xref to stand-alone manual.
6218
6219 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6220
6221 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
6222 (Various Summary Stuff): Fix typo in last xref.
6223
6224 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6225
6226 * org.texi (Moving subtrees): Fix typo.
6227
6228 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
6229
6230 * tramp.texi (Frequently Asked Questions): Explain, how to disable
6231 Tramp via `tramp-mode'.
6232
6233 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
6234
6235 * org.texi: Massive changes, in many parts of the file.
6236
6237 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6238
6239 * gnus.texi (Oort Gnus): Add message-fill-column.
6240
6241 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6242
6243 * gnus.texi (Mail Source Specifiers): Typo fix.
6244
6245 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6246
6247 * gnus.texi (Diary Headers Generation): Update key binding for
6248 `gnus-diary-check-message'.
6249
6250 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6251
6252 * gnus.texi (Emacsen): Addition.
6253
6254 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6255
6256 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
6257
6258 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6259
6260 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
6261
6262 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6263
6264 * gnus-news.texi: Update tool bar item.
6265
6266 2008-04-09 Sven Joachim <svenjoac@gmx.de>
6267
6268 * gnus-news.texi: Fix typos.
6269
6270 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
6271
6272 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
6273 Add mention of `kron'.
6274
6275 2008-04-01 Daiki Ueno <ueno@unixuser.org>
6276
6277 * epa.texi (Encrypting/decrypting *.gpg files):
6278 Document epa-file-name-regexp.
6279
6280 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6281
6282 * gnus.texi (Example Methods): Fix description about ssh-agent.
6283 (Indirect Functions): Fix the default value of nntp-telnet-command;
6284 remove link to connect.html.
6285
6286 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
6287
6288 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
6289 dbus-call-method.
6290 (Receiving Method Calls): The timeout can be set by the calling client.
6291
6292 * trampver.texi: Update release number.
6293
6294 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6295
6296 * gnus.texi (Top): Fix version. Add SASL.
6297
6298 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
6299
6300 Sync with Tramp 2.1.13.
6301
6302 * trampver.texi: Update release number.
6303
6304 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * org.texi: Update to new org-mode website.
6307
6308 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6309
6310 * cl.texi (For Clauses): Fix loop over key-seq to match code.
6311
6312 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6313
6314 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
6315 gnus-read-ephemeral-gmane-group-url,
6316 gnus-read-ephemeral-emacs-bug-group,
6317 gnus-read-ephemeral-debian-bug-group.
6318
6319 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6320
6321 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
6322
6323 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
6324 Add FIXMEs for Bookmarks and gnus-registry-marks.
6325
6326 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6327
6328 * gnus.texi (Smileys): Document `smiley-style'.
6329
6330 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6331
6332 * gnus.texi (Gnus Development): Clarify difference between ding and
6333 gnu.emacs.gnus.
6334 (MIME Commands, Using MIME, RSS): Fix markup.
6335
6336 * gnus-faq.texi ([8.4]): Ditto.
6337
6338 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6339
6340 * gnus.texi (Emacsen): Remove obsolete stuff.
6341
6342 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6343
6344 * gnus.texi (Oort Gnus): Add version info WRT
6345 `mail-source-delete-incoming'.
6346
6347 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6348
6349 * gnus.texi (Top): Add "Other related manuals" and version info in
6350 `iftex' output.
6351 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
6352 gnus-balloon-face-0 and the corresponding format specifiers.
6353
6354 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
6355
6356 * tramp.texi (Filename completion): Remove footnote about let-bind
6357 of `partial-completion-mode'. It doesn't work this way.
6358
6359 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6360
6361 * pcl-cvs.texi (Contributors): Update my email.
6362
6363 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
6364
6365 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
6366
6367 2008-03-17 Bill Wohler <wohler@newt.com>
6368
6369 * mh-e.texi (Viewing): Update URL for adding header fields to
6370 mh-invisible-header-fields-default.
6371
6372 2008-03-16 Bill Wohler <wohler@newt.com>
6373
6374 * mh-e.texi (Preface): Add Gnus to requirements.
6375 (Forwarding): Note that forwarded MIME messages are now inline.
6376
6377 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6378
6379 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
6380 (Common Variables): Give precedence to the netcat methods over the
6381 telnet methods, and mention that they are more reliable.
6382
6383 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
6384
6385 * org.texi (Exporting Agenda Views): Document agenda export to
6386 iCalendar.
6387 (Progress logging): Document the new progress logging stuff.
6388
6389 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6390
6391 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
6392 Update for change of `mail-source-delete-incoming'.
6393
6394 * gnus-news.texi: Ditto.
6395
6396 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6397
6398 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
6399 custom versions.
6400
6401 2008-03-07 Alan Mackenzie <acm@muc.de>
6402
6403 * cc-mode.texi (Limitations and Known Bugs): State that the number of
6404 parens/brackets in a k&r region is limited.
6405
6406 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6407
6408 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
6409 using different Emacs versions.
6410
6411 2008-02-27 Glenn Morris <rgm@gnu.org>
6412
6413 * sc.texi: Remove a lot of old and obsolete info.
6414 (titlepage): Simplify.
6415 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
6416 (VM with any Emacsen, GNEWS with any Emacsen)
6417 (Overloading for Non-conforming MUAs, Version 3 Changes)
6418 (The Supercite Mailing List): Delete nodes.
6419 (Introduction): Remove info about old packages.
6420 (Getting Connected): Simplify. Remove info about old packages.
6421 (Citing Commands): Delete Emacs 19 info.
6422 (Hints to MUA Authors): Simplify.
6423 (Thanks and History): Merge in some info from the deleted node
6424 "Version 3 Changes".
6425
6426 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
6427
6428 * org.texi (Setting tags, In-buffer settings):
6429 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
6430
6431 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6432
6433 * gnus-news.texi: Mention that spaces and tabs are allowed in the
6434 installation directory name.
6435
6436 2008-02-12 Romain Francoise <romain@orebokech.com>
6437
6438 * epa.texi (Overview): Fix typo.
6439
6440 2008-02-11 Daiki Ueno <ueno@unixuser.org>
6441
6442 * epa.texi (Quick start): Remove the .emacs setting.
6443
6444 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6445
6446 * epa.texi (Quick start): Use the command `epa-enable' instead of
6447 loading `epa-setup'.
6448
6449 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
6450
6451 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
6452 ($(infodir)/epa, epa.dvi): New targets.
6453
6454 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6455
6456 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
6457
6458 * epa.texi: New manual documenting the EasyPG Assistant.
6459
6460 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6461
6462 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
6463 (Inspection): New function dbus-ping.
6464
6465 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
6466
6467 * tramp.texi (Remote processes): Add `shell-command'.
6468
6469 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
6470
6471 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
6472 (Group Parameters): Document `mail-source' parameter.
6473
6474 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
6475
6476 * tramp.texi (Inline methods): The hostname of the su(do)? methods
6477 must be a local host.
6478
6479 2008-01-26 Michael Olson <mwolson@gnu.org>
6480
6481 * erc.texi: Update version for ERC 5.3 release.
6482 (Obtaining ERC): Update extras URLs for 5.3.
6483 (Development): Write instructions for git, and remove those for Arch.
6484 (History): Mention the switch to git.
6485
6486 2008-01-24 Karl Berry <karl@gnu.org>
6487
6488 * info.texi (Search Index, Search Text): Mention the command
6489 character in the section name, a la the (Go to node) node.
6490
6491 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
6492
6493 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
6494
6495 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6496
6497 * gnus-news.texi: Mention gnus-article-describe-bindings.
6498
6499 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6500
6501 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
6502
6503 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
6504
6505 * org.texi (Property inheritance): New section.
6506 (Conventions): New section.
6507 (Structure editing): Document C-RET, the prefix arg to the cut/copy
6508 commands, and the new bindings for refiling.
6509 (Sparse trees): Document the new special command for sparse trees.
6510 (References): Be more clear about the counting of hilines.
6511 (Handling links): Document M-p/n for accessing links.
6512 (Fast access to TODO states): New section.
6513 (Per file keywords): New section.
6514 (Property inheritance): New section.
6515 (Column attributes): New summary types.
6516 (Capturing Column View): New section.
6517 (The date/time prompt): Cover the new features in the date/time prompt.
6518 Compactify the table of keys for the calendar remote control.
6519 (Clocking work time): Document the new :scope parameter.
6520 (Remember): Promoted to chapter.
6521 (Quoted examples): New section.
6522 (Enhancing text): New verbatim environments.
6523
6524 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
6525
6526 * trampver.texi: Update release number.
6527
6528 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6529
6530 * gnus.texi (Article Keymap):
6531 Add gnus-article-wide-reply-with-original; fix descriptions of
6532 gnus-article-reply-with-original and
6533 gnus-article-followup-with-original.
6534
6535 2008-01-09 Glenn Morris <rgm@gnu.org>
6536
6537 * nxml-mode.texi: Add @copying section.
6538
6539 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6540
6541 * message.texi (Mail Variables): Add some text from "(gnus)Posting
6542 Server". Add `message-send-mail-with-mailclient'.
6543
6544 * gnus.texi (Posting Server): Move some text to "(message)Mail
6545 Variables" and add a reference here.
6546
6547 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
6548
6549 * dbus.texi (Receiving Method Calls): New chapter.
6550 (Errors and Events): Add serial number to events. Replace "signal" by
6551 "message". Introduce dbus-event-serial-number.
6552
6553 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
6554
6555 * dbus.texi (Type Conversion): Explain the type specification for empty
6556 arrays. Use another example.
6557
6558 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
6559
6560 * dbus.texi (all): Replace "..." by @dots{}.
6561 (Type Conversion): Precise the value range for :byte types.
6562 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
6563 Mention its return value.
6564 (Errors and Events): There is no D-Bus error propagation during event
6565 processing.
6566
6567 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
6568
6569 * calc.tex (Yacas Language, Maxima Language, Giac Language):
6570 New sections.
6571
6572 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6573
6574 * gnus.texi (Group Parameters): Reorder the text and add a note about
6575 `gnus-parameters' near the beginning of the node.
6576
6577 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6578
6579 * gnus.texi (Score File Editing): Fix function name.
6580
6581 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
6582
6583 Sync with Tramp 2.1.12.
6584
6585 * trampver.texi: Update release number.
6586
6587 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
6588
6589 * dbus.texi (Type Conversion): Correct input parameters mapping.
6590
6591 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
6592
6593 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
6594 (Errors and Events): Mention wrong-type-argument error.
6595
6596 2007-12-21 Alex Schroeder <alex@gnu.org>
6597
6598 * rcirc.texi: Changed single spaces after sentence end to double
6599 spaces. Fixed some typos.
6600 (Internet Relay Chat): Explain relay.
6601 (Getting started with rcirc): Change items to reflect prompts.
6602 Add more explanation to rcirc-track-minor-mode and added a comment to
6603 warn future maintainers that this section is a copy.
6604 (People): Change /ignore example.
6605 (Keywords): Not keywords.
6606
6607 2007-12-20 Alex Schroeder <alex@gnu.org>
6608
6609 * rcirc.texi (Top): Fighting Information Overload chapter added.
6610 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
6611 (rcirc commands): Move /ignore command to the new chapter.
6612 (Fighting Information Overload): New chapter documenting /keyword,
6613 /bright, /dim, channel ignore, and low priority channels.
6614 (Configuration): Document rcirc-server-alist, remove
6615 rcirc-startup-channels-alist and rcirc-default-server.
6616
6617 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
6618
6619 * dbus.texi (Signals): Fix example in dbus-register-signal.
6620
6621 2007-12-14 Sven Joachim <svenjoac@gmx.de>
6622
6623 * gnus.texi (Score Variables): Fix typo.
6624
6625 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
6626
6627 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
6628 (Signals): Adapt dbus-send-signal and dbus-register-signal.
6629 (Errors and Events): Adapt dbus-event.
6630
6631 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6632
6633 * gnus.texi (Other Files): Add the yenc command.
6634
6635 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
6636
6637 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
6638 since 2004-08-06.
6639
6640 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6641
6642 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
6643 on body.
6644
6645 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6646
6647 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
6648 and rfc2047-allow-irregular-q-encoded-words; fix description of
6649 rfc2047-encode-encoded-words.
6650
6651 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6652
6653 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
6654
6655 2007-12-05 Michael Olson <mwolson@gnu.org>
6656
6657 * remember.texi (Diary): Remove "require" line for remember-diary.el.
6658 Update documentation for `remember-diary-file'.
6659
6660 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
6661
6662 * dbus.texi (Signals): Precise `dbus-register-signal'.
6663 (Errors and Events): Rework events part, the internal structure of
6664 dbus-event has changed.
6665
6666 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
6667
6668 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
6669 ($(infodir)/dbus, dbus.dvi): New targets.
6670
6671 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
6672
6673 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
6674 unconditionally.
6675
6676 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
6677 emulation with @print{}.
6678
6679 2007-12-02 Richard Stallman <rms@gnu.org>
6680
6681 * dbus.texi (Overview): Minor cleanup.
6682
6683 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
6684
6685 * Makefile.in (INFO_TARGETS): Add dbus.
6686 (DVI_TARGETS): Add dbus.dvi.
6687 (dbus, dbus.dvi): New targets.
6688
6689 * dbus.texi: New file.
6690
6691 2007-11-24 Romain Francoise <romain@orebokech.com>
6692
6693 * nxml-mode.texi: Add description in @direntry.
6694 Fix file name to match @setfilename.
6695
6696 2007-11-23 Mark A. Hershberger <mah@everybody.org>
6697
6698 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6699 ($(infodir)/nxml-mode): New rule.
6700
6701 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6702 ($(infodir)/nxml-mode): New rule.
6703 (clean): Add nxml-mode*.
6704
6705 * nxml-mode.texi: New file with nxml manual.
6706
6707 2007-11-18 Richard Stallman <rms@gnu.org>
6708
6709 * flymake.texi (Example -- Configuring a tool called directly):
6710 Update example.
6711
6712 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
6713
6714 * tramp.texi (Filename completion): Simplify explanation of
6715 double-slash behavior. Explain directory contents flushing.
6716
6717 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6718
6719 * calc.texi (TeX and LaTeX Language Modes): Put in
6720 missing braces.
6721
6722 2007-11-15 Richard Stallman <rms@gnu.org>
6723
6724 * cl.texi (Equality Predicates): Delete `eql'.
6725 (Predicates, Naming Conventions, Top): Delete `eql'.
6726 (Common Lisp Compatibility): Delete `eql'.
6727 (Porting Common Lisp): Delete obsolete backquote info.
6728 Minor clarification about character constants.
6729 (Sequence Basics): Minor clarification.
6730
6731 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
6732
6733 * cc-mode.texi (Electric Keys, Custom Macros):
6734 * tramp.texi (Filename completion): Fix typos.
6735
6736 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
6737
6738 * calc.texi (Basic commands): Mention the menu.
6739
6740 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
6741
6742 * tramp.texi (Connection caching): Tramp flushes connection
6743 properties when remote operating system has been changed.
6744
6745 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
6746
6747 * gnus-news.texi: Fix spelling.
6748 `message-insert-formatted-citation-line', not
6749 `message-insert-formated-citation-line'.
6750
6751 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
6752
6753 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
6754
6755 * tramp.texi (Overview): Mention also the PuTTY integration under
6756 w32. Remove paragraphs about Tramp's experimental status.
6757 (Frequently Asked Questions): Add code example for highlighting the
6758 mode line.
6759
6760 2007-11-03 Michael Olson <mwolson@gnu.org>
6761
6762 * remember.texi: Change mentions of remember-buffer to
6763 remember-finalize throughout.
6764
6765 2007-10-30 Michael Olson <mwolson@gnu.org>
6766
6767 * remember.texi (Copying): Remove.
6768 (Mailbox): Update with non-BBDB instructions.
6769 (Diary, Org): Add.
6770 (Bibliography, Planner Page): Remove.
6771
6772 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
6773
6774 * makefile.w32-in (INFO_TARGETS): Add remember.
6775 (DVI_TARGETS): Add remember.dvi.
6776 ($(infodir)/remember): New rule.
6777 (clean): Add remember*.
6778
6779 2007-10-30 Michael Olson <mwolson@gnu.org>
6780
6781 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
6782 ($(infodir)/remember): New rule that builds the Remember Manual.
6783
6784 * remember.texi: New file containing the Remember Mode Manual.
6785 Shuffle chapters around after initial import.
6786 (Function Reference): Split Keystrokes into separate chapter.
6787 (Keystrokes): Document C-c C-k.
6788 (Introduction): Fix typographical issue with "---".
6789
6790 2007-10-29 Richard Stallman <rms@gnu.org>
6791
6792 * widget.texi (Introduction): Delete discussion of implementation
6793 internals.
6794
6795 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
6796
6797 * tramp.texi (Connection caching): Host names must be different
6798 when tunneling.
6799
6800 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6801
6802 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
6803 Gnus v5.13.
6804
6805 2007-10-28 Miles Bader <miles@gnu.org>
6806
6807 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
6808
6809 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6810
6811 * gnus.texi (Sorting the Summary Buffer):
6812 Remove gnus-article-sort-by-date-reverse.
6813
6814 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6815
6816 * gnus.texi (Non-ASCII Group Names): New node.
6817 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
6818 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
6819
6820 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6821
6822 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
6823 clean the output of the program `imap-shell-program'.
6824
6825 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6826
6827 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
6828
6829 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
6830
6831 * gnus.texi (Sticky Articles): Documentation for sticky article
6832 buffers.
6833
6834 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6835
6836 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
6837
6838 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6839
6840 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
6841
6842 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6843
6844 * gnus.texi (Archived Messages):
6845 Document gnus-update-message-archive-method.
6846
6847 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6848
6849 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
6850
6851 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6852
6853 * gnus.texi (Group Maneuvering):
6854 Document `gnus-summary-next-group-on-exit'.
6855
6856 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6857
6858 * gnus.texi (Really Various Summary Commands):
6859 Mention gnus-auto-select-on-ephemeral-exit.
6860
6861 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6862
6863 * gnus.texi, message.texi: Bump version number.
6864
6865 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6866
6867 * gnus.texi (Group Line Specification, Misc Group Stuff)
6868 (Server Commands): Parenthesize @pxref{Mail Spool}.
6869
6870 2007-10-28 Didier Verna <didier@xemacs.org>
6871
6872 New user option: message-signature-directory.
6873 * message.texi (Insertion Variables): Document it.
6874 * gnus.texi (Posting Styles): Ditto.
6875
6876 2007-10-28 Didier Verna <didier@xemacs.org>
6877
6878 * gnus.texi (Group Line Specification):
6879 * gnus.texi (Misc Group Stuff):
6880 * gnus.texi (Server Commands): Document the group compaction feature.
6881
6882 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6883
6884 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
6885
6886 * message.texi (Various Message Variables): Add message-fill-column.
6887
6888 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6889
6890 * gnus.texi: Untabify.
6891
6892 2007-10-28 Didier Verna <didier@xemacs.org>
6893
6894 * gnus.texi (Group Parameters): Document the posting-style merging
6895 process in topic-mode.
6896
6897 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6898
6899 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
6900
6901 2007-10-28 Romain Francoise <romain@orebokech.com>
6902
6903 * gnus.texi (Mail Spool): Fix typo.
6904 Update copyright.
6905
6906 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6907
6908 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
6909
6910 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6911
6912 * gnus.texi (Summary Generation Commands):
6913 Add gnus-summary-insert-ticked-articles.
6914
6915 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6916
6917 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
6918 to spam-spamassassin-program.
6919
6920 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6921
6922 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
6923
6924 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6925
6926 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
6927
6928 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6929
6930 * message.texi (Mail Headers): Document `opportunistic'.
6931
6932 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6933
6934 * emacs-mime.texi (Encoding Customization): Explain how to set
6935 mm-coding-system-priorities per hierarchy.
6936
6937 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6938
6939 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
6940 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
6941
6942 2007-10-28 Didier Verna <didier@xemacs.org>
6943
6944 * message.texi (Wide Reply): Update documentation of
6945 message-dont-reply-to-names (now allowing a list of regexps).
6946
6947 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6948
6949 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
6950
6951 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6952
6953 * gnus.texi (SpamAssassin back end): Fix typo.
6954
6955 * sieve.texi (Examples): Fix grammar.
6956
6957 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6958
6959 * gnus.texi (Searching for Articles): Document M-S and M-R.
6960 (Limiting): Document / b.
6961
6962 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6963
6964 * gnus.texi (Thread Commands): T M-^.
6965
6966 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6967
6968 * message.texi (Mail Aliases): Document ecomplete.
6969 (Mail Aliases): Fix typo.
6970
6971 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6972
6973 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
6974 fix typo.
6975
6976 2007-10-28 Romain Francoise <romain@orebokech.com>
6977
6978 * gnus.texi (Mail Spool): Grammar fix.
6979
6980 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6981
6982 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
6983 string.
6984
6985 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6986
6987 * gnus.texi (Group Parameters): Fix description.
6988
6989 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6990
6991 * gnus.texi (Gmane Spam Reporting):
6992 Fix spam-report-gmane-use-article-number.
6993 Add spam-report-user-mail-address.
6994
6995 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6996
6997 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
6998
6999 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7000
7001 * gnus.texi (Group Parameters): Add simplified sorting example based on
7002 example for `Sorting the Summary Buffer' from Jari Aalto
7003 <jari.aalto@cante.net>.
7004 (Example Methods): Add example for an indirect connection.
7005
7006 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
7007
7008 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
7009 (Agent Parameters): Update parameter names to match code.
7010 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
7011 'gnus-agent-summary-fetch-series'.
7012 (Agent and flags): New section providing a generalized discussion
7013 of flag handling.
7014 (Agent and IMAP): Remove flag discussion.
7015 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
7016
7017 2007-10-28 Romain Francoise <romain@orebokech.com>
7018
7019 * gnus.texi (Exiting the Summary Buffer): Add new function
7020 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
7021
7022 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7023
7024 * gnus.texi (Conformity): Fix typo.
7025 (Customizing Articles): Document `first'.
7026
7027 2007-10-28 Jari Aalto <jari.aalto@cante.net>
7028
7029 * gnus.texi (Sorting the Summary Buffer):
7030 Add `gnus-thread-sort-by-date-reverse'. Add example
7031 host to different sorting in NNTP and RSS groups.
7032
7033 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7034
7035 * message.texi (Insertion): Describe prefix for
7036 message-mark-inserted-region and message-mark-insert-file.
7037
7038 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7039
7040 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
7041 LaTeX documents. Describe "text/x-gnus-verbatim".
7042
7043 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7044
7045 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7046 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
7047 (spam-stat spam filtering, SpamOracle)
7048 (Extending the Spam ELisp package): Remove extra quote symbol for
7049 clarity.
7050
7051 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7052
7053 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
7054 gnus-article-delete-part and gnus-article-replace-part.
7055 (Using MIME): Add gnus-mime-replace-part.
7056
7057 2007-10-28 Romain Francoise <romain@orebokech.com>
7058
7059 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
7060 requires `auto-compression-mode' to be enabled. Add new nnml
7061 variable `nnml-compressed-files-size-threshold'.
7062
7063 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7064
7065 * gnus.texi (Sorting the Summary Buffer):
7066 Add gnus-thread-sort-by-recipient.
7067
7068 2007-10-28 Romain Francoise <romain@orebokech.com>
7069
7070 * message.texi (Insertion Variables): Mention new variable
7071 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
7072 documentation accordingly.
7073
7074 2007-10-28 Romain Francoise <romain@orebokech.com>
7075
7076 * gnus.texi (To From Newsgroups): Mention new variables
7077 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
7078
7079 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7080
7081 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
7082 stuff; gnus-mime-inline-part does the automatic decompression.
7083
7084 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7085
7086 * gnus.texi (Spam ELisp Package Configuration Examples):
7087 "training.ham" should be "training.spam".
7088
7089 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7090
7091 * message.texi (Mail Variables): Fix the default value for
7092 message-send-mail-function.
7093
7094 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7095
7096 * gnus.texi (Optional Back End Functions): nntp-request-update-info
7097 always returns nil exceptionally.
7098
7099 2007-10-28 Simon Josefsson <jas@extundo.com>
7100
7101 * gnus.texi (Article Washing): Add libidn URL.
7102 Suggested by Michael Cook <michael@waxrat.com>.
7103
7104 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7105
7106 * gnus.texi (Topic Commands): Fix next/previous.
7107
7108 2007-10-28 Simon Josefsson <jas@extundo.com>
7109
7110 * gnus.texi (Article Washing): Mention `W i'.
7111
7112 2007-10-28 Jochen KĂ¼pper <jochen@fhi-berlin.mpg.de>
7113
7114 * gnus.texi (Group Parameters): Slight extension of sieve
7115 parameter description.
7116
7117 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7118
7119 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
7120 matching score files as well.
7121 (Picons): Describe `gnus-picon-style'.
7122
7123 2007-10-28 Romain Francoise <romain@orebokech.com>
7124
7125 * message.texi (Message Headers): Mention that headers are hidden
7126 using narrowing, and how to expose them.
7127 Update copyright.
7128
7129 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7130
7131 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
7132 `gnus-summary-sort-by-recipient'.
7133
7134 2007-10-28 Romain Francoise <romain@orebokech.com>
7135
7136 * gnus.texi (NNTP marks): New node.
7137 (NNTP): Move NNTP marks variables to the new node.
7138
7139 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7140
7141 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
7142
7143 * gnus.texi (MIME Commands, Hashcash): Markup fix.
7144
7145 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7146
7147 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
7148 everywhere for consistency.
7149 (Filtering Spam Using The Spam ELisp Package): Admonish again.
7150 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
7151 Say "regular expression" instead of "regex." Admonish.
7152 Pick other words to sound better (s/so/thus/).
7153 (Spam ELisp Package Filtering of Incoming Mail):
7154 Mention statistical filters. Remove old TODO.
7155 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
7156 New section on sorting and displaying the spam score.
7157 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
7158 backend but an alias to spam-use-BBDB.
7159 (Extending the Spam ELisp package): Rewrite the example using the
7160 new backend functionality.
7161
7162 2007-10-28 Simon Josefsson <jas@extundo.com>
7163
7164 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
7165 nntp-marks-directory, from Romain Francoise
7166 <romain@orebokech.com>.
7167
7168 2007-10-28 Magnus Henoch <mange@freemail.hu>
7169
7170 * gnus.texi (Hashcash): New default value of
7171 hashcash-default-payment.
7172
7173 2007-10-28 Simon Josefsson <jas@extundo.com>
7174
7175 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
7176 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
7177
7178 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7179
7180 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
7181
7182 2007-10-28 Simon Josefsson <jas@extundo.com>
7183
7184 * gnus.texi (documentencoding): Add, to avoid warnings.
7185
7186 2007-10-28 Simon Josefsson <jas@extundo.com>
7187
7188 * message.texi (Mail Headers): Add.
7189
7190 * gnus.texi (Hashcash): Fix.
7191
7192 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7193
7194 * gnus.texi (Hashcash): Change location of library, also mention
7195 that payments can be verified and fix the name of the
7196 hashcash-path variable.
7197
7198 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7199
7200 * gnus.texi (Article Display): Add `gnus-picon-style'.
7201
7202 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7203
7204 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
7205
7206 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7207
7208 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7209 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
7210 warning about ham processors in spam groups removed.
7211
7212 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7213
7214 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
7215 From Hubert Chan <hubert@uhoreg.ca>.
7216
7217 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7218
7219 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
7220 (Mailing List): Typo.
7221 (Customizing Articles): Add gnus-treat-ansi-sequences.
7222 (Article Washing): Index.
7223
7224 * message.texi: Use m-dash consistently.
7225
7226 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7227
7228 * gnus.texi (GroupLens): Remove.
7229
7230 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
7231
7232 * gnus.texi (Outgoing Messages, Agent Variables):
7233 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
7234 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
7235
7236 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7237
7238 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
7239
7240 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7241
7242 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
7243
7244 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
7245
7246 2007-10-28 Simon Josefsson <jas@extundo.com>
7247
7248 * gnus.texi (Top): Add SASL.
7249
7250 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7251
7252 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
7253
7254 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7255
7256 * gnus.texi (Troubleshooting): Adjust Gnus version number.
7257
7258 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
7259
7260 * calc.texi (Formulas, Composition Basics): Lower the
7261 precedence of negation.
7262
7263 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
7264
7265 * ses.texi (The Basics): Mention how to create a new spreadsheet.
7266 Mention the new three-letter column identifiers.
7267 (More on cell printing): Calculate-cell and truncate-cell are now `c'
7268 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
7269 message when using `c' on an empty default with default printer.
7270 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
7271 renamed to `ses--symbolic-formulas' some time ago.
7272
7273 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
7274
7275 * calc.texi (Default Simplifications, Making Selections)
7276 (Customizing Calc): Clarify associativity of multiplication.
7277
7278 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
7279
7280 * tramp.texi (Traces and Profiles): Simplify loop over
7281 `trace-function-background'.
7282
7283 2007-10-22 Juri Linkov <juri@jurta.org>
7284
7285 * dired-x.texi (Shell Command Guessing): Default values are now
7286 available by typing M-n instead of M-p.
7287
7288 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
7289
7290 * tramp.texi (Cleanup remote connections): New section.
7291 (Password caching): Remove `tramp-clear-passwd'.
7292 It's not a command anymore.
7293 (Bug Reports): Add `tramp-bug' to function index.
7294 (Function Index, Variable Index): New nodes.
7295 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
7296
7297 * trampver.texi: Update release number.
7298
7299 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7300
7301 * calc.texi (History and Acknowledgements): Turn comment
7302 about integer size into past tense.
7303 (Time Zones): Remove pointer to Calc author's address.
7304 (Trigonometric and Hyperbolic Functions): Mention cotangent
7305 and hyperbolic cotangent. Fix typo.
7306
7307 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
7308
7309 Sync with Tramp 2.1.11.
7310
7311 * trampver.texi: Update release number.
7312
7313 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
7314
7315 * tramp.texi (External packages): New section.
7316
7317 2007-09-29 Juri Linkov <juri@jurta.org>
7318
7319 * info.texi (Help-Int): Document `L' (`Info-history').
7320
7321 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7322
7323 * org.texi: Change links to webpage and maintained email.
7324 (Remember): Promote to Chapter, significant changes.
7325 (Fast access to TODO states): New section.
7326 (Faces for TODO keywords): New section.
7327 (Export options): Example for #+DATE.
7328 (Progress logging): Section moved.
7329
7330 2007-09-26 Bill Wohler <wohler@newt.com>
7331
7332 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
7333 browse-url-at-mouse.
7334
7335 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
7336
7337 * flymake.texi (Customizable variables): Face names don't end in -face.
7338 Fix flymake-err-line-patterns template.
7339 (Example -- Configuring a tool called directly): Fix init-function.
7340 (Highlighting erroneous lines): Face names don't end in -face.
7341
7342 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
7343
7344 * erc.texi (Special-Features): Fix small typo.
7345
7346 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
7347
7348 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
7349 and "External transfer methods".
7350
7351 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
7352
7353 * calc.texi (Predefined Units): Add some history.
7354
7355 2007-09-08 Michael Olson <mwolson@gnu.org>
7356
7357 * erc.texi (Copying): New section included from gpl.texi.
7358 This matches the look of the upstream ERC manual.
7359
7360 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
7361
7362 * calc.texi (History and Acknowledgements): Adjust the "thanks".
7363 (Random Numbers): Clarify the distribution of `random'.
7364
7365 2007-09-06 Glenn Morris <rgm@gnu.org>
7366
7367 Move manual sources from man/ to subdirectories of doc/.
7368 Split into the Emacs manual in emacs/, and other manuals in misc/.
7369 Change all setfilename commands to use ../../info.
7370 * Makefile.in: Move the parts of the old man/Makefile.in that do not
7371 refer to the Emacs manual here.
7372 (infodir): New variable.
7373 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
7374 (cc-mode.texi, faq.texi): Update references to source file locations.
7375 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
7376 do not refer to the Emacs manual here.
7377 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
7378
7379 * Makefile.in: Add `basename' versions of all info targets, for
7380 convenience when rebuilding just one manual.
7381 (../etc/GNU): Delete obsolete target.
7382 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
7383 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
7384 *.vrs *.toc here...
7385 (maintainer-clean): ...from here.
7386
7387 * makefile.w32-in (../etc/GNU): Delete obsolete target.
7388
7389 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
7390
7391 * calc.texi (Date Conversions): Clarify definition of
7392 Julian day numbering.
7393 (Date Forms): Clarify definition of Julian day numbering;
7394 add some history.
7395
7396 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7397
7398 * org.texi: Version 5.07.
7399
7400 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7401
7402 * message.texi (MIME): Replace mml-attach with mml-attach-file.
7403
7404 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7405
7406 * org.texi (Adding hyperlink types): New section.
7407 (Embedded LaTeX): Chapter updated because of LaTeX export.
7408 (LaTeX export): New section.
7409 (Using links out): New section.
7410
7411 2007-08-22 Glenn Morris <rgm@gnu.org>
7412
7413 * faq.texi (Learning how to do something): Refcards now in
7414 etc/refcards/ directory.
7415
7416 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7417
7418 * tramp.texi (Remote Programs): Persistency file must be cleared when
7419 changing `tramp-remote-path'.
7420 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
7421 macro.
7422
7423 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7424
7425 * calc.texi: Move contents to beginning of file.
7426 (Algebraic Entry): Fix the formatting of an example.
7427
7428 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7429
7430 * calc.texi (Basic Operations on Units): Mention exact versus
7431 inexact conversions.
7432
7433 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7434
7435 * calc.texi (Basic Operations on Units): Mention default
7436 values for new units.
7437 (Quick Calculator Mode): Mention that binary format will
7438 be displayed.
7439
7440 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7441
7442 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
7443
7444 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7445
7446 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
7447
7448 2007-08-08 Glenn Morris <rgm@gnu.org>
7449
7450 * gnus.texi, sieve.texi: Replace `iff'.
7451
7452 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7453
7454 * calc.texi (Basic Graphics): Mention the graphing of error
7455 forms.
7456 (Graphics Options): Mention how `g s' handles error forms.
7457 (Curve Fitting): Mention plotting the curves.
7458 (Standard Nonlinear Models): Add additional models.
7459 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
7460 (Linear Fits): Correct result.
7461
7462 2007-08-01 Alan Mackenzie <acm@muc.de>
7463
7464 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
7465 to "--no-site-file".
7466
7467 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7468
7469 * tramp.texi (Frequently Asked Questions): Point to mode line
7470 extension in Emacs 23.1.
7471
7472 * trampver.texi: Update release number.
7473
7474 2007-07-27 Glenn Morris <rgm@gnu.org>
7475
7476 * calc.texi (Copying): Include license text from gpl.texi, rather than
7477 in-line.
7478
7479 2007-07-25 Glenn Morris <rgm@gnu.org>
7480
7481 * calc.texi (Copying): Replace license with GPLv3.
7482
7483 * Relicense all FSF files to GPLv3 or later.
7484
7485 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7486
7487 Sync with Tramp 2.1.10.
7488
7489 * tramp.texi (trampfn): Expand macro implementation in order to handle
7490 empty arguments.
7491 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
7492 occurrences by trampfn.
7493 (Frequently Asked Questions): Extend example code for host
7494 identification in the modeline. Add bbdb to approaches shortening Tramp
7495 file names to be typed.
7496
7497 * trampver.texi: Update release number.
7498
7499 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7500
7501 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
7502 section. Reported by <poti@potis.org>.
7503 (Remote processes): Arguments of the program to be debugged are taken
7504 literally.
7505 (Frequently Asked Questions): Simplify recentf example.
7506
7507 2007-07-14 Karl Berry <karl@gnu.org>
7508
7509 * info.texi (@copying): New Back-Cover Text.
7510
7511 * info.texi (Quitting Info): Move to proper place in source.
7512 (Reported by Benno Schulenberg.)
7513
7514 2007-07-13 Eli Zaretskii <eliz@gnu.org>
7515
7516 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
7517
7518 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
7519
7520 * emacs-mime.texi: Add @documentencoding directive.
7521
7522 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7523
7524 * tramp.texi (Remote processes): Add an anchor to the subsection
7525 "Running a debugger on a remote host".
7526
7527 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
7528
7529 * tramp.texi (Remote processes): Don't call it "experimental" any
7530 longer. Add subsection about running a debugger on a remote host.
7531
7532 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7533
7534 * org.texi (Properties and columns): Chapter rewritten.
7535
7536 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7537
7538 * tramp.texi:
7539 * trampver.texi: Migrate to Tramp 2.1.
7540
7541 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7542
7543 * org.texi (Properties): New chapter.
7544
7545 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
7546
7547 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
7548 Control Panel.
7549
7550 * gnus.texi (Misc Article): Add index entry for
7551 gnus-single-article-buffer.
7552
7553 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
7554
7555 * gnus.texi (Starting Up): Fix typo.
7556
7557 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
7558
7559 * gnus.texi (Asynchronous Fetching): Fix typo.
7560
7561 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7562
7563 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
7564 (About This Manual): Remove redundant information.
7565 (Getting Started): Mention author.
7566 (Basic Arithmetic, Customizing Calc): Make description of the
7567 variable `calc-multiplication-has-precedence' match its new effect.
7568
7569 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7570
7571 * calc.texi (Basic Arithmetic, Customizing Calc):
7572 Mention the variable `calc-multiplication-has-precedence'.
7573
7574 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
7575
7576 * org.texi (Tag): Section swapped with node Timestamps.
7577 (Formula syntax for Lisp): Document new `L' flag.
7578
7579 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
7580
7581 * gnus.texi (Misc Group Stuff, Summary Buffer)
7582 (Server Commands, Article Keymap): Fix typo. s/function/command/.
7583
7584 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7585
7586 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
7587 * gnus.texi (Article Buttons, Mail Source Customization)
7588 (Sending or Not Sending, Customizing NNDiary):
7589 * message.texi (Message Headers):
7590 * mh-e.texi (HTML): Fix typos.
7591
7592 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
7593
7594 Sync with Tramp 2.0.56.
7595
7596 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
7597 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
7598
7599 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7600
7601 * Version 22.1 released.
7602
7603 2007-05-26 Michael Olson <mwolson@gnu.org>
7604
7605 * erc.texi (Modules): Fix references to completion modules.
7606
7607 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
7608
7609 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
7610
7611 2007-05-09 Didier Verna <didier@xemacs.org>
7612
7613 * gnus.texi (Email Based Diary): New. Proper documentation for the
7614 nndiary back end and the gnus-diary library.
7615
7616 2007-05-03 Karl Berry <karl@gnu.org>
7617
7618 * .cvsignore (*.pdf): New entry.
7619
7620 * texinfo.tex: Update from current version for better pdf generation.
7621
7622 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
7623
7624 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
7625
7626 2007-04-28 Glenn Morris <rgm@gnu.org>
7627
7628 * faq.texi (New in Emacs 22): Restore mention of python.el pending
7629 consideration of legal status.
7630
7631 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
7632
7633 * idlwave.texi: Minor updates for IDLWAVE 6.1.
7634
7635 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
7636
7637 * faq.texi (New in Emacs 22): python.el removed.
7638
7639 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
7640
7641 * calc.texi (Reporting bugs): Update maintainer's address.
7642
7643 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
7644
7645 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
7646
7647 2007-04-15 Jay Belanger <belanger@truman.edu>
7648
7649 * calc.texi (Title page): Remove the date.
7650 (Basic Arithmetic): Emphasize that / binds less strongly than *.
7651 (The Standard Calc Interface): Change trail title.
7652 (Floats): Mention that when non-decimal floats are entered, only
7653 approximations are stored.
7654 (Copying): Move to the appendices.
7655 (GNU Free Documentation License): Add as an appendix.
7656
7657 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7658
7659 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
7660 * dired-x.texi, ebrowse.texi, ediff.texi:
7661 * emacs-mime.texi, erc.texi, eshell.texi:
7662 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
7663 * idlwave.texi, message.texi, newsticker.texi, org.texi:
7664 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
7665 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
7666 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
7667 * woman.texi: Include GFDL.
7668
7669 * doclicense.texi: Remove node heading, so that it can be included by
7670 other files.
7671
7672 * dired-x.texi: Relicence under GFDL. Remove date from title page.
7673
7674 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
7675 than *.
7676
7677 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
7678
7679 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
7680 in Calc.
7681
7682 2007-04-09 Romain Francoise <romain@orebokech.com>
7683
7684 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
7685 Mac OS ports. Make it clear that mouse-1 complements and doesn't
7686 replace mouse-2.
7687
7688 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
7689
7690 * woman.texi (Word at point, Interface Options): woman-topic-at-point
7691 renamed to woman-use-topic-at-point. Document new behavior.
7692
7693 2007-04-08 Richard Stallman <rms@gnu.org>
7694
7695 * url.texi: Fix some indexing.
7696 (Disk Caching): Drop discussion of old/other Emacs versions.
7697
7698 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
7699
7700 * url.texi (Disk Caching): Say Emacs 21 "and later".
7701
7702 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
7703 on Font locking which now mentions JIT lock.
7704
7705 2007-04-01 Michael Olson <mwolson@gnu.org>
7706
7707 * erc.texi: Update for the ERC 5.2 release.
7708
7709 2007-03-31 David Kastrup <dak@gnu.org>
7710
7711 * woman.texi (Topic, Interface Options): Explain changes semantics of
7712 woman-manpath in order to consider MANPATH_MAP entries.
7713
7714 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7715
7716 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
7717
7718 2007-03-26 Richard Stallman <rms@gnu.org>
7719
7720 * pgg.texi (Caching passphrase): Clean up previous change.
7721
7722 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
7723
7724 * gnus.texi (Setting Process Marks): Fix typo.
7725
7726 2007-03-25 Romain Francoise <romain@orebokech.com>
7727
7728 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
7729 readability, and include various fixes by Daniel Brockman, Nick Roberts
7730 and Dieter Wilhelm.
7731
7732 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
7733
7734 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
7735
7736 * gnus.texi (Mail Source Specifiers): Fix typo.
7737
7738 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
7739
7740 * reftex.texi (Imprint): Update maintainer information.
7741
7742 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7743
7744 * message.texi (Message Buffers): Update documentation for
7745 message-generate-new-buffers.
7746
7747 2007-03-15 Daiki Ueno <ueno@unixuser.org>
7748
7749 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
7750
7751 2007-03-21 Glenn Morris <rgm@gnu.org>
7752
7753 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
7754
7755 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
7756
7757 * eshell.texi (Known problems): Emacs 21 -> 22.
7758
7759 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
7760
7761 2007-03-18 Jay Belanger <belanger@truman.edu>
7762
7763 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
7764
7765 2007-03-12 Glenn Morris <rgm@gnu.org>
7766
7767 * calc.texi (Time Zones): Switch to new North America DST rule.
7768
7769 * calc.texi: Replace "daylight savings" with "daylight
7770 saving" in text throughout.
7771
7772 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7773
7774 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
7775 The variable now uses a list of symbols instead of just a symbol.
7776 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7777
7778 2007-03-06 Romain Francoise <romain@orebokech.com>
7779
7780 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
7781 new packages, and mention Gnus update.
7782
7783 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7784
7785 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
7786 nntp-open-connection-functions-never-echo-commands.
7787
7788 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
7789
7790 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
7791 problems on the console, and security risk in not using gpg-agent.
7792
7793 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
7794
7795 * org.texi (The spreadsheet): Rename from "Table calculations".
7796 Completely reorganized and rewritten.
7797 (CamelCase links): Section removed.
7798 (Repeating items): New section.
7799 (Tracking TODO state changes): New section.
7800 (Agenda views): Chapter reorganized and rewritten.
7801 (HTML export): Section rewritten.
7802 (Tables in arbitrary syntax): New section.
7803 (Summary): Better feature summary.
7804 (Activation): Document problem with cut-and-paste of Lisp code
7805 from PDF files.
7806 (Visibility cycling): Document indirect buffer use.
7807 (Structure editing): Document sorting.
7808 (Remember): Section rewritten.
7809 (Time stamps): Better description of time stamp types.
7810 (Tag searches): Document regular expression search for tags.
7811 (Stuck projects): New section.
7812 (In-buffer settings): New keywords.
7813 (History and Acknowledgments): Update description.
7814
7815 2007-02-24 Alan Mackenzie <acm@muc.de>
7816
7817 * cc-mode.texi (Movement Commands): Insert two missing command names.
7818 (Getting Started): Slight wording correction (use conditional).
7819
7820 2007-02-22 Kim F. Storm <storm@cua.dk>
7821
7822 * widget.texi (User Interface, Basic Types): Document need to put some
7823 text before the %v escape in :format string in editable-field widget.
7824
7825 2007-02-18 Romain Francoise <romain@orebokech.com>
7826
7827 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
7828 `cvs-mode-quit'.
7829
7830 2007-02-10 Markus Triska <markus.triska@gmx.at>
7831
7832 * widget.texi (Programming Example): Put constant strings in :format.
7833
7834 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
7835
7836 * faq.texi (Fullscreen mode on MS-Windows): New node.
7837
7838 2007-02-04 David Kastrup <dak@gnu.org>
7839
7840 * faq.texi (AUCTeX): Update version number. Should probably be done
7841 for other packages as well.
7842
7843 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7844
7845 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
7846 <tassilo@member.fsf.org>.
7847
7848 2007-01-27 Eli Zaretskii <eliz@gnu.org>
7849
7850 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
7851 ls-lisp-use-localized-time-format.
7852
7853 2007-01-20 Markus Triska <markus.triska@gmx.at>
7854
7855 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
7856
7857 2007-01-13 Michael Olson <mwolson@gnu.org>
7858
7859 * erc.texi (Modules): Mention capab-identify module.
7860
7861 2007-01-05 Michael Olson <mwolson@gnu.org>
7862
7863 * erc.texi (Getting Started): Update for /RECONNECT command.
7864
7865 2007-01-04 Richard Stallman <rms@gnu.org>
7866
7867 * ebrowse.texi: Change C-c b to C-c C-m.
7868
7869 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7870
7871 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
7872 variables only in info to avoid redundant entries in the printed
7873 manual.
7874
7875 2007-01-02 Daiki Ueno <ueno@unixuser.org>
7876
7877 * message.texi (Using PGP/MIME): Document gpg-agent usage.
7878
7879 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
7880
7881 * message.texi (Security): Split into sub-nodes.
7882
7883 2007-01-01 Alan Mackenzie <acm@muc.de>
7884
7885 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
7886 eval-after-load in Emacs <=21 and a workaround. Document that
7887 trigraphs are not supported.
7888
7889 2007-01-01 Alan Mackenzie <acm@muc.de>
7890
7891 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
7892 c-context-line-break. When invoked within a string, preserve
7893 whitespace. Add a backslash only when also in a macro.
7894
7895 2007-01-01 Alan Mackenzie <acm@muc.de>
7896
7897 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
7898
7899 2007-01-01 Alan Mackenzie <acm@muc.de>
7900
7901 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
7902 are now bound by default to c-\(beginning\|end\)-of-defun by default.
7903
7904 2007-01-01 Alan Mackenzie <acm@muc.de>
7905
7906 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
7907 "Choosing a Style".
7908
7909 * cc-mode.texi ("Styles"): Add @dfn{style}.
7910
7911 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
7912
7913 Sync with Tramp 2.0.55.
7914
7915 * trampver.texi: Update release number.
7916
7917 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
7918
7919 * gnus.texi (Customizing Articles): Add index entries for all
7920 gnus-treat-* variables.
7921
7922 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
7923
7924 * gnus.texi (IMAP): Fix incorrect explanation of
7925 nnimap-search-uids-not-since-is-evil in documentation for
7926 nnimap-expunge-search-string.
7927
7928 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
7929
7930 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
7931 spam-ifile-database.
7932
7933 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7934
7935 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
7936 rebind C-s.
7937
7938 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
7939
7940 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
7941 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
7942 "expiring mail".
7943 (IMAP): Document nnimap-search-uids-not-since-is-evil and
7944 nnimap-nov-is-evil.
7945
7946 2006-12-25 Kevin Ryde <user42@zip.com.au>
7947
7948 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
7949 about the key procedure being used heavily.
7950
7951 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
7952
7953 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
7954 to t.
7955 (Prerequisites): Add explanation about gpg-agent.
7956
7957 2006-12-22 Kevin Ryde <user42@zip.com.au>
7958
7959 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
7960 "sort" instead of "sort*".
7961
7962 2006-12-19 Richard Stallman <rms@gnu.org>
7963
7964 * calc.texi (History and Acknowledgements): Recognize that Emacs
7965 now does have floating point.
7966
7967 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
7968
7969 * tramp.texi (External transfer methods): Describe new method `scpc'.
7970
7971 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
7972
7973 * pgg.texi: Added short note on gpg-agent to the introduction.
7974
7975 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7976
7977 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
7978 also applies to Cc.
7979
7980 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7981
7982 * gnus.texi (X-Face): Clarify. Say which programs are required
7983 on Windows.
7984
7985 2006-12-08 Michael Olson <mwolson@gnu.org>
7986
7987 * erc.texi (Modules): Remove documentation for list module.
7988
7989 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
7990
7991 * faq.texi (^M in the shell buffer): Ditto.
7992
7993 2006-11-20 Michael Olson <mwolson@gnu.org>
7994
7995 * erc.texi: Call this the 5.2 stable pre-release of ERC.
7996
7997 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7998
7999 * org.texi: Fix typos.
8000 (Agenda commands): Document `C-k'.
8001
8002 2006-11-16 Eli Zaretskii <eliz@gnu.org>
8003
8004 * url.texi (http/https): Fix a typo in the HTTP URL.
8005
8006 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
8007
8008 * ada-mode.texi: Total rewrite.
8009
8010 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
8011
8012 * org.texi: Minor typo fixes.
8013
8014 2006-11-13 Bill Wohler <wohler@newt.com>
8015
8016 Release MH-E manual version 8.0.3.
8017
8018 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8019 release 8.0.3.
8020
8021 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
8022 to set MAILDIR.
8023 (Reading Mail): Document the customization of read-mail-command
8024 for MH-E.
8025 (Viewing Attachments): Document mm-discouraged-alternatives.
8026 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
8027 (Junk): Add more information about the settings of mh-junk-background
8028 in a program. Add /usr/bin/mh to PATH in examples.
8029
8030 2006-11-12 Richard Stallman <rms@gnu.org>
8031
8032 * woman.texi: Update author address but say he no longer maintains it.
8033
8034 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
8035
8036 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
8037 archived trees.
8038 (Checkboxes): Section moved to chapter 5, and extended.
8039 (The date/time prompt): New section.
8040 (Link abbreviations): New section.
8041 (Presentation and sorting): New section.
8042 (Custom agenda views): Section completely rewritten.
8043 (Summary): Compare with Planner.
8044 (Feedback): More info about creating backtraces.
8045 (Plain lists): Modify example.
8046 (Breaking down tasks): New section.
8047 (Custom time format): New section.
8048 (Time stamps): Document inactive timestamps.
8049 (Setting tags): More details about fast tag selection.
8050 (Block agenda): New section.
8051 (Custom agenda views): Section rewritten.
8052 (Block agenda): New section.
8053
8054 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8055
8056 * tramp.texi (Configuration): scp is the default method.
8057 (Default Method): Use ssh as example for another method.
8058
8059 2006-10-27 Richard Stallman <rms@gnu.org>
8060
8061 * woman.texi: Downcase nroff/troff/roff.
8062 (Installation): Chapter deleted. Some xrefs deleted.
8063 (Background): woman doesn't advise man ;-).
8064
8065 2006-10-26 Roberto RodrĂ­guez <lanubeblanca@googlemail.com> (tiny change)
8066
8067 * ada-mode.texi (Project files, Identifier completion)
8068 (Automatic Casing, Debugging, Using non-standard file names)
8069 (Working Remotely): Fix typos.
8070
8071 2006-10-20 Masatake YAMATO <jet@gyve.org>
8072
8073 * cc-mode.texi (Sample .emacs File): Add missing `)' in
8074 sample code `my-c-initialization-hook'.
8075
8076 2006-10-19 Stuart D. Herring <herring@lanl.gov>
8077
8078 * widget.texi: Fix typos.
8079
8080 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
8081
8082 * tramp.texi (Frequently Asked Questions): Remove questions marked with
8083 "???". There have been no complaints for years, so the information
8084 must be appropriate.
8085
8086 2006-10-16 Richard Stallman <rms@gnu.org>
8087
8088 * widget.texi: Use @var instead of capitalization.
8089 Clarify many widget type descriptions.
8090
8091 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8092
8093 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
8094 gnus-dired-attach.
8095 (Selecting a Group): Fix typo.
8096
8097 2006-10-12 Roberto RodrĂ­guez <lanubeblanca@googlemail.com> (tiny change)
8098
8099 * widget.texi: Fix typos.
8100
8101 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
8102
8103 * gnus.texi (Image Enhancements): Update for Emacs 22.
8104
8105 * gnus-faq.texi ([1.3]): Update.
8106
8107 2006-10-06 Richard Stallman <rms@gnu.org>
8108
8109 * faq.texi (Displaying the current line or column):
8110 Delete "As of Emacs 20".
8111
8112 2006-10-06 Romain Francoise <romain@orebokech.com>
8113
8114 * faq.texi (VM): VM works with Emacs 22 too.
8115
8116 2006-10-06 Richard Stallman <rms@gnu.org>
8117
8118 * ebrowse.texi: Remove Emacs version "21" from title.
8119
8120 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
8121
8122 * gnus.texi (Foreign Groups): Say where change of editing commands are
8123 stored. Add reference to `gnus-parameters'.
8124
8125 2006-09-15 Jay Belanger <belanger@truman.edu>
8126
8127 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
8128 Change "Library Public License" to "Lesser Public License"
8129 throughout. Use "yyyy" to represent year.
8130
8131 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
8132
8133 * org.texi (Setting tags): Typo fix.
8134
8135 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
8136
8137 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
8138
8139 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
8140
8141 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
8142
8143 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8144
8145 * faq.texi (Escape sequences in shell output): EMACS is now set
8146 to Emacs's absolute file name, not to "t".
8147 (^M in the shell buffer): Likewise.
8148 * misc.texi (Interactive Shell): Likewise.
8149
8150 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8151
8152 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
8153 mails with pop3-leave-mail-on-server. Fix wording.
8154 (Limiting): Improve gnus-summary-limit-to-articles.
8155 (X-Face): Fix typo.
8156
8157 2006-09-11 Simon Josefsson <jas@extundo.com>
8158
8159 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
8160 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
8161
8162 2006-09-06 Simon Josefsson <jas@extundo.com>
8163
8164 * smtpmail.texi (Authentication): Mention SSL.
8165
8166 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8167
8168 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
8169 Don't use @indicateurl.
8170
8171 * cc-mode.texi (Subword Movement): Don't use @headitem.
8172 (Custom Braces, Clean-ups): Don't use @tie.
8173
8174 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8175
8176 Sync with Tramp 2.0.54.
8177
8178 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
8179 Suggested by Adrian Phillips <a.phillips@met.no>.
8180
8181 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8182
8183 * org.texi (Installation, Activation): Split from Installation and
8184 Activation.
8185 (Clocking work time): Documented new features.
8186
8187 2006-08-13 Alex Schroeder <alex@gnu.org>
8188
8189 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
8190 example.
8191
8192 2006-08-12 Eli Zaretskii <eliz@gnu.org>
8193
8194 * faq.texi (How to add fonts): New node.
8195
8196 2006-08-05 Romain Francoise <romain@orebokech.com>
8197
8198 * faq.texi (New in Emacs 22): Expand.
8199
8200 2006-08-03 Michael Olson <mwolson@gnu.org>
8201
8202 * erc.texi: Update for ERC 5.1.4.
8203
8204 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8205
8206 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
8207 in .../site-lisp/gnus/ by default.
8208 [ From gnus-news.texi in the trunk. ]
8209
8210 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8211
8212 * gnus.texi (MIME Commands): Additions for yEnc.
8213
8214 2006-07-24 Richard Stallman <rms@gnu.org>
8215
8216 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
8217 * faq.texi: Move periods and commas inside quotes.
8218
8219 2006-07-20 Jay Belanger <belanger@truman.edu>
8220
8221 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
8222
8223 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
8224
8225 * faq.texi (Security risks with Emacs): Document Emacs 22
8226 file-local-variable mechanism.
8227
8228 2006-07-12 Michael Olson <mwolson@gnu.org>
8229
8230 * erc.texi: Update for ERC 5.1.3.
8231
8232 2006-07-12 Alex Schroeder <alex@gnu.org>
8233
8234 * rcirc.texi: Fix typos.
8235 (Getting started with rcirc): New calling convention for M-x irc.
8236 Mention #rcirc. Removed channel tracking.
8237 (Configuration): Change the names of all variables that got changed
8238 recently, eg. rcirc-server to rcirc-default-server. Added
8239 documentation for rcirc-authinfo, some background for Bitlbee, and
8240 rcirc-track-minor-mode.
8241 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
8242 Scrolling.
8243 (Reconnecting after you have lost the connection): Fix example code
8244 to match code changes.
8245
8246 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8247
8248 * gnus.texi, message.texi: Fix typos.
8249
8250 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8251
8252 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
8253 commands.
8254 (Global TODO list): Document the use of the variables
8255 `org-agenda-todo-ignore-scheduled' and
8256 `org-agenda-todo-list-sublevels'.
8257
8258 2006-07-05 Richard Stallman <rms@gnu.org>
8259
8260 * faq.texi (Scrolling only one line): Fix xref.
8261
8262 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8263
8264 * faq.texi (Evaluating Emacs Lisp code):
8265 Throughout, replace eval-current-buffer with eval-buffer.
8266
8267 2006-07-03 Richard Stallman <rms@gnu.org>
8268
8269 * rcirc.texi (Scrolling conservatively): Fix xref.
8270
8271 * pcl-cvs.texi (Viewing differences): Usage fix.
8272
8273 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8274
8275 * org.texi (Agenda commands): Document `s' key to save all org-mode
8276 buffers.
8277
8278 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
8279
8280 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
8281 names. Mention `cvs-msg' face.
8282
8283 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8284
8285 * org.texi (Checkboxes): New section.
8286
8287 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8288
8289 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
8290 throughout this chapter.
8291
8292 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
8293
8294 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
8295 text for standalone vs Emacs info.
8296 (Help): Clarify header line description. Use mouse-1 for clicks.
8297 (Help-P): Use mouse-1 for clicks.
8298 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
8299 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
8300 (Choose menu subtopic): Remove gratuitous Emacs command names.
8301 (Help-FOO): Put usual behavior first.
8302 (Help-Xref): Clicking on xrefs works in Emacs.
8303 (Search Text): Clarify what the default behavior is.
8304 (Create Info buffer): Fix Emacs window/X window confusion.
8305 (Emacs Info Variables): Fix for new Emacs init file behavior.
8306
8307 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8308
8309 * gnus.texi (Summary Buffer Lines): Fix typo.
8310
8311 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8312
8313 * org.texi (Embedded LaTeX): New chapter.
8314 (Archiving): Section rewritten.
8315 (Enhancing text): Some parts moved to the new chapter about LaTeX.
8316
8317 2006-06-20 Bill Wohler <wohler@newt.com>
8318
8319 Release MH-E manual version 8.0.1.
8320
8321 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8322 release 8.0.1.
8323 (Preface): Depend on GNU mailutils 1.0 and higher.
8324
8325 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8326
8327 * message.texi (News Headers): Update message-syntax-checks section.
8328
8329 2006-06-19 Karl Berry <karl@gnu.org>
8330
8331 * info.texi (Advanced): Mention C-q, especially with ?.
8332
8333 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8334
8335 * org.texi (Publishing links): Document the `:link-validation-function'
8336 property.
8337 (Extensions and Hacking): New chapter, includes some sections of the
8338 "Miscellaneous" chapter.
8339
8340 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8341
8342 * org.texi (Progress logging): New section.
8343
8344 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8345
8346 * org.texi (ASCII export): Document indentation adaptation.
8347 (Setting tags): Document mutually-exclusive tags.
8348
8349 2006-06-05 Romain Francoise <romain@orebokech.com>
8350
8351 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
8352 Fix typo.
8353
8354 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
8355 channel (#gnus@irc.freenode.net).
8356 Fix typos. Update copyright notice.
8357
8358 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
8359 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
8360 (Line-Up Functions, Custom Macros):
8361 * ediff.texi (Window and Frame Configuration)
8362 (Highlighting Difference Regions):
8363 * emacs-mime.texi (Display Customization):
8364 * erc.texi (History):
8365 * eshell.texi (Known problems):
8366 * eudc.texi (Overview, BBDB):
8367 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
8368 (The problem of spam, SpamOracle, Extending the Spam package)
8369 (Conformity, Terminology):
8370 * idlwave.texi (Routine Info)
8371 (Class and Keyword Inheritance, Padding Operators)
8372 (Breakpoints and Stepping, Electric Debug Mode)
8373 (Examining Variables, Troubleshooting):
8374 * org.texi (Creating timestamps):
8375 * reftex.texi (Commands, Options, Changes):
8376 * tramp.texi (Inline methods, Password caching)
8377 (Auto-save and Backup, Issues):
8378 * vip.texi (Files, Commands in Insert Mode):
8379 * viper.texi (Emacs Preliminaries, States in Viper)
8380 (Packages that Change Keymaps, Viper Specials, Groundwork):
8381 Fix various typos.
8382
8383 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
8384
8385 * ediff.texi: Fix typos.
8386
8387 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
8388
8389 * org.texi: Small typo fixes.
8390
8391 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * viper.texi (Viper Specials):
8394 * gnus.texi (Example Setup):
8395 * faq.texi (Backspace invokes help):
8396 * dired-x.texi (Optional Installation Dired Jump):
8397 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
8398 follow coding conventions.
8399
8400 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
8401
8402 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
8403
8404 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8405
8406 * pcl-cvs.texi: Fix typos.
8407 (Customization): Say "us".
8408
8409 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8410
8411 * org.texi: Remove bogus @setfilename.
8412
8413 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
8414
8415 * org.texi (ASCII export): Omit command name.
8416 (HTML export): Add prefix to all lines in Local Variable example.
8417 (Acknowledgments): Typeset names in italics.
8418
8419 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
8420
8421 * org.texi (Plain lists): Add new item navigation commands.
8422 (External links): Document elisp and info links.
8423 (Custom searches): New section.
8424 (Publishing): New chapter.
8425 (HTML export): Include a list of supported CSS classes.
8426 (Setting tags): Describe the fast-tag-setting interface.
8427
8428 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
8429
8430 * dired-x.texi: ifinfo -> ifnottex.
8431
8432 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8433
8434 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
8435
8436 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
8437
8438 * message.texi (Interface): Add tool bar customization.
8439 (MIME): Index and text additions for mml-attach.
8440 (MIME): Describe mml-dnd-protocol-alist and
8441 mml-dnd-attach-options.
8442
8443 * gnus.texi (Oort Gnus): Reorder entries in sections.
8444 Fix some entries.
8445 (Starting Up): Add references to "Emacs for Heathens" and to
8446 "Finding the News". Add user-full-name and user-mail-address.
8447 (Group Buffer Format): Add tool bar customization and update.
8448 (Summary Buffer): Add tool bar customization.
8449 (Posting Styles): Add message-alternative-emails.
8450
8451 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
8452
8453 * tramp.texi (Filename completion): Improve wording.
8454
8455 2006-05-07 Romain Francoise <romain@orebokech.com>
8456
8457 * faq.texi (Using regular expressions): Fix typo.
8458 (Packages that do not come with Emacs): Fix capitalization.
8459 (Replacing text across multiple files): Expand node to explain how
8460 to use `dired-do-query-replace-regexp' in more detail, based on
8461 suggestion by Eric Hanchrow <offby1@blarg.net>.
8462
8463 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
8464
8465 * tramp.texi (Filename completion): Completion of remote files'
8466 method, user name and host name is active only in partial
8467 completion mode.
8468
8469 2006-05-06 Bill Wohler <wohler@newt.com>
8470
8471 Release MH-E manual version 8.0.
8472
8473 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8474 release 8.0.
8475
8476 2006-05-06 Bill Wohler <wohler@newt.com>
8477
8478 * mh-e.texi (MH-BOOK-HOME): Change from
8479 http://www.ics.uci.edu/~mh/book/mh to
8480 http://rand-mh.sourceforge.net/book/mh.
8481 Replace .htm suffix with .html for MH book files.
8482 (Using This Manual): Update key binding for getting relevant
8483 chapter in Info from command key.
8484 (Ranges): Fix itemx.
8485
8486 2006-05-05 Karl Berry <karl@gnu.org>
8487
8488 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
8489 (\fonttextsize): New user-level command to change text font size.
8490
8491 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
8492
8493 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
8494
8495 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8496
8497 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
8498
8499 2006-04-24 Bill Wohler <wohler@newt.com>
8500
8501 * mh-e.texi (Getting Started): Make it more explicit that you need
8502 to install MH. Add pointers to current MH implementations.
8503
8504 2006-04-21 Bill Wohler <wohler@newt.com>
8505
8506 Release MH-E manual version 7.94.
8507
8508 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8509 release 7.94.
8510
8511 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
8512
8513 * org.texi: Many small fixes.
8514 (Handling links): Rename from "Managing links".
8515
8516 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
8517
8518 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
8519 (Splitting mail using spam-stat): Fix @xref.
8520
8521 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
8522
8523 * gnus.texi (Spam Package): Major revision of the text.
8524 Previously this node was "Filtering Spam Using The Spam ELisp Package".
8525
8526 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
8527
8528 * org.texi (Time stamps): Better explanation of the purpose of
8529 different time stamps.
8530 (Structure editing, Plain lists): More details on how new items
8531 and headings are inserted.
8532
8533 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
8534
8535 * org.texi (Formula syntax): Fix link to Calc Manual.
8536
8537 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
8538
8539 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
8540
8541 2006-04-17 Bill Wohler <wohler@newt.com>
8542
8543 * mh-e.texi (Folders): Update mh-before-quit-hook and
8544 mh-quit-hook example with code that removes the buffers rather
8545 than just bury them.
8546
8547 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
8548
8549 Sync with Tramp 2.0.53.
8550
8551 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8552
8553 * org.texi (Updating settings): New section.
8554 (Visibility cycling): Better names for the startup folding
8555 options.
8556 (Exporting): Completely restructured.
8557 (The very busy C-c C-c key): New section.
8558 (Summary of in-buffer settings): New section.
8559
8560 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
8561
8562 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
8563
8564 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
8565
8566 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
8567 (Server Commands): Key `v' is reserved for users.
8568
8569 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
8570
8571 * org.texi (Link format): New section, emphasis on bracket links.
8572 (External links): Document bracket links.
8573 (FAQ): Expand to cover shell links and the new link format.
8574
8575 2006-04-09 Kevin Ryde <user42@zip.com.au>
8576
8577 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
8578
8579 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8580
8581 * gnus.texi (Summary Buffer Lines): Add `*'.
8582
8583 2006-04-07 Jochen KĂ¼pper <jochen@fhi-berlin.mpg.de>
8584
8585 * gnus.texi (Group Parameters):
8586 Mention gnus-permanently-visible-groups.
8587
8588 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8589
8590 * gnus.texi (Face): Fix typo.
8591
8592 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
8593
8594 * gnus.texi (X-Face): Clarify.
8595 (Face): Need Emacs with PNG support.
8596
8597 2006-04-06 Richard Stallman <rms@gnu.org>
8598
8599 * idlwave.texi: Delete the blocks "not suitable for inclusion with
8600 Emacs".
8601
8602 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
8603
8604 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
8605 blocks not suitable for inclusion with Emacs using variable
8606 PARTOFEMACS.
8607
8608 2006-04-04 Simon Josefsson <jas@extundo.com>
8609
8610 * gnus.texi (Security): Improve.
8611
8612 2006-04-02 Bill Wohler <wohler@newt.com>
8613
8614 * mh-e.texi (Getting Started, Junk, Bug Reports)
8615 (MH FAQ and Support): Fix URLs.
8616
8617 2006-03-31 Romain Francoise <romain@orebokech.com>
8618
8619 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
8620 to t, not nil (and has for the past eight years).
8621
8622 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8623
8624 * message.texi, gnus.texi: Bump version to 5.11.
8625
8626 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
8627
8628 * gnus.texi (Top): Add comment about version line.
8629
8630 * message.texi (Top): Ditto. Change to take named versions into
8631 account.
8632
8633 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
8634
8635 * gnus.texi (Posting Styles): Add x-face-file to example.
8636 (X-Face): Refer to posting styles.
8637
8638 * gnus-faq.texi ([5.8]): Add x-face-file.
8639 ([8.4]): Add links to gmane.emacs.gnus.user and
8640 gmane.emacs.gnus.general.
8641
8642 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
8643
8644 * gnus-faq.texi: Use .invalid.
8645 ([5.4]): Fix gnus-posting-styles example.
8646
8647 2006-03-27 Romain Francoise <romain@orebokech.com>
8648
8649 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
8650 Emacs/W3 needs a new maintainer.
8651 (Ispell): Update author and version info.
8652 (Mailcrypt): Mention PGG.
8653 (New in Emacs 22): Add PGG to the list of new packages.
8654 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
8655 updating dead URLs.
8656
8657 2006-03-25 Karl Berry <karl@gnu.org>
8658
8659 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
8660 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
8661 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
8662 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
8663 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
8664 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
8665 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
8666 (2) do not indent copyright year list (or anything else).
8667
8668 2006-03-21 Bill Wohler <wohler@newt.com>
8669
8670 * mh-e.texi (Folders): Various edits.
8671
8672 2006-03-20 Romain Francoise <romain@orebokech.com>
8673
8674 * gnus.texi (Mail Folders): Grammar fix.
8675
8676 2006-03-19 Bill Wohler <wohler@newt.com>
8677
8678 * mh-e.texi (Replying): Document Mail-Followup-To.
8679 Change manually-formatted table to multitable. Add debugging info.
8680 Move description of mh-reply-default-reply-to into paragraph
8681 that describes its values.
8682
8683 2006-03-17 Bill Wohler <wohler@newt.com>
8684
8685 * mh-e.texi: Use smallexample and smalllisp consistently.
8686 (Sending Mail Tour): Update method of entering
8687 addresses and subject.
8688 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
8689 (Adding Attachments, Searching): Update screenshots for Emacs 22.
8690
8691 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
8692
8693 * org.texi: Version number change only.
8694
8695 2006-03-14 Bill Wohler <wohler@newt.com>
8696
8697 * mh-e.texi: Add index entries around each paragraph rather than
8698 depend on entries from beginning of node. Doing so ensures that
8699 index entries are less likely to be forgotten if text is cut and
8700 pasted, and are necessary anyway if the references are on a
8701 separate page. It seems that makeinfo is now (v. 4.8) only
8702 producing one index entry per node, so there is no longer any
8703 excuse not to. Use subheading instead of heading. The incorrect
8704 use of heading produced very large fonts in Info--as large as the
8705 main heading.
8706 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
8707 versions 6 and 7 appeared *around* the time of these Emacs releases.
8708
8709 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
8710
8711 * org.texi (Clean view): Document new startup options.
8712
8713 2006-03-11 Bill Wohler <wohler@newt.com>
8714
8715 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
8716 (Composing, Scan Line Formats): Fix @refs.
8717 (Getting Started): Define MH profile and MH profile components.
8718 (Incorporating Mail, Reading Mail, Viewing, Printing)
8719 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
8720 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
8721 for string constants.
8722 (Tool Bar): Remove spurious quote.
8723 (Junk): Use ``...'' instead of "...".
8724 (Scan Line Formats): Replace @samp with @kbd.
8725
8726 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
8727
8728 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
8729
8730 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
8731
8732 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
8733 easy to understand.
8734
8735 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
8736
8737 * gnus.texi: Markup fix.
8738 (Fancy Mail Splitting): Specify new feature.
8739
8740 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
8741
8742 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
8743 partial-words matching.
8744
8745 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
8746
8747 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
8748
8749 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
8750 (MIME Commands): Fix mm-discouraged-alternatives.
8751
8752 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
8753
8754 * org.texi: Version number change only.
8755
8756 2006-03-06 Bill Wohler <wohler@newt.com>
8757
8758 * mh-e.texi: Move from SourceForge repository to Savannah.
8759 This is version 7.93, which is a total rewrite from the previous
8760 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
8761 version 7.93.
8762
8763 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8764
8765 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
8766
8767 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
8768
8769 * org.texi (Interaction): Add item about `org-mouse.el' by
8770 Piotr Zielinski.
8771 (Managing links): Document that also mouse-1 can be used to
8772 activate a link.
8773 (Headlines, FAQ): Add entry about hiding leading stars.
8774 (Miscellaneous): Resort the sections in this chapter to a more
8775 logical sequence.
8776
8777 2006-02-27 Simon Josefsson <jas@extundo.com>
8778
8779 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
8780 2004-01-27 from the trunk).
8781
8782 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8783
8784 * cc-mode.texi: Rename c-hungry-backspace to
8785 c-hungry-delete-backwards, at the request of RMS. Leave the old
8786 name as an alias.
8787
8788 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8789
8790 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
8791 include the function header within the defun.
8792
8793 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8794
8795 * cc-mode.texi: Correct two typos.
8796
8797 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8798
8799 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
8800 existing comment.
8801 (Electric Keys): Add a justification for electric indentation.
8802 (Hungry WS Deletion): Clear up the names and complications of the
8803 BACKSPACE and DELETE keys.
8804
8805 2006-02-23 Juri Linkov <juri@jurta.org>
8806
8807 * faq.texi (Common requests): Move `Turning on auto-fill by
8808 default' after `Wrapping words automatically'. Move `Working with
8809 unprintable characters' before `Searching for/replacing newlines'.
8810 Move `Replacing highlighted text' after `Highlighting a region'.
8811 Merge `Repeating commands' and `Repeating a command as many times
8812 as possible' into the former.
8813 (Packages that do not come with Emacs): Add refs to Gmane and
8814 etc/MORE.STUFF.
8815
8816 2006-02-23 Juri Linkov <juri@jurta.org>
8817
8818 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
8819 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
8820 Add xref to `(emacs)Reporting Bugs'.
8821 (Getting a printed manual): Add URL to other formats of the manual.
8822 (Common requests): Fix menu.
8823 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
8824 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
8825 (Inserting text at the beginning of each line): Add pxref to
8826 `Changing the included text prefix'.
8827 (Forcing the cursor to remain in the same column): Mention `track-eol'
8828 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
8829 (Replacing text across multiple files): Add keybinding `Q' for
8830 `dired-do-query-replace'.
8831
8832 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
8833
8834 * reftex.texi: Version number and date change only.
8835
8836 * org.texi (Internal Links): Rewrite to cover the modified
8837 linking system.
8838
8839 2006-02-17 Eli Zaretskii <eliz@gnu.org>
8840
8841 * faq.texi: Remove the coding cookie, it's not needed anymore.
8842
8843 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8844
8845 * faq.texi (Colors on a TTY): Mention Mac OS port.
8846
8847 2006-02-12 Karl Berry <karl@gnu.org>
8848
8849 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
8850 8-bit accented a.
8851
8852 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
8853
8854 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
8855
8856 2006-02-08 Romain Francoise <romain@orebokech.com>
8857
8858 * faq.texi (Top): Remove paragraph about the FAQ being a
8859 transitional document, etc.
8860 (Searching for/replacing newlines): New node.
8861 (Yanking text in isearch): New node.
8862 (Inserting text at the beginning of each line): Rename and make
8863 more general, mention `M-;' in Message mode.
8864
8865 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
8866
8867 * faq.texi (Meta key does not work in xterm)
8868 (Emacs does not display 8-bit characters)
8869 (Inputting eight-bit characters): Update xrefs.
8870
8871 2006-02-06 Romain Francoise <romain@orebokech.com>
8872
8873 * faq.texi (VM): VM now at version 7.19.
8874 Set myself as maintainer of this file.
8875
8876 2006-02-04 Michael Olson <mwolson@gnu.org>
8877
8878 * erc.texi (History): Note that ERC is now included with Emacs.
8879
8880 2006-01-31 Romain Francoise <romain@orebokech.com>
8881
8882 * message.texi (Message Headers): Explain what
8883 `message-alternative-emails' does in more detail.
8884 Update copyright year.
8885
8886 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
8887
8888 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
8889
8890 2006-01-29 Richard M. Stallman <rms@gnu.org>
8891
8892 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
8893
8894 2006-01-29 Michael Olson <mwolson@gnu.org>
8895
8896 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
8897
8898 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
8899
8900 * faq.texi (New in Emacs 22): Mention ERC.
8901
8902 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8903
8904 * rcirc.texi: Capitalize dir entry for consistency with the entry
8905 in info/dir and other entries in the Emacs category.
8906 Fix typos. Delete trailing whitespace.
8907
8908 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
8909
8910 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
8911
8912 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8913
8914 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
8915 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8916
8917 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
8918 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8919
8920 2006-01-27 Alex Schroeder <alex@gnu.org>
8921
8922 * rcirc.texi: New file.
8923
8924 2006-01-23 Juri Linkov <juri@jurta.org>
8925
8926 * widget.texi (User Interface): Add S-TAB for widget-backward.
8927
8928 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
8929
8930 Sync with Tramp 2.0.52.
8931
8932 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
8933 Add Tramp disabling item. New item for common connection problems.
8934 (various): Apply "ftp" as method for the download URL.
8935 (Bug Reports): Refer to FAQ for common problems.
8936
8937 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8938
8939 * widget.texi (User Interface): Use @key for TAB.
8940
8941 * ses.texi (Formulas, Printer functions): Use @key for TAB.
8942
8943 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
8944 for TAB.
8945
8946 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
8947
8948 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8949
8950 * gnus.texi: Update copyright.
8951
8952 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8953
8954 * gnus.texi (Article Washing): Additions.
8955
8956 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
8957
8958 * org.texi (Agenda commands): Document tags command.
8959
8960 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8961
8962 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
8963
8964 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8965
8966 * gnus.texi (RSS): Addition.
8967
8968 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8969
8970 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
8971
8972 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8973
8974 * emacs-mime.texi (Display Customization): Add setting example to
8975 mm-discouraged-alternatives.
8976
8977 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8978
8979 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
8980 version is the canonical version.
8981
8982 2006-01-08 Alex Schroeder <alex@gnu.org>
8983
8984 * pgg.texi (Caching passphrase): Rewording.
8985
8986 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8987
8988 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
8989 repository URL.
8990
8991 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
8992
8993 * org.texi: Removed the accidentally re-added empty line in the
8994 direntry.
8995
8996 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8997
8998 * org.texi (Agenda Views): Chapter reorganized.
8999
9000 2005-12-29 Romain Francoise <romain@orebokech.com>
9001
9002 * faq.texi (Using Customize): New node.
9003
9004 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9005
9006 * org.texi: Remove blank line in @direntry. It is non-standard
9007 and recursively produces blank lines all over the dir file (when
9008 using Texinfo 4.8).
9009
9010 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9011
9012 * widget.texi (atoms): Delete obsolete remark about `file' widget.
9013
9014 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9015
9016 * org.texi (Tags): Boolean logic documented.
9017 (Agenda Views): Document custom commands.
9018
9019 2005-12-20 David Kastrup <dak@gnu.org>
9020
9021 * faq.texi (AUCTeX): Update version and mailing list info.
9022
9023 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9024
9025 * gnus.texi (MIME Commands): Mention addition of
9026 multipart/alternative to gnus-buttonized-mime-types and add xref
9027 to mm-discouraged-alternatives.
9028
9029 * emacs-mime.texi (Display Customization): Mention addition of
9030 "image/.*" and add xref to gnus-buttonized-mime-types in the
9031 mm-discouraged-alternatives section.
9032
9033 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9034
9035 * org.texi (Tags): New section.
9036 (Agenda Views): Chapter reorganized.
9037
9038 2005-12-16 Eli Zaretskii <eliz@gnu.org>
9039
9040 * org.texi (Internal Links): Add a missing comma after an @xref.
9041
9042 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
9043
9044 * faq.texi (Filling paragraphs with a single space): No need to
9045 change sentence-end now.
9046
9047 2005-12-13 Romain Francoise <romain@orebokech.com>
9048
9049 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
9050
9051 2005-12-12 Jay Belanger <belanger@truman.edu>
9052
9053 * faq.texi (Calc): Update version number.
9054
9055 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9056
9057 * org.texi (Progress Logging): New section.
9058
9059 2005-12-10 Romain Francoise <romain@orebokech.com>
9060
9061 Update the Emacs FAQ for the 22.1 release.
9062
9063 * faq.texi: Set VER to `22.1'.
9064 (Basic editing): Explain how to use localized versions of the
9065 Tutorial. Mention that `C-h r' displays the manual.
9066 Delete obsolete WWW link to an Emacs 18 tutorial.
9067 (Getting a printed manual): Point to the new locations of the
9068 manuals on the GNU Web site.
9069 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
9070 available via Info (it was previously distributed separately).
9071 (Installing Texinfo documentation): The latest version of Texinfo
9072 is 4.8, not 4.0.
9073 (Informational files for Emacs): COPYING is the GNU General Public
9074 License, not the Emacs General Public License.
9075 (Informational files for Emacs): Delete obsolete link to the
9076 GNUinfo pages as they have been removed from the GNU Web site.
9077 (New in Emacs 22): New node.
9078 (Setting up a customization file): Say that most packages support
9079 Customize nowadays.
9080 (Colors on a TTY): Delete reference to instructions on how to
9081 enable syntax highlighting, it is now enabled by default.
9082 (Turning on abbrevs by default): Emacs now reads the abbrevs file
9083 at startup automatically.
9084 (Controlling case sensitivity): Mention `M-c' in isearch.
9085 (Using an already running Emacs process): Emacs now creates the
9086 socket in `/tmp/emacsUID'. Fix typos. Change default location of
9087 gnuserv. As emacsclient can now run Lisp code as well, delete a
9088 sentence praising gnuserv for that. Simplify description of how
9089 the client/server operation works.
9090 (Compiler error messages): Delete obsolete text (compile.el has
9091 been rewritten).
9092 (Indenting switch statements): Fix typo.
9093 (Matching parentheses): Simplify setup instructions, mention the
9094 menu bar item in the Options menu.
9095 (Repeating a command as many times as possible): Mention `C-x e'.
9096 (Going to a line by number): Mention new keymap and bindings
9097 `M-g M-g', `M-g M-p' and `M-g M-n'.
9098 (Turning on syntax highlighting): Now on by default. Simplify.
9099 (Replacing highlighted text): Use `1', not `t'.
9100 (Problems with very large files): The maximum size is now 256MB on
9101 32-bit machines.
9102 (^M in the shell buffer): Mention `comint-process-echoes'.
9103 (Emacs for Apple computers): Emacs 22 has native support for Mac
9104 OS X.
9105 (Translating names to IP addresses): Delete node.
9106 (Binding keys to commands): Fix typo.
9107 (SPC no longer completes file names): New node.
9108 (MIME with Emacs mail packages): Delete section about the Emacs
9109 MIME FAQ (it's not reachable anymore).
9110
9111 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9112
9113 * cc-mode.texi: The manual has been extensively revised: the
9114 information about using CC Mode has been separated from the larger
9115 and more difficult chapters about configuration. It has been
9116 updated for CC Mode 5.31.
9117
9118 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9119
9120 * pgg.texi (User Commands): Fix description of pgg-verify-region.
9121 (Selecting an implementation): Fix descriptions.
9122
9123 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9124
9125 * message.texi (Various Message Variables): Addition.
9126
9127 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9128
9129 * message.texi: Fix default values.
9130
9131 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9132
9133 * message.texi (Header Commands): Clarify descriptions of
9134 message-cross-post-followup-to, message-reduce-to-to-cc, and
9135 message-insert-wide-reply.
9136 (Various Commands): Fix kindex for message-kill-to-signature;
9137 clarify description of message-tab.
9138
9139 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
9140
9141 * message.texi (Mailing Lists): Fix description about MFT.
9142
9143 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
9144
9145 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9146
9147 * gnus.texi (Slow Terminal Connection): Replace old description
9148 with new one.
9149
9150 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
9151
9152 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
9153 replace X-Draft-Headers with X-Draft-From.
9154
9155 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9156
9157 * gnus.texi (Various Various): Fix the default value of
9158 nnheader-max-head-length.
9159 (Gnus Versions): Fix typo.
9160
9161 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9162
9163 * org.texi (Structure editing): Document new functionality of
9164 M-RET.
9165
9166 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
9167
9168 * org.texi (Internal Links): Fix Texinfo usage.
9169
9170 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9171
9172 * org.texi (TODO basics): Document the global todo list.
9173 (TODO items): Documents sparse tree for specific TODO
9174 keywords.
9175
9176 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
9177
9178 * org.texi (Plain Lists): Typos fixed.
9179
9180 2005-11-28 Jay Belanger <belanger@truman.edu>
9181
9182 * calc.texi: Change references of `M-#' to `C-x *' prefix.
9183
9184 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9185
9186 * org.texi (Structure editing): New item moving commands added.
9187 (Plain Lists): New section.
9188
9189 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9190
9191 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
9192 (Agenda): Document commands `org-cycle-agenda-files' and
9193 `org-agenda-file-to-front'.
9194 (Built-in table editor): Document `org-table-sort-lines'.
9195 (HTML formatting): Export of hand-formatted lists.
9196
9197 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9198
9199 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
9200 new variable gnus-toolbar-thickness.
9201
9202 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
9203
9204 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
9205
9206 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9207
9208 * gnus.texi (X-Face): Fix description.
9209 (XVarious): Remove gnus-xmas-logo-color-alist and
9210 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
9211
9212 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9213
9214 * gnus.texi (Group Parameters): Mention new variable
9215 gnus-parameters-case-fold-search.
9216 (Home Score File): Addition.
9217
9218 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9219
9220 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
9221 (Overview): List supported feed types.
9222 (Installation): No installation necessary when using autoload.
9223 (Configuration): Rename "RSS" to "news".
9224
9225 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9226
9227 * pgg.texi (User Commands): Document additional passphrase
9228 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
9229 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
9230
9231 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9232
9233 * org.texi: Version number changed to 3.19.
9234
9235 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
9236
9237 * pgg.texi (How to use): Update the example to add autoload of
9238 pgg-encrypt-symmetric-region.
9239 (User Commands): Document pgg-encrypt-symmetric-region.
9240 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
9241
9242 2005-10-27 Jay Belanger <belanger@truman.edu>
9243
9244 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
9245 mention other TeX-related units.
9246
9247 2005-10-23 Lars Hansen <larsh@soem.dk>
9248
9249 * dired-x.texi (Miscellaneous Commands):
9250 Replace dired-do-relative-symlink by dired-do-relsymlink and
9251 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
9252
9253 2005-10-23 Jay Belanger <belanger@truman.edu>
9254
9255 * calc.texi (Predefined Units): Use `alpha' for the fine structure
9256 constant.
9257
9258 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9259
9260 * faq.texi (Bugs and problems):
9261 Replace `dired-move-to-filename-regexp' by
9262 `directory-listing-before-filename-regexp'.
9263
9264 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9265
9266 * newsticker.texi (UPDATED): Set value.
9267
9268 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
9269
9270 * gnus.texi (Document Groups): Remove duplicate item.
9271
9272 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9273
9274 * org.texi (Summary): Mention iCalendar support.
9275 (Exporting): Document iCalendar support.
9276
9277 2005-10-18 Romain Francoise <romain@orebokech.com>
9278
9279 * viper.texi (Viper Specials): Capitalize GNU.
9280
9281 2005-10-17 Juri Linkov <juri@jurta.org>
9282
9283 * info.texi (Getting Started, Search Index, Expert Info):
9284 Fix wording.
9285 (Search Text): Replace `echo area' with `mode line'.
9286 (Search Index): Both `i' and `,' find all index entries.
9287 Replace example `C-f' with `C-l' (which exists in index of Info
9288 manual) and delete spaces in its keyboard input sequence.
9289 Delete unnecessary explanations about literal characters.
9290
9291 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
9292
9293 * gnus.texi (Document Server Internals): Addition.
9294
9295 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9296
9297 * gnus.texi (A note on namespaces): Fix RFC reference.
9298
9299 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9300
9301 * gnus.texi (RSS): Fix key description.
9302
9303 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9304
9305 * gnus.texi: Emacs/w3 -> Emacs/W3.
9306 (Browsing the Web): Fix description.
9307 (Web Searches): Ditto.
9308 (Customizing W3): Ditto.
9309
9310 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9311
9312 * gnus.texi (Maildir): Clarify expire-age and expire-group.
9313
9314 2005-10-11 Jay Belanger <belanger@truman.edu>
9315
9316 * calc.texi (Integration): Mention using `a i' to compute definite
9317 integrals.
9318
9319 2005-10-11 Juri Linkov <juri@jurta.org>
9320
9321 * info.texi: Rearrange nodes.
9322 (Top): Update menu. Change ref `Info for Experts' to
9323 `Advanced Info Commands'.
9324 (Getting Started): Fix description of manual's parts.
9325 (Help-Int): Change xref `Info Search' to `Search Index', and
9326 `Expert Info' to `Advanced'.
9327 (Advanced): Move node one level up.
9328 (Search Text, Search Index): New nodes split out from `Info Search'.
9329 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
9330 split out from `Advanced'.
9331 (Advanced, Emacs Info Variables): De-document editing an Info file
9332 in Info.
9333 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
9334 (Creating an Info File): Delete node and move its text to
9335 `Expert Info'.
9336
9337 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9338
9339 * org.texi (Workflow states): Documented that change in keywords
9340 becomes active only after restart of Emacs.
9341
9342 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9343
9344 Sync with Tramp 2.0.51.
9345
9346 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
9347
9348 * speedbar.texi (Introduction): Describe new location of speedbar
9349 on menubar.
9350 (Basic Key Bindings): Remove descriptions of bindings that have
9351 been removed.
9352
9353 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
9354
9355 * speedbar.texi (GDB): Describe use of watch expressions.
9356
9357 2005-09-28 Simon Josefsson <jas@extundo.com>
9358
9359 * message.texi (IDNA): Fix.
9360
9361 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9362
9363 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
9364 nntp-server-hook, and nntp-warn-about-losing-connection; fix
9365 description of nntp-open-connection-function.
9366 (Common Variables): Fix descriptions.
9367
9368 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
9369
9370 * gnus.texi (Server Buffer Format): Document the %a format spec.
9371
9372 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9373
9374 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
9375
9376 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9377
9378 * org.texi Version 3.16.
9379
9380 2005-09-19 Miles Bader <miles@gnu.org>
9381
9382 * newsticker.texi: Get rid of CVS keywords.
9383
9384 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
9385
9386 * gnus.texi (Finding the Parent): Fix description of how Gnus
9387 finds article.
9388
9389 2005-09-14 Jari Aalto <jari.aalto@cante.net>
9390
9391 * gnus.texi (Advanced Scoring Examples): New examples to teach how
9392 to drop off non-answered articles.
9393
9394 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9395
9396 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
9397 braces (which are unsupported by NMAKE) for macro `srcdir'.
9398
9399 2005-09-17 Eli Zaretskii <eliz@gnu.org>
9400
9401 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9402 (../info/newsticker, newsticker.dvi): New targets.
9403
9404 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
9405
9406 * newsticker.texi: Replace @command with @code. Replace @example
9407 with @lisp.
9408 (Top): Add explanations to menu items.
9409 (GNU Free Documentation License): Remove.
9410
9411 2005-09-16 Romain Francoise <romain@orebokech.com>
9412
9413 Update all files to specify GFDL version 1.2.
9414
9415 * doclicense.texi (GNU Free Documentation License): Update to
9416 version 1.2.
9417
9418 2005-09-15 Richard M. Stallman <rms@gnu.org>
9419
9420 * newsticker.texi: Fix @setfilename.
9421
9422 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9423 (../info/newsticker, newsticker.dvi): New targets.
9424
9425 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
9426
9427 * org.texi: Version 3.15.
9428
9429 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
9430
9431 * ses.texi: Combine all three indices into one.
9432 Correct a few typos.
9433
9434 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
9435
9436 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
9437
9438 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9439
9440 * emacs-mime.texi (Handles): Remove duplicate item.
9441 (Encoding Customization): Fix the default value for
9442 mm-coding-system-priorities.
9443 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
9444 (Basic Functions): Fix reference.
9445
9446 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9447
9448 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
9449
9450 2005-08-18 Richard M. Stallman <rms@gnu.org>
9451
9452 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
9453 and web site.
9454
9455 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
9456 not keyboard-translate.
9457
9458 2005-08-11 Richard M. Stallman <rms@gnu.org>
9459
9460 * faq.texi (Using regular expressions): Fix xref.
9461
9462 2005-08-09 Juri Linkov <juri@jurta.org>
9463
9464 * info.texi (Help-P): Replace `Prev' with `Previous'.
9465 (Help-M, Help-Xref): Add S-TAB.
9466 (Help-FOO): Update `u' command.
9467 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
9468 Update info about visibility of xref parts.
9469 (Help-Int): Fix `m' command. Rename `Info-last' to
9470 `Info-history-back'. Add `Info-history-forward'.
9471 (Advanced): Fix `g*' and `M-n' commands.
9472 (Info Search): Add `index-apropos' in stand-alone browser.
9473 Add isearch commands.
9474 (Emacs Info Variables): Remove `Info-fontify'.
9475 Add `Info-mode-hook'. Update face names.
9476 Add `Info-fontify-maximum-menu-size',
9477 `Info-fontify-visited-nodes', `Info-isearch-search'.
9478
9479 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
9480
9481 Sync with Tramp 2.0.50.
9482
9483 * tramp.texi: Use @option{} consequently for method names.
9484 (Inline methods, External transfer methods): Remove references to
9485 Cygwin.
9486 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
9487 implementation.
9488
9489 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
9490
9491 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
9492 Mention that gnus-init-file is not read when Emacs is invoked with
9493 --no-init-file or -q.
9494
9495 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
9496
9497 * org.texi: Version 3.14.
9498
9499 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9500
9501 * org.texi: Version 3.13.
9502
9503 2005-07-18 Juri Linkov <juri@jurta.org>
9504
9505 * calc.texi (Time Zones, Logical Operations):
9506 * cl.texi (Overview):
9507 * org.texi (TODO types):
9508 * sc.texi (Emacs 18 MUAs):
9509 * speedbar.texi (Top):
9510 * url.texi (History):
9511 Delete duplicate duplicate words.
9512
9513 2005-07-16 Johan BockgĂ¥rd <bojohan@users.sourceforge.net> (tiny change)
9514
9515 * cl.texi (Type Predicates): Document `atom' type.
9516
9517 2005-07-04 Lute Kamstra <lute@gnu.org>
9518
9519 Update FSF's address in GPL notices.
9520
9521 * calc.texi (Copying):
9522 * doclicense.texi (GNU Free Documentation License):
9523 * faq.texi (Contacting the FSF):
9524 * mh-e.texi (Copying): Update FSF's address.
9525
9526 2005-07-03 Richard M. Stallman <rms@gnu.org>
9527
9528 * flymake.texi (Example -- Configuring a tool called directly):
9529 Update name of flymake-build-relative-filename.
9530
9531 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9532
9533 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
9534
9535 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9536
9537 * org.texi: Version 3.12.
9538
9539 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9540
9541 * makefile.w32-in (MAKEINFO): Use --force.
9542 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
9543 Makefile.in.
9544 (gnus.dvi): Use "..." to quote Sed args, so that it works with
9545 more shells.
9546
9547 2005-06-23 Richard M. Stallman <rms@gnu.org>
9548
9549 * speedbar.texi (Creating a display): Texinfo usage fixes.
9550
9551 * tramp.texi (Customizing Completion, Auto-save and Backup):
9552 Texinfo usage fixes.
9553
9554 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9555
9556 * dired-x.texi (Miscellaneous Commands):
9557 * ediff.texi (Miscellaneous):
9558 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
9559 (Agent Variables):
9560 * info.texi (Help-Xref):
9561 * message.texi (Message Headers):
9562 * org.texi (Remember):
9563 * reftex.texi (Options (Defining Label Environments)):
9564 (Options (Index Support)):
9565 (Options (Viewing Cross-References)):
9566 (Options (Misc)):
9567 (Changes):
9568 * speedbar.texi (Creating a display):
9569 * tramp.texi (Customizing Completion, Auto-save and Backup):
9570 Texinfo usage fix.
9571
9572 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
9573
9574 * org.texi: Version 3.11.
9575
9576 2005-06-12 Jay Belanger <belanger@truman.edu>
9577
9578 * calc.texi (Getting Started): Remove extra menu item.
9579
9580 2005-05-31 Jay Belanger <belanger@truman.edu>
9581
9582 * calc.texi (Notations Used in This Manual): Use @kbd for key
9583 sequence.
9584 (Demonstration of Calc): Mention another way of starting Calc.
9585 (Starting Calc): Mention long name of M-#.
9586 (Embedded Mode Overview): Remove unnecessary instruction.
9587 (Other M-# commands): Rephrase `M-# 0' explanation.
9588 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
9589 reflect current behavior.
9590
9591 2005-05-30 Jay Belanger <belanger@truman.edu>
9592
9593 * calc.texi (Hooks): Change description of calc-window-hook and
9594 calc-trail-window-hook to match usage.
9595 (Computational Functions): Add more constant-generating functions.
9596 (Customizable Variables): Use defvar.
9597
9598 2005-05-28 Jay Belanger <belanger@truman.edu>
9599
9600 * calc.texi (Assignments in Embedded Mode): Fix variable name.
9601 (Basic Embedded Mode): Explain behavior of arguments to
9602 calc-embedded-mode.
9603
9604 2005-05-27 Jay Belanger <belanger@truman.edu>
9605
9606 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
9607 current behavior.
9608
9609 2005-05-25 Jay Belanger <belanger@truman.edu>
9610
9611 * calc.texi: Change Calc version number throughout.
9612 (Keypad Mode): Change location in info output.
9613 (Keypad mode overview): Move picture of keypad.
9614
9615 2005-05-21 Jay Belanger <belanger@truman.edu>
9616
9617 * calc.texi (Storing variables): Mention that only most variables
9618 are void to begin with.
9619
9620 2005-05-21 Kevin Ryde <user42@zip.com.au>
9621
9622 * widget.texi (Basic Types): Update cross ref from "Enabling
9623 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
9624 lispref/text.texi change.
9625
9626 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9627
9628 * org.texi: Version 3.09.
9629
9630 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
9631
9632 * reftex.texi: Version 4.28.
9633
9634 2005-05-16 Jay Belanger <belanger@truman.edu>
9635
9636 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
9637
9638 2005-05-14 Jay Belanger <belanger@truman.edu>
9639
9640 * calc.texi (Default Simplifications): Insert missing ! (logical
9641 not operator).
9642
9643 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
9644
9645 Sync with Tramp 2.0.49.
9646
9647 2005-05-10 Jay Belanger <belanger@truman.edu>
9648
9649 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
9650 to 1.
9651
9652 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9653
9654 * org.texi: Version 3.08, structure reorganized.
9655
9656 2005-04-24 Richard M. Stallman <rms@gnu.org>
9657
9658 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
9659
9660 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9661
9662 * org.texi: Update to version 3.06.
9663
9664 2005-04-13 Lute Kamstra <lute@gnu.org>
9665
9666 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
9667
9668 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
9669
9670 * cl.texi (Porting Common Lisp): Fix typo.
9671
9672 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9673
9674 * gnus.texi (RSS): Addition.
9675
9676 2005-04-04 Jay Belanger <belanger@truman.edu>
9677
9678 * calc.texi: Change Calc version number.
9679 (Customizable variables): Fix description of calc-language-alist.
9680 (Copying): Put in version 2 of GPL.
9681
9682 2005-04-01 Jay Belanger <belanger@truman.edu>
9683
9684 * calc.texi (Troubleshooting Commands): Remove comment about
9685 installation.
9686 (Installation): Remove section.
9687 (Customizable Variables): New section.
9688 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
9689 (Graphical Devices): Add references to Customizable Variables.
9690
9691 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
9692
9693 * emacs-mime.texi (Display Customization): Markup fixes.
9694 (rfc2047): Update.
9695
9696 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
9697
9698 * gnus-faq.texi: Replaced with auto-generated version.
9699
9700 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9701
9702 * dired-x.texi (Multiple Dired Directories): default-directory was
9703 renamed to dired-default-directory.
9704
9705 2005-03-26 Jay Belanger <belanger@truman.edu>
9706
9707 * calc.texi (Simplifying Formulas, Rewrite Rules):
9708 Change description of top and bottom of fraction.
9709 (Modulo Forms): Move description of how to create modulo forms to
9710 earlier in the section.
9711 (Fraction Mode): Suggest using : to get a fraction by dividing.
9712 (Basic Arithmetic): Adjust placement of command name.
9713 (Truncating the Stack): Emphasize that "hidden" entries are still
9714 visible.
9715 (Installation): Move discussion of printing manual to "About This
9716 Manual".
9717 (About This Manual): Mention how to print the manual.
9718 (Reporting Bugs): Remove first person.
9719 (Building Vectors): Add algebraic version of append.
9720 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
9721 (Grouping Digits): Fix typo.
9722
9723 2005-03-25 Werner Lemberg <wl@gnu.org>
9724
9725 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
9726 Replace `legal' with `valid'.
9727
9728 2005-03-25 Werner Lemberg <wl@gnu.org>
9729
9730 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
9731
9732 2005-03-24 Jay Belanger <belanger@truman.edu>
9733
9734 * calc.texi (General Mode Commands)
9735 (Mode Settings in Embedded Mode): Add some explanation of
9736 recording mode settings.
9737
9738 2005-03-24 Richard M. Stallman <rms@gnu.org>
9739
9740 * calc.texi: Remove praise of non-free software.
9741
9742 * idlwave.texi: Don't say where to get IDL or its non-free manual.
9743 (Installation): Node deleted.
9744
9745 2005-03-23 Richard M. Stallman <rms@gnu.org>
9746
9747 * url.texi (HTTP language/coding): Improve last change.
9748
9749 2005-03-22 Jay Belanger <belanger@truman.edu>
9750
9751 * calc.texi (Embedded Mode): Add new information on changing
9752 modes.
9753
9754 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
9755
9756 Sync with Tramp 2.0.48.
9757
9758 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
9759
9760 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
9761 "GNU/Linux". Change all addresses to .gnu.org.
9762 (Default Method): Offer shortened syntax for "su" and "sudo"
9763 methods.
9764
9765 2005-03-07 Richard M. Stallman <rms@gnu.org>
9766
9767 * url.texi: Fix usage of "e.g.".
9768 (HTTP language/coding): Explain the rules for these strings.
9769
9770 2005-03-06 Richard M. Stallman <rms@gnu.org>
9771
9772 * woman.texi (Introduction): Minor cleanups.
9773
9774 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
9775
9776 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
9777 (Installation): Node deleted.
9778
9779 * mh-e.texi (Preface): Get rid of "Emacs 21".
9780
9781 * eshell.texi (Installation): Delete node (for Emacs 20).
9782
9783 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
9784
9785 * flymake.texi: Refill and tweak style in @lisp blocks.
9786
9787 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9788
9789 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
9790
9791 2005-03-01 Jay Belanger <belanger@truman.edu>
9792
9793 * calc.texi (Trigonometric and Hyperbolic Functions):
9794 Mention additional functions.
9795 (Algebraic Simplifications): Mention additional simplifications.
9796
9797 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
9798
9799 * ses.texi: Add concept/function/variable indices (this work was
9800 donated by Brad Collins <brad@chenla.org>, copyright-assignment
9801 papers on file at FSF).
9802
9803 2005-02-10 Jay Belanger <belanger@truman.edu>
9804
9805 * calc.texi: Change @LaTeX to La@TeX throughout.
9806 Redefine @expr as @math for TeX output.
9807 Redefine @texline as a no-op for TeX output.
9808 Define @tfn, replace @t by @tfn throughout.
9809
9810 2005-02-09 Jay Belanger <belanger@truman.edu>
9811
9812 * calc.texi: Add macro for LaTeX for info output.
9813
9814 2005-02-08 Kim F. Storm <storm@cua.dk>
9815
9816 * texinfo.tex (LaTex): Add def.
9817
9818 2005-02-06 Jay Belanger <belanger@truman.edu>
9819
9820 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
9821 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
9822 throughout manual.
9823
9824 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9825
9826 * gnus.texi: Some edits based on comments from David Abrahams.
9827
9828 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9829
9830 * gnus.texi (RSS): Fix the keystroke.
9831
9832 2005-01-24 David Kastrup <dak@gnu.org>
9833
9834 * faq.texi: Update AUCTeX version info.
9835
9836 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
9837
9838 * gnus-faq.texi ([4.1]): Typo.
9839
9840 2005-01-19 Jay Belanger <belanger@truman.edu>
9841
9842 * calc.texi (Keep Arguments): Mention that keeping arguments
9843 doesn't work with keyboard macros.
9844
9845 2005-01-16 Richard M. Stallman <rms@gnu.org>
9846
9847 * autotype.texi (Autoinserting): Fix small error.
9848
9849 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9850
9851 Sync with Tramp 2.0.47.
9852
9853 * tramp.texi (Compilation): New section, describing compilation of
9854 remote files.
9855
9856 2005-01-11 Kim F. Storm <storm@cua.dk>
9857
9858 * widget.texi (Basic Types): Add :follow-link keyword.
9859
9860 2005-01-09 Jay Belanger <belanger@truman.edu>
9861
9862 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
9863
9864 2005-01-08 Jay Belanger <belanger@truman.edu>
9865
9866 * calc.texi: Change throughout to reflect new default value of
9867 calc-settings-file.
9868
9869 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9870
9871 * message.texi (Reply): `message-reply-to-function' should return
9872 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
9873
9874 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
9875
9876 * faq.texi (Changing load-path): Fix typo.
9877
9878 2005-01-05 Jay Belanger <belanger@truman.edu>
9879
9880 * calc.texi (Programming Tutorial): Replace kbd command by
9881 appropriate characters for a keyboard macro.
9882
9883 2005-01-04 Jay Belanger <belanger@truman.edu>
9884
9885 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
9886 for Lucid Emacs.
9887 (Programming Tutorial): Mention that the user needs to be in the
9888 right mode to compute some functions.
9889
9890 2005-01-04 Jay Belanger <belanger@truman.edu>
9891
9892 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
9893 no longer applicable.
9894
9895 2005-01-01 Jay Belanger <belanger@truman.edu>
9896
9897 * calc.texi (Programming Tutorial): Change description of how to
9898 edit keyboard macros to match current behavior.
9899
9900 2004-12-31 Jay Belanger <belanger@truman.edu>
9901
9902 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
9903
9904 2004-12-20 Jay Belanger <belanger@truman.edu>
9905
9906 * calc.texi (Types Tutorial): Emphasize that you can't divide by
9907 zero.
9908
9909 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
9910
9911 * cc-mode.texi (Text Filling and Line Breaking): Put period after
9912 @xref.
9913 (Font Locking): Avoid @strong{Note:}.
9914
9915 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
9916
9917 Sync with Tramp 2.0.46.
9918
9919 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
9920
9921 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
9922
9923 * url.texi: Correct typos.
9924 (Retrieving URLs): @var{nil}->@code{nil}.
9925 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
9926 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
9927 (Dealing with HTTP documents): @inforef->@xref.
9928
9929 2004-12-15 Jay Belanger <belanger@truman.edu>
9930
9931 * calc.texi: Consistently capitalized all mode names.
9932 (Answers to Exercises): Mention that an answer can be a fraction
9933 when in Fraction mode.
9934
9935 2004-12-13 Jay Belanger <belanger@truman.edu>
9936
9937 * calc.texi: Fix some TeX definitions.
9938
9939 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
9940
9941 * reftex.texi (Imprint): Remove erroneous @value's.
9942
9943 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9944
9945 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
9946 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
9947
9948 2004-12-08 Jay Belanger <belanger@truman.edu>
9949
9950 * calc.texi (Starting Calc): Remove comment about installation.
9951 (Keypad Mode Overview): Remove comment about Emacs 19 support.
9952
9953 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9954
9955 * url.texi: Update @setfilename.
9956 (Getting Started): No need to worry about Gnus versions.
9957 (Dealing with HTTP documents): Use @inforef.
9958
9959 * org.texi: Fix @direntry file name.
9960
9961 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 * url.texi: New file.
9964
9965 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
9966
9967 2004-12-06 Jay Belanger <belanger@truman.edu>
9968
9969 * calc.texi (Using Calc): Remove paragraph about installation.
9970
9971 2004-12-06 Jay Belanger <belanger@truman.edu>
9972
9973 * calc.texi: Use more Texinfo macros and less TeX defs.
9974 Remove @refill's.
9975
9976 2004-12-06 Richard M. Stallman <rms@gnu.org>
9977
9978 * org.texi: New file.
9979
9980 2004-12-05 Richard M. Stallman <rms@gnu.org>
9981
9982 * Makefile.in (org.dvi, ../info/org): New targets.
9983 (INFO_TARGETS): Add ../info/org.
9984 (DVI_TARGETS): Add org.dvi.
9985 (maintainer-clean): Remove the info files in the info dir.
9986
9987 2004-11-26 Eli Zaretskii <eliz@gnu.org>
9988
9989 * idlwave.texi: Fix the setfilename directive to put the produced
9990 file in ../info.
9991 (Continued Statement Indentation): Resurrect Jan D.'s change from
9992 2004-11-03 that was lost when a newer version of idlwave.texi was
9993 imported.
9994
9995 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9996
9997 * gnus-faq.texi ([5.1]): Add missing bracket.
9998
9999 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
10000 Index `spam-initialize'.
10001
10002 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10003
10004 * message.texi (Various Message Variables): Mention that all mail
10005 file variables are derived from `message-directory'.
10006
10007 * gnus.texi (Splitting Mail): Clarify bogus group.
10008
10009 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10010
10011 * emacs-mime.texi (Encoding Customization):
10012 Fix mm-coding-system-priorities entry.
10013
10014 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
10015
10016 * idlwave.texi (Continued Statement Indentation):
10017 * reftex.texi (Options (Index Support)):
10018 (Displaying and Editing the Index, Table of Contents):
10019 * speedbar.texi (Creating a display, Major Display Modes):
10020 Replace non-nil with non-@code{nil}.
10021
10022 2004-10-21 Jay Belanger <belanger@truman.edu>
10023
10024 * calc.texi (Algebraic-Style Calculations): Remove a comment.
10025
10026 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
10027
10028 * calc.texi (Reporting Bugs): Double up `@'.
10029
10030 2004-10-18 Jay Belanger <belanger@truman.edu>
10031
10032 * calc.texi (Reporting Bugs): Change the address that bugs
10033 should be sent to.
10034
10035 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10036
10037 * gnus.texi (New Features): Add 5.11.
10038
10039 * message.texi (Resending): Remove wrong default value.
10040
10041 * gnus.texi (Mail Source Specifiers): Describe possible problems
10042 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
10043 `pop3-leave-mail-on-server' to the index.
10044
10045 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10046
10047 * message.texi (Canceling News): Add how to set a password.
10048
10049 2004-10-12 Jay Belanger <belanger@truman.edu>
10050
10051 * calc.texi (Help Commands): Change the descriptions of
10052 calc-describe-function and calc-describe-variable to match their
10053 current behavior.
10054
10055 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10056
10057 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
10058
10059 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10060
10061 Sync with Tramp 2.0.45.
10062
10063 * tramp.texi (Frequently Asked Questions): Comment paragraph about
10064 plink link. The URL is outdated. Originator contacted for
10065 clarification.
10066
10067 2004-10-10 Juri Linkov <juri@jurta.org>
10068
10069 * gnus.texi (Top, Marking Articles): Join two menus in one node
10070 because a node can have only one menu.
10071
10072 2004-10-09 Juri Linkov <juri@jurta.org>
10073
10074 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
10075 example of nnmail-split-fancy.
10076
10077 2004-10-06 Karl Berry <karl@gnu.org>
10078
10079 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
10080 consistency with other uses of dashes.
10081
10082 2004-10-05 Karl Berry <karl@gnu.org>
10083
10084 * info.texi: Consistently use --- throughout, periods at end of
10085 menu descriptions, and a couple typos.
10086
10087 2004-09-26 Jesper Harder <harder@ifa.au.dk>
10088
10089 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
10090 * pgg.texi (User Commands, Backend methods): Do.
10091 * gnus.texi: Markup fixes.
10092 (Setting Process Marks): Fix `M P a' entry.
10093 * emacs-mime.texi: Fixes.
10094
10095 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10096
10097 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
10098 again.
10099 Use 5.10 instead of 5.10.0.
10100
10101 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10102
10103 * gnus.texi (Summary Mail Commands): S D e.
10104
10105 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
10106
10107 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
10108 the gnus-article-mode-line-format section.
10109
10110 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
10111
10112 * gnus.texi (Various Summary Stuff): Fix the documentation for
10113 gnus-newsgroup-variables.
10114
10115 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10116
10117 * gnus.texi (MIME Commands):
10118 Add gnus-mime-display-multipart-as-mixed,
10119 gnus-mime-display-multipart-alternative-as-mixed,
10120 gnus-mime-display-multipart-related-as-mixed.
10121 (Mail Source Customization): Clarify `mail-source-directory'.
10122 (Splitting Mail): Mention gnus-group-find-new-groups.
10123 (SpamOracle): Fix typo.
10124
10125 * gnus-faq.texi: Untabify.
10126 ([6.3]): nnir.el is in contrib directory.
10127
10128 * message.texi (News Headers): Clarify how a unique ID is created.
10129
10130 * gnus.texi (Batching Agents): Fix typo in example.
10131 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10132
10133 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
10134
10135 * gnus.texi (Group Parameters): Add more on hooks.
10136
10137 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
10138
10139 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
10140
10141 2004-09-22 Jay Belanger <belanger@truman.edu>
10142
10143 * calc.texi (Vectors as Lists): Add a warning that the tutorial
10144 might be hidden during part of the session.
10145
10146 2004-09-20 Jay Belanger <belanger@truman.edu>
10147
10148 * calc.texi (Notations Used in This Manual): Put in an earlier
10149 mention that DEL could be called Backspace.
10150
10151 2004-09-10 Simon Josefsson <jas@extundo.com>
10152
10153 * gnus.texi (IMAP): Add example. Suggested and partially written
10154 by Steinar Bang <sb@dod.no>.
10155
10156 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10157
10158 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
10159 netrc syntax.
10160
10161 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10162
10163 * gnus.texi (Spam ELisp Package Sequence of Events):
10164 Some clarifications.
10165 (Spam ELisp Package Global Variables): More clarifications.
10166
10167 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10168
10169 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
10170 Mention spam-split does not modify incoming mail.
10171
10172 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10173
10174 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
10175
10176 2004-09-10 Eli Zaretskii <eliz@gnu.org>
10177
10178 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
10179
10180 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10181
10182 * makefile.w32-in (sieve, pgg): Use $(infodir).
10183
10184 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
10185
10186 * makefile.w32-in: Fix PGG and Sieve entries.
10187
10188 2004-08-28 Eli Zaretskii <eliz@gnu.org>
10189
10190 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
10191 Emacs and related programs.
10192
10193 2004-08-27 Richard M. Stallman <rms@gnu.org>
10194
10195 * faq.texi: Fix texinfo usage, esp. doublequotes.
10196 (Difference between Emacs and XEmacs): Some clarification.
10197
10198 * faq.texi (Difference between Emacs and XEmacs):
10199 Explain not to contrast XEmacs with GNU Emacs.
10200
10201 2004-08-26 Richard M. Stallman <rms@gnu.org>
10202
10203 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
10204
10205 2004-08-22 David Kastrup <dak@gnu.org>
10206
10207 * reftex.texi (AUCTeX): Update links, section name.
10208
10209 * faq.texi (Calc): Update availability (included in 22.1).
10210 (AUCTeX): Update availability, information, versions, description.
10211
10212 2004-08-14 Eli Zaretskii <eliz@gnu.org>
10213
10214 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
10215
10216 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
10217
10218 * cc-mode.texi: Various updates for CC Mode 5.30.9.
10219
10220 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
10221
10222 Sync with Tramp 2.0.44.
10223
10224 2004-08-05 Lars Hansen <larsh@math.ku.dk>
10225
10226 * widget.texi (User Interface): Update how to separate the
10227 editable field of an editable-field widget from other widgets.
10228 (Programming Example): Add text after field.
10229
10230 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10231
10232 * emacs-mime.texi (Encoding Customization): Add a note to the
10233 mm-content-transfer-encoding-defaults entry.
10234 (rfc2047): Update.
10235
10236 * gnus.texi (Article Highlighting):
10237 Add gnus-cite-ignore-quoted-from.
10238 (POP before SMTP): New node.
10239 (Posting Styles): Addition.
10240 (Splitting Mail): Add nnmail-split-lowercase-expanded.
10241 (Fancy Mail Splitting): Ditto.
10242 (X-Face): Add gnus-x-face.
10243
10244 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
10245
10246 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
10247 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
10248
10249 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10250
10251 * gnus.texi (Mail Source Specifiers):
10252 Describe `pop3-leave-mail-on-server'.
10253
10254 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
10255
10256 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
10257
10258 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
10259 repository. Change setfilename.
10260
10261 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
10262
10263 2004-07-02 Juri Linkov <juri@jurta.org>
10264
10265 * pcl-cvs.texi (Viewing differences): Add `d r'.
10266
10267 2004-06-29 Jesper Harder <harder@ifa.au.dk>
10268
10269 * ses.texi, viper.texi, flymake.texi, faq.texi:
10270 * eshell.texi, ediff.texi: Markup fixes.
10271
10272 2004-06-21 Karl Berry <karl@gnu.org>
10273
10274 * info.texi (Top): Mention that only Emacs has mouse support.
10275 (Getting Started): Mention this in a few other places.
10276
10277 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10278
10279 * autotype.texi (Copyrights, Timestamps):
10280 Recommend `before-save-hook' instead of `write-file-functions'.
10281
10282 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10283
10284 * dired-x.texi (dired-mark-omitted): Update keybinding.
10285
10286 2004-06-10 Kim F. Storm <storm@cua.dk>
10287
10288 * pcl-cvs.texi (Viewing differences): Add 'd y'.
10289
10290 2004-06-05 Lars Hansen <larsh@math.ku.dk>
10291
10292 * dired-x.texi (variable dired-omit-mode): Rename from
10293 dired-omit-files-p.
10294 (function dired-omit-mode): Rename from dired-omit-toggle.
10295 Call dired-omit-mode rather than set dired-omit-files-p.
10296 (dired-mark-omitted): Describe command.
10297
10298 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10299
10300 Version 2.0.41 of Tramp released.
10301
10302 2004-05-29 Juanma Barranquero <lektu@terra.es>
10303
10304 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
10305 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10306
10307 2004-05-29 Richard M. Stallman <rms@gnu.org>
10308
10309 * cl.texi (Top): Call this chapter `Introduction'.
10310 (Overview): In TeX, no section heading here.
10311
10312 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
10313
10314 2004-05-29 Eli Zaretskii <eliz@gnu.org>
10315
10316 * Makefile.in (../info/flymake, flymake.dvi): New targets.
10317 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10318
10319 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10320
10321 * flymake.texi: New file.
10322
10323 2004-05-28 Simon Josefsson <jas@extundo.com>
10324
10325 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
10326
10327 2004-05-07 Kai GroĂŸjohann <kai@emptydomain.de>
10328
10329 Version 2.0.40 of Tramp released.
10330
10331 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
10332
10333 Complete rework, based on review by Karl Berry <karl@gnu.org>.
10334
10335 * tramp.texi (Auto-save and Backup): Explain exploitation of new
10336 variables `tramp-backup-directory-alist' and
10337 `tramp-bkup-backup-directory-info'.
10338 (Overview, Connection types)
10339 (External transfer methods, Default Method)
10340 (Windows setup hints): Remove restriction of password entering
10341 with external methods.
10342 (Auto-save and Backup): Make file name example
10343 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
10344 and `auto-save-directory' must be used.
10345 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
10346 only "NT"). Remove doubled entry "What kinds of systems does
10347 @tramp{} work on".
10348 (tramp): Macro removed.
10349 (Obtaining Tramp): Flag removed from title.
10350 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
10351 and `trampver' used properly. Flag `tramp-inst' replaced by
10352 `installchapter'. Installation related text adapted.
10353
10354 2004-04-28 Masatake YAMATO <jet@gyve.org>
10355
10356 * widget.texi (Programming Example): Remove overlays.
10357
10358 2004-04-27 Jesper Harder <harder@ifa.au.dk>
10359
10360 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
10361
10362 2004-04-23 Juanma Barranquero <lektu@terra.es>
10363
10364 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10365
10366 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10367
10368 * info.texi (Info Search): Add info-apropos.
10369
10370 2004-03-22 Juri Linkov <juri@jurta.org>
10371
10372 * faq.texi: Fix help key bindings.
10373
10374 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
10375
10376 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
10377 (as suggested by Karl Berry). Update information about colored
10378 stars in menus. Add new subheading describing M-n.
10379
10380 2004-03-12 Richard M. Stallman <rms@gnu.org>
10381
10382 * cl.texi (Top): Rename top node's title.
10383
10384 2004-03-08 Karl Berry <karl@gnu.org>
10385
10386 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
10387 problems making the texinfo distribution.
10388
10389 2004-02-29 Simon Josefsson <jas@extundo.com>
10390
10391 * smtpmail.texi (Authentication): Change the list of supported
10392 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
10393 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
10394 <voegelas@gmx.net>.
10395
10396 2004-02-29 Juanma Barranquero <lektu@terra.es>
10397
10398 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10399 Use $(DEL) instead of rm, and ignore exit code.
10400
10401 2004-02-29 Kai GroĂŸjohann <kgrossjo@eu.uu.net>
10402
10403 Tramp version 2.0.39 released.
10404
10405 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10406
10407 * tramp.texi (Customizing Completion): Explain new functions
10408 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
10409 (all): Savannah URLs unified to "http://savannah.nongnu.org".
10410 (Top): Refer to Savannah mailing list as the major one.
10411 Mention older mailing lists in HTML mode only.
10412 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
10413 (Frequently Asked Questions): Remote hosts must not be Unix-like
10414 for "smb" method.
10415 (Password caching): New node.
10416 (External transfer methods): Refer to password caching for "smb"
10417 method.
10418
10419 2004-02-17 Karl Berry <karl@gnu.org>
10420
10421 * info.texi (Help-Int): Mention the new line number feature.
10422
10423 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10424
10425 * ses.texi (Advanced Features): New functionality for
10426 ses-set-header-row (defaults to current row unless C-u used).
10427 (Acknowledgements): Add Stefan Monnier.
10428
10429 2003-12-29 Kevin Ryde <user42@zip.com.au>
10430
10431 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
10432
10433 2003-11-30 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10434
10435 Tramp version 2.0.38 released.
10436
10437 * tramp.texi (Remote shell setup): Warn of environment variables
10438 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
10439 <sven.gabriel@imk.fzk.de>.
10440 (Configuration): Tramp now chooses base64/uuencode
10441 automatically. Update wording accordingly.
10442 (Top): More description for the `Default Method' menu entry.
10443 (Default Method): Use @code, not @var, for Lisp variables.
10444 (Default Method): New subsection `Which method is the right one
10445 for me?' Suggested by Christian Kirsch.
10446 (Configuration): Pointer to new subsection added.
10447 (Default Method): Too many "use" in one sentence.
10448 Rephrase. Reported by Christian Kirsch.
10449 (Filename Syntax): Old `su' example is probably a left-over from
10450 the sm/su method naming. Replace with `ssh', instead.
10451 (External transfer methods, Auto-save and Backup):
10452 Typo fixes.
10453
10454 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
10455
10456 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
10457 (Top): Mention japanese manual only if flag `jamanual' is set.
10458 Insert section `Japanese manual' in menu.
10459
10460 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10461
10462 * eshell.texi (Known Problems): Add doc item.
10463
10464 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10465
10466 * cc-mode.texi: Update for CC Mode 5.30.
10467
10468 Note: Please refrain from doing purely cosmetic changes like
10469 removing trailing whitespace in this manual; it clobbers cvs
10470 merging for no good reason.
10471
10472 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10473
10474 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
10475 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
10476 @acronym{ASCII}.
10477
10478 2003-10-26 Karl Berry <karl@gnu.org>
10479
10480 * info.texi (Info Search): Echo area, not echo are. From Debian
10481 diff.
10482
10483 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
10484
10485 * widget.texi (Defining New Widgets): Document new behavior of
10486 :buttons and :children keywords.
10487
10488 2003-10-22 Miles Bader <miles@gnu.org>
10489
10490 * Makefile.in (info): Move before $(top_srcdir)/info.
10491
10492 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
10493
10494 * tramp.texi (Inline methods): Small grammar fix.
10495 (External transfer methods): Likewise.
10496
10497 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
10498
10499 * speedbar.texi: Remove paragraph for GUD that is no longer true.
10500
10501 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
10502
10503 * texinfo.tex: Replace `%' in arch tagline by @ignore.
10504
10505 2003-09-30 Richard M. Stallman <rms@gnu.org>
10506
10507 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
10508
10509 * widget.texi (User Interface): Fix typos.
10510
10511 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
10512
10513 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10514
10515 * pcl-cvs.texi (Selected Files): Fix typo.
10516
10517 2003-09-21 Karl Berry <karl@gnu.org>
10518
10519 * info.texi (] and [ commands): No period at end of section title.
10520
10521 2003-09-04 Miles Bader <miles@gnu.org>
10522
10523 * Makefile.in (top_srcdir): New variable.
10524 ($(top_srcdir)/info): New rule.
10525 (info): Depend on it.
10526
10527 2003-09-03 Peter Runestig <peter@runestig.com>
10528
10529 * makefile.w32-in: New file.
10530
10531 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
10532
10533 * widget.texi (User Interface): Explain the need of static text
10534 around an editable field.
10535
10536 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10537
10538 * widget.texi (Basic Types): The argument to `:help-echo' can now
10539 be a form that evaluates to a string.
10540
10541 2003-08-18 Kim F. Storm <storm@cua.dk>
10542
10543 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
10544
10545 2003-08-16 Richard M. Stallman <rms@gnu.org>
10546
10547 * dired-x.texi (Shell Command Guessing): Explain *.
10548
10549 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
10550
10551 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
10552 log-edit-insert-changelog.
10553
10554 2003-08-03 Karl Berry <karl@gnu.org>
10555
10556 * info.texi: Need @contents.
10557
10558 2003-07-20 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10559
10560 Tramp version 2.0.36 released.
10561
10562 * tramp.texi (Remote shell setup): Explain about problems with
10563 non-Bourne commands in ~/.profile and ~/.shrc.
10564
10565 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
10566
10567 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
10568 renaming of `vis-mode' to `visible-mode'.
10569
10570 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
10571
10572 * info.texi (Top, Help-Small-Screen): Remove accidentally added
10573 next, prev and up pointers.
10574
10575 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
10576
10577 * info.texi (Help): Mention existence of Emacs and stand-alone
10578 Info at the very beginning of the tutorial.
10579 (Help-Inv): New node.
10580 (Help-]): New node.
10581 (Help-M): Systematically point out the differences between default
10582 Emacs and stand-alone versions. Delete second menu.
10583 (Help-Xref): Systematically point out the differences between
10584 default Emacs and stand-alone versions.
10585 (Help-Int): Change `l' example.
10586 (Expert Info): Fix typos.
10587 (Emacs Info Variables): Mention `Info-hide-note-references' and
10588 new default for `Info-scroll-prefer-subnodes'.
10589
10590 2003-06-17 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10591
10592 Version 2.0.35 of Tramp released.
10593
10594 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
10595 (Inline methods): Add methods `remsh' and `plink1'.
10596 (External transfer methods): Add method `remcp'.
10597 (Multi-hop Methods): Add method `remsh'.
10598 Small patch from Adrian Aichner <adrian@xemacs.org>:
10599 Fix minor typos.
10600 (Concept Index): Add to make manual searchable via
10601 `Info-index'.
10602 (Version Control): Add cindex entry.
10603
10604 2003-05-24 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10605
10606 * trampver.texi: Version 2.0.34 released.
10607
10608 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10609
10610 * faq.texi: Improve previous changes.
10611
10612 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10613
10614 * faq.texi: Update copyright and maintenance details.
10615 Update some package URLs, versions, and maintainers.
10616 Remove many references to the Emacs Lisp Archive.
10617
10618 2003-04-23 Simon Josefsson <jas@extundo.com>
10619
10620 * smtpmail.texi: Fix license (the invariant sections mentioned has
10621 never been part of the smtp manual). Align info dir entry with
10622 other emacs packages.
10623
10624 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
10625
10626 * tramp.texi: Version 2.0.33 released.
10627 Remove installation chapter. Remove XEmacs specifics.
10628
10629 2003-03-29 Richard M. Stallman <rms@gnu.org>
10630
10631 * tramp.texi (Top): Undo the previous renaming.
10632 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
10633
10634 2003-03-29 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10635
10636 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
10637 version of manual.
10638
10639 * tramp.texi (Auto-save and Backup): New node.
10640
10641 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
10642
10643 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
10644 Emacs" in order to have better differentiation to "XEmacs".
10645 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
10646 are new macros in order to point to the other Emacs flavor where
10647 appropriate. In info case, point to node `Installation' in order
10648 to explain how to generate the other way. In html case, make a
10649 link to the other html file.
10650 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
10651 after CVS checkout/update.
10652 (Installation): Completely rewritten.
10653 (Installation parameters, Load paths): New sections under
10654 `Installation'.
10655
10656 2003-02-28 Kai GroĂŸjohann <kai.grossjohann@uni-duisburg.de>
10657
10658 * tramp.texi: Version 2.0.30 released.
10659 Replace word "path" with "localname" where used as a component of
10660 a Tramp file name.
10661
10662 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
10663
10664 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
10665 introduced.
10666 (Installation): Explain what to do if files from the tramp/contrib
10667 directory are needed.
10668
10669 2003-02-23 Alex Schroeder <alex@emacswiki.org>
10670
10671 * smtpmail.texi (How Mail Works): New.
10672
10673 2003-02-22 Alex Schroeder <alex@emacswiki.org>
10674
10675 * smtpmail.texi: New file.
10676
10677 * Makefile.in: Build SMTP manual.
10678
10679 2003-02-05 Kai GroĂŸjohann <kai.grossjohann@uni-duisburg.de>
10680
10681 * tramp.texi: Version 2.0.29 released.
10682 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
10683 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
10684
10685 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
10686
10687 * tramp.texi (Frequently Asked Questions): Explain a workaround if
10688 another package loads accidentally Ange-FTP.
10689
10690 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
10691
10692 * tramp.texi (Customizing Completion): Add function
10693 `tramp-parse-sconfig'. Change example of
10694 `tramp-set-completion-function', because parsing of ssh config
10695 files looks more natural.
10696
10697 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
10698
10699 * gnus.texi: Do not use `path' in several locations.
10700
10701 2002-12-26 Kai GroĂŸjohann <kai.grossjohann@uni-duisburg.de>
10702
10703 * tramp.texi (External transfer methods): New method `smb'.
10704 From Michael Albinus.
10705
10706 2002-11-05 Karl Berry <karl@gnu.org>
10707
10708 * info.texi (Info-fontify): Reorder face list to avoid bad line
10709 breaks.
10710
10711 2002-10-06 Kai GroĂŸjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10712
10713 * tramp.texi: Move @copying to standard place.
10714 Use @insertcopying.
10715
10716 2002-10-02 Karl Berry <karl@gnu.org>
10717
10718 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
10719 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
10720 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
10721 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
10722 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
10723 Per rms, update all manuals to use @copying instead of @ifinfo.
10724 Also use @ifnottex instead of @ifinfo around the top node, where
10725 needed for the sake of the HTML output.
10726 (The Gnus manual is not fixed since it's not clear to me how it
10727 works; and the Tramp manual already uses @copying, although in an
10728 unusual way. All others were changed.)
10729
10730 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
10731
10732 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
10733 (../info/ses, ses.dvi): New targets.
10734 * ses.texi: New file.
10735
10736 2002-09-06 Pavel JanĂ­k <Pavel@Janik.cz>
10737
10738 * texinfo.tex: Update to texinfo 4.2.
10739
10740 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
10741
10742 * reftex.texi: Update to RefTeX 4.19.
10743
10744 2002-06-17 Kai GroĂŸjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10745
10746 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
10747 (../info/tramp, tramp.dvi): New targets.
10748
10749 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
10750
10751 * Makefile.in (DVI_TARGETS): Add calc.dvi.
10752 (calc.dvi): Uncomment.
10753
10754 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
10755
10756 * Makefile.in (INFO_TARGETS): Add ../info/calc.
10757 (../info/calc): New target.
10758
10759 2001-10-20 Gerd Moellmann <gerd@gnu.org>
10760
10761 * (Version 21.1 released.)
10762
10763 2001-10-05 Gerd Moellmann <gerd@gnu.org>
10764
10765 * Branch for 21.1.
10766
10767 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10768
10769 * Makefile.in (../info/info): Use an explicit -o switch to
10770 makeinfo.
10771
10772 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10773
10774 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10775
10776 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
10777
10778 * Makefile.in (../info/idlwave): Use --no-split.
10779
10780 2000-12-14 Dave Love <fx@gnu.org>
10781
10782 * Makefile.in (mostlyclean): Remove gnustmp.*.
10783 (gnus.dvi): Change rule to remove @latex stuff.
10784
10785 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
10786
10787 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
10788
10789 2000-10-13 John Wiegley <johnw@gnu.org>
10790
10791 * Makefile.in: Add build targets for eshell.texi.
10792
10793 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10794
10795 * Makefile.in: Remove/comment speedbar stuff.
10796
10797 2000-09-22 Dave Love <fx@gnu.org>
10798
10799 * Makefile.in: Add emacs-mime.
10800
10801 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10802
10803 * Makefile.in (INFO_TARGETS): Add ../info/woman.
10804 (DVI_TARGETS): Add woman.dvi.
10805 (../info/woman, woman.dvi): New targets.
10806
10807 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
10808
10809 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
10810
10811 * pcl-cvs.texi: New file.
10812 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
10813 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
10814
10815 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10816
10817 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
10818 (../info/ebrowse, ebrowse.dvi): New targets.
10819
10820 2000-01-13 Gerd Moellmann <gerd@gnu.org>
10821
10822 * Makefile.in (INFO_TARGETS): Add eudc.
10823 (DVI_TARGETS): Add eudc.dvi.
10824 (../info/eudc, eudc.dvi): New targets.
10825
10826 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
10827
10828 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
10829 compatibility with 8+3 filesystems).
10830 (../info/efaq): Rename from emacs-faq.
10831
10832 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10833
10834 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
10835 (../info/idlwave, idlwave.dvi): New targets.
10836
10837 1999-10-23 Dave Love <fx@gnu.org>
10838
10839 * Makefile.in: Use autotype.texi.
10840
10841 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
10842
10843 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
10844 faq.texi file) rather than ../info/faq.
10845
10846 1999-10-07 Gerd Moellmann <gerd@gnu.org>
10847
10848 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
10849 (../info/ada-mode, ada-mode.dvi): New targets.
10850
10851 1999-09-01 Dave Love <fx@gnu.org>
10852
10853 * Makefile.in: Add faq.
10854
10855 1999-07-12 Richard Stallman <rms@gnu.org>
10856
10857 * Version 20.4 released.
10858
10859 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10860
10861 * Version 20.3 released.
10862
10863 1998-04-06 Andreas Schwab <schwab@gnu.org>
10864
10865 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
10866 Use it in dvi targets.
10867 (../etc/GNU): Change to $(srcdir) first.
10868
10869 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
10870
10871 * reftex.texi: Update for RefTeX version 3.22.
10872
10873 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
10874
10875 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
10876 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10877
10878 1997-09-23 Paul Eggert <eggert@twinsun.com>
10879
10880 * Makefile.in: Merge changes mistakenly made to `Makefile'.
10881 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
10882
10883 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10884
10885 * Version 20.2 released.
10886
10887 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10888
10889 * Version 20.1 released.
10890
10891 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10892
10893 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
10894
10895 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10896
10897 * Version 19.33 released.
10898
10899 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10900
10901 * Version 19.32 released.
10902
10903 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10904
10905 * Makefile.in: Add rules for the Message manual.
10906
10907 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10908
10909 * gnus.texi: New version.
10910
10911 * message.texi: New manual.
10912
10913 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10914
10915 * Makefile.in (All info targets): cd $(srcdir) to do the work.
10916
10917 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10918
10919 * Makefile.in (All info targets): Specify $(srcdir) in input files.
10920 Specify -I option.
10921 (All dvi targets): Set the TEXINPUTS variable.
10922
10923 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10924
10925 * Version 19.31 released.
10926
10927 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10928
10929 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
10930 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
10931
10932 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10933
10934 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
10935 (INFO_TARGETS): Add ../info/cc-mode.
10936 (DVI_TARGETS): Add cc-mode.dvi.
10937
10938 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10939
10940 * Version 19.30 released.
10941
10942 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10943
10944 * gnus.texi: New file.
10945
10946 1995-11-04 Erik Naggum <erik@naggum.no>
10947
10948 * gnus.texi: File deleted.
10949
10950 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
10951
10952 * mh-e.texi: "Function Index" -> "Command Index" to work with
10953 Emacs 19.30 C-h C-k support of separately-documented commands.
10954
10955 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10956
10957 * Makefile.in (../info/ediff, ediff.dvi): New targets.
10958 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
10959
10960 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10961
10962 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
10963 (../info/viper, viper.dvi): New targets.
10964
10965 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
10966
10967 * dired-x.texi (Installation): Change the example to set
10968 buffer-local variables like dired-omit-files-p in
10969 dired-mode-hook.
10970
10971 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10972
10973 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
10974 (../info/mh-e, mh-e.dvi): New targets.
10975
10976 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10977
10978 * Makefile.in (maintainer-clean): Rename from realclean.
10979
10980 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10981
10982 * Makefile.in: New file.
10983 * Makefile: File deleted.
10984
10985 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10986
10987 * Makefile (TEXINDEX_OBJS): Variable deleted.
10988 (texindex, texindex.o, getopt.o): Rules deleted.
10989 All deps on texindex deleted.
10990 (distclean): Don't delete texindex.
10991 (mostlyclean): Don't delete *.o.
10992 * texindex.c, getopt.c: Files deleted.
10993
10994 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10995
10996 * Version 19.26 released.
10997
10998 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10999
11000 * Version 19.25 released.
11001
11002 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11003
11004 * Version 19.24 released.
11005
11006 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11007
11008 * Version 19.23 released.
11009
11010 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11011
11012 * Makefile: Delete spurious tab.
11013
11014 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11015
11016 * Makefile (.SUFFIXES): New rule.
11017
11018 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11019
11020 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
11021 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11022
11023 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11024
11025 * Makefile (../info/sc): Rename from sc.info.
11026 (../info/cl): Likewise.
11027 (INFO_TARGETS): Use new names.
11028
11029 1993-12-04 Richard Stallman (rms@srarc2)
11030
11031 * getopt.c: New file.
11032 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
11033 (getopt.o): New rule.
11034 (dvi): Don't depend on texindex.
11035 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
11036 Depend on texindex.
11037
11038 1993-12-03 Richard Stallman (rms@srarc2)
11039
11040 * Makefile (../info/sc.info): Rename from ../info/sc.
11041 (TEXI2DVI): New variable.
11042 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
11043 Add explicit commands.
11044 (TEXINDEX_OBJS): Delete duplicate getopt.o.
11045
11046 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11047
11048 * Version 19.22 released.
11049
11050 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11051
11052 * Makefile (TEXINDEX_OBJS): Delete spurious period.
11053
11054 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11055
11056 * Version 19.21 released.
11057
11058 1993-11-15 Paul Eggert (eggert@twinsun.com)
11059
11060 * man/Makefile (../info/cl.info): Rename from ../info/cl.
11061
11062 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11063
11064 * Makefile (../etc/GNU): New target.
11065 (EMACSSOURCES): Add gnu1.texi.
11066
11067 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11068
11069 * Makefile (realclean): Don't delete the Info files.
11070
11071 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11072
11073 * forms.texi: Fix forms.texi so that it will format correctly.
11074 Add missing `@end iftex', fix bad reference.
11075
11076 * info.texi, info-stn.texi: New files implement texinfo version of
11077 `info' file.
11078
11079 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
11080
11081 * Makefile: Fix targets for texindex, new info.texi files.
11082 * info-stnd.texi: New file implements info for standalone info
11083 reader.
11084 * info.texi: Update to include recent changes to "../info/info".
11085 New source file for ../info/info; includes info-stnd.texi.
11086
11087 * texindex.c: Include "../src/config.h" if building in emacs.
11088
11089 * Makefile: Change all files to FILENAME.texi, force all targets
11090 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
11091 vip.texinfo, forms.texinfo, cl.texinfo.
11092 Add target to build texindex.c, defining `emacs'.
11093
11094 * forms.texi: Install new file to match version 2.3 of forms.el.
11095
11096 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11097
11098 * Version 19.19 released.
11099
11100 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
11101
11102 * sc.texinfo: Fix info file name.
11103
11104 * Makefile (info): Add gnus and sc.
11105 (dvi): Add gnus.dvi and sc.dvi.
11106 (../info/sc, sc.dvi): New targets.
11107
11108 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11109
11110 * Version 19.18 released.
11111
11112 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11113
11114 * Makefile: Fix source file names of the separate manuals.
11115 (gnus.dvi, ../info/gnus): New targets.
11116
11117 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11118
11119 * Version 19.17 released.
11120
11121 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11122
11123 * split-man: Fix typos in last change.
11124
11125 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11126
11127 * Version 19.16 released.
11128
11129 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11130
11131 * version 19.15 released.
11132
11133 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11134
11135 * Makefile (distclean): It's rm, not rf.
11136
11137 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11138
11139 * Version 19.14 released.
11140
11141 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11142
11143 * Makefile: New file.
11144
11145 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11146
11147 * Version 19.13 released.
11148
11149 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11150
11151 * Version 19.9 released.
11152
11153 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11154
11155 * Version 19.8 released.
11156
11157 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11158
11159 * Version 19.7 released.
11160
11161 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
11162
11163 * gnus.texinfo: New file. Removed installation instructions.
11164
11165 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11166
11167 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
11168
11169 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11170
11171 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
11172 then define `\sc' as the command for smallcaps in Texinfo.
11173 This means that the @sc command will produce small caps. bfox has
11174 made the corresponding change to makeinfo and texinfm.el.
11175
11176 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11177
11178 * vip.texinfo: Remove menu entry Adding Lisp Code in node
11179 Customization since the menu entry did not point to anything.
11180 Also add an @finalout command to remove overfull hboxes from the
11181 printed output.
11182
11183 * cl.texinfo: Add @bye, \input line and @settitle to file.
11184 This file is clearly intended to be a chapter of some other work,
11185 but the other work does not yet exist.
11186
11187 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11188
11189 * texinfo.texinfo: Three typos corrected.
11190
11191 ;; Local Variables:
11192 ;; coding: utf-8
11193 ;; End:
11194
11195 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
11196
11197 This file is part of GNU Emacs.
11198
11199 GNU Emacs is free software: you can redistribute it and/or modify
11200 it under the terms of the GNU General Public License as published by
11201 the Free Software Foundation, either version 3 of the License, or
11202 (at your option) any later version.
11203
11204 GNU Emacs is distributed in the hope that it will be useful,
11205 but WITHOUT ANY WARRANTY; without even the implied warranty of
11206 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11207 GNU General Public License for more details.
11208
11209 You should have received a copy of the GNU General Public License
11210 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.