gnus-art.el: Don't assume Date header begins with "Date"
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
962e44a5
XF
12013-05-28 Xue Fuqiao <xfq.free@gmail.com>
2
3 * erc.texi (Special Features): ERC is being maintained within
4 Emacs now.
5
5d028165
XF
62013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7
8 * flymake.texi: Changing from one space between sentences to two.
9
0a6313f7
SM
102013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * cl.texi (Obsolete Macros): Describe replacements for `flet'
13 (bug#14293).
14
a7bef505
MA
152013-04-16 Michael Albinus <michael.albinus@gmx.de>
16
17 * tramp.texi (Frequently Asked Questions): Precise, how to define
18 an own ControlPath.
19
7a55aa13
MA
202013-04-15 Michael Albinus <michael.albinus@gmx.de>
21
22 * tramp.texi (Frequently Asked Questions): New item for
23 ControlPath settings.
24
c81ecb72
JB
252013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
26
27 * calc.texi: (Basic Operations on Units): Streamline some
28 descriptions.
29
73572c72
AG
302013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
31
78b8f320 32 * eshell.texi (Built-ins): Update manual to mention tramp module.
73572c72 33
24afc2e2
MA
342013-03-18 Michael Albinus <michael.albinus@gmx.de>
35
36 * tramp.texi (Filename Syntax): Host names are not allowed to be
37 any method name, unless method name is specified explicitly.
38 Remove restriction on unibyte filenames.
39
40 * trampver.texi: Update release number.
41
5294599f
PE
422013-03-17 Paul Eggert <eggert@cs.ucla.edu>
43
44 doc: convert some TeX accents to UTF-8
45 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
46 '@"{@dotless{i}}'.
47
d7251c31
MA
482013-03-15 Michael Albinus <michael.albinus@gmx.de>
49
50 Sync with Tramp 2.2.7.
51
52 * trampver.texi: Update release number.
53
f6817529
JB
542013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
55
56 * calc.texi (Basic Operations on Units): Streamline some
57 descriptions.
58
c3e2de4c
GM
592013-03-08 Glenn Morris <rgm@gnu.org>
60
61 * faq.texi (Top): Don't say this was updated @today.
62 That's irrelevant and leads to spurious diffs.
63
6d7ebb72
JB
642013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
65
66 * calc.texi (Basic Operations on Units): Fix
67 cross-reference.
68
3cd23a35
KY
692013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
70
71 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
72
33d1e2f5
AM
732013-03-06 Alan Mackenzie <acm@muc.de>
74
75 * cc-mode.texi (Custom Line-Up): Clarify position of point on
76 calling a line-up function.
77
681ebc33
PE
782013-03-04 Paul Eggert <eggert@cs.ucla.edu>
79
80 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
81 * ses.texi: Switch from Latin-1 to UTF-8.
82
eeb84739
MA
832013-03-03 Michael Albinus <michael.albinus@gmx.de>
84
85 * tramp.texi (External methods): Tramp does not connect Android
86 devices by itself.
87
fc0c5af8
BW
882013-03-02 Bill Wohler <wohler@newt.com>
89
90 Release MH-E manual version 8.5.
91
92 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
93 release 8.5.
94
95 * mh-e.texi (Preface, Conventions, Getting Started)
96 (Using This Manual, Folder Selection, Viewing, Aliases)
97 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
98 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
99 Update URLs.
100
adb7352b
MA
1012013-03-01 Michael Albinus <michael.albinus@gmx.de>
102
103 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
104 and "plink2" entries. "plink2" is obsolete for a long time.
c9400cdf
MA
105 (External methods): Remove "scp1" and "scp2" entries. Explain
106 user name and host name specification for "adb".
adb7352b 107
538d9b94
MA
1082013-02-28 Michael Albinus <michael.albinus@gmx.de>
109
110 * tramp.texi (External methods): Mention `tramp-adb-program'.
111
8a28a5b8
BG
1122013-02-28 Bastien Guerry <bzg@gnu.org>
113
114 * org.texi (Visibility cycling): Suggest to set
115 `org-agenda-inhibit-startup' to nil if user wants the startup
116 visibility settings to be honored in any circumstances.
117 (Progress logging, Checkboxes): Fix typos.
118
929aeac6 1192013-02-28 Michael Albinus <michael.albinus@gmx.de>
db19bba3
MA
120
121 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
122 the macros, for Texinfo 4.13 and 5.0.
123
c0c2eb82
MA
1242013-02-24 Michael Albinus <michael.albinus@gmx.de>
125
1abfd3e8 126 Port Tramp documentation to Texinfo 5.0.
c0c2eb82
MA
127 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
128 (Filename Syntax): Do not use @trampfn{} in @item.
129 (Filename completion): Use @columnfractions in @multitable.
130
6800ff8d
GM
1312013-02-22 Glenn Morris <rgm@gnu.org>
132
133 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
134
b59a2e9e
PE
1352013-02-21 Paul Eggert <eggert@cs.ucla.edu>
136
137 * Makefile.in (html): New rule.
138
5079cfef
MA
1392013-02-20 Michael Albinus <michael.albinus@gmx.de>
140
141 * tramp.texi (Android shell setup): Improve. Reported by Thierry
142 Volpiatto <thierry.volpiatto@gmail.com>.
143
2150b471
MA
1442013-02-16 Michael Albinus <michael.albinus@gmx.de>
145
146 * tramp.texi (Top, Configuration): Insert section `Android shell
147 setup' in menu.
148 (Android shell setup): New section.
149 (Connection types, Default Method)
150 (Frequently Asked Questions): Mention "scp" instead of "scpc".
151 (External methods): Remove "scpc" and "rsyncc" entries.
152 (Frequently Asked Questions): Remove entry about ControlPersist.
153
4e16ddf4
GM
1542013-02-13 Glenn Morris <rgm@gnu.org>
155
156 * message.texi (News Headers): Don't mention yow any more.
157
5d9c6f17
JB
1582013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
159
160 * calc.texi (Basic Operations on Units):
161 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
162
dacbc44c
AG
1632013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
164
165 * eshell.texi: Fill most of the missing sections.
166
d3517077
BG
1672013-02-07 Bastien Guerry <bzg@gnu.org>
168
169 * org.texi (References): Clarify an example.
170 (Installation): Fix instructions.
171 (Org-Plot): Fix link.
172 (Checkboxes, Radio lists): Fix typos.
173
8c4b24b2 1742013-02-07 Glenn Morris <rgm@gnu.org>
1e934b84
GM
175
176 * cl.texi (Equality Predicates): Mention memql.
177
8c4b24b2 1782013-02-07 Eric Ludlam <zappo@gnu.org>
cf4dd911
EL
179
180 * doc/misc/ede.texi (Creating a project): Make ede-new doc less
181 specific, and only about items it supports, indicating that there
182 might be more. Remove refs to simple project and direct automake
183 from ede new.
184 (Simple projects): Re-write to not talk about ede-simple-project
185 which is deprecated, and instead use the term to mean projects
186 that don't do much management, just project wrapping. Add
187 ede-generic-project link.
188 (ede-generic-project): New node (bug#11441).
189
8c4b24b2 1902013-02-07 Glenn Morris <rgm@gnu.org>
72ff76bb
GM
191
192 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
193
86e100a6
GM
1942013-02-01 Glenn Morris <rgm@gnu.org>
195
196 * calc.texi (Help Commands): Update calc-view-news description.
0eb61895 197 Mention etc/CALC-NEWS.
86e100a6 198
7ff2b2a6
MA
1992013-01-24 Michael Albinus <michael.albinus@gmx.de>
200
201 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
202
a89c8ef0
BG
2032013-01-13 Bastien Guerry <bzg@gnu.org>
204
205 * org.texi (Installation): Simplify.
206
2072013-01-13 François Allisson <francois@allisson.co> (tiny change)
208
209 * org.texi (Handling links): Update the mention to the obsolete
210 variable `org-link-to-org-use-id' with a mention to the newer
211 variable `org-id-link-to-org-use-id'. Mention the need to load
212 the org-id library.
213
997d5f2d
MA
2142013-01-10 Michael Albinus <michael.albinus@gmx.de>
215
216 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
217
fb9f7146 2182013-01-09 Bastien Guerry <bzg@gnu.org>
c7cf0ebc
BG
219
220 * org.texi (Pushing to MobileOrg): Add footnote about using
221 symbolic links in `org-directory'.
222 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
223 of the now obsolete alias `org-float'.
224 (TODO basics): Add `org-use-fast-todo-selection' to the variable
225 index. Fix description of TODO keywords cycling.
226 (Advanced features): Add missing argument for @item.
227 (Storing searches): Add index entries and a note about
228 *-tree agenda views.
6d3e4c80
BG
229 (Structure editing): Document `org-mark-element' and
230 `org-mark-subtree'.
231 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
c7cf0ebc 232
c6a22ce2
JL
2332013-01-08 Juri Linkov <juri@jurta.org>
234
235 * info.texi (Go to node): Mention the abbreviated format
236 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
237
7b08ccf7
AS
2382013-01-06 Andreas Schwab <schwab@linux-m68k.org>
239
605f02ee
AS
240 * autotype.texi: Remove undefined command @subtitlefont.
241 * cc-mode.texi: Likewise.
242
7b08ccf7
AS
243 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
244 @item argument.
245 (Property searches): Use \\ instead of @backslashchar{}.
246 * pgg.texi (VERSION): Move @set below @setfilename.
247
db671917
AS
2482013-01-05 Andreas Schwab <schwab@linux-m68k.org>
249
250 * ada-mode.texi: Remove braces from @title argument.
251 * eudc.texi: Likewise.
252 * smtpmail.texi: Likewise.
253 * auth.texi (VERSION): Set before first use.
254 * emacs-gnutls.texi (VERSION): Likewise.
255 * pgg.texi (VERSION): Likewise.
256 * ede.texi (Top): Rename from top, all uses changed.
257 * eshell.texi: Add missing argument to @sp.
258 * forms.texi (Top): Reorder menu to match structure.
259 * htmlfontify.texi (Customisation): Add missing @item in
260 @enumerate.
261 * org.texi (Advanced features): Add missing argument for @item.
262 (Property searches): Use @backslashchar{} in macro argument.
263 * pcl-cvs.texi: Add missing argument to @sp.
264 (Movement commands): Fix use of @itemx.
265 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
266 * reftex.texi (Options (Creating Citations)): Add missing newline
267 before @end.
268 * tramp.texi (Obtaining Tramp): Remove extra dots.
269 (Configuration): Reorder menu to match structure.
651a2c77 270 (Remote shell setup): Replace literal NUL character by \0.
db671917
AS
271 * viper.texi (Marking): Add missing argument for @item.
272
b55349fb
GM
2732013-01-04 Glenn Morris <rgm@gnu.org>
274
92d59611
GM
275 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
276 Add htmlfontify.
277 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
278 (htmlfontify.dvi, htmlfontify.pdf): New targets.
279 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
280 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
281
b55349fb
GM
282 * htmlfontify.texi: Miscellaneous fixes and updates.
283 Set copyright to FSF, update license to GFDL 1.3+.
284
7fca93e2
VD
2852013-01-04 Vivek Dasmohapatra <vivek@etla.org>
286
287 * htmlfontify.texi: New file.
288
87e65f96
JB
2892013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
290
291 * calc.texi (Free-Form Dates): Expand on the date reading
292 algorithm.
293
82e2a1f0 2942012-12-27 Glenn Morris <rgm@gnu.org>
ddc41264 295
173076b4
GM
296 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
297 Avoid some overfull lines.
298
d227e322
GM
299 * widget.texi (Programming Example): Break some long lines.
300
2ecfdaa6
GM
301 * wisent.texi (Wisent Overview): Fix xref.
302 (Grammar format, Understanding the automaton): Avoid overfill.
303
fd762011
GM
304 * bovine.texi (Optional Lambda Expression): Allow line break.
305
9fbc8f46
GM
306 * auth.texi (Help for users): Break long lines.
307
ceccabdb
GM
308 * ada-mode.texi (Project file variables):
309 Reword to reduce underfull hbox.
310 (No project files, Use GNAT project file):
311 Use smallexample to make some overfull lines less terrible.
312
88edc57f
GM
313 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
314 Fix cross-references to separate manuals.
315
ddc41264
GM
316 * Makefile.in (gfdl): New variable. Use throughout where
317 appropriate so that targets depend on doclicense.texi.
318
45dd6480
LI
3192012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
320
321 * gnus.texi (Customizing the IMAP Connection): Mention the other
322 authenticators.
323
61bbede6
LI
3242012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
325
326 * gnus.texi (Browse Foreign Server): Document
327 `gnus-browse-delete-group'.
328
ddc41264
GM
3292012-12-22 Glenn Morris <rgm@gnu.org>
330
563a450c 331 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
6d1962b3
GM
332 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
333 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
334 * widget.texi, wisent.texi: Nuke hand-written node pointers.
563a450c 335
ddc41264
GM
336 * Makefile.in (gfdl): New variable. Use throughout where
337 appropriate so that targets depend on doclicense.texi.
338
c995b26e
EZ
3392012-12-22 Eli Zaretskii <eliz@gnu.org>
340
341 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
342 doclicense.texi. Remove doclicense.texi from all targets that
343 mentioned it explicitly.
344 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
345 $(emacsdir)/emacsver.texi.
a170fe53 346 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
c995b26e 347
08953d7f
GM
3482012-12-21 Glenn Morris <rgm@gnu.org>
349
c545e313
GM
350 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
351 Include emacsver.texi. Nuke hand-written node pointers.
352 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
353 Depend on emacsver.texi.
354
0b1af106
GM
355 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
356 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
357 May as well just include doclicense.texi in everything.
358
359 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
360 which @copying says is included.
361
6bf430d1
GM
362 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
363 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
364 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
365 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
366 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
367 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
368 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
369 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
370 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
371 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
372 * widget.texi, wisent.texi, woman.texi: Do not mention buying
373 copies from the FSF, which does not publish these manuals.
374
08953d7f
GM
375 * erc.texi: No need to include gpl in this small manual.
376
257b2c7d
GM
377 * org.texi (copying): Include a copy of the GFDL.
378 (GNU Free Documentation License): New section.
379
a4b0cca1 3802012-12-21 Bastien Guerry <bzg@gnu.org>
1e20eeb7
BG
381
382 * org.texi: Fix typos.
383
d2435ab9
PE
3842012-12-16 Paul Eggert <eggert@cs.ucla.edu>
385
386 * calc.texi (ISO 8601): Rename from ISO-8601,
387 as it's typically spelled without a hyphen.
388
b9d8175e
JB
3892012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
390
391 * calc.texi (ISO-8601): New section.
392 (Date Formatting Codes): Mention new codes.
393 (Standard Date Formats): Mention new formats.
394
f0bc0bf1
MA
3952012-12-14 Michael Albinus <michael.albinus@gmx.de>
396
397 * tramp.texi (External methods): Move `adb' method here.
398
98c94021
GM
3992012-12-13 Glenn Morris <rgm@gnu.org>
400
ba30c70f
GM
401 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
402
bfe6ffb6
GM
403 * wisent.texi: Small edits. Set copyright to FSF, update license to
404 GFDL 1.3+.
405 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
406 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
407 New targets.
408 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
409 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
410
98c94021
GM
411 * bovine.texi: Small edits. Set copyright to FSF, update license to
412 GFDL 1.3+, remove empty index.
413 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
414 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
415 New targets.
416 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
417 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
418
cfa49c1e
EL
4192012-12-13 Eric Ludlam <zappo@gnu.org>
420 David Ponce <david@dponce.com>
421 Richard Kim <emacs18@gmail.com>
422
9e7abd17 423 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
cfa49c1e 424
727f9739 4252012-12-13 Glenn Morris <rgm@gnu.org>
4c2dd4ee 426
9b97b143
GM
427 * flymake.texi (Customizable variables, Locating the buildfile):
428 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
429
4c2dd4ee
GM
430 * srecode.texi: Small edits. Set copyright to FSF, add explicit
431 GFDL 1.3+ license, fix up index.
432 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
433 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
434 (srecode.pdf): New targets.
435 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
436 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
437
727f9739 4382012-12-13 Eric Ludlam <zappo@gnu.org>
ac1d9dde
EL
439
440 * srecode.texi: New file, imported from CEDET trunk.
441
727f9739 4422012-12-13 Bastien Guerry <bzg@gnu.org>
63aa0982
BG
443
444 * org.texi (Summary, Code block specific header arguments)
445 (Code block specific header arguments)
446 (Header arguments in function calls, var, noweb)
727f9739
GM
447 (Results of evaluation, Code evaluation security):
448 Small reformatting: add a blank line before some example.
63aa0982
BG
449
450 * org.texi (System-wide header arguments)
451 (Header arguments in Org mode properties, Conflicts)
727f9739
GM
452 (Dynamic blocks, Using the mapping API):
453 Fix indentation of Elisp code examples.
63aa0982
BG
454
455 * org.texi (Comment lines): Fix description of the comment syntax.
456
727f9739
GM
457 * org.texi (Installation): Mention "make test" in the correct section.
458
4288142b
PE
4592012-12-06 Paul Eggert <eggert@cs.ucla.edu>
460
461 * doclicense.texi, gpl.texi: Update to latest version from FSF.
462 These are just minor editorial changes.
463
61b835df
MA
4642012-12-04 Michael Albinus <michael.albinus@gmx.de>
465
466 * tramp.texi (History): Mention ADB.
467 (Inline methods): Add `adb' method.
468
c5bc2d1d 4692012-12-03 Michael Albinus <michael.albinus@gmx.de>
328dac0d
MA
470
471 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
472 (External methods): Fix typo.
473
c5bc2d1d 4742012-12-03 Glenn Morris <rgm@gnu.org>
f4f3b439
GM
475
476 * rcirc.texi (Notices): Fix typo.
477
d0457b57
BW
4782012-11-25 Bill Wohler <wohler@newt.com>
479
480 Release MH-E manual version 8.4.
481
482 * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
483 Update for release 8.4.
484
551aaa66
BW
485 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
486 (Junk): Add mh-whitelist-preserves-sequences-flag,
487 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
488 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
489
61d841dd
PE
4902012-11-25 Paul Eggert <eggert@cs.ucla.edu>
491
492 * mh-e.texi (Procmail): Fix two @ typos.
493
c07a6ded
PE
4942012-11-24 Paul Eggert <eggert@cs.ucla.edu>
495
496 * doclicense.texi, gpl.texi: Update to latest version from FSF.
497 These are just minor editorial changes.
498
678a34f4
JB
4992012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
500
501 * calc.texi (Date Formatting Codes): Mention the new beginning of
502 the date numbering system.
503
0e70ce93
PE
5042012-11-22 Paul Eggert <eggert@cs.ucla.edu>
505
506 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
507 (Date Forms): Correct off-by-one error in explanation of
508 Julian day numbers. Give Gregorian equivalent of its origin.
509
723da6aa
JB
5102012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
511
512 * doc/misc/calc.texi (Date Forms): Mention the customizable
513 Gregorian-Julian switch.
514 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
515
310e60d9
PE
5162012-11-17 Paul Eggert <eggert@cs.ucla.edu>
517
6f6b82d6
PE
518 Calc now uses the Gregorian calendar for all dates (Bug#12633).
519 It also uses January 1, 1 AD as its day number 1.
310e60d9
PE
520 * calc.texi (Date Forms): Document this.
521
e8693c96
GM
5222012-11-16 Glenn Morris <rgm@gnu.org>
523
524 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
525 (Obsolete Macros): Move example here from Function Bindings.
526
5c934f8b
GM
527 * erc.texi: Use @code{nil} rather than just "nil".
528 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 529 Add "notifications".
f925b109 530 (Connecting): Add brief section on passwords.
274f5de6 531 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 532
f78ee6af 5332012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
534
535 * flymake.texi (Customizable variables)
536 (Highlighting erroneous lines): Mention flymake-error-bitmap,
537 flymake-warning-bitmap, and flymake-fringe-indicator-position.
538
1796ef98
VB
5392012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
540
541 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
542 In all file place SES into @acronym{...}.
543 (Advanced Features): Add key index and function index for
544 ses-set-header-row. Add description for function
545 ses-rename-cell. Add description for function
546 ses-repair-cell-reference-all.
547 (Ranges in formulas): Add description for ses-range flags.
548
31f47fba
PE
5492012-11-12 Paul Eggert <eggert@cs.ucla.edu>
550
551 * texinfo.tex: Merge from gnulib.
552
6baf66d5 5532012-11-10 Chong Yidong <cyd@gnu.org>
5b637222
CY
554
555 * url.texi (Introduction): Move url-configuration-directory to
556 Customization node.
557 (Parsed URIs): Split into its own node.
558 (URI Encoding): New node.
559 (Defining New URLs): Remove empty chapter.
560 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
561 Improve docs for url-queue-*.
562 (Supported URL Types): Copyedits. Delete empty subnodes.
563
82f84fa3
CY
564 * url.texi (Introduction): Rename from Getting Started. Rewrite
565 the introduction.
566 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
567
6baf66d5 5682012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
569
570 * cl.texi (Obsolete Setf Customization):
571 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
572 Give define-modify-macro, defsetf, and define-setf-method
573 gv.el replacements.
2ee1d59f 574
2027b1b3 575 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 576 (Setf Extensions): Remove obsolete reference.
2027b1b3 577 (Obsolete Setf Customization):
651af8c6 578 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 579 Undocument get-setf-method, since it no longer exists.
a358a44e 580 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 581
c65b407b
GM
5822012-11-03 Glenn Morris <rgm@gnu.org>
583
584 * cl.texi: Further general copyedits.
685b0026
GM
585 (List Functions): Remove copy-tree, standard elisp for some time.
586 (Efficiency Concerns): Comment out examples that no longer apply.
587 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
588 (Creating Symbols, Random Numbers): De-emphasize internal
589 variables cl--gensym-counter and cl--random-state. (Bug#12788)
f58542e1
GM
590 (Naming Conventions, Type Predicates, Macros)
591 (Predicates on Numbers): No longer mention cl-floatp-safe.
c65b407b 592
a71e2379
G
5932012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
594
595 * gnus.texi (Mail Source Specifiers):
596 Document :leave keyword used for pop mail source.
597
df43dd53
GM
5982012-11-01 Glenn Morris <rgm@gnu.org>
599
600 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
601 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
602 (Macro Bindings, Blocks and Exits):
603 Acknowledge existence of lexical-binding.
604 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 605
69c1c2e6
GM
6062012-10-31 Glenn Morris <rgm@gnu.org>
607
dd90fd1a
GM
608 * ert.texi (Introduction, The @code{should} Macro):
609 Refer to "cl-assert" rather than "assert".
610
69c1c2e6
GM
611 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
612 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
613 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
614 Reword, and add details of flet and labels.
87b0d8b1 615 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 616
4ddedf94
GM
6172012-10-30 Glenn Morris <rgm@gnu.org>
618
619 * cl.texi (Modify Macros): Update for cl-letf changes.
620 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
621 (Setf Extensions): Partially restore note about cl-getf,
622 mainly moved to lispref/variables.texi.
623 (Property Lists): Fix cl-getf typos.
f43a5263 624 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 625
d3094168
GM
6262012-10-29 Glenn Morris <rgm@gnu.org>
627
628 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 629 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 630 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
631 (Modify Macros, Multiple Values, Other Clauses):
632 Remove mentions of obsolete features.
6a07d52e 633 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 634
3c0c6155
GM
6352012-10-28 Glenn Morris <rgm@gnu.org>
636
f94b04fc
GM
637 * cl.texi (Multiple Values, Common Lisp Compatibility):
638 More namespace updates.
639 (Obsolete Features): Copyedits.
640 (Obsolete Lexical Macros, Obsolete Setf Customization):
641 New subsections.
642
9c52d61d
GM
643 * cl.texi (Porting Common Lisp, Lexical Bindings):
644 Add some xrefs to the Elisp manual.
645
3c0c6155
GM
646 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
647 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
648 (Obsolete Features): New appendix. Move Lexical Bindings here.
649
5887564d
GM
6502012-10-27 Glenn Morris <rgm@gnu.org>
651
e1117425
GM
652 * cl.texi: Use defmac for macros rather than defspec.
653 (Efficiency Concerns): Related copyedit.
654
5887564d
GM
655 * cl.texi (Control Structure): Update for setf now being in core.
656 (Setf Extensions): Rename from Basic Setf. Move much of the
657 former content to lispref/variables.texi.
658 (Modify Macros): Move pop, push details to lispref/variables.texi.
659 (Customizing Setf): Copyedits for setf etc being in core.
660 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
661 Further namespaces updates.
662
bdebdb64
BG
6632012-10-26 Bastien Guerry <bzg@gnu.org>
664
665 * org.texi (Installation): Update the link to Org's ELPA. Also
666 don't mention org-install.el anymore as the replacement file
667 org-loaddefs.el is now loaded by org.el.
668
f956e59d
MA
6692012-10-25 Michael Albinus <michael.albinus@gmx.de>
670
671 * tramp.texi (Frequently Asked Questions): Mention
672 `tramp-completion-reread-directory-timeout' for performance
673 improvement.
674
a05cb6e3
GM
6752012-10-25 Glenn Morris <rgm@gnu.org>
676
677 * cl.texi: Don't mess with the TeX section number counter.
678 Use Texinfo recommended convention for quotes+punctuation.
679 (Overview, Sequence Functions): Rephrase for better line-breaking.
680 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
681 (Macro Bindings, Conditionals, Iteration, Loop Basics)
682 (Random Numbers, Mapping over Sequences, Structures)
683 (Porting Common Lisp): Further updates for cl-lib namespace.
684 (Modify Macros, Declarations, Macro Bindings, Structures):
685 Break long lines in examples.
686 (Dynamic Bindings): Update for changed progv behavior.
687 (Loop Examples, Efficiency Concerns): Markup fixes.
688 (Structures): Remove TeX margin change.
39ff2cf3 689 (Declarations): Fix typos.
a05cb6e3 690
39a58b5b
GM
6912012-10-24 Glenn Morris <rgm@gnu.org>
692
a6880551
GM
693 * cl.texi (Overview, Multiple Values, Creating Symbols)
694 (Numerical Functions): Say less/nothing about the original cl.el.
695 (Old CL Compatibility): Remove.
696 (Assertions): Remove ignore-errors (standard Elisp for some time).
697
39a58b5b
GM
698 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
699 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
700 (Efficiency Concerns, Efficiency Concerns)
701 (Common Lisp Compatibility, Old CL Compatibility):
702 Further updates for cl-lib namespace.
703
72ec96fb
PE
7042012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
705
706 Update manual for new time stamp format (Bug#12706).
707 * emacs-mime.texi (time-date): Update for new format.
708 Also, fix bogus time stamp and modernize a bit.
709
8d6510b9
GM
7102012-10-23 Glenn Morris <rgm@gnu.org>
711
712 * cl.texi: Include emacsver.texi. Use Emacs version number rather
713 than unchanging cl.el version number.
714 End all menu descriptions with a period.
715 Do not use @dfn{CL} for every instance of "CL".
716 (Overview): Remove no-runtime caveat, and note about foo* names.
717 (Usage): Use cl-lib rather than cl.
718 (Organization, Naming Conventions): Update for cl-lib.el.
719 (Installation): Remove long-irrelevant node.
720 (Program Structure, Predicates, Control Structure):
721 Start updating for cl-lib namespace.
8d6510b9
GM
722 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
723 Depend on emacsver.texi.
724
0a078f36
MA
7252012-10-09 Michael Albinus <michael.albinus@gmx.de>
726
727 * trampver.texi: Update release number.
728
a03bb33f
GM
7292012-10-06 Glenn Morris <rgm@gnu.org>
730
24636b26
GM
731 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
732 ERC version.
733 (Introduction): ERC is distributed with Emacs.
734 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
735 (Getting Started): Simplify.
736 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
737 (History): Mention ERC maintained as part of Emacs now.
738 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
739 Add dependency on emacsver.texi.
740
a03bb33f
GM
741 * erc.texi: Remove hand-written node pointers.
742
d259be38
GM
7432012-10-05 Glenn Morris <rgm@gnu.org>
744
745 * newsticker.texi (Overview, Requirements, Usage, Configuration):
746 Copyedits.
747
62a81506
CY
7482012-10-01 Eric Ludlam <zappo@gnu.org>
749
750 * ede.texi (Quick Start, Project Local Variables)
751 (Miscellaneous commands, ede-java-root, Development Overview)
752 (Detecting a Project): New nodes.
753 (Simple projects): Node deleted.
754
755 * eieio.texi (Building Classes): Some slot attributes cannot be
756 overridden.
757 (Slot Options): Remove an example.
758 (Method Invocation, Documentation): New nodes.
759
07f133bf
GM
7602012-10-01 Glenn Morris <rgm@gnu.org>
761
762 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
763 (reftex.pdf): Add dependency on emacsver.texi.
764 * reftex.texi: Don't include directory part for emacsver.texi;
765 the Makefile's -I handles it.
766
4f595e15
RA
7672012-09-30 Ralf Angeli <angeli@caeruleus.net>
768
769 Merge from standalone RefTeX repository.
770
771 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
772 with macros.
773 (Imprint): Mention Wolfgang in list of contributors.
774 (Creating Citations): Give a hint about how to
775 auto-revert the BibTeX database file when using external editors.
776 (Referencing Labels): Simplify section about reference macro
777 cycling.
778 (Options (Referencing Labels)): Adapt to new structure of
779 `reftex-ref-style-alist'.
780 (Referencing Labels, Reference Styles): Document changes in the
781 referencing functionality.
782 (Commands): Mention options for definition of header and footer in
783 BibTeX files.
784 (Options (Creating Citations)): Document
785 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
786 (Reference Styles): New section.
787 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
788 (Options (Referencing Labels)): Remove descriptions of deprecated
789 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
790 Add descriptions for `reftex-ref-style-alist' and
791 `reftex-ref-style-default-list'.
792 (Referencing Labels): Update regarding reference styles.
793 (Citation Styles): Mention support for ConTeXt.
794 (Options (Defining Label Environments)): Fix typo.
795 (Options (Creating Citations)): Document
796 `reftex-cite-key-separator'.
797
8223b1d2
BG
7982012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
799
800 * org.texi: Add description of ORG_ADD_CONTRIB to info
801 documentation. Add link to Worg for more details.
802
803 * org.texi: Clarify installation procedure. Provide link to the
804 build system description on Worg.
805
806 * org.texi: Remove reference to utils/, x11idle.c is now in
807 contrib/scripts.
808
809 * org.texi: Re-normalize to "Org mode" in manual.
810
811 * org.texi (Installation): Adapt documentation to new build
812 system. Mention GNU ELPA (since it needs to be handled like Emacs
813 built-in Org).
814
8223b1d2
BG
8152012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
816
817 * org.texi: Fix typo in description of the 'Hooks' section.
818
819 * org.texi: Add ID to the list of special properties.
820
8212012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
822
823 * org.texi (Moving subtrees): Document the ability to archive to a
824 datetree.
825
1e20eeb7 8262012-09-30 Bastien Guerry <bzg@gnu.org>
8223b1d2
BG
827
828 * org.texi (Installation, Feedback, Batch execution): Use
829 (add-to-list 'load-path ... t) for the contrib dir.
830
831 * org.texi (results): Update documentation for ":results drawer"
832 and ":results org".
833
834 * org.texi (Column width and alignment): Fix typo.
835
836 * org.texi (Activation): Point to the "Conflicts" section.
837
838 * org.texi (Conflicts): Mention filladapt.el in the list of
839 conflicting packages.
840
841 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
842 not needed for versions of Emacs > 22.1.
843
844 * org.texi (History and Acknowledgments): Fix typo.
845
846 * org.texi (History and Acknowledgments): Add my own
847 acknowledgments.
848
849 * org.texi (Agenda commands): Document the new command and the new
850 option.
851
852 * org.texi (Agenda commands): Delete `org-agenda-action' section.
853 (Agenda commands): Reorder. Document `*' to toggle persistent
854 marks.
855
856 * org.texi (Agenda dispatcher): Mention
857 `org-toggle-agenda-sticky'.
858 (Agenda commands, Exporting Agenda Views): Fix typo.
859
860 * org.texi (Templates in contexts, Setting Options): Update to
861 reflect changes in how contexts options are processed.
862
863 * org.texi (Templates in contexts): Document the new structure of
864 the variables `org-agenda-custom-commands-contexts' and
865 `org-capture-templates-contexts'.
866
867 * org.texi (Templates in contexts): Document the new option
868 `org-capture-templates-contexts'.
869 (Storing searches): Document the new option
870 `org-agenda-custom-commands-contexts'.
871
872 * org.texi (Formula syntax for Lisp): Reformat.
873
874 * org.texi (Special properties, Column attributes)
875 (Agenda column view): Document the new special property
876 CLOCKSUM_T.
877
878 * org.texi (Template expansion): Document the new %l template.
879
880 * org.texi (Fast access to TODO states): Fix documentation about
881 allowed characters for fast todo selection.
882
883 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
884 use in `org-agenda-to-appt'.
885
886 * org.texi (Comment lines): Update wrt comments.
887
888 * org.texi (Resolving idle time): Document new keybinding.
889
890 * org.texi (Clocking commands): Document the use of S-M-<up/down>
891 on clock timestamps.
892
893 * org.texi (Fast access to TODO states): Explicitely says only
894 letters are supported as fast TODO selection keys.
895
896 * org.texi (Link abbreviations): Illustrate the use of the "%h"
897 specifier. Document the new "%(my-function)" specifier.
898
899 * org.texi (Clocking commands): New cindex.
900 (Clocking commands): Update documentation for `org-clock-in'.
901 Document `org-clock-in-last'. Mention `org-clock-out' and
902 `org-clock-in-last' as commands that can be globally bound.
903 (Resolving idle time): Document continuous clocking.
904
905 * org.texi (Top, Introduction): Fix formatting.
906 (Activation): Add index entries.
907 (Conventions): Update section.
908 (Embedded @LaTeX{}): Fix formatting.
909
910 * org.texi (Visibility cycling): Document `show-children'.
911
912 * org.texi (Using capture): Mention the `org-capture-last-stored'
913 bookmark as a way to jump to the last stored capture.
914
915 * org.texi (Uploading files): Fix typo.
916
917 * org.texi (Using capture): Document `C-0' as a prefix argument
918 for `org-capture'.
919
920 * org.texi (Agenda commands): Document persistent marks.
921
922 * org.texi (Template expansion): Update doc to reflect change.
923
924 * org.texi (Radio tables): Document the :no-escape parameter.
925
926 * org.texi (Repeated tasks): Document repeat cookies for years,
927 months, weeks, days and hours.
928
929 * org.texi (Export options): State that you can use the d: option
930 by specifying a list of drawers.
931
932 * org.texi (HTML preamble and postamble): Small doc improvement.
933
9342012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
935
936 * org.texi: The sections in the Exporting section of the manual
937 left out articles in the description of the org-export-as-*
938 commands, among other places. This patch adds them, adds a few
939 missing prepositions, and switches instances of "an HTML" to "a
940 html" for internal consistency.
941
942 * org.texi: Alter several examples of headings with timestamps in
943 them to include the timestamps in the body instead of the heading.
944
9452012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
946
947 * org.texi (Agenda dispatcher): Document sticky agenda views and
948 the new key for them.
949
9502012-09-30 Charles <millarc@verizon.net> (tiny change)
951
952 * org.texi (Advanced features): Fix error in table.
953
9542012-09-30 Feng Shu <tumashu@gmail.com>
955
956 * org.texi (@LaTeX{} fragments): Document imagemagick as an
957 alternative to dvipng.
958
9592012-09-30 François Allisson <francois@allisson.co> (tiny change)
960
961 * org.texi: Remove extra curly bracket.
962
9632012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
964
965 * org.texi (org-clock-in-last and org-clock-cancel): Update the
966 defkeys.
967
9682012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
969
970 * org.texi (Agenda commands): Fix two typos by giving
971 corresponding function names, according to
972 `org-agenda-view-mode-dispatch'.
973
9742012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
975
976 * org.texi (The spreadsheet): Fix typo.
977
9782012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
979
980 * org.texi (Tracking your habits): Point to the "Tracking TODO
981 state changes" section.
982
9832012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
984
985 * org.texi (Literal examples): Remove reference to unknown
986 `org-export-latex-minted' variable. Also simplify footnote since
987 `org-export-latex-listings' documentation is exhaustive already.
988
989 * org.texi (Plain lists): Remove reference to now hard-coded
990 `bullet' automatic rule.
991
9922012-09-30 Toby S. Cubitt <tsc25@cantab.net>
993
994 * org.texi: Updated documentation accordingly.
995
5087f097
PE
9962012-09-13 Paul Eggert <eggert@cs.ucla.edu>
997
998 * texinfo.tex: Merge from gnulib.
999
20121a26
MA
10002012-09-12 Michael Albinus <michael.albinus@gmx.de>
1001
1002 Sync with Tramp 2.2.6.
1003
1004 * tramp.texi (Bug Reports): Cleanup caches before a test run.
1005
1006 * trampver.texi: Update release number.
1007
44677e30
PE
10082012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1009
1010 * texinfo.tex: Merge from gnulib.
1011
5a4c42ba
AA
10122012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
1013
1014 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
1015 (bug#12096).
1016
8e7046c3
JB
10172012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1018
1dcac243
JB
1019 * calc.texi (Simplification modes, Conversions)
1020 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
1021 (The Calc Mode Line): Mention the mode line display for Basic
1022 simplification mode.
1023 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
1024 simplifications.
1025 (Basic Simplifications): Rename from "Limited Simplifications"
1026 Replace "limited" by "basic" throughout.
1027 (Algebraic Simplifications): Indicate that the algebraic
1028 simplifications are done by default.
1029 (Unsafe Simplifications): Mention `m E'.
1030 (Simplification of Units): Mention `m U'.
1031 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
1032 (Kinds of Declarations, Functions for Declarations): Mention
1033 "algebraic simplifications" instead of `a s'.
1dcac243 1034 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 1035
d2bd74ff
JB
10362012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1037
1038 * calc.texi (Getting Started, Tutorial): Change simulated
1039 Calc output to match actual output.
1040 (Simplifying Formulas): Mention that algebraic simplification is now
1041 the default.
1042
77472261
EZ
10432012-07-28 Eli Zaretskii <eliz@gnu.org>
1044
1045 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
1046 (Bug#12073)
1047
09ae5da1
PE
10482012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1049
1050 Prefer typical American spelling for "acknowledgment".
1051 * calc.texi (History and Acknowledgments): Rename from
1052 History and Acknowledgements.
1053 * idlwave.texi (Acknowledgments):
1054 * ses.texi (Acknowledgments):
1055 * woman.texi (Acknowledgments): Rename from Acknowledgements.
1056
c4444d16
PE
10572012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1058
1059 Rename configure.in to configure.ac (Bug#11603).
1060 * ede.texi (Compiler and Linker objects, ede-proj-project)
1061 (ede-step-project): Prefer the name configure.ac to configure.in.
1062
ef091c97
MA
10632012-07-06 Michael Albinus <michael.albinus@gmx.de>
1064
1065 * tramp.texi (Multi-hops): Introduce
1066 `tramp-restricted-shell-hosts-alist'.
1067
89b163db
G
10682012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1069
1070 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
1071 methods, so don't mention smtpmail here.
1072
10732012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1074
1075 * gnus.texi (Picons): Document gnus-picon-properties.
1076
10772012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1078
1079 * gnus.texi: Remove mention of compilation, as that's no longer
1080 supported.
1081
10822012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1083
1084 * gnus.texi (Archived Messages): Mention
1085 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
1086
10872012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1088
1089 * gnus.texi (Various Summary Stuff):
1090 Remove mention of `gnus-propagate-marks'.
1091
10922012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1093
1094 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
1095 which no longer exist.
1096
10972012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1098
1099 * gnus.texi (Archived Messages):
1100 Document gnus-gcc-self-resent-messages.
1101
11022012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1103
1104 * message.texi (Mail Variables):
1105 Mention the optional user parameter for X-Message-SMTP-Method.
1106
11072012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1108
1109 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
1110
1111 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
1112
11132012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1114
1115 * gnus.texi (Key Index): Change encoding to utf-8.
1116
ac1a0ce1 11172012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
1118
1119 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1120
71cca84d
G
11212012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1122
1123 * gnus.texi (Group Timestamp): Mention where to find documentation for
1124 the `gnus-tmp-' variables (bug#11601).
1125
888a7fc0
MA
11262012-06-11 Michael Albinus <michael.albinus@gmx.de>
1127
1128 Sync with Tramp 2.2.6-pre.
1129
1130 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
1131 where appropriate.
1132 (Ad-hoc multi-hops): New section.
1133 (Remote processes): New subsection "Running remote processes on
1134 Windows hosts".
1135 (History): Add remote commands on Windows, and ad-hoc multi-hop
1136 methods.
1137 (External methods): "ControlPersist" must be set to "no" for the
1138 `scpc' method.
1139 (Remote processes): Add a note about `auto-revert-tail-mode'.
1140 (Frequently Asked Questions): Use "scpx" in combination with
1141 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
1142
1143 * trampver.texi: Update release number.
1144
31ca4639 11452012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
1146
1147 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
1148 compilation for html-mono.
1149
0e8bbf66
PE
11502012-06-08 Paul Eggert <eggert@cs.ucla.edu>
1151
1152 * texinfo.tex: Merge from gnulib.
1153
b8f061b3
KY
11542012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
1155
1156 * Makefile.in (echo-info): Don't try to install info files named
1157 just ".info".
1158
16af873e
GM
11592012-05-28 Glenn Morris <rgm@gnu.org>
1160
c1dabff0
GM
1161 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
1162
16af873e
GM
1163 * sc.texi: Nuke hand-written node pointers.
1164 Fix top-level menu to match actual node order.
1165
1d5b82ef
GM
11662012-05-27 Glenn Morris <rgm@gnu.org>
1167
1168 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
1169 Some associated fixes, including not messing with chapno in cl.texi.
1170
33017faf 11712012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
1172
1173 * org.texi (Durations and time values): Fix typo.
1174
d14b0029
JB
11752012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1176
33017faf 1177 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
1178 Mention `calc-ensure-consistent-units'.
1179
2f4cadd1 11802012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 1181
9879e263
AS
1182 * cc-mode.texi: Avoid space before macro in 4th argument of cross
1183 reference commands. (Bug#11461)
1184
78e91d08
AS
1185 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
1186
3fe7cdc8
GM
11872012-05-12 Glenn Morris <rgm@gnu.org>
1188
9598ef0b
GM
1189 * Makefile.in (mostlyclean): Add more TeX intermediates.
1190
7d326a29
GM
1191 * Makefile.in: Make it look more like the other doc Makefiles.
1192 Use explicit $srcdir in all dependencies.
1193 Remove cd $srcdir from rules.
1194 (VPATH): Remove.
1195 (infodir): Set to an absolute path.
1196 (INFO_TARGETS): Use short names.
1197 (mkinfodir): infodir is now absolute.
1198 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
1199
c7f95930 1200 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 1201 (.SUFFIXES): Disable implicit rules.
c7f95930 1202
3fe7cdc8
GM
1203 * Makefile.in (MKDIR_P): New, set by configure.
1204 (mkinfodir): Use $MKDIR_P.
1205
6f0652af
GM
12062012-05-07 Glenn Morris <rgm@gnu.org>
1207
1208 * forms.texi (Long Example): Update for changed location of files.
1209
8045b906
GM
12102012-05-04 Glenn Morris <rgm@gnu.org>
1211
1212 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1213 (INFO_TARGETS): Use $INFO_EXT.
1214 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1215 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1216 (INFO_TARGETS): Use $INFO_EXT.
1217 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1218
9e7a4bcf
GM
12192012-05-02 Glenn Morris <rgm@gnu.org>
1220
9aa071df
GM
1221 * Makefile.in (echo-info): New phony target, used by top-level.
1222
9e7a4bcf
GM
1223 * viper.texi: Make direntry shorter (also it is no longer "newest").
1224
1225 * emacs-gnutls.texi, ert.texi, org.texi:
1226 Fix dircategory, direntry to match info/dir.
1227
31cc861c
GM
1228 * faq.texi: Convert @inforefs to @xrefs.
1229 Fix some malformed cross-references.
f9e320bb
GM
1230 (File-name conventions): Shorten section name to avoid overfull line.
1231 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 1232
723ea6b5
TZ
12332012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
1234
1235 * auth.texi (Help for users): Update for .gpg file being second.
1236
a8e7d6d7 12372012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
1238
1239 * org.texi (Agenda commands): Fix two typos: give corresponding
1240 function names, according to `org-agenda-view-mode-dispatch'.
1241
a8e7d6d7 12422012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
1243
1244 * faq.texi (Major packages and programs): Remove section.
1245 There is no point listing 6 packages (cf etc/MORE.STUFF).
1246 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 1247
dcbf5805
MA
12482012-04-22 Michael Albinus <michael.albinus@gmx.de>
1249
1250 * dbus.texi (Version): New node.
1251 (Properties and Annotations): Mention the object manager
1252 interface. Describe dbus-get-all-managed-objects.
1253 (Type Conversion): Floating point numbers are allowed, if an
1254 anteger does not fit Emacs's integer range.
1255 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
1256 (Asynchronous Methods): Fix description of
1257 dbus-call-method-asynchronously.
1258 (Receiving Method Calls): Fix some minor errors. Add
1259 dbus-interface-emacs.
1260 (Signals): Describe unicast signals and the new match rules.
1261 (Alternative Buses): Add the PRIVATE optional argument to
1262 dbus-init-bus. Describe its new return value. Add dbus-setenv.
1263
adee4030
GM
12642012-04-20 Glenn Morris <rgm@gnu.org>
1265
1266 * faq.texi (New in Emacs 24): New section.
1267 (Packages that do not come with Emacs): Mention M-x list-packages.
1268
35dc09a1 12692012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
1270
1271 * cc-mode.texi (c-offsets-alist): Correct a typo.
1272
35dc09a1 12732012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
1274
1275 * org.texi (Deadlines and scheduling): Fix the example: the
1276 DEADLINE item should come right after the headline. We enforce
1277 this convention, so it is a bug not to illustrate it correctly in
1278 the manual.
1279
35dc09a1 12802012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
1281
1282 * org.texi (Agenda commands): Fix documentation bug by swapping
1283 the equivalent keybindings to `org-agenda-next-line' with the ones
1284 to `org-agenda-previous-line'.
1285
35dc09a1 12862012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
1287
1288 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1289
e2560ea8
EZ
12902012-04-09 Eli Zaretskii <eliz@gnu.org>
1291
1292 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
1293 emacs-gnutls.
1294 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
1295
6b4f4a2d
TZ
12962012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1297
250b840e 1298 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
1299
1300 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
1301
ca2c89b6
TZ
13022012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1303
1304 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 1305 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 1306
aebd5f1a
GM
13072012-04-04 Glenn Morris <rgm@gnu.org>
1308
1309 * auth.texi (Secret Service API): Copyedits.
1310 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
1311 (Help for users, Help for developers)
1312 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 1313
0317dd51
MA
13142012-04-04 Michael Albinus <michael.albinus@gmx.de>
1315
1316 * auth.texi (Secret Service API): Add the missing text.
1317
3d439cd1
CY
13182012-04-04 Chong Yidong <cyd@gnu.org>
1319
1320 * message.texi (Using PGP/MIME): Note that epg is now the default.
1321
1322 * gnus.texi: Reduce references to obsolete pgg library.
1323 (Security): Note that epg is now the default.
1324
1325 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
1326
1327 * nxml-mode.texi (Completion): C-RET is no longer bound to
1328 nxml-complete.
1329
153ae947
BG
13302012-04-01 Jambunathan K <kjambunathan@gmail.com>
1331
1332 * org.texi (Customizing tables in ODT export): Correct few errors.
1333
13342012-04-01 Jambunathan K <kjambunathan@gmail.com>
1335
1336 * org.texi (Links in ODT export): Update.
1337 (Labels and captions in ODT export): New node.
1338
13392012-04-01 Jambunathan K <kjambunathan@gmail.com>
1340
1341 * org.texi (Literal examples in ODT export): htmlfontify.el in
1342 Emacs-24.1 now supports fontification. So ODT source blocks will
1343 be fontified by default.
1344
13452012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
1346
1347 * org.texi (Refiling notes): Remove duplicated keybinding.
1348
13492012-04-01 Eric Schulte <eric.schulte@gmx.com>
1350
1351 * org.texi (noweb): Documentation of this new option to the :noweb
1352 header argument.
1353
13542012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
1355
1356 * org.texi (Header and sectioning): Add example demonstrating how
1357 to use "LaTeX_CLASS_OPTIONS".
1358
13592012-04-01 Eric Schulte <eric.schulte@gmx.com>
1360
1361 * org.texi (Noweb reference syntax): Describe the ability to
1362 execute noweb references in the manual.
1363
13642012-04-01 Eric Schulte <eric.schulte@gmx.com>
1365
1366 * org.texi (cache): Improve cache documentation when session
1367 evaluation is used.
1368
13692012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1370
1371 * org.texi (Plain lists): Document removal.
1372
13732012-04-01 Michael Brand <michael.ch.brand@gmail.com>
1374
1375 * org.texi: Decapitalize file name in references to Calc manual.
1376
13772012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1378
1379 * org.texi (Plain lists): Document removal.
1380
13812012-04-01 Jambunathan K <kjambunathan@gmail.com>
1382
1383 * org.texi (Top, OpenDocument Text export)
1384 (ODT export commands, Extending ODT export)
1385 (Images in ODT export, Tables in ODT export)
1386 (Configuring a document converter): Add or Update.
1387
13882012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
1389
1390 * org.texi (MobileOrg): Change the wording to reflect that the
1391 Android Version is no longer just the little brother of the iOS
1392 version.
1393
13942012-04-01 Eric Schulte <eric.schulte@gmx.com>
1395
1396 * org.texi (Key bindings and useful functions): Updated babel key
1397 binding documentation in manual.
1398
13992012-04-01 Eric Schulte <eric.schulte@gmx.com>
1400
1401 * org.texi (noweb): Document new noweb header value.
1402
14032012-04-01 Eric Schulte <eric.schulte@gmx.com>
1404
1405 * org.texi (noweb-sep): Document new header argument.
1406
14072012-04-01 Eric Schulte <eric.schulte@gmx.com>
1408
1409 * org.texi (noweb-ref): Documentation of this new custom variable.
1410
14112012-04-01 Eric Schulte <eric.schulte@gmx.com>
1412
1413 * org.texi (wrap): Update the new :wrap documentation to match the
1414 current implementation.
1415
14162012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1417
1418 * org.texi: Added documentation for :wrap.
1419
14202012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1421
1422 * org.texi: #+RESULTS now user-configurable.
1423
14242012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1425
1426 * org.texi: Documented :noweb no-export.
1427
14282012-04-01 Thomas Dye <dk@poto.local>
1429
1430 * org.texi: Edit :noweb no header argument for correctness.
1431
1e20eeb7 14322012-04-01 Bastien Guerry <bzg@gnu.org>
153ae947
BG
1433
1434 * org.texi (Customization): Update the approximate number of Org
1435 variables.
1436
14372012-04-01 Thomas Dye <dk@poto.local>
1438
1439 * org.texi: The :results wrap produces a drawer instead of a
1440 begin_results block.
1441
005a89ff
G
14422012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
1443
1444 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
1445 reflect the new default.
1446
589ce070
EZ
14472012-03-10 Eli Zaretskii <eliz@gnu.org>
1448
1449 * info.texi (Expert Info): Move the index entry for "Texinfo" from
1450 "Getting Started" to this node. (Bug#10450)
1451
a5392527
CY
14522012-03-10 Chong Yidong <cyd@gnu.org>
1453
8ae818e4
CY
1454 * flymake.texi (Example -- Configuring a tool called via make):
1455 Mention the Automake COMPILE variable (Bug#8715).
1456
a5392527
CY
1457 * info.texi (Getting Started): Add an index entry (Bug#10450).
1458
d49902e4
MA
14592012-03-02 Michael Albinus <michael.albinus@gmx.de>
1460
1461 * dbus.texi (Signals): Known names will be mapped onto unique
1462 names, when registering for signals.
1463
53eced6d
GM
14642012-02-29 Glenn Morris <rgm@gnu.org>
1465
bcd6cd23
GM
1466 * url.texi: Fix quote usage in body text.
1467
775b55af
GM
1468 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
1469
53eced6d
GM
1470 * cl.texi: Use @code{} in menus when appropriate.
1471
44e97401
GM
14722012-02-28 Glenn Morris <rgm@gnu.org>
1473
1474 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
1475 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1476 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1477 * org.texi, sc.texi, vip.texi, viper.texi:
1478 Standardize possessive apostrophe usage.
1479
fa9a0855
CY
14802012-02-26 Chong Yidong <cyd@gnu.org>
1481
1482 * ediff.texi (Quick Help Commands): Add a couple of index entries
1483 (Bug#10834).
1484
0fd2c9a3
GM
14852012-02-17 Glenn Morris <rgm@gnu.org>
1486
1487 * gnus.texi (Posting Styles):
1488 * remember.texi (Org): Fix cross-refs to other manuals.
1489
9f26dc24
GM
14902012-02-15 Glenn Morris <rgm@gnu.org>
1491
1492 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1493 (Encryption): New chapter, split out from previous.
1494
3d2af193
LI
14952012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1496
1497 * gnus.texi (Customizing the IMAP Connection): Mention
1498 nnimap-record-commands.
1499
b74c9672
GM
15002012-02-10 Glenn Morris <rgm@gnu.org>
1501
1502 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1503 Mention url-queue-retrieve.
1504
2ebc3b94
GM
15052012-02-09 Glenn Morris <rgm@gnu.org>
1506
9fcfcdef
GM
1507 * sem-user.texi (Semantic mode user commands): Typo fix.
1508
2ebc3b94
GM
1509 * info.texi (Create Info buffer): Mention info-display-manual.
1510
7c4bbb69
LI
15112012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1512
1513 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1514 example (modified from an example by Michael Albinus).
1515
debce7bc
G
15162012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1517
1518 * gnus.texi (Agent Basics): Fix outdated description of
1519 `gnus-agent-auto-agentize-methods'.
1520
b207a4ec
AS
15212012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1522
1523 * cc-mode.texi: Always @defindex ss.
1524 (Config Basics): Fix argument of @itemize.
1525 (Macro Backslashes): Add @code around index entry.
1526
b8fe8712
GM
15272012-01-23 Glenn Morris <rgm@gnu.org>
1528
1529 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1530
02dc2fd7
EH
15312012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1532
1533 * tramp.texi (File): Tweak wording for the `scpc' option.
1534
e7719ea1
G
15352012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1536
1537 * gnus.texi (Group Parameters): Really note precedence.
1538
9937bef4
G
15392012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1540
1541 * gnus.texi (Group Parameters): Note precedence.
1542
e66ba1df
BG
15432012-01-03 Eric Schulte <eric.schulte@gmx.com>
1544
1545 * org.texi (Noweb reference syntax): Adding documentation of
1546 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1547 variable.
1548
15492012-01-03 Bastien Guerry <bzg@gnu.org>
1550
1551 * org.texi (Plain lists): Split the table to fix the display
1552 of items.
1553
15542012-01-03 Bastien Guerry <bzg@gnu.org>
1555
1556 * org.texi (Plain lists): Fix misplaced explanation.
1557
15582012-01-03 Bastien Guerry <bzg@gnu.org>
1559
1560 * org.texi (Plain lists, Agenda files): Add index entries.
1561
15622012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1563
1564 * org.texi: Use "Org mode" instead of alternatives like
1565 "Org-mode" or "org-mode".
1566
15672012-01-03 Bernt Hansen <bernt@norang.ca>
1568
1569 * org.texi (Agenda commands): Document
1570 `org-clock-report-include-clocking-task'.
1571
15722012-01-03 Bastien Guerry <bzg@gnu.org>
1573
1574 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1575 C-c' on checkboxes.
1576
15772012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1578
1579 * org.texi: End sentences with two spaces.
1580
15812012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1582
1583 * org.texi (External links): Document the link types file+sys
1584 and file+emacs, slightly narrow used page width.
1585
15862012-01-03 Eric Schulte <eric.schulte@gmx.com>
1587
1588 * org.texi (colnames): Note that colnames behavior may differ
1589 across languages.
1590
15912012-01-03 Bastien Guerry <bzg@gnu.org>
1592
1593 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1594
15952012-01-03 Thomas Dye <dk@poto.westell.com>
1596
1597 * org.texi: Augmented discussion of babel property
1598 inheritance. Put footnote outside sentence ending period.
1599
16002012-01-03 Eric Schulte <schulte.eric@gmail.com>
1601
1602 * org.texi (eval): Documenting the full range of :eval header
1603 argument values.
1604
16052012-01-03 Eric Schulte <schulte.eric@gmail.com>
1606
1607 * org.texi (eval): Documentation of the new :eval option.
1608
16092012-01-03 Thomas Dye <dk@poto.local>
1610
1611 * org.texi: Add accumulated properties.
1612
16132012-01-03 Thomas Dye <dk@poto.local>
1614
1615 * org.texi: Documented no spaces in name=assign, another
1616 correction to :var table.
1617
16182012-01-03 Thomas Dye <dk@poto.local>
1619
1620 * org.texi: Changed DATA to NAME in Working With Source Code
1621 section.
1622
16232012-01-03 Tom Dye <tsd@tsdye.com>
1624
1625 * org.texi: Minor change to :var table.
1626
16272012-01-03 Tom Dye <tsd@tsdye.com>
1628
1629 * org.texi: More changes to :var table (some examples were wrong).
1630
16312012-01-03 Tom Dye <tsd@tsdye.com>
1632
1633 * org.texi: Cleaned up :var table.
1634
16352012-01-03 Bastien Guerry <bzg@gnu.org>
1636
1637 * org.texi (Timestamps, Weekly/daily agenda)
1638 (Weekly/daily agenda): Add @cindex for "appointment".
1639
16402012-01-03 Eric Schulte <schulte.eric@gmail.com>
1641
1642 * org.texi (Literal examples): A new link to the template for
1643 inserting empty code blocks.
1644 (Structure of code blocks): A new link to the template for
1645 inserting empty code blocks.
1646
16472012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1648
1649 * org.texi (External links): Add footnote on how the behavior
1650 of the text search in Org files are controled by the variable
1651 `org-link-search-must-match-exact-headline'.
1652
16532012-01-03 Eric Schulte <schulte.eric@gmail.com>
1654
1655 * org.texi (Buffer-wide header arguments): Update
1656 documentation to reflect removal of #+PROPERTIES.
1657
16582012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1659
1660 * org.texi (The clock table): Mention that ACHIVED trees
1661 contribute to the clock table.
1662
16632012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1664
1665 * org.texi (Conflicts): Better yasnippet config info.
1666
16672012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1668
1669 * org.texi (Selective export): Explicitely mention the default
1670 values for `org-export-select-tags',
1671 `org-export-exclude-tags'.
1672
16732012-01-03 Tom Dye <tsd@tsdye.com>
1674
1675 * org.texi: Added a line to specify that header arguments are
1676 lowercase.
1677
16782012-01-03 Tom Dye <tsd@tsdye.com>
1679
1680 * org.texi: :var requires default value when declared.
1681
16822012-01-03 Bastien Guerry <bzg@gnu.org>
1683
1684 * org.texi (Handling links): Add a note about the
1685 `org-link-frame-setup' option.
1686
16872012-01-03 David Maus <dmaus@ictsoc.de>
1688
1689 * org.texi (Exporting Agenda Views, Extracting agenda
1690 information): Fix command line syntax, quote symbol parameter
1691 values.
1692
16932012-01-03 David Maus <dmaus@ictsoc.de>
1694
1695 * org.texi (Exporting Agenda Views): Fix command line syntax.
1696
8d80ef01
PE
16972011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1698
1699 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1700 Use octal notation for file permissions, which are normally
1701 thought of in octal.
1702 (Mail Back End Variables): Use more-plausible modes in example.
1703
47d42d81
AM
17042011-12-20 Alan Mackenzie <acm@muc.de>
1705
1706 * cc-mode.texi: Update version string 5.31 -> 5.32.
1707
a98edce9
JB
17082011-12-06 Juanma Barranquero <lekktu@gmail.com>
1709
1710 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1711
321decc8
GM
17122011-11-24 Glenn Morris <rgm@gnu.org>
1713
1714 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1715
f8107b79
JB
17162011-11-24 Juanma Barranquero <lekktu@gmail.com>
1717
1718 * makefile.w32-in: Update dependencies.
1719
f5a96a4f
GM
17202011-11-20 Glenn Morris <rgm@gnu.org>
1721
1722 * gnus.texi (Group Information):
1723 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1724
cd1181db
JB
17252011-11-20 Juanma Barranquero <lekktu@gmail.com>
1726
1727 * gnus-coding.texi (Gnus Maintenance Guide):
1728 Rename from "Gnus Maintainance Guide".
1729
1730 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1731 * eieio.texi (Customizing):
fe7a3057
JB
1732 * gnus.texi (Article Washing):
1733 * gnus-news.texi:
1734 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1735
7877f373
JB
17362011-11-16 Juanma Barranquero <lekktu@gmail.com>
1737
1738 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1739
0d26e0b6
JB
17402011-11-15 Juanma Barranquero <lekktu@gmail.com>
1741
c7015153
JB
1742 * ede.texi (project-am-texinfo):
1743 * gnus.texi (Sending or Not Sending):
1744 * org.texi (Template elements): Fix typos.
0d26e0b6 1745
0b381c7e
JB
17462011-11-14 Juanma Barranquero <lekktu@gmail.com>
1747
1748 * ediff.texi (Hooks):
c7015153 1749 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1750
40a8bdf6
JB
17512011-11-11 Juanma Barranquero <lekktu@gmail.com>
1752
1753 * semantic.texi (Tag handling): Fix typo.
1754
57dda3bb
KY
17552011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1756
1757 * gnus.texi (Other Gnus Versions): Remove.
1758
52bedd34
AM
17592011-10-28 Alan Mackenzie <acm@muc.de>
1760
1761 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1762 (Other Special Indentations): Add an xref to "Macros with ;".
1763 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1764 "Macros with ;".
1765 (Macros with ;): New page.
1766
00b77525
GM
1767 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1768 Document the new handling of nested scopes for movement by defuns.
52bedd34 1769
4a623313
MA
17702011-10-23 Michael Albinus <michael.albinus@gmx.de>
1771
1772 Sync with Tramp 2.2.3.
1773
1774 * trampver.texi: Update release number.
1775
466a320e
GM
17762011-10-14 Glenn Morris <rgm@gnu.org>
1777
1778 * ert.texi (Introduction, How to Run Tests)
1779 (Running Tests Interactively, Expected Failures)
1780 (Tests and Their Environment, Useful Techniques)
1781 (Interactive Debugging, Fixtures and Test Suites):
1782 Minor rephrasings.
1783 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1784 (Running Tests in Batch Mode): Simplify loading instructions.
1785 (Test Selectors): Clarify some selectors.
1786 (Expected Failures, Useful Techniques):
1787 Make examples fit in 80 columns.
1788
2be4956d
JB
17892011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1790
1791 * calc.texi (Basic Operations on Units): Discuss temperature
1792 conversion (`u t') alongside with other unit conversions ('u c').
1793
7359a765
GM
17942011-10-12 Glenn Morris <rgm@gnu.org>
1795
1796 * ert.texi: Whitespace trivia to make main menu items line up better.
1797
a0c52e5d
GM
17982011-10-08 Glenn Morris <rgm@gnu.org>
1799
1800 * Makefile.in: Fix ert rules.
1801
465d0300
G
18022011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1803
1804 * gnus.texi (Gnus Utility Functions): Add more references and
1805 explanations (bug#9683).
1806
a5166359
LMI
18072011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1808
1809 * gnus.texi (Archived Messages): Note the default (bug#9552).
1810
b523dc20
BW
18112011-09-21 Bill Wohler <wohler@newt.com>
1812
1813 Release MH-E manual version 8.3.
1814
58179cce 1815 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1816 release 8.3.
1817 (Preface): Updated support information.
bd7239f5 1818 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1819 historical quote, the tense should be correct in the time that it
1820 was written.
1821
0afb49a1
LMI
18222011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1823
1824 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1825 (Finding the News): Doc clarification.
1826 (Terminology): Mention naming.
1827
e21bac42
G
18282011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1829
1830 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1831 (Interactive): Document `quiet'.
1832
5b409b39 18332011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1834
bd7239f5 1835 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1836
5b409b39 18372011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1838
bd7239f5 1839 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1840 scope for `org-map-entries'.
1841
5b409b39 18422011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1843
1844 * org.texi (Visibility cycling): Document `org-copy-visible'.
1845
5b409b39 18462011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1847
bd7239f5 1848 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1849 proper order.
1850
5b409b39 18512011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1852
1853 * org.texi (eval): Expand discussion of the :eval header argument.
1854
5b409b39 18552011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1856
1857 * org.texi (Languages): Add Lilypond and Awk as supported
1858 languages.
1859
5b409b39 18602011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1861
bd7239f5 1862 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1863 LOG_INTO_DRAWER can be used to override the contents of variable
1864 org-clock-into-drawer (or if unset, org-log-into-drawer).
1865
bd7239f5 1866 * org.texi: Replace @xref->@pxref.
3ab2c837 1867
5b409b39 18682011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1869
1870 * org.texi (Evaluating code blocks): Documenting the new option
1871 for inline call lines.
1872
5b409b39 18732011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1874
1875 * org.texi (Results of evaluation): More explicit about the
1876 mechanism through which interactive evaluation of code is
1877 performed.
1878
5b409b39 18792011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1880
1881 * org.texi (noweb-ref): New header argument documentation.
1882
5b409b39 18832011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1884
1885 * org.texi (Extracting source code): Documentation of the new
1886 org-babel-tangle-named-block-combination variable.
1887
5b409b39 18882011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1889
bd7239f5 1890 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1891 behavior of multiple blocks of the same name is undefined.
3ab2c837 1892
5b409b39 18932011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1894
1895 * org.texi (TaskJuggler export): Modify the example to reflect the
1896 new effort durations.
1897
5b409b39 18982011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1899
1900 * org.texi (Images in LaTeX export): Escape curly brackets in
1901 LaTeX example.
1902
5b409b39 19032011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1904
1905 * org.texi (The clock table): Document the :properties and
1906 :inherit-props arguments for the clocktable.
1907
5b409b39 19082011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1909
1910 * org.texi (Tables in LaTeX export): Document specifying placement
1911 options for tables.
1912
5b409b39 19132011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1914
1915 * org.texi (Evaluating code blocks): More specific documentation
1916 about the different types of header arguments.
1917
5b409b39 19182011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1919
1920 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1921
5b409b39 19222011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1923
1924 * org.texi (Built-in table editor): Document the table field
1925 follow mode.
1926
5b409b39 19272011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1928
1929 * org.texi (Easy Templates): Document new template.
1930
5b409b39 19312011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1932
1933 * org.texi (Literal examples): Add a cross-reference from "Literal
1934 Examples" to "Easy Templates."
1935
5b409b39 19362011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1937
1938 * org.texi (The clock table): Add link to match syntax.
1939
5b409b39 19402011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1941
1942 * org.texi (Agenda commands): Document clock consistency checks.
1943
5b409b39 19442011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1945
1946 * org.texi (Built-in table editor): Document that \vert represents
1947 a vertical bar in a table field.
1948
5b409b39 19492011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1950
1951 * org.texi (Literal examples): Link from "Markup" > "Literate
1952 Examples" to "Working with Source Code".
1953
5b409b39 19542011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1955
1956 * org.texi (Agenda commands): Doc for function option to bulk
1957 action.
1958
5b409b39 19592011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1960
1961 * org.texi (Template expansion): Document new %<...> template
1962 escape.
1963
5b409b39 19642011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1965
1966 * org.texi (Selective export): Document exclusion of any tasks
1967 from export.
1968
5b409b39 19692011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1970
1971 * org.texi (Selective export): Document how to exclude DONE tasks
1972 from export.
1973 (Publishing options): Document the properties to be used to turn off
1974 export of DONE tasks.
1975
5b409b39 19762011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1977
1978 * org.texi (The date/time prompt): Document date range protection.
1979
5b409b39 19802011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1981
1982 * org.texi (padline): Documentation of the new padline header
1983 argument.
1984
5b409b39 19852011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1986
1987 * org.texi (var): Adding "[" to list of characters triggering
1988 elisp evaluation.
1989
5b409b39 19902011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1991
1992 * org.texi (var): Documentation of Emacs Lisp evaluation during
1993 variable assignment.
1994
5b409b39 19952011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1996
1997 * org.texi (colnames): Reference indexing into variables, and note
1998 that colnames are *not* removed before indexing occurs.
1999 (rownames): Reference indexing into variables, and note that
2000 rownames are *not* removed before indexing occurs.
2001
5b409b39 20022011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2003
2004 * org.texi (var): Clarification of indexing into tabular
2005 variables.
2006
5b409b39 20072011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2008
2009 * org.texi (results): Documentation of the `:results wrap' header
2010 argument.
2011
5b409b39 20122011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 2013
bd7239f5 2014 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
2015 of the LaTeX export: the org file has to be properly structured.
2016
5b409b39 20172011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
2018
2019 * org.texi (Dynamic blocks, Structure editing): Mention
2020 the function `org-narrow-to-block'.
2021
5b409b39 20222011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2023
2024 * org.texi (Languages): Updating list of code block supported
2025 languages.
2026
5b409b39 20272011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2028
2029 * org.texi (Special properties): CATEGORY is a special property,
2030 but it may also used in the drawer.
2031
5b409b39 20322011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2033
2034 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
2035
5b409b39 20362011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
2037
2038 * org.texi (Include files): Document :lines.
2039
5b409b39 20402011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2041
2042 * org.texi (comments): Documentation of the ":comments noweb" code
2043 block header argument.
2044
5b409b39 20452011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2046
2047 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
2048 added extra whitespace around functions to be consistent with the
2049 rest of the section.
2050
5b409b39 20512011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 2052
0b381c7e 2053 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
2054 #+call: line syntax.
2055 (Header arguments in function calls): Expanded discussion of
2056 #+call: line syntax.
2057
5b409b39 20582011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2059
2060 * org.texi (Evaluating code blocks): More explicit about how to
2061 pass variables to #+call lines.
2062
5b409b39 20632011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2064
2065 * org.texi (Results of evaluation): Link to the :results header
2066 argument list from the "Results of evaluation" section.
2067
5b409b39 20682011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2069
2070 * org.texi (Conflicts): Adding additional information about
2071 resolving org/yasnippet conflicts.
2072
5b409b39 20732011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
2074
2075 * org.texi (Publishing options): Document style-include-scripts
2076 publishing project property.
2077
5b409b39 20782011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2079
2080 * org.texi (Sparse trees): Document the next-error /
2081 previous-error functionality.
2082
5b409b39 20832011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
2084
2085 * org.texi (cache): Improved documentation of code block caches.
2086
5b409b39 20872011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
2088
2089 * org.texi (Code block specific header arguments): Documentation
2090 of multi-line header arguments.
2091
5b409b39 20922011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2093
2094 * org.texi (Code evaluation security): Add example for using a
2095 function.
2096
5b409b39 20972011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2098
2099 * org.texi (Tables in LaTeX export): Documentation of new
2100 attr_latex options for tables.
2101
5b409b39
BG
21022011-08-03 Michael Albinus <michael.albinus@gmx.de>
2103
2104 * trampver.texi: Update release number.
2105
21062011-07-30 Michael Albinus <michael.albinus@gmx.de>
2107
2108 Sync with Tramp 2.2.2.
2109
2110 * trampver.texi: Update release number.
2111
064e2d08
LMI
21122011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2113
2114 * flymake.texi (Example -- Configuring a tool called via make):
2115 Use /dev/null instead of the Windows "nul" (bug#8715).
2116
b8151e9c
LMI
21172011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2118
2119 * widget.texi (Setting Up the Buffer): Remove mention of the
2120 global keymap parent, which doesn't seem to be accurate
2121 (bug#7045).
2122
5b409b39
BG
21232011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2124
2125 * org.texi (Special agenda views): Fix double quoting (bug#3509).
2126
c0a8ae95
KR
21272010-07-10 Kevin Ryde <user42@zip.com.au>
2128
2129 * cl.texi (For Clauses): Add destructuring example processing an
2130 alist (bug#6596).
2131
ac6531ad
LMI
21322011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2133
2134 * ediff.texi (Major Entry Points): Remove mention of `require',
2135 since that's not pertinent in the installed Emacs (bug#9016).
2136
d30dd079
G
21372011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2138
2139 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
2140 (Filtering New Groups): Clarify how simple the "options -n" format is.
2141 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
2142 is internal.
d30dd079 2143
862c0d68
MA
21442011-07-04 Michael Albinus <michael.albinus@gmx.de>
2145
2146 * tramp.texi (Cleanup remote connections): Add
2147 `tramp-cleanup-this-connection'.
2148
cd865a33
G
21492011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2150
2151 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
2152 zombies.
2153 (Checking New Groups): Ditto (bug#8974).
7d1738f1 2154 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
2155
21562011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
2157
2158 * gnus.texi (Startup Files): Clarify that we're talking about numbered
2159 backups, and not actual vc (bug#8975).
2160
79414ae4
KR
21612011-07-03 Kevin Ryde <user42@zip.com.au>
2162
2163 * cl.texi (For Clauses): @items for hash-values and key-bindings
2164 to make them more visible when skimming. Add examples of `using'
2165 clause to them, examples being clearer than a description in
2166 words (bug#6599).
2167
847ccf7c
AM
21682011-07-01 Alan Mackenzie <acm@muc.de>
2169
2170 * cc-mode.texi (Guessing the Style): New page.
2171 (Styles): Add a short introduction to above.
2172
3da13bb9
DD
21732011-06-28 Deniz Dogan <deniz@dogan.se>
2174
2175 * rcirc.texi (Configuration): Bug-fix:
2176 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
2177 Reported by Elias Pipping <pipping@exherbo.org>.
2178
60a0884e
G
21792011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2180
2181 * gnus.texi (Summary Mail Commands): Document
2182 `gnus-summary-reply-to-list-with-original'.
2183
0c7efc08
SM
21842011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * eshell.texi (Known problems): Fix typo.
2187
ea3596a2
MA
21882011-06-12 Michael Albinus <michael.albinus@gmx.de>
2189
0c7efc08 2190 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
2191 (Password handling): `auth-source-debug' is good for debug messages.
2192
2da9c605
G
21932011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
2194
2195 * gnus.texi (Store custom flags and keywords): Refer to
2196 `gnus-registry-article-marks-to-{chars,names}' instead of
2197 `gnus-registry-user-format-function-{M,M2}'.
2198
e61923c8
GM
21992011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2200
2201 * texinfo.tex: Merge from gnulib.
2202
627abcdd
TZ
22032011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
2204
2205 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
2206 (Store custom flags and keywords):
2207 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
2208 `gnus-registry-user-format-function-M2'.
2209
a3c92bc1
EZ
22102011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2211
8f906c40 2212 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 2213
85d870a9
GM
22142011-05-17 Glenn Morris <rgm@gnu.org>
2215
2216 * gnus.texi (Face): Fix typo.
2217
2cdee799
GM
22182011-05-14 Glenn Morris <rgm@gnu.org>
2219
2220 * dired-x.texi (Omitting Examples): Minor addition.
2221
79b70037
GM
22222011-05-10 Jim Meyering <meyering@redhat.com>
2223
2224 * ede.texi: Fix typo "or or -> or".
2225
a7111a62 22262011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
2227
2228 * gnus.texi (Summary Buffer Lines):
2229 gnus-summary-user-date-format-alist does not exist.
2230 (Sorting the Summary Buffer): More about sorting threads.
2231
69026aba
MA
22322011-04-25 Michael Albinus <michael.albinus@gmx.de>
2233
2234 * trampver.texi: Update release number.
2235
9024ff79
MA
22362011-04-14 Michael Albinus <michael.albinus@gmx.de>
2237
2238 * tramp.texi (Frequently Asked Questions): New item for disabling
2239 Tramp in other packages.
2240
c3c65d73
TZ
22412011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
2242
2243 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
2244 (Fancy splitting to parent, Store arbitrary data):
2245 Updated gnus-registry docs.
c3c65d73 2246
9ec6a317
JB
22472011-04-13 Juanma Barranquero <lekktu@gmail.com>
2248
2249 * ede.texi: Fix typos.
2250
1e3b6001
G
22512011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2252
9ec6a317
JB
2253 * gnus.texi (Window Layout): @itemize @code doesn't exist.
2254 It's @table @code.
1e3b6001 2255
a5954fa5
G
22562011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
2257
ed9265fc 2258 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 2259
d71990a1
JB
22602011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2261
2262 * calc.texi (Logarithmic Units): Update the function names.
2263
1518e4f0
G
22642011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2265
2266 * message.texi (Various Commands): Document format specs in the
2267 ellipsis.
2268
a123622d
G
22692011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
2270
2271 * message.texi (Insertion Variables): Document message-cite-style.
2272
22732011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
2274
2275 * tramp.texi (Remote processes): New subsection "Running shell on
2276 a remote host".
2277
4248cca2
TZ
22782011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2279
2280 * auth.texi (Help for developers): Update docs to explain that the
2281 :save-function will only run the first time.
2282
54ce11a1
GM
22832011-03-12 Glenn Morris <rgm@gnu.org>
2284
2285 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
2286 (emacs-faq.text): New target.
2287 (clean): Add emacs-faq.
2288
0c3b25f8
MA
22892011-03-12 Michael Albinus <michael.albinus@gmx.de>
2290
2291 Sync with Tramp 2.2.1.
2292
2293 * trampver.texi: Update release number.
2294
b740639e
GM
22952011-03-11 Glenn Morris <rgm@gnu.org>
2296
2297 * Makefile.in (HTML_TARGETS): New.
2298 (clean): Delete $HTML_TARGETS.
2299 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
2300
733afdf4
TZ
23012011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
2302
2303 * auth.texi (Help for developers): Show example of using
2304 `auth-source-search' with prompts and :save-function.
2305
33383987
JB
23062011-03-07 Chong Yidong <cyd@stupidchicken.com>
2307
2308 * Version 23.3 released.
2309
a5057546
G
23102011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
2311
2312 * message.texi (Message Buffers): Update default value of
2313 message-generate-new-buffers.
2314
479a2c9b
JB
23152011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
2316
2317 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
2318 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
2319 respectively.
05a29101
JB
2320 (Musical Notes): New section.
2321 (Customizing Calc): Mention the customizable variable
2322 calc-note-threshold.
479a2c9b 2323
e0535b76
GM
23242011-03-03 Glenn Morris <rgm@gnu.org>
2325
2326 * url.texi (Dealing with HTTP documents): Remove reference to
2327 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 2328 (Configuration): Update url-configuration-directory description.
e0535b76 2329
2777ccbf
GM
23302011-03-02 Glenn Morris <rgm@gnu.org>
2331
2332 * dired-x.texi (Multiple Dired Directories): Remove mentions
2333 of dired-default-directory-alist and dired-default-directory.
2334 Move dired-smart-shell-command here...
2335 (Miscellaneous Commands): ... from here.
2336
257219bd
PE
23372011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2338
2339 * texinfo.tex: Update to version 2011-02-24.09.
2340
8889f4e2
GM
23412011-03-02 Glenn Morris <rgm@gnu.org>
2342
2343 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
2344 instead of the obsoleted dired-omit-here-always.
2345
5d41af19
MA
23462011-02-28 Michael Albinus <michael.albinus@gmx.de>
2347
2348 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
2349 supported systems.
2350
2b0c7330 23512011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 2352
61cf3a76
GM
2353 * dbus.texi (Type Conversion): Grammar fix.
2354
cce7d530 23552011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 2356
cce7d530
GM
2357 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
2358 "Debian GNU/Linux".
51a13bdd 2359
cce7d530
GM
2360 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
2361
817b48a7
GM
23622011-02-23 Glenn Morris <rgm@gnu.org>
2363
cce7d530
GM
2364 * dired-x.texi (Features): Minor rephrasing.
2365 (Local Variables): Fix typos.
47301027
GM
2366
2367 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
2368 Standardize some Emacs/XEmacs terminology.
2369
817b48a7
GM
2370 * dired-x.texi (Features): Don't advertise obsolete local variables.
2371 Simplify layout.
2372 (Omitting Variables): Update local variables example.
2373 (Local Variables): Say this is obsolete. Fix description of
2374 dired-enable-local-variables possible values.
2375
4a3988d5
G
23762011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2377
2378 * auth.texi (Help for users): Mention ~/.netrc is also searched by
2379 default now.
2380
8e22bee0
G
23812011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2382
2383 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
2384
06b840e0
LI
23852011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2386
2387 * gnus.texi (Window Layout): Document layout names.
2388
67ab0163 23892011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
2390
2391 * ada-mode.texi: Sync @dircategory with ../../info/dir.
2392 * auth.texi: Sync @dircategory with ../../info/dir.
2393 * autotype.texi: Sync @dircategory with ../../info/dir.
2394 * calc.texi: Sync @dircategory with ../../info/dir.
2395 * cc-mode.texi: Sync @dircategory with ../../info/dir.
2396 * cl.texi: Sync @dircategory with ../../info/dir.
2397 * dbus.texi: Sync @dircategory with ../../info/dir.
2398 * dired-x.texi: Sync @dircategory with ../../info/dir.
2399 * ebrowse.texi: Sync @dircategory with ../../info/dir.
2400 * ede.texi: Sync @dircategory with ../../info/dir.
2401 * ediff.texi: Sync @dircategory with ../../info/dir.
2402 * edt.texi: Sync @dircategory with ../../info/dir.
2403 * eieio.texi: Sync @dircategory with ../../info/dir.
2404 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
2405 * epa.texi: Sync @dircategory with ../../info/dir.
2406 * erc.texi: Sync @dircategory with ../../info/dir.
2407 * eshell.texi: Sync @dircategory with ../../info/dir.
2408 * eudc.texi: Sync @dircategory with ../../info/dir.
2409 * flymake.texi: Sync @dircategory with ../../info/dir.
2410 * forms.texi: Sync @dircategory with ../../info/dir.
2411 * gnus.texi: Sync @dircategory with ../../info/dir.
2412 * idlwave.texi: Sync @dircategory with ../../info/dir.
2413 * mairix-el.texi: Sync @dircategory with ../../info/dir.
2414 * message.texi: Sync @dircategory with ../../info/dir.
2415 * mh-e.texi: Sync @dircategory with ../../info/dir.
2416 * newsticker.texi: Sync @dircategory with ../../info/dir.
2417 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
2418 * org.texi: Sync @dircategory with ../../info/dir.
2419 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
2420 * pgg.texi: Sync @dircategory with ../../info/dir.
2421 * rcirc.texi: Sync @dircategory with ../../info/dir.
2422 * reftex.texi: Sync @dircategory with ../../info/dir.
2423 * remember.texi: Sync @dircategory with ../../info/dir.
2424 * sasl.texi: Sync @dircategory with ../../info/dir.
2425 * sc.texi: Sync @dircategory with ../../info/dir.
2426 * semantic.texi: Sync @dircategory with ../../info/dir.
2427 * ses.texi: Sync @dircategory with ../../info/dir.
2428 * sieve.texi: Sync @dircategory with ../../info/dir.
2429 * smtpmail.texi: Sync @dircategory with ../../info/dir.
2430 * speedbar.texi: Sync @dircategory with ../../info/dir.
2431 * trampver.texi [emacs]: Set emacsname to "Emacs".
2432 * tramp.texi: Sync @dircategory with ../../info/dir.
2433 * url.texi: Sync @dircategory with ../../info/dir.
2434 * vip.texi: Sync @dircategory with ../../info/dir.
2435 * viper.texi: Sync @dircategory with ../../info/dir.
2436 * widget.texi: Sync @dircategory with ../../info/dir.
2437 * woman.texi: Sync @dircategory with ../../info/dir.
2438
30abce25
GM
24392011-02-19 Glenn Morris <rgm@gnu.org>
2440
0c7efc08
SM
2441 * dired-x.texi (Technical Details): No longer redefines
2442 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 2443 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 2444
73572c72
AG
24452013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
2446
78b8f320 2447 * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
73572c72 2448
f31f8469
GM
24492011-02-18 Glenn Morris <rgm@gnu.org>
2450
2451 * dired-x.texi (Optional Installation File At Point): Simplify.
2452
35123c04
TZ
24532011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2454
2455 * auth.texi (Help for users): Use :port instead of :protocol for all
2456 auth-source docs.
7ba93e94
G
2457 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
2458 to have two files in `auth-sources'.
35123c04 2459
da5e0ce4
GM
24602011-02-16 Glenn Morris <rgm@gnu.org>
2461
b322c9af
GM
2462 * dired-x.texi: Use emacsver.texi to get Emacs version.
2463 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
2464 Depend on emacsver.texi.
2465
07ca5555
GM
2466 * dired-x.texi: Drop meaningless version number.
2467 (Introduction): Remove old info.
2468 (Optional Installation Dired Jump): Autoload from dired-x.
2469 Remove incorrect info about loaddefs.el.
2470 (Bugs): Just refer to M-x report-emacs-bug.
2471
da5e0ce4
GM
2472 * dired-x.texi (Multiple Dired Directories): Update for rename of
2473 default-directory-alist.
2474 (Miscellaneous Commands): No longer mention very old VM version 4.
2475
bb55f713
PE
24762011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2477
2478 Merge from gnulib.
2479 * texinfo.tex: Update to version 2011-02-14.11.
2480
5415d076
G
24812011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2482
da5e0ce4
GM
2483 * auth.texi (Help for users):
2484 Login collection is "Login" and not "login".
5415d076 2485
14029d4b
MA
24862011-02-13 Michael Albinus <michael.albinus@gmx.de>
2487
2488 * tramp.texi (History): Remove IMAP support.
2489 (External methods, Frequently Asked Questions): Remove `imap' and
2490 `imaps' methods.
2491 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2492
2493 * trampver.texi: Remove default value of `emacsimap'.
2494
8a36c07f
GM
24952011-02-13 Glenn Morris <rgm@gnu.org>
2496
2497 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2498 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2499
165bc5a0
GM
25002011-02-12 Glenn Morris <rgm@gnu.org>
2501
2502 * sc.texi (Getting Connected): Remove old index entries.
2503
5415d076 25042011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
2505
2506 * url.texi: Remove duplicate @dircategory (Bug#7942).
2507
b8e0f0cd
G
25082011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2509
8a36c07f
GM
2510 * auth.texi (Overview, Help for users, Help for developers):
2511 Update docs.
b8e0f0cd
G
2512 (Help for users): Talk about spaces.
2513
caf82551
PE
25142011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2515
2516 * texinfo.tex: Update to version 2011-02-07.16.
2517
1ff98217
MA
25182011-02-07 Michael Albinus <michael.albinus@gmx.de>
2519
2520 * dbus.texi (Bus names): Adapt descriptions for
2521 dbus-list-activatable-names and dbus-list-known-names.
2522
2e78df6b
JB
25232011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2524
2525 * calc.texi (Logarithmic Units): New section.
2526
7fbf7cae
TZ
25272011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2528
2529 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2530 manuals use it now.
2531
0c7efc08 2532 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2533
156ad271
KY
25342011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2535
2536 * overrides.texi: Remove.
2537
2538 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2539 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2540
36539990
MA
25412011-02-05 Michael Albinus <michael.albinus@gmx.de>
2542
2543 * tramp.texi (Frequently Asked Questions): Mention problems with
2544 WinSSHD.
2545
2546 * trampver.texi: Update release number.
2547
25482011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2549
2550 * tramp.texi:
2551 Replace "delimet" with "delimit" globally.
2552 Replace "explicite" with "explicit" globally.
2553 Replace "instead of" with "instead" where there was nothing after "of".
2554 Audit use of comma before interrogative pronoun, "that", or "which".
2555 Minor word order, spelling, wording changes.
2556
ec72bf63
G
25572011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2558
2559 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2560
2561 * sieve.texi: Use WEBHACKDEVEL.
2562
2563 * sasl.texi: Use WEBHACKDEVEL.
2564
2565 * pgg.texi: Use WEBHACKDEVEL.
2566
2567 * message.texi: Use WEBHACKDEVEL.
2568
2569 * gnus.texi: Use WEBHACKDEVEL.
2570
2571 * emacs-mime.texi: Use WEBHACKDEVEL.
2572
2573 * auth.texi: Use WEBHACKDEVEL.
2574
2575 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2576 manuals.
2577
25782011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2579
2580 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2581
90b750f4
PE
25822011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2583
2584 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2585 which in turn is copied from ftp://tug.org/tex/.
2586
0e751a49
GM
25872011-02-03 Glenn Morris <rgm@gnu.org>
2588
2589 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2590 (Binding combinations of modifiers and function keys):
2591 Let's assume people reading this are not using Emacs 18.
2592
7f13c2e2
LI
25932011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2594
2595 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2596 since it's run automatically.
2597
d76c843e
LI
25982011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2599
2600 * gnus.texi (Customizing Articles): Fix typo.
2601
12e3ca0a
LI
26022011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2603
2604 * gnus.texi (Customizing Articles): Document the new way of customizing
2605 the date headers(s).
2606
fe72c8fa
LI
26072011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2608
2609 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2610 splitting example.
2611
bf3dae7e
EZ
26122011-01-29 Eli Zaretskii <eliz@gnu.org>
2613
2614 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2615 (MAKEINFO_OPTS): New variable.
2616 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2617 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2618 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2619 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2620 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2621 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2622 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2623 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2624 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2625 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2626 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2627 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2628 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2629 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2630 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2631 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2632 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2633 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2634
d6f13ac8
LI
26352011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2636
2637 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2638
c5ecc769
G
26392011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2640
2641 * message.texi (IDNA): Explain what it is.
2642
26432011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2644
2645 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2646
45eb2a5d
WL
26472011-01-23 Werner Lemberg <wl@gnu.org>
2648
2649 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2650 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2651 (ENVADD): Update.
45eb2a5d 2652
6872a814
GM
26532011-01-18 Glenn Morris <rgm@gnu.org>
2654
2655 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2656
77ab81d0 26572011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2658
2659 * nxml-mode.texi (Introduction): Fix file name typos.
2660
d221e780
CO
26612011-01-13 Christian Ohler <ohler@gnu.org>
2662
2663 * ert.texi: New file.
2664
2665 * Makefile.in:
2666 * makefile.w32-in: Add ert.texi.
2667
8c904d82
MA
26682011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2669
2670 * dbus.texi (Receiving Method Calls): New function
2671 dbus-register-service. Rearrange node.
2672
f56e0e7a
PE
26732011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2674
2675 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2676 which in turn is copied from ftp://tug.org/tex/.
2677
0fadf00e
MA
26782011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2679
2680 * dbus.texi (Receiving Method Calls): Describe new optional
2681 parameter dont-register-service of dbus-register-{method,property}.
2682
8b358e90
DU
26832010-12-17 Daiki Ueno <ueno@unixuser.org>
2684
0c7efc08
SM
2685 * epa.texi (Encrypting/decrypting *.gpg files):
2686 Mention epa-file-select-keys.
8b358e90 2687
549c9aed
G
26882010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2689
2690 * gnus.texi (Archived Messages): Remove outdated text.
2691
26922010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2693
0c7efc08 2694 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2695
156e3f9c
G
26962010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2697
83f3eadc 2698 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2699
8151d490
AC
27002010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2701
2702 * gnus.texi (The swish++ Engine): Add customizable parameters
2703 descriptions.
2704 (The swish-e Engine): Ditto.
2705
305bdd22
MA
27062010-12-14 Michael Albinus <michael.albinus@gmx.de>
2707
2708 * tramp.texi (Inline methods): Add "ksu" method.
2709 (Remote processes): Add example with remote `default-directory'.
2710
53aff12a
GM
27112010-12-14 Glenn Morris <rgm@gnu.org>
2712
2713 * faq.texi (Expanding aliases when sending mail):
2714 Now build-mail-aliases is interactive.
2715
8a1cdce5
AC
27162010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2717
2718 * gnus.texi: First pass at adding (rough) nnir documentation.
2719
7410c270
G
27202010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2721
53aff12a
GM
2722 * gnus.texi (Filtering New Groups):
2723 Mention gnus-auto-subscribed-categories.
2724 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2725 removed.
2726
f49d1f52 27272010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2728
2729 * cl.texi (For Clauses): Small fixes for frames and windows.
2730
acedf35c
CD
27312010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2732
2733 * org.texi (Using capture): Document using prefix arguments for
2734 finalizing capture.
2735 (Agenda commands): Document prefix argument for the bulk scatter
2736 command.
2737 (Beamer class export): Document that also overlay arguments can be
2738 passed to the column environment.
2739 (Template elements): Document the new entry type.
2740
27412010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2742
2743 * org.texi (Include files): Document :minlevel.
2744
27452010-12-11 Julien Danjou <julien@danjou.info>
2746
2747 * org.texi (Categories): Document category icons.
2748
27492010-12-11 Eric Schulte <schulte.eric@gmail.com>
2750
2751 * org.texi (noweb): Fix typo.
2752
516aa569
G
27532010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2754
2755 * gnus.texi (Server Commands): Point to the rest of the server
2756 commands.
2757
04db63bc
G
27582010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2759
2760 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2761 g'.
2762
ed797193
G
27632010-12-02 Julien Danjou <julien@danjou.info>
2764
2765 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2766
27672010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2768
2769 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2770 (Direct Functions): Note the STARTTLS upgrade.
2771
07976ae3 27722010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2773 James Clark <none@example.com>
d3dfb185
GM
2774
2775 * nxml-mode.texi (Introduction): New section.
2776
59e75882
G
27772010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2778
2779 * gnus.texi (Server Commands): Document gnus-server-show-server.
2780
568a887f
MA
27812010-11-20 Michael Albinus <michael.albinus@gmx.de>
2782
2783 Sync with Tramp 2.2.0.
2784
2785 * trampver.texi: Update release number.
2786
1265829e
JB
27872010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2788
2789 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2790 Mention that the TeX specific units won't use the `tex' prefix
2791 in TeX mode.
2792
239661c0
KY
27932010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2794
2795 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2796
4a47c275 27972010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2798
2799 * edt.texi: Remove information about Emacs 19.
2800
4a47c275 28012010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2802
2803 * trampver.texi: Update release number.
2804
2f0e0dc8
KY
28052010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2806
2807 * gnus.texi (Article Washing): Fix typo.
2808
afe98dfa
CD
28092010-11-11 Noorul Islam <noorul@noorul.com>
2810
56f5a94e 2811 * org.texi: Fix typo.
afe98dfa
CD
2812
28132010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2814
2815 * org.texi (Using capture): Explain that refiling is
2816 sensitive to cursor position.
2817
28182010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2819
56f5a94e 2820 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2821
28222010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2823
2824 * org.texi: Document the <c> cookie.
2825
28262010-11-11 Eric Schulte <schulte.eric@gmail.com>
2827
bd7239f5 2828 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2829 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2830
28312010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2832
56f5a94e 2833 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2834
28352010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2836
56f5a94e 2837 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2838
28392010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2840
2841 * org.texi (Setting up the staging area): Document that
2842 file names remain visible when encrypting the MobileOrg files.
2843
28442010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2845
2846 * org.texi (Setting up the staging area): Document which
2847 versions are needed for encryption.
2848
28492010-11-11 Eric Schulte <schulte.eric@gmail.com>
2850
56f5a94e
GM
2851 * org.texi (noweb): Update :noweb documentation to
2852 reflect the new "tangle" argument.
afe98dfa
CD
2853
28542010-11-11 Eric Schulte <schulte.eric@gmail.com>
2855
56f5a94e
GM
2856 * org.texi (Batch execution): Improve tangling script in
2857 documentation.
afe98dfa
CD
2858
28592010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2860
2861 * org.texi (Handling links):
2862 (In-buffer settings): Document inlining images on startup.
2863
28642010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2865
2866 * org.texi (Setting up the staging area): Document use of
2867 crypt password.
2868
28692010-11-11 David Maus <dmaus@ictsoc.de>
2870
56f5a94e 2871 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2872
28732010-11-11 David Maus <dmaus@ictsoc.de>
2874
56f5a94e
GM
2875 * org.texi (Template expansion): Add mew in table for link type
2876 escapes.
afe98dfa
CD
2877
28782010-11-11 David Maus <dmaus@ictsoc.de>
2879
56f5a94e 2880 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2881
28822010-11-11 Eric Schulte <schulte.eric@gmail.com>
2883
56f5a94e 2884 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2885
28862010-11-11 Eric Schulte <schulte.eric@gmail.com>
2887
56f5a94e 2888 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2889
28902010-11-11 Eric Schulte <schulte.eric@gmail.com>
2891
56f5a94e
GM
2892 * org.texi (Structure of code blocks):
2893 Update documentation to mention inline code block syntax.
afe98dfa
CD
2894
28952010-11-11 Eric Schulte <schulte.eric@gmail.com>
2896
56f5a94e 2897 * org.texi (comments): Improve wording.
afe98dfa
CD
2898
28992010-11-11 Eric Schulte <schulte.eric@gmail.com>
2900
56f5a94e 2901 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2902
29032010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2904
2905 * org.texi (Installation): Remove the special
2906 installation instructions for XEmacs.
2907
29082010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2909
56f5a94e 2910 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2911 insertion of empty structural elements.
2912
29132010-11-11 Noorul Islam <noorul@noorul.com>
2914
56f5a94e 2915 * org.texi: Fix doc.
afe98dfa
CD
2916
29172010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2918
2919 * org.texi (The date/time prompt): Document specification
2920 of time ranges.
2921
29222010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2923
2924 * org.texi (Internal links): Document the changes in
2925 internal links.
2926
29272010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2928
2929 * org.texi (Agenda commands): Document the limitation for
2930 the filter preset - it can only be used for an entire agenda
2931 view, not in an individual block in a block agenda.
2932
29332010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2934
2935 * org.texi (iCalendar export): Document alarm creation.
2936
6f8fc60c
MA
29372010-11-10 Michael Albinus <michael.albinus@gmx.de>
2938
2939 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2940
be3c11b3
LMI
29412010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2942
2943 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2944
d607b96b 29452010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2946
d607b96b 2947 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2948
181cb5fb
G
29492010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2950
2951 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2952 since that works by default.
2953
29542010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2955
2956 * gnus.texi (Customizing the IMAP Connection): Document
2957 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2958
36bc5d3b
MA
29592010-11-04 Michael Albinus <michael.albinus@gmx.de>
2960
2961 * tramp.texi (Remote shell setup): New item "Interactive shell
2962 prompt". Reported by Christian Millour <cm@abtela.com>.
2963 (Remote shell setup, Remote processes): Use @code{} for
2964 environment variables.
2965
cf503f7c
GM
29662010-11-03 Glenn Morris <rgm@gnu.org>
2967
537b04b9 2968 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2969 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2970
389b76fa
G
29712010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2972
2973 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2974
2699a554 29752010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2976
2977 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2978
2699a554 29792010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2980
2981 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2982
99e65b2d
G
29832010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2984
0c7efc08
SM
2985 * gnus.texi (Client-Side IMAP Splitting):
2986 Mention nnimap-unsplittable-articles.
99e65b2d
G
2987
29882010-10-29 Julien Danjou <julien@danjou.info>
2989
2990 * gnus.texi (Finding the News): Remove references to obsoletes
2991 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2992
aeeb3dcb
EZ
29932010-10-29 Eli Zaretskii <eliz@gnu.org>
2994
2995 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2996 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2997 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2998 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2999
8289f37b
GM
30002010-10-28 Glenn Morris <rgm@gnu.org>
3001
3002 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
3003 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
3004 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
3005
d85d3b3a
DU
30062010-10-25 Daiki Ueno <ueno@unixuser.org>
3007
3008 * epa.texi (Mail-mode integration): Add alternative key bindings
3009 for epa-mail commands; escape comma.
c05c2b9b 3010 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 3011
9f534a47
JB
30122010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
3013
99e65b2d 3014 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 3015
5793a7bc 30162010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
3017
3018 * gnus.texi (Group Parameters, Buttons): Fix typos.
3019
280f417b
G
30202010-10-22 Tassilo Horn <tassilo@member.fsf.org>
3021
3022 * gnus.texi (Subscription Commands): Mention that you can also
3023 subscribe to new groups via the Server buffer, which is probably more
3024 convenient when subscribing to many groups.
3025
d806c872
G
30262010-10-21 Julien Danjou <julien@danjou.info>
3027
3028 * message.texi (Message Headers): Allow message-default-headers to be a
3029 function.
3030
d5798f68
LMI
30312010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3032
3033 * gnus-news.texi: Mention new archive defaults.
3034
b79bbef7
KY
30352010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3036
3037 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
3038
2526f423
G
30392010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3040
3041 * gnus.texi (HTML): Document the function value of
3042 gnus-blocked-images.
3043 (Article Washing): shr and gnus-w3m, not the direct function names.
3044
ba91f05d
G
30452010-10-20 Julien Danjou <julien@danjou.info>
3046
3047 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
3048 variable.
3049
da451787
LMI
30502010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3051
3052 * gnus.texi (Customizing the IMAP Connection): The port strings are
3053 strings.
c872595d 3054 (Document Groups): Mention git.
da451787 3055
7cad71ad
G
30562010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3057
3058 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
3059 bzr/Gnus git sync.
3060
c56dfd36
EZ
30612010-10-15 Eli Zaretskii <eliz@gnu.org>
3062
3063 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
3064 change.
3065
a1d16a7b
G
30662010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3067
3068 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
3069 @item syntax for in-Emacs makeinfo.
3070
30712010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
3072
3073 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
3074 trim sentence.
3075
98e2b864
DU
30762010-10-12 Daiki Ueno <ueno@unixuser.org>
3077
3078 * epa.texi (Caching Passphrases):
0c7efc08
SM
3079 * auth.texi (GnuPG and EasyPG Assistant Configuration):
3080 Clarify some configurations require to set up gpg-agent.
98e2b864 3081
c12e4a81
GM
30822010-10-11 Glenn Morris <rgm@gnu.org>
3083
3084 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
3085
f7aa248a
G
30862010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3087
3088 * gnus.texi (Spam Package Introduction): Mention `$'.
3089
6513b232
EZ
30902010-10-09 Eli Zaretskii <eliz@gnu.org>
3091
3092 * makefile.w32-in (emacsdir): New variable.
3093 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
3094 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
3095
abd40fb4
GM
30962010-10-09 Glenn Morris <rgm@gnu.org>
3097
0f05450f
GM
3098 * Makefile.in (mostlyclean): Delete *.toc.
3099
d3a4ac46
GM
3100 * Makefile.in: Use $< in rules.
3101
aa9db089
GM
3102 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
3103
abd40fb4
GM
3104 * Makefile.in ($(infodir)): Delete rule.
3105 (mkinfodir): New. Use it in all the info rules, rather than depending
3106 on infodir.
3107
ea274122
GM
31082010-10-09 Glenn Morris <rgm@gnu.org>
3109
6e90e2a8
GM
3110 * gnus.texi (Article Washing): Fix previous change.
3111
f7a31f11
GM
3112 * Makefile.in (emacsdir): New variable.
3113 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
3114 Depend on emacsver.texi.
3115
f7a31f11
GM
3116 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
3117
ea274122
GM
3118 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
3119
36d3245f
G
31202010-10-08 Julien Danjou <julien@danjou.info>
3121
f7a31f11 3122 * gnus.texi: Add mm-shr.
36d3245f
G
3123
31242010-10-08 Ludovic Courtès <ludo@gnu.org>
3125
3126 * gnus.texi (Finding the Parent, The Gnus Registry)
3127 (Registry Article Refer Method): Update docs for nnregistry.el.
3128
31292010-10-08 Daiki Ueno <ueno@unixuser.org>
3130
3131 * auth.texi (Help for users)
3132 (GnuPG and EasyPG Assistant Configuration): Update docs.
3133
12359245
GM
31342010-10-08 Glenn Morris <rgm@gnu.org>
3135
3136 * cl.texi (Organization, Installation, Old CL Compatibility):
3137 Deprecate cl-compat for new code.
4628bef1 3138 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
3139
3140 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
3141
fcf2d385
KY
31422010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3143
3144 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
3145
66627fa9
G
31462010-10-06 Julien Danjou <julien@danjou.info>
3147
fd9ba500
JD
3148 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
3149
66627fa9
G
3150 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
3151 broken link.
3152
3153 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
3154
3155 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
3156 to ReiserFS.
3157
3158 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
3159 (FAQ 7-1): Fix getmail URL.
3160
65f54520
DU
31612010-10-06 Daiki Ueno <ueno@unixuser.org>
3162
3163 * epa.texi (Caching Passphrases): New section.
3164
4c83f6e1
GM
31652010-10-06 Glenn Morris <rgm@gnu.org>
3166
3167 * Makefile.in (SHELL): Set it.
3168 (info): Move the mkdir dependency to the individual info files.
3169 (mostlyclean): Tidy up.
3170 (clean): Only delete the specific dvi and pdf files.
3171 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 3172 ($(infodir)): Add parallel build workaround.
4c83f6e1 3173
71e691a5
G
31742010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3175
3176 * gnus.texi (Misc Article): Document gnus-widen-article-window.
3177
a41c2e6d
G
31782010-10-03 Julien Danjou <julien@danjou.info>
3179
0c7efc08
SM
3180 * emacs-mime.texi (Display Customization):
3181 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
3182 mm-inline-large-images-proportion.
3183
37255945
MA
31842010-10-03 Michael Albinus <michael.albinus@gmx.de>
3185
0c7efc08
SM
3186 * tramp.texi (Frequently Asked Questions):
3187 Mention remote-file-name-inhibit-cache.
37255945 3188
11e4e7bd
LMI
31892010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3190
3191 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 3192 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 3193
cb83220a
KY
31942010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3195
0c7efc08
SM
3196 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
3197 (Article Hiding): Add google banner example.
3198 Suggested by Benjamin Xu.
cb83220a 3199
6b958814
G
32002010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3201
0c7efc08
SM
3202 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
3203 Remove nnimap-split-rule from examples.
6b958814
G
3204
32052010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3206
3207 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
3208 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
3209 Fishman.
3210 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
3211
32122010-09-30 Julien Danjou <julien@danjou.info>
3213
3214 * gnus.texi (Gravatars): Fix documentation about
3215 gnu-gravatar-properties.
3216
b9476c04
DU
32172010-09-29 Daiki Ueno <ueno@unixuser.org>
3218
3219 * epa.texi (Bug Reports): New section.
3220
5f874327
GM
32212010-09-29 Glenn Morris <rgm@gnu.org>
3222
3223 * Makefile.in (top_srcdir): Remove unused variable.
3224
6b958814
G
32252010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3226
3227 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
3228 (Client-Side IMAP Splitting): Document 'default.
3229
32302010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3231
0c7efc08
SM
3232 * gnus.texi (Customizing the IMAP Connection):
3233 Document nnimap-fetch-partial-articles.
6b958814 3234
82bccbfa
KY
32352010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3236
3237 * gnus-news.texi: Mention nnimap-inbox.
3238
3239 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
3240
32412010-09-26 Julien Danjou <julien@danjou.info>
3242
47e08896 3243 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
3244
32452010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3246
3247 * gnus.texi (Security): Remove gpg.el mention.
3248
32492010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3250
3251 * gnus.texi (Browse Foreign Server): New variable
3252 gnus-browse-subscribe-newsgroup-method.
3253
3254 * gnus-news.texi: Mention it.
3255
32562010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3257
0c7efc08 3258 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
3259 (Startup Variables): No jingle.
3260
4c964351
UM
32612010-09-25 Ulrich Mueller <ulm@gentoo.org>
3262
3263 * woman.texi (Interface Options): xz compression is now supported.
3264
82bccbfa
KY
32652010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3266
3267 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
3268 (Unavailable Servers): Document gnus-server-copy-server.
3269 (Using IMAP): Document the new nnimap.
3270
32712010-09-25 Julien Danjou <julien@danjou.info>
3272
47e08896 3273 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 3274
18778f71
GM
32752010-09-24 Glenn Morris <rgm@gnu.org>
3276
3277 * url.texi (Disk Caching): Tweak previous change.
3278
9c766321
JD
32792010-09-24 Julien Danjou <julien@danjou.info>
3280
3281 * url.texi (Disk Caching): Mention url-cache-expire-time,
3282 url-cache-expired, and url-fetch-from-cache.
3283
82bccbfa
KY
32842010-09-24 Julien Danjou <julien@danjou.info>
3285
3286 * gnus.texi: Add Gravatars.
3287
32882010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3289
3290 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
3291
592bdb9a
LMI
32922010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3293
3294 * gnus.texi (Expunging mailboxes): Update name of the expunging
3295 command.
3296
e4e22d29
KY
32972010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3298
3299 * emacs-mime.texi (rfc2047): Update description for
3300 rfc2047-encode-parameter.
3301
371d9801
MA
33022010-09-13 Michael Albinus <michael.albinus@gmx.de>
3303
3304 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
3305 "fish" methods.
3306 (External methods): Remove "scp1_old" and "scp2_old" methods.
3307
31ae5827
MA
33082010-09-09 Michael Albinus <michael.albinus@gmx.de>
3309
3310 * tramp.texi: Remove Japanese manual. Fix typo.
3311
3312 * trampver.texi: Update release number. Remove japanesemanual.
3313
c0468714
GM
33142010-09-09 Glenn Morris <rgm@gnu.org>
3315
3316 * org.texi: Restore clobbered changes (copyright years, untabify).
3317
86441999
JD
33182010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
3319
3320 * gnus.texi (Adaptive Scoring): Fix typo.
3321
25f28806
LMI
33222010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3323
3324 * gnus.texi (Article Display): Document gnus-html-show-images.
3325
45240125 33262010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 3327
45240125
JD
3328 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
3329
59d09f15
LMI
33302010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3331
3332 * gnus.texi (HTML): Document gnus-max-image-proportion.
3333
2cdd366f
KY
33342010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3335
51dee5ef
KY
3336 * gnus.texi (HTML): Document gnus-blocked-images.
3337
2cdd366f
KY
3338 * message.texi (Wide Reply): Document message-prune-recipient-rules.
3339
b0e4f3fc
KY
33402010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3341
3342 * gnus.texi (Summary Mail Commands): Note that only the addresses from
3343 the first message are used for wide replies.
f02566ce
KY
3344 (Changing Servers): Remove documentation on gnus-change-server and
3345 friends, since it's been removed.
b0e4f3fc 3346
598451ed
KY
33472010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3348
3349 * gnus.texi (Drafts): Mention B DEL.
3350
e7842e69
KY
33512010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3352
3353 * gnus.texi (Delayed Articles): Mention that the Date header is the
3354 original one, even if you delay.
3355
85115796
KY
33562010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3357
0c7efc08
SM
3358 * gnus.texi (Asynchronous Fetching):
3359 Document gnus-async-post-fetch-function.
85115796
KY
3360 (HTML): Made into its own section.
3361
f0b44bc0
MA
33622010-08-26 Michael Albinus <michael.albinus@gmx.de>
3363
3364 Sync with Tramp 2.1.19.
3365
217876c9 3366 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
3367 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
3368 Remove remark about doubled "-t" argument.
217876c9
MA
3369 (Auto-save and Backup): Remove reference to Emacs 21.
3370 (Filename Syntax): Describe port numbers.
3371 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
3372 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
3373 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
3374 errors with the backquotes.
3375 (External packages): File attributes cache flushing for asynchronous
3376 processes.
3377 (Traces and Profiles): Describe verbose level 9.
3378
f0b44bc0
MA
3379 * trampver.texi: Update release number.
3380
7457f7b6
MA
33812010-08-23 Michael Albinus <michael.albinus@gmx.de>
3382
3383 * dbus.texi (Alternative Buses): New chapter.
3384
b695beda
SM
33852010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
3388
443c2c03
JB
33892010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3390
3391 * calc.texi (Customizing Calc): Rearrange description of new
3392 variables to match the presentation of other variables.
3393
7815fe19 33942010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
3395
3396 * org.texi (Footnotes, Tables in HTML export): Fix typos.
3397
2c695727
JB
33982010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3399
3400 * calc.texi (Making Selections, Selecting Subformulas)
3401 (Customizing Calc): Mention how to use faces to emphasize selected
3402 sub-formulas.
3403
bbb6ffa1
MA
34042010-08-05 Michael Albinus <michael.albinus@gmx.de>
3405
3406 * tramp.texi (External packages): File attributes cache flushing
3407 for asynchronous processes.
3408
5cee0a9c
AM
34092010-08-01 Alan Mackenzie <acm@muc.de>
3410
3411 Enhance the manual for the latest Java Mode.
3412
3413 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
3414 annotation-var-cont.
3415 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
3416 two new symbols.
3417
3f2afe32
MA
34182010-07-28 Michael Albinus <michael.albinus@gmx.de>
3419
3420 * tramp.texi (Traces and Profiles): Describe verbose level 9.
3421
0ed082fe 34222010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
3423
3424 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
3425
311f0356
JB
34262010-07-19 Juanma Barranquero <lekktu@gmail.com>
3427
3428 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
3429
86fbb8ca
CD
34302010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3431
3432 * org.texi: Add macros to get plain quotes in PDF output.
3433 List additional contributors.
3434 (Capture): New section, replaces the section about remember.
3435 (Working With Source Code): New chapter, focused on documenting Org
3436 Babel.
3437 (Code evaluation security): New section.
3438 (MobileOrg): Document DropBox support.
3439 (TaskJuggler export): Document taskjuggler and Gantt chart support.
3440 (Special symbols): Show how to display UTF8 characters for entities.
3441 (Global TODO list): Clarify the use of the "M" key and the differences
3442 to the "m" key.
3443 (RSS Feeds): Mention Atom feeds as well.
3444 (Setting tags): Remove paragraph about
3445 `org-complete-tags-always-offer-all-agenda-tags'.
3446
5732e8ed
MA
34472010-07-17 Michael Albinus <michael.albinus@gmx.de>
3448
3449 * tramp.texi (Inline methods): Remove remark about doubled "-t"
3450 argument.
3451 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
3452 echoing shells.
3453
ca1bb391
MA
34542010-07-10 Michael Albinus <michael.albinus@gmx.de>
3455
3456 * tramp.texi (Inline methods): Remove "kludgy" phrase.
3457 (Filename Syntax): Describe port numbers.
3458
5bd55c3c
MA
34592010-07-09 Michael Albinus <michael.albinus@gmx.de>
3460
3461 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
3462 forgotten.
3463 (Type Conversion): Precise conversion of natural numbers.
3464 (Errors and Events): Add "debugging" to concept index. Add variable
3465 `dbus-debug'.
3466
820ae8fe
MA
34672010-07-04 Michael Albinus <michael.albinus@gmx.de>
3468
3469 * dbus.texi (Receiving Method Calls): Add optional argument
3470 EMITS-SIGNAL to `dbus-register-property'.
3471
b6f9df0f
JB
34722010-06-27 Alex Schroeder <alex@gnu.org>
3473
3474 * nxml-mode.texi (Commands for locating a schema): Fix typo.
3475
62e034c2
GM
34762010-06-24 Glenn Morris <rgm@gnu.org>
3477
3478 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3479 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3480 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3481 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3482 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3483 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3484 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3485 * woman.texi: Start direntry descriptions in column 32, per Texinfo
3486 convention. Make them end with a period.
3487
9360256a
GM
34882010-06-23 Glenn Morris <rgm@gnu.org>
3489
3490 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
3491 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3492 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3493 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3494 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3495 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 3496
04d3bb6c
GM
34972010-06-10 Glenn Morris <rgm@gnu.org>
3498
3499 * idlwave.texi (Load-Path Shadows):
3500 * org.texi (Handling links): Fix typos.
3501
5e7d4a75
KY
35022010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3503
3504 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3505
9841cb4f
MA
35062010-05-26 Michael Albinus <michael.albinus@gmx.de>
3507
3508 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3509 by an alias. (Bug#6226)
3510
597517ef
JB
35112010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3512
3513 * calc.texi (Manipulating Vectors): Mention that vectors can
3514 be used to determine bins for `calc-histogram'.
3515
14914c43
JB
35162010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3517
597517ef 3518 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 3519
0235128c 35202010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3521
3522 * url.texi (HTTP language/coding, Customization):
3523 * message.texi (Header Commands, Responses):
3524 * cl.texi (Argument Lists): Fix typos.
3525
0235128c 35262010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3527
0235128c
SM
3528 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3529 Note that Development menu is always available.
aa5789b5
CY
3530 (Creating a project): Fix terminology.
3531 (Add/Remove files): Fix typo.
3532
0235128c
SM
35332010-05-07 Chong Yidong <cyd@stupidchicken.com>
3534
3535 * Version 23.2 released.
3536
a628ad9d 35372010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3538
3539 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3540
502269d6
MA
35412010-05-01 Michael Albinus <michael.albinus@gmx.de>
3542
0235128c
SM
3543 * tramp.texi (Inline methods, Default Method):
3544 Mention `tramp-inline-compress-start-size'.
502269d6 3545
6e104790 35462010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3547
3548 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3549 the CVS repo. Put the Git repo in the news section.
3550
6e104790 3551 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3552 Removed some mentions of CVS. Mention the new Git repo.
3553
6e104790 35542010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3555
3556 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3557 (Mail Group Commands): Add index entry.
3558
6e104790 35592010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3560
3561 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3562
f8b91752
JB
35632010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3564
3565 * calc.texi (Radix modes): Mention that the option prefix will
3566 turn on twos-complement mode.
3567 (Inverse and Hyperbolic Flags): Mention the Option flag.
3568
ed21c5c8
CD
35692010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3570
3571 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3572 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3573 (Sectioning structure): Update.
3574 (References): New use case for field coordinates.
6e104790 3575 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3576 (Setting up the staging area): Document the availability of
3577 encryption for MobileOrg.
3578 (Images and tables): Document how to reference labels.
3579 (Index entries): New section.
3580 (Generating an index): New section.
3581 (Column width and alignment): Document that <N> now
3582 means a fixed width, not a maximum width.
3583 (Publishing options): Document the :email option.
3584 (Beamer class export): Fix bug in the BEAMER example.
3585 (Refiling notes): Document refile logging.
3586 (In-buffer settings): Document refile logging keywords.
3587 (Drawers): Document `C-c C-z' command.
3588 (Agenda commands): Mention the alternative key `C-c C-z'.
3589 (Special properties): Document the BLOCKED property.
3590 (The spreadsheet): Mention the formula editor.
3591 (References): Document field coordinates.
3592 (Publishing action): Correct the documentation for the
3593 publishing function.
3594 (The date/time prompt): Document that we accept dates
3595 like month/day/year.
3596 (Cooperation): Document the changes in table.el support.
3597 (Faces for TODO keywords, Faces for TODO keywords)
3598 (Priorities): Document the easy colors.
3599 (Visibility cycling): Document the new double prefix
3600 arg for `org-reveal'.
3601 (Cooperation): Remember.el is part of Emacs.
3602 (Clean view): Mention that `wrap-prefix' is also set by
3603 org-indent-mode.
3604 (Agenda commands): Add information about prefix args to
3605 scheduling and deadline commands.
3606 (Search view): Point to the docstring of
3607 `org-search-view' for more details.
6e104790 3608 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3609 (Setting tags): Document variable
3610 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3611 (Column attributes): Cross-reference special properties.
ed21c5c8 3612
456b348e
MA
36132010-04-10 Michael Albinus <michael.albinus@gmx.de>
3614
3615 Synchronize with Tramp repository.
3616
3617 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3618 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3619 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3620 syntax, texi2dvi reports errors with the backquotes.
3621
3622 * trampver.texi: Update release number.
3623
357e2d8e
KY
36242010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3625
3626 * gnus.texi (Finding the News): Add pointers to the Server buffer
3627 because it's essential.
3628
1d4d7664
KY
36292010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3630
3631 * gnus.texi (MIME Commands): Update description of
3632 gnus-article-browse-html-article.
3633
bd3e840f
KY
36342010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3635
3636 * auth.texi (Secret Service API): Add TODO node.
3637 (Help for users): Explain the new source options for `auth-sources'.
3638
e867cb5d 36392010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3640
3641 * trampver.texi: Update release number.
3642
288f9fc0
CY
36432010-03-10 Chong Yidong <cyd@stupidchicken.com>
3644
3645 * Branch for 23.2.
3646
d99aaebd
CY
36472010-03-03 Chong Yidong <cyd@stupidchicken.com>
3648
3649 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3650 now enabled by default.
3651
5794c2a5
MA
36522010-02-28 Michael Albinus <michael.albinus@gmx.de>
3653
3654 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3655 when Emacs runs in interactive mode. (Bug#5645)
3656
40572be6
GM
36572010-02-16 Glenn Morris <rgm@gnu.org>
3658
3659 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3660
7bb8ed67
MH
36612010-02-05 Mark A. Hershberger <mah@everybody.org>
3662
3663 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3664
45a1423d 36652010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3666
3667 * gnus.texi (Score File Format): Fix typo.
3668
45a1423d 36692010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3670
3671 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3672
14f17fc8
JB
36732010-01-18 Juanma Barranquero <lekktu@gmail.com>
3674
3675 * ada-mode.texi (Project File Overview): Fix typo.
3676
607d4369
CY
36772010-01-17 Chong Yidong <cyd@stupidchicken.com>
3678
3679 * semantic.texi: Add Richard Y. Kim credit.
3680
3681 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3682
3d1bfa99
MA
36832010-01-17 Michael Albinus <michael.albinus@gmx.de>
3684
3685 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3686 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3687
6fbf7a75
GM
36882010-01-17 Glenn Morris <rgm@gnu.org>
3689
b9f978f0
GM
3690 * calc.texi (Reporting Bugs): Don't mention format of repository.
3691
f19bc38d
GM
3692 * woman.texi (Bugs): Make "Emacs repository" less specific,
3693 and the URL for same more specific.
3694
6fbf7a75
GM
3695 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3696
16c3428a
JB
36972010-01-17 Juanma Barranquero <lekktu@gmail.com>
3698
3699 * ede.texi (ede-step-project, ede-proj-target):
3700 * tramp.texi (Remote processes): Fix typos.
3701
045b9da7
ML
37022010-01-16 Mario Lang <mlang@delysid.org>
3703
3704 * ede.texi (ede-target):
3705 * org.texi (Refiling notes): Remove duplicated words.
3706
c57008f6
SM
37072010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 * gnus.texi (Posting Styles): Use with-current-buffer.
3710 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3711
798c9eb5
KR
37122010-01-02 Kevin Ryde <user42@zip.com.au>
3713
3714 * eieio.texi (Naming Conventions): Correction to xref on elisp
3715 coding conventions, is "Tips" node not "Standards".
3716
4970fbfe
CY
37172009-12-24 Chong Yidong <cyd@stupidchicken.com>
3718
3719 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3720
3721 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3722
83828b06
KY
37232009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3724
3725 * gnus.texi (Direct Functions): Add missing port number to tls method.
3726
45a4a565
JB
37272009-12-15 Juanma Barranquero <lekktu@gmail.com>
3728
3729 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3730 ($(infodir)/edt, edt.dvi): New targets.
3731
698bfef7
GM
37322009-12-15 Glenn Morris <rgm@gnu.org>
3733
3734 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3735 (edt, $(infodir)/edt, edt.dvi): New targets.
3736 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3737
3738 * Makefile.in (PDF_TARGETS, pdf): New.
3739 (clean): Add *.pdf.
3740 Add pdf rules for all manuals.
3741
0e983327
JB
37422009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3743
3744 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3745
8e687433
CY
37462009-12-14 Chong Yidong <cyd@stupidchicken.com>
3747
3748 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3749 (Smart Jump, Analyzer Debug): Copyedits.
3750 (Semantic mode user commands): Link to new nodes.
3751 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3752 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3753 upstream Semantic manual.
3754
3755 * semantic.texi (Introduction): Minor fix to diagram.
3756
020335df
MA
37572009-12-09 Michael Albinus <michael.albinus@gmx.de>
3758
3759 * eshell.texi (History): Add the other built-in variables.
3760 (Built-ins): Explain built-ins, and how to apply the external commands.
3761 Add `history', `su' and `sudo'.
3762
3763 * tramp.texi (Remote processes): Add missing <RET> in the example.
3764
6ddf13e4
BW
37652009-12-01 Bill Wohler <wohler@newt.com>
3766
3767 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3768 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3769 excessively garrulous.
3770
07b6428c
MA
37712009-11-29 Michael Albinus <michael.albinus@gmx.de>
3772
3773 * tramp.texi (Remote processes): Improve eshell example with "su"
3774 and "sudo" commands.
3775
fd1cefda
CY
37762009-11-28 Chong Yidong <cyd@stupidchicken.com>
3777
3778 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3779
3780 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3781 Document semantic-complete-analyze-inline.
3782 (Semanticdb search debugging commands): Minor clarification.
3783 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3784 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3785 manual.
9d542758 3786 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3787
159e3ad5
KR
37882009-11-28 Kevin Ryde <user42@zip.com.au>
3789
3790 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3791 @pxref, now EIEIO is in Emacs.
159e3ad5 3792
c6d47315
KR
3793 * erc.texi (Development): Correction to git tutorial url.
3794
16f6287e
GM
37952009-11-26 Glenn Morris <rgm@gnu.org>
3796
3797 * faq.texi (Latest version of Emacs): Mention stability of development
3798 version.
3799 (Problems with very large files): Max buffer size increase in 23.2.
3800 (VM): VM has moved house again.
3801
5ea5dbc9
JB
38022009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3803
3804 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3805 notations.
3806
5dec9555
CD
38072009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3808
45a4a565 3809 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3810
bd6f6833
CY
38112009-11-20 Chong Yidong <cyd@stupidchicken.com>
3812
3813 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3814 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3815 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3816
be479117
JB
38172009-11-17 Juanma Barranquero <lekktu@gmail.com>
3818
3819 * semantic.texi (Semantic Internals, Glossary):
3820 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3821 (Semanticdb search debugging commands): Fix typos.
3822
17291a1f
JB
38232009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3824
be479117 3825 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3826
af42a9cc
JB
38272009-11-16 Juanma Barranquero <lekktu@gmail.com>
3828
3829 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3830 ($(infodir)/semantic, semantic.dvi): New targets.
3831
3149927d
CY
38322009-11-16 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * Makefile.in: Build the Semantic manual.
3835
3836 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3837 repository.
3838
977640ed
MA
38392009-11-16 Michael Albinus <michael.albinus@gmx.de>
3840
3841 * dbus.texi (Receiving Method Calls): New defun
3842 `dbus-unregister-service'.
3843
17673adf
CD
38442009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3845
3846 * org.texi (Speed keys): New section.
3847
0ecd3c90
MA
38482009-11-13 Michael Albinus <michael.albinus@gmx.de>
3849
3850 * dbus.texi (Type Conversion): Fix typo.
3851 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3852 `dbus-registered-objects-table'.
0c7efc08
SM
3853 (Receiving Method Calls): New defun `dbus-register-property'.
3854 Move `dbus-unregister-object' here.
0ecd3c90 3855
8bfe682a
CD
38562009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3857
3858 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3859
38602009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3861
3862 * org.texi (Column attributes): Add the new age summary operators.
3863 Also, mention the fact you can only use one summary operator per
3864 property.
3865
38662009-11-13 John Wiegley <johnw@newartisans.com>
3867
0c7efc08 3868 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3869 manual about how to track habits.
0c7efc08 3870 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3871 dangling clocks are resolved.
3872
38732009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3874
3875 * org.texi (Agenda commands): Document the new `i' command.
3876 (Inserting deadline/schedule): Document logging changes
3877 of scheduling and deadline times stamps.
3878 (In-buffer settings): Document the in-buffer keywords for logging
3879 changes of scheduling and deadline times stamps.
3880 (Structure editing, Plain lists): Document indentation
3881 cycling in empty entries with TAB.
3882 (Archiving): Document the default archiving command.
3883 (Moving subtrees): Document the new keys for archiving.
3884 (Internal archiving): Fix incorrect key.
3885 (Agenda commands): Document the TODO set switching commands.
3886 (Agenda commands): Document the new archiving keys.
3887 (Clocking work time): Better description on how to save
3888 and restore a clock.
3889 (Resolving idle time): Mention the x11idle program to get true
3890 idleness also under X11.
3891 (Resolving idle time): Use @kbd instead of @key for normal
3892 letters, because this is how he rest of the manual does this.
3893 (Pushing to MobileOrg): Mention that `org-directory'
3894 should be set.
3895 (Agenda commands): Document that SPC is a filter for
3896 any tag.
0c7efc08 3897 (Search view): Rename from "Keyword search".
8bfe682a
CD
3898 (Capure): New chapter.
3899 (Markup): New chapter.
0c7efc08
SM
3900 (Links in HTML export, Images in HTML export):
3901 Extend the section titles.
8bfe682a
CD
3902 (Images in HTML export): Document the align option.
3903 (Text areas in HTML export): Extend the section title.
3904 (Images in LaTeX export): Explain image placement in LaTeX.
3905
693737cd
GM
39062009-11-10 Glenn Morris <rgm@gnu.org>
3907
3908 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3909
c7bd4ebe
MA
39102009-11-08 Michael Albinus <michael.albinus@gmx.de>
3911
3912 * tramp.texi (Auto-save and Backup): Disable backups just for a
3913 method.
3914
3915 * trampver.texi: Update release number.
3916
76c5acad
MA
39172009-11-07 Michael Albinus <michael.albinus@gmx.de>
3918
3919 Sync with Tramp 2.1.17.
3920
3921 * trampver.texi: Update release number.
3922
d9a57abf
GM
39232009-10-29 Glenn Morris <rgm@gnu.org>
3924
3925 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3926
637f4f0f
MA
39272009-10-23 Michael Albinus <michael.albinus@gmx.de>
3928
3929 * tramp.texi (External methods): Temporary files are kept for
3930 `rsync' and `rsyncc' methods.
3931
310dbb05
JB
39322009-10-09 Juanma Barranquero <lekktu@gmail.com>
3933
3934 * eieio.texi: Fix typos.
3935
09094f28
CY
39362009-10-07 Chong Yidong <cyd@stupidchicken.com>
3937
3938 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3939
216f299a
JB
39402009-10-07 Juanma Barranquero <lekktu@gmail.com>
3941
3942 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3943 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3944
966a6506
CY
39452009-10-07 Chong Yidong <cyd@stupidchicken.com>
3946
3947 * Makefile.in: Build EIEIO and EDE manuals.
3948
39492009-10-07 Eric Ludlam <zappo@gnu.org>
3950
3951 * eieio.texi:
3952 * ede.texi: New files.
3953
8842cd9b
MA
39542009-10-05 Michael Albinus <michael.albinus@gmx.de>
3955
3956 * tramp.texi (Remote processes): Association of a pty is not supported.
3957
7006d207
CD
39582009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3959
3960 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3961 (Processing LaTeX fragments): Document that the size of images can be
3962 changes using the variable `org-format-latex-options'.
3963 (The date/time prompt, Timestamps): Be more accurate over ISO format
3964 dates and times.
3965 (Visibility cycling): Document showeverything keyword.
3966 (In-buffer settings): Document showeverything keyword.
3967 (Setting up the staging area): Fix the example.
3968 (MobileOrg): New section.
3969 (Agenda commands, Exporting Agenda Views): Document exporting the
3970 agenda view to Org files.
3971
0e7b2867
MA
39722009-09-28 Michael Albinus <michael.albinus@gmx.de>
3973
3974 * tramp.texi (History): Add IMAP support.
3975 (External methods): Add `imap' and `imaps' methods.
3976 (GVFS based methods): Add indices for `davs'.
3977 (Password handling): Rename anchors. Add IMAP entries for
3978 ~/.authinfo.gpg.
3979
3980 * trampver.texi: Set default value of `emacsimap'.
3981
4146636e
KY
39822009-09-22 Daiki Ueno <ueno@unixuser.org>
3983
3984 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3985
d22f7ffa
CY
39862009-09-13 Chong Yidong <cyd@stupidchicken.com>
3987
0c7efc08
SM
3988 * dired-x.texi (Technical Details):
3989 Delete dired-up-directory (Bug#4292).
d22f7ffa 3990
66043531
MA
39912009-09-03 Michael Albinus <michael.albinus@gmx.de>
3992
216f299a 3993 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3994
6eb02347
CD
39952009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3996
3997 * org.texi (Effort estimates): Document new effort setting commands.
3998 (Agenda commands): Document the new keys fro agenda time motion.
3999 Document entry text mode. Improve documentation of the keys to include
4000 inactive time stamps into the agenda view.
4001 (Feedback): Document the new bug report command.
0c7efc08 4002 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 4003
38dc51ba
KY
40042009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4005
4006 * auth.texi (Help for users): Corrected markup.
4007
e402f452
GM
40082009-09-02 Glenn Morris <rgm@gnu.org>
4009
4010 * emacs-mime.texi (time-date): Mention float-time.
4011
744256cf
JB
40122009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
4013
4014 * calc.texi (Simplifying Formulas): Improve the wording.
4015
b0b63450
MB
40162009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
4017
4018 * auth.texi: Rewritten for coverage and clarity.
4019
40202009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4021
0c7efc08
SM
4022 * gnus.texi (Expiring Mail):
4023 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
4024 (Various Various): Mention gnus-safe-html-newsgroups.
4025
4026 * gnus-news.texi: Mention
4027 gnus-mark-copied-or-moved-articles-as-expirable.
4028
4029 * emacs-mime.texi (Display Customization): Add xref to
4030 gnus-safe-html-newsgroups.
4031
b59329e0
MA
40322009-08-28 Michael Albinus <michael.albinus@gmx.de>
4033
4034 * tramp.texi (Version Control): Remove.
af42a9cc 4035 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
4036 reference.
4037 (External methods): Correct `scpc' concept index entries. New method
4038 `rsyncc'.
4039 (External packages): New subsections "Filename completion" and "File
4040 attributes cache".
4041
0ff2d6c2
JB
40422009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
4043
4044 * calc.texi (Rewrite Rules): Improve the example.
4045 (Simplifying Formulas): Explain use of the I and H flags for
4046 simplification.
4047
ecd3d54f
MA
40482009-08-25 Michael Albinus <michael.albinus@gmx.de>
4049
4050 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 4051 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
4052 (Synchronous Methods, Asynchronous Methods): Use English numeric format
4053 for timeout values.
78176e69
MA
4054 (Top): Remove footnote saying D-Bus is not enabled by
4055 default. (Bug#4256)
ecd3d54f 4056
0f215bca
DU
40572009-08-23 Daiki Ueno <ueno@unixuser.org>
4058
4059 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 4060 Reported by Jari Aalto (Bug#4211).
0f215bca 4061 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 4062 epa-global-mail-mode.
3b7ab45f
DU
4063 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
4064 epa-setup.
0f215bca 4065
4f22e84d
MA
40662009-08-16 Michael Albinus <michael.albinus@gmx.de>
4067
4068 * dbus.texi (Asynchronous Methods): Allow nil handler.
4069
9ff0b02b 40702009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 4071
26b03ee3 4072 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 4073
26b03ee3 4074 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 4075
4c39f404
CY
40762009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
4077
4078 * calc.texi (Date Forms): Fix typos.
4079
3bcfba17
GM
40802009-08-08 Glenn Morris <rgm@gnu.org>
4081
4082 * org.texi (Agenda commands): Restore clobbered change.
4083
66783bb4
EZ
40842009-08-07 Eli Zaretskii <eliz@gnu.org>
4085
4086 * calc.texi (Graphics, Devices): Update with the peculiarities of
4087 operation on MS-Windows.
4088
c8d0cf5c
CD
40892009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
4090
4091 * org.texi (Publishing action): Improve documentation of file
4092 names when publishing to the source directory.
4093 (Clean view): Document `org-indent-mode'.
4094 (Clocking work time): Add documentation for the
4095 new :timetamp option when creating a clock report.
4096 (Paragraphs): Fix many typos.
4097 (Plain lists): Remove duplicate explanation about the
4098 `C-c *' command.
4099 (Literal examples): Update to reflect the new behavior
4100 of the -n -r -k switches when exporting source code examples.
4101 (Structure editing): Add information about `C-c *',
4102 converting a plain list into a list of Org items.
4103 (Remember): Small rephrasing of the paragraph
4104 describing remember.el. Also mentioned that remember.el is part
4105 of Emacs 23, not Emacs 22.
4106 (Clocking work time): Add documentation about
4107 displaying the current clocking time against the effort estimate.
4108 Also add a footnote about using `org-clock-in-prepare-hook' to add
4109 an effort estimate on the fly, just before clocking it.
4110 (Footnotes): Document automatic renumbering and
4111 sorting.
4112 (Agenda commands): Document new bulk commands.
4113 (Plain lists): Document new behavior of
4114 `org-cycle-include-plain-lists'.
4e2af782 4115 Hyphenation only in TeX.
c8d0cf5c
CD
4116 (Clocking work time): Document the key to update effort
4117 estimates.
4118 (Clocking work time): Document the clock time display.
4119 (Structure editing, TODO basics): Document new
4120 variables.
4121 (Column attributes): Document new colciew operators.
4122 (Publishing options): Document :xml-declaration.
4123 (Tracking TODO state changes): Document the
4124 LOG_INTO_DRAWER property.
4125 (Literal examples): Document the new implementation for
4126 editing source code.
4127 (Publishing action): Mention the new publishing
4128 function, to publish an Org source file.
4129 (Publishing links): Mention how to link to an Org source file.
4130 (Macro replacement): Document new macros.
4131 (Handling links): Document type-specific completion
4132 when inserting links.
4133 (Structure editing, Plain lists): Improve documentation
4134 on sorting.
4135 (Internal links): Document custom ids for links.
4136 (Handling links): Document custom ids for links.
4137 (CSS support): Document new class.
4138 (Refiling notes): Document the possibility to create new nodes
4139 during refiling.
4140 (Agenda commands): Document the "?" operator to find
4141 tasks without effort setting.
4142 (Exporting agenda information): Section moved.
4143 (RSS Feeds): New section.
4144 (Built-in table editor): Document M-e and M-a navigate
4145 inside table field.
4146 (Stuck projects): Docment that projects identified as
4147 un-stuck will still be searchd for stuck sub-projects.
4148 (Paragraphs): Document centering.
4149 (Creating timestamps, Agenda commands): Document new
4150 behavior when changing time stamps.
4151 (Structure editing): Document the new command
4152 `org-clone-subtree-with-time-shift'.
4153 (Publishing): Refresh this chapter.
4154 (Export options, Export options, In-buffer settings):
4155 Document the new keywords.
4156 (Matching tags and properties): Collect all
4157 documentation about tags/property matches here.
4158 (Setting tags): Document `org-tag-persistent-alist'.
4159 (Weekly/daily agenda): New section.
4160 (Orgstruct mode): Describe `orgstruct++-mode'.
4161 (Drawers): Mention the LOGBOOK drawer.
4162 (Export options, Sectioning structure): Document the
4163 #+LEATEX_HEADER in-buffer setting.
4164 (Bugs): Section removed.
4165 (Hooks): New section.
0c7efc08 4166 (Add-on packages): Move here from old location.
c8d0cf5c
CD
4167 (Context-sensitive commands): New section.
4168 (Setting tags): Document newline option.
4169 (Global TODO list, Matching tags and properties):
4170 Mention more variables.
4171 (Checkboxes): Update to changed command behavior.
81a5560e 4172
40d2791f
CY
41732009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
4174
4175 * speedbar.texi (Basic Key Bindings): Fix typo.
4176
65d0154b
JB
41772009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
4178
4179 * calc.texi (Vector/Matrix Functions): Add index entries for both
4180 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
4181 affects matrices with more than one row.
b5bdfd9f 4182 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 4183
5a9e3ab7
JB
41842009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4185
4186 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 4187 `calc-transpose-lines'.
5a9e3ab7 4188
42fb7e61
MA
41892009-07-27 Michael Albinus <michael.albinus@gmx.de>
4190
4191 * dbus.texi (Receiving Method Calls): Describe special return value
4192 `:ignore'.
4193
574b69d5
AM
41942009-07-24 Alan Mackenzie <acm@muc.de>
4195
4196 * cc-mode.texi (Config Basics, File Styles): Document that at mode
4197 initialization, any individual variable setting now takes precedence
4198 over one done via c-file-style/c-file-offsets.
4199
ec06459c
JB
42002009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
4201
4202 * calc.texi (Undoing Mistakes): Mention that the undo list will be
4203 truncated when Calc is quit.
4204 (Customizing Calc): Document `calc-undo-length'.
4205
4ce54f6b
CY
42062009-07-20 Chong Yidong <cyd@stupidchicken.com>
4207
4208 * calc.texi (About This Manual): Don't mention chapter numbers in text.
4209
0e4f8ba5
GM
42102009-07-11 Kevin Ryde <user42@zip.com.au>
4211
4212 * pcl-cvs.texi (About PCL-CVS):
4213 * widget.texi (Basic Types):
4214 Fix cross-references.
4215
fa0f81b0
AS
42162009-07-01 Andreas Schwab <aschwab@redhat.com>
4217
4218 * dbus.texi (Type Conversion): Don't use literal control character.
4219
88a683c5
MA
42202009-07-01 Michael Albinus <michael.albinus@gmx.de>
4221
4222 * tramp.texi (GVFS based methods): New section.
4223 (Remote processes): Processes for GVFS based methods run locally.
4224
36c8febb
MA
42252009-06-30 Michael Albinus <michael.albinus@gmx.de>
4226
0c7efc08
SM
4227 * tramp.texi (Inline methods, External methods, Gateway methods):
4228 Avoid the words "kludge" and hack".
36c8febb
MA
4229 (External methods): Add `synce' method.
4230
4231 * trampver.texi: Update release number.
4232
d6b951bb
MA
42332009-06-22 Michael Albinus <michael.albinus@gmx.de>
4234
4235 Sync with Tramp 2.1.16.
4236
4237 * tramp.texi (History): Add GVFS support.
4238 (External methods): Precise `rsync' description. Add `dav', `davs' and
4239 `obex' methods. Add 'tramp-gvfs-methods' option.
4240 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
4241 forms.
4242 (Remote Programs): Introduce `tramp-own-remote-path'.
4243 (Remote processes): New subsection "Running remote programs that create
4244 local X11 windows".
4245 (Frequently Asked Questions): Improve code for disabling vc.
4246
4247 * trampver.texi: Update release number. Set default value of
4248 `emacsgvfs'.
4249
70243478
CY
42502009-06-21 Chong Yidong <cyd@stupidchicken.com>
4251
4252 * Branch for 23.1.
4253
54b31cbf
GM
42542009-06-17 Glenn Morris <rgm@gnu.org>
4255
4256 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
4257 (Latest version of Emacs): Mention source code repository.
4258
f6adc23c
GM
42592009-06-16 Glenn Morris <rgm@gnu.org>
4260
4261 * faq.texi (Top): Language tweak.
4262 (Extended commands): Most people have arrow keys.
4263 (Emacs manual): Say how to follow info links.
4264 (File-name conventions): Change title a bit. Explain about source
4265 versus installed. Condense etc description.
4266 (Guidelines for newsgroup postings): Mention Savannah list page.
4267 (Newsgroup archives): Simplify.
4268 (Contacting the FSF): Add contact URL.
4269 (Emacs Lisp documentation): Printed version not always available.
4270 (Installing Texinfo documentation): Explain how by hand installation is
4271 not normally needed. Use add-to-list. Remove duplicate reference.
4272 (Informational files for Emacs): Move info on Help menu here from
4273 "File-name conventions".
4274 (Help installing Emacs): Tweak uref.
4275 (Obtaining the FAQ): Mention repository.
4276 (Origin of the term Emacs): Explain "ITS".
4277 (Changing load-path): Use add-to-list.
4278 (Automatic indentation): Clarify this is for Text mode.
4279 Don't mention Indented Text mode.
4280 (Finding Emacs on the Internet): The FSF does not seem to offer a
4281 deluxe distribution on CD anymore.
4282
b59a8457
GM
42832009-06-16 Glenn Morris <rgm@gnu.org>
4284
4285 * faq.texi (Top): Mention which Emacs version this FAQ is about.
4286 Recommend the latest release. Mention how to get older FAQs.
4287 Recommend the Emacs manual.
4288 (Guidelines for newsgroup postings): Discourage cross-posts.
4289 (Underlining paragraphs): Remove.
4290 (Editing MS-DOS files): Remove pre-Emacs 20 information.
4291 (Bugs and problems): Update key-binding.
4292 (Problems with very large files): Mention 64-bit.
4293 (Shell process exits abnormally): Remove.
4294 (Problems with Shell Mode): Rename and update.
4295 (Spontaneous entry into isearch-mode)
4296 (Problems talking to certain hosts): Remove. This is old information,
4297 in etc/PROBLEMS if needed.
4298 (Emacs takes a long time to visit files, Updating Emacs): Remove.
4299 (Dired claims that no file is on this line): Update.
4300 (Installing Emacs, Problems building Emacs): Simplify.
4301 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
4302 information.
4303 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
4304 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
4305 (JDEE): "JDEE", not "JDE".
4306 (Handling C-s and C-q with flow control, Binding C-s and C-q):
4307 Remove. This is old information, in etc/PROBLEMS if needed.
4308 (stty and Backspace key, Kanji and Chinese characters): Remove.
4309 (Right-to-left alphabets): Update section.
4310 (Changing the included text prefix): Gnus uses message-yank-prefix.
4311 Add cross-reference to Supercite manual.
4312 (Saving a copy of outgoing mail): Simplify output file description.
4313 (Expanding aliases when sending mail): Refer to Emacs manual.
4314 Remove old info about RFC822.
4315 Correct description of how to rebuild aliases.
4316 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
4317 (MIME with Emacs mail packages)
4318 (Viewing articles with embedded underlining)
4319 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
4320 Remove old sections.
4321 (Killing based on nonstandard headers): Remove. Scoring is preferable,
4322 and is well-documented in the Gnus manual.
4323 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
4324 (Making Gnus faster): Rename from "Starting Gnus faster".
4325 Merge "Catch-up is slow in Gnus" into here.
4326
0e6d12ca
GM
43272009-06-14 Glenn Morris <rgm@gnu.org>
4328
4329 * faq.texi (Status of Emacs): Re-order with most recent releases first.
4330 (New in Emacs 23): New section.
4331 (Handling C-s and C-q with flow control): Add xref.
4332
2e17e05e
GM
43332009-06-13 Glenn Morris <rgm@gnu.org>
4334
4335 * faq.texi (Setting up a customization file): Grammar fix.
4336 Customize is no longer "new".
4337 (Displaying the current line or column): Line-number mode is on by
4338 default. Don't mention `column' package. Mention linum.el.
4339 (Turning on abbrevs by default): Explain how to do it for buffers,
4340 modes, and everywhere.
4341 (Associating modes with files): Use add-to-list. Don't mention Emacs
4342 19.
4343 (Highlighting a region): On by default since 23.1.
4344 (Replacing highlighted text): Update doc quote.
4345 (Working with unprintable characters): Don't mention search-quote-char.
4346 (Using an already running Emacs process): Gnuclient is probably not an
4347 enhancement these days.
4348 (Indenting switch statements): Remove mention of pre-Emacs 20.
4349 (Horizontal scrolling): Abbreviate Emacs 20 description.
4350 (Replacing text across multiple files): Fix name of dired command.
4351 (Disabling backups): Use require not load.
4f9d4de3 4352 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 4353
2a1cf2b9
BW
43542009-06-13 Bill Wohler <wohler@newt.com>
4355
4356 Release MH-E manual version 8.2.
4357
4358 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4359 release 8.2.
4360
85b438b7
GM
43612009-06-13 Glenn Morris <rgm@gnu.org>
4362
4363 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
4364 in this day and age the common meaning is "on the web".
4365 (copying): Use @copyright in all cases.
4366 (Basic keys): Remove reference to deleted manual node "Text Characters".
4367 (File-name conventions): Use GNU as an example rather than SERVICE.
4368 default.el lives in site-lisp. Update Info directory location.
4369 (Real meaning of copyleft): GPL actions have been brought, but all
4370 settled out of court.
4371 (Guidelines for newsgroup postings): Shorten section title.
4372 Simplify comp.emacs description.
4373 (Newsgroup archives): Change Google URL. Describe Gmane.
4374 (Unsubscribing from Emacs lists): Remove discussion of "distribution
4375 points". Mention List-Unsubscribe header.
4376 (Contacting the FSF): Update email and URLs.
4377 (Basic editing): Mention F1 for help.
4378 (Installing Texinfo documentation): Refer to Texinfo website rather
4379 than ftp server.
4380 (Printing a Texinfo file): Mention texi2pdf.
4381 (Informational files for Emacs): Don't describe FTP or SERVICE, they
4382 are just stubs nowadays.
4383 (Latest version of Emacs): Explain version numbers.
4384 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
4385 (Turning on syntax highlighting): No need to mention hilit19 any more.
4386 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
4387 (Modes for various languages): Remove section.
4388 (Major packages and programs): Remove most version and maintainer
4389 information - it's hard to keep up-to-date, and adds nothing.
4390 Similarly with direct links to mailing lists.
4391 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
4392 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
4393 years, and Emacs comes with tools for this now.
4394 (Patch): Remove section - this is a standard tool.
4395 (Using function keys under X): Remove section.
4396
93e2d996
GM
43972009-06-12 Glenn Morris <rgm@gnu.org>
4398
4399 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
4400 (Help installing Emacs): Remove reference to deleted X11 node.
4401 (Associating modes with files): Interpreter-mode-alist is no longer
4402 subservient to auto-mode-alist.
4403 (Installing Emacs): Change future Emacs version.
4404 (Linking with -lX11 fails): Remove old section.
4405 (Packages that do not come with Emacs): Update ELL location.
4406 Emacs Lisp archive is dead.
4407 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
4408 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
4409 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
4410 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
4411 (Removing flashing messages): Remove section about non-existent Gnus
4412 option.
4413
f0bf7708
GM
4414 * faq.texi (Top): Add @top command.
4415 Remove the optional arguments from all @node commands: makeinfo can
4416 generate these automatically, and it is easier to edit and rearrange
4417 nodes without them.
4418
30884d11
GM
44192009-06-11 Glenn Morris <rgm@gnu.org>
4420
4421 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
4422 (The LPF): Make the updated URL the sole reference point.
4423 (Learning how to do something): Update refcard price and format.
4424 (Getting a printed manual): Sources in doc/emacs/, not man/.
4425 Also available in PDF format. Since the page count varies, be less
4426 precise.
4427 (Informational files for Emacs): Remove references to deleted files
4428 LPF and SUN-SUPPORT, and to UUCP.
4429 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
4430 Remove many obsolete ways to get the FAQ, which now seems only to be
4431 distributed with Emacs.
4432 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
4433
deab46e0
CY
44342009-06-09 Chong Yidong <cyd@stupidchicken.com>
4435
223b43fa 4436 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 4437 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 4438
deab46e0
CY
4439 * ada-mode.texi (Installation, Compile commands)
4440 (Project File Overview, No project files, Set compiler options)
4441 (Use GNAT project file, Use multiple GNAT project files)
4442 (Identifier completion): Use @samp for menu items, and @kbd for key
4443 sequences (Bug#3504).
4444
71fbd643
DU
44452009-06-04 Daiki Ueno <ueno@unixuser.org>
4446
8c9bb6f5 4447 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 4448
f197085b
CY
44492009-06-04 Ryan Yeske <rcyeske@gmail.com>
4450
4451 * message.texi (Header Commands): Fix descriptions to match
4452 keybindings.
4453
7f3bc720
DU
44542009-04-22 Daiki Ueno <ueno@unixuser.org>
4455
4456 * gnus.texi (Security): Mention that EasyPG is the current default.
4457
4518068d
CY
44582009-04-13 Chong Yidong <cyd@stupidchicken.com>
4459
4460 * ediff.texi (Session Commands): Fix typo.
4461
d7ca410a
MB
44622009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
4463
4464 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
4465 news.software.readers. Reported by Florian Rehnisch.
4466
c6c76add
GM
44672009-04-02 Glenn Morris <rgm@gnu.org>
4468
4469 * auth.texi: Capitalize direntry.
4470
4471 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
4472 using a period in the entry name. (Bug#2797)
4473
35ed8e2e
JB
44742009-03-03 Juanma Barranquero <lekktu@gmail.com>
4475
4476 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
4477 ($(infodir)/auth, auth.dvi): New targets.
4478
e280480a
GM
44792009-03-03 Glenn Morris <rgm@gnu.org>
4480
4481 * auth.texi: Fix @setfilename.
4482
4483 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4484 (auth, $(infodir)/auth, auth.dvi): New rules.
4485
8a76755b
GM
44862009-02-25 Glenn Morris <rgm@gnu.org>
4487
4488 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
4489
0038d478
MB
44902009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4491
4492 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4493
44942009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4495
4496 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4497 gnus-nocem-issuers, and gnus-nocem-verifyer.
4498
867d4bb3
JB
44992009-02-20 Juanma Barranquero <lekktu@gmail.com>
4500
4501 * ada-mode.texi (Project files, Automatic Casing):
4502 * dbus.texi (Signals):
4503 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4504 * mh-e.texi (HTML):
4505 * nxml-mode.texi (Locating a schema)
4506 (Using the document's URI to locate a schema):
4507 * org.texi (Footnotes, Using the mapping API):
4508 * rcirc.texi (Channels): Remove duplicate words.
4509
3a44dc1f
GM
45102009-02-20 Glenn Morris <rgm@gnu.org>
4511
4512 * dired-x.texi (Miscellaneous Commands):
4513 * gnus.texi: Minor updates for mbox Rmail.
4514
5dc584b5
KB
45152009-02-16 Karl Berry <karl@gnu.org>
4516
b59a8457
GM
4517 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4518 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4519 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4520 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4521 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4522 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4523 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4524 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4525 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4526 Consistently use @insertcopying in the Top node,
5dc584b5 4527 @contents at the front (after @end titlepage),
b59a8457 4528 and @direntry after @copying. (Bug#1988)
5dc584b5 4529
9eb59592
MB
45302009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4531
4532 * auth.texi: New file documenting auth-source.
4533
d324fa76
CD
45342009-02-13 Carsten Dominik <dominik@science.uva.nl>
4535
4536 * org.texi (Org Plot): Fix link.
4537
7a603b73
DU
45382009-02-09 Daiki Ueno <ueno@unixuser.org>
4539
4540 * epa.texi (Mail-mode integration): Mention the way to do
4541 "encrypt-to-self". (Bug#1807)
4542
a626b338 45432009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4544
4545 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4546
3b36c17e
MB
45472009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4548
4549 * gnus-news.texi: Print version about Incoming*.
4550
55033558
CD
45512009-02-02 Carsten Dominik <dominik@science.uva.nl>
4552
4553 * org.texi (Structure editing, Handling links)
4554 (Fast access to TODO states, Javascript support): Make standard docs
4555 correctly reflect default variable settings.
4556
ec712abb
GM
45572009-02-02 Glenn Morris <rgm@gnu.org>
4558
4559 * org.texi: Fix typos.
4560
7112648c
MA
45612009-02-01 Michael Albinus <michael.albinus@gmx.de>
4562
4563 Sync with Tramp 2.1.15.
4564
4565 * trampver.texi: Update release number.
4566
2e461fc1
CD
45672009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4568
4569 * org.texi (TODO dependencies): Document TODO dependencies on
4570 checkboxes.
4571
bc283609
CD
45722009-01-30 Carsten Dominik <dominik@science.uva.nl>
4573
4574 * org.texi (TODO dependencies): Document key binding for toggling
4575 ORDERED property.
4576
74fc5047
MA
45772009-01-28 Michael Albinus <michael.albinus@gmx.de>
4578
4579 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4580 of hook functions.
4581
d6685abc
CD
45822009-01-28 Carsten Dominik <dominik@science.uva.nl>
4583
4584 * org.texi (TODO dependencies): New section.
4585
65c439fd
CD
45862009-01-27 Carsten Dominik <dominik@science.uva.nl>
4587
4588 * org.texi (Plain lists, TODO basics, Priorities)
4589 (Multiple sets in one file, Conflicts): Document interaction with
4590 `shift-selection-mode'.
4591
5fafc247
JB
45922009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4593
4594 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4595 Make Calc the subject of sentences.
4596 (Rearranging Formulas using Selections): Discuss new options
4597 for `j *'.
4598
e7433508
MA
45992009-01-26 Michael Albinus <michael.albinus@gmx.de>
4600
4601 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4602
2096a1b6
GM
46032009-01-26 Glenn Morris <rgm@gnu.org>
4604
4605 * org.texi: Fix typos.
4606
0cb61492
BW
46072009-01-26 Bill Wohler <wohler@newt.com>
4608
2096a1b6 4609 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4610
0bd48b37
CD
46112009-01-25 Carsten Dominik <dominik@science.uva.nl>
4612
4613 * org.texi (References): Add information about remote references.
4614 (Built-in table editor): Document `C-c RET' in tables.
4615 (Math symbols, Quoting LaTeX code): Mention that simple
4616 LaTeX macros survive LaTeX export.
4617 (Images in LaTeX export): Show how to create a reference to a
4618 figure.
4619 (Sectioning structure): Document that the LaTeX class can be
4620 specified in a property.
4621 (Text areas in HTML export): New section.
4622 (External links): Add examples for text search and ID links.
4623 (Built-in table editor): Remove the descriptio of `C-c
4624 C-q', it not longer works.
4625 (Literal examples): Document that a space must follow
4626 the colon in short examples.
4627 (Relative timer): Document `org-timer-stop'.
4628 (Footnotes): New section.
4629 (Footnote markup): Shorten section and refer to new Footnote
4630 section.
4631 (Literal examples): Add documentation for line
4632 numbering in and references to code examples.
4633 (CSS support): Fix the description of default CSS styles.
4634 (Capturing column view): Document
4635 "file:path/to/file.org" as an allowed value for the ID property of
4636 a dynamic block copying column view.
4637
49dbbaf2
SE
46382009-01-23 Stephen Eglen <stephen@gnu.org>
4639
4640 * mh-e.texi (Getting Started): Describe $MH.
4641
193e6828
MA
46422009-01-21 Michael Albinus <michael.albinus@gmx.de>
4643
4644 * tramp.texi (all): Harmonize usage of "external method",
4645 "external transfer method" and "out-of-band method".
4646 (Connection types): Precise the differences of inline and external
4647 methods. Written by Adrian Phillips <a.phillips@met.no>.
4648
26b9f88d
MB
46492009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4650
4651 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4652 commands as described at the top. Reported by Allan Gottlieb
4653 <gottlieb@nyu.edu>.
4654
46552009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4656
4657 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4658 nnmail-pathname-coding-system.
4659
377952e0
GM
46602009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4661
4662 * org.texi (Relative timer): Fix typo.
4663
a20d3598
JB
46642009-01-15 Juanma Barranquero <lekktu@gmail.com>
4665
4666 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4667 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4668
a50253cc
GM
46692009-01-13 Glenn Morris <rgm@gnu.org>
4670
4671 * org.texi: Fix some more typos.
4672
07450bee
GM
46732009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4674
4675 * org.texi: Fix some typos.
4676
e3e955fe
MB
46772009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4678
4679 * gnus.texi (Group Parameters): Add note for local variables.
4680
46812009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4682
0c7efc08
SM
4683 * gnus.texi (Converting Kill Files): Fix URL.
4684 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4685
46862009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4687
4688 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4689 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4690 (Paging the Article): Add index entry.
4691
71dd9983
JB
46922009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4693
4694 * ada-mode.texi (Examples): Delete redundant text.
4695
4a0cf14f
MA
46962009-01-03 Michael Albinus <michael.albinus@gmx.de>
4697
36c8febb 4698 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4699
4700 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4701 addresses.
4702
aedac0f0
BW
47032009-01-03 Bill Wohler <wohler@newt.com>
4704
4705 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4706 kept empty.
4707
4c65b566
CD
47082008-12-20 Carsten Dominik <dominik@science.uva.nl>
4709
4710 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4711 (HTML Export commands, LaTeX/PDF export commands):
4712 Improve documentation about transient-mark-mode.
e9fce1ac 4713 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4714 to fields in the last table row.
4715
e1a78e1e
JL
47162008-12-19 Juri Linkov <juri@jurta.org>
4717
4718 * info.texi (Search Text): Remove mention of removed key binding M-s.
4719
17a0aa82
CD
47202008-12-18 Carsten Dominik <dominik@science.uva.nl>
4721
4722 * org.texi (References): Remove mentioning of @0 as reference for the
4723 last line, this has been reverted in the Lisp sources.
4724
4997d802
JB
47252008-12-17 Juanma Barranquero <lekktu@gmail.com>
4726
4727 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4728 (DVI_TARGETS): Remove duplicates. Add sasl.
4729 ($(infodir)/sasl, sasl.dvi): New targets.
4730
33306645
CD
47312008-12-17 Carsten Dominik <dominik@science.uva.nl>
4732
4733 * org.texi: Version number pushed to 6.15d.
4734
db55f368
CD
47352008-12-16 Carsten Dominik <dominik@science.uva.nl>
4736
a0bf4117 4737 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4738 (Images in LaTeX export): New section.
4739 (Inlined images, Images in HTML export): Sections renamed.
4740
dae0a942
MB
47412008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4742
4743 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4744
9f5572e9
MB
47452008-12-04 David Engster <dengste@eml.cc>
4746
4747 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4748 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4749
bc23baaa
CD
47502008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4751
4752 * org.texi (Using the mapping API): Fix bug in mapping example.
4753 (Publishing options): Make the list of properties complete again, in
4754 correspondence to the variable `org-export-plist-vars'.
4755 (Property searches): Document new special values for time comparisons.
4756 (Tag inheritance): Refine the description of tag inheritance.
4757 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4758 (Effort estimates): Document the new relative timer.
bc23baaa 4759
3bf8054f
JB
47602008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4761
4762 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4763 (Using Calc): Clarify use of `C-x * o'.
4764 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4765
ac134f2f
RS
47662008-11-28 Richard M Stallman <rms@gnu.org>
4767
4768 * dbus.texi (Receiving Method Calls): Clean up previous change.
4769
ace706d1
MA
47702008-11-26 Michael Albinus <michael.albinus@gmx.de>
4771
4772 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4773 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4774 `dbus-unescape-from-identifier'.
4775 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4776 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4777 (Signals): Use the constants in the example.
4778
d60b1ba1
CD
47792008-11-24 Carsten Dominik <dominik@science.uva.nl>
4780
b97439ce 4781 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4782
ce4fdcb9
CD
47832008-11-23 Carsten Dominik <dominik@science.uva.nl>
4784
4785 * org.texi (Setting up Remember): Document `org-remember-mode'.
4786 (External links): Document that bbdb links can use a regular
4787 expression.
4788 (External links): Document that elisp links can contain interactive
4789 commands.
4790
c8548a00 47912008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4792
4793 * viper.texi (viper-translate-all-ESC-keysequences):
4794 Description removed.
4795
6a2c4aec
GM
47962008-11-19 Glenn Morris <rgm@gnu.org>
4797
4798 * doclicense.texi: Change to FDL 1.3.
4799 Relicense all texi files under FDL 1.3 or later.
4800
59ee4113
JB
48012008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4802
4803 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4804
59bcbb98 48052008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4806
0c7efc08 4807 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4808
4809 * ediff.texi: Version/date change.
9f90198a 4810
8aa41c9b
CY
48112008-11-14 Chong Yidong <cyd@stupidchicken.com>
4812
4813 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4814
17587b1b
JB
48152008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4816
4817 * calc.texi (About This Manual): Comment out a mention of
4818 marginal notes.
4819
564c900e
CD
48202008-11-12 Carsten Dominik <dominik@science.uva.nl>
4821
4822 * org.texi (Clocking work time): Document the :formula property of
4823 clock tables.
4824 (Structure editing, Refiling notes): Document refiling regions.
4825 (Agenda commands): Document the double-prefix version
4826 of the `l' command in the agenda.
4827 (Handling links): Explain the effect of a double prefix
4828 arg to `C-c C-o'.
4829 (TODO basics): Add documentation for tag triggers.
4830
3c4be1f2
GM
48312008-10-23 Glenn Morris <rgm@gnu.org>
4832
4833 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4834 byte-compiling things like `+'.
4835
4836 * ns-emacs.texi: Merge copyright years of author now with assignment
4837 into FSF years.
4838 (VER): Use it for easier automatic updating. Use Emacs version rather
4839 than standalone Emacs.app version.
4840
a6520ff3
CD
48412008-10-12 Carsten Dominik <dominik@science.uva.nl>
4842
864c9740 4843 * org.texi: Lots of minor fixes.
a6520ff3
CD
4844 (Capture): New chapter.
4845 (Org Plot): New section.
4846
db7a4b66
MH
48472008-09-30 Magnus Henoch <mange@freemail.hu>
4848
4849 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4850
4043c194
JB
48512008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4852
4853 * calc.texi (User Defined Units): Mention how to enter optional display
4854 string.
4855
eef5ade7
MB
48562008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4857
0c7efc08 4858 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4859 avoid the "y/n" wording.
4860
e52cac88
MB
48612008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4862
0c7efc08 4863 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4864
48652008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4866
4867 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4868 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4869
00c55306
BW
48702008-09-22 Bill Wohler <wohler@newt.com>
4871
4872 Release MH-E manual version 8.1.
4873
4874 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4875 release 8.1.
4876
4877 * mh-e.texi: Retain dual license as agreed to by the FSF.
4878 However, bump GPL to Version 3.
4879 Use @include for license text.
4880
e52cac88 48812008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4882
4883 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4884 (Store custom flags and keywords, Store arbitrary data):
4885 Clean up markup.
64763fe3
MB
4886
48872008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4888
4889 * gnus.texi (The Gnus Registry): Document it.
4890
9e601b8d
MB
48912008-09-08 David Engster <dengste@eml.cc>
4892
88ee5b02
JB
4893 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4894 Clarify section about choosing back end servers.
9e601b8d 4895
247043f1
GM
48962008-08-23 Glenn Morris <rgm@gnu.org>
4897
4898 * dired-x.texi (Shell Command Guessing):
4899 Mention dired-guess-shell-case-fold-search. (Bug#417)
4900
2bfec7a0
MA
49012008-08-22 Michael Albinus <michael.albinus@gmx.de>
4902
4903 * trampver.texi: Update release number.
4904
247043f1 49052008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4906
4907 * ns-emacs.texi: Update version.
4908 (Introduction): Correct menu location for options save.
4909 (Customization): Note that defaults are stored under org.gnu.Emacs.
4910
8c20bd92
BW
49112008-08-11 Bill Wohler <wohler@newt.com>
4912
4913 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4914 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4915 Henman) (closes SF #1768928).
4916
767a4d92
GM
49172008-08-10 Glenn Morris <rgm@gnu.org>
4918
4919 * ns-emacs.texi: Use @copying. Change copyright of authors with
4920 assignment to FSF. Change license to GFDL.
4921 (Top): Remove outdated references.
4922
6ecfe5c2
MB
49232008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4924
88ee5b02
JB
4925 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4926 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4927 gnus-summary-sort-by-most-recent-date.
4928 (Summary Sorting): Explain prefix argument.
4929
49302008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4931
4932 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4933 gnus-summary-pipe-output.
4934
eb932e8a
MA
49352008-08-03 Michael Albinus <michael.albinus@gmx.de>
4936
4937 * dbus.texi (Receiving Method Calls): Document error handling of own
4938 D-Bus methods.
4939
bfe16263
BW
49402008-08-01 Bill Wohler <wohler@newt.com>
4941
4942 * mh-e.texi (Reading Mail)
9f90198a 4943 (Viewing Attachments): Describe new function
bfe16263
BW
4944 mh-show-preferred-alternative.
4945 (Sending Mail, Redistributing, Sending Message): Describe new hook
4946 mh-annotate-msg-hook.
4947
21956b56
MA
49482008-07-31 Michael Albinus <michael.albinus@gmx.de>
4949
4950 * dbus.texi (Arguments and Signatures): Fix example.
4951 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4952 (Asynchronous Methods): New node.
9f90198a
JB
4953 (Errors and Events): Describe extended layout of `dbus-event'.
4954 New defun `dbus-event-message-type'.
21956b56 4955
7c2fb837
DN
49562008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4957
4958 * ediff.texi: Remove VMS support.
4959
13662773
JB
49602008-07-29 Juanma Barranquero <lekktu@gmail.com>
4961
4962 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4963 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4964
ddde0b34
CY
49652008-07-29 Chong Yidong <cyd@stupidchicken.com>
4966
4967 * Makefile.in: Add mairix-el targets.
4968
49692008-07-29 David Engster <deng@randomsample.de>
4970
4971 * mairix-el.texi: New file.
4972
d5875b25
JB
49732008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4974
366b7d44
JB
4975 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4976 project files. Delete 'main_unit' project variable; not needed. Allow
4977 process environment variables wherever project variables are allowed.
4978 Add tutorial section on multiple GNAT project files.
d5875b25 4979
6cbab8ee
MA
49802008-07-27 Michael Albinus <michael.albinus@gmx.de>
4981
4982 Sync with Tramp 2.1.14.
4983
4984 * trampver.texi: Update release number.
4985
9e2a2647
DN
49862008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4987
4988 * ns-emacs.texi:
4989 * faq.texi: Remove mentions of Mac Carbon.
4990
d62672f3
MB
49912008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4992
4993 * gnus.texi (Saving Articles): Describe the 2nd argument of
4994 gnus-summary-save-in-pipe.
4995 (SpamAssassin): Use it.
4996
49972008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4998
4999 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
5000
dd12e1c6
CD
50012008-07-25 Carsten Dominik <dominik@science.uva.nl>
5002
5003 * org.texi (Export options): Document the use of the creator flag.
5004
44ce9197
CD
50052008-07-24 Carsten Dominik <dominik@science.uva.nl>
5006
5007 * org.texi: New version 6.06a.
5008
ddd13c5d
JB
50092008-07-23 Juanma Barranquero <lekktu@gmail.com>
5010
5011 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
5012 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
5013
8dc6104d
JB
50142008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
5015
5016 * calc.texi (Editing Stack Entries):
5017 (Algebraic Entry): Rewrite introductory sentences so it can be used by
5018 Calc's help functions. Mention fixing typos.
5019 (Customizing Calc): Fix typo.
5020
50212008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
5022
5023 * calc.texi (summarykey): New macro. Use to correctly format keys in
5024 the summary.
5025
ddd13c5d 50262008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
5027
5028 * ns-emacs.texi (Customization): Corrected documentation on color
5029 specification formats.
5030
568beaa2
AS
50312008-07-19 Andreas Schwab <schwab@suse.de>
5032
db8ef699 5033 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
5034
5035 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
5036 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
5037
cd71b9ae
MA
50382008-07-18 Michael Albinus <michael.albinus@gmx.de>
5039
5040 * dbus.texi (Inspection): Rework, introduce submenus.
5041 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
5042 (Properties and Annotations, Arguments and Signatures): New nodes.
5043
9b7993b4
MA
50442008-07-13 Michael Albinus <michael.albinus@gmx.de>
5045
5046 * dbus.texi (Receiving Method Calls): Fix description of
5047 `dbus-register-method'.
5048 (Signals): Allow also signal arguments for filtering in
5049 `dbus-register-signal'.
5050
241d447b
JB
50512008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
5052
5053 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
5054 `cnorm'.
5055 (Arithmetic Tutorial): Simplify the verification of prime factors.
5056
adb46650
MB
50572008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5058
5059 * gnus.texi (Saving Articles): Mention
5060 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
5061
92e15881
JB
50622008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
5063
5064 * calc.texi: Adjust mode line throughout.
5065
ea597303
JB
50662008-06-28 Juanma Barranquero <lekktu@gmail.com>
5067
5068 * sasl.texi (Mechanisms): Fix typos.
5069
aee08080
JB
50702008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5071
5072 * calc.texi (Killing from the stack): Mention using normal Emacs
5073 copying.
5074
a06a4a12
MA
50752008-06-21 Michael Albinus <michael.albinus@gmx.de>
5076
0c7efc08 5077 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 5078 Add `auth-source' mechanism.
a06a4a12
MA
5079 (Connection caching): Tramp reopens the connection automatically,
5080 when the operating system on the remote host has been changed.
5081
7389398d
EZ
50822008-06-20 Eli Zaretskii <eliz@gnu.org>
5083
5084 * makefile.w32-in (distclean): Remove makefile.
5085
b349f79f
CD
50862008-06-17 Carsten Dominik <dominik@science.uva.nl>
5087
3f9b4c2b 5088 * org.texi (Using the mapping API): New section.
b349f79f 5089 (Agenda column view): New section.
3f9b4c2b 5090 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 5091 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 5092 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
5093
50942008-06-17 Jason Riedy <jason@acm.org>
5095
5096 * org.texi (A LaTeX example): Note that fmt may be a one-argument
5097 function, and efmt may be a two-argument function.
5098 (Radio tables): Document multiple destinations.
5099
cd5c05d2
GM
51002008-06-16 Glenn Morris <rgm@gnu.org>
5101
5102 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
5103 Add Cover-Texts.
5104
debf4439
GM
51052008-06-15 Glenn Morris <rgm@gnu.org>
5106
5107 * faq.texi (VER): Update to 23.0.60.
5108
5109 * mh-e.texi: Remove option of licensing under GPL.
5110 Add Cover-Texts to GFDL permissions notice.
5111 (GPL): Remove section.
5112 (GFDL): Include doclicense.texi rather than the actual text.
5113
5114 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
5115 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
5116
5117 * sasl.texi: Fix output file name.
5118
5119 * epa.texi, sasl.texi: Refer to license in Emacs manual.
5120
5121 * gnus-coding.texi: Refer to license in Gnus manual.
5122
5123 * idlwave.texi, sasl.texi: Use @copying.
5124
5125 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
5126
5127 * speedbar.texi: Update Back-Cover Text as per maintain.info.
5128
5129 * url.texi: Use @copying, @title, @subtitle, @author.
5130
5131 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
5132 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
5133 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
5134 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
5135 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
5136 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
5137 * widget.texi, woman.texi:
5138 Remove references to external license, since doclicense is included.
5139
5140 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
5141 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
5142 Remove references to non-existent Invariant Sections.
5143
091f8bc1
GM
51442008-06-14 Glenn Morris <rgm@gnu.org>
5145
5146 * faq.texi (Major packages and programs): Remove references to external
5147 Supercite, Calc, VIPER, since they have been included for some time.
5148 Update VM, AUCTeX, BBDB entries.
5149
47bcb4d3
UJ
51502008-06-14 Ulf Jasper <ulf.jasper@web.de>
5151
5152 * newsticker.texi: Updated to match latest newsticker changes.
5153
6f093307
GM
51542008-06-13 Glenn Morris <rgm@gnu.org>
5155
5156 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
5157 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
5158 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
5159 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
5160 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
5161 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
5162 * woman.texi:
5163 Update Back-Cover Text as per maintain.info.
5164
2b968687
MB
51652008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5166
5167 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
5168
5169 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
5170 (gnus-faq.xml): Update repository host.
5171
2b968687
MB
5172 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
5173
51742008-06-15 Frank Schmitt <ich@frank-schmitt.net>
5175
5176 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
5177 Fix a typo.
5178
51792008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5180
5181 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 5182 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
5183 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
5184
51852008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5186
5187 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
5188 coding standards.
5189
51902008-06-14 David Engster <dengste@eml.cc>
5191
5192 * gnus.texi (nnmairix): Markup fixes.
5193
e6d2d263
MB
51942008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5195
2b968687 5196 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
5197
51982008-06-05 David Engster <dengste@eml.cc>
5199
5200 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
5201
52022008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5203
b344d29d 5204 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
5205 (Searching, nnir, nnmairix): New stub nodes.
5206
ad231df6 52072008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
5208
5209 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
5210
f394fa25
MB
52112008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
5212
5213 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
5214
58333467
MB
52152008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
5216
5217 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
5218
67525fb9
JY
52192008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
5220
5221 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
5222
0549d8fc
JB
52232008-05-06 Juanma Barranquero <lekktu@gmail.com>
5224
5225 * info.texi (Top): Fix typo in xref.
5226
149a3837
KB
52272008-05-05 Karl Berry <karl@gnu.org>
5228
5229 * info.texi (Top): @xref to stand-alone manual.
5230
3a23a519
MB
52312008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5232
5233 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
5234 (Various Summary Stuff): Fix typo in last xref.
5235
0a29fbf3
JB
52362008-05-02 Juanma Barranquero <lekktu@gmail.com>
5237
5238 * org.texi (Moving subtrees): Fix typo.
5239
586b90f1
MA
52402008-04-28 Michael Albinus <michael.albinus@gmx.de>
5241
5242 * tramp.texi (Frequently Asked Questions): Explain, how to disable
5243 Tramp via `tramp-mode'.
5244
b5af9883
CD
52452008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
5246
5247 * org.texi: Massive changes, in many parts of the file.
5248
d55fe5bb
MB
52492008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5250
5251 * gnus.texi (Oort Gnus): Add message-fill-column.
5252
52532008-04-12 Adrian Aichner <adrian@xemacs.org>
5254
5255 * gnus.texi (Mail Source Specifiers): Typo fix.
5256
52572008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5258
5259 * gnus.texi (Diary Headers Generation): Update key binding for
5260 `gnus-diary-check-message'.
5261
52622008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5263
5264 * gnus.texi (Emacsen): Addition.
5265
52662008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5267
5268 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
5269
52702008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5271
5272 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
5273
52742008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5275
5276 * gnus-news.texi: Update tool bar item.
5277
52782008-04-09 Sven Joachim <svenjoac@gmx.de>
5279
5280 * gnus-news.texi: Fix typos.
5281
76c109c3
JB
52822008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
5283
222027f2 5284 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
5285 Add mention of `kron'.
5286
d5fbd5a6
MO
52872008-04-01 Daiki Ueno <ueno@unixuser.org>
5288
0c7efc08
SM
5289 * epa.texi (Encrypting/decrypting *.gpg files):
5290 Document epa-file-name-regexp.
d5fbd5a6 5291
fbcbb58c
KY
52922008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5293
5294 * gnus.texi (Example Methods): Fix description about ssh-agent.
5295 (Indirect Functions): Fix the default value of nntp-telnet-command;
5296 remove link to connect.html.
5297
134ce16c
MA
52982008-03-30 Michael Albinus <michael.albinus@gmx.de>
5299
5300 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
5301 dbus-call-method.
5302 (Receiving Method Calls): The timeout can be set by the calling client.
5303
da1975d7
MA
5304 * trampver.texi: Update release number.
5305
2e4089ab
RS
53062008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
5307
5308 * gnus.texi (Top): Fix version. Add SASL.
5309
70cab5a9
MA
53102008-03-29 Michael Albinus <michael.albinus@gmx.de>
5311
5312 Sync with Tramp 2.1.13.
5313
5314 * trampver.texi: Update release number.
5315
5bc6ddff
MB
53162008-03-29 Chong Yidong <cyd@stupidchicken.com>
5317
5318 * org.texi: Update to new org-mode website.
5319
53202008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5321
5322 * cl.texi (For Clauses): Fix loop over key-seq to match code.
5323
9b3ebcb6
MB
53242008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5325
5326 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
5327 gnus-read-ephemeral-gmane-group-url,
5328 gnus-read-ephemeral-emacs-bug-group,
5329 gnus-read-ephemeral-debian-bug-group.
5330
53312008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5332
5333 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
5334
5335 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
5336 Add FIXMEs for Bookmarks and gnus-registry-marks.
5337
53382008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5339
5340 * gnus.texi (Smileys): Document `smiley-style'.
5341
53422008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5343
5344 * gnus.texi (Gnus Development): Clarify difference between ding and
5345 gnu.emacs.gnus.
5346 (MIME Commands, Using MIME, RSS): Fix markup.
5347
5348 * gnus-faq.texi ([8.4]): Ditto.
5349
53502008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5351
5352 * gnus.texi (Emacsen): Remove obsolete stuff.
5353
53542008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5355
5356 * gnus.texi (Oort Gnus): Add version info WRT
5357 `mail-source-delete-incoming'.
5358
53592008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5360
5361 * gnus.texi (Top): Add "Other related manuals" and version info in
5362 `iftex' output.
5363 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
5364 gnus-balloon-face-0 and the corresponding format specifiers.
5365
608d6a81
MA
53662008-03-26 Michael Albinus <michael.albinus@gmx.de>
5367
5368 * tramp.texi (Filename completion): Remove footnote about let-bind
5369 of `partial-completion-mode'. It doesn't work this way.
5370
27a6f132
SM
53712008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 * pcl-cvs.texi (Contributors): Update my email.
5374
4a7c4c40
MA
53752008-03-21 Michael Albinus <michael.albinus@gmx.de>
5376
5377 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
5378
2940c053
BW
53792008-03-17 Bill Wohler <wohler@newt.com>
5380
5381 * mh-e.texi (Viewing): Update URL for adding header fields to
5382 mh-invisible-header-fields-default.
5383
30864d5f
BW
53842008-03-16 Bill Wohler <wohler@newt.com>
5385
5386 * mh-e.texi (Preface): Add Gnus to requirements.
5387 (Forwarding): Note that forwarded MIME messages are now inline.
5388
31fe2b00
SM
53892008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
5392 (Common Variables): Give precedence to the netcat methods over the
5393 telnet methods, and mention that they are more reliable.
31fe2b00 5394
5e97c626
CD
53952008-03-13 Carsten Dominik <dominik@science.uva.nl>
5396
5397 * org.texi (Exporting Agenda Views): Document agenda export to
5398 iCalendar.
5399 (Progress logging): Document the new progress logging stuff.
5400
37a68866
MB
54012008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5402
5403 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
5404 Update for change of `mail-source-delete-incoming'.
5405
5406 * gnus-news.texi: Ditto.
5407
8f7abae3
MB
54082008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5409
5410 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
5411 custom versions.
5412
af379c86
AM
54132008-03-07 Alan Mackenzie <acm@muc.de>
5414
5415 * cc-mode.texi (Limitations and Known Bugs): State that the number of
5416 parens/brackets in a k&r region is limited.
5417
3d0f8a67
MB
54182008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5419
5420 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
5421 using different Emacs versions.
5422
52151df0
GM
54232008-02-27 Glenn Morris <rgm@gnu.org>
5424
5425 * sc.texi: Remove a lot of old and obsolete info.
5426 (titlepage): Simplify.
5427 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
5428 (VM with any Emacsen, GNEWS with any Emacsen)
5429 (Overloading for Non-conforming MUAs, Version 3 Changes)
5430 (The Supercite Mailing List): Delete nodes.
5431 (Introduction): Remove info about old packages.
5432 (Getting Connected): Simplify. Remove info about old packages.
5433 (Citing Commands): Delete Emacs 19 info.
5434 (Hints to MUA Authors): Simplify.
5435 (Thanks and History): Merge in some info from the deleted node
5436 "Version 3 Changes".
5437
b03f96dc
MB
54382008-02-05 Juanma Barranquero <lekktu@gmail.com>
5439
5440 * org.texi (Setting tags, In-buffer settings):
5441 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
5442
52bec650
MB
54432008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5444
5445 * gnus-news.texi: Mention that spaces and tabs are allowed in the
5446 installation directory name.
5447
34a3c587
RF
54482008-02-12 Romain Francoise <romain@orebokech.com>
5449
5450 * epa.texi (Overview): Fix typo.
5451
5a8d03e9
MO
54522008-02-11 Daiki Ueno <ueno@unixuser.org>
5453
5454 * epa.texi (Quick start): Remove the .emacs setting.
5455
f1914c40
MO
54562008-02-10 Daiki Ueno <ueno@unixuser.org>
5457
5458 * epa.texi (Quick start): Use the command `epa-enable' instead of
5459 loading `epa-setup'.
5460
bca98fc9
JB
54612008-02-08 Juanma Barranquero <lekktu@gmail.com>
5462
5463 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
5464 ($(infodir)/epa, epa.dvi): New targets.
5465
4b01af2e
MO
54662008-02-08 Daiki Ueno <ueno@unixuser.org>
5467
5468 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
5469
5470 * epa.texi: New manual documenting the EasyPG Assistant.
5471
06c0751a
MA
54722008-02-06 Michael Albinus <michael.albinus@gmx.de>
5473
5474 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
5475 (Inspection): New function dbus-ping.
5476
7dcccd7b
MA
54772008-02-05 Michael Albinus <michael.albinus@gmx.de>
5478
5479 * tramp.texi (Remote processes): Add `shell-command'.
5480
a1da1e37
MB
54812008-01-28 Michael Sperber <sperber@deinprogramm.de>
5482
5483 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5484 (Group Parameters): Document `mail-source' parameter.
5485
c9d8f746
MA
54862008-01-27 Michael Albinus <michael.albinus@gmx.de>
5487
5488 * tramp.texi (Inline methods): The hostname of the su(do)? methods
5489 must be a local host.
5490
15db4a13
MO
54912008-01-26 Michael Olson <mwolson@gnu.org>
5492
5493 * erc.texi: Update version for ERC 5.3 release.
5494 (Obtaining ERC): Update extras URLs for 5.3.
5495 (Development): Write instructions for git, and remove those for Arch.
5496 (History): Mention the switch to git.
5497
2bc43980
KB
54982008-01-24 Karl Berry <karl@gnu.org>
5499
bca98fc9
JB
5500 * info.texi (Search Index, Search Text): Mention the command
5501 character in the section name, a la the (Go to node) node.
2bc43980 5502
d2e4a6c9
MA
55032008-01-21 Michael Albinus <michael.albinus@gmx.de>
5504
5505 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5506
0b6799c3
MB
55072008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5508
5509 * gnus-news.texi: Mention gnus-article-describe-bindings.
5510
55112008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5512
5513 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5514
db9c3fb1 55152008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 5516
7b4d0413 5517 * org.texi (Property inheritance): New section.
db9c3fb1 5518 (Conventions): New section.
7b4d0413 5519 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
5520 commands, and the new bindings for refiling.
5521 (Sparse trees): Document the new special command for sparse trees.
5522 (References): Be more clear about the counting of hilines.
5523 (Handling links): Document M-p/n for accessing links.
5524 (Fast access to TODO states): New section.
5525 (Per file keywords): New section.
5526 (Property inheritance): New section.
5527 (Column attributes): New summary types.
5528 (Capturing Column View): New section.
5529 (The date/time prompt): Cover the new features in the date/time prompt.
5530 Compactify the table of keys for the calendar remote control.
5531 (Clocking work time): Document the new :scope parameter.
5532 (Remember): Promoted to chapter.
5533 (Quoted examples): New section.
5534 (Enhancing text): New verbatim environments.
5535
6ed73f28
MA
55362008-01-14 Michael Albinus <michael.albinus@gmx.de>
5537
5538 * trampver.texi: Update release number.
5539
95838435
MB
55402008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5541
0c7efc08
SM
5542 * gnus.texi (Article Keymap):
5543 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5544 gnus-article-reply-with-original and
5545 gnus-article-followup-with-original.
5546
20234d96
GM
55472008-01-09 Glenn Morris <rgm@gnu.org>
5548
5549 * nxml-mode.texi: Add @copying section.
5550
d82cf70b
MB
55512008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5552
5553 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5554 Server". Add `message-send-mail-with-mailclient'.
5555
5556 * gnus.texi (Posting Server): Move some text to "(message)Mail
5557 Variables" and add a reference here.
5558
addb7f2e
MA
55592008-01-04 Michael Albinus <michael.albinus@gmx.de>
5560
5561 * dbus.texi (Receiving Method Calls): New chapter.
5562 (Errors and Events): Add serial number to events. Replace "signal" by
5563 "message". Introduce dbus-event-serial-number.
5564
4db2806c
MA
55652008-01-03 Michael Albinus <michael.albinus@gmx.de>
5566
5567 * dbus.texi (Type Conversion): Explain the type specification for empty
5568 arrays. Use another example.
5569
c9ecb5a7
MA
55702007-12-30 Michael Albinus <michael.albinus@gmx.de>
5571
5572 * dbus.texi (all): Replace "..." by @dots{}.
5573 (Type Conversion): Precise the value range for :byte types.
5574 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5575 Mention its return value.
5576 (Errors and Events): There is no D-Bus error propagation during event
5577 processing.
5578
702dbfd9
JB
55792007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5580
5581 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5582 New sections.
5583
87035689
MB
55842007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5585
5586 * gnus.texi (Group Parameters): Reorder the text and add a note about
5587 `gnus-parameters' near the beginning of the node.
5588
55892007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5590
5591 * gnus.texi (Score File Editing): Fix function name.
5592
5492f5ca
MA
55932007-12-23 Michael Albinus <michael.albinus@gmx.de>
5594
5595 Sync with Tramp 2.1.12.
5596
5597 * trampver.texi: Update release number.
5598
d4e67bc5
MA
55992007-12-22 Michael Albinus <michael.albinus@gmx.de>
5600
5601 * dbus.texi (Type Conversion): Correct input parameters mapping.
5602
6a31c819
MA
56032007-12-21 Michael Albinus <michael.albinus@gmx.de>
5604
5605 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5606 (Errors and Events): Mention wrong-type-argument error.
5607
99a3e35f
AS
56082007-12-21 Alex Schroeder <alex@gnu.org>
5609
5610 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5611 spaces. Fixed some typos.
99a3e35f
AS
5612 (Internet Relay Chat): Explain relay.
5613 (Getting started with rcirc): Change items to reflect prompts.
5614 Add more explanation to rcirc-track-minor-mode and added a comment to
5615 warn future maintainers that this section is a copy.
0c7efc08 5616 (People): Change /ignore example.
62b12a24 5617 (Keywords): Not keywords.
99a3e35f 5618
331e4d02
AS
56192007-12-20 Alex Schroeder <alex@gnu.org>
5620
5621 * rcirc.texi (Top): Fighting Information Overload chapter added.
5622 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5623 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5624 (Fighting Information Overload): New chapter documenting /keyword,
5625 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5626 (Configuration): Document rcirc-server-alist, remove
5627 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5628
cd71c3ef
MA
56292007-12-16 Michael Albinus <michael.albinus@gmx.de>
5630
5631 * dbus.texi (Signals): Fix example in dbus-register-signal.
5632
bbbe940b
MB
56332007-12-14 Sven Joachim <svenjoac@gmx.de>
5634
5635 * gnus.texi (Score Variables): Fix typo.
5636
0ce574ef
MA
56372007-12-07 Michael Albinus <michael.albinus@gmx.de>
5638
5639 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5640 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5641 (Errors and Events): Adapt dbus-event.
5642
b890d447
MB
56432007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5644
5645 * gnus.texi (Other Files): Add the yenc command.
5646
56472007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5648
5649 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5650 since 2004-08-06.
5651
56522007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5653
5654 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5655 on body.
5656
56572007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5658
5659 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5660 and rfc2047-allow-irregular-q-encoded-words; fix description of
5661 rfc2047-encode-encoded-words.
5662
56632007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5664
5665 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5666
3728bf03
MO
56672007-12-05 Michael Olson <mwolson@gnu.org>
5668
5669 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5670 Update documentation for `remember-diary-file'.
5671
a4397af9
MA
56722007-12-04 Michael Albinus <michael.albinus@gmx.de>
5673
5674 * dbus.texi (Signals): Precise `dbus-register-signal'.
5675 (Errors and Events): Rework events part, the internal structure of
5676 dbus-event has changed.
5677
1682490c
JB
56782007-12-03 Juanma Barranquero <lekktu@gmail.com>
5679
5680 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5681 ($(infodir)/dbus, dbus.dvi): New targets.
5682
7b13a0f2
MA
56832007-12-03 Michael Albinus <michael.albinus@gmx.de>
5684
5685 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5686 unconditionally.
5687
5688 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5689 emulation with @print{}.
5690
7ef92bc9
RS
56912007-12-02 Richard Stallman <rms@gnu.org>
5692
5693 * dbus.texi (Overview): Minor cleanup.
5694
22d8ac3a
MA
56952007-12-02 Michael Albinus <michael.albinus@gmx.de>
5696
d3a8e0df
MA
5697 * Makefile.in (INFO_TARGETS): Add dbus.
5698 (DVI_TARGETS): Add dbus.dvi.
5699 (dbus, dbus.dvi): New targets.
5700
22d8ac3a
MA
5701 * dbus.texi: New file.
5702
559764ab
RF
57032007-11-24 Romain Francoise <romain@orebokech.com>
5704
5705 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5706 Fix file name to match @setfilename.
559764ab 5707
ac97a16b
MH
57082007-11-23 Mark A. Hershberger <mah@everybody.org>
5709
5710 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5711 ($(infodir)/nxml-mode): New rule.
5712
5713 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5714 ($(infodir)/nxml-mode): New rule.
5715 (clean): Add nxml-mode*.
5716
5717 * nxml-mode.texi: New file with nxml manual.
5718
404cd454
GM
57192007-11-18 Richard Stallman <rms@gnu.org>
5720
5721 * flymake.texi (Example -- Configuring a tool called directly):
5722 Update example.
5723
b048d478
MA
57242007-11-18 Michael Albinus <michael.albinus@gmx.de>
5725
5726 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5727 double-slash behavior. Explain directory contents flushing.
b048d478 5728
346e8469
JB
57292007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5730
5731 * calc.texi (TeX and LaTeX Language Modes): Put in
5732 missing braces.
5733
404cd454
GM
57342007-11-15 Richard Stallman <rms@gnu.org>
5735
5736 * cl.texi (Equality Predicates): Delete `eql'.
5737 (Predicates, Naming Conventions, Top): Delete `eql'.
5738 (Common Lisp Compatibility): Delete `eql'.
5739 (Porting Common Lisp): Delete obsolete backquote info.
5740 Minor clarification about character constants.
5741 (Sequence Basics): Minor clarification.
5742
1f6af58b
JB
57432007-11-15 Juanma Barranquero <lekktu@gmail.com>
5744
dccb744b 5745 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5746 * tramp.texi (Filename completion): Fix typos.
5747
3bc88bc9
JB
57482007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5749
5750 * calc.texi (Basic commands): Mention the menu.
5751
bc5300d3
MA
57522007-11-12 Michael Albinus <michael.albinus@gmx.de>
5753
5754 * tramp.texi (Connection caching): Tramp flushes connection
5755 properties when remote operating system has been changed.
5756
4d8a28ec
MB
57572007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5758
5759 * gnus-news.texi: Fix spelling.
5760 `message-insert-formatted-citation-line', not
5761 `message-insert-formated-citation-line'.
5762
404cd454
GM
5763 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5764
e1176b47
MA
57652007-11-07 Michael Albinus <michael.albinus@gmx.de>
5766
5767 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5768 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5769 (Frequently Asked Questions): Add code example for highlighting the
5770 mode line.
5771
6159985a
MO
57722007-11-03 Michael Olson <mwolson@gnu.org>
5773
5774 * remember.texi: Change mentions of remember-buffer to
5775 remember-finalize throughout.
5776
bec9b2f5
MO
57772007-10-30 Michael Olson <mwolson@gnu.org>
5778
5779 * remember.texi (Copying): Remove.
5780 (Mailbox): Update with non-BBDB instructions.
5781 (Diary, Org): Add.
5782 (Bibliography, Planner Page): Remove.
5783
b6173182
JB
57842007-10-30 Juanma Barranquero <lekktu@gmail.com>
5785
5786 * makefile.w32-in (INFO_TARGETS): Add remember.
5787 (DVI_TARGETS): Add remember.dvi.
5788 ($(infodir)/remember): New rule.
5789 (clean): Add remember*.
5790
15f3eb73
MO
57912007-10-30 Michael Olson <mwolson@gnu.org>
5792
70bdc930
MO
5793 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5794 ($(infodir)/remember): New rule that builds the Remember Manual.
5795
b6173182
JB
5796 * remember.texi: New file containing the Remember Mode Manual.
5797 Shuffle chapters around after initial import.
7d3f6f1a
MO
5798 (Function Reference): Split Keystrokes into separate chapter.
5799 (Keystrokes): Document C-c C-k.
51d24a12 5800 (Introduction): Fix typographical issue with "---".
15f3eb73 5801
404cd454
GM
58022007-10-29 Richard Stallman <rms@gnu.org>
5803
5804 * widget.texi (Introduction): Delete discussion of implementation
5805 internals.
5806
9bbb9638
MA
58072007-10-29 Michael Albinus <michael.albinus@gmx.de>
5808
5809 * tramp.texi (Connection caching): Host names must be different
5810 when tunneling.
5811
c7ff939a
RS
58122007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5813
5814 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5815 Gnus v5.13.
5816
01c52d31
MB
58172007-10-28 Miles Bader <miles@gnu.org>
5818
5819 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5820
01c52d31
MB
58212007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5822
0c7efc08
SM
5823 * gnus.texi (Sorting the Summary Buffer):
5824 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5825
58262007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5827
5828 * gnus.texi (Non-ASCII Group Names): New node.
5829 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5830 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5831
c8763fb6 58322007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5833
5834 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5835 clean the output of the program `imap-shell-program'.
5836
58372007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5838
5839 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5840
58412007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5842
5843 * gnus.texi (Sticky Articles): Documentation for sticky article
5844 buffers.
5845
c8763fb6 58462007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5847
5848 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5849
58502007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5851
5852 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5853
58542007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5855
0c7efc08
SM
5856 * gnus.texi (Archived Messages):
5857 Document gnus-update-message-archive-method.
01c52d31
MB
5858
58592007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5860
5861 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5862
c8763fb6 58632007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5864
0c7efc08
SM
5865 * gnus.texi (Group Maneuvering):
5866 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5867
58682007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5869
0c7efc08
SM
5870 * gnus.texi (Really Various Summary Commands):
5871 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5872
58732007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5874
5875 * gnus.texi, message.texi: Bump version number.
5876
58772007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5878
5879 * gnus.texi (Group Line Specification, Misc Group Stuff)
5880 (Server Commands): Parenthesize @pxref{Mail Spool}.
5881
58822007-10-28 Didier Verna <didier@xemacs.org>
5883
5884 New user option: message-signature-directory.
5885 * message.texi (Insertion Variables): Document it.
5886 * gnus.texi (Posting Styles): Ditto.
5887
58882007-10-28 Didier Verna <didier@xemacs.org>
5889
5890 * gnus.texi (Group Line Specification):
5891 * gnus.texi (Misc Group Stuff):
5892 * gnus.texi (Server Commands): Document the group compaction feature.
5893
58942007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5895
5896 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5897
5898 * message.texi (Various Message Variables): Add message-fill-column.
5899
59002007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5901
5902 * gnus.texi: Untabify.
5903
59042007-10-28 Didier Verna <didier@xemacs.org>
5905
5906 * gnus.texi (Group Parameters): Document the posting-style merging
5907 process in topic-mode.
5908
59092007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5910
5911 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5912
59132007-10-28 Romain Francoise <romain@orebokech.com>
5914
5915 * gnus.texi (Mail Spool): Fix typo.
5916 Update copyright.
5917
59182007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5919
5920 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5921
59222007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5923
5924 * gnus.texi (Summary Generation Commands):
5925 Add gnus-summary-insert-ticked-articles.
5926
59272007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5928
b2abec73
JB
5929 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5930 to spam-spamassassin-program.
01c52d31
MB
5931
59322007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5933
5934 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5935
59362007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5937
5938 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5939
59402007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5941
5942 * message.texi (Mail Headers): Document `opportunistic'.
5943
59442007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5945
5946 * emacs-mime.texi (Encoding Customization): Explain how to set
5947 mm-coding-system-priorities per hierarchy.
5948
59492007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5950
5951 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5952 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5953
59542007-10-28 Didier Verna <didier@xemacs.org>
5955
5956 * message.texi (Wide Reply): Update documentation of
5957 message-dont-reply-to-names (now allowing a list of regexps).
5958
59592007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5960
5961 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5962
59632007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5964
5965 * gnus.texi (SpamAssassin back end): Fix typo.
5966
5967 * sieve.texi (Examples): Fix grammar.
5968
59692007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5970
5971 * gnus.texi (Searching for Articles): Document M-S and M-R.
5972 (Limiting): Document / b.
5973
59742007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5975
5976 * gnus.texi (Thread Commands): T M-^.
5977
59782007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5979
5980 * message.texi (Mail Aliases): Document ecomplete.
5981 (Mail Aliases): Fix typo.
5982
59832007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5984
5985 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5986 fix typo.
5987
59882007-10-28 Romain Francoise <romain@orebokech.com>
5989
5990 * gnus.texi (Mail Spool): Grammar fix.
5991
59922007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5993
5994 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5995 string.
5996
59972007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5998
5999 * gnus.texi (Group Parameters): Fix description.
6000
60012007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6002
b2abec73
JB
6003 * gnus.texi (Gmane Spam Reporting):
6004 Fix spam-report-gmane-use-article-number.
6005 Add spam-report-user-mail-address.
01c52d31
MB
6006
60072007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6008
6009 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
6010
60112007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6012
6013 * gnus.texi (Group Parameters): Add simplified sorting example based on
6014 example for `Sorting the Summary Buffer' from Jari Aalto
6015 <jari.aalto@cante.net>.
6016 (Example Methods): Add example for an indirect connection.
6017
60182007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
6019
0c7efc08 6020 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
6021 (Agent Parameters): Updated parameter names to match code.
6022 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
6023 'gnus-agent-summary-fetch-series'.
6024 (Agent and flags): New section providing a generalized discussion
6025 of flag handling.
0c7efc08
SM
6026 (Agent and IMAP): Remove flag discussion.
6027 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
6028
60292007-10-28 Romain Francoise <romain@orebokech.com>
6030
6031 * gnus.texi (Exiting the Summary Buffer): Add new function
6032 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
6033
60342007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6035
6036 * gnus.texi (Conformity): Fix typo.
6037 (Customizing Articles): Document `first'.
6038
60392007-10-28 Jari Aalto <jari.aalto@cante.net>
6040
6041 * gnus.texi (Sorting the Summary Buffer):
6042 Add `gnus-thread-sort-by-date-reverse'. Add example
6043 host to different sorting in NNTP and RSS groups.
6044
60452007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6046
6047 * message.texi (Insertion): Describe prefix for
6048 message-mark-inserted-region and message-mark-insert-file.
6049
60502007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6051
6052 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
6053 LaTeX documents. Describe "text/x-gnus-verbatim".
6054
60552007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6056
b2abec73 6057 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
6058 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
6059 (spam-stat spam filtering, SpamOracle)
0c7efc08 6060 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
6061 clarity.
6062
60632007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6064
6065 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
6066 gnus-article-delete-part and gnus-article-replace-part.
6067 (Using MIME): Add gnus-mime-replace-part.
6068
60692007-10-28 Romain Francoise <romain@orebokech.com>
6070
6071 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
6072 requires `auto-compression-mode' to be enabled. Add new nnml
6073 variable `nnml-compressed-files-size-threshold'.
6074
60752007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6076
0c7efc08
SM
6077 * gnus.texi (Sorting the Summary Buffer):
6078 Add gnus-thread-sort-by-recipient.
01c52d31
MB
6079
60802007-10-28 Romain Francoise <romain@orebokech.com>
6081
6082 * message.texi (Insertion Variables): Mention new variable
6083 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
6084 documentation accordingly.
6085
60862007-10-28 Romain Francoise <romain@orebokech.com>
6087
6088 * gnus.texi (To From Newsgroups): Mention new variables
6089 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
6090
60912007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6092
6093 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
6094 stuff; gnus-mime-inline-part does the automatic decompression.
6095
60962007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6097
6098 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 6099 "training.ham" should be "training.spam".
01c52d31
MB
6100
61012007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6102
6103 * message.texi (Mail Variables): Fix the default value for
6104 message-send-mail-function.
6105
61062007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6107
6108 * gnus.texi (Optional Back End Functions): nntp-request-update-info
6109 always returns nil exceptionally.
6110
61112007-10-28 Simon Josefsson <jas@extundo.com>
6112
0c7efc08
SM
6113 * gnus.texi (Article Washing): Add libidn URL.
6114 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
6115
61162007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6117
6118 * gnus.texi (Topic Commands): Fix next/previous.
6119
61202007-10-28 Simon Josefsson <jas@extundo.com>
6121
6122 * gnus.texi (Article Washing): Mention `W i'.
6123
c8763fb6 61242007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
6125
6126 * gnus.texi (Group Parameters): Slight extension of sieve
6127 parameter description.
6128
61292007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6130
6131 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
6132 matching score files as well.
6133 (Picons): Describe `gnus-picon-style'.
6134
61352007-10-28 Romain Francoise <romain@orebokech.com>
6136
6137 * message.texi (Message Headers): Mention that headers are hidden
6138 using narrowing, and how to expose them.
6139 Update copyright.
6140
61412007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6142
6143 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
6144 `gnus-summary-sort-by-recipient'.
6145
61462007-10-28 Romain Francoise <romain@orebokech.com>
6147
6148 * gnus.texi (NNTP marks): New node.
6149 (NNTP): Move NNTP marks variables to the new node.
6150
61512007-10-28 Jesper Harder <harder@ifa.au.dk>
6152
b2abec73 6153 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
6154
6155 * gnus.texi (MIME Commands, Hashcash): Markup fix.
6156
61572007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6158
b2abec73 6159 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 6160 everywhere for consistency.
b2abec73
JB
6161 (Filtering Spam Using The Spam ELisp Package): Admonish again.
6162 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
6163 Say "regular expression" instead of "regex." Admonish.
6164 Pick other words to sound better (s/so/thus/).
6165 (Spam ELisp Package Filtering of Incoming Mail):
6166 Mention statistical filters. Remove old TODO.
01c52d31 6167 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
6168 New section on sorting and displaying the spam score.
6169 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
6170 backend but an alias to spam-use-BBDB.
6171 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
6172 new backend functionality.
6173
61742007-10-28 Simon Josefsson <jas@extundo.com>
6175
6176 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
6177 nntp-marks-directory, from Romain Francoise
6178 <romain@orebokech.com>.
6179
61802007-10-28 Magnus Henoch <mange@freemail.hu>
6181
6182 * gnus.texi (Hashcash): New default value of
6183 hashcash-default-payment.
6184
61852007-10-28 Simon Josefsson <jas@extundo.com>
6186
6187 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
6188 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
6189
61902007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6191
0c7efc08 6192 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
6193
61942007-10-28 Simon Josefsson <jas@extundo.com>
6195
6196 * gnus.texi (documentencoding): Add, to avoid warnings.
6197
61982007-10-28 Simon Josefsson <jas@extundo.com>
6199
6200 * message.texi (Mail Headers): Add.
6201
6202 * gnus.texi (Hashcash): Fix.
6203
62042007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6205
0c7efc08 6206 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 6207 that payments can be verified and fix the name of the
b2abec73 6208 hashcash-path variable.
01c52d31
MB
6209
62102007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6211
b2abec73 6212 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
6213
62142007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6215
6216 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
6217
62182007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6219
6220 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
6221 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
6222 warning about ham processors in spam groups removed.
01c52d31
MB
6223
62242007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 6225
0c7efc08 6226 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 6227 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
6228
62292007-10-28 Jesper Harder <harder@ifa.au.dk>
6230
6231 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
6232 (Mailing List): Typo.
6233 (Customizing Articles): Add gnus-treat-ansi-sequences.
6234 (Article Washing): Index.
6235
6236 * message.texi: Use m-dash consistently.
6237
62382007-10-28 Jesper Harder <harder@ifa.au.dk>
6239
6240 * gnus.texi (GroupLens): Remove.
6241
62422007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
6243
0c7efc08
SM
6244 * gnus.texi (Outgoing Messages, Agent Variables):
6245 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
6246 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
6247
62482007-10-28 Jesper Harder <harder@ifa.au.dk>
6249
6250 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
6251
62522007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6253
6254 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
6255
6256 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
6257
62582007-10-28 Simon Josefsson <jas@extundo.com>
6259
6260 * gnus.texi (Top): Add SASL.
6261
404cd454
GM
62622007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6263
6264 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
6265
62662007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6267
6268 * gnus.texi (Troubleshooting): Adjust Gnus version number.
6269
0edd2970
JB
62702007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
6271
6272 * calc.texi (Formulas, Composition Basics): Lower the
6273 precedence of negation.
6274
a9afba20
JY
62752007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
6276
6277 * ses.texi (The Basics): Mention how to create a new spreadsheet.
6278 Mention the new three-letter column identifiers.
6279 (More on cell printing): Calculate-cell and truncate-cell are now `c'
6280 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
6281 message when using `c' on an empty default with default printer.
6282 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
6283 renamed to `ses--symbolic-formulas' some time ago.
6284
45b778a6
JB
62852007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
6286
6287 * calc.texi (Default Simplifications, Making Selections)
6288 (Customizing Calc): Clarify associativity of multiplication.
6289
03b5bade
MA
62902007-10-23 Michael Albinus <michael.albinus@gmx.de>
6291
6292 * tramp.texi (Traces and Profiles): Simplify loop over
6293 `trace-function-background'.
6294
e658c8ee
JL
62952007-10-22 Juri Linkov <juri@jurta.org>
6296
6297 * dired-x.texi (Shell Command Guessing): Default values are now
6298 available by typing M-n instead of M-p.
6299
dd753688
MA
63002007-10-21 Michael Albinus <michael.albinus@gmx.de>
6301
6302 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
6303 (Password caching): Remove `tramp-clear-passwd'.
6304 It's not a command anymore.
dd753688
MA
6305 (Bug Reports): Add `tramp-bug' to function index.
6306 (Function Index, Variable Index): New nodes.
6307 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
6308
6309 * trampver.texi: Update release number.
6310
4bb49b43
JB
63112007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6312
8b296cdd 6313 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
6314 about integer size into past tense.
6315 (Time Zones): Remove pointer to Calc author's address.
6316 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 6317 and hyperbolic cotangent. Fix typo.
4bb49b43 6318
311dd93f
MA
63192007-10-10 Michael Albinus <michael.albinus@gmx.de>
6320
6321 Sync with Tramp 2.1.11.
6322
6323 * trampver.texi: Update release number.
6324
ea3fc256
MA
63252007-10-06 Michael Albinus <michael.albinus@gmx.de>
6326
6327 * tramp.texi (External packages): New section.
6328
1af74d06
MB
63292007-09-29 Juri Linkov <juri@jurta.org>
6330
6331 * info.texi (Help-Int): Document `L' (`Info-history').
6332
0e2806fa
SM
63332007-09-26 Carsten Dominik <dominik@science.uva.nl>
6334
6335 * org.texi: Change links to webpage and maintained email.
6336 (Remember): Promote to Chapter, significant changes.
6337 (Fast access to TODO states): New section.
6338 (Faces for TODO keywords): New section.
6339 (Export options): Example for #+DATE.
6340 (Progress logging): Section moved.
6341
567b9191
BW
63422007-09-26 Bill Wohler <wohler@newt.com>
6343
6344 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
6345 browse-url-at-mouse.
6346
1af74d06
MB
63472007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
6348
6349 * flymake.texi (Customizable variables): Face names don't end in -face.
6350 Fix flymake-err-line-patterns template.
6351 (Example -- Configuring a tool called directly): Fix init-function.
6352 (Highlighting erroneous lines): Face names don't end in -face.
6353
d60a4e3a 63542007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
6355
6356 * erc.texi (Special-Features): Fix small typo.
6357
7d7a3510
MA
63582007-09-14 Michael Albinus <michael.albinus@gmx.de>
6359
6360 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
6361 and "External transfer methods".
6362
285f0d3a
JB
63632007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
6364
6365 * calc.texi (Predefined Units): Add some history.
6366
526dc846
MO
63672007-09-08 Michael Olson <mwolson@gnu.org>
6368
87e04f16
JB
6369 * erc.texi (Copying): New section included from gpl.texi.
6370 This matches the look of the upstream ERC manual.
526dc846 6371
f10d0e80
JB
63722007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
6373
87e04f16 6374 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
6375 (Random Numbers): Clarify the distribution of `random'.
6376
4009494e
GM
63772007-09-06 Glenn Morris <rgm@gnu.org>
6378
f1fc42aa 6379 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 6380 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
6381 Change all setfilename commands to use ../../info.
6382 * Makefile.in: Move the parts of the old man/Makefile.in that do not
6383 refer to the Emacs manual here.
6384 (infodir): New variable.
6385 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
6386 (cc-mode.texi, faq.texi): Update references to source file locations.
6387 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
6388 do not refer to the Emacs manual here.
6389 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
6390
6391 * Makefile.in: Add `basename' versions of all info targets, for
6392 convenience when rebuilding just one manual.
6393 (../etc/GNU): Delete obsolete target.
6394 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
6395 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
6396 *.vrs *.toc here...
6397 (maintainer-clean): ...from here.
4009494e
GM
6398
6399 * makefile.w32-in (../etc/GNU): Delete obsolete target.
6400
2de53ca6
GM
64012007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
6402
6403 * calc.texi (Date Conversions): Clarify definition of
6404 Julian day numbering.
6405 (Date Forms): Clarify definition of Julian day numbering;
6406 add some history.
6407
64082007-08-30 Carsten Dominik <dominik@science.uva.nl>
6409
87e04f16 6410 * org.texi: Version 5.07.
2de53ca6
GM
6411
64122007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6413
6414 * message.texi (MIME): Replace mml-attach with mml-attach-file.
6415
64162007-08-22 Carsten Dominik <dominik@science.uva.nl>
6417
6418 * org.texi (Adding hyperlink types): New section.
6419 (Embedded LaTeX): Chapter updated because of LaTeX export.
6420 (LaTeX export): New section.
6421 (Using links out): New section.
6422
64232007-08-22 Glenn Morris <rgm@gnu.org>
6424
6425 * faq.texi (Learning how to do something): Refcards now in
6426 etc/refcards/ directory.
6427
64282007-08-22 Michael Albinus <michael.albinus@gmx.de>
6429
6430 * tramp.texi (Remote Programs): Persistency file must be cleared when
6431 changing `tramp-remote-path'.
6432 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
6433 macro.
6434
64352007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6436
6437 * calc.texi: Move contents to beginning of file.
6438 (Algebraic Entry): Fix the formatting of an example.
6439
64402007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6441
6442 * calc.texi (Basic Operations on Units): Mention exact versus
6443 inexact conversions.
6444
64452007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6446
6447 * calc.texi (Basic Operations on Units): Mention default
6448 values for new units.
6449 (Quick Calculator Mode): Mention that binary format will
6450 be displayed.
6451
64522007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6453
6454 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
6455
64562007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6457
6458 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
6459
64602007-08-08 Glenn Morris <rgm@gnu.org>
6461
6462 * gnus.texi, sieve.texi: Replace `iff'.
6463
64642007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6465
6466 * calc.texi (Basic Graphics): Mention the graphing of error
6467 forms.
6468 (Graphics Options): Mention how `g s' handles error forms.
6469 (Curve Fitting): Mention plotting the curves.
6470 (Standard Nonlinear Models): Add additional models.
6471 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
6472 (Linear Fits): Correct result.
6473
64742007-08-01 Alan Mackenzie <acm@muc.de>
6475
6476 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
6477 to "--no-site-file".
6478
64792007-07-29 Michael Albinus <michael.albinus@gmx.de>
6480
6481 * tramp.texi (Frequently Asked Questions): Point to mode line
6482 extension in Emacs 23.1.
6483
6484 * trampver.texi: Update release number.
6485
64862007-07-27 Glenn Morris <rgm@gnu.org>
6487
6488 * calc.texi (Copying): Include license text from gpl.texi, rather than
6489 in-line.
6490
64912007-07-25 Glenn Morris <rgm@gnu.org>
6492
6493 * calc.texi (Copying): Replace license with GPLv3.
6494
6495 * Relicense all FSF files to GPLv3 or later.
6496
64972007-07-22 Michael Albinus <michael.albinus@gmx.de>
6498
6499 Sync with Tramp 2.1.10.
6500
6501 * tramp.texi (trampfn): Expand macro implementation in order to handle
6502 empty arguments.
6503 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 6504 occurrences by trampfn.
2de53ca6 6505 (Frequently Asked Questions): Extend example code for host
b2abec73 6506 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
6507 file names to be typed.
6508
6509 * trampver.texi: Update release number.
6510
65112007-07-17 Michael Albinus <michael.albinus@gmx.de>
6512
6513 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6514 section. Reported by <poti@potis.org>.
6515 (Remote processes): Arguments of the program to be debugged are taken
6516 literally.
6517 (Frequently Asked Questions): Simplify recentf example.
6518
65192007-07-14 Karl Berry <karl@gnu.org>
6520
6521 * info.texi (@copying): New Back-Cover Text.
6522
6523 * info.texi (Quitting Info): Move to proper place in source.
6524 (Reported by Benno Schulenberg.)
6525
65262007-07-13 Eli Zaretskii <eliz@gnu.org>
6527
6528 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6529
6530 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6531
6532 * emacs-mime.texi: Add @documentencoding directive.
6533
65342007-07-12 Nick Roberts <nickrob@snap.net.nz>
6535
6536 * tramp.texi (Remote processes): Add an anchor to the subsection
6537 "Running a debugger on a remote host".
6538
65392007-07-12 Michael Albinus <michael.albinus@gmx.de>
6540
6541 * tramp.texi (Remote processes): Don't call it "experimental" any
6542 longer. Add subsection about running a debugger on a remote host.
6543
65442007-07-10 Carsten Dominik <dominik@science.uva.nl>
6545
6546 * org.texi (Properties and columns): Chapter rewritten.
6547
65482007-07-08 Michael Albinus <michael.albinus@gmx.de>
6549
6550 * tramp.texi:
6551 * trampver.texi: Migrate to Tramp 2.1.
6552
65532007-07-02 Carsten Dominik <dominik@science.uva.nl>
6554
6555 * org.texi (Properties): New chapter.
6556
65572007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6558
6559 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6560 Control Panel.
6561
6562 * gnus.texi (Misc Article): Add index entry for
6563 gnus-single-article-buffer.
6564
65652007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6566
6567 * gnus.texi (Starting Up): Fix typo.
6568
65692007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6570
6571 * gnus.texi (Asynchronous Fetching): Fix typo.
6572
65732007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6574
6575 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6576 (About This Manual): Remove redundant information.
6577 (Getting Started): Mention author.
6578 (Basic Arithmetic, Customizing Calc): Make description of the
6579 variable `calc-multiplication-has-precedence' match its new effect.
6580
65812007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6582
0c7efc08
SM
6583 * calc.texi (Basic Arithmetic, Customizing Calc):
6584 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6585
65862007-06-19 Carsten Dominik <dominik@science.uva.nl>
6587
6588 * org.texi (Tag): Section swapped with node Timestamps.
6589 (Formula syntax for Lisp): Document new `L' flag.
6590
65912007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6592
6593 * gnus.texi (Misc Group Stuff, Summary Buffer)
6594 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6595
65962007-06-06 Juanma Barranquero <lekktu@gmail.com>
6597
6598 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6599 * gnus.texi (Article Buttons, Mail Source Customization)
6600 (Sending or Not Sending, Customizing NNDiary):
6601 * message.texi (Message Headers):
6602 * mh-e.texi (HTML): Fix typos.
6603
66042007-06-07 Michael Albinus <michael.albinus@gmx.de>
6605
6606 Sync with Tramp 2.0.56.
6607
6608 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6609 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6610
66112007-06-02 Chong Yidong <cyd@stupidchicken.com>
6612
6613 * Version 22.1 released.
6614
66152007-05-26 Michael Olson <mwolson@gnu.org>
6616
6617 * erc.texi (Modules): Fix references to completion modules.
6618
66192007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6620
6621 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6622
66232007-05-09 Didier Verna <didier@xemacs.org>
6624
6625 * gnus.texi (Email Based Diary): New. Proper documentation for the
6626 nndiary back end and the gnus-diary library.
6627
66282007-05-03 Karl Berry <karl@gnu.org>
6629
6630 * .cvsignore (*.pdf): New entry.
6631
6632 * texinfo.tex: Update from current version for better pdf generation.
6633
66342007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6635
6636 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6637
66382007-04-28 Glenn Morris <rgm@gnu.org>
6639
6640 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6641 consideration of legal status.
6642
66432007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6644
6645 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6646
66472007-04-24 Chong Yidong <cyd@stupidchicken.com>
6648
6649 * faq.texi (New in Emacs 22): python.el removed.
6650
66512007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6652
6653 * calc.texi (Reporting bugs): Update maintainer's address.
6654
66552007-04-22 Chong Yidong <cyd@stupidchicken.com>
6656
6657 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6658
66592007-04-15 Jay Belanger <belanger@truman.edu>
6660
6661 * calc.texi (Title page): Remove the date.
6662 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6663 (The Standard Calc Interface): Change trail title.
6664 (Floats): Mention that when non-decimal floats are entered, only
6665 approximations are stored.
6666 (Copying): Move to the appendices.
6667 (GNU Free Documentation License): Add as an appendix.
6668
66692007-04-15 Chong Yidong <cyd@stupidchicken.com>
6670
6671 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6672 * dired-x.texi, ebrowse.texi, ediff.texi:
6673 * emacs-mime.texi, erc.texi, eshell.texi:
6674 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6675 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6676 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6677 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6678 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6679 * woman.texi: Include GFDL.
6680
6681 * doclicense.texi: Remove node heading, so that it can be included by
6682 other files.
6683
6684 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6685
6686 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6687 than *.
6688
66892007-04-14 Carsten Dominik <dominik@science.uva.nl>
6690
6691 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6692 in Calc.
6693
66942007-04-09 Romain Francoise <romain@orebokech.com>
6695
6696 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6697 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6698 replace mouse-2.
6699
67002007-04-08 Chong Yidong <cyd@stupidchicken.com>
6701
6702 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6703 renamed to woman-use-topic-at-point. Document new behavior.
6704
67052007-04-08 Richard Stallman <rms@gnu.org>
6706
6707 * url.texi: Fix some indexing.
6708 (Disk Caching): Drop discussion of old/other Emacs versions.
6709
67102007-04-07 Chong Yidong <cyd@stupidchicken.com>
6711
6712 * url.texi (Disk Caching): Say Emacs 21 "and later".
6713
6714 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6715 on Font locking which now mentions JIT lock.
6716
67172007-04-01 Michael Olson <mwolson@gnu.org>
6718
6719 * erc.texi: Update for the ERC 5.2 release.
6720
67212007-03-31 David Kastrup <dak@gnu.org>
6722
6723 * woman.texi (Topic, Interface Options): Explain changes semantics of
6724 woman-manpath in order to consider MANPATH_MAP entries.
6725
67262007-03-31 Eli Zaretskii <eliz@gnu.org>
6727
6728 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6729
67302007-03-26 Richard Stallman <rms@gnu.org>
6731
6732 * pgg.texi (Caching passphrase): Clean up previous change.
6733
67342007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6735
6736 * gnus.texi (Setting Process Marks): Fix typo.
6737
67382007-03-25 Romain Francoise <romain@orebokech.com>
6739
6740 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6741 readability, and include various fixes by Daniel Brockman, Nick Roberts
6742 and Dieter Wilhelm.
6743
67442007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6745
6746 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6747
6748 * gnus.texi (Mail Source Specifiers): Fix typo.
6749
67502007-03-22 Ralf Angeli <angeli@caeruleus.net>
6751
6752 * reftex.texi (Imprint): Update maintainer information.
6753
67542007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6755
6756 * message.texi (Message Buffers): Update documentation for
6757 message-generate-new-buffers.
6758
67592007-03-15 Daiki Ueno <ueno@unixuser.org>
6760
6761 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6762
67632007-03-21 Glenn Morris <rgm@gnu.org>
6764
6765 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6766
67672007-03-19 Chong Yidong <cyd@stupidchicken.com>
6768
6769 * eshell.texi (Known problems): Emacs 21 -> 22.
6770
6771 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6772
67732007-03-18 Jay Belanger <belanger@truman.edu>
6774
6775 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6776
67772007-03-12 Glenn Morris <rgm@gnu.org>
6778
6779 * calc.texi (Time Zones): Switch to new North America DST rule.
6780
6781 * calc.texi: Replace "daylight savings" with "daylight
6782 saving" in text throughout.
6783
67842007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6785
6786 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6787 The variable now uses a list of symbols instead of just a symbol.
6788 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6789
67902007-03-06 Romain Francoise <romain@orebokech.com>
6791
6792 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6793 new packages, and mention Gnus update.
6794
67952007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6796
6797 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6798 nntp-open-connection-functions-never-echo-commands.
6799
68002007-02-27 Chong Yidong <cyd@stupidchicken.com>
6801
6802 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6803 problems on the console, and security risk in not using gpg-agent.
6804
68052007-02-25 Carsten Dominik <dominik@science.uva.nl>
6806
0c7efc08 6807 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6808 Completely reorganized and rewritten.
6809 (CamelCase links): Section removed.
6810 (Repeating items): New section.
6811 (Tracking TODO state changes): New section.
6812 (Agenda views): Chapter reorganized and rewritten.
6813 (HTML export): Section rewritten.
6814 (Tables in arbitrary syntax): New section.
6815 (Summary): Better feature summary.
6816 (Activation): Document problem with cut-and-paste of Lisp code
6817 from PDF files.
6818 (Visibility cycling): Document indirect buffer use.
6819 (Structure editing): Document sorting.
6820 (Remember): Section rewritten.
6821 (Time stamps): Better description of time stamp types.
6822 (Tag searches): Document regular expression search for tags.
6823 (Stuck projects): New section.
6824 (In-buffer settings): New keywords.
6825 (History and Acknowledgments): Updated description.
6826
68272007-02-24 Alan Mackenzie <acm@muc.de>
6828
6829 * cc-mode.texi (Movement Commands): Insert two missing command names.
6830 (Getting Started): Slight wording correction (use conditional).
6831
68322007-02-22 Kim F. Storm <storm@cua.dk>
6833
6834 * widget.texi (User Interface, Basic Types): Document need to put some
6835 text before the %v escape in :format string in editable-field widget.
6836
68372007-02-18 Romain Francoise <romain@orebokech.com>
6838
6839 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6840 `cvs-mode-quit'.
6841
68422007-02-10 Markus Triska <markus.triska@gmx.at>
6843
6844 * widget.texi (Programming Example): Put constant strings in :format.
6845
68462007-02-07 Juanma Barranquero <lekktu@gmail.com>
6847
6848 * faq.texi (Fullscreen mode on MS-Windows): New node.
6849
68502007-02-04 David Kastrup <dak@gnu.org>
6851
6852 * faq.texi (AUCTeX): Update version number. Should probably be done
6853 for other packages as well.
6854
68552007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6856
6857 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6858 <tassilo@member.fsf.org>.
6859
68602007-01-27 Eli Zaretskii <eliz@gnu.org>
6861
6862 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6863 ls-lisp-use-localized-time-format.
6864
68652007-01-20 Markus Triska <markus.triska@gmx.at>
6866
6867 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6868
68692007-01-13 Michael Olson <mwolson@gnu.org>
6870
6871 * erc.texi (Modules): Mention capab-identify module.
6872
68732007-01-05 Michael Olson <mwolson@gnu.org>
6874
6875 * erc.texi (Getting Started): Update for /RECONNECT command.
6876
68772007-01-04 Richard Stallman <rms@gnu.org>
6878
6879 * ebrowse.texi: Change C-c b to C-c C-m.
6880
68812007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6882
6883 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6884 variables only in info to avoid redundant entries in the printed
6885 manual.
6886
68872007-01-02 Daiki Ueno <ueno@unixuser.org>
6888
6889 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6890
68912007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6892
6893 * message.texi (Security): Split into sub-nodes.
6894
68952007-01-01 Alan Mackenzie <acm@muc.de>
6896
6897 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6898 eval-after-load in Emacs <=21 and a workaround. Document that
6899 trigraphs are not supported.
6900
69012007-01-01 Alan Mackenzie <acm@muc.de>
6902
6903 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6904 c-context-line-break. When invoked within a string, preserve
6905 whitespace. Add a backslash only when also in a macro.
6906
69072007-01-01 Alan Mackenzie <acm@muc.de>
6908
6909 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6910
69112007-01-01 Alan Mackenzie <acm@muc.de>
6912
6913 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6914 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6915
69162007-01-01 Alan Mackenzie <acm@muc.de>
6917
6918 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6919 "Choosing a Style".
6920
6921 * cc-mode.texi ("Styles"): Add @dfn{style}.
6922
69232006-12-30 Michael Albinus <michael.albinus@gmx.de>
6924
6925 Sync with Tramp 2.0.55.
6926
6927 * trampver.texi: Update release number.
6928
69292006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6930
6931 * gnus.texi (Customizing Articles): Add index entries for all
6932 gnus-treat-* variables.
6933
c8763fb6 69342006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6935
6936 * gnus.texi (IMAP): Fix incorrect explanation of
6937 nnimap-search-uids-not-since-is-evil in documentation for
6938 nnimap-expunge-search-string.
6939
69402006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6941
6942 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6943 spam-ifile-database.
6944
69452006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6946
6947 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6948 rebind C-s.
6949
c8763fb6 69502006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6951
6952 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6953 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6954 "expiring mail".
6955 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6956 nnimap-nov-is-evil.
6957
69582006-12-25 Kevin Ryde <user42@zip.com.au>
6959
6960 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6961 about the key procedure being used heavily.
6962
69632006-12-24 Chong Yidong <cyd@stupidchicken.com>
6964
6965 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6966 to t.
6967 (Prerequisites): Add explanation about gpg-agent.
6968
69692006-12-22 Kevin Ryde <user42@zip.com.au>
6970
6971 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6972 "sort" instead of "sort*".
6973
69742006-12-19 Richard Stallman <rms@gnu.org>
6975
6976 * calc.texi (History and Acknowledgements): Recognize that Emacs
6977 now does have floating point.
6978
69792006-12-19 Michael Albinus <michael.albinus@gmx.de>
6980
6981 * tramp.texi (External transfer methods): Describe new method `scpc'.
6982
69832006-12-17 Sascha Wilde <wilde@sha-bang.de>
6984
6985 * pgg.texi: Added short note on gpg-agent to the introduction.
6986
69872006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6988
6989 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6990 also applies to Cc.
6991
69922006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6993
6994 * gnus.texi (X-Face): Clarify. Say which programs are required
6995 on Windows.
6996
69972006-12-08 Michael Olson <mwolson@gnu.org>
6998
6999 * erc.texi (Modules): Remove documentation for list module.
7000
c8763fb6 70012006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
7002
7003 * faq.texi (^M in the shell buffer): Ditto.
7004
70052006-11-20 Michael Olson <mwolson@gnu.org>
7006
7007 * erc.texi: Call this the 5.2 stable pre-release of ERC.
7008
70092006-11-17 Carsten Dominik <dominik@science.uva.nl>
7010
7011 * org.texi: Fix typos.
7012 (Agenda commands): Document `C-k'.
7013
70142006-11-16 Eli Zaretskii <eliz@gnu.org>
7015
7016 * url.texi (http/https): Fix a typo in the HTTP URL.
7017
70182006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7019
7020 * ada-mode.texi: Total rewrite.
7021
70222006-11-13 Carsten Dominik <dominik@science.uva.nl>
7023
7024 * org.texi: Minor typo fixes.
7025
70262006-11-13 Bill Wohler <wohler@newt.com>
7027
7028 Release MH-E manual version 8.0.3.
7029
7030 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7031 release 8.0.3.
7032
7033 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
7034 to set MAILDIR.
7035 (Reading Mail): Document the customization of read-mail-command
7036 for MH-E.
7037 (Viewing Attachments): Document mm-discouraged-alternatives.
7038 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
7039 (Junk): Add more information about the settings of mh-junk-background
7040 in a program. Add /usr/bin/mh to PATH in examples.
7041
70422006-11-12 Richard Stallman <rms@gnu.org>
7043
7044 * woman.texi: Update author address but say he no longer maintains it.
7045
70462006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7047
7048 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
7049 archived trees.
7050 (Checkboxes): Section moved to chapter 5, and extended.
7051 (The date/time prompt): New section.
7052 (Link abbreviations): New section.
7053 (Presentation and sorting): New section.
7054 (Custom agenda views): Section completely rewritten.
7055 (Summary): Compare with Planner.
7056 (Feedback): More info about creating backtraces.
7057 (Plain lists): Modified example.
7058 (Breaking down tasks): New section.
7059 (Custom time format): New section.
7060 (Time stamps): Document inactive timestamps.
7061 (Setting tags): More details about fast tag selection.
7062 (Block agenda): New section.
7063 (Custom agenda views): Section rewritten.
7064 (Block agenda): New section.
7065
70662006-11-07 Michael Albinus <michael.albinus@gmx.de>
7067
7068 * tramp.texi (Configuration): scp is the default method.
7069 (Default Method): Use ssh as example for another method.
7070
70712006-10-27 Richard Stallman <rms@gnu.org>
7072
7073 * woman.texi: Downcase nroff/troff/roff.
7074 (Installation): Chapter deleted. Some xrefs deleted.
7075 (Background): woman doesn't advise man ;-).
7076
c8763fb6 70772006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
7078
7079 * ada-mode.texi (Project files, Identifier completion)
7080 (Automatic Casing, Debugging, Using non-standard file names)
7081 (Working Remotely): Fix typos.
7082
70832006-10-20 Masatake YAMATO <jet@gyve.org>
7084
0c7efc08 7085 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
7086 sample code `my-c-initialization-hook'.
7087
70882006-10-19 Stuart D. Herring <herring@lanl.gov>
7089
7090 * widget.texi: Fix typos.
7091
70922006-10-19 Michael Albinus <michael.albinus@gmx.de>
7093
7094 * tramp.texi (Frequently Asked Questions): Remove questions marked with
7095 "???". There have been no complaints for years, so the information
7096 must be appropriate.
7097
70982006-10-16 Richard Stallman <rms@gnu.org>
7099
7100 * widget.texi: Use @var instead of capitalization.
7101 Clarify many widget type descriptions.
7102
71032006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7104
7105 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
7106 gnus-dired-attach.
7107 (Selecting a Group): Fix typo.
7108
c8763fb6 71092006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
7110
7111 * widget.texi: Fix typos.
7112
71132006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
7114
7115 * gnus.texi (Image Enhancements): Update for Emacs 22.
7116
7117 * gnus-faq.texi ([1.3]): Update.
7118
71192006-10-06 Richard Stallman <rms@gnu.org>
7120
7121 * faq.texi (Displaying the current line or column):
7122 Delete "As of Emacs 20".
7123
71242006-10-06 Romain Francoise <romain@orebokech.com>
7125
7126 * faq.texi (VM): VM works with Emacs 22 too.
7127
71282006-10-06 Richard Stallman <rms@gnu.org>
7129
7130 * ebrowse.texi: Remove Emacs version "21" from title.
7131
71322006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
7133
7134 * gnus.texi (Foreign Groups): Say where change of editing commands are
7135 stored. Add reference to `gnus-parameters'.
7136
71372006-09-15 Jay Belanger <belanger@truman.edu>
7138
7139 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
7140 Change "Library Public License" to "Lesser Public License"
7141 throughout. Use "yyyy" to represent year.
7142
71432006-09-15 Carsten Dominik <dominik@science.uva.nl>
7144
7145 * org.texi (Setting tags): Typo fix.
7146
71472006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
7148
7149 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
7150
71512006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
7152
7153 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
7154
71552006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7156
7157 * faq.texi (Escape sequences in shell output): EMACS is now set
7158 to Emacs's absolute file name, not to "t".
7159 (^M in the shell buffer): Likewise.
7160 * misc.texi (Interactive Shell): Likewise.
7161
71622006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7163
7164 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
7165 mails with pop3-leave-mail-on-server. Fix wording.
7166 (Limiting): Improve gnus-summary-limit-to-articles.
7167 (X-Face): Fix typo.
7168
71692006-09-11 Simon Josefsson <jas@extundo.com>
7170
7171 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
7172 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
7173
71742006-09-06 Simon Josefsson <jas@extundo.com>
7175
7176 * smtpmail.texi (Authentication): Mention SSL.
7177
71782006-09-01 Eli Zaretskii <eliz@gnu.org>
7179
7180 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
7181 Don't use @indicateurl.
7182
7183 * cc-mode.texi (Subword Movement): Don't use @headitem.
7184 (Custom Braces, Clean-ups): Don't use @tie.
7185
71862006-08-29 Michael Albinus <michael.albinus@gmx.de>
7187
7188 Sync with Tramp 2.0.54.
7189
7190 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
7191 Suggested by Adrian Phillips <a.phillips@met.no>.
7192
71932006-08-15 Carsten Dominik <dominik@science.uva.nl>
7194
7195 * org.texi (Installation, Activation): Split from Installation and
7196 Activation.
7197 (Clocking work time): Documented new features.
7198
71992006-08-13 Alex Schroeder <alex@gnu.org>
7200
7201 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
7202 example.
7203
72042006-08-12 Eli Zaretskii <eliz@gnu.org>
7205
7206 * faq.texi (How to add fonts): New node.
7207
72082006-08-05 Romain Francoise <romain@orebokech.com>
7209
7210 * faq.texi (New in Emacs 22): Expand.
7211
72122006-08-03 Michael Olson <mwolson@gnu.org>
7213
7214 * erc.texi: Update for ERC 5.1.4.
7215
72162006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7217
7218 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
7219 in .../site-lisp/gnus/ by default.
7220 [ From gnus-news.texi in the trunk. ]
7221
72222006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7223
7224 * gnus.texi (MIME Commands): Additions for yEnc.
7225
72262006-07-24 Richard Stallman <rms@gnu.org>
7227
7228 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
7229 * faq.texi: Move periods and commas inside quotes.
7230
72312006-07-20 Jay Belanger <belanger@truman.edu>
7232
7233 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
7234
72352006-07-18 Chong Yidong <cyd@stupidchicken.com>
7236
7237 * faq.texi (Security risks with Emacs): Document Emacs 22
7238 file-local-variable mechanism.
7239
72402006-07-12 Michael Olson <mwolson@gnu.org>
7241
7242 * erc.texi: Update for ERC 5.1.3.
7243
72442006-07-12 Alex Schroeder <alex@gnu.org>
7245
7246 * rcirc.texi: Fix typos.
7247 (Getting started with rcirc): New calling convention for M-x irc.
7248 Mention #rcirc. Removed channel tracking.
0c7efc08 7249 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
7250 recently, eg. rcirc-server to rcirc-default-server. Added
7251 documentation for rcirc-authinfo, some background for Bitlbee, and
7252 rcirc-track-minor-mode.
0c7efc08 7253 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 7254 Scrolling.
0c7efc08 7255 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
7256 to match code changes.
7257
72582006-07-10 Nick Roberts <nickrob@snap.net.nz>
7259
7260 * gnus.texi, message.texi: Fix typos.
7261
72622006-07-07 Carsten Dominik <dominik@science.uva.nl>
7263
7264 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
7265 commands.
7266 (Global TODO list): Document the use of the variables
7267 `org-agenda-todo-ignore-scheduled' and
7268 `org-agenda-todo-list-sublevels'.
7269
72702006-07-05 Richard Stallman <rms@gnu.org>
7271
7272 * faq.texi (Scrolling only one line): Fix xref.
7273
72742006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7275
7276 * faq.texi (Evaluating Emacs Lisp code):
7277 Throughout, replace eval-current-buffer with eval-buffer.
7278
72792006-07-03 Richard Stallman <rms@gnu.org>
7280
7281 * rcirc.texi (Scrolling conservatively): Fix xref.
7282
7283 * pcl-cvs.texi (Viewing differences): Usage fix.
7284
72852006-07-03 Carsten Dominik <dominik@science.uva.nl>
7286
7287 * org.texi (Agenda commands): Document `s' key to save all org-mode
7288 buffers.
7289
72902006-06-30 Ralf Angeli <angeli@caeruleus.net>
7291
7292 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
7293 names. Mention `cvs-msg' face.
7294
72952006-06-29 Carsten Dominik <dominik@science.uva.nl>
7296
7297 * org.texi (Checkboxes): New section.
7298
72992006-06-28 Carsten Dominik <dominik@science.uva.nl>
7300
7301 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
7302 throughout this chapter.
7303
73042006-06-27 Chong Yidong <cyd@stupidchicken.com>
7305
7306 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
7307 text for standalone vs Emacs info.
7308 (Help): Clarify header line description. Use mouse-1 for clicks.
7309 (Help-P): Use mouse-1 for clicks.
7310 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
7311 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
7312 (Choose menu subtopic): Remove gratuitous Emacs command names.
7313 (Help-FOO): Put usual behavior first.
7314 (Help-Xref): Clicking on xrefs works in Emacs.
7315 (Search Text): Clarify what the default behavior is.
7316 (Create Info buffer): Fix Emacs window/X window confusion.
7317 (Emacs Info Variables): Fix for new Emacs init file behavior.
7318
73192006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7320
7321 * gnus.texi (Summary Buffer Lines): Fix typo.
7322
73232006-06-23 Carsten Dominik <dominik@science.uva.nl>
7324
7325 * org.texi (Embedded LaTeX): New chapter.
7326 (Archiving): Section rewritten.
7327 (Enhancing text): Some parts moved to the new chapter about LaTeX.
7328
73292006-06-20 Bill Wohler <wohler@newt.com>
7330
7331 Release MH-E manual version 8.0.1.
7332
7333 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7334 release 8.0.1.
7335 (Preface): Depend on GNU mailutils 1.0 and higher.
7336
73372006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7338
7339 * message.texi (News Headers): Update message-syntax-checks section.
7340
73412006-06-19 Karl Berry <karl@gnu.org>
7342
7343 * info.texi (Advanced): Mention C-q, especially with ?.
7344
73452006-06-19 Carsten Dominik <dominik@science.uva.nl>
7346
7347 * org.texi (Publishing links): Document the `:link-validation-function'
7348 property.
7349 (Extensions and Hacking): New chapter, includes some sections of the
7350 "Miscellaneous" chapter.
7351
73522006-06-10 Carsten Dominik <dominik@science.uva.nl>
7353
7354 * org.texi (Progress logging): New section.
7355
2de53ca6
GM
73562006-06-06 Carsten Dominik <dominik@science.uva.nl>
7357
7358 * org.texi (ASCII export): Document indentation adaptation.
7359 (Setting tags): Document mutually-exclusive tags.
7360
73612006-06-05 Romain Francoise <romain@orebokech.com>
7362
7363 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
7364 Fix typo.
7365
7366 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
7367 channel (#gnus@irc.freenode.net).
7368 Fix typos. Update copyright notice.
7369
7370 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
7371 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
7372 (Line-Up Functions, Custom Macros):
7373 * ediff.texi (Window and Frame Configuration)
dccb744b 7374 (Highlighting Difference Regions):
2de53ca6
GM
7375 * emacs-mime.texi (Display Customization):
7376 * erc.texi (History):
7377 * eshell.texi (Known problems):
7378 * eudc.texi (Overview, BBDB):
7379 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
7380 (The problem of spam, SpamOracle, Extending the Spam package)
7381 (Conformity, Terminology):
dccb744b 7382 * idlwave.texi (Routine Info)
2de53ca6
GM
7383 (Class and Keyword Inheritance, Padding Operators)
7384 (Breakpoints and Stepping, Electric Debug Mode)
7385 (Examining Variables, Troubleshooting):
7386 * org.texi (Creating timestamps):
7387 * reftex.texi (Commands, Options, Changes):
7388 * tramp.texi (Inline methods, Password caching)
7389 (Auto-save and Backup, Issues):
7390 * vip.texi (Files, Commands in Insert Mode):
7391 * viper.texi (Emacs Preliminaries, States in Viper)
7392 (Packages that Change Keymaps, Viper Specials, Groundwork):
7393 Fix various typos.
7394
73952006-05-31 Michael Ernst <mernst@alum.mit.edu>
7396
7397 * ediff.texi: Fix typos.
7398
73992006-05-30 Carsten Dominik <dominik@science.uva.nl>
7400
7401 * org.texi: Small typo fixes.
7402
fff84c22
JB
74032006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7404
7405 * viper.texi (Viper Specials):
7406 * gnus.texi (Example Setup):
7407 * faq.texi (Backspace invokes help):
7408 * dired-x.texi (Optional Installation Dired Jump):
7409 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
7410 follow coding conventions.
7411
2de53ca6
GM
74122006-05-29 Michael Albinus <michael.albinus@gmx.de>
7413
7414 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
7415
74162006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7417
7418 * pcl-cvs.texi: Fix typos.
7419 (Customization): Say "us".
7420
74212006-05-26 Eli Zaretskii <eliz@gnu.org>
7422
7423 * org.texi: Remove bogus @setfilename.
7424
74252006-05-26 Carsten Dominik <dominik@science.uva.nl>
7426
7427 * org.texi (ASCII export): Omit command name.
7428 (HTML export): Add prefix to all lines in Local Variable example.
7429 (Acknowledgments): Typeset names in italics.
7430
74312006-05-24 Carsten Dominik <dominik@science.uva.nl>
7432
7433 * org.texi (Plain lists): Add new item navigation commands.
7434 (External links): Document elisp and info links.
7435 (Custom searches): New section.
7436 (Publishing): New chapter.
7437 (HTML export): Include a list of supported CSS classes.
7438 (Setting tags): Describe the fast-tag-setting interface.
7439
74402006-05-20 Luc Teirlinck <teirllm@auburn.edu>
7441
7442 * dired-x.texi: ifinfo -> ifnottex.
7443
74442006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
7445
7446 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
7447
74482006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
7449
7450 * message.texi (Interface): Add tool bar customization.
7451 (MIME): Index and text additions for mml-attach.
7452 (MIME): Describe mml-dnd-protocol-alist and
7453 mml-dnd-attach-options.
7454
7455 * gnus.texi (Oort Gnus): Reorder entries in sections.
7456 Fix some entries.
7457 (Starting Up): Add references to "Emacs for Heathens" and to
7458 "Finding the News". Add user-full-name and user-mail-address.
7459 (Group Buffer Format): Add tool bar customization and update.
7460 (Summary Buffer): Add tool bar customization.
7461 (Posting Styles): Add message-alternative-emails.
7462
74632006-05-09 Michael Albinus <michael.albinus@gmx.de>
7464
7465 * tramp.texi (Filename completion): Improve wording.
7466
74672006-05-07 Romain Francoise <romain@orebokech.com>
7468
7469 * faq.texi (Using regular expressions): Fix typo.
7470 (Packages that do not come with Emacs): Fix capitalization.
7471 (Replacing text across multiple files): Expand node to explain how
7472 to use `dired-do-query-replace-regexp' in more detail, based on
7473 suggestion by Eric Hanchrow <offby1@blarg.net>.
7474
74752006-05-06 Michael Albinus <michael.albinus@gmx.de>
7476
7477 * tramp.texi (Filename completion): Completion of remote files'
7478 method, user name and host name is active only in partial
7479 completion mode.
7480
74812006-05-06 Bill Wohler <wohler@newt.com>
7482
7483 Release MH-E manual version 8.0.
7484
7485 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7486 release 8.0.
7487
74882006-05-06 Bill Wohler <wohler@newt.com>
7489
7490 * mh-e.texi (MH-BOOK-HOME): Change from
7491 http://www.ics.uci.edu/~mh/book/mh to
7492 http://rand-mh.sourceforge.net/book/mh.
7493 Replace .htm suffix with .html for MH book files.
7494 (Using This Manual): Update key binding for getting relevant
7495 chapter in Info from command key.
7496 (Ranges): Fix itemx.
7497
74982006-05-05 Karl Berry <karl@gnu.org>
7499
7500 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7501 (\fonttextsize): New user-level command to change text font size.
7502
75032006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7504
7505 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7506
75072006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7508
7509 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7510
75112006-04-24 Bill Wohler <wohler@newt.com>
7512
7513 * mh-e.texi (Getting Started): Make it more explicit that you need
7514 to install MH. Add pointers to current MH implementations.
7515
75162006-04-21 Bill Wohler <wohler@newt.com>
7517
7518 Release MH-E manual version 7.94.
7519
7520 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7521 release 7.94.
7522
75232006-04-21 Carsten Dominik <dominik@science.uva.nl>
7524
7525 * org.texi: Many small fixes.
7526 (Handling links): Rename from "Managing links".
7527
75282006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7529
7530 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7531 (Splitting mail using spam-stat): Fix @xref.
7532
75332006-04-20 Chong Yidong <cyd@stupidchicken.com>
7534
7535 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7536 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7537
75382006-04-20 Carsten Dominik <dominik@science.uva.nl>
7539
7540 * org.texi (Time stamps): Better explanation of the purpose of
7541 different time stamps.
7542 (Structure editing, Plain lists): More details on how new items
7543 and headings are inserted.
7544
75452006-04-18 Carsten Dominik <dominik@science.uva.nl>
7546
7547 * org.texi (Formula syntax): Fix link to Calc Manual.
7548
75492006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7550
7551 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7552
75532006-04-17 Bill Wohler <wohler@newt.com>
7554
7555 * mh-e.texi (Folders): Update mh-before-quit-hook and
7556 mh-quit-hook example with code that removes the buffers rather
7557 than just bury them.
7558
75592006-04-17 Michael Albinus <michael.albinus@gmx.de>
7560
7561 Sync with Tramp 2.0.53.
7562
75632006-04-13 Carsten Dominik <dominik@science.uva.nl>
7564
7565 * org.texi (Updating settings): New section.
7566 (Visibility cycling): Better names for the startup folding
7567 options.
7568 (Exporting): Completely restructured.
7569 (The very busy C-c C-c key): New section.
7570 (Summary of in-buffer settings): New section.
7571
75722006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7573
7574 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7575
75762006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7577
7578 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7579 (Server Commands): Key `v' is reserved for users.
7580
75812006-04-11 Carsten Dominik <dominik@science.uva.nl>
7582
7583 * org.texi (Link format): New section, emphasis on bracket links.
7584 (External links): Document bracket links.
7585 (FAQ): Expand to cover shell links and the new link format.
7586
75872006-04-09 Kevin Ryde <user42@zip.com.au>
7588
7589 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7590
75912006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7592
7593 * gnus.texi (Summary Buffer Lines): Add `*'.
7594
c8763fb6 75952006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7596
7597 * gnus.texi (Group Parameters):
7598 Mention gnus-permanently-visible-groups.
7599
76002006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7601
7602 * gnus.texi (Face): Fix typo.
7603
76042006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7605
7606 * gnus.texi (X-Face): Clarify.
7607 (Face): Need Emacs with PNG support.
7608
76092006-04-06 Richard Stallman <rms@gnu.org>
7610
7611 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7612 Emacs".
7613
76142006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7615
7616 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7617 blocks not suitable for inclusion with Emacs using variable
7618 PARTOFEMACS.
7619
76202006-04-04 Simon Josefsson <jas@extundo.com>
7621
7622 * gnus.texi (Security): Improve.
7623
76242006-04-02 Bill Wohler <wohler@newt.com>
7625
7626 * mh-e.texi (Getting Started, Junk, Bug Reports)
7627 (MH FAQ and Support): Fix URLs.
7628
76292006-03-31 Romain Francoise <romain@orebokech.com>
7630
7631 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7632 to t, not nil (and has for the past eight years).
7633
76342006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7635
7636 * message.texi, gnus.texi: Bump version to 5.11.
7637
76382006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7639
7640 * gnus.texi (Top): Add comment about version line.
7641
7642 * message.texi (Top): Ditto. Change to take named versions into
7643 account.
7644
76452006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7646
7647 * gnus.texi (Posting Styles): Add x-face-file to example.
7648 (X-Face): Refer to posting styles.
7649
7650 * gnus-faq.texi ([5.8]): Add x-face-file.
7651 ([8.4]): Add links to gmane.emacs.gnus.user and
7652 gmane.emacs.gnus.general.
7653
76542006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7655
7656 * gnus-faq.texi: Use .invalid.
7657 ([5.4]): Fix gnus-posting-styles example.
7658
76592006-03-27 Romain Francoise <romain@orebokech.com>
7660
7661 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7662 Emacs/W3 needs a new maintainer.
7663 (Ispell): Update author and version info.
7664 (Mailcrypt): Mention PGG.
7665 (New in Emacs 22): Add PGG to the list of new packages.
7666 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7667 updating dead URLs.
7668
76692006-03-25 Karl Berry <karl@gnu.org>
7670
7671 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7672 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7673 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7674 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7675 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7676 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7677 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7678 (2) do not indent copyright year list (or anything else).
7679
76802006-03-21 Bill Wohler <wohler@newt.com>
7681
7682 * mh-e.texi (Folders): Various edits.
7683
76842006-03-20 Romain Francoise <romain@orebokech.com>
7685
7686 * gnus.texi (Mail Folders): Grammar fix.
7687
76882006-03-19 Bill Wohler <wohler@newt.com>
7689
7690 * mh-e.texi (Replying): Document Mail-Followup-To.
7691 Change manually-formatted table to multitable. Add debugging info.
7692 Move description of mh-reply-default-reply-to into paragraph
7693 that describes its values.
7694
76952006-03-17 Bill Wohler <wohler@newt.com>
7696
10d1d0af 7697 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7698 (Sending Mail Tour): Update method of entering
7699 addresses and subject.
7700 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7701 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7702
77032006-03-15 Carsten Dominik <dominik@science.uva.nl>
7704
7705 * org.texi: Version number change only.
7706
77072006-03-14 Bill Wohler <wohler@newt.com>
7708
7709 * mh-e.texi: Add index entries around each paragraph rather than
7710 depend on entries from beginning of node. Doing so ensures that
7711 index entries are less likely to be forgotten if text is cut and
7712 pasted, and are necessary anyway if the references are on a
7713 separate page. It seems that makeinfo is now (v. 4.8) only
7714 producing one index entry per node, so there is no longer any
7715 excuse not to. Use subheading instead of heading. The incorrect
7716 use of heading produced very large fonts in Info--as large as the
7717 main heading.
7718 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7719 versions 6 and 7 appeared *around* the time of these Emacs releases.
7720
77212006-03-13 Carsten Dominik <dominik@science.uva.nl>
7722
7723 * org.texi (Clean view): Document new startup options.
7724
77252006-03-11 Bill Wohler <wohler@newt.com>
7726
7727 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7728 (Composing, Scan Line Formats): Fix @refs.
7729 (Getting Started): Define MH profile and MH profile components.
7730 (Incorporating Mail, Reading Mail, Viewing, Printing)
7731 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7732 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7733 for string constants.
7734 (Tool Bar): Remove spurious quote.
7735 (Junk): Use ``...'' instead of "...".
7736 (Scan Line Formats): Replace @samp with @kbd.
7737
77382006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7739
7740 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7741
77422006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7743
7744 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7745 easy to understand.
7746
77472006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7748
7749 * gnus.texi: Markup fix.
7750 (Fancy Mail Splitting): Specify new feature.
7751
77522006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7753
7754 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7755 partial-words matching.
7756
77572006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7758
7759 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7760
7761 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7762 (MIME Commands): Fix mm-discouraged-alternatives.
7763
77642006-03-07 Carsten Dominik <dominik@science.uva.nl>
7765
7766 * org.texi: Version number change only.
7767
77682006-03-06 Bill Wohler <wohler@newt.com>
7769
7770 * mh-e.texi: Move from SourceForge repository to Savannah.
7771 This is version 7.93, which is a total rewrite from the previous
7772 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7773 version 7.93.
7774
77752006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7776
7777 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7778
77792006-03-01 Carsten Dominik <dominik@science.uva.nl>
7780
7781 * org.texi (Interaction): Add item about `org-mouse.el' by
7782 Piotr Zielinski.
7783 (Managing links): Document that also mouse-1 can be used to
7784 activate a link.
7785 (Headlines, FAQ): Add entry about hiding leading stars.
7786 (Miscellaneous): Resort the sections in this chapter to a more
7787 logical sequence.
7788
77892006-02-27 Simon Josefsson <jas@extundo.com>
7790
7791 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7792 2004-01-27 from the trunk).
7793
77942006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7795
7796 * cc-mode.texi: Rename c-hungry-backspace to
7797 c-hungry-delete-backwards, at the request of RMS. Leave the old
7798 name as an alias.
7799
78002006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7801
7802 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7803 include the function header within the defun.
7804
78052006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7806
7807 * cc-mode.texi: Correct two typos.
7808
78092006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7810
7811 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7812 existing comment.
7813 (Electric Keys): Add a justification for electric indentation.
7814 (Hungry WS Deletion): Clear up the names and complications of the
7815 BACKSPACE and DELETE keys.
7816
78172006-02-23 Juri Linkov <juri@jurta.org>
7818
7819 * faq.texi (Common requests): Move `Turning on auto-fill by
7820 default' after `Wrapping words automatically'. Move `Working with
7821 unprintable characters' before `Searching for/replacing newlines'.
7822 Move `Replacing highlighted text' after `Highlighting a region'.
7823 Merge `Repeating commands' and `Repeating a command as many times
7824 as possible' into the former.
7825 (Packages that do not come with Emacs): Add refs to Gmane and
7826 etc/MORE.STUFF.
7827
78282006-02-23 Juri Linkov <juri@jurta.org>
7829
7830 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7831 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7832 Add xref to `(emacs)Reporting Bugs'.
7833 (Getting a printed manual): Add URL to other formats of the manual.
7834 (Common requests): Fix menu.
7835 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7836 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7837 (Inserting text at the beginning of each line): Add pxref to
7838 `Changing the included text prefix'.
7839 (Forcing the cursor to remain in the same column): Mention `track-eol'
7840 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7841 (Replacing text across multiple files): Add keybinding `Q' for
7842 `dired-do-query-replace'.
7843
78442006-02-22 Carsten Dominik <dominik@science.uva.nl>
7845
7846 * reftex.texi: Version number and date change only.
7847
7848 * org.texi (Internal Links): Rewrite to cover the modified
7849 linking system.
7850
78512006-02-17 Eli Zaretskii <eliz@gnu.org>
7852
7853 * faq.texi: Remove the coding cookie, it's not needed anymore.
7854
78552006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7856
7857 * faq.texi (Colors on a TTY): Mention Mac OS port.
7858
78592006-02-12 Karl Berry <karl@gnu.org>
7860
7861 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7862 8-bit accented a.
7863
78642006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7865
7866 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7867
78682006-02-08 Romain Francoise <romain@orebokech.com>
7869
7870 * faq.texi (Top): Remove paragraph about the FAQ being a
7871 transitional document, etc.
7872 (Searching for/replacing newlines): New node.
7873 (Yanking text in isearch): New node.
7874 (Inserting text at the beginning of each line): Rename and make
7875 more general, mention `M-;' in Message mode.
7876
78772006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7878
7879 * faq.texi (Meta key does not work in xterm)
7880 (Emacs does not display 8-bit characters)
7881 (Inputting eight-bit characters): Update xrefs.
7882
78832006-02-06 Romain Francoise <romain@orebokech.com>
7884
7885 * faq.texi (VM): VM now at version 7.19.
7886 Set myself as maintainer of this file.
7887
78882006-02-04 Michael Olson <mwolson@gnu.org>
7889
7890 * erc.texi (History): Note that ERC is now included with Emacs.
7891
78922006-01-31 Romain Francoise <romain@orebokech.com>
7893
7894 * message.texi (Message Headers): Explain what
7895 `message-alternative-emails' does in more detail.
7896 Update copyright year.
7897
78982006-01-30 Juanma Barranquero <lekktu@gmail.com>
7899
7900 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7901
79022006-01-29 Richard M. Stallman <rms@gnu.org>
7903
7904 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7905
79062006-01-29 Michael Olson <mwolson@gnu.org>
7907
7908 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7909
7910 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7911
7912 * faq.texi (New in Emacs 22): Mention ERC.
7913
79142006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7915
7916 * rcirc.texi: Capitalize dir entry for consistency with the entry
7917 in info/dir and other entries in the Emacs category.
7918 Fix typos. Delete trailing whitespace.
7919
c8763fb6 79202006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7921
7922 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7923
79242006-01-27 Eli Zaretskii <eliz@gnu.org>
7925
7926 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7927 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7928
7929 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7930 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7931
79322006-01-27 Alex Schroeder <alex@gnu.org>
7933
7934 * rcirc.texi: New file.
7935
79362006-01-23 Juri Linkov <juri@jurta.org>
7937
7938 * widget.texi (User Interface): Add S-TAB for widget-backward.
7939
79402006-01-22 Michael Albinus <michael.albinus@gmx.de>
7941
7942 Sync with Tramp 2.0.52.
7943
7944 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7945 Add Tramp disabling item. New item for common connection problems.
7946 (various): Apply "ftp" as method for the download URL.
7947 (Bug Reports): Refer to FAQ for common problems.
7948
79492006-01-21 Eli Zaretskii <eliz@gnu.org>
7950
7951 * widget.texi (User Interface): Use @key for TAB.
7952
7953 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7954
7955 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7956 for TAB.
7957
7958 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7959
79602006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7961
7962 * gnus.texi: Update copyright.
7963
79642006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7965
7966 * gnus.texi (Article Washing): Additions.
7967
2de53ca6
GM
79682006-01-13 Carsten Dominik <dominik@science.uva.nl>
7969
7970 * org.texi (Agenda commands): Document tags command.
7971
79722006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7973
7974 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7975
79762006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7977
7978 * gnus.texi (RSS): Addition.
7979
79802005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7981
7982 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7983
79842005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7985
7986 * emacs-mime.texi (Display Customization): Add setting example to
7987 mm-discouraged-alternatives.
7988
79892006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7990
7991 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7992 version is the canonical version.
7993
79942006-01-08 Alex Schroeder <alex@gnu.org>
7995
7996 * pgg.texi (Caching passphrase): Rewording.
7997
79982006-01-06 Eli Zaretskii <eliz@gnu.org>
7999
8000 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
8001 repository URL.
8002
80032006-01-06 Carsten Dominik <dominik@science.uva.nl>
8004
8005 * org.texi: Removed the accidentally re-added empty line in the
8006 direntry.
8007
80082006-01-05 Carsten Dominik <dominik@science.uva.nl>
8009
8010 * org.texi (Agenda Views): Chapter reorganized.
8011
80122005-12-29 Romain Francoise <romain@orebokech.com>
8013
8014 * faq.texi (Using Customize): New node.
8015
80162005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8017
8018 * org.texi: Remove blank line in @direntry. It is non-standard
8019 and recursively produces blank lines all over the dir file (when
8020 using Texinfo 4.8).
8021
80222005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8023
8024 * widget.texi (atoms): Delete obsolete remark about `file' widget.
8025
80262005-12-20 Carsten Dominik <dominik@science.uva.nl>
8027
8028 * org.texi (Tags): Boolean logic documented.
8029 (Agenda Views): Document custom commands.
8030
80312005-12-20 David Kastrup <dak@gnu.org>
8032
8033 * faq.texi (AUCTeX): Update version and mailing list info.
8034
80352005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8036
8037 * gnus.texi (MIME Commands): Mention addition of
8038 multipart/alternative to gnus-buttonized-mime-types and add xref
8039 to mm-discouraged-alternatives.
8040
8041 * emacs-mime.texi (Display Customization): Mention addition of
8042 "image/.*" and add xref to gnus-buttonized-mime-types in the
8043 mm-discouraged-alternatives section.
8044
80452005-12-16 Carsten Dominik <dominik@science.uva.nl>
8046
8047 * org.texi (Tags): New section.
8048 (Agenda Views): Chapter reorganized.
8049
80502005-12-16 Eli Zaretskii <eliz@gnu.org>
8051
8052 * org.texi (Internal Links): Add a missing comma after an @xref.
8053
80542005-12-14 Chong Yidong <cyd@stupidchicken.com>
8055
8056 * faq.texi (Filling paragraphs with a single space): No need to
8057 change sentence-end now.
8058
80592005-12-13 Romain Francoise <romain@orebokech.com>
8060
8061 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
8062
80632005-12-12 Jay Belanger <belanger@truman.edu>
8064
8065 * faq.texi (Calc): Update version number.
8066
80672005-12-12 Carsten Dominik <dominik@science.uva.nl>
8068
8069 * org.texi (Progress Logging): New section.
8070
80712005-12-10 Romain Francoise <romain@orebokech.com>
8072
8073 Update the Emacs FAQ for the 22.1 release.
8074
8075 * faq.texi: Set VER to `22.1'.
8076 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
8077 Tutorial. Mention that `C-h r' displays the manual.
8078 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
8079 (Getting a printed manual): Point to the new locations of the
8080 manuals on the GNU Web site.
8081 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
8082 available via Info (it was previously distributed separately).
8083 (Installing Texinfo documentation): The latest version of Texinfo
8084 is 4.8, not 4.0.
8085 (Informational files for Emacs): COPYING is the GNU General Public
8086 License, not the Emacs General Public License.
8087 (Informational files for Emacs): Delete obsolete link to the
8088 GNUinfo pages as they have been removed from the GNU Web site.
8089 (New in Emacs 22): New node.
8090 (Setting up a customization file): Say that most packages support
8091 Customize nowadays.
8092 (Colors on a TTY): Delete reference to instructions on how to
8093 enable syntax highlighting, it is now enabled by default.
8094 (Turning on abbrevs by default): Emacs now reads the abbrevs file
8095 at startup automatically.
8096 (Controlling case sensitivity): Mention `M-c' in isearch.
8097 (Using an already running Emacs process): Emacs now creates the
8098 socket in `/tmp/emacsUID'. Fix typos. Change default location of
8099 gnuserv. As emacsclient can now run Lisp code as well, delete a
8100 sentence praising gnuserv for that. Simplify description of how
8101 the client/server operation works.
8102 (Compiler error messages): Delete obsolete text (compile.el has
8103 been rewritten).
8104 (Indenting switch statements): Fix typo.
8105 (Matching parentheses): Simplify setup instructions, mention the
8106 menu bar item in the Options menu.
8107 (Repeating a command as many times as possible): Mention `C-x e'.
8108 (Going to a line by number): Mention new keymap and bindings
8109 `M-g M-g', `M-g M-p' and `M-g M-n'.
8110 (Turning on syntax highlighting): Now on by default. Simplify.
8111 (Replacing highlighted text): Use `1', not `t'.
8112 (Problems with very large files): The maximum size is now 256MB on
8113 32-bit machines.
8114 (^M in the shell buffer): Mention `comint-process-echoes'.
8115 (Emacs for Apple computers): Emacs 22 has native support for Mac
8116 OS X.
8117 (Translating names to IP addresses): Delete node.
8118 (Binding keys to commands): Fix typo.
8119 (SPC no longer completes file names): New node.
8120 (MIME with Emacs mail packages): Delete section about the Emacs
8121 MIME FAQ (it's not reachable anymore).
8122
81232005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8124
8125 * cc-mode.texi: The manual has been extensively revised: the
8126 information about using CC Mode has been separated from the larger
8127 and more difficult chapters about configuration. It has been
8128 updated for CC Mode 5.31.
8129
81302005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8131
8132 * pgg.texi (User Commands): Fix description of pgg-verify-region.
8133 (Selecting an implementation): Fix descriptions.
8134
81352005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8136
8137 * message.texi (Various Message Variables): Addition.
8138
81392005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8140
8141 * message.texi: Fix default values.
8142
81432005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8144
8145 * message.texi (Header Commands): Clarify descriptions of
8146 message-cross-post-followup-to, message-reduce-to-to-cc, and
8147 message-insert-wide-reply.
8148 (Various Commands): Fix kindex for message-kill-to-signature;
8149 clarify description of message-tab.
8150
81512005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
8152
8153 * message.texi (Mailing Lists): Fix description about MFT.
8154
8155 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
8156
81572005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8158
8159 * gnus.texi (Slow Terminal Connection): Replace old description
8160 with new one.
8161
81622005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
8163
8164 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
8165 replace X-Draft-Headers with X-Draft-From.
8166
81672005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8168
8169 * gnus.texi (Various Various): Fix the default value of
8170 nnheader-max-head-length.
8171 (Gnus Versions): Fix typo.
8172
81732005-12-08 Carsten Dominik <dominik@science.uva.nl>
8174
8175 * org.texi (Structure editing): Document new functionality of
8176 M-RET.
8177
81782005-12-06 Luc Teirlinck <teirllm@auburn.edu>
8179
8180 * org.texi (Internal Links): Fix Texinfo usage.
8181
81822005-12-06 Carsten Dominik <dominik@science.uva.nl>
8183
8184 * org.texi (TODO basics): Document the global todo list.
8185 (TODO items): Documents sparse tree for specific TODO
8186 keywords.
8187
81882005-11-30 Carsten Dominik <dominik@science.uva.nl>
8189
8190 * org.texi (Plain Lists): Typos fixed.
8191
81922005-11-28 Jay Belanger <belanger@truman.edu>
8193
8194 * calc.texi: Change references of `M-#' to `C-x *' prefix.
8195
81962005-11-24 Carsten Dominik <dominik@science.uva.nl>
8197
8198 * org.texi (Structure editing): New item moving commands added.
8199 (Plain Lists): New section.
8200
82012005-11-18 Carsten Dominik <dominik@science.uva.nl>
8202
8203 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
8204 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 8205 `org-agenda-file-to-front'.
2de53ca6
GM
8206 (Built-in table editor): Document `org-table-sort-lines'.
8207 (HTML formatting): Export of hand-formatted lists.
8208
82092005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8210
8211 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
8212 new variable gnus-toolbar-thickness.
8213
82142005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
8215
8216 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
8217
82182005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8219
8220 * gnus.texi (X-Face): Fix description.
8221 (XVarious): Remove gnus-xmas-logo-color-alist and
8222 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
8223
82242005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8225
8226 * gnus.texi (Group Parameters): Mention new variable
8227 gnus-parameters-case-fold-search.
8228 (Home Score File): Addition.
8229
82302005-11-04 Ulf Jasper <ulf.jasper@web.de>
8231
8232 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
8233 (Overview): List supported feed types.
8234 (Installation): No installation necessary when using autoload.
8235 (Configuration): Rename "RSS" to "news".
8236
82372005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8238
8239 * pgg.texi (User Commands): Document additional passphrase
8240 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
8241 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
8242
82432005-11-04 Carsten Dominik <dominik@science.uva.nl>
8244
8245 * org.texi: Version number changed to 3.19.
8246
82472005-10-29 Sascha Wilde <wilde@sha-bang.de>
8248
8249 * pgg.texi (How to use): Update the example to add autoload of
8250 pgg-encrypt-symmetric-region.
8251 (User Commands): Document pgg-encrypt-symmetric-region.
8252 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
8253
82542005-10-27 Jay Belanger <belanger@truman.edu>
8255
8256 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
8257 mention other TeX-related units.
8258
82592005-10-23 Lars Hansen <larsh@soem.dk>
8260
0c7efc08
SM
8261 * dired-x.texi (Miscellaneous Commands):
8262 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
8263 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
8264
82652005-10-23 Jay Belanger <belanger@truman.edu>
8266
8267 * calc.texi (Predefined Units): Use `alpha' for the fine structure
8268 constant.
8269
82702005-10-23 Michael Albinus <michael.albinus@gmx.de>
8271
0c7efc08
SM
8272 * faq.texi (Bugs and problems):
8273 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
8274 `directory-listing-before-filename-regexp'.
8275
82762005-10-22 Eli Zaretskii <eliz@gnu.org>
8277
8278 * newsticker.texi (UPDATED): Set value.
8279
82802005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
8281
8282 * gnus.texi (Document Groups): Remove duplicate item.
8283
82842005-10-21 Carsten Dominik <dominik@science.uva.nl>
8285
8286 * org.texi (Summary): Mention iCalendar support.
8287 (Exporting): Document iCalendar support.
8288
82892005-10-18 Romain Francoise <romain@orebokech.com>
8290
8291 * viper.texi (Viper Specials): Capitalize GNU.
8292
82932005-10-17 Juri Linkov <juri@jurta.org>
8294
8295 * info.texi (Getting Started, Search Index, Expert Info):
8296 Fix wording.
8297 (Search Text): Replace `echo area' with `mode line'.
8298 (Search Index): Both `i' and `,' find all index entries.
8299 Replace example `C-f' with `C-l' (which exists in index of Info
8300 manual) and delete spaces in its keyboard input sequence.
8301 Delete unnecessary explanations about literal characters.
8302
83032005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
8304
8305 * gnus.texi (Document Server Internals): Addition.
8306
83072005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8308
8309 * gnus.texi (A note on namespaces): Fix RFC reference.
8310
83112005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8312
8313 * gnus.texi (RSS): Fix key description.
8314
83152005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8316
8317 * gnus.texi: Emacs/w3 -> Emacs/W3.
8318 (Browsing the Web): Fix description.
8319 (Web Searches): Ditto.
8320 (Customizing W3): Ditto.
8321
83222005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8323
8324 * gnus.texi (Maildir): Clarify expire-age and expire-group.
8325
83262005-10-11 Jay Belanger <belanger@truman.edu>
8327
8328 * calc.texi (Integration): Mention using `a i' to compute definite
8329 integrals.
8330
83312005-10-11 Juri Linkov <juri@jurta.org>
8332
8333 * info.texi: Rearrange nodes.
8334 (Top): Update menu. Change ref `Info for Experts' to
8335 `Advanced Info Commands'.
8336 (Getting Started): Fix description of manual's parts.
8337 (Help-Int): Change xref `Info Search' to `Search Index', and
8338 `Expert Info' to `Advanced'.
8339 (Advanced): Move node one level up.
8340 (Search Text, Search Index): New nodes split out from `Info Search'.
8341 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
8342 split out from `Advanced'.
8343 (Advanced, Emacs Info Variables): De-document editing an Info file
8344 in Info.
8345 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
8346 (Creating an Info File): Delete node and move its text to
8347 `Expert Info'.
8348
83492005-10-10 Carsten Dominik <dominik@science.uva.nl>
8350
8351 * org.texi (Workflow states): Documented that change in keywords
8352 becomes active only after restart of Emacs.
8353
83542005-10-08 Michael Albinus <michael.albinus@gmx.de>
8355
8356 Sync with Tramp 2.0.51.
8357
83582005-10-08 Nick Roberts <nickrob@snap.net.nz>
8359
8360 * speedbar.texi (Introduction): Describe new location of speedbar
8361 on menubar.
8362 (Basic Key Bindings): Remove descriptions of bindings that have
8363 been removed.
8364
83652005-10-05 Nick Roberts <nickrob@snap.net.nz>
8366
8367 * speedbar.texi (GDB): Describe use of watch expressions.
8368
83692005-09-28 Simon Josefsson <jas@extundo.com>
8370
8371 * message.texi (IDNA): Fix.
8372
83732005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8374
8375 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
8376 nntp-server-hook, and nntp-warn-about-losing-connection; fix
8377 description of nntp-open-connection-function.
8378 (Common Variables): Fix descriptions.
8379
83802005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
8381
8382 * gnus.texi (Server Buffer Format): Document the %a format spec.
8383
83842005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8385
8386 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
8387
83882005-09-23 Carsten Dominik <dominik@science.uva.nl>
8389
8390 * org.texi Version 3.16.
8391
83922005-09-19 Miles Bader <miles@gnu.org>
8393
8394 * newsticker.texi: Get rid of CVS keywords.
8395
83962005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8397
8398 * gnus.texi (Finding the Parent): Fix description of how Gnus
8399 finds article.
8400
84012005-09-14 Jari Aalto <jari.aalto@cante.net>
8402
8403 * gnus.texi (Advanced Scoring Examples): New examples to teach how
8404 to drop off non-answered articles.
8405
84062005-09-19 Juanma Barranquero <lekktu@gmail.com>
8407
8408 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
8409 braces (which are unsupported by NMAKE) for macro `srcdir'.
8410
84112005-09-17 Eli Zaretskii <eliz@gnu.org>
8412
8413 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8414 (../info/newsticker, newsticker.dvi): New targets.
8415
84162005-09-17 Ulf Jasper <ulf.jasper@web.de>
8417
8418 * newsticker.texi: Replace @command with @code. Replace @example
8419 with @lisp.
0c7efc08
SM
8420 (Top): Add explanations to menu items.
8421 (GNU Free Documentation License): Remove.
2de53ca6
GM
8422
84232005-09-16 Romain Francoise <romain@orebokech.com>
8424
8425 Update all files to specify GFDL version 1.2.
8426
8427 * doclicense.texi (GNU Free Documentation License): Update to
8428 version 1.2.
8429
84302005-09-15 Richard M. Stallman <rms@gnu.org>
8431
8432 * newsticker.texi: Fix @setfilename.
8433
8434 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8435 (../info/newsticker, newsticker.dvi): New targets.
8436
84372005-08-30 Carsten Dominik <dominik@science.uva.nl>
8438
8439 * org.texi: Version 3.15.
8440
84412005-08-29 Luc Teirlinck <teirllm@auburn.edu>
8442
8443 * ses.texi: Combine all three indices into one.
8444 Correct a few typos.
8445
84462005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
8447
8448 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
8449
84502005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8451
8452 * emacs-mime.texi (Handles): Remove duplicate item.
8453 (Encoding Customization): Fix the default value for
8454 mm-coding-system-priorities.
8455 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
8456 (Basic Functions): Fix reference.
8457
84582005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8459
8460 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
8461
84622005-08-18 Richard M. Stallman <rms@gnu.org>
8463
8464 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
8465 and web site.
8466
8467 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
8468 not keyboard-translate.
8469
84702005-08-11 Richard M. Stallman <rms@gnu.org>
8471
8472 * faq.texi (Using regular expressions): Fix xref.
8473
84742005-08-09 Juri Linkov <juri@jurta.org>
8475
8476 * info.texi (Help-P): Replace `Prev' with `Previous'.
8477 (Help-M, Help-Xref): Add S-TAB.
8478 (Help-FOO): Update `u' command.
8479 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8480 Update info about visibility of xref parts.
8481 (Help-Int): Fix `m' command. Rename `Info-last' to
8482 `Info-history-back'. Add `Info-history-forward'.
8483 (Advanced): Fix `g*' and `M-n' commands.
8484 (Info Search): Add `index-apropos' in stand-alone browser.
8485 Add isearch commands.
8486 (Emacs Info Variables): Remove `Info-fontify'.
8487 Add `Info-mode-hook'. Update face names.
8488 Add `Info-fontify-maximum-menu-size',
8489 `Info-fontify-visited-nodes', `Info-isearch-search'.
8490
84912005-08-07 Michael Albinus <michael.albinus@gmx.de>
8492
8493 Sync with Tramp 2.0.50.
8494
8495 * tramp.texi: Use @option{} consequently for method names.
8496 (Inline methods, External transfer methods): Remove references to
8497 Cygwin.
8498 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8499 implementation.
8500
85012005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8502
8503 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8504 Mention that gnus-init-file is not read when Emacs is invoked with
8505 --no-init-file or -q.
8506
85072005-07-19 Carsten Dominik <dominik@science.uva.nl>
8508
8509 * org.texi: Version 3.14.
8510
85112005-07-04 Carsten Dominik <dominik@science.uva.nl>
8512
8513 * org.texi: Version 3.13.
8514
85152005-07-18 Juri Linkov <juri@jurta.org>
8516
8517 * calc.texi (Time Zones, Logical Operations):
8518 * cl.texi (Overview):
8519 * org.texi (TODO types):
8520 * sc.texi (Emacs 18 MUAs):
8521 * speedbar.texi (Top):
8522 * url.texi (History):
8523 Delete duplicate duplicate words.
8524
ce058493 85252005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8526
8527 * cl.texi (Type Predicates): Document `atom' type.
8528
85292005-07-04 Lute Kamstra <lute@gnu.org>
8530
8531 Update FSF's address in GPL notices.
8532
8533 * calc.texi (Copying):
8534 * doclicense.texi (GNU Free Documentation License):
8535 * faq.texi (Contacting the FSF):
8536 * mh-e.texi (Copying): Update FSF's address.
8537
85382005-07-03 Richard M. Stallman <rms@gnu.org>
8539
8540 * flymake.texi (Example -- Configuring a tool called directly):
8541 Update name of flymake-build-relative-filename.
8542
85432005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8544
8545 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8546
85472005-06-29 Carsten Dominik <dominik@science.uva.nl>
8548
8549 * org.texi: Version 3.12.
8550
85512005-06-24 Eli Zaretskii <eliz@gnu.org>
8552
8553 * makefile.w32-in (MAKEINFO): Use --force.
8554 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8555 Makefile.in.
8556 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8557 more shells.
8558
85592005-06-23 Richard M. Stallman <rms@gnu.org>
8560
8561 * speedbar.texi (Creating a display): Texinfo usage fixes.
8562
8563 * tramp.texi (Customizing Completion, Auto-save and Backup):
8564 Texinfo usage fixes.
8565
85662005-06-23 Juanma Barranquero <lekktu@gmail.com>
8567
8568 * dired-x.texi (Miscellaneous Commands):
8569 * ediff.texi (Miscellaneous):
8570 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8571 (Agent Variables):
8572 * info.texi (Help-Xref):
8573 * message.texi (Message Headers):
8574 * org.texi (Remember):
8575 * reftex.texi (Options (Defining Label Environments)):
8576 (Options (Index Support)):
8577 (Options (Viewing Cross-References)):
8578 (Options (Misc)):
8579 (Changes):
8580 * speedbar.texi (Creating a display):
8581 * tramp.texi (Customizing Completion, Auto-save and Backup):
8582 Texinfo usage fix.
8583
85842005-06-13 Carsten Dominik <dominik@science.uva.nl>
8585
8586 * org.texi: Version 3.11.
8587
85882005-06-12 Jay Belanger <belanger@truman.edu>
8589
8590 * calc.texi (Getting Started): Remove extra menu item.
8591
85922005-05-31 Jay Belanger <belanger@truman.edu>
8593
8594 * calc.texi (Notations Used in This Manual): Use @kbd for key
8595 sequence.
8596 (Demonstration of Calc): Mention another way of starting Calc.
8597 (Starting Calc): Mention long name of M-#.
8598 (Embedded Mode Overview): Remove unnecessary instruction.
8599 (Other M-# commands): Rephrase `M-# 0' explanation.
8600 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8601 reflect current behavior.
8602
86032005-05-30 Jay Belanger <belanger@truman.edu>
8604
8605 * calc.texi (Hooks): Change description of calc-window-hook and
8606 calc-trail-window-hook to match usage.
8607 (Computational Functions): Add more constant-generating functions.
8608 (Customizable Variables): Use defvar.
8609
86102005-05-28 Jay Belanger <belanger@truman.edu>
8611
8612 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8613 (Basic Embedded Mode): Explain behavior of arguments to
8614 calc-embedded-mode.
8615
86162005-05-27 Jay Belanger <belanger@truman.edu>
8617
8618 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8619 current behavior.
8620
86212005-05-25 Jay Belanger <belanger@truman.edu>
8622
8623 * calc.texi: Change Calc version number throughout.
8624 (Keypad Mode): Change location in info output.
8625 (Keypad mode overview): Move picture of keypad.
8626
86272005-05-21 Jay Belanger <belanger@truman.edu>
8628
8629 * calc.texi (Storing variables): Mention that only most variables
8630 are void to begin with.
8631
86322005-05-21 Kevin Ryde <user42@zip.com.au>
8633
8634 * widget.texi (Basic Types): Update cross ref from "Enabling
8635 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8636 lispref/text.texi change.
8637
86382005-05-20 Carsten Dominik <dominik@science.uva.nl>
8639
8640 * org.texi: Version 3.09.
8641
86422005-05-18 Carsten Dominik <dominik@science.uva.nl>
8643
8644 * reftex.texi: Version 4.28.
8645
86462005-05-16 Jay Belanger <belanger@truman.edu>
8647
8648 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8649
86502005-05-14 Jay Belanger <belanger@truman.edu>
8651
8652 * calc.texi (Default Simplifications): Insert missing ! (logical
8653 not operator).
8654
86552005-05-14 Michael Albinus <michael.albinus@gmx.de>
8656
8657 Sync with Tramp 2.0.49.
8658
86592005-05-10 Jay Belanger <belanger@truman.edu>
8660
8661 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8662 to 1.
8663
86642005-04-29 Carsten Dominik <dominik@science.uva.nl>
8665
8666 * org.texi: Version 3.08, structure reorganized.
8667
86682005-04-24 Richard M. Stallman <rms@gnu.org>
8669
8670 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8671
86722005-04-15 Carsten Dominik <dominik@science.uva.nl>
8673
8674 * org.texi: Update to version 3.06.
8675
86762005-04-13 Lute Kamstra <lute@gnu.org>
8677
8678 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8679
86802005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8681
8682 * cl.texi (Porting Common Lisp): Fix typo.
8683
86842005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8685
8686 * gnus.texi (RSS): Addition.
8687
86882005-04-04 Jay Belanger <belanger@truman.edu>
8689
8690 * calc.texi: Change Calc version number.
8691 (Customizable variables): Fix description of calc-language-alist.
8692 (Copying): Put in version 2 of GPL.
8693
86942005-04-01 Jay Belanger <belanger@truman.edu>
8695
8696 * calc.texi (Troubleshooting Commands): Remove comment about
8697 installation.
8698 (Installation): Remove section.
8699 (Customizable Variables): New section.
8700 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8701 (Graphical Devices): Add references to Customizable Variables.
8702
87032005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8704
8705 * emacs-mime.texi (Display Customization): Markup fixes.
8706 (rfc2047): Update.
8707
87082005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8709
8710 * gnus-faq.texi: Replaced with auto-generated version.
8711
87122005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8713
8714 * dired-x.texi (Multiple Dired Directories): default-directory was
8715 renamed to dired-default-directory.
8716
87172005-03-26 Jay Belanger <belanger@truman.edu>
8718
8719 * calc.texi (Simplifying Formulas, Rewrite Rules):
8720 Change description of top and bottom of fraction.
8721 (Modulo Forms): Move description of how to create modulo forms to
8722 earlier in the section.
8723 (Fraction Mode): Suggest using : to get a fraction by dividing.
8724 (Basic Arithmetic): Adjust placement of command name.
8725 (Truncating the Stack): Emphasize that "hidden" entries are still
8726 visible.
8727 (Installation): Move discussion of printing manual to "About This
8728 Manual".
8729 (About This Manual): Mention how to print the manual.
8730 (Reporting Bugs): Remove first person.
8731 (Building Vectors): Add algebraic version of append.
8732 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8733 (Grouping Digits): Fix typo.
8734
87352005-03-25 Werner Lemberg <wl@gnu.org>
8736
8737 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8738 Replace `legal' with `valid'.
8739
87402005-03-25 Werner Lemberg <wl@gnu.org>
8741
8742 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8743
87442005-03-24 Jay Belanger <belanger@truman.edu>
8745
8746 * calc.texi (General Mode Commands)
8747 (Mode Settings in Embedded Mode): Add some explanation of
8748 recording mode settings.
8749
87502005-03-24 Richard M. Stallman <rms@gnu.org>
8751
8752 * calc.texi: Remove praise of non-free software.
8753
8754 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8755 (Installation): Node deleted.
8756
87572005-03-23 Richard M. Stallman <rms@gnu.org>
8758
8759 * url.texi (HTTP language/coding): Improve last change.
8760
87612005-03-22 Jay Belanger <belanger@truman.edu>
8762
8763 * calc.texi (Embedded Mode): Add new information on changing
8764 modes.
8765
87662005-03-20 Michael Albinus <michael.albinus@gmx.de>
8767
8768 Sync with Tramp 2.0.48.
8769
8770 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8771
8772 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8773 "GNU/Linux". Change all addresses to .gnu.org.
8774 (Default Method): Offer shortened syntax for "su" and "sudo"
8775 methods.
8776
87772005-03-07 Richard M. Stallman <rms@gnu.org>
8778
8779 * url.texi: Fix usage of "e.g.".
8780 (HTTP language/coding): Explain the rules for these strings.
8781
87822005-03-06 Richard M. Stallman <rms@gnu.org>
8783
8784 * woman.texi (Introduction): Minor cleanups.
8785
8786 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8787
8788 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8789 (Installation): Node deleted.
8790
8791 * mh-e.texi (Preface): Get rid of "Emacs 21".
8792
8793 * eshell.texi (Installation): Delete node (for Emacs 20).
8794
87952005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8796
8797 * flymake.texi: Refill and tweak style in @lisp blocks.
8798
87992005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8800
8801 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8802
88032005-03-01 Jay Belanger <belanger@truman.edu>
8804
8805 * calc.texi (Trigonometric and Hyperbolic Functions):
8806 Mention additional functions.
8807 (Algebraic Simplifications): Mention additional simplifications.
8808
88092005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8810
8811 * ses.texi: Add concept/function/variable indices (this work was
8812 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8813 papers on file at FSF).
8814
88152005-02-10 Jay Belanger <belanger@truman.edu>
8816
8817 * calc.texi: Change @LaTeX to La@TeX throughout.
8818 Redefine @expr as @math for TeX output.
8819 Redefine @texline as a no-op for TeX output.
8820 Define @tfn, replace @t by @tfn throughout.
8821
88222005-02-09 Jay Belanger <belanger@truman.edu>
8823
8824 * calc.texi: Add macro for LaTeX for info output.
8825
88262005-02-08 Kim F. Storm <storm@cua.dk>
8827
8828 * texinfo.tex (LaTex): Add def.
8829
88302005-02-06 Jay Belanger <belanger@truman.edu>
8831
8832 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8833 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8834 throughout manual.
8835
88362005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8837
8838 * gnus.texi: Some edits based on comments from David Abrahams.
8839
88402005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8841
8842 * gnus.texi (RSS): Fix the keystroke.
8843
88442005-01-24 David Kastrup <dak@gnu.org>
8845
8846 * faq.texi: Update AUCTeX version info.
8847
88482005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8849
8850 * gnus-faq.texi ([4.1]): Typo.
8851
88522005-01-19 Jay Belanger <belanger@truman.edu>
8853
8854 * calc.texi (Keep Arguments): Mention that keeping arguments
8855 doesn't work with keyboard macros.
8856
88572005-01-16 Richard M. Stallman <rms@gnu.org>
8858
8859 * autotype.texi (Autoinserting): Fix small error.
8860
88612005-01-16 Michael Albinus <michael.albinus@gmx.de>
8862
8863 Sync with Tramp 2.0.47.
8864
8865 * tramp.texi (Compilation): New section, describing compilation of
8866 remote files.
8867
88682005-01-11 Kim F. Storm <storm@cua.dk>
8869
8870 * widget.texi (Basic Types): Add :follow-link keyword.
8871
88722005-01-09 Jay Belanger <belanger@truman.edu>
8873
8874 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8875
88762005-01-08 Jay Belanger <belanger@truman.edu>
8877
8878 * calc.texi: Change throughout to reflect new default value of
8879 calc-settings-file.
8880
88812005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8882
8883 * message.texi (Reply): `message-reply-to-function' should return
8884 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8885
88862005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8887
8888 * faq.texi (Changing load-path): Fix typo.
8889
88902005-01-05 Jay Belanger <belanger@truman.edu>
8891
8892 * calc.texi (Programming Tutorial): Replace kbd command by
8893 appropriate characters for a keyboard macro.
8894
88952005-01-04 Jay Belanger <belanger@truman.edu>
8896
8897 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8898 for Lucid Emacs.
8899 (Programming Tutorial): Mention that the user needs to be in the
8900 right mode to compute some functions.
8901
89022005-01-04 Jay Belanger <belanger@truman.edu>
8903
8904 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8905 no longer applicable.
8906
89072005-01-01 Jay Belanger <belanger@truman.edu>
8908
0c7efc08 8909 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8910 edit keyboard macros to match current behavior.
8911
89122004-12-31 Jay Belanger <belanger@truman.edu>
8913
8914 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8915
89162004-12-20 Jay Belanger <belanger@truman.edu>
8917
8918 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8919 zero.
8920
89212004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8922
8923 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8924 @xref.
8925 (Font Locking): Avoid @strong{Note:}.
8926
89272004-12-17 Michael Albinus <michael.albinus@gmx.de>
8928
8929 Sync with Tramp 2.0.46.
8930
8931 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8932
89332004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8934
8935 * url.texi: Correct typos.
8936 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8937 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8938 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8939 (Dealing with HTTP documents): @inforef->@xref.
8940
89412004-12-15 Jay Belanger <belanger@truman.edu>
8942
8943 * calc.texi: Consistently capitalized all mode names.
8944 (Answers to Exercises): Mention that an answer can be a fraction
8945 when in Fraction mode.
8946
89472004-12-13 Jay Belanger <belanger@truman.edu>
8948
8949 * calc.texi: Fix some TeX definitions.
8950
89512004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8952
8953 * reftex.texi (Imprint): Remove erroneous @value's.
8954
89552004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8956
8957 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8958 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8959
89602004-12-08 Jay Belanger <belanger@truman.edu>
8961
8962 * calc.texi (Starting Calc): Remove comment about installation.
8963 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8964
89652004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8966
8967 * url.texi: Update @setfilename.
8968 (Getting Started): No need to worry about Gnus versions.
8969 (Dealing with HTTP documents): Use @inforef.
8970
8971 * org.texi: Fix @direntry file name.
8972
89732004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8974
8975 * url.texi: New file.
8976
8977 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8978
89792004-12-06 Jay Belanger <belanger@truman.edu>
8980
8981 * calc.texi (Using Calc): Remove paragraph about installation.
8982
89832004-12-06 Jay Belanger <belanger@truman.edu>
8984
8985 * calc.texi: Use more Texinfo macros and less TeX defs.
8986 Remove @refill's.
8987
89882004-12-06 Richard M. Stallman <rms@gnu.org>
8989
8990 * org.texi: New file.
8991
89922004-12-05 Richard M. Stallman <rms@gnu.org>
8993
8994 * Makefile.in (org.dvi, ../info/org): New targets.
8995 (INFO_TARGETS): Add ../info/org.
8996 (DVI_TARGETS): Add org.dvi.
8997 (maintainer-clean): Remove the info files in the info dir.
8998
89992004-11-26 Eli Zaretskii <eliz@gnu.org>
9000
9001 * idlwave.texi: Fix the setfilename directive to put the produced
9002 file in ../info.
9003 (Continued Statement Indentation): Resurrect Jan D.'s change from
9004 2004-11-03 that was lost when a newer version of idlwave.texi was
9005 imported.
9006
90072004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9008
0c7efc08 9009 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 9010
0c7efc08
SM
9011 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
9012 Index `spam-initialize'.
2de53ca6
GM
9013
90142004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9015
9016 * message.texi (Various Message Variables): Mention that all mail
9017 file variables are derived from `message-directory'.
9018
9019 * gnus.texi (Splitting Mail): Clarify bogus group.
9020
90212004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9022
0c7efc08
SM
9023 * emacs-mime.texi (Encoding Customization):
9024 Fix mm-coding-system-priorities entry.
2de53ca6 9025
c8763fb6 90262004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
9027
9028 * idlwave.texi (Continued Statement Indentation):
9029 * reftex.texi (Options (Index Support)):
9030 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
9031 * speedbar.texi (Creating a display, Major Display Modes):
9032 Replace non-nil with non-@code{nil}.
2de53ca6
GM
9033
90342004-10-21 Jay Belanger <belanger@truman.edu>
9035
0c7efc08 9036 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
9037
90382004-10-18 Luc Teirlinck <teirllm@auburn.edu>
9039
9040 * calc.texi (Reporting Bugs): Double up `@'.
9041
90422004-10-18 Jay Belanger <belanger@truman.edu>
9043
0c7efc08 9044 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
9045 should be sent to.
9046
90472004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9048
9049 * gnus.texi (New Features): Add 5.11.
9050
9051 * message.texi (Resending): Remove wrong default value.
9052
9053 * gnus.texi (Mail Source Specifiers): Describe possible problems
9054 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
9055 `pop3-leave-mail-on-server' to the index.
9056
90572004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9058
9059 * message.texi (Canceling News): Add how to set a password.
9060
90612004-10-12 Jay Belanger <belanger@truman.edu>
9062
0c7efc08 9063 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
9064 calc-describe-function and calc-describe-variable to match their
9065 current behavior.
9066
90672004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9068
9069 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
9070
90712004-10-12 Michael Albinus <michael.albinus@gmx.de>
9072
9073 Sync with Tramp 2.0.45.
9074
9075 * tramp.texi (Frequently Asked Questions): Comment paragraph about
9076 plink link. The URL is outdated. Originator contacted for
9077 clarification.
9078
90792004-10-10 Juri Linkov <juri@jurta.org>
9080
9081 * gnus.texi (Top, Marking Articles): Join two menus in one node
9082 because a node can have only one menu.
9083
90842004-10-09 Juri Linkov <juri@jurta.org>
9085
9086 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
9087 example of nnmail-split-fancy.
9088
90892004-10-06 Karl Berry <karl@gnu.org>
9090
9091 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
9092 consistency with other uses of dashes.
9093
90942004-10-05 Karl Berry <karl@gnu.org>
9095
9096 * info.texi: Consistently use --- throughout, periods at end of
9097 menu descriptions, and a couple typos.
9098
90992004-09-26 Jesper Harder <harder@ifa.au.dk>
9100
9101 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
9102 * pgg.texi (User Commands, Backend methods): Do.
9103 * gnus.texi: Markup fixes.
9104 (Setting Process Marks): Fix `M P a' entry.
9105 * emacs-mime.texi: Fixes.
9106
91072004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9108
9109 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
9110 again.
9111 Use 5.10 instead of 5.10.0.
9112
91132004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9114
9115 * gnus.texi (Summary Mail Commands): S D e.
9116
91172004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
9118
9119 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
9120 the gnus-article-mode-line-format section.
9121
91222004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
9123
9124 * gnus.texi (Various Summary Stuff): Fix the documentation for
9125 gnus-newsgroup-variables.
9126
91272004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9128
0c7efc08
SM
9129 * gnus.texi (MIME Commands):
9130 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
9131 gnus-mime-display-multipart-alternative-as-mixed,
9132 gnus-mime-display-multipart-related-as-mixed.
9133 (Mail Source Customization): Clarify `mail-source-directory'.
9134 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 9135 (SpamOracle): Fix typo.
2de53ca6
GM
9136
9137 * gnus-faq.texi: Untabify.
9138 ([6.3]): nnir.el is in contrib directory.
9139
9140 * message.texi (News Headers): Clarify how a unique ID is created.
9141
0c7efc08
SM
9142 * gnus.texi (Batching Agents): Fix typo in example.
9143 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 9144
b2abec73 91452004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 9146
0c7efc08 9147 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
9148
91492004-09-20 Florian Weimer <fw@deneb.enyo.de>
9150
9151 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
9152
91532004-09-22 Jay Belanger <belanger@truman.edu>
9154
0c7efc08 9155 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
9156 might be hidden during part of the session.
9157
91582004-09-20 Jay Belanger <belanger@truman.edu>
9159
9160 * calc.texi (Notations Used in This Manual): Put in an earlier
9161 mention that DEL could be called Backspace.
9162
91632004-09-10 Simon Josefsson <jas@extundo.com>
9164
9165 * gnus.texi (IMAP): Add example. Suggested and partially written
9166 by Steinar Bang <sb@dod.no>.
9167
91682004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9169
9170 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
9171 netrc syntax.
9172
91732004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9174
b2abec73
JB
9175 * gnus.texi (Spam ELisp Package Sequence of Events):
9176 Some clarifications.
2de53ca6
GM
9177 (Spam ELisp Package Global Variables): More clarifications.
9178
91792004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9180
9181 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
9182 Mention spam-split does not modify incoming mail.
9183
91842004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9185
9186 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
9187
91882004-09-10 Eli Zaretskii <eliz@gnu.org>
9189
9190 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
9191
91922004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9193
9194 * makefile.w32-in (sieve, pgg): Use $(infodir).
9195
91962004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
9197
9198 * makefile.w32-in: Fix PGG and Sieve entries.
9199
92002004-08-28 Eli Zaretskii <eliz@gnu.org>
9201
9202 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
9203 Emacs and related programs.
9204
92052004-08-27 Richard M. Stallman <rms@gnu.org>
9206
9207 * faq.texi: Fix texinfo usage, esp. doublequotes.
9208 (Difference between Emacs and XEmacs): Some clarification.
9209
9210 * faq.texi (Difference between Emacs and XEmacs):
9211 Explain not to contrast XEmacs with GNU Emacs.
9212
92132004-08-26 Richard M. Stallman <rms@gnu.org>
9214
9215 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
9216
92172004-08-22 David Kastrup <dak@gnu.org>
9218
9219 * reftex.texi (AUCTeX): Update links, section name.
9220
9221 * faq.texi (Calc): Update availability (included in 22.1).
9222 (AUCTeX): Update availability, information, versions, description.
9223
92242004-08-14 Eli Zaretskii <eliz@gnu.org>
9225
9226 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
9227
92282004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9229
9230 * cc-mode.texi: Various updates for CC Mode 5.30.9.
9231
92322004-08-10 Michael Albinus <michael.albinus@gmx.de>
9233
9234 Sync with Tramp 2.0.44.
9235
92362004-08-05 Lars Hansen <larsh@math.ku.dk>
9237
9238 * widget.texi (User Interface): Update how to separate the
9239 editable field of an editable-field widget from other widgets.
9240 (Programming Example): Add text after field.
9241
92422004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9243
9244 * emacs-mime.texi (Encoding Customization): Add a note to the
9245 mm-content-transfer-encoding-defaults entry.
9246 (rfc2047): Update.
9247
0c7efc08
SM
9248 * gnus.texi (Article Highlighting):
9249 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
9250 (POP before SMTP): New node.
9251 (Posting Styles): Addition.
9252 (Splitting Mail): Add nnmail-split-lowercase-expanded.
9253 (Fancy Mail Splitting): Ditto.
9254 (X-Face): Add gnus-x-face.
9255
92562004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
9257
9258 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
9259 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
9260
92612004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9262
0c7efc08
SM
9263 * gnus.texi (Mail Source Specifiers):
9264 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
9265
92662004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
9267
9268 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
9269
9270 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
9271 repository. Change setfilename.
9272
9273 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
9274
92752004-07-02 Juri Linkov <juri@jurta.org>
9276
9277 * pcl-cvs.texi (Viewing differences): Add `d r'.
9278
92792004-06-29 Jesper Harder <harder@ifa.au.dk>
9280
9281 * ses.texi, viper.texi, flymake.texi, faq.texi:
9282 * eshell.texi, ediff.texi: Markup fixes.
9283
92842004-06-21 Karl Berry <karl@gnu.org>
9285
9286 * info.texi (Top): Mention that only Emacs has mouse support.
9287 (Getting Started): Mention this in a few other places.
9288
92892004-06-13 Luc Teirlinck <teirllm@auburn.edu>
9290
0c7efc08
SM
9291 * autotype.texi (Copyrights, Timestamps):
9292 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
9293
92942004-06-13 Lars Hansen <larsh@math.ku.dk>
9295
9296 * dired-x.texi (dired-mark-omitted): Update keybinding.
9297
92982004-06-10 Kim F. Storm <storm@cua.dk>
9299
9300 * pcl-cvs.texi (Viewing differences): Add 'd y'.
9301
93022004-06-05 Lars Hansen <larsh@math.ku.dk>
9303
9304 * dired-x.texi (variable dired-omit-mode): Rename from
9305 dired-omit-files-p.
9306 (function dired-omit-mode): Rename from dired-omit-toggle.
9307 Call dired-omit-mode rather than set dired-omit-files-p.
9308 (dired-mark-omitted): Describe command.
9309
93102004-05-29 Michael Albinus <michael.albinus@gmx.de>
9311
9312 Version 2.0.41 of Tramp released.
9313
93142004-05-29 Juanma Barranquero <lektu@terra.es>
9315
9316 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
9317 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9318
93192004-05-29 Richard M. Stallman <rms@gnu.org>
9320
9321 * cl.texi (Top): Call this chapter `Introduction'.
9322 (Overview): In TeX, no section heading here.
9323
9324 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
9325
93262004-05-29 Eli Zaretskii <eliz@gnu.org>
9327
9328 * Makefile.in (../info/flymake, flymake.dvi): New targets.
9329 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9330
93312004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
9332
9333 * flymake.texi: New file.
9334
93352004-05-28 Simon Josefsson <jas@extundo.com>
9336
9337 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
9338
b344d29d 93392004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
9340
9341 Version 2.0.40 of Tramp released.
9342
93432004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
9344
9345 Complete rework, based on review by Karl Berry <karl@gnu.org>.
9346
9347 * tramp.texi (Auto-save and Backup): Explain exploitation of new
9348 variables `tramp-backup-directory-alist' and
9349 `tramp-bkup-backup-directory-info'.
9350 (Overview, Connection types)
9351 (External transfer methods, Default Method)
9352 (Windows setup hints): Remove restriction of password entering
9353 with external methods.
9354 (Auto-save and Backup): Make file name example
9355 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
9356 and `auto-save-directory' must be used.
9357 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
9358 only "NT"). Remove doubled entry "What kinds of systems does
9359 @tramp{} work on".
9360 (tramp): Macro removed.
9361 (Obtaining Tramp): Flag removed from title.
9362 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
9363 and `trampver' used properly. Flag `tramp-inst' replaced by
9364 `installchapter'. Installation related text adapted.
9365
93662004-04-28 Masatake YAMATO <jet@gyve.org>
9367
9368 * widget.texi (Programming Example): Remove overlays.
9369
93702004-04-27 Jesper Harder <harder@ifa.au.dk>
9371
9372 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
9373
93742004-04-23 Juanma Barranquero <lektu@terra.es>
9375
9376 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9377
93782004-04-05 Jesper Harder <harder@ifa.au.dk>
9379
9380 * info.texi (Info Search): Add info-apropos.
9381
93822004-03-22 Juri Linkov <juri@jurta.org>
9383
9384 * faq.texi: Fix help key bindings.
9385
93862004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9387
9388 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
9389 (as suggested by Karl Berry). Update information about colored
9390 stars in menus. Add new subheading describing M-n.
9391
93922004-03-12 Richard M. Stallman <rms@gnu.org>
9393
9394 * cl.texi (Top): Rename top node's title.
9395
93962004-03-08 Karl Berry <karl@gnu.org>
9397
9398 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
9399 problems making the texinfo distribution.
9400
94012004-02-29 Simon Josefsson <jas@extundo.com>
9402
0c7efc08 9403 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
9404 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
9405 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
9406 <voegelas@gmx.net>.
9407
94082004-02-29 Juanma Barranquero <lektu@terra.es>
9409
9410 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9411 Use $(DEL) instead of rm, and ignore exit code.
9412
b344d29d 94132004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
9414
9415 Tramp version 2.0.39 released.
9416
94172004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9418
9419 * tramp.texi (Customizing Completion): Explain new functions
9420 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
9421 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
9422 (Top): Refer to Savannah mailing list as the major one.
9423 Mention older mailing lists in HTML mode only.
2de53ca6
GM
9424 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
9425 (Frequently Asked Questions): Remote hosts must not be Unix-like
9426 for "smb" method.
9427 (Password caching): New node.
9428 (External transfer methods): Refer to password caching for "smb"
9429 method.
9430
94312004-02-17 Karl Berry <karl@gnu.org>
9432
9433 * info.texi (Help-Int): Mention the new line number feature.
9434
94352004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9436
9437 * ses.texi (Advanced Features): New functionality for
9438 ses-set-header-row (defaults to current row unless C-u used).
9439 (Acknowledgements): Add Stefan Monnier.
9440
94412003-12-29 Kevin Ryde <user42@zip.com.au>
9442
9443 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
9444
b344d29d 94452003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9446
9447 Tramp version 2.0.38 released.
9448
9449 * tramp.texi (Remote shell setup): Warn of environment variables
9450 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
9451 <sven.gabriel@imk.fzk.de>.
9452 (Configuration): Tramp now chooses base64/uuencode
9453 automatically. Update wording accordingly.
9454 (Top): More description for the `Default Method' menu entry.
9455 (Default Method): Use @code, not @var, for Lisp variables.
9456 (Default Method): New subsection `Which method is the right one
9457 for me?' Suggested by Christian Kirsch.
9458 (Configuration): Pointer to new subsection added.
9459 (Default Method): Too many "use" in one sentence.
9460 Rephrase. Reported by Christian Kirsch.
9461 (Filename Syntax): Old `su' example is probably a left-over from
9462 the sm/su method naming. Replace with `ssh', instead.
9463 (External transfer methods, Auto-save and Backup):
9464 Typo fixes.
9465
94662003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
9467
183080b6 9468 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
9469 (Top): Mention japanese manual only if flag `jamanual' is set.
9470 Insert section `Japanese manual' in menu.
9471
94722003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9473
9474 * eshell.texi (Known Problems): Add doc item.
9475
94762003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9477
9478 * cc-mode.texi: Update for CC Mode 5.30.
9479
9480 Note: Please refrain from doing purely cosmetic changes like
9481 removing trailing whitespace in this manual; it clobbers cvs
9482 merging for no good reason.
9483
94842003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9485
9486 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9487 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9488 @acronym{ASCII}.
9489
94902003-10-26 Karl Berry <karl@gnu.org>
9491
9492 * info.texi (Info Search): Echo area, not echo are. From Debian
9493 diff.
9494
94952003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9496
10d1d0af 9497 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
9498 :buttons and :children keywords.
9499
95002003-10-22 Miles Bader <miles@gnu.org>
9501
9502 * Makefile.in (info): Move before $(top_srcdir)/info.
9503
95042003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9505
9506 * tramp.texi (Inline methods): Small grammar fix.
9507 (External transfer methods): Likewise.
9508
95092003-10-08 Nick Roberts <nick@nick.uklinux.net>
9510
9511 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9512
95132003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9514
9515 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9516
95172003-09-30 Richard M. Stallman <rms@gnu.org>
9518
9519 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9520
9521 * widget.texi (User Interface): Fix typos.
9522
9523 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9524
95252003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9526
9527 * pcl-cvs.texi (Selected Files): Fix typo.
9528
95292003-09-21 Karl Berry <karl@gnu.org>
9530
9531 * info.texi (] and [ commands): No period at end of section title.
9532
95332003-09-04 Miles Bader <miles@gnu.org>
9534
9535 * Makefile.in (top_srcdir): New variable.
9536 ($(top_srcdir)/info): New rule.
9537 (info): Depend on it.
9538
95392003-09-03 Peter Runestig <peter@runestig.com>
9540
9541 * makefile.w32-in: New file.
9542
95432003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9544
9545 * widget.texi (User Interface): Explain the need of static text
9546 around an editable field.
9547
95482003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9549
9550 * widget.texi (Basic Types): The argument to `:help-echo' can now
9551 be a form that evaluates to a string.
9552
95532003-08-18 Kim F. Storm <storm@cua.dk>
9554
9555 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9556
95572003-08-16 Richard M. Stallman <rms@gnu.org>
9558
9559 * dired-x.texi (Shell Command Guessing): Explain *.
9560
95612003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9562
9563 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9564 log-edit-insert-changelog.
9565
95662003-08-03 Karl Berry <karl@gnu.org>
9567
9568 * info.texi: Need @contents.
9569
c8763fb6 95702003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9571
9572 Tramp version 2.0.36 released.
9573
9574 * tramp.texi (Remote shell setup): Explain about problems with
9575 non-Bourne commands in ~/.profile and ~/.shrc.
9576
95772003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9578
9579 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9580 renaming of `vis-mode' to `visible-mode'.
9581
95822003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9583
9584 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9585 next, prev and up pointers.
9586
95872003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9588
9589 * info.texi (Help): Mention existence of Emacs and stand-alone
9590 Info at the very beginning of the tutorial.
9591 (Help-Inv): New node.
9592 (Help-]): New node.
9593 (Help-M): Systematically point out the differences between default
9594 Emacs and stand-alone versions. Delete second menu.
9595 (Help-Xref): Systematically point out the differences between
9596 default Emacs and stand-alone versions.
9597 (Help-Int): Change `l' example.
9598 (Expert Info): Fix typos.
9599 (Emacs Info Variables): Mention `Info-hide-note-references' and
9600 new default for `Info-scroll-prefer-subnodes'.
9601
c8763fb6 96022003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9603
9604 Version 2.0.35 of Tramp released.
9605
9606 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9607 (Inline methods): Add methods `remsh' and `plink1'.
9608 (External transfer methods): Add method `remcp'.
9609 (Multi-hop Methods): Add method `remsh'.
9610 Small patch from Adrian Aichner <adrian@xemacs.org>:
9611 Fix minor typos.
0c7efc08 9612 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9613 `Info-index'.
9614 (Version Control): Add cindex entry.
9615
c8763fb6 96162003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9617
9618 * trampver.texi: Version 2.0.34 released.
9619
96202003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9621
9622 * faq.texi: Improve previous changes.
9623
96242003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9625
9626 * faq.texi: Update copyright and maintenance details.
9627 Update some package URLs, versions, and maintainers.
9628 Remove many references to the Emacs Lisp Archive.
9629
96302003-04-23 Simon Josefsson <jas@extundo.com>
9631
9632 * smtpmail.texi: Fix license (the invariant sections mentioned has
9633 never been part of the smtp manual). Align info dir entry with
9634 other emacs packages.
9635
96362003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9637
9638 * tramp.texi: Version 2.0.33 released.
9639 Remove installation chapter. Remove XEmacs specifics.
9640
96412003-03-29 Richard M. Stallman <rms@gnu.org>
9642
9643 * tramp.texi (Top): Undo the previous renaming.
9644 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9645
c8763fb6 96462003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9647
9648 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9649 version of manual.
9650
9651 * tramp.texi (Auto-save and Backup): New node.
9652
96532003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9654
9655 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9656 Emacs" in order to have better differentiation to "XEmacs".
9657 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9658 are new macros in order to point to the other Emacs flavor where
9659 appropriate. In info case, point to node `Installation' in order
9660 to explain how to generate the other way. In html case, make a
9661 link to the other html file.
0c7efc08 9662 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9663 after CVS checkout/update.
9664 (Installation): Completely rewritten.
9665 (Installation parameters, Load paths): New sections under
9666 `Installation'.
9667
c8763fb6 96682003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9669
9670 * tramp.texi: Version 2.0.30 released.
9671 Replace word "path" with "localname" where used as a component of
9672 a Tramp file name.
9673
96742003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9675
9676 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9677 introduced.
9678 (Installation): Explain what to do if files from the tramp/contrib
9679 directory are needed.
9680
96812003-02-23 Alex Schroeder <alex@emacswiki.org>
9682
9683 * smtpmail.texi (How Mail Works): New.
9684
96852003-02-22 Alex Schroeder <alex@emacswiki.org>
9686
9687 * smtpmail.texi: New file.
9688
9689 * Makefile.in: Build SMTP manual.
9690
c8763fb6 96912003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9692
9693 * tramp.texi: Version 2.0.29 released.
9694 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9695 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9696
96972003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9698
9699 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9700 another package loads accidentally Ange-FTP.
2de53ca6
GM
9701
97022003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9703
9704 * tramp.texi (Customizing Completion): Add function
9705 `tramp-parse-sconfig'. Change example of
9706 `tramp-set-completion-function', because parsing of ssh config
9707 files looks more natural.
9708
97092003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9710
9711 * gnus.texi: Do not use `path' in several locations.
9712
c8763fb6 97132002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9714
0c7efc08
SM
9715 * tramp.texi (External transfer methods): New method `smb'.
9716 From Michael Albinus.
2de53ca6
GM
9717
97182002-11-05 Karl Berry <karl@gnu.org>
9719
9720 * info.texi (Info-fontify): Reorder face list to avoid bad line
9721 breaks.
9722
c8763fb6 97232002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9724
0c7efc08
SM
9725 * tramp.texi: Move @copying to standard place.
9726 Use @insertcopying.
2de53ca6
GM
9727
97282002-10-02 Karl Berry <karl@gnu.org>
9729
9730 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9731 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9732 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9733 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9734 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9735 Per rms, update all manuals to use @copying instead of @ifinfo.
9736 Also use @ifnottex instead of @ifinfo around the top node, where
9737 needed for the sake of the HTML output.
9738 (The Gnus manual is not fixed since it's not clear to me how it
9739 works; and the Tramp manual already uses @copying, although in an
9740 unusual way. All others were changed.)
9741
97422002-09-10 Jonathan Yavner <jyavner@engineer.com>
9743
9744 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9745 (../info/ses, ses.dvi): New targets.
9746 * ses.texi: New file.
9747
c8763fb6 97482002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9749
9750 * texinfo.tex: Update to texinfo 4.2.
9751
97522002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9753
9754 * reftex.texi: Update to RefTeX 4.19.
9755
c8763fb6 97562002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9757
9758 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9759 (../info/tramp, tramp.dvi): New targets.
9760
97612002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9762
9763 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9764 (calc.dvi): Uncomment.
9765
97662001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9767
9768 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9769 (../info/calc): New target.
9770
97712001-10-20 Gerd Moellmann <gerd@gnu.org>
9772
9773 * (Version 21.1 released.)
9774
97752001-10-05 Gerd Moellmann <gerd@gnu.org>
9776
9777 * Branch for 21.1.
9778
97792001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9780
9781 * Makefile.in (../info/info): Use an explicit -o switch to
9782 makeinfo.
9783
97842001-03-05 Gerd Moellmann <gerd@gnu.org>
9785
9786 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9787
97882000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9789
9790 * Makefile.in (../info/idlwave): Use --no-split.
9791
97922000-12-14 Dave Love <fx@gnu.org>
9793
c4cc8b9a 9794 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9795 (gnus.dvi): Change rule to remove @latex stuff.
9796
97972000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9798
9799 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9800
98012000-10-13 John Wiegley <johnw@gnu.org>
9802
9803 * Makefile.in: Add build targets for eshell.texi.
9804
98052000-09-25 Gerd Moellmann <gerd@gnu.org>
9806
9807 * Makefile.in: Remove/comment speedbar stuff.
9808
98092000-09-22 Dave Love <fx@gnu.org>
9810
9811 * Makefile.in: Add emacs-mime.
9812
98132000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9814
9815 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9816 (DVI_TARGETS): Add woman.dvi.
9817 (../info/woman, woman.dvi): New targets.
9818
98192000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9820
9821 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9822
9823 * pcl-cvs.texi: New file.
9824 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9825 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9826
98272000-05-11 Gerd Moellmann <gerd@gnu.org>
9828
9829 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9830 (../info/ebrowse, ebrowse.dvi): New targets.
9831
98322000-01-13 Gerd Moellmann <gerd@gnu.org>
9833
9834 * Makefile.in (INFO_TARGETS): Add eudc.
9835 (DVI_TARGETS): Add eudc.dvi.
9836 (../info/eudc, eudc.dvi): New targets.
9837
98382000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9839
9840 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9841 compatibility with 8+3 filesystems).
9842 (../info/efaq): Rename from emacs-faq.
9843
98442000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9845
9846 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9847 (../info/idlwave, idlwave.dvi): New targets.
9848
98491999-10-23 Dave Love <fx@gnu.org>
9850
9851 * Makefile.in: Use autotype.texi.
9852
98531999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9854
9855 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9856 faq.texi file) rather than ../info/faq.
9857
98581999-10-07 Gerd Moellmann <gerd@gnu.org>
9859
9860 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9861 (../info/ada-mode, ada-mode.dvi): New targets.
9862
98631999-09-01 Dave Love <fx@gnu.org>
9864
9865 * Makefile.in: Add faq.
9866
98671999-07-12 Richard Stallman <rms@gnu.org>
9868
9869 * Version 20.4 released.
9870
98711998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9872
9873 * Version 20.3 released.
9874
98751998-04-06 Andreas Schwab <schwab@gnu.org>
9876
768c0c0f
JB
9877 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9878 Use it in dvi targets.
2de53ca6
GM
9879 (../etc/GNU): Change to $(srcdir) first.
9880
98811998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9882
9883 * reftex.texi: Update for RefTeX version 3.22.
9884
98851998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9886
9887 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9888 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9889
98901997-09-23 Paul Eggert <eggert@twinsun.com>
9891
9892 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9893 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9894
98951997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9896
9897 * Version 20.2 released.
9898
98991997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9900
9901 * Version 20.1 released.
9902
99031997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9904
9905 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9906
99071996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9908
9909 * Version 19.33 released.
9910
99111996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9912
9913 * Version 19.32 released.
9914
99151996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9916
9917 * Makefile.in: Add rules for the Message manual.
9918
99191996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9920
9921 * gnus.texi: New version.
9922
9923 * message.texi: New manual.
9924
99251996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9926
9927 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9928
99291996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9930
9931 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9932 Specify -I option.
9933 (All dvi targets): Set the TEXINPUTS variable.
9934
99351996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9936
9937 * Version 19.31 released.
9938
99391996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9940
9941 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9942 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9943
99441995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9945
9946 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9947 (INFO_TARGETS): Add ../info/cc-mode.
9948 (DVI_TARGETS): Add cc-mode.dvi.
9949
2de53ca6
GM
99501995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9951
9952 * Version 19.30 released.
9953
99541995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9955
9956 * gnus.texi: New file.
9957
99581995-11-04 Erik Naggum <erik@naggum.no>
9959
9960 * gnus.texi: File deleted.
9961
99621995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9963
9964 * mh-e.texi: "Function Index" -> "Command Index" to work with
9965 Emacs 19.30 C-h C-k support of separately-documented commands.
9966
99671995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9968
9969 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9970 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9971
99721995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9973
9974 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9975 (../info/viper, viper.dvi): New targets.
9976
99771995-04-20 Kevin Rodgers <kevinr@ihs.com>
9978
9979 * dired-x.texi (Installation): Change the example to set
9980 buffer-local variables like dired-omit-files-p in
9981 dired-mode-hook.
9982
99831995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9984
9985 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9986 (../info/mh-e, mh-e.dvi): New targets.
9987
99881995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9989
9990 * Makefile.in (maintainer-clean): Rename from realclean.
9991
99921994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9993
9994 * Makefile.in: New file.
9995 * Makefile: File deleted.
9996
99971994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9998
9999 * Makefile (TEXINDEX_OBJS): Variable deleted.
10000 (texindex, texindex.o, getopt.o): Rules deleted.
10001 All deps on texindex deleted.
10002 (distclean): Don't delete texindex.
10003 (mostlyclean): Don't delete *.o.
10004 * texindex.c, getopt.c: Files deleted.
10005
100061994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10007
10008 * Version 19.26 released.
10009
100101994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10011
10012 * Version 19.25 released.
10013
100141994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10015
10016 * Version 19.24 released.
10017
100181994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10019
10020 * Version 19.23 released.
10021
100221994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10023
10024 * Makefile: Delete spurious tab.
10025
100261994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10027
10028 * Makefile (.SUFFIXES): New rule.
10029
100301994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10031
10032 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
10033 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10034
100351994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10036
10037 * Makefile (../info/sc): Rename from sc.info.
10038 (../info/cl): Likewise.
10039 (INFO_TARGETS): Use new names.
10040
100411993-12-04 Richard Stallman (rms@srarc2)
10042
10043 * getopt.c: New file.
10044 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10045 (getopt.o): New rule.
10046 (dvi): Don't depend on texindex.
10047 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
10048 Depend on texindex.
10049
100501993-12-03 Richard Stallman (rms@srarc2)
10051
10052 * Makefile (../info/sc.info): Rename from ../info/sc.
10053 (TEXI2DVI): New variable.
10054 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
10055 Add explicit commands.
10056 (TEXINDEX_OBJS): Delete duplicate getopt.o.
10057
100581993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10059
10060 * Version 19.22 released.
10061
100621993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10063
10064 * Makefile (TEXINDEX_OBJS): Delete spurious period.
10065
100661993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10067
10068 * Version 19.21 released.
10069
100701993-11-15 Paul Eggert (eggert@twinsun.com)
10071
10072 * man/Makefile (../info/cl.info): Rename from ../info/cl.
10073
100741993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10075
10076 * Makefile (../etc/GNU): New target.
10077 (EMACSSOURCES): Add gnu1.texi.
10078
100791993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10080
10081 * Makefile (realclean): Don't delete the Info files.
10082
f0131492 100831993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
10084
10085 * forms.texi: Fix forms.texi so that it will format correctly.
10086 Add missing `@end iftex', fix bad reference.
10087
10088 * info.texi, info-stn.texi: New files implement texinfo version of
10089 `info' file.
10090
f0131492 100911993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
10092
10093 * Makefile: Fix targets for texindex, new info.texi files.
10094 * info-stnd.texi: New file implements info for standalone info
10095 reader.
10096 * info.texi: Update to include recent changes to "../info/info".
10097 New source file for ../info/info; includes info-stnd.texi.
10098
10099 * texindex.c: Include "../src/config.h" if building in emacs.
10100
10101 * Makefile: Change all files to FILENAME.texi, force all targets
10102 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
10103 vip.texinfo, forms.texinfo, cl.texinfo.
10104 Add target to build texindex.c, defining `emacs'.
10105
10106 * forms.texi: Install new file to match version 2.3 of forms.el.
10107
101081993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10109
10110 * Version 19.19 released.
10111
101121993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
10113
10114 * sc.texinfo: Fix info file name.
10115
10116 * Makefile (info): Add gnus and sc.
10117 (dvi): Add gnus.dvi and sc.dvi.
10118 (../info/sc, sc.dvi): New targets.
10119
101201993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10121
10122 * Version 19.18 released.
10123
101241993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10125
10126 * Makefile: Fix source file names of the separate manuals.
10127 (gnus.dvi, ../info/gnus): New targets.
10128
101291993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10130
10131 * Version 19.17 released.
10132
101331993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10134
10135 * split-man: Fix typos in last change.
10136
101371993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10138
10139 * Version 19.16 released.
10140
101411993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10142
10143 * version 19.15 released.
10144
101451993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10146
10147 * Makefile (distclean): It's rm, not rf.
10148
101491993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10150
10151 * Version 19.14 released.
10152
101531993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10154
10155 * Makefile: New file.
10156
101571993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10158
10159 * Version 19.13 released.
10160
101611993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10162
10163 * Version 19.9 released.
10164
101651993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10166
10167 * Version 19.8 released.
10168
101691993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10170
10171 * Version 19.7 released.
10172
101731990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
10174
10175 * gnus.texinfo: New file. Removed installation instructions.
10176
101771990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10178
10179 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
10180
101811989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10182
10183 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
10184 then define `\sc' as the command for smallcaps in Texinfo.
10185 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
10186 made the corresponding change to makeinfo and texinfm.el.
10187
101881988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10189
10190 * vip.texinfo: Remove menu entry Adding Lisp Code in node
10191 Customization since the menu entry did not point to anything.
10192 Also add an @finalout command to remove overfull hboxes from the
10193 printed output.
10194
10195 * cl.texinfo: Add @bye, \input line and @settitle to file.
10196 This file is clearly intended to be a chapter of some other work,
10197 but the other work does not yet exist.
10198
101991988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10200
10201 * texinfo.texinfo: Three typos corrected.
10202
4009494e 10203;; Local Variables:
c8763fb6 10204;; coding: utf-8
4009494e
GM
10205;; End:
10206
ab422c4d 10207 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
4009494e
GM
10208
10209 This file is part of GNU Emacs.
10210
97c0352c 10211 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 10212 it under the terms of the GNU General Public License as published by
97c0352c
GM
10213 the Free Software Foundation, either version 3 of the License, or
10214 (at your option) any later version.
4009494e
GM
10215
10216 GNU Emacs is distributed in the hope that it will be useful,
10217 but WITHOUT ANY WARRANTY; without even the implied warranty of
10218 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10219 GNU General Public License for more details.
10220
10221 You should have received a copy of the GNU General Public License
97c0352c 10222 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.