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