]> code.delx.au - gnu-emacs/blob - doc/misc/ChangeLog
589f0060840a52c5ccda7a0508c01fba330f5474
[gnu-emacs] / doc / misc / ChangeLog
1 2014-01-25 Xue Fuqiao <xfq.free@gmail.com>
2
3 * cc-mode.texi (Minor Modes): Minor fix.
4
5 2014-01-24 David Engster <deng@randomsample.de>
6
7 * eieio.texi (Introduction): Fix references.
8
9 2014-01-24 Glenn Morris <rgm@gnu.org>
10
11 * efaq.texi (Termcap/Terminfo entries for Emacs):
12 Use M-x term rather than M-x terminal-emulator.
13
14 * emacs-mime.texi (time-date): Use float-time.
15
16 2014-01-22 David Engster <deng@randomsample.de>
17
18 * eieio.texi (Introduction): Move introductory paragraph about
19 EIEIO and CLOS from 'Building Classes' to here.
20 (Documentation): Remove, since eieio-doc is not part of Emacs.
21 (Class Values, CLOS compatibility): Mention that
22 `describe-function' will also give information about classes.
23
24 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
25
26 * texinfo.tex: Update from gnulib.
27
28 2014-01-15 Glenn Morris <rgm@gnu.org>
29
30 * Makefile.in (eww_deps): Does not depend on emacsver.texi.
31
32 2014-01-12 Michael Albinus <michael.albinus@gmx.de>
33
34 * tramp.texi (all): Doc fix according to GNU Coding Standards.
35 Use "file name" instead of "filename" or "path". Use "host"
36 instead of "machine".
37
38 2014-01-12 David Engster <deng@randomsample.de>
39
40 * eieio.texi (Introduction): `class-of' is obsolete.
41 (Predicates, Basic Methods): Adapt function names to namespace
42 cleanup.
43
44 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
45
46 * eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
47
48 2014-01-12 Glenn Morris <rgm@gnu.org>
49
50 * efaq.texi (Guidelines for newsgroup postings)
51 (Informational files for Emacs):
52 Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
53
54 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * cl.texi (Function Bindings): Fix incorrect description of cl-let.
57
58 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
59
60 * Makefile.in: Add eww.texi.
61 * eww.texi: New file.
62
63 2014-01-07 Glenn Morris <rgm@gnu.org>
64
65 * efaq.texi (Problems with very large files): Fix superscript typo.
66
67 2013-01-07 Rasmus <w530@pank.eu>
68
69 * org.texi (Global and local cycling): Fix missing '@'.
70
71 2013-01-07 Bastien Guerry <bzg@gnu.org>
72
73 * org.texi (Global and local cycling): Mention C-u C-u TAB.
74 (Include files, The Export Dispatcher)
75 (Advanced configuration)
76 (Header arguments in Org mode properties): Spelling fixes.
77 (Special blocks): Add #+BEGIN_ABSTRACT as another example.
78 (@LaTeX{} specific attributes): New index entries.
79 Use #+BEGIN_ABSTRACT in the example.
80
81 2013-01-07 Nicolas Goaziou <n.goaziou@gmail.com>
82
83 * org.texi (Org export): New section.
84 (HTML doctypes): Fix whitespace error. Fix display.
85 (Publishing options): Add missing html publishing options.
86
87 2014-01-07 Glenn Morris <rgm@gnu.org>
88
89 * efaq.texi (Basic editing, Packages that do not come with Emacs):
90 Merge in some info from etc/MORE.STUFF.
91
92 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
93
94 Specify .texi encoding (Bug#16292).
95 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
96 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
97 * ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi:
98 * emacs-gnutls.texi, epa.texi, erc.texi, ert.texi:
99 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi:
100 * gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi:
101 * message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi:
102 * octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi:
103 * reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi:
104 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
105 * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
106 * widget.texi, wisent.texi, woman.texi:
107 Add @documentencoding.
108
109 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
110
111 * eshell.texi (What Eshell is not): Clean up confusing clause.
112
113 2014-01-03 Glenn Morris <rgm@gnu.org>
114
115 * efaq-w32.texi, reftex.texi: Use @insertcopying in non-TeX.
116
117 * ede.texi, eieio.texi, semantic.texi, srecode.texi:
118 Add copyright notice to titlepage.
119
120 * dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
121
122 * ert.texi: Add a titlepage. Use @insertcopying.
123
124 * calc.texi (Top): Use @top rather than @chapter.
125
126 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
127
128 * eshell.texi (top): Fix incorrect use of xref.
129
130 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
131
132 * eshell.texi (top): Fix incorrect info filename in an xref.
133
134 2014-01-02 Glenn Morris <rgm@gnu.org>
135
136 * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
137
138 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
139
140 * eshell.texi (Command Basics): Remove `Command basics' chapter.
141
142 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
143
144 * eshell.texi (What is Eshell?): Add section about what not to use
145 Eshell for.
146
147 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
148
149 * emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
150
151 2013-12-22 Glenn Morris <rgm@gnu.org>
152
153 * woman.texi (Navigation): Use itemx where appropriate.
154
155 2013-12-20 Tassilo Horn <tsdh@gnu.org>
156
157 * info.texi, woman.texi:
158 Document `S-SPC' as alternative to `DEL' for scrolling.
159
160 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
161
162 * calc.texi (Stack Manipulation Commands): Mention using the variable
163 `calc-context-sensitive-enter' for `calc-enter' and `calc-pop'.
164
165 2013-12-12 Michael Albinus <michael.albinus@gmx.de>
166
167 * tramp.texi (direntry): Use ssh but rsh.
168 (all): Encode all environment variable names with @env{...}.
169 (Bug Reports): Refer to Testing node.
170
171 2013-12-12 Glenn Morris <rgm@gnu.org>
172
173 * autotype.texi, cc-mode.texi, ediff.texi, ert.texi:
174 * htmlfontify.texi, ido.texi, octave-mode.texi, org.texi:
175 * srecode.texi, todo-mode.texi, tramp.texi:
176 Sync direntry with info/dir version.
177
178 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
179
180 * Makefile.in: Add octave-mode.texi.
181
182 2013-12-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
183 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
184
185 * octave-mode.texi: Import from GNU Octave (doc/interpreter/emacs.txi).
186
187 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
188
189 * dbus.texi (Properties and Annotations): Fix typo.
190
191 2013-12-06 Bastien Guerry <bzg@gnu.org>
192
193 * org.texi: Don't include Emacs version within Org's version.
194
195 2013-12-06 Nicolas Goaziou <n.goaziou@gmail.com>
196
197 * org.texi (Creating one-off styles): Use new export snippet
198 syntax.
199
200 * org.texi (Export settings): documentation describing how text
201 above the first heading is ignored when an :export: tag is in a
202 file.
203
204 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
205
206 * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
207
208 2013-11-30 Glenn Morris <rgm@gnu.org>
209
210 * Makefile.in (distclean): Remove Makefile.
211
212 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
213
214 * ses.texi (Quick Tutorial): New chapter. (Bug#14748)
215 (The Basics, Formulas): Copyedits.
216 (Resizing, Printer functions): Add index entries.
217
218 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
219
220 * calc.texi (Customizing Calc): Mention new variable
221 `calc-context-sensitive-enter'.
222
223 2013-11-12 Aaron Ecay <aaronecay@gmail.com>
224
225 * org.texi (Exporting code blocks): Document the 'inline-only
226 setting for `org-export-babel-evaluate'. Document how :var
227 introduces code block dependencies.
228
229 2013-11-12 Achim Gratz <Stromeko@Stromeko.DE>
230
231 * org.texi (Header arguments): Document header-args[:lang]
232 properties and remove deprecated old-style properties from
233 documentation.
234
235 * org.texi (Agenda commands): Remove footnote from @tsubheading
236 and add a sentence with the reference instead.
237
238 2013-11-12 Bastien Guerry <bzg@gnu.org>
239
240 * org.texi (Catching invisible edits):
241 * org.texi (Plain lists, Plain lists):
242 * org.texi (Advanced configuration):
243 * org.texi (Tag groups):
244 * org.texi (Conventions):
245 * org.texi (Checkboxes, Radio lists):
246 * org.texi (Top, Summary, Exporting):
247 * org.texi (In-buffer settings): Fix typos.
248
249 * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
250 C-w'. Add an index entry for `org-refile-keep'.
251
252 * org.texi (Plain lists): Add an index entry for sorting plain
253 list. Document sorting by checked status for check lists.
254
255 * org.texi (Publishing options): Fix old variable names.
256
257 * org.texi (Orgstruct mode): Fix suggested setting of
258 `orgstruct-heading-prefix-regexp'.
259
260 * org.texi (Export settings):
261 Document `org-export-allow-bind-keywords'.
262
263 * org.texi (History and Acknowledgments): Small rephrasing.
264
265 * org.texi (Template elements): Add a footnote about tags accepted
266 in a year datetree.
267
268 * org.texi (Beamer export, @LaTeX{} and PDF export)
269 (Header and sectioning, @LaTeX{} specific attributes):
270 Enhance style.
271
272 * org.texi (Agenda commands): Add a footnote about dragging agenda
273 lines: it does not persist and it does not change the .org files.
274
275 * org.texi (Agenda commands): Add a table heading for dragging
276 agenda lines forward/backward.
277
278 * org.texi (Agenda commands): Add documentation for
279 `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
280
281 * org.texi (Publishing options): Update the list of options.
282 (Simple example, Complex example): Fix the examples.
283
284 * org.texi (Formula syntax for Calc): Don't use a bold font the
285 warning.
286
287 * org.texi (Other built-in back-ends): New section.
288
289 * org.texi (Editing source code):
290 Document `org-edit-src-auto-save-idle-delay' and
291 `org-edit-src-turn-on-auto-save'.
292
293 * org.texi (External links): Document contributed link types
294 separately.
295
296 * org.texi (Closing items):
297 Document `org-closed-keep-when-no-todo'.
298
299 * org.texi (Export back-ends): Rename from "Export formats".
300 (The Export Dispatcher): Remove reference to
301 `org-export-run-in-background'.
302 (Export settings): Minor rewrites.
303 (ASCII/Latin-1/UTF-8 export): Update variable's name.
304 (In-buffer settings): Add #+HTML_HEAD_EXTRA.
305
306 * org.texi (Export in foreign buffers): New section.
307 (Exporting): Remove documentation about converting the selected
308 region.
309
310 * org.texi (Advanced configuration): Put the filter valid types in
311 a table. Use @lisp and @smalllisp.
312
313 * org.texi: Use @code{nil} instead of nil. Update the maintainer
314 contact info.
315
316 * org.texi (Exporting): Better introductory sentence. Add a note
317 about conversion commands.
318 (Feedback, Orgstruct mode, Built-in table editor)
319 (Built-in table editor, Orgtbl mode, Updating the table)
320 (Property syntax, Capturing column view, Capture)
321 (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
322 (Exporting, Extending ODT export)
323 (Working with @LaTeX{} math snippets, dir, Customization)
324 (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
325 Uniformly use @kbd{M-x command RET}.
326
327 * org.texi (Filtering/limiting agenda items): New subsection.
328 Document the use of `org-agenda-max-*' options and
329 `org-agenda-limit-interactively' from the agenda.
330 (Agenda commands): Move details about filtering commands to
331 the new section, only include a summary here.
332 (Customizing tables in ODT export)
333 (System-wide header arguments, Conflicts, Dynamic blocks):
334 Use spaces for indentation.
335
336 * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
337
338 * org.texi (Links in HTML export, Images in HTML export)
339 (post): Fix syntax within #+ATTR_*.
340 (Tables in HTML export): Document `org-html-table-row-tags'
341 and use `org-html-table-default-attributes' instead of
342 `org-html-table-tag'.
343
344 * org.texi (Publishing action, Publishing options)
345 (Publishing links): Major rewrite. Enhance explanations for
346 `org-org-publish-to-org'. Remove reference to
347 `org-export-run-in-background'.
348
349 * org.texi: Fix many small typos. Use #+NAME instead of
350 #+TBLNAME. Use @smalllisp instead of @example.
351 (Special symbols): Add index?
352 (HTML preamble and postamble): Don't mention obsolete use of
353 opt-plist.
354 (JavaScript support): Don't mention the org-jsinfo.el file as it
355 has been merged with ox-html.el.
356
357 * org.texi (Installation, Feedback, Setting Options)
358 (Code evaluation security, org-crypt.el): Use @lisp instead of
359 @example.
360 (Agenda commands): Use @table instead of @example.
361
362 * org.texi (Adding hyperlink types): New appendix.
363
364 * org.texi (ODT export commands, Extending ODT export)
365 (Applying custom styles, Images in ODT export)
366 (Labels and captions in ODT export)
367 (Literal examples in ODT export)
368 (Configuring a document converter)
369 (Working with OpenDocument style files)
370 (Customizing tables in ODT export)
371 (Validating OpenDocument XML): Fix options names.
372
373 * org.texi (History and Acknowledgments): Update acknowledgments
374 to Nicolas. Add Nicolas Goaziou to the list of contributors.
375
376 * org.texi (System-wide header arguments): Don't use "customizing"
377 for setting a variable. Also remove comments.
378
379 * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
380 `org-agenda-start-on-weekday' to the variable index and document
381 them.
382
383 * org.texi (Sparse trees, Agenda commands)
384 (@LaTeX{} fragments, Selective export, Export options)
385 (The export dispatcher, ASCII/Latin-1/UTF-8 export)
386 (HTML Export commands, @LaTeX{}/PDF export commands)
387 (iCalendar export, Publishing options, Triggering publication)
388 (In-buffer settings): Update to reflect changes from the new
389 export engine.
390
391 * org.texi (Matching tags and properties): More examples.
392 Explain group tags expansion as regular expressions.
393
394 * org.texi (Tag groups): New section.
395
396 * org.texi (Setting tags): Tiny formatting fixes.
397
398 * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
399 names.
400
401 * org.texi (Storing searches): Add "agenda" and "agenda*" to the
402 concept index. Include example for these agenda views.
403 (Special agenda views): Mention the "agenda*" agenda view.
404
405 * org.texi (Repeated tasks): Document how to ignore a repeater
406 when using both a scheduled and a deadline timetamp.
407
408 * org.texi (Global and local cycling): Wrap in a new subsection.
409 (Initial visibility, Catching invisible edits): New subsections.
410
411 * org.texi (Visibility cycling): Mention that
412 `org-agenda-inhibit-startup' will prevent visibility setting when
413 the agenda opens an Org file for the first time.
414
415 * org.texi (Org syntax): New section.
416
417 * org.texi (Orgstruct mode):
418 Document `orgstruct-heading-prefix-regexp'.
419
420 * org.texi (Speeding up your agendas): New section.
421
422 * org.texi (Installation): When installing Org from ELPA, users
423 should do this from an Emacs session where no .org file has been
424 visited.
425
426 * org.texi (CSS support, In-buffer settings): Update HTML options
427 names.
428
429 * org.texi (Structure editing): Update documentation for
430 `org-insert-heading-or-item'.
431 (Plain lists, Relative timer): Update index entry.
432
433 * org.texi (JavaScript support): Update variable names.
434
435 * org.texi (comments): Minor formatting fix.
436
437 * org.texi (@LaTeX{} fragments): Minor enhancement.
438
439 * org.texi: Update the list contributions.
440
441 * org.texi (Agenda commands): Exporting the agenda to an .org file
442 will not copy the subtrees and the inherited tags.
443 Document `org-agenda-filter-by-regexp'.
444
445 * org.texi (Publishing action, Complex example): Fix names of
446 publishing functions.
447
448 * org.texi (Top, Exporting): Delete references to Freemind.
449 (Freemind export): Delete section.
450
451 * org.texi (Top, Exporting): Delete references to the XOXO export.
452 (XOXO export): Delete section.
453
454 * org.texi (Capture): Mention that org-remember.el is not
455 supported anymore.
456
457 * org.texi (Top, Exporting, Beamer class export):
458 Delete references to the TaskJuggler export.
459 (History and Acknowledgments): Mention that the TaskJuggler has
460 been rewritten by Nicolas and now lives in the contrib/ directory
461 of Org's distribution. Mention that Jambunathan rewrote the HTML
462 exporter. Remove Jambunathan from my own acknowledgments.
463 (TaskJuggler export): Delete.
464
465 * org.texi (HTML preamble and postamble)
466 (Tables in HTML export, Images in HTML export)
467 (Math formatting in HTML export, CSS support)
468 (@LaTeX{} and PDF export, Publishing options): Fix the names of
469 the HTML export and publishing options.
470
471 * org.texi (Literal examples, Export options)
472 (@LaTeX{} and PDF export, Header and sectioning)
473 (Publishing options): Fix LaTeX options names.
474
475 * org.texi (Export options, CSS support, In-buffer settings):
476 Fix references to HTML_LINK_* and HTML_STYLE keywords.
477
478 * org.texi (Export options, In-buffer settings): Fix references to
479 #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
480
481 * org.texi (Top, Markup, Initial text, Images and tables)
482 (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
483 (Export options, JavaScript support, Beamer class export):
484 Remove references to the DocBook export, which has been deleted.
485 (History and Acknowledgments): Mention that DocBook has been
486 deleted, suggest to use the Texinfo exporter instead, then to
487 convert the .texi to DocBook with makeinfo.
488 (Links in ODT export, Tables in ODT export): Fix indices.
489
490 * org.texi (Deadlines and scheduling): Add a variable to the
491 index. Add documentation about delays for scheduled tasks.
492
493 * org.texi (Emphasis and monospace):
494 Mention `org-fontify-emphasized-text' and
495 `org-emphasis-regexp-components'.
496
497 * org.texi (References): Small enhancement.
498
499 * org.texi (Column width and alignment): Make the example visually
500 more clear.
501
502 * org.texi (The clock table): Document :mstart and :wstart as a
503 way to set the starting day of the week.
504
505 * org.texi (In-buffer settings): Document new startup keywords.
506 Thanks to John J Foerch for this idea.
507
508 * org.texi (Include files): Tiny formatting fix.
509
510 * org.texi (Activation): Point to the "Conflicts" section.
511
512 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com>
513
514 * org.texi (CSS support): Clarify this section.
515
516 * org.texi (@LaTeX{} specific attributes): Document that tabu and
517 tabularx packages are not in the default set of packages.
518
519 * org.texi (Agenda commands): Document fortnight view.
520
521 * org.texi: Document conflict with ecomplete.el.
522
523 * org.texi (History and Acknowledgments): Acknowledgements for
524 Jason Dunsmore and Rakcspace.
525
526 * org.texi: Rename org-crypt.el node to org-crypt.
527
528 * org.texi (A @LaTeX{} example): Fix typo in variable name.
529
530 * org.texi (MobileOrg): Mention the new iPhone developer.
531
532 * org.texi (Table of contents) Improve documentation of TOC
533 placement.
534
535 * org.texi: Explain that date/time information at read-date prompt
536 should start at the beginning, not anywhere in the middle of a
537 long string.
538
539 2013-11-12 Christopher Schmidt <christopher@ch.ristopher.com>
540
541 * org.texi (Orgstruct mode): Fix wrong regexp.
542
543 2013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
544
545 * org.texi: Document export to (X)HTML flavors.
546
547 2013-11-12 Eric Schulte <schulte.eric@gmail.com>
548
549 * org.texi (Extracting source code): Mention the prefix argument
550 to org-babel-tangle.
551 (noweb): Remove erroneous negative.
552 (Specific header arguments): Document new header arguments.
553 Documentation for new tangle-mode header argument.
554 (Top): Documentation for new tangle-mode header argument.
555 (rownames): Documentation for new tangle-mode header argument.
556 Mention elisp as special rowname case.
557 (tangle-mode): Documentation for new tangle-mode header argument.
558 (post): Documentation and an example of usage.
559 (var): Remove the "Alternate argument syntax" section from the
560 documentation.
561 (hlines): Note that :hline has no effect for Emacs Lisp code
562 blocks.
563
564 2013-11-12 Feng Shu <tumashu@gmail.com>
565
566 * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
567 (Math formatting in HTML export)
568 (Working with @LaTeX{} math snippets): Add document about creating
569 formula image with imagemagick.
570
571 * org.texi (@LaTeX{} specific attributes): Document `:caption'
572 attribute of #+ATTR_LATEX.
573
574 2013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com>
575
576 * org.texi (Handling links): Fix a typo in
577 `org-startup-with-inline-images' documentation.
578
579 * org.texi (Previewing @LaTeX{} fragments): Document the startup
580 keywords to use for previewing LaTeX fragments or not.
581 (Summary of in-buffer settings): Improve formatting and add an
582 entry for the variable `org-startup-with-latex-preview'.
583
584 * org.texi (Property syntax): Recall the user to refresh the org
585 buffer when properties are set on a per-file basis.
586
587 2013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change)
588
589 * org.texi (Matching tags and properties): Clarification.
590
591 2013-11-12 Ippei Furuhashi <top.tuna+orgmode@gmail.com>
592
593 * org.texi (Editing and debugging formulas): Add an example when a
594 table has multiple #+TBLFM lines.
595
596 2013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change)
597
598 * org.texi (The clock table): Document acceptance of relative
599 times in tstart and tend, link to syntax description and provide
600 example.
601
602 2013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi>
603
604 * org.texi (The spreadsheet): Document lookup functions.
605
606 2013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
607
608 * org.texi (CSS support): Mention .figure-number, .listing-number,
609 and .table-number.
610
611 2013-11-12 Michael Brand <michael.ch.brand@gmail.com>
612
613 * org.texi
614 (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
615 spreadsheet formula mode strings and some examples from @example
616 block with xy @r{yz} to @table.
617
618 * org.texi (Formula syntax for Calc): Improve the documentation of
619 empty fields in formulas for spreadsheet. Add explanation and
620 example for empty field. Extend explanations of format
621 specifiers. Add a sentence to mention Calc defmath.
622
623 * org.texi (Column formulas): Add a sentence to be more explicit
624 about when a table header is mandatory.
625
626 2013-11-12 Nicolas Goaziou <n.goaziou@gmail.com>
627
628 * org.texi (Subscripts and superscripts): Remove reference to
629 quoted underscores until this mechanism is implemented again.
630
631 * org.texi (Beamer export): Be more accurate about BEAMER_OPT
632 property.
633
634 * org.texi (Document title): Subtree export is no longer triggered
635 by marking one as the region.
636 (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
637 giving examples isn't very useful: "horizontal rule" is, at least,
638 as explicit as <hr/>.
639
640 * org.texi (HTML doctypes): Reflect keyword removal.
641 (CSS support): Reflect keyword removal.
642
643 * org.texi (@LaTeX{} specific attributes): Document new :float
644 values.
645
646 * org.texi (Export settings): Improve documentation.
647
648 * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
649 (Text areas in HTML export): Update text areas.
650 (HTML Export commands): Update export commands.
651
652 * org.texi (Header and sectioning): Add a footnote about the
653 different between LATEX_HEADER_EXTRA and LATEX_HEADER.
654
655 * org.texi (The Export Dispatcher):
656 Document `org-export-in-background'.
657
658 * org.texi (Footnotes): Export back-ends do not use
659 `org-footnote-normalize' anymore.
660
661 * org.texi: Document variable changes.
662
663 * org.texi (Export settings): Doument p: item in OPTIONS keyword.
664
665 * org.texi (Exporting): Massive rewrite of the first sections.
666 (Selective export): Delete.
667 (The Export Dispatcher): Rewrite.
668 (Export options): Rewrite as "Export settings".
669
670 * org.texi: Small changes to documentation for embedded LaTeX.
671
672 * org.texi (Internal links): Document #+NAME keyword and
673 cross-referencing during export.
674
675 * org.texi (Include files): Remove reference to :prefix1
676 and :prefix. Give more details for :minlevel.
677
678 * org.texi (Macro replacement): Fix macro name.
679 Update documentation about possible locations and escaping mechanism.
680
681 * org.texi (Table of contents): Update documentation.
682 Document lists of listings and lists of tables. Add documentation for
683 optional title and #+TOC: keyword.
684
685 2013-11-12 Rick Frankel <rick@rickster.com>
686
687 * org.texi (results): Add Format section, broken out of Type
688 section to match code.
689 (hlines, colnames): Remove incorrect Emacs Lisp exception.
690 Note that the actual default handling (at least for python and
691 emacs-lisp) does not seem to match the description.
692
693 2013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change)
694
695 * org.texi (The date/time prompt): Update the documentation to
696 reflect the new way `org-read-date-get-relative' handles weekdays.
697
698 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com>
699
700 * org.texi (Resolving idle time):
701 Document `org-clock-x11idle-program-name'.
702
703 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
704
705 * ert.texi (Running Tests Interactively): Adapt examle output.
706 (Tests and Their Environment): Mention skip-unless.
707
708 2013-10-23 Glenn Morris <rgm@gnu.org>
709
710 * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
711 * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
712 * widget.texi: Nuke @refill.
713
714 * Makefile.in (install-dvi, install-html, install-pdf)
715 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
716 (uninstall-pdf): Quote entities that might contain whitespace.
717
718 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
719
720 * calc.texi (Data Type Formats): Don't specify the size at
721 which integers begin to be represented by lists.
722
723 2013-10-14 Xue Fuqiao <xfq.free@gmail.com>
724
725 * cl.texi (Argument Lists): Add indexes for &key and &aux.
726
727 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
728
729 * trampver.texi: Update release number.
730
731 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
732
733 Sync with Tramp 2.2.8.
734
735 * tramp.texi (External packages): Use `non-essential'.
736 * trampver.texi: Update release number.
737
738 2013-09-14 Glenn Morris <rgm@gnu.org>
739
740 * eshell.texi: Markup fixes.
741
742 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
743
744 * ido.texi (Interactive Substring Matching): Use @key{RET} instead
745 of @kbd{RET}.
746 (Prefix Matching): Add an index.
747
748 2013-09-08 Glenn Morris <rgm@gnu.org>
749
750 * emacs-gnutls.texi: Tweak direntry.
751
752 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
753
754 * tramp.texi (Alternative Syntax): Remove chapter.
755
756 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
757
758 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
759 for portability to hosts where /bin/sh has problems.
760
761 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
762
763 Try to reduce redundancy in doc/misc/Makefile.in.
764 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
765 (TARGETS): New intermediate variable.
766 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
767
768 2013-08-27 Glenn Morris <rgm@gnu.org>
769
770 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
771
772 * efaq.texi: Rename from faq.texi, to match its output files.
773 * Makefile.in: Update for faq.texi name change.
774
775 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
776
777 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
778
779 * efaq-w32.texi: Move here from the web-pages repository.
780 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
781 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
782 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
783 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
784 Add DOCMISC_*_W32 variables.
785 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
786 (efaq_w32_deps): New variable.
787 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
788 (efaq-w32.pdf, efaq-w32.html): New rules.
789 (clean): Remove efaq-w32 products.
790
791 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
792
793 * texinfo.tex: Update from gnulib.
794
795 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
796
797 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
798 shift_jis from the default value set to mm-coding-system-priorities for
799 Japanese users.
800
801 2013-08-13 Glenn Morris <rgm@gnu.org>
802
803 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
804 (Options - Defining Label Environments, Options - Creating Labels)
805 (Options - Referencing Labels, Options - Creating Citations)
806 (Options - Index Support, Options - Viewing Cross-References)
807 (Options - Finding Files, Options - Optimizations)
808 (Options - Fontification, Options - Misc):
809 * cc-mode.texi (Sample Init File):
810 * edt.texi (Init file):
811 * epa.texi (Encrypting/decrypting gpg files):
812 * mairix-el.texi (About, Setting up the mairix interface, Using)
813 (Extending):
814 Rename nodes to avoid characters that can cause Texinfo problems.
815
816 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
817
818 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
819
820 2013-08-12 Glenn Morris <rgm@gnu.org>
821
822 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
823 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
824 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
825 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
826 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
827 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
828 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
829 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
830 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
831 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
832 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
833 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
834 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
835
836 * woman.texi (Top): Avoid mailto: in html output.
837
838 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
839 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
840 (INSTALL_DATA): New, set by configure.
841 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
842 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
843 install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
844 uninstall-ps, and uninstall-doc.
845 (.SUFFIXES): Add .ps and .dvi.
846 (.dvi.ps): New suffix rule.
847 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
848 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
849 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
850 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
851 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
852 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
853 (ido.html, mairix-el.html, message.html, mh-e.html)
854 (newsticker.html, nxml-mode.html, org.html, pgg.html)
855 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
856 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
857 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
858 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
859 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
860 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
861 New rules.
862 (clean): Remove HTML_TARGETS and PS_TARGETS.
863
864 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
865
866 * ido.texi (Working Directories):
867 (Flexible Matching, Regexp Matching, Find File At Point)
868 (Ignoring, Misc Customization): Use @defopt for user options.
869
870 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
871
872 * htmlfontify.texi (Customization): Remove documentation of
873 `hfy-fast-lock-save'. Minor fixes.
874
875 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
876
877 * ido.texi (Top): Insert node "Working Directories" in menu.
878 (Working Directories): New node.
879 (Misc Customization): Add documentation of
880 `ido-confirm-unique-completion' and some other user options.
881
882 2013-08-07 Eli Zaretskii <eliz@gnu.org>
883
884 * todo-mode.texi: Update @dircategory.
885 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
886 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
887 @ref.
888
889 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
890
891 * sc.texi (Introduction): Fix index.
892 (Usage Overview):
893 (Citations, Citation Elements, Recognizing Citations)
894 (Information Keys and the Info Alist, Reference Headers)
895 (The Built-in Header Rewrite Functions)
896 (Electric References, Reply Buffer Initialization)
897 (Filling Cited Text, Selecting an Attribution)
898 (Attribution Preferences)
899 (Anonymous Attributions, Author Names)
900 (Using Regi, Post-yank Formatting Commands)
901 (Citing Commands, Insertion Commands)
902 (Mail Field Commands)
903 (Hints to MUA Authors, Thanks and History): Change from one space
904 between sentences to two.
905 (What Supercite Does): Typo fix.
906
907 * newsticker.texi (Usage): Use @key for RET.
908
909 * cl.texi (Argument Lists):
910 (For Clauses):
911 (Macros): Add indexes.
912
913 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
914
915 * cl.texi (Blocks and Exits): Add an index.
916
917 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
918
919 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
920 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
921 (todo-mode.dvi, todo-mode.pdf): New rules.
922
923 * todo-mode.texi: New file.
924
925 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
926
927 * gnus.texi (Basic Usage): Mention that warp means jump here.
928 (The notmuch Engine): Mention notmuch.
929
930 2013-07-30 Tassilo Horn <tsdh@gnu.org>
931
932 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
933 `gnus-subthread-sort-functions' and remove the obsolete documentation
934 of `gnus-sort-threads-recursively'.
935
936 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
937
938 * texinfo.tex: Update to 2012-07-29.17 version.
939
940 2013-07-29 David Engster <deng@randomsample.de>
941
942 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
943 implementation.
944 (Introduction): Add further missing features.
945 (Building Classes): Add introductory paragraph.
946 (Wish List): Add metaclasses and EQL specialization.
947
948 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
949
950 * tramp.texi (Frequently Asked Questions):
951 Mention `tramp-use-ssh-controlmaster-options'.
952
953 2013-07-26 Tassilo Horn <tsdh@gnu.org>
954
955 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
956 `gnus-sort-threads-recursively'.
957
958 2013-07-25 Glenn Morris <rgm@gnu.org>
959
960 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
961 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
962
963 * erc.texi (Special Features): Update contact information.
964 (History): Avoid using @email.
965
966 * eshell.texi (Bugs and ideas): Minor updates.
967
968 * faq.texi (Reporting bugs, Origin of the term Emacs)
969 (Setting up a customization file)
970 (Using an already running Emacs process, Turning off beeping)
971 (Packages that do not come with Emacs)
972 (Replying to the sender of a message): Avoid using @email.
973
974 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
975
976 * reftex.texi (Imprint): Avoid using @email.
977
978 * ses.texi (Top): Update bug reporting instructions.
979 (Acknowledgments): Avoid using @email.
980
981 * woman.texi (Introduction, Background): Remove outdated information.
982 (Bugs, Acknowledgments): Avoid using @email.
983
984 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
985
986 * ido.texi: New file.
987
988 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
989
990 * gnus.texi (Customizing Articles): Document function predicates.
991
992 2013-07-08 Tassilo Horn <tsdh@gnu.org>
993
994 * gnus.texi (lines): Correct description of
995 `gnus-registry-track-extra's default value.
996 Mention `gnus-registry-remove-extra-data'.
997
998 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
999
1000 * gnus.texi (Group Parameters): Mention regexp
1001 substitutions (bug#11688).
1002
1003 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1004
1005 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
1006
1007 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1008
1009 * gnus.texi (Emacsen): Fix version.
1010
1011 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
1012
1013 2013-07-06 Glenn Morris <rgm@gnu.org>
1014
1015 * mh-e.texi: Fix external links.
1016 (Using This Manual): Printed elisp manuals no longer available.
1017
1018 * newsticker.texi (Overview): Update URL.
1019
1020 * nxml-mode.texi (Introduction): Update URL.
1021
1022 * org.texi (JavaScript support): Fix URL.
1023
1024 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
1025
1026 * eudc.texi (CCSO PH/QI): Remove defunct URL.
1027
1028 * dbus.texi (Introspection): Update URL to a less defunct one.
1029
1030 * gnus.texi (Top): Restrict "Other related manuals" to info output.
1031 (Foreign Groups): Use @indicateurl for examples.
1032 (Direct Functions): Remove defunct URL.
1033 (RSS): Update URL.
1034
1035 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
1036 (FAQ 7-1): Update URL.
1037
1038 * pgg.texi (Top, Overview): Add note about obsolescence.
1039
1040 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
1041
1042 * texinfo.tex: Merge from gnulib.
1043
1044 2013-07-03 Glenn Morris <rgm@gnu.org>
1045
1046 * bovine.texi (top):
1047 * cc-mode.texi (AWK Mode Font Locking):
1048 * mh-e.texi (Preface):
1049 * url.texi (URI Parsing): Fix cross-references to other manuals.
1050
1051 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1052
1053 * gnus.texi (Client-Side IMAP Splitting):
1054 Note that `nnimap-inbox' now can be a list.
1055
1056 2013-06-24 Glenn Morris <rgm@gnu.org>
1057
1058 * eshell.texi: Fix cross-references to other manuals.
1059
1060 2013-06-23 Glenn Morris <rgm@gnu.org>
1061
1062 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
1063 Remove; not needed now we use a standard html layout for the faq.
1064 (clean): Remove HTML_TARGETS, emacs-faq.text.
1065
1066 2013-06-21 Eduard Wiebe <usenet@pusto.de>
1067
1068 * flymake.texi (Parsing the output, Customizable variables):
1069 Add reference to `flymake-warning-predicate'.
1070
1071 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
1072
1073 * tramp.texi (Top, Configuration): Insert section `Predefined
1074 connection information' in menu.
1075 (Predefined connection information): New section.
1076 (Android shell setup): Make a reference to `Predefined connection
1077 information'.
1078
1079 2013-06-19 Glenn Morris <rgm@gnu.org>
1080
1081 * Makefile.in (version): New, set by configure.
1082 (clean): Delete dist tar file.
1083 (infoclean): New, split from maintainer-clean.
1084 (maintainer-clean): Run infoclean.
1085 (dist): New rule, to make tarfile for www.gnu.org.
1086
1087 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1088
1089 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
1090 for keys q and Q.
1091 (Standards): Reference RFC5804 as the defining document of the
1092 managesieve protocol.
1093
1094 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
1095
1096 * eshell.texi (Input/Output): Expand to cover new visual-command
1097 options, eshell-visual-subcommands and eshell-visual-options.
1098 Divide into separate Visual Commands and Redirection sections.
1099
1100 2013-06-10 Glenn Morris <rgm@gnu.org>
1101
1102 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
1103
1104 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1105
1106 * gnus.texi (Article Date):
1107 Fix description of gnus-article-update-date-headers.
1108
1109 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
1110
1111 * erc.texi (Special Features): ERC is being maintained within
1112 Emacs now.
1113
1114 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
1115
1116 * flymake.texi: Change from one space between sentences to two.
1117
1118 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * cl.texi (Obsolete Macros): Describe replacements for `flet'
1121 (bug#14293).
1122
1123 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
1124
1125 * tramp.texi (Frequently Asked Questions): Precise, how to define
1126 an own ControlPath.
1127
1128 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1129
1130 * tramp.texi (Frequently Asked Questions): New item for
1131 ControlPath settings.
1132
1133 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
1134
1135 * calc.texi (Basic Operations on Units): Streamline some
1136 descriptions.
1137
1138 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1139
1140 * eshell.texi (Built-ins): Update manual to mention tramp module.
1141
1142 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1143
1144 * tramp.texi (Filename Syntax): Host names are not allowed to be
1145 any method name, unless method name is specified explicitly.
1146 Remove restriction on unibyte filenames.
1147
1148 * trampver.texi: Update release number.
1149
1150 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
1151
1152 doc: convert some TeX accents to UTF-8
1153 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
1154 '@"{@dotless{i}}'.
1155
1156 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1157
1158 Sync with Tramp 2.2.7.
1159
1160 * trampver.texi: Update release number.
1161
1162 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
1163
1164 * calc.texi (Basic Operations on Units): Streamline some
1165 descriptions.
1166
1167 2013-03-08 Glenn Morris <rgm@gnu.org>
1168
1169 * faq.texi (Top): Don't say this was updated @today.
1170 That's irrelevant and leads to spurious diffs.
1171
1172 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1173
1174 * calc.texi (Basic Operations on Units):
1175 Fix cross-reference.
1176
1177 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1178
1179 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
1180
1181 2013-03-06 Alan Mackenzie <acm@muc.de>
1182
1183 * cc-mode.texi (Custom Line-Up): Clarify position of point on
1184 calling a line-up function.
1185
1186 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1187
1188 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
1189 * ses.texi: Switch from Latin-1 to UTF-8.
1190
1191 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1192
1193 * tramp.texi (External methods): Tramp does not connect Android
1194 devices by itself.
1195
1196 2013-03-02 Bill Wohler <wohler@newt.com>
1197
1198 Release MH-E manual version 8.5.
1199
1200 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1201 release 8.5.
1202
1203 * mh-e.texi (Preface, Conventions, Getting Started)
1204 (Using This Manual, Folder Selection, Viewing, Aliases)
1205 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
1206 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
1207 Update URLs.
1208
1209 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1210
1211 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
1212 and "plink2" entries. "plink2" is obsolete for a long time.
1213 (External methods): Remove "scp1" and "scp2" entries.
1214 Explain user name and host name specification for "adb".
1215
1216 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1217
1218 * tramp.texi (External methods): Mention `tramp-adb-program'.
1219
1220 2013-02-28 Bastien Guerry <bzg@gnu.org>
1221
1222 * org.texi (Visibility cycling): Suggest to set
1223 `org-agenda-inhibit-startup' to nil if user wants the startup
1224 visibility settings to be honored in any circumstances.
1225 (Progress logging, Checkboxes): Fix typos.
1226
1227 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1228
1229 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
1230 the macros, for Texinfo 4.13 and 5.0.
1231
1232 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
1233
1234 Port Tramp documentation to Texinfo 5.0.
1235 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
1236 (Filename Syntax): Do not use @trampfn{} in @item.
1237 (Filename completion): Use @columnfractions in @multitable.
1238
1239 2013-02-22 Glenn Morris <rgm@gnu.org>
1240
1241 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
1242
1243 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1244
1245 * Makefile.in (html): New rule.
1246
1247 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
1248
1249 * tramp.texi (Android shell setup): Improve. Reported by Thierry
1250 Volpiatto <thierry.volpiatto@gmail.com>.
1251
1252 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1253
1254 * tramp.texi (Top, Configuration): Insert section `Android shell
1255 setup' in menu.
1256 (Android shell setup): New section.
1257 (Connection types, Default Method)
1258 (Frequently Asked Questions): Mention "scp" instead of "scpc".
1259 (External methods): Remove "scpc" and "rsyncc" entries.
1260 (Frequently Asked Questions): Remove entry about ControlPersist.
1261
1262 2013-02-13 Glenn Morris <rgm@gnu.org>
1263
1264 * message.texi (News Headers): Don't mention yow any more.
1265
1266 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1267
1268 * calc.texi (Basic Operations on Units):
1269 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
1270
1271 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1272
1273 * eshell.texi: Fill most of the missing sections.
1274
1275 2013-02-07 Bastien Guerry <bzg@gnu.org>
1276
1277 * org.texi (References): Clarify an example.
1278 (Installation): Fix instructions.
1279 (Org-Plot): Fix link.
1280 (Checkboxes, Radio lists): Fix typos.
1281
1282 2013-02-07 Glenn Morris <rgm@gnu.org>
1283
1284 * cl.texi (Equality Predicates): Mention memql.
1285
1286 2013-02-07 Eric Ludlam <zappo@gnu.org>
1287
1288 * ede.texi (Creating a project): Make ede-new doc less
1289 specific, and only about items it supports, indicating that there
1290 might be more. Remove refs to simple project and direct automake
1291 from ede new.
1292 (Simple projects): Re-write to not talk about ede-simple-project
1293 which is deprecated, and instead use the term to mean projects
1294 that don't do much management, just project wrapping.
1295 Add ede-generic-project link.
1296 (ede-generic-project): New node (bug#11441).
1297
1298 2013-02-07 Glenn Morris <rgm@gnu.org>
1299
1300 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
1301
1302 2013-02-01 Glenn Morris <rgm@gnu.org>
1303
1304 * calc.texi (Help Commands): Update calc-view-news description.
1305 Mention etc/CALC-NEWS.
1306
1307 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1308
1309 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
1310
1311 2013-01-13 Bastien Guerry <bzg@gnu.org>
1312
1313 * org.texi (Installation): Simplify.
1314
1315 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
1316
1317 * org.texi (Handling links): Update the mention to the obsolete
1318 variable `org-link-to-org-use-id' with a mention to the newer
1319 variable `org-id-link-to-org-use-id'. Mention the need to load
1320 the org-id library.
1321
1322 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1323
1324 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
1325
1326 2013-01-09 Bastien Guerry <bzg@gnu.org>
1327
1328 * org.texi (Pushing to MobileOrg): Add footnote about using
1329 symbolic links in `org-directory'.
1330 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
1331 of the now obsolete alias `org-float'.
1332 (TODO basics): Add `org-use-fast-todo-selection' to the variable
1333 index. Fix description of TODO keywords cycling.
1334 (Advanced features): Add missing argument for @item.
1335 (Storing searches): Add index entries and a note about
1336 *-tree agenda views.
1337 (Structure editing): Document `org-mark-element' and
1338 `org-mark-subtree'.
1339 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
1340
1341 2013-01-08 Juri Linkov <juri@jurta.org>
1342
1343 * info.texi (Go to node): Mention the abbreviated format
1344 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
1345
1346 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
1347
1348 * autotype.texi: Remove undefined command @subtitlefont.
1349 * cc-mode.texi: Likewise.
1350
1351 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
1352 @item argument.
1353 (Property searches): Use \\ instead of @backslashchar{}.
1354 * pgg.texi (VERSION): Move @set below @setfilename.
1355
1356 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
1357
1358 * ada-mode.texi: Remove braces from @title argument.
1359 * eudc.texi: Likewise.
1360 * smtpmail.texi: Likewise.
1361 * auth.texi (VERSION): Set before first use.
1362 * emacs-gnutls.texi (VERSION): Likewise.
1363 * pgg.texi (VERSION): Likewise.
1364 * ede.texi (Top): Rename from top, all uses changed.
1365 * eshell.texi: Add missing argument to @sp.
1366 * forms.texi (Top): Reorder menu to match structure.
1367 * htmlfontify.texi (Customisation): Add missing @item in
1368 @enumerate.
1369 * org.texi (Advanced features): Add missing argument for @item.
1370 (Property searches): Use @backslashchar{} in macro argument.
1371 * pcl-cvs.texi: Add missing argument to @sp.
1372 (Movement commands): Fix use of @itemx.
1373 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
1374 * reftex.texi (Options (Creating Citations)): Add missing newline
1375 before @end.
1376 * tramp.texi (Obtaining Tramp): Remove extra dots.
1377 (Configuration): Reorder menu to match structure.
1378 (Remote shell setup): Replace literal NUL character by \0.
1379 * viper.texi (Marking): Add missing argument for @item.
1380
1381 2013-01-04 Glenn Morris <rgm@gnu.org>
1382
1383 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
1384 Add htmlfontify.
1385 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
1386 (htmlfontify.dvi, htmlfontify.pdf): New targets.
1387 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
1388 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
1389
1390 * htmlfontify.texi: Miscellaneous fixes and updates.
1391 Set copyright to FSF, update license to GFDL 1.3+.
1392
1393 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
1394
1395 * htmlfontify.texi: New file.
1396
1397 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1398
1399 * calc.texi (Free-Form Dates): Expand on the date reading
1400 algorithm.
1401
1402 2012-12-27 Glenn Morris <rgm@gnu.org>
1403
1404 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
1405 Avoid some overfull lines.
1406
1407 * widget.texi (Programming Example): Break some long lines.
1408
1409 * wisent.texi (Wisent Overview): Fix xref.
1410 (Grammar format, Understanding the automaton): Avoid overfill.
1411
1412 * bovine.texi (Optional Lambda Expression): Allow line break.
1413
1414 * auth.texi (Help for users): Break long lines.
1415
1416 * ada-mode.texi (Project file variables):
1417 Reword to reduce underfull hbox.
1418 (No project files, Use GNAT project file):
1419 Use smallexample to make some overfull lines less terrible.
1420
1421 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
1422 Fix cross-references to separate manuals.
1423
1424 * Makefile.in (gfdl): New variable. Use throughout where
1425 appropriate so that targets depend on doclicense.texi.
1426
1427 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1428
1429 * gnus.texi (Customizing the IMAP Connection): Mention the other
1430 authenticators.
1431
1432 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1433
1434 * gnus.texi (Browse Foreign Server):
1435 Document `gnus-browse-delete-group'.
1436
1437 2012-12-22 Glenn Morris <rgm@gnu.org>
1438
1439 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
1440 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
1441 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
1442 * widget.texi, wisent.texi: Nuke hand-written node pointers.
1443
1444 * Makefile.in (gfdl): New variable. Use throughout where
1445 appropriate so that targets depend on doclicense.texi.
1446
1447 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1448
1449 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
1450 doclicense.texi. Remove doclicense.texi from all targets that
1451 mentioned it explicitly.
1452 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
1453 $(emacsdir)/emacsver.texi.
1454 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
1455
1456 2012-12-21 Glenn Morris <rgm@gnu.org>
1457
1458 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
1459 Include emacsver.texi. Nuke hand-written node pointers.
1460 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
1461 Depend on emacsver.texi.
1462
1463 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
1464 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
1465 May as well just include doclicense.texi in everything.
1466
1467 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
1468 which @copying says is included.
1469
1470 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
1471 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
1472 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
1473 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
1474 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
1475 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
1476 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
1477 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
1478 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
1479 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
1480 * widget.texi, wisent.texi, woman.texi: Do not mention buying
1481 copies from the FSF, which does not publish these manuals.
1482
1483 * erc.texi: No need to include gpl in this small manual.
1484
1485 * org.texi (copying): Include a copy of the GFDL.
1486 (GNU Free Documentation License): New section.
1487
1488 2012-12-21 Bastien Guerry <bzg@gnu.org>
1489
1490 * org.texi: Fix typos.
1491
1492 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
1493
1494 * calc.texi (ISO 8601): Rename from ISO-8601,
1495 as it's typically spelled without a hyphen.
1496
1497 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1498
1499 * calc.texi (ISO-8601): New section.
1500 (Date Formatting Codes): Mention new codes.
1501 (Standard Date Formats): Mention new formats.
1502
1503 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
1504
1505 * tramp.texi (External methods): Move `adb' method here.
1506
1507 2012-12-13 Glenn Morris <rgm@gnu.org>
1508
1509 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
1510
1511 * wisent.texi: Small edits. Set copyright to FSF, update license to
1512 GFDL 1.3+.
1513 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
1514 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
1515 New targets.
1516 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
1517 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
1518
1519 * bovine.texi: Small edits. Set copyright to FSF, update license to
1520 GFDL 1.3+, remove empty index.
1521 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
1522 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
1523 New targets.
1524 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
1525 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
1526
1527 2012-12-13 Eric Ludlam <zappo@gnu.org>
1528 David Ponce <david@dponce.com>
1529 Richard Kim <emacs18@gmail.com>
1530
1531 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
1532
1533 2012-12-13 Glenn Morris <rgm@gnu.org>
1534
1535 * flymake.texi (Customizable variables, Locating the buildfile):
1536 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
1537
1538 * srecode.texi: Small edits. Set copyright to FSF, add explicit
1539 GFDL 1.3+ license, fix up index.
1540 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
1541 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
1542 (srecode.pdf): New targets.
1543 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
1544 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
1545
1546 2012-12-13 Eric Ludlam <zappo@gnu.org>
1547
1548 * srecode.texi: New file, imported from CEDET trunk.
1549
1550 2012-12-13 Bastien Guerry <bzg@gnu.org>
1551
1552 * org.texi (Summary, Code block specific header arguments)
1553 (Code block specific header arguments)
1554 (Header arguments in function calls, var, noweb)
1555 (Results of evaluation, Code evaluation security):
1556 Small reformatting: add a blank line before some example.
1557
1558 * org.texi (System-wide header arguments)
1559 (Header arguments in Org mode properties, Conflicts)
1560 (Dynamic blocks, Using the mapping API):
1561 Fix indentation of Elisp code examples.
1562
1563 * org.texi (Comment lines): Fix description of the comment syntax.
1564
1565 * org.texi (Installation): Mention "make test" in the correct section.
1566
1567 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1568
1569 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1570 These are just minor editorial changes.
1571
1572 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
1573
1574 * tramp.texi (History): Mention ADB.
1575 (Inline methods): Add `adb' method.
1576
1577 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
1578
1579 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
1580 (External methods): Fix typo.
1581
1582 2012-12-03 Glenn Morris <rgm@gnu.org>
1583
1584 * rcirc.texi (Notices): Fix typo.
1585
1586 2012-11-25 Bill Wohler <wohler@newt.com>
1587
1588 Release MH-E manual version 8.4.
1589
1590 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
1591 Update for release 8.4.
1592
1593 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
1594 (Junk): Add mh-whitelist-preserves-sequences-flag,
1595 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
1596 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
1597
1598 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
1599
1600 * mh-e.texi (Procmail): Fix two @ typos.
1601
1602 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1603
1604 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1605 These are just minor editorial changes.
1606
1607 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
1608
1609 * calc.texi (Date Formatting Codes): Mention the new beginning of
1610 the date numbering system.
1611
1612 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1613
1614 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
1615 (Date Forms): Correct off-by-one error in explanation of
1616 Julian day numbers. Give Gregorian equivalent of its origin.
1617
1618 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1619
1620 * calc.texi (Date Forms): Mention the customizable
1621 Gregorian-Julian switch.
1622 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
1623
1624 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1625
1626 Calc now uses the Gregorian calendar for all dates (Bug#12633).
1627 It also uses January 1, 1 AD as its day number 1.
1628 * calc.texi (Date Forms): Document this.
1629
1630 2012-11-16 Glenn Morris <rgm@gnu.org>
1631
1632 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
1633 (Obsolete Macros): Move example here from Function Bindings.
1634
1635 * erc.texi: Use @code{nil} rather than just "nil".
1636 (Modules): Undocument obsolete "hecomplete".
1637 Add "notifications".
1638 (Connecting): Add brief section on passwords.
1639 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
1640
1641 2012-11-13 Glenn Morris <rgm@gnu.org>
1642
1643 * flymake.texi (Customizable variables)
1644 (Highlighting erroneous lines): Mention flymake-error-bitmap,
1645 flymake-warning-bitmap, and flymake-fringe-indicator-position.
1646
1647 2012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
1648
1649 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
1650 In all file place SES into @acronym{...}.
1651 (Advanced Features): Add key index and function index for
1652 ses-set-header-row. Add description for function
1653 ses-rename-cell. Add description for function
1654 ses-repair-cell-reference-all.
1655 (Ranges in formulas): Add description for ses-range flags.
1656
1657 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
1658
1659 * texinfo.tex: Merge from gnulib.
1660
1661 2012-11-10 Chong Yidong <cyd@gnu.org>
1662
1663 * url.texi (Introduction): Move url-configuration-directory to
1664 Customization node.
1665 (Parsed URIs): Split into its own node.
1666 (URI Encoding): New node.
1667 (Defining New URLs): Remove empty chapter.
1668 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
1669 Improve docs for url-queue-*.
1670 (Supported URL Types): Copyedits. Delete empty subnodes.
1671
1672 * url.texi (Introduction): Rename from Getting Started.
1673 Rewrite the introduction.
1674 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
1675
1676 2012-11-10 Glenn Morris <rgm@gnu.org>
1677
1678 * cl.texi (Obsolete Setf Customization):
1679 Revert defsetf example to the more correct let rather than prog1.
1680 Give define-modify-macro, defsetf, and define-setf-method
1681 gv.el replacements.
1682
1683 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
1684 (Setf Extensions): Remove obsolete reference.
1685 (Obsolete Setf Customization):
1686 Move note on lack of setf functions to lispref/variables.texi.
1687 Undocument get-setf-method, since it no longer exists.
1688 Mention simple defsetf replaced by gv-define-simple-setter.
1689
1690 2012-11-03 Glenn Morris <rgm@gnu.org>
1691
1692 * cl.texi: Further general copyedits.
1693 (List Functions): Remove copy-tree, standard elisp for some time.
1694 (Efficiency Concerns): Comment out examples that no longer apply.
1695 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
1696 (Creating Symbols, Random Numbers): De-emphasize internal
1697 variables cl--gensym-counter and cl--random-state. (Bug#12788)
1698 (Naming Conventions, Type Predicates, Macros)
1699 (Predicates on Numbers): No longer mention cl-floatp-safe.
1700
1701 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1702
1703 * gnus.texi (Mail Source Specifiers):
1704 Document :leave keyword used for pop mail source.
1705
1706 2012-11-01 Glenn Morris <rgm@gnu.org>
1707
1708 * cl.texi: General copyedits for style, line-breaks, etc.
1709 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
1710 (Macro Bindings, Blocks and Exits):
1711 Acknowledge existence of lexical-binding.
1712 (Iteration): Mainly defer to doc of standard dolist, dotimes.
1713
1714 2012-10-31 Glenn Morris <rgm@gnu.org>
1715
1716 * ert.texi (Introduction, The @code{should} Macro):
1717 Refer to "cl-assert" rather than "assert".
1718
1719 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
1720 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
1721 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
1722 Reword, and add details of flet and labels.
1723 (Modify Macros, Function Bindings): Add some xrefs.
1724
1725 2012-10-30 Glenn Morris <rgm@gnu.org>
1726
1727 * cl.texi (Modify Macros): Update for cl-letf changes.
1728 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
1729 (Setf Extensions): Partially restore note about cl-getf,
1730 mainly moved to lispref/variables.texi.
1731 (Property Lists): Fix cl-getf typos.
1732 (Mapping over Sequences): Mention cl-mapc naming oddity.
1733
1734 2012-10-29 Glenn Morris <rgm@gnu.org>
1735
1736 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
1737 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
1738 (Customizing Setf): Move contents to "Obsolete Setf Customization".
1739 (Modify Macros, Multiple Values, Other Clauses):
1740 Remove mentions of obsolete features.
1741 (Obsolete Setf Customization): Don't mention `apply' setf.
1742
1743 2012-10-28 Glenn Morris <rgm@gnu.org>
1744
1745 * cl.texi (Multiple Values, Common Lisp Compatibility):
1746 More namespace updates.
1747 (Obsolete Features): Copyedits.
1748 (Obsolete Lexical Macros, Obsolete Setf Customization):
1749 New subsections.
1750
1751 * cl.texi (Porting Common Lisp, Lexical Bindings):
1752 Add some xrefs to the Elisp manual.
1753
1754 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
1755 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
1756 (Obsolete Features): New appendix. Move Lexical Bindings here.
1757
1758 2012-10-27 Glenn Morris <rgm@gnu.org>
1759
1760 * cl.texi: Use defmac for macros rather than defspec.
1761 (Efficiency Concerns): Related copyedit.
1762
1763 * cl.texi (Control Structure): Update for setf now being in core.
1764 (Setf Extensions): Rename from Basic Setf. Move much of the
1765 former content to lispref/variables.texi.
1766 (Modify Macros): Move pop, push details to lispref/variables.texi.
1767 (Customizing Setf): Copyedits for setf etc being in core.
1768 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
1769 Further namespaces updates.
1770
1771 2012-10-26 Bastien Guerry <bzg@gnu.org>
1772
1773 * org.texi (Installation): Update the link to Org's ELPA.
1774 Also don't mention org-install.el anymore as the replacement file
1775 org-loaddefs.el is now loaded by org.el.
1776
1777 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
1778
1779 * tramp.texi (Frequently Asked Questions):
1780 Mention `tramp-completion-reread-directory-timeout' for performance
1781 improvement.
1782
1783 2012-10-25 Glenn Morris <rgm@gnu.org>
1784
1785 * cl.texi: Don't mess with the TeX section number counter.
1786 Use Texinfo recommended convention for quotes+punctuation.
1787 (Overview, Sequence Functions): Rephrase for better line-breaking.
1788 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
1789 (Macro Bindings, Conditionals, Iteration, Loop Basics)
1790 (Random Numbers, Mapping over Sequences, Structures)
1791 (Porting Common Lisp): Further updates for cl-lib namespace.
1792 (Modify Macros, Declarations, Macro Bindings, Structures):
1793 Break long lines in examples.
1794 (Dynamic Bindings): Update for changed progv behavior.
1795 (Loop Examples, Efficiency Concerns): Markup fixes.
1796 (Structures): Remove TeX margin change.
1797 (Declarations): Fix typos.
1798
1799 2012-10-24 Glenn Morris <rgm@gnu.org>
1800
1801 * cl.texi (Overview, Multiple Values, Creating Symbols)
1802 (Numerical Functions): Say less/nothing about the original cl.el.
1803 (Old CL Compatibility): Remove.
1804 (Assertions): Remove ignore-errors (standard Elisp for some time).
1805
1806 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
1807 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
1808 (Efficiency Concerns, Efficiency Concerns)
1809 (Common Lisp Compatibility, Old CL Compatibility):
1810 Further updates for cl-lib namespace.
1811
1812 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1813
1814 Update manual for new time stamp format (Bug#12706).
1815 * emacs-mime.texi (time-date): Update for new format.
1816 Also, fix bogus time stamp and modernize a bit.
1817
1818 2012-10-23 Glenn Morris <rgm@gnu.org>
1819
1820 * cl.texi: Include emacsver.texi. Use Emacs version number rather
1821 than unchanging cl.el version number.
1822 End all menu descriptions with a period.
1823 Do not use @dfn{CL} for every instance of "CL".
1824 (Overview): Remove no-runtime caveat, and note about foo* names.
1825 (Usage): Use cl-lib rather than cl.
1826 (Organization, Naming Conventions): Update for cl-lib.el.
1827 (Installation): Remove long-irrelevant node.
1828 (Program Structure, Predicates, Control Structure):
1829 Start updating for cl-lib namespace.
1830 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
1831 Depend on emacsver.texi.
1832
1833 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1834
1835 * trampver.texi: Update release number.
1836
1837 2012-10-06 Glenn Morris <rgm@gnu.org>
1838
1839 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
1840 ERC version.
1841 (Introduction): ERC is distributed with Emacs.
1842 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
1843 (Getting Started): Simplify.
1844 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
1845 (History): Mention ERC maintained as part of Emacs now.
1846 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
1847 Add dependency on emacsver.texi.
1848
1849 * erc.texi: Remove hand-written node pointers.
1850
1851 2012-10-05 Glenn Morris <rgm@gnu.org>
1852
1853 * newsticker.texi (Overview, Requirements, Usage, Configuration):
1854 Copyedits.
1855
1856 2012-10-01 Eric Ludlam <zappo@gnu.org>
1857
1858 * ede.texi (Quick Start, Project Local Variables)
1859 (Miscellaneous commands, ede-java-root, Development Overview)
1860 (Detecting a Project): New nodes.
1861 (Simple projects): Node deleted.
1862
1863 * eieio.texi (Building Classes): Some slot attributes cannot be
1864 overridden.
1865 (Slot Options): Remove an example.
1866 (Method Invocation, Documentation): New nodes.
1867
1868 2012-10-01 Glenn Morris <rgm@gnu.org>
1869
1870 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
1871 (reftex.pdf): Add dependency on emacsver.texi.
1872 * reftex.texi: Don't include directory part for emacsver.texi;
1873 the Makefile's -I handles it.
1874
1875 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1876
1877 Merge from standalone RefTeX repository.
1878
1879 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
1880 with macros.
1881 (Imprint): Mention Wolfgang in list of contributors.
1882 (Creating Citations): Give a hint about how to
1883 auto-revert the BibTeX database file when using external editors.
1884 (Referencing Labels): Simplify section about reference macro
1885 cycling.
1886 (Options (Referencing Labels)): Adapt to new structure of
1887 `reftex-ref-style-alist'.
1888 (Referencing Labels, Reference Styles): Document changes in the
1889 referencing functionality.
1890 (Commands): Mention options for definition of header and footer in
1891 BibTeX files.
1892 (Options (Creating Citations)): Document
1893 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
1894 (Reference Styles): New section.
1895 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
1896 (Options (Referencing Labels)): Remove descriptions of deprecated
1897 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
1898 Add descriptions for `reftex-ref-style-alist' and
1899 `reftex-ref-style-default-list'.
1900 (Referencing Labels): Update regarding reference styles.
1901 (Citation Styles): Mention support for ConTeXt.
1902 (Options (Defining Label Environments)): Fix typo.
1903 (Options (Creating Citations)):
1904 Document `reftex-cite-key-separator'.
1905
1906 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
1907
1908 * org.texi: Add description of ORG_ADD_CONTRIB to info
1909 documentation. Add link to Worg for more details.
1910
1911 * org.texi: Clarify installation procedure. Provide link to the
1912 build system description on Worg.
1913
1914 * org.texi: Remove reference to utils/, x11idle.c is now in
1915 contrib/scripts.
1916
1917 * org.texi: Re-normalize to "Org mode" in manual.
1918
1919 * org.texi (Installation): Adapt documentation to new build
1920 system. Mention GNU ELPA (since it needs to be handled like Emacs
1921 built-in Org).
1922
1923 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
1924
1925 * org.texi: Fix typo in description of the 'Hooks' section.
1926
1927 * org.texi: Add ID to the list of special properties.
1928
1929 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
1930
1931 * org.texi (Moving subtrees): Document the ability to archive to a
1932 datetree.
1933
1934 2012-09-30 Bastien Guerry <bzg@gnu.org>
1935
1936 * org.texi (Installation, Feedback, Batch execution):
1937 Use (add-to-list 'load-path ... t) for the contrib dir.
1938
1939 * org.texi (results): Update documentation for ":results drawer"
1940 and ":results org".
1941
1942 * org.texi (Column width and alignment): Fix typo.
1943
1944 * org.texi (Activation): Point to the "Conflicts" section.
1945
1946 * org.texi (Conflicts): Mention filladapt.el in the list of
1947 conflicting packages.
1948
1949 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
1950 not needed for versions of Emacs > 22.1.
1951
1952 * org.texi (History and Acknowledgments): Fix typo.
1953
1954 * org.texi (History and Acknowledgments): Add my own
1955 acknowledgments.
1956
1957 * org.texi (Agenda commands): Document the new command and the new
1958 option.
1959
1960 * org.texi (Agenda commands): Delete `org-agenda-action' section.
1961 (Agenda commands): Reorder. Document `*' to toggle persistent
1962 marks.
1963
1964 * org.texi (Agenda dispatcher):
1965 Mention `org-toggle-agenda-sticky'.
1966 (Agenda commands, Exporting Agenda Views): Fix typo.
1967
1968 * org.texi (Templates in contexts, Setting Options): Update to
1969 reflect changes in how contexts options are processed.
1970
1971 * org.texi (Templates in contexts): Document the new structure of
1972 the variables `org-agenda-custom-commands-contexts' and
1973 `org-capture-templates-contexts'.
1974
1975 * org.texi (Templates in contexts): Document the new option
1976 `org-capture-templates-contexts'.
1977 (Storing searches): Document the new option
1978 `org-agenda-custom-commands-contexts'.
1979
1980 * org.texi (Formula syntax for Lisp): Reformat.
1981
1982 * org.texi (Special properties, Column attributes)
1983 (Agenda column view): Document the new special property
1984 CLOCKSUM_T.
1985
1986 * org.texi (Template expansion): Document the new %l template.
1987
1988 * org.texi (Fast access to TODO states): Fix documentation about
1989 allowed characters for fast todo selection.
1990
1991 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
1992 use in `org-agenda-to-appt'.
1993
1994 * org.texi (Comment lines): Update wrt comments.
1995
1996 * org.texi (Resolving idle time): Document new keybinding.
1997
1998 * org.texi (Clocking commands): Document the use of S-M-<up/down>
1999 on clock timestamps.
2000
2001 * org.texi (Fast access to TODO states): Explicitly says only
2002 letters are supported as fast TODO selection keys.
2003
2004 * org.texi (Link abbreviations): Illustrate the use of the "%h"
2005 specifier. Document the new "%(my-function)" specifier.
2006
2007 * org.texi (Clocking commands): New cindex.
2008 (Clocking commands): Update documentation for `org-clock-in'.
2009 Document `org-clock-in-last'. Mention `org-clock-out' and
2010 `org-clock-in-last' as commands that can be globally bound.
2011 (Resolving idle time): Document continuous clocking.
2012
2013 * org.texi (Top, Introduction): Fix formatting.
2014 (Activation): Add index entries.
2015 (Conventions): Update section.
2016 (Embedded @LaTeX{}): Fix formatting.
2017
2018 * org.texi (Visibility cycling): Document `show-children'.
2019
2020 * org.texi (Using capture): Mention the `org-capture-last-stored'
2021 bookmark as a way to jump to the last stored capture.
2022
2023 * org.texi (Uploading files): Fix typo.
2024
2025 * org.texi (Using capture): Document `C-0' as a prefix argument
2026 for `org-capture'.
2027
2028 * org.texi (Agenda commands): Document persistent marks.
2029
2030 * org.texi (Template expansion): Update doc to reflect change.
2031
2032 * org.texi (Radio tables): Document the :no-escape parameter.
2033
2034 * org.texi (Repeated tasks): Document repeat cookies for years,
2035 months, weeks, days and hours.
2036
2037 * org.texi (Export options): State that you can use the d: option
2038 by specifying a list of drawers.
2039
2040 * org.texi (HTML preamble and postamble): Small doc improvement.
2041
2042 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
2043
2044 * org.texi: The sections in the Exporting section of the manual
2045 left out articles in the description of the org-export-as-*
2046 commands, among other places. This patch adds them, adds a few
2047 missing prepositions, and switches instances of "an HTML" to "a
2048 html" for internal consistency.
2049
2050 * org.texi: Alter several examples of headings with timestamps in
2051 them to include the timestamps in the body instead of the heading.
2052
2053 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
2054
2055 * org.texi (Agenda dispatcher): Document sticky agenda views and
2056 the new key for them.
2057
2058 2012-09-30 Charles <millarc@verizon.net> (tiny change)
2059
2060 * org.texi (Advanced features): Fix error in table.
2061
2062 2012-09-30 Feng Shu <tumashu@gmail.com>
2063
2064 * org.texi (@LaTeX{} fragments): Document imagemagick as an
2065 alternative to dvipng.
2066
2067 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
2068
2069 * org.texi: Remove extra curly bracket.
2070
2071 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
2072
2073 * org.texi (org-clock-in-last and org-clock-cancel): Update the
2074 defkeys.
2075
2076 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2077
2078 * org.texi (Agenda commands): Fix two typos by giving
2079 corresponding function names, according to
2080 `org-agenda-view-mode-dispatch'.
2081
2082 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
2083
2084 * org.texi (The spreadsheet): Fix typo.
2085
2086 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
2087
2088 * org.texi (Tracking your habits): Point to the "Tracking TODO
2089 state changes" section.
2090
2091 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
2092
2093 * org.texi (Literal examples): Remove reference to unknown
2094 `org-export-latex-minted' variable. Also simplify footnote since
2095 `org-export-latex-listings' documentation is exhaustive already.
2096
2097 * org.texi (Plain lists): Remove reference to now hard-coded
2098 `bullet' automatic rule.
2099
2100 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
2101
2102 * org.texi: Updated documentation accordingly.
2103
2104 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2105
2106 * texinfo.tex: Merge from gnulib.
2107
2108 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2109
2110 Sync with Tramp 2.2.6.
2111
2112 * tramp.texi (Bug Reports): Cleanup caches before a test run.
2113
2114 * trampver.texi: Update release number.
2115
2116 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
2117
2118 * texinfo.tex: Merge from gnulib.
2119
2120 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
2121
2122 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
2123 (bug#12096).
2124
2125 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2126
2127 * calc.texi (Simplification modes, Conversions)
2128 (Operating on Selections): Mention "basic" simplification.
2129 (The Calc Mode Line): Mention the mode line display for Basic
2130 simplification mode.
2131 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
2132 simplifications.
2133 (Basic Simplifications): Rename from "Limited Simplifications"
2134 Replace "limited" by "basic" throughout.
2135 (Algebraic Simplifications): Indicate that the algebraic
2136 simplifications are done by default.
2137 (Unsafe Simplifications): Mention `m E'.
2138 (Simplification of Units): Mention `m U'.
2139 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
2140 (Kinds of Declarations, Functions for Declarations):
2141 Mention "algebraic simplifications" instead of `a s'.
2142 (Algebraic Entry): Remove mention of default simplifications.
2143
2144 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2145
2146 * calc.texi (Getting Started, Tutorial): Change simulated
2147 Calc output to match actual output.
2148 (Simplifying Formulas): Mention that algebraic simplification is now
2149 the default.
2150
2151 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2152
2153 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
2154 (Bug#12073)
2155
2156 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2157
2158 Prefer typical American spelling for "acknowledgment".
2159 * calc.texi (History and Acknowledgments): Rename from
2160 History and Acknowledgements.
2161 * idlwave.texi (Acknowledgments):
2162 * ses.texi (Acknowledgments):
2163 * woman.texi (Acknowledgments): Rename from Acknowledgements.
2164
2165 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2166
2167 Rename configure.in to configure.ac (Bug#11603).
2168 * ede.texi (Compiler and Linker objects, ede-proj-project)
2169 (ede-step-project): Prefer the name configure.ac to configure.in.
2170
2171 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
2172
2173 * tramp.texi (Multi-hops):
2174 Introduce `tramp-restricted-shell-hosts-alist'.
2175
2176 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2177
2178 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
2179 methods, so don't mention smtpmail here.
2180
2181 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2182
2183 * gnus.texi (Picons): Document gnus-picon-properties.
2184
2185 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2186
2187 * gnus.texi: Remove mention of compilation, as that's no longer
2188 supported.
2189
2190 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2191
2192 * gnus.texi (Archived Messages): Mention
2193 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
2194
2195 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2196
2197 * gnus.texi (Various Summary Stuff):
2198 Remove mention of `gnus-propagate-marks'.
2199
2200 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2201
2202 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
2203 which no longer exist.
2204
2205 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2206
2207 * gnus.texi (Archived Messages):
2208 Document gnus-gcc-self-resent-messages.
2209
2210 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2211
2212 * message.texi (Mail Variables):
2213 Mention the optional user parameter for X-Message-SMTP-Method.
2214
2215 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2216
2217 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
2218
2219 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
2220
2221 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2222
2223 * gnus.texi (Key Index): Change encoding to utf-8.
2224
2225 2012-06-21 Glenn Morris <rgm@gnu.org>
2226
2227 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2228
2229 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2230
2231 * gnus.texi (Group Timestamp): Mention where to find documentation for
2232 the `gnus-tmp-' variables (bug#11601).
2233
2234 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
2235
2236 Sync with Tramp 2.2.6-pre.
2237
2238 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
2239 where appropriate.
2240 (Ad-hoc multi-hops): New section.
2241 (Remote processes): New subsection "Running remote processes on
2242 Windows hosts".
2243 (History): Add remote commands on Windows, and ad-hoc multi-hop
2244 methods.
2245 (External methods): "ControlPersist" must be set to "no" for the
2246 `scpc' method.
2247 (Remote processes): Add a note about `auto-revert-tail-mode'.
2248 (Frequently Asked Questions): Use "scpx" in combination with
2249 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
2250
2251 * trampver.texi: Update release number.
2252
2253 2012-06-10 Chong Yidong <cyd@gnu.org>
2254
2255 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
2256 compilation for html-mono.
2257
2258 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
2259
2260 * texinfo.tex: Merge from gnulib.
2261
2262 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2263
2264 * Makefile.in (echo-info): Don't try to install info files named
2265 just ".info".
2266
2267 2012-05-28 Glenn Morris <rgm@gnu.org>
2268
2269 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
2270
2271 * sc.texi: Nuke hand-written node pointers.
2272 Fix top-level menu to match actual node order.
2273
2274 2012-05-27 Glenn Morris <rgm@gnu.org>
2275
2276 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
2277 Some associated fixes, including not messing with chapno in cl.texi.
2278
2279 2012-05-27 Bastien Guerry <bzg@gnu.org>
2280
2281 * org.texi (Durations and time values): Fix typo.
2282
2283 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2284
2285 * texinfo.tex: Update from gnulib.
2286
2287 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2288
2289 * calc.texi (Basic Operations on Units, Customizing Calc):
2290 Mention `calc-ensure-consistent-units'.
2291
2292 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
2293
2294 * cc-mode.texi: Avoid space before macro in 4th argument of cross
2295 reference commands. (Bug#11461)
2296
2297 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
2298
2299 2012-05-12 Glenn Morris <rgm@gnu.org>
2300
2301 * Makefile.in (mostlyclean): Add more TeX intermediates.
2302
2303 * Makefile.in: Make it look more like the other doc Makefiles.
2304 Use explicit $srcdir in all dependencies.
2305 Remove cd $srcdir from rules.
2306 (VPATH): Remove.
2307 (infodir): Set to an absolute path.
2308 (INFO_TARGETS): Use short names.
2309 (mkinfodir): infodir is now absolute.
2310 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
2311
2312 * Makefile.in (info.info): Rename from info, to avoid duplication.
2313 (.SUFFIXES): Disable implicit rules.
2314
2315 * Makefile.in (MKDIR_P): New, set by configure.
2316 (mkinfodir): Use $MKDIR_P.
2317
2318 2012-05-07 Glenn Morris <rgm@gnu.org>
2319
2320 * forms.texi (Long Example): Update for changed location of files.
2321
2322 2012-05-04 Glenn Morris <rgm@gnu.org>
2323
2324 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2325 (INFO_TARGETS): Use $INFO_EXT.
2326 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2327 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2328 (INFO_TARGETS): Use $INFO_EXT.
2329 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2330
2331 2012-05-02 Glenn Morris <rgm@gnu.org>
2332
2333 * Makefile.in (echo-info): New phony target, used by top-level.
2334
2335 * viper.texi: Make direntry shorter (also it is no longer "newest").
2336
2337 * emacs-gnutls.texi, ert.texi, org.texi:
2338 Fix dircategory, direntry to match info/dir.
2339
2340 * faq.texi: Convert @inforefs to @xrefs.
2341 Fix some malformed cross-references.
2342 (File-name conventions): Shorten section name to avoid overfull line.
2343 (How to add fonts): Use smallexample to avoid overfull lines.
2344
2345 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
2346
2347 * auth.texi (Help for users): Update for .gpg file being second.
2348
2349 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2350
2351 * org.texi (Agenda commands): Fix two typos: give corresponding
2352 function names, according to `org-agenda-view-mode-dispatch'.
2353
2354 2012-04-27 Glenn Morris <rgm@gnu.org>
2355
2356 * faq.texi (Major packages and programs): Remove section.
2357 There is no point listing 6 packages (cf etc/MORE.STUFF).
2358 (Finding Emacs and related packages): Move "Spell-checkers" here.
2359
2360 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2361
2362 * dbus.texi (Version): New node.
2363 (Properties and Annotations): Mention the object manager
2364 interface. Describe dbus-get-all-managed-objects.
2365 (Type Conversion): Floating point numbers are allowed, if an
2366 anteger does not fit Emacs's integer range.
2367 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
2368 (Asynchronous Methods): Fix description of
2369 dbus-call-method-asynchronously.
2370 (Receiving Method Calls): Fix some minor errors.
2371 Add dbus-interface-emacs.
2372 (Signals): Describe unicast signals and the new match rules.
2373 (Alternative Buses): Add the PRIVATE optional argument to
2374 dbus-init-bus. Describe its new return value. Add dbus-setenv.
2375
2376 2012-04-20 Glenn Morris <rgm@gnu.org>
2377
2378 * faq.texi (New in Emacs 24): New section.
2379 (Packages that do not come with Emacs): Mention M-x list-packages.
2380
2381 2012-04-14 Alan Mackenzie <acm@muc.de>
2382
2383 * cc-mode.texi (c-offsets-alist): Correct a typo.
2384
2385 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
2386
2387 * org.texi (Deadlines and scheduling): Fix the example: the
2388 DEADLINE item should come right after the headline. We enforce
2389 this convention, so it is a bug not to illustrate it correctly in
2390 the manual.
2391
2392 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2393
2394 * org.texi (Agenda commands): Fix documentation bug by swapping
2395 the equivalent keybindings to `org-agenda-next-line' with the ones
2396 to `org-agenda-previous-line'.
2397
2398 2012-04-14 Glenn Morris <rgm@gnu.org>
2399
2400 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2401
2402 2012-04-09 Eli Zaretskii <eliz@gnu.org>
2403
2404 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
2405 Add emacs-gnutls.
2406 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
2407
2408 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2409
2410 * Makefile.in: Add emacs-gnutls.texi to build.
2411
2412 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
2413
2414 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
2415
2416 * auth.texi (Secret Service API): Edit further and give examples.
2417 (Secret Service API): Adjust @samp to @code for collection names.
2418
2419 2012-04-04 Glenn Morris <rgm@gnu.org>
2420
2421 * auth.texi (Secret Service API): Copyedits.
2422 (Help for developers): Fill in some missing function doc-strings.
2423 (Help for users, Help for developers)
2424 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
2425
2426 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
2427
2428 * auth.texi (Secret Service API): Add the missing text.
2429
2430 2012-04-04 Chong Yidong <cyd@gnu.org>
2431
2432 * message.texi (Using PGP/MIME): Note that epg is now the default.
2433
2434 * gnus.texi: Reduce references to obsolete pgg library.
2435 (Security): Note that epg is now the default.
2436
2437 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
2438
2439 * nxml-mode.texi (Completion): C-RET is no longer bound to
2440 nxml-complete.
2441
2442 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2443
2444 * org.texi (Customizing tables in ODT export): Correct few errors.
2445
2446 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2447
2448 * org.texi (Links in ODT export): Update.
2449 (Labels and captions in ODT export): New node.
2450
2451 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2452
2453 * org.texi (Literal examples in ODT export): htmlfontify.el in
2454 Emacs-24.1 now supports fontification. So ODT source blocks will
2455 be fontified by default.
2456
2457 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
2458
2459 * org.texi (Refiling notes): Remove duplicated keybinding.
2460
2461 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2462
2463 * org.texi (noweb): Documentation of this new option to the :noweb
2464 header argument.
2465
2466 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
2467
2468 * org.texi (Header and sectioning): Add example demonstrating how
2469 to use "LaTeX_CLASS_OPTIONS".
2470
2471 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2472
2473 * org.texi (Noweb reference syntax): Describe the ability to
2474 execute noweb references in the manual.
2475
2476 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2477
2478 * org.texi (cache): Improve cache documentation when session
2479 evaluation is used.
2480
2481 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2482
2483 * org.texi (Plain lists): Document removal.
2484
2485 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
2486
2487 * org.texi: Decapitalize file name in references to Calc manual.
2488
2489 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2490
2491 * org.texi (Plain lists): Document removal.
2492
2493 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2494
2495 * org.texi (Top, OpenDocument Text export)
2496 (ODT export commands, Extending ODT export)
2497 (Images in ODT export, Tables in ODT export)
2498 (Configuring a document converter): Add or Update.
2499
2500 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
2501
2502 * org.texi (MobileOrg): Change the wording to reflect that the
2503 Android Version is no longer just the little brother of the iOS
2504 version.
2505
2506 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2507
2508 * org.texi (Key bindings and useful functions): Update babel key
2509 binding documentation in manual.
2510
2511 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2512
2513 * org.texi (noweb): Document new noweb header value.
2514
2515 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2516
2517 * org.texi (noweb-sep): Document new header argument.
2518
2519 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2520
2521 * org.texi (noweb-ref): Documentation of this new custom variable.
2522
2523 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2524
2525 * org.texi (wrap): Update the new :wrap documentation to match the
2526 current implementation.
2527
2528 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2529
2530 * org.texi: Added documentation for :wrap.
2531
2532 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2533
2534 * org.texi: #+RESULTS now user-configurable.
2535
2536 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2537
2538 * org.texi: Documented :noweb no-export.
2539
2540 2012-04-01 Thomas Dye <dk@poto.local>
2541
2542 * org.texi: Edit :noweb no header argument for correctness.
2543
2544 2012-04-01 Bastien Guerry <bzg@gnu.org>
2545
2546 * org.texi (Customization): Update the approximate number of Org
2547 variables.
2548
2549 2012-04-01 Thomas Dye <dk@poto.local>
2550
2551 * org.texi: The :results wrap produces a drawer instead of a
2552 begin_results block.
2553
2554 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
2555
2556 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
2557 reflect the new default.
2558
2559 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2560
2561 * info.texi (Expert Info): Move the index entry for "Texinfo" from
2562 "Getting Started" to this node. (Bug#10450)
2563
2564 2012-03-10 Chong Yidong <cyd@gnu.org>
2565
2566 * flymake.texi (Example -- Configuring a tool called via make):
2567 Mention the Automake COMPILE variable (Bug#8715).
2568
2569 * info.texi (Getting Started): Add an index entry (Bug#10450).
2570
2571 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
2572
2573 * dbus.texi (Signals): Known names will be mapped onto unique
2574 names, when registering for signals.
2575
2576 2012-02-29 Glenn Morris <rgm@gnu.org>
2577
2578 * url.texi: Fix quote usage in body text.
2579
2580 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
2581
2582 * cl.texi: Use @code{} in menus when appropriate.
2583
2584 2012-02-28 Glenn Morris <rgm@gnu.org>
2585
2586 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
2587 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
2588 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
2589 * org.texi, sc.texi, vip.texi, viper.texi:
2590 Standardize possessive apostrophe usage.
2591
2592 2012-02-26 Chong Yidong <cyd@gnu.org>
2593
2594 * ediff.texi (Quick Help Commands): Add a couple of index entries
2595 (Bug#10834).
2596
2597 2012-02-17 Glenn Morris <rgm@gnu.org>
2598
2599 * gnus.texi (Posting Styles):
2600 * remember.texi (Org): Fix cross-refs to other manuals.
2601
2602 2012-02-15 Glenn Morris <rgm@gnu.org>
2603
2604 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
2605 (Encryption): New chapter, split out from previous.
2606
2607 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2608
2609 * gnus.texi (Customizing the IMAP Connection):
2610 Mention nnimap-record-commands.
2611
2612 2012-02-10 Glenn Morris <rgm@gnu.org>
2613
2614 * url.texi (Retrieving URLs): Update url-retrieve arguments.
2615 Mention url-queue-retrieve.
2616
2617 2012-02-09 Glenn Morris <rgm@gnu.org>
2618
2619 * sem-user.texi (Semantic mode user commands): Typo fix.
2620
2621 * info.texi (Create Info buffer): Mention info-display-manual.
2622
2623 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2624
2625 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
2626 example (modified from an example by Michael Albinus).
2627
2628 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2629
2630 * gnus.texi (Agent Basics): Fix outdated description of
2631 `gnus-agent-auto-agentize-methods'.
2632
2633 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
2634
2635 * cc-mode.texi: Always @defindex ss.
2636 (Config Basics): Fix argument of @itemize.
2637 (Macro Backslashes): Add @code around index entry.
2638
2639 2012-01-23 Glenn Morris <rgm@gnu.org>
2640
2641 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
2642
2643 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
2644
2645 * tramp.texi (File): Tweak wording for the `scpc' option.
2646
2647 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2648
2649 * gnus.texi (Group Parameters): Really note precedence.
2650
2651 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2652
2653 * gnus.texi (Group Parameters): Note precedence.
2654
2655 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2656
2657 * org.texi (Noweb reference syntax): Adding documentation of
2658 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
2659 variable.
2660
2661 2012-01-03 Bastien Guerry <bzg@gnu.org>
2662
2663 * org.texi (Plain lists): Split the table to fix the display
2664 of items.
2665
2666 2012-01-03 Bastien Guerry <bzg@gnu.org>
2667
2668 * org.texi (Plain lists): Fix misplaced explanation.
2669
2670 2012-01-03 Bastien Guerry <bzg@gnu.org>
2671
2672 * org.texi (Plain lists, Agenda files): Add index entries.
2673
2674 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2675
2676 * org.texi: Use "Org mode" instead of alternatives like
2677 "Org-mode" or "org-mode".
2678
2679 2012-01-03 Bernt Hansen <bernt@norang.ca>
2680
2681 * org.texi (Agenda commands):
2682 Document `org-clock-report-include-clocking-task'.
2683
2684 2012-01-03 Bastien Guerry <bzg@gnu.org>
2685
2686 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
2687 C-c' on checkboxes.
2688
2689 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2690
2691 * org.texi: End sentences with two spaces.
2692
2693 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
2694
2695 * org.texi (External links): Document the link types file+sys
2696 and file+emacs, slightly narrow used page width.
2697
2698 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2699
2700 * org.texi (colnames): Note that colnames behavior may differ
2701 across languages.
2702
2703 2012-01-03 Bastien Guerry <bzg@gnu.org>
2704
2705 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
2706
2707 2012-01-03 Thomas Dye <dk@poto.westell.com>
2708
2709 * org.texi: Augmented discussion of babel property
2710 inheritance. Put footnote outside sentence ending period.
2711
2712 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2713
2714 * org.texi (eval): Documenting the full range of :eval header
2715 argument values.
2716
2717 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2718
2719 * org.texi (eval): Documentation of the new :eval option.
2720
2721 2012-01-03 Thomas Dye <dk@poto.local>
2722
2723 * org.texi: Add accumulated properties.
2724
2725 2012-01-03 Thomas Dye <dk@poto.local>
2726
2727 * org.texi: Documented no spaces in name=assign, another
2728 correction to :var table.
2729
2730 2012-01-03 Thomas Dye <dk@poto.local>
2731
2732 * org.texi: Changed DATA to NAME in Working With Source Code
2733 section.
2734
2735 2012-01-03 Tom Dye <tsd@tsdye.com>
2736
2737 * org.texi: Minor change to :var table.
2738
2739 2012-01-03 Tom Dye <tsd@tsdye.com>
2740
2741 * org.texi: More changes to :var table (some examples were wrong).
2742
2743 2012-01-03 Tom Dye <tsd@tsdye.com>
2744
2745 * org.texi: Cleaned up :var table.
2746
2747 2012-01-03 Bastien Guerry <bzg@gnu.org>
2748
2749 * org.texi (Timestamps, Weekly/daily agenda)
2750 (Weekly/daily agenda): Add @cindex for "appointment".
2751
2752 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2753
2754 * org.texi (Literal examples): A new link to the template for
2755 inserting empty code blocks.
2756 (Structure of code blocks): A new link to the template for
2757 inserting empty code blocks.
2758
2759 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
2760
2761 * org.texi (External links): Add footnote on how the behavior
2762 of the text search in Org files are controled by the variable
2763 `org-link-search-must-match-exact-headline'.
2764
2765 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2766
2767 * org.texi (Buffer-wide header arguments):
2768 Update documentation to reflect removal of #+PROPERTIES.
2769
2770 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2771
2772 * org.texi (The clock table): Mention that ACHIVED trees
2773 contribute to the clock table.
2774
2775 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2776
2777 * org.texi (Conflicts): Better yasnippet config info.
2778
2779 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
2780
2781 * org.texi (Selective export): Explicitly mention the default
2782 values for `org-export-select-tags',
2783 `org-export-exclude-tags'.
2784
2785 2012-01-03 Tom Dye <tsd@tsdye.com>
2786
2787 * org.texi: Added a line to specify that header arguments are
2788 lowercase.
2789
2790 2012-01-03 Tom Dye <tsd@tsdye.com>
2791
2792 * org.texi: :var requires default value when declared.
2793
2794 2012-01-03 Bastien Guerry <bzg@gnu.org>
2795
2796 * org.texi (Handling links): Add a note about the
2797 `org-link-frame-setup' option.
2798
2799 2012-01-03 David Maus <dmaus@ictsoc.de>
2800
2801 * org.texi (Exporting Agenda Views, Extracting agenda
2802 information): Fix command line syntax, quote symbol parameter
2803 values.
2804
2805 2012-01-03 David Maus <dmaus@ictsoc.de>
2806
2807 * org.texi (Exporting Agenda Views): Fix command line syntax.
2808
2809 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2810
2811 * gnus.texi (Mail Source Customization, Mail Back End Variables):
2812 Use octal notation for file permissions, which are normally
2813 thought of in octal.
2814 (Mail Back End Variables): Use more-plausible modes in example.
2815
2816 2011-12-20 Alan Mackenzie <acm@muc.de>
2817
2818 * cc-mode.texi: Update version string 5.31 -> 5.32.
2819
2820 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
2821
2822 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
2823
2824 2011-11-24 Glenn Morris <rgm@gnu.org>
2825
2826 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
2827
2828 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2829
2830 * makefile.w32-in: Update dependencies.
2831
2832 2011-11-20 Glenn Morris <rgm@gnu.org>
2833
2834 * gnus.texi (Group Information):
2835 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
2836
2837 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2838
2839 * gnus-coding.texi (Gnus Maintenance Guide):
2840 Rename from "Gnus Maintainance Guide".
2841
2842 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
2843 * eieio.texi (Customizing):
2844 * gnus.texi (Article Washing):
2845 * gnus-news.texi:
2846 * sem-user.texi (Smart Jump): Fix typos.
2847
2848 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2849
2850 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
2851
2852 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2853
2854 * ede.texi (project-am-texinfo):
2855 * gnus.texi (Sending or Not Sending):
2856 * org.texi (Template elements): Fix typos.
2857
2858 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
2859
2860 * ediff.texi (Hooks):
2861 * sem-user.texi (Semanticdb Roots): Fix typos.
2862
2863 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
2864
2865 * semantic.texi (Tag handling): Fix typo.
2866
2867 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
2868
2869 * gnus.texi (Other Gnus Versions): Remove.
2870
2871 2011-10-28 Alan Mackenzie <acm@muc.de>
2872
2873 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
2874 (Other Special Indentations): Add an xref to "Macros with ;".
2875 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
2876 "Macros with ;".
2877 (Macros with ;): New page.
2878
2879 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
2880 Document the new handling of nested scopes for movement by defuns.
2881
2882 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
2883
2884 Sync with Tramp 2.2.3.
2885
2886 * trampver.texi: Update release number.
2887
2888 2011-10-14 Glenn Morris <rgm@gnu.org>
2889
2890 * ert.texi (Introduction, How to Run Tests)
2891 (Running Tests Interactively, Expected Failures)
2892 (Tests and Their Environment, Useful Techniques)
2893 (Interactive Debugging, Fixtures and Test Suites):
2894 Minor rephrasings.
2895 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
2896 (Running Tests in Batch Mode): Simplify loading instructions.
2897 (Test Selectors): Clarify some selectors.
2898 (Expected Failures, Useful Techniques):
2899 Make examples fit in 80 columns.
2900
2901 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
2902
2903 * calc.texi (Basic Operations on Units): Discuss temperature
2904 conversion (`u t') alongside with other unit conversions ('u c').
2905
2906 2011-10-12 Glenn Morris <rgm@gnu.org>
2907
2908 * ert.texi: Whitespace trivia to make main menu items line up better.
2909
2910 2011-10-08 Glenn Morris <rgm@gnu.org>
2911
2912 * Makefile.in: Fix ert rules.
2913
2914 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2915
2916 * gnus.texi (Gnus Utility Functions): Add more references and
2917 explanations (bug#9683).
2918
2919 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
2920
2921 * texinfo.tex: Merge from gnulib.
2922
2923 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2924
2925 * gnus.texi (Archived Messages): Note the default (bug#9552).
2926
2927 2011-09-21 Bill Wohler <wohler@newt.com>
2928
2929 Release MH-E manual version 8.3.
2930
2931 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2932 release 8.3.
2933 (Preface): Update support information.
2934 (From Bill Wohler): Reset text to original version. As a
2935 historical quote, the tense should be correct in the time that it
2936 was written.
2937
2938 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2939
2940 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
2941 (Finding the News): Doc clarification.
2942 (Terminology): Mention naming.
2943
2944 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2945
2946 * gnus.texi: Remove mentions of `recent', which are now obsolete.
2947 (Interactive): Document `quiet'.
2948
2949 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
2950
2951 * org.texi (Images in LaTeX export): Rewrite.
2952
2953 2011-08-15 Bastien Guerry <bzg@gnu.org>
2954
2955 * org.texi (Using the mapping API): Mention 'region as a possible
2956 scope for `org-map-entries'.
2957
2958 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2959
2960 * org.texi (Visibility cycling): Document `org-copy-visible'.
2961
2962 2011-08-15 Bastien Guerry <bzg@gnu.org>
2963
2964 * org.texi (Template expansion): Order template sequences in the
2965 proper order.
2966
2967 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2968
2969 * org.texi (eval): Expand discussion of the :eval header argument.
2970
2971 2011-08-15 Bastien Guerry <bzg@gnu.org>
2972
2973 * org.texi (Languages): Add Lilypond and Awk as supported
2974 languages.
2975
2976 2011-08-15 Achim Gratz <stromeko@nexgo.de>
2977
2978 * org.texi: Document that both CLOCK_INTO_DRAWER and
2979 LOG_INTO_DRAWER can be used to override the contents of variable
2980 org-clock-into-drawer (or if unset, org-log-into-drawer).
2981
2982 * org.texi: Replace @xref->@pxref.
2983
2984 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2985
2986 * org.texi (Evaluating code blocks): Documenting the new option
2987 for inline call lines.
2988
2989 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2990
2991 * org.texi (Results of evaluation): More explicit about the
2992 mechanism through which interactive evaluation of code is
2993 performed.
2994
2995 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2996
2997 * org.texi (noweb-ref): New header argument documentation.
2998
2999 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3000
3001 * org.texi (Extracting source code): Documentation of the new
3002 org-babel-tangle-named-block-combination variable.
3003
3004 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3005
3006 * org.texi (Structure of code blocks): Explicitly state that the
3007 behavior of multiple blocks of the same name is undefined.
3008
3009 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
3010
3011 * org.texi (TaskJuggler export): Modify the example to reflect the
3012 new effort durations.
3013
3014 2011-08-15 David Maus <dmaus@ictsoc.de>
3015
3016 * org.texi (Images in LaTeX export): Escape curly brackets in
3017 LaTeX example.
3018
3019 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3020
3021 * org.texi (The clock table): Document the :properties and
3022 :inherit-props arguments for the clocktable.
3023
3024 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3025
3026 * org.texi (Tables in LaTeX export): Document specifying placement
3027 options for tables.
3028
3029 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3030
3031 * org.texi (Evaluating code blocks): More specific documentation
3032 about the different types of header arguments.
3033
3034 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3035
3036 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
3037
3038 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3039
3040 * org.texi (Built-in table editor): Document the table field
3041 follow mode.
3042
3043 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3044
3045 * org.texi (Easy Templates): Document new template.
3046
3047 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3048
3049 * org.texi (Literal examples): Add a cross-reference from "Literal
3050 Examples" to "Easy Templates."
3051
3052 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3053
3054 * org.texi (The clock table): Add link to match syntax.
3055
3056 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3057
3058 * org.texi (Agenda commands): Document clock consistency checks.
3059
3060 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3061
3062 * org.texi (Built-in table editor): Document that \vert represents
3063 a vertical bar in a table field.
3064
3065 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3066
3067 * org.texi (Literal examples): Link from "Markup" > "Literate
3068 Examples" to "Working with Source Code".
3069
3070 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3071
3072 * org.texi (Agenda commands): Doc for function option to bulk
3073 action.
3074
3075 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3076
3077 * org.texi (Template expansion): Document new %<...> template
3078 escape.
3079
3080 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3081
3082 * org.texi (Selective export): Document exclusion of any tasks
3083 from export.
3084
3085 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3086
3087 * org.texi (Selective export): Document how to exclude DONE tasks
3088 from export.
3089 (Publishing options): Document the properties to be used to turn off
3090 export of DONE tasks.
3091
3092 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3093
3094 * org.texi (The date/time prompt): Document date range protection.
3095
3096 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3097
3098 * org.texi (padline): Documentation of the new padline header
3099 argument.
3100
3101 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3102
3103 * org.texi (var): Adding "[" to list of characters triggering
3104 elisp evaluation.
3105
3106 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3107
3108 * org.texi (var): Documentation of Emacs Lisp evaluation during
3109 variable assignment.
3110
3111 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3112
3113 * org.texi (colnames): Reference indexing into variables, and note
3114 that colnames are *not* removed before indexing occurs.
3115 (rownames): Reference indexing into variables, and note that
3116 rownames are *not* removed before indexing occurs.
3117
3118 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3119
3120 * org.texi (var): Clarification of indexing into tabular
3121 variables.
3122
3123 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3124
3125 * org.texi (results): Documentation of the `:results wrap' header
3126 argument.
3127
3128 2011-08-15 Bastien Guerry <bzg@gnu.org>
3129
3130 * org.texi (LaTeX and PDF export): Add a note about a limitation
3131 of the LaTeX export: the org file has to be properly structured.
3132
3133 2011-08-15 Bastien Guerry <bzg@gnu.org>
3134
3135 * org.texi (Dynamic blocks, Structure editing):
3136 Mention the function `org-narrow-to-block'.
3137
3138 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3139
3140 * org.texi (Languages): Updating list of code block supported
3141 languages.
3142
3143 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3144
3145 * org.texi (Special properties): CATEGORY is a special property,
3146 but it may also used in the drawer.
3147
3148 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3149
3150 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
3151
3152 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3153
3154 * org.texi (Include files): Document :lines.
3155
3156 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3157
3158 * org.texi (comments): Documentation of the ":comments noweb" code
3159 block header argument.
3160
3161 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3162
3163 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3164 added extra whitespace around functions to be consistent with the
3165 rest of the section.
3166
3167 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3168
3169 * org.texi (Evaluating code blocks): Expand discussion of
3170 #+call: line syntax.
3171 (Header arguments in function calls): Expand discussion of
3172 #+call: line syntax.
3173
3174 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3175
3176 * org.texi (Evaluating code blocks): More explicit about how to
3177 pass variables to #+call lines.
3178
3179 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3180
3181 * org.texi (Results of evaluation): Link to the :results header
3182 argument list from the "Results of evaluation" section.
3183
3184 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3185
3186 * org.texi (Conflicts): Adding additional information about
3187 resolving org/yasnippet conflicts.
3188
3189 2011-08-15 David Maus <dmaus@ictsoc.de>
3190
3191 * org.texi (Publishing options): Document style-include-scripts
3192 publishing project property.
3193
3194 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3195
3196 * org.texi (Sparse trees): Document the next-error /
3197 previous-error functionality.
3198
3199 2011-08-15 Tom Dye <tsd@tsdye.com>
3200
3201 * org.texi (cache): Improve documentation of code block caches.
3202
3203 2011-08-15 Tom Dye <tsd@tsdye.com>
3204
3205 * org.texi (Code block specific header arguments):
3206 Documentation of multi-line header arguments.
3207
3208 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3209
3210 * org.texi (Code evaluation security): Add example for using a
3211 function.
3212
3213 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3214
3215 * org.texi (Tables in LaTeX export): Documentation of new
3216 attr_latex options for tables.
3217
3218 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
3219
3220 * trampver.texi: Update release number.
3221
3222 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
3223
3224 Sync with Tramp 2.2.2.
3225
3226 * trampver.texi: Update release number.
3227
3228 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3229
3230 * flymake.texi (Example -- Configuring a tool called via make):
3231 Use /dev/null instead of the Windows "nul" (bug#8715).
3232
3233 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3234
3235 * widget.texi (Setting Up the Buffer): Remove mention of the
3236 global keymap parent, which doesn't seem to be accurate
3237 (bug#7045).
3238
3239 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3240
3241 * org.texi (Special agenda views): Fix double quoting (bug#3509).
3242
3243 2010-07-10 Kevin Ryde <user42@zip.com.au>
3244
3245 * cl.texi (For Clauses): Add destructuring example processing an
3246 alist (bug#6596).
3247
3248 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3249
3250 * ediff.texi (Major Entry Points): Remove mention of `require',
3251 since that's not pertinent in the installed Emacs (bug#9016).
3252
3253 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3254
3255 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
3256 (Filtering New Groups): Clarify how simple the "options -n" format is.
3257 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
3258 is internal.
3259
3260 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
3261
3262 * tramp.texi (Cleanup remote connections):
3263 Add `tramp-cleanup-this-connection'.
3264
3265 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3266
3267 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
3268 zombies.
3269 (Checking New Groups): Ditto (bug#8974).
3270 (Checking New Groups): Move the reference to the right place.
3271
3272 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
3273
3274 * gnus.texi (Startup Files): Clarify that we're talking about numbered
3275 backups, and not actual vc (bug#8975).
3276
3277 2011-07-03 Kevin Ryde <user42@zip.com.au>
3278
3279 * cl.texi (For Clauses): @items for hash-values and key-bindings
3280 to make them more visible when skimming. Add examples of `using'
3281 clause to them, examples being clearer than a description in
3282 words (bug#6599).
3283
3284 2011-07-01 Alan Mackenzie <acm@muc.de>
3285
3286 * cc-mode.texi (Guessing the Style): New page.
3287 (Styles): Add a short introduction to above.
3288
3289 2011-06-28 Deniz Dogan <deniz@dogan.se>
3290
3291 * rcirc.texi (Configuration): Bug-fix:
3292 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
3293 Reported by Elias Pipping <pipping@exherbo.org>.
3294
3295 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3296
3297 * gnus.texi (Summary Mail Commands):
3298 Document `gnus-summary-reply-to-list-with-original'.
3299
3300 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3301
3302 * eshell.texi (Known problems): Fix typo.
3303
3304 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
3305
3306 * tramp.texi (Customizing Completion): Mention authinfo-style files.
3307 (Password handling): `auth-source-debug' is good for debug messages.
3308
3309 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3310
3311 * gnus.texi (Store custom flags and keywords): Refer to
3312 `gnus-registry-article-marks-to-{chars,names}' instead of
3313 `gnus-registry-user-format-function-{M,M2}'.
3314
3315 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3316
3317 * texinfo.tex: Merge from gnulib.
3318
3319 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3320
3321 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
3322 (Store custom flags and keywords):
3323 Mention `gnus-registry-user-format-function-M' and
3324 `gnus-registry-user-format-function-M2'.
3325
3326 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3327
3328 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
3329
3330 2011-05-17 Glenn Morris <rgm@gnu.org>
3331
3332 * gnus.texi (Face): Fix typo.
3333
3334 2011-05-14 Glenn Morris <rgm@gnu.org>
3335
3336 * dired-x.texi (Omitting Examples): Minor addition.
3337
3338 2011-05-10 Jim Meyering <meyering@redhat.com>
3339
3340 * ede.texi: Fix typo "or or -> or".
3341
3342 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
3343
3344 * gnus.texi (Summary Buffer Lines):
3345 gnus-summary-user-date-format-alist does not exist.
3346 (Sorting the Summary Buffer): More about sorting threads.
3347
3348 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
3349
3350 * trampver.texi: Update release number.
3351
3352 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
3353
3354 * tramp.texi (Frequently Asked Questions): New item for disabling
3355 Tramp in other packages.
3356
3357 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3358
3359 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
3360 (Fancy splitting to parent, Store arbitrary data):
3361 Update gnus-registry docs.
3362
3363 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
3364
3365 * ede.texi: Fix typos.
3366
3367 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3368
3369 * gnus.texi (Window Layout): @itemize @code doesn't exist.
3370 It's @table @code.
3371
3372 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
3373
3374 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
3375
3376 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3377
3378 * calc.texi (Logarithmic Units): Update the function names.
3379
3380 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3381
3382 * message.texi (Various Commands): Document format specs in the
3383 ellipsis.
3384
3385 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
3386
3387 * message.texi (Insertion Variables): Document message-cite-style.
3388
3389 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
3390
3391 * tramp.texi (Remote processes): New subsection "Running shell on
3392 a remote host".
3393
3394 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3395
3396 * auth.texi (Help for developers): Update docs to explain that the
3397 :save-function will only run the first time.
3398
3399 2011-03-12 Glenn Morris <rgm@gnu.org>
3400
3401 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
3402 (emacs-faq.text): New target.
3403 (clean): Add emacs-faq.
3404
3405 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
3406
3407 Sync with Tramp 2.2.1.
3408
3409 * trampver.texi: Update release number.
3410
3411 2011-03-11 Glenn Morris <rgm@gnu.org>
3412
3413 * Makefile.in (HTML_TARGETS): New.
3414 (clean): Delete $HTML_TARGETS.
3415 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
3416
3417 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3418
3419 * auth.texi (Help for developers): Show example of using
3420 `auth-source-search' with prompts and :save-function.
3421
3422 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3423
3424 * Version 23.3 released.
3425
3426 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
3427
3428 * message.texi (Message Buffers): Update default value of
3429 message-generate-new-buffers.
3430
3431 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
3432
3433 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
3434 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
3435 respectively.
3436 (Musical Notes): New section.
3437 (Customizing Calc): Mention the customizable variable
3438 calc-note-threshold.
3439
3440 2011-03-03 Glenn Morris <rgm@gnu.org>
3441
3442 * url.texi (Dealing with HTTP documents): Remove reference to
3443 function url-decode-text-part; never seems to have existed. (Bug#6038)
3444 (Configuration): Update url-configuration-directory description.
3445
3446 2011-03-02 Glenn Morris <rgm@gnu.org>
3447
3448 * dired-x.texi (Multiple Dired Directories): Remove mentions
3449 of dired-default-directory-alist and dired-default-directory.
3450 Move dired-smart-shell-command here...
3451 (Miscellaneous Commands): ... from here.
3452
3453 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3454
3455 * texinfo.tex: Update to version 2011-02-24.09.
3456
3457 2011-03-02 Glenn Morris <rgm@gnu.org>
3458
3459 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
3460 instead of the obsoleted dired-omit-here-always.
3461
3462 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
3463
3464 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
3465 supported systems.
3466
3467 2011-02-28 Glenn Morris <rgm@gnu.org>
3468
3469 * dbus.texi (Type Conversion): Grammar fix.
3470
3471 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
3472
3473 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
3474 "Debian GNU/Linux".
3475
3476 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
3477
3478 2011-02-23 Glenn Morris <rgm@gnu.org>
3479
3480 * dired-x.texi (Features): Minor rephrasing.
3481 (Local Variables): Fix typos.
3482
3483 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
3484 Standardize some Emacs/XEmacs terminology.
3485
3486 * dired-x.texi (Features): Don't advertise obsolete local variables.
3487 Simplify layout.
3488 (Omitting Variables): Update local variables example.
3489 (Local Variables): Say this is obsolete. Fix description of
3490 dired-enable-local-variables possible values.
3491
3492 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3493
3494 * auth.texi (Help for users): Mention ~/.netrc is also searched by
3495 default now.
3496
3497 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3498
3499 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
3500
3501 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3502
3503 * gnus.texi (Window Layout): Document layout names.
3504
3505 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3506
3507 * ada-mode.texi: Sync @dircategory with ../../info/dir.
3508 * auth.texi: Sync @dircategory with ../../info/dir.
3509 * autotype.texi: Sync @dircategory with ../../info/dir.
3510 * calc.texi: Sync @dircategory with ../../info/dir.
3511 * cc-mode.texi: Sync @dircategory with ../../info/dir.
3512 * cl.texi: Sync @dircategory with ../../info/dir.
3513 * dbus.texi: Sync @dircategory with ../../info/dir.
3514 * dired-x.texi: Sync @dircategory with ../../info/dir.
3515 * ebrowse.texi: Sync @dircategory with ../../info/dir.
3516 * ede.texi: Sync @dircategory with ../../info/dir.
3517 * ediff.texi: Sync @dircategory with ../../info/dir.
3518 * edt.texi: Sync @dircategory with ../../info/dir.
3519 * eieio.texi: Sync @dircategory with ../../info/dir.
3520 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
3521 * epa.texi: Sync @dircategory with ../../info/dir.
3522 * erc.texi: Sync @dircategory with ../../info/dir.
3523 * eshell.texi: Sync @dircategory with ../../info/dir.
3524 * eudc.texi: Sync @dircategory with ../../info/dir.
3525 * flymake.texi: Sync @dircategory with ../../info/dir.
3526 * forms.texi: Sync @dircategory with ../../info/dir.
3527 * gnus.texi: Sync @dircategory with ../../info/dir.
3528 * idlwave.texi: Sync @dircategory with ../../info/dir.
3529 * mairix-el.texi: Sync @dircategory with ../../info/dir.
3530 * message.texi: Sync @dircategory with ../../info/dir.
3531 * mh-e.texi: Sync @dircategory with ../../info/dir.
3532 * newsticker.texi: Sync @dircategory with ../../info/dir.
3533 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
3534 * org.texi: Sync @dircategory with ../../info/dir.
3535 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
3536 * pgg.texi: Sync @dircategory with ../../info/dir.
3537 * rcirc.texi: Sync @dircategory with ../../info/dir.
3538 * reftex.texi: Sync @dircategory with ../../info/dir.
3539 * remember.texi: Sync @dircategory with ../../info/dir.
3540 * sasl.texi: Sync @dircategory with ../../info/dir.
3541 * sc.texi: Sync @dircategory with ../../info/dir.
3542 * semantic.texi: Sync @dircategory with ../../info/dir.
3543 * ses.texi: Sync @dircategory with ../../info/dir.
3544 * sieve.texi: Sync @dircategory with ../../info/dir.
3545 * smtpmail.texi: Sync @dircategory with ../../info/dir.
3546 * speedbar.texi: Sync @dircategory with ../../info/dir.
3547 * trampver.texi [emacs]: Set emacsname to "Emacs".
3548 * tramp.texi: Sync @dircategory with ../../info/dir.
3549 * url.texi: Sync @dircategory with ../../info/dir.
3550 * vip.texi: Sync @dircategory with ../../info/dir.
3551 * viper.texi: Sync @dircategory with ../../info/dir.
3552 * widget.texi: Sync @dircategory with ../../info/dir.
3553 * woman.texi: Sync @dircategory with ../../info/dir.
3554
3555 2011-02-19 Glenn Morris <rgm@gnu.org>
3556
3557 * dired-x.texi (Technical Details): No longer redefines
3558 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
3559 dired-read-shell-command, or dired-find-buffer-nocreate.
3560
3561 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3562
3563 * eshell.texi (Input/Output):
3564 Document insert output redirection operator, >>>.
3565
3566 2011-02-18 Glenn Morris <rgm@gnu.org>
3567
3568 * dired-x.texi (Optional Installation File At Point): Simplify.
3569
3570 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3571
3572 * auth.texi (Help for users): Use :port instead of :protocol for all
3573 auth-source docs.
3574 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
3575 to have two files in `auth-sources'.
3576
3577 2011-02-16 Glenn Morris <rgm@gnu.org>
3578
3579 * dired-x.texi: Use emacsver.texi to get Emacs version.
3580 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
3581 Depend on emacsver.texi.
3582
3583 * dired-x.texi: Drop meaningless version number.
3584 (Introduction): Remove old info.
3585 (Optional Installation Dired Jump): Autoload from dired-x.
3586 Remove incorrect info about loaddefs.el.
3587 (Bugs): Just refer to M-x report-emacs-bug.
3588
3589 * dired-x.texi (Multiple Dired Directories): Update for rename of
3590 default-directory-alist.
3591 (Miscellaneous Commands): No longer mention very old VM version 4.
3592
3593 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3594
3595 Merge from gnulib.
3596 * texinfo.tex: Update to version 2011-02-14.11.
3597
3598 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3599
3600 * auth.texi (Help for users):
3601 Login collection is "Login" and not "login".
3602
3603 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
3604
3605 * tramp.texi (History): Remove IMAP support.
3606 (External methods, Frequently Asked Questions): Remove `imap' and
3607 `imaps' methods.
3608 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
3609
3610 * trampver.texi: Remove default value of `emacsimap'.
3611
3612 2011-02-13 Glenn Morris <rgm@gnu.org>
3613
3614 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
3615 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
3616
3617 2011-02-12 Glenn Morris <rgm@gnu.org>
3618
3619 * sc.texi (Getting Connected): Remove old index entries.
3620
3621 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
3622
3623 * url.texi: Remove duplicate @dircategory (Bug#7942).
3624
3625 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
3626
3627 * auth.texi (Overview, Help for users, Help for developers):
3628 Update docs.
3629 (Help for users): Talk about spaces.
3630
3631 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3632
3633 * texinfo.tex: Update to version 2011-02-07.16.
3634
3635 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
3636
3637 * dbus.texi (Bus names): Adapt descriptions for
3638 dbus-list-activatable-names and dbus-list-known-names.
3639
3640 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
3641
3642 * calc.texi (Logarithmic Units): New section.
3643
3644 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
3645
3646 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
3647 manuals use it now.
3648
3649 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
3650
3651 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
3652
3653 * overrides.texi: Remove.
3654
3655 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
3656 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
3657
3658 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
3659
3660 * tramp.texi (Frequently Asked Questions): Mention problems with
3661 WinSSHD.
3662
3663 * trampver.texi: Update release number.
3664
3665 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
3666
3667 * tramp.texi:
3668 Replace "delimet" with "delimit" globally.
3669 Replace "explicite" with "explicit" globally.
3670 Replace "instead of" with "instead" where there was nothing after "of".
3671 Audit use of comma before interrogative pronoun, "that", or "which".
3672 Minor word order, spelling, wording changes.
3673
3674 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
3675
3676 * overrides.texi: New file to set or clear WEBHACKDEVEL.
3677
3678 * sieve.texi: Use WEBHACKDEVEL.
3679
3680 * sasl.texi: Use WEBHACKDEVEL.
3681
3682 * pgg.texi: Use WEBHACKDEVEL.
3683
3684 * message.texi: Use WEBHACKDEVEL.
3685
3686 * gnus.texi: Use WEBHACKDEVEL.
3687
3688 * emacs-mime.texi: Use WEBHACKDEVEL.
3689
3690 * auth.texi: Use WEBHACKDEVEL.
3691
3692 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
3693 manuals.
3694
3695 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
3696
3697 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
3698
3699 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3700
3701 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
3702 which in turn is copied from ftp://tug.org/tex/.
3703
3704 2011-02-03 Glenn Morris <rgm@gnu.org>
3705
3706 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
3707 (Binding combinations of modifiers and function keys):
3708 Let's assume people reading this are not using Emacs 18.
3709
3710 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
3711
3712 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
3713 since it's run automatically.
3714
3715 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3716
3717 * gnus.texi (Customizing Articles): Fix typo.
3718
3719 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3720
3721 * gnus.texi (Customizing Articles): Document the new way of customizing
3722 the date headers(s).
3723
3724 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3725
3726 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
3727 splitting example.
3728
3729 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3730
3731 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
3732 (MAKEINFO_OPTS): New variable.
3733 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
3734 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
3735 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
3736 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
3737 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
3738 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
3739 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
3740 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
3741 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
3742 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
3743 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
3744 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
3745 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
3746 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
3747 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
3748 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
3749 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
3750 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
3751
3752 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3753
3754 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
3755
3756 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
3757
3758 * message.texi (IDNA): Explain what it is.
3759
3760 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
3761
3762 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
3763
3764 2011-01-23 Werner Lemberg <wl@gnu.org>
3765
3766 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3767 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3768 (ENVADD): Update.
3769
3770 2011-01-18 Glenn Morris <rgm@gnu.org>
3771
3772 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
3773
3774 2011-01-14 Eduard Wiebe <usenet@pusto.de>
3775
3776 * nxml-mode.texi (Introduction): Fix file name typos.
3777
3778 2011-01-13 Christian Ohler <ohler@gnu.org>
3779
3780 * ert.texi: New file.
3781
3782 * Makefile.in:
3783 * makefile.w32-in: Add ert.texi.
3784
3785 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
3786
3787 * dbus.texi (Receiving Method Calls): New function
3788 dbus-register-service. Rearrange node.
3789
3790 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3791
3792 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
3793 which in turn is copied from ftp://tug.org/tex/.
3794
3795 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3796
3797 * dbus.texi (Receiving Method Calls): Describe new optional
3798 parameter dont-register-service of dbus-register-{method,property}.
3799
3800 2010-12-17 Daiki Ueno <ueno@unixuser.org>
3801
3802 * epa.texi (Encrypting/decrypting *.gpg files):
3803 Mention epa-file-select-keys.
3804
3805 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3806
3807 * gnus.texi (Archived Messages): Remove outdated text.
3808
3809 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3810
3811 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
3812
3813 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
3814
3815 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
3816
3817 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3818
3819 * gnus.texi (The swish++ Engine): Add customizable parameters
3820 descriptions.
3821 (The swish-e Engine): Ditto.
3822
3823 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3824
3825 * tramp.texi (Inline methods): Add "ksu" method.
3826 (Remote processes): Add example with remote `default-directory'.
3827
3828 2010-12-14 Glenn Morris <rgm@gnu.org>
3829
3830 * faq.texi (Expanding aliases when sending mail):
3831 Now build-mail-aliases is interactive.
3832
3833 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3834
3835 * gnus.texi: First pass at adding (rough) nnir documentation.
3836
3837 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3838
3839 * gnus.texi (Filtering New Groups):
3840 Mention gnus-auto-subscribed-categories.
3841 (The First Time): Remove, since default-subscribed-newsgroups has been
3842 removed.
3843
3844 2010-12-13 Glenn Morris <rgm@gnu.org>
3845
3846 * cl.texi (For Clauses): Small fixes for frames and windows.
3847
3848 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
3849
3850 * org.texi (Using capture): Document using prefix arguments for
3851 finalizing capture.
3852 (Agenda commands): Document prefix argument for the bulk scatter
3853 command.
3854 (Beamer class export): Document that also overlay arguments can be
3855 passed to the column environment.
3856 (Template elements): Document the new entry type.
3857
3858 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
3859
3860 * org.texi (Include files): Document :minlevel.
3861
3862 2010-12-11 Julien Danjou <julien@danjou.info>
3863
3864 * org.texi (Categories): Document category icons.
3865
3866 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
3867
3868 * org.texi (noweb): Fix typo.
3869
3870 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
3871
3872 * gnus.texi (Server Commands): Point to the rest of the server
3873 commands.
3874
3875 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3876
3877 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
3878 g'.
3879
3880 2010-12-02 Julien Danjou <julien@danjou.info>
3881
3882 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
3883
3884 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3885
3886 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
3887 (Direct Functions): Note the STARTTLS upgrade.
3888
3889 2010-11-27 Glenn Morris <rgm@gnu.org>
3890 James Clark <none@example.com>
3891
3892 * nxml-mode.texi (Introduction): New section.
3893
3894 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3895
3896 * gnus.texi (Server Commands): Document gnus-server-show-server.
3897
3898 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3899
3900 Sync with Tramp 2.2.0.
3901
3902 * trampver.texi: Update release number.
3903
3904 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3905
3906 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
3907 Mention that the TeX specific units won't use the `tex' prefix
3908 in TeX mode.
3909
3910 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3911
3912 * gnus.texi (Misc Article): Document gnus-inhibit-images.
3913
3914 2010-11-17 Glenn Morris <rgm@gnu.org>
3915
3916 * edt.texi: Remove information about Emacs 19.
3917
3918 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
3919
3920 * trampver.texi: Update release number.
3921
3922 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3923
3924 * gnus.texi (Article Washing): Fix typo.
3925
3926 2010-11-11 Noorul Islam <noorul@noorul.com>
3927
3928 * org.texi: Fix typo.
3929
3930 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3931
3932 * org.texi (Using capture): Explain that refiling is
3933 sensitive to cursor position.
3934
3935 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3936
3937 * org.texi (Images and tables): Add cross reference to link section.
3938
3939 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3940
3941 * org.texi: Document the <c> cookie.
3942
3943 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3944
3945 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
3946 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
3947
3948 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3949
3950 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
3951
3952 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3953
3954 * org.texi (Project alist): Mention that this is a property list.
3955
3956 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3957
3958 * org.texi (Setting up the staging area): Document that
3959 file names remain visible when encrypting the MobileOrg files.
3960
3961 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3962
3963 * org.texi (Setting up the staging area): Document which
3964 versions are needed for encryption.
3965
3966 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3967
3968 * org.texi (noweb): Update :noweb documentation to
3969 reflect the new "tangle" argument.
3970
3971 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3972
3973 * org.texi (Batch execution): Improve tangling script in
3974 documentation.
3975
3976 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3977
3978 * org.texi (Handling links):
3979 (In-buffer settings): Document inlining images on startup.
3980
3981 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3982
3983 * org.texi (Setting up the staging area): Document use of
3984 crypt password.
3985
3986 2010-11-11 David Maus <dmaus@ictsoc.de>
3987
3988 * org.texi (Template expansion): Add date related link type escapes.
3989
3990 2010-11-11 David Maus <dmaus@ictsoc.de>
3991
3992 * org.texi (Template expansion): Add mew in table for link type
3993 escapes.
3994
3995 2010-11-11 David Maus <dmaus@ictsoc.de>
3996
3997 * org.texi (Template expansion): Fix typo in link type escapes.
3998
3999 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4000
4001 * org.texi (Structure of code blocks): Another documentation tweak.
4002
4003 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4004
4005 * org.texi (Structure of code blocks): Documentation tweak.
4006
4007 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4008
4009 * org.texi (Structure of code blocks):
4010 Update documentation to mention inline code block syntax.
4011
4012 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4013
4014 * org.texi (comments): Improve wording.
4015
4016 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4017
4018 * org.texi (comments): Document the new :comments header arguments.
4019
4020 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4021
4022 * org.texi (Installation): Remove the special
4023 installation instructions for XEmacs.
4024
4025 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4026
4027 * org.texi (Easy Templates): New section. Documents quick
4028 insertion of empty structural elements.
4029
4030 2010-11-11 Noorul Islam <noorul@noorul.com>
4031
4032 * org.texi: Fix doc.
4033
4034 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4035
4036 * org.texi (The date/time prompt): Document specification
4037 of time ranges.
4038
4039 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4040
4041 * org.texi (Internal links): Document the changes in
4042 internal links.
4043
4044 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4045
4046 * org.texi (Agenda commands): Document the limitation for
4047 the filter preset - it can only be used for an entire agenda
4048 view, not in an individual block in a block agenda.
4049
4050 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
4051
4052 * org.texi (iCalendar export): Document alarm creation.
4053
4054 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
4055
4056 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
4057
4058 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4059
4060 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
4061
4062 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
4063
4064 * calc.texi: Use emacsver.texi to determine Emacs version.
4065
4066 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4067
4068 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
4069 since that works by default.
4070
4071 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4072
4073 * gnus.texi (Customizing the IMAP Connection): Document
4074 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
4075
4076 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
4077
4078 * tramp.texi (Remote shell setup): New item "Interactive shell
4079 prompt". Reported by Christian Millour <cm@abtela.com>.
4080 (Remote shell setup, Remote processes): Use @code{} for
4081 environment variables.
4082
4083 2010-11-03 Glenn Morris <rgm@gnu.org>
4084
4085 * ediff.texi (Quick Help Commands, Miscellaneous):
4086 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
4087
4088 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4089
4090 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
4091
4092 2010-10-31 Glenn Morris <rgm@gnu.org>
4093
4094 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
4095
4096 2010-10-31 Glenn Morris <rgm@gnu.org>
4097
4098 * cc-mode.texi: Remove reference to defunct viewcvs URL.
4099
4100 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4101
4102 * gnus.texi (Client-Side IMAP Splitting):
4103 Mention nnimap-unsplittable-articles.
4104
4105 2010-10-29 Julien Danjou <julien@danjou.info>
4106
4107 * gnus.texi (Finding the News): Remove references to obsoletes
4108 variables `gnus-nntp-server' and `gnus-secondary-servers'.
4109
4110 2010-10-29 Eli Zaretskii <eliz@gnu.org>
4111
4112 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
4113 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
4114 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
4115 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
4116
4117 2010-10-28 Glenn Morris <rgm@gnu.org>
4118
4119 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
4120 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
4121 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
4122
4123 2010-10-25 Daiki Ueno <ueno@unixuser.org>
4124
4125 * epa.texi (Mail-mode integration): Add alternative key bindings
4126 for epa-mail commands; escape comma.
4127 Don't use the word "PGP", since it is a non-free program.
4128
4129 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
4130
4131 * calc.texi: Use emacsver.texi to determine Emacs version.
4132
4133 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
4134
4135 * gnus.texi (Group Parameters, Buttons): Fix typos.
4136
4137 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
4138
4139 * gnus.texi (Subscription Commands): Mention that you can also
4140 subscribe to new groups via the Server buffer, which is probably more
4141 convenient when subscribing to many groups.
4142
4143 2010-10-21 Julien Danjou <julien@danjou.info>
4144
4145 * message.texi (Message Headers): Allow message-default-headers to be a
4146 function.
4147
4148 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4149
4150 * gnus-news.texi: Mention new archive defaults.
4151
4152 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4153
4154 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
4155
4156 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4157
4158 * gnus.texi (HTML): Document the function value of
4159 gnus-blocked-images.
4160 (Article Washing): shr and gnus-w3m, not the direct function names.
4161
4162 2010-10-20 Julien Danjou <julien@danjou.info>
4163
4164 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
4165 variable.
4166
4167 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4168
4169 * gnus.texi (Customizing the IMAP Connection): The port strings are
4170 strings.
4171 (Document Groups): Mention git.
4172
4173 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4174
4175 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
4176 bzr/Gnus git sync.
4177
4178 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4179
4180 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
4181 change.
4182
4183 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4184
4185 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
4186 @item syntax for in-Emacs makeinfo.
4187
4188 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
4189
4190 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
4191 trim sentence.
4192
4193 2010-10-12 Daiki Ueno <ueno@unixuser.org>
4194
4195 * epa.texi (Caching Passphrases):
4196 * auth.texi (GnuPG and EasyPG Assistant Configuration):
4197 Clarify some configurations require to set up gpg-agent.
4198
4199 2010-10-11 Glenn Morris <rgm@gnu.org>
4200
4201 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
4202
4203 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4204
4205 * gnus.texi (Spam Package Introduction): Mention `$'.
4206
4207 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4208
4209 * makefile.w32-in (emacsdir): New variable.
4210 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
4211 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
4212
4213 2010-10-09 Glenn Morris <rgm@gnu.org>
4214
4215 * Makefile.in (mostlyclean): Delete *.toc.
4216
4217 * Makefile.in: Use $< in rules.
4218
4219 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
4220
4221 * Makefile.in ($(infodir)): Delete rule.
4222 (mkinfodir): New. Use it in all the info rules, rather than depending
4223 on infodir.
4224
4225 2010-10-09 Glenn Morris <rgm@gnu.org>
4226
4227 * gnus.texi (Article Washing): Fix previous change.
4228
4229 * Makefile.in (emacsdir): New variable.
4230 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
4231 Depend on emacsver.texi.
4232
4233 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
4234
4235 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
4236
4237 2010-10-08 Julien Danjou <julien@danjou.info>
4238
4239 * gnus.texi: Add mm-shr.
4240
4241 2010-10-08 Ludovic Courtès <ludo@gnu.org>
4242
4243 * gnus.texi (Finding the Parent, The Gnus Registry)
4244 (Registry Article Refer Method): Update docs for nnregistry.el.
4245
4246 2010-10-08 Daiki Ueno <ueno@unixuser.org>
4247
4248 * auth.texi (Help for users)
4249 (GnuPG and EasyPG Assistant Configuration): Update docs.
4250
4251 2010-10-08 Glenn Morris <rgm@gnu.org>
4252
4253 * cl.texi (Organization, Installation, Old CL Compatibility):
4254 Deprecate cl-compat for new code.
4255 (Usage, Installation): Remove outdated information.
4256
4257 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
4258
4259 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4260
4261 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
4262
4263 2010-10-06 Julien Danjou <julien@danjou.info>
4264
4265 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
4266
4267 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
4268 broken link.
4269
4270 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
4271
4272 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
4273 to ReiserFS.
4274
4275 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
4276 (FAQ 7-1): Fix getmail URL.
4277
4278 2010-10-06 Daiki Ueno <ueno@unixuser.org>
4279
4280 * epa.texi (Caching Passphrases): New section.
4281
4282 2010-10-06 Glenn Morris <rgm@gnu.org>
4283
4284 * Makefile.in (SHELL): Set it.
4285 (info): Move the mkdir dependency to the individual info files.
4286 (mostlyclean): Tidy up.
4287 (clean): Only delete the specific dvi and pdf files.
4288 (maintainer-clean): Be more restrictive in what we delete.
4289 ($(infodir)): Add parallel build workaround.
4290
4291 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4292
4293 * gnus.texi (Misc Article): Document gnus-widen-article-window.
4294
4295 2010-10-03 Julien Danjou <julien@danjou.info>
4296
4297 * emacs-mime.texi (Display Customization):
4298 Update mm-inline-large-images documentation and add documentation for
4299 mm-inline-large-images-proportion.
4300
4301 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4302
4303 * tramp.texi (Frequently Asked Questions):
4304 Mention remote-file-name-inhibit-cache.
4305
4306 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4307
4308 * gnus.texi (Splitting Mail): Fix @xref syntax.
4309 (Splitting Mail): Really fix the @ref syntax.
4310
4311 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4312
4313 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
4314 (Article Hiding): Add google banner example.
4315 Suggested by Benjamin Xu.
4316
4317 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4318
4319 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
4320 Remove nnimap-split-rule from examples.
4321
4322 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4323
4324 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
4325 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
4326 Fishman.
4327 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
4328
4329 2010-09-30 Julien Danjou <julien@danjou.info>
4330
4331 * gnus.texi (Gravatars): Fix documentation about
4332 gnu-gravatar-properties.
4333
4334 2010-09-29 Daiki Ueno <ueno@unixuser.org>
4335
4336 * epa.texi (Bug Reports): New section.
4337
4338 2010-09-29 Glenn Morris <rgm@gnu.org>
4339
4340 * Makefile.in (top_srcdir): Remove unused variable.
4341
4342 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4343
4344 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
4345 (Client-Side IMAP Splitting): Document 'default.
4346
4347 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4348
4349 * gnus.texi (Customizing the IMAP Connection):
4350 Document nnimap-fetch-partial-articles.
4351
4352 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4353
4354 * gnus-news.texi: Mention nnimap-inbox.
4355
4356 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
4357
4358 2010-09-26 Julien Danjou <julien@danjou.info>
4359
4360 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
4361
4362 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4363
4364 * gnus.texi (Security): Remove gpg.el mention.
4365
4366 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4367
4368 * gnus.texi (Browse Foreign Server): New variable
4369 gnus-browse-subscribe-newsgroup-method.
4370
4371 * gnus-news.texi: Mention it.
4372
4373 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4374
4375 * gnus.texi (NoCeM): Remove.
4376 (Startup Variables): No jingle.
4377
4378 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
4379
4380 * woman.texi (Interface Options): xz compression is now supported.
4381
4382 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4383
4384 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
4385 (Unavailable Servers): Document gnus-server-copy-server.
4386 (Using IMAP): Document the new nnimap.
4387
4388 2010-09-25 Julien Danjou <julien@danjou.info>
4389
4390 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
4391
4392 2010-09-24 Glenn Morris <rgm@gnu.org>
4393
4394 * url.texi (Disk Caching): Tweak previous change.
4395
4396 2010-09-24 Julien Danjou <julien@danjou.info>
4397
4398 * url.texi (Disk Caching): Mention url-cache-expire-time,
4399 url-cache-expired, and url-fetch-from-cache.
4400
4401 2010-09-24 Julien Danjou <julien@danjou.info>
4402
4403 * gnus.texi: Add Gravatars.
4404
4405 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4406
4407 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
4408
4409 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4410
4411 * gnus.texi (Expunging mailboxes): Update name of the expunging
4412 command.
4413
4414 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4415
4416 * emacs-mime.texi (rfc2047): Update description for
4417 rfc2047-encode-parameter.
4418
4419 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
4420
4421 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
4422 "fish" methods.
4423 (External methods): Remove "scp1_old" and "scp2_old" methods.
4424
4425 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
4426
4427 * tramp.texi: Remove Japanese manual. Fix typo.
4428
4429 * trampver.texi: Update release number. Remove japanesemanual.
4430
4431 2010-09-09 Glenn Morris <rgm@gnu.org>
4432
4433 * org.texi: Restore clobbered changes (copyright years, untabify).
4434
4435 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
4436
4437 * gnus.texi (Adaptive Scoring): Fix typo.
4438
4439 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4440
4441 * gnus.texi (Article Display): Document gnus-html-show-images.
4442
4443 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4444
4445 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
4446
4447 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4448
4449 * gnus.texi (HTML): Document gnus-max-image-proportion.
4450
4451 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4452
4453 * gnus.texi (HTML): Document gnus-blocked-images.
4454
4455 * message.texi (Wide Reply): Document message-prune-recipient-rules.
4456
4457 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4458
4459 * gnus.texi (Summary Mail Commands): Note that only the addresses from
4460 the first message are used for wide replies.
4461 (Changing Servers): Remove documentation on gnus-change-server and
4462 friends, since it's been removed.
4463
4464 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4465
4466 * gnus.texi (Drafts): Mention B DEL.
4467
4468 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4469
4470 * gnus.texi (Delayed Articles): Mention that the Date header is the
4471 original one, even if you delay.
4472
4473 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4474
4475 * gnus.texi (Asynchronous Fetching):
4476 Document gnus-async-post-fetch-function.
4477 (HTML): Made into its own section.
4478
4479 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
4480
4481 Sync with Tramp 2.1.19.
4482
4483 * tramp.texi (Inline methods, Default Method):
4484 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
4485 Remove remark about doubled "-t" argument.
4486 (Auto-save and Backup): Remove reference to Emacs 21.
4487 (Filename Syntax): Describe port numbers.
4488 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
4489 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
4490 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
4491 errors with the backquotes.
4492 (External packages): File attributes cache flushing for asynchronous
4493 processes.
4494 (Traces and Profiles): Describe verbose level 9.
4495
4496 * trampver.texi: Update release number.
4497
4498 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
4499
4500 * dbus.texi (Alternative Buses): New chapter.
4501
4502 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4503
4504 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
4505
4506 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4507
4508 * calc.texi (Customizing Calc): Rearrange description of new
4509 variables to match the presentation of other variables.
4510
4511 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4512
4513 * org.texi (Footnotes, Tables in HTML export): Fix typos.
4514
4515 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4516
4517 * calc.texi (Making Selections, Selecting Subformulas)
4518 (Customizing Calc): Mention how to use faces to emphasize selected
4519 sub-formulas.
4520
4521 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
4522
4523 * tramp.texi (External packages): File attributes cache flushing
4524 for asynchronous processes.
4525
4526 2010-08-01 Alan Mackenzie <acm@muc.de>
4527
4528 Enhance the manual for the latest Java Mode.
4529
4530 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
4531 annotation-var-cont.
4532 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
4533 two new symbols.
4534
4535 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
4536
4537 * tramp.texi (Traces and Profiles): Describe verbose level 9.
4538
4539 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
4540
4541 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
4542
4543 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
4544
4545 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
4546
4547 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4548
4549 * org.texi: Add macros to get plain quotes in PDF output.
4550 List additional contributors.
4551 (Capture): New section, replaces the section about remember.
4552 (Working With Source Code): New chapter, focused on documenting Org
4553 Babel.
4554 (Code evaluation security): New section.
4555 (MobileOrg): Document DropBox support.
4556 (TaskJuggler export): Document taskjuggler and Gantt chart support.
4557 (Special symbols): Show how to display UTF8 characters for entities.
4558 (Global TODO list): Clarify the use of the "M" key and the differences
4559 to the "m" key.
4560 (RSS Feeds): Mention Atom feeds as well.
4561 (Setting tags): Remove paragraph about
4562 `org-complete-tags-always-offer-all-agenda-tags'.
4563
4564 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
4565
4566 * tramp.texi (Inline methods): Remove remark about doubled "-t"
4567 argument.
4568 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
4569 echoing shells.
4570
4571 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
4572
4573 * tramp.texi (Inline methods): Remove "kludgy" phrase.
4574 (Filename Syntax): Describe port numbers.
4575
4576 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
4577
4578 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
4579 forgotten.
4580 (Type Conversion): Precise conversion of natural numbers.
4581 (Errors and Events): Add "debugging" to concept index. Add variable
4582 `dbus-debug'.
4583
4584 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
4585
4586 * dbus.texi (Receiving Method Calls): Add optional argument
4587 EMITS-SIGNAL to `dbus-register-property'.
4588
4589 2010-06-27 Alex Schroeder <alex@gnu.org>
4590
4591 * nxml-mode.texi (Commands for locating a schema): Fix typo.
4592
4593 2010-06-24 Glenn Morris <rgm@gnu.org>
4594
4595 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4596 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
4597 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4598 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
4599 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
4600 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
4601 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
4602 * woman.texi: Start direntry descriptions in column 32, per Texinfo
4603 convention. Make them end with a period.
4604
4605 2010-06-23 Glenn Morris <rgm@gnu.org>
4606
4607 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
4608 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
4609 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
4610 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
4611 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
4612 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
4613
4614 2010-06-10 Glenn Morris <rgm@gnu.org>
4615
4616 * idlwave.texi (Load-Path Shadows):
4617 * org.texi (Handling links): Fix typos.
4618
4619 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4620
4621 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
4622
4623 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
4624
4625 * eshell.texi (Built-ins): Describe, how to disable a built-in command
4626 by an alias. (Bug#6226)
4627
4628 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4629
4630 * calc.texi (Manipulating Vectors): Mention that vectors can
4631 be used to determine bins for `calc-histogram'.
4632
4633 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
4634
4635 * calc.texi: Remove "\turnoffactive" commands throughout.
4636
4637 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4638
4639 * url.texi (HTTP language/coding, Customization):
4640 * message.texi (Header Commands, Responses):
4641 * cl.texi (Argument Lists): Fix typos.
4642
4643 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4644
4645 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
4646 Note that Development menu is always available.
4647 (Creating a project): Fix terminology.
4648 (Add/Remove files): Fix typo.
4649
4650 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4651
4652 * Version 23.2 released.
4653
4654 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
4655
4656 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
4657
4658 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
4659
4660 * tramp.texi (Inline methods, Default Method):
4661 Mention `tramp-inline-compress-start-size'.
4662
4663 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4664
4665 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
4666 the CVS repo. Put the Git repo in the news section.
4667
4668 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
4669 Removed some mentions of CVS. Mention the new Git repo.
4670
4671 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
4672
4673 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
4674 (Mail Group Commands): Add index entry.
4675
4676 2010-04-18 Glenn Morris <rgm@gnu.org>
4677
4678 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
4679
4680 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
4681
4682 * calc.texi (Radix modes): Mention that the option prefix will
4683 turn on twos-complement mode.
4684 (Inverse and Hyperbolic Flags): Mention the Option flag.
4685
4686 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
4687
4688 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
4689 (LaTeX/PDF export commands): Rename and Move section.
4690 (Sectioning structure): Update.
4691 (References): New use case for field coordinates.
4692 (The export dispatcher): Rename from ASCII export.
4693 (Setting up the staging area): Document the availability of
4694 encryption for MobileOrg.
4695 (Images and tables): Document how to reference labels.
4696 (Index entries): New section.
4697 (Generating an index): New section.
4698 (Column width and alignment): Document that <N> now
4699 means a fixed width, not a maximum width.
4700 (Publishing options): Document the :email option.
4701 (Beamer class export): Fix bug in the BEAMER example.
4702 (Refiling notes): Document refile logging.
4703 (In-buffer settings): Document refile logging keywords.
4704 (Drawers): Document `C-c C-z' command.
4705 (Agenda commands): Mention the alternative key `C-c C-z'.
4706 (Special properties): Document the BLOCKED property.
4707 (The spreadsheet): Mention the formula editor.
4708 (References): Document field coordinates.
4709 (Publishing action): Correct the documentation for the
4710 publishing function.
4711 (The date/time prompt): Document that we accept dates
4712 like month/day/year.
4713 (Cooperation): Document the changes in table.el support.
4714 (Faces for TODO keywords, Faces for TODO keywords)
4715 (Priorities): Document the easy colors.
4716 (Visibility cycling): Document the new double prefix
4717 arg for `org-reveal'.
4718 (Cooperation): Remember.el is part of Emacs.
4719 (Clean view): Mention that `wrap-prefix' is also set by
4720 org-indent-mode.
4721 (Agenda commands): Add information about prefix args to
4722 scheduling and deadline commands.
4723 (Search view): Point to the docstring of
4724 `org-search-view' for more details.
4725 (Agenda commands): Document that `>' prompts for a date.
4726 (Setting tags): Document variable
4727 org-complete-tags-always-offer-all-agenda-tags.
4728 (Column attributes): Cross-reference special properties.
4729
4730 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4731
4732 Synchronize with Tramp repository.
4733
4734 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
4735 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
4736 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
4737 syntax, texi2dvi reports errors with the backquotes.
4738
4739 * trampver.texi: Update release number.
4740
4741 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
4742
4743 * gnus.texi (Finding the News): Add pointers to the Server buffer
4744 because it's essential.
4745
4746 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4747
4748 * gnus.texi (MIME Commands): Update description of
4749 gnus-article-browse-html-article.
4750
4751 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4752
4753 * auth.texi (Secret Service API): Add TODO node.
4754 (Help for users): Explain the new source options for `auth-sources'.
4755
4756 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4757
4758 * trampver.texi: Update release number.
4759
4760 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4761
4762 * Branch for 23.2.
4763
4764 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4765
4766 * faq.texi (Escape sequences in shell output): Note that ansi-color is
4767 now enabled by default.
4768
4769 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4770
4771 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
4772 when Emacs runs in interactive mode. (Bug#5645)
4773
4774 2010-02-16 Glenn Morris <rgm@gnu.org>
4775
4776 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
4777
4778 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4779
4780 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
4781
4782 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4783
4784 * gnus.texi (Score File Format): Fix typo.
4785
4786 2010-01-19 Mark A. Hershberger <mah@everybody.org>
4787
4788 * cc-mode.texi: Replace references to obsolete c-subword-mode.
4789
4790 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4791
4792 * ada-mode.texi (Project File Overview): Fix typo.
4793
4794 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4795
4796 * semantic.texi: Add Richard Y. Kim credit.
4797
4798 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
4799
4800 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
4801
4802 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
4803 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
4804
4805 2010-01-17 Glenn Morris <rgm@gnu.org>
4806
4807 * calc.texi (Reporting Bugs): Don't mention format of repository.
4808
4809 * woman.texi (Bugs): Make "Emacs repository" less specific,
4810 and the URL for same more specific.
4811
4812 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
4813
4814 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4815
4816 * ede.texi (ede-step-project, ede-proj-target):
4817 * tramp.texi (Remote processes): Fix typos.
4818
4819 2010-01-16 Mario Lang <mlang@delysid.org>
4820
4821 * ede.texi (ede-target):
4822 * org.texi (Refiling notes): Remove duplicated words.
4823
4824 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * gnus.texi (Posting Styles): Use with-current-buffer.
4827 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
4828
4829 2010-01-02 Kevin Ryde <user42@zip.com.au>
4830
4831 * eieio.texi (Naming Conventions): Correction to xref on elisp
4832 coding conventions, is "Tips" node not "Standards".
4833
4834 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
4835
4836 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
4837
4838 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
4839
4840 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4841
4842 * gnus.texi (Direct Functions): Add missing port number to tls method.
4843
4844 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
4845
4846 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
4847 ($(infodir)/edt, edt.dvi): New targets.
4848
4849 2009-12-15 Glenn Morris <rgm@gnu.org>
4850
4851 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
4852 (edt, $(infodir)/edt, edt.dvi): New targets.
4853 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
4854
4855 * Makefile.in (PDF_TARGETS, pdf): New.
4856 (clean): Add *.pdf.
4857 Add pdf rules for all manuals.
4858
4859 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
4860
4861 * calc.texi (Radix Modes): Clarify two's complement notation.
4862
4863 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4864
4865 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
4866 (Smart Jump, Analyzer Debug): Copyedits.
4867 (Semantic mode user commands): Link to new nodes.
4868 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
4869 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
4870 upstream Semantic manual.
4871
4872 * semantic.texi (Introduction): Minor fix to diagram.
4873
4874 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4875
4876 * eshell.texi (History): Add the other built-in variables.
4877 (Built-ins): Explain built-ins, and how to apply the external commands.
4878 Add `history', `su' and `sudo'.
4879
4880 * tramp.texi (Remote processes): Add missing <RET> in the example.
4881
4882 2009-12-01 Bill Wohler <wohler@newt.com>
4883
4884 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
4885 path for mairix example. Specify -q in namazu example since namazu is
4886 excessively garrulous.
4887
4888 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4889
4890 * tramp.texi (Remote processes): Improve eshell example with "su"
4891 and "sudo" commands.
4892
4893 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
4894
4895 * semantic.texi (Analyzer Internals): Rename from Analyzer.
4896
4897 * sem-user.texi (Semantic mode user commands): Fix key syntax.
4898 Document semantic-complete-analyze-inline.
4899 (Semanticdb search debugging commands): Minor clarification.
4900 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
4901 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
4902 manual.
4903 (Semantic mode): Link to Idle Scheduler.
4904
4905 2009-11-28 Kevin Ryde <user42@zip.com.au>
4906
4907 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
4908 @pxref, now EIEIO is in Emacs.
4909
4910 * erc.texi (Development): Correction to git tutorial url.
4911
4912 2009-11-26 Glenn Morris <rgm@gnu.org>
4913
4914 * faq.texi (Latest version of Emacs): Mention stability of development
4915 version.
4916 (Problems with very large files): Max buffer size increase in 23.2.
4917 (VM): VM has moved house again.
4918
4919 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4920
4921 * calc.texi (Radix modes): Discuss alternate bases for two's complement
4922 notations.
4923
4924 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
4925
4926 * org.texi (Column attributes): Fix documentation of new operators.
4927
4928 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4929
4930 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
4931 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
4932 (Idle Completions Mode): Numerous copyedits.
4933
4934 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
4935
4936 * semantic.texi (Semantic Internals, Glossary):
4937 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
4938 (Semanticdb search debugging commands): Fix typos.
4939
4940 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4941
4942 * calc.texi (Radix modes): Mention twos-complement notation.
4943
4944 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
4945
4946 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
4947 ($(infodir)/semantic, semantic.dvi): New targets.
4948
4949 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
4950
4951 * Makefile.in: Build the Semantic manual.
4952
4953 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
4954 repository.
4955
4956 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4957
4958 * dbus.texi (Receiving Method Calls): New defun
4959 `dbus-unregister-service'.
4960
4961 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
4962
4963 * org.texi (Speed keys): New section.
4964
4965 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4966
4967 * dbus.texi (Type Conversion): Fix typo.
4968 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
4969 `dbus-registered-objects-table'.
4970 (Receiving Method Calls): New defun `dbus-register-property'.
4971 Move `dbus-unregister-object' here.
4972
4973 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4974
4975 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
4976
4977 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
4978
4979 * org.texi (Column attributes): Add the new age summary operators.
4980 Also, mention the fact you can only use one summary operator per
4981 property.
4982
4983 2009-11-13 John Wiegley <johnw@newartisans.com>
4984
4985 * org.texi (Tracking your habits): Add a new section in the
4986 manual about how to track habits.
4987 (Resolving idle time): Add a section on how idle and
4988 dangling clocks are resolved.
4989
4990 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4991
4992 * org.texi (Agenda commands): Document the new `i' command.
4993 (Inserting deadline/schedule): Document logging changes
4994 of scheduling and deadline times stamps.
4995 (In-buffer settings): Document the in-buffer keywords for logging
4996 changes of scheduling and deadline times stamps.
4997 (Structure editing, Plain lists): Document indentation
4998 cycling in empty entries with TAB.
4999 (Archiving): Document the default archiving command.
5000 (Moving subtrees): Document the new keys for archiving.
5001 (Internal archiving): Fix incorrect key.
5002 (Agenda commands): Document the TODO set switching commands.
5003 (Agenda commands): Document the new archiving keys.
5004 (Clocking work time): Better description on how to save
5005 and restore a clock.
5006 (Resolving idle time): Mention the x11idle program to get true
5007 idleness also under X11.
5008 (Resolving idle time): Use @kbd instead of @key for normal
5009 letters, because this is how he rest of the manual does this.
5010 (Pushing to MobileOrg): Mention that `org-directory'
5011 should be set.
5012 (Agenda commands): Document that SPC is a filter for
5013 any tag.
5014 (Search view): Rename from "Keyword search".
5015 (Capure): New chapter.
5016 (Markup): New chapter.
5017 (Links in HTML export, Images in HTML export):
5018 Extend the section titles.
5019 (Images in HTML export): Document the align option.
5020 (Text areas in HTML export): Extend the section title.
5021 (Images in LaTeX export): Explain image placement in LaTeX.
5022
5023 2009-11-10 Glenn Morris <rgm@gnu.org>
5024
5025 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
5026
5027 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5028
5029 * tramp.texi (Auto-save and Backup): Disable backups just for a
5030 method.
5031
5032 * trampver.texi: Update release number.
5033
5034 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5035
5036 Sync with Tramp 2.1.17.
5037
5038 * trampver.texi: Update release number.
5039
5040 2009-10-29 Glenn Morris <rgm@gnu.org>
5041
5042 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
5043
5044 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5045
5046 * tramp.texi (External methods): Temporary files are kept for
5047 `rsync' and `rsyncc' methods.
5048
5049 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5050
5051 * eieio.texi: Fix typos.
5052
5053 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5054
5055 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
5056
5057 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5058
5059 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
5060 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
5061
5062 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5063
5064 * Makefile.in: Build EIEIO and EDE manuals.
5065
5066 2009-10-07 Eric Ludlam <zappo@gnu.org>
5067
5068 * eieio.texi:
5069 * ede.texi: New files.
5070
5071 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5072
5073 * tramp.texi (Remote processes): Association of a pty is not supported.
5074
5075 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
5076
5077 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
5078 (Processing LaTeX fragments): Document that the size of images can be
5079 changes using the variable `org-format-latex-options'.
5080 (The date/time prompt, Timestamps): Be more accurate over ISO format
5081 dates and times.
5082 (Visibility cycling): Document showeverything keyword.
5083 (In-buffer settings): Document showeverything keyword.
5084 (Setting up the staging area): Fix the example.
5085 (MobileOrg): New section.
5086 (Agenda commands, Exporting Agenda Views): Document exporting the
5087 agenda view to Org files.
5088
5089 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5090
5091 * tramp.texi (History): Add IMAP support.
5092 (External methods): Add `imap' and `imaps' methods.
5093 (GVFS based methods): Add indices for `davs'.
5094 (Password handling): Rename anchors. Add IMAP entries for
5095 ~/.authinfo.gpg.
5096
5097 * trampver.texi: Set default value of `emacsimap'.
5098
5099 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5100
5101 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
5102
5103 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5104
5105 * dired-x.texi (Technical Details):
5106 Delete dired-up-directory (Bug#4292).
5107
5108 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
5109
5110 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
5111
5112 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
5113
5114 * org.texi (Effort estimates): Document new effort setting commands.
5115 (Agenda commands): Document the new keys fro agenda time motion.
5116 Document entry text mode. Improve documentation of the keys to include
5117 inactive time stamps into the agenda view.
5118 (Feedback): Document the new bug report command.
5119 (Structure editing): Add an index entry for the sorting of subtrees.
5120
5121 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5122
5123 * auth.texi (Help for users): Corrected markup.
5124
5125 2009-09-02 Glenn Morris <rgm@gnu.org>
5126
5127 * emacs-mime.texi (time-date): Mention float-time.
5128
5129 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
5130
5131 * calc.texi (Simplifying Formulas): Improve the wording.
5132
5133 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
5134
5135 * auth.texi: Rewritten for coverage and clarity.
5136
5137 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5138
5139 * gnus.texi (Expiring Mail):
5140 Mention gnus-mark-copied-or-moved-articles-as-expirable.
5141 (Various Various): Mention gnus-safe-html-newsgroups.
5142
5143 * gnus-news.texi: Mention
5144 gnus-mark-copied-or-moved-articles-as-expirable.
5145
5146 * emacs-mime.texi (Display Customization): Add xref to
5147 gnus-safe-html-newsgroups.
5148
5149 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5150
5151 * tramp.texi (Version Control): Remove.
5152 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
5153 reference.
5154 (External methods): Correct `scpc' concept index entries. New method
5155 `rsyncc'.
5156 (External packages): New subsections "Filename completion" and "File
5157 attributes cache".
5158
5159 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
5160
5161 * calc.texi (Rewrite Rules): Improve the example.
5162 (Simplifying Formulas): Explain use of the I and H flags for
5163 simplification.
5164
5165 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5166
5167 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
5168 Describe autostart behavior of dbus-ping.
5169 (Synchronous Methods, Asynchronous Methods): Use English numeric format
5170 for timeout values.
5171 (Top): Remove footnote saying D-Bus is not enabled by
5172 default. (Bug#4256)
5173
5174 2009-08-23 Daiki Ueno <ueno@unixuser.org>
5175
5176 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
5177 Reported by Jari Aalto (Bug#4211).
5178 (Mail-mode integration): Mention epa-mail-mode and
5179 epa-global-mail-mode.
5180 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
5181 epa-setup.
5182
5183 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
5184
5185 * dbus.texi (Asynchronous Methods): Allow nil handler.
5186
5187 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
5188
5189 * ediff.texi (ediff-current-file): Add information about this new function.
5190
5191 * viper.texi: Add information about C-s in viper's search command.
5192
5193 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
5194
5195 * calc.texi (Date Forms): Fix typos.
5196
5197 2009-08-08 Glenn Morris <rgm@gnu.org>
5198
5199 * org.texi (Agenda commands): Restore clobbered change.
5200
5201 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5202
5203 * calc.texi (Graphics, Devices): Update with the peculiarities of
5204 operation on MS-Windows.
5205
5206 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
5207
5208 * org.texi (Publishing action): Improve documentation of file
5209 names when publishing to the source directory.
5210 (Clean view): Document `org-indent-mode'.
5211 (Clocking work time): Add documentation for the
5212 new :timetamp option when creating a clock report.
5213 (Paragraphs): Fix many typos.
5214 (Plain lists): Remove duplicate explanation about the
5215 `C-c *' command.
5216 (Literal examples): Update to reflect the new behavior
5217 of the -n -r -k switches when exporting source code examples.
5218 (Structure editing): Add information about `C-c *',
5219 converting a plain list into a list of Org items.
5220 (Remember): Small rephrasing of the paragraph
5221 describing remember.el. Also mentioned that remember.el is part
5222 of Emacs 23, not Emacs 22.
5223 (Clocking work time): Add documentation about
5224 displaying the current clocking time against the effort estimate.
5225 Also add a footnote about using `org-clock-in-prepare-hook' to add
5226 an effort estimate on the fly, just before clocking it.
5227 (Footnotes): Document automatic renumbering and
5228 sorting.
5229 (Agenda commands): Document new bulk commands.
5230 (Plain lists): Document new behavior of
5231 `org-cycle-include-plain-lists'.
5232 Hyphenation only in TeX.
5233 (Clocking work time): Document the key to update effort
5234 estimates.
5235 (Clocking work time): Document the clock time display.
5236 (Structure editing, TODO basics): Document new
5237 variables.
5238 (Column attributes): Document new colciew operators.
5239 (Publishing options): Document :xml-declaration.
5240 (Tracking TODO state changes): Document the
5241 LOG_INTO_DRAWER property.
5242 (Literal examples): Document the new implementation for
5243 editing source code.
5244 (Publishing action): Mention the new publishing
5245 function, to publish an Org source file.
5246 (Publishing links): Mention how to link to an Org source file.
5247 (Macro replacement): Document new macros.
5248 (Handling links): Document type-specific completion
5249 when inserting links.
5250 (Structure editing, Plain lists): Improve documentation
5251 on sorting.
5252 (Internal links): Document custom ids for links.
5253 (Handling links): Document custom ids for links.
5254 (CSS support): Document new class.
5255 (Refiling notes): Document the possibility to create new nodes
5256 during refiling.
5257 (Agenda commands): Document the "?" operator to find
5258 tasks without effort setting.
5259 (Exporting agenda information): Section moved.
5260 (RSS Feeds): New section.
5261 (Built-in table editor): Document M-e and M-a navigate
5262 inside table field.
5263 (Stuck projects): Docment that projects identified as
5264 un-stuck will still be searchd for stuck sub-projects.
5265 (Paragraphs): Document centering.
5266 (Creating timestamps, Agenda commands): Document new
5267 behavior when changing time stamps.
5268 (Structure editing): Document the new command
5269 `org-clone-subtree-with-time-shift'.
5270 (Publishing): Refresh this chapter.
5271 (Export options, Export options, In-buffer settings):
5272 Document the new keywords.
5273 (Matching tags and properties): Collect all
5274 documentation about tags/property matches here.
5275 (Setting tags): Document `org-tag-persistent-alist'.
5276 (Weekly/daily agenda): New section.
5277 (Orgstruct mode): Describe `orgstruct++-mode'.
5278 (Drawers): Mention the LOGBOOK drawer.
5279 (Export options, Sectioning structure): Document the
5280 #+LEATEX_HEADER in-buffer setting.
5281 (Bugs): Section removed.
5282 (Hooks): New section.
5283 (Add-on packages): Move here from old location.
5284 (Context-sensitive commands): New section.
5285 (Setting tags): Document newline option.
5286 (Global TODO list, Matching tags and properties):
5287 Mention more variables.
5288 (Checkboxes): Update to changed command behavior.
5289
5290 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
5291
5292 * speedbar.texi (Basic Key Bindings): Fix typo.
5293
5294 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
5295
5296 * calc.texi (Vector/Matrix Functions): Add index entries for both
5297 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
5298 affects matrices with more than one row.
5299 (Help Commands): Add index entries for "prefix ?" key bindings.
5300
5301 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5302
5303 * calc.texi (Stack Manipulation Commands): Add documentation for
5304 `calc-transpose-lines'.
5305
5306 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
5307
5308 * dbus.texi (Receiving Method Calls): Describe special return value
5309 `:ignore'.
5310
5311 2009-07-24 Alan Mackenzie <acm@muc.de>
5312
5313 * cc-mode.texi (Config Basics, File Styles): Document that at mode
5314 initialization, any individual variable setting now takes precedence
5315 over one done via c-file-style/c-file-offsets.
5316
5317 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5318
5319 * calc.texi (Undoing Mistakes): Mention that the undo list will be
5320 truncated when Calc is quit.
5321 (Customizing Calc): Document `calc-undo-length'.
5322
5323 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
5324
5325 * calc.texi (About This Manual): Don't mention chapter numbers in text.
5326
5327 2009-07-11 Kevin Ryde <user42@zip.com.au>
5328
5329 * pcl-cvs.texi (About PCL-CVS):
5330 * widget.texi (Basic Types):
5331 Fix cross-references.
5332
5333 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5334
5335 * dbus.texi (Type Conversion): Don't use literal control character.
5336
5337 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
5338
5339 * tramp.texi (GVFS based methods): New section.
5340 (Remote processes): Processes for GVFS based methods run locally.
5341
5342 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
5343
5344 * tramp.texi (Inline methods, External methods, Gateway methods):
5345 Avoid the words "kludge" and hack".
5346 (External methods): Add `synce' method.
5347
5348 * trampver.texi: Update release number.
5349
5350 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
5351
5352 Sync with Tramp 2.1.16.
5353
5354 * tramp.texi (History): Add GVFS support.
5355 (External methods): Precise `rsync' description. Add `dav', `davs' and
5356 `obex' methods. Add 'tramp-gvfs-methods' option.
5357 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
5358 forms.
5359 (Remote Programs): Introduce `tramp-own-remote-path'.
5360 (Remote processes): New subsection "Running remote programs that create
5361 local X11 windows".
5362 (Frequently Asked Questions): Improve code for disabling vc.
5363
5364 * trampver.texi: Update release number. Set default value of
5365 `emacsgvfs'.
5366
5367 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5368
5369 * Branch for 23.1.
5370
5371 2009-06-17 Glenn Morris <rgm@gnu.org>
5372
5373 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
5374 (Latest version of Emacs): Mention source code repository.
5375
5376 2009-06-16 Glenn Morris <rgm@gnu.org>
5377
5378 * faq.texi (Top): Language tweak.
5379 (Extended commands): Most people have arrow keys.
5380 (Emacs manual): Say how to follow info links.
5381 (File-name conventions): Change title a bit. Explain about source
5382 versus installed. Condense etc description.
5383 (Guidelines for newsgroup postings): Mention Savannah list page.
5384 (Newsgroup archives): Simplify.
5385 (Contacting the FSF): Add contact URL.
5386 (Emacs Lisp documentation): Printed version not always available.
5387 (Installing Texinfo documentation): Explain how by hand installation is
5388 not normally needed. Use add-to-list. Remove duplicate reference.
5389 (Informational files for Emacs): Move info on Help menu here from
5390 "File-name conventions".
5391 (Help installing Emacs): Tweak uref.
5392 (Obtaining the FAQ): Mention repository.
5393 (Origin of the term Emacs): Explain "ITS".
5394 (Changing load-path): Use add-to-list.
5395 (Automatic indentation): Clarify this is for Text mode.
5396 Don't mention Indented Text mode.
5397 (Finding Emacs on the Internet): The FSF does not seem to offer a
5398 deluxe distribution on CD anymore.
5399
5400 2009-06-16 Glenn Morris <rgm@gnu.org>
5401
5402 * faq.texi (Top): Mention which Emacs version this FAQ is about.
5403 Recommend the latest release. Mention how to get older FAQs.
5404 Recommend the Emacs manual.
5405 (Guidelines for newsgroup postings): Discourage cross-posts.
5406 (Underlining paragraphs): Remove.
5407 (Editing MS-DOS files): Remove pre-Emacs 20 information.
5408 (Bugs and problems): Update key-binding.
5409 (Problems with very large files): Mention 64-bit.
5410 (Shell process exits abnormally): Remove.
5411 (Problems with Shell Mode): Rename and update.
5412 (Spontaneous entry into isearch-mode)
5413 (Problems talking to certain hosts): Remove. This is old information,
5414 in etc/PROBLEMS if needed.
5415 (Emacs takes a long time to visit files, Updating Emacs): Remove.
5416 (Dired claims that no file is on this line): Update.
5417 (Installing Emacs, Problems building Emacs): Simplify.
5418 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
5419 information.
5420 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
5421 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
5422 (JDEE): "JDEE", not "JDE".
5423 (Handling C-s and C-q with flow control, Binding C-s and C-q):
5424 Remove. This is old information, in etc/PROBLEMS if needed.
5425 (stty and Backspace key, Kanji and Chinese characters): Remove.
5426 (Right-to-left alphabets): Update section.
5427 (Changing the included text prefix): Gnus uses message-yank-prefix.
5428 Add cross-reference to Supercite manual.
5429 (Saving a copy of outgoing mail): Simplify output file description.
5430 (Expanding aliases when sending mail): Refer to Emacs manual.
5431 Remove old info about RFC822.
5432 Correct description of how to rebuild aliases.
5433 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
5434 (MIME with Emacs mail packages)
5435 (Viewing articles with embedded underlining)
5436 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
5437 Remove old sections.
5438 (Killing based on nonstandard headers): Remove. Scoring is preferable,
5439 and is well-documented in the Gnus manual.
5440 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
5441 (Making Gnus faster): Rename from "Starting Gnus faster".
5442 Merge "Catch-up is slow in Gnus" into here.
5443
5444 2009-06-14 Glenn Morris <rgm@gnu.org>
5445
5446 * faq.texi (Status of Emacs): Re-order with most recent releases first.
5447 (New in Emacs 23): New section.
5448 (Handling C-s and C-q with flow control): Add xref.
5449
5450 2009-06-13 Glenn Morris <rgm@gnu.org>
5451
5452 * faq.texi (Setting up a customization file): Grammar fix.
5453 Customize is no longer "new".
5454 (Displaying the current line or column): Line-number mode is on by
5455 default. Don't mention `column' package. Mention linum.el.
5456 (Turning on abbrevs by default): Explain how to do it for buffers,
5457 modes, and everywhere.
5458 (Associating modes with files): Use add-to-list. Don't mention Emacs
5459 19.
5460 (Highlighting a region): On by default since 23.1.
5461 (Replacing highlighted text): Update doc quote.
5462 (Working with unprintable characters): Don't mention search-quote-char.
5463 (Using an already running Emacs process): Gnuclient is probably not an
5464 enhancement these days.
5465 (Indenting switch statements): Remove mention of pre-Emacs 20.
5466 (Horizontal scrolling): Abbreviate Emacs 20 description.
5467 (Replacing text across multiple files): Fix name of dired command.
5468 (Disabling backups): Use require not load.
5469 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
5470
5471 2009-06-13 Bill Wohler <wohler@newt.com>
5472
5473 Release MH-E manual version 8.2.
5474
5475 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5476 release 8.2.
5477
5478 2009-06-13 Glenn Morris <rgm@gnu.org>
5479
5480 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
5481 in this day and age the common meaning is "on the web".
5482 (copying): Use @copyright in all cases.
5483 (Basic keys): Remove reference to deleted manual node "Text Characters".
5484 (File-name conventions): Use GNU as an example rather than SERVICE.
5485 default.el lives in site-lisp. Update Info directory location.
5486 (Real meaning of copyleft): GPL actions have been brought, but all
5487 settled out of court.
5488 (Guidelines for newsgroup postings): Shorten section title.
5489 Simplify comp.emacs description.
5490 (Newsgroup archives): Change Google URL. Describe Gmane.
5491 (Unsubscribing from Emacs lists): Remove discussion of "distribution
5492 points". Mention List-Unsubscribe header.
5493 (Contacting the FSF): Update email and URLs.
5494 (Basic editing): Mention F1 for help.
5495 (Installing Texinfo documentation): Refer to Texinfo website rather
5496 than ftp server.
5497 (Printing a Texinfo file): Mention texi2pdf.
5498 (Informational files for Emacs): Don't describe FTP or SERVICE, they
5499 are just stubs nowadays.
5500 (Latest version of Emacs): Explain version numbers.
5501 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
5502 (Turning on syntax highlighting): No need to mention hilit19 any more.
5503 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
5504 (Modes for various languages): Remove section.
5505 (Major packages and programs): Remove most version and maintainer
5506 information - it's hard to keep up-to-date, and adds nothing.
5507 Similarly with direct links to mailing lists.
5508 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
5509 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
5510 years, and Emacs comes with tools for this now.
5511 (Patch): Remove section - this is a standard tool.
5512 (Using function keys under X): Remove section.
5513
5514 2009-06-12 Glenn Morris <rgm@gnu.org>
5515
5516 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
5517 (Help installing Emacs): Remove reference to deleted X11 node.
5518 (Associating modes with files): Interpreter-mode-alist is no longer
5519 subservient to auto-mode-alist.
5520 (Installing Emacs): Change future Emacs version.
5521 (Linking with -lX11 fails): Remove old section.
5522 (Packages that do not come with Emacs): Update ELL location.
5523 Emacs Lisp archive is dead.
5524 (Emacs for Windows): Remove reference to old CE port.
5525 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
5526 (Emacs for VMS and DECwindows): Remove old ports.
5527 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
5528 (Removing flashing messages): Remove section about non-existent Gnus
5529 option.
5530
5531 * faq.texi (Top): Add @top command.
5532 Remove the optional arguments from all @node commands: makeinfo can
5533 generate these automatically, and it is easier to edit and rearrange
5534 nodes without them.
5535
5536 2009-06-11 Glenn Morris <rgm@gnu.org>
5537
5538 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
5539 (The LPF): Make the updated URL the sole reference point.
5540 (Learning how to do something): Update refcard price and format.
5541 (Getting a printed manual): Sources in doc/emacs/, not man/.
5542 Also available in PDF format. Since the page count varies, be less
5543 precise.
5544 (Informational files for Emacs): Remove references to deleted files
5545 LPF and SUN-SUPPORT, and to UUCP.
5546 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
5547 Remove many obsolete ways to get the FAQ, which now seems only to be
5548 distributed with Emacs.
5549 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
5550
5551 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
5552
5553 * org.texi (Org Plot): Fix tags (Bug#3507).
5554 (Workflow states, Agenda commands): Fix tags (Bug#3508).
5555
5556 * ada-mode.texi (Installation, Compile commands)
5557 (Project File Overview, No project files, Set compiler options)
5558 (Use GNAT project file, Use multiple GNAT project files)
5559 (Identifier completion): Use @samp for menu items, and @kbd for key
5560 sequences (Bug#3504).
5561
5562 2009-06-04 Daiki Ueno <ueno@unixuser.org>
5563
5564 * gnus.texi (Security): Fix wording; add a link to epa.info.
5565
5566 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
5567
5568 * message.texi (Header Commands): Fix descriptions to match
5569 keybindings.
5570
5571 2009-04-22 Daiki Ueno <ueno@unixuser.org>
5572
5573 * gnus.texi (Security): Mention that EasyPG is the current default.
5574
5575 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5576
5577 * ediff.texi (Session Commands): Fix typo.
5578
5579 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
5580
5581 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
5582 news.software.readers. Reported by Florian Rehnisch.
5583
5584 2009-04-02 Glenn Morris <rgm@gnu.org>
5585
5586 * auth.texi: Capitalize direntry.
5587
5588 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
5589 using a period in the entry name. (Bug#2797)
5590
5591 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
5592
5593 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
5594 ($(infodir)/auth, auth.dvi): New targets.
5595
5596 2009-03-03 Glenn Morris <rgm@gnu.org>
5597
5598 * auth.texi: Fix @setfilename.
5599
5600 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
5601 (auth, $(infodir)/auth, auth.dvi): New rules.
5602
5603 2009-02-25 Glenn Morris <rgm@gnu.org>
5604
5605 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
5606
5607 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5608
5609 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
5610
5611 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5612
5613 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
5614 gnus-nocem-issuers, and gnus-nocem-verifyer.
5615
5616 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5617
5618 * ada-mode.texi (Project files, Automatic Casing):
5619 * dbus.texi (Signals):
5620 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
5621 * mh-e.texi (HTML):
5622 * nxml-mode.texi (Locating a schema)
5623 (Using the document's URI to locate a schema):
5624 * org.texi (Footnotes, Using the mapping API):
5625 * rcirc.texi (Channels): Remove duplicate words.
5626
5627 2009-02-20 Glenn Morris <rgm@gnu.org>
5628
5629 * dired-x.texi (Miscellaneous Commands):
5630 * gnus.texi: Minor updates for mbox Rmail.
5631
5632 2009-02-16 Karl Berry <karl@gnu.org>
5633
5634 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
5635 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
5636 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
5637 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
5638 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
5639 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
5640 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
5641 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5642 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
5643 Consistently use @insertcopying in the Top node,
5644 @contents at the front (after @end titlepage),
5645 and @direntry after @copying. (Bug#1988)
5646
5647 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5648
5649 * auth.texi: New file documenting auth-source.
5650
5651 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
5652
5653 * org.texi (Org Plot): Fix link.
5654
5655 2009-02-09 Daiki Ueno <ueno@unixuser.org>
5656
5657 * epa.texi (Mail-mode integration): Mention the way to do
5658 "encrypt-to-self". (Bug#1807)
5659
5660 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5661
5662 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
5663
5664 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
5665
5666 * gnus-news.texi: Print version about Incoming*.
5667
5668 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
5669
5670 * org.texi (Structure editing, Handling links)
5671 (Fast access to TODO states, Javascript support): Make standard docs
5672 correctly reflect default variable settings.
5673
5674 2009-02-02 Glenn Morris <rgm@gnu.org>
5675
5676 * org.texi: Fix typos.
5677
5678 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
5679
5680 Sync with Tramp 2.1.15.
5681
5682 * trampver.texi: Update release number.
5683
5684 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
5685
5686 * org.texi (TODO dependencies): Document TODO dependencies on
5687 checkboxes.
5688
5689 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
5690
5691 * org.texi (TODO dependencies): Document key binding for toggling
5692 ORDERED property.
5693
5694 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
5695
5696 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
5697 of hook functions.
5698
5699 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
5700
5701 * org.texi (TODO dependencies): New section.
5702
5703 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
5704
5705 * org.texi (Plain lists, TODO basics, Priorities)
5706 (Multiple sets in one file, Conflicts): Document interaction with
5707 `shift-selection-mode'.
5708
5709 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
5710
5711 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
5712 Make Calc the subject of sentences.
5713 (Rearranging Formulas using Selections): Discuss new options
5714 for `j *'.
5715
5716 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
5717
5718 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
5719
5720 2009-01-26 Glenn Morris <rgm@gnu.org>
5721
5722 * org.texi: Fix typos.
5723
5724 2009-01-26 Bill Wohler <wohler@newt.com>
5725
5726 * mh-e.texi (EDITION, UPDATED): Update.
5727
5728 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
5729
5730 * org.texi (References): Add information about remote references.
5731 (Built-in table editor): Document `C-c RET' in tables.
5732 (Math symbols, Quoting LaTeX code): Mention that simple
5733 LaTeX macros survive LaTeX export.
5734 (Images in LaTeX export): Show how to create a reference to a
5735 figure.
5736 (Sectioning structure): Document that the LaTeX class can be
5737 specified in a property.
5738 (Text areas in HTML export): New section.
5739 (External links): Add examples for text search and ID links.
5740 (Built-in table editor): Remove the descriptio of `C-c
5741 C-q', it not longer works.
5742 (Literal examples): Document that a space must follow
5743 the colon in short examples.
5744 (Relative timer): Document `org-timer-stop'.
5745 (Footnotes): New section.
5746 (Footnote markup): Shorten section and refer to new Footnote
5747 section.
5748 (Literal examples): Add documentation for line
5749 numbering in and references to code examples.
5750 (CSS support): Fix the description of default CSS styles.
5751 (Capturing column view): Document
5752 "file:path/to/file.org" as an allowed value for the ID property of
5753 a dynamic block copying column view.
5754
5755 2009-01-23 Stephen Eglen <stephen@gnu.org>
5756
5757 * mh-e.texi (Getting Started): Describe $MH.
5758
5759 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
5760
5761 * tramp.texi (all): Harmonize usage of "external method",
5762 "external transfer method" and "out-of-band method".
5763 (Connection types): Precise the differences of inline and external
5764 methods. Written by Adrian Phillips <a.phillips@met.no>.
5765
5766 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5767
5768 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
5769 commands as described at the top. Reported by Allan Gottlieb
5770 <gottlieb@nyu.edu>.
5771
5772 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5773
5774 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
5775 nnmail-pathname-coding-system.
5776
5777 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
5778
5779 * org.texi (Relative timer): Fix typo.
5780
5781 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
5782
5783 * org.texi (Clocking work time): Fix typo.
5784 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
5785
5786 2009-01-13 Glenn Morris <rgm@gnu.org>
5787
5788 * org.texi: Fix some more typos.
5789
5790 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
5791
5792 * org.texi: Fix some typos.
5793
5794 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5795
5796 * gnus.texi (Group Parameters): Add note for local variables.
5797
5798 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5799
5800 * gnus.texi (Converting Kill Files): Fix URL.
5801 Include gnus-kill-to-score.el in contrib directory.
5802
5803 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5804
5805 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
5806 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
5807 (Paging the Article): Add index entry.
5808
5809 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
5810
5811 * ada-mode.texi (Examples): Delete redundant text.
5812
5813 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
5814
5815 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
5816
5817 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
5818 addresses.
5819
5820 2009-01-03 Bill Wohler <wohler@newt.com>
5821
5822 * mh-e.texi (Scan Line Formats): Indicate that first column should be
5823 kept empty.
5824
5825 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
5826
5827 * org.texi (Activation, Exporting, ASCII export, HTML export)
5828 (HTML Export commands, LaTeX/PDF export commands):
5829 Improve documentation about transient-mark-mode.
5830 (References): Document the use of special names like $LR1 to reference
5831 to fields in the last table row.
5832
5833 2008-12-19 Juri Linkov <juri@jurta.org>
5834
5835 * info.texi (Search Text): Remove mention of removed key binding M-s.
5836
5837 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
5838
5839 * org.texi (References): Remove mentioning of @0 as reference for the
5840 last line, this has been reverted in the Lisp sources.
5841
5842 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
5843
5844 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
5845 (DVI_TARGETS): Remove duplicates. Add sasl.
5846 ($(infodir)/sasl, sasl.dvi): New targets.
5847
5848 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
5849
5850 * org.texi: Version number pushed to 6.15d.
5851
5852 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
5853
5854 * org.texi (Tables in LaTeX export): New section.
5855 (Images in LaTeX export): New section.
5856 (Inlined images, Images in HTML export): Sections renamed.
5857
5858 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5859
5860 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
5861
5862 2008-12-04 David Engster <dengste@eml.cc>
5863
5864 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
5865 of nnml-get-new-mail. Change URL for mairix patch.
5866
5867 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5868
5869 * org.texi (Using the mapping API): Fix bug in mapping example.
5870 (Publishing options): Make the list of properties complete again, in
5871 correspondence to the variable `org-export-plist-vars'.
5872 (Property searches): Document new special values for time comparisons.
5873 (Tag inheritance): Refine the description of tag inheritance.
5874 (Project alist): Add info about the publishing sequence of components.
5875 (Effort estimates): Document the new relative timer.
5876
5877 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
5878
5879 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
5880 (Using Calc): Clarify use of `C-x * o'.
5881 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
5882
5883 2008-11-28 Richard M Stallman <rms@gnu.org>
5884
5885 * dbus.texi (Receiving Method Calls): Clean up previous change.
5886
5887 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
5888
5889 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
5890 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
5891 `dbus-unescape-from-identifier'.
5892 (Receiving Method Calls): New constants `dbus-service-emacs' and
5893 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
5894 (Signals): Use the constants in the example.
5895
5896 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
5897
5898 * org.texi: Re-apply change to FDL 1.3.
5899
5900 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
5901
5902 * org.texi (Setting up Remember): Document `org-remember-mode'.
5903 (External links): Document that bbdb links can use a regular
5904 expression.
5905 (External links): Document that elisp links can contain interactive
5906 commands.
5907
5908 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5909
5910 * viper.texi (viper-translate-all-ESC-keysequences):
5911 Description removed.
5912
5913 2008-11-19 Glenn Morris <rgm@gnu.org>
5914
5915 * doclicense.texi: Change to FDL 1.3.
5916 Relicense all texi files under FDL 1.3 or later.
5917
5918 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5919
5920 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
5921
5922 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
5923
5924 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
5925
5926 * ediff.texi: Version/date change.
5927
5928 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
5929
5930 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
5931
5932 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
5933
5934 * calc.texi (About This Manual): Comment out a mention of
5935 marginal notes.
5936
5937 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
5938
5939 * org.texi (Clocking work time): Document the :formula property of
5940 clock tables.
5941 (Structure editing, Refiling notes): Document refiling regions.
5942 (Agenda commands): Document the double-prefix version
5943 of the `l' command in the agenda.
5944 (Handling links): Explain the effect of a double prefix
5945 arg to `C-c C-o'.
5946 (TODO basics): Add documentation for tag triggers.
5947
5948 2008-10-23 Glenn Morris <rgm@gnu.org>
5949
5950 * cl.texi (Function Bindings): Mention `flet' fails to deal with
5951 byte-compiling things like `+'.
5952
5953 * ns-emacs.texi: Merge copyright years of author now with assignment
5954 into FSF years.
5955 (VER): Use it for easier automatic updating. Use Emacs version rather
5956 than standalone Emacs.app version.
5957
5958 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
5959
5960 * org.texi: Lots of minor fixes.
5961 (Capture): New chapter.
5962 (Org Plot): New section.
5963
5964 2008-09-30 Magnus Henoch <mange@freemail.hu>
5965
5966 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
5967
5968 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5969
5970 * calc.texi (User Defined Units): Mention how to enter optional display
5971 string.
5972
5973 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5974
5975 * message.texi (Sending Variables): Fix variable documentation to
5976 avoid the "y/n" wording.
5977
5978 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5979
5980 * message.texi (Sending Variables): Add `message-confirm-send' doc.
5981
5982 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5983
5984 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
5985 @enumerate section so as to be able to be formatted with MAKEINFO=no.
5986
5987 2008-09-22 Bill Wohler <wohler@newt.com>
5988
5989 Release MH-E manual version 8.1.
5990
5991 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5992 release 8.1.
5993
5994 * mh-e.texi: Retain dual license as agreed to by the FSF.
5995 However, bump GPL to Version 3.
5996 Use @include for license text.
5997
5998 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
5999
6000 * gnus.texi (Top, Setup, Fancy splitting to parent)
6001 (Store custom flags and keywords, Store arbitrary data):
6002 Clean up markup.
6003
6004 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6005
6006 * gnus.texi (The Gnus Registry): Document it.
6007
6008 2008-09-08 David Engster <dengste@eml.cc>
6009
6010 * gnus.texi (nnmairix): Point out that nnml uses MH format.
6011 Clarify section about choosing back end servers.
6012
6013 2008-08-23 Glenn Morris <rgm@gnu.org>
6014
6015 * dired-x.texi (Shell Command Guessing):
6016 Mention dired-guess-shell-case-fold-search. (Bug#417)
6017
6018 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * trampver.texi: Update release number.
6021
6022 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
6023
6024 * ns-emacs.texi: Update version.
6025 (Introduction): Correct menu location for options save.
6026 (Customization): Note that defaults are stored under org.gnu.Emacs.
6027
6028 2008-08-11 Bill Wohler <wohler@newt.com>
6029
6030 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
6031 explicit about GNU mailutils MH elsewhere (with thanks to Darel
6032 Henman) (closes SF #1768928).
6033
6034 2008-08-10 Glenn Morris <rgm@gnu.org>
6035
6036 * ns-emacs.texi: Use @copying. Change copyright of authors with
6037 assignment to FSF. Change license to GFDL.
6038 (Top): Remove outdated references.
6039
6040 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
6041
6042 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
6043 Add gnus-summary-sort-by-most-recent-number and
6044 gnus-summary-sort-by-most-recent-date.
6045 (Summary Sorting): Explain prefix argument.
6046
6047 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
6048
6049 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
6050 gnus-summary-pipe-output.
6051
6052 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
6053
6054 * dbus.texi (Receiving Method Calls): Document error handling of own
6055 D-Bus methods.
6056
6057 2008-08-01 Bill Wohler <wohler@newt.com>
6058
6059 * mh-e.texi (Reading Mail)
6060 (Viewing Attachments): Describe new function
6061 mh-show-preferred-alternative.
6062 (Sending Mail, Redistributing, Sending Message): Describe new hook
6063 mh-annotate-msg-hook.
6064
6065 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6066
6067 * dbus.texi (Arguments and Signatures): Fix example.
6068 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
6069 (Asynchronous Methods): New node.
6070 (Errors and Events): Describe extended layout of `dbus-event'.
6071 New defun `dbus-event-message-type'.
6072
6073 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6074
6075 * ediff.texi: Remove VMS support.
6076
6077 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
6078
6079 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
6080 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
6081
6082 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
6083
6084 * Makefile.in: Add mairix-el targets.
6085
6086 2008-07-29 David Engster <deng@randomsample.de>
6087
6088 * mairix-el.texi: New file.
6089
6090 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
6091
6092 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
6093 project files. Delete 'main_unit' project variable; not needed. Allow
6094 process environment variables wherever project variables are allowed.
6095 Add tutorial section on multiple GNAT project files.
6096
6097 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
6098
6099 Sync with Tramp 2.1.14.
6100
6101 * trampver.texi: Update release number.
6102
6103 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6104
6105 * ns-emacs.texi:
6106 * faq.texi: Remove mentions of Mac Carbon.
6107
6108 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6109
6110 * gnus.texi (Saving Articles): Describe the 2nd argument of
6111 gnus-summary-save-in-pipe.
6112 (SpamAssassin): Use it.
6113
6114 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6115
6116 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
6117
6118 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
6119
6120 * org.texi (Export options): Document the use of the creator flag.
6121
6122 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
6123
6124 * org.texi: New version 6.06a.
6125
6126 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
6127
6128 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
6129 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
6130
6131 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
6132
6133 * calc.texi (Editing Stack Entries):
6134 (Algebraic Entry): Rewrite introductory sentences so it can be used by
6135 Calc's help functions. Mention fixing typos.
6136 (Customizing Calc): Fix typo.
6137
6138 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
6139
6140 * calc.texi (summarykey): New macro. Use to correctly format keys in
6141 the summary.
6142
6143 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
6144
6145 * ns-emacs.texi (Customization): Corrected documentation on color
6146 specification formats.
6147
6148 2008-07-19 Andreas Schwab <schwab@suse.de>
6149
6150 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
6151
6152 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
6153 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
6154
6155 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
6156
6157 * dbus.texi (Inspection): Rework, introduce submenus.
6158 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
6159 (Properties and Annotations, Arguments and Signatures): New nodes.
6160
6161 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
6162
6163 * dbus.texi (Receiving Method Calls): Fix description of
6164 `dbus-register-method'.
6165 (Signals): Allow also signal arguments for filtering in
6166 `dbus-register-signal'.
6167
6168 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
6169
6170 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
6171 `cnorm'.
6172 (Arithmetic Tutorial): Simplify the verification of prime factors.
6173
6174 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6175
6176 * gnus.texi (Saving Articles): Mention
6177 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
6178
6179 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
6180
6181 * calc.texi: Adjust mode line throughout.
6182
6183 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
6184
6185 * sasl.texi (Mechanisms): Fix typos.
6186
6187 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6188
6189 * calc.texi (Killing from the stack): Mention using normal Emacs
6190 copying.
6191
6192 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
6193
6194 * tramp.texi (Password handling): Rename from "Password caching".
6195 Add `auth-source' mechanism.
6196 (Connection caching): Tramp reopens the connection automatically,
6197 when the operating system on the remote host has been changed.
6198
6199 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6200
6201 * makefile.w32-in (distclean): Remove makefile.
6202
6203 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
6204
6205 * org.texi (Using the mapping API): New section.
6206 (Agenda column view): New section.
6207 (Moving subtrees): Document archiving to the archive sibling.
6208 (Agenda commands): Document columns view in the agenda.
6209 (Using the property API): Document the API for multi-valued properties.
6210
6211 2008-06-17 Jason Riedy <jason@acm.org>
6212
6213 * org.texi (A LaTeX example): Note that fmt may be a one-argument
6214 function, and efmt may be a two-argument function.
6215 (Radio tables): Document multiple destinations.
6216
6217 2008-06-16 Glenn Morris <rgm@gnu.org>
6218
6219 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
6220 Add Cover-Texts.
6221
6222 2008-06-15 Glenn Morris <rgm@gnu.org>
6223
6224 * faq.texi (VER): Update to 23.0.60.
6225
6226 * mh-e.texi: Remove option of licensing under GPL.
6227 Add Cover-Texts to GFDL permissions notice.
6228 (GPL): Remove section.
6229 (GFDL): Include doclicense.texi rather than the actual text.
6230
6231 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
6232 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
6233
6234 * sasl.texi: Fix output file name.
6235
6236 * epa.texi, sasl.texi: Refer to license in Emacs manual.
6237
6238 * gnus-coding.texi: Refer to license in Gnus manual.
6239
6240 * idlwave.texi, sasl.texi: Use @copying.
6241
6242 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
6243
6244 * speedbar.texi: Update Back-Cover Text as per maintain.info.
6245
6246 * url.texi: Use @copying, @title, @subtitle, @author.
6247
6248 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
6249 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
6250 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
6251 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
6252 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
6253 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
6254 * widget.texi, woman.texi:
6255 Remove references to external license, since doclicense is included.
6256
6257 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
6258 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
6259 Remove references to non-existent Invariant Sections.
6260
6261 2008-06-14 Glenn Morris <rgm@gnu.org>
6262
6263 * faq.texi (Major packages and programs): Remove references to external
6264 Supercite, Calc, VIPER, since they have been included for some time.
6265 Update VM, AUCTeX, BBDB entries.
6266
6267 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
6268
6269 * newsticker.texi: Updated to match latest newsticker changes.
6270
6271 2008-06-13 Glenn Morris <rgm@gnu.org>
6272
6273 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
6274 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
6275 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
6276 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
6277 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
6278 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
6279 * woman.texi:
6280 Update Back-Cover Text as per maintain.info.
6281
6282 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6283
6284 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
6285
6286 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
6287 (gnus-faq.xml): Update repository host.
6288
6289 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
6290
6291 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
6292
6293 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
6294 Fix a typo.
6295
6296 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6297
6298 * gnus.texi (Mail Source Customization): Correct values of
6299 `mail-source-delete-incoming'. Reported by Tassilo Horn.
6300 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
6301
6302 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6303
6304 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
6305 coding standards.
6306
6307 2008-06-14 David Engster <dengste@eml.cc>
6308
6309 * gnus.texi (nnmairix): Markup fixes.
6310
6311 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6312
6313 * gnus.texi (nnmairix): Markup and other minor fixes.
6314
6315 2008-06-05 David Engster <dengste@eml.cc>
6316
6317 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
6318
6319 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6320
6321 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
6322 (Searching, nnir, nnmairix): New stub nodes.
6323
6324 2008-05-30 Felix Lee <felix.1@canids.net>
6325
6326 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
6327
6328 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6329
6330 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
6331
6332 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6333
6334 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
6335
6336 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
6337
6338 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
6339
6340 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
6341
6342 * info.texi (Top): Fix typo in xref.
6343
6344 2008-05-05 Karl Berry <karl@gnu.org>
6345
6346 * info.texi (Top): @xref to stand-alone manual.
6347
6348 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6349
6350 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
6351 (Various Summary Stuff): Fix typo in last xref.
6352
6353 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6354
6355 * org.texi (Moving subtrees): Fix typo.
6356
6357 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
6358
6359 * tramp.texi (Frequently Asked Questions): Explain, how to disable
6360 Tramp via `tramp-mode'.
6361
6362 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
6363
6364 * org.texi: Massive changes, in many parts of the file.
6365
6366 2008-04-27 Jason Riedy <jason@acm.org>
6367
6368 * org.texi (A LaTeX example): Note that fmt may be a
6369 one-argument function, and efmt may be a two-argument function.
6370 (Radio tables): Document multiple destinations.
6371
6372 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6373
6374 * gnus.texi (Oort Gnus): Add message-fill-column.
6375
6376 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6377
6378 * gnus.texi (Mail Source Specifiers): Typo fix.
6379
6380 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6381
6382 * gnus.texi (Diary Headers Generation): Update key binding for
6383 `gnus-diary-check-message'.
6384
6385 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6386
6387 * gnus.texi (Emacsen): Addition.
6388
6389 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6390
6391 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
6392
6393 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6394
6395 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
6396
6397 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6398
6399 * gnus-news.texi: Update tool bar item.
6400
6401 2008-04-09 Sven Joachim <svenjoac@gmx.de>
6402
6403 * gnus-news.texi: Fix typos.
6404
6405 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
6406
6407 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
6408 Add mention of `kron'.
6409
6410 2008-04-01 Daiki Ueno <ueno@unixuser.org>
6411
6412 * epa.texi (Encrypting/decrypting *.gpg files):
6413 Document epa-file-name-regexp.
6414
6415 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6416
6417 * gnus.texi (Example Methods): Fix description about ssh-agent.
6418 (Indirect Functions): Fix the default value of nntp-telnet-command;
6419 remove link to connect.html.
6420
6421 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
6422
6423 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
6424 dbus-call-method.
6425 (Receiving Method Calls): The timeout can be set by the calling client.
6426
6427 * trampver.texi: Update release number.
6428
6429 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6430
6431 * gnus.texi (Top): Fix version. Add SASL.
6432
6433 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
6434
6435 Sync with Tramp 2.1.13.
6436
6437 * trampver.texi: Update release number.
6438
6439 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
6440
6441 * org.texi: Update to new org-mode website.
6442
6443 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6444
6445 * cl.texi (For Clauses): Fix loop over key-seq to match code.
6446
6447 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6448
6449 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
6450 gnus-read-ephemeral-gmane-group-url,
6451 gnus-read-ephemeral-emacs-bug-group,
6452 gnus-read-ephemeral-debian-bug-group.
6453
6454 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6455
6456 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
6457
6458 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
6459 Add FIXMEs for Bookmarks and gnus-registry-marks.
6460
6461 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6462
6463 * gnus.texi (Smileys): Document `smiley-style'.
6464
6465 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6466
6467 * gnus.texi (Gnus Development): Clarify difference between ding and
6468 gnu.emacs.gnus.
6469 (MIME Commands, Using MIME, RSS): Fix markup.
6470
6471 * gnus-faq.texi ([8.4]): Ditto.
6472
6473 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6474
6475 * gnus.texi (Emacsen): Remove obsolete stuff.
6476
6477 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6478
6479 * gnus.texi (Oort Gnus): Add version info WRT
6480 `mail-source-delete-incoming'.
6481
6482 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6483
6484 * gnus.texi (Top): Add "Other related manuals" and version info in
6485 `iftex' output.
6486 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
6487 gnus-balloon-face-0 and the corresponding format specifiers.
6488
6489 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
6490
6491 * tramp.texi (Filename completion): Remove footnote about let-bind
6492 of `partial-completion-mode'. It doesn't work this way.
6493
6494 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * pcl-cvs.texi (Contributors): Update my email.
6497
6498 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
6499
6500 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
6501
6502 2008-03-17 Bill Wohler <wohler@newt.com>
6503
6504 * mh-e.texi (Viewing): Update URL for adding header fields to
6505 mh-invisible-header-fields-default.
6506
6507 2008-03-16 Bill Wohler <wohler@newt.com>
6508
6509 * mh-e.texi (Preface): Add Gnus to requirements.
6510 (Forwarding): Note that forwarded MIME messages are now inline.
6511
6512 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6513
6514 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
6515 (Common Variables): Give precedence to the netcat methods over the
6516 telnet methods, and mention that they are more reliable.
6517
6518 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
6519
6520 * org.texi (Exporting Agenda Views): Document agenda export to
6521 iCalendar.
6522 (Progress logging): Document the new progress logging stuff.
6523
6524 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6525
6526 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
6527 Update for change of `mail-source-delete-incoming'.
6528
6529 * gnus-news.texi: Ditto.
6530
6531 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6532
6533 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
6534 custom versions.
6535
6536 2008-03-07 Alan Mackenzie <acm@muc.de>
6537
6538 * cc-mode.texi (Limitations and Known Bugs): State that the number of
6539 parens/brackets in a k&r region is limited.
6540
6541 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6542
6543 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
6544 using different Emacs versions.
6545
6546 2008-02-27 Glenn Morris <rgm@gnu.org>
6547
6548 * sc.texi: Remove a lot of old and obsolete info.
6549 (titlepage): Simplify.
6550 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
6551 (VM with any Emacsen, GNEWS with any Emacsen)
6552 (Overloading for Non-conforming MUAs, Version 3 Changes)
6553 (The Supercite Mailing List): Delete nodes.
6554 (Introduction): Remove info about old packages.
6555 (Getting Connected): Simplify. Remove info about old packages.
6556 (Citing Commands): Delete Emacs 19 info.
6557 (Hints to MUA Authors): Simplify.
6558 (Thanks and History): Merge in some info from the deleted node
6559 "Version 3 Changes".
6560
6561 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
6562
6563 * org.texi (Setting tags, In-buffer settings):
6564 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
6565
6566 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6567
6568 * gnus-news.texi: Mention that spaces and tabs are allowed in the
6569 installation directory name.
6570
6571 2008-02-12 Romain Francoise <romain@orebokech.com>
6572
6573 * epa.texi (Overview): Fix typo.
6574
6575 2008-02-11 Daiki Ueno <ueno@unixuser.org>
6576
6577 * epa.texi (Quick start): Remove the .emacs setting.
6578
6579 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6580
6581 * epa.texi (Quick start): Use the command `epa-enable' instead of
6582 loading `epa-setup'.
6583
6584 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
6585
6586 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
6587 ($(infodir)/epa, epa.dvi): New targets.
6588
6589 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6590
6591 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
6592
6593 * epa.texi: New manual documenting the EasyPG Assistant.
6594
6595 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6596
6597 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
6598 (Inspection): New function dbus-ping.
6599
6600 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
6601
6602 * tramp.texi (Remote processes): Add `shell-command'.
6603
6604 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
6605
6606 * tramp.texi: Use new FSF's Back-Cover Text.
6607
6608 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
6609
6610 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
6611 (Group Parameters): Document `mail-source' parameter.
6612
6613 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
6614
6615 * tramp.texi (Inline methods): The hostname of the su(do)? methods
6616 must be a local host.
6617
6618 2008-01-26 Michael Olson <mwolson@gnu.org>
6619
6620 * erc.texi: Update version for ERC 5.3 release.
6621 (Obtaining ERC): Update extras URLs for 5.3.
6622 (Development): Write instructions for git, and remove those for Arch.
6623 (History): Mention the switch to git.
6624
6625 2008-01-24 Karl Berry <karl@gnu.org>
6626
6627 * info.texi (Search Index, Search Text): Mention the command
6628 character in the section name, a la the (Go to node) node.
6629
6630 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
6631
6632 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
6633
6634 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6635
6636 * gnus-news.texi: Mention gnus-article-describe-bindings.
6637
6638 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6639
6640 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
6641
6642 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
6643
6644 * org.texi (Property inheritance): New section.
6645 (Conventions): New section.
6646 (Structure editing): Document C-RET, the prefix arg to the cut/copy
6647 commands, and the new bindings for refiling.
6648 (Sparse trees): Document the new special command for sparse trees.
6649 (References): Be more clear about the counting of hilines.
6650 (Handling links): Document M-p/n for accessing links.
6651 (Fast access to TODO states): New section.
6652 (Per file keywords): New section.
6653 (Property inheritance): New section.
6654 (Column attributes): New summary types.
6655 (Capturing Column View): New section.
6656 (The date/time prompt): Cover the new features in the date/time prompt.
6657 Compactify the table of keys for the calendar remote control.
6658 (Clocking work time): Document the new :scope parameter.
6659 (Remember): Promoted to chapter.
6660 (Quoted examples): New section.
6661 (Enhancing text): New verbatim environments.
6662
6663 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
6664
6665 * trampver.texi: Update release number.
6666
6667 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6668
6669 * gnus.texi (Article Keymap):
6670 Add gnus-article-wide-reply-with-original; fix descriptions of
6671 gnus-article-reply-with-original and
6672 gnus-article-followup-with-original.
6673
6674 2008-01-09 Glenn Morris <rgm@gnu.org>
6675
6676 * nxml-mode.texi: Add @copying section.
6677
6678 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6679
6680 * message.texi (Mail Variables): Add some text from "(gnus)Posting
6681 Server". Add `message-send-mail-with-mailclient'.
6682
6683 * gnus.texi (Posting Server): Move some text to "(message)Mail
6684 Variables" and add a reference here.
6685
6686 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
6687
6688 * dbus.texi (Receiving Method Calls): New chapter.
6689 (Errors and Events): Add serial number to events. Replace "signal" by
6690 "message". Introduce dbus-event-serial-number.
6691
6692 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
6693
6694 * dbus.texi (Type Conversion): Explain the type specification for empty
6695 arrays. Use another example.
6696
6697 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
6698
6699 * dbus.texi (all): Replace "..." by @dots{}.
6700 (Type Conversion): Precise the value range for :byte types.
6701 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
6702 Mention its return value.
6703 (Errors and Events): There is no D-Bus error propagation during event
6704 processing.
6705
6706 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
6707
6708 * calc.texi (Yacas Language, Maxima Language, Giac Language):
6709 New sections.
6710
6711 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6712
6713 * gnus.texi (Group Parameters): Reorder the text and add a note about
6714 `gnus-parameters' near the beginning of the node.
6715
6716 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6717
6718 * gnus.texi (Score File Editing): Fix function name.
6719
6720 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
6721
6722 Sync with Tramp 2.1.12.
6723
6724 * trampver.texi: Update release number.
6725
6726 2007-12-22 Richard Stallman <rms@gnu.org>
6727
6728 * cc-mode.texi (Getting Started): Change @ref to @pxref.
6729
6730 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
6731
6732 * dbus.texi (Type Conversion): Correct input parameters mapping.
6733
6734 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
6735
6736 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
6737 (Errors and Events): Mention wrong-type-argument error.
6738
6739 2007-12-21 Alex Schroeder <alex@gnu.org>
6740
6741 * rcirc.texi: Changed single spaces after sentence end to double
6742 spaces. Fixed some typos.
6743 (Internet Relay Chat): Explain relay.
6744 (Getting started with rcirc): Change items to reflect prompts.
6745 Add more explanation to rcirc-track-minor-mode and added a comment to
6746 warn future maintainers that this section is a copy.
6747 (People): Change /ignore example.
6748 (Keywords): Not keywords.
6749
6750 2007-12-20 Alex Schroeder <alex@gnu.org>
6751
6752 * rcirc.texi (Top): Fighting Information Overload chapter added.
6753 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
6754 (rcirc commands): Move /ignore command to the new chapter.
6755 (Fighting Information Overload): New chapter documenting /keyword,
6756 /bright, /dim, channel ignore, and low priority channels.
6757 (Configuration): Document rcirc-server-alist, remove
6758 rcirc-startup-channels-alist and rcirc-default-server.
6759
6760 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
6761
6762 * dbus.texi (Signals): Fix example in dbus-register-signal.
6763
6764 2007-12-14 Sven Joachim <svenjoac@gmx.de>
6765
6766 * gnus.texi (Score Variables): Fix typo.
6767
6768 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
6769
6770 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
6771 (Signals): Adapt dbus-send-signal and dbus-register-signal.
6772 (Errors and Events): Adapt dbus-event.
6773
6774 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6775
6776 * gnus.texi (Other Files): Add the yenc command.
6777
6778 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
6779
6780 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
6781 since 2004-08-06.
6782
6783 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6784
6785 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
6786 on body.
6787
6788 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6789
6790 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
6791 and rfc2047-allow-irregular-q-encoded-words; fix description of
6792 rfc2047-encode-encoded-words.
6793
6794 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6795
6796 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
6797
6798 2007-12-05 Michael Olson <mwolson@gnu.org>
6799
6800 * remember.texi (Diary): Remove "require" line for remember-diary.el.
6801 Update documentation for `remember-diary-file'.
6802
6803 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
6804
6805 * dbus.texi (Signals): Precise `dbus-register-signal'.
6806 (Errors and Events): Rework events part, the internal structure of
6807 dbus-event has changed.
6808
6809 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
6810
6811 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
6812 ($(infodir)/dbus, dbus.dvi): New targets.
6813
6814 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
6815
6816 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
6817 unconditionally.
6818
6819 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
6820 emulation with @print{}.
6821
6822 2007-12-02 Richard Stallman <rms@gnu.org>
6823
6824 * dbus.texi (Overview): Minor cleanup.
6825
6826 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
6827
6828 * Makefile.in (INFO_TARGETS): Add dbus.
6829 (DVI_TARGETS): Add dbus.dvi.
6830 (dbus, dbus.dvi): New targets.
6831
6832 * dbus.texi: New file.
6833
6834 2007-11-24 Romain Francoise <romain@orebokech.com>
6835
6836 * nxml-mode.texi: Add description in @direntry.
6837 Fix file name to match @setfilename.
6838
6839 2007-11-23 Mark A. Hershberger <mah@everybody.org>
6840
6841 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6842 ($(infodir)/nxml-mode): New rule.
6843
6844 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6845 ($(infodir)/nxml-mode): New rule.
6846 (clean): Add nxml-mode*.
6847
6848 * nxml-mode.texi: New file with nxml manual.
6849
6850 2007-11-18 Richard Stallman <rms@gnu.org>
6851
6852 * flymake.texi (Example -- Configuring a tool called directly):
6853 Update example.
6854
6855 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
6856
6857 * tramp.texi (Filename completion): Simplify explanation of
6858 double-slash behavior. Explain directory contents flushing.
6859
6860 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6861
6862 * calc.texi (TeX and LaTeX Language Modes): Put in
6863 missing braces.
6864
6865 2007-11-15 Richard Stallman <rms@gnu.org>
6866
6867 * cl.texi (Equality Predicates): Delete `eql'.
6868 (Predicates, Naming Conventions, Top): Delete `eql'.
6869 (Common Lisp Compatibility): Delete `eql'.
6870 (Porting Common Lisp): Delete obsolete backquote info.
6871 Minor clarification about character constants.
6872 (Sequence Basics): Minor clarification.
6873
6874 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
6875
6876 * cc-mode.texi (Electric Keys, Custom Macros):
6877 * tramp.texi (Filename completion): Fix typos.
6878
6879 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
6880
6881 * calc.texi (Basic commands): Mention the menu.
6882
6883 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
6884
6885 * tramp.texi (Connection caching): Tramp flushes connection
6886 properties when remote operating system has been changed.
6887
6888 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
6889
6890 * gnus-news.texi: Fix spelling.
6891 `message-insert-formatted-citation-line', not
6892 `message-insert-formated-citation-line'.
6893
6894 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
6895
6896 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
6897
6898 * tramp.texi (Overview): Mention also the PuTTY integration under
6899 w32. Remove paragraphs about Tramp's experimental status.
6900 (Frequently Asked Questions): Add code example for highlighting the
6901 mode line.
6902
6903 2007-11-03 Michael Olson <mwolson@gnu.org>
6904
6905 * remember.texi: Change mentions of remember-buffer to
6906 remember-finalize throughout.
6907
6908 2007-10-30 Michael Olson <mwolson@gnu.org>
6909
6910 * remember.texi (Copying): Remove.
6911 (Mailbox): Update with non-BBDB instructions.
6912 (Diary, Org): Add.
6913 (Bibliography, Planner Page): Remove.
6914
6915 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
6916
6917 * makefile.w32-in (INFO_TARGETS): Add remember.
6918 (DVI_TARGETS): Add remember.dvi.
6919 ($(infodir)/remember): New rule.
6920 (clean): Add remember*.
6921
6922 2007-10-30 Michael Olson <mwolson@gnu.org>
6923
6924 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
6925 ($(infodir)/remember): New rule that builds the Remember Manual.
6926
6927 * remember.texi: New file containing the Remember Mode Manual.
6928 Shuffle chapters around after initial import.
6929 (Function Reference): Split Keystrokes into separate chapter.
6930 (Keystrokes): Document C-c C-k.
6931 (Introduction): Fix typographical issue with "---".
6932
6933 2007-10-29 Richard Stallman <rms@gnu.org>
6934
6935 * widget.texi (Introduction): Delete discussion of implementation
6936 internals.
6937
6938 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
6939
6940 * tramp.texi (Connection caching): Host names must be different
6941 when tunneling.
6942
6943 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6944
6945 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
6946 Gnus v5.13.
6947
6948 2007-10-28 Miles Bader <miles@gnu.org>
6949
6950 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
6951
6952 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6953
6954 * gnus.texi (Sorting the Summary Buffer):
6955 Remove gnus-article-sort-by-date-reverse.
6956
6957 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6958
6959 * gnus.texi (Non-ASCII Group Names): New node.
6960 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
6961 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
6962
6963 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6964
6965 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
6966 clean the output of the program `imap-shell-program'.
6967
6968 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6969
6970 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
6971
6972 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
6973
6974 * gnus.texi (Sticky Articles): Documentation for sticky article
6975 buffers.
6976
6977 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6978
6979 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
6980
6981 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6982
6983 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
6984
6985 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6986
6987 * gnus.texi (Archived Messages):
6988 Document gnus-update-message-archive-method.
6989
6990 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6991
6992 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
6993
6994 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6995
6996 * gnus.texi (Group Maneuvering):
6997 Document `gnus-summary-next-group-on-exit'.
6998
6999 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7000
7001 * gnus.texi (Really Various Summary Commands):
7002 Mention gnus-auto-select-on-ephemeral-exit.
7003
7004 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7005
7006 * gnus.texi, message.texi: Bump version number.
7007
7008 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7009
7010 * gnus.texi (Group Line Specification, Misc Group Stuff)
7011 (Server Commands): Parenthesize @pxref{Mail Spool}.
7012
7013 2007-10-28 Didier Verna <didier@xemacs.org>
7014
7015 New user option: message-signature-directory.
7016 * message.texi (Insertion Variables): Document it.
7017 * gnus.texi (Posting Styles): Ditto.
7018
7019 2007-10-28 Didier Verna <didier@xemacs.org>
7020
7021 * gnus.texi (Group Line Specification):
7022 * gnus.texi (Misc Group Stuff):
7023 * gnus.texi (Server Commands): Document the group compaction feature.
7024
7025 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7026
7027 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
7028
7029 * message.texi (Various Message Variables): Add message-fill-column.
7030
7031 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7032
7033 * gnus.texi: Untabify.
7034
7035 2007-10-28 Didier Verna <didier@xemacs.org>
7036
7037 * gnus.texi (Group Parameters): Document the posting-style merging
7038 process in topic-mode.
7039
7040 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7041
7042 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
7043
7044 2007-10-28 Romain Francoise <romain@orebokech.com>
7045
7046 * gnus.texi (Mail Spool): Fix typo.
7047 Update copyright.
7048
7049 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7050
7051 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
7052
7053 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7054
7055 * gnus.texi (Summary Generation Commands):
7056 Add gnus-summary-insert-ticked-articles.
7057
7058 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7059
7060 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
7061 to spam-spamassassin-program.
7062
7063 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7064
7065 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
7066
7067 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7068
7069 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
7070
7071 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7072
7073 * message.texi (Mail Headers): Document `opportunistic'.
7074
7075 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7076
7077 * emacs-mime.texi (Encoding Customization): Explain how to set
7078 mm-coding-system-priorities per hierarchy.
7079
7080 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7081
7082 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
7083 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
7084
7085 2007-10-28 Didier Verna <didier@xemacs.org>
7086
7087 * message.texi (Wide Reply): Update documentation of
7088 message-dont-reply-to-names (now allowing a list of regexps).
7089
7090 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7091
7092 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
7093
7094 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7095
7096 * gnus.texi (SpamAssassin back end): Fix typo.
7097
7098 * sieve.texi (Examples): Fix grammar.
7099
7100 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7101
7102 * gnus.texi (Searching for Articles): Document M-S and M-R.
7103 (Limiting): Document / b.
7104
7105 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7106
7107 * gnus.texi (Thread Commands): T M-^.
7108
7109 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7110
7111 * message.texi (Mail Aliases): Document ecomplete.
7112 (Mail Aliases): Fix typo.
7113
7114 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7115
7116 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
7117 fix typo.
7118
7119 2007-10-28 Romain Francoise <romain@orebokech.com>
7120
7121 * gnus.texi (Mail Spool): Grammar fix.
7122
7123 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7124
7125 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
7126 string.
7127
7128 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7129
7130 * gnus.texi (Group Parameters): Fix description.
7131
7132 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7133
7134 * gnus.texi (Gmane Spam Reporting):
7135 Fix spam-report-gmane-use-article-number.
7136 Add spam-report-user-mail-address.
7137
7138 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7139
7140 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
7141
7142 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7143
7144 * gnus.texi (Group Parameters): Add simplified sorting example based on
7145 example for `Sorting the Summary Buffer' from Jari Aalto
7146 <jari.aalto@cante.net>.
7147 (Example Methods): Add example for an indirect connection.
7148
7149 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
7150
7151 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
7152 (Agent Parameters): Update parameter names to match code.
7153 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
7154 'gnus-agent-summary-fetch-series'.
7155 (Agent and flags): New section providing a generalized discussion
7156 of flag handling.
7157 (Agent and IMAP): Remove flag discussion.
7158 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
7159
7160 2007-10-28 Romain Francoise <romain@orebokech.com>
7161
7162 * gnus.texi (Exiting the Summary Buffer): Add new function
7163 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
7164
7165 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7166
7167 * gnus.texi (Conformity): Fix typo.
7168 (Customizing Articles): Document `first'.
7169
7170 2007-10-28 Jari Aalto <jari.aalto@cante.net>
7171
7172 * gnus.texi (Sorting the Summary Buffer):
7173 Add `gnus-thread-sort-by-date-reverse'. Add example
7174 host to different sorting in NNTP and RSS groups.
7175
7176 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7177
7178 * message.texi (Insertion): Describe prefix for
7179 message-mark-inserted-region and message-mark-insert-file.
7180
7181 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7182
7183 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
7184 LaTeX documents. Describe "text/x-gnus-verbatim".
7185
7186 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7187
7188 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7189 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
7190 (spam-stat spam filtering, SpamOracle)
7191 (Extending the Spam ELisp package): Remove extra quote symbol for
7192 clarity.
7193
7194 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7195
7196 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
7197 gnus-article-delete-part and gnus-article-replace-part.
7198 (Using MIME): Add gnus-mime-replace-part.
7199
7200 2007-10-28 Romain Francoise <romain@orebokech.com>
7201
7202 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
7203 requires `auto-compression-mode' to be enabled. Add new nnml
7204 variable `nnml-compressed-files-size-threshold'.
7205
7206 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7207
7208 * gnus.texi (Sorting the Summary Buffer):
7209 Add gnus-thread-sort-by-recipient.
7210
7211 2007-10-28 Romain Francoise <romain@orebokech.com>
7212
7213 * message.texi (Insertion Variables): Mention new variable
7214 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
7215 documentation accordingly.
7216
7217 2007-10-28 Romain Francoise <romain@orebokech.com>
7218
7219 * gnus.texi (To From Newsgroups): Mention new variables
7220 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
7221
7222 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7223
7224 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
7225 stuff; gnus-mime-inline-part does the automatic decompression.
7226
7227 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7228
7229 * gnus.texi (Spam ELisp Package Configuration Examples):
7230 "training.ham" should be "training.spam".
7231
7232 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7233
7234 * message.texi (Mail Variables): Fix the default value for
7235 message-send-mail-function.
7236
7237 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7238
7239 * gnus.texi (Optional Back End Functions): nntp-request-update-info
7240 always returns nil exceptionally.
7241
7242 2007-10-28 Simon Josefsson <jas@extundo.com>
7243
7244 * gnus.texi (Article Washing): Add libidn URL.
7245 Suggested by Michael Cook <michael@waxrat.com>.
7246
7247 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7248
7249 * gnus.texi (Topic Commands): Fix next/previous.
7250
7251 2007-10-28 Simon Josefsson <jas@extundo.com>
7252
7253 * gnus.texi (Article Washing): Mention `W i'.
7254
7255 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
7256
7257 * gnus.texi (Group Parameters): Slight extension of sieve
7258 parameter description.
7259
7260 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7261
7262 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
7263 matching score files as well.
7264 (Picons): Describe `gnus-picon-style'.
7265
7266 2007-10-28 Romain Francoise <romain@orebokech.com>
7267
7268 * message.texi (Message Headers): Mention that headers are hidden
7269 using narrowing, and how to expose them.
7270 Update copyright.
7271
7272 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7273
7274 * gnus.texi: Mention `gnus-summary-limit-to-recipient' and
7275 `gnus-summary-sort-by-recipient'.
7276
7277 2007-10-28 Romain Francoise <romain@orebokech.com>
7278
7279 * gnus.texi (NNTP marks): New node.
7280 (NNTP): Move NNTP marks variables to the new node.
7281
7282 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7283
7284 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
7285
7286 * gnus.texi (MIME Commands, Hashcash): Markup fix.
7287
7288 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7289
7290 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
7291 everywhere for consistency.
7292 (Filtering Spam Using The Spam ELisp Package): Admonish again.
7293 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
7294 Say "regular expression" instead of "regex." Admonish.
7295 Pick other words to sound better (s/so/thus/).
7296 (Spam ELisp Package Filtering of Incoming Mail):
7297 Mention statistical filters. Remove old TODO.
7298 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
7299 New section on sorting and displaying the spam score.
7300 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
7301 backend but an alias to spam-use-BBDB.
7302 (Extending the Spam ELisp package): Rewrite the example using the
7303 new backend functionality.
7304
7305 2007-10-28 Simon Josefsson <jas@extundo.com>
7306
7307 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
7308 nntp-marks-directory, from Romain Francoise
7309 <romain@orebokech.com>.
7310
7311 2007-10-28 Magnus Henoch <mange@freemail.hu>
7312
7313 * gnus.texi (Hashcash): New default value of
7314 hashcash-default-payment.
7315
7316 2007-10-28 Simon Josefsson <jas@extundo.com>
7317
7318 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
7319 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
7320
7321 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7322
7323 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
7324
7325 2007-10-28 Simon Josefsson <jas@extundo.com>
7326
7327 * gnus.texi (documentencoding): Add, to avoid warnings.
7328
7329 2007-10-28 Simon Josefsson <jas@extundo.com>
7330
7331 * message.texi (Mail Headers): Add.
7332
7333 * gnus.texi (Hashcash): Fix.
7334
7335 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7336
7337 * gnus.texi (Hashcash): Change location of library, also mention
7338 that payments can be verified and fix the name of the
7339 hashcash-path variable.
7340
7341 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7342
7343 * gnus.texi (Article Display): Add `gnus-picon-style'.
7344
7345 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7346
7347 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
7348
7349 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7350
7351 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7352 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
7353 warning about ham processors in spam groups removed.
7354
7355 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7356
7357 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
7358 From Hubert Chan <hubert@uhoreg.ca>.
7359
7360 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7361
7362 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
7363 (Mailing List): Typo.
7364 (Customizing Articles): Add gnus-treat-ansi-sequences.
7365 (Article Washing): Index.
7366
7367 * message.texi: Use m-dash consistently.
7368
7369 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7370
7371 * gnus.texi (GroupLens): Remove.
7372
7373 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
7374
7375 * gnus.texi (Outgoing Messages, Agent Variables):
7376 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
7377 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
7378
7379 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7380
7381 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
7382
7383 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7384
7385 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
7386
7387 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
7388
7389 2007-10-28 Simon Josefsson <jas@extundo.com>
7390
7391 * gnus.texi (Top): Add SASL.
7392
7393 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7394
7395 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
7396
7397 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7398
7399 * gnus.texi (Troubleshooting): Adjust Gnus version number.
7400
7401 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
7402
7403 * calc.texi (Formulas, Composition Basics): Lower the
7404 precedence of negation.
7405
7406 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
7407
7408 * ses.texi (The Basics): Mention how to create a new spreadsheet.
7409 Mention the new three-letter column identifiers.
7410 (More on cell printing): Calculate-cell and truncate-cell are now `c'
7411 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
7412 message when using `c' on an empty default with default printer.
7413 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
7414 renamed to `ses--symbolic-formulas' some time ago.
7415
7416 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
7417
7418 * calc.texi (Default Simplifications, Making Selections)
7419 (Customizing Calc): Clarify associativity of multiplication.
7420
7421 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
7422
7423 * tramp.texi (Traces and Profiles): Simplify loop over
7424 `trace-function-background'.
7425
7426 2007-10-22 Juri Linkov <juri@jurta.org>
7427
7428 * dired-x.texi (Shell Command Guessing): Default values are now
7429 available by typing M-n instead of M-p.
7430
7431 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
7432
7433 * tramp.texi (Cleanup remote connections): New section.
7434 (Password caching): Remove `tramp-clear-passwd'.
7435 It's not a command anymore.
7436 (Bug Reports): Add `tramp-bug' to function index.
7437 (Function Index, Variable Index): New nodes.
7438 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
7439
7440 * trampver.texi: Update release number.
7441
7442 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7443
7444 * calc.texi (History and Acknowledgements): Turn comment
7445 about integer size into past tense.
7446 (Time Zones): Remove pointer to Calc author's address.
7447 (Trigonometric and Hyperbolic Functions): Mention cotangent
7448 and hyperbolic cotangent. Fix typo.
7449
7450 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
7451
7452 Sync with Tramp 2.1.11.
7453
7454 * trampver.texi: Update release number.
7455
7456 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
7457
7458 * tramp.texi (External packages): New section.
7459
7460 2007-09-29 Juri Linkov <juri@jurta.org>
7461
7462 * info.texi (Help-Int): Document `L' (`Info-history').
7463
7464 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7465
7466 * org.texi: Change links to webpage and maintained email.
7467 (Remember): Promote to Chapter, significant changes.
7468 (Fast access to TODO states): New section.
7469 (Faces for TODO keywords): New section.
7470 (Export options): Example for #+DATE.
7471 (Progress logging): Section moved.
7472
7473 2007-09-26 Bill Wohler <wohler@newt.com>
7474
7475 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
7476 browse-url-at-mouse.
7477
7478 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
7479
7480 * flymake.texi (Customizable variables): Face names don't end in -face.
7481 Fix flymake-err-line-patterns template.
7482 (Example -- Configuring a tool called directly): Fix init-function.
7483 (Highlighting erroneous lines): Face names don't end in -face.
7484
7485 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
7486
7487 * erc.texi (Special-Features): Fix small typo.
7488
7489 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
7490
7491 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
7492 and "External transfer methods".
7493
7494 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
7495
7496 * calc.texi (Predefined Units): Add some history.
7497
7498 2007-09-08 Michael Olson <mwolson@gnu.org>
7499
7500 * erc.texi (Copying): New section included from gpl.texi.
7501 This matches the look of the upstream ERC manual.
7502
7503 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
7504
7505 * calc.texi (History and Acknowledgements): Adjust the "thanks".
7506 (Random Numbers): Clarify the distribution of `random'.
7507
7508 2007-09-06 Glenn Morris <rgm@gnu.org>
7509
7510 Move manual sources from man/ to subdirectories of doc/.
7511 Split into the Emacs manual in emacs/, and other manuals in misc/.
7512 Change all setfilename commands to use ../../info.
7513 * Makefile.in: Move the parts of the old man/Makefile.in that do not
7514 refer to the Emacs manual here.
7515 (infodir): New variable.
7516 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
7517 (cc-mode.texi, faq.texi): Update references to source file locations.
7518 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
7519 do not refer to the Emacs manual here.
7520 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
7521
7522 * Makefile.in: Add `basename' versions of all info targets, for
7523 convenience when rebuilding just one manual.
7524 (../etc/GNU): Delete obsolete target.
7525 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
7526 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
7527 *.vrs *.toc here...
7528 (maintainer-clean): ...from here.
7529
7530 * makefile.w32-in (../etc/GNU): Delete obsolete target.
7531
7532 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
7533
7534 * calc.texi (Date Conversions): Clarify definition of
7535 Julian day numbering.
7536 (Date Forms): Clarify definition of Julian day numbering;
7537 add some history.
7538
7539 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7540
7541 * org.texi: Version 5.07.
7542
7543 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7544
7545 * message.texi (MIME): Replace mml-attach with mml-attach-file.
7546
7547 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7548
7549 * org.texi (Adding hyperlink types): New section.
7550 (Embedded LaTeX): Chapter updated because of LaTeX export.
7551 (LaTeX export): New section.
7552 (Using links out): New section.
7553
7554 2007-08-22 Glenn Morris <rgm@gnu.org>
7555
7556 * faq.texi (Learning how to do something): Refcards now in
7557 etc/refcards/ directory.
7558
7559 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7560
7561 * tramp.texi (Remote Programs): Persistency file must be cleared when
7562 changing `tramp-remote-path'.
7563 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
7564 macro.
7565
7566 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7567
7568 * calc.texi: Move contents to beginning of file.
7569 (Algebraic Entry): Fix the formatting of an example.
7570
7571 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7572
7573 * calc.texi (Basic Operations on Units): Mention exact versus
7574 inexact conversions.
7575
7576 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7577
7578 * calc.texi (Basic Operations on Units): Mention default
7579 values for new units.
7580 (Quick Calculator Mode): Mention that binary format will
7581 be displayed.
7582
7583 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7584
7585 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
7586
7587 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7588
7589 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
7590
7591 2007-08-08 Glenn Morris <rgm@gnu.org>
7592
7593 * gnus.texi, sieve.texi: Replace `iff'.
7594
7595 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7596
7597 * calc.texi (Basic Graphics): Mention the graphing of error
7598 forms.
7599 (Graphics Options): Mention how `g s' handles error forms.
7600 (Curve Fitting): Mention plotting the curves.
7601 (Standard Nonlinear Models): Add additional models.
7602 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
7603 (Linear Fits): Correct result.
7604
7605 2007-08-01 Alan Mackenzie <acm@muc.de>
7606
7607 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
7608 to "--no-site-file".
7609
7610 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7611
7612 * tramp.texi (Frequently Asked Questions): Point to mode line
7613 extension in Emacs 23.1.
7614
7615 * trampver.texi: Update release number.
7616
7617 2007-07-27 Glenn Morris <rgm@gnu.org>
7618
7619 * calc.texi (Copying): Include license text from gpl.texi, rather than
7620 in-line.
7621
7622 2007-07-25 Glenn Morris <rgm@gnu.org>
7623
7624 * calc.texi (Copying): Replace license with GPLv3.
7625
7626 * Relicense all FSF files to GPLv3 or later.
7627
7628 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7629
7630 Sync with Tramp 2.1.10.
7631
7632 * tramp.texi (trampfn): Expand macro implementation in order to handle
7633 empty arguments.
7634 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
7635 occurrences by trampfn.
7636 (Frequently Asked Questions): Extend example code for host
7637 identification in the modeline. Add bbdb to approaches shortening Tramp
7638 file names to be typed.
7639
7640 * trampver.texi: Update release number.
7641
7642 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7643
7644 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
7645 section. Reported by <poti@potis.org>.
7646 (Remote processes): Arguments of the program to be debugged are taken
7647 literally.
7648 (Frequently Asked Questions): Simplify recentf example.
7649
7650 2007-07-14 Karl Berry <karl@gnu.org>
7651
7652 * info.texi (@copying): New Back-Cover Text.
7653
7654 * info.texi (Quitting Info): Move to proper place in source.
7655 (Reported by Benno Schulenberg.)
7656
7657 2007-07-13 Eli Zaretskii <eliz@gnu.org>
7658
7659 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
7660
7661 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
7662
7663 * emacs-mime.texi: Add @documentencoding directive.
7664
7665 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7666
7667 * tramp.texi (Remote processes): Add an anchor to the subsection
7668 "Running a debugger on a remote host".
7669
7670 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
7671
7672 * tramp.texi (Remote processes): Don't call it "experimental" any
7673 longer. Add subsection about running a debugger on a remote host.
7674
7675 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7676
7677 * org.texi (Properties and columns): Chapter rewritten.
7678
7679 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7680
7681 * tramp.texi:
7682 * trampver.texi: Migrate to Tramp 2.1.
7683
7684 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7685
7686 * org.texi (Properties): New chapter.
7687
7688 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
7689
7690 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
7691 Control Panel.
7692
7693 * gnus.texi (Misc Article): Add index entry for
7694 gnus-single-article-buffer.
7695
7696 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
7697
7698 * gnus.texi (Starting Up): Fix typo.
7699
7700 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
7701
7702 * gnus.texi (Asynchronous Fetching): Fix typo.
7703
7704 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7705
7706 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
7707 (About This Manual): Remove redundant information.
7708 (Getting Started): Mention author.
7709 (Basic Arithmetic, Customizing Calc): Make description of the
7710 variable `calc-multiplication-has-precedence' match its new effect.
7711
7712 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7713
7714 * calc.texi (Basic Arithmetic, Customizing Calc):
7715 Mention the variable `calc-multiplication-has-precedence'.
7716
7717 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
7718
7719 * org.texi (Tag): Section swapped with node Timestamps.
7720 (Formula syntax for Lisp): Document new `L' flag.
7721
7722 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
7723
7724 * gnus.texi (Misc Group Stuff, Summary Buffer)
7725 (Server Commands, Article Keymap): Fix typo. s/function/command/.
7726
7727 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7728
7729 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
7730 * gnus.texi (Article Buttons, Mail Source Customization)
7731 (Sending or Not Sending, Customizing NNDiary):
7732 * message.texi (Message Headers):
7733 * mh-e.texi (HTML): Fix typos.
7734
7735 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
7736
7737 Sync with Tramp 2.0.56.
7738
7739 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
7740 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
7741
7742 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7743
7744 * Version 22.1 released.
7745
7746 2007-05-26 Michael Olson <mwolson@gnu.org>
7747
7748 * erc.texi (Modules): Fix references to completion modules.
7749
7750 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
7751
7752 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
7753
7754 2007-05-09 Didier Verna <didier@xemacs.org>
7755
7756 * gnus.texi (Email Based Diary): New. Proper documentation for the
7757 nndiary back end and the gnus-diary library.
7758
7759 2007-05-03 Karl Berry <karl@gnu.org>
7760
7761 * .cvsignore (*.pdf): New entry.
7762
7763 * texinfo.tex: Update from current version for better pdf generation.
7764
7765 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
7766
7767 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
7768
7769 2007-04-28 Glenn Morris <rgm@gnu.org>
7770
7771 * faq.texi (New in Emacs 22): Restore mention of python.el pending
7772 consideration of legal status.
7773
7774 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
7775
7776 * idlwave.texi: Minor updates for IDLWAVE 6.1.
7777
7778 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
7779
7780 * faq.texi (New in Emacs 22): python.el removed.
7781
7782 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
7783
7784 * calc.texi (Reporting bugs): Update maintainer's address.
7785
7786 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
7787
7788 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
7789
7790 2007-04-15 Jay Belanger <belanger@truman.edu>
7791
7792 * calc.texi (Title page): Remove the date.
7793 (Basic Arithmetic): Emphasize that / binds less strongly than *.
7794 (The Standard Calc Interface): Change trail title.
7795 (Floats): Mention that when non-decimal floats are entered, only
7796 approximations are stored.
7797 (Copying): Move to the appendices.
7798 (GNU Free Documentation License): Add as an appendix.
7799
7800 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7801
7802 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
7803 * dired-x.texi, ebrowse.texi, ediff.texi:
7804 * emacs-mime.texi, erc.texi, eshell.texi:
7805 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
7806 * idlwave.texi, message.texi, newsticker.texi, org.texi:
7807 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
7808 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
7809 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
7810 * woman.texi: Include GFDL.
7811
7812 * doclicense.texi: Remove node heading, so that it can be included by
7813 other files.
7814
7815 * dired-x.texi: Relicence under GFDL. Remove date from title page.
7816
7817 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
7818 than *.
7819
7820 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
7821
7822 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
7823 in Calc.
7824
7825 2007-04-09 Romain Francoise <romain@orebokech.com>
7826
7827 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
7828 Mac OS ports. Make it clear that mouse-1 complements and doesn't
7829 replace mouse-2.
7830
7831 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
7832
7833 * woman.texi (Word at point, Interface Options): woman-topic-at-point
7834 renamed to woman-use-topic-at-point. Document new behavior.
7835
7836 2007-04-08 Richard Stallman <rms@gnu.org>
7837
7838 * url.texi: Fix some indexing.
7839 (Disk Caching): Drop discussion of old/other Emacs versions.
7840
7841 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
7842
7843 * url.texi (Disk Caching): Say Emacs 21 "and later".
7844
7845 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
7846 on Font locking which now mentions JIT lock.
7847
7848 2007-04-01 Michael Olson <mwolson@gnu.org>
7849
7850 * erc.texi: Update for the ERC 5.2 release.
7851
7852 2007-03-31 David Kastrup <dak@gnu.org>
7853
7854 * woman.texi (Topic, Interface Options): Explain changes semantics of
7855 woman-manpath in order to consider MANPATH_MAP entries.
7856
7857 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7858
7859 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
7860
7861 2007-03-26 Richard Stallman <rms@gnu.org>
7862
7863 * pgg.texi (Caching passphrase): Clean up previous change.
7864
7865 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
7866
7867 * gnus.texi (Setting Process Marks): Fix typo.
7868
7869 2007-03-25 Romain Francoise <romain@orebokech.com>
7870
7871 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
7872 readability, and include various fixes by Daniel Brockman, Nick Roberts
7873 and Dieter Wilhelm.
7874
7875 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
7876
7877 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
7878
7879 * gnus.texi (Mail Source Specifiers): Fix typo.
7880
7881 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
7882
7883 * reftex.texi (Imprint): Update maintainer information.
7884
7885 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7886
7887 * message.texi (Message Buffers): Update documentation for
7888 message-generate-new-buffers.
7889
7890 2007-03-15 Daiki Ueno <ueno@unixuser.org>
7891
7892 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
7893
7894 2007-03-21 Glenn Morris <rgm@gnu.org>
7895
7896 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
7897
7898 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
7899
7900 * eshell.texi (Known problems): Emacs 21 -> 22.
7901
7902 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
7903
7904 2007-03-18 Jay Belanger <belanger@truman.edu>
7905
7906 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
7907
7908 2007-03-12 Glenn Morris <rgm@gnu.org>
7909
7910 * calc.texi (Time Zones): Switch to new North America DST rule.
7911
7912 * calc.texi: Replace "daylight savings" with "daylight
7913 saving" in text throughout.
7914
7915 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7916
7917 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
7918 The variable now uses a list of symbols instead of just a symbol.
7919 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7920
7921 2007-03-06 Romain Francoise <romain@orebokech.com>
7922
7923 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
7924 new packages, and mention Gnus update.
7925
7926 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7927
7928 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
7929 nntp-open-connection-functions-never-echo-commands.
7930
7931 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
7932
7933 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
7934 problems on the console, and security risk in not using gpg-agent.
7935
7936 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
7937
7938 * org.texi (The spreadsheet): Rename from "Table calculations".
7939 Completely reorganized and rewritten.
7940 (CamelCase links): Section removed.
7941 (Repeating items): New section.
7942 (Tracking TODO state changes): New section.
7943 (Agenda views): Chapter reorganized and rewritten.
7944 (HTML export): Section rewritten.
7945 (Tables in arbitrary syntax): New section.
7946 (Summary): Better feature summary.
7947 (Activation): Document problem with cut-and-paste of Lisp code
7948 from PDF files.
7949 (Visibility cycling): Document indirect buffer use.
7950 (Structure editing): Document sorting.
7951 (Remember): Section rewritten.
7952 (Time stamps): Better description of time stamp types.
7953 (Tag searches): Document regular expression search for tags.
7954 (Stuck projects): New section.
7955 (In-buffer settings): New keywords.
7956 (History and Acknowledgments): Update description.
7957
7958 2007-02-24 Alan Mackenzie <acm@muc.de>
7959
7960 * cc-mode.texi (Movement Commands): Insert two missing command names.
7961 (Getting Started): Slight wording correction (use conditional).
7962
7963 2007-02-22 Kim F. Storm <storm@cua.dk>
7964
7965 * widget.texi (User Interface, Basic Types): Document need to put some
7966 text before the %v escape in :format string in editable-field widget.
7967
7968 2007-02-18 Romain Francoise <romain@orebokech.com>
7969
7970 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
7971 `cvs-mode-quit'.
7972
7973 2007-02-10 Markus Triska <markus.triska@gmx.at>
7974
7975 * widget.texi (Programming Example): Put constant strings in :format.
7976
7977 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
7978
7979 * faq.texi (Fullscreen mode on MS-Windows): New node.
7980
7981 2007-02-04 David Kastrup <dak@gnu.org>
7982
7983 * faq.texi (AUCTeX): Update version number. Should probably be done
7984 for other packages as well.
7985
7986 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7987
7988 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
7989 <tassilo@member.fsf.org>.
7990
7991 2007-01-20 Markus Triska <markus.triska@gmx.at>
7992
7993 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
7994
7995 2007-01-13 Michael Olson <mwolson@gnu.org>
7996
7997 * erc.texi (Modules): Mention capab-identify module.
7998
7999 2007-01-05 Michael Olson <mwolson@gnu.org>
8000
8001 * erc.texi (Getting Started): Update for /RECONNECT command.
8002
8003 2007-01-04 Richard Stallman <rms@gnu.org>
8004
8005 * ebrowse.texi: Change C-c b to C-c C-m.
8006
8007 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8008
8009 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
8010 variables only in info to avoid redundant entries in the printed
8011 manual.
8012
8013 2007-01-02 Daiki Ueno <ueno@unixuser.org>
8014
8015 * message.texi (Using PGP/MIME): Document gpg-agent usage.
8016
8017 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
8018
8019 * message.texi (Security): Split into sub-nodes.
8020
8021 2007-01-01 Alan Mackenzie <acm@muc.de>
8022
8023 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
8024 eval-after-load in Emacs <=21 and a workaround. Document that
8025 trigraphs are not supported.
8026
8027 2007-01-01 Alan Mackenzie <acm@muc.de>
8028
8029 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
8030 c-context-line-break. When invoked within a string, preserve
8031 whitespace. Add a backslash only when also in a macro.
8032
8033 2007-01-01 Alan Mackenzie <acm@muc.de>
8034
8035 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
8036
8037 2007-01-01 Alan Mackenzie <acm@muc.de>
8038
8039 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
8040 are now bound by default to c-\(beginning\|end\)-of-defun by default.
8041
8042 2007-01-01 Alan Mackenzie <acm@muc.de>
8043
8044 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
8045 "Choosing a Style".
8046
8047 * cc-mode.texi ("Styles"): Add @dfn{style}.
8048
8049 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
8050
8051 Sync with Tramp 2.0.55.
8052
8053 * trampver.texi: Update release number.
8054
8055 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
8056
8057 * gnus.texi (Customizing Articles): Add index entries for all
8058 gnus-treat-* variables.
8059
8060 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
8061
8062 * gnus.texi (IMAP): Fix incorrect explanation of
8063 nnimap-search-uids-not-since-is-evil in documentation for
8064 nnimap-expunge-search-string.
8065
8066 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
8067
8068 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
8069 spam-ifile-database.
8070
8071 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8072
8073 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
8074 rebind C-s.
8075
8076 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
8077
8078 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
8079 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
8080 "expiring mail".
8081 (IMAP): Document nnimap-search-uids-not-since-is-evil and
8082 nnimap-nov-is-evil.
8083
8084 2006-12-25 Kevin Ryde <user42@zip.com.au>
8085
8086 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
8087 about the key procedure being used heavily.
8088
8089 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
8090
8091 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
8092 to t.
8093 (Prerequisites): Add explanation about gpg-agent.
8094
8095 2006-12-22 Kevin Ryde <user42@zip.com.au>
8096
8097 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
8098 "sort" instead of "sort*".
8099
8100 2006-12-19 Richard Stallman <rms@gnu.org>
8101
8102 * calc.texi (History and Acknowledgements): Recognize that Emacs
8103 now does have floating point.
8104
8105 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
8106
8107 * tramp.texi (External transfer methods): Describe new method `scpc'.
8108
8109 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
8110
8111 * pgg.texi: Added short note on gpg-agent to the introduction.
8112
8113 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8114
8115 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
8116 also applies to Cc.
8117
8118 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8119
8120 * gnus.texi (X-Face): Clarify. Say which programs are required
8121 on Windows.
8122
8123 2006-12-08 Michael Olson <mwolson@gnu.org>
8124
8125 * erc.texi (Modules): Remove documentation for list module.
8126
8127 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8128
8129 * faq.texi (^M in the shell buffer): Ditto.
8130
8131 2006-11-20 Michael Olson <mwolson@gnu.org>
8132
8133 * erc.texi: Call this the 5.2 stable pre-release of ERC.
8134
8135 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
8136
8137 * org.texi: Fix typos.
8138 (Agenda commands): Document `C-k'.
8139
8140 2006-11-16 Eli Zaretskii <eliz@gnu.org>
8141
8142 * url.texi (http/https): Fix a typo in the HTTP URL.
8143
8144 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
8145
8146 * ada-mode.texi: Total rewrite.
8147
8148 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
8149
8150 * org.texi: Minor typo fixes.
8151
8152 2006-11-13 Bill Wohler <wohler@newt.com>
8153
8154 Release MH-E manual version 8.0.3.
8155
8156 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8157 release 8.0.3.
8158
8159 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
8160 to set MAILDIR.
8161 (Reading Mail): Document the customization of read-mail-command
8162 for MH-E.
8163 (Viewing Attachments): Document mm-discouraged-alternatives.
8164 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
8165 (Junk): Add more information about the settings of mh-junk-background
8166 in a program. Add /usr/bin/mh to PATH in examples.
8167
8168 2006-11-12 Richard Stallman <rms@gnu.org>
8169
8170 * woman.texi: Update author address but say he no longer maintains it.
8171
8172 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
8173
8174 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
8175 archived trees.
8176 (Checkboxes): Section moved to chapter 5, and extended.
8177 (The date/time prompt): New section.
8178 (Link abbreviations): New section.
8179 (Presentation and sorting): New section.
8180 (Custom agenda views): Section completely rewritten.
8181 (Summary): Compare with Planner.
8182 (Feedback): More info about creating backtraces.
8183 (Plain lists): Modify example.
8184 (Breaking down tasks): New section.
8185 (Custom time format): New section.
8186 (Time stamps): Document inactive timestamps.
8187 (Setting tags): More details about fast tag selection.
8188 (Block agenda): New section.
8189 (Custom agenda views): Section rewritten.
8190 (Block agenda): New section.
8191
8192 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8193
8194 * tramp.texi (Configuration): scp is the default method.
8195 (Default Method): Use ssh as example for another method.
8196
8197 2006-10-27 Richard Stallman <rms@gnu.org>
8198
8199 * woman.texi: Downcase nroff/troff/roff.
8200 (Installation): Chapter deleted. Some xrefs deleted.
8201 (Background): woman doesn't advise man ;-).
8202
8203 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8204
8205 * ada-mode.texi (Project files, Identifier completion)
8206 (Automatic Casing, Debugging, Using non-standard file names)
8207 (Working Remotely): Fix typos.
8208
8209 2006-10-20 Masatake YAMATO <jet@gyve.org>
8210
8211 * cc-mode.texi (Sample .emacs File): Add missing `)' in
8212 sample code `my-c-initialization-hook'.
8213
8214 2006-10-19 Stuart D. Herring <herring@lanl.gov>
8215
8216 * widget.texi: Fix typos.
8217
8218 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
8219
8220 * tramp.texi (Frequently Asked Questions): Remove questions marked with
8221 "???". There have been no complaints for years, so the information
8222 must be appropriate.
8223
8224 2006-10-16 Richard Stallman <rms@gnu.org>
8225
8226 * widget.texi: Use @var instead of capitalization.
8227 Clarify many widget type descriptions.
8228
8229 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8230
8231 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
8232 gnus-dired-attach.
8233 (Selecting a Group): Fix typo.
8234
8235 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8236
8237 * widget.texi: Fix typos.
8238
8239 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
8240
8241 * gnus.texi (Image Enhancements): Update for Emacs 22.
8242
8243 * gnus-faq.texi ([1.3]): Update.
8244
8245 2006-10-06 Richard Stallman <rms@gnu.org>
8246
8247 * faq.texi (Displaying the current line or column):
8248 Delete "As of Emacs 20".
8249
8250 2006-10-06 Romain Francoise <romain@orebokech.com>
8251
8252 * faq.texi (VM): VM works with Emacs 22 too.
8253
8254 2006-10-06 Richard Stallman <rms@gnu.org>
8255
8256 * ebrowse.texi: Remove Emacs version "21" from title.
8257
8258 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
8259
8260 * gnus.texi (Foreign Groups): Say where change of editing commands are
8261 stored. Add reference to `gnus-parameters'.
8262
8263 2006-09-15 Jay Belanger <belanger@truman.edu>
8264
8265 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
8266 Change "Library Public License" to "Lesser Public License"
8267 throughout. Use "yyyy" to represent year.
8268
8269 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
8270
8271 * org.texi (Setting tags): Typo fix.
8272
8273 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
8274
8275 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
8276
8277 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
8278
8279 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
8280
8281 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8282
8283 * faq.texi (Escape sequences in shell output): EMACS is now set
8284 to Emacs's absolute file name, not to "t".
8285 (^M in the shell buffer): Likewise.
8286
8287 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8288
8289 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
8290 mails with pop3-leave-mail-on-server. Fix wording.
8291 (Limiting): Improve gnus-summary-limit-to-articles.
8292 (X-Face): Fix typo.
8293
8294 2006-09-11 Simon Josefsson <jas@extundo.com>
8295
8296 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
8297 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
8298
8299 2006-09-06 Simon Josefsson <jas@extundo.com>
8300
8301 * smtpmail.texi (Authentication): Mention SSL.
8302
8303 2006-09-03 Diane Murray <disumu@x3y2z1.net>
8304
8305 * erc.texi (Getting Started, Connecting): Change erc-select to erc.
8306
8307 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8308
8309 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
8310 Don't use @indicateurl.
8311
8312 * cc-mode.texi (Subword Movement): Don't use @headitem.
8313 (Custom Braces, Clean-ups): Don't use @tie.
8314
8315 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8316
8317 Sync with Tramp 2.0.54.
8318
8319 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
8320 Suggested by Adrian Phillips <a.phillips@met.no>.
8321
8322 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8323
8324 * org.texi (Installation, Activation): Split from Installation and
8325 Activation.
8326 (Clocking work time): Documented new features.
8327
8328 2006-08-13 Alex Schroeder <alex@gnu.org>
8329
8330 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
8331 example.
8332
8333 2006-08-12 Eli Zaretskii <eliz@gnu.org>
8334
8335 * faq.texi (How to add fonts): New node.
8336
8337 2006-08-05 Romain Francoise <romain@orebokech.com>
8338
8339 * faq.texi (New in Emacs 22): Expand.
8340
8341 2006-08-03 Michael Olson <mwolson@gnu.org>
8342
8343 * erc.texi: Update for ERC 5.1.4.
8344
8345 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8346
8347 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
8348 in .../site-lisp/gnus/ by default.
8349 [ From gnus-news.texi in the trunk. ]
8350
8351 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8352
8353 * gnus.texi (MIME Commands): Additions for yEnc.
8354
8355 2006-07-24 Richard Stallman <rms@gnu.org>
8356
8357 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
8358 * faq.texi: Move periods and commas inside quotes.
8359
8360 2006-07-20 Jay Belanger <belanger@truman.edu>
8361
8362 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
8363
8364 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
8365
8366 * faq.texi (Security risks with Emacs): Document Emacs 22
8367 file-local-variable mechanism.
8368
8369 2006-07-12 Michael Olson <mwolson@gnu.org>
8370
8371 * erc.texi: Update for ERC 5.1.3.
8372
8373 2006-07-12 Alex Schroeder <alex@gnu.org>
8374
8375 * rcirc.texi: Fix typos.
8376 (Getting started with rcirc): New calling convention for M-x irc.
8377 Mention #rcirc. Removed channel tracking.
8378 (Configuration): Change the names of all variables that got changed
8379 recently, eg. rcirc-server to rcirc-default-server. Added
8380 documentation for rcirc-authinfo, some background for Bitlbee, and
8381 rcirc-track-minor-mode.
8382 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
8383 Scrolling.
8384 (Reconnecting after you have lost the connection): Fix example code
8385 to match code changes.
8386
8387 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8388
8389 * gnus.texi, message.texi: Fix typos.
8390
8391 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8392
8393 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
8394 commands.
8395 (Global TODO list): Document the use of the variables
8396 `org-agenda-todo-ignore-scheduled' and
8397 `org-agenda-todo-list-sublevels'.
8398
8399 2006-07-05 Richard Stallman <rms@gnu.org>
8400
8401 * faq.texi (Scrolling only one line): Fix xref.
8402
8403 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8404
8405 * faq.texi (Evaluating Emacs Lisp code):
8406 Throughout, replace eval-current-buffer with eval-buffer.
8407
8408 2006-07-03 Richard Stallman <rms@gnu.org>
8409
8410 * rcirc.texi (Scrolling conservatively): Fix xref.
8411
8412 * pcl-cvs.texi (Viewing differences): Usage fix.
8413
8414 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8415
8416 * org.texi (Agenda commands): Document `s' key to save all org-mode
8417 buffers.
8418
8419 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
8420
8421 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
8422 names. Mention `cvs-msg' face.
8423
8424 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8425
8426 * org.texi (Checkboxes): New section.
8427
8428 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8429
8430 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
8431 throughout this chapter.
8432
8433 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
8434
8435 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
8436 text for standalone vs Emacs info.
8437 (Help): Clarify header line description. Use mouse-1 for clicks.
8438 (Help-P): Use mouse-1 for clicks.
8439 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
8440 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
8441 (Choose menu subtopic): Remove gratuitous Emacs command names.
8442 (Help-FOO): Put usual behavior first.
8443 (Help-Xref): Clicking on xrefs works in Emacs.
8444 (Search Text): Clarify what the default behavior is.
8445 (Create Info buffer): Fix Emacs window/X window confusion.
8446 (Emacs Info Variables): Fix for new Emacs init file behavior.
8447
8448 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8449
8450 * gnus.texi (Summary Buffer Lines): Fix typo.
8451
8452 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8453
8454 * org.texi (Embedded LaTeX): New chapter.
8455 (Archiving): Section rewritten.
8456 (Enhancing text): Some parts moved to the new chapter about LaTeX.
8457
8458 2006-06-20 Bill Wohler <wohler@newt.com>
8459
8460 Release MH-E manual version 8.0.1.
8461
8462 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8463 release 8.0.1.
8464 (Preface): Depend on GNU mailutils 1.0 and higher.
8465
8466 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8467
8468 * message.texi (News Headers): Update message-syntax-checks section.
8469
8470 2006-06-19 Karl Berry <karl@gnu.org>
8471
8472 * info.texi (Advanced): Mention C-q, especially with ?.
8473
8474 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8475
8476 * org.texi (Publishing links): Document the `:link-validation-function'
8477 property.
8478 (Extensions and Hacking): New chapter, includes some sections of the
8479 "Miscellaneous" chapter.
8480
8481 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8482
8483 * org.texi (Progress logging): New section.
8484
8485 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8486
8487 * org.texi (ASCII export): Document indentation adaptation.
8488 (Setting tags): Document mutually-exclusive tags.
8489
8490 2006-06-05 Romain Francoise <romain@orebokech.com>
8491
8492 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
8493 Fix typo.
8494
8495 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
8496 channel (#gnus@irc.freenode.net).
8497 Fix typos. Update copyright notice.
8498
8499 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
8500 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
8501 (Line-Up Functions, Custom Macros):
8502 * ediff.texi (Window and Frame Configuration)
8503 (Highlighting Difference Regions):
8504 * emacs-mime.texi (Display Customization):
8505 * erc.texi (History):
8506 * eshell.texi (Known problems):
8507 * eudc.texi (Overview, BBDB):
8508 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
8509 (The problem of spam, SpamOracle, Extending the Spam package)
8510 (Conformity, Terminology):
8511 * idlwave.texi (Routine Info)
8512 (Class and Keyword Inheritance, Padding Operators)
8513 (Breakpoints and Stepping, Electric Debug Mode)
8514 (Examining Variables, Troubleshooting):
8515 * org.texi (Creating timestamps):
8516 * reftex.texi (Commands, Options, Changes):
8517 * tramp.texi (Inline methods, Password caching)
8518 (Auto-save and Backup, Issues):
8519 * vip.texi (Files, Commands in Insert Mode):
8520 * viper.texi (Emacs Preliminaries, States in Viper)
8521 (Packages that Change Keymaps, Viper Specials, Groundwork):
8522 Fix various typos.
8523
8524 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
8525
8526 * ediff.texi: Fix typos.
8527
8528 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
8529
8530 * org.texi: Small typo fixes.
8531
8532 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8533
8534 * viper.texi (Viper Specials):
8535 * gnus.texi (Example Setup):
8536 * faq.texi (Backspace invokes help):
8537 * dired-x.texi (Optional Installation Dired Jump):
8538 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
8539 follow coding conventions.
8540
8541 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
8542
8543 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
8544
8545 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8546
8547 * pcl-cvs.texi: Fix typos.
8548 (Customization): Say "us".
8549
8550 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8551
8552 * org.texi: Remove bogus @setfilename.
8553
8554 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
8555
8556 * org.texi (ASCII export): Omit command name.
8557 (HTML export): Add prefix to all lines in Local Variable example.
8558 (Acknowledgments): Typeset names in italics.
8559
8560 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
8561
8562 * org.texi (Plain lists): Add new item navigation commands.
8563 (External links): Document elisp and info links.
8564 (Custom searches): New section.
8565 (Publishing): New chapter.
8566 (HTML export): Include a list of supported CSS classes.
8567 (Setting tags): Describe the fast-tag-setting interface.
8568
8569 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
8570
8571 * dired-x.texi: ifinfo -> ifnottex.
8572
8573 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8574
8575 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
8576
8577 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
8578
8579 * message.texi (Interface): Add tool bar customization.
8580 (MIME): Index and text additions for mml-attach.
8581 (MIME): Describe mml-dnd-protocol-alist and
8582 mml-dnd-attach-options.
8583
8584 * gnus.texi (Oort Gnus): Reorder entries in sections.
8585 Fix some entries.
8586 (Starting Up): Add references to "Emacs for Heathens" and to
8587 "Finding the News". Add user-full-name and user-mail-address.
8588 (Group Buffer Format): Add tool bar customization and update.
8589 (Summary Buffer): Add tool bar customization.
8590 (Posting Styles): Add message-alternative-emails.
8591
8592 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
8593
8594 * tramp.texi (Filename completion): Improve wording.
8595
8596 2006-05-07 Romain Francoise <romain@orebokech.com>
8597
8598 * faq.texi (Using regular expressions): Fix typo.
8599 (Packages that do not come with Emacs): Fix capitalization.
8600 (Replacing text across multiple files): Expand node to explain how
8601 to use `dired-do-query-replace-regexp' in more detail, based on
8602 suggestion by Eric Hanchrow <offby1@blarg.net>.
8603
8604 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
8605
8606 * tramp.texi (Filename completion): Completion of remote files'
8607 method, user name and host name is active only in partial
8608 completion mode.
8609
8610 2006-05-06 Bill Wohler <wohler@newt.com>
8611
8612 Release MH-E manual version 8.0.
8613
8614 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8615 release 8.0.
8616
8617 2006-05-06 Bill Wohler <wohler@newt.com>
8618
8619 * mh-e.texi (MH-BOOK-HOME): Change from
8620 http://www.ics.uci.edu/~mh/book/mh to
8621 http://rand-mh.sourceforge.net/book/mh.
8622 Replace .htm suffix with .html for MH book files.
8623 (Using This Manual): Update key binding for getting relevant
8624 chapter in Info from command key.
8625 (Ranges): Fix itemx.
8626
8627 2006-05-05 Karl Berry <karl@gnu.org>
8628
8629 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
8630 (\fonttextsize): New user-level command to change text font size.
8631
8632 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
8633
8634 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
8635
8636 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8637
8638 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
8639
8640 2006-04-24 Bill Wohler <wohler@newt.com>
8641
8642 * mh-e.texi (Getting Started): Make it more explicit that you need
8643 to install MH. Add pointers to current MH implementations.
8644
8645 2006-04-21 Bill Wohler <wohler@newt.com>
8646
8647 Release MH-E manual version 7.94.
8648
8649 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8650 release 7.94.
8651
8652 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
8653
8654 * org.texi: Many small fixes.
8655 (Handling links): Rename from "Managing links".
8656
8657 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
8658
8659 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
8660 (Splitting mail using spam-stat): Fix @xref.
8661
8662 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
8663
8664 * gnus.texi (Spam Package): Major revision of the text.
8665 Previously this node was "Filtering Spam Using The Spam ELisp Package".
8666
8667 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
8668
8669 * org.texi (Time stamps): Better explanation of the purpose of
8670 different time stamps.
8671 (Structure editing, Plain lists): More details on how new items
8672 and headings are inserted.
8673
8674 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
8675
8676 * org.texi (Formula syntax): Fix link to Calc Manual.
8677
8678 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
8679
8680 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
8681
8682 2006-04-17 Bill Wohler <wohler@newt.com>
8683
8684 * mh-e.texi (Folders): Update mh-before-quit-hook and
8685 mh-quit-hook example with code that removes the buffers rather
8686 than just bury them.
8687
8688 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
8689
8690 Sync with Tramp 2.0.53.
8691
8692 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8693
8694 * org.texi (Updating settings): New section.
8695 (Visibility cycling): Better names for the startup folding
8696 options.
8697 (Exporting): Completely restructured.
8698 (The very busy C-c C-c key): New section.
8699 (Summary of in-buffer settings): New section.
8700
8701 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
8702
8703 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
8704
8705 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
8706
8707 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
8708 (Server Commands): Key `v' is reserved for users.
8709
8710 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
8711
8712 * org.texi (Link format): New section, emphasis on bracket links.
8713 (External links): Document bracket links.
8714 (FAQ): Expand to cover shell links and the new link format.
8715
8716 2006-04-09 Kevin Ryde <user42@zip.com.au>
8717
8718 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
8719
8720 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8721
8722 * gnus.texi (Summary Buffer Lines): Add `*'.
8723
8724 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
8725
8726 * gnus.texi (Group Parameters):
8727 Mention gnus-permanently-visible-groups.
8728
8729 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8730
8731 * gnus.texi (Face): Fix typo.
8732
8733 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
8734
8735 * gnus.texi (X-Face): Clarify.
8736 (Face): Need Emacs with PNG support.
8737
8738 2006-04-06 Richard Stallman <rms@gnu.org>
8739
8740 * idlwave.texi: Delete the blocks "not suitable for inclusion with
8741 Emacs".
8742
8743 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
8744
8745 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
8746 blocks not suitable for inclusion with Emacs using variable
8747 PARTOFEMACS.
8748
8749 2006-04-04 Simon Josefsson <jas@extundo.com>
8750
8751 * gnus.texi (Security): Improve.
8752
8753 2006-04-02 Karl Berry <karl@gnu.org>
8754
8755 * texinfo.tex: Update to current version (2006-03-21.13).
8756
8757 2006-04-02 Bill Wohler <wohler@newt.com>
8758
8759 * mh-e.texi (Getting Started, Junk, Bug Reports)
8760 (MH FAQ and Support): Fix URLs.
8761
8762 2006-03-31 Romain Francoise <romain@orebokech.com>
8763
8764 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
8765 to t, not nil (and has for the past eight years).
8766
8767 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8768
8769 * message.texi, gnus.texi: Bump version to 5.11.
8770
8771 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
8772
8773 * gnus.texi (Top): Add comment about version line.
8774
8775 * message.texi (Top): Ditto. Change to take named versions into
8776 account.
8777
8778 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
8779
8780 * gnus.texi (Posting Styles): Add x-face-file to example.
8781 (X-Face): Refer to posting styles.
8782
8783 * gnus-faq.texi ([5.8]): Add x-face-file.
8784 ([8.4]): Add links to gmane.emacs.gnus.user and
8785 gmane.emacs.gnus.general.
8786
8787 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
8788
8789 * gnus-faq.texi: Use .invalid.
8790 ([5.4]): Fix gnus-posting-styles example.
8791
8792 2006-03-27 Romain Francoise <romain@orebokech.com>
8793
8794 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
8795 Emacs/W3 needs a new maintainer.
8796 (Ispell): Update author and version info.
8797 (Mailcrypt): Mention PGG.
8798 (New in Emacs 22): Add PGG to the list of new packages.
8799 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
8800 updating dead URLs.
8801
8802 2006-03-25 Karl Berry <karl@gnu.org>
8803
8804 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
8805 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
8806 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
8807 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
8808 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
8809 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
8810 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
8811 (2) do not indent copyright year list (or anything else).
8812
8813 2006-03-21 Bill Wohler <wohler@newt.com>
8814
8815 * mh-e.texi (Folders): Various edits.
8816
8817 2006-03-20 Romain Francoise <romain@orebokech.com>
8818
8819 * gnus.texi (Mail Folders): Grammar fix.
8820
8821 2006-03-19 Bill Wohler <wohler@newt.com>
8822
8823 * mh-e.texi (Replying): Document Mail-Followup-To.
8824 Change manually-formatted table to multitable. Add debugging info.
8825 Move description of mh-reply-default-reply-to into paragraph
8826 that describes its values.
8827
8828 2006-03-17 Bill Wohler <wohler@newt.com>
8829
8830 * mh-e.texi: Use smallexample and smalllisp consistently.
8831 (Sending Mail Tour): Update method of entering
8832 addresses and subject.
8833 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
8834 (Adding Attachments, Searching): Update screenshots for Emacs 22.
8835
8836 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
8837
8838 * org.texi: Version number change only.
8839
8840 2006-03-14 Bill Wohler <wohler@newt.com>
8841
8842 * mh-e.texi: Add index entries around each paragraph rather than
8843 depend on entries from beginning of node. Doing so ensures that
8844 index entries are less likely to be forgotten if text is cut and
8845 pasted, and are necessary anyway if the references are on a
8846 separate page. It seems that makeinfo is now (v. 4.8) only
8847 producing one index entry per node, so there is no longer any
8848 excuse not to. Use subheading instead of heading. The incorrect
8849 use of heading produced very large fonts in Info--as large as the
8850 main heading.
8851 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
8852 versions 6 and 7 appeared *around* the time of these Emacs releases.
8853
8854 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
8855
8856 * org.texi (Clean view): Document new startup options.
8857
8858 2006-03-11 Bill Wohler <wohler@newt.com>
8859
8860 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
8861 (Composing, Scan Line Formats): Fix @refs.
8862 (Getting Started): Define MH profile and MH profile components.
8863 (Incorporating Mail, Reading Mail, Viewing, Printing)
8864 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
8865 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
8866 for string constants.
8867 (Tool Bar): Remove spurious quote.
8868 (Junk): Use ``...'' instead of "...".
8869 (Scan Line Formats): Replace @samp with @kbd.
8870
8871 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
8872
8873 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
8874
8875 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
8876
8877 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
8878 easy to understand.
8879
8880 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
8881
8882 * gnus.texi: Markup fix.
8883 (Fancy Mail Splitting): Specify new feature.
8884
8885 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
8886
8887 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
8888 partial-words matching.
8889
8890 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
8891
8892 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
8893
8894 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
8895 (MIME Commands): Fix mm-discouraged-alternatives.
8896
8897 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
8898
8899 * org.texi: Version number change only.
8900
8901 2006-03-06 Bill Wohler <wohler@newt.com>
8902
8903 * mh-e.texi: Move from SourceForge repository to Savannah.
8904 This is version 7.93, which is a total rewrite from the previous
8905 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
8906 version 7.93.
8907
8908 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8909
8910 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
8911
8912 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
8913
8914 * org.texi (Interaction): Add item about `org-mouse.el' by
8915 Piotr Zielinski.
8916 (Managing links): Document that also mouse-1 can be used to
8917 activate a link.
8918 (Headlines, FAQ): Add entry about hiding leading stars.
8919 (Miscellaneous): Resort the sections in this chapter to a more
8920 logical sequence.
8921
8922 2006-02-27 Simon Josefsson <jas@extundo.com>
8923
8924 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
8925 2004-01-27 from the trunk).
8926
8927 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8928
8929 * cc-mode.texi: Rename c-hungry-backspace to
8930 c-hungry-delete-backwards, at the request of RMS. Leave the old
8931 name as an alias.
8932
8933 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8934
8935 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
8936 include the function header within the defun.
8937
8938 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8939
8940 * cc-mode.texi: Correct two typos.
8941
8942 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8943
8944 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
8945 existing comment.
8946 (Electric Keys): Add a justification for electric indentation.
8947 (Hungry WS Deletion): Clear up the names and complications of the
8948 BACKSPACE and DELETE keys.
8949
8950 2006-02-23 Juri Linkov <juri@jurta.org>
8951
8952 * faq.texi (Common requests): Move `Turning on auto-fill by
8953 default' after `Wrapping words automatically'. Move `Working with
8954 unprintable characters' before `Searching for/replacing newlines'.
8955 Move `Replacing highlighted text' after `Highlighting a region'.
8956 Merge `Repeating commands' and `Repeating a command as many times
8957 as possible' into the former.
8958 (Packages that do not come with Emacs): Add refs to Gmane and
8959 etc/MORE.STUFF.
8960
8961 2006-02-23 Juri Linkov <juri@jurta.org>
8962
8963 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
8964 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
8965 Add xref to `(emacs)Reporting Bugs'.
8966 (Getting a printed manual): Add URL to other formats of the manual.
8967 (Common requests): Fix menu.
8968 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
8969 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
8970 (Inserting text at the beginning of each line): Add pxref to
8971 `Changing the included text prefix'.
8972 (Forcing the cursor to remain in the same column): Mention `track-eol'
8973 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
8974 (Replacing text across multiple files): Add keybinding `Q' for
8975 `dired-do-query-replace'.
8976
8977 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
8978
8979 * reftex.texi: Version number and date change only.
8980
8981 * org.texi (Internal Links): Rewrite to cover the modified
8982 linking system.
8983
8984 2006-02-17 Eli Zaretskii <eliz@gnu.org>
8985
8986 * faq.texi: Remove the coding cookie, it's not needed anymore.
8987
8988 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8989
8990 * faq.texi (Colors on a TTY): Mention Mac OS port.
8991
8992 2006-02-12 Karl Berry <karl@gnu.org>
8993
8994 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
8995 8-bit accented a.
8996
8997 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
8998
8999 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
9000
9001 2006-02-08 Romain Francoise <romain@orebokech.com>
9002
9003 * faq.texi (Top): Remove paragraph about the FAQ being a
9004 transitional document, etc.
9005 (Searching for/replacing newlines): New node.
9006 (Yanking text in isearch): New node.
9007 (Inserting text at the beginning of each line): Rename and make
9008 more general, mention `M-;' in Message mode.
9009
9010 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
9011
9012 * faq.texi (Meta key does not work in xterm)
9013 (Emacs does not display 8-bit characters)
9014 (Inputting eight-bit characters): Update xrefs.
9015
9016 2006-02-06 Romain Francoise <romain@orebokech.com>
9017
9018 * faq.texi (VM): VM now at version 7.19.
9019 Set myself as maintainer of this file.
9020
9021 2006-02-04 Michael Olson <mwolson@gnu.org>
9022
9023 * erc.texi (History): Note that ERC is now included with Emacs.
9024
9025 2006-01-31 Romain Francoise <romain@orebokech.com>
9026
9027 * message.texi (Message Headers): Explain what
9028 `message-alternative-emails' does in more detail.
9029 Update copyright year.
9030
9031 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
9032
9033 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
9034
9035 2006-01-29 Richard M. Stallman <rms@gnu.org>
9036
9037 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
9038
9039 2006-01-29 Michael Olson <mwolson@gnu.org>
9040
9041 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
9042
9043 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
9044
9045 * faq.texi (New in Emacs 22): Mention ERC.
9046
9047 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9048
9049 * rcirc.texi: Capitalize dir entry for consistency with the entry
9050 in info/dir and other entries in the Emacs category.
9051 Fix typos. Delete trailing whitespace.
9052
9053 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
9054
9055 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
9056
9057 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9058
9059 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
9060 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9061
9062 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
9063 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9064
9065 2006-01-27 Alex Schroeder <alex@gnu.org>
9066
9067 * rcirc.texi: New file.
9068
9069 2006-01-23 Juri Linkov <juri@jurta.org>
9070
9071 * widget.texi (User Interface): Add S-TAB for widget-backward.
9072
9073 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
9074
9075 Sync with Tramp 2.0.52.
9076
9077 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
9078 Add Tramp disabling item. New item for common connection problems.
9079 (various): Apply "ftp" as method for the download URL.
9080 (Bug Reports): Refer to FAQ for common problems.
9081
9082 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9083
9084 * widget.texi (User Interface): Use @key for TAB.
9085
9086 * ses.texi (Formulas, Printer functions): Use @key for TAB.
9087
9088 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
9089 for TAB.
9090
9091 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
9092
9093 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9094
9095 * gnus.texi: Update copyright.
9096
9097 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
9098
9099 * gnus.texi (Article Washing): Additions.
9100
9101 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9102
9103 * org.texi (Agenda commands): Document tags command.
9104
9105 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9106
9107 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
9108
9109 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9110
9111 * gnus.texi (RSS): Addition.
9112
9113 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9114
9115 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
9116
9117 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9118
9119 * emacs-mime.texi (Display Customization): Add setting example to
9120 mm-discouraged-alternatives.
9121
9122 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9123
9124 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
9125 version is the canonical version.
9126
9127 2006-01-08 Alex Schroeder <alex@gnu.org>
9128
9129 * pgg.texi (Caching passphrase): Rewording.
9130
9131 2006-01-06 Eli Zaretskii <eliz@gnu.org>
9132
9133 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
9134 repository URL.
9135
9136 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
9137
9138 * org.texi: Removed the accidentally re-added empty line in the
9139 direntry.
9140
9141 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
9142
9143 * org.texi (Agenda Views): Chapter reorganized.
9144
9145 2005-12-29 Romain Francoise <romain@orebokech.com>
9146
9147 * faq.texi (Using Customize): New node.
9148
9149 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9150
9151 * org.texi: Remove blank line in @direntry. It is non-standard
9152 and recursively produces blank lines all over the dir file (when
9153 using Texinfo 4.8).
9154
9155 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9156
9157 * widget.texi (atoms): Delete obsolete remark about `file' widget.
9158
9159 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9160
9161 * org.texi (Tags): Boolean logic documented.
9162 (Agenda Views): Document custom commands.
9163
9164 2005-12-20 David Kastrup <dak@gnu.org>
9165
9166 * faq.texi (AUCTeX): Update version and mailing list info.
9167
9168 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9169
9170 * gnus.texi (MIME Commands): Mention addition of
9171 multipart/alternative to gnus-buttonized-mime-types and add xref
9172 to mm-discouraged-alternatives.
9173
9174 * emacs-mime.texi (Display Customization): Mention addition of
9175 "image/.*" and add xref to gnus-buttonized-mime-types in the
9176 mm-discouraged-alternatives section.
9177
9178 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9179
9180 * org.texi (Tags): New section.
9181 (Agenda Views): Chapter reorganized.
9182
9183 2005-12-16 Eli Zaretskii <eliz@gnu.org>
9184
9185 * org.texi (Internal Links): Add a missing comma after an @xref.
9186
9187 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
9188
9189 * faq.texi (Filling paragraphs with a single space): No need to
9190 change sentence-end now.
9191
9192 2005-12-13 Romain Francoise <romain@orebokech.com>
9193
9194 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
9195
9196 2005-12-12 Jay Belanger <belanger@truman.edu>
9197
9198 * faq.texi (Calc): Update version number.
9199
9200 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9201
9202 * org.texi (Progress Logging): New section.
9203
9204 2005-12-10 Romain Francoise <romain@orebokech.com>
9205
9206 Update the Emacs FAQ for the 22.1 release.
9207
9208 * faq.texi: Set VER to `22.1'.
9209 (Basic editing): Explain how to use localized versions of the
9210 Tutorial. Mention that `C-h r' displays the manual.
9211 Delete obsolete WWW link to an Emacs 18 tutorial.
9212 (Getting a printed manual): Point to the new locations of the
9213 manuals on the GNU Web site.
9214 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
9215 available via Info (it was previously distributed separately).
9216 (Installing Texinfo documentation): The latest version of Texinfo
9217 is 4.8, not 4.0.
9218 (Informational files for Emacs): COPYING is the GNU General Public
9219 License, not the Emacs General Public License.
9220 (Informational files for Emacs): Delete obsolete link to the
9221 GNUinfo pages as they have been removed from the GNU Web site.
9222 (New in Emacs 22): New node.
9223 (Setting up a customization file): Say that most packages support
9224 Customize nowadays.
9225 (Colors on a TTY): Delete reference to instructions on how to
9226 enable syntax highlighting, it is now enabled by default.
9227 (Turning on abbrevs by default): Emacs now reads the abbrevs file
9228 at startup automatically.
9229 (Controlling case sensitivity): Mention `M-c' in isearch.
9230 (Using an already running Emacs process): Emacs now creates the
9231 socket in `/tmp/emacsUID'. Fix typos. Change default location of
9232 gnuserv. As emacsclient can now run Lisp code as well, delete a
9233 sentence praising gnuserv for that. Simplify description of how
9234 the client/server operation works.
9235 (Compiler error messages): Delete obsolete text (compile.el has
9236 been rewritten).
9237 (Indenting switch statements): Fix typo.
9238 (Matching parentheses): Simplify setup instructions, mention the
9239 menu bar item in the Options menu.
9240 (Repeating a command as many times as possible): Mention `C-x e'.
9241 (Going to a line by number): Mention new keymap and bindings
9242 `M-g M-g', `M-g M-p' and `M-g M-n'.
9243 (Turning on syntax highlighting): Now on by default. Simplify.
9244 (Replacing highlighted text): Use `1', not `t'.
9245 (Problems with very large files): The maximum size is now 256MB on
9246 32-bit machines.
9247 (^M in the shell buffer): Mention `comint-process-echoes'.
9248 (Emacs for Apple computers): Emacs 22 has native support for Mac
9249 OS X.
9250 (Translating names to IP addresses): Delete node.
9251 (Binding keys to commands): Fix typo.
9252 (SPC no longer completes file names): New node.
9253 (MIME with Emacs mail packages): Delete section about the Emacs
9254 MIME FAQ (it's not reachable anymore).
9255
9256 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9257
9258 * cc-mode.texi: The manual has been extensively revised: the
9259 information about using CC Mode has been separated from the larger
9260 and more difficult chapters about configuration. It has been
9261 updated for CC Mode 5.31.
9262
9263 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9264
9265 * pgg.texi (User Commands): Fix description of pgg-verify-region.
9266 (Selecting an implementation): Fix descriptions.
9267
9268 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9269
9270 * message.texi (Various Message Variables): Addition.
9271
9272 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9273
9274 * message.texi: Fix default values.
9275
9276 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9277
9278 * message.texi (Header Commands): Clarify descriptions of
9279 message-cross-post-followup-to, message-reduce-to-to-cc, and
9280 message-insert-wide-reply.
9281 (Various Commands): Fix kindex for message-kill-to-signature;
9282 clarify description of message-tab.
9283
9284 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
9285
9286 * message.texi (Mailing Lists): Fix description about MFT.
9287
9288 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
9289
9290 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9291
9292 * gnus.texi (Slow Terminal Connection): Replace old description
9293 with new one.
9294
9295 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
9296
9297 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
9298 replace X-Draft-Headers with X-Draft-From.
9299
9300 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9301
9302 * gnus.texi (Various Various): Fix the default value of
9303 nnheader-max-head-length.
9304 (Gnus Versions): Fix typo.
9305
9306 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9307
9308 * org.texi (Structure editing): Document new functionality of
9309 M-RET.
9310
9311 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
9312
9313 * org.texi (Internal Links): Fix Texinfo usage.
9314
9315 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9316
9317 * org.texi (TODO basics): Document the global todo list.
9318 (TODO items): Documents sparse tree for specific TODO
9319 keywords.
9320
9321 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
9322
9323 * org.texi (Plain Lists): Typos fixed.
9324
9325 2005-11-28 Jay Belanger <belanger@truman.edu>
9326
9327 * calc.texi: Change references of `M-#' to `C-x *' prefix.
9328
9329 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9330
9331 * org.texi (Structure editing): New item moving commands added.
9332 (Plain Lists): New section.
9333
9334 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9335
9336 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
9337 (Agenda): Document commands `org-cycle-agenda-files' and
9338 `org-agenda-file-to-front'.
9339 (Built-in table editor): Document `org-table-sort-lines'.
9340 (HTML formatting): Export of hand-formatted lists.
9341
9342 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9343
9344 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
9345 new variable gnus-toolbar-thickness.
9346
9347 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
9348
9349 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
9350
9351 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9352
9353 * gnus.texi (X-Face): Fix description.
9354 (XVarious): Remove gnus-xmas-logo-color-alist and
9355 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
9356
9357 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9358
9359 * gnus.texi (Group Parameters): Mention new variable
9360 gnus-parameters-case-fold-search.
9361 (Home Score File): Addition.
9362
9363 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9364
9365 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
9366 (Overview): List supported feed types.
9367 (Installation): No installation necessary when using autoload.
9368 (Configuration): Rename "RSS" to "news".
9369
9370 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9371
9372 * pgg.texi (User Commands): Document additional passphrase
9373 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
9374 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
9375
9376 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9377
9378 * org.texi: Version number changed to 3.19.
9379
9380 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
9381
9382 * pgg.texi (How to use): Update the example to add autoload of
9383 pgg-encrypt-symmetric-region.
9384 (User Commands): Document pgg-encrypt-symmetric-region.
9385 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
9386
9387 2005-10-27 Jay Belanger <belanger@truman.edu>
9388
9389 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
9390 mention other TeX-related units.
9391
9392 2005-10-23 Lars Hansen <larsh@soem.dk>
9393
9394 * dired-x.texi (Miscellaneous Commands):
9395 Replace dired-do-relative-symlink by dired-do-relsymlink and
9396 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
9397
9398 2005-10-23 Jay Belanger <belanger@truman.edu>
9399
9400 * calc.texi (Predefined Units): Use `alpha' for the fine structure
9401 constant.
9402
9403 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9404
9405 * faq.texi (Bugs and problems):
9406 Replace `dired-move-to-filename-regexp' by
9407 `directory-listing-before-filename-regexp'.
9408
9409 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9410
9411 * newsticker.texi (UPDATED): Set value.
9412
9413 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
9414
9415 * gnus.texi (Document Groups): Remove duplicate item.
9416
9417 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9418
9419 * org.texi (Summary): Mention iCalendar support.
9420 (Exporting): Document iCalendar support.
9421
9422 2005-10-18 Romain Francoise <romain@orebokech.com>
9423
9424 * viper.texi (Viper Specials): Capitalize GNU.
9425
9426 2005-10-17 Juri Linkov <juri@jurta.org>
9427
9428 * info.texi (Getting Started, Search Index, Expert Info):
9429 Fix wording.
9430 (Search Text): Replace `echo area' with `mode line'.
9431 (Search Index): Both `i' and `,' find all index entries.
9432 Replace example `C-f' with `C-l' (which exists in index of Info
9433 manual) and delete spaces in its keyboard input sequence.
9434 Delete unnecessary explanations about literal characters.
9435
9436 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
9437
9438 * gnus.texi (Document Server Internals): Addition.
9439
9440 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9441
9442 * gnus.texi (A note on namespaces): Fix RFC reference.
9443
9444 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9445
9446 * gnus.texi (RSS): Fix key description.
9447
9448 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9449
9450 * gnus.texi: Emacs/w3 -> Emacs/W3.
9451 (Browsing the Web): Fix description.
9452 (Web Searches): Ditto.
9453 (Customizing W3): Ditto.
9454
9455 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9456
9457 * gnus.texi (Maildir): Clarify expire-age and expire-group.
9458
9459 2005-10-11 Jay Belanger <belanger@truman.edu>
9460
9461 * calc.texi (Integration): Mention using `a i' to compute definite
9462 integrals.
9463
9464 2005-10-11 Juri Linkov <juri@jurta.org>
9465
9466 * info.texi: Rearrange nodes.
9467 (Top): Update menu. Change ref `Info for Experts' to
9468 `Advanced Info Commands'.
9469 (Getting Started): Fix description of manual's parts.
9470 (Help-Int): Change xref `Info Search' to `Search Index', and
9471 `Expert Info' to `Advanced'.
9472 (Advanced): Move node one level up.
9473 (Search Text, Search Index): New nodes split out from `Info Search'.
9474 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
9475 split out from `Advanced'.
9476 (Advanced, Emacs Info Variables): De-document editing an Info file
9477 in Info.
9478 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
9479 (Creating an Info File): Delete node and move its text to
9480 `Expert Info'.
9481
9482 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9483
9484 * org.texi (Workflow states): Documented that change in keywords
9485 becomes active only after restart of Emacs.
9486
9487 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9488
9489 Sync with Tramp 2.0.51.
9490
9491 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
9492
9493 * speedbar.texi (Introduction): Describe new location of speedbar
9494 on menubar.
9495 (Basic Key Bindings): Remove descriptions of bindings that have
9496 been removed.
9497
9498 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
9499
9500 * speedbar.texi (GDB): Describe use of watch expressions.
9501
9502 2005-09-28 Simon Josefsson <jas@extundo.com>
9503
9504 * message.texi (IDNA): Fix.
9505
9506 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9507
9508 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
9509 nntp-server-hook, and nntp-warn-about-losing-connection; fix
9510 description of nntp-open-connection-function.
9511 (Common Variables): Fix descriptions.
9512
9513 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
9514
9515 * gnus.texi (Server Buffer Format): Document the %a format spec.
9516
9517 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9518
9519 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
9520
9521 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9522
9523 * org.texi Version 3.16.
9524
9525 2005-09-19 Miles Bader <miles@gnu.org>
9526
9527 * newsticker.texi: Get rid of CVS keywords.
9528
9529 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
9530
9531 * gnus.texi (Finding the Parent): Fix description of how Gnus
9532 finds article.
9533
9534 2005-09-14 Jari Aalto <jari.aalto@cante.net>
9535
9536 * gnus.texi (Advanced Scoring Examples): New examples to teach how
9537 to drop off non-answered articles.
9538
9539 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9540
9541 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
9542 braces (which are unsupported by NMAKE) for macro `srcdir'.
9543
9544 2005-09-17 Eli Zaretskii <eliz@gnu.org>
9545
9546 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9547 (../info/newsticker, newsticker.dvi): New targets.
9548
9549 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
9550
9551 * newsticker.texi: Replace @command with @code. Replace @example
9552 with @lisp.
9553 (Top): Add explanations to menu items.
9554 (GNU Free Documentation License): Remove.
9555
9556 2005-09-16 Romain Francoise <romain@orebokech.com>
9557
9558 Update all files to specify GFDL version 1.2.
9559
9560 * doclicense.texi (GNU Free Documentation License): Update to
9561 version 1.2.
9562
9563 2005-09-15 Richard M. Stallman <rms@gnu.org>
9564
9565 * newsticker.texi: Fix @setfilename.
9566
9567 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9568 (../info/newsticker, newsticker.dvi): New targets.
9569
9570 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
9571
9572 * org.texi: Version 3.15.
9573
9574 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
9575
9576 * ses.texi: Combine all three indices into one.
9577 Correct a few typos.
9578
9579 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
9580
9581 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
9582
9583 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9584
9585 * emacs-mime.texi (Handles): Remove duplicate item.
9586 (Encoding Customization): Fix the default value for
9587 mm-coding-system-priorities.
9588 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
9589 (Basic Functions): Fix reference.
9590
9591 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9592
9593 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
9594
9595 2005-08-18 Richard M. Stallman <rms@gnu.org>
9596
9597 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
9598 and web site.
9599
9600 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
9601 not keyboard-translate.
9602
9603 2005-08-11 Richard M. Stallman <rms@gnu.org>
9604
9605 * faq.texi (Using regular expressions): Fix xref.
9606
9607 2005-08-09 Juri Linkov <juri@jurta.org>
9608
9609 * info.texi (Help-P): Replace `Prev' with `Previous'.
9610 (Help-M, Help-Xref): Add S-TAB.
9611 (Help-FOO): Update `u' command.
9612 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
9613 Update info about visibility of xref parts.
9614 (Help-Int): Fix `m' command. Rename `Info-last' to
9615 `Info-history-back'. Add `Info-history-forward'.
9616 (Advanced): Fix `g*' and `M-n' commands.
9617 (Info Search): Add `index-apropos' in stand-alone browser.
9618 Add isearch commands.
9619 (Emacs Info Variables): Remove `Info-fontify'.
9620 Add `Info-mode-hook'. Update face names.
9621 Add `Info-fontify-maximum-menu-size',
9622 `Info-fontify-visited-nodes', `Info-isearch-search'.
9623
9624 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
9625
9626 Sync with Tramp 2.0.50.
9627
9628 * tramp.texi: Use @option{} consequently for method names.
9629 (Inline methods, External transfer methods): Remove references to
9630 Cygwin.
9631 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
9632 implementation.
9633
9634 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
9635
9636 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
9637 Mention that gnus-init-file is not read when Emacs is invoked with
9638 --no-init-file or -q.
9639
9640 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
9641
9642 * org.texi: Version 3.14.
9643
9644 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9645
9646 * org.texi: Version 3.13.
9647
9648 2005-07-18 Juri Linkov <juri@jurta.org>
9649
9650 * calc.texi (Time Zones, Logical Operations):
9651 * cl.texi (Overview):
9652 * org.texi (TODO types):
9653 * sc.texi (Emacs 18 MUAs):
9654 * speedbar.texi (Top):
9655 * url.texi (History):
9656 Delete duplicate duplicate words.
9657
9658 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
9659
9660 * cl.texi (Type Predicates): Document `atom' type.
9661
9662 2005-07-04 Lute Kamstra <lute@gnu.org>
9663
9664 Update FSF's address in GPL notices.
9665
9666 * calc.texi (Copying):
9667 * doclicense.texi (GNU Free Documentation License):
9668 * faq.texi (Contacting the FSF):
9669 * mh-e.texi (Copying): Update FSF's address.
9670
9671 2005-07-03 Richard M. Stallman <rms@gnu.org>
9672
9673 * flymake.texi (Example -- Configuring a tool called directly):
9674 Update name of flymake-build-relative-filename.
9675
9676 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9677
9678 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
9679
9680 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9681
9682 * org.texi: Version 3.12.
9683
9684 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9685
9686 * makefile.w32-in (MAKEINFO): Use --force.
9687 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
9688 Makefile.in.
9689 (gnus.dvi): Use "..." to quote Sed args, so that it works with
9690 more shells.
9691
9692 2005-06-23 Richard M. Stallman <rms@gnu.org>
9693
9694 * speedbar.texi (Creating a display): Texinfo usage fixes.
9695
9696 * tramp.texi (Customizing Completion, Auto-save and Backup):
9697 Texinfo usage fixes.
9698
9699 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9700
9701 * dired-x.texi (Miscellaneous Commands):
9702 * ediff.texi (Miscellaneous):
9703 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
9704 (Agent Variables):
9705 * info.texi (Help-Xref):
9706 * message.texi (Message Headers):
9707 * org.texi (Remember):
9708 * reftex.texi (Options (Defining Label Environments)):
9709 (Options (Index Support)):
9710 (Options (Viewing Cross-References)):
9711 (Options (Misc)):
9712 (Changes):
9713 * speedbar.texi (Creating a display):
9714 * tramp.texi (Customizing Completion, Auto-save and Backup):
9715 Texinfo usage fix.
9716
9717 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
9718
9719 * org.texi: Version 3.11.
9720
9721 2005-06-12 Jay Belanger <belanger@truman.edu>
9722
9723 * calc.texi (Getting Started): Remove extra menu item.
9724
9725 2005-05-31 Jay Belanger <belanger@truman.edu>
9726
9727 * calc.texi (Notations Used in This Manual): Use @kbd for key
9728 sequence.
9729 (Demonstration of Calc): Mention another way of starting Calc.
9730 (Starting Calc): Mention long name of M-#.
9731 (Embedded Mode Overview): Remove unnecessary instruction.
9732 (Other M-# commands): Rephrase `M-# 0' explanation.
9733 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
9734 reflect current behavior.
9735
9736 2005-05-30 Jay Belanger <belanger@truman.edu>
9737
9738 * calc.texi (Hooks): Change description of calc-window-hook and
9739 calc-trail-window-hook to match usage.
9740 (Computational Functions): Add more constant-generating functions.
9741 (Customizable Variables): Use defvar.
9742
9743 2005-05-28 Jay Belanger <belanger@truman.edu>
9744
9745 * calc.texi (Assignments in Embedded Mode): Fix variable name.
9746 (Basic Embedded Mode): Explain behavior of arguments to
9747 calc-embedded-mode.
9748
9749 2005-05-27 Jay Belanger <belanger@truman.edu>
9750
9751 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
9752 current behavior.
9753
9754 2005-05-25 Jay Belanger <belanger@truman.edu>
9755
9756 * calc.texi: Change Calc version number throughout.
9757 (Keypad Mode): Change location in info output.
9758 (Keypad mode overview): Move picture of keypad.
9759
9760 2005-05-21 Jay Belanger <belanger@truman.edu>
9761
9762 * calc.texi (Storing variables): Mention that only most variables
9763 are void to begin with.
9764
9765 2005-05-21 Kevin Ryde <user42@zip.com.au>
9766
9767 * widget.texi (Basic Types): Update cross ref from "Enabling
9768 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
9769 lispref/text.texi change.
9770
9771 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9772
9773 * org.texi: Version 3.09.
9774
9775 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
9776
9777 * reftex.texi: Version 4.28.
9778
9779 2005-05-16 Jay Belanger <belanger@truman.edu>
9780
9781 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
9782
9783 2005-05-14 Jay Belanger <belanger@truman.edu>
9784
9785 * calc.texi (Default Simplifications): Insert missing ! (logical
9786 not operator).
9787
9788 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
9789
9790 Sync with Tramp 2.0.49.
9791
9792 2005-05-10 Jay Belanger <belanger@truman.edu>
9793
9794 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
9795 to 1.
9796
9797 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9798
9799 * org.texi: Version 3.08, structure reorganized.
9800
9801 2005-04-24 Richard M. Stallman <rms@gnu.org>
9802
9803 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
9804
9805 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9806
9807 * org.texi: Update to version 3.06.
9808
9809 2005-04-13 Lute Kamstra <lute@gnu.org>
9810
9811 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
9812
9813 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
9814
9815 * cl.texi (Porting Common Lisp): Fix typo.
9816
9817 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9818
9819 * gnus.texi (RSS): Addition.
9820
9821 2005-04-04 Jay Belanger <belanger@truman.edu>
9822
9823 * calc.texi: Change Calc version number.
9824 (Customizable variables): Fix description of calc-language-alist.
9825 (Copying): Put in version 2 of GPL.
9826
9827 2005-04-01 Jay Belanger <belanger@truman.edu>
9828
9829 * calc.texi (Troubleshooting Commands): Remove comment about
9830 installation.
9831 (Installation): Remove section.
9832 (Customizable Variables): New section.
9833 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
9834 (Graphical Devices): Add references to Customizable Variables.
9835
9836 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
9837
9838 * emacs-mime.texi (Display Customization): Markup fixes.
9839 (rfc2047): Update.
9840
9841 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
9842
9843 * gnus-faq.texi: Replaced with auto-generated version.
9844
9845 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9846
9847 * dired-x.texi (Multiple Dired Directories): default-directory was
9848 renamed to dired-default-directory.
9849
9850 2005-03-26 Jay Belanger <belanger@truman.edu>
9851
9852 * calc.texi (Simplifying Formulas, Rewrite Rules):
9853 Change description of top and bottom of fraction.
9854 (Modulo Forms): Move description of how to create modulo forms to
9855 earlier in the section.
9856 (Fraction Mode): Suggest using : to get a fraction by dividing.
9857 (Basic Arithmetic): Adjust placement of command name.
9858 (Truncating the Stack): Emphasize that "hidden" entries are still
9859 visible.
9860 (Installation): Move discussion of printing manual to "About This
9861 Manual".
9862 (About This Manual): Mention how to print the manual.
9863 (Reporting Bugs): Remove first person.
9864 (Building Vectors): Add algebraic version of append.
9865 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
9866 (Grouping Digits): Fix typo.
9867
9868 2005-03-25 Werner Lemberg <wl@gnu.org>
9869
9870 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
9871 Replace `legal' with `valid'.
9872
9873 2005-03-25 Werner Lemberg <wl@gnu.org>
9874
9875 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
9876
9877 2005-03-24 Jay Belanger <belanger@truman.edu>
9878
9879 * calc.texi (General Mode Commands)
9880 (Mode Settings in Embedded Mode): Add some explanation of
9881 recording mode settings.
9882
9883 2005-03-24 Richard M. Stallman <rms@gnu.org>
9884
9885 * calc.texi: Remove praise of non-free software.
9886
9887 * idlwave.texi: Don't say where to get IDL or its non-free manual.
9888 (Installation): Node deleted.
9889
9890 2005-03-23 Richard M. Stallman <rms@gnu.org>
9891
9892 * url.texi (HTTP language/coding): Improve last change.
9893
9894 2005-03-22 Jay Belanger <belanger@truman.edu>
9895
9896 * calc.texi (Embedded Mode): Add new information on changing
9897 modes.
9898
9899 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
9900
9901 Sync with Tramp 2.0.48.
9902
9903 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
9904
9905 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
9906 "GNU/Linux". Change all addresses to .gnu.org.
9907 (Default Method): Offer shortened syntax for "su" and "sudo"
9908 methods.
9909
9910 2005-03-07 Richard M. Stallman <rms@gnu.org>
9911
9912 * url.texi: Fix usage of "e.g.".
9913 (HTTP language/coding): Explain the rules for these strings.
9914
9915 2005-03-06 Richard M. Stallman <rms@gnu.org>
9916
9917 * woman.texi (Introduction): Minor cleanups.
9918
9919 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
9920
9921 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
9922 (Installation): Node deleted.
9923
9924 * mh-e.texi (Preface): Get rid of "Emacs 21".
9925
9926 * eshell.texi (Installation): Delete node (for Emacs 20).
9927
9928 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
9929
9930 * flymake.texi: Refill and tweak style in @lisp blocks.
9931
9932 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9933
9934 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
9935
9936 2005-03-01 Jay Belanger <belanger@truman.edu>
9937
9938 * calc.texi (Trigonometric and Hyperbolic Functions):
9939 Mention additional functions.
9940 (Algebraic Simplifications): Mention additional simplifications.
9941
9942 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
9943
9944 * ses.texi: Add concept/function/variable indices (this work was
9945 donated by Brad Collins <brad@chenla.org>, copyright-assignment
9946 papers on file at FSF).
9947
9948 2005-02-10 Jay Belanger <belanger@truman.edu>
9949
9950 * calc.texi: Change @LaTeX to La@TeX throughout.
9951 Redefine @expr as @math for TeX output.
9952 Redefine @texline as a no-op for TeX output.
9953 Define @tfn, replace @t by @tfn throughout.
9954
9955 2005-02-09 Jay Belanger <belanger@truman.edu>
9956
9957 * calc.texi: Add macro for LaTeX for info output.
9958
9959 2005-02-08 Kim F. Storm <storm@cua.dk>
9960
9961 * texinfo.tex (LaTex): Add def.
9962
9963 2005-02-06 Jay Belanger <belanger@truman.edu>
9964
9965 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
9966 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
9967 throughout manual.
9968
9969 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9970
9971 * gnus.texi: Some edits based on comments from David Abrahams.
9972
9973 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9974
9975 * gnus.texi (RSS): Fix the keystroke.
9976
9977 2005-01-24 David Kastrup <dak@gnu.org>
9978
9979 * faq.texi: Update AUCTeX version info.
9980
9981 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
9982
9983 * gnus-faq.texi ([4.1]): Typo.
9984
9985 2005-01-19 Jay Belanger <belanger@truman.edu>
9986
9987 * calc.texi (Keep Arguments): Mention that keeping arguments
9988 doesn't work with keyboard macros.
9989
9990 2005-01-16 Richard M. Stallman <rms@gnu.org>
9991
9992 * autotype.texi (Autoinserting): Fix small error.
9993
9994 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9995
9996 Sync with Tramp 2.0.47.
9997
9998 * tramp.texi (Compilation): New section, describing compilation of
9999 remote files.
10000
10001 2005-01-11 Kim F. Storm <storm@cua.dk>
10002
10003 * widget.texi (Basic Types): Add :follow-link keyword.
10004
10005 2005-01-09 Jay Belanger <belanger@truman.edu>
10006
10007 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
10008
10009 2005-01-08 Jay Belanger <belanger@truman.edu>
10010
10011 * calc.texi: Change throughout to reflect new default value of
10012 calc-settings-file.
10013
10014 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10015
10016 * message.texi (Reply): `message-reply-to-function' should return
10017 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
10018
10019 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
10020
10021 * faq.texi (Changing load-path): Fix typo.
10022
10023 2005-01-05 Jay Belanger <belanger@truman.edu>
10024
10025 * calc.texi (Programming Tutorial): Replace kbd command by
10026 appropriate characters for a keyboard macro.
10027
10028 2005-01-04 Jay Belanger <belanger@truman.edu>
10029
10030 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
10031 for Lucid Emacs.
10032 (Programming Tutorial): Mention that the user needs to be in the
10033 right mode to compute some functions.
10034
10035 2005-01-04 Jay Belanger <belanger@truman.edu>
10036
10037 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
10038 no longer applicable.
10039
10040 2005-01-01 Jay Belanger <belanger@truman.edu>
10041
10042 * calc.texi (Programming Tutorial): Change description of how to
10043 edit keyboard macros to match current behavior.
10044
10045 2004-12-31 Jay Belanger <belanger@truman.edu>
10046
10047 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
10048
10049 2004-12-20 Jay Belanger <belanger@truman.edu>
10050
10051 * calc.texi (Types Tutorial): Emphasize that you can't divide by
10052 zero.
10053
10054 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
10055
10056 * cc-mode.texi (Text Filling and Line Breaking): Put period after
10057 @xref.
10058 (Font Locking): Avoid @strong{Note:}.
10059
10060 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10061
10062 Sync with Tramp 2.0.46.
10063
10064 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
10065
10066 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
10067
10068 * url.texi: Correct typos.
10069 (Retrieving URLs): @var{nil}->@code{nil}.
10070 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
10071 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
10072 (Dealing with HTTP documents): @inforef->@xref.
10073
10074 2004-12-15 Jay Belanger <belanger@truman.edu>
10075
10076 * calc.texi: Consistently capitalized all mode names.
10077 (Answers to Exercises): Mention that an answer can be a fraction
10078 when in Fraction mode.
10079
10080 2004-12-13 Jay Belanger <belanger@truman.edu>
10081
10082 * calc.texi: Fix some TeX definitions.
10083
10084 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
10085
10086 * reftex.texi (Imprint): Remove erroneous @value's.
10087
10088 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10089
10090 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
10091 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
10092
10093 2004-12-08 Jay Belanger <belanger@truman.edu>
10094
10095 * calc.texi (Starting Calc): Remove comment about installation.
10096 (Keypad Mode Overview): Remove comment about Emacs 19 support.
10097
10098 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10099
10100 * url.texi: Update @setfilename.
10101 (Getting Started): No need to worry about Gnus versions.
10102 (Dealing with HTTP documents): Use @inforef.
10103
10104 * org.texi: Fix @direntry file name.
10105
10106 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 * url.texi: New file.
10109
10110 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
10111
10112 2004-12-06 Jay Belanger <belanger@truman.edu>
10113
10114 * calc.texi (Using Calc): Remove paragraph about installation.
10115
10116 2004-12-06 Jay Belanger <belanger@truman.edu>
10117
10118 * calc.texi: Use more Texinfo macros and less TeX defs.
10119 Remove @refill's.
10120
10121 2004-12-06 Richard M. Stallman <rms@gnu.org>
10122
10123 * org.texi: New file.
10124
10125 2004-12-05 Richard M. Stallman <rms@gnu.org>
10126
10127 * Makefile.in (org.dvi, ../info/org): New targets.
10128 (INFO_TARGETS): Add ../info/org.
10129 (DVI_TARGETS): Add org.dvi.
10130 (maintainer-clean): Remove the info files in the info dir.
10131
10132 2004-11-26 Eli Zaretskii <eliz@gnu.org>
10133
10134 * idlwave.texi: Fix the setfilename directive to put the produced
10135 file in ../info.
10136 (Continued Statement Indentation): Resurrect Jan D.'s change from
10137 2004-11-03 that was lost when a newer version of idlwave.texi was
10138 imported.
10139
10140 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10141
10142 * gnus-faq.texi ([5.1]): Add missing bracket.
10143
10144 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
10145 Index `spam-initialize'.
10146
10147 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10148
10149 * message.texi (Various Message Variables): Mention that all mail
10150 file variables are derived from `message-directory'.
10151
10152 * gnus.texi (Splitting Mail): Clarify bogus group.
10153
10154 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10155
10156 * emacs-mime.texi (Encoding Customization):
10157 Fix mm-coding-system-priorities entry.
10158
10159 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
10160
10161 * idlwave.texi (Continued Statement Indentation):
10162 * reftex.texi (Options (Index Support)):
10163 (Displaying and Editing the Index, Table of Contents):
10164 * speedbar.texi (Creating a display, Major Display Modes):
10165 Replace non-nil with non-@code{nil}.
10166
10167 2004-10-21 Jay Belanger <belanger@truman.edu>
10168
10169 * calc.texi (Algebraic-Style Calculations): Remove a comment.
10170
10171 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
10172
10173 * calc.texi (Reporting Bugs): Double up `@'.
10174
10175 2004-10-18 Jay Belanger <belanger@truman.edu>
10176
10177 * calc.texi (Reporting Bugs): Change the address that bugs
10178 should be sent to.
10179
10180 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10181
10182 * gnus.texi (New Features): Add 5.11.
10183
10184 * message.texi (Resending): Remove wrong default value.
10185
10186 * gnus.texi (Mail Source Specifiers): Describe possible problems
10187 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
10188 `pop3-leave-mail-on-server' to the index.
10189
10190 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10191
10192 * message.texi (Canceling News): Add how to set a password.
10193
10194 2004-10-12 Jay Belanger <belanger@truman.edu>
10195
10196 * calc.texi (Help Commands): Change the descriptions of
10197 calc-describe-function and calc-describe-variable to match their
10198 current behavior.
10199
10200 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10201
10202 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
10203
10204 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10205
10206 Sync with Tramp 2.0.45.
10207
10208 * tramp.texi (Frequently Asked Questions): Comment paragraph about
10209 plink link. The URL is outdated. Originator contacted for
10210 clarification.
10211
10212 2004-10-10 Juri Linkov <juri@jurta.org>
10213
10214 * gnus.texi (Top, Marking Articles): Join two menus in one node
10215 because a node can have only one menu.
10216
10217 2004-10-09 Juri Linkov <juri@jurta.org>
10218
10219 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
10220 example of nnmail-split-fancy.
10221
10222 2004-10-06 Karl Berry <karl@gnu.org>
10223
10224 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
10225 consistency with other uses of dashes.
10226
10227 2004-10-05 Karl Berry <karl@gnu.org>
10228
10229 * info.texi: Consistently use --- throughout, periods at end of
10230 menu descriptions, and a couple typos.
10231
10232 2004-09-26 Jesper Harder <harder@ifa.au.dk>
10233
10234 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
10235 * pgg.texi (User Commands, Backend methods): Do.
10236 * gnus.texi: Markup fixes.
10237 (Setting Process Marks): Fix `M P a' entry.
10238 * emacs-mime.texi: Fixes.
10239
10240 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10241
10242 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
10243 again.
10244 Use 5.10 instead of 5.10.0.
10245
10246 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10247
10248 * gnus.texi (Summary Mail Commands): S D e.
10249
10250 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
10251
10252 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
10253 the gnus-article-mode-line-format section.
10254
10255 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
10256
10257 * gnus.texi (Various Summary Stuff): Fix the documentation for
10258 gnus-newsgroup-variables.
10259
10260 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10261
10262 * gnus.texi (MIME Commands):
10263 Add gnus-mime-display-multipart-as-mixed,
10264 gnus-mime-display-multipart-alternative-as-mixed,
10265 gnus-mime-display-multipart-related-as-mixed.
10266 (Mail Source Customization): Clarify `mail-source-directory'.
10267 (Splitting Mail): Mention gnus-group-find-new-groups.
10268 (SpamOracle): Fix typo.
10269
10270 * gnus-faq.texi: Untabify.
10271 ([6.3]): nnir.el is in contrib directory.
10272
10273 * message.texi (News Headers): Clarify how a unique ID is created.
10274
10275 * gnus.texi (Batching Agents): Fix typo in example.
10276 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10277
10278 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
10279
10280 * gnus.texi (Group Parameters): Add more on hooks.
10281
10282 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
10283
10284 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
10285
10286 2004-09-22 Jay Belanger <belanger@truman.edu>
10287
10288 * calc.texi (Vectors as Lists): Add a warning that the tutorial
10289 might be hidden during part of the session.
10290
10291 2004-09-20 Jay Belanger <belanger@truman.edu>
10292
10293 * calc.texi (Notations Used in This Manual): Put in an earlier
10294 mention that DEL could be called Backspace.
10295
10296 2004-09-10 Simon Josefsson <jas@extundo.com>
10297
10298 * gnus.texi (IMAP): Add example. Suggested and partially written
10299 by Steinar Bang <sb@dod.no>.
10300
10301 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10302
10303 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
10304 netrc syntax.
10305
10306 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10307
10308 * gnus.texi (Spam ELisp Package Sequence of Events):
10309 Some clarifications.
10310 (Spam ELisp Package Global Variables): More clarifications.
10311
10312 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10313
10314 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
10315 Mention spam-split does not modify incoming mail.
10316
10317 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10318
10319 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
10320
10321 2004-09-10 Eli Zaretskii <eliz@gnu.org>
10322
10323 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
10324
10325 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10326
10327 * makefile.w32-in (sieve, pgg): Use $(infodir).
10328
10329 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
10330
10331 * makefile.w32-in: Fix PGG and Sieve entries.
10332
10333 2004-08-28 Eli Zaretskii <eliz@gnu.org>
10334
10335 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
10336 Emacs and related programs.
10337
10338 2004-08-27 Richard M. Stallman <rms@gnu.org>
10339
10340 * faq.texi: Fix texinfo usage, esp. doublequotes.
10341 (Difference between Emacs and XEmacs): Some clarification.
10342
10343 * faq.texi (Difference between Emacs and XEmacs):
10344 Explain not to contrast XEmacs with GNU Emacs.
10345
10346 2004-08-26 Richard M. Stallman <rms@gnu.org>
10347
10348 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
10349
10350 2004-08-22 David Kastrup <dak@gnu.org>
10351
10352 * reftex.texi (AUCTeX): Update links, section name.
10353
10354 * faq.texi (Calc): Update availability (included in 22.1).
10355 (AUCTeX): Update availability, information, versions, description.
10356
10357 2004-08-14 Eli Zaretskii <eliz@gnu.org>
10358
10359 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
10360
10361 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
10362
10363 * cc-mode.texi: Various updates for CC Mode 5.30.9.
10364
10365 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
10366
10367 Sync with Tramp 2.0.44.
10368
10369 2004-08-05 Lars Hansen <larsh@math.ku.dk>
10370
10371 * widget.texi (User Interface): Update how to separate the
10372 editable field of an editable-field widget from other widgets.
10373 (Programming Example): Add text after field.
10374
10375 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10376
10377 * emacs-mime.texi (Encoding Customization): Add a note to the
10378 mm-content-transfer-encoding-defaults entry.
10379 (rfc2047): Update.
10380
10381 * gnus.texi (Article Highlighting):
10382 Add gnus-cite-ignore-quoted-from.
10383 (POP before SMTP): New node.
10384 (Posting Styles): Addition.
10385 (Splitting Mail): Add nnmail-split-lowercase-expanded.
10386 (Fancy Mail Splitting): Ditto.
10387 (X-Face): Add gnus-x-face.
10388
10389 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
10390
10391 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
10392 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
10393
10394 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10395
10396 * gnus.texi (Mail Source Specifiers):
10397 Describe `pop3-leave-mail-on-server'.
10398
10399 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
10400
10401 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
10402
10403 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
10404 repository. Change setfilename.
10405
10406 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
10407
10408 2004-07-02 Juri Linkov <juri@jurta.org>
10409
10410 * pcl-cvs.texi (Viewing differences): Add `d r'.
10411
10412 2004-06-29 Jesper Harder <harder@ifa.au.dk>
10413
10414 * ses.texi, viper.texi, flymake.texi, faq.texi:
10415 * eshell.texi, ediff.texi: Markup fixes.
10416
10417 2004-06-21 Karl Berry <karl@gnu.org>
10418
10419 * info.texi (Top): Mention that only Emacs has mouse support.
10420 (Getting Started): Mention this in a few other places.
10421
10422 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10423
10424 * autotype.texi (Copyrights, Timestamps):
10425 Recommend `before-save-hook' instead of `write-file-functions'.
10426
10427 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10428
10429 * dired-x.texi (dired-mark-omitted): Update keybinding.
10430
10431 2004-06-10 Kim F. Storm <storm@cua.dk>
10432
10433 * pcl-cvs.texi (Viewing differences): Add 'd y'.
10434
10435 2004-06-05 Lars Hansen <larsh@math.ku.dk>
10436
10437 * dired-x.texi (variable dired-omit-mode): Rename from
10438 dired-omit-files-p.
10439 (function dired-omit-mode): Rename from dired-omit-toggle.
10440 Call dired-omit-mode rather than set dired-omit-files-p.
10441 (dired-mark-omitted): Describe command.
10442
10443 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10444
10445 Version 2.0.41 of Tramp released.
10446
10447 2004-05-29 Juanma Barranquero <lektu@terra.es>
10448
10449 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
10450 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10451
10452 2004-05-29 Richard M. Stallman <rms@gnu.org>
10453
10454 * cl.texi (Top): Call this chapter `Introduction'.
10455 (Overview): In TeX, no section heading here.
10456
10457 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
10458
10459 2004-05-29 Eli Zaretskii <eliz@gnu.org>
10460
10461 * Makefile.in (../info/flymake, flymake.dvi): New targets.
10462 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10463
10464 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10465
10466 * flymake.texi: New file.
10467
10468 2004-05-28 Simon Josefsson <jas@extundo.com>
10469
10470 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
10471
10472 2004-05-07 Kai Großjohann <kai@emptydomain.de>
10473
10474 Version 2.0.40 of Tramp released.
10475
10476 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
10477
10478 Complete rework, based on review by Karl Berry <karl@gnu.org>.
10479
10480 * tramp.texi (Auto-save and Backup): Explain exploitation of new
10481 variables `tramp-backup-directory-alist' and
10482 `tramp-bkup-backup-directory-info'.
10483 (Overview, Connection types)
10484 (External transfer methods, Default Method)
10485 (Windows setup hints): Remove restriction of password entering
10486 with external methods.
10487 (Auto-save and Backup): Make file name example
10488 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
10489 and `auto-save-directory' must be used.
10490 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
10491 only "NT"). Remove doubled entry "What kinds of systems does
10492 @tramp{} work on".
10493 (tramp): Macro removed.
10494 (Obtaining Tramp): Flag removed from title.
10495 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
10496 and `trampver' used properly. Flag `tramp-inst' replaced by
10497 `installchapter'. Installation related text adapted.
10498
10499 2004-04-28 Masatake YAMATO <jet@gyve.org>
10500
10501 * widget.texi (Programming Example): Remove overlays.
10502
10503 2004-04-27 Jesper Harder <harder@ifa.au.dk>
10504
10505 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
10506
10507 2004-04-23 Juanma Barranquero <lektu@terra.es>
10508
10509 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10510
10511 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10512
10513 * info.texi (Info Search): Add info-apropos.
10514
10515 2004-03-22 Juri Linkov <juri@jurta.org>
10516
10517 * faq.texi: Fix help key bindings.
10518
10519 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
10520
10521 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
10522 (as suggested by Karl Berry). Update information about colored
10523 stars in menus. Add new subheading describing M-n.
10524
10525 2004-03-12 Richard M. Stallman <rms@gnu.org>
10526
10527 * cl.texi (Top): Rename top node's title.
10528
10529 2004-03-08 Karl Berry <karl@gnu.org>
10530
10531 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
10532 problems making the texinfo distribution.
10533
10534 2004-02-29 Simon Josefsson <jas@extundo.com>
10535
10536 * smtpmail.texi (Authentication): Change the list of supported
10537 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
10538 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
10539 <voegelas@gmx.net>.
10540
10541 2004-02-29 Juanma Barranquero <lektu@terra.es>
10542
10543 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10544 Use $(DEL) instead of rm, and ignore exit code.
10545
10546 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
10547
10548 Tramp version 2.0.39 released.
10549
10550 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10551
10552 * tramp.texi (Customizing Completion): Explain new functions
10553 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
10554 (all): Savannah URLs unified to "http://savannah.nongnu.org".
10555 (Top): Refer to Savannah mailing list as the major one.
10556 Mention older mailing lists in HTML mode only.
10557 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
10558 (Frequently Asked Questions): Remote hosts must not be Unix-like
10559 for "smb" method.
10560 (Password caching): New node.
10561 (External transfer methods): Refer to password caching for "smb"
10562 method.
10563
10564 2004-02-17 Karl Berry <karl@gnu.org>
10565
10566 * info.texi (Help-Int): Mention the new line number feature.
10567
10568 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10569
10570 * ses.texi (Advanced Features): New functionality for
10571 ses-set-header-row (defaults to current row unless C-u used).
10572 (Acknowledgements): Add Stefan Monnier.
10573
10574 2003-12-29 Kevin Ryde <user42@zip.com.au>
10575
10576 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
10577
10578 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
10579
10580 Tramp version 2.0.38 released.
10581
10582 * tramp.texi (Remote shell setup): Warn of environment variables
10583 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
10584 <sven.gabriel@imk.fzk.de>.
10585 (Configuration): Tramp now chooses base64/uuencode
10586 automatically. Update wording accordingly.
10587 (Top): More description for the `Default Method' menu entry.
10588 (Default Method): Use @code, not @var, for Lisp variables.
10589 (Default Method): New subsection `Which method is the right one
10590 for me?' Suggested by Christian Kirsch.
10591 (Configuration): Pointer to new subsection added.
10592 (Default Method): Too many "use" in one sentence.
10593 Rephrase. Reported by Christian Kirsch.
10594 (Filename Syntax): Old `su' example is probably a left-over from
10595 the sm/su method naming. Replace with `ssh', instead.
10596 (External transfer methods, Auto-save and Backup):
10597 Typo fixes.
10598
10599 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
10600
10601 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
10602 (Top): Mention japanese manual only if flag `jamanual' is set.
10603 Insert section `Japanese manual' in menu.
10604
10605 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10606
10607 * eshell.texi (Known Problems): Add doc item.
10608
10609 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10610
10611 * cc-mode.texi: Update for CC Mode 5.30.
10612
10613 Note: Please refrain from doing purely cosmetic changes like
10614 removing trailing whitespace in this manual; it clobbers cvs
10615 merging for no good reason.
10616
10617 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10618
10619 * ediff.texi, tramp.texi, vip.texi, viper.texi:
10620 * widget.texi, woman.texi: Replace @sc{ascii} and ASCII with
10621 @acronym{ASCII}.
10622
10623 2003-10-26 Karl Berry <karl@gnu.org>
10624
10625 * info.texi (Info Search): Echo area, not echo are. From Debian
10626 diff.
10627
10628 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
10629
10630 * widget.texi (Defining New Widgets): Document new behavior of
10631 :buttons and :children keywords.
10632
10633 2003-10-22 Miles Bader <miles@gnu.org>
10634
10635 * Makefile.in (info): Move before $(top_srcdir)/info.
10636
10637 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
10638
10639 * tramp.texi (Inline methods): Small grammar fix.
10640 (External transfer methods): Likewise.
10641
10642 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
10643
10644 * speedbar.texi: Remove paragraph for GUD that is no longer true.
10645
10646 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
10647
10648 * texinfo.tex: Replace `%' in arch tagline by @ignore.
10649
10650 2003-09-30 Richard M. Stallman <rms@gnu.org>
10651
10652 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
10653
10654 * widget.texi (User Interface): Fix typos.
10655
10656 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
10657
10658 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10659
10660 * pcl-cvs.texi (Selected Files): Fix typo.
10661
10662 2003-09-21 Karl Berry <karl@gnu.org>
10663
10664 * info.texi (] and [ commands): No period at end of section title.
10665
10666 2003-09-04 Miles Bader <miles@gnu.org>
10667
10668 * Makefile.in (top_srcdir): New variable.
10669 ($(top_srcdir)/info): New rule.
10670 (info): Depend on it.
10671
10672 2003-09-03 Peter Runestig <peter@runestig.com>
10673
10674 * makefile.w32-in: New file.
10675
10676 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
10677
10678 * widget.texi (User Interface): Explain the need of static text
10679 around an editable field.
10680
10681 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10682
10683 * widget.texi (Basic Types): The argument to `:help-echo' can now
10684 be a form that evaluates to a string.
10685
10686 2003-08-18 Kim F. Storm <storm@cua.dk>
10687
10688 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
10689
10690 2003-08-16 Richard M. Stallman <rms@gnu.org>
10691
10692 * dired-x.texi (Shell Command Guessing): Explain *.
10693
10694 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
10695
10696 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
10697 log-edit-insert-changelog.
10698
10699 2003-08-03 Karl Berry <karl@gnu.org>
10700
10701 * info.texi: Need @contents.
10702
10703 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
10704
10705 Tramp version 2.0.36 released.
10706
10707 * tramp.texi (Remote shell setup): Explain about problems with
10708 non-Bourne commands in ~/.profile and ~/.shrc.
10709
10710 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
10711
10712 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
10713 renaming of `vis-mode' to `visible-mode'.
10714
10715 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
10716
10717 * info.texi (Top, Help-Small-Screen): Remove accidentally added
10718 next, prev and up pointers.
10719
10720 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
10721
10722 * info.texi (Help): Mention existence of Emacs and stand-alone
10723 Info at the very beginning of the tutorial.
10724 (Help-Inv): New node.
10725 (Help-]): New node.
10726 (Help-M): Systematically point out the differences between default
10727 Emacs and stand-alone versions. Delete second menu.
10728 (Help-Xref): Systematically point out the differences between
10729 default Emacs and stand-alone versions.
10730 (Help-Int): Change `l' example.
10731 (Expert Info): Fix typos.
10732 (Emacs Info Variables): Mention `Info-hide-note-references' and
10733 new default for `Info-scroll-prefer-subnodes'.
10734
10735 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
10736
10737 Version 2.0.35 of Tramp released.
10738
10739 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
10740 (Inline methods): Add methods `remsh' and `plink1'.
10741 (External transfer methods): Add method `remcp'.
10742 (Multi-hop Methods): Add method `remsh'.
10743 Small patch from Adrian Aichner <adrian@xemacs.org>:
10744 Fix minor typos.
10745 (Concept Index): Add to make manual searchable via
10746 `Info-index'.
10747 (Version Control): Add cindex entry.
10748
10749 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
10750
10751 * trampver.texi: Version 2.0.34 released.
10752
10753 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10754
10755 * faq.texi: Improve previous changes.
10756
10757 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10758
10759 * faq.texi: Update copyright and maintenance details.
10760 Update some package URLs, versions, and maintainers.
10761 Remove many references to the Emacs Lisp Archive.
10762
10763 2003-04-23 Simon Josefsson <jas@extundo.com>
10764
10765 * smtpmail.texi: Fix license (the invariant sections mentioned has
10766 never been part of the smtp manual). Align info dir entry with
10767 other emacs packages.
10768
10769 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
10770
10771 * tramp.texi: Version 2.0.33 released.
10772 Remove installation chapter. Remove XEmacs specifics.
10773
10774 2003-03-29 Richard M. Stallman <rms@gnu.org>
10775
10776 * tramp.texi (Top): Undo the previous renaming.
10777 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
10778
10779 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
10780
10781 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
10782 version of manual.
10783
10784 * tramp.texi (Auto-save and Backup): New node.
10785
10786 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
10787
10788 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
10789 Emacs" in order to have better differentiation to "XEmacs".
10790 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
10791 are new macros in order to point to the other Emacs flavor where
10792 appropriate. In info case, point to node `Installation' in order
10793 to explain how to generate the other way. In html case, make a
10794 link to the other html file.
10795 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
10796 after CVS checkout/update.
10797 (Installation): Completely rewritten.
10798 (Installation parameters, Load paths): New sections under
10799 `Installation'.
10800
10801 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10802
10803 * tramp.texi: Version 2.0.30 released.
10804 Replace word "path" with "localname" where used as a component of
10805 a Tramp file name.
10806
10807 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
10808
10809 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
10810 introduced.
10811 (Installation): Explain what to do if files from the tramp/contrib
10812 directory are needed.
10813
10814 2003-02-23 Alex Schroeder <alex@emacswiki.org>
10815
10816 * smtpmail.texi (How Mail Works): New.
10817
10818 2003-02-22 Alex Schroeder <alex@emacswiki.org>
10819
10820 * smtpmail.texi: New file.
10821
10822 * Makefile.in: Build SMTP manual.
10823
10824 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10825
10826 * tramp.texi: Version 2.0.29 released.
10827 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
10828 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
10829
10830 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
10831
10832 * tramp.texi (Frequently Asked Questions): Explain a workaround if
10833 another package loads accidentally Ange-FTP.
10834
10835 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
10836
10837 * tramp.texi (Customizing Completion): Add function
10838 `tramp-parse-sconfig'. Change example of
10839 `tramp-set-completion-function', because parsing of ssh config
10840 files looks more natural.
10841
10842 2003-01-15 Kevin Ryde <user42@zip.com.au>
10843
10844 * gnus.texi (Using MIME): Mention auto-compression-mode with
10845 gnus-mime-copy-part.
10846
10847 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
10848
10849 * gnus.texi: Do not use `path' in several locations.
10850
10851 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10852
10853 * tramp.texi (External transfer methods): New method `smb'.
10854 From Michael Albinus.
10855
10856 2002-11-05 Karl Berry <karl@gnu.org>
10857
10858 * info.texi (Info-fontify): Reorder face list to avoid bad line
10859 breaks.
10860
10861 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10862
10863 * tramp.texi: Move @copying to standard place.
10864 Use @insertcopying.
10865
10866 2002-10-02 Karl Berry <karl@gnu.org>
10867
10868 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi:
10869 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
10870 * eshell.texi, eudc.texi, faq.texi, forms.texi, idlwave.texi:
10871 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, reftex.texi:
10872 * sc.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
10873 * widget.texi, woman.texi:
10874 Per rms, update all manuals to use @copying instead of @ifinfo.
10875 Also use @ifnottex instead of @ifinfo around the top node, where
10876 needed for the sake of the HTML output.
10877 (The Gnus manual is not fixed since it's not clear to me how it
10878 works; and the Tramp manual already uses @copying, although in an
10879 unusual way. All others were changed.)
10880
10881 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
10882
10883 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
10884 (../info/ses, ses.dvi): New targets.
10885 * ses.texi: New file.
10886
10887 2002-09-06 Pavel Janík <Pavel@Janik.cz>
10888
10889 * texinfo.tex: Update to texinfo 4.2.
10890
10891 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
10892
10893 * reftex.texi: Update to RefTeX 4.19.
10894
10895 2002-07-21 Jesper Harder <harder@ifa.au.dk>
10896
10897 * gnus.texi (Sorting Groups): Add key bindings for
10898 gnus-group-sort-groups-by-real-name and
10899 gnus-group-sort-selected-groups-by-real-name.
10900
10901 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10902
10903 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
10904 (../info/tramp, tramp.dvi): New targets.
10905
10906 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
10907
10908 * Makefile.in (DVI_TARGETS): Add calc.dvi.
10909 (calc.dvi): Uncomment.
10910
10911 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
10912
10913 * Makefile.in (INFO_TARGETS): Add ../info/calc.
10914 (../info/calc): New target.
10915
10916 2001-10-20 Gerd Moellmann <gerd@gnu.org>
10917
10918 * (Version 21.1 released.)
10919
10920 2001-10-05 Gerd Moellmann <gerd@gnu.org>
10921
10922 * Branch for 21.1.
10923
10924 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10925
10926 * Makefile.in (../info/info): Use an explicit -o switch to
10927 makeinfo.
10928
10929 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10930
10931 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10932
10933 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
10934
10935 * ediff.texi: Added ediff-coding-system-for-read.
10936
10937 * viper.texi: Fix typos.
10938
10939 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
10940
10941 * Makefile.in (../info/idlwave): Use --no-split.
10942
10943 2000-12-14 Dave Love <fx@gnu.org>
10944
10945 * Makefile.in (mostlyclean): Remove gnustmp.*.
10946 (gnus.dvi): Change rule to remove @latex stuff.
10947
10948 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
10949
10950 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
10951
10952 2000-10-13 John Wiegley <johnw@gnu.org>
10953
10954 * Makefile.in: Add build targets for eshell.texi.
10955
10956 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10957
10958 * Makefile.in: Remove/comment speedbar stuff.
10959
10960 2000-09-22 Dave Love <fx@gnu.org>
10961
10962 * Makefile.in: Add emacs-mime.
10963
10964 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10965
10966 * Makefile.in (INFO_TARGETS): Add ../info/woman.
10967 (DVI_TARGETS): Add woman.dvi.
10968 (../info/woman, woman.dvi): New targets.
10969
10970 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
10971
10972 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
10973
10974 * pcl-cvs.texi: New file.
10975 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
10976 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
10977
10978 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10979
10980 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
10981 (../info/ebrowse, ebrowse.dvi): New targets.
10982
10983 2000-01-13 Gerd Moellmann <gerd@gnu.org>
10984
10985 * Makefile.in (INFO_TARGETS): Add eudc.
10986 (DVI_TARGETS): Add eudc.dvi.
10987 (../info/eudc, eudc.dvi): New targets.
10988
10989 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
10990
10991 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
10992 compatibility with 8+3 filesystems).
10993 (../info/efaq): Rename from emacs-faq.
10994
10995 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10996
10997 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
10998 (../info/idlwave, idlwave.dvi): New targets.
10999
11000 1999-10-23 Dave Love <fx@gnu.org>
11001
11002 * Makefile.in: Use autotype.texi.
11003
11004 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
11005
11006 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
11007 faq.texi file) rather than ../info/faq.
11008
11009 1999-10-07 Gerd Moellmann <gerd@gnu.org>
11010
11011 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
11012 (../info/ada-mode, ada-mode.dvi): New targets.
11013
11014 1999-09-01 Dave Love <fx@gnu.org>
11015
11016 * Makefile.in: Add faq.
11017
11018 1999-07-12 Richard Stallman <rms@gnu.org>
11019
11020 * Version 20.4 released.
11021
11022 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11023
11024 * Version 20.3 released.
11025
11026 1998-04-06 Andreas Schwab <schwab@gnu.org>
11027
11028 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
11029 Use it in dvi targets.
11030 (../etc/GNU): Change to $(srcdir) first.
11031
11032 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
11033
11034 * reftex.texi: Update for RefTeX version 3.22.
11035
11036 1998-03-01 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr>
11037
11038 * gnus.texi (Easy Picons): Removed references to
11039 `gnus-group-display-picons'.
11040 (Hard Picons): Ditto.
11041
11042 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
11043
11044 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
11045 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11046
11047 1997-09-23 Paul Eggert <eggert@twinsun.com>
11048
11049 * Makefile.in: Merge changes mistakenly made to `Makefile'.
11050 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
11051
11052 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11053
11054 * Version 20.2 released.
11055
11056 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11057
11058 * Version 20.1 released.
11059
11060 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11061
11062 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
11063
11064 1997-04-12 Per Abrahamsen <abraham@dina.kvl.dk>
11065
11066 * widget.texi (push-button): Document it.
11067
11068 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11069
11070 * Version 19.33 released.
11071
11072 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11073
11074 * Version 19.32 released.
11075
11076 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11077
11078 * Makefile.in: Add rules for the Message manual.
11079
11080 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11081
11082 * gnus.texi: New version.
11083
11084 * message.texi: New manual.
11085
11086 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11087
11088 * Makefile.in (All info targets): cd $(srcdir) to do the work.
11089
11090 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11091
11092 * Makefile.in (All info targets): Specify $(srcdir) in input files.
11093 Specify -I option.
11094 (All dvi targets): Set the TEXINPUTS variable.
11095
11096 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11097
11098 * Version 19.31 released.
11099
11100 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11101
11102 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
11103 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
11104
11105 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11106
11107 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
11108 (INFO_TARGETS): Add ../info/cc-mode.
11109 (DVI_TARGETS): Add cc-mode.dvi.
11110
11111 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11112
11113 * Version 19.30 released.
11114
11115 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11116
11117 * gnus.texi: New file.
11118
11119 1995-11-04 Erik Naggum <erik@naggum.no>
11120
11121 * gnus.texi: File deleted.
11122
11123 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
11124
11125 * mh-e.texi: "Function Index" -> "Command Index" to work with
11126 Emacs 19.30 C-h C-k support of separately-documented commands.
11127
11128 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11129
11130 * Makefile.in (../info/ediff, ediff.dvi): New targets.
11131 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
11132
11133 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11134
11135 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
11136 (../info/viper, viper.dvi): New targets.
11137
11138 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
11139
11140 * dired-x.texi (Installation): Change the example to set
11141 buffer-local variables like dired-omit-files-p in
11142 dired-mode-hook.
11143
11144 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11145
11146 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
11147 (../info/mh-e, mh-e.dvi): New targets.
11148
11149 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11150
11151 * Makefile.in (maintainer-clean): Rename from realclean.
11152
11153 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11154
11155 * Makefile.in: New file.
11156 * Makefile: File deleted.
11157
11158 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11159
11160 * Makefile (TEXINDEX_OBJS): Variable deleted.
11161 (texindex, texindex.o, getopt.o): Rules deleted.
11162 All deps on texindex deleted.
11163 (distclean): Don't delete texindex.
11164 (mostlyclean): Don't delete *.o.
11165 * texindex.c, getopt.c: Files deleted.
11166
11167 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11168
11169 * Version 19.26 released.
11170
11171 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11172
11173 * Version 19.25 released.
11174
11175 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11176
11177 * Version 19.24 released.
11178
11179 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11180
11181 * Version 19.23 released.
11182
11183 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11184
11185 * Makefile: Delete spurious tab.
11186
11187 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11188
11189 * Makefile (.SUFFIXES): New rule.
11190
11191 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11192
11193 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
11194 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11195
11196 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11197
11198 * Makefile (../info/sc): Rename from sc.info.
11199 (../info/cl): Likewise.
11200 (INFO_TARGETS): Use new names.
11201
11202 1993-12-04 Richard Stallman (rms@srarc2)
11203
11204 * getopt.c: New file.
11205 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
11206 (getopt.o): New rule.
11207 (dvi): Don't depend on texindex.
11208 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
11209 Depend on texindex.
11210
11211 1993-12-03 Richard Stallman (rms@srarc2)
11212
11213 * Makefile (../info/sc.info): Rename from ../info/sc.
11214 (TEXI2DVI): New variable.
11215 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
11216 Add explicit commands.
11217 (TEXINDEX_OBJS): Delete duplicate getopt.o.
11218
11219 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11220
11221 * Version 19.22 released.
11222
11223 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11224
11225 * Makefile (TEXINDEX_OBJS): Delete spurious period.
11226
11227 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11228
11229 * Version 19.21 released.
11230
11231 1993-11-15 Paul Eggert (eggert@twinsun.com)
11232
11233 * Makefile (../info/cl.info): Rename from ../info/cl.
11234
11235 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11236
11237 * Makefile (../etc/GNU): New target.
11238 (EMACSSOURCES): Add gnu1.texi.
11239
11240 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11241
11242 * Makefile (realclean): Don't delete the Info files.
11243
11244 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11245
11246 * forms.texi: Fix forms.texi so that it will format correctly.
11247 Add missing `@end iftex', fix bad reference.
11248
11249 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
11250
11251 * Makefile: Fix targets for texindex, new info.texi files.
11252 * info-stnd.texi: New file implements info for standalone info
11253 reader.
11254 * info.texi: Update to include recent changes to "../info/info".
11255 New source file for ../info/info; includes info-stnd.texi.
11256
11257 * texindex.c: Include "../src/config.h" if building in emacs.
11258
11259 * Makefile: Change all files to FILENAME.texi, force all targets
11260 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
11261 vip.texinfo, forms.texinfo, cl.texinfo.
11262 Add target to build texindex.c, defining `emacs'.
11263
11264 * forms.texi: Install new file to match version 2.3 of forms.el.
11265
11266 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11267
11268 * Version 19.19 released.
11269
11270 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
11271
11272 * sc.texinfo: Fix info file name.
11273
11274 * Makefile (info): Add gnus and sc.
11275 (dvi): Add gnus.dvi and sc.dvi.
11276 (../info/sc, sc.dvi): New targets.
11277
11278 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11279
11280 * Version 19.18 released.
11281
11282 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11283
11284 * Makefile: Fix source file names of the separate manuals.
11285 (gnus.dvi, ../info/gnus): New targets.
11286
11287 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11288
11289 * Version 19.17 released.
11290
11291 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11292
11293 * split-man: Fix typos in last change.
11294
11295 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11296
11297 * Version 19.16 released.
11298
11299 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11300
11301 * version 19.15 released.
11302
11303 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11304
11305 * Makefile (distclean): It's rm, not rf.
11306
11307 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11308
11309 * Version 19.14 released.
11310
11311 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11312
11313 * Makefile: New file.
11314
11315 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11316
11317 * Version 19.13 released.
11318
11319 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11320
11321 * Version 19.9 released.
11322
11323 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11324
11325 * Version 19.8 released.
11326
11327 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11328
11329 * Version 19.7 released.
11330
11331 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
11332
11333 * gnus.texinfo: New file. Removed installation instructions.
11334
11335 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11336
11337 * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
11338
11339 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11340
11341 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
11342 then define `\sc' as the command for smallcaps in Texinfo.
11343 This means that the @sc command will produce small caps. bfox has
11344 made the corresponding change to makeinfo and texinfm.el.
11345
11346 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11347
11348 * vip.texinfo: Remove menu entry Adding Lisp Code in node
11349 Customization since the menu entry did not point to anything.
11350 Also add an @finalout command to remove overfull hboxes from the
11351 printed output.
11352
11353 * cl.texinfo: Add @bye, \input line and @settitle to file.
11354 This file is clearly intended to be a chapter of some other work,
11355 but the other work does not yet exist.
11356
11357 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11358
11359 * texinfo.texinfo: Three typos corrected.
11360
11361 ;; Local Variables:
11362 ;; coding: utf-8
11363 ;; End:
11364
11365 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
11366
11367 This file is part of GNU Emacs.
11368
11369 GNU Emacs is free software: you can redistribute it and/or modify
11370 it under the terms of the GNU General Public License as published by
11371 the Free Software Foundation, either version 3 of the License, or
11372 (at your option) any later version.
11373
11374 GNU Emacs is distributed in the hope that it will be useful,
11375 but WITHOUT ANY WARRANTY; without even the implied warranty of
11376 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11377 GNU General Public License for more details.
11378
11379 You should have received a copy of the GNU General Public License
11380 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.