]> code.delx.au - gnu-emacs/blob - doc/misc/ChangeLog
Doc markup fixes re SPC, RET
[gnu-emacs] / doc / misc / ChangeLog
1 2014-06-08 Glenn Morris <rgm@gnu.org>
2
3 * ebrowse.texi (Source Display, Finding/Viewing):
4 * erc.texi (Sample Session):
5 * ses.texi (The Basics):
6 * todo-mode.texi (Moving and Deleting Items):
7 * woman.texi (Navigation): Markup fixes re SPC, RET.
8
9 2014-05-24 Paul Eggert <eggert@cs.ucla.edu>
10
11 Specify coding if Latin-1 Emacs would misinterpret (Bug#17575).
12 * htmlfontify.texi, org.texi: Add "coding: utf-8".
13
14 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
15
16 * todo-mode.texi: Update in light of changes due to bug#17482.
17 Replace numerous mistaken uses of literal quotes with proper
18 Texinfo markup.
19 (Todo Mode Entry Points): Comment out reference to using find-file
20 or Dired to visit Todo files, since this has been disabled (bug#17482).
21
22 2014-05-06 Michael Albinus <michael.albinus@gmx.de>
23
24 * tramp.texi (Frequently Asked Questions): Mention HISTFILE
25 setting in ~/.ssh/environment.
26
27 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
28
29 * todo-mode.texi: Update, improve exposition, add cross
30 references, fix typos.
31 (Inserting New Items, Editing Item Headers and Text): Rewrite to
32 document new user interface.
33
34 2014-05-01 Glenn Morris <rgm@gnu.org>
35
36 * autotype.texi (Skeleton Language):
37 * message.texi (Header Commands): Replace `iff'.
38
39 2014-04-22 Bastien Guerry <bzg@gnu.org>
40
41 * org.texi (Installation): Be more clear on why installing Org
42 through ELPA should be done without loading any Org file.
43
44 * org.texi (Emphasis and monospace): Document the use of
45 =verbatim= and ~code~ to be consistent with
46 `org-element-text-markup-successor'.
47
48 * org.texi (In-buffer settings, Radio tables): Tiny fixes.
49
50 * org.texi (Initial visibility):
51 * org.texi (Literal examples): Fix typos.
52
53 2014-04-22 Michael Brand <michael.ch.brand@gmail.com>
54
55 * org.texi (Column attributes): Add a sentence to point out
56 the dependency on the format specifier.
57
58 2014-04-22 Nicolas Goaziou <n.goaziou@gmail.com>
59
60 * org.texi (The Export Dispatcher): Reformulation.
61
62 * org.texi (@LaTeX{} specific attributes): Update manual.
63
64 * org.texi (Top, Exporting): Org has its own documentation and
65 should therefore be removed from "Other build-in back-ends".
66
67 2014-03-26 Paul Eggert <eggert@cs.ucla.edu>
68
69 * texinfo.tex: Update from gnulib.
70
71 2014-03-24 Michael Albinus <michael.albinus@gmx.de>
72
73 * tramp.texi (Frequently Asked Questions): Add fish shell settings.
74
75 2014-03-21 Glenn Morris <rgm@gnu.org>
76
77 * ede.texi (ede-linux):
78 * vip.texi (New Bindings): Tiny copyedits.
79
80 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
81
82 * vip.texi (Other Vi Commands): Adjust doc of C-j.
83
84 * cc-mode.texi (Indentation Commands): Remove C-j, since it's not
85 defined by CC-mode but globally.
86 (FAQ): Tweak text about RET and auto-indentation.
87
88 2014-03-18 David Engster <deng@randomsample.de>
89
90 * ede.texi (Project Local Variables): Remove reference to
91 `ede-java-root' and the example using it.
92 (Android projects, ede-java-root): Remove nodes since they are
93 only in CEDET upstream (Bug#17030). All nodes updated.
94 (ede-cpp-root): Document the :compile-command slot.
95 (ede-linux): Document new variables
96 `project-linux-build-directory-default' and
97 `project-linux-architecture-default'.
98
99 2014-03-12 Glenn Morris <rgm@gnu.org>
100
101 * eww.texi (History and Acknowledgments):
102 Don't list everyone who changed the code.
103
104 * ada-mode.texi, auth.texi, calc.texi, ebrowse.texi, efaq.texi:
105 * emacs-gnutls.texi, epa.texi, ert.texi, eshell.texi, eww.texi:
106 * flymake.texi, gnus.texi, info.texi, message.texi, mh-e.texi:
107 * newsticker.texi, pcl-cvs.texi, rcirc.texi, sem-user.texi:
108 * smtpmail.texi, url.texi, viper.texi, wisent.texi, woman.texi:
109 Use @file for buffers, per the Texinfo manual.
110
111 2014-03-12 Paul Eggert <eggert@cs.ucla.edu>
112
113 * org.texi: Don't set txicodequoteundirected and txicodequotebacktick
114 so that the Org Manual's style for ` and ' in code is consistent
115 with the other Emacs manuals. This affects PDF, not .info files.
116
117 2014-03-12 Glenn Morris <rgm@gnu.org>
118
119 * octave-mode.texi (Using Octave Mode): Remove outdated stuff
120 about RET and indentation.
121
122 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
123
124 * gnus.texi:
125 * semantic.texi: Fix whitespace.
126
127 * ede.texi (Android projects):
128 * eieio.texi (Class Options, Making New Objects)
129 (Method Invocation, CLOS compatibility):
130 * sem-user.texi (Tag Decoration Mode): Fix typos.
131
132 2014-03-02 Xue Fuqiao <xfq@gnu.org>
133
134 * sem-user.texi (Create System Databases): Markup fix.
135
136 2014-02-28 Glenn Morris <rgm@gnu.org>
137
138 * info.texi (Further Reading): Rename node from Expert Info.
139 Remove stuff about writing Info nodes by hand.
140 (Help-Cross): Move node from (mainly deleted) chapter 3 to chapter 1.
141
142 * info.texi: Nuke hand-written node pointers.
143
144 2014-02-28 Karl Berry <karl@gnu.org>
145
146 * info.texi (Top): Mention H for a summary of all commands.
147
148 2014-02-25 Glenn Morris <rgm@gnu.org>
149
150 * edt.texi (Quick start, Starting emulation): Update hook details.
151 * efaq.texi (Fullscreen mode on MS-Windows)
152 (Terminal setup code works after Emacs has begun): Update hook details.
153 * vip.texi (Loading VIP): Fix hook example.
154
155 * efaq-w32.texi (Bash): Don't use setq with hooks.
156
157 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
158
159 * texinfo.tex: Update from gnulib.
160
161 2014-02-22 Xue Fuqiao <xfq@gnu.org>
162
163 * remember.texi (Quick Start): Add an index.
164 (Function Reference, Quick Start): Add cross-references.
165
166 2014-02-21 Glenn Morris <rgm@gnu.org>
167
168 * flymake.texi (Starting the syntax check process): Grammar fix.
169
170 * tramp.texi (External packages): Grammar fix.
171 Reword for default sentinel not being nil any more.
172
173 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
174
175 * trampver.texi: Update release number.
176
177 2014-02-19 Glenn Morris <rgm@gnu.org>
178
179 * remember.texi: Copyedits.
180 (Quick Start): No need for manual autoloads. Mention remember-notes.
181 (Function Reference): Update arguments. Add new commands.
182
183 2014-02-18 Glenn Morris <rgm@gnu.org>
184
185 * remember.texi (copying): Bump remember mode version.
186 (Installation): Remove unnecessary chapter.
187 (Quick Start): No need to explicitly load remember.el.
188 (Separate Text Files): New section.
189
190 2014-02-17 Glenn Morris <rgm@gnu.org>
191
192 * eieio.texi (Class Values, CLOS compatibility):
193 Remove references to deleted eieio-describe-class/generic.
194
195 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
196
197 Sync with Tramp 2.2.9.
198 * trampver.texi: Update release number.
199
200 * efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2.
201
202 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
203
204 * calc.texi (Single-Variable Statistics): Remove mention of
205 incorrect keybinding.
206
207 2014-02-12 Paul Eggert <eggert@cs.ucla.edu>
208
209 * texinfo.tex: Update from gnulib.
210
211 2014-02-08 Glenn Morris <rgm@gnu.org>
212
213 * auth.texi (GnuPG and EasyPG Assistant Configuration):
214 Be agnostic about authinfo/authinfo.gpg default order. (Bug#16642)
215
216 2014-02-07 Glenn Morris <rgm@gnu.org>
217
218 * viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
219
220 2014-02-06 Glenn Morris <rgm@gnu.org>
221
222 * epa.texi (Mail-mode integration): Mention epa-mail-aliases.
223
224 * mh-e.texi, viper.texi: Do not use colons in index entries.
225
226 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
227
228 * texinfo.tex: Update from gnulib.
229
230 2014-02-05 Glenn Morris <rgm@gnu.org>
231
232 * epa.texi: Add indices.
233
234 * url.texi (Cookies): Mention url-cookie-list command.
235
236 2014-02-03 Glenn Morris <rgm@gnu.org>
237
238 * cl.texi (Blocks and Exits): Mention cl-tagbody.
239
240 2014-02-02 Glenn Morris <rgm@gnu.org>
241
242 * efaq-w32.texi (Tramp ssh): Remove deleted tramp methods.
243
244 2014-01-31 Glenn Morris <rgm@gnu.org>
245
246 * efaq.texi (Replacing highlighted text):
247 Update delete-selection-mode doc.
248
249 2014-01-30 Xue Fuqiao <xfq.free@gmail.com>
250
251 * sem-user.texi (Include paths): Fix a Texinfo command.
252
253 2014-01-27 Glenn Morris <rgm@gnu.org>
254
255 * idlwave.texi (Lesson III---User Catalog, Online Help)
256 (Starting the Shell, Catalogs, User Catalog):
257 * remember.texi (Quick Start):
258 * viper.texi:
259 * vip.texi (Customization, Customizing Constants)
260 (Customizing Key Bindings): Update for files being in ~/.emacs.d/.
261
262 2014-01-25 Xue Fuqiao <xfq.free@gmail.com>
263
264 * cc-mode.texi (Minor Modes): Minor fix.
265
266 2014-01-24 David Engster <deng@randomsample.de>
267
268 * eieio.texi (Introduction): Fix references.
269
270 2014-01-24 Glenn Morris <rgm@gnu.org>
271
272 * efaq.texi (Termcap/Terminfo entries for Emacs):
273 Use M-x term rather than M-x terminal-emulator.
274
275 * emacs-mime.texi (time-date): Use float-time.
276
277 2014-01-22 David Engster <deng@randomsample.de>
278
279 * eieio.texi (Introduction): Move introductory paragraph about
280 EIEIO and CLOS from 'Building Classes' to here.
281 (Documentation): Remove, since eieio-doc is not part of Emacs.
282 (Class Values, CLOS compatibility): Mention that
283 `describe-function' will also give information about classes.
284
285 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
286
287 * texinfo.tex: Update from gnulib.
288
289 2014-01-15 Glenn Morris <rgm@gnu.org>
290
291 * Makefile.in (eww_deps): Does not depend on emacsver.texi.
292
293 2014-01-12 Michael Albinus <michael.albinus@gmx.de>
294
295 * tramp.texi (all): Doc fix according to GNU Coding Standards.
296 Use "file name" instead of "filename" or "path". Use "host"
297 instead of "machine".
298
299 2014-01-12 David Engster <deng@randomsample.de>
300
301 * eieio.texi (Introduction): `class-of' is obsolete.
302 (Predicates, Basic Methods): Adapt function names to namespace
303 cleanup.
304
305 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
306
307 * eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
308
309 2014-01-12 Glenn Morris <rgm@gnu.org>
310
311 * efaq.texi (Guidelines for newsgroup postings)
312 (Informational files for Emacs):
313 Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
314
315 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * cl.texi (Function Bindings): Fix incorrect description of cl-let.
318
319 2014-01-09 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
320
321 * Makefile.in: Add eww.texi.
322 * eww.texi: New file.
323
324 2014-01-07 Glenn Morris <rgm@gnu.org>
325
326 * efaq.texi (Problems with very large files): Fix superscript typo.
327
328 2013-01-07 Rasmus <w530@pank.eu>
329
330 * org.texi (Global and local cycling): Fix missing '@'.
331
332 2013-01-07 Bastien Guerry <bzg@gnu.org>
333
334 * org.texi (Global and local cycling): Mention C-u C-u TAB.
335 (Include files, The Export Dispatcher)
336 (Advanced configuration)
337 (Header arguments in Org mode properties): Spelling fixes.
338 (Special blocks): Add #+BEGIN_ABSTRACT as another example.
339 (@LaTeX{} specific attributes): New index entries.
340 Use #+BEGIN_ABSTRACT in the example.
341
342 2013-01-07 Nicolas Goaziou <n.goaziou@gmail.com>
343
344 * org.texi (Org export): New section.
345 (HTML doctypes): Fix whitespace error. Fix display.
346 (Publishing options): Add missing html publishing options.
347
348 2014-01-07 Glenn Morris <rgm@gnu.org>
349
350 * efaq.texi (Basic editing, Packages that do not come with Emacs):
351 Merge in some info from etc/MORE.STUFF.
352
353 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
354
355 Specify .texi encoding (Bug#16292).
356 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
357 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
358 * ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi:
359 * emacs-gnutls.texi, epa.texi, erc.texi, ert.texi:
360 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi:
361 * gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi:
362 * message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi:
363 * octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi:
364 * reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi:
365 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
366 * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
367 * widget.texi, wisent.texi, woman.texi:
368 Add @documentencoding.
369
370 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
371
372 * eshell.texi (What Eshell is not): Clean up confusing clause.
373
374 2014-01-03 Glenn Morris <rgm@gnu.org>
375
376 * efaq-w32.texi, reftex.texi: Use @insertcopying in non-TeX.
377
378 * ede.texi, eieio.texi, semantic.texi, srecode.texi:
379 Add copyright notice to titlepage.
380
381 * dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
382
383 * ert.texi: Add a titlepage. Use @insertcopying.
384
385 * calc.texi (Top): Use @top rather than @chapter.
386
387 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
388
389 * eshell.texi (top): Fix incorrect use of xref.
390
391 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
392
393 * eshell.texi (top): Fix incorrect info filename in an xref.
394
395 2014-01-02 Glenn Morris <rgm@gnu.org>
396
397 * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
398
399 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
400
401 * eshell.texi (Command Basics): Remove `Command basics' chapter.
402
403 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
404
405 * eshell.texi (What is Eshell?): Add section about what not to use
406 Eshell for.
407
408 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
409
410 * emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
411
412 2013-12-22 Glenn Morris <rgm@gnu.org>
413
414 * woman.texi (Navigation): Use itemx where appropriate.
415
416 2013-12-20 Tassilo Horn <tsdh@gnu.org>
417
418 * info.texi, woman.texi:
419 Document `S-SPC' as alternative to `DEL' for scrolling.
420
421 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
422
423 * calc.texi (Stack Manipulation Commands): Mention using the variable
424 `calc-context-sensitive-enter' for `calc-enter' and `calc-pop'.
425
426 2013-12-12 Michael Albinus <michael.albinus@gmx.de>
427
428 * tramp.texi (direntry): Use ssh but rsh.
429 (all): Encode all environment variable names with @env{...}.
430 (Bug Reports): Refer to Testing node.
431
432 2013-12-12 Glenn Morris <rgm@gnu.org>
433
434 * autotype.texi, cc-mode.texi, ediff.texi, ert.texi:
435 * htmlfontify.texi, ido.texi, octave-mode.texi, org.texi:
436 * srecode.texi, todo-mode.texi, tramp.texi:
437 Sync direntry with info/dir version.
438
439 2013-12-11 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
440
441 * Makefile.in: Add octave-mode.texi.
442
443 2013-12-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
444 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
445
446 * octave-mode.texi: Import from GNU Octave (doc/interpreter/emacs.txi).
447
448 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
449
450 * dbus.texi (Properties and Annotations): Fix typo.
451
452 2013-12-06 Bastien Guerry <bzg@gnu.org>
453
454 * org.texi: Don't include Emacs version within Org's version.
455
456 2013-12-06 Nicolas Goaziou <n.goaziou@gmail.com>
457
458 * org.texi (Creating one-off styles): Use new export snippet
459 syntax.
460
461 * org.texi (Export settings): Documentation describing how text
462 above the first heading is ignored when an :export: tag is in a
463 file.
464
465 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
466
467 * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
468
469 2013-11-30 Glenn Morris <rgm@gnu.org>
470
471 * Makefile.in (distclean): Remove Makefile.
472
473 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
474
475 * ses.texi (Quick Tutorial): New chapter. (Bug#14748)
476 (The Basics, Formulas): Copyedits.
477 (Resizing, Printer functions): Add index entries.
478
479 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
480
481 * calc.texi (Customizing Calc): Mention new variable
482 `calc-context-sensitive-enter'.
483
484 2013-11-12 Aaron Ecay <aaronecay@gmail.com>
485
486 * org.texi (Exporting code blocks): Document the 'inline-only
487 setting for `org-export-babel-evaluate'. Document how :var
488 introduces code block dependencies.
489
490 2013-11-12 Achim Gratz <Stromeko@Stromeko.DE>
491
492 * org.texi (Header arguments): Document header-args[:lang]
493 properties and remove deprecated old-style properties from
494 documentation.
495
496 * org.texi (Agenda commands): Remove footnote from @tsubheading
497 and add a sentence with the reference instead.
498
499 2013-11-12 Bastien Guerry <bzg@gnu.org>
500
501 * org.texi (Catching invisible edits):
502 * org.texi (Plain lists, Plain lists):
503 * org.texi (Advanced configuration):
504 * org.texi (Tag groups):
505 * org.texi (Conventions):
506 * org.texi (Checkboxes, Radio lists):
507 * org.texi (Top, Summary, Exporting):
508 * org.texi (In-buffer settings): Fix typos.
509
510 * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
511 C-w'. Add an index entry for `org-refile-keep'.
512
513 * org.texi (Plain lists): Add an index entry for sorting plain
514 list. Document sorting by checked status for check lists.
515
516 * org.texi (Publishing options): Fix old variable names.
517
518 * org.texi (Orgstruct mode): Fix suggested setting of
519 `orgstruct-heading-prefix-regexp'.
520
521 * org.texi (Export settings):
522 Document `org-export-allow-bind-keywords'.
523
524 * org.texi (History and Acknowledgments): Small rephrasing.
525
526 * org.texi (Template elements): Add a footnote about tags accepted
527 in a year datetree.
528
529 * org.texi (Beamer export, @LaTeX{} and PDF export)
530 (Header and sectioning, @LaTeX{} specific attributes):
531 Enhance style.
532
533 * org.texi (Agenda commands): Add a footnote about dragging agenda
534 lines: it does not persist and it does not change the .org files.
535
536 * org.texi (Agenda commands): Add a table heading for dragging
537 agenda lines forward/backward.
538
539 * org.texi (Agenda commands): Add documentation for
540 `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
541
542 * org.texi (Publishing options): Update the list of options.
543 (Simple example, Complex example): Fix the examples.
544
545 * org.texi (Formula syntax for Calc): Don't use a bold font the
546 warning.
547
548 * org.texi (Other built-in back-ends): New section.
549
550 * org.texi (Editing source code):
551 Document `org-edit-src-auto-save-idle-delay' and
552 `org-edit-src-turn-on-auto-save'.
553
554 * org.texi (External links): Document contributed link types
555 separately.
556
557 * org.texi (Closing items):
558 Document `org-closed-keep-when-no-todo'.
559
560 * org.texi (Export back-ends): Rename from "Export formats".
561 (The Export Dispatcher): Remove reference to
562 `org-export-run-in-background'.
563 (Export settings): Minor rewrites.
564 (ASCII/Latin-1/UTF-8 export): Update variable's name.
565 (In-buffer settings): Add #+HTML_HEAD_EXTRA.
566
567 * org.texi (Export in foreign buffers): New section.
568 (Exporting): Remove documentation about converting the selected
569 region.
570
571 * org.texi (Advanced configuration): Put the filter valid types in
572 a table. Use @lisp and @smalllisp.
573
574 * org.texi: Use @code{nil} instead of nil. Update the maintainer
575 contact info.
576
577 * org.texi (Exporting): Better introductory sentence. Add a note
578 about conversion commands.
579 (Feedback, Orgstruct mode, Built-in table editor)
580 (Built-in table editor, Orgtbl mode, Updating the table)
581 (Property syntax, Capturing column view, Capture)
582 (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
583 (Exporting, Extending ODT export)
584 (Working with @LaTeX{} math snippets, dir, Customization)
585 (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
586 Uniformly use @kbd{M-x command RET}.
587
588 * org.texi (Filtering/limiting agenda items): New subsection.
589 Document the use of `org-agenda-max-*' options and
590 `org-agenda-limit-interactively' from the agenda.
591 (Agenda commands): Move details about filtering commands to
592 the new section, only include a summary here.
593 (Customizing tables in ODT export)
594 (System-wide header arguments, Conflicts, Dynamic blocks):
595 Use spaces for indentation.
596
597 * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
598
599 * org.texi (Links in HTML export, Images in HTML export)
600 (post): Fix syntax within #+ATTR_*.
601 (Tables in HTML export): Document `org-html-table-row-tags'
602 and use `org-html-table-default-attributes' instead of
603 `org-html-table-tag'.
604
605 * org.texi (Publishing action, Publishing options)
606 (Publishing links): Major rewrite. Enhance explanations for
607 `org-org-publish-to-org'. Remove reference to
608 `org-export-run-in-background'.
609
610 * org.texi: Fix many small typos. Use #+NAME instead of
611 #+TBLNAME. Use @smalllisp instead of @example.
612 (Special symbols): Add index?
613 (HTML preamble and postamble): Don't mention obsolete use of
614 opt-plist.
615 (JavaScript support): Don't mention the org-jsinfo.el file as it
616 has been merged with ox-html.el.
617
618 * org.texi (Installation, Feedback, Setting Options)
619 (Code evaluation security, org-crypt.el): Use @lisp instead of
620 @example.
621 (Agenda commands): Use @table instead of @example.
622
623 * org.texi (Adding hyperlink types): New appendix.
624
625 * org.texi (ODT export commands, Extending ODT export)
626 (Applying custom styles, Images in ODT export)
627 (Labels and captions in ODT export)
628 (Literal examples in ODT export)
629 (Configuring a document converter)
630 (Working with OpenDocument style files)
631 (Customizing tables in ODT export)
632 (Validating OpenDocument XML): Fix options names.
633
634 * org.texi (History and Acknowledgments): Update acknowledgments
635 to Nicolas. Add Nicolas Goaziou to the list of contributors.
636
637 * org.texi (System-wide header arguments): Don't use "customizing"
638 for setting a variable. Also remove comments.
639
640 * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
641 `org-agenda-start-on-weekday' to the variable index and document
642 them.
643
644 * org.texi (Sparse trees, Agenda commands)
645 (@LaTeX{} fragments, Selective export, Export options)
646 (The export dispatcher, ASCII/Latin-1/UTF-8 export)
647 (HTML Export commands, @LaTeX{}/PDF export commands)
648 (iCalendar export, Publishing options, Triggering publication)
649 (In-buffer settings): Update to reflect changes from the new
650 export engine.
651
652 * org.texi (Matching tags and properties): More examples.
653 Explain group tags expansion as regular expressions.
654
655 * org.texi (Tag groups): New section.
656
657 * org.texi (Setting tags): Tiny formatting fixes.
658
659 * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
660 names.
661
662 * org.texi (Storing searches): Add "agenda" and "agenda*" to the
663 concept index. Include example for these agenda views.
664 (Special agenda views): Mention the "agenda*" agenda view.
665
666 * org.texi (Repeated tasks): Document how to ignore a repeater
667 when using both a scheduled and a deadline timetamp.
668
669 * org.texi (Global and local cycling): Wrap in a new subsection.
670 (Initial visibility, Catching invisible edits): New subsections.
671
672 * org.texi (Visibility cycling): Mention that
673 `org-agenda-inhibit-startup' will prevent visibility setting when
674 the agenda opens an Org file for the first time.
675
676 * org.texi (Org syntax): New section.
677
678 * org.texi (Orgstruct mode):
679 Document `orgstruct-heading-prefix-regexp'.
680
681 * org.texi (Speeding up your agendas): New section.
682
683 * org.texi (Installation): When installing Org from ELPA, users
684 should do this from an Emacs session where no .org file has been
685 visited.
686
687 * org.texi (CSS support, In-buffer settings): Update HTML options
688 names.
689
690 * org.texi (Structure editing): Update documentation for
691 `org-insert-heading-or-item'.
692 (Plain lists, Relative timer): Update index entry.
693
694 * org.texi (JavaScript support): Update variable names.
695
696 * org.texi (comments): Minor formatting fix.
697
698 * org.texi (@LaTeX{} fragments): Minor enhancement.
699
700 * org.texi: Update the list contributions.
701
702 * org.texi (Agenda commands): Exporting the agenda to an .org file
703 will not copy the subtrees and the inherited tags.
704 Document `org-agenda-filter-by-regexp'.
705
706 * org.texi (Publishing action, Complex example): Fix names of
707 publishing functions.
708
709 * org.texi (Top, Exporting): Delete references to Freemind.
710 (Freemind export): Delete section.
711
712 * org.texi (Top, Exporting): Delete references to the XOXO export.
713 (XOXO export): Delete section.
714
715 * org.texi (Capture): Mention that org-remember.el is not
716 supported anymore.
717
718 * org.texi (Top, Exporting, Beamer class export):
719 Delete references to the TaskJuggler export.
720 (History and Acknowledgments): Mention that the TaskJuggler has
721 been rewritten by Nicolas and now lives in the contrib/ directory
722 of Org's distribution. Mention that Jambunathan rewrote the HTML
723 exporter. Remove Jambunathan from my own acknowledgments.
724 (TaskJuggler export): Delete.
725
726 * org.texi (HTML preamble and postamble)
727 (Tables in HTML export, Images in HTML export)
728 (Math formatting in HTML export, CSS support)
729 (@LaTeX{} and PDF export, Publishing options): Fix the names of
730 the HTML export and publishing options.
731
732 * org.texi (Literal examples, Export options)
733 (@LaTeX{} and PDF export, Header and sectioning)
734 (Publishing options): Fix LaTeX options names.
735
736 * org.texi (Export options, CSS support, In-buffer settings):
737 Fix references to HTML_LINK_* and HTML_STYLE keywords.
738
739 * org.texi (Export options, In-buffer settings): Fix references to
740 #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
741
742 * org.texi (Top, Markup, Initial text, Images and tables)
743 (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
744 (Export options, JavaScript support, Beamer class export):
745 Remove references to the DocBook export, which has been deleted.
746 (History and Acknowledgments): Mention that DocBook has been
747 deleted, suggest to use the Texinfo exporter instead, then to
748 convert the .texi to DocBook with makeinfo.
749 (Links in ODT export, Tables in ODT export): Fix indices.
750
751 * org.texi (Deadlines and scheduling): Add a variable to the
752 index. Add documentation about delays for scheduled tasks.
753
754 * org.texi (Emphasis and monospace):
755 Mention `org-fontify-emphasized-text' and
756 `org-emphasis-regexp-components'.
757
758 * org.texi (References): Small enhancement.
759
760 * org.texi (Column width and alignment): Make the example visually
761 more clear.
762
763 * org.texi (The clock table): Document :mstart and :wstart as a
764 way to set the starting day of the week.
765
766 * org.texi (In-buffer settings): Document new startup keywords.
767 Thanks to John J Foerch for this idea.
768
769 * org.texi (Include files): Tiny formatting fix.
770
771 * org.texi (Activation): Point to the "Conflicts" section.
772
773 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com>
774
775 * org.texi (CSS support): Clarify this section.
776
777 * org.texi (@LaTeX{} specific attributes): Document that tabu and
778 tabularx packages are not in the default set of packages.
779
780 * org.texi (Agenda commands): Document fortnight view.
781
782 * org.texi: Document conflict with ecomplete.el.
783
784 * org.texi (History and Acknowledgments): Acknowledgements for
785 Jason Dunsmore and Rakcspace.
786
787 * org.texi: Rename org-crypt.el node to org-crypt.
788
789 * org.texi (A @LaTeX{} example): Fix typo in variable name.
790
791 * org.texi (MobileOrg): Mention the new iPhone developer.
792
793 * org.texi (Table of contents) Improve documentation of TOC
794 placement.
795
796 * org.texi: Explain that date/time information at read-date prompt
797 should start at the beginning, not anywhere in the middle of a
798 long string.
799
800 2013-11-12 Christopher Schmidt <christopher@ch.ristopher.com>
801
802 * org.texi (Orgstruct mode): Fix wrong regexp.
803
804 2013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
805
806 * org.texi: Document export to (X)HTML flavors.
807
808 2013-11-12 Eric Schulte <schulte.eric@gmail.com>
809
810 * org.texi (Extracting source code): Mention the prefix argument
811 to org-babel-tangle.
812 (noweb): Remove erroneous negative.
813 (Specific header arguments): Document new header arguments.
814 Documentation for new tangle-mode header argument.
815 (Top): Documentation for new tangle-mode header argument.
816 (rownames): Documentation for new tangle-mode header argument.
817 Mention elisp as special rowname case.
818 (tangle-mode): Documentation for new tangle-mode header argument.
819 (post): Documentation and an example of usage.
820 (var): Remove the "Alternate argument syntax" section from the
821 documentation.
822 (hlines): Note that :hline has no effect for Emacs Lisp code
823 blocks.
824
825 2013-11-12 Feng Shu <tumashu@gmail.com>
826
827 * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
828 (Math formatting in HTML export)
829 (Working with @LaTeX{} math snippets): Add document about creating
830 formula image with imagemagick.
831
832 * org.texi (@LaTeX{} specific attributes): Document `:caption'
833 attribute of #+ATTR_LATEX.
834
835 2013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com>
836
837 * org.texi (Handling links): Fix a typo in
838 `org-startup-with-inline-images' documentation.
839
840 * org.texi (Previewing @LaTeX{} fragments): Document the startup
841 keywords to use for previewing LaTeX fragments or not.
842 (Summary of in-buffer settings): Improve formatting and add an
843 entry for the variable `org-startup-with-latex-preview'.
844
845 * org.texi (Property syntax): Recall the user to refresh the org
846 buffer when properties are set on a per-file basis.
847
848 2013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change)
849
850 * org.texi (Matching tags and properties): Clarification.
851
852 2013-11-12 Ippei Furuhashi <top.tuna+orgmode@gmail.com>
853
854 * org.texi (Editing and debugging formulas): Add an example when a
855 table has multiple #+TBLFM lines.
856
857 2013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change)
858
859 * org.texi (The clock table): Document acceptance of relative
860 times in tstart and tend, link to syntax description and provide
861 example.
862
863 2013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi>
864
865 * org.texi (The spreadsheet): Document lookup functions.
866
867 2013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
868
869 * org.texi (CSS support): Mention .figure-number, .listing-number,
870 and .table-number.
871
872 2013-11-12 Michael Brand <michael.ch.brand@gmail.com>
873
874 * org.texi
875 (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
876 spreadsheet formula mode strings and some examples from @example
877 block with xy @r{yz} to @table.
878
879 * org.texi (Formula syntax for Calc): Improve the documentation of
880 empty fields in formulas for spreadsheet. Add explanation and
881 example for empty field. Extend explanations of format
882 specifiers. Add a sentence to mention Calc defmath.
883
884 * org.texi (Column formulas): Add a sentence to be more explicit
885 about when a table header is mandatory.
886
887 2013-11-12 Nicolas Goaziou <n.goaziou@gmail.com>
888
889 * org.texi (Subscripts and superscripts): Remove reference to
890 quoted underscores until this mechanism is implemented again.
891
892 * org.texi (Beamer export): Be more accurate about BEAMER_OPT
893 property.
894
895 * org.texi (Document title): Subtree export is no longer triggered
896 by marking one as the region.
897 (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
898 giving examples isn't very useful: "horizontal rule" is, at least,
899 as explicit as <hr/>.
900
901 * org.texi (HTML doctypes): Reflect keyword removal.
902 (CSS support): Reflect keyword removal.
903
904 * org.texi (@LaTeX{} specific attributes): Document new :float
905 values.
906
907 * org.texi (Export settings): Improve documentation.
908
909 * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
910 (Text areas in HTML export): Update text areas.
911 (HTML Export commands): Update export commands.
912
913 * org.texi (Header and sectioning): Add a footnote about the
914 different between LATEX_HEADER_EXTRA and LATEX_HEADER.
915
916 * org.texi (The Export Dispatcher):
917 Document `org-export-in-background'.
918
919 * org.texi (Footnotes): Export back-ends do not use
920 `org-footnote-normalize' anymore.
921
922 * org.texi: Document variable changes.
923
924 * org.texi (Export settings): Document p: item in OPTIONS keyword.
925
926 * org.texi (Exporting): Massive rewrite of the first sections.
927 (Selective export): Delete.
928 (The Export Dispatcher): Rewrite.
929 (Export options): Rewrite as "Export settings".
930
931 * org.texi: Small changes to documentation for embedded LaTeX.
932
933 * org.texi (Internal links): Document #+NAME keyword and
934 cross-referencing during export.
935
936 * org.texi (Include files): Remove reference to :prefix1
937 and :prefix. Give more details for :minlevel.
938
939 * org.texi (Macro replacement): Fix macro name.
940 Update documentation about possible locations and escaping mechanism.
941
942 * org.texi (Table of contents): Update documentation.
943 Document lists of listings and lists of tables. Add documentation for
944 optional title and #+TOC: keyword.
945
946 2013-11-12 Rick Frankel <rick@rickster.com>
947
948 * org.texi (results): Add Format section, broken out of Type
949 section to match code.
950 (hlines, colnames): Remove incorrect Emacs Lisp exception.
951 Note that the actual default handling (at least for python and
952 emacs-lisp) does not seem to match the description.
953
954 2013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change)
955
956 * org.texi (The date/time prompt): Update the documentation to
957 reflect the new way `org-read-date-get-relative' handles weekdays.
958
959 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com>
960
961 * org.texi (Resolving idle time):
962 Document `org-clock-x11idle-program-name'.
963
964 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
965
966 * ert.texi (Running Tests Interactively): Adapt examle output.
967 (Tests and Their Environment): Mention skip-unless.
968
969 2013-10-23 Glenn Morris <rgm@gnu.org>
970
971 * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
972 * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
973 * widget.texi: Nuke @refill.
974
975 * Makefile.in (install-dvi, install-html, install-pdf)
976 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
977 (uninstall-pdf): Quote entities that might contain whitespace.
978
979 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
980
981 * calc.texi (Data Type Formats): Don't specify the size at
982 which integers begin to be represented by lists.
983
984 2013-10-14 Xue Fuqiao <xfq.free@gmail.com>
985
986 * cl.texi (Argument Lists): Add indexes for &key and &aux.
987
988 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
989
990 * trampver.texi: Update release number.
991
992 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
993
994 Sync with Tramp 2.2.8.
995
996 * tramp.texi (External packages): Use `non-essential'.
997 * trampver.texi: Update release number.
998
999 2013-09-14 Glenn Morris <rgm@gnu.org>
1000
1001 * eshell.texi: Markup fixes.
1002
1003 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1004
1005 * ido.texi (Interactive Substring Matching): Use @key{RET} instead
1006 of @kbd{RET}.
1007 (Prefix Matching): Add an index.
1008
1009 2013-09-08 Glenn Morris <rgm@gnu.org>
1010
1011 * emacs-gnutls.texi: Tweak direntry.
1012
1013 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
1014
1015 * tramp.texi (Alternative Syntax): Remove chapter.
1016
1017 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1018
1019 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1020 for portability to hosts where /bin/sh has problems.
1021
1022 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 Try to reduce redundancy in doc/misc/Makefile.in.
1025 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
1026 (TARGETS): New intermediate variable.
1027 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
1028
1029 2013-08-27 Glenn Morris <rgm@gnu.org>
1030
1031 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
1032
1033 * efaq.texi: Rename from faq.texi, to match its output files.
1034 * Makefile.in: Update for faq.texi name change.
1035
1036 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
1037
1038 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
1039
1040 * efaq-w32.texi: Move here from the web-pages repository.
1041 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1042 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
1043 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
1044 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1045 Add DOCMISC_*_W32 variables.
1046 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
1047 (efaq_w32_deps): New variable.
1048 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
1049 (efaq-w32.pdf, efaq-w32.html): New rules.
1050 (clean): Remove efaq-w32 products.
1051
1052 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
1053
1054 * texinfo.tex: Update from gnulib.
1055
1056 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
1057
1058 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
1059 shift_jis from the default value set to mm-coding-system-priorities for
1060 Japanese users.
1061
1062 2013-08-13 Glenn Morris <rgm@gnu.org>
1063
1064 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
1065 (Options - Defining Label Environments, Options - Creating Labels)
1066 (Options - Referencing Labels, Options - Creating Citations)
1067 (Options - Index Support, Options - Viewing Cross-References)
1068 (Options - Finding Files, Options - Optimizations)
1069 (Options - Fontification, Options - Misc):
1070 * cc-mode.texi (Sample Init File):
1071 * edt.texi (Init file):
1072 * epa.texi (Encrypting/decrypting gpg files):
1073 * mairix-el.texi (About, Setting up the mairix interface, Using)
1074 (Extending):
1075 Rename nodes to avoid characters that can cause Texinfo problems.
1076
1077 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
1078
1079 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
1080
1081 2013-08-12 Glenn Morris <rgm@gnu.org>
1082
1083 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
1084 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
1085 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
1086 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
1087 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
1088 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
1089 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
1090 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
1091 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
1092 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
1093 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
1094 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
1095 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
1096
1097 * woman.texi (Top): Avoid mailto: in html output.
1098
1099 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1100 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1101 (INSTALL_DATA): New, set by configure.
1102 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
1103 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
1104 install-ps, install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1105 uninstall-ps, and uninstall-doc.
1106 (.SUFFIXES): Add .ps and .dvi.
1107 (.dvi.ps): New suffix rule.
1108 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
1109 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
1110 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
1111 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
1112 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
1113 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
1114 (ido.html, mairix-el.html, message.html, mh-e.html)
1115 (newsticker.html, nxml-mode.html, org.html, pgg.html)
1116 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
1117 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
1118 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
1119 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
1120 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
1121 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
1122 New rules.
1123 (clean): Remove HTML_TARGETS and PS_TARGETS.
1124
1125 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1126
1127 * ido.texi (Working Directories, Flexible Matching, Regexp Matching)
1128 (Find File At Point, Ignoring, Misc Customization): Use @defopt
1129 for user options.
1130
1131 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1132
1133 * htmlfontify.texi (Customization): Remove documentation of
1134 `hfy-fast-lock-save'. Minor fixes.
1135
1136 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
1137
1138 * ido.texi (Top): Insert node "Working Directories" in menu.
1139 (Working Directories): New node.
1140 (Misc Customization): Add documentation of
1141 `ido-confirm-unique-completion' and some other user options.
1142
1143 2013-08-07 Eli Zaretskii <eliz@gnu.org>
1144
1145 * todo-mode.texi: Update @dircategory.
1146 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
1147 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
1148 @ref.
1149
1150 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
1151
1152 * sc.texi (Introduction): Fix index.
1153 (Usage Overview, Citations, Citation Elements, Recognizing Citations)
1154 (Information Keys and the Info Alist, Reference Headers)
1155 (The Built-in Header Rewrite Functions)
1156 (Electric References, Reply Buffer Initialization)
1157 (Filling Cited Text, Selecting an Attribution)
1158 (Attribution Preferences)
1159 (Anonymous Attributions, Author Names)
1160 (Using Regi, Post-yank Formatting Commands)
1161 (Citing Commands, Insertion Commands)
1162 (Mail Field Commands)
1163 (Hints to MUA Authors, Thanks and History): Change from one space
1164 between sentences to two.
1165 (What Supercite Does): Typo fix.
1166
1167 * newsticker.texi (Usage): Use @key for RET.
1168
1169 * cl.texi (Argument Lists, For Clauses)
1170 (Macros): Add indexes.
1171
1172 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1173
1174 * cl.texi (Blocks and Exits): Add an index.
1175
1176 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
1177
1178 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
1179 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT))
1180 (todo-mode.dvi, todo-mode.pdf): New rules.
1181
1182 * todo-mode.texi: New file.
1183
1184 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1185
1186 * gnus.texi (Basic Usage): Mention that warp means jump here.
1187 (The notmuch Engine): Mention notmuch.
1188
1189 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1190
1191 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1192 `gnus-subthread-sort-functions' and remove the obsolete documentation
1193 of `gnus-sort-threads-recursively'.
1194
1195 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1196
1197 * texinfo.tex: Update to 2012-07-29.17 version.
1198
1199 2013-07-29 David Engster <deng@randomsample.de>
1200
1201 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
1202 implementation.
1203 (Introduction): Add further missing features.
1204 (Building Classes): Add introductory paragraph.
1205 (Wish List): Add metaclasses and EQL specialization.
1206
1207 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
1208
1209 * tramp.texi (Frequently Asked Questions):
1210 Mention `tramp-use-ssh-controlmaster-options'.
1211
1212 2013-07-26 Tassilo Horn <tsdh@gnu.org>
1213
1214 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1215 `gnus-sort-threads-recursively'.
1216
1217 2013-07-25 Glenn Morris <rgm@gnu.org>
1218
1219 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
1220 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
1221
1222 * erc.texi (Special Features): Update contact information.
1223 (History): Avoid using @email.
1224
1225 * eshell.texi (Bugs and ideas): Minor updates.
1226
1227 * faq.texi (Reporting bugs, Origin of the term Emacs)
1228 (Setting up a customization file)
1229 (Using an already running Emacs process, Turning off beeping)
1230 (Packages that do not come with Emacs)
1231 (Replying to the sender of a message): Avoid using @email.
1232
1233 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
1234
1235 * reftex.texi (Imprint): Avoid using @email.
1236
1237 * ses.texi (Top): Update bug reporting instructions.
1238 (Acknowledgments): Avoid using @email.
1239
1240 * woman.texi (Introduction, Background): Remove outdated information.
1241 (Bugs, Acknowledgments): Avoid using @email.
1242
1243 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
1244
1245 * ido.texi: New file.
1246
1247 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1248
1249 * gnus.texi (Customizing Articles): Document function predicates.
1250
1251 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1252
1253 * gnus.texi (lines): Correct description of
1254 `gnus-registry-track-extra's default value.
1255 Mention `gnus-registry-remove-extra-data'.
1256
1257 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1258
1259 * gnus.texi (Group Parameters): Mention regexp
1260 substitutions (bug#11688).
1261
1262 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1263
1264 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
1265
1266 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1267
1268 * gnus.texi (Emacsen): Fix version.
1269
1270 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
1271
1272 2013-07-06 Glenn Morris <rgm@gnu.org>
1273
1274 * mh-e.texi: Fix external links.
1275 (Using This Manual): Printed elisp manuals no longer available.
1276
1277 * newsticker.texi (Overview): Update URL.
1278
1279 * nxml-mode.texi (Introduction): Update URL.
1280
1281 * org.texi (JavaScript support): Fix URL.
1282
1283 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
1284
1285 * eudc.texi (CCSO PH/QI): Remove defunct URL.
1286
1287 * dbus.texi (Introspection): Update URL to a less defunct one.
1288
1289 * gnus.texi (Top): Restrict "Other related manuals" to info output.
1290 (Foreign Groups): Use @indicateurl for examples.
1291 (Direct Functions): Remove defunct URL.
1292 (RSS): Update URL.
1293
1294 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
1295 (FAQ 7-1): Update URL.
1296
1297 * pgg.texi (Top, Overview): Add note about obsolescence.
1298
1299 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
1300
1301 * texinfo.tex: Merge from gnulib.
1302
1303 2013-07-03 Glenn Morris <rgm@gnu.org>
1304
1305 * bovine.texi (top):
1306 * cc-mode.texi (AWK Mode Font Locking):
1307 * mh-e.texi (Preface):
1308 * url.texi (URI Parsing): Fix cross-references to other manuals.
1309
1310 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1311
1312 * gnus.texi (Client-Side IMAP Splitting):
1313 Note that `nnimap-inbox' now can be a list.
1314
1315 2013-06-24 Glenn Morris <rgm@gnu.org>
1316
1317 * eshell.texi: Fix cross-references to other manuals.
1318
1319 2013-06-23 Glenn Morris <rgm@gnu.org>
1320
1321 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
1322 Remove; not needed now we use a standard html layout for the faq.
1323 (clean): Remove HTML_TARGETS, emacs-faq.text.
1324
1325 2013-06-21 Eduard Wiebe <usenet@pusto.de>
1326
1327 * flymake.texi (Parsing the output, Customizable variables):
1328 Add reference to `flymake-warning-predicate'.
1329
1330 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
1331
1332 * tramp.texi (Top, Configuration): Insert section `Predefined
1333 connection information' in menu.
1334 (Predefined connection information): New section.
1335 (Android shell setup): Make a reference to `Predefined connection
1336 information'.
1337
1338 2013-06-19 Glenn Morris <rgm@gnu.org>
1339
1340 * Makefile.in (version): New, set by configure.
1341 (clean): Delete dist tar file.
1342 (infoclean): New, split from maintainer-clean.
1343 (maintainer-clean): Run infoclean.
1344 (dist): New rule, to make tarfile for www.gnu.org.
1345
1346 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1347
1348 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
1349 for keys q and Q.
1350 (Standards): Reference RFC5804 as the defining document of the
1351 managesieve protocol.
1352
1353 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
1354
1355 * eshell.texi (Input/Output): Expand to cover new visual-command
1356 options, eshell-visual-subcommands and eshell-visual-options.
1357 Divide into separate Visual Commands and Redirection sections.
1358
1359 2013-06-10 Glenn Morris <rgm@gnu.org>
1360
1361 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
1362
1363 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1364
1365 * gnus.texi (Article Date):
1366 Fix description of gnus-article-update-date-headers.
1367
1368 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
1369
1370 * erc.texi (Special Features): ERC is being maintained within
1371 Emacs now.
1372
1373 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
1374
1375 * flymake.texi: Change from one space between sentences to two.
1376
1377 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * cl.texi (Obsolete Macros): Describe replacements for `flet'
1380 (bug#14293).
1381
1382 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
1383
1384 * tramp.texi (Frequently Asked Questions): Precise, how to define
1385 an own ControlPath.
1386
1387 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1388
1389 * tramp.texi (Frequently Asked Questions): New item for
1390 ControlPath settings.
1391
1392 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
1393
1394 * calc.texi (Basic Operations on Units): Streamline some
1395 descriptions.
1396
1397 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1398
1399 * eshell.texi (Built-ins): Update manual to mention tramp module.
1400
1401 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1402
1403 * tramp.texi (Filename Syntax): Host names are not allowed to be
1404 any method name, unless method name is specified explicitly.
1405 Remove restriction on unibyte filenames.
1406
1407 * trampver.texi: Update release number.
1408
1409 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
1410
1411 doc: convert some TeX accents to UTF-8
1412 * emacs-mime.texi (Interface Functions): Use 'Ă¯' rather than
1413 '@"{@dotless{i}}'.
1414
1415 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1416
1417 Sync with Tramp 2.2.7.
1418
1419 * trampver.texi: Update release number.
1420
1421 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
1422
1423 * calc.texi (Basic Operations on Units): Streamline some
1424 descriptions.
1425
1426 2013-03-08 Glenn Morris <rgm@gnu.org>
1427
1428 * faq.texi (Top): Don't say this was updated @today.
1429 That's irrelevant and leads to spurious diffs.
1430
1431 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1432
1433 * calc.texi (Basic Operations on Units):
1434 Fix cross-reference.
1435
1436 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1437
1438 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
1439
1440 2013-03-06 Alan Mackenzie <acm@muc.de>
1441
1442 * cc-mode.texi (Custom Line-Up): Clarify position of point on
1443 calling a line-up function.
1444
1445 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1446
1447 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
1448 * ses.texi: Switch from Latin-1 to UTF-8.
1449
1450 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1451
1452 * tramp.texi (External methods): Tramp does not connect Android
1453 devices by itself.
1454
1455 2013-03-02 Bill Wohler <wohler@newt.com>
1456
1457 Release MH-E manual version 8.5.
1458
1459 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1460 release 8.5.
1461
1462 * mh-e.texi (Preface, Conventions, Getting Started)
1463 (Using This Manual, Folder Selection, Viewing, Aliases)
1464 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
1465 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
1466 Update URLs.
1467
1468 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1469
1470 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
1471 and "plink2" entries. "plink2" is obsolete for a long time.
1472 (External methods): Remove "scp1" and "scp2" entries.
1473 Explain user name and host name specification for "adb".
1474
1475 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1476
1477 * tramp.texi (External methods): Mention `tramp-adb-program'.
1478
1479 2013-02-28 Bastien Guerry <bzg@gnu.org>
1480
1481 * org.texi (Visibility cycling): Suggest to set
1482 `org-agenda-inhibit-startup' to nil if user wants the startup
1483 visibility settings to be honored in any circumstances.
1484 (Progress logging, Checkboxes): Fix typos.
1485
1486 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1487
1488 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
1489 the macros, for Texinfo 4.13 and 5.0.
1490
1491 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
1492
1493 Port Tramp documentation to Texinfo 5.0.
1494 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
1495 (Filename Syntax): Do not use @trampfn{} in @item.
1496 (Filename completion): Use @columnfractions in @multitable.
1497
1498 2013-02-22 Glenn Morris <rgm@gnu.org>
1499
1500 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
1501
1502 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1503
1504 * Makefile.in (html): New rule.
1505
1506 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
1507
1508 * tramp.texi (Android shell setup): Improve. Reported by Thierry
1509 Volpiatto <thierry.volpiatto@gmail.com>.
1510
1511 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1512
1513 * tramp.texi (Top, Configuration): Insert section `Android shell
1514 setup' in menu.
1515 (Android shell setup): New section.
1516 (Connection types, Default Method)
1517 (Frequently Asked Questions): Mention "scp" instead of "scpc".
1518 (External methods): Remove "scpc" and "rsyncc" entries.
1519 (Frequently Asked Questions): Remove entry about ControlPersist.
1520
1521 2013-02-13 Glenn Morris <rgm@gnu.org>
1522
1523 * message.texi (News Headers): Don't mention yow any more.
1524
1525 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1526
1527 * calc.texi (Basic Operations on Units, Customizing Calc):
1528 Mention the variable `calc-allow-units-as-numbers'.
1529
1530 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1531
1532 * eshell.texi: Fill most of the missing sections.
1533
1534 2013-02-07 Bastien Guerry <bzg@gnu.org>
1535
1536 * org.texi (References): Clarify an example.
1537 (Installation): Fix instructions.
1538 (Org-Plot): Fix link.
1539 (Checkboxes, Radio lists): Fix typos.
1540
1541 2013-02-07 Glenn Morris <rgm@gnu.org>
1542
1543 * cl.texi (Equality Predicates): Mention memql.
1544
1545 2013-02-07 Eric Ludlam <zappo@gnu.org>
1546
1547 * ede.texi (Creating a project): Make ede-new doc less
1548 specific, and only about items it supports, indicating that there
1549 might be more. Remove refs to simple project and direct automake
1550 from ede new.
1551 (Simple projects): Re-write to not talk about ede-simple-project
1552 which is deprecated, and instead use the term to mean projects
1553 that don't do much management, just project wrapping.
1554 Add ede-generic-project link.
1555 (ede-generic-project): New node (bug#11441).
1556
1557 2013-02-07 Glenn Morris <rgm@gnu.org>
1558
1559 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
1560
1561 2013-02-01 Glenn Morris <rgm@gnu.org>
1562
1563 * calc.texi (Help Commands): Update calc-view-news description.
1564 Mention etc/CALC-NEWS.
1565
1566 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1567
1568 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
1569
1570 2013-01-13 Bastien Guerry <bzg@gnu.org>
1571
1572 * org.texi (Installation): Simplify.
1573
1574 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
1575
1576 * org.texi (Handling links): Update the mention to the obsolete
1577 variable `org-link-to-org-use-id' with a mention to the newer
1578 variable `org-id-link-to-org-use-id'. Mention the need to load
1579 the org-id library.
1580
1581 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1582
1583 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
1584
1585 2013-01-09 Bastien Guerry <bzg@gnu.org>
1586
1587 * org.texi (Pushing to MobileOrg): Add footnote about using
1588 symbolic links in `org-directory'.
1589 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
1590 of the now obsolete alias `org-float'.
1591 (TODO basics): Add `org-use-fast-todo-selection' to the variable
1592 index. Fix description of TODO keywords cycling.
1593 (Advanced features): Add missing argument for @item.
1594 (Storing searches): Add index entries and a note about
1595 *-tree agenda views.
1596 (Structure editing): Document `org-mark-element' and
1597 `org-mark-subtree'.
1598 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
1599
1600 2013-01-08 Juri Linkov <juri@jurta.org>
1601
1602 * info.texi (Go to node): Mention the abbreviated format
1603 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
1604
1605 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
1606
1607 * autotype.texi: Remove undefined command @subtitlefont.
1608 * cc-mode.texi: Likewise.
1609
1610 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
1611 @item argument.
1612 (Property searches): Use \\ instead of @backslashchar{}.
1613 * pgg.texi (VERSION): Move @set below @setfilename.
1614
1615 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
1616
1617 * ada-mode.texi: Remove braces from @title argument.
1618 * eudc.texi: Likewise.
1619 * smtpmail.texi: Likewise.
1620 * auth.texi (VERSION): Set before first use.
1621 * emacs-gnutls.texi (VERSION): Likewise.
1622 * pgg.texi (VERSION): Likewise.
1623 * ede.texi (Top): Rename from top, all uses changed.
1624 * eshell.texi: Add missing argument to @sp.
1625 * forms.texi (Top): Reorder menu to match structure.
1626 * htmlfontify.texi (Customization): Add missing @item in
1627 @enumerate.
1628 * org.texi (Advanced features): Add missing argument for @item.
1629 (Property searches): Use @backslashchar{} in macro argument.
1630 * pcl-cvs.texi: Add missing argument to @sp.
1631 (Movement commands): Fix use of @itemx.
1632 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
1633 * reftex.texi (Options (Creating Citations)): Add missing newline
1634 before @end.
1635 * tramp.texi (Obtaining Tramp): Remove extra dots.
1636 (Configuration): Reorder menu to match structure.
1637 (Remote shell setup): Replace literal NUL character by \0.
1638 * viper.texi (Marking): Add missing argument for @item.
1639
1640 2013-01-04 Glenn Morris <rgm@gnu.org>
1641
1642 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
1643 Add htmlfontify.
1644 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
1645 (htmlfontify.dvi, htmlfontify.pdf): New targets.
1646 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
1647 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
1648
1649 * htmlfontify.texi: Miscellaneous fixes and updates.
1650 Set copyright to FSF, update license to GFDL 1.3+.
1651
1652 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
1653
1654 * htmlfontify.texi: New file.
1655
1656 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1657
1658 * calc.texi (Free-Form Dates): Expand on the date reading
1659 algorithm.
1660
1661 2012-12-27 Glenn Morris <rgm@gnu.org>
1662
1663 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
1664 Avoid some overfull lines.
1665
1666 * widget.texi (Programming Example): Break some long lines.
1667
1668 * wisent.texi (Wisent Overview): Fix xref.
1669 (Grammar format, Understanding the automaton): Avoid overfill.
1670
1671 * bovine.texi (Optional Lambda Expression): Allow line break.
1672
1673 * auth.texi (Help for users): Break long lines.
1674
1675 * ada-mode.texi (Project file variables):
1676 Reword to reduce underfull hbox.
1677 (No project files, Use GNAT project file):
1678 Use smallexample to make some overfull lines less terrible.
1679
1680 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
1681 Fix cross-references to separate manuals.
1682
1683 * Makefile.in (gfdl): New variable. Use throughout where
1684 appropriate so that targets depend on doclicense.texi.
1685
1686 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1687
1688 * gnus.texi (Customizing the IMAP Connection): Mention the other
1689 authenticators.
1690
1691 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1692
1693 * gnus.texi (Browse Foreign Server):
1694 Document `gnus-browse-delete-group'.
1695
1696 2012-12-22 Glenn Morris <rgm@gnu.org>
1697
1698 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
1699 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
1700 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
1701 * widget.texi, wisent.texi: Nuke hand-written node pointers.
1702
1703 * Makefile.in (gfdl): New variable. Use throughout where
1704 appropriate so that targets depend on doclicense.texi.
1705
1706 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1707
1708 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
1709 doclicense.texi. Remove doclicense.texi from all targets that
1710 mentioned it explicitly.
1711 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
1712 $(emacsdir)/emacsver.texi.
1713 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
1714
1715 2012-12-21 Glenn Morris <rgm@gnu.org>
1716
1717 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
1718 Include emacsver.texi. Nuke hand-written node pointers.
1719 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
1720 Depend on emacsver.texi.
1721
1722 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
1723 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
1724 May as well just include doclicense.texi in everything.
1725
1726 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
1727 which @copying says is included.
1728
1729 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
1730 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
1731 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
1732 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
1733 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
1734 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
1735 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
1736 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
1737 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
1738 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
1739 * widget.texi, wisent.texi, woman.texi: Do not mention buying
1740 copies from the FSF, which does not publish these manuals.
1741
1742 * erc.texi: No need to include gpl in this small manual.
1743
1744 * org.texi (copying): Include a copy of the GFDL.
1745 (GNU Free Documentation License): New section.
1746
1747 2012-12-21 Bastien Guerry <bzg@gnu.org>
1748
1749 * org.texi: Fix typos.
1750
1751 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
1752
1753 * calc.texi (ISO 8601): Rename from ISO-8601,
1754 as it's typically spelled without a hyphen.
1755
1756 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1757
1758 * calc.texi (ISO-8601): New section.
1759 (Date Formatting Codes): Mention new codes.
1760 (Standard Date Formats): Mention new formats.
1761
1762 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
1763
1764 * tramp.texi (External methods): Move `adb' method here.
1765
1766 2012-12-13 Glenn Morris <rgm@gnu.org>
1767
1768 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
1769
1770 * wisent.texi: Small edits. Set copyright to FSF, update license to
1771 GFDL 1.3+.
1772 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
1773 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
1774 New targets.
1775 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
1776 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
1777
1778 * bovine.texi: Small edits. Set copyright to FSF, update license to
1779 GFDL 1.3+, remove empty index.
1780 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
1781 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
1782 New targets.
1783 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
1784 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
1785
1786 2012-12-13 Eric Ludlam <zappo@gnu.org>
1787 David Ponce <david@dponce.com>
1788 Richard Kim <emacs18@gmail.com>
1789
1790 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
1791
1792 2012-12-13 Glenn Morris <rgm@gnu.org>
1793
1794 * flymake.texi (Customizable variables, Locating the buildfile):
1795 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
1796
1797 * srecode.texi: Small edits. Set copyright to FSF, add explicit
1798 GFDL 1.3+ license, fix up index.
1799 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
1800 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
1801 (srecode.pdf): New targets.
1802 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
1803 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
1804
1805 2012-12-13 Eric Ludlam <zappo@gnu.org>
1806
1807 * srecode.texi: New file, imported from CEDET trunk.
1808
1809 2012-12-13 Bastien Guerry <bzg@gnu.org>
1810
1811 * org.texi (Summary, Code block specific header arguments)
1812 (Code block specific header arguments)
1813 (Header arguments in function calls, var, noweb)
1814 (Results of evaluation, Code evaluation security):
1815 Small reformatting: add a blank line before some example.
1816
1817 * org.texi (System-wide header arguments)
1818 (Header arguments in Org mode properties, Conflicts)
1819 (Dynamic blocks, Using the mapping API):
1820 Fix indentation of Elisp code examples.
1821
1822 * org.texi (Comment lines): Fix description of the comment syntax.
1823
1824 * org.texi (Installation): Mention "make test" in the correct section.
1825
1826 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1827
1828 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1829 These are just minor editorial changes.
1830
1831 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
1832
1833 * tramp.texi (History): Mention ADB.
1834 (Inline methods): Add `adb' method.
1835
1836 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
1837
1838 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
1839 (External methods): Fix typo.
1840
1841 2012-12-03 Glenn Morris <rgm@gnu.org>
1842
1843 * rcirc.texi (Notices): Fix typo.
1844
1845 2012-11-25 Bill Wohler <wohler@newt.com>
1846
1847 Release MH-E manual version 8.4.
1848
1849 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
1850 Update for release 8.4.
1851
1852 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
1853 (Junk): Add mh-whitelist-preserves-sequences-flag,
1854 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
1855 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
1856
1857 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
1858
1859 * mh-e.texi (Procmail): Fix two @ typos.
1860
1861 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1862
1863 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1864 These are just minor editorial changes.
1865
1866 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
1867
1868 * calc.texi (Date Formatting Codes): Mention the new beginning of
1869 the date numbering system.
1870
1871 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1872
1873 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
1874 (Date Forms): Correct off-by-one error in explanation of
1875 Julian day numbers. Give Gregorian equivalent of its origin.
1876
1877 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1878
1879 * calc.texi (Date Forms): Mention the customizable
1880 Gregorian-Julian switch.
1881 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
1882
1883 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1884
1885 Calc now uses the Gregorian calendar for all dates (Bug#12633).
1886 It also uses January 1, 1 AD as its day number 1.
1887 * calc.texi (Date Forms): Document this.
1888
1889 2012-11-16 Glenn Morris <rgm@gnu.org>
1890
1891 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
1892 (Obsolete Macros): Move example here from Function Bindings.
1893
1894 * erc.texi: Use @code{nil} rather than just "nil".
1895 (Modules): Undocument obsolete "hecomplete".
1896 Add "notifications".
1897 (Connecting): Add brief section on passwords.
1898 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
1899
1900 2012-11-13 Glenn Morris <rgm@gnu.org>
1901
1902 * flymake.texi (Customizable variables)
1903 (Highlighting erroneous lines): Mention flymake-error-bitmap,
1904 flymake-warning-bitmap, and flymake-fringe-indicator-position.
1905
1906 2012-11-12 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
1907
1908 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
1909 In all file place SES into @acronym{...}.
1910 (Advanced Features): Add key index and function index for
1911 ses-set-header-row. Add description for function
1912 ses-rename-cell. Add description for function
1913 ses-repair-cell-reference-all.
1914 (Ranges in formulas): Add description for ses-range flags.
1915
1916 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
1917
1918 * texinfo.tex: Merge from gnulib.
1919
1920 2012-11-10 Chong Yidong <cyd@gnu.org>
1921
1922 * url.texi (Introduction): Move url-configuration-directory to
1923 Customization node.
1924 (Parsed URIs): Split into its own node.
1925 (URI Encoding): New node.
1926 (Defining New URLs): Remove empty chapter.
1927 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
1928 Improve docs for url-queue-*.
1929 (Supported URL Types): Copyedits. Delete empty subnodes.
1930
1931 * url.texi (Introduction): Rename from Getting Started.
1932 Rewrite the introduction.
1933 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
1934
1935 2012-11-10 Glenn Morris <rgm@gnu.org>
1936
1937 * cl.texi (Obsolete Setf Customization):
1938 Revert defsetf example to the more correct let rather than prog1.
1939 Give define-modify-macro, defsetf, and define-setf-method
1940 gv.el replacements.
1941
1942 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
1943 (Setf Extensions): Remove obsolete reference.
1944 (Obsolete Setf Customization):
1945 Move note on lack of setf functions to lispref/variables.texi.
1946 Undocument get-setf-method, since it no longer exists.
1947 Mention simple defsetf replaced by gv-define-simple-setter.
1948
1949 2012-11-03 Glenn Morris <rgm@gnu.org>
1950
1951 * cl.texi: Further general copyedits.
1952 (List Functions): Remove copy-tree, standard elisp for some time.
1953 (Efficiency Concerns): Comment out examples that no longer apply.
1954 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
1955 (Creating Symbols, Random Numbers): De-emphasize internal
1956 variables cl--gensym-counter and cl--random-state. (Bug#12788)
1957 (Naming Conventions, Type Predicates, Macros)
1958 (Predicates on Numbers): No longer mention cl-floatp-safe.
1959
1960 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1961
1962 * gnus.texi (Mail Source Specifiers):
1963 Document :leave keyword used for pop mail source.
1964
1965 2012-11-01 Glenn Morris <rgm@gnu.org>
1966
1967 * cl.texi: General copyedits for style, line-breaks, etc.
1968 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
1969 (Macro Bindings, Blocks and Exits):
1970 Acknowledge existence of lexical-binding.
1971 (Iteration): Mainly defer to doc of standard dolist, dotimes.
1972
1973 2012-10-31 Glenn Morris <rgm@gnu.org>
1974
1975 * ert.texi (Introduction, The @code{should} Macro):
1976 Refer to "cl-assert" rather than "assert".
1977
1978 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
1979 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
1980 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
1981 Reword, and add details of flet and labels.
1982 (Modify Macros, Function Bindings): Add some xrefs.
1983
1984 2012-10-30 Glenn Morris <rgm@gnu.org>
1985
1986 * cl.texi (Modify Macros): Update for cl-letf changes.
1987 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
1988 (Setf Extensions): Partially restore note about cl-getf,
1989 mainly moved to lispref/variables.texi.
1990 (Property Lists): Fix cl-getf typos.
1991 (Mapping over Sequences): Mention cl-mapc naming oddity.
1992
1993 2012-10-29 Glenn Morris <rgm@gnu.org>
1994
1995 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
1996 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
1997 (Customizing Setf): Move contents to "Obsolete Setf Customization".
1998 (Modify Macros, Multiple Values, Other Clauses):
1999 Remove mentions of obsolete features.
2000 (Obsolete Setf Customization): Don't mention `apply' setf.
2001
2002 2012-10-28 Glenn Morris <rgm@gnu.org>
2003
2004 * cl.texi (Multiple Values, Common Lisp Compatibility):
2005 More namespace updates.
2006 (Obsolete Features): Copyedits.
2007 (Obsolete Lexical Macros, Obsolete Setf Customization):
2008 New subsections.
2009
2010 * cl.texi (Porting Common Lisp, Lexical Bindings):
2011 Add some xrefs to the Elisp manual.
2012
2013 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
2014 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
2015 (Obsolete Features): New appendix. Move Lexical Bindings here.
2016
2017 2012-10-27 Glenn Morris <rgm@gnu.org>
2018
2019 * cl.texi: Use defmac for macros rather than defspec.
2020 (Efficiency Concerns): Related copyedit.
2021
2022 * cl.texi (Control Structure): Update for setf now being in core.
2023 (Setf Extensions): Rename from Basic Setf. Move much of the
2024 former content to lispref/variables.texi.
2025 (Modify Macros): Move pop, push details to lispref/variables.texi.
2026 (Customizing Setf): Copyedits for setf etc being in core.
2027 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
2028 Further namespaces updates.
2029
2030 2012-10-26 Bastien Guerry <bzg@gnu.org>
2031
2032 * org.texi (Installation): Update the link to Org's ELPA.
2033 Also don't mention org-install.el anymore as the replacement file
2034 org-loaddefs.el is now loaded by org.el.
2035
2036 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
2037
2038 * tramp.texi (Frequently Asked Questions):
2039 Mention `tramp-completion-reread-directory-timeout' for performance
2040 improvement.
2041
2042 2012-10-25 Glenn Morris <rgm@gnu.org>
2043
2044 * cl.texi: Don't mess with the TeX section number counter.
2045 Use Texinfo recommended convention for quotes+punctuation.
2046 (Overview, Sequence Functions): Rephrase for better line-breaking.
2047 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
2048 (Macro Bindings, Conditionals, Iteration, Loop Basics)
2049 (Random Numbers, Mapping over Sequences, Structures)
2050 (Porting Common Lisp): Further updates for cl-lib namespace.
2051 (Modify Macros, Declarations, Macro Bindings, Structures):
2052 Break long lines in examples.
2053 (Dynamic Bindings): Update for changed progv behavior.
2054 (Loop Examples, Efficiency Concerns): Markup fixes.
2055 (Structures): Remove TeX margin change.
2056 (Declarations): Fix typos.
2057
2058 2012-10-24 Glenn Morris <rgm@gnu.org>
2059
2060 * cl.texi (Overview, Multiple Values, Creating Symbols)
2061 (Numerical Functions): Say less/nothing about the original cl.el.
2062 (Old CL Compatibility): Remove.
2063 (Assertions): Remove ignore-errors (standard Elisp for some time).
2064
2065 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
2066 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
2067 (Efficiency Concerns, Efficiency Concerns)
2068 (Common Lisp Compatibility, Old CL Compatibility):
2069 Further updates for cl-lib namespace.
2070
2071 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
2072
2073 Update manual for new time stamp format (Bug#12706).
2074 * emacs-mime.texi (time-date): Update for new format.
2075 Also, fix bogus time stamp and modernize a bit.
2076
2077 2012-10-23 Glenn Morris <rgm@gnu.org>
2078
2079 * cl.texi: Include emacsver.texi. Use Emacs version number rather
2080 than unchanging cl.el version number.
2081 End all menu descriptions with a period.
2082 Do not use @dfn{CL} for every instance of "CL".
2083 (Overview): Remove no-runtime caveat, and note about foo* names.
2084 (Usage): Use cl-lib rather than cl.
2085 (Organization, Naming Conventions): Update for cl-lib.el.
2086 (Installation): Remove long-irrelevant node.
2087 (Program Structure, Predicates, Control Structure):
2088 Start updating for cl-lib namespace.
2089 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
2090 Depend on emacsver.texi.
2091
2092 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
2093
2094 * trampver.texi: Update release number.
2095
2096 2012-10-06 Glenn Morris <rgm@gnu.org>
2097
2098 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
2099 ERC version.
2100 (Introduction): ERC is distributed with Emacs.
2101 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
2102 (Getting Started): Simplify.
2103 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
2104 (History): Mention ERC maintained as part of Emacs now.
2105 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
2106 Add dependency on emacsver.texi.
2107
2108 * erc.texi: Remove hand-written node pointers.
2109
2110 2012-10-05 Glenn Morris <rgm@gnu.org>
2111
2112 * newsticker.texi (Overview, Requirements, Usage, Configuration):
2113 Copyedits.
2114
2115 2012-10-01 Eric Ludlam <zappo@gnu.org>
2116
2117 * ede.texi (Quick Start, Project Local Variables)
2118 (Miscellaneous commands, ede-java-root, Development Overview)
2119 (Detecting a Project): New nodes.
2120 (Simple projects): Node deleted.
2121
2122 * eieio.texi (Building Classes): Some slot attributes cannot be
2123 overridden.
2124 (Slot Options): Remove an example.
2125 (Method Invocation, Documentation): New nodes.
2126
2127 2012-10-01 Glenn Morris <rgm@gnu.org>
2128
2129 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
2130 (reftex.pdf): Add dependency on emacsver.texi.
2131 * reftex.texi: Don't include directory part for emacsver.texi;
2132 the Makefile's -I handles it.
2133
2134 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
2135
2136 Merge from standalone RefTeX repository.
2137
2138 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
2139 with macros.
2140 (Imprint): Mention Wolfgang in list of contributors.
2141 (Creating Citations): Give a hint about how to
2142 auto-revert the BibTeX database file when using external editors.
2143 (Referencing Labels): Simplify section about reference macro
2144 cycling.
2145 (Options (Referencing Labels)): Adapt to new structure of
2146 `reftex-ref-style-alist'.
2147 (Referencing Labels, Reference Styles): Document changes in the
2148 referencing functionality.
2149 (Commands): Mention options for definition of header and footer in
2150 BibTeX files.
2151 (Options (Creating Citations)): Document
2152 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
2153 (Reference Styles): New section.
2154 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
2155 (Options (Referencing Labels)): Remove descriptions of deprecated
2156 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
2157 Add descriptions for `reftex-ref-style-alist' and
2158 `reftex-ref-style-default-list'.
2159 (Referencing Labels): Update regarding reference styles.
2160 (Citation Styles): Mention support for ConTeXt.
2161 (Options (Defining Label Environments)): Fix typo.
2162 (Options (Creating Citations)):
2163 Document `reftex-cite-key-separator'.
2164
2165 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
2166
2167 * org.texi: Add description of ORG_ADD_CONTRIB to info
2168 documentation. Add link to Worg for more details.
2169
2170 * org.texi: Clarify installation procedure. Provide link to the
2171 build system description on Worg.
2172
2173 * org.texi: Remove reference to utils/, x11idle.c is now in
2174 contrib/scripts.
2175
2176 * org.texi: Re-normalize to "Org mode" in manual.
2177
2178 * org.texi (Installation): Adapt documentation to new build
2179 system. Mention GNU ELPA (since it needs to be handled like Emacs
2180 built-in Org).
2181
2182 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
2183
2184 * org.texi: Fix typo in description of the 'Hooks' section.
2185
2186 * org.texi: Add ID to the list of special properties.
2187
2188 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
2189
2190 * org.texi (Moving subtrees): Document the ability to archive to a
2191 datetree.
2192
2193 2012-09-30 Bastien Guerry <bzg@gnu.org>
2194
2195 * org.texi (Installation, Feedback, Batch execution):
2196 Use (add-to-list 'load-path ... t) for the contrib dir.
2197
2198 * org.texi (results): Update documentation for ":results drawer"
2199 and ":results org".
2200
2201 * org.texi (Column width and alignment): Fix typo.
2202
2203 * org.texi (Activation): Point to the "Conflicts" section.
2204
2205 * org.texi (Conflicts): Mention filladapt.el in the list of
2206 conflicting packages.
2207
2208 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
2209 not needed for versions of Emacs > 22.1.
2210
2211 * org.texi (History and Acknowledgments): Fix typo.
2212
2213 * org.texi (History and Acknowledgments): Add my own
2214 acknowledgments.
2215
2216 * org.texi (Agenda commands): Document the new command and the new
2217 option.
2218
2219 * org.texi (Agenda commands): Delete `org-agenda-action' section.
2220 (Agenda commands): Reorder. Document `*' to toggle persistent
2221 marks.
2222
2223 * org.texi (Agenda dispatcher):
2224 Mention `org-toggle-agenda-sticky'.
2225 (Agenda commands, Exporting Agenda Views): Fix typo.
2226
2227 * org.texi (Templates in contexts, Setting Options): Update to
2228 reflect changes in how contexts options are processed.
2229
2230 * org.texi (Templates in contexts): Document the new structure of
2231 the variables `org-agenda-custom-commands-contexts' and
2232 `org-capture-templates-contexts'.
2233
2234 * org.texi (Templates in contexts): Document the new option
2235 `org-capture-templates-contexts'.
2236 (Storing searches): Document the new option
2237 `org-agenda-custom-commands-contexts'.
2238
2239 * org.texi (Formula syntax for Lisp): Reformat.
2240
2241 * org.texi (Special properties, Column attributes)
2242 (Agenda column view): Document the new special property
2243 CLOCKSUM_T.
2244
2245 * org.texi (Template expansion): Document the new %l template.
2246
2247 * org.texi (Fast access to TODO states): Fix documentation about
2248 allowed characters for fast todo selection.
2249
2250 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
2251 use in `org-agenda-to-appt'.
2252
2253 * org.texi (Comment lines): Update wrt comments.
2254
2255 * org.texi (Resolving idle time): Document new keybinding.
2256
2257 * org.texi (Clocking commands): Document the use of S-M-<up/down>
2258 on clock timestamps.
2259
2260 * org.texi (Fast access to TODO states): Explicitly says only
2261 letters are supported as fast TODO selection keys.
2262
2263 * org.texi (Link abbreviations): Illustrate the use of the "%h"
2264 specifier. Document the new "%(my-function)" specifier.
2265
2266 * org.texi (Clocking commands): New cindex.
2267 (Clocking commands): Update documentation for `org-clock-in'.
2268 Document `org-clock-in-last'. Mention `org-clock-out' and
2269 `org-clock-in-last' as commands that can be globally bound.
2270 (Resolving idle time): Document continuous clocking.
2271
2272 * org.texi (Top, Introduction): Fix formatting.
2273 (Activation): Add index entries.
2274 (Conventions): Update section.
2275 (Embedded @LaTeX{}): Fix formatting.
2276
2277 * org.texi (Visibility cycling): Document `show-children'.
2278
2279 * org.texi (Using capture): Mention the `org-capture-last-stored'
2280 bookmark as a way to jump to the last stored capture.
2281
2282 * org.texi (Uploading files): Fix typo.
2283
2284 * org.texi (Using capture): Document `C-0' as a prefix argument
2285 for `org-capture'.
2286
2287 * org.texi (Agenda commands): Document persistent marks.
2288
2289 * org.texi (Template expansion): Update doc to reflect change.
2290
2291 * org.texi (Radio tables): Document the :no-escape parameter.
2292
2293 * org.texi (Repeated tasks): Document repeat cookies for years,
2294 months, weeks, days and hours.
2295
2296 * org.texi (Export options): State that you can use the d: option
2297 by specifying a list of drawers.
2298
2299 * org.texi (HTML preamble and postamble): Small doc improvement.
2300
2301 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
2302
2303 * org.texi: The sections in the Exporting section of the manual
2304 left out articles in the description of the org-export-as-*
2305 commands, among other places. This patch adds them, adds a few
2306 missing prepositions, and switches instances of "an HTML" to "a
2307 html" for internal consistency.
2308
2309 * org.texi: Alter several examples of headings with timestamps in
2310 them to include the timestamps in the body instead of the heading.
2311
2312 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
2313
2314 * org.texi (Agenda dispatcher): Document sticky agenda views and
2315 the new key for them.
2316
2317 2012-09-30 Charles <millarc@verizon.net> (tiny change)
2318
2319 * org.texi (Advanced features): Fix error in table.
2320
2321 2012-09-30 Feng Shu <tumashu@gmail.com>
2322
2323 * org.texi (@LaTeX{} fragments): Document imagemagick as an
2324 alternative to dvipng.
2325
2326 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
2327
2328 * org.texi: Remove extra curly bracket.
2329
2330 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
2331
2332 * org.texi (org-clock-in-last and org-clock-cancel): Update the
2333 defkeys.
2334
2335 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2336
2337 * org.texi (Agenda commands): Fix two typos by giving
2338 corresponding function names, according to
2339 `org-agenda-view-mode-dispatch'.
2340
2341 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
2342
2343 * org.texi (The spreadsheet): Fix typo.
2344
2345 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
2346
2347 * org.texi (Tracking your habits): Point to the "Tracking TODO
2348 state changes" section.
2349
2350 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
2351
2352 * org.texi (Literal examples): Remove reference to unknown
2353 `org-export-latex-minted' variable. Also simplify footnote since
2354 `org-export-latex-listings' documentation is exhaustive already.
2355
2356 * org.texi (Plain lists): Remove reference to now hard-coded
2357 `bullet' automatic rule.
2358
2359 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
2360
2361 * org.texi: Updated documentation accordingly.
2362
2363 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2364
2365 * texinfo.tex: Merge from gnulib.
2366
2367 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2368
2369 Sync with Tramp 2.2.6.
2370
2371 * tramp.texi (Bug Reports): Cleanup caches before a test run.
2372
2373 * trampver.texi: Update release number.
2374
2375 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
2376
2377 * texinfo.tex: Merge from gnulib.
2378
2379 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
2380
2381 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
2382 (bug#12096).
2383
2384 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2385
2386 * calc.texi (Simplification modes, Conversions)
2387 (Operating on Selections): Mention "basic" simplification.
2388 (The Calc Mode Line): Mention the mode line display for Basic
2389 simplification mode.
2390 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
2391 simplifications.
2392 (Basic Simplifications): Rename from "Limited Simplifications"
2393 Replace "limited" by "basic" throughout.
2394 (Algebraic Simplifications): Indicate that the algebraic
2395 simplifications are done by default.
2396 (Unsafe Simplifications): Mention `m E'.
2397 (Simplification of Units): Mention `m U'.
2398 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
2399 (Kinds of Declarations, Functions for Declarations):
2400 Mention "algebraic simplifications" instead of `a s'.
2401 (Algebraic Entry): Remove mention of default simplifications.
2402
2403 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2404
2405 * calc.texi (Getting Started, Tutorial): Change simulated
2406 Calc output to match actual output.
2407 (Simplifying Formulas): Mention that algebraic simplification is now
2408 the default.
2409
2410 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2411
2412 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
2413 (Bug#12073)
2414
2415 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2416
2417 Prefer typical American spelling for "acknowledgment".
2418 * calc.texi (History and Acknowledgments): Rename from
2419 History and Acknowledgements.
2420 * idlwave.texi (Acknowledgments):
2421 * ses.texi (Acknowledgments):
2422 * woman.texi (Acknowledgments): Rename from Acknowledgements.
2423
2424 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2425
2426 Rename configure.in to configure.ac (Bug#11603).
2427 * ede.texi (Compiler and Linker objects, ede-proj-project)
2428 (ede-step-project): Prefer the name configure.ac to configure.in.
2429
2430 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
2431
2432 * tramp.texi (Multi-hops):
2433 Introduce `tramp-restricted-shell-hosts-alist'.
2434
2435 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2436
2437 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
2438 methods, so don't mention smtpmail here.
2439
2440 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2441
2442 * gnus.texi (Picons): Document gnus-picon-properties.
2443
2444 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2445
2446 * gnus.texi: Remove mention of compilation, as that's no longer
2447 supported.
2448
2449 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2450
2451 * gnus.texi (Archived Messages): Mention
2452 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
2453
2454 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2455
2456 * gnus.texi (Various Summary Stuff):
2457 Remove mention of `gnus-propagate-marks'.
2458
2459 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2460
2461 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
2462 which no longer exist.
2463
2464 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2465
2466 * gnus.texi (Archived Messages):
2467 Document gnus-gcc-self-resent-messages.
2468
2469 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2470
2471 * message.texi (Mail Variables):
2472 Mention the optional user parameter for X-Message-SMTP-Method.
2473
2474 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2475
2476 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
2477
2478 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
2479
2480 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2481
2482 * gnus.texi (Key Index): Change encoding to utf-8.
2483
2484 2012-06-21 Glenn Morris <rgm@gnu.org>
2485
2486 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2487
2488 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2489
2490 * gnus.texi (Group Timestamp): Mention where to find documentation for
2491 the `gnus-tmp-' variables (bug#11601).
2492
2493 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
2494
2495 Sync with Tramp 2.2.6-pre.
2496
2497 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
2498 where appropriate.
2499 (Ad-hoc multi-hops): New section.
2500 (Remote processes): New subsection "Running remote processes on
2501 Windows hosts".
2502 (History): Add remote commands on Windows, and ad-hoc multi-hop
2503 methods.
2504 (External methods): "ControlPersist" must be set to "no" for the
2505 `scpc' method.
2506 (Remote processes): Add a note about `auto-revert-tail-mode'.
2507 (Frequently Asked Questions): Use "scpx" in combination with
2508 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
2509
2510 * trampver.texi: Update release number.
2511
2512 2012-06-10 Chong Yidong <cyd@gnu.org>
2513
2514 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
2515 compilation for html-mono.
2516
2517 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
2518
2519 * texinfo.tex: Merge from gnulib.
2520
2521 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2522
2523 * Makefile.in (echo-info): Don't try to install info files named
2524 just ".info".
2525
2526 2012-05-28 Glenn Morris <rgm@gnu.org>
2527
2528 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
2529
2530 * sc.texi: Nuke hand-written node pointers.
2531 Fix top-level menu to match actual node order.
2532
2533 2012-05-27 Glenn Morris <rgm@gnu.org>
2534
2535 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
2536 Some associated fixes, including not messing with chapno in cl.texi.
2537
2538 2012-05-27 Bastien Guerry <bzg@gnu.org>
2539
2540 * org.texi (Durations and time values): Fix typo.
2541
2542 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2543
2544 * texinfo.tex: Update from gnulib.
2545
2546 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2547
2548 * calc.texi (Basic Operations on Units, Customizing Calc):
2549 Mention `calc-ensure-consistent-units'.
2550
2551 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
2552
2553 * cc-mode.texi: Avoid space before macro in 4th argument of cross
2554 reference commands. (Bug#11461)
2555
2556 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
2557
2558 2012-05-12 Glenn Morris <rgm@gnu.org>
2559
2560 * Makefile.in (mostlyclean): Add more TeX intermediates.
2561
2562 * Makefile.in: Make it look more like the other doc Makefiles.
2563 Use explicit $srcdir in all dependencies.
2564 Remove cd $srcdir from rules.
2565 (VPATH): Remove.
2566 (infodir): Set to an absolute path.
2567 (INFO_TARGETS): Use short names.
2568 (mkinfodir): infodir is now absolute.
2569 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
2570
2571 * Makefile.in (info.info): Rename from info, to avoid duplication.
2572 (.SUFFIXES): Disable implicit rules.
2573
2574 * Makefile.in (MKDIR_P): New, set by configure.
2575 (mkinfodir): Use $MKDIR_P.
2576
2577 2012-05-07 Glenn Morris <rgm@gnu.org>
2578
2579 * forms.texi (Long Example): Update for changed location of files.
2580
2581 2012-05-04 Glenn Morris <rgm@gnu.org>
2582
2583 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2584 (INFO_TARGETS): Use $INFO_EXT.
2585 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2586 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2587 (INFO_TARGETS): Use $INFO_EXT.
2588 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2589
2590 2012-05-02 Glenn Morris <rgm@gnu.org>
2591
2592 * Makefile.in (echo-info): New phony target, used by top-level.
2593
2594 * viper.texi: Make direntry shorter (also it is no longer "newest").
2595
2596 * emacs-gnutls.texi, ert.texi, org.texi:
2597 Fix dircategory, direntry to match info/dir.
2598
2599 * faq.texi: Convert @inforefs to @xrefs.
2600 Fix some malformed cross-references.
2601 (File-name conventions): Shorten section name to avoid overfull line.
2602 (How to add fonts): Use smallexample to avoid overfull lines.
2603
2604 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
2605
2606 * auth.texi (Help for users): Update for .gpg file being second.
2607
2608 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2609
2610 * org.texi (Agenda commands): Fix two typos: give corresponding
2611 function names, according to `org-agenda-view-mode-dispatch'.
2612
2613 2012-04-27 Glenn Morris <rgm@gnu.org>
2614
2615 * faq.texi (Major packages and programs): Remove section.
2616 There is no point listing 6 packages (cf etc/MORE.STUFF).
2617 (Finding Emacs and related packages): Move "Spell-checkers" here.
2618
2619 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2620
2621 * dbus.texi (Version): New node.
2622 (Properties and Annotations): Mention the object manager
2623 interface. Describe dbus-get-all-managed-objects.
2624 (Type Conversion): Floating point numbers are allowed, if an
2625 anteger does not fit Emacs's integer range.
2626 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
2627 (Asynchronous Methods): Fix description of
2628 dbus-call-method-asynchronously.
2629 (Receiving Method Calls): Fix some minor errors.
2630 Add dbus-interface-emacs.
2631 (Signals): Describe unicast signals and the new match rules.
2632 (Alternative Buses): Add the PRIVATE optional argument to
2633 dbus-init-bus. Describe its new return value. Add dbus-setenv.
2634
2635 2012-04-20 Glenn Morris <rgm@gnu.org>
2636
2637 * faq.texi (New in Emacs 24): New section.
2638 (Packages that do not come with Emacs): Mention M-x list-packages.
2639
2640 2012-04-14 Alan Mackenzie <acm@muc.de>
2641
2642 * cc-mode.texi (c-offsets-alist): Correct a typo.
2643
2644 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
2645
2646 * org.texi (Deadlines and scheduling): Fix the example: the
2647 DEADLINE item should come right after the headline. We enforce
2648 this convention, so it is a bug not to illustrate it correctly in
2649 the manual.
2650
2651 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2652
2653 * org.texi (Agenda commands): Fix documentation bug by swapping
2654 the equivalent keybindings to `org-agenda-next-line' with the ones
2655 to `org-agenda-previous-line'.
2656
2657 2012-04-14 Glenn Morris <rgm@gnu.org>
2658
2659 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2660
2661 2012-04-09 Eli Zaretskii <eliz@gnu.org>
2662
2663 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
2664 Add emacs-gnutls.
2665 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
2666
2667 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2668
2669 * Makefile.in: Add emacs-gnutls.texi to build.
2670
2671 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
2672
2673 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
2674
2675 * auth.texi (Secret Service API): Edit further and give examples.
2676 (Secret Service API): Adjust @samp to @code for collection names.
2677
2678 2012-04-04 Glenn Morris <rgm@gnu.org>
2679
2680 * auth.texi (Secret Service API): Copyedits.
2681 (Help for developers): Fill in some missing function doc-strings.
2682 (Help for users, Help for developers)
2683 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
2684
2685 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
2686
2687 * auth.texi (Secret Service API): Add the missing text.
2688
2689 2012-04-04 Chong Yidong <cyd@gnu.org>
2690
2691 * message.texi (Using PGP/MIME): Note that epg is now the default.
2692
2693 * gnus.texi: Reduce references to obsolete pgg library.
2694 (Security): Note that epg is now the default.
2695
2696 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
2697
2698 * nxml-mode.texi (Completion): C-RET is no longer bound to
2699 nxml-complete.
2700
2701 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2702
2703 * org.texi (Customizing tables in ODT export): Correct few errors.
2704
2705 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2706
2707 * org.texi (Links in ODT export): Update.
2708 (Labels and captions in ODT export): New node.
2709
2710 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2711
2712 * org.texi (Literal examples in ODT export): htmlfontify.el in
2713 Emacs-24.1 now supports fontification. So ODT source blocks will
2714 be fontified by default.
2715
2716 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
2717
2718 * org.texi (Refiling notes): Remove duplicated keybinding.
2719
2720 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2721
2722 * org.texi (noweb): Documentation of this new option to the :noweb
2723 header argument.
2724
2725 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
2726
2727 * org.texi (Header and sectioning): Add example demonstrating how
2728 to use "LaTeX_CLASS_OPTIONS".
2729
2730 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2731
2732 * org.texi (Noweb reference syntax): Describe the ability to
2733 execute noweb references in the manual.
2734
2735 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2736
2737 * org.texi (cache): Improve cache documentation when session
2738 evaluation is used.
2739
2740 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2741
2742 * org.texi (Plain lists): Document removal.
2743
2744 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
2745
2746 * org.texi: Decapitalize file name in references to Calc manual.
2747
2748 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2749
2750 * org.texi (Plain lists): Document removal.
2751
2752 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2753
2754 * org.texi (Top, OpenDocument Text export)
2755 (ODT export commands, Extending ODT export)
2756 (Images in ODT export, Tables in ODT export)
2757 (Configuring a document converter): Add or Update.
2758
2759 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
2760
2761 * org.texi (MobileOrg): Change the wording to reflect that the
2762 Android Version is no longer just the little brother of the iOS
2763 version.
2764
2765 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2766
2767 * org.texi (Key bindings and useful functions): Update babel key
2768 binding documentation in manual.
2769
2770 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2771
2772 * org.texi (noweb): Document new noweb header value.
2773
2774 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2775
2776 * org.texi (noweb-sep): Document new header argument.
2777
2778 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2779
2780 * org.texi (noweb-ref): Documentation of this new custom variable.
2781
2782 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2783
2784 * org.texi (wrap): Update the new :wrap documentation to match the
2785 current implementation.
2786
2787 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2788
2789 * org.texi: Added documentation for :wrap.
2790
2791 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2792
2793 * org.texi: #+RESULTS now user-configurable.
2794
2795 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2796
2797 * org.texi: Documented :noweb no-export.
2798
2799 2012-04-01 Thomas Dye <dk@poto.local>
2800
2801 * org.texi: Edit :noweb no header argument for correctness.
2802
2803 2012-04-01 Bastien Guerry <bzg@gnu.org>
2804
2805 * org.texi (Customization): Update the approximate number of Org
2806 variables.
2807
2808 2012-04-01 Thomas Dye <dk@poto.local>
2809
2810 * org.texi: The :results wrap produces a drawer instead of a
2811 begin_results block.
2812
2813 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
2814
2815 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
2816 reflect the new default.
2817
2818 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2819
2820 * info.texi (Expert Info): Move the index entry for "Texinfo" from
2821 "Getting Started" to this node. (Bug#10450)
2822
2823 2012-03-10 Chong Yidong <cyd@gnu.org>
2824
2825 * flymake.texi (Example -- Configuring a tool called via make):
2826 Mention the Automake COMPILE variable (Bug#8715).
2827
2828 * info.texi (Getting Started): Add an index entry (Bug#10450).
2829
2830 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
2831
2832 * dbus.texi (Signals): Known names will be mapped onto unique
2833 names, when registering for signals.
2834
2835 2012-02-29 Glenn Morris <rgm@gnu.org>
2836
2837 * url.texi: Fix quote usage in body text.
2838
2839 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
2840
2841 * cl.texi: Use @code{} in menus when appropriate.
2842
2843 2012-02-28 Glenn Morris <rgm@gnu.org>
2844
2845 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
2846 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
2847 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
2848 * org.texi, sc.texi, vip.texi, viper.texi:
2849 Standardize possessive apostrophe usage.
2850
2851 2012-02-26 Chong Yidong <cyd@gnu.org>
2852
2853 * ediff.texi (Quick Help Commands): Add a couple of index entries
2854 (Bug#10834).
2855
2856 2012-02-17 Glenn Morris <rgm@gnu.org>
2857
2858 * gnus.texi (Posting Styles):
2859 * remember.texi (Org): Fix cross-refs to other manuals.
2860
2861 2012-02-15 Glenn Morris <rgm@gnu.org>
2862
2863 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
2864 (Encryption): New chapter, split out from previous.
2865
2866 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2867
2868 * gnus.texi (Customizing the IMAP Connection):
2869 Mention nnimap-record-commands.
2870
2871 2012-02-10 Glenn Morris <rgm@gnu.org>
2872
2873 * url.texi (Retrieving URLs): Update url-retrieve arguments.
2874 Mention url-queue-retrieve.
2875
2876 2012-02-09 Glenn Morris <rgm@gnu.org>
2877
2878 * sem-user.texi (Semantic mode user commands): Typo fix.
2879
2880 * info.texi (Create Info buffer): Mention info-display-manual.
2881
2882 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2883
2884 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
2885 example (modified from an example by Michael Albinus).
2886
2887 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2888
2889 * gnus.texi (Agent Basics): Fix outdated description of
2890 `gnus-agent-auto-agentize-methods'.
2891
2892 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
2893
2894 * cc-mode.texi: Always @defindex ss.
2895 (Config Basics): Fix argument of @itemize.
2896 (Macro Backslashes): Add @code around index entry.
2897
2898 2012-01-23 Glenn Morris <rgm@gnu.org>
2899
2900 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
2901
2902 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
2903
2904 * tramp.texi (File): Tweak wording for the `scpc' option.
2905
2906 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2907
2908 * gnus.texi (Group Parameters): Really note precedence.
2909
2910 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2911
2912 * gnus.texi (Group Parameters): Note precedence.
2913
2914 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2915
2916 * org.texi (Noweb reference syntax): Adding documentation of
2917 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
2918 variable.
2919
2920 2012-01-03 Bastien Guerry <bzg@gnu.org>
2921
2922 * org.texi (Plain lists): Split the table to fix the display
2923 of items.
2924
2925 2012-01-03 Bastien Guerry <bzg@gnu.org>
2926
2927 * org.texi (Plain lists): Fix misplaced explanation.
2928
2929 2012-01-03 Bastien Guerry <bzg@gnu.org>
2930
2931 * org.texi (Plain lists, Agenda files): Add index entries.
2932
2933 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2934
2935 * org.texi: Use "Org mode" instead of alternatives like
2936 "Org-mode" or "org-mode".
2937
2938 2012-01-03 Bernt Hansen <bernt@norang.ca>
2939
2940 * org.texi (Agenda commands):
2941 Document `org-clock-report-include-clocking-task'.
2942
2943 2012-01-03 Bastien Guerry <bzg@gnu.org>
2944
2945 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
2946 C-c' on checkboxes.
2947
2948 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2949
2950 * org.texi: End sentences with two spaces.
2951
2952 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
2953
2954 * org.texi (External links): Document the link types file+sys
2955 and file+emacs, slightly narrow used page width.
2956
2957 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2958
2959 * org.texi (colnames): Note that colnames behavior may differ
2960 across languages.
2961
2962 2012-01-03 Bastien Guerry <bzg@gnu.org>
2963
2964 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
2965
2966 2012-01-03 Thomas Dye <dk@poto.westell.com>
2967
2968 * org.texi: Augmented discussion of babel property
2969 inheritance. Put footnote outside sentence ending period.
2970
2971 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2972
2973 * org.texi (eval): Documenting the full range of :eval header
2974 argument values.
2975
2976 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2977
2978 * org.texi (eval): Documentation of the new :eval option.
2979
2980 2012-01-03 Thomas Dye <dk@poto.local>
2981
2982 * org.texi: Add accumulated properties.
2983
2984 2012-01-03 Thomas Dye <dk@poto.local>
2985
2986 * org.texi: Documented no spaces in name=assign, another
2987 correction to :var table.
2988
2989 2012-01-03 Thomas Dye <dk@poto.local>
2990
2991 * org.texi: Changed DATA to NAME in Working With Source Code
2992 section.
2993
2994 2012-01-03 Tom Dye <tsd@tsdye.com>
2995
2996 * org.texi: Minor change to :var table.
2997
2998 2012-01-03 Tom Dye <tsd@tsdye.com>
2999
3000 * org.texi: More changes to :var table (some examples were wrong).
3001
3002 2012-01-03 Tom Dye <tsd@tsdye.com>
3003
3004 * org.texi: Cleaned up :var table.
3005
3006 2012-01-03 Bastien Guerry <bzg@gnu.org>
3007
3008 * org.texi (Timestamps, Weekly/daily agenda)
3009 (Weekly/daily agenda): Add @cindex for "appointment".
3010
3011 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3012
3013 * org.texi (Literal examples): A new link to the template for
3014 inserting empty code blocks.
3015 (Structure of code blocks): A new link to the template for
3016 inserting empty code blocks.
3017
3018 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
3019
3020 * org.texi (External links): Add footnote on how the behavior
3021 of the text search in Org files are controled by the variable
3022 `org-link-search-must-match-exact-headline'.
3023
3024 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3025
3026 * org.texi (Buffer-wide header arguments):
3027 Update documentation to reflect removal of #+PROPERTIES.
3028
3029 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3030
3031 * org.texi (The clock table): Mention that ACHIVED trees
3032 contribute to the clock table.
3033
3034 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
3035
3036 * org.texi (Conflicts): Better yasnippet config info.
3037
3038 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
3039
3040 * org.texi (Selective export): Explicitly mention the default
3041 values for `org-export-select-tags',
3042 `org-export-exclude-tags'.
3043
3044 2012-01-03 Tom Dye <tsd@tsdye.com>
3045
3046 * org.texi: Added a line to specify that header arguments are
3047 lowercase.
3048
3049 2012-01-03 Tom Dye <tsd@tsdye.com>
3050
3051 * org.texi: :var requires default value when declared.
3052
3053 2012-01-03 Bastien Guerry <bzg@gnu.org>
3054
3055 * org.texi (Handling links): Add a note about the
3056 `org-link-frame-setup' option.
3057
3058 2012-01-03 David Maus <dmaus@ictsoc.de>
3059
3060 * org.texi (Exporting Agenda Views, Extracting agenda
3061 information): Fix command line syntax, quote symbol parameter
3062 values.
3063
3064 2012-01-03 David Maus <dmaus@ictsoc.de>
3065
3066 * org.texi (Exporting Agenda Views): Fix command line syntax.
3067
3068 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3069
3070 * gnus.texi (Mail Source Customization, Mail Back End Variables):
3071 Use octal notation for file permissions, which are normally
3072 thought of in octal.
3073 (Mail Back End Variables): Use more-plausible modes in example.
3074
3075 2011-12-20 Alan Mackenzie <acm@muc.de>
3076
3077 * cc-mode.texi: Update version string 5.31 -> 5.32.
3078
3079 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
3080
3081 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
3082
3083 2011-11-24 Glenn Morris <rgm@gnu.org>
3084
3085 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
3086
3087 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3088
3089 * makefile.w32-in: Update dependencies.
3090
3091 2011-11-20 Glenn Morris <rgm@gnu.org>
3092
3093 * gnus.texi (Group Information):
3094 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
3095
3096 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3097
3098 * gnus-coding.texi (Gnus Maintenance Guide):
3099 Rename from "Gnus Maintainance Guide".
3100
3101 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
3102 * eieio.texi (Customizing):
3103 * gnus.texi (Article Washing):
3104 * gnus-news.texi:
3105 * sem-user.texi (Smart Jump): Fix typos.
3106
3107 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3108
3109 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
3110
3111 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3112
3113 * ede.texi (project-am-texinfo):
3114 * gnus.texi (Sending or Not Sending):
3115 * org.texi (Template elements): Fix typos.
3116
3117 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3118
3119 * ediff.texi (Hooks):
3120 * sem-user.texi (Semanticdb Roots): Fix typos.
3121
3122 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
3123
3124 * semantic.texi (Tag handling): Fix typo.
3125
3126 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
3127
3128 * gnus.texi (Other Gnus Versions): Remove.
3129
3130 2011-10-28 Alan Mackenzie <acm@muc.de>
3131
3132 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
3133 (Other Special Indentations): Add an xref to "Macros with ;".
3134 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
3135 "Macros with ;".
3136 (Macros with ;): New page.
3137
3138 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
3139 Document the new handling of nested scopes for movement by defuns.
3140
3141 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
3142
3143 Sync with Tramp 2.2.3.
3144
3145 * trampver.texi: Update release number.
3146
3147 2011-10-14 Glenn Morris <rgm@gnu.org>
3148
3149 * ert.texi (Introduction, How to Run Tests)
3150 (Running Tests Interactively, Expected Failures)
3151 (Tests and Their Environment, Useful Techniques)
3152 (Interactive Debugging, Fixtures and Test Suites):
3153 Minor rephrasings.
3154 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
3155 (Running Tests in Batch Mode): Simplify loading instructions.
3156 (Test Selectors): Clarify some selectors.
3157 (Expected Failures, Useful Techniques):
3158 Make examples fit in 80 columns.
3159
3160 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
3161
3162 * calc.texi (Basic Operations on Units): Discuss temperature
3163 conversion (`u t') alongside with other unit conversions ('u c').
3164
3165 2011-10-12 Glenn Morris <rgm@gnu.org>
3166
3167 * ert.texi: Whitespace trivia to make main menu items line up better.
3168
3169 2011-10-08 Glenn Morris <rgm@gnu.org>
3170
3171 * Makefile.in: Fix ert rules.
3172
3173 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3174
3175 * gnus.texi (Gnus Utility Functions): Add more references and
3176 explanations (bug#9683).
3177
3178 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
3179
3180 * texinfo.tex: Merge from gnulib.
3181
3182 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3183
3184 * gnus.texi (Archived Messages): Note the default (bug#9552).
3185
3186 2011-09-21 Bill Wohler <wohler@newt.com>
3187
3188 Release MH-E manual version 8.3.
3189
3190 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3191 release 8.3.
3192 (Preface): Update support information.
3193 (From Bill Wohler): Reset text to original version. As a
3194 historical quote, the tense should be correct in the time that it
3195 was written.
3196
3197 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3198
3199 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
3200 (Finding the News): Doc clarification.
3201 (Terminology): Mention naming.
3202
3203 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3204
3205 * gnus.texi: Remove mentions of `recent', which are now obsolete.
3206 (Interactive): Document `quiet'.
3207
3208 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
3209
3210 * org.texi (Images in LaTeX export): Rewrite.
3211
3212 2011-08-15 Bastien Guerry <bzg@gnu.org>
3213
3214 * org.texi (Using the mapping API): Mention 'region as a possible
3215 scope for `org-map-entries'.
3216
3217 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3218
3219 * org.texi (Visibility cycling): Document `org-copy-visible'.
3220
3221 2011-08-15 Bastien Guerry <bzg@gnu.org>
3222
3223 * org.texi (Template expansion): Order template sequences in the
3224 proper order.
3225
3226 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3227
3228 * org.texi (eval): Expand discussion of the :eval header argument.
3229
3230 2011-08-15 Bastien Guerry <bzg@gnu.org>
3231
3232 * org.texi (Languages): Add Lilypond and Awk as supported
3233 languages.
3234
3235 2011-08-15 Achim Gratz <stromeko@nexgo.de>
3236
3237 * org.texi: Document that both CLOCK_INTO_DRAWER and
3238 LOG_INTO_DRAWER can be used to override the contents of variable
3239 org-clock-into-drawer (or if unset, org-log-into-drawer).
3240
3241 * org.texi: Replace @xref->@pxref.
3242
3243 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3244
3245 * org.texi (Evaluating code blocks): Documenting the new option
3246 for inline call lines.
3247
3248 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3249
3250 * org.texi (Results of evaluation): More explicit about the
3251 mechanism through which interactive evaluation of code is
3252 performed.
3253
3254 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3255
3256 * org.texi (noweb-ref): New header argument documentation.
3257
3258 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3259
3260 * org.texi (Extracting source code): Documentation of the new
3261 org-babel-tangle-named-block-combination variable.
3262
3263 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3264
3265 * org.texi (Structure of code blocks): Explicitly state that the
3266 behavior of multiple blocks of the same name is undefined.
3267
3268 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
3269
3270 * org.texi (TaskJuggler export): Modify the example to reflect the
3271 new effort durations.
3272
3273 2011-08-15 David Maus <dmaus@ictsoc.de>
3274
3275 * org.texi (Images in LaTeX export): Escape curly brackets in
3276 LaTeX example.
3277
3278 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3279
3280 * org.texi (The clock table): Document the :properties and
3281 :inherit-props arguments for the clocktable.
3282
3283 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3284
3285 * org.texi (Tables in LaTeX export): Document specifying placement
3286 options for tables.
3287
3288 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3289
3290 * org.texi (Evaluating code blocks): More specific documentation
3291 about the different types of header arguments.
3292
3293 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3294
3295 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
3296
3297 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3298
3299 * org.texi (Built-in table editor): Document the table field
3300 follow mode.
3301
3302 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3303
3304 * org.texi (Easy Templates): Document new template.
3305
3306 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3307
3308 * org.texi (Literal examples): Add a cross-reference from "Literal
3309 Examples" to "Easy Templates."
3310
3311 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3312
3313 * org.texi (The clock table): Add link to match syntax.
3314
3315 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3316
3317 * org.texi (Agenda commands): Document clock consistency checks.
3318
3319 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3320
3321 * org.texi (Built-in table editor): Document that \vert represents
3322 a vertical bar in a table field.
3323
3324 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3325
3326 * org.texi (Literal examples): Link from "Markup" > "Literate
3327 Examples" to "Working with Source Code".
3328
3329 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3330
3331 * org.texi (Agenda commands): Doc for function option to bulk
3332 action.
3333
3334 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3335
3336 * org.texi (Template expansion): Document new %<...> template
3337 escape.
3338
3339 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3340
3341 * org.texi (Selective export): Document exclusion of any tasks
3342 from export.
3343
3344 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3345
3346 * org.texi (Selective export): Document how to exclude DONE tasks
3347 from export.
3348 (Publishing options): Document the properties to be used to turn off
3349 export of DONE tasks.
3350
3351 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3352
3353 * org.texi (The date/time prompt): Document date range protection.
3354
3355 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3356
3357 * org.texi (padline): Documentation of the new padline header
3358 argument.
3359
3360 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3361
3362 * org.texi (var): Adding "[" to list of characters triggering
3363 elisp evaluation.
3364
3365 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3366
3367 * org.texi (var): Documentation of Emacs Lisp evaluation during
3368 variable assignment.
3369
3370 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3371
3372 * org.texi (colnames): Reference indexing into variables, and note
3373 that colnames are *not* removed before indexing occurs.
3374 (rownames): Reference indexing into variables, and note that
3375 rownames are *not* removed before indexing occurs.
3376
3377 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3378
3379 * org.texi (var): Clarification of indexing into tabular
3380 variables.
3381
3382 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3383
3384 * org.texi (results): Documentation of the `:results wrap' header
3385 argument.
3386
3387 2011-08-15 Bastien Guerry <bzg@gnu.org>
3388
3389 * org.texi (LaTeX and PDF export): Add a note about a limitation
3390 of the LaTeX export: the org file has to be properly structured.
3391
3392 2011-08-15 Bastien Guerry <bzg@gnu.org>
3393
3394 * org.texi (Dynamic blocks, Structure editing):
3395 Mention the function `org-narrow-to-block'.
3396
3397 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3398
3399 * org.texi (Languages): Updating list of code block supported
3400 languages.
3401
3402 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3403
3404 * org.texi (Special properties): CATEGORY is a special property,
3405 but it may also used in the drawer.
3406
3407 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3408
3409 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
3410
3411 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3412
3413 * org.texi (Include files): Document :lines.
3414
3415 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3416
3417 * org.texi (comments): Documentation of the ":comments noweb" code
3418 block header argument.
3419
3420 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3421
3422 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3423 added extra whitespace around functions to be consistent with the
3424 rest of the section.
3425
3426 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3427
3428 * org.texi (Evaluating code blocks): Expand discussion of
3429 #+call: line syntax.
3430 (Header arguments in function calls): Expand discussion of
3431 #+call: line syntax.
3432
3433 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3434
3435 * org.texi (Evaluating code blocks): More explicit about how to
3436 pass variables to #+call lines.
3437
3438 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3439
3440 * org.texi (Results of evaluation): Link to the :results header
3441 argument list from the "Results of evaluation" section.
3442
3443 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3444
3445 * org.texi (Conflicts): Adding additional information about
3446 resolving org/yasnippet conflicts.
3447
3448 2011-08-15 David Maus <dmaus@ictsoc.de>
3449
3450 * org.texi (Publishing options): Document style-include-scripts
3451 publishing project property.
3452
3453 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3454
3455 * org.texi (Sparse trees): Document the next-error /
3456 previous-error functionality.
3457
3458 2011-08-15 Tom Dye <tsd@tsdye.com>
3459
3460 * org.texi (cache): Improve documentation of code block caches.
3461
3462 2011-08-15 Tom Dye <tsd@tsdye.com>
3463
3464 * org.texi (Code block specific header arguments):
3465 Documentation of multi-line header arguments.
3466
3467 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3468
3469 * org.texi (Code evaluation security): Add example for using a
3470 function.
3471
3472 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3473
3474 * org.texi (Tables in LaTeX export): Documentation of new
3475 attr_latex options for tables.
3476
3477 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
3478
3479 * trampver.texi: Update release number.
3480
3481 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
3482
3483 Sync with Tramp 2.2.2.
3484
3485 * trampver.texi: Update release number.
3486
3487 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3488
3489 * flymake.texi (Example -- Configuring a tool called via make):
3490 Use /dev/null instead of the Windows "nul" (bug#8715).
3491
3492 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3493
3494 * widget.texi (Setting Up the Buffer): Remove mention of the
3495 global keymap parent, which doesn't seem to be accurate
3496 (bug#7045).
3497
3498 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3499
3500 * org.texi (Special agenda views): Fix double quoting (bug#3509).
3501
3502 2010-07-10 Kevin Ryde <user42@zip.com.au>
3503
3504 * cl.texi (For Clauses): Add destructuring example processing an
3505 alist (bug#6596).
3506
3507 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3508
3509 * ediff.texi (Major Entry Points): Remove mention of `require',
3510 since that's not pertinent in the installed Emacs (bug#9016).
3511
3512 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3513
3514 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
3515 (Filtering New Groups): Clarify how simple the "options -n" format is.
3516 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
3517 is internal.
3518
3519 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
3520
3521 * tramp.texi (Cleanup remote connections):
3522 Add `tramp-cleanup-this-connection'.
3523
3524 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3525
3526 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
3527 zombies.
3528 (Checking New Groups): Ditto (bug#8974).
3529 (Checking New Groups): Move the reference to the right place.
3530
3531 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
3532
3533 * gnus.texi (Startup Files): Clarify that we're talking about numbered
3534 backups, and not actual vc (bug#8975).
3535
3536 2011-07-03 Kevin Ryde <user42@zip.com.au>
3537
3538 * cl.texi (For Clauses): @items for hash-values and key-bindings
3539 to make them more visible when skimming. Add examples of `using'
3540 clause to them, examples being clearer than a description in
3541 words (bug#6599).
3542
3543 2011-07-01 Alan Mackenzie <acm@muc.de>
3544
3545 * cc-mode.texi (Guessing the Style): New page.
3546 (Styles): Add a short introduction to above.
3547
3548 2011-06-28 Deniz Dogan <deniz@dogan.se>
3549
3550 * rcirc.texi (Configuration): Bug-fix:
3551 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
3552 Reported by Elias Pipping <pipping@exherbo.org>.
3553
3554 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3555
3556 * gnus.texi (Summary Mail Commands):
3557 Document `gnus-summary-reply-to-list-with-original'.
3558
3559 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3560
3561 * eshell.texi (Known problems): Fix typo.
3562
3563 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
3564
3565 * tramp.texi (Customizing Completion): Mention authinfo-style files.
3566 (Password handling): `auth-source-debug' is good for debug messages.
3567
3568 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3569
3570 * gnus.texi (Store custom flags and keywords): Refer to
3571 `gnus-registry-article-marks-to-{chars,names}' instead of
3572 `gnus-registry-user-format-function-{M,M2}'.
3573
3574 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3575
3576 * texinfo.tex: Merge from gnulib.
3577
3578 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3579
3580 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
3581 (Store custom flags and keywords):
3582 Mention `gnus-registry-user-format-function-M' and
3583 `gnus-registry-user-format-function-M2'.
3584
3585 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3586
3587 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
3588
3589 2011-05-17 Glenn Morris <rgm@gnu.org>
3590
3591 * gnus.texi (Face): Fix typo.
3592
3593 2011-05-14 Glenn Morris <rgm@gnu.org>
3594
3595 * dired-x.texi (Omitting Examples): Minor addition.
3596
3597 2011-05-10 Jim Meyering <meyering@redhat.com>
3598
3599 * ede.texi: Fix typo "or or -> or".
3600
3601 2011-05-03 Peter MĂ¼nster <pmlists@free.fr> (tiny change)
3602
3603 * gnus.texi (Summary Buffer Lines):
3604 gnus-summary-user-date-format-alist does not exist.
3605 (Sorting the Summary Buffer): More about sorting threads.
3606
3607 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
3608
3609 * trampver.texi: Update release number.
3610
3611 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
3612
3613 * tramp.texi (Frequently Asked Questions): New item for disabling
3614 Tramp in other packages.
3615
3616 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3617
3618 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
3619 (Fancy splitting to parent, Store arbitrary data):
3620 Update gnus-registry docs.
3621
3622 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
3623
3624 * ede.texi: Fix typos.
3625
3626 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3627
3628 * gnus.texi (Window Layout): @itemize @code doesn't exist.
3629 It's @table @code.
3630
3631 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
3632
3633 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
3634
3635 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3636
3637 * calc.texi (Logarithmic Units): Update the function names.
3638
3639 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3640
3641 * message.texi (Various Commands): Document format specs in the
3642 ellipsis.
3643
3644 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
3645
3646 * message.texi (Insertion Variables): Document message-cite-style.
3647
3648 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
3649
3650 * tramp.texi (Remote processes): New subsection "Running shell on
3651 a remote host".
3652
3653 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3654
3655 * auth.texi (Help for developers): Update docs to explain that the
3656 :save-function will only run the first time.
3657
3658 2011-03-12 Glenn Morris <rgm@gnu.org>
3659
3660 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
3661 (emacs-faq.text): New target.
3662 (clean): Add emacs-faq.
3663
3664 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
3665
3666 Sync with Tramp 2.2.1.
3667
3668 * trampver.texi: Update release number.
3669
3670 2011-03-11 Glenn Morris <rgm@gnu.org>
3671
3672 * Makefile.in (HTML_TARGETS): New.
3673 (clean): Delete $HTML_TARGETS.
3674 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
3675
3676 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3677
3678 * auth.texi (Help for developers): Show example of using
3679 `auth-source-search' with prompts and :save-function.
3680
3681 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * Version 23.3 released.
3684
3685 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
3686
3687 * message.texi (Message Buffers): Update default value of
3688 message-generate-new-buffers.
3689
3690 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
3691
3692 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
3693 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
3694 respectively.
3695 (Musical Notes): New section.
3696 (Customizing Calc): Mention the customizable variable
3697 calc-note-threshold.
3698
3699 2011-03-03 Glenn Morris <rgm@gnu.org>
3700
3701 * url.texi (Dealing with HTTP documents): Remove reference to
3702 function url-decode-text-part; never seems to have existed. (Bug#6038)
3703 (Configuration): Update url-configuration-directory description.
3704
3705 2011-03-02 Glenn Morris <rgm@gnu.org>
3706
3707 * dired-x.texi (Multiple Dired Directories): Remove mentions
3708 of dired-default-directory-alist and dired-default-directory.
3709 Move dired-smart-shell-command here...
3710 (Miscellaneous Commands): ... from here.
3711
3712 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3713
3714 * texinfo.tex: Update to version 2011-02-24.09.
3715
3716 2011-03-02 Glenn Morris <rgm@gnu.org>
3717
3718 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
3719 instead of the obsoleted dired-omit-here-always.
3720
3721 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
3722
3723 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
3724 supported systems.
3725
3726 2011-02-28 Glenn Morris <rgm@gnu.org>
3727
3728 * dbus.texi (Type Conversion): Grammar fix.
3729
3730 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
3731
3732 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
3733 "Debian GNU/Linux".
3734
3735 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
3736
3737 2011-02-23 Glenn Morris <rgm@gnu.org>
3738
3739 * dired-x.texi (Features): Minor rephrasing.
3740 (Local Variables): Fix typos.
3741
3742 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
3743 Standardize some Emacs/XEmacs terminology.
3744
3745 * dired-x.texi (Features): Don't advertise obsolete local variables.
3746 Simplify layout.
3747 (Omitting Variables): Update local variables example.
3748 (Local Variables): Say this is obsolete. Fix description of
3749 dired-enable-local-variables possible values.
3750
3751 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3752
3753 * auth.texi (Help for users): Mention ~/.netrc is also searched by
3754 default now.
3755
3756 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3757
3758 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
3759
3760 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3761
3762 * gnus.texi (Window Layout): Document layout names.
3763
3764 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3765
3766 * ada-mode.texi: Sync @dircategory with ../../info/dir.
3767 * auth.texi: Sync @dircategory with ../../info/dir.
3768 * autotype.texi: Sync @dircategory with ../../info/dir.
3769 * calc.texi: Sync @dircategory with ../../info/dir.
3770 * cc-mode.texi: Sync @dircategory with ../../info/dir.
3771 * cl.texi: Sync @dircategory with ../../info/dir.
3772 * dbus.texi: Sync @dircategory with ../../info/dir.
3773 * dired-x.texi: Sync @dircategory with ../../info/dir.
3774 * ebrowse.texi: Sync @dircategory with ../../info/dir.
3775 * ede.texi: Sync @dircategory with ../../info/dir.
3776 * ediff.texi: Sync @dircategory with ../../info/dir.
3777 * edt.texi: Sync @dircategory with ../../info/dir.
3778 * eieio.texi: Sync @dircategory with ../../info/dir.
3779 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
3780 * epa.texi: Sync @dircategory with ../../info/dir.
3781 * erc.texi: Sync @dircategory with ../../info/dir.
3782 * eshell.texi: Sync @dircategory with ../../info/dir.
3783 * eudc.texi: Sync @dircategory with ../../info/dir.
3784 * flymake.texi: Sync @dircategory with ../../info/dir.
3785 * forms.texi: Sync @dircategory with ../../info/dir.
3786 * gnus.texi: Sync @dircategory with ../../info/dir.
3787 * idlwave.texi: Sync @dircategory with ../../info/dir.
3788 * mairix-el.texi: Sync @dircategory with ../../info/dir.
3789 * message.texi: Sync @dircategory with ../../info/dir.
3790 * mh-e.texi: Sync @dircategory with ../../info/dir.
3791 * newsticker.texi: Sync @dircategory with ../../info/dir.
3792 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
3793 * org.texi: Sync @dircategory with ../../info/dir.
3794 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
3795 * pgg.texi: Sync @dircategory with ../../info/dir.
3796 * rcirc.texi: Sync @dircategory with ../../info/dir.
3797 * reftex.texi: Sync @dircategory with ../../info/dir.
3798 * remember.texi: Sync @dircategory with ../../info/dir.
3799 * sasl.texi: Sync @dircategory with ../../info/dir.
3800 * sc.texi: Sync @dircategory with ../../info/dir.
3801 * semantic.texi: Sync @dircategory with ../../info/dir.
3802 * ses.texi: Sync @dircategory with ../../info/dir.
3803 * sieve.texi: Sync @dircategory with ../../info/dir.
3804 * smtpmail.texi: Sync @dircategory with ../../info/dir.
3805 * speedbar.texi: Sync @dircategory with ../../info/dir.
3806 * trampver.texi [emacs]: Set emacsname to "Emacs".
3807 * tramp.texi: Sync @dircategory with ../../info/dir.
3808 * url.texi: Sync @dircategory with ../../info/dir.
3809 * vip.texi: Sync @dircategory with ../../info/dir.
3810 * viper.texi: Sync @dircategory with ../../info/dir.
3811 * widget.texi: Sync @dircategory with ../../info/dir.
3812 * woman.texi: Sync @dircategory with ../../info/dir.
3813
3814 2011-02-19 Glenn Morris <rgm@gnu.org>
3815
3816 * dired-x.texi (Technical Details): No longer redefines
3817 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
3818 dired-read-shell-command, or dired-find-buffer-nocreate.
3819
3820 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3821
3822 * eshell.texi (Input/Output):
3823 Document insert output redirection operator, >>>.
3824
3825 2011-02-18 Glenn Morris <rgm@gnu.org>
3826
3827 * dired-x.texi (Optional Installation File At Point): Simplify.
3828
3829 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3830
3831 * auth.texi (Help for users): Use :port instead of :protocol for all
3832 auth-source docs.
3833 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
3834 to have two files in `auth-sources'.
3835
3836 2011-02-16 Glenn Morris <rgm@gnu.org>
3837
3838 * dired-x.texi: Use emacsver.texi to get Emacs version.
3839 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
3840 Depend on emacsver.texi.
3841
3842 * dired-x.texi: Drop meaningless version number.
3843 (Introduction): Remove old info.
3844 (Optional Installation Dired Jump): Autoload from dired-x.
3845 Remove incorrect info about loaddefs.el.
3846 (Bugs): Just refer to M-x report-emacs-bug.
3847
3848 * dired-x.texi (Multiple Dired Directories): Update for rename of
3849 default-directory-alist.
3850 (Miscellaneous Commands): No longer mention very old VM version 4.
3851
3852 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3853
3854 Merge from gnulib.
3855 * texinfo.tex: Update to version 2011-02-14.11.
3856
3857 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3858
3859 * auth.texi (Help for users):
3860 Login collection is "Login" and not "login".
3861
3862 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
3863
3864 * tramp.texi (History): Remove IMAP support.
3865 (External methods, Frequently Asked Questions): Remove `imap' and
3866 `imaps' methods.
3867 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
3868
3869 * trampver.texi: Remove default value of `emacsimap'.
3870
3871 2011-02-13 Glenn Morris <rgm@gnu.org>
3872
3873 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
3874 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
3875
3876 2011-02-12 Glenn Morris <rgm@gnu.org>
3877
3878 * sc.texi (Getting Connected): Remove old index entries.
3879
3880 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
3881
3882 * url.texi: Remove duplicate @dircategory (Bug#7942).
3883
3884 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
3885
3886 * auth.texi (Overview, Help for users, Help for developers):
3887 Update docs.
3888 (Help for users): Talk about spaces.
3889
3890 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3891
3892 * texinfo.tex: Update to version 2011-02-07.16.
3893
3894 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
3895
3896 * dbus.texi (Bus names): Adapt descriptions for
3897 dbus-list-activatable-names and dbus-list-known-names.
3898
3899 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
3900
3901 * calc.texi (Logarithmic Units): New section.
3902
3903 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
3904
3905 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
3906 manuals use it now.
3907
3908 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
3909
3910 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
3911
3912 * overrides.texi: Remove.
3913
3914 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
3915 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
3916
3917 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
3918
3919 * tramp.texi (Frequently Asked Questions): Mention problems with
3920 WinSSHD.
3921
3922 * trampver.texi: Update release number.
3923
3924 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
3925
3926 * tramp.texi:
3927 Replace "delimet" with "delimit" globally.
3928 Replace "explicite" with "explicit" globally.
3929 Replace "instead of" with "instead" where there was nothing after "of".
3930 Audit use of comma before interrogative pronoun, "that", or "which".
3931 Minor word order, spelling, wording changes.
3932
3933 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
3934
3935 * overrides.texi: New file to set or clear WEBHACKDEVEL.
3936
3937 * sieve.texi: Use WEBHACKDEVEL.
3938
3939 * sasl.texi: Use WEBHACKDEVEL.
3940
3941 * pgg.texi: Use WEBHACKDEVEL.
3942
3943 * message.texi: Use WEBHACKDEVEL.
3944
3945 * gnus.texi: Use WEBHACKDEVEL.
3946
3947 * emacs-mime.texi: Use WEBHACKDEVEL.
3948
3949 * auth.texi: Use WEBHACKDEVEL.
3950
3951 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
3952 manuals.
3953
3954 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
3955
3956 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
3957
3958 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3959
3960 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
3961 which in turn is copied from ftp://tug.org/tex/.
3962
3963 2011-02-03 Glenn Morris <rgm@gnu.org>
3964
3965 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
3966 (Binding combinations of modifiers and function keys):
3967 Let's assume people reading this are not using Emacs 18.
3968
3969 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
3970
3971 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
3972 since it's run automatically.
3973
3974 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3975
3976 * gnus.texi (Customizing Articles): Fix typo.
3977
3978 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3979
3980 * gnus.texi (Customizing Articles): Document the new way of customizing
3981 the date headers(s).
3982
3983 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3984
3985 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
3986 splitting example.
3987
3988 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3989
3990 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
3991 (MAKEINFO_OPTS): New variable.
3992 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
3993 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
3994 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
3995 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
3996 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
3997 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
3998 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
3999 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
4000 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
4001 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
4002 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
4003 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
4004 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
4005 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
4006 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
4007 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
4008 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
4009 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
4010
4011 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4012
4013 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
4014
4015 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
4016
4017 * message.texi (IDNA): Explain what it is.
4018
4019 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4020
4021 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
4022
4023 2011-01-23 Werner Lemberg <wl@gnu.org>
4024
4025 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4026 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4027 (ENVADD): Update.
4028
4029 2011-01-18 Glenn Morris <rgm@gnu.org>
4030
4031 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
4032
4033 2011-01-14 Eduard Wiebe <usenet@pusto.de>
4034
4035 * nxml-mode.texi (Introduction): Fix file name typos.
4036
4037 2011-01-13 Christian Ohler <ohler@gnu.org>
4038
4039 * ert.texi: New file.
4040
4041 * Makefile.in:
4042 * makefile.w32-in: Add ert.texi.
4043
4044 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
4045
4046 * dbus.texi (Receiving Method Calls): New function
4047 dbus-register-service. Rearrange node.
4048
4049 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
4050
4051 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
4052 which in turn is copied from ftp://tug.org/tex/.
4053
4054 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
4055
4056 * dbus.texi (Receiving Method Calls): Describe new optional
4057 parameter dont-register-service of dbus-register-{method,property}.
4058
4059 2010-12-17 Daiki Ueno <ueno@unixuser.org>
4060
4061 * epa.texi (Encrypting/decrypting *.gpg files):
4062 Mention epa-file-select-keys.
4063
4064 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4065
4066 * gnus.texi (Archived Messages): Remove outdated text.
4067
4068 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4069
4070 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
4071
4072 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
4073
4074 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
4075
4076 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
4077
4078 * gnus.texi (The swish++ Engine): Add customizable parameters
4079 descriptions.
4080 (The swish-e Engine): Ditto.
4081
4082 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
4083
4084 * tramp.texi (Inline methods): Add "ksu" method.
4085 (Remote processes): Add example with remote `default-directory'.
4086
4087 2010-12-14 Glenn Morris <rgm@gnu.org>
4088
4089 * faq.texi (Expanding aliases when sending mail):
4090 Now build-mail-aliases is interactive.
4091
4092 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
4093
4094 * gnus.texi: First pass at adding (rough) nnir documentation.
4095
4096 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4097
4098 * gnus.texi (Filtering New Groups):
4099 Mention gnus-auto-subscribed-categories.
4100 (The First Time): Remove, since default-subscribed-newsgroups has been
4101 removed.
4102
4103 2010-12-13 Glenn Morris <rgm@gnu.org>
4104
4105 * cl.texi (For Clauses): Small fixes for frames and windows.
4106
4107 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
4108
4109 * org.texi (Using capture): Document using prefix arguments for
4110 finalizing capture.
4111 (Agenda commands): Document prefix argument for the bulk scatter
4112 command.
4113 (Beamer class export): Document that also overlay arguments can be
4114 passed to the column environment.
4115 (Template elements): Document the new entry type.
4116
4117 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
4118
4119 * org.texi (Include files): Document :minlevel.
4120
4121 2010-12-11 Julien Danjou <julien@danjou.info>
4122
4123 * org.texi (Categories): Document category icons.
4124
4125 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
4126
4127 * org.texi (noweb): Fix typo.
4128
4129 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
4130
4131 * gnus.texi (Server Commands): Point to the rest of the server
4132 commands.
4133
4134 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4135
4136 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
4137 g'.
4138
4139 2010-12-02 Julien Danjou <julien@danjou.info>
4140
4141 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
4142
4143 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4144
4145 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
4146 (Direct Functions): Note the STARTTLS upgrade.
4147
4148 2010-11-27 Glenn Morris <rgm@gnu.org>
4149 James Clark <none@example.com>
4150
4151 * nxml-mode.texi (Introduction): New section.
4152
4153 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4154
4155 * gnus.texi (Server Commands): Document gnus-server-show-server.
4156
4157 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
4158
4159 Sync with Tramp 2.2.0.
4160
4161 * trampver.texi: Update release number.
4162
4163 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4164
4165 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
4166 Mention that the TeX specific units won't use the `tex' prefix
4167 in TeX mode.
4168
4169 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
4170
4171 * gnus.texi (Misc Article): Document gnus-inhibit-images.
4172
4173 2010-11-17 Glenn Morris <rgm@gnu.org>
4174
4175 * edt.texi: Remove information about Emacs 19.
4176
4177 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
4178
4179 * trampver.texi: Update release number.
4180
4181 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
4182
4183 * gnus.texi (Article Washing): Fix typo.
4184
4185 2010-11-11 Noorul Islam <noorul@noorul.com>
4186
4187 * org.texi: Fix typo.
4188
4189 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4190
4191 * org.texi (Using capture): Explain that refiling is
4192 sensitive to cursor position.
4193
4194 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4195
4196 * org.texi (Images and tables): Add cross reference to link section.
4197
4198 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4199
4200 * org.texi: Document the <c> cookie.
4201
4202 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4203
4204 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
4205 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
4206
4207 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4208
4209 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
4210
4211 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4212
4213 * org.texi (Project alist): Mention that this is a property list.
4214
4215 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4216
4217 * org.texi (Setting up the staging area): Document that
4218 file names remain visible when encrypting the MobileOrg files.
4219
4220 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4221
4222 * org.texi (Setting up the staging area): Document which
4223 versions are needed for encryption.
4224
4225 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4226
4227 * org.texi (noweb): Update :noweb documentation to
4228 reflect the new "tangle" argument.
4229
4230 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4231
4232 * org.texi (Batch execution): Improve tangling script in
4233 documentation.
4234
4235 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4236
4237 * org.texi (Handling links, In-buffer settings):
4238 Document inlining images on startup.
4239
4240 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4241
4242 * org.texi (Setting up the staging area): Document use of
4243 crypt password.
4244
4245 2010-11-11 David Maus <dmaus@ictsoc.de>
4246
4247 * org.texi (Template expansion): Add date related link type escapes.
4248
4249 2010-11-11 David Maus <dmaus@ictsoc.de>
4250
4251 * org.texi (Template expansion): Add mew in table for link type
4252 escapes.
4253
4254 2010-11-11 David Maus <dmaus@ictsoc.de>
4255
4256 * org.texi (Template expansion): Fix typo in link type escapes.
4257
4258 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4259
4260 * org.texi (Structure of code blocks): Another documentation tweak.
4261
4262 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4263
4264 * org.texi (Structure of code blocks): Documentation tweak.
4265
4266 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4267
4268 * org.texi (Structure of code blocks):
4269 Update documentation to mention inline code block syntax.
4270
4271 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4272
4273 * org.texi (comments): Improve wording.
4274
4275 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4276
4277 * org.texi (comments): Document the new :comments header arguments.
4278
4279 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4280
4281 * org.texi (Installation): Remove the special
4282 installation instructions for XEmacs.
4283
4284 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4285
4286 * org.texi (Easy Templates): New section. Documents quick
4287 insertion of empty structural elements.
4288
4289 2010-11-11 Noorul Islam <noorul@noorul.com>
4290
4291 * org.texi: Fix doc.
4292
4293 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4294
4295 * org.texi (The date/time prompt): Document specification
4296 of time ranges.
4297
4298 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4299
4300 * org.texi (Internal links): Document the changes in
4301 internal links.
4302
4303 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4304
4305 * org.texi (Agenda commands): Document the limitation for
4306 the filter preset - it can only be used for an entire agenda
4307 view, not in an individual block in a block agenda.
4308
4309 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
4310
4311 * org.texi (iCalendar export): Document alarm creation.
4312
4313 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
4314
4315 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
4316
4317 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4318
4319 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
4320
4321 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
4322
4323 * calc.texi: Use emacsver.texi to determine Emacs version.
4324
4325 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4326
4327 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
4328 since that works by default.
4329
4330 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4331
4332 * gnus.texi (Customizing the IMAP Connection): Document
4333 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
4334
4335 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
4336
4337 * tramp.texi (Remote shell setup): New item "Interactive shell
4338 prompt". Reported by Christian Millour <cm@abtela.com>.
4339 (Remote shell setup, Remote processes): Use @code{} for
4340 environment variables.
4341
4342 2010-11-03 Glenn Morris <rgm@gnu.org>
4343
4344 * ediff.texi (Quick Help Commands, Miscellaneous):
4345 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
4346
4347 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4348
4349 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
4350
4351 2010-10-31 Glenn Morris <rgm@gnu.org>
4352
4353 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
4354
4355 2010-10-31 Glenn Morris <rgm@gnu.org>
4356
4357 * cc-mode.texi: Remove reference to defunct viewcvs URL.
4358
4359 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4360
4361 * gnus.texi (Client-Side IMAP Splitting):
4362 Mention nnimap-unsplittable-articles.
4363
4364 2010-10-29 Julien Danjou <julien@danjou.info>
4365
4366 * gnus.texi (Finding the News): Remove references to obsoletes
4367 variables `gnus-nntp-server' and `gnus-secondary-servers'.
4368
4369 2010-10-29 Eli Zaretskii <eliz@gnu.org>
4370
4371 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
4372 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
4373 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
4374 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
4375
4376 2010-10-28 Glenn Morris <rgm@gnu.org>
4377
4378 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
4379 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
4380 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
4381
4382 2010-10-25 Daiki Ueno <ueno@unixuser.org>
4383
4384 * epa.texi (Mail-mode integration): Add alternative key bindings
4385 for epa-mail commands; escape comma.
4386 Don't use the word "PGP", since it is a non-free program.
4387
4388 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
4389
4390 * calc.texi: Use emacsver.texi to determine Emacs version.
4391
4392 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
4393
4394 * gnus.texi (Group Parameters, Buttons): Fix typos.
4395
4396 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
4397
4398 * gnus.texi (Subscription Commands): Mention that you can also
4399 subscribe to new groups via the Server buffer, which is probably more
4400 convenient when subscribing to many groups.
4401
4402 2010-10-21 Julien Danjou <julien@danjou.info>
4403
4404 * message.texi (Message Headers): Allow message-default-headers to be a
4405 function.
4406
4407 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4408
4409 * gnus-news.texi: Mention new archive defaults.
4410
4411 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4412
4413 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
4414
4415 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4416
4417 * gnus.texi (HTML): Document the function value of
4418 gnus-blocked-images.
4419 (Article Washing): shr and gnus-w3m, not the direct function names.
4420
4421 2010-10-20 Julien Danjou <julien@danjou.info>
4422
4423 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
4424 variable.
4425
4426 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4427
4428 * gnus.texi (Customizing the IMAP Connection): The port strings are
4429 strings.
4430 (Document Groups): Mention git.
4431
4432 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4433
4434 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
4435 bzr/Gnus git sync.
4436
4437 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4438
4439 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
4440 change.
4441
4442 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4443
4444 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
4445 @item syntax for in-Emacs makeinfo.
4446
4447 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
4448
4449 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
4450 trim sentence.
4451
4452 2010-10-12 Daiki Ueno <ueno@unixuser.org>
4453
4454 * epa.texi (Caching Passphrases):
4455 * auth.texi (GnuPG and EasyPG Assistant Configuration):
4456 Clarify some configurations require to set up gpg-agent.
4457
4458 2010-10-11 Glenn Morris <rgm@gnu.org>
4459
4460 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
4461
4462 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4463
4464 * gnus.texi (Spam Package Introduction): Mention `$'.
4465
4466 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4467
4468 * makefile.w32-in (emacsdir): New variable.
4469 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
4470 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
4471
4472 2010-10-09 Glenn Morris <rgm@gnu.org>
4473
4474 * Makefile.in (mostlyclean): Delete *.toc.
4475
4476 * Makefile.in: Use $< in rules.
4477
4478 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
4479
4480 * Makefile.in ($(infodir)): Delete rule.
4481 (mkinfodir): New. Use it in all the info rules, rather than depending
4482 on infodir.
4483
4484 2010-10-09 Glenn Morris <rgm@gnu.org>
4485
4486 * gnus.texi (Article Washing): Fix previous change.
4487
4488 * Makefile.in (emacsdir): New variable.
4489 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
4490 Depend on emacsver.texi.
4491
4492 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
4493
4494 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
4495
4496 2010-10-08 Julien Danjou <julien@danjou.info>
4497
4498 * gnus.texi: Add mm-shr.
4499
4500 2010-10-08 Ludovic Courtès <ludo@gnu.org>
4501
4502 * gnus.texi (Finding the Parent, The Gnus Registry)
4503 (Registry Article Refer Method): Update docs for nnregistry.el.
4504
4505 2010-10-08 Daiki Ueno <ueno@unixuser.org>
4506
4507 * auth.texi (Help for users)
4508 (GnuPG and EasyPG Assistant Configuration): Update docs.
4509
4510 2010-10-08 Glenn Morris <rgm@gnu.org>
4511
4512 * cl.texi (Organization, Installation, Old CL Compatibility):
4513 Deprecate cl-compat for new code.
4514 (Usage, Installation): Remove outdated information.
4515
4516 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
4517
4518 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4519
4520 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
4521
4522 2010-10-06 Julien Danjou <julien@danjou.info>
4523
4524 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
4525
4526 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
4527 broken link.
4528
4529 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
4530
4531 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
4532 to ReiserFS.
4533
4534 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
4535 (FAQ 7-1): Fix getmail URL.
4536
4537 2010-10-06 Daiki Ueno <ueno@unixuser.org>
4538
4539 * epa.texi (Caching Passphrases): New section.
4540
4541 2010-10-06 Glenn Morris <rgm@gnu.org>
4542
4543 * Makefile.in (SHELL): Set it.
4544 (info): Move the mkdir dependency to the individual info files.
4545 (mostlyclean): Tidy up.
4546 (clean): Only delete the specific dvi and pdf files.
4547 (maintainer-clean): Be more restrictive in what we delete.
4548 ($(infodir)): Add parallel build workaround.
4549
4550 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4551
4552 * gnus.texi (Misc Article): Document gnus-widen-article-window.
4553
4554 2010-10-03 Julien Danjou <julien@danjou.info>
4555
4556 * emacs-mime.texi (Display Customization):
4557 Update mm-inline-large-images documentation and add documentation for
4558 mm-inline-large-images-proportion.
4559
4560 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4561
4562 * tramp.texi (Frequently Asked Questions):
4563 Mention remote-file-name-inhibit-cache.
4564
4565 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4566
4567 * gnus.texi (Splitting Mail): Fix @xref syntax.
4568 (Splitting Mail): Really fix the @ref syntax.
4569
4570 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4571
4572 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
4573 (Article Hiding): Add google banner example.
4574 Suggested by Benjamin Xu.
4575
4576 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4577
4578 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
4579 Remove nnimap-split-rule from examples.
4580
4581 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4582
4583 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
4584 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
4585 Fishman.
4586 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
4587
4588 2010-09-30 Julien Danjou <julien@danjou.info>
4589
4590 * gnus.texi (Gravatars): Fix documentation about
4591 gnu-gravatar-properties.
4592
4593 2010-09-29 Daiki Ueno <ueno@unixuser.org>
4594
4595 * epa.texi (Bug Reports): New section.
4596
4597 2010-09-29 Glenn Morris <rgm@gnu.org>
4598
4599 * Makefile.in (top_srcdir): Remove unused variable.
4600
4601 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4602
4603 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
4604 (Client-Side IMAP Splitting): Document 'default.
4605
4606 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4607
4608 * gnus.texi (Customizing the IMAP Connection):
4609 Document nnimap-fetch-partial-articles.
4610
4611 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4612
4613 * gnus-news.texi: Mention nnimap-inbox.
4614
4615 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
4616
4617 2010-09-26 Julien Danjou <julien@danjou.info>
4618
4619 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
4620
4621 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4622
4623 * gnus.texi (Security): Remove gpg.el mention.
4624
4625 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4626
4627 * gnus.texi (Browse Foreign Server): New variable
4628 gnus-browse-subscribe-newsgroup-method.
4629
4630 * gnus-news.texi: Mention it.
4631
4632 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4633
4634 * gnus.texi (NoCeM): Remove.
4635 (Startup Variables): No jingle.
4636
4637 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
4638
4639 * woman.texi (Interface Options): xz compression is now supported.
4640
4641 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4642
4643 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
4644 (Unavailable Servers): Document gnus-server-copy-server.
4645 (Using IMAP): Document the new nnimap.
4646
4647 2010-09-25 Julien Danjou <julien@danjou.info>
4648
4649 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
4650
4651 2010-09-24 Glenn Morris <rgm@gnu.org>
4652
4653 * url.texi (Disk Caching): Tweak previous change.
4654
4655 2010-09-24 Julien Danjou <julien@danjou.info>
4656
4657 * url.texi (Disk Caching): Mention url-cache-expire-time,
4658 url-cache-expired, and url-fetch-from-cache.
4659
4660 2010-09-24 Julien Danjou <julien@danjou.info>
4661
4662 * gnus.texi: Add Gravatars.
4663
4664 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4665
4666 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
4667
4668 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4669
4670 * gnus.texi (Expunging mailboxes): Update name of the expunging
4671 command.
4672
4673 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4674
4675 * emacs-mime.texi (rfc2047): Update description for
4676 rfc2047-encode-parameter.
4677
4678 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
4679
4680 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
4681 "fish" methods.
4682 (External methods): Remove "scp1_old" and "scp2_old" methods.
4683
4684 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
4685
4686 * tramp.texi: Remove Japanese manual. Fix typo.
4687
4688 * trampver.texi: Update release number. Remove japanesemanual.
4689
4690 2010-09-09 Glenn Morris <rgm@gnu.org>
4691
4692 * org.texi: Restore clobbered changes (copyright years, untabify).
4693
4694 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
4695
4696 * gnus.texi (Adaptive Scoring): Fix typo.
4697
4698 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4699
4700 * gnus.texi (Article Display): Document gnus-html-show-images.
4701
4702 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4703
4704 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
4705
4706 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4707
4708 * gnus.texi (HTML): Document gnus-max-image-proportion.
4709
4710 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4711
4712 * gnus.texi (HTML): Document gnus-blocked-images.
4713
4714 * message.texi (Wide Reply): Document message-prune-recipient-rules.
4715
4716 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4717
4718 * gnus.texi (Summary Mail Commands): Note that only the addresses from
4719 the first message are used for wide replies.
4720 (Changing Servers): Remove documentation on gnus-change-server and
4721 friends, since it's been removed.
4722
4723 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4724
4725 * gnus.texi (Drafts): Mention B DEL.
4726
4727 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4728
4729 * gnus.texi (Delayed Articles): Mention that the Date header is the
4730 original one, even if you delay.
4731
4732 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4733
4734 * gnus.texi (Asynchronous Fetching):
4735 Document gnus-async-post-fetch-function.
4736 (HTML): Made into its own section.
4737
4738 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
4739
4740 Sync with Tramp 2.1.19.
4741
4742 * tramp.texi (Inline methods, Default Method):
4743 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
4744 Remove remark about doubled "-t" argument.
4745 (Auto-save and Backup): Remove reference to Emacs 21.
4746 (Filename Syntax): Describe port numbers.
4747 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
4748 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
4749 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
4750 errors with the backquotes.
4751 (External packages): File attributes cache flushing for asynchronous
4752 processes.
4753 (Traces and Profiles): Describe verbose level 9.
4754
4755 * trampver.texi: Update release number.
4756
4757 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
4758
4759 * dbus.texi (Alternative Buses): New chapter.
4760
4761 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
4764
4765 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4766
4767 * calc.texi (Customizing Calc): Rearrange description of new
4768 variables to match the presentation of other variables.
4769
4770 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4771
4772 * org.texi (Footnotes, Tables in HTML export): Fix typos.
4773
4774 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4775
4776 * calc.texi (Making Selections, Selecting Subformulas)
4777 (Customizing Calc): Mention how to use faces to emphasize selected
4778 sub-formulas.
4779
4780 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
4781
4782 * tramp.texi (External packages): File attributes cache flushing
4783 for asynchronous processes.
4784
4785 2010-08-01 Alan Mackenzie <acm@muc.de>
4786
4787 Enhance the manual for the latest Java Mode.
4788
4789 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
4790 annotation-var-cont.
4791 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
4792 two new symbols.
4793
4794 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
4795
4796 * tramp.texi (Traces and Profiles): Describe verbose level 9.
4797
4798 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
4799
4800 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
4801
4802 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
4803
4804 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
4805
4806 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4807
4808 * org.texi: Add macros to get plain quotes in PDF output.
4809 List additional contributors.
4810 (Capture): New section, replaces the section about remember.
4811 (Working With Source Code): New chapter, focused on documenting Org
4812 Babel.
4813 (Code evaluation security): New section.
4814 (MobileOrg): Document DropBox support.
4815 (TaskJuggler export): Document taskjuggler and Gantt chart support.
4816 (Special symbols): Show how to display UTF8 characters for entities.
4817 (Global TODO list): Clarify the use of the "M" key and the differences
4818 to the "m" key.
4819 (RSS Feeds): Mention Atom feeds as well.
4820 (Setting tags): Remove paragraph about
4821 `org-complete-tags-always-offer-all-agenda-tags'.
4822
4823 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
4824
4825 * tramp.texi (Inline methods): Remove remark about doubled "-t"
4826 argument.
4827 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
4828 echoing shells.
4829
4830 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
4831
4832 * tramp.texi (Inline methods): Remove "kludgy" phrase.
4833 (Filename Syntax): Describe port numbers.
4834
4835 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
4836
4837 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
4838 forgotten.
4839 (Type Conversion): Precise conversion of natural numbers.
4840 (Errors and Events): Add "debugging" to concept index. Add variable
4841 `dbus-debug'.
4842
4843 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
4844
4845 * dbus.texi (Receiving Method Calls): Add optional argument
4846 EMITS-SIGNAL to `dbus-register-property'.
4847
4848 2010-06-27 Alex Schroeder <alex@gnu.org>
4849
4850 * nxml-mode.texi (Commands for locating a schema): Fix typo.
4851
4852 2010-06-24 Glenn Morris <rgm@gnu.org>
4853
4854 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4855 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
4856 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4857 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
4858 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
4859 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
4860 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
4861 * woman.texi: Start direntry descriptions in column 32, per Texinfo
4862 convention. Make them end with a period.
4863
4864 2010-06-23 Glenn Morris <rgm@gnu.org>
4865
4866 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
4867 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
4868 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
4869 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
4870 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
4871 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
4872
4873 2010-06-10 Glenn Morris <rgm@gnu.org>
4874
4875 * idlwave.texi (Load-Path Shadows):
4876 * org.texi (Handling links): Fix typos.
4877
4878 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4879
4880 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
4881
4882 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
4883
4884 * eshell.texi (Built-ins): Describe, how to disable a built-in command
4885 by an alias. (Bug#6226)
4886
4887 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4888
4889 * calc.texi (Manipulating Vectors): Mention that vectors can
4890 be used to determine bins for `calc-histogram'.
4891
4892 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
4893
4894 * calc.texi: Remove "\turnoffactive" commands throughout.
4895
4896 2010-05-08 Å tÄ›pĂ¡n NÄ›mec <stepnem@gmail.com> (tiny change)
4897
4898 * url.texi (HTTP language/coding, Customization):
4899 * message.texi (Header Commands, Responses):
4900 * cl.texi (Argument Lists): Fix typos.
4901
4902 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4903
4904 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
4905 Note that Development menu is always available.
4906 (Creating a project): Fix terminology.
4907 (Add/Remove files): Fix typo.
4908
4909 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4910
4911 * Version 23.2 released.
4912
4913 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
4914
4915 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
4916
4917 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
4918
4919 * tramp.texi (Inline methods, Default Method):
4920 Mention `tramp-inline-compress-start-size'.
4921
4922 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4923
4924 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
4925 the CVS repo. Put the Git repo in the news section.
4926
4927 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
4928 Removed some mentions of CVS. Mention the new Git repo.
4929
4930 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
4931
4932 * gnus.texi (Score File Format): Fix typo. Reported by Å tÄ›pĂ¡n NÄ›mec.
4933 (Mail Group Commands): Add index entry.
4934
4935 2010-04-18 Glenn Morris <rgm@gnu.org>
4936
4937 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
4938
4939 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
4940
4941 * calc.texi (Radix modes): Mention that the option prefix will
4942 turn on twos-complement mode.
4943 (Inverse and Hyperbolic Flags): Mention the Option flag.
4944
4945 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
4946
4947 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
4948 (LaTeX/PDF export commands): Rename and Move section.
4949 (Sectioning structure): Update.
4950 (References): New use case for field coordinates.
4951 (The export dispatcher): Rename from ASCII export.
4952 (Setting up the staging area): Document the availability of
4953 encryption for MobileOrg.
4954 (Images and tables): Document how to reference labels.
4955 (Index entries): New section.
4956 (Generating an index): New section.
4957 (Column width and alignment): Document that <N> now
4958 means a fixed width, not a maximum width.
4959 (Publishing options): Document the :email option.
4960 (Beamer class export): Fix bug in the BEAMER example.
4961 (Refiling notes): Document refile logging.
4962 (In-buffer settings): Document refile logging keywords.
4963 (Drawers): Document `C-c C-z' command.
4964 (Agenda commands): Mention the alternative key `C-c C-z'.
4965 (Special properties): Document the BLOCKED property.
4966 (The spreadsheet): Mention the formula editor.
4967 (References): Document field coordinates.
4968 (Publishing action): Correct the documentation for the
4969 publishing function.
4970 (The date/time prompt): Document that we accept dates
4971 like month/day/year.
4972 (Cooperation): Document the changes in table.el support.
4973 (Faces for TODO keywords, Faces for TODO keywords)
4974 (Priorities): Document the easy colors.
4975 (Visibility cycling): Document the new double prefix
4976 arg for `org-reveal'.
4977 (Cooperation): Remember.el is part of Emacs.
4978 (Clean view): Mention that `wrap-prefix' is also set by
4979 org-indent-mode.
4980 (Agenda commands): Add information about prefix args to
4981 scheduling and deadline commands.
4982 (Search view): Point to the docstring of
4983 `org-search-view' for more details.
4984 (Agenda commands): Document that `>' prompts for a date.
4985 (Setting tags): Document variable
4986 org-complete-tags-always-offer-all-agenda-tags.
4987 (Column attributes): Cross-reference special properties.
4988
4989 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4990
4991 Synchronize with Tramp repository.
4992
4993 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
4994 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
4995 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
4996 syntax, texi2dvi reports errors with the backquotes.
4997
4998 * trampver.texi: Update release number.
4999
5000 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
5001
5002 * gnus.texi (Finding the News): Add pointers to the Server buffer
5003 because it's essential.
5004
5005 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5006
5007 * gnus.texi (MIME Commands): Update description of
5008 gnus-article-browse-html-article.
5009
5010 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
5011
5012 * auth.texi (Secret Service API): Add TODO node.
5013 (Help for users): Explain the new source options for `auth-sources'.
5014
5015 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
5016
5017 * trampver.texi: Update release number.
5018
5019 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5020
5021 * Branch for 23.2.
5022
5023 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
5024
5025 * faq.texi (Escape sequences in shell output): Note that ansi-color is
5026 now enabled by default.
5027
5028 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
5029
5030 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
5031 when Emacs runs in interactive mode. (Bug#5645)
5032
5033 2010-02-16 Glenn Morris <rgm@gnu.org>
5034
5035 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
5036
5037 2010-02-05 Mark A. Hershberger <mah@everybody.org>
5038
5039 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
5040
5041 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
5042
5043 * gnus.texi (Score File Format): Fix typo.
5044
5045 2010-01-19 Mark A. Hershberger <mah@everybody.org>
5046
5047 * cc-mode.texi: Replace references to obsolete c-subword-mode.
5048
5049 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
5050
5051 * ada-mode.texi (Project File Overview): Fix typo.
5052
5053 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5054
5055 * semantic.texi: Add Richard Y. Kim credit.
5056
5057 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
5058
5059 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
5060
5061 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
5062 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
5063
5064 2010-01-17 Glenn Morris <rgm@gnu.org>
5065
5066 * calc.texi (Reporting Bugs): Don't mention format of repository.
5067
5068 * woman.texi (Bugs): Make "Emacs repository" less specific,
5069 and the URL for same more specific.
5070
5071 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
5072
5073 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5074
5075 * ede.texi (ede-step-project, ede-proj-target):
5076 * tramp.texi (Remote processes): Fix typos.
5077
5078 2010-01-16 Mario Lang <mlang@delysid.org>
5079
5080 * ede.texi (ede-target):
5081 * org.texi (Refiling notes): Remove duplicated words.
5082
5083 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5084
5085 * gnus.texi (Posting Styles): Use with-current-buffer.
5086 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
5087
5088 2010-01-02 Kevin Ryde <user42@zip.com.au>
5089
5090 * eieio.texi (Naming Conventions): Correction to xref on elisp
5091 coding conventions, is "Tips" node not "Standards".
5092
5093 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
5094
5095 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
5096
5097 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
5098
5099 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5100
5101 * gnus.texi (Direct Functions): Add missing port number to tls method.
5102
5103 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
5104
5105 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
5106 ($(infodir)/edt, edt.dvi): New targets.
5107
5108 2009-12-15 Glenn Morris <rgm@gnu.org>
5109
5110 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
5111 (edt, $(infodir)/edt, edt.dvi): New targets.
5112 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
5113
5114 * Makefile.in (PDF_TARGETS, pdf): New.
5115 (clean): Add *.pdf.
5116 Add pdf rules for all manuals.
5117
5118 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
5119
5120 * calc.texi (Radix Modes): Clarify two's complement notation.
5121
5122 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5123
5124 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
5125 (Smart Jump, Analyzer Debug): Copyedits.
5126 (Semantic mode user commands): Link to new nodes.
5127 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
5128 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
5129 upstream Semantic manual.
5130
5131 * semantic.texi (Introduction): Minor fix to diagram.
5132
5133 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
5134
5135 * eshell.texi (History): Add the other built-in variables.
5136 (Built-ins): Explain built-ins, and how to apply the external commands.
5137 Add `history', `su' and `sudo'.
5138
5139 * tramp.texi (Remote processes): Add missing <RET> in the example.
5140
5141 2009-12-01 Bill Wohler <wohler@newt.com>
5142
5143 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
5144 path for mairix example. Specify -q in namazu example since namazu is
5145 excessively garrulous.
5146
5147 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5148
5149 * tramp.texi (Remote processes): Improve eshell example with "su"
5150 and "sudo" commands.
5151
5152 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
5153
5154 * semantic.texi (Analyzer Internals): Rename from Analyzer.
5155
5156 * sem-user.texi (Semantic mode user commands): Fix key syntax.
5157 Document semantic-complete-analyze-inline.
5158 (Semanticdb search debugging commands): Minor clarification.
5159 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
5160 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
5161 manual.
5162 (Semantic mode): Link to Idle Scheduler.
5163
5164 2009-11-28 Kevin Ryde <user42@zip.com.au>
5165
5166 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
5167 @pxref, now EIEIO is in Emacs.
5168
5169 * erc.texi (Development): Correction to git tutorial url.
5170
5171 2009-11-26 Glenn Morris <rgm@gnu.org>
5172
5173 * faq.texi (Latest version of Emacs): Mention stability of development
5174 version.
5175 (Problems with very large files): Max buffer size increase in 23.2.
5176 (VM): VM has moved house again.
5177
5178 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
5179
5180 * calc.texi (Radix modes): Discuss alternate bases for two's complement
5181 notations.
5182
5183 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
5184
5185 * org.texi (Column attributes): Fix documentation of new operators.
5186
5187 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5188
5189 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
5190 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
5191 (Idle Completions Mode): Numerous copyedits.
5192
5193 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
5194
5195 * semantic.texi (Semantic Internals, Glossary):
5196 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
5197 (Semanticdb search debugging commands): Fix typos.
5198
5199 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5200
5201 * calc.texi (Radix modes): Mention twos-complement notation.
5202
5203 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
5204
5205 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
5206 ($(infodir)/semantic, semantic.dvi): New targets.
5207
5208 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
5209
5210 * Makefile.in: Build the Semantic manual.
5211
5212 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
5213 repository.
5214
5215 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5216
5217 * dbus.texi (Receiving Method Calls): New defun
5218 `dbus-unregister-service'.
5219
5220 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
5221
5222 * org.texi (Speed keys): New section.
5223
5224 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5225
5226 * dbus.texi (Type Conversion): Fix typo.
5227 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
5228 `dbus-registered-objects-table'.
5229 (Receiving Method Calls): New defun `dbus-register-property'.
5230 Move `dbus-unregister-object' here.
5231
5232 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5233
5234 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
5235
5236 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
5237
5238 * org.texi (Column attributes): Add the new age summary operators.
5239 Also, mention the fact you can only use one summary operator per
5240 property.
5241
5242 2009-11-13 John Wiegley <johnw@newartisans.com>
5243
5244 * org.texi (Tracking your habits): Add a new section in the
5245 manual about how to track habits.
5246 (Resolving idle time): Add a section on how idle and
5247 dangling clocks are resolved.
5248
5249 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5250
5251 * org.texi (Agenda commands): Document the new `i' command.
5252 (Inserting deadline/schedule): Document logging changes
5253 of scheduling and deadline times stamps.
5254 (In-buffer settings): Document the in-buffer keywords for logging
5255 changes of scheduling and deadline times stamps.
5256 (Structure editing, Plain lists): Document indentation
5257 cycling in empty entries with TAB.
5258 (Archiving): Document the default archiving command.
5259 (Moving subtrees): Document the new keys for archiving.
5260 (Internal archiving): Fix incorrect key.
5261 (Agenda commands): Document the TODO set switching commands.
5262 (Agenda commands): Document the new archiving keys.
5263 (Clocking work time): Better description on how to save
5264 and restore a clock.
5265 (Resolving idle time): Mention the x11idle program to get true
5266 idleness also under X11.
5267 (Resolving idle time): Use @kbd instead of @key for normal
5268 letters, because this is how he rest of the manual does this.
5269 (Pushing to MobileOrg): Mention that `org-directory'
5270 should be set.
5271 (Agenda commands): Document that SPC is a filter for
5272 any tag.
5273 (Search view): Rename from "Keyword search".
5274 (Capure): New chapter.
5275 (Markup): New chapter.
5276 (Links in HTML export, Images in HTML export):
5277 Extend the section titles.
5278 (Images in HTML export): Document the align option.
5279 (Text areas in HTML export): Extend the section title.
5280 (Images in LaTeX export): Explain image placement in LaTeX.
5281
5282 2009-11-10 Glenn Morris <rgm@gnu.org>
5283
5284 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
5285
5286 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5287
5288 * tramp.texi (Auto-save and Backup): Disable backups just for a
5289 method.
5290
5291 * trampver.texi: Update release number.
5292
5293 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5294
5295 Sync with Tramp 2.1.17.
5296
5297 * trampver.texi: Update release number.
5298
5299 2009-10-29 Glenn Morris <rgm@gnu.org>
5300
5301 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
5302
5303 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5304
5305 * tramp.texi (External methods): Temporary files are kept for
5306 `rsync' and `rsyncc' methods.
5307
5308 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5309
5310 * eieio.texi: Fix typos.
5311
5312 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5313
5314 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
5315
5316 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5317
5318 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
5319 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
5320
5321 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5322
5323 * Makefile.in: Build EIEIO and EDE manuals.
5324
5325 2009-10-07 Eric Ludlam <zappo@gnu.org>
5326
5327 * eieio.texi:
5328 * ede.texi: New files.
5329
5330 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5331
5332 * tramp.texi (Remote processes): Association of a pty is not supported.
5333
5334 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
5335
5336 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
5337 (Processing LaTeX fragments): Document that the size of images can be
5338 changes using the variable `org-format-latex-options'.
5339 (The date/time prompt, Timestamps): Be more accurate over ISO format
5340 dates and times.
5341 (Visibility cycling): Document showeverything keyword.
5342 (In-buffer settings): Document showeverything keyword.
5343 (Setting up the staging area): Fix the example.
5344 (MobileOrg): New section.
5345 (Agenda commands, Exporting Agenda Views): Document exporting the
5346 agenda view to Org files.
5347
5348 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5349
5350 * tramp.texi (History): Add IMAP support.
5351 (External methods): Add `imap' and `imaps' methods.
5352 (GVFS based methods): Add indices for `davs'.
5353 (Password handling): Rename anchors. Add IMAP entries for
5354 ~/.authinfo.gpg.
5355
5356 * trampver.texi: Set default value of `emacsimap'.
5357
5358 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5359
5360 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
5361
5362 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5363
5364 * dired-x.texi (Technical Details):
5365 Delete dired-up-directory (Bug#4292).
5366
5367 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
5368
5369 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
5370
5371 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
5372
5373 * org.texi (Effort estimates): Document new effort setting commands.
5374 (Agenda commands): Document the new keys fro agenda time motion.
5375 Document entry text mode. Improve documentation of the keys to include
5376 inactive time stamps into the agenda view.
5377 (Feedback): Document the new bug report command.
5378 (Structure editing): Add an index entry for the sorting of subtrees.
5379
5380 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5381
5382 * auth.texi (Help for users): Corrected markup.
5383
5384 2009-09-02 Glenn Morris <rgm@gnu.org>
5385
5386 * emacs-mime.texi (time-date): Mention float-time.
5387
5388 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
5389
5390 * calc.texi (Simplifying Formulas): Improve the wording.
5391
5392 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
5393
5394 * auth.texi: Rewritten for coverage and clarity.
5395
5396 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5397
5398 * gnus.texi (Expiring Mail):
5399 Mention gnus-mark-copied-or-moved-articles-as-expirable.
5400 (Various Various): Mention gnus-safe-html-newsgroups.
5401
5402 * gnus-news.texi: Mention
5403 gnus-mark-copied-or-moved-articles-as-expirable.
5404
5405 * emacs-mime.texi (Display Customization): Add xref to
5406 gnus-safe-html-newsgroups.
5407
5408 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5409
5410 * tramp.texi (Version Control): Remove.
5411 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
5412 reference.
5413 (External methods): Correct `scpc' concept index entries. New method
5414 `rsyncc'.
5415 (External packages): New subsections "Filename completion" and "File
5416 attributes cache".
5417
5418 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
5419
5420 * calc.texi (Rewrite Rules): Improve the example.
5421 (Simplifying Formulas): Explain use of the I and H flags for
5422 simplification.
5423
5424 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5425
5426 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
5427 Describe autostart behavior of dbus-ping.
5428 (Synchronous Methods, Asynchronous Methods): Use English numeric format
5429 for timeout values.
5430 (Top): Remove footnote saying D-Bus is not enabled by
5431 default. (Bug#4256)
5432
5433 2009-08-23 Daiki Ueno <ueno@unixuser.org>
5434
5435 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
5436 Reported by Jari Aalto (Bug#4211).
5437 (Mail-mode integration): Mention epa-mail-mode and
5438 epa-global-mail-mode.
5439 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
5440 epa-setup.
5441
5442 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
5443
5444 * dbus.texi (Asynchronous Methods): Allow nil handler.
5445
5446 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
5447
5448 * ediff.texi (ediff-current-file): Add information about this new function.
5449
5450 * viper.texi: Add information about C-s in viper's search command.
5451
5452 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
5453
5454 * calc.texi (Date Forms): Fix typos.
5455
5456 2009-08-08 Glenn Morris <rgm@gnu.org>
5457
5458 * org.texi (Agenda commands): Restore clobbered change.
5459
5460 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5461
5462 * calc.texi (Graphics, Devices): Update with the peculiarities of
5463 operation on MS-Windows.
5464
5465 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
5466
5467 * org.texi (Publishing action): Improve documentation of file
5468 names when publishing to the source directory.
5469 (Clean view): Document `org-indent-mode'.
5470 (Clocking work time): Add documentation for the
5471 new :timetamp option when creating a clock report.
5472 (Paragraphs): Fix many typos.
5473 (Plain lists): Remove duplicate explanation about the
5474 `C-c *' command.
5475 (Literal examples): Update to reflect the new behavior
5476 of the -n -r -k switches when exporting source code examples.
5477 (Structure editing): Add information about `C-c *',
5478 converting a plain list into a list of Org items.
5479 (Remember): Small rephrasing of the paragraph
5480 describing remember.el. Also mentioned that remember.el is part
5481 of Emacs 23, not Emacs 22.
5482 (Clocking work time): Add documentation about
5483 displaying the current clocking time against the effort estimate.
5484 Also add a footnote about using `org-clock-in-prepare-hook' to add
5485 an effort estimate on the fly, just before clocking it.
5486 (Footnotes): Document automatic renumbering and
5487 sorting.
5488 (Agenda commands): Document new bulk commands.
5489 (Plain lists): Document new behavior of
5490 `org-cycle-include-plain-lists'.
5491 Hyphenation only in TeX.
5492 (Clocking work time): Document the key to update effort
5493 estimates.
5494 (Clocking work time): Document the clock time display.
5495 (Structure editing, TODO basics): Document new
5496 variables.
5497 (Column attributes): Document new colciew operators.
5498 (Publishing options): Document :xml-declaration.
5499 (Tracking TODO state changes): Document the
5500 LOG_INTO_DRAWER property.
5501 (Literal examples): Document the new implementation for
5502 editing source code.
5503 (Publishing action): Mention the new publishing
5504 function, to publish an Org source file.
5505 (Publishing links): Mention how to link to an Org source file.
5506 (Macro replacement): Document new macros.
5507 (Handling links): Document type-specific completion
5508 when inserting links.
5509 (Structure editing, Plain lists): Improve documentation
5510 on sorting.
5511 (Internal links): Document custom ids for links.
5512 (Handling links): Document custom ids for links.
5513 (CSS support): Document new class.
5514 (Refiling notes): Document the possibility to create new nodes
5515 during refiling.
5516 (Agenda commands): Document the "?" operator to find
5517 tasks without effort setting.
5518 (Exporting agenda information): Section moved.
5519 (RSS Feeds): New section.
5520 (Built-in table editor): Document M-e and M-a navigate
5521 inside table field.
5522 (Stuck projects): Docment that projects identified as
5523 un-stuck will still be searchd for stuck sub-projects.
5524 (Paragraphs): Document centering.
5525 (Creating timestamps, Agenda commands): Document new
5526 behavior when changing time stamps.
5527 (Structure editing): Document the new command
5528 `org-clone-subtree-with-time-shift'.
5529 (Publishing): Refresh this chapter.
5530 (Export options, Export options, In-buffer settings):
5531 Document the new keywords.
5532 (Matching tags and properties): Collect all
5533 documentation about tags/property matches here.
5534 (Setting tags): Document `org-tag-persistent-alist'.
5535 (Weekly/daily agenda): New section.
5536 (Orgstruct mode): Describe `orgstruct++-mode'.
5537 (Drawers): Mention the LOGBOOK drawer.
5538 (Export options, Sectioning structure): Document the
5539 #+LEATEX_HEADER in-buffer setting.
5540 (Bugs): Section removed.
5541 (Hooks): New section.
5542 (Add-on packages): Move here from old location.
5543 (Context-sensitive commands): New section.
5544 (Setting tags): Document newline option.
5545 (Global TODO list, Matching tags and properties):
5546 Mention more variables.
5547 (Checkboxes): Update to changed command behavior.
5548
5549 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
5550
5551 * speedbar.texi (Basic Key Bindings): Fix typo.
5552
5553 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
5554
5555 * calc.texi (Vector/Matrix Functions): Add index entries for both
5556 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
5557 affects matrices with more than one row.
5558 (Help Commands): Add index entries for "prefix ?" key bindings.
5559
5560 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5561
5562 * calc.texi (Stack Manipulation Commands): Add documentation for
5563 `calc-transpose-lines'.
5564
5565 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
5566
5567 * dbus.texi (Receiving Method Calls): Describe special return value
5568 `:ignore'.
5569
5570 2009-07-24 Alan Mackenzie <acm@muc.de>
5571
5572 * cc-mode.texi (Config Basics, File Styles): Document that at mode
5573 initialization, any individual variable setting now takes precedence
5574 over one done via c-file-style/c-file-offsets.
5575
5576 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5577
5578 * calc.texi (Undoing Mistakes): Mention that the undo list will be
5579 truncated when Calc is quit.
5580 (Customizing Calc): Document `calc-undo-length'.
5581
5582 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
5583
5584 * calc.texi (About This Manual): Don't mention chapter numbers in text.
5585
5586 2009-07-11 Kevin Ryde <user42@zip.com.au>
5587
5588 * pcl-cvs.texi (About PCL-CVS):
5589 * widget.texi (Basic Types):
5590 Fix cross-references.
5591
5592 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5593
5594 * dbus.texi (Type Conversion): Don't use literal control character.
5595
5596 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
5597
5598 * tramp.texi (GVFS based methods): New section.
5599 (Remote processes): Processes for GVFS based methods run locally.
5600
5601 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
5602
5603 * tramp.texi (Inline methods, External methods, Gateway methods):
5604 Avoid the words "kludge" and hack".
5605 (External methods): Add `synce' method.
5606
5607 * trampver.texi: Update release number.
5608
5609 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
5610
5611 Sync with Tramp 2.1.16.
5612
5613 * tramp.texi (History): Add GVFS support.
5614 (External methods): Precise `rsync' description. Add `dav', `davs' and
5615 `obex' methods. Add 'tramp-gvfs-methods' option.
5616 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
5617 forms.
5618 (Remote Programs): Introduce `tramp-own-remote-path'.
5619 (Remote processes): New subsection "Running remote programs that create
5620 local X11 windows".
5621 (Frequently Asked Questions): Improve code for disabling vc.
5622
5623 * trampver.texi: Update release number. Set default value of
5624 `emacsgvfs'.
5625
5626 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * Branch for 23.1.
5629
5630 2009-06-17 Glenn Morris <rgm@gnu.org>
5631
5632 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
5633 (Latest version of Emacs): Mention source code repository.
5634
5635 2009-06-16 Glenn Morris <rgm@gnu.org>
5636
5637 * faq.texi (Top): Language tweak.
5638 (Extended commands): Most people have arrow keys.
5639 (Emacs manual): Say how to follow info links.
5640 (File-name conventions): Change title a bit. Explain about source
5641 versus installed. Condense etc description.
5642 (Guidelines for newsgroup postings): Mention Savannah list page.
5643 (Newsgroup archives): Simplify.
5644 (Contacting the FSF): Add contact URL.
5645 (Emacs Lisp documentation): Printed version not always available.
5646 (Installing Texinfo documentation): Explain how by hand installation is
5647 not normally needed. Use add-to-list. Remove duplicate reference.
5648 (Informational files for Emacs): Move info on Help menu here from
5649 "File-name conventions".
5650 (Help installing Emacs): Tweak uref.
5651 (Obtaining the FAQ): Mention repository.
5652 (Origin of the term Emacs): Explain "ITS".
5653 (Changing load-path): Use add-to-list.
5654 (Automatic indentation): Clarify this is for Text mode.
5655 Don't mention Indented Text mode.
5656 (Finding Emacs on the Internet): The FSF does not seem to offer a
5657 deluxe distribution on CD anymore.
5658
5659 2009-06-16 Glenn Morris <rgm@gnu.org>
5660
5661 * faq.texi (Top): Mention which Emacs version this FAQ is about.
5662 Recommend the latest release. Mention how to get older FAQs.
5663 Recommend the Emacs manual.
5664 (Guidelines for newsgroup postings): Discourage cross-posts.
5665 (Underlining paragraphs): Remove.
5666 (Editing MS-DOS files): Remove pre-Emacs 20 information.
5667 (Bugs and problems): Update key-binding.
5668 (Problems with very large files): Mention 64-bit.
5669 (Shell process exits abnormally): Remove.
5670 (Problems with Shell Mode): Rename and update.
5671 (Spontaneous entry into isearch-mode)
5672 (Problems talking to certain hosts): Remove. This is old information,
5673 in etc/PROBLEMS if needed.
5674 (Emacs takes a long time to visit files, Updating Emacs): Remove.
5675 (Dired claims that no file is on this line): Update.
5676 (Installing Emacs, Problems building Emacs): Simplify.
5677 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
5678 information.
5679 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
5680 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
5681 (JDEE): "JDEE", not "JDE".
5682 (Handling C-s and C-q with flow control, Binding C-s and C-q):
5683 Remove. This is old information, in etc/PROBLEMS if needed.
5684 (stty and Backspace key, Kanji and Chinese characters): Remove.
5685 (Right-to-left alphabets): Update section.
5686 (Changing the included text prefix): Gnus uses message-yank-prefix.
5687 Add cross-reference to Supercite manual.
5688 (Saving a copy of outgoing mail): Simplify output file description.
5689 (Expanding aliases when sending mail): Refer to Emacs manual.
5690 Remove old info about RFC822.
5691 Correct description of how to rebuild aliases.
5692 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
5693 (MIME with Emacs mail packages)
5694 (Viewing articles with embedded underlining)
5695 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
5696 Remove old sections.
5697 (Killing based on nonstandard headers): Remove. Scoring is preferable,
5698 and is well-documented in the Gnus manual.
5699 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
5700 (Making Gnus faster): Rename from "Starting Gnus faster".
5701 Merge "Catch-up is slow in Gnus" into here.
5702
5703 2009-06-14 Glenn Morris <rgm@gnu.org>
5704
5705 * faq.texi (Status of Emacs): Re-order with most recent releases first.
5706 (New in Emacs 23): New section.
5707 (Handling C-s and C-q with flow control): Add xref.
5708
5709 2009-06-13 Glenn Morris <rgm@gnu.org>
5710
5711 * faq.texi (Setting up a customization file): Grammar fix.
5712 Customize is no longer "new".
5713 (Displaying the current line or column): Line-number mode is on by
5714 default. Don't mention `column' package. Mention linum.el.
5715 (Turning on abbrevs by default): Explain how to do it for buffers,
5716 modes, and everywhere.
5717 (Associating modes with files): Use add-to-list. Don't mention Emacs
5718 19.
5719 (Highlighting a region): On by default since 23.1.
5720 (Replacing highlighted text): Update doc quote.
5721 (Working with unprintable characters): Don't mention search-quote-char.
5722 (Using an already running Emacs process): Gnuclient is probably not an
5723 enhancement these days.
5724 (Indenting switch statements): Remove mention of pre-Emacs 20.
5725 (Horizontal scrolling): Abbreviate Emacs 20 description.
5726 (Replacing text across multiple files): Fix name of dired command.
5727 (Disabling backups): Use require not load.
5728 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
5729
5730 2009-06-13 Bill Wohler <wohler@newt.com>
5731
5732 Release MH-E manual version 8.2.
5733
5734 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5735 release 8.2.
5736
5737 2009-06-13 Glenn Morris <rgm@gnu.org>
5738
5739 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
5740 in this day and age the common meaning is "on the web".
5741 (copying): Use @copyright in all cases.
5742 (Basic keys): Remove reference to deleted manual node "Text Characters".
5743 (File-name conventions): Use GNU as an example rather than SERVICE.
5744 default.el lives in site-lisp. Update Info directory location.
5745 (Real meaning of copyleft): GPL actions have been brought, but all
5746 settled out of court.
5747 (Guidelines for newsgroup postings): Shorten section title.
5748 Simplify comp.emacs description.
5749 (Newsgroup archives): Change Google URL. Describe Gmane.
5750 (Unsubscribing from Emacs lists): Remove discussion of "distribution
5751 points". Mention List-Unsubscribe header.
5752 (Contacting the FSF): Update email and URLs.
5753 (Basic editing): Mention F1 for help.
5754 (Installing Texinfo documentation): Refer to Texinfo website rather
5755 than ftp server.
5756 (Printing a Texinfo file): Mention texi2pdf.
5757 (Informational files for Emacs): Don't describe FTP or SERVICE, they
5758 are just stubs nowadays.
5759 (Latest version of Emacs): Explain version numbers.
5760 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
5761 (Turning on syntax highlighting): No need to mention hilit19 any more.
5762 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
5763 (Modes for various languages): Remove section.
5764 (Major packages and programs): Remove most version and maintainer
5765 information - it's hard to keep up-to-date, and adds nothing.
5766 Similarly with direct links to mailing lists.
5767 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
5768 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
5769 years, and Emacs comes with tools for this now.
5770 (Patch): Remove section - this is a standard tool.
5771 (Using function keys under X): Remove section.
5772
5773 2009-06-12 Glenn Morris <rgm@gnu.org>
5774
5775 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
5776 (Help installing Emacs): Remove reference to deleted X11 node.
5777 (Associating modes with files): Interpreter-mode-alist is no longer
5778 subservient to auto-mode-alist.
5779 (Installing Emacs): Change future Emacs version.
5780 (Linking with -lX11 fails): Remove old section.
5781 (Packages that do not come with Emacs): Update ELL location.
5782 Emacs Lisp archive is dead.
5783 (Emacs for Windows): Remove reference to old CE port.
5784 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
5785 (Emacs for VMS and DECwindows): Remove old ports.
5786 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
5787 (Removing flashing messages): Remove section about non-existent Gnus
5788 option.
5789
5790 * faq.texi (Top): Add @top command.
5791 Remove the optional arguments from all @node commands: makeinfo can
5792 generate these automatically, and it is easier to edit and rearrange
5793 nodes without them.
5794
5795 2009-06-11 Glenn Morris <rgm@gnu.org>
5796
5797 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
5798 (The LPF): Make the updated URL the sole reference point.
5799 (Learning how to do something): Update refcard price and format.
5800 (Getting a printed manual): Sources in doc/emacs/, not man/.
5801 Also available in PDF format. Since the page count varies, be less
5802 precise.
5803 (Informational files for Emacs): Remove references to deleted files
5804 LPF and SUN-SUPPORT, and to UUCP.
5805 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
5806 Remove many obsolete ways to get the FAQ, which now seems only to be
5807 distributed with Emacs.
5808 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
5809
5810 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
5811
5812 * org.texi (Org Plot): Fix tags (Bug#3507).
5813 (Workflow states, Agenda commands): Fix tags (Bug#3508).
5814
5815 * ada-mode.texi (Installation, Compile commands)
5816 (Project File Overview, No project files, Set compiler options)
5817 (Use GNAT project file, Use multiple GNAT project files)
5818 (Identifier completion): Use @samp for menu items, and @kbd for key
5819 sequences (Bug#3504).
5820
5821 2009-06-04 Daiki Ueno <ueno@unixuser.org>
5822
5823 * gnus.texi (Security): Fix wording; add a link to epa.info.
5824
5825 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
5826
5827 * message.texi (Header Commands): Fix descriptions to match
5828 keybindings.
5829
5830 2009-04-22 Daiki Ueno <ueno@unixuser.org>
5831
5832 * gnus.texi (Security): Mention that EasyPG is the current default.
5833
5834 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5835
5836 * ediff.texi (Session Commands): Fix typo.
5837
5838 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
5839
5840 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
5841 news.software.readers. Reported by Florian Rehnisch.
5842
5843 2009-04-02 Glenn Morris <rgm@gnu.org>
5844
5845 * auth.texi: Capitalize direntry.
5846
5847 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
5848 using a period in the entry name. (Bug#2797)
5849
5850 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
5851
5852 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
5853 ($(infodir)/auth, auth.dvi): New targets.
5854
5855 2009-03-03 Glenn Morris <rgm@gnu.org>
5856
5857 * auth.texi: Fix @setfilename.
5858
5859 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
5860 (auth, $(infodir)/auth, auth.dvi): New rules.
5861
5862 2009-02-25 Glenn Morris <rgm@gnu.org>
5863
5864 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
5865
5866 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5867
5868 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
5869
5870 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5871
5872 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
5873 gnus-nocem-issuers, and gnus-nocem-verifyer.
5874
5875 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5876
5877 * ada-mode.texi (Project files, Automatic Casing):
5878 * dbus.texi (Signals):
5879 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
5880 * mh-e.texi (HTML):
5881 * nxml-mode.texi (Locating a schema)
5882 (Using the document's URI to locate a schema):
5883 * org.texi (Footnotes, Using the mapping API):
5884 * rcirc.texi (Channels): Remove duplicate words.
5885
5886 2009-02-20 Glenn Morris <rgm@gnu.org>
5887
5888 * dired-x.texi (Miscellaneous Commands):
5889 * gnus.texi: Minor updates for mbox Rmail.
5890
5891 2009-02-16 Karl Berry <karl@gnu.org>
5892
5893 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
5894 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
5895 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
5896 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
5897 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
5898 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
5899 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
5900 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5901 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
5902 Consistently use @insertcopying in the Top node,
5903 @contents at the front (after @end titlepage),
5904 and @direntry after @copying. (Bug#1988)
5905
5906 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5907
5908 * auth.texi: New file documenting auth-source.
5909
5910 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
5911
5912 * org.texi (Org Plot): Fix link.
5913
5914 2009-02-09 Daiki Ueno <ueno@unixuser.org>
5915
5916 * epa.texi (Mail-mode integration): Mention the way to do
5917 "encrypt-to-self". (Bug#1807)
5918
5919 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5920
5921 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
5922
5923 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
5924
5925 * gnus-news.texi: Print version about Incoming*.
5926
5927 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
5928
5929 * org.texi (Structure editing, Handling links)
5930 (Fast access to TODO states, Javascript support): Make standard docs
5931 correctly reflect default variable settings.
5932
5933 2009-02-02 Glenn Morris <rgm@gnu.org>
5934
5935 * org.texi: Fix typos.
5936
5937 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
5938
5939 Sync with Tramp 2.1.15.
5940
5941 * trampver.texi: Update release number.
5942
5943 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
5944
5945 * org.texi (TODO dependencies): Document TODO dependencies on
5946 checkboxes.
5947
5948 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
5949
5950 * org.texi (TODO dependencies): Document key binding for toggling
5951 ORDERED property.
5952
5953 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
5954
5955 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
5956 of hook functions.
5957
5958 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
5959
5960 * org.texi (TODO dependencies): New section.
5961
5962 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
5963
5964 * org.texi (Plain lists, TODO basics, Priorities)
5965 (Multiple sets in one file, Conflicts): Document interaction with
5966 `shift-selection-mode'.
5967
5968 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
5969
5970 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
5971 Make Calc the subject of sentences.
5972 (Rearranging Formulas using Selections): Discuss new options
5973 for `j *'.
5974
5975 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
5976
5977 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
5978
5979 2009-01-26 Glenn Morris <rgm@gnu.org>
5980
5981 * org.texi: Fix typos.
5982
5983 2009-01-26 Bill Wohler <wohler@newt.com>
5984
5985 * mh-e.texi (EDITION, UPDATED): Update.
5986
5987 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
5988
5989 * org.texi (References): Add information about remote references.
5990 (Built-in table editor): Document `C-c RET' in tables.
5991 (Math symbols, Quoting LaTeX code): Mention that simple
5992 LaTeX macros survive LaTeX export.
5993 (Images in LaTeX export): Show how to create a reference to a
5994 figure.
5995 (Sectioning structure): Document that the LaTeX class can be
5996 specified in a property.
5997 (Text areas in HTML export): New section.
5998 (External links): Add examples for text search and ID links.
5999 (Built-in table editor): Remove the descriptio of `C-c
6000 C-q', it not longer works.
6001 (Literal examples): Document that a space must follow
6002 the colon in short examples.
6003 (Relative timer): Document `org-timer-stop'.
6004 (Footnotes): New section.
6005 (Footnote markup): Shorten section and refer to new Footnote
6006 section.
6007 (Literal examples): Add documentation for line
6008 numbering in and references to code examples.
6009 (CSS support): Fix the description of default CSS styles.
6010 (Capturing column view): Document
6011 "file:path/to/file.org" as an allowed value for the ID property of
6012 a dynamic block copying column view.
6013
6014 2009-01-23 Stephen Eglen <stephen@gnu.org>
6015
6016 * mh-e.texi (Getting Started): Describe $MH.
6017
6018 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * tramp.texi (all): Harmonize usage of "external method",
6021 "external transfer method" and "out-of-band method".
6022 (Connection types): Precise the differences of inline and external
6023 methods. Written by Adrian Phillips <a.phillips@met.no>.
6024
6025 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6026
6027 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
6028 commands as described at the top. Reported by Allan Gottlieb
6029 <gottlieb@nyu.edu>.
6030
6031 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6032
6033 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
6034 nnmail-pathname-coding-system.
6035
6036 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
6037
6038 * org.texi (Relative timer): Fix typo.
6039
6040 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
6041
6042 * org.texi (Clocking work time): Fix typo.
6043 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
6044
6045 2009-01-13 Glenn Morris <rgm@gnu.org>
6046
6047 * org.texi: Fix some more typos.
6048
6049 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
6050
6051 * org.texi: Fix some typos.
6052
6053 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6054
6055 * gnus.texi (Group Parameters): Add note for local variables.
6056
6057 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6058
6059 * gnus.texi (Converting Kill Files): Fix URL.
6060 Include gnus-kill-to-score.el in contrib directory.
6061
6062 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6063
6064 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
6065 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
6066 (Paging the Article): Add index entry.
6067
6068 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
6069
6070 * ada-mode.texi (Examples): Delete redundant text.
6071
6072 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
6073
6074 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
6075
6076 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
6077 addresses.
6078
6079 2009-01-03 Bill Wohler <wohler@newt.com>
6080
6081 * mh-e.texi (Scan Line Formats): Indicate that first column should be
6082 kept empty.
6083
6084 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
6085
6086 * org.texi (Activation, Exporting, ASCII export, HTML export)
6087 (HTML Export commands, LaTeX/PDF export commands):
6088 Improve documentation about transient-mark-mode.
6089 (References): Document the use of special names like $LR1 to reference
6090 to fields in the last table row.
6091
6092 2008-12-19 Juri Linkov <juri@jurta.org>
6093
6094 * info.texi (Search Text): Remove mention of removed key binding M-s.
6095
6096 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
6097
6098 * org.texi (References): Remove mentioning of @0 as reference for the
6099 last line, this has been reverted in the Lisp sources.
6100
6101 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
6102
6103 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
6104 (DVI_TARGETS): Remove duplicates. Add sasl.
6105 ($(infodir)/sasl, sasl.dvi): New targets.
6106
6107 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
6108
6109 * org.texi: Version number pushed to 6.15d.
6110
6111 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
6112
6113 * org.texi (Tables in LaTeX export): New section.
6114 (Images in LaTeX export): New section.
6115 (Inlined images, Images in HTML export): Sections renamed.
6116
6117 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6118
6119 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
6120
6121 2008-12-04 David Engster <dengste@eml.cc>
6122
6123 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
6124 of nnml-get-new-mail. Change URL for mairix patch.
6125
6126 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
6127
6128 * org.texi (Using the mapping API): Fix bug in mapping example.
6129 (Publishing options): Make the list of properties complete again, in
6130 correspondence to the variable `org-export-plist-vars'.
6131 (Property searches): Document new special values for time comparisons.
6132 (Tag inheritance): Refine the description of tag inheritance.
6133 (Project alist): Add info about the publishing sequence of components.
6134 (Effort estimates): Document the new relative timer.
6135
6136 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
6137
6138 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
6139 (Using Calc): Clarify use of `C-x * o'.
6140 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
6141
6142 2008-11-28 Richard M Stallman <rms@gnu.org>
6143
6144 * dbus.texi (Receiving Method Calls): Clean up previous change.
6145
6146 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
6147
6148 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
6149 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
6150 `dbus-unescape-from-identifier'.
6151 (Receiving Method Calls): New constants `dbus-service-emacs' and
6152 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
6153 (Signals): Use the constants in the example.
6154
6155 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
6156
6157 * org.texi: Re-apply change to FDL 1.3.
6158
6159 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
6160
6161 * org.texi (Setting up Remember): Document `org-remember-mode'.
6162 (External links): Document that bbdb links can use a regular
6163 expression.
6164 (External links): Document that elisp links can contain interactive
6165 commands.
6166
6167 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
6168
6169 * viper.texi (viper-translate-all-ESC-keysequences):
6170 Description removed.
6171
6172 2008-11-19 Glenn Morris <rgm@gnu.org>
6173
6174 * doclicense.texi: Change to FDL 1.3.
6175 Relicense all texi files under FDL 1.3 or later.
6176
6177 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6178
6179 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
6180
6181 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
6182
6183 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
6184
6185 * ediff.texi: Version/date change.
6186
6187 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
6188
6189 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
6190
6191 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
6192
6193 * calc.texi (About This Manual): Comment out a mention of
6194 marginal notes.
6195
6196 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
6197
6198 * org.texi (Clocking work time): Document the :formula property of
6199 clock tables.
6200 (Structure editing, Refiling notes): Document refiling regions.
6201 (Agenda commands): Document the double-prefix version
6202 of the `l' command in the agenda.
6203 (Handling links): Explain the effect of a double prefix
6204 arg to `C-c C-o'.
6205 (TODO basics): Add documentation for tag triggers.
6206
6207 2008-10-23 Glenn Morris <rgm@gnu.org>
6208
6209 * cl.texi (Function Bindings): Mention `flet' fails to deal with
6210 byte-compiling things like `+'.
6211
6212 * ns-emacs.texi: Merge copyright years of author now with assignment
6213 into FSF years.
6214 (VER): Use it for easier automatic updating. Use Emacs version rather
6215 than standalone Emacs.app version.
6216
6217 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
6218
6219 * org.texi: Lots of minor fixes.
6220 (Capture): New chapter.
6221 (Org Plot): New section.
6222
6223 2008-09-30 Magnus Henoch <mange@freemail.hu>
6224
6225 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
6226
6227 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
6228
6229 * calc.texi (User Defined Units): Mention how to enter optional display
6230 string.
6231
6232 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6233
6234 * message.texi (Sending Variables): Fix variable documentation to
6235 avoid the "y/n" wording.
6236
6237 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6238
6239 * message.texi (Sending Variables): Add `message-confirm-send' doc.
6240
6241 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6242
6243 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
6244 @enumerate section so as to be able to be formatted with MAKEINFO=no.
6245
6246 2008-09-22 Bill Wohler <wohler@newt.com>
6247
6248 Release MH-E manual version 8.1.
6249
6250 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6251 release 8.1.
6252
6253 * mh-e.texi: Retain dual license as agreed to by the FSF.
6254 However, bump GPL to Version 3.
6255 Use @include for license text.
6256
6257 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
6258
6259 * gnus.texi (Top, Setup, Fancy splitting to parent)
6260 (Store custom flags and keywords, Store arbitrary data):
6261 Clean up markup.
6262
6263 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6264
6265 * gnus.texi (The Gnus Registry): Document it.
6266
6267 2008-09-08 David Engster <dengste@eml.cc>
6268
6269 * gnus.texi (nnmairix): Point out that nnml uses MH format.
6270 Clarify section about choosing back end servers.
6271
6272 2008-08-23 Glenn Morris <rgm@gnu.org>
6273
6274 * dired-x.texi (Shell Command Guessing):
6275 Mention dired-guess-shell-case-fold-search. (Bug#417)
6276
6277 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6278
6279 * trampver.texi: Update release number.
6280
6281 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
6282
6283 * ns-emacs.texi: Update version.
6284 (Introduction): Correct menu location for options save.
6285 (Customization): Note that defaults are stored under org.gnu.Emacs.
6286
6287 2008-08-11 Bill Wohler <wohler@newt.com>
6288
6289 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
6290 explicit about GNU mailutils MH elsewhere (with thanks to Darel
6291 Henman) (closes SF #1768928).
6292
6293 2008-08-10 Glenn Morris <rgm@gnu.org>
6294
6295 * ns-emacs.texi: Use @copying. Change copyright of authors with
6296 assignment to FSF. Change license to GFDL.
6297 (Top): Remove outdated references.
6298
6299 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
6300
6301 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
6302 Add gnus-summary-sort-by-most-recent-number and
6303 gnus-summary-sort-by-most-recent-date.
6304 (Summary Sorting): Explain prefix argument.
6305
6306 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
6307
6308 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
6309 gnus-summary-pipe-output.
6310
6311 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
6312
6313 * dbus.texi (Receiving Method Calls): Document error handling of own
6314 D-Bus methods.
6315
6316 2008-08-01 Bill Wohler <wohler@newt.com>
6317
6318 * mh-e.texi (Reading Mail)
6319 (Viewing Attachments): Describe new function
6320 mh-show-preferred-alternative.
6321 (Sending Mail, Redistributing, Sending Message): Describe new hook
6322 mh-annotate-msg-hook.
6323
6324 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6325
6326 * dbus.texi (Arguments and Signatures): Fix example.
6327 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
6328 (Asynchronous Methods): New node.
6329 (Errors and Events): Describe extended layout of `dbus-event'.
6330 New defun `dbus-event-message-type'.
6331
6332 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6333
6334 * ediff.texi: Remove VMS support.
6335
6336 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
6337
6338 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
6339 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
6340
6341 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
6342
6343 * Makefile.in: Add mairix-el targets.
6344
6345 2008-07-29 David Engster <deng@randomsample.de>
6346
6347 * mairix-el.texi: New file.
6348
6349 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
6350
6351 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
6352 project files. Delete 'main_unit' project variable; not needed. Allow
6353 process environment variables wherever project variables are allowed.
6354 Add tutorial section on multiple GNAT project files.
6355
6356 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
6357
6358 Sync with Tramp 2.1.14.
6359
6360 * trampver.texi: Update release number.
6361
6362 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6363
6364 * ns-emacs.texi:
6365 * faq.texi: Remove mentions of Mac Carbon.
6366
6367 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6368
6369 * gnus.texi (Saving Articles): Describe the 2nd argument of
6370 gnus-summary-save-in-pipe.
6371 (SpamAssassin): Use it.
6372
6373 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6374
6375 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
6376
6377 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
6378
6379 * org.texi (Export options): Document the use of the creator flag.
6380
6381 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
6382
6383 * org.texi: New version 6.06a.
6384
6385 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
6386
6387 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
6388 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
6389
6390 2008-07-23 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
6391
6392 * calc.texi (Editing Stack Entries, Algebraic Entry):
6393 Rewrite introductory sentences so it can be used by
6394 Calc's help functions. Mention fixing typos.
6395 (Customizing Calc): Fix typo.
6396
6397 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
6398
6399 * calc.texi (summarykey): New macro. Use to correctly format keys in
6400 the summary.
6401
6402 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
6403
6404 * ns-emacs.texi (Customization): Corrected documentation on color
6405 specification formats.
6406
6407 2008-07-19 Andreas Schwab <schwab@suse.de>
6408
6409 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
6410
6411 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
6412 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
6413
6414 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
6415
6416 * dbus.texi (Inspection): Rework, introduce submenus.
6417 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
6418 (Properties and Annotations, Arguments and Signatures): New nodes.
6419
6420 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
6421
6422 * dbus.texi (Receiving Method Calls): Fix description of
6423 `dbus-register-method'.
6424 (Signals): Allow also signal arguments for filtering in
6425 `dbus-register-signal'.
6426
6427 2008-07-13 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
6428
6429 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
6430 `cnorm'.
6431 (Arithmetic Tutorial): Simplify the verification of prime factors.
6432
6433 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6434
6435 * gnus.texi (Saving Articles): Mention
6436 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
6437
6438 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
6439
6440 * calc.texi: Adjust mode line throughout.
6441
6442 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
6443
6444 * sasl.texi (Mechanisms): Fix typos.
6445
6446 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6447
6448 * calc.texi (Killing from the stack): Mention using normal Emacs
6449 copying.
6450
6451 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
6452
6453 * tramp.texi (Password handling): Rename from "Password caching".
6454 Add `auth-source' mechanism.
6455 (Connection caching): Tramp reopens the connection automatically,
6456 when the operating system on the remote host has been changed.
6457
6458 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6459
6460 * makefile.w32-in (distclean): Remove makefile.
6461
6462 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
6463
6464 * org.texi (Using the mapping API): New section.
6465 (Agenda column view): New section.
6466 (Moving subtrees): Document archiving to the archive sibling.
6467 (Agenda commands): Document columns view in the agenda.
6468 (Using the property API): Document the API for multi-valued properties.
6469
6470 2008-06-17 Jason Riedy <jason@acm.org>
6471
6472 * org.texi (A LaTeX example): Note that fmt may be a one-argument
6473 function, and efmt may be a two-argument function.
6474 (Radio tables): Document multiple destinations.
6475
6476 2008-06-16 Glenn Morris <rgm@gnu.org>
6477
6478 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
6479 Add Cover-Texts.
6480
6481 2008-06-15 Glenn Morris <rgm@gnu.org>
6482
6483 * faq.texi (VER): Update to 23.0.60.
6484
6485 * mh-e.texi: Remove option of licensing under GPL.
6486 Add Cover-Texts to GFDL permissions notice.
6487 (GPL): Remove section.
6488 (GFDL): Include doclicense.texi rather than the actual text.
6489
6490 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
6491 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
6492
6493 * sasl.texi: Fix output file name.
6494
6495 * epa.texi, sasl.texi: Refer to license in Emacs manual.
6496
6497 * gnus-coding.texi: Refer to license in Gnus manual.
6498
6499 * idlwave.texi, sasl.texi: Use @copying.
6500
6501 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
6502
6503 * speedbar.texi: Update Back-Cover Text as per maintain.info.
6504
6505 * url.texi: Use @copying, @title, @subtitle, @author.
6506
6507 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
6508 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
6509 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
6510 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
6511 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
6512 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
6513 * widget.texi, woman.texi:
6514 Remove references to external license, since doclicense is included.
6515
6516 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
6517 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
6518 Remove references to non-existent Invariant Sections.
6519
6520 2008-06-14 Glenn Morris <rgm@gnu.org>
6521
6522 * faq.texi (Major packages and programs): Remove references to external
6523 Supercite, Calc, VIPER, since they have been included for some time.
6524 Update VM, AUCTeX, BBDB entries.
6525
6526 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
6527
6528 * newsticker.texi: Updated to match latest newsticker changes.
6529
6530 2008-06-13 Glenn Morris <rgm@gnu.org>
6531
6532 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
6533 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
6534 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
6535 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
6536 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
6537 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
6538 * woman.texi:
6539 Update Back-Cover Text as per maintain.info.
6540
6541 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6542
6543 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
6544
6545 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
6546 (gnus-faq.xml): Update repository host.
6547
6548 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
6549
6550 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
6551
6552 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
6553 Fix a typo.
6554
6555 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6556
6557 * gnus.texi (Mail Source Customization): Correct values of
6558 `mail-source-delete-incoming'. Reported by Tassilo Horn.
6559 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
6560
6561 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6562
6563 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
6564 coding standards.
6565
6566 2008-06-14 David Engster <dengste@eml.cc>
6567
6568 * gnus.texi (nnmairix): Markup fixes.
6569
6570 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6571
6572 * gnus.texi (nnmairix): Markup and other minor fixes.
6573
6574 2008-06-05 David Engster <dengste@eml.cc>
6575
6576 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
6577
6578 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6579
6580 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
6581 (Searching, nnir, nnmairix): New stub nodes.
6582
6583 2008-05-30 Felix Lee <felix.1@canids.net>
6584
6585 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
6586
6587 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6588
6589 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
6590
6591 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6592
6593 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
6594
6595 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
6596
6597 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
6598
6599 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
6600
6601 * info.texi (Top): Fix typo in xref.
6602
6603 2008-05-05 Karl Berry <karl@gnu.org>
6604
6605 * info.texi (Top): @xref to stand-alone manual.
6606
6607 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6608
6609 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
6610 (Various Summary Stuff): Fix typo in last xref.
6611
6612 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6613
6614 * org.texi (Moving subtrees): Fix typo.
6615
6616 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
6617
6618 * tramp.texi (Frequently Asked Questions): Explain, how to disable
6619 Tramp via `tramp-mode'.
6620
6621 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
6622
6623 * org.texi: Massive changes, in many parts of the file.
6624
6625 2008-04-27 Jason Riedy <jason@acm.org>
6626
6627 * org.texi (A LaTeX example): Note that fmt may be a
6628 one-argument function, and efmt may be a two-argument function.
6629 (Radio tables): Document multiple destinations.
6630
6631 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6632
6633 * gnus.texi (Oort Gnus): Add message-fill-column.
6634
6635 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6636
6637 * gnus.texi (Mail Source Specifiers): Typo fix.
6638
6639 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6640
6641 * gnus.texi (Diary Headers Generation): Update key binding for
6642 `gnus-diary-check-message'.
6643
6644 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6645
6646 * gnus.texi (Emacsen): Addition.
6647
6648 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6649
6650 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
6651
6652 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6653
6654 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
6655
6656 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6657
6658 * gnus-news.texi: Update tool bar item.
6659
6660 2008-04-09 Sven Joachim <svenjoac@gmx.de>
6661
6662 * gnus-news.texi: Fix typos.
6663
6664 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
6665
6666 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
6667 Add mention of `kron'.
6668
6669 2008-04-01 Daiki Ueno <ueno@unixuser.org>
6670
6671 * epa.texi (Encrypting/decrypting *.gpg files):
6672 Document epa-file-name-regexp.
6673
6674 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6675
6676 * gnus.texi (Example Methods): Fix description about ssh-agent.
6677 (Indirect Functions): Fix the default value of nntp-telnet-command;
6678 remove link to connect.html.
6679
6680 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
6681
6682 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
6683 dbus-call-method.
6684 (Receiving Method Calls): The timeout can be set by the calling client.
6685
6686 * trampver.texi: Update release number.
6687
6688 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6689
6690 * gnus.texi (Top): Fix version. Add SASL.
6691
6692 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
6693
6694 Sync with Tramp 2.1.13.
6695
6696 * trampver.texi: Update release number.
6697
6698 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
6699
6700 * org.texi: Update to new org-mode website.
6701
6702 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * cl.texi (For Clauses): Fix loop over key-seq to match code.
6705
6706 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6707
6708 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
6709 gnus-read-ephemeral-gmane-group-url,
6710 gnus-read-ephemeral-emacs-bug-group,
6711 gnus-read-ephemeral-debian-bug-group.
6712
6713 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6714
6715 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
6716
6717 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
6718 Add FIXMEs for Bookmarks and gnus-registry-marks.
6719
6720 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6721
6722 * gnus.texi (Smileys): Document `smiley-style'.
6723
6724 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6725
6726 * gnus.texi (Gnus Development): Clarify difference between ding and
6727 gnu.emacs.gnus.
6728 (MIME Commands, Using MIME, RSS): Fix markup.
6729
6730 * gnus-faq.texi ([8.4]): Ditto.
6731
6732 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6733
6734 * gnus.texi (Emacsen): Remove obsolete stuff.
6735
6736 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6737
6738 * gnus.texi (Oort Gnus): Add version info WRT
6739 `mail-source-delete-incoming'.
6740
6741 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6742
6743 * gnus.texi (Top): Add "Other related manuals" and version info in
6744 `iftex' output.
6745 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
6746 gnus-balloon-face-0 and the corresponding format specifiers.
6747
6748 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
6749
6750 * tramp.texi (Filename completion): Remove footnote about let-bind
6751 of `partial-completion-mode'. It doesn't work this way.
6752
6753 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * pcl-cvs.texi (Contributors): Update my email.
6756
6757 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
6758
6759 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
6760
6761 2008-03-17 Bill Wohler <wohler@newt.com>
6762
6763 * mh-e.texi (Viewing): Update URL for adding header fields to
6764 mh-invisible-header-fields-default.
6765
6766 2008-03-16 Bill Wohler <wohler@newt.com>
6767
6768 * mh-e.texi (Preface): Add Gnus to requirements.
6769 (Forwarding): Note that forwarded MIME messages are now inline.
6770
6771 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6772
6773 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
6774 (Common Variables): Give precedence to the netcat methods over the
6775 telnet methods, and mention that they are more reliable.
6776
6777 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
6778
6779 * org.texi (Exporting Agenda Views): Document agenda export to
6780 iCalendar.
6781 (Progress logging): Document the new progress logging stuff.
6782
6783 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6784
6785 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
6786 Update for change of `mail-source-delete-incoming'.
6787
6788 * gnus-news.texi: Ditto.
6789
6790 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6791
6792 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
6793 custom versions.
6794
6795 2008-03-07 Alan Mackenzie <acm@muc.de>
6796
6797 * cc-mode.texi (Limitations and Known Bugs): State that the number of
6798 parens/brackets in a k&r region is limited.
6799
6800 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6801
6802 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
6803 using different Emacs versions.
6804
6805 2008-02-27 Glenn Morris <rgm@gnu.org>
6806
6807 * sc.texi: Remove a lot of old and obsolete info.
6808 (titlepage): Simplify.
6809 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
6810 (VM with any Emacsen, GNEWS with any Emacsen)
6811 (Overloading for Non-conforming MUAs, Version 3 Changes)
6812 (The Supercite Mailing List): Delete nodes.
6813 (Introduction): Remove info about old packages.
6814 (Getting Connected): Simplify. Remove info about old packages.
6815 (Citing Commands): Delete Emacs 19 info.
6816 (Hints to MUA Authors): Simplify.
6817 (Thanks and History): Merge in some info from the deleted node
6818 "Version 3 Changes".
6819
6820 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
6821
6822 * org.texi (Setting tags, In-buffer settings):
6823 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
6824
6825 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6826
6827 * gnus-news.texi: Mention that spaces and tabs are allowed in the
6828 installation directory name.
6829
6830 2008-02-12 Romain Francoise <romain@orebokech.com>
6831
6832 * epa.texi (Overview): Fix typo.
6833
6834 2008-02-11 Daiki Ueno <ueno@unixuser.org>
6835
6836 * epa.texi (Quick start): Remove the .emacs setting.
6837
6838 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6839
6840 * epa.texi (Quick start): Use the command `epa-enable' instead of
6841 loading `epa-setup'.
6842
6843 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
6844
6845 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
6846 ($(infodir)/epa, epa.dvi): New targets.
6847
6848 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6849
6850 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
6851
6852 * epa.texi: New manual documenting the EasyPG Assistant.
6853
6854 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6855
6856 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
6857 (Inspection): New function dbus-ping.
6858
6859 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
6860
6861 * tramp.texi (Remote processes): Add `shell-command'.
6862
6863 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
6864
6865 * tramp.texi: Use new FSF's Back-Cover Text.
6866
6867 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
6868
6869 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
6870 (Group Parameters): Document `mail-source' parameter.
6871
6872 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
6873
6874 * tramp.texi (Inline methods): The hostname of the su(do)? methods
6875 must be a local host.
6876
6877 2008-01-26 Michael Olson <mwolson@gnu.org>
6878
6879 * erc.texi: Update version for ERC 5.3 release.
6880 (Obtaining ERC): Update extras URLs for 5.3.
6881 (Development): Write instructions for git, and remove those for Arch.
6882 (History): Mention the switch to git.
6883
6884 2008-01-24 Karl Berry <karl@gnu.org>
6885
6886 * info.texi (Search Index, Search Text): Mention the command
6887 character in the section name, a la the (Go to node) node.
6888
6889 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
6890
6891 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
6892
6893 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6894
6895 * gnus-news.texi: Mention gnus-article-describe-bindings.
6896
6897 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6898
6899 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
6900
6901 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
6902
6903 * org.texi (Property inheritance): New section.
6904 (Conventions): New section.
6905 (Structure editing): Document C-RET, the prefix arg to the cut/copy
6906 commands, and the new bindings for refiling.
6907 (Sparse trees): Document the new special command for sparse trees.
6908 (References): Be more clear about the counting of hilines.
6909 (Handling links): Document M-p/n for accessing links.
6910 (Fast access to TODO states): New section.
6911 (Per file keywords): New section.
6912 (Property inheritance): New section.
6913 (Column attributes): New summary types.
6914 (Capturing Column View): New section.
6915 (The date/time prompt): Cover the new features in the date/time prompt.
6916 Compactify the table of keys for the calendar remote control.
6917 (Clocking work time): Document the new :scope parameter.
6918 (Remember): Promoted to chapter.
6919 (Quoted examples): New section.
6920 (Enhancing text): New verbatim environments.
6921
6922 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
6923
6924 * trampver.texi: Update release number.
6925
6926 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6927
6928 * gnus.texi (Article Keymap):
6929 Add gnus-article-wide-reply-with-original; fix descriptions of
6930 gnus-article-reply-with-original and
6931 gnus-article-followup-with-original.
6932
6933 2008-01-09 Glenn Morris <rgm@gnu.org>
6934
6935 * nxml-mode.texi: Add @copying section.
6936
6937 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6938
6939 * message.texi (Mail Variables): Add some text from "(gnus)Posting
6940 Server". Add `message-send-mail-with-mailclient'.
6941
6942 * gnus.texi (Posting Server): Move some text to "(message)Mail
6943 Variables" and add a reference here.
6944
6945 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
6946
6947 * dbus.texi (Receiving Method Calls): New chapter.
6948 (Errors and Events): Add serial number to events. Replace "signal" by
6949 "message". Introduce dbus-event-serial-number.
6950
6951 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
6952
6953 * dbus.texi (Type Conversion): Explain the type specification for empty
6954 arrays. Use another example.
6955
6956 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
6957
6958 * dbus.texi (all): Replace "..." by @dots{}.
6959 (Type Conversion): Precise the value range for :byte types.
6960 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
6961 Mention its return value.
6962 (Errors and Events): There is no D-Bus error propagation during event
6963 processing.
6964
6965 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
6966
6967 * calc.texi (Yacas Language, Maxima Language, Giac Language):
6968 New sections.
6969
6970 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6971
6972 * gnus.texi (Group Parameters): Reorder the text and add a note about
6973 `gnus-parameters' near the beginning of the node.
6974
6975 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6976
6977 * gnus.texi (Score File Editing): Fix function name.
6978
6979 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
6980
6981 Sync with Tramp 2.1.12.
6982
6983 * trampver.texi: Update release number.
6984
6985 2007-12-22 Richard Stallman <rms@gnu.org>
6986
6987 * cc-mode.texi (Getting Started): Change @ref to @pxref.
6988
6989 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
6990
6991 * dbus.texi (Type Conversion): Correct input parameters mapping.
6992
6993 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
6994
6995 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
6996 (Errors and Events): Mention wrong-type-argument error.
6997
6998 2007-12-21 Alex Schroeder <alex@gnu.org>
6999
7000 * rcirc.texi: Changed single spaces after sentence end to double
7001 spaces. Fixed some typos.
7002 (Internet Relay Chat): Explain relay.
7003 (Getting started with rcirc): Change items to reflect prompts.
7004 Add more explanation to rcirc-track-minor-mode and added a comment to
7005 warn future maintainers that this section is a copy.
7006 (People): Change /ignore example.
7007 (Keywords): Not keywords.
7008
7009 2007-12-20 Alex Schroeder <alex@gnu.org>
7010
7011 * rcirc.texi (Top): Fighting Information Overload chapter added.
7012 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
7013 (rcirc commands): Move /ignore command to the new chapter.
7014 (Fighting Information Overload): New chapter documenting /keyword,
7015 /bright, /dim, channel ignore, and low priority channels.
7016 (Configuration): Document rcirc-server-alist, remove
7017 rcirc-startup-channels-alist and rcirc-default-server.
7018
7019 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
7020
7021 * dbus.texi (Signals): Fix example in dbus-register-signal.
7022
7023 2007-12-14 Sven Joachim <svenjoac@gmx.de>
7024
7025 * gnus.texi (Score Variables): Fix typo.
7026
7027 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
7028
7029 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
7030 (Signals): Adapt dbus-send-signal and dbus-register-signal.
7031 (Errors and Events): Adapt dbus-event.
7032
7033 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7034
7035 * gnus.texi (Other Files): Add the yenc command.
7036
7037 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
7038
7039 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
7040 since 2004-08-06.
7041
7042 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
7043
7044 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
7045 on body.
7046
7047 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
7048
7049 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
7050 and rfc2047-allow-irregular-q-encoded-words; fix description of
7051 rfc2047-encode-encoded-words.
7052
7053 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7054
7055 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
7056
7057 2007-12-05 Michael Olson <mwolson@gnu.org>
7058
7059 * remember.texi (Diary): Remove "require" line for remember-diary.el.
7060 Update documentation for `remember-diary-file'.
7061
7062 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
7063
7064 * dbus.texi (Signals): Precise `dbus-register-signal'.
7065 (Errors and Events): Rework events part, the internal structure of
7066 dbus-event has changed.
7067
7068 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
7069
7070 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
7071 ($(infodir)/dbus, dbus.dvi): New targets.
7072
7073 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
7074
7075 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
7076 unconditionally.
7077
7078 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
7079 emulation with @print{}.
7080
7081 2007-12-02 Richard Stallman <rms@gnu.org>
7082
7083 * dbus.texi (Overview): Minor cleanup.
7084
7085 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
7086
7087 * Makefile.in (INFO_TARGETS): Add dbus.
7088 (DVI_TARGETS): Add dbus.dvi.
7089 (dbus, dbus.dvi): New targets.
7090
7091 * dbus.texi: New file.
7092
7093 2007-11-24 Romain Francoise <romain@orebokech.com>
7094
7095 * nxml-mode.texi: Add description in @direntry.
7096 Fix file name to match @setfilename.
7097
7098 2007-11-23 Mark A. Hershberger <mah@everybody.org>
7099
7100 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7101 ($(infodir)/nxml-mode): New rule.
7102
7103 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7104 ($(infodir)/nxml-mode): New rule.
7105 (clean): Add nxml-mode*.
7106
7107 * nxml-mode.texi: New file with nxml manual.
7108
7109 2007-11-18 Richard Stallman <rms@gnu.org>
7110
7111 * flymake.texi (Example -- Configuring a tool called directly):
7112 Update example.
7113
7114 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
7115
7116 * tramp.texi (Filename completion): Simplify explanation of
7117 double-slash behavior. Explain directory contents flushing.
7118
7119 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7120
7121 * calc.texi (TeX and LaTeX Language Modes): Put in
7122 missing braces.
7123
7124 2007-11-15 Richard Stallman <rms@gnu.org>
7125
7126 * cl.texi (Equality Predicates): Delete `eql'.
7127 (Predicates, Naming Conventions, Top): Delete `eql'.
7128 (Common Lisp Compatibility): Delete `eql'.
7129 (Porting Common Lisp): Delete obsolete backquote info.
7130 Minor clarification about character constants.
7131 (Sequence Basics): Minor clarification.
7132
7133 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
7134
7135 * cc-mode.texi (Electric Keys, Custom Macros):
7136 * tramp.texi (Filename completion): Fix typos.
7137
7138 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
7139
7140 * calc.texi (Basic commands): Mention the menu.
7141
7142 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
7143
7144 * tramp.texi (Connection caching): Tramp flushes connection
7145 properties when remote operating system has been changed.
7146
7147 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
7148
7149 * gnus-news.texi: Fix spelling.
7150 `message-insert-formatted-citation-line', not
7151 `message-insert-formated-citation-line'.
7152
7153 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
7154
7155 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
7156
7157 * tramp.texi (Overview): Mention also the PuTTY integration under
7158 w32. Remove paragraphs about Tramp's experimental status.
7159 (Frequently Asked Questions): Add code example for highlighting the
7160 mode line.
7161
7162 2007-11-03 Michael Olson <mwolson@gnu.org>
7163
7164 * remember.texi: Change mentions of remember-buffer to
7165 remember-finalize throughout.
7166
7167 2007-10-30 Michael Olson <mwolson@gnu.org>
7168
7169 * remember.texi (Copying): Remove.
7170 (Mailbox): Update with non-BBDB instructions.
7171 (Diary, Org): Add.
7172 (Bibliography, Planner Page): Remove.
7173
7174 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
7175
7176 * makefile.w32-in (INFO_TARGETS): Add remember.
7177 (DVI_TARGETS): Add remember.dvi.
7178 ($(infodir)/remember): New rule.
7179 (clean): Add remember*.
7180
7181 2007-10-30 Michael Olson <mwolson@gnu.org>
7182
7183 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
7184 ($(infodir)/remember): New rule that builds the Remember Manual.
7185
7186 * remember.texi: New file containing the Remember Mode Manual.
7187 Shuffle chapters around after initial import.
7188 (Function Reference): Split Keystrokes into separate chapter.
7189 (Keystrokes): Document C-c C-k.
7190 (Introduction): Fix typographical issue with "---".
7191
7192 2007-10-29 Richard Stallman <rms@gnu.org>
7193
7194 * widget.texi (Introduction): Delete discussion of implementation
7195 internals.
7196
7197 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
7198
7199 * tramp.texi (Connection caching): Host names must be different
7200 when tunneling.
7201
7202 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7203
7204 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
7205 Gnus v5.13.
7206
7207 2007-10-28 Miles Bader <miles@gnu.org>
7208
7209 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
7210
7211 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7212
7213 * gnus.texi (Sorting the Summary Buffer):
7214 Remove gnus-article-sort-by-date-reverse.
7215
7216 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7217
7218 * gnus.texi (Non-ASCII Group Names): New node.
7219 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
7220 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
7221
7222 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7223
7224 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
7225 clean the output of the program `imap-shell-program'.
7226
7227 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7228
7229 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
7230
7231 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
7232
7233 * gnus.texi (Sticky Articles): Documentation for sticky article
7234 buffers.
7235
7236 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7237
7238 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
7239
7240 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7241
7242 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
7243
7244 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7245
7246 * gnus.texi (Archived Messages):
7247 Document gnus-update-message-archive-method.
7248
7249 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7250
7251 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
7252
7253 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7254
7255 * gnus.texi (Group Maneuvering):
7256 Document `gnus-summary-next-group-on-exit'.
7257
7258 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7259
7260 * gnus.texi (Really Various Summary Commands):
7261 Mention gnus-auto-select-on-ephemeral-exit.
7262
7263 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7264
7265 * gnus.texi, message.texi: Bump version number.
7266
7267 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7268
7269 * gnus.texi (Group Line Specification, Misc Group Stuff)
7270 (Server Commands): Parenthesize @pxref{Mail Spool}.
7271
7272 2007-10-28 Didier Verna <didier@xemacs.org>
7273
7274 New user option: message-signature-directory.
7275 * message.texi (Insertion Variables): Document it.
7276 * gnus.texi (Posting Styles): Ditto.
7277
7278 2007-10-28 Didier Verna <didier@xemacs.org>
7279
7280 * gnus.texi (Group Line Specification):
7281 * gnus.texi (Misc Group Stuff):
7282 * gnus.texi (Server Commands): Document the group compaction feature.
7283
7284 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7285
7286 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
7287
7288 * message.texi (Various Message Variables): Add message-fill-column.
7289
7290 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7291
7292 * gnus.texi: Untabify.
7293
7294 2007-10-28 Didier Verna <didier@xemacs.org>
7295
7296 * gnus.texi (Group Parameters): Document the posting-style merging
7297 process in topic-mode.
7298
7299 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7300
7301 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
7302
7303 2007-10-28 Romain Francoise <romain@orebokech.com>
7304
7305 * gnus.texi (Mail Spool): Fix typo.
7306 Update copyright.
7307
7308 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7309
7310 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
7311
7312 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7313
7314 * gnus.texi (Summary Generation Commands):
7315 Add gnus-summary-insert-ticked-articles.
7316
7317 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7318
7319 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
7320 to spam-spamassassin-program.
7321
7322 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7323
7324 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
7325
7326 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7327
7328 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
7329
7330 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7331
7332 * message.texi (Mail Headers): Document `opportunistic'.
7333
7334 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7335
7336 * emacs-mime.texi (Encoding Customization): Explain how to set
7337 mm-coding-system-priorities per hierarchy.
7338
7339 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7340
7341 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
7342 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
7343
7344 2007-10-28 Didier Verna <didier@xemacs.org>
7345
7346 * message.texi (Wide Reply): Update documentation of
7347 message-dont-reply-to-names (now allowing a list of regexps).
7348
7349 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7350
7351 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
7352
7353 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7354
7355 * gnus.texi (SpamAssassin back end): Fix typo.
7356
7357 * sieve.texi (Examples): Fix grammar.
7358
7359 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7360
7361 * gnus.texi (Searching for Articles): Document M-S and M-R.
7362 (Limiting): Document / b.
7363
7364 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7365
7366 * gnus.texi (Thread Commands): T M-^.
7367
7368 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7369
7370 * message.texi (Mail Aliases): Document ecomplete.
7371 (Mail Aliases): Fix typo.
7372
7373 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7374
7375 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
7376 fix typo.
7377
7378 2007-10-28 Romain Francoise <romain@orebokech.com>
7379
7380 * gnus.texi (Mail Spool): Grammar fix.
7381
7382 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7383
7384 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
7385 string.
7386
7387 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7388
7389 * gnus.texi (Group Parameters): Fix description.
7390
7391 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7392
7393 * gnus.texi (Gmane Spam Reporting):
7394 Fix spam-report-gmane-use-article-number.
7395 Add spam-report-user-mail-address.
7396
7397 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7398
7399 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
7400
7401 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7402
7403 * gnus.texi (Group Parameters): Add simplified sorting example based on
7404 example for `Sorting the Summary Buffer' from Jari Aalto
7405 <jari.aalto@cante.net>.
7406 (Example Methods): Add example for an indirect connection.
7407
7408 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
7409
7410 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
7411 (Agent Parameters): Update parameter names to match code.
7412 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
7413 'gnus-agent-summary-fetch-series'.
7414 (Agent and flags): New section providing a generalized discussion
7415 of flag handling.
7416 (Agent and IMAP): Remove flag discussion.
7417 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
7418
7419 2007-10-28 Romain Francoise <romain@orebokech.com>
7420
7421 * gnus.texi (Exiting the Summary Buffer): Add new function
7422 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
7423
7424 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7425
7426 * gnus.texi (Conformity): Fix typo.
7427 (Customizing Articles): Document `first'.
7428
7429 2007-10-28 Jari Aalto <jari.aalto@cante.net>
7430
7431 * gnus.texi (Sorting the Summary Buffer):
7432 Add `gnus-thread-sort-by-date-reverse'. Add example
7433 host to different sorting in NNTP and RSS groups.
7434
7435 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7436
7437 * message.texi (Insertion): Describe prefix for
7438 message-mark-inserted-region and message-mark-insert-file.
7439
7440 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7441
7442 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
7443 LaTeX documents. Describe "text/x-gnus-verbatim".
7444
7445 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7446
7447 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7448 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
7449 (spam-stat spam filtering, SpamOracle)
7450 (Extending the Spam ELisp package): Remove extra quote symbol for
7451 clarity.
7452
7453 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7454
7455 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
7456 gnus-article-delete-part and gnus-article-replace-part.
7457 (Using MIME): Add gnus-mime-replace-part.
7458
7459 2007-10-28 Romain Francoise <romain@orebokech.com>
7460
7461 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
7462 requires `auto-compression-mode' to be enabled. Add new nnml
7463 variable `nnml-compressed-files-size-threshold'.
7464
7465 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7466
7467 * gnus.texi (Sorting the Summary Buffer):
7468 Add gnus-thread-sort-by-recipient.
7469
7470 2007-10-28 Romain Francoise <romain@orebokech.com>
7471
7472 * message.texi (Insertion Variables): Mention new variable
7473 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
7474 documentation accordingly.
7475
7476 2007-10-28 Romain Francoise <romain@orebokech.com>
7477
7478 * gnus.texi (To From Newsgroups): Mention new variables
7479 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
7480
7481 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7482
7483 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
7484 stuff; gnus-mime-inline-part does the automatic decompression.
7485
7486 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7487
7488 * gnus.texi (Spam ELisp Package Configuration Examples):
7489 "training.ham" should be "training.spam".
7490
7491 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7492
7493 * message.texi (Mail Variables): Fix the default value for
7494 message-send-mail-function.
7495
7496 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7497
7498 * gnus.texi (Optional Back End Functions): nntp-request-update-info
7499 always returns nil exceptionally.
7500
7501 2007-10-28 Simon Josefsson <jas@extundo.com>
7502
7503 * gnus.texi (Article Washing): Add libidn URL.
7504 Suggested by Michael Cook <michael@waxrat.com>.
7505
7506 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7507
7508 * gnus.texi (Topic Commands): Fix next/previous.
7509
7510 2007-10-28 Simon Josefsson <jas@extundo.com>
7511
7512 * gnus.texi (Article Washing): Mention `W i'.
7513
7514 2007-10-28 Jochen KĂ¼pper <jochen@fhi-berlin.mpg.de>
7515
7516 * gnus.texi (Group Parameters): Slight extension of sieve
7517 parameter description.
7518
7519 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7520
7521 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
7522 matching score files as well.
7523 (Picons): Describe `gnus-picon-style'.
7524
7525 2007-10-28 Romain Francoise <romain@orebokech.com>
7526
7527 * message.texi (Message Headers): Mention that headers are hidden
7528 using narrowing, and how to expose them.
7529 Update copyright.
7530
7531 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7532
7533 * gnus.texi: Mention `gnus-summary-limit-to-recipient' and
7534 `gnus-summary-sort-by-recipient'.
7535
7536 2007-10-28 Romain Francoise <romain@orebokech.com>
7537
7538 * gnus.texi (NNTP marks): New node.
7539 (NNTP): Move NNTP marks variables to the new node.
7540
7541 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7542
7543 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
7544
7545 * gnus.texi (MIME Commands, Hashcash): Markup fix.
7546
7547 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7548
7549 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
7550 everywhere for consistency.
7551 (Filtering Spam Using The Spam ELisp Package): Admonish again.
7552 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
7553 Say "regular expression" instead of "regex." Admonish.
7554 Pick other words to sound better (s/so/thus/).
7555 (Spam ELisp Package Filtering of Incoming Mail):
7556 Mention statistical filters. Remove old TODO.
7557 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
7558 New section on sorting and displaying the spam score.
7559 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
7560 backend but an alias to spam-use-BBDB.
7561 (Extending the Spam ELisp package): Rewrite the example using the
7562 new backend functionality.
7563
7564 2007-10-28 Simon Josefsson <jas@extundo.com>
7565
7566 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
7567 nntp-marks-directory, from Romain Francoise
7568 <romain@orebokech.com>.
7569
7570 2007-10-28 Magnus Henoch <mange@freemail.hu>
7571
7572 * gnus.texi (Hashcash): New default value of
7573 hashcash-default-payment.
7574
7575 2007-10-28 Simon Josefsson <jas@extundo.com>
7576
7577 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
7578 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
7579
7580 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7581
7582 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
7583
7584 2007-10-28 Simon Josefsson <jas@extundo.com>
7585
7586 * gnus.texi (documentencoding): Add, to avoid warnings.
7587
7588 2007-10-28 Simon Josefsson <jas@extundo.com>
7589
7590 * message.texi (Mail Headers): Add.
7591
7592 * gnus.texi (Hashcash): Fix.
7593
7594 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7595
7596 * gnus.texi (Hashcash): Change location of library, also mention
7597 that payments can be verified and fix the name of the
7598 hashcash-path variable.
7599
7600 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7601
7602 * gnus.texi (Article Display): Add `gnus-picon-style'.
7603
7604 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7605
7606 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
7607
7608 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7609
7610 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7611 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
7612 warning about ham processors in spam groups removed.
7613
7614 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7615
7616 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
7617 From Hubert Chan <hubert@uhoreg.ca>.
7618
7619 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7620
7621 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
7622 (Mailing List): Typo.
7623 (Customizing Articles): Add gnus-treat-ansi-sequences.
7624 (Article Washing): Index.
7625
7626 * message.texi: Use m-dash consistently.
7627
7628 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7629
7630 * gnus.texi (GroupLens): Remove.
7631
7632 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
7633
7634 * gnus.texi (Outgoing Messages, Agent Variables):
7635 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
7636 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
7637
7638 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7639
7640 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
7641
7642 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7643
7644 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
7645
7646 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
7647
7648 2007-10-28 Simon Josefsson <jas@extundo.com>
7649
7650 * gnus.texi (Top): Add SASL.
7651
7652 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7653
7654 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
7655
7656 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7657
7658 * gnus.texi (Troubleshooting): Adjust Gnus version number.
7659
7660 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
7661
7662 * calc.texi (Formulas, Composition Basics): Lower the
7663 precedence of negation.
7664
7665 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
7666
7667 * ses.texi (The Basics): Mention how to create a new spreadsheet.
7668 Mention the new three-letter column identifiers.
7669 (More on cell printing): Calculate-cell and truncate-cell are now `c'
7670 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
7671 message when using `c' on an empty default with default printer.
7672 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
7673 renamed to `ses--symbolic-formulas' some time ago.
7674
7675 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
7676
7677 * calc.texi (Default Simplifications, Making Selections)
7678 (Customizing Calc): Clarify associativity of multiplication.
7679
7680 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
7681
7682 * tramp.texi (Traces and Profiles): Simplify loop over
7683 `trace-function-background'.
7684
7685 2007-10-22 Juri Linkov <juri@jurta.org>
7686
7687 * dired-x.texi (Shell Command Guessing): Default values are now
7688 available by typing M-n instead of M-p.
7689
7690 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
7691
7692 * tramp.texi (Cleanup remote connections): New section.
7693 (Password caching): Remove `tramp-clear-passwd'.
7694 It's not a command anymore.
7695 (Bug Reports): Add `tramp-bug' to function index.
7696 (Function Index, Variable Index): New nodes.
7697 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
7698
7699 * trampver.texi: Update release number.
7700
7701 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7702
7703 * calc.texi (History and Acknowledgements): Turn comment
7704 about integer size into past tense.
7705 (Time Zones): Remove pointer to Calc author's address.
7706 (Trigonometric and Hyperbolic Functions): Mention cotangent
7707 and hyperbolic cotangent. Fix typo.
7708
7709 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
7710
7711 Sync with Tramp 2.1.11.
7712
7713 * trampver.texi: Update release number.
7714
7715 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
7716
7717 * tramp.texi (External packages): New section.
7718
7719 2007-09-29 Juri Linkov <juri@jurta.org>
7720
7721 * info.texi (Help-Int): Document `L' (`Info-history').
7722
7723 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7724
7725 * org.texi: Change links to webpage and maintained email.
7726 (Remember): Promote to Chapter, significant changes.
7727 (Fast access to TODO states): New section.
7728 (Faces for TODO keywords): New section.
7729 (Export options): Example for #+DATE.
7730 (Progress logging): Section moved.
7731
7732 2007-09-26 Bill Wohler <wohler@newt.com>
7733
7734 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
7735 browse-url-at-mouse.
7736
7737 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
7738
7739 * flymake.texi (Customizable variables): Face names don't end in -face.
7740 Fix flymake-err-line-patterns template.
7741 (Example -- Configuring a tool called directly): Fix init-function.
7742 (Highlighting erroneous lines): Face names don't end in -face.
7743
7744 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
7745
7746 * erc.texi (Special-Features): Fix small typo.
7747
7748 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
7749
7750 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
7751 and "External transfer methods".
7752
7753 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
7754
7755 * calc.texi (Predefined Units): Add some history.
7756
7757 2007-09-08 Michael Olson <mwolson@gnu.org>
7758
7759 * erc.texi (Copying): New section included from gpl.texi.
7760 This matches the look of the upstream ERC manual.
7761
7762 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
7763
7764 * calc.texi (History and Acknowledgements): Adjust the "thanks".
7765 (Random Numbers): Clarify the distribution of `random'.
7766
7767 2007-09-06 Glenn Morris <rgm@gnu.org>
7768
7769 Move manual sources from man/ to subdirectories of doc/.
7770 Split into the Emacs manual in emacs/, and other manuals in misc/.
7771 Change all setfilename commands to use ../../info.
7772 * Makefile.in: Move the parts of the old man/Makefile.in that do not
7773 refer to the Emacs manual here.
7774 (infodir): New variable.
7775 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
7776 (cc-mode.texi, faq.texi): Update references to source file locations.
7777 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
7778 do not refer to the Emacs manual here.
7779 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
7780
7781 * Makefile.in: Add `basename' versions of all info targets, for
7782 convenience when rebuilding just one manual.
7783 (../etc/GNU): Delete obsolete target.
7784 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
7785 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
7786 *.vrs *.toc here...
7787 (maintainer-clean): ...from here.
7788
7789 * makefile.w32-in (../etc/GNU): Delete obsolete target.
7790
7791 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
7792
7793 * calc.texi (Date Conversions): Clarify definition of
7794 Julian day numbering.
7795 (Date Forms): Clarify definition of Julian day numbering;
7796 add some history.
7797
7798 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7799
7800 * org.texi: Version 5.07.
7801
7802 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7803
7804 * message.texi (MIME): Replace mml-attach with mml-attach-file.
7805
7806 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7807
7808 * org.texi (Adding hyperlink types): New section.
7809 (Embedded LaTeX): Chapter updated because of LaTeX export.
7810 (LaTeX export): New section.
7811 (Using links out): New section.
7812
7813 2007-08-22 Glenn Morris <rgm@gnu.org>
7814
7815 * faq.texi (Learning how to do something): Refcards now in
7816 etc/refcards/ directory.
7817
7818 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7819
7820 * tramp.texi (Remote Programs): Persistency file must be cleared when
7821 changing `tramp-remote-path'.
7822 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
7823 macro.
7824
7825 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7826
7827 * calc.texi: Move contents to beginning of file.
7828 (Algebraic Entry): Fix the formatting of an example.
7829
7830 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7831
7832 * calc.texi (Basic Operations on Units): Mention exact versus
7833 inexact conversions.
7834
7835 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7836
7837 * calc.texi (Basic Operations on Units): Mention default
7838 values for new units.
7839 (Quick Calculator Mode): Mention that binary format will
7840 be displayed.
7841
7842 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7843
7844 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
7845
7846 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7847
7848 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
7849
7850 2007-08-08 Glenn Morris <rgm@gnu.org>
7851
7852 * gnus.texi, sieve.texi: Replace `iff'.
7853
7854 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7855
7856 * calc.texi (Basic Graphics): Mention the graphing of error
7857 forms.
7858 (Graphics Options): Mention how `g s' handles error forms.
7859 (Curve Fitting): Mention plotting the curves.
7860 (Standard Nonlinear Models): Add additional models.
7861 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
7862 (Linear Fits): Correct result.
7863
7864 2007-08-01 Alan Mackenzie <acm@muc.de>
7865
7866 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
7867 to "--no-site-file".
7868
7869 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7870
7871 * tramp.texi (Frequently Asked Questions): Point to mode line
7872 extension in Emacs 23.1.
7873
7874 * trampver.texi: Update release number.
7875
7876 2007-07-27 Glenn Morris <rgm@gnu.org>
7877
7878 * calc.texi (Copying): Include license text from gpl.texi, rather than
7879 in-line.
7880
7881 2007-07-25 Glenn Morris <rgm@gnu.org>
7882
7883 * calc.texi (Copying): Replace license with GPLv3.
7884
7885 * Relicense all FSF files to GPLv3 or later.
7886
7887 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7888
7889 Sync with Tramp 2.1.10.
7890
7891 * tramp.texi (trampfn): Expand macro implementation in order to handle
7892 empty arguments.
7893 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
7894 occurrences by trampfn.
7895 (Frequently Asked Questions): Extend example code for host
7896 identification in the modeline. Add bbdb to approaches shortening Tramp
7897 file names to be typed.
7898
7899 * trampver.texi: Update release number.
7900
7901 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7902
7903 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
7904 section. Reported by <poti@potis.org>.
7905 (Remote processes): Arguments of the program to be debugged are taken
7906 literally.
7907 (Frequently Asked Questions): Simplify recentf example.
7908
7909 2007-07-14 Karl Berry <karl@gnu.org>
7910
7911 * info.texi (@copying): New Back-Cover Text.
7912
7913 * info.texi (Quitting Info): Move to proper place in source.
7914 (Reported by Benno Schulenberg.)
7915
7916 2007-07-13 Eli Zaretskii <eliz@gnu.org>
7917
7918 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
7919
7920 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
7921
7922 * emacs-mime.texi: Add @documentencoding directive.
7923
7924 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7925
7926 * tramp.texi (Remote processes): Add an anchor to the subsection
7927 "Running a debugger on a remote host".
7928
7929 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
7930
7931 * tramp.texi (Remote processes): Don't call it "experimental" any
7932 longer. Add subsection about running a debugger on a remote host.
7933
7934 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7935
7936 * org.texi (Properties and columns): Chapter rewritten.
7937
7938 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7939
7940 * tramp.texi:
7941 * trampver.texi: Migrate to Tramp 2.1.
7942
7943 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7944
7945 * org.texi (Properties): New chapter.
7946
7947 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
7948
7949 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
7950 Control Panel.
7951
7952 * gnus.texi (Misc Article): Add index entry for
7953 gnus-single-article-buffer.
7954
7955 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
7956
7957 * gnus.texi (Starting Up): Fix typo.
7958
7959 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
7960
7961 * gnus.texi (Asynchronous Fetching): Fix typo.
7962
7963 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7964
7965 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
7966 (About This Manual): Remove redundant information.
7967 (Getting Started): Mention author.
7968 (Basic Arithmetic, Customizing Calc): Make description of the
7969 variable `calc-multiplication-has-precedence' match its new effect.
7970
7971 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7972
7973 * calc.texi (Basic Arithmetic, Customizing Calc):
7974 Mention the variable `calc-multiplication-has-precedence'.
7975
7976 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
7977
7978 * org.texi (Tag): Section swapped with node Timestamps.
7979 (Formula syntax for Lisp): Document new `L' flag.
7980
7981 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
7982
7983 * gnus.texi (Misc Group Stuff, Summary Buffer)
7984 (Server Commands, Article Keymap): Fix typo. s/function/command/.
7985
7986 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7987
7988 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
7989 * gnus.texi (Article Buttons, Mail Source Customization)
7990 (Sending or Not Sending, Customizing NNDiary):
7991 * message.texi (Message Headers):
7992 * mh-e.texi (HTML): Fix typos.
7993
7994 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
7995
7996 Sync with Tramp 2.0.56.
7997
7998 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
7999 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
8000
8001 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8002
8003 * Version 22.1 released.
8004
8005 2007-05-26 Michael Olson <mwolson@gnu.org>
8006
8007 * erc.texi (Modules): Fix references to completion modules.
8008
8009 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8010
8011 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
8012
8013 2007-05-09 Didier Verna <didier@xemacs.org>
8014
8015 * gnus.texi (Email Based Diary): New. Proper documentation for the
8016 nndiary back end and the gnus-diary library.
8017
8018 2007-05-03 Karl Berry <karl@gnu.org>
8019
8020 * .cvsignore (*.pdf): New entry.
8021
8022 * texinfo.tex: Update from current version for better pdf generation.
8023
8024 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
8025
8026 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
8027
8028 2007-04-28 Glenn Morris <rgm@gnu.org>
8029
8030 * faq.texi (New in Emacs 22): Restore mention of python.el pending
8031 consideration of legal status.
8032
8033 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
8034
8035 * idlwave.texi: Minor updates for IDLWAVE 6.1.
8036
8037 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
8038
8039 * faq.texi (New in Emacs 22): python.el removed.
8040
8041 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
8042
8043 * calc.texi (Reporting bugs): Update maintainer's address.
8044
8045 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
8046
8047 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
8048
8049 2007-04-15 Jay Belanger <belanger@truman.edu>
8050
8051 * calc.texi (Title page): Remove the date.
8052 (Basic Arithmetic): Emphasize that / binds less strongly than *.
8053 (The Standard Calc Interface): Change trail title.
8054 (Floats): Mention that when non-decimal floats are entered, only
8055 approximations are stored.
8056 (Copying): Move to the appendices.
8057 (GNU Free Documentation License): Add as an appendix.
8058
8059 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
8060
8061 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
8062 * dired-x.texi, ebrowse.texi, ediff.texi:
8063 * emacs-mime.texi, erc.texi, eshell.texi:
8064 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
8065 * idlwave.texi, message.texi, newsticker.texi, org.texi:
8066 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
8067 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
8068 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
8069 * woman.texi: Include GFDL.
8070
8071 * doclicense.texi: Remove node heading, so that it can be included by
8072 other files.
8073
8074 * dired-x.texi: Relicence under GFDL. Remove date from title page.
8075
8076 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
8077 than *.
8078
8079 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
8080
8081 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
8082 in Calc.
8083
8084 2007-04-09 Romain Francoise <romain@orebokech.com>
8085
8086 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
8087 Mac OS ports. Make it clear that mouse-1 complements and doesn't
8088 replace mouse-2.
8089
8090 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
8091
8092 * woman.texi (Word at point, Interface Options): woman-topic-at-point
8093 renamed to woman-use-topic-at-point. Document new behavior.
8094
8095 2007-04-08 Richard Stallman <rms@gnu.org>
8096
8097 * url.texi: Fix some indexing.
8098 (Disk Caching): Drop discussion of old/other Emacs versions.
8099
8100 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
8101
8102 * url.texi (Disk Caching): Say Emacs 21 "and later".
8103
8104 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
8105 on Font locking which now mentions JIT lock.
8106
8107 2007-04-01 Michael Olson <mwolson@gnu.org>
8108
8109 * erc.texi: Update for the ERC 5.2 release.
8110
8111 2007-03-31 David Kastrup <dak@gnu.org>
8112
8113 * woman.texi (Topic, Interface Options): Explain changes semantics of
8114 woman-manpath in order to consider MANPATH_MAP entries.
8115
8116 2007-03-31 Eli Zaretskii <eliz@gnu.org>
8117
8118 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
8119
8120 2007-03-26 Richard Stallman <rms@gnu.org>
8121
8122 * pgg.texi (Caching passphrase): Clean up previous change.
8123
8124 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
8125
8126 * gnus.texi (Setting Process Marks): Fix typo.
8127
8128 2007-03-25 Romain Francoise <romain@orebokech.com>
8129
8130 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
8131 readability, and include various fixes by Daniel Brockman, Nick Roberts
8132 and Dieter Wilhelm.
8133
8134 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
8135
8136 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
8137
8138 * gnus.texi (Mail Source Specifiers): Fix typo.
8139
8140 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
8141
8142 * reftex.texi (Imprint): Update maintainer information.
8143
8144 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8145
8146 * message.texi (Message Buffers): Update documentation for
8147 message-generate-new-buffers.
8148
8149 2007-03-15 Daiki Ueno <ueno@unixuser.org>
8150
8151 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
8152
8153 2007-03-21 Glenn Morris <rgm@gnu.org>
8154
8155 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
8156
8157 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
8158
8159 * eshell.texi (Known problems): Emacs 21 -> 22.
8160
8161 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
8162
8163 2007-03-18 Jay Belanger <belanger@truman.edu>
8164
8165 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
8166
8167 2007-03-12 Glenn Morris <rgm@gnu.org>
8168
8169 * calc.texi (Time Zones): Switch to new North America DST rule.
8170
8171 * calc.texi: Replace "daylight savings" with "daylight
8172 saving" in text throughout.
8173
8174 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8175
8176 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
8177 The variable now uses a list of symbols instead of just a symbol.
8178 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8179
8180 2007-03-06 Romain Francoise <romain@orebokech.com>
8181
8182 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
8183 new packages, and mention Gnus update.
8184
8185 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8186
8187 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
8188 nntp-open-connection-functions-never-echo-commands.
8189
8190 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
8191
8192 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
8193 problems on the console, and security risk in not using gpg-agent.
8194
8195 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
8196
8197 * org.texi (The spreadsheet): Rename from "Table calculations".
8198 Completely reorganized and rewritten.
8199 (CamelCase links): Section removed.
8200 (Repeating items): New section.
8201 (Tracking TODO state changes): New section.
8202 (Agenda views): Chapter reorganized and rewritten.
8203 (HTML export): Section rewritten.
8204 (Tables in arbitrary syntax): New section.
8205 (Summary): Better feature summary.
8206 (Activation): Document problem with cut-and-paste of Lisp code
8207 from PDF files.
8208 (Visibility cycling): Document indirect buffer use.
8209 (Structure editing): Document sorting.
8210 (Remember): Section rewritten.
8211 (Time stamps): Better description of time stamp types.
8212 (Tag searches): Document regular expression search for tags.
8213 (Stuck projects): New section.
8214 (In-buffer settings): New keywords.
8215 (History and Acknowledgments): Update description.
8216
8217 2007-02-24 Alan Mackenzie <acm@muc.de>
8218
8219 * cc-mode.texi (Movement Commands): Insert two missing command names.
8220 (Getting Started): Slight wording correction (use conditional).
8221
8222 2007-02-22 Kim F. Storm <storm@cua.dk>
8223
8224 * widget.texi (User Interface, Basic Types): Document need to put some
8225 text before the %v escape in :format string in editable-field widget.
8226
8227 2007-02-18 Romain Francoise <romain@orebokech.com>
8228
8229 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
8230 `cvs-mode-quit'.
8231
8232 2007-02-10 Markus Triska <markus.triska@gmx.at>
8233
8234 * widget.texi (Programming Example): Put constant strings in :format.
8235
8236 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
8237
8238 * faq.texi (Fullscreen mode on MS-Windows): New node.
8239
8240 2007-02-04 David Kastrup <dak@gnu.org>
8241
8242 * faq.texi (AUCTeX): Update version number. Should probably be done
8243 for other packages as well.
8244
8245 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8246
8247 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
8248 <tassilo@member.fsf.org>.
8249
8250 2007-01-20 Markus Triska <markus.triska@gmx.at>
8251
8252 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
8253
8254 2007-01-13 Michael Olson <mwolson@gnu.org>
8255
8256 * erc.texi (Modules): Mention capab-identify module.
8257
8258 2007-01-05 Michael Olson <mwolson@gnu.org>
8259
8260 * erc.texi (Getting Started): Update for /RECONNECT command.
8261
8262 2007-01-04 Richard Stallman <rms@gnu.org>
8263
8264 * ebrowse.texi: Change C-c b to C-c C-m.
8265
8266 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8267
8268 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
8269 variables only in info to avoid redundant entries in the printed
8270 manual.
8271
8272 2007-01-02 Daiki Ueno <ueno@unixuser.org>
8273
8274 * message.texi (Using PGP/MIME): Document gpg-agent usage.
8275
8276 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
8277
8278 * message.texi (Security): Split into sub-nodes.
8279
8280 2007-01-01 Alan Mackenzie <acm@muc.de>
8281
8282 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
8283 eval-after-load in Emacs <=21 and a workaround. Document that
8284 trigraphs are not supported.
8285
8286 2007-01-01 Alan Mackenzie <acm@muc.de>
8287
8288 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
8289 c-context-line-break. When invoked within a string, preserve
8290 whitespace. Add a backslash only when also in a macro.
8291
8292 2007-01-01 Alan Mackenzie <acm@muc.de>
8293
8294 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
8295
8296 2007-01-01 Alan Mackenzie <acm@muc.de>
8297
8298 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
8299 are now bound by default to c-\(beginning\|end\)-of-defun by default.
8300
8301 2007-01-01 Alan Mackenzie <acm@muc.de>
8302
8303 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
8304 "Choosing a Style".
8305
8306 * cc-mode.texi ("Styles"): Add @dfn{style}.
8307
8308 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
8309
8310 Sync with Tramp 2.0.55.
8311
8312 * trampver.texi: Update release number.
8313
8314 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
8315
8316 * gnus.texi (Customizing Articles): Add index entries for all
8317 gnus-treat-* variables.
8318
8319 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
8320
8321 * gnus.texi (IMAP): Fix incorrect explanation of
8322 nnimap-search-uids-not-since-is-evil in documentation for
8323 nnimap-expunge-search-string.
8324
8325 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
8326
8327 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
8328 spam-ifile-database.
8329
8330 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8331
8332 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
8333 rebind C-s.
8334
8335 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
8336
8337 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
8338 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
8339 "expiring mail".
8340 (IMAP): Document nnimap-search-uids-not-since-is-evil and
8341 nnimap-nov-is-evil.
8342
8343 2006-12-25 Kevin Ryde <user42@zip.com.au>
8344
8345 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
8346 about the key procedure being used heavily.
8347
8348 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
8349
8350 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
8351 to t.
8352 (Prerequisites): Add explanation about gpg-agent.
8353
8354 2006-12-22 Kevin Ryde <user42@zip.com.au>
8355
8356 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
8357 "sort" instead of "sort*".
8358
8359 2006-12-19 Richard Stallman <rms@gnu.org>
8360
8361 * calc.texi (History and Acknowledgements): Recognize that Emacs
8362 now does have floating point.
8363
8364 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
8365
8366 * tramp.texi (External transfer methods): Describe new method `scpc'.
8367
8368 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
8369
8370 * pgg.texi: Added short note on gpg-agent to the introduction.
8371
8372 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8373
8374 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
8375 also applies to Cc.
8376
8377 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8378
8379 * gnus.texi (X-Face): Clarify. Say which programs are required
8380 on Windows.
8381
8382 2006-12-08 Michael Olson <mwolson@gnu.org>
8383
8384 * erc.texi (Modules): Remove documentation for list module.
8385
8386 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8387
8388 * faq.texi (^M in the shell buffer): Ditto.
8389
8390 2006-11-20 Michael Olson <mwolson@gnu.org>
8391
8392 * erc.texi: Call this the 5.2 stable pre-release of ERC.
8393
8394 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
8395
8396 * org.texi: Fix typos.
8397 (Agenda commands): Document `C-k'.
8398
8399 2006-11-16 Eli Zaretskii <eliz@gnu.org>
8400
8401 * url.texi (http/https): Fix a typo in the HTTP URL.
8402
8403 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
8404
8405 * ada-mode.texi: Total rewrite.
8406
8407 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
8408
8409 * org.texi: Minor typo fixes.
8410
8411 2006-11-13 Bill Wohler <wohler@newt.com>
8412
8413 Release MH-E manual version 8.0.3.
8414
8415 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8416 release 8.0.3.
8417
8418 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
8419 to set MAILDIR.
8420 (Reading Mail): Document the customization of read-mail-command
8421 for MH-E.
8422 (Viewing Attachments): Document mm-discouraged-alternatives.
8423 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
8424 (Junk): Add more information about the settings of mh-junk-background
8425 in a program. Add /usr/bin/mh to PATH in examples.
8426
8427 2006-11-12 Richard Stallman <rms@gnu.org>
8428
8429 * woman.texi: Update author address but say he no longer maintains it.
8430
8431 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
8432
8433 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
8434 archived trees.
8435 (Checkboxes): Section moved to chapter 5, and extended.
8436 (The date/time prompt): New section.
8437 (Link abbreviations): New section.
8438 (Presentation and sorting): New section.
8439 (Custom agenda views): Section completely rewritten.
8440 (Summary): Compare with Planner.
8441 (Feedback): More info about creating backtraces.
8442 (Plain lists): Modify example.
8443 (Breaking down tasks): New section.
8444 (Custom time format): New section.
8445 (Time stamps): Document inactive timestamps.
8446 (Setting tags): More details about fast tag selection.
8447 (Block agenda): New section.
8448 (Custom agenda views): Section rewritten.
8449 (Block agenda): New section.
8450
8451 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8452
8453 * tramp.texi (Configuration): scp is the default method.
8454 (Default Method): Use ssh as example for another method.
8455
8456 2006-10-27 Richard Stallman <rms@gnu.org>
8457
8458 * woman.texi: Downcase nroff/troff/roff.
8459 (Installation): Chapter deleted. Some xrefs deleted.
8460 (Background): woman doesn't advise man ;-).
8461
8462 2006-10-26 Roberto RodrĂ­guez <lanubeblanca@googlemail.com> (tiny change)
8463
8464 * ada-mode.texi (Project files, Identifier completion)
8465 (Automatic Casing, Debugging, Using non-standard file names)
8466 (Working Remotely): Fix typos.
8467
8468 2006-10-20 Masatake YAMATO <jet@gyve.org>
8469
8470 * cc-mode.texi (Sample .emacs File): Add missing `)' in
8471 sample code `my-c-initialization-hook'.
8472
8473 2006-10-19 Stuart D. Herring <herring@lanl.gov>
8474
8475 * widget.texi: Fix typos.
8476
8477 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
8478
8479 * tramp.texi (Frequently Asked Questions): Remove questions marked with
8480 "???". There have been no complaints for years, so the information
8481 must be appropriate.
8482
8483 2006-10-16 Richard Stallman <rms@gnu.org>
8484
8485 * widget.texi: Use @var instead of capitalization.
8486 Clarify many widget type descriptions.
8487
8488 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8489
8490 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
8491 gnus-dired-attach.
8492 (Selecting a Group): Fix typo.
8493
8494 2006-10-12 Roberto RodrĂ­guez <lanubeblanca@googlemail.com> (tiny change)
8495
8496 * widget.texi: Fix typos.
8497
8498 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
8499
8500 * gnus.texi (Image Enhancements): Update for Emacs 22.
8501
8502 * gnus-faq.texi ([1.3]): Update.
8503
8504 2006-10-06 Richard Stallman <rms@gnu.org>
8505
8506 * faq.texi (Displaying the current line or column):
8507 Delete "As of Emacs 20".
8508
8509 2006-10-06 Romain Francoise <romain@orebokech.com>
8510
8511 * faq.texi (VM): VM works with Emacs 22 too.
8512
8513 2006-10-06 Richard Stallman <rms@gnu.org>
8514
8515 * ebrowse.texi: Remove Emacs version "21" from title.
8516
8517 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
8518
8519 * gnus.texi (Foreign Groups): Say where change of editing commands are
8520 stored. Add reference to `gnus-parameters'.
8521
8522 2006-09-15 Jay Belanger <belanger@truman.edu>
8523
8524 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
8525 Change "Library Public License" to "Lesser Public License"
8526 throughout. Use "yyyy" to represent year.
8527
8528 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
8529
8530 * org.texi (Setting tags): Typo fix.
8531
8532 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
8533
8534 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
8535
8536 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
8537
8538 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
8539
8540 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8541
8542 * faq.texi (Escape sequences in shell output): EMACS is now set
8543 to Emacs's absolute file name, not to "t".
8544 (^M in the shell buffer): Likewise.
8545
8546 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8547
8548 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
8549 mails with pop3-leave-mail-on-server. Fix wording.
8550 (Limiting): Improve gnus-summary-limit-to-articles.
8551 (X-Face): Fix typo.
8552
8553 2006-09-11 Simon Josefsson <jas@extundo.com>
8554
8555 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
8556 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
8557
8558 2006-09-06 Simon Josefsson <jas@extundo.com>
8559
8560 * smtpmail.texi (Authentication): Mention SSL.
8561
8562 2006-09-03 Diane Murray <disumu@x3y2z1.net>
8563
8564 * erc.texi (Getting Started, Connecting): Change erc-select to erc.
8565
8566 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8567
8568 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
8569 Don't use @indicateurl.
8570
8571 * cc-mode.texi (Subword Movement): Don't use @headitem.
8572 (Custom Braces, Clean-ups): Don't use @tie.
8573
8574 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8575
8576 Sync with Tramp 2.0.54.
8577
8578 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
8579 Suggested by Adrian Phillips <a.phillips@met.no>.
8580
8581 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8582
8583 * org.texi (Installation, Activation): Split from Installation and
8584 Activation.
8585 (Clocking work time): Documented new features.
8586
8587 2006-08-13 Alex Schroeder <alex@gnu.org>
8588
8589 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
8590 example.
8591
8592 2006-08-12 Eli Zaretskii <eliz@gnu.org>
8593
8594 * faq.texi (How to add fonts): New node.
8595
8596 2006-08-05 Romain Francoise <romain@orebokech.com>
8597
8598 * faq.texi (New in Emacs 22): Expand.
8599
8600 2006-08-03 Michael Olson <mwolson@gnu.org>
8601
8602 * erc.texi: Update for ERC 5.1.4.
8603
8604 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8605
8606 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
8607 in .../site-lisp/gnus/ by default.
8608 [ From gnus-news.texi in the trunk. ]
8609
8610 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8611
8612 * gnus.texi (MIME Commands): Additions for yEnc.
8613
8614 2006-07-24 Richard Stallman <rms@gnu.org>
8615
8616 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
8617 * faq.texi: Move periods and commas inside quotes.
8618
8619 2006-07-20 Jay Belanger <belanger@truman.edu>
8620
8621 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
8622
8623 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
8624
8625 * faq.texi (Security risks with Emacs): Document Emacs 22
8626 file-local-variable mechanism.
8627
8628 2006-07-12 Michael Olson <mwolson@gnu.org>
8629
8630 * erc.texi: Update for ERC 5.1.3.
8631
8632 2006-07-12 Alex Schroeder <alex@gnu.org>
8633
8634 * rcirc.texi: Fix typos.
8635 (Getting started with rcirc): New calling convention for M-x irc.
8636 Mention #rcirc. Removed channel tracking.
8637 (Configuration): Change the names of all variables that got changed
8638 recently, eg. rcirc-server to rcirc-default-server. Added
8639 documentation for rcirc-authinfo, some background for Bitlbee, and
8640 rcirc-track-minor-mode.
8641 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
8642 Scrolling.
8643 (Reconnecting after you have lost the connection): Fix example code
8644 to match code changes.
8645
8646 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8647
8648 * gnus.texi, message.texi: Fix typos.
8649
8650 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8651
8652 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
8653 commands.
8654 (Global TODO list): Document the use of the variables
8655 `org-agenda-todo-ignore-scheduled' and
8656 `org-agenda-todo-list-sublevels'.
8657
8658 2006-07-05 Richard Stallman <rms@gnu.org>
8659
8660 * faq.texi (Scrolling only one line): Fix xref.
8661
8662 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8663
8664 * faq.texi (Evaluating Emacs Lisp code):
8665 Throughout, replace eval-current-buffer with eval-buffer.
8666
8667 2006-07-03 Richard Stallman <rms@gnu.org>
8668
8669 * rcirc.texi (Scrolling conservatively): Fix xref.
8670
8671 * pcl-cvs.texi (Viewing differences): Usage fix.
8672
8673 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8674
8675 * org.texi (Agenda commands): Document `s' key to save all org-mode
8676 buffers.
8677
8678 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
8679
8680 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
8681 names. Mention `cvs-msg' face.
8682
8683 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8684
8685 * org.texi (Checkboxes): New section.
8686
8687 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8688
8689 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
8690 throughout this chapter.
8691
8692 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
8693
8694 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
8695 text for standalone vs Emacs info.
8696 (Help): Clarify header line description. Use mouse-1 for clicks.
8697 (Help-P): Use mouse-1 for clicks.
8698 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
8699 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
8700 (Choose menu subtopic): Remove gratuitous Emacs command names.
8701 (Help-FOO): Put usual behavior first.
8702 (Help-Xref): Clicking on xrefs works in Emacs.
8703 (Search Text): Clarify what the default behavior is.
8704 (Create Info buffer): Fix Emacs window/X window confusion.
8705 (Emacs Info Variables): Fix for new Emacs init file behavior.
8706
8707 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8708
8709 * gnus.texi (Summary Buffer Lines): Fix typo.
8710
8711 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8712
8713 * org.texi (Embedded LaTeX): New chapter.
8714 (Archiving): Section rewritten.
8715 (Enhancing text): Some parts moved to the new chapter about LaTeX.
8716
8717 2006-06-20 Bill Wohler <wohler@newt.com>
8718
8719 Release MH-E manual version 8.0.1.
8720
8721 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8722 release 8.0.1.
8723 (Preface): Depend on GNU mailutils 1.0 and higher.
8724
8725 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8726
8727 * message.texi (News Headers): Update message-syntax-checks section.
8728
8729 2006-06-19 Karl Berry <karl@gnu.org>
8730
8731 * info.texi (Advanced): Mention C-q, especially with ?.
8732
8733 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8734
8735 * org.texi (Publishing links): Document the `:link-validation-function'
8736 property.
8737 (Extensions and Hacking): New chapter, includes some sections of the
8738 "Miscellaneous" chapter.
8739
8740 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8741
8742 * org.texi (Progress logging): New section.
8743
8744 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8745
8746 * org.texi (ASCII export): Document indentation adaptation.
8747 (Setting tags): Document mutually-exclusive tags.
8748
8749 2006-06-05 Romain Francoise <romain@orebokech.com>
8750
8751 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
8752 Fix typo.
8753
8754 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
8755 channel (#gnus@irc.freenode.net).
8756 Fix typos. Update copyright notice.
8757
8758 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
8759 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
8760 (Line-Up Functions, Custom Macros):
8761 * ediff.texi (Window and Frame Configuration)
8762 (Highlighting Difference Regions):
8763 * emacs-mime.texi (Display Customization):
8764 * erc.texi (History):
8765 * eshell.texi (Known problems):
8766 * eudc.texi (Overview, BBDB):
8767 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
8768 (The problem of spam, SpamOracle, Extending the Spam package)
8769 (Conformity, Terminology):
8770 * idlwave.texi (Routine Info)
8771 (Class and Keyword Inheritance, Padding Operators)
8772 (Breakpoints and Stepping, Electric Debug Mode)
8773 (Examining Variables, Troubleshooting):
8774 * org.texi (Creating timestamps):
8775 * reftex.texi (Commands, Options, Changes):
8776 * tramp.texi (Inline methods, Password caching)
8777 (Auto-save and Backup, Issues):
8778 * vip.texi (Files, Commands in Insert Mode):
8779 * viper.texi (Emacs Preliminaries, States in Viper)
8780 (Packages that Change Keymaps, Viper Specials, Groundwork):
8781 Fix various typos.
8782
8783 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
8784
8785 * ediff.texi: Fix typos.
8786
8787 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
8788
8789 * org.texi: Small typo fixes.
8790
8791 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * viper.texi (Viper Specials):
8794 * gnus.texi (Example Setup):
8795 * faq.texi (Backspace invokes help):
8796 * dired-x.texi (Optional Installation Dired Jump):
8797 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
8798 follow coding conventions.
8799
8800 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
8801
8802 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
8803
8804 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8805
8806 * pcl-cvs.texi: Fix typos.
8807 (Customization): Say "us".
8808
8809 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8810
8811 * org.texi: Remove bogus @setfilename.
8812
8813 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
8814
8815 * org.texi (ASCII export): Omit command name.
8816 (HTML export): Add prefix to all lines in Local Variable example.
8817 (Acknowledgments): Typeset names in italics.
8818
8819 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
8820
8821 * org.texi (Plain lists): Add new item navigation commands.
8822 (External links): Document elisp and info links.
8823 (Custom searches): New section.
8824 (Publishing): New chapter.
8825 (HTML export): Include a list of supported CSS classes.
8826 (Setting tags): Describe the fast-tag-setting interface.
8827
8828 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
8829
8830 * dired-x.texi: ifinfo -> ifnottex.
8831
8832 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8833
8834 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
8835
8836 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
8837
8838 * message.texi (Interface): Add tool bar customization.
8839 (MIME): Index and text additions for mml-attach.
8840 (MIME): Describe mml-dnd-protocol-alist and
8841 mml-dnd-attach-options.
8842
8843 * gnus.texi (Oort Gnus): Reorder entries in sections.
8844 Fix some entries.
8845 (Starting Up): Add references to "Emacs for Heathens" and to
8846 "Finding the News". Add user-full-name and user-mail-address.
8847 (Group Buffer Format): Add tool bar customization and update.
8848 (Summary Buffer): Add tool bar customization.
8849 (Posting Styles): Add message-alternative-emails.
8850
8851 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
8852
8853 * tramp.texi (Filename completion): Improve wording.
8854
8855 2006-05-07 Romain Francoise <romain@orebokech.com>
8856
8857 * faq.texi (Using regular expressions): Fix typo.
8858 (Packages that do not come with Emacs): Fix capitalization.
8859 (Replacing text across multiple files): Expand node to explain how
8860 to use `dired-do-query-replace-regexp' in more detail, based on
8861 suggestion by Eric Hanchrow <offby1@blarg.net>.
8862
8863 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
8864
8865 * tramp.texi (Filename completion): Completion of remote files'
8866 method, user name and host name is active only in partial
8867 completion mode.
8868
8869 2006-05-06 Bill Wohler <wohler@newt.com>
8870
8871 Release MH-E manual version 8.0.
8872
8873 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8874 release 8.0.
8875
8876 2006-05-06 Bill Wohler <wohler@newt.com>
8877
8878 * mh-e.texi (MH-BOOK-HOME): Change from
8879 http://www.ics.uci.edu/~mh/book/mh to
8880 http://rand-mh.sourceforge.net/book/mh.
8881 Replace .htm suffix with .html for MH book files.
8882 (Using This Manual): Update key binding for getting relevant
8883 chapter in Info from command key.
8884 (Ranges): Fix itemx.
8885
8886 2006-05-05 Karl Berry <karl@gnu.org>
8887
8888 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
8889 (\fonttextsize): New user-level command to change text font size.
8890
8891 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
8892
8893 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
8894
8895 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8896
8897 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
8898
8899 2006-04-24 Bill Wohler <wohler@newt.com>
8900
8901 * mh-e.texi (Getting Started): Make it more explicit that you need
8902 to install MH. Add pointers to current MH implementations.
8903
8904 2006-04-21 Bill Wohler <wohler@newt.com>
8905
8906 Release MH-E manual version 7.94.
8907
8908 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8909 release 7.94.
8910
8911 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
8912
8913 * org.texi: Many small fixes.
8914 (Handling links): Rename from "Managing links".
8915
8916 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
8917
8918 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
8919 (Splitting mail using spam-stat): Fix @xref.
8920
8921 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
8922
8923 * gnus.texi (Spam Package): Major revision of the text.
8924 Previously this node was "Filtering Spam Using The Spam ELisp Package".
8925
8926 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
8927
8928 * org.texi (Time stamps): Better explanation of the purpose of
8929 different time stamps.
8930 (Structure editing, Plain lists): More details on how new items
8931 and headings are inserted.
8932
8933 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
8934
8935 * org.texi (Formula syntax): Fix link to Calc Manual.
8936
8937 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
8938
8939 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
8940
8941 2006-04-17 Bill Wohler <wohler@newt.com>
8942
8943 * mh-e.texi (Folders): Update mh-before-quit-hook and
8944 mh-quit-hook example with code that removes the buffers rather
8945 than just bury them.
8946
8947 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
8948
8949 Sync with Tramp 2.0.53.
8950
8951 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8952
8953 * org.texi (Updating settings): New section.
8954 (Visibility cycling): Better names for the startup folding
8955 options.
8956 (Exporting): Completely restructured.
8957 (The very busy C-c C-c key): New section.
8958 (Summary of in-buffer settings): New section.
8959
8960 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
8961
8962 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
8963
8964 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
8965
8966 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
8967 (Server Commands): Key `v' is reserved for users.
8968
8969 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
8970
8971 * org.texi (Link format): New section, emphasis on bracket links.
8972 (External links): Document bracket links.
8973 (FAQ): Expand to cover shell links and the new link format.
8974
8975 2006-04-09 Kevin Ryde <user42@zip.com.au>
8976
8977 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
8978
8979 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8980
8981 * gnus.texi (Summary Buffer Lines): Add `*'.
8982
8983 2006-04-07 Jochen KĂ¼pper <jochen@fhi-berlin.mpg.de>
8984
8985 * gnus.texi (Group Parameters):
8986 Mention gnus-permanently-visible-groups.
8987
8988 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8989
8990 * gnus.texi (Face): Fix typo.
8991
8992 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
8993
8994 * gnus.texi (X-Face): Clarify.
8995 (Face): Need Emacs with PNG support.
8996
8997 2006-04-06 Richard Stallman <rms@gnu.org>
8998
8999 * idlwave.texi: Delete the blocks "not suitable for inclusion with
9000 Emacs".
9001
9002 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
9003
9004 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
9005 blocks not suitable for inclusion with Emacs using variable
9006 PARTOFEMACS.
9007
9008 2006-04-04 Simon Josefsson <jas@extundo.com>
9009
9010 * gnus.texi (Security): Improve.
9011
9012 2006-04-02 Karl Berry <karl@gnu.org>
9013
9014 * texinfo.tex: Update to current version (2006-03-21.13).
9015
9016 2006-04-02 Bill Wohler <wohler@newt.com>
9017
9018 * mh-e.texi (Getting Started, Junk, Bug Reports)
9019 (MH FAQ and Support): Fix URLs.
9020
9021 2006-03-31 Romain Francoise <romain@orebokech.com>
9022
9023 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
9024 to t, not nil (and has for the past eight years).
9025
9026 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9027
9028 * message.texi, gnus.texi: Bump version to 5.11.
9029
9030 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
9031
9032 * gnus.texi (Top): Add comment about version line.
9033
9034 * message.texi (Top): Ditto. Change to take named versions into
9035 account.
9036
9037 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
9038
9039 * gnus.texi (Posting Styles): Add x-face-file to example.
9040 (X-Face): Refer to posting styles.
9041
9042 * gnus-faq.texi ([5.8]): Add x-face-file.
9043 ([8.4]): Add links to gmane.emacs.gnus.user and
9044 gmane.emacs.gnus.general.
9045
9046 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
9047
9048 * gnus-faq.texi: Use .invalid.
9049 ([5.4]): Fix gnus-posting-styles example.
9050
9051 2006-03-27 Romain Francoise <romain@orebokech.com>
9052
9053 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
9054 Emacs/W3 needs a new maintainer.
9055 (Ispell): Update author and version info.
9056 (Mailcrypt): Mention PGG.
9057 (New in Emacs 22): Add PGG to the list of new packages.
9058 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
9059 updating dead URLs.
9060
9061 2006-03-25 Karl Berry <karl@gnu.org>
9062
9063 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
9064 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
9065 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
9066 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
9067 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
9068 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
9069 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
9070 (2) do not indent copyright year list (or anything else).
9071
9072 2006-03-21 Bill Wohler <wohler@newt.com>
9073
9074 * mh-e.texi (Folders): Various edits.
9075
9076 2006-03-20 Romain Francoise <romain@orebokech.com>
9077
9078 * gnus.texi (Mail Folders): Grammar fix.
9079
9080 2006-03-19 Bill Wohler <wohler@newt.com>
9081
9082 * mh-e.texi (Replying): Document Mail-Followup-To.
9083 Change manually-formatted table to multitable. Add debugging info.
9084 Move description of mh-reply-default-reply-to into paragraph
9085 that describes its values.
9086
9087 2006-03-17 Bill Wohler <wohler@newt.com>
9088
9089 * mh-e.texi: Use smallexample and smalllisp consistently.
9090 (Sending Mail Tour): Update method of entering
9091 addresses and subject.
9092 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
9093 (Adding Attachments, Searching): Update screenshots for Emacs 22.
9094
9095 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
9096
9097 * org.texi: Version number change only.
9098
9099 2006-03-14 Bill Wohler <wohler@newt.com>
9100
9101 * mh-e.texi: Add index entries around each paragraph rather than
9102 depend on entries from beginning of node. Doing so ensures that
9103 index entries are less likely to be forgotten if text is cut and
9104 pasted, and are necessary anyway if the references are on a
9105 separate page. It seems that makeinfo is now (v. 4.8) only
9106 producing one index entry per node, so there is no longer any
9107 excuse not to. Use subheading instead of heading. The incorrect
9108 use of heading produced very large fonts in Info--as large as the
9109 main heading.
9110 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
9111 versions 6 and 7 appeared *around* the time of these Emacs releases.
9112
9113 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
9114
9115 * org.texi (Clean view): Document new startup options.
9116
9117 2006-03-11 Bill Wohler <wohler@newt.com>
9118
9119 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
9120 (Composing, Scan Line Formats): Fix @refs.
9121 (Getting Started): Define MH profile and MH profile components.
9122 (Incorporating Mail, Reading Mail, Viewing, Printing)
9123 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
9124 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
9125 for string constants.
9126 (Tool Bar): Remove spurious quote.
9127 (Junk): Use ``...'' instead of "...".
9128 (Scan Line Formats): Replace @samp with @kbd.
9129
9130 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
9131
9132 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
9133
9134 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
9135
9136 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
9137 easy to understand.
9138
9139 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
9140
9141 * gnus.texi: Markup fix.
9142 (Fancy Mail Splitting): Specify new feature.
9143
9144 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
9145
9146 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
9147 partial-words matching.
9148
9149 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
9150
9151 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
9152
9153 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
9154 (MIME Commands): Fix mm-discouraged-alternatives.
9155
9156 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
9157
9158 * org.texi: Version number change only.
9159
9160 2006-03-06 Bill Wohler <wohler@newt.com>
9161
9162 * mh-e.texi: Move from SourceForge repository to Savannah.
9163 This is version 7.93, which is a total rewrite from the previous
9164 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
9165 version 7.93.
9166
9167 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9168
9169 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
9170
9171 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
9172
9173 * org.texi (Interaction): Add item about `org-mouse.el' by
9174 Piotr Zielinski.
9175 (Managing links): Document that also mouse-1 can be used to
9176 activate a link.
9177 (Headlines, FAQ): Add entry about hiding leading stars.
9178 (Miscellaneous): Resort the sections in this chapter to a more
9179 logical sequence.
9180
9181 2006-02-27 Simon Josefsson <jas@extundo.com>
9182
9183 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
9184 2004-01-27 from the trunk).
9185
9186 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9187
9188 * cc-mode.texi: Rename c-hungry-backspace to
9189 c-hungry-delete-backwards, at the request of RMS. Leave the old
9190 name as an alias.
9191
9192 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9193
9194 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
9195 include the function header within the defun.
9196
9197 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9198
9199 * cc-mode.texi: Correct two typos.
9200
9201 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9202
9203 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
9204 existing comment.
9205 (Electric Keys): Add a justification for electric indentation.
9206 (Hungry WS Deletion): Clear up the names and complications of the
9207 BACKSPACE and DELETE keys.
9208
9209 2006-02-23 Juri Linkov <juri@jurta.org>
9210
9211 * faq.texi (Common requests): Move `Turning on auto-fill by
9212 default' after `Wrapping words automatically'. Move `Working with
9213 unprintable characters' before `Searching for/replacing newlines'.
9214 Move `Replacing highlighted text' after `Highlighting a region'.
9215 Merge `Repeating commands' and `Repeating a command as many times
9216 as possible' into the former.
9217 (Packages that do not come with Emacs): Add refs to Gmane and
9218 etc/MORE.STUFF.
9219
9220 2006-02-23 Juri Linkov <juri@jurta.org>
9221
9222 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
9223 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
9224 Add xref to `(emacs)Reporting Bugs'.
9225 (Getting a printed manual): Add URL to other formats of the manual.
9226 (Common requests): Fix menu.
9227 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
9228 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
9229 (Inserting text at the beginning of each line): Add pxref to
9230 `Changing the included text prefix'.
9231 (Forcing the cursor to remain in the same column): Mention `track-eol'
9232 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
9233 (Replacing text across multiple files): Add keybinding `Q' for
9234 `dired-do-query-replace'.
9235
9236 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
9237
9238 * reftex.texi: Version number and date change only.
9239
9240 * org.texi (Internal Links): Rewrite to cover the modified
9241 linking system.
9242
9243 2006-02-17 Eli Zaretskii <eliz@gnu.org>
9244
9245 * faq.texi: Remove the coding cookie, it's not needed anymore.
9246
9247 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9248
9249 * faq.texi (Colors on a TTY): Mention Mac OS port.
9250
9251 2006-02-12 Karl Berry <karl@gnu.org>
9252
9253 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
9254 8-bit accented a.
9255
9256 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
9257
9258 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
9259
9260 2006-02-08 Romain Francoise <romain@orebokech.com>
9261
9262 * faq.texi (Top): Remove paragraph about the FAQ being a
9263 transitional document, etc.
9264 (Searching for/replacing newlines): New node.
9265 (Yanking text in isearch): New node.
9266 (Inserting text at the beginning of each line): Rename and make
9267 more general, mention `M-;' in Message mode.
9268
9269 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
9270
9271 * faq.texi (Meta key does not work in xterm)
9272 (Emacs does not display 8-bit characters)
9273 (Inputting eight-bit characters): Update xrefs.
9274
9275 2006-02-06 Romain Francoise <romain@orebokech.com>
9276
9277 * faq.texi (VM): VM now at version 7.19.
9278 Set myself as maintainer of this file.
9279
9280 2006-02-04 Michael Olson <mwolson@gnu.org>
9281
9282 * erc.texi (History): Note that ERC is now included with Emacs.
9283
9284 2006-01-31 Romain Francoise <romain@orebokech.com>
9285
9286 * message.texi (Message Headers): Explain what
9287 `message-alternative-emails' does in more detail.
9288 Update copyright year.
9289
9290 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
9291
9292 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
9293
9294 2006-01-29 Richard M. Stallman <rms@gnu.org>
9295
9296 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
9297
9298 2006-01-29 Michael Olson <mwolson@gnu.org>
9299
9300 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
9301
9302 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
9303
9304 * faq.texi (New in Emacs 22): Mention ERC.
9305
9306 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9307
9308 * rcirc.texi: Capitalize dir entry for consistency with the entry
9309 in info/dir and other entries in the Emacs category.
9310 Fix typos. Delete trailing whitespace.
9311
9312 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
9313
9314 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
9315
9316 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9317
9318 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
9319 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9320
9321 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
9322 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9323
9324 2006-01-27 Alex Schroeder <alex@gnu.org>
9325
9326 * rcirc.texi: New file.
9327
9328 2006-01-23 Juri Linkov <juri@jurta.org>
9329
9330 * widget.texi (User Interface): Add S-TAB for widget-backward.
9331
9332 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
9333
9334 Sync with Tramp 2.0.52.
9335
9336 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
9337 Add Tramp disabling item. New item for common connection problems.
9338 (various): Apply "ftp" as method for the download URL.
9339 (Bug Reports): Refer to FAQ for common problems.
9340
9341 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9342
9343 * widget.texi (User Interface): Use @key for TAB.
9344
9345 * ses.texi (Formulas, Printer functions): Use @key for TAB.
9346
9347 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
9348 for TAB.
9349
9350 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
9351
9352 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9353
9354 * gnus.texi: Update copyright.
9355
9356 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
9357
9358 * gnus.texi (Article Washing): Additions.
9359
9360 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9361
9362 * org.texi (Agenda commands): Document tags command.
9363
9364 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9365
9366 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
9367
9368 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9369
9370 * gnus.texi (RSS): Addition.
9371
9372 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9373
9374 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
9375
9376 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9377
9378 * emacs-mime.texi (Display Customization): Add setting example to
9379 mm-discouraged-alternatives.
9380
9381 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9382
9383 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
9384 version is the canonical version.
9385
9386 2006-01-08 Alex Schroeder <alex@gnu.org>
9387
9388 * pgg.texi (Caching passphrase): Rewording.
9389
9390 2006-01-06 Eli Zaretskii <eliz@gnu.org>
9391
9392 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
9393 repository URL.
9394
9395 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
9396
9397 * org.texi: Removed the accidentally re-added empty line in the
9398 direntry.
9399
9400 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
9401
9402 * org.texi (Agenda Views): Chapter reorganized.
9403
9404 2005-12-29 Romain Francoise <romain@orebokech.com>
9405
9406 * faq.texi (Using Customize): New node.
9407
9408 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9409
9410 * org.texi: Remove blank line in @direntry. It is non-standard
9411 and recursively produces blank lines all over the dir file (when
9412 using Texinfo 4.8).
9413
9414 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9415
9416 * widget.texi (atoms): Delete obsolete remark about `file' widget.
9417
9418 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9419
9420 * org.texi (Tags): Boolean logic documented.
9421 (Agenda Views): Document custom commands.
9422
9423 2005-12-20 David Kastrup <dak@gnu.org>
9424
9425 * faq.texi (AUCTeX): Update version and mailing list info.
9426
9427 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9428
9429 * gnus.texi (MIME Commands): Mention addition of
9430 multipart/alternative to gnus-buttonized-mime-types and add xref
9431 to mm-discouraged-alternatives.
9432
9433 * emacs-mime.texi (Display Customization): Mention addition of
9434 "image/.*" and add xref to gnus-buttonized-mime-types in the
9435 mm-discouraged-alternatives section.
9436
9437 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9438
9439 * org.texi (Tags): New section.
9440 (Agenda Views): Chapter reorganized.
9441
9442 2005-12-16 Eli Zaretskii <eliz@gnu.org>
9443
9444 * org.texi (Internal Links): Add a missing comma after an @xref.
9445
9446 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
9447
9448 * faq.texi (Filling paragraphs with a single space): No need to
9449 change sentence-end now.
9450
9451 2005-12-13 Romain Francoise <romain@orebokech.com>
9452
9453 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
9454
9455 2005-12-12 Jay Belanger <belanger@truman.edu>
9456
9457 * faq.texi (Calc): Update version number.
9458
9459 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9460
9461 * org.texi (Progress Logging): New section.
9462
9463 2005-12-10 Romain Francoise <romain@orebokech.com>
9464
9465 Update the Emacs FAQ for the 22.1 release.
9466
9467 * faq.texi: Set VER to `22.1'.
9468 (Basic editing): Explain how to use localized versions of the
9469 Tutorial. Mention that `C-h r' displays the manual.
9470 Delete obsolete WWW link to an Emacs 18 tutorial.
9471 (Getting a printed manual): Point to the new locations of the
9472 manuals on the GNU Web site.
9473 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
9474 available via Info (it was previously distributed separately).
9475 (Installing Texinfo documentation): The latest version of Texinfo
9476 is 4.8, not 4.0.
9477 (Informational files for Emacs): COPYING is the GNU General Public
9478 License, not the Emacs General Public License.
9479 (Informational files for Emacs): Delete obsolete link to the
9480 GNUinfo pages as they have been removed from the GNU Web site.
9481 (New in Emacs 22): New node.
9482 (Setting up a customization file): Say that most packages support
9483 Customize nowadays.
9484 (Colors on a TTY): Delete reference to instructions on how to
9485 enable syntax highlighting, it is now enabled by default.
9486 (Turning on abbrevs by default): Emacs now reads the abbrevs file
9487 at startup automatically.
9488 (Controlling case sensitivity): Mention `M-c' in isearch.
9489 (Using an already running Emacs process): Emacs now creates the
9490 socket in `/tmp/emacsUID'. Fix typos. Change default location of
9491 gnuserv. As emacsclient can now run Lisp code as well, delete a
9492 sentence praising gnuserv for that. Simplify description of how
9493 the client/server operation works.
9494 (Compiler error messages): Delete obsolete text (compile.el has
9495 been rewritten).
9496 (Indenting switch statements): Fix typo.
9497 (Matching parentheses): Simplify setup instructions, mention the
9498 menu bar item in the Options menu.
9499 (Repeating a command as many times as possible): Mention `C-x e'.
9500 (Going to a line by number): Mention new keymap and bindings
9501 `M-g M-g', `M-g M-p' and `M-g M-n'.
9502 (Turning on syntax highlighting): Now on by default. Simplify.
9503 (Replacing highlighted text): Use `1', not `t'.
9504 (Problems with very large files): The maximum size is now 256MB on
9505 32-bit machines.
9506 (^M in the shell buffer): Mention `comint-process-echoes'.
9507 (Emacs for Apple computers): Emacs 22 has native support for Mac
9508 OS X.
9509 (Translating names to IP addresses): Delete node.
9510 (Binding keys to commands): Fix typo.
9511 (SPC no longer completes file names): New node.
9512 (MIME with Emacs mail packages): Delete section about the Emacs
9513 MIME FAQ (it's not reachable anymore).
9514
9515 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9516
9517 * cc-mode.texi: The manual has been extensively revised: the
9518 information about using CC Mode has been separated from the larger
9519 and more difficult chapters about configuration. It has been
9520 updated for CC Mode 5.31.
9521
9522 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9523
9524 * pgg.texi (User Commands): Fix description of pgg-verify-region.
9525 (Selecting an implementation): Fix descriptions.
9526
9527 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9528
9529 * message.texi (Various Message Variables): Addition.
9530
9531 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9532
9533 * message.texi: Fix default values.
9534
9535 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9536
9537 * message.texi (Header Commands): Clarify descriptions of
9538 message-cross-post-followup-to, message-reduce-to-to-cc, and
9539 message-insert-wide-reply.
9540 (Various Commands): Fix kindex for message-kill-to-signature;
9541 clarify description of message-tab.
9542
9543 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
9544
9545 * message.texi (Mailing Lists): Fix description about MFT.
9546
9547 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
9548
9549 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9550
9551 * gnus.texi (Slow Terminal Connection): Replace old description
9552 with new one.
9553
9554 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
9555
9556 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
9557 replace X-Draft-Headers with X-Draft-From.
9558
9559 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9560
9561 * gnus.texi (Various Various): Fix the default value of
9562 nnheader-max-head-length.
9563 (Gnus Versions): Fix typo.
9564
9565 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9566
9567 * org.texi (Structure editing): Document new functionality of
9568 M-RET.
9569
9570 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
9571
9572 * org.texi (Internal Links): Fix Texinfo usage.
9573
9574 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9575
9576 * org.texi (TODO basics): Document the global todo list.
9577 (TODO items): Documents sparse tree for specific TODO
9578 keywords.
9579
9580 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
9581
9582 * org.texi (Plain Lists): Typos fixed.
9583
9584 2005-11-28 Jay Belanger <belanger@truman.edu>
9585
9586 * calc.texi: Change references of `M-#' to `C-x *' prefix.
9587
9588 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9589
9590 * org.texi (Structure editing): New item moving commands added.
9591 (Plain Lists): New section.
9592
9593 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9594
9595 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
9596 (Agenda): Document commands `org-cycle-agenda-files' and
9597 `org-agenda-file-to-front'.
9598 (Built-in table editor): Document `org-table-sort-lines'.
9599 (HTML formatting): Export of hand-formatted lists.
9600
9601 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9602
9603 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
9604 new variable gnus-toolbar-thickness.
9605
9606 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
9607
9608 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
9609
9610 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9611
9612 * gnus.texi (X-Face): Fix description.
9613 (XVarious): Remove gnus-xmas-logo-color-alist and
9614 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
9615
9616 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9617
9618 * gnus.texi (Group Parameters): Mention new variable
9619 gnus-parameters-case-fold-search.
9620 (Home Score File): Addition.
9621
9622 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9623
9624 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
9625 (Overview): List supported feed types.
9626 (Installation): No installation necessary when using autoload.
9627 (Configuration): Rename "RSS" to "news".
9628
9629 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9630
9631 * pgg.texi (User Commands): Document additional passphrase
9632 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
9633 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
9634
9635 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9636
9637 * org.texi: Version number changed to 3.19.
9638
9639 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
9640
9641 * pgg.texi (How to use): Update the example to add autoload of
9642 pgg-encrypt-symmetric-region.
9643 (User Commands): Document pgg-encrypt-symmetric-region.
9644 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
9645
9646 2005-10-27 Jay Belanger <belanger@truman.edu>
9647
9648 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
9649 mention other TeX-related units.
9650
9651 2005-10-23 Lars Hansen <larsh@soem.dk>
9652
9653 * dired-x.texi (Miscellaneous Commands):
9654 Replace dired-do-relative-symlink by dired-do-relsymlink and
9655 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
9656
9657 2005-10-23 Jay Belanger <belanger@truman.edu>
9658
9659 * calc.texi (Predefined Units): Use `alpha' for the fine structure
9660 constant.
9661
9662 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9663
9664 * faq.texi (Bugs and problems):
9665 Replace `dired-move-to-filename-regexp' by
9666 `directory-listing-before-filename-regexp'.
9667
9668 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9669
9670 * newsticker.texi (UPDATED): Set value.
9671
9672 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
9673
9674 * gnus.texi (Document Groups): Remove duplicate item.
9675
9676 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9677
9678 * org.texi (Summary): Mention iCalendar support.
9679 (Exporting): Document iCalendar support.
9680
9681 2005-10-18 Romain Francoise <romain@orebokech.com>
9682
9683 * viper.texi (Viper Specials): Capitalize GNU.
9684
9685 2005-10-17 Juri Linkov <juri@jurta.org>
9686
9687 * info.texi (Getting Started, Search Index, Expert Info):
9688 Fix wording.
9689 (Search Text): Replace `echo area' with `mode line'.
9690 (Search Index): Both `i' and `,' find all index entries.
9691 Replace example `C-f' with `C-l' (which exists in index of Info
9692 manual) and delete spaces in its keyboard input sequence.
9693 Delete unnecessary explanations about literal characters.
9694
9695 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
9696
9697 * gnus.texi (Document Server Internals): Addition.
9698
9699 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9700
9701 * gnus.texi (A note on namespaces): Fix RFC reference.
9702
9703 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9704
9705 * gnus.texi (RSS): Fix key description.
9706
9707 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9708
9709 * gnus.texi: Emacs/w3 -> Emacs/W3.
9710 (Browsing the Web): Fix description.
9711 (Web Searches): Ditto.
9712 (Customizing W3): Ditto.
9713
9714 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9715
9716 * gnus.texi (Maildir): Clarify expire-age and expire-group.
9717
9718 2005-10-11 Jay Belanger <belanger@truman.edu>
9719
9720 * calc.texi (Integration): Mention using `a i' to compute definite
9721 integrals.
9722
9723 2005-10-11 Juri Linkov <juri@jurta.org>
9724
9725 * info.texi: Rearrange nodes.
9726 (Top): Update menu. Change ref `Info for Experts' to
9727 `Advanced Info Commands'.
9728 (Getting Started): Fix description of manual's parts.
9729 (Help-Int): Change xref `Info Search' to `Search Index', and
9730 `Expert Info' to `Advanced'.
9731 (Advanced): Move node one level up.
9732 (Search Text, Search Index): New nodes split out from `Info Search'.
9733 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
9734 split out from `Advanced'.
9735 (Advanced, Emacs Info Variables): De-document editing an Info file
9736 in Info.
9737 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
9738 (Creating an Info File): Delete node and move its text to
9739 `Expert Info'.
9740
9741 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9742
9743 * org.texi (Workflow states): Documented that change in keywords
9744 becomes active only after restart of Emacs.
9745
9746 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9747
9748 Sync with Tramp 2.0.51.
9749
9750 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
9751
9752 * speedbar.texi (Introduction): Describe new location of speedbar
9753 on menubar.
9754 (Basic Key Bindings): Remove descriptions of bindings that have
9755 been removed.
9756
9757 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
9758
9759 * speedbar.texi (GDB): Describe use of watch expressions.
9760
9761 2005-09-28 Simon Josefsson <jas@extundo.com>
9762
9763 * message.texi (IDNA): Fix.
9764
9765 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9766
9767 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
9768 nntp-server-hook, and nntp-warn-about-losing-connection; fix
9769 description of nntp-open-connection-function.
9770 (Common Variables): Fix descriptions.
9771
9772 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
9773
9774 * gnus.texi (Server Buffer Format): Document the %a format spec.
9775
9776 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9777
9778 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
9779
9780 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9781
9782 * org.texi Version 3.16.
9783
9784 2005-09-19 Miles Bader <miles@gnu.org>
9785
9786 * newsticker.texi: Get rid of CVS keywords.
9787
9788 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
9789
9790 * gnus.texi (Finding the Parent): Fix description of how Gnus
9791 finds article.
9792
9793 2005-09-14 Jari Aalto <jari.aalto@cante.net>
9794
9795 * gnus.texi (Advanced Scoring Examples): New examples to teach how
9796 to drop off non-answered articles.
9797
9798 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9799
9800 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
9801 braces (which are unsupported by NMAKE) for macro `srcdir'.
9802
9803 2005-09-17 Eli Zaretskii <eliz@gnu.org>
9804
9805 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9806 (../info/newsticker, newsticker.dvi): New targets.
9807
9808 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
9809
9810 * newsticker.texi: Replace @command with @code. Replace @example
9811 with @lisp.
9812 (Top): Add explanations to menu items.
9813 (GNU Free Documentation License): Remove.
9814
9815 2005-09-16 Romain Francoise <romain@orebokech.com>
9816
9817 Update all files to specify GFDL version 1.2.
9818
9819 * doclicense.texi (GNU Free Documentation License): Update to
9820 version 1.2.
9821
9822 2005-09-15 Richard M. Stallman <rms@gnu.org>
9823
9824 * newsticker.texi: Fix @setfilename.
9825
9826 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9827 (../info/newsticker, newsticker.dvi): New targets.
9828
9829 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
9830
9831 * org.texi: Version 3.15.
9832
9833 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
9834
9835 * ses.texi: Combine all three indices into one.
9836 Correct a few typos.
9837
9838 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
9839
9840 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
9841
9842 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9843
9844 * emacs-mime.texi (Handles): Remove duplicate item.
9845 (Encoding Customization): Fix the default value for
9846 mm-coding-system-priorities.
9847 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
9848 (Basic Functions): Fix reference.
9849
9850 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9851
9852 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
9853
9854 2005-08-18 Richard M. Stallman <rms@gnu.org>
9855
9856 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
9857 and web site.
9858
9859 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
9860 not keyboard-translate.
9861
9862 2005-08-11 Richard M. Stallman <rms@gnu.org>
9863
9864 * faq.texi (Using regular expressions): Fix xref.
9865
9866 2005-08-09 Juri Linkov <juri@jurta.org>
9867
9868 * info.texi (Help-P): Replace `Prev' with `Previous'.
9869 (Help-M, Help-Xref): Add S-TAB.
9870 (Help-FOO): Update `u' command.
9871 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
9872 Update info about visibility of xref parts.
9873 (Help-Int): Fix `m' command. Rename `Info-last' to
9874 `Info-history-back'. Add `Info-history-forward'.
9875 (Advanced): Fix `g*' and `M-n' commands.
9876 (Info Search): Add `index-apropos' in stand-alone browser.
9877 Add isearch commands.
9878 (Emacs Info Variables): Remove `Info-fontify'.
9879 Add `Info-mode-hook'. Update face names.
9880 Add `Info-fontify-maximum-menu-size',
9881 `Info-fontify-visited-nodes', `Info-isearch-search'.
9882
9883 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
9884
9885 Sync with Tramp 2.0.50.
9886
9887 * tramp.texi: Use @option{} consequently for method names.
9888 (Inline methods, External transfer methods): Remove references to
9889 Cygwin.
9890 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
9891 implementation.
9892
9893 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
9894
9895 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
9896 Mention that gnus-init-file is not read when Emacs is invoked with
9897 --no-init-file or -q.
9898
9899 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
9900
9901 * org.texi: Version 3.14.
9902
9903 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9904
9905 * org.texi: Version 3.13.
9906
9907 2005-07-18 Juri Linkov <juri@jurta.org>
9908
9909 * calc.texi (Time Zones, Logical Operations):
9910 * cl.texi (Overview):
9911 * org.texi (TODO types):
9912 * sc.texi (Emacs 18 MUAs):
9913 * speedbar.texi (Top):
9914 * url.texi (History):
9915 Delete duplicate duplicate words.
9916
9917 2005-07-16 Johan BockgĂ¥rd <bojohan@users.sourceforge.net> (tiny change)
9918
9919 * cl.texi (Type Predicates): Document `atom' type.
9920
9921 2005-07-04 Lute Kamstra <lute@gnu.org>
9922
9923 Update FSF's address in GPL notices.
9924
9925 * calc.texi (Copying):
9926 * doclicense.texi (GNU Free Documentation License):
9927 * faq.texi (Contacting the FSF):
9928 * mh-e.texi (Copying): Update FSF's address.
9929
9930 2005-07-03 Richard M. Stallman <rms@gnu.org>
9931
9932 * flymake.texi (Example -- Configuring a tool called directly):
9933 Update name of flymake-build-relative-filename.
9934
9935 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9936
9937 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
9938
9939 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9940
9941 * org.texi: Version 3.12.
9942
9943 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9944
9945 * makefile.w32-in (MAKEINFO): Use --force.
9946 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
9947 Makefile.in.
9948 (gnus.dvi): Use "..." to quote Sed args, so that it works with
9949 more shells.
9950
9951 2005-06-23 Richard M. Stallman <rms@gnu.org>
9952
9953 * speedbar.texi (Creating a display): Texinfo usage fixes.
9954
9955 * tramp.texi (Customizing Completion, Auto-save and Backup):
9956 Texinfo usage fixes.
9957
9958 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9959
9960 * dired-x.texi (Miscellaneous Commands):
9961 * ediff.texi (Miscellaneous):
9962 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
9963 (Agent Variables):
9964 * info.texi (Help-Xref):
9965 * message.texi (Message Headers):
9966 * org.texi (Remember):
9967 * reftex.texi (Options (Defining Label Environments))
9968 (Options (Index Support), Options (Viewing Cross-References))
9969 (Options (Misc), Changes):
9970 * speedbar.texi (Creating a display):
9971 * tramp.texi (Customizing Completion, Auto-save and Backup):
9972 Texinfo usage fix.
9973
9974 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
9975
9976 * org.texi: Version 3.11.
9977
9978 2005-06-12 Jay Belanger <belanger@truman.edu>
9979
9980 * calc.texi (Getting Started): Remove extra menu item.
9981
9982 2005-05-31 Jay Belanger <belanger@truman.edu>
9983
9984 * calc.texi (Notations Used in This Manual): Use @kbd for key
9985 sequence.
9986 (Demonstration of Calc): Mention another way of starting Calc.
9987 (Starting Calc): Mention long name of M-#.
9988 (Embedded Mode Overview): Remove unnecessary instruction.
9989 (Other M-# commands): Rephrase `M-# 0' explanation.
9990 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
9991 reflect current behavior.
9992
9993 2005-05-30 Jay Belanger <belanger@truman.edu>
9994
9995 * calc.texi (Hooks): Change description of calc-window-hook and
9996 calc-trail-window-hook to match usage.
9997 (Computational Functions): Add more constant-generating functions.
9998 (Customizable Variables): Use defvar.
9999
10000 2005-05-28 Jay Belanger <belanger@truman.edu>
10001
10002 * calc.texi (Assignments in Embedded Mode): Fix variable name.
10003 (Basic Embedded Mode): Explain behavior of arguments to
10004 calc-embedded-mode.
10005
10006 2005-05-27 Jay Belanger <belanger@truman.edu>
10007
10008 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
10009 current behavior.
10010
10011 2005-05-25 Jay Belanger <belanger@truman.edu>
10012
10013 * calc.texi: Change Calc version number throughout.
10014 (Keypad Mode): Change location in info output.
10015 (Keypad mode overview): Move picture of keypad.
10016
10017 2005-05-21 Jay Belanger <belanger@truman.edu>
10018
10019 * calc.texi (Storing variables): Mention that only most variables
10020 are void to begin with.
10021
10022 2005-05-21 Kevin Ryde <user42@zip.com.au>
10023
10024 * widget.texi (Basic Types): Update cross ref from "Enabling
10025 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
10026 lispref/text.texi change.
10027
10028 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
10029
10030 * org.texi: Version 3.09.
10031
10032 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
10033
10034 * reftex.texi: Version 4.28.
10035
10036 2005-05-16 Jay Belanger <belanger@truman.edu>
10037
10038 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
10039
10040 2005-05-14 Jay Belanger <belanger@truman.edu>
10041
10042 * calc.texi (Default Simplifications): Insert missing ! (logical
10043 not operator).
10044
10045 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10046
10047 Sync with Tramp 2.0.49.
10048
10049 2005-05-10 Jay Belanger <belanger@truman.edu>
10050
10051 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
10052 to 1.
10053
10054 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
10055
10056 * org.texi: Version 3.08, structure reorganized.
10057
10058 2005-04-24 Richard M. Stallman <rms@gnu.org>
10059
10060 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
10061
10062 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
10063
10064 * org.texi: Update to version 3.06.
10065
10066 2005-04-13 Lute Kamstra <lute@gnu.org>
10067
10068 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
10069
10070 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
10071
10072 * cl.texi (Porting Common Lisp): Fix typo.
10073
10074 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10075
10076 * gnus.texi (RSS): Addition.
10077
10078 2005-04-04 Jay Belanger <belanger@truman.edu>
10079
10080 * calc.texi: Change Calc version number.
10081 (Customizable variables): Fix description of calc-language-alist.
10082 (Copying): Put in version 2 of GPL.
10083
10084 2005-04-01 Jay Belanger <belanger@truman.edu>
10085
10086 * calc.texi (Troubleshooting Commands): Remove comment about
10087 installation.
10088 (Installation): Remove section.
10089 (Customizable Variables): New section.
10090 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
10091 (Graphical Devices): Add references to Customizable Variables.
10092
10093 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
10094
10095 * emacs-mime.texi (Display Customization): Markup fixes.
10096 (rfc2047): Update.
10097
10098 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
10099
10100 * gnus-faq.texi: Replaced with auto-generated version.
10101
10102 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10103
10104 * dired-x.texi (Multiple Dired Directories): default-directory was
10105 renamed to dired-default-directory.
10106
10107 2005-03-26 Jay Belanger <belanger@truman.edu>
10108
10109 * calc.texi (Simplifying Formulas, Rewrite Rules):
10110 Change description of top and bottom of fraction.
10111 (Modulo Forms): Move description of how to create modulo forms to
10112 earlier in the section.
10113 (Fraction Mode): Suggest using : to get a fraction by dividing.
10114 (Basic Arithmetic): Adjust placement of command name.
10115 (Truncating the Stack): Emphasize that "hidden" entries are still
10116 visible.
10117 (Installation): Move discussion of printing manual to "About This
10118 Manual".
10119 (About This Manual): Mention how to print the manual.
10120 (Reporting Bugs): Remove first person.
10121 (Building Vectors): Add algebraic version of append.
10122 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
10123 (Grouping Digits): Fix typo.
10124
10125 2005-03-25 Werner Lemberg <wl@gnu.org>
10126
10127 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
10128 Replace `legal' with `valid'.
10129
10130 2005-03-25 Werner Lemberg <wl@gnu.org>
10131
10132 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
10133
10134 2005-03-24 Jay Belanger <belanger@truman.edu>
10135
10136 * calc.texi (General Mode Commands)
10137 (Mode Settings in Embedded Mode): Add some explanation of
10138 recording mode settings.
10139
10140 2005-03-24 Richard M. Stallman <rms@gnu.org>
10141
10142 * calc.texi: Remove praise of non-free software.
10143
10144 * idlwave.texi: Don't say where to get IDL or its non-free manual.
10145 (Installation): Node deleted.
10146
10147 2005-03-23 Richard M. Stallman <rms@gnu.org>
10148
10149 * url.texi (HTTP language/coding): Improve last change.
10150
10151 2005-03-22 Jay Belanger <belanger@truman.edu>
10152
10153 * calc.texi (Embedded Mode): Add new information on changing
10154 modes.
10155
10156 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10157
10158 Sync with Tramp 2.0.48.
10159
10160 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
10161
10162 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
10163 "GNU/Linux". Change all addresses to .gnu.org.
10164 (Default Method): Offer shortened syntax for "su" and "sudo"
10165 methods.
10166
10167 2005-03-07 Richard M. Stallman <rms@gnu.org>
10168
10169 * url.texi: Fix usage of "e.g.".
10170 (HTTP language/coding): Explain the rules for these strings.
10171
10172 2005-03-06 Richard M. Stallman <rms@gnu.org>
10173
10174 * woman.texi (Introduction): Minor cleanups.
10175
10176 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
10177
10178 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
10179 (Installation): Node deleted.
10180
10181 * mh-e.texi (Preface): Get rid of "Emacs 21".
10182
10183 * eshell.texi (Installation): Delete node (for Emacs 20).
10184
10185 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
10186
10187 * flymake.texi: Refill and tweak style in @lisp blocks.
10188
10189 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10190
10191 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
10192
10193 2005-03-01 Jay Belanger <belanger@truman.edu>
10194
10195 * calc.texi (Trigonometric and Hyperbolic Functions):
10196 Mention additional functions.
10197 (Algebraic Simplifications): Mention additional simplifications.
10198
10199 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
10200
10201 * ses.texi: Add concept/function/variable indices (this work was
10202 donated by Brad Collins <brad@chenla.org>, copyright-assignment
10203 papers on file at FSF).
10204
10205 2005-02-10 Jay Belanger <belanger@truman.edu>
10206
10207 * calc.texi: Change @LaTeX to La@TeX throughout.
10208 Redefine @expr as @math for TeX output.
10209 Redefine @texline as a no-op for TeX output.
10210 Define @tfn, replace @t by @tfn throughout.
10211
10212 2005-02-09 Jay Belanger <belanger@truman.edu>
10213
10214 * calc.texi: Add macro for LaTeX for info output.
10215
10216 2005-02-08 Kim F. Storm <storm@cua.dk>
10217
10218 * texinfo.tex (LaTex): Add def.
10219
10220 2005-02-06 Jay Belanger <belanger@truman.edu>
10221
10222 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
10223 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
10224 throughout manual.
10225
10226 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10227
10228 * gnus.texi: Some edits based on comments from David Abrahams.
10229
10230 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10231
10232 * gnus.texi (RSS): Fix the keystroke.
10233
10234 2005-01-24 David Kastrup <dak@gnu.org>
10235
10236 * faq.texi: Update AUCTeX version info.
10237
10238 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
10239
10240 * gnus-faq.texi ([4.1]): Typo.
10241
10242 2005-01-19 Jay Belanger <belanger@truman.edu>
10243
10244 * calc.texi (Keep Arguments): Mention that keeping arguments
10245 doesn't work with keyboard macros.
10246
10247 2005-01-16 Richard M. Stallman <rms@gnu.org>
10248
10249 * autotype.texi (Autoinserting): Fix small error.
10250
10251 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
10252
10253 Sync with Tramp 2.0.47.
10254
10255 * tramp.texi (Compilation): New section, describing compilation of
10256 remote files.
10257
10258 2005-01-11 Kim F. Storm <storm@cua.dk>
10259
10260 * widget.texi (Basic Types): Add :follow-link keyword.
10261
10262 2005-01-09 Jay Belanger <belanger@truman.edu>
10263
10264 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
10265
10266 2005-01-08 Jay Belanger <belanger@truman.edu>
10267
10268 * calc.texi: Change throughout to reflect new default value of
10269 calc-settings-file.
10270
10271 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10272
10273 * message.texi (Reply): `message-reply-to-function' should return
10274 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
10275
10276 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
10277
10278 * faq.texi (Changing load-path): Fix typo.
10279
10280 2005-01-05 Jay Belanger <belanger@truman.edu>
10281
10282 * calc.texi (Programming Tutorial): Replace kbd command by
10283 appropriate characters for a keyboard macro.
10284
10285 2005-01-04 Jay Belanger <belanger@truman.edu>
10286
10287 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
10288 for Lucid Emacs.
10289 (Programming Tutorial): Mention that the user needs to be in the
10290 right mode to compute some functions.
10291
10292 2005-01-04 Jay Belanger <belanger@truman.edu>
10293
10294 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
10295 no longer applicable.
10296
10297 2005-01-01 Jay Belanger <belanger@truman.edu>
10298
10299 * calc.texi (Programming Tutorial): Change description of how to
10300 edit keyboard macros to match current behavior.
10301
10302 2004-12-31 Jay Belanger <belanger@truman.edu>
10303
10304 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
10305
10306 2004-12-20 Jay Belanger <belanger@truman.edu>
10307
10308 * calc.texi (Types Tutorial): Emphasize that you can't divide by
10309 zero.
10310
10311 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
10312
10313 * cc-mode.texi (Text Filling and Line Breaking): Put period after
10314 @xref.
10315 (Font Locking): Avoid @strong{Note:}.
10316
10317 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10318
10319 Sync with Tramp 2.0.46.
10320
10321 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
10322
10323 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
10324
10325 * url.texi: Correct typos.
10326 (Retrieving URLs): @var{nil}->@code{nil}.
10327 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
10328 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
10329 (Dealing with HTTP documents): @inforef->@xref.
10330
10331 2004-12-15 Jay Belanger <belanger@truman.edu>
10332
10333 * calc.texi: Consistently capitalized all mode names.
10334 (Answers to Exercises): Mention that an answer can be a fraction
10335 when in Fraction mode.
10336
10337 2004-12-13 Jay Belanger <belanger@truman.edu>
10338
10339 * calc.texi: Fix some TeX definitions.
10340
10341 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
10342
10343 * reftex.texi (Imprint): Remove erroneous @value's.
10344
10345 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10346
10347 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
10348 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
10349
10350 2004-12-08 Jay Belanger <belanger@truman.edu>
10351
10352 * calc.texi (Starting Calc): Remove comment about installation.
10353 (Keypad Mode Overview): Remove comment about Emacs 19 support.
10354
10355 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10356
10357 * url.texi: Update @setfilename.
10358 (Getting Started): No need to worry about Gnus versions.
10359 (Dealing with HTTP documents): Use @inforef.
10360
10361 * org.texi: Fix @direntry file name.
10362
10363 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10364
10365 * url.texi: New file.
10366
10367 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
10368
10369 2004-12-06 Jay Belanger <belanger@truman.edu>
10370
10371 * calc.texi (Using Calc): Remove paragraph about installation.
10372
10373 2004-12-06 Jay Belanger <belanger@truman.edu>
10374
10375 * calc.texi: Use more Texinfo macros and less TeX defs.
10376 Remove @refill's.
10377
10378 2004-12-06 Richard M. Stallman <rms@gnu.org>
10379
10380 * org.texi: New file.
10381
10382 2004-12-05 Richard M. Stallman <rms@gnu.org>
10383
10384 * Makefile.in (org.dvi, ../info/org): New targets.
10385 (INFO_TARGETS): Add ../info/org.
10386 (DVI_TARGETS): Add org.dvi.
10387 (maintainer-clean): Remove the info files in the info dir.
10388
10389 2004-11-26 Eli Zaretskii <eliz@gnu.org>
10390
10391 * idlwave.texi: Fix the setfilename directive to put the produced
10392 file in ../info.
10393 (Continued Statement Indentation): Resurrect Jan D.'s change from
10394 2004-11-03 that was lost when a newer version of idlwave.texi was
10395 imported.
10396
10397 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10398
10399 * gnus-faq.texi ([5.1]): Add missing bracket.
10400
10401 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
10402 Index `spam-initialize'.
10403
10404 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10405
10406 * message.texi (Various Message Variables): Mention that all mail
10407 file variables are derived from `message-directory'.
10408
10409 * gnus.texi (Splitting Mail): Clarify bogus group.
10410
10411 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10412
10413 * emacs-mime.texi (Encoding Customization):
10414 Fix mm-coding-system-priorities entry.
10415
10416 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
10417
10418 * idlwave.texi (Continued Statement Indentation):
10419 * reftex.texi (Options (Index Support))
10420 (Displaying and Editing the Index, Table of Contents):
10421 * speedbar.texi (Creating a display, Major Display Modes):
10422 Replace non-nil with non-@code{nil}.
10423
10424 2004-10-21 Jay Belanger <belanger@truman.edu>
10425
10426 * calc.texi (Algebraic-Style Calculations): Remove a comment.
10427
10428 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
10429
10430 * calc.texi (Reporting Bugs): Double up `@'.
10431
10432 2004-10-18 Jay Belanger <belanger@truman.edu>
10433
10434 * calc.texi (Reporting Bugs): Change the address that bugs
10435 should be sent to.
10436
10437 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10438
10439 * gnus.texi (New Features): Add 5.11.
10440
10441 * message.texi (Resending): Remove wrong default value.
10442
10443 * gnus.texi (Mail Source Specifiers): Describe possible problems
10444 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
10445 `pop3-leave-mail-on-server' to the index.
10446
10447 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10448
10449 * message.texi (Canceling News): Add how to set a password.
10450
10451 2004-10-12 Jay Belanger <belanger@truman.edu>
10452
10453 * calc.texi (Help Commands): Change the descriptions of
10454 calc-describe-function and calc-describe-variable to match their
10455 current behavior.
10456
10457 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10458
10459 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
10460
10461 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10462
10463 Sync with Tramp 2.0.45.
10464
10465 * tramp.texi (Frequently Asked Questions): Comment paragraph about
10466 plink link. The URL is outdated. Originator contacted for
10467 clarification.
10468
10469 2004-10-10 Juri Linkov <juri@jurta.org>
10470
10471 * gnus.texi (Top, Marking Articles): Join two menus in one node
10472 because a node can have only one menu.
10473
10474 2004-10-09 Juri Linkov <juri@jurta.org>
10475
10476 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
10477 example of nnmail-split-fancy.
10478
10479 2004-10-06 Karl Berry <karl@gnu.org>
10480
10481 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
10482 consistency with other uses of dashes.
10483
10484 2004-10-05 Karl Berry <karl@gnu.org>
10485
10486 * info.texi: Consistently use --- throughout, periods at end of
10487 menu descriptions, and a couple typos.
10488
10489 2004-09-26 Jesper Harder <harder@ifa.au.dk>
10490
10491 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
10492 * pgg.texi (User Commands, Backend methods): Do.
10493 * gnus.texi: Markup fixes.
10494 (Setting Process Marks): Fix `M P a' entry.
10495 * emacs-mime.texi: Fixes.
10496
10497 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10498
10499 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
10500 again.
10501 Use 5.10 instead of 5.10.0.
10502
10503 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10504
10505 * gnus.texi (Summary Mail Commands): S D e.
10506
10507 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
10508
10509 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
10510 the gnus-article-mode-line-format section.
10511
10512 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
10513
10514 * gnus.texi (Various Summary Stuff): Fix the documentation for
10515 gnus-newsgroup-variables.
10516
10517 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10518
10519 * gnus.texi (MIME Commands):
10520 Add gnus-mime-display-multipart-as-mixed,
10521 gnus-mime-display-multipart-alternative-as-mixed,
10522 gnus-mime-display-multipart-related-as-mixed.
10523 (Mail Source Customization): Clarify `mail-source-directory'.
10524 (Splitting Mail): Mention gnus-group-find-new-groups.
10525 (SpamOracle): Fix typo.
10526
10527 * gnus-faq.texi: Untabify.
10528 ([6.3]): nnir.el is in contrib directory.
10529
10530 * message.texi (News Headers): Clarify how a unique ID is created.
10531
10532 * gnus.texi (Batching Agents): Fix typo in example.
10533 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10534
10535 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
10536
10537 * gnus.texi (Group Parameters): Add more on hooks.
10538
10539 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
10540
10541 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
10542
10543 2004-09-22 Jay Belanger <belanger@truman.edu>
10544
10545 * calc.texi (Vectors as Lists): Add a warning that the tutorial
10546 might be hidden during part of the session.
10547
10548 2004-09-20 Jay Belanger <belanger@truman.edu>
10549
10550 * calc.texi (Notations Used in This Manual): Put in an earlier
10551 mention that DEL could be called Backspace.
10552
10553 2004-09-10 Simon Josefsson <jas@extundo.com>
10554
10555 * gnus.texi (IMAP): Add example. Suggested and partially written
10556 by Steinar Bang <sb@dod.no>.
10557
10558 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10559
10560 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
10561 netrc syntax.
10562
10563 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10564
10565 * gnus.texi (Spam ELisp Package Sequence of Events):
10566 Some clarifications.
10567 (Spam ELisp Package Global Variables): More clarifications.
10568
10569 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10570
10571 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
10572 Mention spam-split does not modify incoming mail.
10573
10574 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10575
10576 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
10577
10578 2004-09-10 Eli Zaretskii <eliz@gnu.org>
10579
10580 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
10581
10582 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10583
10584 * makefile.w32-in (sieve, pgg): Use $(infodir).
10585
10586 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
10587
10588 * makefile.w32-in: Fix PGG and Sieve entries.
10589
10590 2004-08-28 Eli Zaretskii <eliz@gnu.org>
10591
10592 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
10593 Emacs and related programs.
10594
10595 2004-08-27 Richard M. Stallman <rms@gnu.org>
10596
10597 * faq.texi: Fix texinfo usage, esp. doublequotes.
10598 (Difference between Emacs and XEmacs): Some clarification.
10599
10600 * faq.texi (Difference between Emacs and XEmacs):
10601 Explain not to contrast XEmacs with GNU Emacs.
10602
10603 2004-08-26 Richard M. Stallman <rms@gnu.org>
10604
10605 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
10606
10607 2004-08-22 David Kastrup <dak@gnu.org>
10608
10609 * reftex.texi (AUCTeX): Update links, section name.
10610
10611 * faq.texi (Calc): Update availability (included in 22.1).
10612 (AUCTeX): Update availability, information, versions, description.
10613
10614 2004-08-14 Eli Zaretskii <eliz@gnu.org>
10615
10616 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
10617
10618 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
10619
10620 * cc-mode.texi: Various updates for CC Mode 5.30.9.
10621
10622 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
10623
10624 Sync with Tramp 2.0.44.
10625
10626 2004-08-05 Lars Hansen <larsh@math.ku.dk>
10627
10628 * widget.texi (User Interface): Update how to separate the
10629 editable field of an editable-field widget from other widgets.
10630 (Programming Example): Add text after field.
10631
10632 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10633
10634 * emacs-mime.texi (Encoding Customization): Add a note to the
10635 mm-content-transfer-encoding-defaults entry.
10636 (rfc2047): Update.
10637
10638 * gnus.texi (Article Highlighting):
10639 Add gnus-cite-ignore-quoted-from.
10640 (POP before SMTP): New node.
10641 (Posting Styles): Addition.
10642 (Splitting Mail): Add nnmail-split-lowercase-expanded.
10643 (Fancy Mail Splitting): Ditto.
10644 (X-Face): Add gnus-x-face.
10645
10646 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
10647
10648 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
10649 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
10650
10651 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10652
10653 * gnus.texi (Mail Source Specifiers):
10654 Describe `pop3-leave-mail-on-server'.
10655
10656 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
10657
10658 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
10659
10660 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
10661 repository. Change setfilename.
10662
10663 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
10664
10665 2004-07-02 Juri Linkov <juri@jurta.org>
10666
10667 * pcl-cvs.texi (Viewing differences): Add `d r'.
10668
10669 2004-06-29 Jesper Harder <harder@ifa.au.dk>
10670
10671 * ses.texi, viper.texi, flymake.texi, faq.texi:
10672 * eshell.texi, ediff.texi: Markup fixes.
10673
10674 2004-06-21 Karl Berry <karl@gnu.org>
10675
10676 * info.texi (Top): Mention that only Emacs has mouse support.
10677 (Getting Started): Mention this in a few other places.
10678
10679 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10680
10681 * autotype.texi (Copyrights, Timestamps):
10682 Recommend `before-save-hook' instead of `write-file-functions'.
10683
10684 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10685
10686 * dired-x.texi (dired-mark-omitted): Update keybinding.
10687
10688 2004-06-10 Kim F. Storm <storm@cua.dk>
10689
10690 * pcl-cvs.texi (Viewing differences): Add 'd y'.
10691
10692 2004-06-05 Lars Hansen <larsh@math.ku.dk>
10693
10694 * dired-x.texi (variable dired-omit-mode): Rename from
10695 dired-omit-files-p.
10696 (function dired-omit-mode): Rename from dired-omit-toggle.
10697 Call dired-omit-mode rather than set dired-omit-files-p.
10698 (dired-mark-omitted): Describe command.
10699
10700 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10701
10702 Version 2.0.41 of Tramp released.
10703
10704 2004-05-29 Juanma Barranquero <lektu@terra.es>
10705
10706 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
10707 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10708
10709 2004-05-29 Richard M. Stallman <rms@gnu.org>
10710
10711 * cl.texi (Top): Call this chapter `Introduction'.
10712 (Overview): In TeX, no section heading here.
10713
10714 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
10715
10716 2004-05-29 Eli Zaretskii <eliz@gnu.org>
10717
10718 * Makefile.in (../info/flymake, flymake.dvi): New targets.
10719 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10720
10721 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10722
10723 * flymake.texi: New file.
10724
10725 2004-05-28 Simon Josefsson <jas@extundo.com>
10726
10727 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
10728
10729 2004-05-07 Kai GroĂŸjohann <kai@emptydomain.de>
10730
10731 Version 2.0.40 of Tramp released.
10732
10733 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
10734
10735 Complete rework, based on review by Karl Berry <karl@gnu.org>.
10736
10737 * tramp.texi (Auto-save and Backup): Explain exploitation of new
10738 variables `tramp-backup-directory-alist' and
10739 `tramp-bkup-backup-directory-info'.
10740 (Overview, Connection types)
10741 (External transfer methods, Default Method)
10742 (Windows setup hints): Remove restriction of password entering
10743 with external methods.
10744 (Auto-save and Backup): Make file name example
10745 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
10746 and `auto-save-directory' must be used.
10747 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
10748 only "NT"). Remove doubled entry "What kinds of systems does
10749 @tramp{} work on".
10750 (tramp): Macro removed.
10751 (Obtaining Tramp): Flag removed from title.
10752 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
10753 and `trampver' used properly. Flag `tramp-inst' replaced by
10754 `installchapter'. Installation related text adapted.
10755
10756 2004-04-28 Masatake YAMATO <jet@gyve.org>
10757
10758 * widget.texi (Programming Example): Remove overlays.
10759
10760 2004-04-27 Jesper Harder <harder@ifa.au.dk>
10761
10762 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
10763
10764 2004-04-23 Juanma Barranquero <lektu@terra.es>
10765
10766 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10767
10768 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10769
10770 * info.texi (Info Search): Add info-apropos.
10771
10772 2004-03-22 Juri Linkov <juri@jurta.org>
10773
10774 * faq.texi: Fix help key bindings.
10775
10776 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
10777
10778 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
10779 (as suggested by Karl Berry). Update information about colored
10780 stars in menus. Add new subheading describing M-n.
10781
10782 2004-03-12 Richard M. Stallman <rms@gnu.org>
10783
10784 * cl.texi (Top): Rename top node's title.
10785
10786 2004-03-08 Karl Berry <karl@gnu.org>
10787
10788 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
10789 problems making the texinfo distribution.
10790
10791 2004-02-29 Simon Josefsson <jas@extundo.com>
10792
10793 * smtpmail.texi (Authentication): Change the list of supported
10794 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
10795 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
10796 <voegelas@gmx.net>.
10797
10798 2004-02-29 Juanma Barranquero <lektu@terra.es>
10799
10800 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10801 Use $(DEL) instead of rm, and ignore exit code.
10802
10803 2004-02-29 Kai GroĂŸjohann <kgrossjo@eu.uu.net>
10804
10805 Tramp version 2.0.39 released.
10806
10807 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10808
10809 * tramp.texi (Customizing Completion): Explain new functions
10810 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
10811 (all): Savannah URLs unified to "http://savannah.nongnu.org".
10812 (Top): Refer to Savannah mailing list as the major one.
10813 Mention older mailing lists in HTML mode only.
10814 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
10815 (Frequently Asked Questions): Remote hosts must not be Unix-like
10816 for "smb" method.
10817 (Password caching): New node.
10818 (External transfer methods): Refer to password caching for "smb"
10819 method.
10820
10821 2004-02-17 Karl Berry <karl@gnu.org>
10822
10823 * info.texi (Help-Int): Mention the new line number feature.
10824
10825 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10826
10827 * ses.texi (Advanced Features): New functionality for
10828 ses-set-header-row (defaults to current row unless C-u used).
10829 (Acknowledgements): Add Stefan Monnier.
10830
10831 2003-12-29 Kevin Ryde <user42@zip.com.au>
10832
10833 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
10834
10835 2003-11-30 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10836
10837 Tramp version 2.0.38 released.
10838
10839 * tramp.texi (Remote shell setup): Warn of environment variables
10840 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
10841 <sven.gabriel@imk.fzk.de>.
10842 (Configuration): Tramp now chooses base64/uuencode
10843 automatically. Update wording accordingly.
10844 (Top): More description for the `Default Method' menu entry.
10845 (Default Method): Use @code, not @var, for Lisp variables.
10846 (Default Method): New subsection `Which method is the right one
10847 for me?'. Suggested by Christian Kirsch.
10848 (Configuration): Pointer to new subsection added.
10849 (Default Method): Too many "use" in one sentence.
10850 Rephrase. Reported by Christian Kirsch.
10851 (Filename Syntax): Old `su' example is probably a left-over from
10852 the sm/su method naming. Replace with `ssh', instead.
10853 (External transfer methods, Auto-save and Backup):
10854 Typo fixes.
10855
10856 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
10857
10858 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
10859 (Top): Mention japanese manual only if flag `jamanual' is set.
10860 Insert section `Japanese manual' in menu.
10861
10862 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10863
10864 * eshell.texi (Known Problems): Add doc item.
10865
10866 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10867
10868 * cc-mode.texi: Update for CC Mode 5.30.
10869
10870 Note: Please refrain from doing purely cosmetic changes like
10871 removing trailing whitespace in this manual; it clobbers cvs
10872 merging for no good reason.
10873
10874 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10875
10876 * ediff.texi, tramp.texi, vip.texi, viper.texi:
10877 * widget.texi, woman.texi: Replace @sc{ascii} and ASCII with
10878 @acronym{ASCII}.
10879
10880 2003-10-26 Karl Berry <karl@gnu.org>
10881
10882 * info.texi (Info Search): Echo area, not echo are. From Debian
10883 diff.
10884
10885 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
10886
10887 * widget.texi (Defining New Widgets): Document new behavior of
10888 :buttons and :children keywords.
10889
10890 2003-10-22 Miles Bader <miles@gnu.org>
10891
10892 * Makefile.in (info): Move before $(top_srcdir)/info.
10893
10894 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
10895
10896 * tramp.texi (Inline methods): Small grammar fix.
10897 (External transfer methods): Likewise.
10898
10899 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
10900
10901 * speedbar.texi: Remove paragraph for GUD that is no longer true.
10902
10903 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
10904
10905 * texinfo.tex: Replace `%' in arch tagline by @ignore.
10906
10907 2003-09-30 Richard M. Stallman <rms@gnu.org>
10908
10909 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
10910
10911 * widget.texi (User Interface): Fix typos.
10912
10913 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
10914
10915 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10916
10917 * pcl-cvs.texi (Selected Files): Fix typo.
10918
10919 2003-09-21 Karl Berry <karl@gnu.org>
10920
10921 * info.texi (] and [ commands): No period at end of section title.
10922
10923 2003-09-04 Miles Bader <miles@gnu.org>
10924
10925 * Makefile.in (top_srcdir): New variable.
10926 ($(top_srcdir)/info): New rule.
10927 (info): Depend on it.
10928
10929 2003-09-03 Peter Runestig <peter@runestig.com>
10930
10931 * makefile.w32-in: New file.
10932
10933 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
10934
10935 * widget.texi (User Interface): Explain the need of static text
10936 around an editable field.
10937
10938 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10939
10940 * widget.texi (Basic Types): The argument to `:help-echo' can now
10941 be a form that evaluates to a string.
10942
10943 2003-08-18 Kim F. Storm <storm@cua.dk>
10944
10945 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
10946
10947 2003-08-16 Richard M. Stallman <rms@gnu.org>
10948
10949 * dired-x.texi (Shell Command Guessing): Explain *.
10950
10951 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
10952
10953 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
10954 log-edit-insert-changelog.
10955
10956 2003-08-03 Karl Berry <karl@gnu.org>
10957
10958 * info.texi: Need @contents.
10959
10960 2003-07-20 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10961
10962 Tramp version 2.0.36 released.
10963
10964 * tramp.texi (Remote shell setup): Explain about problems with
10965 non-Bourne commands in ~/.profile and ~/.shrc.
10966
10967 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
10968
10969 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
10970 renaming of `vis-mode' to `visible-mode'.
10971
10972 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
10973
10974 * info.texi (Top, Help-Small-Screen): Remove accidentally added
10975 next, prev and up pointers.
10976
10977 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
10978
10979 * info.texi (Help): Mention existence of Emacs and stand-alone
10980 Info at the very beginning of the tutorial.
10981 (Help-Inv): New node.
10982 (Help-]): New node.
10983 (Help-M): Systematically point out the differences between default
10984 Emacs and stand-alone versions. Delete second menu.
10985 (Help-Xref): Systematically point out the differences between
10986 default Emacs and stand-alone versions.
10987 (Help-Int): Change `l' example.
10988 (Expert Info): Fix typos.
10989 (Emacs Info Variables): Mention `Info-hide-note-references' and
10990 new default for `Info-scroll-prefer-subnodes'.
10991
10992 2003-06-17 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10993
10994 Version 2.0.35 of Tramp released.
10995
10996 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
10997 (Inline methods): Add methods `remsh' and `plink1'.
10998 (External transfer methods): Add method `remcp'.
10999 (Multi-hop Methods): Add method `remsh'.
11000 Small patch from Adrian Aichner <adrian@xemacs.org>:
11001 Fix minor typos.
11002 (Concept Index): Add to make manual searchable via
11003 `Info-index'.
11004 (Version Control): Add cindex entry.
11005
11006 2003-05-24 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
11007
11008 * trampver.texi: Version 2.0.34 released.
11009
11010 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
11011
11012 * faq.texi: Improve previous changes.
11013
11014 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
11015
11016 * faq.texi: Update copyright and maintenance details.
11017 Update some package URLs, versions, and maintainers.
11018 Remove many references to the Emacs Lisp Archive.
11019
11020 2003-04-23 Simon Josefsson <jas@extundo.com>
11021
11022 * smtpmail.texi: Fix license (the invariant sections mentioned has
11023 never been part of the smtp manual). Align info dir entry with
11024 other emacs packages.
11025
11026 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
11027
11028 * tramp.texi: Version 2.0.33 released.
11029 Remove installation chapter. Remove XEmacs specifics.
11030
11031 2003-03-29 Richard M. Stallman <rms@gnu.org>
11032
11033 * tramp.texi (Top): Undo the previous renaming.
11034 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
11035
11036 2003-03-29 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
11037
11038 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
11039 version of manual.
11040
11041 * tramp.texi (Auto-save and Backup): New node.
11042
11043 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
11044
11045 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
11046 Emacs" in order to have better differentiation to "XEmacs".
11047 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
11048 are new macros in order to point to the other Emacs flavor where
11049 appropriate. In info case, point to node `Installation' in order
11050 to explain how to generate the other way. In html case, make a
11051 link to the other html file.
11052 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
11053 after CVS checkout/update.
11054 (Installation): Completely rewritten.
11055 (Installation parameters, Load paths): New sections under
11056 `Installation'.
11057
11058 2003-02-28 Kai GroĂŸjohann <kai.grossjohann@uni-duisburg.de>
11059
11060 * tramp.texi: Version 2.0.30 released.
11061 Replace word "path" with "localname" where used as a component of
11062 a Tramp file name.
11063
11064 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
11065
11066 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
11067 introduced.
11068 (Installation): Explain what to do if files from the tramp/contrib
11069 directory are needed.
11070
11071 2003-02-23 Alex Schroeder <alex@emacswiki.org>
11072
11073 * smtpmail.texi (How Mail Works): New.
11074
11075 2003-02-22 Alex Schroeder <alex@emacswiki.org>
11076
11077 * smtpmail.texi: New file.
11078
11079 * Makefile.in: Build SMTP manual.
11080
11081 2003-02-05 Kai GroĂŸjohann <kai.grossjohann@uni-duisburg.de>
11082
11083 * tramp.texi: Version 2.0.29 released.
11084 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
11085 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
11086
11087 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
11088
11089 * tramp.texi (Frequently Asked Questions): Explain a workaround if
11090 another package loads accidentally Ange-FTP.
11091
11092 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
11093
11094 * tramp.texi (Customizing Completion): Add function
11095 `tramp-parse-sconfig'. Change example of
11096 `tramp-set-completion-function', because parsing of ssh config
11097 files looks more natural.
11098
11099 2003-01-15 Kevin Ryde <user42@zip.com.au>
11100
11101 * gnus.texi (Using MIME): Mention auto-compression-mode with
11102 gnus-mime-copy-part.
11103
11104 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
11105
11106 * gnus.texi: Do not use `path' in several locations.
11107
11108 2002-12-26 Kai GroĂŸjohann <kai.grossjohann@uni-duisburg.de>
11109
11110 * tramp.texi (External transfer methods): New method `smb'.
11111 From Michael Albinus.
11112
11113 2002-11-05 Karl Berry <karl@gnu.org>
11114
11115 * info.texi (Info-fontify): Reorder face list to avoid bad line
11116 breaks.
11117
11118 2002-10-06 Kai GroĂŸjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11119
11120 * tramp.texi: Move @copying to standard place.
11121 Use @insertcopying.
11122
11123 2002-10-02 Karl Berry <karl@gnu.org>
11124
11125 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi:
11126 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
11127 * eshell.texi, eudc.texi, faq.texi, forms.texi, idlwave.texi:
11128 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, reftex.texi:
11129 * sc.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
11130 * widget.texi, woman.texi:
11131 Per rms, update all manuals to use @copying instead of @ifinfo.
11132 Also use @ifnottex instead of @ifinfo around the top node, where
11133 needed for the sake of the HTML output.
11134 (The Gnus manual is not fixed since it's not clear to me how it
11135 works; and the Tramp manual already uses @copying, although in an
11136 unusual way. All others were changed.)
11137
11138 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
11139
11140 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
11141 (../info/ses, ses.dvi): New targets.
11142 * ses.texi: New file.
11143
11144 2002-09-06 Pavel JanĂ­k <Pavel@Janik.cz>
11145
11146 * texinfo.tex: Update to texinfo 4.2.
11147
11148 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
11149
11150 * reftex.texi: Update to RefTeX 4.19.
11151
11152 2002-07-21 Jesper Harder <harder@ifa.au.dk>
11153
11154 * gnus.texi (Sorting Groups): Add key bindings for
11155 gnus-group-sort-groups-by-real-name and
11156 gnus-group-sort-selected-groups-by-real-name.
11157
11158 2002-06-17 Kai GroĂŸjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11159
11160 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
11161 (../info/tramp, tramp.dvi): New targets.
11162
11163 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11164
11165 * Makefile.in (DVI_TARGETS): Add calc.dvi.
11166 (calc.dvi): Uncomment.
11167
11168 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
11169
11170 * Makefile.in (INFO_TARGETS): Add ../info/calc.
11171 (../info/calc): New target.
11172
11173 2001-10-20 Gerd Moellmann <gerd@gnu.org>
11174
11175 * (Version 21.1 released.)
11176
11177 2001-10-05 Gerd Moellmann <gerd@gnu.org>
11178
11179 * Branch for 21.1.
11180
11181 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
11182
11183 * Makefile.in (../info/info): Use an explicit -o switch to
11184 makeinfo.
11185
11186 2001-03-05 Gerd Moellmann <gerd@gnu.org>
11187
11188 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
11189
11190 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
11191
11192 * ediff.texi: Added ediff-coding-system-for-read.
11193
11194 * viper.texi: Fix typos.
11195
11196 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
11197
11198 * Makefile.in (../info/idlwave): Use --no-split.
11199
11200 2000-12-14 Dave Love <fx@gnu.org>
11201
11202 * Makefile.in (mostlyclean): Remove gnustmp.*.
11203 (gnus.dvi): Change rule to remove @latex stuff.
11204
11205 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
11206
11207 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
11208
11209 2000-10-13 John Wiegley <johnw@gnu.org>
11210
11211 * Makefile.in: Add build targets for eshell.texi.
11212
11213 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11214
11215 * Makefile.in: Remove/comment speedbar stuff.
11216
11217 2000-09-22 Dave Love <fx@gnu.org>
11218
11219 * Makefile.in: Add emacs-mime.
11220
11221 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11222
11223 * Makefile.in (INFO_TARGETS): Add ../info/woman.
11224 (DVI_TARGETS): Add woman.dvi.
11225 (../info/woman, woman.dvi): New targets.
11226
11227 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
11228
11229 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
11230
11231 * pcl-cvs.texi: New file.
11232 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
11233 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
11234
11235 2000-05-11 Gerd Moellmann <gerd@gnu.org>
11236
11237 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
11238 (../info/ebrowse, ebrowse.dvi): New targets.
11239
11240 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11241
11242 * Makefile.in (INFO_TARGETS): Add eudc.
11243 (DVI_TARGETS): Add eudc.dvi.
11244 (../info/eudc, eudc.dvi): New targets.
11245
11246 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
11247
11248 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
11249 compatibility with 8+3 filesystems).
11250 (../info/efaq): Rename from emacs-faq.
11251
11252 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11253
11254 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
11255 (../info/idlwave, idlwave.dvi): New targets.
11256
11257 1999-10-23 Dave Love <fx@gnu.org>
11258
11259 * Makefile.in: Use autotype.texi.
11260
11261 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
11262
11263 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
11264 faq.texi file) rather than ../info/faq.
11265
11266 1999-10-07 Gerd Moellmann <gerd@gnu.org>
11267
11268 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
11269 (../info/ada-mode, ada-mode.dvi): New targets.
11270
11271 1999-09-01 Dave Love <fx@gnu.org>
11272
11273 * Makefile.in: Add faq.
11274
11275 1999-07-12 Richard Stallman <rms@gnu.org>
11276
11277 * Version 20.4 released.
11278
11279 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11280
11281 * Version 20.3 released.
11282
11283 1998-04-06 Andreas Schwab <schwab@gnu.org>
11284
11285 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
11286 Use it in dvi targets.
11287 (../etc/GNU): Change to $(srcdir) first.
11288
11289 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
11290
11291 * reftex.texi: Update for RefTeX version 3.22.
11292
11293 1998-03-01 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr>
11294
11295 * gnus.texi (Easy Picons): Remove references to
11296 `gnus-group-display-picons'.
11297 (Hard Picons): Ditto.
11298
11299 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
11300
11301 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
11302 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11303
11304 1997-09-23 Paul Eggert <eggert@twinsun.com>
11305
11306 * Makefile.in: Merge changes mistakenly made to `Makefile'.
11307 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
11308
11309 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11310
11311 * Version 20.2 released.
11312
11313 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11314
11315 * Version 20.1 released.
11316
11317 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11318
11319 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
11320
11321 1997-04-12 Per Abrahamsen <abraham@dina.kvl.dk>
11322
11323 * widget.texi (push-button): Document it.
11324
11325 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11326
11327 * Version 19.33 released.
11328
11329 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11330
11331 * Version 19.32 released.
11332
11333 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11334
11335 * Makefile.in: Add rules for the Message manual.
11336
11337 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11338
11339 * gnus.texi: New version.
11340
11341 * message.texi: New manual.
11342
11343 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11344
11345 * Makefile.in (All info targets): cd $(srcdir) to do the work.
11346
11347 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11348
11349 * Makefile.in (All info targets): Specify $(srcdir) in input files.
11350 Specify -I option.
11351 (All dvi targets): Set the TEXINPUTS variable.
11352
11353 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11354
11355 * Version 19.31 released.
11356
11357 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11358
11359 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
11360 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
11361
11362 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11363
11364 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
11365 (INFO_TARGETS): Add ../info/cc-mode.
11366 (DVI_TARGETS): Add cc-mode.dvi.
11367
11368 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11369
11370 * Version 19.30 released.
11371
11372 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11373
11374 * gnus.texi: New file.
11375
11376 1995-11-04 Erik Naggum <erik@naggum.no>
11377
11378 * gnus.texi: File deleted.
11379
11380 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
11381
11382 * mh-e.texi: "Function Index" -> "Command Index" to work with
11383 Emacs 19.30 C-h C-k support of separately-documented commands.
11384
11385 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11386
11387 * Makefile.in (../info/ediff, ediff.dvi): New targets.
11388 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
11389
11390 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11391
11392 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
11393 (../info/viper, viper.dvi): New targets.
11394
11395 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
11396
11397 * dired-x.texi (Installation): Change the example to set
11398 buffer-local variables like dired-omit-files-p in
11399 dired-mode-hook.
11400
11401 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11402
11403 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
11404 (../info/mh-e, mh-e.dvi): New targets.
11405
11406 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11407
11408 * Makefile.in (maintainer-clean): Rename from realclean.
11409
11410 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11411
11412 * Makefile.in: New file.
11413 * Makefile: File deleted.
11414
11415 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11416
11417 * Makefile (TEXINDEX_OBJS): Variable deleted.
11418 (texindex, texindex.o, getopt.o): Rules deleted.
11419 All deps on texindex deleted.
11420 (distclean): Don't delete texindex.
11421 (mostlyclean): Don't delete *.o.
11422 * texindex.c, getopt.c: Files deleted.
11423
11424 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11425
11426 * Version 19.26 released.
11427
11428 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11429
11430 * Version 19.25 released.
11431
11432 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11433
11434 * Version 19.24 released.
11435
11436 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11437
11438 * Version 19.23 released.
11439
11440 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11441
11442 * Makefile: Delete spurious tab.
11443
11444 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11445
11446 * Makefile (.SUFFIXES): New rule.
11447
11448 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11449
11450 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
11451 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11452
11453 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11454
11455 * Makefile (../info/sc): Rename from sc.info.
11456 (../info/cl): Likewise.
11457 (INFO_TARGETS): Use new names.
11458
11459 1993-12-04 Richard Stallman (rms@srarc2)
11460
11461 * getopt.c: New file.
11462 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
11463 (getopt.o): New rule.
11464 (dvi): Don't depend on texindex.
11465 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
11466 Depend on texindex.
11467
11468 1993-12-03 Richard Stallman (rms@srarc2)
11469
11470 * Makefile (../info/sc.info): Rename from ../info/sc.
11471 (TEXI2DVI): New variable.
11472 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
11473 Add explicit commands.
11474 (TEXINDEX_OBJS): Delete duplicate getopt.o.
11475
11476 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11477
11478 * Version 19.22 released.
11479
11480 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11481
11482 * Makefile (TEXINDEX_OBJS): Delete spurious period.
11483
11484 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11485
11486 * Version 19.21 released.
11487
11488 1993-11-15 Paul Eggert (eggert@twinsun.com)
11489
11490 * Makefile (../info/cl.info): Rename from ../info/cl.
11491
11492 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11493
11494 * Makefile (../etc/GNU): New target.
11495 (EMACSSOURCES): Add gnu1.texi.
11496
11497 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11498
11499 * Makefile (realclean): Don't delete the Info files.
11500
11501 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11502
11503 * forms.texi: Fix forms.texi so that it will format correctly.
11504 Add missing `@end iftex', fix bad reference.
11505
11506 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
11507
11508 * Makefile: Fix targets for texindex, new info.texi files.
11509 * info-stnd.texi: New file implements info for standalone info
11510 reader.
11511 * info.texi: Update to include recent changes to "../info/info".
11512 New source file for ../info/info; includes info-stnd.texi.
11513
11514 * texindex.c: Include "../src/config.h" if building in emacs.
11515
11516 * Makefile: Change all files to FILENAME.texi, force all targets
11517 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
11518 vip.texinfo, forms.texinfo, cl.texinfo.
11519 Add target to build texindex.c, defining `emacs'.
11520
11521 * forms.texi: Install new file to match version 2.3 of forms.el.
11522
11523 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11524
11525 * Version 19.19 released.
11526
11527 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
11528
11529 * sc.texinfo: Fix info file name.
11530
11531 * Makefile (info): Add gnus and sc.
11532 (dvi): Add gnus.dvi and sc.dvi.
11533 (../info/sc, sc.dvi): New targets.
11534
11535 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11536
11537 * Version 19.18 released.
11538
11539 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11540
11541 * Makefile: Fix source file names of the separate manuals.
11542 (gnus.dvi, ../info/gnus): New targets.
11543
11544 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11545
11546 * Version 19.17 released.
11547
11548 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11549
11550 * split-man: Fix typos in last change.
11551
11552 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11553
11554 * Version 19.16 released.
11555
11556 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11557
11558 * version 19.15 released.
11559
11560 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11561
11562 * Makefile (distclean): It's rm, not rf.
11563
11564 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11565
11566 * Version 19.14 released.
11567
11568 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11569
11570 * Makefile: New file.
11571
11572 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11573
11574 * Version 19.13 released.
11575
11576 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11577
11578 * Version 19.9 released.
11579
11580 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11581
11582 * Version 19.8 released.
11583
11584 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11585
11586 * Version 19.7 released.
11587
11588 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
11589
11590 * gnus.texinfo: New file. Removed installation instructions.
11591
11592 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11593
11594 * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
11595
11596 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11597
11598 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
11599 then define `\sc' as the command for smallcaps in Texinfo.
11600 This means that the @sc command will produce small caps. bfox has
11601 made the corresponding change to makeinfo and texinfm.el.
11602
11603 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11604
11605 * vip.texinfo: Remove menu entry Adding Lisp Code in node
11606 Customization since the menu entry did not point to anything.
11607 Also add an @finalout command to remove overfull hboxes from the
11608 printed output.
11609
11610 * cl.texinfo: Add @bye, \input line and @settitle to file.
11611 This file is clearly intended to be a chapter of some other work,
11612 but the other work does not yet exist.
11613
11614 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11615
11616 * texinfo.texinfo: Three typos corrected.
11617
11618 ;; Local Variables:
11619 ;; coding: utf-8
11620 ;; End:
11621
11622 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
11623
11624 This file is part of GNU Emacs.
11625
11626 GNU Emacs is free software: you can redistribute it and/or modify
11627 it under the terms of the GNU General Public License as published by
11628 the Free Software Foundation, either version 3 of the License, or
11629 (at your option) any later version.
11630
11631 GNU Emacs is distributed in the hope that it will be useful,
11632 but WITHOUT ANY WARRANTY; without even the implied warranty of
11633 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11634 GNU General Public License for more details.
11635
11636 You should have received a copy of the GNU General Public License
11637 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.