lisp/calc/calc.el (calc-enter, calc-pop): Use the variable
[bpt/emacs.git] / doc / misc / ChangeLog
1 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc.texi (Stack Manipulation Commands): Mention using the variable
4 `calc-context-sensitive-enter' for `calc-enter' and `calc-pop'.
5
6 2013-12-12 Michael Albinus <michael.albinus@gmx.de>
7
8 * tramp.texi (direntry): Use ssh but rsh.
9 (all): Encode all environment variable names with @env{...}.
10 (Bug Reports): Refer to Testing node.
11
12 2013-12-12 Glenn Morris <rgm@gnu.org>
13
14 * autotype.texi, cc-mode.texi, ediff.texi, ert.texi:
15 * htmlfontify.texi, ido.texi, octave-mode.texi, org.texi:
16 * srecode.texi, todo-mode.texi, tramp.texi:
17 Sync direntry with info/dir version.
18
19 2013-12-11 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
20
21 * Makefile.in: Add octave-mode.texi.
22
23 2013-12-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
24 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
25
26 * octave-mode.texi: Import from GNU Octave (doc/interpreter/emacs.txi).
27
28 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
29
30 * dbus.texi (Properties and Annotations): Fix typo.
31
32 2013-12-06 Bastien Guerry <bzg@gnu.org>
33
34 * org.texi: Don't include Emacs version within Org's version.
35
36 2013-12-06 Nicolas Goaziou <n.goaziou@gmail.com>
37
38 * org.texi (Creating one-off styles): Use new export snippet
39 syntax.
40
41 * org.texi (Export settings): documentation describing how text
42 above the first heading is ignored when an :export: tag is in a
43 file.
44
45 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
46
47 * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
48
49 2013-11-30 Glenn Morris <rgm@gnu.org>
50
51 * Makefile.in (distclean): Remove Makefile.
52
53 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
54
55 * ses.texi (Quick Tutorial): New chapter. (Bug#14748)
56 (The Basics, Formulas): Copyedits.
57 (Resizing, Printer functions): Add index entries.
58
59 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
60
61 * calc.texi (Customizing Calc): Mention new variable
62 `calc-context-sensitive-enter'.
63
64 2013-11-12 Aaron Ecay <aaronecay@gmail.com>
65
66 * org.texi (Exporting code blocks): Document the 'inline-only
67 setting for `org-export-babel-evaluate'. Document how :var
68 introduces code block dependencies.
69
70 2013-11-12 Achim Gratz <Stromeko@Stromeko.DE>
71
72 * org.texi (Header arguments): Document header-args[:lang]
73 properties and remove deprecated old-style properties from
74 documentation.
75
76 * org.texi (Agenda commands): Remove footnote from @tsubheading
77 and add a sentence with the reference instead.
78
79 2013-11-12 Bastien Guerry <bzg@gnu.org>
80
81 * org.texi (Catching invisible edits):
82 * org.texi (Plain lists, Plain lists):
83 * org.texi (Advanced configuration):
84 * org.texi (Tag groups):
85 * org.texi (Conventions):
86 * org.texi (Checkboxes, Radio lists):
87 * org.texi (Top, Summary, Exporting):
88 * org.texi (In-buffer settings): Fix typos.
89
90 * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
91 C-w'. Add an index entry for `org-refile-keep'.
92
93 * org.texi (Plain lists): Add an index entry for sorting plain
94 list. Document sorting by checked status for check lists.
95
96 * org.texi (Publishing options): Fix old variable names.
97
98 * org.texi (Orgstruct mode): Fix suggested setting of
99 `orgstruct-heading-prefix-regexp'.
100
101 * org.texi (Export settings): Document
102 `org-export-allow-bind-keywords'.
103
104 * org.texi (History and Acknowledgments): Small rephrasing.
105
106 * org.texi (Template elements): Add a footnote about tags accepted
107 in a year datetree.
108
109 * org.texi (Beamer export, @LaTeX{} and PDF export)
110 (Header and sectioning, @LaTeX{} specific attributes): Enhance
111 style.
112
113 * org.texi (Agenda commands): Add a footnote about dragging agenda
114 lines: it does not persist and it does not change the .org files.
115
116 * org.texi (Agenda commands): Add a table heading for dragging
117 agenda lines forward/backward.
118
119 * org.texi (Agenda commands): Add documentation for
120 `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
121
122 * org.texi (Publishing options): Update the list of options.
123 (Simple example, Complex example): Fix the examples.
124
125 * org.texi (Formula syntax for Calc): Don't use a bold font the
126 warning.
127
128 * org.texi (Other built-in back-ends): New section.
129
130 * org.texi (Editing source code): Document
131 `org-edit-src-auto-save-idle-delay' and
132 `org-edit-src-turn-on-auto-save'.
133
134 * org.texi (External links): Document contributed link types
135 separately.
136
137 * org.texi (Closing items): Document
138 `org-closed-keep-when-no-todo'.
139
140 * org.texi (Export back-ends): Rename from "Export formats".
141 (The Export Dispatcher): Remove reference to
142 `org-export-run-in-background'.
143 (Export settings): Minor rewrites.
144 (ASCII/Latin-1/UTF-8 export): Update variable's name.
145 (In-buffer settings): Add #+HTML_HEAD_EXTRA.
146
147 * org.texi (Export in foreign buffers): New section.
148 (Exporting): Remove documentation about converting the selected
149 region.
150
151 * org.texi (Advanced configuration): Put the filter valid types in
152 a table. Use @lisp and @smalllisp.
153
154 * org.texi: Use @code{nil} instead of nil. Update the maintainer
155 contact info.
156
157 * org.texi (Exporting): Better introductory sentence. Add a note
158 about conversion commands.
159 (Feedback, Orgstruct mode, Built-in table editor)
160 (Built-in table editor, Orgtbl mode, Updating the table)
161 (Property syntax, Capturing column view, Capture)
162 (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
163 (Exporting, Extending ODT export)
164 (Working with @LaTeX{} math snippets, dir, Customization)
165 (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
166 Uniformly use @kbd{M-x command RET}.
167
168 * org.texi (Filtering/limiting agenda items): New subsection.
169 Document the use of `org-agenda-max-*' options and
170 `org-agenda-limit-interactively' from the agenda.
171 (Agenda commands): Move details about filtering commands to
172 the new section, only include a summary here.
173 (Customizing tables in ODT export)
174 (System-wide header arguments, Conflicts, Dynamic blocks): Use
175 spaces for indentation.
176
177 * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
178
179 * org.texi (Links in HTML export, Images in HTML export)
180 (post): Fix syntax within #+ATTR_*.
181 (Tables in HTML export): Document `org-html-table-row-tags'
182 and use `org-html-table-default-attributes' instead of
183 `org-html-table-tag'.
184
185 * org.texi (Publishing action, Publishing options)
186 (Publishing links): Major rewrite. Enhance explanations for
187 `org-org-publish-to-org'. Remove reference to
188 `org-export-run-in-background'.
189
190 * org.texi: Fix many small typos. Use #+NAME instead of
191 #+TBLNAME. Use @smalllisp instead of @example.
192 (Special symbols): Add index?
193 (HTML preamble and postamble): Don't mention obsolete use of
194 opt-plist.
195 (JavaScript support): Don't mention the org-jsinfo.el file as it
196 has been merged with ox-html.el.
197
198 * org.texi (Installation, Feedback, Setting Options)
199 (Code evaluation security, org-crypt.el): Use @lisp instead of
200 @example.
201 (Agenda commands): Use @table instead of @example.
202
203 * org.texi (Adding hyperlink types): New appendix.
204
205 * org.texi (ODT export commands, Extending ODT export)
206 (Applying custom styles, Images in ODT export)
207 (Labels and captions in ODT export)
208 (Literal examples in ODT export)
209 (Configuring a document converter)
210 (Working with OpenDocument style files)
211 (Customizing tables in ODT export)
212 (Validating OpenDocument XML): Fix options names.
213
214 * org.texi (History and Acknowledgments): Update acknowledgments
215 to Nicolas. Add Nicolas Goaziou to the list of contributors.
216
217 * org.texi (System-wide header arguments): Don't use "customizing"
218 for setting a variable. Also remove comments.
219
220 * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
221 `org-agenda-start-on-weekday' to the variable index and document
222 them.
223
224 * org.texi (Sparse trees, Agenda commands)
225 (@LaTeX{} fragments, Selective export, Export options)
226 (The export dispatcher, ASCII/Latin-1/UTF-8 export)
227 (HTML Export commands, @LaTeX{}/PDF export commands)
228 (iCalendar export, Publishing options, Triggering publication)
229 (In-buffer settings): Update to reflect changes from the new
230 export engine.
231
232 * org.texi (Matching tags and properties): More examples. Explain
233 group tags expansion as regular expressions.
234
235 * org.texi (Tag groups): New section.
236
237 * org.texi (Setting tags): Tiny formatting fixes.
238
239 * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
240 names.
241
242 * org.texi (Storing searches): Add "agenda" and "agenda*" to the
243 concept index. Include example for these agenda views.
244 (Special agenda views): Mention the "agenda*" agenda view.
245
246 * org.texi (Repeated tasks): Document how to ignore a repeater
247 when using both a scheduled and a deadline timetamp.
248
249 * org.texi (Global and local cycling): Wrap in a new subsection.
250 (Initial visibility, Catching invisible edits): New subsections.
251
252 * org.texi (Visibility cycling): Mention that
253 `org-agenda-inhibit-startup' will prevent visibility setting when
254 the agenda opens an Org file for the first time.
255
256 * org.texi (Org syntax): New section.
257
258 * org.texi (Orgstruct mode): Document
259 `orgstruct-heading-prefix-regexp'.
260
261 * org.texi (Speeding up your agendas): New section.
262
263 * org.texi (Installation): When installing Org from ELPA, users
264 should do this from an Emacs session where no .org file has been
265 visited.
266
267 * org.texi (CSS support, In-buffer settings): Update HTML options
268 names.
269
270 * org.texi (Structure editing): Update documentation for
271 `org-insert-heading-or-item'.
272 (Plain lists, Relative timer): Update index entry.
273
274 * org.texi (JavaScript support): Update variable names.
275
276 * org.texi (comments): Minor formatting fix.
277
278 * org.texi (@LaTeX{} fragments): Minor enhancement.
279
280 * org.texi: Update the list contributions.
281
282 * org.texi (Agenda commands): Exporting the agenda to an .org file
283 will not copy the subtrees and the inherited tags. Document
284 `org-agenda-filter-by-regexp'.
285
286 * org.texi (Publishing action, Complex example): Fix names of
287 publishing functions.
288
289 * org.texi (Top, Exporting): Delete references to Freemind.
290 (Freemind export): Delete section.
291
292 * org.texi (Top, Exporting): Delete references to the XOXO export.
293 (XOXO export): Delete section.
294
295 * org.texi (Capture): Mention that org-remember.el is not
296 supported anymore.
297
298 * org.texi (Top, Exporting, Beamer class export): Delete
299 references to the TaskJuggler export.
300 (History and Acknowledgments): Mention that the TaskJuggler has
301 been rewritten by Nicolas and now lives in the contrib/ directory
302 of Org's distribution. Mention that Jambunathan rewrote the HTML
303 exporter. Remove Jambunathan from my own acknowledgments.
304 (TaskJuggler export): Delete.
305
306 * org.texi (HTML preamble and postamble)
307 (Tables in HTML export, Images in HTML export)
308 (Math formatting in HTML export, CSS support)
309 (@LaTeX{} and PDF export, Publishing options): Fix the names of
310 the HTML export and publishing options.
311
312 * org.texi (Literal examples, Export options)
313 (@LaTeX{} and PDF export, Header and sectioning)
314 (Publishing options): Fix LaTeX options names.
315
316 * org.texi (Export options, CSS support, In-buffer settings): Fix
317 references to HTML_LINK_* and HTML_STYLE keywords.
318
319 * org.texi (Export options, In-buffer settings): Fix references to
320 #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
321
322 * org.texi (Top, Markup, Initial text, Images and tables)
323 (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
324 (Export options, JavaScript support, Beamer class export): Remove
325 references to the DocBook export, which has been deleted.
326 (History and Acknowledgments): Mention that DocBook has been
327 deleted, suggest to use the Texinfo exporter instead, then to
328 convert the .texi to DocBook with makeinfo.
329 (Links in ODT export, Tables in ODT export): Fix indices.
330
331 * org.texi (Deadlines and scheduling): Add a variable to the
332 index. Add documentation about delays for scheduled tasks.
333
334 * org.texi (Emphasis and monospace): Mention
335 `org-fontify-emphasized-text' and
336 `org-emphasis-regexp-components'.
337
338 * org.texi (References): Small enhancement.
339
340 * org.texi (Column width and alignment): Make the example visually
341 more clear.
342
343 * org.texi (The clock table): Document :mstart and :wstart as a
344 way to set the starting day of the week.
345
346 * org.texi (In-buffer settings): Document new startup keywords.
347 Thanks to John J Foerch for this idea.
348
349 * org.texi (Include files): Tiny formatting fix.
350
351 * org.texi (Activation): Point to the "Conflicts" section.
352
353 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com>
354
355 * org.texi (CSS support): Clarify this section.
356
357 * org.texi (@LaTeX{} specific attributes): Document that tabu and
358 tabularx packages are not in the default set of packages.
359
360 * org.texi (Agenda commands): Document fortnight view.
361
362 * org.texi: Document conflict with ecomplete.el.
363
364 * org.texi (History and Acknowledgments): Acknowledgements for
365 Jason Dunsmore and Rakcspace.
366
367 * org.texi: Rename org-crypt.el node to org-crypt.
368
369 * org.texi (A @LaTeX{} example): Fix typo in variable name.
370
371 * org.texi (MobileOrg): Mention the new iPhone developer.
372
373 * org.texi (Table of contents) Improve documentation of TOC
374 placement.
375
376 * org.texi: Explain that date/time information at read-date prompt
377 should start at the beginning, not anywhere in the middle of a
378 long string.
379
380 2013-11-12 Christopher Schmidt <christopher@ch.ristopher.com>
381
382 * org.texi (Orgstruct mode): Fix wrong regexp.
383
384 2013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
385
386 * org.texi: Document export to (X)HTML flavors.
387
388 2013-11-12 Eric Schulte <schulte.eric@gmail.com>
389
390 * org.texi (Extracting source code): Mention the prefix argument
391 to org-babel-tangle.
392 (noweb): Removed erroneous negative.
393 (Specific header arguments): Document new header arguments.
394 Documentation for new tangle-mode header argument.
395 (Top): Documentation for new tangle-mode header argument.
396 (rownames): Documentation for new tangle-mode header argument.
397 Mention elisp as special rowname case.
398 (tangle-mode): Documentation for new tangle-mode header argument.
399 (post): Documentation and an example of usage.
400 (var): Remove the "Alternate argument syntax" section from the
401 documentation.
402 (hlines): Note that :hline has no effect for Emacs Lisp code
403 blocks.
404
405 2013-11-12 Feng Shu <tumashu@gmail.com>
406
407 * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
408 (Math formatting in HTML export)
409 (Working with @LaTeX{} math snippets): Add document about creating
410 formula image with imagemagick.
411
412 * org.texi (@LaTeX{} specific attributes): Document `:caption'
413 attribute of #+ATTR_LATEX.
414
415 2013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com>
416
417 * org.texi (Handling links): Fix a typo in
418 `org-startup-with-inline-images' documentation.
419
420 * org.texi (Previewing @LaTeX{} fragments): Document the startup
421 keywords to use for previewing LaTeX fragments or not.
422 (Summary of in-buffer settings): Improve formatting and add an
423 entry for the variable `org-startup-with-latex-preview'.
424
425 * org.texi (Property syntax): Recall the user to refresh the org
426 buffer when properties are set on a per-file basis.
427
428 2013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change)
429
430 * org.texi (Matching tags and properties): Clarification.
431
432 2013-11-12 Ippei Furuhashi <top.tuna+orgmode@gmail.com>
433
434 * org.texi (Editing and debugging formulas): Add an example when a
435 table has multiple #+TBLFM lines.
436
437 2013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change)
438
439 * org.texi (The clock table): Document acceptance of relative
440 times in tstart and tend, link to syntax description and provide
441 example.
442
443 2013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi>
444
445 * org.texi (The spreadsheet): Document lookup functions.
446
447 2013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
448
449 * org.text (CSS support): Mention .figure-number, .listing-number,
450 and .table-number.
451
452 2013-11-12 Michael Brand <michael.ch.brand@gmail.com>
453
454 * org.texi
455 (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
456 spreadsheet formula mode strings and some examples from @example
457 block with xy @r{yz} to @table.
458
459 * org.texi (Formula syntax for Calc): Improve the documentation of
460 empty fields in formulas for spreadsheet. Add explanation and
461 example for empty field. Extend explanations of format
462 specifiers. Add a sentence to mention Calc defmath.
463
464 * org.texi (Column formulas): Add a sentence to be more explicit
465 about when a table header is mandatory.
466
467 2013-11-12 Nicolas Goaziou <n.goaziou@gmail.com>
468
469 * org.texi (Subscripts and superscripts): Remove reference to
470 quoted underscores until this mechanism is implemented again.
471
472 * org.texi (Beamer export): Be more accurate about BEAMER_OPT
473 property.
474
475 * org.texi (Document title): Subtree export is no longer triggered
476 by marking one as the region.
477 (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
478 giving examples isn't very useful: "horizontal rule" is, at least,
479 as explicit as <hr/>.
480
481 * org.texi (HTML doctypes): Reflect keyword removal.
482 (CSS support): Reflect keyword removal.
483
484 * org.texi (@LaTeX{} specific attributes): Document new :float
485 values.
486
487 * org.texi (Export settings): Improve documentation.
488
489 * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
490 (Text areas in HTML export): Update text areas.
491 (HTML Export commands): Update export commands.
492
493 * org.texi (Header and sectioning): Add a footnote about the
494 different between LATEX_HEADER_EXTRA and LATEX_HEADER.
495
496 * org.texi (The Export Dispatcher): Document
497 `org-export-in-background'.
498
499 * org.texi (Footnotes): Export back-ends do not use
500 `org-footnote-normalize' anymore.
501
502 * org.texi: Document variable changes.
503
504 * org.texi (Export settings): Doument p: item in OPTIONS keyword.
505
506 * org.texi (Exporting): Massive rewrite of the first sections.
507 (Selective export): Delete.
508 (The Export Dispatcher): Rewrite.
509 (Export options): Rewrite as "Export settings".
510
511 * org.texi: Small changes to documentation for embedded LaTeX.
512
513 * org.texi (Internal links): Document #+NAME keyword and
514 cross-referencing during export.
515
516 * org.texi (Include files): Remove reference to :prefix1
517 and :prefix. Give more details for :minlevel.
518
519 * org.texi (Macro replacement): Fix macro name. Update
520 documentation about possible locations and escaping mechanism.
521
522 * org.texi (Table of contents): Update documentation. Document
523 lists of listings and lists of tables. Add documentation for
524 optional title and #+TOC: keyword.
525
526 2013-11-12 Rick Frankel <rick@rickster.com>
527
528 * org.texi (results): Add Format section, broken out of Type
529 section to match code.
530 (hlines, colnames): Remove incorrect Emacs Lisp exception. Note
531 that the actual default handling (at least for python and
532 emacs-lisp) does not seem to match the description.
533
534 2013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change)
535
536 * org.texi (The date/time prompt): Update the documentation to
537 reflect the new way `org-read-date-get-relative' handles weekdays.
538
539 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com>
540
541 * org.texi (Resolving idle time): Document
542 `org-clock-x11idle-program-name'.
543
544 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
545
546 * ert.texi (Running Tests Interactively): Adapt examle output.
547 (Tests and Their Environment): Mention skip-unless.
548
549 2013-10-23 Glenn Morris <rgm@gnu.org>
550
551 * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
552 * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
553 * widget.texi: Nuke @refill.
554
555 * Makefile.in (install-dvi, install-html, install-pdf)
556 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
557 (uninstall-pdf): Quote entities that might contain whitespace.
558
559 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
560
561 * calc.el (Data Type Formats): Don't specify the size at
562 which integers begin to be represented by lists.
563
564 2013-10-14 Xue Fuqiao <xfq.free@gmail.com>
565
566 * cl.texi (Argument Lists): Add indexes for &key and &aux.
567
568 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
569
570 * trampver.texi: Update release number.
571
572 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
573
574 Sync with Tramp 2.2.8.
575
576 * tramp.texi (External packages): Use `non-essential'.
577 * trampver.texi: Update release number.
578
579 2013-09-14 Glenn Morris <rgm@gnu.org>
580
581 * eshell.texi: Markup fixes.
582
583 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
584
585 * ido.texi (Interactive Substring Matching): Use @key{RET} instead
586 of @kbd{RET}.
587 (Prefix Matching): Add an index.
588
589 2013-09-08 Glenn Morris <rgm@gnu.org>
590
591 * emacs-gnutls.texi: Tweak direntry.
592
593 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
594
595 * tramp.texi (Alternative Syntax): Remove chapter.
596
597 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
598
599 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
600 for portability to hosts where /bin/sh has problems.
601
602 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
603
604 Try to reduce redundancy in doc/misc/Makefile.in.
605 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
606 (TARGETS): New intermediate variable.
607 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
608
609 2013-08-27 Glenn Morris <rgm@gnu.org>
610
611 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
612
613 * efaq.texi: Rename from faq.texi, to match its output files.
614 * Makefile.in: Update for faq.texi name change.
615
616 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
617
618 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
619
620 * efaq-w32.texi: Move here from the web-pages repository.
621 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
622 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
623 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
624 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
625 Add DOCMISC_*_W32 variables.
626 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
627 (efaq_w32_deps): New variable.
628 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
629 (efaq-w32.pdf, efaq-w32.html): New rules.
630 (clean): Remove efaq-w32 products.
631
632 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
633
634 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
635 shift_jis from the default value set to mm-coding-system-priorities for
636 Japanese users.
637
638 2013-08-13 Glenn Morris <rgm@gnu.org>
639
640 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
641 (Options - Defining Label Environments, Options - Creating Labels)
642 (Options - Referencing Labels, Options - Creating Citations)
643 (Options - Index Support, Options - Viewing Cross-References)
644 (Options - Finding Files, Options - Optimizations)
645 (Options - Fontification, Options - Misc):
646 * cc-mode.texi (Sample Init File):
647 * edt.texi (Init file):
648 * epa.texi (Encrypting/decrypting gpg files):
649 * mairix-el.texi (About, Setting up the mairix interface, Using)
650 (Extending):
651 Rename nodes to avoid characters that can cause Texinfo problems.
652
653 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
654
655 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
656
657 2013-08-12 Glenn Morris <rgm@gnu.org>
658
659 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
660 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
661 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
662 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
663 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
664 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
665 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
666 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
667 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
668 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
669 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
670 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
671 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
672
673 * woman.texi (Top): Avoid mailto: in html output.
674
675 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
676 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
677 (INSTALL_DATA): New, set by configure.
678 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
679 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
680 install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
681 uninstall-ps, and uninstall-doc.
682 (.SUFFIXES): Add .ps and .dvi.
683 (.dvi.ps): New suffix rule.
684 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
685 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
686 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
687 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
688 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
689 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
690 (ido.html, mairix-el.html, message.html, mh-e.html)
691 (newsticker.html, nxml-mode.html, org.html, pgg.html)
692 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
693 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
694 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
695 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
696 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
697 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
698 New rules.
699 (clean): Remove HTML_TARGETS and PS_TARGETS.
700
701 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
702
703 * ido.texi (Working Directories):
704 (Flexible Matching, Regexp Matching, Find File At Point)
705 (Ignoring, Misc Customization): Use @defopt for user options.
706
707 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
708
709 * htmlfontify.texi (Customization): Remove documentation of
710 `hfy-fast-lock-save'. Minor fixes.
711
712 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
713
714 * ido.texi (Top): Insert node "Working Directories" in menu.
715 (Working Directories): New node.
716 (Misc Customization): Add documentation of
717 `ido-confirm-unique-completion' and some other user options.
718
719 2013-08-07 Eli Zaretskii <eliz@gnu.org>
720
721 * todo-mode.texi: Update @dircategory.
722 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
723 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
724 @ref.
725
726 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
727
728 * sc.texi (Introduction): Fix index.
729 (Usage Overview):
730 (Citations, Citation Elements, Recognizing Citations)
731 (Information Keys and the Info Alist, Reference Headers)
732 (The Built-in Header Rewrite Functions)
733 (Electric References, Reply Buffer Initialization)
734 (Filling Cited Text, Selecting an Attribution)
735 (Attribution Preferences)
736 (Anonymous Attributions, Author Names)
737 (Using Regi, Post-yank Formatting Commands)
738 (Citing Commands, Insertion Commands)
739 (Mail Field Commands)
740 (Hints to MUA Authors, Thanks and History): Change from one space
741 between sentences to two.
742 (What Supercite Does): Typo fix.
743
744 * newsticker.texi (Usage): Use @key for RET.
745
746 * cl.texi (Argument Lists):
747 (For Clauses):
748 (Macros): Add indexes.
749
750 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
751
752 * cl.texi (Blocks and Exits): Add an index.
753
754 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
755
756 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
757 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
758 (todo-mode.dvi, todo-mode.pdf): New rules.
759
760 * todo-mode.texi: New file.
761
762 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
763
764 * gnus.texi (Basic Usage): Mention that warp means jump here.
765 (The notmuch Engine): Mention notmuch.
766
767 2013-07-30 Tassilo Horn <tsdh@gnu.org>
768
769 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
770 `gnus-subthread-sort-functions' and remove the obsolete documentation
771 of `gnus-sort-threads-recursively'.
772
773 2013-07-29 David Engster <deng@randomsample.de>
774
775 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
776 implementation.
777 (Introduction): Add further missing features.
778 (Building Classes): Add introductory paragraph.
779 (Wish List): Add metaclasses and EQL specialization.
780
781 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
782
783 * tramp.texi (Frequently Asked Questions): Mention
784 `tramp-use-ssh-controlmaster-options'.
785
786 2013-07-26 Tassilo Horn <tsdh@gnu.org>
787
788 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
789 `gnus-sort-threads-recursively'.
790
791 2013-07-25 Glenn Morris <rgm@gnu.org>
792
793 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
794 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
795
796 * erc.texi (Special Features): Update contact information.
797 (History): Avoid using @email.
798
799 * eshell.texi (Bugs and ideas): Minor updates.
800
801 * faq.texi (Reporting bugs, Origin of the term Emacs)
802 (Setting up a customization file)
803 (Using an already running Emacs process, Turning off beeping)
804 (Packages that do not come with Emacs)
805 (Replying to the sender of a message): Avoid using @email.
806
807 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
808
809 * reftex.texi (Imprint): Avoid using @email.
810
811 * ses.texi (Top): Update bug reporting instructions.
812 (Acknowledgments): Avoid using @email.
813
814 * woman.texi (Introduction, Background): Remove outdated information.
815 (Bugs, Acknowledgments): Avoid using @email.
816
817 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
818
819 * ido.texi: New file.
820
821 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
822
823 * gnus.texi (Customizing Articles): Document function predicates.
824
825 2013-07-08 Tassilo Horn <tsdh@gnu.org>
826
827 * gnus.texi (lines): Correct description of
828 `gnus-registry-track-extra's default value. Mention
829 `gnus-registry-remove-extra-data'.
830
831 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
832
833 * gnus.texi (Group Parameters): Mention regexp
834 substitutions (bug#11688).
835
836 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
837
838 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
839
840 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
841
842 * gnus.texi (Emacsen): Fix version.
843
844 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
845
846 2013-07-06 Glenn Morris <rgm@gnu.org>
847
848 * mh-e.texi: Fix external links.
849 (Using This Manual): Printed elisp manuals no longer available.
850
851 * newsticker.texi (Overview): Update URL.
852
853 * nxml-mode.texi (Introduction): Update URL.
854
855 * org.texi (JavaScript support): Fix URL.
856
857 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
858
859 * eudc.texi (CCSO PH/QI): Remove defunct URL.
860
861 * dbus.texi (Introspection): Update URL to a less defunct one.
862
863 * gnus.texi (Top): Restrict "Other related manuals" to info output.
864 (Foreign Groups): Use @indicateurl for examples.
865 (Direct Functions): Remove defunct URL.
866 (RSS): Update URL.
867
868 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
869 (FAQ 7-1): Update URL.
870
871 * pgg.texi (Top, Overview): Add note about obsolescence.
872
873 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
874
875 * texinfo.tex: Merge from gnulib.
876
877 2013-07-03 Glenn Morris <rgm@gnu.org>
878
879 * bovine.texi (top):
880 * cc-mode.texi (AWK Mode Font Locking):
881 * mh-e.texi (Preface):
882 * url.texi (URI Parsing): Fix cross-references to other manuals.
883
884 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
885
886 * gnus.texi (Client-Side IMAP Splitting):
887 Note that `nnimap-inbox' now can be a list.
888
889 2013-06-24 Glenn Morris <rgm@gnu.org>
890
891 * eshell.texi: Fix cross-references to other manuals.
892
893 2013-06-23 Glenn Morris <rgm@gnu.org>
894
895 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
896 Remove; not needed now we use a standard html layout for the faq.
897 (clean): Remove HTML_TARGETS, emacs-faq.text.
898
899 2013-06-21 Eduard Wiebe <usenet@pusto.de>
900
901 * flymake.texi (Parsing the output, Customizable variables):
902 Add reference to `flymake-warning-predicate'.
903
904 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
905
906 * tramp.texi (Top, Configuration): Insert section `Predefined
907 connection information' in menu.
908 (Predefined connection information): New section.
909 (Android shell setup): Make a reference to `Predefined connection
910 information'.
911
912 2013-06-19 Glenn Morris <rgm@gnu.org>
913
914 * Makefile.in (version): New, set by configure.
915 (clean): Delete dist tar file.
916 (infoclean): New, split from maintainer-clean.
917 (maintainer-clean): Run infoclean.
918 (dist): New rule, to make tarfile for www.gnu.org.
919
920 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
921
922 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
923 for keys q and Q.
924 (Standards): Reference RFC5804 as the defining document of the
925 managesieve protocol.
926
927 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
928
929 * eshell.texi (Input/Output): Expand to cover new visual-command
930 options, eshell-visual-subcommands and eshell-visual-options.
931 Divide into separate Visual Commands and Redirection sections.
932
933 2013-06-10 Glenn Morris <rgm@gnu.org>
934
935 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
936
937 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
938
939 * gnus.texi (Article Date):
940 Fix description of gnus-article-update-date-headers.
941
942 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
943
944 * erc.texi (Special Features): ERC is being maintained within
945 Emacs now.
946
947 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
948
949 * flymake.texi: Change from one space between sentences to two.
950
951 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * cl.texi (Obsolete Macros): Describe replacements for `flet'
954 (bug#14293).
955
956 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
957
958 * tramp.texi (Frequently Asked Questions): Precise, how to define
959 an own ControlPath.
960
961 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
962
963 * tramp.texi (Frequently Asked Questions): New item for
964 ControlPath settings.
965
966 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
967
968 * calc.texi (Basic Operations on Units): Streamline some
969 descriptions.
970
971 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
972
973 * eshell.texi (Built-ins): Update manual to mention tramp module.
974
975 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
976
977 * tramp.texi (Filename Syntax): Host names are not allowed to be
978 any method name, unless method name is specified explicitly.
979 Remove restriction on unibyte filenames.
980
981 * trampver.texi: Update release number.
982
983 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
984
985 doc: convert some TeX accents to UTF-8
986 * emacs-mime.texi (Interface Functions): Use 'Ă¯' rather than
987 '@"{@dotless{i}}'.
988
989 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
990
991 Sync with Tramp 2.2.7.
992
993 * trampver.texi: Update release number.
994
995 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
996
997 * calc.texi (Basic Operations on Units): Streamline some
998 descriptions.
999
1000 2013-03-08 Glenn Morris <rgm@gnu.org>
1001
1002 * faq.texi (Top): Don't say this was updated @today.
1003 That's irrelevant and leads to spurious diffs.
1004
1005 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1006
1007 * calc.texi (Basic Operations on Units):
1008 Fix cross-reference.
1009
1010 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1011
1012 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
1013
1014 2013-03-06 Alan Mackenzie <acm@muc.de>
1015
1016 * cc-mode.texi (Custom Line-Up): Clarify position of point on
1017 calling a line-up function.
1018
1019 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1020
1021 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
1022 * ses.texi: Switch from Latin-1 to UTF-8.
1023
1024 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1025
1026 * tramp.texi (External methods): Tramp does not connect Android
1027 devices by itself.
1028
1029 2013-03-02 Bill Wohler <wohler@newt.com>
1030
1031 Release MH-E manual version 8.5.
1032
1033 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1034 release 8.5.
1035
1036 * mh-e.texi (Preface, Conventions, Getting Started)
1037 (Using This Manual, Folder Selection, Viewing, Aliases)
1038 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
1039 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
1040 Update URLs.
1041
1042 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1043
1044 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
1045 and "plink2" entries. "plink2" is obsolete for a long time.
1046 (External methods): Remove "scp1" and "scp2" entries.
1047 Explain user name and host name specification for "adb".
1048
1049 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1050
1051 * tramp.texi (External methods): Mention `tramp-adb-program'.
1052
1053 2013-02-28 Bastien Guerry <bzg@gnu.org>
1054
1055 * org.texi (Visibility cycling): Suggest to set
1056 `org-agenda-inhibit-startup' to nil if user wants the startup
1057 visibility settings to be honored in any circumstances.
1058 (Progress logging, Checkboxes): Fix typos.
1059
1060 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1061
1062 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
1063 the macros, for Texinfo 4.13 and 5.0.
1064
1065 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
1066
1067 Port Tramp documentation to Texinfo 5.0.
1068 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
1069 (Filename Syntax): Do not use @trampfn{} in @item.
1070 (Filename completion): Use @columnfractions in @multitable.
1071
1072 2013-02-22 Glenn Morris <rgm@gnu.org>
1073
1074 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
1075
1076 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1077
1078 * Makefile.in (html): New rule.
1079
1080 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
1081
1082 * tramp.texi (Android shell setup): Improve. Reported by Thierry
1083 Volpiatto <thierry.volpiatto@gmail.com>.
1084
1085 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1086
1087 * tramp.texi (Top, Configuration): Insert section `Android shell
1088 setup' in menu.
1089 (Android shell setup): New section.
1090 (Connection types, Default Method)
1091 (Frequently Asked Questions): Mention "scp" instead of "scpc".
1092 (External methods): Remove "scpc" and "rsyncc" entries.
1093 (Frequently Asked Questions): Remove entry about ControlPersist.
1094
1095 2013-02-13 Glenn Morris <rgm@gnu.org>
1096
1097 * message.texi (News Headers): Don't mention yow any more.
1098
1099 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1100
1101 * calc.texi (Basic Operations on Units):
1102 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
1103
1104 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1105
1106 * eshell.texi: Fill most of the missing sections.
1107
1108 2013-02-07 Bastien Guerry <bzg@gnu.org>
1109
1110 * org.texi (References): Clarify an example.
1111 (Installation): Fix instructions.
1112 (Org-Plot): Fix link.
1113 (Checkboxes, Radio lists): Fix typos.
1114
1115 2013-02-07 Glenn Morris <rgm@gnu.org>
1116
1117 * cl.texi (Equality Predicates): Mention memql.
1118
1119 2013-02-07 Eric Ludlam <zappo@gnu.org>
1120
1121 * doc/misc/ede.texi (Creating a project): Make ede-new doc less
1122 specific, and only about items it supports, indicating that there
1123 might be more. Remove refs to simple project and direct automake
1124 from ede new.
1125 (Simple projects): Re-write to not talk about ede-simple-project
1126 which is deprecated, and instead use the term to mean projects
1127 that don't do much management, just project wrapping.
1128 Add ede-generic-project link.
1129 (ede-generic-project): New node (bug#11441).
1130
1131 2013-02-07 Glenn Morris <rgm@gnu.org>
1132
1133 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
1134
1135 2013-02-01 Glenn Morris <rgm@gnu.org>
1136
1137 * calc.texi (Help Commands): Update calc-view-news description.
1138 Mention etc/CALC-NEWS.
1139
1140 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1141
1142 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
1143
1144 2013-01-13 Bastien Guerry <bzg@gnu.org>
1145
1146 * org.texi (Installation): Simplify.
1147
1148 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
1149
1150 * org.texi (Handling links): Update the mention to the obsolete
1151 variable `org-link-to-org-use-id' with a mention to the newer
1152 variable `org-id-link-to-org-use-id'. Mention the need to load
1153 the org-id library.
1154
1155 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1156
1157 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
1158
1159 2013-01-09 Bastien Guerry <bzg@gnu.org>
1160
1161 * org.texi (Pushing to MobileOrg): Add footnote about using
1162 symbolic links in `org-directory'.
1163 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
1164 of the now obsolete alias `org-float'.
1165 (TODO basics): Add `org-use-fast-todo-selection' to the variable
1166 index. Fix description of TODO keywords cycling.
1167 (Advanced features): Add missing argument for @item.
1168 (Storing searches): Add index entries and a note about
1169 *-tree agenda views.
1170 (Structure editing): Document `org-mark-element' and
1171 `org-mark-subtree'.
1172 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
1173
1174 2013-01-08 Juri Linkov <juri@jurta.org>
1175
1176 * info.texi (Go to node): Mention the abbreviated format
1177 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
1178
1179 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
1180
1181 * autotype.texi: Remove undefined command @subtitlefont.
1182 * cc-mode.texi: Likewise.
1183
1184 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
1185 @item argument.
1186 (Property searches): Use \\ instead of @backslashchar{}.
1187 * pgg.texi (VERSION): Move @set below @setfilename.
1188
1189 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
1190
1191 * ada-mode.texi: Remove braces from @title argument.
1192 * eudc.texi: Likewise.
1193 * smtpmail.texi: Likewise.
1194 * auth.texi (VERSION): Set before first use.
1195 * emacs-gnutls.texi (VERSION): Likewise.
1196 * pgg.texi (VERSION): Likewise.
1197 * ede.texi (Top): Rename from top, all uses changed.
1198 * eshell.texi: Add missing argument to @sp.
1199 * forms.texi (Top): Reorder menu to match structure.
1200 * htmlfontify.texi (Customisation): Add missing @item in
1201 @enumerate.
1202 * org.texi (Advanced features): Add missing argument for @item.
1203 (Property searches): Use @backslashchar{} in macro argument.
1204 * pcl-cvs.texi: Add missing argument to @sp.
1205 (Movement commands): Fix use of @itemx.
1206 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
1207 * reftex.texi (Options (Creating Citations)): Add missing newline
1208 before @end.
1209 * tramp.texi (Obtaining Tramp): Remove extra dots.
1210 (Configuration): Reorder menu to match structure.
1211 (Remote shell setup): Replace literal NUL character by \0.
1212 * viper.texi (Marking): Add missing argument for @item.
1213
1214 2013-01-04 Glenn Morris <rgm@gnu.org>
1215
1216 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
1217 Add htmlfontify.
1218 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
1219 (htmlfontify.dvi, htmlfontify.pdf): New targets.
1220 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
1221 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
1222
1223 * htmlfontify.texi: Miscellaneous fixes and updates.
1224 Set copyright to FSF, update license to GFDL 1.3+.
1225
1226 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
1227
1228 * htmlfontify.texi: New file.
1229
1230 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1231
1232 * calc.texi (Free-Form Dates): Expand on the date reading
1233 algorithm.
1234
1235 2012-12-27 Glenn Morris <rgm@gnu.org>
1236
1237 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
1238 Avoid some overfull lines.
1239
1240 * widget.texi (Programming Example): Break some long lines.
1241
1242 * wisent.texi (Wisent Overview): Fix xref.
1243 (Grammar format, Understanding the automaton): Avoid overfill.
1244
1245 * bovine.texi (Optional Lambda Expression): Allow line break.
1246
1247 * auth.texi (Help for users): Break long lines.
1248
1249 * ada-mode.texi (Project file variables):
1250 Reword to reduce underfull hbox.
1251 (No project files, Use GNAT project file):
1252 Use smallexample to make some overfull lines less terrible.
1253
1254 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
1255 Fix cross-references to separate manuals.
1256
1257 * Makefile.in (gfdl): New variable. Use throughout where
1258 appropriate so that targets depend on doclicense.texi.
1259
1260 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1261
1262 * gnus.texi (Customizing the IMAP Connection): Mention the other
1263 authenticators.
1264
1265 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1266
1267 * gnus.texi (Browse Foreign Server):
1268 Document `gnus-browse-delete-group'.
1269
1270 2012-12-22 Glenn Morris <rgm@gnu.org>
1271
1272 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
1273 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
1274 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
1275 * widget.texi, wisent.texi: Nuke hand-written node pointers.
1276
1277 * Makefile.in (gfdl): New variable. Use throughout where
1278 appropriate so that targets depend on doclicense.texi.
1279
1280 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1281
1282 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
1283 doclicense.texi. Remove doclicense.texi from all targets that
1284 mentioned it explicitly.
1285 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
1286 $(emacsdir)/emacsver.texi.
1287 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
1288
1289 2012-12-21 Glenn Morris <rgm@gnu.org>
1290
1291 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
1292 Include emacsver.texi. Nuke hand-written node pointers.
1293 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
1294 Depend on emacsver.texi.
1295
1296 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
1297 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
1298 May as well just include doclicense.texi in everything.
1299
1300 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
1301 which @copying says is included.
1302
1303 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
1304 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
1305 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
1306 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
1307 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
1308 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
1309 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
1310 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
1311 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
1312 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
1313 * widget.texi, wisent.texi, woman.texi: Do not mention buying
1314 copies from the FSF, which does not publish these manuals.
1315
1316 * erc.texi: No need to include gpl in this small manual.
1317
1318 * org.texi (copying): Include a copy of the GFDL.
1319 (GNU Free Documentation License): New section.
1320
1321 2012-12-21 Bastien Guerry <bzg@gnu.org>
1322
1323 * org.texi: Fix typos.
1324
1325 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
1326
1327 * calc.texi (ISO 8601): Rename from ISO-8601,
1328 as it's typically spelled without a hyphen.
1329
1330 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1331
1332 * calc.texi (ISO-8601): New section.
1333 (Date Formatting Codes): Mention new codes.
1334 (Standard Date Formats): Mention new formats.
1335
1336 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
1337
1338 * tramp.texi (External methods): Move `adb' method here.
1339
1340 2012-12-13 Glenn Morris <rgm@gnu.org>
1341
1342 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
1343
1344 * wisent.texi: Small edits. Set copyright to FSF, update license to
1345 GFDL 1.3+.
1346 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
1347 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
1348 New targets.
1349 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
1350 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
1351
1352 * bovine.texi: Small edits. Set copyright to FSF, update license to
1353 GFDL 1.3+, remove empty index.
1354 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
1355 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
1356 New targets.
1357 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
1358 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
1359
1360 2012-12-13 Eric Ludlam <zappo@gnu.org>
1361 David Ponce <david@dponce.com>
1362 Richard Kim <emacs18@gmail.com>
1363
1364 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
1365
1366 2012-12-13 Glenn Morris <rgm@gnu.org>
1367
1368 * flymake.texi (Customizable variables, Locating the buildfile):
1369 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
1370
1371 * srecode.texi: Small edits. Set copyright to FSF, add explicit
1372 GFDL 1.3+ license, fix up index.
1373 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
1374 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
1375 (srecode.pdf): New targets.
1376 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
1377 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
1378
1379 2012-12-13 Eric Ludlam <zappo@gnu.org>
1380
1381 * srecode.texi: New file, imported from CEDET trunk.
1382
1383 2012-12-13 Bastien Guerry <bzg@gnu.org>
1384
1385 * org.texi (Summary, Code block specific header arguments)
1386 (Code block specific header arguments)
1387 (Header arguments in function calls, var, noweb)
1388 (Results of evaluation, Code evaluation security):
1389 Small reformatting: add a blank line before some example.
1390
1391 * org.texi (System-wide header arguments)
1392 (Header arguments in Org mode properties, Conflicts)
1393 (Dynamic blocks, Using the mapping API):
1394 Fix indentation of Elisp code examples.
1395
1396 * org.texi (Comment lines): Fix description of the comment syntax.
1397
1398 * org.texi (Installation): Mention "make test" in the correct section.
1399
1400 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1401
1402 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1403 These are just minor editorial changes.
1404
1405 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
1406
1407 * tramp.texi (History): Mention ADB.
1408 (Inline methods): Add `adb' method.
1409
1410 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
1411
1412 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
1413 (External methods): Fix typo.
1414
1415 2012-12-03 Glenn Morris <rgm@gnu.org>
1416
1417 * rcirc.texi (Notices): Fix typo.
1418
1419 2012-11-25 Bill Wohler <wohler@newt.com>
1420
1421 Release MH-E manual version 8.4.
1422
1423 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
1424 Update for release 8.4.
1425
1426 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
1427 (Junk): Add mh-whitelist-preserves-sequences-flag,
1428 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
1429 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
1430
1431 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
1432
1433 * mh-e.texi (Procmail): Fix two @ typos.
1434
1435 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1436
1437 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1438 These are just minor editorial changes.
1439
1440 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
1441
1442 * calc.texi (Date Formatting Codes): Mention the new beginning of
1443 the date numbering system.
1444
1445 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1446
1447 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
1448 (Date Forms): Correct off-by-one error in explanation of
1449 Julian day numbers. Give Gregorian equivalent of its origin.
1450
1451 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1452
1453 * doc/misc/calc.texi (Date Forms): Mention the customizable
1454 Gregorian-Julian switch.
1455 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
1456
1457 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1458
1459 Calc now uses the Gregorian calendar for all dates (Bug#12633).
1460 It also uses January 1, 1 AD as its day number 1.
1461 * calc.texi (Date Forms): Document this.
1462
1463 2012-11-16 Glenn Morris <rgm@gnu.org>
1464
1465 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
1466 (Obsolete Macros): Move example here from Function Bindings.
1467
1468 * erc.texi: Use @code{nil} rather than just "nil".
1469 (Modules): Undocument obsolete "hecomplete".
1470 Add "notifications".
1471 (Connecting): Add brief section on passwords.
1472 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
1473
1474 2012-11-13 Glenn Morris <rgm@gnu.org>
1475
1476 * flymake.texi (Customizable variables)
1477 (Highlighting erroneous lines): Mention flymake-error-bitmap,
1478 flymake-warning-bitmap, and flymake-fringe-indicator-position.
1479
1480 2012-11-12 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
1481
1482 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
1483 In all file place SES into @acronym{...}.
1484 (Advanced Features): Add key index and function index for
1485 ses-set-header-row. Add description for function
1486 ses-rename-cell. Add description for function
1487 ses-repair-cell-reference-all.
1488 (Ranges in formulas): Add description for ses-range flags.
1489
1490 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
1491
1492 * texinfo.tex: Merge from gnulib.
1493
1494 2012-11-10 Chong Yidong <cyd@gnu.org>
1495
1496 * url.texi (Introduction): Move url-configuration-directory to
1497 Customization node.
1498 (Parsed URIs): Split into its own node.
1499 (URI Encoding): New node.
1500 (Defining New URLs): Remove empty chapter.
1501 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
1502 Improve docs for url-queue-*.
1503 (Supported URL Types): Copyedits. Delete empty subnodes.
1504
1505 * url.texi (Introduction): Rename from Getting Started.
1506 Rewrite the introduction.
1507 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
1508
1509 2012-11-10 Glenn Morris <rgm@gnu.org>
1510
1511 * cl.texi (Obsolete Setf Customization):
1512 Revert defsetf example to the more correct let rather than prog1.
1513 Give define-modify-macro, defsetf, and define-setf-method
1514 gv.el replacements.
1515
1516 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
1517 (Setf Extensions): Remove obsolete reference.
1518 (Obsolete Setf Customization):
1519 Move note on lack of setf functions to lispref/variables.texi.
1520 Undocument get-setf-method, since it no longer exists.
1521 Mention simple defsetf replaced by gv-define-simple-setter.
1522
1523 2012-11-03 Glenn Morris <rgm@gnu.org>
1524
1525 * cl.texi: Further general copyedits.
1526 (List Functions): Remove copy-tree, standard elisp for some time.
1527 (Efficiency Concerns): Comment out examples that no longer apply.
1528 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
1529 (Creating Symbols, Random Numbers): De-emphasize internal
1530 variables cl--gensym-counter and cl--random-state. (Bug#12788)
1531 (Naming Conventions, Type Predicates, Macros)
1532 (Predicates on Numbers): No longer mention cl-floatp-safe.
1533
1534 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1535
1536 * gnus.texi (Mail Source Specifiers):
1537 Document :leave keyword used for pop mail source.
1538
1539 2012-11-01 Glenn Morris <rgm@gnu.org>
1540
1541 * cl.texi: General copyedits for style, line-breaks, etc.
1542 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
1543 (Macro Bindings, Blocks and Exits):
1544 Acknowledge existence of lexical-binding.
1545 (Iteration): Mainly defer to doc of standard dolist, dotimes.
1546
1547 2012-10-31 Glenn Morris <rgm@gnu.org>
1548
1549 * ert.texi (Introduction, The @code{should} Macro):
1550 Refer to "cl-assert" rather than "assert".
1551
1552 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
1553 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
1554 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
1555 Reword, and add details of flet and labels.
1556 (Modify Macros, Function Bindings): Add some xrefs.
1557
1558 2012-10-30 Glenn Morris <rgm@gnu.org>
1559
1560 * cl.texi (Modify Macros): Update for cl-letf changes.
1561 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
1562 (Setf Extensions): Partially restore note about cl-getf,
1563 mainly moved to lispref/variables.texi.
1564 (Property Lists): Fix cl-getf typos.
1565 (Mapping over Sequences): Mention cl-mapc naming oddity.
1566
1567 2012-10-29 Glenn Morris <rgm@gnu.org>
1568
1569 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
1570 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
1571 (Customizing Setf): Move contents to "Obsolete Setf Customization".
1572 (Modify Macros, Multiple Values, Other Clauses):
1573 Remove mentions of obsolete features.
1574 (Obsolete Setf Customization): Don't mention `apply' setf.
1575
1576 2012-10-28 Glenn Morris <rgm@gnu.org>
1577
1578 * cl.texi (Multiple Values, Common Lisp Compatibility):
1579 More namespace updates.
1580 (Obsolete Features): Copyedits.
1581 (Obsolete Lexical Macros, Obsolete Setf Customization):
1582 New subsections.
1583
1584 * cl.texi (Porting Common Lisp, Lexical Bindings):
1585 Add some xrefs to the Elisp manual.
1586
1587 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
1588 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
1589 (Obsolete Features): New appendix. Move Lexical Bindings here.
1590
1591 2012-10-27 Glenn Morris <rgm@gnu.org>
1592
1593 * cl.texi: Use defmac for macros rather than defspec.
1594 (Efficiency Concerns): Related copyedit.
1595
1596 * cl.texi (Control Structure): Update for setf now being in core.
1597 (Setf Extensions): Rename from Basic Setf. Move much of the
1598 former content to lispref/variables.texi.
1599 (Modify Macros): Move pop, push details to lispref/variables.texi.
1600 (Customizing Setf): Copyedits for setf etc being in core.
1601 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
1602 Further namespaces updates.
1603
1604 2012-10-26 Bastien Guerry <bzg@gnu.org>
1605
1606 * org.texi (Installation): Update the link to Org's ELPA.
1607 Also don't mention org-install.el anymore as the replacement file
1608 org-loaddefs.el is now loaded by org.el.
1609
1610 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
1611
1612 * tramp.texi (Frequently Asked Questions):
1613 Mention `tramp-completion-reread-directory-timeout' for performance
1614 improvement.
1615
1616 2012-10-25 Glenn Morris <rgm@gnu.org>
1617
1618 * cl.texi: Don't mess with the TeX section number counter.
1619 Use Texinfo recommended convention for quotes+punctuation.
1620 (Overview, Sequence Functions): Rephrase for better line-breaking.
1621 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
1622 (Macro Bindings, Conditionals, Iteration, Loop Basics)
1623 (Random Numbers, Mapping over Sequences, Structures)
1624 (Porting Common Lisp): Further updates for cl-lib namespace.
1625 (Modify Macros, Declarations, Macro Bindings, Structures):
1626 Break long lines in examples.
1627 (Dynamic Bindings): Update for changed progv behavior.
1628 (Loop Examples, Efficiency Concerns): Markup fixes.
1629 (Structures): Remove TeX margin change.
1630 (Declarations): Fix typos.
1631
1632 2012-10-24 Glenn Morris <rgm@gnu.org>
1633
1634 * cl.texi (Overview, Multiple Values, Creating Symbols)
1635 (Numerical Functions): Say less/nothing about the original cl.el.
1636 (Old CL Compatibility): Remove.
1637 (Assertions): Remove ignore-errors (standard Elisp for some time).
1638
1639 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
1640 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
1641 (Efficiency Concerns, Efficiency Concerns)
1642 (Common Lisp Compatibility, Old CL Compatibility):
1643 Further updates for cl-lib namespace.
1644
1645 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1646
1647 Update manual for new time stamp format (Bug#12706).
1648 * emacs-mime.texi (time-date): Update for new format.
1649 Also, fix bogus time stamp and modernize a bit.
1650
1651 2012-10-23 Glenn Morris <rgm@gnu.org>
1652
1653 * cl.texi: Include emacsver.texi. Use Emacs version number rather
1654 than unchanging cl.el version number.
1655 End all menu descriptions with a period.
1656 Do not use @dfn{CL} for every instance of "CL".
1657 (Overview): Remove no-runtime caveat, and note about foo* names.
1658 (Usage): Use cl-lib rather than cl.
1659 (Organization, Naming Conventions): Update for cl-lib.el.
1660 (Installation): Remove long-irrelevant node.
1661 (Program Structure, Predicates, Control Structure):
1662 Start updating for cl-lib namespace.
1663 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
1664 Depend on emacsver.texi.
1665
1666 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1667
1668 * trampver.texi: Update release number.
1669
1670 2012-10-06 Glenn Morris <rgm@gnu.org>
1671
1672 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
1673 ERC version.
1674 (Introduction): ERC is distributed with Emacs.
1675 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
1676 (Getting Started): Simplify.
1677 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
1678 (History): Mention ERC maintained as part of Emacs now.
1679 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
1680 Add dependency on emacsver.texi.
1681
1682 * erc.texi: Remove hand-written node pointers.
1683
1684 2012-10-05 Glenn Morris <rgm@gnu.org>
1685
1686 * newsticker.texi (Overview, Requirements, Usage, Configuration):
1687 Copyedits.
1688
1689 2012-10-01 Eric Ludlam <zappo@gnu.org>
1690
1691 * ede.texi (Quick Start, Project Local Variables)
1692 (Miscellaneous commands, ede-java-root, Development Overview)
1693 (Detecting a Project): New nodes.
1694 (Simple projects): Node deleted.
1695
1696 * eieio.texi (Building Classes): Some slot attributes cannot be
1697 overridden.
1698 (Slot Options): Remove an example.
1699 (Method Invocation, Documentation): New nodes.
1700
1701 2012-10-01 Glenn Morris <rgm@gnu.org>
1702
1703 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
1704 (reftex.pdf): Add dependency on emacsver.texi.
1705 * reftex.texi: Don't include directory part for emacsver.texi;
1706 the Makefile's -I handles it.
1707
1708 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1709
1710 Merge from standalone RefTeX repository.
1711
1712 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
1713 with macros.
1714 (Imprint): Mention Wolfgang in list of contributors.
1715 (Creating Citations): Give a hint about how to
1716 auto-revert the BibTeX database file when using external editors.
1717 (Referencing Labels): Simplify section about reference macro
1718 cycling.
1719 (Options (Referencing Labels)): Adapt to new structure of
1720 `reftex-ref-style-alist'.
1721 (Referencing Labels, Reference Styles): Document changes in the
1722 referencing functionality.
1723 (Commands): Mention options for definition of header and footer in
1724 BibTeX files.
1725 (Options (Creating Citations)): Document
1726 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
1727 (Reference Styles): New section.
1728 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
1729 (Options (Referencing Labels)): Remove descriptions of deprecated
1730 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
1731 Add descriptions for `reftex-ref-style-alist' and
1732 `reftex-ref-style-default-list'.
1733 (Referencing Labels): Update regarding reference styles.
1734 (Citation Styles): Mention support for ConTeXt.
1735 (Options (Defining Label Environments)): Fix typo.
1736 (Options (Creating Citations)):
1737 Document `reftex-cite-key-separator'.
1738
1739 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
1740
1741 * org.texi: Add description of ORG_ADD_CONTRIB to info
1742 documentation. Add link to Worg for more details.
1743
1744 * org.texi: Clarify installation procedure. Provide link to the
1745 build system description on Worg.
1746
1747 * org.texi: Remove reference to utils/, x11idle.c is now in
1748 contrib/scripts.
1749
1750 * org.texi: Re-normalize to "Org mode" in manual.
1751
1752 * org.texi (Installation): Adapt documentation to new build
1753 system. Mention GNU ELPA (since it needs to be handled like Emacs
1754 built-in Org).
1755
1756 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
1757
1758 * org.texi: Fix typo in description of the 'Hooks' section.
1759
1760 * org.texi: Add ID to the list of special properties.
1761
1762 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
1763
1764 * org.texi (Moving subtrees): Document the ability to archive to a
1765 datetree.
1766
1767 2012-09-30 Bastien Guerry <bzg@gnu.org>
1768
1769 * org.texi (Installation, Feedback, Batch execution):
1770 Use (add-to-list 'load-path ... t) for the contrib dir.
1771
1772 * org.texi (results): Update documentation for ":results drawer"
1773 and ":results org".
1774
1775 * org.texi (Column width and alignment): Fix typo.
1776
1777 * org.texi (Activation): Point to the "Conflicts" section.
1778
1779 * org.texi (Conflicts): Mention filladapt.el in the list of
1780 conflicting packages.
1781
1782 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
1783 not needed for versions of Emacs > 22.1.
1784
1785 * org.texi (History and Acknowledgments): Fix typo.
1786
1787 * org.texi (History and Acknowledgments): Add my own
1788 acknowledgments.
1789
1790 * org.texi (Agenda commands): Document the new command and the new
1791 option.
1792
1793 * org.texi (Agenda commands): Delete `org-agenda-action' section.
1794 (Agenda commands): Reorder. Document `*' to toggle persistent
1795 marks.
1796
1797 * org.texi (Agenda dispatcher):
1798 Mention `org-toggle-agenda-sticky'.
1799 (Agenda commands, Exporting Agenda Views): Fix typo.
1800
1801 * org.texi (Templates in contexts, Setting Options): Update to
1802 reflect changes in how contexts options are processed.
1803
1804 * org.texi (Templates in contexts): Document the new structure of
1805 the variables `org-agenda-custom-commands-contexts' and
1806 `org-capture-templates-contexts'.
1807
1808 * org.texi (Templates in contexts): Document the new option
1809 `org-capture-templates-contexts'.
1810 (Storing searches): Document the new option
1811 `org-agenda-custom-commands-contexts'.
1812
1813 * org.texi (Formula syntax for Lisp): Reformat.
1814
1815 * org.texi (Special properties, Column attributes)
1816 (Agenda column view): Document the new special property
1817 CLOCKSUM_T.
1818
1819 * org.texi (Template expansion): Document the new %l template.
1820
1821 * org.texi (Fast access to TODO states): Fix documentation about
1822 allowed characters for fast todo selection.
1823
1824 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
1825 use in `org-agenda-to-appt'.
1826
1827 * org.texi (Comment lines): Update wrt comments.
1828
1829 * org.texi (Resolving idle time): Document new keybinding.
1830
1831 * org.texi (Clocking commands): Document the use of S-M-<up/down>
1832 on clock timestamps.
1833
1834 * org.texi (Fast access to TODO states): Explicitly says only
1835 letters are supported as fast TODO selection keys.
1836
1837 * org.texi (Link abbreviations): Illustrate the use of the "%h"
1838 specifier. Document the new "%(my-function)" specifier.
1839
1840 * org.texi (Clocking commands): New cindex.
1841 (Clocking commands): Update documentation for `org-clock-in'.
1842 Document `org-clock-in-last'. Mention `org-clock-out' and
1843 `org-clock-in-last' as commands that can be globally bound.
1844 (Resolving idle time): Document continuous clocking.
1845
1846 * org.texi (Top, Introduction): Fix formatting.
1847 (Activation): Add index entries.
1848 (Conventions): Update section.
1849 (Embedded @LaTeX{}): Fix formatting.
1850
1851 * org.texi (Visibility cycling): Document `show-children'.
1852
1853 * org.texi (Using capture): Mention the `org-capture-last-stored'
1854 bookmark as a way to jump to the last stored capture.
1855
1856 * org.texi (Uploading files): Fix typo.
1857
1858 * org.texi (Using capture): Document `C-0' as a prefix argument
1859 for `org-capture'.
1860
1861 * org.texi (Agenda commands): Document persistent marks.
1862
1863 * org.texi (Template expansion): Update doc to reflect change.
1864
1865 * org.texi (Radio tables): Document the :no-escape parameter.
1866
1867 * org.texi (Repeated tasks): Document repeat cookies for years,
1868 months, weeks, days and hours.
1869
1870 * org.texi (Export options): State that you can use the d: option
1871 by specifying a list of drawers.
1872
1873 * org.texi (HTML preamble and postamble): Small doc improvement.
1874
1875 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
1876
1877 * org.texi: The sections in the Exporting section of the manual
1878 left out articles in the description of the org-export-as-*
1879 commands, among other places. This patch adds them, adds a few
1880 missing prepositions, and switches instances of "an HTML" to "a
1881 html" for internal consistency.
1882
1883 * org.texi: Alter several examples of headings with timestamps in
1884 them to include the timestamps in the body instead of the heading.
1885
1886 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
1887
1888 * org.texi (Agenda dispatcher): Document sticky agenda views and
1889 the new key for them.
1890
1891 2012-09-30 Charles <millarc@verizon.net> (tiny change)
1892
1893 * org.texi (Advanced features): Fix error in table.
1894
1895 2012-09-30 Feng Shu <tumashu@gmail.com>
1896
1897 * org.texi (@LaTeX{} fragments): Document imagemagick as an
1898 alternative to dvipng.
1899
1900 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
1901
1902 * org.texi: Remove extra curly bracket.
1903
1904 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
1905
1906 * org.texi (org-clock-in-last and org-clock-cancel): Update the
1907 defkeys.
1908
1909 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1910
1911 * org.texi (Agenda commands): Fix two typos by giving
1912 corresponding function names, according to
1913 `org-agenda-view-mode-dispatch'.
1914
1915 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
1916
1917 * org.texi (The spreadsheet): Fix typo.
1918
1919 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
1920
1921 * org.texi (Tracking your habits): Point to the "Tracking TODO
1922 state changes" section.
1923
1924 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
1925
1926 * org.texi (Literal examples): Remove reference to unknown
1927 `org-export-latex-minted' variable. Also simplify footnote since
1928 `org-export-latex-listings' documentation is exhaustive already.
1929
1930 * org.texi (Plain lists): Remove reference to now hard-coded
1931 `bullet' automatic rule.
1932
1933 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
1934
1935 * org.texi: Updated documentation accordingly.
1936
1937 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1938
1939 * texinfo.tex: Merge from gnulib.
1940
1941 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
1942
1943 Sync with Tramp 2.2.6.
1944
1945 * tramp.texi (Bug Reports): Cleanup caches before a test run.
1946
1947 * trampver.texi: Update release number.
1948
1949 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1950
1951 * texinfo.tex: Merge from gnulib.
1952
1953 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
1954
1955 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
1956 (bug#12096).
1957
1958 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1959
1960 * calc.texi (Simplification modes, Conversions)
1961 (Operating on Selections): Mention "basic" simplification.
1962 (The Calc Mode Line): Mention the mode line display for Basic
1963 simplification mode.
1964 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
1965 simplifications.
1966 (Basic Simplifications): Rename from "Limited Simplifications"
1967 Replace "limited" by "basic" throughout.
1968 (Algebraic Simplifications): Indicate that the algebraic
1969 simplifications are done by default.
1970 (Unsafe Simplifications): Mention `m E'.
1971 (Simplification of Units): Mention `m U'.
1972 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
1973 (Kinds of Declarations, Functions for Declarations):
1974 Mention "algebraic simplifications" instead of `a s'.
1975 (Algebraic Entry): Remove mention of default simplifications.
1976
1977 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1978
1979 * calc.texi (Getting Started, Tutorial): Change simulated
1980 Calc output to match actual output.
1981 (Simplifying Formulas): Mention that algebraic simplification is now
1982 the default.
1983
1984 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1985
1986 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
1987 (Bug#12073)
1988
1989 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1990
1991 Prefer typical American spelling for "acknowledgment".
1992 * calc.texi (History and Acknowledgments): Rename from
1993 History and Acknowledgements.
1994 * idlwave.texi (Acknowledgments):
1995 * ses.texi (Acknowledgments):
1996 * woman.texi (Acknowledgments): Rename from Acknowledgements.
1997
1998 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1999
2000 Rename configure.in to configure.ac (Bug#11603).
2001 * ede.texi (Compiler and Linker objects, ede-proj-project)
2002 (ede-step-project): Prefer the name configure.ac to configure.in.
2003
2004 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
2005
2006 * tramp.texi (Multi-hops):
2007 Introduce `tramp-restricted-shell-hosts-alist'.
2008
2009 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2010
2011 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
2012 methods, so don't mention smtpmail here.
2013
2014 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2015
2016 * gnus.texi (Picons): Document gnus-picon-properties.
2017
2018 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2019
2020 * gnus.texi: Remove mention of compilation, as that's no longer
2021 supported.
2022
2023 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2024
2025 * gnus.texi (Archived Messages): Mention
2026 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
2027
2028 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2029
2030 * gnus.texi (Various Summary Stuff):
2031 Remove mention of `gnus-propagate-marks'.
2032
2033 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2034
2035 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
2036 which no longer exist.
2037
2038 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2039
2040 * gnus.texi (Archived Messages):
2041 Document gnus-gcc-self-resent-messages.
2042
2043 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2044
2045 * message.texi (Mail Variables):
2046 Mention the optional user parameter for X-Message-SMTP-Method.
2047
2048 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2049
2050 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
2051
2052 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
2053
2054 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2055
2056 * gnus.texi (Key Index): Change encoding to utf-8.
2057
2058 2012-06-21 Glenn Morris <rgm@gnu.org>
2059
2060 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2061
2062 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2063
2064 * gnus.texi (Group Timestamp): Mention where to find documentation for
2065 the `gnus-tmp-' variables (bug#11601).
2066
2067 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
2068
2069 Sync with Tramp 2.2.6-pre.
2070
2071 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
2072 where appropriate.
2073 (Ad-hoc multi-hops): New section.
2074 (Remote processes): New subsection "Running remote processes on
2075 Windows hosts".
2076 (History): Add remote commands on Windows, and ad-hoc multi-hop
2077 methods.
2078 (External methods): "ControlPersist" must be set to "no" for the
2079 `scpc' method.
2080 (Remote processes): Add a note about `auto-revert-tail-mode'.
2081 (Frequently Asked Questions): Use "scpx" in combination with
2082 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
2083
2084 * trampver.texi: Update release number.
2085
2086 2012-06-10 Chong Yidong <cyd@gnu.org>
2087
2088 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
2089 compilation for html-mono.
2090
2091 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
2092
2093 * texinfo.tex: Merge from gnulib.
2094
2095 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2096
2097 * Makefile.in (echo-info): Don't try to install info files named
2098 just ".info".
2099
2100 2012-05-28 Glenn Morris <rgm@gnu.org>
2101
2102 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
2103
2104 * sc.texi: Nuke hand-written node pointers.
2105 Fix top-level menu to match actual node order.
2106
2107 2012-05-27 Glenn Morris <rgm@gnu.org>
2108
2109 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
2110 Some associated fixes, including not messing with chapno in cl.texi.
2111
2112 2012-05-27 Bastien Guerry <bzg@gnu.org>
2113
2114 * org.texi (Durations and time values): Fix typo.
2115
2116 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2117
2118 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
2119 Mention `calc-ensure-consistent-units'.
2120
2121 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
2122
2123 * cc-mode.texi: Avoid space before macro in 4th argument of cross
2124 reference commands. (Bug#11461)
2125
2126 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
2127
2128 2012-05-12 Glenn Morris <rgm@gnu.org>
2129
2130 * Makefile.in (mostlyclean): Add more TeX intermediates.
2131
2132 * Makefile.in: Make it look more like the other doc Makefiles.
2133 Use explicit $srcdir in all dependencies.
2134 Remove cd $srcdir from rules.
2135 (VPATH): Remove.
2136 (infodir): Set to an absolute path.
2137 (INFO_TARGETS): Use short names.
2138 (mkinfodir): infodir is now absolute.
2139 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
2140
2141 * Makefile.in (info.info): Rename from info, to avoid duplication.
2142 (.SUFFIXES): Disable implicit rules.
2143
2144 * Makefile.in (MKDIR_P): New, set by configure.
2145 (mkinfodir): Use $MKDIR_P.
2146
2147 2012-05-07 Glenn Morris <rgm@gnu.org>
2148
2149 * forms.texi (Long Example): Update for changed location of files.
2150
2151 2012-05-04 Glenn Morris <rgm@gnu.org>
2152
2153 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2154 (INFO_TARGETS): Use $INFO_EXT.
2155 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2156 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2157 (INFO_TARGETS): Use $INFO_EXT.
2158 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2159
2160 2012-05-02 Glenn Morris <rgm@gnu.org>
2161
2162 * Makefile.in (echo-info): New phony target, used by top-level.
2163
2164 * viper.texi: Make direntry shorter (also it is no longer "newest").
2165
2166 * emacs-gnutls.texi, ert.texi, org.texi:
2167 Fix dircategory, direntry to match info/dir.
2168
2169 * faq.texi: Convert @inforefs to @xrefs.
2170 Fix some malformed cross-references.
2171 (File-name conventions): Shorten section name to avoid overfull line.
2172 (How to add fonts): Use smallexample to avoid overfull lines.
2173
2174 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
2175
2176 * auth.texi (Help for users): Update for .gpg file being second.
2177
2178 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2179
2180 * org.texi (Agenda commands): Fix two typos: give corresponding
2181 function names, according to `org-agenda-view-mode-dispatch'.
2182
2183 2012-04-27 Glenn Morris <rgm@gnu.org>
2184
2185 * faq.texi (Major packages and programs): Remove section.
2186 There is no point listing 6 packages (cf etc/MORE.STUFF).
2187 (Finding Emacs and related packages): Move "Spell-checkers" here.
2188
2189 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2190
2191 * dbus.texi (Version): New node.
2192 (Properties and Annotations): Mention the object manager
2193 interface. Describe dbus-get-all-managed-objects.
2194 (Type Conversion): Floating point numbers are allowed, if an
2195 anteger does not fit Emacs's integer range.
2196 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
2197 (Asynchronous Methods): Fix description of
2198 dbus-call-method-asynchronously.
2199 (Receiving Method Calls): Fix some minor errors.
2200 Add dbus-interface-emacs.
2201 (Signals): Describe unicast signals and the new match rules.
2202 (Alternative Buses): Add the PRIVATE optional argument to
2203 dbus-init-bus. Describe its new return value. Add dbus-setenv.
2204
2205 2012-04-20 Glenn Morris <rgm@gnu.org>
2206
2207 * faq.texi (New in Emacs 24): New section.
2208 (Packages that do not come with Emacs): Mention M-x list-packages.
2209
2210 2012-04-14 Alan Mackenzie <acm@muc.de>
2211
2212 * cc-mode.texi (c-offsets-alist): Correct a typo.
2213
2214 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
2215
2216 * org.texi (Deadlines and scheduling): Fix the example: the
2217 DEADLINE item should come right after the headline. We enforce
2218 this convention, so it is a bug not to illustrate it correctly in
2219 the manual.
2220
2221 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2222
2223 * org.texi (Agenda commands): Fix documentation bug by swapping
2224 the equivalent keybindings to `org-agenda-next-line' with the ones
2225 to `org-agenda-previous-line'.
2226
2227 2012-04-14 Glenn Morris <rgm@gnu.org>
2228
2229 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2230
2231 2012-04-09 Eli Zaretskii <eliz@gnu.org>
2232
2233 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
2234 Add emacs-gnutls.
2235 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
2236
2237 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2238
2239 * Makefile.in: Add emacs-gnutls.texi to build.
2240
2241 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
2242
2243 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
2244
2245 * auth.texi (Secret Service API): Edit further and give examples.
2246 (Secret Service API): Adjust @samp to @code for collection names.
2247
2248 2012-04-04 Glenn Morris <rgm@gnu.org>
2249
2250 * auth.texi (Secret Service API): Copyedits.
2251 (Help for developers): Fill in some missing function doc-strings.
2252 (Help for users, Help for developers)
2253 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
2254
2255 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
2256
2257 * auth.texi (Secret Service API): Add the missing text.
2258
2259 2012-04-04 Chong Yidong <cyd@gnu.org>
2260
2261 * message.texi (Using PGP/MIME): Note that epg is now the default.
2262
2263 * gnus.texi: Reduce references to obsolete pgg library.
2264 (Security): Note that epg is now the default.
2265
2266 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
2267
2268 * nxml-mode.texi (Completion): C-RET is no longer bound to
2269 nxml-complete.
2270
2271 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2272
2273 * org.texi (Customizing tables in ODT export): Correct few errors.
2274
2275 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2276
2277 * org.texi (Links in ODT export): Update.
2278 (Labels and captions in ODT export): New node.
2279
2280 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2281
2282 * org.texi (Literal examples in ODT export): htmlfontify.el in
2283 Emacs-24.1 now supports fontification. So ODT source blocks will
2284 be fontified by default.
2285
2286 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
2287
2288 * org.texi (Refiling notes): Remove duplicated keybinding.
2289
2290 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2291
2292 * org.texi (noweb): Documentation of this new option to the :noweb
2293 header argument.
2294
2295 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
2296
2297 * org.texi (Header and sectioning): Add example demonstrating how
2298 to use "LaTeX_CLASS_OPTIONS".
2299
2300 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2301
2302 * org.texi (Noweb reference syntax): Describe the ability to
2303 execute noweb references in the manual.
2304
2305 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2306
2307 * org.texi (cache): Improve cache documentation when session
2308 evaluation is used.
2309
2310 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2311
2312 * org.texi (Plain lists): Document removal.
2313
2314 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
2315
2316 * org.texi: Decapitalize file name in references to Calc manual.
2317
2318 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2319
2320 * org.texi (Plain lists): Document removal.
2321
2322 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2323
2324 * org.texi (Top, OpenDocument Text export)
2325 (ODT export commands, Extending ODT export)
2326 (Images in ODT export, Tables in ODT export)
2327 (Configuring a document converter): Add or Update.
2328
2329 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
2330
2331 * org.texi (MobileOrg): Change the wording to reflect that the
2332 Android Version is no longer just the little brother of the iOS
2333 version.
2334
2335 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2336
2337 * org.texi (Key bindings and useful functions): Update babel key
2338 binding documentation in manual.
2339
2340 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2341
2342 * org.texi (noweb): Document new noweb header value.
2343
2344 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2345
2346 * org.texi (noweb-sep): Document new header argument.
2347
2348 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2349
2350 * org.texi (noweb-ref): Documentation of this new custom variable.
2351
2352 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2353
2354 * org.texi (wrap): Update the new :wrap documentation to match the
2355 current implementation.
2356
2357 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2358
2359 * org.texi: Added documentation for :wrap.
2360
2361 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2362
2363 * org.texi: #+RESULTS now user-configurable.
2364
2365 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2366
2367 * org.texi: Documented :noweb no-export.
2368
2369 2012-04-01 Thomas Dye <dk@poto.local>
2370
2371 * org.texi: Edit :noweb no header argument for correctness.
2372
2373 2012-04-01 Bastien Guerry <bzg@gnu.org>
2374
2375 * org.texi (Customization): Update the approximate number of Org
2376 variables.
2377
2378 2012-04-01 Thomas Dye <dk@poto.local>
2379
2380 * org.texi: The :results wrap produces a drawer instead of a
2381 begin_results block.
2382
2383 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
2384
2385 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
2386 reflect the new default.
2387
2388 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2389
2390 * info.texi (Expert Info): Move the index entry for "Texinfo" from
2391 "Getting Started" to this node. (Bug#10450)
2392
2393 2012-03-10 Chong Yidong <cyd@gnu.org>
2394
2395 * flymake.texi (Example -- Configuring a tool called via make):
2396 Mention the Automake COMPILE variable (Bug#8715).
2397
2398 * info.texi (Getting Started): Add an index entry (Bug#10450).
2399
2400 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
2401
2402 * dbus.texi (Signals): Known names will be mapped onto unique
2403 names, when registering for signals.
2404
2405 2012-02-29 Glenn Morris <rgm@gnu.org>
2406
2407 * url.texi: Fix quote usage in body text.
2408
2409 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
2410
2411 * cl.texi: Use @code{} in menus when appropriate.
2412
2413 2012-02-28 Glenn Morris <rgm@gnu.org>
2414
2415 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
2416 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
2417 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
2418 * org.texi, sc.texi, vip.texi, viper.texi:
2419 Standardize possessive apostrophe usage.
2420
2421 2012-02-26 Chong Yidong <cyd@gnu.org>
2422
2423 * ediff.texi (Quick Help Commands): Add a couple of index entries
2424 (Bug#10834).
2425
2426 2012-02-17 Glenn Morris <rgm@gnu.org>
2427
2428 * gnus.texi (Posting Styles):
2429 * remember.texi (Org): Fix cross-refs to other manuals.
2430
2431 2012-02-15 Glenn Morris <rgm@gnu.org>
2432
2433 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
2434 (Encryption): New chapter, split out from previous.
2435
2436 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2437
2438 * gnus.texi (Customizing the IMAP Connection):
2439 Mention nnimap-record-commands.
2440
2441 2012-02-10 Glenn Morris <rgm@gnu.org>
2442
2443 * url.texi (Retrieving URLs): Update url-retrieve arguments.
2444 Mention url-queue-retrieve.
2445
2446 2012-02-09 Glenn Morris <rgm@gnu.org>
2447
2448 * sem-user.texi (Semantic mode user commands): Typo fix.
2449
2450 * info.texi (Create Info buffer): Mention info-display-manual.
2451
2452 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2453
2454 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
2455 example (modified from an example by Michael Albinus).
2456
2457 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2458
2459 * gnus.texi (Agent Basics): Fix outdated description of
2460 `gnus-agent-auto-agentize-methods'.
2461
2462 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
2463
2464 * cc-mode.texi: Always @defindex ss.
2465 (Config Basics): Fix argument of @itemize.
2466 (Macro Backslashes): Add @code around index entry.
2467
2468 2012-01-23 Glenn Morris <rgm@gnu.org>
2469
2470 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
2471
2472 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
2473
2474 * tramp.texi (File): Tweak wording for the `scpc' option.
2475
2476 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2477
2478 * gnus.texi (Group Parameters): Really note precedence.
2479
2480 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2481
2482 * gnus.texi (Group Parameters): Note precedence.
2483
2484 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2485
2486 * org.texi (Noweb reference syntax): Adding documentation of
2487 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
2488 variable.
2489
2490 2012-01-03 Bastien Guerry <bzg@gnu.org>
2491
2492 * org.texi (Plain lists): Split the table to fix the display
2493 of items.
2494
2495 2012-01-03 Bastien Guerry <bzg@gnu.org>
2496
2497 * org.texi (Plain lists): Fix misplaced explanation.
2498
2499 2012-01-03 Bastien Guerry <bzg@gnu.org>
2500
2501 * org.texi (Plain lists, Agenda files): Add index entries.
2502
2503 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2504
2505 * org.texi: Use "Org mode" instead of alternatives like
2506 "Org-mode" or "org-mode".
2507
2508 2012-01-03 Bernt Hansen <bernt@norang.ca>
2509
2510 * org.texi (Agenda commands):
2511 Document `org-clock-report-include-clocking-task'.
2512
2513 2012-01-03 Bastien Guerry <bzg@gnu.org>
2514
2515 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
2516 C-c' on checkboxes.
2517
2518 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2519
2520 * org.texi: End sentences with two spaces.
2521
2522 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
2523
2524 * org.texi (External links): Document the link types file+sys
2525 and file+emacs, slightly narrow used page width.
2526
2527 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2528
2529 * org.texi (colnames): Note that colnames behavior may differ
2530 across languages.
2531
2532 2012-01-03 Bastien Guerry <bzg@gnu.org>
2533
2534 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
2535
2536 2012-01-03 Thomas Dye <dk@poto.westell.com>
2537
2538 * org.texi: Augmented discussion of babel property
2539 inheritance. Put footnote outside sentence ending period.
2540
2541 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2542
2543 * org.texi (eval): Documenting the full range of :eval header
2544 argument values.
2545
2546 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2547
2548 * org.texi (eval): Documentation of the new :eval option.
2549
2550 2012-01-03 Thomas Dye <dk@poto.local>
2551
2552 * org.texi: Add accumulated properties.
2553
2554 2012-01-03 Thomas Dye <dk@poto.local>
2555
2556 * org.texi: Documented no spaces in name=assign, another
2557 correction to :var table.
2558
2559 2012-01-03 Thomas Dye <dk@poto.local>
2560
2561 * org.texi: Changed DATA to NAME in Working With Source Code
2562 section.
2563
2564 2012-01-03 Tom Dye <tsd@tsdye.com>
2565
2566 * org.texi: Minor change to :var table.
2567
2568 2012-01-03 Tom Dye <tsd@tsdye.com>
2569
2570 * org.texi: More changes to :var table (some examples were wrong).
2571
2572 2012-01-03 Tom Dye <tsd@tsdye.com>
2573
2574 * org.texi: Cleaned up :var table.
2575
2576 2012-01-03 Bastien Guerry <bzg@gnu.org>
2577
2578 * org.texi (Timestamps, Weekly/daily agenda)
2579 (Weekly/daily agenda): Add @cindex for "appointment".
2580
2581 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2582
2583 * org.texi (Literal examples): A new link to the template for
2584 inserting empty code blocks.
2585 (Structure of code blocks): A new link to the template for
2586 inserting empty code blocks.
2587
2588 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
2589
2590 * org.texi (External links): Add footnote on how the behavior
2591 of the text search in Org files are controled by the variable
2592 `org-link-search-must-match-exact-headline'.
2593
2594 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2595
2596 * org.texi (Buffer-wide header arguments):
2597 Update documentation to reflect removal of #+PROPERTIES.
2598
2599 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2600
2601 * org.texi (The clock table): Mention that ACHIVED trees
2602 contribute to the clock table.
2603
2604 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2605
2606 * org.texi (Conflicts): Better yasnippet config info.
2607
2608 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
2609
2610 * org.texi (Selective export): Explicitly mention the default
2611 values for `org-export-select-tags',
2612 `org-export-exclude-tags'.
2613
2614 2012-01-03 Tom Dye <tsd@tsdye.com>
2615
2616 * org.texi: Added a line to specify that header arguments are
2617 lowercase.
2618
2619 2012-01-03 Tom Dye <tsd@tsdye.com>
2620
2621 * org.texi: :var requires default value when declared.
2622
2623 2012-01-03 Bastien Guerry <bzg@gnu.org>
2624
2625 * org.texi (Handling links): Add a note about the
2626 `org-link-frame-setup' option.
2627
2628 2012-01-03 David Maus <dmaus@ictsoc.de>
2629
2630 * org.texi (Exporting Agenda Views, Extracting agenda
2631 information): Fix command line syntax, quote symbol parameter
2632 values.
2633
2634 2012-01-03 David Maus <dmaus@ictsoc.de>
2635
2636 * org.texi (Exporting Agenda Views): Fix command line syntax.
2637
2638 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2639
2640 * gnus.texi (Mail Source Customization, Mail Back End Variables):
2641 Use octal notation for file permissions, which are normally
2642 thought of in octal.
2643 (Mail Back End Variables): Use more-plausible modes in example.
2644
2645 2011-12-20 Alan Mackenzie <acm@muc.de>
2646
2647 * cc-mode.texi: Update version string 5.31 -> 5.32.
2648
2649 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
2650
2651 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
2652
2653 2011-11-24 Glenn Morris <rgm@gnu.org>
2654
2655 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
2656
2657 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2658
2659 * makefile.w32-in: Update dependencies.
2660
2661 2011-11-20 Glenn Morris <rgm@gnu.org>
2662
2663 * gnus.texi (Group Information):
2664 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
2665
2666 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2667
2668 * gnus-coding.texi (Gnus Maintenance Guide):
2669 Rename from "Gnus Maintainance Guide".
2670
2671 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
2672 * eieio.texi (Customizing):
2673 * gnus.texi (Article Washing):
2674 * gnus-news.texi:
2675 * sem-user.texi (Smart Jump): Fix typos.
2676
2677 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2678
2679 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
2680
2681 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2682
2683 * ede.texi (project-am-texinfo):
2684 * gnus.texi (Sending or Not Sending):
2685 * org.texi (Template elements): Fix typos.
2686
2687 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
2688
2689 * ediff.texi (Hooks):
2690 * sem-user.texi (Semanticdb Roots): Fix typos.
2691
2692 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
2693
2694 * semantic.texi (Tag handling): Fix typo.
2695
2696 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
2697
2698 * gnus.texi (Other Gnus Versions): Remove.
2699
2700 2011-10-28 Alan Mackenzie <acm@muc.de>
2701
2702 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
2703 (Other Special Indentations): Add an xref to "Macros with ;".
2704 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
2705 "Macros with ;".
2706 (Macros with ;): New page.
2707
2708 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
2709 Document the new handling of nested scopes for movement by defuns.
2710
2711 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
2712
2713 Sync with Tramp 2.2.3.
2714
2715 * trampver.texi: Update release number.
2716
2717 2011-10-14 Glenn Morris <rgm@gnu.org>
2718
2719 * ert.texi (Introduction, How to Run Tests)
2720 (Running Tests Interactively, Expected Failures)
2721 (Tests and Their Environment, Useful Techniques)
2722 (Interactive Debugging, Fixtures and Test Suites):
2723 Minor rephrasings.
2724 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
2725 (Running Tests in Batch Mode): Simplify loading instructions.
2726 (Test Selectors): Clarify some selectors.
2727 (Expected Failures, Useful Techniques):
2728 Make examples fit in 80 columns.
2729
2730 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
2731
2732 * calc.texi (Basic Operations on Units): Discuss temperature
2733 conversion (`u t') alongside with other unit conversions ('u c').
2734
2735 2011-10-12 Glenn Morris <rgm@gnu.org>
2736
2737 * ert.texi: Whitespace trivia to make main menu items line up better.
2738
2739 2011-10-08 Glenn Morris <rgm@gnu.org>
2740
2741 * Makefile.in: Fix ert rules.
2742
2743 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2744
2745 * gnus.texi (Gnus Utility Functions): Add more references and
2746 explanations (bug#9683).
2747
2748 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2749
2750 * gnus.texi (Archived Messages): Note the default (bug#9552).
2751
2752 2011-09-21 Bill Wohler <wohler@newt.com>
2753
2754 Release MH-E manual version 8.3.
2755
2756 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2757 release 8.3.
2758 (Preface): Update support information.
2759 (From Bill Wohler): Reset text to original version. As a
2760 historical quote, the tense should be correct in the time that it
2761 was written.
2762
2763 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2764
2765 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
2766 (Finding the News): Doc clarification.
2767 (Terminology): Mention naming.
2768
2769 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2770
2771 * gnus.texi: Remove mentions of `recent', which are now obsolete.
2772 (Interactive): Document `quiet'.
2773
2774 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
2775
2776 * org.texi (Images in LaTeX export): Rewrite.
2777
2778 2011-08-15 Bastien Guerry <bzg@gnu.org>
2779
2780 * org.texi (Using the mapping API): Mention 'region as a possible
2781 scope for `org-map-entries'.
2782
2783 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2784
2785 * org.texi (Visibility cycling): Document `org-copy-visible'.
2786
2787 2011-08-15 Bastien Guerry <bzg@gnu.org>
2788
2789 * org.texi (Template expansion): Order template sequences in the
2790 proper order.
2791
2792 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2793
2794 * org.texi (eval): Expand discussion of the :eval header argument.
2795
2796 2011-08-15 Bastien Guerry <bzg@gnu.org>
2797
2798 * org.texi (Languages): Add Lilypond and Awk as supported
2799 languages.
2800
2801 2011-08-15 Achim Gratz <stromeko@nexgo.de>
2802
2803 * org.texi: Document that both CLOCK_INTO_DRAWER and
2804 LOG_INTO_DRAWER can be used to override the contents of variable
2805 org-clock-into-drawer (or if unset, org-log-into-drawer).
2806
2807 * org.texi: Replace @xref->@pxref.
2808
2809 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2810
2811 * org.texi (Evaluating code blocks): Documenting the new option
2812 for inline call lines.
2813
2814 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2815
2816 * org.texi (Results of evaluation): More explicit about the
2817 mechanism through which interactive evaluation of code is
2818 performed.
2819
2820 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2821
2822 * org.texi (noweb-ref): New header argument documentation.
2823
2824 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2825
2826 * org.texi (Extracting source code): Documentation of the new
2827 org-babel-tangle-named-block-combination variable.
2828
2829 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2830
2831 * org.texi (Structure of code blocks): Explicitly state that the
2832 behavior of multiple blocks of the same name is undefined.
2833
2834 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
2835
2836 * org.texi (TaskJuggler export): Modify the example to reflect the
2837 new effort durations.
2838
2839 2011-08-15 David Maus <dmaus@ictsoc.de>
2840
2841 * org.texi (Images in LaTeX export): Escape curly brackets in
2842 LaTeX example.
2843
2844 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2845
2846 * org.texi (The clock table): Document the :properties and
2847 :inherit-props arguments for the clocktable.
2848
2849 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2850
2851 * org.texi (Tables in LaTeX export): Document specifying placement
2852 options for tables.
2853
2854 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2855
2856 * org.texi (Evaluating code blocks): More specific documentation
2857 about the different types of header arguments.
2858
2859 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2860
2861 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
2862
2863 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2864
2865 * org.texi (Built-in table editor): Document the table field
2866 follow mode.
2867
2868 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
2869
2870 * org.texi (Easy Templates): Document new template.
2871
2872 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
2873
2874 * org.texi (Literal examples): Add a cross-reference from "Literal
2875 Examples" to "Easy Templates."
2876
2877 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2878
2879 * org.texi (The clock table): Add link to match syntax.
2880
2881 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2882
2883 * org.texi (Agenda commands): Document clock consistency checks.
2884
2885 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2886
2887 * org.texi (Built-in table editor): Document that \vert represents
2888 a vertical bar in a table field.
2889
2890 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2891
2892 * org.texi (Literal examples): Link from "Markup" > "Literate
2893 Examples" to "Working with Source Code".
2894
2895 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
2896
2897 * org.texi (Agenda commands): Doc for function option to bulk
2898 action.
2899
2900 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2901
2902 * org.texi (Template expansion): Document new %<...> template
2903 escape.
2904
2905 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2906
2907 * org.texi (Selective export): Document exclusion of any tasks
2908 from export.
2909
2910 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2911
2912 * org.texi (Selective export): Document how to exclude DONE tasks
2913 from export.
2914 (Publishing options): Document the properties to be used to turn off
2915 export of DONE tasks.
2916
2917 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2918
2919 * org.texi (The date/time prompt): Document date range protection.
2920
2921 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2922
2923 * org.texi (padline): Documentation of the new padline header
2924 argument.
2925
2926 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2927
2928 * org.texi (var): Adding "[" to list of characters triggering
2929 elisp evaluation.
2930
2931 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2932
2933 * org.texi (var): Documentation of Emacs Lisp evaluation during
2934 variable assignment.
2935
2936 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2937
2938 * org.texi (colnames): Reference indexing into variables, and note
2939 that colnames are *not* removed before indexing occurs.
2940 (rownames): Reference indexing into variables, and note that
2941 rownames are *not* removed before indexing occurs.
2942
2943 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2944
2945 * org.texi (var): Clarification of indexing into tabular
2946 variables.
2947
2948 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2949
2950 * org.texi (results): Documentation of the `:results wrap' header
2951 argument.
2952
2953 2011-08-15 Bastien Guerry <bzg@gnu.org>
2954
2955 * org.texi (LaTeX and PDF export): Add a note about a limitation
2956 of the LaTeX export: the org file has to be properly structured.
2957
2958 2011-08-15 Bastien Guerry <bzg@gnu.org>
2959
2960 * org.texi (Dynamic blocks, Structure editing):
2961 Mention the function `org-narrow-to-block'.
2962
2963 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2964
2965 * org.texi (Languages): Updating list of code block supported
2966 languages.
2967
2968 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2969
2970 * org.texi (Special properties): CATEGORY is a special property,
2971 but it may also used in the drawer.
2972
2973 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2974
2975 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
2976
2977 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
2978
2979 * org.texi (Include files): Document :lines.
2980
2981 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2982
2983 * org.texi (comments): Documentation of the ":comments noweb" code
2984 block header argument.
2985
2986 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2987
2988 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
2989 added extra whitespace around functions to be consistent with the
2990 rest of the section.
2991
2992 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2993
2994 * org.texi (Evaluating code blocks): Expand discussion of
2995 #+call: line syntax.
2996 (Header arguments in function calls): Expand discussion of
2997 #+call: line syntax.
2998
2999 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3000
3001 * org.texi (Evaluating code blocks): More explicit about how to
3002 pass variables to #+call lines.
3003
3004 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3005
3006 * org.texi (Results of evaluation): Link to the :results header
3007 argument list from the "Results of evaluation" section.
3008
3009 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3010
3011 * org.texi (Conflicts): Adding additional information about
3012 resolving org/yasnippet conflicts.
3013
3014 2011-08-15 David Maus <dmaus@ictsoc.de>
3015
3016 * org.texi (Publishing options): Document style-include-scripts
3017 publishing project property.
3018
3019 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3020
3021 * org.texi (Sparse trees): Document the next-error /
3022 previous-error functionality.
3023
3024 2011-08-15 Tom Dye <tsd@tsdye.com>
3025
3026 * org.texi (cache): Improve documentation of code block caches.
3027
3028 2011-08-15 Tom Dye <tsd@tsdye.com>
3029
3030 * org.texi (Code block specific header arguments):
3031 Documentation of multi-line header arguments.
3032
3033 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3034
3035 * org.texi (Code evaluation security): Add example for using a
3036 function.
3037
3038 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3039
3040 * org.texi (Tables in LaTeX export): Documentation of new
3041 attr_latex options for tables.
3042
3043 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
3044
3045 * trampver.texi: Update release number.
3046
3047 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
3048
3049 Sync with Tramp 2.2.2.
3050
3051 * trampver.texi: Update release number.
3052
3053 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3054
3055 * flymake.texi (Example -- Configuring a tool called via make):
3056 Use /dev/null instead of the Windows "nul" (bug#8715).
3057
3058 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3059
3060 * widget.texi (Setting Up the Buffer): Remove mention of the
3061 global keymap parent, which doesn't seem to be accurate
3062 (bug#7045).
3063
3064 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3065
3066 * org.texi (Special agenda views): Fix double quoting (bug#3509).
3067
3068 2010-07-10 Kevin Ryde <user42@zip.com.au>
3069
3070 * cl.texi (For Clauses): Add destructuring example processing an
3071 alist (bug#6596).
3072
3073 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3074
3075 * ediff.texi (Major Entry Points): Remove mention of `require',
3076 since that's not pertinent in the installed Emacs (bug#9016).
3077
3078 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3079
3080 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
3081 (Filtering New Groups): Clarify how simple the "options -n" format is.
3082 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
3083 is internal.
3084
3085 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
3086
3087 * tramp.texi (Cleanup remote connections):
3088 Add `tramp-cleanup-this-connection'.
3089
3090 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3091
3092 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
3093 zombies.
3094 (Checking New Groups): Ditto (bug#8974).
3095 (Checking New Groups): Move the reference to the right place.
3096
3097 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
3098
3099 * gnus.texi (Startup Files): Clarify that we're talking about numbered
3100 backups, and not actual vc (bug#8975).
3101
3102 2011-07-03 Kevin Ryde <user42@zip.com.au>
3103
3104 * cl.texi (For Clauses): @items for hash-values and key-bindings
3105 to make them more visible when skimming. Add examples of `using'
3106 clause to them, examples being clearer than a description in
3107 words (bug#6599).
3108
3109 2011-07-01 Alan Mackenzie <acm@muc.de>
3110
3111 * cc-mode.texi (Guessing the Style): New page.
3112 (Styles): Add a short introduction to above.
3113
3114 2011-06-28 Deniz Dogan <deniz@dogan.se>
3115
3116 * rcirc.texi (Configuration): Bug-fix:
3117 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
3118 Reported by Elias Pipping <pipping@exherbo.org>.
3119
3120 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3121
3122 * gnus.texi (Summary Mail Commands):
3123 Document `gnus-summary-reply-to-list-with-original'.
3124
3125 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3126
3127 * eshell.texi (Known problems): Fix typo.
3128
3129 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
3130
3131 * tramp.texi (Customizing Completion): Mention authinfo-style files.
3132 (Password handling): `auth-source-debug' is good for debug messages.
3133
3134 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3135
3136 * gnus.texi (Store custom flags and keywords): Refer to
3137 `gnus-registry-article-marks-to-{chars,names}' instead of
3138 `gnus-registry-user-format-function-{M,M2}'.
3139
3140 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3141
3142 * texinfo.tex: Merge from gnulib.
3143
3144 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3145
3146 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
3147 (Store custom flags and keywords):
3148 Mention `gnus-registry-user-format-function-M' and
3149 `gnus-registry-user-format-function-M2'.
3150
3151 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3152
3153 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
3154
3155 2011-05-17 Glenn Morris <rgm@gnu.org>
3156
3157 * gnus.texi (Face): Fix typo.
3158
3159 2011-05-14 Glenn Morris <rgm@gnu.org>
3160
3161 * dired-x.texi (Omitting Examples): Minor addition.
3162
3163 2011-05-10 Jim Meyering <meyering@redhat.com>
3164
3165 * ede.texi: Fix typo "or or -> or".
3166
3167 2011-05-03 Peter MĂ¼nster <pmlists@free.fr> (tiny change)
3168
3169 * gnus.texi (Summary Buffer Lines):
3170 gnus-summary-user-date-format-alist does not exist.
3171 (Sorting the Summary Buffer): More about sorting threads.
3172
3173 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
3174
3175 * trampver.texi: Update release number.
3176
3177 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
3178
3179 * tramp.texi (Frequently Asked Questions): New item for disabling
3180 Tramp in other packages.
3181
3182 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3183
3184 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
3185 (Fancy splitting to parent, Store arbitrary data):
3186 Update gnus-registry docs.
3187
3188 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
3189
3190 * ede.texi: Fix typos.
3191
3192 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3193
3194 * gnus.texi (Window Layout): @itemize @code doesn't exist.
3195 It's @table @code.
3196
3197 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
3198
3199 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
3200
3201 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3202
3203 * calc.texi (Logarithmic Units): Update the function names.
3204
3205 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3206
3207 * message.texi (Various Commands): Document format specs in the
3208 ellipsis.
3209
3210 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
3211
3212 * message.texi (Insertion Variables): Document message-cite-style.
3213
3214 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
3215
3216 * tramp.texi (Remote processes): New subsection "Running shell on
3217 a remote host".
3218
3219 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3220
3221 * auth.texi (Help for developers): Update docs to explain that the
3222 :save-function will only run the first time.
3223
3224 2011-03-12 Glenn Morris <rgm@gnu.org>
3225
3226 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
3227 (emacs-faq.text): New target.
3228 (clean): Add emacs-faq.
3229
3230 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
3231
3232 Sync with Tramp 2.2.1.
3233
3234 * trampver.texi: Update release number.
3235
3236 2011-03-11 Glenn Morris <rgm@gnu.org>
3237
3238 * Makefile.in (HTML_TARGETS): New.
3239 (clean): Delete $HTML_TARGETS.
3240 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
3241
3242 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3243
3244 * auth.texi (Help for developers): Show example of using
3245 `auth-source-search' with prompts and :save-function.
3246
3247 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3248
3249 * Version 23.3 released.
3250
3251 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
3252
3253 * message.texi (Message Buffers): Update default value of
3254 message-generate-new-buffers.
3255
3256 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
3257
3258 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
3259 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
3260 respectively.
3261 (Musical Notes): New section.
3262 (Customizing Calc): Mention the customizable variable
3263 calc-note-threshold.
3264
3265 2011-03-03 Glenn Morris <rgm@gnu.org>
3266
3267 * url.texi (Dealing with HTTP documents): Remove reference to
3268 function url-decode-text-part; never seems to have existed. (Bug#6038)
3269 (Configuration): Update url-configuration-directory description.
3270
3271 2011-03-02 Glenn Morris <rgm@gnu.org>
3272
3273 * dired-x.texi (Multiple Dired Directories): Remove mentions
3274 of dired-default-directory-alist and dired-default-directory.
3275 Move dired-smart-shell-command here...
3276 (Miscellaneous Commands): ... from here.
3277
3278 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3279
3280 * texinfo.tex: Update to version 2011-02-24.09.
3281
3282 2011-03-02 Glenn Morris <rgm@gnu.org>
3283
3284 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
3285 instead of the obsoleted dired-omit-here-always.
3286
3287 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
3288
3289 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
3290 supported systems.
3291
3292 2011-02-28 Glenn Morris <rgm@gnu.org>
3293
3294 * dbus.texi (Type Conversion): Grammar fix.
3295
3296 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
3297
3298 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
3299 "Debian GNU/Linux".
3300
3301 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
3302
3303 2011-02-23 Glenn Morris <rgm@gnu.org>
3304
3305 * dired-x.texi (Features): Minor rephrasing.
3306 (Local Variables): Fix typos.
3307
3308 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
3309 Standardize some Emacs/XEmacs terminology.
3310
3311 * dired-x.texi (Features): Don't advertise obsolete local variables.
3312 Simplify layout.
3313 (Omitting Variables): Update local variables example.
3314 (Local Variables): Say this is obsolete. Fix description of
3315 dired-enable-local-variables possible values.
3316
3317 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3318
3319 * auth.texi (Help for users): Mention ~/.netrc is also searched by
3320 default now.
3321
3322 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3323
3324 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
3325
3326 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3327
3328 * gnus.texi (Window Layout): Document layout names.
3329
3330 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3331
3332 * ada-mode.texi: Sync @dircategory with ../../info/dir.
3333 * auth.texi: Sync @dircategory with ../../info/dir.
3334 * autotype.texi: Sync @dircategory with ../../info/dir.
3335 * calc.texi: Sync @dircategory with ../../info/dir.
3336 * cc-mode.texi: Sync @dircategory with ../../info/dir.
3337 * cl.texi: Sync @dircategory with ../../info/dir.
3338 * dbus.texi: Sync @dircategory with ../../info/dir.
3339 * dired-x.texi: Sync @dircategory with ../../info/dir.
3340 * ebrowse.texi: Sync @dircategory with ../../info/dir.
3341 * ede.texi: Sync @dircategory with ../../info/dir.
3342 * ediff.texi: Sync @dircategory with ../../info/dir.
3343 * edt.texi: Sync @dircategory with ../../info/dir.
3344 * eieio.texi: Sync @dircategory with ../../info/dir.
3345 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
3346 * epa.texi: Sync @dircategory with ../../info/dir.
3347 * erc.texi: Sync @dircategory with ../../info/dir.
3348 * eshell.texi: Sync @dircategory with ../../info/dir.
3349 * eudc.texi: Sync @dircategory with ../../info/dir.
3350 * flymake.texi: Sync @dircategory with ../../info/dir.
3351 * forms.texi: Sync @dircategory with ../../info/dir.
3352 * gnus.texi: Sync @dircategory with ../../info/dir.
3353 * idlwave.texi: Sync @dircategory with ../../info/dir.
3354 * mairix-el.texi: Sync @dircategory with ../../info/dir.
3355 * message.texi: Sync @dircategory with ../../info/dir.
3356 * mh-e.texi: Sync @dircategory with ../../info/dir.
3357 * newsticker.texi: Sync @dircategory with ../../info/dir.
3358 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
3359 * org.texi: Sync @dircategory with ../../info/dir.
3360 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
3361 * pgg.texi: Sync @dircategory with ../../info/dir.
3362 * rcirc.texi: Sync @dircategory with ../../info/dir.
3363 * reftex.texi: Sync @dircategory with ../../info/dir.
3364 * remember.texi: Sync @dircategory with ../../info/dir.
3365 * sasl.texi: Sync @dircategory with ../../info/dir.
3366 * sc.texi: Sync @dircategory with ../../info/dir.
3367 * semantic.texi: Sync @dircategory with ../../info/dir.
3368 * ses.texi: Sync @dircategory with ../../info/dir.
3369 * sieve.texi: Sync @dircategory with ../../info/dir.
3370 * smtpmail.texi: Sync @dircategory with ../../info/dir.
3371 * speedbar.texi: Sync @dircategory with ../../info/dir.
3372 * trampver.texi [emacs]: Set emacsname to "Emacs".
3373 * tramp.texi: Sync @dircategory with ../../info/dir.
3374 * url.texi: Sync @dircategory with ../../info/dir.
3375 * vip.texi: Sync @dircategory with ../../info/dir.
3376 * viper.texi: Sync @dircategory with ../../info/dir.
3377 * widget.texi: Sync @dircategory with ../../info/dir.
3378 * woman.texi: Sync @dircategory with ../../info/dir.
3379
3380 2011-02-19 Glenn Morris <rgm@gnu.org>
3381
3382 * dired-x.texi (Technical Details): No longer redefines
3383 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
3384 dired-read-shell-command, or dired-find-buffer-nocreate.
3385
3386 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3387
3388 * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
3389
3390 2011-02-18 Glenn Morris <rgm@gnu.org>
3391
3392 * dired-x.texi (Optional Installation File At Point): Simplify.
3393
3394 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3395
3396 * auth.texi (Help for users): Use :port instead of :protocol for all
3397 auth-source docs.
3398 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
3399 to have two files in `auth-sources'.
3400
3401 2011-02-16 Glenn Morris <rgm@gnu.org>
3402
3403 * dired-x.texi: Use emacsver.texi to get Emacs version.
3404 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
3405 Depend on emacsver.texi.
3406
3407 * dired-x.texi: Drop meaningless version number.
3408 (Introduction): Remove old info.
3409 (Optional Installation Dired Jump): Autoload from dired-x.
3410 Remove incorrect info about loaddefs.el.
3411 (Bugs): Just refer to M-x report-emacs-bug.
3412
3413 * dired-x.texi (Multiple Dired Directories): Update for rename of
3414 default-directory-alist.
3415 (Miscellaneous Commands): No longer mention very old VM version 4.
3416
3417 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3418
3419 Merge from gnulib.
3420 * texinfo.tex: Update to version 2011-02-14.11.
3421
3422 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3423
3424 * auth.texi (Help for users):
3425 Login collection is "Login" and not "login".
3426
3427 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
3428
3429 * tramp.texi (History): Remove IMAP support.
3430 (External methods, Frequently Asked Questions): Remove `imap' and
3431 `imaps' methods.
3432 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
3433
3434 * trampver.texi: Remove default value of `emacsimap'.
3435
3436 2011-02-13 Glenn Morris <rgm@gnu.org>
3437
3438 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
3439 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
3440
3441 2011-02-12 Glenn Morris <rgm@gnu.org>
3442
3443 * sc.texi (Getting Connected): Remove old index entries.
3444
3445 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
3446
3447 * url.texi: Remove duplicate @dircategory (Bug#7942).
3448
3449 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
3450
3451 * auth.texi (Overview, Help for users, Help for developers):
3452 Update docs.
3453 (Help for users): Talk about spaces.
3454
3455 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3456
3457 * texinfo.tex: Update to version 2011-02-07.16.
3458
3459 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
3460
3461 * dbus.texi (Bus names): Adapt descriptions for
3462 dbus-list-activatable-names and dbus-list-known-names.
3463
3464 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
3465
3466 * calc.texi (Logarithmic Units): New section.
3467
3468 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
3469
3470 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
3471 manuals use it now.
3472
3473 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
3474
3475 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
3476
3477 * overrides.texi: Remove.
3478
3479 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
3480 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
3481
3482 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
3483
3484 * tramp.texi (Frequently Asked Questions): Mention problems with
3485 WinSSHD.
3486
3487 * trampver.texi: Update release number.
3488
3489 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
3490
3491 * tramp.texi:
3492 Replace "delimet" with "delimit" globally.
3493 Replace "explicite" with "explicit" globally.
3494 Replace "instead of" with "instead" where there was nothing after "of".
3495 Audit use of comma before interrogative pronoun, "that", or "which".
3496 Minor word order, spelling, wording changes.
3497
3498 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
3499
3500 * overrides.texi: New file to set or clear WEBHACKDEVEL.
3501
3502 * sieve.texi: Use WEBHACKDEVEL.
3503
3504 * sasl.texi: Use WEBHACKDEVEL.
3505
3506 * pgg.texi: Use WEBHACKDEVEL.
3507
3508 * message.texi: Use WEBHACKDEVEL.
3509
3510 * gnus.texi: Use WEBHACKDEVEL.
3511
3512 * emacs-mime.texi: Use WEBHACKDEVEL.
3513
3514 * auth.texi: Use WEBHACKDEVEL.
3515
3516 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
3517 manuals.
3518
3519 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
3520
3521 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
3522
3523 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3524
3525 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
3526 which in turn is copied from ftp://tug.org/tex/.
3527
3528 2011-02-03 Glenn Morris <rgm@gnu.org>
3529
3530 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
3531 (Binding combinations of modifiers and function keys):
3532 Let's assume people reading this are not using Emacs 18.
3533
3534 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
3535
3536 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
3537 since it's run automatically.
3538
3539 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3540
3541 * gnus.texi (Customizing Articles): Fix typo.
3542
3543 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3544
3545 * gnus.texi (Customizing Articles): Document the new way of customizing
3546 the date headers(s).
3547
3548 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3549
3550 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
3551 splitting example.
3552
3553 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3554
3555 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
3556 (MAKEINFO_OPTS): New variable.
3557 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
3558 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
3559 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
3560 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
3561 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
3562 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
3563 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
3564 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
3565 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
3566 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
3567 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
3568 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
3569 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
3570 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
3571 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
3572 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
3573 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
3574 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
3575
3576 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3577
3578 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
3579
3580 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
3581
3582 * message.texi (IDNA): Explain what it is.
3583
3584 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
3585
3586 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
3587
3588 2011-01-23 Werner Lemberg <wl@gnu.org>
3589
3590 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3591 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3592 (ENVADD): Update.
3593
3594 2011-01-18 Glenn Morris <rgm@gnu.org>
3595
3596 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
3597
3598 2011-01-14 Eduard Wiebe <usenet@pusto.de>
3599
3600 * nxml-mode.texi (Introduction): Fix file name typos.
3601
3602 2011-01-13 Christian Ohler <ohler@gnu.org>
3603
3604 * ert.texi: New file.
3605
3606 * Makefile.in:
3607 * makefile.w32-in: Add ert.texi.
3608
3609 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
3610
3611 * dbus.texi (Receiving Method Calls): New function
3612 dbus-register-service. Rearrange node.
3613
3614 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3615
3616 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
3617 which in turn is copied from ftp://tug.org/tex/.
3618
3619 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3620
3621 * dbus.texi (Receiving Method Calls): Describe new optional
3622 parameter dont-register-service of dbus-register-{method,property}.
3623
3624 2010-12-17 Daiki Ueno <ueno@unixuser.org>
3625
3626 * epa.texi (Encrypting/decrypting *.gpg files):
3627 Mention epa-file-select-keys.
3628
3629 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3630
3631 * gnus.texi (Archived Messages): Remove outdated text.
3632
3633 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3634
3635 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
3636
3637 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
3638
3639 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
3640
3641 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3642
3643 * gnus.texi (The swish++ Engine): Add customizable parameters
3644 descriptions.
3645 (The swish-e Engine): Ditto.
3646
3647 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3648
3649 * tramp.texi (Inline methods): Add "ksu" method.
3650 (Remote processes): Add example with remote `default-directory'.
3651
3652 2010-12-14 Glenn Morris <rgm@gnu.org>
3653
3654 * faq.texi (Expanding aliases when sending mail):
3655 Now build-mail-aliases is interactive.
3656
3657 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3658
3659 * gnus.texi: First pass at adding (rough) nnir documentation.
3660
3661 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3662
3663 * gnus.texi (Filtering New Groups):
3664 Mention gnus-auto-subscribed-categories.
3665 (The First Time): Remove, since default-subscribed-newsgroups has been
3666 removed.
3667
3668 2010-12-13 Glenn Morris <rgm@gnu.org>
3669
3670 * cl.texi (For Clauses): Small fixes for frames and windows.
3671
3672 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
3673
3674 * org.texi (Using capture): Document using prefix arguments for
3675 finalizing capture.
3676 (Agenda commands): Document prefix argument for the bulk scatter
3677 command.
3678 (Beamer class export): Document that also overlay arguments can be
3679 passed to the column environment.
3680 (Template elements): Document the new entry type.
3681
3682 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
3683
3684 * org.texi (Include files): Document :minlevel.
3685
3686 2010-12-11 Julien Danjou <julien@danjou.info>
3687
3688 * org.texi (Categories): Document category icons.
3689
3690 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
3691
3692 * org.texi (noweb): Fix typo.
3693
3694 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
3695
3696 * gnus.texi (Server Commands): Point to the rest of the server
3697 commands.
3698
3699 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3700
3701 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
3702 g'.
3703
3704 2010-12-02 Julien Danjou <julien@danjou.info>
3705
3706 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
3707
3708 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3709
3710 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
3711 (Direct Functions): Note the STARTTLS upgrade.
3712
3713 2010-11-27 Glenn Morris <rgm@gnu.org>
3714 James Clark <none@example.com>
3715
3716 * nxml-mode.texi (Introduction): New section.
3717
3718 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3719
3720 * gnus.texi (Server Commands): Document gnus-server-show-server.
3721
3722 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3723
3724 Sync with Tramp 2.2.0.
3725
3726 * trampver.texi: Update release number.
3727
3728 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3729
3730 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
3731 Mention that the TeX specific units won't use the `tex' prefix
3732 in TeX mode.
3733
3734 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3735
3736 * gnus.texi (Misc Article): Document gnus-inhibit-images.
3737
3738 2010-11-17 Glenn Morris <rgm@gnu.org>
3739
3740 * edt.texi: Remove information about Emacs 19.
3741
3742 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
3743
3744 * trampver.texi: Update release number.
3745
3746 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3747
3748 * gnus.texi (Article Washing): Fix typo.
3749
3750 2010-11-11 Noorul Islam <noorul@noorul.com>
3751
3752 * org.texi: Fix typo.
3753
3754 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3755
3756 * org.texi (Using capture): Explain that refiling is
3757 sensitive to cursor position.
3758
3759 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3760
3761 * org.texi (Images and tables): Add cross reference to link section.
3762
3763 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3764
3765 * org.texi: Document the <c> cookie.
3766
3767 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3768
3769 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
3770 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
3771
3772 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3773
3774 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
3775
3776 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3777
3778 * org.texi (Project alist): Mention that this is a property list.
3779
3780 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3781
3782 * org.texi (Setting up the staging area): Document that
3783 file names remain visible when encrypting the MobileOrg files.
3784
3785 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3786
3787 * org.texi (Setting up the staging area): Document which
3788 versions are needed for encryption.
3789
3790 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3791
3792 * org.texi (noweb): Update :noweb documentation to
3793 reflect the new "tangle" argument.
3794
3795 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3796
3797 * org.texi (Batch execution): Improve tangling script in
3798 documentation.
3799
3800 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3801
3802 * org.texi (Handling links):
3803 (In-buffer settings): Document inlining images on startup.
3804
3805 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3806
3807 * org.texi (Setting up the staging area): Document use of
3808 crypt password.
3809
3810 2010-11-11 David Maus <dmaus@ictsoc.de>
3811
3812 * org.texi (Template expansion): Add date related link type escapes.
3813
3814 2010-11-11 David Maus <dmaus@ictsoc.de>
3815
3816 * org.texi (Template expansion): Add mew in table for link type
3817 escapes.
3818
3819 2010-11-11 David Maus <dmaus@ictsoc.de>
3820
3821 * org.texi (Template expansion): Fix typo in link type escapes.
3822
3823 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3824
3825 * org.texi (Structure of code blocks): Another documentation tweak.
3826
3827 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3828
3829 * org.texi (Structure of code blocks): Documentation tweak.
3830
3831 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3832
3833 * org.texi (Structure of code blocks):
3834 Update documentation to mention inline code block syntax.
3835
3836 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3837
3838 * org.texi (comments): Improve wording.
3839
3840 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3841
3842 * org.texi (comments): Document the new :comments header arguments.
3843
3844 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3845
3846 * org.texi (Installation): Remove the special
3847 installation instructions for XEmacs.
3848
3849 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3850
3851 * org.texi (Easy Templates): New section. Documents quick
3852 insertion of empty structural elements.
3853
3854 2010-11-11 Noorul Islam <noorul@noorul.com>
3855
3856 * org.texi: Fix doc.
3857
3858 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3859
3860 * org.texi (The date/time prompt): Document specification
3861 of time ranges.
3862
3863 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3864
3865 * org.texi (Internal links): Document the changes in
3866 internal links.
3867
3868 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3869
3870 * org.texi (Agenda commands): Document the limitation for
3871 the filter preset - it can only be used for an entire agenda
3872 view, not in an individual block in a block agenda.
3873
3874 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
3875
3876 * org.texi (iCalendar export): Document alarm creation.
3877
3878 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
3879
3880 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
3881
3882 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3883
3884 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
3885
3886 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3887
3888 * calc.texi: Use emacsver.texi to determine Emacs version.
3889
3890 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3891
3892 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
3893 since that works by default.
3894
3895 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3896
3897 * gnus.texi (Customizing the IMAP Connection): Document
3898 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
3899
3900 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
3901
3902 * tramp.texi (Remote shell setup): New item "Interactive shell
3903 prompt". Reported by Christian Millour <cm@abtela.com>.
3904 (Remote shell setup, Remote processes): Use @code{} for
3905 environment variables.
3906
3907 2010-11-03 Glenn Morris <rgm@gnu.org>
3908
3909 * ediff.texi (Quick Help Commands, Miscellaneous):
3910 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
3911
3912 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3913
3914 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
3915
3916 2010-10-31 Glenn Morris <rgm@gnu.org>
3917
3918 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
3919
3920 2010-10-31 Glenn Morris <rgm@gnu.org>
3921
3922 * cc-mode.texi: Remove reference to defunct viewcvs URL.
3923
3924 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3925
3926 * gnus.texi (Client-Side IMAP Splitting):
3927 Mention nnimap-unsplittable-articles.
3928
3929 2010-10-29 Julien Danjou <julien@danjou.info>
3930
3931 * gnus.texi (Finding the News): Remove references to obsoletes
3932 variables `gnus-nntp-server' and `gnus-secondary-servers'.
3933
3934 2010-10-29 Eli Zaretskii <eliz@gnu.org>
3935
3936 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
3937 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
3938 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
3939 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
3940
3941 2010-10-28 Glenn Morris <rgm@gnu.org>
3942
3943 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
3944 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
3945 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
3946
3947 2010-10-25 Daiki Ueno <ueno@unixuser.org>
3948
3949 * epa.texi (Mail-mode integration): Add alternative key bindings
3950 for epa-mail commands; escape comma.
3951 Don't use the word "PGP", since it is a non-free program.
3952
3953 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
3954
3955 * calc.texi: Use emacsver.texi to determine Emacs version.
3956
3957 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
3958
3959 * gnus.texi (Group Parameters, Buttons): Fix typos.
3960
3961 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
3962
3963 * gnus.texi (Subscription Commands): Mention that you can also
3964 subscribe to new groups via the Server buffer, which is probably more
3965 convenient when subscribing to many groups.
3966
3967 2010-10-21 Julien Danjou <julien@danjou.info>
3968
3969 * message.texi (Message Headers): Allow message-default-headers to be a
3970 function.
3971
3972 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3973
3974 * gnus-news.texi: Mention new archive defaults.
3975
3976 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3977
3978 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
3979
3980 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3981
3982 * gnus.texi (HTML): Document the function value of
3983 gnus-blocked-images.
3984 (Article Washing): shr and gnus-w3m, not the direct function names.
3985
3986 2010-10-20 Julien Danjou <julien@danjou.info>
3987
3988 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
3989 variable.
3990
3991 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3992
3993 * gnus.texi (Customizing the IMAP Connection): The port strings are
3994 strings.
3995 (Document Groups): Mention git.
3996
3997 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3998
3999 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
4000 bzr/Gnus git sync.
4001
4002 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4003
4004 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
4005 change.
4006
4007 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4008
4009 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
4010 @item syntax for in-Emacs makeinfo.
4011
4012 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
4013
4014 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
4015 trim sentence.
4016
4017 2010-10-12 Daiki Ueno <ueno@unixuser.org>
4018
4019 * epa.texi (Caching Passphrases):
4020 * auth.texi (GnuPG and EasyPG Assistant Configuration):
4021 Clarify some configurations require to set up gpg-agent.
4022
4023 2010-10-11 Glenn Morris <rgm@gnu.org>
4024
4025 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
4026
4027 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4028
4029 * gnus.texi (Spam Package Introduction): Mention `$'.
4030
4031 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4032
4033 * makefile.w32-in (emacsdir): New variable.
4034 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
4035 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
4036
4037 2010-10-09 Glenn Morris <rgm@gnu.org>
4038
4039 * Makefile.in (mostlyclean): Delete *.toc.
4040
4041 * Makefile.in: Use $< in rules.
4042
4043 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
4044
4045 * Makefile.in ($(infodir)): Delete rule.
4046 (mkinfodir): New. Use it in all the info rules, rather than depending
4047 on infodir.
4048
4049 2010-10-09 Glenn Morris <rgm@gnu.org>
4050
4051 * gnus.texi (Article Washing): Fix previous change.
4052
4053 * Makefile.in (emacsdir): New variable.
4054 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
4055 Depend on emacsver.texi.
4056
4057 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
4058
4059 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
4060
4061 2010-10-08 Julien Danjou <julien@danjou.info>
4062
4063 * gnus.texi: Add mm-shr.
4064
4065 2010-10-08 Ludovic Courtès <ludo@gnu.org>
4066
4067 * gnus.texi (Finding the Parent, The Gnus Registry)
4068 (Registry Article Refer Method): Update docs for nnregistry.el.
4069
4070 2010-10-08 Daiki Ueno <ueno@unixuser.org>
4071
4072 * auth.texi (Help for users)
4073 (GnuPG and EasyPG Assistant Configuration): Update docs.
4074
4075 2010-10-08 Glenn Morris <rgm@gnu.org>
4076
4077 * cl.texi (Organization, Installation, Old CL Compatibility):
4078 Deprecate cl-compat for new code.
4079 (Usage, Installation): Remove outdated information.
4080
4081 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
4082
4083 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4084
4085 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
4086
4087 2010-10-06 Julien Danjou <julien@danjou.info>
4088
4089 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
4090
4091 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
4092 broken link.
4093
4094 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
4095
4096 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
4097 to ReiserFS.
4098
4099 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
4100 (FAQ 7-1): Fix getmail URL.
4101
4102 2010-10-06 Daiki Ueno <ueno@unixuser.org>
4103
4104 * epa.texi (Caching Passphrases): New section.
4105
4106 2010-10-06 Glenn Morris <rgm@gnu.org>
4107
4108 * Makefile.in (SHELL): Set it.
4109 (info): Move the mkdir dependency to the individual info files.
4110 (mostlyclean): Tidy up.
4111 (clean): Only delete the specific dvi and pdf files.
4112 (maintainer-clean): Be more restrictive in what we delete.
4113 ($(infodir)): Add parallel build workaround.
4114
4115 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4116
4117 * gnus.texi (Misc Article): Document gnus-widen-article-window.
4118
4119 2010-10-03 Julien Danjou <julien@danjou.info>
4120
4121 * emacs-mime.texi (Display Customization):
4122 Update mm-inline-large-images documentation and add documentation for
4123 mm-inline-large-images-proportion.
4124
4125 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4126
4127 * tramp.texi (Frequently Asked Questions):
4128 Mention remote-file-name-inhibit-cache.
4129
4130 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4131
4132 * gnus.texi (Splitting Mail): Fix @xref syntax.
4133 (Splitting Mail): Really fix the @ref syntax.
4134
4135 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4136
4137 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
4138 (Article Hiding): Add google banner example.
4139 Suggested by Benjamin Xu.
4140
4141 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4142
4143 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
4144 Remove nnimap-split-rule from examples.
4145
4146 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4147
4148 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
4149 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
4150 Fishman.
4151 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
4152
4153 2010-09-30 Julien Danjou <julien@danjou.info>
4154
4155 * gnus.texi (Gravatars): Fix documentation about
4156 gnu-gravatar-properties.
4157
4158 2010-09-29 Daiki Ueno <ueno@unixuser.org>
4159
4160 * epa.texi (Bug Reports): New section.
4161
4162 2010-09-29 Glenn Morris <rgm@gnu.org>
4163
4164 * Makefile.in (top_srcdir): Remove unused variable.
4165
4166 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4167
4168 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
4169 (Client-Side IMAP Splitting): Document 'default.
4170
4171 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4172
4173 * gnus.texi (Customizing the IMAP Connection):
4174 Document nnimap-fetch-partial-articles.
4175
4176 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4177
4178 * gnus-news.texi: Mention nnimap-inbox.
4179
4180 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
4181
4182 2010-09-26 Julien Danjou <julien@danjou.info>
4183
4184 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
4185
4186 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4187
4188 * gnus.texi (Security): Remove gpg.el mention.
4189
4190 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4191
4192 * gnus.texi (Browse Foreign Server): New variable
4193 gnus-browse-subscribe-newsgroup-method.
4194
4195 * gnus-news.texi: Mention it.
4196
4197 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4198
4199 * gnus.texi (NoCeM): Remove.
4200 (Startup Variables): No jingle.
4201
4202 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
4203
4204 * woman.texi (Interface Options): xz compression is now supported.
4205
4206 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4207
4208 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
4209 (Unavailable Servers): Document gnus-server-copy-server.
4210 (Using IMAP): Document the new nnimap.
4211
4212 2010-09-25 Julien Danjou <julien@danjou.info>
4213
4214 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
4215
4216 2010-09-24 Glenn Morris <rgm@gnu.org>
4217
4218 * url.texi (Disk Caching): Tweak previous change.
4219
4220 2010-09-24 Julien Danjou <julien@danjou.info>
4221
4222 * url.texi (Disk Caching): Mention url-cache-expire-time,
4223 url-cache-expired, and url-fetch-from-cache.
4224
4225 2010-09-24 Julien Danjou <julien@danjou.info>
4226
4227 * gnus.texi: Add Gravatars.
4228
4229 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4230
4231 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
4232
4233 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4234
4235 * gnus.texi (Expunging mailboxes): Update name of the expunging
4236 command.
4237
4238 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4239
4240 * emacs-mime.texi (rfc2047): Update description for
4241 rfc2047-encode-parameter.
4242
4243 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
4244
4245 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
4246 "fish" methods.
4247 (External methods): Remove "scp1_old" and "scp2_old" methods.
4248
4249 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
4250
4251 * tramp.texi: Remove Japanese manual. Fix typo.
4252
4253 * trampver.texi: Update release number. Remove japanesemanual.
4254
4255 2010-09-09 Glenn Morris <rgm@gnu.org>
4256
4257 * org.texi: Restore clobbered changes (copyright years, untabify).
4258
4259 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
4260
4261 * gnus.texi (Adaptive Scoring): Fix typo.
4262
4263 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4264
4265 * gnus.texi (Article Display): Document gnus-html-show-images.
4266
4267 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4268
4269 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
4270
4271 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4272
4273 * gnus.texi (HTML): Document gnus-max-image-proportion.
4274
4275 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4276
4277 * gnus.texi (HTML): Document gnus-blocked-images.
4278
4279 * message.texi (Wide Reply): Document message-prune-recipient-rules.
4280
4281 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4282
4283 * gnus.texi (Summary Mail Commands): Note that only the addresses from
4284 the first message are used for wide replies.
4285 (Changing Servers): Remove documentation on gnus-change-server and
4286 friends, since it's been removed.
4287
4288 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4289
4290 * gnus.texi (Drafts): Mention B DEL.
4291
4292 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4293
4294 * gnus.texi (Delayed Articles): Mention that the Date header is the
4295 original one, even if you delay.
4296
4297 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4298
4299 * gnus.texi (Asynchronous Fetching):
4300 Document gnus-async-post-fetch-function.
4301 (HTML): Made into its own section.
4302
4303 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
4304
4305 Sync with Tramp 2.1.19.
4306
4307 * tramp.texi (Inline methods, Default Method):
4308 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
4309 Remove remark about doubled "-t" argument.
4310 (Auto-save and Backup): Remove reference to Emacs 21.
4311 (Filename Syntax): Describe port numbers.
4312 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
4313 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
4314 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
4315 errors with the backquotes.
4316 (External packages): File attributes cache flushing for asynchronous
4317 processes.
4318 (Traces and Profiles): Describe verbose level 9.
4319
4320 * trampver.texi: Update release number.
4321
4322 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
4323
4324 * dbus.texi (Alternative Buses): New chapter.
4325
4326 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
4329
4330 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4331
4332 * calc.texi (Customizing Calc): Rearrange description of new
4333 variables to match the presentation of other variables.
4334
4335 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4336
4337 * org.texi (Footnotes, Tables in HTML export): Fix typos.
4338
4339 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4340
4341 * calc.texi (Making Selections, Selecting Subformulas)
4342 (Customizing Calc): Mention how to use faces to emphasize selected
4343 sub-formulas.
4344
4345 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
4346
4347 * tramp.texi (External packages): File attributes cache flushing
4348 for asynchronous processes.
4349
4350 2010-08-01 Alan Mackenzie <acm@muc.de>
4351
4352 Enhance the manual for the latest Java Mode.
4353
4354 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
4355 annotation-var-cont.
4356 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
4357 two new symbols.
4358
4359 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
4360
4361 * tramp.texi (Traces and Profiles): Describe verbose level 9.
4362
4363 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
4364
4365 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
4366
4367 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
4368
4369 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
4370
4371 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4372
4373 * org.texi: Add macros to get plain quotes in PDF output.
4374 List additional contributors.
4375 (Capture): New section, replaces the section about remember.
4376 (Working With Source Code): New chapter, focused on documenting Org
4377 Babel.
4378 (Code evaluation security): New section.
4379 (MobileOrg): Document DropBox support.
4380 (TaskJuggler export): Document taskjuggler and Gantt chart support.
4381 (Special symbols): Show how to display UTF8 characters for entities.
4382 (Global TODO list): Clarify the use of the "M" key and the differences
4383 to the "m" key.
4384 (RSS Feeds): Mention Atom feeds as well.
4385 (Setting tags): Remove paragraph about
4386 `org-complete-tags-always-offer-all-agenda-tags'.
4387
4388 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
4389
4390 * tramp.texi (Inline methods): Remove remark about doubled "-t"
4391 argument.
4392 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
4393 echoing shells.
4394
4395 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
4396
4397 * tramp.texi (Inline methods): Remove "kludgy" phrase.
4398 (Filename Syntax): Describe port numbers.
4399
4400 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
4401
4402 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
4403 forgotten.
4404 (Type Conversion): Precise conversion of natural numbers.
4405 (Errors and Events): Add "debugging" to concept index. Add variable
4406 `dbus-debug'.
4407
4408 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
4409
4410 * dbus.texi (Receiving Method Calls): Add optional argument
4411 EMITS-SIGNAL to `dbus-register-property'.
4412
4413 2010-06-27 Alex Schroeder <alex@gnu.org>
4414
4415 * nxml-mode.texi (Commands for locating a schema): Fix typo.
4416
4417 2010-06-24 Glenn Morris <rgm@gnu.org>
4418
4419 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4420 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
4421 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4422 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
4423 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
4424 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
4425 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
4426 * woman.texi: Start direntry descriptions in column 32, per Texinfo
4427 convention. Make them end with a period.
4428
4429 2010-06-23 Glenn Morris <rgm@gnu.org>
4430
4431 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
4432 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
4433 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
4434 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
4435 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
4436 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
4437
4438 2010-06-10 Glenn Morris <rgm@gnu.org>
4439
4440 * idlwave.texi (Load-Path Shadows):
4441 * org.texi (Handling links): Fix typos.
4442
4443 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4444
4445 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
4446
4447 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
4448
4449 * eshell.texi (Built-ins): Describe, how to disable a built-in command
4450 by an alias. (Bug#6226)
4451
4452 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4453
4454 * calc.texi (Manipulating Vectors): Mention that vectors can
4455 be used to determine bins for `calc-histogram'.
4456
4457 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
4458
4459 * calc.texi: Remove "\turnoffactive" commands throughout.
4460
4461 2010-05-08 Å tÄ›pĂ¡n NÄ›mec <stepnem@gmail.com> (tiny change)
4462
4463 * url.texi (HTTP language/coding, Customization):
4464 * message.texi (Header Commands, Responses):
4465 * cl.texi (Argument Lists): Fix typos.
4466
4467 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4468
4469 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
4470 Note that Development menu is always available.
4471 (Creating a project): Fix terminology.
4472 (Add/Remove files): Fix typo.
4473
4474 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4475
4476 * Version 23.2 released.
4477
4478 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
4479
4480 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
4481
4482 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
4483
4484 * tramp.texi (Inline methods, Default Method):
4485 Mention `tramp-inline-compress-start-size'.
4486
4487 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4488
4489 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
4490 the CVS repo. Put the Git repo in the news section.
4491
4492 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
4493 Removed some mentions of CVS. Mention the new Git repo.
4494
4495 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
4496
4497 * gnus.texi (Score File Format): Fix typo. Reported by Å tÄ›pĂ¡n NÄ›mec.
4498 (Mail Group Commands): Add index entry.
4499
4500 2010-04-18 Glenn Morris <rgm@gnu.org>
4501
4502 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
4503
4504 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
4505
4506 * calc.texi (Radix modes): Mention that the option prefix will
4507 turn on twos-complement mode.
4508 (Inverse and Hyperbolic Flags): Mention the Option flag.
4509
4510 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
4511
4512 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
4513 (LaTeX/PDF export commands): Rename and Move section.
4514 (Sectioning structure): Update.
4515 (References): New use case for field coordinates.
4516 (The export dispatcher): Rename from ASCII export.
4517 (Setting up the staging area): Document the availability of
4518 encryption for MobileOrg.
4519 (Images and tables): Document how to reference labels.
4520 (Index entries): New section.
4521 (Generating an index): New section.
4522 (Column width and alignment): Document that <N> now
4523 means a fixed width, not a maximum width.
4524 (Publishing options): Document the :email option.
4525 (Beamer class export): Fix bug in the BEAMER example.
4526 (Refiling notes): Document refile logging.
4527 (In-buffer settings): Document refile logging keywords.
4528 (Drawers): Document `C-c C-z' command.
4529 (Agenda commands): Mention the alternative key `C-c C-z'.
4530 (Special properties): Document the BLOCKED property.
4531 (The spreadsheet): Mention the formula editor.
4532 (References): Document field coordinates.
4533 (Publishing action): Correct the documentation for the
4534 publishing function.
4535 (The date/time prompt): Document that we accept dates
4536 like month/day/year.
4537 (Cooperation): Document the changes in table.el support.
4538 (Faces for TODO keywords, Faces for TODO keywords)
4539 (Priorities): Document the easy colors.
4540 (Visibility cycling): Document the new double prefix
4541 arg for `org-reveal'.
4542 (Cooperation): Remember.el is part of Emacs.
4543 (Clean view): Mention that `wrap-prefix' is also set by
4544 org-indent-mode.
4545 (Agenda commands): Add information about prefix args to
4546 scheduling and deadline commands.
4547 (Search view): Point to the docstring of
4548 `org-search-view' for more details.
4549 (Agenda commands): Document that `>' prompts for a date.
4550 (Setting tags): Document variable
4551 org-complete-tags-always-offer-all-agenda-tags.
4552 (Column attributes): Cross-reference special properties.
4553
4554 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4555
4556 Synchronize with Tramp repository.
4557
4558 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
4559 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
4560 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
4561 syntax, texi2dvi reports errors with the backquotes.
4562
4563 * trampver.texi: Update release number.
4564
4565 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
4566
4567 * gnus.texi (Finding the News): Add pointers to the Server buffer
4568 because it's essential.
4569
4570 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4571
4572 * gnus.texi (MIME Commands): Update description of
4573 gnus-article-browse-html-article.
4574
4575 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4576
4577 * auth.texi (Secret Service API): Add TODO node.
4578 (Help for users): Explain the new source options for `auth-sources'.
4579
4580 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4581
4582 * trampver.texi: Update release number.
4583
4584 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * Branch for 23.2.
4587
4588 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4589
4590 * faq.texi (Escape sequences in shell output): Note that ansi-color is
4591 now enabled by default.
4592
4593 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4594
4595 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
4596 when Emacs runs in interactive mode. (Bug#5645)
4597
4598 2010-02-16 Glenn Morris <rgm@gnu.org>
4599
4600 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
4601
4602 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4603
4604 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
4605
4606 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4607
4608 * gnus.texi (Score File Format): Fix typo.
4609
4610 2010-01-19 Mark A. Hershberger <mah@everybody.org>
4611
4612 * cc-mode.texi: Replace references to obsolete c-subword-mode.
4613
4614 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4615
4616 * ada-mode.texi (Project File Overview): Fix typo.
4617
4618 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4619
4620 * semantic.texi: Add Richard Y. Kim credit.
4621
4622 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
4623
4624 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
4625
4626 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
4627 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
4628
4629 2010-01-17 Glenn Morris <rgm@gnu.org>
4630
4631 * calc.texi (Reporting Bugs): Don't mention format of repository.
4632
4633 * woman.texi (Bugs): Make "Emacs repository" less specific,
4634 and the URL for same more specific.
4635
4636 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
4637
4638 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4639
4640 * ede.texi (ede-step-project, ede-proj-target):
4641 * tramp.texi (Remote processes): Fix typos.
4642
4643 2010-01-16 Mario Lang <mlang@delysid.org>
4644
4645 * ede.texi (ede-target):
4646 * org.texi (Refiling notes): Remove duplicated words.
4647
4648 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4649
4650 * gnus.texi (Posting Styles): Use with-current-buffer.
4651 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
4652
4653 2010-01-02 Kevin Ryde <user42@zip.com.au>
4654
4655 * eieio.texi (Naming Conventions): Correction to xref on elisp
4656 coding conventions, is "Tips" node not "Standards".
4657
4658 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
4659
4660 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
4661
4662 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
4663
4664 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4665
4666 * gnus.texi (Direct Functions): Add missing port number to tls method.
4667
4668 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
4669
4670 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
4671 ($(infodir)/edt, edt.dvi): New targets.
4672
4673 2009-12-15 Glenn Morris <rgm@gnu.org>
4674
4675 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
4676 (edt, $(infodir)/edt, edt.dvi): New targets.
4677 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
4678
4679 * Makefile.in (PDF_TARGETS, pdf): New.
4680 (clean): Add *.pdf.
4681 Add pdf rules for all manuals.
4682
4683 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
4684
4685 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
4686
4687 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4688
4689 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
4690 (Smart Jump, Analyzer Debug): Copyedits.
4691 (Semantic mode user commands): Link to new nodes.
4692 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
4693 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
4694 upstream Semantic manual.
4695
4696 * semantic.texi (Introduction): Minor fix to diagram.
4697
4698 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4699
4700 * eshell.texi (History): Add the other built-in variables.
4701 (Built-ins): Explain built-ins, and how to apply the external commands.
4702 Add `history', `su' and `sudo'.
4703
4704 * tramp.texi (Remote processes): Add missing <RET> in the example.
4705
4706 2009-12-01 Bill Wohler <wohler@newt.com>
4707
4708 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
4709 path for mairix example. Specify -q in namazu example since namazu is
4710 excessively garrulous.
4711
4712 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4713
4714 * tramp.texi (Remote processes): Improve eshell example with "su"
4715 and "sudo" commands.
4716
4717 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
4718
4719 * semantic.texi (Analyzer Internals): Rename from Analyzer.
4720
4721 * sem-user.texi (Semantic mode user commands): Fix key syntax.
4722 Document semantic-complete-analyze-inline.
4723 (Semanticdb search debugging commands): Minor clarification.
4724 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
4725 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
4726 manual.
4727 (Semantic mode): Link to Idle Scheduler.
4728
4729 2009-11-28 Kevin Ryde <user42@zip.com.au>
4730
4731 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
4732 @pxref, now EIEIO is in Emacs.
4733
4734 * erc.texi (Development): Correction to git tutorial url.
4735
4736 2009-11-26 Glenn Morris <rgm@gnu.org>
4737
4738 * faq.texi (Latest version of Emacs): Mention stability of development
4739 version.
4740 (Problems with very large files): Max buffer size increase in 23.2.
4741 (VM): VM has moved house again.
4742
4743 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4744
4745 * calc.texi (Radix modes): Discuss alternate bases for two's complement
4746 notations.
4747
4748 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
4749
4750 * org.texi (Column attributes): Fix documentation of new operators.
4751
4752 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4753
4754 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
4755 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
4756 (Idle Completions Mode): Numerous copyedits.
4757
4758 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
4759
4760 * semantic.texi (Semantic Internals, Glossary):
4761 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
4762 (Semanticdb search debugging commands): Fix typos.
4763
4764 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4765
4766 * calc.texi (Radix modes): Mention twos-complement notation.
4767
4768 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
4769
4770 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
4771 ($(infodir)/semantic, semantic.dvi): New targets.
4772
4773 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
4774
4775 * Makefile.in: Build the Semantic manual.
4776
4777 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
4778 repository.
4779
4780 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4781
4782 * dbus.texi (Receiving Method Calls): New defun
4783 `dbus-unregister-service'.
4784
4785 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
4786
4787 * org.texi (Speed keys): New section.
4788
4789 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4790
4791 * dbus.texi (Type Conversion): Fix typo.
4792 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
4793 `dbus-registered-objects-table'.
4794 (Receiving Method Calls): New defun `dbus-register-property'.
4795 Move `dbus-unregister-object' here.
4796
4797 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4798
4799 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
4800
4801 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
4802
4803 * org.texi (Column attributes): Add the new age summary operators.
4804 Also, mention the fact you can only use one summary operator per
4805 property.
4806
4807 2009-11-13 John Wiegley <johnw@newartisans.com>
4808
4809 * org.texi (Tracking your habits): Add a new section in the
4810 manual about how to track habits.
4811 (Resolving idle time): Add a section on how idle and
4812 dangling clocks are resolved.
4813
4814 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4815
4816 * org.texi (Agenda commands): Document the new `i' command.
4817 (Inserting deadline/schedule): Document logging changes
4818 of scheduling and deadline times stamps.
4819 (In-buffer settings): Document the in-buffer keywords for logging
4820 changes of scheduling and deadline times stamps.
4821 (Structure editing, Plain lists): Document indentation
4822 cycling in empty entries with TAB.
4823 (Archiving): Document the default archiving command.
4824 (Moving subtrees): Document the new keys for archiving.
4825 (Internal archiving): Fix incorrect key.
4826 (Agenda commands): Document the TODO set switching commands.
4827 (Agenda commands): Document the new archiving keys.
4828 (Clocking work time): Better description on how to save
4829 and restore a clock.
4830 (Resolving idle time): Mention the x11idle program to get true
4831 idleness also under X11.
4832 (Resolving idle time): Use @kbd instead of @key for normal
4833 letters, because this is how he rest of the manual does this.
4834 (Pushing to MobileOrg): Mention that `org-directory'
4835 should be set.
4836 (Agenda commands): Document that SPC is a filter for
4837 any tag.
4838 (Search view): Rename from "Keyword search".
4839 (Capure): New chapter.
4840 (Markup): New chapter.
4841 (Links in HTML export, Images in HTML export):
4842 Extend the section titles.
4843 (Images in HTML export): Document the align option.
4844 (Text areas in HTML export): Extend the section title.
4845 (Images in LaTeX export): Explain image placement in LaTeX.
4846
4847 2009-11-10 Glenn Morris <rgm@gnu.org>
4848
4849 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
4850
4851 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4852
4853 * tramp.texi (Auto-save and Backup): Disable backups just for a
4854 method.
4855
4856 * trampver.texi: Update release number.
4857
4858 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4859
4860 Sync with Tramp 2.1.17.
4861
4862 * trampver.texi: Update release number.
4863
4864 2009-10-29 Glenn Morris <rgm@gnu.org>
4865
4866 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
4867
4868 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4869
4870 * tramp.texi (External methods): Temporary files are kept for
4871 `rsync' and `rsyncc' methods.
4872
4873 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
4874
4875 * eieio.texi: Fix typos.
4876
4877 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
4878
4879 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
4880
4881 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
4882
4883 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
4884 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
4885
4886 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
4887
4888 * Makefile.in: Build EIEIO and EDE manuals.
4889
4890 2009-10-07 Eric Ludlam <zappo@gnu.org>
4891
4892 * eieio.texi:
4893 * ede.texi: New files.
4894
4895 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4896
4897 * tramp.texi (Remote processes): Association of a pty is not supported.
4898
4899 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
4900
4901 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
4902 (Processing LaTeX fragments): Document that the size of images can be
4903 changes using the variable `org-format-latex-options'.
4904 (The date/time prompt, Timestamps): Be more accurate over ISO format
4905 dates and times.
4906 (Visibility cycling): Document showeverything keyword.
4907 (In-buffer settings): Document showeverything keyword.
4908 (Setting up the staging area): Fix the example.
4909 (MobileOrg): New section.
4910 (Agenda commands, Exporting Agenda Views): Document exporting the
4911 agenda view to Org files.
4912
4913 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
4914
4915 * tramp.texi (History): Add IMAP support.
4916 (External methods): Add `imap' and `imaps' methods.
4917 (GVFS based methods): Add indices for `davs'.
4918 (Password handling): Rename anchors. Add IMAP entries for
4919 ~/.authinfo.gpg.
4920
4921 * trampver.texi: Set default value of `emacsimap'.
4922
4923 2009-09-22 Daiki Ueno <ueno@unixuser.org>
4924
4925 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
4926
4927 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4928
4929 * dired-x.texi (Technical Details):
4930 Delete dired-up-directory (Bug#4292).
4931
4932 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
4933
4934 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
4935
4936 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
4937
4938 * org.texi (Effort estimates): Document new effort setting commands.
4939 (Agenda commands): Document the new keys fro agenda time motion.
4940 Document entry text mode. Improve documentation of the keys to include
4941 inactive time stamps into the agenda view.
4942 (Feedback): Document the new bug report command.
4943 (Structure editing): Add an index entry for the sorting of subtrees.
4944
4945 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4946
4947 * auth.texi (Help for users): Corrected markup.
4948
4949 2009-09-02 Glenn Morris <rgm@gnu.org>
4950
4951 * emacs-mime.texi (time-date): Mention float-time.
4952
4953 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
4954
4955 * calc.texi (Simplifying Formulas): Improve the wording.
4956
4957 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
4958
4959 * auth.texi: Rewritten for coverage and clarity.
4960
4961 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4962
4963 * gnus.texi (Expiring Mail):
4964 Mention gnus-mark-copied-or-moved-articles-as-expirable.
4965 (Various Various): Mention gnus-safe-html-newsgroups.
4966
4967 * gnus-news.texi: Mention
4968 gnus-mark-copied-or-moved-articles-as-expirable.
4969
4970 * emacs-mime.texi (Display Customization): Add xref to
4971 gnus-safe-html-newsgroups.
4972
4973 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
4974
4975 * tramp.texi (Version Control): Remove.
4976 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
4977 reference.
4978 (External methods): Correct `scpc' concept index entries. New method
4979 `rsyncc'.
4980 (External packages): New subsections "Filename completion" and "File
4981 attributes cache".
4982
4983 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
4984
4985 * calc.texi (Rewrite Rules): Improve the example.
4986 (Simplifying Formulas): Explain use of the I and H flags for
4987 simplification.
4988
4989 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4990
4991 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
4992 Describe autostart behavior of dbus-ping.
4993 (Synchronous Methods, Asynchronous Methods): Use English numeric format
4994 for timeout values.
4995 (Top): Remove footnote saying D-Bus is not enabled by
4996 default. (Bug#4256)
4997
4998 2009-08-23 Daiki Ueno <ueno@unixuser.org>
4999
5000 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
5001 Reported by Jari Aalto (Bug#4211).
5002 (Mail-mode integration): Mention epa-mail-mode and
5003 epa-global-mail-mode.
5004 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
5005 epa-setup.
5006
5007 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
5008
5009 * dbus.texi (Asynchronous Methods): Allow nil handler.
5010
5011 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
5012
5013 * ediff.texi (ediff-current-file): Add information about this new function.
5014
5015 * viper.texi: Add information about C-s in viper's search command.
5016
5017 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
5018
5019 * calc.texi (Date Forms): Fix typos.
5020
5021 2009-08-08 Glenn Morris <rgm@gnu.org>
5022
5023 * org.texi (Agenda commands): Restore clobbered change.
5024
5025 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5026
5027 * calc.texi (Graphics, Devices): Update with the peculiarities of
5028 operation on MS-Windows.
5029
5030 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
5031
5032 * org.texi (Publishing action): Improve documentation of file
5033 names when publishing to the source directory.
5034 (Clean view): Document `org-indent-mode'.
5035 (Clocking work time): Add documentation for the
5036 new :timetamp option when creating a clock report.
5037 (Paragraphs): Fix many typos.
5038 (Plain lists): Remove duplicate explanation about the
5039 `C-c *' command.
5040 (Literal examples): Update to reflect the new behavior
5041 of the -n -r -k switches when exporting source code examples.
5042 (Structure editing): Add information about `C-c *',
5043 converting a plain list into a list of Org items.
5044 (Remember): Small rephrasing of the paragraph
5045 describing remember.el. Also mentioned that remember.el is part
5046 of Emacs 23, not Emacs 22.
5047 (Clocking work time): Add documentation about
5048 displaying the current clocking time against the effort estimate.
5049 Also add a footnote about using `org-clock-in-prepare-hook' to add
5050 an effort estimate on the fly, just before clocking it.
5051 (Footnotes): Document automatic renumbering and
5052 sorting.
5053 (Agenda commands): Document new bulk commands.
5054 (Plain lists): Document new behavior of
5055 `org-cycle-include-plain-lists'.
5056 Hyphenation only in TeX.
5057 (Clocking work time): Document the key to update effort
5058 estimates.
5059 (Clocking work time): Document the clock time display.
5060 (Structure editing, TODO basics): Document new
5061 variables.
5062 (Column attributes): Document new colciew operators.
5063 (Publishing options): Document :xml-declaration.
5064 (Tracking TODO state changes): Document the
5065 LOG_INTO_DRAWER property.
5066 (Literal examples): Document the new implementation for
5067 editing source code.
5068 (Publishing action): Mention the new publishing
5069 function, to publish an Org source file.
5070 (Publishing links): Mention how to link to an Org source file.
5071 (Macro replacement): Document new macros.
5072 (Handling links): Document type-specific completion
5073 when inserting links.
5074 (Structure editing, Plain lists): Improve documentation
5075 on sorting.
5076 (Internal links): Document custom ids for links.
5077 (Handling links): Document custom ids for links.
5078 (CSS support): Document new class.
5079 (Refiling notes): Document the possibility to create new nodes
5080 during refiling.
5081 (Agenda commands): Document the "?" operator to find
5082 tasks without effort setting.
5083 (Exporting agenda information): Section moved.
5084 (RSS Feeds): New section.
5085 (Built-in table editor): Document M-e and M-a navigate
5086 inside table field.
5087 (Stuck projects): Docment that projects identified as
5088 un-stuck will still be searchd for stuck sub-projects.
5089 (Paragraphs): Document centering.
5090 (Creating timestamps, Agenda commands): Document new
5091 behavior when changing time stamps.
5092 (Structure editing): Document the new command
5093 `org-clone-subtree-with-time-shift'.
5094 (Publishing): Refresh this chapter.
5095 (Export options, Export options, In-buffer settings):
5096 Document the new keywords.
5097 (Matching tags and properties): Collect all
5098 documentation about tags/property matches here.
5099 (Setting tags): Document `org-tag-persistent-alist'.
5100 (Weekly/daily agenda): New section.
5101 (Orgstruct mode): Describe `orgstruct++-mode'.
5102 (Drawers): Mention the LOGBOOK drawer.
5103 (Export options, Sectioning structure): Document the
5104 #+LEATEX_HEADER in-buffer setting.
5105 (Bugs): Section removed.
5106 (Hooks): New section.
5107 (Add-on packages): Move here from old location.
5108 (Context-sensitive commands): New section.
5109 (Setting tags): Document newline option.
5110 (Global TODO list, Matching tags and properties):
5111 Mention more variables.
5112 (Checkboxes): Update to changed command behavior.
5113
5114 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
5115
5116 * speedbar.texi (Basic Key Bindings): Fix typo.
5117
5118 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
5119
5120 * calc.texi (Vector/Matrix Functions): Add index entries for both
5121 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
5122 affects matrices with more than one row.
5123 (Help Commands): Add index entries for "prefix ?" key bindings.
5124
5125 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5126
5127 * calc.texi (Stack Manipulation Commands): Add documentation for
5128 `calc-transpose-lines'.
5129
5130 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
5131
5132 * dbus.texi (Receiving Method Calls): Describe special return value
5133 `:ignore'.
5134
5135 2009-07-24 Alan Mackenzie <acm@muc.de>
5136
5137 * cc-mode.texi (Config Basics, File Styles): Document that at mode
5138 initialization, any individual variable setting now takes precedence
5139 over one done via c-file-style/c-file-offsets.
5140
5141 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5142
5143 * calc.texi (Undoing Mistakes): Mention that the undo list will be
5144 truncated when Calc is quit.
5145 (Customizing Calc): Document `calc-undo-length'.
5146
5147 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
5148
5149 * calc.texi (About This Manual): Don't mention chapter numbers in text.
5150
5151 2009-07-11 Kevin Ryde <user42@zip.com.au>
5152
5153 * pcl-cvs.texi (About PCL-CVS):
5154 * widget.texi (Basic Types):
5155 Fix cross-references.
5156
5157 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5158
5159 * dbus.texi (Type Conversion): Don't use literal control character.
5160
5161 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
5162
5163 * tramp.texi (GVFS based methods): New section.
5164 (Remote processes): Processes for GVFS based methods run locally.
5165
5166 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
5167
5168 * tramp.texi (Inline methods, External methods, Gateway methods):
5169 Avoid the words "kludge" and hack".
5170 (External methods): Add `synce' method.
5171
5172 * trampver.texi: Update release number.
5173
5174 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
5175
5176 Sync with Tramp 2.1.16.
5177
5178 * tramp.texi (History): Add GVFS support.
5179 (External methods): Precise `rsync' description. Add `dav', `davs' and
5180 `obex' methods. Add 'tramp-gvfs-methods' option.
5181 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
5182 forms.
5183 (Remote Programs): Introduce `tramp-own-remote-path'.
5184 (Remote processes): New subsection "Running remote programs that create
5185 local X11 windows".
5186 (Frequently Asked Questions): Improve code for disabling vc.
5187
5188 * trampver.texi: Update release number. Set default value of
5189 `emacsgvfs'.
5190
5191 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5192
5193 * Branch for 23.1.
5194
5195 2009-06-17 Glenn Morris <rgm@gnu.org>
5196
5197 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
5198 (Latest version of Emacs): Mention source code repository.
5199
5200 2009-06-16 Glenn Morris <rgm@gnu.org>
5201
5202 * faq.texi (Top): Language tweak.
5203 (Extended commands): Most people have arrow keys.
5204 (Emacs manual): Say how to follow info links.
5205 (File-name conventions): Change title a bit. Explain about source
5206 versus installed. Condense etc description.
5207 (Guidelines for newsgroup postings): Mention Savannah list page.
5208 (Newsgroup archives): Simplify.
5209 (Contacting the FSF): Add contact URL.
5210 (Emacs Lisp documentation): Printed version not always available.
5211 (Installing Texinfo documentation): Explain how by hand installation is
5212 not normally needed. Use add-to-list. Remove duplicate reference.
5213 (Informational files for Emacs): Move info on Help menu here from
5214 "File-name conventions".
5215 (Help installing Emacs): Tweak uref.
5216 (Obtaining the FAQ): Mention repository.
5217 (Origin of the term Emacs): Explain "ITS".
5218 (Changing load-path): Use add-to-list.
5219 (Automatic indentation): Clarify this is for Text mode.
5220 Don't mention Indented Text mode.
5221 (Finding Emacs on the Internet): The FSF does not seem to offer a
5222 deluxe distribution on CD anymore.
5223
5224 2009-06-16 Glenn Morris <rgm@gnu.org>
5225
5226 * faq.texi (Top): Mention which Emacs version this FAQ is about.
5227 Recommend the latest release. Mention how to get older FAQs.
5228 Recommend the Emacs manual.
5229 (Guidelines for newsgroup postings): Discourage cross-posts.
5230 (Underlining paragraphs): Remove.
5231 (Editing MS-DOS files): Remove pre-Emacs 20 information.
5232 (Bugs and problems): Update key-binding.
5233 (Problems with very large files): Mention 64-bit.
5234 (Shell process exits abnormally): Remove.
5235 (Problems with Shell Mode): Rename and update.
5236 (Spontaneous entry into isearch-mode)
5237 (Problems talking to certain hosts): Remove. This is old information,
5238 in etc/PROBLEMS if needed.
5239 (Emacs takes a long time to visit files, Updating Emacs): Remove.
5240 (Dired claims that no file is on this line): Update.
5241 (Installing Emacs, Problems building Emacs): Simplify.
5242 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
5243 information.
5244 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
5245 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
5246 (JDEE): "JDEE", not "JDE".
5247 (Handling C-s and C-q with flow control, Binding C-s and C-q):
5248 Remove. This is old information, in etc/PROBLEMS if needed.
5249 (stty and Backspace key, Kanji and Chinese characters): Remove.
5250 (Right-to-left alphabets): Update section.
5251 (Changing the included text prefix): Gnus uses message-yank-prefix.
5252 Add cross-reference to Supercite manual.
5253 (Saving a copy of outgoing mail): Simplify output file description.
5254 (Expanding aliases when sending mail): Refer to Emacs manual.
5255 Remove old info about RFC822.
5256 Correct description of how to rebuild aliases.
5257 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
5258 (MIME with Emacs mail packages)
5259 (Viewing articles with embedded underlining)
5260 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
5261 Remove old sections.
5262 (Killing based on nonstandard headers): Remove. Scoring is preferable,
5263 and is well-documented in the Gnus manual.
5264 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
5265 (Making Gnus faster): Rename from "Starting Gnus faster".
5266 Merge "Catch-up is slow in Gnus" into here.
5267
5268 2009-06-14 Glenn Morris <rgm@gnu.org>
5269
5270 * faq.texi (Status of Emacs): Re-order with most recent releases first.
5271 (New in Emacs 23): New section.
5272 (Handling C-s and C-q with flow control): Add xref.
5273
5274 2009-06-13 Glenn Morris <rgm@gnu.org>
5275
5276 * faq.texi (Setting up a customization file): Grammar fix.
5277 Customize is no longer "new".
5278 (Displaying the current line or column): Line-number mode is on by
5279 default. Don't mention `column' package. Mention linum.el.
5280 (Turning on abbrevs by default): Explain how to do it for buffers,
5281 modes, and everywhere.
5282 (Associating modes with files): Use add-to-list. Don't mention Emacs
5283 19.
5284 (Highlighting a region): On by default since 23.1.
5285 (Replacing highlighted text): Update doc quote.
5286 (Working with unprintable characters): Don't mention search-quote-char.
5287 (Using an already running Emacs process): Gnuclient is probably not an
5288 enhancement these days.
5289 (Indenting switch statements): Remove mention of pre-Emacs 20.
5290 (Horizontal scrolling): Abbreviate Emacs 20 description.
5291 (Replacing text across multiple files): Fix name of dired command.
5292 (Disabling backups): Use require not load.
5293 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
5294
5295 2009-06-13 Bill Wohler <wohler@newt.com>
5296
5297 Release MH-E manual version 8.2.
5298
5299 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5300 release 8.2.
5301
5302 2009-06-13 Glenn Morris <rgm@gnu.org>
5303
5304 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
5305 in this day and age the common meaning is "on the web".
5306 (copying): Use @copyright in all cases.
5307 (Basic keys): Remove reference to deleted manual node "Text Characters".
5308 (File-name conventions): Use GNU as an example rather than SERVICE.
5309 default.el lives in site-lisp. Update Info directory location.
5310 (Real meaning of copyleft): GPL actions have been brought, but all
5311 settled out of court.
5312 (Guidelines for newsgroup postings): Shorten section title.
5313 Simplify comp.emacs description.
5314 (Newsgroup archives): Change Google URL. Describe Gmane.
5315 (Unsubscribing from Emacs lists): Remove discussion of "distribution
5316 points". Mention List-Unsubscribe header.
5317 (Contacting the FSF): Update email and URLs.
5318 (Basic editing): Mention F1 for help.
5319 (Installing Texinfo documentation): Refer to Texinfo website rather
5320 than ftp server.
5321 (Printing a Texinfo file): Mention texi2pdf.
5322 (Informational files for Emacs): Don't describe FTP or SERVICE, they
5323 are just stubs nowadays.
5324 (Latest version of Emacs): Explain version numbers.
5325 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
5326 (Turning on syntax highlighting): No need to mention hilit19 any more.
5327 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
5328 (Modes for various languages): Remove section.
5329 (Major packages and programs): Remove most version and maintainer
5330 information - it's hard to keep up-to-date, and adds nothing.
5331 Similarly with direct links to mailing lists.
5332 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
5333 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
5334 years, and Emacs comes with tools for this now.
5335 (Patch): Remove section - this is a standard tool.
5336 (Using function keys under X): Remove section.
5337
5338 2009-06-12 Glenn Morris <rgm@gnu.org>
5339
5340 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
5341 (Help installing Emacs): Remove reference to deleted X11 node.
5342 (Associating modes with files): Interpreter-mode-alist is no longer
5343 subservient to auto-mode-alist.
5344 (Installing Emacs): Change future Emacs version.
5345 (Linking with -lX11 fails): Remove old section.
5346 (Packages that do not come with Emacs): Update ELL location.
5347 Emacs Lisp archive is dead.
5348 (Emacs for Windows): Remove reference to old CE port.
5349 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
5350 (Emacs for VMS and DECwindows): Remove old ports.
5351 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
5352 (Removing flashing messages): Remove section about non-existent Gnus
5353 option.
5354
5355 * faq.texi (Top): Add @top command.
5356 Remove the optional arguments from all @node commands: makeinfo can
5357 generate these automatically, and it is easier to edit and rearrange
5358 nodes without them.
5359
5360 2009-06-11 Glenn Morris <rgm@gnu.org>
5361
5362 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
5363 (The LPF): Make the updated URL the sole reference point.
5364 (Learning how to do something): Update refcard price and format.
5365 (Getting a printed manual): Sources in doc/emacs/, not man/.
5366 Also available in PDF format. Since the page count varies, be less
5367 precise.
5368 (Informational files for Emacs): Remove references to deleted files
5369 LPF and SUN-SUPPORT, and to UUCP.
5370 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
5371 Remove many obsolete ways to get the FAQ, which now seems only to be
5372 distributed with Emacs.
5373 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
5374
5375 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
5376
5377 * org.texi (Org Plot): Fix tags (Bug#3507).
5378 (Workflow states, Agenda commands): Fix tags (Bug#3508).
5379
5380 * ada-mode.texi (Installation, Compile commands)
5381 (Project File Overview, No project files, Set compiler options)
5382 (Use GNAT project file, Use multiple GNAT project files)
5383 (Identifier completion): Use @samp for menu items, and @kbd for key
5384 sequences (Bug#3504).
5385
5386 2009-06-04 Daiki Ueno <ueno@unixuser.org>
5387
5388 * gnus.texi (Security): Fix wording; add a link to epa.info.
5389
5390 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
5391
5392 * message.texi (Header Commands): Fix descriptions to match
5393 keybindings.
5394
5395 2009-04-22 Daiki Ueno <ueno@unixuser.org>
5396
5397 * gnus.texi (Security): Mention that EasyPG is the current default.
5398
5399 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5400
5401 * ediff.texi (Session Commands): Fix typo.
5402
5403 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
5404
5405 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
5406 news.software.readers. Reported by Florian Rehnisch.
5407
5408 2009-04-02 Glenn Morris <rgm@gnu.org>
5409
5410 * auth.texi: Capitalize direntry.
5411
5412 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
5413 using a period in the entry name. (Bug#2797)
5414
5415 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
5416
5417 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
5418 ($(infodir)/auth, auth.dvi): New targets.
5419
5420 2009-03-03 Glenn Morris <rgm@gnu.org>
5421
5422 * auth.texi: Fix @setfilename.
5423
5424 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
5425 (auth, $(infodir)/auth, auth.dvi): New rules.
5426
5427 2009-02-25 Glenn Morris <rgm@gnu.org>
5428
5429 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
5430
5431 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5432
5433 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
5434
5435 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5436
5437 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
5438 gnus-nocem-issuers, and gnus-nocem-verifyer.
5439
5440 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5441
5442 * ada-mode.texi (Project files, Automatic Casing):
5443 * dbus.texi (Signals):
5444 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
5445 * mh-e.texi (HTML):
5446 * nxml-mode.texi (Locating a schema)
5447 (Using the document's URI to locate a schema):
5448 * org.texi (Footnotes, Using the mapping API):
5449 * rcirc.texi (Channels): Remove duplicate words.
5450
5451 2009-02-20 Glenn Morris <rgm@gnu.org>
5452
5453 * dired-x.texi (Miscellaneous Commands):
5454 * gnus.texi: Minor updates for mbox Rmail.
5455
5456 2009-02-16 Karl Berry <karl@gnu.org>
5457
5458 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
5459 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
5460 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
5461 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
5462 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
5463 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
5464 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
5465 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5466 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
5467 Consistently use @insertcopying in the Top node,
5468 @contents at the front (after @end titlepage),
5469 and @direntry after @copying. (Bug#1988)
5470
5471 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5472
5473 * auth.texi: New file documenting auth-source.
5474
5475 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
5476
5477 * org.texi (Org Plot): Fix link.
5478
5479 2009-02-09 Daiki Ueno <ueno@unixuser.org>
5480
5481 * epa.texi (Mail-mode integration): Mention the way to do
5482 "encrypt-to-self". (Bug#1807)
5483
5484 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5485
5486 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
5487
5488 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
5489
5490 * gnus-news.texi: Print version about Incoming*.
5491
5492 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
5493
5494 * org.texi (Structure editing, Handling links)
5495 (Fast access to TODO states, Javascript support): Make standard docs
5496 correctly reflect default variable settings.
5497
5498 2009-02-02 Glenn Morris <rgm@gnu.org>
5499
5500 * org.texi: Fix typos.
5501
5502 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
5503
5504 Sync with Tramp 2.1.15.
5505
5506 * trampver.texi: Update release number.
5507
5508 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
5509
5510 * org.texi (TODO dependencies): Document TODO dependencies on
5511 checkboxes.
5512
5513 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
5514
5515 * org.texi (TODO dependencies): Document key binding for toggling
5516 ORDERED property.
5517
5518 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
5519
5520 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
5521 of hook functions.
5522
5523 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
5524
5525 * org.texi (TODO dependencies): New section.
5526
5527 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
5528
5529 * org.texi (Plain lists, TODO basics, Priorities)
5530 (Multiple sets in one file, Conflicts): Document interaction with
5531 `shift-selection-mode'.
5532
5533 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
5534
5535 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
5536 Make Calc the subject of sentences.
5537 (Rearranging Formulas using Selections): Discuss new options
5538 for `j *'.
5539
5540 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
5541
5542 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
5543
5544 2009-01-26 Glenn Morris <rgm@gnu.org>
5545
5546 * org.texi: Fix typos.
5547
5548 2009-01-26 Bill Wohler <wohler@newt.com>
5549
5550 * mh-e.texi (EDITION, UPDATED): Update.
5551
5552 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
5553
5554 * org.texi (References): Add information about remote references.
5555 (Built-in table editor): Document `C-c RET' in tables.
5556 (Math symbols, Quoting LaTeX code): Mention that simple
5557 LaTeX macros survive LaTeX export.
5558 (Images in LaTeX export): Show how to create a reference to a
5559 figure.
5560 (Sectioning structure): Document that the LaTeX class can be
5561 specified in a property.
5562 (Text areas in HTML export): New section.
5563 (External links): Add examples for text search and ID links.
5564 (Built-in table editor): Remove the descriptio of `C-c
5565 C-q', it not longer works.
5566 (Literal examples): Document that a space must follow
5567 the colon in short examples.
5568 (Relative timer): Document `org-timer-stop'.
5569 (Footnotes): New section.
5570 (Footnote markup): Shorten section and refer to new Footnote
5571 section.
5572 (Literal examples): Add documentation for line
5573 numbering in and references to code examples.
5574 (CSS support): Fix the description of default CSS styles.
5575 (Capturing column view): Document
5576 "file:path/to/file.org" as an allowed value for the ID property of
5577 a dynamic block copying column view.
5578
5579 2009-01-23 Stephen Eglen <stephen@gnu.org>
5580
5581 * mh-e.texi (Getting Started): Describe $MH.
5582
5583 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
5584
5585 * tramp.texi (all): Harmonize usage of "external method",
5586 "external transfer method" and "out-of-band method".
5587 (Connection types): Precise the differences of inline and external
5588 methods. Written by Adrian Phillips <a.phillips@met.no>.
5589
5590 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5591
5592 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
5593 commands as described at the top. Reported by Allan Gottlieb
5594 <gottlieb@nyu.edu>.
5595
5596 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5597
5598 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
5599 nnmail-pathname-coding-system.
5600
5601 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
5602
5603 * org.texi (Relative timer): Fix typo.
5604
5605 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
5606
5607 * org.texi (Clocking work time): Fix typo.
5608 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
5609
5610 2009-01-13 Glenn Morris <rgm@gnu.org>
5611
5612 * org.texi: Fix some more typos.
5613
5614 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
5615
5616 * org.texi: Fix some typos.
5617
5618 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5619
5620 * gnus.texi (Group Parameters): Add note for local variables.
5621
5622 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5623
5624 * gnus.texi (Converting Kill Files): Fix URL.
5625 Include gnus-kill-to-score.el in contrib directory.
5626
5627 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5628
5629 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
5630 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
5631 (Paging the Article): Add index entry.
5632
5633 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
5634
5635 * ada-mode.texi (Examples): Delete redundant text.
5636
5637 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
5638
5639 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
5640
5641 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
5642 addresses.
5643
5644 2009-01-03 Bill Wohler <wohler@newt.com>
5645
5646 * mh-e.texi (Scan Line Formats): Indicate that first column should be
5647 kept empty.
5648
5649 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
5650
5651 * org.texi (Activation, Exporting, ASCII export, HTML export)
5652 (HTML Export commands, LaTeX/PDF export commands):
5653 Improve documentation about transient-mark-mode.
5654 (References): Document the use of special names like $LR1 to reference
5655 to fields in the last table row.
5656
5657 2008-12-19 Juri Linkov <juri@jurta.org>
5658
5659 * info.texi (Search Text): Remove mention of removed key binding M-s.
5660
5661 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
5662
5663 * org.texi (References): Remove mentioning of @0 as reference for the
5664 last line, this has been reverted in the Lisp sources.
5665
5666 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
5667
5668 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
5669 (DVI_TARGETS): Remove duplicates. Add sasl.
5670 ($(infodir)/sasl, sasl.dvi): New targets.
5671
5672 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
5673
5674 * org.texi: Version number pushed to 6.15d.
5675
5676 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
5677
5678 * org.texi (Tables in LaTeX export): New section.
5679 (Images in LaTeX export): New section.
5680 (Inlined images, Images in HTML export): Sections renamed.
5681
5682 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5683
5684 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
5685
5686 2008-12-04 David Engster <dengste@eml.cc>
5687
5688 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
5689 of nnml-get-new-mail. Change URL for mairix patch.
5690
5691 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5692
5693 * org.texi (Using the mapping API): Fix bug in mapping example.
5694 (Publishing options): Make the list of properties complete again, in
5695 correspondence to the variable `org-export-plist-vars'.
5696 (Property searches): Document new special values for time comparisons.
5697 (Tag inheritance): Refine the description of tag inheritance.
5698 (Project alist): Add info about the publishing sequence of components.
5699 (Effort estimates): Document the new relative timer.
5700
5701 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
5702
5703 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
5704 (Using Calc): Clarify use of `C-x * o'.
5705 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
5706
5707 2008-11-28 Richard M Stallman <rms@gnu.org>
5708
5709 * dbus.texi (Receiving Method Calls): Clean up previous change.
5710
5711 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
5712
5713 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
5714 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
5715 `dbus-unescape-from-identifier'.
5716 (Receiving Method Calls): New constants `dbus-service-emacs' and
5717 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
5718 (Signals): Use the constants in the example.
5719
5720 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
5721
5722 * org.texi: Re-apply change to FDL 1.3.
5723
5724 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
5725
5726 * org.texi (Setting up Remember): Document `org-remember-mode'.
5727 (External links): Document that bbdb links can use a regular
5728 expression.
5729 (External links): Document that elisp links can contain interactive
5730 commands.
5731
5732 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5733
5734 * viper.texi (viper-translate-all-ESC-keysequences):
5735 Description removed.
5736
5737 2008-11-19 Glenn Morris <rgm@gnu.org>
5738
5739 * doclicense.texi: Change to FDL 1.3.
5740 Relicense all texi files under FDL 1.3 or later.
5741
5742 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5743
5744 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
5745
5746 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
5747
5748 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
5749
5750 * ediff.texi: Version/date change.
5751
5752 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
5753
5754 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
5755
5756 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
5757
5758 * calc.texi (About This Manual): Comment out a mention of
5759 marginal notes.
5760
5761 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
5762
5763 * org.texi (Clocking work time): Document the :formula property of
5764 clock tables.
5765 (Structure editing, Refiling notes): Document refiling regions.
5766 (Agenda commands): Document the double-prefix version
5767 of the `l' command in the agenda.
5768 (Handling links): Explain the effect of a double prefix
5769 arg to `C-c C-o'.
5770 (TODO basics): Add documentation for tag triggers.
5771
5772 2008-10-23 Glenn Morris <rgm@gnu.org>
5773
5774 * cl.texi (Function Bindings): Mention `flet' fails to deal with
5775 byte-compiling things like `+'.
5776
5777 * ns-emacs.texi: Merge copyright years of author now with assignment
5778 into FSF years.
5779 (VER): Use it for easier automatic updating. Use Emacs version rather
5780 than standalone Emacs.app version.
5781
5782 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
5783
5784 * org.texi: Lots of minor fixes.
5785 (Capture): New chapter.
5786 (Org Plot): New section.
5787
5788 2008-09-30 Magnus Henoch <mange@freemail.hu>
5789
5790 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
5791
5792 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5793
5794 * calc.texi (User Defined Units): Mention how to enter optional display
5795 string.
5796
5797 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5798
5799 * message.texi (Sending Variables): Fix variable documentation to
5800 avoid the "y/n" wording.
5801
5802 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5803
5804 * message.texi (Sending Variables): Add `message-confirm-send' doc.
5805
5806 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5807
5808 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
5809 @enumerate section so as to be able to be formatted with MAKEINFO=no.
5810
5811 2008-09-22 Bill Wohler <wohler@newt.com>
5812
5813 Release MH-E manual version 8.1.
5814
5815 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5816 release 8.1.
5817
5818 * mh-e.texi: Retain dual license as agreed to by the FSF.
5819 However, bump GPL to Version 3.
5820 Use @include for license text.
5821
5822 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
5823
5824 * gnus.texi (Top, Setup, Fancy splitting to parent)
5825 (Store custom flags and keywords, Store arbitrary data):
5826 Clean up markup.
5827
5828 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
5829
5830 * gnus.texi (The Gnus Registry): Document it.
5831
5832 2008-09-08 David Engster <dengste@eml.cc>
5833
5834 * gnus.texi (nnmairix): Point out that nnml uses MH format.
5835 Clarify section about choosing back end servers.
5836
5837 2008-08-23 Glenn Morris <rgm@gnu.org>
5838
5839 * dired-x.texi (Shell Command Guessing):
5840 Mention dired-guess-shell-case-fold-search. (Bug#417)
5841
5842 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
5843
5844 * trampver.texi: Update release number.
5845
5846 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
5847
5848 * ns-emacs.texi: Update version.
5849 (Introduction): Correct menu location for options save.
5850 (Customization): Note that defaults are stored under org.gnu.Emacs.
5851
5852 2008-08-11 Bill Wohler <wohler@newt.com>
5853
5854 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
5855 explicit about GNU mailutils MH elsewhere (with thanks to Darel
5856 Henman) (closes SF #1768928).
5857
5858 2008-08-10 Glenn Morris <rgm@gnu.org>
5859
5860 * ns-emacs.texi: Use @copying. Change copyright of authors with
5861 assignment to FSF. Change license to GFDL.
5862 (Top): Remove outdated references.
5863
5864 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
5865
5866 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
5867 Add gnus-summary-sort-by-most-recent-number and
5868 gnus-summary-sort-by-most-recent-date.
5869 (Summary Sorting): Explain prefix argument.
5870
5871 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
5872
5873 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
5874 gnus-summary-pipe-output.
5875
5876 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
5877
5878 * dbus.texi (Receiving Method Calls): Document error handling of own
5879 D-Bus methods.
5880
5881 2008-08-01 Bill Wohler <wohler@newt.com>
5882
5883 * mh-e.texi (Reading Mail)
5884 (Viewing Attachments): Describe new function
5885 mh-show-preferred-alternative.
5886 (Sending Mail, Redistributing, Sending Message): Describe new hook
5887 mh-annotate-msg-hook.
5888
5889 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
5890
5891 * dbus.texi (Arguments and Signatures): Fix example.
5892 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
5893 (Asynchronous Methods): New node.
5894 (Errors and Events): Describe extended layout of `dbus-event'.
5895 New defun `dbus-event-message-type'.
5896
5897 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5898
5899 * ediff.texi: Remove VMS support.
5900
5901 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
5902
5903 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
5904 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
5905
5906 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
5907
5908 * Makefile.in: Add mairix-el targets.
5909
5910 2008-07-29 David Engster <deng@randomsample.de>
5911
5912 * mairix-el.texi: New file.
5913
5914 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
5915
5916 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
5917 project files. Delete 'main_unit' project variable; not needed. Allow
5918 process environment variables wherever project variables are allowed.
5919 Add tutorial section on multiple GNAT project files.
5920
5921 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
5922
5923 Sync with Tramp 2.1.14.
5924
5925 * trampver.texi: Update release number.
5926
5927 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5928
5929 * ns-emacs.texi:
5930 * faq.texi: Remove mentions of Mac Carbon.
5931
5932 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5933
5934 * gnus.texi (Saving Articles): Describe the 2nd argument of
5935 gnus-summary-save-in-pipe.
5936 (SpamAssassin): Use it.
5937
5938 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
5939
5940 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
5941
5942 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
5943
5944 * org.texi (Export options): Document the use of the creator flag.
5945
5946 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
5947
5948 * org.texi: New version 6.06a.
5949
5950 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
5951
5952 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
5953 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
5954
5955 2008-07-23 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
5956
5957 * calc.texi (Editing Stack Entries):
5958 (Algebraic Entry): Rewrite introductory sentences so it can be used by
5959 Calc's help functions. Mention fixing typos.
5960 (Customizing Calc): Fix typo.
5961
5962 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
5963
5964 * calc.texi (summarykey): New macro. Use to correctly format keys in
5965 the summary.
5966
5967 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
5968
5969 * ns-emacs.texi (Customization): Corrected documentation on color
5970 specification formats.
5971
5972 2008-07-19 Andreas Schwab <schwab@suse.de>
5973
5974 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
5975
5976 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
5977 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
5978
5979 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
5980
5981 * dbus.texi (Inspection): Rework, introduce submenus.
5982 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
5983 (Properties and Annotations, Arguments and Signatures): New nodes.
5984
5985 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
5986
5987 * dbus.texi (Receiving Method Calls): Fix description of
5988 `dbus-register-method'.
5989 (Signals): Allow also signal arguments for filtering in
5990 `dbus-register-signal'.
5991
5992 2008-07-13 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
5993
5994 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
5995 `cnorm'.
5996 (Arithmetic Tutorial): Simplify the verification of prime factors.
5997
5998 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5999
6000 * gnus.texi (Saving Articles): Mention
6001 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
6002
6003 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
6004
6005 * calc.texi: Adjust mode line throughout.
6006
6007 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
6008
6009 * sasl.texi (Mechanisms): Fix typos.
6010
6011 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6012
6013 * calc.texi (Killing from the stack): Mention using normal Emacs
6014 copying.
6015
6016 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
6017
6018 * tramp.texi (Password handling): Rename from "Password caching".
6019 Add `auth-source' mechanism.
6020 (Connection caching): Tramp reopens the connection automatically,
6021 when the operating system on the remote host has been changed.
6022
6023 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6024
6025 * makefile.w32-in (distclean): Remove makefile.
6026
6027 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
6028
6029 * org.texi (Using the mapping API): New section.
6030 (Agenda column view): New section.
6031 (Moving subtrees): Document archiving to the archive sibling.
6032 (Agenda commands): Document columns view in the agenda.
6033 (Using the property API): Document the API for multi-valued properties.
6034
6035 2008-06-17 Jason Riedy <jason@acm.org>
6036
6037 * org.texi (A LaTeX example): Note that fmt may be a one-argument
6038 function, and efmt may be a two-argument function.
6039 (Radio tables): Document multiple destinations.
6040
6041 2008-06-16 Glenn Morris <rgm@gnu.org>
6042
6043 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
6044 Add Cover-Texts.
6045
6046 2008-06-15 Glenn Morris <rgm@gnu.org>
6047
6048 * faq.texi (VER): Update to 23.0.60.
6049
6050 * mh-e.texi: Remove option of licensing under GPL.
6051 Add Cover-Texts to GFDL permissions notice.
6052 (GPL): Remove section.
6053 (GFDL): Include doclicense.texi rather than the actual text.
6054
6055 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
6056 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
6057
6058 * sasl.texi: Fix output file name.
6059
6060 * epa.texi, sasl.texi: Refer to license in Emacs manual.
6061
6062 * gnus-coding.texi: Refer to license in Gnus manual.
6063
6064 * idlwave.texi, sasl.texi: Use @copying.
6065
6066 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
6067
6068 * speedbar.texi: Update Back-Cover Text as per maintain.info.
6069
6070 * url.texi: Use @copying, @title, @subtitle, @author.
6071
6072 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
6073 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
6074 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
6075 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
6076 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
6077 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
6078 * widget.texi, woman.texi:
6079 Remove references to external license, since doclicense is included.
6080
6081 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
6082 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
6083 Remove references to non-existent Invariant Sections.
6084
6085 2008-06-14 Glenn Morris <rgm@gnu.org>
6086
6087 * faq.texi (Major packages and programs): Remove references to external
6088 Supercite, Calc, VIPER, since they have been included for some time.
6089 Update VM, AUCTeX, BBDB entries.
6090
6091 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
6092
6093 * newsticker.texi: Updated to match latest newsticker changes.
6094
6095 2008-06-13 Glenn Morris <rgm@gnu.org>
6096
6097 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
6098 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
6099 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
6100 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
6101 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
6102 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
6103 * woman.texi:
6104 Update Back-Cover Text as per maintain.info.
6105
6106 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6107
6108 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
6109
6110 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
6111 (gnus-faq.xml): Update repository host.
6112
6113 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
6114
6115 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
6116
6117 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
6118 Fix a typo.
6119
6120 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6121
6122 * gnus.texi (Mail Source Customization): Correct values of
6123 `mail-source-delete-incoming'. Reported by Tassilo Horn.
6124 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
6125
6126 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6127
6128 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
6129 coding standards.
6130
6131 2008-06-14 David Engster <dengste@eml.cc>
6132
6133 * gnus.texi (nnmairix): Markup fixes.
6134
6135 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6136
6137 * gnus.texi (nnmairix): Markup and other minor fixes.
6138
6139 2008-06-05 David Engster <dengste@eml.cc>
6140
6141 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
6142
6143 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6144
6145 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
6146 (Searching, nnir, nnmairix): New stub nodes.
6147
6148 2008-05-30 Felix Lee <felix.1@canids.net>
6149
6150 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
6151
6152 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6153
6154 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
6155
6156 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6157
6158 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
6159
6160 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
6161
6162 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
6163
6164 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
6165
6166 * info.texi (Top): Fix typo in xref.
6167
6168 2008-05-05 Karl Berry <karl@gnu.org>
6169
6170 * info.texi (Top): @xref to stand-alone manual.
6171
6172 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6173
6174 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
6175 (Various Summary Stuff): Fix typo in last xref.
6176
6177 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6178
6179 * org.texi (Moving subtrees): Fix typo.
6180
6181 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
6182
6183 * tramp.texi (Frequently Asked Questions): Explain, how to disable
6184 Tramp via `tramp-mode'.
6185
6186 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
6187
6188 * org.texi: Massive changes, in many parts of the file.
6189
6190 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6191
6192 * gnus.texi (Oort Gnus): Add message-fill-column.
6193
6194 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6195
6196 * gnus.texi (Mail Source Specifiers): Typo fix.
6197
6198 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6199
6200 * gnus.texi (Diary Headers Generation): Update key binding for
6201 `gnus-diary-check-message'.
6202
6203 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6204
6205 * gnus.texi (Emacsen): Addition.
6206
6207 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6208
6209 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
6210
6211 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6212
6213 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
6214
6215 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6216
6217 * gnus-news.texi: Update tool bar item.
6218
6219 2008-04-09 Sven Joachim <svenjoac@gmx.de>
6220
6221 * gnus-news.texi: Fix typos.
6222
6223 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
6224
6225 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
6226 Add mention of `kron'.
6227
6228 2008-04-01 Daiki Ueno <ueno@unixuser.org>
6229
6230 * epa.texi (Encrypting/decrypting *.gpg files):
6231 Document epa-file-name-regexp.
6232
6233 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6234
6235 * gnus.texi (Example Methods): Fix description about ssh-agent.
6236 (Indirect Functions): Fix the default value of nntp-telnet-command;
6237 remove link to connect.html.
6238
6239 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
6240
6241 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
6242 dbus-call-method.
6243 (Receiving Method Calls): The timeout can be set by the calling client.
6244
6245 * trampver.texi: Update release number.
6246
6247 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6248
6249 * gnus.texi (Top): Fix version. Add SASL.
6250
6251 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
6252
6253 Sync with Tramp 2.1.13.
6254
6255 * trampver.texi: Update release number.
6256
6257 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
6258
6259 * org.texi: Update to new org-mode website.
6260
6261 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6262
6263 * cl.texi (For Clauses): Fix loop over key-seq to match code.
6264
6265 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6266
6267 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
6268 gnus-read-ephemeral-gmane-group-url,
6269 gnus-read-ephemeral-emacs-bug-group,
6270 gnus-read-ephemeral-debian-bug-group.
6271
6272 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6273
6274 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
6275
6276 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
6277 Add FIXMEs for Bookmarks and gnus-registry-marks.
6278
6279 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6280
6281 * gnus.texi (Smileys): Document `smiley-style'.
6282
6283 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6284
6285 * gnus.texi (Gnus Development): Clarify difference between ding and
6286 gnu.emacs.gnus.
6287 (MIME Commands, Using MIME, RSS): Fix markup.
6288
6289 * gnus-faq.texi ([8.4]): Ditto.
6290
6291 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6292
6293 * gnus.texi (Emacsen): Remove obsolete stuff.
6294
6295 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6296
6297 * gnus.texi (Oort Gnus): Add version info WRT
6298 `mail-source-delete-incoming'.
6299
6300 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6301
6302 * gnus.texi (Top): Add "Other related manuals" and version info in
6303 `iftex' output.
6304 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
6305 gnus-balloon-face-0 and the corresponding format specifiers.
6306
6307 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
6308
6309 * tramp.texi (Filename completion): Remove footnote about let-bind
6310 of `partial-completion-mode'. It doesn't work this way.
6311
6312 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 * pcl-cvs.texi (Contributors): Update my email.
6315
6316 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
6317
6318 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
6319
6320 2008-03-17 Bill Wohler <wohler@newt.com>
6321
6322 * mh-e.texi (Viewing): Update URL for adding header fields to
6323 mh-invisible-header-fields-default.
6324
6325 2008-03-16 Bill Wohler <wohler@newt.com>
6326
6327 * mh-e.texi (Preface): Add Gnus to requirements.
6328 (Forwarding): Note that forwarded MIME messages are now inline.
6329
6330 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
6333 (Common Variables): Give precedence to the netcat methods over the
6334 telnet methods, and mention that they are more reliable.
6335
6336 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
6337
6338 * org.texi (Exporting Agenda Views): Document agenda export to
6339 iCalendar.
6340 (Progress logging): Document the new progress logging stuff.
6341
6342 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6343
6344 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
6345 Update for change of `mail-source-delete-incoming'.
6346
6347 * gnus-news.texi: Ditto.
6348
6349 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6350
6351 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
6352 custom versions.
6353
6354 2008-03-07 Alan Mackenzie <acm@muc.de>
6355
6356 * cc-mode.texi (Limitations and Known Bugs): State that the number of
6357 parens/brackets in a k&r region is limited.
6358
6359 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6360
6361 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
6362 using different Emacs versions.
6363
6364 2008-02-27 Glenn Morris <rgm@gnu.org>
6365
6366 * sc.texi: Remove a lot of old and obsolete info.
6367 (titlepage): Simplify.
6368 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
6369 (VM with any Emacsen, GNEWS with any Emacsen)
6370 (Overloading for Non-conforming MUAs, Version 3 Changes)
6371 (The Supercite Mailing List): Delete nodes.
6372 (Introduction): Remove info about old packages.
6373 (Getting Connected): Simplify. Remove info about old packages.
6374 (Citing Commands): Delete Emacs 19 info.
6375 (Hints to MUA Authors): Simplify.
6376 (Thanks and History): Merge in some info from the deleted node
6377 "Version 3 Changes".
6378
6379 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
6380
6381 * org.texi (Setting tags, In-buffer settings):
6382 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
6383
6384 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6385
6386 * gnus-news.texi: Mention that spaces and tabs are allowed in the
6387 installation directory name.
6388
6389 2008-02-12 Romain Francoise <romain@orebokech.com>
6390
6391 * epa.texi (Overview): Fix typo.
6392
6393 2008-02-11 Daiki Ueno <ueno@unixuser.org>
6394
6395 * epa.texi (Quick start): Remove the .emacs setting.
6396
6397 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6398
6399 * epa.texi (Quick start): Use the command `epa-enable' instead of
6400 loading `epa-setup'.
6401
6402 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
6403
6404 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
6405 ($(infodir)/epa, epa.dvi): New targets.
6406
6407 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6408
6409 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
6410
6411 * epa.texi: New manual documenting the EasyPG Assistant.
6412
6413 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6414
6415 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
6416 (Inspection): New function dbus-ping.
6417
6418 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
6419
6420 * tramp.texi (Remote processes): Add `shell-command'.
6421
6422 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
6423
6424 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
6425 (Group Parameters): Document `mail-source' parameter.
6426
6427 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
6428
6429 * tramp.texi (Inline methods): The hostname of the su(do)? methods
6430 must be a local host.
6431
6432 2008-01-26 Michael Olson <mwolson@gnu.org>
6433
6434 * erc.texi: Update version for ERC 5.3 release.
6435 (Obtaining ERC): Update extras URLs for 5.3.
6436 (Development): Write instructions for git, and remove those for Arch.
6437 (History): Mention the switch to git.
6438
6439 2008-01-24 Karl Berry <karl@gnu.org>
6440
6441 * info.texi (Search Index, Search Text): Mention the command
6442 character in the section name, a la the (Go to node) node.
6443
6444 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
6445
6446 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
6447
6448 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6449
6450 * gnus-news.texi: Mention gnus-article-describe-bindings.
6451
6452 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6453
6454 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
6455
6456 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
6457
6458 * org.texi (Property inheritance): New section.
6459 (Conventions): New section.
6460 (Structure editing): Document C-RET, the prefix arg to the cut/copy
6461 commands, and the new bindings for refiling.
6462 (Sparse trees): Document the new special command for sparse trees.
6463 (References): Be more clear about the counting of hilines.
6464 (Handling links): Document M-p/n for accessing links.
6465 (Fast access to TODO states): New section.
6466 (Per file keywords): New section.
6467 (Property inheritance): New section.
6468 (Column attributes): New summary types.
6469 (Capturing Column View): New section.
6470 (The date/time prompt): Cover the new features in the date/time prompt.
6471 Compactify the table of keys for the calendar remote control.
6472 (Clocking work time): Document the new :scope parameter.
6473 (Remember): Promoted to chapter.
6474 (Quoted examples): New section.
6475 (Enhancing text): New verbatim environments.
6476
6477 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
6478
6479 * trampver.texi: Update release number.
6480
6481 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6482
6483 * gnus.texi (Article Keymap):
6484 Add gnus-article-wide-reply-with-original; fix descriptions of
6485 gnus-article-reply-with-original and
6486 gnus-article-followup-with-original.
6487
6488 2008-01-09 Glenn Morris <rgm@gnu.org>
6489
6490 * nxml-mode.texi: Add @copying section.
6491
6492 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6493
6494 * message.texi (Mail Variables): Add some text from "(gnus)Posting
6495 Server". Add `message-send-mail-with-mailclient'.
6496
6497 * gnus.texi (Posting Server): Move some text to "(message)Mail
6498 Variables" and add a reference here.
6499
6500 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
6501
6502 * dbus.texi (Receiving Method Calls): New chapter.
6503 (Errors and Events): Add serial number to events. Replace "signal" by
6504 "message". Introduce dbus-event-serial-number.
6505
6506 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
6507
6508 * dbus.texi (Type Conversion): Explain the type specification for empty
6509 arrays. Use another example.
6510
6511 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
6512
6513 * dbus.texi (all): Replace "..." by @dots{}.
6514 (Type Conversion): Precise the value range for :byte types.
6515 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
6516 Mention its return value.
6517 (Errors and Events): There is no D-Bus error propagation during event
6518 processing.
6519
6520 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
6521
6522 * calc.tex (Yacas Language, Maxima Language, Giac Language):
6523 New sections.
6524
6525 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6526
6527 * gnus.texi (Group Parameters): Reorder the text and add a note about
6528 `gnus-parameters' near the beginning of the node.
6529
6530 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6531
6532 * gnus.texi (Score File Editing): Fix function name.
6533
6534 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
6535
6536 Sync with Tramp 2.1.12.
6537
6538 * trampver.texi: Update release number.
6539
6540 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
6541
6542 * dbus.texi (Type Conversion): Correct input parameters mapping.
6543
6544 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
6545
6546 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
6547 (Errors and Events): Mention wrong-type-argument error.
6548
6549 2007-12-21 Alex Schroeder <alex@gnu.org>
6550
6551 * rcirc.texi: Changed single spaces after sentence end to double
6552 spaces. Fixed some typos.
6553 (Internet Relay Chat): Explain relay.
6554 (Getting started with rcirc): Change items to reflect prompts.
6555 Add more explanation to rcirc-track-minor-mode and added a comment to
6556 warn future maintainers that this section is a copy.
6557 (People): Change /ignore example.
6558 (Keywords): Not keywords.
6559
6560 2007-12-20 Alex Schroeder <alex@gnu.org>
6561
6562 * rcirc.texi (Top): Fighting Information Overload chapter added.
6563 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
6564 (rcirc commands): Move /ignore command to the new chapter.
6565 (Fighting Information Overload): New chapter documenting /keyword,
6566 /bright, /dim, channel ignore, and low priority channels.
6567 (Configuration): Document rcirc-server-alist, remove
6568 rcirc-startup-channels-alist and rcirc-default-server.
6569
6570 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
6571
6572 * dbus.texi (Signals): Fix example in dbus-register-signal.
6573
6574 2007-12-14 Sven Joachim <svenjoac@gmx.de>
6575
6576 * gnus.texi (Score Variables): Fix typo.
6577
6578 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
6579
6580 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
6581 (Signals): Adapt dbus-send-signal and dbus-register-signal.
6582 (Errors and Events): Adapt dbus-event.
6583
6584 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6585
6586 * gnus.texi (Other Files): Add the yenc command.
6587
6588 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
6589
6590 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
6591 since 2004-08-06.
6592
6593 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6594
6595 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
6596 on body.
6597
6598 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6599
6600 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
6601 and rfc2047-allow-irregular-q-encoded-words; fix description of
6602 rfc2047-encode-encoded-words.
6603
6604 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6605
6606 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
6607
6608 2007-12-05 Michael Olson <mwolson@gnu.org>
6609
6610 * remember.texi (Diary): Remove "require" line for remember-diary.el.
6611 Update documentation for `remember-diary-file'.
6612
6613 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
6614
6615 * dbus.texi (Signals): Precise `dbus-register-signal'.
6616 (Errors and Events): Rework events part, the internal structure of
6617 dbus-event has changed.
6618
6619 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
6620
6621 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
6622 ($(infodir)/dbus, dbus.dvi): New targets.
6623
6624 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
6625
6626 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
6627 unconditionally.
6628
6629 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
6630 emulation with @print{}.
6631
6632 2007-12-02 Richard Stallman <rms@gnu.org>
6633
6634 * dbus.texi (Overview): Minor cleanup.
6635
6636 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
6637
6638 * Makefile.in (INFO_TARGETS): Add dbus.
6639 (DVI_TARGETS): Add dbus.dvi.
6640 (dbus, dbus.dvi): New targets.
6641
6642 * dbus.texi: New file.
6643
6644 2007-11-24 Romain Francoise <romain@orebokech.com>
6645
6646 * nxml-mode.texi: Add description in @direntry.
6647 Fix file name to match @setfilename.
6648
6649 2007-11-23 Mark A. Hershberger <mah@everybody.org>
6650
6651 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6652 ($(infodir)/nxml-mode): New rule.
6653
6654 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6655 ($(infodir)/nxml-mode): New rule.
6656 (clean): Add nxml-mode*.
6657
6658 * nxml-mode.texi: New file with nxml manual.
6659
6660 2007-11-18 Richard Stallman <rms@gnu.org>
6661
6662 * flymake.texi (Example -- Configuring a tool called directly):
6663 Update example.
6664
6665 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
6666
6667 * tramp.texi (Filename completion): Simplify explanation of
6668 double-slash behavior. Explain directory contents flushing.
6669
6670 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6671
6672 * calc.texi (TeX and LaTeX Language Modes): Put in
6673 missing braces.
6674
6675 2007-11-15 Richard Stallman <rms@gnu.org>
6676
6677 * cl.texi (Equality Predicates): Delete `eql'.
6678 (Predicates, Naming Conventions, Top): Delete `eql'.
6679 (Common Lisp Compatibility): Delete `eql'.
6680 (Porting Common Lisp): Delete obsolete backquote info.
6681 Minor clarification about character constants.
6682 (Sequence Basics): Minor clarification.
6683
6684 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
6685
6686 * cc-mode.texi (Electric Keys, Custom Macros):
6687 * tramp.texi (Filename completion): Fix typos.
6688
6689 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
6690
6691 * calc.texi (Basic commands): Mention the menu.
6692
6693 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
6694
6695 * tramp.texi (Connection caching): Tramp flushes connection
6696 properties when remote operating system has been changed.
6697
6698 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
6699
6700 * gnus-news.texi: Fix spelling.
6701 `message-insert-formatted-citation-line', not
6702 `message-insert-formated-citation-line'.
6703
6704 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
6705
6706 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
6707
6708 * tramp.texi (Overview): Mention also the PuTTY integration under
6709 w32. Remove paragraphs about Tramp's experimental status.
6710 (Frequently Asked Questions): Add code example for highlighting the
6711 mode line.
6712
6713 2007-11-03 Michael Olson <mwolson@gnu.org>
6714
6715 * remember.texi: Change mentions of remember-buffer to
6716 remember-finalize throughout.
6717
6718 2007-10-30 Michael Olson <mwolson@gnu.org>
6719
6720 * remember.texi (Copying): Remove.
6721 (Mailbox): Update with non-BBDB instructions.
6722 (Diary, Org): Add.
6723 (Bibliography, Planner Page): Remove.
6724
6725 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
6726
6727 * makefile.w32-in (INFO_TARGETS): Add remember.
6728 (DVI_TARGETS): Add remember.dvi.
6729 ($(infodir)/remember): New rule.
6730 (clean): Add remember*.
6731
6732 2007-10-30 Michael Olson <mwolson@gnu.org>
6733
6734 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
6735 ($(infodir)/remember): New rule that builds the Remember Manual.
6736
6737 * remember.texi: New file containing the Remember Mode Manual.
6738 Shuffle chapters around after initial import.
6739 (Function Reference): Split Keystrokes into separate chapter.
6740 (Keystrokes): Document C-c C-k.
6741 (Introduction): Fix typographical issue with "---".
6742
6743 2007-10-29 Richard Stallman <rms@gnu.org>
6744
6745 * widget.texi (Introduction): Delete discussion of implementation
6746 internals.
6747
6748 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
6749
6750 * tramp.texi (Connection caching): Host names must be different
6751 when tunneling.
6752
6753 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6754
6755 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
6756 Gnus v5.13.
6757
6758 2007-10-28 Miles Bader <miles@gnu.org>
6759
6760 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
6761
6762 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6763
6764 * gnus.texi (Sorting the Summary Buffer):
6765 Remove gnus-article-sort-by-date-reverse.
6766
6767 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6768
6769 * gnus.texi (Non-ASCII Group Names): New node.
6770 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
6771 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
6772
6773 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6774
6775 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
6776 clean the output of the program `imap-shell-program'.
6777
6778 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6779
6780 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
6781
6782 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
6783
6784 * gnus.texi (Sticky Articles): Documentation for sticky article
6785 buffers.
6786
6787 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6788
6789 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
6790
6791 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6792
6793 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
6794
6795 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6796
6797 * gnus.texi (Archived Messages):
6798 Document gnus-update-message-archive-method.
6799
6800 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6801
6802 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
6803
6804 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6805
6806 * gnus.texi (Group Maneuvering):
6807 Document `gnus-summary-next-group-on-exit'.
6808
6809 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6810
6811 * gnus.texi (Really Various Summary Commands):
6812 Mention gnus-auto-select-on-ephemeral-exit.
6813
6814 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6815
6816 * gnus.texi, message.texi: Bump version number.
6817
6818 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6819
6820 * gnus.texi (Group Line Specification, Misc Group Stuff)
6821 (Server Commands): Parenthesize @pxref{Mail Spool}.
6822
6823 2007-10-28 Didier Verna <didier@xemacs.org>
6824
6825 New user option: message-signature-directory.
6826 * message.texi (Insertion Variables): Document it.
6827 * gnus.texi (Posting Styles): Ditto.
6828
6829 2007-10-28 Didier Verna <didier@xemacs.org>
6830
6831 * gnus.texi (Group Line Specification):
6832 * gnus.texi (Misc Group Stuff):
6833 * gnus.texi (Server Commands): Document the group compaction feature.
6834
6835 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6836
6837 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
6838
6839 * message.texi (Various Message Variables): Add message-fill-column.
6840
6841 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6842
6843 * gnus.texi: Untabify.
6844
6845 2007-10-28 Didier Verna <didier@xemacs.org>
6846
6847 * gnus.texi (Group Parameters): Document the posting-style merging
6848 process in topic-mode.
6849
6850 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6851
6852 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
6853
6854 2007-10-28 Romain Francoise <romain@orebokech.com>
6855
6856 * gnus.texi (Mail Spool): Fix typo.
6857 Update copyright.
6858
6859 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6860
6861 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
6862
6863 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6864
6865 * gnus.texi (Summary Generation Commands):
6866 Add gnus-summary-insert-ticked-articles.
6867
6868 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6869
6870 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
6871 to spam-spamassassin-program.
6872
6873 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6874
6875 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
6876
6877 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6878
6879 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
6880
6881 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6882
6883 * message.texi (Mail Headers): Document `opportunistic'.
6884
6885 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6886
6887 * emacs-mime.texi (Encoding Customization): Explain how to set
6888 mm-coding-system-priorities per hierarchy.
6889
6890 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6891
6892 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
6893 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
6894
6895 2007-10-28 Didier Verna <didier@xemacs.org>
6896
6897 * message.texi (Wide Reply): Update documentation of
6898 message-dont-reply-to-names (now allowing a list of regexps).
6899
6900 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6901
6902 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
6903
6904 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6905
6906 * gnus.texi (SpamAssassin back end): Fix typo.
6907
6908 * sieve.texi (Examples): Fix grammar.
6909
6910 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6911
6912 * gnus.texi (Searching for Articles): Document M-S and M-R.
6913 (Limiting): Document / b.
6914
6915 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6916
6917 * gnus.texi (Thread Commands): T M-^.
6918
6919 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6920
6921 * message.texi (Mail Aliases): Document ecomplete.
6922 (Mail Aliases): Fix typo.
6923
6924 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6925
6926 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
6927 fix typo.
6928
6929 2007-10-28 Romain Francoise <romain@orebokech.com>
6930
6931 * gnus.texi (Mail Spool): Grammar fix.
6932
6933 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6934
6935 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
6936 string.
6937
6938 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6939
6940 * gnus.texi (Group Parameters): Fix description.
6941
6942 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6943
6944 * gnus.texi (Gmane Spam Reporting):
6945 Fix spam-report-gmane-use-article-number.
6946 Add spam-report-user-mail-address.
6947
6948 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6949
6950 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
6951
6952 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6953
6954 * gnus.texi (Group Parameters): Add simplified sorting example based on
6955 example for `Sorting the Summary Buffer' from Jari Aalto
6956 <jari.aalto@cante.net>.
6957 (Example Methods): Add example for an indirect connection.
6958
6959 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
6960
6961 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
6962 (Agent Parameters): Update parameter names to match code.
6963 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
6964 'gnus-agent-summary-fetch-series'.
6965 (Agent and flags): New section providing a generalized discussion
6966 of flag handling.
6967 (Agent and IMAP): Remove flag discussion.
6968 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
6969
6970 2007-10-28 Romain Francoise <romain@orebokech.com>
6971
6972 * gnus.texi (Exiting the Summary Buffer): Add new function
6973 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
6974
6975 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6976
6977 * gnus.texi (Conformity): Fix typo.
6978 (Customizing Articles): Document `first'.
6979
6980 2007-10-28 Jari Aalto <jari.aalto@cante.net>
6981
6982 * gnus.texi (Sorting the Summary Buffer):
6983 Add `gnus-thread-sort-by-date-reverse'. Add example
6984 host to different sorting in NNTP and RSS groups.
6985
6986 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6987
6988 * message.texi (Insertion): Describe prefix for
6989 message-mark-inserted-region and message-mark-insert-file.
6990
6991 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6992
6993 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
6994 LaTeX documents. Describe "text/x-gnus-verbatim".
6995
6996 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6997
6998 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
6999 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
7000 (spam-stat spam filtering, SpamOracle)
7001 (Extending the Spam ELisp package): Remove extra quote symbol for
7002 clarity.
7003
7004 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7005
7006 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
7007 gnus-article-delete-part and gnus-article-replace-part.
7008 (Using MIME): Add gnus-mime-replace-part.
7009
7010 2007-10-28 Romain Francoise <romain@orebokech.com>
7011
7012 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
7013 requires `auto-compression-mode' to be enabled. Add new nnml
7014 variable `nnml-compressed-files-size-threshold'.
7015
7016 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7017
7018 * gnus.texi (Sorting the Summary Buffer):
7019 Add gnus-thread-sort-by-recipient.
7020
7021 2007-10-28 Romain Francoise <romain@orebokech.com>
7022
7023 * message.texi (Insertion Variables): Mention new variable
7024 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
7025 documentation accordingly.
7026
7027 2007-10-28 Romain Francoise <romain@orebokech.com>
7028
7029 * gnus.texi (To From Newsgroups): Mention new variables
7030 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
7031
7032 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7033
7034 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
7035 stuff; gnus-mime-inline-part does the automatic decompression.
7036
7037 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7038
7039 * gnus.texi (Spam ELisp Package Configuration Examples):
7040 "training.ham" should be "training.spam".
7041
7042 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7043
7044 * message.texi (Mail Variables): Fix the default value for
7045 message-send-mail-function.
7046
7047 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7048
7049 * gnus.texi (Optional Back End Functions): nntp-request-update-info
7050 always returns nil exceptionally.
7051
7052 2007-10-28 Simon Josefsson <jas@extundo.com>
7053
7054 * gnus.texi (Article Washing): Add libidn URL.
7055 Suggested by Michael Cook <michael@waxrat.com>.
7056
7057 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7058
7059 * gnus.texi (Topic Commands): Fix next/previous.
7060
7061 2007-10-28 Simon Josefsson <jas@extundo.com>
7062
7063 * gnus.texi (Article Washing): Mention `W i'.
7064
7065 2007-10-28 Jochen KĂ¼pper <jochen@fhi-berlin.mpg.de>
7066
7067 * gnus.texi (Group Parameters): Slight extension of sieve
7068 parameter description.
7069
7070 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7071
7072 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
7073 matching score files as well.
7074 (Picons): Describe `gnus-picon-style'.
7075
7076 2007-10-28 Romain Francoise <romain@orebokech.com>
7077
7078 * message.texi (Message Headers): Mention that headers are hidden
7079 using narrowing, and how to expose them.
7080 Update copyright.
7081
7082 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7083
7084 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
7085 `gnus-summary-sort-by-recipient'.
7086
7087 2007-10-28 Romain Francoise <romain@orebokech.com>
7088
7089 * gnus.texi (NNTP marks): New node.
7090 (NNTP): Move NNTP marks variables to the new node.
7091
7092 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7093
7094 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
7095
7096 * gnus.texi (MIME Commands, Hashcash): Markup fix.
7097
7098 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7099
7100 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
7101 everywhere for consistency.
7102 (Filtering Spam Using The Spam ELisp Package): Admonish again.
7103 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
7104 Say "regular expression" instead of "regex." Admonish.
7105 Pick other words to sound better (s/so/thus/).
7106 (Spam ELisp Package Filtering of Incoming Mail):
7107 Mention statistical filters. Remove old TODO.
7108 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
7109 New section on sorting and displaying the spam score.
7110 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
7111 backend but an alias to spam-use-BBDB.
7112 (Extending the Spam ELisp package): Rewrite the example using the
7113 new backend functionality.
7114
7115 2007-10-28 Simon Josefsson <jas@extundo.com>
7116
7117 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
7118 nntp-marks-directory, from Romain Francoise
7119 <romain@orebokech.com>.
7120
7121 2007-10-28 Magnus Henoch <mange@freemail.hu>
7122
7123 * gnus.texi (Hashcash): New default value of
7124 hashcash-default-payment.
7125
7126 2007-10-28 Simon Josefsson <jas@extundo.com>
7127
7128 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
7129 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
7130
7131 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7132
7133 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
7134
7135 2007-10-28 Simon Josefsson <jas@extundo.com>
7136
7137 * gnus.texi (documentencoding): Add, to avoid warnings.
7138
7139 2007-10-28 Simon Josefsson <jas@extundo.com>
7140
7141 * message.texi (Mail Headers): Add.
7142
7143 * gnus.texi (Hashcash): Fix.
7144
7145 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7146
7147 * gnus.texi (Hashcash): Change location of library, also mention
7148 that payments can be verified and fix the name of the
7149 hashcash-path variable.
7150
7151 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7152
7153 * gnus.texi (Article Display): Add `gnus-picon-style'.
7154
7155 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7156
7157 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
7158
7159 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7160
7161 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7162 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
7163 warning about ham processors in spam groups removed.
7164
7165 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7166
7167 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
7168 From Hubert Chan <hubert@uhoreg.ca>.
7169
7170 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7171
7172 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
7173 (Mailing List): Typo.
7174 (Customizing Articles): Add gnus-treat-ansi-sequences.
7175 (Article Washing): Index.
7176
7177 * message.texi: Use m-dash consistently.
7178
7179 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7180
7181 * gnus.texi (GroupLens): Remove.
7182
7183 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
7184
7185 * gnus.texi (Outgoing Messages, Agent Variables):
7186 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
7187 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
7188
7189 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7190
7191 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
7192
7193 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7194
7195 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
7196
7197 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
7198
7199 2007-10-28 Simon Josefsson <jas@extundo.com>
7200
7201 * gnus.texi (Top): Add SASL.
7202
7203 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7204
7205 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
7206
7207 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7208
7209 * gnus.texi (Troubleshooting): Adjust Gnus version number.
7210
7211 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
7212
7213 * calc.texi (Formulas, Composition Basics): Lower the
7214 precedence of negation.
7215
7216 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
7217
7218 * ses.texi (The Basics): Mention how to create a new spreadsheet.
7219 Mention the new three-letter column identifiers.
7220 (More on cell printing): Calculate-cell and truncate-cell are now `c'
7221 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
7222 message when using `c' on an empty default with default printer.
7223 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
7224 renamed to `ses--symbolic-formulas' some time ago.
7225
7226 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
7227
7228 * calc.texi (Default Simplifications, Making Selections)
7229 (Customizing Calc): Clarify associativity of multiplication.
7230
7231 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
7232
7233 * tramp.texi (Traces and Profiles): Simplify loop over
7234 `trace-function-background'.
7235
7236 2007-10-22 Juri Linkov <juri@jurta.org>
7237
7238 * dired-x.texi (Shell Command Guessing): Default values are now
7239 available by typing M-n instead of M-p.
7240
7241 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
7242
7243 * tramp.texi (Cleanup remote connections): New section.
7244 (Password caching): Remove `tramp-clear-passwd'.
7245 It's not a command anymore.
7246 (Bug Reports): Add `tramp-bug' to function index.
7247 (Function Index, Variable Index): New nodes.
7248 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
7249
7250 * trampver.texi: Update release number.
7251
7252 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7253
7254 * calc.texi (History and Acknowledgements): Turn comment
7255 about integer size into past tense.
7256 (Time Zones): Remove pointer to Calc author's address.
7257 (Trigonometric and Hyperbolic Functions): Mention cotangent
7258 and hyperbolic cotangent. Fix typo.
7259
7260 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
7261
7262 Sync with Tramp 2.1.11.
7263
7264 * trampver.texi: Update release number.
7265
7266 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
7267
7268 * tramp.texi (External packages): New section.
7269
7270 2007-09-29 Juri Linkov <juri@jurta.org>
7271
7272 * info.texi (Help-Int): Document `L' (`Info-history').
7273
7274 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7275
7276 * org.texi: Change links to webpage and maintained email.
7277 (Remember): Promote to Chapter, significant changes.
7278 (Fast access to TODO states): New section.
7279 (Faces for TODO keywords): New section.
7280 (Export options): Example for #+DATE.
7281 (Progress logging): Section moved.
7282
7283 2007-09-26 Bill Wohler <wohler@newt.com>
7284
7285 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
7286 browse-url-at-mouse.
7287
7288 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
7289
7290 * flymake.texi (Customizable variables): Face names don't end in -face.
7291 Fix flymake-err-line-patterns template.
7292 (Example -- Configuring a tool called directly): Fix init-function.
7293 (Highlighting erroneous lines): Face names don't end in -face.
7294
7295 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
7296
7297 * erc.texi (Special-Features): Fix small typo.
7298
7299 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
7300
7301 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
7302 and "External transfer methods".
7303
7304 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
7305
7306 * calc.texi (Predefined Units): Add some history.
7307
7308 2007-09-08 Michael Olson <mwolson@gnu.org>
7309
7310 * erc.texi (Copying): New section included from gpl.texi.
7311 This matches the look of the upstream ERC manual.
7312
7313 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
7314
7315 * calc.texi (History and Acknowledgements): Adjust the "thanks".
7316 (Random Numbers): Clarify the distribution of `random'.
7317
7318 2007-09-06 Glenn Morris <rgm@gnu.org>
7319
7320 Move manual sources from man/ to subdirectories of doc/.
7321 Split into the Emacs manual in emacs/, and other manuals in misc/.
7322 Change all setfilename commands to use ../../info.
7323 * Makefile.in: Move the parts of the old man/Makefile.in that do not
7324 refer to the Emacs manual here.
7325 (infodir): New variable.
7326 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
7327 (cc-mode.texi, faq.texi): Update references to source file locations.
7328 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
7329 do not refer to the Emacs manual here.
7330 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
7331
7332 * Makefile.in: Add `basename' versions of all info targets, for
7333 convenience when rebuilding just one manual.
7334 (../etc/GNU): Delete obsolete target.
7335 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
7336 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
7337 *.vrs *.toc here...
7338 (maintainer-clean): ...from here.
7339
7340 * makefile.w32-in (../etc/GNU): Delete obsolete target.
7341
7342 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
7343
7344 * calc.texi (Date Conversions): Clarify definition of
7345 Julian day numbering.
7346 (Date Forms): Clarify definition of Julian day numbering;
7347 add some history.
7348
7349 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7350
7351 * org.texi: Version 5.07.
7352
7353 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7354
7355 * message.texi (MIME): Replace mml-attach with mml-attach-file.
7356
7357 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7358
7359 * org.texi (Adding hyperlink types): New section.
7360 (Embedded LaTeX): Chapter updated because of LaTeX export.
7361 (LaTeX export): New section.
7362 (Using links out): New section.
7363
7364 2007-08-22 Glenn Morris <rgm@gnu.org>
7365
7366 * faq.texi (Learning how to do something): Refcards now in
7367 etc/refcards/ directory.
7368
7369 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7370
7371 * tramp.texi (Remote Programs): Persistency file must be cleared when
7372 changing `tramp-remote-path'.
7373 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
7374 macro.
7375
7376 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7377
7378 * calc.texi: Move contents to beginning of file.
7379 (Algebraic Entry): Fix the formatting of an example.
7380
7381 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7382
7383 * calc.texi (Basic Operations on Units): Mention exact versus
7384 inexact conversions.
7385
7386 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7387
7388 * calc.texi (Basic Operations on Units): Mention default
7389 values for new units.
7390 (Quick Calculator Mode): Mention that binary format will
7391 be displayed.
7392
7393 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7394
7395 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
7396
7397 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7398
7399 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
7400
7401 2007-08-08 Glenn Morris <rgm@gnu.org>
7402
7403 * gnus.texi, sieve.texi: Replace `iff'.
7404
7405 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7406
7407 * calc.texi (Basic Graphics): Mention the graphing of error
7408 forms.
7409 (Graphics Options): Mention how `g s' handles error forms.
7410 (Curve Fitting): Mention plotting the curves.
7411 (Standard Nonlinear Models): Add additional models.
7412 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
7413 (Linear Fits): Correct result.
7414
7415 2007-08-01 Alan Mackenzie <acm@muc.de>
7416
7417 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
7418 to "--no-site-file".
7419
7420 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7421
7422 * tramp.texi (Frequently Asked Questions): Point to mode line
7423 extension in Emacs 23.1.
7424
7425 * trampver.texi: Update release number.
7426
7427 2007-07-27 Glenn Morris <rgm@gnu.org>
7428
7429 * calc.texi (Copying): Include license text from gpl.texi, rather than
7430 in-line.
7431
7432 2007-07-25 Glenn Morris <rgm@gnu.org>
7433
7434 * calc.texi (Copying): Replace license with GPLv3.
7435
7436 * Relicense all FSF files to GPLv3 or later.
7437
7438 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7439
7440 Sync with Tramp 2.1.10.
7441
7442 * tramp.texi (trampfn): Expand macro implementation in order to handle
7443 empty arguments.
7444 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
7445 occurrences by trampfn.
7446 (Frequently Asked Questions): Extend example code for host
7447 identification in the modeline. Add bbdb to approaches shortening Tramp
7448 file names to be typed.
7449
7450 * trampver.texi: Update release number.
7451
7452 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7453
7454 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
7455 section. Reported by <poti@potis.org>.
7456 (Remote processes): Arguments of the program to be debugged are taken
7457 literally.
7458 (Frequently Asked Questions): Simplify recentf example.
7459
7460 2007-07-14 Karl Berry <karl@gnu.org>
7461
7462 * info.texi (@copying): New Back-Cover Text.
7463
7464 * info.texi (Quitting Info): Move to proper place in source.
7465 (Reported by Benno Schulenberg.)
7466
7467 2007-07-13 Eli Zaretskii <eliz@gnu.org>
7468
7469 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
7470
7471 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
7472
7473 * emacs-mime.texi: Add @documentencoding directive.
7474
7475 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7476
7477 * tramp.texi (Remote processes): Add an anchor to the subsection
7478 "Running a debugger on a remote host".
7479
7480 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
7481
7482 * tramp.texi (Remote processes): Don't call it "experimental" any
7483 longer. Add subsection about running a debugger on a remote host.
7484
7485 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7486
7487 * org.texi (Properties and columns): Chapter rewritten.
7488
7489 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7490
7491 * tramp.texi:
7492 * trampver.texi: Migrate to Tramp 2.1.
7493
7494 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7495
7496 * org.texi (Properties): New chapter.
7497
7498 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
7499
7500 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
7501 Control Panel.
7502
7503 * gnus.texi (Misc Article): Add index entry for
7504 gnus-single-article-buffer.
7505
7506 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
7507
7508 * gnus.texi (Starting Up): Fix typo.
7509
7510 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
7511
7512 * gnus.texi (Asynchronous Fetching): Fix typo.
7513
7514 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7515
7516 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
7517 (About This Manual): Remove redundant information.
7518 (Getting Started): Mention author.
7519 (Basic Arithmetic, Customizing Calc): Make description of the
7520 variable `calc-multiplication-has-precedence' match its new effect.
7521
7522 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7523
7524 * calc.texi (Basic Arithmetic, Customizing Calc):
7525 Mention the variable `calc-multiplication-has-precedence'.
7526
7527 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
7528
7529 * org.texi (Tag): Section swapped with node Timestamps.
7530 (Formula syntax for Lisp): Document new `L' flag.
7531
7532 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
7533
7534 * gnus.texi (Misc Group Stuff, Summary Buffer)
7535 (Server Commands, Article Keymap): Fix typo. s/function/command/.
7536
7537 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7538
7539 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
7540 * gnus.texi (Article Buttons, Mail Source Customization)
7541 (Sending or Not Sending, Customizing NNDiary):
7542 * message.texi (Message Headers):
7543 * mh-e.texi (HTML): Fix typos.
7544
7545 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
7546
7547 Sync with Tramp 2.0.56.
7548
7549 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
7550 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
7551
7552 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7553
7554 * Version 22.1 released.
7555
7556 2007-05-26 Michael Olson <mwolson@gnu.org>
7557
7558 * erc.texi (Modules): Fix references to completion modules.
7559
7560 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
7561
7562 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
7563
7564 2007-05-09 Didier Verna <didier@xemacs.org>
7565
7566 * gnus.texi (Email Based Diary): New. Proper documentation for the
7567 nndiary back end and the gnus-diary library.
7568
7569 2007-05-03 Karl Berry <karl@gnu.org>
7570
7571 * .cvsignore (*.pdf): New entry.
7572
7573 * texinfo.tex: Update from current version for better pdf generation.
7574
7575 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
7576
7577 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
7578
7579 2007-04-28 Glenn Morris <rgm@gnu.org>
7580
7581 * faq.texi (New in Emacs 22): Restore mention of python.el pending
7582 consideration of legal status.
7583
7584 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
7585
7586 * idlwave.texi: Minor updates for IDLWAVE 6.1.
7587
7588 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
7589
7590 * faq.texi (New in Emacs 22): python.el removed.
7591
7592 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
7593
7594 * calc.texi (Reporting bugs): Update maintainer's address.
7595
7596 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
7597
7598 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
7599
7600 2007-04-15 Jay Belanger <belanger@truman.edu>
7601
7602 * calc.texi (Title page): Remove the date.
7603 (Basic Arithmetic): Emphasize that / binds less strongly than *.
7604 (The Standard Calc Interface): Change trail title.
7605 (Floats): Mention that when non-decimal floats are entered, only
7606 approximations are stored.
7607 (Copying): Move to the appendices.
7608 (GNU Free Documentation License): Add as an appendix.
7609
7610 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7611
7612 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
7613 * dired-x.texi, ebrowse.texi, ediff.texi:
7614 * emacs-mime.texi, erc.texi, eshell.texi:
7615 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
7616 * idlwave.texi, message.texi, newsticker.texi, org.texi:
7617 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
7618 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
7619 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
7620 * woman.texi: Include GFDL.
7621
7622 * doclicense.texi: Remove node heading, so that it can be included by
7623 other files.
7624
7625 * dired-x.texi: Relicence under GFDL. Remove date from title page.
7626
7627 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
7628 than *.
7629
7630 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
7631
7632 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
7633 in Calc.
7634
7635 2007-04-09 Romain Francoise <romain@orebokech.com>
7636
7637 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
7638 Mac OS ports. Make it clear that mouse-1 complements and doesn't
7639 replace mouse-2.
7640
7641 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
7642
7643 * woman.texi (Word at point, Interface Options): woman-topic-at-point
7644 renamed to woman-use-topic-at-point. Document new behavior.
7645
7646 2007-04-08 Richard Stallman <rms@gnu.org>
7647
7648 * url.texi: Fix some indexing.
7649 (Disk Caching): Drop discussion of old/other Emacs versions.
7650
7651 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
7652
7653 * url.texi (Disk Caching): Say Emacs 21 "and later".
7654
7655 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
7656 on Font locking which now mentions JIT lock.
7657
7658 2007-04-01 Michael Olson <mwolson@gnu.org>
7659
7660 * erc.texi: Update for the ERC 5.2 release.
7661
7662 2007-03-31 David Kastrup <dak@gnu.org>
7663
7664 * woman.texi (Topic, Interface Options): Explain changes semantics of
7665 woman-manpath in order to consider MANPATH_MAP entries.
7666
7667 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7668
7669 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
7670
7671 2007-03-26 Richard Stallman <rms@gnu.org>
7672
7673 * pgg.texi (Caching passphrase): Clean up previous change.
7674
7675 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
7676
7677 * gnus.texi (Setting Process Marks): Fix typo.
7678
7679 2007-03-25 Romain Francoise <romain@orebokech.com>
7680
7681 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
7682 readability, and include various fixes by Daniel Brockman, Nick Roberts
7683 and Dieter Wilhelm.
7684
7685 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
7686
7687 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
7688
7689 * gnus.texi (Mail Source Specifiers): Fix typo.
7690
7691 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
7692
7693 * reftex.texi (Imprint): Update maintainer information.
7694
7695 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7696
7697 * message.texi (Message Buffers): Update documentation for
7698 message-generate-new-buffers.
7699
7700 2007-03-15 Daiki Ueno <ueno@unixuser.org>
7701
7702 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
7703
7704 2007-03-21 Glenn Morris <rgm@gnu.org>
7705
7706 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
7707
7708 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
7709
7710 * eshell.texi (Known problems): Emacs 21 -> 22.
7711
7712 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
7713
7714 2007-03-18 Jay Belanger <belanger@truman.edu>
7715
7716 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
7717
7718 2007-03-12 Glenn Morris <rgm@gnu.org>
7719
7720 * calc.texi (Time Zones): Switch to new North America DST rule.
7721
7722 * calc.texi: Replace "daylight savings" with "daylight
7723 saving" in text throughout.
7724
7725 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7726
7727 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
7728 The variable now uses a list of symbols instead of just a symbol.
7729 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7730
7731 2007-03-06 Romain Francoise <romain@orebokech.com>
7732
7733 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
7734 new packages, and mention Gnus update.
7735
7736 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7737
7738 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
7739 nntp-open-connection-functions-never-echo-commands.
7740
7741 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
7742
7743 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
7744 problems on the console, and security risk in not using gpg-agent.
7745
7746 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
7747
7748 * org.texi (The spreadsheet): Rename from "Table calculations".
7749 Completely reorganized and rewritten.
7750 (CamelCase links): Section removed.
7751 (Repeating items): New section.
7752 (Tracking TODO state changes): New section.
7753 (Agenda views): Chapter reorganized and rewritten.
7754 (HTML export): Section rewritten.
7755 (Tables in arbitrary syntax): New section.
7756 (Summary): Better feature summary.
7757 (Activation): Document problem with cut-and-paste of Lisp code
7758 from PDF files.
7759 (Visibility cycling): Document indirect buffer use.
7760 (Structure editing): Document sorting.
7761 (Remember): Section rewritten.
7762 (Time stamps): Better description of time stamp types.
7763 (Tag searches): Document regular expression search for tags.
7764 (Stuck projects): New section.
7765 (In-buffer settings): New keywords.
7766 (History and Acknowledgments): Update description.
7767
7768 2007-02-24 Alan Mackenzie <acm@muc.de>
7769
7770 * cc-mode.texi (Movement Commands): Insert two missing command names.
7771 (Getting Started): Slight wording correction (use conditional).
7772
7773 2007-02-22 Kim F. Storm <storm@cua.dk>
7774
7775 * widget.texi (User Interface, Basic Types): Document need to put some
7776 text before the %v escape in :format string in editable-field widget.
7777
7778 2007-02-18 Romain Francoise <romain@orebokech.com>
7779
7780 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
7781 `cvs-mode-quit'.
7782
7783 2007-02-10 Markus Triska <markus.triska@gmx.at>
7784
7785 * widget.texi (Programming Example): Put constant strings in :format.
7786
7787 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
7788
7789 * faq.texi (Fullscreen mode on MS-Windows): New node.
7790
7791 2007-02-04 David Kastrup <dak@gnu.org>
7792
7793 * faq.texi (AUCTeX): Update version number. Should probably be done
7794 for other packages as well.
7795
7796 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7797
7798 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
7799 <tassilo@member.fsf.org>.
7800
7801 2007-01-27 Eli Zaretskii <eliz@gnu.org>
7802
7803 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
7804 ls-lisp-use-localized-time-format.
7805
7806 2007-01-20 Markus Triska <markus.triska@gmx.at>
7807
7808 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
7809
7810 2007-01-13 Michael Olson <mwolson@gnu.org>
7811
7812 * erc.texi (Modules): Mention capab-identify module.
7813
7814 2007-01-05 Michael Olson <mwolson@gnu.org>
7815
7816 * erc.texi (Getting Started): Update for /RECONNECT command.
7817
7818 2007-01-04 Richard Stallman <rms@gnu.org>
7819
7820 * ebrowse.texi: Change C-c b to C-c C-m.
7821
7822 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7823
7824 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
7825 variables only in info to avoid redundant entries in the printed
7826 manual.
7827
7828 2007-01-02 Daiki Ueno <ueno@unixuser.org>
7829
7830 * message.texi (Using PGP/MIME): Document gpg-agent usage.
7831
7832 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
7833
7834 * message.texi (Security): Split into sub-nodes.
7835
7836 2007-01-01 Alan Mackenzie <acm@muc.de>
7837
7838 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
7839 eval-after-load in Emacs <=21 and a workaround. Document that
7840 trigraphs are not supported.
7841
7842 2007-01-01 Alan Mackenzie <acm@muc.de>
7843
7844 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
7845 c-context-line-break. When invoked within a string, preserve
7846 whitespace. Add a backslash only when also in a macro.
7847
7848 2007-01-01 Alan Mackenzie <acm@muc.de>
7849
7850 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
7851
7852 2007-01-01 Alan Mackenzie <acm@muc.de>
7853
7854 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
7855 are now bound by default to c-\(beginning\|end\)-of-defun by default.
7856
7857 2007-01-01 Alan Mackenzie <acm@muc.de>
7858
7859 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
7860 "Choosing a Style".
7861
7862 * cc-mode.texi ("Styles"): Add @dfn{style}.
7863
7864 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
7865
7866 Sync with Tramp 2.0.55.
7867
7868 * trampver.texi: Update release number.
7869
7870 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
7871
7872 * gnus.texi (Customizing Articles): Add index entries for all
7873 gnus-treat-* variables.
7874
7875 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
7876
7877 * gnus.texi (IMAP): Fix incorrect explanation of
7878 nnimap-search-uids-not-since-is-evil in documentation for
7879 nnimap-expunge-search-string.
7880
7881 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
7882
7883 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
7884 spam-ifile-database.
7885
7886 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7887
7888 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
7889 rebind C-s.
7890
7891 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
7892
7893 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
7894 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
7895 "expiring mail".
7896 (IMAP): Document nnimap-search-uids-not-since-is-evil and
7897 nnimap-nov-is-evil.
7898
7899 2006-12-25 Kevin Ryde <user42@zip.com.au>
7900
7901 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
7902 about the key procedure being used heavily.
7903
7904 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
7905
7906 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
7907 to t.
7908 (Prerequisites): Add explanation about gpg-agent.
7909
7910 2006-12-22 Kevin Ryde <user42@zip.com.au>
7911
7912 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
7913 "sort" instead of "sort*".
7914
7915 2006-12-19 Richard Stallman <rms@gnu.org>
7916
7917 * calc.texi (History and Acknowledgements): Recognize that Emacs
7918 now does have floating point.
7919
7920 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
7921
7922 * tramp.texi (External transfer methods): Describe new method `scpc'.
7923
7924 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
7925
7926 * pgg.texi: Added short note on gpg-agent to the introduction.
7927
7928 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7929
7930 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
7931 also applies to Cc.
7932
7933 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7934
7935 * gnus.texi (X-Face): Clarify. Say which programs are required
7936 on Windows.
7937
7938 2006-12-08 Michael Olson <mwolson@gnu.org>
7939
7940 * erc.texi (Modules): Remove documentation for list module.
7941
7942 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
7943
7944 * faq.texi (^M in the shell buffer): Ditto.
7945
7946 2006-11-20 Michael Olson <mwolson@gnu.org>
7947
7948 * erc.texi: Call this the 5.2 stable pre-release of ERC.
7949
7950 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7951
7952 * org.texi: Fix typos.
7953 (Agenda commands): Document `C-k'.
7954
7955 2006-11-16 Eli Zaretskii <eliz@gnu.org>
7956
7957 * url.texi (http/https): Fix a typo in the HTTP URL.
7958
7959 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7960
7961 * ada-mode.texi: Total rewrite.
7962
7963 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7964
7965 * org.texi: Minor typo fixes.
7966
7967 2006-11-13 Bill Wohler <wohler@newt.com>
7968
7969 Release MH-E manual version 8.0.3.
7970
7971 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7972 release 8.0.3.
7973
7974 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
7975 to set MAILDIR.
7976 (Reading Mail): Document the customization of read-mail-command
7977 for MH-E.
7978 (Viewing Attachments): Document mm-discouraged-alternatives.
7979 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
7980 (Junk): Add more information about the settings of mh-junk-background
7981 in a program. Add /usr/bin/mh to PATH in examples.
7982
7983 2006-11-12 Richard Stallman <rms@gnu.org>
7984
7985 * woman.texi: Update author address but say he no longer maintains it.
7986
7987 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7988
7989 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
7990 archived trees.
7991 (Checkboxes): Section moved to chapter 5, and extended.
7992 (The date/time prompt): New section.
7993 (Link abbreviations): New section.
7994 (Presentation and sorting): New section.
7995 (Custom agenda views): Section completely rewritten.
7996 (Summary): Compare with Planner.
7997 (Feedback): More info about creating backtraces.
7998 (Plain lists): Modify example.
7999 (Breaking down tasks): New section.
8000 (Custom time format): New section.
8001 (Time stamps): Document inactive timestamps.
8002 (Setting tags): More details about fast tag selection.
8003 (Block agenda): New section.
8004 (Custom agenda views): Section rewritten.
8005 (Block agenda): New section.
8006
8007 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8008
8009 * tramp.texi (Configuration): scp is the default method.
8010 (Default Method): Use ssh as example for another method.
8011
8012 2006-10-27 Richard Stallman <rms@gnu.org>
8013
8014 * woman.texi: Downcase nroff/troff/roff.
8015 (Installation): Chapter deleted. Some xrefs deleted.
8016 (Background): woman doesn't advise man ;-).
8017
8018 2006-10-26 Roberto RodrĂ­guez <lanubeblanca@googlemail.com> (tiny change)
8019
8020 * ada-mode.texi (Project files, Identifier completion)
8021 (Automatic Casing, Debugging, Using non-standard file names)
8022 (Working Remotely): Fix typos.
8023
8024 2006-10-20 Masatake YAMATO <jet@gyve.org>
8025
8026 * cc-mode.texi (Sample .emacs File): Add missing `)' in
8027 sample code `my-c-initialization-hook'.
8028
8029 2006-10-19 Stuart D. Herring <herring@lanl.gov>
8030
8031 * widget.texi: Fix typos.
8032
8033 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
8034
8035 * tramp.texi (Frequently Asked Questions): Remove questions marked with
8036 "???". There have been no complaints for years, so the information
8037 must be appropriate.
8038
8039 2006-10-16 Richard Stallman <rms@gnu.org>
8040
8041 * widget.texi: Use @var instead of capitalization.
8042 Clarify many widget type descriptions.
8043
8044 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8045
8046 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
8047 gnus-dired-attach.
8048 (Selecting a Group): Fix typo.
8049
8050 2006-10-12 Roberto RodrĂ­guez <lanubeblanca@googlemail.com> (tiny change)
8051
8052 * widget.texi: Fix typos.
8053
8054 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
8055
8056 * gnus.texi (Image Enhancements): Update for Emacs 22.
8057
8058 * gnus-faq.texi ([1.3]): Update.
8059
8060 2006-10-06 Richard Stallman <rms@gnu.org>
8061
8062 * faq.texi (Displaying the current line or column):
8063 Delete "As of Emacs 20".
8064
8065 2006-10-06 Romain Francoise <romain@orebokech.com>
8066
8067 * faq.texi (VM): VM works with Emacs 22 too.
8068
8069 2006-10-06 Richard Stallman <rms@gnu.org>
8070
8071 * ebrowse.texi: Remove Emacs version "21" from title.
8072
8073 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
8074
8075 * gnus.texi (Foreign Groups): Say where change of editing commands are
8076 stored. Add reference to `gnus-parameters'.
8077
8078 2006-09-15 Jay Belanger <belanger@truman.edu>
8079
8080 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
8081 Change "Library Public License" to "Lesser Public License"
8082 throughout. Use "yyyy" to represent year.
8083
8084 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
8085
8086 * org.texi (Setting tags): Typo fix.
8087
8088 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
8089
8090 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
8091
8092 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
8093
8094 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
8095
8096 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8097
8098 * faq.texi (Escape sequences in shell output): EMACS is now set
8099 to Emacs's absolute file name, not to "t".
8100 (^M in the shell buffer): Likewise.
8101 * misc.texi (Interactive Shell): Likewise.
8102
8103 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8104
8105 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
8106 mails with pop3-leave-mail-on-server. Fix wording.
8107 (Limiting): Improve gnus-summary-limit-to-articles.
8108 (X-Face): Fix typo.
8109
8110 2006-09-11 Simon Josefsson <jas@extundo.com>
8111
8112 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
8113 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
8114
8115 2006-09-06 Simon Josefsson <jas@extundo.com>
8116
8117 * smtpmail.texi (Authentication): Mention SSL.
8118
8119 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8120
8121 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
8122 Don't use @indicateurl.
8123
8124 * cc-mode.texi (Subword Movement): Don't use @headitem.
8125 (Custom Braces, Clean-ups): Don't use @tie.
8126
8127 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8128
8129 Sync with Tramp 2.0.54.
8130
8131 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
8132 Suggested by Adrian Phillips <a.phillips@met.no>.
8133
8134 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8135
8136 * org.texi (Installation, Activation): Split from Installation and
8137 Activation.
8138 (Clocking work time): Documented new features.
8139
8140 2006-08-13 Alex Schroeder <alex@gnu.org>
8141
8142 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
8143 example.
8144
8145 2006-08-12 Eli Zaretskii <eliz@gnu.org>
8146
8147 * faq.texi (How to add fonts): New node.
8148
8149 2006-08-05 Romain Francoise <romain@orebokech.com>
8150
8151 * faq.texi (New in Emacs 22): Expand.
8152
8153 2006-08-03 Michael Olson <mwolson@gnu.org>
8154
8155 * erc.texi: Update for ERC 5.1.4.
8156
8157 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8158
8159 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
8160 in .../site-lisp/gnus/ by default.
8161 [ From gnus-news.texi in the trunk. ]
8162
8163 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8164
8165 * gnus.texi (MIME Commands): Additions for yEnc.
8166
8167 2006-07-24 Richard Stallman <rms@gnu.org>
8168
8169 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
8170 * faq.texi: Move periods and commas inside quotes.
8171
8172 2006-07-20 Jay Belanger <belanger@truman.edu>
8173
8174 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
8175
8176 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
8177
8178 * faq.texi (Security risks with Emacs): Document Emacs 22
8179 file-local-variable mechanism.
8180
8181 2006-07-12 Michael Olson <mwolson@gnu.org>
8182
8183 * erc.texi: Update for ERC 5.1.3.
8184
8185 2006-07-12 Alex Schroeder <alex@gnu.org>
8186
8187 * rcirc.texi: Fix typos.
8188 (Getting started with rcirc): New calling convention for M-x irc.
8189 Mention #rcirc. Removed channel tracking.
8190 (Configuration): Change the names of all variables that got changed
8191 recently, eg. rcirc-server to rcirc-default-server. Added
8192 documentation for rcirc-authinfo, some background for Bitlbee, and
8193 rcirc-track-minor-mode.
8194 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
8195 Scrolling.
8196 (Reconnecting after you have lost the connection): Fix example code
8197 to match code changes.
8198
8199 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8200
8201 * gnus.texi, message.texi: Fix typos.
8202
8203 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8204
8205 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
8206 commands.
8207 (Global TODO list): Document the use of the variables
8208 `org-agenda-todo-ignore-scheduled' and
8209 `org-agenda-todo-list-sublevels'.
8210
8211 2006-07-05 Richard Stallman <rms@gnu.org>
8212
8213 * faq.texi (Scrolling only one line): Fix xref.
8214
8215 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8216
8217 * faq.texi (Evaluating Emacs Lisp code):
8218 Throughout, replace eval-current-buffer with eval-buffer.
8219
8220 2006-07-03 Richard Stallman <rms@gnu.org>
8221
8222 * rcirc.texi (Scrolling conservatively): Fix xref.
8223
8224 * pcl-cvs.texi (Viewing differences): Usage fix.
8225
8226 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8227
8228 * org.texi (Agenda commands): Document `s' key to save all org-mode
8229 buffers.
8230
8231 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
8232
8233 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
8234 names. Mention `cvs-msg' face.
8235
8236 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8237
8238 * org.texi (Checkboxes): New section.
8239
8240 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8241
8242 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
8243 throughout this chapter.
8244
8245 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
8246
8247 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
8248 text for standalone vs Emacs info.
8249 (Help): Clarify header line description. Use mouse-1 for clicks.
8250 (Help-P): Use mouse-1 for clicks.
8251 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
8252 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
8253 (Choose menu subtopic): Remove gratuitous Emacs command names.
8254 (Help-FOO): Put usual behavior first.
8255 (Help-Xref): Clicking on xrefs works in Emacs.
8256 (Search Text): Clarify what the default behavior is.
8257 (Create Info buffer): Fix Emacs window/X window confusion.
8258 (Emacs Info Variables): Fix for new Emacs init file behavior.
8259
8260 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8261
8262 * gnus.texi (Summary Buffer Lines): Fix typo.
8263
8264 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8265
8266 * org.texi (Embedded LaTeX): New chapter.
8267 (Archiving): Section rewritten.
8268 (Enhancing text): Some parts moved to the new chapter about LaTeX.
8269
8270 2006-06-20 Bill Wohler <wohler@newt.com>
8271
8272 Release MH-E manual version 8.0.1.
8273
8274 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8275 release 8.0.1.
8276 (Preface): Depend on GNU mailutils 1.0 and higher.
8277
8278 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8279
8280 * message.texi (News Headers): Update message-syntax-checks section.
8281
8282 2006-06-19 Karl Berry <karl@gnu.org>
8283
8284 * info.texi (Advanced): Mention C-q, especially with ?.
8285
8286 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8287
8288 * org.texi (Publishing links): Document the `:link-validation-function'
8289 property.
8290 (Extensions and Hacking): New chapter, includes some sections of the
8291 "Miscellaneous" chapter.
8292
8293 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8294
8295 * org.texi (Progress logging): New section.
8296
8297 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8298
8299 * org.texi (ASCII export): Document indentation adaptation.
8300 (Setting tags): Document mutually-exclusive tags.
8301
8302 2006-06-05 Romain Francoise <romain@orebokech.com>
8303
8304 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
8305 Fix typo.
8306
8307 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
8308 channel (#gnus@irc.freenode.net).
8309 Fix typos. Update copyright notice.
8310
8311 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
8312 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
8313 (Line-Up Functions, Custom Macros):
8314 * ediff.texi (Window and Frame Configuration)
8315 (Highlighting Difference Regions):
8316 * emacs-mime.texi (Display Customization):
8317 * erc.texi (History):
8318 * eshell.texi (Known problems):
8319 * eudc.texi (Overview, BBDB):
8320 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
8321 (The problem of spam, SpamOracle, Extending the Spam package)
8322 (Conformity, Terminology):
8323 * idlwave.texi (Routine Info)
8324 (Class and Keyword Inheritance, Padding Operators)
8325 (Breakpoints and Stepping, Electric Debug Mode)
8326 (Examining Variables, Troubleshooting):
8327 * org.texi (Creating timestamps):
8328 * reftex.texi (Commands, Options, Changes):
8329 * tramp.texi (Inline methods, Password caching)
8330 (Auto-save and Backup, Issues):
8331 * vip.texi (Files, Commands in Insert Mode):
8332 * viper.texi (Emacs Preliminaries, States in Viper)
8333 (Packages that Change Keymaps, Viper Specials, Groundwork):
8334 Fix various typos.
8335
8336 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
8337
8338 * ediff.texi: Fix typos.
8339
8340 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
8341
8342 * org.texi: Small typo fixes.
8343
8344 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * viper.texi (Viper Specials):
8347 * gnus.texi (Example Setup):
8348 * faq.texi (Backspace invokes help):
8349 * dired-x.texi (Optional Installation Dired Jump):
8350 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
8351 follow coding conventions.
8352
8353 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
8354
8355 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
8356
8357 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8358
8359 * pcl-cvs.texi: Fix typos.
8360 (Customization): Say "us".
8361
8362 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8363
8364 * org.texi: Remove bogus @setfilename.
8365
8366 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
8367
8368 * org.texi (ASCII export): Omit command name.
8369 (HTML export): Add prefix to all lines in Local Variable example.
8370 (Acknowledgments): Typeset names in italics.
8371
8372 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
8373
8374 * org.texi (Plain lists): Add new item navigation commands.
8375 (External links): Document elisp and info links.
8376 (Custom searches): New section.
8377 (Publishing): New chapter.
8378 (HTML export): Include a list of supported CSS classes.
8379 (Setting tags): Describe the fast-tag-setting interface.
8380
8381 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
8382
8383 * dired-x.texi: ifinfo -> ifnottex.
8384
8385 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8386
8387 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
8388
8389 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
8390
8391 * message.texi (Interface): Add tool bar customization.
8392 (MIME): Index and text additions for mml-attach.
8393 (MIME): Describe mml-dnd-protocol-alist and
8394 mml-dnd-attach-options.
8395
8396 * gnus.texi (Oort Gnus): Reorder entries in sections.
8397 Fix some entries.
8398 (Starting Up): Add references to "Emacs for Heathens" and to
8399 "Finding the News". Add user-full-name and user-mail-address.
8400 (Group Buffer Format): Add tool bar customization and update.
8401 (Summary Buffer): Add tool bar customization.
8402 (Posting Styles): Add message-alternative-emails.
8403
8404 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
8405
8406 * tramp.texi (Filename completion): Improve wording.
8407
8408 2006-05-07 Romain Francoise <romain@orebokech.com>
8409
8410 * faq.texi (Using regular expressions): Fix typo.
8411 (Packages that do not come with Emacs): Fix capitalization.
8412 (Replacing text across multiple files): Expand node to explain how
8413 to use `dired-do-query-replace-regexp' in more detail, based on
8414 suggestion by Eric Hanchrow <offby1@blarg.net>.
8415
8416 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
8417
8418 * tramp.texi (Filename completion): Completion of remote files'
8419 method, user name and host name is active only in partial
8420 completion mode.
8421
8422 2006-05-06 Bill Wohler <wohler@newt.com>
8423
8424 Release MH-E manual version 8.0.
8425
8426 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8427 release 8.0.
8428
8429 2006-05-06 Bill Wohler <wohler@newt.com>
8430
8431 * mh-e.texi (MH-BOOK-HOME): Change from
8432 http://www.ics.uci.edu/~mh/book/mh to
8433 http://rand-mh.sourceforge.net/book/mh.
8434 Replace .htm suffix with .html for MH book files.
8435 (Using This Manual): Update key binding for getting relevant
8436 chapter in Info from command key.
8437 (Ranges): Fix itemx.
8438
8439 2006-05-05 Karl Berry <karl@gnu.org>
8440
8441 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
8442 (\fonttextsize): New user-level command to change text font size.
8443
8444 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
8445
8446 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
8447
8448 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8449
8450 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
8451
8452 2006-04-24 Bill Wohler <wohler@newt.com>
8453
8454 * mh-e.texi (Getting Started): Make it more explicit that you need
8455 to install MH. Add pointers to current MH implementations.
8456
8457 2006-04-21 Bill Wohler <wohler@newt.com>
8458
8459 Release MH-E manual version 7.94.
8460
8461 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8462 release 7.94.
8463
8464 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
8465
8466 * org.texi: Many small fixes.
8467 (Handling links): Rename from "Managing links".
8468
8469 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
8470
8471 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
8472 (Splitting mail using spam-stat): Fix @xref.
8473
8474 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
8475
8476 * gnus.texi (Spam Package): Major revision of the text.
8477 Previously this node was "Filtering Spam Using The Spam ELisp Package".
8478
8479 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
8480
8481 * org.texi (Time stamps): Better explanation of the purpose of
8482 different time stamps.
8483 (Structure editing, Plain lists): More details on how new items
8484 and headings are inserted.
8485
8486 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
8487
8488 * org.texi (Formula syntax): Fix link to Calc Manual.
8489
8490 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
8491
8492 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
8493
8494 2006-04-17 Bill Wohler <wohler@newt.com>
8495
8496 * mh-e.texi (Folders): Update mh-before-quit-hook and
8497 mh-quit-hook example with code that removes the buffers rather
8498 than just bury them.
8499
8500 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
8501
8502 Sync with Tramp 2.0.53.
8503
8504 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8505
8506 * org.texi (Updating settings): New section.
8507 (Visibility cycling): Better names for the startup folding
8508 options.
8509 (Exporting): Completely restructured.
8510 (The very busy C-c C-c key): New section.
8511 (Summary of in-buffer settings): New section.
8512
8513 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
8514
8515 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
8516
8517 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
8518
8519 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
8520 (Server Commands): Key `v' is reserved for users.
8521
8522 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
8523
8524 * org.texi (Link format): New section, emphasis on bracket links.
8525 (External links): Document bracket links.
8526 (FAQ): Expand to cover shell links and the new link format.
8527
8528 2006-04-09 Kevin Ryde <user42@zip.com.au>
8529
8530 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
8531
8532 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8533
8534 * gnus.texi (Summary Buffer Lines): Add `*'.
8535
8536 2006-04-07 Jochen KĂ¼pper <jochen@fhi-berlin.mpg.de>
8537
8538 * gnus.texi (Group Parameters):
8539 Mention gnus-permanently-visible-groups.
8540
8541 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8542
8543 * gnus.texi (Face): Fix typo.
8544
8545 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
8546
8547 * gnus.texi (X-Face): Clarify.
8548 (Face): Need Emacs with PNG support.
8549
8550 2006-04-06 Richard Stallman <rms@gnu.org>
8551
8552 * idlwave.texi: Delete the blocks "not suitable for inclusion with
8553 Emacs".
8554
8555 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
8556
8557 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
8558 blocks not suitable for inclusion with Emacs using variable
8559 PARTOFEMACS.
8560
8561 2006-04-04 Simon Josefsson <jas@extundo.com>
8562
8563 * gnus.texi (Security): Improve.
8564
8565 2006-04-02 Bill Wohler <wohler@newt.com>
8566
8567 * mh-e.texi (Getting Started, Junk, Bug Reports)
8568 (MH FAQ and Support): Fix URLs.
8569
8570 2006-03-31 Romain Francoise <romain@orebokech.com>
8571
8572 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
8573 to t, not nil (and has for the past eight years).
8574
8575 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8576
8577 * message.texi, gnus.texi: Bump version to 5.11.
8578
8579 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
8580
8581 * gnus.texi (Top): Add comment about version line.
8582
8583 * message.texi (Top): Ditto. Change to take named versions into
8584 account.
8585
8586 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
8587
8588 * gnus.texi (Posting Styles): Add x-face-file to example.
8589 (X-Face): Refer to posting styles.
8590
8591 * gnus-faq.texi ([5.8]): Add x-face-file.
8592 ([8.4]): Add links to gmane.emacs.gnus.user and
8593 gmane.emacs.gnus.general.
8594
8595 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
8596
8597 * gnus-faq.texi: Use .invalid.
8598 ([5.4]): Fix gnus-posting-styles example.
8599
8600 2006-03-27 Romain Francoise <romain@orebokech.com>
8601
8602 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
8603 Emacs/W3 needs a new maintainer.
8604 (Ispell): Update author and version info.
8605 (Mailcrypt): Mention PGG.
8606 (New in Emacs 22): Add PGG to the list of new packages.
8607 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
8608 updating dead URLs.
8609
8610 2006-03-25 Karl Berry <karl@gnu.org>
8611
8612 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
8613 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
8614 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
8615 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
8616 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
8617 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
8618 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
8619 (2) do not indent copyright year list (or anything else).
8620
8621 2006-03-21 Bill Wohler <wohler@newt.com>
8622
8623 * mh-e.texi (Folders): Various edits.
8624
8625 2006-03-20 Romain Francoise <romain@orebokech.com>
8626
8627 * gnus.texi (Mail Folders): Grammar fix.
8628
8629 2006-03-19 Bill Wohler <wohler@newt.com>
8630
8631 * mh-e.texi (Replying): Document Mail-Followup-To.
8632 Change manually-formatted table to multitable. Add debugging info.
8633 Move description of mh-reply-default-reply-to into paragraph
8634 that describes its values.
8635
8636 2006-03-17 Bill Wohler <wohler@newt.com>
8637
8638 * mh-e.texi: Use smallexample and smalllisp consistently.
8639 (Sending Mail Tour): Update method of entering
8640 addresses and subject.
8641 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
8642 (Adding Attachments, Searching): Update screenshots for Emacs 22.
8643
8644 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
8645
8646 * org.texi: Version number change only.
8647
8648 2006-03-14 Bill Wohler <wohler@newt.com>
8649
8650 * mh-e.texi: Add index entries around each paragraph rather than
8651 depend on entries from beginning of node. Doing so ensures that
8652 index entries are less likely to be forgotten if text is cut and
8653 pasted, and are necessary anyway if the references are on a
8654 separate page. It seems that makeinfo is now (v. 4.8) only
8655 producing one index entry per node, so there is no longer any
8656 excuse not to. Use subheading instead of heading. The incorrect
8657 use of heading produced very large fonts in Info--as large as the
8658 main heading.
8659 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
8660 versions 6 and 7 appeared *around* the time of these Emacs releases.
8661
8662 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
8663
8664 * org.texi (Clean view): Document new startup options.
8665
8666 2006-03-11 Bill Wohler <wohler@newt.com>
8667
8668 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
8669 (Composing, Scan Line Formats): Fix @refs.
8670 (Getting Started): Define MH profile and MH profile components.
8671 (Incorporating Mail, Reading Mail, Viewing, Printing)
8672 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
8673 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
8674 for string constants.
8675 (Tool Bar): Remove spurious quote.
8676 (Junk): Use ``...'' instead of "...".
8677 (Scan Line Formats): Replace @samp with @kbd.
8678
8679 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
8680
8681 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
8682
8683 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
8684
8685 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
8686 easy to understand.
8687
8688 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
8689
8690 * gnus.texi: Markup fix.
8691 (Fancy Mail Splitting): Specify new feature.
8692
8693 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
8694
8695 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
8696 partial-words matching.
8697
8698 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
8699
8700 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
8701
8702 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
8703 (MIME Commands): Fix mm-discouraged-alternatives.
8704
8705 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
8706
8707 * org.texi: Version number change only.
8708
8709 2006-03-06 Bill Wohler <wohler@newt.com>
8710
8711 * mh-e.texi: Move from SourceForge repository to Savannah.
8712 This is version 7.93, which is a total rewrite from the previous
8713 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
8714 version 7.93.
8715
8716 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8717
8718 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
8719
8720 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
8721
8722 * org.texi (Interaction): Add item about `org-mouse.el' by
8723 Piotr Zielinski.
8724 (Managing links): Document that also mouse-1 can be used to
8725 activate a link.
8726 (Headlines, FAQ): Add entry about hiding leading stars.
8727 (Miscellaneous): Resort the sections in this chapter to a more
8728 logical sequence.
8729
8730 2006-02-27 Simon Josefsson <jas@extundo.com>
8731
8732 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
8733 2004-01-27 from the trunk).
8734
8735 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8736
8737 * cc-mode.texi: Rename c-hungry-backspace to
8738 c-hungry-delete-backwards, at the request of RMS. Leave the old
8739 name as an alias.
8740
8741 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8742
8743 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
8744 include the function header within the defun.
8745
8746 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8747
8748 * cc-mode.texi: Correct two typos.
8749
8750 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8751
8752 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
8753 existing comment.
8754 (Electric Keys): Add a justification for electric indentation.
8755 (Hungry WS Deletion): Clear up the names and complications of the
8756 BACKSPACE and DELETE keys.
8757
8758 2006-02-23 Juri Linkov <juri@jurta.org>
8759
8760 * faq.texi (Common requests): Move `Turning on auto-fill by
8761 default' after `Wrapping words automatically'. Move `Working with
8762 unprintable characters' before `Searching for/replacing newlines'.
8763 Move `Replacing highlighted text' after `Highlighting a region'.
8764 Merge `Repeating commands' and `Repeating a command as many times
8765 as possible' into the former.
8766 (Packages that do not come with Emacs): Add refs to Gmane and
8767 etc/MORE.STUFF.
8768
8769 2006-02-23 Juri Linkov <juri@jurta.org>
8770
8771 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
8772 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
8773 Add xref to `(emacs)Reporting Bugs'.
8774 (Getting a printed manual): Add URL to other formats of the manual.
8775 (Common requests): Fix menu.
8776 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
8777 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
8778 (Inserting text at the beginning of each line): Add pxref to
8779 `Changing the included text prefix'.
8780 (Forcing the cursor to remain in the same column): Mention `track-eol'
8781 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
8782 (Replacing text across multiple files): Add keybinding `Q' for
8783 `dired-do-query-replace'.
8784
8785 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
8786
8787 * reftex.texi: Version number and date change only.
8788
8789 * org.texi (Internal Links): Rewrite to cover the modified
8790 linking system.
8791
8792 2006-02-17 Eli Zaretskii <eliz@gnu.org>
8793
8794 * faq.texi: Remove the coding cookie, it's not needed anymore.
8795
8796 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8797
8798 * faq.texi (Colors on a TTY): Mention Mac OS port.
8799
8800 2006-02-12 Karl Berry <karl@gnu.org>
8801
8802 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
8803 8-bit accented a.
8804
8805 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
8806
8807 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
8808
8809 2006-02-08 Romain Francoise <romain@orebokech.com>
8810
8811 * faq.texi (Top): Remove paragraph about the FAQ being a
8812 transitional document, etc.
8813 (Searching for/replacing newlines): New node.
8814 (Yanking text in isearch): New node.
8815 (Inserting text at the beginning of each line): Rename and make
8816 more general, mention `M-;' in Message mode.
8817
8818 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
8819
8820 * faq.texi (Meta key does not work in xterm)
8821 (Emacs does not display 8-bit characters)
8822 (Inputting eight-bit characters): Update xrefs.
8823
8824 2006-02-06 Romain Francoise <romain@orebokech.com>
8825
8826 * faq.texi (VM): VM now at version 7.19.
8827 Set myself as maintainer of this file.
8828
8829 2006-02-04 Michael Olson <mwolson@gnu.org>
8830
8831 * erc.texi (History): Note that ERC is now included with Emacs.
8832
8833 2006-01-31 Romain Francoise <romain@orebokech.com>
8834
8835 * message.texi (Message Headers): Explain what
8836 `message-alternative-emails' does in more detail.
8837 Update copyright year.
8838
8839 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
8840
8841 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
8842
8843 2006-01-29 Richard M. Stallman <rms@gnu.org>
8844
8845 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
8846
8847 2006-01-29 Michael Olson <mwolson@gnu.org>
8848
8849 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
8850
8851 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
8852
8853 * faq.texi (New in Emacs 22): Mention ERC.
8854
8855 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8856
8857 * rcirc.texi: Capitalize dir entry for consistency with the entry
8858 in info/dir and other entries in the Emacs category.
8859 Fix typos. Delete trailing whitespace.
8860
8861 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
8862
8863 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
8864
8865 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8866
8867 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
8868 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8869
8870 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
8871 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8872
8873 2006-01-27 Alex Schroeder <alex@gnu.org>
8874
8875 * rcirc.texi: New file.
8876
8877 2006-01-23 Juri Linkov <juri@jurta.org>
8878
8879 * widget.texi (User Interface): Add S-TAB for widget-backward.
8880
8881 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
8882
8883 Sync with Tramp 2.0.52.
8884
8885 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
8886 Add Tramp disabling item. New item for common connection problems.
8887 (various): Apply "ftp" as method for the download URL.
8888 (Bug Reports): Refer to FAQ for common problems.
8889
8890 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8891
8892 * widget.texi (User Interface): Use @key for TAB.
8893
8894 * ses.texi (Formulas, Printer functions): Use @key for TAB.
8895
8896 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
8897 for TAB.
8898
8899 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
8900
8901 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8902
8903 * gnus.texi: Update copyright.
8904
8905 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8906
8907 * gnus.texi (Article Washing): Additions.
8908
8909 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
8910
8911 * org.texi (Agenda commands): Document tags command.
8912
8913 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8914
8915 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
8916
8917 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8918
8919 * gnus.texi (RSS): Addition.
8920
8921 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8922
8923 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
8924
8925 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8926
8927 * emacs-mime.texi (Display Customization): Add setting example to
8928 mm-discouraged-alternatives.
8929
8930 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8931
8932 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
8933 version is the canonical version.
8934
8935 2006-01-08 Alex Schroeder <alex@gnu.org>
8936
8937 * pgg.texi (Caching passphrase): Rewording.
8938
8939 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8940
8941 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
8942 repository URL.
8943
8944 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
8945
8946 * org.texi: Removed the accidentally re-added empty line in the
8947 direntry.
8948
8949 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8950
8951 * org.texi (Agenda Views): Chapter reorganized.
8952
8953 2005-12-29 Romain Francoise <romain@orebokech.com>
8954
8955 * faq.texi (Using Customize): New node.
8956
8957 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8958
8959 * org.texi: Remove blank line in @direntry. It is non-standard
8960 and recursively produces blank lines all over the dir file (when
8961 using Texinfo 4.8).
8962
8963 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8964
8965 * widget.texi (atoms): Delete obsolete remark about `file' widget.
8966
8967 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8968
8969 * org.texi (Tags): Boolean logic documented.
8970 (Agenda Views): Document custom commands.
8971
8972 2005-12-20 David Kastrup <dak@gnu.org>
8973
8974 * faq.texi (AUCTeX): Update version and mailing list info.
8975
8976 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8977
8978 * gnus.texi (MIME Commands): Mention addition of
8979 multipart/alternative to gnus-buttonized-mime-types and add xref
8980 to mm-discouraged-alternatives.
8981
8982 * emacs-mime.texi (Display Customization): Mention addition of
8983 "image/.*" and add xref to gnus-buttonized-mime-types in the
8984 mm-discouraged-alternatives section.
8985
8986 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8987
8988 * org.texi (Tags): New section.
8989 (Agenda Views): Chapter reorganized.
8990
8991 2005-12-16 Eli Zaretskii <eliz@gnu.org>
8992
8993 * org.texi (Internal Links): Add a missing comma after an @xref.
8994
8995 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
8996
8997 * faq.texi (Filling paragraphs with a single space): No need to
8998 change sentence-end now.
8999
9000 2005-12-13 Romain Francoise <romain@orebokech.com>
9001
9002 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
9003
9004 2005-12-12 Jay Belanger <belanger@truman.edu>
9005
9006 * faq.texi (Calc): Update version number.
9007
9008 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9009
9010 * org.texi (Progress Logging): New section.
9011
9012 2005-12-10 Romain Francoise <romain@orebokech.com>
9013
9014 Update the Emacs FAQ for the 22.1 release.
9015
9016 * faq.texi: Set VER to `22.1'.
9017 (Basic editing): Explain how to use localized versions of the
9018 Tutorial. Mention that `C-h r' displays the manual.
9019 Delete obsolete WWW link to an Emacs 18 tutorial.
9020 (Getting a printed manual): Point to the new locations of the
9021 manuals on the GNU Web site.
9022 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
9023 available via Info (it was previously distributed separately).
9024 (Installing Texinfo documentation): The latest version of Texinfo
9025 is 4.8, not 4.0.
9026 (Informational files for Emacs): COPYING is the GNU General Public
9027 License, not the Emacs General Public License.
9028 (Informational files for Emacs): Delete obsolete link to the
9029 GNUinfo pages as they have been removed from the GNU Web site.
9030 (New in Emacs 22): New node.
9031 (Setting up a customization file): Say that most packages support
9032 Customize nowadays.
9033 (Colors on a TTY): Delete reference to instructions on how to
9034 enable syntax highlighting, it is now enabled by default.
9035 (Turning on abbrevs by default): Emacs now reads the abbrevs file
9036 at startup automatically.
9037 (Controlling case sensitivity): Mention `M-c' in isearch.
9038 (Using an already running Emacs process): Emacs now creates the
9039 socket in `/tmp/emacsUID'. Fix typos. Change default location of
9040 gnuserv. As emacsclient can now run Lisp code as well, delete a
9041 sentence praising gnuserv for that. Simplify description of how
9042 the client/server operation works.
9043 (Compiler error messages): Delete obsolete text (compile.el has
9044 been rewritten).
9045 (Indenting switch statements): Fix typo.
9046 (Matching parentheses): Simplify setup instructions, mention the
9047 menu bar item in the Options menu.
9048 (Repeating a command as many times as possible): Mention `C-x e'.
9049 (Going to a line by number): Mention new keymap and bindings
9050 `M-g M-g', `M-g M-p' and `M-g M-n'.
9051 (Turning on syntax highlighting): Now on by default. Simplify.
9052 (Replacing highlighted text): Use `1', not `t'.
9053 (Problems with very large files): The maximum size is now 256MB on
9054 32-bit machines.
9055 (^M in the shell buffer): Mention `comint-process-echoes'.
9056 (Emacs for Apple computers): Emacs 22 has native support for Mac
9057 OS X.
9058 (Translating names to IP addresses): Delete node.
9059 (Binding keys to commands): Fix typo.
9060 (SPC no longer completes file names): New node.
9061 (MIME with Emacs mail packages): Delete section about the Emacs
9062 MIME FAQ (it's not reachable anymore).
9063
9064 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9065
9066 * cc-mode.texi: The manual has been extensively revised: the
9067 information about using CC Mode has been separated from the larger
9068 and more difficult chapters about configuration. It has been
9069 updated for CC Mode 5.31.
9070
9071 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9072
9073 * pgg.texi (User Commands): Fix description of pgg-verify-region.
9074 (Selecting an implementation): Fix descriptions.
9075
9076 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9077
9078 * message.texi (Various Message Variables): Addition.
9079
9080 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9081
9082 * message.texi: Fix default values.
9083
9084 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9085
9086 * message.texi (Header Commands): Clarify descriptions of
9087 message-cross-post-followup-to, message-reduce-to-to-cc, and
9088 message-insert-wide-reply.
9089 (Various Commands): Fix kindex for message-kill-to-signature;
9090 clarify description of message-tab.
9091
9092 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
9093
9094 * message.texi (Mailing Lists): Fix description about MFT.
9095
9096 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
9097
9098 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9099
9100 * gnus.texi (Slow Terminal Connection): Replace old description
9101 with new one.
9102
9103 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
9104
9105 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
9106 replace X-Draft-Headers with X-Draft-From.
9107
9108 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9109
9110 * gnus.texi (Various Various): Fix the default value of
9111 nnheader-max-head-length.
9112 (Gnus Versions): Fix typo.
9113
9114 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9115
9116 * org.texi (Structure editing): Document new functionality of
9117 M-RET.
9118
9119 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
9120
9121 * org.texi (Internal Links): Fix Texinfo usage.
9122
9123 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9124
9125 * org.texi (TODO basics): Document the global todo list.
9126 (TODO items): Documents sparse tree for specific TODO
9127 keywords.
9128
9129 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
9130
9131 * org.texi (Plain Lists): Typos fixed.
9132
9133 2005-11-28 Jay Belanger <belanger@truman.edu>
9134
9135 * calc.texi: Change references of `M-#' to `C-x *' prefix.
9136
9137 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9138
9139 * org.texi (Structure editing): New item moving commands added.
9140 (Plain Lists): New section.
9141
9142 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9143
9144 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
9145 (Agenda): Document commands `org-cycle-agenda-files' and
9146 `org-agenda-file-to-front'.
9147 (Built-in table editor): Document `org-table-sort-lines'.
9148 (HTML formatting): Export of hand-formatted lists.
9149
9150 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9151
9152 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
9153 new variable gnus-toolbar-thickness.
9154
9155 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
9156
9157 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
9158
9159 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9160
9161 * gnus.texi (X-Face): Fix description.
9162 (XVarious): Remove gnus-xmas-logo-color-alist and
9163 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
9164
9165 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9166
9167 * gnus.texi (Group Parameters): Mention new variable
9168 gnus-parameters-case-fold-search.
9169 (Home Score File): Addition.
9170
9171 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9172
9173 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
9174 (Overview): List supported feed types.
9175 (Installation): No installation necessary when using autoload.
9176 (Configuration): Rename "RSS" to "news".
9177
9178 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9179
9180 * pgg.texi (User Commands): Document additional passphrase
9181 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
9182 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
9183
9184 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9185
9186 * org.texi: Version number changed to 3.19.
9187
9188 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
9189
9190 * pgg.texi (How to use): Update the example to add autoload of
9191 pgg-encrypt-symmetric-region.
9192 (User Commands): Document pgg-encrypt-symmetric-region.
9193 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
9194
9195 2005-10-27 Jay Belanger <belanger@truman.edu>
9196
9197 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
9198 mention other TeX-related units.
9199
9200 2005-10-23 Lars Hansen <larsh@soem.dk>
9201
9202 * dired-x.texi (Miscellaneous Commands):
9203 Replace dired-do-relative-symlink by dired-do-relsymlink and
9204 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
9205
9206 2005-10-23 Jay Belanger <belanger@truman.edu>
9207
9208 * calc.texi (Predefined Units): Use `alpha' for the fine structure
9209 constant.
9210
9211 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9212
9213 * faq.texi (Bugs and problems):
9214 Replace `dired-move-to-filename-regexp' by
9215 `directory-listing-before-filename-regexp'.
9216
9217 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9218
9219 * newsticker.texi (UPDATED): Set value.
9220
9221 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
9222
9223 * gnus.texi (Document Groups): Remove duplicate item.
9224
9225 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9226
9227 * org.texi (Summary): Mention iCalendar support.
9228 (Exporting): Document iCalendar support.
9229
9230 2005-10-18 Romain Francoise <romain@orebokech.com>
9231
9232 * viper.texi (Viper Specials): Capitalize GNU.
9233
9234 2005-10-17 Juri Linkov <juri@jurta.org>
9235
9236 * info.texi (Getting Started, Search Index, Expert Info):
9237 Fix wording.
9238 (Search Text): Replace `echo area' with `mode line'.
9239 (Search Index): Both `i' and `,' find all index entries.
9240 Replace example `C-f' with `C-l' (which exists in index of Info
9241 manual) and delete spaces in its keyboard input sequence.
9242 Delete unnecessary explanations about literal characters.
9243
9244 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
9245
9246 * gnus.texi (Document Server Internals): Addition.
9247
9248 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9249
9250 * gnus.texi (A note on namespaces): Fix RFC reference.
9251
9252 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9253
9254 * gnus.texi (RSS): Fix key description.
9255
9256 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9257
9258 * gnus.texi: Emacs/w3 -> Emacs/W3.
9259 (Browsing the Web): Fix description.
9260 (Web Searches): Ditto.
9261 (Customizing W3): Ditto.
9262
9263 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9264
9265 * gnus.texi (Maildir): Clarify expire-age and expire-group.
9266
9267 2005-10-11 Jay Belanger <belanger@truman.edu>
9268
9269 * calc.texi (Integration): Mention using `a i' to compute definite
9270 integrals.
9271
9272 2005-10-11 Juri Linkov <juri@jurta.org>
9273
9274 * info.texi: Rearrange nodes.
9275 (Top): Update menu. Change ref `Info for Experts' to
9276 `Advanced Info Commands'.
9277 (Getting Started): Fix description of manual's parts.
9278 (Help-Int): Change xref `Info Search' to `Search Index', and
9279 `Expert Info' to `Advanced'.
9280 (Advanced): Move node one level up.
9281 (Search Text, Search Index): New nodes split out from `Info Search'.
9282 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
9283 split out from `Advanced'.
9284 (Advanced, Emacs Info Variables): De-document editing an Info file
9285 in Info.
9286 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
9287 (Creating an Info File): Delete node and move its text to
9288 `Expert Info'.
9289
9290 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9291
9292 * org.texi (Workflow states): Documented that change in keywords
9293 becomes active only after restart of Emacs.
9294
9295 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9296
9297 Sync with Tramp 2.0.51.
9298
9299 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
9300
9301 * speedbar.texi (Introduction): Describe new location of speedbar
9302 on menubar.
9303 (Basic Key Bindings): Remove descriptions of bindings that have
9304 been removed.
9305
9306 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
9307
9308 * speedbar.texi (GDB): Describe use of watch expressions.
9309
9310 2005-09-28 Simon Josefsson <jas@extundo.com>
9311
9312 * message.texi (IDNA): Fix.
9313
9314 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9315
9316 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
9317 nntp-server-hook, and nntp-warn-about-losing-connection; fix
9318 description of nntp-open-connection-function.
9319 (Common Variables): Fix descriptions.
9320
9321 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
9322
9323 * gnus.texi (Server Buffer Format): Document the %a format spec.
9324
9325 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9326
9327 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
9328
9329 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9330
9331 * org.texi Version 3.16.
9332
9333 2005-09-19 Miles Bader <miles@gnu.org>
9334
9335 * newsticker.texi: Get rid of CVS keywords.
9336
9337 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
9338
9339 * gnus.texi (Finding the Parent): Fix description of how Gnus
9340 finds article.
9341
9342 2005-09-14 Jari Aalto <jari.aalto@cante.net>
9343
9344 * gnus.texi (Advanced Scoring Examples): New examples to teach how
9345 to drop off non-answered articles.
9346
9347 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9348
9349 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
9350 braces (which are unsupported by NMAKE) for macro `srcdir'.
9351
9352 2005-09-17 Eli Zaretskii <eliz@gnu.org>
9353
9354 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9355 (../info/newsticker, newsticker.dvi): New targets.
9356
9357 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
9358
9359 * newsticker.texi: Replace @command with @code. Replace @example
9360 with @lisp.
9361 (Top): Add explanations to menu items.
9362 (GNU Free Documentation License): Remove.
9363
9364 2005-09-16 Romain Francoise <romain@orebokech.com>
9365
9366 Update all files to specify GFDL version 1.2.
9367
9368 * doclicense.texi (GNU Free Documentation License): Update to
9369 version 1.2.
9370
9371 2005-09-15 Richard M. Stallman <rms@gnu.org>
9372
9373 * newsticker.texi: Fix @setfilename.
9374
9375 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9376 (../info/newsticker, newsticker.dvi): New targets.
9377
9378 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
9379
9380 * org.texi: Version 3.15.
9381
9382 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
9383
9384 * ses.texi: Combine all three indices into one.
9385 Correct a few typos.
9386
9387 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
9388
9389 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
9390
9391 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9392
9393 * emacs-mime.texi (Handles): Remove duplicate item.
9394 (Encoding Customization): Fix the default value for
9395 mm-coding-system-priorities.
9396 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
9397 (Basic Functions): Fix reference.
9398
9399 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9400
9401 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
9402
9403 2005-08-18 Richard M. Stallman <rms@gnu.org>
9404
9405 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
9406 and web site.
9407
9408 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
9409 not keyboard-translate.
9410
9411 2005-08-11 Richard M. Stallman <rms@gnu.org>
9412
9413 * faq.texi (Using regular expressions): Fix xref.
9414
9415 2005-08-09 Juri Linkov <juri@jurta.org>
9416
9417 * info.texi (Help-P): Replace `Prev' with `Previous'.
9418 (Help-M, Help-Xref): Add S-TAB.
9419 (Help-FOO): Update `u' command.
9420 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
9421 Update info about visibility of xref parts.
9422 (Help-Int): Fix `m' command. Rename `Info-last' to
9423 `Info-history-back'. Add `Info-history-forward'.
9424 (Advanced): Fix `g*' and `M-n' commands.
9425 (Info Search): Add `index-apropos' in stand-alone browser.
9426 Add isearch commands.
9427 (Emacs Info Variables): Remove `Info-fontify'.
9428 Add `Info-mode-hook'. Update face names.
9429 Add `Info-fontify-maximum-menu-size',
9430 `Info-fontify-visited-nodes', `Info-isearch-search'.
9431
9432 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
9433
9434 Sync with Tramp 2.0.50.
9435
9436 * tramp.texi: Use @option{} consequently for method names.
9437 (Inline methods, External transfer methods): Remove references to
9438 Cygwin.
9439 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
9440 implementation.
9441
9442 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
9443
9444 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
9445 Mention that gnus-init-file is not read when Emacs is invoked with
9446 --no-init-file or -q.
9447
9448 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
9449
9450 * org.texi: Version 3.14.
9451
9452 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9453
9454 * org.texi: Version 3.13.
9455
9456 2005-07-18 Juri Linkov <juri@jurta.org>
9457
9458 * calc.texi (Time Zones, Logical Operations):
9459 * cl.texi (Overview):
9460 * org.texi (TODO types):
9461 * sc.texi (Emacs 18 MUAs):
9462 * speedbar.texi (Top):
9463 * url.texi (History):
9464 Delete duplicate duplicate words.
9465
9466 2005-07-16 Johan BockgĂ¥rd <bojohan@users.sourceforge.net> (tiny change)
9467
9468 * cl.texi (Type Predicates): Document `atom' type.
9469
9470 2005-07-04 Lute Kamstra <lute@gnu.org>
9471
9472 Update FSF's address in GPL notices.
9473
9474 * calc.texi (Copying):
9475 * doclicense.texi (GNU Free Documentation License):
9476 * faq.texi (Contacting the FSF):
9477 * mh-e.texi (Copying): Update FSF's address.
9478
9479 2005-07-03 Richard M. Stallman <rms@gnu.org>
9480
9481 * flymake.texi (Example -- Configuring a tool called directly):
9482 Update name of flymake-build-relative-filename.
9483
9484 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9485
9486 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
9487
9488 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9489
9490 * org.texi: Version 3.12.
9491
9492 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9493
9494 * makefile.w32-in (MAKEINFO): Use --force.
9495 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
9496 Makefile.in.
9497 (gnus.dvi): Use "..." to quote Sed args, so that it works with
9498 more shells.
9499
9500 2005-06-23 Richard M. Stallman <rms@gnu.org>
9501
9502 * speedbar.texi (Creating a display): Texinfo usage fixes.
9503
9504 * tramp.texi (Customizing Completion, Auto-save and Backup):
9505 Texinfo usage fixes.
9506
9507 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9508
9509 * dired-x.texi (Miscellaneous Commands):
9510 * ediff.texi (Miscellaneous):
9511 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
9512 (Agent Variables):
9513 * info.texi (Help-Xref):
9514 * message.texi (Message Headers):
9515 * org.texi (Remember):
9516 * reftex.texi (Options (Defining Label Environments)):
9517 (Options (Index Support)):
9518 (Options (Viewing Cross-References)):
9519 (Options (Misc)):
9520 (Changes):
9521 * speedbar.texi (Creating a display):
9522 * tramp.texi (Customizing Completion, Auto-save and Backup):
9523 Texinfo usage fix.
9524
9525 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
9526
9527 * org.texi: Version 3.11.
9528
9529 2005-06-12 Jay Belanger <belanger@truman.edu>
9530
9531 * calc.texi (Getting Started): Remove extra menu item.
9532
9533 2005-05-31 Jay Belanger <belanger@truman.edu>
9534
9535 * calc.texi (Notations Used in This Manual): Use @kbd for key
9536 sequence.
9537 (Demonstration of Calc): Mention another way of starting Calc.
9538 (Starting Calc): Mention long name of M-#.
9539 (Embedded Mode Overview): Remove unnecessary instruction.
9540 (Other M-# commands): Rephrase `M-# 0' explanation.
9541 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
9542 reflect current behavior.
9543
9544 2005-05-30 Jay Belanger <belanger@truman.edu>
9545
9546 * calc.texi (Hooks): Change description of calc-window-hook and
9547 calc-trail-window-hook to match usage.
9548 (Computational Functions): Add more constant-generating functions.
9549 (Customizable Variables): Use defvar.
9550
9551 2005-05-28 Jay Belanger <belanger@truman.edu>
9552
9553 * calc.texi (Assignments in Embedded Mode): Fix variable name.
9554 (Basic Embedded Mode): Explain behavior of arguments to
9555 calc-embedded-mode.
9556
9557 2005-05-27 Jay Belanger <belanger@truman.edu>
9558
9559 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
9560 current behavior.
9561
9562 2005-05-25 Jay Belanger <belanger@truman.edu>
9563
9564 * calc.texi: Change Calc version number throughout.
9565 (Keypad Mode): Change location in info output.
9566 (Keypad mode overview): Move picture of keypad.
9567
9568 2005-05-21 Jay Belanger <belanger@truman.edu>
9569
9570 * calc.texi (Storing variables): Mention that only most variables
9571 are void to begin with.
9572
9573 2005-05-21 Kevin Ryde <user42@zip.com.au>
9574
9575 * widget.texi (Basic Types): Update cross ref from "Enabling
9576 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
9577 lispref/text.texi change.
9578
9579 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9580
9581 * org.texi: Version 3.09.
9582
9583 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
9584
9585 * reftex.texi: Version 4.28.
9586
9587 2005-05-16 Jay Belanger <belanger@truman.edu>
9588
9589 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
9590
9591 2005-05-14 Jay Belanger <belanger@truman.edu>
9592
9593 * calc.texi (Default Simplifications): Insert missing ! (logical
9594 not operator).
9595
9596 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
9597
9598 Sync with Tramp 2.0.49.
9599
9600 2005-05-10 Jay Belanger <belanger@truman.edu>
9601
9602 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
9603 to 1.
9604
9605 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9606
9607 * org.texi: Version 3.08, structure reorganized.
9608
9609 2005-04-24 Richard M. Stallman <rms@gnu.org>
9610
9611 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
9612
9613 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9614
9615 * org.texi: Update to version 3.06.
9616
9617 2005-04-13 Lute Kamstra <lute@gnu.org>
9618
9619 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
9620
9621 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
9622
9623 * cl.texi (Porting Common Lisp): Fix typo.
9624
9625 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9626
9627 * gnus.texi (RSS): Addition.
9628
9629 2005-04-04 Jay Belanger <belanger@truman.edu>
9630
9631 * calc.texi: Change Calc version number.
9632 (Customizable variables): Fix description of calc-language-alist.
9633 (Copying): Put in version 2 of GPL.
9634
9635 2005-04-01 Jay Belanger <belanger@truman.edu>
9636
9637 * calc.texi (Troubleshooting Commands): Remove comment about
9638 installation.
9639 (Installation): Remove section.
9640 (Customizable Variables): New section.
9641 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
9642 (Graphical Devices): Add references to Customizable Variables.
9643
9644 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
9645
9646 * emacs-mime.texi (Display Customization): Markup fixes.
9647 (rfc2047): Update.
9648
9649 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
9650
9651 * gnus-faq.texi: Replaced with auto-generated version.
9652
9653 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9654
9655 * dired-x.texi (Multiple Dired Directories): default-directory was
9656 renamed to dired-default-directory.
9657
9658 2005-03-26 Jay Belanger <belanger@truman.edu>
9659
9660 * calc.texi (Simplifying Formulas, Rewrite Rules):
9661 Change description of top and bottom of fraction.
9662 (Modulo Forms): Move description of how to create modulo forms to
9663 earlier in the section.
9664 (Fraction Mode): Suggest using : to get a fraction by dividing.
9665 (Basic Arithmetic): Adjust placement of command name.
9666 (Truncating the Stack): Emphasize that "hidden" entries are still
9667 visible.
9668 (Installation): Move discussion of printing manual to "About This
9669 Manual".
9670 (About This Manual): Mention how to print the manual.
9671 (Reporting Bugs): Remove first person.
9672 (Building Vectors): Add algebraic version of append.
9673 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
9674 (Grouping Digits): Fix typo.
9675
9676 2005-03-25 Werner Lemberg <wl@gnu.org>
9677
9678 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
9679 Replace `legal' with `valid'.
9680
9681 2005-03-25 Werner Lemberg <wl@gnu.org>
9682
9683 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
9684
9685 2005-03-24 Jay Belanger <belanger@truman.edu>
9686
9687 * calc.texi (General Mode Commands)
9688 (Mode Settings in Embedded Mode): Add some explanation of
9689 recording mode settings.
9690
9691 2005-03-24 Richard M. Stallman <rms@gnu.org>
9692
9693 * calc.texi: Remove praise of non-free software.
9694
9695 * idlwave.texi: Don't say where to get IDL or its non-free manual.
9696 (Installation): Node deleted.
9697
9698 2005-03-23 Richard M. Stallman <rms@gnu.org>
9699
9700 * url.texi (HTTP language/coding): Improve last change.
9701
9702 2005-03-22 Jay Belanger <belanger@truman.edu>
9703
9704 * calc.texi (Embedded Mode): Add new information on changing
9705 modes.
9706
9707 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
9708
9709 Sync with Tramp 2.0.48.
9710
9711 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
9712
9713 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
9714 "GNU/Linux". Change all addresses to .gnu.org.
9715 (Default Method): Offer shortened syntax for "su" and "sudo"
9716 methods.
9717
9718 2005-03-07 Richard M. Stallman <rms@gnu.org>
9719
9720 * url.texi: Fix usage of "e.g.".
9721 (HTTP language/coding): Explain the rules for these strings.
9722
9723 2005-03-06 Richard M. Stallman <rms@gnu.org>
9724
9725 * woman.texi (Introduction): Minor cleanups.
9726
9727 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
9728
9729 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
9730 (Installation): Node deleted.
9731
9732 * mh-e.texi (Preface): Get rid of "Emacs 21".
9733
9734 * eshell.texi (Installation): Delete node (for Emacs 20).
9735
9736 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
9737
9738 * flymake.texi: Refill and tweak style in @lisp blocks.
9739
9740 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9741
9742 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
9743
9744 2005-03-01 Jay Belanger <belanger@truman.edu>
9745
9746 * calc.texi (Trigonometric and Hyperbolic Functions):
9747 Mention additional functions.
9748 (Algebraic Simplifications): Mention additional simplifications.
9749
9750 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
9751
9752 * ses.texi: Add concept/function/variable indices (this work was
9753 donated by Brad Collins <brad@chenla.org>, copyright-assignment
9754 papers on file at FSF).
9755
9756 2005-02-10 Jay Belanger <belanger@truman.edu>
9757
9758 * calc.texi: Change @LaTeX to La@TeX throughout.
9759 Redefine @expr as @math for TeX output.
9760 Redefine @texline as a no-op for TeX output.
9761 Define @tfn, replace @t by @tfn throughout.
9762
9763 2005-02-09 Jay Belanger <belanger@truman.edu>
9764
9765 * calc.texi: Add macro for LaTeX for info output.
9766
9767 2005-02-08 Kim F. Storm <storm@cua.dk>
9768
9769 * texinfo.tex (LaTex): Add def.
9770
9771 2005-02-06 Jay Belanger <belanger@truman.edu>
9772
9773 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
9774 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
9775 throughout manual.
9776
9777 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9778
9779 * gnus.texi: Some edits based on comments from David Abrahams.
9780
9781 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9782
9783 * gnus.texi (RSS): Fix the keystroke.
9784
9785 2005-01-24 David Kastrup <dak@gnu.org>
9786
9787 * faq.texi: Update AUCTeX version info.
9788
9789 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
9790
9791 * gnus-faq.texi ([4.1]): Typo.
9792
9793 2005-01-19 Jay Belanger <belanger@truman.edu>
9794
9795 * calc.texi (Keep Arguments): Mention that keeping arguments
9796 doesn't work with keyboard macros.
9797
9798 2005-01-16 Richard M. Stallman <rms@gnu.org>
9799
9800 * autotype.texi (Autoinserting): Fix small error.
9801
9802 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9803
9804 Sync with Tramp 2.0.47.
9805
9806 * tramp.texi (Compilation): New section, describing compilation of
9807 remote files.
9808
9809 2005-01-11 Kim F. Storm <storm@cua.dk>
9810
9811 * widget.texi (Basic Types): Add :follow-link keyword.
9812
9813 2005-01-09 Jay Belanger <belanger@truman.edu>
9814
9815 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
9816
9817 2005-01-08 Jay Belanger <belanger@truman.edu>
9818
9819 * calc.texi: Change throughout to reflect new default value of
9820 calc-settings-file.
9821
9822 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9823
9824 * message.texi (Reply): `message-reply-to-function' should return
9825 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
9826
9827 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
9828
9829 * faq.texi (Changing load-path): Fix typo.
9830
9831 2005-01-05 Jay Belanger <belanger@truman.edu>
9832
9833 * calc.texi (Programming Tutorial): Replace kbd command by
9834 appropriate characters for a keyboard macro.
9835
9836 2005-01-04 Jay Belanger <belanger@truman.edu>
9837
9838 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
9839 for Lucid Emacs.
9840 (Programming Tutorial): Mention that the user needs to be in the
9841 right mode to compute some functions.
9842
9843 2005-01-04 Jay Belanger <belanger@truman.edu>
9844
9845 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
9846 no longer applicable.
9847
9848 2005-01-01 Jay Belanger <belanger@truman.edu>
9849
9850 * calc.texi (Programming Tutorial): Change description of how to
9851 edit keyboard macros to match current behavior.
9852
9853 2004-12-31 Jay Belanger <belanger@truman.edu>
9854
9855 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
9856
9857 2004-12-20 Jay Belanger <belanger@truman.edu>
9858
9859 * calc.texi (Types Tutorial): Emphasize that you can't divide by
9860 zero.
9861
9862 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
9863
9864 * cc-mode.texi (Text Filling and Line Breaking): Put period after
9865 @xref.
9866 (Font Locking): Avoid @strong{Note:}.
9867
9868 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
9869
9870 Sync with Tramp 2.0.46.
9871
9872 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
9873
9874 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
9875
9876 * url.texi: Correct typos.
9877 (Retrieving URLs): @var{nil}->@code{nil}.
9878 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
9879 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
9880 (Dealing with HTTP documents): @inforef->@xref.
9881
9882 2004-12-15 Jay Belanger <belanger@truman.edu>
9883
9884 * calc.texi: Consistently capitalized all mode names.
9885 (Answers to Exercises): Mention that an answer can be a fraction
9886 when in Fraction mode.
9887
9888 2004-12-13 Jay Belanger <belanger@truman.edu>
9889
9890 * calc.texi: Fix some TeX definitions.
9891
9892 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
9893
9894 * reftex.texi (Imprint): Remove erroneous @value's.
9895
9896 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9897
9898 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
9899 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
9900
9901 2004-12-08 Jay Belanger <belanger@truman.edu>
9902
9903 * calc.texi (Starting Calc): Remove comment about installation.
9904 (Keypad Mode Overview): Remove comment about Emacs 19 support.
9905
9906 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9907
9908 * url.texi: Update @setfilename.
9909 (Getting Started): No need to worry about Gnus versions.
9910 (Dealing with HTTP documents): Use @inforef.
9911
9912 * org.texi: Fix @direntry file name.
9913
9914 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9915
9916 * url.texi: New file.
9917
9918 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
9919
9920 2004-12-06 Jay Belanger <belanger@truman.edu>
9921
9922 * calc.texi (Using Calc): Remove paragraph about installation.
9923
9924 2004-12-06 Jay Belanger <belanger@truman.edu>
9925
9926 * calc.texi: Use more Texinfo macros and less TeX defs.
9927 Remove @refill's.
9928
9929 2004-12-06 Richard M. Stallman <rms@gnu.org>
9930
9931 * org.texi: New file.
9932
9933 2004-12-05 Richard M. Stallman <rms@gnu.org>
9934
9935 * Makefile.in (org.dvi, ../info/org): New targets.
9936 (INFO_TARGETS): Add ../info/org.
9937 (DVI_TARGETS): Add org.dvi.
9938 (maintainer-clean): Remove the info files in the info dir.
9939
9940 2004-11-26 Eli Zaretskii <eliz@gnu.org>
9941
9942 * idlwave.texi: Fix the setfilename directive to put the produced
9943 file in ../info.
9944 (Continued Statement Indentation): Resurrect Jan D.'s change from
9945 2004-11-03 that was lost when a newer version of idlwave.texi was
9946 imported.
9947
9948 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9949
9950 * gnus-faq.texi ([5.1]): Add missing bracket.
9951
9952 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
9953 Index `spam-initialize'.
9954
9955 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9956
9957 * message.texi (Various Message Variables): Mention that all mail
9958 file variables are derived from `message-directory'.
9959
9960 * gnus.texi (Splitting Mail): Clarify bogus group.
9961
9962 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9963
9964 * emacs-mime.texi (Encoding Customization):
9965 Fix mm-coding-system-priorities entry.
9966
9967 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
9968
9969 * idlwave.texi (Continued Statement Indentation):
9970 * reftex.texi (Options (Index Support)):
9971 (Displaying and Editing the Index, Table of Contents):
9972 * speedbar.texi (Creating a display, Major Display Modes):
9973 Replace non-nil with non-@code{nil}.
9974
9975 2004-10-21 Jay Belanger <belanger@truman.edu>
9976
9977 * calc.texi (Algebraic-Style Calculations): Remove a comment.
9978
9979 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
9980
9981 * calc.texi (Reporting Bugs): Double up `@'.
9982
9983 2004-10-18 Jay Belanger <belanger@truman.edu>
9984
9985 * calc.texi (Reporting Bugs): Change the address that bugs
9986 should be sent to.
9987
9988 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9989
9990 * gnus.texi (New Features): Add 5.11.
9991
9992 * message.texi (Resending): Remove wrong default value.
9993
9994 * gnus.texi (Mail Source Specifiers): Describe possible problems
9995 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
9996 `pop3-leave-mail-on-server' to the index.
9997
9998 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9999
10000 * message.texi (Canceling News): Add how to set a password.
10001
10002 2004-10-12 Jay Belanger <belanger@truman.edu>
10003
10004 * calc.texi (Help Commands): Change the descriptions of
10005 calc-describe-function and calc-describe-variable to match their
10006 current behavior.
10007
10008 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10009
10010 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
10011
10012 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10013
10014 Sync with Tramp 2.0.45.
10015
10016 * tramp.texi (Frequently Asked Questions): Comment paragraph about
10017 plink link. The URL is outdated. Originator contacted for
10018 clarification.
10019
10020 2004-10-10 Juri Linkov <juri@jurta.org>
10021
10022 * gnus.texi (Top, Marking Articles): Join two menus in one node
10023 because a node can have only one menu.
10024
10025 2004-10-09 Juri Linkov <juri@jurta.org>
10026
10027 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
10028 example of nnmail-split-fancy.
10029
10030 2004-10-06 Karl Berry <karl@gnu.org>
10031
10032 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
10033 consistency with other uses of dashes.
10034
10035 2004-10-05 Karl Berry <karl@gnu.org>
10036
10037 * info.texi: Consistently use --- throughout, periods at end of
10038 menu descriptions, and a couple typos.
10039
10040 2004-09-26 Jesper Harder <harder@ifa.au.dk>
10041
10042 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
10043 * pgg.texi (User Commands, Backend methods): Do.
10044 * gnus.texi: Markup fixes.
10045 (Setting Process Marks): Fix `M P a' entry.
10046 * emacs-mime.texi: Fixes.
10047
10048 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10049
10050 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
10051 again.
10052 Use 5.10 instead of 5.10.0.
10053
10054 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10055
10056 * gnus.texi (Summary Mail Commands): S D e.
10057
10058 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
10059
10060 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
10061 the gnus-article-mode-line-format section.
10062
10063 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
10064
10065 * gnus.texi (Various Summary Stuff): Fix the documentation for
10066 gnus-newsgroup-variables.
10067
10068 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10069
10070 * gnus.texi (MIME Commands):
10071 Add gnus-mime-display-multipart-as-mixed,
10072 gnus-mime-display-multipart-alternative-as-mixed,
10073 gnus-mime-display-multipart-related-as-mixed.
10074 (Mail Source Customization): Clarify `mail-source-directory'.
10075 (Splitting Mail): Mention gnus-group-find-new-groups.
10076 (SpamOracle): Fix typo.
10077
10078 * gnus-faq.texi: Untabify.
10079 ([6.3]): nnir.el is in contrib directory.
10080
10081 * message.texi (News Headers): Clarify how a unique ID is created.
10082
10083 * gnus.texi (Batching Agents): Fix typo in example.
10084 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10085
10086 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
10087
10088 * gnus.texi (Group Parameters): Add more on hooks.
10089
10090 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
10091
10092 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
10093
10094 2004-09-22 Jay Belanger <belanger@truman.edu>
10095
10096 * calc.texi (Vectors as Lists): Add a warning that the tutorial
10097 might be hidden during part of the session.
10098
10099 2004-09-20 Jay Belanger <belanger@truman.edu>
10100
10101 * calc.texi (Notations Used in This Manual): Put in an earlier
10102 mention that DEL could be called Backspace.
10103
10104 2004-09-10 Simon Josefsson <jas@extundo.com>
10105
10106 * gnus.texi (IMAP): Add example. Suggested and partially written
10107 by Steinar Bang <sb@dod.no>.
10108
10109 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10110
10111 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
10112 netrc syntax.
10113
10114 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10115
10116 * gnus.texi (Spam ELisp Package Sequence of Events):
10117 Some clarifications.
10118 (Spam ELisp Package Global Variables): More clarifications.
10119
10120 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10121
10122 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
10123 Mention spam-split does not modify incoming mail.
10124
10125 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10126
10127 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
10128
10129 2004-09-10 Eli Zaretskii <eliz@gnu.org>
10130
10131 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
10132
10133 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10134
10135 * makefile.w32-in (sieve, pgg): Use $(infodir).
10136
10137 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
10138
10139 * makefile.w32-in: Fix PGG and Sieve entries.
10140
10141 2004-08-28 Eli Zaretskii <eliz@gnu.org>
10142
10143 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
10144 Emacs and related programs.
10145
10146 2004-08-27 Richard M. Stallman <rms@gnu.org>
10147
10148 * faq.texi: Fix texinfo usage, esp. doublequotes.
10149 (Difference between Emacs and XEmacs): Some clarification.
10150
10151 * faq.texi (Difference between Emacs and XEmacs):
10152 Explain not to contrast XEmacs with GNU Emacs.
10153
10154 2004-08-26 Richard M. Stallman <rms@gnu.org>
10155
10156 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
10157
10158 2004-08-22 David Kastrup <dak@gnu.org>
10159
10160 * reftex.texi (AUCTeX): Update links, section name.
10161
10162 * faq.texi (Calc): Update availability (included in 22.1).
10163 (AUCTeX): Update availability, information, versions, description.
10164
10165 2004-08-14 Eli Zaretskii <eliz@gnu.org>
10166
10167 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
10168
10169 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
10170
10171 * cc-mode.texi: Various updates for CC Mode 5.30.9.
10172
10173 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
10174
10175 Sync with Tramp 2.0.44.
10176
10177 2004-08-05 Lars Hansen <larsh@math.ku.dk>
10178
10179 * widget.texi (User Interface): Update how to separate the
10180 editable field of an editable-field widget from other widgets.
10181 (Programming Example): Add text after field.
10182
10183 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10184
10185 * emacs-mime.texi (Encoding Customization): Add a note to the
10186 mm-content-transfer-encoding-defaults entry.
10187 (rfc2047): Update.
10188
10189 * gnus.texi (Article Highlighting):
10190 Add gnus-cite-ignore-quoted-from.
10191 (POP before SMTP): New node.
10192 (Posting Styles): Addition.
10193 (Splitting Mail): Add nnmail-split-lowercase-expanded.
10194 (Fancy Mail Splitting): Ditto.
10195 (X-Face): Add gnus-x-face.
10196
10197 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
10198
10199 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
10200 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
10201
10202 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10203
10204 * gnus.texi (Mail Source Specifiers):
10205 Describe `pop3-leave-mail-on-server'.
10206
10207 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
10208
10209 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
10210
10211 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
10212 repository. Change setfilename.
10213
10214 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
10215
10216 2004-07-02 Juri Linkov <juri@jurta.org>
10217
10218 * pcl-cvs.texi (Viewing differences): Add `d r'.
10219
10220 2004-06-29 Jesper Harder <harder@ifa.au.dk>
10221
10222 * ses.texi, viper.texi, flymake.texi, faq.texi:
10223 * eshell.texi, ediff.texi: Markup fixes.
10224
10225 2004-06-21 Karl Berry <karl@gnu.org>
10226
10227 * info.texi (Top): Mention that only Emacs has mouse support.
10228 (Getting Started): Mention this in a few other places.
10229
10230 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10231
10232 * autotype.texi (Copyrights, Timestamps):
10233 Recommend `before-save-hook' instead of `write-file-functions'.
10234
10235 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10236
10237 * dired-x.texi (dired-mark-omitted): Update keybinding.
10238
10239 2004-06-10 Kim F. Storm <storm@cua.dk>
10240
10241 * pcl-cvs.texi (Viewing differences): Add 'd y'.
10242
10243 2004-06-05 Lars Hansen <larsh@math.ku.dk>
10244
10245 * dired-x.texi (variable dired-omit-mode): Rename from
10246 dired-omit-files-p.
10247 (function dired-omit-mode): Rename from dired-omit-toggle.
10248 Call dired-omit-mode rather than set dired-omit-files-p.
10249 (dired-mark-omitted): Describe command.
10250
10251 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10252
10253 Version 2.0.41 of Tramp released.
10254
10255 2004-05-29 Juanma Barranquero <lektu@terra.es>
10256
10257 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
10258 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10259
10260 2004-05-29 Richard M. Stallman <rms@gnu.org>
10261
10262 * cl.texi (Top): Call this chapter `Introduction'.
10263 (Overview): In TeX, no section heading here.
10264
10265 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
10266
10267 2004-05-29 Eli Zaretskii <eliz@gnu.org>
10268
10269 * Makefile.in (../info/flymake, flymake.dvi): New targets.
10270 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10271
10272 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10273
10274 * flymake.texi: New file.
10275
10276 2004-05-28 Simon Josefsson <jas@extundo.com>
10277
10278 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
10279
10280 2004-05-07 Kai GroĂŸjohann <kai@emptydomain.de>
10281
10282 Version 2.0.40 of Tramp released.
10283
10284 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
10285
10286 Complete rework, based on review by Karl Berry <karl@gnu.org>.
10287
10288 * tramp.texi (Auto-save and Backup): Explain exploitation of new
10289 variables `tramp-backup-directory-alist' and
10290 `tramp-bkup-backup-directory-info'.
10291 (Overview, Connection types)
10292 (External transfer methods, Default Method)
10293 (Windows setup hints): Remove restriction of password entering
10294 with external methods.
10295 (Auto-save and Backup): Make file name example
10296 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
10297 and `auto-save-directory' must be used.
10298 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
10299 only "NT"). Remove doubled entry "What kinds of systems does
10300 @tramp{} work on".
10301 (tramp): Macro removed.
10302 (Obtaining Tramp): Flag removed from title.
10303 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
10304 and `trampver' used properly. Flag `tramp-inst' replaced by
10305 `installchapter'. Installation related text adapted.
10306
10307 2004-04-28 Masatake YAMATO <jet@gyve.org>
10308
10309 * widget.texi (Programming Example): Remove overlays.
10310
10311 2004-04-27 Jesper Harder <harder@ifa.au.dk>
10312
10313 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
10314
10315 2004-04-23 Juanma Barranquero <lektu@terra.es>
10316
10317 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10318
10319 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10320
10321 * info.texi (Info Search): Add info-apropos.
10322
10323 2004-03-22 Juri Linkov <juri@jurta.org>
10324
10325 * faq.texi: Fix help key bindings.
10326
10327 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
10328
10329 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
10330 (as suggested by Karl Berry). Update information about colored
10331 stars in menus. Add new subheading describing M-n.
10332
10333 2004-03-12 Richard M. Stallman <rms@gnu.org>
10334
10335 * cl.texi (Top): Rename top node's title.
10336
10337 2004-03-08 Karl Berry <karl@gnu.org>
10338
10339 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
10340 problems making the texinfo distribution.
10341
10342 2004-02-29 Simon Josefsson <jas@extundo.com>
10343
10344 * smtpmail.texi (Authentication): Change the list of supported
10345 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
10346 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
10347 <voegelas@gmx.net>.
10348
10349 2004-02-29 Juanma Barranquero <lektu@terra.es>
10350
10351 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10352 Use $(DEL) instead of rm, and ignore exit code.
10353
10354 2004-02-29 Kai GroĂŸjohann <kgrossjo@eu.uu.net>
10355
10356 Tramp version 2.0.39 released.
10357
10358 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10359
10360 * tramp.texi (Customizing Completion): Explain new functions
10361 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
10362 (all): Savannah URLs unified to "http://savannah.nongnu.org".
10363 (Top): Refer to Savannah mailing list as the major one.
10364 Mention older mailing lists in HTML mode only.
10365 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
10366 (Frequently Asked Questions): Remote hosts must not be Unix-like
10367 for "smb" method.
10368 (Password caching): New node.
10369 (External transfer methods): Refer to password caching for "smb"
10370 method.
10371
10372 2004-02-17 Karl Berry <karl@gnu.org>
10373
10374 * info.texi (Help-Int): Mention the new line number feature.
10375
10376 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10377
10378 * ses.texi (Advanced Features): New functionality for
10379 ses-set-header-row (defaults to current row unless C-u used).
10380 (Acknowledgements): Add Stefan Monnier.
10381
10382 2003-12-29 Kevin Ryde <user42@zip.com.au>
10383
10384 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
10385
10386 2003-11-30 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10387
10388 Tramp version 2.0.38 released.
10389
10390 * tramp.texi (Remote shell setup): Warn of environment variables
10391 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
10392 <sven.gabriel@imk.fzk.de>.
10393 (Configuration): Tramp now chooses base64/uuencode
10394 automatically. Update wording accordingly.
10395 (Top): More description for the `Default Method' menu entry.
10396 (Default Method): Use @code, not @var, for Lisp variables.
10397 (Default Method): New subsection `Which method is the right one
10398 for me?' Suggested by Christian Kirsch.
10399 (Configuration): Pointer to new subsection added.
10400 (Default Method): Too many "use" in one sentence.
10401 Rephrase. Reported by Christian Kirsch.
10402 (Filename Syntax): Old `su' example is probably a left-over from
10403 the sm/su method naming. Replace with `ssh', instead.
10404 (External transfer methods, Auto-save and Backup):
10405 Typo fixes.
10406
10407 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
10408
10409 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
10410 (Top): Mention japanese manual only if flag `jamanual' is set.
10411 Insert section `Japanese manual' in menu.
10412
10413 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10414
10415 * eshell.texi (Known Problems): Add doc item.
10416
10417 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10418
10419 * cc-mode.texi: Update for CC Mode 5.30.
10420
10421 Note: Please refrain from doing purely cosmetic changes like
10422 removing trailing whitespace in this manual; it clobbers cvs
10423 merging for no good reason.
10424
10425 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10426
10427 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
10428 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
10429 @acronym{ASCII}.
10430
10431 2003-10-26 Karl Berry <karl@gnu.org>
10432
10433 * info.texi (Info Search): Echo area, not echo are. From Debian
10434 diff.
10435
10436 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
10437
10438 * widget.texi (Defining New Widgets): Document new behavior of
10439 :buttons and :children keywords.
10440
10441 2003-10-22 Miles Bader <miles@gnu.org>
10442
10443 * Makefile.in (info): Move before $(top_srcdir)/info.
10444
10445 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
10446
10447 * tramp.texi (Inline methods): Small grammar fix.
10448 (External transfer methods): Likewise.
10449
10450 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
10451
10452 * speedbar.texi: Remove paragraph for GUD that is no longer true.
10453
10454 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
10455
10456 * texinfo.tex: Replace `%' in arch tagline by @ignore.
10457
10458 2003-09-30 Richard M. Stallman <rms@gnu.org>
10459
10460 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
10461
10462 * widget.texi (User Interface): Fix typos.
10463
10464 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
10465
10466 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10467
10468 * pcl-cvs.texi (Selected Files): Fix typo.
10469
10470 2003-09-21 Karl Berry <karl@gnu.org>
10471
10472 * info.texi (] and [ commands): No period at end of section title.
10473
10474 2003-09-04 Miles Bader <miles@gnu.org>
10475
10476 * Makefile.in (top_srcdir): New variable.
10477 ($(top_srcdir)/info): New rule.
10478 (info): Depend on it.
10479
10480 2003-09-03 Peter Runestig <peter@runestig.com>
10481
10482 * makefile.w32-in: New file.
10483
10484 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
10485
10486 * widget.texi (User Interface): Explain the need of static text
10487 around an editable field.
10488
10489 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10490
10491 * widget.texi (Basic Types): The argument to `:help-echo' can now
10492 be a form that evaluates to a string.
10493
10494 2003-08-18 Kim F. Storm <storm@cua.dk>
10495
10496 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
10497
10498 2003-08-16 Richard M. Stallman <rms@gnu.org>
10499
10500 * dired-x.texi (Shell Command Guessing): Explain *.
10501
10502 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
10503
10504 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
10505 log-edit-insert-changelog.
10506
10507 2003-08-03 Karl Berry <karl@gnu.org>
10508
10509 * info.texi: Need @contents.
10510
10511 2003-07-20 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10512
10513 Tramp version 2.0.36 released.
10514
10515 * tramp.texi (Remote shell setup): Explain about problems with
10516 non-Bourne commands in ~/.profile and ~/.shrc.
10517
10518 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
10519
10520 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
10521 renaming of `vis-mode' to `visible-mode'.
10522
10523 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
10524
10525 * info.texi (Top, Help-Small-Screen): Remove accidentally added
10526 next, prev and up pointers.
10527
10528 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
10529
10530 * info.texi (Help): Mention existence of Emacs and stand-alone
10531 Info at the very beginning of the tutorial.
10532 (Help-Inv): New node.
10533 (Help-]): New node.
10534 (Help-M): Systematically point out the differences between default
10535 Emacs and stand-alone versions. Delete second menu.
10536 (Help-Xref): Systematically point out the differences between
10537 default Emacs and stand-alone versions.
10538 (Help-Int): Change `l' example.
10539 (Expert Info): Fix typos.
10540 (Emacs Info Variables): Mention `Info-hide-note-references' and
10541 new default for `Info-scroll-prefer-subnodes'.
10542
10543 2003-06-17 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10544
10545 Version 2.0.35 of Tramp released.
10546
10547 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
10548 (Inline methods): Add methods `remsh' and `plink1'.
10549 (External transfer methods): Add method `remcp'.
10550 (Multi-hop Methods): Add method `remsh'.
10551 Small patch from Adrian Aichner <adrian@xemacs.org>:
10552 Fix minor typos.
10553 (Concept Index): Add to make manual searchable via
10554 `Info-index'.
10555 (Version Control): Add cindex entry.
10556
10557 2003-05-24 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10558
10559 * trampver.texi: Version 2.0.34 released.
10560
10561 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10562
10563 * faq.texi: Improve previous changes.
10564
10565 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10566
10567 * faq.texi: Update copyright and maintenance details.
10568 Update some package URLs, versions, and maintainers.
10569 Remove many references to the Emacs Lisp Archive.
10570
10571 2003-04-23 Simon Josefsson <jas@extundo.com>
10572
10573 * smtpmail.texi: Fix license (the invariant sections mentioned has
10574 never been part of the smtp manual). Align info dir entry with
10575 other emacs packages.
10576
10577 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
10578
10579 * tramp.texi: Version 2.0.33 released.
10580 Remove installation chapter. Remove XEmacs specifics.
10581
10582 2003-03-29 Richard M. Stallman <rms@gnu.org>
10583
10584 * tramp.texi (Top): Undo the previous renaming.
10585 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
10586
10587 2003-03-29 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10588
10589 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
10590 version of manual.
10591
10592 * tramp.texi (Auto-save and Backup): New node.
10593
10594 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
10595
10596 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
10597 Emacs" in order to have better differentiation to "XEmacs".
10598 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
10599 are new macros in order to point to the other Emacs flavor where
10600 appropriate. In info case, point to node `Installation' in order
10601 to explain how to generate the other way. In html case, make a
10602 link to the other html file.
10603 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
10604 after CVS checkout/update.
10605 (Installation): Completely rewritten.
10606 (Installation parameters, Load paths): New sections under
10607 `Installation'.
10608
10609 2003-02-28 Kai GroĂŸjohann <kai.grossjohann@uni-duisburg.de>
10610
10611 * tramp.texi: Version 2.0.30 released.
10612 Replace word "path" with "localname" where used as a component of
10613 a Tramp file name.
10614
10615 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
10616
10617 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
10618 introduced.
10619 (Installation): Explain what to do if files from the tramp/contrib
10620 directory are needed.
10621
10622 2003-02-23 Alex Schroeder <alex@emacswiki.org>
10623
10624 * smtpmail.texi (How Mail Works): New.
10625
10626 2003-02-22 Alex Schroeder <alex@emacswiki.org>
10627
10628 * smtpmail.texi: New file.
10629
10630 * Makefile.in: Build SMTP manual.
10631
10632 2003-02-05 Kai GroĂŸjohann <kai.grossjohann@uni-duisburg.de>
10633
10634 * tramp.texi: Version 2.0.29 released.
10635 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
10636 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
10637
10638 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
10639
10640 * tramp.texi (Frequently Asked Questions): Explain a workaround if
10641 another package loads accidentally Ange-FTP.
10642
10643 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
10644
10645 * tramp.texi (Customizing Completion): Add function
10646 `tramp-parse-sconfig'. Change example of
10647 `tramp-set-completion-function', because parsing of ssh config
10648 files looks more natural.
10649
10650 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
10651
10652 * gnus.texi: Do not use `path' in several locations.
10653
10654 2002-12-26 Kai GroĂŸjohann <kai.grossjohann@uni-duisburg.de>
10655
10656 * tramp.texi (External transfer methods): New method `smb'.
10657 From Michael Albinus.
10658
10659 2002-11-05 Karl Berry <karl@gnu.org>
10660
10661 * info.texi (Info-fontify): Reorder face list to avoid bad line
10662 breaks.
10663
10664 2002-10-06 Kai GroĂŸjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10665
10666 * tramp.texi: Move @copying to standard place.
10667 Use @insertcopying.
10668
10669 2002-10-02 Karl Berry <karl@gnu.org>
10670
10671 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
10672 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
10673 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
10674 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
10675 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
10676 Per rms, update all manuals to use @copying instead of @ifinfo.
10677 Also use @ifnottex instead of @ifinfo around the top node, where
10678 needed for the sake of the HTML output.
10679 (The Gnus manual is not fixed since it's not clear to me how it
10680 works; and the Tramp manual already uses @copying, although in an
10681 unusual way. All others were changed.)
10682
10683 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
10684
10685 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
10686 (../info/ses, ses.dvi): New targets.
10687 * ses.texi: New file.
10688
10689 2002-09-06 Pavel JanĂ­k <Pavel@Janik.cz>
10690
10691 * texinfo.tex: Update to texinfo 4.2.
10692
10693 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
10694
10695 * reftex.texi: Update to RefTeX 4.19.
10696
10697 2002-06-17 Kai GroĂŸjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10698
10699 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
10700 (../info/tramp, tramp.dvi): New targets.
10701
10702 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
10703
10704 * Makefile.in (DVI_TARGETS): Add calc.dvi.
10705 (calc.dvi): Uncomment.
10706
10707 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
10708
10709 * Makefile.in (INFO_TARGETS): Add ../info/calc.
10710 (../info/calc): New target.
10711
10712 2001-10-20 Gerd Moellmann <gerd@gnu.org>
10713
10714 * (Version 21.1 released.)
10715
10716 2001-10-05 Gerd Moellmann <gerd@gnu.org>
10717
10718 * Branch for 21.1.
10719
10720 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10721
10722 * Makefile.in (../info/info): Use an explicit -o switch to
10723 makeinfo.
10724
10725 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10726
10727 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10728
10729 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
10730
10731 * Makefile.in (../info/idlwave): Use --no-split.
10732
10733 2000-12-14 Dave Love <fx@gnu.org>
10734
10735 * Makefile.in (mostlyclean): Remove gnustmp.*.
10736 (gnus.dvi): Change rule to remove @latex stuff.
10737
10738 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
10739
10740 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
10741
10742 2000-10-13 John Wiegley <johnw@gnu.org>
10743
10744 * Makefile.in: Add build targets for eshell.texi.
10745
10746 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10747
10748 * Makefile.in: Remove/comment speedbar stuff.
10749
10750 2000-09-22 Dave Love <fx@gnu.org>
10751
10752 * Makefile.in: Add emacs-mime.
10753
10754 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10755
10756 * Makefile.in (INFO_TARGETS): Add ../info/woman.
10757 (DVI_TARGETS): Add woman.dvi.
10758 (../info/woman, woman.dvi): New targets.
10759
10760 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
10761
10762 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
10763
10764 * pcl-cvs.texi: New file.
10765 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
10766 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
10767
10768 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10769
10770 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
10771 (../info/ebrowse, ebrowse.dvi): New targets.
10772
10773 2000-01-13 Gerd Moellmann <gerd@gnu.org>
10774
10775 * Makefile.in (INFO_TARGETS): Add eudc.
10776 (DVI_TARGETS): Add eudc.dvi.
10777 (../info/eudc, eudc.dvi): New targets.
10778
10779 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
10780
10781 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
10782 compatibility with 8+3 filesystems).
10783 (../info/efaq): Rename from emacs-faq.
10784
10785 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10786
10787 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
10788 (../info/idlwave, idlwave.dvi): New targets.
10789
10790 1999-10-23 Dave Love <fx@gnu.org>
10791
10792 * Makefile.in: Use autotype.texi.
10793
10794 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
10795
10796 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
10797 faq.texi file) rather than ../info/faq.
10798
10799 1999-10-07 Gerd Moellmann <gerd@gnu.org>
10800
10801 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
10802 (../info/ada-mode, ada-mode.dvi): New targets.
10803
10804 1999-09-01 Dave Love <fx@gnu.org>
10805
10806 * Makefile.in: Add faq.
10807
10808 1999-07-12 Richard Stallman <rms@gnu.org>
10809
10810 * Version 20.4 released.
10811
10812 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10813
10814 * Version 20.3 released.
10815
10816 1998-04-06 Andreas Schwab <schwab@gnu.org>
10817
10818 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
10819 Use it in dvi targets.
10820 (../etc/GNU): Change to $(srcdir) first.
10821
10822 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
10823
10824 * reftex.texi: Update for RefTeX version 3.22.
10825
10826 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
10827
10828 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
10829 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10830
10831 1997-09-23 Paul Eggert <eggert@twinsun.com>
10832
10833 * Makefile.in: Merge changes mistakenly made to `Makefile'.
10834 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
10835
10836 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10837
10838 * Version 20.2 released.
10839
10840 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10841
10842 * Version 20.1 released.
10843
10844 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10845
10846 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
10847
10848 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10849
10850 * Version 19.33 released.
10851
10852 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10853
10854 * Version 19.32 released.
10855
10856 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10857
10858 * Makefile.in: Add rules for the Message manual.
10859
10860 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10861
10862 * gnus.texi: New version.
10863
10864 * message.texi: New manual.
10865
10866 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10867
10868 * Makefile.in (All info targets): cd $(srcdir) to do the work.
10869
10870 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10871
10872 * Makefile.in (All info targets): Specify $(srcdir) in input files.
10873 Specify -I option.
10874 (All dvi targets): Set the TEXINPUTS variable.
10875
10876 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10877
10878 * Version 19.31 released.
10879
10880 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10881
10882 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
10883 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
10884
10885 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10886
10887 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
10888 (INFO_TARGETS): Add ../info/cc-mode.
10889 (DVI_TARGETS): Add cc-mode.dvi.
10890
10891 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10892
10893 * Version 19.30 released.
10894
10895 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10896
10897 * gnus.texi: New file.
10898
10899 1995-11-04 Erik Naggum <erik@naggum.no>
10900
10901 * gnus.texi: File deleted.
10902
10903 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
10904
10905 * mh-e.texi: "Function Index" -> "Command Index" to work with
10906 Emacs 19.30 C-h C-k support of separately-documented commands.
10907
10908 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10909
10910 * Makefile.in (../info/ediff, ediff.dvi): New targets.
10911 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
10912
10913 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10914
10915 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
10916 (../info/viper, viper.dvi): New targets.
10917
10918 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
10919
10920 * dired-x.texi (Installation): Change the example to set
10921 buffer-local variables like dired-omit-files-p in
10922 dired-mode-hook.
10923
10924 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10925
10926 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
10927 (../info/mh-e, mh-e.dvi): New targets.
10928
10929 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10930
10931 * Makefile.in (maintainer-clean): Rename from realclean.
10932
10933 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10934
10935 * Makefile.in: New file.
10936 * Makefile: File deleted.
10937
10938 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10939
10940 * Makefile (TEXINDEX_OBJS): Variable deleted.
10941 (texindex, texindex.o, getopt.o): Rules deleted.
10942 All deps on texindex deleted.
10943 (distclean): Don't delete texindex.
10944 (mostlyclean): Don't delete *.o.
10945 * texindex.c, getopt.c: Files deleted.
10946
10947 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10948
10949 * Version 19.26 released.
10950
10951 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10952
10953 * Version 19.25 released.
10954
10955 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10956
10957 * Version 19.24 released.
10958
10959 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10960
10961 * Version 19.23 released.
10962
10963 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10964
10965 * Makefile: Delete spurious tab.
10966
10967 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10968
10969 * Makefile (.SUFFIXES): New rule.
10970
10971 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10972
10973 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
10974 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10975
10976 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10977
10978 * Makefile (../info/sc): Rename from sc.info.
10979 (../info/cl): Likewise.
10980 (INFO_TARGETS): Use new names.
10981
10982 1993-12-04 Richard Stallman (rms@srarc2)
10983
10984 * getopt.c: New file.
10985 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10986 (getopt.o): New rule.
10987 (dvi): Don't depend on texindex.
10988 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
10989 Depend on texindex.
10990
10991 1993-12-03 Richard Stallman (rms@srarc2)
10992
10993 * Makefile (../info/sc.info): Rename from ../info/sc.
10994 (TEXI2DVI): New variable.
10995 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
10996 Add explicit commands.
10997 (TEXINDEX_OBJS): Delete duplicate getopt.o.
10998
10999 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11000
11001 * Version 19.22 released.
11002
11003 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11004
11005 * Makefile (TEXINDEX_OBJS): Delete spurious period.
11006
11007 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11008
11009 * Version 19.21 released.
11010
11011 1993-11-15 Paul Eggert (eggert@twinsun.com)
11012
11013 * man/Makefile (../info/cl.info): Rename from ../info/cl.
11014
11015 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11016
11017 * Makefile (../etc/GNU): New target.
11018 (EMACSSOURCES): Add gnu1.texi.
11019
11020 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11021
11022 * Makefile (realclean): Don't delete the Info files.
11023
11024 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11025
11026 * forms.texi: Fix forms.texi so that it will format correctly.
11027 Add missing `@end iftex', fix bad reference.
11028
11029 * info.texi, info-stn.texi: New files implement texinfo version of
11030 `info' file.
11031
11032 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
11033
11034 * Makefile: Fix targets for texindex, new info.texi files.
11035 * info-stnd.texi: New file implements info for standalone info
11036 reader.
11037 * info.texi: Update to include recent changes to "../info/info".
11038 New source file for ../info/info; includes info-stnd.texi.
11039
11040 * texindex.c: Include "../src/config.h" if building in emacs.
11041
11042 * Makefile: Change all files to FILENAME.texi, force all targets
11043 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
11044 vip.texinfo, forms.texinfo, cl.texinfo.
11045 Add target to build texindex.c, defining `emacs'.
11046
11047 * forms.texi: Install new file to match version 2.3 of forms.el.
11048
11049 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11050
11051 * Version 19.19 released.
11052
11053 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
11054
11055 * sc.texinfo: Fix info file name.
11056
11057 * Makefile (info): Add gnus and sc.
11058 (dvi): Add gnus.dvi and sc.dvi.
11059 (../info/sc, sc.dvi): New targets.
11060
11061 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11062
11063 * Version 19.18 released.
11064
11065 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11066
11067 * Makefile: Fix source file names of the separate manuals.
11068 (gnus.dvi, ../info/gnus): New targets.
11069
11070 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11071
11072 * Version 19.17 released.
11073
11074 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11075
11076 * split-man: Fix typos in last change.
11077
11078 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11079
11080 * Version 19.16 released.
11081
11082 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11083
11084 * version 19.15 released.
11085
11086 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11087
11088 * Makefile (distclean): It's rm, not rf.
11089
11090 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11091
11092 * Version 19.14 released.
11093
11094 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11095
11096 * Makefile: New file.
11097
11098 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11099
11100 * Version 19.13 released.
11101
11102 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11103
11104 * Version 19.9 released.
11105
11106 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11107
11108 * Version 19.8 released.
11109
11110 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11111
11112 * Version 19.7 released.
11113
11114 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
11115
11116 * gnus.texinfo: New file. Removed installation instructions.
11117
11118 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11119
11120 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
11121
11122 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11123
11124 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
11125 then define `\sc' as the command for smallcaps in Texinfo.
11126 This means that the @sc command will produce small caps. bfox has
11127 made the corresponding change to makeinfo and texinfm.el.
11128
11129 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11130
11131 * vip.texinfo: Remove menu entry Adding Lisp Code in node
11132 Customization since the menu entry did not point to anything.
11133 Also add an @finalout command to remove overfull hboxes from the
11134 printed output.
11135
11136 * cl.texinfo: Add @bye, \input line and @settitle to file.
11137 This file is clearly intended to be a chapter of some other work,
11138 but the other work does not yet exist.
11139
11140 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11141
11142 * texinfo.texinfo: Three typos corrected.
11143
11144 ;; Local Variables:
11145 ;; coding: utf-8
11146 ;; End:
11147
11148 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
11149
11150 This file is part of GNU Emacs.
11151
11152 GNU Emacs is free software: you can redistribute it and/or modify
11153 it under the terms of the GNU General Public License as published by
11154 the Free Software Foundation, either version 3 of the License, or
11155 (at your option) any later version.
11156
11157 GNU Emacs is distributed in the hope that it will be useful,
11158 but WITHOUT ANY WARRANTY; without even the implied warranty of
11159 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11160 GNU General Public License for more details.
11161
11162 You should have received a copy of the GNU General Public License
11163 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.