Fix typos in ChangeLogs.
[bpt/emacs.git] / doc / misc / ChangeLog
1 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (Top, Configuration): Insert section `Predefined
4 connection information' in menu.
5 (Predefined connection information): New section.
6 (Android shell setup): Make a reference to `Predefined connection
7 information'.
8
9 2013-06-19 Glenn Morris <rgm@gnu.org>
10
11 * Makefile.in (version): New, set by configure.
12 (clean): Delete dist tar file.
13 (infoclean): New, split from maintainer-clean.
14 (maintainer-clean): Run infoclean.
15 (dist): New rule, to make tarfile for www.gnu.org.
16
17 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
18
19 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
20 for keys q and Q.
21 (Standards): Reference RFC5804 as the defining document of the
22 managesieve protocol.
23
24 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
25
26 * eshell.texi (Input/Output): Expand to cover new visual-command
27 options, eshell-visual-subcommands and eshell-visual-options.
28 Divide into separate Visual Commands and Redirection sections.
29
30 2013-06-10 Glenn Morris <rgm@gnu.org>
31
32 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
33
34 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
35
36 * gnus.texi (Article Date):
37 Fix description of gnus-article-update-date-headers.
38
39 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
40
41 * erc.texi (Special Features): ERC is being maintained within
42 Emacs now.
43
44 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
45
46 * flymake.texi: Changing from one space between sentences to two.
47
48 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * cl.texi (Obsolete Macros): Describe replacements for `flet'
51 (bug#14293).
52
53 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
54
55 * tramp.texi (Frequently Asked Questions): Precise, how to define
56 an own ControlPath.
57
58 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
59
60 * tramp.texi (Frequently Asked Questions): New item for
61 ControlPath settings.
62
63 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
64
65 * calc.texi (Basic Operations on Units): Streamline some
66 descriptions.
67
68 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
69
70 * eshell.texi (Built-ins): Update manual to mention tramp module.
71
72 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
73
74 * tramp.texi (Filename Syntax): Host names are not allowed to be
75 any method name, unless method name is specified explicitly.
76 Remove restriction on unibyte filenames.
77
78 * trampver.texi: Update release number.
79
80 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
81
82 doc: convert some TeX accents to UTF-8
83 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
84 '@"{@dotless{i}}'.
85
86 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
87
88 Sync with Tramp 2.2.7.
89
90 * trampver.texi: Update release number.
91
92 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
93
94 * calc.texi (Basic Operations on Units): Streamline some
95 descriptions.
96
97 2013-03-08 Glenn Morris <rgm@gnu.org>
98
99 * faq.texi (Top): Don't say this was updated @today.
100 That's irrelevant and leads to spurious diffs.
101
102 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
103
104 * calc.texi (Basic Operations on Units): Fix
105 cross-reference.
106
107 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
108
109 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
110
111 2013-03-06 Alan Mackenzie <acm@muc.de>
112
113 * cc-mode.texi (Custom Line-Up): Clarify position of point on
114 calling a line-up function.
115
116 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
117
118 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
119 * ses.texi: Switch from Latin-1 to UTF-8.
120
121 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
122
123 * tramp.texi (External methods): Tramp does not connect Android
124 devices by itself.
125
126 2013-03-02 Bill Wohler <wohler@newt.com>
127
128 Release MH-E manual version 8.5.
129
130 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
131 release 8.5.
132
133 * mh-e.texi (Preface, Conventions, Getting Started)
134 (Using This Manual, Folder Selection, Viewing, Aliases)
135 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
136 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
137 Update URLs.
138
139 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
140
141 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
142 and "plink2" entries. "plink2" is obsolete for a long time.
143 (External methods): Remove "scp1" and "scp2" entries. Explain
144 user name and host name specification for "adb".
145
146 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
147
148 * tramp.texi (External methods): Mention `tramp-adb-program'.
149
150 2013-02-28 Bastien Guerry <bzg@gnu.org>
151
152 * org.texi (Visibility cycling): Suggest to set
153 `org-agenda-inhibit-startup' to nil if user wants the startup
154 visibility settings to be honored in any circumstances.
155 (Progress logging, Checkboxes): Fix typos.
156
157 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
158
159 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
160 the macros, for Texinfo 4.13 and 5.0.
161
162 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
163
164 Port Tramp documentation to Texinfo 5.0.
165 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
166 (Filename Syntax): Do not use @trampfn{} in @item.
167 (Filename completion): Use @columnfractions in @multitable.
168
169 2013-02-22 Glenn Morris <rgm@gnu.org>
170
171 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
172
173 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
174
175 * Makefile.in (html): New rule.
176
177 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
178
179 * tramp.texi (Android shell setup): Improve. Reported by Thierry
180 Volpiatto <thierry.volpiatto@gmail.com>.
181
182 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
183
184 * tramp.texi (Top, Configuration): Insert section `Android shell
185 setup' in menu.
186 (Android shell setup): New section.
187 (Connection types, Default Method)
188 (Frequently Asked Questions): Mention "scp" instead of "scpc".
189 (External methods): Remove "scpc" and "rsyncc" entries.
190 (Frequently Asked Questions): Remove entry about ControlPersist.
191
192 2013-02-13 Glenn Morris <rgm@gnu.org>
193
194 * message.texi (News Headers): Don't mention yow any more.
195
196 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
197
198 * calc.texi (Basic Operations on Units):
199 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
200
201 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
202
203 * eshell.texi: Fill most of the missing sections.
204
205 2013-02-07 Bastien Guerry <bzg@gnu.org>
206
207 * org.texi (References): Clarify an example.
208 (Installation): Fix instructions.
209 (Org-Plot): Fix link.
210 (Checkboxes, Radio lists): Fix typos.
211
212 2013-02-07 Glenn Morris <rgm@gnu.org>
213
214 * cl.texi (Equality Predicates): Mention memql.
215
216 2013-02-07 Eric Ludlam <zappo@gnu.org>
217
218 * doc/misc/ede.texi (Creating a project): Make ede-new doc less
219 specific, and only about items it supports, indicating that there
220 might be more. Remove refs to simple project and direct automake
221 from ede new.
222 (Simple projects): Re-write to not talk about ede-simple-project
223 which is deprecated, and instead use the term to mean projects
224 that don't do much management, just project wrapping. Add
225 ede-generic-project link.
226 (ede-generic-project): New node (bug#11441).
227
228 2013-02-07 Glenn Morris <rgm@gnu.org>
229
230 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
231
232 2013-02-01 Glenn Morris <rgm@gnu.org>
233
234 * calc.texi (Help Commands): Update calc-view-news description.
235 Mention etc/CALC-NEWS.
236
237 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
238
239 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
240
241 2013-01-13 Bastien Guerry <bzg@gnu.org>
242
243 * org.texi (Installation): Simplify.
244
245 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
246
247 * org.texi (Handling links): Update the mention to the obsolete
248 variable `org-link-to-org-use-id' with a mention to the newer
249 variable `org-id-link-to-org-use-id'. Mention the need to load
250 the org-id library.
251
252 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
253
254 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
255
256 2013-01-09 Bastien Guerry <bzg@gnu.org>
257
258 * org.texi (Pushing to MobileOrg): Add footnote about using
259 symbolic links in `org-directory'.
260 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
261 of the now obsolete alias `org-float'.
262 (TODO basics): Add `org-use-fast-todo-selection' to the variable
263 index. Fix description of TODO keywords cycling.
264 (Advanced features): Add missing argument for @item.
265 (Storing searches): Add index entries and a note about
266 *-tree agenda views.
267 (Structure editing): Document `org-mark-element' and
268 `org-mark-subtree'.
269 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
270
271 2013-01-08 Juri Linkov <juri@jurta.org>
272
273 * info.texi (Go to node): Mention the abbreviated format
274 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
275
276 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
277
278 * autotype.texi: Remove undefined command @subtitlefont.
279 * cc-mode.texi: Likewise.
280
281 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
282 @item argument.
283 (Property searches): Use \\ instead of @backslashchar{}.
284 * pgg.texi (VERSION): Move @set below @setfilename.
285
286 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
287
288 * ada-mode.texi: Remove braces from @title argument.
289 * eudc.texi: Likewise.
290 * smtpmail.texi: Likewise.
291 * auth.texi (VERSION): Set before first use.
292 * emacs-gnutls.texi (VERSION): Likewise.
293 * pgg.texi (VERSION): Likewise.
294 * ede.texi (Top): Rename from top, all uses changed.
295 * eshell.texi: Add missing argument to @sp.
296 * forms.texi (Top): Reorder menu to match structure.
297 * htmlfontify.texi (Customisation): Add missing @item in
298 @enumerate.
299 * org.texi (Advanced features): Add missing argument for @item.
300 (Property searches): Use @backslashchar{} in macro argument.
301 * pcl-cvs.texi: Add missing argument to @sp.
302 (Movement commands): Fix use of @itemx.
303 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
304 * reftex.texi (Options (Creating Citations)): Add missing newline
305 before @end.
306 * tramp.texi (Obtaining Tramp): Remove extra dots.
307 (Configuration): Reorder menu to match structure.
308 (Remote shell setup): Replace literal NUL character by \0.
309 * viper.texi (Marking): Add missing argument for @item.
310
311 2013-01-04 Glenn Morris <rgm@gnu.org>
312
313 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
314 Add htmlfontify.
315 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
316 (htmlfontify.dvi, htmlfontify.pdf): New targets.
317 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
318 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
319
320 * htmlfontify.texi: Miscellaneous fixes and updates.
321 Set copyright to FSF, update license to GFDL 1.3+.
322
323 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
324
325 * htmlfontify.texi: New file.
326
327 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
328
329 * calc.texi (Free-Form Dates): Expand on the date reading
330 algorithm.
331
332 2012-12-27 Glenn Morris <rgm@gnu.org>
333
334 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
335 Avoid some overfull lines.
336
337 * widget.texi (Programming Example): Break some long lines.
338
339 * wisent.texi (Wisent Overview): Fix xref.
340 (Grammar format, Understanding the automaton): Avoid overfill.
341
342 * bovine.texi (Optional Lambda Expression): Allow line break.
343
344 * auth.texi (Help for users): Break long lines.
345
346 * ada-mode.texi (Project file variables):
347 Reword to reduce underfull hbox.
348 (No project files, Use GNAT project file):
349 Use smallexample to make some overfull lines less terrible.
350
351 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
352 Fix cross-references to separate manuals.
353
354 * Makefile.in (gfdl): New variable. Use throughout where
355 appropriate so that targets depend on doclicense.texi.
356
357 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
358
359 * gnus.texi (Customizing the IMAP Connection): Mention the other
360 authenticators.
361
362 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
363
364 * gnus.texi (Browse Foreign Server): Document
365 `gnus-browse-delete-group'.
366
367 2012-12-22 Glenn Morris <rgm@gnu.org>
368
369 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
370 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
371 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
372 * widget.texi, wisent.texi: Nuke hand-written node pointers.
373
374 * Makefile.in (gfdl): New variable. Use throughout where
375 appropriate so that targets depend on doclicense.texi.
376
377 2012-12-22 Eli Zaretskii <eliz@gnu.org>
378
379 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
380 doclicense.texi. Remove doclicense.texi from all targets that
381 mentioned it explicitly.
382 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
383 $(emacsdir)/emacsver.texi.
384 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
385
386 2012-12-21 Glenn Morris <rgm@gnu.org>
387
388 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
389 Include emacsver.texi. Nuke hand-written node pointers.
390 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
391 Depend on emacsver.texi.
392
393 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
394 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
395 May as well just include doclicense.texi in everything.
396
397 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
398 which @copying says is included.
399
400 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
401 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
402 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
403 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
404 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
405 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
406 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
407 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
408 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
409 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
410 * widget.texi, wisent.texi, woman.texi: Do not mention buying
411 copies from the FSF, which does not publish these manuals.
412
413 * erc.texi: No need to include gpl in this small manual.
414
415 * org.texi (copying): Include a copy of the GFDL.
416 (GNU Free Documentation License): New section.
417
418 2012-12-21 Bastien Guerry <bzg@gnu.org>
419
420 * org.texi: Fix typos.
421
422 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
423
424 * calc.texi (ISO 8601): Rename from ISO-8601,
425 as it's typically spelled without a hyphen.
426
427 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
428
429 * calc.texi (ISO-8601): New section.
430 (Date Formatting Codes): Mention new codes.
431 (Standard Date Formats): Mention new formats.
432
433 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
434
435 * tramp.texi (External methods): Move `adb' method here.
436
437 2012-12-13 Glenn Morris <rgm@gnu.org>
438
439 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
440
441 * wisent.texi: Small edits. Set copyright to FSF, update license to
442 GFDL 1.3+.
443 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
444 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
445 New targets.
446 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
447 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
448
449 * bovine.texi: Small edits. Set copyright to FSF, update license to
450 GFDL 1.3+, remove empty index.
451 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
452 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
453 New targets.
454 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
455 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
456
457 2012-12-13 Eric Ludlam <zappo@gnu.org>
458 David Ponce <david@dponce.com>
459 Richard Kim <emacs18@gmail.com>
460
461 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
462
463 2012-12-13 Glenn Morris <rgm@gnu.org>
464
465 * flymake.texi (Customizable variables, Locating the buildfile):
466 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
467
468 * srecode.texi: Small edits. Set copyright to FSF, add explicit
469 GFDL 1.3+ license, fix up index.
470 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
471 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
472 (srecode.pdf): New targets.
473 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
474 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
475
476 2012-12-13 Eric Ludlam <zappo@gnu.org>
477
478 * srecode.texi: New file, imported from CEDET trunk.
479
480 2012-12-13 Bastien Guerry <bzg@gnu.org>
481
482 * org.texi (Summary, Code block specific header arguments)
483 (Code block specific header arguments)
484 (Header arguments in function calls, var, noweb)
485 (Results of evaluation, Code evaluation security):
486 Small reformatting: add a blank line before some example.
487
488 * org.texi (System-wide header arguments)
489 (Header arguments in Org mode properties, Conflicts)
490 (Dynamic blocks, Using the mapping API):
491 Fix indentation of Elisp code examples.
492
493 * org.texi (Comment lines): Fix description of the comment syntax.
494
495 * org.texi (Installation): Mention "make test" in the correct section.
496
497 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
498
499 * doclicense.texi, gpl.texi: Update to latest version from FSF.
500 These are just minor editorial changes.
501
502 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
503
504 * tramp.texi (History): Mention ADB.
505 (Inline methods): Add `adb' method.
506
507 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
508
509 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
510 (External methods): Fix typo.
511
512 2012-12-03 Glenn Morris <rgm@gnu.org>
513
514 * rcirc.texi (Notices): Fix typo.
515
516 2012-11-25 Bill Wohler <wohler@newt.com>
517
518 Release MH-E manual version 8.4.
519
520 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
521 Update for release 8.4.
522
523 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
524 (Junk): Add mh-whitelist-preserves-sequences-flag,
525 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
526 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
527
528 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
529
530 * mh-e.texi (Procmail): Fix two @ typos.
531
532 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
533
534 * doclicense.texi, gpl.texi: Update to latest version from FSF.
535 These are just minor editorial changes.
536
537 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
538
539 * calc.texi (Date Formatting Codes): Mention the new beginning of
540 the date numbering system.
541
542 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
543
544 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
545 (Date Forms): Correct off-by-one error in explanation of
546 Julian day numbers. Give Gregorian equivalent of its origin.
547
548 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
549
550 * doc/misc/calc.texi (Date Forms): Mention the customizable
551 Gregorian-Julian switch.
552 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
553
554 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
555
556 Calc now uses the Gregorian calendar for all dates (Bug#12633).
557 It also uses January 1, 1 AD as its day number 1.
558 * calc.texi (Date Forms): Document this.
559
560 2012-11-16 Glenn Morris <rgm@gnu.org>
561
562 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
563 (Obsolete Macros): Move example here from Function Bindings.
564
565 * erc.texi: Use @code{nil} rather than just "nil".
566 (Modules): Undocument obsolete "hecomplete".
567 Add "notifications".
568 (Connecting): Add brief section on passwords.
569 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
570
571 2012-11-13 Glenn Morris <rgm@gnu.org>
572
573 * flymake.texi (Customizable variables)
574 (Highlighting erroneous lines): Mention flymake-error-bitmap,
575 flymake-warning-bitmap, and flymake-fringe-indicator-position.
576
577 2012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
578
579 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
580 In all file place SES into @acronym{...}.
581 (Advanced Features): Add key index and function index for
582 ses-set-header-row. Add description for function
583 ses-rename-cell. Add description for function
584 ses-repair-cell-reference-all.
585 (Ranges in formulas): Add description for ses-range flags.
586
587 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
588
589 * texinfo.tex: Merge from gnulib.
590
591 2012-11-10 Chong Yidong <cyd@gnu.org>
592
593 * url.texi (Introduction): Move url-configuration-directory to
594 Customization node.
595 (Parsed URIs): Split into its own node.
596 (URI Encoding): New node.
597 (Defining New URLs): Remove empty chapter.
598 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
599 Improve docs for url-queue-*.
600 (Supported URL Types): Copyedits. Delete empty subnodes.
601
602 * url.texi (Introduction): Rename from Getting Started. Rewrite
603 the introduction.
604 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
605
606 2012-11-10 Glenn Morris <rgm@gnu.org>
607
608 * cl.texi (Obsolete Setf Customization):
609 Revert defsetf example to the more correct let rather than prog1.
610 Give define-modify-macro, defsetf, and define-setf-method
611 gv.el replacements.
612
613 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
614 (Setf Extensions): Remove obsolete reference.
615 (Obsolete Setf Customization):
616 Move note on lack of setf functions to lispref/variables.texi.
617 Undocument get-setf-method, since it no longer exists.
618 Mention simple defsetf replaced by gv-define-simple-setter.
619
620 2012-11-03 Glenn Morris <rgm@gnu.org>
621
622 * cl.texi: Further general copyedits.
623 (List Functions): Remove copy-tree, standard elisp for some time.
624 (Efficiency Concerns): Comment out examples that no longer apply.
625 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
626 (Creating Symbols, Random Numbers): De-emphasize internal
627 variables cl--gensym-counter and cl--random-state. (Bug#12788)
628 (Naming Conventions, Type Predicates, Macros)
629 (Predicates on Numbers): No longer mention cl-floatp-safe.
630
631 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
632
633 * gnus.texi (Mail Source Specifiers):
634 Document :leave keyword used for pop mail source.
635
636 2012-11-01 Glenn Morris <rgm@gnu.org>
637
638 * cl.texi: General copyedits for style, line-breaks, etc.
639 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
640 (Macro Bindings, Blocks and Exits):
641 Acknowledge existence of lexical-binding.
642 (Iteration): Mainly defer to doc of standard dolist, dotimes.
643
644 2012-10-31 Glenn Morris <rgm@gnu.org>
645
646 * ert.texi (Introduction, The @code{should} Macro):
647 Refer to "cl-assert" rather than "assert".
648
649 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
650 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
651 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
652 Reword, and add details of flet and labels.
653 (Modify Macros, Function Bindings): Add some xrefs.
654
655 2012-10-30 Glenn Morris <rgm@gnu.org>
656
657 * cl.texi (Modify Macros): Update for cl-letf changes.
658 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
659 (Setf Extensions): Partially restore note about cl-getf,
660 mainly moved to lispref/variables.texi.
661 (Property Lists): Fix cl-getf typos.
662 (Mapping over Sequences): Mention cl-mapc naming oddity.
663
664 2012-10-29 Glenn Morris <rgm@gnu.org>
665
666 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
667 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
668 (Customizing Setf): Move contents to "Obsolete Setf Customization".
669 (Modify Macros, Multiple Values, Other Clauses):
670 Remove mentions of obsolete features.
671 (Obsolete Setf Customization): Don't mention `apply' setf.
672
673 2012-10-28 Glenn Morris <rgm@gnu.org>
674
675 * cl.texi (Multiple Values, Common Lisp Compatibility):
676 More namespace updates.
677 (Obsolete Features): Copyedits.
678 (Obsolete Lexical Macros, Obsolete Setf Customization):
679 New subsections.
680
681 * cl.texi (Porting Common Lisp, Lexical Bindings):
682 Add some xrefs to the Elisp manual.
683
684 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
685 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
686 (Obsolete Features): New appendix. Move Lexical Bindings here.
687
688 2012-10-27 Glenn Morris <rgm@gnu.org>
689
690 * cl.texi: Use defmac for macros rather than defspec.
691 (Efficiency Concerns): Related copyedit.
692
693 * cl.texi (Control Structure): Update for setf now being in core.
694 (Setf Extensions): Rename from Basic Setf. Move much of the
695 former content to lispref/variables.texi.
696 (Modify Macros): Move pop, push details to lispref/variables.texi.
697 (Customizing Setf): Copyedits for setf etc being in core.
698 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
699 Further namespaces updates.
700
701 2012-10-26 Bastien Guerry <bzg@gnu.org>
702
703 * org.texi (Installation): Update the link to Org's ELPA. Also
704 don't mention org-install.el anymore as the replacement file
705 org-loaddefs.el is now loaded by org.el.
706
707 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
708
709 * tramp.texi (Frequently Asked Questions): Mention
710 `tramp-completion-reread-directory-timeout' for performance
711 improvement.
712
713 2012-10-25 Glenn Morris <rgm@gnu.org>
714
715 * cl.texi: Don't mess with the TeX section number counter.
716 Use Texinfo recommended convention for quotes+punctuation.
717 (Overview, Sequence Functions): Rephrase for better line-breaking.
718 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
719 (Macro Bindings, Conditionals, Iteration, Loop Basics)
720 (Random Numbers, Mapping over Sequences, Structures)
721 (Porting Common Lisp): Further updates for cl-lib namespace.
722 (Modify Macros, Declarations, Macro Bindings, Structures):
723 Break long lines in examples.
724 (Dynamic Bindings): Update for changed progv behavior.
725 (Loop Examples, Efficiency Concerns): Markup fixes.
726 (Structures): Remove TeX margin change.
727 (Declarations): Fix typos.
728
729 2012-10-24 Glenn Morris <rgm@gnu.org>
730
731 * cl.texi (Overview, Multiple Values, Creating Symbols)
732 (Numerical Functions): Say less/nothing about the original cl.el.
733 (Old CL Compatibility): Remove.
734 (Assertions): Remove ignore-errors (standard Elisp for some time).
735
736 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
737 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
738 (Efficiency Concerns, Efficiency Concerns)
739 (Common Lisp Compatibility, Old CL Compatibility):
740 Further updates for cl-lib namespace.
741
742 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
743
744 Update manual for new time stamp format (Bug#12706).
745 * emacs-mime.texi (time-date): Update for new format.
746 Also, fix bogus time stamp and modernize a bit.
747
748 2012-10-23 Glenn Morris <rgm@gnu.org>
749
750 * cl.texi: Include emacsver.texi. Use Emacs version number rather
751 than unchanging cl.el version number.
752 End all menu descriptions with a period.
753 Do not use @dfn{CL} for every instance of "CL".
754 (Overview): Remove no-runtime caveat, and note about foo* names.
755 (Usage): Use cl-lib rather than cl.
756 (Organization, Naming Conventions): Update for cl-lib.el.
757 (Installation): Remove long-irrelevant node.
758 (Program Structure, Predicates, Control Structure):
759 Start updating for cl-lib namespace.
760 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
761 Depend on emacsver.texi.
762
763 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
764
765 * trampver.texi: Update release number.
766
767 2012-10-06 Glenn Morris <rgm@gnu.org>
768
769 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
770 ERC version.
771 (Introduction): ERC is distributed with Emacs.
772 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
773 (Getting Started): Simplify.
774 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
775 (History): Mention ERC maintained as part of Emacs now.
776 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
777 Add dependency on emacsver.texi.
778
779 * erc.texi: Remove hand-written node pointers.
780
781 2012-10-05 Glenn Morris <rgm@gnu.org>
782
783 * newsticker.texi (Overview, Requirements, Usage, Configuration):
784 Copyedits.
785
786 2012-10-01 Eric Ludlam <zappo@gnu.org>
787
788 * ede.texi (Quick Start, Project Local Variables)
789 (Miscellaneous commands, ede-java-root, Development Overview)
790 (Detecting a Project): New nodes.
791 (Simple projects): Node deleted.
792
793 * eieio.texi (Building Classes): Some slot attributes cannot be
794 overridden.
795 (Slot Options): Remove an example.
796 (Method Invocation, Documentation): New nodes.
797
798 2012-10-01 Glenn Morris <rgm@gnu.org>
799
800 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
801 (reftex.pdf): Add dependency on emacsver.texi.
802 * reftex.texi: Don't include directory part for emacsver.texi;
803 the Makefile's -I handles it.
804
805 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
806
807 Merge from standalone RefTeX repository.
808
809 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
810 with macros.
811 (Imprint): Mention Wolfgang in list of contributors.
812 (Creating Citations): Give a hint about how to
813 auto-revert the BibTeX database file when using external editors.
814 (Referencing Labels): Simplify section about reference macro
815 cycling.
816 (Options (Referencing Labels)): Adapt to new structure of
817 `reftex-ref-style-alist'.
818 (Referencing Labels, Reference Styles): Document changes in the
819 referencing functionality.
820 (Commands): Mention options for definition of header and footer in
821 BibTeX files.
822 (Options (Creating Citations)): Document
823 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
824 (Reference Styles): New section.
825 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
826 (Options (Referencing Labels)): Remove descriptions of deprecated
827 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
828 Add descriptions for `reftex-ref-style-alist' and
829 `reftex-ref-style-default-list'.
830 (Referencing Labels): Update regarding reference styles.
831 (Citation Styles): Mention support for ConTeXt.
832 (Options (Defining Label Environments)): Fix typo.
833 (Options (Creating Citations)): Document
834 `reftex-cite-key-separator'.
835
836 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
837
838 * org.texi: Add description of ORG_ADD_CONTRIB to info
839 documentation. Add link to Worg for more details.
840
841 * org.texi: Clarify installation procedure. Provide link to the
842 build system description on Worg.
843
844 * org.texi: Remove reference to utils/, x11idle.c is now in
845 contrib/scripts.
846
847 * org.texi: Re-normalize to "Org mode" in manual.
848
849 * org.texi (Installation): Adapt documentation to new build
850 system. Mention GNU ELPA (since it needs to be handled like Emacs
851 built-in Org).
852
853 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
854
855 * org.texi: Fix typo in description of the 'Hooks' section.
856
857 * org.texi: Add ID to the list of special properties.
858
859 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
860
861 * org.texi (Moving subtrees): Document the ability to archive to a
862 datetree.
863
864 2012-09-30 Bastien Guerry <bzg@gnu.org>
865
866 * org.texi (Installation, Feedback, Batch execution): Use
867 (add-to-list 'load-path ... t) for the contrib dir.
868
869 * org.texi (results): Update documentation for ":results drawer"
870 and ":results org".
871
872 * org.texi (Column width and alignment): Fix typo.
873
874 * org.texi (Activation): Point to the "Conflicts" section.
875
876 * org.texi (Conflicts): Mention filladapt.el in the list of
877 conflicting packages.
878
879 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
880 not needed for versions of Emacs > 22.1.
881
882 * org.texi (History and Acknowledgments): Fix typo.
883
884 * org.texi (History and Acknowledgments): Add my own
885 acknowledgments.
886
887 * org.texi (Agenda commands): Document the new command and the new
888 option.
889
890 * org.texi (Agenda commands): Delete `org-agenda-action' section.
891 (Agenda commands): Reorder. Document `*' to toggle persistent
892 marks.
893
894 * org.texi (Agenda dispatcher): Mention
895 `org-toggle-agenda-sticky'.
896 (Agenda commands, Exporting Agenda Views): Fix typo.
897
898 * org.texi (Templates in contexts, Setting Options): Update to
899 reflect changes in how contexts options are processed.
900
901 * org.texi (Templates in contexts): Document the new structure of
902 the variables `org-agenda-custom-commands-contexts' and
903 `org-capture-templates-contexts'.
904
905 * org.texi (Templates in contexts): Document the new option
906 `org-capture-templates-contexts'.
907 (Storing searches): Document the new option
908 `org-agenda-custom-commands-contexts'.
909
910 * org.texi (Formula syntax for Lisp): Reformat.
911
912 * org.texi (Special properties, Column attributes)
913 (Agenda column view): Document the new special property
914 CLOCKSUM_T.
915
916 * org.texi (Template expansion): Document the new %l template.
917
918 * org.texi (Fast access to TODO states): Fix documentation about
919 allowed characters for fast todo selection.
920
921 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
922 use in `org-agenda-to-appt'.
923
924 * org.texi (Comment lines): Update wrt comments.
925
926 * org.texi (Resolving idle time): Document new keybinding.
927
928 * org.texi (Clocking commands): Document the use of S-M-<up/down>
929 on clock timestamps.
930
931 * org.texi (Fast access to TODO states): Explicitely says only
932 letters are supported as fast TODO selection keys.
933
934 * org.texi (Link abbreviations): Illustrate the use of the "%h"
935 specifier. Document the new "%(my-function)" specifier.
936
937 * org.texi (Clocking commands): New cindex.
938 (Clocking commands): Update documentation for `org-clock-in'.
939 Document `org-clock-in-last'. Mention `org-clock-out' and
940 `org-clock-in-last' as commands that can be globally bound.
941 (Resolving idle time): Document continuous clocking.
942
943 * org.texi (Top, Introduction): Fix formatting.
944 (Activation): Add index entries.
945 (Conventions): Update section.
946 (Embedded @LaTeX{}): Fix formatting.
947
948 * org.texi (Visibility cycling): Document `show-children'.
949
950 * org.texi (Using capture): Mention the `org-capture-last-stored'
951 bookmark as a way to jump to the last stored capture.
952
953 * org.texi (Uploading files): Fix typo.
954
955 * org.texi (Using capture): Document `C-0' as a prefix argument
956 for `org-capture'.
957
958 * org.texi (Agenda commands): Document persistent marks.
959
960 * org.texi (Template expansion): Update doc to reflect change.
961
962 * org.texi (Radio tables): Document the :no-escape parameter.
963
964 * org.texi (Repeated tasks): Document repeat cookies for years,
965 months, weeks, days and hours.
966
967 * org.texi (Export options): State that you can use the d: option
968 by specifying a list of drawers.
969
970 * org.texi (HTML preamble and postamble): Small doc improvement.
971
972 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
973
974 * org.texi: The sections in the Exporting section of the manual
975 left out articles in the description of the org-export-as-*
976 commands, among other places. This patch adds them, adds a few
977 missing prepositions, and switches instances of "an HTML" to "a
978 html" for internal consistency.
979
980 * org.texi: Alter several examples of headings with timestamps in
981 them to include the timestamps in the body instead of the heading.
982
983 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
984
985 * org.texi (Agenda dispatcher): Document sticky agenda views and
986 the new key for them.
987
988 2012-09-30 Charles <millarc@verizon.net> (tiny change)
989
990 * org.texi (Advanced features): Fix error in table.
991
992 2012-09-30 Feng Shu <tumashu@gmail.com>
993
994 * org.texi (@LaTeX{} fragments): Document imagemagick as an
995 alternative to dvipng.
996
997 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
998
999 * org.texi: Remove extra curly bracket.
1000
1001 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
1002
1003 * org.texi (org-clock-in-last and org-clock-cancel): Update the
1004 defkeys.
1005
1006 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1007
1008 * org.texi (Agenda commands): Fix two typos by giving
1009 corresponding function names, according to
1010 `org-agenda-view-mode-dispatch'.
1011
1012 2012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
1013
1014 * org.texi (The spreadsheet): Fix typo.
1015
1016 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
1017
1018 * org.texi (Tracking your habits): Point to the "Tracking TODO
1019 state changes" section.
1020
1021 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
1022
1023 * org.texi (Literal examples): Remove reference to unknown
1024 `org-export-latex-minted' variable. Also simplify footnote since
1025 `org-export-latex-listings' documentation is exhaustive already.
1026
1027 * org.texi (Plain lists): Remove reference to now hard-coded
1028 `bullet' automatic rule.
1029
1030 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
1031
1032 * org.texi: Updated documentation accordingly.
1033
1034 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1035
1036 * texinfo.tex: Merge from gnulib.
1037
1038 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
1039
1040 Sync with Tramp 2.2.6.
1041
1042 * tramp.texi (Bug Reports): Cleanup caches before a test run.
1043
1044 * trampver.texi: Update release number.
1045
1046 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1047
1048 * texinfo.tex: Merge from gnulib.
1049
1050 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
1051
1052 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
1053 (bug#12096).
1054
1055 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1056
1057 * calc.texi (Simplification modes, Conversions)
1058 (Operating on Selections): Mention "basic" simplification.
1059 (The Calc Mode Line): Mention the mode line display for Basic
1060 simplification mode.
1061 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
1062 simplifications.
1063 (Basic Simplifications): Rename from "Limited Simplifications"
1064 Replace "limited" by "basic" throughout.
1065 (Algebraic Simplifications): Indicate that the algebraic
1066 simplifications are done by default.
1067 (Unsafe Simplifications): Mention `m E'.
1068 (Simplification of Units): Mention `m U'.
1069 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
1070 (Kinds of Declarations, Functions for Declarations): Mention
1071 "algebraic simplifications" instead of `a s'.
1072 (Algebraic Entry): Remove mention of default simplifications.
1073
1074 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1075
1076 * calc.texi (Getting Started, Tutorial): Change simulated
1077 Calc output to match actual output.
1078 (Simplifying Formulas): Mention that algebraic simplification is now
1079 the default.
1080
1081 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1082
1083 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
1084 (Bug#12073)
1085
1086 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1087
1088 Prefer typical American spelling for "acknowledgment".
1089 * calc.texi (History and Acknowledgments): Rename from
1090 History and Acknowledgements.
1091 * idlwave.texi (Acknowledgments):
1092 * ses.texi (Acknowledgments):
1093 * woman.texi (Acknowledgments): Rename from Acknowledgements.
1094
1095 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1096
1097 Rename configure.in to configure.ac (Bug#11603).
1098 * ede.texi (Compiler and Linker objects, ede-proj-project)
1099 (ede-step-project): Prefer the name configure.ac to configure.in.
1100
1101 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
1102
1103 * tramp.texi (Multi-hops): Introduce
1104 `tramp-restricted-shell-hosts-alist'.
1105
1106 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1107
1108 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
1109 methods, so don't mention smtpmail here.
1110
1111 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1112
1113 * gnus.texi (Picons): Document gnus-picon-properties.
1114
1115 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1116
1117 * gnus.texi: Remove mention of compilation, as that's no longer
1118 supported.
1119
1120 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1121
1122 * gnus.texi (Archived Messages): Mention
1123 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
1124
1125 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1126
1127 * gnus.texi (Various Summary Stuff):
1128 Remove mention of `gnus-propagate-marks'.
1129
1130 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1131
1132 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
1133 which no longer exist.
1134
1135 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1136
1137 * gnus.texi (Archived Messages):
1138 Document gnus-gcc-self-resent-messages.
1139
1140 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1141
1142 * message.texi (Mail Variables):
1143 Mention the optional user parameter for X-Message-SMTP-Method.
1144
1145 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1146
1147 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
1148
1149 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
1150
1151 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1152
1153 * gnus.texi (Key Index): Change encoding to utf-8.
1154
1155 2012-06-21 Glenn Morris <rgm@gnu.org>
1156
1157 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1158
1159 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1160
1161 * gnus.texi (Group Timestamp): Mention where to find documentation for
1162 the `gnus-tmp-' variables (bug#11601).
1163
1164 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
1165
1166 Sync with Tramp 2.2.6-pre.
1167
1168 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
1169 where appropriate.
1170 (Ad-hoc multi-hops): New section.
1171 (Remote processes): New subsection "Running remote processes on
1172 Windows hosts".
1173 (History): Add remote commands on Windows, and ad-hoc multi-hop
1174 methods.
1175 (External methods): "ControlPersist" must be set to "no" for the
1176 `scpc' method.
1177 (Remote processes): Add a note about `auto-revert-tail-mode'.
1178 (Frequently Asked Questions): Use "scpx" in combination with
1179 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
1180
1181 * trampver.texi: Update release number.
1182
1183 2012-06-10 Chong Yidong <cyd@gnu.org>
1184
1185 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
1186 compilation for html-mono.
1187
1188 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
1189
1190 * texinfo.tex: Merge from gnulib.
1191
1192 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
1193
1194 * Makefile.in (echo-info): Don't try to install info files named
1195 just ".info".
1196
1197 2012-05-28 Glenn Morris <rgm@gnu.org>
1198
1199 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
1200
1201 * sc.texi: Nuke hand-written node pointers.
1202 Fix top-level menu to match actual node order.
1203
1204 2012-05-27 Glenn Morris <rgm@gnu.org>
1205
1206 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
1207 Some associated fixes, including not messing with chapno in cl.texi.
1208
1209 2012-05-27 Bastien Guerry <bzg@gnu.org>
1210
1211 * org.texi (Durations and time values): Fix typo.
1212
1213 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1214
1215 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
1216 Mention `calc-ensure-consistent-units'.
1217
1218 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
1219
1220 * cc-mode.texi: Avoid space before macro in 4th argument of cross
1221 reference commands. (Bug#11461)
1222
1223 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
1224
1225 2012-05-12 Glenn Morris <rgm@gnu.org>
1226
1227 * Makefile.in (mostlyclean): Add more TeX intermediates.
1228
1229 * Makefile.in: Make it look more like the other doc Makefiles.
1230 Use explicit $srcdir in all dependencies.
1231 Remove cd $srcdir from rules.
1232 (VPATH): Remove.
1233 (infodir): Set to an absolute path.
1234 (INFO_TARGETS): Use short names.
1235 (mkinfodir): infodir is now absolute.
1236 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
1237
1238 * Makefile.in (info.info): Rename from info, to avoid duplication.
1239 (.SUFFIXES): Disable implicit rules.
1240
1241 * Makefile.in (MKDIR_P): New, set by configure.
1242 (mkinfodir): Use $MKDIR_P.
1243
1244 2012-05-07 Glenn Morris <rgm@gnu.org>
1245
1246 * forms.texi (Long Example): Update for changed location of files.
1247
1248 2012-05-04 Glenn Morris <rgm@gnu.org>
1249
1250 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1251 (INFO_TARGETS): Use $INFO_EXT.
1252 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1253 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1254 (INFO_TARGETS): Use $INFO_EXT.
1255 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1256
1257 2012-05-02 Glenn Morris <rgm@gnu.org>
1258
1259 * Makefile.in (echo-info): New phony target, used by top-level.
1260
1261 * viper.texi: Make direntry shorter (also it is no longer "newest").
1262
1263 * emacs-gnutls.texi, ert.texi, org.texi:
1264 Fix dircategory, direntry to match info/dir.
1265
1266 * faq.texi: Convert @inforefs to @xrefs.
1267 Fix some malformed cross-references.
1268 (File-name conventions): Shorten section name to avoid overfull line.
1269 (How to add fonts): Use smallexample to avoid overfull lines.
1270
1271 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
1272
1273 * auth.texi (Help for users): Update for .gpg file being second.
1274
1275 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
1276
1277 * org.texi (Agenda commands): Fix two typos: give corresponding
1278 function names, according to `org-agenda-view-mode-dispatch'.
1279
1280 2012-04-27 Glenn Morris <rgm@gnu.org>
1281
1282 * faq.texi (Major packages and programs): Remove section.
1283 There is no point listing 6 packages (cf etc/MORE.STUFF).
1284 (Finding Emacs and related packages): Move "Spell-checkers" here.
1285
1286 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
1287
1288 * dbus.texi (Version): New node.
1289 (Properties and Annotations): Mention the object manager
1290 interface. Describe dbus-get-all-managed-objects.
1291 (Type Conversion): Floating point numbers are allowed, if an
1292 anteger does not fit Emacs's integer range.
1293 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
1294 (Asynchronous Methods): Fix description of
1295 dbus-call-method-asynchronously.
1296 (Receiving Method Calls): Fix some minor errors. Add
1297 dbus-interface-emacs.
1298 (Signals): Describe unicast signals and the new match rules.
1299 (Alternative Buses): Add the PRIVATE optional argument to
1300 dbus-init-bus. Describe its new return value. Add dbus-setenv.
1301
1302 2012-04-20 Glenn Morris <rgm@gnu.org>
1303
1304 * faq.texi (New in Emacs 24): New section.
1305 (Packages that do not come with Emacs): Mention M-x list-packages.
1306
1307 2012-04-14 Alan Mackenzie <acm@muc.de>
1308
1309 * cc-mode.texi (c-offsets-alist): Correct a typo.
1310
1311 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
1312
1313 * org.texi (Deadlines and scheduling): Fix the example: the
1314 DEADLINE item should come right after the headline. We enforce
1315 this convention, so it is a bug not to illustrate it correctly in
1316 the manual.
1317
1318 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1319
1320 * org.texi (Agenda commands): Fix documentation bug by swapping
1321 the equivalent keybindings to `org-agenda-next-line' with the ones
1322 to `org-agenda-previous-line'.
1323
1324 2012-04-14 Glenn Morris <rgm@gnu.org>
1325
1326 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1327
1328 2012-04-09 Eli Zaretskii <eliz@gnu.org>
1329
1330 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
1331 emacs-gnutls.
1332 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
1333
1334 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1335
1336 * Makefile.in: Add emacs-gnutls.texi to build.
1337
1338 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
1339
1340 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1341
1342 * auth.texi (Secret Service API): Edit further and give examples.
1343 (Secret Service API): Adjust @samp to @code for collection names.
1344
1345 2012-04-04 Glenn Morris <rgm@gnu.org>
1346
1347 * auth.texi (Secret Service API): Copyedits.
1348 (Help for developers): Fill in some missing function doc-strings.
1349 (Help for users, Help for developers)
1350 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
1351
1352 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
1353
1354 * auth.texi (Secret Service API): Add the missing text.
1355
1356 2012-04-04 Chong Yidong <cyd@gnu.org>
1357
1358 * message.texi (Using PGP/MIME): Note that epg is now the default.
1359
1360 * gnus.texi: Reduce references to obsolete pgg library.
1361 (Security): Note that epg is now the default.
1362
1363 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
1364
1365 * nxml-mode.texi (Completion): C-RET is no longer bound to
1366 nxml-complete.
1367
1368 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1369
1370 * org.texi (Customizing tables in ODT export): Correct few errors.
1371
1372 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1373
1374 * org.texi (Links in ODT export): Update.
1375 (Labels and captions in ODT export): New node.
1376
1377 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1378
1379 * org.texi (Literal examples in ODT export): htmlfontify.el in
1380 Emacs-24.1 now supports fontification. So ODT source blocks will
1381 be fontified by default.
1382
1383 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
1384
1385 * org.texi (Refiling notes): Remove duplicated keybinding.
1386
1387 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1388
1389 * org.texi (noweb): Documentation of this new option to the :noweb
1390 header argument.
1391
1392 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
1393
1394 * org.texi (Header and sectioning): Add example demonstrating how
1395 to use "LaTeX_CLASS_OPTIONS".
1396
1397 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1398
1399 * org.texi (Noweb reference syntax): Describe the ability to
1400 execute noweb references in the manual.
1401
1402 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1403
1404 * org.texi (cache): Improve cache documentation when session
1405 evaluation is used.
1406
1407 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1408
1409 * org.texi (Plain lists): Document removal.
1410
1411 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
1412
1413 * org.texi: Decapitalize file name in references to Calc manual.
1414
1415 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1416
1417 * org.texi (Plain lists): Document removal.
1418
1419 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1420
1421 * org.texi (Top, OpenDocument Text export)
1422 (ODT export commands, Extending ODT export)
1423 (Images in ODT export, Tables in ODT export)
1424 (Configuring a document converter): Add or Update.
1425
1426 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
1427
1428 * org.texi (MobileOrg): Change the wording to reflect that the
1429 Android Version is no longer just the little brother of the iOS
1430 version.
1431
1432 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1433
1434 * org.texi (Key bindings and useful functions): Updated babel key
1435 binding documentation in manual.
1436
1437 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1438
1439 * org.texi (noweb): Document new noweb header value.
1440
1441 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1442
1443 * org.texi (noweb-sep): Document new header argument.
1444
1445 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1446
1447 * org.texi (noweb-ref): Documentation of this new custom variable.
1448
1449 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1450
1451 * org.texi (wrap): Update the new :wrap documentation to match the
1452 current implementation.
1453
1454 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1455
1456 * org.texi: Added documentation for :wrap.
1457
1458 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1459
1460 * org.texi: #+RESULTS now user-configurable.
1461
1462 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1463
1464 * org.texi: Documented :noweb no-export.
1465
1466 2012-04-01 Thomas Dye <dk@poto.local>
1467
1468 * org.texi: Edit :noweb no header argument for correctness.
1469
1470 2012-04-01 Bastien Guerry <bzg@gnu.org>
1471
1472 * org.texi (Customization): Update the approximate number of Org
1473 variables.
1474
1475 2012-04-01 Thomas Dye <dk@poto.local>
1476
1477 * org.texi: The :results wrap produces a drawer instead of a
1478 begin_results block.
1479
1480 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
1481
1482 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
1483 reflect the new default.
1484
1485 2012-03-10 Eli Zaretskii <eliz@gnu.org>
1486
1487 * info.texi (Expert Info): Move the index entry for "Texinfo" from
1488 "Getting Started" to this node. (Bug#10450)
1489
1490 2012-03-10 Chong Yidong <cyd@gnu.org>
1491
1492 * flymake.texi (Example -- Configuring a tool called via make):
1493 Mention the Automake COMPILE variable (Bug#8715).
1494
1495 * info.texi (Getting Started): Add an index entry (Bug#10450).
1496
1497 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
1498
1499 * dbus.texi (Signals): Known names will be mapped onto unique
1500 names, when registering for signals.
1501
1502 2012-02-29 Glenn Morris <rgm@gnu.org>
1503
1504 * url.texi: Fix quote usage in body text.
1505
1506 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
1507
1508 * cl.texi: Use @code{} in menus when appropriate.
1509
1510 2012-02-28 Glenn Morris <rgm@gnu.org>
1511
1512 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
1513 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1514 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1515 * org.texi, sc.texi, vip.texi, viper.texi:
1516 Standardize possessive apostrophe usage.
1517
1518 2012-02-26 Chong Yidong <cyd@gnu.org>
1519
1520 * ediff.texi (Quick Help Commands): Add a couple of index entries
1521 (Bug#10834).
1522
1523 2012-02-17 Glenn Morris <rgm@gnu.org>
1524
1525 * gnus.texi (Posting Styles):
1526 * remember.texi (Org): Fix cross-refs to other manuals.
1527
1528 2012-02-15 Glenn Morris <rgm@gnu.org>
1529
1530 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1531 (Encryption): New chapter, split out from previous.
1532
1533 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1534
1535 * gnus.texi (Customizing the IMAP Connection): Mention
1536 nnimap-record-commands.
1537
1538 2012-02-10 Glenn Morris <rgm@gnu.org>
1539
1540 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1541 Mention url-queue-retrieve.
1542
1543 2012-02-09 Glenn Morris <rgm@gnu.org>
1544
1545 * sem-user.texi (Semantic mode user commands): Typo fix.
1546
1547 * info.texi (Create Info buffer): Mention info-display-manual.
1548
1549 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1550
1551 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1552 example (modified from an example by Michael Albinus).
1553
1554 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1555
1556 * gnus.texi (Agent Basics): Fix outdated description of
1557 `gnus-agent-auto-agentize-methods'.
1558
1559 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1560
1561 * cc-mode.texi: Always @defindex ss.
1562 (Config Basics): Fix argument of @itemize.
1563 (Macro Backslashes): Add @code around index entry.
1564
1565 2012-01-23 Glenn Morris <rgm@gnu.org>
1566
1567 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1568
1569 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1570
1571 * tramp.texi (File): Tweak wording for the `scpc' option.
1572
1573 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1574
1575 * gnus.texi (Group Parameters): Really note precedence.
1576
1577 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1578
1579 * gnus.texi (Group Parameters): Note precedence.
1580
1581 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
1582
1583 * org.texi (Noweb reference syntax): Adding documentation of
1584 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1585 variable.
1586
1587 2012-01-03 Bastien Guerry <bzg@gnu.org>
1588
1589 * org.texi (Plain lists): Split the table to fix the display
1590 of items.
1591
1592 2012-01-03 Bastien Guerry <bzg@gnu.org>
1593
1594 * org.texi (Plain lists): Fix misplaced explanation.
1595
1596 2012-01-03 Bastien Guerry <bzg@gnu.org>
1597
1598 * org.texi (Plain lists, Agenda files): Add index entries.
1599
1600 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1601
1602 * org.texi: Use "Org mode" instead of alternatives like
1603 "Org-mode" or "org-mode".
1604
1605 2012-01-03 Bernt Hansen <bernt@norang.ca>
1606
1607 * org.texi (Agenda commands): Document
1608 `org-clock-report-include-clocking-task'.
1609
1610 2012-01-03 Bastien Guerry <bzg@gnu.org>
1611
1612 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1613 C-c' on checkboxes.
1614
1615 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1616
1617 * org.texi: End sentences with two spaces.
1618
1619 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1620
1621 * org.texi (External links): Document the link types file+sys
1622 and file+emacs, slightly narrow used page width.
1623
1624 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
1625
1626 * org.texi (colnames): Note that colnames behavior may differ
1627 across languages.
1628
1629 2012-01-03 Bastien Guerry <bzg@gnu.org>
1630
1631 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1632
1633 2012-01-03 Thomas Dye <dk@poto.westell.com>
1634
1635 * org.texi: Augmented discussion of babel property
1636 inheritance. Put footnote outside sentence ending period.
1637
1638 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1639
1640 * org.texi (eval): Documenting the full range of :eval header
1641 argument values.
1642
1643 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1644
1645 * org.texi (eval): Documentation of the new :eval option.
1646
1647 2012-01-03 Thomas Dye <dk@poto.local>
1648
1649 * org.texi: Add accumulated properties.
1650
1651 2012-01-03 Thomas Dye <dk@poto.local>
1652
1653 * org.texi: Documented no spaces in name=assign, another
1654 correction to :var table.
1655
1656 2012-01-03 Thomas Dye <dk@poto.local>
1657
1658 * org.texi: Changed DATA to NAME in Working With Source Code
1659 section.
1660
1661 2012-01-03 Tom Dye <tsd@tsdye.com>
1662
1663 * org.texi: Minor change to :var table.
1664
1665 2012-01-03 Tom Dye <tsd@tsdye.com>
1666
1667 * org.texi: More changes to :var table (some examples were wrong).
1668
1669 2012-01-03 Tom Dye <tsd@tsdye.com>
1670
1671 * org.texi: Cleaned up :var table.
1672
1673 2012-01-03 Bastien Guerry <bzg@gnu.org>
1674
1675 * org.texi (Timestamps, Weekly/daily agenda)
1676 (Weekly/daily agenda): Add @cindex for "appointment".
1677
1678 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1679
1680 * org.texi (Literal examples): A new link to the template for
1681 inserting empty code blocks.
1682 (Structure of code blocks): A new link to the template for
1683 inserting empty code blocks.
1684
1685 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1686
1687 * org.texi (External links): Add footnote on how the behavior
1688 of the text search in Org files are controled by the variable
1689 `org-link-search-must-match-exact-headline'.
1690
1691 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1692
1693 * org.texi (Buffer-wide header arguments): Update
1694 documentation to reflect removal of #+PROPERTIES.
1695
1696 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1697
1698 * org.texi (The clock table): Mention that ACHIVED trees
1699 contribute to the clock table.
1700
1701 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1702
1703 * org.texi (Conflicts): Better yasnippet config info.
1704
1705 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1706
1707 * org.texi (Selective export): Explicitely mention the default
1708 values for `org-export-select-tags',
1709 `org-export-exclude-tags'.
1710
1711 2012-01-03 Tom Dye <tsd@tsdye.com>
1712
1713 * org.texi: Added a line to specify that header arguments are
1714 lowercase.
1715
1716 2012-01-03 Tom Dye <tsd@tsdye.com>
1717
1718 * org.texi: :var requires default value when declared.
1719
1720 2012-01-03 Bastien Guerry <bzg@gnu.org>
1721
1722 * org.texi (Handling links): Add a note about the
1723 `org-link-frame-setup' option.
1724
1725 2012-01-03 David Maus <dmaus@ictsoc.de>
1726
1727 * org.texi (Exporting Agenda Views, Extracting agenda
1728 information): Fix command line syntax, quote symbol parameter
1729 values.
1730
1731 2012-01-03 David Maus <dmaus@ictsoc.de>
1732
1733 * org.texi (Exporting Agenda Views): Fix command line syntax.
1734
1735 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1736
1737 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1738 Use octal notation for file permissions, which are normally
1739 thought of in octal.
1740 (Mail Back End Variables): Use more-plausible modes in example.
1741
1742 2011-12-20 Alan Mackenzie <acm@muc.de>
1743
1744 * cc-mode.texi: Update version string 5.31 -> 5.32.
1745
1746 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
1747
1748 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1749
1750 2011-11-24 Glenn Morris <rgm@gnu.org>
1751
1752 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1753
1754 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1755
1756 * makefile.w32-in: Update dependencies.
1757
1758 2011-11-20 Glenn Morris <rgm@gnu.org>
1759
1760 * gnus.texi (Group Information):
1761 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1762
1763 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1764
1765 * gnus-coding.texi (Gnus Maintenance Guide):
1766 Rename from "Gnus Maintainance Guide".
1767
1768 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1769 * eieio.texi (Customizing):
1770 * gnus.texi (Article Washing):
1771 * gnus-news.texi:
1772 * sem-user.texi (Smart Jump): Fix typos.
1773
1774 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1775
1776 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1777
1778 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1779
1780 * ede.texi (project-am-texinfo):
1781 * gnus.texi (Sending or Not Sending):
1782 * org.texi (Template elements): Fix typos.
1783
1784 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
1785
1786 * ediff.texi (Hooks):
1787 * sem-user.texi (Semanticdb Roots): Fix typos.
1788
1789 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
1790
1791 * semantic.texi (Tag handling): Fix typo.
1792
1793 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1794
1795 * gnus.texi (Other Gnus Versions): Remove.
1796
1797 2011-10-28 Alan Mackenzie <acm@muc.de>
1798
1799 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1800 (Other Special Indentations): Add an xref to "Macros with ;".
1801 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1802 "Macros with ;".
1803 (Macros with ;): New page.
1804
1805 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1806 Document the new handling of nested scopes for movement by defuns.
1807
1808 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
1809
1810 Sync with Tramp 2.2.3.
1811
1812 * trampver.texi: Update release number.
1813
1814 2011-10-14 Glenn Morris <rgm@gnu.org>
1815
1816 * ert.texi (Introduction, How to Run Tests)
1817 (Running Tests Interactively, Expected Failures)
1818 (Tests and Their Environment, Useful Techniques)
1819 (Interactive Debugging, Fixtures and Test Suites):
1820 Minor rephrasings.
1821 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1822 (Running Tests in Batch Mode): Simplify loading instructions.
1823 (Test Selectors): Clarify some selectors.
1824 (Expected Failures, Useful Techniques):
1825 Make examples fit in 80 columns.
1826
1827 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1828
1829 * calc.texi (Basic Operations on Units): Discuss temperature
1830 conversion (`u t') alongside with other unit conversions ('u c').
1831
1832 2011-10-12 Glenn Morris <rgm@gnu.org>
1833
1834 * ert.texi: Whitespace trivia to make main menu items line up better.
1835
1836 2011-10-08 Glenn Morris <rgm@gnu.org>
1837
1838 * Makefile.in: Fix ert rules.
1839
1840 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1841
1842 * gnus.texi (Gnus Utility Functions): Add more references and
1843 explanations (bug#9683).
1844
1845 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1846
1847 * gnus.texi (Archived Messages): Note the default (bug#9552).
1848
1849 2011-09-21 Bill Wohler <wohler@newt.com>
1850
1851 Release MH-E manual version 8.3.
1852
1853 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1854 release 8.3.
1855 (Preface): Updated support information.
1856 (From Bill Wohler): Reset text to original version. As a
1857 historical quote, the tense should be correct in the time that it
1858 was written.
1859
1860 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1861
1862 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1863 (Finding the News): Doc clarification.
1864 (Terminology): Mention naming.
1865
1866 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1867
1868 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1869 (Interactive): Document `quiet'.
1870
1871 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
1872
1873 * org.texi (Images in LaTeX export): Rewrite.
1874
1875 2011-08-15 Bastien Guerry <bzg@gnu.org>
1876
1877 * org.texi (Using the mapping API): Mention 'region as a possible
1878 scope for `org-map-entries'.
1879
1880 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1881
1882 * org.texi (Visibility cycling): Document `org-copy-visible'.
1883
1884 2011-08-15 Bastien Guerry <bzg@gnu.org>
1885
1886 * org.texi (Template expansion): Order template sequences in the
1887 proper order.
1888
1889 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1890
1891 * org.texi (eval): Expand discussion of the :eval header argument.
1892
1893 2011-08-15 Bastien Guerry <bzg@gnu.org>
1894
1895 * org.texi (Languages): Add Lilypond and Awk as supported
1896 languages.
1897
1898 2011-08-15 Achim Gratz <stromeko@nexgo.de>
1899
1900 * org.texi: Document that both CLOCK_INTO_DRAWER and
1901 LOG_INTO_DRAWER can be used to override the contents of variable
1902 org-clock-into-drawer (or if unset, org-log-into-drawer).
1903
1904 * org.texi: Replace @xref->@pxref.
1905
1906 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1907
1908 * org.texi (Evaluating code blocks): Documenting the new option
1909 for inline call lines.
1910
1911 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1912
1913 * org.texi (Results of evaluation): More explicit about the
1914 mechanism through which interactive evaluation of code is
1915 performed.
1916
1917 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1918
1919 * org.texi (noweb-ref): New header argument documentation.
1920
1921 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1922
1923 * org.texi (Extracting source code): Documentation of the new
1924 org-babel-tangle-named-block-combination variable.
1925
1926 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1927
1928 * org.texi (Structure of code blocks): Explicitly state that the
1929 behavior of multiple blocks of the same name is undefined.
1930
1931 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
1932
1933 * org.texi (TaskJuggler export): Modify the example to reflect the
1934 new effort durations.
1935
1936 2011-08-15 David Maus <dmaus@ictsoc.de>
1937
1938 * org.texi (Images in LaTeX export): Escape curly brackets in
1939 LaTeX example.
1940
1941 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1942
1943 * org.texi (The clock table): Document the :properties and
1944 :inherit-props arguments for the clocktable.
1945
1946 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1947
1948 * org.texi (Tables in LaTeX export): Document specifying placement
1949 options for tables.
1950
1951 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1952
1953 * org.texi (Evaluating code blocks): More specific documentation
1954 about the different types of header arguments.
1955
1956 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
1957
1958 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1959
1960 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1961
1962 * org.texi (Built-in table editor): Document the table field
1963 follow mode.
1964
1965 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
1966
1967 * org.texi (Easy Templates): Document new template.
1968
1969 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
1970
1971 * org.texi (Literal examples): Add a cross-reference from "Literal
1972 Examples" to "Easy Templates."
1973
1974 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1975
1976 * org.texi (The clock table): Add link to match syntax.
1977
1978 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1979
1980 * org.texi (Agenda commands): Document clock consistency checks.
1981
1982 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1983
1984 * org.texi (Built-in table editor): Document that \vert represents
1985 a vertical bar in a table field.
1986
1987 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1988
1989 * org.texi (Literal examples): Link from "Markup" > "Literate
1990 Examples" to "Working with Source Code".
1991
1992 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
1993
1994 * org.texi (Agenda commands): Doc for function option to bulk
1995 action.
1996
1997 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1998
1999 * org.texi (Template expansion): Document new %<...> template
2000 escape.
2001
2002 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2003
2004 * org.texi (Selective export): Document exclusion of any tasks
2005 from export.
2006
2007 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2008
2009 * org.texi (Selective export): Document how to exclude DONE tasks
2010 from export.
2011 (Publishing options): Document the properties to be used to turn off
2012 export of DONE tasks.
2013
2014 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2015
2016 * org.texi (The date/time prompt): Document date range protection.
2017
2018 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2019
2020 * org.texi (padline): Documentation of the new padline header
2021 argument.
2022
2023 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2024
2025 * org.texi (var): Adding "[" to list of characters triggering
2026 elisp evaluation.
2027
2028 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2029
2030 * org.texi (var): Documentation of Emacs Lisp evaluation during
2031 variable assignment.
2032
2033 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2034
2035 * org.texi (colnames): Reference indexing into variables, and note
2036 that colnames are *not* removed before indexing occurs.
2037 (rownames): Reference indexing into variables, and note that
2038 rownames are *not* removed before indexing occurs.
2039
2040 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2041
2042 * org.texi (var): Clarification of indexing into tabular
2043 variables.
2044
2045 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2046
2047 * org.texi (results): Documentation of the `:results wrap' header
2048 argument.
2049
2050 2011-08-15 Bastien Guerry <bzg@gnu.org>
2051
2052 * org.texi (LaTeX and PDF export): Add a note about a limitation
2053 of the LaTeX export: the org file has to be properly structured.
2054
2055 2011-08-15 Bastien Guerry <bzg@gnu.org>
2056
2057 * org.texi (Dynamic blocks, Structure editing): Mention
2058 the function `org-narrow-to-block'.
2059
2060 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2061
2062 * org.texi (Languages): Updating list of code block supported
2063 languages.
2064
2065 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2066
2067 * org.texi (Special properties): CATEGORY is a special property,
2068 but it may also used in the drawer.
2069
2070 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2071
2072 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
2073
2074 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
2075
2076 * org.texi (Include files): Document :lines.
2077
2078 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2079
2080 * org.texi (comments): Documentation of the ":comments noweb" code
2081 block header argument.
2082
2083 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2084
2085 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
2086 added extra whitespace around functions to be consistent with the
2087 rest of the section.
2088
2089 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2090
2091 * org.texi (Evaluating code blocks): Expanded discussion of
2092 #+call: line syntax.
2093 (Header arguments in function calls): Expanded discussion of
2094 #+call: line syntax.
2095
2096 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2097
2098 * org.texi (Evaluating code blocks): More explicit about how to
2099 pass variables to #+call lines.
2100
2101 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2102
2103 * org.texi (Results of evaluation): Link to the :results header
2104 argument list from the "Results of evaluation" section.
2105
2106 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2107
2108 * org.texi (Conflicts): Adding additional information about
2109 resolving org/yasnippet conflicts.
2110
2111 2011-08-15 David Maus <dmaus@ictsoc.de>
2112
2113 * org.texi (Publishing options): Document style-include-scripts
2114 publishing project property.
2115
2116 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2117
2118 * org.texi (Sparse trees): Document the next-error /
2119 previous-error functionality.
2120
2121 2011-08-15 Tom Dye <tsd@tsdye.com>
2122
2123 * org.texi (cache): Improved documentation of code block caches.
2124
2125 2011-08-15 Tom Dye <tsd@tsdye.com>
2126
2127 * org.texi (Code block specific header arguments): Documentation
2128 of multi-line header arguments.
2129
2130 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2131
2132 * org.texi (Code evaluation security): Add example for using a
2133 function.
2134
2135 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2136
2137 * org.texi (Tables in LaTeX export): Documentation of new
2138 attr_latex options for tables.
2139
2140 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
2141
2142 * trampver.texi: Update release number.
2143
2144 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
2145
2146 Sync with Tramp 2.2.2.
2147
2148 * trampver.texi: Update release number.
2149
2150 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2151
2152 * flymake.texi (Example -- Configuring a tool called via make):
2153 Use /dev/null instead of the Windows "nul" (bug#8715).
2154
2155 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2156
2157 * widget.texi (Setting Up the Buffer): Remove mention of the
2158 global keymap parent, which doesn't seem to be accurate
2159 (bug#7045).
2160
2161 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2162
2163 * org.texi (Special agenda views): Fix double quoting (bug#3509).
2164
2165 2010-07-10 Kevin Ryde <user42@zip.com.au>
2166
2167 * cl.texi (For Clauses): Add destructuring example processing an
2168 alist (bug#6596).
2169
2170 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2171
2172 * ediff.texi (Major Entry Points): Remove mention of `require',
2173 since that's not pertinent in the installed Emacs (bug#9016).
2174
2175 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2176
2177 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
2178 (Filtering New Groups): Clarify how simple the "options -n" format is.
2179 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
2180 is internal.
2181
2182 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
2183
2184 * tramp.texi (Cleanup remote connections): Add
2185 `tramp-cleanup-this-connection'.
2186
2187 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2188
2189 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
2190 zombies.
2191 (Checking New Groups): Ditto (bug#8974).
2192 (Checking New Groups): Moved the reference to the right place.
2193
2194 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
2195
2196 * gnus.texi (Startup Files): Clarify that we're talking about numbered
2197 backups, and not actual vc (bug#8975).
2198
2199 2011-07-03 Kevin Ryde <user42@zip.com.au>
2200
2201 * cl.texi (For Clauses): @items for hash-values and key-bindings
2202 to make them more visible when skimming. Add examples of `using'
2203 clause to them, examples being clearer than a description in
2204 words (bug#6599).
2205
2206 2011-07-01 Alan Mackenzie <acm@muc.de>
2207
2208 * cc-mode.texi (Guessing the Style): New page.
2209 (Styles): Add a short introduction to above.
2210
2211 2011-06-28 Deniz Dogan <deniz@dogan.se>
2212
2213 * rcirc.texi (Configuration): Bug-fix:
2214 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
2215 Reported by Elias Pipping <pipping@exherbo.org>.
2216
2217 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2218
2219 * gnus.texi (Summary Mail Commands): Document
2220 `gnus-summary-reply-to-list-with-original'.
2221
2222 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 * eshell.texi (Known problems): Fix typo.
2225
2226 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
2227
2228 * tramp.texi (Customizing Completion): Mention authinfo-style files.
2229 (Password handling): `auth-source-debug' is good for debug messages.
2230
2231 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
2232
2233 * gnus.texi (Store custom flags and keywords): Refer to
2234 `gnus-registry-article-marks-to-{chars,names}' instead of
2235 `gnus-registry-user-format-function-{M,M2}'.
2236
2237 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2238
2239 * texinfo.tex: Merge from gnulib.
2240
2241 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
2242
2243 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
2244 (Store custom flags and keywords):
2245 Mention `gnus-registry-user-format-function-M' and
2246 `gnus-registry-user-format-function-M2'.
2247
2248 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2249
2250 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
2251
2252 2011-05-17 Glenn Morris <rgm@gnu.org>
2253
2254 * gnus.texi (Face): Fix typo.
2255
2256 2011-05-14 Glenn Morris <rgm@gnu.org>
2257
2258 * dired-x.texi (Omitting Examples): Minor addition.
2259
2260 2011-05-10 Jim Meyering <meyering@redhat.com>
2261
2262 * ede.texi: Fix typo "or or -> or".
2263
2264 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
2265
2266 * gnus.texi (Summary Buffer Lines):
2267 gnus-summary-user-date-format-alist does not exist.
2268 (Sorting the Summary Buffer): More about sorting threads.
2269
2270 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
2271
2272 * trampver.texi: Update release number.
2273
2274 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
2275
2276 * tramp.texi (Frequently Asked Questions): New item for disabling
2277 Tramp in other packages.
2278
2279 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
2280
2281 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
2282 (Fancy splitting to parent, Store arbitrary data):
2283 Updated gnus-registry docs.
2284
2285 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
2286
2287 * ede.texi: Fix typos.
2288
2289 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2290
2291 * gnus.texi (Window Layout): @itemize @code doesn't exist.
2292 It's @table @code.
2293
2294 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
2295
2296 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
2297
2298 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2299
2300 * calc.texi (Logarithmic Units): Update the function names.
2301
2302 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2303
2304 * message.texi (Various Commands): Document format specs in the
2305 ellipsis.
2306
2307 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
2308
2309 * message.texi (Insertion Variables): Document message-cite-style.
2310
2311 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
2312
2313 * tramp.texi (Remote processes): New subsection "Running shell on
2314 a remote host".
2315
2316 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2317
2318 * auth.texi (Help for developers): Update docs to explain that the
2319 :save-function will only run the first time.
2320
2321 2011-03-12 Glenn Morris <rgm@gnu.org>
2322
2323 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
2324 (emacs-faq.text): New target.
2325 (clean): Add emacs-faq.
2326
2327 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
2328
2329 Sync with Tramp 2.2.1.
2330
2331 * trampver.texi: Update release number.
2332
2333 2011-03-11 Glenn Morris <rgm@gnu.org>
2334
2335 * Makefile.in (HTML_TARGETS): New.
2336 (clean): Delete $HTML_TARGETS.
2337 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
2338
2339 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
2340
2341 * auth.texi (Help for developers): Show example of using
2342 `auth-source-search' with prompts and :save-function.
2343
2344 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2345
2346 * Version 23.3 released.
2347
2348 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
2349
2350 * message.texi (Message Buffers): Update default value of
2351 message-generate-new-buffers.
2352
2353 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
2354
2355 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
2356 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
2357 respectively.
2358 (Musical Notes): New section.
2359 (Customizing Calc): Mention the customizable variable
2360 calc-note-threshold.
2361
2362 2011-03-03 Glenn Morris <rgm@gnu.org>
2363
2364 * url.texi (Dealing with HTTP documents): Remove reference to
2365 function url-decode-text-part; never seems to have existed. (Bug#6038)
2366 (Configuration): Update url-configuration-directory description.
2367
2368 2011-03-02 Glenn Morris <rgm@gnu.org>
2369
2370 * dired-x.texi (Multiple Dired Directories): Remove mentions
2371 of dired-default-directory-alist and dired-default-directory.
2372 Move dired-smart-shell-command here...
2373 (Miscellaneous Commands): ... from here.
2374
2375 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2376
2377 * texinfo.tex: Update to version 2011-02-24.09.
2378
2379 2011-03-02 Glenn Morris <rgm@gnu.org>
2380
2381 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
2382 instead of the obsoleted dired-omit-here-always.
2383
2384 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
2385
2386 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
2387 supported systems.
2388
2389 2011-02-28 Glenn Morris <rgm@gnu.org>
2390
2391 * dbus.texi (Type Conversion): Grammar fix.
2392
2393 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
2394
2395 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
2396 "Debian GNU/Linux".
2397
2398 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
2399
2400 2011-02-23 Glenn Morris <rgm@gnu.org>
2401
2402 * dired-x.texi (Features): Minor rephrasing.
2403 (Local Variables): Fix typos.
2404
2405 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
2406 Standardize some Emacs/XEmacs terminology.
2407
2408 * dired-x.texi (Features): Don't advertise obsolete local variables.
2409 Simplify layout.
2410 (Omitting Variables): Update local variables example.
2411 (Local Variables): Say this is obsolete. Fix description of
2412 dired-enable-local-variables possible values.
2413
2414 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2415
2416 * auth.texi (Help for users): Mention ~/.netrc is also searched by
2417 default now.
2418
2419 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2420
2421 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
2422
2423 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2424
2425 * gnus.texi (Window Layout): Document layout names.
2426
2427 2011-02-19 Eli Zaretskii <eliz@gnu.org>
2428
2429 * ada-mode.texi: Sync @dircategory with ../../info/dir.
2430 * auth.texi: Sync @dircategory with ../../info/dir.
2431 * autotype.texi: Sync @dircategory with ../../info/dir.
2432 * calc.texi: Sync @dircategory with ../../info/dir.
2433 * cc-mode.texi: Sync @dircategory with ../../info/dir.
2434 * cl.texi: Sync @dircategory with ../../info/dir.
2435 * dbus.texi: Sync @dircategory with ../../info/dir.
2436 * dired-x.texi: Sync @dircategory with ../../info/dir.
2437 * ebrowse.texi: Sync @dircategory with ../../info/dir.
2438 * ede.texi: Sync @dircategory with ../../info/dir.
2439 * ediff.texi: Sync @dircategory with ../../info/dir.
2440 * edt.texi: Sync @dircategory with ../../info/dir.
2441 * eieio.texi: Sync @dircategory with ../../info/dir.
2442 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
2443 * epa.texi: Sync @dircategory with ../../info/dir.
2444 * erc.texi: Sync @dircategory with ../../info/dir.
2445 * eshell.texi: Sync @dircategory with ../../info/dir.
2446 * eudc.texi: Sync @dircategory with ../../info/dir.
2447 * flymake.texi: Sync @dircategory with ../../info/dir.
2448 * forms.texi: Sync @dircategory with ../../info/dir.
2449 * gnus.texi: Sync @dircategory with ../../info/dir.
2450 * idlwave.texi: Sync @dircategory with ../../info/dir.
2451 * mairix-el.texi: Sync @dircategory with ../../info/dir.
2452 * message.texi: Sync @dircategory with ../../info/dir.
2453 * mh-e.texi: Sync @dircategory with ../../info/dir.
2454 * newsticker.texi: Sync @dircategory with ../../info/dir.
2455 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
2456 * org.texi: Sync @dircategory with ../../info/dir.
2457 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
2458 * pgg.texi: Sync @dircategory with ../../info/dir.
2459 * rcirc.texi: Sync @dircategory with ../../info/dir.
2460 * reftex.texi: Sync @dircategory with ../../info/dir.
2461 * remember.texi: Sync @dircategory with ../../info/dir.
2462 * sasl.texi: Sync @dircategory with ../../info/dir.
2463 * sc.texi: Sync @dircategory with ../../info/dir.
2464 * semantic.texi: Sync @dircategory with ../../info/dir.
2465 * ses.texi: Sync @dircategory with ../../info/dir.
2466 * sieve.texi: Sync @dircategory with ../../info/dir.
2467 * smtpmail.texi: Sync @dircategory with ../../info/dir.
2468 * speedbar.texi: Sync @dircategory with ../../info/dir.
2469 * trampver.texi [emacs]: Set emacsname to "Emacs".
2470 * tramp.texi: Sync @dircategory with ../../info/dir.
2471 * url.texi: Sync @dircategory with ../../info/dir.
2472 * vip.texi: Sync @dircategory with ../../info/dir.
2473 * viper.texi: Sync @dircategory with ../../info/dir.
2474 * widget.texi: Sync @dircategory with ../../info/dir.
2475 * woman.texi: Sync @dircategory with ../../info/dir.
2476
2477 2011-02-19 Glenn Morris <rgm@gnu.org>
2478
2479 * dired-x.texi (Technical Details): No longer redefines
2480 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
2481 dired-read-shell-command, or dired-find-buffer-nocreate.
2482
2483 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
2484
2485 * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
2486
2487 2011-02-18 Glenn Morris <rgm@gnu.org>
2488
2489 * dired-x.texi (Optional Installation File At Point): Simplify.
2490
2491 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2492
2493 * auth.texi (Help for users): Use :port instead of :protocol for all
2494 auth-source docs.
2495 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
2496 to have two files in `auth-sources'.
2497
2498 2011-02-16 Glenn Morris <rgm@gnu.org>
2499
2500 * dired-x.texi: Use emacsver.texi to get Emacs version.
2501 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
2502 Depend on emacsver.texi.
2503
2504 * dired-x.texi: Drop meaningless version number.
2505 (Introduction): Remove old info.
2506 (Optional Installation Dired Jump): Autoload from dired-x.
2507 Remove incorrect info about loaddefs.el.
2508 (Bugs): Just refer to M-x report-emacs-bug.
2509
2510 * dired-x.texi (Multiple Dired Directories): Update for rename of
2511 default-directory-alist.
2512 (Miscellaneous Commands): No longer mention very old VM version 4.
2513
2514 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2515
2516 Merge from gnulib.
2517 * texinfo.tex: Update to version 2011-02-14.11.
2518
2519 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2520
2521 * auth.texi (Help for users):
2522 Login collection is "Login" and not "login".
2523
2524 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
2525
2526 * tramp.texi (History): Remove IMAP support.
2527 (External methods, Frequently Asked Questions): Remove `imap' and
2528 `imaps' methods.
2529 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2530
2531 * trampver.texi: Remove default value of `emacsimap'.
2532
2533 2011-02-13 Glenn Morris <rgm@gnu.org>
2534
2535 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2536 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2537
2538 2011-02-12 Glenn Morris <rgm@gnu.org>
2539
2540 * sc.texi (Getting Connected): Remove old index entries.
2541
2542 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
2543
2544 * url.texi: Remove duplicate @dircategory (Bug#7942).
2545
2546 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2547
2548 * auth.texi (Overview, Help for users, Help for developers):
2549 Update docs.
2550 (Help for users): Talk about spaces.
2551
2552 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2553
2554 * texinfo.tex: Update to version 2011-02-07.16.
2555
2556 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
2557
2558 * dbus.texi (Bus names): Adapt descriptions for
2559 dbus-list-activatable-names and dbus-list-known-names.
2560
2561 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2562
2563 * calc.texi (Logarithmic Units): New section.
2564
2565 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2566
2567 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2568 manuals use it now.
2569
2570 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
2571
2572 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2573
2574 * overrides.texi: Remove.
2575
2576 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2577 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2578
2579 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
2580
2581 * tramp.texi (Frequently Asked Questions): Mention problems with
2582 WinSSHD.
2583
2584 * trampver.texi: Update release number.
2585
2586 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2587
2588 * tramp.texi:
2589 Replace "delimet" with "delimit" globally.
2590 Replace "explicite" with "explicit" globally.
2591 Replace "instead of" with "instead" where there was nothing after "of".
2592 Audit use of comma before interrogative pronoun, "that", or "which".
2593 Minor word order, spelling, wording changes.
2594
2595 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2596
2597 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2598
2599 * sieve.texi: Use WEBHACKDEVEL.
2600
2601 * sasl.texi: Use WEBHACKDEVEL.
2602
2603 * pgg.texi: Use WEBHACKDEVEL.
2604
2605 * message.texi: Use WEBHACKDEVEL.
2606
2607 * gnus.texi: Use WEBHACKDEVEL.
2608
2609 * emacs-mime.texi: Use WEBHACKDEVEL.
2610
2611 * auth.texi: Use WEBHACKDEVEL.
2612
2613 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2614 manuals.
2615
2616 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2617
2618 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2619
2620 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2621
2622 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2623 which in turn is copied from ftp://tug.org/tex/.
2624
2625 2011-02-03 Glenn Morris <rgm@gnu.org>
2626
2627 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2628 (Binding combinations of modifiers and function keys):
2629 Let's assume people reading this are not using Emacs 18.
2630
2631 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2632
2633 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2634 since it's run automatically.
2635
2636 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2637
2638 * gnus.texi (Customizing Articles): Fix typo.
2639
2640 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2641
2642 * gnus.texi (Customizing Articles): Document the new way of customizing
2643 the date headers(s).
2644
2645 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2646
2647 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2648 splitting example.
2649
2650 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2651
2652 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2653 (MAKEINFO_OPTS): New variable.
2654 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2655 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2656 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2657 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2658 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2659 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2660 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2661 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2662 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2663 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2664 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2665 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2666 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2667 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2668 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2669 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2670 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2671 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2672
2673 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2674
2675 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2676
2677 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2678
2679 * message.texi (IDNA): Explain what it is.
2680
2681 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2682
2683 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2684
2685 2011-01-23 Werner Lemberg <wl@gnu.org>
2686
2687 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2688 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2689 (ENVADD): Update.
2690
2691 2011-01-18 Glenn Morris <rgm@gnu.org>
2692
2693 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2694
2695 2011-01-14 Eduard Wiebe <usenet@pusto.de>
2696
2697 * nxml-mode.texi (Introduction): Fix file name typos.
2698
2699 2011-01-13 Christian Ohler <ohler@gnu.org>
2700
2701 * ert.texi: New file.
2702
2703 * Makefile.in:
2704 * makefile.w32-in: Add ert.texi.
2705
2706 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2707
2708 * dbus.texi (Receiving Method Calls): New function
2709 dbus-register-service. Rearrange node.
2710
2711 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2712
2713 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2714 which in turn is copied from ftp://tug.org/tex/.
2715
2716 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2717
2718 * dbus.texi (Receiving Method Calls): Describe new optional
2719 parameter dont-register-service of dbus-register-{method,property}.
2720
2721 2010-12-17 Daiki Ueno <ueno@unixuser.org>
2722
2723 * epa.texi (Encrypting/decrypting *.gpg files):
2724 Mention epa-file-select-keys.
2725
2726 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2727
2728 * gnus.texi (Archived Messages): Remove outdated text.
2729
2730 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2731
2732 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
2733
2734 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2735
2736 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
2737
2738 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2739
2740 * gnus.texi (The swish++ Engine): Add customizable parameters
2741 descriptions.
2742 (The swish-e Engine): Ditto.
2743
2744 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
2745
2746 * tramp.texi (Inline methods): Add "ksu" method.
2747 (Remote processes): Add example with remote `default-directory'.
2748
2749 2010-12-14 Glenn Morris <rgm@gnu.org>
2750
2751 * faq.texi (Expanding aliases when sending mail):
2752 Now build-mail-aliases is interactive.
2753
2754 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2755
2756 * gnus.texi: First pass at adding (rough) nnir documentation.
2757
2758 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2759
2760 * gnus.texi (Filtering New Groups):
2761 Mention gnus-auto-subscribed-categories.
2762 (The First Time): Remove, since default-subscribed-newsgroups has been
2763 removed.
2764
2765 2010-12-13 Glenn Morris <rgm@gnu.org>
2766
2767 * cl.texi (For Clauses): Small fixes for frames and windows.
2768
2769 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2770
2771 * org.texi (Using capture): Document using prefix arguments for
2772 finalizing capture.
2773 (Agenda commands): Document prefix argument for the bulk scatter
2774 command.
2775 (Beamer class export): Document that also overlay arguments can be
2776 passed to the column environment.
2777 (Template elements): Document the new entry type.
2778
2779 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2780
2781 * org.texi (Include files): Document :minlevel.
2782
2783 2010-12-11 Julien Danjou <julien@danjou.info>
2784
2785 * org.texi (Categories): Document category icons.
2786
2787 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
2788
2789 * org.texi (noweb): Fix typo.
2790
2791 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2792
2793 * gnus.texi (Server Commands): Point to the rest of the server
2794 commands.
2795
2796 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2797
2798 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2799 g'.
2800
2801 2010-12-02 Julien Danjou <julien@danjou.info>
2802
2803 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2804
2805 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2806
2807 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2808 (Direct Functions): Note the STARTTLS upgrade.
2809
2810 2010-11-27 Glenn Morris <rgm@gnu.org>
2811 James Clark <none@example.com>
2812
2813 * nxml-mode.texi (Introduction): New section.
2814
2815 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2816
2817 * gnus.texi (Server Commands): Document gnus-server-show-server.
2818
2819 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
2820
2821 Sync with Tramp 2.2.0.
2822
2823 * trampver.texi: Update release number.
2824
2825 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2826
2827 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2828 Mention that the TeX specific units won't use the `tex' prefix
2829 in TeX mode.
2830
2831 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2832
2833 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2834
2835 2010-11-17 Glenn Morris <rgm@gnu.org>
2836
2837 * edt.texi: Remove information about Emacs 19.
2838
2839 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
2840
2841 * trampver.texi: Update release number.
2842
2843 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2844
2845 * gnus.texi (Article Washing): Fix typo.
2846
2847 2010-11-11 Noorul Islam <noorul@noorul.com>
2848
2849 * org.texi: Fix typo.
2850
2851 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2852
2853 * org.texi (Using capture): Explain that refiling is
2854 sensitive to cursor position.
2855
2856 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2857
2858 * org.texi (Images and tables): Add cross reference to link section.
2859
2860 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2861
2862 * org.texi: Document the <c> cookie.
2863
2864 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2865
2866 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
2867 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
2868
2869 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2870
2871 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
2872
2873 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2874
2875 * org.texi (Project alist): Mention that this is a property list.
2876
2877 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2878
2879 * org.texi (Setting up the staging area): Document that
2880 file names remain visible when encrypting the MobileOrg files.
2881
2882 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2883
2884 * org.texi (Setting up the staging area): Document which
2885 versions are needed for encryption.
2886
2887 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2888
2889 * org.texi (noweb): Update :noweb documentation to
2890 reflect the new "tangle" argument.
2891
2892 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2893
2894 * org.texi (Batch execution): Improve tangling script in
2895 documentation.
2896
2897 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2898
2899 * org.texi (Handling links):
2900 (In-buffer settings): Document inlining images on startup.
2901
2902 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2903
2904 * org.texi (Setting up the staging area): Document use of
2905 crypt password.
2906
2907 2010-11-11 David Maus <dmaus@ictsoc.de>
2908
2909 * org.texi (Template expansion): Add date related link type escapes.
2910
2911 2010-11-11 David Maus <dmaus@ictsoc.de>
2912
2913 * org.texi (Template expansion): Add mew in table for link type
2914 escapes.
2915
2916 2010-11-11 David Maus <dmaus@ictsoc.de>
2917
2918 * org.texi (Template expansion): Fix typo in link type escapes.
2919
2920 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2921
2922 * org.texi (Structure of code blocks): Another documentation tweak.
2923
2924 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2925
2926 * org.texi (Structure of code blocks): Documentation tweak.
2927
2928 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2929
2930 * org.texi (Structure of code blocks):
2931 Update documentation to mention inline code block syntax.
2932
2933 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2934
2935 * org.texi (comments): Improve wording.
2936
2937 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2938
2939 * org.texi (comments): Document the new :comments header arguments.
2940
2941 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2942
2943 * org.texi (Installation): Remove the special
2944 installation instructions for XEmacs.
2945
2946 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2947
2948 * org.texi (Easy Templates): New section. Documents quick
2949 insertion of empty structural elements.
2950
2951 2010-11-11 Noorul Islam <noorul@noorul.com>
2952
2953 * org.texi: Fix doc.
2954
2955 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2956
2957 * org.texi (The date/time prompt): Document specification
2958 of time ranges.
2959
2960 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2961
2962 * org.texi (Internal links): Document the changes in
2963 internal links.
2964
2965 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2966
2967 * org.texi (Agenda commands): Document the limitation for
2968 the filter preset - it can only be used for an entire agenda
2969 view, not in an individual block in a block agenda.
2970
2971 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2972
2973 * org.texi (iCalendar export): Document alarm creation.
2974
2975 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
2976
2977 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2978
2979 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2980
2981 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2982
2983 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
2984
2985 * calc.texi: Use emacsver.texi to determine Emacs version.
2986
2987 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2988
2989 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2990 since that works by default.
2991
2992 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2993
2994 * gnus.texi (Customizing the IMAP Connection): Document
2995 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2996
2997 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
2998
2999 * tramp.texi (Remote shell setup): New item "Interactive shell
3000 prompt". Reported by Christian Millour <cm@abtela.com>.
3001 (Remote shell setup, Remote processes): Use @code{} for
3002 environment variables.
3003
3004 2010-11-03 Glenn Morris <rgm@gnu.org>
3005
3006 * ediff.texi (Quick Help Commands, Miscellaneous):
3007 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
3008
3009 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3010
3011 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
3012
3013 2010-10-31 Glenn Morris <rgm@gnu.org>
3014
3015 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
3016
3017 2010-10-31 Glenn Morris <rgm@gnu.org>
3018
3019 * cc-mode.texi: Remove reference to defunct viewcvs URL.
3020
3021 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3022
3023 * gnus.texi (Client-Side IMAP Splitting):
3024 Mention nnimap-unsplittable-articles.
3025
3026 2010-10-29 Julien Danjou <julien@danjou.info>
3027
3028 * gnus.texi (Finding the News): Remove references to obsoletes
3029 variables `gnus-nntp-server' and `gnus-secondary-servers'.
3030
3031 2010-10-29 Eli Zaretskii <eliz@gnu.org>
3032
3033 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
3034 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
3035 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
3036 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
3037
3038 2010-10-28 Glenn Morris <rgm@gnu.org>
3039
3040 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
3041 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
3042 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
3043
3044 2010-10-25 Daiki Ueno <ueno@unixuser.org>
3045
3046 * epa.texi (Mail-mode integration): Add alternative key bindings
3047 for epa-mail commands; escape comma.
3048 Don't use the word "PGP", since it is a non-free program.
3049
3050 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
3051
3052 * calc.texi: Use emacsver.texi to determine Emacs version.
3053
3054 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
3055
3056 * gnus.texi (Group Parameters, Buttons): Fix typos.
3057
3058 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
3059
3060 * gnus.texi (Subscription Commands): Mention that you can also
3061 subscribe to new groups via the Server buffer, which is probably more
3062 convenient when subscribing to many groups.
3063
3064 2010-10-21 Julien Danjou <julien@danjou.info>
3065
3066 * message.texi (Message Headers): Allow message-default-headers to be a
3067 function.
3068
3069 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3070
3071 * gnus-news.texi: Mention new archive defaults.
3072
3073 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3074
3075 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
3076
3077 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3078
3079 * gnus.texi (HTML): Document the function value of
3080 gnus-blocked-images.
3081 (Article Washing): shr and gnus-w3m, not the direct function names.
3082
3083 2010-10-20 Julien Danjou <julien@danjou.info>
3084
3085 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
3086 variable.
3087
3088 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3089
3090 * gnus.texi (Customizing the IMAP Connection): The port strings are
3091 strings.
3092 (Document Groups): Mention git.
3093
3094 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3095
3096 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
3097 bzr/Gnus git sync.
3098
3099 2010-10-15 Eli Zaretskii <eliz@gnu.org>
3100
3101 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
3102 change.
3103
3104 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3105
3106 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
3107 @item syntax for in-Emacs makeinfo.
3108
3109 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
3110
3111 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
3112 trim sentence.
3113
3114 2010-10-12 Daiki Ueno <ueno@unixuser.org>
3115
3116 * epa.texi (Caching Passphrases):
3117 * auth.texi (GnuPG and EasyPG Assistant Configuration):
3118 Clarify some configurations require to set up gpg-agent.
3119
3120 2010-10-11 Glenn Morris <rgm@gnu.org>
3121
3122 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
3123
3124 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3125
3126 * gnus.texi (Spam Package Introduction): Mention `$'.
3127
3128 2010-10-09 Eli Zaretskii <eliz@gnu.org>
3129
3130 * makefile.w32-in (emacsdir): New variable.
3131 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
3132 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
3133
3134 2010-10-09 Glenn Morris <rgm@gnu.org>
3135
3136 * Makefile.in (mostlyclean): Delete *.toc.
3137
3138 * Makefile.in: Use $< in rules.
3139
3140 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
3141
3142 * Makefile.in ($(infodir)): Delete rule.
3143 (mkinfodir): New. Use it in all the info rules, rather than depending
3144 on infodir.
3145
3146 2010-10-09 Glenn Morris <rgm@gnu.org>
3147
3148 * gnus.texi (Article Washing): Fix previous change.
3149
3150 * Makefile.in (emacsdir): New variable.
3151 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
3152 Depend on emacsver.texi.
3153
3154 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
3155
3156 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
3157
3158 2010-10-08 Julien Danjou <julien@danjou.info>
3159
3160 * gnus.texi: Add mm-shr.
3161
3162 2010-10-08 Ludovic Courtès <ludo@gnu.org>
3163
3164 * gnus.texi (Finding the Parent, The Gnus Registry)
3165 (Registry Article Refer Method): Update docs for nnregistry.el.
3166
3167 2010-10-08 Daiki Ueno <ueno@unixuser.org>
3168
3169 * auth.texi (Help for users)
3170 (GnuPG and EasyPG Assistant Configuration): Update docs.
3171
3172 2010-10-08 Glenn Morris <rgm@gnu.org>
3173
3174 * cl.texi (Organization, Installation, Old CL Compatibility):
3175 Deprecate cl-compat for new code.
3176 (Usage, Installation): Remove outdated information.
3177
3178 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
3179
3180 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3181
3182 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
3183
3184 2010-10-06 Julien Danjou <julien@danjou.info>
3185
3186 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
3187
3188 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
3189 broken link.
3190
3191 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
3192
3193 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
3194 to ReiserFS.
3195
3196 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
3197 (FAQ 7-1): Fix getmail URL.
3198
3199 2010-10-06 Daiki Ueno <ueno@unixuser.org>
3200
3201 * epa.texi (Caching Passphrases): New section.
3202
3203 2010-10-06 Glenn Morris <rgm@gnu.org>
3204
3205 * Makefile.in (SHELL): Set it.
3206 (info): Move the mkdir dependency to the individual info files.
3207 (mostlyclean): Tidy up.
3208 (clean): Only delete the specific dvi and pdf files.
3209 (maintainer-clean): Be more restrictive in what we delete.
3210 ($(infodir)): Add parallel build workaround.
3211
3212 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3213
3214 * gnus.texi (Misc Article): Document gnus-widen-article-window.
3215
3216 2010-10-03 Julien Danjou <julien@danjou.info>
3217
3218 * emacs-mime.texi (Display Customization):
3219 Update mm-inline-large-images documentation and add documentation for
3220 mm-inline-large-images-proportion.
3221
3222 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
3223
3224 * tramp.texi (Frequently Asked Questions):
3225 Mention remote-file-name-inhibit-cache.
3226
3227 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3228
3229 * gnus.texi (Splitting Mail): Fix @xref syntax.
3230 (Splitting Mail): Really fix the @ref syntax.
3231
3232 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3233
3234 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
3235 (Article Hiding): Add google banner example.
3236 Suggested by Benjamin Xu.
3237
3238 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3239
3240 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
3241 Remove nnimap-split-rule from examples.
3242
3243 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3244
3245 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
3246 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
3247 Fishman.
3248 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
3249
3250 2010-09-30 Julien Danjou <julien@danjou.info>
3251
3252 * gnus.texi (Gravatars): Fix documentation about
3253 gnu-gravatar-properties.
3254
3255 2010-09-29 Daiki Ueno <ueno@unixuser.org>
3256
3257 * epa.texi (Bug Reports): New section.
3258
3259 2010-09-29 Glenn Morris <rgm@gnu.org>
3260
3261 * Makefile.in (top_srcdir): Remove unused variable.
3262
3263 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3264
3265 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
3266 (Client-Side IMAP Splitting): Document 'default.
3267
3268 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3269
3270 * gnus.texi (Customizing the IMAP Connection):
3271 Document nnimap-fetch-partial-articles.
3272
3273 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3274
3275 * gnus-news.texi: Mention nnimap-inbox.
3276
3277 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
3278
3279 2010-09-26 Julien Danjou <julien@danjou.info>
3280
3281 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
3282
3283 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3284
3285 * gnus.texi (Security): Remove gpg.el mention.
3286
3287 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3288
3289 * gnus.texi (Browse Foreign Server): New variable
3290 gnus-browse-subscribe-newsgroup-method.
3291
3292 * gnus-news.texi: Mention it.
3293
3294 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3295
3296 * gnus.texi (NoCeM): Remove.
3297 (Startup Variables): No jingle.
3298
3299 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
3300
3301 * woman.texi (Interface Options): xz compression is now supported.
3302
3303 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3304
3305 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
3306 (Unavailable Servers): Document gnus-server-copy-server.
3307 (Using IMAP): Document the new nnimap.
3308
3309 2010-09-25 Julien Danjou <julien@danjou.info>
3310
3311 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
3312
3313 2010-09-24 Glenn Morris <rgm@gnu.org>
3314
3315 * url.texi (Disk Caching): Tweak previous change.
3316
3317 2010-09-24 Julien Danjou <julien@danjou.info>
3318
3319 * url.texi (Disk Caching): Mention url-cache-expire-time,
3320 url-cache-expired, and url-fetch-from-cache.
3321
3322 2010-09-24 Julien Danjou <julien@danjou.info>
3323
3324 * gnus.texi: Add Gravatars.
3325
3326 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3327
3328 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
3329
3330 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3331
3332 * gnus.texi (Expunging mailboxes): Update name of the expunging
3333 command.
3334
3335 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3336
3337 * emacs-mime.texi (rfc2047): Update description for
3338 rfc2047-encode-parameter.
3339
3340 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
3341
3342 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
3343 "fish" methods.
3344 (External methods): Remove "scp1_old" and "scp2_old" methods.
3345
3346 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
3347
3348 * tramp.texi: Remove Japanese manual. Fix typo.
3349
3350 * trampver.texi: Update release number. Remove japanesemanual.
3351
3352 2010-09-09 Glenn Morris <rgm@gnu.org>
3353
3354 * org.texi: Restore clobbered changes (copyright years, untabify).
3355
3356 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
3357
3358 * gnus.texi (Adaptive Scoring): Fix typo.
3359
3360 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3361
3362 * gnus.texi (Article Display): Document gnus-html-show-images.
3363
3364 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3365
3366 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
3367
3368 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3369
3370 * gnus.texi (HTML): Document gnus-max-image-proportion.
3371
3372 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3373
3374 * gnus.texi (HTML): Document gnus-blocked-images.
3375
3376 * message.texi (Wide Reply): Document message-prune-recipient-rules.
3377
3378 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3379
3380 * gnus.texi (Summary Mail Commands): Note that only the addresses from
3381 the first message are used for wide replies.
3382 (Changing Servers): Remove documentation on gnus-change-server and
3383 friends, since it's been removed.
3384
3385 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3386
3387 * gnus.texi (Drafts): Mention B DEL.
3388
3389 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3390
3391 * gnus.texi (Delayed Articles): Mention that the Date header is the
3392 original one, even if you delay.
3393
3394 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3395
3396 * gnus.texi (Asynchronous Fetching):
3397 Document gnus-async-post-fetch-function.
3398 (HTML): Made into its own section.
3399
3400 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
3401
3402 Sync with Tramp 2.1.19.
3403
3404 * tramp.texi (Inline methods, Default Method): Mention
3405 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
3406 Remove remark about doubled "-t" argument.
3407 (Auto-save and Backup): Remove reference to Emacs 21.
3408 (Filename Syntax): Describe port numbers.
3409 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
3410 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
3411 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
3412 errors with the backquotes.
3413 (External packages): File attributes cache flushing for asynchronous
3414 processes.
3415 (Traces and Profiles): Describe verbose level 9.
3416
3417 * trampver.texi: Update release number.
3418
3419 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
3420
3421 * dbus.texi (Alternative Buses): New chapter.
3422
3423 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3424
3425 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
3426
3427 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3428
3429 * calc.texi (Customizing Calc): Rearrange description of new
3430 variables to match the presentation of other variables.
3431
3432 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3433
3434 * org.texi (Footnotes, Tables in HTML export): Fix typos.
3435
3436 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3437
3438 * calc.texi (Making Selections, Selecting Subformulas)
3439 (Customizing Calc): Mention how to use faces to emphasize selected
3440 sub-formulas.
3441
3442 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
3443
3444 * tramp.texi (External packages): File attributes cache flushing
3445 for asynchronous processes.
3446
3447 2010-08-01 Alan Mackenzie <acm@muc.de>
3448
3449 Enhance the manual for the latest Java Mode.
3450
3451 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
3452 annotation-var-cont.
3453 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
3454 two new symbols.
3455
3456 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3457
3458 * tramp.texi (Traces and Profiles): Describe verbose level 9.
3459
3460 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3461
3462 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
3463
3464 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3465
3466 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
3467
3468 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3469
3470 * org.texi: Add macros to get plain quotes in PDF output.
3471 List additional contributors.
3472 (Capture): New section, replaces the section about remember.
3473 (Working With Source Code): New chapter, focused on documenting Org
3474 Babel.
3475 (Code evaluation security): New section.
3476 (MobileOrg): Document DropBox support.
3477 (TaskJuggler export): Document taskjuggler and Gantt chart support.
3478 (Special symbols): Show how to display UTF8 characters for entities.
3479 (Global TODO list): Clarify the use of the "M" key and the differences
3480 to the "m" key.
3481 (RSS Feeds): Mention Atom feeds as well.
3482 (Setting tags): Remove paragraph about
3483 `org-complete-tags-always-offer-all-agenda-tags'.
3484
3485 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3486
3487 * tramp.texi (Inline methods): Remove remark about doubled "-t"
3488 argument.
3489 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
3490 echoing shells.
3491
3492 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * tramp.texi (Inline methods): Remove "kludgy" phrase.
3495 (Filename Syntax): Describe port numbers.
3496
3497 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
3498
3499 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
3500 forgotten.
3501 (Type Conversion): Precise conversion of natural numbers.
3502 (Errors and Events): Add "debugging" to concept index. Add variable
3503 `dbus-debug'.
3504
3505 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3506
3507 * dbus.texi (Receiving Method Calls): Add optional argument
3508 EMITS-SIGNAL to `dbus-register-property'.
3509
3510 2010-06-27 Alex Schroeder <alex@gnu.org>
3511
3512 * nxml-mode.texi (Commands for locating a schema): Fix typo.
3513
3514 2010-06-24 Glenn Morris <rgm@gnu.org>
3515
3516 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3517 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3518 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3519 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3520 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3521 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3522 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3523 * woman.texi: Start direntry descriptions in column 32, per Texinfo
3524 convention. Make them end with a period.
3525
3526 2010-06-23 Glenn Morris <rgm@gnu.org>
3527
3528 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
3529 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3530 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3531 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3532 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3533 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
3534
3535 2010-06-10 Glenn Morris <rgm@gnu.org>
3536
3537 * idlwave.texi (Load-Path Shadows):
3538 * org.texi (Handling links): Fix typos.
3539
3540 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3541
3542 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3543
3544 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
3545
3546 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3547 by an alias. (Bug#6226)
3548
3549 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3550
3551 * calc.texi (Manipulating Vectors): Mention that vectors can
3552 be used to determine bins for `calc-histogram'.
3553
3554 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3555
3556 * calc.texi: Remove "\turnoffactive" commands throughout.
3557
3558 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3559
3560 * url.texi (HTTP language/coding, Customization):
3561 * message.texi (Header Commands, Responses):
3562 * cl.texi (Argument Lists): Fix typos.
3563
3564 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3565
3566 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3567 Note that Development menu is always available.
3568 (Creating a project): Fix terminology.
3569 (Add/Remove files): Fix typo.
3570
3571 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * Version 23.2 released.
3574
3575 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
3576
3577 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3578
3579 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
3580
3581 * tramp.texi (Inline methods, Default Method):
3582 Mention `tramp-inline-compress-start-size'.
3583
3584 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
3585
3586 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3587 the CVS repo. Put the Git repo in the news section.
3588
3589 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
3590 Removed some mentions of CVS. Mention the new Git repo.
3591
3592 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
3593
3594 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3595 (Mail Group Commands): Add index entry.
3596
3597 2010-04-18 Glenn Morris <rgm@gnu.org>
3598
3599 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3600
3601 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3602
3603 * calc.texi (Radix modes): Mention that the option prefix will
3604 turn on twos-complement mode.
3605 (Inverse and Hyperbolic Flags): Mention the Option flag.
3606
3607 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3608
3609 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
3610 (LaTeX/PDF export commands): Rename and Move section.
3611 (Sectioning structure): Update.
3612 (References): New use case for field coordinates.
3613 (The export dispatcher): Rename from ASCII export.
3614 (Setting up the staging area): Document the availability of
3615 encryption for MobileOrg.
3616 (Images and tables): Document how to reference labels.
3617 (Index entries): New section.
3618 (Generating an index): New section.
3619 (Column width and alignment): Document that <N> now
3620 means a fixed width, not a maximum width.
3621 (Publishing options): Document the :email option.
3622 (Beamer class export): Fix bug in the BEAMER example.
3623 (Refiling notes): Document refile logging.
3624 (In-buffer settings): Document refile logging keywords.
3625 (Drawers): Document `C-c C-z' command.
3626 (Agenda commands): Mention the alternative key `C-c C-z'.
3627 (Special properties): Document the BLOCKED property.
3628 (The spreadsheet): Mention the formula editor.
3629 (References): Document field coordinates.
3630 (Publishing action): Correct the documentation for the
3631 publishing function.
3632 (The date/time prompt): Document that we accept dates
3633 like month/day/year.
3634 (Cooperation): Document the changes in table.el support.
3635 (Faces for TODO keywords, Faces for TODO keywords)
3636 (Priorities): Document the easy colors.
3637 (Visibility cycling): Document the new double prefix
3638 arg for `org-reveal'.
3639 (Cooperation): Remember.el is part of Emacs.
3640 (Clean view): Mention that `wrap-prefix' is also set by
3641 org-indent-mode.
3642 (Agenda commands): Add information about prefix args to
3643 scheduling and deadline commands.
3644 (Search view): Point to the docstring of
3645 `org-search-view' for more details.
3646 (Agenda commands): Document that `>' prompts for a date.
3647 (Setting tags): Document variable
3648 org-complete-tags-always-offer-all-agenda-tags.
3649 (Column attributes): Cross-reference special properties.
3650
3651 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3652
3653 Synchronize with Tramp repository.
3654
3655 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
3656 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3657 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
3658 syntax, texi2dvi reports errors with the backquotes.
3659
3660 * trampver.texi: Update release number.
3661
3662 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3663
3664 * gnus.texi (Finding the News): Add pointers to the Server buffer
3665 because it's essential.
3666
3667 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3668
3669 * gnus.texi (MIME Commands): Update description of
3670 gnus-article-browse-html-article.
3671
3672 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3673
3674 * auth.texi (Secret Service API): Add TODO node.
3675 (Help for users): Explain the new source options for `auth-sources'.
3676
3677 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3678
3679 * trampver.texi: Update release number.
3680
3681 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * Branch for 23.2.
3684
3685 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
3686
3687 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3688 now enabled by default.
3689
3690 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3691
3692 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3693 when Emacs runs in interactive mode. (Bug#5645)
3694
3695 2010-02-16 Glenn Morris <rgm@gnu.org>
3696
3697 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3698
3699 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3700
3701 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3702
3703 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
3704
3705 * gnus.texi (Score File Format): Fix typo.
3706
3707 2010-01-19 Mark A. Hershberger <mah@everybody.org>
3708
3709 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3710
3711 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3712
3713 * ada-mode.texi (Project File Overview): Fix typo.
3714
3715 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3716
3717 * semantic.texi: Add Richard Y. Kim credit.
3718
3719 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3720
3721 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
3722
3723 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
3724 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3725
3726 2010-01-17 Glenn Morris <rgm@gnu.org>
3727
3728 * calc.texi (Reporting Bugs): Don't mention format of repository.
3729
3730 * woman.texi (Bugs): Make "Emacs repository" less specific,
3731 and the URL for same more specific.
3732
3733 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3734
3735 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3736
3737 * ede.texi (ede-step-project, ede-proj-target):
3738 * tramp.texi (Remote processes): Fix typos.
3739
3740 2010-01-16 Mario Lang <mlang@delysid.org>
3741
3742 * ede.texi (ede-target):
3743 * org.texi (Refiling notes): Remove duplicated words.
3744
3745 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * gnus.texi (Posting Styles): Use with-current-buffer.
3748 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3749
3750 2010-01-02 Kevin Ryde <user42@zip.com.au>
3751
3752 * eieio.texi (Naming Conventions): Correction to xref on elisp
3753 coding conventions, is "Tips" node not "Standards".
3754
3755 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
3756
3757 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3758
3759 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3760
3761 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3762
3763 * gnus.texi (Direct Functions): Add missing port number to tls method.
3764
3765 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
3766
3767 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3768 ($(infodir)/edt, edt.dvi): New targets.
3769
3770 2009-12-15 Glenn Morris <rgm@gnu.org>
3771
3772 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3773 (edt, $(infodir)/edt, edt.dvi): New targets.
3774 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3775
3776 * Makefile.in (PDF_TARGETS, pdf): New.
3777 (clean): Add *.pdf.
3778 Add pdf rules for all manuals.
3779
3780 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3781
3782 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3783
3784 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3785
3786 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3787 (Smart Jump, Analyzer Debug): Copyedits.
3788 (Semantic mode user commands): Link to new nodes.
3789 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3790 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3791 upstream Semantic manual.
3792
3793 * semantic.texi (Introduction): Minor fix to diagram.
3794
3795 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3796
3797 * eshell.texi (History): Add the other built-in variables.
3798 (Built-ins): Explain built-ins, and how to apply the external commands.
3799 Add `history', `su' and `sudo'.
3800
3801 * tramp.texi (Remote processes): Add missing <RET> in the example.
3802
3803 2009-12-01 Bill Wohler <wohler@newt.com>
3804
3805 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
3806 path for mairix example. Specify -q in namazu example since namazu is
3807 excessively garrulous.
3808
3809 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3810
3811 * tramp.texi (Remote processes): Improve eshell example with "su"
3812 and "sudo" commands.
3813
3814 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
3815
3816 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3817
3818 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3819 Document semantic-complete-analyze-inline.
3820 (Semanticdb search debugging commands): Minor clarification.
3821 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
3822 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
3823 manual.
3824 (Semantic mode): Link to Idle Scheduler.
3825
3826 2009-11-28 Kevin Ryde <user42@zip.com.au>
3827
3828 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
3829 @pxref, now EIEIO is in Emacs.
3830
3831 * erc.texi (Development): Correction to git tutorial url.
3832
3833 2009-11-26 Glenn Morris <rgm@gnu.org>
3834
3835 * faq.texi (Latest version of Emacs): Mention stability of development
3836 version.
3837 (Problems with very large files): Max buffer size increase in 23.2.
3838 (VM): VM has moved house again.
3839
3840 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3841
3842 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3843 notations.
3844
3845 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3846
3847 * org.texi (Column attributes): Fix documentation of new operators.
3848
3849 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3850
3851 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
3852 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3853 (Idle Completions Mode): Numerous copyedits.
3854
3855 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
3856
3857 * semantic.texi (Semantic Internals, Glossary):
3858 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3859 (Semanticdb search debugging commands): Fix typos.
3860
3861 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3862
3863 * calc.texi (Radix modes): Mention twos-complement notation.
3864
3865 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
3866
3867 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3868 ($(infodir)/semantic, semantic.dvi): New targets.
3869
3870 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
3871
3872 * Makefile.in: Build the Semantic manual.
3873
3874 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3875 repository.
3876
3877 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3878
3879 * dbus.texi (Receiving Method Calls): New defun
3880 `dbus-unregister-service'.
3881
3882 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3883
3884 * org.texi (Speed keys): New section.
3885
3886 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3887
3888 * dbus.texi (Type Conversion): Fix typo.
3889 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3890 `dbus-registered-objects-table'.
3891 (Receiving Method Calls): New defun `dbus-register-property'.
3892 Move `dbus-unregister-object' here.
3893
3894 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3895
3896 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3897
3898 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3899
3900 * org.texi (Column attributes): Add the new age summary operators.
3901 Also, mention the fact you can only use one summary operator per
3902 property.
3903
3904 2009-11-13 John Wiegley <johnw@newartisans.com>
3905
3906 * org.texi (Tracking your habits): Add a new section in the
3907 manual about how to track habits.
3908 (Resolving idle time): Add a section on how idle and
3909 dangling clocks are resolved.
3910
3911 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3912
3913 * org.texi (Agenda commands): Document the new `i' command.
3914 (Inserting deadline/schedule): Document logging changes
3915 of scheduling and deadline times stamps.
3916 (In-buffer settings): Document the in-buffer keywords for logging
3917 changes of scheduling and deadline times stamps.
3918 (Structure editing, Plain lists): Document indentation
3919 cycling in empty entries with TAB.
3920 (Archiving): Document the default archiving command.
3921 (Moving subtrees): Document the new keys for archiving.
3922 (Internal archiving): Fix incorrect key.
3923 (Agenda commands): Document the TODO set switching commands.
3924 (Agenda commands): Document the new archiving keys.
3925 (Clocking work time): Better description on how to save
3926 and restore a clock.
3927 (Resolving idle time): Mention the x11idle program to get true
3928 idleness also under X11.
3929 (Resolving idle time): Use @kbd instead of @key for normal
3930 letters, because this is how he rest of the manual does this.
3931 (Pushing to MobileOrg): Mention that `org-directory'
3932 should be set.
3933 (Agenda commands): Document that SPC is a filter for
3934 any tag.
3935 (Search view): Rename from "Keyword search".
3936 (Capure): New chapter.
3937 (Markup): New chapter.
3938 (Links in HTML export, Images in HTML export):
3939 Extend the section titles.
3940 (Images in HTML export): Document the align option.
3941 (Text areas in HTML export): Extend the section title.
3942 (Images in LaTeX export): Explain image placement in LaTeX.
3943
3944 2009-11-10 Glenn Morris <rgm@gnu.org>
3945
3946 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3947
3948 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3949
3950 * tramp.texi (Auto-save and Backup): Disable backups just for a
3951 method.
3952
3953 * trampver.texi: Update release number.
3954
3955 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
3956
3957 Sync with Tramp 2.1.17.
3958
3959 * trampver.texi: Update release number.
3960
3961 2009-10-29 Glenn Morris <rgm@gnu.org>
3962
3963 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3964
3965 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
3966
3967 * tramp.texi (External methods): Temporary files are kept for
3968 `rsync' and `rsyncc' methods.
3969
3970 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
3971
3972 * eieio.texi: Fix typos.
3973
3974 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
3975
3976 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3977
3978 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3979
3980 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3981 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3982
3983 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
3984
3985 * Makefile.in: Build EIEIO and EDE manuals.
3986
3987 2009-10-07 Eric Ludlam <zappo@gnu.org>
3988
3989 * eieio.texi:
3990 * ede.texi: New files.
3991
3992 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3993
3994 * tramp.texi (Remote processes): Association of a pty is not supported.
3995
3996 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3997
3998 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3999 (Processing LaTeX fragments): Document that the size of images can be
4000 changes using the variable `org-format-latex-options'.
4001 (The date/time prompt, Timestamps): Be more accurate over ISO format
4002 dates and times.
4003 (Visibility cycling): Document showeverything keyword.
4004 (In-buffer settings): Document showeverything keyword.
4005 (Setting up the staging area): Fix the example.
4006 (MobileOrg): New section.
4007 (Agenda commands, Exporting Agenda Views): Document exporting the
4008 agenda view to Org files.
4009
4010 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
4011
4012 * tramp.texi (History): Add IMAP support.
4013 (External methods): Add `imap' and `imaps' methods.
4014 (GVFS based methods): Add indices for `davs'.
4015 (Password handling): Rename anchors. Add IMAP entries for
4016 ~/.authinfo.gpg.
4017
4018 * trampver.texi: Set default value of `emacsimap'.
4019
4020 2009-09-22 Daiki Ueno <ueno@unixuser.org>
4021
4022 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
4023
4024 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4025
4026 * dired-x.texi (Technical Details):
4027 Delete dired-up-directory (Bug#4292).
4028
4029 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
4030
4031 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
4032
4033 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
4034
4035 * org.texi (Effort estimates): Document new effort setting commands.
4036 (Agenda commands): Document the new keys fro agenda time motion.
4037 Document entry text mode. Improve documentation of the keys to include
4038 inactive time stamps into the agenda view.
4039 (Feedback): Document the new bug report command.
4040 (Structure editing): Add an index entry for the sorting of subtrees.
4041
4042 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4043
4044 * auth.texi (Help for users): Corrected markup.
4045
4046 2009-09-02 Glenn Morris <rgm@gnu.org>
4047
4048 * emacs-mime.texi (time-date): Mention float-time.
4049
4050 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
4051
4052 * calc.texi (Simplifying Formulas): Improve the wording.
4053
4054 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
4055
4056 * auth.texi: Rewritten for coverage and clarity.
4057
4058 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4059
4060 * gnus.texi (Expiring Mail):
4061 Mention gnus-mark-copied-or-moved-articles-as-expirable.
4062 (Various Various): Mention gnus-safe-html-newsgroups.
4063
4064 * gnus-news.texi: Mention
4065 gnus-mark-copied-or-moved-articles-as-expirable.
4066
4067 * emacs-mime.texi (Display Customization): Add xref to
4068 gnus-safe-html-newsgroups.
4069
4070 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
4071
4072 * tramp.texi (Version Control): Remove.
4073 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
4074 reference.
4075 (External methods): Correct `scpc' concept index entries. New method
4076 `rsyncc'.
4077 (External packages): New subsections "Filename completion" and "File
4078 attributes cache".
4079
4080 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
4081
4082 * calc.texi (Rewrite Rules): Improve the example.
4083 (Simplifying Formulas): Explain use of the I and H flags for
4084 simplification.
4085
4086 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4087
4088 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
4089 Describe autostart behavior of dbus-ping.
4090 (Synchronous Methods, Asynchronous Methods): Use English numeric format
4091 for timeout values.
4092 (Top): Remove footnote saying D-Bus is not enabled by
4093 default. (Bug#4256)
4094
4095 2009-08-23 Daiki Ueno <ueno@unixuser.org>
4096
4097 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
4098 Reported by Jari Aalto (Bug#4211).
4099 (Mail-mode integration): Mention epa-mail-mode and
4100 epa-global-mail-mode.
4101 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
4102 epa-setup.
4103
4104 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
4105
4106 * dbus.texi (Asynchronous Methods): Allow nil handler.
4107
4108 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4109
4110 * ediff.texi (ediff-current-file): Add information about this new function.
4111
4112 * viper.texi: Add information about C-s in viper's search command.
4113
4114 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
4115
4116 * calc.texi (Date Forms): Fix typos.
4117
4118 2009-08-08 Glenn Morris <rgm@gnu.org>
4119
4120 * org.texi (Agenda commands): Restore clobbered change.
4121
4122 2009-08-07 Eli Zaretskii <eliz@gnu.org>
4123
4124 * calc.texi (Graphics, Devices): Update with the peculiarities of
4125 operation on MS-Windows.
4126
4127 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
4128
4129 * org.texi (Publishing action): Improve documentation of file
4130 names when publishing to the source directory.
4131 (Clean view): Document `org-indent-mode'.
4132 (Clocking work time): Add documentation for the
4133 new :timetamp option when creating a clock report.
4134 (Paragraphs): Fix many typos.
4135 (Plain lists): Remove duplicate explanation about the
4136 `C-c *' command.
4137 (Literal examples): Update to reflect the new behavior
4138 of the -n -r -k switches when exporting source code examples.
4139 (Structure editing): Add information about `C-c *',
4140 converting a plain list into a list of Org items.
4141 (Remember): Small rephrasing of the paragraph
4142 describing remember.el. Also mentioned that remember.el is part
4143 of Emacs 23, not Emacs 22.
4144 (Clocking work time): Add documentation about
4145 displaying the current clocking time against the effort estimate.
4146 Also add a footnote about using `org-clock-in-prepare-hook' to add
4147 an effort estimate on the fly, just before clocking it.
4148 (Footnotes): Document automatic renumbering and
4149 sorting.
4150 (Agenda commands): Document new bulk commands.
4151 (Plain lists): Document new behavior of
4152 `org-cycle-include-plain-lists'.
4153 Hyphenation only in TeX.
4154 (Clocking work time): Document the key to update effort
4155 estimates.
4156 (Clocking work time): Document the clock time display.
4157 (Structure editing, TODO basics): Document new
4158 variables.
4159 (Column attributes): Document new colciew operators.
4160 (Publishing options): Document :xml-declaration.
4161 (Tracking TODO state changes): Document the
4162 LOG_INTO_DRAWER property.
4163 (Literal examples): Document the new implementation for
4164 editing source code.
4165 (Publishing action): Mention the new publishing
4166 function, to publish an Org source file.
4167 (Publishing links): Mention how to link to an Org source file.
4168 (Macro replacement): Document new macros.
4169 (Handling links): Document type-specific completion
4170 when inserting links.
4171 (Structure editing, Plain lists): Improve documentation
4172 on sorting.
4173 (Internal links): Document custom ids for links.
4174 (Handling links): Document custom ids for links.
4175 (CSS support): Document new class.
4176 (Refiling notes): Document the possibility to create new nodes
4177 during refiling.
4178 (Agenda commands): Document the "?" operator to find
4179 tasks without effort setting.
4180 (Exporting agenda information): Section moved.
4181 (RSS Feeds): New section.
4182 (Built-in table editor): Document M-e and M-a navigate
4183 inside table field.
4184 (Stuck projects): Docment that projects identified as
4185 un-stuck will still be searchd for stuck sub-projects.
4186 (Paragraphs): Document centering.
4187 (Creating timestamps, Agenda commands): Document new
4188 behavior when changing time stamps.
4189 (Structure editing): Document the new command
4190 `org-clone-subtree-with-time-shift'.
4191 (Publishing): Refresh this chapter.
4192 (Export options, Export options, In-buffer settings):
4193 Document the new keywords.
4194 (Matching tags and properties): Collect all
4195 documentation about tags/property matches here.
4196 (Setting tags): Document `org-tag-persistent-alist'.
4197 (Weekly/daily agenda): New section.
4198 (Orgstruct mode): Describe `orgstruct++-mode'.
4199 (Drawers): Mention the LOGBOOK drawer.
4200 (Export options, Sectioning structure): Document the
4201 #+LEATEX_HEADER in-buffer setting.
4202 (Bugs): Section removed.
4203 (Hooks): New section.
4204 (Add-on packages): Move here from old location.
4205 (Context-sensitive commands): New section.
4206 (Setting tags): Document newline option.
4207 (Global TODO list, Matching tags and properties):
4208 Mention more variables.
4209 (Checkboxes): Update to changed command behavior.
4210
4211 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
4212
4213 * speedbar.texi (Basic Key Bindings): Fix typo.
4214
4215 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
4216
4217 * calc.texi (Vector/Matrix Functions): Add index entries for both
4218 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
4219 affects matrices with more than one row.
4220 (Help Commands): Add index entries for "prefix ?" key bindings.
4221
4222 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4223
4224 * calc.texi (Stack Manipulation Commands): Add documentation for
4225 `calc-transpose-lines'.
4226
4227 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
4228
4229 * dbus.texi (Receiving Method Calls): Describe special return value
4230 `:ignore'.
4231
4232 2009-07-24 Alan Mackenzie <acm@muc.de>
4233
4234 * cc-mode.texi (Config Basics, File Styles): Document that at mode
4235 initialization, any individual variable setting now takes precedence
4236 over one done via c-file-style/c-file-offsets.
4237
4238 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
4239
4240 * calc.texi (Undoing Mistakes): Mention that the undo list will be
4241 truncated when Calc is quit.
4242 (Customizing Calc): Document `calc-undo-length'.
4243
4244 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
4245
4246 * calc.texi (About This Manual): Don't mention chapter numbers in text.
4247
4248 2009-07-11 Kevin Ryde <user42@zip.com.au>
4249
4250 * pcl-cvs.texi (About PCL-CVS):
4251 * widget.texi (Basic Types):
4252 Fix cross-references.
4253
4254 2009-07-01 Andreas Schwab <aschwab@redhat.com>
4255
4256 * dbus.texi (Type Conversion): Don't use literal control character.
4257
4258 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
4259
4260 * tramp.texi (GVFS based methods): New section.
4261 (Remote processes): Processes for GVFS based methods run locally.
4262
4263 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
4264
4265 * tramp.texi (Inline methods, External methods, Gateway methods):
4266 Avoid the words "kludge" and hack".
4267 (External methods): Add `synce' method.
4268
4269 * trampver.texi: Update release number.
4270
4271 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
4272
4273 Sync with Tramp 2.1.16.
4274
4275 * tramp.texi (History): Add GVFS support.
4276 (External methods): Precise `rsync' description. Add `dav', `davs' and
4277 `obex' methods. Add 'tramp-gvfs-methods' option.
4278 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
4279 forms.
4280 (Remote Programs): Introduce `tramp-own-remote-path'.
4281 (Remote processes): New subsection "Running remote programs that create
4282 local X11 windows".
4283 (Frequently Asked Questions): Improve code for disabling vc.
4284
4285 * trampver.texi: Update release number. Set default value of
4286 `emacsgvfs'.
4287
4288 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
4289
4290 * Branch for 23.1.
4291
4292 2009-06-17 Glenn Morris <rgm@gnu.org>
4293
4294 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
4295 (Latest version of Emacs): Mention source code repository.
4296
4297 2009-06-16 Glenn Morris <rgm@gnu.org>
4298
4299 * faq.texi (Top): Language tweak.
4300 (Extended commands): Most people have arrow keys.
4301 (Emacs manual): Say how to follow info links.
4302 (File-name conventions): Change title a bit. Explain about source
4303 versus installed. Condense etc description.
4304 (Guidelines for newsgroup postings): Mention Savannah list page.
4305 (Newsgroup archives): Simplify.
4306 (Contacting the FSF): Add contact URL.
4307 (Emacs Lisp documentation): Printed version not always available.
4308 (Installing Texinfo documentation): Explain how by hand installation is
4309 not normally needed. Use add-to-list. Remove duplicate reference.
4310 (Informational files for Emacs): Move info on Help menu here from
4311 "File-name conventions".
4312 (Help installing Emacs): Tweak uref.
4313 (Obtaining the FAQ): Mention repository.
4314 (Origin of the term Emacs): Explain "ITS".
4315 (Changing load-path): Use add-to-list.
4316 (Automatic indentation): Clarify this is for Text mode.
4317 Don't mention Indented Text mode.
4318 (Finding Emacs on the Internet): The FSF does not seem to offer a
4319 deluxe distribution on CD anymore.
4320
4321 2009-06-16 Glenn Morris <rgm@gnu.org>
4322
4323 * faq.texi (Top): Mention which Emacs version this FAQ is about.
4324 Recommend the latest release. Mention how to get older FAQs.
4325 Recommend the Emacs manual.
4326 (Guidelines for newsgroup postings): Discourage cross-posts.
4327 (Underlining paragraphs): Remove.
4328 (Editing MS-DOS files): Remove pre-Emacs 20 information.
4329 (Bugs and problems): Update key-binding.
4330 (Problems with very large files): Mention 64-bit.
4331 (Shell process exits abnormally): Remove.
4332 (Problems with Shell Mode): Rename and update.
4333 (Spontaneous entry into isearch-mode)
4334 (Problems talking to certain hosts): Remove. This is old information,
4335 in etc/PROBLEMS if needed.
4336 (Emacs takes a long time to visit files, Updating Emacs): Remove.
4337 (Dired claims that no file is on this line): Update.
4338 (Installing Emacs, Problems building Emacs): Simplify.
4339 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
4340 information.
4341 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
4342 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
4343 (JDEE): "JDEE", not "JDE".
4344 (Handling C-s and C-q with flow control, Binding C-s and C-q):
4345 Remove. This is old information, in etc/PROBLEMS if needed.
4346 (stty and Backspace key, Kanji and Chinese characters): Remove.
4347 (Right-to-left alphabets): Update section.
4348 (Changing the included text prefix): Gnus uses message-yank-prefix.
4349 Add cross-reference to Supercite manual.
4350 (Saving a copy of outgoing mail): Simplify output file description.
4351 (Expanding aliases when sending mail): Refer to Emacs manual.
4352 Remove old info about RFC822.
4353 Correct description of how to rebuild aliases.
4354 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
4355 (MIME with Emacs mail packages)
4356 (Viewing articles with embedded underlining)
4357 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
4358 Remove old sections.
4359 (Killing based on nonstandard headers): Remove. Scoring is preferable,
4360 and is well-documented in the Gnus manual.
4361 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
4362 (Making Gnus faster): Rename from "Starting Gnus faster".
4363 Merge "Catch-up is slow in Gnus" into here.
4364
4365 2009-06-14 Glenn Morris <rgm@gnu.org>
4366
4367 * faq.texi (Status of Emacs): Re-order with most recent releases first.
4368 (New in Emacs 23): New section.
4369 (Handling C-s and C-q with flow control): Add xref.
4370
4371 2009-06-13 Glenn Morris <rgm@gnu.org>
4372
4373 * faq.texi (Setting up a customization file): Grammar fix.
4374 Customize is no longer "new".
4375 (Displaying the current line or column): Line-number mode is on by
4376 default. Don't mention `column' package. Mention linum.el.
4377 (Turning on abbrevs by default): Explain how to do it for buffers,
4378 modes, and everywhere.
4379 (Associating modes with files): Use add-to-list. Don't mention Emacs
4380 19.
4381 (Highlighting a region): On by default since 23.1.
4382 (Replacing highlighted text): Update doc quote.
4383 (Working with unprintable characters): Don't mention search-quote-char.
4384 (Using an already running Emacs process): Gnuclient is probably not an
4385 enhancement these days.
4386 (Indenting switch statements): Remove mention of pre-Emacs 20.
4387 (Horizontal scrolling): Abbreviate Emacs 20 description.
4388 (Replacing text across multiple files): Fix name of dired command.
4389 (Disabling backups): Use require not load.
4390 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
4391
4392 2009-06-13 Bill Wohler <wohler@newt.com>
4393
4394 Release MH-E manual version 8.2.
4395
4396 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4397 release 8.2.
4398
4399 2009-06-13 Glenn Morris <rgm@gnu.org>
4400
4401 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
4402 in this day and age the common meaning is "on the web".
4403 (copying): Use @copyright in all cases.
4404 (Basic keys): Remove reference to deleted manual node "Text Characters".
4405 (File-name conventions): Use GNU as an example rather than SERVICE.
4406 default.el lives in site-lisp. Update Info directory location.
4407 (Real meaning of copyleft): GPL actions have been brought, but all
4408 settled out of court.
4409 (Guidelines for newsgroup postings): Shorten section title.
4410 Simplify comp.emacs description.
4411 (Newsgroup archives): Change Google URL. Describe Gmane.
4412 (Unsubscribing from Emacs lists): Remove discussion of "distribution
4413 points". Mention List-Unsubscribe header.
4414 (Contacting the FSF): Update email and URLs.
4415 (Basic editing): Mention F1 for help.
4416 (Installing Texinfo documentation): Refer to Texinfo website rather
4417 than ftp server.
4418 (Printing a Texinfo file): Mention texi2pdf.
4419 (Informational files for Emacs): Don't describe FTP or SERVICE, they
4420 are just stubs nowadays.
4421 (Latest version of Emacs): Explain version numbers.
4422 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
4423 (Turning on syntax highlighting): No need to mention hilit19 any more.
4424 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
4425 (Modes for various languages): Remove section.
4426 (Major packages and programs): Remove most version and maintainer
4427 information - it's hard to keep up-to-date, and adds nothing.
4428 Similarly with direct links to mailing lists.
4429 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
4430 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
4431 years, and Emacs comes with tools for this now.
4432 (Patch): Remove section - this is a standard tool.
4433 (Using function keys under X): Remove section.
4434
4435 2009-06-12 Glenn Morris <rgm@gnu.org>
4436
4437 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
4438 (Help installing Emacs): Remove reference to deleted X11 node.
4439 (Associating modes with files): Interpreter-mode-alist is no longer
4440 subservient to auto-mode-alist.
4441 (Installing Emacs): Change future Emacs version.
4442 (Linking with -lX11 fails): Remove old section.
4443 (Packages that do not come with Emacs): Update ELL location.
4444 Emacs Lisp archive is dead.
4445 (Emacs for Windows): Remove reference to old CE port.
4446 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
4447 (Emacs for VMS and DECwindows): Remove old ports.
4448 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
4449 (Removing flashing messages): Remove section about non-existent Gnus
4450 option.
4451
4452 * faq.texi (Top): Add @top command.
4453 Remove the optional arguments from all @node commands: makeinfo can
4454 generate these automatically, and it is easier to edit and rearrange
4455 nodes without them.
4456
4457 2009-06-11 Glenn Morris <rgm@gnu.org>
4458
4459 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
4460 (The LPF): Make the updated URL the sole reference point.
4461 (Learning how to do something): Update refcard price and format.
4462 (Getting a printed manual): Sources in doc/emacs/, not man/.
4463 Also available in PDF format. Since the page count varies, be less
4464 precise.
4465 (Informational files for Emacs): Remove references to deleted files
4466 LPF and SUN-SUPPORT, and to UUCP.
4467 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
4468 Remove many obsolete ways to get the FAQ, which now seems only to be
4469 distributed with Emacs.
4470 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
4471
4472 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
4473
4474 * org.texi (Org Plot): Fix tags (Bug#3507).
4475 (Workflow states, Agenda commands): Fix tags (Bug#3508).
4476
4477 * ada-mode.texi (Installation, Compile commands)
4478 (Project File Overview, No project files, Set compiler options)
4479 (Use GNAT project file, Use multiple GNAT project files)
4480 (Identifier completion): Use @samp for menu items, and @kbd for key
4481 sequences (Bug#3504).
4482
4483 2009-06-04 Daiki Ueno <ueno@unixuser.org>
4484
4485 * gnus.texi (Security): Fix wording; add a link to epa.info.
4486
4487 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
4488
4489 * message.texi (Header Commands): Fix descriptions to match
4490 keybindings.
4491
4492 2009-04-22 Daiki Ueno <ueno@unixuser.org>
4493
4494 * gnus.texi (Security): Mention that EasyPG is the current default.
4495
4496 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
4497
4498 * ediff.texi (Session Commands): Fix typo.
4499
4500 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
4501
4502 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
4503 news.software.readers. Reported by Florian Rehnisch.
4504
4505 2009-04-02 Glenn Morris <rgm@gnu.org>
4506
4507 * auth.texi: Capitalize direntry.
4508
4509 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
4510 using a period in the entry name. (Bug#2797)
4511
4512 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
4513
4514 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
4515 ($(infodir)/auth, auth.dvi): New targets.
4516
4517 2009-03-03 Glenn Morris <rgm@gnu.org>
4518
4519 * auth.texi: Fix @setfilename.
4520
4521 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4522 (auth, $(infodir)/auth, auth.dvi): New rules.
4523
4524 2009-02-25 Glenn Morris <rgm@gnu.org>
4525
4526 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
4527
4528 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4529
4530 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4531
4532 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4533
4534 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4535 gnus-nocem-issuers, and gnus-nocem-verifyer.
4536
4537 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
4538
4539 * ada-mode.texi (Project files, Automatic Casing):
4540 * dbus.texi (Signals):
4541 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4542 * mh-e.texi (HTML):
4543 * nxml-mode.texi (Locating a schema)
4544 (Using the document's URI to locate a schema):
4545 * org.texi (Footnotes, Using the mapping API):
4546 * rcirc.texi (Channels): Remove duplicate words.
4547
4548 2009-02-20 Glenn Morris <rgm@gnu.org>
4549
4550 * dired-x.texi (Miscellaneous Commands):
4551 * gnus.texi: Minor updates for mbox Rmail.
4552
4553 2009-02-16 Karl Berry <karl@gnu.org>
4554
4555 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4556 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4557 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4558 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4559 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4560 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4561 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4562 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4563 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4564 Consistently use @insertcopying in the Top node,
4565 @contents at the front (after @end titlepage),
4566 and @direntry after @copying. (Bug#1988)
4567
4568 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4569
4570 * auth.texi: New file documenting auth-source.
4571
4572 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
4573
4574 * org.texi (Org Plot): Fix link.
4575
4576 2009-02-09 Daiki Ueno <ueno@unixuser.org>
4577
4578 * epa.texi (Mail-mode integration): Mention the way to do
4579 "encrypt-to-self". (Bug#1807)
4580
4581 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
4582
4583 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4584
4585 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4586
4587 * gnus-news.texi: Print version about Incoming*.
4588
4589 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
4590
4591 * org.texi (Structure editing, Handling links)
4592 (Fast access to TODO states, Javascript support): Make standard docs
4593 correctly reflect default variable settings.
4594
4595 2009-02-02 Glenn Morris <rgm@gnu.org>
4596
4597 * org.texi: Fix typos.
4598
4599 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
4600
4601 Sync with Tramp 2.1.15.
4602
4603 * trampver.texi: Update release number.
4604
4605 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4606
4607 * org.texi (TODO dependencies): Document TODO dependencies on
4608 checkboxes.
4609
4610 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
4611
4612 * org.texi (TODO dependencies): Document key binding for toggling
4613 ORDERED property.
4614
4615 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
4616
4617 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4618 of hook functions.
4619
4620 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
4621
4622 * org.texi (TODO dependencies): New section.
4623
4624 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
4625
4626 * org.texi (Plain lists, TODO basics, Priorities)
4627 (Multiple sets in one file, Conflicts): Document interaction with
4628 `shift-selection-mode'.
4629
4630 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4631
4632 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4633 Make Calc the subject of sentences.
4634 (Rearranging Formulas using Selections): Discuss new options
4635 for `j *'.
4636
4637 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
4638
4639 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4640
4641 2009-01-26 Glenn Morris <rgm@gnu.org>
4642
4643 * org.texi: Fix typos.
4644
4645 2009-01-26 Bill Wohler <wohler@newt.com>
4646
4647 * mh-e.texi (EDITION, UPDATED): Update.
4648
4649 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
4650
4651 * org.texi (References): Add information about remote references.
4652 (Built-in table editor): Document `C-c RET' in tables.
4653 (Math symbols, Quoting LaTeX code): Mention that simple
4654 LaTeX macros survive LaTeX export.
4655 (Images in LaTeX export): Show how to create a reference to a
4656 figure.
4657 (Sectioning structure): Document that the LaTeX class can be
4658 specified in a property.
4659 (Text areas in HTML export): New section.
4660 (External links): Add examples for text search and ID links.
4661 (Built-in table editor): Remove the descriptio of `C-c
4662 C-q', it not longer works.
4663 (Literal examples): Document that a space must follow
4664 the colon in short examples.
4665 (Relative timer): Document `org-timer-stop'.
4666 (Footnotes): New section.
4667 (Footnote markup): Shorten section and refer to new Footnote
4668 section.
4669 (Literal examples): Add documentation for line
4670 numbering in and references to code examples.
4671 (CSS support): Fix the description of default CSS styles.
4672 (Capturing column view): Document
4673 "file:path/to/file.org" as an allowed value for the ID property of
4674 a dynamic block copying column view.
4675
4676 2009-01-23 Stephen Eglen <stephen@gnu.org>
4677
4678 * mh-e.texi (Getting Started): Describe $MH.
4679
4680 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
4681
4682 * tramp.texi (all): Harmonize usage of "external method",
4683 "external transfer method" and "out-of-band method".
4684 (Connection types): Precise the differences of inline and external
4685 methods. Written by Adrian Phillips <a.phillips@met.no>.
4686
4687 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4688
4689 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4690 commands as described at the top. Reported by Allan Gottlieb
4691 <gottlieb@nyu.edu>.
4692
4693 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4694
4695 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4696 nnmail-pathname-coding-system.
4697
4698 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4699
4700 * org.texi (Relative timer): Fix typo.
4701
4702 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
4703
4704 * org.texi (Clocking work time): Fix typo.
4705 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
4706
4707 2009-01-13 Glenn Morris <rgm@gnu.org>
4708
4709 * org.texi: Fix some more typos.
4710
4711 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4712
4713 * org.texi: Fix some typos.
4714
4715 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4716
4717 * gnus.texi (Group Parameters): Add note for local variables.
4718
4719 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4720
4721 * gnus.texi (Converting Kill Files): Fix URL.
4722 Include gnus-kill-to-score.el in contrib directory.
4723
4724 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4725
4726 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4727 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4728 (Paging the Article): Add index entry.
4729
4730 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4731
4732 * ada-mode.texi (Examples): Delete redundant text.
4733
4734 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
4735
4736 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4737
4738 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4739 addresses.
4740
4741 2009-01-03 Bill Wohler <wohler@newt.com>
4742
4743 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4744 kept empty.
4745
4746 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
4747
4748 * org.texi (Activation, Exporting, ASCII export, HTML export)
4749 (HTML Export commands, LaTeX/PDF export commands):
4750 Improve documentation about transient-mark-mode.
4751 (References): Document the use of special names like $LR1 to reference
4752 to fields in the last table row.
4753
4754 2008-12-19 Juri Linkov <juri@jurta.org>
4755
4756 * info.texi (Search Text): Remove mention of removed key binding M-s.
4757
4758 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
4759
4760 * org.texi (References): Remove mentioning of @0 as reference for the
4761 last line, this has been reverted in the Lisp sources.
4762
4763 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
4764
4765 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4766 (DVI_TARGETS): Remove duplicates. Add sasl.
4767 ($(infodir)/sasl, sasl.dvi): New targets.
4768
4769 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
4770
4771 * org.texi: Version number pushed to 6.15d.
4772
4773 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
4774
4775 * org.texi (Tables in LaTeX export): New section.
4776 (Images in LaTeX export): New section.
4777 (Inlined images, Images in HTML export): Sections renamed.
4778
4779 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4780
4781 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4782
4783 2008-12-04 David Engster <dengste@eml.cc>
4784
4785 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
4786 of nnml-get-new-mail. Change URL for mairix patch.
4787
4788 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4789
4790 * org.texi (Using the mapping API): Fix bug in mapping example.
4791 (Publishing options): Make the list of properties complete again, in
4792 correspondence to the variable `org-export-plist-vars'.
4793 (Property searches): Document new special values for time comparisons.
4794 (Tag inheritance): Refine the description of tag inheritance.
4795 (Project alist): Add info about the publishing sequence of components.
4796 (Effort estimates): Document the new relative timer.
4797
4798 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4799
4800 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4801 (Using Calc): Clarify use of `C-x * o'.
4802 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4803
4804 2008-11-28 Richard M Stallman <rms@gnu.org>
4805
4806 * dbus.texi (Receiving Method Calls): Clean up previous change.
4807
4808 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
4809
4810 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4811 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4812 `dbus-unescape-from-identifier'.
4813 (Receiving Method Calls): New constants `dbus-service-emacs' and
4814 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
4815 (Signals): Use the constants in the example.
4816
4817 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
4818
4819 * org.texi: Re-apply change to FDL 1.3.
4820
4821 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
4822
4823 * org.texi (Setting up Remember): Document `org-remember-mode'.
4824 (External links): Document that bbdb links can use a regular
4825 expression.
4826 (External links): Document that elisp links can contain interactive
4827 commands.
4828
4829 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4830
4831 * viper.texi (viper-translate-all-ESC-keysequences):
4832 Description removed.
4833
4834 2008-11-19 Glenn Morris <rgm@gnu.org>
4835
4836 * doclicense.texi: Change to FDL 1.3.
4837 Relicense all texi files under FDL 1.3 or later.
4838
4839 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4840
4841 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4842
4843 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
4844
4845 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
4846
4847 * ediff.texi: Version/date change.
4848
4849 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
4850
4851 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4852
4853 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4854
4855 * calc.texi (About This Manual): Comment out a mention of
4856 marginal notes.
4857
4858 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
4859
4860 * org.texi (Clocking work time): Document the :formula property of
4861 clock tables.
4862 (Structure editing, Refiling notes): Document refiling regions.
4863 (Agenda commands): Document the double-prefix version
4864 of the `l' command in the agenda.
4865 (Handling links): Explain the effect of a double prefix
4866 arg to `C-c C-o'.
4867 (TODO basics): Add documentation for tag triggers.
4868
4869 2008-10-23 Glenn Morris <rgm@gnu.org>
4870
4871 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4872 byte-compiling things like `+'.
4873
4874 * ns-emacs.texi: Merge copyright years of author now with assignment
4875 into FSF years.
4876 (VER): Use it for easier automatic updating. Use Emacs version rather
4877 than standalone Emacs.app version.
4878
4879 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
4880
4881 * org.texi: Lots of minor fixes.
4882 (Capture): New chapter.
4883 (Org Plot): New section.
4884
4885 2008-09-30 Magnus Henoch <mange@freemail.hu>
4886
4887 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4888
4889 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4890
4891 * calc.texi (User Defined Units): Mention how to enter optional display
4892 string.
4893
4894 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4895
4896 * message.texi (Sending Variables): Fix variable documentation to
4897 avoid the "y/n" wording.
4898
4899 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4900
4901 * message.texi (Sending Variables): Add `message-confirm-send' doc.
4902
4903 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4904
4905 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4906 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4907
4908 2008-09-22 Bill Wohler <wohler@newt.com>
4909
4910 Release MH-E manual version 8.1.
4911
4912 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4913 release 8.1.
4914
4915 * mh-e.texi: Retain dual license as agreed to by the FSF.
4916 However, bump GPL to Version 3.
4917 Use @include for license text.
4918
4919 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
4920
4921 * gnus.texi (Top, Setup, Fancy splitting to parent)
4922 (Store custom flags and keywords, Store arbitrary data):
4923 Clean up markup.
4924
4925 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4926
4927 * gnus.texi (The Gnus Registry): Document it.
4928
4929 2008-09-08 David Engster <dengste@eml.cc>
4930
4931 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4932 Clarify section about choosing back end servers.
4933
4934 2008-08-23 Glenn Morris <rgm@gnu.org>
4935
4936 * dired-x.texi (Shell Command Guessing):
4937 Mention dired-guess-shell-case-fold-search. (Bug#417)
4938
4939 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
4940
4941 * trampver.texi: Update release number.
4942
4943 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
4944
4945 * ns-emacs.texi: Update version.
4946 (Introduction): Correct menu location for options save.
4947 (Customization): Note that defaults are stored under org.gnu.Emacs.
4948
4949 2008-08-11 Bill Wohler <wohler@newt.com>
4950
4951 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4952 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4953 Henman) (closes SF #1768928).
4954
4955 2008-08-10 Glenn Morris <rgm@gnu.org>
4956
4957 * ns-emacs.texi: Use @copying. Change copyright of authors with
4958 assignment to FSF. Change license to GFDL.
4959 (Top): Remove outdated references.
4960
4961 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4962
4963 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4964 Add gnus-summary-sort-by-most-recent-number and
4965 gnus-summary-sort-by-most-recent-date.
4966 (Summary Sorting): Explain prefix argument.
4967
4968 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4969
4970 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4971 gnus-summary-pipe-output.
4972
4973 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
4974
4975 * dbus.texi (Receiving Method Calls): Document error handling of own
4976 D-Bus methods.
4977
4978 2008-08-01 Bill Wohler <wohler@newt.com>
4979
4980 * mh-e.texi (Reading Mail)
4981 (Viewing Attachments): Describe new function
4982 mh-show-preferred-alternative.
4983 (Sending Mail, Redistributing, Sending Message): Describe new hook
4984 mh-annotate-msg-hook.
4985
4986 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
4987
4988 * dbus.texi (Arguments and Signatures): Fix example.
4989 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4990 (Asynchronous Methods): New node.
4991 (Errors and Events): Describe extended layout of `dbus-event'.
4992 New defun `dbus-event-message-type'.
4993
4994 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4995
4996 * ediff.texi: Remove VMS support.
4997
4998 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
4999
5000 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
5001 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
5002
5003 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
5004
5005 * Makefile.in: Add mairix-el targets.
5006
5007 2008-07-29 David Engster <deng@randomsample.de>
5008
5009 * mairix-el.texi: New file.
5010
5011 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
5012
5013 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
5014 project files. Delete 'main_unit' project variable; not needed. Allow
5015 process environment variables wherever project variables are allowed.
5016 Add tutorial section on multiple GNAT project files.
5017
5018 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
5019
5020 Sync with Tramp 2.1.14.
5021
5022 * trampver.texi: Update release number.
5023
5024 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5025
5026 * ns-emacs.texi:
5027 * faq.texi: Remove mentions of Mac Carbon.
5028
5029 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5030
5031 * gnus.texi (Saving Articles): Describe the 2nd argument of
5032 gnus-summary-save-in-pipe.
5033 (SpamAssassin): Use it.
5034
5035 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
5036
5037 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
5038
5039 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
5040
5041 * org.texi (Export options): Document the use of the creator flag.
5042
5043 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
5044
5045 * org.texi: New version 6.06a.
5046
5047 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
5048
5049 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
5050 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
5051
5052 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
5053
5054 * calc.texi (Editing Stack Entries):
5055 (Algebraic Entry): Rewrite introductory sentences so it can be used by
5056 Calc's help functions. Mention fixing typos.
5057 (Customizing Calc): Fix typo.
5058
5059 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
5060
5061 * calc.texi (summarykey): New macro. Use to correctly format keys in
5062 the summary.
5063
5064 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
5065
5066 * ns-emacs.texi (Customization): Corrected documentation on color
5067 specification formats.
5068
5069 2008-07-19 Andreas Schwab <schwab@suse.de>
5070
5071 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
5072
5073 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
5074 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
5075
5076 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
5077
5078 * dbus.texi (Inspection): Rework, introduce submenus.
5079 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
5080 (Properties and Annotations, Arguments and Signatures): New nodes.
5081
5082 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
5083
5084 * dbus.texi (Receiving Method Calls): Fix description of
5085 `dbus-register-method'.
5086 (Signals): Allow also signal arguments for filtering in
5087 `dbus-register-signal'.
5088
5089 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
5090
5091 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
5092 `cnorm'.
5093 (Arithmetic Tutorial): Simplify the verification of prime factors.
5094
5095 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5096
5097 * gnus.texi (Saving Articles): Mention
5098 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
5099
5100 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
5101
5102 * calc.texi: Adjust mode line throughout.
5103
5104 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
5105
5106 * sasl.texi (Mechanisms): Fix typos.
5107
5108 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5109
5110 * calc.texi (Killing from the stack): Mention using normal Emacs
5111 copying.
5112
5113 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
5114
5115 * tramp.texi (Password handling): Rename from "Password caching".
5116 Add `auth-source' mechanism.
5117 (Connection caching): Tramp reopens the connection automatically,
5118 when the operating system on the remote host has been changed.
5119
5120 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5121
5122 * makefile.w32-in (distclean): Remove makefile.
5123
5124 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
5125
5126 * org.texi (Using the mapping API): New section.
5127 (Agenda column view): New section.
5128 (Moving subtrees): Document archiving to the archive sibling.
5129 (Agenda commands): Document columns view in the agenda.
5130 (Using the property API): Document the API for multi-valued properties.
5131
5132 2008-06-17 Jason Riedy <jason@acm.org>
5133
5134 * org.texi (A LaTeX example): Note that fmt may be a one-argument
5135 function, and efmt may be a two-argument function.
5136 (Radio tables): Document multiple destinations.
5137
5138 2008-06-16 Glenn Morris <rgm@gnu.org>
5139
5140 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
5141 Add Cover-Texts.
5142
5143 2008-06-15 Glenn Morris <rgm@gnu.org>
5144
5145 * faq.texi (VER): Update to 23.0.60.
5146
5147 * mh-e.texi: Remove option of licensing under GPL.
5148 Add Cover-Texts to GFDL permissions notice.
5149 (GPL): Remove section.
5150 (GFDL): Include doclicense.texi rather than the actual text.
5151
5152 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
5153 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
5154
5155 * sasl.texi: Fix output file name.
5156
5157 * epa.texi, sasl.texi: Refer to license in Emacs manual.
5158
5159 * gnus-coding.texi: Refer to license in Gnus manual.
5160
5161 * idlwave.texi, sasl.texi: Use @copying.
5162
5163 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
5164
5165 * speedbar.texi: Update Back-Cover Text as per maintain.info.
5166
5167 * url.texi: Use @copying, @title, @subtitle, @author.
5168
5169 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
5170 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
5171 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
5172 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
5173 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
5174 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
5175 * widget.texi, woman.texi:
5176 Remove references to external license, since doclicense is included.
5177
5178 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
5179 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
5180 Remove references to non-existent Invariant Sections.
5181
5182 2008-06-14 Glenn Morris <rgm@gnu.org>
5183
5184 * faq.texi (Major packages and programs): Remove references to external
5185 Supercite, Calc, VIPER, since they have been included for some time.
5186 Update VM, AUCTeX, BBDB entries.
5187
5188 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
5189
5190 * newsticker.texi: Updated to match latest newsticker changes.
5191
5192 2008-06-13 Glenn Morris <rgm@gnu.org>
5193
5194 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
5195 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
5196 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
5197 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
5198 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
5199 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
5200 * woman.texi:
5201 Update Back-Cover Text as per maintain.info.
5202
5203 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5204
5205 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
5206
5207 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
5208 (gnus-faq.xml): Update repository host.
5209
5210 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
5211
5212 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
5213
5214 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
5215 Fix a typo.
5216
5217 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5218
5219 * gnus.texi (Mail Source Customization): Correct values of
5220 `mail-source-delete-incoming'. Reported by Tassilo Horn.
5221 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
5222
5223 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5224
5225 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
5226 coding standards.
5227
5228 2008-06-14 David Engster <dengste@eml.cc>
5229
5230 * gnus.texi (nnmairix): Markup fixes.
5231
5232 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5233
5234 * gnus.texi (nnmairix): Markup and other minor fixes.
5235
5236 2008-06-05 David Engster <dengste@eml.cc>
5237
5238 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
5239
5240 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5241
5242 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
5243 (Searching, nnir, nnmairix): New stub nodes.
5244
5245 2008-05-30 Felix Lee <felix.1@canids.net>
5246
5247 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
5248
5249 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
5250
5251 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
5252
5253 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
5254
5255 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
5256
5257 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
5258
5259 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
5260
5261 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
5262
5263 * info.texi (Top): Fix typo in xref.
5264
5265 2008-05-05 Karl Berry <karl@gnu.org>
5266
5267 * info.texi (Top): @xref to stand-alone manual.
5268
5269 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5270
5271 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
5272 (Various Summary Stuff): Fix typo in last xref.
5273
5274 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
5275
5276 * org.texi (Moving subtrees): Fix typo.
5277
5278 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
5279
5280 * tramp.texi (Frequently Asked Questions): Explain, how to disable
5281 Tramp via `tramp-mode'.
5282
5283 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
5284
5285 * org.texi: Massive changes, in many parts of the file.
5286
5287 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5288
5289 * gnus.texi (Oort Gnus): Add message-fill-column.
5290
5291 2008-04-12 Adrian Aichner <adrian@xemacs.org>
5292
5293 * gnus.texi (Mail Source Specifiers): Typo fix.
5294
5295 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5296
5297 * gnus.texi (Diary Headers Generation): Update key binding for
5298 `gnus-diary-check-message'.
5299
5300 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5301
5302 * gnus.texi (Emacsen): Addition.
5303
5304 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5305
5306 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
5307
5308 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5309
5310 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
5311
5312 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5313
5314 * gnus-news.texi: Update tool bar item.
5315
5316 2008-04-09 Sven Joachim <svenjoac@gmx.de>
5317
5318 * gnus-news.texi: Fix typos.
5319
5320 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
5321
5322 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
5323 Add mention of `kron'.
5324
5325 2008-04-01 Daiki Ueno <ueno@unixuser.org>
5326
5327 * epa.texi (Encrypting/decrypting *.gpg files):
5328 Document epa-file-name-regexp.
5329
5330 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5331
5332 * gnus.texi (Example Methods): Fix description about ssh-agent.
5333 (Indirect Functions): Fix the default value of nntp-telnet-command;
5334 remove link to connect.html.
5335
5336 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
5337
5338 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
5339 dbus-call-method.
5340 (Receiving Method Calls): The timeout can be set by the calling client.
5341
5342 * trampver.texi: Update release number.
5343
5344 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
5345
5346 * gnus.texi (Top): Fix version. Add SASL.
5347
5348 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
5349
5350 Sync with Tramp 2.1.13.
5351
5352 * trampver.texi: Update release number.
5353
5354 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
5355
5356 * org.texi: Update to new org-mode website.
5357
5358 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 * cl.texi (For Clauses): Fix loop over key-seq to match code.
5361
5362 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5363
5364 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
5365 gnus-read-ephemeral-gmane-group-url,
5366 gnus-read-ephemeral-emacs-bug-group,
5367 gnus-read-ephemeral-debian-bug-group.
5368
5369 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5370
5371 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
5372
5373 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
5374 Add FIXMEs for Bookmarks and gnus-registry-marks.
5375
5376 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5377
5378 * gnus.texi (Smileys): Document `smiley-style'.
5379
5380 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5381
5382 * gnus.texi (Gnus Development): Clarify difference between ding and
5383 gnu.emacs.gnus.
5384 (MIME Commands, Using MIME, RSS): Fix markup.
5385
5386 * gnus-faq.texi ([8.4]): Ditto.
5387
5388 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5389
5390 * gnus.texi (Emacsen): Remove obsolete stuff.
5391
5392 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5393
5394 * gnus.texi (Oort Gnus): Add version info WRT
5395 `mail-source-delete-incoming'.
5396
5397 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5398
5399 * gnus.texi (Top): Add "Other related manuals" and version info in
5400 `iftex' output.
5401 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
5402 gnus-balloon-face-0 and the corresponding format specifiers.
5403
5404 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
5405
5406 * tramp.texi (Filename completion): Remove footnote about let-bind
5407 of `partial-completion-mode'. It doesn't work this way.
5408
5409 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5410
5411 * pcl-cvs.texi (Contributors): Update my email.
5412
5413 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
5414
5415 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
5416
5417 2008-03-17 Bill Wohler <wohler@newt.com>
5418
5419 * mh-e.texi (Viewing): Update URL for adding header fields to
5420 mh-invisible-header-fields-default.
5421
5422 2008-03-16 Bill Wohler <wohler@newt.com>
5423
5424 * mh-e.texi (Preface): Add Gnus to requirements.
5425 (Forwarding): Note that forwarded MIME messages are now inline.
5426
5427 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
5430 (Common Variables): Give precedence to the netcat methods over the
5431 telnet methods, and mention that they are more reliable.
5432
5433 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
5434
5435 * org.texi (Exporting Agenda Views): Document agenda export to
5436 iCalendar.
5437 (Progress logging): Document the new progress logging stuff.
5438
5439 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5440
5441 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
5442 Update for change of `mail-source-delete-incoming'.
5443
5444 * gnus-news.texi: Ditto.
5445
5446 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5447
5448 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
5449 custom versions.
5450
5451 2008-03-07 Alan Mackenzie <acm@muc.de>
5452
5453 * cc-mode.texi (Limitations and Known Bugs): State that the number of
5454 parens/brackets in a k&r region is limited.
5455
5456 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5457
5458 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
5459 using different Emacs versions.
5460
5461 2008-02-27 Glenn Morris <rgm@gnu.org>
5462
5463 * sc.texi: Remove a lot of old and obsolete info.
5464 (titlepage): Simplify.
5465 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
5466 (VM with any Emacsen, GNEWS with any Emacsen)
5467 (Overloading for Non-conforming MUAs, Version 3 Changes)
5468 (The Supercite Mailing List): Delete nodes.
5469 (Introduction): Remove info about old packages.
5470 (Getting Connected): Simplify. Remove info about old packages.
5471 (Citing Commands): Delete Emacs 19 info.
5472 (Hints to MUA Authors): Simplify.
5473 (Thanks and History): Merge in some info from the deleted node
5474 "Version 3 Changes".
5475
5476 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
5477
5478 * org.texi (Setting tags, In-buffer settings):
5479 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
5480
5481 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5482
5483 * gnus-news.texi: Mention that spaces and tabs are allowed in the
5484 installation directory name.
5485
5486 2008-02-12 Romain Francoise <romain@orebokech.com>
5487
5488 * epa.texi (Overview): Fix typo.
5489
5490 2008-02-11 Daiki Ueno <ueno@unixuser.org>
5491
5492 * epa.texi (Quick start): Remove the .emacs setting.
5493
5494 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5495
5496 * epa.texi (Quick start): Use the command `epa-enable' instead of
5497 loading `epa-setup'.
5498
5499 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
5500
5501 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
5502 ($(infodir)/epa, epa.dvi): New targets.
5503
5504 2008-02-08 Daiki Ueno <ueno@unixuser.org>
5505
5506 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
5507
5508 * epa.texi: New manual documenting the EasyPG Assistant.
5509
5510 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
5511
5512 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
5513 (Inspection): New function dbus-ping.
5514
5515 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
5516
5517 * tramp.texi (Remote processes): Add `shell-command'.
5518
5519 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
5520
5521 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5522 (Group Parameters): Document `mail-source' parameter.
5523
5524 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
5525
5526 * tramp.texi (Inline methods): The hostname of the su(do)? methods
5527 must be a local host.
5528
5529 2008-01-26 Michael Olson <mwolson@gnu.org>
5530
5531 * erc.texi: Update version for ERC 5.3 release.
5532 (Obtaining ERC): Update extras URLs for 5.3.
5533 (Development): Write instructions for git, and remove those for Arch.
5534 (History): Mention the switch to git.
5535
5536 2008-01-24 Karl Berry <karl@gnu.org>
5537
5538 * info.texi (Search Index, Search Text): Mention the command
5539 character in the section name, a la the (Go to node) node.
5540
5541 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
5542
5543 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5544
5545 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5546
5547 * gnus-news.texi: Mention gnus-article-describe-bindings.
5548
5549 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5550
5551 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5552
5553 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
5554
5555 * org.texi (Property inheritance): New section.
5556 (Conventions): New section.
5557 (Structure editing): Document C-RET, the prefix arg to the cut/copy
5558 commands, and the new bindings for refiling.
5559 (Sparse trees): Document the new special command for sparse trees.
5560 (References): Be more clear about the counting of hilines.
5561 (Handling links): Document M-p/n for accessing links.
5562 (Fast access to TODO states): New section.
5563 (Per file keywords): New section.
5564 (Property inheritance): New section.
5565 (Column attributes): New summary types.
5566 (Capturing Column View): New section.
5567 (The date/time prompt): Cover the new features in the date/time prompt.
5568 Compactify the table of keys for the calendar remote control.
5569 (Clocking work time): Document the new :scope parameter.
5570 (Remember): Promoted to chapter.
5571 (Quoted examples): New section.
5572 (Enhancing text): New verbatim environments.
5573
5574 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
5575
5576 * trampver.texi: Update release number.
5577
5578 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5579
5580 * gnus.texi (Article Keymap):
5581 Add gnus-article-wide-reply-with-original; fix descriptions of
5582 gnus-article-reply-with-original and
5583 gnus-article-followup-with-original.
5584
5585 2008-01-09 Glenn Morris <rgm@gnu.org>
5586
5587 * nxml-mode.texi: Add @copying section.
5588
5589 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5590
5591 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5592 Server". Add `message-send-mail-with-mailclient'.
5593
5594 * gnus.texi (Posting Server): Move some text to "(message)Mail
5595 Variables" and add a reference here.
5596
5597 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
5598
5599 * dbus.texi (Receiving Method Calls): New chapter.
5600 (Errors and Events): Add serial number to events. Replace "signal" by
5601 "message". Introduce dbus-event-serial-number.
5602
5603 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
5604
5605 * dbus.texi (Type Conversion): Explain the type specification for empty
5606 arrays. Use another example.
5607
5608 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
5609
5610 * dbus.texi (all): Replace "..." by @dots{}.
5611 (Type Conversion): Precise the value range for :byte types.
5612 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5613 Mention its return value.
5614 (Errors and Events): There is no D-Bus error propagation during event
5615 processing.
5616
5617 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5618
5619 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5620 New sections.
5621
5622 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5623
5624 * gnus.texi (Group Parameters): Reorder the text and add a note about
5625 `gnus-parameters' near the beginning of the node.
5626
5627 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5628
5629 * gnus.texi (Score File Editing): Fix function name.
5630
5631 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
5632
5633 Sync with Tramp 2.1.12.
5634
5635 * trampver.texi: Update release number.
5636
5637 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
5638
5639 * dbus.texi (Type Conversion): Correct input parameters mapping.
5640
5641 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
5642
5643 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5644 (Errors and Events): Mention wrong-type-argument error.
5645
5646 2007-12-21 Alex Schroeder <alex@gnu.org>
5647
5648 * rcirc.texi: Changed single spaces after sentence end to double
5649 spaces. Fixed some typos.
5650 (Internet Relay Chat): Explain relay.
5651 (Getting started with rcirc): Change items to reflect prompts.
5652 Add more explanation to rcirc-track-minor-mode and added a comment to
5653 warn future maintainers that this section is a copy.
5654 (People): Change /ignore example.
5655 (Keywords): Not keywords.
5656
5657 2007-12-20 Alex Schroeder <alex@gnu.org>
5658
5659 * rcirc.texi (Top): Fighting Information Overload chapter added.
5660 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
5661 (rcirc commands): Move /ignore command to the new chapter.
5662 (Fighting Information Overload): New chapter documenting /keyword,
5663 /bright, /dim, channel ignore, and low priority channels.
5664 (Configuration): Document rcirc-server-alist, remove
5665 rcirc-startup-channels-alist and rcirc-default-server.
5666
5667 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
5668
5669 * dbus.texi (Signals): Fix example in dbus-register-signal.
5670
5671 2007-12-14 Sven Joachim <svenjoac@gmx.de>
5672
5673 * gnus.texi (Score Variables): Fix typo.
5674
5675 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
5676
5677 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5678 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5679 (Errors and Events): Adapt dbus-event.
5680
5681 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5682
5683 * gnus.texi (Other Files): Add the yenc command.
5684
5685 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5686
5687 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5688 since 2004-08-06.
5689
5690 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5691
5692 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5693 on body.
5694
5695 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5696
5697 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5698 and rfc2047-allow-irregular-q-encoded-words; fix description of
5699 rfc2047-encode-encoded-words.
5700
5701 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5702
5703 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5704
5705 2007-12-05 Michael Olson <mwolson@gnu.org>
5706
5707 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5708 Update documentation for `remember-diary-file'.
5709
5710 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
5711
5712 * dbus.texi (Signals): Precise `dbus-register-signal'.
5713 (Errors and Events): Rework events part, the internal structure of
5714 dbus-event has changed.
5715
5716 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
5717
5718 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5719 ($(infodir)/dbus, dbus.dvi): New targets.
5720
5721 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
5722
5723 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5724 unconditionally.
5725
5726 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5727 emulation with @print{}.
5728
5729 2007-12-02 Richard Stallman <rms@gnu.org>
5730
5731 * dbus.texi (Overview): Minor cleanup.
5732
5733 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
5734
5735 * Makefile.in (INFO_TARGETS): Add dbus.
5736 (DVI_TARGETS): Add dbus.dvi.
5737 (dbus, dbus.dvi): New targets.
5738
5739 * dbus.texi: New file.
5740
5741 2007-11-24 Romain Francoise <romain@orebokech.com>
5742
5743 * nxml-mode.texi: Add description in @direntry.
5744 Fix file name to match @setfilename.
5745
5746 2007-11-23 Mark A. Hershberger <mah@everybody.org>
5747
5748 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5749 ($(infodir)/nxml-mode): New rule.
5750
5751 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5752 ($(infodir)/nxml-mode): New rule.
5753 (clean): Add nxml-mode*.
5754
5755 * nxml-mode.texi: New file with nxml manual.
5756
5757 2007-11-18 Richard Stallman <rms@gnu.org>
5758
5759 * flymake.texi (Example -- Configuring a tool called directly):
5760 Update example.
5761
5762 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
5763
5764 * tramp.texi (Filename completion): Simplify explanation of
5765 double-slash behavior. Explain directory contents flushing.
5766
5767 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5768
5769 * calc.texi (TeX and LaTeX Language Modes): Put in
5770 missing braces.
5771
5772 2007-11-15 Richard Stallman <rms@gnu.org>
5773
5774 * cl.texi (Equality Predicates): Delete `eql'.
5775 (Predicates, Naming Conventions, Top): Delete `eql'.
5776 (Common Lisp Compatibility): Delete `eql'.
5777 (Porting Common Lisp): Delete obsolete backquote info.
5778 Minor clarification about character constants.
5779 (Sequence Basics): Minor clarification.
5780
5781 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
5782
5783 * cc-mode.texi (Electric Keys, Custom Macros):
5784 * tramp.texi (Filename completion): Fix typos.
5785
5786 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5787
5788 * calc.texi (Basic commands): Mention the menu.
5789
5790 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
5791
5792 * tramp.texi (Connection caching): Tramp flushes connection
5793 properties when remote operating system has been changed.
5794
5795 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5796
5797 * gnus-news.texi: Fix spelling.
5798 `message-insert-formatted-citation-line', not
5799 `message-insert-formated-citation-line'.
5800
5801 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5802
5803 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
5804
5805 * tramp.texi (Overview): Mention also the PuTTY integration under
5806 w32. Remove paragraphs about Tramp's experimental status.
5807 (Frequently Asked Questions): Add code example for highlighting the
5808 mode line.
5809
5810 2007-11-03 Michael Olson <mwolson@gnu.org>
5811
5812 * remember.texi: Change mentions of remember-buffer to
5813 remember-finalize throughout.
5814
5815 2007-10-30 Michael Olson <mwolson@gnu.org>
5816
5817 * remember.texi (Copying): Remove.
5818 (Mailbox): Update with non-BBDB instructions.
5819 (Diary, Org): Add.
5820 (Bibliography, Planner Page): Remove.
5821
5822 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
5823
5824 * makefile.w32-in (INFO_TARGETS): Add remember.
5825 (DVI_TARGETS): Add remember.dvi.
5826 ($(infodir)/remember): New rule.
5827 (clean): Add remember*.
5828
5829 2007-10-30 Michael Olson <mwolson@gnu.org>
5830
5831 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5832 ($(infodir)/remember): New rule that builds the Remember Manual.
5833
5834 * remember.texi: New file containing the Remember Mode Manual.
5835 Shuffle chapters around after initial import.
5836 (Function Reference): Split Keystrokes into separate chapter.
5837 (Keystrokes): Document C-c C-k.
5838 (Introduction): Fix typographical issue with "---".
5839
5840 2007-10-29 Richard Stallman <rms@gnu.org>
5841
5842 * widget.texi (Introduction): Delete discussion of implementation
5843 internals.
5844
5845 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
5846
5847 * tramp.texi (Connection caching): Host names must be different
5848 when tunneling.
5849
5850 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5851
5852 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5853 Gnus v5.13.
5854
5855 2007-10-28 Miles Bader <miles@gnu.org>
5856
5857 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5858
5859 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5860
5861 * gnus.texi (Sorting the Summary Buffer):
5862 Remove gnus-article-sort-by-date-reverse.
5863
5864 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5865
5866 * gnus.texi (Non-ASCII Group Names): New node.
5867 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5868 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5869
5870 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
5871
5872 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5873 clean the output of the program `imap-shell-program'.
5874
5875 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5876
5877 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5878
5879 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5880
5881 * gnus.texi (Sticky Articles): Documentation for sticky article
5882 buffers.
5883
5884 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
5885
5886 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5887
5888 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5889
5890 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5891
5892 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5893
5894 * gnus.texi (Archived Messages):
5895 Document gnus-update-message-archive-method.
5896
5897 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5898
5899 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5900
5901 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
5902
5903 * gnus.texi (Group Maneuvering):
5904 Document `gnus-summary-next-group-on-exit'.
5905
5906 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5907
5908 * gnus.texi (Really Various Summary Commands):
5909 Mention gnus-auto-select-on-ephemeral-exit.
5910
5911 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5912
5913 * gnus.texi, message.texi: Bump version number.
5914
5915 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5916
5917 * gnus.texi (Group Line Specification, Misc Group Stuff)
5918 (Server Commands): Parenthesize @pxref{Mail Spool}.
5919
5920 2007-10-28 Didier Verna <didier@xemacs.org>
5921
5922 New user option: message-signature-directory.
5923 * message.texi (Insertion Variables): Document it.
5924 * gnus.texi (Posting Styles): Ditto.
5925
5926 2007-10-28 Didier Verna <didier@xemacs.org>
5927
5928 * gnus.texi (Group Line Specification):
5929 * gnus.texi (Misc Group Stuff):
5930 * gnus.texi (Server Commands): Document the group compaction feature.
5931
5932 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5933
5934 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5935
5936 * message.texi (Various Message Variables): Add message-fill-column.
5937
5938 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5939
5940 * gnus.texi: Untabify.
5941
5942 2007-10-28 Didier Verna <didier@xemacs.org>
5943
5944 * gnus.texi (Group Parameters): Document the posting-style merging
5945 process in topic-mode.
5946
5947 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5948
5949 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5950
5951 2007-10-28 Romain Francoise <romain@orebokech.com>
5952
5953 * gnus.texi (Mail Spool): Fix typo.
5954 Update copyright.
5955
5956 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5957
5958 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5959
5960 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5961
5962 * gnus.texi (Summary Generation Commands):
5963 Add gnus-summary-insert-ticked-articles.
5964
5965 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5966
5967 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5968 to spam-spamassassin-program.
5969
5970 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5971
5972 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5973
5974 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5975
5976 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5977
5978 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5979
5980 * message.texi (Mail Headers): Document `opportunistic'.
5981
5982 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5983
5984 * emacs-mime.texi (Encoding Customization): Explain how to set
5985 mm-coding-system-priorities per hierarchy.
5986
5987 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5988
5989 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5990 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5991
5992 2007-10-28 Didier Verna <didier@xemacs.org>
5993
5994 * message.texi (Wide Reply): Update documentation of
5995 message-dont-reply-to-names (now allowing a list of regexps).
5996
5997 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5998
5999 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
6000
6001 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6002
6003 * gnus.texi (SpamAssassin back end): Fix typo.
6004
6005 * sieve.texi (Examples): Fix grammar.
6006
6007 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6008
6009 * gnus.texi (Searching for Articles): Document M-S and M-R.
6010 (Limiting): Document / b.
6011
6012 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6013
6014 * gnus.texi (Thread Commands): T M-^.
6015
6016 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6017
6018 * message.texi (Mail Aliases): Document ecomplete.
6019 (Mail Aliases): Fix typo.
6020
6021 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6022
6023 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
6024 fix typo.
6025
6026 2007-10-28 Romain Francoise <romain@orebokech.com>
6027
6028 * gnus.texi (Mail Spool): Grammar fix.
6029
6030 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6031
6032 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
6033 string.
6034
6035 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6036
6037 * gnus.texi (Group Parameters): Fix description.
6038
6039 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6040
6041 * gnus.texi (Gmane Spam Reporting):
6042 Fix spam-report-gmane-use-article-number.
6043 Add spam-report-user-mail-address.
6044
6045 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6046
6047 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
6048
6049 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6050
6051 * gnus.texi (Group Parameters): Add simplified sorting example based on
6052 example for `Sorting the Summary Buffer' from Jari Aalto
6053 <jari.aalto@cante.net>.
6054 (Example Methods): Add example for an indirect connection.
6055
6056 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
6057
6058 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
6059 (Agent Parameters): Updated parameter names to match code.
6060 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
6061 'gnus-agent-summary-fetch-series'.
6062 (Agent and flags): New section providing a generalized discussion
6063 of flag handling.
6064 (Agent and IMAP): Remove flag discussion.
6065 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
6066
6067 2007-10-28 Romain Francoise <romain@orebokech.com>
6068
6069 * gnus.texi (Exiting the Summary Buffer): Add new function
6070 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
6071
6072 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6073
6074 * gnus.texi (Conformity): Fix typo.
6075 (Customizing Articles): Document `first'.
6076
6077 2007-10-28 Jari Aalto <jari.aalto@cante.net>
6078
6079 * gnus.texi (Sorting the Summary Buffer):
6080 Add `gnus-thread-sort-by-date-reverse'. Add example
6081 host to different sorting in NNTP and RSS groups.
6082
6083 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6084
6085 * message.texi (Insertion): Describe prefix for
6086 message-mark-inserted-region and message-mark-insert-file.
6087
6088 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6089
6090 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
6091 LaTeX documents. Describe "text/x-gnus-verbatim".
6092
6093 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6094
6095 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
6096 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
6097 (spam-stat spam filtering, SpamOracle)
6098 (Extending the Spam ELisp package): Remove extra quote symbol for
6099 clarity.
6100
6101 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6102
6103 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
6104 gnus-article-delete-part and gnus-article-replace-part.
6105 (Using MIME): Add gnus-mime-replace-part.
6106
6107 2007-10-28 Romain Francoise <romain@orebokech.com>
6108
6109 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
6110 requires `auto-compression-mode' to be enabled. Add new nnml
6111 variable `nnml-compressed-files-size-threshold'.
6112
6113 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6114
6115 * gnus.texi (Sorting the Summary Buffer):
6116 Add gnus-thread-sort-by-recipient.
6117
6118 2007-10-28 Romain Francoise <romain@orebokech.com>
6119
6120 * message.texi (Insertion Variables): Mention new variable
6121 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
6122 documentation accordingly.
6123
6124 2007-10-28 Romain Francoise <romain@orebokech.com>
6125
6126 * gnus.texi (To From Newsgroups): Mention new variables
6127 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
6128
6129 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6130
6131 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
6132 stuff; gnus-mime-inline-part does the automatic decompression.
6133
6134 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6135
6136 * gnus.texi (Spam ELisp Package Configuration Examples):
6137 "training.ham" should be "training.spam".
6138
6139 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6140
6141 * message.texi (Mail Variables): Fix the default value for
6142 message-send-mail-function.
6143
6144 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6145
6146 * gnus.texi (Optional Back End Functions): nntp-request-update-info
6147 always returns nil exceptionally.
6148
6149 2007-10-28 Simon Josefsson <jas@extundo.com>
6150
6151 * gnus.texi (Article Washing): Add libidn URL.
6152 Suggested by Michael Cook <michael@waxrat.com>.
6153
6154 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6155
6156 * gnus.texi (Topic Commands): Fix next/previous.
6157
6158 2007-10-28 Simon Josefsson <jas@extundo.com>
6159
6160 * gnus.texi (Article Washing): Mention `W i'.
6161
6162 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
6163
6164 * gnus.texi (Group Parameters): Slight extension of sieve
6165 parameter description.
6166
6167 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6168
6169 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
6170 matching score files as well.
6171 (Picons): Describe `gnus-picon-style'.
6172
6173 2007-10-28 Romain Francoise <romain@orebokech.com>
6174
6175 * message.texi (Message Headers): Mention that headers are hidden
6176 using narrowing, and how to expose them.
6177 Update copyright.
6178
6179 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6180
6181 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
6182 `gnus-summary-sort-by-recipient'.
6183
6184 2007-10-28 Romain Francoise <romain@orebokech.com>
6185
6186 * gnus.texi (NNTP marks): New node.
6187 (NNTP): Move NNTP marks variables to the new node.
6188
6189 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6190
6191 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
6192
6193 * gnus.texi (MIME Commands, Hashcash): Markup fix.
6194
6195 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6196
6197 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
6198 everywhere for consistency.
6199 (Filtering Spam Using The Spam ELisp Package): Admonish again.
6200 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
6201 Say "regular expression" instead of "regex." Admonish.
6202 Pick other words to sound better (s/so/thus/).
6203 (Spam ELisp Package Filtering of Incoming Mail):
6204 Mention statistical filters. Remove old TODO.
6205 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
6206 New section on sorting and displaying the spam score.
6207 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
6208 backend but an alias to spam-use-BBDB.
6209 (Extending the Spam ELisp package): Rewrite the example using the
6210 new backend functionality.
6211
6212 2007-10-28 Simon Josefsson <jas@extundo.com>
6213
6214 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
6215 nntp-marks-directory, from Romain Francoise
6216 <romain@orebokech.com>.
6217
6218 2007-10-28 Magnus Henoch <mange@freemail.hu>
6219
6220 * gnus.texi (Hashcash): New default value of
6221 hashcash-default-payment.
6222
6223 2007-10-28 Simon Josefsson <jas@extundo.com>
6224
6225 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
6226 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
6227
6228 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6229
6230 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
6231
6232 2007-10-28 Simon Josefsson <jas@extundo.com>
6233
6234 * gnus.texi (documentencoding): Add, to avoid warnings.
6235
6236 2007-10-28 Simon Josefsson <jas@extundo.com>
6237
6238 * message.texi (Mail Headers): Add.
6239
6240 * gnus.texi (Hashcash): Fix.
6241
6242 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6243
6244 * gnus.texi (Hashcash): Change location of library, also mention
6245 that payments can be verified and fix the name of the
6246 hashcash-path variable.
6247
6248 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6249
6250 * gnus.texi (Article Display): Add `gnus-picon-style'.
6251
6252 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6253
6254 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
6255
6256 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6257
6258 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
6259 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
6260 warning about ham processors in spam groups removed.
6261
6262 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6263
6264 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
6265 From Hubert Chan <hubert@uhoreg.ca>.
6266
6267 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6268
6269 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
6270 (Mailing List): Typo.
6271 (Customizing Articles): Add gnus-treat-ansi-sequences.
6272 (Article Washing): Index.
6273
6274 * message.texi: Use m-dash consistently.
6275
6276 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6277
6278 * gnus.texi (GroupLens): Remove.
6279
6280 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
6281
6282 * gnus.texi (Outgoing Messages, Agent Variables):
6283 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
6284 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
6285
6286 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6287
6288 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
6289
6290 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6291
6292 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
6293
6294 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
6295
6296 2007-10-28 Simon Josefsson <jas@extundo.com>
6297
6298 * gnus.texi (Top): Add SASL.
6299
6300 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6301
6302 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
6303
6304 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6305
6306 * gnus.texi (Troubleshooting): Adjust Gnus version number.
6307
6308 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
6309
6310 * calc.texi (Formulas, Composition Basics): Lower the
6311 precedence of negation.
6312
6313 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
6314
6315 * ses.texi (The Basics): Mention how to create a new spreadsheet.
6316 Mention the new three-letter column identifiers.
6317 (More on cell printing): Calculate-cell and truncate-cell are now `c'
6318 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
6319 message when using `c' on an empty default with default printer.
6320 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
6321 renamed to `ses--symbolic-formulas' some time ago.
6322
6323 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
6324
6325 * calc.texi (Default Simplifications, Making Selections)
6326 (Customizing Calc): Clarify associativity of multiplication.
6327
6328 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
6329
6330 * tramp.texi (Traces and Profiles): Simplify loop over
6331 `trace-function-background'.
6332
6333 2007-10-22 Juri Linkov <juri@jurta.org>
6334
6335 * dired-x.texi (Shell Command Guessing): Default values are now
6336 available by typing M-n instead of M-p.
6337
6338 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
6339
6340 * tramp.texi (Cleanup remote connections): New section.
6341 (Password caching): Remove `tramp-clear-passwd'.
6342 It's not a command anymore.
6343 (Bug Reports): Add `tramp-bug' to function index.
6344 (Function Index, Variable Index): New nodes.
6345 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
6346
6347 * trampver.texi: Update release number.
6348
6349 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6350
6351 * calc.texi (History and Acknowledgements): Turn comment
6352 about integer size into past tense.
6353 (Time Zones): Remove pointer to Calc author's address.
6354 (Trigonometric and Hyperbolic Functions): Mention cotangent
6355 and hyperbolic cotangent. Fix typo.
6356
6357 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
6358
6359 Sync with Tramp 2.1.11.
6360
6361 * trampver.texi: Update release number.
6362
6363 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
6364
6365 * tramp.texi (External packages): New section.
6366
6367 2007-09-29 Juri Linkov <juri@jurta.org>
6368
6369 * info.texi (Help-Int): Document `L' (`Info-history').
6370
6371 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
6372
6373 * org.texi: Change links to webpage and maintained email.
6374 (Remember): Promote to Chapter, significant changes.
6375 (Fast access to TODO states): New section.
6376 (Faces for TODO keywords): New section.
6377 (Export options): Example for #+DATE.
6378 (Progress logging): Section moved.
6379
6380 2007-09-26 Bill Wohler <wohler@newt.com>
6381
6382 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
6383 browse-url-at-mouse.
6384
6385 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
6386
6387 * flymake.texi (Customizable variables): Face names don't end in -face.
6388 Fix flymake-err-line-patterns template.
6389 (Example -- Configuring a tool called directly): Fix init-function.
6390 (Highlighting erroneous lines): Face names don't end in -face.
6391
6392 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
6393
6394 * erc.texi (Special-Features): Fix small typo.
6395
6396 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
6397
6398 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
6399 and "External transfer methods".
6400
6401 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
6402
6403 * calc.texi (Predefined Units): Add some history.
6404
6405 2007-09-08 Michael Olson <mwolson@gnu.org>
6406
6407 * erc.texi (Copying): New section included from gpl.texi.
6408 This matches the look of the upstream ERC manual.
6409
6410 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
6411
6412 * calc.texi (History and Acknowledgements): Adjust the "thanks".
6413 (Random Numbers): Clarify the distribution of `random'.
6414
6415 2007-09-06 Glenn Morris <rgm@gnu.org>
6416
6417 Move manual sources from man/ to subdirectories of doc/.
6418 Split into the Emacs manual in emacs/, and other manuals in misc/.
6419 Change all setfilename commands to use ../../info.
6420 * Makefile.in: Move the parts of the old man/Makefile.in that do not
6421 refer to the Emacs manual here.
6422 (infodir): New variable.
6423 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
6424 (cc-mode.texi, faq.texi): Update references to source file locations.
6425 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
6426 do not refer to the Emacs manual here.
6427 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
6428
6429 * Makefile.in: Add `basename' versions of all info targets, for
6430 convenience when rebuilding just one manual.
6431 (../etc/GNU): Delete obsolete target.
6432 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
6433 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
6434 *.vrs *.toc here...
6435 (maintainer-clean): ...from here.
6436
6437 * makefile.w32-in (../etc/GNU): Delete obsolete target.
6438
6439 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
6440
6441 * calc.texi (Date Conversions): Clarify definition of
6442 Julian day numbering.
6443 (Date Forms): Clarify definition of Julian day numbering;
6444 add some history.
6445
6446 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
6447
6448 * org.texi: Version 5.07.
6449
6450 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6451
6452 * message.texi (MIME): Replace mml-attach with mml-attach-file.
6453
6454 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
6455
6456 * org.texi (Adding hyperlink types): New section.
6457 (Embedded LaTeX): Chapter updated because of LaTeX export.
6458 (LaTeX export): New section.
6459 (Using links out): New section.
6460
6461 2007-08-22 Glenn Morris <rgm@gnu.org>
6462
6463 * faq.texi (Learning how to do something): Refcards now in
6464 etc/refcards/ directory.
6465
6466 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6467
6468 * tramp.texi (Remote Programs): Persistency file must be cleared when
6469 changing `tramp-remote-path'.
6470 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
6471 macro.
6472
6473 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6474
6475 * calc.texi: Move contents to beginning of file.
6476 (Algebraic Entry): Fix the formatting of an example.
6477
6478 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6479
6480 * calc.texi (Basic Operations on Units): Mention exact versus
6481 inexact conversions.
6482
6483 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6484
6485 * calc.texi (Basic Operations on Units): Mention default
6486 values for new units.
6487 (Quick Calculator Mode): Mention that binary format will
6488 be displayed.
6489
6490 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6491
6492 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
6493
6494 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6495
6496 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
6497
6498 2007-08-08 Glenn Morris <rgm@gnu.org>
6499
6500 * gnus.texi, sieve.texi: Replace `iff'.
6501
6502 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6503
6504 * calc.texi (Basic Graphics): Mention the graphing of error
6505 forms.
6506 (Graphics Options): Mention how `g s' handles error forms.
6507 (Curve Fitting): Mention plotting the curves.
6508 (Standard Nonlinear Models): Add additional models.
6509 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
6510 (Linear Fits): Correct result.
6511
6512 2007-08-01 Alan Mackenzie <acm@muc.de>
6513
6514 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
6515 to "--no-site-file".
6516
6517 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
6518
6519 * tramp.texi (Frequently Asked Questions): Point to mode line
6520 extension in Emacs 23.1.
6521
6522 * trampver.texi: Update release number.
6523
6524 2007-07-27 Glenn Morris <rgm@gnu.org>
6525
6526 * calc.texi (Copying): Include license text from gpl.texi, rather than
6527 in-line.
6528
6529 2007-07-25 Glenn Morris <rgm@gnu.org>
6530
6531 * calc.texi (Copying): Replace license with GPLv3.
6532
6533 * Relicense all FSF files to GPLv3 or later.
6534
6535 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6536
6537 Sync with Tramp 2.1.10.
6538
6539 * tramp.texi (trampfn): Expand macro implementation in order to handle
6540 empty arguments.
6541 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
6542 occurrences by trampfn.
6543 (Frequently Asked Questions): Extend example code for host
6544 identification in the modeline. Add bbdb to approaches shortening Tramp
6545 file names to be typed.
6546
6547 * trampver.texi: Update release number.
6548
6549 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6550
6551 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6552 section. Reported by <poti@potis.org>.
6553 (Remote processes): Arguments of the program to be debugged are taken
6554 literally.
6555 (Frequently Asked Questions): Simplify recentf example.
6556
6557 2007-07-14 Karl Berry <karl@gnu.org>
6558
6559 * info.texi (@copying): New Back-Cover Text.
6560
6561 * info.texi (Quitting Info): Move to proper place in source.
6562 (Reported by Benno Schulenberg.)
6563
6564 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6565
6566 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6567
6568 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6569
6570 * emacs-mime.texi: Add @documentencoding directive.
6571
6572 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6573
6574 * tramp.texi (Remote processes): Add an anchor to the subsection
6575 "Running a debugger on a remote host".
6576
6577 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
6578
6579 * tramp.texi (Remote processes): Don't call it "experimental" any
6580 longer. Add subsection about running a debugger on a remote host.
6581
6582 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
6583
6584 * org.texi (Properties and columns): Chapter rewritten.
6585
6586 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6587
6588 * tramp.texi:
6589 * trampver.texi: Migrate to Tramp 2.1.
6590
6591 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
6592
6593 * org.texi (Properties): New chapter.
6594
6595 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6596
6597 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6598 Control Panel.
6599
6600 * gnus.texi (Misc Article): Add index entry for
6601 gnus-single-article-buffer.
6602
6603 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6604
6605 * gnus.texi (Starting Up): Fix typo.
6606
6607 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6608
6609 * gnus.texi (Asynchronous Fetching): Fix typo.
6610
6611 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6612
6613 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6614 (About This Manual): Remove redundant information.
6615 (Getting Started): Mention author.
6616 (Basic Arithmetic, Customizing Calc): Make description of the
6617 variable `calc-multiplication-has-precedence' match its new effect.
6618
6619 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6620
6621 * calc.texi (Basic Arithmetic, Customizing Calc):
6622 Mention the variable `calc-multiplication-has-precedence'.
6623
6624 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
6625
6626 * org.texi (Tag): Section swapped with node Timestamps.
6627 (Formula syntax for Lisp): Document new `L' flag.
6628
6629 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6630
6631 * gnus.texi (Misc Group Stuff, Summary Buffer)
6632 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6633
6634 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
6635
6636 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6637 * gnus.texi (Article Buttons, Mail Source Customization)
6638 (Sending or Not Sending, Customizing NNDiary):
6639 * message.texi (Message Headers):
6640 * mh-e.texi (HTML): Fix typos.
6641
6642 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
6643
6644 Sync with Tramp 2.0.56.
6645
6646 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6647 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6648
6649 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
6650
6651 * Version 22.1 released.
6652
6653 2007-05-26 Michael Olson <mwolson@gnu.org>
6654
6655 * erc.texi (Modules): Fix references to completion modules.
6656
6657 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6658
6659 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6660
6661 2007-05-09 Didier Verna <didier@xemacs.org>
6662
6663 * gnus.texi (Email Based Diary): New. Proper documentation for the
6664 nndiary back end and the gnus-diary library.
6665
6666 2007-05-03 Karl Berry <karl@gnu.org>
6667
6668 * .cvsignore (*.pdf): New entry.
6669
6670 * texinfo.tex: Update from current version for better pdf generation.
6671
6672 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6673
6674 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6675
6676 2007-04-28 Glenn Morris <rgm@gnu.org>
6677
6678 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6679 consideration of legal status.
6680
6681 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6682
6683 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6684
6685 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
6686
6687 * faq.texi (New in Emacs 22): python.el removed.
6688
6689 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6690
6691 * calc.texi (Reporting bugs): Update maintainer's address.
6692
6693 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
6694
6695 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6696
6697 2007-04-15 Jay Belanger <belanger@truman.edu>
6698
6699 * calc.texi (Title page): Remove the date.
6700 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6701 (The Standard Calc Interface): Change trail title.
6702 (Floats): Mention that when non-decimal floats are entered, only
6703 approximations are stored.
6704 (Copying): Move to the appendices.
6705 (GNU Free Documentation License): Add as an appendix.
6706
6707 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
6708
6709 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6710 * dired-x.texi, ebrowse.texi, ediff.texi:
6711 * emacs-mime.texi, erc.texi, eshell.texi:
6712 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6713 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6714 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6715 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6716 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6717 * woman.texi: Include GFDL.
6718
6719 * doclicense.texi: Remove node heading, so that it can be included by
6720 other files.
6721
6722 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6723
6724 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6725 than *.
6726
6727 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
6728
6729 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6730 in Calc.
6731
6732 2007-04-09 Romain Francoise <romain@orebokech.com>
6733
6734 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6735 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6736 replace mouse-2.
6737
6738 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
6739
6740 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6741 renamed to woman-use-topic-at-point. Document new behavior.
6742
6743 2007-04-08 Richard Stallman <rms@gnu.org>
6744
6745 * url.texi: Fix some indexing.
6746 (Disk Caching): Drop discussion of old/other Emacs versions.
6747
6748 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
6749
6750 * url.texi (Disk Caching): Say Emacs 21 "and later".
6751
6752 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6753 on Font locking which now mentions JIT lock.
6754
6755 2007-04-01 Michael Olson <mwolson@gnu.org>
6756
6757 * erc.texi: Update for the ERC 5.2 release.
6758
6759 2007-03-31 David Kastrup <dak@gnu.org>
6760
6761 * woman.texi (Topic, Interface Options): Explain changes semantics of
6762 woman-manpath in order to consider MANPATH_MAP entries.
6763
6764 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6765
6766 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6767
6768 2007-03-26 Richard Stallman <rms@gnu.org>
6769
6770 * pgg.texi (Caching passphrase): Clean up previous change.
6771
6772 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6773
6774 * gnus.texi (Setting Process Marks): Fix typo.
6775
6776 2007-03-25 Romain Francoise <romain@orebokech.com>
6777
6778 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6779 readability, and include various fixes by Daniel Brockman, Nick Roberts
6780 and Dieter Wilhelm.
6781
6782 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6783
6784 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6785
6786 * gnus.texi (Mail Source Specifiers): Fix typo.
6787
6788 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
6789
6790 * reftex.texi (Imprint): Update maintainer information.
6791
6792 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6793
6794 * message.texi (Message Buffers): Update documentation for
6795 message-generate-new-buffers.
6796
6797 2007-03-15 Daiki Ueno <ueno@unixuser.org>
6798
6799 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6800
6801 2007-03-21 Glenn Morris <rgm@gnu.org>
6802
6803 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6804
6805 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
6806
6807 * eshell.texi (Known problems): Emacs 21 -> 22.
6808
6809 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6810
6811 2007-03-18 Jay Belanger <belanger@truman.edu>
6812
6813 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6814
6815 2007-03-12 Glenn Morris <rgm@gnu.org>
6816
6817 * calc.texi (Time Zones): Switch to new North America DST rule.
6818
6819 * calc.texi: Replace "daylight savings" with "daylight
6820 saving" in text throughout.
6821
6822 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6823
6824 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6825 The variable now uses a list of symbols instead of just a symbol.
6826 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6827
6828 2007-03-06 Romain Francoise <romain@orebokech.com>
6829
6830 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6831 new packages, and mention Gnus update.
6832
6833 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6834
6835 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6836 nntp-open-connection-functions-never-echo-commands.
6837
6838 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
6839
6840 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6841 problems on the console, and security risk in not using gpg-agent.
6842
6843 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
6844
6845 * org.texi (The spreadsheet): Rename from "Table calculations".
6846 Completely reorganized and rewritten.
6847 (CamelCase links): Section removed.
6848 (Repeating items): New section.
6849 (Tracking TODO state changes): New section.
6850 (Agenda views): Chapter reorganized and rewritten.
6851 (HTML export): Section rewritten.
6852 (Tables in arbitrary syntax): New section.
6853 (Summary): Better feature summary.
6854 (Activation): Document problem with cut-and-paste of Lisp code
6855 from PDF files.
6856 (Visibility cycling): Document indirect buffer use.
6857 (Structure editing): Document sorting.
6858 (Remember): Section rewritten.
6859 (Time stamps): Better description of time stamp types.
6860 (Tag searches): Document regular expression search for tags.
6861 (Stuck projects): New section.
6862 (In-buffer settings): New keywords.
6863 (History and Acknowledgments): Updated description.
6864
6865 2007-02-24 Alan Mackenzie <acm@muc.de>
6866
6867 * cc-mode.texi (Movement Commands): Insert two missing command names.
6868 (Getting Started): Slight wording correction (use conditional).
6869
6870 2007-02-22 Kim F. Storm <storm@cua.dk>
6871
6872 * widget.texi (User Interface, Basic Types): Document need to put some
6873 text before the %v escape in :format string in editable-field widget.
6874
6875 2007-02-18 Romain Francoise <romain@orebokech.com>
6876
6877 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6878 `cvs-mode-quit'.
6879
6880 2007-02-10 Markus Triska <markus.triska@gmx.at>
6881
6882 * widget.texi (Programming Example): Put constant strings in :format.
6883
6884 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
6885
6886 * faq.texi (Fullscreen mode on MS-Windows): New node.
6887
6888 2007-02-04 David Kastrup <dak@gnu.org>
6889
6890 * faq.texi (AUCTeX): Update version number. Should probably be done
6891 for other packages as well.
6892
6893 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6894
6895 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6896 <tassilo@member.fsf.org>.
6897
6898 2007-01-27 Eli Zaretskii <eliz@gnu.org>
6899
6900 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6901 ls-lisp-use-localized-time-format.
6902
6903 2007-01-20 Markus Triska <markus.triska@gmx.at>
6904
6905 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6906
6907 2007-01-13 Michael Olson <mwolson@gnu.org>
6908
6909 * erc.texi (Modules): Mention capab-identify module.
6910
6911 2007-01-05 Michael Olson <mwolson@gnu.org>
6912
6913 * erc.texi (Getting Started): Update for /RECONNECT command.
6914
6915 2007-01-04 Richard Stallman <rms@gnu.org>
6916
6917 * ebrowse.texi: Change C-c b to C-c C-m.
6918
6919 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6920
6921 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6922 variables only in info to avoid redundant entries in the printed
6923 manual.
6924
6925 2007-01-02 Daiki Ueno <ueno@unixuser.org>
6926
6927 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6928
6929 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6930
6931 * message.texi (Security): Split into sub-nodes.
6932
6933 2007-01-01 Alan Mackenzie <acm@muc.de>
6934
6935 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6936 eval-after-load in Emacs <=21 and a workaround. Document that
6937 trigraphs are not supported.
6938
6939 2007-01-01 Alan Mackenzie <acm@muc.de>
6940
6941 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6942 c-context-line-break. When invoked within a string, preserve
6943 whitespace. Add a backslash only when also in a macro.
6944
6945 2007-01-01 Alan Mackenzie <acm@muc.de>
6946
6947 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6948
6949 2007-01-01 Alan Mackenzie <acm@muc.de>
6950
6951 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6952 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6953
6954 2007-01-01 Alan Mackenzie <acm@muc.de>
6955
6956 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6957 "Choosing a Style".
6958
6959 * cc-mode.texi ("Styles"): Add @dfn{style}.
6960
6961 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6962
6963 Sync with Tramp 2.0.55.
6964
6965 * trampver.texi: Update release number.
6966
6967 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6968
6969 * gnus.texi (Customizing Articles): Add index entries for all
6970 gnus-treat-* variables.
6971
6972 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
6973
6974 * gnus.texi (IMAP): Fix incorrect explanation of
6975 nnimap-search-uids-not-since-is-evil in documentation for
6976 nnimap-expunge-search-string.
6977
6978 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6979
6980 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6981 spam-ifile-database.
6982
6983 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6984
6985 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6986 rebind C-s.
6987
6988 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
6989
6990 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6991 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6992 "expiring mail".
6993 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6994 nnimap-nov-is-evil.
6995
6996 2006-12-25 Kevin Ryde <user42@zip.com.au>
6997
6998 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6999 about the key procedure being used heavily.
7000
7001 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
7002
7003 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
7004 to t.
7005 (Prerequisites): Add explanation about gpg-agent.
7006
7007 2006-12-22 Kevin Ryde <user42@zip.com.au>
7008
7009 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
7010 "sort" instead of "sort*".
7011
7012 2006-12-19 Richard Stallman <rms@gnu.org>
7013
7014 * calc.texi (History and Acknowledgements): Recognize that Emacs
7015 now does have floating point.
7016
7017 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
7018
7019 * tramp.texi (External transfer methods): Describe new method `scpc'.
7020
7021 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
7022
7023 * pgg.texi: Added short note on gpg-agent to the introduction.
7024
7025 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7026
7027 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
7028 also applies to Cc.
7029
7030 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7031
7032 * gnus.texi (X-Face): Clarify. Say which programs are required
7033 on Windows.
7034
7035 2006-12-08 Michael Olson <mwolson@gnu.org>
7036
7037 * erc.texi (Modules): Remove documentation for list module.
7038
7039 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
7040
7041 * faq.texi (^M in the shell buffer): Ditto.
7042
7043 2006-11-20 Michael Olson <mwolson@gnu.org>
7044
7045 * erc.texi: Call this the 5.2 stable pre-release of ERC.
7046
7047 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7048
7049 * org.texi: Fix typos.
7050 (Agenda commands): Document `C-k'.
7051
7052 2006-11-16 Eli Zaretskii <eliz@gnu.org>
7053
7054 * url.texi (http/https): Fix a typo in the HTTP URL.
7055
7056 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7057
7058 * ada-mode.texi: Total rewrite.
7059
7060 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7061
7062 * org.texi: Minor typo fixes.
7063
7064 2006-11-13 Bill Wohler <wohler@newt.com>
7065
7066 Release MH-E manual version 8.0.3.
7067
7068 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7069 release 8.0.3.
7070
7071 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
7072 to set MAILDIR.
7073 (Reading Mail): Document the customization of read-mail-command
7074 for MH-E.
7075 (Viewing Attachments): Document mm-discouraged-alternatives.
7076 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
7077 (Junk): Add more information about the settings of mh-junk-background
7078 in a program. Add /usr/bin/mh to PATH in examples.
7079
7080 2006-11-12 Richard Stallman <rms@gnu.org>
7081
7082 * woman.texi: Update author address but say he no longer maintains it.
7083
7084 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7085
7086 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
7087 archived trees.
7088 (Checkboxes): Section moved to chapter 5, and extended.
7089 (The date/time prompt): New section.
7090 (Link abbreviations): New section.
7091 (Presentation and sorting): New section.
7092 (Custom agenda views): Section completely rewritten.
7093 (Summary): Compare with Planner.
7094 (Feedback): More info about creating backtraces.
7095 (Plain lists): Modified example.
7096 (Breaking down tasks): New section.
7097 (Custom time format): New section.
7098 (Time stamps): Document inactive timestamps.
7099 (Setting tags): More details about fast tag selection.
7100 (Block agenda): New section.
7101 (Custom agenda views): Section rewritten.
7102 (Block agenda): New section.
7103
7104 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7105
7106 * tramp.texi (Configuration): scp is the default method.
7107 (Default Method): Use ssh as example for another method.
7108
7109 2006-10-27 Richard Stallman <rms@gnu.org>
7110
7111 * woman.texi: Downcase nroff/troff/roff.
7112 (Installation): Chapter deleted. Some xrefs deleted.
7113 (Background): woman doesn't advise man ;-).
7114
7115 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
7116
7117 * ada-mode.texi (Project files, Identifier completion)
7118 (Automatic Casing, Debugging, Using non-standard file names)
7119 (Working Remotely): Fix typos.
7120
7121 2006-10-20 Masatake YAMATO <jet@gyve.org>
7122
7123 * cc-mode.texi (Sample .emacs File): Add missing `)' in
7124 sample code `my-c-initialization-hook'.
7125
7126 2006-10-19 Stuart D. Herring <herring@lanl.gov>
7127
7128 * widget.texi: Fix typos.
7129
7130 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
7131
7132 * tramp.texi (Frequently Asked Questions): Remove questions marked with
7133 "???". There have been no complaints for years, so the information
7134 must be appropriate.
7135
7136 2006-10-16 Richard Stallman <rms@gnu.org>
7137
7138 * widget.texi: Use @var instead of capitalization.
7139 Clarify many widget type descriptions.
7140
7141 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7142
7143 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
7144 gnus-dired-attach.
7145 (Selecting a Group): Fix typo.
7146
7147 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
7148
7149 * widget.texi: Fix typos.
7150
7151 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
7152
7153 * gnus.texi (Image Enhancements): Update for Emacs 22.
7154
7155 * gnus-faq.texi ([1.3]): Update.
7156
7157 2006-10-06 Richard Stallman <rms@gnu.org>
7158
7159 * faq.texi (Displaying the current line or column):
7160 Delete "As of Emacs 20".
7161
7162 2006-10-06 Romain Francoise <romain@orebokech.com>
7163
7164 * faq.texi (VM): VM works with Emacs 22 too.
7165
7166 2006-10-06 Richard Stallman <rms@gnu.org>
7167
7168 * ebrowse.texi: Remove Emacs version "21" from title.
7169
7170 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
7171
7172 * gnus.texi (Foreign Groups): Say where change of editing commands are
7173 stored. Add reference to `gnus-parameters'.
7174
7175 2006-09-15 Jay Belanger <belanger@truman.edu>
7176
7177 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
7178 Change "Library Public License" to "Lesser Public License"
7179 throughout. Use "yyyy" to represent year.
7180
7181 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
7182
7183 * org.texi (Setting tags): Typo fix.
7184
7185 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
7186
7187 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
7188
7189 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
7190
7191 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
7192
7193 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7194
7195 * faq.texi (Escape sequences in shell output): EMACS is now set
7196 to Emacs's absolute file name, not to "t".
7197 (^M in the shell buffer): Likewise.
7198 * misc.texi (Interactive Shell): Likewise.
7199
7200 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7201
7202 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
7203 mails with pop3-leave-mail-on-server. Fix wording.
7204 (Limiting): Improve gnus-summary-limit-to-articles.
7205 (X-Face): Fix typo.
7206
7207 2006-09-11 Simon Josefsson <jas@extundo.com>
7208
7209 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
7210 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
7211
7212 2006-09-06 Simon Josefsson <jas@extundo.com>
7213
7214 * smtpmail.texi (Authentication): Mention SSL.
7215
7216 2006-09-01 Eli Zaretskii <eliz@gnu.org>
7217
7218 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
7219 Don't use @indicateurl.
7220
7221 * cc-mode.texi (Subword Movement): Don't use @headitem.
7222 (Custom Braces, Clean-ups): Don't use @tie.
7223
7224 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
7225
7226 Sync with Tramp 2.0.54.
7227
7228 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
7229 Suggested by Adrian Phillips <a.phillips@met.no>.
7230
7231 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7232
7233 * org.texi (Installation, Activation): Split from Installation and
7234 Activation.
7235 (Clocking work time): Documented new features.
7236
7237 2006-08-13 Alex Schroeder <alex@gnu.org>
7238
7239 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
7240 example.
7241
7242 2006-08-12 Eli Zaretskii <eliz@gnu.org>
7243
7244 * faq.texi (How to add fonts): New node.
7245
7246 2006-08-05 Romain Francoise <romain@orebokech.com>
7247
7248 * faq.texi (New in Emacs 22): Expand.
7249
7250 2006-08-03 Michael Olson <mwolson@gnu.org>
7251
7252 * erc.texi: Update for ERC 5.1.4.
7253
7254 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7255
7256 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
7257 in .../site-lisp/gnus/ by default.
7258 [ From gnus-news.texi in the trunk. ]
7259
7260 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7261
7262 * gnus.texi (MIME Commands): Additions for yEnc.
7263
7264 2006-07-24 Richard Stallman <rms@gnu.org>
7265
7266 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
7267 * faq.texi: Move periods and commas inside quotes.
7268
7269 2006-07-20 Jay Belanger <belanger@truman.edu>
7270
7271 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
7272
7273 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
7274
7275 * faq.texi (Security risks with Emacs): Document Emacs 22
7276 file-local-variable mechanism.
7277
7278 2006-07-12 Michael Olson <mwolson@gnu.org>
7279
7280 * erc.texi: Update for ERC 5.1.3.
7281
7282 2006-07-12 Alex Schroeder <alex@gnu.org>
7283
7284 * rcirc.texi: Fix typos.
7285 (Getting started with rcirc): New calling convention for M-x irc.
7286 Mention #rcirc. Removed channel tracking.
7287 (Configuration): Change the names of all variables that got changed
7288 recently, eg. rcirc-server to rcirc-default-server. Added
7289 documentation for rcirc-authinfo, some background for Bitlbee, and
7290 rcirc-track-minor-mode.
7291 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
7292 Scrolling.
7293 (Reconnecting after you have lost the connection): Fix example code
7294 to match code changes.
7295
7296 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
7297
7298 * gnus.texi, message.texi: Fix typos.
7299
7300 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
7301
7302 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
7303 commands.
7304 (Global TODO list): Document the use of the variables
7305 `org-agenda-todo-ignore-scheduled' and
7306 `org-agenda-todo-list-sublevels'.
7307
7308 2006-07-05 Richard Stallman <rms@gnu.org>
7309
7310 * faq.texi (Scrolling only one line): Fix xref.
7311
7312 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7313
7314 * faq.texi (Evaluating Emacs Lisp code):
7315 Throughout, replace eval-current-buffer with eval-buffer.
7316
7317 2006-07-03 Richard Stallman <rms@gnu.org>
7318
7319 * rcirc.texi (Scrolling conservatively): Fix xref.
7320
7321 * pcl-cvs.texi (Viewing differences): Usage fix.
7322
7323 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
7324
7325 * org.texi (Agenda commands): Document `s' key to save all org-mode
7326 buffers.
7327
7328 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
7329
7330 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
7331 names. Mention `cvs-msg' face.
7332
7333 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
7334
7335 * org.texi (Checkboxes): New section.
7336
7337 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
7338
7339 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
7340 throughout this chapter.
7341
7342 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
7343
7344 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
7345 text for standalone vs Emacs info.
7346 (Help): Clarify header line description. Use mouse-1 for clicks.
7347 (Help-P): Use mouse-1 for clicks.
7348 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
7349 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
7350 (Choose menu subtopic): Remove gratuitous Emacs command names.
7351 (Help-FOO): Put usual behavior first.
7352 (Help-Xref): Clicking on xrefs works in Emacs.
7353 (Search Text): Clarify what the default behavior is.
7354 (Create Info buffer): Fix Emacs window/X window confusion.
7355 (Emacs Info Variables): Fix for new Emacs init file behavior.
7356
7357 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7358
7359 * gnus.texi (Summary Buffer Lines): Fix typo.
7360
7361 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
7362
7363 * org.texi (Embedded LaTeX): New chapter.
7364 (Archiving): Section rewritten.
7365 (Enhancing text): Some parts moved to the new chapter about LaTeX.
7366
7367 2006-06-20 Bill Wohler <wohler@newt.com>
7368
7369 Release MH-E manual version 8.0.1.
7370
7371 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7372 release 8.0.1.
7373 (Preface): Depend on GNU mailutils 1.0 and higher.
7374
7375 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7376
7377 * message.texi (News Headers): Update message-syntax-checks section.
7378
7379 2006-06-19 Karl Berry <karl@gnu.org>
7380
7381 * info.texi (Advanced): Mention C-q, especially with ?.
7382
7383 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
7384
7385 * org.texi (Publishing links): Document the `:link-validation-function'
7386 property.
7387 (Extensions and Hacking): New chapter, includes some sections of the
7388 "Miscellaneous" chapter.
7389
7390 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
7391
7392 * org.texi (Progress logging): New section.
7393
7394 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
7395
7396 * org.texi (ASCII export): Document indentation adaptation.
7397 (Setting tags): Document mutually-exclusive tags.
7398
7399 2006-06-05 Romain Francoise <romain@orebokech.com>
7400
7401 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
7402 Fix typo.
7403
7404 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
7405 channel (#gnus@irc.freenode.net).
7406 Fix typos. Update copyright notice.
7407
7408 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
7409 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
7410 (Line-Up Functions, Custom Macros):
7411 * ediff.texi (Window and Frame Configuration)
7412 (Highlighting Difference Regions):
7413 * emacs-mime.texi (Display Customization):
7414 * erc.texi (History):
7415 * eshell.texi (Known problems):
7416 * eudc.texi (Overview, BBDB):
7417 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
7418 (The problem of spam, SpamOracle, Extending the Spam package)
7419 (Conformity, Terminology):
7420 * idlwave.texi (Routine Info)
7421 (Class and Keyword Inheritance, Padding Operators)
7422 (Breakpoints and Stepping, Electric Debug Mode)
7423 (Examining Variables, Troubleshooting):
7424 * org.texi (Creating timestamps):
7425 * reftex.texi (Commands, Options, Changes):
7426 * tramp.texi (Inline methods, Password caching)
7427 (Auto-save and Backup, Issues):
7428 * vip.texi (Files, Commands in Insert Mode):
7429 * viper.texi (Emacs Preliminaries, States in Viper)
7430 (Packages that Change Keymaps, Viper Specials, Groundwork):
7431 Fix various typos.
7432
7433 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
7434
7435 * ediff.texi: Fix typos.
7436
7437 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
7438
7439 * org.texi: Small typo fixes.
7440
7441 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7442
7443 * viper.texi (Viper Specials):
7444 * gnus.texi (Example Setup):
7445 * faq.texi (Backspace invokes help):
7446 * dired-x.texi (Optional Installation Dired Jump):
7447 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
7448 follow coding conventions.
7449
7450 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
7451
7452 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
7453
7454 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7455
7456 * pcl-cvs.texi: Fix typos.
7457 (Customization): Say "us".
7458
7459 2006-05-26 Eli Zaretskii <eliz@gnu.org>
7460
7461 * org.texi: Remove bogus @setfilename.
7462
7463 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
7464
7465 * org.texi (ASCII export): Omit command name.
7466 (HTML export): Add prefix to all lines in Local Variable example.
7467 (Acknowledgments): Typeset names in italics.
7468
7469 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
7470
7471 * org.texi (Plain lists): Add new item navigation commands.
7472 (External links): Document elisp and info links.
7473 (Custom searches): New section.
7474 (Publishing): New chapter.
7475 (HTML export): Include a list of supported CSS classes.
7476 (Setting tags): Describe the fast-tag-setting interface.
7477
7478 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
7479
7480 * dired-x.texi: ifinfo -> ifnottex.
7481
7482 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
7483
7484 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
7485
7486 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
7487
7488 * message.texi (Interface): Add tool bar customization.
7489 (MIME): Index and text additions for mml-attach.
7490 (MIME): Describe mml-dnd-protocol-alist and
7491 mml-dnd-attach-options.
7492
7493 * gnus.texi (Oort Gnus): Reorder entries in sections.
7494 Fix some entries.
7495 (Starting Up): Add references to "Emacs for Heathens" and to
7496 "Finding the News". Add user-full-name and user-mail-address.
7497 (Group Buffer Format): Add tool bar customization and update.
7498 (Summary Buffer): Add tool bar customization.
7499 (Posting Styles): Add message-alternative-emails.
7500
7501 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
7502
7503 * tramp.texi (Filename completion): Improve wording.
7504
7505 2006-05-07 Romain Francoise <romain@orebokech.com>
7506
7507 * faq.texi (Using regular expressions): Fix typo.
7508 (Packages that do not come with Emacs): Fix capitalization.
7509 (Replacing text across multiple files): Expand node to explain how
7510 to use `dired-do-query-replace-regexp' in more detail, based on
7511 suggestion by Eric Hanchrow <offby1@blarg.net>.
7512
7513 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
7514
7515 * tramp.texi (Filename completion): Completion of remote files'
7516 method, user name and host name is active only in partial
7517 completion mode.
7518
7519 2006-05-06 Bill Wohler <wohler@newt.com>
7520
7521 Release MH-E manual version 8.0.
7522
7523 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7524 release 8.0.
7525
7526 2006-05-06 Bill Wohler <wohler@newt.com>
7527
7528 * mh-e.texi (MH-BOOK-HOME): Change from
7529 http://www.ics.uci.edu/~mh/book/mh to
7530 http://rand-mh.sourceforge.net/book/mh.
7531 Replace .htm suffix with .html for MH book files.
7532 (Using This Manual): Update key binding for getting relevant
7533 chapter in Info from command key.
7534 (Ranges): Fix itemx.
7535
7536 2006-05-05 Karl Berry <karl@gnu.org>
7537
7538 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7539 (\fonttextsize): New user-level command to change text font size.
7540
7541 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7542
7543 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7544
7545 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7546
7547 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7548
7549 2006-04-24 Bill Wohler <wohler@newt.com>
7550
7551 * mh-e.texi (Getting Started): Make it more explicit that you need
7552 to install MH. Add pointers to current MH implementations.
7553
7554 2006-04-21 Bill Wohler <wohler@newt.com>
7555
7556 Release MH-E manual version 7.94.
7557
7558 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7559 release 7.94.
7560
7561 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
7562
7563 * org.texi: Many small fixes.
7564 (Handling links): Rename from "Managing links".
7565
7566 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7567
7568 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7569 (Splitting mail using spam-stat): Fix @xref.
7570
7571 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
7572
7573 * gnus.texi (Spam Package): Major revision of the text.
7574 Previously this node was "Filtering Spam Using The Spam ELisp Package".
7575
7576 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
7577
7578 * org.texi (Time stamps): Better explanation of the purpose of
7579 different time stamps.
7580 (Structure editing, Plain lists): More details on how new items
7581 and headings are inserted.
7582
7583 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
7584
7585 * org.texi (Formula syntax): Fix link to Calc Manual.
7586
7587 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7588
7589 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7590
7591 2006-04-17 Bill Wohler <wohler@newt.com>
7592
7593 * mh-e.texi (Folders): Update mh-before-quit-hook and
7594 mh-quit-hook example with code that removes the buffers rather
7595 than just bury them.
7596
7597 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
7598
7599 Sync with Tramp 2.0.53.
7600
7601 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7602
7603 * org.texi (Updating settings): New section.
7604 (Visibility cycling): Better names for the startup folding
7605 options.
7606 (Exporting): Completely restructured.
7607 (The very busy C-c C-c key): New section.
7608 (Summary of in-buffer settings): New section.
7609
7610 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7611
7612 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7613
7614 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7615
7616 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7617 (Server Commands): Key `v' is reserved for users.
7618
7619 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
7620
7621 * org.texi (Link format): New section, emphasis on bracket links.
7622 (External links): Document bracket links.
7623 (FAQ): Expand to cover shell links and the new link format.
7624
7625 2006-04-09 Kevin Ryde <user42@zip.com.au>
7626
7627 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7628
7629 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7630
7631 * gnus.texi (Summary Buffer Lines): Add `*'.
7632
7633 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
7634
7635 * gnus.texi (Group Parameters):
7636 Mention gnus-permanently-visible-groups.
7637
7638 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7639
7640 * gnus.texi (Face): Fix typo.
7641
7642 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7643
7644 * gnus.texi (X-Face): Clarify.
7645 (Face): Need Emacs with PNG support.
7646
7647 2006-04-06 Richard Stallman <rms@gnu.org>
7648
7649 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7650 Emacs".
7651
7652 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7653
7654 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7655 blocks not suitable for inclusion with Emacs using variable
7656 PARTOFEMACS.
7657
7658 2006-04-04 Simon Josefsson <jas@extundo.com>
7659
7660 * gnus.texi (Security): Improve.
7661
7662 2006-04-02 Bill Wohler <wohler@newt.com>
7663
7664 * mh-e.texi (Getting Started, Junk, Bug Reports)
7665 (MH FAQ and Support): Fix URLs.
7666
7667 2006-03-31 Romain Francoise <romain@orebokech.com>
7668
7669 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7670 to t, not nil (and has for the past eight years).
7671
7672 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7673
7674 * message.texi, gnus.texi: Bump version to 5.11.
7675
7676 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7677
7678 * gnus.texi (Top): Add comment about version line.
7679
7680 * message.texi (Top): Ditto. Change to take named versions into
7681 account.
7682
7683 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7684
7685 * gnus.texi (Posting Styles): Add x-face-file to example.
7686 (X-Face): Refer to posting styles.
7687
7688 * gnus-faq.texi ([5.8]): Add x-face-file.
7689 ([8.4]): Add links to gmane.emacs.gnus.user and
7690 gmane.emacs.gnus.general.
7691
7692 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7693
7694 * gnus-faq.texi: Use .invalid.
7695 ([5.4]): Fix gnus-posting-styles example.
7696
7697 2006-03-27 Romain Francoise <romain@orebokech.com>
7698
7699 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7700 Emacs/W3 needs a new maintainer.
7701 (Ispell): Update author and version info.
7702 (Mailcrypt): Mention PGG.
7703 (New in Emacs 22): Add PGG to the list of new packages.
7704 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7705 updating dead URLs.
7706
7707 2006-03-25 Karl Berry <karl@gnu.org>
7708
7709 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7710 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7711 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7712 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7713 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7714 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7715 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7716 (2) do not indent copyright year list (or anything else).
7717
7718 2006-03-21 Bill Wohler <wohler@newt.com>
7719
7720 * mh-e.texi (Folders): Various edits.
7721
7722 2006-03-20 Romain Francoise <romain@orebokech.com>
7723
7724 * gnus.texi (Mail Folders): Grammar fix.
7725
7726 2006-03-19 Bill Wohler <wohler@newt.com>
7727
7728 * mh-e.texi (Replying): Document Mail-Followup-To.
7729 Change manually-formatted table to multitable. Add debugging info.
7730 Move description of mh-reply-default-reply-to into paragraph
7731 that describes its values.
7732
7733 2006-03-17 Bill Wohler <wohler@newt.com>
7734
7735 * mh-e.texi: Use smallexample and smalllisp consistently.
7736 (Sending Mail Tour): Update method of entering
7737 addresses and subject.
7738 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7739 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7740
7741 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
7742
7743 * org.texi: Version number change only.
7744
7745 2006-03-14 Bill Wohler <wohler@newt.com>
7746
7747 * mh-e.texi: Add index entries around each paragraph rather than
7748 depend on entries from beginning of node. Doing so ensures that
7749 index entries are less likely to be forgotten if text is cut and
7750 pasted, and are necessary anyway if the references are on a
7751 separate page. It seems that makeinfo is now (v. 4.8) only
7752 producing one index entry per node, so there is no longer any
7753 excuse not to. Use subheading instead of heading. The incorrect
7754 use of heading produced very large fonts in Info--as large as the
7755 main heading.
7756 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7757 versions 6 and 7 appeared *around* the time of these Emacs releases.
7758
7759 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
7760
7761 * org.texi (Clean view): Document new startup options.
7762
7763 2006-03-11 Bill Wohler <wohler@newt.com>
7764
7765 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7766 (Composing, Scan Line Formats): Fix @refs.
7767 (Getting Started): Define MH profile and MH profile components.
7768 (Incorporating Mail, Reading Mail, Viewing, Printing)
7769 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7770 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7771 for string constants.
7772 (Tool Bar): Remove spurious quote.
7773 (Junk): Use ``...'' instead of "...".
7774 (Scan Line Formats): Replace @samp with @kbd.
7775
7776 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7777
7778 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7779
7780 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7781
7782 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7783 easy to understand.
7784
7785 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7786
7787 * gnus.texi: Markup fix.
7788 (Fancy Mail Splitting): Specify new feature.
7789
7790 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7791
7792 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7793 partial-words matching.
7794
7795 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7796
7797 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7798
7799 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7800 (MIME Commands): Fix mm-discouraged-alternatives.
7801
7802 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
7803
7804 * org.texi: Version number change only.
7805
7806 2006-03-06 Bill Wohler <wohler@newt.com>
7807
7808 * mh-e.texi: Move from SourceForge repository to Savannah.
7809 This is version 7.93, which is a total rewrite from the previous
7810 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7811 version 7.93.
7812
7813 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7814
7815 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7816
7817 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
7818
7819 * org.texi (Interaction): Add item about `org-mouse.el' by
7820 Piotr Zielinski.
7821 (Managing links): Document that also mouse-1 can be used to
7822 activate a link.
7823 (Headlines, FAQ): Add entry about hiding leading stars.
7824 (Miscellaneous): Resort the sections in this chapter to a more
7825 logical sequence.
7826
7827 2006-02-27 Simon Josefsson <jas@extundo.com>
7828
7829 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7830 2004-01-27 from the trunk).
7831
7832 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7833
7834 * cc-mode.texi: Rename c-hungry-backspace to
7835 c-hungry-delete-backwards, at the request of RMS. Leave the old
7836 name as an alias.
7837
7838 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7839
7840 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7841 include the function header within the defun.
7842
7843 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7844
7845 * cc-mode.texi: Correct two typos.
7846
7847 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7848
7849 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7850 existing comment.
7851 (Electric Keys): Add a justification for electric indentation.
7852 (Hungry WS Deletion): Clear up the names and complications of the
7853 BACKSPACE and DELETE keys.
7854
7855 2006-02-23 Juri Linkov <juri@jurta.org>
7856
7857 * faq.texi (Common requests): Move `Turning on auto-fill by
7858 default' after `Wrapping words automatically'. Move `Working with
7859 unprintable characters' before `Searching for/replacing newlines'.
7860 Move `Replacing highlighted text' after `Highlighting a region'.
7861 Merge `Repeating commands' and `Repeating a command as many times
7862 as possible' into the former.
7863 (Packages that do not come with Emacs): Add refs to Gmane and
7864 etc/MORE.STUFF.
7865
7866 2006-02-23 Juri Linkov <juri@jurta.org>
7867
7868 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7869 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7870 Add xref to `(emacs)Reporting Bugs'.
7871 (Getting a printed manual): Add URL to other formats of the manual.
7872 (Common requests): Fix menu.
7873 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7874 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7875 (Inserting text at the beginning of each line): Add pxref to
7876 `Changing the included text prefix'.
7877 (Forcing the cursor to remain in the same column): Mention `track-eol'
7878 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7879 (Replacing text across multiple files): Add keybinding `Q' for
7880 `dired-do-query-replace'.
7881
7882 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
7883
7884 * reftex.texi: Version number and date change only.
7885
7886 * org.texi (Internal Links): Rewrite to cover the modified
7887 linking system.
7888
7889 2006-02-17 Eli Zaretskii <eliz@gnu.org>
7890
7891 * faq.texi: Remove the coding cookie, it's not needed anymore.
7892
7893 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7894
7895 * faq.texi (Colors on a TTY): Mention Mac OS port.
7896
7897 2006-02-12 Karl Berry <karl@gnu.org>
7898
7899 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7900 8-bit accented a.
7901
7902 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7903
7904 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7905
7906 2006-02-08 Romain Francoise <romain@orebokech.com>
7907
7908 * faq.texi (Top): Remove paragraph about the FAQ being a
7909 transitional document, etc.
7910 (Searching for/replacing newlines): New node.
7911 (Yanking text in isearch): New node.
7912 (Inserting text at the beginning of each line): Rename and make
7913 more general, mention `M-;' in Message mode.
7914
7915 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7916
7917 * faq.texi (Meta key does not work in xterm)
7918 (Emacs does not display 8-bit characters)
7919 (Inputting eight-bit characters): Update xrefs.
7920
7921 2006-02-06 Romain Francoise <romain@orebokech.com>
7922
7923 * faq.texi (VM): VM now at version 7.19.
7924 Set myself as maintainer of this file.
7925
7926 2006-02-04 Michael Olson <mwolson@gnu.org>
7927
7928 * erc.texi (History): Note that ERC is now included with Emacs.
7929
7930 2006-01-31 Romain Francoise <romain@orebokech.com>
7931
7932 * message.texi (Message Headers): Explain what
7933 `message-alternative-emails' does in more detail.
7934 Update copyright year.
7935
7936 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
7937
7938 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7939
7940 2006-01-29 Richard M. Stallman <rms@gnu.org>
7941
7942 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7943
7944 2006-01-29 Michael Olson <mwolson@gnu.org>
7945
7946 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7947
7948 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7949
7950 * faq.texi (New in Emacs 22): Mention ERC.
7951
7952 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7953
7954 * rcirc.texi: Capitalize dir entry for consistency with the entry
7955 in info/dir and other entries in the Emacs category.
7956 Fix typos. Delete trailing whitespace.
7957
7958 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
7959
7960 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7961
7962 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7963
7964 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7965 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7966
7967 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7968 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7969
7970 2006-01-27 Alex Schroeder <alex@gnu.org>
7971
7972 * rcirc.texi: New file.
7973
7974 2006-01-23 Juri Linkov <juri@jurta.org>
7975
7976 * widget.texi (User Interface): Add S-TAB for widget-backward.
7977
7978 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
7979
7980 Sync with Tramp 2.0.52.
7981
7982 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7983 Add Tramp disabling item. New item for common connection problems.
7984 (various): Apply "ftp" as method for the download URL.
7985 (Bug Reports): Refer to FAQ for common problems.
7986
7987 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7988
7989 * widget.texi (User Interface): Use @key for TAB.
7990
7991 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7992
7993 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7994 for TAB.
7995
7996 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7997
7998 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7999
8000 * gnus.texi: Update copyright.
8001
8002 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8003
8004 * gnus.texi (Article Washing): Additions.
8005
8006 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
8007
8008 * org.texi (Agenda commands): Document tags command.
8009
8010 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8011
8012 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
8013
8014 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8015
8016 * gnus.texi (RSS): Addition.
8017
8018 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8019
8020 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
8021
8022 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8023
8024 * emacs-mime.texi (Display Customization): Add setting example to
8025 mm-discouraged-alternatives.
8026
8027 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
8030 version is the canonical version.
8031
8032 2006-01-08 Alex Schroeder <alex@gnu.org>
8033
8034 * pgg.texi (Caching passphrase): Rewording.
8035
8036 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8037
8038 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
8039 repository URL.
8040
8041 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
8042
8043 * org.texi: Removed the accidentally re-added empty line in the
8044 direntry.
8045
8046 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8047
8048 * org.texi (Agenda Views): Chapter reorganized.
8049
8050 2005-12-29 Romain Francoise <romain@orebokech.com>
8051
8052 * faq.texi (Using Customize): New node.
8053
8054 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8055
8056 * org.texi: Remove blank line in @direntry. It is non-standard
8057 and recursively produces blank lines all over the dir file (when
8058 using Texinfo 4.8).
8059
8060 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8061
8062 * widget.texi (atoms): Delete obsolete remark about `file' widget.
8063
8064 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8065
8066 * org.texi (Tags): Boolean logic documented.
8067 (Agenda Views): Document custom commands.
8068
8069 2005-12-20 David Kastrup <dak@gnu.org>
8070
8071 * faq.texi (AUCTeX): Update version and mailing list info.
8072
8073 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8074
8075 * gnus.texi (MIME Commands): Mention addition of
8076 multipart/alternative to gnus-buttonized-mime-types and add xref
8077 to mm-discouraged-alternatives.
8078
8079 * emacs-mime.texi (Display Customization): Mention addition of
8080 "image/.*" and add xref to gnus-buttonized-mime-types in the
8081 mm-discouraged-alternatives section.
8082
8083 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8084
8085 * org.texi (Tags): New section.
8086 (Agenda Views): Chapter reorganized.
8087
8088 2005-12-16 Eli Zaretskii <eliz@gnu.org>
8089
8090 * org.texi (Internal Links): Add a missing comma after an @xref.
8091
8092 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
8093
8094 * faq.texi (Filling paragraphs with a single space): No need to
8095 change sentence-end now.
8096
8097 2005-12-13 Romain Francoise <romain@orebokech.com>
8098
8099 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
8100
8101 2005-12-12 Jay Belanger <belanger@truman.edu>
8102
8103 * faq.texi (Calc): Update version number.
8104
8105 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8106
8107 * org.texi (Progress Logging): New section.
8108
8109 2005-12-10 Romain Francoise <romain@orebokech.com>
8110
8111 Update the Emacs FAQ for the 22.1 release.
8112
8113 * faq.texi: Set VER to `22.1'.
8114 (Basic editing): Explain how to use localized versions of the
8115 Tutorial. Mention that `C-h r' displays the manual.
8116 Delete obsolete WWW link to an Emacs 18 tutorial.
8117 (Getting a printed manual): Point to the new locations of the
8118 manuals on the GNU Web site.
8119 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
8120 available via Info (it was previously distributed separately).
8121 (Installing Texinfo documentation): The latest version of Texinfo
8122 is 4.8, not 4.0.
8123 (Informational files for Emacs): COPYING is the GNU General Public
8124 License, not the Emacs General Public License.
8125 (Informational files for Emacs): Delete obsolete link to the
8126 GNUinfo pages as they have been removed from the GNU Web site.
8127 (New in Emacs 22): New node.
8128 (Setting up a customization file): Say that most packages support
8129 Customize nowadays.
8130 (Colors on a TTY): Delete reference to instructions on how to
8131 enable syntax highlighting, it is now enabled by default.
8132 (Turning on abbrevs by default): Emacs now reads the abbrevs file
8133 at startup automatically.
8134 (Controlling case sensitivity): Mention `M-c' in isearch.
8135 (Using an already running Emacs process): Emacs now creates the
8136 socket in `/tmp/emacsUID'. Fix typos. Change default location of
8137 gnuserv. As emacsclient can now run Lisp code as well, delete a
8138 sentence praising gnuserv for that. Simplify description of how
8139 the client/server operation works.
8140 (Compiler error messages): Delete obsolete text (compile.el has
8141 been rewritten).
8142 (Indenting switch statements): Fix typo.
8143 (Matching parentheses): Simplify setup instructions, mention the
8144 menu bar item in the Options menu.
8145 (Repeating a command as many times as possible): Mention `C-x e'.
8146 (Going to a line by number): Mention new keymap and bindings
8147 `M-g M-g', `M-g M-p' and `M-g M-n'.
8148 (Turning on syntax highlighting): Now on by default. Simplify.
8149 (Replacing highlighted text): Use `1', not `t'.
8150 (Problems with very large files): The maximum size is now 256MB on
8151 32-bit machines.
8152 (^M in the shell buffer): Mention `comint-process-echoes'.
8153 (Emacs for Apple computers): Emacs 22 has native support for Mac
8154 OS X.
8155 (Translating names to IP addresses): Delete node.
8156 (Binding keys to commands): Fix typo.
8157 (SPC no longer completes file names): New node.
8158 (MIME with Emacs mail packages): Delete section about the Emacs
8159 MIME FAQ (it's not reachable anymore).
8160
8161 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8162
8163 * cc-mode.texi: The manual has been extensively revised: the
8164 information about using CC Mode has been separated from the larger
8165 and more difficult chapters about configuration. It has been
8166 updated for CC Mode 5.31.
8167
8168 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8169
8170 * pgg.texi (User Commands): Fix description of pgg-verify-region.
8171 (Selecting an implementation): Fix descriptions.
8172
8173 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8174
8175 * message.texi (Various Message Variables): Addition.
8176
8177 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8178
8179 * message.texi: Fix default values.
8180
8181 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8182
8183 * message.texi (Header Commands): Clarify descriptions of
8184 message-cross-post-followup-to, message-reduce-to-to-cc, and
8185 message-insert-wide-reply.
8186 (Various Commands): Fix kindex for message-kill-to-signature;
8187 clarify description of message-tab.
8188
8189 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
8190
8191 * message.texi (Mailing Lists): Fix description about MFT.
8192
8193 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
8194
8195 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8196
8197 * gnus.texi (Slow Terminal Connection): Replace old description
8198 with new one.
8199
8200 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
8201
8202 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
8203 replace X-Draft-Headers with X-Draft-From.
8204
8205 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8206
8207 * gnus.texi (Various Various): Fix the default value of
8208 nnheader-max-head-length.
8209 (Gnus Versions): Fix typo.
8210
8211 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8212
8213 * org.texi (Structure editing): Document new functionality of
8214 M-RET.
8215
8216 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
8217
8218 * org.texi (Internal Links): Fix Texinfo usage.
8219
8220 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8221
8222 * org.texi (TODO basics): Document the global todo list.
8223 (TODO items): Documents sparse tree for specific TODO
8224 keywords.
8225
8226 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
8227
8228 * org.texi (Plain Lists): Typos fixed.
8229
8230 2005-11-28 Jay Belanger <belanger@truman.edu>
8231
8232 * calc.texi: Change references of `M-#' to `C-x *' prefix.
8233
8234 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
8235
8236 * org.texi (Structure editing): New item moving commands added.
8237 (Plain Lists): New section.
8238
8239 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
8240
8241 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
8242 (Agenda): Document commands `org-cycle-agenda-files' and
8243 `org-agenda-file-to-front'.
8244 (Built-in table editor): Document `org-table-sort-lines'.
8245 (HTML formatting): Export of hand-formatted lists.
8246
8247 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8248
8249 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
8250 new variable gnus-toolbar-thickness.
8251
8252 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
8253
8254 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
8255
8256 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8257
8258 * gnus.texi (X-Face): Fix description.
8259 (XVarious): Remove gnus-xmas-logo-color-alist and
8260 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
8261
8262 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8263
8264 * gnus.texi (Group Parameters): Mention new variable
8265 gnus-parameters-case-fold-search.
8266 (Home Score File): Addition.
8267
8268 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8269
8270 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
8271 (Overview): List supported feed types.
8272 (Installation): No installation necessary when using autoload.
8273 (Configuration): Rename "RSS" to "news".
8274
8275 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8276
8277 * pgg.texi (User Commands): Document additional passphrase
8278 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
8279 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
8280
8281 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8282
8283 * org.texi: Version number changed to 3.19.
8284
8285 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
8286
8287 * pgg.texi (How to use): Update the example to add autoload of
8288 pgg-encrypt-symmetric-region.
8289 (User Commands): Document pgg-encrypt-symmetric-region.
8290 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
8291
8292 2005-10-27 Jay Belanger <belanger@truman.edu>
8293
8294 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
8295 mention other TeX-related units.
8296
8297 2005-10-23 Lars Hansen <larsh@soem.dk>
8298
8299 * dired-x.texi (Miscellaneous Commands):
8300 Replace dired-do-relative-symlink by dired-do-relsymlink and
8301 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
8302
8303 2005-10-23 Jay Belanger <belanger@truman.edu>
8304
8305 * calc.texi (Predefined Units): Use `alpha' for the fine structure
8306 constant.
8307
8308 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8309
8310 * faq.texi (Bugs and problems):
8311 Replace `dired-move-to-filename-regexp' by
8312 `directory-listing-before-filename-regexp'.
8313
8314 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8315
8316 * newsticker.texi (UPDATED): Set value.
8317
8318 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
8319
8320 * gnus.texi (Document Groups): Remove duplicate item.
8321
8322 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
8323
8324 * org.texi (Summary): Mention iCalendar support.
8325 (Exporting): Document iCalendar support.
8326
8327 2005-10-18 Romain Francoise <romain@orebokech.com>
8328
8329 * viper.texi (Viper Specials): Capitalize GNU.
8330
8331 2005-10-17 Juri Linkov <juri@jurta.org>
8332
8333 * info.texi (Getting Started, Search Index, Expert Info):
8334 Fix wording.
8335 (Search Text): Replace `echo area' with `mode line'.
8336 (Search Index): Both `i' and `,' find all index entries.
8337 Replace example `C-f' with `C-l' (which exists in index of Info
8338 manual) and delete spaces in its keyboard input sequence.
8339 Delete unnecessary explanations about literal characters.
8340
8341 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
8342
8343 * gnus.texi (Document Server Internals): Addition.
8344
8345 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8346
8347 * gnus.texi (A note on namespaces): Fix RFC reference.
8348
8349 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8350
8351 * gnus.texi (RSS): Fix key description.
8352
8353 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8354
8355 * gnus.texi: Emacs/w3 -> Emacs/W3.
8356 (Browsing the Web): Fix description.
8357 (Web Searches): Ditto.
8358 (Customizing W3): Ditto.
8359
8360 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8361
8362 * gnus.texi (Maildir): Clarify expire-age and expire-group.
8363
8364 2005-10-11 Jay Belanger <belanger@truman.edu>
8365
8366 * calc.texi (Integration): Mention using `a i' to compute definite
8367 integrals.
8368
8369 2005-10-11 Juri Linkov <juri@jurta.org>
8370
8371 * info.texi: Rearrange nodes.
8372 (Top): Update menu. Change ref `Info for Experts' to
8373 `Advanced Info Commands'.
8374 (Getting Started): Fix description of manual's parts.
8375 (Help-Int): Change xref `Info Search' to `Search Index', and
8376 `Expert Info' to `Advanced'.
8377 (Advanced): Move node one level up.
8378 (Search Text, Search Index): New nodes split out from `Info Search'.
8379 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
8380 split out from `Advanced'.
8381 (Advanced, Emacs Info Variables): De-document editing an Info file
8382 in Info.
8383 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
8384 (Creating an Info File): Delete node and move its text to
8385 `Expert Info'.
8386
8387 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
8388
8389 * org.texi (Workflow states): Documented that change in keywords
8390 becomes active only after restart of Emacs.
8391
8392 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
8393
8394 Sync with Tramp 2.0.51.
8395
8396 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
8397
8398 * speedbar.texi (Introduction): Describe new location of speedbar
8399 on menubar.
8400 (Basic Key Bindings): Remove descriptions of bindings that have
8401 been removed.
8402
8403 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
8404
8405 * speedbar.texi (GDB): Describe use of watch expressions.
8406
8407 2005-09-28 Simon Josefsson <jas@extundo.com>
8408
8409 * message.texi (IDNA): Fix.
8410
8411 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8412
8413 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
8414 nntp-server-hook, and nntp-warn-about-losing-connection; fix
8415 description of nntp-open-connection-function.
8416 (Common Variables): Fix descriptions.
8417
8418 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
8419
8420 * gnus.texi (Server Buffer Format): Document the %a format spec.
8421
8422 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8423
8424 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
8425
8426 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
8427
8428 * org.texi Version 3.16.
8429
8430 2005-09-19 Miles Bader <miles@gnu.org>
8431
8432 * newsticker.texi: Get rid of CVS keywords.
8433
8434 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8435
8436 * gnus.texi (Finding the Parent): Fix description of how Gnus
8437 finds article.
8438
8439 2005-09-14 Jari Aalto <jari.aalto@cante.net>
8440
8441 * gnus.texi (Advanced Scoring Examples): New examples to teach how
8442 to drop off non-answered articles.
8443
8444 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
8445
8446 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
8447 braces (which are unsupported by NMAKE) for macro `srcdir'.
8448
8449 2005-09-17 Eli Zaretskii <eliz@gnu.org>
8450
8451 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8452 (../info/newsticker, newsticker.dvi): New targets.
8453
8454 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
8455
8456 * newsticker.texi: Replace @command with @code. Replace @example
8457 with @lisp.
8458 (Top): Add explanations to menu items.
8459 (GNU Free Documentation License): Remove.
8460
8461 2005-09-16 Romain Francoise <romain@orebokech.com>
8462
8463 Update all files to specify GFDL version 1.2.
8464
8465 * doclicense.texi (GNU Free Documentation License): Update to
8466 version 1.2.
8467
8468 2005-09-15 Richard M. Stallman <rms@gnu.org>
8469
8470 * newsticker.texi: Fix @setfilename.
8471
8472 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8473 (../info/newsticker, newsticker.dvi): New targets.
8474
8475 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
8476
8477 * org.texi: Version 3.15.
8478
8479 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
8480
8481 * ses.texi: Combine all three indices into one.
8482 Correct a few typos.
8483
8484 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
8485
8486 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
8487
8488 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8489
8490 * emacs-mime.texi (Handles): Remove duplicate item.
8491 (Encoding Customization): Fix the default value for
8492 mm-coding-system-priorities.
8493 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
8494 (Basic Functions): Fix reference.
8495
8496 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8497
8498 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
8499
8500 2005-08-18 Richard M. Stallman <rms@gnu.org>
8501
8502 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
8503 and web site.
8504
8505 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
8506 not keyboard-translate.
8507
8508 2005-08-11 Richard M. Stallman <rms@gnu.org>
8509
8510 * faq.texi (Using regular expressions): Fix xref.
8511
8512 2005-08-09 Juri Linkov <juri@jurta.org>
8513
8514 * info.texi (Help-P): Replace `Prev' with `Previous'.
8515 (Help-M, Help-Xref): Add S-TAB.
8516 (Help-FOO): Update `u' command.
8517 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8518 Update info about visibility of xref parts.
8519 (Help-Int): Fix `m' command. Rename `Info-last' to
8520 `Info-history-back'. Add `Info-history-forward'.
8521 (Advanced): Fix `g*' and `M-n' commands.
8522 (Info Search): Add `index-apropos' in stand-alone browser.
8523 Add isearch commands.
8524 (Emacs Info Variables): Remove `Info-fontify'.
8525 Add `Info-mode-hook'. Update face names.
8526 Add `Info-fontify-maximum-menu-size',
8527 `Info-fontify-visited-nodes', `Info-isearch-search'.
8528
8529 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
8530
8531 Sync with Tramp 2.0.50.
8532
8533 * tramp.texi: Use @option{} consequently for method names.
8534 (Inline methods, External transfer methods): Remove references to
8535 Cygwin.
8536 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8537 implementation.
8538
8539 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8540
8541 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8542 Mention that gnus-init-file is not read when Emacs is invoked with
8543 --no-init-file or -q.
8544
8545 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
8546
8547 * org.texi: Version 3.14.
8548
8549 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
8550
8551 * org.texi: Version 3.13.
8552
8553 2005-07-18 Juri Linkov <juri@jurta.org>
8554
8555 * calc.texi (Time Zones, Logical Operations):
8556 * cl.texi (Overview):
8557 * org.texi (TODO types):
8558 * sc.texi (Emacs 18 MUAs):
8559 * speedbar.texi (Top):
8560 * url.texi (History):
8561 Delete duplicate duplicate words.
8562
8563 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
8564
8565 * cl.texi (Type Predicates): Document `atom' type.
8566
8567 2005-07-04 Lute Kamstra <lute@gnu.org>
8568
8569 Update FSF's address in GPL notices.
8570
8571 * calc.texi (Copying):
8572 * doclicense.texi (GNU Free Documentation License):
8573 * faq.texi (Contacting the FSF):
8574 * mh-e.texi (Copying): Update FSF's address.
8575
8576 2005-07-03 Richard M. Stallman <rms@gnu.org>
8577
8578 * flymake.texi (Example -- Configuring a tool called directly):
8579 Update name of flymake-build-relative-filename.
8580
8581 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8582
8583 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8584
8585 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
8586
8587 * org.texi: Version 3.12.
8588
8589 2005-06-24 Eli Zaretskii <eliz@gnu.org>
8590
8591 * makefile.w32-in (MAKEINFO): Use --force.
8592 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8593 Makefile.in.
8594 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8595 more shells.
8596
8597 2005-06-23 Richard M. Stallman <rms@gnu.org>
8598
8599 * speedbar.texi (Creating a display): Texinfo usage fixes.
8600
8601 * tramp.texi (Customizing Completion, Auto-save and Backup):
8602 Texinfo usage fixes.
8603
8604 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
8605
8606 * dired-x.texi (Miscellaneous Commands):
8607 * ediff.texi (Miscellaneous):
8608 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8609 (Agent Variables):
8610 * info.texi (Help-Xref):
8611 * message.texi (Message Headers):
8612 * org.texi (Remember):
8613 * reftex.texi (Options (Defining Label Environments)):
8614 (Options (Index Support)):
8615 (Options (Viewing Cross-References)):
8616 (Options (Misc)):
8617 (Changes):
8618 * speedbar.texi (Creating a display):
8619 * tramp.texi (Customizing Completion, Auto-save and Backup):
8620 Texinfo usage fix.
8621
8622 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8623
8624 * org.texi: Version 3.11.
8625
8626 2005-06-12 Jay Belanger <belanger@truman.edu>
8627
8628 * calc.texi (Getting Started): Remove extra menu item.
8629
8630 2005-05-31 Jay Belanger <belanger@truman.edu>
8631
8632 * calc.texi (Notations Used in This Manual): Use @kbd for key
8633 sequence.
8634 (Demonstration of Calc): Mention another way of starting Calc.
8635 (Starting Calc): Mention long name of M-#.
8636 (Embedded Mode Overview): Remove unnecessary instruction.
8637 (Other M-# commands): Rephrase `M-# 0' explanation.
8638 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8639 reflect current behavior.
8640
8641 2005-05-30 Jay Belanger <belanger@truman.edu>
8642
8643 * calc.texi (Hooks): Change description of calc-window-hook and
8644 calc-trail-window-hook to match usage.
8645 (Computational Functions): Add more constant-generating functions.
8646 (Customizable Variables): Use defvar.
8647
8648 2005-05-28 Jay Belanger <belanger@truman.edu>
8649
8650 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8651 (Basic Embedded Mode): Explain behavior of arguments to
8652 calc-embedded-mode.
8653
8654 2005-05-27 Jay Belanger <belanger@truman.edu>
8655
8656 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8657 current behavior.
8658
8659 2005-05-25 Jay Belanger <belanger@truman.edu>
8660
8661 * calc.texi: Change Calc version number throughout.
8662 (Keypad Mode): Change location in info output.
8663 (Keypad mode overview): Move picture of keypad.
8664
8665 2005-05-21 Jay Belanger <belanger@truman.edu>
8666
8667 * calc.texi (Storing variables): Mention that only most variables
8668 are void to begin with.
8669
8670 2005-05-21 Kevin Ryde <user42@zip.com.au>
8671
8672 * widget.texi (Basic Types): Update cross ref from "Enabling
8673 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8674 lispref/text.texi change.
8675
8676 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
8677
8678 * org.texi: Version 3.09.
8679
8680 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
8681
8682 * reftex.texi: Version 4.28.
8683
8684 2005-05-16 Jay Belanger <belanger@truman.edu>
8685
8686 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8687
8688 2005-05-14 Jay Belanger <belanger@truman.edu>
8689
8690 * calc.texi (Default Simplifications): Insert missing ! (logical
8691 not operator).
8692
8693 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8694
8695 Sync with Tramp 2.0.49.
8696
8697 2005-05-10 Jay Belanger <belanger@truman.edu>
8698
8699 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8700 to 1.
8701
8702 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8703
8704 * org.texi: Version 3.08, structure reorganized.
8705
8706 2005-04-24 Richard M. Stallman <rms@gnu.org>
8707
8708 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8709
8710 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
8711
8712 * org.texi: Update to version 3.06.
8713
8714 2005-04-13 Lute Kamstra <lute@gnu.org>
8715
8716 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8717
8718 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8719
8720 * cl.texi (Porting Common Lisp): Fix typo.
8721
8722 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8723
8724 * gnus.texi (RSS): Addition.
8725
8726 2005-04-04 Jay Belanger <belanger@truman.edu>
8727
8728 * calc.texi: Change Calc version number.
8729 (Customizable variables): Fix description of calc-language-alist.
8730 (Copying): Put in version 2 of GPL.
8731
8732 2005-04-01 Jay Belanger <belanger@truman.edu>
8733
8734 * calc.texi (Troubleshooting Commands): Remove comment about
8735 installation.
8736 (Installation): Remove section.
8737 (Customizable Variables): New section.
8738 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8739 (Graphical Devices): Add references to Customizable Variables.
8740
8741 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8742
8743 * emacs-mime.texi (Display Customization): Markup fixes.
8744 (rfc2047): Update.
8745
8746 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8747
8748 * gnus-faq.texi: Replaced with auto-generated version.
8749
8750 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8751
8752 * dired-x.texi (Multiple Dired Directories): default-directory was
8753 renamed to dired-default-directory.
8754
8755 2005-03-26 Jay Belanger <belanger@truman.edu>
8756
8757 * calc.texi (Simplifying Formulas, Rewrite Rules):
8758 Change description of top and bottom of fraction.
8759 (Modulo Forms): Move description of how to create modulo forms to
8760 earlier in the section.
8761 (Fraction Mode): Suggest using : to get a fraction by dividing.
8762 (Basic Arithmetic): Adjust placement of command name.
8763 (Truncating the Stack): Emphasize that "hidden" entries are still
8764 visible.
8765 (Installation): Move discussion of printing manual to "About This
8766 Manual".
8767 (About This Manual): Mention how to print the manual.
8768 (Reporting Bugs): Remove first person.
8769 (Building Vectors): Add algebraic version of append.
8770 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8771 (Grouping Digits): Fix typo.
8772
8773 2005-03-25 Werner Lemberg <wl@gnu.org>
8774
8775 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8776 Replace `legal' with `valid'.
8777
8778 2005-03-25 Werner Lemberg <wl@gnu.org>
8779
8780 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8781
8782 2005-03-24 Jay Belanger <belanger@truman.edu>
8783
8784 * calc.texi (General Mode Commands)
8785 (Mode Settings in Embedded Mode): Add some explanation of
8786 recording mode settings.
8787
8788 2005-03-24 Richard M. Stallman <rms@gnu.org>
8789
8790 * calc.texi: Remove praise of non-free software.
8791
8792 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8793 (Installation): Node deleted.
8794
8795 2005-03-23 Richard M. Stallman <rms@gnu.org>
8796
8797 * url.texi (HTTP language/coding): Improve last change.
8798
8799 2005-03-22 Jay Belanger <belanger@truman.edu>
8800
8801 * calc.texi (Embedded Mode): Add new information on changing
8802 modes.
8803
8804 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
8805
8806 Sync with Tramp 2.0.48.
8807
8808 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8809
8810 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8811 "GNU/Linux". Change all addresses to .gnu.org.
8812 (Default Method): Offer shortened syntax for "su" and "sudo"
8813 methods.
8814
8815 2005-03-07 Richard M. Stallman <rms@gnu.org>
8816
8817 * url.texi: Fix usage of "e.g.".
8818 (HTTP language/coding): Explain the rules for these strings.
8819
8820 2005-03-06 Richard M. Stallman <rms@gnu.org>
8821
8822 * woman.texi (Introduction): Minor cleanups.
8823
8824 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8825
8826 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8827 (Installation): Node deleted.
8828
8829 * mh-e.texi (Preface): Get rid of "Emacs 21".
8830
8831 * eshell.texi (Installation): Delete node (for Emacs 20).
8832
8833 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8834
8835 * flymake.texi: Refill and tweak style in @lisp blocks.
8836
8837 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8838
8839 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8840
8841 2005-03-01 Jay Belanger <belanger@truman.edu>
8842
8843 * calc.texi (Trigonometric and Hyperbolic Functions):
8844 Mention additional functions.
8845 (Algebraic Simplifications): Mention additional simplifications.
8846
8847 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8848
8849 * ses.texi: Add concept/function/variable indices (this work was
8850 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8851 papers on file at FSF).
8852
8853 2005-02-10 Jay Belanger <belanger@truman.edu>
8854
8855 * calc.texi: Change @LaTeX to La@TeX throughout.
8856 Redefine @expr as @math for TeX output.
8857 Redefine @texline as a no-op for TeX output.
8858 Define @tfn, replace @t by @tfn throughout.
8859
8860 2005-02-09 Jay Belanger <belanger@truman.edu>
8861
8862 * calc.texi: Add macro for LaTeX for info output.
8863
8864 2005-02-08 Kim F. Storm <storm@cua.dk>
8865
8866 * texinfo.tex (LaTex): Add def.
8867
8868 2005-02-06 Jay Belanger <belanger@truman.edu>
8869
8870 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8871 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8872 throughout manual.
8873
8874 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8875
8876 * gnus.texi: Some edits based on comments from David Abrahams.
8877
8878 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8879
8880 * gnus.texi (RSS): Fix the keystroke.
8881
8882 2005-01-24 David Kastrup <dak@gnu.org>
8883
8884 * faq.texi: Update AUCTeX version info.
8885
8886 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8887
8888 * gnus-faq.texi ([4.1]): Typo.
8889
8890 2005-01-19 Jay Belanger <belanger@truman.edu>
8891
8892 * calc.texi (Keep Arguments): Mention that keeping arguments
8893 doesn't work with keyboard macros.
8894
8895 2005-01-16 Richard M. Stallman <rms@gnu.org>
8896
8897 * autotype.texi (Autoinserting): Fix small error.
8898
8899 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
8900
8901 Sync with Tramp 2.0.47.
8902
8903 * tramp.texi (Compilation): New section, describing compilation of
8904 remote files.
8905
8906 2005-01-11 Kim F. Storm <storm@cua.dk>
8907
8908 * widget.texi (Basic Types): Add :follow-link keyword.
8909
8910 2005-01-09 Jay Belanger <belanger@truman.edu>
8911
8912 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8913
8914 2005-01-08 Jay Belanger <belanger@truman.edu>
8915
8916 * calc.texi: Change throughout to reflect new default value of
8917 calc-settings-file.
8918
8919 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8920
8921 * message.texi (Reply): `message-reply-to-function' should return
8922 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8923
8924 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8925
8926 * faq.texi (Changing load-path): Fix typo.
8927
8928 2005-01-05 Jay Belanger <belanger@truman.edu>
8929
8930 * calc.texi (Programming Tutorial): Replace kbd command by
8931 appropriate characters for a keyboard macro.
8932
8933 2005-01-04 Jay Belanger <belanger@truman.edu>
8934
8935 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8936 for Lucid Emacs.
8937 (Programming Tutorial): Mention that the user needs to be in the
8938 right mode to compute some functions.
8939
8940 2005-01-04 Jay Belanger <belanger@truman.edu>
8941
8942 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8943 no longer applicable.
8944
8945 2005-01-01 Jay Belanger <belanger@truman.edu>
8946
8947 * calc.texi (Programming Tutorial): Change description of how to
8948 edit keyboard macros to match current behavior.
8949
8950 2004-12-31 Jay Belanger <belanger@truman.edu>
8951
8952 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8953
8954 2004-12-20 Jay Belanger <belanger@truman.edu>
8955
8956 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8957 zero.
8958
8959 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8960
8961 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8962 @xref.
8963 (Font Locking): Avoid @strong{Note:}.
8964
8965 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
8966
8967 Sync with Tramp 2.0.46.
8968
8969 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8970
8971 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8972
8973 * url.texi: Correct typos.
8974 (Retrieving URLs): @var{nil}->@code{nil}.
8975 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
8976 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8977 (Dealing with HTTP documents): @inforef->@xref.
8978
8979 2004-12-15 Jay Belanger <belanger@truman.edu>
8980
8981 * calc.texi: Consistently capitalized all mode names.
8982 (Answers to Exercises): Mention that an answer can be a fraction
8983 when in Fraction mode.
8984
8985 2004-12-13 Jay Belanger <belanger@truman.edu>
8986
8987 * calc.texi: Fix some TeX definitions.
8988
8989 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8990
8991 * reftex.texi (Imprint): Remove erroneous @value's.
8992
8993 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8994
8995 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8996 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8997
8998 2004-12-08 Jay Belanger <belanger@truman.edu>
8999
9000 * calc.texi (Starting Calc): Remove comment about installation.
9001 (Keypad Mode Overview): Remove comment about Emacs 19 support.
9002
9003 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9004
9005 * url.texi: Update @setfilename.
9006 (Getting Started): No need to worry about Gnus versions.
9007 (Dealing with HTTP documents): Use @inforef.
9008
9009 * org.texi: Fix @direntry file name.
9010
9011 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9012
9013 * url.texi: New file.
9014
9015 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
9016
9017 2004-12-06 Jay Belanger <belanger@truman.edu>
9018
9019 * calc.texi (Using Calc): Remove paragraph about installation.
9020
9021 2004-12-06 Jay Belanger <belanger@truman.edu>
9022
9023 * calc.texi: Use more Texinfo macros and less TeX defs.
9024 Remove @refill's.
9025
9026 2004-12-06 Richard M. Stallman <rms@gnu.org>
9027
9028 * org.texi: New file.
9029
9030 2004-12-05 Richard M. Stallman <rms@gnu.org>
9031
9032 * Makefile.in (org.dvi, ../info/org): New targets.
9033 (INFO_TARGETS): Add ../info/org.
9034 (DVI_TARGETS): Add org.dvi.
9035 (maintainer-clean): Remove the info files in the info dir.
9036
9037 2004-11-26 Eli Zaretskii <eliz@gnu.org>
9038
9039 * idlwave.texi: Fix the setfilename directive to put the produced
9040 file in ../info.
9041 (Continued Statement Indentation): Resurrect Jan D.'s change from
9042 2004-11-03 that was lost when a newer version of idlwave.texi was
9043 imported.
9044
9045 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9046
9047 * gnus-faq.texi ([5.1]): Add missing bracket.
9048
9049 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
9050 Index `spam-initialize'.
9051
9052 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9053
9054 * message.texi (Various Message Variables): Mention that all mail
9055 file variables are derived from `message-directory'.
9056
9057 * gnus.texi (Splitting Mail): Clarify bogus group.
9058
9059 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9060
9061 * emacs-mime.texi (Encoding Customization):
9062 Fix mm-coding-system-priorities entry.
9063
9064 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
9065
9066 * idlwave.texi (Continued Statement Indentation):
9067 * reftex.texi (Options (Index Support)):
9068 (Displaying and Editing the Index, Table of Contents):
9069 * speedbar.texi (Creating a display, Major Display Modes):
9070 Replace non-nil with non-@code{nil}.
9071
9072 2004-10-21 Jay Belanger <belanger@truman.edu>
9073
9074 * calc.texi (Algebraic-Style Calculations): Remove a comment.
9075
9076 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
9077
9078 * calc.texi (Reporting Bugs): Double up `@'.
9079
9080 2004-10-18 Jay Belanger <belanger@truman.edu>
9081
9082 * calc.texi (Reporting Bugs): Change the address that bugs
9083 should be sent to.
9084
9085 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9086
9087 * gnus.texi (New Features): Add 5.11.
9088
9089 * message.texi (Resending): Remove wrong default value.
9090
9091 * gnus.texi (Mail Source Specifiers): Describe possible problems
9092 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
9093 `pop3-leave-mail-on-server' to the index.
9094
9095 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9096
9097 * message.texi (Canceling News): Add how to set a password.
9098
9099 2004-10-12 Jay Belanger <belanger@truman.edu>
9100
9101 * calc.texi (Help Commands): Change the descriptions of
9102 calc-describe-function and calc-describe-variable to match their
9103 current behavior.
9104
9105 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9106
9107 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
9108
9109 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
9110
9111 Sync with Tramp 2.0.45.
9112
9113 * tramp.texi (Frequently Asked Questions): Comment paragraph about
9114 plink link. The URL is outdated. Originator contacted for
9115 clarification.
9116
9117 2004-10-10 Juri Linkov <juri@jurta.org>
9118
9119 * gnus.texi (Top, Marking Articles): Join two menus in one node
9120 because a node can have only one menu.
9121
9122 2004-10-09 Juri Linkov <juri@jurta.org>
9123
9124 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
9125 example of nnmail-split-fancy.
9126
9127 2004-10-06 Karl Berry <karl@gnu.org>
9128
9129 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
9130 consistency with other uses of dashes.
9131
9132 2004-10-05 Karl Berry <karl@gnu.org>
9133
9134 * info.texi: Consistently use --- throughout, periods at end of
9135 menu descriptions, and a couple typos.
9136
9137 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9138
9139 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
9140 * pgg.texi (User Commands, Backend methods): Do.
9141 * gnus.texi: Markup fixes.
9142 (Setting Process Marks): Fix `M P a' entry.
9143 * emacs-mime.texi: Fixes.
9144
9145 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9146
9147 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
9148 again.
9149 Use 5.10 instead of 5.10.0.
9150
9151 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9152
9153 * gnus.texi (Summary Mail Commands): S D e.
9154
9155 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
9156
9157 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
9158 the gnus-article-mode-line-format section.
9159
9160 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
9161
9162 * gnus.texi (Various Summary Stuff): Fix the documentation for
9163 gnus-newsgroup-variables.
9164
9165 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9166
9167 * gnus.texi (MIME Commands):
9168 Add gnus-mime-display-multipart-as-mixed,
9169 gnus-mime-display-multipart-alternative-as-mixed,
9170 gnus-mime-display-multipart-related-as-mixed.
9171 (Mail Source Customization): Clarify `mail-source-directory'.
9172 (Splitting Mail): Mention gnus-group-find-new-groups.
9173 (SpamOracle): Fix typo.
9174
9175 * gnus-faq.texi: Untabify.
9176 ([6.3]): nnir.el is in contrib directory.
9177
9178 * message.texi (News Headers): Clarify how a unique ID is created.
9179
9180 * gnus.texi (Batching Agents): Fix typo in example.
9181 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9182
9183 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
9184
9185 * gnus.texi (Group Parameters): Add more on hooks.
9186
9187 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
9188
9189 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
9190
9191 2004-09-22 Jay Belanger <belanger@truman.edu>
9192
9193 * calc.texi (Vectors as Lists): Add a warning that the tutorial
9194 might be hidden during part of the session.
9195
9196 2004-09-20 Jay Belanger <belanger@truman.edu>
9197
9198 * calc.texi (Notations Used in This Manual): Put in an earlier
9199 mention that DEL could be called Backspace.
9200
9201 2004-09-10 Simon Josefsson <jas@extundo.com>
9202
9203 * gnus.texi (IMAP): Add example. Suggested and partially written
9204 by Steinar Bang <sb@dod.no>.
9205
9206 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9207
9208 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
9209 netrc syntax.
9210
9211 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9212
9213 * gnus.texi (Spam ELisp Package Sequence of Events):
9214 Some clarifications.
9215 (Spam ELisp Package Global Variables): More clarifications.
9216
9217 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9218
9219 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
9220 Mention spam-split does not modify incoming mail.
9221
9222 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9223
9224 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
9225
9226 2004-09-10 Eli Zaretskii <eliz@gnu.org>
9227
9228 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
9229
9230 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9231
9232 * makefile.w32-in (sieve, pgg): Use $(infodir).
9233
9234 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
9235
9236 * makefile.w32-in: Fix PGG and Sieve entries.
9237
9238 2004-08-28 Eli Zaretskii <eliz@gnu.org>
9239
9240 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
9241 Emacs and related programs.
9242
9243 2004-08-27 Richard M. Stallman <rms@gnu.org>
9244
9245 * faq.texi: Fix texinfo usage, esp. doublequotes.
9246 (Difference between Emacs and XEmacs): Some clarification.
9247
9248 * faq.texi (Difference between Emacs and XEmacs):
9249 Explain not to contrast XEmacs with GNU Emacs.
9250
9251 2004-08-26 Richard M. Stallman <rms@gnu.org>
9252
9253 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
9254
9255 2004-08-22 David Kastrup <dak@gnu.org>
9256
9257 * reftex.texi (AUCTeX): Update links, section name.
9258
9259 * faq.texi (Calc): Update availability (included in 22.1).
9260 (AUCTeX): Update availability, information, versions, description.
9261
9262 2004-08-14 Eli Zaretskii <eliz@gnu.org>
9263
9264 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
9265
9266 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9267
9268 * cc-mode.texi: Various updates for CC Mode 5.30.9.
9269
9270 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
9271
9272 Sync with Tramp 2.0.44.
9273
9274 2004-08-05 Lars Hansen <larsh@math.ku.dk>
9275
9276 * widget.texi (User Interface): Update how to separate the
9277 editable field of an editable-field widget from other widgets.
9278 (Programming Example): Add text after field.
9279
9280 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9281
9282 * emacs-mime.texi (Encoding Customization): Add a note to the
9283 mm-content-transfer-encoding-defaults entry.
9284 (rfc2047): Update.
9285
9286 * gnus.texi (Article Highlighting):
9287 Add gnus-cite-ignore-quoted-from.
9288 (POP before SMTP): New node.
9289 (Posting Styles): Addition.
9290 (Splitting Mail): Add nnmail-split-lowercase-expanded.
9291 (Fancy Mail Splitting): Ditto.
9292 (X-Face): Add gnus-x-face.
9293
9294 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
9295
9296 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
9297 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
9298
9299 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9300
9301 * gnus.texi (Mail Source Specifiers):
9302 Describe `pop3-leave-mail-on-server'.
9303
9304 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
9305
9306 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
9307
9308 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
9309 repository. Change setfilename.
9310
9311 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
9312
9313 2004-07-02 Juri Linkov <juri@jurta.org>
9314
9315 * pcl-cvs.texi (Viewing differences): Add `d r'.
9316
9317 2004-06-29 Jesper Harder <harder@ifa.au.dk>
9318
9319 * ses.texi, viper.texi, flymake.texi, faq.texi:
9320 * eshell.texi, ediff.texi: Markup fixes.
9321
9322 2004-06-21 Karl Berry <karl@gnu.org>
9323
9324 * info.texi (Top): Mention that only Emacs has mouse support.
9325 (Getting Started): Mention this in a few other places.
9326
9327 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
9328
9329 * autotype.texi (Copyrights, Timestamps):
9330 Recommend `before-save-hook' instead of `write-file-functions'.
9331
9332 2004-06-13 Lars Hansen <larsh@math.ku.dk>
9333
9334 * dired-x.texi (dired-mark-omitted): Update keybinding.
9335
9336 2004-06-10 Kim F. Storm <storm@cua.dk>
9337
9338 * pcl-cvs.texi (Viewing differences): Add 'd y'.
9339
9340 2004-06-05 Lars Hansen <larsh@math.ku.dk>
9341
9342 * dired-x.texi (variable dired-omit-mode): Rename from
9343 dired-omit-files-p.
9344 (function dired-omit-mode): Rename from dired-omit-toggle.
9345 Call dired-omit-mode rather than set dired-omit-files-p.
9346 (dired-mark-omitted): Describe command.
9347
9348 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
9349
9350 Version 2.0.41 of Tramp released.
9351
9352 2004-05-29 Juanma Barranquero <lektu@terra.es>
9353
9354 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
9355 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9356
9357 2004-05-29 Richard M. Stallman <rms@gnu.org>
9358
9359 * cl.texi (Top): Call this chapter `Introduction'.
9360 (Overview): In TeX, no section heading here.
9361
9362 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
9363
9364 2004-05-29 Eli Zaretskii <eliz@gnu.org>
9365
9366 * Makefile.in (../info/flymake, flymake.dvi): New targets.
9367 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9368
9369 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
9370
9371 * flymake.texi: New file.
9372
9373 2004-05-28 Simon Josefsson <jas@extundo.com>
9374
9375 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
9376
9377 2004-05-07 Kai Großjohann <kai@emptydomain.de>
9378
9379 Version 2.0.40 of Tramp released.
9380
9381 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
9382
9383 Complete rework, based on review by Karl Berry <karl@gnu.org>.
9384
9385 * tramp.texi (Auto-save and Backup): Explain exploitation of new
9386 variables `tramp-backup-directory-alist' and
9387 `tramp-bkup-backup-directory-info'.
9388 (Overview, Connection types)
9389 (External transfer methods, Default Method)
9390 (Windows setup hints): Remove restriction of password entering
9391 with external methods.
9392 (Auto-save and Backup): Make file name example
9393 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
9394 and `auto-save-directory' must be used.
9395 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
9396 only "NT"). Remove doubled entry "What kinds of systems does
9397 @tramp{} work on".
9398 (tramp): Macro removed.
9399 (Obtaining Tramp): Flag removed from title.
9400 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
9401 and `trampver' used properly. Flag `tramp-inst' replaced by
9402 `installchapter'. Installation related text adapted.
9403
9404 2004-04-28 Masatake YAMATO <jet@gyve.org>
9405
9406 * widget.texi (Programming Example): Remove overlays.
9407
9408 2004-04-27 Jesper Harder <harder@ifa.au.dk>
9409
9410 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
9411
9412 2004-04-23 Juanma Barranquero <lektu@terra.es>
9413
9414 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9415
9416 2004-04-05 Jesper Harder <harder@ifa.au.dk>
9417
9418 * info.texi (Info Search): Add info-apropos.
9419
9420 2004-03-22 Juri Linkov <juri@jurta.org>
9421
9422 * faq.texi: Fix help key bindings.
9423
9424 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9425
9426 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
9427 (as suggested by Karl Berry). Update information about colored
9428 stars in menus. Add new subheading describing M-n.
9429
9430 2004-03-12 Richard M. Stallman <rms@gnu.org>
9431
9432 * cl.texi (Top): Rename top node's title.
9433
9434 2004-03-08 Karl Berry <karl@gnu.org>
9435
9436 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
9437 problems making the texinfo distribution.
9438
9439 2004-02-29 Simon Josefsson <jas@extundo.com>
9440
9441 * smtpmail.texi (Authentication): Change the list of supported
9442 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
9443 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
9444 <voegelas@gmx.net>.
9445
9446 2004-02-29 Juanma Barranquero <lektu@terra.es>
9447
9448 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9449 Use $(DEL) instead of rm, and ignore exit code.
9450
9451 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
9452
9453 Tramp version 2.0.39 released.
9454
9455 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9456
9457 * tramp.texi (Customizing Completion): Explain new functions
9458 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
9459 (all): Savannah URLs unified to "http://savannah.nongnu.org".
9460 (Top): Refer to Savannah mailing list as the major one.
9461 Mention older mailing lists in HTML mode only.
9462 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
9463 (Frequently Asked Questions): Remote hosts must not be Unix-like
9464 for "smb" method.
9465 (Password caching): New node.
9466 (External transfer methods): Refer to password caching for "smb"
9467 method.
9468
9469 2004-02-17 Karl Berry <karl@gnu.org>
9470
9471 * info.texi (Help-Int): Mention the new line number feature.
9472
9473 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9474
9475 * ses.texi (Advanced Features): New functionality for
9476 ses-set-header-row (defaults to current row unless C-u used).
9477 (Acknowledgements): Add Stefan Monnier.
9478
9479 2003-12-29 Kevin Ryde <user42@zip.com.au>
9480
9481 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
9482
9483 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
9484
9485 Tramp version 2.0.38 released.
9486
9487 * tramp.texi (Remote shell setup): Warn of environment variables
9488 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
9489 <sven.gabriel@imk.fzk.de>.
9490 (Configuration): Tramp now chooses base64/uuencode
9491 automatically. Update wording accordingly.
9492 (Top): More description for the `Default Method' menu entry.
9493 (Default Method): Use @code, not @var, for Lisp variables.
9494 (Default Method): New subsection `Which method is the right one
9495 for me?' Suggested by Christian Kirsch.
9496 (Configuration): Pointer to new subsection added.
9497 (Default Method): Too many "use" in one sentence.
9498 Rephrase. Reported by Christian Kirsch.
9499 (Filename Syntax): Old `su' example is probably a left-over from
9500 the sm/su method naming. Replace with `ssh', instead.
9501 (External transfer methods, Auto-save and Backup):
9502 Typo fixes.
9503
9504 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
9505
9506 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
9507 (Top): Mention japanese manual only if flag `jamanual' is set.
9508 Insert section `Japanese manual' in menu.
9509
9510 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9511
9512 * eshell.texi (Known Problems): Add doc item.
9513
9514 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9515
9516 * cc-mode.texi: Update for CC Mode 5.30.
9517
9518 Note: Please refrain from doing purely cosmetic changes like
9519 removing trailing whitespace in this manual; it clobbers cvs
9520 merging for no good reason.
9521
9522 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9523
9524 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9525 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9526 @acronym{ASCII}.
9527
9528 2003-10-26 Karl Berry <karl@gnu.org>
9529
9530 * info.texi (Info Search): Echo area, not echo are. From Debian
9531 diff.
9532
9533 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9534
9535 * widget.texi (Defining New Widgets): Document new behavior of
9536 :buttons and :children keywords.
9537
9538 2003-10-22 Miles Bader <miles@gnu.org>
9539
9540 * Makefile.in (info): Move before $(top_srcdir)/info.
9541
9542 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9543
9544 * tramp.texi (Inline methods): Small grammar fix.
9545 (External transfer methods): Likewise.
9546
9547 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
9548
9549 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9550
9551 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9552
9553 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9554
9555 2003-09-30 Richard M. Stallman <rms@gnu.org>
9556
9557 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9558
9559 * widget.texi (User Interface): Fix typos.
9560
9561 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9562
9563 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9564
9565 * pcl-cvs.texi (Selected Files): Fix typo.
9566
9567 2003-09-21 Karl Berry <karl@gnu.org>
9568
9569 * info.texi (] and [ commands): No period at end of section title.
9570
9571 2003-09-04 Miles Bader <miles@gnu.org>
9572
9573 * Makefile.in (top_srcdir): New variable.
9574 ($(top_srcdir)/info): New rule.
9575 (info): Depend on it.
9576
9577 2003-09-03 Peter Runestig <peter@runestig.com>
9578
9579 * makefile.w32-in: New file.
9580
9581 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9582
9583 * widget.texi (User Interface): Explain the need of static text
9584 around an editable field.
9585
9586 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9587
9588 * widget.texi (Basic Types): The argument to `:help-echo' can now
9589 be a form that evaluates to a string.
9590
9591 2003-08-18 Kim F. Storm <storm@cua.dk>
9592
9593 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9594
9595 2003-08-16 Richard M. Stallman <rms@gnu.org>
9596
9597 * dired-x.texi (Shell Command Guessing): Explain *.
9598
9599 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9600
9601 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9602 log-edit-insert-changelog.
9603
9604 2003-08-03 Karl Berry <karl@gnu.org>
9605
9606 * info.texi: Need @contents.
9607
9608 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
9609
9610 Tramp version 2.0.36 released.
9611
9612 * tramp.texi (Remote shell setup): Explain about problems with
9613 non-Bourne commands in ~/.profile and ~/.shrc.
9614
9615 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9616
9617 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9618 renaming of `vis-mode' to `visible-mode'.
9619
9620 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9621
9622 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9623 next, prev and up pointers.
9624
9625 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9626
9627 * info.texi (Help): Mention existence of Emacs and stand-alone
9628 Info at the very beginning of the tutorial.
9629 (Help-Inv): New node.
9630 (Help-]): New node.
9631 (Help-M): Systematically point out the differences between default
9632 Emacs and stand-alone versions. Delete second menu.
9633 (Help-Xref): Systematically point out the differences between
9634 default Emacs and stand-alone versions.
9635 (Help-Int): Change `l' example.
9636 (Expert Info): Fix typos.
9637 (Emacs Info Variables): Mention `Info-hide-note-references' and
9638 new default for `Info-scroll-prefer-subnodes'.
9639
9640 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
9641
9642 Version 2.0.35 of Tramp released.
9643
9644 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9645 (Inline methods): Add methods `remsh' and `plink1'.
9646 (External transfer methods): Add method `remcp'.
9647 (Multi-hop Methods): Add method `remsh'.
9648 Small patch from Adrian Aichner <adrian@xemacs.org>:
9649 Fix minor typos.
9650 (Concept Index): Add to make manual searchable via
9651 `Info-index'.
9652 (Version Control): Add cindex entry.
9653
9654 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
9655
9656 * trampver.texi: Version 2.0.34 released.
9657
9658 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9659
9660 * faq.texi: Improve previous changes.
9661
9662 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9663
9664 * faq.texi: Update copyright and maintenance details.
9665 Update some package URLs, versions, and maintainers.
9666 Remove many references to the Emacs Lisp Archive.
9667
9668 2003-04-23 Simon Josefsson <jas@extundo.com>
9669
9670 * smtpmail.texi: Fix license (the invariant sections mentioned has
9671 never been part of the smtp manual). Align info dir entry with
9672 other emacs packages.
9673
9674 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9675
9676 * tramp.texi: Version 2.0.33 released.
9677 Remove installation chapter. Remove XEmacs specifics.
9678
9679 2003-03-29 Richard M. Stallman <rms@gnu.org>
9680
9681 * tramp.texi (Top): Undo the previous renaming.
9682 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9683
9684 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
9685
9686 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9687 version of manual.
9688
9689 * tramp.texi (Auto-save and Backup): New node.
9690
9691 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9692
9693 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9694 Emacs" in order to have better differentiation to "XEmacs".
9695 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9696 are new macros in order to point to the other Emacs flavor where
9697 appropriate. In info case, point to node `Installation' in order
9698 to explain how to generate the other way. In html case, make a
9699 link to the other html file.
9700 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
9701 after CVS checkout/update.
9702 (Installation): Completely rewritten.
9703 (Installation parameters, Load paths): New sections under
9704 `Installation'.
9705
9706 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
9707
9708 * tramp.texi: Version 2.0.30 released.
9709 Replace word "path" with "localname" where used as a component of
9710 a Tramp file name.
9711
9712 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9713
9714 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9715 introduced.
9716 (Installation): Explain what to do if files from the tramp/contrib
9717 directory are needed.
9718
9719 2003-02-23 Alex Schroeder <alex@emacswiki.org>
9720
9721 * smtpmail.texi (How Mail Works): New.
9722
9723 2003-02-22 Alex Schroeder <alex@emacswiki.org>
9724
9725 * smtpmail.texi: New file.
9726
9727 * Makefile.in: Build SMTP manual.
9728
9729 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
9730
9731 * tramp.texi: Version 2.0.29 released.
9732 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9733 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9734
9735 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9736
9737 * tramp.texi (Frequently Asked Questions): Explain a workaround if
9738 another package loads accidentally Ange-FTP.
9739
9740 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9741
9742 * tramp.texi (Customizing Completion): Add function
9743 `tramp-parse-sconfig'. Change example of
9744 `tramp-set-completion-function', because parsing of ssh config
9745 files looks more natural.
9746
9747 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9748
9749 * gnus.texi: Do not use `path' in several locations.
9750
9751 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
9752
9753 * tramp.texi (External transfer methods): New method `smb'.
9754 From Michael Albinus.
9755
9756 2002-11-05 Karl Berry <karl@gnu.org>
9757
9758 * info.texi (Info-fontify): Reorder face list to avoid bad line
9759 breaks.
9760
9761 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9762
9763 * tramp.texi: Move @copying to standard place.
9764 Use @insertcopying.
9765
9766 2002-10-02 Karl Berry <karl@gnu.org>
9767
9768 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9769 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9770 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9771 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9772 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9773 Per rms, update all manuals to use @copying instead of @ifinfo.
9774 Also use @ifnottex instead of @ifinfo around the top node, where
9775 needed for the sake of the HTML output.
9776 (The Gnus manual is not fixed since it's not clear to me how it
9777 works; and the Tramp manual already uses @copying, although in an
9778 unusual way. All others were changed.)
9779
9780 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
9781
9782 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9783 (../info/ses, ses.dvi): New targets.
9784 * ses.texi: New file.
9785
9786 2002-09-06 Pavel Janík <Pavel@Janik.cz>
9787
9788 * texinfo.tex: Update to texinfo 4.2.
9789
9790 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9791
9792 * reftex.texi: Update to RefTeX 4.19.
9793
9794 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9795
9796 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9797 (../info/tramp, tramp.dvi): New targets.
9798
9799 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9800
9801 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9802 (calc.dvi): Uncomment.
9803
9804 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9805
9806 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9807 (../info/calc): New target.
9808
9809 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9810
9811 * (Version 21.1 released.)
9812
9813 2001-10-05 Gerd Moellmann <gerd@gnu.org>
9814
9815 * Branch for 21.1.
9816
9817 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9818
9819 * Makefile.in (../info/info): Use an explicit -o switch to
9820 makeinfo.
9821
9822 2001-03-05 Gerd Moellmann <gerd@gnu.org>
9823
9824 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9825
9826 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9827
9828 * Makefile.in (../info/idlwave): Use --no-split.
9829
9830 2000-12-14 Dave Love <fx@gnu.org>
9831
9832 * Makefile.in (mostlyclean): Remove gnustmp.*.
9833 (gnus.dvi): Change rule to remove @latex stuff.
9834
9835 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9836
9837 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9838
9839 2000-10-13 John Wiegley <johnw@gnu.org>
9840
9841 * Makefile.in: Add build targets for eshell.texi.
9842
9843 2000-09-25 Gerd Moellmann <gerd@gnu.org>
9844
9845 * Makefile.in: Remove/comment speedbar stuff.
9846
9847 2000-09-22 Dave Love <fx@gnu.org>
9848
9849 * Makefile.in: Add emacs-mime.
9850
9851 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9852
9853 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9854 (DVI_TARGETS): Add woman.dvi.
9855 (../info/woman, woman.dvi): New targets.
9856
9857 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9858
9859 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9860
9861 * pcl-cvs.texi: New file.
9862 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9863 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9864
9865 2000-05-11 Gerd Moellmann <gerd@gnu.org>
9866
9867 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9868 (../info/ebrowse, ebrowse.dvi): New targets.
9869
9870 2000-01-13 Gerd Moellmann <gerd@gnu.org>
9871
9872 * Makefile.in (INFO_TARGETS): Add eudc.
9873 (DVI_TARGETS): Add eudc.dvi.
9874 (../info/eudc, eudc.dvi): New targets.
9875
9876 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9877
9878 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9879 compatibility with 8+3 filesystems).
9880 (../info/efaq): Rename from emacs-faq.
9881
9882 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9883
9884 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9885 (../info/idlwave, idlwave.dvi): New targets.
9886
9887 1999-10-23 Dave Love <fx@gnu.org>
9888
9889 * Makefile.in: Use autotype.texi.
9890
9891 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9892
9893 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9894 faq.texi file) rather than ../info/faq.
9895
9896 1999-10-07 Gerd Moellmann <gerd@gnu.org>
9897
9898 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9899 (../info/ada-mode, ada-mode.dvi): New targets.
9900
9901 1999-09-01 Dave Love <fx@gnu.org>
9902
9903 * Makefile.in: Add faq.
9904
9905 1999-07-12 Richard Stallman <rms@gnu.org>
9906
9907 * Version 20.4 released.
9908
9909 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9910
9911 * Version 20.3 released.
9912
9913 1998-04-06 Andreas Schwab <schwab@gnu.org>
9914
9915 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9916 Use it in dvi targets.
9917 (../etc/GNU): Change to $(srcdir) first.
9918
9919 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9920
9921 * reftex.texi: Update for RefTeX version 3.22.
9922
9923 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9924
9925 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9926 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9927
9928 1997-09-23 Paul Eggert <eggert@twinsun.com>
9929
9930 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9931 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9932
9933 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9934
9935 * Version 20.2 released.
9936
9937 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9938
9939 * Version 20.1 released.
9940
9941 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9942
9943 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9944
9945 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9946
9947 * Version 19.33 released.
9948
9949 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9950
9951 * Version 19.32 released.
9952
9953 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9954
9955 * Makefile.in: Add rules for the Message manual.
9956
9957 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9958
9959 * gnus.texi: New version.
9960
9961 * message.texi: New manual.
9962
9963 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9964
9965 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9966
9967 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9968
9969 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9970 Specify -I option.
9971 (All dvi targets): Set the TEXINPUTS variable.
9972
9973 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9974
9975 * Version 19.31 released.
9976
9977 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9978
9979 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9980 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9981
9982 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9983
9984 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9985 (INFO_TARGETS): Add ../info/cc-mode.
9986 (DVI_TARGETS): Add cc-mode.dvi.
9987
9988 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9989
9990 * Version 19.30 released.
9991
9992 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9993
9994 * gnus.texi: New file.
9995
9996 1995-11-04 Erik Naggum <erik@naggum.no>
9997
9998 * gnus.texi: File deleted.
9999
10000 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
10001
10002 * mh-e.texi: "Function Index" -> "Command Index" to work with
10003 Emacs 19.30 C-h C-k support of separately-documented commands.
10004
10005 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10006
10007 * Makefile.in (../info/ediff, ediff.dvi): New targets.
10008 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
10009
10010 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10011
10012 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
10013 (../info/viper, viper.dvi): New targets.
10014
10015 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
10016
10017 * dired-x.texi (Installation): Change the example to set
10018 buffer-local variables like dired-omit-files-p in
10019 dired-mode-hook.
10020
10021 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10022
10023 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
10024 (../info/mh-e, mh-e.dvi): New targets.
10025
10026 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10027
10028 * Makefile.in (maintainer-clean): Rename from realclean.
10029
10030 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10031
10032 * Makefile.in: New file.
10033 * Makefile: File deleted.
10034
10035 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10036
10037 * Makefile (TEXINDEX_OBJS): Variable deleted.
10038 (texindex, texindex.o, getopt.o): Rules deleted.
10039 All deps on texindex deleted.
10040 (distclean): Don't delete texindex.
10041 (mostlyclean): Don't delete *.o.
10042 * texindex.c, getopt.c: Files deleted.
10043
10044 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10045
10046 * Version 19.26 released.
10047
10048 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10049
10050 * Version 19.25 released.
10051
10052 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10053
10054 * Version 19.24 released.
10055
10056 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10057
10058 * Version 19.23 released.
10059
10060 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10061
10062 * Makefile: Delete spurious tab.
10063
10064 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10065
10066 * Makefile (.SUFFIXES): New rule.
10067
10068 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10069
10070 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
10071 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10072
10073 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10074
10075 * Makefile (../info/sc): Rename from sc.info.
10076 (../info/cl): Likewise.
10077 (INFO_TARGETS): Use new names.
10078
10079 1993-12-04 Richard Stallman (rms@srarc2)
10080
10081 * getopt.c: New file.
10082 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10083 (getopt.o): New rule.
10084 (dvi): Don't depend on texindex.
10085 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
10086 Depend on texindex.
10087
10088 1993-12-03 Richard Stallman (rms@srarc2)
10089
10090 * Makefile (../info/sc.info): Rename from ../info/sc.
10091 (TEXI2DVI): New variable.
10092 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
10093 Add explicit commands.
10094 (TEXINDEX_OBJS): Delete duplicate getopt.o.
10095
10096 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10097
10098 * Version 19.22 released.
10099
10100 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10101
10102 * Makefile (TEXINDEX_OBJS): Delete spurious period.
10103
10104 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10105
10106 * Version 19.21 released.
10107
10108 1993-11-15 Paul Eggert (eggert@twinsun.com)
10109
10110 * man/Makefile (../info/cl.info): Rename from ../info/cl.
10111
10112 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10113
10114 * Makefile (../etc/GNU): New target.
10115 (EMACSSOURCES): Add gnu1.texi.
10116
10117 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10118
10119 * Makefile (realclean): Don't delete the Info files.
10120
10121 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10122
10123 * forms.texi: Fix forms.texi so that it will format correctly.
10124 Add missing `@end iftex', fix bad reference.
10125
10126 * info.texi, info-stn.texi: New files implement texinfo version of
10127 `info' file.
10128
10129 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
10130
10131 * Makefile: Fix targets for texindex, new info.texi files.
10132 * info-stnd.texi: New file implements info for standalone info
10133 reader.
10134 * info.texi: Update to include recent changes to "../info/info".
10135 New source file for ../info/info; includes info-stnd.texi.
10136
10137 * texindex.c: Include "../src/config.h" if building in emacs.
10138
10139 * Makefile: Change all files to FILENAME.texi, force all targets
10140 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
10141 vip.texinfo, forms.texinfo, cl.texinfo.
10142 Add target to build texindex.c, defining `emacs'.
10143
10144 * forms.texi: Install new file to match version 2.3 of forms.el.
10145
10146 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10147
10148 * Version 19.19 released.
10149
10150 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
10151
10152 * sc.texinfo: Fix info file name.
10153
10154 * Makefile (info): Add gnus and sc.
10155 (dvi): Add gnus.dvi and sc.dvi.
10156 (../info/sc, sc.dvi): New targets.
10157
10158 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10159
10160 * Version 19.18 released.
10161
10162 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10163
10164 * Makefile: Fix source file names of the separate manuals.
10165 (gnus.dvi, ../info/gnus): New targets.
10166
10167 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10168
10169 * Version 19.17 released.
10170
10171 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10172
10173 * split-man: Fix typos in last change.
10174
10175 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10176
10177 * Version 19.16 released.
10178
10179 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10180
10181 * version 19.15 released.
10182
10183 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10184
10185 * Makefile (distclean): It's rm, not rf.
10186
10187 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10188
10189 * Version 19.14 released.
10190
10191 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10192
10193 * Makefile: New file.
10194
10195 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10196
10197 * Version 19.13 released.
10198
10199 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10200
10201 * Version 19.9 released.
10202
10203 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10204
10205 * Version 19.8 released.
10206
10207 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10208
10209 * Version 19.7 released.
10210
10211 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
10212
10213 * gnus.texinfo: New file. Removed installation instructions.
10214
10215 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10216
10217 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
10218
10219 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10220
10221 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
10222 then define `\sc' as the command for smallcaps in Texinfo.
10223 This means that the @sc command will produce small caps. bfox has
10224 made the corresponding change to makeinfo and texinfm.el.
10225
10226 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10227
10228 * vip.texinfo: Remove menu entry Adding Lisp Code in node
10229 Customization since the menu entry did not point to anything.
10230 Also add an @finalout command to remove overfull hboxes from the
10231 printed output.
10232
10233 * cl.texinfo: Add @bye, \input line and @settitle to file.
10234 This file is clearly intended to be a chapter of some other work,
10235 but the other work does not yet exist.
10236
10237 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10238
10239 * texinfo.texinfo: Three typos corrected.
10240
10241 ;; Local Variables:
10242 ;; coding: utf-8
10243 ;; End:
10244
10245 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
10246
10247 This file is part of GNU Emacs.
10248
10249 GNU Emacs is free software: you can redistribute it and/or modify
10250 it under the terms of the GNU General Public License as published by
10251 the Free Software Foundation, either version 3 of the License, or
10252 (at your option) any later version.
10253
10254 GNU Emacs is distributed in the hope that it will be useful,
10255 but WITHOUT ANY WARRANTY; without even the implied warranty of
10256 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10257 GNU General Public License for more details.
10258
10259 You should have received a copy of the GNU General Public License
10260 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.