Document `prettify-symbols-mode' and `global-prettify-symbols-mode'.
[bpt/emacs.git] / doc / misc / ChangeLog
1 2014-02-28 Karl Berry <karl@gnu.org>
2
3 * info.texi (Top): Mention H for a summary of all commands.
4
5 2014-02-25 Glenn Morris <rgm@gnu.org>
6
7 * edt.texi (Quick start, Starting emulation): Update hook details.
8 * efaq.texi (Fullscreen mode on MS-Windows)
9 (Terminal setup code works after Emacs has begun): Update hook details.
10 * vip.texi (Loading VIP): Fix hook example.
11
12 * efaq-w32.texi (Bash): Don't use setq with hooks.
13
14 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
15
16 * texinfo.tex: Update from gnulib.
17
18 2014-02-22 Xue Fuqiao <xfq@gnu.org>
19
20 * remember.texi (Quick Start): Add an index.
21 (Function Reference, Quick Start): Add cross-references.
22
23 2014-02-21 Glenn Morris <rgm@gnu.org>
24
25 * flymake.texi (Starting the syntax check process): Grammar fix.
26
27 * tramp.texi (External packages): Grammar fix.
28 Reword for default sentinel not being nil any more.
29
30 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
31
32 * trampver.texi: Update release number.
33
34 2014-02-19 Glenn Morris <rgm@gnu.org>
35
36 * remember.texi: Copyedits.
37 (Quick Start): No need for manual autoloads. Mention remember-notes.
38 (Function Reference): Update arguments. Add new commands.
39
40 2014-02-18 Glenn Morris <rgm@gnu.org>
41
42 * remember.texi (copying): Bump remember mode version.
43 (Installation): Remove unnecessary chapter.
44 (Quick Start): No need to explicitly load remember.el.
45 (Separate Text Files): New section.
46
47 2014-02-17 Glenn Morris <rgm@gnu.org>
48
49 * eieio.texi (Class Values, CLOS compatibility):
50 Remove references to deleted eieio-describe-class/generic.
51
52 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
53
54 Sync with Tramp 2.2.9.
55 * trampver.texi: Update release number.
56
57 * efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2.
58
59 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
60
61 * calc.texi (Single-Variable Statistics): Remove mention of
62 incorrect keybinding.
63
64 2014-02-12 Paul Eggert <eggert@cs.ucla.edu>
65
66 * texinfo.tex: Update from gnulib.
67
68 2014-02-08 Glenn Morris <rgm@gnu.org>
69
70 * auth.texi (GnuPG and EasyPG Assistant Configuration):
71 Be agnostic about authinfo/authinfo.gpg default order. (Bug#16642)
72
73 2014-02-07 Glenn Morris <rgm@gnu.org>
74
75 * viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
76
77 2014-02-06 Glenn Morris <rgm@gnu.org>
78
79 * epa.texi (Mail-mode integration): Mention epa-mail-aliases.
80
81 * mh-e.texi, viper.texi: Do not use colons in index entries.
82
83 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
84
85 * texinfo.tex: Update from gnulib.
86
87 2014-02-05 Glenn Morris <rgm@gnu.org>
88
89 * epa.texi: Add indices.
90
91 * url.texi (Cookies): Mention url-cookie-list command.
92
93 2014-02-03 Glenn Morris <rgm@gnu.org>
94
95 * cl.texi (Blocks and Exits): Mention cl-tagbody.
96
97 2014-02-02 Glenn Morris <rgm@gnu.org>
98
99 * efaq-w32.texi (Tramp ssh): Remove deleted tramp methods.
100
101 2014-01-31 Glenn Morris <rgm@gnu.org>
102
103 * efaq.texi (Replacing highlighted text):
104 Update delete-selection-mode doc.
105
106 2014-01-30 Xue Fuqiao <xfq.free@gmail.com>
107
108 * sem-user.texi (Include paths): Fix a Texinfo command.
109
110 2014-01-27 Glenn Morris <rgm@gnu.org>
111
112 * idlwave.texi (Lesson III---User Catalog, Online Help)
113 (Starting the Shell, Catalogs, User Catalog):
114 * remember.texi (Quick Start):
115 * viper.texi:
116 * vip.texi (Customization, Customizing Constants)
117 (Customizing Key Bindings): Update for files being in ~/.emacs.d/.
118
119 2014-01-25 Xue Fuqiao <xfq.free@gmail.com>
120
121 * cc-mode.texi (Minor Modes): Minor fix.
122
123 2014-01-24 David Engster <deng@randomsample.de>
124
125 * eieio.texi (Introduction): Fix references.
126
127 2014-01-24 Glenn Morris <rgm@gnu.org>
128
129 * efaq.texi (Termcap/Terminfo entries for Emacs):
130 Use M-x term rather than M-x terminal-emulator.
131
132 * emacs-mime.texi (time-date): Use float-time.
133
134 2014-01-22 David Engster <deng@randomsample.de>
135
136 * eieio.texi (Introduction): Move introductory paragraph about
137 EIEIO and CLOS from 'Building Classes' to here.
138 (Documentation): Remove, since eieio-doc is not part of Emacs.
139 (Class Values, CLOS compatibility): Mention that
140 `describe-function' will also give information about classes.
141
142 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
143
144 * texinfo.tex: Update from gnulib.
145
146 2014-01-15 Glenn Morris <rgm@gnu.org>
147
148 * Makefile.in (eww_deps): Does not depend on emacsver.texi.
149
150 2014-01-12 Michael Albinus <michael.albinus@gmx.de>
151
152 * tramp.texi (all): Doc fix according to GNU Coding Standards.
153 Use "file name" instead of "filename" or "path". Use "host"
154 instead of "machine".
155
156 2014-01-12 David Engster <deng@randomsample.de>
157
158 * eieio.texi (Introduction): `class-of' is obsolete.
159 (Predicates, Basic Methods): Adapt function names to namespace
160 cleanup.
161
162 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
163
164 * eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
165
166 2014-01-12 Glenn Morris <rgm@gnu.org>
167
168 * efaq.texi (Guidelines for newsgroup postings)
169 (Informational files for Emacs):
170 Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
171
172 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * cl.texi (Function Bindings): Fix incorrect description of cl-let.
175
176 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
177
178 * Makefile.in: Add eww.texi.
179 * eww.texi: New file.
180
181 2014-01-07 Glenn Morris <rgm@gnu.org>
182
183 * efaq.texi (Problems with very large files): Fix superscript typo.
184
185 2013-01-07 Rasmus <w530@pank.eu>
186
187 * org.texi (Global and local cycling): Fix missing '@'.
188
189 2013-01-07 Bastien Guerry <bzg@gnu.org>
190
191 * org.texi (Global and local cycling): Mention C-u C-u TAB.
192 (Include files, The Export Dispatcher)
193 (Advanced configuration)
194 (Header arguments in Org mode properties): Spelling fixes.
195 (Special blocks): Add #+BEGIN_ABSTRACT as another example.
196 (@LaTeX{} specific attributes): New index entries.
197 Use #+BEGIN_ABSTRACT in the example.
198
199 2013-01-07 Nicolas Goaziou <n.goaziou@gmail.com>
200
201 * org.texi (Org export): New section.
202 (HTML doctypes): Fix whitespace error. Fix display.
203 (Publishing options): Add missing html publishing options.
204
205 2014-01-07 Glenn Morris <rgm@gnu.org>
206
207 * efaq.texi (Basic editing, Packages that do not come with Emacs):
208 Merge in some info from etc/MORE.STUFF.
209
210 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
211
212 Specify .texi encoding (Bug#16292).
213 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
214 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
215 * ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi:
216 * emacs-gnutls.texi, epa.texi, erc.texi, ert.texi:
217 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi:
218 * gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi:
219 * message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi:
220 * octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi:
221 * reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi:
222 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
223 * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
224 * widget.texi, wisent.texi, woman.texi:
225 Add @documentencoding.
226
227 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
228
229 * eshell.texi (What Eshell is not): Clean up confusing clause.
230
231 2014-01-03 Glenn Morris <rgm@gnu.org>
232
233 * efaq-w32.texi, reftex.texi: Use @insertcopying in non-TeX.
234
235 * ede.texi, eieio.texi, semantic.texi, srecode.texi:
236 Add copyright notice to titlepage.
237
238 * dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
239
240 * ert.texi: Add a titlepage. Use @insertcopying.
241
242 * calc.texi (Top): Use @top rather than @chapter.
243
244 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
245
246 * eshell.texi (top): Fix incorrect use of xref.
247
248 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
249
250 * eshell.texi (top): Fix incorrect info filename in an xref.
251
252 2014-01-02 Glenn Morris <rgm@gnu.org>
253
254 * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
255
256 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
257
258 * eshell.texi (Command Basics): Remove `Command basics' chapter.
259
260 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
261
262 * eshell.texi (What is Eshell?): Add section about what not to use
263 Eshell for.
264
265 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
266
267 * emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
268
269 2013-12-22 Glenn Morris <rgm@gnu.org>
270
271 * woman.texi (Navigation): Use itemx where appropriate.
272
273 2013-12-20 Tassilo Horn <tsdh@gnu.org>
274
275 * info.texi, woman.texi:
276 Document `S-SPC' as alternative to `DEL' for scrolling.
277
278 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
279
280 * calc.texi (Stack Manipulation Commands): Mention using the variable
281 `calc-context-sensitive-enter' for `calc-enter' and `calc-pop'.
282
283 2013-12-12 Michael Albinus <michael.albinus@gmx.de>
284
285 * tramp.texi (direntry): Use ssh but rsh.
286 (all): Encode all environment variable names with @env{...}.
287 (Bug Reports): Refer to Testing node.
288
289 2013-12-12 Glenn Morris <rgm@gnu.org>
290
291 * autotype.texi, cc-mode.texi, ediff.texi, ert.texi:
292 * htmlfontify.texi, ido.texi, octave-mode.texi, org.texi:
293 * srecode.texi, todo-mode.texi, tramp.texi:
294 Sync direntry with info/dir version.
295
296 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
297
298 * Makefile.in: Add octave-mode.texi.
299
300 2013-12-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
301 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
302
303 * octave-mode.texi: Import from GNU Octave (doc/interpreter/emacs.txi).
304
305 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
306
307 * dbus.texi (Properties and Annotations): Fix typo.
308
309 2013-12-06 Bastien Guerry <bzg@gnu.org>
310
311 * org.texi: Don't include Emacs version within Org's version.
312
313 2013-12-06 Nicolas Goaziou <n.goaziou@gmail.com>
314
315 * org.texi (Creating one-off styles): Use new export snippet
316 syntax.
317
318 * org.texi (Export settings): Documentation describing how text
319 above the first heading is ignored when an :export: tag is in a
320 file.
321
322 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
323
324 * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
325
326 2013-11-30 Glenn Morris <rgm@gnu.org>
327
328 * Makefile.in (distclean): Remove Makefile.
329
330 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
331
332 * ses.texi (Quick Tutorial): New chapter. (Bug#14748)
333 (The Basics, Formulas): Copyedits.
334 (Resizing, Printer functions): Add index entries.
335
336 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
337
338 * calc.texi (Customizing Calc): Mention new variable
339 `calc-context-sensitive-enter'.
340
341 2013-11-12 Aaron Ecay <aaronecay@gmail.com>
342
343 * org.texi (Exporting code blocks): Document the 'inline-only
344 setting for `org-export-babel-evaluate'. Document how :var
345 introduces code block dependencies.
346
347 2013-11-12 Achim Gratz <Stromeko@Stromeko.DE>
348
349 * org.texi (Header arguments): Document header-args[:lang]
350 properties and remove deprecated old-style properties from
351 documentation.
352
353 * org.texi (Agenda commands): Remove footnote from @tsubheading
354 and add a sentence with the reference instead.
355
356 2013-11-12 Bastien Guerry <bzg@gnu.org>
357
358 * org.texi (Catching invisible edits):
359 * org.texi (Plain lists, Plain lists):
360 * org.texi (Advanced configuration):
361 * org.texi (Tag groups):
362 * org.texi (Conventions):
363 * org.texi (Checkboxes, Radio lists):
364 * org.texi (Top, Summary, Exporting):
365 * org.texi (In-buffer settings): Fix typos.
366
367 * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
368 C-w'. Add an index entry for `org-refile-keep'.
369
370 * org.texi (Plain lists): Add an index entry for sorting plain
371 list. Document sorting by checked status for check lists.
372
373 * org.texi (Publishing options): Fix old variable names.
374
375 * org.texi (Orgstruct mode): Fix suggested setting of
376 `orgstruct-heading-prefix-regexp'.
377
378 * org.texi (Export settings):
379 Document `org-export-allow-bind-keywords'.
380
381 * org.texi (History and Acknowledgments): Small rephrasing.
382
383 * org.texi (Template elements): Add a footnote about tags accepted
384 in a year datetree.
385
386 * org.texi (Beamer export, @LaTeX{} and PDF export)
387 (Header and sectioning, @LaTeX{} specific attributes):
388 Enhance style.
389
390 * org.texi (Agenda commands): Add a footnote about dragging agenda
391 lines: it does not persist and it does not change the .org files.
392
393 * org.texi (Agenda commands): Add a table heading for dragging
394 agenda lines forward/backward.
395
396 * org.texi (Agenda commands): Add documentation for
397 `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
398
399 * org.texi (Publishing options): Update the list of options.
400 (Simple example, Complex example): Fix the examples.
401
402 * org.texi (Formula syntax for Calc): Don't use a bold font the
403 warning.
404
405 * org.texi (Other built-in back-ends): New section.
406
407 * org.texi (Editing source code):
408 Document `org-edit-src-auto-save-idle-delay' and
409 `org-edit-src-turn-on-auto-save'.
410
411 * org.texi (External links): Document contributed link types
412 separately.
413
414 * org.texi (Closing items):
415 Document `org-closed-keep-when-no-todo'.
416
417 * org.texi (Export back-ends): Rename from "Export formats".
418 (The Export Dispatcher): Remove reference to
419 `org-export-run-in-background'.
420 (Export settings): Minor rewrites.
421 (ASCII/Latin-1/UTF-8 export): Update variable's name.
422 (In-buffer settings): Add #+HTML_HEAD_EXTRA.
423
424 * org.texi (Export in foreign buffers): New section.
425 (Exporting): Remove documentation about converting the selected
426 region.
427
428 * org.texi (Advanced configuration): Put the filter valid types in
429 a table. Use @lisp and @smalllisp.
430
431 * org.texi: Use @code{nil} instead of nil. Update the maintainer
432 contact info.
433
434 * org.texi (Exporting): Better introductory sentence. Add a note
435 about conversion commands.
436 (Feedback, Orgstruct mode, Built-in table editor)
437 (Built-in table editor, Orgtbl mode, Updating the table)
438 (Property syntax, Capturing column view, Capture)
439 (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
440 (Exporting, Extending ODT export)
441 (Working with @LaTeX{} math snippets, dir, Customization)
442 (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
443 Uniformly use @kbd{M-x command RET}.
444
445 * org.texi (Filtering/limiting agenda items): New subsection.
446 Document the use of `org-agenda-max-*' options and
447 `org-agenda-limit-interactively' from the agenda.
448 (Agenda commands): Move details about filtering commands to
449 the new section, only include a summary here.
450 (Customizing tables in ODT export)
451 (System-wide header arguments, Conflicts, Dynamic blocks):
452 Use spaces for indentation.
453
454 * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
455
456 * org.texi (Links in HTML export, Images in HTML export)
457 (post): Fix syntax within #+ATTR_*.
458 (Tables in HTML export): Document `org-html-table-row-tags'
459 and use `org-html-table-default-attributes' instead of
460 `org-html-table-tag'.
461
462 * org.texi (Publishing action, Publishing options)
463 (Publishing links): Major rewrite. Enhance explanations for
464 `org-org-publish-to-org'. Remove reference to
465 `org-export-run-in-background'.
466
467 * org.texi: Fix many small typos. Use #+NAME instead of
468 #+TBLNAME. Use @smalllisp instead of @example.
469 (Special symbols): Add index?
470 (HTML preamble and postamble): Don't mention obsolete use of
471 opt-plist.
472 (JavaScript support): Don't mention the org-jsinfo.el file as it
473 has been merged with ox-html.el.
474
475 * org.texi (Installation, Feedback, Setting Options)
476 (Code evaluation security, org-crypt.el): Use @lisp instead of
477 @example.
478 (Agenda commands): Use @table instead of @example.
479
480 * org.texi (Adding hyperlink types): New appendix.
481
482 * org.texi (ODT export commands, Extending ODT export)
483 (Applying custom styles, Images in ODT export)
484 (Labels and captions in ODT export)
485 (Literal examples in ODT export)
486 (Configuring a document converter)
487 (Working with OpenDocument style files)
488 (Customizing tables in ODT export)
489 (Validating OpenDocument XML): Fix options names.
490
491 * org.texi (History and Acknowledgments): Update acknowledgments
492 to Nicolas. Add Nicolas Goaziou to the list of contributors.
493
494 * org.texi (System-wide header arguments): Don't use "customizing"
495 for setting a variable. Also remove comments.
496
497 * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
498 `org-agenda-start-on-weekday' to the variable index and document
499 them.
500
501 * org.texi (Sparse trees, Agenda commands)
502 (@LaTeX{} fragments, Selective export, Export options)
503 (The export dispatcher, ASCII/Latin-1/UTF-8 export)
504 (HTML Export commands, @LaTeX{}/PDF export commands)
505 (iCalendar export, Publishing options, Triggering publication)
506 (In-buffer settings): Update to reflect changes from the new
507 export engine.
508
509 * org.texi (Matching tags and properties): More examples.
510 Explain group tags expansion as regular expressions.
511
512 * org.texi (Tag groups): New section.
513
514 * org.texi (Setting tags): Tiny formatting fixes.
515
516 * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
517 names.
518
519 * org.texi (Storing searches): Add "agenda" and "agenda*" to the
520 concept index. Include example for these agenda views.
521 (Special agenda views): Mention the "agenda*" agenda view.
522
523 * org.texi (Repeated tasks): Document how to ignore a repeater
524 when using both a scheduled and a deadline timetamp.
525
526 * org.texi (Global and local cycling): Wrap in a new subsection.
527 (Initial visibility, Catching invisible edits): New subsections.
528
529 * org.texi (Visibility cycling): Mention that
530 `org-agenda-inhibit-startup' will prevent visibility setting when
531 the agenda opens an Org file for the first time.
532
533 * org.texi (Org syntax): New section.
534
535 * org.texi (Orgstruct mode):
536 Document `orgstruct-heading-prefix-regexp'.
537
538 * org.texi (Speeding up your agendas): New section.
539
540 * org.texi (Installation): When installing Org from ELPA, users
541 should do this from an Emacs session where no .org file has been
542 visited.
543
544 * org.texi (CSS support, In-buffer settings): Update HTML options
545 names.
546
547 * org.texi (Structure editing): Update documentation for
548 `org-insert-heading-or-item'.
549 (Plain lists, Relative timer): Update index entry.
550
551 * org.texi (JavaScript support): Update variable names.
552
553 * org.texi (comments): Minor formatting fix.
554
555 * org.texi (@LaTeX{} fragments): Minor enhancement.
556
557 * org.texi: Update the list contributions.
558
559 * org.texi (Agenda commands): Exporting the agenda to an .org file
560 will not copy the subtrees and the inherited tags.
561 Document `org-agenda-filter-by-regexp'.
562
563 * org.texi (Publishing action, Complex example): Fix names of
564 publishing functions.
565
566 * org.texi (Top, Exporting): Delete references to Freemind.
567 (Freemind export): Delete section.
568
569 * org.texi (Top, Exporting): Delete references to the XOXO export.
570 (XOXO export): Delete section.
571
572 * org.texi (Capture): Mention that org-remember.el is not
573 supported anymore.
574
575 * org.texi (Top, Exporting, Beamer class export):
576 Delete references to the TaskJuggler export.
577 (History and Acknowledgments): Mention that the TaskJuggler has
578 been rewritten by Nicolas and now lives in the contrib/ directory
579 of Org's distribution. Mention that Jambunathan rewrote the HTML
580 exporter. Remove Jambunathan from my own acknowledgments.
581 (TaskJuggler export): Delete.
582
583 * org.texi (HTML preamble and postamble)
584 (Tables in HTML export, Images in HTML export)
585 (Math formatting in HTML export, CSS support)
586 (@LaTeX{} and PDF export, Publishing options): Fix the names of
587 the HTML export and publishing options.
588
589 * org.texi (Literal examples, Export options)
590 (@LaTeX{} and PDF export, Header and sectioning)
591 (Publishing options): Fix LaTeX options names.
592
593 * org.texi (Export options, CSS support, In-buffer settings):
594 Fix references to HTML_LINK_* and HTML_STYLE keywords.
595
596 * org.texi (Export options, In-buffer settings): Fix references to
597 #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
598
599 * org.texi (Top, Markup, Initial text, Images and tables)
600 (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
601 (Export options, JavaScript support, Beamer class export):
602 Remove references to the DocBook export, which has been deleted.
603 (History and Acknowledgments): Mention that DocBook has been
604 deleted, suggest to use the Texinfo exporter instead, then to
605 convert the .texi to DocBook with makeinfo.
606 (Links in ODT export, Tables in ODT export): Fix indices.
607
608 * org.texi (Deadlines and scheduling): Add a variable to the
609 index. Add documentation about delays for scheduled tasks.
610
611 * org.texi (Emphasis and monospace):
612 Mention `org-fontify-emphasized-text' and
613 `org-emphasis-regexp-components'.
614
615 * org.texi (References): Small enhancement.
616
617 * org.texi (Column width and alignment): Make the example visually
618 more clear.
619
620 * org.texi (The clock table): Document :mstart and :wstart as a
621 way to set the starting day of the week.
622
623 * org.texi (In-buffer settings): Document new startup keywords.
624 Thanks to John J Foerch for this idea.
625
626 * org.texi (Include files): Tiny formatting fix.
627
628 * org.texi (Activation): Point to the "Conflicts" section.
629
630 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com>
631
632 * org.texi (CSS support): Clarify this section.
633
634 * org.texi (@LaTeX{} specific attributes): Document that tabu and
635 tabularx packages are not in the default set of packages.
636
637 * org.texi (Agenda commands): Document fortnight view.
638
639 * org.texi: Document conflict with ecomplete.el.
640
641 * org.texi (History and Acknowledgments): Acknowledgements for
642 Jason Dunsmore and Rakcspace.
643
644 * org.texi: Rename org-crypt.el node to org-crypt.
645
646 * org.texi (A @LaTeX{} example): Fix typo in variable name.
647
648 * org.texi (MobileOrg): Mention the new iPhone developer.
649
650 * org.texi (Table of contents) Improve documentation of TOC
651 placement.
652
653 * org.texi: Explain that date/time information at read-date prompt
654 should start at the beginning, not anywhere in the middle of a
655 long string.
656
657 2013-11-12 Christopher Schmidt <christopher@ch.ristopher.com>
658
659 * org.texi (Orgstruct mode): Fix wrong regexp.
660
661 2013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
662
663 * org.texi: Document export to (X)HTML flavors.
664
665 2013-11-12 Eric Schulte <schulte.eric@gmail.com>
666
667 * org.texi (Extracting source code): Mention the prefix argument
668 to org-babel-tangle.
669 (noweb): Remove erroneous negative.
670 (Specific header arguments): Document new header arguments.
671 Documentation for new tangle-mode header argument.
672 (Top): Documentation for new tangle-mode header argument.
673 (rownames): Documentation for new tangle-mode header argument.
674 Mention elisp as special rowname case.
675 (tangle-mode): Documentation for new tangle-mode header argument.
676 (post): Documentation and an example of usage.
677 (var): Remove the "Alternate argument syntax" section from the
678 documentation.
679 (hlines): Note that :hline has no effect for Emacs Lisp code
680 blocks.
681
682 2013-11-12 Feng Shu <tumashu@gmail.com>
683
684 * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
685 (Math formatting in HTML export)
686 (Working with @LaTeX{} math snippets): Add document about creating
687 formula image with imagemagick.
688
689 * org.texi (@LaTeX{} specific attributes): Document `:caption'
690 attribute of #+ATTR_LATEX.
691
692 2013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com>
693
694 * org.texi (Handling links): Fix a typo in
695 `org-startup-with-inline-images' documentation.
696
697 * org.texi (Previewing @LaTeX{} fragments): Document the startup
698 keywords to use for previewing LaTeX fragments or not.
699 (Summary of in-buffer settings): Improve formatting and add an
700 entry for the variable `org-startup-with-latex-preview'.
701
702 * org.texi (Property syntax): Recall the user to refresh the org
703 buffer when properties are set on a per-file basis.
704
705 2013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change)
706
707 * org.texi (Matching tags and properties): Clarification.
708
709 2013-11-12 Ippei Furuhashi <top.tuna+orgmode@gmail.com>
710
711 * org.texi (Editing and debugging formulas): Add an example when a
712 table has multiple #+TBLFM lines.
713
714 2013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change)
715
716 * org.texi (The clock table): Document acceptance of relative
717 times in tstart and tend, link to syntax description and provide
718 example.
719
720 2013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi>
721
722 * org.texi (The spreadsheet): Document lookup functions.
723
724 2013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
725
726 * org.texi (CSS support): Mention .figure-number, .listing-number,
727 and .table-number.
728
729 2013-11-12 Michael Brand <michael.ch.brand@gmail.com>
730
731 * org.texi
732 (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
733 spreadsheet formula mode strings and some examples from @example
734 block with xy @r{yz} to @table.
735
736 * org.texi (Formula syntax for Calc): Improve the documentation of
737 empty fields in formulas for spreadsheet. Add explanation and
738 example for empty field. Extend explanations of format
739 specifiers. Add a sentence to mention Calc defmath.
740
741 * org.texi (Column formulas): Add a sentence to be more explicit
742 about when a table header is mandatory.
743
744 2013-11-12 Nicolas Goaziou <n.goaziou@gmail.com>
745
746 * org.texi (Subscripts and superscripts): Remove reference to
747 quoted underscores until this mechanism is implemented again.
748
749 * org.texi (Beamer export): Be more accurate about BEAMER_OPT
750 property.
751
752 * org.texi (Document title): Subtree export is no longer triggered
753 by marking one as the region.
754 (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
755 giving examples isn't very useful: "horizontal rule" is, at least,
756 as explicit as <hr/>.
757
758 * org.texi (HTML doctypes): Reflect keyword removal.
759 (CSS support): Reflect keyword removal.
760
761 * org.texi (@LaTeX{} specific attributes): Document new :float
762 values.
763
764 * org.texi (Export settings): Improve documentation.
765
766 * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
767 (Text areas in HTML export): Update text areas.
768 (HTML Export commands): Update export commands.
769
770 * org.texi (Header and sectioning): Add a footnote about the
771 different between LATEX_HEADER_EXTRA and LATEX_HEADER.
772
773 * org.texi (The Export Dispatcher):
774 Document `org-export-in-background'.
775
776 * org.texi (Footnotes): Export back-ends do not use
777 `org-footnote-normalize' anymore.
778
779 * org.texi: Document variable changes.
780
781 * org.texi (Export settings): Document p: item in OPTIONS keyword.
782
783 * org.texi (Exporting): Massive rewrite of the first sections.
784 (Selective export): Delete.
785 (The Export Dispatcher): Rewrite.
786 (Export options): Rewrite as "Export settings".
787
788 * org.texi: Small changes to documentation for embedded LaTeX.
789
790 * org.texi (Internal links): Document #+NAME keyword and
791 cross-referencing during export.
792
793 * org.texi (Include files): Remove reference to :prefix1
794 and :prefix. Give more details for :minlevel.
795
796 * org.texi (Macro replacement): Fix macro name.
797 Update documentation about possible locations and escaping mechanism.
798
799 * org.texi (Table of contents): Update documentation.
800 Document lists of listings and lists of tables. Add documentation for
801 optional title and #+TOC: keyword.
802
803 2013-11-12 Rick Frankel <rick@rickster.com>
804
805 * org.texi (results): Add Format section, broken out of Type
806 section to match code.
807 (hlines, colnames): Remove incorrect Emacs Lisp exception.
808 Note that the actual default handling (at least for python and
809 emacs-lisp) does not seem to match the description.
810
811 2013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change)
812
813 * org.texi (The date/time prompt): Update the documentation to
814 reflect the new way `org-read-date-get-relative' handles weekdays.
815
816 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com>
817
818 * org.texi (Resolving idle time):
819 Document `org-clock-x11idle-program-name'.
820
821 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
822
823 * ert.texi (Running Tests Interactively): Adapt examle output.
824 (Tests and Their Environment): Mention skip-unless.
825
826 2013-10-23 Glenn Morris <rgm@gnu.org>
827
828 * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
829 * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
830 * widget.texi: Nuke @refill.
831
832 * Makefile.in (install-dvi, install-html, install-pdf)
833 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
834 (uninstall-pdf): Quote entities that might contain whitespace.
835
836 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
837
838 * calc.texi (Data Type Formats): Don't specify the size at
839 which integers begin to be represented by lists.
840
841 2013-10-14 Xue Fuqiao <xfq.free@gmail.com>
842
843 * cl.texi (Argument Lists): Add indexes for &key and &aux.
844
845 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
846
847 * trampver.texi: Update release number.
848
849 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
850
851 Sync with Tramp 2.2.8.
852
853 * tramp.texi (External packages): Use `non-essential'.
854 * trampver.texi: Update release number.
855
856 2013-09-14 Glenn Morris <rgm@gnu.org>
857
858 * eshell.texi: Markup fixes.
859
860 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
861
862 * ido.texi (Interactive Substring Matching): Use @key{RET} instead
863 of @kbd{RET}.
864 (Prefix Matching): Add an index.
865
866 2013-09-08 Glenn Morris <rgm@gnu.org>
867
868 * emacs-gnutls.texi: Tweak direntry.
869
870 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
871
872 * tramp.texi (Alternative Syntax): Remove chapter.
873
874 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
875
876 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
877 for portability to hosts where /bin/sh has problems.
878
879 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
880
881 Try to reduce redundancy in doc/misc/Makefile.in.
882 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
883 (TARGETS): New intermediate variable.
884 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
885
886 2013-08-27 Glenn Morris <rgm@gnu.org>
887
888 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
889
890 * efaq.texi: Rename from faq.texi, to match its output files.
891 * Makefile.in: Update for faq.texi name change.
892
893 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
894
895 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
896
897 * efaq-w32.texi: Move here from the web-pages repository.
898 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
899 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
900 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
901 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
902 Add DOCMISC_*_W32 variables.
903 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
904 (efaq_w32_deps): New variable.
905 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
906 (efaq-w32.pdf, efaq-w32.html): New rules.
907 (clean): Remove efaq-w32 products.
908
909 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
910
911 * texinfo.tex: Update from gnulib.
912
913 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
914
915 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
916 shift_jis from the default value set to mm-coding-system-priorities for
917 Japanese users.
918
919 2013-08-13 Glenn Morris <rgm@gnu.org>
920
921 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
922 (Options - Defining Label Environments, Options - Creating Labels)
923 (Options - Referencing Labels, Options - Creating Citations)
924 (Options - Index Support, Options - Viewing Cross-References)
925 (Options - Finding Files, Options - Optimizations)
926 (Options - Fontification, Options - Misc):
927 * cc-mode.texi (Sample Init File):
928 * edt.texi (Init file):
929 * epa.texi (Encrypting/decrypting gpg files):
930 * mairix-el.texi (About, Setting up the mairix interface, Using)
931 (Extending):
932 Rename nodes to avoid characters that can cause Texinfo problems.
933
934 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
935
936 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
937
938 2013-08-12 Glenn Morris <rgm@gnu.org>
939
940 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
941 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
942 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
943 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
944 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
945 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
946 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
947 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
948 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
949 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
950 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
951 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
952 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
953
954 * woman.texi (Top): Avoid mailto: in html output.
955
956 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
957 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
958 (INSTALL_DATA): New, set by configure.
959 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
960 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
961 install-ps, install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
962 uninstall-ps, and uninstall-doc.
963 (.SUFFIXES): Add .ps and .dvi.
964 (.dvi.ps): New suffix rule.
965 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
966 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
967 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
968 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
969 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
970 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
971 (ido.html, mairix-el.html, message.html, mh-e.html)
972 (newsticker.html, nxml-mode.html, org.html, pgg.html)
973 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
974 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
975 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
976 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
977 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
978 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
979 New rules.
980 (clean): Remove HTML_TARGETS and PS_TARGETS.
981
982 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
983
984 * ido.texi (Working Directories):
985 (Flexible Matching, Regexp Matching, Find File At Point)
986 (Ignoring, Misc Customization): Use @defopt for user options.
987
988 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
989
990 * htmlfontify.texi (Customization): Remove documentation of
991 `hfy-fast-lock-save'. Minor fixes.
992
993 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
994
995 * ido.texi (Top): Insert node "Working Directories" in menu.
996 (Working Directories): New node.
997 (Misc Customization): Add documentation of
998 `ido-confirm-unique-completion' and some other user options.
999
1000 2013-08-07 Eli Zaretskii <eliz@gnu.org>
1001
1002 * todo-mode.texi: Update @dircategory.
1003 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
1004 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
1005 @ref.
1006
1007 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
1008
1009 * sc.texi (Introduction): Fix index.
1010 (Usage Overview):
1011 (Citations, Citation Elements, Recognizing Citations)
1012 (Information Keys and the Info Alist, Reference Headers)
1013 (The Built-in Header Rewrite Functions)
1014 (Electric References, Reply Buffer Initialization)
1015 (Filling Cited Text, Selecting an Attribution)
1016 (Attribution Preferences)
1017 (Anonymous Attributions, Author Names)
1018 (Using Regi, Post-yank Formatting Commands)
1019 (Citing Commands, Insertion Commands)
1020 (Mail Field Commands)
1021 (Hints to MUA Authors, Thanks and History): Change from one space
1022 between sentences to two.
1023 (What Supercite Does): Typo fix.
1024
1025 * newsticker.texi (Usage): Use @key for RET.
1026
1027 * cl.texi (Argument Lists):
1028 (For Clauses):
1029 (Macros): Add indexes.
1030
1031 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1032
1033 * cl.texi (Blocks and Exits): Add an index.
1034
1035 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
1036
1037 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
1038 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
1039 (todo-mode.dvi, todo-mode.pdf): New rules.
1040
1041 * todo-mode.texi: New file.
1042
1043 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1044
1045 * gnus.texi (Basic Usage): Mention that warp means jump here.
1046 (The notmuch Engine): Mention notmuch.
1047
1048 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1049
1050 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1051 `gnus-subthread-sort-functions' and remove the obsolete documentation
1052 of `gnus-sort-threads-recursively'.
1053
1054 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1055
1056 * texinfo.tex: Update to 2012-07-29.17 version.
1057
1058 2013-07-29 David Engster <deng@randomsample.de>
1059
1060 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
1061 implementation.
1062 (Introduction): Add further missing features.
1063 (Building Classes): Add introductory paragraph.
1064 (Wish List): Add metaclasses and EQL specialization.
1065
1066 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
1067
1068 * tramp.texi (Frequently Asked Questions):
1069 Mention `tramp-use-ssh-controlmaster-options'.
1070
1071 2013-07-26 Tassilo Horn <tsdh@gnu.org>
1072
1073 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1074 `gnus-sort-threads-recursively'.
1075
1076 2013-07-25 Glenn Morris <rgm@gnu.org>
1077
1078 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
1079 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
1080
1081 * erc.texi (Special Features): Update contact information.
1082 (History): Avoid using @email.
1083
1084 * eshell.texi (Bugs and ideas): Minor updates.
1085
1086 * faq.texi (Reporting bugs, Origin of the term Emacs)
1087 (Setting up a customization file)
1088 (Using an already running Emacs process, Turning off beeping)
1089 (Packages that do not come with Emacs)
1090 (Replying to the sender of a message): Avoid using @email.
1091
1092 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
1093
1094 * reftex.texi (Imprint): Avoid using @email.
1095
1096 * ses.texi (Top): Update bug reporting instructions.
1097 (Acknowledgments): Avoid using @email.
1098
1099 * woman.texi (Introduction, Background): Remove outdated information.
1100 (Bugs, Acknowledgments): Avoid using @email.
1101
1102 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
1103
1104 * ido.texi: New file.
1105
1106 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1107
1108 * gnus.texi (Customizing Articles): Document function predicates.
1109
1110 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1111
1112 * gnus.texi (lines): Correct description of
1113 `gnus-registry-track-extra's default value.
1114 Mention `gnus-registry-remove-extra-data'.
1115
1116 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1117
1118 * gnus.texi (Group Parameters): Mention regexp
1119 substitutions (bug#11688).
1120
1121 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1122
1123 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
1124
1125 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1126
1127 * gnus.texi (Emacsen): Fix version.
1128
1129 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
1130
1131 2013-07-06 Glenn Morris <rgm@gnu.org>
1132
1133 * mh-e.texi: Fix external links.
1134 (Using This Manual): Printed elisp manuals no longer available.
1135
1136 * newsticker.texi (Overview): Update URL.
1137
1138 * nxml-mode.texi (Introduction): Update URL.
1139
1140 * org.texi (JavaScript support): Fix URL.
1141
1142 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
1143
1144 * eudc.texi (CCSO PH/QI): Remove defunct URL.
1145
1146 * dbus.texi (Introspection): Update URL to a less defunct one.
1147
1148 * gnus.texi (Top): Restrict "Other related manuals" to info output.
1149 (Foreign Groups): Use @indicateurl for examples.
1150 (Direct Functions): Remove defunct URL.
1151 (RSS): Update URL.
1152
1153 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
1154 (FAQ 7-1): Update URL.
1155
1156 * pgg.texi (Top, Overview): Add note about obsolescence.
1157
1158 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
1159
1160 * texinfo.tex: Merge from gnulib.
1161
1162 2013-07-03 Glenn Morris <rgm@gnu.org>
1163
1164 * bovine.texi (top):
1165 * cc-mode.texi (AWK Mode Font Locking):
1166 * mh-e.texi (Preface):
1167 * url.texi (URI Parsing): Fix cross-references to other manuals.
1168
1169 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1170
1171 * gnus.texi (Client-Side IMAP Splitting):
1172 Note that `nnimap-inbox' now can be a list.
1173
1174 2013-06-24 Glenn Morris <rgm@gnu.org>
1175
1176 * eshell.texi: Fix cross-references to other manuals.
1177
1178 2013-06-23 Glenn Morris <rgm@gnu.org>
1179
1180 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
1181 Remove; not needed now we use a standard html layout for the faq.
1182 (clean): Remove HTML_TARGETS, emacs-faq.text.
1183
1184 2013-06-21 Eduard Wiebe <usenet@pusto.de>
1185
1186 * flymake.texi (Parsing the output, Customizable variables):
1187 Add reference to `flymake-warning-predicate'.
1188
1189 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
1190
1191 * tramp.texi (Top, Configuration): Insert section `Predefined
1192 connection information' in menu.
1193 (Predefined connection information): New section.
1194 (Android shell setup): Make a reference to `Predefined connection
1195 information'.
1196
1197 2013-06-19 Glenn Morris <rgm@gnu.org>
1198
1199 * Makefile.in (version): New, set by configure.
1200 (clean): Delete dist tar file.
1201 (infoclean): New, split from maintainer-clean.
1202 (maintainer-clean): Run infoclean.
1203 (dist): New rule, to make tarfile for www.gnu.org.
1204
1205 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1206
1207 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
1208 for keys q and Q.
1209 (Standards): Reference RFC5804 as the defining document of the
1210 managesieve protocol.
1211
1212 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
1213
1214 * eshell.texi (Input/Output): Expand to cover new visual-command
1215 options, eshell-visual-subcommands and eshell-visual-options.
1216 Divide into separate Visual Commands and Redirection sections.
1217
1218 2013-06-10 Glenn Morris <rgm@gnu.org>
1219
1220 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
1221
1222 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1223
1224 * gnus.texi (Article Date):
1225 Fix description of gnus-article-update-date-headers.
1226
1227 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
1228
1229 * erc.texi (Special Features): ERC is being maintained within
1230 Emacs now.
1231
1232 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
1233
1234 * flymake.texi: Change from one space between sentences to two.
1235
1236 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * cl.texi (Obsolete Macros): Describe replacements for `flet'
1239 (bug#14293).
1240
1241 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
1242
1243 * tramp.texi (Frequently Asked Questions): Precise, how to define
1244 an own ControlPath.
1245
1246 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1247
1248 * tramp.texi (Frequently Asked Questions): New item for
1249 ControlPath settings.
1250
1251 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
1252
1253 * calc.texi (Basic Operations on Units): Streamline some
1254 descriptions.
1255
1256 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1257
1258 * eshell.texi (Built-ins): Update manual to mention tramp module.
1259
1260 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1261
1262 * tramp.texi (Filename Syntax): Host names are not allowed to be
1263 any method name, unless method name is specified explicitly.
1264 Remove restriction on unibyte filenames.
1265
1266 * trampver.texi: Update release number.
1267
1268 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
1269
1270 doc: convert some TeX accents to UTF-8
1271 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
1272 '@"{@dotless{i}}'.
1273
1274 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1275
1276 Sync with Tramp 2.2.7.
1277
1278 * trampver.texi: Update release number.
1279
1280 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
1281
1282 * calc.texi (Basic Operations on Units): Streamline some
1283 descriptions.
1284
1285 2013-03-08 Glenn Morris <rgm@gnu.org>
1286
1287 * faq.texi (Top): Don't say this was updated @today.
1288 That's irrelevant and leads to spurious diffs.
1289
1290 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1291
1292 * calc.texi (Basic Operations on Units):
1293 Fix cross-reference.
1294
1295 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1296
1297 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
1298
1299 2013-03-06 Alan Mackenzie <acm@muc.de>
1300
1301 * cc-mode.texi (Custom Line-Up): Clarify position of point on
1302 calling a line-up function.
1303
1304 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1305
1306 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
1307 * ses.texi: Switch from Latin-1 to UTF-8.
1308
1309 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1310
1311 * tramp.texi (External methods): Tramp does not connect Android
1312 devices by itself.
1313
1314 2013-03-02 Bill Wohler <wohler@newt.com>
1315
1316 Release MH-E manual version 8.5.
1317
1318 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1319 release 8.5.
1320
1321 * mh-e.texi (Preface, Conventions, Getting Started)
1322 (Using This Manual, Folder Selection, Viewing, Aliases)
1323 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
1324 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
1325 Update URLs.
1326
1327 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1328
1329 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
1330 and "plink2" entries. "plink2" is obsolete for a long time.
1331 (External methods): Remove "scp1" and "scp2" entries.
1332 Explain user name and host name specification for "adb".
1333
1334 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1335
1336 * tramp.texi (External methods): Mention `tramp-adb-program'.
1337
1338 2013-02-28 Bastien Guerry <bzg@gnu.org>
1339
1340 * org.texi (Visibility cycling): Suggest to set
1341 `org-agenda-inhibit-startup' to nil if user wants the startup
1342 visibility settings to be honored in any circumstances.
1343 (Progress logging, Checkboxes): Fix typos.
1344
1345 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1346
1347 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
1348 the macros, for Texinfo 4.13 and 5.0.
1349
1350 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
1351
1352 Port Tramp documentation to Texinfo 5.0.
1353 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
1354 (Filename Syntax): Do not use @trampfn{} in @item.
1355 (Filename completion): Use @columnfractions in @multitable.
1356
1357 2013-02-22 Glenn Morris <rgm@gnu.org>
1358
1359 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
1360
1361 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1362
1363 * Makefile.in (html): New rule.
1364
1365 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
1366
1367 * tramp.texi (Android shell setup): Improve. Reported by Thierry
1368 Volpiatto <thierry.volpiatto@gmail.com>.
1369
1370 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1371
1372 * tramp.texi (Top, Configuration): Insert section `Android shell
1373 setup' in menu.
1374 (Android shell setup): New section.
1375 (Connection types, Default Method)
1376 (Frequently Asked Questions): Mention "scp" instead of "scpc".
1377 (External methods): Remove "scpc" and "rsyncc" entries.
1378 (Frequently Asked Questions): Remove entry about ControlPersist.
1379
1380 2013-02-13 Glenn Morris <rgm@gnu.org>
1381
1382 * message.texi (News Headers): Don't mention yow any more.
1383
1384 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1385
1386 * calc.texi (Basic Operations on Units):
1387 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
1388
1389 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1390
1391 * eshell.texi: Fill most of the missing sections.
1392
1393 2013-02-07 Bastien Guerry <bzg@gnu.org>
1394
1395 * org.texi (References): Clarify an example.
1396 (Installation): Fix instructions.
1397 (Org-Plot): Fix link.
1398 (Checkboxes, Radio lists): Fix typos.
1399
1400 2013-02-07 Glenn Morris <rgm@gnu.org>
1401
1402 * cl.texi (Equality Predicates): Mention memql.
1403
1404 2013-02-07 Eric Ludlam <zappo@gnu.org>
1405
1406 * ede.texi (Creating a project): Make ede-new doc less
1407 specific, and only about items it supports, indicating that there
1408 might be more. Remove refs to simple project and direct automake
1409 from ede new.
1410 (Simple projects): Re-write to not talk about ede-simple-project
1411 which is deprecated, and instead use the term to mean projects
1412 that don't do much management, just project wrapping.
1413 Add ede-generic-project link.
1414 (ede-generic-project): New node (bug#11441).
1415
1416 2013-02-07 Glenn Morris <rgm@gnu.org>
1417
1418 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
1419
1420 2013-02-01 Glenn Morris <rgm@gnu.org>
1421
1422 * calc.texi (Help Commands): Update calc-view-news description.
1423 Mention etc/CALC-NEWS.
1424
1425 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1426
1427 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
1428
1429 2013-01-13 Bastien Guerry <bzg@gnu.org>
1430
1431 * org.texi (Installation): Simplify.
1432
1433 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
1434
1435 * org.texi (Handling links): Update the mention to the obsolete
1436 variable `org-link-to-org-use-id' with a mention to the newer
1437 variable `org-id-link-to-org-use-id'. Mention the need to load
1438 the org-id library.
1439
1440 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1441
1442 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
1443
1444 2013-01-09 Bastien Guerry <bzg@gnu.org>
1445
1446 * org.texi (Pushing to MobileOrg): Add footnote about using
1447 symbolic links in `org-directory'.
1448 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
1449 of the now obsolete alias `org-float'.
1450 (TODO basics): Add `org-use-fast-todo-selection' to the variable
1451 index. Fix description of TODO keywords cycling.
1452 (Advanced features): Add missing argument for @item.
1453 (Storing searches): Add index entries and a note about
1454 *-tree agenda views.
1455 (Structure editing): Document `org-mark-element' and
1456 `org-mark-subtree'.
1457 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
1458
1459 2013-01-08 Juri Linkov <juri@jurta.org>
1460
1461 * info.texi (Go to node): Mention the abbreviated format
1462 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
1463
1464 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
1465
1466 * autotype.texi: Remove undefined command @subtitlefont.
1467 * cc-mode.texi: Likewise.
1468
1469 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
1470 @item argument.
1471 (Property searches): Use \\ instead of @backslashchar{}.
1472 * pgg.texi (VERSION): Move @set below @setfilename.
1473
1474 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
1475
1476 * ada-mode.texi: Remove braces from @title argument.
1477 * eudc.texi: Likewise.
1478 * smtpmail.texi: Likewise.
1479 * auth.texi (VERSION): Set before first use.
1480 * emacs-gnutls.texi (VERSION): Likewise.
1481 * pgg.texi (VERSION): Likewise.
1482 * ede.texi (Top): Rename from top, all uses changed.
1483 * eshell.texi: Add missing argument to @sp.
1484 * forms.texi (Top): Reorder menu to match structure.
1485 * htmlfontify.texi (Customisation): Add missing @item in
1486 @enumerate.
1487 * org.texi (Advanced features): Add missing argument for @item.
1488 (Property searches): Use @backslashchar{} in macro argument.
1489 * pcl-cvs.texi: Add missing argument to @sp.
1490 (Movement commands): Fix use of @itemx.
1491 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
1492 * reftex.texi (Options (Creating Citations)): Add missing newline
1493 before @end.
1494 * tramp.texi (Obtaining Tramp): Remove extra dots.
1495 (Configuration): Reorder menu to match structure.
1496 (Remote shell setup): Replace literal NUL character by \0.
1497 * viper.texi (Marking): Add missing argument for @item.
1498
1499 2013-01-04 Glenn Morris <rgm@gnu.org>
1500
1501 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
1502 Add htmlfontify.
1503 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
1504 (htmlfontify.dvi, htmlfontify.pdf): New targets.
1505 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
1506 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
1507
1508 * htmlfontify.texi: Miscellaneous fixes and updates.
1509 Set copyright to FSF, update license to GFDL 1.3+.
1510
1511 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
1512
1513 * htmlfontify.texi: New file.
1514
1515 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1516
1517 * calc.texi (Free-Form Dates): Expand on the date reading
1518 algorithm.
1519
1520 2012-12-27 Glenn Morris <rgm@gnu.org>
1521
1522 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
1523 Avoid some overfull lines.
1524
1525 * widget.texi (Programming Example): Break some long lines.
1526
1527 * wisent.texi (Wisent Overview): Fix xref.
1528 (Grammar format, Understanding the automaton): Avoid overfill.
1529
1530 * bovine.texi (Optional Lambda Expression): Allow line break.
1531
1532 * auth.texi (Help for users): Break long lines.
1533
1534 * ada-mode.texi (Project file variables):
1535 Reword to reduce underfull hbox.
1536 (No project files, Use GNAT project file):
1537 Use smallexample to make some overfull lines less terrible.
1538
1539 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
1540 Fix cross-references to separate manuals.
1541
1542 * Makefile.in (gfdl): New variable. Use throughout where
1543 appropriate so that targets depend on doclicense.texi.
1544
1545 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1546
1547 * gnus.texi (Customizing the IMAP Connection): Mention the other
1548 authenticators.
1549
1550 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1551
1552 * gnus.texi (Browse Foreign Server):
1553 Document `gnus-browse-delete-group'.
1554
1555 2012-12-22 Glenn Morris <rgm@gnu.org>
1556
1557 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
1558 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
1559 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
1560 * widget.texi, wisent.texi: Nuke hand-written node pointers.
1561
1562 * Makefile.in (gfdl): New variable. Use throughout where
1563 appropriate so that targets depend on doclicense.texi.
1564
1565 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1566
1567 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
1568 doclicense.texi. Remove doclicense.texi from all targets that
1569 mentioned it explicitly.
1570 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
1571 $(emacsdir)/emacsver.texi.
1572 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
1573
1574 2012-12-21 Glenn Morris <rgm@gnu.org>
1575
1576 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
1577 Include emacsver.texi. Nuke hand-written node pointers.
1578 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
1579 Depend on emacsver.texi.
1580
1581 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
1582 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
1583 May as well just include doclicense.texi in everything.
1584
1585 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
1586 which @copying says is included.
1587
1588 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
1589 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
1590 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
1591 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
1592 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
1593 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
1594 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
1595 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
1596 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
1597 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
1598 * widget.texi, wisent.texi, woman.texi: Do not mention buying
1599 copies from the FSF, which does not publish these manuals.
1600
1601 * erc.texi: No need to include gpl in this small manual.
1602
1603 * org.texi (copying): Include a copy of the GFDL.
1604 (GNU Free Documentation License): New section.
1605
1606 2012-12-21 Bastien Guerry <bzg@gnu.org>
1607
1608 * org.texi: Fix typos.
1609
1610 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
1611
1612 * calc.texi (ISO 8601): Rename from ISO-8601,
1613 as it's typically spelled without a hyphen.
1614
1615 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1616
1617 * calc.texi (ISO-8601): New section.
1618 (Date Formatting Codes): Mention new codes.
1619 (Standard Date Formats): Mention new formats.
1620
1621 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
1622
1623 * tramp.texi (External methods): Move `adb' method here.
1624
1625 2012-12-13 Glenn Morris <rgm@gnu.org>
1626
1627 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
1628
1629 * wisent.texi: Small edits. Set copyright to FSF, update license to
1630 GFDL 1.3+.
1631 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
1632 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
1633 New targets.
1634 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
1635 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
1636
1637 * bovine.texi: Small edits. Set copyright to FSF, update license to
1638 GFDL 1.3+, remove empty index.
1639 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
1640 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
1641 New targets.
1642 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
1643 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
1644
1645 2012-12-13 Eric Ludlam <zappo@gnu.org>
1646 David Ponce <david@dponce.com>
1647 Richard Kim <emacs18@gmail.com>
1648
1649 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
1650
1651 2012-12-13 Glenn Morris <rgm@gnu.org>
1652
1653 * flymake.texi (Customizable variables, Locating the buildfile):
1654 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
1655
1656 * srecode.texi: Small edits. Set copyright to FSF, add explicit
1657 GFDL 1.3+ license, fix up index.
1658 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
1659 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
1660 (srecode.pdf): New targets.
1661 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
1662 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
1663
1664 2012-12-13 Eric Ludlam <zappo@gnu.org>
1665
1666 * srecode.texi: New file, imported from CEDET trunk.
1667
1668 2012-12-13 Bastien Guerry <bzg@gnu.org>
1669
1670 * org.texi (Summary, Code block specific header arguments)
1671 (Code block specific header arguments)
1672 (Header arguments in function calls, var, noweb)
1673 (Results of evaluation, Code evaluation security):
1674 Small reformatting: add a blank line before some example.
1675
1676 * org.texi (System-wide header arguments)
1677 (Header arguments in Org mode properties, Conflicts)
1678 (Dynamic blocks, Using the mapping API):
1679 Fix indentation of Elisp code examples.
1680
1681 * org.texi (Comment lines): Fix description of the comment syntax.
1682
1683 * org.texi (Installation): Mention "make test" in the correct section.
1684
1685 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1686
1687 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1688 These are just minor editorial changes.
1689
1690 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
1691
1692 * tramp.texi (History): Mention ADB.
1693 (Inline methods): Add `adb' method.
1694
1695 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
1696
1697 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
1698 (External methods): Fix typo.
1699
1700 2012-12-03 Glenn Morris <rgm@gnu.org>
1701
1702 * rcirc.texi (Notices): Fix typo.
1703
1704 2012-11-25 Bill Wohler <wohler@newt.com>
1705
1706 Release MH-E manual version 8.4.
1707
1708 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
1709 Update for release 8.4.
1710
1711 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
1712 (Junk): Add mh-whitelist-preserves-sequences-flag,
1713 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
1714 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
1715
1716 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
1717
1718 * mh-e.texi (Procmail): Fix two @ typos.
1719
1720 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1721
1722 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1723 These are just minor editorial changes.
1724
1725 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
1726
1727 * calc.texi (Date Formatting Codes): Mention the new beginning of
1728 the date numbering system.
1729
1730 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1731
1732 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
1733 (Date Forms): Correct off-by-one error in explanation of
1734 Julian day numbers. Give Gregorian equivalent of its origin.
1735
1736 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1737
1738 * calc.texi (Date Forms): Mention the customizable
1739 Gregorian-Julian switch.
1740 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
1741
1742 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1743
1744 Calc now uses the Gregorian calendar for all dates (Bug#12633).
1745 It also uses January 1, 1 AD as its day number 1.
1746 * calc.texi (Date Forms): Document this.
1747
1748 2012-11-16 Glenn Morris <rgm@gnu.org>
1749
1750 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
1751 (Obsolete Macros): Move example here from Function Bindings.
1752
1753 * erc.texi: Use @code{nil} rather than just "nil".
1754 (Modules): Undocument obsolete "hecomplete".
1755 Add "notifications".
1756 (Connecting): Add brief section on passwords.
1757 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
1758
1759 2012-11-13 Glenn Morris <rgm@gnu.org>
1760
1761 * flymake.texi (Customizable variables)
1762 (Highlighting erroneous lines): Mention flymake-error-bitmap,
1763 flymake-warning-bitmap, and flymake-fringe-indicator-position.
1764
1765 2012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
1766
1767 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
1768 In all file place SES into @acronym{...}.
1769 (Advanced Features): Add key index and function index for
1770 ses-set-header-row. Add description for function
1771 ses-rename-cell. Add description for function
1772 ses-repair-cell-reference-all.
1773 (Ranges in formulas): Add description for ses-range flags.
1774
1775 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
1776
1777 * texinfo.tex: Merge from gnulib.
1778
1779 2012-11-10 Chong Yidong <cyd@gnu.org>
1780
1781 * url.texi (Introduction): Move url-configuration-directory to
1782 Customization node.
1783 (Parsed URIs): Split into its own node.
1784 (URI Encoding): New node.
1785 (Defining New URLs): Remove empty chapter.
1786 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
1787 Improve docs for url-queue-*.
1788 (Supported URL Types): Copyedits. Delete empty subnodes.
1789
1790 * url.texi (Introduction): Rename from Getting Started.
1791 Rewrite the introduction.
1792 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
1793
1794 2012-11-10 Glenn Morris <rgm@gnu.org>
1795
1796 * cl.texi (Obsolete Setf Customization):
1797 Revert defsetf example to the more correct let rather than prog1.
1798 Give define-modify-macro, defsetf, and define-setf-method
1799 gv.el replacements.
1800
1801 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
1802 (Setf Extensions): Remove obsolete reference.
1803 (Obsolete Setf Customization):
1804 Move note on lack of setf functions to lispref/variables.texi.
1805 Undocument get-setf-method, since it no longer exists.
1806 Mention simple defsetf replaced by gv-define-simple-setter.
1807
1808 2012-11-03 Glenn Morris <rgm@gnu.org>
1809
1810 * cl.texi: Further general copyedits.
1811 (List Functions): Remove copy-tree, standard elisp for some time.
1812 (Efficiency Concerns): Comment out examples that no longer apply.
1813 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
1814 (Creating Symbols, Random Numbers): De-emphasize internal
1815 variables cl--gensym-counter and cl--random-state. (Bug#12788)
1816 (Naming Conventions, Type Predicates, Macros)
1817 (Predicates on Numbers): No longer mention cl-floatp-safe.
1818
1819 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1820
1821 * gnus.texi (Mail Source Specifiers):
1822 Document :leave keyword used for pop mail source.
1823
1824 2012-11-01 Glenn Morris <rgm@gnu.org>
1825
1826 * cl.texi: General copyedits for style, line-breaks, etc.
1827 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
1828 (Macro Bindings, Blocks and Exits):
1829 Acknowledge existence of lexical-binding.
1830 (Iteration): Mainly defer to doc of standard dolist, dotimes.
1831
1832 2012-10-31 Glenn Morris <rgm@gnu.org>
1833
1834 * ert.texi (Introduction, The @code{should} Macro):
1835 Refer to "cl-assert" rather than "assert".
1836
1837 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
1838 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
1839 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
1840 Reword, and add details of flet and labels.
1841 (Modify Macros, Function Bindings): Add some xrefs.
1842
1843 2012-10-30 Glenn Morris <rgm@gnu.org>
1844
1845 * cl.texi (Modify Macros): Update for cl-letf changes.
1846 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
1847 (Setf Extensions): Partially restore note about cl-getf,
1848 mainly moved to lispref/variables.texi.
1849 (Property Lists): Fix cl-getf typos.
1850 (Mapping over Sequences): Mention cl-mapc naming oddity.
1851
1852 2012-10-29 Glenn Morris <rgm@gnu.org>
1853
1854 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
1855 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
1856 (Customizing Setf): Move contents to "Obsolete Setf Customization".
1857 (Modify Macros, Multiple Values, Other Clauses):
1858 Remove mentions of obsolete features.
1859 (Obsolete Setf Customization): Don't mention `apply' setf.
1860
1861 2012-10-28 Glenn Morris <rgm@gnu.org>
1862
1863 * cl.texi (Multiple Values, Common Lisp Compatibility):
1864 More namespace updates.
1865 (Obsolete Features): Copyedits.
1866 (Obsolete Lexical Macros, Obsolete Setf Customization):
1867 New subsections.
1868
1869 * cl.texi (Porting Common Lisp, Lexical Bindings):
1870 Add some xrefs to the Elisp manual.
1871
1872 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
1873 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
1874 (Obsolete Features): New appendix. Move Lexical Bindings here.
1875
1876 2012-10-27 Glenn Morris <rgm@gnu.org>
1877
1878 * cl.texi: Use defmac for macros rather than defspec.
1879 (Efficiency Concerns): Related copyedit.
1880
1881 * cl.texi (Control Structure): Update for setf now being in core.
1882 (Setf Extensions): Rename from Basic Setf. Move much of the
1883 former content to lispref/variables.texi.
1884 (Modify Macros): Move pop, push details to lispref/variables.texi.
1885 (Customizing Setf): Copyedits for setf etc being in core.
1886 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
1887 Further namespaces updates.
1888
1889 2012-10-26 Bastien Guerry <bzg@gnu.org>
1890
1891 * org.texi (Installation): Update the link to Org's ELPA.
1892 Also don't mention org-install.el anymore as the replacement file
1893 org-loaddefs.el is now loaded by org.el.
1894
1895 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
1896
1897 * tramp.texi (Frequently Asked Questions):
1898 Mention `tramp-completion-reread-directory-timeout' for performance
1899 improvement.
1900
1901 2012-10-25 Glenn Morris <rgm@gnu.org>
1902
1903 * cl.texi: Don't mess with the TeX section number counter.
1904 Use Texinfo recommended convention for quotes+punctuation.
1905 (Overview, Sequence Functions): Rephrase for better line-breaking.
1906 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
1907 (Macro Bindings, Conditionals, Iteration, Loop Basics)
1908 (Random Numbers, Mapping over Sequences, Structures)
1909 (Porting Common Lisp): Further updates for cl-lib namespace.
1910 (Modify Macros, Declarations, Macro Bindings, Structures):
1911 Break long lines in examples.
1912 (Dynamic Bindings): Update for changed progv behavior.
1913 (Loop Examples, Efficiency Concerns): Markup fixes.
1914 (Structures): Remove TeX margin change.
1915 (Declarations): Fix typos.
1916
1917 2012-10-24 Glenn Morris <rgm@gnu.org>
1918
1919 * cl.texi (Overview, Multiple Values, Creating Symbols)
1920 (Numerical Functions): Say less/nothing about the original cl.el.
1921 (Old CL Compatibility): Remove.
1922 (Assertions): Remove ignore-errors (standard Elisp for some time).
1923
1924 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
1925 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
1926 (Efficiency Concerns, Efficiency Concerns)
1927 (Common Lisp Compatibility, Old CL Compatibility):
1928 Further updates for cl-lib namespace.
1929
1930 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1931
1932 Update manual for new time stamp format (Bug#12706).
1933 * emacs-mime.texi (time-date): Update for new format.
1934 Also, fix bogus time stamp and modernize a bit.
1935
1936 2012-10-23 Glenn Morris <rgm@gnu.org>
1937
1938 * cl.texi: Include emacsver.texi. Use Emacs version number rather
1939 than unchanging cl.el version number.
1940 End all menu descriptions with a period.
1941 Do not use @dfn{CL} for every instance of "CL".
1942 (Overview): Remove no-runtime caveat, and note about foo* names.
1943 (Usage): Use cl-lib rather than cl.
1944 (Organization, Naming Conventions): Update for cl-lib.el.
1945 (Installation): Remove long-irrelevant node.
1946 (Program Structure, Predicates, Control Structure):
1947 Start updating for cl-lib namespace.
1948 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
1949 Depend on emacsver.texi.
1950
1951 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1952
1953 * trampver.texi: Update release number.
1954
1955 2012-10-06 Glenn Morris <rgm@gnu.org>
1956
1957 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
1958 ERC version.
1959 (Introduction): ERC is distributed with Emacs.
1960 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
1961 (Getting Started): Simplify.
1962 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
1963 (History): Mention ERC maintained as part of Emacs now.
1964 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
1965 Add dependency on emacsver.texi.
1966
1967 * erc.texi: Remove hand-written node pointers.
1968
1969 2012-10-05 Glenn Morris <rgm@gnu.org>
1970
1971 * newsticker.texi (Overview, Requirements, Usage, Configuration):
1972 Copyedits.
1973
1974 2012-10-01 Eric Ludlam <zappo@gnu.org>
1975
1976 * ede.texi (Quick Start, Project Local Variables)
1977 (Miscellaneous commands, ede-java-root, Development Overview)
1978 (Detecting a Project): New nodes.
1979 (Simple projects): Node deleted.
1980
1981 * eieio.texi (Building Classes): Some slot attributes cannot be
1982 overridden.
1983 (Slot Options): Remove an example.
1984 (Method Invocation, Documentation): New nodes.
1985
1986 2012-10-01 Glenn Morris <rgm@gnu.org>
1987
1988 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
1989 (reftex.pdf): Add dependency on emacsver.texi.
1990 * reftex.texi: Don't include directory part for emacsver.texi;
1991 the Makefile's -I handles it.
1992
1993 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1994
1995 Merge from standalone RefTeX repository.
1996
1997 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
1998 with macros.
1999 (Imprint): Mention Wolfgang in list of contributors.
2000 (Creating Citations): Give a hint about how to
2001 auto-revert the BibTeX database file when using external editors.
2002 (Referencing Labels): Simplify section about reference macro
2003 cycling.
2004 (Options (Referencing Labels)): Adapt to new structure of
2005 `reftex-ref-style-alist'.
2006 (Referencing Labels, Reference Styles): Document changes in the
2007 referencing functionality.
2008 (Commands): Mention options for definition of header and footer in
2009 BibTeX files.
2010 (Options (Creating Citations)): Document
2011 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
2012 (Reference Styles): New section.
2013 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
2014 (Options (Referencing Labels)): Remove descriptions of deprecated
2015 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
2016 Add descriptions for `reftex-ref-style-alist' and
2017 `reftex-ref-style-default-list'.
2018 (Referencing Labels): Update regarding reference styles.
2019 (Citation Styles): Mention support for ConTeXt.
2020 (Options (Defining Label Environments)): Fix typo.
2021 (Options (Creating Citations)):
2022 Document `reftex-cite-key-separator'.
2023
2024 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
2025
2026 * org.texi: Add description of ORG_ADD_CONTRIB to info
2027 documentation. Add link to Worg for more details.
2028
2029 * org.texi: Clarify installation procedure. Provide link to the
2030 build system description on Worg.
2031
2032 * org.texi: Remove reference to utils/, x11idle.c is now in
2033 contrib/scripts.
2034
2035 * org.texi: Re-normalize to "Org mode" in manual.
2036
2037 * org.texi (Installation): Adapt documentation to new build
2038 system. Mention GNU ELPA (since it needs to be handled like Emacs
2039 built-in Org).
2040
2041 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
2042
2043 * org.texi: Fix typo in description of the 'Hooks' section.
2044
2045 * org.texi: Add ID to the list of special properties.
2046
2047 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
2048
2049 * org.texi (Moving subtrees): Document the ability to archive to a
2050 datetree.
2051
2052 2012-09-30 Bastien Guerry <bzg@gnu.org>
2053
2054 * org.texi (Installation, Feedback, Batch execution):
2055 Use (add-to-list 'load-path ... t) for the contrib dir.
2056
2057 * org.texi (results): Update documentation for ":results drawer"
2058 and ":results org".
2059
2060 * org.texi (Column width and alignment): Fix typo.
2061
2062 * org.texi (Activation): Point to the "Conflicts" section.
2063
2064 * org.texi (Conflicts): Mention filladapt.el in the list of
2065 conflicting packages.
2066
2067 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
2068 not needed for versions of Emacs > 22.1.
2069
2070 * org.texi (History and Acknowledgments): Fix typo.
2071
2072 * org.texi (History and Acknowledgments): Add my own
2073 acknowledgments.
2074
2075 * org.texi (Agenda commands): Document the new command and the new
2076 option.
2077
2078 * org.texi (Agenda commands): Delete `org-agenda-action' section.
2079 (Agenda commands): Reorder. Document `*' to toggle persistent
2080 marks.
2081
2082 * org.texi (Agenda dispatcher):
2083 Mention `org-toggle-agenda-sticky'.
2084 (Agenda commands, Exporting Agenda Views): Fix typo.
2085
2086 * org.texi (Templates in contexts, Setting Options): Update to
2087 reflect changes in how contexts options are processed.
2088
2089 * org.texi (Templates in contexts): Document the new structure of
2090 the variables `org-agenda-custom-commands-contexts' and
2091 `org-capture-templates-contexts'.
2092
2093 * org.texi (Templates in contexts): Document the new option
2094 `org-capture-templates-contexts'.
2095 (Storing searches): Document the new option
2096 `org-agenda-custom-commands-contexts'.
2097
2098 * org.texi (Formula syntax for Lisp): Reformat.
2099
2100 * org.texi (Special properties, Column attributes)
2101 (Agenda column view): Document the new special property
2102 CLOCKSUM_T.
2103
2104 * org.texi (Template expansion): Document the new %l template.
2105
2106 * org.texi (Fast access to TODO states): Fix documentation about
2107 allowed characters for fast todo selection.
2108
2109 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
2110 use in `org-agenda-to-appt'.
2111
2112 * org.texi (Comment lines): Update wrt comments.
2113
2114 * org.texi (Resolving idle time): Document new keybinding.
2115
2116 * org.texi (Clocking commands): Document the use of S-M-<up/down>
2117 on clock timestamps.
2118
2119 * org.texi (Fast access to TODO states): Explicitly says only
2120 letters are supported as fast TODO selection keys.
2121
2122 * org.texi (Link abbreviations): Illustrate the use of the "%h"
2123 specifier. Document the new "%(my-function)" specifier.
2124
2125 * org.texi (Clocking commands): New cindex.
2126 (Clocking commands): Update documentation for `org-clock-in'.
2127 Document `org-clock-in-last'. Mention `org-clock-out' and
2128 `org-clock-in-last' as commands that can be globally bound.
2129 (Resolving idle time): Document continuous clocking.
2130
2131 * org.texi (Top, Introduction): Fix formatting.
2132 (Activation): Add index entries.
2133 (Conventions): Update section.
2134 (Embedded @LaTeX{}): Fix formatting.
2135
2136 * org.texi (Visibility cycling): Document `show-children'.
2137
2138 * org.texi (Using capture): Mention the `org-capture-last-stored'
2139 bookmark as a way to jump to the last stored capture.
2140
2141 * org.texi (Uploading files): Fix typo.
2142
2143 * org.texi (Using capture): Document `C-0' as a prefix argument
2144 for `org-capture'.
2145
2146 * org.texi (Agenda commands): Document persistent marks.
2147
2148 * org.texi (Template expansion): Update doc to reflect change.
2149
2150 * org.texi (Radio tables): Document the :no-escape parameter.
2151
2152 * org.texi (Repeated tasks): Document repeat cookies for years,
2153 months, weeks, days and hours.
2154
2155 * org.texi (Export options): State that you can use the d: option
2156 by specifying a list of drawers.
2157
2158 * org.texi (HTML preamble and postamble): Small doc improvement.
2159
2160 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
2161
2162 * org.texi: The sections in the Exporting section of the manual
2163 left out articles in the description of the org-export-as-*
2164 commands, among other places. This patch adds them, adds a few
2165 missing prepositions, and switches instances of "an HTML" to "a
2166 html" for internal consistency.
2167
2168 * org.texi: Alter several examples of headings with timestamps in
2169 them to include the timestamps in the body instead of the heading.
2170
2171 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
2172
2173 * org.texi (Agenda dispatcher): Document sticky agenda views and
2174 the new key for them.
2175
2176 2012-09-30 Charles <millarc@verizon.net> (tiny change)
2177
2178 * org.texi (Advanced features): Fix error in table.
2179
2180 2012-09-30 Feng Shu <tumashu@gmail.com>
2181
2182 * org.texi (@LaTeX{} fragments): Document imagemagick as an
2183 alternative to dvipng.
2184
2185 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
2186
2187 * org.texi: Remove extra curly bracket.
2188
2189 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
2190
2191 * org.texi (org-clock-in-last and org-clock-cancel): Update the
2192 defkeys.
2193
2194 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2195
2196 * org.texi (Agenda commands): Fix two typos by giving
2197 corresponding function names, according to
2198 `org-agenda-view-mode-dispatch'.
2199
2200 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
2201
2202 * org.texi (The spreadsheet): Fix typo.
2203
2204 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
2205
2206 * org.texi (Tracking your habits): Point to the "Tracking TODO
2207 state changes" section.
2208
2209 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
2210
2211 * org.texi (Literal examples): Remove reference to unknown
2212 `org-export-latex-minted' variable. Also simplify footnote since
2213 `org-export-latex-listings' documentation is exhaustive already.
2214
2215 * org.texi (Plain lists): Remove reference to now hard-coded
2216 `bullet' automatic rule.
2217
2218 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
2219
2220 * org.texi: Updated documentation accordingly.
2221
2222 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2223
2224 * texinfo.tex: Merge from gnulib.
2225
2226 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2227
2228 Sync with Tramp 2.2.6.
2229
2230 * tramp.texi (Bug Reports): Cleanup caches before a test run.
2231
2232 * trampver.texi: Update release number.
2233
2234 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
2235
2236 * texinfo.tex: Merge from gnulib.
2237
2238 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
2239
2240 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
2241 (bug#12096).
2242
2243 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2244
2245 * calc.texi (Simplification modes, Conversions)
2246 (Operating on Selections): Mention "basic" simplification.
2247 (The Calc Mode Line): Mention the mode line display for Basic
2248 simplification mode.
2249 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
2250 simplifications.
2251 (Basic Simplifications): Rename from "Limited Simplifications"
2252 Replace "limited" by "basic" throughout.
2253 (Algebraic Simplifications): Indicate that the algebraic
2254 simplifications are done by default.
2255 (Unsafe Simplifications): Mention `m E'.
2256 (Simplification of Units): Mention `m U'.
2257 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
2258 (Kinds of Declarations, Functions for Declarations):
2259 Mention "algebraic simplifications" instead of `a s'.
2260 (Algebraic Entry): Remove mention of default simplifications.
2261
2262 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2263
2264 * calc.texi (Getting Started, Tutorial): Change simulated
2265 Calc output to match actual output.
2266 (Simplifying Formulas): Mention that algebraic simplification is now
2267 the default.
2268
2269 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2270
2271 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
2272 (Bug#12073)
2273
2274 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2275
2276 Prefer typical American spelling for "acknowledgment".
2277 * calc.texi (History and Acknowledgments): Rename from
2278 History and Acknowledgements.
2279 * idlwave.texi (Acknowledgments):
2280 * ses.texi (Acknowledgments):
2281 * woman.texi (Acknowledgments): Rename from Acknowledgements.
2282
2283 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2284
2285 Rename configure.in to configure.ac (Bug#11603).
2286 * ede.texi (Compiler and Linker objects, ede-proj-project)
2287 (ede-step-project): Prefer the name configure.ac to configure.in.
2288
2289 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
2290
2291 * tramp.texi (Multi-hops):
2292 Introduce `tramp-restricted-shell-hosts-alist'.
2293
2294 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2295
2296 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
2297 methods, so don't mention smtpmail here.
2298
2299 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2300
2301 * gnus.texi (Picons): Document gnus-picon-properties.
2302
2303 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2304
2305 * gnus.texi: Remove mention of compilation, as that's no longer
2306 supported.
2307
2308 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2309
2310 * gnus.texi (Archived Messages): Mention
2311 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
2312
2313 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2314
2315 * gnus.texi (Various Summary Stuff):
2316 Remove mention of `gnus-propagate-marks'.
2317
2318 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2319
2320 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
2321 which no longer exist.
2322
2323 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2324
2325 * gnus.texi (Archived Messages):
2326 Document gnus-gcc-self-resent-messages.
2327
2328 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2329
2330 * message.texi (Mail Variables):
2331 Mention the optional user parameter for X-Message-SMTP-Method.
2332
2333 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2334
2335 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
2336
2337 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
2338
2339 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2340
2341 * gnus.texi (Key Index): Change encoding to utf-8.
2342
2343 2012-06-21 Glenn Morris <rgm@gnu.org>
2344
2345 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2346
2347 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2348
2349 * gnus.texi (Group Timestamp): Mention where to find documentation for
2350 the `gnus-tmp-' variables (bug#11601).
2351
2352 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
2353
2354 Sync with Tramp 2.2.6-pre.
2355
2356 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
2357 where appropriate.
2358 (Ad-hoc multi-hops): New section.
2359 (Remote processes): New subsection "Running remote processes on
2360 Windows hosts".
2361 (History): Add remote commands on Windows, and ad-hoc multi-hop
2362 methods.
2363 (External methods): "ControlPersist" must be set to "no" for the
2364 `scpc' method.
2365 (Remote processes): Add a note about `auto-revert-tail-mode'.
2366 (Frequently Asked Questions): Use "scpx" in combination with
2367 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
2368
2369 * trampver.texi: Update release number.
2370
2371 2012-06-10 Chong Yidong <cyd@gnu.org>
2372
2373 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
2374 compilation for html-mono.
2375
2376 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
2377
2378 * texinfo.tex: Merge from gnulib.
2379
2380 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2381
2382 * Makefile.in (echo-info): Don't try to install info files named
2383 just ".info".
2384
2385 2012-05-28 Glenn Morris <rgm@gnu.org>
2386
2387 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
2388
2389 * sc.texi: Nuke hand-written node pointers.
2390 Fix top-level menu to match actual node order.
2391
2392 2012-05-27 Glenn Morris <rgm@gnu.org>
2393
2394 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
2395 Some associated fixes, including not messing with chapno in cl.texi.
2396
2397 2012-05-27 Bastien Guerry <bzg@gnu.org>
2398
2399 * org.texi (Durations and time values): Fix typo.
2400
2401 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2402
2403 * texinfo.tex: Update from gnulib.
2404
2405 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2406
2407 * calc.texi (Basic Operations on Units, Customizing Calc):
2408 Mention `calc-ensure-consistent-units'.
2409
2410 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
2411
2412 * cc-mode.texi: Avoid space before macro in 4th argument of cross
2413 reference commands. (Bug#11461)
2414
2415 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
2416
2417 2012-05-12 Glenn Morris <rgm@gnu.org>
2418
2419 * Makefile.in (mostlyclean): Add more TeX intermediates.
2420
2421 * Makefile.in: Make it look more like the other doc Makefiles.
2422 Use explicit $srcdir in all dependencies.
2423 Remove cd $srcdir from rules.
2424 (VPATH): Remove.
2425 (infodir): Set to an absolute path.
2426 (INFO_TARGETS): Use short names.
2427 (mkinfodir): infodir is now absolute.
2428 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
2429
2430 * Makefile.in (info.info): Rename from info, to avoid duplication.
2431 (.SUFFIXES): Disable implicit rules.
2432
2433 * Makefile.in (MKDIR_P): New, set by configure.
2434 (mkinfodir): Use $MKDIR_P.
2435
2436 2012-05-07 Glenn Morris <rgm@gnu.org>
2437
2438 * forms.texi (Long Example): Update for changed location of files.
2439
2440 2012-05-04 Glenn Morris <rgm@gnu.org>
2441
2442 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2443 (INFO_TARGETS): Use $INFO_EXT.
2444 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2445 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2446 (INFO_TARGETS): Use $INFO_EXT.
2447 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2448
2449 2012-05-02 Glenn Morris <rgm@gnu.org>
2450
2451 * Makefile.in (echo-info): New phony target, used by top-level.
2452
2453 * viper.texi: Make direntry shorter (also it is no longer "newest").
2454
2455 * emacs-gnutls.texi, ert.texi, org.texi:
2456 Fix dircategory, direntry to match info/dir.
2457
2458 * faq.texi: Convert @inforefs to @xrefs.
2459 Fix some malformed cross-references.
2460 (File-name conventions): Shorten section name to avoid overfull line.
2461 (How to add fonts): Use smallexample to avoid overfull lines.
2462
2463 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
2464
2465 * auth.texi (Help for users): Update for .gpg file being second.
2466
2467 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2468
2469 * org.texi (Agenda commands): Fix two typos: give corresponding
2470 function names, according to `org-agenda-view-mode-dispatch'.
2471
2472 2012-04-27 Glenn Morris <rgm@gnu.org>
2473
2474 * faq.texi (Major packages and programs): Remove section.
2475 There is no point listing 6 packages (cf etc/MORE.STUFF).
2476 (Finding Emacs and related packages): Move "Spell-checkers" here.
2477
2478 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2479
2480 * dbus.texi (Version): New node.
2481 (Properties and Annotations): Mention the object manager
2482 interface. Describe dbus-get-all-managed-objects.
2483 (Type Conversion): Floating point numbers are allowed, if an
2484 anteger does not fit Emacs's integer range.
2485 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
2486 (Asynchronous Methods): Fix description of
2487 dbus-call-method-asynchronously.
2488 (Receiving Method Calls): Fix some minor errors.
2489 Add dbus-interface-emacs.
2490 (Signals): Describe unicast signals and the new match rules.
2491 (Alternative Buses): Add the PRIVATE optional argument to
2492 dbus-init-bus. Describe its new return value. Add dbus-setenv.
2493
2494 2012-04-20 Glenn Morris <rgm@gnu.org>
2495
2496 * faq.texi (New in Emacs 24): New section.
2497 (Packages that do not come with Emacs): Mention M-x list-packages.
2498
2499 2012-04-14 Alan Mackenzie <acm@muc.de>
2500
2501 * cc-mode.texi (c-offsets-alist): Correct a typo.
2502
2503 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
2504
2505 * org.texi (Deadlines and scheduling): Fix the example: the
2506 DEADLINE item should come right after the headline. We enforce
2507 this convention, so it is a bug not to illustrate it correctly in
2508 the manual.
2509
2510 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2511
2512 * org.texi (Agenda commands): Fix documentation bug by swapping
2513 the equivalent keybindings to `org-agenda-next-line' with the ones
2514 to `org-agenda-previous-line'.
2515
2516 2012-04-14 Glenn Morris <rgm@gnu.org>
2517
2518 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2519
2520 2012-04-09 Eli Zaretskii <eliz@gnu.org>
2521
2522 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
2523 Add emacs-gnutls.
2524 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
2525
2526 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2527
2528 * Makefile.in: Add emacs-gnutls.texi to build.
2529
2530 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
2531
2532 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
2533
2534 * auth.texi (Secret Service API): Edit further and give examples.
2535 (Secret Service API): Adjust @samp to @code for collection names.
2536
2537 2012-04-04 Glenn Morris <rgm@gnu.org>
2538
2539 * auth.texi (Secret Service API): Copyedits.
2540 (Help for developers): Fill in some missing function doc-strings.
2541 (Help for users, Help for developers)
2542 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
2543
2544 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
2545
2546 * auth.texi (Secret Service API): Add the missing text.
2547
2548 2012-04-04 Chong Yidong <cyd@gnu.org>
2549
2550 * message.texi (Using PGP/MIME): Note that epg is now the default.
2551
2552 * gnus.texi: Reduce references to obsolete pgg library.
2553 (Security): Note that epg is now the default.
2554
2555 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
2556
2557 * nxml-mode.texi (Completion): C-RET is no longer bound to
2558 nxml-complete.
2559
2560 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2561
2562 * org.texi (Customizing tables in ODT export): Correct few errors.
2563
2564 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2565
2566 * org.texi (Links in ODT export): Update.
2567 (Labels and captions in ODT export): New node.
2568
2569 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2570
2571 * org.texi (Literal examples in ODT export): htmlfontify.el in
2572 Emacs-24.1 now supports fontification. So ODT source blocks will
2573 be fontified by default.
2574
2575 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
2576
2577 * org.texi (Refiling notes): Remove duplicated keybinding.
2578
2579 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2580
2581 * org.texi (noweb): Documentation of this new option to the :noweb
2582 header argument.
2583
2584 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
2585
2586 * org.texi (Header and sectioning): Add example demonstrating how
2587 to use "LaTeX_CLASS_OPTIONS".
2588
2589 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2590
2591 * org.texi (Noweb reference syntax): Describe the ability to
2592 execute noweb references in the manual.
2593
2594 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2595
2596 * org.texi (cache): Improve cache documentation when session
2597 evaluation is used.
2598
2599 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2600
2601 * org.texi (Plain lists): Document removal.
2602
2603 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
2604
2605 * org.texi: Decapitalize file name in references to Calc manual.
2606
2607 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2608
2609 * org.texi (Plain lists): Document removal.
2610
2611 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2612
2613 * org.texi (Top, OpenDocument Text export)
2614 (ODT export commands, Extending ODT export)
2615 (Images in ODT export, Tables in ODT export)
2616 (Configuring a document converter): Add or Update.
2617
2618 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
2619
2620 * org.texi (MobileOrg): Change the wording to reflect that the
2621 Android Version is no longer just the little brother of the iOS
2622 version.
2623
2624 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2625
2626 * org.texi (Key bindings and useful functions): Update babel key
2627 binding documentation in manual.
2628
2629 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2630
2631 * org.texi (noweb): Document new noweb header value.
2632
2633 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2634
2635 * org.texi (noweb-sep): Document new header argument.
2636
2637 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2638
2639 * org.texi (noweb-ref): Documentation of this new custom variable.
2640
2641 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2642
2643 * org.texi (wrap): Update the new :wrap documentation to match the
2644 current implementation.
2645
2646 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2647
2648 * org.texi: Added documentation for :wrap.
2649
2650 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2651
2652 * org.texi: #+RESULTS now user-configurable.
2653
2654 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2655
2656 * org.texi: Documented :noweb no-export.
2657
2658 2012-04-01 Thomas Dye <dk@poto.local>
2659
2660 * org.texi: Edit :noweb no header argument for correctness.
2661
2662 2012-04-01 Bastien Guerry <bzg@gnu.org>
2663
2664 * org.texi (Customization): Update the approximate number of Org
2665 variables.
2666
2667 2012-04-01 Thomas Dye <dk@poto.local>
2668
2669 * org.texi: The :results wrap produces a drawer instead of a
2670 begin_results block.
2671
2672 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
2673
2674 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
2675 reflect the new default.
2676
2677 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2678
2679 * info.texi (Expert Info): Move the index entry for "Texinfo" from
2680 "Getting Started" to this node. (Bug#10450)
2681
2682 2012-03-10 Chong Yidong <cyd@gnu.org>
2683
2684 * flymake.texi (Example -- Configuring a tool called via make):
2685 Mention the Automake COMPILE variable (Bug#8715).
2686
2687 * info.texi (Getting Started): Add an index entry (Bug#10450).
2688
2689 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
2690
2691 * dbus.texi (Signals): Known names will be mapped onto unique
2692 names, when registering for signals.
2693
2694 2012-02-29 Glenn Morris <rgm@gnu.org>
2695
2696 * url.texi: Fix quote usage in body text.
2697
2698 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
2699
2700 * cl.texi: Use @code{} in menus when appropriate.
2701
2702 2012-02-28 Glenn Morris <rgm@gnu.org>
2703
2704 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
2705 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
2706 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
2707 * org.texi, sc.texi, vip.texi, viper.texi:
2708 Standardize possessive apostrophe usage.
2709
2710 2012-02-26 Chong Yidong <cyd@gnu.org>
2711
2712 * ediff.texi (Quick Help Commands): Add a couple of index entries
2713 (Bug#10834).
2714
2715 2012-02-17 Glenn Morris <rgm@gnu.org>
2716
2717 * gnus.texi (Posting Styles):
2718 * remember.texi (Org): Fix cross-refs to other manuals.
2719
2720 2012-02-15 Glenn Morris <rgm@gnu.org>
2721
2722 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
2723 (Encryption): New chapter, split out from previous.
2724
2725 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2726
2727 * gnus.texi (Customizing the IMAP Connection):
2728 Mention nnimap-record-commands.
2729
2730 2012-02-10 Glenn Morris <rgm@gnu.org>
2731
2732 * url.texi (Retrieving URLs): Update url-retrieve arguments.
2733 Mention url-queue-retrieve.
2734
2735 2012-02-09 Glenn Morris <rgm@gnu.org>
2736
2737 * sem-user.texi (Semantic mode user commands): Typo fix.
2738
2739 * info.texi (Create Info buffer): Mention info-display-manual.
2740
2741 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2742
2743 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
2744 example (modified from an example by Michael Albinus).
2745
2746 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2747
2748 * gnus.texi (Agent Basics): Fix outdated description of
2749 `gnus-agent-auto-agentize-methods'.
2750
2751 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
2752
2753 * cc-mode.texi: Always @defindex ss.
2754 (Config Basics): Fix argument of @itemize.
2755 (Macro Backslashes): Add @code around index entry.
2756
2757 2012-01-23 Glenn Morris <rgm@gnu.org>
2758
2759 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
2760
2761 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
2762
2763 * tramp.texi (File): Tweak wording for the `scpc' option.
2764
2765 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2766
2767 * gnus.texi (Group Parameters): Really note precedence.
2768
2769 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2770
2771 * gnus.texi (Group Parameters): Note precedence.
2772
2773 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2774
2775 * org.texi (Noweb reference syntax): Adding documentation of
2776 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
2777 variable.
2778
2779 2012-01-03 Bastien Guerry <bzg@gnu.org>
2780
2781 * org.texi (Plain lists): Split the table to fix the display
2782 of items.
2783
2784 2012-01-03 Bastien Guerry <bzg@gnu.org>
2785
2786 * org.texi (Plain lists): Fix misplaced explanation.
2787
2788 2012-01-03 Bastien Guerry <bzg@gnu.org>
2789
2790 * org.texi (Plain lists, Agenda files): Add index entries.
2791
2792 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2793
2794 * org.texi: Use "Org mode" instead of alternatives like
2795 "Org-mode" or "org-mode".
2796
2797 2012-01-03 Bernt Hansen <bernt@norang.ca>
2798
2799 * org.texi (Agenda commands):
2800 Document `org-clock-report-include-clocking-task'.
2801
2802 2012-01-03 Bastien Guerry <bzg@gnu.org>
2803
2804 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
2805 C-c' on checkboxes.
2806
2807 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2808
2809 * org.texi: End sentences with two spaces.
2810
2811 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
2812
2813 * org.texi (External links): Document the link types file+sys
2814 and file+emacs, slightly narrow used page width.
2815
2816 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2817
2818 * org.texi (colnames): Note that colnames behavior may differ
2819 across languages.
2820
2821 2012-01-03 Bastien Guerry <bzg@gnu.org>
2822
2823 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
2824
2825 2012-01-03 Thomas Dye <dk@poto.westell.com>
2826
2827 * org.texi: Augmented discussion of babel property
2828 inheritance. Put footnote outside sentence ending period.
2829
2830 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2831
2832 * org.texi (eval): Documenting the full range of :eval header
2833 argument values.
2834
2835 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2836
2837 * org.texi (eval): Documentation of the new :eval option.
2838
2839 2012-01-03 Thomas Dye <dk@poto.local>
2840
2841 * org.texi: Add accumulated properties.
2842
2843 2012-01-03 Thomas Dye <dk@poto.local>
2844
2845 * org.texi: Documented no spaces in name=assign, another
2846 correction to :var table.
2847
2848 2012-01-03 Thomas Dye <dk@poto.local>
2849
2850 * org.texi: Changed DATA to NAME in Working With Source Code
2851 section.
2852
2853 2012-01-03 Tom Dye <tsd@tsdye.com>
2854
2855 * org.texi: Minor change to :var table.
2856
2857 2012-01-03 Tom Dye <tsd@tsdye.com>
2858
2859 * org.texi: More changes to :var table (some examples were wrong).
2860
2861 2012-01-03 Tom Dye <tsd@tsdye.com>
2862
2863 * org.texi: Cleaned up :var table.
2864
2865 2012-01-03 Bastien Guerry <bzg@gnu.org>
2866
2867 * org.texi (Timestamps, Weekly/daily agenda)
2868 (Weekly/daily agenda): Add @cindex for "appointment".
2869
2870 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2871
2872 * org.texi (Literal examples): A new link to the template for
2873 inserting empty code blocks.
2874 (Structure of code blocks): A new link to the template for
2875 inserting empty code blocks.
2876
2877 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
2878
2879 * org.texi (External links): Add footnote on how the behavior
2880 of the text search in Org files are controled by the variable
2881 `org-link-search-must-match-exact-headline'.
2882
2883 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2884
2885 * org.texi (Buffer-wide header arguments):
2886 Update documentation to reflect removal of #+PROPERTIES.
2887
2888 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2889
2890 * org.texi (The clock table): Mention that ACHIVED trees
2891 contribute to the clock table.
2892
2893 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2894
2895 * org.texi (Conflicts): Better yasnippet config info.
2896
2897 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
2898
2899 * org.texi (Selective export): Explicitly mention the default
2900 values for `org-export-select-tags',
2901 `org-export-exclude-tags'.
2902
2903 2012-01-03 Tom Dye <tsd@tsdye.com>
2904
2905 * org.texi: Added a line to specify that header arguments are
2906 lowercase.
2907
2908 2012-01-03 Tom Dye <tsd@tsdye.com>
2909
2910 * org.texi: :var requires default value when declared.
2911
2912 2012-01-03 Bastien Guerry <bzg@gnu.org>
2913
2914 * org.texi (Handling links): Add a note about the
2915 `org-link-frame-setup' option.
2916
2917 2012-01-03 David Maus <dmaus@ictsoc.de>
2918
2919 * org.texi (Exporting Agenda Views, Extracting agenda
2920 information): Fix command line syntax, quote symbol parameter
2921 values.
2922
2923 2012-01-03 David Maus <dmaus@ictsoc.de>
2924
2925 * org.texi (Exporting Agenda Views): Fix command line syntax.
2926
2927 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2928
2929 * gnus.texi (Mail Source Customization, Mail Back End Variables):
2930 Use octal notation for file permissions, which are normally
2931 thought of in octal.
2932 (Mail Back End Variables): Use more-plausible modes in example.
2933
2934 2011-12-20 Alan Mackenzie <acm@muc.de>
2935
2936 * cc-mode.texi: Update version string 5.31 -> 5.32.
2937
2938 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
2939
2940 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
2941
2942 2011-11-24 Glenn Morris <rgm@gnu.org>
2943
2944 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
2945
2946 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2947
2948 * makefile.w32-in: Update dependencies.
2949
2950 2011-11-20 Glenn Morris <rgm@gnu.org>
2951
2952 * gnus.texi (Group Information):
2953 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
2954
2955 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2956
2957 * gnus-coding.texi (Gnus Maintenance Guide):
2958 Rename from "Gnus Maintainance Guide".
2959
2960 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
2961 * eieio.texi (Customizing):
2962 * gnus.texi (Article Washing):
2963 * gnus-news.texi:
2964 * sem-user.texi (Smart Jump): Fix typos.
2965
2966 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2967
2968 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
2969
2970 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2971
2972 * ede.texi (project-am-texinfo):
2973 * gnus.texi (Sending or Not Sending):
2974 * org.texi (Template elements): Fix typos.
2975
2976 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
2977
2978 * ediff.texi (Hooks):
2979 * sem-user.texi (Semanticdb Roots): Fix typos.
2980
2981 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
2982
2983 * semantic.texi (Tag handling): Fix typo.
2984
2985 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
2986
2987 * gnus.texi (Other Gnus Versions): Remove.
2988
2989 2011-10-28 Alan Mackenzie <acm@muc.de>
2990
2991 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
2992 (Other Special Indentations): Add an xref to "Macros with ;".
2993 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
2994 "Macros with ;".
2995 (Macros with ;): New page.
2996
2997 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
2998 Document the new handling of nested scopes for movement by defuns.
2999
3000 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
3001
3002 Sync with Tramp 2.2.3.
3003
3004 * trampver.texi: Update release number.
3005
3006 2011-10-14 Glenn Morris <rgm@gnu.org>
3007
3008 * ert.texi (Introduction, How to Run Tests)
3009 (Running Tests Interactively, Expected Failures)
3010 (Tests and Their Environment, Useful Techniques)
3011 (Interactive Debugging, Fixtures and Test Suites):
3012 Minor rephrasings.
3013 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
3014 (Running Tests in Batch Mode): Simplify loading instructions.
3015 (Test Selectors): Clarify some selectors.
3016 (Expected Failures, Useful Techniques):
3017 Make examples fit in 80 columns.
3018
3019 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
3020
3021 * calc.texi (Basic Operations on Units): Discuss temperature
3022 conversion (`u t') alongside with other unit conversions ('u c').
3023
3024 2011-10-12 Glenn Morris <rgm@gnu.org>
3025
3026 * ert.texi: Whitespace trivia to make main menu items line up better.
3027
3028 2011-10-08 Glenn Morris <rgm@gnu.org>
3029
3030 * Makefile.in: Fix ert rules.
3031
3032 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3033
3034 * gnus.texi (Gnus Utility Functions): Add more references and
3035 explanations (bug#9683).
3036
3037 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
3038
3039 * texinfo.tex: Merge from gnulib.
3040
3041 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3042
3043 * gnus.texi (Archived Messages): Note the default (bug#9552).
3044
3045 2011-09-21 Bill Wohler <wohler@newt.com>
3046
3047 Release MH-E manual version 8.3.
3048
3049 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3050 release 8.3.
3051 (Preface): Update support information.
3052 (From Bill Wohler): Reset text to original version. As a
3053 historical quote, the tense should be correct in the time that it
3054 was written.
3055
3056 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3057
3058 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
3059 (Finding the News): Doc clarification.
3060 (Terminology): Mention naming.
3061
3062 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3063
3064 * gnus.texi: Remove mentions of `recent', which are now obsolete.
3065 (Interactive): Document `quiet'.
3066
3067 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
3068
3069 * org.texi (Images in LaTeX export): Rewrite.
3070
3071 2011-08-15 Bastien Guerry <bzg@gnu.org>
3072
3073 * org.texi (Using the mapping API): Mention 'region as a possible
3074 scope for `org-map-entries'.
3075
3076 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3077
3078 * org.texi (Visibility cycling): Document `org-copy-visible'.
3079
3080 2011-08-15 Bastien Guerry <bzg@gnu.org>
3081
3082 * org.texi (Template expansion): Order template sequences in the
3083 proper order.
3084
3085 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3086
3087 * org.texi (eval): Expand discussion of the :eval header argument.
3088
3089 2011-08-15 Bastien Guerry <bzg@gnu.org>
3090
3091 * org.texi (Languages): Add Lilypond and Awk as supported
3092 languages.
3093
3094 2011-08-15 Achim Gratz <stromeko@nexgo.de>
3095
3096 * org.texi: Document that both CLOCK_INTO_DRAWER and
3097 LOG_INTO_DRAWER can be used to override the contents of variable
3098 org-clock-into-drawer (or if unset, org-log-into-drawer).
3099
3100 * org.texi: Replace @xref->@pxref.
3101
3102 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3103
3104 * org.texi (Evaluating code blocks): Documenting the new option
3105 for inline call lines.
3106
3107 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3108
3109 * org.texi (Results of evaluation): More explicit about the
3110 mechanism through which interactive evaluation of code is
3111 performed.
3112
3113 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3114
3115 * org.texi (noweb-ref): New header argument documentation.
3116
3117 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3118
3119 * org.texi (Extracting source code): Documentation of the new
3120 org-babel-tangle-named-block-combination variable.
3121
3122 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3123
3124 * org.texi (Structure of code blocks): Explicitly state that the
3125 behavior of multiple blocks of the same name is undefined.
3126
3127 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
3128
3129 * org.texi (TaskJuggler export): Modify the example to reflect the
3130 new effort durations.
3131
3132 2011-08-15 David Maus <dmaus@ictsoc.de>
3133
3134 * org.texi (Images in LaTeX export): Escape curly brackets in
3135 LaTeX example.
3136
3137 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3138
3139 * org.texi (The clock table): Document the :properties and
3140 :inherit-props arguments for the clocktable.
3141
3142 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3143
3144 * org.texi (Tables in LaTeX export): Document specifying placement
3145 options for tables.
3146
3147 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3148
3149 * org.texi (Evaluating code blocks): More specific documentation
3150 about the different types of header arguments.
3151
3152 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3153
3154 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
3155
3156 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3157
3158 * org.texi (Built-in table editor): Document the table field
3159 follow mode.
3160
3161 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3162
3163 * org.texi (Easy Templates): Document new template.
3164
3165 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3166
3167 * org.texi (Literal examples): Add a cross-reference from "Literal
3168 Examples" to "Easy Templates."
3169
3170 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3171
3172 * org.texi (The clock table): Add link to match syntax.
3173
3174 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3175
3176 * org.texi (Agenda commands): Document clock consistency checks.
3177
3178 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3179
3180 * org.texi (Built-in table editor): Document that \vert represents
3181 a vertical bar in a table field.
3182
3183 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3184
3185 * org.texi (Literal examples): Link from "Markup" > "Literate
3186 Examples" to "Working with Source Code".
3187
3188 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3189
3190 * org.texi (Agenda commands): Doc for function option to bulk
3191 action.
3192
3193 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3194
3195 * org.texi (Template expansion): Document new %<...> template
3196 escape.
3197
3198 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3199
3200 * org.texi (Selective export): Document exclusion of any tasks
3201 from export.
3202
3203 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3204
3205 * org.texi (Selective export): Document how to exclude DONE tasks
3206 from export.
3207 (Publishing options): Document the properties to be used to turn off
3208 export of DONE tasks.
3209
3210 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3211
3212 * org.texi (The date/time prompt): Document date range protection.
3213
3214 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3215
3216 * org.texi (padline): Documentation of the new padline header
3217 argument.
3218
3219 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3220
3221 * org.texi (var): Adding "[" to list of characters triggering
3222 elisp evaluation.
3223
3224 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3225
3226 * org.texi (var): Documentation of Emacs Lisp evaluation during
3227 variable assignment.
3228
3229 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3230
3231 * org.texi (colnames): Reference indexing into variables, and note
3232 that colnames are *not* removed before indexing occurs.
3233 (rownames): Reference indexing into variables, and note that
3234 rownames are *not* removed before indexing occurs.
3235
3236 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3237
3238 * org.texi (var): Clarification of indexing into tabular
3239 variables.
3240
3241 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3242
3243 * org.texi (results): Documentation of the `:results wrap' header
3244 argument.
3245
3246 2011-08-15 Bastien Guerry <bzg@gnu.org>
3247
3248 * org.texi (LaTeX and PDF export): Add a note about a limitation
3249 of the LaTeX export: the org file has to be properly structured.
3250
3251 2011-08-15 Bastien Guerry <bzg@gnu.org>
3252
3253 * org.texi (Dynamic blocks, Structure editing):
3254 Mention the function `org-narrow-to-block'.
3255
3256 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3257
3258 * org.texi (Languages): Updating list of code block supported
3259 languages.
3260
3261 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3262
3263 * org.texi (Special properties): CATEGORY is a special property,
3264 but it may also used in the drawer.
3265
3266 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3267
3268 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
3269
3270 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3271
3272 * org.texi (Include files): Document :lines.
3273
3274 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3275
3276 * org.texi (comments): Documentation of the ":comments noweb" code
3277 block header argument.
3278
3279 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3280
3281 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3282 added extra whitespace around functions to be consistent with the
3283 rest of the section.
3284
3285 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3286
3287 * org.texi (Evaluating code blocks): Expand discussion of
3288 #+call: line syntax.
3289 (Header arguments in function calls): Expand discussion of
3290 #+call: line syntax.
3291
3292 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3293
3294 * org.texi (Evaluating code blocks): More explicit about how to
3295 pass variables to #+call lines.
3296
3297 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3298
3299 * org.texi (Results of evaluation): Link to the :results header
3300 argument list from the "Results of evaluation" section.
3301
3302 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3303
3304 * org.texi (Conflicts): Adding additional information about
3305 resolving org/yasnippet conflicts.
3306
3307 2011-08-15 David Maus <dmaus@ictsoc.de>
3308
3309 * org.texi (Publishing options): Document style-include-scripts
3310 publishing project property.
3311
3312 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3313
3314 * org.texi (Sparse trees): Document the next-error /
3315 previous-error functionality.
3316
3317 2011-08-15 Tom Dye <tsd@tsdye.com>
3318
3319 * org.texi (cache): Improve documentation of code block caches.
3320
3321 2011-08-15 Tom Dye <tsd@tsdye.com>
3322
3323 * org.texi (Code block specific header arguments):
3324 Documentation of multi-line header arguments.
3325
3326 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3327
3328 * org.texi (Code evaluation security): Add example for using a
3329 function.
3330
3331 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3332
3333 * org.texi (Tables in LaTeX export): Documentation of new
3334 attr_latex options for tables.
3335
3336 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
3337
3338 * trampver.texi: Update release number.
3339
3340 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
3341
3342 Sync with Tramp 2.2.2.
3343
3344 * trampver.texi: Update release number.
3345
3346 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3347
3348 * flymake.texi (Example -- Configuring a tool called via make):
3349 Use /dev/null instead of the Windows "nul" (bug#8715).
3350
3351 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3352
3353 * widget.texi (Setting Up the Buffer): Remove mention of the
3354 global keymap parent, which doesn't seem to be accurate
3355 (bug#7045).
3356
3357 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3358
3359 * org.texi (Special agenda views): Fix double quoting (bug#3509).
3360
3361 2010-07-10 Kevin Ryde <user42@zip.com.au>
3362
3363 * cl.texi (For Clauses): Add destructuring example processing an
3364 alist (bug#6596).
3365
3366 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3367
3368 * ediff.texi (Major Entry Points): Remove mention of `require',
3369 since that's not pertinent in the installed Emacs (bug#9016).
3370
3371 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3372
3373 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
3374 (Filtering New Groups): Clarify how simple the "options -n" format is.
3375 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
3376 is internal.
3377
3378 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
3379
3380 * tramp.texi (Cleanup remote connections):
3381 Add `tramp-cleanup-this-connection'.
3382
3383 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3384
3385 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
3386 zombies.
3387 (Checking New Groups): Ditto (bug#8974).
3388 (Checking New Groups): Move the reference to the right place.
3389
3390 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
3391
3392 * gnus.texi (Startup Files): Clarify that we're talking about numbered
3393 backups, and not actual vc (bug#8975).
3394
3395 2011-07-03 Kevin Ryde <user42@zip.com.au>
3396
3397 * cl.texi (For Clauses): @items for hash-values and key-bindings
3398 to make them more visible when skimming. Add examples of `using'
3399 clause to them, examples being clearer than a description in
3400 words (bug#6599).
3401
3402 2011-07-01 Alan Mackenzie <acm@muc.de>
3403
3404 * cc-mode.texi (Guessing the Style): New page.
3405 (Styles): Add a short introduction to above.
3406
3407 2011-06-28 Deniz Dogan <deniz@dogan.se>
3408
3409 * rcirc.texi (Configuration): Bug-fix:
3410 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
3411 Reported by Elias Pipping <pipping@exherbo.org>.
3412
3413 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3414
3415 * gnus.texi (Summary Mail Commands):
3416 Document `gnus-summary-reply-to-list-with-original'.
3417
3418 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3419
3420 * eshell.texi (Known problems): Fix typo.
3421
3422 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
3423
3424 * tramp.texi (Customizing Completion): Mention authinfo-style files.
3425 (Password handling): `auth-source-debug' is good for debug messages.
3426
3427 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3428
3429 * gnus.texi (Store custom flags and keywords): Refer to
3430 `gnus-registry-article-marks-to-{chars,names}' instead of
3431 `gnus-registry-user-format-function-{M,M2}'.
3432
3433 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3434
3435 * texinfo.tex: Merge from gnulib.
3436
3437 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3438
3439 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
3440 (Store custom flags and keywords):
3441 Mention `gnus-registry-user-format-function-M' and
3442 `gnus-registry-user-format-function-M2'.
3443
3444 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3445
3446 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
3447
3448 2011-05-17 Glenn Morris <rgm@gnu.org>
3449
3450 * gnus.texi (Face): Fix typo.
3451
3452 2011-05-14 Glenn Morris <rgm@gnu.org>
3453
3454 * dired-x.texi (Omitting Examples): Minor addition.
3455
3456 2011-05-10 Jim Meyering <meyering@redhat.com>
3457
3458 * ede.texi: Fix typo "or or -> or".
3459
3460 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
3461
3462 * gnus.texi (Summary Buffer Lines):
3463 gnus-summary-user-date-format-alist does not exist.
3464 (Sorting the Summary Buffer): More about sorting threads.
3465
3466 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
3467
3468 * trampver.texi: Update release number.
3469
3470 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
3471
3472 * tramp.texi (Frequently Asked Questions): New item for disabling
3473 Tramp in other packages.
3474
3475 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3476
3477 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
3478 (Fancy splitting to parent, Store arbitrary data):
3479 Update gnus-registry docs.
3480
3481 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
3482
3483 * ede.texi: Fix typos.
3484
3485 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3486
3487 * gnus.texi (Window Layout): @itemize @code doesn't exist.
3488 It's @table @code.
3489
3490 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
3491
3492 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
3493
3494 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3495
3496 * calc.texi (Logarithmic Units): Update the function names.
3497
3498 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3499
3500 * message.texi (Various Commands): Document format specs in the
3501 ellipsis.
3502
3503 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
3504
3505 * message.texi (Insertion Variables): Document message-cite-style.
3506
3507 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
3508
3509 * tramp.texi (Remote processes): New subsection "Running shell on
3510 a remote host".
3511
3512 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3513
3514 * auth.texi (Help for developers): Update docs to explain that the
3515 :save-function will only run the first time.
3516
3517 2011-03-12 Glenn Morris <rgm@gnu.org>
3518
3519 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
3520 (emacs-faq.text): New target.
3521 (clean): Add emacs-faq.
3522
3523 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
3524
3525 Sync with Tramp 2.2.1.
3526
3527 * trampver.texi: Update release number.
3528
3529 2011-03-11 Glenn Morris <rgm@gnu.org>
3530
3531 * Makefile.in (HTML_TARGETS): New.
3532 (clean): Delete $HTML_TARGETS.
3533 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
3534
3535 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3536
3537 * auth.texi (Help for developers): Show example of using
3538 `auth-source-search' with prompts and :save-function.
3539
3540 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3541
3542 * Version 23.3 released.
3543
3544 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
3545
3546 * message.texi (Message Buffers): Update default value of
3547 message-generate-new-buffers.
3548
3549 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
3550
3551 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
3552 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
3553 respectively.
3554 (Musical Notes): New section.
3555 (Customizing Calc): Mention the customizable variable
3556 calc-note-threshold.
3557
3558 2011-03-03 Glenn Morris <rgm@gnu.org>
3559
3560 * url.texi (Dealing with HTTP documents): Remove reference to
3561 function url-decode-text-part; never seems to have existed. (Bug#6038)
3562 (Configuration): Update url-configuration-directory description.
3563
3564 2011-03-02 Glenn Morris <rgm@gnu.org>
3565
3566 * dired-x.texi (Multiple Dired Directories): Remove mentions
3567 of dired-default-directory-alist and dired-default-directory.
3568 Move dired-smart-shell-command here...
3569 (Miscellaneous Commands): ... from here.
3570
3571 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3572
3573 * texinfo.tex: Update to version 2011-02-24.09.
3574
3575 2011-03-02 Glenn Morris <rgm@gnu.org>
3576
3577 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
3578 instead of the obsoleted dired-omit-here-always.
3579
3580 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
3581
3582 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
3583 supported systems.
3584
3585 2011-02-28 Glenn Morris <rgm@gnu.org>
3586
3587 * dbus.texi (Type Conversion): Grammar fix.
3588
3589 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
3590
3591 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
3592 "Debian GNU/Linux".
3593
3594 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
3595
3596 2011-02-23 Glenn Morris <rgm@gnu.org>
3597
3598 * dired-x.texi (Features): Minor rephrasing.
3599 (Local Variables): Fix typos.
3600
3601 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
3602 Standardize some Emacs/XEmacs terminology.
3603
3604 * dired-x.texi (Features): Don't advertise obsolete local variables.
3605 Simplify layout.
3606 (Omitting Variables): Update local variables example.
3607 (Local Variables): Say this is obsolete. Fix description of
3608 dired-enable-local-variables possible values.
3609
3610 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3611
3612 * auth.texi (Help for users): Mention ~/.netrc is also searched by
3613 default now.
3614
3615 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3616
3617 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
3618
3619 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3620
3621 * gnus.texi (Window Layout): Document layout names.
3622
3623 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3624
3625 * ada-mode.texi: Sync @dircategory with ../../info/dir.
3626 * auth.texi: Sync @dircategory with ../../info/dir.
3627 * autotype.texi: Sync @dircategory with ../../info/dir.
3628 * calc.texi: Sync @dircategory with ../../info/dir.
3629 * cc-mode.texi: Sync @dircategory with ../../info/dir.
3630 * cl.texi: Sync @dircategory with ../../info/dir.
3631 * dbus.texi: Sync @dircategory with ../../info/dir.
3632 * dired-x.texi: Sync @dircategory with ../../info/dir.
3633 * ebrowse.texi: Sync @dircategory with ../../info/dir.
3634 * ede.texi: Sync @dircategory with ../../info/dir.
3635 * ediff.texi: Sync @dircategory with ../../info/dir.
3636 * edt.texi: Sync @dircategory with ../../info/dir.
3637 * eieio.texi: Sync @dircategory with ../../info/dir.
3638 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
3639 * epa.texi: Sync @dircategory with ../../info/dir.
3640 * erc.texi: Sync @dircategory with ../../info/dir.
3641 * eshell.texi: Sync @dircategory with ../../info/dir.
3642 * eudc.texi: Sync @dircategory with ../../info/dir.
3643 * flymake.texi: Sync @dircategory with ../../info/dir.
3644 * forms.texi: Sync @dircategory with ../../info/dir.
3645 * gnus.texi: Sync @dircategory with ../../info/dir.
3646 * idlwave.texi: Sync @dircategory with ../../info/dir.
3647 * mairix-el.texi: Sync @dircategory with ../../info/dir.
3648 * message.texi: Sync @dircategory with ../../info/dir.
3649 * mh-e.texi: Sync @dircategory with ../../info/dir.
3650 * newsticker.texi: Sync @dircategory with ../../info/dir.
3651 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
3652 * org.texi: Sync @dircategory with ../../info/dir.
3653 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
3654 * pgg.texi: Sync @dircategory with ../../info/dir.
3655 * rcirc.texi: Sync @dircategory with ../../info/dir.
3656 * reftex.texi: Sync @dircategory with ../../info/dir.
3657 * remember.texi: Sync @dircategory with ../../info/dir.
3658 * sasl.texi: Sync @dircategory with ../../info/dir.
3659 * sc.texi: Sync @dircategory with ../../info/dir.
3660 * semantic.texi: Sync @dircategory with ../../info/dir.
3661 * ses.texi: Sync @dircategory with ../../info/dir.
3662 * sieve.texi: Sync @dircategory with ../../info/dir.
3663 * smtpmail.texi: Sync @dircategory with ../../info/dir.
3664 * speedbar.texi: Sync @dircategory with ../../info/dir.
3665 * trampver.texi [emacs]: Set emacsname to "Emacs".
3666 * tramp.texi: Sync @dircategory with ../../info/dir.
3667 * url.texi: Sync @dircategory with ../../info/dir.
3668 * vip.texi: Sync @dircategory with ../../info/dir.
3669 * viper.texi: Sync @dircategory with ../../info/dir.
3670 * widget.texi: Sync @dircategory with ../../info/dir.
3671 * woman.texi: Sync @dircategory with ../../info/dir.
3672
3673 2011-02-19 Glenn Morris <rgm@gnu.org>
3674
3675 * dired-x.texi (Technical Details): No longer redefines
3676 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
3677 dired-read-shell-command, or dired-find-buffer-nocreate.
3678
3679 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3680
3681 * eshell.texi (Input/Output):
3682 Document insert output redirection operator, >>>.
3683
3684 2011-02-18 Glenn Morris <rgm@gnu.org>
3685
3686 * dired-x.texi (Optional Installation File At Point): Simplify.
3687
3688 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3689
3690 * auth.texi (Help for users): Use :port instead of :protocol for all
3691 auth-source docs.
3692 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
3693 to have two files in `auth-sources'.
3694
3695 2011-02-16 Glenn Morris <rgm@gnu.org>
3696
3697 * dired-x.texi: Use emacsver.texi to get Emacs version.
3698 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
3699 Depend on emacsver.texi.
3700
3701 * dired-x.texi: Drop meaningless version number.
3702 (Introduction): Remove old info.
3703 (Optional Installation Dired Jump): Autoload from dired-x.
3704 Remove incorrect info about loaddefs.el.
3705 (Bugs): Just refer to M-x report-emacs-bug.
3706
3707 * dired-x.texi (Multiple Dired Directories): Update for rename of
3708 default-directory-alist.
3709 (Miscellaneous Commands): No longer mention very old VM version 4.
3710
3711 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3712
3713 Merge from gnulib.
3714 * texinfo.tex: Update to version 2011-02-14.11.
3715
3716 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3717
3718 * auth.texi (Help for users):
3719 Login collection is "Login" and not "login".
3720
3721 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
3722
3723 * tramp.texi (History): Remove IMAP support.
3724 (External methods, Frequently Asked Questions): Remove `imap' and
3725 `imaps' methods.
3726 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
3727
3728 * trampver.texi: Remove default value of `emacsimap'.
3729
3730 2011-02-13 Glenn Morris <rgm@gnu.org>
3731
3732 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
3733 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
3734
3735 2011-02-12 Glenn Morris <rgm@gnu.org>
3736
3737 * sc.texi (Getting Connected): Remove old index entries.
3738
3739 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
3740
3741 * url.texi: Remove duplicate @dircategory (Bug#7942).
3742
3743 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
3744
3745 * auth.texi (Overview, Help for users, Help for developers):
3746 Update docs.
3747 (Help for users): Talk about spaces.
3748
3749 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3750
3751 * texinfo.tex: Update to version 2011-02-07.16.
3752
3753 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
3754
3755 * dbus.texi (Bus names): Adapt descriptions for
3756 dbus-list-activatable-names and dbus-list-known-names.
3757
3758 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
3759
3760 * calc.texi (Logarithmic Units): New section.
3761
3762 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
3763
3764 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
3765 manuals use it now.
3766
3767 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
3768
3769 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
3770
3771 * overrides.texi: Remove.
3772
3773 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
3774 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
3775
3776 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
3777
3778 * tramp.texi (Frequently Asked Questions): Mention problems with
3779 WinSSHD.
3780
3781 * trampver.texi: Update release number.
3782
3783 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
3784
3785 * tramp.texi:
3786 Replace "delimet" with "delimit" globally.
3787 Replace "explicite" with "explicit" globally.
3788 Replace "instead of" with "instead" where there was nothing after "of".
3789 Audit use of comma before interrogative pronoun, "that", or "which".
3790 Minor word order, spelling, wording changes.
3791
3792 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
3793
3794 * overrides.texi: New file to set or clear WEBHACKDEVEL.
3795
3796 * sieve.texi: Use WEBHACKDEVEL.
3797
3798 * sasl.texi: Use WEBHACKDEVEL.
3799
3800 * pgg.texi: Use WEBHACKDEVEL.
3801
3802 * message.texi: Use WEBHACKDEVEL.
3803
3804 * gnus.texi: Use WEBHACKDEVEL.
3805
3806 * emacs-mime.texi: Use WEBHACKDEVEL.
3807
3808 * auth.texi: Use WEBHACKDEVEL.
3809
3810 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
3811 manuals.
3812
3813 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
3814
3815 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
3816
3817 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3818
3819 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
3820 which in turn is copied from ftp://tug.org/tex/.
3821
3822 2011-02-03 Glenn Morris <rgm@gnu.org>
3823
3824 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
3825 (Binding combinations of modifiers and function keys):
3826 Let's assume people reading this are not using Emacs 18.
3827
3828 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
3829
3830 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
3831 since it's run automatically.
3832
3833 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3834
3835 * gnus.texi (Customizing Articles): Fix typo.
3836
3837 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3838
3839 * gnus.texi (Customizing Articles): Document the new way of customizing
3840 the date headers(s).
3841
3842 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3843
3844 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
3845 splitting example.
3846
3847 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3848
3849 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
3850 (MAKEINFO_OPTS): New variable.
3851 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
3852 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
3853 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
3854 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
3855 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
3856 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
3857 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
3858 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
3859 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
3860 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
3861 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
3862 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
3863 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
3864 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
3865 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
3866 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
3867 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
3868 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
3869
3870 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3871
3872 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
3873
3874 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
3875
3876 * message.texi (IDNA): Explain what it is.
3877
3878 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
3879
3880 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
3881
3882 2011-01-23 Werner Lemberg <wl@gnu.org>
3883
3884 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3885 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3886 (ENVADD): Update.
3887
3888 2011-01-18 Glenn Morris <rgm@gnu.org>
3889
3890 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
3891
3892 2011-01-14 Eduard Wiebe <usenet@pusto.de>
3893
3894 * nxml-mode.texi (Introduction): Fix file name typos.
3895
3896 2011-01-13 Christian Ohler <ohler@gnu.org>
3897
3898 * ert.texi: New file.
3899
3900 * Makefile.in:
3901 * makefile.w32-in: Add ert.texi.
3902
3903 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
3904
3905 * dbus.texi (Receiving Method Calls): New function
3906 dbus-register-service. Rearrange node.
3907
3908 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3909
3910 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
3911 which in turn is copied from ftp://tug.org/tex/.
3912
3913 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3914
3915 * dbus.texi (Receiving Method Calls): Describe new optional
3916 parameter dont-register-service of dbus-register-{method,property}.
3917
3918 2010-12-17 Daiki Ueno <ueno@unixuser.org>
3919
3920 * epa.texi (Encrypting/decrypting *.gpg files):
3921 Mention epa-file-select-keys.
3922
3923 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3924
3925 * gnus.texi (Archived Messages): Remove outdated text.
3926
3927 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3928
3929 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
3930
3931 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
3932
3933 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
3934
3935 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3936
3937 * gnus.texi (The swish++ Engine): Add customizable parameters
3938 descriptions.
3939 (The swish-e Engine): Ditto.
3940
3941 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3942
3943 * tramp.texi (Inline methods): Add "ksu" method.
3944 (Remote processes): Add example with remote `default-directory'.
3945
3946 2010-12-14 Glenn Morris <rgm@gnu.org>
3947
3948 * faq.texi (Expanding aliases when sending mail):
3949 Now build-mail-aliases is interactive.
3950
3951 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3952
3953 * gnus.texi: First pass at adding (rough) nnir documentation.
3954
3955 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3956
3957 * gnus.texi (Filtering New Groups):
3958 Mention gnus-auto-subscribed-categories.
3959 (The First Time): Remove, since default-subscribed-newsgroups has been
3960 removed.
3961
3962 2010-12-13 Glenn Morris <rgm@gnu.org>
3963
3964 * cl.texi (For Clauses): Small fixes for frames and windows.
3965
3966 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
3967
3968 * org.texi (Using capture): Document using prefix arguments for
3969 finalizing capture.
3970 (Agenda commands): Document prefix argument for the bulk scatter
3971 command.
3972 (Beamer class export): Document that also overlay arguments can be
3973 passed to the column environment.
3974 (Template elements): Document the new entry type.
3975
3976 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
3977
3978 * org.texi (Include files): Document :minlevel.
3979
3980 2010-12-11 Julien Danjou <julien@danjou.info>
3981
3982 * org.texi (Categories): Document category icons.
3983
3984 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
3985
3986 * org.texi (noweb): Fix typo.
3987
3988 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
3989
3990 * gnus.texi (Server Commands): Point to the rest of the server
3991 commands.
3992
3993 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3994
3995 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
3996 g'.
3997
3998 2010-12-02 Julien Danjou <julien@danjou.info>
3999
4000 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
4001
4002 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4003
4004 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
4005 (Direct Functions): Note the STARTTLS upgrade.
4006
4007 2010-11-27 Glenn Morris <rgm@gnu.org>
4008 James Clark <none@example.com>
4009
4010 * nxml-mode.texi (Introduction): New section.
4011
4012 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4013
4014 * gnus.texi (Server Commands): Document gnus-server-show-server.
4015
4016 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
4017
4018 Sync with Tramp 2.2.0.
4019
4020 * trampver.texi: Update release number.
4021
4022 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4023
4024 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
4025 Mention that the TeX specific units won't use the `tex' prefix
4026 in TeX mode.
4027
4028 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
4029
4030 * gnus.texi (Misc Article): Document gnus-inhibit-images.
4031
4032 2010-11-17 Glenn Morris <rgm@gnu.org>
4033
4034 * edt.texi: Remove information about Emacs 19.
4035
4036 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
4037
4038 * trampver.texi: Update release number.
4039
4040 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
4041
4042 * gnus.texi (Article Washing): Fix typo.
4043
4044 2010-11-11 Noorul Islam <noorul@noorul.com>
4045
4046 * org.texi: Fix typo.
4047
4048 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4049
4050 * org.texi (Using capture): Explain that refiling is
4051 sensitive to cursor position.
4052
4053 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4054
4055 * org.texi (Images and tables): Add cross reference to link section.
4056
4057 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4058
4059 * org.texi: Document the <c> cookie.
4060
4061 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4062
4063 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
4064 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
4065
4066 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4067
4068 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
4069
4070 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4071
4072 * org.texi (Project alist): Mention that this is a property list.
4073
4074 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4075
4076 * org.texi (Setting up the staging area): Document that
4077 file names remain visible when encrypting the MobileOrg files.
4078
4079 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4080
4081 * org.texi (Setting up the staging area): Document which
4082 versions are needed for encryption.
4083
4084 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4085
4086 * org.texi (noweb): Update :noweb documentation to
4087 reflect the new "tangle" argument.
4088
4089 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4090
4091 * org.texi (Batch execution): Improve tangling script in
4092 documentation.
4093
4094 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4095
4096 * org.texi (Handling links):
4097 (In-buffer settings): Document inlining images on startup.
4098
4099 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4100
4101 * org.texi (Setting up the staging area): Document use of
4102 crypt password.
4103
4104 2010-11-11 David Maus <dmaus@ictsoc.de>
4105
4106 * org.texi (Template expansion): Add date related link type escapes.
4107
4108 2010-11-11 David Maus <dmaus@ictsoc.de>
4109
4110 * org.texi (Template expansion): Add mew in table for link type
4111 escapes.
4112
4113 2010-11-11 David Maus <dmaus@ictsoc.de>
4114
4115 * org.texi (Template expansion): Fix typo in link type escapes.
4116
4117 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4118
4119 * org.texi (Structure of code blocks): Another documentation tweak.
4120
4121 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4122
4123 * org.texi (Structure of code blocks): Documentation tweak.
4124
4125 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4126
4127 * org.texi (Structure of code blocks):
4128 Update documentation to mention inline code block syntax.
4129
4130 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4131
4132 * org.texi (comments): Improve wording.
4133
4134 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4135
4136 * org.texi (comments): Document the new :comments header arguments.
4137
4138 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4139
4140 * org.texi (Installation): Remove the special
4141 installation instructions for XEmacs.
4142
4143 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4144
4145 * org.texi (Easy Templates): New section. Documents quick
4146 insertion of empty structural elements.
4147
4148 2010-11-11 Noorul Islam <noorul@noorul.com>
4149
4150 * org.texi: Fix doc.
4151
4152 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4153
4154 * org.texi (The date/time prompt): Document specification
4155 of time ranges.
4156
4157 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4158
4159 * org.texi (Internal links): Document the changes in
4160 internal links.
4161
4162 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4163
4164 * org.texi (Agenda commands): Document the limitation for
4165 the filter preset - it can only be used for an entire agenda
4166 view, not in an individual block in a block agenda.
4167
4168 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
4169
4170 * org.texi (iCalendar export): Document alarm creation.
4171
4172 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
4173
4174 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
4175
4176 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4177
4178 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
4179
4180 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
4181
4182 * calc.texi: Use emacsver.texi to determine Emacs version.
4183
4184 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4185
4186 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
4187 since that works by default.
4188
4189 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4190
4191 * gnus.texi (Customizing the IMAP Connection): Document
4192 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
4193
4194 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
4195
4196 * tramp.texi (Remote shell setup): New item "Interactive shell
4197 prompt". Reported by Christian Millour <cm@abtela.com>.
4198 (Remote shell setup, Remote processes): Use @code{} for
4199 environment variables.
4200
4201 2010-11-03 Glenn Morris <rgm@gnu.org>
4202
4203 * ediff.texi (Quick Help Commands, Miscellaneous):
4204 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
4205
4206 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4207
4208 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
4209
4210 2010-10-31 Glenn Morris <rgm@gnu.org>
4211
4212 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
4213
4214 2010-10-31 Glenn Morris <rgm@gnu.org>
4215
4216 * cc-mode.texi: Remove reference to defunct viewcvs URL.
4217
4218 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4219
4220 * gnus.texi (Client-Side IMAP Splitting):
4221 Mention nnimap-unsplittable-articles.
4222
4223 2010-10-29 Julien Danjou <julien@danjou.info>
4224
4225 * gnus.texi (Finding the News): Remove references to obsoletes
4226 variables `gnus-nntp-server' and `gnus-secondary-servers'.
4227
4228 2010-10-29 Eli Zaretskii <eliz@gnu.org>
4229
4230 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
4231 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
4232 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
4233 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
4234
4235 2010-10-28 Glenn Morris <rgm@gnu.org>
4236
4237 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
4238 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
4239 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
4240
4241 2010-10-25 Daiki Ueno <ueno@unixuser.org>
4242
4243 * epa.texi (Mail-mode integration): Add alternative key bindings
4244 for epa-mail commands; escape comma.
4245 Don't use the word "PGP", since it is a non-free program.
4246
4247 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
4248
4249 * calc.texi: Use emacsver.texi to determine Emacs version.
4250
4251 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
4252
4253 * gnus.texi (Group Parameters, Buttons): Fix typos.
4254
4255 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
4256
4257 * gnus.texi (Subscription Commands): Mention that you can also
4258 subscribe to new groups via the Server buffer, which is probably more
4259 convenient when subscribing to many groups.
4260
4261 2010-10-21 Julien Danjou <julien@danjou.info>
4262
4263 * message.texi (Message Headers): Allow message-default-headers to be a
4264 function.
4265
4266 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4267
4268 * gnus-news.texi: Mention new archive defaults.
4269
4270 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4271
4272 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
4273
4274 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4275
4276 * gnus.texi (HTML): Document the function value of
4277 gnus-blocked-images.
4278 (Article Washing): shr and gnus-w3m, not the direct function names.
4279
4280 2010-10-20 Julien Danjou <julien@danjou.info>
4281
4282 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
4283 variable.
4284
4285 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4286
4287 * gnus.texi (Customizing the IMAP Connection): The port strings are
4288 strings.
4289 (Document Groups): Mention git.
4290
4291 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4292
4293 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
4294 bzr/Gnus git sync.
4295
4296 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4297
4298 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
4299 change.
4300
4301 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4302
4303 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
4304 @item syntax for in-Emacs makeinfo.
4305
4306 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
4307
4308 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
4309 trim sentence.
4310
4311 2010-10-12 Daiki Ueno <ueno@unixuser.org>
4312
4313 * epa.texi (Caching Passphrases):
4314 * auth.texi (GnuPG and EasyPG Assistant Configuration):
4315 Clarify some configurations require to set up gpg-agent.
4316
4317 2010-10-11 Glenn Morris <rgm@gnu.org>
4318
4319 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
4320
4321 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4322
4323 * gnus.texi (Spam Package Introduction): Mention `$'.
4324
4325 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4326
4327 * makefile.w32-in (emacsdir): New variable.
4328 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
4329 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
4330
4331 2010-10-09 Glenn Morris <rgm@gnu.org>
4332
4333 * Makefile.in (mostlyclean): Delete *.toc.
4334
4335 * Makefile.in: Use $< in rules.
4336
4337 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
4338
4339 * Makefile.in ($(infodir)): Delete rule.
4340 (mkinfodir): New. Use it in all the info rules, rather than depending
4341 on infodir.
4342
4343 2010-10-09 Glenn Morris <rgm@gnu.org>
4344
4345 * gnus.texi (Article Washing): Fix previous change.
4346
4347 * Makefile.in (emacsdir): New variable.
4348 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
4349 Depend on emacsver.texi.
4350
4351 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
4352
4353 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
4354
4355 2010-10-08 Julien Danjou <julien@danjou.info>
4356
4357 * gnus.texi: Add mm-shr.
4358
4359 2010-10-08 Ludovic Courtès <ludo@gnu.org>
4360
4361 * gnus.texi (Finding the Parent, The Gnus Registry)
4362 (Registry Article Refer Method): Update docs for nnregistry.el.
4363
4364 2010-10-08 Daiki Ueno <ueno@unixuser.org>
4365
4366 * auth.texi (Help for users)
4367 (GnuPG and EasyPG Assistant Configuration): Update docs.
4368
4369 2010-10-08 Glenn Morris <rgm@gnu.org>
4370
4371 * cl.texi (Organization, Installation, Old CL Compatibility):
4372 Deprecate cl-compat for new code.
4373 (Usage, Installation): Remove outdated information.
4374
4375 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
4376
4377 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4378
4379 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
4380
4381 2010-10-06 Julien Danjou <julien@danjou.info>
4382
4383 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
4384
4385 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
4386 broken link.
4387
4388 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
4389
4390 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
4391 to ReiserFS.
4392
4393 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
4394 (FAQ 7-1): Fix getmail URL.
4395
4396 2010-10-06 Daiki Ueno <ueno@unixuser.org>
4397
4398 * epa.texi (Caching Passphrases): New section.
4399
4400 2010-10-06 Glenn Morris <rgm@gnu.org>
4401
4402 * Makefile.in (SHELL): Set it.
4403 (info): Move the mkdir dependency to the individual info files.
4404 (mostlyclean): Tidy up.
4405 (clean): Only delete the specific dvi and pdf files.
4406 (maintainer-clean): Be more restrictive in what we delete.
4407 ($(infodir)): Add parallel build workaround.
4408
4409 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4410
4411 * gnus.texi (Misc Article): Document gnus-widen-article-window.
4412
4413 2010-10-03 Julien Danjou <julien@danjou.info>
4414
4415 * emacs-mime.texi (Display Customization):
4416 Update mm-inline-large-images documentation and add documentation for
4417 mm-inline-large-images-proportion.
4418
4419 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4420
4421 * tramp.texi (Frequently Asked Questions):
4422 Mention remote-file-name-inhibit-cache.
4423
4424 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4425
4426 * gnus.texi (Splitting Mail): Fix @xref syntax.
4427 (Splitting Mail): Really fix the @ref syntax.
4428
4429 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4430
4431 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
4432 (Article Hiding): Add google banner example.
4433 Suggested by Benjamin Xu.
4434
4435 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4436
4437 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
4438 Remove nnimap-split-rule from examples.
4439
4440 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4441
4442 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
4443 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
4444 Fishman.
4445 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
4446
4447 2010-09-30 Julien Danjou <julien@danjou.info>
4448
4449 * gnus.texi (Gravatars): Fix documentation about
4450 gnu-gravatar-properties.
4451
4452 2010-09-29 Daiki Ueno <ueno@unixuser.org>
4453
4454 * epa.texi (Bug Reports): New section.
4455
4456 2010-09-29 Glenn Morris <rgm@gnu.org>
4457
4458 * Makefile.in (top_srcdir): Remove unused variable.
4459
4460 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4461
4462 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
4463 (Client-Side IMAP Splitting): Document 'default.
4464
4465 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4466
4467 * gnus.texi (Customizing the IMAP Connection):
4468 Document nnimap-fetch-partial-articles.
4469
4470 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4471
4472 * gnus-news.texi: Mention nnimap-inbox.
4473
4474 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
4475
4476 2010-09-26 Julien Danjou <julien@danjou.info>
4477
4478 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
4479
4480 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4481
4482 * gnus.texi (Security): Remove gpg.el mention.
4483
4484 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4485
4486 * gnus.texi (Browse Foreign Server): New variable
4487 gnus-browse-subscribe-newsgroup-method.
4488
4489 * gnus-news.texi: Mention it.
4490
4491 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4492
4493 * gnus.texi (NoCeM): Remove.
4494 (Startup Variables): No jingle.
4495
4496 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
4497
4498 * woman.texi (Interface Options): xz compression is now supported.
4499
4500 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4501
4502 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
4503 (Unavailable Servers): Document gnus-server-copy-server.
4504 (Using IMAP): Document the new nnimap.
4505
4506 2010-09-25 Julien Danjou <julien@danjou.info>
4507
4508 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
4509
4510 2010-09-24 Glenn Morris <rgm@gnu.org>
4511
4512 * url.texi (Disk Caching): Tweak previous change.
4513
4514 2010-09-24 Julien Danjou <julien@danjou.info>
4515
4516 * url.texi (Disk Caching): Mention url-cache-expire-time,
4517 url-cache-expired, and url-fetch-from-cache.
4518
4519 2010-09-24 Julien Danjou <julien@danjou.info>
4520
4521 * gnus.texi: Add Gravatars.
4522
4523 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4524
4525 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
4526
4527 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4528
4529 * gnus.texi (Expunging mailboxes): Update name of the expunging
4530 command.
4531
4532 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4533
4534 * emacs-mime.texi (rfc2047): Update description for
4535 rfc2047-encode-parameter.
4536
4537 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
4538
4539 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
4540 "fish" methods.
4541 (External methods): Remove "scp1_old" and "scp2_old" methods.
4542
4543 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
4544
4545 * tramp.texi: Remove Japanese manual. Fix typo.
4546
4547 * trampver.texi: Update release number. Remove japanesemanual.
4548
4549 2010-09-09 Glenn Morris <rgm@gnu.org>
4550
4551 * org.texi: Restore clobbered changes (copyright years, untabify).
4552
4553 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
4554
4555 * gnus.texi (Adaptive Scoring): Fix typo.
4556
4557 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4558
4559 * gnus.texi (Article Display): Document gnus-html-show-images.
4560
4561 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4562
4563 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
4564
4565 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4566
4567 * gnus.texi (HTML): Document gnus-max-image-proportion.
4568
4569 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4570
4571 * gnus.texi (HTML): Document gnus-blocked-images.
4572
4573 * message.texi (Wide Reply): Document message-prune-recipient-rules.
4574
4575 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4576
4577 * gnus.texi (Summary Mail Commands): Note that only the addresses from
4578 the first message are used for wide replies.
4579 (Changing Servers): Remove documentation on gnus-change-server and
4580 friends, since it's been removed.
4581
4582 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4583
4584 * gnus.texi (Drafts): Mention B DEL.
4585
4586 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4587
4588 * gnus.texi (Delayed Articles): Mention that the Date header is the
4589 original one, even if you delay.
4590
4591 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4592
4593 * gnus.texi (Asynchronous Fetching):
4594 Document gnus-async-post-fetch-function.
4595 (HTML): Made into its own section.
4596
4597 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
4598
4599 Sync with Tramp 2.1.19.
4600
4601 * tramp.texi (Inline methods, Default Method):
4602 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
4603 Remove remark about doubled "-t" argument.
4604 (Auto-save and Backup): Remove reference to Emacs 21.
4605 (Filename Syntax): Describe port numbers.
4606 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
4607 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
4608 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
4609 errors with the backquotes.
4610 (External packages): File attributes cache flushing for asynchronous
4611 processes.
4612 (Traces and Profiles): Describe verbose level 9.
4613
4614 * trampver.texi: Update release number.
4615
4616 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
4617
4618 * dbus.texi (Alternative Buses): New chapter.
4619
4620 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
4623
4624 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4625
4626 * calc.texi (Customizing Calc): Rearrange description of new
4627 variables to match the presentation of other variables.
4628
4629 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4630
4631 * org.texi (Footnotes, Tables in HTML export): Fix typos.
4632
4633 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4634
4635 * calc.texi (Making Selections, Selecting Subformulas)
4636 (Customizing Calc): Mention how to use faces to emphasize selected
4637 sub-formulas.
4638
4639 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
4640
4641 * tramp.texi (External packages): File attributes cache flushing
4642 for asynchronous processes.
4643
4644 2010-08-01 Alan Mackenzie <acm@muc.de>
4645
4646 Enhance the manual for the latest Java Mode.
4647
4648 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
4649 annotation-var-cont.
4650 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
4651 two new symbols.
4652
4653 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
4654
4655 * tramp.texi (Traces and Profiles): Describe verbose level 9.
4656
4657 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
4658
4659 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
4660
4661 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
4662
4663 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
4664
4665 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4666
4667 * org.texi: Add macros to get plain quotes in PDF output.
4668 List additional contributors.
4669 (Capture): New section, replaces the section about remember.
4670 (Working With Source Code): New chapter, focused on documenting Org
4671 Babel.
4672 (Code evaluation security): New section.
4673 (MobileOrg): Document DropBox support.
4674 (TaskJuggler export): Document taskjuggler and Gantt chart support.
4675 (Special symbols): Show how to display UTF8 characters for entities.
4676 (Global TODO list): Clarify the use of the "M" key and the differences
4677 to the "m" key.
4678 (RSS Feeds): Mention Atom feeds as well.
4679 (Setting tags): Remove paragraph about
4680 `org-complete-tags-always-offer-all-agenda-tags'.
4681
4682 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
4683
4684 * tramp.texi (Inline methods): Remove remark about doubled "-t"
4685 argument.
4686 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
4687 echoing shells.
4688
4689 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
4690
4691 * tramp.texi (Inline methods): Remove "kludgy" phrase.
4692 (Filename Syntax): Describe port numbers.
4693
4694 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
4695
4696 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
4697 forgotten.
4698 (Type Conversion): Precise conversion of natural numbers.
4699 (Errors and Events): Add "debugging" to concept index. Add variable
4700 `dbus-debug'.
4701
4702 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
4703
4704 * dbus.texi (Receiving Method Calls): Add optional argument
4705 EMITS-SIGNAL to `dbus-register-property'.
4706
4707 2010-06-27 Alex Schroeder <alex@gnu.org>
4708
4709 * nxml-mode.texi (Commands for locating a schema): Fix typo.
4710
4711 2010-06-24 Glenn Morris <rgm@gnu.org>
4712
4713 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4714 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
4715 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4716 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
4717 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
4718 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
4719 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
4720 * woman.texi: Start direntry descriptions in column 32, per Texinfo
4721 convention. Make them end with a period.
4722
4723 2010-06-23 Glenn Morris <rgm@gnu.org>
4724
4725 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
4726 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
4727 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
4728 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
4729 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
4730 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
4731
4732 2010-06-10 Glenn Morris <rgm@gnu.org>
4733
4734 * idlwave.texi (Load-Path Shadows):
4735 * org.texi (Handling links): Fix typos.
4736
4737 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4738
4739 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
4740
4741 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
4742
4743 * eshell.texi (Built-ins): Describe, how to disable a built-in command
4744 by an alias. (Bug#6226)
4745
4746 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4747
4748 * calc.texi (Manipulating Vectors): Mention that vectors can
4749 be used to determine bins for `calc-histogram'.
4750
4751 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
4752
4753 * calc.texi: Remove "\turnoffactive" commands throughout.
4754
4755 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4756
4757 * url.texi (HTTP language/coding, Customization):
4758 * message.texi (Header Commands, Responses):
4759 * cl.texi (Argument Lists): Fix typos.
4760
4761 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4762
4763 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
4764 Note that Development menu is always available.
4765 (Creating a project): Fix terminology.
4766 (Add/Remove files): Fix typo.
4767
4768 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4769
4770 * Version 23.2 released.
4771
4772 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
4773
4774 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
4775
4776 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
4777
4778 * tramp.texi (Inline methods, Default Method):
4779 Mention `tramp-inline-compress-start-size'.
4780
4781 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4782
4783 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
4784 the CVS repo. Put the Git repo in the news section.
4785
4786 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
4787 Removed some mentions of CVS. Mention the new Git repo.
4788
4789 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
4790
4791 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
4792 (Mail Group Commands): Add index entry.
4793
4794 2010-04-18 Glenn Morris <rgm@gnu.org>
4795
4796 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
4797
4798 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
4799
4800 * calc.texi (Radix modes): Mention that the option prefix will
4801 turn on twos-complement mode.
4802 (Inverse and Hyperbolic Flags): Mention the Option flag.
4803
4804 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
4805
4806 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
4807 (LaTeX/PDF export commands): Rename and Move section.
4808 (Sectioning structure): Update.
4809 (References): New use case for field coordinates.
4810 (The export dispatcher): Rename from ASCII export.
4811 (Setting up the staging area): Document the availability of
4812 encryption for MobileOrg.
4813 (Images and tables): Document how to reference labels.
4814 (Index entries): New section.
4815 (Generating an index): New section.
4816 (Column width and alignment): Document that <N> now
4817 means a fixed width, not a maximum width.
4818 (Publishing options): Document the :email option.
4819 (Beamer class export): Fix bug in the BEAMER example.
4820 (Refiling notes): Document refile logging.
4821 (In-buffer settings): Document refile logging keywords.
4822 (Drawers): Document `C-c C-z' command.
4823 (Agenda commands): Mention the alternative key `C-c C-z'.
4824 (Special properties): Document the BLOCKED property.
4825 (The spreadsheet): Mention the formula editor.
4826 (References): Document field coordinates.
4827 (Publishing action): Correct the documentation for the
4828 publishing function.
4829 (The date/time prompt): Document that we accept dates
4830 like month/day/year.
4831 (Cooperation): Document the changes in table.el support.
4832 (Faces for TODO keywords, Faces for TODO keywords)
4833 (Priorities): Document the easy colors.
4834 (Visibility cycling): Document the new double prefix
4835 arg for `org-reveal'.
4836 (Cooperation): Remember.el is part of Emacs.
4837 (Clean view): Mention that `wrap-prefix' is also set by
4838 org-indent-mode.
4839 (Agenda commands): Add information about prefix args to
4840 scheduling and deadline commands.
4841 (Search view): Point to the docstring of
4842 `org-search-view' for more details.
4843 (Agenda commands): Document that `>' prompts for a date.
4844 (Setting tags): Document variable
4845 org-complete-tags-always-offer-all-agenda-tags.
4846 (Column attributes): Cross-reference special properties.
4847
4848 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4849
4850 Synchronize with Tramp repository.
4851
4852 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
4853 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
4854 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
4855 syntax, texi2dvi reports errors with the backquotes.
4856
4857 * trampver.texi: Update release number.
4858
4859 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
4860
4861 * gnus.texi (Finding the News): Add pointers to the Server buffer
4862 because it's essential.
4863
4864 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4865
4866 * gnus.texi (MIME Commands): Update description of
4867 gnus-article-browse-html-article.
4868
4869 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4870
4871 * auth.texi (Secret Service API): Add TODO node.
4872 (Help for users): Explain the new source options for `auth-sources'.
4873
4874 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4875
4876 * trampver.texi: Update release number.
4877
4878 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4879
4880 * Branch for 23.2.
4881
4882 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * faq.texi (Escape sequences in shell output): Note that ansi-color is
4885 now enabled by default.
4886
4887 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4888
4889 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
4890 when Emacs runs in interactive mode. (Bug#5645)
4891
4892 2010-02-16 Glenn Morris <rgm@gnu.org>
4893
4894 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
4895
4896 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4897
4898 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
4899
4900 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4901
4902 * gnus.texi (Score File Format): Fix typo.
4903
4904 2010-01-19 Mark A. Hershberger <mah@everybody.org>
4905
4906 * cc-mode.texi: Replace references to obsolete c-subword-mode.
4907
4908 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4909
4910 * ada-mode.texi (Project File Overview): Fix typo.
4911
4912 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4913
4914 * semantic.texi: Add Richard Y. Kim credit.
4915
4916 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
4917
4918 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
4919
4920 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
4921 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
4922
4923 2010-01-17 Glenn Morris <rgm@gnu.org>
4924
4925 * calc.texi (Reporting Bugs): Don't mention format of repository.
4926
4927 * woman.texi (Bugs): Make "Emacs repository" less specific,
4928 and the URL for same more specific.
4929
4930 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
4931
4932 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4933
4934 * ede.texi (ede-step-project, ede-proj-target):
4935 * tramp.texi (Remote processes): Fix typos.
4936
4937 2010-01-16 Mario Lang <mlang@delysid.org>
4938
4939 * ede.texi (ede-target):
4940 * org.texi (Refiling notes): Remove duplicated words.
4941
4942 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4943
4944 * gnus.texi (Posting Styles): Use with-current-buffer.
4945 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
4946
4947 2010-01-02 Kevin Ryde <user42@zip.com.au>
4948
4949 * eieio.texi (Naming Conventions): Correction to xref on elisp
4950 coding conventions, is "Tips" node not "Standards".
4951
4952 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
4953
4954 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
4955
4956 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
4957
4958 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4959
4960 * gnus.texi (Direct Functions): Add missing port number to tls method.
4961
4962 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
4963
4964 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
4965 ($(infodir)/edt, edt.dvi): New targets.
4966
4967 2009-12-15 Glenn Morris <rgm@gnu.org>
4968
4969 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
4970 (edt, $(infodir)/edt, edt.dvi): New targets.
4971 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
4972
4973 * Makefile.in (PDF_TARGETS, pdf): New.
4974 (clean): Add *.pdf.
4975 Add pdf rules for all manuals.
4976
4977 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
4978
4979 * calc.texi (Radix Modes): Clarify two's complement notation.
4980
4981 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4982
4983 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
4984 (Smart Jump, Analyzer Debug): Copyedits.
4985 (Semantic mode user commands): Link to new nodes.
4986 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
4987 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
4988 upstream Semantic manual.
4989
4990 * semantic.texi (Introduction): Minor fix to diagram.
4991
4992 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4993
4994 * eshell.texi (History): Add the other built-in variables.
4995 (Built-ins): Explain built-ins, and how to apply the external commands.
4996 Add `history', `su' and `sudo'.
4997
4998 * tramp.texi (Remote processes): Add missing <RET> in the example.
4999
5000 2009-12-01 Bill Wohler <wohler@newt.com>
5001
5002 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
5003 path for mairix example. Specify -q in namazu example since namazu is
5004 excessively garrulous.
5005
5006 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5007
5008 * tramp.texi (Remote processes): Improve eshell example with "su"
5009 and "sudo" commands.
5010
5011 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
5012
5013 * semantic.texi (Analyzer Internals): Rename from Analyzer.
5014
5015 * sem-user.texi (Semantic mode user commands): Fix key syntax.
5016 Document semantic-complete-analyze-inline.
5017 (Semanticdb search debugging commands): Minor clarification.
5018 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
5019 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
5020 manual.
5021 (Semantic mode): Link to Idle Scheduler.
5022
5023 2009-11-28 Kevin Ryde <user42@zip.com.au>
5024
5025 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
5026 @pxref, now EIEIO is in Emacs.
5027
5028 * erc.texi (Development): Correction to git tutorial url.
5029
5030 2009-11-26 Glenn Morris <rgm@gnu.org>
5031
5032 * faq.texi (Latest version of Emacs): Mention stability of development
5033 version.
5034 (Problems with very large files): Max buffer size increase in 23.2.
5035 (VM): VM has moved house again.
5036
5037 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
5038
5039 * calc.texi (Radix modes): Discuss alternate bases for two's complement
5040 notations.
5041
5042 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
5043
5044 * org.texi (Column attributes): Fix documentation of new operators.
5045
5046 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5047
5048 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
5049 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
5050 (Idle Completions Mode): Numerous copyedits.
5051
5052 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
5053
5054 * semantic.texi (Semantic Internals, Glossary):
5055 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
5056 (Semanticdb search debugging commands): Fix typos.
5057
5058 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5059
5060 * calc.texi (Radix modes): Mention twos-complement notation.
5061
5062 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
5063
5064 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
5065 ($(infodir)/semantic, semantic.dvi): New targets.
5066
5067 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
5068
5069 * Makefile.in: Build the Semantic manual.
5070
5071 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
5072 repository.
5073
5074 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5075
5076 * dbus.texi (Receiving Method Calls): New defun
5077 `dbus-unregister-service'.
5078
5079 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
5080
5081 * org.texi (Speed keys): New section.
5082
5083 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5084
5085 * dbus.texi (Type Conversion): Fix typo.
5086 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
5087 `dbus-registered-objects-table'.
5088 (Receiving Method Calls): New defun `dbus-register-property'.
5089 Move `dbus-unregister-object' here.
5090
5091 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5092
5093 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
5094
5095 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
5096
5097 * org.texi (Column attributes): Add the new age summary operators.
5098 Also, mention the fact you can only use one summary operator per
5099 property.
5100
5101 2009-11-13 John Wiegley <johnw@newartisans.com>
5102
5103 * org.texi (Tracking your habits): Add a new section in the
5104 manual about how to track habits.
5105 (Resolving idle time): Add a section on how idle and
5106 dangling clocks are resolved.
5107
5108 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5109
5110 * org.texi (Agenda commands): Document the new `i' command.
5111 (Inserting deadline/schedule): Document logging changes
5112 of scheduling and deadline times stamps.
5113 (In-buffer settings): Document the in-buffer keywords for logging
5114 changes of scheduling and deadline times stamps.
5115 (Structure editing, Plain lists): Document indentation
5116 cycling in empty entries with TAB.
5117 (Archiving): Document the default archiving command.
5118 (Moving subtrees): Document the new keys for archiving.
5119 (Internal archiving): Fix incorrect key.
5120 (Agenda commands): Document the TODO set switching commands.
5121 (Agenda commands): Document the new archiving keys.
5122 (Clocking work time): Better description on how to save
5123 and restore a clock.
5124 (Resolving idle time): Mention the x11idle program to get true
5125 idleness also under X11.
5126 (Resolving idle time): Use @kbd instead of @key for normal
5127 letters, because this is how he rest of the manual does this.
5128 (Pushing to MobileOrg): Mention that `org-directory'
5129 should be set.
5130 (Agenda commands): Document that SPC is a filter for
5131 any tag.
5132 (Search view): Rename from "Keyword search".
5133 (Capure): New chapter.
5134 (Markup): New chapter.
5135 (Links in HTML export, Images in HTML export):
5136 Extend the section titles.
5137 (Images in HTML export): Document the align option.
5138 (Text areas in HTML export): Extend the section title.
5139 (Images in LaTeX export): Explain image placement in LaTeX.
5140
5141 2009-11-10 Glenn Morris <rgm@gnu.org>
5142
5143 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
5144
5145 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5146
5147 * tramp.texi (Auto-save and Backup): Disable backups just for a
5148 method.
5149
5150 * trampver.texi: Update release number.
5151
5152 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5153
5154 Sync with Tramp 2.1.17.
5155
5156 * trampver.texi: Update release number.
5157
5158 2009-10-29 Glenn Morris <rgm@gnu.org>
5159
5160 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
5161
5162 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5163
5164 * tramp.texi (External methods): Temporary files are kept for
5165 `rsync' and `rsyncc' methods.
5166
5167 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5168
5169 * eieio.texi: Fix typos.
5170
5171 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5172
5173 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
5174
5175 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5176
5177 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
5178 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
5179
5180 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5181
5182 * Makefile.in: Build EIEIO and EDE manuals.
5183
5184 2009-10-07 Eric Ludlam <zappo@gnu.org>
5185
5186 * eieio.texi:
5187 * ede.texi: New files.
5188
5189 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5190
5191 * tramp.texi (Remote processes): Association of a pty is not supported.
5192
5193 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
5194
5195 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
5196 (Processing LaTeX fragments): Document that the size of images can be
5197 changes using the variable `org-format-latex-options'.
5198 (The date/time prompt, Timestamps): Be more accurate over ISO format
5199 dates and times.
5200 (Visibility cycling): Document showeverything keyword.
5201 (In-buffer settings): Document showeverything keyword.
5202 (Setting up the staging area): Fix the example.
5203 (MobileOrg): New section.
5204 (Agenda commands, Exporting Agenda Views): Document exporting the
5205 agenda view to Org files.
5206
5207 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5208
5209 * tramp.texi (History): Add IMAP support.
5210 (External methods): Add `imap' and `imaps' methods.
5211 (GVFS based methods): Add indices for `davs'.
5212 (Password handling): Rename anchors. Add IMAP entries for
5213 ~/.authinfo.gpg.
5214
5215 * trampver.texi: Set default value of `emacsimap'.
5216
5217 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5218
5219 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
5220
5221 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5222
5223 * dired-x.texi (Technical Details):
5224 Delete dired-up-directory (Bug#4292).
5225
5226 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
5227
5228 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
5229
5230 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
5231
5232 * org.texi (Effort estimates): Document new effort setting commands.
5233 (Agenda commands): Document the new keys fro agenda time motion.
5234 Document entry text mode. Improve documentation of the keys to include
5235 inactive time stamps into the agenda view.
5236 (Feedback): Document the new bug report command.
5237 (Structure editing): Add an index entry for the sorting of subtrees.
5238
5239 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5240
5241 * auth.texi (Help for users): Corrected markup.
5242
5243 2009-09-02 Glenn Morris <rgm@gnu.org>
5244
5245 * emacs-mime.texi (time-date): Mention float-time.
5246
5247 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
5248
5249 * calc.texi (Simplifying Formulas): Improve the wording.
5250
5251 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
5252
5253 * auth.texi: Rewritten for coverage and clarity.
5254
5255 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5256
5257 * gnus.texi (Expiring Mail):
5258 Mention gnus-mark-copied-or-moved-articles-as-expirable.
5259 (Various Various): Mention gnus-safe-html-newsgroups.
5260
5261 * gnus-news.texi: Mention
5262 gnus-mark-copied-or-moved-articles-as-expirable.
5263
5264 * emacs-mime.texi (Display Customization): Add xref to
5265 gnus-safe-html-newsgroups.
5266
5267 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5268
5269 * tramp.texi (Version Control): Remove.
5270 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
5271 reference.
5272 (External methods): Correct `scpc' concept index entries. New method
5273 `rsyncc'.
5274 (External packages): New subsections "Filename completion" and "File
5275 attributes cache".
5276
5277 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
5278
5279 * calc.texi (Rewrite Rules): Improve the example.
5280 (Simplifying Formulas): Explain use of the I and H flags for
5281 simplification.
5282
5283 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5284
5285 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
5286 Describe autostart behavior of dbus-ping.
5287 (Synchronous Methods, Asynchronous Methods): Use English numeric format
5288 for timeout values.
5289 (Top): Remove footnote saying D-Bus is not enabled by
5290 default. (Bug#4256)
5291
5292 2009-08-23 Daiki Ueno <ueno@unixuser.org>
5293
5294 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
5295 Reported by Jari Aalto (Bug#4211).
5296 (Mail-mode integration): Mention epa-mail-mode and
5297 epa-global-mail-mode.
5298 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
5299 epa-setup.
5300
5301 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
5302
5303 * dbus.texi (Asynchronous Methods): Allow nil handler.
5304
5305 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
5306
5307 * ediff.texi (ediff-current-file): Add information about this new function.
5308
5309 * viper.texi: Add information about C-s in viper's search command.
5310
5311 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
5312
5313 * calc.texi (Date Forms): Fix typos.
5314
5315 2009-08-08 Glenn Morris <rgm@gnu.org>
5316
5317 * org.texi (Agenda commands): Restore clobbered change.
5318
5319 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5320
5321 * calc.texi (Graphics, Devices): Update with the peculiarities of
5322 operation on MS-Windows.
5323
5324 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
5325
5326 * org.texi (Publishing action): Improve documentation of file
5327 names when publishing to the source directory.
5328 (Clean view): Document `org-indent-mode'.
5329 (Clocking work time): Add documentation for the
5330 new :timetamp option when creating a clock report.
5331 (Paragraphs): Fix many typos.
5332 (Plain lists): Remove duplicate explanation about the
5333 `C-c *' command.
5334 (Literal examples): Update to reflect the new behavior
5335 of the -n -r -k switches when exporting source code examples.
5336 (Structure editing): Add information about `C-c *',
5337 converting a plain list into a list of Org items.
5338 (Remember): Small rephrasing of the paragraph
5339 describing remember.el. Also mentioned that remember.el is part
5340 of Emacs 23, not Emacs 22.
5341 (Clocking work time): Add documentation about
5342 displaying the current clocking time against the effort estimate.
5343 Also add a footnote about using `org-clock-in-prepare-hook' to add
5344 an effort estimate on the fly, just before clocking it.
5345 (Footnotes): Document automatic renumbering and
5346 sorting.
5347 (Agenda commands): Document new bulk commands.
5348 (Plain lists): Document new behavior of
5349 `org-cycle-include-plain-lists'.
5350 Hyphenation only in TeX.
5351 (Clocking work time): Document the key to update effort
5352 estimates.
5353 (Clocking work time): Document the clock time display.
5354 (Structure editing, TODO basics): Document new
5355 variables.
5356 (Column attributes): Document new colciew operators.
5357 (Publishing options): Document :xml-declaration.
5358 (Tracking TODO state changes): Document the
5359 LOG_INTO_DRAWER property.
5360 (Literal examples): Document the new implementation for
5361 editing source code.
5362 (Publishing action): Mention the new publishing
5363 function, to publish an Org source file.
5364 (Publishing links): Mention how to link to an Org source file.
5365 (Macro replacement): Document new macros.
5366 (Handling links): Document type-specific completion
5367 when inserting links.
5368 (Structure editing, Plain lists): Improve documentation
5369 on sorting.
5370 (Internal links): Document custom ids for links.
5371 (Handling links): Document custom ids for links.
5372 (CSS support): Document new class.
5373 (Refiling notes): Document the possibility to create new nodes
5374 during refiling.
5375 (Agenda commands): Document the "?" operator to find
5376 tasks without effort setting.
5377 (Exporting agenda information): Section moved.
5378 (RSS Feeds): New section.
5379 (Built-in table editor): Document M-e and M-a navigate
5380 inside table field.
5381 (Stuck projects): Docment that projects identified as
5382 un-stuck will still be searchd for stuck sub-projects.
5383 (Paragraphs): Document centering.
5384 (Creating timestamps, Agenda commands): Document new
5385 behavior when changing time stamps.
5386 (Structure editing): Document the new command
5387 `org-clone-subtree-with-time-shift'.
5388 (Publishing): Refresh this chapter.
5389 (Export options, Export options, In-buffer settings):
5390 Document the new keywords.
5391 (Matching tags and properties): Collect all
5392 documentation about tags/property matches here.
5393 (Setting tags): Document `org-tag-persistent-alist'.
5394 (Weekly/daily agenda): New section.
5395 (Orgstruct mode): Describe `orgstruct++-mode'.
5396 (Drawers): Mention the LOGBOOK drawer.
5397 (Export options, Sectioning structure): Document the
5398 #+LEATEX_HEADER in-buffer setting.
5399 (Bugs): Section removed.
5400 (Hooks): New section.
5401 (Add-on packages): Move here from old location.
5402 (Context-sensitive commands): New section.
5403 (Setting tags): Document newline option.
5404 (Global TODO list, Matching tags and properties):
5405 Mention more variables.
5406 (Checkboxes): Update to changed command behavior.
5407
5408 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
5409
5410 * speedbar.texi (Basic Key Bindings): Fix typo.
5411
5412 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
5413
5414 * calc.texi (Vector/Matrix Functions): Add index entries for both
5415 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
5416 affects matrices with more than one row.
5417 (Help Commands): Add index entries for "prefix ?" key bindings.
5418
5419 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5420
5421 * calc.texi (Stack Manipulation Commands): Add documentation for
5422 `calc-transpose-lines'.
5423
5424 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
5425
5426 * dbus.texi (Receiving Method Calls): Describe special return value
5427 `:ignore'.
5428
5429 2009-07-24 Alan Mackenzie <acm@muc.de>
5430
5431 * cc-mode.texi (Config Basics, File Styles): Document that at mode
5432 initialization, any individual variable setting now takes precedence
5433 over one done via c-file-style/c-file-offsets.
5434
5435 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5436
5437 * calc.texi (Undoing Mistakes): Mention that the undo list will be
5438 truncated when Calc is quit.
5439 (Customizing Calc): Document `calc-undo-length'.
5440
5441 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
5442
5443 * calc.texi (About This Manual): Don't mention chapter numbers in text.
5444
5445 2009-07-11 Kevin Ryde <user42@zip.com.au>
5446
5447 * pcl-cvs.texi (About PCL-CVS):
5448 * widget.texi (Basic Types):
5449 Fix cross-references.
5450
5451 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5452
5453 * dbus.texi (Type Conversion): Don't use literal control character.
5454
5455 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
5456
5457 * tramp.texi (GVFS based methods): New section.
5458 (Remote processes): Processes for GVFS based methods run locally.
5459
5460 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
5461
5462 * tramp.texi (Inline methods, External methods, Gateway methods):
5463 Avoid the words "kludge" and hack".
5464 (External methods): Add `synce' method.
5465
5466 * trampver.texi: Update release number.
5467
5468 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
5469
5470 Sync with Tramp 2.1.16.
5471
5472 * tramp.texi (History): Add GVFS support.
5473 (External methods): Precise `rsync' description. Add `dav', `davs' and
5474 `obex' methods. Add 'tramp-gvfs-methods' option.
5475 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
5476 forms.
5477 (Remote Programs): Introduce `tramp-own-remote-path'.
5478 (Remote processes): New subsection "Running remote programs that create
5479 local X11 windows".
5480 (Frequently Asked Questions): Improve code for disabling vc.
5481
5482 * trampver.texi: Update release number. Set default value of
5483 `emacsgvfs'.
5484
5485 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5486
5487 * Branch for 23.1.
5488
5489 2009-06-17 Glenn Morris <rgm@gnu.org>
5490
5491 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
5492 (Latest version of Emacs): Mention source code repository.
5493
5494 2009-06-16 Glenn Morris <rgm@gnu.org>
5495
5496 * faq.texi (Top): Language tweak.
5497 (Extended commands): Most people have arrow keys.
5498 (Emacs manual): Say how to follow info links.
5499 (File-name conventions): Change title a bit. Explain about source
5500 versus installed. Condense etc description.
5501 (Guidelines for newsgroup postings): Mention Savannah list page.
5502 (Newsgroup archives): Simplify.
5503 (Contacting the FSF): Add contact URL.
5504 (Emacs Lisp documentation): Printed version not always available.
5505 (Installing Texinfo documentation): Explain how by hand installation is
5506 not normally needed. Use add-to-list. Remove duplicate reference.
5507 (Informational files for Emacs): Move info on Help menu here from
5508 "File-name conventions".
5509 (Help installing Emacs): Tweak uref.
5510 (Obtaining the FAQ): Mention repository.
5511 (Origin of the term Emacs): Explain "ITS".
5512 (Changing load-path): Use add-to-list.
5513 (Automatic indentation): Clarify this is for Text mode.
5514 Don't mention Indented Text mode.
5515 (Finding Emacs on the Internet): The FSF does not seem to offer a
5516 deluxe distribution on CD anymore.
5517
5518 2009-06-16 Glenn Morris <rgm@gnu.org>
5519
5520 * faq.texi (Top): Mention which Emacs version this FAQ is about.
5521 Recommend the latest release. Mention how to get older FAQs.
5522 Recommend the Emacs manual.
5523 (Guidelines for newsgroup postings): Discourage cross-posts.
5524 (Underlining paragraphs): Remove.
5525 (Editing MS-DOS files): Remove pre-Emacs 20 information.
5526 (Bugs and problems): Update key-binding.
5527 (Problems with very large files): Mention 64-bit.
5528 (Shell process exits abnormally): Remove.
5529 (Problems with Shell Mode): Rename and update.
5530 (Spontaneous entry into isearch-mode)
5531 (Problems talking to certain hosts): Remove. This is old information,
5532 in etc/PROBLEMS if needed.
5533 (Emacs takes a long time to visit files, Updating Emacs): Remove.
5534 (Dired claims that no file is on this line): Update.
5535 (Installing Emacs, Problems building Emacs): Simplify.
5536 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
5537 information.
5538 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
5539 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
5540 (JDEE): "JDEE", not "JDE".
5541 (Handling C-s and C-q with flow control, Binding C-s and C-q):
5542 Remove. This is old information, in etc/PROBLEMS if needed.
5543 (stty and Backspace key, Kanji and Chinese characters): Remove.
5544 (Right-to-left alphabets): Update section.
5545 (Changing the included text prefix): Gnus uses message-yank-prefix.
5546 Add cross-reference to Supercite manual.
5547 (Saving a copy of outgoing mail): Simplify output file description.
5548 (Expanding aliases when sending mail): Refer to Emacs manual.
5549 Remove old info about RFC822.
5550 Correct description of how to rebuild aliases.
5551 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
5552 (MIME with Emacs mail packages)
5553 (Viewing articles with embedded underlining)
5554 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
5555 Remove old sections.
5556 (Killing based on nonstandard headers): Remove. Scoring is preferable,
5557 and is well-documented in the Gnus manual.
5558 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
5559 (Making Gnus faster): Rename from "Starting Gnus faster".
5560 Merge "Catch-up is slow in Gnus" into here.
5561
5562 2009-06-14 Glenn Morris <rgm@gnu.org>
5563
5564 * faq.texi (Status of Emacs): Re-order with most recent releases first.
5565 (New in Emacs 23): New section.
5566 (Handling C-s and C-q with flow control): Add xref.
5567
5568 2009-06-13 Glenn Morris <rgm@gnu.org>
5569
5570 * faq.texi (Setting up a customization file): Grammar fix.
5571 Customize is no longer "new".
5572 (Displaying the current line or column): Line-number mode is on by
5573 default. Don't mention `column' package. Mention linum.el.
5574 (Turning on abbrevs by default): Explain how to do it for buffers,
5575 modes, and everywhere.
5576 (Associating modes with files): Use add-to-list. Don't mention Emacs
5577 19.
5578 (Highlighting a region): On by default since 23.1.
5579 (Replacing highlighted text): Update doc quote.
5580 (Working with unprintable characters): Don't mention search-quote-char.
5581 (Using an already running Emacs process): Gnuclient is probably not an
5582 enhancement these days.
5583 (Indenting switch statements): Remove mention of pre-Emacs 20.
5584 (Horizontal scrolling): Abbreviate Emacs 20 description.
5585 (Replacing text across multiple files): Fix name of dired command.
5586 (Disabling backups): Use require not load.
5587 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
5588
5589 2009-06-13 Bill Wohler <wohler@newt.com>
5590
5591 Release MH-E manual version 8.2.
5592
5593 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5594 release 8.2.
5595
5596 2009-06-13 Glenn Morris <rgm@gnu.org>
5597
5598 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
5599 in this day and age the common meaning is "on the web".
5600 (copying): Use @copyright in all cases.
5601 (Basic keys): Remove reference to deleted manual node "Text Characters".
5602 (File-name conventions): Use GNU as an example rather than SERVICE.
5603 default.el lives in site-lisp. Update Info directory location.
5604 (Real meaning of copyleft): GPL actions have been brought, but all
5605 settled out of court.
5606 (Guidelines for newsgroup postings): Shorten section title.
5607 Simplify comp.emacs description.
5608 (Newsgroup archives): Change Google URL. Describe Gmane.
5609 (Unsubscribing from Emacs lists): Remove discussion of "distribution
5610 points". Mention List-Unsubscribe header.
5611 (Contacting the FSF): Update email and URLs.
5612 (Basic editing): Mention F1 for help.
5613 (Installing Texinfo documentation): Refer to Texinfo website rather
5614 than ftp server.
5615 (Printing a Texinfo file): Mention texi2pdf.
5616 (Informational files for Emacs): Don't describe FTP or SERVICE, they
5617 are just stubs nowadays.
5618 (Latest version of Emacs): Explain version numbers.
5619 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
5620 (Turning on syntax highlighting): No need to mention hilit19 any more.
5621 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
5622 (Modes for various languages): Remove section.
5623 (Major packages and programs): Remove most version and maintainer
5624 information - it's hard to keep up-to-date, and adds nothing.
5625 Similarly with direct links to mailing lists.
5626 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
5627 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
5628 years, and Emacs comes with tools for this now.
5629 (Patch): Remove section - this is a standard tool.
5630 (Using function keys under X): Remove section.
5631
5632 2009-06-12 Glenn Morris <rgm@gnu.org>
5633
5634 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
5635 (Help installing Emacs): Remove reference to deleted X11 node.
5636 (Associating modes with files): Interpreter-mode-alist is no longer
5637 subservient to auto-mode-alist.
5638 (Installing Emacs): Change future Emacs version.
5639 (Linking with -lX11 fails): Remove old section.
5640 (Packages that do not come with Emacs): Update ELL location.
5641 Emacs Lisp archive is dead.
5642 (Emacs for Windows): Remove reference to old CE port.
5643 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
5644 (Emacs for VMS and DECwindows): Remove old ports.
5645 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
5646 (Removing flashing messages): Remove section about non-existent Gnus
5647 option.
5648
5649 * faq.texi (Top): Add @top command.
5650 Remove the optional arguments from all @node commands: makeinfo can
5651 generate these automatically, and it is easier to edit and rearrange
5652 nodes without them.
5653
5654 2009-06-11 Glenn Morris <rgm@gnu.org>
5655
5656 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
5657 (The LPF): Make the updated URL the sole reference point.
5658 (Learning how to do something): Update refcard price and format.
5659 (Getting a printed manual): Sources in doc/emacs/, not man/.
5660 Also available in PDF format. Since the page count varies, be less
5661 precise.
5662 (Informational files for Emacs): Remove references to deleted files
5663 LPF and SUN-SUPPORT, and to UUCP.
5664 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
5665 Remove many obsolete ways to get the FAQ, which now seems only to be
5666 distributed with Emacs.
5667 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
5668
5669 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
5670
5671 * org.texi (Org Plot): Fix tags (Bug#3507).
5672 (Workflow states, Agenda commands): Fix tags (Bug#3508).
5673
5674 * ada-mode.texi (Installation, Compile commands)
5675 (Project File Overview, No project files, Set compiler options)
5676 (Use GNAT project file, Use multiple GNAT project files)
5677 (Identifier completion): Use @samp for menu items, and @kbd for key
5678 sequences (Bug#3504).
5679
5680 2009-06-04 Daiki Ueno <ueno@unixuser.org>
5681
5682 * gnus.texi (Security): Fix wording; add a link to epa.info.
5683
5684 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
5685
5686 * message.texi (Header Commands): Fix descriptions to match
5687 keybindings.
5688
5689 2009-04-22 Daiki Ueno <ueno@unixuser.org>
5690
5691 * gnus.texi (Security): Mention that EasyPG is the current default.
5692
5693 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5694
5695 * ediff.texi (Session Commands): Fix typo.
5696
5697 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
5698
5699 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
5700 news.software.readers. Reported by Florian Rehnisch.
5701
5702 2009-04-02 Glenn Morris <rgm@gnu.org>
5703
5704 * auth.texi: Capitalize direntry.
5705
5706 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
5707 using a period in the entry name. (Bug#2797)
5708
5709 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
5710
5711 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
5712 ($(infodir)/auth, auth.dvi): New targets.
5713
5714 2009-03-03 Glenn Morris <rgm@gnu.org>
5715
5716 * auth.texi: Fix @setfilename.
5717
5718 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
5719 (auth, $(infodir)/auth, auth.dvi): New rules.
5720
5721 2009-02-25 Glenn Morris <rgm@gnu.org>
5722
5723 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
5724
5725 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5726
5727 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
5728
5729 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5730
5731 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
5732 gnus-nocem-issuers, and gnus-nocem-verifyer.
5733
5734 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5735
5736 * ada-mode.texi (Project files, Automatic Casing):
5737 * dbus.texi (Signals):
5738 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
5739 * mh-e.texi (HTML):
5740 * nxml-mode.texi (Locating a schema)
5741 (Using the document's URI to locate a schema):
5742 * org.texi (Footnotes, Using the mapping API):
5743 * rcirc.texi (Channels): Remove duplicate words.
5744
5745 2009-02-20 Glenn Morris <rgm@gnu.org>
5746
5747 * dired-x.texi (Miscellaneous Commands):
5748 * gnus.texi: Minor updates for mbox Rmail.
5749
5750 2009-02-16 Karl Berry <karl@gnu.org>
5751
5752 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
5753 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
5754 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
5755 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
5756 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
5757 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
5758 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
5759 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5760 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
5761 Consistently use @insertcopying in the Top node,
5762 @contents at the front (after @end titlepage),
5763 and @direntry after @copying. (Bug#1988)
5764
5765 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5766
5767 * auth.texi: New file documenting auth-source.
5768
5769 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
5770
5771 * org.texi (Org Plot): Fix link.
5772
5773 2009-02-09 Daiki Ueno <ueno@unixuser.org>
5774
5775 * epa.texi (Mail-mode integration): Mention the way to do
5776 "encrypt-to-self". (Bug#1807)
5777
5778 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5779
5780 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
5781
5782 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
5783
5784 * gnus-news.texi: Print version about Incoming*.
5785
5786 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
5787
5788 * org.texi (Structure editing, Handling links)
5789 (Fast access to TODO states, Javascript support): Make standard docs
5790 correctly reflect default variable settings.
5791
5792 2009-02-02 Glenn Morris <rgm@gnu.org>
5793
5794 * org.texi: Fix typos.
5795
5796 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
5797
5798 Sync with Tramp 2.1.15.
5799
5800 * trampver.texi: Update release number.
5801
5802 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
5803
5804 * org.texi (TODO dependencies): Document TODO dependencies on
5805 checkboxes.
5806
5807 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
5808
5809 * org.texi (TODO dependencies): Document key binding for toggling
5810 ORDERED property.
5811
5812 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
5813
5814 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
5815 of hook functions.
5816
5817 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
5818
5819 * org.texi (TODO dependencies): New section.
5820
5821 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
5822
5823 * org.texi (Plain lists, TODO basics, Priorities)
5824 (Multiple sets in one file, Conflicts): Document interaction with
5825 `shift-selection-mode'.
5826
5827 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
5828
5829 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
5830 Make Calc the subject of sentences.
5831 (Rearranging Formulas using Selections): Discuss new options
5832 for `j *'.
5833
5834 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
5835
5836 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
5837
5838 2009-01-26 Glenn Morris <rgm@gnu.org>
5839
5840 * org.texi: Fix typos.
5841
5842 2009-01-26 Bill Wohler <wohler@newt.com>
5843
5844 * mh-e.texi (EDITION, UPDATED): Update.
5845
5846 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
5847
5848 * org.texi (References): Add information about remote references.
5849 (Built-in table editor): Document `C-c RET' in tables.
5850 (Math symbols, Quoting LaTeX code): Mention that simple
5851 LaTeX macros survive LaTeX export.
5852 (Images in LaTeX export): Show how to create a reference to a
5853 figure.
5854 (Sectioning structure): Document that the LaTeX class can be
5855 specified in a property.
5856 (Text areas in HTML export): New section.
5857 (External links): Add examples for text search and ID links.
5858 (Built-in table editor): Remove the descriptio of `C-c
5859 C-q', it not longer works.
5860 (Literal examples): Document that a space must follow
5861 the colon in short examples.
5862 (Relative timer): Document `org-timer-stop'.
5863 (Footnotes): New section.
5864 (Footnote markup): Shorten section and refer to new Footnote
5865 section.
5866 (Literal examples): Add documentation for line
5867 numbering in and references to code examples.
5868 (CSS support): Fix the description of default CSS styles.
5869 (Capturing column view): Document
5870 "file:path/to/file.org" as an allowed value for the ID property of
5871 a dynamic block copying column view.
5872
5873 2009-01-23 Stephen Eglen <stephen@gnu.org>
5874
5875 * mh-e.texi (Getting Started): Describe $MH.
5876
5877 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
5878
5879 * tramp.texi (all): Harmonize usage of "external method",
5880 "external transfer method" and "out-of-band method".
5881 (Connection types): Precise the differences of inline and external
5882 methods. Written by Adrian Phillips <a.phillips@met.no>.
5883
5884 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5885
5886 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
5887 commands as described at the top. Reported by Allan Gottlieb
5888 <gottlieb@nyu.edu>.
5889
5890 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5891
5892 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
5893 nnmail-pathname-coding-system.
5894
5895 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
5896
5897 * org.texi (Relative timer): Fix typo.
5898
5899 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
5900
5901 * org.texi (Clocking work time): Fix typo.
5902 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
5903
5904 2009-01-13 Glenn Morris <rgm@gnu.org>
5905
5906 * org.texi: Fix some more typos.
5907
5908 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
5909
5910 * org.texi: Fix some typos.
5911
5912 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5913
5914 * gnus.texi (Group Parameters): Add note for local variables.
5915
5916 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5917
5918 * gnus.texi (Converting Kill Files): Fix URL.
5919 Include gnus-kill-to-score.el in contrib directory.
5920
5921 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5922
5923 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
5924 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
5925 (Paging the Article): Add index entry.
5926
5927 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
5928
5929 * ada-mode.texi (Examples): Delete redundant text.
5930
5931 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
5932
5933 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
5934
5935 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
5936 addresses.
5937
5938 2009-01-03 Bill Wohler <wohler@newt.com>
5939
5940 * mh-e.texi (Scan Line Formats): Indicate that first column should be
5941 kept empty.
5942
5943 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
5944
5945 * org.texi (Activation, Exporting, ASCII export, HTML export)
5946 (HTML Export commands, LaTeX/PDF export commands):
5947 Improve documentation about transient-mark-mode.
5948 (References): Document the use of special names like $LR1 to reference
5949 to fields in the last table row.
5950
5951 2008-12-19 Juri Linkov <juri@jurta.org>
5952
5953 * info.texi (Search Text): Remove mention of removed key binding M-s.
5954
5955 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
5956
5957 * org.texi (References): Remove mentioning of @0 as reference for the
5958 last line, this has been reverted in the Lisp sources.
5959
5960 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
5961
5962 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
5963 (DVI_TARGETS): Remove duplicates. Add sasl.
5964 ($(infodir)/sasl, sasl.dvi): New targets.
5965
5966 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
5967
5968 * org.texi: Version number pushed to 6.15d.
5969
5970 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
5971
5972 * org.texi (Tables in LaTeX export): New section.
5973 (Images in LaTeX export): New section.
5974 (Inlined images, Images in HTML export): Sections renamed.
5975
5976 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5977
5978 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
5979
5980 2008-12-04 David Engster <dengste@eml.cc>
5981
5982 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
5983 of nnml-get-new-mail. Change URL for mairix patch.
5984
5985 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5986
5987 * org.texi (Using the mapping API): Fix bug in mapping example.
5988 (Publishing options): Make the list of properties complete again, in
5989 correspondence to the variable `org-export-plist-vars'.
5990 (Property searches): Document new special values for time comparisons.
5991 (Tag inheritance): Refine the description of tag inheritance.
5992 (Project alist): Add info about the publishing sequence of components.
5993 (Effort estimates): Document the new relative timer.
5994
5995 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
5996
5997 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
5998 (Using Calc): Clarify use of `C-x * o'.
5999 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
6000
6001 2008-11-28 Richard M Stallman <rms@gnu.org>
6002
6003 * dbus.texi (Receiving Method Calls): Clean up previous change.
6004
6005 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
6006
6007 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
6008 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
6009 `dbus-unescape-from-identifier'.
6010 (Receiving Method Calls): New constants `dbus-service-emacs' and
6011 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
6012 (Signals): Use the constants in the example.
6013
6014 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
6015
6016 * org.texi: Re-apply change to FDL 1.3.
6017
6018 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
6019
6020 * org.texi (Setting up Remember): Document `org-remember-mode'.
6021 (External links): Document that bbdb links can use a regular
6022 expression.
6023 (External links): Document that elisp links can contain interactive
6024 commands.
6025
6026 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
6027
6028 * viper.texi (viper-translate-all-ESC-keysequences):
6029 Description removed.
6030
6031 2008-11-19 Glenn Morris <rgm@gnu.org>
6032
6033 * doclicense.texi: Change to FDL 1.3.
6034 Relicense all texi files under FDL 1.3 or later.
6035
6036 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6037
6038 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
6039
6040 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
6041
6042 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
6043
6044 * ediff.texi: Version/date change.
6045
6046 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
6047
6048 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
6049
6050 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
6051
6052 * calc.texi (About This Manual): Comment out a mention of
6053 marginal notes.
6054
6055 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
6056
6057 * org.texi (Clocking work time): Document the :formula property of
6058 clock tables.
6059 (Structure editing, Refiling notes): Document refiling regions.
6060 (Agenda commands): Document the double-prefix version
6061 of the `l' command in the agenda.
6062 (Handling links): Explain the effect of a double prefix
6063 arg to `C-c C-o'.
6064 (TODO basics): Add documentation for tag triggers.
6065
6066 2008-10-23 Glenn Morris <rgm@gnu.org>
6067
6068 * cl.texi (Function Bindings): Mention `flet' fails to deal with
6069 byte-compiling things like `+'.
6070
6071 * ns-emacs.texi: Merge copyright years of author now with assignment
6072 into FSF years.
6073 (VER): Use it for easier automatic updating. Use Emacs version rather
6074 than standalone Emacs.app version.
6075
6076 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
6077
6078 * org.texi: Lots of minor fixes.
6079 (Capture): New chapter.
6080 (Org Plot): New section.
6081
6082 2008-09-30 Magnus Henoch <mange@freemail.hu>
6083
6084 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
6085
6086 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
6087
6088 * calc.texi (User Defined Units): Mention how to enter optional display
6089 string.
6090
6091 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6092
6093 * message.texi (Sending Variables): Fix variable documentation to
6094 avoid the "y/n" wording.
6095
6096 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6097
6098 * message.texi (Sending Variables): Add `message-confirm-send' doc.
6099
6100 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6101
6102 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
6103 @enumerate section so as to be able to be formatted with MAKEINFO=no.
6104
6105 2008-09-22 Bill Wohler <wohler@newt.com>
6106
6107 Release MH-E manual version 8.1.
6108
6109 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6110 release 8.1.
6111
6112 * mh-e.texi: Retain dual license as agreed to by the FSF.
6113 However, bump GPL to Version 3.
6114 Use @include for license text.
6115
6116 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
6117
6118 * gnus.texi (Top, Setup, Fancy splitting to parent)
6119 (Store custom flags and keywords, Store arbitrary data):
6120 Clean up markup.
6121
6122 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6123
6124 * gnus.texi (The Gnus Registry): Document it.
6125
6126 2008-09-08 David Engster <dengste@eml.cc>
6127
6128 * gnus.texi (nnmairix): Point out that nnml uses MH format.
6129 Clarify section about choosing back end servers.
6130
6131 2008-08-23 Glenn Morris <rgm@gnu.org>
6132
6133 * dired-x.texi (Shell Command Guessing):
6134 Mention dired-guess-shell-case-fold-search. (Bug#417)
6135
6136 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6137
6138 * trampver.texi: Update release number.
6139
6140 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
6141
6142 * ns-emacs.texi: Update version.
6143 (Introduction): Correct menu location for options save.
6144 (Customization): Note that defaults are stored under org.gnu.Emacs.
6145
6146 2008-08-11 Bill Wohler <wohler@newt.com>
6147
6148 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
6149 explicit about GNU mailutils MH elsewhere (with thanks to Darel
6150 Henman) (closes SF #1768928).
6151
6152 2008-08-10 Glenn Morris <rgm@gnu.org>
6153
6154 * ns-emacs.texi: Use @copying. Change copyright of authors with
6155 assignment to FSF. Change license to GFDL.
6156 (Top): Remove outdated references.
6157
6158 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
6159
6160 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
6161 Add gnus-summary-sort-by-most-recent-number and
6162 gnus-summary-sort-by-most-recent-date.
6163 (Summary Sorting): Explain prefix argument.
6164
6165 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
6166
6167 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
6168 gnus-summary-pipe-output.
6169
6170 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
6171
6172 * dbus.texi (Receiving Method Calls): Document error handling of own
6173 D-Bus methods.
6174
6175 2008-08-01 Bill Wohler <wohler@newt.com>
6176
6177 * mh-e.texi (Reading Mail)
6178 (Viewing Attachments): Describe new function
6179 mh-show-preferred-alternative.
6180 (Sending Mail, Redistributing, Sending Message): Describe new hook
6181 mh-annotate-msg-hook.
6182
6183 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6184
6185 * dbus.texi (Arguments and Signatures): Fix example.
6186 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
6187 (Asynchronous Methods): New node.
6188 (Errors and Events): Describe extended layout of `dbus-event'.
6189 New defun `dbus-event-message-type'.
6190
6191 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6192
6193 * ediff.texi: Remove VMS support.
6194
6195 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
6196
6197 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
6198 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
6199
6200 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
6201
6202 * Makefile.in: Add mairix-el targets.
6203
6204 2008-07-29 David Engster <deng@randomsample.de>
6205
6206 * mairix-el.texi: New file.
6207
6208 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
6209
6210 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
6211 project files. Delete 'main_unit' project variable; not needed. Allow
6212 process environment variables wherever project variables are allowed.
6213 Add tutorial section on multiple GNAT project files.
6214
6215 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
6216
6217 Sync with Tramp 2.1.14.
6218
6219 * trampver.texi: Update release number.
6220
6221 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6222
6223 * ns-emacs.texi:
6224 * faq.texi: Remove mentions of Mac Carbon.
6225
6226 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6227
6228 * gnus.texi (Saving Articles): Describe the 2nd argument of
6229 gnus-summary-save-in-pipe.
6230 (SpamAssassin): Use it.
6231
6232 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6233
6234 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
6235
6236 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
6237
6238 * org.texi (Export options): Document the use of the creator flag.
6239
6240 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
6241
6242 * org.texi: New version 6.06a.
6243
6244 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
6245
6246 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
6247 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
6248
6249 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
6250
6251 * calc.texi (Editing Stack Entries):
6252 (Algebraic Entry): Rewrite introductory sentences so it can be used by
6253 Calc's help functions. Mention fixing typos.
6254 (Customizing Calc): Fix typo.
6255
6256 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
6257
6258 * calc.texi (summarykey): New macro. Use to correctly format keys in
6259 the summary.
6260
6261 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
6262
6263 * ns-emacs.texi (Customization): Corrected documentation on color
6264 specification formats.
6265
6266 2008-07-19 Andreas Schwab <schwab@suse.de>
6267
6268 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
6269
6270 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
6271 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
6272
6273 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
6274
6275 * dbus.texi (Inspection): Rework, introduce submenus.
6276 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
6277 (Properties and Annotations, Arguments and Signatures): New nodes.
6278
6279 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
6280
6281 * dbus.texi (Receiving Method Calls): Fix description of
6282 `dbus-register-method'.
6283 (Signals): Allow also signal arguments for filtering in
6284 `dbus-register-signal'.
6285
6286 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
6287
6288 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
6289 `cnorm'.
6290 (Arithmetic Tutorial): Simplify the verification of prime factors.
6291
6292 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6293
6294 * gnus.texi (Saving Articles): Mention
6295 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
6296
6297 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
6298
6299 * calc.texi: Adjust mode line throughout.
6300
6301 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
6302
6303 * sasl.texi (Mechanisms): Fix typos.
6304
6305 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6306
6307 * calc.texi (Killing from the stack): Mention using normal Emacs
6308 copying.
6309
6310 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
6311
6312 * tramp.texi (Password handling): Rename from "Password caching".
6313 Add `auth-source' mechanism.
6314 (Connection caching): Tramp reopens the connection automatically,
6315 when the operating system on the remote host has been changed.
6316
6317 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6318
6319 * makefile.w32-in (distclean): Remove makefile.
6320
6321 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
6322
6323 * org.texi (Using the mapping API): New section.
6324 (Agenda column view): New section.
6325 (Moving subtrees): Document archiving to the archive sibling.
6326 (Agenda commands): Document columns view in the agenda.
6327 (Using the property API): Document the API for multi-valued properties.
6328
6329 2008-06-17 Jason Riedy <jason@acm.org>
6330
6331 * org.texi (A LaTeX example): Note that fmt may be a one-argument
6332 function, and efmt may be a two-argument function.
6333 (Radio tables): Document multiple destinations.
6334
6335 2008-06-16 Glenn Morris <rgm@gnu.org>
6336
6337 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
6338 Add Cover-Texts.
6339
6340 2008-06-15 Glenn Morris <rgm@gnu.org>
6341
6342 * faq.texi (VER): Update to 23.0.60.
6343
6344 * mh-e.texi: Remove option of licensing under GPL.
6345 Add Cover-Texts to GFDL permissions notice.
6346 (GPL): Remove section.
6347 (GFDL): Include doclicense.texi rather than the actual text.
6348
6349 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
6350 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
6351
6352 * sasl.texi: Fix output file name.
6353
6354 * epa.texi, sasl.texi: Refer to license in Emacs manual.
6355
6356 * gnus-coding.texi: Refer to license in Gnus manual.
6357
6358 * idlwave.texi, sasl.texi: Use @copying.
6359
6360 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
6361
6362 * speedbar.texi: Update Back-Cover Text as per maintain.info.
6363
6364 * url.texi: Use @copying, @title, @subtitle, @author.
6365
6366 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
6367 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
6368 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
6369 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
6370 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
6371 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
6372 * widget.texi, woman.texi:
6373 Remove references to external license, since doclicense is included.
6374
6375 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
6376 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
6377 Remove references to non-existent Invariant Sections.
6378
6379 2008-06-14 Glenn Morris <rgm@gnu.org>
6380
6381 * faq.texi (Major packages and programs): Remove references to external
6382 Supercite, Calc, VIPER, since they have been included for some time.
6383 Update VM, AUCTeX, BBDB entries.
6384
6385 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
6386
6387 * newsticker.texi: Updated to match latest newsticker changes.
6388
6389 2008-06-13 Glenn Morris <rgm@gnu.org>
6390
6391 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
6392 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
6393 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
6394 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
6395 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
6396 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
6397 * woman.texi:
6398 Update Back-Cover Text as per maintain.info.
6399
6400 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6401
6402 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
6403
6404 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
6405 (gnus-faq.xml): Update repository host.
6406
6407 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
6408
6409 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
6410
6411 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
6412 Fix a typo.
6413
6414 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6415
6416 * gnus.texi (Mail Source Customization): Correct values of
6417 `mail-source-delete-incoming'. Reported by Tassilo Horn.
6418 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
6419
6420 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6421
6422 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
6423 coding standards.
6424
6425 2008-06-14 David Engster <dengste@eml.cc>
6426
6427 * gnus.texi (nnmairix): Markup fixes.
6428
6429 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6430
6431 * gnus.texi (nnmairix): Markup and other minor fixes.
6432
6433 2008-06-05 David Engster <dengste@eml.cc>
6434
6435 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
6436
6437 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6438
6439 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
6440 (Searching, nnir, nnmairix): New stub nodes.
6441
6442 2008-05-30 Felix Lee <felix.1@canids.net>
6443
6444 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
6445
6446 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6447
6448 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
6449
6450 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6451
6452 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
6453
6454 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
6455
6456 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
6457
6458 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
6459
6460 * info.texi (Top): Fix typo in xref.
6461
6462 2008-05-05 Karl Berry <karl@gnu.org>
6463
6464 * info.texi (Top): @xref to stand-alone manual.
6465
6466 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6467
6468 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
6469 (Various Summary Stuff): Fix typo in last xref.
6470
6471 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6472
6473 * org.texi (Moving subtrees): Fix typo.
6474
6475 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
6476
6477 * tramp.texi (Frequently Asked Questions): Explain, how to disable
6478 Tramp via `tramp-mode'.
6479
6480 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
6481
6482 * org.texi: Massive changes, in many parts of the file.
6483
6484 2008-04-27 Jason Riedy <jason@acm.org>
6485
6486 * org.texi (A LaTeX example): Note that fmt may be a
6487 one-argument function, and efmt may be a two-argument function.
6488 (Radio tables): Document multiple destinations.
6489
6490 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6491
6492 * gnus.texi (Oort Gnus): Add message-fill-column.
6493
6494 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6495
6496 * gnus.texi (Mail Source Specifiers): Typo fix.
6497
6498 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6499
6500 * gnus.texi (Diary Headers Generation): Update key binding for
6501 `gnus-diary-check-message'.
6502
6503 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6504
6505 * gnus.texi (Emacsen): Addition.
6506
6507 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6508
6509 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
6510
6511 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6512
6513 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
6514
6515 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6516
6517 * gnus-news.texi: Update tool bar item.
6518
6519 2008-04-09 Sven Joachim <svenjoac@gmx.de>
6520
6521 * gnus-news.texi: Fix typos.
6522
6523 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
6524
6525 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
6526 Add mention of `kron'.
6527
6528 2008-04-01 Daiki Ueno <ueno@unixuser.org>
6529
6530 * epa.texi (Encrypting/decrypting *.gpg files):
6531 Document epa-file-name-regexp.
6532
6533 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6534
6535 * gnus.texi (Example Methods): Fix description about ssh-agent.
6536 (Indirect Functions): Fix the default value of nntp-telnet-command;
6537 remove link to connect.html.
6538
6539 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
6540
6541 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
6542 dbus-call-method.
6543 (Receiving Method Calls): The timeout can be set by the calling client.
6544
6545 * trampver.texi: Update release number.
6546
6547 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6548
6549 * gnus.texi (Top): Fix version. Add SASL.
6550
6551 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
6552
6553 Sync with Tramp 2.1.13.
6554
6555 * trampver.texi: Update release number.
6556
6557 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
6558
6559 * org.texi: Update to new org-mode website.
6560
6561 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6562
6563 * cl.texi (For Clauses): Fix loop over key-seq to match code.
6564
6565 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6566
6567 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
6568 gnus-read-ephemeral-gmane-group-url,
6569 gnus-read-ephemeral-emacs-bug-group,
6570 gnus-read-ephemeral-debian-bug-group.
6571
6572 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6573
6574 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
6575
6576 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
6577 Add FIXMEs for Bookmarks and gnus-registry-marks.
6578
6579 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6580
6581 * gnus.texi (Smileys): Document `smiley-style'.
6582
6583 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6584
6585 * gnus.texi (Gnus Development): Clarify difference between ding and
6586 gnu.emacs.gnus.
6587 (MIME Commands, Using MIME, RSS): Fix markup.
6588
6589 * gnus-faq.texi ([8.4]): Ditto.
6590
6591 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6592
6593 * gnus.texi (Emacsen): Remove obsolete stuff.
6594
6595 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6596
6597 * gnus.texi (Oort Gnus): Add version info WRT
6598 `mail-source-delete-incoming'.
6599
6600 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6601
6602 * gnus.texi (Top): Add "Other related manuals" and version info in
6603 `iftex' output.
6604 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
6605 gnus-balloon-face-0 and the corresponding format specifiers.
6606
6607 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
6608
6609 * tramp.texi (Filename completion): Remove footnote about let-bind
6610 of `partial-completion-mode'. It doesn't work this way.
6611
6612 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6613
6614 * pcl-cvs.texi (Contributors): Update my email.
6615
6616 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
6617
6618 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
6619
6620 2008-03-17 Bill Wohler <wohler@newt.com>
6621
6622 * mh-e.texi (Viewing): Update URL for adding header fields to
6623 mh-invisible-header-fields-default.
6624
6625 2008-03-16 Bill Wohler <wohler@newt.com>
6626
6627 * mh-e.texi (Preface): Add Gnus to requirements.
6628 (Forwarding): Note that forwarded MIME messages are now inline.
6629
6630 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6631
6632 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
6633 (Common Variables): Give precedence to the netcat methods over the
6634 telnet methods, and mention that they are more reliable.
6635
6636 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
6637
6638 * org.texi (Exporting Agenda Views): Document agenda export to
6639 iCalendar.
6640 (Progress logging): Document the new progress logging stuff.
6641
6642 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6643
6644 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
6645 Update for change of `mail-source-delete-incoming'.
6646
6647 * gnus-news.texi: Ditto.
6648
6649 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6650
6651 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
6652 custom versions.
6653
6654 2008-03-07 Alan Mackenzie <acm@muc.de>
6655
6656 * cc-mode.texi (Limitations and Known Bugs): State that the number of
6657 parens/brackets in a k&r region is limited.
6658
6659 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6660
6661 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
6662 using different Emacs versions.
6663
6664 2008-02-27 Glenn Morris <rgm@gnu.org>
6665
6666 * sc.texi: Remove a lot of old and obsolete info.
6667 (titlepage): Simplify.
6668 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
6669 (VM with any Emacsen, GNEWS with any Emacsen)
6670 (Overloading for Non-conforming MUAs, Version 3 Changes)
6671 (The Supercite Mailing List): Delete nodes.
6672 (Introduction): Remove info about old packages.
6673 (Getting Connected): Simplify. Remove info about old packages.
6674 (Citing Commands): Delete Emacs 19 info.
6675 (Hints to MUA Authors): Simplify.
6676 (Thanks and History): Merge in some info from the deleted node
6677 "Version 3 Changes".
6678
6679 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
6680
6681 * org.texi (Setting tags, In-buffer settings):
6682 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
6683
6684 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6685
6686 * gnus-news.texi: Mention that spaces and tabs are allowed in the
6687 installation directory name.
6688
6689 2008-02-12 Romain Francoise <romain@orebokech.com>
6690
6691 * epa.texi (Overview): Fix typo.
6692
6693 2008-02-11 Daiki Ueno <ueno@unixuser.org>
6694
6695 * epa.texi (Quick start): Remove the .emacs setting.
6696
6697 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6698
6699 * epa.texi (Quick start): Use the command `epa-enable' instead of
6700 loading `epa-setup'.
6701
6702 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
6703
6704 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
6705 ($(infodir)/epa, epa.dvi): New targets.
6706
6707 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6708
6709 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
6710
6711 * epa.texi: New manual documenting the EasyPG Assistant.
6712
6713 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6714
6715 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
6716 (Inspection): New function dbus-ping.
6717
6718 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
6719
6720 * tramp.texi (Remote processes): Add `shell-command'.
6721
6722 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
6723
6724 * tramp.texi: Use new FSF's Back-Cover Text.
6725
6726 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
6727
6728 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
6729 (Group Parameters): Document `mail-source' parameter.
6730
6731 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
6732
6733 * tramp.texi (Inline methods): The hostname of the su(do)? methods
6734 must be a local host.
6735
6736 2008-01-26 Michael Olson <mwolson@gnu.org>
6737
6738 * erc.texi: Update version for ERC 5.3 release.
6739 (Obtaining ERC): Update extras URLs for 5.3.
6740 (Development): Write instructions for git, and remove those for Arch.
6741 (History): Mention the switch to git.
6742
6743 2008-01-24 Karl Berry <karl@gnu.org>
6744
6745 * info.texi (Search Index, Search Text): Mention the command
6746 character in the section name, a la the (Go to node) node.
6747
6748 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
6749
6750 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
6751
6752 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6753
6754 * gnus-news.texi: Mention gnus-article-describe-bindings.
6755
6756 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6757
6758 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
6759
6760 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
6761
6762 * org.texi (Property inheritance): New section.
6763 (Conventions): New section.
6764 (Structure editing): Document C-RET, the prefix arg to the cut/copy
6765 commands, and the new bindings for refiling.
6766 (Sparse trees): Document the new special command for sparse trees.
6767 (References): Be more clear about the counting of hilines.
6768 (Handling links): Document M-p/n for accessing links.
6769 (Fast access to TODO states): New section.
6770 (Per file keywords): New section.
6771 (Property inheritance): New section.
6772 (Column attributes): New summary types.
6773 (Capturing Column View): New section.
6774 (The date/time prompt): Cover the new features in the date/time prompt.
6775 Compactify the table of keys for the calendar remote control.
6776 (Clocking work time): Document the new :scope parameter.
6777 (Remember): Promoted to chapter.
6778 (Quoted examples): New section.
6779 (Enhancing text): New verbatim environments.
6780
6781 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
6782
6783 * trampver.texi: Update release number.
6784
6785 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6786
6787 * gnus.texi (Article Keymap):
6788 Add gnus-article-wide-reply-with-original; fix descriptions of
6789 gnus-article-reply-with-original and
6790 gnus-article-followup-with-original.
6791
6792 2008-01-09 Glenn Morris <rgm@gnu.org>
6793
6794 * nxml-mode.texi: Add @copying section.
6795
6796 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6797
6798 * message.texi (Mail Variables): Add some text from "(gnus)Posting
6799 Server". Add `message-send-mail-with-mailclient'.
6800
6801 * gnus.texi (Posting Server): Move some text to "(message)Mail
6802 Variables" and add a reference here.
6803
6804 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
6805
6806 * dbus.texi (Receiving Method Calls): New chapter.
6807 (Errors and Events): Add serial number to events. Replace "signal" by
6808 "message". Introduce dbus-event-serial-number.
6809
6810 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
6811
6812 * dbus.texi (Type Conversion): Explain the type specification for empty
6813 arrays. Use another example.
6814
6815 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
6816
6817 * dbus.texi (all): Replace "..." by @dots{}.
6818 (Type Conversion): Precise the value range for :byte types.
6819 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
6820 Mention its return value.
6821 (Errors and Events): There is no D-Bus error propagation during event
6822 processing.
6823
6824 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
6825
6826 * calc.texi (Yacas Language, Maxima Language, Giac Language):
6827 New sections.
6828
6829 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6830
6831 * gnus.texi (Group Parameters): Reorder the text and add a note about
6832 `gnus-parameters' near the beginning of the node.
6833
6834 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6835
6836 * gnus.texi (Score File Editing): Fix function name.
6837
6838 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
6839
6840 Sync with Tramp 2.1.12.
6841
6842 * trampver.texi: Update release number.
6843
6844 2007-12-22 Richard Stallman <rms@gnu.org>
6845
6846 * cc-mode.texi (Getting Started): Change @ref to @pxref.
6847
6848 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
6849
6850 * dbus.texi (Type Conversion): Correct input parameters mapping.
6851
6852 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
6853
6854 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
6855 (Errors and Events): Mention wrong-type-argument error.
6856
6857 2007-12-21 Alex Schroeder <alex@gnu.org>
6858
6859 * rcirc.texi: Changed single spaces after sentence end to double
6860 spaces. Fixed some typos.
6861 (Internet Relay Chat): Explain relay.
6862 (Getting started with rcirc): Change items to reflect prompts.
6863 Add more explanation to rcirc-track-minor-mode and added a comment to
6864 warn future maintainers that this section is a copy.
6865 (People): Change /ignore example.
6866 (Keywords): Not keywords.
6867
6868 2007-12-20 Alex Schroeder <alex@gnu.org>
6869
6870 * rcirc.texi (Top): Fighting Information Overload chapter added.
6871 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
6872 (rcirc commands): Move /ignore command to the new chapter.
6873 (Fighting Information Overload): New chapter documenting /keyword,
6874 /bright, /dim, channel ignore, and low priority channels.
6875 (Configuration): Document rcirc-server-alist, remove
6876 rcirc-startup-channels-alist and rcirc-default-server.
6877
6878 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
6879
6880 * dbus.texi (Signals): Fix example in dbus-register-signal.
6881
6882 2007-12-14 Sven Joachim <svenjoac@gmx.de>
6883
6884 * gnus.texi (Score Variables): Fix typo.
6885
6886 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
6887
6888 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
6889 (Signals): Adapt dbus-send-signal and dbus-register-signal.
6890 (Errors and Events): Adapt dbus-event.
6891
6892 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6893
6894 * gnus.texi (Other Files): Add the yenc command.
6895
6896 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
6897
6898 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
6899 since 2004-08-06.
6900
6901 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6902
6903 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
6904 on body.
6905
6906 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6907
6908 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
6909 and rfc2047-allow-irregular-q-encoded-words; fix description of
6910 rfc2047-encode-encoded-words.
6911
6912 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6913
6914 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
6915
6916 2007-12-05 Michael Olson <mwolson@gnu.org>
6917
6918 * remember.texi (Diary): Remove "require" line for remember-diary.el.
6919 Update documentation for `remember-diary-file'.
6920
6921 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
6922
6923 * dbus.texi (Signals): Precise `dbus-register-signal'.
6924 (Errors and Events): Rework events part, the internal structure of
6925 dbus-event has changed.
6926
6927 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
6928
6929 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
6930 ($(infodir)/dbus, dbus.dvi): New targets.
6931
6932 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
6933
6934 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
6935 unconditionally.
6936
6937 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
6938 emulation with @print{}.
6939
6940 2007-12-02 Richard Stallman <rms@gnu.org>
6941
6942 * dbus.texi (Overview): Minor cleanup.
6943
6944 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
6945
6946 * Makefile.in (INFO_TARGETS): Add dbus.
6947 (DVI_TARGETS): Add dbus.dvi.
6948 (dbus, dbus.dvi): New targets.
6949
6950 * dbus.texi: New file.
6951
6952 2007-11-24 Romain Francoise <romain@orebokech.com>
6953
6954 * nxml-mode.texi: Add description in @direntry.
6955 Fix file name to match @setfilename.
6956
6957 2007-11-23 Mark A. Hershberger <mah@everybody.org>
6958
6959 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6960 ($(infodir)/nxml-mode): New rule.
6961
6962 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6963 ($(infodir)/nxml-mode): New rule.
6964 (clean): Add nxml-mode*.
6965
6966 * nxml-mode.texi: New file with nxml manual.
6967
6968 2007-11-18 Richard Stallman <rms@gnu.org>
6969
6970 * flymake.texi (Example -- Configuring a tool called directly):
6971 Update example.
6972
6973 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
6974
6975 * tramp.texi (Filename completion): Simplify explanation of
6976 double-slash behavior. Explain directory contents flushing.
6977
6978 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6979
6980 * calc.texi (TeX and LaTeX Language Modes): Put in
6981 missing braces.
6982
6983 2007-11-15 Richard Stallman <rms@gnu.org>
6984
6985 * cl.texi (Equality Predicates): Delete `eql'.
6986 (Predicates, Naming Conventions, Top): Delete `eql'.
6987 (Common Lisp Compatibility): Delete `eql'.
6988 (Porting Common Lisp): Delete obsolete backquote info.
6989 Minor clarification about character constants.
6990 (Sequence Basics): Minor clarification.
6991
6992 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
6993
6994 * cc-mode.texi (Electric Keys, Custom Macros):
6995 * tramp.texi (Filename completion): Fix typos.
6996
6997 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
6998
6999 * calc.texi (Basic commands): Mention the menu.
7000
7001 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
7002
7003 * tramp.texi (Connection caching): Tramp flushes connection
7004 properties when remote operating system has been changed.
7005
7006 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
7007
7008 * gnus-news.texi: Fix spelling.
7009 `message-insert-formatted-citation-line', not
7010 `message-insert-formated-citation-line'.
7011
7012 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
7013
7014 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
7015
7016 * tramp.texi (Overview): Mention also the PuTTY integration under
7017 w32. Remove paragraphs about Tramp's experimental status.
7018 (Frequently Asked Questions): Add code example for highlighting the
7019 mode line.
7020
7021 2007-11-03 Michael Olson <mwolson@gnu.org>
7022
7023 * remember.texi: Change mentions of remember-buffer to
7024 remember-finalize throughout.
7025
7026 2007-10-30 Michael Olson <mwolson@gnu.org>
7027
7028 * remember.texi (Copying): Remove.
7029 (Mailbox): Update with non-BBDB instructions.
7030 (Diary, Org): Add.
7031 (Bibliography, Planner Page): Remove.
7032
7033 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
7034
7035 * makefile.w32-in (INFO_TARGETS): Add remember.
7036 (DVI_TARGETS): Add remember.dvi.
7037 ($(infodir)/remember): New rule.
7038 (clean): Add remember*.
7039
7040 2007-10-30 Michael Olson <mwolson@gnu.org>
7041
7042 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
7043 ($(infodir)/remember): New rule that builds the Remember Manual.
7044
7045 * remember.texi: New file containing the Remember Mode Manual.
7046 Shuffle chapters around after initial import.
7047 (Function Reference): Split Keystrokes into separate chapter.
7048 (Keystrokes): Document C-c C-k.
7049 (Introduction): Fix typographical issue with "---".
7050
7051 2007-10-29 Richard Stallman <rms@gnu.org>
7052
7053 * widget.texi (Introduction): Delete discussion of implementation
7054 internals.
7055
7056 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
7057
7058 * tramp.texi (Connection caching): Host names must be different
7059 when tunneling.
7060
7061 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7062
7063 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
7064 Gnus v5.13.
7065
7066 2007-10-28 Miles Bader <miles@gnu.org>
7067
7068 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
7069
7070 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7071
7072 * gnus.texi (Sorting the Summary Buffer):
7073 Remove gnus-article-sort-by-date-reverse.
7074
7075 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7076
7077 * gnus.texi (Non-ASCII Group Names): New node.
7078 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
7079 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
7080
7081 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7082
7083 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
7084 clean the output of the program `imap-shell-program'.
7085
7086 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7087
7088 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
7089
7090 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
7091
7092 * gnus.texi (Sticky Articles): Documentation for sticky article
7093 buffers.
7094
7095 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7096
7097 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
7098
7099 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7100
7101 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
7102
7103 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7104
7105 * gnus.texi (Archived Messages):
7106 Document gnus-update-message-archive-method.
7107
7108 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7109
7110 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
7111
7112 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7113
7114 * gnus.texi (Group Maneuvering):
7115 Document `gnus-summary-next-group-on-exit'.
7116
7117 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7118
7119 * gnus.texi (Really Various Summary Commands):
7120 Mention gnus-auto-select-on-ephemeral-exit.
7121
7122 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7123
7124 * gnus.texi, message.texi: Bump version number.
7125
7126 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7127
7128 * gnus.texi (Group Line Specification, Misc Group Stuff)
7129 (Server Commands): Parenthesize @pxref{Mail Spool}.
7130
7131 2007-10-28 Didier Verna <didier@xemacs.org>
7132
7133 New user option: message-signature-directory.
7134 * message.texi (Insertion Variables): Document it.
7135 * gnus.texi (Posting Styles): Ditto.
7136
7137 2007-10-28 Didier Verna <didier@xemacs.org>
7138
7139 * gnus.texi (Group Line Specification):
7140 * gnus.texi (Misc Group Stuff):
7141 * gnus.texi (Server Commands): Document the group compaction feature.
7142
7143 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7144
7145 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
7146
7147 * message.texi (Various Message Variables): Add message-fill-column.
7148
7149 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7150
7151 * gnus.texi: Untabify.
7152
7153 2007-10-28 Didier Verna <didier@xemacs.org>
7154
7155 * gnus.texi (Group Parameters): Document the posting-style merging
7156 process in topic-mode.
7157
7158 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7159
7160 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
7161
7162 2007-10-28 Romain Francoise <romain@orebokech.com>
7163
7164 * gnus.texi (Mail Spool): Fix typo.
7165 Update copyright.
7166
7167 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7168
7169 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
7170
7171 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7172
7173 * gnus.texi (Summary Generation Commands):
7174 Add gnus-summary-insert-ticked-articles.
7175
7176 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7177
7178 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
7179 to spam-spamassassin-program.
7180
7181 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7182
7183 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
7184
7185 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7186
7187 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
7188
7189 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7190
7191 * message.texi (Mail Headers): Document `opportunistic'.
7192
7193 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7194
7195 * emacs-mime.texi (Encoding Customization): Explain how to set
7196 mm-coding-system-priorities per hierarchy.
7197
7198 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7199
7200 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
7201 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
7202
7203 2007-10-28 Didier Verna <didier@xemacs.org>
7204
7205 * message.texi (Wide Reply): Update documentation of
7206 message-dont-reply-to-names (now allowing a list of regexps).
7207
7208 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7209
7210 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
7211
7212 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7213
7214 * gnus.texi (SpamAssassin back end): Fix typo.
7215
7216 * sieve.texi (Examples): Fix grammar.
7217
7218 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7219
7220 * gnus.texi (Searching for Articles): Document M-S and M-R.
7221 (Limiting): Document / b.
7222
7223 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7224
7225 * gnus.texi (Thread Commands): T M-^.
7226
7227 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7228
7229 * message.texi (Mail Aliases): Document ecomplete.
7230 (Mail Aliases): Fix typo.
7231
7232 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7233
7234 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
7235 fix typo.
7236
7237 2007-10-28 Romain Francoise <romain@orebokech.com>
7238
7239 * gnus.texi (Mail Spool): Grammar fix.
7240
7241 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7242
7243 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
7244 string.
7245
7246 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7247
7248 * gnus.texi (Group Parameters): Fix description.
7249
7250 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7251
7252 * gnus.texi (Gmane Spam Reporting):
7253 Fix spam-report-gmane-use-article-number.
7254 Add spam-report-user-mail-address.
7255
7256 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7257
7258 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
7259
7260 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7261
7262 * gnus.texi (Group Parameters): Add simplified sorting example based on
7263 example for `Sorting the Summary Buffer' from Jari Aalto
7264 <jari.aalto@cante.net>.
7265 (Example Methods): Add example for an indirect connection.
7266
7267 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
7268
7269 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
7270 (Agent Parameters): Update parameter names to match code.
7271 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
7272 'gnus-agent-summary-fetch-series'.
7273 (Agent and flags): New section providing a generalized discussion
7274 of flag handling.
7275 (Agent and IMAP): Remove flag discussion.
7276 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
7277
7278 2007-10-28 Romain Francoise <romain@orebokech.com>
7279
7280 * gnus.texi (Exiting the Summary Buffer): Add new function
7281 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
7282
7283 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7284
7285 * gnus.texi (Conformity): Fix typo.
7286 (Customizing Articles): Document `first'.
7287
7288 2007-10-28 Jari Aalto <jari.aalto@cante.net>
7289
7290 * gnus.texi (Sorting the Summary Buffer):
7291 Add `gnus-thread-sort-by-date-reverse'. Add example
7292 host to different sorting in NNTP and RSS groups.
7293
7294 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7295
7296 * message.texi (Insertion): Describe prefix for
7297 message-mark-inserted-region and message-mark-insert-file.
7298
7299 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7300
7301 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
7302 LaTeX documents. Describe "text/x-gnus-verbatim".
7303
7304 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7305
7306 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7307 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
7308 (spam-stat spam filtering, SpamOracle)
7309 (Extending the Spam ELisp package): Remove extra quote symbol for
7310 clarity.
7311
7312 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7313
7314 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
7315 gnus-article-delete-part and gnus-article-replace-part.
7316 (Using MIME): Add gnus-mime-replace-part.
7317
7318 2007-10-28 Romain Francoise <romain@orebokech.com>
7319
7320 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
7321 requires `auto-compression-mode' to be enabled. Add new nnml
7322 variable `nnml-compressed-files-size-threshold'.
7323
7324 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7325
7326 * gnus.texi (Sorting the Summary Buffer):
7327 Add gnus-thread-sort-by-recipient.
7328
7329 2007-10-28 Romain Francoise <romain@orebokech.com>
7330
7331 * message.texi (Insertion Variables): Mention new variable
7332 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
7333 documentation accordingly.
7334
7335 2007-10-28 Romain Francoise <romain@orebokech.com>
7336
7337 * gnus.texi (To From Newsgroups): Mention new variables
7338 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
7339
7340 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7341
7342 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
7343 stuff; gnus-mime-inline-part does the automatic decompression.
7344
7345 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7346
7347 * gnus.texi (Spam ELisp Package Configuration Examples):
7348 "training.ham" should be "training.spam".
7349
7350 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7351
7352 * message.texi (Mail Variables): Fix the default value for
7353 message-send-mail-function.
7354
7355 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7356
7357 * gnus.texi (Optional Back End Functions): nntp-request-update-info
7358 always returns nil exceptionally.
7359
7360 2007-10-28 Simon Josefsson <jas@extundo.com>
7361
7362 * gnus.texi (Article Washing): Add libidn URL.
7363 Suggested by Michael Cook <michael@waxrat.com>.
7364
7365 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7366
7367 * gnus.texi (Topic Commands): Fix next/previous.
7368
7369 2007-10-28 Simon Josefsson <jas@extundo.com>
7370
7371 * gnus.texi (Article Washing): Mention `W i'.
7372
7373 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
7374
7375 * gnus.texi (Group Parameters): Slight extension of sieve
7376 parameter description.
7377
7378 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7379
7380 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
7381 matching score files as well.
7382 (Picons): Describe `gnus-picon-style'.
7383
7384 2007-10-28 Romain Francoise <romain@orebokech.com>
7385
7386 * message.texi (Message Headers): Mention that headers are hidden
7387 using narrowing, and how to expose them.
7388 Update copyright.
7389
7390 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7391
7392 * gnus.texi: Mention `gnus-summary-limit-to-recipient' and
7393 `gnus-summary-sort-by-recipient'.
7394
7395 2007-10-28 Romain Francoise <romain@orebokech.com>
7396
7397 * gnus.texi (NNTP marks): New node.
7398 (NNTP): Move NNTP marks variables to the new node.
7399
7400 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7401
7402 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
7403
7404 * gnus.texi (MIME Commands, Hashcash): Markup fix.
7405
7406 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7407
7408 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
7409 everywhere for consistency.
7410 (Filtering Spam Using The Spam ELisp Package): Admonish again.
7411 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
7412 Say "regular expression" instead of "regex." Admonish.
7413 Pick other words to sound better (s/so/thus/).
7414 (Spam ELisp Package Filtering of Incoming Mail):
7415 Mention statistical filters. Remove old TODO.
7416 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
7417 New section on sorting and displaying the spam score.
7418 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
7419 backend but an alias to spam-use-BBDB.
7420 (Extending the Spam ELisp package): Rewrite the example using the
7421 new backend functionality.
7422
7423 2007-10-28 Simon Josefsson <jas@extundo.com>
7424
7425 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
7426 nntp-marks-directory, from Romain Francoise
7427 <romain@orebokech.com>.
7428
7429 2007-10-28 Magnus Henoch <mange@freemail.hu>
7430
7431 * gnus.texi (Hashcash): New default value of
7432 hashcash-default-payment.
7433
7434 2007-10-28 Simon Josefsson <jas@extundo.com>
7435
7436 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
7437 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
7438
7439 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7440
7441 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
7442
7443 2007-10-28 Simon Josefsson <jas@extundo.com>
7444
7445 * gnus.texi (documentencoding): Add, to avoid warnings.
7446
7447 2007-10-28 Simon Josefsson <jas@extundo.com>
7448
7449 * message.texi (Mail Headers): Add.
7450
7451 * gnus.texi (Hashcash): Fix.
7452
7453 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7454
7455 * gnus.texi (Hashcash): Change location of library, also mention
7456 that payments can be verified and fix the name of the
7457 hashcash-path variable.
7458
7459 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7460
7461 * gnus.texi (Article Display): Add `gnus-picon-style'.
7462
7463 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7464
7465 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
7466
7467 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7468
7469 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7470 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
7471 warning about ham processors in spam groups removed.
7472
7473 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7474
7475 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
7476 From Hubert Chan <hubert@uhoreg.ca>.
7477
7478 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7479
7480 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
7481 (Mailing List): Typo.
7482 (Customizing Articles): Add gnus-treat-ansi-sequences.
7483 (Article Washing): Index.
7484
7485 * message.texi: Use m-dash consistently.
7486
7487 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7488
7489 * gnus.texi (GroupLens): Remove.
7490
7491 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
7492
7493 * gnus.texi (Outgoing Messages, Agent Variables):
7494 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
7495 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
7496
7497 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7498
7499 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
7500
7501 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7502
7503 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
7504
7505 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
7506
7507 2007-10-28 Simon Josefsson <jas@extundo.com>
7508
7509 * gnus.texi (Top): Add SASL.
7510
7511 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7512
7513 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
7514
7515 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7516
7517 * gnus.texi (Troubleshooting): Adjust Gnus version number.
7518
7519 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
7520
7521 * calc.texi (Formulas, Composition Basics): Lower the
7522 precedence of negation.
7523
7524 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
7525
7526 * ses.texi (The Basics): Mention how to create a new spreadsheet.
7527 Mention the new three-letter column identifiers.
7528 (More on cell printing): Calculate-cell and truncate-cell are now `c'
7529 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
7530 message when using `c' on an empty default with default printer.
7531 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
7532 renamed to `ses--symbolic-formulas' some time ago.
7533
7534 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
7535
7536 * calc.texi (Default Simplifications, Making Selections)
7537 (Customizing Calc): Clarify associativity of multiplication.
7538
7539 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
7540
7541 * tramp.texi (Traces and Profiles): Simplify loop over
7542 `trace-function-background'.
7543
7544 2007-10-22 Juri Linkov <juri@jurta.org>
7545
7546 * dired-x.texi (Shell Command Guessing): Default values are now
7547 available by typing M-n instead of M-p.
7548
7549 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
7550
7551 * tramp.texi (Cleanup remote connections): New section.
7552 (Password caching): Remove `tramp-clear-passwd'.
7553 It's not a command anymore.
7554 (Bug Reports): Add `tramp-bug' to function index.
7555 (Function Index, Variable Index): New nodes.
7556 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
7557
7558 * trampver.texi: Update release number.
7559
7560 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7561
7562 * calc.texi (History and Acknowledgements): Turn comment
7563 about integer size into past tense.
7564 (Time Zones): Remove pointer to Calc author's address.
7565 (Trigonometric and Hyperbolic Functions): Mention cotangent
7566 and hyperbolic cotangent. Fix typo.
7567
7568 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
7569
7570 Sync with Tramp 2.1.11.
7571
7572 * trampver.texi: Update release number.
7573
7574 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
7575
7576 * tramp.texi (External packages): New section.
7577
7578 2007-09-29 Juri Linkov <juri@jurta.org>
7579
7580 * info.texi (Help-Int): Document `L' (`Info-history').
7581
7582 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7583
7584 * org.texi: Change links to webpage and maintained email.
7585 (Remember): Promote to Chapter, significant changes.
7586 (Fast access to TODO states): New section.
7587 (Faces for TODO keywords): New section.
7588 (Export options): Example for #+DATE.
7589 (Progress logging): Section moved.
7590
7591 2007-09-26 Bill Wohler <wohler@newt.com>
7592
7593 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
7594 browse-url-at-mouse.
7595
7596 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
7597
7598 * flymake.texi (Customizable variables): Face names don't end in -face.
7599 Fix flymake-err-line-patterns template.
7600 (Example -- Configuring a tool called directly): Fix init-function.
7601 (Highlighting erroneous lines): Face names don't end in -face.
7602
7603 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
7604
7605 * erc.texi (Special-Features): Fix small typo.
7606
7607 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
7608
7609 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
7610 and "External transfer methods".
7611
7612 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
7613
7614 * calc.texi (Predefined Units): Add some history.
7615
7616 2007-09-08 Michael Olson <mwolson@gnu.org>
7617
7618 * erc.texi (Copying): New section included from gpl.texi.
7619 This matches the look of the upstream ERC manual.
7620
7621 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
7622
7623 * calc.texi (History and Acknowledgements): Adjust the "thanks".
7624 (Random Numbers): Clarify the distribution of `random'.
7625
7626 2007-09-06 Glenn Morris <rgm@gnu.org>
7627
7628 Move manual sources from man/ to subdirectories of doc/.
7629 Split into the Emacs manual in emacs/, and other manuals in misc/.
7630 Change all setfilename commands to use ../../info.
7631 * Makefile.in: Move the parts of the old man/Makefile.in that do not
7632 refer to the Emacs manual here.
7633 (infodir): New variable.
7634 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
7635 (cc-mode.texi, faq.texi): Update references to source file locations.
7636 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
7637 do not refer to the Emacs manual here.
7638 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
7639
7640 * Makefile.in: Add `basename' versions of all info targets, for
7641 convenience when rebuilding just one manual.
7642 (../etc/GNU): Delete obsolete target.
7643 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
7644 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
7645 *.vrs *.toc here...
7646 (maintainer-clean): ...from here.
7647
7648 * makefile.w32-in (../etc/GNU): Delete obsolete target.
7649
7650 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
7651
7652 * calc.texi (Date Conversions): Clarify definition of
7653 Julian day numbering.
7654 (Date Forms): Clarify definition of Julian day numbering;
7655 add some history.
7656
7657 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7658
7659 * org.texi: Version 5.07.
7660
7661 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7662
7663 * message.texi (MIME): Replace mml-attach with mml-attach-file.
7664
7665 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7666
7667 * org.texi (Adding hyperlink types): New section.
7668 (Embedded LaTeX): Chapter updated because of LaTeX export.
7669 (LaTeX export): New section.
7670 (Using links out): New section.
7671
7672 2007-08-22 Glenn Morris <rgm@gnu.org>
7673
7674 * faq.texi (Learning how to do something): Refcards now in
7675 etc/refcards/ directory.
7676
7677 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7678
7679 * tramp.texi (Remote Programs): Persistency file must be cleared when
7680 changing `tramp-remote-path'.
7681 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
7682 macro.
7683
7684 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7685
7686 * calc.texi: Move contents to beginning of file.
7687 (Algebraic Entry): Fix the formatting of an example.
7688
7689 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7690
7691 * calc.texi (Basic Operations on Units): Mention exact versus
7692 inexact conversions.
7693
7694 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7695
7696 * calc.texi (Basic Operations on Units): Mention default
7697 values for new units.
7698 (Quick Calculator Mode): Mention that binary format will
7699 be displayed.
7700
7701 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7702
7703 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
7704
7705 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7706
7707 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
7708
7709 2007-08-08 Glenn Morris <rgm@gnu.org>
7710
7711 * gnus.texi, sieve.texi: Replace `iff'.
7712
7713 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7714
7715 * calc.texi (Basic Graphics): Mention the graphing of error
7716 forms.
7717 (Graphics Options): Mention how `g s' handles error forms.
7718 (Curve Fitting): Mention plotting the curves.
7719 (Standard Nonlinear Models): Add additional models.
7720 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
7721 (Linear Fits): Correct result.
7722
7723 2007-08-01 Alan Mackenzie <acm@muc.de>
7724
7725 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
7726 to "--no-site-file".
7727
7728 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7729
7730 * tramp.texi (Frequently Asked Questions): Point to mode line
7731 extension in Emacs 23.1.
7732
7733 * trampver.texi: Update release number.
7734
7735 2007-07-27 Glenn Morris <rgm@gnu.org>
7736
7737 * calc.texi (Copying): Include license text from gpl.texi, rather than
7738 in-line.
7739
7740 2007-07-25 Glenn Morris <rgm@gnu.org>
7741
7742 * calc.texi (Copying): Replace license with GPLv3.
7743
7744 * Relicense all FSF files to GPLv3 or later.
7745
7746 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7747
7748 Sync with Tramp 2.1.10.
7749
7750 * tramp.texi (trampfn): Expand macro implementation in order to handle
7751 empty arguments.
7752 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
7753 occurrences by trampfn.
7754 (Frequently Asked Questions): Extend example code for host
7755 identification in the modeline. Add bbdb to approaches shortening Tramp
7756 file names to be typed.
7757
7758 * trampver.texi: Update release number.
7759
7760 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7761
7762 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
7763 section. Reported by <poti@potis.org>.
7764 (Remote processes): Arguments of the program to be debugged are taken
7765 literally.
7766 (Frequently Asked Questions): Simplify recentf example.
7767
7768 2007-07-14 Karl Berry <karl@gnu.org>
7769
7770 * info.texi (@copying): New Back-Cover Text.
7771
7772 * info.texi (Quitting Info): Move to proper place in source.
7773 (Reported by Benno Schulenberg.)
7774
7775 2007-07-13 Eli Zaretskii <eliz@gnu.org>
7776
7777 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
7778
7779 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
7780
7781 * emacs-mime.texi: Add @documentencoding directive.
7782
7783 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7784
7785 * tramp.texi (Remote processes): Add an anchor to the subsection
7786 "Running a debugger on a remote host".
7787
7788 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
7789
7790 * tramp.texi (Remote processes): Don't call it "experimental" any
7791 longer. Add subsection about running a debugger on a remote host.
7792
7793 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7794
7795 * org.texi (Properties and columns): Chapter rewritten.
7796
7797 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7798
7799 * tramp.texi:
7800 * trampver.texi: Migrate to Tramp 2.1.
7801
7802 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7803
7804 * org.texi (Properties): New chapter.
7805
7806 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
7807
7808 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
7809 Control Panel.
7810
7811 * gnus.texi (Misc Article): Add index entry for
7812 gnus-single-article-buffer.
7813
7814 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
7815
7816 * gnus.texi (Starting Up): Fix typo.
7817
7818 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
7819
7820 * gnus.texi (Asynchronous Fetching): Fix typo.
7821
7822 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7823
7824 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
7825 (About This Manual): Remove redundant information.
7826 (Getting Started): Mention author.
7827 (Basic Arithmetic, Customizing Calc): Make description of the
7828 variable `calc-multiplication-has-precedence' match its new effect.
7829
7830 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7831
7832 * calc.texi (Basic Arithmetic, Customizing Calc):
7833 Mention the variable `calc-multiplication-has-precedence'.
7834
7835 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
7836
7837 * org.texi (Tag): Section swapped with node Timestamps.
7838 (Formula syntax for Lisp): Document new `L' flag.
7839
7840 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
7841
7842 * gnus.texi (Misc Group Stuff, Summary Buffer)
7843 (Server Commands, Article Keymap): Fix typo. s/function/command/.
7844
7845 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7846
7847 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
7848 * gnus.texi (Article Buttons, Mail Source Customization)
7849 (Sending or Not Sending, Customizing NNDiary):
7850 * message.texi (Message Headers):
7851 * mh-e.texi (HTML): Fix typos.
7852
7853 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
7854
7855 Sync with Tramp 2.0.56.
7856
7857 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
7858 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
7859
7860 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7861
7862 * Version 22.1 released.
7863
7864 2007-05-26 Michael Olson <mwolson@gnu.org>
7865
7866 * erc.texi (Modules): Fix references to completion modules.
7867
7868 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
7869
7870 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
7871
7872 2007-05-09 Didier Verna <didier@xemacs.org>
7873
7874 * gnus.texi (Email Based Diary): New. Proper documentation for the
7875 nndiary back end and the gnus-diary library.
7876
7877 2007-05-03 Karl Berry <karl@gnu.org>
7878
7879 * .cvsignore (*.pdf): New entry.
7880
7881 * texinfo.tex: Update from current version for better pdf generation.
7882
7883 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
7884
7885 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
7886
7887 2007-04-28 Glenn Morris <rgm@gnu.org>
7888
7889 * faq.texi (New in Emacs 22): Restore mention of python.el pending
7890 consideration of legal status.
7891
7892 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
7893
7894 * idlwave.texi: Minor updates for IDLWAVE 6.1.
7895
7896 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
7897
7898 * faq.texi (New in Emacs 22): python.el removed.
7899
7900 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
7901
7902 * calc.texi (Reporting bugs): Update maintainer's address.
7903
7904 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
7905
7906 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
7907
7908 2007-04-15 Jay Belanger <belanger@truman.edu>
7909
7910 * calc.texi (Title page): Remove the date.
7911 (Basic Arithmetic): Emphasize that / binds less strongly than *.
7912 (The Standard Calc Interface): Change trail title.
7913 (Floats): Mention that when non-decimal floats are entered, only
7914 approximations are stored.
7915 (Copying): Move to the appendices.
7916 (GNU Free Documentation License): Add as an appendix.
7917
7918 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7919
7920 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
7921 * dired-x.texi, ebrowse.texi, ediff.texi:
7922 * emacs-mime.texi, erc.texi, eshell.texi:
7923 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
7924 * idlwave.texi, message.texi, newsticker.texi, org.texi:
7925 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
7926 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
7927 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
7928 * woman.texi: Include GFDL.
7929
7930 * doclicense.texi: Remove node heading, so that it can be included by
7931 other files.
7932
7933 * dired-x.texi: Relicence under GFDL. Remove date from title page.
7934
7935 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
7936 than *.
7937
7938 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
7939
7940 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
7941 in Calc.
7942
7943 2007-04-09 Romain Francoise <romain@orebokech.com>
7944
7945 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
7946 Mac OS ports. Make it clear that mouse-1 complements and doesn't
7947 replace mouse-2.
7948
7949 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
7950
7951 * woman.texi (Word at point, Interface Options): woman-topic-at-point
7952 renamed to woman-use-topic-at-point. Document new behavior.
7953
7954 2007-04-08 Richard Stallman <rms@gnu.org>
7955
7956 * url.texi: Fix some indexing.
7957 (Disk Caching): Drop discussion of old/other Emacs versions.
7958
7959 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
7960
7961 * url.texi (Disk Caching): Say Emacs 21 "and later".
7962
7963 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
7964 on Font locking which now mentions JIT lock.
7965
7966 2007-04-01 Michael Olson <mwolson@gnu.org>
7967
7968 * erc.texi: Update for the ERC 5.2 release.
7969
7970 2007-03-31 David Kastrup <dak@gnu.org>
7971
7972 * woman.texi (Topic, Interface Options): Explain changes semantics of
7973 woman-manpath in order to consider MANPATH_MAP entries.
7974
7975 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7976
7977 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
7978
7979 2007-03-26 Richard Stallman <rms@gnu.org>
7980
7981 * pgg.texi (Caching passphrase): Clean up previous change.
7982
7983 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
7984
7985 * gnus.texi (Setting Process Marks): Fix typo.
7986
7987 2007-03-25 Romain Francoise <romain@orebokech.com>
7988
7989 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
7990 readability, and include various fixes by Daniel Brockman, Nick Roberts
7991 and Dieter Wilhelm.
7992
7993 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
7994
7995 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
7996
7997 * gnus.texi (Mail Source Specifiers): Fix typo.
7998
7999 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
8000
8001 * reftex.texi (Imprint): Update maintainer information.
8002
8003 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8004
8005 * message.texi (Message Buffers): Update documentation for
8006 message-generate-new-buffers.
8007
8008 2007-03-15 Daiki Ueno <ueno@unixuser.org>
8009
8010 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
8011
8012 2007-03-21 Glenn Morris <rgm@gnu.org>
8013
8014 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
8015
8016 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
8017
8018 * eshell.texi (Known problems): Emacs 21 -> 22.
8019
8020 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
8021
8022 2007-03-18 Jay Belanger <belanger@truman.edu>
8023
8024 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
8025
8026 2007-03-12 Glenn Morris <rgm@gnu.org>
8027
8028 * calc.texi (Time Zones): Switch to new North America DST rule.
8029
8030 * calc.texi: Replace "daylight savings" with "daylight
8031 saving" in text throughout.
8032
8033 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8034
8035 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
8036 The variable now uses a list of symbols instead of just a symbol.
8037 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8038
8039 2007-03-06 Romain Francoise <romain@orebokech.com>
8040
8041 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
8042 new packages, and mention Gnus update.
8043
8044 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8045
8046 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
8047 nntp-open-connection-functions-never-echo-commands.
8048
8049 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
8050
8051 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
8052 problems on the console, and security risk in not using gpg-agent.
8053
8054 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
8055
8056 * org.texi (The spreadsheet): Rename from "Table calculations".
8057 Completely reorganized and rewritten.
8058 (CamelCase links): Section removed.
8059 (Repeating items): New section.
8060 (Tracking TODO state changes): New section.
8061 (Agenda views): Chapter reorganized and rewritten.
8062 (HTML export): Section rewritten.
8063 (Tables in arbitrary syntax): New section.
8064 (Summary): Better feature summary.
8065 (Activation): Document problem with cut-and-paste of Lisp code
8066 from PDF files.
8067 (Visibility cycling): Document indirect buffer use.
8068 (Structure editing): Document sorting.
8069 (Remember): Section rewritten.
8070 (Time stamps): Better description of time stamp types.
8071 (Tag searches): Document regular expression search for tags.
8072 (Stuck projects): New section.
8073 (In-buffer settings): New keywords.
8074 (History and Acknowledgments): Update description.
8075
8076 2007-02-24 Alan Mackenzie <acm@muc.de>
8077
8078 * cc-mode.texi (Movement Commands): Insert two missing command names.
8079 (Getting Started): Slight wording correction (use conditional).
8080
8081 2007-02-22 Kim F. Storm <storm@cua.dk>
8082
8083 * widget.texi (User Interface, Basic Types): Document need to put some
8084 text before the %v escape in :format string in editable-field widget.
8085
8086 2007-02-18 Romain Francoise <romain@orebokech.com>
8087
8088 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
8089 `cvs-mode-quit'.
8090
8091 2007-02-10 Markus Triska <markus.triska@gmx.at>
8092
8093 * widget.texi (Programming Example): Put constant strings in :format.
8094
8095 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
8096
8097 * faq.texi (Fullscreen mode on MS-Windows): New node.
8098
8099 2007-02-04 David Kastrup <dak@gnu.org>
8100
8101 * faq.texi (AUCTeX): Update version number. Should probably be done
8102 for other packages as well.
8103
8104 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8105
8106 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
8107 <tassilo@member.fsf.org>.
8108
8109 2007-01-20 Markus Triska <markus.triska@gmx.at>
8110
8111 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
8112
8113 2007-01-13 Michael Olson <mwolson@gnu.org>
8114
8115 * erc.texi (Modules): Mention capab-identify module.
8116
8117 2007-01-05 Michael Olson <mwolson@gnu.org>
8118
8119 * erc.texi (Getting Started): Update for /RECONNECT command.
8120
8121 2007-01-04 Richard Stallman <rms@gnu.org>
8122
8123 * ebrowse.texi: Change C-c b to C-c C-m.
8124
8125 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8126
8127 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
8128 variables only in info to avoid redundant entries in the printed
8129 manual.
8130
8131 2007-01-02 Daiki Ueno <ueno@unixuser.org>
8132
8133 * message.texi (Using PGP/MIME): Document gpg-agent usage.
8134
8135 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
8136
8137 * message.texi (Security): Split into sub-nodes.
8138
8139 2007-01-01 Alan Mackenzie <acm@muc.de>
8140
8141 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
8142 eval-after-load in Emacs <=21 and a workaround. Document that
8143 trigraphs are not supported.
8144
8145 2007-01-01 Alan Mackenzie <acm@muc.de>
8146
8147 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
8148 c-context-line-break. When invoked within a string, preserve
8149 whitespace. Add a backslash only when also in a macro.
8150
8151 2007-01-01 Alan Mackenzie <acm@muc.de>
8152
8153 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
8154
8155 2007-01-01 Alan Mackenzie <acm@muc.de>
8156
8157 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
8158 are now bound by default to c-\(beginning\|end\)-of-defun by default.
8159
8160 2007-01-01 Alan Mackenzie <acm@muc.de>
8161
8162 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
8163 "Choosing a Style".
8164
8165 * cc-mode.texi ("Styles"): Add @dfn{style}.
8166
8167 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
8168
8169 Sync with Tramp 2.0.55.
8170
8171 * trampver.texi: Update release number.
8172
8173 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
8174
8175 * gnus.texi (Customizing Articles): Add index entries for all
8176 gnus-treat-* variables.
8177
8178 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
8179
8180 * gnus.texi (IMAP): Fix incorrect explanation of
8181 nnimap-search-uids-not-since-is-evil in documentation for
8182 nnimap-expunge-search-string.
8183
8184 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
8185
8186 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
8187 spam-ifile-database.
8188
8189 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8190
8191 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
8192 rebind C-s.
8193
8194 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
8195
8196 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
8197 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
8198 "expiring mail".
8199 (IMAP): Document nnimap-search-uids-not-since-is-evil and
8200 nnimap-nov-is-evil.
8201
8202 2006-12-25 Kevin Ryde <user42@zip.com.au>
8203
8204 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
8205 about the key procedure being used heavily.
8206
8207 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
8208
8209 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
8210 to t.
8211 (Prerequisites): Add explanation about gpg-agent.
8212
8213 2006-12-22 Kevin Ryde <user42@zip.com.au>
8214
8215 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
8216 "sort" instead of "sort*".
8217
8218 2006-12-19 Richard Stallman <rms@gnu.org>
8219
8220 * calc.texi (History and Acknowledgements): Recognize that Emacs
8221 now does have floating point.
8222
8223 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
8224
8225 * tramp.texi (External transfer methods): Describe new method `scpc'.
8226
8227 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
8228
8229 * pgg.texi: Added short note on gpg-agent to the introduction.
8230
8231 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8232
8233 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
8234 also applies to Cc.
8235
8236 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8237
8238 * gnus.texi (X-Face): Clarify. Say which programs are required
8239 on Windows.
8240
8241 2006-12-08 Michael Olson <mwolson@gnu.org>
8242
8243 * erc.texi (Modules): Remove documentation for list module.
8244
8245 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8246
8247 * faq.texi (^M in the shell buffer): Ditto.
8248
8249 2006-11-20 Michael Olson <mwolson@gnu.org>
8250
8251 * erc.texi: Call this the 5.2 stable pre-release of ERC.
8252
8253 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
8254
8255 * org.texi: Fix typos.
8256 (Agenda commands): Document `C-k'.
8257
8258 2006-11-16 Eli Zaretskii <eliz@gnu.org>
8259
8260 * url.texi (http/https): Fix a typo in the HTTP URL.
8261
8262 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
8263
8264 * ada-mode.texi: Total rewrite.
8265
8266 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
8267
8268 * org.texi: Minor typo fixes.
8269
8270 2006-11-13 Bill Wohler <wohler@newt.com>
8271
8272 Release MH-E manual version 8.0.3.
8273
8274 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8275 release 8.0.3.
8276
8277 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
8278 to set MAILDIR.
8279 (Reading Mail): Document the customization of read-mail-command
8280 for MH-E.
8281 (Viewing Attachments): Document mm-discouraged-alternatives.
8282 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
8283 (Junk): Add more information about the settings of mh-junk-background
8284 in a program. Add /usr/bin/mh to PATH in examples.
8285
8286 2006-11-12 Richard Stallman <rms@gnu.org>
8287
8288 * woman.texi: Update author address but say he no longer maintains it.
8289
8290 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
8291
8292 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
8293 archived trees.
8294 (Checkboxes): Section moved to chapter 5, and extended.
8295 (The date/time prompt): New section.
8296 (Link abbreviations): New section.
8297 (Presentation and sorting): New section.
8298 (Custom agenda views): Section completely rewritten.
8299 (Summary): Compare with Planner.
8300 (Feedback): More info about creating backtraces.
8301 (Plain lists): Modify example.
8302 (Breaking down tasks): New section.
8303 (Custom time format): New section.
8304 (Time stamps): Document inactive timestamps.
8305 (Setting tags): More details about fast tag selection.
8306 (Block agenda): New section.
8307 (Custom agenda views): Section rewritten.
8308 (Block agenda): New section.
8309
8310 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8311
8312 * tramp.texi (Configuration): scp is the default method.
8313 (Default Method): Use ssh as example for another method.
8314
8315 2006-10-27 Richard Stallman <rms@gnu.org>
8316
8317 * woman.texi: Downcase nroff/troff/roff.
8318 (Installation): Chapter deleted. Some xrefs deleted.
8319 (Background): woman doesn't advise man ;-).
8320
8321 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8322
8323 * ada-mode.texi (Project files, Identifier completion)
8324 (Automatic Casing, Debugging, Using non-standard file names)
8325 (Working Remotely): Fix typos.
8326
8327 2006-10-20 Masatake YAMATO <jet@gyve.org>
8328
8329 * cc-mode.texi (Sample .emacs File): Add missing `)' in
8330 sample code `my-c-initialization-hook'.
8331
8332 2006-10-19 Stuart D. Herring <herring@lanl.gov>
8333
8334 * widget.texi: Fix typos.
8335
8336 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
8337
8338 * tramp.texi (Frequently Asked Questions): Remove questions marked with
8339 "???". There have been no complaints for years, so the information
8340 must be appropriate.
8341
8342 2006-10-16 Richard Stallman <rms@gnu.org>
8343
8344 * widget.texi: Use @var instead of capitalization.
8345 Clarify many widget type descriptions.
8346
8347 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8348
8349 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
8350 gnus-dired-attach.
8351 (Selecting a Group): Fix typo.
8352
8353 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8354
8355 * widget.texi: Fix typos.
8356
8357 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
8358
8359 * gnus.texi (Image Enhancements): Update for Emacs 22.
8360
8361 * gnus-faq.texi ([1.3]): Update.
8362
8363 2006-10-06 Richard Stallman <rms@gnu.org>
8364
8365 * faq.texi (Displaying the current line or column):
8366 Delete "As of Emacs 20".
8367
8368 2006-10-06 Romain Francoise <romain@orebokech.com>
8369
8370 * faq.texi (VM): VM works with Emacs 22 too.
8371
8372 2006-10-06 Richard Stallman <rms@gnu.org>
8373
8374 * ebrowse.texi: Remove Emacs version "21" from title.
8375
8376 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
8377
8378 * gnus.texi (Foreign Groups): Say where change of editing commands are
8379 stored. Add reference to `gnus-parameters'.
8380
8381 2006-09-15 Jay Belanger <belanger@truman.edu>
8382
8383 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
8384 Change "Library Public License" to "Lesser Public License"
8385 throughout. Use "yyyy" to represent year.
8386
8387 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
8388
8389 * org.texi (Setting tags): Typo fix.
8390
8391 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
8392
8393 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
8394
8395 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
8396
8397 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
8398
8399 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8400
8401 * faq.texi (Escape sequences in shell output): EMACS is now set
8402 to Emacs's absolute file name, not to "t".
8403 (^M in the shell buffer): Likewise.
8404
8405 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8406
8407 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
8408 mails with pop3-leave-mail-on-server. Fix wording.
8409 (Limiting): Improve gnus-summary-limit-to-articles.
8410 (X-Face): Fix typo.
8411
8412 2006-09-11 Simon Josefsson <jas@extundo.com>
8413
8414 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
8415 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
8416
8417 2006-09-06 Simon Josefsson <jas@extundo.com>
8418
8419 * smtpmail.texi (Authentication): Mention SSL.
8420
8421 2006-09-03 Diane Murray <disumu@x3y2z1.net>
8422
8423 * erc.texi (Getting Started, Connecting): Change erc-select to erc.
8424
8425 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8426
8427 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
8428 Don't use @indicateurl.
8429
8430 * cc-mode.texi (Subword Movement): Don't use @headitem.
8431 (Custom Braces, Clean-ups): Don't use @tie.
8432
8433 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8434
8435 Sync with Tramp 2.0.54.
8436
8437 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
8438 Suggested by Adrian Phillips <a.phillips@met.no>.
8439
8440 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8441
8442 * org.texi (Installation, Activation): Split from Installation and
8443 Activation.
8444 (Clocking work time): Documented new features.
8445
8446 2006-08-13 Alex Schroeder <alex@gnu.org>
8447
8448 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
8449 example.
8450
8451 2006-08-12 Eli Zaretskii <eliz@gnu.org>
8452
8453 * faq.texi (How to add fonts): New node.
8454
8455 2006-08-05 Romain Francoise <romain@orebokech.com>
8456
8457 * faq.texi (New in Emacs 22): Expand.
8458
8459 2006-08-03 Michael Olson <mwolson@gnu.org>
8460
8461 * erc.texi: Update for ERC 5.1.4.
8462
8463 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8464
8465 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
8466 in .../site-lisp/gnus/ by default.
8467 [ From gnus-news.texi in the trunk. ]
8468
8469 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8470
8471 * gnus.texi (MIME Commands): Additions for yEnc.
8472
8473 2006-07-24 Richard Stallman <rms@gnu.org>
8474
8475 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
8476 * faq.texi: Move periods and commas inside quotes.
8477
8478 2006-07-20 Jay Belanger <belanger@truman.edu>
8479
8480 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
8481
8482 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
8483
8484 * faq.texi (Security risks with Emacs): Document Emacs 22
8485 file-local-variable mechanism.
8486
8487 2006-07-12 Michael Olson <mwolson@gnu.org>
8488
8489 * erc.texi: Update for ERC 5.1.3.
8490
8491 2006-07-12 Alex Schroeder <alex@gnu.org>
8492
8493 * rcirc.texi: Fix typos.
8494 (Getting started with rcirc): New calling convention for M-x irc.
8495 Mention #rcirc. Removed channel tracking.
8496 (Configuration): Change the names of all variables that got changed
8497 recently, eg. rcirc-server to rcirc-default-server. Added
8498 documentation for rcirc-authinfo, some background for Bitlbee, and
8499 rcirc-track-minor-mode.
8500 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
8501 Scrolling.
8502 (Reconnecting after you have lost the connection): Fix example code
8503 to match code changes.
8504
8505 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8506
8507 * gnus.texi, message.texi: Fix typos.
8508
8509 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8510
8511 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
8512 commands.
8513 (Global TODO list): Document the use of the variables
8514 `org-agenda-todo-ignore-scheduled' and
8515 `org-agenda-todo-list-sublevels'.
8516
8517 2006-07-05 Richard Stallman <rms@gnu.org>
8518
8519 * faq.texi (Scrolling only one line): Fix xref.
8520
8521 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8522
8523 * faq.texi (Evaluating Emacs Lisp code):
8524 Throughout, replace eval-current-buffer with eval-buffer.
8525
8526 2006-07-03 Richard Stallman <rms@gnu.org>
8527
8528 * rcirc.texi (Scrolling conservatively): Fix xref.
8529
8530 * pcl-cvs.texi (Viewing differences): Usage fix.
8531
8532 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8533
8534 * org.texi (Agenda commands): Document `s' key to save all org-mode
8535 buffers.
8536
8537 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
8538
8539 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
8540 names. Mention `cvs-msg' face.
8541
8542 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8543
8544 * org.texi (Checkboxes): New section.
8545
8546 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8547
8548 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
8549 throughout this chapter.
8550
8551 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
8552
8553 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
8554 text for standalone vs Emacs info.
8555 (Help): Clarify header line description. Use mouse-1 for clicks.
8556 (Help-P): Use mouse-1 for clicks.
8557 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
8558 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
8559 (Choose menu subtopic): Remove gratuitous Emacs command names.
8560 (Help-FOO): Put usual behavior first.
8561 (Help-Xref): Clicking on xrefs works in Emacs.
8562 (Search Text): Clarify what the default behavior is.
8563 (Create Info buffer): Fix Emacs window/X window confusion.
8564 (Emacs Info Variables): Fix for new Emacs init file behavior.
8565
8566 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8567
8568 * gnus.texi (Summary Buffer Lines): Fix typo.
8569
8570 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8571
8572 * org.texi (Embedded LaTeX): New chapter.
8573 (Archiving): Section rewritten.
8574 (Enhancing text): Some parts moved to the new chapter about LaTeX.
8575
8576 2006-06-20 Bill Wohler <wohler@newt.com>
8577
8578 Release MH-E manual version 8.0.1.
8579
8580 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8581 release 8.0.1.
8582 (Preface): Depend on GNU mailutils 1.0 and higher.
8583
8584 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8585
8586 * message.texi (News Headers): Update message-syntax-checks section.
8587
8588 2006-06-19 Karl Berry <karl@gnu.org>
8589
8590 * info.texi (Advanced): Mention C-q, especially with ?.
8591
8592 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8593
8594 * org.texi (Publishing links): Document the `:link-validation-function'
8595 property.
8596 (Extensions and Hacking): New chapter, includes some sections of the
8597 "Miscellaneous" chapter.
8598
8599 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8600
8601 * org.texi (Progress logging): New section.
8602
8603 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8604
8605 * org.texi (ASCII export): Document indentation adaptation.
8606 (Setting tags): Document mutually-exclusive tags.
8607
8608 2006-06-05 Romain Francoise <romain@orebokech.com>
8609
8610 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
8611 Fix typo.
8612
8613 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
8614 channel (#gnus@irc.freenode.net).
8615 Fix typos. Update copyright notice.
8616
8617 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
8618 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
8619 (Line-Up Functions, Custom Macros):
8620 * ediff.texi (Window and Frame Configuration)
8621 (Highlighting Difference Regions):
8622 * emacs-mime.texi (Display Customization):
8623 * erc.texi (History):
8624 * eshell.texi (Known problems):
8625 * eudc.texi (Overview, BBDB):
8626 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
8627 (The problem of spam, SpamOracle, Extending the Spam package)
8628 (Conformity, Terminology):
8629 * idlwave.texi (Routine Info)
8630 (Class and Keyword Inheritance, Padding Operators)
8631 (Breakpoints and Stepping, Electric Debug Mode)
8632 (Examining Variables, Troubleshooting):
8633 * org.texi (Creating timestamps):
8634 * reftex.texi (Commands, Options, Changes):
8635 * tramp.texi (Inline methods, Password caching)
8636 (Auto-save and Backup, Issues):
8637 * vip.texi (Files, Commands in Insert Mode):
8638 * viper.texi (Emacs Preliminaries, States in Viper)
8639 (Packages that Change Keymaps, Viper Specials, Groundwork):
8640 Fix various typos.
8641
8642 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
8643
8644 * ediff.texi: Fix typos.
8645
8646 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
8647
8648 * org.texi: Small typo fixes.
8649
8650 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8651
8652 * viper.texi (Viper Specials):
8653 * gnus.texi (Example Setup):
8654 * faq.texi (Backspace invokes help):
8655 * dired-x.texi (Optional Installation Dired Jump):
8656 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
8657 follow coding conventions.
8658
8659 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
8660
8661 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
8662
8663 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8664
8665 * pcl-cvs.texi: Fix typos.
8666 (Customization): Say "us".
8667
8668 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8669
8670 * org.texi: Remove bogus @setfilename.
8671
8672 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
8673
8674 * org.texi (ASCII export): Omit command name.
8675 (HTML export): Add prefix to all lines in Local Variable example.
8676 (Acknowledgments): Typeset names in italics.
8677
8678 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
8679
8680 * org.texi (Plain lists): Add new item navigation commands.
8681 (External links): Document elisp and info links.
8682 (Custom searches): New section.
8683 (Publishing): New chapter.
8684 (HTML export): Include a list of supported CSS classes.
8685 (Setting tags): Describe the fast-tag-setting interface.
8686
8687 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
8688
8689 * dired-x.texi: ifinfo -> ifnottex.
8690
8691 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8692
8693 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
8694
8695 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
8696
8697 * message.texi (Interface): Add tool bar customization.
8698 (MIME): Index and text additions for mml-attach.
8699 (MIME): Describe mml-dnd-protocol-alist and
8700 mml-dnd-attach-options.
8701
8702 * gnus.texi (Oort Gnus): Reorder entries in sections.
8703 Fix some entries.
8704 (Starting Up): Add references to "Emacs for Heathens" and to
8705 "Finding the News". Add user-full-name and user-mail-address.
8706 (Group Buffer Format): Add tool bar customization and update.
8707 (Summary Buffer): Add tool bar customization.
8708 (Posting Styles): Add message-alternative-emails.
8709
8710 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
8711
8712 * tramp.texi (Filename completion): Improve wording.
8713
8714 2006-05-07 Romain Francoise <romain@orebokech.com>
8715
8716 * faq.texi (Using regular expressions): Fix typo.
8717 (Packages that do not come with Emacs): Fix capitalization.
8718 (Replacing text across multiple files): Expand node to explain how
8719 to use `dired-do-query-replace-regexp' in more detail, based on
8720 suggestion by Eric Hanchrow <offby1@blarg.net>.
8721
8722 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
8723
8724 * tramp.texi (Filename completion): Completion of remote files'
8725 method, user name and host name is active only in partial
8726 completion mode.
8727
8728 2006-05-06 Bill Wohler <wohler@newt.com>
8729
8730 Release MH-E manual version 8.0.
8731
8732 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8733 release 8.0.
8734
8735 2006-05-06 Bill Wohler <wohler@newt.com>
8736
8737 * mh-e.texi (MH-BOOK-HOME): Change from
8738 http://www.ics.uci.edu/~mh/book/mh to
8739 http://rand-mh.sourceforge.net/book/mh.
8740 Replace .htm suffix with .html for MH book files.
8741 (Using This Manual): Update key binding for getting relevant
8742 chapter in Info from command key.
8743 (Ranges): Fix itemx.
8744
8745 2006-05-05 Karl Berry <karl@gnu.org>
8746
8747 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
8748 (\fonttextsize): New user-level command to change text font size.
8749
8750 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
8751
8752 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
8753
8754 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8755
8756 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
8757
8758 2006-04-24 Bill Wohler <wohler@newt.com>
8759
8760 * mh-e.texi (Getting Started): Make it more explicit that you need
8761 to install MH. Add pointers to current MH implementations.
8762
8763 2006-04-21 Bill Wohler <wohler@newt.com>
8764
8765 Release MH-E manual version 7.94.
8766
8767 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8768 release 7.94.
8769
8770 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
8771
8772 * org.texi: Many small fixes.
8773 (Handling links): Rename from "Managing links".
8774
8775 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
8776
8777 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
8778 (Splitting mail using spam-stat): Fix @xref.
8779
8780 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
8781
8782 * gnus.texi (Spam Package): Major revision of the text.
8783 Previously this node was "Filtering Spam Using The Spam ELisp Package".
8784
8785 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
8786
8787 * org.texi (Time stamps): Better explanation of the purpose of
8788 different time stamps.
8789 (Structure editing, Plain lists): More details on how new items
8790 and headings are inserted.
8791
8792 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
8793
8794 * org.texi (Formula syntax): Fix link to Calc Manual.
8795
8796 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
8797
8798 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
8799
8800 2006-04-17 Bill Wohler <wohler@newt.com>
8801
8802 * mh-e.texi (Folders): Update mh-before-quit-hook and
8803 mh-quit-hook example with code that removes the buffers rather
8804 than just bury them.
8805
8806 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
8807
8808 Sync with Tramp 2.0.53.
8809
8810 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8811
8812 * org.texi (Updating settings): New section.
8813 (Visibility cycling): Better names for the startup folding
8814 options.
8815 (Exporting): Completely restructured.
8816 (The very busy C-c C-c key): New section.
8817 (Summary of in-buffer settings): New section.
8818
8819 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
8820
8821 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
8822
8823 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
8824
8825 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
8826 (Server Commands): Key `v' is reserved for users.
8827
8828 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
8829
8830 * org.texi (Link format): New section, emphasis on bracket links.
8831 (External links): Document bracket links.
8832 (FAQ): Expand to cover shell links and the new link format.
8833
8834 2006-04-09 Kevin Ryde <user42@zip.com.au>
8835
8836 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
8837
8838 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8839
8840 * gnus.texi (Summary Buffer Lines): Add `*'.
8841
8842 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
8843
8844 * gnus.texi (Group Parameters):
8845 Mention gnus-permanently-visible-groups.
8846
8847 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8848
8849 * gnus.texi (Face): Fix typo.
8850
8851 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
8852
8853 * gnus.texi (X-Face): Clarify.
8854 (Face): Need Emacs with PNG support.
8855
8856 2006-04-06 Richard Stallman <rms@gnu.org>
8857
8858 * idlwave.texi: Delete the blocks "not suitable for inclusion with
8859 Emacs".
8860
8861 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
8862
8863 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
8864 blocks not suitable for inclusion with Emacs using variable
8865 PARTOFEMACS.
8866
8867 2006-04-04 Simon Josefsson <jas@extundo.com>
8868
8869 * gnus.texi (Security): Improve.
8870
8871 2006-04-02 Karl Berry <karl@gnu.org>
8872
8873 * texinfo.tex: Update to current version (2006-03-21.13).
8874
8875 2006-04-02 Bill Wohler <wohler@newt.com>
8876
8877 * mh-e.texi (Getting Started, Junk, Bug Reports)
8878 (MH FAQ and Support): Fix URLs.
8879
8880 2006-03-31 Romain Francoise <romain@orebokech.com>
8881
8882 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
8883 to t, not nil (and has for the past eight years).
8884
8885 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8886
8887 * message.texi, gnus.texi: Bump version to 5.11.
8888
8889 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
8890
8891 * gnus.texi (Top): Add comment about version line.
8892
8893 * message.texi (Top): Ditto. Change to take named versions into
8894 account.
8895
8896 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
8897
8898 * gnus.texi (Posting Styles): Add x-face-file to example.
8899 (X-Face): Refer to posting styles.
8900
8901 * gnus-faq.texi ([5.8]): Add x-face-file.
8902 ([8.4]): Add links to gmane.emacs.gnus.user and
8903 gmane.emacs.gnus.general.
8904
8905 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
8906
8907 * gnus-faq.texi: Use .invalid.
8908 ([5.4]): Fix gnus-posting-styles example.
8909
8910 2006-03-27 Romain Francoise <romain@orebokech.com>
8911
8912 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
8913 Emacs/W3 needs a new maintainer.
8914 (Ispell): Update author and version info.
8915 (Mailcrypt): Mention PGG.
8916 (New in Emacs 22): Add PGG to the list of new packages.
8917 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
8918 updating dead URLs.
8919
8920 2006-03-25 Karl Berry <karl@gnu.org>
8921
8922 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
8923 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
8924 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
8925 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
8926 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
8927 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
8928 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
8929 (2) do not indent copyright year list (or anything else).
8930
8931 2006-03-21 Bill Wohler <wohler@newt.com>
8932
8933 * mh-e.texi (Folders): Various edits.
8934
8935 2006-03-20 Romain Francoise <romain@orebokech.com>
8936
8937 * gnus.texi (Mail Folders): Grammar fix.
8938
8939 2006-03-19 Bill Wohler <wohler@newt.com>
8940
8941 * mh-e.texi (Replying): Document Mail-Followup-To.
8942 Change manually-formatted table to multitable. Add debugging info.
8943 Move description of mh-reply-default-reply-to into paragraph
8944 that describes its values.
8945
8946 2006-03-17 Bill Wohler <wohler@newt.com>
8947
8948 * mh-e.texi: Use smallexample and smalllisp consistently.
8949 (Sending Mail Tour): Update method of entering
8950 addresses and subject.
8951 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
8952 (Adding Attachments, Searching): Update screenshots for Emacs 22.
8953
8954 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
8955
8956 * org.texi: Version number change only.
8957
8958 2006-03-14 Bill Wohler <wohler@newt.com>
8959
8960 * mh-e.texi: Add index entries around each paragraph rather than
8961 depend on entries from beginning of node. Doing so ensures that
8962 index entries are less likely to be forgotten if text is cut and
8963 pasted, and are necessary anyway if the references are on a
8964 separate page. It seems that makeinfo is now (v. 4.8) only
8965 producing one index entry per node, so there is no longer any
8966 excuse not to. Use subheading instead of heading. The incorrect
8967 use of heading produced very large fonts in Info--as large as the
8968 main heading.
8969 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
8970 versions 6 and 7 appeared *around* the time of these Emacs releases.
8971
8972 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
8973
8974 * org.texi (Clean view): Document new startup options.
8975
8976 2006-03-11 Bill Wohler <wohler@newt.com>
8977
8978 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
8979 (Composing, Scan Line Formats): Fix @refs.
8980 (Getting Started): Define MH profile and MH profile components.
8981 (Incorporating Mail, Reading Mail, Viewing, Printing)
8982 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
8983 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
8984 for string constants.
8985 (Tool Bar): Remove spurious quote.
8986 (Junk): Use ``...'' instead of "...".
8987 (Scan Line Formats): Replace @samp with @kbd.
8988
8989 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
8990
8991 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
8992
8993 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
8994
8995 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
8996 easy to understand.
8997
8998 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
8999
9000 * gnus.texi: Markup fix.
9001 (Fancy Mail Splitting): Specify new feature.
9002
9003 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
9004
9005 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
9006 partial-words matching.
9007
9008 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
9009
9010 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
9011
9012 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
9013 (MIME Commands): Fix mm-discouraged-alternatives.
9014
9015 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
9016
9017 * org.texi: Version number change only.
9018
9019 2006-03-06 Bill Wohler <wohler@newt.com>
9020
9021 * mh-e.texi: Move from SourceForge repository to Savannah.
9022 This is version 7.93, which is a total rewrite from the previous
9023 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
9024 version 7.93.
9025
9026 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9027
9028 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
9029
9030 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
9031
9032 * org.texi (Interaction): Add item about `org-mouse.el' by
9033 Piotr Zielinski.
9034 (Managing links): Document that also mouse-1 can be used to
9035 activate a link.
9036 (Headlines, FAQ): Add entry about hiding leading stars.
9037 (Miscellaneous): Resort the sections in this chapter to a more
9038 logical sequence.
9039
9040 2006-02-27 Simon Josefsson <jas@extundo.com>
9041
9042 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
9043 2004-01-27 from the trunk).
9044
9045 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9046
9047 * cc-mode.texi: Rename c-hungry-backspace to
9048 c-hungry-delete-backwards, at the request of RMS. Leave the old
9049 name as an alias.
9050
9051 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9052
9053 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
9054 include the function header within the defun.
9055
9056 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9057
9058 * cc-mode.texi: Correct two typos.
9059
9060 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9061
9062 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
9063 existing comment.
9064 (Electric Keys): Add a justification for electric indentation.
9065 (Hungry WS Deletion): Clear up the names and complications of the
9066 BACKSPACE and DELETE keys.
9067
9068 2006-02-23 Juri Linkov <juri@jurta.org>
9069
9070 * faq.texi (Common requests): Move `Turning on auto-fill by
9071 default' after `Wrapping words automatically'. Move `Working with
9072 unprintable characters' before `Searching for/replacing newlines'.
9073 Move `Replacing highlighted text' after `Highlighting a region'.
9074 Merge `Repeating commands' and `Repeating a command as many times
9075 as possible' into the former.
9076 (Packages that do not come with Emacs): Add refs to Gmane and
9077 etc/MORE.STUFF.
9078
9079 2006-02-23 Juri Linkov <juri@jurta.org>
9080
9081 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
9082 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
9083 Add xref to `(emacs)Reporting Bugs'.
9084 (Getting a printed manual): Add URL to other formats of the manual.
9085 (Common requests): Fix menu.
9086 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
9087 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
9088 (Inserting text at the beginning of each line): Add pxref to
9089 `Changing the included text prefix'.
9090 (Forcing the cursor to remain in the same column): Mention `track-eol'
9091 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
9092 (Replacing text across multiple files): Add keybinding `Q' for
9093 `dired-do-query-replace'.
9094
9095 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
9096
9097 * reftex.texi: Version number and date change only.
9098
9099 * org.texi (Internal Links): Rewrite to cover the modified
9100 linking system.
9101
9102 2006-02-17 Eli Zaretskii <eliz@gnu.org>
9103
9104 * faq.texi: Remove the coding cookie, it's not needed anymore.
9105
9106 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9107
9108 * faq.texi (Colors on a TTY): Mention Mac OS port.
9109
9110 2006-02-12 Karl Berry <karl@gnu.org>
9111
9112 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
9113 8-bit accented a.
9114
9115 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
9116
9117 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
9118
9119 2006-02-08 Romain Francoise <romain@orebokech.com>
9120
9121 * faq.texi (Top): Remove paragraph about the FAQ being a
9122 transitional document, etc.
9123 (Searching for/replacing newlines): New node.
9124 (Yanking text in isearch): New node.
9125 (Inserting text at the beginning of each line): Rename and make
9126 more general, mention `M-;' in Message mode.
9127
9128 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
9129
9130 * faq.texi (Meta key does not work in xterm)
9131 (Emacs does not display 8-bit characters)
9132 (Inputting eight-bit characters): Update xrefs.
9133
9134 2006-02-06 Romain Francoise <romain@orebokech.com>
9135
9136 * faq.texi (VM): VM now at version 7.19.
9137 Set myself as maintainer of this file.
9138
9139 2006-02-04 Michael Olson <mwolson@gnu.org>
9140
9141 * erc.texi (History): Note that ERC is now included with Emacs.
9142
9143 2006-01-31 Romain Francoise <romain@orebokech.com>
9144
9145 * message.texi (Message Headers): Explain what
9146 `message-alternative-emails' does in more detail.
9147 Update copyright year.
9148
9149 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
9150
9151 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
9152
9153 2006-01-29 Richard M. Stallman <rms@gnu.org>
9154
9155 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
9156
9157 2006-01-29 Michael Olson <mwolson@gnu.org>
9158
9159 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
9160
9161 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
9162
9163 * faq.texi (New in Emacs 22): Mention ERC.
9164
9165 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9166
9167 * rcirc.texi: Capitalize dir entry for consistency with the entry
9168 in info/dir and other entries in the Emacs category.
9169 Fix typos. Delete trailing whitespace.
9170
9171 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
9172
9173 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
9174
9175 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9176
9177 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
9178 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9179
9180 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
9181 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9182
9183 2006-01-27 Alex Schroeder <alex@gnu.org>
9184
9185 * rcirc.texi: New file.
9186
9187 2006-01-23 Juri Linkov <juri@jurta.org>
9188
9189 * widget.texi (User Interface): Add S-TAB for widget-backward.
9190
9191 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
9192
9193 Sync with Tramp 2.0.52.
9194
9195 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
9196 Add Tramp disabling item. New item for common connection problems.
9197 (various): Apply "ftp" as method for the download URL.
9198 (Bug Reports): Refer to FAQ for common problems.
9199
9200 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9201
9202 * widget.texi (User Interface): Use @key for TAB.
9203
9204 * ses.texi (Formulas, Printer functions): Use @key for TAB.
9205
9206 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
9207 for TAB.
9208
9209 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
9210
9211 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9212
9213 * gnus.texi: Update copyright.
9214
9215 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
9216
9217 * gnus.texi (Article Washing): Additions.
9218
9219 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9220
9221 * org.texi (Agenda commands): Document tags command.
9222
9223 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9224
9225 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
9226
9227 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9228
9229 * gnus.texi (RSS): Addition.
9230
9231 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9232
9233 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
9234
9235 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9236
9237 * emacs-mime.texi (Display Customization): Add setting example to
9238 mm-discouraged-alternatives.
9239
9240 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9241
9242 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
9243 version is the canonical version.
9244
9245 2006-01-08 Alex Schroeder <alex@gnu.org>
9246
9247 * pgg.texi (Caching passphrase): Rewording.
9248
9249 2006-01-06 Eli Zaretskii <eliz@gnu.org>
9250
9251 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
9252 repository URL.
9253
9254 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
9255
9256 * org.texi: Removed the accidentally re-added empty line in the
9257 direntry.
9258
9259 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
9260
9261 * org.texi (Agenda Views): Chapter reorganized.
9262
9263 2005-12-29 Romain Francoise <romain@orebokech.com>
9264
9265 * faq.texi (Using Customize): New node.
9266
9267 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9268
9269 * org.texi: Remove blank line in @direntry. It is non-standard
9270 and recursively produces blank lines all over the dir file (when
9271 using Texinfo 4.8).
9272
9273 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9274
9275 * widget.texi (atoms): Delete obsolete remark about `file' widget.
9276
9277 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9278
9279 * org.texi (Tags): Boolean logic documented.
9280 (Agenda Views): Document custom commands.
9281
9282 2005-12-20 David Kastrup <dak@gnu.org>
9283
9284 * faq.texi (AUCTeX): Update version and mailing list info.
9285
9286 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9287
9288 * gnus.texi (MIME Commands): Mention addition of
9289 multipart/alternative to gnus-buttonized-mime-types and add xref
9290 to mm-discouraged-alternatives.
9291
9292 * emacs-mime.texi (Display Customization): Mention addition of
9293 "image/.*" and add xref to gnus-buttonized-mime-types in the
9294 mm-discouraged-alternatives section.
9295
9296 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9297
9298 * org.texi (Tags): New section.
9299 (Agenda Views): Chapter reorganized.
9300
9301 2005-12-16 Eli Zaretskii <eliz@gnu.org>
9302
9303 * org.texi (Internal Links): Add a missing comma after an @xref.
9304
9305 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
9306
9307 * faq.texi (Filling paragraphs with a single space): No need to
9308 change sentence-end now.
9309
9310 2005-12-13 Romain Francoise <romain@orebokech.com>
9311
9312 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
9313
9314 2005-12-12 Jay Belanger <belanger@truman.edu>
9315
9316 * faq.texi (Calc): Update version number.
9317
9318 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9319
9320 * org.texi (Progress Logging): New section.
9321
9322 2005-12-10 Romain Francoise <romain@orebokech.com>
9323
9324 Update the Emacs FAQ for the 22.1 release.
9325
9326 * faq.texi: Set VER to `22.1'.
9327 (Basic editing): Explain how to use localized versions of the
9328 Tutorial. Mention that `C-h r' displays the manual.
9329 Delete obsolete WWW link to an Emacs 18 tutorial.
9330 (Getting a printed manual): Point to the new locations of the
9331 manuals on the GNU Web site.
9332 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
9333 available via Info (it was previously distributed separately).
9334 (Installing Texinfo documentation): The latest version of Texinfo
9335 is 4.8, not 4.0.
9336 (Informational files for Emacs): COPYING is the GNU General Public
9337 License, not the Emacs General Public License.
9338 (Informational files for Emacs): Delete obsolete link to the
9339 GNUinfo pages as they have been removed from the GNU Web site.
9340 (New in Emacs 22): New node.
9341 (Setting up a customization file): Say that most packages support
9342 Customize nowadays.
9343 (Colors on a TTY): Delete reference to instructions on how to
9344 enable syntax highlighting, it is now enabled by default.
9345 (Turning on abbrevs by default): Emacs now reads the abbrevs file
9346 at startup automatically.
9347 (Controlling case sensitivity): Mention `M-c' in isearch.
9348 (Using an already running Emacs process): Emacs now creates the
9349 socket in `/tmp/emacsUID'. Fix typos. Change default location of
9350 gnuserv. As emacsclient can now run Lisp code as well, delete a
9351 sentence praising gnuserv for that. Simplify description of how
9352 the client/server operation works.
9353 (Compiler error messages): Delete obsolete text (compile.el has
9354 been rewritten).
9355 (Indenting switch statements): Fix typo.
9356 (Matching parentheses): Simplify setup instructions, mention the
9357 menu bar item in the Options menu.
9358 (Repeating a command as many times as possible): Mention `C-x e'.
9359 (Going to a line by number): Mention new keymap and bindings
9360 `M-g M-g', `M-g M-p' and `M-g M-n'.
9361 (Turning on syntax highlighting): Now on by default. Simplify.
9362 (Replacing highlighted text): Use `1', not `t'.
9363 (Problems with very large files): The maximum size is now 256MB on
9364 32-bit machines.
9365 (^M in the shell buffer): Mention `comint-process-echoes'.
9366 (Emacs for Apple computers): Emacs 22 has native support for Mac
9367 OS X.
9368 (Translating names to IP addresses): Delete node.
9369 (Binding keys to commands): Fix typo.
9370 (SPC no longer completes file names): New node.
9371 (MIME with Emacs mail packages): Delete section about the Emacs
9372 MIME FAQ (it's not reachable anymore).
9373
9374 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9375
9376 * cc-mode.texi: The manual has been extensively revised: the
9377 information about using CC Mode has been separated from the larger
9378 and more difficult chapters about configuration. It has been
9379 updated for CC Mode 5.31.
9380
9381 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9382
9383 * pgg.texi (User Commands): Fix description of pgg-verify-region.
9384 (Selecting an implementation): Fix descriptions.
9385
9386 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9387
9388 * message.texi (Various Message Variables): Addition.
9389
9390 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9391
9392 * message.texi: Fix default values.
9393
9394 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9395
9396 * message.texi (Header Commands): Clarify descriptions of
9397 message-cross-post-followup-to, message-reduce-to-to-cc, and
9398 message-insert-wide-reply.
9399 (Various Commands): Fix kindex for message-kill-to-signature;
9400 clarify description of message-tab.
9401
9402 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
9403
9404 * message.texi (Mailing Lists): Fix description about MFT.
9405
9406 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
9407
9408 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9409
9410 * gnus.texi (Slow Terminal Connection): Replace old description
9411 with new one.
9412
9413 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
9414
9415 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
9416 replace X-Draft-Headers with X-Draft-From.
9417
9418 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9419
9420 * gnus.texi (Various Various): Fix the default value of
9421 nnheader-max-head-length.
9422 (Gnus Versions): Fix typo.
9423
9424 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9425
9426 * org.texi (Structure editing): Document new functionality of
9427 M-RET.
9428
9429 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
9430
9431 * org.texi (Internal Links): Fix Texinfo usage.
9432
9433 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9434
9435 * org.texi (TODO basics): Document the global todo list.
9436 (TODO items): Documents sparse tree for specific TODO
9437 keywords.
9438
9439 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
9440
9441 * org.texi (Plain Lists): Typos fixed.
9442
9443 2005-11-28 Jay Belanger <belanger@truman.edu>
9444
9445 * calc.texi: Change references of `M-#' to `C-x *' prefix.
9446
9447 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9448
9449 * org.texi (Structure editing): New item moving commands added.
9450 (Plain Lists): New section.
9451
9452 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9453
9454 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
9455 (Agenda): Document commands `org-cycle-agenda-files' and
9456 `org-agenda-file-to-front'.
9457 (Built-in table editor): Document `org-table-sort-lines'.
9458 (HTML formatting): Export of hand-formatted lists.
9459
9460 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9461
9462 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
9463 new variable gnus-toolbar-thickness.
9464
9465 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
9466
9467 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
9468
9469 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9470
9471 * gnus.texi (X-Face): Fix description.
9472 (XVarious): Remove gnus-xmas-logo-color-alist and
9473 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
9474
9475 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9476
9477 * gnus.texi (Group Parameters): Mention new variable
9478 gnus-parameters-case-fold-search.
9479 (Home Score File): Addition.
9480
9481 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9482
9483 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
9484 (Overview): List supported feed types.
9485 (Installation): No installation necessary when using autoload.
9486 (Configuration): Rename "RSS" to "news".
9487
9488 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9489
9490 * pgg.texi (User Commands): Document additional passphrase
9491 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
9492 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
9493
9494 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9495
9496 * org.texi: Version number changed to 3.19.
9497
9498 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
9499
9500 * pgg.texi (How to use): Update the example to add autoload of
9501 pgg-encrypt-symmetric-region.
9502 (User Commands): Document pgg-encrypt-symmetric-region.
9503 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
9504
9505 2005-10-27 Jay Belanger <belanger@truman.edu>
9506
9507 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
9508 mention other TeX-related units.
9509
9510 2005-10-23 Lars Hansen <larsh@soem.dk>
9511
9512 * dired-x.texi (Miscellaneous Commands):
9513 Replace dired-do-relative-symlink by dired-do-relsymlink and
9514 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
9515
9516 2005-10-23 Jay Belanger <belanger@truman.edu>
9517
9518 * calc.texi (Predefined Units): Use `alpha' for the fine structure
9519 constant.
9520
9521 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9522
9523 * faq.texi (Bugs and problems):
9524 Replace `dired-move-to-filename-regexp' by
9525 `directory-listing-before-filename-regexp'.
9526
9527 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9528
9529 * newsticker.texi (UPDATED): Set value.
9530
9531 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
9532
9533 * gnus.texi (Document Groups): Remove duplicate item.
9534
9535 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9536
9537 * org.texi (Summary): Mention iCalendar support.
9538 (Exporting): Document iCalendar support.
9539
9540 2005-10-18 Romain Francoise <romain@orebokech.com>
9541
9542 * viper.texi (Viper Specials): Capitalize GNU.
9543
9544 2005-10-17 Juri Linkov <juri@jurta.org>
9545
9546 * info.texi (Getting Started, Search Index, Expert Info):
9547 Fix wording.
9548 (Search Text): Replace `echo area' with `mode line'.
9549 (Search Index): Both `i' and `,' find all index entries.
9550 Replace example `C-f' with `C-l' (which exists in index of Info
9551 manual) and delete spaces in its keyboard input sequence.
9552 Delete unnecessary explanations about literal characters.
9553
9554 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
9555
9556 * gnus.texi (Document Server Internals): Addition.
9557
9558 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9559
9560 * gnus.texi (A note on namespaces): Fix RFC reference.
9561
9562 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9563
9564 * gnus.texi (RSS): Fix key description.
9565
9566 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9567
9568 * gnus.texi: Emacs/w3 -> Emacs/W3.
9569 (Browsing the Web): Fix description.
9570 (Web Searches): Ditto.
9571 (Customizing W3): Ditto.
9572
9573 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9574
9575 * gnus.texi (Maildir): Clarify expire-age and expire-group.
9576
9577 2005-10-11 Jay Belanger <belanger@truman.edu>
9578
9579 * calc.texi (Integration): Mention using `a i' to compute definite
9580 integrals.
9581
9582 2005-10-11 Juri Linkov <juri@jurta.org>
9583
9584 * info.texi: Rearrange nodes.
9585 (Top): Update menu. Change ref `Info for Experts' to
9586 `Advanced Info Commands'.
9587 (Getting Started): Fix description of manual's parts.
9588 (Help-Int): Change xref `Info Search' to `Search Index', and
9589 `Expert Info' to `Advanced'.
9590 (Advanced): Move node one level up.
9591 (Search Text, Search Index): New nodes split out from `Info Search'.
9592 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
9593 split out from `Advanced'.
9594 (Advanced, Emacs Info Variables): De-document editing an Info file
9595 in Info.
9596 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
9597 (Creating an Info File): Delete node and move its text to
9598 `Expert Info'.
9599
9600 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9601
9602 * org.texi (Workflow states): Documented that change in keywords
9603 becomes active only after restart of Emacs.
9604
9605 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9606
9607 Sync with Tramp 2.0.51.
9608
9609 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
9610
9611 * speedbar.texi (Introduction): Describe new location of speedbar
9612 on menubar.
9613 (Basic Key Bindings): Remove descriptions of bindings that have
9614 been removed.
9615
9616 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
9617
9618 * speedbar.texi (GDB): Describe use of watch expressions.
9619
9620 2005-09-28 Simon Josefsson <jas@extundo.com>
9621
9622 * message.texi (IDNA): Fix.
9623
9624 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9625
9626 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
9627 nntp-server-hook, and nntp-warn-about-losing-connection; fix
9628 description of nntp-open-connection-function.
9629 (Common Variables): Fix descriptions.
9630
9631 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
9632
9633 * gnus.texi (Server Buffer Format): Document the %a format spec.
9634
9635 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9636
9637 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
9638
9639 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9640
9641 * org.texi Version 3.16.
9642
9643 2005-09-19 Miles Bader <miles@gnu.org>
9644
9645 * newsticker.texi: Get rid of CVS keywords.
9646
9647 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
9648
9649 * gnus.texi (Finding the Parent): Fix description of how Gnus
9650 finds article.
9651
9652 2005-09-14 Jari Aalto <jari.aalto@cante.net>
9653
9654 * gnus.texi (Advanced Scoring Examples): New examples to teach how
9655 to drop off non-answered articles.
9656
9657 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9658
9659 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
9660 braces (which are unsupported by NMAKE) for macro `srcdir'.
9661
9662 2005-09-17 Eli Zaretskii <eliz@gnu.org>
9663
9664 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9665 (../info/newsticker, newsticker.dvi): New targets.
9666
9667 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
9668
9669 * newsticker.texi: Replace @command with @code. Replace @example
9670 with @lisp.
9671 (Top): Add explanations to menu items.
9672 (GNU Free Documentation License): Remove.
9673
9674 2005-09-16 Romain Francoise <romain@orebokech.com>
9675
9676 Update all files to specify GFDL version 1.2.
9677
9678 * doclicense.texi (GNU Free Documentation License): Update to
9679 version 1.2.
9680
9681 2005-09-15 Richard M. Stallman <rms@gnu.org>
9682
9683 * newsticker.texi: Fix @setfilename.
9684
9685 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9686 (../info/newsticker, newsticker.dvi): New targets.
9687
9688 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
9689
9690 * org.texi: Version 3.15.
9691
9692 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
9693
9694 * ses.texi: Combine all three indices into one.
9695 Correct a few typos.
9696
9697 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
9698
9699 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
9700
9701 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9702
9703 * emacs-mime.texi (Handles): Remove duplicate item.
9704 (Encoding Customization): Fix the default value for
9705 mm-coding-system-priorities.
9706 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
9707 (Basic Functions): Fix reference.
9708
9709 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9710
9711 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
9712
9713 2005-08-18 Richard M. Stallman <rms@gnu.org>
9714
9715 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
9716 and web site.
9717
9718 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
9719 not keyboard-translate.
9720
9721 2005-08-11 Richard M. Stallman <rms@gnu.org>
9722
9723 * faq.texi (Using regular expressions): Fix xref.
9724
9725 2005-08-09 Juri Linkov <juri@jurta.org>
9726
9727 * info.texi (Help-P): Replace `Prev' with `Previous'.
9728 (Help-M, Help-Xref): Add S-TAB.
9729 (Help-FOO): Update `u' command.
9730 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
9731 Update info about visibility of xref parts.
9732 (Help-Int): Fix `m' command. Rename `Info-last' to
9733 `Info-history-back'. Add `Info-history-forward'.
9734 (Advanced): Fix `g*' and `M-n' commands.
9735 (Info Search): Add `index-apropos' in stand-alone browser.
9736 Add isearch commands.
9737 (Emacs Info Variables): Remove `Info-fontify'.
9738 Add `Info-mode-hook'. Update face names.
9739 Add `Info-fontify-maximum-menu-size',
9740 `Info-fontify-visited-nodes', `Info-isearch-search'.
9741
9742 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
9743
9744 Sync with Tramp 2.0.50.
9745
9746 * tramp.texi: Use @option{} consequently for method names.
9747 (Inline methods, External transfer methods): Remove references to
9748 Cygwin.
9749 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
9750 implementation.
9751
9752 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
9753
9754 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
9755 Mention that gnus-init-file is not read when Emacs is invoked with
9756 --no-init-file or -q.
9757
9758 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
9759
9760 * org.texi: Version 3.14.
9761
9762 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9763
9764 * org.texi: Version 3.13.
9765
9766 2005-07-18 Juri Linkov <juri@jurta.org>
9767
9768 * calc.texi (Time Zones, Logical Operations):
9769 * cl.texi (Overview):
9770 * org.texi (TODO types):
9771 * sc.texi (Emacs 18 MUAs):
9772 * speedbar.texi (Top):
9773 * url.texi (History):
9774 Delete duplicate duplicate words.
9775
9776 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
9777
9778 * cl.texi (Type Predicates): Document `atom' type.
9779
9780 2005-07-04 Lute Kamstra <lute@gnu.org>
9781
9782 Update FSF's address in GPL notices.
9783
9784 * calc.texi (Copying):
9785 * doclicense.texi (GNU Free Documentation License):
9786 * faq.texi (Contacting the FSF):
9787 * mh-e.texi (Copying): Update FSF's address.
9788
9789 2005-07-03 Richard M. Stallman <rms@gnu.org>
9790
9791 * flymake.texi (Example -- Configuring a tool called directly):
9792 Update name of flymake-build-relative-filename.
9793
9794 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9795
9796 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
9797
9798 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9799
9800 * org.texi: Version 3.12.
9801
9802 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9803
9804 * makefile.w32-in (MAKEINFO): Use --force.
9805 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
9806 Makefile.in.
9807 (gnus.dvi): Use "..." to quote Sed args, so that it works with
9808 more shells.
9809
9810 2005-06-23 Richard M. Stallman <rms@gnu.org>
9811
9812 * speedbar.texi (Creating a display): Texinfo usage fixes.
9813
9814 * tramp.texi (Customizing Completion, Auto-save and Backup):
9815 Texinfo usage fixes.
9816
9817 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9818
9819 * dired-x.texi (Miscellaneous Commands):
9820 * ediff.texi (Miscellaneous):
9821 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
9822 (Agent Variables):
9823 * info.texi (Help-Xref):
9824 * message.texi (Message Headers):
9825 * org.texi (Remember):
9826 * reftex.texi (Options (Defining Label Environments)):
9827 (Options (Index Support)):
9828 (Options (Viewing Cross-References)):
9829 (Options (Misc)):
9830 (Changes):
9831 * speedbar.texi (Creating a display):
9832 * tramp.texi (Customizing Completion, Auto-save and Backup):
9833 Texinfo usage fix.
9834
9835 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
9836
9837 * org.texi: Version 3.11.
9838
9839 2005-06-12 Jay Belanger <belanger@truman.edu>
9840
9841 * calc.texi (Getting Started): Remove extra menu item.
9842
9843 2005-05-31 Jay Belanger <belanger@truman.edu>
9844
9845 * calc.texi (Notations Used in This Manual): Use @kbd for key
9846 sequence.
9847 (Demonstration of Calc): Mention another way of starting Calc.
9848 (Starting Calc): Mention long name of M-#.
9849 (Embedded Mode Overview): Remove unnecessary instruction.
9850 (Other M-# commands): Rephrase `M-# 0' explanation.
9851 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
9852 reflect current behavior.
9853
9854 2005-05-30 Jay Belanger <belanger@truman.edu>
9855
9856 * calc.texi (Hooks): Change description of calc-window-hook and
9857 calc-trail-window-hook to match usage.
9858 (Computational Functions): Add more constant-generating functions.
9859 (Customizable Variables): Use defvar.
9860
9861 2005-05-28 Jay Belanger <belanger@truman.edu>
9862
9863 * calc.texi (Assignments in Embedded Mode): Fix variable name.
9864 (Basic Embedded Mode): Explain behavior of arguments to
9865 calc-embedded-mode.
9866
9867 2005-05-27 Jay Belanger <belanger@truman.edu>
9868
9869 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
9870 current behavior.
9871
9872 2005-05-25 Jay Belanger <belanger@truman.edu>
9873
9874 * calc.texi: Change Calc version number throughout.
9875 (Keypad Mode): Change location in info output.
9876 (Keypad mode overview): Move picture of keypad.
9877
9878 2005-05-21 Jay Belanger <belanger@truman.edu>
9879
9880 * calc.texi (Storing variables): Mention that only most variables
9881 are void to begin with.
9882
9883 2005-05-21 Kevin Ryde <user42@zip.com.au>
9884
9885 * widget.texi (Basic Types): Update cross ref from "Enabling
9886 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
9887 lispref/text.texi change.
9888
9889 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9890
9891 * org.texi: Version 3.09.
9892
9893 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
9894
9895 * reftex.texi: Version 4.28.
9896
9897 2005-05-16 Jay Belanger <belanger@truman.edu>
9898
9899 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
9900
9901 2005-05-14 Jay Belanger <belanger@truman.edu>
9902
9903 * calc.texi (Default Simplifications): Insert missing ! (logical
9904 not operator).
9905
9906 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
9907
9908 Sync with Tramp 2.0.49.
9909
9910 2005-05-10 Jay Belanger <belanger@truman.edu>
9911
9912 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
9913 to 1.
9914
9915 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9916
9917 * org.texi: Version 3.08, structure reorganized.
9918
9919 2005-04-24 Richard M. Stallman <rms@gnu.org>
9920
9921 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
9922
9923 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9924
9925 * org.texi: Update to version 3.06.
9926
9927 2005-04-13 Lute Kamstra <lute@gnu.org>
9928
9929 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
9930
9931 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
9932
9933 * cl.texi (Porting Common Lisp): Fix typo.
9934
9935 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9936
9937 * gnus.texi (RSS): Addition.
9938
9939 2005-04-04 Jay Belanger <belanger@truman.edu>
9940
9941 * calc.texi: Change Calc version number.
9942 (Customizable variables): Fix description of calc-language-alist.
9943 (Copying): Put in version 2 of GPL.
9944
9945 2005-04-01 Jay Belanger <belanger@truman.edu>
9946
9947 * calc.texi (Troubleshooting Commands): Remove comment about
9948 installation.
9949 (Installation): Remove section.
9950 (Customizable Variables): New section.
9951 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
9952 (Graphical Devices): Add references to Customizable Variables.
9953
9954 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
9955
9956 * emacs-mime.texi (Display Customization): Markup fixes.
9957 (rfc2047): Update.
9958
9959 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
9960
9961 * gnus-faq.texi: Replaced with auto-generated version.
9962
9963 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9964
9965 * dired-x.texi (Multiple Dired Directories): default-directory was
9966 renamed to dired-default-directory.
9967
9968 2005-03-26 Jay Belanger <belanger@truman.edu>
9969
9970 * calc.texi (Simplifying Formulas, Rewrite Rules):
9971 Change description of top and bottom of fraction.
9972 (Modulo Forms): Move description of how to create modulo forms to
9973 earlier in the section.
9974 (Fraction Mode): Suggest using : to get a fraction by dividing.
9975 (Basic Arithmetic): Adjust placement of command name.
9976 (Truncating the Stack): Emphasize that "hidden" entries are still
9977 visible.
9978 (Installation): Move discussion of printing manual to "About This
9979 Manual".
9980 (About This Manual): Mention how to print the manual.
9981 (Reporting Bugs): Remove first person.
9982 (Building Vectors): Add algebraic version of append.
9983 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
9984 (Grouping Digits): Fix typo.
9985
9986 2005-03-25 Werner Lemberg <wl@gnu.org>
9987
9988 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
9989 Replace `legal' with `valid'.
9990
9991 2005-03-25 Werner Lemberg <wl@gnu.org>
9992
9993 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
9994
9995 2005-03-24 Jay Belanger <belanger@truman.edu>
9996
9997 * calc.texi (General Mode Commands)
9998 (Mode Settings in Embedded Mode): Add some explanation of
9999 recording mode settings.
10000
10001 2005-03-24 Richard M. Stallman <rms@gnu.org>
10002
10003 * calc.texi: Remove praise of non-free software.
10004
10005 * idlwave.texi: Don't say where to get IDL or its non-free manual.
10006 (Installation): Node deleted.
10007
10008 2005-03-23 Richard M. Stallman <rms@gnu.org>
10009
10010 * url.texi (HTTP language/coding): Improve last change.
10011
10012 2005-03-22 Jay Belanger <belanger@truman.edu>
10013
10014 * calc.texi (Embedded Mode): Add new information on changing
10015 modes.
10016
10017 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10018
10019 Sync with Tramp 2.0.48.
10020
10021 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
10022
10023 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
10024 "GNU/Linux". Change all addresses to .gnu.org.
10025 (Default Method): Offer shortened syntax for "su" and "sudo"
10026 methods.
10027
10028 2005-03-07 Richard M. Stallman <rms@gnu.org>
10029
10030 * url.texi: Fix usage of "e.g.".
10031 (HTTP language/coding): Explain the rules for these strings.
10032
10033 2005-03-06 Richard M. Stallman <rms@gnu.org>
10034
10035 * woman.texi (Introduction): Minor cleanups.
10036
10037 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
10038
10039 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
10040 (Installation): Node deleted.
10041
10042 * mh-e.texi (Preface): Get rid of "Emacs 21".
10043
10044 * eshell.texi (Installation): Delete node (for Emacs 20).
10045
10046 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
10047
10048 * flymake.texi: Refill and tweak style in @lisp blocks.
10049
10050 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10051
10052 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
10053
10054 2005-03-01 Jay Belanger <belanger@truman.edu>
10055
10056 * calc.texi (Trigonometric and Hyperbolic Functions):
10057 Mention additional functions.
10058 (Algebraic Simplifications): Mention additional simplifications.
10059
10060 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
10061
10062 * ses.texi: Add concept/function/variable indices (this work was
10063 donated by Brad Collins <brad@chenla.org>, copyright-assignment
10064 papers on file at FSF).
10065
10066 2005-02-10 Jay Belanger <belanger@truman.edu>
10067
10068 * calc.texi: Change @LaTeX to La@TeX throughout.
10069 Redefine @expr as @math for TeX output.
10070 Redefine @texline as a no-op for TeX output.
10071 Define @tfn, replace @t by @tfn throughout.
10072
10073 2005-02-09 Jay Belanger <belanger@truman.edu>
10074
10075 * calc.texi: Add macro for LaTeX for info output.
10076
10077 2005-02-08 Kim F. Storm <storm@cua.dk>
10078
10079 * texinfo.tex (LaTex): Add def.
10080
10081 2005-02-06 Jay Belanger <belanger@truman.edu>
10082
10083 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
10084 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
10085 throughout manual.
10086
10087 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10088
10089 * gnus.texi: Some edits based on comments from David Abrahams.
10090
10091 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10092
10093 * gnus.texi (RSS): Fix the keystroke.
10094
10095 2005-01-24 David Kastrup <dak@gnu.org>
10096
10097 * faq.texi: Update AUCTeX version info.
10098
10099 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
10100
10101 * gnus-faq.texi ([4.1]): Typo.
10102
10103 2005-01-19 Jay Belanger <belanger@truman.edu>
10104
10105 * calc.texi (Keep Arguments): Mention that keeping arguments
10106 doesn't work with keyboard macros.
10107
10108 2005-01-16 Richard M. Stallman <rms@gnu.org>
10109
10110 * autotype.texi (Autoinserting): Fix small error.
10111
10112 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
10113
10114 Sync with Tramp 2.0.47.
10115
10116 * tramp.texi (Compilation): New section, describing compilation of
10117 remote files.
10118
10119 2005-01-11 Kim F. Storm <storm@cua.dk>
10120
10121 * widget.texi (Basic Types): Add :follow-link keyword.
10122
10123 2005-01-09 Jay Belanger <belanger@truman.edu>
10124
10125 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
10126
10127 2005-01-08 Jay Belanger <belanger@truman.edu>
10128
10129 * calc.texi: Change throughout to reflect new default value of
10130 calc-settings-file.
10131
10132 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10133
10134 * message.texi (Reply): `message-reply-to-function' should return
10135 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
10136
10137 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
10138
10139 * faq.texi (Changing load-path): Fix typo.
10140
10141 2005-01-05 Jay Belanger <belanger@truman.edu>
10142
10143 * calc.texi (Programming Tutorial): Replace kbd command by
10144 appropriate characters for a keyboard macro.
10145
10146 2005-01-04 Jay Belanger <belanger@truman.edu>
10147
10148 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
10149 for Lucid Emacs.
10150 (Programming Tutorial): Mention that the user needs to be in the
10151 right mode to compute some functions.
10152
10153 2005-01-04 Jay Belanger <belanger@truman.edu>
10154
10155 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
10156 no longer applicable.
10157
10158 2005-01-01 Jay Belanger <belanger@truman.edu>
10159
10160 * calc.texi (Programming Tutorial): Change description of how to
10161 edit keyboard macros to match current behavior.
10162
10163 2004-12-31 Jay Belanger <belanger@truman.edu>
10164
10165 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
10166
10167 2004-12-20 Jay Belanger <belanger@truman.edu>
10168
10169 * calc.texi (Types Tutorial): Emphasize that you can't divide by
10170 zero.
10171
10172 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
10173
10174 * cc-mode.texi (Text Filling and Line Breaking): Put period after
10175 @xref.
10176 (Font Locking): Avoid @strong{Note:}.
10177
10178 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10179
10180 Sync with Tramp 2.0.46.
10181
10182 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
10183
10184 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
10185
10186 * url.texi: Correct typos.
10187 (Retrieving URLs): @var{nil}->@code{nil}.
10188 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
10189 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
10190 (Dealing with HTTP documents): @inforef->@xref.
10191
10192 2004-12-15 Jay Belanger <belanger@truman.edu>
10193
10194 * calc.texi: Consistently capitalized all mode names.
10195 (Answers to Exercises): Mention that an answer can be a fraction
10196 when in Fraction mode.
10197
10198 2004-12-13 Jay Belanger <belanger@truman.edu>
10199
10200 * calc.texi: Fix some TeX definitions.
10201
10202 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
10203
10204 * reftex.texi (Imprint): Remove erroneous @value's.
10205
10206 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10207
10208 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
10209 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
10210
10211 2004-12-08 Jay Belanger <belanger@truman.edu>
10212
10213 * calc.texi (Starting Calc): Remove comment about installation.
10214 (Keypad Mode Overview): Remove comment about Emacs 19 support.
10215
10216 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10217
10218 * url.texi: Update @setfilename.
10219 (Getting Started): No need to worry about Gnus versions.
10220 (Dealing with HTTP documents): Use @inforef.
10221
10222 * org.texi: Fix @direntry file name.
10223
10224 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10225
10226 * url.texi: New file.
10227
10228 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
10229
10230 2004-12-06 Jay Belanger <belanger@truman.edu>
10231
10232 * calc.texi (Using Calc): Remove paragraph about installation.
10233
10234 2004-12-06 Jay Belanger <belanger@truman.edu>
10235
10236 * calc.texi: Use more Texinfo macros and less TeX defs.
10237 Remove @refill's.
10238
10239 2004-12-06 Richard M. Stallman <rms@gnu.org>
10240
10241 * org.texi: New file.
10242
10243 2004-12-05 Richard M. Stallman <rms@gnu.org>
10244
10245 * Makefile.in (org.dvi, ../info/org): New targets.
10246 (INFO_TARGETS): Add ../info/org.
10247 (DVI_TARGETS): Add org.dvi.
10248 (maintainer-clean): Remove the info files in the info dir.
10249
10250 2004-11-26 Eli Zaretskii <eliz@gnu.org>
10251
10252 * idlwave.texi: Fix the setfilename directive to put the produced
10253 file in ../info.
10254 (Continued Statement Indentation): Resurrect Jan D.'s change from
10255 2004-11-03 that was lost when a newer version of idlwave.texi was
10256 imported.
10257
10258 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10259
10260 * gnus-faq.texi ([5.1]): Add missing bracket.
10261
10262 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
10263 Index `spam-initialize'.
10264
10265 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10266
10267 * message.texi (Various Message Variables): Mention that all mail
10268 file variables are derived from `message-directory'.
10269
10270 * gnus.texi (Splitting Mail): Clarify bogus group.
10271
10272 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10273
10274 * emacs-mime.texi (Encoding Customization):
10275 Fix mm-coding-system-priorities entry.
10276
10277 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
10278
10279 * idlwave.texi (Continued Statement Indentation):
10280 * reftex.texi (Options (Index Support)):
10281 (Displaying and Editing the Index, Table of Contents):
10282 * speedbar.texi (Creating a display, Major Display Modes):
10283 Replace non-nil with non-@code{nil}.
10284
10285 2004-10-21 Jay Belanger <belanger@truman.edu>
10286
10287 * calc.texi (Algebraic-Style Calculations): Remove a comment.
10288
10289 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
10290
10291 * calc.texi (Reporting Bugs): Double up `@'.
10292
10293 2004-10-18 Jay Belanger <belanger@truman.edu>
10294
10295 * calc.texi (Reporting Bugs): Change the address that bugs
10296 should be sent to.
10297
10298 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10299
10300 * gnus.texi (New Features): Add 5.11.
10301
10302 * message.texi (Resending): Remove wrong default value.
10303
10304 * gnus.texi (Mail Source Specifiers): Describe possible problems
10305 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
10306 `pop3-leave-mail-on-server' to the index.
10307
10308 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10309
10310 * message.texi (Canceling News): Add how to set a password.
10311
10312 2004-10-12 Jay Belanger <belanger@truman.edu>
10313
10314 * calc.texi (Help Commands): Change the descriptions of
10315 calc-describe-function and calc-describe-variable to match their
10316 current behavior.
10317
10318 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10319
10320 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
10321
10322 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10323
10324 Sync with Tramp 2.0.45.
10325
10326 * tramp.texi (Frequently Asked Questions): Comment paragraph about
10327 plink link. The URL is outdated. Originator contacted for
10328 clarification.
10329
10330 2004-10-10 Juri Linkov <juri@jurta.org>
10331
10332 * gnus.texi (Top, Marking Articles): Join two menus in one node
10333 because a node can have only one menu.
10334
10335 2004-10-09 Juri Linkov <juri@jurta.org>
10336
10337 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
10338 example of nnmail-split-fancy.
10339
10340 2004-10-06 Karl Berry <karl@gnu.org>
10341
10342 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
10343 consistency with other uses of dashes.
10344
10345 2004-10-05 Karl Berry <karl@gnu.org>
10346
10347 * info.texi: Consistently use --- throughout, periods at end of
10348 menu descriptions, and a couple typos.
10349
10350 2004-09-26 Jesper Harder <harder@ifa.au.dk>
10351
10352 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
10353 * pgg.texi (User Commands, Backend methods): Do.
10354 * gnus.texi: Markup fixes.
10355 (Setting Process Marks): Fix `M P a' entry.
10356 * emacs-mime.texi: Fixes.
10357
10358 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10359
10360 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
10361 again.
10362 Use 5.10 instead of 5.10.0.
10363
10364 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10365
10366 * gnus.texi (Summary Mail Commands): S D e.
10367
10368 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
10369
10370 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
10371 the gnus-article-mode-line-format section.
10372
10373 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
10374
10375 * gnus.texi (Various Summary Stuff): Fix the documentation for
10376 gnus-newsgroup-variables.
10377
10378 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10379
10380 * gnus.texi (MIME Commands):
10381 Add gnus-mime-display-multipart-as-mixed,
10382 gnus-mime-display-multipart-alternative-as-mixed,
10383 gnus-mime-display-multipart-related-as-mixed.
10384 (Mail Source Customization): Clarify `mail-source-directory'.
10385 (Splitting Mail): Mention gnus-group-find-new-groups.
10386 (SpamOracle): Fix typo.
10387
10388 * gnus-faq.texi: Untabify.
10389 ([6.3]): nnir.el is in contrib directory.
10390
10391 * message.texi (News Headers): Clarify how a unique ID is created.
10392
10393 * gnus.texi (Batching Agents): Fix typo in example.
10394 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10395
10396 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
10397
10398 * gnus.texi (Group Parameters): Add more on hooks.
10399
10400 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
10401
10402 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
10403
10404 2004-09-22 Jay Belanger <belanger@truman.edu>
10405
10406 * calc.texi (Vectors as Lists): Add a warning that the tutorial
10407 might be hidden during part of the session.
10408
10409 2004-09-20 Jay Belanger <belanger@truman.edu>
10410
10411 * calc.texi (Notations Used in This Manual): Put in an earlier
10412 mention that DEL could be called Backspace.
10413
10414 2004-09-10 Simon Josefsson <jas@extundo.com>
10415
10416 * gnus.texi (IMAP): Add example. Suggested and partially written
10417 by Steinar Bang <sb@dod.no>.
10418
10419 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10420
10421 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
10422 netrc syntax.
10423
10424 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10425
10426 * gnus.texi (Spam ELisp Package Sequence of Events):
10427 Some clarifications.
10428 (Spam ELisp Package Global Variables): More clarifications.
10429
10430 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10431
10432 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
10433 Mention spam-split does not modify incoming mail.
10434
10435 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10436
10437 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
10438
10439 2004-09-10 Eli Zaretskii <eliz@gnu.org>
10440
10441 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
10442
10443 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10444
10445 * makefile.w32-in (sieve, pgg): Use $(infodir).
10446
10447 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
10448
10449 * makefile.w32-in: Fix PGG and Sieve entries.
10450
10451 2004-08-28 Eli Zaretskii <eliz@gnu.org>
10452
10453 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
10454 Emacs and related programs.
10455
10456 2004-08-27 Richard M. Stallman <rms@gnu.org>
10457
10458 * faq.texi: Fix texinfo usage, esp. doublequotes.
10459 (Difference between Emacs and XEmacs): Some clarification.
10460
10461 * faq.texi (Difference between Emacs and XEmacs):
10462 Explain not to contrast XEmacs with GNU Emacs.
10463
10464 2004-08-26 Richard M. Stallman <rms@gnu.org>
10465
10466 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
10467
10468 2004-08-22 David Kastrup <dak@gnu.org>
10469
10470 * reftex.texi (AUCTeX): Update links, section name.
10471
10472 * faq.texi (Calc): Update availability (included in 22.1).
10473 (AUCTeX): Update availability, information, versions, description.
10474
10475 2004-08-14 Eli Zaretskii <eliz@gnu.org>
10476
10477 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
10478
10479 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
10480
10481 * cc-mode.texi: Various updates for CC Mode 5.30.9.
10482
10483 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
10484
10485 Sync with Tramp 2.0.44.
10486
10487 2004-08-05 Lars Hansen <larsh@math.ku.dk>
10488
10489 * widget.texi (User Interface): Update how to separate the
10490 editable field of an editable-field widget from other widgets.
10491 (Programming Example): Add text after field.
10492
10493 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10494
10495 * emacs-mime.texi (Encoding Customization): Add a note to the
10496 mm-content-transfer-encoding-defaults entry.
10497 (rfc2047): Update.
10498
10499 * gnus.texi (Article Highlighting):
10500 Add gnus-cite-ignore-quoted-from.
10501 (POP before SMTP): New node.
10502 (Posting Styles): Addition.
10503 (Splitting Mail): Add nnmail-split-lowercase-expanded.
10504 (Fancy Mail Splitting): Ditto.
10505 (X-Face): Add gnus-x-face.
10506
10507 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
10508
10509 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
10510 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
10511
10512 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10513
10514 * gnus.texi (Mail Source Specifiers):
10515 Describe `pop3-leave-mail-on-server'.
10516
10517 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
10518
10519 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
10520
10521 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
10522 repository. Change setfilename.
10523
10524 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
10525
10526 2004-07-02 Juri Linkov <juri@jurta.org>
10527
10528 * pcl-cvs.texi (Viewing differences): Add `d r'.
10529
10530 2004-06-29 Jesper Harder <harder@ifa.au.dk>
10531
10532 * ses.texi, viper.texi, flymake.texi, faq.texi:
10533 * eshell.texi, ediff.texi: Markup fixes.
10534
10535 2004-06-21 Karl Berry <karl@gnu.org>
10536
10537 * info.texi (Top): Mention that only Emacs has mouse support.
10538 (Getting Started): Mention this in a few other places.
10539
10540 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10541
10542 * autotype.texi (Copyrights, Timestamps):
10543 Recommend `before-save-hook' instead of `write-file-functions'.
10544
10545 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10546
10547 * dired-x.texi (dired-mark-omitted): Update keybinding.
10548
10549 2004-06-10 Kim F. Storm <storm@cua.dk>
10550
10551 * pcl-cvs.texi (Viewing differences): Add 'd y'.
10552
10553 2004-06-05 Lars Hansen <larsh@math.ku.dk>
10554
10555 * dired-x.texi (variable dired-omit-mode): Rename from
10556 dired-omit-files-p.
10557 (function dired-omit-mode): Rename from dired-omit-toggle.
10558 Call dired-omit-mode rather than set dired-omit-files-p.
10559 (dired-mark-omitted): Describe command.
10560
10561 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10562
10563 Version 2.0.41 of Tramp released.
10564
10565 2004-05-29 Juanma Barranquero <lektu@terra.es>
10566
10567 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
10568 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10569
10570 2004-05-29 Richard M. Stallman <rms@gnu.org>
10571
10572 * cl.texi (Top): Call this chapter `Introduction'.
10573 (Overview): In TeX, no section heading here.
10574
10575 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
10576
10577 2004-05-29 Eli Zaretskii <eliz@gnu.org>
10578
10579 * Makefile.in (../info/flymake, flymake.dvi): New targets.
10580 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10581
10582 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10583
10584 * flymake.texi: New file.
10585
10586 2004-05-28 Simon Josefsson <jas@extundo.com>
10587
10588 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
10589
10590 2004-05-07 Kai Großjohann <kai@emptydomain.de>
10591
10592 Version 2.0.40 of Tramp released.
10593
10594 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
10595
10596 Complete rework, based on review by Karl Berry <karl@gnu.org>.
10597
10598 * tramp.texi (Auto-save and Backup): Explain exploitation of new
10599 variables `tramp-backup-directory-alist' and
10600 `tramp-bkup-backup-directory-info'.
10601 (Overview, Connection types)
10602 (External transfer methods, Default Method)
10603 (Windows setup hints): Remove restriction of password entering
10604 with external methods.
10605 (Auto-save and Backup): Make file name example
10606 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
10607 and `auto-save-directory' must be used.
10608 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
10609 only "NT"). Remove doubled entry "What kinds of systems does
10610 @tramp{} work on".
10611 (tramp): Macro removed.
10612 (Obtaining Tramp): Flag removed from title.
10613 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
10614 and `trampver' used properly. Flag `tramp-inst' replaced by
10615 `installchapter'. Installation related text adapted.
10616
10617 2004-04-28 Masatake YAMATO <jet@gyve.org>
10618
10619 * widget.texi (Programming Example): Remove overlays.
10620
10621 2004-04-27 Jesper Harder <harder@ifa.au.dk>
10622
10623 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
10624
10625 2004-04-23 Juanma Barranquero <lektu@terra.es>
10626
10627 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10628
10629 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10630
10631 * info.texi (Info Search): Add info-apropos.
10632
10633 2004-03-22 Juri Linkov <juri@jurta.org>
10634
10635 * faq.texi: Fix help key bindings.
10636
10637 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
10638
10639 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
10640 (as suggested by Karl Berry). Update information about colored
10641 stars in menus. Add new subheading describing M-n.
10642
10643 2004-03-12 Richard M. Stallman <rms@gnu.org>
10644
10645 * cl.texi (Top): Rename top node's title.
10646
10647 2004-03-08 Karl Berry <karl@gnu.org>
10648
10649 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
10650 problems making the texinfo distribution.
10651
10652 2004-02-29 Simon Josefsson <jas@extundo.com>
10653
10654 * smtpmail.texi (Authentication): Change the list of supported
10655 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
10656 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
10657 <voegelas@gmx.net>.
10658
10659 2004-02-29 Juanma Barranquero <lektu@terra.es>
10660
10661 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10662 Use $(DEL) instead of rm, and ignore exit code.
10663
10664 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
10665
10666 Tramp version 2.0.39 released.
10667
10668 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10669
10670 * tramp.texi (Customizing Completion): Explain new functions
10671 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
10672 (all): Savannah URLs unified to "http://savannah.nongnu.org".
10673 (Top): Refer to Savannah mailing list as the major one.
10674 Mention older mailing lists in HTML mode only.
10675 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
10676 (Frequently Asked Questions): Remote hosts must not be Unix-like
10677 for "smb" method.
10678 (Password caching): New node.
10679 (External transfer methods): Refer to password caching for "smb"
10680 method.
10681
10682 2004-02-17 Karl Berry <karl@gnu.org>
10683
10684 * info.texi (Help-Int): Mention the new line number feature.
10685
10686 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10687
10688 * ses.texi (Advanced Features): New functionality for
10689 ses-set-header-row (defaults to current row unless C-u used).
10690 (Acknowledgements): Add Stefan Monnier.
10691
10692 2003-12-29 Kevin Ryde <user42@zip.com.au>
10693
10694 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
10695
10696 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
10697
10698 Tramp version 2.0.38 released.
10699
10700 * tramp.texi (Remote shell setup): Warn of environment variables
10701 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
10702 <sven.gabriel@imk.fzk.de>.
10703 (Configuration): Tramp now chooses base64/uuencode
10704 automatically. Update wording accordingly.
10705 (Top): More description for the `Default Method' menu entry.
10706 (Default Method): Use @code, not @var, for Lisp variables.
10707 (Default Method): New subsection `Which method is the right one
10708 for me?'. Suggested by Christian Kirsch.
10709 (Configuration): Pointer to new subsection added.
10710 (Default Method): Too many "use" in one sentence.
10711 Rephrase. Reported by Christian Kirsch.
10712 (Filename Syntax): Old `su' example is probably a left-over from
10713 the sm/su method naming. Replace with `ssh', instead.
10714 (External transfer methods, Auto-save and Backup):
10715 Typo fixes.
10716
10717 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
10718
10719 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
10720 (Top): Mention japanese manual only if flag `jamanual' is set.
10721 Insert section `Japanese manual' in menu.
10722
10723 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10724
10725 * eshell.texi (Known Problems): Add doc item.
10726
10727 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10728
10729 * cc-mode.texi: Update for CC Mode 5.30.
10730
10731 Note: Please refrain from doing purely cosmetic changes like
10732 removing trailing whitespace in this manual; it clobbers cvs
10733 merging for no good reason.
10734
10735 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10736
10737 * ediff.texi, tramp.texi, vip.texi, viper.texi:
10738 * widget.texi, woman.texi: Replace @sc{ascii} and ASCII with
10739 @acronym{ASCII}.
10740
10741 2003-10-26 Karl Berry <karl@gnu.org>
10742
10743 * info.texi (Info Search): Echo area, not echo are. From Debian
10744 diff.
10745
10746 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
10747
10748 * widget.texi (Defining New Widgets): Document new behavior of
10749 :buttons and :children keywords.
10750
10751 2003-10-22 Miles Bader <miles@gnu.org>
10752
10753 * Makefile.in (info): Move before $(top_srcdir)/info.
10754
10755 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
10756
10757 * tramp.texi (Inline methods): Small grammar fix.
10758 (External transfer methods): Likewise.
10759
10760 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
10761
10762 * speedbar.texi: Remove paragraph for GUD that is no longer true.
10763
10764 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
10765
10766 * texinfo.tex: Replace `%' in arch tagline by @ignore.
10767
10768 2003-09-30 Richard M. Stallman <rms@gnu.org>
10769
10770 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
10771
10772 * widget.texi (User Interface): Fix typos.
10773
10774 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
10775
10776 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10777
10778 * pcl-cvs.texi (Selected Files): Fix typo.
10779
10780 2003-09-21 Karl Berry <karl@gnu.org>
10781
10782 * info.texi (] and [ commands): No period at end of section title.
10783
10784 2003-09-04 Miles Bader <miles@gnu.org>
10785
10786 * Makefile.in (top_srcdir): New variable.
10787 ($(top_srcdir)/info): New rule.
10788 (info): Depend on it.
10789
10790 2003-09-03 Peter Runestig <peter@runestig.com>
10791
10792 * makefile.w32-in: New file.
10793
10794 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
10795
10796 * widget.texi (User Interface): Explain the need of static text
10797 around an editable field.
10798
10799 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10800
10801 * widget.texi (Basic Types): The argument to `:help-echo' can now
10802 be a form that evaluates to a string.
10803
10804 2003-08-18 Kim F. Storm <storm@cua.dk>
10805
10806 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
10807
10808 2003-08-16 Richard M. Stallman <rms@gnu.org>
10809
10810 * dired-x.texi (Shell Command Guessing): Explain *.
10811
10812 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
10813
10814 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
10815 log-edit-insert-changelog.
10816
10817 2003-08-03 Karl Berry <karl@gnu.org>
10818
10819 * info.texi: Need @contents.
10820
10821 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
10822
10823 Tramp version 2.0.36 released.
10824
10825 * tramp.texi (Remote shell setup): Explain about problems with
10826 non-Bourne commands in ~/.profile and ~/.shrc.
10827
10828 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
10829
10830 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
10831 renaming of `vis-mode' to `visible-mode'.
10832
10833 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
10834
10835 * info.texi (Top, Help-Small-Screen): Remove accidentally added
10836 next, prev and up pointers.
10837
10838 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
10839
10840 * info.texi (Help): Mention existence of Emacs and stand-alone
10841 Info at the very beginning of the tutorial.
10842 (Help-Inv): New node.
10843 (Help-]): New node.
10844 (Help-M): Systematically point out the differences between default
10845 Emacs and stand-alone versions. Delete second menu.
10846 (Help-Xref): Systematically point out the differences between
10847 default Emacs and stand-alone versions.
10848 (Help-Int): Change `l' example.
10849 (Expert Info): Fix typos.
10850 (Emacs Info Variables): Mention `Info-hide-note-references' and
10851 new default for `Info-scroll-prefer-subnodes'.
10852
10853 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
10854
10855 Version 2.0.35 of Tramp released.
10856
10857 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
10858 (Inline methods): Add methods `remsh' and `plink1'.
10859 (External transfer methods): Add method `remcp'.
10860 (Multi-hop Methods): Add method `remsh'.
10861 Small patch from Adrian Aichner <adrian@xemacs.org>:
10862 Fix minor typos.
10863 (Concept Index): Add to make manual searchable via
10864 `Info-index'.
10865 (Version Control): Add cindex entry.
10866
10867 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
10868
10869 * trampver.texi: Version 2.0.34 released.
10870
10871 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10872
10873 * faq.texi: Improve previous changes.
10874
10875 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10876
10877 * faq.texi: Update copyright and maintenance details.
10878 Update some package URLs, versions, and maintainers.
10879 Remove many references to the Emacs Lisp Archive.
10880
10881 2003-04-23 Simon Josefsson <jas@extundo.com>
10882
10883 * smtpmail.texi: Fix license (the invariant sections mentioned has
10884 never been part of the smtp manual). Align info dir entry with
10885 other emacs packages.
10886
10887 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
10888
10889 * tramp.texi: Version 2.0.33 released.
10890 Remove installation chapter. Remove XEmacs specifics.
10891
10892 2003-03-29 Richard M. Stallman <rms@gnu.org>
10893
10894 * tramp.texi (Top): Undo the previous renaming.
10895 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
10896
10897 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
10898
10899 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
10900 version of manual.
10901
10902 * tramp.texi (Auto-save and Backup): New node.
10903
10904 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
10905
10906 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
10907 Emacs" in order to have better differentiation to "XEmacs".
10908 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
10909 are new macros in order to point to the other Emacs flavor where
10910 appropriate. In info case, point to node `Installation' in order
10911 to explain how to generate the other way. In html case, make a
10912 link to the other html file.
10913 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
10914 after CVS checkout/update.
10915 (Installation): Completely rewritten.
10916 (Installation parameters, Load paths): New sections under
10917 `Installation'.
10918
10919 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10920
10921 * tramp.texi: Version 2.0.30 released.
10922 Replace word "path" with "localname" where used as a component of
10923 a Tramp file name.
10924
10925 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
10926
10927 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
10928 introduced.
10929 (Installation): Explain what to do if files from the tramp/contrib
10930 directory are needed.
10931
10932 2003-02-23 Alex Schroeder <alex@emacswiki.org>
10933
10934 * smtpmail.texi (How Mail Works): New.
10935
10936 2003-02-22 Alex Schroeder <alex@emacswiki.org>
10937
10938 * smtpmail.texi: New file.
10939
10940 * Makefile.in: Build SMTP manual.
10941
10942 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10943
10944 * tramp.texi: Version 2.0.29 released.
10945 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
10946 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
10947
10948 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
10949
10950 * tramp.texi (Frequently Asked Questions): Explain a workaround if
10951 another package loads accidentally Ange-FTP.
10952
10953 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
10954
10955 * tramp.texi (Customizing Completion): Add function
10956 `tramp-parse-sconfig'. Change example of
10957 `tramp-set-completion-function', because parsing of ssh config
10958 files looks more natural.
10959
10960 2003-01-15 Kevin Ryde <user42@zip.com.au>
10961
10962 * gnus.texi (Using MIME): Mention auto-compression-mode with
10963 gnus-mime-copy-part.
10964
10965 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
10966
10967 * gnus.texi: Do not use `path' in several locations.
10968
10969 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10970
10971 * tramp.texi (External transfer methods): New method `smb'.
10972 From Michael Albinus.
10973
10974 2002-11-05 Karl Berry <karl@gnu.org>
10975
10976 * info.texi (Info-fontify): Reorder face list to avoid bad line
10977 breaks.
10978
10979 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10980
10981 * tramp.texi: Move @copying to standard place.
10982 Use @insertcopying.
10983
10984 2002-10-02 Karl Berry <karl@gnu.org>
10985
10986 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi:
10987 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
10988 * eshell.texi, eudc.texi, faq.texi, forms.texi, idlwave.texi:
10989 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, reftex.texi:
10990 * sc.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
10991 * widget.texi, woman.texi:
10992 Per rms, update all manuals to use @copying instead of @ifinfo.
10993 Also use @ifnottex instead of @ifinfo around the top node, where
10994 needed for the sake of the HTML output.
10995 (The Gnus manual is not fixed since it's not clear to me how it
10996 works; and the Tramp manual already uses @copying, although in an
10997 unusual way. All others were changed.)
10998
10999 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
11000
11001 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
11002 (../info/ses, ses.dvi): New targets.
11003 * ses.texi: New file.
11004
11005 2002-09-06 Pavel Janík <Pavel@Janik.cz>
11006
11007 * texinfo.tex: Update to texinfo 4.2.
11008
11009 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
11010
11011 * reftex.texi: Update to RefTeX 4.19.
11012
11013 2002-07-21 Jesper Harder <harder@ifa.au.dk>
11014
11015 * gnus.texi (Sorting Groups): Add key bindings for
11016 gnus-group-sort-groups-by-real-name and
11017 gnus-group-sort-selected-groups-by-real-name.
11018
11019 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11020
11021 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
11022 (../info/tramp, tramp.dvi): New targets.
11023
11024 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11025
11026 * Makefile.in (DVI_TARGETS): Add calc.dvi.
11027 (calc.dvi): Uncomment.
11028
11029 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
11030
11031 * Makefile.in (INFO_TARGETS): Add ../info/calc.
11032 (../info/calc): New target.
11033
11034 2001-10-20 Gerd Moellmann <gerd@gnu.org>
11035
11036 * (Version 21.1 released.)
11037
11038 2001-10-05 Gerd Moellmann <gerd@gnu.org>
11039
11040 * Branch for 21.1.
11041
11042 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
11043
11044 * Makefile.in (../info/info): Use an explicit -o switch to
11045 makeinfo.
11046
11047 2001-03-05 Gerd Moellmann <gerd@gnu.org>
11048
11049 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
11050
11051 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
11052
11053 * ediff.texi: Added ediff-coding-system-for-read.
11054
11055 * viper.texi: Fix typos.
11056
11057 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
11058
11059 * Makefile.in (../info/idlwave): Use --no-split.
11060
11061 2000-12-14 Dave Love <fx@gnu.org>
11062
11063 * Makefile.in (mostlyclean): Remove gnustmp.*.
11064 (gnus.dvi): Change rule to remove @latex stuff.
11065
11066 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
11067
11068 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
11069
11070 2000-10-13 John Wiegley <johnw@gnu.org>
11071
11072 * Makefile.in: Add build targets for eshell.texi.
11073
11074 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11075
11076 * Makefile.in: Remove/comment speedbar stuff.
11077
11078 2000-09-22 Dave Love <fx@gnu.org>
11079
11080 * Makefile.in: Add emacs-mime.
11081
11082 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11083
11084 * Makefile.in (INFO_TARGETS): Add ../info/woman.
11085 (DVI_TARGETS): Add woman.dvi.
11086 (../info/woman, woman.dvi): New targets.
11087
11088 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
11089
11090 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
11091
11092 * pcl-cvs.texi: New file.
11093 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
11094 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
11095
11096 2000-05-11 Gerd Moellmann <gerd@gnu.org>
11097
11098 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
11099 (../info/ebrowse, ebrowse.dvi): New targets.
11100
11101 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11102
11103 * Makefile.in (INFO_TARGETS): Add eudc.
11104 (DVI_TARGETS): Add eudc.dvi.
11105 (../info/eudc, eudc.dvi): New targets.
11106
11107 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
11108
11109 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
11110 compatibility with 8+3 filesystems).
11111 (../info/efaq): Rename from emacs-faq.
11112
11113 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11114
11115 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
11116 (../info/idlwave, idlwave.dvi): New targets.
11117
11118 1999-10-23 Dave Love <fx@gnu.org>
11119
11120 * Makefile.in: Use autotype.texi.
11121
11122 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
11123
11124 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
11125 faq.texi file) rather than ../info/faq.
11126
11127 1999-10-07 Gerd Moellmann <gerd@gnu.org>
11128
11129 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
11130 (../info/ada-mode, ada-mode.dvi): New targets.
11131
11132 1999-09-01 Dave Love <fx@gnu.org>
11133
11134 * Makefile.in: Add faq.
11135
11136 1999-07-12 Richard Stallman <rms@gnu.org>
11137
11138 * Version 20.4 released.
11139
11140 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11141
11142 * Version 20.3 released.
11143
11144 1998-04-06 Andreas Schwab <schwab@gnu.org>
11145
11146 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
11147 Use it in dvi targets.
11148 (../etc/GNU): Change to $(srcdir) first.
11149
11150 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
11151
11152 * reftex.texi: Update for RefTeX version 3.22.
11153
11154 1998-03-01 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr>
11155
11156 * gnus.texi (Easy Picons): Removed references to
11157 `gnus-group-display-picons'.
11158 (Hard Picons): Ditto.
11159
11160 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
11161
11162 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
11163 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11164
11165 1997-09-23 Paul Eggert <eggert@twinsun.com>
11166
11167 * Makefile.in: Merge changes mistakenly made to `Makefile'.
11168 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
11169
11170 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11171
11172 * Version 20.2 released.
11173
11174 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11175
11176 * Version 20.1 released.
11177
11178 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11179
11180 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
11181
11182 1997-04-12 Per Abrahamsen <abraham@dina.kvl.dk>
11183
11184 * widget.texi (push-button): Document it.
11185
11186 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11187
11188 * Version 19.33 released.
11189
11190 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11191
11192 * Version 19.32 released.
11193
11194 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11195
11196 * Makefile.in: Add rules for the Message manual.
11197
11198 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11199
11200 * gnus.texi: New version.
11201
11202 * message.texi: New manual.
11203
11204 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11205
11206 * Makefile.in (All info targets): cd $(srcdir) to do the work.
11207
11208 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11209
11210 * Makefile.in (All info targets): Specify $(srcdir) in input files.
11211 Specify -I option.
11212 (All dvi targets): Set the TEXINPUTS variable.
11213
11214 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11215
11216 * Version 19.31 released.
11217
11218 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11219
11220 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
11221 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
11222
11223 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11224
11225 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
11226 (INFO_TARGETS): Add ../info/cc-mode.
11227 (DVI_TARGETS): Add cc-mode.dvi.
11228
11229 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11230
11231 * Version 19.30 released.
11232
11233 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11234
11235 * gnus.texi: New file.
11236
11237 1995-11-04 Erik Naggum <erik@naggum.no>
11238
11239 * gnus.texi: File deleted.
11240
11241 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
11242
11243 * mh-e.texi: "Function Index" -> "Command Index" to work with
11244 Emacs 19.30 C-h C-k support of separately-documented commands.
11245
11246 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11247
11248 * Makefile.in (../info/ediff, ediff.dvi): New targets.
11249 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
11250
11251 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11252
11253 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
11254 (../info/viper, viper.dvi): New targets.
11255
11256 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
11257
11258 * dired-x.texi (Installation): Change the example to set
11259 buffer-local variables like dired-omit-files-p in
11260 dired-mode-hook.
11261
11262 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11263
11264 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
11265 (../info/mh-e, mh-e.dvi): New targets.
11266
11267 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11268
11269 * Makefile.in (maintainer-clean): Rename from realclean.
11270
11271 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11272
11273 * Makefile.in: New file.
11274 * Makefile: File deleted.
11275
11276 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11277
11278 * Makefile (TEXINDEX_OBJS): Variable deleted.
11279 (texindex, texindex.o, getopt.o): Rules deleted.
11280 All deps on texindex deleted.
11281 (distclean): Don't delete texindex.
11282 (mostlyclean): Don't delete *.o.
11283 * texindex.c, getopt.c: Files deleted.
11284
11285 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11286
11287 * Version 19.26 released.
11288
11289 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11290
11291 * Version 19.25 released.
11292
11293 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11294
11295 * Version 19.24 released.
11296
11297 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11298
11299 * Version 19.23 released.
11300
11301 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11302
11303 * Makefile: Delete spurious tab.
11304
11305 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11306
11307 * Makefile (.SUFFIXES): New rule.
11308
11309 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11310
11311 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
11312 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11313
11314 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11315
11316 * Makefile (../info/sc): Rename from sc.info.
11317 (../info/cl): Likewise.
11318 (INFO_TARGETS): Use new names.
11319
11320 1993-12-04 Richard Stallman (rms@srarc2)
11321
11322 * getopt.c: New file.
11323 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
11324 (getopt.o): New rule.
11325 (dvi): Don't depend on texindex.
11326 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
11327 Depend on texindex.
11328
11329 1993-12-03 Richard Stallman (rms@srarc2)
11330
11331 * Makefile (../info/sc.info): Rename from ../info/sc.
11332 (TEXI2DVI): New variable.
11333 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
11334 Add explicit commands.
11335 (TEXINDEX_OBJS): Delete duplicate getopt.o.
11336
11337 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11338
11339 * Version 19.22 released.
11340
11341 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11342
11343 * Makefile (TEXINDEX_OBJS): Delete spurious period.
11344
11345 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11346
11347 * Version 19.21 released.
11348
11349 1993-11-15 Paul Eggert (eggert@twinsun.com)
11350
11351 * Makefile (../info/cl.info): Rename from ../info/cl.
11352
11353 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11354
11355 * Makefile (../etc/GNU): New target.
11356 (EMACSSOURCES): Add gnu1.texi.
11357
11358 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11359
11360 * Makefile (realclean): Don't delete the Info files.
11361
11362 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11363
11364 * forms.texi: Fix forms.texi so that it will format correctly.
11365 Add missing `@end iftex', fix bad reference.
11366
11367 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
11368
11369 * Makefile: Fix targets for texindex, new info.texi files.
11370 * info-stnd.texi: New file implements info for standalone info
11371 reader.
11372 * info.texi: Update to include recent changes to "../info/info".
11373 New source file for ../info/info; includes info-stnd.texi.
11374
11375 * texindex.c: Include "../src/config.h" if building in emacs.
11376
11377 * Makefile: Change all files to FILENAME.texi, force all targets
11378 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
11379 vip.texinfo, forms.texinfo, cl.texinfo.
11380 Add target to build texindex.c, defining `emacs'.
11381
11382 * forms.texi: Install new file to match version 2.3 of forms.el.
11383
11384 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11385
11386 * Version 19.19 released.
11387
11388 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
11389
11390 * sc.texinfo: Fix info file name.
11391
11392 * Makefile (info): Add gnus and sc.
11393 (dvi): Add gnus.dvi and sc.dvi.
11394 (../info/sc, sc.dvi): New targets.
11395
11396 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11397
11398 * Version 19.18 released.
11399
11400 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11401
11402 * Makefile: Fix source file names of the separate manuals.
11403 (gnus.dvi, ../info/gnus): New targets.
11404
11405 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11406
11407 * Version 19.17 released.
11408
11409 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11410
11411 * split-man: Fix typos in last change.
11412
11413 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11414
11415 * Version 19.16 released.
11416
11417 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11418
11419 * version 19.15 released.
11420
11421 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11422
11423 * Makefile (distclean): It's rm, not rf.
11424
11425 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11426
11427 * Version 19.14 released.
11428
11429 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11430
11431 * Makefile: New file.
11432
11433 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11434
11435 * Version 19.13 released.
11436
11437 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11438
11439 * Version 19.9 released.
11440
11441 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11442
11443 * Version 19.8 released.
11444
11445 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11446
11447 * Version 19.7 released.
11448
11449 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
11450
11451 * gnus.texinfo: New file. Removed installation instructions.
11452
11453 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11454
11455 * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
11456
11457 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11458
11459 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
11460 then define `\sc' as the command for smallcaps in Texinfo.
11461 This means that the @sc command will produce small caps. bfox has
11462 made the corresponding change to makeinfo and texinfm.el.
11463
11464 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11465
11466 * vip.texinfo: Remove menu entry Adding Lisp Code in node
11467 Customization since the menu entry did not point to anything.
11468 Also add an @finalout command to remove overfull hboxes from the
11469 printed output.
11470
11471 * cl.texinfo: Add @bye, \input line and @settitle to file.
11472 This file is clearly intended to be a chapter of some other work,
11473 but the other work does not yet exist.
11474
11475 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11476
11477 * texinfo.texinfo: Three typos corrected.
11478
11479 ;; Local Variables:
11480 ;; coding: utf-8
11481 ;; End:
11482
11483 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
11484
11485 This file is part of GNU Emacs.
11486
11487 GNU Emacs is free software: you can redistribute it and/or modify
11488 it under the terms of the GNU General Public License as published by
11489 the Free Software Foundation, either version 3 of the License, or
11490 (at your option) any later version.
11491
11492 GNU Emacs is distributed in the hope that it will be useful,
11493 but WITHOUT ANY WARRANTY; without even the implied warranty of
11494 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11495 GNU General Public License for more details.
11496
11497 You should have received a copy of the GNU General Public License
11498 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.