* erc.el (erc-update-mode-line-buffer): Handle absent topic.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
412a0972
XF
12013-09-11 Xue Fuqiao <xfq.free@gmail.com>
2
3 * ido.texi (Interactive Substring Matching): Use @key{RET} instead
4 of @kbd{RET}.
5 (Prefix Matching): Add an index.
6
7dc61a66
GM
72013-09-08 Glenn Morris <rgm@gnu.org>
8
9 * emacs-gnutls.texi: Tweak direntry.
10
97e99cc3
MA
112013-09-06 Michael Albinus <michael.albinus@gmx.de>
12
13 * tramp.texi (Alternative Syntax): Remove chapter.
14
50b13cde
PE
152013-08-28 Paul Eggert <eggert@cs.ucla.edu>
16
17 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
18 for portability to hosts where /bin/sh has problems.
19
0acfedd3
SM
202013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 Try to reduce redundancy in doc/misc/Makefile.in.
23 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
24 (TARGETS): New intermediate variable.
25 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
26
1857cd3f
GM
272013-08-27 Glenn Morris <rgm@gnu.org>
28
63e984f8
GM
29 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
30
278208b8
GM
31 * efaq.texi: Rename from faq.texi, to match its output files.
32 * Makefile.in: Update for faq.texi name change.
33
79c238dc
GM
34 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
35
c076ba95
GM
36 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
37
1857cd3f
GM
38 * efaq-w32.texi: Move here from the web-pages repository.
39 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
40 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
41 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
42 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
43 Add DOCMISC_*_W32 variables.
44 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
45 (efaq_w32_deps): New variable.
46 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
47 (efaq-w32.pdf, efaq-w32.html): New rules.
48 (clean): Remove efaq-w32 products.
49
dab3a8d5
KY
502013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
51
52 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
53 shift_jis from the default value set to mm-coding-system-priorities for
54 Japanese users.
55
55f612f0
GM
562013-08-13 Glenn Morris <rgm@gnu.org>
57
58 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
59 (Options - Defining Label Environments, Options - Creating Labels)
60 (Options - Referencing Labels, Options - Creating Citations)
61 (Options - Index Support, Options - Viewing Cross-References)
62 (Options - Finding Files, Options - Optimizations)
63 (Options - Fontification, Options - Misc):
64 * cc-mode.texi (Sample Init File):
65 * edt.texi (Init file):
66 * epa.texi (Encrypting/decrypting gpg files):
67 * mairix-el.texi (About, Setting up the mairix interface, Using)
68 (Extending):
69 Rename nodes to avoid characters that can cause Texinfo problems.
70
d401ef43
KY
712013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
72
73 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
74
8496d8d7
GM
752013-08-12 Glenn Morris <rgm@gnu.org>
76
808190e6
GM
77 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
78 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
79 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
80 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
81 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
82 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
83 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
84 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
85 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
86 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
87 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
88 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
89 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
90
2f3ac208
GM
91 * woman.texi (Top): Avoid mailto: in html output.
92
8496d8d7
GM
93 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
94 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
95 (INSTALL_DATA): New, set by configure.
96 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
97 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
98 install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
99 uninstall-ps, and uninstall-doc.
100 (.SUFFIXES): Add .ps and .dvi.
101 (.dvi.ps): New suffix rule.
102 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
103 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
104 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
105 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
106 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
107 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
108 (ido.html, mairix-el.html, message.html, mh-e.html)
109 (newsticker.html, nxml-mode.html, org.html, pgg.html)
110 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
111 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
112 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
113 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
114 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
115 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
116 New rules.
117 (clean): Remove HTML_TARGETS and PS_TARGETS.
118
33a9f380
XF
1192013-08-10 Xue Fuqiao <xfq.free@gmail.com>
120
121 * ido.texi (Working Directories):
122 (Flexible Matching, Regexp Matching, Find File At Point)
123 (Ignoring, Misc Customization): Use @defopt for user options.
124
353ca646
XF
1252013-08-09 Xue Fuqiao <xfq.free@gmail.com>
126
127 * htmlfontify.texi (Customization): Remove documentation of
241de290 128 `hfy-fast-lock-save'. Minor fixes.
353ca646 129
03300a14
XF
1302013-08-08 Xue Fuqiao <xfq.free@gmail.com>
131
132 * ido.texi (Top): Insert node "Working Directories" in menu.
133 (Working Directories): New node.
9dfc8491
XF
134 (Misc Customization): Add documentation of
135 `ido-confirm-unique-completion' and some other user options.
03300a14 136
2a024334
EZ
1372013-08-07 Eli Zaretskii <eliz@gnu.org>
138
139 * todo-mode.texi: Update @dircategory.
140 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
141 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
142 @ref.
143
c85989f5
XF
1442013-08-07 Xue Fuqiao <xfq.free@gmail.com>
145
998ad848
XF
146 * sc.texi (Introduction): Fix index.
147 (Usage Overview):
148 (Citations, Citation Elements, Recognizing Citations)
149 (Information Keys and the Info Alist, Reference Headers)
150 (The Built-in Header Rewrite Functions)
151 (Electric References, Reply Buffer Initialization)
152 (Filling Cited Text, Selecting an Attribution)
153 (Attribution Preferences)
154 (Anonymous Attributions, Author Names)
155 (Using Regi, Post-yank Formatting Commands)
156 (Citing Commands, Insertion Commands)
157 (Mail Field Commands)
158 (Hints to MUA Authors, Thanks and History): Change from one space
159 between sentences to two.
03300a14 160 (What Supercite Does): Typo fix.
998ad848 161
98374c9a
XF
162 * newsticker.texi (Usage): Use @key for RET.
163
c85989f5 164 * cl.texi (Argument Lists):
20940c20
XF
165 (For Clauses):
166 (Macros): Add indexes.
c85989f5 167
57fedd9f
XF
1682013-08-05 Xue Fuqiao <xfq.free@gmail.com>
169
170 * cl.texi (Blocks and Exits): Add an index.
171
016d3f7d
SB
1722013-08-04 Stephen Berman <stephen.berman@gmx.net>
173
174 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
175 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
176 (todo-mode.dvi, todo-mode.pdf): New rules.
177
178 * todo-mode.texi: New file.
179
89cccc2f
G
1802013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
181
182 * gnus.texi (Basic Usage): Mention that warp means jump here.
183 (The notmuch Engine): Mention notmuch.
184
a3fd87cb
TH
1852013-07-30 Tassilo Horn <tsdh@gnu.org>
186
187 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
188 `gnus-subthread-sort-functions' and remove the obsolete documentation
189 of `gnus-sort-threads-recursively'.
190
1912013-07-29 David Engster <deng@randomsample.de>
18657165
DE
192
193 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
194 implementation.
195 (Introduction): Add further missing features.
196 (Building Classes): Add introductory paragraph.
197 (Wish List): Add metaclasses and EQL specialization.
198
b69c2ea7
MA
1992013-07-29 Michael Albinus <michael.albinus@gmx.de>
200
201 * tramp.texi (Frequently Asked Questions): Mention
202 `tramp-use-ssh-controlmaster-options'.
203
13afd560
TH
2042013-07-26 Tassilo Horn <tsdh@gnu.org>
205
206 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
207 `gnus-sort-threads-recursively'.
208
7add5a8a
GM
2092013-07-25 Glenn Morris <rgm@gnu.org>
210
57cff712
GM
211 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
212 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
213
7add5a8a
GM
214 * erc.texi (Special Features): Update contact information.
215 (History): Avoid using @email.
216
217 * eshell.texi (Bugs and ideas): Minor updates.
218
219 * faq.texi (Reporting bugs, Origin of the term Emacs)
220 (Setting up a customization file)
221 (Using an already running Emacs process, Turning off beeping)
222 (Packages that do not come with Emacs)
223 (Replying to the sender of a message): Avoid using @email.
224
225 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
226
227 * reftex.texi (Imprint): Avoid using @email.
228
229 * ses.texi (Top): Update bug reporting instructions.
230 (Acknowledgments): Avoid using @email.
231
232 * woman.texi (Introduction, Background): Remove outdated information.
233 (Bugs, Acknowledgments): Avoid using @email.
234
3f0faa45
XF
2352013-07-24 Xue Fuqiao <xfq.free@gmail.com>
236
237 * ido.texi: New file.
238
47cc1156
G
2392013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
240
241 * gnus.texi (Customizing Articles): Document function predicates.
242
c17b81a7
G
2432013-07-08 Tassilo Horn <tsdh@gnu.org>
244
245 * gnus.texi (lines): Correct description of
246 `gnus-registry-track-extra's default value. Mention
247 `gnus-registry-remove-extra-data'.
248
6ed7a66a
G
2492013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
250
251 * gnus.texi (Group Parameters): Mention regexp
252 substitutions (bug#11688).
253
2542013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
255
256 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
257
2582013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
259
260 * gnus.texi (Emacsen): Fix version.
261
262 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
263
5154917e
GM
2642013-07-06 Glenn Morris <rgm@gnu.org>
265
266 * mh-e.texi: Fix external links.
3cab18a3 267 (Using This Manual): Printed elisp manuals no longer available.
5154917e 268
9d7a25d6 269 * newsticker.texi (Overview): Update URL.
583873a9 270
9d7a25d6
GM
271 * nxml-mode.texi (Introduction): Update URL.
272
273 * org.texi (JavaScript support): Fix URL.
91eea47b 274
bfd569a4
GM
275 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
276
6338a049
GM
277 * eudc.texi (CCSO PH/QI): Remove defunct URL.
278
97df87bb
GM
279 * dbus.texi (Introspection): Update URL to a less defunct one.
280
f2a538a2
GM
281 * gnus.texi (Top): Restrict "Other related manuals" to info output.
282 (Foreign Groups): Use @indicateurl for examples.
283 (Direct Functions): Remove defunct URL.
284 (RSS): Update URL.
285
286 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
287 (FAQ 7-1): Update URL.
288
f0a77200
GM
289 * pgg.texi (Top, Overview): Add note about obsolescence.
290
5aa43a3a
PE
2912013-07-03 Paul Eggert <eggert@cs.ucla.edu>
292
293 * texinfo.tex: Merge from gnulib.
294
a944db14
GM
2952013-07-03 Glenn Morris <rgm@gnu.org>
296
297 * bovine.texi (top):
298 * cc-mode.texi (AWK Mode Font Locking):
299 * mh-e.texi (Preface):
300 * url.texi (URI Parsing): Fix cross-references to other manuals.
301
eaa610c3
KY
3022013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
303
304 * gnus.texi (Client-Side IMAP Splitting):
305 Note that `nnimap-inbox' now can be a list.
306
7eeeb7dd
GM
3072013-06-24 Glenn Morris <rgm@gnu.org>
308
309 * eshell.texi: Fix cross-references to other manuals.
310
2e667b8c
GM
3112013-06-23 Glenn Morris <rgm@gnu.org>
312
313 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
314 Remove; not needed now we use a standard html layout for the faq.
315 (clean): Remove HTML_TARGETS, emacs-faq.text.
316
c5b0993e
EW
3172013-06-21 Eduard Wiebe <usenet@pusto.de>
318
319 * flymake.texi (Parsing the output, Customizable variables):
320 Add reference to `flymake-warning-predicate'.
321
d6491e24
MA
3222013-06-19 Michael Albinus <michael.albinus@gmx.de>
323
324 * tramp.texi (Top, Configuration): Insert section `Predefined
325 connection information' in menu.
326 (Predefined connection information): New section.
327 (Android shell setup): Make a reference to `Predefined connection
328 information'.
329
09af5c3e
GM
3302013-06-19 Glenn Morris <rgm@gnu.org>
331
332 * Makefile.in (version): New, set by configure.
333 (clean): Delete dist tar file.
334 (infoclean): New, split from maintainer-clean.
335 (maintainer-clean): Run infoclean.
336 (dist): New rule, to make tarfile for www.gnu.org.
337
745b097b
AK
3382013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
339
4f405069 340 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
745b097b
AK
341 for keys q and Q.
342 (Standards): Reference RFC5804 as the defining document of the
343 managesieve protocol.
344
fa472906
AG
3452013-06-10 Aidan Gauland <aidalgol@amuri.net>
346
347 * eshell.texi (Input/Output): Expand to cover new visual-command
348 options, eshell-visual-subcommands and eshell-visual-options.
349 Divide into separate Visual Commands and Redirection sections.
350
ff4871b9
GM
3512013-06-10 Glenn Morris <rgm@gnu.org>
352
353 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
354
cdebc6dd
KY
3552013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
356
357 * gnus.texi (Article Date):
358 Fix description of gnus-article-update-date-headers.
359
962e44a5
XF
3602013-05-28 Xue Fuqiao <xfq.free@gmail.com>
361
362 * erc.texi (Special Features): ERC is being maintained within
363 Emacs now.
364
5d028165
XF
3652013-05-25 Xue Fuqiao <xfq.free@gmail.com>
366
998ad848 367 * flymake.texi: Change from one space between sentences to two.
5d028165 368
0a6313f7
SM
3692013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * cl.texi (Obsolete Macros): Describe replacements for `flet'
372 (bug#14293).
373
a7bef505
MA
3742013-04-16 Michael Albinus <michael.albinus@gmx.de>
375
376 * tramp.texi (Frequently Asked Questions): Precise, how to define
377 an own ControlPath.
378
7a55aa13
MA
3792013-04-15 Michael Albinus <michael.albinus@gmx.de>
380
381 * tramp.texi (Frequently Asked Questions): New item for
382 ControlPath settings.
383
c81ecb72
JB
3842013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
385
4f405069 386 * calc.texi (Basic Operations on Units): Streamline some
c81ecb72
JB
387 descriptions.
388
73572c72
AG
3892013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
390
78b8f320 391 * eshell.texi (Built-ins): Update manual to mention tramp module.
73572c72 392
24afc2e2
MA
3932013-03-18 Michael Albinus <michael.albinus@gmx.de>
394
395 * tramp.texi (Filename Syntax): Host names are not allowed to be
396 any method name, unless method name is specified explicitly.
397 Remove restriction on unibyte filenames.
398
399 * trampver.texi: Update release number.
400
5294599f
PE
4012013-03-17 Paul Eggert <eggert@cs.ucla.edu>
402
403 doc: convert some TeX accents to UTF-8
404 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
405 '@"{@dotless{i}}'.
406
d7251c31
MA
4072013-03-15 Michael Albinus <michael.albinus@gmx.de>
408
409 Sync with Tramp 2.2.7.
410
411 * trampver.texi: Update release number.
412
f6817529
JB
4132013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
414
415 * calc.texi (Basic Operations on Units): Streamline some
416 descriptions.
417
c3e2de4c
GM
4182013-03-08 Glenn Morris <rgm@gnu.org>
419
420 * faq.texi (Top): Don't say this was updated @today.
421 That's irrelevant and leads to spurious diffs.
422
6d7ebb72
JB
4232013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
424
c5b0993e
EW
425 * calc.texi (Basic Operations on Units):
426 Fix cross-reference.
6d7ebb72 427
3cd23a35
KY
4282013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
429
430 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
431
33d1e2f5
AM
4322013-03-06 Alan Mackenzie <acm@muc.de>
433
434 * cc-mode.texi (Custom Line-Up): Clarify position of point on
435 calling a line-up function.
436
681ebc33
PE
4372013-03-04 Paul Eggert <eggert@cs.ucla.edu>
438
439 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
440 * ses.texi: Switch from Latin-1 to UTF-8.
441
eeb84739
MA
4422013-03-03 Michael Albinus <michael.albinus@gmx.de>
443
444 * tramp.texi (External methods): Tramp does not connect Android
445 devices by itself.
446
fc0c5af8
BW
4472013-03-02 Bill Wohler <wohler@newt.com>
448
449 Release MH-E manual version 8.5.
450
451 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
452 release 8.5.
453
454 * mh-e.texi (Preface, Conventions, Getting Started)
455 (Using This Manual, Folder Selection, Viewing, Aliases)
456 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
457 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
458 Update URLs.
459
adb7352b
MA
4602013-03-01 Michael Albinus <michael.albinus@gmx.de>
461
462 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
463 and "plink2" entries. "plink2" is obsolete for a long time.
c5b0993e
EW
464 (External methods): Remove "scp1" and "scp2" entries.
465 Explain user name and host name specification for "adb".
adb7352b 466
538d9b94
MA
4672013-02-28 Michael Albinus <michael.albinus@gmx.de>
468
469 * tramp.texi (External methods): Mention `tramp-adb-program'.
470
8a28a5b8
BG
4712013-02-28 Bastien Guerry <bzg@gnu.org>
472
473 * org.texi (Visibility cycling): Suggest to set
474 `org-agenda-inhibit-startup' to nil if user wants the startup
475 visibility settings to be honored in any circumstances.
476 (Progress logging, Checkboxes): Fix typos.
477
929aeac6 4782013-02-28 Michael Albinus <michael.albinus@gmx.de>
db19bba3
MA
479
480 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
481 the macros, for Texinfo 4.13 and 5.0.
482
c0c2eb82
MA
4832013-02-24 Michael Albinus <michael.albinus@gmx.de>
484
1abfd3e8 485 Port Tramp documentation to Texinfo 5.0.
c0c2eb82
MA
486 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
487 (Filename Syntax): Do not use @trampfn{} in @item.
488 (Filename completion): Use @columnfractions in @multitable.
489
6800ff8d
GM
4902013-02-22 Glenn Morris <rgm@gnu.org>
491
492 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
493
b59a2e9e
PE
4942013-02-21 Paul Eggert <eggert@cs.ucla.edu>
495
496 * Makefile.in (html): New rule.
497
5079cfef
MA
4982013-02-20 Michael Albinus <michael.albinus@gmx.de>
499
500 * tramp.texi (Android shell setup): Improve. Reported by Thierry
501 Volpiatto <thierry.volpiatto@gmail.com>.
502
2150b471
MA
5032013-02-16 Michael Albinus <michael.albinus@gmx.de>
504
505 * tramp.texi (Top, Configuration): Insert section `Android shell
506 setup' in menu.
507 (Android shell setup): New section.
508 (Connection types, Default Method)
509 (Frequently Asked Questions): Mention "scp" instead of "scpc".
510 (External methods): Remove "scpc" and "rsyncc" entries.
511 (Frequently Asked Questions): Remove entry about ControlPersist.
512
4e16ddf4
GM
5132013-02-13 Glenn Morris <rgm@gnu.org>
514
515 * message.texi (News Headers): Don't mention yow any more.
516
5d9c6f17
JB
5172013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
518
519 * calc.texi (Basic Operations on Units):
520 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
521
dacbc44c
AG
5222013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
523
524 * eshell.texi: Fill most of the missing sections.
525
d3517077
BG
5262013-02-07 Bastien Guerry <bzg@gnu.org>
527
528 * org.texi (References): Clarify an example.
529 (Installation): Fix instructions.
530 (Org-Plot): Fix link.
531 (Checkboxes, Radio lists): Fix typos.
532
8c4b24b2 5332013-02-07 Glenn Morris <rgm@gnu.org>
1e934b84
GM
534
535 * cl.texi (Equality Predicates): Mention memql.
536
8c4b24b2 5372013-02-07 Eric Ludlam <zappo@gnu.org>
cf4dd911
EL
538
539 * doc/misc/ede.texi (Creating a project): Make ede-new doc less
540 specific, and only about items it supports, indicating that there
541 might be more. Remove refs to simple project and direct automake
542 from ede new.
543 (Simple projects): Re-write to not talk about ede-simple-project
544 which is deprecated, and instead use the term to mean projects
c5b0993e
EW
545 that don't do much management, just project wrapping.
546 Add ede-generic-project link.
cf4dd911
EL
547 (ede-generic-project): New node (bug#11441).
548
8c4b24b2 5492013-02-07 Glenn Morris <rgm@gnu.org>
72ff76bb
GM
550
551 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
552
86e100a6
GM
5532013-02-01 Glenn Morris <rgm@gnu.org>
554
555 * calc.texi (Help Commands): Update calc-view-news description.
0eb61895 556 Mention etc/CALC-NEWS.
86e100a6 557
7ff2b2a6
MA
5582013-01-24 Michael Albinus <michael.albinus@gmx.de>
559
560 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
561
a89c8ef0
BG
5622013-01-13 Bastien Guerry <bzg@gnu.org>
563
564 * org.texi (Installation): Simplify.
565
5662013-01-13 François Allisson <francois@allisson.co> (tiny change)
567
568 * org.texi (Handling links): Update the mention to the obsolete
569 variable `org-link-to-org-use-id' with a mention to the newer
570 variable `org-id-link-to-org-use-id'. Mention the need to load
571 the org-id library.
572
997d5f2d
MA
5732013-01-10 Michael Albinus <michael.albinus@gmx.de>
574
575 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
576
fb9f7146 5772013-01-09 Bastien Guerry <bzg@gnu.org>
c7cf0ebc
BG
578
579 * org.texi (Pushing to MobileOrg): Add footnote about using
580 symbolic links in `org-directory'.
581 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
582 of the now obsolete alias `org-float'.
583 (TODO basics): Add `org-use-fast-todo-selection' to the variable
584 index. Fix description of TODO keywords cycling.
585 (Advanced features): Add missing argument for @item.
586 (Storing searches): Add index entries and a note about
587 *-tree agenda views.
6d3e4c80
BG
588 (Structure editing): Document `org-mark-element' and
589 `org-mark-subtree'.
590 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
c7cf0ebc 591
c6a22ce2
JL
5922013-01-08 Juri Linkov <juri@jurta.org>
593
594 * info.texi (Go to node): Mention the abbreviated format
595 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
596
7b08ccf7
AS
5972013-01-06 Andreas Schwab <schwab@linux-m68k.org>
598
605f02ee
AS
599 * autotype.texi: Remove undefined command @subtitlefont.
600 * cc-mode.texi: Likewise.
601
7b08ccf7
AS
602 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
603 @item argument.
604 (Property searches): Use \\ instead of @backslashchar{}.
605 * pgg.texi (VERSION): Move @set below @setfilename.
606
db671917
AS
6072013-01-05 Andreas Schwab <schwab@linux-m68k.org>
608
609 * ada-mode.texi: Remove braces from @title argument.
610 * eudc.texi: Likewise.
611 * smtpmail.texi: Likewise.
612 * auth.texi (VERSION): Set before first use.
613 * emacs-gnutls.texi (VERSION): Likewise.
614 * pgg.texi (VERSION): Likewise.
615 * ede.texi (Top): Rename from top, all uses changed.
616 * eshell.texi: Add missing argument to @sp.
617 * forms.texi (Top): Reorder menu to match structure.
618 * htmlfontify.texi (Customisation): Add missing @item in
619 @enumerate.
620 * org.texi (Advanced features): Add missing argument for @item.
621 (Property searches): Use @backslashchar{} in macro argument.
622 * pcl-cvs.texi: Add missing argument to @sp.
623 (Movement commands): Fix use of @itemx.
624 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
625 * reftex.texi (Options (Creating Citations)): Add missing newline
626 before @end.
627 * tramp.texi (Obtaining Tramp): Remove extra dots.
628 (Configuration): Reorder menu to match structure.
651a2c77 629 (Remote shell setup): Replace literal NUL character by \0.
db671917
AS
630 * viper.texi (Marking): Add missing argument for @item.
631
b55349fb
GM
6322013-01-04 Glenn Morris <rgm@gnu.org>
633
92d59611
GM
634 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
635 Add htmlfontify.
636 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
637 (htmlfontify.dvi, htmlfontify.pdf): New targets.
638 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
639 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
640
b55349fb
GM
641 * htmlfontify.texi: Miscellaneous fixes and updates.
642 Set copyright to FSF, update license to GFDL 1.3+.
643
7fca93e2
VD
6442013-01-04 Vivek Dasmohapatra <vivek@etla.org>
645
646 * htmlfontify.texi: New file.
647
87e65f96
JB
6482013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
649
650 * calc.texi (Free-Form Dates): Expand on the date reading
651 algorithm.
652
82e2a1f0 6532012-12-27 Glenn Morris <rgm@gnu.org>
ddc41264 654
173076b4
GM
655 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
656 Avoid some overfull lines.
657
d227e322
GM
658 * widget.texi (Programming Example): Break some long lines.
659
2ecfdaa6
GM
660 * wisent.texi (Wisent Overview): Fix xref.
661 (Grammar format, Understanding the automaton): Avoid overfill.
662
fd762011
GM
663 * bovine.texi (Optional Lambda Expression): Allow line break.
664
9fbc8f46
GM
665 * auth.texi (Help for users): Break long lines.
666
ceccabdb
GM
667 * ada-mode.texi (Project file variables):
668 Reword to reduce underfull hbox.
669 (No project files, Use GNAT project file):
670 Use smallexample to make some overfull lines less terrible.
671
88edc57f
GM
672 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
673 Fix cross-references to separate manuals.
674
ddc41264
GM
675 * Makefile.in (gfdl): New variable. Use throughout where
676 appropriate so that targets depend on doclicense.texi.
677
45dd6480
LI
6782012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
679
680 * gnus.texi (Customizing the IMAP Connection): Mention the other
681 authenticators.
682
61bbede6
LI
6832012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
684
c5b0993e
EW
685 * gnus.texi (Browse Foreign Server):
686 Document `gnus-browse-delete-group'.
61bbede6 687
ddc41264
GM
6882012-12-22 Glenn Morris <rgm@gnu.org>
689
563a450c 690 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
6d1962b3
GM
691 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
692 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
693 * widget.texi, wisent.texi: Nuke hand-written node pointers.
563a450c 694
ddc41264
GM
695 * Makefile.in (gfdl): New variable. Use throughout where
696 appropriate so that targets depend on doclicense.texi.
697
c995b26e
EZ
6982012-12-22 Eli Zaretskii <eliz@gnu.org>
699
700 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
701 doclicense.texi. Remove doclicense.texi from all targets that
702 mentioned it explicitly.
703 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
704 $(emacsdir)/emacsver.texi.
a170fe53 705 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
c995b26e 706
08953d7f
GM
7072012-12-21 Glenn Morris <rgm@gnu.org>
708
c545e313
GM
709 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
710 Include emacsver.texi. Nuke hand-written node pointers.
711 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
712 Depend on emacsver.texi.
713
0b1af106
GM
714 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
715 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
716 May as well just include doclicense.texi in everything.
717
718 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
719 which @copying says is included.
720
6bf430d1
GM
721 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
722 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
723 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
724 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
725 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
726 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
727 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
728 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
729 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
730 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
731 * widget.texi, wisent.texi, woman.texi: Do not mention buying
732 copies from the FSF, which does not publish these manuals.
733
08953d7f
GM
734 * erc.texi: No need to include gpl in this small manual.
735
257b2c7d
GM
736 * org.texi (copying): Include a copy of the GFDL.
737 (GNU Free Documentation License): New section.
738
a4b0cca1 7392012-12-21 Bastien Guerry <bzg@gnu.org>
1e20eeb7
BG
740
741 * org.texi: Fix typos.
742
d2435ab9
PE
7432012-12-16 Paul Eggert <eggert@cs.ucla.edu>
744
745 * calc.texi (ISO 8601): Rename from ISO-8601,
746 as it's typically spelled without a hyphen.
747
b9d8175e
JB
7482012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
749
750 * calc.texi (ISO-8601): New section.
751 (Date Formatting Codes): Mention new codes.
752 (Standard Date Formats): Mention new formats.
753
f0bc0bf1
MA
7542012-12-14 Michael Albinus <michael.albinus@gmx.de>
755
756 * tramp.texi (External methods): Move `adb' method here.
757
98c94021
GM
7582012-12-13 Glenn Morris <rgm@gnu.org>
759
ba30c70f
GM
760 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
761
bfe6ffb6
GM
762 * wisent.texi: Small edits. Set copyright to FSF, update license to
763 GFDL 1.3+.
764 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
765 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
766 New targets.
767 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
768 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
769
98c94021
GM
770 * bovine.texi: Small edits. Set copyright to FSF, update license to
771 GFDL 1.3+, remove empty index.
772 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
773 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
774 New targets.
775 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
776 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
777
cfa49c1e
EL
7782012-12-13 Eric Ludlam <zappo@gnu.org>
779 David Ponce <david@dponce.com>
780 Richard Kim <emacs18@gmail.com>
781
9e7abd17 782 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
cfa49c1e 783
727f9739 7842012-12-13 Glenn Morris <rgm@gnu.org>
4c2dd4ee 785
9b97b143
GM
786 * flymake.texi (Customizable variables, Locating the buildfile):
787 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
788
4c2dd4ee
GM
789 * srecode.texi: Small edits. Set copyright to FSF, add explicit
790 GFDL 1.3+ license, fix up index.
791 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
792 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
793 (srecode.pdf): New targets.
794 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
795 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
796
727f9739 7972012-12-13 Eric Ludlam <zappo@gnu.org>
ac1d9dde
EL
798
799 * srecode.texi: New file, imported from CEDET trunk.
800
727f9739 8012012-12-13 Bastien Guerry <bzg@gnu.org>
63aa0982
BG
802
803 * org.texi (Summary, Code block specific header arguments)
804 (Code block specific header arguments)
805 (Header arguments in function calls, var, noweb)
727f9739
GM
806 (Results of evaluation, Code evaluation security):
807 Small reformatting: add a blank line before some example.
63aa0982
BG
808
809 * org.texi (System-wide header arguments)
810 (Header arguments in Org mode properties, Conflicts)
727f9739
GM
811 (Dynamic blocks, Using the mapping API):
812 Fix indentation of Elisp code examples.
63aa0982
BG
813
814 * org.texi (Comment lines): Fix description of the comment syntax.
815
727f9739
GM
816 * org.texi (Installation): Mention "make test" in the correct section.
817
4288142b
PE
8182012-12-06 Paul Eggert <eggert@cs.ucla.edu>
819
820 * doclicense.texi, gpl.texi: Update to latest version from FSF.
821 These are just minor editorial changes.
822
61b835df
MA
8232012-12-04 Michael Albinus <michael.albinus@gmx.de>
824
825 * tramp.texi (History): Mention ADB.
826 (Inline methods): Add `adb' method.
827
c5bc2d1d 8282012-12-03 Michael Albinus <michael.albinus@gmx.de>
328dac0d
MA
829
830 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
831 (External methods): Fix typo.
832
c5bc2d1d 8332012-12-03 Glenn Morris <rgm@gnu.org>
f4f3b439
GM
834
835 * rcirc.texi (Notices): Fix typo.
836
d0457b57
BW
8372012-11-25 Bill Wohler <wohler@newt.com>
838
839 Release MH-E manual version 8.4.
840
4f405069 841 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
d0457b57
BW
842 Update for release 8.4.
843
551aaa66
BW
844 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
845 (Junk): Add mh-whitelist-preserves-sequences-flag,
846 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
847 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
848
61d841dd
PE
8492012-11-25 Paul Eggert <eggert@cs.ucla.edu>
850
851 * mh-e.texi (Procmail): Fix two @ typos.
852
c07a6ded
PE
8532012-11-24 Paul Eggert <eggert@cs.ucla.edu>
854
855 * doclicense.texi, gpl.texi: Update to latest version from FSF.
856 These are just minor editorial changes.
857
678a34f4
JB
8582012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
859
860 * calc.texi (Date Formatting Codes): Mention the new beginning of
861 the date numbering system.
862
0e70ce93
PE
8632012-11-22 Paul Eggert <eggert@cs.ucla.edu>
864
865 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
866 (Date Forms): Correct off-by-one error in explanation of
867 Julian day numbers. Give Gregorian equivalent of its origin.
868
723da6aa
JB
8692012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
870
871 * doc/misc/calc.texi (Date Forms): Mention the customizable
872 Gregorian-Julian switch.
873 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
874
310e60d9
PE
8752012-11-17 Paul Eggert <eggert@cs.ucla.edu>
876
6f6b82d6
PE
877 Calc now uses the Gregorian calendar for all dates (Bug#12633).
878 It also uses January 1, 1 AD as its day number 1.
310e60d9
PE
879 * calc.texi (Date Forms): Document this.
880
e8693c96
GM
8812012-11-16 Glenn Morris <rgm@gnu.org>
882
883 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
884 (Obsolete Macros): Move example here from Function Bindings.
885
5c934f8b
GM
886 * erc.texi: Use @code{nil} rather than just "nil".
887 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 888 Add "notifications".
f925b109 889 (Connecting): Add brief section on passwords.
274f5de6 890 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 891
f78ee6af 8922012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
893
894 * flymake.texi (Customizable variables)
895 (Highlighting erroneous lines): Mention flymake-error-bitmap,
896 flymake-warning-bitmap, and flymake-fringe-indicator-position.
897
1796ef98
VB
8982012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
899
900 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
901 In all file place SES into @acronym{...}.
902 (Advanced Features): Add key index and function index for
4f405069
JB
903 ses-set-header-row. Add description for function
904 ses-rename-cell. Add description for function
1796ef98
VB
905 ses-repair-cell-reference-all.
906 (Ranges in formulas): Add description for ses-range flags.
907
31f47fba
PE
9082012-11-12 Paul Eggert <eggert@cs.ucla.edu>
909
910 * texinfo.tex: Merge from gnulib.
911
6baf66d5 9122012-11-10 Chong Yidong <cyd@gnu.org>
5b637222
CY
913
914 * url.texi (Introduction): Move url-configuration-directory to
915 Customization node.
916 (Parsed URIs): Split into its own node.
917 (URI Encoding): New node.
918 (Defining New URLs): Remove empty chapter.
919 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
920 Improve docs for url-queue-*.
921 (Supported URL Types): Copyedits. Delete empty subnodes.
922
c5b0993e
EW
923 * url.texi (Introduction): Rename from Getting Started.
924 Rewrite the introduction.
82f84fa3
CY
925 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
926
6baf66d5 9272012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
928
929 * cl.texi (Obsolete Setf Customization):
930 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
931 Give define-modify-macro, defsetf, and define-setf-method
932 gv.el replacements.
2ee1d59f 933
2027b1b3 934 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 935 (Setf Extensions): Remove obsolete reference.
2027b1b3 936 (Obsolete Setf Customization):
651af8c6 937 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 938 Undocument get-setf-method, since it no longer exists.
a358a44e 939 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 940
c65b407b
GM
9412012-11-03 Glenn Morris <rgm@gnu.org>
942
943 * cl.texi: Further general copyedits.
685b0026
GM
944 (List Functions): Remove copy-tree, standard elisp for some time.
945 (Efficiency Concerns): Comment out examples that no longer apply.
946 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
947 (Creating Symbols, Random Numbers): De-emphasize internal
948 variables cl--gensym-counter and cl--random-state. (Bug#12788)
f58542e1
GM
949 (Naming Conventions, Type Predicates, Macros)
950 (Predicates on Numbers): No longer mention cl-floatp-safe.
c65b407b 951
a71e2379
G
9522012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
953
954 * gnus.texi (Mail Source Specifiers):
955 Document :leave keyword used for pop mail source.
956
df43dd53
GM
9572012-11-01 Glenn Morris <rgm@gnu.org>
958
959 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
960 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
961 (Macro Bindings, Blocks and Exits):
962 Acknowledge existence of lexical-binding.
963 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 964
69c1c2e6
GM
9652012-10-31 Glenn Morris <rgm@gnu.org>
966
dd90fd1a
GM
967 * ert.texi (Introduction, The @code{should} Macro):
968 Refer to "cl-assert" rather than "assert".
969
69c1c2e6
GM
970 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
971 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
972 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
973 Reword, and add details of flet and labels.
87b0d8b1 974 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 975
4ddedf94
GM
9762012-10-30 Glenn Morris <rgm@gnu.org>
977
978 * cl.texi (Modify Macros): Update for cl-letf changes.
979 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
980 (Setf Extensions): Partially restore note about cl-getf,
981 mainly moved to lispref/variables.texi.
982 (Property Lists): Fix cl-getf typos.
f43a5263 983 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 984
d3094168
GM
9852012-10-29 Glenn Morris <rgm@gnu.org>
986
987 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 988 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 989 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
990 (Modify Macros, Multiple Values, Other Clauses):
991 Remove mentions of obsolete features.
6a07d52e 992 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 993
3c0c6155
GM
9942012-10-28 Glenn Morris <rgm@gnu.org>
995
f94b04fc
GM
996 * cl.texi (Multiple Values, Common Lisp Compatibility):
997 More namespace updates.
998 (Obsolete Features): Copyedits.
999 (Obsolete Lexical Macros, Obsolete Setf Customization):
1000 New subsections.
1001
9c52d61d
GM
1002 * cl.texi (Porting Common Lisp, Lexical Bindings):
1003 Add some xrefs to the Elisp manual.
1004
3c0c6155
GM
1005 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
1006 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
1007 (Obsolete Features): New appendix. Move Lexical Bindings here.
1008
5887564d
GM
10092012-10-27 Glenn Morris <rgm@gnu.org>
1010
e1117425
GM
1011 * cl.texi: Use defmac for macros rather than defspec.
1012 (Efficiency Concerns): Related copyedit.
1013
5887564d
GM
1014 * cl.texi (Control Structure): Update for setf now being in core.
1015 (Setf Extensions): Rename from Basic Setf. Move much of the
1016 former content to lispref/variables.texi.
1017 (Modify Macros): Move pop, push details to lispref/variables.texi.
1018 (Customizing Setf): Copyedits for setf etc being in core.
1019 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
1020 Further namespaces updates.
1021
bdebdb64
BG
10222012-10-26 Bastien Guerry <bzg@gnu.org>
1023
c5b0993e
EW
1024 * org.texi (Installation): Update the link to Org's ELPA.
1025 Also don't mention org-install.el anymore as the replacement file
bdebdb64
BG
1026 org-loaddefs.el is now loaded by org.el.
1027
f956e59d
MA
10282012-10-25 Michael Albinus <michael.albinus@gmx.de>
1029
c5b0993e
EW
1030 * tramp.texi (Frequently Asked Questions):
1031 Mention `tramp-completion-reread-directory-timeout' for performance
f956e59d
MA
1032 improvement.
1033
a05cb6e3
GM
10342012-10-25 Glenn Morris <rgm@gnu.org>
1035
1036 * cl.texi: Don't mess with the TeX section number counter.
1037 Use Texinfo recommended convention for quotes+punctuation.
1038 (Overview, Sequence Functions): Rephrase for better line-breaking.
1039 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
1040 (Macro Bindings, Conditionals, Iteration, Loop Basics)
1041 (Random Numbers, Mapping over Sequences, Structures)
1042 (Porting Common Lisp): Further updates for cl-lib namespace.
1043 (Modify Macros, Declarations, Macro Bindings, Structures):
1044 Break long lines in examples.
1045 (Dynamic Bindings): Update for changed progv behavior.
1046 (Loop Examples, Efficiency Concerns): Markup fixes.
1047 (Structures): Remove TeX margin change.
39ff2cf3 1048 (Declarations): Fix typos.
a05cb6e3 1049
39a58b5b
GM
10502012-10-24 Glenn Morris <rgm@gnu.org>
1051
a6880551
GM
1052 * cl.texi (Overview, Multiple Values, Creating Symbols)
1053 (Numerical Functions): Say less/nothing about the original cl.el.
1054 (Old CL Compatibility): Remove.
1055 (Assertions): Remove ignore-errors (standard Elisp for some time).
1056
39a58b5b
GM
1057 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
1058 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
1059 (Efficiency Concerns, Efficiency Concerns)
1060 (Common Lisp Compatibility, Old CL Compatibility):
1061 Further updates for cl-lib namespace.
1062
72ec96fb
PE
10632012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1064
1065 Update manual for new time stamp format (Bug#12706).
1066 * emacs-mime.texi (time-date): Update for new format.
1067 Also, fix bogus time stamp and modernize a bit.
1068
8d6510b9
GM
10692012-10-23 Glenn Morris <rgm@gnu.org>
1070
1071 * cl.texi: Include emacsver.texi. Use Emacs version number rather
1072 than unchanging cl.el version number.
1073 End all menu descriptions with a period.
1074 Do not use @dfn{CL} for every instance of "CL".
1075 (Overview): Remove no-runtime caveat, and note about foo* names.
1076 (Usage): Use cl-lib rather than cl.
1077 (Organization, Naming Conventions): Update for cl-lib.el.
1078 (Installation): Remove long-irrelevant node.
1079 (Program Structure, Predicates, Control Structure):
1080 Start updating for cl-lib namespace.
8d6510b9
GM
1081 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
1082 Depend on emacsver.texi.
1083
0a078f36
MA
10842012-10-09 Michael Albinus <michael.albinus@gmx.de>
1085
1086 * trampver.texi: Update release number.
1087
a03bb33f
GM
10882012-10-06 Glenn Morris <rgm@gnu.org>
1089
24636b26
GM
1090 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
1091 ERC version.
1092 (Introduction): ERC is distributed with Emacs.
1093 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
1094 (Getting Started): Simplify.
1095 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
1096 (History): Mention ERC maintained as part of Emacs now.
1097 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
1098 Add dependency on emacsver.texi.
1099
a03bb33f
GM
1100 * erc.texi: Remove hand-written node pointers.
1101
d259be38
GM
11022012-10-05 Glenn Morris <rgm@gnu.org>
1103
1104 * newsticker.texi (Overview, Requirements, Usage, Configuration):
1105 Copyedits.
1106
62a81506
CY
11072012-10-01 Eric Ludlam <zappo@gnu.org>
1108
1109 * ede.texi (Quick Start, Project Local Variables)
1110 (Miscellaneous commands, ede-java-root, Development Overview)
1111 (Detecting a Project): New nodes.
1112 (Simple projects): Node deleted.
1113
1114 * eieio.texi (Building Classes): Some slot attributes cannot be
1115 overridden.
1116 (Slot Options): Remove an example.
1117 (Method Invocation, Documentation): New nodes.
1118
07f133bf
GM
11192012-10-01 Glenn Morris <rgm@gnu.org>
1120
1121 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
1122 (reftex.pdf): Add dependency on emacsver.texi.
1123 * reftex.texi: Don't include directory part for emacsver.texi;
1124 the Makefile's -I handles it.
1125
4f595e15
RA
11262012-09-30 Ralf Angeli <angeli@caeruleus.net>
1127
1128 Merge from standalone RefTeX repository.
1129
1130 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
1131 with macros.
1132 (Imprint): Mention Wolfgang in list of contributors.
1133 (Creating Citations): Give a hint about how to
1134 auto-revert the BibTeX database file when using external editors.
1135 (Referencing Labels): Simplify section about reference macro
1136 cycling.
1137 (Options (Referencing Labels)): Adapt to new structure of
1138 `reftex-ref-style-alist'.
1139 (Referencing Labels, Reference Styles): Document changes in the
1140 referencing functionality.
1141 (Commands): Mention options for definition of header and footer in
1142 BibTeX files.
1143 (Options (Creating Citations)): Document
1144 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
1145 (Reference Styles): New section.
1146 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
1147 (Options (Referencing Labels)): Remove descriptions of deprecated
1148 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
1149 Add descriptions for `reftex-ref-style-alist' and
1150 `reftex-ref-style-default-list'.
1151 (Referencing Labels): Update regarding reference styles.
1152 (Citation Styles): Mention support for ConTeXt.
1153 (Options (Defining Label Environments)): Fix typo.
c5b0993e
EW
1154 (Options (Creating Citations)):
1155 Document `reftex-cite-key-separator'.
4f595e15 1156
8223b1d2
BG
11572012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
1158
1159 * org.texi: Add description of ORG_ADD_CONTRIB to info
1160 documentation. Add link to Worg for more details.
1161
1162 * org.texi: Clarify installation procedure. Provide link to the
1163 build system description on Worg.
1164
1165 * org.texi: Remove reference to utils/, x11idle.c is now in
1166 contrib/scripts.
1167
1168 * org.texi: Re-normalize to "Org mode" in manual.
1169
1170 * org.texi (Installation): Adapt documentation to new build
1171 system. Mention GNU ELPA (since it needs to be handled like Emacs
1172 built-in Org).
1173
8223b1d2
BG
11742012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
1175
1176 * org.texi: Fix typo in description of the 'Hooks' section.
1177
1178 * org.texi: Add ID to the list of special properties.
1179
11802012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
1181
1182 * org.texi (Moving subtrees): Document the ability to archive to a
1183 datetree.
1184
1e20eeb7 11852012-09-30 Bastien Guerry <bzg@gnu.org>
8223b1d2 1186
c5b0993e
EW
1187 * org.texi (Installation, Feedback, Batch execution):
1188 Use (add-to-list 'load-path ... t) for the contrib dir.
8223b1d2
BG
1189
1190 * org.texi (results): Update documentation for ":results drawer"
1191 and ":results org".
1192
1193 * org.texi (Column width and alignment): Fix typo.
1194
1195 * org.texi (Activation): Point to the "Conflicts" section.
1196
1197 * org.texi (Conflicts): Mention filladapt.el in the list of
1198 conflicting packages.
1199
1200 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
1201 not needed for versions of Emacs > 22.1.
1202
1203 * org.texi (History and Acknowledgments): Fix typo.
1204
1205 * org.texi (History and Acknowledgments): Add my own
1206 acknowledgments.
1207
1208 * org.texi (Agenda commands): Document the new command and the new
1209 option.
1210
1211 * org.texi (Agenda commands): Delete `org-agenda-action' section.
1212 (Agenda commands): Reorder. Document `*' to toggle persistent
1213 marks.
1214
c5b0993e
EW
1215 * org.texi (Agenda dispatcher):
1216 Mention `org-toggle-agenda-sticky'.
8223b1d2
BG
1217 (Agenda commands, Exporting Agenda Views): Fix typo.
1218
1219 * org.texi (Templates in contexts, Setting Options): Update to
1220 reflect changes in how contexts options are processed.
1221
1222 * org.texi (Templates in contexts): Document the new structure of
1223 the variables `org-agenda-custom-commands-contexts' and
1224 `org-capture-templates-contexts'.
1225
1226 * org.texi (Templates in contexts): Document the new option
1227 `org-capture-templates-contexts'.
1228 (Storing searches): Document the new option
1229 `org-agenda-custom-commands-contexts'.
1230
1231 * org.texi (Formula syntax for Lisp): Reformat.
1232
1233 * org.texi (Special properties, Column attributes)
1234 (Agenda column view): Document the new special property
1235 CLOCKSUM_T.
1236
1237 * org.texi (Template expansion): Document the new %l template.
1238
1239 * org.texi (Fast access to TODO states): Fix documentation about
1240 allowed characters for fast todo selection.
1241
1242 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
1243 use in `org-agenda-to-appt'.
1244
1245 * org.texi (Comment lines): Update wrt comments.
1246
1247 * org.texi (Resolving idle time): Document new keybinding.
1248
1249 * org.texi (Clocking commands): Document the use of S-M-<up/down>
1250 on clock timestamps.
1251
1252 * org.texi (Fast access to TODO states): Explicitely says only
1253 letters are supported as fast TODO selection keys.
1254
1255 * org.texi (Link abbreviations): Illustrate the use of the "%h"
1256 specifier. Document the new "%(my-function)" specifier.
1257
1258 * org.texi (Clocking commands): New cindex.
1259 (Clocking commands): Update documentation for `org-clock-in'.
1260 Document `org-clock-in-last'. Mention `org-clock-out' and
1261 `org-clock-in-last' as commands that can be globally bound.
1262 (Resolving idle time): Document continuous clocking.
1263
1264 * org.texi (Top, Introduction): Fix formatting.
1265 (Activation): Add index entries.
1266 (Conventions): Update section.
1267 (Embedded @LaTeX{}): Fix formatting.
1268
1269 * org.texi (Visibility cycling): Document `show-children'.
1270
1271 * org.texi (Using capture): Mention the `org-capture-last-stored'
1272 bookmark as a way to jump to the last stored capture.
1273
1274 * org.texi (Uploading files): Fix typo.
1275
1276 * org.texi (Using capture): Document `C-0' as a prefix argument
1277 for `org-capture'.
1278
1279 * org.texi (Agenda commands): Document persistent marks.
1280
1281 * org.texi (Template expansion): Update doc to reflect change.
1282
1283 * org.texi (Radio tables): Document the :no-escape parameter.
1284
1285 * org.texi (Repeated tasks): Document repeat cookies for years,
1286 months, weeks, days and hours.
1287
1288 * org.texi (Export options): State that you can use the d: option
1289 by specifying a list of drawers.
1290
1291 * org.texi (HTML preamble and postamble): Small doc improvement.
1292
12932012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
1294
1295 * org.texi: The sections in the Exporting section of the manual
1296 left out articles in the description of the org-export-as-*
4f405069 1297 commands, among other places. This patch adds them, adds a few
8223b1d2
BG
1298 missing prepositions, and switches instances of "an HTML" to "a
1299 html" for internal consistency.
1300
1301 * org.texi: Alter several examples of headings with timestamps in
1302 them to include the timestamps in the body instead of the heading.
1303
13042012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
1305
1306 * org.texi (Agenda dispatcher): Document sticky agenda views and
1307 the new key for them.
1308
13092012-09-30 Charles <millarc@verizon.net> (tiny change)
1310
1311 * org.texi (Advanced features): Fix error in table.
1312
13132012-09-30 Feng Shu <tumashu@gmail.com>
1314
1315 * org.texi (@LaTeX{} fragments): Document imagemagick as an
1316 alternative to dvipng.
1317
13182012-09-30 François Allisson <francois@allisson.co> (tiny change)
1319
1320 * org.texi: Remove extra curly bracket.
1321
13222012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
1323
1324 * org.texi (org-clock-in-last and org-clock-cancel): Update the
1325 defkeys.
1326
13272012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1328
1329 * org.texi (Agenda commands): Fix two typos by giving
1330 corresponding function names, according to
1331 `org-agenda-view-mode-dispatch'.
1332
a04689de 13332012-09-30 Jan Böcker <jan.boecker@jboecker.de>
8223b1d2
BG
1334
1335 * org.texi (The spreadsheet): Fix typo.
1336
13372012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
1338
1339 * org.texi (Tracking your habits): Point to the "Tracking TODO
1340 state changes" section.
1341
13422012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
1343
1344 * org.texi (Literal examples): Remove reference to unknown
4f405069 1345 `org-export-latex-minted' variable. Also simplify footnote since
8223b1d2
BG
1346 `org-export-latex-listings' documentation is exhaustive already.
1347
1348 * org.texi (Plain lists): Remove reference to now hard-coded
1349 `bullet' automatic rule.
1350
13512012-09-30 Toby S. Cubitt <tsc25@cantab.net>
1352
1353 * org.texi: Updated documentation accordingly.
1354
5087f097
PE
13552012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1356
1357 * texinfo.tex: Merge from gnulib.
1358
20121a26
MA
13592012-09-12 Michael Albinus <michael.albinus@gmx.de>
1360
1361 Sync with Tramp 2.2.6.
1362
1363 * tramp.texi (Bug Reports): Cleanup caches before a test run.
1364
1365 * trampver.texi: Update release number.
1366
44677e30
PE
13672012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1368
1369 * texinfo.tex: Merge from gnulib.
1370
5a4c42ba
AA
13712012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
1372
1373 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
1374 (bug#12096).
1375
8e7046c3
JB
13762012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1377
1dcac243
JB
1378 * calc.texi (Simplification modes, Conversions)
1379 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
1380 (The Calc Mode Line): Mention the mode line display for Basic
1381 simplification mode.
1382 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
1383 simplifications.
1384 (Basic Simplifications): Rename from "Limited Simplifications"
1385 Replace "limited" by "basic" throughout.
4f405069 1386 (Algebraic Simplifications): Indicate that the algebraic
8e7046c3 1387 simplifications are done by default.
4f405069 1388 (Unsafe Simplifications): Mention `m E'.
8e7046c3
JB
1389 (Simplification of Units): Mention `m U'.
1390 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
c5b0993e
EW
1391 (Kinds of Declarations, Functions for Declarations):
1392 Mention "algebraic simplifications" instead of `a s'.
1dcac243 1393 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 1394
d2bd74ff
JB
13952012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1396
1397 * calc.texi (Getting Started, Tutorial): Change simulated
1398 Calc output to match actual output.
1399 (Simplifying Formulas): Mention that algebraic simplification is now
1400 the default.
1401
77472261
EZ
14022012-07-28 Eli Zaretskii <eliz@gnu.org>
1403
1404 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
1405 (Bug#12073)
1406
09ae5da1
PE
14072012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1408
1409 Prefer typical American spelling for "acknowledgment".
1410 * calc.texi (History and Acknowledgments): Rename from
1411 History and Acknowledgements.
1412 * idlwave.texi (Acknowledgments):
1413 * ses.texi (Acknowledgments):
1414 * woman.texi (Acknowledgments): Rename from Acknowledgements.
1415
c4444d16
PE
14162012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1417
1418 Rename configure.in to configure.ac (Bug#11603).
1419 * ede.texi (Compiler and Linker objects, ede-proj-project)
1420 (ede-step-project): Prefer the name configure.ac to configure.in.
1421
ef091c97
MA
14222012-07-06 Michael Albinus <michael.albinus@gmx.de>
1423
c5b0993e
EW
1424 * tramp.texi (Multi-hops):
1425 Introduce `tramp-restricted-shell-hosts-alist'.
ef091c97 1426
89b163db
G
14272012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1428
1429 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
1430 methods, so don't mention smtpmail here.
1431
14322012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1433
1434 * gnus.texi (Picons): Document gnus-picon-properties.
1435
14362012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1437
1438 * gnus.texi: Remove mention of compilation, as that's no longer
1439 supported.
1440
14412012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1442
1443 * gnus.texi (Archived Messages): Mention
1444 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
1445
14462012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1447
1448 * gnus.texi (Various Summary Stuff):
1449 Remove mention of `gnus-propagate-marks'.
1450
14512012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1452
1453 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
1454 which no longer exist.
1455
14562012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1457
1458 * gnus.texi (Archived Messages):
1459 Document gnus-gcc-self-resent-messages.
1460
14612012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1462
1463 * message.texi (Mail Variables):
1464 Mention the optional user parameter for X-Message-SMTP-Method.
1465
14662012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1467
1468 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
1469
1470 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
1471
14722012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1473
1474 * gnus.texi (Key Index): Change encoding to utf-8.
1475
ac1a0ce1 14762012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
1477
1478 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1479
71cca84d
G
14802012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1481
1482 * gnus.texi (Group Timestamp): Mention where to find documentation for
1483 the `gnus-tmp-' variables (bug#11601).
1484
888a7fc0
MA
14852012-06-11 Michael Albinus <michael.albinus@gmx.de>
1486
1487 Sync with Tramp 2.2.6-pre.
1488
1489 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
1490 where appropriate.
1491 (Ad-hoc multi-hops): New section.
1492 (Remote processes): New subsection "Running remote processes on
1493 Windows hosts".
1494 (History): Add remote commands on Windows, and ad-hoc multi-hop
1495 methods.
1496 (External methods): "ControlPersist" must be set to "no" for the
1497 `scpc' method.
1498 (Remote processes): Add a note about `auto-revert-tail-mode'.
1499 (Frequently Asked Questions): Use "scpx" in combination with
1500 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
1501
1502 * trampver.texi: Update release number.
1503
31ca4639 15042012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
1505
1506 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
1507 compilation for html-mono.
1508
0e8bbf66
PE
15092012-06-08 Paul Eggert <eggert@cs.ucla.edu>
1510
1511 * texinfo.tex: Merge from gnulib.
1512
b8f061b3
KY
15132012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
1514
1515 * Makefile.in (echo-info): Don't try to install info files named
1516 just ".info".
1517
16af873e
GM
15182012-05-28 Glenn Morris <rgm@gnu.org>
1519
c1dabff0
GM
1520 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
1521
16af873e
GM
1522 * sc.texi: Nuke hand-written node pointers.
1523 Fix top-level menu to match actual node order.
1524
1d5b82ef
GM
15252012-05-27 Glenn Morris <rgm@gnu.org>
1526
1527 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
1528 Some associated fixes, including not messing with chapno in cl.texi.
1529
33017faf 15302012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
1531
1532 * org.texi (Durations and time values): Fix typo.
1533
d14b0029
JB
15342012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1535
33017faf 1536 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
1537 Mention `calc-ensure-consistent-units'.
1538
2f4cadd1 15392012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 1540
9879e263
AS
1541 * cc-mode.texi: Avoid space before macro in 4th argument of cross
1542 reference commands. (Bug#11461)
1543
78e91d08
AS
1544 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
1545
3fe7cdc8
GM
15462012-05-12 Glenn Morris <rgm@gnu.org>
1547
9598ef0b
GM
1548 * Makefile.in (mostlyclean): Add more TeX intermediates.
1549
7d326a29
GM
1550 * Makefile.in: Make it look more like the other doc Makefiles.
1551 Use explicit $srcdir in all dependencies.
1552 Remove cd $srcdir from rules.
1553 (VPATH): Remove.
1554 (infodir): Set to an absolute path.
1555 (INFO_TARGETS): Use short names.
1556 (mkinfodir): infodir is now absolute.
1557 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
1558
c7f95930 1559 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 1560 (.SUFFIXES): Disable implicit rules.
c7f95930 1561
3fe7cdc8
GM
1562 * Makefile.in (MKDIR_P): New, set by configure.
1563 (mkinfodir): Use $MKDIR_P.
1564
6f0652af
GM
15652012-05-07 Glenn Morris <rgm@gnu.org>
1566
1567 * forms.texi (Long Example): Update for changed location of files.
1568
8045b906
GM
15692012-05-04 Glenn Morris <rgm@gnu.org>
1570
1571 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1572 (INFO_TARGETS): Use $INFO_EXT.
1573 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1574 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1575 (INFO_TARGETS): Use $INFO_EXT.
1576 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1577
9e7a4bcf
GM
15782012-05-02 Glenn Morris <rgm@gnu.org>
1579
9aa071df
GM
1580 * Makefile.in (echo-info): New phony target, used by top-level.
1581
9e7a4bcf
GM
1582 * viper.texi: Make direntry shorter (also it is no longer "newest").
1583
1584 * emacs-gnutls.texi, ert.texi, org.texi:
1585 Fix dircategory, direntry to match info/dir.
1586
31cc861c
GM
1587 * faq.texi: Convert @inforefs to @xrefs.
1588 Fix some malformed cross-references.
f9e320bb
GM
1589 (File-name conventions): Shorten section name to avoid overfull line.
1590 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 1591
723ea6b5
TZ
15922012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
1593
1594 * auth.texi (Help for users): Update for .gpg file being second.
1595
a8e7d6d7 15962012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
1597
1598 * org.texi (Agenda commands): Fix two typos: give corresponding
1599 function names, according to `org-agenda-view-mode-dispatch'.
1600
a8e7d6d7 16012012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
1602
1603 * faq.texi (Major packages and programs): Remove section.
1604 There is no point listing 6 packages (cf etc/MORE.STUFF).
1605 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 1606
dcbf5805
MA
16072012-04-22 Michael Albinus <michael.albinus@gmx.de>
1608
1609 * dbus.texi (Version): New node.
1610 (Properties and Annotations): Mention the object manager
1611 interface. Describe dbus-get-all-managed-objects.
1612 (Type Conversion): Floating point numbers are allowed, if an
1613 anteger does not fit Emacs's integer range.
1614 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
1615 (Asynchronous Methods): Fix description of
1616 dbus-call-method-asynchronously.
c5b0993e
EW
1617 (Receiving Method Calls): Fix some minor errors.
1618 Add dbus-interface-emacs.
dcbf5805
MA
1619 (Signals): Describe unicast signals and the new match rules.
1620 (Alternative Buses): Add the PRIVATE optional argument to
1621 dbus-init-bus. Describe its new return value. Add dbus-setenv.
1622
adee4030
GM
16232012-04-20 Glenn Morris <rgm@gnu.org>
1624
1625 * faq.texi (New in Emacs 24): New section.
1626 (Packages that do not come with Emacs): Mention M-x list-packages.
1627
35dc09a1 16282012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
1629
1630 * cc-mode.texi (c-offsets-alist): Correct a typo.
1631
35dc09a1 16322012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
1633
1634 * org.texi (Deadlines and scheduling): Fix the example: the
1635 DEADLINE item should come right after the headline. We enforce
1636 this convention, so it is a bug not to illustrate it correctly in
1637 the manual.
1638
35dc09a1 16392012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
1640
1641 * org.texi (Agenda commands): Fix documentation bug by swapping
1642 the equivalent keybindings to `org-agenda-next-line' with the ones
1643 to `org-agenda-previous-line'.
1644
35dc09a1 16452012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
1646
1647 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1648
e2560ea8
EZ
16492012-04-09 Eli Zaretskii <eliz@gnu.org>
1650
c5b0993e
EW
1651 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
1652 Add emacs-gnutls.
e2560ea8
EZ
1653 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
1654
6b4f4a2d
TZ
16552012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1656
250b840e 1657 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
1658
1659 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
1660
ca2c89b6
TZ
16612012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1662
1663 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 1664 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 1665
aebd5f1a
GM
16662012-04-04 Glenn Morris <rgm@gnu.org>
1667
1668 * auth.texi (Secret Service API): Copyedits.
1669 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
1670 (Help for users, Help for developers)
1671 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 1672
0317dd51
MA
16732012-04-04 Michael Albinus <michael.albinus@gmx.de>
1674
1675 * auth.texi (Secret Service API): Add the missing text.
1676
3d439cd1
CY
16772012-04-04 Chong Yidong <cyd@gnu.org>
1678
1679 * message.texi (Using PGP/MIME): Note that epg is now the default.
1680
1681 * gnus.texi: Reduce references to obsolete pgg library.
1682 (Security): Note that epg is now the default.
1683
1684 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
1685
1686 * nxml-mode.texi (Completion): C-RET is no longer bound to
1687 nxml-complete.
1688
153ae947
BG
16892012-04-01 Jambunathan K <kjambunathan@gmail.com>
1690
1691 * org.texi (Customizing tables in ODT export): Correct few errors.
1692
16932012-04-01 Jambunathan K <kjambunathan@gmail.com>
1694
1695 * org.texi (Links in ODT export): Update.
1696 (Labels and captions in ODT export): New node.
1697
16982012-04-01 Jambunathan K <kjambunathan@gmail.com>
1699
1700 * org.texi (Literal examples in ODT export): htmlfontify.el in
1701 Emacs-24.1 now supports fontification. So ODT source blocks will
1702 be fontified by default.
1703
17042012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
1705
1706 * org.texi (Refiling notes): Remove duplicated keybinding.
1707
17082012-04-01 Eric Schulte <eric.schulte@gmx.com>
1709
1710 * org.texi (noweb): Documentation of this new option to the :noweb
1711 header argument.
1712
17132012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
1714
1715 * org.texi (Header and sectioning): Add example demonstrating how
1716 to use "LaTeX_CLASS_OPTIONS".
1717
17182012-04-01 Eric Schulte <eric.schulte@gmx.com>
1719
1720 * org.texi (Noweb reference syntax): Describe the ability to
1721 execute noweb references in the manual.
1722
17232012-04-01 Eric Schulte <eric.schulte@gmx.com>
1724
1725 * org.texi (cache): Improve cache documentation when session
1726 evaluation is used.
1727
17282012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1729
1730 * org.texi (Plain lists): Document removal.
1731
17322012-04-01 Michael Brand <michael.ch.brand@gmail.com>
1733
1734 * org.texi: Decapitalize file name in references to Calc manual.
1735
17362012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1737
1738 * org.texi (Plain lists): Document removal.
1739
17402012-04-01 Jambunathan K <kjambunathan@gmail.com>
1741
1742 * org.texi (Top, OpenDocument Text export)
1743 (ODT export commands, Extending ODT export)
1744 (Images in ODT export, Tables in ODT export)
1745 (Configuring a document converter): Add or Update.
1746
17472012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
1748
1749 * org.texi (MobileOrg): Change the wording to reflect that the
1750 Android Version is no longer just the little brother of the iOS
1751 version.
1752
17532012-04-01 Eric Schulte <eric.schulte@gmx.com>
1754
c5b0993e 1755 * org.texi (Key bindings and useful functions): Update babel key
153ae947
BG
1756 binding documentation in manual.
1757
17582012-04-01 Eric Schulte <eric.schulte@gmx.com>
1759
1760 * org.texi (noweb): Document new noweb header value.
1761
17622012-04-01 Eric Schulte <eric.schulte@gmx.com>
1763
1764 * org.texi (noweb-sep): Document new header argument.
1765
17662012-04-01 Eric Schulte <eric.schulte@gmx.com>
1767
1768 * org.texi (noweb-ref): Documentation of this new custom variable.
1769
17702012-04-01 Eric Schulte <eric.schulte@gmx.com>
1771
1772 * org.texi (wrap): Update the new :wrap documentation to match the
1773 current implementation.
1774
17752012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1776
1777 * org.texi: Added documentation for :wrap.
1778
17792012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1780
1781 * org.texi: #+RESULTS now user-configurable.
1782
17832012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1784
1785 * org.texi: Documented :noweb no-export.
1786
17872012-04-01 Thomas Dye <dk@poto.local>
1788
1789 * org.texi: Edit :noweb no header argument for correctness.
1790
1e20eeb7 17912012-04-01 Bastien Guerry <bzg@gnu.org>
153ae947
BG
1792
1793 * org.texi (Customization): Update the approximate number of Org
1794 variables.
1795
17962012-04-01 Thomas Dye <dk@poto.local>
1797
1798 * org.texi: The :results wrap produces a drawer instead of a
1799 begin_results block.
1800
005a89ff
G
18012012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
1802
1803 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
1804 reflect the new default.
1805
589ce070
EZ
18062012-03-10 Eli Zaretskii <eliz@gnu.org>
1807
1808 * info.texi (Expert Info): Move the index entry for "Texinfo" from
1809 "Getting Started" to this node. (Bug#10450)
1810
a5392527
CY
18112012-03-10 Chong Yidong <cyd@gnu.org>
1812
8ae818e4
CY
1813 * flymake.texi (Example -- Configuring a tool called via make):
1814 Mention the Automake COMPILE variable (Bug#8715).
1815
a5392527
CY
1816 * info.texi (Getting Started): Add an index entry (Bug#10450).
1817
d49902e4
MA
18182012-03-02 Michael Albinus <michael.albinus@gmx.de>
1819
1820 * dbus.texi (Signals): Known names will be mapped onto unique
1821 names, when registering for signals.
1822
53eced6d
GM
18232012-02-29 Glenn Morris <rgm@gnu.org>
1824
bcd6cd23
GM
1825 * url.texi: Fix quote usage in body text.
1826
775b55af
GM
1827 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
1828
53eced6d
GM
1829 * cl.texi: Use @code{} in menus when appropriate.
1830
44e97401
GM
18312012-02-28 Glenn Morris <rgm@gnu.org>
1832
1833 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
1834 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1835 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1836 * org.texi, sc.texi, vip.texi, viper.texi:
1837 Standardize possessive apostrophe usage.
1838
fa9a0855
CY
18392012-02-26 Chong Yidong <cyd@gnu.org>
1840
1841 * ediff.texi (Quick Help Commands): Add a couple of index entries
1842 (Bug#10834).
1843
0fd2c9a3
GM
18442012-02-17 Glenn Morris <rgm@gnu.org>
1845
1846 * gnus.texi (Posting Styles):
1847 * remember.texi (Org): Fix cross-refs to other manuals.
1848
9f26dc24
GM
18492012-02-15 Glenn Morris <rgm@gnu.org>
1850
1851 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1852 (Encryption): New chapter, split out from previous.
1853
3d2af193
LI
18542012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1855
c5b0993e
EW
1856 * gnus.texi (Customizing the IMAP Connection):
1857 Mention nnimap-record-commands.
3d2af193 1858
b74c9672
GM
18592012-02-10 Glenn Morris <rgm@gnu.org>
1860
1861 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1862 Mention url-queue-retrieve.
1863
2ebc3b94
GM
18642012-02-09 Glenn Morris <rgm@gnu.org>
1865
9fcfcdef
GM
1866 * sem-user.texi (Semantic mode user commands): Typo fix.
1867
2ebc3b94
GM
1868 * info.texi (Create Info buffer): Mention info-display-manual.
1869
7c4bbb69
LI
18702012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1871
1872 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1873 example (modified from an example by Michael Albinus).
1874
debce7bc
G
18752012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1876
1877 * gnus.texi (Agent Basics): Fix outdated description of
1878 `gnus-agent-auto-agentize-methods'.
1879
b207a4ec
AS
18802012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1881
1882 * cc-mode.texi: Always @defindex ss.
1883 (Config Basics): Fix argument of @itemize.
1884 (Macro Backslashes): Add @code around index entry.
1885
b8fe8712
GM
18862012-01-23 Glenn Morris <rgm@gnu.org>
1887
1888 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1889
02dc2fd7
EH
18902012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1891
1892 * tramp.texi (File): Tweak wording for the `scpc' option.
1893
e7719ea1
G
18942012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1895
1896 * gnus.texi (Group Parameters): Really note precedence.
1897
9937bef4
G
18982012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1899
1900 * gnus.texi (Group Parameters): Note precedence.
1901
e66ba1df
BG
19022012-01-03 Eric Schulte <eric.schulte@gmx.com>
1903
1904 * org.texi (Noweb reference syntax): Adding documentation of
1905 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1906 variable.
1907
19082012-01-03 Bastien Guerry <bzg@gnu.org>
1909
1910 * org.texi (Plain lists): Split the table to fix the display
1911 of items.
1912
19132012-01-03 Bastien Guerry <bzg@gnu.org>
1914
1915 * org.texi (Plain lists): Fix misplaced explanation.
1916
19172012-01-03 Bastien Guerry <bzg@gnu.org>
1918
1919 * org.texi (Plain lists, Agenda files): Add index entries.
1920
19212012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1922
1923 * org.texi: Use "Org mode" instead of alternatives like
1924 "Org-mode" or "org-mode".
1925
19262012-01-03 Bernt Hansen <bernt@norang.ca>
1927
c5b0993e
EW
1928 * org.texi (Agenda commands):
1929 Document `org-clock-report-include-clocking-task'.
e66ba1df
BG
1930
19312012-01-03 Bastien Guerry <bzg@gnu.org>
1932
1933 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1934 C-c' on checkboxes.
1935
19362012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1937
1938 * org.texi: End sentences with two spaces.
1939
19402012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1941
1942 * org.texi (External links): Document the link types file+sys
1943 and file+emacs, slightly narrow used page width.
1944
19452012-01-03 Eric Schulte <eric.schulte@gmx.com>
1946
1947 * org.texi (colnames): Note that colnames behavior may differ
1948 across languages.
1949
19502012-01-03 Bastien Guerry <bzg@gnu.org>
1951
1952 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1953
19542012-01-03 Thomas Dye <dk@poto.westell.com>
1955
1956 * org.texi: Augmented discussion of babel property
1957 inheritance. Put footnote outside sentence ending period.
1958
19592012-01-03 Eric Schulte <schulte.eric@gmail.com>
1960
1961 * org.texi (eval): Documenting the full range of :eval header
1962 argument values.
1963
19642012-01-03 Eric Schulte <schulte.eric@gmail.com>
1965
1966 * org.texi (eval): Documentation of the new :eval option.
1967
19682012-01-03 Thomas Dye <dk@poto.local>
1969
1970 * org.texi: Add accumulated properties.
1971
19722012-01-03 Thomas Dye <dk@poto.local>
1973
1974 * org.texi: Documented no spaces in name=assign, another
1975 correction to :var table.
1976
19772012-01-03 Thomas Dye <dk@poto.local>
1978
1979 * org.texi: Changed DATA to NAME in Working With Source Code
1980 section.
1981
19822012-01-03 Tom Dye <tsd@tsdye.com>
1983
1984 * org.texi: Minor change to :var table.
1985
19862012-01-03 Tom Dye <tsd@tsdye.com>
1987
1988 * org.texi: More changes to :var table (some examples were wrong).
1989
19902012-01-03 Tom Dye <tsd@tsdye.com>
1991
1992 * org.texi: Cleaned up :var table.
1993
19942012-01-03 Bastien Guerry <bzg@gnu.org>
1995
1996 * org.texi (Timestamps, Weekly/daily agenda)
1997 (Weekly/daily agenda): Add @cindex for "appointment".
1998
19992012-01-03 Eric Schulte <schulte.eric@gmail.com>
2000
2001 * org.texi (Literal examples): A new link to the template for
2002 inserting empty code blocks.
2003 (Structure of code blocks): A new link to the template for
2004 inserting empty code blocks.
2005
20062012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
2007
2008 * org.texi (External links): Add footnote on how the behavior
2009 of the text search in Org files are controled by the variable
2010 `org-link-search-must-match-exact-headline'.
2011
20122012-01-03 Eric Schulte <schulte.eric@gmail.com>
2013
c5b0993e
EW
2014 * org.texi (Buffer-wide header arguments):
2015 Update documentation to reflect removal of #+PROPERTIES.
e66ba1df
BG
2016
20172012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2018
2019 * org.texi (The clock table): Mention that ACHIVED trees
2020 contribute to the clock table.
2021
20222012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2023
2024 * org.texi (Conflicts): Better yasnippet config info.
2025
20262012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
2027
2028 * org.texi (Selective export): Explicitely mention the default
2029 values for `org-export-select-tags',
2030 `org-export-exclude-tags'.
2031
20322012-01-03 Tom Dye <tsd@tsdye.com>
2033
2034 * org.texi: Added a line to specify that header arguments are
2035 lowercase.
2036
20372012-01-03 Tom Dye <tsd@tsdye.com>
2038
2039 * org.texi: :var requires default value when declared.
2040
20412012-01-03 Bastien Guerry <bzg@gnu.org>
2042
2043 * org.texi (Handling links): Add a note about the
2044 `org-link-frame-setup' option.
2045
20462012-01-03 David Maus <dmaus@ictsoc.de>
2047
2048 * org.texi (Exporting Agenda Views, Extracting agenda
2049 information): Fix command line syntax, quote symbol parameter
2050 values.
2051
20522012-01-03 David Maus <dmaus@ictsoc.de>
2053
2054 * org.texi (Exporting Agenda Views): Fix command line syntax.
2055
8d80ef01
PE
20562011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2057
2058 * gnus.texi (Mail Source Customization, Mail Back End Variables):
2059 Use octal notation for file permissions, which are normally
2060 thought of in octal.
2061 (Mail Back End Variables): Use more-plausible modes in example.
2062
47d42d81
AM
20632011-12-20 Alan Mackenzie <acm@muc.de>
2064
2065 * cc-mode.texi: Update version string 5.31 -> 5.32.
2066
a98edce9
JB
20672011-12-06 Juanma Barranquero <lekktu@gmail.com>
2068
2069 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
2070
321decc8
GM
20712011-11-24 Glenn Morris <rgm@gnu.org>
2072
2073 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
2074
f8107b79
JB
20752011-11-24 Juanma Barranquero <lekktu@gmail.com>
2076
2077 * makefile.w32-in: Update dependencies.
2078
f5a96a4f
GM
20792011-11-20 Glenn Morris <rgm@gnu.org>
2080
2081 * gnus.texi (Group Information):
2082 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
2083
cd1181db
JB
20842011-11-20 Juanma Barranquero <lekktu@gmail.com>
2085
2086 * gnus-coding.texi (Gnus Maintenance Guide):
2087 Rename from "Gnus Maintainance Guide".
2088
2089 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
2090 * eieio.texi (Customizing):
fe7a3057
JB
2091 * gnus.texi (Article Washing):
2092 * gnus-news.texi:
2093 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 2094
7877f373
JB
20952011-11-16 Juanma Barranquero <lekktu@gmail.com>
2096
2097 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
2098
0d26e0b6
JB
20992011-11-15 Juanma Barranquero <lekktu@gmail.com>
2100
c7015153
JB
2101 * ede.texi (project-am-texinfo):
2102 * gnus.texi (Sending or Not Sending):
2103 * org.texi (Template elements): Fix typos.
0d26e0b6 2104
0b381c7e
JB
21052011-11-14 Juanma Barranquero <lekktu@gmail.com>
2106
2107 * ediff.texi (Hooks):
c7015153 2108 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 2109
40a8bdf6
JB
21102011-11-11 Juanma Barranquero <lekktu@gmail.com>
2111
2112 * semantic.texi (Tag handling): Fix typo.
2113
57dda3bb
KY
21142011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
2115
2116 * gnus.texi (Other Gnus Versions): Remove.
2117
52bedd34
AM
21182011-10-28 Alan Mackenzie <acm@muc.de>
2119
2120 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
2121 (Other Special Indentations): Add an xref to "Macros with ;".
2122 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
2123 "Macros with ;".
2124 (Macros with ;): New page.
2125
00b77525
GM
2126 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
2127 Document the new handling of nested scopes for movement by defuns.
52bedd34 2128
4a623313
MA
21292011-10-23 Michael Albinus <michael.albinus@gmx.de>
2130
2131 Sync with Tramp 2.2.3.
2132
2133 * trampver.texi: Update release number.
2134
466a320e
GM
21352011-10-14 Glenn Morris <rgm@gnu.org>
2136
2137 * ert.texi (Introduction, How to Run Tests)
2138 (Running Tests Interactively, Expected Failures)
2139 (Tests and Their Environment, Useful Techniques)
2140 (Interactive Debugging, Fixtures and Test Suites):
2141 Minor rephrasings.
2142 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
2143 (Running Tests in Batch Mode): Simplify loading instructions.
2144 (Test Selectors): Clarify some selectors.
2145 (Expected Failures, Useful Techniques):
2146 Make examples fit in 80 columns.
2147
2be4956d
JB
21482011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
2149
2150 * calc.texi (Basic Operations on Units): Discuss temperature
2151 conversion (`u t') alongside with other unit conversions ('u c').
2152
7359a765
GM
21532011-10-12 Glenn Morris <rgm@gnu.org>
2154
2155 * ert.texi: Whitespace trivia to make main menu items line up better.
2156
a0c52e5d
GM
21572011-10-08 Glenn Morris <rgm@gnu.org>
2158
2159 * Makefile.in: Fix ert rules.
2160
465d0300
G
21612011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2162
2163 * gnus.texi (Gnus Utility Functions): Add more references and
2164 explanations (bug#9683).
2165
a5166359
LMI
21662011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2167
2168 * gnus.texi (Archived Messages): Note the default (bug#9552).
2169
b523dc20
BW
21702011-09-21 Bill Wohler <wohler@newt.com>
2171
2172 Release MH-E manual version 8.3.
2173
58179cce 2174 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20 2175 release 8.3.
c5b0993e 2176 (Preface): Update support information.
bd7239f5 2177 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
2178 historical quote, the tense should be correct in the time that it
2179 was written.
2180
0afb49a1
LMI
21812011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2182
2183 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
2184 (Finding the News): Doc clarification.
2185 (Terminology): Mention naming.
2186
e21bac42
G
21872011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2188
2189 * gnus.texi: Remove mentions of `recent', which are now obsolete.
2190 (Interactive): Document `quiet'.
2191
5b409b39 21922011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 2193
bd7239f5 2194 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 2195
5b409b39 21962011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 2197
bd7239f5 2198 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
2199 scope for `org-map-entries'.
2200
5b409b39 22012011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2202
2203 * org.texi (Visibility cycling): Document `org-copy-visible'.
2204
5b409b39 22052011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 2206
bd7239f5 2207 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
2208 proper order.
2209
5b409b39 22102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2211
2212 * org.texi (eval): Expand discussion of the :eval header argument.
2213
5b409b39 22142011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
2215
2216 * org.texi (Languages): Add Lilypond and Awk as supported
2217 languages.
2218
5b409b39 22192011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 2220
bd7239f5 2221 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
2222 LOG_INTO_DRAWER can be used to override the contents of variable
2223 org-clock-into-drawer (or if unset, org-log-into-drawer).
2224
bd7239f5 2225 * org.texi: Replace @xref->@pxref.
3ab2c837 2226
5b409b39 22272011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2228
2229 * org.texi (Evaluating code blocks): Documenting the new option
2230 for inline call lines.
2231
5b409b39 22322011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2233
2234 * org.texi (Results of evaluation): More explicit about the
2235 mechanism through which interactive evaluation of code is
2236 performed.
2237
5b409b39 22382011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2239
2240 * org.texi (noweb-ref): New header argument documentation.
2241
5b409b39 22422011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2243
2244 * org.texi (Extracting source code): Documentation of the new
2245 org-babel-tangle-named-block-combination variable.
2246
5b409b39 22472011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 2248
bd7239f5 2249 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 2250 behavior of multiple blocks of the same name is undefined.
3ab2c837 2251
5b409b39 22522011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
2253
2254 * org.texi (TaskJuggler export): Modify the example to reflect the
2255 new effort durations.
2256
5b409b39 22572011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
2258
2259 * org.texi (Images in LaTeX export): Escape curly brackets in
2260 LaTeX example.
2261
5b409b39 22622011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2263
2264 * org.texi (The clock table): Document the :properties and
2265 :inherit-props arguments for the clocktable.
2266
5b409b39 22672011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2268
2269 * org.texi (Tables in LaTeX export): Document specifying placement
2270 options for tables.
2271
5b409b39 22722011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2273
2274 * org.texi (Evaluating code blocks): More specific documentation
2275 about the different types of header arguments.
2276
5b409b39 22772011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
2278
2279 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
2280
5b409b39 22812011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2282
2283 * org.texi (Built-in table editor): Document the table field
2284 follow mode.
2285
5b409b39 22862011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
2287
2288 * org.texi (Easy Templates): Document new template.
2289
5b409b39 22902011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
2291
2292 * org.texi (Literal examples): Add a cross-reference from "Literal
2293 Examples" to "Easy Templates."
2294
5b409b39 22952011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2296
2297 * org.texi (The clock table): Add link to match syntax.
2298
5b409b39 22992011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2300
2301 * org.texi (Agenda commands): Document clock consistency checks.
2302
5b409b39 23032011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2304
2305 * org.texi (Built-in table editor): Document that \vert represents
2306 a vertical bar in a table field.
2307
5b409b39 23082011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2309
2310 * org.texi (Literal examples): Link from "Markup" > "Literate
2311 Examples" to "Working with Source Code".
2312
5b409b39 23132011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
2314
2315 * org.texi (Agenda commands): Doc for function option to bulk
2316 action.
2317
5b409b39 23182011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2319
2320 * org.texi (Template expansion): Document new %<...> template
2321 escape.
2322
5b409b39 23232011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2324
2325 * org.texi (Selective export): Document exclusion of any tasks
2326 from export.
2327
5b409b39 23282011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2329
2330 * org.texi (Selective export): Document how to exclude DONE tasks
2331 from export.
2332 (Publishing options): Document the properties to be used to turn off
2333 export of DONE tasks.
2334
5b409b39 23352011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2336
2337 * org.texi (The date/time prompt): Document date range protection.
2338
5b409b39 23392011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2340
2341 * org.texi (padline): Documentation of the new padline header
2342 argument.
2343
5b409b39 23442011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2345
2346 * org.texi (var): Adding "[" to list of characters triggering
2347 elisp evaluation.
2348
5b409b39 23492011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2350
2351 * org.texi (var): Documentation of Emacs Lisp evaluation during
2352 variable assignment.
2353
5b409b39 23542011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2355
2356 * org.texi (colnames): Reference indexing into variables, and note
2357 that colnames are *not* removed before indexing occurs.
2358 (rownames): Reference indexing into variables, and note that
2359 rownames are *not* removed before indexing occurs.
2360
5b409b39 23612011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2362
2363 * org.texi (var): Clarification of indexing into tabular
2364 variables.
2365
5b409b39 23662011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2367
2368 * org.texi (results): Documentation of the `:results wrap' header
2369 argument.
2370
5b409b39 23712011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 2372
bd7239f5 2373 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
2374 of the LaTeX export: the org file has to be properly structured.
2375
5b409b39 23762011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 2377
c5b0993e
EW
2378 * org.texi (Dynamic blocks, Structure editing):
2379 Mention the function `org-narrow-to-block'.
3ab2c837 2380
5b409b39 23812011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2382
2383 * org.texi (Languages): Updating list of code block supported
2384 languages.
2385
5b409b39 23862011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2387
2388 * org.texi (Special properties): CATEGORY is a special property,
2389 but it may also used in the drawer.
2390
5b409b39 23912011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2392
2393 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
2394
5b409b39 23952011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
2396
2397 * org.texi (Include files): Document :lines.
2398
5b409b39 23992011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2400
2401 * org.texi (comments): Documentation of the ":comments noweb" code
2402 block header argument.
2403
5b409b39 24042011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 2405
c5b0993e 2406 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3ab2c837
BG
2407 added extra whitespace around functions to be consistent with the
2408 rest of the section.
2409
5b409b39 24102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 2411
c5b0993e 2412 * org.texi (Evaluating code blocks): Expand discussion of
3ab2c837 2413 #+call: line syntax.
c5b0993e 2414 (Header arguments in function calls): Expand discussion of
3ab2c837
BG
2415 #+call: line syntax.
2416
5b409b39 24172011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2418
2419 * org.texi (Evaluating code blocks): More explicit about how to
2420 pass variables to #+call lines.
2421
5b409b39 24222011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2423
2424 * org.texi (Results of evaluation): Link to the :results header
2425 argument list from the "Results of evaluation" section.
2426
5b409b39 24272011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2428
2429 * org.texi (Conflicts): Adding additional information about
2430 resolving org/yasnippet conflicts.
2431
5b409b39 24322011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
2433
2434 * org.texi (Publishing options): Document style-include-scripts
2435 publishing project property.
2436
5b409b39 24372011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2438
2439 * org.texi (Sparse trees): Document the next-error /
2440 previous-error functionality.
2441
5b409b39 24422011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837 2443
c5b0993e 2444 * org.texi (cache): Improve documentation of code block caches.
3ab2c837 2445
5b409b39 24462011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837 2447
c5b0993e
EW
2448 * org.texi (Code block specific header arguments):
2449 Documentation of multi-line header arguments.
3ab2c837 2450
5b409b39 24512011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2452
2453 * org.texi (Code evaluation security): Add example for using a
2454 function.
2455
5b409b39 24562011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2457
2458 * org.texi (Tables in LaTeX export): Documentation of new
2459 attr_latex options for tables.
2460
5b409b39
BG
24612011-08-03 Michael Albinus <michael.albinus@gmx.de>
2462
2463 * trampver.texi: Update release number.
2464
24652011-07-30 Michael Albinus <michael.albinus@gmx.de>
2466
2467 Sync with Tramp 2.2.2.
2468
2469 * trampver.texi: Update release number.
2470
064e2d08
LMI
24712011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2472
2473 * flymake.texi (Example -- Configuring a tool called via make):
2474 Use /dev/null instead of the Windows "nul" (bug#8715).
2475
b8151e9c
LMI
24762011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2477
2478 * widget.texi (Setting Up the Buffer): Remove mention of the
2479 global keymap parent, which doesn't seem to be accurate
2480 (bug#7045).
2481
5b409b39
BG
24822011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2483
2484 * org.texi (Special agenda views): Fix double quoting (bug#3509).
2485
c0a8ae95
KR
24862010-07-10 Kevin Ryde <user42@zip.com.au>
2487
2488 * cl.texi (For Clauses): Add destructuring example processing an
2489 alist (bug#6596).
2490
ac6531ad
LMI
24912011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2492
2493 * ediff.texi (Major Entry Points): Remove mention of `require',
2494 since that's not pertinent in the installed Emacs (bug#9016).
2495
d30dd079
G
24962011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2497
2498 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
2499 (Filtering New Groups): Clarify how simple the "options -n" format is.
2500 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
2501 is internal.
d30dd079 2502
862c0d68
MA
25032011-07-04 Michael Albinus <michael.albinus@gmx.de>
2504
c5b0993e
EW
2505 * tramp.texi (Cleanup remote connections):
2506 Add `tramp-cleanup-this-connection'.
862c0d68 2507
cd865a33
G
25082011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2509
2510 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
2511 zombies.
2512 (Checking New Groups): Ditto (bug#8974).
c5b0993e 2513 (Checking New Groups): Move the reference to the right place.
cd865a33
G
2514
25152011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
2516
2517 * gnus.texi (Startup Files): Clarify that we're talking about numbered
2518 backups, and not actual vc (bug#8975).
2519
79414ae4
KR
25202011-07-03 Kevin Ryde <user42@zip.com.au>
2521
2522 * cl.texi (For Clauses): @items for hash-values and key-bindings
2523 to make them more visible when skimming. Add examples of `using'
2524 clause to them, examples being clearer than a description in
2525 words (bug#6599).
2526
847ccf7c
AM
25272011-07-01 Alan Mackenzie <acm@muc.de>
2528
2529 * cc-mode.texi (Guessing the Style): New page.
2530 (Styles): Add a short introduction to above.
2531
3da13bb9
DD
25322011-06-28 Deniz Dogan <deniz@dogan.se>
2533
2534 * rcirc.texi (Configuration): Bug-fix:
2535 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
2536 Reported by Elias Pipping <pipping@exherbo.org>.
2537
60a0884e
G
25382011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2539
c5b0993e
EW
2540 * gnus.texi (Summary Mail Commands):
2541 Document `gnus-summary-reply-to-list-with-original'.
60a0884e 2542
0c7efc08
SM
25432011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 * eshell.texi (Known problems): Fix typo.
2546
ea3596a2
MA
25472011-06-12 Michael Albinus <michael.albinus@gmx.de>
2548
0c7efc08 2549 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
2550 (Password handling): `auth-source-debug' is good for debug messages.
2551
2da9c605
G
25522011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
2553
2554 * gnus.texi (Store custom flags and keywords): Refer to
2555 `gnus-registry-article-marks-to-{chars,names}' instead of
2556 `gnus-registry-user-format-function-{M,M2}'.
2557
e61923c8
GM
25582011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2559
2560 * texinfo.tex: Merge from gnulib.
2561
627abcdd
TZ
25622011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
2563
2564 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
2565 (Store custom flags and keywords):
2566 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
2567 `gnus-registry-user-format-function-M2'.
2568
a3c92bc1
EZ
25692011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2570
8f906c40 2571 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 2572
85d870a9
GM
25732011-05-17 Glenn Morris <rgm@gnu.org>
2574
2575 * gnus.texi (Face): Fix typo.
2576
2cdee799
GM
25772011-05-14 Glenn Morris <rgm@gnu.org>
2578
2579 * dired-x.texi (Omitting Examples): Minor addition.
2580
79b70037
GM
25812011-05-10 Jim Meyering <meyering@redhat.com>
2582
2583 * ede.texi: Fix typo "or or -> or".
2584
a7111a62 25852011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
2586
2587 * gnus.texi (Summary Buffer Lines):
2588 gnus-summary-user-date-format-alist does not exist.
2589 (Sorting the Summary Buffer): More about sorting threads.
2590
69026aba
MA
25912011-04-25 Michael Albinus <michael.albinus@gmx.de>
2592
2593 * trampver.texi: Update release number.
2594
9024ff79
MA
25952011-04-14 Michael Albinus <michael.albinus@gmx.de>
2596
2597 * tramp.texi (Frequently Asked Questions): New item for disabling
2598 Tramp in other packages.
2599
c3c65d73
TZ
26002011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
2601
2602 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08 2603 (Fancy splitting to parent, Store arbitrary data):
c5b0993e 2604 Update gnus-registry docs.
c3c65d73 2605
9ec6a317
JB
26062011-04-13 Juanma Barranquero <lekktu@gmail.com>
2607
2608 * ede.texi: Fix typos.
2609
1e3b6001
G
26102011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2611
9ec6a317
JB
2612 * gnus.texi (Window Layout): @itemize @code doesn't exist.
2613 It's @table @code.
1e3b6001 2614
a5954fa5
G
26152011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
2616
ed9265fc 2617 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 2618
d71990a1
JB
26192011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2620
2621 * calc.texi (Logarithmic Units): Update the function names.
2622
1518e4f0
G
26232011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2624
2625 * message.texi (Various Commands): Document format specs in the
2626 ellipsis.
2627
a123622d
G
26282011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
2629
2630 * message.texi (Insertion Variables): Document message-cite-style.
2631
26322011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
2633
2634 * tramp.texi (Remote processes): New subsection "Running shell on
2635 a remote host".
2636
4248cca2
TZ
26372011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2638
2639 * auth.texi (Help for developers): Update docs to explain that the
2640 :save-function will only run the first time.
2641
54ce11a1
GM
26422011-03-12 Glenn Morris <rgm@gnu.org>
2643
2644 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
2645 (emacs-faq.text): New target.
2646 (clean): Add emacs-faq.
2647
0c3b25f8
MA
26482011-03-12 Michael Albinus <michael.albinus@gmx.de>
2649
2650 Sync with Tramp 2.2.1.
2651
2652 * trampver.texi: Update release number.
2653
b740639e
GM
26542011-03-11 Glenn Morris <rgm@gnu.org>
2655
2656 * Makefile.in (HTML_TARGETS): New.
2657 (clean): Delete $HTML_TARGETS.
2658 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
2659
733afdf4
TZ
26602011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
2661
2662 * auth.texi (Help for developers): Show example of using
2663 `auth-source-search' with prompts and :save-function.
2664
33383987
JB
26652011-03-07 Chong Yidong <cyd@stupidchicken.com>
2666
2667 * Version 23.3 released.
2668
a5057546
G
26692011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
2670
2671 * message.texi (Message Buffers): Update default value of
2672 message-generate-new-buffers.
2673
479a2c9b
JB
26742011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
2675
2676 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
2677 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
2678 respectively.
05a29101
JB
2679 (Musical Notes): New section.
2680 (Customizing Calc): Mention the customizable variable
2681 calc-note-threshold.
479a2c9b 2682
e0535b76
GM
26832011-03-03 Glenn Morris <rgm@gnu.org>
2684
2685 * url.texi (Dealing with HTTP documents): Remove reference to
2686 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 2687 (Configuration): Update url-configuration-directory description.
e0535b76 2688
2777ccbf
GM
26892011-03-02 Glenn Morris <rgm@gnu.org>
2690
2691 * dired-x.texi (Multiple Dired Directories): Remove mentions
2692 of dired-default-directory-alist and dired-default-directory.
2693 Move dired-smart-shell-command here...
2694 (Miscellaneous Commands): ... from here.
2695
257219bd
PE
26962011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2697
2698 * texinfo.tex: Update to version 2011-02-24.09.
2699
8889f4e2
GM
27002011-03-02 Glenn Morris <rgm@gnu.org>
2701
2702 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
2703 instead of the obsoleted dired-omit-here-always.
2704
5d41af19
MA
27052011-02-28 Michael Albinus <michael.albinus@gmx.de>
2706
2707 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
2708 supported systems.
2709
2b0c7330 27102011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 2711
61cf3a76
GM
2712 * dbus.texi (Type Conversion): Grammar fix.
2713
cce7d530 27142011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 2715
cce7d530
GM
2716 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
2717 "Debian GNU/Linux".
51a13bdd 2718
cce7d530
GM
2719 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
2720
817b48a7
GM
27212011-02-23 Glenn Morris <rgm@gnu.org>
2722
cce7d530
GM
2723 * dired-x.texi (Features): Minor rephrasing.
2724 (Local Variables): Fix typos.
47301027
GM
2725
2726 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
2727 Standardize some Emacs/XEmacs terminology.
2728
817b48a7
GM
2729 * dired-x.texi (Features): Don't advertise obsolete local variables.
2730 Simplify layout.
2731 (Omitting Variables): Update local variables example.
2732 (Local Variables): Say this is obsolete. Fix description of
2733 dired-enable-local-variables possible values.
2734
4a3988d5
G
27352011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2736
2737 * auth.texi (Help for users): Mention ~/.netrc is also searched by
2738 default now.
2739
8e22bee0
G
27402011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2741
2742 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
2743
06b840e0
LI
27442011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2745
2746 * gnus.texi (Window Layout): Document layout names.
2747
67ab0163 27482011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
2749
2750 * ada-mode.texi: Sync @dircategory with ../../info/dir.
2751 * auth.texi: Sync @dircategory with ../../info/dir.
2752 * autotype.texi: Sync @dircategory with ../../info/dir.
2753 * calc.texi: Sync @dircategory with ../../info/dir.
2754 * cc-mode.texi: Sync @dircategory with ../../info/dir.
2755 * cl.texi: Sync @dircategory with ../../info/dir.
2756 * dbus.texi: Sync @dircategory with ../../info/dir.
2757 * dired-x.texi: Sync @dircategory with ../../info/dir.
2758 * ebrowse.texi: Sync @dircategory with ../../info/dir.
2759 * ede.texi: Sync @dircategory with ../../info/dir.
2760 * ediff.texi: Sync @dircategory with ../../info/dir.
2761 * edt.texi: Sync @dircategory with ../../info/dir.
2762 * eieio.texi: Sync @dircategory with ../../info/dir.
2763 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
2764 * epa.texi: Sync @dircategory with ../../info/dir.
2765 * erc.texi: Sync @dircategory with ../../info/dir.
2766 * eshell.texi: Sync @dircategory with ../../info/dir.
2767 * eudc.texi: Sync @dircategory with ../../info/dir.
2768 * flymake.texi: Sync @dircategory with ../../info/dir.
2769 * forms.texi: Sync @dircategory with ../../info/dir.
2770 * gnus.texi: Sync @dircategory with ../../info/dir.
2771 * idlwave.texi: Sync @dircategory with ../../info/dir.
2772 * mairix-el.texi: Sync @dircategory with ../../info/dir.
2773 * message.texi: Sync @dircategory with ../../info/dir.
2774 * mh-e.texi: Sync @dircategory with ../../info/dir.
2775 * newsticker.texi: Sync @dircategory with ../../info/dir.
2776 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
2777 * org.texi: Sync @dircategory with ../../info/dir.
2778 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
2779 * pgg.texi: Sync @dircategory with ../../info/dir.
2780 * rcirc.texi: Sync @dircategory with ../../info/dir.
2781 * reftex.texi: Sync @dircategory with ../../info/dir.
2782 * remember.texi: Sync @dircategory with ../../info/dir.
2783 * sasl.texi: Sync @dircategory with ../../info/dir.
2784 * sc.texi: Sync @dircategory with ../../info/dir.
2785 * semantic.texi: Sync @dircategory with ../../info/dir.
2786 * ses.texi: Sync @dircategory with ../../info/dir.
2787 * sieve.texi: Sync @dircategory with ../../info/dir.
2788 * smtpmail.texi: Sync @dircategory with ../../info/dir.
2789 * speedbar.texi: Sync @dircategory with ../../info/dir.
2790 * trampver.texi [emacs]: Set emacsname to "Emacs".
2791 * tramp.texi: Sync @dircategory with ../../info/dir.
2792 * url.texi: Sync @dircategory with ../../info/dir.
2793 * vip.texi: Sync @dircategory with ../../info/dir.
2794 * viper.texi: Sync @dircategory with ../../info/dir.
2795 * widget.texi: Sync @dircategory with ../../info/dir.
2796 * woman.texi: Sync @dircategory with ../../info/dir.
2797
30abce25
GM
27982011-02-19 Glenn Morris <rgm@gnu.org>
2799
0c7efc08
SM
2800 * dired-x.texi (Technical Details): No longer redefines
2801 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 2802 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 2803
73572c72
AG
28042013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
2805
78b8f320 2806 * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
73572c72 2807
f31f8469
GM
28082011-02-18 Glenn Morris <rgm@gnu.org>
2809
2810 * dired-x.texi (Optional Installation File At Point): Simplify.
2811
35123c04
TZ
28122011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2813
2814 * auth.texi (Help for users): Use :port instead of :protocol for all
2815 auth-source docs.
7ba93e94
G
2816 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
2817 to have two files in `auth-sources'.
35123c04 2818
da5e0ce4
GM
28192011-02-16 Glenn Morris <rgm@gnu.org>
2820
b322c9af
GM
2821 * dired-x.texi: Use emacsver.texi to get Emacs version.
2822 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
2823 Depend on emacsver.texi.
2824
07ca5555
GM
2825 * dired-x.texi: Drop meaningless version number.
2826 (Introduction): Remove old info.
2827 (Optional Installation Dired Jump): Autoload from dired-x.
2828 Remove incorrect info about loaddefs.el.
2829 (Bugs): Just refer to M-x report-emacs-bug.
2830
da5e0ce4
GM
2831 * dired-x.texi (Multiple Dired Directories): Update for rename of
2832 default-directory-alist.
2833 (Miscellaneous Commands): No longer mention very old VM version 4.
2834
bb55f713
PE
28352011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2836
2837 Merge from gnulib.
2838 * texinfo.tex: Update to version 2011-02-14.11.
2839
5415d076
G
28402011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2841
da5e0ce4
GM
2842 * auth.texi (Help for users):
2843 Login collection is "Login" and not "login".
5415d076 2844
14029d4b
MA
28452011-02-13 Michael Albinus <michael.albinus@gmx.de>
2846
2847 * tramp.texi (History): Remove IMAP support.
2848 (External methods, Frequently Asked Questions): Remove `imap' and
2849 `imaps' methods.
2850 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2851
2852 * trampver.texi: Remove default value of `emacsimap'.
2853
8a36c07f
GM
28542011-02-13 Glenn Morris <rgm@gnu.org>
2855
2856 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2857 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2858
165bc5a0
GM
28592011-02-12 Glenn Morris <rgm@gnu.org>
2860
2861 * sc.texi (Getting Connected): Remove old index entries.
2862
5415d076 28632011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
2864
2865 * url.texi: Remove duplicate @dircategory (Bug#7942).
2866
b8e0f0cd
G
28672011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2868
8a36c07f
GM
2869 * auth.texi (Overview, Help for users, Help for developers):
2870 Update docs.
b8e0f0cd
G
2871 (Help for users): Talk about spaces.
2872
caf82551
PE
28732011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2874
2875 * texinfo.tex: Update to version 2011-02-07.16.
2876
1ff98217
MA
28772011-02-07 Michael Albinus <michael.albinus@gmx.de>
2878
2879 * dbus.texi (Bus names): Adapt descriptions for
2880 dbus-list-activatable-names and dbus-list-known-names.
2881
2e78df6b
JB
28822011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2883
2884 * calc.texi (Logarithmic Units): New section.
2885
7fbf7cae
TZ
28862011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2887
2888 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2889 manuals use it now.
2890
0c7efc08 2891 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2892
156ad271
KY
28932011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2894
2895 * overrides.texi: Remove.
2896
2897 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2898 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2899
36539990
MA
29002011-02-05 Michael Albinus <michael.albinus@gmx.de>
2901
2902 * tramp.texi (Frequently Asked Questions): Mention problems with
2903 WinSSHD.
2904
2905 * trampver.texi: Update release number.
2906
29072011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2908
2909 * tramp.texi:
2910 Replace "delimet" with "delimit" globally.
2911 Replace "explicite" with "explicit" globally.
2912 Replace "instead of" with "instead" where there was nothing after "of".
2913 Audit use of comma before interrogative pronoun, "that", or "which".
2914 Minor word order, spelling, wording changes.
2915
ec72bf63
G
29162011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2917
2918 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2919
2920 * sieve.texi: Use WEBHACKDEVEL.
2921
2922 * sasl.texi: Use WEBHACKDEVEL.
2923
2924 * pgg.texi: Use WEBHACKDEVEL.
2925
2926 * message.texi: Use WEBHACKDEVEL.
2927
2928 * gnus.texi: Use WEBHACKDEVEL.
2929
2930 * emacs-mime.texi: Use WEBHACKDEVEL.
2931
2932 * auth.texi: Use WEBHACKDEVEL.
2933
2934 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2935 manuals.
2936
29372011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2938
2939 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2940
90b750f4
PE
29412011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2942
2943 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2944 which in turn is copied from ftp://tug.org/tex/.
2945
0e751a49
GM
29462011-02-03 Glenn Morris <rgm@gnu.org>
2947
2948 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2949 (Binding combinations of modifiers and function keys):
2950 Let's assume people reading this are not using Emacs 18.
2951
7f13c2e2
LI
29522011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2953
2954 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2955 since it's run automatically.
2956
d76c843e
LI
29572011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2958
2959 * gnus.texi (Customizing Articles): Fix typo.
2960
12e3ca0a
LI
29612011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2962
2963 * gnus.texi (Customizing Articles): Document the new way of customizing
2964 the date headers(s).
2965
fe72c8fa
LI
29662011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2967
2968 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2969 splitting example.
2970
bf3dae7e
EZ
29712011-01-29 Eli Zaretskii <eliz@gnu.org>
2972
2973 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2974 (MAKEINFO_OPTS): New variable.
2975 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2976 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2977 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2978 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2979 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2980 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2981 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2982 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2983 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2984 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2985 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2986 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2987 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2988 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2989 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2990 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2991 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2992 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2993
d6f13ac8
LI
29942011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2995
2996 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2997
c5ecc769
G
29982011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2999
3000 * message.texi (IDNA): Explain what it is.
3001
30022011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
3003
3004 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
3005
45eb2a5d
WL
30062011-01-23 Werner Lemberg <wl@gnu.org>
3007
3008 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3009 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 3010 (ENVADD): Update.
45eb2a5d 3011
6872a814
GM
30122011-01-18 Glenn Morris <rgm@gnu.org>
3013
3014 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
3015
77ab81d0 30162011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
3017
3018 * nxml-mode.texi (Introduction): Fix file name typos.
3019
d221e780
CO
30202011-01-13 Christian Ohler <ohler@gnu.org>
3021
3022 * ert.texi: New file.
3023
3024 * Makefile.in:
3025 * makefile.w32-in: Add ert.texi.
3026
8c904d82
MA
30272011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
3028
3029 * dbus.texi (Receiving Method Calls): New function
3030 dbus-register-service. Rearrange node.
3031
f56e0e7a
PE
30322011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3033
3034 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
3035 which in turn is copied from ftp://tug.org/tex/.
3036
0fadf00e
MA
30372011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3038
3039 * dbus.texi (Receiving Method Calls): Describe new optional
3040 parameter dont-register-service of dbus-register-{method,property}.
3041
8b358e90
DU
30422010-12-17 Daiki Ueno <ueno@unixuser.org>
3043
0c7efc08
SM
3044 * epa.texi (Encrypting/decrypting *.gpg files):
3045 Mention epa-file-select-keys.
8b358e90 3046
549c9aed
G
30472010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3048
3049 * gnus.texi (Archived Messages): Remove outdated text.
3050
30512010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3052
0c7efc08 3053 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 3054
156e3f9c
G
30552010-12-15 Andrew Cohen <cohen@andy.bu.edu>
3056
83f3eadc 3057 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 3058
8151d490
AC
30592010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3060
3061 * gnus.texi (The swish++ Engine): Add customizable parameters
3062 descriptions.
3063 (The swish-e Engine): Ditto.
3064
305bdd22
MA
30652010-12-14 Michael Albinus <michael.albinus@gmx.de>
3066
3067 * tramp.texi (Inline methods): Add "ksu" method.
3068 (Remote processes): Add example with remote `default-directory'.
3069
53aff12a
GM
30702010-12-14 Glenn Morris <rgm@gnu.org>
3071
3072 * faq.texi (Expanding aliases when sending mail):
3073 Now build-mail-aliases is interactive.
3074
8a1cdce5
AC
30752010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3076
3077 * gnus.texi: First pass at adding (rough) nnir documentation.
3078
7410c270
G
30792010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3080
53aff12a
GM
3081 * gnus.texi (Filtering New Groups):
3082 Mention gnus-auto-subscribed-categories.
3083 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
3084 removed.
3085
f49d1f52 30862010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
3087
3088 * cl.texi (For Clauses): Small fixes for frames and windows.
3089
acedf35c
CD
30902010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
3091
3092 * org.texi (Using capture): Document using prefix arguments for
3093 finalizing capture.
3094 (Agenda commands): Document prefix argument for the bulk scatter
3095 command.
3096 (Beamer class export): Document that also overlay arguments can be
3097 passed to the column environment.
3098 (Template elements): Document the new entry type.
3099
31002010-12-11 Puneeth Chaganti <punchagan@gmail.com>
3101
3102 * org.texi (Include files): Document :minlevel.
3103
31042010-12-11 Julien Danjou <julien@danjou.info>
3105
3106 * org.texi (Categories): Document category icons.
3107
31082010-12-11 Eric Schulte <schulte.eric@gmail.com>
3109
3110 * org.texi (noweb): Fix typo.
3111
516aa569
G
31122010-12-06 Tassilo Horn <tassilo@member.fsf.org>
3113
3114 * gnus.texi (Server Commands): Point to the rest of the server
3115 commands.
3116
04db63bc
G
31172010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3118
3119 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
3120 g'.
3121
ed797193
G
31222010-12-02 Julien Danjou <julien@danjou.info>
3123
3124 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
3125
31262010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3127
3128 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
3129 (Direct Functions): Note the STARTTLS upgrade.
3130
07976ae3 31312010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 3132 James Clark <none@example.com>
d3dfb185
GM
3133
3134 * nxml-mode.texi (Introduction): New section.
3135
59e75882
G
31362010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3137
3138 * gnus.texi (Server Commands): Document gnus-server-show-server.
3139
568a887f
MA
31402010-11-20 Michael Albinus <michael.albinus@gmx.de>
3141
3142 Sync with Tramp 2.2.0.
3143
3144 * trampver.texi: Update release number.
3145
1265829e
JB
31462010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3147
3148 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
3149 Mention that the TeX specific units won't use the `tex' prefix
3150 in TeX mode.
3151
239661c0
KY
31522010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3153
3154 * gnus.texi (Misc Article): Document gnus-inhibit-images.
3155
4a47c275 31562010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
3157
3158 * edt.texi: Remove information about Emacs 19.
3159
4a47c275 31602010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
3161
3162 * trampver.texi: Update release number.
3163
2f0e0dc8
KY
31642010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3165
3166 * gnus.texi (Article Washing): Fix typo.
3167
afe98dfa
CD
31682010-11-11 Noorul Islam <noorul@noorul.com>
3169
56f5a94e 3170 * org.texi: Fix typo.
afe98dfa
CD
3171
31722010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3173
3174 * org.texi (Using capture): Explain that refiling is
3175 sensitive to cursor position.
3176
31772010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3178
56f5a94e 3179 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
3180
31812010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3182
3183 * org.texi: Document the <c> cookie.
3184
31852010-11-11 Eric Schulte <schulte.eric@gmail.com>
3186
bd7239f5 3187 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 3188 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
3189
31902010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3191
56f5a94e 3192 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
3193
31942010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3195
56f5a94e 3196 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
3197
31982010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3199
3200 * org.texi (Setting up the staging area): Document that
3201 file names remain visible when encrypting the MobileOrg files.
3202
32032010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3204
3205 * org.texi (Setting up the staging area): Document which
3206 versions are needed for encryption.
3207
32082010-11-11 Eric Schulte <schulte.eric@gmail.com>
3209
56f5a94e
GM
3210 * org.texi (noweb): Update :noweb documentation to
3211 reflect the new "tangle" argument.
afe98dfa
CD
3212
32132010-11-11 Eric Schulte <schulte.eric@gmail.com>
3214
56f5a94e
GM
3215 * org.texi (Batch execution): Improve tangling script in
3216 documentation.
afe98dfa
CD
3217
32182010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3219
3220 * org.texi (Handling links):
3221 (In-buffer settings): Document inlining images on startup.
3222
32232010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3224
3225 * org.texi (Setting up the staging area): Document use of
3226 crypt password.
3227
32282010-11-11 David Maus <dmaus@ictsoc.de>
3229
56f5a94e 3230 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
3231
32322010-11-11 David Maus <dmaus@ictsoc.de>
3233
56f5a94e
GM
3234 * org.texi (Template expansion): Add mew in table for link type
3235 escapes.
afe98dfa
CD
3236
32372010-11-11 David Maus <dmaus@ictsoc.de>
3238
56f5a94e 3239 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
3240
32412010-11-11 Eric Schulte <schulte.eric@gmail.com>
3242
56f5a94e 3243 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
3244
32452010-11-11 Eric Schulte <schulte.eric@gmail.com>
3246
56f5a94e 3247 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
3248
32492010-11-11 Eric Schulte <schulte.eric@gmail.com>
3250
56f5a94e
GM
3251 * org.texi (Structure of code blocks):
3252 Update documentation to mention inline code block syntax.
afe98dfa
CD
3253
32542010-11-11 Eric Schulte <schulte.eric@gmail.com>
3255
56f5a94e 3256 * org.texi (comments): Improve wording.
afe98dfa
CD
3257
32582010-11-11 Eric Schulte <schulte.eric@gmail.com>
3259
56f5a94e 3260 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
3261
32622010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3263
3264 * org.texi (Installation): Remove the special
3265 installation instructions for XEmacs.
3266
32672010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3268
56f5a94e 3269 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
3270 insertion of empty structural elements.
3271
32722010-11-11 Noorul Islam <noorul@noorul.com>
3273
56f5a94e 3274 * org.texi: Fix doc.
afe98dfa
CD
3275
32762010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3277
3278 * org.texi (The date/time prompt): Document specification
3279 of time ranges.
3280
32812010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3282
3283 * org.texi (Internal links): Document the changes in
3284 internal links.
3285
32862010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3287
3288 * org.texi (Agenda commands): Document the limitation for
3289 the filter preset - it can only be used for an entire agenda
3290 view, not in an individual block in a block agenda.
3291
32922010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
3293
3294 * org.texi (iCalendar export): Document alarm creation.
3295
6f8fc60c
MA
32962010-11-10 Michael Albinus <michael.albinus@gmx.de>
3297
3298 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
3299
be3c11b3
LMI
33002010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3301
3302 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
3303
d607b96b 33042010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 3305
d607b96b 3306 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 3307
181cb5fb
G
33082010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3309
3310 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
3311 since that works by default.
3312
33132010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3314
3315 * gnus.texi (Customizing the IMAP Connection): Document
3316 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
3317
36bc5d3b
MA
33182010-11-04 Michael Albinus <michael.albinus@gmx.de>
3319
3320 * tramp.texi (Remote shell setup): New item "Interactive shell
3321 prompt". Reported by Christian Millour <cm@abtela.com>.
3322 (Remote shell setup, Remote processes): Use @code{} for
3323 environment variables.
3324
cf503f7c
GM
33252010-11-03 Glenn Morris <rgm@gnu.org>
3326
537b04b9 3327 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 3328 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 3329
389b76fa
G
33302010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3331
3332 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
3333
2699a554 33342010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
3335
3336 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
3337
2699a554 33382010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
3339
3340 * cc-mode.texi: Remove reference to defunct viewcvs URL.
3341
99e65b2d
G
33422010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3343
0c7efc08
SM
3344 * gnus.texi (Client-Side IMAP Splitting):
3345 Mention nnimap-unsplittable-articles.
99e65b2d
G
3346
33472010-10-29 Julien Danjou <julien@danjou.info>
3348
3349 * gnus.texi (Finding the News): Remove references to obsoletes
3350 variables `gnus-nntp-server' and `gnus-secondary-servers'.
3351
aeeb3dcb
EZ
33522010-10-29 Eli Zaretskii <eliz@gnu.org>
3353
3354 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
3355 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
3356 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
3357 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
3358
8289f37b
GM
33592010-10-28 Glenn Morris <rgm@gnu.org>
3360
3361 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
3362 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
3363 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
3364
d85d3b3a
DU
33652010-10-25 Daiki Ueno <ueno@unixuser.org>
3366
3367 * epa.texi (Mail-mode integration): Add alternative key bindings
3368 for epa-mail commands; escape comma.
c05c2b9b 3369 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 3370
9f534a47
JB
33712010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
3372
99e65b2d 3373 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 3374
5793a7bc 33752010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
3376
3377 * gnus.texi (Group Parameters, Buttons): Fix typos.
3378
280f417b
G
33792010-10-22 Tassilo Horn <tassilo@member.fsf.org>
3380
3381 * gnus.texi (Subscription Commands): Mention that you can also
3382 subscribe to new groups via the Server buffer, which is probably more
3383 convenient when subscribing to many groups.
3384
d806c872
G
33852010-10-21 Julien Danjou <julien@danjou.info>
3386
3387 * message.texi (Message Headers): Allow message-default-headers to be a
3388 function.
3389
d5798f68
LMI
33902010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3391
3392 * gnus-news.texi: Mention new archive defaults.
3393
b79bbef7
KY
33942010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3395
3396 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
3397
2526f423
G
33982010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3399
3400 * gnus.texi (HTML): Document the function value of
3401 gnus-blocked-images.
3402 (Article Washing): shr and gnus-w3m, not the direct function names.
3403
ba91f05d
G
34042010-10-20 Julien Danjou <julien@danjou.info>
3405
3406 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
3407 variable.
3408
da451787
LMI
34092010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3410
3411 * gnus.texi (Customizing the IMAP Connection): The port strings are
3412 strings.
c872595d 3413 (Document Groups): Mention git.
da451787 3414
7cad71ad
G
34152010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3416
3417 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
3418 bzr/Gnus git sync.
3419
c56dfd36
EZ
34202010-10-15 Eli Zaretskii <eliz@gnu.org>
3421
3422 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
3423 change.
3424
a1d16a7b
G
34252010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3426
3427 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
3428 @item syntax for in-Emacs makeinfo.
3429
34302010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
3431
3432 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
3433 trim sentence.
3434
98e2b864
DU
34352010-10-12 Daiki Ueno <ueno@unixuser.org>
3436
3437 * epa.texi (Caching Passphrases):
0c7efc08
SM
3438 * auth.texi (GnuPG and EasyPG Assistant Configuration):
3439 Clarify some configurations require to set up gpg-agent.
98e2b864 3440
c12e4a81
GM
34412010-10-11 Glenn Morris <rgm@gnu.org>
3442
3443 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
3444
f7aa248a
G
34452010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3446
3447 * gnus.texi (Spam Package Introduction): Mention `$'.
3448
6513b232
EZ
34492010-10-09 Eli Zaretskii <eliz@gnu.org>
3450
3451 * makefile.w32-in (emacsdir): New variable.
3452 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
3453 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
3454
abd40fb4
GM
34552010-10-09 Glenn Morris <rgm@gnu.org>
3456
0f05450f
GM
3457 * Makefile.in (mostlyclean): Delete *.toc.
3458
d3a4ac46
GM
3459 * Makefile.in: Use $< in rules.
3460
aa9db089
GM
3461 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
3462
abd40fb4
GM
3463 * Makefile.in ($(infodir)): Delete rule.
3464 (mkinfodir): New. Use it in all the info rules, rather than depending
3465 on infodir.
3466
ea274122
GM
34672010-10-09 Glenn Morris <rgm@gnu.org>
3468
6e90e2a8
GM
3469 * gnus.texi (Article Washing): Fix previous change.
3470
f7a31f11
GM
3471 * Makefile.in (emacsdir): New variable.
3472 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
3473 Depend on emacsver.texi.
3474
f7a31f11
GM
3475 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
3476
ea274122
GM
3477 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
3478
36d3245f
G
34792010-10-08 Julien Danjou <julien@danjou.info>
3480
f7a31f11 3481 * gnus.texi: Add mm-shr.
36d3245f
G
3482
34832010-10-08 Ludovic Courtès <ludo@gnu.org>
3484
3485 * gnus.texi (Finding the Parent, The Gnus Registry)
3486 (Registry Article Refer Method): Update docs for nnregistry.el.
3487
34882010-10-08 Daiki Ueno <ueno@unixuser.org>
3489
3490 * auth.texi (Help for users)
3491 (GnuPG and EasyPG Assistant Configuration): Update docs.
3492
12359245
GM
34932010-10-08 Glenn Morris <rgm@gnu.org>
3494
3495 * cl.texi (Organization, Installation, Old CL Compatibility):
3496 Deprecate cl-compat for new code.
4628bef1 3497 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
3498
3499 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
3500
fcf2d385
KY
35012010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3502
3503 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
3504
66627fa9
G
35052010-10-06 Julien Danjou <julien@danjou.info>
3506
fd9ba500
JD
3507 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
3508
66627fa9
G
3509 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
3510 broken link.
3511
3512 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
3513
3514 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
3515 to ReiserFS.
3516
3517 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
3518 (FAQ 7-1): Fix getmail URL.
3519
65f54520
DU
35202010-10-06 Daiki Ueno <ueno@unixuser.org>
3521
3522 * epa.texi (Caching Passphrases): New section.
3523
4c83f6e1
GM
35242010-10-06 Glenn Morris <rgm@gnu.org>
3525
3526 * Makefile.in (SHELL): Set it.
3527 (info): Move the mkdir dependency to the individual info files.
3528 (mostlyclean): Tidy up.
3529 (clean): Only delete the specific dvi and pdf files.
3530 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 3531 ($(infodir)): Add parallel build workaround.
4c83f6e1 3532
71e691a5
G
35332010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3534
3535 * gnus.texi (Misc Article): Document gnus-widen-article-window.
3536
a41c2e6d
G
35372010-10-03 Julien Danjou <julien@danjou.info>
3538
0c7efc08
SM
3539 * emacs-mime.texi (Display Customization):
3540 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
3541 mm-inline-large-images-proportion.
3542
37255945
MA
35432010-10-03 Michael Albinus <michael.albinus@gmx.de>
3544
0c7efc08
SM
3545 * tramp.texi (Frequently Asked Questions):
3546 Mention remote-file-name-inhibit-cache.
37255945 3547
11e4e7bd
LMI
35482010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3549
3550 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 3551 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 3552
cb83220a
KY
35532010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3554
0c7efc08
SM
3555 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
3556 (Article Hiding): Add google banner example.
3557 Suggested by Benjamin Xu.
cb83220a 3558
6b958814
G
35592010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3560
0c7efc08
SM
3561 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
3562 Remove nnimap-split-rule from examples.
6b958814
G
3563
35642010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3565
3566 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
3567 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
3568 Fishman.
3569 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
3570
35712010-09-30 Julien Danjou <julien@danjou.info>
3572
3573 * gnus.texi (Gravatars): Fix documentation about
3574 gnu-gravatar-properties.
3575
b9476c04
DU
35762010-09-29 Daiki Ueno <ueno@unixuser.org>
3577
3578 * epa.texi (Bug Reports): New section.
3579
5f874327
GM
35802010-09-29 Glenn Morris <rgm@gnu.org>
3581
3582 * Makefile.in (top_srcdir): Remove unused variable.
3583
6b958814
G
35842010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3585
3586 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
3587 (Client-Side IMAP Splitting): Document 'default.
3588
35892010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3590
0c7efc08
SM
3591 * gnus.texi (Customizing the IMAP Connection):
3592 Document nnimap-fetch-partial-articles.
6b958814 3593
82bccbfa
KY
35942010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3595
3596 * gnus-news.texi: Mention nnimap-inbox.
3597
3598 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
3599
36002010-09-26 Julien Danjou <julien@danjou.info>
3601
47e08896 3602 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
3603
36042010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3605
3606 * gnus.texi (Security): Remove gpg.el mention.
3607
36082010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3609
3610 * gnus.texi (Browse Foreign Server): New variable
3611 gnus-browse-subscribe-newsgroup-method.
3612
3613 * gnus-news.texi: Mention it.
3614
36152010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3616
0c7efc08 3617 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
3618 (Startup Variables): No jingle.
3619
4c964351
UM
36202010-09-25 Ulrich Mueller <ulm@gentoo.org>
3621
3622 * woman.texi (Interface Options): xz compression is now supported.
3623
82bccbfa
KY
36242010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3625
3626 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
3627 (Unavailable Servers): Document gnus-server-copy-server.
3628 (Using IMAP): Document the new nnimap.
3629
36302010-09-25 Julien Danjou <julien@danjou.info>
3631
47e08896 3632 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 3633
18778f71
GM
36342010-09-24 Glenn Morris <rgm@gnu.org>
3635
3636 * url.texi (Disk Caching): Tweak previous change.
3637
9c766321
JD
36382010-09-24 Julien Danjou <julien@danjou.info>
3639
3640 * url.texi (Disk Caching): Mention url-cache-expire-time,
3641 url-cache-expired, and url-fetch-from-cache.
3642
82bccbfa
KY
36432010-09-24 Julien Danjou <julien@danjou.info>
3644
3645 * gnus.texi: Add Gravatars.
3646
36472010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3648
3649 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
3650
592bdb9a
LMI
36512010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3652
3653 * gnus.texi (Expunging mailboxes): Update name of the expunging
3654 command.
3655
e4e22d29
KY
36562010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3657
3658 * emacs-mime.texi (rfc2047): Update description for
3659 rfc2047-encode-parameter.
3660
371d9801
MA
36612010-09-13 Michael Albinus <michael.albinus@gmx.de>
3662
3663 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
3664 "fish" methods.
3665 (External methods): Remove "scp1_old" and "scp2_old" methods.
3666
31ae5827
MA
36672010-09-09 Michael Albinus <michael.albinus@gmx.de>
3668
3669 * tramp.texi: Remove Japanese manual. Fix typo.
3670
3671 * trampver.texi: Update release number. Remove japanesemanual.
3672
c0468714
GM
36732010-09-09 Glenn Morris <rgm@gnu.org>
3674
3675 * org.texi: Restore clobbered changes (copyright years, untabify).
3676
86441999
JD
36772010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
3678
3679 * gnus.texi (Adaptive Scoring): Fix typo.
3680
25f28806
LMI
36812010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3682
3683 * gnus.texi (Article Display): Document gnus-html-show-images.
3684
45240125 36852010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 3686
45240125
JD
3687 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
3688
59d09f15
LMI
36892010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3690
3691 * gnus.texi (HTML): Document gnus-max-image-proportion.
3692
2cdd366f
KY
36932010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3694
51dee5ef
KY
3695 * gnus.texi (HTML): Document gnus-blocked-images.
3696
2cdd366f
KY
3697 * message.texi (Wide Reply): Document message-prune-recipient-rules.
3698
b0e4f3fc
KY
36992010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3700
3701 * gnus.texi (Summary Mail Commands): Note that only the addresses from
3702 the first message are used for wide replies.
f02566ce
KY
3703 (Changing Servers): Remove documentation on gnus-change-server and
3704 friends, since it's been removed.
b0e4f3fc 3705
598451ed
KY
37062010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3707
3708 * gnus.texi (Drafts): Mention B DEL.
3709
e7842e69
KY
37102010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3711
3712 * gnus.texi (Delayed Articles): Mention that the Date header is the
3713 original one, even if you delay.
3714
85115796
KY
37152010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3716
0c7efc08
SM
3717 * gnus.texi (Asynchronous Fetching):
3718 Document gnus-async-post-fetch-function.
85115796
KY
3719 (HTML): Made into its own section.
3720
f0b44bc0
MA
37212010-08-26 Michael Albinus <michael.albinus@gmx.de>
3722
3723 Sync with Tramp 2.1.19.
3724
c5b0993e
EW
3725 * tramp.texi (Inline methods, Default Method):
3726 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
0c7efc08 3727 Remove remark about doubled "-t" argument.
217876c9
MA
3728 (Auto-save and Backup): Remove reference to Emacs 21.
3729 (Filename Syntax): Describe port numbers.
3730 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
3731 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
3732 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
3733 errors with the backquotes.
3734 (External packages): File attributes cache flushing for asynchronous
3735 processes.
3736 (Traces and Profiles): Describe verbose level 9.
3737
f0b44bc0
MA
3738 * trampver.texi: Update release number.
3739
7457f7b6
MA
37402010-08-23 Michael Albinus <michael.albinus@gmx.de>
3741
3742 * dbus.texi (Alternative Buses): New chapter.
3743
b695beda
SM
37442010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3745
3746 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
3747
443c2c03
JB
37482010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3749
3750 * calc.texi (Customizing Calc): Rearrange description of new
3751 variables to match the presentation of other variables.
3752
7815fe19 37532010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
3754
3755 * org.texi (Footnotes, Tables in HTML export): Fix typos.
3756
2c695727
JB
37572010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3758
3759 * calc.texi (Making Selections, Selecting Subformulas)
3760 (Customizing Calc): Mention how to use faces to emphasize selected
3761 sub-formulas.
3762
bbb6ffa1
MA
37632010-08-05 Michael Albinus <michael.albinus@gmx.de>
3764
3765 * tramp.texi (External packages): File attributes cache flushing
3766 for asynchronous processes.
3767
5cee0a9c
AM
37682010-08-01 Alan Mackenzie <acm@muc.de>
3769
3770 Enhance the manual for the latest Java Mode.
3771
3772 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
3773 annotation-var-cont.
3774 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
3775 two new symbols.
3776
3f2afe32
MA
37772010-07-28 Michael Albinus <michael.albinus@gmx.de>
3778
3779 * tramp.texi (Traces and Profiles): Describe verbose level 9.
3780
0ed082fe 37812010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
3782
3783 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
3784
311f0356
JB
37852010-07-19 Juanma Barranquero <lekktu@gmail.com>
3786
3787 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
3788
86fbb8ca
CD
37892010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3790
3791 * org.texi: Add macros to get plain quotes in PDF output.
3792 List additional contributors.
3793 (Capture): New section, replaces the section about remember.
3794 (Working With Source Code): New chapter, focused on documenting Org
3795 Babel.
3796 (Code evaluation security): New section.
3797 (MobileOrg): Document DropBox support.
3798 (TaskJuggler export): Document taskjuggler and Gantt chart support.
3799 (Special symbols): Show how to display UTF8 characters for entities.
3800 (Global TODO list): Clarify the use of the "M" key and the differences
3801 to the "m" key.
3802 (RSS Feeds): Mention Atom feeds as well.
3803 (Setting tags): Remove paragraph about
3804 `org-complete-tags-always-offer-all-agenda-tags'.
3805
5732e8ed
MA
38062010-07-17 Michael Albinus <michael.albinus@gmx.de>
3807
3808 * tramp.texi (Inline methods): Remove remark about doubled "-t"
3809 argument.
3810 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
3811 echoing shells.
3812
ca1bb391
MA
38132010-07-10 Michael Albinus <michael.albinus@gmx.de>
3814
3815 * tramp.texi (Inline methods): Remove "kludgy" phrase.
3816 (Filename Syntax): Describe port numbers.
3817
5bd55c3c
MA
38182010-07-09 Michael Albinus <michael.albinus@gmx.de>
3819
3820 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
3821 forgotten.
3822 (Type Conversion): Precise conversion of natural numbers.
3823 (Errors and Events): Add "debugging" to concept index. Add variable
3824 `dbus-debug'.
3825
820ae8fe
MA
38262010-07-04 Michael Albinus <michael.albinus@gmx.de>
3827
3828 * dbus.texi (Receiving Method Calls): Add optional argument
3829 EMITS-SIGNAL to `dbus-register-property'.
3830
b6f9df0f
JB
38312010-06-27 Alex Schroeder <alex@gnu.org>
3832
3833 * nxml-mode.texi (Commands for locating a schema): Fix typo.
3834
62e034c2
GM
38352010-06-24 Glenn Morris <rgm@gnu.org>
3836
3837 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3838 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3839 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3840 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3841 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3842 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3843 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3844 * woman.texi: Start direntry descriptions in column 32, per Texinfo
3845 convention. Make them end with a period.
3846
9360256a
GM
38472010-06-23 Glenn Morris <rgm@gnu.org>
3848
3849 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
3850 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3851 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3852 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3853 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3854 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 3855
04d3bb6c
GM
38562010-06-10 Glenn Morris <rgm@gnu.org>
3857
3858 * idlwave.texi (Load-Path Shadows):
3859 * org.texi (Handling links): Fix typos.
3860
5e7d4a75
KY
38612010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3862
3863 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3864
9841cb4f
MA
38652010-05-26 Michael Albinus <michael.albinus@gmx.de>
3866
3867 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3868 by an alias. (Bug#6226)
3869
597517ef
JB
38702010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3871
3872 * calc.texi (Manipulating Vectors): Mention that vectors can
3873 be used to determine bins for `calc-histogram'.
3874
14914c43
JB
38752010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3876
597517ef 3877 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 3878
0235128c 38792010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3880
3881 * url.texi (HTTP language/coding, Customization):
3882 * message.texi (Header Commands, Responses):
3883 * cl.texi (Argument Lists): Fix typos.
3884
0235128c 38852010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3886
0235128c
SM
3887 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3888 Note that Development menu is always available.
aa5789b5
CY
3889 (Creating a project): Fix terminology.
3890 (Add/Remove files): Fix typo.
3891
0235128c
SM
38922010-05-07 Chong Yidong <cyd@stupidchicken.com>
3893
3894 * Version 23.2 released.
3895
a628ad9d 38962010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3897
3898 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3899
502269d6
MA
39002010-05-01 Michael Albinus <michael.albinus@gmx.de>
3901
0235128c
SM
3902 * tramp.texi (Inline methods, Default Method):
3903 Mention `tramp-inline-compress-start-size'.
502269d6 3904
6e104790 39052010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3906
3907 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3908 the CVS repo. Put the Git repo in the news section.
3909
6e104790 3910 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3911 Removed some mentions of CVS. Mention the new Git repo.
3912
6e104790 39132010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3914
3915 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3916 (Mail Group Commands): Add index entry.
3917
6e104790 39182010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3919
3920 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3921
f8b91752
JB
39222010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3923
3924 * calc.texi (Radix modes): Mention that the option prefix will
3925 turn on twos-complement mode.
3926 (Inverse and Hyperbolic Flags): Mention the Option flag.
3927
ed21c5c8
CD
39282010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3929
3930 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3931 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3932 (Sectioning structure): Update.
3933 (References): New use case for field coordinates.
6e104790 3934 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3935 (Setting up the staging area): Document the availability of
3936 encryption for MobileOrg.
3937 (Images and tables): Document how to reference labels.
3938 (Index entries): New section.
3939 (Generating an index): New section.
3940 (Column width and alignment): Document that <N> now
3941 means a fixed width, not a maximum width.
3942 (Publishing options): Document the :email option.
3943 (Beamer class export): Fix bug in the BEAMER example.
3944 (Refiling notes): Document refile logging.
3945 (In-buffer settings): Document refile logging keywords.
3946 (Drawers): Document `C-c C-z' command.
3947 (Agenda commands): Mention the alternative key `C-c C-z'.
3948 (Special properties): Document the BLOCKED property.
3949 (The spreadsheet): Mention the formula editor.
3950 (References): Document field coordinates.
3951 (Publishing action): Correct the documentation for the
3952 publishing function.
3953 (The date/time prompt): Document that we accept dates
3954 like month/day/year.
3955 (Cooperation): Document the changes in table.el support.
3956 (Faces for TODO keywords, Faces for TODO keywords)
3957 (Priorities): Document the easy colors.
3958 (Visibility cycling): Document the new double prefix
3959 arg for `org-reveal'.
3960 (Cooperation): Remember.el is part of Emacs.
3961 (Clean view): Mention that `wrap-prefix' is also set by
3962 org-indent-mode.
3963 (Agenda commands): Add information about prefix args to
3964 scheduling and deadline commands.
3965 (Search view): Point to the docstring of
3966 `org-search-view' for more details.
6e104790 3967 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3968 (Setting tags): Document variable
3969 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3970 (Column attributes): Cross-reference special properties.
ed21c5c8 3971
456b348e
MA
39722010-04-10 Michael Albinus <michael.albinus@gmx.de>
3973
3974 Synchronize with Tramp repository.
3975
3976 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3977 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3978 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3979 syntax, texi2dvi reports errors with the backquotes.
3980
3981 * trampver.texi: Update release number.
3982
357e2d8e
KY
39832010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3984
3985 * gnus.texi (Finding the News): Add pointers to the Server buffer
3986 because it's essential.
3987
1d4d7664
KY
39882010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3989
3990 * gnus.texi (MIME Commands): Update description of
3991 gnus-article-browse-html-article.
3992
bd3e840f
KY
39932010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3994
3995 * auth.texi (Secret Service API): Add TODO node.
3996 (Help for users): Explain the new source options for `auth-sources'.
3997
e867cb5d 39982010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3999
4000 * trampver.texi: Update release number.
4001
288f9fc0
CY
40022010-03-10 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * Branch for 23.2.
4005
d99aaebd
CY
40062010-03-03 Chong Yidong <cyd@stupidchicken.com>
4007
4008 * faq.texi (Escape sequences in shell output): Note that ansi-color is
4009 now enabled by default.
4010
5794c2a5
MA
40112010-02-28 Michael Albinus <michael.albinus@gmx.de>
4012
4013 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
4014 when Emacs runs in interactive mode. (Bug#5645)
4015
40572be6
GM
40162010-02-16 Glenn Morris <rgm@gnu.org>
4017
4018 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
4019
7bb8ed67
MH
40202010-02-05 Mark A. Hershberger <mah@everybody.org>
4021
4022 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
4023
45a1423d 40242010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
4025
4026 * gnus.texi (Score File Format): Fix typo.
4027
45a1423d 40282010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
4029
4030 * cc-mode.texi: Replace references to obsolete c-subword-mode.
4031
14f17fc8
JB
40322010-01-18 Juanma Barranquero <lekktu@gmail.com>
4033
4034 * ada-mode.texi (Project File Overview): Fix typo.
4035
607d4369
CY
40362010-01-17 Chong Yidong <cyd@stupidchicken.com>
4037
4038 * semantic.texi: Add Richard Y. Kim credit.
4039
4040 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
4041
3d1bfa99
MA
40422010-01-17 Michael Albinus <michael.albinus@gmx.de>
4043
4044 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 4045 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 4046
6fbf7a75
GM
40472010-01-17 Glenn Morris <rgm@gnu.org>
4048
b9f978f0
GM
4049 * calc.texi (Reporting Bugs): Don't mention format of repository.
4050
f19bc38d
GM
4051 * woman.texi (Bugs): Make "Emacs repository" less specific,
4052 and the URL for same more specific.
4053
6fbf7a75
GM
4054 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
4055
16c3428a
JB
40562010-01-17 Juanma Barranquero <lekktu@gmail.com>
4057
4058 * ede.texi (ede-step-project, ede-proj-target):
4059 * tramp.texi (Remote processes): Fix typos.
4060
045b9da7
ML
40612010-01-16 Mario Lang <mlang@delysid.org>
4062
4063 * ede.texi (ede-target):
4064 * org.texi (Refiling notes): Remove duplicated words.
4065
c57008f6
SM
40662010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * gnus.texi (Posting Styles): Use with-current-buffer.
4069 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
4070
798c9eb5
KR
40712010-01-02 Kevin Ryde <user42@zip.com.au>
4072
4073 * eieio.texi (Naming Conventions): Correction to xref on elisp
4074 coding conventions, is "Tips" node not "Standards".
4075
4970fbfe
CY
40762009-12-24 Chong Yidong <cyd@stupidchicken.com>
4077
4078 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
4079
4080 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
4081
83828b06
KY
40822009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4083
4084 * gnus.texi (Direct Functions): Add missing port number to tls method.
4085
45a4a565
JB
40862009-12-15 Juanma Barranquero <lekktu@gmail.com>
4087
4088 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
4089 ($(infodir)/edt, edt.dvi): New targets.
4090
698bfef7
GM
40912009-12-15 Glenn Morris <rgm@gnu.org>
4092
4093 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
4094 (edt, $(infodir)/edt, edt.dvi): New targets.
4095 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
4096
4097 * Makefile.in (PDF_TARGETS, pdf): New.
4098 (clean): Add *.pdf.
4099 Add pdf rules for all manuals.
4100
0e983327
JB
41012009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
4102
4103 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
4104
8e687433
CY
41052009-12-14 Chong Yidong <cyd@stupidchicken.com>
4106
4107 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
4108 (Smart Jump, Analyzer Debug): Copyedits.
4109 (Semantic mode user commands): Link to new nodes.
4110 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
4111 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
4112 upstream Semantic manual.
4113
4114 * semantic.texi (Introduction): Minor fix to diagram.
4115
020335df
MA
41162009-12-09 Michael Albinus <michael.albinus@gmx.de>
4117
4118 * eshell.texi (History): Add the other built-in variables.
4119 (Built-ins): Explain built-ins, and how to apply the external commands.
4120 Add `history', `su' and `sudo'.
4121
4122 * tramp.texi (Remote processes): Add missing <RET> in the example.
4123
6ddf13e4
BW
41242009-12-01 Bill Wohler <wohler@newt.com>
4125
4126 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 4127 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
4128 excessively garrulous.
4129
07b6428c
MA
41302009-11-29 Michael Albinus <michael.albinus@gmx.de>
4131
4132 * tramp.texi (Remote processes): Improve eshell example with "su"
4133 and "sudo" commands.
4134
fd1cefda
CY
41352009-11-28 Chong Yidong <cyd@stupidchicken.com>
4136
4137 * semantic.texi (Analyzer Internals): Rename from Analyzer.
4138
4139 * sem-user.texi (Semantic mode user commands): Fix key syntax.
4140 Document semantic-complete-analyze-inline.
4141 (Semanticdb search debugging commands): Minor clarification.
4142 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 4143 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 4144 manual.
9d542758 4145 (Semantic mode): Link to Idle Scheduler.
fd1cefda 4146
159e3ad5
KR
41472009-11-28 Kevin Ryde <user42@zip.com.au>
4148
4149 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 4150 @pxref, now EIEIO is in Emacs.
159e3ad5 4151
c6d47315
KR
4152 * erc.texi (Development): Correction to git tutorial url.
4153
16f6287e
GM
41542009-11-26 Glenn Morris <rgm@gnu.org>
4155
4156 * faq.texi (Latest version of Emacs): Mention stability of development
4157 version.
4158 (Problems with very large files): Max buffer size increase in 23.2.
4159 (VM): VM has moved house again.
4160
5ea5dbc9
JB
41612009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4162
4163 * calc.texi (Radix modes): Discuss alternate bases for two's complement
4164 notations.
4165
5dec9555
CD
41662009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
4167
45a4a565 4168 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 4169
bd6f6833
CY
41702009-11-20 Chong Yidong <cyd@stupidchicken.com>
4171
4172 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
4173 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
4174 (Idle Completions Mode): Numerous copyedits.
bd6f6833 4175
be479117
JB
41762009-11-17 Juanma Barranquero <lekktu@gmail.com>
4177
4178 * semantic.texi (Semantic Internals, Glossary):
4179 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
4180 (Semanticdb search debugging commands): Fix typos.
4181
17291a1f
JB
41822009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4183
be479117 4184 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 4185
af42a9cc
JB
41862009-11-16 Juanma Barranquero <lekktu@gmail.com>
4187
4188 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
4189 ($(infodir)/semantic, semantic.dvi): New targets.
4190
3149927d
CY
41912009-11-16 Chong Yidong <cyd@stupidchicken.com>
4192
4193 * Makefile.in: Build the Semantic manual.
4194
4195 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
4196 repository.
4197
977640ed
MA
41982009-11-16 Michael Albinus <michael.albinus@gmx.de>
4199
4200 * dbus.texi (Receiving Method Calls): New defun
4201 `dbus-unregister-service'.
4202
17673adf
CD
42032009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
4204
4205 * org.texi (Speed keys): New section.
4206
0ecd3c90
MA
42072009-11-13 Michael Albinus <michael.albinus@gmx.de>
4208
4209 * dbus.texi (Type Conversion): Fix typo.
4210 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
4211 `dbus-registered-objects-table'.
0c7efc08
SM
4212 (Receiving Method Calls): New defun `dbus-register-property'.
4213 Move `dbus-unregister-object' here.
0ecd3c90 4214
8bfe682a
CD
42152009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4216
4217 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
4218
42192009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
4220
4221 * org.texi (Column attributes): Add the new age summary operators.
4222 Also, mention the fact you can only use one summary operator per
4223 property.
4224
42252009-11-13 John Wiegley <johnw@newartisans.com>
4226
0c7efc08 4227 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 4228 manual about how to track habits.
0c7efc08 4229 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
4230 dangling clocks are resolved.
4231
42322009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4233
4234 * org.texi (Agenda commands): Document the new `i' command.
4235 (Inserting deadline/schedule): Document logging changes
4236 of scheduling and deadline times stamps.
4237 (In-buffer settings): Document the in-buffer keywords for logging
4238 changes of scheduling and deadline times stamps.
4239 (Structure editing, Plain lists): Document indentation
4240 cycling in empty entries with TAB.
4241 (Archiving): Document the default archiving command.
4242 (Moving subtrees): Document the new keys for archiving.
4243 (Internal archiving): Fix incorrect key.
4244 (Agenda commands): Document the TODO set switching commands.
4245 (Agenda commands): Document the new archiving keys.
4246 (Clocking work time): Better description on how to save
4247 and restore a clock.
4248 (Resolving idle time): Mention the x11idle program to get true
4249 idleness also under X11.
4250 (Resolving idle time): Use @kbd instead of @key for normal
4251 letters, because this is how he rest of the manual does this.
4252 (Pushing to MobileOrg): Mention that `org-directory'
4253 should be set.
4254 (Agenda commands): Document that SPC is a filter for
4255 any tag.
0c7efc08 4256 (Search view): Rename from "Keyword search".
8bfe682a
CD
4257 (Capure): New chapter.
4258 (Markup): New chapter.
0c7efc08
SM
4259 (Links in HTML export, Images in HTML export):
4260 Extend the section titles.
8bfe682a
CD
4261 (Images in HTML export): Document the align option.
4262 (Text areas in HTML export): Extend the section title.
4263 (Images in LaTeX export): Explain image placement in LaTeX.
4264
693737cd
GM
42652009-11-10 Glenn Morris <rgm@gnu.org>
4266
4267 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
4268
c7bd4ebe
MA
42692009-11-08 Michael Albinus <michael.albinus@gmx.de>
4270
4271 * tramp.texi (Auto-save and Backup): Disable backups just for a
4272 method.
4273
4274 * trampver.texi: Update release number.
4275
76c5acad
MA
42762009-11-07 Michael Albinus <michael.albinus@gmx.de>
4277
4278 Sync with Tramp 2.1.17.
4279
4280 * trampver.texi: Update release number.
4281
d9a57abf
GM
42822009-10-29 Glenn Morris <rgm@gnu.org>
4283
4284 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
4285
637f4f0f
MA
42862009-10-23 Michael Albinus <michael.albinus@gmx.de>
4287
4288 * tramp.texi (External methods): Temporary files are kept for
4289 `rsync' and `rsyncc' methods.
4290
310dbb05
JB
42912009-10-09 Juanma Barranquero <lekktu@gmail.com>
4292
4293 * eieio.texi: Fix typos.
4294
09094f28
CY
42952009-10-07 Chong Yidong <cyd@stupidchicken.com>
4296
4297 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
4298
216f299a
JB
42992009-10-07 Juanma Barranquero <lekktu@gmail.com>
4300
4301 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
4302 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
4303
966a6506
CY
43042009-10-07 Chong Yidong <cyd@stupidchicken.com>
4305
4306 * Makefile.in: Build EIEIO and EDE manuals.
4307
43082009-10-07 Eric Ludlam <zappo@gnu.org>
4309
4310 * eieio.texi:
4311 * ede.texi: New files.
4312
8842cd9b
MA
43132009-10-05 Michael Albinus <michael.albinus@gmx.de>
4314
4315 * tramp.texi (Remote processes): Association of a pty is not supported.
4316
7006d207
CD
43172009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
4318
4319 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
4320 (Processing LaTeX fragments): Document that the size of images can be
4321 changes using the variable `org-format-latex-options'.
4322 (The date/time prompt, Timestamps): Be more accurate over ISO format
4323 dates and times.
4324 (Visibility cycling): Document showeverything keyword.
4325 (In-buffer settings): Document showeverything keyword.
4326 (Setting up the staging area): Fix the example.
4327 (MobileOrg): New section.
4328 (Agenda commands, Exporting Agenda Views): Document exporting the
4329 agenda view to Org files.
4330
0e7b2867
MA
43312009-09-28 Michael Albinus <michael.albinus@gmx.de>
4332
4333 * tramp.texi (History): Add IMAP support.
4334 (External methods): Add `imap' and `imaps' methods.
4335 (GVFS based methods): Add indices for `davs'.
4336 (Password handling): Rename anchors. Add IMAP entries for
4337 ~/.authinfo.gpg.
4338
4339 * trampver.texi: Set default value of `emacsimap'.
4340
4146636e
KY
43412009-09-22 Daiki Ueno <ueno@unixuser.org>
4342
4343 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
4344
d22f7ffa
CY
43452009-09-13 Chong Yidong <cyd@stupidchicken.com>
4346
0c7efc08
SM
4347 * dired-x.texi (Technical Details):
4348 Delete dired-up-directory (Bug#4292).
d22f7ffa 4349
66043531
MA
43502009-09-03 Michael Albinus <michael.albinus@gmx.de>
4351
216f299a 4352 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 4353
6eb02347
CD
43542009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
4355
4356 * org.texi (Effort estimates): Document new effort setting commands.
4357 (Agenda commands): Document the new keys fro agenda time motion.
4358 Document entry text mode. Improve documentation of the keys to include
4359 inactive time stamps into the agenda view.
4360 (Feedback): Document the new bug report command.
0c7efc08 4361 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 4362
38dc51ba
KY
43632009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4364
4365 * auth.texi (Help for users): Corrected markup.
4366
e402f452
GM
43672009-09-02 Glenn Morris <rgm@gnu.org>
4368
4369 * emacs-mime.texi (time-date): Mention float-time.
4370
744256cf
JB
43712009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
4372
4373 * calc.texi (Simplifying Formulas): Improve the wording.
4374
b0b63450
MB
43752009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
4376
4377 * auth.texi: Rewritten for coverage and clarity.
4378
43792009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4380
0c7efc08
SM
4381 * gnus.texi (Expiring Mail):
4382 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
4383 (Various Various): Mention gnus-safe-html-newsgroups.
4384
4385 * gnus-news.texi: Mention
4386 gnus-mark-copied-or-moved-articles-as-expirable.
4387
4388 * emacs-mime.texi (Display Customization): Add xref to
4389 gnus-safe-html-newsgroups.
4390
b59329e0
MA
43912009-08-28 Michael Albinus <michael.albinus@gmx.de>
4392
4393 * tramp.texi (Version Control): Remove.
af42a9cc 4394 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
4395 reference.
4396 (External methods): Correct `scpc' concept index entries. New method
4397 `rsyncc'.
4398 (External packages): New subsections "Filename completion" and "File
4399 attributes cache".
4400
0ff2d6c2
JB
44012009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
4402
4403 * calc.texi (Rewrite Rules): Improve the example.
4404 (Simplifying Formulas): Explain use of the I and H flags for
4405 simplification.
4406
ecd3d54f
MA
44072009-08-25 Michael Albinus <michael.albinus@gmx.de>
4408
4409 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 4410 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
4411 (Synchronous Methods, Asynchronous Methods): Use English numeric format
4412 for timeout values.
78176e69
MA
4413 (Top): Remove footnote saying D-Bus is not enabled by
4414 default. (Bug#4256)
ecd3d54f 4415
0f215bca
DU
44162009-08-23 Daiki Ueno <ueno@unixuser.org>
4417
4418 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 4419 Reported by Jari Aalto (Bug#4211).
0f215bca 4420 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 4421 epa-global-mail-mode.
3b7ab45f
DU
4422 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
4423 epa-setup.
0f215bca 4424
4f22e84d
MA
44252009-08-16 Michael Albinus <michael.albinus@gmx.de>
4426
4427 * dbus.texi (Asynchronous Methods): Allow nil handler.
4428
9ff0b02b 44292009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 4430
26b03ee3 4431 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 4432
26b03ee3 4433 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 4434
4c39f404
CY
44352009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
4436
4437 * calc.texi (Date Forms): Fix typos.
4438
3bcfba17
GM
44392009-08-08 Glenn Morris <rgm@gnu.org>
4440
4441 * org.texi (Agenda commands): Restore clobbered change.
4442
66783bb4
EZ
44432009-08-07 Eli Zaretskii <eliz@gnu.org>
4444
4445 * calc.texi (Graphics, Devices): Update with the peculiarities of
4446 operation on MS-Windows.
4447
c8d0cf5c
CD
44482009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
4449
4450 * org.texi (Publishing action): Improve documentation of file
4451 names when publishing to the source directory.
4452 (Clean view): Document `org-indent-mode'.
4453 (Clocking work time): Add documentation for the
4454 new :timetamp option when creating a clock report.
4455 (Paragraphs): Fix many typos.
4456 (Plain lists): Remove duplicate explanation about the
4457 `C-c *' command.
4458 (Literal examples): Update to reflect the new behavior
4459 of the -n -r -k switches when exporting source code examples.
4460 (Structure editing): Add information about `C-c *',
4461 converting a plain list into a list of Org items.
4462 (Remember): Small rephrasing of the paragraph
4463 describing remember.el. Also mentioned that remember.el is part
4464 of Emacs 23, not Emacs 22.
4465 (Clocking work time): Add documentation about
4466 displaying the current clocking time against the effort estimate.
4467 Also add a footnote about using `org-clock-in-prepare-hook' to add
4468 an effort estimate on the fly, just before clocking it.
4469 (Footnotes): Document automatic renumbering and
4470 sorting.
4471 (Agenda commands): Document new bulk commands.
4472 (Plain lists): Document new behavior of
4473 `org-cycle-include-plain-lists'.
4e2af782 4474 Hyphenation only in TeX.
c8d0cf5c
CD
4475 (Clocking work time): Document the key to update effort
4476 estimates.
4477 (Clocking work time): Document the clock time display.
4478 (Structure editing, TODO basics): Document new
4479 variables.
4480 (Column attributes): Document new colciew operators.
4481 (Publishing options): Document :xml-declaration.
4482 (Tracking TODO state changes): Document the
4483 LOG_INTO_DRAWER property.
4484 (Literal examples): Document the new implementation for
4485 editing source code.
4486 (Publishing action): Mention the new publishing
4487 function, to publish an Org source file.
4488 (Publishing links): Mention how to link to an Org source file.
4489 (Macro replacement): Document new macros.
4490 (Handling links): Document type-specific completion
4491 when inserting links.
4492 (Structure editing, Plain lists): Improve documentation
4493 on sorting.
4494 (Internal links): Document custom ids for links.
4495 (Handling links): Document custom ids for links.
4496 (CSS support): Document new class.
4497 (Refiling notes): Document the possibility to create new nodes
4498 during refiling.
4499 (Agenda commands): Document the "?" operator to find
4500 tasks without effort setting.
4501 (Exporting agenda information): Section moved.
4502 (RSS Feeds): New section.
4503 (Built-in table editor): Document M-e and M-a navigate
4504 inside table field.
4505 (Stuck projects): Docment that projects identified as
4506 un-stuck will still be searchd for stuck sub-projects.
4507 (Paragraphs): Document centering.
4508 (Creating timestamps, Agenda commands): Document new
4509 behavior when changing time stamps.
4510 (Structure editing): Document the new command
4511 `org-clone-subtree-with-time-shift'.
4512 (Publishing): Refresh this chapter.
4513 (Export options, Export options, In-buffer settings):
4514 Document the new keywords.
4515 (Matching tags and properties): Collect all
4516 documentation about tags/property matches here.
4517 (Setting tags): Document `org-tag-persistent-alist'.
4518 (Weekly/daily agenda): New section.
4519 (Orgstruct mode): Describe `orgstruct++-mode'.
4520 (Drawers): Mention the LOGBOOK drawer.
4521 (Export options, Sectioning structure): Document the
4522 #+LEATEX_HEADER in-buffer setting.
4523 (Bugs): Section removed.
4524 (Hooks): New section.
0c7efc08 4525 (Add-on packages): Move here from old location.
c8d0cf5c
CD
4526 (Context-sensitive commands): New section.
4527 (Setting tags): Document newline option.
4528 (Global TODO list, Matching tags and properties):
4529 Mention more variables.
4530 (Checkboxes): Update to changed command behavior.
81a5560e 4531
40d2791f
CY
45322009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
4533
4534 * speedbar.texi (Basic Key Bindings): Fix typo.
4535
65d0154b
JB
45362009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
4537
4538 * calc.texi (Vector/Matrix Functions): Add index entries for both
4539 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
4540 affects matrices with more than one row.
b5bdfd9f 4541 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 4542
5a9e3ab7
JB
45432009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4544
4545 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 4546 `calc-transpose-lines'.
5a9e3ab7 4547
42fb7e61
MA
45482009-07-27 Michael Albinus <michael.albinus@gmx.de>
4549
4550 * dbus.texi (Receiving Method Calls): Describe special return value
4551 `:ignore'.
4552
574b69d5
AM
45532009-07-24 Alan Mackenzie <acm@muc.de>
4554
4555 * cc-mode.texi (Config Basics, File Styles): Document that at mode
4556 initialization, any individual variable setting now takes precedence
4557 over one done via c-file-style/c-file-offsets.
4558
ec06459c
JB
45592009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
4560
4561 * calc.texi (Undoing Mistakes): Mention that the undo list will be
4562 truncated when Calc is quit.
4563 (Customizing Calc): Document `calc-undo-length'.
4564
4ce54f6b
CY
45652009-07-20 Chong Yidong <cyd@stupidchicken.com>
4566
4567 * calc.texi (About This Manual): Don't mention chapter numbers in text.
4568
0e4f8ba5
GM
45692009-07-11 Kevin Ryde <user42@zip.com.au>
4570
4571 * pcl-cvs.texi (About PCL-CVS):
4572 * widget.texi (Basic Types):
4573 Fix cross-references.
4574
fa0f81b0
AS
45752009-07-01 Andreas Schwab <aschwab@redhat.com>
4576
4577 * dbus.texi (Type Conversion): Don't use literal control character.
4578
88a683c5
MA
45792009-07-01 Michael Albinus <michael.albinus@gmx.de>
4580
4581 * tramp.texi (GVFS based methods): New section.
4582 (Remote processes): Processes for GVFS based methods run locally.
4583
36c8febb
MA
45842009-06-30 Michael Albinus <michael.albinus@gmx.de>
4585
0c7efc08
SM
4586 * tramp.texi (Inline methods, External methods, Gateway methods):
4587 Avoid the words "kludge" and hack".
36c8febb
MA
4588 (External methods): Add `synce' method.
4589
4590 * trampver.texi: Update release number.
4591
d6b951bb
MA
45922009-06-22 Michael Albinus <michael.albinus@gmx.de>
4593
4594 Sync with Tramp 2.1.16.
4595
4596 * tramp.texi (History): Add GVFS support.
4597 (External methods): Precise `rsync' description. Add `dav', `davs' and
4598 `obex' methods. Add 'tramp-gvfs-methods' option.
4599 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
4600 forms.
4601 (Remote Programs): Introduce `tramp-own-remote-path'.
4602 (Remote processes): New subsection "Running remote programs that create
4603 local X11 windows".
4604 (Frequently Asked Questions): Improve code for disabling vc.
4605
4606 * trampver.texi: Update release number. Set default value of
4607 `emacsgvfs'.
4608
70243478
CY
46092009-06-21 Chong Yidong <cyd@stupidchicken.com>
4610
4611 * Branch for 23.1.
4612
54b31cbf
GM
46132009-06-17 Glenn Morris <rgm@gnu.org>
4614
4615 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
4616 (Latest version of Emacs): Mention source code repository.
4617
f6adc23c
GM
46182009-06-16 Glenn Morris <rgm@gnu.org>
4619
4620 * faq.texi (Top): Language tweak.
4621 (Extended commands): Most people have arrow keys.
4622 (Emacs manual): Say how to follow info links.
4623 (File-name conventions): Change title a bit. Explain about source
4624 versus installed. Condense etc description.
4625 (Guidelines for newsgroup postings): Mention Savannah list page.
4626 (Newsgroup archives): Simplify.
4627 (Contacting the FSF): Add contact URL.
4628 (Emacs Lisp documentation): Printed version not always available.
4629 (Installing Texinfo documentation): Explain how by hand installation is
4630 not normally needed. Use add-to-list. Remove duplicate reference.
4631 (Informational files for Emacs): Move info on Help menu here from
4632 "File-name conventions".
4633 (Help installing Emacs): Tweak uref.
4634 (Obtaining the FAQ): Mention repository.
4635 (Origin of the term Emacs): Explain "ITS".
4636 (Changing load-path): Use add-to-list.
4637 (Automatic indentation): Clarify this is for Text mode.
4638 Don't mention Indented Text mode.
4639 (Finding Emacs on the Internet): The FSF does not seem to offer a
4640 deluxe distribution on CD anymore.
4641
b59a8457
GM
46422009-06-16 Glenn Morris <rgm@gnu.org>
4643
4644 * faq.texi (Top): Mention which Emacs version this FAQ is about.
4645 Recommend the latest release. Mention how to get older FAQs.
4646 Recommend the Emacs manual.
4647 (Guidelines for newsgroup postings): Discourage cross-posts.
4648 (Underlining paragraphs): Remove.
4649 (Editing MS-DOS files): Remove pre-Emacs 20 information.
4650 (Bugs and problems): Update key-binding.
4651 (Problems with very large files): Mention 64-bit.
4652 (Shell process exits abnormally): Remove.
4653 (Problems with Shell Mode): Rename and update.
4654 (Spontaneous entry into isearch-mode)
4655 (Problems talking to certain hosts): Remove. This is old information,
4656 in etc/PROBLEMS if needed.
4657 (Emacs takes a long time to visit files, Updating Emacs): Remove.
4658 (Dired claims that no file is on this line): Update.
4659 (Installing Emacs, Problems building Emacs): Simplify.
4660 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
4661 information.
4662 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
4663 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
4664 (JDEE): "JDEE", not "JDE".
4665 (Handling C-s and C-q with flow control, Binding C-s and C-q):
4666 Remove. This is old information, in etc/PROBLEMS if needed.
4667 (stty and Backspace key, Kanji and Chinese characters): Remove.
4668 (Right-to-left alphabets): Update section.
4669 (Changing the included text prefix): Gnus uses message-yank-prefix.
4670 Add cross-reference to Supercite manual.
4671 (Saving a copy of outgoing mail): Simplify output file description.
4672 (Expanding aliases when sending mail): Refer to Emacs manual.
4673 Remove old info about RFC822.
4674 Correct description of how to rebuild aliases.
4675 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
4676 (MIME with Emacs mail packages)
4677 (Viewing articles with embedded underlining)
4678 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
4679 Remove old sections.
4680 (Killing based on nonstandard headers): Remove. Scoring is preferable,
4681 and is well-documented in the Gnus manual.
4682 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
4683 (Making Gnus faster): Rename from "Starting Gnus faster".
4684 Merge "Catch-up is slow in Gnus" into here.
4685
0e6d12ca
GM
46862009-06-14 Glenn Morris <rgm@gnu.org>
4687
4688 * faq.texi (Status of Emacs): Re-order with most recent releases first.
4689 (New in Emacs 23): New section.
4690 (Handling C-s and C-q with flow control): Add xref.
4691
2e17e05e
GM
46922009-06-13 Glenn Morris <rgm@gnu.org>
4693
4694 * faq.texi (Setting up a customization file): Grammar fix.
4695 Customize is no longer "new".
4696 (Displaying the current line or column): Line-number mode is on by
4697 default. Don't mention `column' package. Mention linum.el.
4698 (Turning on abbrevs by default): Explain how to do it for buffers,
4699 modes, and everywhere.
4700 (Associating modes with files): Use add-to-list. Don't mention Emacs
4701 19.
4702 (Highlighting a region): On by default since 23.1.
4703 (Replacing highlighted text): Update doc quote.
4704 (Working with unprintable characters): Don't mention search-quote-char.
4705 (Using an already running Emacs process): Gnuclient is probably not an
4706 enhancement these days.
4707 (Indenting switch statements): Remove mention of pre-Emacs 20.
4708 (Horizontal scrolling): Abbreviate Emacs 20 description.
4709 (Replacing text across multiple files): Fix name of dired command.
4710 (Disabling backups): Use require not load.
4f9d4de3 4711 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 4712
2a1cf2b9
BW
47132009-06-13 Bill Wohler <wohler@newt.com>
4714
4715 Release MH-E manual version 8.2.
4716
4717 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4718 release 8.2.
4719
85b438b7
GM
47202009-06-13 Glenn Morris <rgm@gnu.org>
4721
4722 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
4723 in this day and age the common meaning is "on the web".
4724 (copying): Use @copyright in all cases.
4725 (Basic keys): Remove reference to deleted manual node "Text Characters".
4726 (File-name conventions): Use GNU as an example rather than SERVICE.
4727 default.el lives in site-lisp. Update Info directory location.
4728 (Real meaning of copyleft): GPL actions have been brought, but all
4729 settled out of court.
4730 (Guidelines for newsgroup postings): Shorten section title.
4731 Simplify comp.emacs description.
4732 (Newsgroup archives): Change Google URL. Describe Gmane.
4733 (Unsubscribing from Emacs lists): Remove discussion of "distribution
4734 points". Mention List-Unsubscribe header.
4735 (Contacting the FSF): Update email and URLs.
4736 (Basic editing): Mention F1 for help.
4737 (Installing Texinfo documentation): Refer to Texinfo website rather
4738 than ftp server.
4739 (Printing a Texinfo file): Mention texi2pdf.
4740 (Informational files for Emacs): Don't describe FTP or SERVICE, they
4741 are just stubs nowadays.
4742 (Latest version of Emacs): Explain version numbers.
4743 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
4744 (Turning on syntax highlighting): No need to mention hilit19 any more.
4745 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
4746 (Modes for various languages): Remove section.
4747 (Major packages and programs): Remove most version and maintainer
4748 information - it's hard to keep up-to-date, and adds nothing.
4749 Similarly with direct links to mailing lists.
4750 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
4751 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
4752 years, and Emacs comes with tools for this now.
4753 (Patch): Remove section - this is a standard tool.
4754 (Using function keys under X): Remove section.
4755
93e2d996
GM
47562009-06-12 Glenn Morris <rgm@gnu.org>
4757
4758 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
4759 (Help installing Emacs): Remove reference to deleted X11 node.
4760 (Associating modes with files): Interpreter-mode-alist is no longer
4761 subservient to auto-mode-alist.
4762 (Installing Emacs): Change future Emacs version.
4763 (Linking with -lX11 fails): Remove old section.
4764 (Packages that do not come with Emacs): Update ELL location.
4765 Emacs Lisp archive is dead.
4766 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
4767 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
4768 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
4769 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
4770 (Removing flashing messages): Remove section about non-existent Gnus
4771 option.
4772
f0bf7708
GM
4773 * faq.texi (Top): Add @top command.
4774 Remove the optional arguments from all @node commands: makeinfo can
4775 generate these automatically, and it is easier to edit and rearrange
4776 nodes without them.
4777
30884d11
GM
47782009-06-11 Glenn Morris <rgm@gnu.org>
4779
4780 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
4781 (The LPF): Make the updated URL the sole reference point.
4782 (Learning how to do something): Update refcard price and format.
4783 (Getting a printed manual): Sources in doc/emacs/, not man/.
4784 Also available in PDF format. Since the page count varies, be less
4785 precise.
4786 (Informational files for Emacs): Remove references to deleted files
4787 LPF and SUN-SUPPORT, and to UUCP.
4788 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
4789 Remove many obsolete ways to get the FAQ, which now seems only to be
4790 distributed with Emacs.
4791 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
4792
deab46e0
CY
47932009-06-09 Chong Yidong <cyd@stupidchicken.com>
4794
223b43fa 4795 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 4796 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 4797
deab46e0
CY
4798 * ada-mode.texi (Installation, Compile commands)
4799 (Project File Overview, No project files, Set compiler options)
4800 (Use GNAT project file, Use multiple GNAT project files)
4801 (Identifier completion): Use @samp for menu items, and @kbd for key
4802 sequences (Bug#3504).
4803
71fbd643
DU
48042009-06-04 Daiki Ueno <ueno@unixuser.org>
4805
8c9bb6f5 4806 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 4807
f197085b
CY
48082009-06-04 Ryan Yeske <rcyeske@gmail.com>
4809
4810 * message.texi (Header Commands): Fix descriptions to match
4811 keybindings.
4812
7f3bc720
DU
48132009-04-22 Daiki Ueno <ueno@unixuser.org>
4814
4815 * gnus.texi (Security): Mention that EasyPG is the current default.
4816
4518068d
CY
48172009-04-13 Chong Yidong <cyd@stupidchicken.com>
4818
4819 * ediff.texi (Session Commands): Fix typo.
4820
d7ca410a
MB
48212009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
4822
4823 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
4824 news.software.readers. Reported by Florian Rehnisch.
4825
c6c76add
GM
48262009-04-02 Glenn Morris <rgm@gnu.org>
4827
4828 * auth.texi: Capitalize direntry.
4829
4830 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
4831 using a period in the entry name. (Bug#2797)
4832
35ed8e2e
JB
48332009-03-03 Juanma Barranquero <lekktu@gmail.com>
4834
4835 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
4836 ($(infodir)/auth, auth.dvi): New targets.
4837
e280480a
GM
48382009-03-03 Glenn Morris <rgm@gnu.org>
4839
4840 * auth.texi: Fix @setfilename.
4841
4842 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4843 (auth, $(infodir)/auth, auth.dvi): New rules.
4844
8a76755b
GM
48452009-02-25 Glenn Morris <rgm@gnu.org>
4846
4847 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
4848
0038d478
MB
48492009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4850
4851 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4852
48532009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4854
4855 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4856 gnus-nocem-issuers, and gnus-nocem-verifyer.
4857
867d4bb3
JB
48582009-02-20 Juanma Barranquero <lekktu@gmail.com>
4859
4860 * ada-mode.texi (Project files, Automatic Casing):
4861 * dbus.texi (Signals):
4862 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4863 * mh-e.texi (HTML):
4864 * nxml-mode.texi (Locating a schema)
4865 (Using the document's URI to locate a schema):
4866 * org.texi (Footnotes, Using the mapping API):
4867 * rcirc.texi (Channels): Remove duplicate words.
4868
3a44dc1f
GM
48692009-02-20 Glenn Morris <rgm@gnu.org>
4870
4871 * dired-x.texi (Miscellaneous Commands):
4872 * gnus.texi: Minor updates for mbox Rmail.
4873
5dc584b5
KB
48742009-02-16 Karl Berry <karl@gnu.org>
4875
b59a8457
GM
4876 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4877 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4878 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4879 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4880 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4881 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4882 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4883 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4884 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4885 Consistently use @insertcopying in the Top node,
5dc584b5 4886 @contents at the front (after @end titlepage),
b59a8457 4887 and @direntry after @copying. (Bug#1988)
5dc584b5 4888
9eb59592
MB
48892009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4890
4891 * auth.texi: New file documenting auth-source.
4892
d324fa76
CD
48932009-02-13 Carsten Dominik <dominik@science.uva.nl>
4894
4895 * org.texi (Org Plot): Fix link.
4896
7a603b73
DU
48972009-02-09 Daiki Ueno <ueno@unixuser.org>
4898
4899 * epa.texi (Mail-mode integration): Mention the way to do
4900 "encrypt-to-self". (Bug#1807)
4901
a626b338 49022009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4903
4904 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4905
3b36c17e
MB
49062009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4907
4908 * gnus-news.texi: Print version about Incoming*.
4909
55033558
CD
49102009-02-02 Carsten Dominik <dominik@science.uva.nl>
4911
4912 * org.texi (Structure editing, Handling links)
4913 (Fast access to TODO states, Javascript support): Make standard docs
4914 correctly reflect default variable settings.
4915
ec712abb
GM
49162009-02-02 Glenn Morris <rgm@gnu.org>
4917
4918 * org.texi: Fix typos.
4919
7112648c
MA
49202009-02-01 Michael Albinus <michael.albinus@gmx.de>
4921
4922 Sync with Tramp 2.1.15.
4923
4924 * trampver.texi: Update release number.
4925
2e461fc1
CD
49262009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4927
4928 * org.texi (TODO dependencies): Document TODO dependencies on
4929 checkboxes.
4930
bc283609
CD
49312009-01-30 Carsten Dominik <dominik@science.uva.nl>
4932
4933 * org.texi (TODO dependencies): Document key binding for toggling
4934 ORDERED property.
4935
74fc5047
MA
49362009-01-28 Michael Albinus <michael.albinus@gmx.de>
4937
4938 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4939 of hook functions.
4940
d6685abc
CD
49412009-01-28 Carsten Dominik <dominik@science.uva.nl>
4942
4943 * org.texi (TODO dependencies): New section.
4944
65c439fd
CD
49452009-01-27 Carsten Dominik <dominik@science.uva.nl>
4946
4947 * org.texi (Plain lists, TODO basics, Priorities)
4948 (Multiple sets in one file, Conflicts): Document interaction with
4949 `shift-selection-mode'.
4950
5fafc247
JB
49512009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4952
4953 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4954 Make Calc the subject of sentences.
4955 (Rearranging Formulas using Selections): Discuss new options
4956 for `j *'.
4957
e7433508
MA
49582009-01-26 Michael Albinus <michael.albinus@gmx.de>
4959
4960 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4961
2096a1b6
GM
49622009-01-26 Glenn Morris <rgm@gnu.org>
4963
4964 * org.texi: Fix typos.
4965
0cb61492
BW
49662009-01-26 Bill Wohler <wohler@newt.com>
4967
2096a1b6 4968 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4969
0bd48b37
CD
49702009-01-25 Carsten Dominik <dominik@science.uva.nl>
4971
4972 * org.texi (References): Add information about remote references.
4973 (Built-in table editor): Document `C-c RET' in tables.
4974 (Math symbols, Quoting LaTeX code): Mention that simple
4975 LaTeX macros survive LaTeX export.
4976 (Images in LaTeX export): Show how to create a reference to a
4977 figure.
4978 (Sectioning structure): Document that the LaTeX class can be
4979 specified in a property.
4980 (Text areas in HTML export): New section.
4981 (External links): Add examples for text search and ID links.
4982 (Built-in table editor): Remove the descriptio of `C-c
4983 C-q', it not longer works.
4984 (Literal examples): Document that a space must follow
4985 the colon in short examples.
4986 (Relative timer): Document `org-timer-stop'.
4987 (Footnotes): New section.
4988 (Footnote markup): Shorten section and refer to new Footnote
4989 section.
4990 (Literal examples): Add documentation for line
4991 numbering in and references to code examples.
4992 (CSS support): Fix the description of default CSS styles.
4993 (Capturing column view): Document
4994 "file:path/to/file.org" as an allowed value for the ID property of
4995 a dynamic block copying column view.
4996
49dbbaf2
SE
49972009-01-23 Stephen Eglen <stephen@gnu.org>
4998
4999 * mh-e.texi (Getting Started): Describe $MH.
5000
193e6828
MA
50012009-01-21 Michael Albinus <michael.albinus@gmx.de>
5002
5003 * tramp.texi (all): Harmonize usage of "external method",
5004 "external transfer method" and "out-of-band method".
5005 (Connection types): Precise the differences of inline and external
5006 methods. Written by Adrian Phillips <a.phillips@met.no>.
5007
26b9f88d
MB
50082009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5009
5010 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
5011 commands as described at the top. Reported by Allan Gottlieb
5012 <gottlieb@nyu.edu>.
5013
50142009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5015
5016 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
5017 nnmail-pathname-coding-system.
5018
377952e0
GM
50192009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
5020
5021 * org.texi (Relative timer): Fix typo.
5022
a20d3598
JB
50232009-01-15 Juanma Barranquero <lekktu@gmail.com>
5024
5025 * org.texi (Clocking work time): Fix typo.
98a1e0f5 5026 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 5027
a50253cc
GM
50282009-01-13 Glenn Morris <rgm@gnu.org>
5029
5030 * org.texi: Fix some more typos.
5031
07450bee
GM
50322009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
5033
5034 * org.texi: Fix some typos.
5035
e3e955fe
MB
50362009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5037
5038 * gnus.texi (Group Parameters): Add note for local variables.
5039
50402009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5041
0c7efc08
SM
5042 * gnus.texi (Converting Kill Files): Fix URL.
5043 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
5044
50452009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5046
5047 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
5048 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
5049 (Paging the Article): Add index entry.
5050
71dd9983
JB
50512009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
5052
5053 * ada-mode.texi (Examples): Delete redundant text.
5054
4a0cf14f
MA
50552009-01-03 Michael Albinus <michael.albinus@gmx.de>
5056
36c8febb 5057 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
5058
5059 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
5060 addresses.
5061
aedac0f0
BW
50622009-01-03 Bill Wohler <wohler@newt.com>
5063
5064 * mh-e.texi (Scan Line Formats): Indicate that first column should be
5065 kept empty.
5066
4c65b566
CD
50672008-12-20 Carsten Dominik <dominik@science.uva.nl>
5068
5069 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
5070 (HTML Export commands, LaTeX/PDF export commands):
5071 Improve documentation about transient-mark-mode.
e9fce1ac 5072 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
5073 to fields in the last table row.
5074
e1a78e1e
JL
50752008-12-19 Juri Linkov <juri@jurta.org>
5076
5077 * info.texi (Search Text): Remove mention of removed key binding M-s.
5078
17a0aa82
CD
50792008-12-18 Carsten Dominik <dominik@science.uva.nl>
5080
5081 * org.texi (References): Remove mentioning of @0 as reference for the
5082 last line, this has been reverted in the Lisp sources.
5083
4997d802
JB
50842008-12-17 Juanma Barranquero <lekktu@gmail.com>
5085
5086 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
5087 (DVI_TARGETS): Remove duplicates. Add sasl.
5088 ($(infodir)/sasl, sasl.dvi): New targets.
5089
33306645
CD
50902008-12-17 Carsten Dominik <dominik@science.uva.nl>
5091
5092 * org.texi: Version number pushed to 6.15d.
5093
db55f368
CD
50942008-12-16 Carsten Dominik <dominik@science.uva.nl>
5095
a0bf4117 5096 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
5097 (Images in LaTeX export): New section.
5098 (Inlined images, Images in HTML export): Sections renamed.
5099
dae0a942
MB
51002008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5101
5102 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
5103
9f5572e9
MB
51042008-12-04 David Engster <dengste@eml.cc>
5105
5106 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 5107 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 5108
bc23baaa
CD
51092008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5110
5111 * org.texi (Using the mapping API): Fix bug in mapping example.
5112 (Publishing options): Make the list of properties complete again, in
5113 correspondence to the variable `org-export-plist-vars'.
5114 (Property searches): Document new special values for time comparisons.
5115 (Tag inheritance): Refine the description of tag inheritance.
5116 (Project alist): Add info about the publishing sequence of components.
a0bf4117 5117 (Effort estimates): Document the new relative timer.
bc23baaa 5118
3bf8054f
JB
51192008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
5120
5121 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
5122 (Using Calc): Clarify use of `C-x * o'.
5123 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
5124
ac134f2f
RS
51252008-11-28 Richard M Stallman <rms@gnu.org>
5126
5127 * dbus.texi (Receiving Method Calls): Clean up previous change.
5128
ace706d1
MA
51292008-11-26 Michael Albinus <michael.albinus@gmx.de>
5130
5131 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
5132 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
5133 `dbus-unescape-from-identifier'.
5134 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 5135 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
5136 (Signals): Use the constants in the example.
5137
d60b1ba1
CD
51382008-11-24 Carsten Dominik <dominik@science.uva.nl>
5139
b97439ce 5140 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 5141
ce4fdcb9
CD
51422008-11-23 Carsten Dominik <dominik@science.uva.nl>
5143
5144 * org.texi (Setting up Remember): Document `org-remember-mode'.
5145 (External links): Document that bbdb links can use a regular
5146 expression.
5147 (External links): Document that elisp links can contain interactive
5148 commands.
5149
c8548a00 51502008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
5151
5152 * viper.texi (viper-translate-all-ESC-keysequences):
5153 Description removed.
5154
6a2c4aec
GM
51552008-11-19 Glenn Morris <rgm@gnu.org>
5156
5157 * doclicense.texi: Change to FDL 1.3.
5158 Relicense all texi files under FDL 1.3 or later.
5159
59ee4113
JB
51602008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5161
5162 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
5163
59bcbb98 51642008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 5165
0c7efc08 5166 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
5167
5168 * ediff.texi: Version/date change.
9f90198a 5169
8aa41c9b
CY
51702008-11-14 Chong Yidong <cyd@stupidchicken.com>
5171
5172 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
5173
17587b1b
JB
51742008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
5175
5176 * calc.texi (About This Manual): Comment out a mention of
5177 marginal notes.
5178
564c900e
CD
51792008-11-12 Carsten Dominik <dominik@science.uva.nl>
5180
5181 * org.texi (Clocking work time): Document the :formula property of
5182 clock tables.
5183 (Structure editing, Refiling notes): Document refiling regions.
5184 (Agenda commands): Document the double-prefix version
5185 of the `l' command in the agenda.
5186 (Handling links): Explain the effect of a double prefix
5187 arg to `C-c C-o'.
5188 (TODO basics): Add documentation for tag triggers.
5189
3c4be1f2
GM
51902008-10-23 Glenn Morris <rgm@gnu.org>
5191
5192 * cl.texi (Function Bindings): Mention `flet' fails to deal with
5193 byte-compiling things like `+'.
5194
5195 * ns-emacs.texi: Merge copyright years of author now with assignment
5196 into FSF years.
5197 (VER): Use it for easier automatic updating. Use Emacs version rather
5198 than standalone Emacs.app version.
5199
a6520ff3
CD
52002008-10-12 Carsten Dominik <dominik@science.uva.nl>
5201
864c9740 5202 * org.texi: Lots of minor fixes.
a6520ff3
CD
5203 (Capture): New chapter.
5204 (Org Plot): New section.
5205
db7a4b66
MH
52062008-09-30 Magnus Henoch <mange@freemail.hu>
5207
5208 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
5209
4043c194
JB
52102008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5211
5212 * calc.texi (User Defined Units): Mention how to enter optional display
5213 string.
5214
eef5ade7
MB
52152008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5216
0c7efc08 5217 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
5218 avoid the "y/n" wording.
5219
e52cac88
MB
52202008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5221
0c7efc08 5222 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
5223
52242008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5225
5226 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
5227 @enumerate section so as to be able to be formatted with MAKEINFO=no.
5228
00c55306
BW
52292008-09-22 Bill Wohler <wohler@newt.com>
5230
5231 Release MH-E manual version 8.1.
5232
5233 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5234 release 8.1.
5235
5236 * mh-e.texi: Retain dual license as agreed to by the FSF.
5237 However, bump GPL to Version 3.
5238 Use @include for license text.
5239
e52cac88 52402008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
5241
5242 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
5243 (Store custom flags and keywords, Store arbitrary data):
5244 Clean up markup.
64763fe3
MB
5245
52462008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
5247
5248 * gnus.texi (The Gnus Registry): Document it.
5249
9e601b8d
MB
52502008-09-08 David Engster <dengste@eml.cc>
5251
88ee5b02
JB
5252 * gnus.texi (nnmairix): Point out that nnml uses MH format.
5253 Clarify section about choosing back end servers.
9e601b8d 5254
247043f1
GM
52552008-08-23 Glenn Morris <rgm@gnu.org>
5256
5257 * dired-x.texi (Shell Command Guessing):
5258 Mention dired-guess-shell-case-fold-search. (Bug#417)
5259
2bfec7a0
MA
52602008-08-22 Michael Albinus <michael.albinus@gmx.de>
5261
5262 * trampver.texi: Update release number.
5263
247043f1 52642008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
5265
5266 * ns-emacs.texi: Update version.
5267 (Introduction): Correct menu location for options save.
5268 (Customization): Note that defaults are stored under org.gnu.Emacs.
5269
8c20bd92
BW
52702008-08-11 Bill Wohler <wohler@newt.com>
5271
5272 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
5273 explicit about GNU mailutils MH elsewhere (with thanks to Darel
5274 Henman) (closes SF #1768928).
5275
767a4d92
GM
52762008-08-10 Glenn Morris <rgm@gnu.org>
5277
5278 * ns-emacs.texi: Use @copying. Change copyright of authors with
5279 assignment to FSF. Change license to GFDL.
5280 (Top): Remove outdated references.
5281
6ecfe5c2
MB
52822008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
5283
88ee5b02
JB
5284 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
5285 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
5286 gnus-summary-sort-by-most-recent-date.
5287 (Summary Sorting): Explain prefix argument.
5288
52892008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
5290
5291 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
5292 gnus-summary-pipe-output.
5293
eb932e8a
MA
52942008-08-03 Michael Albinus <michael.albinus@gmx.de>
5295
5296 * dbus.texi (Receiving Method Calls): Document error handling of own
5297 D-Bus methods.
5298
bfe16263
BW
52992008-08-01 Bill Wohler <wohler@newt.com>
5300
5301 * mh-e.texi (Reading Mail)
9f90198a 5302 (Viewing Attachments): Describe new function
bfe16263
BW
5303 mh-show-preferred-alternative.
5304 (Sending Mail, Redistributing, Sending Message): Describe new hook
5305 mh-annotate-msg-hook.
5306
21956b56
MA
53072008-07-31 Michael Albinus <michael.albinus@gmx.de>
5308
5309 * dbus.texi (Arguments and Signatures): Fix example.
5310 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
5311 (Asynchronous Methods): New node.
9f90198a
JB
5312 (Errors and Events): Describe extended layout of `dbus-event'.
5313 New defun `dbus-event-message-type'.
21956b56 5314
7c2fb837
DN
53152008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5316
5317 * ediff.texi: Remove VMS support.
5318
13662773
JB
53192008-07-29 Juanma Barranquero <lekktu@gmail.com>
5320
5321 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
5322 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
5323
ddde0b34
CY
53242008-07-29 Chong Yidong <cyd@stupidchicken.com>
5325
5326 * Makefile.in: Add mairix-el targets.
5327
53282008-07-29 David Engster <deng@randomsample.de>
5329
5330 * mairix-el.texi: New file.
5331
d5875b25
JB
53322008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
5333
366b7d44
JB
5334 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
5335 project files. Delete 'main_unit' project variable; not needed. Allow
5336 process environment variables wherever project variables are allowed.
5337 Add tutorial section on multiple GNAT project files.
d5875b25 5338
6cbab8ee
MA
53392008-07-27 Michael Albinus <michael.albinus@gmx.de>
5340
5341 Sync with Tramp 2.1.14.
5342
5343 * trampver.texi: Update release number.
5344
9e2a2647
DN
53452008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5346
5347 * ns-emacs.texi:
5348 * faq.texi: Remove mentions of Mac Carbon.
5349
d62672f3
MB
53502008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5351
5352 * gnus.texi (Saving Articles): Describe the 2nd argument of
5353 gnus-summary-save-in-pipe.
5354 (SpamAssassin): Use it.
5355
53562008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
5357
5358 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
5359
dd12e1c6
CD
53602008-07-25 Carsten Dominik <dominik@science.uva.nl>
5361
5362 * org.texi (Export options): Document the use of the creator flag.
5363
44ce9197
CD
53642008-07-24 Carsten Dominik <dominik@science.uva.nl>
5365
5366 * org.texi: New version 6.06a.
5367
ddd13c5d
JB
53682008-07-23 Juanma Barranquero <lekktu@gmail.com>
5369
5370 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
5371 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
5372
8dc6104d
JB
53732008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
5374
5375 * calc.texi (Editing Stack Entries):
5376 (Algebraic Entry): Rewrite introductory sentences so it can be used by
5377 Calc's help functions. Mention fixing typos.
5378 (Customizing Calc): Fix typo.
5379
53802008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
5381
5382 * calc.texi (summarykey): New macro. Use to correctly format keys in
5383 the summary.
5384
ddd13c5d 53852008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
5386
5387 * ns-emacs.texi (Customization): Corrected documentation on color
5388 specification formats.
5389
568beaa2
AS
53902008-07-19 Andreas Schwab <schwab@suse.de>
5391
db8ef699 5392 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
5393
5394 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
5395 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
5396
cd71b9ae
MA
53972008-07-18 Michael Albinus <michael.albinus@gmx.de>
5398
5399 * dbus.texi (Inspection): Rework, introduce submenus.
5400 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
5401 (Properties and Annotations, Arguments and Signatures): New nodes.
5402
9b7993b4
MA
54032008-07-13 Michael Albinus <michael.albinus@gmx.de>
5404
5405 * dbus.texi (Receiving Method Calls): Fix description of
5406 `dbus-register-method'.
5407 (Signals): Allow also signal arguments for filtering in
5408 `dbus-register-signal'.
5409
241d447b
JB
54102008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
5411
5412 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
5413 `cnorm'.
5414 (Arithmetic Tutorial): Simplify the verification of prime factors.
5415
adb46650
MB
54162008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5417
5418 * gnus.texi (Saving Articles): Mention
5419 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
5420
92e15881
JB
54212008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
5422
5423 * calc.texi: Adjust mode line throughout.
5424
ea597303
JB
54252008-06-28 Juanma Barranquero <lekktu@gmail.com>
5426
5427 * sasl.texi (Mechanisms): Fix typos.
5428
aee08080
JB
54292008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5430
5431 * calc.texi (Killing from the stack): Mention using normal Emacs
5432 copying.
5433
a06a4a12
MA
54342008-06-21 Michael Albinus <michael.albinus@gmx.de>
5435
0c7efc08 5436 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 5437 Add `auth-source' mechanism.
a06a4a12
MA
5438 (Connection caching): Tramp reopens the connection automatically,
5439 when the operating system on the remote host has been changed.
5440
7389398d
EZ
54412008-06-20 Eli Zaretskii <eliz@gnu.org>
5442
5443 * makefile.w32-in (distclean): Remove makefile.
5444
b349f79f
CD
54452008-06-17 Carsten Dominik <dominik@science.uva.nl>
5446
3f9b4c2b 5447 * org.texi (Using the mapping API): New section.
b349f79f 5448 (Agenda column view): New section.
3f9b4c2b 5449 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 5450 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 5451 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
5452
54532008-06-17 Jason Riedy <jason@acm.org>
5454
5455 * org.texi (A LaTeX example): Note that fmt may be a one-argument
5456 function, and efmt may be a two-argument function.
5457 (Radio tables): Document multiple destinations.
5458
cd5c05d2
GM
54592008-06-16 Glenn Morris <rgm@gnu.org>
5460
5461 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
5462 Add Cover-Texts.
5463
debf4439
GM
54642008-06-15 Glenn Morris <rgm@gnu.org>
5465
5466 * faq.texi (VER): Update to 23.0.60.
5467
5468 * mh-e.texi: Remove option of licensing under GPL.
5469 Add Cover-Texts to GFDL permissions notice.
5470 (GPL): Remove section.
5471 (GFDL): Include doclicense.texi rather than the actual text.
5472
5473 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
5474 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
5475
5476 * sasl.texi: Fix output file name.
5477
5478 * epa.texi, sasl.texi: Refer to license in Emacs manual.
5479
5480 * gnus-coding.texi: Refer to license in Gnus manual.
5481
5482 * idlwave.texi, sasl.texi: Use @copying.
5483
5484 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
5485
5486 * speedbar.texi: Update Back-Cover Text as per maintain.info.
5487
5488 * url.texi: Use @copying, @title, @subtitle, @author.
5489
5490 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
5491 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
5492 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
5493 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
5494 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
5495 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
5496 * widget.texi, woman.texi:
5497 Remove references to external license, since doclicense is included.
5498
5499 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
5500 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
5501 Remove references to non-existent Invariant Sections.
5502
091f8bc1
GM
55032008-06-14 Glenn Morris <rgm@gnu.org>
5504
5505 * faq.texi (Major packages and programs): Remove references to external
5506 Supercite, Calc, VIPER, since they have been included for some time.
5507 Update VM, AUCTeX, BBDB entries.
5508
47bcb4d3
UJ
55092008-06-14 Ulf Jasper <ulf.jasper@web.de>
5510
5511 * newsticker.texi: Updated to match latest newsticker changes.
5512
6f093307
GM
55132008-06-13 Glenn Morris <rgm@gnu.org>
5514
5515 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
5516 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
5517 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
5518 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
5519 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
5520 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
5521 * woman.texi:
5522 Update Back-Cover Text as per maintain.info.
5523
2b968687
MB
55242008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5525
5526 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
5527
5528 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
5529 (gnus-faq.xml): Update repository host.
5530
2b968687
MB
5531 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
5532
55332008-06-15 Frank Schmitt <ich@frank-schmitt.net>
5534
5535 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
5536 Fix a typo.
5537
55382008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5539
5540 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 5541 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
5542 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
5543
55442008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5545
5546 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
5547 coding standards.
5548
55492008-06-14 David Engster <dengste@eml.cc>
5550
5551 * gnus.texi (nnmairix): Markup fixes.
5552
e6d2d263
MB
55532008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5554
2b968687 5555 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
5556
55572008-06-05 David Engster <dengste@eml.cc>
5558
5559 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
5560
55612008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5562
b344d29d 5563 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
5564 (Searching, nnir, nnmairix): New stub nodes.
5565
ad231df6 55662008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
5567
5568 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
5569
f394fa25
MB
55702008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
5571
5572 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
5573
58333467
MB
55742008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
5575
5576 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
5577
67525fb9
JY
55782008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
5579
5580 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
5581
0549d8fc
JB
55822008-05-06 Juanma Barranquero <lekktu@gmail.com>
5583
5584 * info.texi (Top): Fix typo in xref.
5585
149a3837
KB
55862008-05-05 Karl Berry <karl@gnu.org>
5587
5588 * info.texi (Top): @xref to stand-alone manual.
5589
3a23a519
MB
55902008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5591
5592 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
5593 (Various Summary Stuff): Fix typo in last xref.
5594
0a29fbf3
JB
55952008-05-02 Juanma Barranquero <lekktu@gmail.com>
5596
5597 * org.texi (Moving subtrees): Fix typo.
5598
586b90f1
MA
55992008-04-28 Michael Albinus <michael.albinus@gmx.de>
5600
5601 * tramp.texi (Frequently Asked Questions): Explain, how to disable
5602 Tramp via `tramp-mode'.
5603
b5af9883
CD
56042008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
5605
5606 * org.texi: Massive changes, in many parts of the file.
5607
d55fe5bb
MB
56082008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5609
5610 * gnus.texi (Oort Gnus): Add message-fill-column.
5611
56122008-04-12 Adrian Aichner <adrian@xemacs.org>
5613
5614 * gnus.texi (Mail Source Specifiers): Typo fix.
5615
56162008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5617
5618 * gnus.texi (Diary Headers Generation): Update key binding for
5619 `gnus-diary-check-message'.
5620
56212008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5622
5623 * gnus.texi (Emacsen): Addition.
5624
56252008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5626
5627 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
5628
56292008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5630
5631 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
5632
56332008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5634
5635 * gnus-news.texi: Update tool bar item.
5636
56372008-04-09 Sven Joachim <svenjoac@gmx.de>
5638
5639 * gnus-news.texi: Fix typos.
5640
76c109c3
JB
56412008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
5642
222027f2 5643 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
5644 Add mention of `kron'.
5645
d5fbd5a6
MO
56462008-04-01 Daiki Ueno <ueno@unixuser.org>
5647
0c7efc08
SM
5648 * epa.texi (Encrypting/decrypting *.gpg files):
5649 Document epa-file-name-regexp.
d5fbd5a6 5650
fbcbb58c
KY
56512008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5652
5653 * gnus.texi (Example Methods): Fix description about ssh-agent.
5654 (Indirect Functions): Fix the default value of nntp-telnet-command;
5655 remove link to connect.html.
5656
134ce16c
MA
56572008-03-30 Michael Albinus <michael.albinus@gmx.de>
5658
5659 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
5660 dbus-call-method.
5661 (Receiving Method Calls): The timeout can be set by the calling client.
5662
da1975d7
MA
5663 * trampver.texi: Update release number.
5664
2e4089ab
RS
56652008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
5666
5667 * gnus.texi (Top): Fix version. Add SASL.
5668
70cab5a9
MA
56692008-03-29 Michael Albinus <michael.albinus@gmx.de>
5670
5671 Sync with Tramp 2.1.13.
5672
5673 * trampver.texi: Update release number.
5674
5bc6ddff
MB
56752008-03-29 Chong Yidong <cyd@stupidchicken.com>
5676
5677 * org.texi: Update to new org-mode website.
5678
56792008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * cl.texi (For Clauses): Fix loop over key-seq to match code.
5682
9b3ebcb6
MB
56832008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5684
5685 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
5686 gnus-read-ephemeral-gmane-group-url,
5687 gnus-read-ephemeral-emacs-bug-group,
5688 gnus-read-ephemeral-debian-bug-group.
5689
56902008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5691
5692 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
5693
5694 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
5695 Add FIXMEs for Bookmarks and gnus-registry-marks.
5696
56972008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5698
5699 * gnus.texi (Smileys): Document `smiley-style'.
5700
57012008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5702
5703 * gnus.texi (Gnus Development): Clarify difference between ding and
5704 gnu.emacs.gnus.
5705 (MIME Commands, Using MIME, RSS): Fix markup.
5706
5707 * gnus-faq.texi ([8.4]): Ditto.
5708
57092008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5710
5711 * gnus.texi (Emacsen): Remove obsolete stuff.
5712
57132008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5714
5715 * gnus.texi (Oort Gnus): Add version info WRT
5716 `mail-source-delete-incoming'.
5717
57182008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5719
5720 * gnus.texi (Top): Add "Other related manuals" and version info in
5721 `iftex' output.
5722 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
5723 gnus-balloon-face-0 and the corresponding format specifiers.
5724
608d6a81
MA
57252008-03-26 Michael Albinus <michael.albinus@gmx.de>
5726
5727 * tramp.texi (Filename completion): Remove footnote about let-bind
5728 of `partial-completion-mode'. It doesn't work this way.
5729
27a6f132
SM
57302008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5731
5732 * pcl-cvs.texi (Contributors): Update my email.
5733
4a7c4c40
MA
57342008-03-21 Michael Albinus <michael.albinus@gmx.de>
5735
5736 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
5737
2940c053
BW
57382008-03-17 Bill Wohler <wohler@newt.com>
5739
5740 * mh-e.texi (Viewing): Update URL for adding header fields to
5741 mh-invisible-header-fields-default.
5742
30864d5f
BW
57432008-03-16 Bill Wohler <wohler@newt.com>
5744
5745 * mh-e.texi (Preface): Add Gnus to requirements.
5746 (Forwarding): Note that forwarded MIME messages are now inline.
5747
31fe2b00
SM
57482008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5749
5750 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
5751 (Common Variables): Give precedence to the netcat methods over the
5752 telnet methods, and mention that they are more reliable.
31fe2b00 5753
5e97c626
CD
57542008-03-13 Carsten Dominik <dominik@science.uva.nl>
5755
5756 * org.texi (Exporting Agenda Views): Document agenda export to
5757 iCalendar.
5758 (Progress logging): Document the new progress logging stuff.
5759
37a68866
MB
57602008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5761
5762 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
5763 Update for change of `mail-source-delete-incoming'.
5764
5765 * gnus-news.texi: Ditto.
5766
8f7abae3
MB
57672008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5768
5769 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
5770 custom versions.
5771
af379c86
AM
57722008-03-07 Alan Mackenzie <acm@muc.de>
5773
5774 * cc-mode.texi (Limitations and Known Bugs): State that the number of
5775 parens/brackets in a k&r region is limited.
5776
3d0f8a67
MB
57772008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5778
5779 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
5780 using different Emacs versions.
5781
52151df0
GM
57822008-02-27 Glenn Morris <rgm@gnu.org>
5783
5784 * sc.texi: Remove a lot of old and obsolete info.
5785 (titlepage): Simplify.
5786 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
5787 (VM with any Emacsen, GNEWS with any Emacsen)
5788 (Overloading for Non-conforming MUAs, Version 3 Changes)
5789 (The Supercite Mailing List): Delete nodes.
5790 (Introduction): Remove info about old packages.
5791 (Getting Connected): Simplify. Remove info about old packages.
5792 (Citing Commands): Delete Emacs 19 info.
5793 (Hints to MUA Authors): Simplify.
5794 (Thanks and History): Merge in some info from the deleted node
5795 "Version 3 Changes".
5796
b03f96dc
MB
57972008-02-05 Juanma Barranquero <lekktu@gmail.com>
5798
5799 * org.texi (Setting tags, In-buffer settings):
5800 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
5801
52bec650
MB
58022008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5803
5804 * gnus-news.texi: Mention that spaces and tabs are allowed in the
5805 installation directory name.
5806
34a3c587
RF
58072008-02-12 Romain Francoise <romain@orebokech.com>
5808
5809 * epa.texi (Overview): Fix typo.
5810
5a8d03e9
MO
58112008-02-11 Daiki Ueno <ueno@unixuser.org>
5812
5813 * epa.texi (Quick start): Remove the .emacs setting.
5814
f1914c40
MO
58152008-02-10 Daiki Ueno <ueno@unixuser.org>
5816
5817 * epa.texi (Quick start): Use the command `epa-enable' instead of
5818 loading `epa-setup'.
5819
bca98fc9
JB
58202008-02-08 Juanma Barranquero <lekktu@gmail.com>
5821
5822 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
5823 ($(infodir)/epa, epa.dvi): New targets.
5824
4b01af2e
MO
58252008-02-08 Daiki Ueno <ueno@unixuser.org>
5826
5827 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
5828
5829 * epa.texi: New manual documenting the EasyPG Assistant.
5830
06c0751a
MA
58312008-02-06 Michael Albinus <michael.albinus@gmx.de>
5832
5833 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
5834 (Inspection): New function dbus-ping.
5835
7dcccd7b
MA
58362008-02-05 Michael Albinus <michael.albinus@gmx.de>
5837
5838 * tramp.texi (Remote processes): Add `shell-command'.
5839
a1da1e37
MB
58402008-01-28 Michael Sperber <sperber@deinprogramm.de>
5841
5842 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5843 (Group Parameters): Document `mail-source' parameter.
5844
c9d8f746
MA
58452008-01-27 Michael Albinus <michael.albinus@gmx.de>
5846
5847 * tramp.texi (Inline methods): The hostname of the su(do)? methods
5848 must be a local host.
5849
15db4a13
MO
58502008-01-26 Michael Olson <mwolson@gnu.org>
5851
5852 * erc.texi: Update version for ERC 5.3 release.
5853 (Obtaining ERC): Update extras URLs for 5.3.
5854 (Development): Write instructions for git, and remove those for Arch.
5855 (History): Mention the switch to git.
5856
2bc43980
KB
58572008-01-24 Karl Berry <karl@gnu.org>
5858
bca98fc9
JB
5859 * info.texi (Search Index, Search Text): Mention the command
5860 character in the section name, a la the (Go to node) node.
2bc43980 5861
d2e4a6c9
MA
58622008-01-21 Michael Albinus <michael.albinus@gmx.de>
5863
5864 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5865
0b6799c3
MB
58662008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5867
5868 * gnus-news.texi: Mention gnus-article-describe-bindings.
5869
58702008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5871
5872 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5873
db9c3fb1 58742008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 5875
7b4d0413 5876 * org.texi (Property inheritance): New section.
db9c3fb1 5877 (Conventions): New section.
7b4d0413 5878 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
5879 commands, and the new bindings for refiling.
5880 (Sparse trees): Document the new special command for sparse trees.
5881 (References): Be more clear about the counting of hilines.
5882 (Handling links): Document M-p/n for accessing links.
5883 (Fast access to TODO states): New section.
5884 (Per file keywords): New section.
5885 (Property inheritance): New section.
5886 (Column attributes): New summary types.
5887 (Capturing Column View): New section.
5888 (The date/time prompt): Cover the new features in the date/time prompt.
5889 Compactify the table of keys for the calendar remote control.
5890 (Clocking work time): Document the new :scope parameter.
5891 (Remember): Promoted to chapter.
5892 (Quoted examples): New section.
5893 (Enhancing text): New verbatim environments.
5894
6ed73f28
MA
58952008-01-14 Michael Albinus <michael.albinus@gmx.de>
5896
5897 * trampver.texi: Update release number.
5898
95838435
MB
58992008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5900
0c7efc08
SM
5901 * gnus.texi (Article Keymap):
5902 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5903 gnus-article-reply-with-original and
5904 gnus-article-followup-with-original.
5905
20234d96
GM
59062008-01-09 Glenn Morris <rgm@gnu.org>
5907
5908 * nxml-mode.texi: Add @copying section.
5909
d82cf70b
MB
59102008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5911
5912 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5913 Server". Add `message-send-mail-with-mailclient'.
5914
5915 * gnus.texi (Posting Server): Move some text to "(message)Mail
5916 Variables" and add a reference here.
5917
addb7f2e
MA
59182008-01-04 Michael Albinus <michael.albinus@gmx.de>
5919
5920 * dbus.texi (Receiving Method Calls): New chapter.
5921 (Errors and Events): Add serial number to events. Replace "signal" by
5922 "message". Introduce dbus-event-serial-number.
5923
4db2806c
MA
59242008-01-03 Michael Albinus <michael.albinus@gmx.de>
5925
5926 * dbus.texi (Type Conversion): Explain the type specification for empty
5927 arrays. Use another example.
5928
c9ecb5a7
MA
59292007-12-30 Michael Albinus <michael.albinus@gmx.de>
5930
5931 * dbus.texi (all): Replace "..." by @dots{}.
5932 (Type Conversion): Precise the value range for :byte types.
5933 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5934 Mention its return value.
5935 (Errors and Events): There is no D-Bus error propagation during event
5936 processing.
5937
702dbfd9
JB
59382007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5939
5940 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5941 New sections.
5942
87035689
MB
59432007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5944
5945 * gnus.texi (Group Parameters): Reorder the text and add a note about
5946 `gnus-parameters' near the beginning of the node.
5947
59482007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5949
5950 * gnus.texi (Score File Editing): Fix function name.
5951
5492f5ca
MA
59522007-12-23 Michael Albinus <michael.albinus@gmx.de>
5953
5954 Sync with Tramp 2.1.12.
5955
5956 * trampver.texi: Update release number.
5957
d4e67bc5
MA
59582007-12-22 Michael Albinus <michael.albinus@gmx.de>
5959
5960 * dbus.texi (Type Conversion): Correct input parameters mapping.
5961
6a31c819
MA
59622007-12-21 Michael Albinus <michael.albinus@gmx.de>
5963
5964 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5965 (Errors and Events): Mention wrong-type-argument error.
5966
99a3e35f
AS
59672007-12-21 Alex Schroeder <alex@gnu.org>
5968
5969 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5970 spaces. Fixed some typos.
99a3e35f
AS
5971 (Internet Relay Chat): Explain relay.
5972 (Getting started with rcirc): Change items to reflect prompts.
5973 Add more explanation to rcirc-track-minor-mode and added a comment to
5974 warn future maintainers that this section is a copy.
0c7efc08 5975 (People): Change /ignore example.
62b12a24 5976 (Keywords): Not keywords.
99a3e35f 5977
331e4d02
AS
59782007-12-20 Alex Schroeder <alex@gnu.org>
5979
5980 * rcirc.texi (Top): Fighting Information Overload chapter added.
5981 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5982 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5983 (Fighting Information Overload): New chapter documenting /keyword,
5984 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5985 (Configuration): Document rcirc-server-alist, remove
5986 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5987
cd71c3ef
MA
59882007-12-16 Michael Albinus <michael.albinus@gmx.de>
5989
5990 * dbus.texi (Signals): Fix example in dbus-register-signal.
5991
bbbe940b
MB
59922007-12-14 Sven Joachim <svenjoac@gmx.de>
5993
5994 * gnus.texi (Score Variables): Fix typo.
5995
0ce574ef
MA
59962007-12-07 Michael Albinus <michael.albinus@gmx.de>
5997
5998 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5999 (Signals): Adapt dbus-send-signal and dbus-register-signal.
6000 (Errors and Events): Adapt dbus-event.
6001
b890d447
MB
60022007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6003
6004 * gnus.texi (Other Files): Add the yenc command.
6005
60062007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
6007
6008 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
6009 since 2004-08-06.
6010
60112007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6012
6013 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
6014 on body.
6015
60162007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6017
6018 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
6019 and rfc2047-allow-irregular-q-encoded-words; fix description of
6020 rfc2047-encode-encoded-words.
6021
60222007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6023
6024 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
6025
3728bf03
MO
60262007-12-05 Michael Olson <mwolson@gnu.org>
6027
6028 * remember.texi (Diary): Remove "require" line for remember-diary.el.
6029 Update documentation for `remember-diary-file'.
6030
a4397af9
MA
60312007-12-04 Michael Albinus <michael.albinus@gmx.de>
6032
6033 * dbus.texi (Signals): Precise `dbus-register-signal'.
6034 (Errors and Events): Rework events part, the internal structure of
6035 dbus-event has changed.
6036
1682490c
JB
60372007-12-03 Juanma Barranquero <lekktu@gmail.com>
6038
6039 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
6040 ($(infodir)/dbus, dbus.dvi): New targets.
6041
7b13a0f2
MA
60422007-12-03 Michael Albinus <michael.albinus@gmx.de>
6043
6044 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
6045 unconditionally.
6046
6047 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
6048 emulation with @print{}.
6049
7ef92bc9
RS
60502007-12-02 Richard Stallman <rms@gnu.org>
6051
6052 * dbus.texi (Overview): Minor cleanup.
6053
22d8ac3a
MA
60542007-12-02 Michael Albinus <michael.albinus@gmx.de>
6055
d3a8e0df
MA
6056 * Makefile.in (INFO_TARGETS): Add dbus.
6057 (DVI_TARGETS): Add dbus.dvi.
6058 (dbus, dbus.dvi): New targets.
6059
22d8ac3a
MA
6060 * dbus.texi: New file.
6061
559764ab
RF
60622007-11-24 Romain Francoise <romain@orebokech.com>
6063
6064 * nxml-mode.texi: Add description in @direntry.
7aa579d9 6065 Fix file name to match @setfilename.
559764ab 6066
ac97a16b
MH
60672007-11-23 Mark A. Hershberger <mah@everybody.org>
6068
6069 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6070 ($(infodir)/nxml-mode): New rule.
6071
6072 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6073 ($(infodir)/nxml-mode): New rule.
6074 (clean): Add nxml-mode*.
6075
6076 * nxml-mode.texi: New file with nxml manual.
6077
404cd454
GM
60782007-11-18 Richard Stallman <rms@gnu.org>
6079
6080 * flymake.texi (Example -- Configuring a tool called directly):
6081 Update example.
6082
b048d478
MA
60832007-11-18 Michael Albinus <michael.albinus@gmx.de>
6084
6085 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 6086 double-slash behavior. Explain directory contents flushing.
b048d478 6087
346e8469
JB
60882007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6089
6090 * calc.texi (TeX and LaTeX Language Modes): Put in
6091 missing braces.
6092
404cd454
GM
60932007-11-15 Richard Stallman <rms@gnu.org>
6094
6095 * cl.texi (Equality Predicates): Delete `eql'.
6096 (Predicates, Naming Conventions, Top): Delete `eql'.
6097 (Common Lisp Compatibility): Delete `eql'.
6098 (Porting Common Lisp): Delete obsolete backquote info.
6099 Minor clarification about character constants.
6100 (Sequence Basics): Minor clarification.
6101
1f6af58b
JB
61022007-11-15 Juanma Barranquero <lekktu@gmail.com>
6103
dccb744b 6104 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
6105 * tramp.texi (Filename completion): Fix typos.
6106
3bc88bc9
JB
61072007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
6108
6109 * calc.texi (Basic commands): Mention the menu.
6110
bc5300d3
MA
61112007-11-12 Michael Albinus <michael.albinus@gmx.de>
6112
6113 * tramp.texi (Connection caching): Tramp flushes connection
6114 properties when remote operating system has been changed.
6115
4d8a28ec
MB
61162007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
6117
6118 * gnus-news.texi: Fix spelling.
6119 `message-insert-formatted-citation-line', not
6120 `message-insert-formated-citation-line'.
6121
404cd454
GM
6122 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
6123
e1176b47
MA
61242007-11-07 Michael Albinus <michael.albinus@gmx.de>
6125
6126 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 6127 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
6128 (Frequently Asked Questions): Add code example for highlighting the
6129 mode line.
6130
6159985a
MO
61312007-11-03 Michael Olson <mwolson@gnu.org>
6132
6133 * remember.texi: Change mentions of remember-buffer to
6134 remember-finalize throughout.
6135
bec9b2f5
MO
61362007-10-30 Michael Olson <mwolson@gnu.org>
6137
6138 * remember.texi (Copying): Remove.
6139 (Mailbox): Update with non-BBDB instructions.
6140 (Diary, Org): Add.
6141 (Bibliography, Planner Page): Remove.
6142
b6173182
JB
61432007-10-30 Juanma Barranquero <lekktu@gmail.com>
6144
6145 * makefile.w32-in (INFO_TARGETS): Add remember.
6146 (DVI_TARGETS): Add remember.dvi.
6147 ($(infodir)/remember): New rule.
6148 (clean): Add remember*.
6149
15f3eb73
MO
61502007-10-30 Michael Olson <mwolson@gnu.org>
6151
70bdc930
MO
6152 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
6153 ($(infodir)/remember): New rule that builds the Remember Manual.
6154
b6173182
JB
6155 * remember.texi: New file containing the Remember Mode Manual.
6156 Shuffle chapters around after initial import.
7d3f6f1a
MO
6157 (Function Reference): Split Keystrokes into separate chapter.
6158 (Keystrokes): Document C-c C-k.
51d24a12 6159 (Introduction): Fix typographical issue with "---".
15f3eb73 6160
404cd454
GM
61612007-10-29 Richard Stallman <rms@gnu.org>
6162
6163 * widget.texi (Introduction): Delete discussion of implementation
6164 internals.
6165
9bbb9638
MA
61662007-10-29 Michael Albinus <michael.albinus@gmx.de>
6167
6168 * tramp.texi (Connection caching): Host names must be different
6169 when tunneling.
6170
c7ff939a
RS
61712007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6172
6173 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
6174 Gnus v5.13.
6175
01c52d31
MB
61762007-10-28 Miles Bader <miles@gnu.org>
6177
6178 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
6179
01c52d31
MB
61802007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6181
0c7efc08
SM
6182 * gnus.texi (Sorting the Summary Buffer):
6183 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
6184
61852007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6186
6187 * gnus.texi (Non-ASCII Group Names): New node.
6188 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
6189 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
6190
c8763fb6 61912007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
6192
6193 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
6194 clean the output of the program `imap-shell-program'.
6195
61962007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6197
6198 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
6199
62002007-10-28 Tassilo Horn <tassilo@member.fsf.org>
6201
6202 * gnus.texi (Sticky Articles): Documentation for sticky article
6203 buffers.
6204
c8763fb6 62052007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
6206
6207 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
6208
62092007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6210
6211 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
6212
62132007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6214
0c7efc08
SM
6215 * gnus.texi (Archived Messages):
6216 Document gnus-update-message-archive-method.
01c52d31
MB
6217
62182007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6219
6220 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
6221
c8763fb6 62222007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 6223
0c7efc08
SM
6224 * gnus.texi (Group Maneuvering):
6225 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
6226
62272007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6228
0c7efc08
SM
6229 * gnus.texi (Really Various Summary Commands):
6230 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
6231
62322007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6233
6234 * gnus.texi, message.texi: Bump version number.
6235
62362007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6237
6238 * gnus.texi (Group Line Specification, Misc Group Stuff)
6239 (Server Commands): Parenthesize @pxref{Mail Spool}.
6240
62412007-10-28 Didier Verna <didier@xemacs.org>
6242
6243 New user option: message-signature-directory.
6244 * message.texi (Insertion Variables): Document it.
6245 * gnus.texi (Posting Styles): Ditto.
6246
62472007-10-28 Didier Verna <didier@xemacs.org>
6248
6249 * gnus.texi (Group Line Specification):
6250 * gnus.texi (Misc Group Stuff):
6251 * gnus.texi (Server Commands): Document the group compaction feature.
6252
62532007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6254
6255 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
6256
6257 * message.texi (Various Message Variables): Add message-fill-column.
6258
62592007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6260
6261 * gnus.texi: Untabify.
6262
62632007-10-28 Didier Verna <didier@xemacs.org>
6264
6265 * gnus.texi (Group Parameters): Document the posting-style merging
6266 process in topic-mode.
6267
62682007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6269
6270 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
6271
62722007-10-28 Romain Francoise <romain@orebokech.com>
6273
6274 * gnus.texi (Mail Spool): Fix typo.
6275 Update copyright.
6276
62772007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6278
6279 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
6280
62812007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6282
6283 * gnus.texi (Summary Generation Commands):
6284 Add gnus-summary-insert-ticked-articles.
6285
62862007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6287
b2abec73
JB
6288 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
6289 to spam-spamassassin-program.
01c52d31
MB
6290
62912007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6292
6293 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
6294
62952007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6296
6297 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
6298
62992007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6300
6301 * message.texi (Mail Headers): Document `opportunistic'.
6302
63032007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6304
6305 * emacs-mime.texi (Encoding Customization): Explain how to set
6306 mm-coding-system-priorities per hierarchy.
6307
63082007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6309
6310 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
6311 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
6312
63132007-10-28 Didier Verna <didier@xemacs.org>
6314
6315 * message.texi (Wide Reply): Update documentation of
6316 message-dont-reply-to-names (now allowing a list of regexps).
6317
63182007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6319
6320 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
6321
63222007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6323
6324 * gnus.texi (SpamAssassin back end): Fix typo.
6325
6326 * sieve.texi (Examples): Fix grammar.
6327
63282007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6329
6330 * gnus.texi (Searching for Articles): Document M-S and M-R.
6331 (Limiting): Document / b.
6332
63332007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6334
6335 * gnus.texi (Thread Commands): T M-^.
6336
63372007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6338
6339 * message.texi (Mail Aliases): Document ecomplete.
6340 (Mail Aliases): Fix typo.
6341
63422007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6343
6344 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
6345 fix typo.
6346
63472007-10-28 Romain Francoise <romain@orebokech.com>
6348
6349 * gnus.texi (Mail Spool): Grammar fix.
6350
63512007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6352
6353 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
6354 string.
6355
63562007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6357
6358 * gnus.texi (Group Parameters): Fix description.
6359
63602007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6361
b2abec73
JB
6362 * gnus.texi (Gmane Spam Reporting):
6363 Fix spam-report-gmane-use-article-number.
6364 Add spam-report-user-mail-address.
01c52d31
MB
6365
63662007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6367
6368 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
6369
63702007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6371
6372 * gnus.texi (Group Parameters): Add simplified sorting example based on
6373 example for `Sorting the Summary Buffer' from Jari Aalto
6374 <jari.aalto@cante.net>.
6375 (Example Methods): Add example for an indirect connection.
6376
63772007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
6378
0c7efc08 6379 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
c5b0993e 6380 (Agent Parameters): Update parameter names to match code.
01c52d31
MB
6381 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
6382 'gnus-agent-summary-fetch-series'.
6383 (Agent and flags): New section providing a generalized discussion
6384 of flag handling.
0c7efc08
SM
6385 (Agent and IMAP): Remove flag discussion.
6386 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
6387
63882007-10-28 Romain Francoise <romain@orebokech.com>
6389
6390 * gnus.texi (Exiting the Summary Buffer): Add new function
6391 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
6392
63932007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6394
6395 * gnus.texi (Conformity): Fix typo.
6396 (Customizing Articles): Document `first'.
6397
63982007-10-28 Jari Aalto <jari.aalto@cante.net>
6399
6400 * gnus.texi (Sorting the Summary Buffer):
6401 Add `gnus-thread-sort-by-date-reverse'. Add example
6402 host to different sorting in NNTP and RSS groups.
6403
64042007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6405
6406 * message.texi (Insertion): Describe prefix for
6407 message-mark-inserted-region and message-mark-insert-file.
6408
64092007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6410
6411 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
6412 LaTeX documents. Describe "text/x-gnus-verbatim".
6413
64142007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6415
b2abec73 6416 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
6417 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
6418 (spam-stat spam filtering, SpamOracle)
0c7efc08 6419 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
6420 clarity.
6421
64222007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6423
6424 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
6425 gnus-article-delete-part and gnus-article-replace-part.
6426 (Using MIME): Add gnus-mime-replace-part.
6427
64282007-10-28 Romain Francoise <romain@orebokech.com>
6429
6430 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
6431 requires `auto-compression-mode' to be enabled. Add new nnml
6432 variable `nnml-compressed-files-size-threshold'.
6433
64342007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6435
0c7efc08
SM
6436 * gnus.texi (Sorting the Summary Buffer):
6437 Add gnus-thread-sort-by-recipient.
01c52d31
MB
6438
64392007-10-28 Romain Francoise <romain@orebokech.com>
6440
6441 * message.texi (Insertion Variables): Mention new variable
6442 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
6443 documentation accordingly.
6444
64452007-10-28 Romain Francoise <romain@orebokech.com>
6446
6447 * gnus.texi (To From Newsgroups): Mention new variables
6448 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
6449
64502007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6451
6452 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
6453 stuff; gnus-mime-inline-part does the automatic decompression.
6454
64552007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6456
6457 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 6458 "training.ham" should be "training.spam".
01c52d31
MB
6459
64602007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6461
6462 * message.texi (Mail Variables): Fix the default value for
6463 message-send-mail-function.
6464
64652007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6466
6467 * gnus.texi (Optional Back End Functions): nntp-request-update-info
6468 always returns nil exceptionally.
6469
64702007-10-28 Simon Josefsson <jas@extundo.com>
6471
0c7efc08
SM
6472 * gnus.texi (Article Washing): Add libidn URL.
6473 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
6474
64752007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6476
6477 * gnus.texi (Topic Commands): Fix next/previous.
6478
64792007-10-28 Simon Josefsson <jas@extundo.com>
6480
6481 * gnus.texi (Article Washing): Mention `W i'.
6482
c8763fb6 64832007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
6484
6485 * gnus.texi (Group Parameters): Slight extension of sieve
6486 parameter description.
6487
64882007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6489
6490 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
6491 matching score files as well.
6492 (Picons): Describe `gnus-picon-style'.
6493
64942007-10-28 Romain Francoise <romain@orebokech.com>
6495
6496 * message.texi (Message Headers): Mention that headers are hidden
6497 using narrowing, and how to expose them.
6498 Update copyright.
6499
65002007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6501
6502 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
6503 `gnus-summary-sort-by-recipient'.
6504
65052007-10-28 Romain Francoise <romain@orebokech.com>
6506
6507 * gnus.texi (NNTP marks): New node.
6508 (NNTP): Move NNTP marks variables to the new node.
6509
65102007-10-28 Jesper Harder <harder@ifa.au.dk>
6511
b2abec73 6512 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
6513
6514 * gnus.texi (MIME Commands, Hashcash): Markup fix.
6515
65162007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6517
b2abec73 6518 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 6519 everywhere for consistency.
b2abec73
JB
6520 (Filtering Spam Using The Spam ELisp Package): Admonish again.
6521 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
6522 Say "regular expression" instead of "regex." Admonish.
6523 Pick other words to sound better (s/so/thus/).
6524 (Spam ELisp Package Filtering of Incoming Mail):
6525 Mention statistical filters. Remove old TODO.
01c52d31 6526 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
6527 New section on sorting and displaying the spam score.
6528 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
6529 backend but an alias to spam-use-BBDB.
6530 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
6531 new backend functionality.
6532
65332007-10-28 Simon Josefsson <jas@extundo.com>
6534
6535 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
6536 nntp-marks-directory, from Romain Francoise
6537 <romain@orebokech.com>.
6538
65392007-10-28 Magnus Henoch <mange@freemail.hu>
6540
6541 * gnus.texi (Hashcash): New default value of
6542 hashcash-default-payment.
6543
65442007-10-28 Simon Josefsson <jas@extundo.com>
6545
6546 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
6547 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
6548
65492007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6550
0c7efc08 6551 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
6552
65532007-10-28 Simon Josefsson <jas@extundo.com>
6554
6555 * gnus.texi (documentencoding): Add, to avoid warnings.
6556
65572007-10-28 Simon Josefsson <jas@extundo.com>
6558
6559 * message.texi (Mail Headers): Add.
6560
6561 * gnus.texi (Hashcash): Fix.
6562
65632007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6564
0c7efc08 6565 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 6566 that payments can be verified and fix the name of the
b2abec73 6567 hashcash-path variable.
01c52d31
MB
6568
65692007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6570
b2abec73 6571 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
6572
65732007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6574
6575 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
6576
65772007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6578
6579 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
6580 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
6581 warning about ham processors in spam groups removed.
01c52d31
MB
6582
65832007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 6584
0c7efc08 6585 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 6586 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
6587
65882007-10-28 Jesper Harder <harder@ifa.au.dk>
6589
6590 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
6591 (Mailing List): Typo.
6592 (Customizing Articles): Add gnus-treat-ansi-sequences.
6593 (Article Washing): Index.
6594
6595 * message.texi: Use m-dash consistently.
6596
65972007-10-28 Jesper Harder <harder@ifa.au.dk>
6598
6599 * gnus.texi (GroupLens): Remove.
6600
66012007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
6602
0c7efc08
SM
6603 * gnus.texi (Outgoing Messages, Agent Variables):
6604 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
6605 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
6606
66072007-10-28 Jesper Harder <harder@ifa.au.dk>
6608
6609 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
6610
66112007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6612
6613 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
6614
6615 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
6616
66172007-10-28 Simon Josefsson <jas@extundo.com>
6618
6619 * gnus.texi (Top): Add SASL.
6620
404cd454
GM
66212007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6622
6623 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
6624
66252007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6626
6627 * gnus.texi (Troubleshooting): Adjust Gnus version number.
6628
0edd2970
JB
66292007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
6630
6631 * calc.texi (Formulas, Composition Basics): Lower the
6632 precedence of negation.
6633
a9afba20
JY
66342007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
6635
6636 * ses.texi (The Basics): Mention how to create a new spreadsheet.
6637 Mention the new three-letter column identifiers.
6638 (More on cell printing): Calculate-cell and truncate-cell are now `c'
6639 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
6640 message when using `c' on an empty default with default printer.
6641 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
6642 renamed to `ses--symbolic-formulas' some time ago.
6643
45b778a6
JB
66442007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
6645
6646 * calc.texi (Default Simplifications, Making Selections)
6647 (Customizing Calc): Clarify associativity of multiplication.
6648
03b5bade
MA
66492007-10-23 Michael Albinus <michael.albinus@gmx.de>
6650
6651 * tramp.texi (Traces and Profiles): Simplify loop over
6652 `trace-function-background'.
6653
e658c8ee
JL
66542007-10-22 Juri Linkov <juri@jurta.org>
6655
6656 * dired-x.texi (Shell Command Guessing): Default values are now
6657 available by typing M-n instead of M-p.
6658
dd753688
MA
66592007-10-21 Michael Albinus <michael.albinus@gmx.de>
6660
6661 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
6662 (Password caching): Remove `tramp-clear-passwd'.
6663 It's not a command anymore.
dd753688
MA
6664 (Bug Reports): Add `tramp-bug' to function index.
6665 (Function Index, Variable Index): New nodes.
6666 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
6667
6668 * trampver.texi: Update release number.
6669
4bb49b43
JB
66702007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6671
8b296cdd 6672 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
6673 about integer size into past tense.
6674 (Time Zones): Remove pointer to Calc author's address.
6675 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 6676 and hyperbolic cotangent. Fix typo.
4bb49b43 6677
311dd93f
MA
66782007-10-10 Michael Albinus <michael.albinus@gmx.de>
6679
6680 Sync with Tramp 2.1.11.
6681
6682 * trampver.texi: Update release number.
6683
ea3fc256
MA
66842007-10-06 Michael Albinus <michael.albinus@gmx.de>
6685
6686 * tramp.texi (External packages): New section.
6687
1af74d06
MB
66882007-09-29 Juri Linkov <juri@jurta.org>
6689
6690 * info.texi (Help-Int): Document `L' (`Info-history').
6691
0e2806fa
SM
66922007-09-26 Carsten Dominik <dominik@science.uva.nl>
6693
6694 * org.texi: Change links to webpage and maintained email.
6695 (Remember): Promote to Chapter, significant changes.
6696 (Fast access to TODO states): New section.
6697 (Faces for TODO keywords): New section.
6698 (Export options): Example for #+DATE.
6699 (Progress logging): Section moved.
6700
567b9191
BW
67012007-09-26 Bill Wohler <wohler@newt.com>
6702
6703 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
6704 browse-url-at-mouse.
6705
1af74d06
MB
67062007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
6707
6708 * flymake.texi (Customizable variables): Face names don't end in -face.
6709 Fix flymake-err-line-patterns template.
6710 (Example -- Configuring a tool called directly): Fix init-function.
6711 (Highlighting erroneous lines): Face names don't end in -face.
6712
d60a4e3a 67132007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
6714
6715 * erc.texi (Special-Features): Fix small typo.
6716
7d7a3510
MA
67172007-09-14 Michael Albinus <michael.albinus@gmx.de>
6718
6719 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
6720 and "External transfer methods".
6721
285f0d3a
JB
67222007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
6723
6724 * calc.texi (Predefined Units): Add some history.
6725
526dc846
MO
67262007-09-08 Michael Olson <mwolson@gnu.org>
6727
87e04f16
JB
6728 * erc.texi (Copying): New section included from gpl.texi.
6729 This matches the look of the upstream ERC manual.
526dc846 6730
f10d0e80
JB
67312007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
6732
87e04f16 6733 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
6734 (Random Numbers): Clarify the distribution of `random'.
6735
4009494e
GM
67362007-09-06 Glenn Morris <rgm@gnu.org>
6737
f1fc42aa 6738 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 6739 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
6740 Change all setfilename commands to use ../../info.
6741 * Makefile.in: Move the parts of the old man/Makefile.in that do not
6742 refer to the Emacs manual here.
6743 (infodir): New variable.
6744 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
6745 (cc-mode.texi, faq.texi): Update references to source file locations.
6746 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
6747 do not refer to the Emacs manual here.
6748 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
6749
6750 * Makefile.in: Add `basename' versions of all info targets, for
6751 convenience when rebuilding just one manual.
6752 (../etc/GNU): Delete obsolete target.
6753 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
6754 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
6755 *.vrs *.toc here...
6756 (maintainer-clean): ...from here.
4009494e
GM
6757
6758 * makefile.w32-in (../etc/GNU): Delete obsolete target.
6759
2de53ca6
GM
67602007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
6761
6762 * calc.texi (Date Conversions): Clarify definition of
6763 Julian day numbering.
6764 (Date Forms): Clarify definition of Julian day numbering;
6765 add some history.
6766
67672007-08-30 Carsten Dominik <dominik@science.uva.nl>
6768
87e04f16 6769 * org.texi: Version 5.07.
2de53ca6
GM
6770
67712007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6772
6773 * message.texi (MIME): Replace mml-attach with mml-attach-file.
6774
67752007-08-22 Carsten Dominik <dominik@science.uva.nl>
6776
6777 * org.texi (Adding hyperlink types): New section.
6778 (Embedded LaTeX): Chapter updated because of LaTeX export.
6779 (LaTeX export): New section.
6780 (Using links out): New section.
6781
67822007-08-22 Glenn Morris <rgm@gnu.org>
6783
6784 * faq.texi (Learning how to do something): Refcards now in
6785 etc/refcards/ directory.
6786
67872007-08-22 Michael Albinus <michael.albinus@gmx.de>
6788
6789 * tramp.texi (Remote Programs): Persistency file must be cleared when
6790 changing `tramp-remote-path'.
6791 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
6792 macro.
6793
67942007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6795
6796 * calc.texi: Move contents to beginning of file.
6797 (Algebraic Entry): Fix the formatting of an example.
6798
67992007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6800
6801 * calc.texi (Basic Operations on Units): Mention exact versus
6802 inexact conversions.
6803
68042007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6805
6806 * calc.texi (Basic Operations on Units): Mention default
6807 values for new units.
6808 (Quick Calculator Mode): Mention that binary format will
6809 be displayed.
6810
68112007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6812
6813 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
6814
68152007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6816
6817 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
6818
68192007-08-08 Glenn Morris <rgm@gnu.org>
6820
6821 * gnus.texi, sieve.texi: Replace `iff'.
6822
68232007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6824
6825 * calc.texi (Basic Graphics): Mention the graphing of error
6826 forms.
6827 (Graphics Options): Mention how `g s' handles error forms.
6828 (Curve Fitting): Mention plotting the curves.
6829 (Standard Nonlinear Models): Add additional models.
6830 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
6831 (Linear Fits): Correct result.
6832
68332007-08-01 Alan Mackenzie <acm@muc.de>
6834
6835 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
6836 to "--no-site-file".
6837
68382007-07-29 Michael Albinus <michael.albinus@gmx.de>
6839
6840 * tramp.texi (Frequently Asked Questions): Point to mode line
6841 extension in Emacs 23.1.
6842
6843 * trampver.texi: Update release number.
6844
68452007-07-27 Glenn Morris <rgm@gnu.org>
6846
6847 * calc.texi (Copying): Include license text from gpl.texi, rather than
6848 in-line.
6849
68502007-07-25 Glenn Morris <rgm@gnu.org>
6851
6852 * calc.texi (Copying): Replace license with GPLv3.
6853
6854 * Relicense all FSF files to GPLv3 or later.
6855
68562007-07-22 Michael Albinus <michael.albinus@gmx.de>
6857
6858 Sync with Tramp 2.1.10.
6859
6860 * tramp.texi (trampfn): Expand macro implementation in order to handle
6861 empty arguments.
6862 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 6863 occurrences by trampfn.
2de53ca6 6864 (Frequently Asked Questions): Extend example code for host
b2abec73 6865 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
6866 file names to be typed.
6867
6868 * trampver.texi: Update release number.
6869
68702007-07-17 Michael Albinus <michael.albinus@gmx.de>
6871
6872 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6873 section. Reported by <poti@potis.org>.
6874 (Remote processes): Arguments of the program to be debugged are taken
6875 literally.
6876 (Frequently Asked Questions): Simplify recentf example.
6877
68782007-07-14 Karl Berry <karl@gnu.org>
6879
6880 * info.texi (@copying): New Back-Cover Text.
6881
6882 * info.texi (Quitting Info): Move to proper place in source.
6883 (Reported by Benno Schulenberg.)
6884
68852007-07-13 Eli Zaretskii <eliz@gnu.org>
6886
6887 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6888
6889 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6890
6891 * emacs-mime.texi: Add @documentencoding directive.
6892
68932007-07-12 Nick Roberts <nickrob@snap.net.nz>
6894
6895 * tramp.texi (Remote processes): Add an anchor to the subsection
6896 "Running a debugger on a remote host".
6897
68982007-07-12 Michael Albinus <michael.albinus@gmx.de>
6899
6900 * tramp.texi (Remote processes): Don't call it "experimental" any
6901 longer. Add subsection about running a debugger on a remote host.
6902
69032007-07-10 Carsten Dominik <dominik@science.uva.nl>
6904
6905 * org.texi (Properties and columns): Chapter rewritten.
6906
69072007-07-08 Michael Albinus <michael.albinus@gmx.de>
6908
6909 * tramp.texi:
6910 * trampver.texi: Migrate to Tramp 2.1.
6911
69122007-07-02 Carsten Dominik <dominik@science.uva.nl>
6913
6914 * org.texi (Properties): New chapter.
6915
69162007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6917
6918 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6919 Control Panel.
6920
6921 * gnus.texi (Misc Article): Add index entry for
6922 gnus-single-article-buffer.
6923
69242007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6925
6926 * gnus.texi (Starting Up): Fix typo.
6927
69282007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6929
6930 * gnus.texi (Asynchronous Fetching): Fix typo.
6931
69322007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6933
6934 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6935 (About This Manual): Remove redundant information.
6936 (Getting Started): Mention author.
6937 (Basic Arithmetic, Customizing Calc): Make description of the
6938 variable `calc-multiplication-has-precedence' match its new effect.
6939
69402007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6941
0c7efc08
SM
6942 * calc.texi (Basic Arithmetic, Customizing Calc):
6943 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6944
69452007-06-19 Carsten Dominik <dominik@science.uva.nl>
6946
6947 * org.texi (Tag): Section swapped with node Timestamps.
6948 (Formula syntax for Lisp): Document new `L' flag.
6949
69502007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6951
6952 * gnus.texi (Misc Group Stuff, Summary Buffer)
6953 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6954
69552007-06-06 Juanma Barranquero <lekktu@gmail.com>
6956
6957 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6958 * gnus.texi (Article Buttons, Mail Source Customization)
6959 (Sending or Not Sending, Customizing NNDiary):
6960 * message.texi (Message Headers):
6961 * mh-e.texi (HTML): Fix typos.
6962
69632007-06-07 Michael Albinus <michael.albinus@gmx.de>
6964
6965 Sync with Tramp 2.0.56.
6966
6967 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6968 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6969
69702007-06-02 Chong Yidong <cyd@stupidchicken.com>
6971
6972 * Version 22.1 released.
6973
69742007-05-26 Michael Olson <mwolson@gnu.org>
6975
6976 * erc.texi (Modules): Fix references to completion modules.
6977
69782007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6979
6980 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6981
69822007-05-09 Didier Verna <didier@xemacs.org>
6983
6984 * gnus.texi (Email Based Diary): New. Proper documentation for the
6985 nndiary back end and the gnus-diary library.
6986
69872007-05-03 Karl Berry <karl@gnu.org>
6988
6989 * .cvsignore (*.pdf): New entry.
6990
6991 * texinfo.tex: Update from current version for better pdf generation.
6992
69932007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6994
6995 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6996
69972007-04-28 Glenn Morris <rgm@gnu.org>
6998
6999 * faq.texi (New in Emacs 22): Restore mention of python.el pending
7000 consideration of legal status.
7001
70022007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
7003
7004 * idlwave.texi: Minor updates for IDLWAVE 6.1.
7005
70062007-04-24 Chong Yidong <cyd@stupidchicken.com>
7007
7008 * faq.texi (New in Emacs 22): python.el removed.
7009
70102007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
7011
7012 * calc.texi (Reporting bugs): Update maintainer's address.
7013
70142007-04-22 Chong Yidong <cyd@stupidchicken.com>
7015
7016 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
7017
70182007-04-15 Jay Belanger <belanger@truman.edu>
7019
7020 * calc.texi (Title page): Remove the date.
7021 (Basic Arithmetic): Emphasize that / binds less strongly than *.
7022 (The Standard Calc Interface): Change trail title.
7023 (Floats): Mention that when non-decimal floats are entered, only
7024 approximations are stored.
7025 (Copying): Move to the appendices.
7026 (GNU Free Documentation License): Add as an appendix.
7027
70282007-04-15 Chong Yidong <cyd@stupidchicken.com>
7029
7030 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
7031 * dired-x.texi, ebrowse.texi, ediff.texi:
7032 * emacs-mime.texi, erc.texi, eshell.texi:
7033 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
7034 * idlwave.texi, message.texi, newsticker.texi, org.texi:
7035 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
7036 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
7037 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
7038 * woman.texi: Include GFDL.
7039
7040 * doclicense.texi: Remove node heading, so that it can be included by
7041 other files.
7042
7043 * dired-x.texi: Relicence under GFDL. Remove date from title page.
7044
7045 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
7046 than *.
7047
70482007-04-14 Carsten Dominik <dominik@science.uva.nl>
7049
7050 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
7051 in Calc.
7052
70532007-04-09 Romain Francoise <romain@orebokech.com>
7054
7055 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
7056 Mac OS ports. Make it clear that mouse-1 complements and doesn't
7057 replace mouse-2.
7058
70592007-04-08 Chong Yidong <cyd@stupidchicken.com>
7060
7061 * woman.texi (Word at point, Interface Options): woman-topic-at-point
7062 renamed to woman-use-topic-at-point. Document new behavior.
7063
70642007-04-08 Richard Stallman <rms@gnu.org>
7065
7066 * url.texi: Fix some indexing.
7067 (Disk Caching): Drop discussion of old/other Emacs versions.
7068
70692007-04-07 Chong Yidong <cyd@stupidchicken.com>
7070
7071 * url.texi (Disk Caching): Say Emacs 21 "and later".
7072
7073 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
7074 on Font locking which now mentions JIT lock.
7075
70762007-04-01 Michael Olson <mwolson@gnu.org>
7077
7078 * erc.texi: Update for the ERC 5.2 release.
7079
70802007-03-31 David Kastrup <dak@gnu.org>
7081
7082 * woman.texi (Topic, Interface Options): Explain changes semantics of
7083 woman-manpath in order to consider MANPATH_MAP entries.
7084
70852007-03-31 Eli Zaretskii <eliz@gnu.org>
7086
7087 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
7088
70892007-03-26 Richard Stallman <rms@gnu.org>
7090
7091 * pgg.texi (Caching passphrase): Clean up previous change.
7092
70932007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
7094
7095 * gnus.texi (Setting Process Marks): Fix typo.
7096
70972007-03-25 Romain Francoise <romain@orebokech.com>
7098
7099 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
7100 readability, and include various fixes by Daniel Brockman, Nick Roberts
7101 and Dieter Wilhelm.
7102
71032007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
7104
7105 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
7106
7107 * gnus.texi (Mail Source Specifiers): Fix typo.
7108
71092007-03-22 Ralf Angeli <angeli@caeruleus.net>
7110
7111 * reftex.texi (Imprint): Update maintainer information.
7112
71132007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7114
7115 * message.texi (Message Buffers): Update documentation for
7116 message-generate-new-buffers.
7117
71182007-03-15 Daiki Ueno <ueno@unixuser.org>
7119
7120 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
7121
71222007-03-21 Glenn Morris <rgm@gnu.org>
7123
7124 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
7125
71262007-03-19 Chong Yidong <cyd@stupidchicken.com>
7127
7128 * eshell.texi (Known problems): Emacs 21 -> 22.
7129
7130 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
7131
71322007-03-18 Jay Belanger <belanger@truman.edu>
7133
7134 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
7135
71362007-03-12 Glenn Morris <rgm@gnu.org>
7137
7138 * calc.texi (Time Zones): Switch to new North America DST rule.
7139
7140 * calc.texi: Replace "daylight savings" with "daylight
7141 saving" in text throughout.
7142
71432007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7144
7145 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
7146 The variable now uses a list of symbols instead of just a symbol.
7147 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7148
71492007-03-06 Romain Francoise <romain@orebokech.com>
7150
7151 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
7152 new packages, and mention Gnus update.
7153
71542007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7155
7156 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
7157 nntp-open-connection-functions-never-echo-commands.
7158
71592007-02-27 Chong Yidong <cyd@stupidchicken.com>
7160
7161 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
7162 problems on the console, and security risk in not using gpg-agent.
7163
71642007-02-25 Carsten Dominik <dominik@science.uva.nl>
7165
0c7efc08 7166 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
7167 Completely reorganized and rewritten.
7168 (CamelCase links): Section removed.
7169 (Repeating items): New section.
7170 (Tracking TODO state changes): New section.
7171 (Agenda views): Chapter reorganized and rewritten.
7172 (HTML export): Section rewritten.
7173 (Tables in arbitrary syntax): New section.
7174 (Summary): Better feature summary.
7175 (Activation): Document problem with cut-and-paste of Lisp code
7176 from PDF files.
7177 (Visibility cycling): Document indirect buffer use.
7178 (Structure editing): Document sorting.
7179 (Remember): Section rewritten.
7180 (Time stamps): Better description of time stamp types.
7181 (Tag searches): Document regular expression search for tags.
7182 (Stuck projects): New section.
7183 (In-buffer settings): New keywords.
c5b0993e 7184 (History and Acknowledgments): Update description.
2de53ca6
GM
7185
71862007-02-24 Alan Mackenzie <acm@muc.de>
7187
7188 * cc-mode.texi (Movement Commands): Insert two missing command names.
7189 (Getting Started): Slight wording correction (use conditional).
7190
71912007-02-22 Kim F. Storm <storm@cua.dk>
7192
7193 * widget.texi (User Interface, Basic Types): Document need to put some
7194 text before the %v escape in :format string in editable-field widget.
7195
71962007-02-18 Romain Francoise <romain@orebokech.com>
7197
7198 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
7199 `cvs-mode-quit'.
7200
72012007-02-10 Markus Triska <markus.triska@gmx.at>
7202
7203 * widget.texi (Programming Example): Put constant strings in :format.
7204
72052007-02-07 Juanma Barranquero <lekktu@gmail.com>
7206
7207 * faq.texi (Fullscreen mode on MS-Windows): New node.
7208
72092007-02-04 David Kastrup <dak@gnu.org>
7210
7211 * faq.texi (AUCTeX): Update version number. Should probably be done
7212 for other packages as well.
7213
72142007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7215
7216 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
7217 <tassilo@member.fsf.org>.
7218
72192007-01-27 Eli Zaretskii <eliz@gnu.org>
7220
7221 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
7222 ls-lisp-use-localized-time-format.
7223
72242007-01-20 Markus Triska <markus.triska@gmx.at>
7225
7226 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
7227
72282007-01-13 Michael Olson <mwolson@gnu.org>
7229
7230 * erc.texi (Modules): Mention capab-identify module.
7231
72322007-01-05 Michael Olson <mwolson@gnu.org>
7233
7234 * erc.texi (Getting Started): Update for /RECONNECT command.
7235
72362007-01-04 Richard Stallman <rms@gnu.org>
7237
7238 * ebrowse.texi: Change C-c b to C-c C-m.
7239
72402007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7241
7242 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
7243 variables only in info to avoid redundant entries in the printed
7244 manual.
7245
72462007-01-02 Daiki Ueno <ueno@unixuser.org>
7247
7248 * message.texi (Using PGP/MIME): Document gpg-agent usage.
7249
72502007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
7251
7252 * message.texi (Security): Split into sub-nodes.
7253
72542007-01-01 Alan Mackenzie <acm@muc.de>
7255
7256 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
7257 eval-after-load in Emacs <=21 and a workaround. Document that
7258 trigraphs are not supported.
7259
72602007-01-01 Alan Mackenzie <acm@muc.de>
7261
7262 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
7263 c-context-line-break. When invoked within a string, preserve
7264 whitespace. Add a backslash only when also in a macro.
7265
72662007-01-01 Alan Mackenzie <acm@muc.de>
7267
7268 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
7269
72702007-01-01 Alan Mackenzie <acm@muc.de>
7271
7272 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
7273 are now bound by default to c-\(beginning\|end\)-of-defun by default.
7274
72752007-01-01 Alan Mackenzie <acm@muc.de>
7276
7277 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
7278 "Choosing a Style".
7279
7280 * cc-mode.texi ("Styles"): Add @dfn{style}.
7281
72822006-12-30 Michael Albinus <michael.albinus@gmx.de>
7283
7284 Sync with Tramp 2.0.55.
7285
7286 * trampver.texi: Update release number.
7287
72882006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
7289
7290 * gnus.texi (Customizing Articles): Add index entries for all
7291 gnus-treat-* variables.
7292
c8763fb6 72932006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
7294
7295 * gnus.texi (IMAP): Fix incorrect explanation of
7296 nnimap-search-uids-not-since-is-evil in documentation for
7297 nnimap-expunge-search-string.
7298
72992006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
7300
7301 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
7302 spam-ifile-database.
7303
73042006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7305
7306 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
7307 rebind C-s.
7308
c8763fb6 73092006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
7310
7311 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
7312 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
7313 "expiring mail".
7314 (IMAP): Document nnimap-search-uids-not-since-is-evil and
7315 nnimap-nov-is-evil.
7316
73172006-12-25 Kevin Ryde <user42@zip.com.au>
7318
7319 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
7320 about the key procedure being used heavily.
7321
73222006-12-24 Chong Yidong <cyd@stupidchicken.com>
7323
7324 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
7325 to t.
7326 (Prerequisites): Add explanation about gpg-agent.
7327
73282006-12-22 Kevin Ryde <user42@zip.com.au>
7329
7330 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
7331 "sort" instead of "sort*".
7332
73332006-12-19 Richard Stallman <rms@gnu.org>
7334
7335 * calc.texi (History and Acknowledgements): Recognize that Emacs
7336 now does have floating point.
7337
73382006-12-19 Michael Albinus <michael.albinus@gmx.de>
7339
7340 * tramp.texi (External transfer methods): Describe new method `scpc'.
7341
73422006-12-17 Sascha Wilde <wilde@sha-bang.de>
7343
7344 * pgg.texi: Added short note on gpg-agent to the introduction.
7345
73462006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7347
7348 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
7349 also applies to Cc.
7350
73512006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7352
7353 * gnus.texi (X-Face): Clarify. Say which programs are required
7354 on Windows.
7355
73562006-12-08 Michael Olson <mwolson@gnu.org>
7357
7358 * erc.texi (Modules): Remove documentation for list module.
7359
c8763fb6 73602006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
7361
7362 * faq.texi (^M in the shell buffer): Ditto.
7363
73642006-11-20 Michael Olson <mwolson@gnu.org>
7365
7366 * erc.texi: Call this the 5.2 stable pre-release of ERC.
7367
73682006-11-17 Carsten Dominik <dominik@science.uva.nl>
7369
7370 * org.texi: Fix typos.
7371 (Agenda commands): Document `C-k'.
7372
73732006-11-16 Eli Zaretskii <eliz@gnu.org>
7374
7375 * url.texi (http/https): Fix a typo in the HTTP URL.
7376
73772006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7378
7379 * ada-mode.texi: Total rewrite.
7380
73812006-11-13 Carsten Dominik <dominik@science.uva.nl>
7382
7383 * org.texi: Minor typo fixes.
7384
73852006-11-13 Bill Wohler <wohler@newt.com>
7386
7387 Release MH-E manual version 8.0.3.
7388
7389 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7390 release 8.0.3.
7391
7392 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
7393 to set MAILDIR.
7394 (Reading Mail): Document the customization of read-mail-command
7395 for MH-E.
7396 (Viewing Attachments): Document mm-discouraged-alternatives.
7397 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
7398 (Junk): Add more information about the settings of mh-junk-background
7399 in a program. Add /usr/bin/mh to PATH in examples.
7400
74012006-11-12 Richard Stallman <rms@gnu.org>
7402
7403 * woman.texi: Update author address but say he no longer maintains it.
7404
74052006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7406
7407 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
7408 archived trees.
7409 (Checkboxes): Section moved to chapter 5, and extended.
7410 (The date/time prompt): New section.
7411 (Link abbreviations): New section.
7412 (Presentation and sorting): New section.
7413 (Custom agenda views): Section completely rewritten.
7414 (Summary): Compare with Planner.
7415 (Feedback): More info about creating backtraces.
c5b0993e 7416 (Plain lists): Modify example.
2de53ca6
GM
7417 (Breaking down tasks): New section.
7418 (Custom time format): New section.
7419 (Time stamps): Document inactive timestamps.
7420 (Setting tags): More details about fast tag selection.
7421 (Block agenda): New section.
7422 (Custom agenda views): Section rewritten.
7423 (Block agenda): New section.
7424
74252006-11-07 Michael Albinus <michael.albinus@gmx.de>
7426
7427 * tramp.texi (Configuration): scp is the default method.
7428 (Default Method): Use ssh as example for another method.
7429
74302006-10-27 Richard Stallman <rms@gnu.org>
7431
7432 * woman.texi: Downcase nroff/troff/roff.
7433 (Installation): Chapter deleted. Some xrefs deleted.
7434 (Background): woman doesn't advise man ;-).
7435
c8763fb6 74362006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
7437
7438 * ada-mode.texi (Project files, Identifier completion)
7439 (Automatic Casing, Debugging, Using non-standard file names)
7440 (Working Remotely): Fix typos.
7441
74422006-10-20 Masatake YAMATO <jet@gyve.org>
7443
0c7efc08 7444 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
7445 sample code `my-c-initialization-hook'.
7446
74472006-10-19 Stuart D. Herring <herring@lanl.gov>
7448
7449 * widget.texi: Fix typos.
7450
74512006-10-19 Michael Albinus <michael.albinus@gmx.de>
7452
7453 * tramp.texi (Frequently Asked Questions): Remove questions marked with
7454 "???". There have been no complaints for years, so the information
7455 must be appropriate.
7456
74572006-10-16 Richard Stallman <rms@gnu.org>
7458
7459 * widget.texi: Use @var instead of capitalization.
7460 Clarify many widget type descriptions.
7461
74622006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7463
7464 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
7465 gnus-dired-attach.
7466 (Selecting a Group): Fix typo.
7467
c8763fb6 74682006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
7469
7470 * widget.texi: Fix typos.
7471
74722006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
7473
7474 * gnus.texi (Image Enhancements): Update for Emacs 22.
7475
7476 * gnus-faq.texi ([1.3]): Update.
7477
74782006-10-06 Richard Stallman <rms@gnu.org>
7479
7480 * faq.texi (Displaying the current line or column):
7481 Delete "As of Emacs 20".
7482
74832006-10-06 Romain Francoise <romain@orebokech.com>
7484
7485 * faq.texi (VM): VM works with Emacs 22 too.
7486
74872006-10-06 Richard Stallman <rms@gnu.org>
7488
7489 * ebrowse.texi: Remove Emacs version "21" from title.
7490
74912006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
7492
7493 * gnus.texi (Foreign Groups): Say where change of editing commands are
7494 stored. Add reference to `gnus-parameters'.
7495
74962006-09-15 Jay Belanger <belanger@truman.edu>
7497
7498 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
7499 Change "Library Public License" to "Lesser Public License"
7500 throughout. Use "yyyy" to represent year.
7501
75022006-09-15 Carsten Dominik <dominik@science.uva.nl>
7503
7504 * org.texi (Setting tags): Typo fix.
7505
75062006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
7507
7508 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
7509
75102006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
7511
7512 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
7513
75142006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7515
7516 * faq.texi (Escape sequences in shell output): EMACS is now set
7517 to Emacs's absolute file name, not to "t".
7518 (^M in the shell buffer): Likewise.
7519 * misc.texi (Interactive Shell): Likewise.
7520
75212006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7522
7523 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
7524 mails with pop3-leave-mail-on-server. Fix wording.
7525 (Limiting): Improve gnus-summary-limit-to-articles.
7526 (X-Face): Fix typo.
7527
75282006-09-11 Simon Josefsson <jas@extundo.com>
7529
7530 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
7531 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
7532
75332006-09-06 Simon Josefsson <jas@extundo.com>
7534
7535 * smtpmail.texi (Authentication): Mention SSL.
7536
75372006-09-01 Eli Zaretskii <eliz@gnu.org>
7538
7539 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
7540 Don't use @indicateurl.
7541
7542 * cc-mode.texi (Subword Movement): Don't use @headitem.
7543 (Custom Braces, Clean-ups): Don't use @tie.
7544
75452006-08-29 Michael Albinus <michael.albinus@gmx.de>
7546
7547 Sync with Tramp 2.0.54.
7548
7549 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
7550 Suggested by Adrian Phillips <a.phillips@met.no>.
7551
75522006-08-15 Carsten Dominik <dominik@science.uva.nl>
7553
7554 * org.texi (Installation, Activation): Split from Installation and
7555 Activation.
7556 (Clocking work time): Documented new features.
7557
75582006-08-13 Alex Schroeder <alex@gnu.org>
7559
7560 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
7561 example.
7562
75632006-08-12 Eli Zaretskii <eliz@gnu.org>
7564
7565 * faq.texi (How to add fonts): New node.
7566
75672006-08-05 Romain Francoise <romain@orebokech.com>
7568
7569 * faq.texi (New in Emacs 22): Expand.
7570
75712006-08-03 Michael Olson <mwolson@gnu.org>
7572
7573 * erc.texi: Update for ERC 5.1.4.
7574
75752006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7576
7577 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
7578 in .../site-lisp/gnus/ by default.
7579 [ From gnus-news.texi in the trunk. ]
7580
75812006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7582
7583 * gnus.texi (MIME Commands): Additions for yEnc.
7584
75852006-07-24 Richard Stallman <rms@gnu.org>
7586
7587 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
7588 * faq.texi: Move periods and commas inside quotes.
7589
75902006-07-20 Jay Belanger <belanger@truman.edu>
7591
7592 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
7593
75942006-07-18 Chong Yidong <cyd@stupidchicken.com>
7595
7596 * faq.texi (Security risks with Emacs): Document Emacs 22
7597 file-local-variable mechanism.
7598
75992006-07-12 Michael Olson <mwolson@gnu.org>
7600
7601 * erc.texi: Update for ERC 5.1.3.
7602
76032006-07-12 Alex Schroeder <alex@gnu.org>
7604
7605 * rcirc.texi: Fix typos.
7606 (Getting started with rcirc): New calling convention for M-x irc.
7607 Mention #rcirc. Removed channel tracking.
0c7efc08 7608 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
7609 recently, eg. rcirc-server to rcirc-default-server. Added
7610 documentation for rcirc-authinfo, some background for Bitlbee, and
7611 rcirc-track-minor-mode.
0c7efc08 7612 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 7613 Scrolling.
0c7efc08 7614 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
7615 to match code changes.
7616
76172006-07-10 Nick Roberts <nickrob@snap.net.nz>
7618
7619 * gnus.texi, message.texi: Fix typos.
7620
76212006-07-07 Carsten Dominik <dominik@science.uva.nl>
7622
7623 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
7624 commands.
7625 (Global TODO list): Document the use of the variables
7626 `org-agenda-todo-ignore-scheduled' and
7627 `org-agenda-todo-list-sublevels'.
7628
76292006-07-05 Richard Stallman <rms@gnu.org>
7630
7631 * faq.texi (Scrolling only one line): Fix xref.
7632
76332006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7634
7635 * faq.texi (Evaluating Emacs Lisp code):
7636 Throughout, replace eval-current-buffer with eval-buffer.
7637
76382006-07-03 Richard Stallman <rms@gnu.org>
7639
7640 * rcirc.texi (Scrolling conservatively): Fix xref.
7641
7642 * pcl-cvs.texi (Viewing differences): Usage fix.
7643
76442006-07-03 Carsten Dominik <dominik@science.uva.nl>
7645
7646 * org.texi (Agenda commands): Document `s' key to save all org-mode
7647 buffers.
7648
76492006-06-30 Ralf Angeli <angeli@caeruleus.net>
7650
7651 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
7652 names. Mention `cvs-msg' face.
7653
76542006-06-29 Carsten Dominik <dominik@science.uva.nl>
7655
7656 * org.texi (Checkboxes): New section.
7657
76582006-06-28 Carsten Dominik <dominik@science.uva.nl>
7659
7660 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
7661 throughout this chapter.
7662
76632006-06-27 Chong Yidong <cyd@stupidchicken.com>
7664
7665 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
7666 text for standalone vs Emacs info.
7667 (Help): Clarify header line description. Use mouse-1 for clicks.
7668 (Help-P): Use mouse-1 for clicks.
7669 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
7670 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
7671 (Choose menu subtopic): Remove gratuitous Emacs command names.
7672 (Help-FOO): Put usual behavior first.
7673 (Help-Xref): Clicking on xrefs works in Emacs.
7674 (Search Text): Clarify what the default behavior is.
7675 (Create Info buffer): Fix Emacs window/X window confusion.
7676 (Emacs Info Variables): Fix for new Emacs init file behavior.
7677
76782006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7679
7680 * gnus.texi (Summary Buffer Lines): Fix typo.
7681
76822006-06-23 Carsten Dominik <dominik@science.uva.nl>
7683
7684 * org.texi (Embedded LaTeX): New chapter.
7685 (Archiving): Section rewritten.
7686 (Enhancing text): Some parts moved to the new chapter about LaTeX.
7687
76882006-06-20 Bill Wohler <wohler@newt.com>
7689
7690 Release MH-E manual version 8.0.1.
7691
7692 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7693 release 8.0.1.
7694 (Preface): Depend on GNU mailutils 1.0 and higher.
7695
76962006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7697
7698 * message.texi (News Headers): Update message-syntax-checks section.
7699
77002006-06-19 Karl Berry <karl@gnu.org>
7701
7702 * info.texi (Advanced): Mention C-q, especially with ?.
7703
77042006-06-19 Carsten Dominik <dominik@science.uva.nl>
7705
7706 * org.texi (Publishing links): Document the `:link-validation-function'
7707 property.
7708 (Extensions and Hacking): New chapter, includes some sections of the
7709 "Miscellaneous" chapter.
7710
77112006-06-10 Carsten Dominik <dominik@science.uva.nl>
7712
7713 * org.texi (Progress logging): New section.
7714
2de53ca6
GM
77152006-06-06 Carsten Dominik <dominik@science.uva.nl>
7716
7717 * org.texi (ASCII export): Document indentation adaptation.
7718 (Setting tags): Document mutually-exclusive tags.
7719
77202006-06-05 Romain Francoise <romain@orebokech.com>
7721
7722 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
7723 Fix typo.
7724
7725 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
7726 channel (#gnus@irc.freenode.net).
7727 Fix typos. Update copyright notice.
7728
7729 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
7730 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
7731 (Line-Up Functions, Custom Macros):
7732 * ediff.texi (Window and Frame Configuration)
dccb744b 7733 (Highlighting Difference Regions):
2de53ca6
GM
7734 * emacs-mime.texi (Display Customization):
7735 * erc.texi (History):
7736 * eshell.texi (Known problems):
7737 * eudc.texi (Overview, BBDB):
7738 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
7739 (The problem of spam, SpamOracle, Extending the Spam package)
7740 (Conformity, Terminology):
dccb744b 7741 * idlwave.texi (Routine Info)
2de53ca6
GM
7742 (Class and Keyword Inheritance, Padding Operators)
7743 (Breakpoints and Stepping, Electric Debug Mode)
7744 (Examining Variables, Troubleshooting):
7745 * org.texi (Creating timestamps):
7746 * reftex.texi (Commands, Options, Changes):
7747 * tramp.texi (Inline methods, Password caching)
7748 (Auto-save and Backup, Issues):
7749 * vip.texi (Files, Commands in Insert Mode):
7750 * viper.texi (Emacs Preliminaries, States in Viper)
7751 (Packages that Change Keymaps, Viper Specials, Groundwork):
7752 Fix various typos.
7753
77542006-05-31 Michael Ernst <mernst@alum.mit.edu>
7755
7756 * ediff.texi: Fix typos.
7757
77582006-05-30 Carsten Dominik <dominik@science.uva.nl>
7759
7760 * org.texi: Small typo fixes.
7761
fff84c22
JB
77622006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7763
7764 * viper.texi (Viper Specials):
7765 * gnus.texi (Example Setup):
7766 * faq.texi (Backspace invokes help):
7767 * dired-x.texi (Optional Installation Dired Jump):
7768 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
7769 follow coding conventions.
7770
2de53ca6
GM
77712006-05-29 Michael Albinus <michael.albinus@gmx.de>
7772
7773 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
7774
77752006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7776
7777 * pcl-cvs.texi: Fix typos.
7778 (Customization): Say "us".
7779
77802006-05-26 Eli Zaretskii <eliz@gnu.org>
7781
7782 * org.texi: Remove bogus @setfilename.
7783
77842006-05-26 Carsten Dominik <dominik@science.uva.nl>
7785
7786 * org.texi (ASCII export): Omit command name.
7787 (HTML export): Add prefix to all lines in Local Variable example.
7788 (Acknowledgments): Typeset names in italics.
7789
77902006-05-24 Carsten Dominik <dominik@science.uva.nl>
7791
7792 * org.texi (Plain lists): Add new item navigation commands.
7793 (External links): Document elisp and info links.
7794 (Custom searches): New section.
7795 (Publishing): New chapter.
7796 (HTML export): Include a list of supported CSS classes.
7797 (Setting tags): Describe the fast-tag-setting interface.
7798
77992006-05-20 Luc Teirlinck <teirllm@auburn.edu>
7800
7801 * dired-x.texi: ifinfo -> ifnottex.
7802
78032006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
7804
7805 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
7806
78072006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
7808
7809 * message.texi (Interface): Add tool bar customization.
7810 (MIME): Index and text additions for mml-attach.
7811 (MIME): Describe mml-dnd-protocol-alist and
7812 mml-dnd-attach-options.
7813
7814 * gnus.texi (Oort Gnus): Reorder entries in sections.
7815 Fix some entries.
7816 (Starting Up): Add references to "Emacs for Heathens" and to
7817 "Finding the News". Add user-full-name and user-mail-address.
7818 (Group Buffer Format): Add tool bar customization and update.
7819 (Summary Buffer): Add tool bar customization.
7820 (Posting Styles): Add message-alternative-emails.
7821
78222006-05-09 Michael Albinus <michael.albinus@gmx.de>
7823
7824 * tramp.texi (Filename completion): Improve wording.
7825
78262006-05-07 Romain Francoise <romain@orebokech.com>
7827
7828 * faq.texi (Using regular expressions): Fix typo.
7829 (Packages that do not come with Emacs): Fix capitalization.
7830 (Replacing text across multiple files): Expand node to explain how
7831 to use `dired-do-query-replace-regexp' in more detail, based on
7832 suggestion by Eric Hanchrow <offby1@blarg.net>.
7833
78342006-05-06 Michael Albinus <michael.albinus@gmx.de>
7835
7836 * tramp.texi (Filename completion): Completion of remote files'
7837 method, user name and host name is active only in partial
7838 completion mode.
7839
78402006-05-06 Bill Wohler <wohler@newt.com>
7841
7842 Release MH-E manual version 8.0.
7843
7844 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7845 release 8.0.
7846
78472006-05-06 Bill Wohler <wohler@newt.com>
7848
7849 * mh-e.texi (MH-BOOK-HOME): Change from
7850 http://www.ics.uci.edu/~mh/book/mh to
7851 http://rand-mh.sourceforge.net/book/mh.
7852 Replace .htm suffix with .html for MH book files.
7853 (Using This Manual): Update key binding for getting relevant
7854 chapter in Info from command key.
7855 (Ranges): Fix itemx.
7856
78572006-05-05 Karl Berry <karl@gnu.org>
7858
7859 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7860 (\fonttextsize): New user-level command to change text font size.
7861
78622006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7863
7864 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7865
78662006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7867
7868 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7869
78702006-04-24 Bill Wohler <wohler@newt.com>
7871
7872 * mh-e.texi (Getting Started): Make it more explicit that you need
7873 to install MH. Add pointers to current MH implementations.
7874
78752006-04-21 Bill Wohler <wohler@newt.com>
7876
7877 Release MH-E manual version 7.94.
7878
7879 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7880 release 7.94.
7881
78822006-04-21 Carsten Dominik <dominik@science.uva.nl>
7883
7884 * org.texi: Many small fixes.
7885 (Handling links): Rename from "Managing links".
7886
78872006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7888
7889 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7890 (Splitting mail using spam-stat): Fix @xref.
7891
78922006-04-20 Chong Yidong <cyd@stupidchicken.com>
7893
7894 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7895 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7896
78972006-04-20 Carsten Dominik <dominik@science.uva.nl>
7898
7899 * org.texi (Time stamps): Better explanation of the purpose of
7900 different time stamps.
7901 (Structure editing, Plain lists): More details on how new items
7902 and headings are inserted.
7903
79042006-04-18 Carsten Dominik <dominik@science.uva.nl>
7905
7906 * org.texi (Formula syntax): Fix link to Calc Manual.
7907
79082006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7909
7910 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7911
79122006-04-17 Bill Wohler <wohler@newt.com>
7913
7914 * mh-e.texi (Folders): Update mh-before-quit-hook and
7915 mh-quit-hook example with code that removes the buffers rather
7916 than just bury them.
7917
79182006-04-17 Michael Albinus <michael.albinus@gmx.de>
7919
7920 Sync with Tramp 2.0.53.
7921
79222006-04-13 Carsten Dominik <dominik@science.uva.nl>
7923
7924 * org.texi (Updating settings): New section.
7925 (Visibility cycling): Better names for the startup folding
7926 options.
7927 (Exporting): Completely restructured.
7928 (The very busy C-c C-c key): New section.
7929 (Summary of in-buffer settings): New section.
7930
79312006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7932
7933 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7934
79352006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7936
7937 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7938 (Server Commands): Key `v' is reserved for users.
7939
79402006-04-11 Carsten Dominik <dominik@science.uva.nl>
7941
7942 * org.texi (Link format): New section, emphasis on bracket links.
7943 (External links): Document bracket links.
7944 (FAQ): Expand to cover shell links and the new link format.
7945
79462006-04-09 Kevin Ryde <user42@zip.com.au>
7947
7948 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7949
79502006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7951
7952 * gnus.texi (Summary Buffer Lines): Add `*'.
7953
c8763fb6 79542006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7955
7956 * gnus.texi (Group Parameters):
7957 Mention gnus-permanently-visible-groups.
7958
79592006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7960
7961 * gnus.texi (Face): Fix typo.
7962
79632006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7964
7965 * gnus.texi (X-Face): Clarify.
7966 (Face): Need Emacs with PNG support.
7967
79682006-04-06 Richard Stallman <rms@gnu.org>
7969
7970 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7971 Emacs".
7972
79732006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7974
7975 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7976 blocks not suitable for inclusion with Emacs using variable
7977 PARTOFEMACS.
7978
79792006-04-04 Simon Josefsson <jas@extundo.com>
7980
7981 * gnus.texi (Security): Improve.
7982
79832006-04-02 Bill Wohler <wohler@newt.com>
7984
7985 * mh-e.texi (Getting Started, Junk, Bug Reports)
7986 (MH FAQ and Support): Fix URLs.
7987
79882006-03-31 Romain Francoise <romain@orebokech.com>
7989
7990 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7991 to t, not nil (and has for the past eight years).
7992
79932006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7994
7995 * message.texi, gnus.texi: Bump version to 5.11.
7996
79972006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7998
7999 * gnus.texi (Top): Add comment about version line.
8000
8001 * message.texi (Top): Ditto. Change to take named versions into
8002 account.
8003
80042006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
8005
8006 * gnus.texi (Posting Styles): Add x-face-file to example.
8007 (X-Face): Refer to posting styles.
8008
8009 * gnus-faq.texi ([5.8]): Add x-face-file.
8010 ([8.4]): Add links to gmane.emacs.gnus.user and
8011 gmane.emacs.gnus.general.
8012
80132006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
8014
8015 * gnus-faq.texi: Use .invalid.
8016 ([5.4]): Fix gnus-posting-styles example.
8017
80182006-03-27 Romain Francoise <romain@orebokech.com>
8019
8020 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
8021 Emacs/W3 needs a new maintainer.
8022 (Ispell): Update author and version info.
8023 (Mailcrypt): Mention PGG.
8024 (New in Emacs 22): Add PGG to the list of new packages.
8025 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
8026 updating dead URLs.
8027
80282006-03-25 Karl Berry <karl@gnu.org>
8029
8030 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
8031 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
8032 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
8033 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
8034 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
8035 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
8036 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
8037 (2) do not indent copyright year list (or anything else).
8038
80392006-03-21 Bill Wohler <wohler@newt.com>
8040
8041 * mh-e.texi (Folders): Various edits.
8042
80432006-03-20 Romain Francoise <romain@orebokech.com>
8044
8045 * gnus.texi (Mail Folders): Grammar fix.
8046
80472006-03-19 Bill Wohler <wohler@newt.com>
8048
8049 * mh-e.texi (Replying): Document Mail-Followup-To.
8050 Change manually-formatted table to multitable. Add debugging info.
8051 Move description of mh-reply-default-reply-to into paragraph
8052 that describes its values.
8053
80542006-03-17 Bill Wohler <wohler@newt.com>
8055
10d1d0af 8056 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
8057 (Sending Mail Tour): Update method of entering
8058 addresses and subject.
8059 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
8060 (Adding Attachments, Searching): Update screenshots for Emacs 22.
8061
80622006-03-15 Carsten Dominik <dominik@science.uva.nl>
8063
8064 * org.texi: Version number change only.
8065
80662006-03-14 Bill Wohler <wohler@newt.com>
8067
8068 * mh-e.texi: Add index entries around each paragraph rather than
8069 depend on entries from beginning of node. Doing so ensures that
8070 index entries are less likely to be forgotten if text is cut and
8071 pasted, and are necessary anyway if the references are on a
8072 separate page. It seems that makeinfo is now (v. 4.8) only
8073 producing one index entry per node, so there is no longer any
8074 excuse not to. Use subheading instead of heading. The incorrect
8075 use of heading produced very large fonts in Info--as large as the
8076 main heading.
8077 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
8078 versions 6 and 7 appeared *around* the time of these Emacs releases.
8079
80802006-03-13 Carsten Dominik <dominik@science.uva.nl>
8081
8082 * org.texi (Clean view): Document new startup options.
8083
80842006-03-11 Bill Wohler <wohler@newt.com>
8085
8086 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
8087 (Composing, Scan Line Formats): Fix @refs.
8088 (Getting Started): Define MH profile and MH profile components.
8089 (Incorporating Mail, Reading Mail, Viewing, Printing)
8090 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
8091 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
8092 for string constants.
8093 (Tool Bar): Remove spurious quote.
8094 (Junk): Use ``...'' instead of "...".
8095 (Scan Line Formats): Replace @samp with @kbd.
8096
80972006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
8098
8099 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
8100
81012006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
8102
8103 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
8104 easy to understand.
8105
81062006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
8107
8108 * gnus.texi: Markup fix.
8109 (Fancy Mail Splitting): Specify new feature.
8110
81112006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
8112
8113 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
8114 partial-words matching.
8115
81162006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
8117
8118 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
8119
8120 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
8121 (MIME Commands): Fix mm-discouraged-alternatives.
8122
81232006-03-07 Carsten Dominik <dominik@science.uva.nl>
8124
8125 * org.texi: Version number change only.
8126
81272006-03-06 Bill Wohler <wohler@newt.com>
8128
8129 * mh-e.texi: Move from SourceForge repository to Savannah.
8130 This is version 7.93, which is a total rewrite from the previous
8131 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
8132 version 7.93.
8133
81342006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8135
8136 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
8137
81382006-03-01 Carsten Dominik <dominik@science.uva.nl>
8139
8140 * org.texi (Interaction): Add item about `org-mouse.el' by
8141 Piotr Zielinski.
8142 (Managing links): Document that also mouse-1 can be used to
8143 activate a link.
8144 (Headlines, FAQ): Add entry about hiding leading stars.
8145 (Miscellaneous): Resort the sections in this chapter to a more
8146 logical sequence.
8147
81482006-02-27 Simon Josefsson <jas@extundo.com>
8149
8150 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
8151 2004-01-27 from the trunk).
8152
81532006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8154
8155 * cc-mode.texi: Rename c-hungry-backspace to
8156 c-hungry-delete-backwards, at the request of RMS. Leave the old
8157 name as an alias.
8158
81592006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8160
8161 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
8162 include the function header within the defun.
8163
81642006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8165
8166 * cc-mode.texi: Correct two typos.
8167
81682006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8169
8170 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
8171 existing comment.
8172 (Electric Keys): Add a justification for electric indentation.
8173 (Hungry WS Deletion): Clear up the names and complications of the
8174 BACKSPACE and DELETE keys.
8175
81762006-02-23 Juri Linkov <juri@jurta.org>
8177
8178 * faq.texi (Common requests): Move `Turning on auto-fill by
8179 default' after `Wrapping words automatically'. Move `Working with
8180 unprintable characters' before `Searching for/replacing newlines'.
8181 Move `Replacing highlighted text' after `Highlighting a region'.
8182 Merge `Repeating commands' and `Repeating a command as many times
8183 as possible' into the former.
8184 (Packages that do not come with Emacs): Add refs to Gmane and
8185 etc/MORE.STUFF.
8186
81872006-02-23 Juri Linkov <juri@jurta.org>
8188
8189 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
8190 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
8191 Add xref to `(emacs)Reporting Bugs'.
8192 (Getting a printed manual): Add URL to other formats of the manual.
8193 (Common requests): Fix menu.
8194 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
8195 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
8196 (Inserting text at the beginning of each line): Add pxref to
8197 `Changing the included text prefix'.
8198 (Forcing the cursor to remain in the same column): Mention `track-eol'
8199 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
8200 (Replacing text across multiple files): Add keybinding `Q' for
8201 `dired-do-query-replace'.
8202
82032006-02-22 Carsten Dominik <dominik@science.uva.nl>
8204
8205 * reftex.texi: Version number and date change only.
8206
8207 * org.texi (Internal Links): Rewrite to cover the modified
8208 linking system.
8209
82102006-02-17 Eli Zaretskii <eliz@gnu.org>
8211
8212 * faq.texi: Remove the coding cookie, it's not needed anymore.
8213
82142006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8215
8216 * faq.texi (Colors on a TTY): Mention Mac OS port.
8217
82182006-02-12 Karl Berry <karl@gnu.org>
8219
8220 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
8221 8-bit accented a.
8222
82232006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
8224
8225 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
8226
82272006-02-08 Romain Francoise <romain@orebokech.com>
8228
8229 * faq.texi (Top): Remove paragraph about the FAQ being a
8230 transitional document, etc.
8231 (Searching for/replacing newlines): New node.
8232 (Yanking text in isearch): New node.
8233 (Inserting text at the beginning of each line): Rename and make
8234 more general, mention `M-;' in Message mode.
8235
82362006-02-07 Luc Teirlinck <teirllm@auburn.edu>
8237
8238 * faq.texi (Meta key does not work in xterm)
8239 (Emacs does not display 8-bit characters)
8240 (Inputting eight-bit characters): Update xrefs.
8241
82422006-02-06 Romain Francoise <romain@orebokech.com>
8243
8244 * faq.texi (VM): VM now at version 7.19.
8245 Set myself as maintainer of this file.
8246
82472006-02-04 Michael Olson <mwolson@gnu.org>
8248
8249 * erc.texi (History): Note that ERC is now included with Emacs.
8250
82512006-01-31 Romain Francoise <romain@orebokech.com>
8252
8253 * message.texi (Message Headers): Explain what
8254 `message-alternative-emails' does in more detail.
8255 Update copyright year.
8256
82572006-01-30 Juanma Barranquero <lekktu@gmail.com>
8258
8259 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
8260
82612006-01-29 Richard M. Stallman <rms@gnu.org>
8262
8263 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
8264
82652006-01-29 Michael Olson <mwolson@gnu.org>
8266
8267 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
8268
8269 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
8270
8271 * faq.texi (New in Emacs 22): Mention ERC.
8272
82732006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8274
8275 * rcirc.texi: Capitalize dir entry for consistency with the entry
8276 in info/dir and other entries in the Emacs category.
8277 Fix typos. Delete trailing whitespace.
8278
c8763fb6 82792006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
8280
8281 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
8282
82832006-01-27 Eli Zaretskii <eliz@gnu.org>
8284
8285 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
8286 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8287
8288 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
8289 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8290
82912006-01-27 Alex Schroeder <alex@gnu.org>
8292
8293 * rcirc.texi: New file.
8294
82952006-01-23 Juri Linkov <juri@jurta.org>
8296
8297 * widget.texi (User Interface): Add S-TAB for widget-backward.
8298
82992006-01-22 Michael Albinus <michael.albinus@gmx.de>
8300
8301 Sync with Tramp 2.0.52.
8302
8303 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
8304 Add Tramp disabling item. New item for common connection problems.
8305 (various): Apply "ftp" as method for the download URL.
8306 (Bug Reports): Refer to FAQ for common problems.
8307
83082006-01-21 Eli Zaretskii <eliz@gnu.org>
8309
8310 * widget.texi (User Interface): Use @key for TAB.
8311
8312 * ses.texi (Formulas, Printer functions): Use @key for TAB.
8313
8314 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
8315 for TAB.
8316
8317 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
8318
83192006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8320
8321 * gnus.texi: Update copyright.
8322
83232006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8324
8325 * gnus.texi (Article Washing): Additions.
8326
2de53ca6
GM
83272006-01-13 Carsten Dominik <dominik@science.uva.nl>
8328
8329 * org.texi (Agenda commands): Document tags command.
8330
83312006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8332
8333 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
8334
83352006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8336
8337 * gnus.texi (RSS): Addition.
8338
83392005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8340
8341 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
8342
83432005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8344
8345 * emacs-mime.texi (Display Customization): Add setting example to
8346 mm-discouraged-alternatives.
8347
83482006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8349
8350 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
8351 version is the canonical version.
8352
83532006-01-08 Alex Schroeder <alex@gnu.org>
8354
8355 * pgg.texi (Caching passphrase): Rewording.
8356
83572006-01-06 Eli Zaretskii <eliz@gnu.org>
8358
8359 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
8360 repository URL.
8361
83622006-01-06 Carsten Dominik <dominik@science.uva.nl>
8363
8364 * org.texi: Removed the accidentally re-added empty line in the
8365 direntry.
8366
83672006-01-05 Carsten Dominik <dominik@science.uva.nl>
8368
8369 * org.texi (Agenda Views): Chapter reorganized.
8370
83712005-12-29 Romain Francoise <romain@orebokech.com>
8372
8373 * faq.texi (Using Customize): New node.
8374
83752005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8376
8377 * org.texi: Remove blank line in @direntry. It is non-standard
8378 and recursively produces blank lines all over the dir file (when
8379 using Texinfo 4.8).
8380
83812005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8382
8383 * widget.texi (atoms): Delete obsolete remark about `file' widget.
8384
83852005-12-20 Carsten Dominik <dominik@science.uva.nl>
8386
8387 * org.texi (Tags): Boolean logic documented.
8388 (Agenda Views): Document custom commands.
8389
83902005-12-20 David Kastrup <dak@gnu.org>
8391
8392 * faq.texi (AUCTeX): Update version and mailing list info.
8393
83942005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8395
8396 * gnus.texi (MIME Commands): Mention addition of
8397 multipart/alternative to gnus-buttonized-mime-types and add xref
8398 to mm-discouraged-alternatives.
8399
8400 * emacs-mime.texi (Display Customization): Mention addition of
8401 "image/.*" and add xref to gnus-buttonized-mime-types in the
8402 mm-discouraged-alternatives section.
8403
84042005-12-16 Carsten Dominik <dominik@science.uva.nl>
8405
8406 * org.texi (Tags): New section.
8407 (Agenda Views): Chapter reorganized.
8408
84092005-12-16 Eli Zaretskii <eliz@gnu.org>
8410
8411 * org.texi (Internal Links): Add a missing comma after an @xref.
8412
84132005-12-14 Chong Yidong <cyd@stupidchicken.com>
8414
8415 * faq.texi (Filling paragraphs with a single space): No need to
8416 change sentence-end now.
8417
84182005-12-13 Romain Francoise <romain@orebokech.com>
8419
8420 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
8421
84222005-12-12 Jay Belanger <belanger@truman.edu>
8423
8424 * faq.texi (Calc): Update version number.
8425
84262005-12-12 Carsten Dominik <dominik@science.uva.nl>
8427
8428 * org.texi (Progress Logging): New section.
8429
84302005-12-10 Romain Francoise <romain@orebokech.com>
8431
8432 Update the Emacs FAQ for the 22.1 release.
8433
8434 * faq.texi: Set VER to `22.1'.
8435 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
8436 Tutorial. Mention that `C-h r' displays the manual.
8437 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
8438 (Getting a printed manual): Point to the new locations of the
8439 manuals on the GNU Web site.
8440 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
8441 available via Info (it was previously distributed separately).
8442 (Installing Texinfo documentation): The latest version of Texinfo
8443 is 4.8, not 4.0.
8444 (Informational files for Emacs): COPYING is the GNU General Public
8445 License, not the Emacs General Public License.
8446 (Informational files for Emacs): Delete obsolete link to the
8447 GNUinfo pages as they have been removed from the GNU Web site.
8448 (New in Emacs 22): New node.
8449 (Setting up a customization file): Say that most packages support
8450 Customize nowadays.
8451 (Colors on a TTY): Delete reference to instructions on how to
8452 enable syntax highlighting, it is now enabled by default.
8453 (Turning on abbrevs by default): Emacs now reads the abbrevs file
8454 at startup automatically.
8455 (Controlling case sensitivity): Mention `M-c' in isearch.
8456 (Using an already running Emacs process): Emacs now creates the
8457 socket in `/tmp/emacsUID'. Fix typos. Change default location of
8458 gnuserv. As emacsclient can now run Lisp code as well, delete a
8459 sentence praising gnuserv for that. Simplify description of how
8460 the client/server operation works.
8461 (Compiler error messages): Delete obsolete text (compile.el has
8462 been rewritten).
8463 (Indenting switch statements): Fix typo.
8464 (Matching parentheses): Simplify setup instructions, mention the
8465 menu bar item in the Options menu.
8466 (Repeating a command as many times as possible): Mention `C-x e'.
8467 (Going to a line by number): Mention new keymap and bindings
8468 `M-g M-g', `M-g M-p' and `M-g M-n'.
8469 (Turning on syntax highlighting): Now on by default. Simplify.
8470 (Replacing highlighted text): Use `1', not `t'.
8471 (Problems with very large files): The maximum size is now 256MB on
8472 32-bit machines.
8473 (^M in the shell buffer): Mention `comint-process-echoes'.
8474 (Emacs for Apple computers): Emacs 22 has native support for Mac
8475 OS X.
8476 (Translating names to IP addresses): Delete node.
8477 (Binding keys to commands): Fix typo.
8478 (SPC no longer completes file names): New node.
8479 (MIME with Emacs mail packages): Delete section about the Emacs
8480 MIME FAQ (it's not reachable anymore).
8481
84822005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8483
8484 * cc-mode.texi: The manual has been extensively revised: the
8485 information about using CC Mode has been separated from the larger
8486 and more difficult chapters about configuration. It has been
8487 updated for CC Mode 5.31.
8488
84892005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8490
8491 * pgg.texi (User Commands): Fix description of pgg-verify-region.
8492 (Selecting an implementation): Fix descriptions.
8493
84942005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8495
8496 * message.texi (Various Message Variables): Addition.
8497
84982005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8499
8500 * message.texi: Fix default values.
8501
85022005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8503
8504 * message.texi (Header Commands): Clarify descriptions of
8505 message-cross-post-followup-to, message-reduce-to-to-cc, and
8506 message-insert-wide-reply.
8507 (Various Commands): Fix kindex for message-kill-to-signature;
8508 clarify description of message-tab.
8509
85102005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
8511
8512 * message.texi (Mailing Lists): Fix description about MFT.
8513
8514 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
8515
85162005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8517
8518 * gnus.texi (Slow Terminal Connection): Replace old description
8519 with new one.
8520
85212005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
8522
8523 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
8524 replace X-Draft-Headers with X-Draft-From.
8525
85262005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8527
8528 * gnus.texi (Various Various): Fix the default value of
8529 nnheader-max-head-length.
8530 (Gnus Versions): Fix typo.
8531
85322005-12-08 Carsten Dominik <dominik@science.uva.nl>
8533
8534 * org.texi (Structure editing): Document new functionality of
8535 M-RET.
8536
85372005-12-06 Luc Teirlinck <teirllm@auburn.edu>
8538
8539 * org.texi (Internal Links): Fix Texinfo usage.
8540
85412005-12-06 Carsten Dominik <dominik@science.uva.nl>
8542
8543 * org.texi (TODO basics): Document the global todo list.
8544 (TODO items): Documents sparse tree for specific TODO
8545 keywords.
8546
85472005-11-30 Carsten Dominik <dominik@science.uva.nl>
8548
8549 * org.texi (Plain Lists): Typos fixed.
8550
85512005-11-28 Jay Belanger <belanger@truman.edu>
8552
8553 * calc.texi: Change references of `M-#' to `C-x *' prefix.
8554
85552005-11-24 Carsten Dominik <dominik@science.uva.nl>
8556
8557 * org.texi (Structure editing): New item moving commands added.
8558 (Plain Lists): New section.
8559
85602005-11-18 Carsten Dominik <dominik@science.uva.nl>
8561
8562 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
8563 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 8564 `org-agenda-file-to-front'.
2de53ca6
GM
8565 (Built-in table editor): Document `org-table-sort-lines'.
8566 (HTML formatting): Export of hand-formatted lists.
8567
85682005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8569
8570 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
8571 new variable gnus-toolbar-thickness.
8572
85732005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
8574
8575 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
8576
85772005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8578
8579 * gnus.texi (X-Face): Fix description.
8580 (XVarious): Remove gnus-xmas-logo-color-alist and
8581 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
8582
85832005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8584
8585 * gnus.texi (Group Parameters): Mention new variable
8586 gnus-parameters-case-fold-search.
8587 (Home Score File): Addition.
8588
85892005-11-04 Ulf Jasper <ulf.jasper@web.de>
8590
8591 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
8592 (Overview): List supported feed types.
8593 (Installation): No installation necessary when using autoload.
8594 (Configuration): Rename "RSS" to "news".
8595
85962005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8597
8598 * pgg.texi (User Commands): Document additional passphrase
8599 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
8600 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
8601
86022005-11-04 Carsten Dominik <dominik@science.uva.nl>
8603
8604 * org.texi: Version number changed to 3.19.
8605
86062005-10-29 Sascha Wilde <wilde@sha-bang.de>
8607
8608 * pgg.texi (How to use): Update the example to add autoload of
8609 pgg-encrypt-symmetric-region.
8610 (User Commands): Document pgg-encrypt-symmetric-region.
8611 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
8612
86132005-10-27 Jay Belanger <belanger@truman.edu>
8614
8615 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
8616 mention other TeX-related units.
8617
86182005-10-23 Lars Hansen <larsh@soem.dk>
8619
0c7efc08
SM
8620 * dired-x.texi (Miscellaneous Commands):
8621 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
8622 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
8623
86242005-10-23 Jay Belanger <belanger@truman.edu>
8625
8626 * calc.texi (Predefined Units): Use `alpha' for the fine structure
8627 constant.
8628
86292005-10-23 Michael Albinus <michael.albinus@gmx.de>
8630
0c7efc08
SM
8631 * faq.texi (Bugs and problems):
8632 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
8633 `directory-listing-before-filename-regexp'.
8634
86352005-10-22 Eli Zaretskii <eliz@gnu.org>
8636
8637 * newsticker.texi (UPDATED): Set value.
8638
86392005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
8640
8641 * gnus.texi (Document Groups): Remove duplicate item.
8642
86432005-10-21 Carsten Dominik <dominik@science.uva.nl>
8644
8645 * org.texi (Summary): Mention iCalendar support.
8646 (Exporting): Document iCalendar support.
8647
86482005-10-18 Romain Francoise <romain@orebokech.com>
8649
8650 * viper.texi (Viper Specials): Capitalize GNU.
8651
86522005-10-17 Juri Linkov <juri@jurta.org>
8653
8654 * info.texi (Getting Started, Search Index, Expert Info):
8655 Fix wording.
8656 (Search Text): Replace `echo area' with `mode line'.
8657 (Search Index): Both `i' and `,' find all index entries.
8658 Replace example `C-f' with `C-l' (which exists in index of Info
8659 manual) and delete spaces in its keyboard input sequence.
8660 Delete unnecessary explanations about literal characters.
8661
86622005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
8663
8664 * gnus.texi (Document Server Internals): Addition.
8665
86662005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8667
8668 * gnus.texi (A note on namespaces): Fix RFC reference.
8669
86702005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8671
8672 * gnus.texi (RSS): Fix key description.
8673
86742005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8675
8676 * gnus.texi: Emacs/w3 -> Emacs/W3.
8677 (Browsing the Web): Fix description.
8678 (Web Searches): Ditto.
8679 (Customizing W3): Ditto.
8680
86812005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8682
8683 * gnus.texi (Maildir): Clarify expire-age and expire-group.
8684
86852005-10-11 Jay Belanger <belanger@truman.edu>
8686
8687 * calc.texi (Integration): Mention using `a i' to compute definite
8688 integrals.
8689
86902005-10-11 Juri Linkov <juri@jurta.org>
8691
8692 * info.texi: Rearrange nodes.
8693 (Top): Update menu. Change ref `Info for Experts' to
8694 `Advanced Info Commands'.
8695 (Getting Started): Fix description of manual's parts.
8696 (Help-Int): Change xref `Info Search' to `Search Index', and
8697 `Expert Info' to `Advanced'.
8698 (Advanced): Move node one level up.
8699 (Search Text, Search Index): New nodes split out from `Info Search'.
8700 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
8701 split out from `Advanced'.
8702 (Advanced, Emacs Info Variables): De-document editing an Info file
8703 in Info.
8704 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
8705 (Creating an Info File): Delete node and move its text to
8706 `Expert Info'.
8707
87082005-10-10 Carsten Dominik <dominik@science.uva.nl>
8709
8710 * org.texi (Workflow states): Documented that change in keywords
8711 becomes active only after restart of Emacs.
8712
87132005-10-08 Michael Albinus <michael.albinus@gmx.de>
8714
8715 Sync with Tramp 2.0.51.
8716
87172005-10-08 Nick Roberts <nickrob@snap.net.nz>
8718
8719 * speedbar.texi (Introduction): Describe new location of speedbar
8720 on menubar.
8721 (Basic Key Bindings): Remove descriptions of bindings that have
8722 been removed.
8723
87242005-10-05 Nick Roberts <nickrob@snap.net.nz>
8725
8726 * speedbar.texi (GDB): Describe use of watch expressions.
8727
87282005-09-28 Simon Josefsson <jas@extundo.com>
8729
8730 * message.texi (IDNA): Fix.
8731
87322005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8733
8734 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
8735 nntp-server-hook, and nntp-warn-about-losing-connection; fix
8736 description of nntp-open-connection-function.
8737 (Common Variables): Fix descriptions.
8738
87392005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
8740
8741 * gnus.texi (Server Buffer Format): Document the %a format spec.
8742
87432005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8744
8745 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
8746
87472005-09-23 Carsten Dominik <dominik@science.uva.nl>
8748
8749 * org.texi Version 3.16.
8750
87512005-09-19 Miles Bader <miles@gnu.org>
8752
8753 * newsticker.texi: Get rid of CVS keywords.
8754
87552005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8756
8757 * gnus.texi (Finding the Parent): Fix description of how Gnus
8758 finds article.
8759
87602005-09-14 Jari Aalto <jari.aalto@cante.net>
8761
8762 * gnus.texi (Advanced Scoring Examples): New examples to teach how
8763 to drop off non-answered articles.
8764
87652005-09-19 Juanma Barranquero <lekktu@gmail.com>
8766
8767 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
8768 braces (which are unsupported by NMAKE) for macro `srcdir'.
8769
87702005-09-17 Eli Zaretskii <eliz@gnu.org>
8771
8772 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8773 (../info/newsticker, newsticker.dvi): New targets.
8774
87752005-09-17 Ulf Jasper <ulf.jasper@web.de>
8776
8777 * newsticker.texi: Replace @command with @code. Replace @example
8778 with @lisp.
0c7efc08
SM
8779 (Top): Add explanations to menu items.
8780 (GNU Free Documentation License): Remove.
2de53ca6
GM
8781
87822005-09-16 Romain Francoise <romain@orebokech.com>
8783
8784 Update all files to specify GFDL version 1.2.
8785
8786 * doclicense.texi (GNU Free Documentation License): Update to
8787 version 1.2.
8788
87892005-09-15 Richard M. Stallman <rms@gnu.org>
8790
8791 * newsticker.texi: Fix @setfilename.
8792
8793 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8794 (../info/newsticker, newsticker.dvi): New targets.
8795
87962005-08-30 Carsten Dominik <dominik@science.uva.nl>
8797
8798 * org.texi: Version 3.15.
8799
88002005-08-29 Luc Teirlinck <teirllm@auburn.edu>
8801
8802 * ses.texi: Combine all three indices into one.
8803 Correct a few typos.
8804
88052005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
8806
8807 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
8808
88092005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8810
8811 * emacs-mime.texi (Handles): Remove duplicate item.
8812 (Encoding Customization): Fix the default value for
8813 mm-coding-system-priorities.
8814 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
8815 (Basic Functions): Fix reference.
8816
88172005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8818
8819 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
8820
88212005-08-18 Richard M. Stallman <rms@gnu.org>
8822
8823 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
8824 and web site.
8825
8826 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
8827 not keyboard-translate.
8828
88292005-08-11 Richard M. Stallman <rms@gnu.org>
8830
8831 * faq.texi (Using regular expressions): Fix xref.
8832
88332005-08-09 Juri Linkov <juri@jurta.org>
8834
8835 * info.texi (Help-P): Replace `Prev' with `Previous'.
8836 (Help-M, Help-Xref): Add S-TAB.
8837 (Help-FOO): Update `u' command.
8838 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8839 Update info about visibility of xref parts.
8840 (Help-Int): Fix `m' command. Rename `Info-last' to
8841 `Info-history-back'. Add `Info-history-forward'.
8842 (Advanced): Fix `g*' and `M-n' commands.
8843 (Info Search): Add `index-apropos' in stand-alone browser.
8844 Add isearch commands.
8845 (Emacs Info Variables): Remove `Info-fontify'.
8846 Add `Info-mode-hook'. Update face names.
8847 Add `Info-fontify-maximum-menu-size',
8848 `Info-fontify-visited-nodes', `Info-isearch-search'.
8849
88502005-08-07 Michael Albinus <michael.albinus@gmx.de>
8851
8852 Sync with Tramp 2.0.50.
8853
8854 * tramp.texi: Use @option{} consequently for method names.
8855 (Inline methods, External transfer methods): Remove references to
8856 Cygwin.
8857 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8858 implementation.
8859
88602005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8861
8862 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8863 Mention that gnus-init-file is not read when Emacs is invoked with
8864 --no-init-file or -q.
8865
88662005-07-19 Carsten Dominik <dominik@science.uva.nl>
8867
8868 * org.texi: Version 3.14.
8869
88702005-07-04 Carsten Dominik <dominik@science.uva.nl>
8871
8872 * org.texi: Version 3.13.
8873
88742005-07-18 Juri Linkov <juri@jurta.org>
8875
8876 * calc.texi (Time Zones, Logical Operations):
8877 * cl.texi (Overview):
8878 * org.texi (TODO types):
8879 * sc.texi (Emacs 18 MUAs):
8880 * speedbar.texi (Top):
8881 * url.texi (History):
8882 Delete duplicate duplicate words.
8883
ce058493 88842005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8885
8886 * cl.texi (Type Predicates): Document `atom' type.
8887
88882005-07-04 Lute Kamstra <lute@gnu.org>
8889
8890 Update FSF's address in GPL notices.
8891
8892 * calc.texi (Copying):
8893 * doclicense.texi (GNU Free Documentation License):
8894 * faq.texi (Contacting the FSF):
8895 * mh-e.texi (Copying): Update FSF's address.
8896
88972005-07-03 Richard M. Stallman <rms@gnu.org>
8898
8899 * flymake.texi (Example -- Configuring a tool called directly):
8900 Update name of flymake-build-relative-filename.
8901
89022005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8903
8904 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8905
89062005-06-29 Carsten Dominik <dominik@science.uva.nl>
8907
8908 * org.texi: Version 3.12.
8909
89102005-06-24 Eli Zaretskii <eliz@gnu.org>
8911
8912 * makefile.w32-in (MAKEINFO): Use --force.
8913 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8914 Makefile.in.
8915 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8916 more shells.
8917
89182005-06-23 Richard M. Stallman <rms@gnu.org>
8919
8920 * speedbar.texi (Creating a display): Texinfo usage fixes.
8921
8922 * tramp.texi (Customizing Completion, Auto-save and Backup):
8923 Texinfo usage fixes.
8924
89252005-06-23 Juanma Barranquero <lekktu@gmail.com>
8926
8927 * dired-x.texi (Miscellaneous Commands):
8928 * ediff.texi (Miscellaneous):
8929 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8930 (Agent Variables):
8931 * info.texi (Help-Xref):
8932 * message.texi (Message Headers):
8933 * org.texi (Remember):
8934 * reftex.texi (Options (Defining Label Environments)):
8935 (Options (Index Support)):
8936 (Options (Viewing Cross-References)):
8937 (Options (Misc)):
8938 (Changes):
8939 * speedbar.texi (Creating a display):
8940 * tramp.texi (Customizing Completion, Auto-save and Backup):
8941 Texinfo usage fix.
8942
89432005-06-13 Carsten Dominik <dominik@science.uva.nl>
8944
8945 * org.texi: Version 3.11.
8946
89472005-06-12 Jay Belanger <belanger@truman.edu>
8948
8949 * calc.texi (Getting Started): Remove extra menu item.
8950
89512005-05-31 Jay Belanger <belanger@truman.edu>
8952
8953 * calc.texi (Notations Used in This Manual): Use @kbd for key
8954 sequence.
8955 (Demonstration of Calc): Mention another way of starting Calc.
8956 (Starting Calc): Mention long name of M-#.
8957 (Embedded Mode Overview): Remove unnecessary instruction.
8958 (Other M-# commands): Rephrase `M-# 0' explanation.
8959 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8960 reflect current behavior.
8961
89622005-05-30 Jay Belanger <belanger@truman.edu>
8963
8964 * calc.texi (Hooks): Change description of calc-window-hook and
8965 calc-trail-window-hook to match usage.
8966 (Computational Functions): Add more constant-generating functions.
8967 (Customizable Variables): Use defvar.
8968
89692005-05-28 Jay Belanger <belanger@truman.edu>
8970
8971 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8972 (Basic Embedded Mode): Explain behavior of arguments to
8973 calc-embedded-mode.
8974
89752005-05-27 Jay Belanger <belanger@truman.edu>
8976
8977 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8978 current behavior.
8979
89802005-05-25 Jay Belanger <belanger@truman.edu>
8981
8982 * calc.texi: Change Calc version number throughout.
8983 (Keypad Mode): Change location in info output.
8984 (Keypad mode overview): Move picture of keypad.
8985
89862005-05-21 Jay Belanger <belanger@truman.edu>
8987
8988 * calc.texi (Storing variables): Mention that only most variables
8989 are void to begin with.
8990
89912005-05-21 Kevin Ryde <user42@zip.com.au>
8992
8993 * widget.texi (Basic Types): Update cross ref from "Enabling
8994 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8995 lispref/text.texi change.
8996
89972005-05-20 Carsten Dominik <dominik@science.uva.nl>
8998
8999 * org.texi: Version 3.09.
9000
90012005-05-18 Carsten Dominik <dominik@science.uva.nl>
9002
9003 * reftex.texi: Version 4.28.
9004
90052005-05-16 Jay Belanger <belanger@truman.edu>
9006
9007 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
9008
90092005-05-14 Jay Belanger <belanger@truman.edu>
9010
9011 * calc.texi (Default Simplifications): Insert missing ! (logical
9012 not operator).
9013
90142005-05-14 Michael Albinus <michael.albinus@gmx.de>
9015
9016 Sync with Tramp 2.0.49.
9017
90182005-05-10 Jay Belanger <belanger@truman.edu>
9019
9020 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
9021 to 1.
9022
90232005-04-29 Carsten Dominik <dominik@science.uva.nl>
9024
9025 * org.texi: Version 3.08, structure reorganized.
9026
90272005-04-24 Richard M. Stallman <rms@gnu.org>
9028
9029 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
9030
90312005-04-15 Carsten Dominik <dominik@science.uva.nl>
9032
9033 * org.texi: Update to version 3.06.
9034
90352005-04-13 Lute Kamstra <lute@gnu.org>
9036
9037 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
9038
90392005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
9040
9041 * cl.texi (Porting Common Lisp): Fix typo.
9042
90432005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9044
9045 * gnus.texi (RSS): Addition.
9046
90472005-04-04 Jay Belanger <belanger@truman.edu>
9048
9049 * calc.texi: Change Calc version number.
9050 (Customizable variables): Fix description of calc-language-alist.
9051 (Copying): Put in version 2 of GPL.
9052
90532005-04-01 Jay Belanger <belanger@truman.edu>
9054
9055 * calc.texi (Troubleshooting Commands): Remove comment about
9056 installation.
9057 (Installation): Remove section.
9058 (Customizable Variables): New section.
9059 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
9060 (Graphical Devices): Add references to Customizable Variables.
9061
90622005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
9063
9064 * emacs-mime.texi (Display Customization): Markup fixes.
9065 (rfc2047): Update.
9066
90672005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
9068
9069 * gnus-faq.texi: Replaced with auto-generated version.
9070
90712005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9072
9073 * dired-x.texi (Multiple Dired Directories): default-directory was
9074 renamed to dired-default-directory.
9075
90762005-03-26 Jay Belanger <belanger@truman.edu>
9077
9078 * calc.texi (Simplifying Formulas, Rewrite Rules):
9079 Change description of top and bottom of fraction.
9080 (Modulo Forms): Move description of how to create modulo forms to
9081 earlier in the section.
9082 (Fraction Mode): Suggest using : to get a fraction by dividing.
9083 (Basic Arithmetic): Adjust placement of command name.
9084 (Truncating the Stack): Emphasize that "hidden" entries are still
9085 visible.
9086 (Installation): Move discussion of printing manual to "About This
9087 Manual".
9088 (About This Manual): Mention how to print the manual.
9089 (Reporting Bugs): Remove first person.
9090 (Building Vectors): Add algebraic version of append.
9091 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
9092 (Grouping Digits): Fix typo.
9093
90942005-03-25 Werner Lemberg <wl@gnu.org>
9095
9096 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
9097 Replace `legal' with `valid'.
9098
90992005-03-25 Werner Lemberg <wl@gnu.org>
9100
9101 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
9102
91032005-03-24 Jay Belanger <belanger@truman.edu>
9104
9105 * calc.texi (General Mode Commands)
9106 (Mode Settings in Embedded Mode): Add some explanation of
9107 recording mode settings.
9108
91092005-03-24 Richard M. Stallman <rms@gnu.org>
9110
9111 * calc.texi: Remove praise of non-free software.
9112
9113 * idlwave.texi: Don't say where to get IDL or its non-free manual.
9114 (Installation): Node deleted.
9115
91162005-03-23 Richard M. Stallman <rms@gnu.org>
9117
9118 * url.texi (HTTP language/coding): Improve last change.
9119
91202005-03-22 Jay Belanger <belanger@truman.edu>
9121
9122 * calc.texi (Embedded Mode): Add new information on changing
9123 modes.
9124
91252005-03-20 Michael Albinus <michael.albinus@gmx.de>
9126
9127 Sync with Tramp 2.0.48.
9128
9129 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
9130
9131 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
9132 "GNU/Linux". Change all addresses to .gnu.org.
9133 (Default Method): Offer shortened syntax for "su" and "sudo"
9134 methods.
9135
91362005-03-07 Richard M. Stallman <rms@gnu.org>
9137
9138 * url.texi: Fix usage of "e.g.".
9139 (HTTP language/coding): Explain the rules for these strings.
9140
91412005-03-06 Richard M. Stallman <rms@gnu.org>
9142
9143 * woman.texi (Introduction): Minor cleanups.
9144
9145 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
9146
9147 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
9148 (Installation): Node deleted.
9149
9150 * mh-e.texi (Preface): Get rid of "Emacs 21".
9151
9152 * eshell.texi (Installation): Delete node (for Emacs 20).
9153
91542005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
9155
9156 * flymake.texi: Refill and tweak style in @lisp blocks.
9157
91582005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9159
9160 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
9161
91622005-03-01 Jay Belanger <belanger@truman.edu>
9163
9164 * calc.texi (Trigonometric and Hyperbolic Functions):
9165 Mention additional functions.
9166 (Algebraic Simplifications): Mention additional simplifications.
9167
91682005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
9169
9170 * ses.texi: Add concept/function/variable indices (this work was
9171 donated by Brad Collins <brad@chenla.org>, copyright-assignment
9172 papers on file at FSF).
9173
91742005-02-10 Jay Belanger <belanger@truman.edu>
9175
9176 * calc.texi: Change @LaTeX to La@TeX throughout.
9177 Redefine @expr as @math for TeX output.
9178 Redefine @texline as a no-op for TeX output.
9179 Define @tfn, replace @t by @tfn throughout.
9180
91812005-02-09 Jay Belanger <belanger@truman.edu>
9182
9183 * calc.texi: Add macro for LaTeX for info output.
9184
91852005-02-08 Kim F. Storm <storm@cua.dk>
9186
9187 * texinfo.tex (LaTex): Add def.
9188
91892005-02-06 Jay Belanger <belanger@truman.edu>
9190
9191 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
9192 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
9193 throughout manual.
9194
91952005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9196
9197 * gnus.texi: Some edits based on comments from David Abrahams.
9198
91992005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9200
9201 * gnus.texi (RSS): Fix the keystroke.
9202
92032005-01-24 David Kastrup <dak@gnu.org>
9204
9205 * faq.texi: Update AUCTeX version info.
9206
92072005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
9208
9209 * gnus-faq.texi ([4.1]): Typo.
9210
92112005-01-19 Jay Belanger <belanger@truman.edu>
9212
9213 * calc.texi (Keep Arguments): Mention that keeping arguments
9214 doesn't work with keyboard macros.
9215
92162005-01-16 Richard M. Stallman <rms@gnu.org>
9217
9218 * autotype.texi (Autoinserting): Fix small error.
9219
92202005-01-16 Michael Albinus <michael.albinus@gmx.de>
9221
9222 Sync with Tramp 2.0.47.
9223
9224 * tramp.texi (Compilation): New section, describing compilation of
9225 remote files.
9226
92272005-01-11 Kim F. Storm <storm@cua.dk>
9228
9229 * widget.texi (Basic Types): Add :follow-link keyword.
9230
92312005-01-09 Jay Belanger <belanger@truman.edu>
9232
9233 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
9234
92352005-01-08 Jay Belanger <belanger@truman.edu>
9236
9237 * calc.texi: Change throughout to reflect new default value of
9238 calc-settings-file.
9239
92402005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9241
9242 * message.texi (Reply): `message-reply-to-function' should return
9243 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
9244
92452005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
9246
9247 * faq.texi (Changing load-path): Fix typo.
9248
92492005-01-05 Jay Belanger <belanger@truman.edu>
9250
9251 * calc.texi (Programming Tutorial): Replace kbd command by
9252 appropriate characters for a keyboard macro.
9253
92542005-01-04 Jay Belanger <belanger@truman.edu>
9255
9256 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
9257 for Lucid Emacs.
9258 (Programming Tutorial): Mention that the user needs to be in the
9259 right mode to compute some functions.
9260
92612005-01-04 Jay Belanger <belanger@truman.edu>
9262
9263 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
9264 no longer applicable.
9265
92662005-01-01 Jay Belanger <belanger@truman.edu>
9267
0c7efc08 9268 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
9269 edit keyboard macros to match current behavior.
9270
92712004-12-31 Jay Belanger <belanger@truman.edu>
9272
9273 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
9274
92752004-12-20 Jay Belanger <belanger@truman.edu>
9276
9277 * calc.texi (Types Tutorial): Emphasize that you can't divide by
9278 zero.
9279
92802004-12-17 Luc Teirlinck <teirllm@auburn.edu>
9281
9282 * cc-mode.texi (Text Filling and Line Breaking): Put period after
9283 @xref.
9284 (Font Locking): Avoid @strong{Note:}.
9285
92862004-12-17 Michael Albinus <michael.albinus@gmx.de>
9287
9288 Sync with Tramp 2.0.46.
9289
9290 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
9291
92922004-12-16 Luc Teirlinck <teirllm@auburn.edu>
9293
9294 * url.texi: Correct typos.
9295 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 9296 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
9297 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
9298 (Dealing with HTTP documents): @inforef->@xref.
9299
93002004-12-15 Jay Belanger <belanger@truman.edu>
9301
9302 * calc.texi: Consistently capitalized all mode names.
9303 (Answers to Exercises): Mention that an answer can be a fraction
9304 when in Fraction mode.
9305
93062004-12-13 Jay Belanger <belanger@truman.edu>
9307
9308 * calc.texi: Fix some TeX definitions.
9309
93102004-12-09 Luc Teirlinck <teirllm@auburn.edu>
9311
9312 * reftex.texi (Imprint): Remove erroneous @value's.
9313
93142004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9315
9316 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
9317 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
9318
93192004-12-08 Jay Belanger <belanger@truman.edu>
9320
9321 * calc.texi (Starting Calc): Remove comment about installation.
9322 (Keypad Mode Overview): Remove comment about Emacs 19 support.
9323
93242004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9325
9326 * url.texi: Update @setfilename.
9327 (Getting Started): No need to worry about Gnus versions.
9328 (Dealing with HTTP documents): Use @inforef.
9329
9330 * org.texi: Fix @direntry file name.
9331
93322004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9333
9334 * url.texi: New file.
9335
9336 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
9337
93382004-12-06 Jay Belanger <belanger@truman.edu>
9339
9340 * calc.texi (Using Calc): Remove paragraph about installation.
9341
93422004-12-06 Jay Belanger <belanger@truman.edu>
9343
9344 * calc.texi: Use more Texinfo macros and less TeX defs.
9345 Remove @refill's.
9346
93472004-12-06 Richard M. Stallman <rms@gnu.org>
9348
9349 * org.texi: New file.
9350
93512004-12-05 Richard M. Stallman <rms@gnu.org>
9352
9353 * Makefile.in (org.dvi, ../info/org): New targets.
9354 (INFO_TARGETS): Add ../info/org.
9355 (DVI_TARGETS): Add org.dvi.
9356 (maintainer-clean): Remove the info files in the info dir.
9357
93582004-11-26 Eli Zaretskii <eliz@gnu.org>
9359
9360 * idlwave.texi: Fix the setfilename directive to put the produced
9361 file in ../info.
9362 (Continued Statement Indentation): Resurrect Jan D.'s change from
9363 2004-11-03 that was lost when a newer version of idlwave.texi was
9364 imported.
9365
93662004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9367
0c7efc08 9368 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 9369
0c7efc08
SM
9370 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
9371 Index `spam-initialize'.
2de53ca6
GM
9372
93732004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9374
9375 * message.texi (Various Message Variables): Mention that all mail
9376 file variables are derived from `message-directory'.
9377
9378 * gnus.texi (Splitting Mail): Clarify bogus group.
9379
93802004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9381
0c7efc08
SM
9382 * emacs-mime.texi (Encoding Customization):
9383 Fix mm-coding-system-priorities entry.
2de53ca6 9384
c8763fb6 93852004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
9386
9387 * idlwave.texi (Continued Statement Indentation):
9388 * reftex.texi (Options (Index Support)):
9389 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
9390 * speedbar.texi (Creating a display, Major Display Modes):
9391 Replace non-nil with non-@code{nil}.
2de53ca6
GM
9392
93932004-10-21 Jay Belanger <belanger@truman.edu>
9394
0c7efc08 9395 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
9396
93972004-10-18 Luc Teirlinck <teirllm@auburn.edu>
9398
9399 * calc.texi (Reporting Bugs): Double up `@'.
9400
94012004-10-18 Jay Belanger <belanger@truman.edu>
9402
0c7efc08 9403 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
9404 should be sent to.
9405
94062004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9407
9408 * gnus.texi (New Features): Add 5.11.
9409
9410 * message.texi (Resending): Remove wrong default value.
9411
9412 * gnus.texi (Mail Source Specifiers): Describe possible problems
9413 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
9414 `pop3-leave-mail-on-server' to the index.
9415
94162004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9417
9418 * message.texi (Canceling News): Add how to set a password.
9419
94202004-10-12 Jay Belanger <belanger@truman.edu>
9421
0c7efc08 9422 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
9423 calc-describe-function and calc-describe-variable to match their
9424 current behavior.
9425
94262004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9427
9428 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
9429
94302004-10-12 Michael Albinus <michael.albinus@gmx.de>
9431
9432 Sync with Tramp 2.0.45.
9433
9434 * tramp.texi (Frequently Asked Questions): Comment paragraph about
9435 plink link. The URL is outdated. Originator contacted for
9436 clarification.
9437
94382004-10-10 Juri Linkov <juri@jurta.org>
9439
9440 * gnus.texi (Top, Marking Articles): Join two menus in one node
9441 because a node can have only one menu.
9442
94432004-10-09 Juri Linkov <juri@jurta.org>
9444
9445 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
9446 example of nnmail-split-fancy.
9447
94482004-10-06 Karl Berry <karl@gnu.org>
9449
9450 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
9451 consistency with other uses of dashes.
9452
94532004-10-05 Karl Berry <karl@gnu.org>
9454
9455 * info.texi: Consistently use --- throughout, periods at end of
9456 menu descriptions, and a couple typos.
9457
94582004-09-26 Jesper Harder <harder@ifa.au.dk>
9459
9460 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
9461 * pgg.texi (User Commands, Backend methods): Do.
9462 * gnus.texi: Markup fixes.
9463 (Setting Process Marks): Fix `M P a' entry.
9464 * emacs-mime.texi: Fixes.
9465
94662004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9467
9468 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
9469 again.
9470 Use 5.10 instead of 5.10.0.
9471
94722004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9473
9474 * gnus.texi (Summary Mail Commands): S D e.
9475
94762004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
9477
9478 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
9479 the gnus-article-mode-line-format section.
9480
94812004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
9482
9483 * gnus.texi (Various Summary Stuff): Fix the documentation for
9484 gnus-newsgroup-variables.
9485
94862004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9487
0c7efc08
SM
9488 * gnus.texi (MIME Commands):
9489 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
9490 gnus-mime-display-multipart-alternative-as-mixed,
9491 gnus-mime-display-multipart-related-as-mixed.
9492 (Mail Source Customization): Clarify `mail-source-directory'.
9493 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 9494 (SpamOracle): Fix typo.
2de53ca6
GM
9495
9496 * gnus-faq.texi: Untabify.
9497 ([6.3]): nnir.el is in contrib directory.
9498
9499 * message.texi (News Headers): Clarify how a unique ID is created.
9500
0c7efc08
SM
9501 * gnus.texi (Batching Agents): Fix typo in example.
9502 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 9503
b2abec73 95042004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 9505
0c7efc08 9506 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
9507
95082004-09-20 Florian Weimer <fw@deneb.enyo.de>
9509
9510 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
9511
95122004-09-22 Jay Belanger <belanger@truman.edu>
9513
0c7efc08 9514 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
9515 might be hidden during part of the session.
9516
95172004-09-20 Jay Belanger <belanger@truman.edu>
9518
9519 * calc.texi (Notations Used in This Manual): Put in an earlier
9520 mention that DEL could be called Backspace.
9521
95222004-09-10 Simon Josefsson <jas@extundo.com>
9523
9524 * gnus.texi (IMAP): Add example. Suggested and partially written
9525 by Steinar Bang <sb@dod.no>.
9526
95272004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9528
9529 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
9530 netrc syntax.
9531
95322004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9533
b2abec73
JB
9534 * gnus.texi (Spam ELisp Package Sequence of Events):
9535 Some clarifications.
2de53ca6
GM
9536 (Spam ELisp Package Global Variables): More clarifications.
9537
95382004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9539
9540 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
9541 Mention spam-split does not modify incoming mail.
9542
95432004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9544
9545 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
9546
95472004-09-10 Eli Zaretskii <eliz@gnu.org>
9548
9549 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
9550
95512004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9552
9553 * makefile.w32-in (sieve, pgg): Use $(infodir).
9554
95552004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
9556
9557 * makefile.w32-in: Fix PGG and Sieve entries.
9558
95592004-08-28 Eli Zaretskii <eliz@gnu.org>
9560
9561 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
9562 Emacs and related programs.
9563
95642004-08-27 Richard M. Stallman <rms@gnu.org>
9565
9566 * faq.texi: Fix texinfo usage, esp. doublequotes.
9567 (Difference between Emacs and XEmacs): Some clarification.
9568
9569 * faq.texi (Difference between Emacs and XEmacs):
9570 Explain not to contrast XEmacs with GNU Emacs.
9571
95722004-08-26 Richard M. Stallman <rms@gnu.org>
9573
9574 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
9575
95762004-08-22 David Kastrup <dak@gnu.org>
9577
9578 * reftex.texi (AUCTeX): Update links, section name.
9579
9580 * faq.texi (Calc): Update availability (included in 22.1).
9581 (AUCTeX): Update availability, information, versions, description.
9582
95832004-08-14 Eli Zaretskii <eliz@gnu.org>
9584
9585 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
9586
95872004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9588
9589 * cc-mode.texi: Various updates for CC Mode 5.30.9.
9590
95912004-08-10 Michael Albinus <michael.albinus@gmx.de>
9592
9593 Sync with Tramp 2.0.44.
9594
95952004-08-05 Lars Hansen <larsh@math.ku.dk>
9596
9597 * widget.texi (User Interface): Update how to separate the
9598 editable field of an editable-field widget from other widgets.
9599 (Programming Example): Add text after field.
9600
96012004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9602
9603 * emacs-mime.texi (Encoding Customization): Add a note to the
9604 mm-content-transfer-encoding-defaults entry.
9605 (rfc2047): Update.
9606
0c7efc08
SM
9607 * gnus.texi (Article Highlighting):
9608 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
9609 (POP before SMTP): New node.
9610 (Posting Styles): Addition.
9611 (Splitting Mail): Add nnmail-split-lowercase-expanded.
9612 (Fancy Mail Splitting): Ditto.
9613 (X-Face): Add gnus-x-face.
9614
96152004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
9616
9617 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
9618 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
9619
96202004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9621
0c7efc08
SM
9622 * gnus.texi (Mail Source Specifiers):
9623 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
9624
96252004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
9626
9627 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
9628
9629 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
9630 repository. Change setfilename.
9631
9632 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
9633
96342004-07-02 Juri Linkov <juri@jurta.org>
9635
9636 * pcl-cvs.texi (Viewing differences): Add `d r'.
9637
96382004-06-29 Jesper Harder <harder@ifa.au.dk>
9639
9640 * ses.texi, viper.texi, flymake.texi, faq.texi:
9641 * eshell.texi, ediff.texi: Markup fixes.
9642
96432004-06-21 Karl Berry <karl@gnu.org>
9644
9645 * info.texi (Top): Mention that only Emacs has mouse support.
9646 (Getting Started): Mention this in a few other places.
9647
96482004-06-13 Luc Teirlinck <teirllm@auburn.edu>
9649
0c7efc08
SM
9650 * autotype.texi (Copyrights, Timestamps):
9651 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
9652
96532004-06-13 Lars Hansen <larsh@math.ku.dk>
9654
9655 * dired-x.texi (dired-mark-omitted): Update keybinding.
9656
96572004-06-10 Kim F. Storm <storm@cua.dk>
9658
9659 * pcl-cvs.texi (Viewing differences): Add 'd y'.
9660
96612004-06-05 Lars Hansen <larsh@math.ku.dk>
9662
9663 * dired-x.texi (variable dired-omit-mode): Rename from
9664 dired-omit-files-p.
9665 (function dired-omit-mode): Rename from dired-omit-toggle.
9666 Call dired-omit-mode rather than set dired-omit-files-p.
9667 (dired-mark-omitted): Describe command.
9668
96692004-05-29 Michael Albinus <michael.albinus@gmx.de>
9670
9671 Version 2.0.41 of Tramp released.
9672
96732004-05-29 Juanma Barranquero <lektu@terra.es>
9674
9675 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
9676 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9677
96782004-05-29 Richard M. Stallman <rms@gnu.org>
9679
9680 * cl.texi (Top): Call this chapter `Introduction'.
9681 (Overview): In TeX, no section heading here.
9682
9683 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
9684
96852004-05-29 Eli Zaretskii <eliz@gnu.org>
9686
9687 * Makefile.in (../info/flymake, flymake.dvi): New targets.
9688 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9689
96902004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
9691
9692 * flymake.texi: New file.
9693
96942004-05-28 Simon Josefsson <jas@extundo.com>
9695
9696 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
9697
b344d29d 96982004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
9699
9700 Version 2.0.40 of Tramp released.
9701
97022004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
9703
9704 Complete rework, based on review by Karl Berry <karl@gnu.org>.
9705
9706 * tramp.texi (Auto-save and Backup): Explain exploitation of new
9707 variables `tramp-backup-directory-alist' and
9708 `tramp-bkup-backup-directory-info'.
9709 (Overview, Connection types)
9710 (External transfer methods, Default Method)
9711 (Windows setup hints): Remove restriction of password entering
9712 with external methods.
9713 (Auto-save and Backup): Make file name example
9714 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
9715 and `auto-save-directory' must be used.
9716 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
9717 only "NT"). Remove doubled entry "What kinds of systems does
9718 @tramp{} work on".
9719 (tramp): Macro removed.
9720 (Obtaining Tramp): Flag removed from title.
9721 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
9722 and `trampver' used properly. Flag `tramp-inst' replaced by
9723 `installchapter'. Installation related text adapted.
9724
97252004-04-28 Masatake YAMATO <jet@gyve.org>
9726
9727 * widget.texi (Programming Example): Remove overlays.
9728
97292004-04-27 Jesper Harder <harder@ifa.au.dk>
9730
9731 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
9732
97332004-04-23 Juanma Barranquero <lektu@terra.es>
9734
9735 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9736
97372004-04-05 Jesper Harder <harder@ifa.au.dk>
9738
9739 * info.texi (Info Search): Add info-apropos.
9740
97412004-03-22 Juri Linkov <juri@jurta.org>
9742
9743 * faq.texi: Fix help key bindings.
9744
97452004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9746
9747 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
9748 (as suggested by Karl Berry). Update information about colored
9749 stars in menus. Add new subheading describing M-n.
9750
97512004-03-12 Richard M. Stallman <rms@gnu.org>
9752
9753 * cl.texi (Top): Rename top node's title.
9754
97552004-03-08 Karl Berry <karl@gnu.org>
9756
9757 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
9758 problems making the texinfo distribution.
9759
97602004-02-29 Simon Josefsson <jas@extundo.com>
9761
0c7efc08 9762 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
9763 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
9764 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
9765 <voegelas@gmx.net>.
9766
97672004-02-29 Juanma Barranquero <lektu@terra.es>
9768
9769 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9770 Use $(DEL) instead of rm, and ignore exit code.
9771
b344d29d 97722004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
9773
9774 Tramp version 2.0.39 released.
9775
97762004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9777
9778 * tramp.texi (Customizing Completion): Explain new functions
9779 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
9780 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
9781 (Top): Refer to Savannah mailing list as the major one.
9782 Mention older mailing lists in HTML mode only.
2de53ca6
GM
9783 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
9784 (Frequently Asked Questions): Remote hosts must not be Unix-like
9785 for "smb" method.
9786 (Password caching): New node.
9787 (External transfer methods): Refer to password caching for "smb"
9788 method.
9789
97902004-02-17 Karl Berry <karl@gnu.org>
9791
9792 * info.texi (Help-Int): Mention the new line number feature.
9793
97942004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9795
9796 * ses.texi (Advanced Features): New functionality for
9797 ses-set-header-row (defaults to current row unless C-u used).
9798 (Acknowledgements): Add Stefan Monnier.
9799
98002003-12-29 Kevin Ryde <user42@zip.com.au>
9801
9802 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
9803
b344d29d 98042003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9805
9806 Tramp version 2.0.38 released.
9807
9808 * tramp.texi (Remote shell setup): Warn of environment variables
9809 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
9810 <sven.gabriel@imk.fzk.de>.
9811 (Configuration): Tramp now chooses base64/uuencode
9812 automatically. Update wording accordingly.
9813 (Top): More description for the `Default Method' menu entry.
9814 (Default Method): Use @code, not @var, for Lisp variables.
9815 (Default Method): New subsection `Which method is the right one
9816 for me?' Suggested by Christian Kirsch.
9817 (Configuration): Pointer to new subsection added.
9818 (Default Method): Too many "use" in one sentence.
9819 Rephrase. Reported by Christian Kirsch.
9820 (Filename Syntax): Old `su' example is probably a left-over from
9821 the sm/su method naming. Replace with `ssh', instead.
9822 (External transfer methods, Auto-save and Backup):
9823 Typo fixes.
9824
98252003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
9826
183080b6 9827 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
9828 (Top): Mention japanese manual only if flag `jamanual' is set.
9829 Insert section `Japanese manual' in menu.
9830
98312003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9832
9833 * eshell.texi (Known Problems): Add doc item.
9834
98352003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9836
9837 * cc-mode.texi: Update for CC Mode 5.30.
9838
9839 Note: Please refrain from doing purely cosmetic changes like
9840 removing trailing whitespace in this manual; it clobbers cvs
9841 merging for no good reason.
9842
98432003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9844
9845 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9846 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9847 @acronym{ASCII}.
9848
98492003-10-26 Karl Berry <karl@gnu.org>
9850
9851 * info.texi (Info Search): Echo area, not echo are. From Debian
9852 diff.
9853
98542003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9855
10d1d0af 9856 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
9857 :buttons and :children keywords.
9858
98592003-10-22 Miles Bader <miles@gnu.org>
9860
9861 * Makefile.in (info): Move before $(top_srcdir)/info.
9862
98632003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9864
9865 * tramp.texi (Inline methods): Small grammar fix.
9866 (External transfer methods): Likewise.
9867
98682003-10-08 Nick Roberts <nick@nick.uklinux.net>
9869
9870 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9871
98722003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9873
9874 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9875
98762003-09-30 Richard M. Stallman <rms@gnu.org>
9877
9878 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9879
9880 * widget.texi (User Interface): Fix typos.
9881
9882 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9883
98842003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9885
9886 * pcl-cvs.texi (Selected Files): Fix typo.
9887
98882003-09-21 Karl Berry <karl@gnu.org>
9889
9890 * info.texi (] and [ commands): No period at end of section title.
9891
98922003-09-04 Miles Bader <miles@gnu.org>
9893
9894 * Makefile.in (top_srcdir): New variable.
9895 ($(top_srcdir)/info): New rule.
9896 (info): Depend on it.
9897
98982003-09-03 Peter Runestig <peter@runestig.com>
9899
9900 * makefile.w32-in: New file.
9901
99022003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9903
9904 * widget.texi (User Interface): Explain the need of static text
9905 around an editable field.
9906
99072003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9908
9909 * widget.texi (Basic Types): The argument to `:help-echo' can now
9910 be a form that evaluates to a string.
9911
99122003-08-18 Kim F. Storm <storm@cua.dk>
9913
9914 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9915
99162003-08-16 Richard M. Stallman <rms@gnu.org>
9917
9918 * dired-x.texi (Shell Command Guessing): Explain *.
9919
99202003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9921
9922 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9923 log-edit-insert-changelog.
9924
99252003-08-03 Karl Berry <karl@gnu.org>
9926
9927 * info.texi: Need @contents.
9928
c8763fb6 99292003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9930
9931 Tramp version 2.0.36 released.
9932
9933 * tramp.texi (Remote shell setup): Explain about problems with
9934 non-Bourne commands in ~/.profile and ~/.shrc.
9935
99362003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9937
9938 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9939 renaming of `vis-mode' to `visible-mode'.
9940
99412003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9942
9943 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9944 next, prev and up pointers.
9945
99462003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9947
9948 * info.texi (Help): Mention existence of Emacs and stand-alone
9949 Info at the very beginning of the tutorial.
9950 (Help-Inv): New node.
9951 (Help-]): New node.
9952 (Help-M): Systematically point out the differences between default
9953 Emacs and stand-alone versions. Delete second menu.
9954 (Help-Xref): Systematically point out the differences between
9955 default Emacs and stand-alone versions.
9956 (Help-Int): Change `l' example.
9957 (Expert Info): Fix typos.
9958 (Emacs Info Variables): Mention `Info-hide-note-references' and
9959 new default for `Info-scroll-prefer-subnodes'.
9960
c8763fb6 99612003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9962
9963 Version 2.0.35 of Tramp released.
9964
9965 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9966 (Inline methods): Add methods `remsh' and `plink1'.
9967 (External transfer methods): Add method `remcp'.
9968 (Multi-hop Methods): Add method `remsh'.
9969 Small patch from Adrian Aichner <adrian@xemacs.org>:
9970 Fix minor typos.
0c7efc08 9971 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9972 `Info-index'.
9973 (Version Control): Add cindex entry.
9974
c8763fb6 99752003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9976
9977 * trampver.texi: Version 2.0.34 released.
9978
99792003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9980
9981 * faq.texi: Improve previous changes.
9982
99832003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9984
9985 * faq.texi: Update copyright and maintenance details.
9986 Update some package URLs, versions, and maintainers.
9987 Remove many references to the Emacs Lisp Archive.
9988
99892003-04-23 Simon Josefsson <jas@extundo.com>
9990
9991 * smtpmail.texi: Fix license (the invariant sections mentioned has
9992 never been part of the smtp manual). Align info dir entry with
9993 other emacs packages.
9994
99952003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9996
9997 * tramp.texi: Version 2.0.33 released.
9998 Remove installation chapter. Remove XEmacs specifics.
9999
100002003-03-29 Richard M. Stallman <rms@gnu.org>
10001
10002 * tramp.texi (Top): Undo the previous renaming.
10003 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
10004
c8763fb6 100052003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
10006
10007 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
10008 version of manual.
10009
10010 * tramp.texi (Auto-save and Backup): New node.
10011
100122003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
10013
10014 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
10015 Emacs" in order to have better differentiation to "XEmacs".
10016 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
10017 are new macros in order to point to the other Emacs flavor where
10018 appropriate. In info case, point to node `Installation' in order
10019 to explain how to generate the other way. In html case, make a
10020 link to the other html file.
0c7efc08 10021 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
10022 after CVS checkout/update.
10023 (Installation): Completely rewritten.
10024 (Installation parameters, Load paths): New sections under
10025 `Installation'.
10026
c8763fb6 100272003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
10028
10029 * tramp.texi: Version 2.0.30 released.
10030 Replace word "path" with "localname" where used as a component of
10031 a Tramp file name.
10032
100332003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
10034
10035 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
10036 introduced.
10037 (Installation): Explain what to do if files from the tramp/contrib
10038 directory are needed.
10039
100402003-02-23 Alex Schroeder <alex@emacswiki.org>
10041
10042 * smtpmail.texi (How Mail Works): New.
10043
100442003-02-22 Alex Schroeder <alex@emacswiki.org>
10045
10046 * smtpmail.texi: New file.
10047
10048 * Makefile.in: Build SMTP manual.
10049
c8763fb6 100502003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
10051
10052 * tramp.texi: Version 2.0.29 released.
10053 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
10054 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
10055
100562003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
10057
10058 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 10059 another package loads accidentally Ange-FTP.
2de53ca6
GM
10060
100612003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
10062
10063 * tramp.texi (Customizing Completion): Add function
10064 `tramp-parse-sconfig'. Change example of
10065 `tramp-set-completion-function', because parsing of ssh config
10066 files looks more natural.
10067
100682003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
10069
10070 * gnus.texi: Do not use `path' in several locations.
10071
c8763fb6 100722002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 10073
0c7efc08
SM
10074 * tramp.texi (External transfer methods): New method `smb'.
10075 From Michael Albinus.
2de53ca6
GM
10076
100772002-11-05 Karl Berry <karl@gnu.org>
10078
10079 * info.texi (Info-fontify): Reorder face list to avoid bad line
10080 breaks.
10081
c8763fb6 100822002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 10083
0c7efc08
SM
10084 * tramp.texi: Move @copying to standard place.
10085 Use @insertcopying.
2de53ca6
GM
10086
100872002-10-02 Karl Berry <karl@gnu.org>
10088
10089 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
10090 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
10091 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
10092 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
10093 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
10094 Per rms, update all manuals to use @copying instead of @ifinfo.
10095 Also use @ifnottex instead of @ifinfo around the top node, where
10096 needed for the sake of the HTML output.
10097 (The Gnus manual is not fixed since it's not clear to me how it
10098 works; and the Tramp manual already uses @copying, although in an
10099 unusual way. All others were changed.)
10100
101012002-09-10 Jonathan Yavner <jyavner@engineer.com>
10102
10103 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
10104 (../info/ses, ses.dvi): New targets.
10105 * ses.texi: New file.
10106
c8763fb6 101072002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
10108
10109 * texinfo.tex: Update to texinfo 4.2.
10110
101112002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
10112
10113 * reftex.texi: Update to RefTeX 4.19.
10114
c8763fb6 101152002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
10116
10117 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
10118 (../info/tramp, tramp.dvi): New targets.
10119
101202002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
10121
10122 * Makefile.in (DVI_TARGETS): Add calc.dvi.
10123 (calc.dvi): Uncomment.
10124
101252001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
10126
10127 * Makefile.in (INFO_TARGETS): Add ../info/calc.
10128 (../info/calc): New target.
10129
101302001-10-20 Gerd Moellmann <gerd@gnu.org>
10131
10132 * (Version 21.1 released.)
10133
101342001-10-05 Gerd Moellmann <gerd@gnu.org>
10135
10136 * Branch for 21.1.
10137
101382001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10139
10140 * Makefile.in (../info/info): Use an explicit -o switch to
10141 makeinfo.
10142
101432001-03-05 Gerd Moellmann <gerd@gnu.org>
10144
10145 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10146
101472000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
10148
10149 * Makefile.in (../info/idlwave): Use --no-split.
10150
101512000-12-14 Dave Love <fx@gnu.org>
10152
c4cc8b9a 10153 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
10154 (gnus.dvi): Change rule to remove @latex stuff.
10155
101562000-10-19 Eric M. Ludlam <zappo@ultranet.com>
10157
10158 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
10159
101602000-10-13 John Wiegley <johnw@gnu.org>
10161
10162 * Makefile.in: Add build targets for eshell.texi.
10163
101642000-09-25 Gerd Moellmann <gerd@gnu.org>
10165
10166 * Makefile.in: Remove/comment speedbar stuff.
10167
101682000-09-22 Dave Love <fx@gnu.org>
10169
10170 * Makefile.in: Add emacs-mime.
10171
101722000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10173
10174 * Makefile.in (INFO_TARGETS): Add ../info/woman.
10175 (DVI_TARGETS): Add woman.dvi.
10176 (../info/woman, woman.dvi): New targets.
10177
101782000-05-31 Stefan Monnier <monnier@cs.yale.edu>
10179
10180 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
10181
10182 * pcl-cvs.texi: New file.
10183 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
10184 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
10185
101862000-05-11 Gerd Moellmann <gerd@gnu.org>
10187
10188 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
10189 (../info/ebrowse, ebrowse.dvi): New targets.
10190
101912000-01-13 Gerd Moellmann <gerd@gnu.org>
10192
10193 * Makefile.in (INFO_TARGETS): Add eudc.
10194 (DVI_TARGETS): Add eudc.dvi.
10195 (../info/eudc, eudc.dvi): New targets.
10196
101972000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
10198
10199 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
10200 compatibility with 8+3 filesystems).
10201 (../info/efaq): Rename from emacs-faq.
10202
102032000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10204
10205 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
10206 (../info/idlwave, idlwave.dvi): New targets.
10207
102081999-10-23 Dave Love <fx@gnu.org>
10209
10210 * Makefile.in: Use autotype.texi.
10211
102121999-10-12 Stefan Monnier <monnier@cs.yale.edu>
10213
10214 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
10215 faq.texi file) rather than ../info/faq.
10216
102171999-10-07 Gerd Moellmann <gerd@gnu.org>
10218
10219 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
10220 (../info/ada-mode, ada-mode.dvi): New targets.
10221
102221999-09-01 Dave Love <fx@gnu.org>
10223
10224 * Makefile.in: Add faq.
10225
102261999-07-12 Richard Stallman <rms@gnu.org>
10227
10228 * Version 20.4 released.
10229
102301998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10231
10232 * Version 20.3 released.
10233
102341998-04-06 Andreas Schwab <schwab@gnu.org>
10235
768c0c0f
JB
10236 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
10237 Use it in dvi targets.
2de53ca6
GM
10238 (../etc/GNU): Change to $(srcdir) first.
10239
102401998-03-11 Carsten Dominik <cd@delysid.gnu.org>
10241
10242 * reftex.texi: Update for RefTeX version 3.22.
10243
102441998-02-08 Richard Stallman <rms@psilocin.gnu.org>
10245
10246 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
10247 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10248
102491997-09-23 Paul Eggert <eggert@twinsun.com>
10250
10251 * Makefile.in: Merge changes mistakenly made to `Makefile'.
10252 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
10253
102541997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10255
10256 * Version 20.2 released.
10257
102581997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10259
10260 * Version 20.1 released.
10261
102621997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10263
10264 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
10265
102661996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10267
10268 * Version 19.33 released.
10269
102701996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10271
10272 * Version 19.32 released.
10273
102741996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10275
10276 * Makefile.in: Add rules for the Message manual.
10277
102781996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10279
10280 * gnus.texi: New version.
10281
10282 * message.texi: New manual.
10283
102841996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10285
10286 * Makefile.in (All info targets): cd $(srcdir) to do the work.
10287
102881996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10289
10290 * Makefile.in (All info targets): Specify $(srcdir) in input files.
10291 Specify -I option.
10292 (All dvi targets): Set the TEXINPUTS variable.
10293
102941996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10295
10296 * Version 19.31 released.
10297
102981996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10299
10300 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
10301 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
10302
103031995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10304
10305 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
10306 (INFO_TARGETS): Add ../info/cc-mode.
10307 (DVI_TARGETS): Add cc-mode.dvi.
10308
2de53ca6
GM
103091995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10310
10311 * Version 19.30 released.
10312
103131995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10314
10315 * gnus.texi: New file.
10316
103171995-11-04 Erik Naggum <erik@naggum.no>
10318
10319 * gnus.texi: File deleted.
10320
103211995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
10322
10323 * mh-e.texi: "Function Index" -> "Command Index" to work with
10324 Emacs 19.30 C-h C-k support of separately-documented commands.
10325
103261995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10327
10328 * Makefile.in (../info/ediff, ediff.dvi): New targets.
10329 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
10330
103311995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10332
10333 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
10334 (../info/viper, viper.dvi): New targets.
10335
103361995-04-20 Kevin Rodgers <kevinr@ihs.com>
10337
10338 * dired-x.texi (Installation): Change the example to set
10339 buffer-local variables like dired-omit-files-p in
10340 dired-mode-hook.
10341
103421995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10343
10344 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
10345 (../info/mh-e, mh-e.dvi): New targets.
10346
103471995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10348
10349 * Makefile.in (maintainer-clean): Rename from realclean.
10350
103511994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10352
10353 * Makefile.in: New file.
10354 * Makefile: File deleted.
10355
103561994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10357
10358 * Makefile (TEXINDEX_OBJS): Variable deleted.
10359 (texindex, texindex.o, getopt.o): Rules deleted.
10360 All deps on texindex deleted.
10361 (distclean): Don't delete texindex.
10362 (mostlyclean): Don't delete *.o.
10363 * texindex.c, getopt.c: Files deleted.
10364
103651994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10366
10367 * Version 19.26 released.
10368
103691994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10370
10371 * Version 19.25 released.
10372
103731994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10374
10375 * Version 19.24 released.
10376
103771994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10378
10379 * Version 19.23 released.
10380
103811994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10382
10383 * Makefile: Delete spurious tab.
10384
103851994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10386
10387 * Makefile (.SUFFIXES): New rule.
10388
103891994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10390
10391 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
10392 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10393
103941994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10395
10396 * Makefile (../info/sc): Rename from sc.info.
10397 (../info/cl): Likewise.
10398 (INFO_TARGETS): Use new names.
10399
104001993-12-04 Richard Stallman (rms@srarc2)
10401
10402 * getopt.c: New file.
10403 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10404 (getopt.o): New rule.
10405 (dvi): Don't depend on texindex.
10406 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
10407 Depend on texindex.
10408
104091993-12-03 Richard Stallman (rms@srarc2)
10410
10411 * Makefile (../info/sc.info): Rename from ../info/sc.
10412 (TEXI2DVI): New variable.
10413 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
10414 Add explicit commands.
10415 (TEXINDEX_OBJS): Delete duplicate getopt.o.
10416
104171993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10418
10419 * Version 19.22 released.
10420
104211993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10422
10423 * Makefile (TEXINDEX_OBJS): Delete spurious period.
10424
104251993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10426
10427 * Version 19.21 released.
10428
104291993-11-15 Paul Eggert (eggert@twinsun.com)
10430
10431 * man/Makefile (../info/cl.info): Rename from ../info/cl.
10432
104331993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10434
10435 * Makefile (../etc/GNU): New target.
10436 (EMACSSOURCES): Add gnu1.texi.
10437
104381993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10439
10440 * Makefile (realclean): Don't delete the Info files.
10441
f0131492 104421993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
10443
10444 * forms.texi: Fix forms.texi so that it will format correctly.
10445 Add missing `@end iftex', fix bad reference.
10446
10447 * info.texi, info-stn.texi: New files implement texinfo version of
10448 `info' file.
10449
f0131492 104501993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
10451
10452 * Makefile: Fix targets for texindex, new info.texi files.
10453 * info-stnd.texi: New file implements info for standalone info
10454 reader.
10455 * info.texi: Update to include recent changes to "../info/info".
10456 New source file for ../info/info; includes info-stnd.texi.
10457
10458 * texindex.c: Include "../src/config.h" if building in emacs.
10459
10460 * Makefile: Change all files to FILENAME.texi, force all targets
10461 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
10462 vip.texinfo, forms.texinfo, cl.texinfo.
10463 Add target to build texindex.c, defining `emacs'.
10464
10465 * forms.texi: Install new file to match version 2.3 of forms.el.
10466
104671993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10468
10469 * Version 19.19 released.
10470
104711993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
10472
10473 * sc.texinfo: Fix info file name.
10474
10475 * Makefile (info): Add gnus and sc.
10476 (dvi): Add gnus.dvi and sc.dvi.
10477 (../info/sc, sc.dvi): New targets.
10478
104791993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10480
10481 * Version 19.18 released.
10482
104831993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10484
10485 * Makefile: Fix source file names of the separate manuals.
10486 (gnus.dvi, ../info/gnus): New targets.
10487
104881993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10489
10490 * Version 19.17 released.
10491
104921993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10493
10494 * split-man: Fix typos in last change.
10495
104961993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10497
10498 * Version 19.16 released.
10499
105001993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10501
10502 * version 19.15 released.
10503
105041993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10505
10506 * Makefile (distclean): It's rm, not rf.
10507
105081993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10509
10510 * Version 19.14 released.
10511
105121993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10513
10514 * Makefile: New file.
10515
105161993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10517
10518 * Version 19.13 released.
10519
105201993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10521
10522 * Version 19.9 released.
10523
105241993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10525
10526 * Version 19.8 released.
10527
105281993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10529
10530 * Version 19.7 released.
10531
105321990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
10533
10534 * gnus.texinfo: New file. Removed installation instructions.
10535
105361990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10537
10538 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
10539
105401989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10541
10542 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
10543 then define `\sc' as the command for smallcaps in Texinfo.
10544 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
10545 made the corresponding change to makeinfo and texinfm.el.
10546
105471988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10548
10549 * vip.texinfo: Remove menu entry Adding Lisp Code in node
10550 Customization since the menu entry did not point to anything.
10551 Also add an @finalout command to remove overfull hboxes from the
10552 printed output.
10553
10554 * cl.texinfo: Add @bye, \input line and @settitle to file.
10555 This file is clearly intended to be a chapter of some other work,
10556 but the other work does not yet exist.
10557
105581988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10559
10560 * texinfo.texinfo: Three typos corrected.
10561
4009494e 10562;; Local Variables:
c8763fb6 10563;; coding: utf-8
4009494e
GM
10564;; End:
10565
ab422c4d 10566 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
4009494e
GM
10567
10568 This file is part of GNU Emacs.
10569
97c0352c 10570 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 10571 it under the terms of the GNU General Public License as published by
97c0352c
GM
10572 the Free Software Foundation, either version 3 of the License, or
10573 (at your option) any later version.
4009494e
GM
10574
10575 GNU Emacs is distributed in the hope that it will be useful,
10576 but WITHOUT ANY WARRANTY; without even the implied warranty of
10577 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10578 GNU General Public License for more details.
10579
10580 You should have received a copy of the GNU General Public License
97c0352c 10581 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.