lisp/gnus/mm-decode.el (mm-display-external): Try to delete temporary files by using...
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
8496d8d7
GM
12013-08-12 Glenn Morris <rgm@gnu.org>
2
808190e6
GM
3 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
4 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
5 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
6 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
7 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
8 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
9 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
10 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
11 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
12 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
13 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
14 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
15 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
16
2f3ac208
GM
17 * woman.texi (Top): Avoid mailto: in html output.
18
8496d8d7
GM
19 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
20 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
21 (INSTALL_DATA): New, set by configure.
22 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
23 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
24 install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
25 uninstall-ps, and uninstall-doc.
26 (.SUFFIXES): Add .ps and .dvi.
27 (.dvi.ps): New suffix rule.
28 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
29 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
30 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
31 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
32 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
33 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
34 (ido.html, mairix-el.html, message.html, mh-e.html)
35 (newsticker.html, nxml-mode.html, org.html, pgg.html)
36 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
37 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
38 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
39 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
40 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
41 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
42 New rules.
43 (clean): Remove HTML_TARGETS and PS_TARGETS.
44
33a9f380
XF
452013-08-10 Xue Fuqiao <xfq.free@gmail.com>
46
47 * ido.texi (Working Directories):
48 (Flexible Matching, Regexp Matching, Find File At Point)
49 (Ignoring, Misc Customization): Use @defopt for user options.
50
353ca646
XF
512013-08-09 Xue Fuqiao <xfq.free@gmail.com>
52
53 * htmlfontify.texi (Customization): Remove documentation of
241de290 54 `hfy-fast-lock-save'. Minor fixes.
353ca646 55
03300a14
XF
562013-08-08 Xue Fuqiao <xfq.free@gmail.com>
57
58 * ido.texi (Top): Insert node "Working Directories" in menu.
59 (Working Directories): New node.
9dfc8491
XF
60 (Misc Customization): Add documentation of
61 `ido-confirm-unique-completion' and some other user options.
03300a14 62
2a024334
EZ
632013-08-07 Eli Zaretskii <eliz@gnu.org>
64
65 * todo-mode.texi: Update @dircategory.
66 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
67 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
68 @ref.
69
c85989f5
XF
702013-08-07 Xue Fuqiao <xfq.free@gmail.com>
71
998ad848
XF
72 * sc.texi (Introduction): Fix index.
73 (Usage Overview):
74 (Citations, Citation Elements, Recognizing Citations)
75 (Information Keys and the Info Alist, Reference Headers)
76 (The Built-in Header Rewrite Functions)
77 (Electric References, Reply Buffer Initialization)
78 (Filling Cited Text, Selecting an Attribution)
79 (Attribution Preferences)
80 (Anonymous Attributions, Author Names)
81 (Using Regi, Post-yank Formatting Commands)
82 (Citing Commands, Insertion Commands)
83 (Mail Field Commands)
84 (Hints to MUA Authors, Thanks and History): Change from one space
85 between sentences to two.
03300a14 86 (What Supercite Does): Typo fix.
998ad848 87
98374c9a
XF
88 * newsticker.texi (Usage): Use @key for RET.
89
c85989f5 90 * cl.texi (Argument Lists):
20940c20
XF
91 (For Clauses):
92 (Macros): Add indexes.
c85989f5 93
57fedd9f
XF
942013-08-05 Xue Fuqiao <xfq.free@gmail.com>
95
96 * cl.texi (Blocks and Exits): Add an index.
97
016d3f7d
SB
982013-08-04 Stephen Berman <stephen.berman@gmx.net>
99
100 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
101 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
102 (todo-mode.dvi, todo-mode.pdf): New rules.
103
104 * todo-mode.texi: New file.
105
89cccc2f
G
1062013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
107
108 * gnus.texi (Basic Usage): Mention that warp means jump here.
109 (The notmuch Engine): Mention notmuch.
110
a3fd87cb
TH
1112013-07-30 Tassilo Horn <tsdh@gnu.org>
112
113 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
114 `gnus-subthread-sort-functions' and remove the obsolete documentation
115 of `gnus-sort-threads-recursively'.
116
1172013-07-29 David Engster <deng@randomsample.de>
18657165
DE
118
119 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
120 implementation.
121 (Introduction): Add further missing features.
122 (Building Classes): Add introductory paragraph.
123 (Wish List): Add metaclasses and EQL specialization.
124
b69c2ea7
MA
1252013-07-29 Michael Albinus <michael.albinus@gmx.de>
126
127 * tramp.texi (Frequently Asked Questions): Mention
128 `tramp-use-ssh-controlmaster-options'.
129
13afd560
TH
1302013-07-26 Tassilo Horn <tsdh@gnu.org>
131
132 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
133 `gnus-sort-threads-recursively'.
134
7add5a8a
GM
1352013-07-25 Glenn Morris <rgm@gnu.org>
136
57cff712
GM
137 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
138 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
139
7add5a8a
GM
140 * erc.texi (Special Features): Update contact information.
141 (History): Avoid using @email.
142
143 * eshell.texi (Bugs and ideas): Minor updates.
144
145 * faq.texi (Reporting bugs, Origin of the term Emacs)
146 (Setting up a customization file)
147 (Using an already running Emacs process, Turning off beeping)
148 (Packages that do not come with Emacs)
149 (Replying to the sender of a message): Avoid using @email.
150
151 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
152
153 * reftex.texi (Imprint): Avoid using @email.
154
155 * ses.texi (Top): Update bug reporting instructions.
156 (Acknowledgments): Avoid using @email.
157
158 * woman.texi (Introduction, Background): Remove outdated information.
159 (Bugs, Acknowledgments): Avoid using @email.
160
3f0faa45
XF
1612013-07-24 Xue Fuqiao <xfq.free@gmail.com>
162
163 * ido.texi: New file.
164
47cc1156
G
1652013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
166
167 * gnus.texi (Customizing Articles): Document function predicates.
168
c17b81a7
G
1692013-07-08 Tassilo Horn <tsdh@gnu.org>
170
171 * gnus.texi (lines): Correct description of
172 `gnus-registry-track-extra's default value. Mention
173 `gnus-registry-remove-extra-data'.
174
6ed7a66a
G
1752013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
176
177 * gnus.texi (Group Parameters): Mention regexp
178 substitutions (bug#11688).
179
1802013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
181
182 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
183
1842013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
185
186 * gnus.texi (Emacsen): Fix version.
187
188 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
189
5154917e
GM
1902013-07-06 Glenn Morris <rgm@gnu.org>
191
192 * mh-e.texi: Fix external links.
3cab18a3 193 (Using This Manual): Printed elisp manuals no longer available.
5154917e 194
9d7a25d6 195 * newsticker.texi (Overview): Update URL.
583873a9 196
9d7a25d6
GM
197 * nxml-mode.texi (Introduction): Update URL.
198
199 * org.texi (JavaScript support): Fix URL.
91eea47b 200
bfd569a4
GM
201 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
202
6338a049
GM
203 * eudc.texi (CCSO PH/QI): Remove defunct URL.
204
97df87bb
GM
205 * dbus.texi (Introspection): Update URL to a less defunct one.
206
f2a538a2
GM
207 * gnus.texi (Top): Restrict "Other related manuals" to info output.
208 (Foreign Groups): Use @indicateurl for examples.
209 (Direct Functions): Remove defunct URL.
210 (RSS): Update URL.
211
212 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
213 (FAQ 7-1): Update URL.
214
f0a77200
GM
215 * pgg.texi (Top, Overview): Add note about obsolescence.
216
5aa43a3a
PE
2172013-07-03 Paul Eggert <eggert@cs.ucla.edu>
218
219 * texinfo.tex: Merge from gnulib.
220
a944db14
GM
2212013-07-03 Glenn Morris <rgm@gnu.org>
222
223 * bovine.texi (top):
224 * cc-mode.texi (AWK Mode Font Locking):
225 * mh-e.texi (Preface):
226 * url.texi (URI Parsing): Fix cross-references to other manuals.
227
eaa610c3
KY
2282013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
229
230 * gnus.texi (Client-Side IMAP Splitting):
231 Note that `nnimap-inbox' now can be a list.
232
7eeeb7dd
GM
2332013-06-24 Glenn Morris <rgm@gnu.org>
234
235 * eshell.texi: Fix cross-references to other manuals.
236
2e667b8c
GM
2372013-06-23 Glenn Morris <rgm@gnu.org>
238
239 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
240 Remove; not needed now we use a standard html layout for the faq.
241 (clean): Remove HTML_TARGETS, emacs-faq.text.
242
c5b0993e
EW
2432013-06-21 Eduard Wiebe <usenet@pusto.de>
244
245 * flymake.texi (Parsing the output, Customizable variables):
246 Add reference to `flymake-warning-predicate'.
247
d6491e24
MA
2482013-06-19 Michael Albinus <michael.albinus@gmx.de>
249
250 * tramp.texi (Top, Configuration): Insert section `Predefined
251 connection information' in menu.
252 (Predefined connection information): New section.
253 (Android shell setup): Make a reference to `Predefined connection
254 information'.
255
09af5c3e
GM
2562013-06-19 Glenn Morris <rgm@gnu.org>
257
258 * Makefile.in (version): New, set by configure.
259 (clean): Delete dist tar file.
260 (infoclean): New, split from maintainer-clean.
261 (maintainer-clean): Run infoclean.
262 (dist): New rule, to make tarfile for www.gnu.org.
263
745b097b
AK
2642013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
265
4f405069 266 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
745b097b
AK
267 for keys q and Q.
268 (Standards): Reference RFC5804 as the defining document of the
269 managesieve protocol.
270
fa472906
AG
2712013-06-10 Aidan Gauland <aidalgol@amuri.net>
272
273 * eshell.texi (Input/Output): Expand to cover new visual-command
274 options, eshell-visual-subcommands and eshell-visual-options.
275 Divide into separate Visual Commands and Redirection sections.
276
ff4871b9
GM
2772013-06-10 Glenn Morris <rgm@gnu.org>
278
279 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
280
cdebc6dd
KY
2812013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
282
283 * gnus.texi (Article Date):
284 Fix description of gnus-article-update-date-headers.
285
962e44a5
XF
2862013-05-28 Xue Fuqiao <xfq.free@gmail.com>
287
288 * erc.texi (Special Features): ERC is being maintained within
289 Emacs now.
290
5d028165
XF
2912013-05-25 Xue Fuqiao <xfq.free@gmail.com>
292
998ad848 293 * flymake.texi: Change from one space between sentences to two.
5d028165 294
0a6313f7
SM
2952013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
296
297 * cl.texi (Obsolete Macros): Describe replacements for `flet'
298 (bug#14293).
299
a7bef505
MA
3002013-04-16 Michael Albinus <michael.albinus@gmx.de>
301
302 * tramp.texi (Frequently Asked Questions): Precise, how to define
303 an own ControlPath.
304
7a55aa13
MA
3052013-04-15 Michael Albinus <michael.albinus@gmx.de>
306
307 * tramp.texi (Frequently Asked Questions): New item for
308 ControlPath settings.
309
c81ecb72
JB
3102013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
311
4f405069 312 * calc.texi (Basic Operations on Units): Streamline some
c81ecb72
JB
313 descriptions.
314
73572c72
AG
3152013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
316
78b8f320 317 * eshell.texi (Built-ins): Update manual to mention tramp module.
73572c72 318
24afc2e2
MA
3192013-03-18 Michael Albinus <michael.albinus@gmx.de>
320
321 * tramp.texi (Filename Syntax): Host names are not allowed to be
322 any method name, unless method name is specified explicitly.
323 Remove restriction on unibyte filenames.
324
325 * trampver.texi: Update release number.
326
5294599f
PE
3272013-03-17 Paul Eggert <eggert@cs.ucla.edu>
328
329 doc: convert some TeX accents to UTF-8
330 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
331 '@"{@dotless{i}}'.
332
d7251c31
MA
3332013-03-15 Michael Albinus <michael.albinus@gmx.de>
334
335 Sync with Tramp 2.2.7.
336
337 * trampver.texi: Update release number.
338
f6817529
JB
3392013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
340
341 * calc.texi (Basic Operations on Units): Streamline some
342 descriptions.
343
c3e2de4c
GM
3442013-03-08 Glenn Morris <rgm@gnu.org>
345
346 * faq.texi (Top): Don't say this was updated @today.
347 That's irrelevant and leads to spurious diffs.
348
6d7ebb72
JB
3492013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
350
c5b0993e
EW
351 * calc.texi (Basic Operations on Units):
352 Fix cross-reference.
6d7ebb72 353
3cd23a35
KY
3542013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
355
356 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
357
33d1e2f5
AM
3582013-03-06 Alan Mackenzie <acm@muc.de>
359
360 * cc-mode.texi (Custom Line-Up): Clarify position of point on
361 calling a line-up function.
362
681ebc33
PE
3632013-03-04 Paul Eggert <eggert@cs.ucla.edu>
364
365 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
366 * ses.texi: Switch from Latin-1 to UTF-8.
367
eeb84739
MA
3682013-03-03 Michael Albinus <michael.albinus@gmx.de>
369
370 * tramp.texi (External methods): Tramp does not connect Android
371 devices by itself.
372
fc0c5af8
BW
3732013-03-02 Bill Wohler <wohler@newt.com>
374
375 Release MH-E manual version 8.5.
376
377 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
378 release 8.5.
379
380 * mh-e.texi (Preface, Conventions, Getting Started)
381 (Using This Manual, Folder Selection, Viewing, Aliases)
382 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
383 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
384 Update URLs.
385
adb7352b
MA
3862013-03-01 Michael Albinus <michael.albinus@gmx.de>
387
388 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
389 and "plink2" entries. "plink2" is obsolete for a long time.
c5b0993e
EW
390 (External methods): Remove "scp1" and "scp2" entries.
391 Explain user name and host name specification for "adb".
adb7352b 392
538d9b94
MA
3932013-02-28 Michael Albinus <michael.albinus@gmx.de>
394
395 * tramp.texi (External methods): Mention `tramp-adb-program'.
396
8a28a5b8
BG
3972013-02-28 Bastien Guerry <bzg@gnu.org>
398
399 * org.texi (Visibility cycling): Suggest to set
400 `org-agenda-inhibit-startup' to nil if user wants the startup
401 visibility settings to be honored in any circumstances.
402 (Progress logging, Checkboxes): Fix typos.
403
929aeac6 4042013-02-28 Michael Albinus <michael.albinus@gmx.de>
db19bba3
MA
405
406 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
407 the macros, for Texinfo 4.13 and 5.0.
408
c0c2eb82
MA
4092013-02-24 Michael Albinus <michael.albinus@gmx.de>
410
1abfd3e8 411 Port Tramp documentation to Texinfo 5.0.
c0c2eb82
MA
412 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
413 (Filename Syntax): Do not use @trampfn{} in @item.
414 (Filename completion): Use @columnfractions in @multitable.
415
6800ff8d
GM
4162013-02-22 Glenn Morris <rgm@gnu.org>
417
418 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
419
b59a2e9e
PE
4202013-02-21 Paul Eggert <eggert@cs.ucla.edu>
421
422 * Makefile.in (html): New rule.
423
5079cfef
MA
4242013-02-20 Michael Albinus <michael.albinus@gmx.de>
425
426 * tramp.texi (Android shell setup): Improve. Reported by Thierry
427 Volpiatto <thierry.volpiatto@gmail.com>.
428
2150b471
MA
4292013-02-16 Michael Albinus <michael.albinus@gmx.de>
430
431 * tramp.texi (Top, Configuration): Insert section `Android shell
432 setup' in menu.
433 (Android shell setup): New section.
434 (Connection types, Default Method)
435 (Frequently Asked Questions): Mention "scp" instead of "scpc".
436 (External methods): Remove "scpc" and "rsyncc" entries.
437 (Frequently Asked Questions): Remove entry about ControlPersist.
438
4e16ddf4
GM
4392013-02-13 Glenn Morris <rgm@gnu.org>
440
441 * message.texi (News Headers): Don't mention yow any more.
442
5d9c6f17
JB
4432013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
444
445 * calc.texi (Basic Operations on Units):
446 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
447
dacbc44c
AG
4482013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
449
450 * eshell.texi: Fill most of the missing sections.
451
d3517077
BG
4522013-02-07 Bastien Guerry <bzg@gnu.org>
453
454 * org.texi (References): Clarify an example.
455 (Installation): Fix instructions.
456 (Org-Plot): Fix link.
457 (Checkboxes, Radio lists): Fix typos.
458
8c4b24b2 4592013-02-07 Glenn Morris <rgm@gnu.org>
1e934b84
GM
460
461 * cl.texi (Equality Predicates): Mention memql.
462
8c4b24b2 4632013-02-07 Eric Ludlam <zappo@gnu.org>
cf4dd911
EL
464
465 * doc/misc/ede.texi (Creating a project): Make ede-new doc less
466 specific, and only about items it supports, indicating that there
467 might be more. Remove refs to simple project and direct automake
468 from ede new.
469 (Simple projects): Re-write to not talk about ede-simple-project
470 which is deprecated, and instead use the term to mean projects
c5b0993e
EW
471 that don't do much management, just project wrapping.
472 Add ede-generic-project link.
cf4dd911
EL
473 (ede-generic-project): New node (bug#11441).
474
8c4b24b2 4752013-02-07 Glenn Morris <rgm@gnu.org>
72ff76bb
GM
476
477 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
478
86e100a6
GM
4792013-02-01 Glenn Morris <rgm@gnu.org>
480
481 * calc.texi (Help Commands): Update calc-view-news description.
0eb61895 482 Mention etc/CALC-NEWS.
86e100a6 483
7ff2b2a6
MA
4842013-01-24 Michael Albinus <michael.albinus@gmx.de>
485
486 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
487
a89c8ef0
BG
4882013-01-13 Bastien Guerry <bzg@gnu.org>
489
490 * org.texi (Installation): Simplify.
491
4922013-01-13 François Allisson <francois@allisson.co> (tiny change)
493
494 * org.texi (Handling links): Update the mention to the obsolete
495 variable `org-link-to-org-use-id' with a mention to the newer
496 variable `org-id-link-to-org-use-id'. Mention the need to load
497 the org-id library.
498
997d5f2d
MA
4992013-01-10 Michael Albinus <michael.albinus@gmx.de>
500
501 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
502
fb9f7146 5032013-01-09 Bastien Guerry <bzg@gnu.org>
c7cf0ebc
BG
504
505 * org.texi (Pushing to MobileOrg): Add footnote about using
506 symbolic links in `org-directory'.
507 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
508 of the now obsolete alias `org-float'.
509 (TODO basics): Add `org-use-fast-todo-selection' to the variable
510 index. Fix description of TODO keywords cycling.
511 (Advanced features): Add missing argument for @item.
512 (Storing searches): Add index entries and a note about
513 *-tree agenda views.
6d3e4c80
BG
514 (Structure editing): Document `org-mark-element' and
515 `org-mark-subtree'.
516 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
c7cf0ebc 517
c6a22ce2
JL
5182013-01-08 Juri Linkov <juri@jurta.org>
519
520 * info.texi (Go to node): Mention the abbreviated format
521 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
522
7b08ccf7
AS
5232013-01-06 Andreas Schwab <schwab@linux-m68k.org>
524
605f02ee
AS
525 * autotype.texi: Remove undefined command @subtitlefont.
526 * cc-mode.texi: Likewise.
527
7b08ccf7
AS
528 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
529 @item argument.
530 (Property searches): Use \\ instead of @backslashchar{}.
531 * pgg.texi (VERSION): Move @set below @setfilename.
532
db671917
AS
5332013-01-05 Andreas Schwab <schwab@linux-m68k.org>
534
535 * ada-mode.texi: Remove braces from @title argument.
536 * eudc.texi: Likewise.
537 * smtpmail.texi: Likewise.
538 * auth.texi (VERSION): Set before first use.
539 * emacs-gnutls.texi (VERSION): Likewise.
540 * pgg.texi (VERSION): Likewise.
541 * ede.texi (Top): Rename from top, all uses changed.
542 * eshell.texi: Add missing argument to @sp.
543 * forms.texi (Top): Reorder menu to match structure.
544 * htmlfontify.texi (Customisation): Add missing @item in
545 @enumerate.
546 * org.texi (Advanced features): Add missing argument for @item.
547 (Property searches): Use @backslashchar{} in macro argument.
548 * pcl-cvs.texi: Add missing argument to @sp.
549 (Movement commands): Fix use of @itemx.
550 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
551 * reftex.texi (Options (Creating Citations)): Add missing newline
552 before @end.
553 * tramp.texi (Obtaining Tramp): Remove extra dots.
554 (Configuration): Reorder menu to match structure.
651a2c77 555 (Remote shell setup): Replace literal NUL character by \0.
db671917
AS
556 * viper.texi (Marking): Add missing argument for @item.
557
b55349fb
GM
5582013-01-04 Glenn Morris <rgm@gnu.org>
559
92d59611
GM
560 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
561 Add htmlfontify.
562 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
563 (htmlfontify.dvi, htmlfontify.pdf): New targets.
564 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
565 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
566
b55349fb
GM
567 * htmlfontify.texi: Miscellaneous fixes and updates.
568 Set copyright to FSF, update license to GFDL 1.3+.
569
7fca93e2
VD
5702013-01-04 Vivek Dasmohapatra <vivek@etla.org>
571
572 * htmlfontify.texi: New file.
573
87e65f96
JB
5742013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
575
576 * calc.texi (Free-Form Dates): Expand on the date reading
577 algorithm.
578
82e2a1f0 5792012-12-27 Glenn Morris <rgm@gnu.org>
ddc41264 580
173076b4
GM
581 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
582 Avoid some overfull lines.
583
d227e322
GM
584 * widget.texi (Programming Example): Break some long lines.
585
2ecfdaa6
GM
586 * wisent.texi (Wisent Overview): Fix xref.
587 (Grammar format, Understanding the automaton): Avoid overfill.
588
fd762011
GM
589 * bovine.texi (Optional Lambda Expression): Allow line break.
590
9fbc8f46
GM
591 * auth.texi (Help for users): Break long lines.
592
ceccabdb
GM
593 * ada-mode.texi (Project file variables):
594 Reword to reduce underfull hbox.
595 (No project files, Use GNAT project file):
596 Use smallexample to make some overfull lines less terrible.
597
88edc57f
GM
598 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
599 Fix cross-references to separate manuals.
600
ddc41264
GM
601 * Makefile.in (gfdl): New variable. Use throughout where
602 appropriate so that targets depend on doclicense.texi.
603
45dd6480
LI
6042012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
605
606 * gnus.texi (Customizing the IMAP Connection): Mention the other
607 authenticators.
608
61bbede6
LI
6092012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
610
c5b0993e
EW
611 * gnus.texi (Browse Foreign Server):
612 Document `gnus-browse-delete-group'.
61bbede6 613
ddc41264
GM
6142012-12-22 Glenn Morris <rgm@gnu.org>
615
563a450c 616 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
6d1962b3
GM
617 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
618 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
619 * widget.texi, wisent.texi: Nuke hand-written node pointers.
563a450c 620
ddc41264
GM
621 * Makefile.in (gfdl): New variable. Use throughout where
622 appropriate so that targets depend on doclicense.texi.
623
c995b26e
EZ
6242012-12-22 Eli Zaretskii <eliz@gnu.org>
625
626 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
627 doclicense.texi. Remove doclicense.texi from all targets that
628 mentioned it explicitly.
629 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
630 $(emacsdir)/emacsver.texi.
a170fe53 631 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
c995b26e 632
08953d7f
GM
6332012-12-21 Glenn Morris <rgm@gnu.org>
634
c545e313
GM
635 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
636 Include emacsver.texi. Nuke hand-written node pointers.
637 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
638 Depend on emacsver.texi.
639
0b1af106
GM
640 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
641 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
642 May as well just include doclicense.texi in everything.
643
644 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
645 which @copying says is included.
646
6bf430d1
GM
647 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
648 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
649 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
650 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
651 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
652 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
653 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
654 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
655 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
656 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
657 * widget.texi, wisent.texi, woman.texi: Do not mention buying
658 copies from the FSF, which does not publish these manuals.
659
08953d7f
GM
660 * erc.texi: No need to include gpl in this small manual.
661
257b2c7d
GM
662 * org.texi (copying): Include a copy of the GFDL.
663 (GNU Free Documentation License): New section.
664
a4b0cca1 6652012-12-21 Bastien Guerry <bzg@gnu.org>
1e20eeb7
BG
666
667 * org.texi: Fix typos.
668
d2435ab9
PE
6692012-12-16 Paul Eggert <eggert@cs.ucla.edu>
670
671 * calc.texi (ISO 8601): Rename from ISO-8601,
672 as it's typically spelled without a hyphen.
673
b9d8175e
JB
6742012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
675
676 * calc.texi (ISO-8601): New section.
677 (Date Formatting Codes): Mention new codes.
678 (Standard Date Formats): Mention new formats.
679
f0bc0bf1
MA
6802012-12-14 Michael Albinus <michael.albinus@gmx.de>
681
682 * tramp.texi (External methods): Move `adb' method here.
683
98c94021
GM
6842012-12-13 Glenn Morris <rgm@gnu.org>
685
ba30c70f
GM
686 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
687
bfe6ffb6
GM
688 * wisent.texi: Small edits. Set copyright to FSF, update license to
689 GFDL 1.3+.
690 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
691 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
692 New targets.
693 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
694 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
695
98c94021
GM
696 * bovine.texi: Small edits. Set copyright to FSF, update license to
697 GFDL 1.3+, remove empty index.
698 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
699 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
700 New targets.
701 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
702 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
703
cfa49c1e
EL
7042012-12-13 Eric Ludlam <zappo@gnu.org>
705 David Ponce <david@dponce.com>
706 Richard Kim <emacs18@gmail.com>
707
9e7abd17 708 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
cfa49c1e 709
727f9739 7102012-12-13 Glenn Morris <rgm@gnu.org>
4c2dd4ee 711
9b97b143
GM
712 * flymake.texi (Customizable variables, Locating the buildfile):
713 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
714
4c2dd4ee
GM
715 * srecode.texi: Small edits. Set copyright to FSF, add explicit
716 GFDL 1.3+ license, fix up index.
717 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
718 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
719 (srecode.pdf): New targets.
720 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
721 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
722
727f9739 7232012-12-13 Eric Ludlam <zappo@gnu.org>
ac1d9dde
EL
724
725 * srecode.texi: New file, imported from CEDET trunk.
726
727f9739 7272012-12-13 Bastien Guerry <bzg@gnu.org>
63aa0982
BG
728
729 * org.texi (Summary, Code block specific header arguments)
730 (Code block specific header arguments)
731 (Header arguments in function calls, var, noweb)
727f9739
GM
732 (Results of evaluation, Code evaluation security):
733 Small reformatting: add a blank line before some example.
63aa0982
BG
734
735 * org.texi (System-wide header arguments)
736 (Header arguments in Org mode properties, Conflicts)
727f9739
GM
737 (Dynamic blocks, Using the mapping API):
738 Fix indentation of Elisp code examples.
63aa0982
BG
739
740 * org.texi (Comment lines): Fix description of the comment syntax.
741
727f9739
GM
742 * org.texi (Installation): Mention "make test" in the correct section.
743
4288142b
PE
7442012-12-06 Paul Eggert <eggert@cs.ucla.edu>
745
746 * doclicense.texi, gpl.texi: Update to latest version from FSF.
747 These are just minor editorial changes.
748
61b835df
MA
7492012-12-04 Michael Albinus <michael.albinus@gmx.de>
750
751 * tramp.texi (History): Mention ADB.
752 (Inline methods): Add `adb' method.
753
c5bc2d1d 7542012-12-03 Michael Albinus <michael.albinus@gmx.de>
328dac0d
MA
755
756 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
757 (External methods): Fix typo.
758
c5bc2d1d 7592012-12-03 Glenn Morris <rgm@gnu.org>
f4f3b439
GM
760
761 * rcirc.texi (Notices): Fix typo.
762
d0457b57
BW
7632012-11-25 Bill Wohler <wohler@newt.com>
764
765 Release MH-E manual version 8.4.
766
4f405069 767 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
d0457b57
BW
768 Update for release 8.4.
769
551aaa66
BW
770 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
771 (Junk): Add mh-whitelist-preserves-sequences-flag,
772 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
773 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
774
61d841dd
PE
7752012-11-25 Paul Eggert <eggert@cs.ucla.edu>
776
777 * mh-e.texi (Procmail): Fix two @ typos.
778
c07a6ded
PE
7792012-11-24 Paul Eggert <eggert@cs.ucla.edu>
780
781 * doclicense.texi, gpl.texi: Update to latest version from FSF.
782 These are just minor editorial changes.
783
678a34f4
JB
7842012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
785
786 * calc.texi (Date Formatting Codes): Mention the new beginning of
787 the date numbering system.
788
0e70ce93
PE
7892012-11-22 Paul Eggert <eggert@cs.ucla.edu>
790
791 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
792 (Date Forms): Correct off-by-one error in explanation of
793 Julian day numbers. Give Gregorian equivalent of its origin.
794
723da6aa
JB
7952012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
796
797 * doc/misc/calc.texi (Date Forms): Mention the customizable
798 Gregorian-Julian switch.
799 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
800
310e60d9
PE
8012012-11-17 Paul Eggert <eggert@cs.ucla.edu>
802
6f6b82d6
PE
803 Calc now uses the Gregorian calendar for all dates (Bug#12633).
804 It also uses January 1, 1 AD as its day number 1.
310e60d9
PE
805 * calc.texi (Date Forms): Document this.
806
e8693c96
GM
8072012-11-16 Glenn Morris <rgm@gnu.org>
808
809 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
810 (Obsolete Macros): Move example here from Function Bindings.
811
5c934f8b
GM
812 * erc.texi: Use @code{nil} rather than just "nil".
813 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 814 Add "notifications".
f925b109 815 (Connecting): Add brief section on passwords.
274f5de6 816 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 817
f78ee6af 8182012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
819
820 * flymake.texi (Customizable variables)
821 (Highlighting erroneous lines): Mention flymake-error-bitmap,
822 flymake-warning-bitmap, and flymake-fringe-indicator-position.
823
1796ef98
VB
8242012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
825
826 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
827 In all file place SES into @acronym{...}.
828 (Advanced Features): Add key index and function index for
4f405069
JB
829 ses-set-header-row. Add description for function
830 ses-rename-cell. Add description for function
1796ef98
VB
831 ses-repair-cell-reference-all.
832 (Ranges in formulas): Add description for ses-range flags.
833
31f47fba
PE
8342012-11-12 Paul Eggert <eggert@cs.ucla.edu>
835
836 * texinfo.tex: Merge from gnulib.
837
6baf66d5 8382012-11-10 Chong Yidong <cyd@gnu.org>
5b637222
CY
839
840 * url.texi (Introduction): Move url-configuration-directory to
841 Customization node.
842 (Parsed URIs): Split into its own node.
843 (URI Encoding): New node.
844 (Defining New URLs): Remove empty chapter.
845 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
846 Improve docs for url-queue-*.
847 (Supported URL Types): Copyedits. Delete empty subnodes.
848
c5b0993e
EW
849 * url.texi (Introduction): Rename from Getting Started.
850 Rewrite the introduction.
82f84fa3
CY
851 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
852
6baf66d5 8532012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
854
855 * cl.texi (Obsolete Setf Customization):
856 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
857 Give define-modify-macro, defsetf, and define-setf-method
858 gv.el replacements.
2ee1d59f 859
2027b1b3 860 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 861 (Setf Extensions): Remove obsolete reference.
2027b1b3 862 (Obsolete Setf Customization):
651af8c6 863 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 864 Undocument get-setf-method, since it no longer exists.
a358a44e 865 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 866
c65b407b
GM
8672012-11-03 Glenn Morris <rgm@gnu.org>
868
869 * cl.texi: Further general copyedits.
685b0026
GM
870 (List Functions): Remove copy-tree, standard elisp for some time.
871 (Efficiency Concerns): Comment out examples that no longer apply.
872 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
873 (Creating Symbols, Random Numbers): De-emphasize internal
874 variables cl--gensym-counter and cl--random-state. (Bug#12788)
f58542e1
GM
875 (Naming Conventions, Type Predicates, Macros)
876 (Predicates on Numbers): No longer mention cl-floatp-safe.
c65b407b 877
a71e2379
G
8782012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
879
880 * gnus.texi (Mail Source Specifiers):
881 Document :leave keyword used for pop mail source.
882
df43dd53
GM
8832012-11-01 Glenn Morris <rgm@gnu.org>
884
885 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
886 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
887 (Macro Bindings, Blocks and Exits):
888 Acknowledge existence of lexical-binding.
889 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 890
69c1c2e6
GM
8912012-10-31 Glenn Morris <rgm@gnu.org>
892
dd90fd1a
GM
893 * ert.texi (Introduction, The @code{should} Macro):
894 Refer to "cl-assert" rather than "assert".
895
69c1c2e6
GM
896 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
897 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
898 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
899 Reword, and add details of flet and labels.
87b0d8b1 900 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 901
4ddedf94
GM
9022012-10-30 Glenn Morris <rgm@gnu.org>
903
904 * cl.texi (Modify Macros): Update for cl-letf changes.
905 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
906 (Setf Extensions): Partially restore note about cl-getf,
907 mainly moved to lispref/variables.texi.
908 (Property Lists): Fix cl-getf typos.
f43a5263 909 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 910
d3094168
GM
9112012-10-29 Glenn Morris <rgm@gnu.org>
912
913 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 914 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 915 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
916 (Modify Macros, Multiple Values, Other Clauses):
917 Remove mentions of obsolete features.
6a07d52e 918 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 919
3c0c6155
GM
9202012-10-28 Glenn Morris <rgm@gnu.org>
921
f94b04fc
GM
922 * cl.texi (Multiple Values, Common Lisp Compatibility):
923 More namespace updates.
924 (Obsolete Features): Copyedits.
925 (Obsolete Lexical Macros, Obsolete Setf Customization):
926 New subsections.
927
9c52d61d
GM
928 * cl.texi (Porting Common Lisp, Lexical Bindings):
929 Add some xrefs to the Elisp manual.
930
3c0c6155
GM
931 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
932 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
933 (Obsolete Features): New appendix. Move Lexical Bindings here.
934
5887564d
GM
9352012-10-27 Glenn Morris <rgm@gnu.org>
936
e1117425
GM
937 * cl.texi: Use defmac for macros rather than defspec.
938 (Efficiency Concerns): Related copyedit.
939
5887564d
GM
940 * cl.texi (Control Structure): Update for setf now being in core.
941 (Setf Extensions): Rename from Basic Setf. Move much of the
942 former content to lispref/variables.texi.
943 (Modify Macros): Move pop, push details to lispref/variables.texi.
944 (Customizing Setf): Copyedits for setf etc being in core.
945 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
946 Further namespaces updates.
947
bdebdb64
BG
9482012-10-26 Bastien Guerry <bzg@gnu.org>
949
c5b0993e
EW
950 * org.texi (Installation): Update the link to Org's ELPA.
951 Also don't mention org-install.el anymore as the replacement file
bdebdb64
BG
952 org-loaddefs.el is now loaded by org.el.
953
f956e59d
MA
9542012-10-25 Michael Albinus <michael.albinus@gmx.de>
955
c5b0993e
EW
956 * tramp.texi (Frequently Asked Questions):
957 Mention `tramp-completion-reread-directory-timeout' for performance
f956e59d
MA
958 improvement.
959
a05cb6e3
GM
9602012-10-25 Glenn Morris <rgm@gnu.org>
961
962 * cl.texi: Don't mess with the TeX section number counter.
963 Use Texinfo recommended convention for quotes+punctuation.
964 (Overview, Sequence Functions): Rephrase for better line-breaking.
965 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
966 (Macro Bindings, Conditionals, Iteration, Loop Basics)
967 (Random Numbers, Mapping over Sequences, Structures)
968 (Porting Common Lisp): Further updates for cl-lib namespace.
969 (Modify Macros, Declarations, Macro Bindings, Structures):
970 Break long lines in examples.
971 (Dynamic Bindings): Update for changed progv behavior.
972 (Loop Examples, Efficiency Concerns): Markup fixes.
973 (Structures): Remove TeX margin change.
39ff2cf3 974 (Declarations): Fix typos.
a05cb6e3 975
39a58b5b
GM
9762012-10-24 Glenn Morris <rgm@gnu.org>
977
a6880551
GM
978 * cl.texi (Overview, Multiple Values, Creating Symbols)
979 (Numerical Functions): Say less/nothing about the original cl.el.
980 (Old CL Compatibility): Remove.
981 (Assertions): Remove ignore-errors (standard Elisp for some time).
982
39a58b5b
GM
983 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
984 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
985 (Efficiency Concerns, Efficiency Concerns)
986 (Common Lisp Compatibility, Old CL Compatibility):
987 Further updates for cl-lib namespace.
988
72ec96fb
PE
9892012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
990
991 Update manual for new time stamp format (Bug#12706).
992 * emacs-mime.texi (time-date): Update for new format.
993 Also, fix bogus time stamp and modernize a bit.
994
8d6510b9
GM
9952012-10-23 Glenn Morris <rgm@gnu.org>
996
997 * cl.texi: Include emacsver.texi. Use Emacs version number rather
998 than unchanging cl.el version number.
999 End all menu descriptions with a period.
1000 Do not use @dfn{CL} for every instance of "CL".
1001 (Overview): Remove no-runtime caveat, and note about foo* names.
1002 (Usage): Use cl-lib rather than cl.
1003 (Organization, Naming Conventions): Update for cl-lib.el.
1004 (Installation): Remove long-irrelevant node.
1005 (Program Structure, Predicates, Control Structure):
1006 Start updating for cl-lib namespace.
8d6510b9
GM
1007 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
1008 Depend on emacsver.texi.
1009
0a078f36
MA
10102012-10-09 Michael Albinus <michael.albinus@gmx.de>
1011
1012 * trampver.texi: Update release number.
1013
a03bb33f
GM
10142012-10-06 Glenn Morris <rgm@gnu.org>
1015
24636b26
GM
1016 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
1017 ERC version.
1018 (Introduction): ERC is distributed with Emacs.
1019 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
1020 (Getting Started): Simplify.
1021 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
1022 (History): Mention ERC maintained as part of Emacs now.
1023 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
1024 Add dependency on emacsver.texi.
1025
a03bb33f
GM
1026 * erc.texi: Remove hand-written node pointers.
1027
d259be38
GM
10282012-10-05 Glenn Morris <rgm@gnu.org>
1029
1030 * newsticker.texi (Overview, Requirements, Usage, Configuration):
1031 Copyedits.
1032
62a81506
CY
10332012-10-01 Eric Ludlam <zappo@gnu.org>
1034
1035 * ede.texi (Quick Start, Project Local Variables)
1036 (Miscellaneous commands, ede-java-root, Development Overview)
1037 (Detecting a Project): New nodes.
1038 (Simple projects): Node deleted.
1039
1040 * eieio.texi (Building Classes): Some slot attributes cannot be
1041 overridden.
1042 (Slot Options): Remove an example.
1043 (Method Invocation, Documentation): New nodes.
1044
07f133bf
GM
10452012-10-01 Glenn Morris <rgm@gnu.org>
1046
1047 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
1048 (reftex.pdf): Add dependency on emacsver.texi.
1049 * reftex.texi: Don't include directory part for emacsver.texi;
1050 the Makefile's -I handles it.
1051
4f595e15
RA
10522012-09-30 Ralf Angeli <angeli@caeruleus.net>
1053
1054 Merge from standalone RefTeX repository.
1055
1056 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
1057 with macros.
1058 (Imprint): Mention Wolfgang in list of contributors.
1059 (Creating Citations): Give a hint about how to
1060 auto-revert the BibTeX database file when using external editors.
1061 (Referencing Labels): Simplify section about reference macro
1062 cycling.
1063 (Options (Referencing Labels)): Adapt to new structure of
1064 `reftex-ref-style-alist'.
1065 (Referencing Labels, Reference Styles): Document changes in the
1066 referencing functionality.
1067 (Commands): Mention options for definition of header and footer in
1068 BibTeX files.
1069 (Options (Creating Citations)): Document
1070 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
1071 (Reference Styles): New section.
1072 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
1073 (Options (Referencing Labels)): Remove descriptions of deprecated
1074 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
1075 Add descriptions for `reftex-ref-style-alist' and
1076 `reftex-ref-style-default-list'.
1077 (Referencing Labels): Update regarding reference styles.
1078 (Citation Styles): Mention support for ConTeXt.
1079 (Options (Defining Label Environments)): Fix typo.
c5b0993e
EW
1080 (Options (Creating Citations)):
1081 Document `reftex-cite-key-separator'.
4f595e15 1082
8223b1d2
BG
10832012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
1084
1085 * org.texi: Add description of ORG_ADD_CONTRIB to info
1086 documentation. Add link to Worg for more details.
1087
1088 * org.texi: Clarify installation procedure. Provide link to the
1089 build system description on Worg.
1090
1091 * org.texi: Remove reference to utils/, x11idle.c is now in
1092 contrib/scripts.
1093
1094 * org.texi: Re-normalize to "Org mode" in manual.
1095
1096 * org.texi (Installation): Adapt documentation to new build
1097 system. Mention GNU ELPA (since it needs to be handled like Emacs
1098 built-in Org).
1099
8223b1d2
BG
11002012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
1101
1102 * org.texi: Fix typo in description of the 'Hooks' section.
1103
1104 * org.texi: Add ID to the list of special properties.
1105
11062012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
1107
1108 * org.texi (Moving subtrees): Document the ability to archive to a
1109 datetree.
1110
1e20eeb7 11112012-09-30 Bastien Guerry <bzg@gnu.org>
8223b1d2 1112
c5b0993e
EW
1113 * org.texi (Installation, Feedback, Batch execution):
1114 Use (add-to-list 'load-path ... t) for the contrib dir.
8223b1d2
BG
1115
1116 * org.texi (results): Update documentation for ":results drawer"
1117 and ":results org".
1118
1119 * org.texi (Column width and alignment): Fix typo.
1120
1121 * org.texi (Activation): Point to the "Conflicts" section.
1122
1123 * org.texi (Conflicts): Mention filladapt.el in the list of
1124 conflicting packages.
1125
1126 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
1127 not needed for versions of Emacs > 22.1.
1128
1129 * org.texi (History and Acknowledgments): Fix typo.
1130
1131 * org.texi (History and Acknowledgments): Add my own
1132 acknowledgments.
1133
1134 * org.texi (Agenda commands): Document the new command and the new
1135 option.
1136
1137 * org.texi (Agenda commands): Delete `org-agenda-action' section.
1138 (Agenda commands): Reorder. Document `*' to toggle persistent
1139 marks.
1140
c5b0993e
EW
1141 * org.texi (Agenda dispatcher):
1142 Mention `org-toggle-agenda-sticky'.
8223b1d2
BG
1143 (Agenda commands, Exporting Agenda Views): Fix typo.
1144
1145 * org.texi (Templates in contexts, Setting Options): Update to
1146 reflect changes in how contexts options are processed.
1147
1148 * org.texi (Templates in contexts): Document the new structure of
1149 the variables `org-agenda-custom-commands-contexts' and
1150 `org-capture-templates-contexts'.
1151
1152 * org.texi (Templates in contexts): Document the new option
1153 `org-capture-templates-contexts'.
1154 (Storing searches): Document the new option
1155 `org-agenda-custom-commands-contexts'.
1156
1157 * org.texi (Formula syntax for Lisp): Reformat.
1158
1159 * org.texi (Special properties, Column attributes)
1160 (Agenda column view): Document the new special property
1161 CLOCKSUM_T.
1162
1163 * org.texi (Template expansion): Document the new %l template.
1164
1165 * org.texi (Fast access to TODO states): Fix documentation about
1166 allowed characters for fast todo selection.
1167
1168 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
1169 use in `org-agenda-to-appt'.
1170
1171 * org.texi (Comment lines): Update wrt comments.
1172
1173 * org.texi (Resolving idle time): Document new keybinding.
1174
1175 * org.texi (Clocking commands): Document the use of S-M-<up/down>
1176 on clock timestamps.
1177
1178 * org.texi (Fast access to TODO states): Explicitely says only
1179 letters are supported as fast TODO selection keys.
1180
1181 * org.texi (Link abbreviations): Illustrate the use of the "%h"
1182 specifier. Document the new "%(my-function)" specifier.
1183
1184 * org.texi (Clocking commands): New cindex.
1185 (Clocking commands): Update documentation for `org-clock-in'.
1186 Document `org-clock-in-last'. Mention `org-clock-out' and
1187 `org-clock-in-last' as commands that can be globally bound.
1188 (Resolving idle time): Document continuous clocking.
1189
1190 * org.texi (Top, Introduction): Fix formatting.
1191 (Activation): Add index entries.
1192 (Conventions): Update section.
1193 (Embedded @LaTeX{}): Fix formatting.
1194
1195 * org.texi (Visibility cycling): Document `show-children'.
1196
1197 * org.texi (Using capture): Mention the `org-capture-last-stored'
1198 bookmark as a way to jump to the last stored capture.
1199
1200 * org.texi (Uploading files): Fix typo.
1201
1202 * org.texi (Using capture): Document `C-0' as a prefix argument
1203 for `org-capture'.
1204
1205 * org.texi (Agenda commands): Document persistent marks.
1206
1207 * org.texi (Template expansion): Update doc to reflect change.
1208
1209 * org.texi (Radio tables): Document the :no-escape parameter.
1210
1211 * org.texi (Repeated tasks): Document repeat cookies for years,
1212 months, weeks, days and hours.
1213
1214 * org.texi (Export options): State that you can use the d: option
1215 by specifying a list of drawers.
1216
1217 * org.texi (HTML preamble and postamble): Small doc improvement.
1218
12192012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
1220
1221 * org.texi: The sections in the Exporting section of the manual
1222 left out articles in the description of the org-export-as-*
4f405069 1223 commands, among other places. This patch adds them, adds a few
8223b1d2
BG
1224 missing prepositions, and switches instances of "an HTML" to "a
1225 html" for internal consistency.
1226
1227 * org.texi: Alter several examples of headings with timestamps in
1228 them to include the timestamps in the body instead of the heading.
1229
12302012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
1231
1232 * org.texi (Agenda dispatcher): Document sticky agenda views and
1233 the new key for them.
1234
12352012-09-30 Charles <millarc@verizon.net> (tiny change)
1236
1237 * org.texi (Advanced features): Fix error in table.
1238
12392012-09-30 Feng Shu <tumashu@gmail.com>
1240
1241 * org.texi (@LaTeX{} fragments): Document imagemagick as an
1242 alternative to dvipng.
1243
12442012-09-30 François Allisson <francois@allisson.co> (tiny change)
1245
1246 * org.texi: Remove extra curly bracket.
1247
12482012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
1249
1250 * org.texi (org-clock-in-last and org-clock-cancel): Update the
1251 defkeys.
1252
12532012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1254
1255 * org.texi (Agenda commands): Fix two typos by giving
1256 corresponding function names, according to
1257 `org-agenda-view-mode-dispatch'.
1258
a04689de 12592012-09-30 Jan Böcker <jan.boecker@jboecker.de>
8223b1d2
BG
1260
1261 * org.texi (The spreadsheet): Fix typo.
1262
12632012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
1264
1265 * org.texi (Tracking your habits): Point to the "Tracking TODO
1266 state changes" section.
1267
12682012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
1269
1270 * org.texi (Literal examples): Remove reference to unknown
4f405069 1271 `org-export-latex-minted' variable. Also simplify footnote since
8223b1d2
BG
1272 `org-export-latex-listings' documentation is exhaustive already.
1273
1274 * org.texi (Plain lists): Remove reference to now hard-coded
1275 `bullet' automatic rule.
1276
12772012-09-30 Toby S. Cubitt <tsc25@cantab.net>
1278
1279 * org.texi: Updated documentation accordingly.
1280
5087f097
PE
12812012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1282
1283 * texinfo.tex: Merge from gnulib.
1284
20121a26
MA
12852012-09-12 Michael Albinus <michael.albinus@gmx.de>
1286
1287 Sync with Tramp 2.2.6.
1288
1289 * tramp.texi (Bug Reports): Cleanup caches before a test run.
1290
1291 * trampver.texi: Update release number.
1292
44677e30
PE
12932012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1294
1295 * texinfo.tex: Merge from gnulib.
1296
5a4c42ba
AA
12972012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
1298
1299 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
1300 (bug#12096).
1301
8e7046c3
JB
13022012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1303
1dcac243
JB
1304 * calc.texi (Simplification modes, Conversions)
1305 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
1306 (The Calc Mode Line): Mention the mode line display for Basic
1307 simplification mode.
1308 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
1309 simplifications.
1310 (Basic Simplifications): Rename from "Limited Simplifications"
1311 Replace "limited" by "basic" throughout.
4f405069 1312 (Algebraic Simplifications): Indicate that the algebraic
8e7046c3 1313 simplifications are done by default.
4f405069 1314 (Unsafe Simplifications): Mention `m E'.
8e7046c3
JB
1315 (Simplification of Units): Mention `m U'.
1316 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
c5b0993e
EW
1317 (Kinds of Declarations, Functions for Declarations):
1318 Mention "algebraic simplifications" instead of `a s'.
1dcac243 1319 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 1320
d2bd74ff
JB
13212012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1322
1323 * calc.texi (Getting Started, Tutorial): Change simulated
1324 Calc output to match actual output.
1325 (Simplifying Formulas): Mention that algebraic simplification is now
1326 the default.
1327
77472261
EZ
13282012-07-28 Eli Zaretskii <eliz@gnu.org>
1329
1330 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
1331 (Bug#12073)
1332
09ae5da1
PE
13332012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1334
1335 Prefer typical American spelling for "acknowledgment".
1336 * calc.texi (History and Acknowledgments): Rename from
1337 History and Acknowledgements.
1338 * idlwave.texi (Acknowledgments):
1339 * ses.texi (Acknowledgments):
1340 * woman.texi (Acknowledgments): Rename from Acknowledgements.
1341
c4444d16
PE
13422012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1343
1344 Rename configure.in to configure.ac (Bug#11603).
1345 * ede.texi (Compiler and Linker objects, ede-proj-project)
1346 (ede-step-project): Prefer the name configure.ac to configure.in.
1347
ef091c97
MA
13482012-07-06 Michael Albinus <michael.albinus@gmx.de>
1349
c5b0993e
EW
1350 * tramp.texi (Multi-hops):
1351 Introduce `tramp-restricted-shell-hosts-alist'.
ef091c97 1352
89b163db
G
13532012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1354
1355 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
1356 methods, so don't mention smtpmail here.
1357
13582012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1359
1360 * gnus.texi (Picons): Document gnus-picon-properties.
1361
13622012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1363
1364 * gnus.texi: Remove mention of compilation, as that's no longer
1365 supported.
1366
13672012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1368
1369 * gnus.texi (Archived Messages): Mention
1370 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
1371
13722012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1373
1374 * gnus.texi (Various Summary Stuff):
1375 Remove mention of `gnus-propagate-marks'.
1376
13772012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1378
1379 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
1380 which no longer exist.
1381
13822012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1383
1384 * gnus.texi (Archived Messages):
1385 Document gnus-gcc-self-resent-messages.
1386
13872012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1388
1389 * message.texi (Mail Variables):
1390 Mention the optional user parameter for X-Message-SMTP-Method.
1391
13922012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1393
1394 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
1395
1396 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
1397
13982012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1399
1400 * gnus.texi (Key Index): Change encoding to utf-8.
1401
ac1a0ce1 14022012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
1403
1404 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1405
71cca84d
G
14062012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1407
1408 * gnus.texi (Group Timestamp): Mention where to find documentation for
1409 the `gnus-tmp-' variables (bug#11601).
1410
888a7fc0
MA
14112012-06-11 Michael Albinus <michael.albinus@gmx.de>
1412
1413 Sync with Tramp 2.2.6-pre.
1414
1415 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
1416 where appropriate.
1417 (Ad-hoc multi-hops): New section.
1418 (Remote processes): New subsection "Running remote processes on
1419 Windows hosts".
1420 (History): Add remote commands on Windows, and ad-hoc multi-hop
1421 methods.
1422 (External methods): "ControlPersist" must be set to "no" for the
1423 `scpc' method.
1424 (Remote processes): Add a note about `auto-revert-tail-mode'.
1425 (Frequently Asked Questions): Use "scpx" in combination with
1426 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
1427
1428 * trampver.texi: Update release number.
1429
31ca4639 14302012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
1431
1432 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
1433 compilation for html-mono.
1434
0e8bbf66
PE
14352012-06-08 Paul Eggert <eggert@cs.ucla.edu>
1436
1437 * texinfo.tex: Merge from gnulib.
1438
b8f061b3
KY
14392012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
1440
1441 * Makefile.in (echo-info): Don't try to install info files named
1442 just ".info".
1443
16af873e
GM
14442012-05-28 Glenn Morris <rgm@gnu.org>
1445
c1dabff0
GM
1446 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
1447
16af873e
GM
1448 * sc.texi: Nuke hand-written node pointers.
1449 Fix top-level menu to match actual node order.
1450
1d5b82ef
GM
14512012-05-27 Glenn Morris <rgm@gnu.org>
1452
1453 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
1454 Some associated fixes, including not messing with chapno in cl.texi.
1455
33017faf 14562012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
1457
1458 * org.texi (Durations and time values): Fix typo.
1459
d14b0029
JB
14602012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1461
33017faf 1462 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
1463 Mention `calc-ensure-consistent-units'.
1464
2f4cadd1 14652012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 1466
9879e263
AS
1467 * cc-mode.texi: Avoid space before macro in 4th argument of cross
1468 reference commands. (Bug#11461)
1469
78e91d08
AS
1470 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
1471
3fe7cdc8
GM
14722012-05-12 Glenn Morris <rgm@gnu.org>
1473
9598ef0b
GM
1474 * Makefile.in (mostlyclean): Add more TeX intermediates.
1475
7d326a29
GM
1476 * Makefile.in: Make it look more like the other doc Makefiles.
1477 Use explicit $srcdir in all dependencies.
1478 Remove cd $srcdir from rules.
1479 (VPATH): Remove.
1480 (infodir): Set to an absolute path.
1481 (INFO_TARGETS): Use short names.
1482 (mkinfodir): infodir is now absolute.
1483 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
1484
c7f95930 1485 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 1486 (.SUFFIXES): Disable implicit rules.
c7f95930 1487
3fe7cdc8
GM
1488 * Makefile.in (MKDIR_P): New, set by configure.
1489 (mkinfodir): Use $MKDIR_P.
1490
6f0652af
GM
14912012-05-07 Glenn Morris <rgm@gnu.org>
1492
1493 * forms.texi (Long Example): Update for changed location of files.
1494
8045b906
GM
14952012-05-04 Glenn Morris <rgm@gnu.org>
1496
1497 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1498 (INFO_TARGETS): Use $INFO_EXT.
1499 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1500 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1501 (INFO_TARGETS): Use $INFO_EXT.
1502 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1503
9e7a4bcf
GM
15042012-05-02 Glenn Morris <rgm@gnu.org>
1505
9aa071df
GM
1506 * Makefile.in (echo-info): New phony target, used by top-level.
1507
9e7a4bcf
GM
1508 * viper.texi: Make direntry shorter (also it is no longer "newest").
1509
1510 * emacs-gnutls.texi, ert.texi, org.texi:
1511 Fix dircategory, direntry to match info/dir.
1512
31cc861c
GM
1513 * faq.texi: Convert @inforefs to @xrefs.
1514 Fix some malformed cross-references.
f9e320bb
GM
1515 (File-name conventions): Shorten section name to avoid overfull line.
1516 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 1517
723ea6b5
TZ
15182012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
1519
1520 * auth.texi (Help for users): Update for .gpg file being second.
1521
a8e7d6d7 15222012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
1523
1524 * org.texi (Agenda commands): Fix two typos: give corresponding
1525 function names, according to `org-agenda-view-mode-dispatch'.
1526
a8e7d6d7 15272012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
1528
1529 * faq.texi (Major packages and programs): Remove section.
1530 There is no point listing 6 packages (cf etc/MORE.STUFF).
1531 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 1532
dcbf5805
MA
15332012-04-22 Michael Albinus <michael.albinus@gmx.de>
1534
1535 * dbus.texi (Version): New node.
1536 (Properties and Annotations): Mention the object manager
1537 interface. Describe dbus-get-all-managed-objects.
1538 (Type Conversion): Floating point numbers are allowed, if an
1539 anteger does not fit Emacs's integer range.
1540 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
1541 (Asynchronous Methods): Fix description of
1542 dbus-call-method-asynchronously.
c5b0993e
EW
1543 (Receiving Method Calls): Fix some minor errors.
1544 Add dbus-interface-emacs.
dcbf5805
MA
1545 (Signals): Describe unicast signals and the new match rules.
1546 (Alternative Buses): Add the PRIVATE optional argument to
1547 dbus-init-bus. Describe its new return value. Add dbus-setenv.
1548
adee4030
GM
15492012-04-20 Glenn Morris <rgm@gnu.org>
1550
1551 * faq.texi (New in Emacs 24): New section.
1552 (Packages that do not come with Emacs): Mention M-x list-packages.
1553
35dc09a1 15542012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
1555
1556 * cc-mode.texi (c-offsets-alist): Correct a typo.
1557
35dc09a1 15582012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
1559
1560 * org.texi (Deadlines and scheduling): Fix the example: the
1561 DEADLINE item should come right after the headline. We enforce
1562 this convention, so it is a bug not to illustrate it correctly in
1563 the manual.
1564
35dc09a1 15652012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
1566
1567 * org.texi (Agenda commands): Fix documentation bug by swapping
1568 the equivalent keybindings to `org-agenda-next-line' with the ones
1569 to `org-agenda-previous-line'.
1570
35dc09a1 15712012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
1572
1573 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1574
e2560ea8
EZ
15752012-04-09 Eli Zaretskii <eliz@gnu.org>
1576
c5b0993e
EW
1577 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
1578 Add emacs-gnutls.
e2560ea8
EZ
1579 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
1580
6b4f4a2d
TZ
15812012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1582
250b840e 1583 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
1584
1585 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
1586
ca2c89b6
TZ
15872012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1588
1589 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 1590 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 1591
aebd5f1a
GM
15922012-04-04 Glenn Morris <rgm@gnu.org>
1593
1594 * auth.texi (Secret Service API): Copyedits.
1595 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
1596 (Help for users, Help for developers)
1597 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 1598
0317dd51
MA
15992012-04-04 Michael Albinus <michael.albinus@gmx.de>
1600
1601 * auth.texi (Secret Service API): Add the missing text.
1602
3d439cd1
CY
16032012-04-04 Chong Yidong <cyd@gnu.org>
1604
1605 * message.texi (Using PGP/MIME): Note that epg is now the default.
1606
1607 * gnus.texi: Reduce references to obsolete pgg library.
1608 (Security): Note that epg is now the default.
1609
1610 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
1611
1612 * nxml-mode.texi (Completion): C-RET is no longer bound to
1613 nxml-complete.
1614
153ae947
BG
16152012-04-01 Jambunathan K <kjambunathan@gmail.com>
1616
1617 * org.texi (Customizing tables in ODT export): Correct few errors.
1618
16192012-04-01 Jambunathan K <kjambunathan@gmail.com>
1620
1621 * org.texi (Links in ODT export): Update.
1622 (Labels and captions in ODT export): New node.
1623
16242012-04-01 Jambunathan K <kjambunathan@gmail.com>
1625
1626 * org.texi (Literal examples in ODT export): htmlfontify.el in
1627 Emacs-24.1 now supports fontification. So ODT source blocks will
1628 be fontified by default.
1629
16302012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
1631
1632 * org.texi (Refiling notes): Remove duplicated keybinding.
1633
16342012-04-01 Eric Schulte <eric.schulte@gmx.com>
1635
1636 * org.texi (noweb): Documentation of this new option to the :noweb
1637 header argument.
1638
16392012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
1640
1641 * org.texi (Header and sectioning): Add example demonstrating how
1642 to use "LaTeX_CLASS_OPTIONS".
1643
16442012-04-01 Eric Schulte <eric.schulte@gmx.com>
1645
1646 * org.texi (Noweb reference syntax): Describe the ability to
1647 execute noweb references in the manual.
1648
16492012-04-01 Eric Schulte <eric.schulte@gmx.com>
1650
1651 * org.texi (cache): Improve cache documentation when session
1652 evaluation is used.
1653
16542012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1655
1656 * org.texi (Plain lists): Document removal.
1657
16582012-04-01 Michael Brand <michael.ch.brand@gmail.com>
1659
1660 * org.texi: Decapitalize file name in references to Calc manual.
1661
16622012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1663
1664 * org.texi (Plain lists): Document removal.
1665
16662012-04-01 Jambunathan K <kjambunathan@gmail.com>
1667
1668 * org.texi (Top, OpenDocument Text export)
1669 (ODT export commands, Extending ODT export)
1670 (Images in ODT export, Tables in ODT export)
1671 (Configuring a document converter): Add or Update.
1672
16732012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
1674
1675 * org.texi (MobileOrg): Change the wording to reflect that the
1676 Android Version is no longer just the little brother of the iOS
1677 version.
1678
16792012-04-01 Eric Schulte <eric.schulte@gmx.com>
1680
c5b0993e 1681 * org.texi (Key bindings and useful functions): Update babel key
153ae947
BG
1682 binding documentation in manual.
1683
16842012-04-01 Eric Schulte <eric.schulte@gmx.com>
1685
1686 * org.texi (noweb): Document new noweb header value.
1687
16882012-04-01 Eric Schulte <eric.schulte@gmx.com>
1689
1690 * org.texi (noweb-sep): Document new header argument.
1691
16922012-04-01 Eric Schulte <eric.schulte@gmx.com>
1693
1694 * org.texi (noweb-ref): Documentation of this new custom variable.
1695
16962012-04-01 Eric Schulte <eric.schulte@gmx.com>
1697
1698 * org.texi (wrap): Update the new :wrap documentation to match the
1699 current implementation.
1700
17012012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1702
1703 * org.texi: Added documentation for :wrap.
1704
17052012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1706
1707 * org.texi: #+RESULTS now user-configurable.
1708
17092012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1710
1711 * org.texi: Documented :noweb no-export.
1712
17132012-04-01 Thomas Dye <dk@poto.local>
1714
1715 * org.texi: Edit :noweb no header argument for correctness.
1716
1e20eeb7 17172012-04-01 Bastien Guerry <bzg@gnu.org>
153ae947
BG
1718
1719 * org.texi (Customization): Update the approximate number of Org
1720 variables.
1721
17222012-04-01 Thomas Dye <dk@poto.local>
1723
1724 * org.texi: The :results wrap produces a drawer instead of a
1725 begin_results block.
1726
005a89ff
G
17272012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
1728
1729 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
1730 reflect the new default.
1731
589ce070
EZ
17322012-03-10 Eli Zaretskii <eliz@gnu.org>
1733
1734 * info.texi (Expert Info): Move the index entry for "Texinfo" from
1735 "Getting Started" to this node. (Bug#10450)
1736
a5392527
CY
17372012-03-10 Chong Yidong <cyd@gnu.org>
1738
8ae818e4
CY
1739 * flymake.texi (Example -- Configuring a tool called via make):
1740 Mention the Automake COMPILE variable (Bug#8715).
1741
a5392527
CY
1742 * info.texi (Getting Started): Add an index entry (Bug#10450).
1743
d49902e4
MA
17442012-03-02 Michael Albinus <michael.albinus@gmx.de>
1745
1746 * dbus.texi (Signals): Known names will be mapped onto unique
1747 names, when registering for signals.
1748
53eced6d
GM
17492012-02-29 Glenn Morris <rgm@gnu.org>
1750
bcd6cd23
GM
1751 * url.texi: Fix quote usage in body text.
1752
775b55af
GM
1753 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
1754
53eced6d
GM
1755 * cl.texi: Use @code{} in menus when appropriate.
1756
44e97401
GM
17572012-02-28 Glenn Morris <rgm@gnu.org>
1758
1759 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
1760 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1761 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1762 * org.texi, sc.texi, vip.texi, viper.texi:
1763 Standardize possessive apostrophe usage.
1764
fa9a0855
CY
17652012-02-26 Chong Yidong <cyd@gnu.org>
1766
1767 * ediff.texi (Quick Help Commands): Add a couple of index entries
1768 (Bug#10834).
1769
0fd2c9a3
GM
17702012-02-17 Glenn Morris <rgm@gnu.org>
1771
1772 * gnus.texi (Posting Styles):
1773 * remember.texi (Org): Fix cross-refs to other manuals.
1774
9f26dc24
GM
17752012-02-15 Glenn Morris <rgm@gnu.org>
1776
1777 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1778 (Encryption): New chapter, split out from previous.
1779
3d2af193
LI
17802012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1781
c5b0993e
EW
1782 * gnus.texi (Customizing the IMAP Connection):
1783 Mention nnimap-record-commands.
3d2af193 1784
b74c9672
GM
17852012-02-10 Glenn Morris <rgm@gnu.org>
1786
1787 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1788 Mention url-queue-retrieve.
1789
2ebc3b94
GM
17902012-02-09 Glenn Morris <rgm@gnu.org>
1791
9fcfcdef
GM
1792 * sem-user.texi (Semantic mode user commands): Typo fix.
1793
2ebc3b94
GM
1794 * info.texi (Create Info buffer): Mention info-display-manual.
1795
7c4bbb69
LI
17962012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1797
1798 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1799 example (modified from an example by Michael Albinus).
1800
debce7bc
G
18012012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1802
1803 * gnus.texi (Agent Basics): Fix outdated description of
1804 `gnus-agent-auto-agentize-methods'.
1805
b207a4ec
AS
18062012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1807
1808 * cc-mode.texi: Always @defindex ss.
1809 (Config Basics): Fix argument of @itemize.
1810 (Macro Backslashes): Add @code around index entry.
1811
b8fe8712
GM
18122012-01-23 Glenn Morris <rgm@gnu.org>
1813
1814 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1815
02dc2fd7
EH
18162012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1817
1818 * tramp.texi (File): Tweak wording for the `scpc' option.
1819
e7719ea1
G
18202012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1821
1822 * gnus.texi (Group Parameters): Really note precedence.
1823
9937bef4
G
18242012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1825
1826 * gnus.texi (Group Parameters): Note precedence.
1827
e66ba1df
BG
18282012-01-03 Eric Schulte <eric.schulte@gmx.com>
1829
1830 * org.texi (Noweb reference syntax): Adding documentation of
1831 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1832 variable.
1833
18342012-01-03 Bastien Guerry <bzg@gnu.org>
1835
1836 * org.texi (Plain lists): Split the table to fix the display
1837 of items.
1838
18392012-01-03 Bastien Guerry <bzg@gnu.org>
1840
1841 * org.texi (Plain lists): Fix misplaced explanation.
1842
18432012-01-03 Bastien Guerry <bzg@gnu.org>
1844
1845 * org.texi (Plain lists, Agenda files): Add index entries.
1846
18472012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1848
1849 * org.texi: Use "Org mode" instead of alternatives like
1850 "Org-mode" or "org-mode".
1851
18522012-01-03 Bernt Hansen <bernt@norang.ca>
1853
c5b0993e
EW
1854 * org.texi (Agenda commands):
1855 Document `org-clock-report-include-clocking-task'.
e66ba1df
BG
1856
18572012-01-03 Bastien Guerry <bzg@gnu.org>
1858
1859 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1860 C-c' on checkboxes.
1861
18622012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1863
1864 * org.texi: End sentences with two spaces.
1865
18662012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1867
1868 * org.texi (External links): Document the link types file+sys
1869 and file+emacs, slightly narrow used page width.
1870
18712012-01-03 Eric Schulte <eric.schulte@gmx.com>
1872
1873 * org.texi (colnames): Note that colnames behavior may differ
1874 across languages.
1875
18762012-01-03 Bastien Guerry <bzg@gnu.org>
1877
1878 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1879
18802012-01-03 Thomas Dye <dk@poto.westell.com>
1881
1882 * org.texi: Augmented discussion of babel property
1883 inheritance. Put footnote outside sentence ending period.
1884
18852012-01-03 Eric Schulte <schulte.eric@gmail.com>
1886
1887 * org.texi (eval): Documenting the full range of :eval header
1888 argument values.
1889
18902012-01-03 Eric Schulte <schulte.eric@gmail.com>
1891
1892 * org.texi (eval): Documentation of the new :eval option.
1893
18942012-01-03 Thomas Dye <dk@poto.local>
1895
1896 * org.texi: Add accumulated properties.
1897
18982012-01-03 Thomas Dye <dk@poto.local>
1899
1900 * org.texi: Documented no spaces in name=assign, another
1901 correction to :var table.
1902
19032012-01-03 Thomas Dye <dk@poto.local>
1904
1905 * org.texi: Changed DATA to NAME in Working With Source Code
1906 section.
1907
19082012-01-03 Tom Dye <tsd@tsdye.com>
1909
1910 * org.texi: Minor change to :var table.
1911
19122012-01-03 Tom Dye <tsd@tsdye.com>
1913
1914 * org.texi: More changes to :var table (some examples were wrong).
1915
19162012-01-03 Tom Dye <tsd@tsdye.com>
1917
1918 * org.texi: Cleaned up :var table.
1919
19202012-01-03 Bastien Guerry <bzg@gnu.org>
1921
1922 * org.texi (Timestamps, Weekly/daily agenda)
1923 (Weekly/daily agenda): Add @cindex for "appointment".
1924
19252012-01-03 Eric Schulte <schulte.eric@gmail.com>
1926
1927 * org.texi (Literal examples): A new link to the template for
1928 inserting empty code blocks.
1929 (Structure of code blocks): A new link to the template for
1930 inserting empty code blocks.
1931
19322012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1933
1934 * org.texi (External links): Add footnote on how the behavior
1935 of the text search in Org files are controled by the variable
1936 `org-link-search-must-match-exact-headline'.
1937
19382012-01-03 Eric Schulte <schulte.eric@gmail.com>
1939
c5b0993e
EW
1940 * org.texi (Buffer-wide header arguments):
1941 Update documentation to reflect removal of #+PROPERTIES.
e66ba1df
BG
1942
19432012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1944
1945 * org.texi (The clock table): Mention that ACHIVED trees
1946 contribute to the clock table.
1947
19482012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1949
1950 * org.texi (Conflicts): Better yasnippet config info.
1951
19522012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1953
1954 * org.texi (Selective export): Explicitely mention the default
1955 values for `org-export-select-tags',
1956 `org-export-exclude-tags'.
1957
19582012-01-03 Tom Dye <tsd@tsdye.com>
1959
1960 * org.texi: Added a line to specify that header arguments are
1961 lowercase.
1962
19632012-01-03 Tom Dye <tsd@tsdye.com>
1964
1965 * org.texi: :var requires default value when declared.
1966
19672012-01-03 Bastien Guerry <bzg@gnu.org>
1968
1969 * org.texi (Handling links): Add a note about the
1970 `org-link-frame-setup' option.
1971
19722012-01-03 David Maus <dmaus@ictsoc.de>
1973
1974 * org.texi (Exporting Agenda Views, Extracting agenda
1975 information): Fix command line syntax, quote symbol parameter
1976 values.
1977
19782012-01-03 David Maus <dmaus@ictsoc.de>
1979
1980 * org.texi (Exporting Agenda Views): Fix command line syntax.
1981
8d80ef01
PE
19822011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1983
1984 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1985 Use octal notation for file permissions, which are normally
1986 thought of in octal.
1987 (Mail Back End Variables): Use more-plausible modes in example.
1988
47d42d81
AM
19892011-12-20 Alan Mackenzie <acm@muc.de>
1990
1991 * cc-mode.texi: Update version string 5.31 -> 5.32.
1992
a98edce9
JB
19932011-12-06 Juanma Barranquero <lekktu@gmail.com>
1994
1995 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1996
321decc8
GM
19972011-11-24 Glenn Morris <rgm@gnu.org>
1998
1999 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
2000
f8107b79
JB
20012011-11-24 Juanma Barranquero <lekktu@gmail.com>
2002
2003 * makefile.w32-in: Update dependencies.
2004
f5a96a4f
GM
20052011-11-20 Glenn Morris <rgm@gnu.org>
2006
2007 * gnus.texi (Group Information):
2008 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
2009
cd1181db
JB
20102011-11-20 Juanma Barranquero <lekktu@gmail.com>
2011
2012 * gnus-coding.texi (Gnus Maintenance Guide):
2013 Rename from "Gnus Maintainance Guide".
2014
2015 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
2016 * eieio.texi (Customizing):
fe7a3057
JB
2017 * gnus.texi (Article Washing):
2018 * gnus-news.texi:
2019 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 2020
7877f373
JB
20212011-11-16 Juanma Barranquero <lekktu@gmail.com>
2022
2023 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
2024
0d26e0b6
JB
20252011-11-15 Juanma Barranquero <lekktu@gmail.com>
2026
c7015153
JB
2027 * ede.texi (project-am-texinfo):
2028 * gnus.texi (Sending or Not Sending):
2029 * org.texi (Template elements): Fix typos.
0d26e0b6 2030
0b381c7e
JB
20312011-11-14 Juanma Barranquero <lekktu@gmail.com>
2032
2033 * ediff.texi (Hooks):
c7015153 2034 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 2035
40a8bdf6
JB
20362011-11-11 Juanma Barranquero <lekktu@gmail.com>
2037
2038 * semantic.texi (Tag handling): Fix typo.
2039
57dda3bb
KY
20402011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
2041
2042 * gnus.texi (Other Gnus Versions): Remove.
2043
52bedd34
AM
20442011-10-28 Alan Mackenzie <acm@muc.de>
2045
2046 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
2047 (Other Special Indentations): Add an xref to "Macros with ;".
2048 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
2049 "Macros with ;".
2050 (Macros with ;): New page.
2051
00b77525
GM
2052 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
2053 Document the new handling of nested scopes for movement by defuns.
52bedd34 2054
4a623313
MA
20552011-10-23 Michael Albinus <michael.albinus@gmx.de>
2056
2057 Sync with Tramp 2.2.3.
2058
2059 * trampver.texi: Update release number.
2060
466a320e
GM
20612011-10-14 Glenn Morris <rgm@gnu.org>
2062
2063 * ert.texi (Introduction, How to Run Tests)
2064 (Running Tests Interactively, Expected Failures)
2065 (Tests and Their Environment, Useful Techniques)
2066 (Interactive Debugging, Fixtures and Test Suites):
2067 Minor rephrasings.
2068 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
2069 (Running Tests in Batch Mode): Simplify loading instructions.
2070 (Test Selectors): Clarify some selectors.
2071 (Expected Failures, Useful Techniques):
2072 Make examples fit in 80 columns.
2073
2be4956d
JB
20742011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
2075
2076 * calc.texi (Basic Operations on Units): Discuss temperature
2077 conversion (`u t') alongside with other unit conversions ('u c').
2078
7359a765
GM
20792011-10-12 Glenn Morris <rgm@gnu.org>
2080
2081 * ert.texi: Whitespace trivia to make main menu items line up better.
2082
a0c52e5d
GM
20832011-10-08 Glenn Morris <rgm@gnu.org>
2084
2085 * Makefile.in: Fix ert rules.
2086
465d0300
G
20872011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2088
2089 * gnus.texi (Gnus Utility Functions): Add more references and
2090 explanations (bug#9683).
2091
a5166359
LMI
20922011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2093
2094 * gnus.texi (Archived Messages): Note the default (bug#9552).
2095
b523dc20
BW
20962011-09-21 Bill Wohler <wohler@newt.com>
2097
2098 Release MH-E manual version 8.3.
2099
58179cce 2100 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20 2101 release 8.3.
c5b0993e 2102 (Preface): Update support information.
bd7239f5 2103 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
2104 historical quote, the tense should be correct in the time that it
2105 was written.
2106
0afb49a1
LMI
21072011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2108
2109 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
2110 (Finding the News): Doc clarification.
2111 (Terminology): Mention naming.
2112
e21bac42
G
21132011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2114
2115 * gnus.texi: Remove mentions of `recent', which are now obsolete.
2116 (Interactive): Document `quiet'.
2117
5b409b39 21182011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 2119
bd7239f5 2120 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 2121
5b409b39 21222011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 2123
bd7239f5 2124 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
2125 scope for `org-map-entries'.
2126
5b409b39 21272011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2128
2129 * org.texi (Visibility cycling): Document `org-copy-visible'.
2130
5b409b39 21312011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 2132
bd7239f5 2133 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
2134 proper order.
2135
5b409b39 21362011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2137
2138 * org.texi (eval): Expand discussion of the :eval header argument.
2139
5b409b39 21402011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
2141
2142 * org.texi (Languages): Add Lilypond and Awk as supported
2143 languages.
2144
5b409b39 21452011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 2146
bd7239f5 2147 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
2148 LOG_INTO_DRAWER can be used to override the contents of variable
2149 org-clock-into-drawer (or if unset, org-log-into-drawer).
2150
bd7239f5 2151 * org.texi: Replace @xref->@pxref.
3ab2c837 2152
5b409b39 21532011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2154
2155 * org.texi (Evaluating code blocks): Documenting the new option
2156 for inline call lines.
2157
5b409b39 21582011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2159
2160 * org.texi (Results of evaluation): More explicit about the
2161 mechanism through which interactive evaluation of code is
2162 performed.
2163
5b409b39 21642011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2165
2166 * org.texi (noweb-ref): New header argument documentation.
2167
5b409b39 21682011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2169
2170 * org.texi (Extracting source code): Documentation of the new
2171 org-babel-tangle-named-block-combination variable.
2172
5b409b39 21732011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 2174
bd7239f5 2175 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 2176 behavior of multiple blocks of the same name is undefined.
3ab2c837 2177
5b409b39 21782011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
2179
2180 * org.texi (TaskJuggler export): Modify the example to reflect the
2181 new effort durations.
2182
5b409b39 21832011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
2184
2185 * org.texi (Images in LaTeX export): Escape curly brackets in
2186 LaTeX example.
2187
5b409b39 21882011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2189
2190 * org.texi (The clock table): Document the :properties and
2191 :inherit-props arguments for the clocktable.
2192
5b409b39 21932011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2194
2195 * org.texi (Tables in LaTeX export): Document specifying placement
2196 options for tables.
2197
5b409b39 21982011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2199
2200 * org.texi (Evaluating code blocks): More specific documentation
2201 about the different types of header arguments.
2202
5b409b39 22032011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
2204
2205 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
2206
5b409b39 22072011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2208
2209 * org.texi (Built-in table editor): Document the table field
2210 follow mode.
2211
5b409b39 22122011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
2213
2214 * org.texi (Easy Templates): Document new template.
2215
5b409b39 22162011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
2217
2218 * org.texi (Literal examples): Add a cross-reference from "Literal
2219 Examples" to "Easy Templates."
2220
5b409b39 22212011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2222
2223 * org.texi (The clock table): Add link to match syntax.
2224
5b409b39 22252011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2226
2227 * org.texi (Agenda commands): Document clock consistency checks.
2228
5b409b39 22292011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2230
2231 * org.texi (Built-in table editor): Document that \vert represents
2232 a vertical bar in a table field.
2233
5b409b39 22342011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2235
2236 * org.texi (Literal examples): Link from "Markup" > "Literate
2237 Examples" to "Working with Source Code".
2238
5b409b39 22392011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
2240
2241 * org.texi (Agenda commands): Doc for function option to bulk
2242 action.
2243
5b409b39 22442011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2245
2246 * org.texi (Template expansion): Document new %<...> template
2247 escape.
2248
5b409b39 22492011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2250
2251 * org.texi (Selective export): Document exclusion of any tasks
2252 from export.
2253
5b409b39 22542011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2255
2256 * org.texi (Selective export): Document how to exclude DONE tasks
2257 from export.
2258 (Publishing options): Document the properties to be used to turn off
2259 export of DONE tasks.
2260
5b409b39 22612011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2262
2263 * org.texi (The date/time prompt): Document date range protection.
2264
5b409b39 22652011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2266
2267 * org.texi (padline): Documentation of the new padline header
2268 argument.
2269
5b409b39 22702011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2271
2272 * org.texi (var): Adding "[" to list of characters triggering
2273 elisp evaluation.
2274
5b409b39 22752011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2276
2277 * org.texi (var): Documentation of Emacs Lisp evaluation during
2278 variable assignment.
2279
5b409b39 22802011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2281
2282 * org.texi (colnames): Reference indexing into variables, and note
2283 that colnames are *not* removed before indexing occurs.
2284 (rownames): Reference indexing into variables, and note that
2285 rownames are *not* removed before indexing occurs.
2286
5b409b39 22872011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2288
2289 * org.texi (var): Clarification of indexing into tabular
2290 variables.
2291
5b409b39 22922011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2293
2294 * org.texi (results): Documentation of the `:results wrap' header
2295 argument.
2296
5b409b39 22972011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 2298
bd7239f5 2299 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
2300 of the LaTeX export: the org file has to be properly structured.
2301
5b409b39 23022011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 2303
c5b0993e
EW
2304 * org.texi (Dynamic blocks, Structure editing):
2305 Mention the function `org-narrow-to-block'.
3ab2c837 2306
5b409b39 23072011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2308
2309 * org.texi (Languages): Updating list of code block supported
2310 languages.
2311
5b409b39 23122011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2313
2314 * org.texi (Special properties): CATEGORY is a special property,
2315 but it may also used in the drawer.
2316
5b409b39 23172011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2318
2319 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
2320
5b409b39 23212011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
2322
2323 * org.texi (Include files): Document :lines.
2324
5b409b39 23252011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2326
2327 * org.texi (comments): Documentation of the ":comments noweb" code
2328 block header argument.
2329
5b409b39 23302011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 2331
c5b0993e 2332 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3ab2c837
BG
2333 added extra whitespace around functions to be consistent with the
2334 rest of the section.
2335
5b409b39 23362011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 2337
c5b0993e 2338 * org.texi (Evaluating code blocks): Expand discussion of
3ab2c837 2339 #+call: line syntax.
c5b0993e 2340 (Header arguments in function calls): Expand discussion of
3ab2c837
BG
2341 #+call: line syntax.
2342
5b409b39 23432011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2344
2345 * org.texi (Evaluating code blocks): More explicit about how to
2346 pass variables to #+call lines.
2347
5b409b39 23482011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2349
2350 * org.texi (Results of evaluation): Link to the :results header
2351 argument list from the "Results of evaluation" section.
2352
5b409b39 23532011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2354
2355 * org.texi (Conflicts): Adding additional information about
2356 resolving org/yasnippet conflicts.
2357
5b409b39 23582011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
2359
2360 * org.texi (Publishing options): Document style-include-scripts
2361 publishing project property.
2362
5b409b39 23632011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2364
2365 * org.texi (Sparse trees): Document the next-error /
2366 previous-error functionality.
2367
5b409b39 23682011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837 2369
c5b0993e 2370 * org.texi (cache): Improve documentation of code block caches.
3ab2c837 2371
5b409b39 23722011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837 2373
c5b0993e
EW
2374 * org.texi (Code block specific header arguments):
2375 Documentation of multi-line header arguments.
3ab2c837 2376
5b409b39 23772011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2378
2379 * org.texi (Code evaluation security): Add example for using a
2380 function.
2381
5b409b39 23822011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2383
2384 * org.texi (Tables in LaTeX export): Documentation of new
2385 attr_latex options for tables.
2386
5b409b39
BG
23872011-08-03 Michael Albinus <michael.albinus@gmx.de>
2388
2389 * trampver.texi: Update release number.
2390
23912011-07-30 Michael Albinus <michael.albinus@gmx.de>
2392
2393 Sync with Tramp 2.2.2.
2394
2395 * trampver.texi: Update release number.
2396
064e2d08
LMI
23972011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2398
2399 * flymake.texi (Example -- Configuring a tool called via make):
2400 Use /dev/null instead of the Windows "nul" (bug#8715).
2401
b8151e9c
LMI
24022011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2403
2404 * widget.texi (Setting Up the Buffer): Remove mention of the
2405 global keymap parent, which doesn't seem to be accurate
2406 (bug#7045).
2407
5b409b39
BG
24082011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2409
2410 * org.texi (Special agenda views): Fix double quoting (bug#3509).
2411
c0a8ae95
KR
24122010-07-10 Kevin Ryde <user42@zip.com.au>
2413
2414 * cl.texi (For Clauses): Add destructuring example processing an
2415 alist (bug#6596).
2416
ac6531ad
LMI
24172011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2418
2419 * ediff.texi (Major Entry Points): Remove mention of `require',
2420 since that's not pertinent in the installed Emacs (bug#9016).
2421
d30dd079
G
24222011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2423
2424 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
2425 (Filtering New Groups): Clarify how simple the "options -n" format is.
2426 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
2427 is internal.
d30dd079 2428
862c0d68
MA
24292011-07-04 Michael Albinus <michael.albinus@gmx.de>
2430
c5b0993e
EW
2431 * tramp.texi (Cleanup remote connections):
2432 Add `tramp-cleanup-this-connection'.
862c0d68 2433
cd865a33
G
24342011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2435
2436 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
2437 zombies.
2438 (Checking New Groups): Ditto (bug#8974).
c5b0993e 2439 (Checking New Groups): Move the reference to the right place.
cd865a33
G
2440
24412011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
2442
2443 * gnus.texi (Startup Files): Clarify that we're talking about numbered
2444 backups, and not actual vc (bug#8975).
2445
79414ae4
KR
24462011-07-03 Kevin Ryde <user42@zip.com.au>
2447
2448 * cl.texi (For Clauses): @items for hash-values and key-bindings
2449 to make them more visible when skimming. Add examples of `using'
2450 clause to them, examples being clearer than a description in
2451 words (bug#6599).
2452
847ccf7c
AM
24532011-07-01 Alan Mackenzie <acm@muc.de>
2454
2455 * cc-mode.texi (Guessing the Style): New page.
2456 (Styles): Add a short introduction to above.
2457
3da13bb9
DD
24582011-06-28 Deniz Dogan <deniz@dogan.se>
2459
2460 * rcirc.texi (Configuration): Bug-fix:
2461 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
2462 Reported by Elias Pipping <pipping@exherbo.org>.
2463
60a0884e
G
24642011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2465
c5b0993e
EW
2466 * gnus.texi (Summary Mail Commands):
2467 Document `gnus-summary-reply-to-list-with-original'.
60a0884e 2468
0c7efc08
SM
24692011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * eshell.texi (Known problems): Fix typo.
2472
ea3596a2
MA
24732011-06-12 Michael Albinus <michael.albinus@gmx.de>
2474
0c7efc08 2475 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
2476 (Password handling): `auth-source-debug' is good for debug messages.
2477
2da9c605
G
24782011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
2479
2480 * gnus.texi (Store custom flags and keywords): Refer to
2481 `gnus-registry-article-marks-to-{chars,names}' instead of
2482 `gnus-registry-user-format-function-{M,M2}'.
2483
e61923c8
GM
24842011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2485
2486 * texinfo.tex: Merge from gnulib.
2487
627abcdd
TZ
24882011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
2489
2490 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
2491 (Store custom flags and keywords):
2492 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
2493 `gnus-registry-user-format-function-M2'.
2494
a3c92bc1
EZ
24952011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2496
8f906c40 2497 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 2498
85d870a9
GM
24992011-05-17 Glenn Morris <rgm@gnu.org>
2500
2501 * gnus.texi (Face): Fix typo.
2502
2cdee799
GM
25032011-05-14 Glenn Morris <rgm@gnu.org>
2504
2505 * dired-x.texi (Omitting Examples): Minor addition.
2506
79b70037
GM
25072011-05-10 Jim Meyering <meyering@redhat.com>
2508
2509 * ede.texi: Fix typo "or or -> or".
2510
a7111a62 25112011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
2512
2513 * gnus.texi (Summary Buffer Lines):
2514 gnus-summary-user-date-format-alist does not exist.
2515 (Sorting the Summary Buffer): More about sorting threads.
2516
69026aba
MA
25172011-04-25 Michael Albinus <michael.albinus@gmx.de>
2518
2519 * trampver.texi: Update release number.
2520
9024ff79
MA
25212011-04-14 Michael Albinus <michael.albinus@gmx.de>
2522
2523 * tramp.texi (Frequently Asked Questions): New item for disabling
2524 Tramp in other packages.
2525
c3c65d73
TZ
25262011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
2527
2528 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08 2529 (Fancy splitting to parent, Store arbitrary data):
c5b0993e 2530 Update gnus-registry docs.
c3c65d73 2531
9ec6a317
JB
25322011-04-13 Juanma Barranquero <lekktu@gmail.com>
2533
2534 * ede.texi: Fix typos.
2535
1e3b6001
G
25362011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2537
9ec6a317
JB
2538 * gnus.texi (Window Layout): @itemize @code doesn't exist.
2539 It's @table @code.
1e3b6001 2540
a5954fa5
G
25412011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
2542
ed9265fc 2543 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 2544
d71990a1
JB
25452011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2546
2547 * calc.texi (Logarithmic Units): Update the function names.
2548
1518e4f0
G
25492011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2550
2551 * message.texi (Various Commands): Document format specs in the
2552 ellipsis.
2553
a123622d
G
25542011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
2555
2556 * message.texi (Insertion Variables): Document message-cite-style.
2557
25582011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
2559
2560 * tramp.texi (Remote processes): New subsection "Running shell on
2561 a remote host".
2562
4248cca2
TZ
25632011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2564
2565 * auth.texi (Help for developers): Update docs to explain that the
2566 :save-function will only run the first time.
2567
54ce11a1
GM
25682011-03-12 Glenn Morris <rgm@gnu.org>
2569
2570 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
2571 (emacs-faq.text): New target.
2572 (clean): Add emacs-faq.
2573
0c3b25f8
MA
25742011-03-12 Michael Albinus <michael.albinus@gmx.de>
2575
2576 Sync with Tramp 2.2.1.
2577
2578 * trampver.texi: Update release number.
2579
b740639e
GM
25802011-03-11 Glenn Morris <rgm@gnu.org>
2581
2582 * Makefile.in (HTML_TARGETS): New.
2583 (clean): Delete $HTML_TARGETS.
2584 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
2585
733afdf4
TZ
25862011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
2587
2588 * auth.texi (Help for developers): Show example of using
2589 `auth-source-search' with prompts and :save-function.
2590
33383987
JB
25912011-03-07 Chong Yidong <cyd@stupidchicken.com>
2592
2593 * Version 23.3 released.
2594
a5057546
G
25952011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
2596
2597 * message.texi (Message Buffers): Update default value of
2598 message-generate-new-buffers.
2599
479a2c9b
JB
26002011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
2601
2602 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
2603 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
2604 respectively.
05a29101
JB
2605 (Musical Notes): New section.
2606 (Customizing Calc): Mention the customizable variable
2607 calc-note-threshold.
479a2c9b 2608
e0535b76
GM
26092011-03-03 Glenn Morris <rgm@gnu.org>
2610
2611 * url.texi (Dealing with HTTP documents): Remove reference to
2612 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 2613 (Configuration): Update url-configuration-directory description.
e0535b76 2614
2777ccbf
GM
26152011-03-02 Glenn Morris <rgm@gnu.org>
2616
2617 * dired-x.texi (Multiple Dired Directories): Remove mentions
2618 of dired-default-directory-alist and dired-default-directory.
2619 Move dired-smart-shell-command here...
2620 (Miscellaneous Commands): ... from here.
2621
257219bd
PE
26222011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2623
2624 * texinfo.tex: Update to version 2011-02-24.09.
2625
8889f4e2
GM
26262011-03-02 Glenn Morris <rgm@gnu.org>
2627
2628 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
2629 instead of the obsoleted dired-omit-here-always.
2630
5d41af19
MA
26312011-02-28 Michael Albinus <michael.albinus@gmx.de>
2632
2633 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
2634 supported systems.
2635
2b0c7330 26362011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 2637
61cf3a76
GM
2638 * dbus.texi (Type Conversion): Grammar fix.
2639
cce7d530 26402011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 2641
cce7d530
GM
2642 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
2643 "Debian GNU/Linux".
51a13bdd 2644
cce7d530
GM
2645 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
2646
817b48a7
GM
26472011-02-23 Glenn Morris <rgm@gnu.org>
2648
cce7d530
GM
2649 * dired-x.texi (Features): Minor rephrasing.
2650 (Local Variables): Fix typos.
47301027
GM
2651
2652 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
2653 Standardize some Emacs/XEmacs terminology.
2654
817b48a7
GM
2655 * dired-x.texi (Features): Don't advertise obsolete local variables.
2656 Simplify layout.
2657 (Omitting Variables): Update local variables example.
2658 (Local Variables): Say this is obsolete. Fix description of
2659 dired-enable-local-variables possible values.
2660
4a3988d5
G
26612011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2662
2663 * auth.texi (Help for users): Mention ~/.netrc is also searched by
2664 default now.
2665
8e22bee0
G
26662011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2667
2668 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
2669
06b840e0
LI
26702011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2671
2672 * gnus.texi (Window Layout): Document layout names.
2673
67ab0163 26742011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
2675
2676 * ada-mode.texi: Sync @dircategory with ../../info/dir.
2677 * auth.texi: Sync @dircategory with ../../info/dir.
2678 * autotype.texi: Sync @dircategory with ../../info/dir.
2679 * calc.texi: Sync @dircategory with ../../info/dir.
2680 * cc-mode.texi: Sync @dircategory with ../../info/dir.
2681 * cl.texi: Sync @dircategory with ../../info/dir.
2682 * dbus.texi: Sync @dircategory with ../../info/dir.
2683 * dired-x.texi: Sync @dircategory with ../../info/dir.
2684 * ebrowse.texi: Sync @dircategory with ../../info/dir.
2685 * ede.texi: Sync @dircategory with ../../info/dir.
2686 * ediff.texi: Sync @dircategory with ../../info/dir.
2687 * edt.texi: Sync @dircategory with ../../info/dir.
2688 * eieio.texi: Sync @dircategory with ../../info/dir.
2689 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
2690 * epa.texi: Sync @dircategory with ../../info/dir.
2691 * erc.texi: Sync @dircategory with ../../info/dir.
2692 * eshell.texi: Sync @dircategory with ../../info/dir.
2693 * eudc.texi: Sync @dircategory with ../../info/dir.
2694 * flymake.texi: Sync @dircategory with ../../info/dir.
2695 * forms.texi: Sync @dircategory with ../../info/dir.
2696 * gnus.texi: Sync @dircategory with ../../info/dir.
2697 * idlwave.texi: Sync @dircategory with ../../info/dir.
2698 * mairix-el.texi: Sync @dircategory with ../../info/dir.
2699 * message.texi: Sync @dircategory with ../../info/dir.
2700 * mh-e.texi: Sync @dircategory with ../../info/dir.
2701 * newsticker.texi: Sync @dircategory with ../../info/dir.
2702 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
2703 * org.texi: Sync @dircategory with ../../info/dir.
2704 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
2705 * pgg.texi: Sync @dircategory with ../../info/dir.
2706 * rcirc.texi: Sync @dircategory with ../../info/dir.
2707 * reftex.texi: Sync @dircategory with ../../info/dir.
2708 * remember.texi: Sync @dircategory with ../../info/dir.
2709 * sasl.texi: Sync @dircategory with ../../info/dir.
2710 * sc.texi: Sync @dircategory with ../../info/dir.
2711 * semantic.texi: Sync @dircategory with ../../info/dir.
2712 * ses.texi: Sync @dircategory with ../../info/dir.
2713 * sieve.texi: Sync @dircategory with ../../info/dir.
2714 * smtpmail.texi: Sync @dircategory with ../../info/dir.
2715 * speedbar.texi: Sync @dircategory with ../../info/dir.
2716 * trampver.texi [emacs]: Set emacsname to "Emacs".
2717 * tramp.texi: Sync @dircategory with ../../info/dir.
2718 * url.texi: Sync @dircategory with ../../info/dir.
2719 * vip.texi: Sync @dircategory with ../../info/dir.
2720 * viper.texi: Sync @dircategory with ../../info/dir.
2721 * widget.texi: Sync @dircategory with ../../info/dir.
2722 * woman.texi: Sync @dircategory with ../../info/dir.
2723
30abce25
GM
27242011-02-19 Glenn Morris <rgm@gnu.org>
2725
0c7efc08
SM
2726 * dired-x.texi (Technical Details): No longer redefines
2727 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 2728 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 2729
73572c72
AG
27302013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
2731
78b8f320 2732 * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
73572c72 2733
f31f8469
GM
27342011-02-18 Glenn Morris <rgm@gnu.org>
2735
2736 * dired-x.texi (Optional Installation File At Point): Simplify.
2737
35123c04
TZ
27382011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2739
2740 * auth.texi (Help for users): Use :port instead of :protocol for all
2741 auth-source docs.
7ba93e94
G
2742 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
2743 to have two files in `auth-sources'.
35123c04 2744
da5e0ce4
GM
27452011-02-16 Glenn Morris <rgm@gnu.org>
2746
b322c9af
GM
2747 * dired-x.texi: Use emacsver.texi to get Emacs version.
2748 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
2749 Depend on emacsver.texi.
2750
07ca5555
GM
2751 * dired-x.texi: Drop meaningless version number.
2752 (Introduction): Remove old info.
2753 (Optional Installation Dired Jump): Autoload from dired-x.
2754 Remove incorrect info about loaddefs.el.
2755 (Bugs): Just refer to M-x report-emacs-bug.
2756
da5e0ce4
GM
2757 * dired-x.texi (Multiple Dired Directories): Update for rename of
2758 default-directory-alist.
2759 (Miscellaneous Commands): No longer mention very old VM version 4.
2760
bb55f713
PE
27612011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2762
2763 Merge from gnulib.
2764 * texinfo.tex: Update to version 2011-02-14.11.
2765
5415d076
G
27662011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2767
da5e0ce4
GM
2768 * auth.texi (Help for users):
2769 Login collection is "Login" and not "login".
5415d076 2770
14029d4b
MA
27712011-02-13 Michael Albinus <michael.albinus@gmx.de>
2772
2773 * tramp.texi (History): Remove IMAP support.
2774 (External methods, Frequently Asked Questions): Remove `imap' and
2775 `imaps' methods.
2776 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2777
2778 * trampver.texi: Remove default value of `emacsimap'.
2779
8a36c07f
GM
27802011-02-13 Glenn Morris <rgm@gnu.org>
2781
2782 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2783 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2784
165bc5a0
GM
27852011-02-12 Glenn Morris <rgm@gnu.org>
2786
2787 * sc.texi (Getting Connected): Remove old index entries.
2788
5415d076 27892011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
2790
2791 * url.texi: Remove duplicate @dircategory (Bug#7942).
2792
b8e0f0cd
G
27932011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2794
8a36c07f
GM
2795 * auth.texi (Overview, Help for users, Help for developers):
2796 Update docs.
b8e0f0cd
G
2797 (Help for users): Talk about spaces.
2798
caf82551
PE
27992011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2800
2801 * texinfo.tex: Update to version 2011-02-07.16.
2802
1ff98217
MA
28032011-02-07 Michael Albinus <michael.albinus@gmx.de>
2804
2805 * dbus.texi (Bus names): Adapt descriptions for
2806 dbus-list-activatable-names and dbus-list-known-names.
2807
2e78df6b
JB
28082011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2809
2810 * calc.texi (Logarithmic Units): New section.
2811
7fbf7cae
TZ
28122011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2813
2814 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2815 manuals use it now.
2816
0c7efc08 2817 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2818
156ad271
KY
28192011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2820
2821 * overrides.texi: Remove.
2822
2823 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2824 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2825
36539990
MA
28262011-02-05 Michael Albinus <michael.albinus@gmx.de>
2827
2828 * tramp.texi (Frequently Asked Questions): Mention problems with
2829 WinSSHD.
2830
2831 * trampver.texi: Update release number.
2832
28332011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2834
2835 * tramp.texi:
2836 Replace "delimet" with "delimit" globally.
2837 Replace "explicite" with "explicit" globally.
2838 Replace "instead of" with "instead" where there was nothing after "of".
2839 Audit use of comma before interrogative pronoun, "that", or "which".
2840 Minor word order, spelling, wording changes.
2841
ec72bf63
G
28422011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2843
2844 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2845
2846 * sieve.texi: Use WEBHACKDEVEL.
2847
2848 * sasl.texi: Use WEBHACKDEVEL.
2849
2850 * pgg.texi: Use WEBHACKDEVEL.
2851
2852 * message.texi: Use WEBHACKDEVEL.
2853
2854 * gnus.texi: Use WEBHACKDEVEL.
2855
2856 * emacs-mime.texi: Use WEBHACKDEVEL.
2857
2858 * auth.texi: Use WEBHACKDEVEL.
2859
2860 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2861 manuals.
2862
28632011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2864
2865 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2866
90b750f4
PE
28672011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2868
2869 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2870 which in turn is copied from ftp://tug.org/tex/.
2871
0e751a49
GM
28722011-02-03 Glenn Morris <rgm@gnu.org>
2873
2874 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2875 (Binding combinations of modifiers and function keys):
2876 Let's assume people reading this are not using Emacs 18.
2877
7f13c2e2
LI
28782011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2879
2880 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2881 since it's run automatically.
2882
d76c843e
LI
28832011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2884
2885 * gnus.texi (Customizing Articles): Fix typo.
2886
12e3ca0a
LI
28872011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2888
2889 * gnus.texi (Customizing Articles): Document the new way of customizing
2890 the date headers(s).
2891
fe72c8fa
LI
28922011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2893
2894 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2895 splitting example.
2896
bf3dae7e
EZ
28972011-01-29 Eli Zaretskii <eliz@gnu.org>
2898
2899 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2900 (MAKEINFO_OPTS): New variable.
2901 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2902 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2903 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2904 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2905 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2906 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2907 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2908 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2909 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2910 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2911 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2912 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2913 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2914 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2915 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2916 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2917 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2918 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2919
d6f13ac8
LI
29202011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2921
2922 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2923
c5ecc769
G
29242011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2925
2926 * message.texi (IDNA): Explain what it is.
2927
29282011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2929
2930 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2931
45eb2a5d
WL
29322011-01-23 Werner Lemberg <wl@gnu.org>
2933
2934 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2935 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2936 (ENVADD): Update.
45eb2a5d 2937
6872a814
GM
29382011-01-18 Glenn Morris <rgm@gnu.org>
2939
2940 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2941
77ab81d0 29422011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2943
2944 * nxml-mode.texi (Introduction): Fix file name typos.
2945
d221e780
CO
29462011-01-13 Christian Ohler <ohler@gnu.org>
2947
2948 * ert.texi: New file.
2949
2950 * Makefile.in:
2951 * makefile.w32-in: Add ert.texi.
2952
8c904d82
MA
29532011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2954
2955 * dbus.texi (Receiving Method Calls): New function
2956 dbus-register-service. Rearrange node.
2957
f56e0e7a
PE
29582011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2959
2960 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2961 which in turn is copied from ftp://tug.org/tex/.
2962
0fadf00e
MA
29632011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2964
2965 * dbus.texi (Receiving Method Calls): Describe new optional
2966 parameter dont-register-service of dbus-register-{method,property}.
2967
8b358e90
DU
29682010-12-17 Daiki Ueno <ueno@unixuser.org>
2969
0c7efc08
SM
2970 * epa.texi (Encrypting/decrypting *.gpg files):
2971 Mention epa-file-select-keys.
8b358e90 2972
549c9aed
G
29732010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2974
2975 * gnus.texi (Archived Messages): Remove outdated text.
2976
29772010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2978
0c7efc08 2979 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2980
156e3f9c
G
29812010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2982
83f3eadc 2983 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2984
8151d490
AC
29852010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2986
2987 * gnus.texi (The swish++ Engine): Add customizable parameters
2988 descriptions.
2989 (The swish-e Engine): Ditto.
2990
305bdd22
MA
29912010-12-14 Michael Albinus <michael.albinus@gmx.de>
2992
2993 * tramp.texi (Inline methods): Add "ksu" method.
2994 (Remote processes): Add example with remote `default-directory'.
2995
53aff12a
GM
29962010-12-14 Glenn Morris <rgm@gnu.org>
2997
2998 * faq.texi (Expanding aliases when sending mail):
2999 Now build-mail-aliases is interactive.
3000
8a1cdce5
AC
30012010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3002
3003 * gnus.texi: First pass at adding (rough) nnir documentation.
3004
7410c270
G
30052010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3006
53aff12a
GM
3007 * gnus.texi (Filtering New Groups):
3008 Mention gnus-auto-subscribed-categories.
3009 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
3010 removed.
3011
f49d1f52 30122010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
3013
3014 * cl.texi (For Clauses): Small fixes for frames and windows.
3015
acedf35c
CD
30162010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
3017
3018 * org.texi (Using capture): Document using prefix arguments for
3019 finalizing capture.
3020 (Agenda commands): Document prefix argument for the bulk scatter
3021 command.
3022 (Beamer class export): Document that also overlay arguments can be
3023 passed to the column environment.
3024 (Template elements): Document the new entry type.
3025
30262010-12-11 Puneeth Chaganti <punchagan@gmail.com>
3027
3028 * org.texi (Include files): Document :minlevel.
3029
30302010-12-11 Julien Danjou <julien@danjou.info>
3031
3032 * org.texi (Categories): Document category icons.
3033
30342010-12-11 Eric Schulte <schulte.eric@gmail.com>
3035
3036 * org.texi (noweb): Fix typo.
3037
516aa569
G
30382010-12-06 Tassilo Horn <tassilo@member.fsf.org>
3039
3040 * gnus.texi (Server Commands): Point to the rest of the server
3041 commands.
3042
04db63bc
G
30432010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3044
3045 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
3046 g'.
3047
ed797193
G
30482010-12-02 Julien Danjou <julien@danjou.info>
3049
3050 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
3051
30522010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3053
3054 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
3055 (Direct Functions): Note the STARTTLS upgrade.
3056
07976ae3 30572010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 3058 James Clark <none@example.com>
d3dfb185
GM
3059
3060 * nxml-mode.texi (Introduction): New section.
3061
59e75882
G
30622010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3063
3064 * gnus.texi (Server Commands): Document gnus-server-show-server.
3065
568a887f
MA
30662010-11-20 Michael Albinus <michael.albinus@gmx.de>
3067
3068 Sync with Tramp 2.2.0.
3069
3070 * trampver.texi: Update release number.
3071
1265829e
JB
30722010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3073
3074 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
3075 Mention that the TeX specific units won't use the `tex' prefix
3076 in TeX mode.
3077
239661c0
KY
30782010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3079
3080 * gnus.texi (Misc Article): Document gnus-inhibit-images.
3081
4a47c275 30822010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
3083
3084 * edt.texi: Remove information about Emacs 19.
3085
4a47c275 30862010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
3087
3088 * trampver.texi: Update release number.
3089
2f0e0dc8
KY
30902010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3091
3092 * gnus.texi (Article Washing): Fix typo.
3093
afe98dfa
CD
30942010-11-11 Noorul Islam <noorul@noorul.com>
3095
56f5a94e 3096 * org.texi: Fix typo.
afe98dfa
CD
3097
30982010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3099
3100 * org.texi (Using capture): Explain that refiling is
3101 sensitive to cursor position.
3102
31032010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3104
56f5a94e 3105 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
3106
31072010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3108
3109 * org.texi: Document the <c> cookie.
3110
31112010-11-11 Eric Schulte <schulte.eric@gmail.com>
3112
bd7239f5 3113 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 3114 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
3115
31162010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3117
56f5a94e 3118 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
3119
31202010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3121
56f5a94e 3122 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
3123
31242010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3125
3126 * org.texi (Setting up the staging area): Document that
3127 file names remain visible when encrypting the MobileOrg files.
3128
31292010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3130
3131 * org.texi (Setting up the staging area): Document which
3132 versions are needed for encryption.
3133
31342010-11-11 Eric Schulte <schulte.eric@gmail.com>
3135
56f5a94e
GM
3136 * org.texi (noweb): Update :noweb documentation to
3137 reflect the new "tangle" argument.
afe98dfa
CD
3138
31392010-11-11 Eric Schulte <schulte.eric@gmail.com>
3140
56f5a94e
GM
3141 * org.texi (Batch execution): Improve tangling script in
3142 documentation.
afe98dfa
CD
3143
31442010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3145
3146 * org.texi (Handling links):
3147 (In-buffer settings): Document inlining images on startup.
3148
31492010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3150
3151 * org.texi (Setting up the staging area): Document use of
3152 crypt password.
3153
31542010-11-11 David Maus <dmaus@ictsoc.de>
3155
56f5a94e 3156 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
3157
31582010-11-11 David Maus <dmaus@ictsoc.de>
3159
56f5a94e
GM
3160 * org.texi (Template expansion): Add mew in table for link type
3161 escapes.
afe98dfa
CD
3162
31632010-11-11 David Maus <dmaus@ictsoc.de>
3164
56f5a94e 3165 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
3166
31672010-11-11 Eric Schulte <schulte.eric@gmail.com>
3168
56f5a94e 3169 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
3170
31712010-11-11 Eric Schulte <schulte.eric@gmail.com>
3172
56f5a94e 3173 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
3174
31752010-11-11 Eric Schulte <schulte.eric@gmail.com>
3176
56f5a94e
GM
3177 * org.texi (Structure of code blocks):
3178 Update documentation to mention inline code block syntax.
afe98dfa
CD
3179
31802010-11-11 Eric Schulte <schulte.eric@gmail.com>
3181
56f5a94e 3182 * org.texi (comments): Improve wording.
afe98dfa
CD
3183
31842010-11-11 Eric Schulte <schulte.eric@gmail.com>
3185
56f5a94e 3186 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
3187
31882010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3189
3190 * org.texi (Installation): Remove the special
3191 installation instructions for XEmacs.
3192
31932010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3194
56f5a94e 3195 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
3196 insertion of empty structural elements.
3197
31982010-11-11 Noorul Islam <noorul@noorul.com>
3199
56f5a94e 3200 * org.texi: Fix doc.
afe98dfa
CD
3201
32022010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3203
3204 * org.texi (The date/time prompt): Document specification
3205 of time ranges.
3206
32072010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3208
3209 * org.texi (Internal links): Document the changes in
3210 internal links.
3211
32122010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3213
3214 * org.texi (Agenda commands): Document the limitation for
3215 the filter preset - it can only be used for an entire agenda
3216 view, not in an individual block in a block agenda.
3217
32182010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
3219
3220 * org.texi (iCalendar export): Document alarm creation.
3221
6f8fc60c
MA
32222010-11-10 Michael Albinus <michael.albinus@gmx.de>
3223
3224 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
3225
be3c11b3
LMI
32262010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3227
3228 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
3229
d607b96b 32302010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 3231
d607b96b 3232 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 3233
181cb5fb
G
32342010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3235
3236 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
3237 since that works by default.
3238
32392010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3240
3241 * gnus.texi (Customizing the IMAP Connection): Document
3242 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
3243
36bc5d3b
MA
32442010-11-04 Michael Albinus <michael.albinus@gmx.de>
3245
3246 * tramp.texi (Remote shell setup): New item "Interactive shell
3247 prompt". Reported by Christian Millour <cm@abtela.com>.
3248 (Remote shell setup, Remote processes): Use @code{} for
3249 environment variables.
3250
cf503f7c
GM
32512010-11-03 Glenn Morris <rgm@gnu.org>
3252
537b04b9 3253 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 3254 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 3255
389b76fa
G
32562010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3257
3258 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
3259
2699a554 32602010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
3261
3262 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
3263
2699a554 32642010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
3265
3266 * cc-mode.texi: Remove reference to defunct viewcvs URL.
3267
99e65b2d
G
32682010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3269
0c7efc08
SM
3270 * gnus.texi (Client-Side IMAP Splitting):
3271 Mention nnimap-unsplittable-articles.
99e65b2d
G
3272
32732010-10-29 Julien Danjou <julien@danjou.info>
3274
3275 * gnus.texi (Finding the News): Remove references to obsoletes
3276 variables `gnus-nntp-server' and `gnus-secondary-servers'.
3277
aeeb3dcb
EZ
32782010-10-29 Eli Zaretskii <eliz@gnu.org>
3279
3280 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
3281 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
3282 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
3283 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
3284
8289f37b
GM
32852010-10-28 Glenn Morris <rgm@gnu.org>
3286
3287 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
3288 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
3289 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
3290
d85d3b3a
DU
32912010-10-25 Daiki Ueno <ueno@unixuser.org>
3292
3293 * epa.texi (Mail-mode integration): Add alternative key bindings
3294 for epa-mail commands; escape comma.
c05c2b9b 3295 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 3296
9f534a47
JB
32972010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
3298
99e65b2d 3299 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 3300
5793a7bc 33012010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
3302
3303 * gnus.texi (Group Parameters, Buttons): Fix typos.
3304
280f417b
G
33052010-10-22 Tassilo Horn <tassilo@member.fsf.org>
3306
3307 * gnus.texi (Subscription Commands): Mention that you can also
3308 subscribe to new groups via the Server buffer, which is probably more
3309 convenient when subscribing to many groups.
3310
d806c872
G
33112010-10-21 Julien Danjou <julien@danjou.info>
3312
3313 * message.texi (Message Headers): Allow message-default-headers to be a
3314 function.
3315
d5798f68
LMI
33162010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3317
3318 * gnus-news.texi: Mention new archive defaults.
3319
b79bbef7
KY
33202010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3321
3322 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
3323
2526f423
G
33242010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3325
3326 * gnus.texi (HTML): Document the function value of
3327 gnus-blocked-images.
3328 (Article Washing): shr and gnus-w3m, not the direct function names.
3329
ba91f05d
G
33302010-10-20 Julien Danjou <julien@danjou.info>
3331
3332 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
3333 variable.
3334
da451787
LMI
33352010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3336
3337 * gnus.texi (Customizing the IMAP Connection): The port strings are
3338 strings.
c872595d 3339 (Document Groups): Mention git.
da451787 3340
7cad71ad
G
33412010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3342
3343 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
3344 bzr/Gnus git sync.
3345
c56dfd36
EZ
33462010-10-15 Eli Zaretskii <eliz@gnu.org>
3347
3348 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
3349 change.
3350
a1d16a7b
G
33512010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3352
3353 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
3354 @item syntax for in-Emacs makeinfo.
3355
33562010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
3357
3358 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
3359 trim sentence.
3360
98e2b864
DU
33612010-10-12 Daiki Ueno <ueno@unixuser.org>
3362
3363 * epa.texi (Caching Passphrases):
0c7efc08
SM
3364 * auth.texi (GnuPG and EasyPG Assistant Configuration):
3365 Clarify some configurations require to set up gpg-agent.
98e2b864 3366
c12e4a81
GM
33672010-10-11 Glenn Morris <rgm@gnu.org>
3368
3369 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
3370
f7aa248a
G
33712010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3372
3373 * gnus.texi (Spam Package Introduction): Mention `$'.
3374
6513b232
EZ
33752010-10-09 Eli Zaretskii <eliz@gnu.org>
3376
3377 * makefile.w32-in (emacsdir): New variable.
3378 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
3379 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
3380
abd40fb4
GM
33812010-10-09 Glenn Morris <rgm@gnu.org>
3382
0f05450f
GM
3383 * Makefile.in (mostlyclean): Delete *.toc.
3384
d3a4ac46
GM
3385 * Makefile.in: Use $< in rules.
3386
aa9db089
GM
3387 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
3388
abd40fb4
GM
3389 * Makefile.in ($(infodir)): Delete rule.
3390 (mkinfodir): New. Use it in all the info rules, rather than depending
3391 on infodir.
3392
ea274122
GM
33932010-10-09 Glenn Morris <rgm@gnu.org>
3394
6e90e2a8
GM
3395 * gnus.texi (Article Washing): Fix previous change.
3396
f7a31f11
GM
3397 * Makefile.in (emacsdir): New variable.
3398 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
3399 Depend on emacsver.texi.
3400
f7a31f11
GM
3401 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
3402
ea274122
GM
3403 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
3404
36d3245f
G
34052010-10-08 Julien Danjou <julien@danjou.info>
3406
f7a31f11 3407 * gnus.texi: Add mm-shr.
36d3245f
G
3408
34092010-10-08 Ludovic Courtès <ludo@gnu.org>
3410
3411 * gnus.texi (Finding the Parent, The Gnus Registry)
3412 (Registry Article Refer Method): Update docs for nnregistry.el.
3413
34142010-10-08 Daiki Ueno <ueno@unixuser.org>
3415
3416 * auth.texi (Help for users)
3417 (GnuPG and EasyPG Assistant Configuration): Update docs.
3418
12359245
GM
34192010-10-08 Glenn Morris <rgm@gnu.org>
3420
3421 * cl.texi (Organization, Installation, Old CL Compatibility):
3422 Deprecate cl-compat for new code.
4628bef1 3423 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
3424
3425 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
3426
fcf2d385
KY
34272010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3428
3429 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
3430
66627fa9
G
34312010-10-06 Julien Danjou <julien@danjou.info>
3432
fd9ba500
JD
3433 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
3434
66627fa9
G
3435 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
3436 broken link.
3437
3438 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
3439
3440 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
3441 to ReiserFS.
3442
3443 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
3444 (FAQ 7-1): Fix getmail URL.
3445
65f54520
DU
34462010-10-06 Daiki Ueno <ueno@unixuser.org>
3447
3448 * epa.texi (Caching Passphrases): New section.
3449
4c83f6e1
GM
34502010-10-06 Glenn Morris <rgm@gnu.org>
3451
3452 * Makefile.in (SHELL): Set it.
3453 (info): Move the mkdir dependency to the individual info files.
3454 (mostlyclean): Tidy up.
3455 (clean): Only delete the specific dvi and pdf files.
3456 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 3457 ($(infodir)): Add parallel build workaround.
4c83f6e1 3458
71e691a5
G
34592010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3460
3461 * gnus.texi (Misc Article): Document gnus-widen-article-window.
3462
a41c2e6d
G
34632010-10-03 Julien Danjou <julien@danjou.info>
3464
0c7efc08
SM
3465 * emacs-mime.texi (Display Customization):
3466 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
3467 mm-inline-large-images-proportion.
3468
37255945
MA
34692010-10-03 Michael Albinus <michael.albinus@gmx.de>
3470
0c7efc08
SM
3471 * tramp.texi (Frequently Asked Questions):
3472 Mention remote-file-name-inhibit-cache.
37255945 3473
11e4e7bd
LMI
34742010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3475
3476 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 3477 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 3478
cb83220a
KY
34792010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3480
0c7efc08
SM
3481 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
3482 (Article Hiding): Add google banner example.
3483 Suggested by Benjamin Xu.
cb83220a 3484
6b958814
G
34852010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3486
0c7efc08
SM
3487 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
3488 Remove nnimap-split-rule from examples.
6b958814
G
3489
34902010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3491
3492 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
3493 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
3494 Fishman.
3495 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
3496
34972010-09-30 Julien Danjou <julien@danjou.info>
3498
3499 * gnus.texi (Gravatars): Fix documentation about
3500 gnu-gravatar-properties.
3501
b9476c04
DU
35022010-09-29 Daiki Ueno <ueno@unixuser.org>
3503
3504 * epa.texi (Bug Reports): New section.
3505
5f874327
GM
35062010-09-29 Glenn Morris <rgm@gnu.org>
3507
3508 * Makefile.in (top_srcdir): Remove unused variable.
3509
6b958814
G
35102010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3511
3512 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
3513 (Client-Side IMAP Splitting): Document 'default.
3514
35152010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3516
0c7efc08
SM
3517 * gnus.texi (Customizing the IMAP Connection):
3518 Document nnimap-fetch-partial-articles.
6b958814 3519
82bccbfa
KY
35202010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3521
3522 * gnus-news.texi: Mention nnimap-inbox.
3523
3524 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
3525
35262010-09-26 Julien Danjou <julien@danjou.info>
3527
47e08896 3528 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
3529
35302010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3531
3532 * gnus.texi (Security): Remove gpg.el mention.
3533
35342010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3535
3536 * gnus.texi (Browse Foreign Server): New variable
3537 gnus-browse-subscribe-newsgroup-method.
3538
3539 * gnus-news.texi: Mention it.
3540
35412010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3542
0c7efc08 3543 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
3544 (Startup Variables): No jingle.
3545
4c964351
UM
35462010-09-25 Ulrich Mueller <ulm@gentoo.org>
3547
3548 * woman.texi (Interface Options): xz compression is now supported.
3549
82bccbfa
KY
35502010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3551
3552 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
3553 (Unavailable Servers): Document gnus-server-copy-server.
3554 (Using IMAP): Document the new nnimap.
3555
35562010-09-25 Julien Danjou <julien@danjou.info>
3557
47e08896 3558 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 3559
18778f71
GM
35602010-09-24 Glenn Morris <rgm@gnu.org>
3561
3562 * url.texi (Disk Caching): Tweak previous change.
3563
9c766321
JD
35642010-09-24 Julien Danjou <julien@danjou.info>
3565
3566 * url.texi (Disk Caching): Mention url-cache-expire-time,
3567 url-cache-expired, and url-fetch-from-cache.
3568
82bccbfa
KY
35692010-09-24 Julien Danjou <julien@danjou.info>
3570
3571 * gnus.texi: Add Gravatars.
3572
35732010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3574
3575 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
3576
592bdb9a
LMI
35772010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3578
3579 * gnus.texi (Expunging mailboxes): Update name of the expunging
3580 command.
3581
e4e22d29
KY
35822010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3583
3584 * emacs-mime.texi (rfc2047): Update description for
3585 rfc2047-encode-parameter.
3586
371d9801
MA
35872010-09-13 Michael Albinus <michael.albinus@gmx.de>
3588
3589 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
3590 "fish" methods.
3591 (External methods): Remove "scp1_old" and "scp2_old" methods.
3592
31ae5827
MA
35932010-09-09 Michael Albinus <michael.albinus@gmx.de>
3594
3595 * tramp.texi: Remove Japanese manual. Fix typo.
3596
3597 * trampver.texi: Update release number. Remove japanesemanual.
3598
c0468714
GM
35992010-09-09 Glenn Morris <rgm@gnu.org>
3600
3601 * org.texi: Restore clobbered changes (copyright years, untabify).
3602
86441999
JD
36032010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
3604
3605 * gnus.texi (Adaptive Scoring): Fix typo.
3606
25f28806
LMI
36072010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3608
3609 * gnus.texi (Article Display): Document gnus-html-show-images.
3610
45240125 36112010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 3612
45240125
JD
3613 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
3614
59d09f15
LMI
36152010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3616
3617 * gnus.texi (HTML): Document gnus-max-image-proportion.
3618
2cdd366f
KY
36192010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3620
51dee5ef
KY
3621 * gnus.texi (HTML): Document gnus-blocked-images.
3622
2cdd366f
KY
3623 * message.texi (Wide Reply): Document message-prune-recipient-rules.
3624
b0e4f3fc
KY
36252010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3626
3627 * gnus.texi (Summary Mail Commands): Note that only the addresses from
3628 the first message are used for wide replies.
f02566ce
KY
3629 (Changing Servers): Remove documentation on gnus-change-server and
3630 friends, since it's been removed.
b0e4f3fc 3631
598451ed
KY
36322010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3633
3634 * gnus.texi (Drafts): Mention B DEL.
3635
e7842e69
KY
36362010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3637
3638 * gnus.texi (Delayed Articles): Mention that the Date header is the
3639 original one, even if you delay.
3640
85115796
KY
36412010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3642
0c7efc08
SM
3643 * gnus.texi (Asynchronous Fetching):
3644 Document gnus-async-post-fetch-function.
85115796
KY
3645 (HTML): Made into its own section.
3646
f0b44bc0
MA
36472010-08-26 Michael Albinus <michael.albinus@gmx.de>
3648
3649 Sync with Tramp 2.1.19.
3650
c5b0993e
EW
3651 * tramp.texi (Inline methods, Default Method):
3652 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
0c7efc08 3653 Remove remark about doubled "-t" argument.
217876c9
MA
3654 (Auto-save and Backup): Remove reference to Emacs 21.
3655 (Filename Syntax): Describe port numbers.
3656 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
3657 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
3658 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
3659 errors with the backquotes.
3660 (External packages): File attributes cache flushing for asynchronous
3661 processes.
3662 (Traces and Profiles): Describe verbose level 9.
3663
f0b44bc0
MA
3664 * trampver.texi: Update release number.
3665
7457f7b6
MA
36662010-08-23 Michael Albinus <michael.albinus@gmx.de>
3667
3668 * dbus.texi (Alternative Buses): New chapter.
3669
b695beda
SM
36702010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3671
3672 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
3673
443c2c03
JB
36742010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3675
3676 * calc.texi (Customizing Calc): Rearrange description of new
3677 variables to match the presentation of other variables.
3678
7815fe19 36792010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
3680
3681 * org.texi (Footnotes, Tables in HTML export): Fix typos.
3682
2c695727
JB
36832010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3684
3685 * calc.texi (Making Selections, Selecting Subformulas)
3686 (Customizing Calc): Mention how to use faces to emphasize selected
3687 sub-formulas.
3688
bbb6ffa1
MA
36892010-08-05 Michael Albinus <michael.albinus@gmx.de>
3690
3691 * tramp.texi (External packages): File attributes cache flushing
3692 for asynchronous processes.
3693
5cee0a9c
AM
36942010-08-01 Alan Mackenzie <acm@muc.de>
3695
3696 Enhance the manual for the latest Java Mode.
3697
3698 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
3699 annotation-var-cont.
3700 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
3701 two new symbols.
3702
3f2afe32
MA
37032010-07-28 Michael Albinus <michael.albinus@gmx.de>
3704
3705 * tramp.texi (Traces and Profiles): Describe verbose level 9.
3706
0ed082fe 37072010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
3708
3709 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
3710
311f0356
JB
37112010-07-19 Juanma Barranquero <lekktu@gmail.com>
3712
3713 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
3714
86fbb8ca
CD
37152010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3716
3717 * org.texi: Add macros to get plain quotes in PDF output.
3718 List additional contributors.
3719 (Capture): New section, replaces the section about remember.
3720 (Working With Source Code): New chapter, focused on documenting Org
3721 Babel.
3722 (Code evaluation security): New section.
3723 (MobileOrg): Document DropBox support.
3724 (TaskJuggler export): Document taskjuggler and Gantt chart support.
3725 (Special symbols): Show how to display UTF8 characters for entities.
3726 (Global TODO list): Clarify the use of the "M" key and the differences
3727 to the "m" key.
3728 (RSS Feeds): Mention Atom feeds as well.
3729 (Setting tags): Remove paragraph about
3730 `org-complete-tags-always-offer-all-agenda-tags'.
3731
5732e8ed
MA
37322010-07-17 Michael Albinus <michael.albinus@gmx.de>
3733
3734 * tramp.texi (Inline methods): Remove remark about doubled "-t"
3735 argument.
3736 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
3737 echoing shells.
3738
ca1bb391
MA
37392010-07-10 Michael Albinus <michael.albinus@gmx.de>
3740
3741 * tramp.texi (Inline methods): Remove "kludgy" phrase.
3742 (Filename Syntax): Describe port numbers.
3743
5bd55c3c
MA
37442010-07-09 Michael Albinus <michael.albinus@gmx.de>
3745
3746 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
3747 forgotten.
3748 (Type Conversion): Precise conversion of natural numbers.
3749 (Errors and Events): Add "debugging" to concept index. Add variable
3750 `dbus-debug'.
3751
820ae8fe
MA
37522010-07-04 Michael Albinus <michael.albinus@gmx.de>
3753
3754 * dbus.texi (Receiving Method Calls): Add optional argument
3755 EMITS-SIGNAL to `dbus-register-property'.
3756
b6f9df0f
JB
37572010-06-27 Alex Schroeder <alex@gnu.org>
3758
3759 * nxml-mode.texi (Commands for locating a schema): Fix typo.
3760
62e034c2
GM
37612010-06-24 Glenn Morris <rgm@gnu.org>
3762
3763 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3764 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3765 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3766 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3767 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3768 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3769 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3770 * woman.texi: Start direntry descriptions in column 32, per Texinfo
3771 convention. Make them end with a period.
3772
9360256a
GM
37732010-06-23 Glenn Morris <rgm@gnu.org>
3774
3775 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
3776 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3777 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3778 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3779 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3780 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 3781
04d3bb6c
GM
37822010-06-10 Glenn Morris <rgm@gnu.org>
3783
3784 * idlwave.texi (Load-Path Shadows):
3785 * org.texi (Handling links): Fix typos.
3786
5e7d4a75
KY
37872010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3788
3789 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3790
9841cb4f
MA
37912010-05-26 Michael Albinus <michael.albinus@gmx.de>
3792
3793 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3794 by an alias. (Bug#6226)
3795
597517ef
JB
37962010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3797
3798 * calc.texi (Manipulating Vectors): Mention that vectors can
3799 be used to determine bins for `calc-histogram'.
3800
14914c43
JB
38012010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3802
597517ef 3803 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 3804
0235128c 38052010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3806
3807 * url.texi (HTTP language/coding, Customization):
3808 * message.texi (Header Commands, Responses):
3809 * cl.texi (Argument Lists): Fix typos.
3810
0235128c 38112010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3812
0235128c
SM
3813 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3814 Note that Development menu is always available.
aa5789b5
CY
3815 (Creating a project): Fix terminology.
3816 (Add/Remove files): Fix typo.
3817
0235128c
SM
38182010-05-07 Chong Yidong <cyd@stupidchicken.com>
3819
3820 * Version 23.2 released.
3821
a628ad9d 38222010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3823
3824 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3825
502269d6
MA
38262010-05-01 Michael Albinus <michael.albinus@gmx.de>
3827
0235128c
SM
3828 * tramp.texi (Inline methods, Default Method):
3829 Mention `tramp-inline-compress-start-size'.
502269d6 3830
6e104790 38312010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3832
3833 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3834 the CVS repo. Put the Git repo in the news section.
3835
6e104790 3836 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3837 Removed some mentions of CVS. Mention the new Git repo.
3838
6e104790 38392010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3840
3841 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3842 (Mail Group Commands): Add index entry.
3843
6e104790 38442010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3845
3846 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3847
f8b91752
JB
38482010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3849
3850 * calc.texi (Radix modes): Mention that the option prefix will
3851 turn on twos-complement mode.
3852 (Inverse and Hyperbolic Flags): Mention the Option flag.
3853
ed21c5c8
CD
38542010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3855
3856 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3857 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3858 (Sectioning structure): Update.
3859 (References): New use case for field coordinates.
6e104790 3860 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3861 (Setting up the staging area): Document the availability of
3862 encryption for MobileOrg.
3863 (Images and tables): Document how to reference labels.
3864 (Index entries): New section.
3865 (Generating an index): New section.
3866 (Column width and alignment): Document that <N> now
3867 means a fixed width, not a maximum width.
3868 (Publishing options): Document the :email option.
3869 (Beamer class export): Fix bug in the BEAMER example.
3870 (Refiling notes): Document refile logging.
3871 (In-buffer settings): Document refile logging keywords.
3872 (Drawers): Document `C-c C-z' command.
3873 (Agenda commands): Mention the alternative key `C-c C-z'.
3874 (Special properties): Document the BLOCKED property.
3875 (The spreadsheet): Mention the formula editor.
3876 (References): Document field coordinates.
3877 (Publishing action): Correct the documentation for the
3878 publishing function.
3879 (The date/time prompt): Document that we accept dates
3880 like month/day/year.
3881 (Cooperation): Document the changes in table.el support.
3882 (Faces for TODO keywords, Faces for TODO keywords)
3883 (Priorities): Document the easy colors.
3884 (Visibility cycling): Document the new double prefix
3885 arg for `org-reveal'.
3886 (Cooperation): Remember.el is part of Emacs.
3887 (Clean view): Mention that `wrap-prefix' is also set by
3888 org-indent-mode.
3889 (Agenda commands): Add information about prefix args to
3890 scheduling and deadline commands.
3891 (Search view): Point to the docstring of
3892 `org-search-view' for more details.
6e104790 3893 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3894 (Setting tags): Document variable
3895 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3896 (Column attributes): Cross-reference special properties.
ed21c5c8 3897
456b348e
MA
38982010-04-10 Michael Albinus <michael.albinus@gmx.de>
3899
3900 Synchronize with Tramp repository.
3901
3902 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3903 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3904 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3905 syntax, texi2dvi reports errors with the backquotes.
3906
3907 * trampver.texi: Update release number.
3908
357e2d8e
KY
39092010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3910
3911 * gnus.texi (Finding the News): Add pointers to the Server buffer
3912 because it's essential.
3913
1d4d7664
KY
39142010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3915
3916 * gnus.texi (MIME Commands): Update description of
3917 gnus-article-browse-html-article.
3918
bd3e840f
KY
39192010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3920
3921 * auth.texi (Secret Service API): Add TODO node.
3922 (Help for users): Explain the new source options for `auth-sources'.
3923
e867cb5d 39242010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3925
3926 * trampver.texi: Update release number.
3927
288f9fc0
CY
39282010-03-10 Chong Yidong <cyd@stupidchicken.com>
3929
3930 * Branch for 23.2.
3931
d99aaebd
CY
39322010-03-03 Chong Yidong <cyd@stupidchicken.com>
3933
3934 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3935 now enabled by default.
3936
5794c2a5
MA
39372010-02-28 Michael Albinus <michael.albinus@gmx.de>
3938
3939 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3940 when Emacs runs in interactive mode. (Bug#5645)
3941
40572be6
GM
39422010-02-16 Glenn Morris <rgm@gnu.org>
3943
3944 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3945
7bb8ed67
MH
39462010-02-05 Mark A. Hershberger <mah@everybody.org>
3947
3948 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3949
45a1423d 39502010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3951
3952 * gnus.texi (Score File Format): Fix typo.
3953
45a1423d 39542010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3955
3956 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3957
14f17fc8
JB
39582010-01-18 Juanma Barranquero <lekktu@gmail.com>
3959
3960 * ada-mode.texi (Project File Overview): Fix typo.
3961
607d4369
CY
39622010-01-17 Chong Yidong <cyd@stupidchicken.com>
3963
3964 * semantic.texi: Add Richard Y. Kim credit.
3965
3966 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3967
3d1bfa99
MA
39682010-01-17 Michael Albinus <michael.albinus@gmx.de>
3969
3970 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3971 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3972
6fbf7a75
GM
39732010-01-17 Glenn Morris <rgm@gnu.org>
3974
b9f978f0
GM
3975 * calc.texi (Reporting Bugs): Don't mention format of repository.
3976
f19bc38d
GM
3977 * woman.texi (Bugs): Make "Emacs repository" less specific,
3978 and the URL for same more specific.
3979
6fbf7a75
GM
3980 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3981
16c3428a
JB
39822010-01-17 Juanma Barranquero <lekktu@gmail.com>
3983
3984 * ede.texi (ede-step-project, ede-proj-target):
3985 * tramp.texi (Remote processes): Fix typos.
3986
045b9da7
ML
39872010-01-16 Mario Lang <mlang@delysid.org>
3988
3989 * ede.texi (ede-target):
3990 * org.texi (Refiling notes): Remove duplicated words.
3991
c57008f6
SM
39922010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3993
3994 * gnus.texi (Posting Styles): Use with-current-buffer.
3995 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3996
798c9eb5
KR
39972010-01-02 Kevin Ryde <user42@zip.com.au>
3998
3999 * eieio.texi (Naming Conventions): Correction to xref on elisp
4000 coding conventions, is "Tips" node not "Standards".
4001
4970fbfe
CY
40022009-12-24 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
4005
4006 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
4007
83828b06
KY
40082009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4009
4010 * gnus.texi (Direct Functions): Add missing port number to tls method.
4011
45a4a565
JB
40122009-12-15 Juanma Barranquero <lekktu@gmail.com>
4013
4014 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
4015 ($(infodir)/edt, edt.dvi): New targets.
4016
698bfef7
GM
40172009-12-15 Glenn Morris <rgm@gnu.org>
4018
4019 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
4020 (edt, $(infodir)/edt, edt.dvi): New targets.
4021 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
4022
4023 * Makefile.in (PDF_TARGETS, pdf): New.
4024 (clean): Add *.pdf.
4025 Add pdf rules for all manuals.
4026
0e983327
JB
40272009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
4028
4029 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
4030
8e687433
CY
40312009-12-14 Chong Yidong <cyd@stupidchicken.com>
4032
4033 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
4034 (Smart Jump, Analyzer Debug): Copyedits.
4035 (Semantic mode user commands): Link to new nodes.
4036 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
4037 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
4038 upstream Semantic manual.
4039
4040 * semantic.texi (Introduction): Minor fix to diagram.
4041
020335df
MA
40422009-12-09 Michael Albinus <michael.albinus@gmx.de>
4043
4044 * eshell.texi (History): Add the other built-in variables.
4045 (Built-ins): Explain built-ins, and how to apply the external commands.
4046 Add `history', `su' and `sudo'.
4047
4048 * tramp.texi (Remote processes): Add missing <RET> in the example.
4049
6ddf13e4
BW
40502009-12-01 Bill Wohler <wohler@newt.com>
4051
4052 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 4053 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
4054 excessively garrulous.
4055
07b6428c
MA
40562009-11-29 Michael Albinus <michael.albinus@gmx.de>
4057
4058 * tramp.texi (Remote processes): Improve eshell example with "su"
4059 and "sudo" commands.
4060
fd1cefda
CY
40612009-11-28 Chong Yidong <cyd@stupidchicken.com>
4062
4063 * semantic.texi (Analyzer Internals): Rename from Analyzer.
4064
4065 * sem-user.texi (Semantic mode user commands): Fix key syntax.
4066 Document semantic-complete-analyze-inline.
4067 (Semanticdb search debugging commands): Minor clarification.
4068 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 4069 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 4070 manual.
9d542758 4071 (Semantic mode): Link to Idle Scheduler.
fd1cefda 4072
159e3ad5
KR
40732009-11-28 Kevin Ryde <user42@zip.com.au>
4074
4075 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 4076 @pxref, now EIEIO is in Emacs.
159e3ad5 4077
c6d47315
KR
4078 * erc.texi (Development): Correction to git tutorial url.
4079
16f6287e
GM
40802009-11-26 Glenn Morris <rgm@gnu.org>
4081
4082 * faq.texi (Latest version of Emacs): Mention stability of development
4083 version.
4084 (Problems with very large files): Max buffer size increase in 23.2.
4085 (VM): VM has moved house again.
4086
5ea5dbc9
JB
40872009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4088
4089 * calc.texi (Radix modes): Discuss alternate bases for two's complement
4090 notations.
4091
5dec9555
CD
40922009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
4093
45a4a565 4094 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 4095
bd6f6833
CY
40962009-11-20 Chong Yidong <cyd@stupidchicken.com>
4097
4098 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
4099 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
4100 (Idle Completions Mode): Numerous copyedits.
bd6f6833 4101
be479117
JB
41022009-11-17 Juanma Barranquero <lekktu@gmail.com>
4103
4104 * semantic.texi (Semantic Internals, Glossary):
4105 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
4106 (Semanticdb search debugging commands): Fix typos.
4107
17291a1f
JB
41082009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4109
be479117 4110 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 4111
af42a9cc
JB
41122009-11-16 Juanma Barranquero <lekktu@gmail.com>
4113
4114 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
4115 ($(infodir)/semantic, semantic.dvi): New targets.
4116
3149927d
CY
41172009-11-16 Chong Yidong <cyd@stupidchicken.com>
4118
4119 * Makefile.in: Build the Semantic manual.
4120
4121 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
4122 repository.
4123
977640ed
MA
41242009-11-16 Michael Albinus <michael.albinus@gmx.de>
4125
4126 * dbus.texi (Receiving Method Calls): New defun
4127 `dbus-unregister-service'.
4128
17673adf
CD
41292009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
4130
4131 * org.texi (Speed keys): New section.
4132
0ecd3c90
MA
41332009-11-13 Michael Albinus <michael.albinus@gmx.de>
4134
4135 * dbus.texi (Type Conversion): Fix typo.
4136 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
4137 `dbus-registered-objects-table'.
0c7efc08
SM
4138 (Receiving Method Calls): New defun `dbus-register-property'.
4139 Move `dbus-unregister-object' here.
0ecd3c90 4140
8bfe682a
CD
41412009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4142
4143 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
4144
41452009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
4146
4147 * org.texi (Column attributes): Add the new age summary operators.
4148 Also, mention the fact you can only use one summary operator per
4149 property.
4150
41512009-11-13 John Wiegley <johnw@newartisans.com>
4152
0c7efc08 4153 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 4154 manual about how to track habits.
0c7efc08 4155 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
4156 dangling clocks are resolved.
4157
41582009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4159
4160 * org.texi (Agenda commands): Document the new `i' command.
4161 (Inserting deadline/schedule): Document logging changes
4162 of scheduling and deadline times stamps.
4163 (In-buffer settings): Document the in-buffer keywords for logging
4164 changes of scheduling and deadline times stamps.
4165 (Structure editing, Plain lists): Document indentation
4166 cycling in empty entries with TAB.
4167 (Archiving): Document the default archiving command.
4168 (Moving subtrees): Document the new keys for archiving.
4169 (Internal archiving): Fix incorrect key.
4170 (Agenda commands): Document the TODO set switching commands.
4171 (Agenda commands): Document the new archiving keys.
4172 (Clocking work time): Better description on how to save
4173 and restore a clock.
4174 (Resolving idle time): Mention the x11idle program to get true
4175 idleness also under X11.
4176 (Resolving idle time): Use @kbd instead of @key for normal
4177 letters, because this is how he rest of the manual does this.
4178 (Pushing to MobileOrg): Mention that `org-directory'
4179 should be set.
4180 (Agenda commands): Document that SPC is a filter for
4181 any tag.
0c7efc08 4182 (Search view): Rename from "Keyword search".
8bfe682a
CD
4183 (Capure): New chapter.
4184 (Markup): New chapter.
0c7efc08
SM
4185 (Links in HTML export, Images in HTML export):
4186 Extend the section titles.
8bfe682a
CD
4187 (Images in HTML export): Document the align option.
4188 (Text areas in HTML export): Extend the section title.
4189 (Images in LaTeX export): Explain image placement in LaTeX.
4190
693737cd
GM
41912009-11-10 Glenn Morris <rgm@gnu.org>
4192
4193 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
4194
c7bd4ebe
MA
41952009-11-08 Michael Albinus <michael.albinus@gmx.de>
4196
4197 * tramp.texi (Auto-save and Backup): Disable backups just for a
4198 method.
4199
4200 * trampver.texi: Update release number.
4201
76c5acad
MA
42022009-11-07 Michael Albinus <michael.albinus@gmx.de>
4203
4204 Sync with Tramp 2.1.17.
4205
4206 * trampver.texi: Update release number.
4207
d9a57abf
GM
42082009-10-29 Glenn Morris <rgm@gnu.org>
4209
4210 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
4211
637f4f0f
MA
42122009-10-23 Michael Albinus <michael.albinus@gmx.de>
4213
4214 * tramp.texi (External methods): Temporary files are kept for
4215 `rsync' and `rsyncc' methods.
4216
310dbb05
JB
42172009-10-09 Juanma Barranquero <lekktu@gmail.com>
4218
4219 * eieio.texi: Fix typos.
4220
09094f28
CY
42212009-10-07 Chong Yidong <cyd@stupidchicken.com>
4222
4223 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
4224
216f299a
JB
42252009-10-07 Juanma Barranquero <lekktu@gmail.com>
4226
4227 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
4228 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
4229
966a6506
CY
42302009-10-07 Chong Yidong <cyd@stupidchicken.com>
4231
4232 * Makefile.in: Build EIEIO and EDE manuals.
4233
42342009-10-07 Eric Ludlam <zappo@gnu.org>
4235
4236 * eieio.texi:
4237 * ede.texi: New files.
4238
8842cd9b
MA
42392009-10-05 Michael Albinus <michael.albinus@gmx.de>
4240
4241 * tramp.texi (Remote processes): Association of a pty is not supported.
4242
7006d207
CD
42432009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
4244
4245 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
4246 (Processing LaTeX fragments): Document that the size of images can be
4247 changes using the variable `org-format-latex-options'.
4248 (The date/time prompt, Timestamps): Be more accurate over ISO format
4249 dates and times.
4250 (Visibility cycling): Document showeverything keyword.
4251 (In-buffer settings): Document showeverything keyword.
4252 (Setting up the staging area): Fix the example.
4253 (MobileOrg): New section.
4254 (Agenda commands, Exporting Agenda Views): Document exporting the
4255 agenda view to Org files.
4256
0e7b2867
MA
42572009-09-28 Michael Albinus <michael.albinus@gmx.de>
4258
4259 * tramp.texi (History): Add IMAP support.
4260 (External methods): Add `imap' and `imaps' methods.
4261 (GVFS based methods): Add indices for `davs'.
4262 (Password handling): Rename anchors. Add IMAP entries for
4263 ~/.authinfo.gpg.
4264
4265 * trampver.texi: Set default value of `emacsimap'.
4266
4146636e
KY
42672009-09-22 Daiki Ueno <ueno@unixuser.org>
4268
4269 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
4270
d22f7ffa
CY
42712009-09-13 Chong Yidong <cyd@stupidchicken.com>
4272
0c7efc08
SM
4273 * dired-x.texi (Technical Details):
4274 Delete dired-up-directory (Bug#4292).
d22f7ffa 4275
66043531
MA
42762009-09-03 Michael Albinus <michael.albinus@gmx.de>
4277
216f299a 4278 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 4279
6eb02347
CD
42802009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
4281
4282 * org.texi (Effort estimates): Document new effort setting commands.
4283 (Agenda commands): Document the new keys fro agenda time motion.
4284 Document entry text mode. Improve documentation of the keys to include
4285 inactive time stamps into the agenda view.
4286 (Feedback): Document the new bug report command.
0c7efc08 4287 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 4288
38dc51ba
KY
42892009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4290
4291 * auth.texi (Help for users): Corrected markup.
4292
e402f452
GM
42932009-09-02 Glenn Morris <rgm@gnu.org>
4294
4295 * emacs-mime.texi (time-date): Mention float-time.
4296
744256cf
JB
42972009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
4298
4299 * calc.texi (Simplifying Formulas): Improve the wording.
4300
b0b63450
MB
43012009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
4302
4303 * auth.texi: Rewritten for coverage and clarity.
4304
43052009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4306
0c7efc08
SM
4307 * gnus.texi (Expiring Mail):
4308 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
4309 (Various Various): Mention gnus-safe-html-newsgroups.
4310
4311 * gnus-news.texi: Mention
4312 gnus-mark-copied-or-moved-articles-as-expirable.
4313
4314 * emacs-mime.texi (Display Customization): Add xref to
4315 gnus-safe-html-newsgroups.
4316
b59329e0
MA
43172009-08-28 Michael Albinus <michael.albinus@gmx.de>
4318
4319 * tramp.texi (Version Control): Remove.
af42a9cc 4320 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
4321 reference.
4322 (External methods): Correct `scpc' concept index entries. New method
4323 `rsyncc'.
4324 (External packages): New subsections "Filename completion" and "File
4325 attributes cache".
4326
0ff2d6c2
JB
43272009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
4328
4329 * calc.texi (Rewrite Rules): Improve the example.
4330 (Simplifying Formulas): Explain use of the I and H flags for
4331 simplification.
4332
ecd3d54f
MA
43332009-08-25 Michael Albinus <michael.albinus@gmx.de>
4334
4335 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 4336 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
4337 (Synchronous Methods, Asynchronous Methods): Use English numeric format
4338 for timeout values.
78176e69
MA
4339 (Top): Remove footnote saying D-Bus is not enabled by
4340 default. (Bug#4256)
ecd3d54f 4341
0f215bca
DU
43422009-08-23 Daiki Ueno <ueno@unixuser.org>
4343
4344 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 4345 Reported by Jari Aalto (Bug#4211).
0f215bca 4346 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 4347 epa-global-mail-mode.
3b7ab45f
DU
4348 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
4349 epa-setup.
0f215bca 4350
4f22e84d
MA
43512009-08-16 Michael Albinus <michael.albinus@gmx.de>
4352
4353 * dbus.texi (Asynchronous Methods): Allow nil handler.
4354
9ff0b02b 43552009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 4356
26b03ee3 4357 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 4358
26b03ee3 4359 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 4360
4c39f404
CY
43612009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
4362
4363 * calc.texi (Date Forms): Fix typos.
4364
3bcfba17
GM
43652009-08-08 Glenn Morris <rgm@gnu.org>
4366
4367 * org.texi (Agenda commands): Restore clobbered change.
4368
66783bb4
EZ
43692009-08-07 Eli Zaretskii <eliz@gnu.org>
4370
4371 * calc.texi (Graphics, Devices): Update with the peculiarities of
4372 operation on MS-Windows.
4373
c8d0cf5c
CD
43742009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
4375
4376 * org.texi (Publishing action): Improve documentation of file
4377 names when publishing to the source directory.
4378 (Clean view): Document `org-indent-mode'.
4379 (Clocking work time): Add documentation for the
4380 new :timetamp option when creating a clock report.
4381 (Paragraphs): Fix many typos.
4382 (Plain lists): Remove duplicate explanation about the
4383 `C-c *' command.
4384 (Literal examples): Update to reflect the new behavior
4385 of the -n -r -k switches when exporting source code examples.
4386 (Structure editing): Add information about `C-c *',
4387 converting a plain list into a list of Org items.
4388 (Remember): Small rephrasing of the paragraph
4389 describing remember.el. Also mentioned that remember.el is part
4390 of Emacs 23, not Emacs 22.
4391 (Clocking work time): Add documentation about
4392 displaying the current clocking time against the effort estimate.
4393 Also add a footnote about using `org-clock-in-prepare-hook' to add
4394 an effort estimate on the fly, just before clocking it.
4395 (Footnotes): Document automatic renumbering and
4396 sorting.
4397 (Agenda commands): Document new bulk commands.
4398 (Plain lists): Document new behavior of
4399 `org-cycle-include-plain-lists'.
4e2af782 4400 Hyphenation only in TeX.
c8d0cf5c
CD
4401 (Clocking work time): Document the key to update effort
4402 estimates.
4403 (Clocking work time): Document the clock time display.
4404 (Structure editing, TODO basics): Document new
4405 variables.
4406 (Column attributes): Document new colciew operators.
4407 (Publishing options): Document :xml-declaration.
4408 (Tracking TODO state changes): Document the
4409 LOG_INTO_DRAWER property.
4410 (Literal examples): Document the new implementation for
4411 editing source code.
4412 (Publishing action): Mention the new publishing
4413 function, to publish an Org source file.
4414 (Publishing links): Mention how to link to an Org source file.
4415 (Macro replacement): Document new macros.
4416 (Handling links): Document type-specific completion
4417 when inserting links.
4418 (Structure editing, Plain lists): Improve documentation
4419 on sorting.
4420 (Internal links): Document custom ids for links.
4421 (Handling links): Document custom ids for links.
4422 (CSS support): Document new class.
4423 (Refiling notes): Document the possibility to create new nodes
4424 during refiling.
4425 (Agenda commands): Document the "?" operator to find
4426 tasks without effort setting.
4427 (Exporting agenda information): Section moved.
4428 (RSS Feeds): New section.
4429 (Built-in table editor): Document M-e and M-a navigate
4430 inside table field.
4431 (Stuck projects): Docment that projects identified as
4432 un-stuck will still be searchd for stuck sub-projects.
4433 (Paragraphs): Document centering.
4434 (Creating timestamps, Agenda commands): Document new
4435 behavior when changing time stamps.
4436 (Structure editing): Document the new command
4437 `org-clone-subtree-with-time-shift'.
4438 (Publishing): Refresh this chapter.
4439 (Export options, Export options, In-buffer settings):
4440 Document the new keywords.
4441 (Matching tags and properties): Collect all
4442 documentation about tags/property matches here.
4443 (Setting tags): Document `org-tag-persistent-alist'.
4444 (Weekly/daily agenda): New section.
4445 (Orgstruct mode): Describe `orgstruct++-mode'.
4446 (Drawers): Mention the LOGBOOK drawer.
4447 (Export options, Sectioning structure): Document the
4448 #+LEATEX_HEADER in-buffer setting.
4449 (Bugs): Section removed.
4450 (Hooks): New section.
0c7efc08 4451 (Add-on packages): Move here from old location.
c8d0cf5c
CD
4452 (Context-sensitive commands): New section.
4453 (Setting tags): Document newline option.
4454 (Global TODO list, Matching tags and properties):
4455 Mention more variables.
4456 (Checkboxes): Update to changed command behavior.
81a5560e 4457
40d2791f
CY
44582009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
4459
4460 * speedbar.texi (Basic Key Bindings): Fix typo.
4461
65d0154b
JB
44622009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
4463
4464 * calc.texi (Vector/Matrix Functions): Add index entries for both
4465 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
4466 affects matrices with more than one row.
b5bdfd9f 4467 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 4468
5a9e3ab7
JB
44692009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4470
4471 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 4472 `calc-transpose-lines'.
5a9e3ab7 4473
42fb7e61
MA
44742009-07-27 Michael Albinus <michael.albinus@gmx.de>
4475
4476 * dbus.texi (Receiving Method Calls): Describe special return value
4477 `:ignore'.
4478
574b69d5
AM
44792009-07-24 Alan Mackenzie <acm@muc.de>
4480
4481 * cc-mode.texi (Config Basics, File Styles): Document that at mode
4482 initialization, any individual variable setting now takes precedence
4483 over one done via c-file-style/c-file-offsets.
4484
ec06459c
JB
44852009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
4486
4487 * calc.texi (Undoing Mistakes): Mention that the undo list will be
4488 truncated when Calc is quit.
4489 (Customizing Calc): Document `calc-undo-length'.
4490
4ce54f6b
CY
44912009-07-20 Chong Yidong <cyd@stupidchicken.com>
4492
4493 * calc.texi (About This Manual): Don't mention chapter numbers in text.
4494
0e4f8ba5
GM
44952009-07-11 Kevin Ryde <user42@zip.com.au>
4496
4497 * pcl-cvs.texi (About PCL-CVS):
4498 * widget.texi (Basic Types):
4499 Fix cross-references.
4500
fa0f81b0
AS
45012009-07-01 Andreas Schwab <aschwab@redhat.com>
4502
4503 * dbus.texi (Type Conversion): Don't use literal control character.
4504
88a683c5
MA
45052009-07-01 Michael Albinus <michael.albinus@gmx.de>
4506
4507 * tramp.texi (GVFS based methods): New section.
4508 (Remote processes): Processes for GVFS based methods run locally.
4509
36c8febb
MA
45102009-06-30 Michael Albinus <michael.albinus@gmx.de>
4511
0c7efc08
SM
4512 * tramp.texi (Inline methods, External methods, Gateway methods):
4513 Avoid the words "kludge" and hack".
36c8febb
MA
4514 (External methods): Add `synce' method.
4515
4516 * trampver.texi: Update release number.
4517
d6b951bb
MA
45182009-06-22 Michael Albinus <michael.albinus@gmx.de>
4519
4520 Sync with Tramp 2.1.16.
4521
4522 * tramp.texi (History): Add GVFS support.
4523 (External methods): Precise `rsync' description. Add `dav', `davs' and
4524 `obex' methods. Add 'tramp-gvfs-methods' option.
4525 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
4526 forms.
4527 (Remote Programs): Introduce `tramp-own-remote-path'.
4528 (Remote processes): New subsection "Running remote programs that create
4529 local X11 windows".
4530 (Frequently Asked Questions): Improve code for disabling vc.
4531
4532 * trampver.texi: Update release number. Set default value of
4533 `emacsgvfs'.
4534
70243478
CY
45352009-06-21 Chong Yidong <cyd@stupidchicken.com>
4536
4537 * Branch for 23.1.
4538
54b31cbf
GM
45392009-06-17 Glenn Morris <rgm@gnu.org>
4540
4541 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
4542 (Latest version of Emacs): Mention source code repository.
4543
f6adc23c
GM
45442009-06-16 Glenn Morris <rgm@gnu.org>
4545
4546 * faq.texi (Top): Language tweak.
4547 (Extended commands): Most people have arrow keys.
4548 (Emacs manual): Say how to follow info links.
4549 (File-name conventions): Change title a bit. Explain about source
4550 versus installed. Condense etc description.
4551 (Guidelines for newsgroup postings): Mention Savannah list page.
4552 (Newsgroup archives): Simplify.
4553 (Contacting the FSF): Add contact URL.
4554 (Emacs Lisp documentation): Printed version not always available.
4555 (Installing Texinfo documentation): Explain how by hand installation is
4556 not normally needed. Use add-to-list. Remove duplicate reference.
4557 (Informational files for Emacs): Move info on Help menu here from
4558 "File-name conventions".
4559 (Help installing Emacs): Tweak uref.
4560 (Obtaining the FAQ): Mention repository.
4561 (Origin of the term Emacs): Explain "ITS".
4562 (Changing load-path): Use add-to-list.
4563 (Automatic indentation): Clarify this is for Text mode.
4564 Don't mention Indented Text mode.
4565 (Finding Emacs on the Internet): The FSF does not seem to offer a
4566 deluxe distribution on CD anymore.
4567
b59a8457
GM
45682009-06-16 Glenn Morris <rgm@gnu.org>
4569
4570 * faq.texi (Top): Mention which Emacs version this FAQ is about.
4571 Recommend the latest release. Mention how to get older FAQs.
4572 Recommend the Emacs manual.
4573 (Guidelines for newsgroup postings): Discourage cross-posts.
4574 (Underlining paragraphs): Remove.
4575 (Editing MS-DOS files): Remove pre-Emacs 20 information.
4576 (Bugs and problems): Update key-binding.
4577 (Problems with very large files): Mention 64-bit.
4578 (Shell process exits abnormally): Remove.
4579 (Problems with Shell Mode): Rename and update.
4580 (Spontaneous entry into isearch-mode)
4581 (Problems talking to certain hosts): Remove. This is old information,
4582 in etc/PROBLEMS if needed.
4583 (Emacs takes a long time to visit files, Updating Emacs): Remove.
4584 (Dired claims that no file is on this line): Update.
4585 (Installing Emacs, Problems building Emacs): Simplify.
4586 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
4587 information.
4588 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
4589 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
4590 (JDEE): "JDEE", not "JDE".
4591 (Handling C-s and C-q with flow control, Binding C-s and C-q):
4592 Remove. This is old information, in etc/PROBLEMS if needed.
4593 (stty and Backspace key, Kanji and Chinese characters): Remove.
4594 (Right-to-left alphabets): Update section.
4595 (Changing the included text prefix): Gnus uses message-yank-prefix.
4596 Add cross-reference to Supercite manual.
4597 (Saving a copy of outgoing mail): Simplify output file description.
4598 (Expanding aliases when sending mail): Refer to Emacs manual.
4599 Remove old info about RFC822.
4600 Correct description of how to rebuild aliases.
4601 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
4602 (MIME with Emacs mail packages)
4603 (Viewing articles with embedded underlining)
4604 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
4605 Remove old sections.
4606 (Killing based on nonstandard headers): Remove. Scoring is preferable,
4607 and is well-documented in the Gnus manual.
4608 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
4609 (Making Gnus faster): Rename from "Starting Gnus faster".
4610 Merge "Catch-up is slow in Gnus" into here.
4611
0e6d12ca
GM
46122009-06-14 Glenn Morris <rgm@gnu.org>
4613
4614 * faq.texi (Status of Emacs): Re-order with most recent releases first.
4615 (New in Emacs 23): New section.
4616 (Handling C-s and C-q with flow control): Add xref.
4617
2e17e05e
GM
46182009-06-13 Glenn Morris <rgm@gnu.org>
4619
4620 * faq.texi (Setting up a customization file): Grammar fix.
4621 Customize is no longer "new".
4622 (Displaying the current line or column): Line-number mode is on by
4623 default. Don't mention `column' package. Mention linum.el.
4624 (Turning on abbrevs by default): Explain how to do it for buffers,
4625 modes, and everywhere.
4626 (Associating modes with files): Use add-to-list. Don't mention Emacs
4627 19.
4628 (Highlighting a region): On by default since 23.1.
4629 (Replacing highlighted text): Update doc quote.
4630 (Working with unprintable characters): Don't mention search-quote-char.
4631 (Using an already running Emacs process): Gnuclient is probably not an
4632 enhancement these days.
4633 (Indenting switch statements): Remove mention of pre-Emacs 20.
4634 (Horizontal scrolling): Abbreviate Emacs 20 description.
4635 (Replacing text across multiple files): Fix name of dired command.
4636 (Disabling backups): Use require not load.
4f9d4de3 4637 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 4638
2a1cf2b9
BW
46392009-06-13 Bill Wohler <wohler@newt.com>
4640
4641 Release MH-E manual version 8.2.
4642
4643 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4644 release 8.2.
4645
85b438b7
GM
46462009-06-13 Glenn Morris <rgm@gnu.org>
4647
4648 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
4649 in this day and age the common meaning is "on the web".
4650 (copying): Use @copyright in all cases.
4651 (Basic keys): Remove reference to deleted manual node "Text Characters".
4652 (File-name conventions): Use GNU as an example rather than SERVICE.
4653 default.el lives in site-lisp. Update Info directory location.
4654 (Real meaning of copyleft): GPL actions have been brought, but all
4655 settled out of court.
4656 (Guidelines for newsgroup postings): Shorten section title.
4657 Simplify comp.emacs description.
4658 (Newsgroup archives): Change Google URL. Describe Gmane.
4659 (Unsubscribing from Emacs lists): Remove discussion of "distribution
4660 points". Mention List-Unsubscribe header.
4661 (Contacting the FSF): Update email and URLs.
4662 (Basic editing): Mention F1 for help.
4663 (Installing Texinfo documentation): Refer to Texinfo website rather
4664 than ftp server.
4665 (Printing a Texinfo file): Mention texi2pdf.
4666 (Informational files for Emacs): Don't describe FTP or SERVICE, they
4667 are just stubs nowadays.
4668 (Latest version of Emacs): Explain version numbers.
4669 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
4670 (Turning on syntax highlighting): No need to mention hilit19 any more.
4671 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
4672 (Modes for various languages): Remove section.
4673 (Major packages and programs): Remove most version and maintainer
4674 information - it's hard to keep up-to-date, and adds nothing.
4675 Similarly with direct links to mailing lists.
4676 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
4677 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
4678 years, and Emacs comes with tools for this now.
4679 (Patch): Remove section - this is a standard tool.
4680 (Using function keys under X): Remove section.
4681
93e2d996
GM
46822009-06-12 Glenn Morris <rgm@gnu.org>
4683
4684 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
4685 (Help installing Emacs): Remove reference to deleted X11 node.
4686 (Associating modes with files): Interpreter-mode-alist is no longer
4687 subservient to auto-mode-alist.
4688 (Installing Emacs): Change future Emacs version.
4689 (Linking with -lX11 fails): Remove old section.
4690 (Packages that do not come with Emacs): Update ELL location.
4691 Emacs Lisp archive is dead.
4692 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
4693 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
4694 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
4695 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
4696 (Removing flashing messages): Remove section about non-existent Gnus
4697 option.
4698
f0bf7708
GM
4699 * faq.texi (Top): Add @top command.
4700 Remove the optional arguments from all @node commands: makeinfo can
4701 generate these automatically, and it is easier to edit and rearrange
4702 nodes without them.
4703
30884d11
GM
47042009-06-11 Glenn Morris <rgm@gnu.org>
4705
4706 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
4707 (The LPF): Make the updated URL the sole reference point.
4708 (Learning how to do something): Update refcard price and format.
4709 (Getting a printed manual): Sources in doc/emacs/, not man/.
4710 Also available in PDF format. Since the page count varies, be less
4711 precise.
4712 (Informational files for Emacs): Remove references to deleted files
4713 LPF and SUN-SUPPORT, and to UUCP.
4714 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
4715 Remove many obsolete ways to get the FAQ, which now seems only to be
4716 distributed with Emacs.
4717 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
4718
deab46e0
CY
47192009-06-09 Chong Yidong <cyd@stupidchicken.com>
4720
223b43fa 4721 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 4722 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 4723
deab46e0
CY
4724 * ada-mode.texi (Installation, Compile commands)
4725 (Project File Overview, No project files, Set compiler options)
4726 (Use GNAT project file, Use multiple GNAT project files)
4727 (Identifier completion): Use @samp for menu items, and @kbd for key
4728 sequences (Bug#3504).
4729
71fbd643
DU
47302009-06-04 Daiki Ueno <ueno@unixuser.org>
4731
8c9bb6f5 4732 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 4733
f197085b
CY
47342009-06-04 Ryan Yeske <rcyeske@gmail.com>
4735
4736 * message.texi (Header Commands): Fix descriptions to match
4737 keybindings.
4738
7f3bc720
DU
47392009-04-22 Daiki Ueno <ueno@unixuser.org>
4740
4741 * gnus.texi (Security): Mention that EasyPG is the current default.
4742
4518068d
CY
47432009-04-13 Chong Yidong <cyd@stupidchicken.com>
4744
4745 * ediff.texi (Session Commands): Fix typo.
4746
d7ca410a
MB
47472009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
4748
4749 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
4750 news.software.readers. Reported by Florian Rehnisch.
4751
c6c76add
GM
47522009-04-02 Glenn Morris <rgm@gnu.org>
4753
4754 * auth.texi: Capitalize direntry.
4755
4756 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
4757 using a period in the entry name. (Bug#2797)
4758
35ed8e2e
JB
47592009-03-03 Juanma Barranquero <lekktu@gmail.com>
4760
4761 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
4762 ($(infodir)/auth, auth.dvi): New targets.
4763
e280480a
GM
47642009-03-03 Glenn Morris <rgm@gnu.org>
4765
4766 * auth.texi: Fix @setfilename.
4767
4768 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4769 (auth, $(infodir)/auth, auth.dvi): New rules.
4770
8a76755b
GM
47712009-02-25 Glenn Morris <rgm@gnu.org>
4772
4773 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
4774
0038d478
MB
47752009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4776
4777 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4778
47792009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4780
4781 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4782 gnus-nocem-issuers, and gnus-nocem-verifyer.
4783
867d4bb3
JB
47842009-02-20 Juanma Barranquero <lekktu@gmail.com>
4785
4786 * ada-mode.texi (Project files, Automatic Casing):
4787 * dbus.texi (Signals):
4788 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4789 * mh-e.texi (HTML):
4790 * nxml-mode.texi (Locating a schema)
4791 (Using the document's URI to locate a schema):
4792 * org.texi (Footnotes, Using the mapping API):
4793 * rcirc.texi (Channels): Remove duplicate words.
4794
3a44dc1f
GM
47952009-02-20 Glenn Morris <rgm@gnu.org>
4796
4797 * dired-x.texi (Miscellaneous Commands):
4798 * gnus.texi: Minor updates for mbox Rmail.
4799
5dc584b5
KB
48002009-02-16 Karl Berry <karl@gnu.org>
4801
b59a8457
GM
4802 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4803 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4804 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4805 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4806 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4807 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4808 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4809 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4810 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4811 Consistently use @insertcopying in the Top node,
5dc584b5 4812 @contents at the front (after @end titlepage),
b59a8457 4813 and @direntry after @copying. (Bug#1988)
5dc584b5 4814
9eb59592
MB
48152009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4816
4817 * auth.texi: New file documenting auth-source.
4818
d324fa76
CD
48192009-02-13 Carsten Dominik <dominik@science.uva.nl>
4820
4821 * org.texi (Org Plot): Fix link.
4822
7a603b73
DU
48232009-02-09 Daiki Ueno <ueno@unixuser.org>
4824
4825 * epa.texi (Mail-mode integration): Mention the way to do
4826 "encrypt-to-self". (Bug#1807)
4827
a626b338 48282009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4829
4830 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4831
3b36c17e
MB
48322009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4833
4834 * gnus-news.texi: Print version about Incoming*.
4835
55033558
CD
48362009-02-02 Carsten Dominik <dominik@science.uva.nl>
4837
4838 * org.texi (Structure editing, Handling links)
4839 (Fast access to TODO states, Javascript support): Make standard docs
4840 correctly reflect default variable settings.
4841
ec712abb
GM
48422009-02-02 Glenn Morris <rgm@gnu.org>
4843
4844 * org.texi: Fix typos.
4845
7112648c
MA
48462009-02-01 Michael Albinus <michael.albinus@gmx.de>
4847
4848 Sync with Tramp 2.1.15.
4849
4850 * trampver.texi: Update release number.
4851
2e461fc1
CD
48522009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4853
4854 * org.texi (TODO dependencies): Document TODO dependencies on
4855 checkboxes.
4856
bc283609
CD
48572009-01-30 Carsten Dominik <dominik@science.uva.nl>
4858
4859 * org.texi (TODO dependencies): Document key binding for toggling
4860 ORDERED property.
4861
74fc5047
MA
48622009-01-28 Michael Albinus <michael.albinus@gmx.de>
4863
4864 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4865 of hook functions.
4866
d6685abc
CD
48672009-01-28 Carsten Dominik <dominik@science.uva.nl>
4868
4869 * org.texi (TODO dependencies): New section.
4870
65c439fd
CD
48712009-01-27 Carsten Dominik <dominik@science.uva.nl>
4872
4873 * org.texi (Plain lists, TODO basics, Priorities)
4874 (Multiple sets in one file, Conflicts): Document interaction with
4875 `shift-selection-mode'.
4876
5fafc247
JB
48772009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4878
4879 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4880 Make Calc the subject of sentences.
4881 (Rearranging Formulas using Selections): Discuss new options
4882 for `j *'.
4883
e7433508
MA
48842009-01-26 Michael Albinus <michael.albinus@gmx.de>
4885
4886 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4887
2096a1b6
GM
48882009-01-26 Glenn Morris <rgm@gnu.org>
4889
4890 * org.texi: Fix typos.
4891
0cb61492
BW
48922009-01-26 Bill Wohler <wohler@newt.com>
4893
2096a1b6 4894 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4895
0bd48b37
CD
48962009-01-25 Carsten Dominik <dominik@science.uva.nl>
4897
4898 * org.texi (References): Add information about remote references.
4899 (Built-in table editor): Document `C-c RET' in tables.
4900 (Math symbols, Quoting LaTeX code): Mention that simple
4901 LaTeX macros survive LaTeX export.
4902 (Images in LaTeX export): Show how to create a reference to a
4903 figure.
4904 (Sectioning structure): Document that the LaTeX class can be
4905 specified in a property.
4906 (Text areas in HTML export): New section.
4907 (External links): Add examples for text search and ID links.
4908 (Built-in table editor): Remove the descriptio of `C-c
4909 C-q', it not longer works.
4910 (Literal examples): Document that a space must follow
4911 the colon in short examples.
4912 (Relative timer): Document `org-timer-stop'.
4913 (Footnotes): New section.
4914 (Footnote markup): Shorten section and refer to new Footnote
4915 section.
4916 (Literal examples): Add documentation for line
4917 numbering in and references to code examples.
4918 (CSS support): Fix the description of default CSS styles.
4919 (Capturing column view): Document
4920 "file:path/to/file.org" as an allowed value for the ID property of
4921 a dynamic block copying column view.
4922
49dbbaf2
SE
49232009-01-23 Stephen Eglen <stephen@gnu.org>
4924
4925 * mh-e.texi (Getting Started): Describe $MH.
4926
193e6828
MA
49272009-01-21 Michael Albinus <michael.albinus@gmx.de>
4928
4929 * tramp.texi (all): Harmonize usage of "external method",
4930 "external transfer method" and "out-of-band method".
4931 (Connection types): Precise the differences of inline and external
4932 methods. Written by Adrian Phillips <a.phillips@met.no>.
4933
26b9f88d
MB
49342009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4935
4936 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4937 commands as described at the top. Reported by Allan Gottlieb
4938 <gottlieb@nyu.edu>.
4939
49402009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4941
4942 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4943 nnmail-pathname-coding-system.
4944
377952e0
GM
49452009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4946
4947 * org.texi (Relative timer): Fix typo.
4948
a20d3598
JB
49492009-01-15 Juanma Barranquero <lekktu@gmail.com>
4950
4951 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4952 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4953
a50253cc
GM
49542009-01-13 Glenn Morris <rgm@gnu.org>
4955
4956 * org.texi: Fix some more typos.
4957
07450bee
GM
49582009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4959
4960 * org.texi: Fix some typos.
4961
e3e955fe
MB
49622009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4963
4964 * gnus.texi (Group Parameters): Add note for local variables.
4965
49662009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4967
0c7efc08
SM
4968 * gnus.texi (Converting Kill Files): Fix URL.
4969 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4970
49712009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4972
4973 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4974 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4975 (Paging the Article): Add index entry.
4976
71dd9983
JB
49772009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4978
4979 * ada-mode.texi (Examples): Delete redundant text.
4980
4a0cf14f
MA
49812009-01-03 Michael Albinus <michael.albinus@gmx.de>
4982
36c8febb 4983 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4984
4985 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4986 addresses.
4987
aedac0f0
BW
49882009-01-03 Bill Wohler <wohler@newt.com>
4989
4990 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4991 kept empty.
4992
4c65b566
CD
49932008-12-20 Carsten Dominik <dominik@science.uva.nl>
4994
4995 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4996 (HTML Export commands, LaTeX/PDF export commands):
4997 Improve documentation about transient-mark-mode.
e9fce1ac 4998 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4999 to fields in the last table row.
5000
e1a78e1e
JL
50012008-12-19 Juri Linkov <juri@jurta.org>
5002
5003 * info.texi (Search Text): Remove mention of removed key binding M-s.
5004
17a0aa82
CD
50052008-12-18 Carsten Dominik <dominik@science.uva.nl>
5006
5007 * org.texi (References): Remove mentioning of @0 as reference for the
5008 last line, this has been reverted in the Lisp sources.
5009
4997d802
JB
50102008-12-17 Juanma Barranquero <lekktu@gmail.com>
5011
5012 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
5013 (DVI_TARGETS): Remove duplicates. Add sasl.
5014 ($(infodir)/sasl, sasl.dvi): New targets.
5015
33306645
CD
50162008-12-17 Carsten Dominik <dominik@science.uva.nl>
5017
5018 * org.texi: Version number pushed to 6.15d.
5019
db55f368
CD
50202008-12-16 Carsten Dominik <dominik@science.uva.nl>
5021
a0bf4117 5022 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
5023 (Images in LaTeX export): New section.
5024 (Inlined images, Images in HTML export): Sections renamed.
5025
dae0a942
MB
50262008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5027
5028 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
5029
9f5572e9
MB
50302008-12-04 David Engster <dengste@eml.cc>
5031
5032 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 5033 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 5034
bc23baaa
CD
50352008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5036
5037 * org.texi (Using the mapping API): Fix bug in mapping example.
5038 (Publishing options): Make the list of properties complete again, in
5039 correspondence to the variable `org-export-plist-vars'.
5040 (Property searches): Document new special values for time comparisons.
5041 (Tag inheritance): Refine the description of tag inheritance.
5042 (Project alist): Add info about the publishing sequence of components.
a0bf4117 5043 (Effort estimates): Document the new relative timer.
bc23baaa 5044
3bf8054f
JB
50452008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
5046
5047 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
5048 (Using Calc): Clarify use of `C-x * o'.
5049 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
5050
ac134f2f
RS
50512008-11-28 Richard M Stallman <rms@gnu.org>
5052
5053 * dbus.texi (Receiving Method Calls): Clean up previous change.
5054
ace706d1
MA
50552008-11-26 Michael Albinus <michael.albinus@gmx.de>
5056
5057 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
5058 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
5059 `dbus-unescape-from-identifier'.
5060 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 5061 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
5062 (Signals): Use the constants in the example.
5063
d60b1ba1
CD
50642008-11-24 Carsten Dominik <dominik@science.uva.nl>
5065
b97439ce 5066 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 5067
ce4fdcb9
CD
50682008-11-23 Carsten Dominik <dominik@science.uva.nl>
5069
5070 * org.texi (Setting up Remember): Document `org-remember-mode'.
5071 (External links): Document that bbdb links can use a regular
5072 expression.
5073 (External links): Document that elisp links can contain interactive
5074 commands.
5075
c8548a00 50762008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
5077
5078 * viper.texi (viper-translate-all-ESC-keysequences):
5079 Description removed.
5080
6a2c4aec
GM
50812008-11-19 Glenn Morris <rgm@gnu.org>
5082
5083 * doclicense.texi: Change to FDL 1.3.
5084 Relicense all texi files under FDL 1.3 or later.
5085
59ee4113
JB
50862008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5087
5088 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
5089
59bcbb98 50902008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 5091
0c7efc08 5092 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
5093
5094 * ediff.texi: Version/date change.
9f90198a 5095
8aa41c9b
CY
50962008-11-14 Chong Yidong <cyd@stupidchicken.com>
5097
5098 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
5099
17587b1b
JB
51002008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
5101
5102 * calc.texi (About This Manual): Comment out a mention of
5103 marginal notes.
5104
564c900e
CD
51052008-11-12 Carsten Dominik <dominik@science.uva.nl>
5106
5107 * org.texi (Clocking work time): Document the :formula property of
5108 clock tables.
5109 (Structure editing, Refiling notes): Document refiling regions.
5110 (Agenda commands): Document the double-prefix version
5111 of the `l' command in the agenda.
5112 (Handling links): Explain the effect of a double prefix
5113 arg to `C-c C-o'.
5114 (TODO basics): Add documentation for tag triggers.
5115
3c4be1f2
GM
51162008-10-23 Glenn Morris <rgm@gnu.org>
5117
5118 * cl.texi (Function Bindings): Mention `flet' fails to deal with
5119 byte-compiling things like `+'.
5120
5121 * ns-emacs.texi: Merge copyright years of author now with assignment
5122 into FSF years.
5123 (VER): Use it for easier automatic updating. Use Emacs version rather
5124 than standalone Emacs.app version.
5125
a6520ff3
CD
51262008-10-12 Carsten Dominik <dominik@science.uva.nl>
5127
864c9740 5128 * org.texi: Lots of minor fixes.
a6520ff3
CD
5129 (Capture): New chapter.
5130 (Org Plot): New section.
5131
db7a4b66
MH
51322008-09-30 Magnus Henoch <mange@freemail.hu>
5133
5134 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
5135
4043c194
JB
51362008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5137
5138 * calc.texi (User Defined Units): Mention how to enter optional display
5139 string.
5140
eef5ade7
MB
51412008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5142
0c7efc08 5143 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
5144 avoid the "y/n" wording.
5145
e52cac88
MB
51462008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5147
0c7efc08 5148 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
5149
51502008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5151
5152 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
5153 @enumerate section so as to be able to be formatted with MAKEINFO=no.
5154
00c55306
BW
51552008-09-22 Bill Wohler <wohler@newt.com>
5156
5157 Release MH-E manual version 8.1.
5158
5159 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5160 release 8.1.
5161
5162 * mh-e.texi: Retain dual license as agreed to by the FSF.
5163 However, bump GPL to Version 3.
5164 Use @include for license text.
5165
e52cac88 51662008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
5167
5168 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
5169 (Store custom flags and keywords, Store arbitrary data):
5170 Clean up markup.
64763fe3
MB
5171
51722008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
5173
5174 * gnus.texi (The Gnus Registry): Document it.
5175
9e601b8d
MB
51762008-09-08 David Engster <dengste@eml.cc>
5177
88ee5b02
JB
5178 * gnus.texi (nnmairix): Point out that nnml uses MH format.
5179 Clarify section about choosing back end servers.
9e601b8d 5180
247043f1
GM
51812008-08-23 Glenn Morris <rgm@gnu.org>
5182
5183 * dired-x.texi (Shell Command Guessing):
5184 Mention dired-guess-shell-case-fold-search. (Bug#417)
5185
2bfec7a0
MA
51862008-08-22 Michael Albinus <michael.albinus@gmx.de>
5187
5188 * trampver.texi: Update release number.
5189
247043f1 51902008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
5191
5192 * ns-emacs.texi: Update version.
5193 (Introduction): Correct menu location for options save.
5194 (Customization): Note that defaults are stored under org.gnu.Emacs.
5195
8c20bd92
BW
51962008-08-11 Bill Wohler <wohler@newt.com>
5197
5198 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
5199 explicit about GNU mailutils MH elsewhere (with thanks to Darel
5200 Henman) (closes SF #1768928).
5201
767a4d92
GM
52022008-08-10 Glenn Morris <rgm@gnu.org>
5203
5204 * ns-emacs.texi: Use @copying. Change copyright of authors with
5205 assignment to FSF. Change license to GFDL.
5206 (Top): Remove outdated references.
5207
6ecfe5c2
MB
52082008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
5209
88ee5b02
JB
5210 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
5211 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
5212 gnus-summary-sort-by-most-recent-date.
5213 (Summary Sorting): Explain prefix argument.
5214
52152008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
5216
5217 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
5218 gnus-summary-pipe-output.
5219
eb932e8a
MA
52202008-08-03 Michael Albinus <michael.albinus@gmx.de>
5221
5222 * dbus.texi (Receiving Method Calls): Document error handling of own
5223 D-Bus methods.
5224
bfe16263
BW
52252008-08-01 Bill Wohler <wohler@newt.com>
5226
5227 * mh-e.texi (Reading Mail)
9f90198a 5228 (Viewing Attachments): Describe new function
bfe16263
BW
5229 mh-show-preferred-alternative.
5230 (Sending Mail, Redistributing, Sending Message): Describe new hook
5231 mh-annotate-msg-hook.
5232
21956b56
MA
52332008-07-31 Michael Albinus <michael.albinus@gmx.de>
5234
5235 * dbus.texi (Arguments and Signatures): Fix example.
5236 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
5237 (Asynchronous Methods): New node.
9f90198a
JB
5238 (Errors and Events): Describe extended layout of `dbus-event'.
5239 New defun `dbus-event-message-type'.
21956b56 5240
7c2fb837
DN
52412008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5242
5243 * ediff.texi: Remove VMS support.
5244
13662773
JB
52452008-07-29 Juanma Barranquero <lekktu@gmail.com>
5246
5247 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
5248 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
5249
ddde0b34
CY
52502008-07-29 Chong Yidong <cyd@stupidchicken.com>
5251
5252 * Makefile.in: Add mairix-el targets.
5253
52542008-07-29 David Engster <deng@randomsample.de>
5255
5256 * mairix-el.texi: New file.
5257
d5875b25
JB
52582008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
5259
366b7d44
JB
5260 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
5261 project files. Delete 'main_unit' project variable; not needed. Allow
5262 process environment variables wherever project variables are allowed.
5263 Add tutorial section on multiple GNAT project files.
d5875b25 5264
6cbab8ee
MA
52652008-07-27 Michael Albinus <michael.albinus@gmx.de>
5266
5267 Sync with Tramp 2.1.14.
5268
5269 * trampver.texi: Update release number.
5270
9e2a2647
DN
52712008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5272
5273 * ns-emacs.texi:
5274 * faq.texi: Remove mentions of Mac Carbon.
5275
d62672f3
MB
52762008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5277
5278 * gnus.texi (Saving Articles): Describe the 2nd argument of
5279 gnus-summary-save-in-pipe.
5280 (SpamAssassin): Use it.
5281
52822008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
5283
5284 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
5285
dd12e1c6
CD
52862008-07-25 Carsten Dominik <dominik@science.uva.nl>
5287
5288 * org.texi (Export options): Document the use of the creator flag.
5289
44ce9197
CD
52902008-07-24 Carsten Dominik <dominik@science.uva.nl>
5291
5292 * org.texi: New version 6.06a.
5293
ddd13c5d
JB
52942008-07-23 Juanma Barranquero <lekktu@gmail.com>
5295
5296 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
5297 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
5298
8dc6104d
JB
52992008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
5300
5301 * calc.texi (Editing Stack Entries):
5302 (Algebraic Entry): Rewrite introductory sentences so it can be used by
5303 Calc's help functions. Mention fixing typos.
5304 (Customizing Calc): Fix typo.
5305
53062008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
5307
5308 * calc.texi (summarykey): New macro. Use to correctly format keys in
5309 the summary.
5310
ddd13c5d 53112008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
5312
5313 * ns-emacs.texi (Customization): Corrected documentation on color
5314 specification formats.
5315
568beaa2
AS
53162008-07-19 Andreas Schwab <schwab@suse.de>
5317
db8ef699 5318 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
5319
5320 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
5321 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
5322
cd71b9ae
MA
53232008-07-18 Michael Albinus <michael.albinus@gmx.de>
5324
5325 * dbus.texi (Inspection): Rework, introduce submenus.
5326 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
5327 (Properties and Annotations, Arguments and Signatures): New nodes.
5328
9b7993b4
MA
53292008-07-13 Michael Albinus <michael.albinus@gmx.de>
5330
5331 * dbus.texi (Receiving Method Calls): Fix description of
5332 `dbus-register-method'.
5333 (Signals): Allow also signal arguments for filtering in
5334 `dbus-register-signal'.
5335
241d447b
JB
53362008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
5337
5338 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
5339 `cnorm'.
5340 (Arithmetic Tutorial): Simplify the verification of prime factors.
5341
adb46650
MB
53422008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5343
5344 * gnus.texi (Saving Articles): Mention
5345 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
5346
92e15881
JB
53472008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
5348
5349 * calc.texi: Adjust mode line throughout.
5350
ea597303
JB
53512008-06-28 Juanma Barranquero <lekktu@gmail.com>
5352
5353 * sasl.texi (Mechanisms): Fix typos.
5354
aee08080
JB
53552008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5356
5357 * calc.texi (Killing from the stack): Mention using normal Emacs
5358 copying.
5359
a06a4a12
MA
53602008-06-21 Michael Albinus <michael.albinus@gmx.de>
5361
0c7efc08 5362 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 5363 Add `auth-source' mechanism.
a06a4a12
MA
5364 (Connection caching): Tramp reopens the connection automatically,
5365 when the operating system on the remote host has been changed.
5366
7389398d
EZ
53672008-06-20 Eli Zaretskii <eliz@gnu.org>
5368
5369 * makefile.w32-in (distclean): Remove makefile.
5370
b349f79f
CD
53712008-06-17 Carsten Dominik <dominik@science.uva.nl>
5372
3f9b4c2b 5373 * org.texi (Using the mapping API): New section.
b349f79f 5374 (Agenda column view): New section.
3f9b4c2b 5375 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 5376 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 5377 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
5378
53792008-06-17 Jason Riedy <jason@acm.org>
5380
5381 * org.texi (A LaTeX example): Note that fmt may be a one-argument
5382 function, and efmt may be a two-argument function.
5383 (Radio tables): Document multiple destinations.
5384
cd5c05d2
GM
53852008-06-16 Glenn Morris <rgm@gnu.org>
5386
5387 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
5388 Add Cover-Texts.
5389
debf4439
GM
53902008-06-15 Glenn Morris <rgm@gnu.org>
5391
5392 * faq.texi (VER): Update to 23.0.60.
5393
5394 * mh-e.texi: Remove option of licensing under GPL.
5395 Add Cover-Texts to GFDL permissions notice.
5396 (GPL): Remove section.
5397 (GFDL): Include doclicense.texi rather than the actual text.
5398
5399 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
5400 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
5401
5402 * sasl.texi: Fix output file name.
5403
5404 * epa.texi, sasl.texi: Refer to license in Emacs manual.
5405
5406 * gnus-coding.texi: Refer to license in Gnus manual.
5407
5408 * idlwave.texi, sasl.texi: Use @copying.
5409
5410 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
5411
5412 * speedbar.texi: Update Back-Cover Text as per maintain.info.
5413
5414 * url.texi: Use @copying, @title, @subtitle, @author.
5415
5416 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
5417 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
5418 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
5419 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
5420 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
5421 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
5422 * widget.texi, woman.texi:
5423 Remove references to external license, since doclicense is included.
5424
5425 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
5426 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
5427 Remove references to non-existent Invariant Sections.
5428
091f8bc1
GM
54292008-06-14 Glenn Morris <rgm@gnu.org>
5430
5431 * faq.texi (Major packages and programs): Remove references to external
5432 Supercite, Calc, VIPER, since they have been included for some time.
5433 Update VM, AUCTeX, BBDB entries.
5434
47bcb4d3
UJ
54352008-06-14 Ulf Jasper <ulf.jasper@web.de>
5436
5437 * newsticker.texi: Updated to match latest newsticker changes.
5438
6f093307
GM
54392008-06-13 Glenn Morris <rgm@gnu.org>
5440
5441 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
5442 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
5443 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
5444 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
5445 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
5446 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
5447 * woman.texi:
5448 Update Back-Cover Text as per maintain.info.
5449
2b968687
MB
54502008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5451
5452 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
5453
5454 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
5455 (gnus-faq.xml): Update repository host.
5456
2b968687
MB
5457 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
5458
54592008-06-15 Frank Schmitt <ich@frank-schmitt.net>
5460
5461 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
5462 Fix a typo.
5463
54642008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5465
5466 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 5467 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
5468 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
5469
54702008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5471
5472 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
5473 coding standards.
5474
54752008-06-14 David Engster <dengste@eml.cc>
5476
5477 * gnus.texi (nnmairix): Markup fixes.
5478
e6d2d263
MB
54792008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5480
2b968687 5481 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
5482
54832008-06-05 David Engster <dengste@eml.cc>
5484
5485 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
5486
54872008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5488
b344d29d 5489 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
5490 (Searching, nnir, nnmairix): New stub nodes.
5491
ad231df6 54922008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
5493
5494 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
5495
f394fa25
MB
54962008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
5497
5498 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
5499
58333467
MB
55002008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
5501
5502 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
5503
67525fb9
JY
55042008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
5505
5506 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
5507
0549d8fc
JB
55082008-05-06 Juanma Barranquero <lekktu@gmail.com>
5509
5510 * info.texi (Top): Fix typo in xref.
5511
149a3837
KB
55122008-05-05 Karl Berry <karl@gnu.org>
5513
5514 * info.texi (Top): @xref to stand-alone manual.
5515
3a23a519
MB
55162008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5517
5518 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
5519 (Various Summary Stuff): Fix typo in last xref.
5520
0a29fbf3
JB
55212008-05-02 Juanma Barranquero <lekktu@gmail.com>
5522
5523 * org.texi (Moving subtrees): Fix typo.
5524
586b90f1
MA
55252008-04-28 Michael Albinus <michael.albinus@gmx.de>
5526
5527 * tramp.texi (Frequently Asked Questions): Explain, how to disable
5528 Tramp via `tramp-mode'.
5529
b5af9883
CD
55302008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
5531
5532 * org.texi: Massive changes, in many parts of the file.
5533
d55fe5bb
MB
55342008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5535
5536 * gnus.texi (Oort Gnus): Add message-fill-column.
5537
55382008-04-12 Adrian Aichner <adrian@xemacs.org>
5539
5540 * gnus.texi (Mail Source Specifiers): Typo fix.
5541
55422008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5543
5544 * gnus.texi (Diary Headers Generation): Update key binding for
5545 `gnus-diary-check-message'.
5546
55472008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5548
5549 * gnus.texi (Emacsen): Addition.
5550
55512008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5552
5553 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
5554
55552008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5556
5557 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
5558
55592008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5560
5561 * gnus-news.texi: Update tool bar item.
5562
55632008-04-09 Sven Joachim <svenjoac@gmx.de>
5564
5565 * gnus-news.texi: Fix typos.
5566
76c109c3
JB
55672008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
5568
222027f2 5569 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
5570 Add mention of `kron'.
5571
d5fbd5a6
MO
55722008-04-01 Daiki Ueno <ueno@unixuser.org>
5573
0c7efc08
SM
5574 * epa.texi (Encrypting/decrypting *.gpg files):
5575 Document epa-file-name-regexp.
d5fbd5a6 5576
fbcbb58c
KY
55772008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5578
5579 * gnus.texi (Example Methods): Fix description about ssh-agent.
5580 (Indirect Functions): Fix the default value of nntp-telnet-command;
5581 remove link to connect.html.
5582
134ce16c
MA
55832008-03-30 Michael Albinus <michael.albinus@gmx.de>
5584
5585 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
5586 dbus-call-method.
5587 (Receiving Method Calls): The timeout can be set by the calling client.
5588
da1975d7
MA
5589 * trampver.texi: Update release number.
5590
2e4089ab
RS
55912008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
5592
5593 * gnus.texi (Top): Fix version. Add SASL.
5594
70cab5a9
MA
55952008-03-29 Michael Albinus <michael.albinus@gmx.de>
5596
5597 Sync with Tramp 2.1.13.
5598
5599 * trampver.texi: Update release number.
5600
5bc6ddff
MB
56012008-03-29 Chong Yidong <cyd@stupidchicken.com>
5602
5603 * org.texi: Update to new org-mode website.
5604
56052008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5606
5607 * cl.texi (For Clauses): Fix loop over key-seq to match code.
5608
9b3ebcb6
MB
56092008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5610
5611 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
5612 gnus-read-ephemeral-gmane-group-url,
5613 gnus-read-ephemeral-emacs-bug-group,
5614 gnus-read-ephemeral-debian-bug-group.
5615
56162008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5617
5618 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
5619
5620 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
5621 Add FIXMEs for Bookmarks and gnus-registry-marks.
5622
56232008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5624
5625 * gnus.texi (Smileys): Document `smiley-style'.
5626
56272008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5628
5629 * gnus.texi (Gnus Development): Clarify difference between ding and
5630 gnu.emacs.gnus.
5631 (MIME Commands, Using MIME, RSS): Fix markup.
5632
5633 * gnus-faq.texi ([8.4]): Ditto.
5634
56352008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5636
5637 * gnus.texi (Emacsen): Remove obsolete stuff.
5638
56392008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5640
5641 * gnus.texi (Oort Gnus): Add version info WRT
5642 `mail-source-delete-incoming'.
5643
56442008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5645
5646 * gnus.texi (Top): Add "Other related manuals" and version info in
5647 `iftex' output.
5648 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
5649 gnus-balloon-face-0 and the corresponding format specifiers.
5650
608d6a81
MA
56512008-03-26 Michael Albinus <michael.albinus@gmx.de>
5652
5653 * tramp.texi (Filename completion): Remove footnote about let-bind
5654 of `partial-completion-mode'. It doesn't work this way.
5655
27a6f132
SM
56562008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5657
5658 * pcl-cvs.texi (Contributors): Update my email.
5659
4a7c4c40
MA
56602008-03-21 Michael Albinus <michael.albinus@gmx.de>
5661
5662 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
5663
2940c053
BW
56642008-03-17 Bill Wohler <wohler@newt.com>
5665
5666 * mh-e.texi (Viewing): Update URL for adding header fields to
5667 mh-invisible-header-fields-default.
5668
30864d5f
BW
56692008-03-16 Bill Wohler <wohler@newt.com>
5670
5671 * mh-e.texi (Preface): Add Gnus to requirements.
5672 (Forwarding): Note that forwarded MIME messages are now inline.
5673
31fe2b00
SM
56742008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5675
5676 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
5677 (Common Variables): Give precedence to the netcat methods over the
5678 telnet methods, and mention that they are more reliable.
31fe2b00 5679
5e97c626
CD
56802008-03-13 Carsten Dominik <dominik@science.uva.nl>
5681
5682 * org.texi (Exporting Agenda Views): Document agenda export to
5683 iCalendar.
5684 (Progress logging): Document the new progress logging stuff.
5685
37a68866
MB
56862008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5687
5688 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
5689 Update for change of `mail-source-delete-incoming'.
5690
5691 * gnus-news.texi: Ditto.
5692
8f7abae3
MB
56932008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5694
5695 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
5696 custom versions.
5697
af379c86
AM
56982008-03-07 Alan Mackenzie <acm@muc.de>
5699
5700 * cc-mode.texi (Limitations and Known Bugs): State that the number of
5701 parens/brackets in a k&r region is limited.
5702
3d0f8a67
MB
57032008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5704
5705 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
5706 using different Emacs versions.
5707
52151df0
GM
57082008-02-27 Glenn Morris <rgm@gnu.org>
5709
5710 * sc.texi: Remove a lot of old and obsolete info.
5711 (titlepage): Simplify.
5712 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
5713 (VM with any Emacsen, GNEWS with any Emacsen)
5714 (Overloading for Non-conforming MUAs, Version 3 Changes)
5715 (The Supercite Mailing List): Delete nodes.
5716 (Introduction): Remove info about old packages.
5717 (Getting Connected): Simplify. Remove info about old packages.
5718 (Citing Commands): Delete Emacs 19 info.
5719 (Hints to MUA Authors): Simplify.
5720 (Thanks and History): Merge in some info from the deleted node
5721 "Version 3 Changes".
5722
b03f96dc
MB
57232008-02-05 Juanma Barranquero <lekktu@gmail.com>
5724
5725 * org.texi (Setting tags, In-buffer settings):
5726 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
5727
52bec650
MB
57282008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5729
5730 * gnus-news.texi: Mention that spaces and tabs are allowed in the
5731 installation directory name.
5732
34a3c587
RF
57332008-02-12 Romain Francoise <romain@orebokech.com>
5734
5735 * epa.texi (Overview): Fix typo.
5736
5a8d03e9
MO
57372008-02-11 Daiki Ueno <ueno@unixuser.org>
5738
5739 * epa.texi (Quick start): Remove the .emacs setting.
5740
f1914c40
MO
57412008-02-10 Daiki Ueno <ueno@unixuser.org>
5742
5743 * epa.texi (Quick start): Use the command `epa-enable' instead of
5744 loading `epa-setup'.
5745
bca98fc9
JB
57462008-02-08 Juanma Barranquero <lekktu@gmail.com>
5747
5748 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
5749 ($(infodir)/epa, epa.dvi): New targets.
5750
4b01af2e
MO
57512008-02-08 Daiki Ueno <ueno@unixuser.org>
5752
5753 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
5754
5755 * epa.texi: New manual documenting the EasyPG Assistant.
5756
06c0751a
MA
57572008-02-06 Michael Albinus <michael.albinus@gmx.de>
5758
5759 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
5760 (Inspection): New function dbus-ping.
5761
7dcccd7b
MA
57622008-02-05 Michael Albinus <michael.albinus@gmx.de>
5763
5764 * tramp.texi (Remote processes): Add `shell-command'.
5765
a1da1e37
MB
57662008-01-28 Michael Sperber <sperber@deinprogramm.de>
5767
5768 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5769 (Group Parameters): Document `mail-source' parameter.
5770
c9d8f746
MA
57712008-01-27 Michael Albinus <michael.albinus@gmx.de>
5772
5773 * tramp.texi (Inline methods): The hostname of the su(do)? methods
5774 must be a local host.
5775
15db4a13
MO
57762008-01-26 Michael Olson <mwolson@gnu.org>
5777
5778 * erc.texi: Update version for ERC 5.3 release.
5779 (Obtaining ERC): Update extras URLs for 5.3.
5780 (Development): Write instructions for git, and remove those for Arch.
5781 (History): Mention the switch to git.
5782
2bc43980
KB
57832008-01-24 Karl Berry <karl@gnu.org>
5784
bca98fc9
JB
5785 * info.texi (Search Index, Search Text): Mention the command
5786 character in the section name, a la the (Go to node) node.
2bc43980 5787
d2e4a6c9
MA
57882008-01-21 Michael Albinus <michael.albinus@gmx.de>
5789
5790 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5791
0b6799c3
MB
57922008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5793
5794 * gnus-news.texi: Mention gnus-article-describe-bindings.
5795
57962008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5797
5798 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5799
db9c3fb1 58002008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 5801
7b4d0413 5802 * org.texi (Property inheritance): New section.
db9c3fb1 5803 (Conventions): New section.
7b4d0413 5804 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
5805 commands, and the new bindings for refiling.
5806 (Sparse trees): Document the new special command for sparse trees.
5807 (References): Be more clear about the counting of hilines.
5808 (Handling links): Document M-p/n for accessing links.
5809 (Fast access to TODO states): New section.
5810 (Per file keywords): New section.
5811 (Property inheritance): New section.
5812 (Column attributes): New summary types.
5813 (Capturing Column View): New section.
5814 (The date/time prompt): Cover the new features in the date/time prompt.
5815 Compactify the table of keys for the calendar remote control.
5816 (Clocking work time): Document the new :scope parameter.
5817 (Remember): Promoted to chapter.
5818 (Quoted examples): New section.
5819 (Enhancing text): New verbatim environments.
5820
6ed73f28
MA
58212008-01-14 Michael Albinus <michael.albinus@gmx.de>
5822
5823 * trampver.texi: Update release number.
5824
95838435
MB
58252008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5826
0c7efc08
SM
5827 * gnus.texi (Article Keymap):
5828 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5829 gnus-article-reply-with-original and
5830 gnus-article-followup-with-original.
5831
20234d96
GM
58322008-01-09 Glenn Morris <rgm@gnu.org>
5833
5834 * nxml-mode.texi: Add @copying section.
5835
d82cf70b
MB
58362008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5837
5838 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5839 Server". Add `message-send-mail-with-mailclient'.
5840
5841 * gnus.texi (Posting Server): Move some text to "(message)Mail
5842 Variables" and add a reference here.
5843
addb7f2e
MA
58442008-01-04 Michael Albinus <michael.albinus@gmx.de>
5845
5846 * dbus.texi (Receiving Method Calls): New chapter.
5847 (Errors and Events): Add serial number to events. Replace "signal" by
5848 "message". Introduce dbus-event-serial-number.
5849
4db2806c
MA
58502008-01-03 Michael Albinus <michael.albinus@gmx.de>
5851
5852 * dbus.texi (Type Conversion): Explain the type specification for empty
5853 arrays. Use another example.
5854
c9ecb5a7
MA
58552007-12-30 Michael Albinus <michael.albinus@gmx.de>
5856
5857 * dbus.texi (all): Replace "..." by @dots{}.
5858 (Type Conversion): Precise the value range for :byte types.
5859 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5860 Mention its return value.
5861 (Errors and Events): There is no D-Bus error propagation during event
5862 processing.
5863
702dbfd9
JB
58642007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5865
5866 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5867 New sections.
5868
87035689
MB
58692007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5870
5871 * gnus.texi (Group Parameters): Reorder the text and add a note about
5872 `gnus-parameters' near the beginning of the node.
5873
58742007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5875
5876 * gnus.texi (Score File Editing): Fix function name.
5877
5492f5ca
MA
58782007-12-23 Michael Albinus <michael.albinus@gmx.de>
5879
5880 Sync with Tramp 2.1.12.
5881
5882 * trampver.texi: Update release number.
5883
d4e67bc5
MA
58842007-12-22 Michael Albinus <michael.albinus@gmx.de>
5885
5886 * dbus.texi (Type Conversion): Correct input parameters mapping.
5887
6a31c819
MA
58882007-12-21 Michael Albinus <michael.albinus@gmx.de>
5889
5890 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5891 (Errors and Events): Mention wrong-type-argument error.
5892
99a3e35f
AS
58932007-12-21 Alex Schroeder <alex@gnu.org>
5894
5895 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5896 spaces. Fixed some typos.
99a3e35f
AS
5897 (Internet Relay Chat): Explain relay.
5898 (Getting started with rcirc): Change items to reflect prompts.
5899 Add more explanation to rcirc-track-minor-mode and added a comment to
5900 warn future maintainers that this section is a copy.
0c7efc08 5901 (People): Change /ignore example.
62b12a24 5902 (Keywords): Not keywords.
99a3e35f 5903
331e4d02
AS
59042007-12-20 Alex Schroeder <alex@gnu.org>
5905
5906 * rcirc.texi (Top): Fighting Information Overload chapter added.
5907 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5908 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5909 (Fighting Information Overload): New chapter documenting /keyword,
5910 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5911 (Configuration): Document rcirc-server-alist, remove
5912 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5913
cd71c3ef
MA
59142007-12-16 Michael Albinus <michael.albinus@gmx.de>
5915
5916 * dbus.texi (Signals): Fix example in dbus-register-signal.
5917
bbbe940b
MB
59182007-12-14 Sven Joachim <svenjoac@gmx.de>
5919
5920 * gnus.texi (Score Variables): Fix typo.
5921
0ce574ef
MA
59222007-12-07 Michael Albinus <michael.albinus@gmx.de>
5923
5924 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5925 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5926 (Errors and Events): Adapt dbus-event.
5927
b890d447
MB
59282007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5929
5930 * gnus.texi (Other Files): Add the yenc command.
5931
59322007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5933
5934 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5935 since 2004-08-06.
5936
59372007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5938
5939 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5940 on body.
5941
59422007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5943
5944 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5945 and rfc2047-allow-irregular-q-encoded-words; fix description of
5946 rfc2047-encode-encoded-words.
5947
59482007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5949
5950 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5951
3728bf03
MO
59522007-12-05 Michael Olson <mwolson@gnu.org>
5953
5954 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5955 Update documentation for `remember-diary-file'.
5956
a4397af9
MA
59572007-12-04 Michael Albinus <michael.albinus@gmx.de>
5958
5959 * dbus.texi (Signals): Precise `dbus-register-signal'.
5960 (Errors and Events): Rework events part, the internal structure of
5961 dbus-event has changed.
5962
1682490c
JB
59632007-12-03 Juanma Barranquero <lekktu@gmail.com>
5964
5965 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5966 ($(infodir)/dbus, dbus.dvi): New targets.
5967
7b13a0f2
MA
59682007-12-03 Michael Albinus <michael.albinus@gmx.de>
5969
5970 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5971 unconditionally.
5972
5973 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5974 emulation with @print{}.
5975
7ef92bc9
RS
59762007-12-02 Richard Stallman <rms@gnu.org>
5977
5978 * dbus.texi (Overview): Minor cleanup.
5979
22d8ac3a
MA
59802007-12-02 Michael Albinus <michael.albinus@gmx.de>
5981
d3a8e0df
MA
5982 * Makefile.in (INFO_TARGETS): Add dbus.
5983 (DVI_TARGETS): Add dbus.dvi.
5984 (dbus, dbus.dvi): New targets.
5985
22d8ac3a
MA
5986 * dbus.texi: New file.
5987
559764ab
RF
59882007-11-24 Romain Francoise <romain@orebokech.com>
5989
5990 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5991 Fix file name to match @setfilename.
559764ab 5992
ac97a16b
MH
59932007-11-23 Mark A. Hershberger <mah@everybody.org>
5994
5995 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5996 ($(infodir)/nxml-mode): New rule.
5997
5998 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5999 ($(infodir)/nxml-mode): New rule.
6000 (clean): Add nxml-mode*.
6001
6002 * nxml-mode.texi: New file with nxml manual.
6003
404cd454
GM
60042007-11-18 Richard Stallman <rms@gnu.org>
6005
6006 * flymake.texi (Example -- Configuring a tool called directly):
6007 Update example.
6008
b048d478
MA
60092007-11-18 Michael Albinus <michael.albinus@gmx.de>
6010
6011 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 6012 double-slash behavior. Explain directory contents flushing.
b048d478 6013
346e8469
JB
60142007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6015
6016 * calc.texi (TeX and LaTeX Language Modes): Put in
6017 missing braces.
6018
404cd454
GM
60192007-11-15 Richard Stallman <rms@gnu.org>
6020
6021 * cl.texi (Equality Predicates): Delete `eql'.
6022 (Predicates, Naming Conventions, Top): Delete `eql'.
6023 (Common Lisp Compatibility): Delete `eql'.
6024 (Porting Common Lisp): Delete obsolete backquote info.
6025 Minor clarification about character constants.
6026 (Sequence Basics): Minor clarification.
6027
1f6af58b
JB
60282007-11-15 Juanma Barranquero <lekktu@gmail.com>
6029
dccb744b 6030 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
6031 * tramp.texi (Filename completion): Fix typos.
6032
3bc88bc9
JB
60332007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
6034
6035 * calc.texi (Basic commands): Mention the menu.
6036
bc5300d3
MA
60372007-11-12 Michael Albinus <michael.albinus@gmx.de>
6038
6039 * tramp.texi (Connection caching): Tramp flushes connection
6040 properties when remote operating system has been changed.
6041
4d8a28ec
MB
60422007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
6043
6044 * gnus-news.texi: Fix spelling.
6045 `message-insert-formatted-citation-line', not
6046 `message-insert-formated-citation-line'.
6047
404cd454
GM
6048 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
6049
e1176b47
MA
60502007-11-07 Michael Albinus <michael.albinus@gmx.de>
6051
6052 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 6053 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
6054 (Frequently Asked Questions): Add code example for highlighting the
6055 mode line.
6056
6159985a
MO
60572007-11-03 Michael Olson <mwolson@gnu.org>
6058
6059 * remember.texi: Change mentions of remember-buffer to
6060 remember-finalize throughout.
6061
bec9b2f5
MO
60622007-10-30 Michael Olson <mwolson@gnu.org>
6063
6064 * remember.texi (Copying): Remove.
6065 (Mailbox): Update with non-BBDB instructions.
6066 (Diary, Org): Add.
6067 (Bibliography, Planner Page): Remove.
6068
b6173182
JB
60692007-10-30 Juanma Barranquero <lekktu@gmail.com>
6070
6071 * makefile.w32-in (INFO_TARGETS): Add remember.
6072 (DVI_TARGETS): Add remember.dvi.
6073 ($(infodir)/remember): New rule.
6074 (clean): Add remember*.
6075
15f3eb73
MO
60762007-10-30 Michael Olson <mwolson@gnu.org>
6077
70bdc930
MO
6078 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
6079 ($(infodir)/remember): New rule that builds the Remember Manual.
6080
b6173182
JB
6081 * remember.texi: New file containing the Remember Mode Manual.
6082 Shuffle chapters around after initial import.
7d3f6f1a
MO
6083 (Function Reference): Split Keystrokes into separate chapter.
6084 (Keystrokes): Document C-c C-k.
51d24a12 6085 (Introduction): Fix typographical issue with "---".
15f3eb73 6086
404cd454
GM
60872007-10-29 Richard Stallman <rms@gnu.org>
6088
6089 * widget.texi (Introduction): Delete discussion of implementation
6090 internals.
6091
9bbb9638
MA
60922007-10-29 Michael Albinus <michael.albinus@gmx.de>
6093
6094 * tramp.texi (Connection caching): Host names must be different
6095 when tunneling.
6096
c7ff939a
RS
60972007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6098
6099 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
6100 Gnus v5.13.
6101
01c52d31
MB
61022007-10-28 Miles Bader <miles@gnu.org>
6103
6104 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
6105
01c52d31
MB
61062007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6107
0c7efc08
SM
6108 * gnus.texi (Sorting the Summary Buffer):
6109 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
6110
61112007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6112
6113 * gnus.texi (Non-ASCII Group Names): New node.
6114 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
6115 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
6116
c8763fb6 61172007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
6118
6119 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
6120 clean the output of the program `imap-shell-program'.
6121
61222007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6123
6124 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
6125
61262007-10-28 Tassilo Horn <tassilo@member.fsf.org>
6127
6128 * gnus.texi (Sticky Articles): Documentation for sticky article
6129 buffers.
6130
c8763fb6 61312007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
6132
6133 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
6134
61352007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6136
6137 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
6138
61392007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6140
0c7efc08
SM
6141 * gnus.texi (Archived Messages):
6142 Document gnus-update-message-archive-method.
01c52d31
MB
6143
61442007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6145
6146 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
6147
c8763fb6 61482007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 6149
0c7efc08
SM
6150 * gnus.texi (Group Maneuvering):
6151 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
6152
61532007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6154
0c7efc08
SM
6155 * gnus.texi (Really Various Summary Commands):
6156 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
6157
61582007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6159
6160 * gnus.texi, message.texi: Bump version number.
6161
61622007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6163
6164 * gnus.texi (Group Line Specification, Misc Group Stuff)
6165 (Server Commands): Parenthesize @pxref{Mail Spool}.
6166
61672007-10-28 Didier Verna <didier@xemacs.org>
6168
6169 New user option: message-signature-directory.
6170 * message.texi (Insertion Variables): Document it.
6171 * gnus.texi (Posting Styles): Ditto.
6172
61732007-10-28 Didier Verna <didier@xemacs.org>
6174
6175 * gnus.texi (Group Line Specification):
6176 * gnus.texi (Misc Group Stuff):
6177 * gnus.texi (Server Commands): Document the group compaction feature.
6178
61792007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6180
6181 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
6182
6183 * message.texi (Various Message Variables): Add message-fill-column.
6184
61852007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6186
6187 * gnus.texi: Untabify.
6188
61892007-10-28 Didier Verna <didier@xemacs.org>
6190
6191 * gnus.texi (Group Parameters): Document the posting-style merging
6192 process in topic-mode.
6193
61942007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6195
6196 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
6197
61982007-10-28 Romain Francoise <romain@orebokech.com>
6199
6200 * gnus.texi (Mail Spool): Fix typo.
6201 Update copyright.
6202
62032007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6204
6205 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
6206
62072007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6208
6209 * gnus.texi (Summary Generation Commands):
6210 Add gnus-summary-insert-ticked-articles.
6211
62122007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6213
b2abec73
JB
6214 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
6215 to spam-spamassassin-program.
01c52d31
MB
6216
62172007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6218
6219 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
6220
62212007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6222
6223 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
6224
62252007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6226
6227 * message.texi (Mail Headers): Document `opportunistic'.
6228
62292007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6230
6231 * emacs-mime.texi (Encoding Customization): Explain how to set
6232 mm-coding-system-priorities per hierarchy.
6233
62342007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6235
6236 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
6237 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
6238
62392007-10-28 Didier Verna <didier@xemacs.org>
6240
6241 * message.texi (Wide Reply): Update documentation of
6242 message-dont-reply-to-names (now allowing a list of regexps).
6243
62442007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6245
6246 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
6247
62482007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6249
6250 * gnus.texi (SpamAssassin back end): Fix typo.
6251
6252 * sieve.texi (Examples): Fix grammar.
6253
62542007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6255
6256 * gnus.texi (Searching for Articles): Document M-S and M-R.
6257 (Limiting): Document / b.
6258
62592007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6260
6261 * gnus.texi (Thread Commands): T M-^.
6262
62632007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6264
6265 * message.texi (Mail Aliases): Document ecomplete.
6266 (Mail Aliases): Fix typo.
6267
62682007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6269
6270 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
6271 fix typo.
6272
62732007-10-28 Romain Francoise <romain@orebokech.com>
6274
6275 * gnus.texi (Mail Spool): Grammar fix.
6276
62772007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6278
6279 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
6280 string.
6281
62822007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6283
6284 * gnus.texi (Group Parameters): Fix description.
6285
62862007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6287
b2abec73
JB
6288 * gnus.texi (Gmane Spam Reporting):
6289 Fix spam-report-gmane-use-article-number.
6290 Add spam-report-user-mail-address.
01c52d31
MB
6291
62922007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6293
6294 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
6295
62962007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6297
6298 * gnus.texi (Group Parameters): Add simplified sorting example based on
6299 example for `Sorting the Summary Buffer' from Jari Aalto
6300 <jari.aalto@cante.net>.
6301 (Example Methods): Add example for an indirect connection.
6302
63032007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
6304
0c7efc08 6305 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
c5b0993e 6306 (Agent Parameters): Update parameter names to match code.
01c52d31
MB
6307 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
6308 'gnus-agent-summary-fetch-series'.
6309 (Agent and flags): New section providing a generalized discussion
6310 of flag handling.
0c7efc08
SM
6311 (Agent and IMAP): Remove flag discussion.
6312 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
6313
63142007-10-28 Romain Francoise <romain@orebokech.com>
6315
6316 * gnus.texi (Exiting the Summary Buffer): Add new function
6317 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
6318
63192007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6320
6321 * gnus.texi (Conformity): Fix typo.
6322 (Customizing Articles): Document `first'.
6323
63242007-10-28 Jari Aalto <jari.aalto@cante.net>
6325
6326 * gnus.texi (Sorting the Summary Buffer):
6327 Add `gnus-thread-sort-by-date-reverse'. Add example
6328 host to different sorting in NNTP and RSS groups.
6329
63302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6331
6332 * message.texi (Insertion): Describe prefix for
6333 message-mark-inserted-region and message-mark-insert-file.
6334
63352007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6336
6337 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
6338 LaTeX documents. Describe "text/x-gnus-verbatim".
6339
63402007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6341
b2abec73 6342 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
6343 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
6344 (spam-stat spam filtering, SpamOracle)
0c7efc08 6345 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
6346 clarity.
6347
63482007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6349
6350 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
6351 gnus-article-delete-part and gnus-article-replace-part.
6352 (Using MIME): Add gnus-mime-replace-part.
6353
63542007-10-28 Romain Francoise <romain@orebokech.com>
6355
6356 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
6357 requires `auto-compression-mode' to be enabled. Add new nnml
6358 variable `nnml-compressed-files-size-threshold'.
6359
63602007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6361
0c7efc08
SM
6362 * gnus.texi (Sorting the Summary Buffer):
6363 Add gnus-thread-sort-by-recipient.
01c52d31
MB
6364
63652007-10-28 Romain Francoise <romain@orebokech.com>
6366
6367 * message.texi (Insertion Variables): Mention new variable
6368 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
6369 documentation accordingly.
6370
63712007-10-28 Romain Francoise <romain@orebokech.com>
6372
6373 * gnus.texi (To From Newsgroups): Mention new variables
6374 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
6375
63762007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6377
6378 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
6379 stuff; gnus-mime-inline-part does the automatic decompression.
6380
63812007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6382
6383 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 6384 "training.ham" should be "training.spam".
01c52d31
MB
6385
63862007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6387
6388 * message.texi (Mail Variables): Fix the default value for
6389 message-send-mail-function.
6390
63912007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6392
6393 * gnus.texi (Optional Back End Functions): nntp-request-update-info
6394 always returns nil exceptionally.
6395
63962007-10-28 Simon Josefsson <jas@extundo.com>
6397
0c7efc08
SM
6398 * gnus.texi (Article Washing): Add libidn URL.
6399 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
6400
64012007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6402
6403 * gnus.texi (Topic Commands): Fix next/previous.
6404
64052007-10-28 Simon Josefsson <jas@extundo.com>
6406
6407 * gnus.texi (Article Washing): Mention `W i'.
6408
c8763fb6 64092007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
6410
6411 * gnus.texi (Group Parameters): Slight extension of sieve
6412 parameter description.
6413
64142007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6415
6416 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
6417 matching score files as well.
6418 (Picons): Describe `gnus-picon-style'.
6419
64202007-10-28 Romain Francoise <romain@orebokech.com>
6421
6422 * message.texi (Message Headers): Mention that headers are hidden
6423 using narrowing, and how to expose them.
6424 Update copyright.
6425
64262007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6427
6428 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
6429 `gnus-summary-sort-by-recipient'.
6430
64312007-10-28 Romain Francoise <romain@orebokech.com>
6432
6433 * gnus.texi (NNTP marks): New node.
6434 (NNTP): Move NNTP marks variables to the new node.
6435
64362007-10-28 Jesper Harder <harder@ifa.au.dk>
6437
b2abec73 6438 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
6439
6440 * gnus.texi (MIME Commands, Hashcash): Markup fix.
6441
64422007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6443
b2abec73 6444 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 6445 everywhere for consistency.
b2abec73
JB
6446 (Filtering Spam Using The Spam ELisp Package): Admonish again.
6447 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
6448 Say "regular expression" instead of "regex." Admonish.
6449 Pick other words to sound better (s/so/thus/).
6450 (Spam ELisp Package Filtering of Incoming Mail):
6451 Mention statistical filters. Remove old TODO.
01c52d31 6452 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
6453 New section on sorting and displaying the spam score.
6454 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
6455 backend but an alias to spam-use-BBDB.
6456 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
6457 new backend functionality.
6458
64592007-10-28 Simon Josefsson <jas@extundo.com>
6460
6461 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
6462 nntp-marks-directory, from Romain Francoise
6463 <romain@orebokech.com>.
6464
64652007-10-28 Magnus Henoch <mange@freemail.hu>
6466
6467 * gnus.texi (Hashcash): New default value of
6468 hashcash-default-payment.
6469
64702007-10-28 Simon Josefsson <jas@extundo.com>
6471
6472 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
6473 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
6474
64752007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6476
0c7efc08 6477 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
6478
64792007-10-28 Simon Josefsson <jas@extundo.com>
6480
6481 * gnus.texi (documentencoding): Add, to avoid warnings.
6482
64832007-10-28 Simon Josefsson <jas@extundo.com>
6484
6485 * message.texi (Mail Headers): Add.
6486
6487 * gnus.texi (Hashcash): Fix.
6488
64892007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6490
0c7efc08 6491 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 6492 that payments can be verified and fix the name of the
b2abec73 6493 hashcash-path variable.
01c52d31
MB
6494
64952007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6496
b2abec73 6497 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
6498
64992007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6500
6501 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
6502
65032007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6504
6505 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
6506 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
6507 warning about ham processors in spam groups removed.
01c52d31
MB
6508
65092007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 6510
0c7efc08 6511 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 6512 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
6513
65142007-10-28 Jesper Harder <harder@ifa.au.dk>
6515
6516 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
6517 (Mailing List): Typo.
6518 (Customizing Articles): Add gnus-treat-ansi-sequences.
6519 (Article Washing): Index.
6520
6521 * message.texi: Use m-dash consistently.
6522
65232007-10-28 Jesper Harder <harder@ifa.au.dk>
6524
6525 * gnus.texi (GroupLens): Remove.
6526
65272007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
6528
0c7efc08
SM
6529 * gnus.texi (Outgoing Messages, Agent Variables):
6530 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
6531 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
6532
65332007-10-28 Jesper Harder <harder@ifa.au.dk>
6534
6535 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
6536
65372007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6538
6539 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
6540
6541 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
6542
65432007-10-28 Simon Josefsson <jas@extundo.com>
6544
6545 * gnus.texi (Top): Add SASL.
6546
404cd454
GM
65472007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6548
6549 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
6550
65512007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6552
6553 * gnus.texi (Troubleshooting): Adjust Gnus version number.
6554
0edd2970
JB
65552007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
6556
6557 * calc.texi (Formulas, Composition Basics): Lower the
6558 precedence of negation.
6559
a9afba20
JY
65602007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
6561
6562 * ses.texi (The Basics): Mention how to create a new spreadsheet.
6563 Mention the new three-letter column identifiers.
6564 (More on cell printing): Calculate-cell and truncate-cell are now `c'
6565 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
6566 message when using `c' on an empty default with default printer.
6567 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
6568 renamed to `ses--symbolic-formulas' some time ago.
6569
45b778a6
JB
65702007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
6571
6572 * calc.texi (Default Simplifications, Making Selections)
6573 (Customizing Calc): Clarify associativity of multiplication.
6574
03b5bade
MA
65752007-10-23 Michael Albinus <michael.albinus@gmx.de>
6576
6577 * tramp.texi (Traces and Profiles): Simplify loop over
6578 `trace-function-background'.
6579
e658c8ee
JL
65802007-10-22 Juri Linkov <juri@jurta.org>
6581
6582 * dired-x.texi (Shell Command Guessing): Default values are now
6583 available by typing M-n instead of M-p.
6584
dd753688
MA
65852007-10-21 Michael Albinus <michael.albinus@gmx.de>
6586
6587 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
6588 (Password caching): Remove `tramp-clear-passwd'.
6589 It's not a command anymore.
dd753688
MA
6590 (Bug Reports): Add `tramp-bug' to function index.
6591 (Function Index, Variable Index): New nodes.
6592 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
6593
6594 * trampver.texi: Update release number.
6595
4bb49b43
JB
65962007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6597
8b296cdd 6598 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
6599 about integer size into past tense.
6600 (Time Zones): Remove pointer to Calc author's address.
6601 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 6602 and hyperbolic cotangent. Fix typo.
4bb49b43 6603
311dd93f
MA
66042007-10-10 Michael Albinus <michael.albinus@gmx.de>
6605
6606 Sync with Tramp 2.1.11.
6607
6608 * trampver.texi: Update release number.
6609
ea3fc256
MA
66102007-10-06 Michael Albinus <michael.albinus@gmx.de>
6611
6612 * tramp.texi (External packages): New section.
6613
1af74d06
MB
66142007-09-29 Juri Linkov <juri@jurta.org>
6615
6616 * info.texi (Help-Int): Document `L' (`Info-history').
6617
0e2806fa
SM
66182007-09-26 Carsten Dominik <dominik@science.uva.nl>
6619
6620 * org.texi: Change links to webpage and maintained email.
6621 (Remember): Promote to Chapter, significant changes.
6622 (Fast access to TODO states): New section.
6623 (Faces for TODO keywords): New section.
6624 (Export options): Example for #+DATE.
6625 (Progress logging): Section moved.
6626
567b9191
BW
66272007-09-26 Bill Wohler <wohler@newt.com>
6628
6629 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
6630 browse-url-at-mouse.
6631
1af74d06
MB
66322007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
6633
6634 * flymake.texi (Customizable variables): Face names don't end in -face.
6635 Fix flymake-err-line-patterns template.
6636 (Example -- Configuring a tool called directly): Fix init-function.
6637 (Highlighting erroneous lines): Face names don't end in -face.
6638
d60a4e3a 66392007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
6640
6641 * erc.texi (Special-Features): Fix small typo.
6642
7d7a3510
MA
66432007-09-14 Michael Albinus <michael.albinus@gmx.de>
6644
6645 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
6646 and "External transfer methods".
6647
285f0d3a
JB
66482007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
6649
6650 * calc.texi (Predefined Units): Add some history.
6651
526dc846
MO
66522007-09-08 Michael Olson <mwolson@gnu.org>
6653
87e04f16
JB
6654 * erc.texi (Copying): New section included from gpl.texi.
6655 This matches the look of the upstream ERC manual.
526dc846 6656
f10d0e80
JB
66572007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
6658
87e04f16 6659 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
6660 (Random Numbers): Clarify the distribution of `random'.
6661
4009494e
GM
66622007-09-06 Glenn Morris <rgm@gnu.org>
6663
f1fc42aa 6664 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 6665 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
6666 Change all setfilename commands to use ../../info.
6667 * Makefile.in: Move the parts of the old man/Makefile.in that do not
6668 refer to the Emacs manual here.
6669 (infodir): New variable.
6670 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
6671 (cc-mode.texi, faq.texi): Update references to source file locations.
6672 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
6673 do not refer to the Emacs manual here.
6674 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
6675
6676 * Makefile.in: Add `basename' versions of all info targets, for
6677 convenience when rebuilding just one manual.
6678 (../etc/GNU): Delete obsolete target.
6679 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
6680 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
6681 *.vrs *.toc here...
6682 (maintainer-clean): ...from here.
4009494e
GM
6683
6684 * makefile.w32-in (../etc/GNU): Delete obsolete target.
6685
2de53ca6
GM
66862007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
6687
6688 * calc.texi (Date Conversions): Clarify definition of
6689 Julian day numbering.
6690 (Date Forms): Clarify definition of Julian day numbering;
6691 add some history.
6692
66932007-08-30 Carsten Dominik <dominik@science.uva.nl>
6694
87e04f16 6695 * org.texi: Version 5.07.
2de53ca6
GM
6696
66972007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6698
6699 * message.texi (MIME): Replace mml-attach with mml-attach-file.
6700
67012007-08-22 Carsten Dominik <dominik@science.uva.nl>
6702
6703 * org.texi (Adding hyperlink types): New section.
6704 (Embedded LaTeX): Chapter updated because of LaTeX export.
6705 (LaTeX export): New section.
6706 (Using links out): New section.
6707
67082007-08-22 Glenn Morris <rgm@gnu.org>
6709
6710 * faq.texi (Learning how to do something): Refcards now in
6711 etc/refcards/ directory.
6712
67132007-08-22 Michael Albinus <michael.albinus@gmx.de>
6714
6715 * tramp.texi (Remote Programs): Persistency file must be cleared when
6716 changing `tramp-remote-path'.
6717 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
6718 macro.
6719
67202007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6721
6722 * calc.texi: Move contents to beginning of file.
6723 (Algebraic Entry): Fix the formatting of an example.
6724
67252007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6726
6727 * calc.texi (Basic Operations on Units): Mention exact versus
6728 inexact conversions.
6729
67302007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6731
6732 * calc.texi (Basic Operations on Units): Mention default
6733 values for new units.
6734 (Quick Calculator Mode): Mention that binary format will
6735 be displayed.
6736
67372007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6738
6739 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
6740
67412007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6742
6743 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
6744
67452007-08-08 Glenn Morris <rgm@gnu.org>
6746
6747 * gnus.texi, sieve.texi: Replace `iff'.
6748
67492007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6750
6751 * calc.texi (Basic Graphics): Mention the graphing of error
6752 forms.
6753 (Graphics Options): Mention how `g s' handles error forms.
6754 (Curve Fitting): Mention plotting the curves.
6755 (Standard Nonlinear Models): Add additional models.
6756 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
6757 (Linear Fits): Correct result.
6758
67592007-08-01 Alan Mackenzie <acm@muc.de>
6760
6761 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
6762 to "--no-site-file".
6763
67642007-07-29 Michael Albinus <michael.albinus@gmx.de>
6765
6766 * tramp.texi (Frequently Asked Questions): Point to mode line
6767 extension in Emacs 23.1.
6768
6769 * trampver.texi: Update release number.
6770
67712007-07-27 Glenn Morris <rgm@gnu.org>
6772
6773 * calc.texi (Copying): Include license text from gpl.texi, rather than
6774 in-line.
6775
67762007-07-25 Glenn Morris <rgm@gnu.org>
6777
6778 * calc.texi (Copying): Replace license with GPLv3.
6779
6780 * Relicense all FSF files to GPLv3 or later.
6781
67822007-07-22 Michael Albinus <michael.albinus@gmx.de>
6783
6784 Sync with Tramp 2.1.10.
6785
6786 * tramp.texi (trampfn): Expand macro implementation in order to handle
6787 empty arguments.
6788 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 6789 occurrences by trampfn.
2de53ca6 6790 (Frequently Asked Questions): Extend example code for host
b2abec73 6791 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
6792 file names to be typed.
6793
6794 * trampver.texi: Update release number.
6795
67962007-07-17 Michael Albinus <michael.albinus@gmx.de>
6797
6798 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6799 section. Reported by <poti@potis.org>.
6800 (Remote processes): Arguments of the program to be debugged are taken
6801 literally.
6802 (Frequently Asked Questions): Simplify recentf example.
6803
68042007-07-14 Karl Berry <karl@gnu.org>
6805
6806 * info.texi (@copying): New Back-Cover Text.
6807
6808 * info.texi (Quitting Info): Move to proper place in source.
6809 (Reported by Benno Schulenberg.)
6810
68112007-07-13 Eli Zaretskii <eliz@gnu.org>
6812
6813 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6814
6815 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6816
6817 * emacs-mime.texi: Add @documentencoding directive.
6818
68192007-07-12 Nick Roberts <nickrob@snap.net.nz>
6820
6821 * tramp.texi (Remote processes): Add an anchor to the subsection
6822 "Running a debugger on a remote host".
6823
68242007-07-12 Michael Albinus <michael.albinus@gmx.de>
6825
6826 * tramp.texi (Remote processes): Don't call it "experimental" any
6827 longer. Add subsection about running a debugger on a remote host.
6828
68292007-07-10 Carsten Dominik <dominik@science.uva.nl>
6830
6831 * org.texi (Properties and columns): Chapter rewritten.
6832
68332007-07-08 Michael Albinus <michael.albinus@gmx.de>
6834
6835 * tramp.texi:
6836 * trampver.texi: Migrate to Tramp 2.1.
6837
68382007-07-02 Carsten Dominik <dominik@science.uva.nl>
6839
6840 * org.texi (Properties): New chapter.
6841
68422007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6843
6844 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6845 Control Panel.
6846
6847 * gnus.texi (Misc Article): Add index entry for
6848 gnus-single-article-buffer.
6849
68502007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6851
6852 * gnus.texi (Starting Up): Fix typo.
6853
68542007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6855
6856 * gnus.texi (Asynchronous Fetching): Fix typo.
6857
68582007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6859
6860 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6861 (About This Manual): Remove redundant information.
6862 (Getting Started): Mention author.
6863 (Basic Arithmetic, Customizing Calc): Make description of the
6864 variable `calc-multiplication-has-precedence' match its new effect.
6865
68662007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6867
0c7efc08
SM
6868 * calc.texi (Basic Arithmetic, Customizing Calc):
6869 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6870
68712007-06-19 Carsten Dominik <dominik@science.uva.nl>
6872
6873 * org.texi (Tag): Section swapped with node Timestamps.
6874 (Formula syntax for Lisp): Document new `L' flag.
6875
68762007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6877
6878 * gnus.texi (Misc Group Stuff, Summary Buffer)
6879 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6880
68812007-06-06 Juanma Barranquero <lekktu@gmail.com>
6882
6883 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6884 * gnus.texi (Article Buttons, Mail Source Customization)
6885 (Sending or Not Sending, Customizing NNDiary):
6886 * message.texi (Message Headers):
6887 * mh-e.texi (HTML): Fix typos.
6888
68892007-06-07 Michael Albinus <michael.albinus@gmx.de>
6890
6891 Sync with Tramp 2.0.56.
6892
6893 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6894 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6895
68962007-06-02 Chong Yidong <cyd@stupidchicken.com>
6897
6898 * Version 22.1 released.
6899
69002007-05-26 Michael Olson <mwolson@gnu.org>
6901
6902 * erc.texi (Modules): Fix references to completion modules.
6903
69042007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6905
6906 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6907
69082007-05-09 Didier Verna <didier@xemacs.org>
6909
6910 * gnus.texi (Email Based Diary): New. Proper documentation for the
6911 nndiary back end and the gnus-diary library.
6912
69132007-05-03 Karl Berry <karl@gnu.org>
6914
6915 * .cvsignore (*.pdf): New entry.
6916
6917 * texinfo.tex: Update from current version for better pdf generation.
6918
69192007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6920
6921 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6922
69232007-04-28 Glenn Morris <rgm@gnu.org>
6924
6925 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6926 consideration of legal status.
6927
69282007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6929
6930 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6931
69322007-04-24 Chong Yidong <cyd@stupidchicken.com>
6933
6934 * faq.texi (New in Emacs 22): python.el removed.
6935
69362007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6937
6938 * calc.texi (Reporting bugs): Update maintainer's address.
6939
69402007-04-22 Chong Yidong <cyd@stupidchicken.com>
6941
6942 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6943
69442007-04-15 Jay Belanger <belanger@truman.edu>
6945
6946 * calc.texi (Title page): Remove the date.
6947 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6948 (The Standard Calc Interface): Change trail title.
6949 (Floats): Mention that when non-decimal floats are entered, only
6950 approximations are stored.
6951 (Copying): Move to the appendices.
6952 (GNU Free Documentation License): Add as an appendix.
6953
69542007-04-15 Chong Yidong <cyd@stupidchicken.com>
6955
6956 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6957 * dired-x.texi, ebrowse.texi, ediff.texi:
6958 * emacs-mime.texi, erc.texi, eshell.texi:
6959 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6960 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6961 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6962 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6963 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6964 * woman.texi: Include GFDL.
6965
6966 * doclicense.texi: Remove node heading, so that it can be included by
6967 other files.
6968
6969 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6970
6971 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6972 than *.
6973
69742007-04-14 Carsten Dominik <dominik@science.uva.nl>
6975
6976 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6977 in Calc.
6978
69792007-04-09 Romain Francoise <romain@orebokech.com>
6980
6981 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6982 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6983 replace mouse-2.
6984
69852007-04-08 Chong Yidong <cyd@stupidchicken.com>
6986
6987 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6988 renamed to woman-use-topic-at-point. Document new behavior.
6989
69902007-04-08 Richard Stallman <rms@gnu.org>
6991
6992 * url.texi: Fix some indexing.
6993 (Disk Caching): Drop discussion of old/other Emacs versions.
6994
69952007-04-07 Chong Yidong <cyd@stupidchicken.com>
6996
6997 * url.texi (Disk Caching): Say Emacs 21 "and later".
6998
6999 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
7000 on Font locking which now mentions JIT lock.
7001
70022007-04-01 Michael Olson <mwolson@gnu.org>
7003
7004 * erc.texi: Update for the ERC 5.2 release.
7005
70062007-03-31 David Kastrup <dak@gnu.org>
7007
7008 * woman.texi (Topic, Interface Options): Explain changes semantics of
7009 woman-manpath in order to consider MANPATH_MAP entries.
7010
70112007-03-31 Eli Zaretskii <eliz@gnu.org>
7012
7013 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
7014
70152007-03-26 Richard Stallman <rms@gnu.org>
7016
7017 * pgg.texi (Caching passphrase): Clean up previous change.
7018
70192007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
7020
7021 * gnus.texi (Setting Process Marks): Fix typo.
7022
70232007-03-25 Romain Francoise <romain@orebokech.com>
7024
7025 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
7026 readability, and include various fixes by Daniel Brockman, Nick Roberts
7027 and Dieter Wilhelm.
7028
70292007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
7030
7031 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
7032
7033 * gnus.texi (Mail Source Specifiers): Fix typo.
7034
70352007-03-22 Ralf Angeli <angeli@caeruleus.net>
7036
7037 * reftex.texi (Imprint): Update maintainer information.
7038
70392007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7040
7041 * message.texi (Message Buffers): Update documentation for
7042 message-generate-new-buffers.
7043
70442007-03-15 Daiki Ueno <ueno@unixuser.org>
7045
7046 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
7047
70482007-03-21 Glenn Morris <rgm@gnu.org>
7049
7050 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
7051
70522007-03-19 Chong Yidong <cyd@stupidchicken.com>
7053
7054 * eshell.texi (Known problems): Emacs 21 -> 22.
7055
7056 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
7057
70582007-03-18 Jay Belanger <belanger@truman.edu>
7059
7060 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
7061
70622007-03-12 Glenn Morris <rgm@gnu.org>
7063
7064 * calc.texi (Time Zones): Switch to new North America DST rule.
7065
7066 * calc.texi: Replace "daylight savings" with "daylight
7067 saving" in text throughout.
7068
70692007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7070
7071 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
7072 The variable now uses a list of symbols instead of just a symbol.
7073 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7074
70752007-03-06 Romain Francoise <romain@orebokech.com>
7076
7077 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
7078 new packages, and mention Gnus update.
7079
70802007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7081
7082 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
7083 nntp-open-connection-functions-never-echo-commands.
7084
70852007-02-27 Chong Yidong <cyd@stupidchicken.com>
7086
7087 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
7088 problems on the console, and security risk in not using gpg-agent.
7089
70902007-02-25 Carsten Dominik <dominik@science.uva.nl>
7091
0c7efc08 7092 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
7093 Completely reorganized and rewritten.
7094 (CamelCase links): Section removed.
7095 (Repeating items): New section.
7096 (Tracking TODO state changes): New section.
7097 (Agenda views): Chapter reorganized and rewritten.
7098 (HTML export): Section rewritten.
7099 (Tables in arbitrary syntax): New section.
7100 (Summary): Better feature summary.
7101 (Activation): Document problem with cut-and-paste of Lisp code
7102 from PDF files.
7103 (Visibility cycling): Document indirect buffer use.
7104 (Structure editing): Document sorting.
7105 (Remember): Section rewritten.
7106 (Time stamps): Better description of time stamp types.
7107 (Tag searches): Document regular expression search for tags.
7108 (Stuck projects): New section.
7109 (In-buffer settings): New keywords.
c5b0993e 7110 (History and Acknowledgments): Update description.
2de53ca6
GM
7111
71122007-02-24 Alan Mackenzie <acm@muc.de>
7113
7114 * cc-mode.texi (Movement Commands): Insert two missing command names.
7115 (Getting Started): Slight wording correction (use conditional).
7116
71172007-02-22 Kim F. Storm <storm@cua.dk>
7118
7119 * widget.texi (User Interface, Basic Types): Document need to put some
7120 text before the %v escape in :format string in editable-field widget.
7121
71222007-02-18 Romain Francoise <romain@orebokech.com>
7123
7124 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
7125 `cvs-mode-quit'.
7126
71272007-02-10 Markus Triska <markus.triska@gmx.at>
7128
7129 * widget.texi (Programming Example): Put constant strings in :format.
7130
71312007-02-07 Juanma Barranquero <lekktu@gmail.com>
7132
7133 * faq.texi (Fullscreen mode on MS-Windows): New node.
7134
71352007-02-04 David Kastrup <dak@gnu.org>
7136
7137 * faq.texi (AUCTeX): Update version number. Should probably be done
7138 for other packages as well.
7139
71402007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7141
7142 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
7143 <tassilo@member.fsf.org>.
7144
71452007-01-27 Eli Zaretskii <eliz@gnu.org>
7146
7147 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
7148 ls-lisp-use-localized-time-format.
7149
71502007-01-20 Markus Triska <markus.triska@gmx.at>
7151
7152 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
7153
71542007-01-13 Michael Olson <mwolson@gnu.org>
7155
7156 * erc.texi (Modules): Mention capab-identify module.
7157
71582007-01-05 Michael Olson <mwolson@gnu.org>
7159
7160 * erc.texi (Getting Started): Update for /RECONNECT command.
7161
71622007-01-04 Richard Stallman <rms@gnu.org>
7163
7164 * ebrowse.texi: Change C-c b to C-c C-m.
7165
71662007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7167
7168 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
7169 variables only in info to avoid redundant entries in the printed
7170 manual.
7171
71722007-01-02 Daiki Ueno <ueno@unixuser.org>
7173
7174 * message.texi (Using PGP/MIME): Document gpg-agent usage.
7175
71762007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
7177
7178 * message.texi (Security): Split into sub-nodes.
7179
71802007-01-01 Alan Mackenzie <acm@muc.de>
7181
7182 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
7183 eval-after-load in Emacs <=21 and a workaround. Document that
7184 trigraphs are not supported.
7185
71862007-01-01 Alan Mackenzie <acm@muc.de>
7187
7188 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
7189 c-context-line-break. When invoked within a string, preserve
7190 whitespace. Add a backslash only when also in a macro.
7191
71922007-01-01 Alan Mackenzie <acm@muc.de>
7193
7194 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
7195
71962007-01-01 Alan Mackenzie <acm@muc.de>
7197
7198 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
7199 are now bound by default to c-\(beginning\|end\)-of-defun by default.
7200
72012007-01-01 Alan Mackenzie <acm@muc.de>
7202
7203 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
7204 "Choosing a Style".
7205
7206 * cc-mode.texi ("Styles"): Add @dfn{style}.
7207
72082006-12-30 Michael Albinus <michael.albinus@gmx.de>
7209
7210 Sync with Tramp 2.0.55.
7211
7212 * trampver.texi: Update release number.
7213
72142006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
7215
7216 * gnus.texi (Customizing Articles): Add index entries for all
7217 gnus-treat-* variables.
7218
c8763fb6 72192006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
7220
7221 * gnus.texi (IMAP): Fix incorrect explanation of
7222 nnimap-search-uids-not-since-is-evil in documentation for
7223 nnimap-expunge-search-string.
7224
72252006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
7226
7227 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
7228 spam-ifile-database.
7229
72302006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7231
7232 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
7233 rebind C-s.
7234
c8763fb6 72352006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
7236
7237 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
7238 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
7239 "expiring mail".
7240 (IMAP): Document nnimap-search-uids-not-since-is-evil and
7241 nnimap-nov-is-evil.
7242
72432006-12-25 Kevin Ryde <user42@zip.com.au>
7244
7245 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
7246 about the key procedure being used heavily.
7247
72482006-12-24 Chong Yidong <cyd@stupidchicken.com>
7249
7250 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
7251 to t.
7252 (Prerequisites): Add explanation about gpg-agent.
7253
72542006-12-22 Kevin Ryde <user42@zip.com.au>
7255
7256 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
7257 "sort" instead of "sort*".
7258
72592006-12-19 Richard Stallman <rms@gnu.org>
7260
7261 * calc.texi (History and Acknowledgements): Recognize that Emacs
7262 now does have floating point.
7263
72642006-12-19 Michael Albinus <michael.albinus@gmx.de>
7265
7266 * tramp.texi (External transfer methods): Describe new method `scpc'.
7267
72682006-12-17 Sascha Wilde <wilde@sha-bang.de>
7269
7270 * pgg.texi: Added short note on gpg-agent to the introduction.
7271
72722006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7273
7274 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
7275 also applies to Cc.
7276
72772006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7278
7279 * gnus.texi (X-Face): Clarify. Say which programs are required
7280 on Windows.
7281
72822006-12-08 Michael Olson <mwolson@gnu.org>
7283
7284 * erc.texi (Modules): Remove documentation for list module.
7285
c8763fb6 72862006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
7287
7288 * faq.texi (^M in the shell buffer): Ditto.
7289
72902006-11-20 Michael Olson <mwolson@gnu.org>
7291
7292 * erc.texi: Call this the 5.2 stable pre-release of ERC.
7293
72942006-11-17 Carsten Dominik <dominik@science.uva.nl>
7295
7296 * org.texi: Fix typos.
7297 (Agenda commands): Document `C-k'.
7298
72992006-11-16 Eli Zaretskii <eliz@gnu.org>
7300
7301 * url.texi (http/https): Fix a typo in the HTTP URL.
7302
73032006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7304
7305 * ada-mode.texi: Total rewrite.
7306
73072006-11-13 Carsten Dominik <dominik@science.uva.nl>
7308
7309 * org.texi: Minor typo fixes.
7310
73112006-11-13 Bill Wohler <wohler@newt.com>
7312
7313 Release MH-E manual version 8.0.3.
7314
7315 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7316 release 8.0.3.
7317
7318 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
7319 to set MAILDIR.
7320 (Reading Mail): Document the customization of read-mail-command
7321 for MH-E.
7322 (Viewing Attachments): Document mm-discouraged-alternatives.
7323 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
7324 (Junk): Add more information about the settings of mh-junk-background
7325 in a program. Add /usr/bin/mh to PATH in examples.
7326
73272006-11-12 Richard Stallman <rms@gnu.org>
7328
7329 * woman.texi: Update author address but say he no longer maintains it.
7330
73312006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7332
7333 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
7334 archived trees.
7335 (Checkboxes): Section moved to chapter 5, and extended.
7336 (The date/time prompt): New section.
7337 (Link abbreviations): New section.
7338 (Presentation and sorting): New section.
7339 (Custom agenda views): Section completely rewritten.
7340 (Summary): Compare with Planner.
7341 (Feedback): More info about creating backtraces.
c5b0993e 7342 (Plain lists): Modify example.
2de53ca6
GM
7343 (Breaking down tasks): New section.
7344 (Custom time format): New section.
7345 (Time stamps): Document inactive timestamps.
7346 (Setting tags): More details about fast tag selection.
7347 (Block agenda): New section.
7348 (Custom agenda views): Section rewritten.
7349 (Block agenda): New section.
7350
73512006-11-07 Michael Albinus <michael.albinus@gmx.de>
7352
7353 * tramp.texi (Configuration): scp is the default method.
7354 (Default Method): Use ssh as example for another method.
7355
73562006-10-27 Richard Stallman <rms@gnu.org>
7357
7358 * woman.texi: Downcase nroff/troff/roff.
7359 (Installation): Chapter deleted. Some xrefs deleted.
7360 (Background): woman doesn't advise man ;-).
7361
c8763fb6 73622006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
7363
7364 * ada-mode.texi (Project files, Identifier completion)
7365 (Automatic Casing, Debugging, Using non-standard file names)
7366 (Working Remotely): Fix typos.
7367
73682006-10-20 Masatake YAMATO <jet@gyve.org>
7369
0c7efc08 7370 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
7371 sample code `my-c-initialization-hook'.
7372
73732006-10-19 Stuart D. Herring <herring@lanl.gov>
7374
7375 * widget.texi: Fix typos.
7376
73772006-10-19 Michael Albinus <michael.albinus@gmx.de>
7378
7379 * tramp.texi (Frequently Asked Questions): Remove questions marked with
7380 "???". There have been no complaints for years, so the information
7381 must be appropriate.
7382
73832006-10-16 Richard Stallman <rms@gnu.org>
7384
7385 * widget.texi: Use @var instead of capitalization.
7386 Clarify many widget type descriptions.
7387
73882006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7389
7390 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
7391 gnus-dired-attach.
7392 (Selecting a Group): Fix typo.
7393
c8763fb6 73942006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
7395
7396 * widget.texi: Fix typos.
7397
73982006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
7399
7400 * gnus.texi (Image Enhancements): Update for Emacs 22.
7401
7402 * gnus-faq.texi ([1.3]): Update.
7403
74042006-10-06 Richard Stallman <rms@gnu.org>
7405
7406 * faq.texi (Displaying the current line or column):
7407 Delete "As of Emacs 20".
7408
74092006-10-06 Romain Francoise <romain@orebokech.com>
7410
7411 * faq.texi (VM): VM works with Emacs 22 too.
7412
74132006-10-06 Richard Stallman <rms@gnu.org>
7414
7415 * ebrowse.texi: Remove Emacs version "21" from title.
7416
74172006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
7418
7419 * gnus.texi (Foreign Groups): Say where change of editing commands are
7420 stored. Add reference to `gnus-parameters'.
7421
74222006-09-15 Jay Belanger <belanger@truman.edu>
7423
7424 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
7425 Change "Library Public License" to "Lesser Public License"
7426 throughout. Use "yyyy" to represent year.
7427
74282006-09-15 Carsten Dominik <dominik@science.uva.nl>
7429
7430 * org.texi (Setting tags): Typo fix.
7431
74322006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
7433
7434 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
7435
74362006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
7437
7438 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
7439
74402006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7441
7442 * faq.texi (Escape sequences in shell output): EMACS is now set
7443 to Emacs's absolute file name, not to "t".
7444 (^M in the shell buffer): Likewise.
7445 * misc.texi (Interactive Shell): Likewise.
7446
74472006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7448
7449 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
7450 mails with pop3-leave-mail-on-server. Fix wording.
7451 (Limiting): Improve gnus-summary-limit-to-articles.
7452 (X-Face): Fix typo.
7453
74542006-09-11 Simon Josefsson <jas@extundo.com>
7455
7456 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
7457 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
7458
74592006-09-06 Simon Josefsson <jas@extundo.com>
7460
7461 * smtpmail.texi (Authentication): Mention SSL.
7462
74632006-09-01 Eli Zaretskii <eliz@gnu.org>
7464
7465 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
7466 Don't use @indicateurl.
7467
7468 * cc-mode.texi (Subword Movement): Don't use @headitem.
7469 (Custom Braces, Clean-ups): Don't use @tie.
7470
74712006-08-29 Michael Albinus <michael.albinus@gmx.de>
7472
7473 Sync with Tramp 2.0.54.
7474
7475 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
7476 Suggested by Adrian Phillips <a.phillips@met.no>.
7477
74782006-08-15 Carsten Dominik <dominik@science.uva.nl>
7479
7480 * org.texi (Installation, Activation): Split from Installation and
7481 Activation.
7482 (Clocking work time): Documented new features.
7483
74842006-08-13 Alex Schroeder <alex@gnu.org>
7485
7486 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
7487 example.
7488
74892006-08-12 Eli Zaretskii <eliz@gnu.org>
7490
7491 * faq.texi (How to add fonts): New node.
7492
74932006-08-05 Romain Francoise <romain@orebokech.com>
7494
7495 * faq.texi (New in Emacs 22): Expand.
7496
74972006-08-03 Michael Olson <mwolson@gnu.org>
7498
7499 * erc.texi: Update for ERC 5.1.4.
7500
75012006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7502
7503 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
7504 in .../site-lisp/gnus/ by default.
7505 [ From gnus-news.texi in the trunk. ]
7506
75072006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7508
7509 * gnus.texi (MIME Commands): Additions for yEnc.
7510
75112006-07-24 Richard Stallman <rms@gnu.org>
7512
7513 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
7514 * faq.texi: Move periods and commas inside quotes.
7515
75162006-07-20 Jay Belanger <belanger@truman.edu>
7517
7518 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
7519
75202006-07-18 Chong Yidong <cyd@stupidchicken.com>
7521
7522 * faq.texi (Security risks with Emacs): Document Emacs 22
7523 file-local-variable mechanism.
7524
75252006-07-12 Michael Olson <mwolson@gnu.org>
7526
7527 * erc.texi: Update for ERC 5.1.3.
7528
75292006-07-12 Alex Schroeder <alex@gnu.org>
7530
7531 * rcirc.texi: Fix typos.
7532 (Getting started with rcirc): New calling convention for M-x irc.
7533 Mention #rcirc. Removed channel tracking.
0c7efc08 7534 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
7535 recently, eg. rcirc-server to rcirc-default-server. Added
7536 documentation for rcirc-authinfo, some background for Bitlbee, and
7537 rcirc-track-minor-mode.
0c7efc08 7538 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 7539 Scrolling.
0c7efc08 7540 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
7541 to match code changes.
7542
75432006-07-10 Nick Roberts <nickrob@snap.net.nz>
7544
7545 * gnus.texi, message.texi: Fix typos.
7546
75472006-07-07 Carsten Dominik <dominik@science.uva.nl>
7548
7549 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
7550 commands.
7551 (Global TODO list): Document the use of the variables
7552 `org-agenda-todo-ignore-scheduled' and
7553 `org-agenda-todo-list-sublevels'.
7554
75552006-07-05 Richard Stallman <rms@gnu.org>
7556
7557 * faq.texi (Scrolling only one line): Fix xref.
7558
75592006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7560
7561 * faq.texi (Evaluating Emacs Lisp code):
7562 Throughout, replace eval-current-buffer with eval-buffer.
7563
75642006-07-03 Richard Stallman <rms@gnu.org>
7565
7566 * rcirc.texi (Scrolling conservatively): Fix xref.
7567
7568 * pcl-cvs.texi (Viewing differences): Usage fix.
7569
75702006-07-03 Carsten Dominik <dominik@science.uva.nl>
7571
7572 * org.texi (Agenda commands): Document `s' key to save all org-mode
7573 buffers.
7574
75752006-06-30 Ralf Angeli <angeli@caeruleus.net>
7576
7577 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
7578 names. Mention `cvs-msg' face.
7579
75802006-06-29 Carsten Dominik <dominik@science.uva.nl>
7581
7582 * org.texi (Checkboxes): New section.
7583
75842006-06-28 Carsten Dominik <dominik@science.uva.nl>
7585
7586 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
7587 throughout this chapter.
7588
75892006-06-27 Chong Yidong <cyd@stupidchicken.com>
7590
7591 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
7592 text for standalone vs Emacs info.
7593 (Help): Clarify header line description. Use mouse-1 for clicks.
7594 (Help-P): Use mouse-1 for clicks.
7595 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
7596 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
7597 (Choose menu subtopic): Remove gratuitous Emacs command names.
7598 (Help-FOO): Put usual behavior first.
7599 (Help-Xref): Clicking on xrefs works in Emacs.
7600 (Search Text): Clarify what the default behavior is.
7601 (Create Info buffer): Fix Emacs window/X window confusion.
7602 (Emacs Info Variables): Fix for new Emacs init file behavior.
7603
76042006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7605
7606 * gnus.texi (Summary Buffer Lines): Fix typo.
7607
76082006-06-23 Carsten Dominik <dominik@science.uva.nl>
7609
7610 * org.texi (Embedded LaTeX): New chapter.
7611 (Archiving): Section rewritten.
7612 (Enhancing text): Some parts moved to the new chapter about LaTeX.
7613
76142006-06-20 Bill Wohler <wohler@newt.com>
7615
7616 Release MH-E manual version 8.0.1.
7617
7618 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7619 release 8.0.1.
7620 (Preface): Depend on GNU mailutils 1.0 and higher.
7621
76222006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7623
7624 * message.texi (News Headers): Update message-syntax-checks section.
7625
76262006-06-19 Karl Berry <karl@gnu.org>
7627
7628 * info.texi (Advanced): Mention C-q, especially with ?.
7629
76302006-06-19 Carsten Dominik <dominik@science.uva.nl>
7631
7632 * org.texi (Publishing links): Document the `:link-validation-function'
7633 property.
7634 (Extensions and Hacking): New chapter, includes some sections of the
7635 "Miscellaneous" chapter.
7636
76372006-06-10 Carsten Dominik <dominik@science.uva.nl>
7638
7639 * org.texi (Progress logging): New section.
7640
2de53ca6
GM
76412006-06-06 Carsten Dominik <dominik@science.uva.nl>
7642
7643 * org.texi (ASCII export): Document indentation adaptation.
7644 (Setting tags): Document mutually-exclusive tags.
7645
76462006-06-05 Romain Francoise <romain@orebokech.com>
7647
7648 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
7649 Fix typo.
7650
7651 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
7652 channel (#gnus@irc.freenode.net).
7653 Fix typos. Update copyright notice.
7654
7655 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
7656 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
7657 (Line-Up Functions, Custom Macros):
7658 * ediff.texi (Window and Frame Configuration)
dccb744b 7659 (Highlighting Difference Regions):
2de53ca6
GM
7660 * emacs-mime.texi (Display Customization):
7661 * erc.texi (History):
7662 * eshell.texi (Known problems):
7663 * eudc.texi (Overview, BBDB):
7664 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
7665 (The problem of spam, SpamOracle, Extending the Spam package)
7666 (Conformity, Terminology):
dccb744b 7667 * idlwave.texi (Routine Info)
2de53ca6
GM
7668 (Class and Keyword Inheritance, Padding Operators)
7669 (Breakpoints and Stepping, Electric Debug Mode)
7670 (Examining Variables, Troubleshooting):
7671 * org.texi (Creating timestamps):
7672 * reftex.texi (Commands, Options, Changes):
7673 * tramp.texi (Inline methods, Password caching)
7674 (Auto-save and Backup, Issues):
7675 * vip.texi (Files, Commands in Insert Mode):
7676 * viper.texi (Emacs Preliminaries, States in Viper)
7677 (Packages that Change Keymaps, Viper Specials, Groundwork):
7678 Fix various typos.
7679
76802006-05-31 Michael Ernst <mernst@alum.mit.edu>
7681
7682 * ediff.texi: Fix typos.
7683
76842006-05-30 Carsten Dominik <dominik@science.uva.nl>
7685
7686 * org.texi: Small typo fixes.
7687
fff84c22
JB
76882006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7689
7690 * viper.texi (Viper Specials):
7691 * gnus.texi (Example Setup):
7692 * faq.texi (Backspace invokes help):
7693 * dired-x.texi (Optional Installation Dired Jump):
7694 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
7695 follow coding conventions.
7696
2de53ca6
GM
76972006-05-29 Michael Albinus <michael.albinus@gmx.de>
7698
7699 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
7700
77012006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7702
7703 * pcl-cvs.texi: Fix typos.
7704 (Customization): Say "us".
7705
77062006-05-26 Eli Zaretskii <eliz@gnu.org>
7707
7708 * org.texi: Remove bogus @setfilename.
7709
77102006-05-26 Carsten Dominik <dominik@science.uva.nl>
7711
7712 * org.texi (ASCII export): Omit command name.
7713 (HTML export): Add prefix to all lines in Local Variable example.
7714 (Acknowledgments): Typeset names in italics.
7715
77162006-05-24 Carsten Dominik <dominik@science.uva.nl>
7717
7718 * org.texi (Plain lists): Add new item navigation commands.
7719 (External links): Document elisp and info links.
7720 (Custom searches): New section.
7721 (Publishing): New chapter.
7722 (HTML export): Include a list of supported CSS classes.
7723 (Setting tags): Describe the fast-tag-setting interface.
7724
77252006-05-20 Luc Teirlinck <teirllm@auburn.edu>
7726
7727 * dired-x.texi: ifinfo -> ifnottex.
7728
77292006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
7730
7731 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
7732
77332006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
7734
7735 * message.texi (Interface): Add tool bar customization.
7736 (MIME): Index and text additions for mml-attach.
7737 (MIME): Describe mml-dnd-protocol-alist and
7738 mml-dnd-attach-options.
7739
7740 * gnus.texi (Oort Gnus): Reorder entries in sections.
7741 Fix some entries.
7742 (Starting Up): Add references to "Emacs for Heathens" and to
7743 "Finding the News". Add user-full-name and user-mail-address.
7744 (Group Buffer Format): Add tool bar customization and update.
7745 (Summary Buffer): Add tool bar customization.
7746 (Posting Styles): Add message-alternative-emails.
7747
77482006-05-09 Michael Albinus <michael.albinus@gmx.de>
7749
7750 * tramp.texi (Filename completion): Improve wording.
7751
77522006-05-07 Romain Francoise <romain@orebokech.com>
7753
7754 * faq.texi (Using regular expressions): Fix typo.
7755 (Packages that do not come with Emacs): Fix capitalization.
7756 (Replacing text across multiple files): Expand node to explain how
7757 to use `dired-do-query-replace-regexp' in more detail, based on
7758 suggestion by Eric Hanchrow <offby1@blarg.net>.
7759
77602006-05-06 Michael Albinus <michael.albinus@gmx.de>
7761
7762 * tramp.texi (Filename completion): Completion of remote files'
7763 method, user name and host name is active only in partial
7764 completion mode.
7765
77662006-05-06 Bill Wohler <wohler@newt.com>
7767
7768 Release MH-E manual version 8.0.
7769
7770 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7771 release 8.0.
7772
77732006-05-06 Bill Wohler <wohler@newt.com>
7774
7775 * mh-e.texi (MH-BOOK-HOME): Change from
7776 http://www.ics.uci.edu/~mh/book/mh to
7777 http://rand-mh.sourceforge.net/book/mh.
7778 Replace .htm suffix with .html for MH book files.
7779 (Using This Manual): Update key binding for getting relevant
7780 chapter in Info from command key.
7781 (Ranges): Fix itemx.
7782
77832006-05-05 Karl Berry <karl@gnu.org>
7784
7785 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7786 (\fonttextsize): New user-level command to change text font size.
7787
77882006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7789
7790 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7791
77922006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7793
7794 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7795
77962006-04-24 Bill Wohler <wohler@newt.com>
7797
7798 * mh-e.texi (Getting Started): Make it more explicit that you need
7799 to install MH. Add pointers to current MH implementations.
7800
78012006-04-21 Bill Wohler <wohler@newt.com>
7802
7803 Release MH-E manual version 7.94.
7804
7805 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7806 release 7.94.
7807
78082006-04-21 Carsten Dominik <dominik@science.uva.nl>
7809
7810 * org.texi: Many small fixes.
7811 (Handling links): Rename from "Managing links".
7812
78132006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7814
7815 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7816 (Splitting mail using spam-stat): Fix @xref.
7817
78182006-04-20 Chong Yidong <cyd@stupidchicken.com>
7819
7820 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7821 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7822
78232006-04-20 Carsten Dominik <dominik@science.uva.nl>
7824
7825 * org.texi (Time stamps): Better explanation of the purpose of
7826 different time stamps.
7827 (Structure editing, Plain lists): More details on how new items
7828 and headings are inserted.
7829
78302006-04-18 Carsten Dominik <dominik@science.uva.nl>
7831
7832 * org.texi (Formula syntax): Fix link to Calc Manual.
7833
78342006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7835
7836 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7837
78382006-04-17 Bill Wohler <wohler@newt.com>
7839
7840 * mh-e.texi (Folders): Update mh-before-quit-hook and
7841 mh-quit-hook example with code that removes the buffers rather
7842 than just bury them.
7843
78442006-04-17 Michael Albinus <michael.albinus@gmx.de>
7845
7846 Sync with Tramp 2.0.53.
7847
78482006-04-13 Carsten Dominik <dominik@science.uva.nl>
7849
7850 * org.texi (Updating settings): New section.
7851 (Visibility cycling): Better names for the startup folding
7852 options.
7853 (Exporting): Completely restructured.
7854 (The very busy C-c C-c key): New section.
7855 (Summary of in-buffer settings): New section.
7856
78572006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7858
7859 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7860
78612006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7862
7863 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7864 (Server Commands): Key `v' is reserved for users.
7865
78662006-04-11 Carsten Dominik <dominik@science.uva.nl>
7867
7868 * org.texi (Link format): New section, emphasis on bracket links.
7869 (External links): Document bracket links.
7870 (FAQ): Expand to cover shell links and the new link format.
7871
78722006-04-09 Kevin Ryde <user42@zip.com.au>
7873
7874 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7875
78762006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7877
7878 * gnus.texi (Summary Buffer Lines): Add `*'.
7879
c8763fb6 78802006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7881
7882 * gnus.texi (Group Parameters):
7883 Mention gnus-permanently-visible-groups.
7884
78852006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7886
7887 * gnus.texi (Face): Fix typo.
7888
78892006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7890
7891 * gnus.texi (X-Face): Clarify.
7892 (Face): Need Emacs with PNG support.
7893
78942006-04-06 Richard Stallman <rms@gnu.org>
7895
7896 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7897 Emacs".
7898
78992006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7900
7901 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7902 blocks not suitable for inclusion with Emacs using variable
7903 PARTOFEMACS.
7904
79052006-04-04 Simon Josefsson <jas@extundo.com>
7906
7907 * gnus.texi (Security): Improve.
7908
79092006-04-02 Bill Wohler <wohler@newt.com>
7910
7911 * mh-e.texi (Getting Started, Junk, Bug Reports)
7912 (MH FAQ and Support): Fix URLs.
7913
79142006-03-31 Romain Francoise <romain@orebokech.com>
7915
7916 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7917 to t, not nil (and has for the past eight years).
7918
79192006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7920
7921 * message.texi, gnus.texi: Bump version to 5.11.
7922
79232006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7924
7925 * gnus.texi (Top): Add comment about version line.
7926
7927 * message.texi (Top): Ditto. Change to take named versions into
7928 account.
7929
79302006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7931
7932 * gnus.texi (Posting Styles): Add x-face-file to example.
7933 (X-Face): Refer to posting styles.
7934
7935 * gnus-faq.texi ([5.8]): Add x-face-file.
7936 ([8.4]): Add links to gmane.emacs.gnus.user and
7937 gmane.emacs.gnus.general.
7938
79392006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7940
7941 * gnus-faq.texi: Use .invalid.
7942 ([5.4]): Fix gnus-posting-styles example.
7943
79442006-03-27 Romain Francoise <romain@orebokech.com>
7945
7946 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7947 Emacs/W3 needs a new maintainer.
7948 (Ispell): Update author and version info.
7949 (Mailcrypt): Mention PGG.
7950 (New in Emacs 22): Add PGG to the list of new packages.
7951 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7952 updating dead URLs.
7953
79542006-03-25 Karl Berry <karl@gnu.org>
7955
7956 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7957 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7958 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7959 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7960 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7961 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7962 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7963 (2) do not indent copyright year list (or anything else).
7964
79652006-03-21 Bill Wohler <wohler@newt.com>
7966
7967 * mh-e.texi (Folders): Various edits.
7968
79692006-03-20 Romain Francoise <romain@orebokech.com>
7970
7971 * gnus.texi (Mail Folders): Grammar fix.
7972
79732006-03-19 Bill Wohler <wohler@newt.com>
7974
7975 * mh-e.texi (Replying): Document Mail-Followup-To.
7976 Change manually-formatted table to multitable. Add debugging info.
7977 Move description of mh-reply-default-reply-to into paragraph
7978 that describes its values.
7979
79802006-03-17 Bill Wohler <wohler@newt.com>
7981
10d1d0af 7982 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7983 (Sending Mail Tour): Update method of entering
7984 addresses and subject.
7985 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7986 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7987
79882006-03-15 Carsten Dominik <dominik@science.uva.nl>
7989
7990 * org.texi: Version number change only.
7991
79922006-03-14 Bill Wohler <wohler@newt.com>
7993
7994 * mh-e.texi: Add index entries around each paragraph rather than
7995 depend on entries from beginning of node. Doing so ensures that
7996 index entries are less likely to be forgotten if text is cut and
7997 pasted, and are necessary anyway if the references are on a
7998 separate page. It seems that makeinfo is now (v. 4.8) only
7999 producing one index entry per node, so there is no longer any
8000 excuse not to. Use subheading instead of heading. The incorrect
8001 use of heading produced very large fonts in Info--as large as the
8002 main heading.
8003 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
8004 versions 6 and 7 appeared *around* the time of these Emacs releases.
8005
80062006-03-13 Carsten Dominik <dominik@science.uva.nl>
8007
8008 * org.texi (Clean view): Document new startup options.
8009
80102006-03-11 Bill Wohler <wohler@newt.com>
8011
8012 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
8013 (Composing, Scan Line Formats): Fix @refs.
8014 (Getting Started): Define MH profile and MH profile components.
8015 (Incorporating Mail, Reading Mail, Viewing, Printing)
8016 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
8017 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
8018 for string constants.
8019 (Tool Bar): Remove spurious quote.
8020 (Junk): Use ``...'' instead of "...".
8021 (Scan Line Formats): Replace @samp with @kbd.
8022
80232006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
8024
8025 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
8026
80272006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
8028
8029 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
8030 easy to understand.
8031
80322006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
8033
8034 * gnus.texi: Markup fix.
8035 (Fancy Mail Splitting): Specify new feature.
8036
80372006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
8038
8039 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
8040 partial-words matching.
8041
80422006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
8043
8044 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
8045
8046 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
8047 (MIME Commands): Fix mm-discouraged-alternatives.
8048
80492006-03-07 Carsten Dominik <dominik@science.uva.nl>
8050
8051 * org.texi: Version number change only.
8052
80532006-03-06 Bill Wohler <wohler@newt.com>
8054
8055 * mh-e.texi: Move from SourceForge repository to Savannah.
8056 This is version 7.93, which is a total rewrite from the previous
8057 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
8058 version 7.93.
8059
80602006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8061
8062 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
8063
80642006-03-01 Carsten Dominik <dominik@science.uva.nl>
8065
8066 * org.texi (Interaction): Add item about `org-mouse.el' by
8067 Piotr Zielinski.
8068 (Managing links): Document that also mouse-1 can be used to
8069 activate a link.
8070 (Headlines, FAQ): Add entry about hiding leading stars.
8071 (Miscellaneous): Resort the sections in this chapter to a more
8072 logical sequence.
8073
80742006-02-27 Simon Josefsson <jas@extundo.com>
8075
8076 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
8077 2004-01-27 from the trunk).
8078
80792006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8080
8081 * cc-mode.texi: Rename c-hungry-backspace to
8082 c-hungry-delete-backwards, at the request of RMS. Leave the old
8083 name as an alias.
8084
80852006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8086
8087 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
8088 include the function header within the defun.
8089
80902006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8091
8092 * cc-mode.texi: Correct two typos.
8093
80942006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8095
8096 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
8097 existing comment.
8098 (Electric Keys): Add a justification for electric indentation.
8099 (Hungry WS Deletion): Clear up the names and complications of the
8100 BACKSPACE and DELETE keys.
8101
81022006-02-23 Juri Linkov <juri@jurta.org>
8103
8104 * faq.texi (Common requests): Move `Turning on auto-fill by
8105 default' after `Wrapping words automatically'. Move `Working with
8106 unprintable characters' before `Searching for/replacing newlines'.
8107 Move `Replacing highlighted text' after `Highlighting a region'.
8108 Merge `Repeating commands' and `Repeating a command as many times
8109 as possible' into the former.
8110 (Packages that do not come with Emacs): Add refs to Gmane and
8111 etc/MORE.STUFF.
8112
81132006-02-23 Juri Linkov <juri@jurta.org>
8114
8115 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
8116 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
8117 Add xref to `(emacs)Reporting Bugs'.
8118 (Getting a printed manual): Add URL to other formats of the manual.
8119 (Common requests): Fix menu.
8120 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
8121 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
8122 (Inserting text at the beginning of each line): Add pxref to
8123 `Changing the included text prefix'.
8124 (Forcing the cursor to remain in the same column): Mention `track-eol'
8125 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
8126 (Replacing text across multiple files): Add keybinding `Q' for
8127 `dired-do-query-replace'.
8128
81292006-02-22 Carsten Dominik <dominik@science.uva.nl>
8130
8131 * reftex.texi: Version number and date change only.
8132
8133 * org.texi (Internal Links): Rewrite to cover the modified
8134 linking system.
8135
81362006-02-17 Eli Zaretskii <eliz@gnu.org>
8137
8138 * faq.texi: Remove the coding cookie, it's not needed anymore.
8139
81402006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8141
8142 * faq.texi (Colors on a TTY): Mention Mac OS port.
8143
81442006-02-12 Karl Berry <karl@gnu.org>
8145
8146 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
8147 8-bit accented a.
8148
81492006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
8150
8151 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
8152
81532006-02-08 Romain Francoise <romain@orebokech.com>
8154
8155 * faq.texi (Top): Remove paragraph about the FAQ being a
8156 transitional document, etc.
8157 (Searching for/replacing newlines): New node.
8158 (Yanking text in isearch): New node.
8159 (Inserting text at the beginning of each line): Rename and make
8160 more general, mention `M-;' in Message mode.
8161
81622006-02-07 Luc Teirlinck <teirllm@auburn.edu>
8163
8164 * faq.texi (Meta key does not work in xterm)
8165 (Emacs does not display 8-bit characters)
8166 (Inputting eight-bit characters): Update xrefs.
8167
81682006-02-06 Romain Francoise <romain@orebokech.com>
8169
8170 * faq.texi (VM): VM now at version 7.19.
8171 Set myself as maintainer of this file.
8172
81732006-02-04 Michael Olson <mwolson@gnu.org>
8174
8175 * erc.texi (History): Note that ERC is now included with Emacs.
8176
81772006-01-31 Romain Francoise <romain@orebokech.com>
8178
8179 * message.texi (Message Headers): Explain what
8180 `message-alternative-emails' does in more detail.
8181 Update copyright year.
8182
81832006-01-30 Juanma Barranquero <lekktu@gmail.com>
8184
8185 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
8186
81872006-01-29 Richard M. Stallman <rms@gnu.org>
8188
8189 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
8190
81912006-01-29 Michael Olson <mwolson@gnu.org>
8192
8193 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
8194
8195 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
8196
8197 * faq.texi (New in Emacs 22): Mention ERC.
8198
81992006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8200
8201 * rcirc.texi: Capitalize dir entry for consistency with the entry
8202 in info/dir and other entries in the Emacs category.
8203 Fix typos. Delete trailing whitespace.
8204
c8763fb6 82052006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
8206
8207 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
8208
82092006-01-27 Eli Zaretskii <eliz@gnu.org>
8210
8211 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
8212 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8213
8214 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
8215 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8216
82172006-01-27 Alex Schroeder <alex@gnu.org>
8218
8219 * rcirc.texi: New file.
8220
82212006-01-23 Juri Linkov <juri@jurta.org>
8222
8223 * widget.texi (User Interface): Add S-TAB for widget-backward.
8224
82252006-01-22 Michael Albinus <michael.albinus@gmx.de>
8226
8227 Sync with Tramp 2.0.52.
8228
8229 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
8230 Add Tramp disabling item. New item for common connection problems.
8231 (various): Apply "ftp" as method for the download URL.
8232 (Bug Reports): Refer to FAQ for common problems.
8233
82342006-01-21 Eli Zaretskii <eliz@gnu.org>
8235
8236 * widget.texi (User Interface): Use @key for TAB.
8237
8238 * ses.texi (Formulas, Printer functions): Use @key for TAB.
8239
8240 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
8241 for TAB.
8242
8243 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
8244
82452006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8246
8247 * gnus.texi: Update copyright.
8248
82492006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8250
8251 * gnus.texi (Article Washing): Additions.
8252
2de53ca6
GM
82532006-01-13 Carsten Dominik <dominik@science.uva.nl>
8254
8255 * org.texi (Agenda commands): Document tags command.
8256
82572006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8258
8259 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
8260
82612006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8262
8263 * gnus.texi (RSS): Addition.
8264
82652005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8266
8267 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
8268
82692005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8270
8271 * emacs-mime.texi (Display Customization): Add setting example to
8272 mm-discouraged-alternatives.
8273
82742006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
8277 version is the canonical version.
8278
82792006-01-08 Alex Schroeder <alex@gnu.org>
8280
8281 * pgg.texi (Caching passphrase): Rewording.
8282
82832006-01-06 Eli Zaretskii <eliz@gnu.org>
8284
8285 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
8286 repository URL.
8287
82882006-01-06 Carsten Dominik <dominik@science.uva.nl>
8289
8290 * org.texi: Removed the accidentally re-added empty line in the
8291 direntry.
8292
82932006-01-05 Carsten Dominik <dominik@science.uva.nl>
8294
8295 * org.texi (Agenda Views): Chapter reorganized.
8296
82972005-12-29 Romain Francoise <romain@orebokech.com>
8298
8299 * faq.texi (Using Customize): New node.
8300
83012005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8302
8303 * org.texi: Remove blank line in @direntry. It is non-standard
8304 and recursively produces blank lines all over the dir file (when
8305 using Texinfo 4.8).
8306
83072005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8308
8309 * widget.texi (atoms): Delete obsolete remark about `file' widget.
8310
83112005-12-20 Carsten Dominik <dominik@science.uva.nl>
8312
8313 * org.texi (Tags): Boolean logic documented.
8314 (Agenda Views): Document custom commands.
8315
83162005-12-20 David Kastrup <dak@gnu.org>
8317
8318 * faq.texi (AUCTeX): Update version and mailing list info.
8319
83202005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8321
8322 * gnus.texi (MIME Commands): Mention addition of
8323 multipart/alternative to gnus-buttonized-mime-types and add xref
8324 to mm-discouraged-alternatives.
8325
8326 * emacs-mime.texi (Display Customization): Mention addition of
8327 "image/.*" and add xref to gnus-buttonized-mime-types in the
8328 mm-discouraged-alternatives section.
8329
83302005-12-16 Carsten Dominik <dominik@science.uva.nl>
8331
8332 * org.texi (Tags): New section.
8333 (Agenda Views): Chapter reorganized.
8334
83352005-12-16 Eli Zaretskii <eliz@gnu.org>
8336
8337 * org.texi (Internal Links): Add a missing comma after an @xref.
8338
83392005-12-14 Chong Yidong <cyd@stupidchicken.com>
8340
8341 * faq.texi (Filling paragraphs with a single space): No need to
8342 change sentence-end now.
8343
83442005-12-13 Romain Francoise <romain@orebokech.com>
8345
8346 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
8347
83482005-12-12 Jay Belanger <belanger@truman.edu>
8349
8350 * faq.texi (Calc): Update version number.
8351
83522005-12-12 Carsten Dominik <dominik@science.uva.nl>
8353
8354 * org.texi (Progress Logging): New section.
8355
83562005-12-10 Romain Francoise <romain@orebokech.com>
8357
8358 Update the Emacs FAQ for the 22.1 release.
8359
8360 * faq.texi: Set VER to `22.1'.
8361 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
8362 Tutorial. Mention that `C-h r' displays the manual.
8363 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
8364 (Getting a printed manual): Point to the new locations of the
8365 manuals on the GNU Web site.
8366 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
8367 available via Info (it was previously distributed separately).
8368 (Installing Texinfo documentation): The latest version of Texinfo
8369 is 4.8, not 4.0.
8370 (Informational files for Emacs): COPYING is the GNU General Public
8371 License, not the Emacs General Public License.
8372 (Informational files for Emacs): Delete obsolete link to the
8373 GNUinfo pages as they have been removed from the GNU Web site.
8374 (New in Emacs 22): New node.
8375 (Setting up a customization file): Say that most packages support
8376 Customize nowadays.
8377 (Colors on a TTY): Delete reference to instructions on how to
8378 enable syntax highlighting, it is now enabled by default.
8379 (Turning on abbrevs by default): Emacs now reads the abbrevs file
8380 at startup automatically.
8381 (Controlling case sensitivity): Mention `M-c' in isearch.
8382 (Using an already running Emacs process): Emacs now creates the
8383 socket in `/tmp/emacsUID'. Fix typos. Change default location of
8384 gnuserv. As emacsclient can now run Lisp code as well, delete a
8385 sentence praising gnuserv for that. Simplify description of how
8386 the client/server operation works.
8387 (Compiler error messages): Delete obsolete text (compile.el has
8388 been rewritten).
8389 (Indenting switch statements): Fix typo.
8390 (Matching parentheses): Simplify setup instructions, mention the
8391 menu bar item in the Options menu.
8392 (Repeating a command as many times as possible): Mention `C-x e'.
8393 (Going to a line by number): Mention new keymap and bindings
8394 `M-g M-g', `M-g M-p' and `M-g M-n'.
8395 (Turning on syntax highlighting): Now on by default. Simplify.
8396 (Replacing highlighted text): Use `1', not `t'.
8397 (Problems with very large files): The maximum size is now 256MB on
8398 32-bit machines.
8399 (^M in the shell buffer): Mention `comint-process-echoes'.
8400 (Emacs for Apple computers): Emacs 22 has native support for Mac
8401 OS X.
8402 (Translating names to IP addresses): Delete node.
8403 (Binding keys to commands): Fix typo.
8404 (SPC no longer completes file names): New node.
8405 (MIME with Emacs mail packages): Delete section about the Emacs
8406 MIME FAQ (it's not reachable anymore).
8407
84082005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8409
8410 * cc-mode.texi: The manual has been extensively revised: the
8411 information about using CC Mode has been separated from the larger
8412 and more difficult chapters about configuration. It has been
8413 updated for CC Mode 5.31.
8414
84152005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8416
8417 * pgg.texi (User Commands): Fix description of pgg-verify-region.
8418 (Selecting an implementation): Fix descriptions.
8419
84202005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8421
8422 * message.texi (Various Message Variables): Addition.
8423
84242005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8425
8426 * message.texi: Fix default values.
8427
84282005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8429
8430 * message.texi (Header Commands): Clarify descriptions of
8431 message-cross-post-followup-to, message-reduce-to-to-cc, and
8432 message-insert-wide-reply.
8433 (Various Commands): Fix kindex for message-kill-to-signature;
8434 clarify description of message-tab.
8435
84362005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
8437
8438 * message.texi (Mailing Lists): Fix description about MFT.
8439
8440 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
8441
84422005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8443
8444 * gnus.texi (Slow Terminal Connection): Replace old description
8445 with new one.
8446
84472005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
8448
8449 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
8450 replace X-Draft-Headers with X-Draft-From.
8451
84522005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8453
8454 * gnus.texi (Various Various): Fix the default value of
8455 nnheader-max-head-length.
8456 (Gnus Versions): Fix typo.
8457
84582005-12-08 Carsten Dominik <dominik@science.uva.nl>
8459
8460 * org.texi (Structure editing): Document new functionality of
8461 M-RET.
8462
84632005-12-06 Luc Teirlinck <teirllm@auburn.edu>
8464
8465 * org.texi (Internal Links): Fix Texinfo usage.
8466
84672005-12-06 Carsten Dominik <dominik@science.uva.nl>
8468
8469 * org.texi (TODO basics): Document the global todo list.
8470 (TODO items): Documents sparse tree for specific TODO
8471 keywords.
8472
84732005-11-30 Carsten Dominik <dominik@science.uva.nl>
8474
8475 * org.texi (Plain Lists): Typos fixed.
8476
84772005-11-28 Jay Belanger <belanger@truman.edu>
8478
8479 * calc.texi: Change references of `M-#' to `C-x *' prefix.
8480
84812005-11-24 Carsten Dominik <dominik@science.uva.nl>
8482
8483 * org.texi (Structure editing): New item moving commands added.
8484 (Plain Lists): New section.
8485
84862005-11-18 Carsten Dominik <dominik@science.uva.nl>
8487
8488 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
8489 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 8490 `org-agenda-file-to-front'.
2de53ca6
GM
8491 (Built-in table editor): Document `org-table-sort-lines'.
8492 (HTML formatting): Export of hand-formatted lists.
8493
84942005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8495
8496 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
8497 new variable gnus-toolbar-thickness.
8498
84992005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
8500
8501 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
8502
85032005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8504
8505 * gnus.texi (X-Face): Fix description.
8506 (XVarious): Remove gnus-xmas-logo-color-alist and
8507 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
8508
85092005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8510
8511 * gnus.texi (Group Parameters): Mention new variable
8512 gnus-parameters-case-fold-search.
8513 (Home Score File): Addition.
8514
85152005-11-04 Ulf Jasper <ulf.jasper@web.de>
8516
8517 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
8518 (Overview): List supported feed types.
8519 (Installation): No installation necessary when using autoload.
8520 (Configuration): Rename "RSS" to "news".
8521
85222005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8523
8524 * pgg.texi (User Commands): Document additional passphrase
8525 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
8526 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
8527
85282005-11-04 Carsten Dominik <dominik@science.uva.nl>
8529
8530 * org.texi: Version number changed to 3.19.
8531
85322005-10-29 Sascha Wilde <wilde@sha-bang.de>
8533
8534 * pgg.texi (How to use): Update the example to add autoload of
8535 pgg-encrypt-symmetric-region.
8536 (User Commands): Document pgg-encrypt-symmetric-region.
8537 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
8538
85392005-10-27 Jay Belanger <belanger@truman.edu>
8540
8541 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
8542 mention other TeX-related units.
8543
85442005-10-23 Lars Hansen <larsh@soem.dk>
8545
0c7efc08
SM
8546 * dired-x.texi (Miscellaneous Commands):
8547 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
8548 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
8549
85502005-10-23 Jay Belanger <belanger@truman.edu>
8551
8552 * calc.texi (Predefined Units): Use `alpha' for the fine structure
8553 constant.
8554
85552005-10-23 Michael Albinus <michael.albinus@gmx.de>
8556
0c7efc08
SM
8557 * faq.texi (Bugs and problems):
8558 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
8559 `directory-listing-before-filename-regexp'.
8560
85612005-10-22 Eli Zaretskii <eliz@gnu.org>
8562
8563 * newsticker.texi (UPDATED): Set value.
8564
85652005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
8566
8567 * gnus.texi (Document Groups): Remove duplicate item.
8568
85692005-10-21 Carsten Dominik <dominik@science.uva.nl>
8570
8571 * org.texi (Summary): Mention iCalendar support.
8572 (Exporting): Document iCalendar support.
8573
85742005-10-18 Romain Francoise <romain@orebokech.com>
8575
8576 * viper.texi (Viper Specials): Capitalize GNU.
8577
85782005-10-17 Juri Linkov <juri@jurta.org>
8579
8580 * info.texi (Getting Started, Search Index, Expert Info):
8581 Fix wording.
8582 (Search Text): Replace `echo area' with `mode line'.
8583 (Search Index): Both `i' and `,' find all index entries.
8584 Replace example `C-f' with `C-l' (which exists in index of Info
8585 manual) and delete spaces in its keyboard input sequence.
8586 Delete unnecessary explanations about literal characters.
8587
85882005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
8589
8590 * gnus.texi (Document Server Internals): Addition.
8591
85922005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8593
8594 * gnus.texi (A note on namespaces): Fix RFC reference.
8595
85962005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8597
8598 * gnus.texi (RSS): Fix key description.
8599
86002005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8601
8602 * gnus.texi: Emacs/w3 -> Emacs/W3.
8603 (Browsing the Web): Fix description.
8604 (Web Searches): Ditto.
8605 (Customizing W3): Ditto.
8606
86072005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8608
8609 * gnus.texi (Maildir): Clarify expire-age and expire-group.
8610
86112005-10-11 Jay Belanger <belanger@truman.edu>
8612
8613 * calc.texi (Integration): Mention using `a i' to compute definite
8614 integrals.
8615
86162005-10-11 Juri Linkov <juri@jurta.org>
8617
8618 * info.texi: Rearrange nodes.
8619 (Top): Update menu. Change ref `Info for Experts' to
8620 `Advanced Info Commands'.
8621 (Getting Started): Fix description of manual's parts.
8622 (Help-Int): Change xref `Info Search' to `Search Index', and
8623 `Expert Info' to `Advanced'.
8624 (Advanced): Move node one level up.
8625 (Search Text, Search Index): New nodes split out from `Info Search'.
8626 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
8627 split out from `Advanced'.
8628 (Advanced, Emacs Info Variables): De-document editing an Info file
8629 in Info.
8630 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
8631 (Creating an Info File): Delete node and move its text to
8632 `Expert Info'.
8633
86342005-10-10 Carsten Dominik <dominik@science.uva.nl>
8635
8636 * org.texi (Workflow states): Documented that change in keywords
8637 becomes active only after restart of Emacs.
8638
86392005-10-08 Michael Albinus <michael.albinus@gmx.de>
8640
8641 Sync with Tramp 2.0.51.
8642
86432005-10-08 Nick Roberts <nickrob@snap.net.nz>
8644
8645 * speedbar.texi (Introduction): Describe new location of speedbar
8646 on menubar.
8647 (Basic Key Bindings): Remove descriptions of bindings that have
8648 been removed.
8649
86502005-10-05 Nick Roberts <nickrob@snap.net.nz>
8651
8652 * speedbar.texi (GDB): Describe use of watch expressions.
8653
86542005-09-28 Simon Josefsson <jas@extundo.com>
8655
8656 * message.texi (IDNA): Fix.
8657
86582005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8659
8660 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
8661 nntp-server-hook, and nntp-warn-about-losing-connection; fix
8662 description of nntp-open-connection-function.
8663 (Common Variables): Fix descriptions.
8664
86652005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
8666
8667 * gnus.texi (Server Buffer Format): Document the %a format spec.
8668
86692005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8670
8671 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
8672
86732005-09-23 Carsten Dominik <dominik@science.uva.nl>
8674
8675 * org.texi Version 3.16.
8676
86772005-09-19 Miles Bader <miles@gnu.org>
8678
8679 * newsticker.texi: Get rid of CVS keywords.
8680
86812005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8682
8683 * gnus.texi (Finding the Parent): Fix description of how Gnus
8684 finds article.
8685
86862005-09-14 Jari Aalto <jari.aalto@cante.net>
8687
8688 * gnus.texi (Advanced Scoring Examples): New examples to teach how
8689 to drop off non-answered articles.
8690
86912005-09-19 Juanma Barranquero <lekktu@gmail.com>
8692
8693 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
8694 braces (which are unsupported by NMAKE) for macro `srcdir'.
8695
86962005-09-17 Eli Zaretskii <eliz@gnu.org>
8697
8698 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8699 (../info/newsticker, newsticker.dvi): New targets.
8700
87012005-09-17 Ulf Jasper <ulf.jasper@web.de>
8702
8703 * newsticker.texi: Replace @command with @code. Replace @example
8704 with @lisp.
0c7efc08
SM
8705 (Top): Add explanations to menu items.
8706 (GNU Free Documentation License): Remove.
2de53ca6
GM
8707
87082005-09-16 Romain Francoise <romain@orebokech.com>
8709
8710 Update all files to specify GFDL version 1.2.
8711
8712 * doclicense.texi (GNU Free Documentation License): Update to
8713 version 1.2.
8714
87152005-09-15 Richard M. Stallman <rms@gnu.org>
8716
8717 * newsticker.texi: Fix @setfilename.
8718
8719 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8720 (../info/newsticker, newsticker.dvi): New targets.
8721
87222005-08-30 Carsten Dominik <dominik@science.uva.nl>
8723
8724 * org.texi: Version 3.15.
8725
87262005-08-29 Luc Teirlinck <teirllm@auburn.edu>
8727
8728 * ses.texi: Combine all three indices into one.
8729 Correct a few typos.
8730
87312005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
8732
8733 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
8734
87352005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8736
8737 * emacs-mime.texi (Handles): Remove duplicate item.
8738 (Encoding Customization): Fix the default value for
8739 mm-coding-system-priorities.
8740 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
8741 (Basic Functions): Fix reference.
8742
87432005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8744
8745 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
8746
87472005-08-18 Richard M. Stallman <rms@gnu.org>
8748
8749 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
8750 and web site.
8751
8752 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
8753 not keyboard-translate.
8754
87552005-08-11 Richard M. Stallman <rms@gnu.org>
8756
8757 * faq.texi (Using regular expressions): Fix xref.
8758
87592005-08-09 Juri Linkov <juri@jurta.org>
8760
8761 * info.texi (Help-P): Replace `Prev' with `Previous'.
8762 (Help-M, Help-Xref): Add S-TAB.
8763 (Help-FOO): Update `u' command.
8764 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8765 Update info about visibility of xref parts.
8766 (Help-Int): Fix `m' command. Rename `Info-last' to
8767 `Info-history-back'. Add `Info-history-forward'.
8768 (Advanced): Fix `g*' and `M-n' commands.
8769 (Info Search): Add `index-apropos' in stand-alone browser.
8770 Add isearch commands.
8771 (Emacs Info Variables): Remove `Info-fontify'.
8772 Add `Info-mode-hook'. Update face names.
8773 Add `Info-fontify-maximum-menu-size',
8774 `Info-fontify-visited-nodes', `Info-isearch-search'.
8775
87762005-08-07 Michael Albinus <michael.albinus@gmx.de>
8777
8778 Sync with Tramp 2.0.50.
8779
8780 * tramp.texi: Use @option{} consequently for method names.
8781 (Inline methods, External transfer methods): Remove references to
8782 Cygwin.
8783 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8784 implementation.
8785
87862005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8787
8788 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8789 Mention that gnus-init-file is not read when Emacs is invoked with
8790 --no-init-file or -q.
8791
87922005-07-19 Carsten Dominik <dominik@science.uva.nl>
8793
8794 * org.texi: Version 3.14.
8795
87962005-07-04 Carsten Dominik <dominik@science.uva.nl>
8797
8798 * org.texi: Version 3.13.
8799
88002005-07-18 Juri Linkov <juri@jurta.org>
8801
8802 * calc.texi (Time Zones, Logical Operations):
8803 * cl.texi (Overview):
8804 * org.texi (TODO types):
8805 * sc.texi (Emacs 18 MUAs):
8806 * speedbar.texi (Top):
8807 * url.texi (History):
8808 Delete duplicate duplicate words.
8809
ce058493 88102005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8811
8812 * cl.texi (Type Predicates): Document `atom' type.
8813
88142005-07-04 Lute Kamstra <lute@gnu.org>
8815
8816 Update FSF's address in GPL notices.
8817
8818 * calc.texi (Copying):
8819 * doclicense.texi (GNU Free Documentation License):
8820 * faq.texi (Contacting the FSF):
8821 * mh-e.texi (Copying): Update FSF's address.
8822
88232005-07-03 Richard M. Stallman <rms@gnu.org>
8824
8825 * flymake.texi (Example -- Configuring a tool called directly):
8826 Update name of flymake-build-relative-filename.
8827
88282005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8829
8830 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8831
88322005-06-29 Carsten Dominik <dominik@science.uva.nl>
8833
8834 * org.texi: Version 3.12.
8835
88362005-06-24 Eli Zaretskii <eliz@gnu.org>
8837
8838 * makefile.w32-in (MAKEINFO): Use --force.
8839 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8840 Makefile.in.
8841 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8842 more shells.
8843
88442005-06-23 Richard M. Stallman <rms@gnu.org>
8845
8846 * speedbar.texi (Creating a display): Texinfo usage fixes.
8847
8848 * tramp.texi (Customizing Completion, Auto-save and Backup):
8849 Texinfo usage fixes.
8850
88512005-06-23 Juanma Barranquero <lekktu@gmail.com>
8852
8853 * dired-x.texi (Miscellaneous Commands):
8854 * ediff.texi (Miscellaneous):
8855 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8856 (Agent Variables):
8857 * info.texi (Help-Xref):
8858 * message.texi (Message Headers):
8859 * org.texi (Remember):
8860 * reftex.texi (Options (Defining Label Environments)):
8861 (Options (Index Support)):
8862 (Options (Viewing Cross-References)):
8863 (Options (Misc)):
8864 (Changes):
8865 * speedbar.texi (Creating a display):
8866 * tramp.texi (Customizing Completion, Auto-save and Backup):
8867 Texinfo usage fix.
8868
88692005-06-13 Carsten Dominik <dominik@science.uva.nl>
8870
8871 * org.texi: Version 3.11.
8872
88732005-06-12 Jay Belanger <belanger@truman.edu>
8874
8875 * calc.texi (Getting Started): Remove extra menu item.
8876
88772005-05-31 Jay Belanger <belanger@truman.edu>
8878
8879 * calc.texi (Notations Used in This Manual): Use @kbd for key
8880 sequence.
8881 (Demonstration of Calc): Mention another way of starting Calc.
8882 (Starting Calc): Mention long name of M-#.
8883 (Embedded Mode Overview): Remove unnecessary instruction.
8884 (Other M-# commands): Rephrase `M-# 0' explanation.
8885 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8886 reflect current behavior.
8887
88882005-05-30 Jay Belanger <belanger@truman.edu>
8889
8890 * calc.texi (Hooks): Change description of calc-window-hook and
8891 calc-trail-window-hook to match usage.
8892 (Computational Functions): Add more constant-generating functions.
8893 (Customizable Variables): Use defvar.
8894
88952005-05-28 Jay Belanger <belanger@truman.edu>
8896
8897 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8898 (Basic Embedded Mode): Explain behavior of arguments to
8899 calc-embedded-mode.
8900
89012005-05-27 Jay Belanger <belanger@truman.edu>
8902
8903 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8904 current behavior.
8905
89062005-05-25 Jay Belanger <belanger@truman.edu>
8907
8908 * calc.texi: Change Calc version number throughout.
8909 (Keypad Mode): Change location in info output.
8910 (Keypad mode overview): Move picture of keypad.
8911
89122005-05-21 Jay Belanger <belanger@truman.edu>
8913
8914 * calc.texi (Storing variables): Mention that only most variables
8915 are void to begin with.
8916
89172005-05-21 Kevin Ryde <user42@zip.com.au>
8918
8919 * widget.texi (Basic Types): Update cross ref from "Enabling
8920 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8921 lispref/text.texi change.
8922
89232005-05-20 Carsten Dominik <dominik@science.uva.nl>
8924
8925 * org.texi: Version 3.09.
8926
89272005-05-18 Carsten Dominik <dominik@science.uva.nl>
8928
8929 * reftex.texi: Version 4.28.
8930
89312005-05-16 Jay Belanger <belanger@truman.edu>
8932
8933 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8934
89352005-05-14 Jay Belanger <belanger@truman.edu>
8936
8937 * calc.texi (Default Simplifications): Insert missing ! (logical
8938 not operator).
8939
89402005-05-14 Michael Albinus <michael.albinus@gmx.de>
8941
8942 Sync with Tramp 2.0.49.
8943
89442005-05-10 Jay Belanger <belanger@truman.edu>
8945
8946 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8947 to 1.
8948
89492005-04-29 Carsten Dominik <dominik@science.uva.nl>
8950
8951 * org.texi: Version 3.08, structure reorganized.
8952
89532005-04-24 Richard M. Stallman <rms@gnu.org>
8954
8955 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8956
89572005-04-15 Carsten Dominik <dominik@science.uva.nl>
8958
8959 * org.texi: Update to version 3.06.
8960
89612005-04-13 Lute Kamstra <lute@gnu.org>
8962
8963 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8964
89652005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8966
8967 * cl.texi (Porting Common Lisp): Fix typo.
8968
89692005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8970
8971 * gnus.texi (RSS): Addition.
8972
89732005-04-04 Jay Belanger <belanger@truman.edu>
8974
8975 * calc.texi: Change Calc version number.
8976 (Customizable variables): Fix description of calc-language-alist.
8977 (Copying): Put in version 2 of GPL.
8978
89792005-04-01 Jay Belanger <belanger@truman.edu>
8980
8981 * calc.texi (Troubleshooting Commands): Remove comment about
8982 installation.
8983 (Installation): Remove section.
8984 (Customizable Variables): New section.
8985 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8986 (Graphical Devices): Add references to Customizable Variables.
8987
89882005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8989
8990 * emacs-mime.texi (Display Customization): Markup fixes.
8991 (rfc2047): Update.
8992
89932005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8994
8995 * gnus-faq.texi: Replaced with auto-generated version.
8996
89972005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8998
8999 * dired-x.texi (Multiple Dired Directories): default-directory was
9000 renamed to dired-default-directory.
9001
90022005-03-26 Jay Belanger <belanger@truman.edu>
9003
9004 * calc.texi (Simplifying Formulas, Rewrite Rules):
9005 Change description of top and bottom of fraction.
9006 (Modulo Forms): Move description of how to create modulo forms to
9007 earlier in the section.
9008 (Fraction Mode): Suggest using : to get a fraction by dividing.
9009 (Basic Arithmetic): Adjust placement of command name.
9010 (Truncating the Stack): Emphasize that "hidden" entries are still
9011 visible.
9012 (Installation): Move discussion of printing manual to "About This
9013 Manual".
9014 (About This Manual): Mention how to print the manual.
9015 (Reporting Bugs): Remove first person.
9016 (Building Vectors): Add algebraic version of append.
9017 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
9018 (Grouping Digits): Fix typo.
9019
90202005-03-25 Werner Lemberg <wl@gnu.org>
9021
9022 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
9023 Replace `legal' with `valid'.
9024
90252005-03-25 Werner Lemberg <wl@gnu.org>
9026
9027 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
9028
90292005-03-24 Jay Belanger <belanger@truman.edu>
9030
9031 * calc.texi (General Mode Commands)
9032 (Mode Settings in Embedded Mode): Add some explanation of
9033 recording mode settings.
9034
90352005-03-24 Richard M. Stallman <rms@gnu.org>
9036
9037 * calc.texi: Remove praise of non-free software.
9038
9039 * idlwave.texi: Don't say where to get IDL or its non-free manual.
9040 (Installation): Node deleted.
9041
90422005-03-23 Richard M. Stallman <rms@gnu.org>
9043
9044 * url.texi (HTTP language/coding): Improve last change.
9045
90462005-03-22 Jay Belanger <belanger@truman.edu>
9047
9048 * calc.texi (Embedded Mode): Add new information on changing
9049 modes.
9050
90512005-03-20 Michael Albinus <michael.albinus@gmx.de>
9052
9053 Sync with Tramp 2.0.48.
9054
9055 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
9056
9057 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
9058 "GNU/Linux". Change all addresses to .gnu.org.
9059 (Default Method): Offer shortened syntax for "su" and "sudo"
9060 methods.
9061
90622005-03-07 Richard M. Stallman <rms@gnu.org>
9063
9064 * url.texi: Fix usage of "e.g.".
9065 (HTTP language/coding): Explain the rules for these strings.
9066
90672005-03-06 Richard M. Stallman <rms@gnu.org>
9068
9069 * woman.texi (Introduction): Minor cleanups.
9070
9071 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
9072
9073 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
9074 (Installation): Node deleted.
9075
9076 * mh-e.texi (Preface): Get rid of "Emacs 21".
9077
9078 * eshell.texi (Installation): Delete node (for Emacs 20).
9079
90802005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
9081
9082 * flymake.texi: Refill and tweak style in @lisp blocks.
9083
90842005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9085
9086 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
9087
90882005-03-01 Jay Belanger <belanger@truman.edu>
9089
9090 * calc.texi (Trigonometric and Hyperbolic Functions):
9091 Mention additional functions.
9092 (Algebraic Simplifications): Mention additional simplifications.
9093
90942005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
9095
9096 * ses.texi: Add concept/function/variable indices (this work was
9097 donated by Brad Collins <brad@chenla.org>, copyright-assignment
9098 papers on file at FSF).
9099
91002005-02-10 Jay Belanger <belanger@truman.edu>
9101
9102 * calc.texi: Change @LaTeX to La@TeX throughout.
9103 Redefine @expr as @math for TeX output.
9104 Redefine @texline as a no-op for TeX output.
9105 Define @tfn, replace @t by @tfn throughout.
9106
91072005-02-09 Jay Belanger <belanger@truman.edu>
9108
9109 * calc.texi: Add macro for LaTeX for info output.
9110
91112005-02-08 Kim F. Storm <storm@cua.dk>
9112
9113 * texinfo.tex (LaTex): Add def.
9114
91152005-02-06 Jay Belanger <belanger@truman.edu>
9116
9117 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
9118 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
9119 throughout manual.
9120
91212005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9122
9123 * gnus.texi: Some edits based on comments from David Abrahams.
9124
91252005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9126
9127 * gnus.texi (RSS): Fix the keystroke.
9128
91292005-01-24 David Kastrup <dak@gnu.org>
9130
9131 * faq.texi: Update AUCTeX version info.
9132
91332005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
9134
9135 * gnus-faq.texi ([4.1]): Typo.
9136
91372005-01-19 Jay Belanger <belanger@truman.edu>
9138
9139 * calc.texi (Keep Arguments): Mention that keeping arguments
9140 doesn't work with keyboard macros.
9141
91422005-01-16 Richard M. Stallman <rms@gnu.org>
9143
9144 * autotype.texi (Autoinserting): Fix small error.
9145
91462005-01-16 Michael Albinus <michael.albinus@gmx.de>
9147
9148 Sync with Tramp 2.0.47.
9149
9150 * tramp.texi (Compilation): New section, describing compilation of
9151 remote files.
9152
91532005-01-11 Kim F. Storm <storm@cua.dk>
9154
9155 * widget.texi (Basic Types): Add :follow-link keyword.
9156
91572005-01-09 Jay Belanger <belanger@truman.edu>
9158
9159 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
9160
91612005-01-08 Jay Belanger <belanger@truman.edu>
9162
9163 * calc.texi: Change throughout to reflect new default value of
9164 calc-settings-file.
9165
91662005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9167
9168 * message.texi (Reply): `message-reply-to-function' should return
9169 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
9170
91712005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
9172
9173 * faq.texi (Changing load-path): Fix typo.
9174
91752005-01-05 Jay Belanger <belanger@truman.edu>
9176
9177 * calc.texi (Programming Tutorial): Replace kbd command by
9178 appropriate characters for a keyboard macro.
9179
91802005-01-04 Jay Belanger <belanger@truman.edu>
9181
9182 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
9183 for Lucid Emacs.
9184 (Programming Tutorial): Mention that the user needs to be in the
9185 right mode to compute some functions.
9186
91872005-01-04 Jay Belanger <belanger@truman.edu>
9188
9189 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
9190 no longer applicable.
9191
91922005-01-01 Jay Belanger <belanger@truman.edu>
9193
0c7efc08 9194 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
9195 edit keyboard macros to match current behavior.
9196
91972004-12-31 Jay Belanger <belanger@truman.edu>
9198
9199 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
9200
92012004-12-20 Jay Belanger <belanger@truman.edu>
9202
9203 * calc.texi (Types Tutorial): Emphasize that you can't divide by
9204 zero.
9205
92062004-12-17 Luc Teirlinck <teirllm@auburn.edu>
9207
9208 * cc-mode.texi (Text Filling and Line Breaking): Put period after
9209 @xref.
9210 (Font Locking): Avoid @strong{Note:}.
9211
92122004-12-17 Michael Albinus <michael.albinus@gmx.de>
9213
9214 Sync with Tramp 2.0.46.
9215
9216 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
9217
92182004-12-16 Luc Teirlinck <teirllm@auburn.edu>
9219
9220 * url.texi: Correct typos.
9221 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 9222 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
9223 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
9224 (Dealing with HTTP documents): @inforef->@xref.
9225
92262004-12-15 Jay Belanger <belanger@truman.edu>
9227
9228 * calc.texi: Consistently capitalized all mode names.
9229 (Answers to Exercises): Mention that an answer can be a fraction
9230 when in Fraction mode.
9231
92322004-12-13 Jay Belanger <belanger@truman.edu>
9233
9234 * calc.texi: Fix some TeX definitions.
9235
92362004-12-09 Luc Teirlinck <teirllm@auburn.edu>
9237
9238 * reftex.texi (Imprint): Remove erroneous @value's.
9239
92402004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9241
9242 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
9243 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
9244
92452004-12-08 Jay Belanger <belanger@truman.edu>
9246
9247 * calc.texi (Starting Calc): Remove comment about installation.
9248 (Keypad Mode Overview): Remove comment about Emacs 19 support.
9249
92502004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9251
9252 * url.texi: Update @setfilename.
9253 (Getting Started): No need to worry about Gnus versions.
9254 (Dealing with HTTP documents): Use @inforef.
9255
9256 * org.texi: Fix @direntry file name.
9257
92582004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9259
9260 * url.texi: New file.
9261
9262 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
9263
92642004-12-06 Jay Belanger <belanger@truman.edu>
9265
9266 * calc.texi (Using Calc): Remove paragraph about installation.
9267
92682004-12-06 Jay Belanger <belanger@truman.edu>
9269
9270 * calc.texi: Use more Texinfo macros and less TeX defs.
9271 Remove @refill's.
9272
92732004-12-06 Richard M. Stallman <rms@gnu.org>
9274
9275 * org.texi: New file.
9276
92772004-12-05 Richard M. Stallman <rms@gnu.org>
9278
9279 * Makefile.in (org.dvi, ../info/org): New targets.
9280 (INFO_TARGETS): Add ../info/org.
9281 (DVI_TARGETS): Add org.dvi.
9282 (maintainer-clean): Remove the info files in the info dir.
9283
92842004-11-26 Eli Zaretskii <eliz@gnu.org>
9285
9286 * idlwave.texi: Fix the setfilename directive to put the produced
9287 file in ../info.
9288 (Continued Statement Indentation): Resurrect Jan D.'s change from
9289 2004-11-03 that was lost when a newer version of idlwave.texi was
9290 imported.
9291
92922004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9293
0c7efc08 9294 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 9295
0c7efc08
SM
9296 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
9297 Index `spam-initialize'.
2de53ca6
GM
9298
92992004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9300
9301 * message.texi (Various Message Variables): Mention that all mail
9302 file variables are derived from `message-directory'.
9303
9304 * gnus.texi (Splitting Mail): Clarify bogus group.
9305
93062004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9307
0c7efc08
SM
9308 * emacs-mime.texi (Encoding Customization):
9309 Fix mm-coding-system-priorities entry.
2de53ca6 9310
c8763fb6 93112004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
9312
9313 * idlwave.texi (Continued Statement Indentation):
9314 * reftex.texi (Options (Index Support)):
9315 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
9316 * speedbar.texi (Creating a display, Major Display Modes):
9317 Replace non-nil with non-@code{nil}.
2de53ca6
GM
9318
93192004-10-21 Jay Belanger <belanger@truman.edu>
9320
0c7efc08 9321 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
9322
93232004-10-18 Luc Teirlinck <teirllm@auburn.edu>
9324
9325 * calc.texi (Reporting Bugs): Double up `@'.
9326
93272004-10-18 Jay Belanger <belanger@truman.edu>
9328
0c7efc08 9329 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
9330 should be sent to.
9331
93322004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9333
9334 * gnus.texi (New Features): Add 5.11.
9335
9336 * message.texi (Resending): Remove wrong default value.
9337
9338 * gnus.texi (Mail Source Specifiers): Describe possible problems
9339 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
9340 `pop3-leave-mail-on-server' to the index.
9341
93422004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9343
9344 * message.texi (Canceling News): Add how to set a password.
9345
93462004-10-12 Jay Belanger <belanger@truman.edu>
9347
0c7efc08 9348 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
9349 calc-describe-function and calc-describe-variable to match their
9350 current behavior.
9351
93522004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9353
9354 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
9355
93562004-10-12 Michael Albinus <michael.albinus@gmx.de>
9357
9358 Sync with Tramp 2.0.45.
9359
9360 * tramp.texi (Frequently Asked Questions): Comment paragraph about
9361 plink link. The URL is outdated. Originator contacted for
9362 clarification.
9363
93642004-10-10 Juri Linkov <juri@jurta.org>
9365
9366 * gnus.texi (Top, Marking Articles): Join two menus in one node
9367 because a node can have only one menu.
9368
93692004-10-09 Juri Linkov <juri@jurta.org>
9370
9371 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
9372 example of nnmail-split-fancy.
9373
93742004-10-06 Karl Berry <karl@gnu.org>
9375
9376 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
9377 consistency with other uses of dashes.
9378
93792004-10-05 Karl Berry <karl@gnu.org>
9380
9381 * info.texi: Consistently use --- throughout, periods at end of
9382 menu descriptions, and a couple typos.
9383
93842004-09-26 Jesper Harder <harder@ifa.au.dk>
9385
9386 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
9387 * pgg.texi (User Commands, Backend methods): Do.
9388 * gnus.texi: Markup fixes.
9389 (Setting Process Marks): Fix `M P a' entry.
9390 * emacs-mime.texi: Fixes.
9391
93922004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9393
9394 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
9395 again.
9396 Use 5.10 instead of 5.10.0.
9397
93982004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9399
9400 * gnus.texi (Summary Mail Commands): S D e.
9401
94022004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
9403
9404 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
9405 the gnus-article-mode-line-format section.
9406
94072004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
9408
9409 * gnus.texi (Various Summary Stuff): Fix the documentation for
9410 gnus-newsgroup-variables.
9411
94122004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9413
0c7efc08
SM
9414 * gnus.texi (MIME Commands):
9415 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
9416 gnus-mime-display-multipart-alternative-as-mixed,
9417 gnus-mime-display-multipart-related-as-mixed.
9418 (Mail Source Customization): Clarify `mail-source-directory'.
9419 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 9420 (SpamOracle): Fix typo.
2de53ca6
GM
9421
9422 * gnus-faq.texi: Untabify.
9423 ([6.3]): nnir.el is in contrib directory.
9424
9425 * message.texi (News Headers): Clarify how a unique ID is created.
9426
0c7efc08
SM
9427 * gnus.texi (Batching Agents): Fix typo in example.
9428 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 9429
b2abec73 94302004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 9431
0c7efc08 9432 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
9433
94342004-09-20 Florian Weimer <fw@deneb.enyo.de>
9435
9436 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
9437
94382004-09-22 Jay Belanger <belanger@truman.edu>
9439
0c7efc08 9440 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
9441 might be hidden during part of the session.
9442
94432004-09-20 Jay Belanger <belanger@truman.edu>
9444
9445 * calc.texi (Notations Used in This Manual): Put in an earlier
9446 mention that DEL could be called Backspace.
9447
94482004-09-10 Simon Josefsson <jas@extundo.com>
9449
9450 * gnus.texi (IMAP): Add example. Suggested and partially written
9451 by Steinar Bang <sb@dod.no>.
9452
94532004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9454
9455 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
9456 netrc syntax.
9457
94582004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9459
b2abec73
JB
9460 * gnus.texi (Spam ELisp Package Sequence of Events):
9461 Some clarifications.
2de53ca6
GM
9462 (Spam ELisp Package Global Variables): More clarifications.
9463
94642004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9465
9466 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
9467 Mention spam-split does not modify incoming mail.
9468
94692004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9470
9471 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
9472
94732004-09-10 Eli Zaretskii <eliz@gnu.org>
9474
9475 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
9476
94772004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9478
9479 * makefile.w32-in (sieve, pgg): Use $(infodir).
9480
94812004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
9482
9483 * makefile.w32-in: Fix PGG and Sieve entries.
9484
94852004-08-28 Eli Zaretskii <eliz@gnu.org>
9486
9487 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
9488 Emacs and related programs.
9489
94902004-08-27 Richard M. Stallman <rms@gnu.org>
9491
9492 * faq.texi: Fix texinfo usage, esp. doublequotes.
9493 (Difference between Emacs and XEmacs): Some clarification.
9494
9495 * faq.texi (Difference between Emacs and XEmacs):
9496 Explain not to contrast XEmacs with GNU Emacs.
9497
94982004-08-26 Richard M. Stallman <rms@gnu.org>
9499
9500 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
9501
95022004-08-22 David Kastrup <dak@gnu.org>
9503
9504 * reftex.texi (AUCTeX): Update links, section name.
9505
9506 * faq.texi (Calc): Update availability (included in 22.1).
9507 (AUCTeX): Update availability, information, versions, description.
9508
95092004-08-14 Eli Zaretskii <eliz@gnu.org>
9510
9511 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
9512
95132004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9514
9515 * cc-mode.texi: Various updates for CC Mode 5.30.9.
9516
95172004-08-10 Michael Albinus <michael.albinus@gmx.de>
9518
9519 Sync with Tramp 2.0.44.
9520
95212004-08-05 Lars Hansen <larsh@math.ku.dk>
9522
9523 * widget.texi (User Interface): Update how to separate the
9524 editable field of an editable-field widget from other widgets.
9525 (Programming Example): Add text after field.
9526
95272004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9528
9529 * emacs-mime.texi (Encoding Customization): Add a note to the
9530 mm-content-transfer-encoding-defaults entry.
9531 (rfc2047): Update.
9532
0c7efc08
SM
9533 * gnus.texi (Article Highlighting):
9534 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
9535 (POP before SMTP): New node.
9536 (Posting Styles): Addition.
9537 (Splitting Mail): Add nnmail-split-lowercase-expanded.
9538 (Fancy Mail Splitting): Ditto.
9539 (X-Face): Add gnus-x-face.
9540
95412004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
9542
9543 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
9544 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
9545
95462004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9547
0c7efc08
SM
9548 * gnus.texi (Mail Source Specifiers):
9549 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
9550
95512004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
9552
9553 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
9554
9555 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
9556 repository. Change setfilename.
9557
9558 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
9559
95602004-07-02 Juri Linkov <juri@jurta.org>
9561
9562 * pcl-cvs.texi (Viewing differences): Add `d r'.
9563
95642004-06-29 Jesper Harder <harder@ifa.au.dk>
9565
9566 * ses.texi, viper.texi, flymake.texi, faq.texi:
9567 * eshell.texi, ediff.texi: Markup fixes.
9568
95692004-06-21 Karl Berry <karl@gnu.org>
9570
9571 * info.texi (Top): Mention that only Emacs has mouse support.
9572 (Getting Started): Mention this in a few other places.
9573
95742004-06-13 Luc Teirlinck <teirllm@auburn.edu>
9575
0c7efc08
SM
9576 * autotype.texi (Copyrights, Timestamps):
9577 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
9578
95792004-06-13 Lars Hansen <larsh@math.ku.dk>
9580
9581 * dired-x.texi (dired-mark-omitted): Update keybinding.
9582
95832004-06-10 Kim F. Storm <storm@cua.dk>
9584
9585 * pcl-cvs.texi (Viewing differences): Add 'd y'.
9586
95872004-06-05 Lars Hansen <larsh@math.ku.dk>
9588
9589 * dired-x.texi (variable dired-omit-mode): Rename from
9590 dired-omit-files-p.
9591 (function dired-omit-mode): Rename from dired-omit-toggle.
9592 Call dired-omit-mode rather than set dired-omit-files-p.
9593 (dired-mark-omitted): Describe command.
9594
95952004-05-29 Michael Albinus <michael.albinus@gmx.de>
9596
9597 Version 2.0.41 of Tramp released.
9598
95992004-05-29 Juanma Barranquero <lektu@terra.es>
9600
9601 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
9602 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9603
96042004-05-29 Richard M. Stallman <rms@gnu.org>
9605
9606 * cl.texi (Top): Call this chapter `Introduction'.
9607 (Overview): In TeX, no section heading here.
9608
9609 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
9610
96112004-05-29 Eli Zaretskii <eliz@gnu.org>
9612
9613 * Makefile.in (../info/flymake, flymake.dvi): New targets.
9614 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9615
96162004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
9617
9618 * flymake.texi: New file.
9619
96202004-05-28 Simon Josefsson <jas@extundo.com>
9621
9622 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
9623
b344d29d 96242004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
9625
9626 Version 2.0.40 of Tramp released.
9627
96282004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
9629
9630 Complete rework, based on review by Karl Berry <karl@gnu.org>.
9631
9632 * tramp.texi (Auto-save and Backup): Explain exploitation of new
9633 variables `tramp-backup-directory-alist' and
9634 `tramp-bkup-backup-directory-info'.
9635 (Overview, Connection types)
9636 (External transfer methods, Default Method)
9637 (Windows setup hints): Remove restriction of password entering
9638 with external methods.
9639 (Auto-save and Backup): Make file name example
9640 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
9641 and `auto-save-directory' must be used.
9642 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
9643 only "NT"). Remove doubled entry "What kinds of systems does
9644 @tramp{} work on".
9645 (tramp): Macro removed.
9646 (Obtaining Tramp): Flag removed from title.
9647 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
9648 and `trampver' used properly. Flag `tramp-inst' replaced by
9649 `installchapter'. Installation related text adapted.
9650
96512004-04-28 Masatake YAMATO <jet@gyve.org>
9652
9653 * widget.texi (Programming Example): Remove overlays.
9654
96552004-04-27 Jesper Harder <harder@ifa.au.dk>
9656
9657 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
9658
96592004-04-23 Juanma Barranquero <lektu@terra.es>
9660
9661 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9662
96632004-04-05 Jesper Harder <harder@ifa.au.dk>
9664
9665 * info.texi (Info Search): Add info-apropos.
9666
96672004-03-22 Juri Linkov <juri@jurta.org>
9668
9669 * faq.texi: Fix help key bindings.
9670
96712004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9672
9673 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
9674 (as suggested by Karl Berry). Update information about colored
9675 stars in menus. Add new subheading describing M-n.
9676
96772004-03-12 Richard M. Stallman <rms@gnu.org>
9678
9679 * cl.texi (Top): Rename top node's title.
9680
96812004-03-08 Karl Berry <karl@gnu.org>
9682
9683 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
9684 problems making the texinfo distribution.
9685
96862004-02-29 Simon Josefsson <jas@extundo.com>
9687
0c7efc08 9688 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
9689 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
9690 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
9691 <voegelas@gmx.net>.
9692
96932004-02-29 Juanma Barranquero <lektu@terra.es>
9694
9695 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9696 Use $(DEL) instead of rm, and ignore exit code.
9697
b344d29d 96982004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
9699
9700 Tramp version 2.0.39 released.
9701
97022004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9703
9704 * tramp.texi (Customizing Completion): Explain new functions
9705 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
9706 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
9707 (Top): Refer to Savannah mailing list as the major one.
9708 Mention older mailing lists in HTML mode only.
2de53ca6
GM
9709 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
9710 (Frequently Asked Questions): Remote hosts must not be Unix-like
9711 for "smb" method.
9712 (Password caching): New node.
9713 (External transfer methods): Refer to password caching for "smb"
9714 method.
9715
97162004-02-17 Karl Berry <karl@gnu.org>
9717
9718 * info.texi (Help-Int): Mention the new line number feature.
9719
97202004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9721
9722 * ses.texi (Advanced Features): New functionality for
9723 ses-set-header-row (defaults to current row unless C-u used).
9724 (Acknowledgements): Add Stefan Monnier.
9725
97262003-12-29 Kevin Ryde <user42@zip.com.au>
9727
9728 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
9729
b344d29d 97302003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9731
9732 Tramp version 2.0.38 released.
9733
9734 * tramp.texi (Remote shell setup): Warn of environment variables
9735 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
9736 <sven.gabriel@imk.fzk.de>.
9737 (Configuration): Tramp now chooses base64/uuencode
9738 automatically. Update wording accordingly.
9739 (Top): More description for the `Default Method' menu entry.
9740 (Default Method): Use @code, not @var, for Lisp variables.
9741 (Default Method): New subsection `Which method is the right one
9742 for me?' Suggested by Christian Kirsch.
9743 (Configuration): Pointer to new subsection added.
9744 (Default Method): Too many "use" in one sentence.
9745 Rephrase. Reported by Christian Kirsch.
9746 (Filename Syntax): Old `su' example is probably a left-over from
9747 the sm/su method naming. Replace with `ssh', instead.
9748 (External transfer methods, Auto-save and Backup):
9749 Typo fixes.
9750
97512003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
9752
183080b6 9753 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
9754 (Top): Mention japanese manual only if flag `jamanual' is set.
9755 Insert section `Japanese manual' in menu.
9756
97572003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9758
9759 * eshell.texi (Known Problems): Add doc item.
9760
97612003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9762
9763 * cc-mode.texi: Update for CC Mode 5.30.
9764
9765 Note: Please refrain from doing purely cosmetic changes like
9766 removing trailing whitespace in this manual; it clobbers cvs
9767 merging for no good reason.
9768
97692003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9770
9771 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9772 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9773 @acronym{ASCII}.
9774
97752003-10-26 Karl Berry <karl@gnu.org>
9776
9777 * info.texi (Info Search): Echo area, not echo are. From Debian
9778 diff.
9779
97802003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9781
10d1d0af 9782 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
9783 :buttons and :children keywords.
9784
97852003-10-22 Miles Bader <miles@gnu.org>
9786
9787 * Makefile.in (info): Move before $(top_srcdir)/info.
9788
97892003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9790
9791 * tramp.texi (Inline methods): Small grammar fix.
9792 (External transfer methods): Likewise.
9793
97942003-10-08 Nick Roberts <nick@nick.uklinux.net>
9795
9796 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9797
97982003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9799
9800 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9801
98022003-09-30 Richard M. Stallman <rms@gnu.org>
9803
9804 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9805
9806 * widget.texi (User Interface): Fix typos.
9807
9808 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9809
98102003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9811
9812 * pcl-cvs.texi (Selected Files): Fix typo.
9813
98142003-09-21 Karl Berry <karl@gnu.org>
9815
9816 * info.texi (] and [ commands): No period at end of section title.
9817
98182003-09-04 Miles Bader <miles@gnu.org>
9819
9820 * Makefile.in (top_srcdir): New variable.
9821 ($(top_srcdir)/info): New rule.
9822 (info): Depend on it.
9823
98242003-09-03 Peter Runestig <peter@runestig.com>
9825
9826 * makefile.w32-in: New file.
9827
98282003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9829
9830 * widget.texi (User Interface): Explain the need of static text
9831 around an editable field.
9832
98332003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9834
9835 * widget.texi (Basic Types): The argument to `:help-echo' can now
9836 be a form that evaluates to a string.
9837
98382003-08-18 Kim F. Storm <storm@cua.dk>
9839
9840 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9841
98422003-08-16 Richard M. Stallman <rms@gnu.org>
9843
9844 * dired-x.texi (Shell Command Guessing): Explain *.
9845
98462003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9847
9848 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9849 log-edit-insert-changelog.
9850
98512003-08-03 Karl Berry <karl@gnu.org>
9852
9853 * info.texi: Need @contents.
9854
c8763fb6 98552003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9856
9857 Tramp version 2.0.36 released.
9858
9859 * tramp.texi (Remote shell setup): Explain about problems with
9860 non-Bourne commands in ~/.profile and ~/.shrc.
9861
98622003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9863
9864 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9865 renaming of `vis-mode' to `visible-mode'.
9866
98672003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9868
9869 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9870 next, prev and up pointers.
9871
98722003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9873
9874 * info.texi (Help): Mention existence of Emacs and stand-alone
9875 Info at the very beginning of the tutorial.
9876 (Help-Inv): New node.
9877 (Help-]): New node.
9878 (Help-M): Systematically point out the differences between default
9879 Emacs and stand-alone versions. Delete second menu.
9880 (Help-Xref): Systematically point out the differences between
9881 default Emacs and stand-alone versions.
9882 (Help-Int): Change `l' example.
9883 (Expert Info): Fix typos.
9884 (Emacs Info Variables): Mention `Info-hide-note-references' and
9885 new default for `Info-scroll-prefer-subnodes'.
9886
c8763fb6 98872003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9888
9889 Version 2.0.35 of Tramp released.
9890
9891 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9892 (Inline methods): Add methods `remsh' and `plink1'.
9893 (External transfer methods): Add method `remcp'.
9894 (Multi-hop Methods): Add method `remsh'.
9895 Small patch from Adrian Aichner <adrian@xemacs.org>:
9896 Fix minor typos.
0c7efc08 9897 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9898 `Info-index'.
9899 (Version Control): Add cindex entry.
9900
c8763fb6 99012003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9902
9903 * trampver.texi: Version 2.0.34 released.
9904
99052003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9906
9907 * faq.texi: Improve previous changes.
9908
99092003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9910
9911 * faq.texi: Update copyright and maintenance details.
9912 Update some package URLs, versions, and maintainers.
9913 Remove many references to the Emacs Lisp Archive.
9914
99152003-04-23 Simon Josefsson <jas@extundo.com>
9916
9917 * smtpmail.texi: Fix license (the invariant sections mentioned has
9918 never been part of the smtp manual). Align info dir entry with
9919 other emacs packages.
9920
99212003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9922
9923 * tramp.texi: Version 2.0.33 released.
9924 Remove installation chapter. Remove XEmacs specifics.
9925
99262003-03-29 Richard M. Stallman <rms@gnu.org>
9927
9928 * tramp.texi (Top): Undo the previous renaming.
9929 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9930
c8763fb6 99312003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9932
9933 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9934 version of manual.
9935
9936 * tramp.texi (Auto-save and Backup): New node.
9937
99382003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9939
9940 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9941 Emacs" in order to have better differentiation to "XEmacs".
9942 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9943 are new macros in order to point to the other Emacs flavor where
9944 appropriate. In info case, point to node `Installation' in order
9945 to explain how to generate the other way. In html case, make a
9946 link to the other html file.
0c7efc08 9947 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9948 after CVS checkout/update.
9949 (Installation): Completely rewritten.
9950 (Installation parameters, Load paths): New sections under
9951 `Installation'.
9952
c8763fb6 99532003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9954
9955 * tramp.texi: Version 2.0.30 released.
9956 Replace word "path" with "localname" where used as a component of
9957 a Tramp file name.
9958
99592003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9960
9961 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9962 introduced.
9963 (Installation): Explain what to do if files from the tramp/contrib
9964 directory are needed.
9965
99662003-02-23 Alex Schroeder <alex@emacswiki.org>
9967
9968 * smtpmail.texi (How Mail Works): New.
9969
99702003-02-22 Alex Schroeder <alex@emacswiki.org>
9971
9972 * smtpmail.texi: New file.
9973
9974 * Makefile.in: Build SMTP manual.
9975
c8763fb6 99762003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9977
9978 * tramp.texi: Version 2.0.29 released.
9979 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9980 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9981
99822003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9983
9984 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9985 another package loads accidentally Ange-FTP.
2de53ca6
GM
9986
99872003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9988
9989 * tramp.texi (Customizing Completion): Add function
9990 `tramp-parse-sconfig'. Change example of
9991 `tramp-set-completion-function', because parsing of ssh config
9992 files looks more natural.
9993
99942003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9995
9996 * gnus.texi: Do not use `path' in several locations.
9997
c8763fb6 99982002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9999
0c7efc08
SM
10000 * tramp.texi (External transfer methods): New method `smb'.
10001 From Michael Albinus.
2de53ca6
GM
10002
100032002-11-05 Karl Berry <karl@gnu.org>
10004
10005 * info.texi (Info-fontify): Reorder face list to avoid bad line
10006 breaks.
10007
c8763fb6 100082002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 10009
0c7efc08
SM
10010 * tramp.texi: Move @copying to standard place.
10011 Use @insertcopying.
2de53ca6
GM
10012
100132002-10-02 Karl Berry <karl@gnu.org>
10014
10015 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
10016 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
10017 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
10018 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
10019 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
10020 Per rms, update all manuals to use @copying instead of @ifinfo.
10021 Also use @ifnottex instead of @ifinfo around the top node, where
10022 needed for the sake of the HTML output.
10023 (The Gnus manual is not fixed since it's not clear to me how it
10024 works; and the Tramp manual already uses @copying, although in an
10025 unusual way. All others were changed.)
10026
100272002-09-10 Jonathan Yavner <jyavner@engineer.com>
10028
10029 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
10030 (../info/ses, ses.dvi): New targets.
10031 * ses.texi: New file.
10032
c8763fb6 100332002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
10034
10035 * texinfo.tex: Update to texinfo 4.2.
10036
100372002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
10038
10039 * reftex.texi: Update to RefTeX 4.19.
10040
c8763fb6 100412002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
10042
10043 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
10044 (../info/tramp, tramp.dvi): New targets.
10045
100462002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
10047
10048 * Makefile.in (DVI_TARGETS): Add calc.dvi.
10049 (calc.dvi): Uncomment.
10050
100512001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
10052
10053 * Makefile.in (INFO_TARGETS): Add ../info/calc.
10054 (../info/calc): New target.
10055
100562001-10-20 Gerd Moellmann <gerd@gnu.org>
10057
10058 * (Version 21.1 released.)
10059
100602001-10-05 Gerd Moellmann <gerd@gnu.org>
10061
10062 * Branch for 21.1.
10063
100642001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10065
10066 * Makefile.in (../info/info): Use an explicit -o switch to
10067 makeinfo.
10068
100692001-03-05 Gerd Moellmann <gerd@gnu.org>
10070
10071 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10072
100732000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
10074
10075 * Makefile.in (../info/idlwave): Use --no-split.
10076
100772000-12-14 Dave Love <fx@gnu.org>
10078
c4cc8b9a 10079 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
10080 (gnus.dvi): Change rule to remove @latex stuff.
10081
100822000-10-19 Eric M. Ludlam <zappo@ultranet.com>
10083
10084 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
10085
100862000-10-13 John Wiegley <johnw@gnu.org>
10087
10088 * Makefile.in: Add build targets for eshell.texi.
10089
100902000-09-25 Gerd Moellmann <gerd@gnu.org>
10091
10092 * Makefile.in: Remove/comment speedbar stuff.
10093
100942000-09-22 Dave Love <fx@gnu.org>
10095
10096 * Makefile.in: Add emacs-mime.
10097
100982000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10099
10100 * Makefile.in (INFO_TARGETS): Add ../info/woman.
10101 (DVI_TARGETS): Add woman.dvi.
10102 (../info/woman, woman.dvi): New targets.
10103
101042000-05-31 Stefan Monnier <monnier@cs.yale.edu>
10105
10106 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
10107
10108 * pcl-cvs.texi: New file.
10109 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
10110 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
10111
101122000-05-11 Gerd Moellmann <gerd@gnu.org>
10113
10114 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
10115 (../info/ebrowse, ebrowse.dvi): New targets.
10116
101172000-01-13 Gerd Moellmann <gerd@gnu.org>
10118
10119 * Makefile.in (INFO_TARGETS): Add eudc.
10120 (DVI_TARGETS): Add eudc.dvi.
10121 (../info/eudc, eudc.dvi): New targets.
10122
101232000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
10124
10125 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
10126 compatibility with 8+3 filesystems).
10127 (../info/efaq): Rename from emacs-faq.
10128
101292000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10130
10131 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
10132 (../info/idlwave, idlwave.dvi): New targets.
10133
101341999-10-23 Dave Love <fx@gnu.org>
10135
10136 * Makefile.in: Use autotype.texi.
10137
101381999-10-12 Stefan Monnier <monnier@cs.yale.edu>
10139
10140 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
10141 faq.texi file) rather than ../info/faq.
10142
101431999-10-07 Gerd Moellmann <gerd@gnu.org>
10144
10145 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
10146 (../info/ada-mode, ada-mode.dvi): New targets.
10147
101481999-09-01 Dave Love <fx@gnu.org>
10149
10150 * Makefile.in: Add faq.
10151
101521999-07-12 Richard Stallman <rms@gnu.org>
10153
10154 * Version 20.4 released.
10155
101561998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10157
10158 * Version 20.3 released.
10159
101601998-04-06 Andreas Schwab <schwab@gnu.org>
10161
768c0c0f
JB
10162 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
10163 Use it in dvi targets.
2de53ca6
GM
10164 (../etc/GNU): Change to $(srcdir) first.
10165
101661998-03-11 Carsten Dominik <cd@delysid.gnu.org>
10167
10168 * reftex.texi: Update for RefTeX version 3.22.
10169
101701998-02-08 Richard Stallman <rms@psilocin.gnu.org>
10171
10172 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
10173 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10174
101751997-09-23 Paul Eggert <eggert@twinsun.com>
10176
10177 * Makefile.in: Merge changes mistakenly made to `Makefile'.
10178 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
10179
101801997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10181
10182 * Version 20.2 released.
10183
101841997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10185
10186 * Version 20.1 released.
10187
101881997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10189
10190 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
10191
101921996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10193
10194 * Version 19.33 released.
10195
101961996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10197
10198 * Version 19.32 released.
10199
102001996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10201
10202 * Makefile.in: Add rules for the Message manual.
10203
102041996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10205
10206 * gnus.texi: New version.
10207
10208 * message.texi: New manual.
10209
102101996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10211
10212 * Makefile.in (All info targets): cd $(srcdir) to do the work.
10213
102141996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10215
10216 * Makefile.in (All info targets): Specify $(srcdir) in input files.
10217 Specify -I option.
10218 (All dvi targets): Set the TEXINPUTS variable.
10219
102201996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10221
10222 * Version 19.31 released.
10223
102241996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10225
10226 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
10227 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
10228
102291995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10230
10231 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
10232 (INFO_TARGETS): Add ../info/cc-mode.
10233 (DVI_TARGETS): Add cc-mode.dvi.
10234
2de53ca6
GM
102351995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10236
10237 * Version 19.30 released.
10238
102391995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10240
10241 * gnus.texi: New file.
10242
102431995-11-04 Erik Naggum <erik@naggum.no>
10244
10245 * gnus.texi: File deleted.
10246
102471995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
10248
10249 * mh-e.texi: "Function Index" -> "Command Index" to work with
10250 Emacs 19.30 C-h C-k support of separately-documented commands.
10251
102521995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10253
10254 * Makefile.in (../info/ediff, ediff.dvi): New targets.
10255 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
10256
102571995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10258
10259 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
10260 (../info/viper, viper.dvi): New targets.
10261
102621995-04-20 Kevin Rodgers <kevinr@ihs.com>
10263
10264 * dired-x.texi (Installation): Change the example to set
10265 buffer-local variables like dired-omit-files-p in
10266 dired-mode-hook.
10267
102681995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10269
10270 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
10271 (../info/mh-e, mh-e.dvi): New targets.
10272
102731995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10274
10275 * Makefile.in (maintainer-clean): Rename from realclean.
10276
102771994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10278
10279 * Makefile.in: New file.
10280 * Makefile: File deleted.
10281
102821994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10283
10284 * Makefile (TEXINDEX_OBJS): Variable deleted.
10285 (texindex, texindex.o, getopt.o): Rules deleted.
10286 All deps on texindex deleted.
10287 (distclean): Don't delete texindex.
10288 (mostlyclean): Don't delete *.o.
10289 * texindex.c, getopt.c: Files deleted.
10290
102911994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10292
10293 * Version 19.26 released.
10294
102951994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10296
10297 * Version 19.25 released.
10298
102991994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10300
10301 * Version 19.24 released.
10302
103031994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10304
10305 * Version 19.23 released.
10306
103071994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10308
10309 * Makefile: Delete spurious tab.
10310
103111994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10312
10313 * Makefile (.SUFFIXES): New rule.
10314
103151994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10316
10317 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
10318 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10319
103201994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10321
10322 * Makefile (../info/sc): Rename from sc.info.
10323 (../info/cl): Likewise.
10324 (INFO_TARGETS): Use new names.
10325
103261993-12-04 Richard Stallman (rms@srarc2)
10327
10328 * getopt.c: New file.
10329 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10330 (getopt.o): New rule.
10331 (dvi): Don't depend on texindex.
10332 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
10333 Depend on texindex.
10334
103351993-12-03 Richard Stallman (rms@srarc2)
10336
10337 * Makefile (../info/sc.info): Rename from ../info/sc.
10338 (TEXI2DVI): New variable.
10339 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
10340 Add explicit commands.
10341 (TEXINDEX_OBJS): Delete duplicate getopt.o.
10342
103431993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10344
10345 * Version 19.22 released.
10346
103471993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10348
10349 * Makefile (TEXINDEX_OBJS): Delete spurious period.
10350
103511993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10352
10353 * Version 19.21 released.
10354
103551993-11-15 Paul Eggert (eggert@twinsun.com)
10356
10357 * man/Makefile (../info/cl.info): Rename from ../info/cl.
10358
103591993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10360
10361 * Makefile (../etc/GNU): New target.
10362 (EMACSSOURCES): Add gnu1.texi.
10363
103641993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10365
10366 * Makefile (realclean): Don't delete the Info files.
10367
f0131492 103681993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
10369
10370 * forms.texi: Fix forms.texi so that it will format correctly.
10371 Add missing `@end iftex', fix bad reference.
10372
10373 * info.texi, info-stn.texi: New files implement texinfo version of
10374 `info' file.
10375
f0131492 103761993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
10377
10378 * Makefile: Fix targets for texindex, new info.texi files.
10379 * info-stnd.texi: New file implements info for standalone info
10380 reader.
10381 * info.texi: Update to include recent changes to "../info/info".
10382 New source file for ../info/info; includes info-stnd.texi.
10383
10384 * texindex.c: Include "../src/config.h" if building in emacs.
10385
10386 * Makefile: Change all files to FILENAME.texi, force all targets
10387 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
10388 vip.texinfo, forms.texinfo, cl.texinfo.
10389 Add target to build texindex.c, defining `emacs'.
10390
10391 * forms.texi: Install new file to match version 2.3 of forms.el.
10392
103931993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10394
10395 * Version 19.19 released.
10396
103971993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
10398
10399 * sc.texinfo: Fix info file name.
10400
10401 * Makefile (info): Add gnus and sc.
10402 (dvi): Add gnus.dvi and sc.dvi.
10403 (../info/sc, sc.dvi): New targets.
10404
104051993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10406
10407 * Version 19.18 released.
10408
104091993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10410
10411 * Makefile: Fix source file names of the separate manuals.
10412 (gnus.dvi, ../info/gnus): New targets.
10413
104141993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10415
10416 * Version 19.17 released.
10417
104181993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10419
10420 * split-man: Fix typos in last change.
10421
104221993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10423
10424 * Version 19.16 released.
10425
104261993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10427
10428 * version 19.15 released.
10429
104301993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10431
10432 * Makefile (distclean): It's rm, not rf.
10433
104341993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10435
10436 * Version 19.14 released.
10437
104381993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10439
10440 * Makefile: New file.
10441
104421993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10443
10444 * Version 19.13 released.
10445
104461993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10447
10448 * Version 19.9 released.
10449
104501993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10451
10452 * Version 19.8 released.
10453
104541993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10455
10456 * Version 19.7 released.
10457
104581990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
10459
10460 * gnus.texinfo: New file. Removed installation instructions.
10461
104621990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10463
10464 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
10465
104661989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10467
10468 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
10469 then define `\sc' as the command for smallcaps in Texinfo.
10470 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
10471 made the corresponding change to makeinfo and texinfm.el.
10472
104731988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10474
10475 * vip.texinfo: Remove menu entry Adding Lisp Code in node
10476 Customization since the menu entry did not point to anything.
10477 Also add an @finalout command to remove overfull hboxes from the
10478 printed output.
10479
10480 * cl.texinfo: Add @bye, \input line and @settitle to file.
10481 This file is clearly intended to be a chapter of some other work,
10482 but the other work does not yet exist.
10483
104841988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10485
10486 * texinfo.texinfo: Three typos corrected.
10487
4009494e 10488;; Local Variables:
c8763fb6 10489;; coding: utf-8
4009494e
GM
10490;; End:
10491
ab422c4d 10492 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
4009494e
GM
10493
10494 This file is part of GNU Emacs.
10495
97c0352c 10496 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 10497 it under the terms of the GNU General Public License as published by
97c0352c
GM
10498 the Free Software Foundation, either version 3 of the License, or
10499 (at your option) any later version.
4009494e
GM
10500
10501 GNU Emacs is distributed in the hope that it will be useful,
10502 but WITHOUT ANY WARRANTY; without even the implied warranty of
10503 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10504 GNU General Public License for more details.
10505
10506 You should have received a copy of the GNU General Public License
97c0352c 10507 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.