Simplify SELECT_TYPE-related code.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
1857cd3f
GM
12013-08-27 Glenn Morris <rgm@gnu.org>
2
278208b8
GM
3 * efaq.texi: Rename from faq.texi, to match its output files.
4 * Makefile.in: Update for faq.texi name change.
5
79c238dc
GM
6 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
7
c076ba95
GM
8 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
9
1857cd3f
GM
10 * efaq-w32.texi: Move here from the web-pages repository.
11 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
12 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
13 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
14 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
15 Add DOCMISC_*_W32 variables.
16 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
17 (efaq_w32_deps): New variable.
18 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
19 (efaq-w32.pdf, efaq-w32.html): New rules.
20 (clean): Remove efaq-w32 products.
21
dab3a8d5
KY
222013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
23
24 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
25 shift_jis from the default value set to mm-coding-system-priorities for
26 Japanese users.
27
55f612f0
GM
282013-08-13 Glenn Morris <rgm@gnu.org>
29
30 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
31 (Options - Defining Label Environments, Options - Creating Labels)
32 (Options - Referencing Labels, Options - Creating Citations)
33 (Options - Index Support, Options - Viewing Cross-References)
34 (Options - Finding Files, Options - Optimizations)
35 (Options - Fontification, Options - Misc):
36 * cc-mode.texi (Sample Init File):
37 * edt.texi (Init file):
38 * epa.texi (Encrypting/decrypting gpg files):
39 * mairix-el.texi (About, Setting up the mairix interface, Using)
40 (Extending):
41 Rename nodes to avoid characters that can cause Texinfo problems.
42
d401ef43
KY
432013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
44
45 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
46
8496d8d7
GM
472013-08-12 Glenn Morris <rgm@gnu.org>
48
808190e6
GM
49 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
50 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
51 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
52 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
53 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
54 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
55 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
56 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
57 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
58 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
59 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
60 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
61 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
62
2f3ac208
GM
63 * woman.texi (Top): Avoid mailto: in html output.
64
8496d8d7
GM
65 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
66 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
67 (INSTALL_DATA): New, set by configure.
68 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
69 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
70 install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
71 uninstall-ps, and uninstall-doc.
72 (.SUFFIXES): Add .ps and .dvi.
73 (.dvi.ps): New suffix rule.
74 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
75 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
76 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
77 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
78 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
79 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
80 (ido.html, mairix-el.html, message.html, mh-e.html)
81 (newsticker.html, nxml-mode.html, org.html, pgg.html)
82 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
83 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
84 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
85 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
86 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
87 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
88 New rules.
89 (clean): Remove HTML_TARGETS and PS_TARGETS.
90
33a9f380
XF
912013-08-10 Xue Fuqiao <xfq.free@gmail.com>
92
93 * ido.texi (Working Directories):
94 (Flexible Matching, Regexp Matching, Find File At Point)
95 (Ignoring, Misc Customization): Use @defopt for user options.
96
353ca646
XF
972013-08-09 Xue Fuqiao <xfq.free@gmail.com>
98
99 * htmlfontify.texi (Customization): Remove documentation of
241de290 100 `hfy-fast-lock-save'. Minor fixes.
353ca646 101
03300a14
XF
1022013-08-08 Xue Fuqiao <xfq.free@gmail.com>
103
104 * ido.texi (Top): Insert node "Working Directories" in menu.
105 (Working Directories): New node.
9dfc8491
XF
106 (Misc Customization): Add documentation of
107 `ido-confirm-unique-completion' and some other user options.
03300a14 108
2a024334
EZ
1092013-08-07 Eli Zaretskii <eliz@gnu.org>
110
111 * todo-mode.texi: Update @dircategory.
112 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
113 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
114 @ref.
115
c85989f5
XF
1162013-08-07 Xue Fuqiao <xfq.free@gmail.com>
117
998ad848
XF
118 * sc.texi (Introduction): Fix index.
119 (Usage Overview):
120 (Citations, Citation Elements, Recognizing Citations)
121 (Information Keys and the Info Alist, Reference Headers)
122 (The Built-in Header Rewrite Functions)
123 (Electric References, Reply Buffer Initialization)
124 (Filling Cited Text, Selecting an Attribution)
125 (Attribution Preferences)
126 (Anonymous Attributions, Author Names)
127 (Using Regi, Post-yank Formatting Commands)
128 (Citing Commands, Insertion Commands)
129 (Mail Field Commands)
130 (Hints to MUA Authors, Thanks and History): Change from one space
131 between sentences to two.
03300a14 132 (What Supercite Does): Typo fix.
998ad848 133
98374c9a
XF
134 * newsticker.texi (Usage): Use @key for RET.
135
c85989f5 136 * cl.texi (Argument Lists):
20940c20
XF
137 (For Clauses):
138 (Macros): Add indexes.
c85989f5 139
57fedd9f
XF
1402013-08-05 Xue Fuqiao <xfq.free@gmail.com>
141
142 * cl.texi (Blocks and Exits): Add an index.
143
016d3f7d
SB
1442013-08-04 Stephen Berman <stephen.berman@gmx.net>
145
146 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
147 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
148 (todo-mode.dvi, todo-mode.pdf): New rules.
149
150 * todo-mode.texi: New file.
151
89cccc2f
G
1522013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
153
154 * gnus.texi (Basic Usage): Mention that warp means jump here.
155 (The notmuch Engine): Mention notmuch.
156
a3fd87cb
TH
1572013-07-30 Tassilo Horn <tsdh@gnu.org>
158
159 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
160 `gnus-subthread-sort-functions' and remove the obsolete documentation
161 of `gnus-sort-threads-recursively'.
162
1632013-07-29 David Engster <deng@randomsample.de>
18657165
DE
164
165 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
166 implementation.
167 (Introduction): Add further missing features.
168 (Building Classes): Add introductory paragraph.
169 (Wish List): Add metaclasses and EQL specialization.
170
b69c2ea7
MA
1712013-07-29 Michael Albinus <michael.albinus@gmx.de>
172
173 * tramp.texi (Frequently Asked Questions): Mention
174 `tramp-use-ssh-controlmaster-options'.
175
13afd560
TH
1762013-07-26 Tassilo Horn <tsdh@gnu.org>
177
178 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
179 `gnus-sort-threads-recursively'.
180
7add5a8a
GM
1812013-07-25 Glenn Morris <rgm@gnu.org>
182
57cff712
GM
183 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
184 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
185
7add5a8a
GM
186 * erc.texi (Special Features): Update contact information.
187 (History): Avoid using @email.
188
189 * eshell.texi (Bugs and ideas): Minor updates.
190
191 * faq.texi (Reporting bugs, Origin of the term Emacs)
192 (Setting up a customization file)
193 (Using an already running Emacs process, Turning off beeping)
194 (Packages that do not come with Emacs)
195 (Replying to the sender of a message): Avoid using @email.
196
197 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
198
199 * reftex.texi (Imprint): Avoid using @email.
200
201 * ses.texi (Top): Update bug reporting instructions.
202 (Acknowledgments): Avoid using @email.
203
204 * woman.texi (Introduction, Background): Remove outdated information.
205 (Bugs, Acknowledgments): Avoid using @email.
206
3f0faa45
XF
2072013-07-24 Xue Fuqiao <xfq.free@gmail.com>
208
209 * ido.texi: New file.
210
47cc1156
G
2112013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
212
213 * gnus.texi (Customizing Articles): Document function predicates.
214
c17b81a7
G
2152013-07-08 Tassilo Horn <tsdh@gnu.org>
216
217 * gnus.texi (lines): Correct description of
218 `gnus-registry-track-extra's default value. Mention
219 `gnus-registry-remove-extra-data'.
220
6ed7a66a
G
2212013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
222
223 * gnus.texi (Group Parameters): Mention regexp
224 substitutions (bug#11688).
225
2262013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
227
228 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
229
2302013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
231
232 * gnus.texi (Emacsen): Fix version.
233
234 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
235
5154917e
GM
2362013-07-06 Glenn Morris <rgm@gnu.org>
237
238 * mh-e.texi: Fix external links.
3cab18a3 239 (Using This Manual): Printed elisp manuals no longer available.
5154917e 240
9d7a25d6 241 * newsticker.texi (Overview): Update URL.
583873a9 242
9d7a25d6
GM
243 * nxml-mode.texi (Introduction): Update URL.
244
245 * org.texi (JavaScript support): Fix URL.
91eea47b 246
bfd569a4
GM
247 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
248
6338a049
GM
249 * eudc.texi (CCSO PH/QI): Remove defunct URL.
250
97df87bb
GM
251 * dbus.texi (Introspection): Update URL to a less defunct one.
252
f2a538a2
GM
253 * gnus.texi (Top): Restrict "Other related manuals" to info output.
254 (Foreign Groups): Use @indicateurl for examples.
255 (Direct Functions): Remove defunct URL.
256 (RSS): Update URL.
257
258 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
259 (FAQ 7-1): Update URL.
260
f0a77200
GM
261 * pgg.texi (Top, Overview): Add note about obsolescence.
262
5aa43a3a
PE
2632013-07-03 Paul Eggert <eggert@cs.ucla.edu>
264
265 * texinfo.tex: Merge from gnulib.
266
a944db14
GM
2672013-07-03 Glenn Morris <rgm@gnu.org>
268
269 * bovine.texi (top):
270 * cc-mode.texi (AWK Mode Font Locking):
271 * mh-e.texi (Preface):
272 * url.texi (URI Parsing): Fix cross-references to other manuals.
273
eaa610c3
KY
2742013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
275
276 * gnus.texi (Client-Side IMAP Splitting):
277 Note that `nnimap-inbox' now can be a list.
278
7eeeb7dd
GM
2792013-06-24 Glenn Morris <rgm@gnu.org>
280
281 * eshell.texi: Fix cross-references to other manuals.
282
2e667b8c
GM
2832013-06-23 Glenn Morris <rgm@gnu.org>
284
285 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
286 Remove; not needed now we use a standard html layout for the faq.
287 (clean): Remove HTML_TARGETS, emacs-faq.text.
288
c5b0993e
EW
2892013-06-21 Eduard Wiebe <usenet@pusto.de>
290
291 * flymake.texi (Parsing the output, Customizable variables):
292 Add reference to `flymake-warning-predicate'.
293
d6491e24
MA
2942013-06-19 Michael Albinus <michael.albinus@gmx.de>
295
296 * tramp.texi (Top, Configuration): Insert section `Predefined
297 connection information' in menu.
298 (Predefined connection information): New section.
299 (Android shell setup): Make a reference to `Predefined connection
300 information'.
301
09af5c3e
GM
3022013-06-19 Glenn Morris <rgm@gnu.org>
303
304 * Makefile.in (version): New, set by configure.
305 (clean): Delete dist tar file.
306 (infoclean): New, split from maintainer-clean.
307 (maintainer-clean): Run infoclean.
308 (dist): New rule, to make tarfile for www.gnu.org.
309
745b097b
AK
3102013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
311
4f405069 312 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
745b097b
AK
313 for keys q and Q.
314 (Standards): Reference RFC5804 as the defining document of the
315 managesieve protocol.
316
fa472906
AG
3172013-06-10 Aidan Gauland <aidalgol@amuri.net>
318
319 * eshell.texi (Input/Output): Expand to cover new visual-command
320 options, eshell-visual-subcommands and eshell-visual-options.
321 Divide into separate Visual Commands and Redirection sections.
322
ff4871b9
GM
3232013-06-10 Glenn Morris <rgm@gnu.org>
324
325 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
326
cdebc6dd
KY
3272013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
328
329 * gnus.texi (Article Date):
330 Fix description of gnus-article-update-date-headers.
331
962e44a5
XF
3322013-05-28 Xue Fuqiao <xfq.free@gmail.com>
333
334 * erc.texi (Special Features): ERC is being maintained within
335 Emacs now.
336
5d028165
XF
3372013-05-25 Xue Fuqiao <xfq.free@gmail.com>
338
998ad848 339 * flymake.texi: Change from one space between sentences to two.
5d028165 340
0a6313f7
SM
3412013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
342
343 * cl.texi (Obsolete Macros): Describe replacements for `flet'
344 (bug#14293).
345
a7bef505
MA
3462013-04-16 Michael Albinus <michael.albinus@gmx.de>
347
348 * tramp.texi (Frequently Asked Questions): Precise, how to define
349 an own ControlPath.
350
7a55aa13
MA
3512013-04-15 Michael Albinus <michael.albinus@gmx.de>
352
353 * tramp.texi (Frequently Asked Questions): New item for
354 ControlPath settings.
355
c81ecb72
JB
3562013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
357
4f405069 358 * calc.texi (Basic Operations on Units): Streamline some
c81ecb72
JB
359 descriptions.
360
73572c72
AG
3612013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
362
78b8f320 363 * eshell.texi (Built-ins): Update manual to mention tramp module.
73572c72 364
24afc2e2
MA
3652013-03-18 Michael Albinus <michael.albinus@gmx.de>
366
367 * tramp.texi (Filename Syntax): Host names are not allowed to be
368 any method name, unless method name is specified explicitly.
369 Remove restriction on unibyte filenames.
370
371 * trampver.texi: Update release number.
372
5294599f
PE
3732013-03-17 Paul Eggert <eggert@cs.ucla.edu>
374
375 doc: convert some TeX accents to UTF-8
376 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
377 '@"{@dotless{i}}'.
378
d7251c31
MA
3792013-03-15 Michael Albinus <michael.albinus@gmx.de>
380
381 Sync with Tramp 2.2.7.
382
383 * trampver.texi: Update release number.
384
f6817529
JB
3852013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
386
387 * calc.texi (Basic Operations on Units): Streamline some
388 descriptions.
389
c3e2de4c
GM
3902013-03-08 Glenn Morris <rgm@gnu.org>
391
392 * faq.texi (Top): Don't say this was updated @today.
393 That's irrelevant and leads to spurious diffs.
394
6d7ebb72
JB
3952013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
396
c5b0993e
EW
397 * calc.texi (Basic Operations on Units):
398 Fix cross-reference.
6d7ebb72 399
3cd23a35
KY
4002013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
401
402 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
403
33d1e2f5
AM
4042013-03-06 Alan Mackenzie <acm@muc.de>
405
406 * cc-mode.texi (Custom Line-Up): Clarify position of point on
407 calling a line-up function.
408
681ebc33
PE
4092013-03-04 Paul Eggert <eggert@cs.ucla.edu>
410
411 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
412 * ses.texi: Switch from Latin-1 to UTF-8.
413
eeb84739
MA
4142013-03-03 Michael Albinus <michael.albinus@gmx.de>
415
416 * tramp.texi (External methods): Tramp does not connect Android
417 devices by itself.
418
fc0c5af8
BW
4192013-03-02 Bill Wohler <wohler@newt.com>
420
421 Release MH-E manual version 8.5.
422
423 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
424 release 8.5.
425
426 * mh-e.texi (Preface, Conventions, Getting Started)
427 (Using This Manual, Folder Selection, Viewing, Aliases)
428 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
429 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
430 Update URLs.
431
adb7352b
MA
4322013-03-01 Michael Albinus <michael.albinus@gmx.de>
433
434 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
435 and "plink2" entries. "plink2" is obsolete for a long time.
c5b0993e
EW
436 (External methods): Remove "scp1" and "scp2" entries.
437 Explain user name and host name specification for "adb".
adb7352b 438
538d9b94
MA
4392013-02-28 Michael Albinus <michael.albinus@gmx.de>
440
441 * tramp.texi (External methods): Mention `tramp-adb-program'.
442
8a28a5b8
BG
4432013-02-28 Bastien Guerry <bzg@gnu.org>
444
445 * org.texi (Visibility cycling): Suggest to set
446 `org-agenda-inhibit-startup' to nil if user wants the startup
447 visibility settings to be honored in any circumstances.
448 (Progress logging, Checkboxes): Fix typos.
449
929aeac6 4502013-02-28 Michael Albinus <michael.albinus@gmx.de>
db19bba3
MA
451
452 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
453 the macros, for Texinfo 4.13 and 5.0.
454
c0c2eb82
MA
4552013-02-24 Michael Albinus <michael.albinus@gmx.de>
456
1abfd3e8 457 Port Tramp documentation to Texinfo 5.0.
c0c2eb82
MA
458 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
459 (Filename Syntax): Do not use @trampfn{} in @item.
460 (Filename completion): Use @columnfractions in @multitable.
461
6800ff8d
GM
4622013-02-22 Glenn Morris <rgm@gnu.org>
463
464 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
465
b59a2e9e
PE
4662013-02-21 Paul Eggert <eggert@cs.ucla.edu>
467
468 * Makefile.in (html): New rule.
469
5079cfef
MA
4702013-02-20 Michael Albinus <michael.albinus@gmx.de>
471
472 * tramp.texi (Android shell setup): Improve. Reported by Thierry
473 Volpiatto <thierry.volpiatto@gmail.com>.
474
2150b471
MA
4752013-02-16 Michael Albinus <michael.albinus@gmx.de>
476
477 * tramp.texi (Top, Configuration): Insert section `Android shell
478 setup' in menu.
479 (Android shell setup): New section.
480 (Connection types, Default Method)
481 (Frequently Asked Questions): Mention "scp" instead of "scpc".
482 (External methods): Remove "scpc" and "rsyncc" entries.
483 (Frequently Asked Questions): Remove entry about ControlPersist.
484
4e16ddf4
GM
4852013-02-13 Glenn Morris <rgm@gnu.org>
486
487 * message.texi (News Headers): Don't mention yow any more.
488
5d9c6f17
JB
4892013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
490
491 * calc.texi (Basic Operations on Units):
492 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
493
dacbc44c
AG
4942013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
495
496 * eshell.texi: Fill most of the missing sections.
497
d3517077
BG
4982013-02-07 Bastien Guerry <bzg@gnu.org>
499
500 * org.texi (References): Clarify an example.
501 (Installation): Fix instructions.
502 (Org-Plot): Fix link.
503 (Checkboxes, Radio lists): Fix typos.
504
8c4b24b2 5052013-02-07 Glenn Morris <rgm@gnu.org>
1e934b84
GM
506
507 * cl.texi (Equality Predicates): Mention memql.
508
8c4b24b2 5092013-02-07 Eric Ludlam <zappo@gnu.org>
cf4dd911
EL
510
511 * doc/misc/ede.texi (Creating a project): Make ede-new doc less
512 specific, and only about items it supports, indicating that there
513 might be more. Remove refs to simple project and direct automake
514 from ede new.
515 (Simple projects): Re-write to not talk about ede-simple-project
516 which is deprecated, and instead use the term to mean projects
c5b0993e
EW
517 that don't do much management, just project wrapping.
518 Add ede-generic-project link.
cf4dd911
EL
519 (ede-generic-project): New node (bug#11441).
520
8c4b24b2 5212013-02-07 Glenn Morris <rgm@gnu.org>
72ff76bb
GM
522
523 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
524
86e100a6
GM
5252013-02-01 Glenn Morris <rgm@gnu.org>
526
527 * calc.texi (Help Commands): Update calc-view-news description.
0eb61895 528 Mention etc/CALC-NEWS.
86e100a6 529
7ff2b2a6
MA
5302013-01-24 Michael Albinus <michael.albinus@gmx.de>
531
532 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
533
a89c8ef0
BG
5342013-01-13 Bastien Guerry <bzg@gnu.org>
535
536 * org.texi (Installation): Simplify.
537
5382013-01-13 François Allisson <francois@allisson.co> (tiny change)
539
540 * org.texi (Handling links): Update the mention to the obsolete
541 variable `org-link-to-org-use-id' with a mention to the newer
542 variable `org-id-link-to-org-use-id'. Mention the need to load
543 the org-id library.
544
997d5f2d
MA
5452013-01-10 Michael Albinus <michael.albinus@gmx.de>
546
547 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
548
fb9f7146 5492013-01-09 Bastien Guerry <bzg@gnu.org>
c7cf0ebc
BG
550
551 * org.texi (Pushing to MobileOrg): Add footnote about using
552 symbolic links in `org-directory'.
553 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
554 of the now obsolete alias `org-float'.
555 (TODO basics): Add `org-use-fast-todo-selection' to the variable
556 index. Fix description of TODO keywords cycling.
557 (Advanced features): Add missing argument for @item.
558 (Storing searches): Add index entries and a note about
559 *-tree agenda views.
6d3e4c80
BG
560 (Structure editing): Document `org-mark-element' and
561 `org-mark-subtree'.
562 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
c7cf0ebc 563
c6a22ce2
JL
5642013-01-08 Juri Linkov <juri@jurta.org>
565
566 * info.texi (Go to node): Mention the abbreviated format
567 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
568
7b08ccf7
AS
5692013-01-06 Andreas Schwab <schwab@linux-m68k.org>
570
605f02ee
AS
571 * autotype.texi: Remove undefined command @subtitlefont.
572 * cc-mode.texi: Likewise.
573
7b08ccf7
AS
574 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
575 @item argument.
576 (Property searches): Use \\ instead of @backslashchar{}.
577 * pgg.texi (VERSION): Move @set below @setfilename.
578
db671917
AS
5792013-01-05 Andreas Schwab <schwab@linux-m68k.org>
580
581 * ada-mode.texi: Remove braces from @title argument.
582 * eudc.texi: Likewise.
583 * smtpmail.texi: Likewise.
584 * auth.texi (VERSION): Set before first use.
585 * emacs-gnutls.texi (VERSION): Likewise.
586 * pgg.texi (VERSION): Likewise.
587 * ede.texi (Top): Rename from top, all uses changed.
588 * eshell.texi: Add missing argument to @sp.
589 * forms.texi (Top): Reorder menu to match structure.
590 * htmlfontify.texi (Customisation): Add missing @item in
591 @enumerate.
592 * org.texi (Advanced features): Add missing argument for @item.
593 (Property searches): Use @backslashchar{} in macro argument.
594 * pcl-cvs.texi: Add missing argument to @sp.
595 (Movement commands): Fix use of @itemx.
596 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
597 * reftex.texi (Options (Creating Citations)): Add missing newline
598 before @end.
599 * tramp.texi (Obtaining Tramp): Remove extra dots.
600 (Configuration): Reorder menu to match structure.
651a2c77 601 (Remote shell setup): Replace literal NUL character by \0.
db671917
AS
602 * viper.texi (Marking): Add missing argument for @item.
603
b55349fb
GM
6042013-01-04 Glenn Morris <rgm@gnu.org>
605
92d59611
GM
606 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
607 Add htmlfontify.
608 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
609 (htmlfontify.dvi, htmlfontify.pdf): New targets.
610 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
611 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
612
b55349fb
GM
613 * htmlfontify.texi: Miscellaneous fixes and updates.
614 Set copyright to FSF, update license to GFDL 1.3+.
615
7fca93e2
VD
6162013-01-04 Vivek Dasmohapatra <vivek@etla.org>
617
618 * htmlfontify.texi: New file.
619
87e65f96
JB
6202013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
621
622 * calc.texi (Free-Form Dates): Expand on the date reading
623 algorithm.
624
82e2a1f0 6252012-12-27 Glenn Morris <rgm@gnu.org>
ddc41264 626
173076b4
GM
627 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
628 Avoid some overfull lines.
629
d227e322
GM
630 * widget.texi (Programming Example): Break some long lines.
631
2ecfdaa6
GM
632 * wisent.texi (Wisent Overview): Fix xref.
633 (Grammar format, Understanding the automaton): Avoid overfill.
634
fd762011
GM
635 * bovine.texi (Optional Lambda Expression): Allow line break.
636
9fbc8f46
GM
637 * auth.texi (Help for users): Break long lines.
638
ceccabdb
GM
639 * ada-mode.texi (Project file variables):
640 Reword to reduce underfull hbox.
641 (No project files, Use GNAT project file):
642 Use smallexample to make some overfull lines less terrible.
643
88edc57f
GM
644 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
645 Fix cross-references to separate manuals.
646
ddc41264
GM
647 * Makefile.in (gfdl): New variable. Use throughout where
648 appropriate so that targets depend on doclicense.texi.
649
45dd6480
LI
6502012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
651
652 * gnus.texi (Customizing the IMAP Connection): Mention the other
653 authenticators.
654
61bbede6
LI
6552012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
656
c5b0993e
EW
657 * gnus.texi (Browse Foreign Server):
658 Document `gnus-browse-delete-group'.
61bbede6 659
ddc41264
GM
6602012-12-22 Glenn Morris <rgm@gnu.org>
661
563a450c 662 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
6d1962b3
GM
663 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
664 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
665 * widget.texi, wisent.texi: Nuke hand-written node pointers.
563a450c 666
ddc41264
GM
667 * Makefile.in (gfdl): New variable. Use throughout where
668 appropriate so that targets depend on doclicense.texi.
669
c995b26e
EZ
6702012-12-22 Eli Zaretskii <eliz@gnu.org>
671
672 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
673 doclicense.texi. Remove doclicense.texi from all targets that
674 mentioned it explicitly.
675 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
676 $(emacsdir)/emacsver.texi.
a170fe53 677 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
c995b26e 678
08953d7f
GM
6792012-12-21 Glenn Morris <rgm@gnu.org>
680
c545e313
GM
681 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
682 Include emacsver.texi. Nuke hand-written node pointers.
683 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
684 Depend on emacsver.texi.
685
0b1af106
GM
686 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
687 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
688 May as well just include doclicense.texi in everything.
689
690 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
691 which @copying says is included.
692
6bf430d1
GM
693 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
694 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
695 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
696 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
697 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
698 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
699 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
700 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
701 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
702 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
703 * widget.texi, wisent.texi, woman.texi: Do not mention buying
704 copies from the FSF, which does not publish these manuals.
705
08953d7f
GM
706 * erc.texi: No need to include gpl in this small manual.
707
257b2c7d
GM
708 * org.texi (copying): Include a copy of the GFDL.
709 (GNU Free Documentation License): New section.
710
a4b0cca1 7112012-12-21 Bastien Guerry <bzg@gnu.org>
1e20eeb7
BG
712
713 * org.texi: Fix typos.
714
d2435ab9
PE
7152012-12-16 Paul Eggert <eggert@cs.ucla.edu>
716
717 * calc.texi (ISO 8601): Rename from ISO-8601,
718 as it's typically spelled without a hyphen.
719
b9d8175e
JB
7202012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
721
722 * calc.texi (ISO-8601): New section.
723 (Date Formatting Codes): Mention new codes.
724 (Standard Date Formats): Mention new formats.
725
f0bc0bf1
MA
7262012-12-14 Michael Albinus <michael.albinus@gmx.de>
727
728 * tramp.texi (External methods): Move `adb' method here.
729
98c94021
GM
7302012-12-13 Glenn Morris <rgm@gnu.org>
731
ba30c70f
GM
732 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
733
bfe6ffb6
GM
734 * wisent.texi: Small edits. Set copyright to FSF, update license to
735 GFDL 1.3+.
736 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
737 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
738 New targets.
739 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
740 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
741
98c94021
GM
742 * bovine.texi: Small edits. Set copyright to FSF, update license to
743 GFDL 1.3+, remove empty index.
744 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
745 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
746 New targets.
747 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
748 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
749
cfa49c1e
EL
7502012-12-13 Eric Ludlam <zappo@gnu.org>
751 David Ponce <david@dponce.com>
752 Richard Kim <emacs18@gmail.com>
753
9e7abd17 754 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
cfa49c1e 755
727f9739 7562012-12-13 Glenn Morris <rgm@gnu.org>
4c2dd4ee 757
9b97b143
GM
758 * flymake.texi (Customizable variables, Locating the buildfile):
759 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
760
4c2dd4ee
GM
761 * srecode.texi: Small edits. Set copyright to FSF, add explicit
762 GFDL 1.3+ license, fix up index.
763 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
764 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
765 (srecode.pdf): New targets.
766 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
767 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
768
727f9739 7692012-12-13 Eric Ludlam <zappo@gnu.org>
ac1d9dde
EL
770
771 * srecode.texi: New file, imported from CEDET trunk.
772
727f9739 7732012-12-13 Bastien Guerry <bzg@gnu.org>
63aa0982
BG
774
775 * org.texi (Summary, Code block specific header arguments)
776 (Code block specific header arguments)
777 (Header arguments in function calls, var, noweb)
727f9739
GM
778 (Results of evaluation, Code evaluation security):
779 Small reformatting: add a blank line before some example.
63aa0982
BG
780
781 * org.texi (System-wide header arguments)
782 (Header arguments in Org mode properties, Conflicts)
727f9739
GM
783 (Dynamic blocks, Using the mapping API):
784 Fix indentation of Elisp code examples.
63aa0982
BG
785
786 * org.texi (Comment lines): Fix description of the comment syntax.
787
727f9739
GM
788 * org.texi (Installation): Mention "make test" in the correct section.
789
4288142b
PE
7902012-12-06 Paul Eggert <eggert@cs.ucla.edu>
791
792 * doclicense.texi, gpl.texi: Update to latest version from FSF.
793 These are just minor editorial changes.
794
61b835df
MA
7952012-12-04 Michael Albinus <michael.albinus@gmx.de>
796
797 * tramp.texi (History): Mention ADB.
798 (Inline methods): Add `adb' method.
799
c5bc2d1d 8002012-12-03 Michael Albinus <michael.albinus@gmx.de>
328dac0d
MA
801
802 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
803 (External methods): Fix typo.
804
c5bc2d1d 8052012-12-03 Glenn Morris <rgm@gnu.org>
f4f3b439
GM
806
807 * rcirc.texi (Notices): Fix typo.
808
d0457b57
BW
8092012-11-25 Bill Wohler <wohler@newt.com>
810
811 Release MH-E manual version 8.4.
812
4f405069 813 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
d0457b57
BW
814 Update for release 8.4.
815
551aaa66
BW
816 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
817 (Junk): Add mh-whitelist-preserves-sequences-flag,
818 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
819 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
820
61d841dd
PE
8212012-11-25 Paul Eggert <eggert@cs.ucla.edu>
822
823 * mh-e.texi (Procmail): Fix two @ typos.
824
c07a6ded
PE
8252012-11-24 Paul Eggert <eggert@cs.ucla.edu>
826
827 * doclicense.texi, gpl.texi: Update to latest version from FSF.
828 These are just minor editorial changes.
829
678a34f4
JB
8302012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
831
832 * calc.texi (Date Formatting Codes): Mention the new beginning of
833 the date numbering system.
834
0e70ce93
PE
8352012-11-22 Paul Eggert <eggert@cs.ucla.edu>
836
837 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
838 (Date Forms): Correct off-by-one error in explanation of
839 Julian day numbers. Give Gregorian equivalent of its origin.
840
723da6aa
JB
8412012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
842
843 * doc/misc/calc.texi (Date Forms): Mention the customizable
844 Gregorian-Julian switch.
845 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
846
310e60d9
PE
8472012-11-17 Paul Eggert <eggert@cs.ucla.edu>
848
6f6b82d6
PE
849 Calc now uses the Gregorian calendar for all dates (Bug#12633).
850 It also uses January 1, 1 AD as its day number 1.
310e60d9
PE
851 * calc.texi (Date Forms): Document this.
852
e8693c96
GM
8532012-11-16 Glenn Morris <rgm@gnu.org>
854
855 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
856 (Obsolete Macros): Move example here from Function Bindings.
857
5c934f8b
GM
858 * erc.texi: Use @code{nil} rather than just "nil".
859 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 860 Add "notifications".
f925b109 861 (Connecting): Add brief section on passwords.
274f5de6 862 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 863
f78ee6af 8642012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
865
866 * flymake.texi (Customizable variables)
867 (Highlighting erroneous lines): Mention flymake-error-bitmap,
868 flymake-warning-bitmap, and flymake-fringe-indicator-position.
869
1796ef98
VB
8702012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
871
872 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
873 In all file place SES into @acronym{...}.
874 (Advanced Features): Add key index and function index for
4f405069
JB
875 ses-set-header-row. Add description for function
876 ses-rename-cell. Add description for function
1796ef98
VB
877 ses-repair-cell-reference-all.
878 (Ranges in formulas): Add description for ses-range flags.
879
31f47fba
PE
8802012-11-12 Paul Eggert <eggert@cs.ucla.edu>
881
882 * texinfo.tex: Merge from gnulib.
883
6baf66d5 8842012-11-10 Chong Yidong <cyd@gnu.org>
5b637222
CY
885
886 * url.texi (Introduction): Move url-configuration-directory to
887 Customization node.
888 (Parsed URIs): Split into its own node.
889 (URI Encoding): New node.
890 (Defining New URLs): Remove empty chapter.
891 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
892 Improve docs for url-queue-*.
893 (Supported URL Types): Copyedits. Delete empty subnodes.
894
c5b0993e
EW
895 * url.texi (Introduction): Rename from Getting Started.
896 Rewrite the introduction.
82f84fa3
CY
897 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
898
6baf66d5 8992012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
900
901 * cl.texi (Obsolete Setf Customization):
902 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
903 Give define-modify-macro, defsetf, and define-setf-method
904 gv.el replacements.
2ee1d59f 905
2027b1b3 906 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 907 (Setf Extensions): Remove obsolete reference.
2027b1b3 908 (Obsolete Setf Customization):
651af8c6 909 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 910 Undocument get-setf-method, since it no longer exists.
a358a44e 911 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 912
c65b407b
GM
9132012-11-03 Glenn Morris <rgm@gnu.org>
914
915 * cl.texi: Further general copyedits.
685b0026
GM
916 (List Functions): Remove copy-tree, standard elisp for some time.
917 (Efficiency Concerns): Comment out examples that no longer apply.
918 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
919 (Creating Symbols, Random Numbers): De-emphasize internal
920 variables cl--gensym-counter and cl--random-state. (Bug#12788)
f58542e1
GM
921 (Naming Conventions, Type Predicates, Macros)
922 (Predicates on Numbers): No longer mention cl-floatp-safe.
c65b407b 923
a71e2379
G
9242012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
925
926 * gnus.texi (Mail Source Specifiers):
927 Document :leave keyword used for pop mail source.
928
df43dd53
GM
9292012-11-01 Glenn Morris <rgm@gnu.org>
930
931 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
932 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
933 (Macro Bindings, Blocks and Exits):
934 Acknowledge existence of lexical-binding.
935 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 936
69c1c2e6
GM
9372012-10-31 Glenn Morris <rgm@gnu.org>
938
dd90fd1a
GM
939 * ert.texi (Introduction, The @code{should} Macro):
940 Refer to "cl-assert" rather than "assert".
941
69c1c2e6
GM
942 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
943 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
944 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
945 Reword, and add details of flet and labels.
87b0d8b1 946 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 947
4ddedf94
GM
9482012-10-30 Glenn Morris <rgm@gnu.org>
949
950 * cl.texi (Modify Macros): Update for cl-letf changes.
951 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
952 (Setf Extensions): Partially restore note about cl-getf,
953 mainly moved to lispref/variables.texi.
954 (Property Lists): Fix cl-getf typos.
f43a5263 955 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 956
d3094168
GM
9572012-10-29 Glenn Morris <rgm@gnu.org>
958
959 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 960 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 961 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
962 (Modify Macros, Multiple Values, Other Clauses):
963 Remove mentions of obsolete features.
6a07d52e 964 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 965
3c0c6155
GM
9662012-10-28 Glenn Morris <rgm@gnu.org>
967
f94b04fc
GM
968 * cl.texi (Multiple Values, Common Lisp Compatibility):
969 More namespace updates.
970 (Obsolete Features): Copyedits.
971 (Obsolete Lexical Macros, Obsolete Setf Customization):
972 New subsections.
973
9c52d61d
GM
974 * cl.texi (Porting Common Lisp, Lexical Bindings):
975 Add some xrefs to the Elisp manual.
976
3c0c6155
GM
977 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
978 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
979 (Obsolete Features): New appendix. Move Lexical Bindings here.
980
5887564d
GM
9812012-10-27 Glenn Morris <rgm@gnu.org>
982
e1117425
GM
983 * cl.texi: Use defmac for macros rather than defspec.
984 (Efficiency Concerns): Related copyedit.
985
5887564d
GM
986 * cl.texi (Control Structure): Update for setf now being in core.
987 (Setf Extensions): Rename from Basic Setf. Move much of the
988 former content to lispref/variables.texi.
989 (Modify Macros): Move pop, push details to lispref/variables.texi.
990 (Customizing Setf): Copyedits for setf etc being in core.
991 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
992 Further namespaces updates.
993
bdebdb64
BG
9942012-10-26 Bastien Guerry <bzg@gnu.org>
995
c5b0993e
EW
996 * org.texi (Installation): Update the link to Org's ELPA.
997 Also don't mention org-install.el anymore as the replacement file
bdebdb64
BG
998 org-loaddefs.el is now loaded by org.el.
999
f956e59d
MA
10002012-10-25 Michael Albinus <michael.albinus@gmx.de>
1001
c5b0993e
EW
1002 * tramp.texi (Frequently Asked Questions):
1003 Mention `tramp-completion-reread-directory-timeout' for performance
f956e59d
MA
1004 improvement.
1005
a05cb6e3
GM
10062012-10-25 Glenn Morris <rgm@gnu.org>
1007
1008 * cl.texi: Don't mess with the TeX section number counter.
1009 Use Texinfo recommended convention for quotes+punctuation.
1010 (Overview, Sequence Functions): Rephrase for better line-breaking.
1011 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
1012 (Macro Bindings, Conditionals, Iteration, Loop Basics)
1013 (Random Numbers, Mapping over Sequences, Structures)
1014 (Porting Common Lisp): Further updates for cl-lib namespace.
1015 (Modify Macros, Declarations, Macro Bindings, Structures):
1016 Break long lines in examples.
1017 (Dynamic Bindings): Update for changed progv behavior.
1018 (Loop Examples, Efficiency Concerns): Markup fixes.
1019 (Structures): Remove TeX margin change.
39ff2cf3 1020 (Declarations): Fix typos.
a05cb6e3 1021
39a58b5b
GM
10222012-10-24 Glenn Morris <rgm@gnu.org>
1023
a6880551
GM
1024 * cl.texi (Overview, Multiple Values, Creating Symbols)
1025 (Numerical Functions): Say less/nothing about the original cl.el.
1026 (Old CL Compatibility): Remove.
1027 (Assertions): Remove ignore-errors (standard Elisp for some time).
1028
39a58b5b
GM
1029 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
1030 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
1031 (Efficiency Concerns, Efficiency Concerns)
1032 (Common Lisp Compatibility, Old CL Compatibility):
1033 Further updates for cl-lib namespace.
1034
72ec96fb
PE
10352012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1036
1037 Update manual for new time stamp format (Bug#12706).
1038 * emacs-mime.texi (time-date): Update for new format.
1039 Also, fix bogus time stamp and modernize a bit.
1040
8d6510b9
GM
10412012-10-23 Glenn Morris <rgm@gnu.org>
1042
1043 * cl.texi: Include emacsver.texi. Use Emacs version number rather
1044 than unchanging cl.el version number.
1045 End all menu descriptions with a period.
1046 Do not use @dfn{CL} for every instance of "CL".
1047 (Overview): Remove no-runtime caveat, and note about foo* names.
1048 (Usage): Use cl-lib rather than cl.
1049 (Organization, Naming Conventions): Update for cl-lib.el.
1050 (Installation): Remove long-irrelevant node.
1051 (Program Structure, Predicates, Control Structure):
1052 Start updating for cl-lib namespace.
8d6510b9
GM
1053 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
1054 Depend on emacsver.texi.
1055
0a078f36
MA
10562012-10-09 Michael Albinus <michael.albinus@gmx.de>
1057
1058 * trampver.texi: Update release number.
1059
a03bb33f
GM
10602012-10-06 Glenn Morris <rgm@gnu.org>
1061
24636b26
GM
1062 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
1063 ERC version.
1064 (Introduction): ERC is distributed with Emacs.
1065 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
1066 (Getting Started): Simplify.
1067 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
1068 (History): Mention ERC maintained as part of Emacs now.
1069 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
1070 Add dependency on emacsver.texi.
1071
a03bb33f
GM
1072 * erc.texi: Remove hand-written node pointers.
1073
d259be38
GM
10742012-10-05 Glenn Morris <rgm@gnu.org>
1075
1076 * newsticker.texi (Overview, Requirements, Usage, Configuration):
1077 Copyedits.
1078
62a81506
CY
10792012-10-01 Eric Ludlam <zappo@gnu.org>
1080
1081 * ede.texi (Quick Start, Project Local Variables)
1082 (Miscellaneous commands, ede-java-root, Development Overview)
1083 (Detecting a Project): New nodes.
1084 (Simple projects): Node deleted.
1085
1086 * eieio.texi (Building Classes): Some slot attributes cannot be
1087 overridden.
1088 (Slot Options): Remove an example.
1089 (Method Invocation, Documentation): New nodes.
1090
07f133bf
GM
10912012-10-01 Glenn Morris <rgm@gnu.org>
1092
1093 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
1094 (reftex.pdf): Add dependency on emacsver.texi.
1095 * reftex.texi: Don't include directory part for emacsver.texi;
1096 the Makefile's -I handles it.
1097
4f595e15
RA
10982012-09-30 Ralf Angeli <angeli@caeruleus.net>
1099
1100 Merge from standalone RefTeX repository.
1101
1102 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
1103 with macros.
1104 (Imprint): Mention Wolfgang in list of contributors.
1105 (Creating Citations): Give a hint about how to
1106 auto-revert the BibTeX database file when using external editors.
1107 (Referencing Labels): Simplify section about reference macro
1108 cycling.
1109 (Options (Referencing Labels)): Adapt to new structure of
1110 `reftex-ref-style-alist'.
1111 (Referencing Labels, Reference Styles): Document changes in the
1112 referencing functionality.
1113 (Commands): Mention options for definition of header and footer in
1114 BibTeX files.
1115 (Options (Creating Citations)): Document
1116 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
1117 (Reference Styles): New section.
1118 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
1119 (Options (Referencing Labels)): Remove descriptions of deprecated
1120 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
1121 Add descriptions for `reftex-ref-style-alist' and
1122 `reftex-ref-style-default-list'.
1123 (Referencing Labels): Update regarding reference styles.
1124 (Citation Styles): Mention support for ConTeXt.
1125 (Options (Defining Label Environments)): Fix typo.
c5b0993e
EW
1126 (Options (Creating Citations)):
1127 Document `reftex-cite-key-separator'.
4f595e15 1128
8223b1d2
BG
11292012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
1130
1131 * org.texi: Add description of ORG_ADD_CONTRIB to info
1132 documentation. Add link to Worg for more details.
1133
1134 * org.texi: Clarify installation procedure. Provide link to the
1135 build system description on Worg.
1136
1137 * org.texi: Remove reference to utils/, x11idle.c is now in
1138 contrib/scripts.
1139
1140 * org.texi: Re-normalize to "Org mode" in manual.
1141
1142 * org.texi (Installation): Adapt documentation to new build
1143 system. Mention GNU ELPA (since it needs to be handled like Emacs
1144 built-in Org).
1145
8223b1d2
BG
11462012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
1147
1148 * org.texi: Fix typo in description of the 'Hooks' section.
1149
1150 * org.texi: Add ID to the list of special properties.
1151
11522012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
1153
1154 * org.texi (Moving subtrees): Document the ability to archive to a
1155 datetree.
1156
1e20eeb7 11572012-09-30 Bastien Guerry <bzg@gnu.org>
8223b1d2 1158
c5b0993e
EW
1159 * org.texi (Installation, Feedback, Batch execution):
1160 Use (add-to-list 'load-path ... t) for the contrib dir.
8223b1d2
BG
1161
1162 * org.texi (results): Update documentation for ":results drawer"
1163 and ":results org".
1164
1165 * org.texi (Column width and alignment): Fix typo.
1166
1167 * org.texi (Activation): Point to the "Conflicts" section.
1168
1169 * org.texi (Conflicts): Mention filladapt.el in the list of
1170 conflicting packages.
1171
1172 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
1173 not needed for versions of Emacs > 22.1.
1174
1175 * org.texi (History and Acknowledgments): Fix typo.
1176
1177 * org.texi (History and Acknowledgments): Add my own
1178 acknowledgments.
1179
1180 * org.texi (Agenda commands): Document the new command and the new
1181 option.
1182
1183 * org.texi (Agenda commands): Delete `org-agenda-action' section.
1184 (Agenda commands): Reorder. Document `*' to toggle persistent
1185 marks.
1186
c5b0993e
EW
1187 * org.texi (Agenda dispatcher):
1188 Mention `org-toggle-agenda-sticky'.
8223b1d2
BG
1189 (Agenda commands, Exporting Agenda Views): Fix typo.
1190
1191 * org.texi (Templates in contexts, Setting Options): Update to
1192 reflect changes in how contexts options are processed.
1193
1194 * org.texi (Templates in contexts): Document the new structure of
1195 the variables `org-agenda-custom-commands-contexts' and
1196 `org-capture-templates-contexts'.
1197
1198 * org.texi (Templates in contexts): Document the new option
1199 `org-capture-templates-contexts'.
1200 (Storing searches): Document the new option
1201 `org-agenda-custom-commands-contexts'.
1202
1203 * org.texi (Formula syntax for Lisp): Reformat.
1204
1205 * org.texi (Special properties, Column attributes)
1206 (Agenda column view): Document the new special property
1207 CLOCKSUM_T.
1208
1209 * org.texi (Template expansion): Document the new %l template.
1210
1211 * org.texi (Fast access to TODO states): Fix documentation about
1212 allowed characters for fast todo selection.
1213
1214 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
1215 use in `org-agenda-to-appt'.
1216
1217 * org.texi (Comment lines): Update wrt comments.
1218
1219 * org.texi (Resolving idle time): Document new keybinding.
1220
1221 * org.texi (Clocking commands): Document the use of S-M-<up/down>
1222 on clock timestamps.
1223
1224 * org.texi (Fast access to TODO states): Explicitely says only
1225 letters are supported as fast TODO selection keys.
1226
1227 * org.texi (Link abbreviations): Illustrate the use of the "%h"
1228 specifier. Document the new "%(my-function)" specifier.
1229
1230 * org.texi (Clocking commands): New cindex.
1231 (Clocking commands): Update documentation for `org-clock-in'.
1232 Document `org-clock-in-last'. Mention `org-clock-out' and
1233 `org-clock-in-last' as commands that can be globally bound.
1234 (Resolving idle time): Document continuous clocking.
1235
1236 * org.texi (Top, Introduction): Fix formatting.
1237 (Activation): Add index entries.
1238 (Conventions): Update section.
1239 (Embedded @LaTeX{}): Fix formatting.
1240
1241 * org.texi (Visibility cycling): Document `show-children'.
1242
1243 * org.texi (Using capture): Mention the `org-capture-last-stored'
1244 bookmark as a way to jump to the last stored capture.
1245
1246 * org.texi (Uploading files): Fix typo.
1247
1248 * org.texi (Using capture): Document `C-0' as a prefix argument
1249 for `org-capture'.
1250
1251 * org.texi (Agenda commands): Document persistent marks.
1252
1253 * org.texi (Template expansion): Update doc to reflect change.
1254
1255 * org.texi (Radio tables): Document the :no-escape parameter.
1256
1257 * org.texi (Repeated tasks): Document repeat cookies for years,
1258 months, weeks, days and hours.
1259
1260 * org.texi (Export options): State that you can use the d: option
1261 by specifying a list of drawers.
1262
1263 * org.texi (HTML preamble and postamble): Small doc improvement.
1264
12652012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
1266
1267 * org.texi: The sections in the Exporting section of the manual
1268 left out articles in the description of the org-export-as-*
4f405069 1269 commands, among other places. This patch adds them, adds a few
8223b1d2
BG
1270 missing prepositions, and switches instances of "an HTML" to "a
1271 html" for internal consistency.
1272
1273 * org.texi: Alter several examples of headings with timestamps in
1274 them to include the timestamps in the body instead of the heading.
1275
12762012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
1277
1278 * org.texi (Agenda dispatcher): Document sticky agenda views and
1279 the new key for them.
1280
12812012-09-30 Charles <millarc@verizon.net> (tiny change)
1282
1283 * org.texi (Advanced features): Fix error in table.
1284
12852012-09-30 Feng Shu <tumashu@gmail.com>
1286
1287 * org.texi (@LaTeX{} fragments): Document imagemagick as an
1288 alternative to dvipng.
1289
12902012-09-30 François Allisson <francois@allisson.co> (tiny change)
1291
1292 * org.texi: Remove extra curly bracket.
1293
12942012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
1295
1296 * org.texi (org-clock-in-last and org-clock-cancel): Update the
1297 defkeys.
1298
12992012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1300
1301 * org.texi (Agenda commands): Fix two typos by giving
1302 corresponding function names, according to
1303 `org-agenda-view-mode-dispatch'.
1304
a04689de 13052012-09-30 Jan Böcker <jan.boecker@jboecker.de>
8223b1d2
BG
1306
1307 * org.texi (The spreadsheet): Fix typo.
1308
13092012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
1310
1311 * org.texi (Tracking your habits): Point to the "Tracking TODO
1312 state changes" section.
1313
13142012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
1315
1316 * org.texi (Literal examples): Remove reference to unknown
4f405069 1317 `org-export-latex-minted' variable. Also simplify footnote since
8223b1d2
BG
1318 `org-export-latex-listings' documentation is exhaustive already.
1319
1320 * org.texi (Plain lists): Remove reference to now hard-coded
1321 `bullet' automatic rule.
1322
13232012-09-30 Toby S. Cubitt <tsc25@cantab.net>
1324
1325 * org.texi: Updated documentation accordingly.
1326
5087f097
PE
13272012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1328
1329 * texinfo.tex: Merge from gnulib.
1330
20121a26
MA
13312012-09-12 Michael Albinus <michael.albinus@gmx.de>
1332
1333 Sync with Tramp 2.2.6.
1334
1335 * tramp.texi (Bug Reports): Cleanup caches before a test run.
1336
1337 * trampver.texi: Update release number.
1338
44677e30
PE
13392012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1340
1341 * texinfo.tex: Merge from gnulib.
1342
5a4c42ba
AA
13432012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
1344
1345 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
1346 (bug#12096).
1347
8e7046c3
JB
13482012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1349
1dcac243
JB
1350 * calc.texi (Simplification modes, Conversions)
1351 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
1352 (The Calc Mode Line): Mention the mode line display for Basic
1353 simplification mode.
1354 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
1355 simplifications.
1356 (Basic Simplifications): Rename from "Limited Simplifications"
1357 Replace "limited" by "basic" throughout.
4f405069 1358 (Algebraic Simplifications): Indicate that the algebraic
8e7046c3 1359 simplifications are done by default.
4f405069 1360 (Unsafe Simplifications): Mention `m E'.
8e7046c3
JB
1361 (Simplification of Units): Mention `m U'.
1362 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
c5b0993e
EW
1363 (Kinds of Declarations, Functions for Declarations):
1364 Mention "algebraic simplifications" instead of `a s'.
1dcac243 1365 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 1366
d2bd74ff
JB
13672012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1368
1369 * calc.texi (Getting Started, Tutorial): Change simulated
1370 Calc output to match actual output.
1371 (Simplifying Formulas): Mention that algebraic simplification is now
1372 the default.
1373
77472261
EZ
13742012-07-28 Eli Zaretskii <eliz@gnu.org>
1375
1376 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
1377 (Bug#12073)
1378
09ae5da1
PE
13792012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1380
1381 Prefer typical American spelling for "acknowledgment".
1382 * calc.texi (History and Acknowledgments): Rename from
1383 History and Acknowledgements.
1384 * idlwave.texi (Acknowledgments):
1385 * ses.texi (Acknowledgments):
1386 * woman.texi (Acknowledgments): Rename from Acknowledgements.
1387
c4444d16
PE
13882012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1389
1390 Rename configure.in to configure.ac (Bug#11603).
1391 * ede.texi (Compiler and Linker objects, ede-proj-project)
1392 (ede-step-project): Prefer the name configure.ac to configure.in.
1393
ef091c97
MA
13942012-07-06 Michael Albinus <michael.albinus@gmx.de>
1395
c5b0993e
EW
1396 * tramp.texi (Multi-hops):
1397 Introduce `tramp-restricted-shell-hosts-alist'.
ef091c97 1398
89b163db
G
13992012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1400
1401 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
1402 methods, so don't mention smtpmail here.
1403
14042012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1405
1406 * gnus.texi (Picons): Document gnus-picon-properties.
1407
14082012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1409
1410 * gnus.texi: Remove mention of compilation, as that's no longer
1411 supported.
1412
14132012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1414
1415 * gnus.texi (Archived Messages): Mention
1416 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
1417
14182012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1419
1420 * gnus.texi (Various Summary Stuff):
1421 Remove mention of `gnus-propagate-marks'.
1422
14232012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1424
1425 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
1426 which no longer exist.
1427
14282012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1429
1430 * gnus.texi (Archived Messages):
1431 Document gnus-gcc-self-resent-messages.
1432
14332012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1434
1435 * message.texi (Mail Variables):
1436 Mention the optional user parameter for X-Message-SMTP-Method.
1437
14382012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1439
1440 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
1441
1442 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
1443
14442012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1445
1446 * gnus.texi (Key Index): Change encoding to utf-8.
1447
ac1a0ce1 14482012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
1449
1450 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1451
71cca84d
G
14522012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1453
1454 * gnus.texi (Group Timestamp): Mention where to find documentation for
1455 the `gnus-tmp-' variables (bug#11601).
1456
888a7fc0
MA
14572012-06-11 Michael Albinus <michael.albinus@gmx.de>
1458
1459 Sync with Tramp 2.2.6-pre.
1460
1461 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
1462 where appropriate.
1463 (Ad-hoc multi-hops): New section.
1464 (Remote processes): New subsection "Running remote processes on
1465 Windows hosts".
1466 (History): Add remote commands on Windows, and ad-hoc multi-hop
1467 methods.
1468 (External methods): "ControlPersist" must be set to "no" for the
1469 `scpc' method.
1470 (Remote processes): Add a note about `auto-revert-tail-mode'.
1471 (Frequently Asked Questions): Use "scpx" in combination with
1472 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
1473
1474 * trampver.texi: Update release number.
1475
31ca4639 14762012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
1477
1478 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
1479 compilation for html-mono.
1480
0e8bbf66
PE
14812012-06-08 Paul Eggert <eggert@cs.ucla.edu>
1482
1483 * texinfo.tex: Merge from gnulib.
1484
b8f061b3
KY
14852012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
1486
1487 * Makefile.in (echo-info): Don't try to install info files named
1488 just ".info".
1489
16af873e
GM
14902012-05-28 Glenn Morris <rgm@gnu.org>
1491
c1dabff0
GM
1492 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
1493
16af873e
GM
1494 * sc.texi: Nuke hand-written node pointers.
1495 Fix top-level menu to match actual node order.
1496
1d5b82ef
GM
14972012-05-27 Glenn Morris <rgm@gnu.org>
1498
1499 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
1500 Some associated fixes, including not messing with chapno in cl.texi.
1501
33017faf 15022012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
1503
1504 * org.texi (Durations and time values): Fix typo.
1505
d14b0029
JB
15062012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1507
33017faf 1508 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
1509 Mention `calc-ensure-consistent-units'.
1510
2f4cadd1 15112012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 1512
9879e263
AS
1513 * cc-mode.texi: Avoid space before macro in 4th argument of cross
1514 reference commands. (Bug#11461)
1515
78e91d08
AS
1516 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
1517
3fe7cdc8
GM
15182012-05-12 Glenn Morris <rgm@gnu.org>
1519
9598ef0b
GM
1520 * Makefile.in (mostlyclean): Add more TeX intermediates.
1521
7d326a29
GM
1522 * Makefile.in: Make it look more like the other doc Makefiles.
1523 Use explicit $srcdir in all dependencies.
1524 Remove cd $srcdir from rules.
1525 (VPATH): Remove.
1526 (infodir): Set to an absolute path.
1527 (INFO_TARGETS): Use short names.
1528 (mkinfodir): infodir is now absolute.
1529 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
1530
c7f95930 1531 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 1532 (.SUFFIXES): Disable implicit rules.
c7f95930 1533
3fe7cdc8
GM
1534 * Makefile.in (MKDIR_P): New, set by configure.
1535 (mkinfodir): Use $MKDIR_P.
1536
6f0652af
GM
15372012-05-07 Glenn Morris <rgm@gnu.org>
1538
1539 * forms.texi (Long Example): Update for changed location of files.
1540
8045b906
GM
15412012-05-04 Glenn Morris <rgm@gnu.org>
1542
1543 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1544 (INFO_TARGETS): Use $INFO_EXT.
1545 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1546 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1547 (INFO_TARGETS): Use $INFO_EXT.
1548 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1549
9e7a4bcf
GM
15502012-05-02 Glenn Morris <rgm@gnu.org>
1551
9aa071df
GM
1552 * Makefile.in (echo-info): New phony target, used by top-level.
1553
9e7a4bcf
GM
1554 * viper.texi: Make direntry shorter (also it is no longer "newest").
1555
1556 * emacs-gnutls.texi, ert.texi, org.texi:
1557 Fix dircategory, direntry to match info/dir.
1558
31cc861c
GM
1559 * faq.texi: Convert @inforefs to @xrefs.
1560 Fix some malformed cross-references.
f9e320bb
GM
1561 (File-name conventions): Shorten section name to avoid overfull line.
1562 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 1563
723ea6b5
TZ
15642012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
1565
1566 * auth.texi (Help for users): Update for .gpg file being second.
1567
a8e7d6d7 15682012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
1569
1570 * org.texi (Agenda commands): Fix two typos: give corresponding
1571 function names, according to `org-agenda-view-mode-dispatch'.
1572
a8e7d6d7 15732012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
1574
1575 * faq.texi (Major packages and programs): Remove section.
1576 There is no point listing 6 packages (cf etc/MORE.STUFF).
1577 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 1578
dcbf5805
MA
15792012-04-22 Michael Albinus <michael.albinus@gmx.de>
1580
1581 * dbus.texi (Version): New node.
1582 (Properties and Annotations): Mention the object manager
1583 interface. Describe dbus-get-all-managed-objects.
1584 (Type Conversion): Floating point numbers are allowed, if an
1585 anteger does not fit Emacs's integer range.
1586 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
1587 (Asynchronous Methods): Fix description of
1588 dbus-call-method-asynchronously.
c5b0993e
EW
1589 (Receiving Method Calls): Fix some minor errors.
1590 Add dbus-interface-emacs.
dcbf5805
MA
1591 (Signals): Describe unicast signals and the new match rules.
1592 (Alternative Buses): Add the PRIVATE optional argument to
1593 dbus-init-bus. Describe its new return value. Add dbus-setenv.
1594
adee4030
GM
15952012-04-20 Glenn Morris <rgm@gnu.org>
1596
1597 * faq.texi (New in Emacs 24): New section.
1598 (Packages that do not come with Emacs): Mention M-x list-packages.
1599
35dc09a1 16002012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
1601
1602 * cc-mode.texi (c-offsets-alist): Correct a typo.
1603
35dc09a1 16042012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
1605
1606 * org.texi (Deadlines and scheduling): Fix the example: the
1607 DEADLINE item should come right after the headline. We enforce
1608 this convention, so it is a bug not to illustrate it correctly in
1609 the manual.
1610
35dc09a1 16112012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
1612
1613 * org.texi (Agenda commands): Fix documentation bug by swapping
1614 the equivalent keybindings to `org-agenda-next-line' with the ones
1615 to `org-agenda-previous-line'.
1616
35dc09a1 16172012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
1618
1619 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1620
e2560ea8
EZ
16212012-04-09 Eli Zaretskii <eliz@gnu.org>
1622
c5b0993e
EW
1623 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
1624 Add emacs-gnutls.
e2560ea8
EZ
1625 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
1626
6b4f4a2d
TZ
16272012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1628
250b840e 1629 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
1630
1631 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
1632
ca2c89b6
TZ
16332012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1634
1635 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 1636 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 1637
aebd5f1a
GM
16382012-04-04 Glenn Morris <rgm@gnu.org>
1639
1640 * auth.texi (Secret Service API): Copyedits.
1641 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
1642 (Help for users, Help for developers)
1643 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 1644
0317dd51
MA
16452012-04-04 Michael Albinus <michael.albinus@gmx.de>
1646
1647 * auth.texi (Secret Service API): Add the missing text.
1648
3d439cd1
CY
16492012-04-04 Chong Yidong <cyd@gnu.org>
1650
1651 * message.texi (Using PGP/MIME): Note that epg is now the default.
1652
1653 * gnus.texi: Reduce references to obsolete pgg library.
1654 (Security): Note that epg is now the default.
1655
1656 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
1657
1658 * nxml-mode.texi (Completion): C-RET is no longer bound to
1659 nxml-complete.
1660
153ae947
BG
16612012-04-01 Jambunathan K <kjambunathan@gmail.com>
1662
1663 * org.texi (Customizing tables in ODT export): Correct few errors.
1664
16652012-04-01 Jambunathan K <kjambunathan@gmail.com>
1666
1667 * org.texi (Links in ODT export): Update.
1668 (Labels and captions in ODT export): New node.
1669
16702012-04-01 Jambunathan K <kjambunathan@gmail.com>
1671
1672 * org.texi (Literal examples in ODT export): htmlfontify.el in
1673 Emacs-24.1 now supports fontification. So ODT source blocks will
1674 be fontified by default.
1675
16762012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
1677
1678 * org.texi (Refiling notes): Remove duplicated keybinding.
1679
16802012-04-01 Eric Schulte <eric.schulte@gmx.com>
1681
1682 * org.texi (noweb): Documentation of this new option to the :noweb
1683 header argument.
1684
16852012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
1686
1687 * org.texi (Header and sectioning): Add example demonstrating how
1688 to use "LaTeX_CLASS_OPTIONS".
1689
16902012-04-01 Eric Schulte <eric.schulte@gmx.com>
1691
1692 * org.texi (Noweb reference syntax): Describe the ability to
1693 execute noweb references in the manual.
1694
16952012-04-01 Eric Schulte <eric.schulte@gmx.com>
1696
1697 * org.texi (cache): Improve cache documentation when session
1698 evaluation is used.
1699
17002012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1701
1702 * org.texi (Plain lists): Document removal.
1703
17042012-04-01 Michael Brand <michael.ch.brand@gmail.com>
1705
1706 * org.texi: Decapitalize file name in references to Calc manual.
1707
17082012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1709
1710 * org.texi (Plain lists): Document removal.
1711
17122012-04-01 Jambunathan K <kjambunathan@gmail.com>
1713
1714 * org.texi (Top, OpenDocument Text export)
1715 (ODT export commands, Extending ODT export)
1716 (Images in ODT export, Tables in ODT export)
1717 (Configuring a document converter): Add or Update.
1718
17192012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
1720
1721 * org.texi (MobileOrg): Change the wording to reflect that the
1722 Android Version is no longer just the little brother of the iOS
1723 version.
1724
17252012-04-01 Eric Schulte <eric.schulte@gmx.com>
1726
c5b0993e 1727 * org.texi (Key bindings and useful functions): Update babel key
153ae947
BG
1728 binding documentation in manual.
1729
17302012-04-01 Eric Schulte <eric.schulte@gmx.com>
1731
1732 * org.texi (noweb): Document new noweb header value.
1733
17342012-04-01 Eric Schulte <eric.schulte@gmx.com>
1735
1736 * org.texi (noweb-sep): Document new header argument.
1737
17382012-04-01 Eric Schulte <eric.schulte@gmx.com>
1739
1740 * org.texi (noweb-ref): Documentation of this new custom variable.
1741
17422012-04-01 Eric Schulte <eric.schulte@gmx.com>
1743
1744 * org.texi (wrap): Update the new :wrap documentation to match the
1745 current implementation.
1746
17472012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1748
1749 * org.texi: Added documentation for :wrap.
1750
17512012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1752
1753 * org.texi: #+RESULTS now user-configurable.
1754
17552012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1756
1757 * org.texi: Documented :noweb no-export.
1758
17592012-04-01 Thomas Dye <dk@poto.local>
1760
1761 * org.texi: Edit :noweb no header argument for correctness.
1762
1e20eeb7 17632012-04-01 Bastien Guerry <bzg@gnu.org>
153ae947
BG
1764
1765 * org.texi (Customization): Update the approximate number of Org
1766 variables.
1767
17682012-04-01 Thomas Dye <dk@poto.local>
1769
1770 * org.texi: The :results wrap produces a drawer instead of a
1771 begin_results block.
1772
005a89ff
G
17732012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
1774
1775 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
1776 reflect the new default.
1777
589ce070
EZ
17782012-03-10 Eli Zaretskii <eliz@gnu.org>
1779
1780 * info.texi (Expert Info): Move the index entry for "Texinfo" from
1781 "Getting Started" to this node. (Bug#10450)
1782
a5392527
CY
17832012-03-10 Chong Yidong <cyd@gnu.org>
1784
8ae818e4
CY
1785 * flymake.texi (Example -- Configuring a tool called via make):
1786 Mention the Automake COMPILE variable (Bug#8715).
1787
a5392527
CY
1788 * info.texi (Getting Started): Add an index entry (Bug#10450).
1789
d49902e4
MA
17902012-03-02 Michael Albinus <michael.albinus@gmx.de>
1791
1792 * dbus.texi (Signals): Known names will be mapped onto unique
1793 names, when registering for signals.
1794
53eced6d
GM
17952012-02-29 Glenn Morris <rgm@gnu.org>
1796
bcd6cd23
GM
1797 * url.texi: Fix quote usage in body text.
1798
775b55af
GM
1799 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
1800
53eced6d
GM
1801 * cl.texi: Use @code{} in menus when appropriate.
1802
44e97401
GM
18032012-02-28 Glenn Morris <rgm@gnu.org>
1804
1805 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
1806 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1807 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1808 * org.texi, sc.texi, vip.texi, viper.texi:
1809 Standardize possessive apostrophe usage.
1810
fa9a0855
CY
18112012-02-26 Chong Yidong <cyd@gnu.org>
1812
1813 * ediff.texi (Quick Help Commands): Add a couple of index entries
1814 (Bug#10834).
1815
0fd2c9a3
GM
18162012-02-17 Glenn Morris <rgm@gnu.org>
1817
1818 * gnus.texi (Posting Styles):
1819 * remember.texi (Org): Fix cross-refs to other manuals.
1820
9f26dc24
GM
18212012-02-15 Glenn Morris <rgm@gnu.org>
1822
1823 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1824 (Encryption): New chapter, split out from previous.
1825
3d2af193
LI
18262012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1827
c5b0993e
EW
1828 * gnus.texi (Customizing the IMAP Connection):
1829 Mention nnimap-record-commands.
3d2af193 1830
b74c9672
GM
18312012-02-10 Glenn Morris <rgm@gnu.org>
1832
1833 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1834 Mention url-queue-retrieve.
1835
2ebc3b94
GM
18362012-02-09 Glenn Morris <rgm@gnu.org>
1837
9fcfcdef
GM
1838 * sem-user.texi (Semantic mode user commands): Typo fix.
1839
2ebc3b94
GM
1840 * info.texi (Create Info buffer): Mention info-display-manual.
1841
7c4bbb69
LI
18422012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1843
1844 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1845 example (modified from an example by Michael Albinus).
1846
debce7bc
G
18472012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1848
1849 * gnus.texi (Agent Basics): Fix outdated description of
1850 `gnus-agent-auto-agentize-methods'.
1851
b207a4ec
AS
18522012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1853
1854 * cc-mode.texi: Always @defindex ss.
1855 (Config Basics): Fix argument of @itemize.
1856 (Macro Backslashes): Add @code around index entry.
1857
b8fe8712
GM
18582012-01-23 Glenn Morris <rgm@gnu.org>
1859
1860 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1861
02dc2fd7
EH
18622012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1863
1864 * tramp.texi (File): Tweak wording for the `scpc' option.
1865
e7719ea1
G
18662012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1867
1868 * gnus.texi (Group Parameters): Really note precedence.
1869
9937bef4
G
18702012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1871
1872 * gnus.texi (Group Parameters): Note precedence.
1873
e66ba1df
BG
18742012-01-03 Eric Schulte <eric.schulte@gmx.com>
1875
1876 * org.texi (Noweb reference syntax): Adding documentation of
1877 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1878 variable.
1879
18802012-01-03 Bastien Guerry <bzg@gnu.org>
1881
1882 * org.texi (Plain lists): Split the table to fix the display
1883 of items.
1884
18852012-01-03 Bastien Guerry <bzg@gnu.org>
1886
1887 * org.texi (Plain lists): Fix misplaced explanation.
1888
18892012-01-03 Bastien Guerry <bzg@gnu.org>
1890
1891 * org.texi (Plain lists, Agenda files): Add index entries.
1892
18932012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1894
1895 * org.texi: Use "Org mode" instead of alternatives like
1896 "Org-mode" or "org-mode".
1897
18982012-01-03 Bernt Hansen <bernt@norang.ca>
1899
c5b0993e
EW
1900 * org.texi (Agenda commands):
1901 Document `org-clock-report-include-clocking-task'.
e66ba1df
BG
1902
19032012-01-03 Bastien Guerry <bzg@gnu.org>
1904
1905 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1906 C-c' on checkboxes.
1907
19082012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1909
1910 * org.texi: End sentences with two spaces.
1911
19122012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1913
1914 * org.texi (External links): Document the link types file+sys
1915 and file+emacs, slightly narrow used page width.
1916
19172012-01-03 Eric Schulte <eric.schulte@gmx.com>
1918
1919 * org.texi (colnames): Note that colnames behavior may differ
1920 across languages.
1921
19222012-01-03 Bastien Guerry <bzg@gnu.org>
1923
1924 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1925
19262012-01-03 Thomas Dye <dk@poto.westell.com>
1927
1928 * org.texi: Augmented discussion of babel property
1929 inheritance. Put footnote outside sentence ending period.
1930
19312012-01-03 Eric Schulte <schulte.eric@gmail.com>
1932
1933 * org.texi (eval): Documenting the full range of :eval header
1934 argument values.
1935
19362012-01-03 Eric Schulte <schulte.eric@gmail.com>
1937
1938 * org.texi (eval): Documentation of the new :eval option.
1939
19402012-01-03 Thomas Dye <dk@poto.local>
1941
1942 * org.texi: Add accumulated properties.
1943
19442012-01-03 Thomas Dye <dk@poto.local>
1945
1946 * org.texi: Documented no spaces in name=assign, another
1947 correction to :var table.
1948
19492012-01-03 Thomas Dye <dk@poto.local>
1950
1951 * org.texi: Changed DATA to NAME in Working With Source Code
1952 section.
1953
19542012-01-03 Tom Dye <tsd@tsdye.com>
1955
1956 * org.texi: Minor change to :var table.
1957
19582012-01-03 Tom Dye <tsd@tsdye.com>
1959
1960 * org.texi: More changes to :var table (some examples were wrong).
1961
19622012-01-03 Tom Dye <tsd@tsdye.com>
1963
1964 * org.texi: Cleaned up :var table.
1965
19662012-01-03 Bastien Guerry <bzg@gnu.org>
1967
1968 * org.texi (Timestamps, Weekly/daily agenda)
1969 (Weekly/daily agenda): Add @cindex for "appointment".
1970
19712012-01-03 Eric Schulte <schulte.eric@gmail.com>
1972
1973 * org.texi (Literal examples): A new link to the template for
1974 inserting empty code blocks.
1975 (Structure of code blocks): A new link to the template for
1976 inserting empty code blocks.
1977
19782012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1979
1980 * org.texi (External links): Add footnote on how the behavior
1981 of the text search in Org files are controled by the variable
1982 `org-link-search-must-match-exact-headline'.
1983
19842012-01-03 Eric Schulte <schulte.eric@gmail.com>
1985
c5b0993e
EW
1986 * org.texi (Buffer-wide header arguments):
1987 Update documentation to reflect removal of #+PROPERTIES.
e66ba1df
BG
1988
19892012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1990
1991 * org.texi (The clock table): Mention that ACHIVED trees
1992 contribute to the clock table.
1993
19942012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1995
1996 * org.texi (Conflicts): Better yasnippet config info.
1997
19982012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1999
2000 * org.texi (Selective export): Explicitely mention the default
2001 values for `org-export-select-tags',
2002 `org-export-exclude-tags'.
2003
20042012-01-03 Tom Dye <tsd@tsdye.com>
2005
2006 * org.texi: Added a line to specify that header arguments are
2007 lowercase.
2008
20092012-01-03 Tom Dye <tsd@tsdye.com>
2010
2011 * org.texi: :var requires default value when declared.
2012
20132012-01-03 Bastien Guerry <bzg@gnu.org>
2014
2015 * org.texi (Handling links): Add a note about the
2016 `org-link-frame-setup' option.
2017
20182012-01-03 David Maus <dmaus@ictsoc.de>
2019
2020 * org.texi (Exporting Agenda Views, Extracting agenda
2021 information): Fix command line syntax, quote symbol parameter
2022 values.
2023
20242012-01-03 David Maus <dmaus@ictsoc.de>
2025
2026 * org.texi (Exporting Agenda Views): Fix command line syntax.
2027
8d80ef01
PE
20282011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2029
2030 * gnus.texi (Mail Source Customization, Mail Back End Variables):
2031 Use octal notation for file permissions, which are normally
2032 thought of in octal.
2033 (Mail Back End Variables): Use more-plausible modes in example.
2034
47d42d81
AM
20352011-12-20 Alan Mackenzie <acm@muc.de>
2036
2037 * cc-mode.texi: Update version string 5.31 -> 5.32.
2038
a98edce9
JB
20392011-12-06 Juanma Barranquero <lekktu@gmail.com>
2040
2041 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
2042
321decc8
GM
20432011-11-24 Glenn Morris <rgm@gnu.org>
2044
2045 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
2046
f8107b79
JB
20472011-11-24 Juanma Barranquero <lekktu@gmail.com>
2048
2049 * makefile.w32-in: Update dependencies.
2050
f5a96a4f
GM
20512011-11-20 Glenn Morris <rgm@gnu.org>
2052
2053 * gnus.texi (Group Information):
2054 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
2055
cd1181db
JB
20562011-11-20 Juanma Barranquero <lekktu@gmail.com>
2057
2058 * gnus-coding.texi (Gnus Maintenance Guide):
2059 Rename from "Gnus Maintainance Guide".
2060
2061 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
2062 * eieio.texi (Customizing):
fe7a3057
JB
2063 * gnus.texi (Article Washing):
2064 * gnus-news.texi:
2065 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 2066
7877f373
JB
20672011-11-16 Juanma Barranquero <lekktu@gmail.com>
2068
2069 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
2070
0d26e0b6
JB
20712011-11-15 Juanma Barranquero <lekktu@gmail.com>
2072
c7015153
JB
2073 * ede.texi (project-am-texinfo):
2074 * gnus.texi (Sending or Not Sending):
2075 * org.texi (Template elements): Fix typos.
0d26e0b6 2076
0b381c7e
JB
20772011-11-14 Juanma Barranquero <lekktu@gmail.com>
2078
2079 * ediff.texi (Hooks):
c7015153 2080 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 2081
40a8bdf6
JB
20822011-11-11 Juanma Barranquero <lekktu@gmail.com>
2083
2084 * semantic.texi (Tag handling): Fix typo.
2085
57dda3bb
KY
20862011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
2087
2088 * gnus.texi (Other Gnus Versions): Remove.
2089
52bedd34
AM
20902011-10-28 Alan Mackenzie <acm@muc.de>
2091
2092 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
2093 (Other Special Indentations): Add an xref to "Macros with ;".
2094 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
2095 "Macros with ;".
2096 (Macros with ;): New page.
2097
00b77525
GM
2098 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
2099 Document the new handling of nested scopes for movement by defuns.
52bedd34 2100
4a623313
MA
21012011-10-23 Michael Albinus <michael.albinus@gmx.de>
2102
2103 Sync with Tramp 2.2.3.
2104
2105 * trampver.texi: Update release number.
2106
466a320e
GM
21072011-10-14 Glenn Morris <rgm@gnu.org>
2108
2109 * ert.texi (Introduction, How to Run Tests)
2110 (Running Tests Interactively, Expected Failures)
2111 (Tests and Their Environment, Useful Techniques)
2112 (Interactive Debugging, Fixtures and Test Suites):
2113 Minor rephrasings.
2114 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
2115 (Running Tests in Batch Mode): Simplify loading instructions.
2116 (Test Selectors): Clarify some selectors.
2117 (Expected Failures, Useful Techniques):
2118 Make examples fit in 80 columns.
2119
2be4956d
JB
21202011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
2121
2122 * calc.texi (Basic Operations on Units): Discuss temperature
2123 conversion (`u t') alongside with other unit conversions ('u c').
2124
7359a765
GM
21252011-10-12 Glenn Morris <rgm@gnu.org>
2126
2127 * ert.texi: Whitespace trivia to make main menu items line up better.
2128
a0c52e5d
GM
21292011-10-08 Glenn Morris <rgm@gnu.org>
2130
2131 * Makefile.in: Fix ert rules.
2132
465d0300
G
21332011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2134
2135 * gnus.texi (Gnus Utility Functions): Add more references and
2136 explanations (bug#9683).
2137
a5166359
LMI
21382011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2139
2140 * gnus.texi (Archived Messages): Note the default (bug#9552).
2141
b523dc20
BW
21422011-09-21 Bill Wohler <wohler@newt.com>
2143
2144 Release MH-E manual version 8.3.
2145
58179cce 2146 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20 2147 release 8.3.
c5b0993e 2148 (Preface): Update support information.
bd7239f5 2149 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
2150 historical quote, the tense should be correct in the time that it
2151 was written.
2152
0afb49a1
LMI
21532011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2154
2155 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
2156 (Finding the News): Doc clarification.
2157 (Terminology): Mention naming.
2158
e21bac42
G
21592011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2160
2161 * gnus.texi: Remove mentions of `recent', which are now obsolete.
2162 (Interactive): Document `quiet'.
2163
5b409b39 21642011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 2165
bd7239f5 2166 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 2167
5b409b39 21682011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 2169
bd7239f5 2170 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
2171 scope for `org-map-entries'.
2172
5b409b39 21732011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2174
2175 * org.texi (Visibility cycling): Document `org-copy-visible'.
2176
5b409b39 21772011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 2178
bd7239f5 2179 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
2180 proper order.
2181
5b409b39 21822011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2183
2184 * org.texi (eval): Expand discussion of the :eval header argument.
2185
5b409b39 21862011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
2187
2188 * org.texi (Languages): Add Lilypond and Awk as supported
2189 languages.
2190
5b409b39 21912011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 2192
bd7239f5 2193 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
2194 LOG_INTO_DRAWER can be used to override the contents of variable
2195 org-clock-into-drawer (or if unset, org-log-into-drawer).
2196
bd7239f5 2197 * org.texi: Replace @xref->@pxref.
3ab2c837 2198
5b409b39 21992011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2200
2201 * org.texi (Evaluating code blocks): Documenting the new option
2202 for inline call lines.
2203
5b409b39 22042011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2205
2206 * org.texi (Results of evaluation): More explicit about the
2207 mechanism through which interactive evaluation of code is
2208 performed.
2209
5b409b39 22102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2211
2212 * org.texi (noweb-ref): New header argument documentation.
2213
5b409b39 22142011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2215
2216 * org.texi (Extracting source code): Documentation of the new
2217 org-babel-tangle-named-block-combination variable.
2218
5b409b39 22192011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 2220
bd7239f5 2221 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 2222 behavior of multiple blocks of the same name is undefined.
3ab2c837 2223
5b409b39 22242011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
2225
2226 * org.texi (TaskJuggler export): Modify the example to reflect the
2227 new effort durations.
2228
5b409b39 22292011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
2230
2231 * org.texi (Images in LaTeX export): Escape curly brackets in
2232 LaTeX example.
2233
5b409b39 22342011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2235
2236 * org.texi (The clock table): Document the :properties and
2237 :inherit-props arguments for the clocktable.
2238
5b409b39 22392011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2240
2241 * org.texi (Tables in LaTeX export): Document specifying placement
2242 options for tables.
2243
5b409b39 22442011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2245
2246 * org.texi (Evaluating code blocks): More specific documentation
2247 about the different types of header arguments.
2248
5b409b39 22492011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
2250
2251 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
2252
5b409b39 22532011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2254
2255 * org.texi (Built-in table editor): Document the table field
2256 follow mode.
2257
5b409b39 22582011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
2259
2260 * org.texi (Easy Templates): Document new template.
2261
5b409b39 22622011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
2263
2264 * org.texi (Literal examples): Add a cross-reference from "Literal
2265 Examples" to "Easy Templates."
2266
5b409b39 22672011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2268
2269 * org.texi (The clock table): Add link to match syntax.
2270
5b409b39 22712011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2272
2273 * org.texi (Agenda commands): Document clock consistency checks.
2274
5b409b39 22752011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2276
2277 * org.texi (Built-in table editor): Document that \vert represents
2278 a vertical bar in a table field.
2279
5b409b39 22802011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2281
2282 * org.texi (Literal examples): Link from "Markup" > "Literate
2283 Examples" to "Working with Source Code".
2284
5b409b39 22852011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
2286
2287 * org.texi (Agenda commands): Doc for function option to bulk
2288 action.
2289
5b409b39 22902011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2291
2292 * org.texi (Template expansion): Document new %<...> template
2293 escape.
2294
5b409b39 22952011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2296
2297 * org.texi (Selective export): Document exclusion of any tasks
2298 from export.
2299
5b409b39 23002011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2301
2302 * org.texi (Selective export): Document how to exclude DONE tasks
2303 from export.
2304 (Publishing options): Document the properties to be used to turn off
2305 export of DONE tasks.
2306
5b409b39 23072011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2308
2309 * org.texi (The date/time prompt): Document date range protection.
2310
5b409b39 23112011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2312
2313 * org.texi (padline): Documentation of the new padline header
2314 argument.
2315
5b409b39 23162011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2317
2318 * org.texi (var): Adding "[" to list of characters triggering
2319 elisp evaluation.
2320
5b409b39 23212011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2322
2323 * org.texi (var): Documentation of Emacs Lisp evaluation during
2324 variable assignment.
2325
5b409b39 23262011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2327
2328 * org.texi (colnames): Reference indexing into variables, and note
2329 that colnames are *not* removed before indexing occurs.
2330 (rownames): Reference indexing into variables, and note that
2331 rownames are *not* removed before indexing occurs.
2332
5b409b39 23332011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2334
2335 * org.texi (var): Clarification of indexing into tabular
2336 variables.
2337
5b409b39 23382011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2339
2340 * org.texi (results): Documentation of the `:results wrap' header
2341 argument.
2342
5b409b39 23432011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 2344
bd7239f5 2345 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
2346 of the LaTeX export: the org file has to be properly structured.
2347
5b409b39 23482011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 2349
c5b0993e
EW
2350 * org.texi (Dynamic blocks, Structure editing):
2351 Mention the function `org-narrow-to-block'.
3ab2c837 2352
5b409b39 23532011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2354
2355 * org.texi (Languages): Updating list of code block supported
2356 languages.
2357
5b409b39 23582011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2359
2360 * org.texi (Special properties): CATEGORY is a special property,
2361 but it may also used in the drawer.
2362
5b409b39 23632011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2364
2365 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
2366
5b409b39 23672011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
2368
2369 * org.texi (Include files): Document :lines.
2370
5b409b39 23712011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2372
2373 * org.texi (comments): Documentation of the ":comments noweb" code
2374 block header argument.
2375
5b409b39 23762011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 2377
c5b0993e 2378 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3ab2c837
BG
2379 added extra whitespace around functions to be consistent with the
2380 rest of the section.
2381
5b409b39 23822011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 2383
c5b0993e 2384 * org.texi (Evaluating code blocks): Expand discussion of
3ab2c837 2385 #+call: line syntax.
c5b0993e 2386 (Header arguments in function calls): Expand discussion of
3ab2c837
BG
2387 #+call: line syntax.
2388
5b409b39 23892011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2390
2391 * org.texi (Evaluating code blocks): More explicit about how to
2392 pass variables to #+call lines.
2393
5b409b39 23942011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2395
2396 * org.texi (Results of evaluation): Link to the :results header
2397 argument list from the "Results of evaluation" section.
2398
5b409b39 23992011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2400
2401 * org.texi (Conflicts): Adding additional information about
2402 resolving org/yasnippet conflicts.
2403
5b409b39 24042011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
2405
2406 * org.texi (Publishing options): Document style-include-scripts
2407 publishing project property.
2408
5b409b39 24092011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
2410
2411 * org.texi (Sparse trees): Document the next-error /
2412 previous-error functionality.
2413
5b409b39 24142011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837 2415
c5b0993e 2416 * org.texi (cache): Improve documentation of code block caches.
3ab2c837 2417
5b409b39 24182011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837 2419
c5b0993e
EW
2420 * org.texi (Code block specific header arguments):
2421 Documentation of multi-line header arguments.
3ab2c837 2422
5b409b39 24232011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2424
2425 * org.texi (Code evaluation security): Add example for using a
2426 function.
2427
5b409b39 24282011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
2429
2430 * org.texi (Tables in LaTeX export): Documentation of new
2431 attr_latex options for tables.
2432
5b409b39
BG
24332011-08-03 Michael Albinus <michael.albinus@gmx.de>
2434
2435 * trampver.texi: Update release number.
2436
24372011-07-30 Michael Albinus <michael.albinus@gmx.de>
2438
2439 Sync with Tramp 2.2.2.
2440
2441 * trampver.texi: Update release number.
2442
064e2d08
LMI
24432011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2444
2445 * flymake.texi (Example -- Configuring a tool called via make):
2446 Use /dev/null instead of the Windows "nul" (bug#8715).
2447
b8151e9c
LMI
24482011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2449
2450 * widget.texi (Setting Up the Buffer): Remove mention of the
2451 global keymap parent, which doesn't seem to be accurate
2452 (bug#7045).
2453
5b409b39
BG
24542011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2455
2456 * org.texi (Special agenda views): Fix double quoting (bug#3509).
2457
c0a8ae95
KR
24582010-07-10 Kevin Ryde <user42@zip.com.au>
2459
2460 * cl.texi (For Clauses): Add destructuring example processing an
2461 alist (bug#6596).
2462
ac6531ad
LMI
24632011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2464
2465 * ediff.texi (Major Entry Points): Remove mention of `require',
2466 since that's not pertinent in the installed Emacs (bug#9016).
2467
d30dd079
G
24682011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2469
2470 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
2471 (Filtering New Groups): Clarify how simple the "options -n" format is.
2472 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
2473 is internal.
d30dd079 2474
862c0d68
MA
24752011-07-04 Michael Albinus <michael.albinus@gmx.de>
2476
c5b0993e
EW
2477 * tramp.texi (Cleanup remote connections):
2478 Add `tramp-cleanup-this-connection'.
862c0d68 2479
cd865a33
G
24802011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2481
2482 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
2483 zombies.
2484 (Checking New Groups): Ditto (bug#8974).
c5b0993e 2485 (Checking New Groups): Move the reference to the right place.
cd865a33
G
2486
24872011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
2488
2489 * gnus.texi (Startup Files): Clarify that we're talking about numbered
2490 backups, and not actual vc (bug#8975).
2491
79414ae4
KR
24922011-07-03 Kevin Ryde <user42@zip.com.au>
2493
2494 * cl.texi (For Clauses): @items for hash-values and key-bindings
2495 to make them more visible when skimming. Add examples of `using'
2496 clause to them, examples being clearer than a description in
2497 words (bug#6599).
2498
847ccf7c
AM
24992011-07-01 Alan Mackenzie <acm@muc.de>
2500
2501 * cc-mode.texi (Guessing the Style): New page.
2502 (Styles): Add a short introduction to above.
2503
3da13bb9
DD
25042011-06-28 Deniz Dogan <deniz@dogan.se>
2505
2506 * rcirc.texi (Configuration): Bug-fix:
2507 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
2508 Reported by Elias Pipping <pipping@exherbo.org>.
2509
60a0884e
G
25102011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2511
c5b0993e
EW
2512 * gnus.texi (Summary Mail Commands):
2513 Document `gnus-summary-reply-to-list-with-original'.
60a0884e 2514
0c7efc08
SM
25152011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2516
2517 * eshell.texi (Known problems): Fix typo.
2518
ea3596a2
MA
25192011-06-12 Michael Albinus <michael.albinus@gmx.de>
2520
0c7efc08 2521 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
2522 (Password handling): `auth-source-debug' is good for debug messages.
2523
2da9c605
G
25242011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
2525
2526 * gnus.texi (Store custom flags and keywords): Refer to
2527 `gnus-registry-article-marks-to-{chars,names}' instead of
2528 `gnus-registry-user-format-function-{M,M2}'.
2529
e61923c8
GM
25302011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2531
2532 * texinfo.tex: Merge from gnulib.
2533
627abcdd
TZ
25342011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
2535
2536 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
2537 (Store custom flags and keywords):
2538 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
2539 `gnus-registry-user-format-function-M2'.
2540
a3c92bc1
EZ
25412011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2542
8f906c40 2543 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 2544
85d870a9
GM
25452011-05-17 Glenn Morris <rgm@gnu.org>
2546
2547 * gnus.texi (Face): Fix typo.
2548
2cdee799
GM
25492011-05-14 Glenn Morris <rgm@gnu.org>
2550
2551 * dired-x.texi (Omitting Examples): Minor addition.
2552
79b70037
GM
25532011-05-10 Jim Meyering <meyering@redhat.com>
2554
2555 * ede.texi: Fix typo "or or -> or".
2556
a7111a62 25572011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
2558
2559 * gnus.texi (Summary Buffer Lines):
2560 gnus-summary-user-date-format-alist does not exist.
2561 (Sorting the Summary Buffer): More about sorting threads.
2562
69026aba
MA
25632011-04-25 Michael Albinus <michael.albinus@gmx.de>
2564
2565 * trampver.texi: Update release number.
2566
9024ff79
MA
25672011-04-14 Michael Albinus <michael.albinus@gmx.de>
2568
2569 * tramp.texi (Frequently Asked Questions): New item for disabling
2570 Tramp in other packages.
2571
c3c65d73
TZ
25722011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
2573
2574 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08 2575 (Fancy splitting to parent, Store arbitrary data):
c5b0993e 2576 Update gnus-registry docs.
c3c65d73 2577
9ec6a317
JB
25782011-04-13 Juanma Barranquero <lekktu@gmail.com>
2579
2580 * ede.texi: Fix typos.
2581
1e3b6001
G
25822011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2583
9ec6a317
JB
2584 * gnus.texi (Window Layout): @itemize @code doesn't exist.
2585 It's @table @code.
1e3b6001 2586
a5954fa5
G
25872011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
2588
ed9265fc 2589 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 2590
d71990a1
JB
25912011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2592
2593 * calc.texi (Logarithmic Units): Update the function names.
2594
1518e4f0
G
25952011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2596
2597 * message.texi (Various Commands): Document format specs in the
2598 ellipsis.
2599
a123622d
G
26002011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
2601
2602 * message.texi (Insertion Variables): Document message-cite-style.
2603
26042011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
2605
2606 * tramp.texi (Remote processes): New subsection "Running shell on
2607 a remote host".
2608
4248cca2
TZ
26092011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2610
2611 * auth.texi (Help for developers): Update docs to explain that the
2612 :save-function will only run the first time.
2613
54ce11a1
GM
26142011-03-12 Glenn Morris <rgm@gnu.org>
2615
2616 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
2617 (emacs-faq.text): New target.
2618 (clean): Add emacs-faq.
2619
0c3b25f8
MA
26202011-03-12 Michael Albinus <michael.albinus@gmx.de>
2621
2622 Sync with Tramp 2.2.1.
2623
2624 * trampver.texi: Update release number.
2625
b740639e
GM
26262011-03-11 Glenn Morris <rgm@gnu.org>
2627
2628 * Makefile.in (HTML_TARGETS): New.
2629 (clean): Delete $HTML_TARGETS.
2630 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
2631
733afdf4
TZ
26322011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
2633
2634 * auth.texi (Help for developers): Show example of using
2635 `auth-source-search' with prompts and :save-function.
2636
33383987
JB
26372011-03-07 Chong Yidong <cyd@stupidchicken.com>
2638
2639 * Version 23.3 released.
2640
a5057546
G
26412011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
2642
2643 * message.texi (Message Buffers): Update default value of
2644 message-generate-new-buffers.
2645
479a2c9b
JB
26462011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
2647
2648 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
2649 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
2650 respectively.
05a29101
JB
2651 (Musical Notes): New section.
2652 (Customizing Calc): Mention the customizable variable
2653 calc-note-threshold.
479a2c9b 2654
e0535b76
GM
26552011-03-03 Glenn Morris <rgm@gnu.org>
2656
2657 * url.texi (Dealing with HTTP documents): Remove reference to
2658 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 2659 (Configuration): Update url-configuration-directory description.
e0535b76 2660
2777ccbf
GM
26612011-03-02 Glenn Morris <rgm@gnu.org>
2662
2663 * dired-x.texi (Multiple Dired Directories): Remove mentions
2664 of dired-default-directory-alist and dired-default-directory.
2665 Move dired-smart-shell-command here...
2666 (Miscellaneous Commands): ... from here.
2667
257219bd
PE
26682011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2669
2670 * texinfo.tex: Update to version 2011-02-24.09.
2671
8889f4e2
GM
26722011-03-02 Glenn Morris <rgm@gnu.org>
2673
2674 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
2675 instead of the obsoleted dired-omit-here-always.
2676
5d41af19
MA
26772011-02-28 Michael Albinus <michael.albinus@gmx.de>
2678
2679 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
2680 supported systems.
2681
2b0c7330 26822011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 2683
61cf3a76
GM
2684 * dbus.texi (Type Conversion): Grammar fix.
2685
cce7d530 26862011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 2687
cce7d530
GM
2688 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
2689 "Debian GNU/Linux".
51a13bdd 2690
cce7d530
GM
2691 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
2692
817b48a7
GM
26932011-02-23 Glenn Morris <rgm@gnu.org>
2694
cce7d530
GM
2695 * dired-x.texi (Features): Minor rephrasing.
2696 (Local Variables): Fix typos.
47301027
GM
2697
2698 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
2699 Standardize some Emacs/XEmacs terminology.
2700
817b48a7
GM
2701 * dired-x.texi (Features): Don't advertise obsolete local variables.
2702 Simplify layout.
2703 (Omitting Variables): Update local variables example.
2704 (Local Variables): Say this is obsolete. Fix description of
2705 dired-enable-local-variables possible values.
2706
4a3988d5
G
27072011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2708
2709 * auth.texi (Help for users): Mention ~/.netrc is also searched by
2710 default now.
2711
8e22bee0
G
27122011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2713
2714 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
2715
06b840e0
LI
27162011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2717
2718 * gnus.texi (Window Layout): Document layout names.
2719
67ab0163 27202011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
2721
2722 * ada-mode.texi: Sync @dircategory with ../../info/dir.
2723 * auth.texi: Sync @dircategory with ../../info/dir.
2724 * autotype.texi: Sync @dircategory with ../../info/dir.
2725 * calc.texi: Sync @dircategory with ../../info/dir.
2726 * cc-mode.texi: Sync @dircategory with ../../info/dir.
2727 * cl.texi: Sync @dircategory with ../../info/dir.
2728 * dbus.texi: Sync @dircategory with ../../info/dir.
2729 * dired-x.texi: Sync @dircategory with ../../info/dir.
2730 * ebrowse.texi: Sync @dircategory with ../../info/dir.
2731 * ede.texi: Sync @dircategory with ../../info/dir.
2732 * ediff.texi: Sync @dircategory with ../../info/dir.
2733 * edt.texi: Sync @dircategory with ../../info/dir.
2734 * eieio.texi: Sync @dircategory with ../../info/dir.
2735 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
2736 * epa.texi: Sync @dircategory with ../../info/dir.
2737 * erc.texi: Sync @dircategory with ../../info/dir.
2738 * eshell.texi: Sync @dircategory with ../../info/dir.
2739 * eudc.texi: Sync @dircategory with ../../info/dir.
2740 * flymake.texi: Sync @dircategory with ../../info/dir.
2741 * forms.texi: Sync @dircategory with ../../info/dir.
2742 * gnus.texi: Sync @dircategory with ../../info/dir.
2743 * idlwave.texi: Sync @dircategory with ../../info/dir.
2744 * mairix-el.texi: Sync @dircategory with ../../info/dir.
2745 * message.texi: Sync @dircategory with ../../info/dir.
2746 * mh-e.texi: Sync @dircategory with ../../info/dir.
2747 * newsticker.texi: Sync @dircategory with ../../info/dir.
2748 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
2749 * org.texi: Sync @dircategory with ../../info/dir.
2750 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
2751 * pgg.texi: Sync @dircategory with ../../info/dir.
2752 * rcirc.texi: Sync @dircategory with ../../info/dir.
2753 * reftex.texi: Sync @dircategory with ../../info/dir.
2754 * remember.texi: Sync @dircategory with ../../info/dir.
2755 * sasl.texi: Sync @dircategory with ../../info/dir.
2756 * sc.texi: Sync @dircategory with ../../info/dir.
2757 * semantic.texi: Sync @dircategory with ../../info/dir.
2758 * ses.texi: Sync @dircategory with ../../info/dir.
2759 * sieve.texi: Sync @dircategory with ../../info/dir.
2760 * smtpmail.texi: Sync @dircategory with ../../info/dir.
2761 * speedbar.texi: Sync @dircategory with ../../info/dir.
2762 * trampver.texi [emacs]: Set emacsname to "Emacs".
2763 * tramp.texi: Sync @dircategory with ../../info/dir.
2764 * url.texi: Sync @dircategory with ../../info/dir.
2765 * vip.texi: Sync @dircategory with ../../info/dir.
2766 * viper.texi: Sync @dircategory with ../../info/dir.
2767 * widget.texi: Sync @dircategory with ../../info/dir.
2768 * woman.texi: Sync @dircategory with ../../info/dir.
2769
30abce25
GM
27702011-02-19 Glenn Morris <rgm@gnu.org>
2771
0c7efc08
SM
2772 * dired-x.texi (Technical Details): No longer redefines
2773 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 2774 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 2775
73572c72
AG
27762013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
2777
78b8f320 2778 * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
73572c72 2779
f31f8469
GM
27802011-02-18 Glenn Morris <rgm@gnu.org>
2781
2782 * dired-x.texi (Optional Installation File At Point): Simplify.
2783
35123c04
TZ
27842011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2785
2786 * auth.texi (Help for users): Use :port instead of :protocol for all
2787 auth-source docs.
7ba93e94
G
2788 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
2789 to have two files in `auth-sources'.
35123c04 2790
da5e0ce4
GM
27912011-02-16 Glenn Morris <rgm@gnu.org>
2792
b322c9af
GM
2793 * dired-x.texi: Use emacsver.texi to get Emacs version.
2794 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
2795 Depend on emacsver.texi.
2796
07ca5555
GM
2797 * dired-x.texi: Drop meaningless version number.
2798 (Introduction): Remove old info.
2799 (Optional Installation Dired Jump): Autoload from dired-x.
2800 Remove incorrect info about loaddefs.el.
2801 (Bugs): Just refer to M-x report-emacs-bug.
2802
da5e0ce4
GM
2803 * dired-x.texi (Multiple Dired Directories): Update for rename of
2804 default-directory-alist.
2805 (Miscellaneous Commands): No longer mention very old VM version 4.
2806
bb55f713
PE
28072011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2808
2809 Merge from gnulib.
2810 * texinfo.tex: Update to version 2011-02-14.11.
2811
5415d076
G
28122011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2813
da5e0ce4
GM
2814 * auth.texi (Help for users):
2815 Login collection is "Login" and not "login".
5415d076 2816
14029d4b
MA
28172011-02-13 Michael Albinus <michael.albinus@gmx.de>
2818
2819 * tramp.texi (History): Remove IMAP support.
2820 (External methods, Frequently Asked Questions): Remove `imap' and
2821 `imaps' methods.
2822 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2823
2824 * trampver.texi: Remove default value of `emacsimap'.
2825
8a36c07f
GM
28262011-02-13 Glenn Morris <rgm@gnu.org>
2827
2828 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2829 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2830
165bc5a0
GM
28312011-02-12 Glenn Morris <rgm@gnu.org>
2832
2833 * sc.texi (Getting Connected): Remove old index entries.
2834
5415d076 28352011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
2836
2837 * url.texi: Remove duplicate @dircategory (Bug#7942).
2838
b8e0f0cd
G
28392011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2840
8a36c07f
GM
2841 * auth.texi (Overview, Help for users, Help for developers):
2842 Update docs.
b8e0f0cd
G
2843 (Help for users): Talk about spaces.
2844
caf82551
PE
28452011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2846
2847 * texinfo.tex: Update to version 2011-02-07.16.
2848
1ff98217
MA
28492011-02-07 Michael Albinus <michael.albinus@gmx.de>
2850
2851 * dbus.texi (Bus names): Adapt descriptions for
2852 dbus-list-activatable-names and dbus-list-known-names.
2853
2e78df6b
JB
28542011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2855
2856 * calc.texi (Logarithmic Units): New section.
2857
7fbf7cae
TZ
28582011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2859
2860 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2861 manuals use it now.
2862
0c7efc08 2863 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2864
156ad271
KY
28652011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2866
2867 * overrides.texi: Remove.
2868
2869 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2870 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2871
36539990
MA
28722011-02-05 Michael Albinus <michael.albinus@gmx.de>
2873
2874 * tramp.texi (Frequently Asked Questions): Mention problems with
2875 WinSSHD.
2876
2877 * trampver.texi: Update release number.
2878
28792011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2880
2881 * tramp.texi:
2882 Replace "delimet" with "delimit" globally.
2883 Replace "explicite" with "explicit" globally.
2884 Replace "instead of" with "instead" where there was nothing after "of".
2885 Audit use of comma before interrogative pronoun, "that", or "which".
2886 Minor word order, spelling, wording changes.
2887
ec72bf63
G
28882011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2889
2890 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2891
2892 * sieve.texi: Use WEBHACKDEVEL.
2893
2894 * sasl.texi: Use WEBHACKDEVEL.
2895
2896 * pgg.texi: Use WEBHACKDEVEL.
2897
2898 * message.texi: Use WEBHACKDEVEL.
2899
2900 * gnus.texi: Use WEBHACKDEVEL.
2901
2902 * emacs-mime.texi: Use WEBHACKDEVEL.
2903
2904 * auth.texi: Use WEBHACKDEVEL.
2905
2906 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2907 manuals.
2908
29092011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2910
2911 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2912
90b750f4
PE
29132011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2914
2915 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2916 which in turn is copied from ftp://tug.org/tex/.
2917
0e751a49
GM
29182011-02-03 Glenn Morris <rgm@gnu.org>
2919
2920 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2921 (Binding combinations of modifiers and function keys):
2922 Let's assume people reading this are not using Emacs 18.
2923
7f13c2e2
LI
29242011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2925
2926 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2927 since it's run automatically.
2928
d76c843e
LI
29292011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2930
2931 * gnus.texi (Customizing Articles): Fix typo.
2932
12e3ca0a
LI
29332011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2934
2935 * gnus.texi (Customizing Articles): Document the new way of customizing
2936 the date headers(s).
2937
fe72c8fa
LI
29382011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2939
2940 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2941 splitting example.
2942
bf3dae7e
EZ
29432011-01-29 Eli Zaretskii <eliz@gnu.org>
2944
2945 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2946 (MAKEINFO_OPTS): New variable.
2947 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2948 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2949 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2950 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2951 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2952 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2953 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2954 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2955 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2956 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2957 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2958 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2959 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2960 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2961 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2962 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2963 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2964 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2965
d6f13ac8
LI
29662011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2967
2968 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2969
c5ecc769
G
29702011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2971
2972 * message.texi (IDNA): Explain what it is.
2973
29742011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2975
2976 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2977
45eb2a5d
WL
29782011-01-23 Werner Lemberg <wl@gnu.org>
2979
2980 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2981 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2982 (ENVADD): Update.
45eb2a5d 2983
6872a814
GM
29842011-01-18 Glenn Morris <rgm@gnu.org>
2985
2986 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2987
77ab81d0 29882011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2989
2990 * nxml-mode.texi (Introduction): Fix file name typos.
2991
d221e780
CO
29922011-01-13 Christian Ohler <ohler@gnu.org>
2993
2994 * ert.texi: New file.
2995
2996 * Makefile.in:
2997 * makefile.w32-in: Add ert.texi.
2998
8c904d82
MA
29992011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
3000
3001 * dbus.texi (Receiving Method Calls): New function
3002 dbus-register-service. Rearrange node.
3003
f56e0e7a
PE
30042011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3005
3006 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
3007 which in turn is copied from ftp://tug.org/tex/.
3008
0fadf00e
MA
30092011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3010
3011 * dbus.texi (Receiving Method Calls): Describe new optional
3012 parameter dont-register-service of dbus-register-{method,property}.
3013
8b358e90
DU
30142010-12-17 Daiki Ueno <ueno@unixuser.org>
3015
0c7efc08
SM
3016 * epa.texi (Encrypting/decrypting *.gpg files):
3017 Mention epa-file-select-keys.
8b358e90 3018
549c9aed
G
30192010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3020
3021 * gnus.texi (Archived Messages): Remove outdated text.
3022
30232010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3024
0c7efc08 3025 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 3026
156e3f9c
G
30272010-12-15 Andrew Cohen <cohen@andy.bu.edu>
3028
83f3eadc 3029 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 3030
8151d490
AC
30312010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3032
3033 * gnus.texi (The swish++ Engine): Add customizable parameters
3034 descriptions.
3035 (The swish-e Engine): Ditto.
3036
305bdd22
MA
30372010-12-14 Michael Albinus <michael.albinus@gmx.de>
3038
3039 * tramp.texi (Inline methods): Add "ksu" method.
3040 (Remote processes): Add example with remote `default-directory'.
3041
53aff12a
GM
30422010-12-14 Glenn Morris <rgm@gnu.org>
3043
3044 * faq.texi (Expanding aliases when sending mail):
3045 Now build-mail-aliases is interactive.
3046
8a1cdce5
AC
30472010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3048
3049 * gnus.texi: First pass at adding (rough) nnir documentation.
3050
7410c270
G
30512010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3052
53aff12a
GM
3053 * gnus.texi (Filtering New Groups):
3054 Mention gnus-auto-subscribed-categories.
3055 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
3056 removed.
3057
f49d1f52 30582010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
3059
3060 * cl.texi (For Clauses): Small fixes for frames and windows.
3061
acedf35c
CD
30622010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
3063
3064 * org.texi (Using capture): Document using prefix arguments for
3065 finalizing capture.
3066 (Agenda commands): Document prefix argument for the bulk scatter
3067 command.
3068 (Beamer class export): Document that also overlay arguments can be
3069 passed to the column environment.
3070 (Template elements): Document the new entry type.
3071
30722010-12-11 Puneeth Chaganti <punchagan@gmail.com>
3073
3074 * org.texi (Include files): Document :minlevel.
3075
30762010-12-11 Julien Danjou <julien@danjou.info>
3077
3078 * org.texi (Categories): Document category icons.
3079
30802010-12-11 Eric Schulte <schulte.eric@gmail.com>
3081
3082 * org.texi (noweb): Fix typo.
3083
516aa569
G
30842010-12-06 Tassilo Horn <tassilo@member.fsf.org>
3085
3086 * gnus.texi (Server Commands): Point to the rest of the server
3087 commands.
3088
04db63bc
G
30892010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3090
3091 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
3092 g'.
3093
ed797193
G
30942010-12-02 Julien Danjou <julien@danjou.info>
3095
3096 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
3097
30982010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3099
3100 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
3101 (Direct Functions): Note the STARTTLS upgrade.
3102
07976ae3 31032010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 3104 James Clark <none@example.com>
d3dfb185
GM
3105
3106 * nxml-mode.texi (Introduction): New section.
3107
59e75882
G
31082010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3109
3110 * gnus.texi (Server Commands): Document gnus-server-show-server.
3111
568a887f
MA
31122010-11-20 Michael Albinus <michael.albinus@gmx.de>
3113
3114 Sync with Tramp 2.2.0.
3115
3116 * trampver.texi: Update release number.
3117
1265829e
JB
31182010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3119
3120 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
3121 Mention that the TeX specific units won't use the `tex' prefix
3122 in TeX mode.
3123
239661c0
KY
31242010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3125
3126 * gnus.texi (Misc Article): Document gnus-inhibit-images.
3127
4a47c275 31282010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
3129
3130 * edt.texi: Remove information about Emacs 19.
3131
4a47c275 31322010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
3133
3134 * trampver.texi: Update release number.
3135
2f0e0dc8
KY
31362010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3137
3138 * gnus.texi (Article Washing): Fix typo.
3139
afe98dfa
CD
31402010-11-11 Noorul Islam <noorul@noorul.com>
3141
56f5a94e 3142 * org.texi: Fix typo.
afe98dfa
CD
3143
31442010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3145
3146 * org.texi (Using capture): Explain that refiling is
3147 sensitive to cursor position.
3148
31492010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3150
56f5a94e 3151 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
3152
31532010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3154
3155 * org.texi: Document the <c> cookie.
3156
31572010-11-11 Eric Schulte <schulte.eric@gmail.com>
3158
bd7239f5 3159 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 3160 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
3161
31622010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3163
56f5a94e 3164 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
3165
31662010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3167
56f5a94e 3168 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
3169
31702010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3171
3172 * org.texi (Setting up the staging area): Document that
3173 file names remain visible when encrypting the MobileOrg files.
3174
31752010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3176
3177 * org.texi (Setting up the staging area): Document which
3178 versions are needed for encryption.
3179
31802010-11-11 Eric Schulte <schulte.eric@gmail.com>
3181
56f5a94e
GM
3182 * org.texi (noweb): Update :noweb documentation to
3183 reflect the new "tangle" argument.
afe98dfa
CD
3184
31852010-11-11 Eric Schulte <schulte.eric@gmail.com>
3186
56f5a94e
GM
3187 * org.texi (Batch execution): Improve tangling script in
3188 documentation.
afe98dfa
CD
3189
31902010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3191
3192 * org.texi (Handling links):
3193 (In-buffer settings): Document inlining images on startup.
3194
31952010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3196
3197 * org.texi (Setting up the staging area): Document use of
3198 crypt password.
3199
32002010-11-11 David Maus <dmaus@ictsoc.de>
3201
56f5a94e 3202 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
3203
32042010-11-11 David Maus <dmaus@ictsoc.de>
3205
56f5a94e
GM
3206 * org.texi (Template expansion): Add mew in table for link type
3207 escapes.
afe98dfa
CD
3208
32092010-11-11 David Maus <dmaus@ictsoc.de>
3210
56f5a94e 3211 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
3212
32132010-11-11 Eric Schulte <schulte.eric@gmail.com>
3214
56f5a94e 3215 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
3216
32172010-11-11 Eric Schulte <schulte.eric@gmail.com>
3218
56f5a94e 3219 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
3220
32212010-11-11 Eric Schulte <schulte.eric@gmail.com>
3222
56f5a94e
GM
3223 * org.texi (Structure of code blocks):
3224 Update documentation to mention inline code block syntax.
afe98dfa
CD
3225
32262010-11-11 Eric Schulte <schulte.eric@gmail.com>
3227
56f5a94e 3228 * org.texi (comments): Improve wording.
afe98dfa
CD
3229
32302010-11-11 Eric Schulte <schulte.eric@gmail.com>
3231
56f5a94e 3232 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
3233
32342010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3235
3236 * org.texi (Installation): Remove the special
3237 installation instructions for XEmacs.
3238
32392010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3240
56f5a94e 3241 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
3242 insertion of empty structural elements.
3243
32442010-11-11 Noorul Islam <noorul@noorul.com>
3245
56f5a94e 3246 * org.texi: Fix doc.
afe98dfa
CD
3247
32482010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3249
3250 * org.texi (The date/time prompt): Document specification
3251 of time ranges.
3252
32532010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3254
3255 * org.texi (Internal links): Document the changes in
3256 internal links.
3257
32582010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3259
3260 * org.texi (Agenda commands): Document the limitation for
3261 the filter preset - it can only be used for an entire agenda
3262 view, not in an individual block in a block agenda.
3263
32642010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
3265
3266 * org.texi (iCalendar export): Document alarm creation.
3267
6f8fc60c
MA
32682010-11-10 Michael Albinus <michael.albinus@gmx.de>
3269
3270 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
3271
be3c11b3
LMI
32722010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3273
3274 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
3275
d607b96b 32762010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 3277
d607b96b 3278 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 3279
181cb5fb
G
32802010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3281
3282 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
3283 since that works by default.
3284
32852010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3286
3287 * gnus.texi (Customizing the IMAP Connection): Document
3288 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
3289
36bc5d3b
MA
32902010-11-04 Michael Albinus <michael.albinus@gmx.de>
3291
3292 * tramp.texi (Remote shell setup): New item "Interactive shell
3293 prompt". Reported by Christian Millour <cm@abtela.com>.
3294 (Remote shell setup, Remote processes): Use @code{} for
3295 environment variables.
3296
cf503f7c
GM
32972010-11-03 Glenn Morris <rgm@gnu.org>
3298
537b04b9 3299 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 3300 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 3301
389b76fa
G
33022010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3303
3304 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
3305
2699a554 33062010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
3307
3308 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
3309
2699a554 33102010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
3311
3312 * cc-mode.texi: Remove reference to defunct viewcvs URL.
3313
99e65b2d
G
33142010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3315
0c7efc08
SM
3316 * gnus.texi (Client-Side IMAP Splitting):
3317 Mention nnimap-unsplittable-articles.
99e65b2d
G
3318
33192010-10-29 Julien Danjou <julien@danjou.info>
3320
3321 * gnus.texi (Finding the News): Remove references to obsoletes
3322 variables `gnus-nntp-server' and `gnus-secondary-servers'.
3323
aeeb3dcb
EZ
33242010-10-29 Eli Zaretskii <eliz@gnu.org>
3325
3326 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
3327 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
3328 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
3329 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
3330
8289f37b
GM
33312010-10-28 Glenn Morris <rgm@gnu.org>
3332
3333 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
3334 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
3335 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
3336
d85d3b3a
DU
33372010-10-25 Daiki Ueno <ueno@unixuser.org>
3338
3339 * epa.texi (Mail-mode integration): Add alternative key bindings
3340 for epa-mail commands; escape comma.
c05c2b9b 3341 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 3342
9f534a47
JB
33432010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
3344
99e65b2d 3345 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 3346
5793a7bc 33472010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
3348
3349 * gnus.texi (Group Parameters, Buttons): Fix typos.
3350
280f417b
G
33512010-10-22 Tassilo Horn <tassilo@member.fsf.org>
3352
3353 * gnus.texi (Subscription Commands): Mention that you can also
3354 subscribe to new groups via the Server buffer, which is probably more
3355 convenient when subscribing to many groups.
3356
d806c872
G
33572010-10-21 Julien Danjou <julien@danjou.info>
3358
3359 * message.texi (Message Headers): Allow message-default-headers to be a
3360 function.
3361
d5798f68
LMI
33622010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3363
3364 * gnus-news.texi: Mention new archive defaults.
3365
b79bbef7
KY
33662010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3367
3368 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
3369
2526f423
G
33702010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3371
3372 * gnus.texi (HTML): Document the function value of
3373 gnus-blocked-images.
3374 (Article Washing): shr and gnus-w3m, not the direct function names.
3375
ba91f05d
G
33762010-10-20 Julien Danjou <julien@danjou.info>
3377
3378 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
3379 variable.
3380
da451787
LMI
33812010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3382
3383 * gnus.texi (Customizing the IMAP Connection): The port strings are
3384 strings.
c872595d 3385 (Document Groups): Mention git.
da451787 3386
7cad71ad
G
33872010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3388
3389 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
3390 bzr/Gnus git sync.
3391
c56dfd36
EZ
33922010-10-15 Eli Zaretskii <eliz@gnu.org>
3393
3394 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
3395 change.
3396
a1d16a7b
G
33972010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3398
3399 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
3400 @item syntax for in-Emacs makeinfo.
3401
34022010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
3403
3404 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
3405 trim sentence.
3406
98e2b864
DU
34072010-10-12 Daiki Ueno <ueno@unixuser.org>
3408
3409 * epa.texi (Caching Passphrases):
0c7efc08
SM
3410 * auth.texi (GnuPG and EasyPG Assistant Configuration):
3411 Clarify some configurations require to set up gpg-agent.
98e2b864 3412
c12e4a81
GM
34132010-10-11 Glenn Morris <rgm@gnu.org>
3414
3415 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
3416
f7aa248a
G
34172010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3418
3419 * gnus.texi (Spam Package Introduction): Mention `$'.
3420
6513b232
EZ
34212010-10-09 Eli Zaretskii <eliz@gnu.org>
3422
3423 * makefile.w32-in (emacsdir): New variable.
3424 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
3425 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
3426
abd40fb4
GM
34272010-10-09 Glenn Morris <rgm@gnu.org>
3428
0f05450f
GM
3429 * Makefile.in (mostlyclean): Delete *.toc.
3430
d3a4ac46
GM
3431 * Makefile.in: Use $< in rules.
3432
aa9db089
GM
3433 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
3434
abd40fb4
GM
3435 * Makefile.in ($(infodir)): Delete rule.
3436 (mkinfodir): New. Use it in all the info rules, rather than depending
3437 on infodir.
3438
ea274122
GM
34392010-10-09 Glenn Morris <rgm@gnu.org>
3440
6e90e2a8
GM
3441 * gnus.texi (Article Washing): Fix previous change.
3442
f7a31f11
GM
3443 * Makefile.in (emacsdir): New variable.
3444 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
3445 Depend on emacsver.texi.
3446
f7a31f11
GM
3447 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
3448
ea274122
GM
3449 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
3450
36d3245f
G
34512010-10-08 Julien Danjou <julien@danjou.info>
3452
f7a31f11 3453 * gnus.texi: Add mm-shr.
36d3245f
G
3454
34552010-10-08 Ludovic Courtès <ludo@gnu.org>
3456
3457 * gnus.texi (Finding the Parent, The Gnus Registry)
3458 (Registry Article Refer Method): Update docs for nnregistry.el.
3459
34602010-10-08 Daiki Ueno <ueno@unixuser.org>
3461
3462 * auth.texi (Help for users)
3463 (GnuPG and EasyPG Assistant Configuration): Update docs.
3464
12359245
GM
34652010-10-08 Glenn Morris <rgm@gnu.org>
3466
3467 * cl.texi (Organization, Installation, Old CL Compatibility):
3468 Deprecate cl-compat for new code.
4628bef1 3469 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
3470
3471 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
3472
fcf2d385
KY
34732010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3474
3475 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
3476
66627fa9
G
34772010-10-06 Julien Danjou <julien@danjou.info>
3478
fd9ba500
JD
3479 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
3480
66627fa9
G
3481 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
3482 broken link.
3483
3484 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
3485
3486 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
3487 to ReiserFS.
3488
3489 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
3490 (FAQ 7-1): Fix getmail URL.
3491
65f54520
DU
34922010-10-06 Daiki Ueno <ueno@unixuser.org>
3493
3494 * epa.texi (Caching Passphrases): New section.
3495
4c83f6e1
GM
34962010-10-06 Glenn Morris <rgm@gnu.org>
3497
3498 * Makefile.in (SHELL): Set it.
3499 (info): Move the mkdir dependency to the individual info files.
3500 (mostlyclean): Tidy up.
3501 (clean): Only delete the specific dvi and pdf files.
3502 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 3503 ($(infodir)): Add parallel build workaround.
4c83f6e1 3504
71e691a5
G
35052010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3506
3507 * gnus.texi (Misc Article): Document gnus-widen-article-window.
3508
a41c2e6d
G
35092010-10-03 Julien Danjou <julien@danjou.info>
3510
0c7efc08
SM
3511 * emacs-mime.texi (Display Customization):
3512 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
3513 mm-inline-large-images-proportion.
3514
37255945
MA
35152010-10-03 Michael Albinus <michael.albinus@gmx.de>
3516
0c7efc08
SM
3517 * tramp.texi (Frequently Asked Questions):
3518 Mention remote-file-name-inhibit-cache.
37255945 3519
11e4e7bd
LMI
35202010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3521
3522 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 3523 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 3524
cb83220a
KY
35252010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3526
0c7efc08
SM
3527 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
3528 (Article Hiding): Add google banner example.
3529 Suggested by Benjamin Xu.
cb83220a 3530
6b958814
G
35312010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3532
0c7efc08
SM
3533 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
3534 Remove nnimap-split-rule from examples.
6b958814
G
3535
35362010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3537
3538 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
3539 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
3540 Fishman.
3541 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
3542
35432010-09-30 Julien Danjou <julien@danjou.info>
3544
3545 * gnus.texi (Gravatars): Fix documentation about
3546 gnu-gravatar-properties.
3547
b9476c04
DU
35482010-09-29 Daiki Ueno <ueno@unixuser.org>
3549
3550 * epa.texi (Bug Reports): New section.
3551
5f874327
GM
35522010-09-29 Glenn Morris <rgm@gnu.org>
3553
3554 * Makefile.in (top_srcdir): Remove unused variable.
3555
6b958814
G
35562010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3557
3558 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
3559 (Client-Side IMAP Splitting): Document 'default.
3560
35612010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3562
0c7efc08
SM
3563 * gnus.texi (Customizing the IMAP Connection):
3564 Document nnimap-fetch-partial-articles.
6b958814 3565
82bccbfa
KY
35662010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3567
3568 * gnus-news.texi: Mention nnimap-inbox.
3569
3570 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
3571
35722010-09-26 Julien Danjou <julien@danjou.info>
3573
47e08896 3574 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
3575
35762010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3577
3578 * gnus.texi (Security): Remove gpg.el mention.
3579
35802010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3581
3582 * gnus.texi (Browse Foreign Server): New variable
3583 gnus-browse-subscribe-newsgroup-method.
3584
3585 * gnus-news.texi: Mention it.
3586
35872010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3588
0c7efc08 3589 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
3590 (Startup Variables): No jingle.
3591
4c964351
UM
35922010-09-25 Ulrich Mueller <ulm@gentoo.org>
3593
3594 * woman.texi (Interface Options): xz compression is now supported.
3595
82bccbfa
KY
35962010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3597
3598 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
3599 (Unavailable Servers): Document gnus-server-copy-server.
3600 (Using IMAP): Document the new nnimap.
3601
36022010-09-25 Julien Danjou <julien@danjou.info>
3603
47e08896 3604 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 3605
18778f71
GM
36062010-09-24 Glenn Morris <rgm@gnu.org>
3607
3608 * url.texi (Disk Caching): Tweak previous change.
3609
9c766321
JD
36102010-09-24 Julien Danjou <julien@danjou.info>
3611
3612 * url.texi (Disk Caching): Mention url-cache-expire-time,
3613 url-cache-expired, and url-fetch-from-cache.
3614
82bccbfa
KY
36152010-09-24 Julien Danjou <julien@danjou.info>
3616
3617 * gnus.texi: Add Gravatars.
3618
36192010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3620
3621 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
3622
592bdb9a
LMI
36232010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3624
3625 * gnus.texi (Expunging mailboxes): Update name of the expunging
3626 command.
3627
e4e22d29
KY
36282010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3629
3630 * emacs-mime.texi (rfc2047): Update description for
3631 rfc2047-encode-parameter.
3632
371d9801
MA
36332010-09-13 Michael Albinus <michael.albinus@gmx.de>
3634
3635 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
3636 "fish" methods.
3637 (External methods): Remove "scp1_old" and "scp2_old" methods.
3638
31ae5827
MA
36392010-09-09 Michael Albinus <michael.albinus@gmx.de>
3640
3641 * tramp.texi: Remove Japanese manual. Fix typo.
3642
3643 * trampver.texi: Update release number. Remove japanesemanual.
3644
c0468714
GM
36452010-09-09 Glenn Morris <rgm@gnu.org>
3646
3647 * org.texi: Restore clobbered changes (copyright years, untabify).
3648
86441999
JD
36492010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
3650
3651 * gnus.texi (Adaptive Scoring): Fix typo.
3652
25f28806
LMI
36532010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3654
3655 * gnus.texi (Article Display): Document gnus-html-show-images.
3656
45240125 36572010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 3658
45240125
JD
3659 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
3660
59d09f15
LMI
36612010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3662
3663 * gnus.texi (HTML): Document gnus-max-image-proportion.
3664
2cdd366f
KY
36652010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3666
51dee5ef
KY
3667 * gnus.texi (HTML): Document gnus-blocked-images.
3668
2cdd366f
KY
3669 * message.texi (Wide Reply): Document message-prune-recipient-rules.
3670
b0e4f3fc
KY
36712010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3672
3673 * gnus.texi (Summary Mail Commands): Note that only the addresses from
3674 the first message are used for wide replies.
f02566ce
KY
3675 (Changing Servers): Remove documentation on gnus-change-server and
3676 friends, since it's been removed.
b0e4f3fc 3677
598451ed
KY
36782010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3679
3680 * gnus.texi (Drafts): Mention B DEL.
3681
e7842e69
KY
36822010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3683
3684 * gnus.texi (Delayed Articles): Mention that the Date header is the
3685 original one, even if you delay.
3686
85115796
KY
36872010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3688
0c7efc08
SM
3689 * gnus.texi (Asynchronous Fetching):
3690 Document gnus-async-post-fetch-function.
85115796
KY
3691 (HTML): Made into its own section.
3692
f0b44bc0
MA
36932010-08-26 Michael Albinus <michael.albinus@gmx.de>
3694
3695 Sync with Tramp 2.1.19.
3696
c5b0993e
EW
3697 * tramp.texi (Inline methods, Default Method):
3698 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
0c7efc08 3699 Remove remark about doubled "-t" argument.
217876c9
MA
3700 (Auto-save and Backup): Remove reference to Emacs 21.
3701 (Filename Syntax): Describe port numbers.
3702 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
3703 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
3704 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
3705 errors with the backquotes.
3706 (External packages): File attributes cache flushing for asynchronous
3707 processes.
3708 (Traces and Profiles): Describe verbose level 9.
3709
f0b44bc0
MA
3710 * trampver.texi: Update release number.
3711
7457f7b6
MA
37122010-08-23 Michael Albinus <michael.albinus@gmx.de>
3713
3714 * dbus.texi (Alternative Buses): New chapter.
3715
b695beda
SM
37162010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3717
3718 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
3719
443c2c03
JB
37202010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3721
3722 * calc.texi (Customizing Calc): Rearrange description of new
3723 variables to match the presentation of other variables.
3724
7815fe19 37252010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
3726
3727 * org.texi (Footnotes, Tables in HTML export): Fix typos.
3728
2c695727
JB
37292010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3730
3731 * calc.texi (Making Selections, Selecting Subformulas)
3732 (Customizing Calc): Mention how to use faces to emphasize selected
3733 sub-formulas.
3734
bbb6ffa1
MA
37352010-08-05 Michael Albinus <michael.albinus@gmx.de>
3736
3737 * tramp.texi (External packages): File attributes cache flushing
3738 for asynchronous processes.
3739
5cee0a9c
AM
37402010-08-01 Alan Mackenzie <acm@muc.de>
3741
3742 Enhance the manual for the latest Java Mode.
3743
3744 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
3745 annotation-var-cont.
3746 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
3747 two new symbols.
3748
3f2afe32
MA
37492010-07-28 Michael Albinus <michael.albinus@gmx.de>
3750
3751 * tramp.texi (Traces and Profiles): Describe verbose level 9.
3752
0ed082fe 37532010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
3754
3755 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
3756
311f0356
JB
37572010-07-19 Juanma Barranquero <lekktu@gmail.com>
3758
3759 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
3760
86fbb8ca
CD
37612010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3762
3763 * org.texi: Add macros to get plain quotes in PDF output.
3764 List additional contributors.
3765 (Capture): New section, replaces the section about remember.
3766 (Working With Source Code): New chapter, focused on documenting Org
3767 Babel.
3768 (Code evaluation security): New section.
3769 (MobileOrg): Document DropBox support.
3770 (TaskJuggler export): Document taskjuggler and Gantt chart support.
3771 (Special symbols): Show how to display UTF8 characters for entities.
3772 (Global TODO list): Clarify the use of the "M" key and the differences
3773 to the "m" key.
3774 (RSS Feeds): Mention Atom feeds as well.
3775 (Setting tags): Remove paragraph about
3776 `org-complete-tags-always-offer-all-agenda-tags'.
3777
5732e8ed
MA
37782010-07-17 Michael Albinus <michael.albinus@gmx.de>
3779
3780 * tramp.texi (Inline methods): Remove remark about doubled "-t"
3781 argument.
3782 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
3783 echoing shells.
3784
ca1bb391
MA
37852010-07-10 Michael Albinus <michael.albinus@gmx.de>
3786
3787 * tramp.texi (Inline methods): Remove "kludgy" phrase.
3788 (Filename Syntax): Describe port numbers.
3789
5bd55c3c
MA
37902010-07-09 Michael Albinus <michael.albinus@gmx.de>
3791
3792 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
3793 forgotten.
3794 (Type Conversion): Precise conversion of natural numbers.
3795 (Errors and Events): Add "debugging" to concept index. Add variable
3796 `dbus-debug'.
3797
820ae8fe
MA
37982010-07-04 Michael Albinus <michael.albinus@gmx.de>
3799
3800 * dbus.texi (Receiving Method Calls): Add optional argument
3801 EMITS-SIGNAL to `dbus-register-property'.
3802
b6f9df0f
JB
38032010-06-27 Alex Schroeder <alex@gnu.org>
3804
3805 * nxml-mode.texi (Commands for locating a schema): Fix typo.
3806
62e034c2
GM
38072010-06-24 Glenn Morris <rgm@gnu.org>
3808
3809 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3810 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3811 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3812 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3813 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3814 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3815 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3816 * woman.texi: Start direntry descriptions in column 32, per Texinfo
3817 convention. Make them end with a period.
3818
9360256a
GM
38192010-06-23 Glenn Morris <rgm@gnu.org>
3820
3821 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
3822 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3823 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3824 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3825 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3826 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 3827
04d3bb6c
GM
38282010-06-10 Glenn Morris <rgm@gnu.org>
3829
3830 * idlwave.texi (Load-Path Shadows):
3831 * org.texi (Handling links): Fix typos.
3832
5e7d4a75
KY
38332010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3834
3835 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3836
9841cb4f
MA
38372010-05-26 Michael Albinus <michael.albinus@gmx.de>
3838
3839 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3840 by an alias. (Bug#6226)
3841
597517ef
JB
38422010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3843
3844 * calc.texi (Manipulating Vectors): Mention that vectors can
3845 be used to determine bins for `calc-histogram'.
3846
14914c43
JB
38472010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3848
597517ef 3849 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 3850
0235128c 38512010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3852
3853 * url.texi (HTTP language/coding, Customization):
3854 * message.texi (Header Commands, Responses):
3855 * cl.texi (Argument Lists): Fix typos.
3856
0235128c 38572010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3858
0235128c
SM
3859 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3860 Note that Development menu is always available.
aa5789b5
CY
3861 (Creating a project): Fix terminology.
3862 (Add/Remove files): Fix typo.
3863
0235128c
SM
38642010-05-07 Chong Yidong <cyd@stupidchicken.com>
3865
3866 * Version 23.2 released.
3867
a628ad9d 38682010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3869
3870 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3871
502269d6
MA
38722010-05-01 Michael Albinus <michael.albinus@gmx.de>
3873
0235128c
SM
3874 * tramp.texi (Inline methods, Default Method):
3875 Mention `tramp-inline-compress-start-size'.
502269d6 3876
6e104790 38772010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3878
3879 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3880 the CVS repo. Put the Git repo in the news section.
3881
6e104790 3882 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3883 Removed some mentions of CVS. Mention the new Git repo.
3884
6e104790 38852010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3886
3887 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3888 (Mail Group Commands): Add index entry.
3889
6e104790 38902010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3891
3892 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3893
f8b91752
JB
38942010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3895
3896 * calc.texi (Radix modes): Mention that the option prefix will
3897 turn on twos-complement mode.
3898 (Inverse and Hyperbolic Flags): Mention the Option flag.
3899
ed21c5c8
CD
39002010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3901
3902 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3903 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3904 (Sectioning structure): Update.
3905 (References): New use case for field coordinates.
6e104790 3906 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3907 (Setting up the staging area): Document the availability of
3908 encryption for MobileOrg.
3909 (Images and tables): Document how to reference labels.
3910 (Index entries): New section.
3911 (Generating an index): New section.
3912 (Column width and alignment): Document that <N> now
3913 means a fixed width, not a maximum width.
3914 (Publishing options): Document the :email option.
3915 (Beamer class export): Fix bug in the BEAMER example.
3916 (Refiling notes): Document refile logging.
3917 (In-buffer settings): Document refile logging keywords.
3918 (Drawers): Document `C-c C-z' command.
3919 (Agenda commands): Mention the alternative key `C-c C-z'.
3920 (Special properties): Document the BLOCKED property.
3921 (The spreadsheet): Mention the formula editor.
3922 (References): Document field coordinates.
3923 (Publishing action): Correct the documentation for the
3924 publishing function.
3925 (The date/time prompt): Document that we accept dates
3926 like month/day/year.
3927 (Cooperation): Document the changes in table.el support.
3928 (Faces for TODO keywords, Faces for TODO keywords)
3929 (Priorities): Document the easy colors.
3930 (Visibility cycling): Document the new double prefix
3931 arg for `org-reveal'.
3932 (Cooperation): Remember.el is part of Emacs.
3933 (Clean view): Mention that `wrap-prefix' is also set by
3934 org-indent-mode.
3935 (Agenda commands): Add information about prefix args to
3936 scheduling and deadline commands.
3937 (Search view): Point to the docstring of
3938 `org-search-view' for more details.
6e104790 3939 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3940 (Setting tags): Document variable
3941 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3942 (Column attributes): Cross-reference special properties.
ed21c5c8 3943
456b348e
MA
39442010-04-10 Michael Albinus <michael.albinus@gmx.de>
3945
3946 Synchronize with Tramp repository.
3947
3948 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3949 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3950 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3951 syntax, texi2dvi reports errors with the backquotes.
3952
3953 * trampver.texi: Update release number.
3954
357e2d8e
KY
39552010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3956
3957 * gnus.texi (Finding the News): Add pointers to the Server buffer
3958 because it's essential.
3959
1d4d7664
KY
39602010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3961
3962 * gnus.texi (MIME Commands): Update description of
3963 gnus-article-browse-html-article.
3964
bd3e840f
KY
39652010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3966
3967 * auth.texi (Secret Service API): Add TODO node.
3968 (Help for users): Explain the new source options for `auth-sources'.
3969
e867cb5d 39702010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3971
3972 * trampver.texi: Update release number.
3973
288f9fc0
CY
39742010-03-10 Chong Yidong <cyd@stupidchicken.com>
3975
3976 * Branch for 23.2.
3977
d99aaebd
CY
39782010-03-03 Chong Yidong <cyd@stupidchicken.com>
3979
3980 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3981 now enabled by default.
3982
5794c2a5
MA
39832010-02-28 Michael Albinus <michael.albinus@gmx.de>
3984
3985 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3986 when Emacs runs in interactive mode. (Bug#5645)
3987
40572be6
GM
39882010-02-16 Glenn Morris <rgm@gnu.org>
3989
3990 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3991
7bb8ed67
MH
39922010-02-05 Mark A. Hershberger <mah@everybody.org>
3993
3994 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3995
45a1423d 39962010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3997
3998 * gnus.texi (Score File Format): Fix typo.
3999
45a1423d 40002010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
4001
4002 * cc-mode.texi: Replace references to obsolete c-subword-mode.
4003
14f17fc8
JB
40042010-01-18 Juanma Barranquero <lekktu@gmail.com>
4005
4006 * ada-mode.texi (Project File Overview): Fix typo.
4007
607d4369
CY
40082010-01-17 Chong Yidong <cyd@stupidchicken.com>
4009
4010 * semantic.texi: Add Richard Y. Kim credit.
4011
4012 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
4013
3d1bfa99
MA
40142010-01-17 Michael Albinus <michael.albinus@gmx.de>
4015
4016 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 4017 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 4018
6fbf7a75
GM
40192010-01-17 Glenn Morris <rgm@gnu.org>
4020
b9f978f0
GM
4021 * calc.texi (Reporting Bugs): Don't mention format of repository.
4022
f19bc38d
GM
4023 * woman.texi (Bugs): Make "Emacs repository" less specific,
4024 and the URL for same more specific.
4025
6fbf7a75
GM
4026 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
4027
16c3428a
JB
40282010-01-17 Juanma Barranquero <lekktu@gmail.com>
4029
4030 * ede.texi (ede-step-project, ede-proj-target):
4031 * tramp.texi (Remote processes): Fix typos.
4032
045b9da7
ML
40332010-01-16 Mario Lang <mlang@delysid.org>
4034
4035 * ede.texi (ede-target):
4036 * org.texi (Refiling notes): Remove duplicated words.
4037
c57008f6
SM
40382010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4039
4040 * gnus.texi (Posting Styles): Use with-current-buffer.
4041 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
4042
798c9eb5
KR
40432010-01-02 Kevin Ryde <user42@zip.com.au>
4044
4045 * eieio.texi (Naming Conventions): Correction to xref on elisp
4046 coding conventions, is "Tips" node not "Standards".
4047
4970fbfe
CY
40482009-12-24 Chong Yidong <cyd@stupidchicken.com>
4049
4050 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
4051
4052 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
4053
83828b06
KY
40542009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4055
4056 * gnus.texi (Direct Functions): Add missing port number to tls method.
4057
45a4a565
JB
40582009-12-15 Juanma Barranquero <lekktu@gmail.com>
4059
4060 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
4061 ($(infodir)/edt, edt.dvi): New targets.
4062
698bfef7
GM
40632009-12-15 Glenn Morris <rgm@gnu.org>
4064
4065 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
4066 (edt, $(infodir)/edt, edt.dvi): New targets.
4067 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
4068
4069 * Makefile.in (PDF_TARGETS, pdf): New.
4070 (clean): Add *.pdf.
4071 Add pdf rules for all manuals.
4072
0e983327
JB
40732009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
4074
4075 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
4076
8e687433
CY
40772009-12-14 Chong Yidong <cyd@stupidchicken.com>
4078
4079 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
4080 (Smart Jump, Analyzer Debug): Copyedits.
4081 (Semantic mode user commands): Link to new nodes.
4082 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
4083 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
4084 upstream Semantic manual.
4085
4086 * semantic.texi (Introduction): Minor fix to diagram.
4087
020335df
MA
40882009-12-09 Michael Albinus <michael.albinus@gmx.de>
4089
4090 * eshell.texi (History): Add the other built-in variables.
4091 (Built-ins): Explain built-ins, and how to apply the external commands.
4092 Add `history', `su' and `sudo'.
4093
4094 * tramp.texi (Remote processes): Add missing <RET> in the example.
4095
6ddf13e4
BW
40962009-12-01 Bill Wohler <wohler@newt.com>
4097
4098 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 4099 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
4100 excessively garrulous.
4101
07b6428c
MA
41022009-11-29 Michael Albinus <michael.albinus@gmx.de>
4103
4104 * tramp.texi (Remote processes): Improve eshell example with "su"
4105 and "sudo" commands.
4106
fd1cefda
CY
41072009-11-28 Chong Yidong <cyd@stupidchicken.com>
4108
4109 * semantic.texi (Analyzer Internals): Rename from Analyzer.
4110
4111 * sem-user.texi (Semantic mode user commands): Fix key syntax.
4112 Document semantic-complete-analyze-inline.
4113 (Semanticdb search debugging commands): Minor clarification.
4114 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 4115 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 4116 manual.
9d542758 4117 (Semantic mode): Link to Idle Scheduler.
fd1cefda 4118
159e3ad5
KR
41192009-11-28 Kevin Ryde <user42@zip.com.au>
4120
4121 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 4122 @pxref, now EIEIO is in Emacs.
159e3ad5 4123
c6d47315
KR
4124 * erc.texi (Development): Correction to git tutorial url.
4125
16f6287e
GM
41262009-11-26 Glenn Morris <rgm@gnu.org>
4127
4128 * faq.texi (Latest version of Emacs): Mention stability of development
4129 version.
4130 (Problems with very large files): Max buffer size increase in 23.2.
4131 (VM): VM has moved house again.
4132
5ea5dbc9
JB
41332009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4134
4135 * calc.texi (Radix modes): Discuss alternate bases for two's complement
4136 notations.
4137
5dec9555
CD
41382009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
4139
45a4a565 4140 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 4141
bd6f6833
CY
41422009-11-20 Chong Yidong <cyd@stupidchicken.com>
4143
4144 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
4145 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
4146 (Idle Completions Mode): Numerous copyedits.
bd6f6833 4147
be479117
JB
41482009-11-17 Juanma Barranquero <lekktu@gmail.com>
4149
4150 * semantic.texi (Semantic Internals, Glossary):
4151 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
4152 (Semanticdb search debugging commands): Fix typos.
4153
17291a1f
JB
41542009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4155
be479117 4156 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 4157
af42a9cc
JB
41582009-11-16 Juanma Barranquero <lekktu@gmail.com>
4159
4160 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
4161 ($(infodir)/semantic, semantic.dvi): New targets.
4162
3149927d
CY
41632009-11-16 Chong Yidong <cyd@stupidchicken.com>
4164
4165 * Makefile.in: Build the Semantic manual.
4166
4167 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
4168 repository.
4169
977640ed
MA
41702009-11-16 Michael Albinus <michael.albinus@gmx.de>
4171
4172 * dbus.texi (Receiving Method Calls): New defun
4173 `dbus-unregister-service'.
4174
17673adf
CD
41752009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
4176
4177 * org.texi (Speed keys): New section.
4178
0ecd3c90
MA
41792009-11-13 Michael Albinus <michael.albinus@gmx.de>
4180
4181 * dbus.texi (Type Conversion): Fix typo.
4182 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
4183 `dbus-registered-objects-table'.
0c7efc08
SM
4184 (Receiving Method Calls): New defun `dbus-register-property'.
4185 Move `dbus-unregister-object' here.
0ecd3c90 4186
8bfe682a
CD
41872009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4188
4189 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
4190
41912009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
4192
4193 * org.texi (Column attributes): Add the new age summary operators.
4194 Also, mention the fact you can only use one summary operator per
4195 property.
4196
41972009-11-13 John Wiegley <johnw@newartisans.com>
4198
0c7efc08 4199 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 4200 manual about how to track habits.
0c7efc08 4201 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
4202 dangling clocks are resolved.
4203
42042009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4205
4206 * org.texi (Agenda commands): Document the new `i' command.
4207 (Inserting deadline/schedule): Document logging changes
4208 of scheduling and deadline times stamps.
4209 (In-buffer settings): Document the in-buffer keywords for logging
4210 changes of scheduling and deadline times stamps.
4211 (Structure editing, Plain lists): Document indentation
4212 cycling in empty entries with TAB.
4213 (Archiving): Document the default archiving command.
4214 (Moving subtrees): Document the new keys for archiving.
4215 (Internal archiving): Fix incorrect key.
4216 (Agenda commands): Document the TODO set switching commands.
4217 (Agenda commands): Document the new archiving keys.
4218 (Clocking work time): Better description on how to save
4219 and restore a clock.
4220 (Resolving idle time): Mention the x11idle program to get true
4221 idleness also under X11.
4222 (Resolving idle time): Use @kbd instead of @key for normal
4223 letters, because this is how he rest of the manual does this.
4224 (Pushing to MobileOrg): Mention that `org-directory'
4225 should be set.
4226 (Agenda commands): Document that SPC is a filter for
4227 any tag.
0c7efc08 4228 (Search view): Rename from "Keyword search".
8bfe682a
CD
4229 (Capure): New chapter.
4230 (Markup): New chapter.
0c7efc08
SM
4231 (Links in HTML export, Images in HTML export):
4232 Extend the section titles.
8bfe682a
CD
4233 (Images in HTML export): Document the align option.
4234 (Text areas in HTML export): Extend the section title.
4235 (Images in LaTeX export): Explain image placement in LaTeX.
4236
693737cd
GM
42372009-11-10 Glenn Morris <rgm@gnu.org>
4238
4239 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
4240
c7bd4ebe
MA
42412009-11-08 Michael Albinus <michael.albinus@gmx.de>
4242
4243 * tramp.texi (Auto-save and Backup): Disable backups just for a
4244 method.
4245
4246 * trampver.texi: Update release number.
4247
76c5acad
MA
42482009-11-07 Michael Albinus <michael.albinus@gmx.de>
4249
4250 Sync with Tramp 2.1.17.
4251
4252 * trampver.texi: Update release number.
4253
d9a57abf
GM
42542009-10-29 Glenn Morris <rgm@gnu.org>
4255
4256 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
4257
637f4f0f
MA
42582009-10-23 Michael Albinus <michael.albinus@gmx.de>
4259
4260 * tramp.texi (External methods): Temporary files are kept for
4261 `rsync' and `rsyncc' methods.
4262
310dbb05
JB
42632009-10-09 Juanma Barranquero <lekktu@gmail.com>
4264
4265 * eieio.texi: Fix typos.
4266
09094f28
CY
42672009-10-07 Chong Yidong <cyd@stupidchicken.com>
4268
4269 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
4270
216f299a
JB
42712009-10-07 Juanma Barranquero <lekktu@gmail.com>
4272
4273 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
4274 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
4275
966a6506
CY
42762009-10-07 Chong Yidong <cyd@stupidchicken.com>
4277
4278 * Makefile.in: Build EIEIO and EDE manuals.
4279
42802009-10-07 Eric Ludlam <zappo@gnu.org>
4281
4282 * eieio.texi:
4283 * ede.texi: New files.
4284
8842cd9b
MA
42852009-10-05 Michael Albinus <michael.albinus@gmx.de>
4286
4287 * tramp.texi (Remote processes): Association of a pty is not supported.
4288
7006d207
CD
42892009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
4290
4291 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
4292 (Processing LaTeX fragments): Document that the size of images can be
4293 changes using the variable `org-format-latex-options'.
4294 (The date/time prompt, Timestamps): Be more accurate over ISO format
4295 dates and times.
4296 (Visibility cycling): Document showeverything keyword.
4297 (In-buffer settings): Document showeverything keyword.
4298 (Setting up the staging area): Fix the example.
4299 (MobileOrg): New section.
4300 (Agenda commands, Exporting Agenda Views): Document exporting the
4301 agenda view to Org files.
4302
0e7b2867
MA
43032009-09-28 Michael Albinus <michael.albinus@gmx.de>
4304
4305 * tramp.texi (History): Add IMAP support.
4306 (External methods): Add `imap' and `imaps' methods.
4307 (GVFS based methods): Add indices for `davs'.
4308 (Password handling): Rename anchors. Add IMAP entries for
4309 ~/.authinfo.gpg.
4310
4311 * trampver.texi: Set default value of `emacsimap'.
4312
4146636e
KY
43132009-09-22 Daiki Ueno <ueno@unixuser.org>
4314
4315 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
4316
d22f7ffa
CY
43172009-09-13 Chong Yidong <cyd@stupidchicken.com>
4318
0c7efc08
SM
4319 * dired-x.texi (Technical Details):
4320 Delete dired-up-directory (Bug#4292).
d22f7ffa 4321
66043531
MA
43222009-09-03 Michael Albinus <michael.albinus@gmx.de>
4323
216f299a 4324 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 4325
6eb02347
CD
43262009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
4327
4328 * org.texi (Effort estimates): Document new effort setting commands.
4329 (Agenda commands): Document the new keys fro agenda time motion.
4330 Document entry text mode. Improve documentation of the keys to include
4331 inactive time stamps into the agenda view.
4332 (Feedback): Document the new bug report command.
0c7efc08 4333 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 4334
38dc51ba
KY
43352009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4336
4337 * auth.texi (Help for users): Corrected markup.
4338
e402f452
GM
43392009-09-02 Glenn Morris <rgm@gnu.org>
4340
4341 * emacs-mime.texi (time-date): Mention float-time.
4342
744256cf
JB
43432009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
4344
4345 * calc.texi (Simplifying Formulas): Improve the wording.
4346
b0b63450
MB
43472009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
4348
4349 * auth.texi: Rewritten for coverage and clarity.
4350
43512009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4352
0c7efc08
SM
4353 * gnus.texi (Expiring Mail):
4354 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
4355 (Various Various): Mention gnus-safe-html-newsgroups.
4356
4357 * gnus-news.texi: Mention
4358 gnus-mark-copied-or-moved-articles-as-expirable.
4359
4360 * emacs-mime.texi (Display Customization): Add xref to
4361 gnus-safe-html-newsgroups.
4362
b59329e0
MA
43632009-08-28 Michael Albinus <michael.albinus@gmx.de>
4364
4365 * tramp.texi (Version Control): Remove.
af42a9cc 4366 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
4367 reference.
4368 (External methods): Correct `scpc' concept index entries. New method
4369 `rsyncc'.
4370 (External packages): New subsections "Filename completion" and "File
4371 attributes cache".
4372
0ff2d6c2
JB
43732009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
4374
4375 * calc.texi (Rewrite Rules): Improve the example.
4376 (Simplifying Formulas): Explain use of the I and H flags for
4377 simplification.
4378
ecd3d54f
MA
43792009-08-25 Michael Albinus <michael.albinus@gmx.de>
4380
4381 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 4382 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
4383 (Synchronous Methods, Asynchronous Methods): Use English numeric format
4384 for timeout values.
78176e69
MA
4385 (Top): Remove footnote saying D-Bus is not enabled by
4386 default. (Bug#4256)
ecd3d54f 4387
0f215bca
DU
43882009-08-23 Daiki Ueno <ueno@unixuser.org>
4389
4390 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 4391 Reported by Jari Aalto (Bug#4211).
0f215bca 4392 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 4393 epa-global-mail-mode.
3b7ab45f
DU
4394 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
4395 epa-setup.
0f215bca 4396
4f22e84d
MA
43972009-08-16 Michael Albinus <michael.albinus@gmx.de>
4398
4399 * dbus.texi (Asynchronous Methods): Allow nil handler.
4400
9ff0b02b 44012009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 4402
26b03ee3 4403 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 4404
26b03ee3 4405 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 4406
4c39f404
CY
44072009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
4408
4409 * calc.texi (Date Forms): Fix typos.
4410
3bcfba17
GM
44112009-08-08 Glenn Morris <rgm@gnu.org>
4412
4413 * org.texi (Agenda commands): Restore clobbered change.
4414
66783bb4
EZ
44152009-08-07 Eli Zaretskii <eliz@gnu.org>
4416
4417 * calc.texi (Graphics, Devices): Update with the peculiarities of
4418 operation on MS-Windows.
4419
c8d0cf5c
CD
44202009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
4421
4422 * org.texi (Publishing action): Improve documentation of file
4423 names when publishing to the source directory.
4424 (Clean view): Document `org-indent-mode'.
4425 (Clocking work time): Add documentation for the
4426 new :timetamp option when creating a clock report.
4427 (Paragraphs): Fix many typos.
4428 (Plain lists): Remove duplicate explanation about the
4429 `C-c *' command.
4430 (Literal examples): Update to reflect the new behavior
4431 of the -n -r -k switches when exporting source code examples.
4432 (Structure editing): Add information about `C-c *',
4433 converting a plain list into a list of Org items.
4434 (Remember): Small rephrasing of the paragraph
4435 describing remember.el. Also mentioned that remember.el is part
4436 of Emacs 23, not Emacs 22.
4437 (Clocking work time): Add documentation about
4438 displaying the current clocking time against the effort estimate.
4439 Also add a footnote about using `org-clock-in-prepare-hook' to add
4440 an effort estimate on the fly, just before clocking it.
4441 (Footnotes): Document automatic renumbering and
4442 sorting.
4443 (Agenda commands): Document new bulk commands.
4444 (Plain lists): Document new behavior of
4445 `org-cycle-include-plain-lists'.
4e2af782 4446 Hyphenation only in TeX.
c8d0cf5c
CD
4447 (Clocking work time): Document the key to update effort
4448 estimates.
4449 (Clocking work time): Document the clock time display.
4450 (Structure editing, TODO basics): Document new
4451 variables.
4452 (Column attributes): Document new colciew operators.
4453 (Publishing options): Document :xml-declaration.
4454 (Tracking TODO state changes): Document the
4455 LOG_INTO_DRAWER property.
4456 (Literal examples): Document the new implementation for
4457 editing source code.
4458 (Publishing action): Mention the new publishing
4459 function, to publish an Org source file.
4460 (Publishing links): Mention how to link to an Org source file.
4461 (Macro replacement): Document new macros.
4462 (Handling links): Document type-specific completion
4463 when inserting links.
4464 (Structure editing, Plain lists): Improve documentation
4465 on sorting.
4466 (Internal links): Document custom ids for links.
4467 (Handling links): Document custom ids for links.
4468 (CSS support): Document new class.
4469 (Refiling notes): Document the possibility to create new nodes
4470 during refiling.
4471 (Agenda commands): Document the "?" operator to find
4472 tasks without effort setting.
4473 (Exporting agenda information): Section moved.
4474 (RSS Feeds): New section.
4475 (Built-in table editor): Document M-e and M-a navigate
4476 inside table field.
4477 (Stuck projects): Docment that projects identified as
4478 un-stuck will still be searchd for stuck sub-projects.
4479 (Paragraphs): Document centering.
4480 (Creating timestamps, Agenda commands): Document new
4481 behavior when changing time stamps.
4482 (Structure editing): Document the new command
4483 `org-clone-subtree-with-time-shift'.
4484 (Publishing): Refresh this chapter.
4485 (Export options, Export options, In-buffer settings):
4486 Document the new keywords.
4487 (Matching tags and properties): Collect all
4488 documentation about tags/property matches here.
4489 (Setting tags): Document `org-tag-persistent-alist'.
4490 (Weekly/daily agenda): New section.
4491 (Orgstruct mode): Describe `orgstruct++-mode'.
4492 (Drawers): Mention the LOGBOOK drawer.
4493 (Export options, Sectioning structure): Document the
4494 #+LEATEX_HEADER in-buffer setting.
4495 (Bugs): Section removed.
4496 (Hooks): New section.
0c7efc08 4497 (Add-on packages): Move here from old location.
c8d0cf5c
CD
4498 (Context-sensitive commands): New section.
4499 (Setting tags): Document newline option.
4500 (Global TODO list, Matching tags and properties):
4501 Mention more variables.
4502 (Checkboxes): Update to changed command behavior.
81a5560e 4503
40d2791f
CY
45042009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
4505
4506 * speedbar.texi (Basic Key Bindings): Fix typo.
4507
65d0154b
JB
45082009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
4509
4510 * calc.texi (Vector/Matrix Functions): Add index entries for both
4511 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
4512 affects matrices with more than one row.
b5bdfd9f 4513 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 4514
5a9e3ab7
JB
45152009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4516
4517 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 4518 `calc-transpose-lines'.
5a9e3ab7 4519
42fb7e61
MA
45202009-07-27 Michael Albinus <michael.albinus@gmx.de>
4521
4522 * dbus.texi (Receiving Method Calls): Describe special return value
4523 `:ignore'.
4524
574b69d5
AM
45252009-07-24 Alan Mackenzie <acm@muc.de>
4526
4527 * cc-mode.texi (Config Basics, File Styles): Document that at mode
4528 initialization, any individual variable setting now takes precedence
4529 over one done via c-file-style/c-file-offsets.
4530
ec06459c
JB
45312009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
4532
4533 * calc.texi (Undoing Mistakes): Mention that the undo list will be
4534 truncated when Calc is quit.
4535 (Customizing Calc): Document `calc-undo-length'.
4536
4ce54f6b
CY
45372009-07-20 Chong Yidong <cyd@stupidchicken.com>
4538
4539 * calc.texi (About This Manual): Don't mention chapter numbers in text.
4540
0e4f8ba5
GM
45412009-07-11 Kevin Ryde <user42@zip.com.au>
4542
4543 * pcl-cvs.texi (About PCL-CVS):
4544 * widget.texi (Basic Types):
4545 Fix cross-references.
4546
fa0f81b0
AS
45472009-07-01 Andreas Schwab <aschwab@redhat.com>
4548
4549 * dbus.texi (Type Conversion): Don't use literal control character.
4550
88a683c5
MA
45512009-07-01 Michael Albinus <michael.albinus@gmx.de>
4552
4553 * tramp.texi (GVFS based methods): New section.
4554 (Remote processes): Processes for GVFS based methods run locally.
4555
36c8febb
MA
45562009-06-30 Michael Albinus <michael.albinus@gmx.de>
4557
0c7efc08
SM
4558 * tramp.texi (Inline methods, External methods, Gateway methods):
4559 Avoid the words "kludge" and hack".
36c8febb
MA
4560 (External methods): Add `synce' method.
4561
4562 * trampver.texi: Update release number.
4563
d6b951bb
MA
45642009-06-22 Michael Albinus <michael.albinus@gmx.de>
4565
4566 Sync with Tramp 2.1.16.
4567
4568 * tramp.texi (History): Add GVFS support.
4569 (External methods): Precise `rsync' description. Add `dav', `davs' and
4570 `obex' methods. Add 'tramp-gvfs-methods' option.
4571 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
4572 forms.
4573 (Remote Programs): Introduce `tramp-own-remote-path'.
4574 (Remote processes): New subsection "Running remote programs that create
4575 local X11 windows".
4576 (Frequently Asked Questions): Improve code for disabling vc.
4577
4578 * trampver.texi: Update release number. Set default value of
4579 `emacsgvfs'.
4580
70243478
CY
45812009-06-21 Chong Yidong <cyd@stupidchicken.com>
4582
4583 * Branch for 23.1.
4584
54b31cbf
GM
45852009-06-17 Glenn Morris <rgm@gnu.org>
4586
4587 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
4588 (Latest version of Emacs): Mention source code repository.
4589
f6adc23c
GM
45902009-06-16 Glenn Morris <rgm@gnu.org>
4591
4592 * faq.texi (Top): Language tweak.
4593 (Extended commands): Most people have arrow keys.
4594 (Emacs manual): Say how to follow info links.
4595 (File-name conventions): Change title a bit. Explain about source
4596 versus installed. Condense etc description.
4597 (Guidelines for newsgroup postings): Mention Savannah list page.
4598 (Newsgroup archives): Simplify.
4599 (Contacting the FSF): Add contact URL.
4600 (Emacs Lisp documentation): Printed version not always available.
4601 (Installing Texinfo documentation): Explain how by hand installation is
4602 not normally needed. Use add-to-list. Remove duplicate reference.
4603 (Informational files for Emacs): Move info on Help menu here from
4604 "File-name conventions".
4605 (Help installing Emacs): Tweak uref.
4606 (Obtaining the FAQ): Mention repository.
4607 (Origin of the term Emacs): Explain "ITS".
4608 (Changing load-path): Use add-to-list.
4609 (Automatic indentation): Clarify this is for Text mode.
4610 Don't mention Indented Text mode.
4611 (Finding Emacs on the Internet): The FSF does not seem to offer a
4612 deluxe distribution on CD anymore.
4613
b59a8457
GM
46142009-06-16 Glenn Morris <rgm@gnu.org>
4615
4616 * faq.texi (Top): Mention which Emacs version this FAQ is about.
4617 Recommend the latest release. Mention how to get older FAQs.
4618 Recommend the Emacs manual.
4619 (Guidelines for newsgroup postings): Discourage cross-posts.
4620 (Underlining paragraphs): Remove.
4621 (Editing MS-DOS files): Remove pre-Emacs 20 information.
4622 (Bugs and problems): Update key-binding.
4623 (Problems with very large files): Mention 64-bit.
4624 (Shell process exits abnormally): Remove.
4625 (Problems with Shell Mode): Rename and update.
4626 (Spontaneous entry into isearch-mode)
4627 (Problems talking to certain hosts): Remove. This is old information,
4628 in etc/PROBLEMS if needed.
4629 (Emacs takes a long time to visit files, Updating Emacs): Remove.
4630 (Dired claims that no file is on this line): Update.
4631 (Installing Emacs, Problems building Emacs): Simplify.
4632 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
4633 information.
4634 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
4635 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
4636 (JDEE): "JDEE", not "JDE".
4637 (Handling C-s and C-q with flow control, Binding C-s and C-q):
4638 Remove. This is old information, in etc/PROBLEMS if needed.
4639 (stty and Backspace key, Kanji and Chinese characters): Remove.
4640 (Right-to-left alphabets): Update section.
4641 (Changing the included text prefix): Gnus uses message-yank-prefix.
4642 Add cross-reference to Supercite manual.
4643 (Saving a copy of outgoing mail): Simplify output file description.
4644 (Expanding aliases when sending mail): Refer to Emacs manual.
4645 Remove old info about RFC822.
4646 Correct description of how to rebuild aliases.
4647 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
4648 (MIME with Emacs mail packages)
4649 (Viewing articles with embedded underlining)
4650 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
4651 Remove old sections.
4652 (Killing based on nonstandard headers): Remove. Scoring is preferable,
4653 and is well-documented in the Gnus manual.
4654 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
4655 (Making Gnus faster): Rename from "Starting Gnus faster".
4656 Merge "Catch-up is slow in Gnus" into here.
4657
0e6d12ca
GM
46582009-06-14 Glenn Morris <rgm@gnu.org>
4659
4660 * faq.texi (Status of Emacs): Re-order with most recent releases first.
4661 (New in Emacs 23): New section.
4662 (Handling C-s and C-q with flow control): Add xref.
4663
2e17e05e
GM
46642009-06-13 Glenn Morris <rgm@gnu.org>
4665
4666 * faq.texi (Setting up a customization file): Grammar fix.
4667 Customize is no longer "new".
4668 (Displaying the current line or column): Line-number mode is on by
4669 default. Don't mention `column' package. Mention linum.el.
4670 (Turning on abbrevs by default): Explain how to do it for buffers,
4671 modes, and everywhere.
4672 (Associating modes with files): Use add-to-list. Don't mention Emacs
4673 19.
4674 (Highlighting a region): On by default since 23.1.
4675 (Replacing highlighted text): Update doc quote.
4676 (Working with unprintable characters): Don't mention search-quote-char.
4677 (Using an already running Emacs process): Gnuclient is probably not an
4678 enhancement these days.
4679 (Indenting switch statements): Remove mention of pre-Emacs 20.
4680 (Horizontal scrolling): Abbreviate Emacs 20 description.
4681 (Replacing text across multiple files): Fix name of dired command.
4682 (Disabling backups): Use require not load.
4f9d4de3 4683 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 4684
2a1cf2b9
BW
46852009-06-13 Bill Wohler <wohler@newt.com>
4686
4687 Release MH-E manual version 8.2.
4688
4689 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4690 release 8.2.
4691
85b438b7
GM
46922009-06-13 Glenn Morris <rgm@gnu.org>
4693
4694 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
4695 in this day and age the common meaning is "on the web".
4696 (copying): Use @copyright in all cases.
4697 (Basic keys): Remove reference to deleted manual node "Text Characters".
4698 (File-name conventions): Use GNU as an example rather than SERVICE.
4699 default.el lives in site-lisp. Update Info directory location.
4700 (Real meaning of copyleft): GPL actions have been brought, but all
4701 settled out of court.
4702 (Guidelines for newsgroup postings): Shorten section title.
4703 Simplify comp.emacs description.
4704 (Newsgroup archives): Change Google URL. Describe Gmane.
4705 (Unsubscribing from Emacs lists): Remove discussion of "distribution
4706 points". Mention List-Unsubscribe header.
4707 (Contacting the FSF): Update email and URLs.
4708 (Basic editing): Mention F1 for help.
4709 (Installing Texinfo documentation): Refer to Texinfo website rather
4710 than ftp server.
4711 (Printing a Texinfo file): Mention texi2pdf.
4712 (Informational files for Emacs): Don't describe FTP or SERVICE, they
4713 are just stubs nowadays.
4714 (Latest version of Emacs): Explain version numbers.
4715 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
4716 (Turning on syntax highlighting): No need to mention hilit19 any more.
4717 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
4718 (Modes for various languages): Remove section.
4719 (Major packages and programs): Remove most version and maintainer
4720 information - it's hard to keep up-to-date, and adds nothing.
4721 Similarly with direct links to mailing lists.
4722 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
4723 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
4724 years, and Emacs comes with tools for this now.
4725 (Patch): Remove section - this is a standard tool.
4726 (Using function keys under X): Remove section.
4727
93e2d996
GM
47282009-06-12 Glenn Morris <rgm@gnu.org>
4729
4730 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
4731 (Help installing Emacs): Remove reference to deleted X11 node.
4732 (Associating modes with files): Interpreter-mode-alist is no longer
4733 subservient to auto-mode-alist.
4734 (Installing Emacs): Change future Emacs version.
4735 (Linking with -lX11 fails): Remove old section.
4736 (Packages that do not come with Emacs): Update ELL location.
4737 Emacs Lisp archive is dead.
4738 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
4739 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
4740 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
4741 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
4742 (Removing flashing messages): Remove section about non-existent Gnus
4743 option.
4744
f0bf7708
GM
4745 * faq.texi (Top): Add @top command.
4746 Remove the optional arguments from all @node commands: makeinfo can
4747 generate these automatically, and it is easier to edit and rearrange
4748 nodes without them.
4749
30884d11
GM
47502009-06-11 Glenn Morris <rgm@gnu.org>
4751
4752 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
4753 (The LPF): Make the updated URL the sole reference point.
4754 (Learning how to do something): Update refcard price and format.
4755 (Getting a printed manual): Sources in doc/emacs/, not man/.
4756 Also available in PDF format. Since the page count varies, be less
4757 precise.
4758 (Informational files for Emacs): Remove references to deleted files
4759 LPF and SUN-SUPPORT, and to UUCP.
4760 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
4761 Remove many obsolete ways to get the FAQ, which now seems only to be
4762 distributed with Emacs.
4763 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
4764
deab46e0
CY
47652009-06-09 Chong Yidong <cyd@stupidchicken.com>
4766
223b43fa 4767 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 4768 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 4769
deab46e0
CY
4770 * ada-mode.texi (Installation, Compile commands)
4771 (Project File Overview, No project files, Set compiler options)
4772 (Use GNAT project file, Use multiple GNAT project files)
4773 (Identifier completion): Use @samp for menu items, and @kbd for key
4774 sequences (Bug#3504).
4775
71fbd643
DU
47762009-06-04 Daiki Ueno <ueno@unixuser.org>
4777
8c9bb6f5 4778 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 4779
f197085b
CY
47802009-06-04 Ryan Yeske <rcyeske@gmail.com>
4781
4782 * message.texi (Header Commands): Fix descriptions to match
4783 keybindings.
4784
7f3bc720
DU
47852009-04-22 Daiki Ueno <ueno@unixuser.org>
4786
4787 * gnus.texi (Security): Mention that EasyPG is the current default.
4788
4518068d
CY
47892009-04-13 Chong Yidong <cyd@stupidchicken.com>
4790
4791 * ediff.texi (Session Commands): Fix typo.
4792
d7ca410a
MB
47932009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
4794
4795 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
4796 news.software.readers. Reported by Florian Rehnisch.
4797
c6c76add
GM
47982009-04-02 Glenn Morris <rgm@gnu.org>
4799
4800 * auth.texi: Capitalize direntry.
4801
4802 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
4803 using a period in the entry name. (Bug#2797)
4804
35ed8e2e
JB
48052009-03-03 Juanma Barranquero <lekktu@gmail.com>
4806
4807 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
4808 ($(infodir)/auth, auth.dvi): New targets.
4809
e280480a
GM
48102009-03-03 Glenn Morris <rgm@gnu.org>
4811
4812 * auth.texi: Fix @setfilename.
4813
4814 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4815 (auth, $(infodir)/auth, auth.dvi): New rules.
4816
8a76755b
GM
48172009-02-25 Glenn Morris <rgm@gnu.org>
4818
4819 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
4820
0038d478
MB
48212009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4822
4823 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4824
48252009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4826
4827 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4828 gnus-nocem-issuers, and gnus-nocem-verifyer.
4829
867d4bb3
JB
48302009-02-20 Juanma Barranquero <lekktu@gmail.com>
4831
4832 * ada-mode.texi (Project files, Automatic Casing):
4833 * dbus.texi (Signals):
4834 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4835 * mh-e.texi (HTML):
4836 * nxml-mode.texi (Locating a schema)
4837 (Using the document's URI to locate a schema):
4838 * org.texi (Footnotes, Using the mapping API):
4839 * rcirc.texi (Channels): Remove duplicate words.
4840
3a44dc1f
GM
48412009-02-20 Glenn Morris <rgm@gnu.org>
4842
4843 * dired-x.texi (Miscellaneous Commands):
4844 * gnus.texi: Minor updates for mbox Rmail.
4845
5dc584b5
KB
48462009-02-16 Karl Berry <karl@gnu.org>
4847
b59a8457
GM
4848 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4849 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4850 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4851 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4852 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4853 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4854 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4855 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4856 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4857 Consistently use @insertcopying in the Top node,
5dc584b5 4858 @contents at the front (after @end titlepage),
b59a8457 4859 and @direntry after @copying. (Bug#1988)
5dc584b5 4860
9eb59592
MB
48612009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4862
4863 * auth.texi: New file documenting auth-source.
4864
d324fa76
CD
48652009-02-13 Carsten Dominik <dominik@science.uva.nl>
4866
4867 * org.texi (Org Plot): Fix link.
4868
7a603b73
DU
48692009-02-09 Daiki Ueno <ueno@unixuser.org>
4870
4871 * epa.texi (Mail-mode integration): Mention the way to do
4872 "encrypt-to-self". (Bug#1807)
4873
a626b338 48742009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4875
4876 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4877
3b36c17e
MB
48782009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4879
4880 * gnus-news.texi: Print version about Incoming*.
4881
55033558
CD
48822009-02-02 Carsten Dominik <dominik@science.uva.nl>
4883
4884 * org.texi (Structure editing, Handling links)
4885 (Fast access to TODO states, Javascript support): Make standard docs
4886 correctly reflect default variable settings.
4887
ec712abb
GM
48882009-02-02 Glenn Morris <rgm@gnu.org>
4889
4890 * org.texi: Fix typos.
4891
7112648c
MA
48922009-02-01 Michael Albinus <michael.albinus@gmx.de>
4893
4894 Sync with Tramp 2.1.15.
4895
4896 * trampver.texi: Update release number.
4897
2e461fc1
CD
48982009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4899
4900 * org.texi (TODO dependencies): Document TODO dependencies on
4901 checkboxes.
4902
bc283609
CD
49032009-01-30 Carsten Dominik <dominik@science.uva.nl>
4904
4905 * org.texi (TODO dependencies): Document key binding for toggling
4906 ORDERED property.
4907
74fc5047
MA
49082009-01-28 Michael Albinus <michael.albinus@gmx.de>
4909
4910 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4911 of hook functions.
4912
d6685abc
CD
49132009-01-28 Carsten Dominik <dominik@science.uva.nl>
4914
4915 * org.texi (TODO dependencies): New section.
4916
65c439fd
CD
49172009-01-27 Carsten Dominik <dominik@science.uva.nl>
4918
4919 * org.texi (Plain lists, TODO basics, Priorities)
4920 (Multiple sets in one file, Conflicts): Document interaction with
4921 `shift-selection-mode'.
4922
5fafc247
JB
49232009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4924
4925 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4926 Make Calc the subject of sentences.
4927 (Rearranging Formulas using Selections): Discuss new options
4928 for `j *'.
4929
e7433508
MA
49302009-01-26 Michael Albinus <michael.albinus@gmx.de>
4931
4932 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4933
2096a1b6
GM
49342009-01-26 Glenn Morris <rgm@gnu.org>
4935
4936 * org.texi: Fix typos.
4937
0cb61492
BW
49382009-01-26 Bill Wohler <wohler@newt.com>
4939
2096a1b6 4940 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4941
0bd48b37
CD
49422009-01-25 Carsten Dominik <dominik@science.uva.nl>
4943
4944 * org.texi (References): Add information about remote references.
4945 (Built-in table editor): Document `C-c RET' in tables.
4946 (Math symbols, Quoting LaTeX code): Mention that simple
4947 LaTeX macros survive LaTeX export.
4948 (Images in LaTeX export): Show how to create a reference to a
4949 figure.
4950 (Sectioning structure): Document that the LaTeX class can be
4951 specified in a property.
4952 (Text areas in HTML export): New section.
4953 (External links): Add examples for text search and ID links.
4954 (Built-in table editor): Remove the descriptio of `C-c
4955 C-q', it not longer works.
4956 (Literal examples): Document that a space must follow
4957 the colon in short examples.
4958 (Relative timer): Document `org-timer-stop'.
4959 (Footnotes): New section.
4960 (Footnote markup): Shorten section and refer to new Footnote
4961 section.
4962 (Literal examples): Add documentation for line
4963 numbering in and references to code examples.
4964 (CSS support): Fix the description of default CSS styles.
4965 (Capturing column view): Document
4966 "file:path/to/file.org" as an allowed value for the ID property of
4967 a dynamic block copying column view.
4968
49dbbaf2
SE
49692009-01-23 Stephen Eglen <stephen@gnu.org>
4970
4971 * mh-e.texi (Getting Started): Describe $MH.
4972
193e6828
MA
49732009-01-21 Michael Albinus <michael.albinus@gmx.de>
4974
4975 * tramp.texi (all): Harmonize usage of "external method",
4976 "external transfer method" and "out-of-band method".
4977 (Connection types): Precise the differences of inline and external
4978 methods. Written by Adrian Phillips <a.phillips@met.no>.
4979
26b9f88d
MB
49802009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4981
4982 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4983 commands as described at the top. Reported by Allan Gottlieb
4984 <gottlieb@nyu.edu>.
4985
49862009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4987
4988 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4989 nnmail-pathname-coding-system.
4990
377952e0
GM
49912009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4992
4993 * org.texi (Relative timer): Fix typo.
4994
a20d3598
JB
49952009-01-15 Juanma Barranquero <lekktu@gmail.com>
4996
4997 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4998 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4999
a50253cc
GM
50002009-01-13 Glenn Morris <rgm@gnu.org>
5001
5002 * org.texi: Fix some more typos.
5003
07450bee
GM
50042009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
5005
5006 * org.texi: Fix some typos.
5007
e3e955fe
MB
50082009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5009
5010 * gnus.texi (Group Parameters): Add note for local variables.
5011
50122009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5013
0c7efc08
SM
5014 * gnus.texi (Converting Kill Files): Fix URL.
5015 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
5016
50172009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5018
5019 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
5020 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
5021 (Paging the Article): Add index entry.
5022
71dd9983
JB
50232009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
5024
5025 * ada-mode.texi (Examples): Delete redundant text.
5026
4a0cf14f
MA
50272009-01-03 Michael Albinus <michael.albinus@gmx.de>
5028
36c8febb 5029 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
5030
5031 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
5032 addresses.
5033
aedac0f0
BW
50342009-01-03 Bill Wohler <wohler@newt.com>
5035
5036 * mh-e.texi (Scan Line Formats): Indicate that first column should be
5037 kept empty.
5038
4c65b566
CD
50392008-12-20 Carsten Dominik <dominik@science.uva.nl>
5040
5041 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
5042 (HTML Export commands, LaTeX/PDF export commands):
5043 Improve documentation about transient-mark-mode.
e9fce1ac 5044 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
5045 to fields in the last table row.
5046
e1a78e1e
JL
50472008-12-19 Juri Linkov <juri@jurta.org>
5048
5049 * info.texi (Search Text): Remove mention of removed key binding M-s.
5050
17a0aa82
CD
50512008-12-18 Carsten Dominik <dominik@science.uva.nl>
5052
5053 * org.texi (References): Remove mentioning of @0 as reference for the
5054 last line, this has been reverted in the Lisp sources.
5055
4997d802
JB
50562008-12-17 Juanma Barranquero <lekktu@gmail.com>
5057
5058 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
5059 (DVI_TARGETS): Remove duplicates. Add sasl.
5060 ($(infodir)/sasl, sasl.dvi): New targets.
5061
33306645
CD
50622008-12-17 Carsten Dominik <dominik@science.uva.nl>
5063
5064 * org.texi: Version number pushed to 6.15d.
5065
db55f368
CD
50662008-12-16 Carsten Dominik <dominik@science.uva.nl>
5067
a0bf4117 5068 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
5069 (Images in LaTeX export): New section.
5070 (Inlined images, Images in HTML export): Sections renamed.
5071
dae0a942
MB
50722008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5073
5074 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
5075
9f5572e9
MB
50762008-12-04 David Engster <dengste@eml.cc>
5077
5078 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 5079 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 5080
bc23baaa
CD
50812008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5082
5083 * org.texi (Using the mapping API): Fix bug in mapping example.
5084 (Publishing options): Make the list of properties complete again, in
5085 correspondence to the variable `org-export-plist-vars'.
5086 (Property searches): Document new special values for time comparisons.
5087 (Tag inheritance): Refine the description of tag inheritance.
5088 (Project alist): Add info about the publishing sequence of components.
a0bf4117 5089 (Effort estimates): Document the new relative timer.
bc23baaa 5090
3bf8054f
JB
50912008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
5092
5093 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
5094 (Using Calc): Clarify use of `C-x * o'.
5095 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
5096
ac134f2f
RS
50972008-11-28 Richard M Stallman <rms@gnu.org>
5098
5099 * dbus.texi (Receiving Method Calls): Clean up previous change.
5100
ace706d1
MA
51012008-11-26 Michael Albinus <michael.albinus@gmx.de>
5102
5103 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
5104 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
5105 `dbus-unescape-from-identifier'.
5106 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 5107 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
5108 (Signals): Use the constants in the example.
5109
d60b1ba1
CD
51102008-11-24 Carsten Dominik <dominik@science.uva.nl>
5111
b97439ce 5112 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 5113
ce4fdcb9
CD
51142008-11-23 Carsten Dominik <dominik@science.uva.nl>
5115
5116 * org.texi (Setting up Remember): Document `org-remember-mode'.
5117 (External links): Document that bbdb links can use a regular
5118 expression.
5119 (External links): Document that elisp links can contain interactive
5120 commands.
5121
c8548a00 51222008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
5123
5124 * viper.texi (viper-translate-all-ESC-keysequences):
5125 Description removed.
5126
6a2c4aec
GM
51272008-11-19 Glenn Morris <rgm@gnu.org>
5128
5129 * doclicense.texi: Change to FDL 1.3.
5130 Relicense all texi files under FDL 1.3 or later.
5131
59ee4113
JB
51322008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5133
5134 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
5135
59bcbb98 51362008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 5137
0c7efc08 5138 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
5139
5140 * ediff.texi: Version/date change.
9f90198a 5141
8aa41c9b
CY
51422008-11-14 Chong Yidong <cyd@stupidchicken.com>
5143
5144 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
5145
17587b1b
JB
51462008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
5147
5148 * calc.texi (About This Manual): Comment out a mention of
5149 marginal notes.
5150
564c900e
CD
51512008-11-12 Carsten Dominik <dominik@science.uva.nl>
5152
5153 * org.texi (Clocking work time): Document the :formula property of
5154 clock tables.
5155 (Structure editing, Refiling notes): Document refiling regions.
5156 (Agenda commands): Document the double-prefix version
5157 of the `l' command in the agenda.
5158 (Handling links): Explain the effect of a double prefix
5159 arg to `C-c C-o'.
5160 (TODO basics): Add documentation for tag triggers.
5161
3c4be1f2
GM
51622008-10-23 Glenn Morris <rgm@gnu.org>
5163
5164 * cl.texi (Function Bindings): Mention `flet' fails to deal with
5165 byte-compiling things like `+'.
5166
5167 * ns-emacs.texi: Merge copyright years of author now with assignment
5168 into FSF years.
5169 (VER): Use it for easier automatic updating. Use Emacs version rather
5170 than standalone Emacs.app version.
5171
a6520ff3
CD
51722008-10-12 Carsten Dominik <dominik@science.uva.nl>
5173
864c9740 5174 * org.texi: Lots of minor fixes.
a6520ff3
CD
5175 (Capture): New chapter.
5176 (Org Plot): New section.
5177
db7a4b66
MH
51782008-09-30 Magnus Henoch <mange@freemail.hu>
5179
5180 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
5181
4043c194
JB
51822008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5183
5184 * calc.texi (User Defined Units): Mention how to enter optional display
5185 string.
5186
eef5ade7
MB
51872008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5188
0c7efc08 5189 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
5190 avoid the "y/n" wording.
5191
e52cac88
MB
51922008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5193
0c7efc08 5194 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
5195
51962008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5197
5198 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
5199 @enumerate section so as to be able to be formatted with MAKEINFO=no.
5200
00c55306
BW
52012008-09-22 Bill Wohler <wohler@newt.com>
5202
5203 Release MH-E manual version 8.1.
5204
5205 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5206 release 8.1.
5207
5208 * mh-e.texi: Retain dual license as agreed to by the FSF.
5209 However, bump GPL to Version 3.
5210 Use @include for license text.
5211
e52cac88 52122008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
5213
5214 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
5215 (Store custom flags and keywords, Store arbitrary data):
5216 Clean up markup.
64763fe3
MB
5217
52182008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
5219
5220 * gnus.texi (The Gnus Registry): Document it.
5221
9e601b8d
MB
52222008-09-08 David Engster <dengste@eml.cc>
5223
88ee5b02
JB
5224 * gnus.texi (nnmairix): Point out that nnml uses MH format.
5225 Clarify section about choosing back end servers.
9e601b8d 5226
247043f1
GM
52272008-08-23 Glenn Morris <rgm@gnu.org>
5228
5229 * dired-x.texi (Shell Command Guessing):
5230 Mention dired-guess-shell-case-fold-search. (Bug#417)
5231
2bfec7a0
MA
52322008-08-22 Michael Albinus <michael.albinus@gmx.de>
5233
5234 * trampver.texi: Update release number.
5235
247043f1 52362008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
5237
5238 * ns-emacs.texi: Update version.
5239 (Introduction): Correct menu location for options save.
5240 (Customization): Note that defaults are stored under org.gnu.Emacs.
5241
8c20bd92
BW
52422008-08-11 Bill Wohler <wohler@newt.com>
5243
5244 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
5245 explicit about GNU mailutils MH elsewhere (with thanks to Darel
5246 Henman) (closes SF #1768928).
5247
767a4d92
GM
52482008-08-10 Glenn Morris <rgm@gnu.org>
5249
5250 * ns-emacs.texi: Use @copying. Change copyright of authors with
5251 assignment to FSF. Change license to GFDL.
5252 (Top): Remove outdated references.
5253
6ecfe5c2
MB
52542008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
5255
88ee5b02
JB
5256 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
5257 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
5258 gnus-summary-sort-by-most-recent-date.
5259 (Summary Sorting): Explain prefix argument.
5260
52612008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
5262
5263 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
5264 gnus-summary-pipe-output.
5265
eb932e8a
MA
52662008-08-03 Michael Albinus <michael.albinus@gmx.de>
5267
5268 * dbus.texi (Receiving Method Calls): Document error handling of own
5269 D-Bus methods.
5270
bfe16263
BW
52712008-08-01 Bill Wohler <wohler@newt.com>
5272
5273 * mh-e.texi (Reading Mail)
9f90198a 5274 (Viewing Attachments): Describe new function
bfe16263
BW
5275 mh-show-preferred-alternative.
5276 (Sending Mail, Redistributing, Sending Message): Describe new hook
5277 mh-annotate-msg-hook.
5278
21956b56
MA
52792008-07-31 Michael Albinus <michael.albinus@gmx.de>
5280
5281 * dbus.texi (Arguments and Signatures): Fix example.
5282 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
5283 (Asynchronous Methods): New node.
9f90198a
JB
5284 (Errors and Events): Describe extended layout of `dbus-event'.
5285 New defun `dbus-event-message-type'.
21956b56 5286
7c2fb837
DN
52872008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5288
5289 * ediff.texi: Remove VMS support.
5290
13662773
JB
52912008-07-29 Juanma Barranquero <lekktu@gmail.com>
5292
5293 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
5294 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
5295
ddde0b34
CY
52962008-07-29 Chong Yidong <cyd@stupidchicken.com>
5297
5298 * Makefile.in: Add mairix-el targets.
5299
53002008-07-29 David Engster <deng@randomsample.de>
5301
5302 * mairix-el.texi: New file.
5303
d5875b25
JB
53042008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
5305
366b7d44
JB
5306 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
5307 project files. Delete 'main_unit' project variable; not needed. Allow
5308 process environment variables wherever project variables are allowed.
5309 Add tutorial section on multiple GNAT project files.
d5875b25 5310
6cbab8ee
MA
53112008-07-27 Michael Albinus <michael.albinus@gmx.de>
5312
5313 Sync with Tramp 2.1.14.
5314
5315 * trampver.texi: Update release number.
5316
9e2a2647
DN
53172008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5318
5319 * ns-emacs.texi:
5320 * faq.texi: Remove mentions of Mac Carbon.
5321
d62672f3
MB
53222008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5323
5324 * gnus.texi (Saving Articles): Describe the 2nd argument of
5325 gnus-summary-save-in-pipe.
5326 (SpamAssassin): Use it.
5327
53282008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
5329
5330 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
5331
dd12e1c6
CD
53322008-07-25 Carsten Dominik <dominik@science.uva.nl>
5333
5334 * org.texi (Export options): Document the use of the creator flag.
5335
44ce9197
CD
53362008-07-24 Carsten Dominik <dominik@science.uva.nl>
5337
5338 * org.texi: New version 6.06a.
5339
ddd13c5d
JB
53402008-07-23 Juanma Barranquero <lekktu@gmail.com>
5341
5342 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
5343 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
5344
8dc6104d
JB
53452008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
5346
5347 * calc.texi (Editing Stack Entries):
5348 (Algebraic Entry): Rewrite introductory sentences so it can be used by
5349 Calc's help functions. Mention fixing typos.
5350 (Customizing Calc): Fix typo.
5351
53522008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
5353
5354 * calc.texi (summarykey): New macro. Use to correctly format keys in
5355 the summary.
5356
ddd13c5d 53572008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
5358
5359 * ns-emacs.texi (Customization): Corrected documentation on color
5360 specification formats.
5361
568beaa2
AS
53622008-07-19 Andreas Schwab <schwab@suse.de>
5363
db8ef699 5364 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
5365
5366 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
5367 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
5368
cd71b9ae
MA
53692008-07-18 Michael Albinus <michael.albinus@gmx.de>
5370
5371 * dbus.texi (Inspection): Rework, introduce submenus.
5372 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
5373 (Properties and Annotations, Arguments and Signatures): New nodes.
5374
9b7993b4
MA
53752008-07-13 Michael Albinus <michael.albinus@gmx.de>
5376
5377 * dbus.texi (Receiving Method Calls): Fix description of
5378 `dbus-register-method'.
5379 (Signals): Allow also signal arguments for filtering in
5380 `dbus-register-signal'.
5381
241d447b
JB
53822008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
5383
5384 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
5385 `cnorm'.
5386 (Arithmetic Tutorial): Simplify the verification of prime factors.
5387
adb46650
MB
53882008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5389
5390 * gnus.texi (Saving Articles): Mention
5391 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
5392
92e15881
JB
53932008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
5394
5395 * calc.texi: Adjust mode line throughout.
5396
ea597303
JB
53972008-06-28 Juanma Barranquero <lekktu@gmail.com>
5398
5399 * sasl.texi (Mechanisms): Fix typos.
5400
aee08080
JB
54012008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5402
5403 * calc.texi (Killing from the stack): Mention using normal Emacs
5404 copying.
5405
a06a4a12
MA
54062008-06-21 Michael Albinus <michael.albinus@gmx.de>
5407
0c7efc08 5408 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 5409 Add `auth-source' mechanism.
a06a4a12
MA
5410 (Connection caching): Tramp reopens the connection automatically,
5411 when the operating system on the remote host has been changed.
5412
7389398d
EZ
54132008-06-20 Eli Zaretskii <eliz@gnu.org>
5414
5415 * makefile.w32-in (distclean): Remove makefile.
5416
b349f79f
CD
54172008-06-17 Carsten Dominik <dominik@science.uva.nl>
5418
3f9b4c2b 5419 * org.texi (Using the mapping API): New section.
b349f79f 5420 (Agenda column view): New section.
3f9b4c2b 5421 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 5422 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 5423 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
5424
54252008-06-17 Jason Riedy <jason@acm.org>
5426
5427 * org.texi (A LaTeX example): Note that fmt may be a one-argument
5428 function, and efmt may be a two-argument function.
5429 (Radio tables): Document multiple destinations.
5430
cd5c05d2
GM
54312008-06-16 Glenn Morris <rgm@gnu.org>
5432
5433 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
5434 Add Cover-Texts.
5435
debf4439
GM
54362008-06-15 Glenn Morris <rgm@gnu.org>
5437
5438 * faq.texi (VER): Update to 23.0.60.
5439
5440 * mh-e.texi: Remove option of licensing under GPL.
5441 Add Cover-Texts to GFDL permissions notice.
5442 (GPL): Remove section.
5443 (GFDL): Include doclicense.texi rather than the actual text.
5444
5445 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
5446 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
5447
5448 * sasl.texi: Fix output file name.
5449
5450 * epa.texi, sasl.texi: Refer to license in Emacs manual.
5451
5452 * gnus-coding.texi: Refer to license in Gnus manual.
5453
5454 * idlwave.texi, sasl.texi: Use @copying.
5455
5456 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
5457
5458 * speedbar.texi: Update Back-Cover Text as per maintain.info.
5459
5460 * url.texi: Use @copying, @title, @subtitle, @author.
5461
5462 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
5463 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
5464 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
5465 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
5466 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
5467 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
5468 * widget.texi, woman.texi:
5469 Remove references to external license, since doclicense is included.
5470
5471 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
5472 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
5473 Remove references to non-existent Invariant Sections.
5474
091f8bc1
GM
54752008-06-14 Glenn Morris <rgm@gnu.org>
5476
5477 * faq.texi (Major packages and programs): Remove references to external
5478 Supercite, Calc, VIPER, since they have been included for some time.
5479 Update VM, AUCTeX, BBDB entries.
5480
47bcb4d3
UJ
54812008-06-14 Ulf Jasper <ulf.jasper@web.de>
5482
5483 * newsticker.texi: Updated to match latest newsticker changes.
5484
6f093307
GM
54852008-06-13 Glenn Morris <rgm@gnu.org>
5486
5487 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
5488 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
5489 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
5490 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
5491 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
5492 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
5493 * woman.texi:
5494 Update Back-Cover Text as per maintain.info.
5495
2b968687
MB
54962008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5497
5498 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
5499
5500 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
5501 (gnus-faq.xml): Update repository host.
5502
2b968687
MB
5503 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
5504
55052008-06-15 Frank Schmitt <ich@frank-schmitt.net>
5506
5507 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
5508 Fix a typo.
5509
55102008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5511
5512 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 5513 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
5514 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
5515
55162008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5517
5518 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
5519 coding standards.
5520
55212008-06-14 David Engster <dengste@eml.cc>
5522
5523 * gnus.texi (nnmairix): Markup fixes.
5524
e6d2d263
MB
55252008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5526
2b968687 5527 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
5528
55292008-06-05 David Engster <dengste@eml.cc>
5530
5531 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
5532
55332008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5534
b344d29d 5535 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
5536 (Searching, nnir, nnmairix): New stub nodes.
5537
ad231df6 55382008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
5539
5540 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
5541
f394fa25
MB
55422008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
5543
5544 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
5545
58333467
MB
55462008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
5547
5548 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
5549
67525fb9
JY
55502008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
5551
5552 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
5553
0549d8fc
JB
55542008-05-06 Juanma Barranquero <lekktu@gmail.com>
5555
5556 * info.texi (Top): Fix typo in xref.
5557
149a3837
KB
55582008-05-05 Karl Berry <karl@gnu.org>
5559
5560 * info.texi (Top): @xref to stand-alone manual.
5561
3a23a519
MB
55622008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5563
5564 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
5565 (Various Summary Stuff): Fix typo in last xref.
5566
0a29fbf3
JB
55672008-05-02 Juanma Barranquero <lekktu@gmail.com>
5568
5569 * org.texi (Moving subtrees): Fix typo.
5570
586b90f1
MA
55712008-04-28 Michael Albinus <michael.albinus@gmx.de>
5572
5573 * tramp.texi (Frequently Asked Questions): Explain, how to disable
5574 Tramp via `tramp-mode'.
5575
b5af9883
CD
55762008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
5577
5578 * org.texi: Massive changes, in many parts of the file.
5579
d55fe5bb
MB
55802008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5581
5582 * gnus.texi (Oort Gnus): Add message-fill-column.
5583
55842008-04-12 Adrian Aichner <adrian@xemacs.org>
5585
5586 * gnus.texi (Mail Source Specifiers): Typo fix.
5587
55882008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5589
5590 * gnus.texi (Diary Headers Generation): Update key binding for
5591 `gnus-diary-check-message'.
5592
55932008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5594
5595 * gnus.texi (Emacsen): Addition.
5596
55972008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5598
5599 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
5600
56012008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5602
5603 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
5604
56052008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5606
5607 * gnus-news.texi: Update tool bar item.
5608
56092008-04-09 Sven Joachim <svenjoac@gmx.de>
5610
5611 * gnus-news.texi: Fix typos.
5612
76c109c3
JB
56132008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
5614
222027f2 5615 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
5616 Add mention of `kron'.
5617
d5fbd5a6
MO
56182008-04-01 Daiki Ueno <ueno@unixuser.org>
5619
0c7efc08
SM
5620 * epa.texi (Encrypting/decrypting *.gpg files):
5621 Document epa-file-name-regexp.
d5fbd5a6 5622
fbcbb58c
KY
56232008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5624
5625 * gnus.texi (Example Methods): Fix description about ssh-agent.
5626 (Indirect Functions): Fix the default value of nntp-telnet-command;
5627 remove link to connect.html.
5628
134ce16c
MA
56292008-03-30 Michael Albinus <michael.albinus@gmx.de>
5630
5631 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
5632 dbus-call-method.
5633 (Receiving Method Calls): The timeout can be set by the calling client.
5634
da1975d7
MA
5635 * trampver.texi: Update release number.
5636
2e4089ab
RS
56372008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
5638
5639 * gnus.texi (Top): Fix version. Add SASL.
5640
70cab5a9
MA
56412008-03-29 Michael Albinus <michael.albinus@gmx.de>
5642
5643 Sync with Tramp 2.1.13.
5644
5645 * trampver.texi: Update release number.
5646
5bc6ddff
MB
56472008-03-29 Chong Yidong <cyd@stupidchicken.com>
5648
5649 * org.texi: Update to new org-mode website.
5650
56512008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5652
5653 * cl.texi (For Clauses): Fix loop over key-seq to match code.
5654
9b3ebcb6
MB
56552008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5656
5657 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
5658 gnus-read-ephemeral-gmane-group-url,
5659 gnus-read-ephemeral-emacs-bug-group,
5660 gnus-read-ephemeral-debian-bug-group.
5661
56622008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5663
5664 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
5665
5666 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
5667 Add FIXMEs for Bookmarks and gnus-registry-marks.
5668
56692008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5670
5671 * gnus.texi (Smileys): Document `smiley-style'.
5672
56732008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5674
5675 * gnus.texi (Gnus Development): Clarify difference between ding and
5676 gnu.emacs.gnus.
5677 (MIME Commands, Using MIME, RSS): Fix markup.
5678
5679 * gnus-faq.texi ([8.4]): Ditto.
5680
56812008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5682
5683 * gnus.texi (Emacsen): Remove obsolete stuff.
5684
56852008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5686
5687 * gnus.texi (Oort Gnus): Add version info WRT
5688 `mail-source-delete-incoming'.
5689
56902008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5691
5692 * gnus.texi (Top): Add "Other related manuals" and version info in
5693 `iftex' output.
5694 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
5695 gnus-balloon-face-0 and the corresponding format specifiers.
5696
608d6a81
MA
56972008-03-26 Michael Albinus <michael.albinus@gmx.de>
5698
5699 * tramp.texi (Filename completion): Remove footnote about let-bind
5700 of `partial-completion-mode'. It doesn't work this way.
5701
27a6f132
SM
57022008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 * pcl-cvs.texi (Contributors): Update my email.
5705
4a7c4c40
MA
57062008-03-21 Michael Albinus <michael.albinus@gmx.de>
5707
5708 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
5709
2940c053
BW
57102008-03-17 Bill Wohler <wohler@newt.com>
5711
5712 * mh-e.texi (Viewing): Update URL for adding header fields to
5713 mh-invisible-header-fields-default.
5714
30864d5f
BW
57152008-03-16 Bill Wohler <wohler@newt.com>
5716
5717 * mh-e.texi (Preface): Add Gnus to requirements.
5718 (Forwarding): Note that forwarded MIME messages are now inline.
5719
31fe2b00
SM
57202008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
5723 (Common Variables): Give precedence to the netcat methods over the
5724 telnet methods, and mention that they are more reliable.
31fe2b00 5725
5e97c626
CD
57262008-03-13 Carsten Dominik <dominik@science.uva.nl>
5727
5728 * org.texi (Exporting Agenda Views): Document agenda export to
5729 iCalendar.
5730 (Progress logging): Document the new progress logging stuff.
5731
37a68866
MB
57322008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5733
5734 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
5735 Update for change of `mail-source-delete-incoming'.
5736
5737 * gnus-news.texi: Ditto.
5738
8f7abae3
MB
57392008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5740
5741 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
5742 custom versions.
5743
af379c86
AM
57442008-03-07 Alan Mackenzie <acm@muc.de>
5745
5746 * cc-mode.texi (Limitations and Known Bugs): State that the number of
5747 parens/brackets in a k&r region is limited.
5748
3d0f8a67
MB
57492008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5750
5751 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
5752 using different Emacs versions.
5753
52151df0
GM
57542008-02-27 Glenn Morris <rgm@gnu.org>
5755
5756 * sc.texi: Remove a lot of old and obsolete info.
5757 (titlepage): Simplify.
5758 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
5759 (VM with any Emacsen, GNEWS with any Emacsen)
5760 (Overloading for Non-conforming MUAs, Version 3 Changes)
5761 (The Supercite Mailing List): Delete nodes.
5762 (Introduction): Remove info about old packages.
5763 (Getting Connected): Simplify. Remove info about old packages.
5764 (Citing Commands): Delete Emacs 19 info.
5765 (Hints to MUA Authors): Simplify.
5766 (Thanks and History): Merge in some info from the deleted node
5767 "Version 3 Changes".
5768
b03f96dc
MB
57692008-02-05 Juanma Barranquero <lekktu@gmail.com>
5770
5771 * org.texi (Setting tags, In-buffer settings):
5772 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
5773
52bec650
MB
57742008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5775
5776 * gnus-news.texi: Mention that spaces and tabs are allowed in the
5777 installation directory name.
5778
34a3c587
RF
57792008-02-12 Romain Francoise <romain@orebokech.com>
5780
5781 * epa.texi (Overview): Fix typo.
5782
5a8d03e9
MO
57832008-02-11 Daiki Ueno <ueno@unixuser.org>
5784
5785 * epa.texi (Quick start): Remove the .emacs setting.
5786
f1914c40
MO
57872008-02-10 Daiki Ueno <ueno@unixuser.org>
5788
5789 * epa.texi (Quick start): Use the command `epa-enable' instead of
5790 loading `epa-setup'.
5791
bca98fc9
JB
57922008-02-08 Juanma Barranquero <lekktu@gmail.com>
5793
5794 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
5795 ($(infodir)/epa, epa.dvi): New targets.
5796
4b01af2e
MO
57972008-02-08 Daiki Ueno <ueno@unixuser.org>
5798
5799 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
5800
5801 * epa.texi: New manual documenting the EasyPG Assistant.
5802
06c0751a
MA
58032008-02-06 Michael Albinus <michael.albinus@gmx.de>
5804
5805 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
5806 (Inspection): New function dbus-ping.
5807
7dcccd7b
MA
58082008-02-05 Michael Albinus <michael.albinus@gmx.de>
5809
5810 * tramp.texi (Remote processes): Add `shell-command'.
5811
a1da1e37
MB
58122008-01-28 Michael Sperber <sperber@deinprogramm.de>
5813
5814 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5815 (Group Parameters): Document `mail-source' parameter.
5816
c9d8f746
MA
58172008-01-27 Michael Albinus <michael.albinus@gmx.de>
5818
5819 * tramp.texi (Inline methods): The hostname of the su(do)? methods
5820 must be a local host.
5821
15db4a13
MO
58222008-01-26 Michael Olson <mwolson@gnu.org>
5823
5824 * erc.texi: Update version for ERC 5.3 release.
5825 (Obtaining ERC): Update extras URLs for 5.3.
5826 (Development): Write instructions for git, and remove those for Arch.
5827 (History): Mention the switch to git.
5828
2bc43980
KB
58292008-01-24 Karl Berry <karl@gnu.org>
5830
bca98fc9
JB
5831 * info.texi (Search Index, Search Text): Mention the command
5832 character in the section name, a la the (Go to node) node.
2bc43980 5833
d2e4a6c9
MA
58342008-01-21 Michael Albinus <michael.albinus@gmx.de>
5835
5836 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5837
0b6799c3
MB
58382008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5839
5840 * gnus-news.texi: Mention gnus-article-describe-bindings.
5841
58422008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5843
5844 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5845
db9c3fb1 58462008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 5847
7b4d0413 5848 * org.texi (Property inheritance): New section.
db9c3fb1 5849 (Conventions): New section.
7b4d0413 5850 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
5851 commands, and the new bindings for refiling.
5852 (Sparse trees): Document the new special command for sparse trees.
5853 (References): Be more clear about the counting of hilines.
5854 (Handling links): Document M-p/n for accessing links.
5855 (Fast access to TODO states): New section.
5856 (Per file keywords): New section.
5857 (Property inheritance): New section.
5858 (Column attributes): New summary types.
5859 (Capturing Column View): New section.
5860 (The date/time prompt): Cover the new features in the date/time prompt.
5861 Compactify the table of keys for the calendar remote control.
5862 (Clocking work time): Document the new :scope parameter.
5863 (Remember): Promoted to chapter.
5864 (Quoted examples): New section.
5865 (Enhancing text): New verbatim environments.
5866
6ed73f28
MA
58672008-01-14 Michael Albinus <michael.albinus@gmx.de>
5868
5869 * trampver.texi: Update release number.
5870
95838435
MB
58712008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5872
0c7efc08
SM
5873 * gnus.texi (Article Keymap):
5874 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5875 gnus-article-reply-with-original and
5876 gnus-article-followup-with-original.
5877
20234d96
GM
58782008-01-09 Glenn Morris <rgm@gnu.org>
5879
5880 * nxml-mode.texi: Add @copying section.
5881
d82cf70b
MB
58822008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5883
5884 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5885 Server". Add `message-send-mail-with-mailclient'.
5886
5887 * gnus.texi (Posting Server): Move some text to "(message)Mail
5888 Variables" and add a reference here.
5889
addb7f2e
MA
58902008-01-04 Michael Albinus <michael.albinus@gmx.de>
5891
5892 * dbus.texi (Receiving Method Calls): New chapter.
5893 (Errors and Events): Add serial number to events. Replace "signal" by
5894 "message". Introduce dbus-event-serial-number.
5895
4db2806c
MA
58962008-01-03 Michael Albinus <michael.albinus@gmx.de>
5897
5898 * dbus.texi (Type Conversion): Explain the type specification for empty
5899 arrays. Use another example.
5900
c9ecb5a7
MA
59012007-12-30 Michael Albinus <michael.albinus@gmx.de>
5902
5903 * dbus.texi (all): Replace "..." by @dots{}.
5904 (Type Conversion): Precise the value range for :byte types.
5905 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5906 Mention its return value.
5907 (Errors and Events): There is no D-Bus error propagation during event
5908 processing.
5909
702dbfd9
JB
59102007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5911
5912 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5913 New sections.
5914
87035689
MB
59152007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5916
5917 * gnus.texi (Group Parameters): Reorder the text and add a note about
5918 `gnus-parameters' near the beginning of the node.
5919
59202007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5921
5922 * gnus.texi (Score File Editing): Fix function name.
5923
5492f5ca
MA
59242007-12-23 Michael Albinus <michael.albinus@gmx.de>
5925
5926 Sync with Tramp 2.1.12.
5927
5928 * trampver.texi: Update release number.
5929
d4e67bc5
MA
59302007-12-22 Michael Albinus <michael.albinus@gmx.de>
5931
5932 * dbus.texi (Type Conversion): Correct input parameters mapping.
5933
6a31c819
MA
59342007-12-21 Michael Albinus <michael.albinus@gmx.de>
5935
5936 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5937 (Errors and Events): Mention wrong-type-argument error.
5938
99a3e35f
AS
59392007-12-21 Alex Schroeder <alex@gnu.org>
5940
5941 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5942 spaces. Fixed some typos.
99a3e35f
AS
5943 (Internet Relay Chat): Explain relay.
5944 (Getting started with rcirc): Change items to reflect prompts.
5945 Add more explanation to rcirc-track-minor-mode and added a comment to
5946 warn future maintainers that this section is a copy.
0c7efc08 5947 (People): Change /ignore example.
62b12a24 5948 (Keywords): Not keywords.
99a3e35f 5949
331e4d02
AS
59502007-12-20 Alex Schroeder <alex@gnu.org>
5951
5952 * rcirc.texi (Top): Fighting Information Overload chapter added.
5953 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5954 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5955 (Fighting Information Overload): New chapter documenting /keyword,
5956 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5957 (Configuration): Document rcirc-server-alist, remove
5958 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5959
cd71c3ef
MA
59602007-12-16 Michael Albinus <michael.albinus@gmx.de>
5961
5962 * dbus.texi (Signals): Fix example in dbus-register-signal.
5963
bbbe940b
MB
59642007-12-14 Sven Joachim <svenjoac@gmx.de>
5965
5966 * gnus.texi (Score Variables): Fix typo.
5967
0ce574ef
MA
59682007-12-07 Michael Albinus <michael.albinus@gmx.de>
5969
5970 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5971 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5972 (Errors and Events): Adapt dbus-event.
5973
b890d447
MB
59742007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5975
5976 * gnus.texi (Other Files): Add the yenc command.
5977
59782007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5979
5980 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5981 since 2004-08-06.
5982
59832007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5984
5985 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5986 on body.
5987
59882007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5989
5990 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5991 and rfc2047-allow-irregular-q-encoded-words; fix description of
5992 rfc2047-encode-encoded-words.
5993
59942007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5995
5996 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5997
3728bf03
MO
59982007-12-05 Michael Olson <mwolson@gnu.org>
5999
6000 * remember.texi (Diary): Remove "require" line for remember-diary.el.
6001 Update documentation for `remember-diary-file'.
6002
a4397af9
MA
60032007-12-04 Michael Albinus <michael.albinus@gmx.de>
6004
6005 * dbus.texi (Signals): Precise `dbus-register-signal'.
6006 (Errors and Events): Rework events part, the internal structure of
6007 dbus-event has changed.
6008
1682490c
JB
60092007-12-03 Juanma Barranquero <lekktu@gmail.com>
6010
6011 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
6012 ($(infodir)/dbus, dbus.dvi): New targets.
6013
7b13a0f2
MA
60142007-12-03 Michael Albinus <michael.albinus@gmx.de>
6015
6016 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
6017 unconditionally.
6018
6019 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
6020 emulation with @print{}.
6021
7ef92bc9
RS
60222007-12-02 Richard Stallman <rms@gnu.org>
6023
6024 * dbus.texi (Overview): Minor cleanup.
6025
22d8ac3a
MA
60262007-12-02 Michael Albinus <michael.albinus@gmx.de>
6027
d3a8e0df
MA
6028 * Makefile.in (INFO_TARGETS): Add dbus.
6029 (DVI_TARGETS): Add dbus.dvi.
6030 (dbus, dbus.dvi): New targets.
6031
22d8ac3a
MA
6032 * dbus.texi: New file.
6033
559764ab
RF
60342007-11-24 Romain Francoise <romain@orebokech.com>
6035
6036 * nxml-mode.texi: Add description in @direntry.
7aa579d9 6037 Fix file name to match @setfilename.
559764ab 6038
ac97a16b
MH
60392007-11-23 Mark A. Hershberger <mah@everybody.org>
6040
6041 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6042 ($(infodir)/nxml-mode): New rule.
6043
6044 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6045 ($(infodir)/nxml-mode): New rule.
6046 (clean): Add nxml-mode*.
6047
6048 * nxml-mode.texi: New file with nxml manual.
6049
404cd454
GM
60502007-11-18 Richard Stallman <rms@gnu.org>
6051
6052 * flymake.texi (Example -- Configuring a tool called directly):
6053 Update example.
6054
b048d478
MA
60552007-11-18 Michael Albinus <michael.albinus@gmx.de>
6056
6057 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 6058 double-slash behavior. Explain directory contents flushing.
b048d478 6059
346e8469
JB
60602007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6061
6062 * calc.texi (TeX and LaTeX Language Modes): Put in
6063 missing braces.
6064
404cd454
GM
60652007-11-15 Richard Stallman <rms@gnu.org>
6066
6067 * cl.texi (Equality Predicates): Delete `eql'.
6068 (Predicates, Naming Conventions, Top): Delete `eql'.
6069 (Common Lisp Compatibility): Delete `eql'.
6070 (Porting Common Lisp): Delete obsolete backquote info.
6071 Minor clarification about character constants.
6072 (Sequence Basics): Minor clarification.
6073
1f6af58b
JB
60742007-11-15 Juanma Barranquero <lekktu@gmail.com>
6075
dccb744b 6076 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
6077 * tramp.texi (Filename completion): Fix typos.
6078
3bc88bc9
JB
60792007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
6080
6081 * calc.texi (Basic commands): Mention the menu.
6082
bc5300d3
MA
60832007-11-12 Michael Albinus <michael.albinus@gmx.de>
6084
6085 * tramp.texi (Connection caching): Tramp flushes connection
6086 properties when remote operating system has been changed.
6087
4d8a28ec
MB
60882007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
6089
6090 * gnus-news.texi: Fix spelling.
6091 `message-insert-formatted-citation-line', not
6092 `message-insert-formated-citation-line'.
6093
404cd454
GM
6094 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
6095
e1176b47
MA
60962007-11-07 Michael Albinus <michael.albinus@gmx.de>
6097
6098 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 6099 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
6100 (Frequently Asked Questions): Add code example for highlighting the
6101 mode line.
6102
6159985a
MO
61032007-11-03 Michael Olson <mwolson@gnu.org>
6104
6105 * remember.texi: Change mentions of remember-buffer to
6106 remember-finalize throughout.
6107
bec9b2f5
MO
61082007-10-30 Michael Olson <mwolson@gnu.org>
6109
6110 * remember.texi (Copying): Remove.
6111 (Mailbox): Update with non-BBDB instructions.
6112 (Diary, Org): Add.
6113 (Bibliography, Planner Page): Remove.
6114
b6173182
JB
61152007-10-30 Juanma Barranquero <lekktu@gmail.com>
6116
6117 * makefile.w32-in (INFO_TARGETS): Add remember.
6118 (DVI_TARGETS): Add remember.dvi.
6119 ($(infodir)/remember): New rule.
6120 (clean): Add remember*.
6121
15f3eb73
MO
61222007-10-30 Michael Olson <mwolson@gnu.org>
6123
70bdc930
MO
6124 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
6125 ($(infodir)/remember): New rule that builds the Remember Manual.
6126
b6173182
JB
6127 * remember.texi: New file containing the Remember Mode Manual.
6128 Shuffle chapters around after initial import.
7d3f6f1a
MO
6129 (Function Reference): Split Keystrokes into separate chapter.
6130 (Keystrokes): Document C-c C-k.
51d24a12 6131 (Introduction): Fix typographical issue with "---".
15f3eb73 6132
404cd454
GM
61332007-10-29 Richard Stallman <rms@gnu.org>
6134
6135 * widget.texi (Introduction): Delete discussion of implementation
6136 internals.
6137
9bbb9638
MA
61382007-10-29 Michael Albinus <michael.albinus@gmx.de>
6139
6140 * tramp.texi (Connection caching): Host names must be different
6141 when tunneling.
6142
c7ff939a
RS
61432007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6144
6145 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
6146 Gnus v5.13.
6147
01c52d31
MB
61482007-10-28 Miles Bader <miles@gnu.org>
6149
6150 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
6151
01c52d31
MB
61522007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6153
0c7efc08
SM
6154 * gnus.texi (Sorting the Summary Buffer):
6155 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
6156
61572007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6158
6159 * gnus.texi (Non-ASCII Group Names): New node.
6160 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
6161 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
6162
c8763fb6 61632007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
6164
6165 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
6166 clean the output of the program `imap-shell-program'.
6167
61682007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6169
6170 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
6171
61722007-10-28 Tassilo Horn <tassilo@member.fsf.org>
6173
6174 * gnus.texi (Sticky Articles): Documentation for sticky article
6175 buffers.
6176
c8763fb6 61772007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
6178
6179 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
6180
61812007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6182
6183 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
6184
61852007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6186
0c7efc08
SM
6187 * gnus.texi (Archived Messages):
6188 Document gnus-update-message-archive-method.
01c52d31
MB
6189
61902007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6191
6192 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
6193
c8763fb6 61942007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 6195
0c7efc08
SM
6196 * gnus.texi (Group Maneuvering):
6197 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
6198
61992007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6200
0c7efc08
SM
6201 * gnus.texi (Really Various Summary Commands):
6202 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
6203
62042007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6205
6206 * gnus.texi, message.texi: Bump version number.
6207
62082007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6209
6210 * gnus.texi (Group Line Specification, Misc Group Stuff)
6211 (Server Commands): Parenthesize @pxref{Mail Spool}.
6212
62132007-10-28 Didier Verna <didier@xemacs.org>
6214
6215 New user option: message-signature-directory.
6216 * message.texi (Insertion Variables): Document it.
6217 * gnus.texi (Posting Styles): Ditto.
6218
62192007-10-28 Didier Verna <didier@xemacs.org>
6220
6221 * gnus.texi (Group Line Specification):
6222 * gnus.texi (Misc Group Stuff):
6223 * gnus.texi (Server Commands): Document the group compaction feature.
6224
62252007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6226
6227 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
6228
6229 * message.texi (Various Message Variables): Add message-fill-column.
6230
62312007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6232
6233 * gnus.texi: Untabify.
6234
62352007-10-28 Didier Verna <didier@xemacs.org>
6236
6237 * gnus.texi (Group Parameters): Document the posting-style merging
6238 process in topic-mode.
6239
62402007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6241
6242 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
6243
62442007-10-28 Romain Francoise <romain@orebokech.com>
6245
6246 * gnus.texi (Mail Spool): Fix typo.
6247 Update copyright.
6248
62492007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6250
6251 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
6252
62532007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6254
6255 * gnus.texi (Summary Generation Commands):
6256 Add gnus-summary-insert-ticked-articles.
6257
62582007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6259
b2abec73
JB
6260 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
6261 to spam-spamassassin-program.
01c52d31
MB
6262
62632007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6264
6265 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
6266
62672007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6268
6269 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
6270
62712007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6272
6273 * message.texi (Mail Headers): Document `opportunistic'.
6274
62752007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6276
6277 * emacs-mime.texi (Encoding Customization): Explain how to set
6278 mm-coding-system-priorities per hierarchy.
6279
62802007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6281
6282 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
6283 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
6284
62852007-10-28 Didier Verna <didier@xemacs.org>
6286
6287 * message.texi (Wide Reply): Update documentation of
6288 message-dont-reply-to-names (now allowing a list of regexps).
6289
62902007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6291
6292 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
6293
62942007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6295
6296 * gnus.texi (SpamAssassin back end): Fix typo.
6297
6298 * sieve.texi (Examples): Fix grammar.
6299
63002007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6301
6302 * gnus.texi (Searching for Articles): Document M-S and M-R.
6303 (Limiting): Document / b.
6304
63052007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6306
6307 * gnus.texi (Thread Commands): T M-^.
6308
63092007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6310
6311 * message.texi (Mail Aliases): Document ecomplete.
6312 (Mail Aliases): Fix typo.
6313
63142007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6315
6316 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
6317 fix typo.
6318
63192007-10-28 Romain Francoise <romain@orebokech.com>
6320
6321 * gnus.texi (Mail Spool): Grammar fix.
6322
63232007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6324
6325 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
6326 string.
6327
63282007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6329
6330 * gnus.texi (Group Parameters): Fix description.
6331
63322007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6333
b2abec73
JB
6334 * gnus.texi (Gmane Spam Reporting):
6335 Fix spam-report-gmane-use-article-number.
6336 Add spam-report-user-mail-address.
01c52d31
MB
6337
63382007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6339
6340 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
6341
63422007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6343
6344 * gnus.texi (Group Parameters): Add simplified sorting example based on
6345 example for `Sorting the Summary Buffer' from Jari Aalto
6346 <jari.aalto@cante.net>.
6347 (Example Methods): Add example for an indirect connection.
6348
63492007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
6350
0c7efc08 6351 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
c5b0993e 6352 (Agent Parameters): Update parameter names to match code.
01c52d31
MB
6353 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
6354 'gnus-agent-summary-fetch-series'.
6355 (Agent and flags): New section providing a generalized discussion
6356 of flag handling.
0c7efc08
SM
6357 (Agent and IMAP): Remove flag discussion.
6358 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
6359
63602007-10-28 Romain Francoise <romain@orebokech.com>
6361
6362 * gnus.texi (Exiting the Summary Buffer): Add new function
6363 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
6364
63652007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6366
6367 * gnus.texi (Conformity): Fix typo.
6368 (Customizing Articles): Document `first'.
6369
63702007-10-28 Jari Aalto <jari.aalto@cante.net>
6371
6372 * gnus.texi (Sorting the Summary Buffer):
6373 Add `gnus-thread-sort-by-date-reverse'. Add example
6374 host to different sorting in NNTP and RSS groups.
6375
63762007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6377
6378 * message.texi (Insertion): Describe prefix for
6379 message-mark-inserted-region and message-mark-insert-file.
6380
63812007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6382
6383 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
6384 LaTeX documents. Describe "text/x-gnus-verbatim".
6385
63862007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6387
b2abec73 6388 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
6389 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
6390 (spam-stat spam filtering, SpamOracle)
0c7efc08 6391 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
6392 clarity.
6393
63942007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6395
6396 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
6397 gnus-article-delete-part and gnus-article-replace-part.
6398 (Using MIME): Add gnus-mime-replace-part.
6399
64002007-10-28 Romain Francoise <romain@orebokech.com>
6401
6402 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
6403 requires `auto-compression-mode' to be enabled. Add new nnml
6404 variable `nnml-compressed-files-size-threshold'.
6405
64062007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6407
0c7efc08
SM
6408 * gnus.texi (Sorting the Summary Buffer):
6409 Add gnus-thread-sort-by-recipient.
01c52d31
MB
6410
64112007-10-28 Romain Francoise <romain@orebokech.com>
6412
6413 * message.texi (Insertion Variables): Mention new variable
6414 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
6415 documentation accordingly.
6416
64172007-10-28 Romain Francoise <romain@orebokech.com>
6418
6419 * gnus.texi (To From Newsgroups): Mention new variables
6420 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
6421
64222007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6423
6424 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
6425 stuff; gnus-mime-inline-part does the automatic decompression.
6426
64272007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6428
6429 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 6430 "training.ham" should be "training.spam".
01c52d31
MB
6431
64322007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6433
6434 * message.texi (Mail Variables): Fix the default value for
6435 message-send-mail-function.
6436
64372007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6438
6439 * gnus.texi (Optional Back End Functions): nntp-request-update-info
6440 always returns nil exceptionally.
6441
64422007-10-28 Simon Josefsson <jas@extundo.com>
6443
0c7efc08
SM
6444 * gnus.texi (Article Washing): Add libidn URL.
6445 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
6446
64472007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6448
6449 * gnus.texi (Topic Commands): Fix next/previous.
6450
64512007-10-28 Simon Josefsson <jas@extundo.com>
6452
6453 * gnus.texi (Article Washing): Mention `W i'.
6454
c8763fb6 64552007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
6456
6457 * gnus.texi (Group Parameters): Slight extension of sieve
6458 parameter description.
6459
64602007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6461
6462 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
6463 matching score files as well.
6464 (Picons): Describe `gnus-picon-style'.
6465
64662007-10-28 Romain Francoise <romain@orebokech.com>
6467
6468 * message.texi (Message Headers): Mention that headers are hidden
6469 using narrowing, and how to expose them.
6470 Update copyright.
6471
64722007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6473
6474 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
6475 `gnus-summary-sort-by-recipient'.
6476
64772007-10-28 Romain Francoise <romain@orebokech.com>
6478
6479 * gnus.texi (NNTP marks): New node.
6480 (NNTP): Move NNTP marks variables to the new node.
6481
64822007-10-28 Jesper Harder <harder@ifa.au.dk>
6483
b2abec73 6484 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
6485
6486 * gnus.texi (MIME Commands, Hashcash): Markup fix.
6487
64882007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6489
b2abec73 6490 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 6491 everywhere for consistency.
b2abec73
JB
6492 (Filtering Spam Using The Spam ELisp Package): Admonish again.
6493 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
6494 Say "regular expression" instead of "regex." Admonish.
6495 Pick other words to sound better (s/so/thus/).
6496 (Spam ELisp Package Filtering of Incoming Mail):
6497 Mention statistical filters. Remove old TODO.
01c52d31 6498 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
6499 New section on sorting and displaying the spam score.
6500 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
6501 backend but an alias to spam-use-BBDB.
6502 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
6503 new backend functionality.
6504
65052007-10-28 Simon Josefsson <jas@extundo.com>
6506
6507 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
6508 nntp-marks-directory, from Romain Francoise
6509 <romain@orebokech.com>.
6510
65112007-10-28 Magnus Henoch <mange@freemail.hu>
6512
6513 * gnus.texi (Hashcash): New default value of
6514 hashcash-default-payment.
6515
65162007-10-28 Simon Josefsson <jas@extundo.com>
6517
6518 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
6519 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
6520
65212007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6522
0c7efc08 6523 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
6524
65252007-10-28 Simon Josefsson <jas@extundo.com>
6526
6527 * gnus.texi (documentencoding): Add, to avoid warnings.
6528
65292007-10-28 Simon Josefsson <jas@extundo.com>
6530
6531 * message.texi (Mail Headers): Add.
6532
6533 * gnus.texi (Hashcash): Fix.
6534
65352007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6536
0c7efc08 6537 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 6538 that payments can be verified and fix the name of the
b2abec73 6539 hashcash-path variable.
01c52d31
MB
6540
65412007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6542
b2abec73 6543 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
6544
65452007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6546
6547 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
6548
65492007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6550
6551 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
6552 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
6553 warning about ham processors in spam groups removed.
01c52d31
MB
6554
65552007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 6556
0c7efc08 6557 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 6558 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
6559
65602007-10-28 Jesper Harder <harder@ifa.au.dk>
6561
6562 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
6563 (Mailing List): Typo.
6564 (Customizing Articles): Add gnus-treat-ansi-sequences.
6565 (Article Washing): Index.
6566
6567 * message.texi: Use m-dash consistently.
6568
65692007-10-28 Jesper Harder <harder@ifa.au.dk>
6570
6571 * gnus.texi (GroupLens): Remove.
6572
65732007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
6574
0c7efc08
SM
6575 * gnus.texi (Outgoing Messages, Agent Variables):
6576 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
6577 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
6578
65792007-10-28 Jesper Harder <harder@ifa.au.dk>
6580
6581 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
6582
65832007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6584
6585 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
6586
6587 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
6588
65892007-10-28 Simon Josefsson <jas@extundo.com>
6590
6591 * gnus.texi (Top): Add SASL.
6592
404cd454
GM
65932007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6594
6595 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
6596
65972007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6598
6599 * gnus.texi (Troubleshooting): Adjust Gnus version number.
6600
0edd2970
JB
66012007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
6602
6603 * calc.texi (Formulas, Composition Basics): Lower the
6604 precedence of negation.
6605
a9afba20
JY
66062007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
6607
6608 * ses.texi (The Basics): Mention how to create a new spreadsheet.
6609 Mention the new three-letter column identifiers.
6610 (More on cell printing): Calculate-cell and truncate-cell are now `c'
6611 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
6612 message when using `c' on an empty default with default printer.
6613 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
6614 renamed to `ses--symbolic-formulas' some time ago.
6615
45b778a6
JB
66162007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
6617
6618 * calc.texi (Default Simplifications, Making Selections)
6619 (Customizing Calc): Clarify associativity of multiplication.
6620
03b5bade
MA
66212007-10-23 Michael Albinus <michael.albinus@gmx.de>
6622
6623 * tramp.texi (Traces and Profiles): Simplify loop over
6624 `trace-function-background'.
6625
e658c8ee
JL
66262007-10-22 Juri Linkov <juri@jurta.org>
6627
6628 * dired-x.texi (Shell Command Guessing): Default values are now
6629 available by typing M-n instead of M-p.
6630
dd753688
MA
66312007-10-21 Michael Albinus <michael.albinus@gmx.de>
6632
6633 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
6634 (Password caching): Remove `tramp-clear-passwd'.
6635 It's not a command anymore.
dd753688
MA
6636 (Bug Reports): Add `tramp-bug' to function index.
6637 (Function Index, Variable Index): New nodes.
6638 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
6639
6640 * trampver.texi: Update release number.
6641
4bb49b43
JB
66422007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6643
8b296cdd 6644 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
6645 about integer size into past tense.
6646 (Time Zones): Remove pointer to Calc author's address.
6647 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 6648 and hyperbolic cotangent. Fix typo.
4bb49b43 6649
311dd93f
MA
66502007-10-10 Michael Albinus <michael.albinus@gmx.de>
6651
6652 Sync with Tramp 2.1.11.
6653
6654 * trampver.texi: Update release number.
6655
ea3fc256
MA
66562007-10-06 Michael Albinus <michael.albinus@gmx.de>
6657
6658 * tramp.texi (External packages): New section.
6659
1af74d06
MB
66602007-09-29 Juri Linkov <juri@jurta.org>
6661
6662 * info.texi (Help-Int): Document `L' (`Info-history').
6663
0e2806fa
SM
66642007-09-26 Carsten Dominik <dominik@science.uva.nl>
6665
6666 * org.texi: Change links to webpage and maintained email.
6667 (Remember): Promote to Chapter, significant changes.
6668 (Fast access to TODO states): New section.
6669 (Faces for TODO keywords): New section.
6670 (Export options): Example for #+DATE.
6671 (Progress logging): Section moved.
6672
567b9191
BW
66732007-09-26 Bill Wohler <wohler@newt.com>
6674
6675 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
6676 browse-url-at-mouse.
6677
1af74d06
MB
66782007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
6679
6680 * flymake.texi (Customizable variables): Face names don't end in -face.
6681 Fix flymake-err-line-patterns template.
6682 (Example -- Configuring a tool called directly): Fix init-function.
6683 (Highlighting erroneous lines): Face names don't end in -face.
6684
d60a4e3a 66852007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
6686
6687 * erc.texi (Special-Features): Fix small typo.
6688
7d7a3510
MA
66892007-09-14 Michael Albinus <michael.albinus@gmx.de>
6690
6691 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
6692 and "External transfer methods".
6693
285f0d3a
JB
66942007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
6695
6696 * calc.texi (Predefined Units): Add some history.
6697
526dc846
MO
66982007-09-08 Michael Olson <mwolson@gnu.org>
6699
87e04f16
JB
6700 * erc.texi (Copying): New section included from gpl.texi.
6701 This matches the look of the upstream ERC manual.
526dc846 6702
f10d0e80
JB
67032007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
6704
87e04f16 6705 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
6706 (Random Numbers): Clarify the distribution of `random'.
6707
4009494e
GM
67082007-09-06 Glenn Morris <rgm@gnu.org>
6709
f1fc42aa 6710 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 6711 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
6712 Change all setfilename commands to use ../../info.
6713 * Makefile.in: Move the parts of the old man/Makefile.in that do not
6714 refer to the Emacs manual here.
6715 (infodir): New variable.
6716 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
6717 (cc-mode.texi, faq.texi): Update references to source file locations.
6718 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
6719 do not refer to the Emacs manual here.
6720 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
6721
6722 * Makefile.in: Add `basename' versions of all info targets, for
6723 convenience when rebuilding just one manual.
6724 (../etc/GNU): Delete obsolete target.
6725 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
6726 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
6727 *.vrs *.toc here...
6728 (maintainer-clean): ...from here.
4009494e
GM
6729
6730 * makefile.w32-in (../etc/GNU): Delete obsolete target.
6731
2de53ca6
GM
67322007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
6733
6734 * calc.texi (Date Conversions): Clarify definition of
6735 Julian day numbering.
6736 (Date Forms): Clarify definition of Julian day numbering;
6737 add some history.
6738
67392007-08-30 Carsten Dominik <dominik@science.uva.nl>
6740
87e04f16 6741 * org.texi: Version 5.07.
2de53ca6
GM
6742
67432007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6744
6745 * message.texi (MIME): Replace mml-attach with mml-attach-file.
6746
67472007-08-22 Carsten Dominik <dominik@science.uva.nl>
6748
6749 * org.texi (Adding hyperlink types): New section.
6750 (Embedded LaTeX): Chapter updated because of LaTeX export.
6751 (LaTeX export): New section.
6752 (Using links out): New section.
6753
67542007-08-22 Glenn Morris <rgm@gnu.org>
6755
6756 * faq.texi (Learning how to do something): Refcards now in
6757 etc/refcards/ directory.
6758
67592007-08-22 Michael Albinus <michael.albinus@gmx.de>
6760
6761 * tramp.texi (Remote Programs): Persistency file must be cleared when
6762 changing `tramp-remote-path'.
6763 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
6764 macro.
6765
67662007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6767
6768 * calc.texi: Move contents to beginning of file.
6769 (Algebraic Entry): Fix the formatting of an example.
6770
67712007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6772
6773 * calc.texi (Basic Operations on Units): Mention exact versus
6774 inexact conversions.
6775
67762007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6777
6778 * calc.texi (Basic Operations on Units): Mention default
6779 values for new units.
6780 (Quick Calculator Mode): Mention that binary format will
6781 be displayed.
6782
67832007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6784
6785 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
6786
67872007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6788
6789 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
6790
67912007-08-08 Glenn Morris <rgm@gnu.org>
6792
6793 * gnus.texi, sieve.texi: Replace `iff'.
6794
67952007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6796
6797 * calc.texi (Basic Graphics): Mention the graphing of error
6798 forms.
6799 (Graphics Options): Mention how `g s' handles error forms.
6800 (Curve Fitting): Mention plotting the curves.
6801 (Standard Nonlinear Models): Add additional models.
6802 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
6803 (Linear Fits): Correct result.
6804
68052007-08-01 Alan Mackenzie <acm@muc.de>
6806
6807 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
6808 to "--no-site-file".
6809
68102007-07-29 Michael Albinus <michael.albinus@gmx.de>
6811
6812 * tramp.texi (Frequently Asked Questions): Point to mode line
6813 extension in Emacs 23.1.
6814
6815 * trampver.texi: Update release number.
6816
68172007-07-27 Glenn Morris <rgm@gnu.org>
6818
6819 * calc.texi (Copying): Include license text from gpl.texi, rather than
6820 in-line.
6821
68222007-07-25 Glenn Morris <rgm@gnu.org>
6823
6824 * calc.texi (Copying): Replace license with GPLv3.
6825
6826 * Relicense all FSF files to GPLv3 or later.
6827
68282007-07-22 Michael Albinus <michael.albinus@gmx.de>
6829
6830 Sync with Tramp 2.1.10.
6831
6832 * tramp.texi (trampfn): Expand macro implementation in order to handle
6833 empty arguments.
6834 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 6835 occurrences by trampfn.
2de53ca6 6836 (Frequently Asked Questions): Extend example code for host
b2abec73 6837 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
6838 file names to be typed.
6839
6840 * trampver.texi: Update release number.
6841
68422007-07-17 Michael Albinus <michael.albinus@gmx.de>
6843
6844 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6845 section. Reported by <poti@potis.org>.
6846 (Remote processes): Arguments of the program to be debugged are taken
6847 literally.
6848 (Frequently Asked Questions): Simplify recentf example.
6849
68502007-07-14 Karl Berry <karl@gnu.org>
6851
6852 * info.texi (@copying): New Back-Cover Text.
6853
6854 * info.texi (Quitting Info): Move to proper place in source.
6855 (Reported by Benno Schulenberg.)
6856
68572007-07-13 Eli Zaretskii <eliz@gnu.org>
6858
6859 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6860
6861 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6862
6863 * emacs-mime.texi: Add @documentencoding directive.
6864
68652007-07-12 Nick Roberts <nickrob@snap.net.nz>
6866
6867 * tramp.texi (Remote processes): Add an anchor to the subsection
6868 "Running a debugger on a remote host".
6869
68702007-07-12 Michael Albinus <michael.albinus@gmx.de>
6871
6872 * tramp.texi (Remote processes): Don't call it "experimental" any
6873 longer. Add subsection about running a debugger on a remote host.
6874
68752007-07-10 Carsten Dominik <dominik@science.uva.nl>
6876
6877 * org.texi (Properties and columns): Chapter rewritten.
6878
68792007-07-08 Michael Albinus <michael.albinus@gmx.de>
6880
6881 * tramp.texi:
6882 * trampver.texi: Migrate to Tramp 2.1.
6883
68842007-07-02 Carsten Dominik <dominik@science.uva.nl>
6885
6886 * org.texi (Properties): New chapter.
6887
68882007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6889
6890 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6891 Control Panel.
6892
6893 * gnus.texi (Misc Article): Add index entry for
6894 gnus-single-article-buffer.
6895
68962007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6897
6898 * gnus.texi (Starting Up): Fix typo.
6899
69002007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6901
6902 * gnus.texi (Asynchronous Fetching): Fix typo.
6903
69042007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6905
6906 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6907 (About This Manual): Remove redundant information.
6908 (Getting Started): Mention author.
6909 (Basic Arithmetic, Customizing Calc): Make description of the
6910 variable `calc-multiplication-has-precedence' match its new effect.
6911
69122007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6913
0c7efc08
SM
6914 * calc.texi (Basic Arithmetic, Customizing Calc):
6915 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6916
69172007-06-19 Carsten Dominik <dominik@science.uva.nl>
6918
6919 * org.texi (Tag): Section swapped with node Timestamps.
6920 (Formula syntax for Lisp): Document new `L' flag.
6921
69222007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6923
6924 * gnus.texi (Misc Group Stuff, Summary Buffer)
6925 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6926
69272007-06-06 Juanma Barranquero <lekktu@gmail.com>
6928
6929 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6930 * gnus.texi (Article Buttons, Mail Source Customization)
6931 (Sending or Not Sending, Customizing NNDiary):
6932 * message.texi (Message Headers):
6933 * mh-e.texi (HTML): Fix typos.
6934
69352007-06-07 Michael Albinus <michael.albinus@gmx.de>
6936
6937 Sync with Tramp 2.0.56.
6938
6939 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6940 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6941
69422007-06-02 Chong Yidong <cyd@stupidchicken.com>
6943
6944 * Version 22.1 released.
6945
69462007-05-26 Michael Olson <mwolson@gnu.org>
6947
6948 * erc.texi (Modules): Fix references to completion modules.
6949
69502007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6951
6952 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6953
69542007-05-09 Didier Verna <didier@xemacs.org>
6955
6956 * gnus.texi (Email Based Diary): New. Proper documentation for the
6957 nndiary back end and the gnus-diary library.
6958
69592007-05-03 Karl Berry <karl@gnu.org>
6960
6961 * .cvsignore (*.pdf): New entry.
6962
6963 * texinfo.tex: Update from current version for better pdf generation.
6964
69652007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6966
6967 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6968
69692007-04-28 Glenn Morris <rgm@gnu.org>
6970
6971 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6972 consideration of legal status.
6973
69742007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6975
6976 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6977
69782007-04-24 Chong Yidong <cyd@stupidchicken.com>
6979
6980 * faq.texi (New in Emacs 22): python.el removed.
6981
69822007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6983
6984 * calc.texi (Reporting bugs): Update maintainer's address.
6985
69862007-04-22 Chong Yidong <cyd@stupidchicken.com>
6987
6988 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6989
69902007-04-15 Jay Belanger <belanger@truman.edu>
6991
6992 * calc.texi (Title page): Remove the date.
6993 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6994 (The Standard Calc Interface): Change trail title.
6995 (Floats): Mention that when non-decimal floats are entered, only
6996 approximations are stored.
6997 (Copying): Move to the appendices.
6998 (GNU Free Documentation License): Add as an appendix.
6999
70002007-04-15 Chong Yidong <cyd@stupidchicken.com>
7001
7002 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
7003 * dired-x.texi, ebrowse.texi, ediff.texi:
7004 * emacs-mime.texi, erc.texi, eshell.texi:
7005 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
7006 * idlwave.texi, message.texi, newsticker.texi, org.texi:
7007 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
7008 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
7009 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
7010 * woman.texi: Include GFDL.
7011
7012 * doclicense.texi: Remove node heading, so that it can be included by
7013 other files.
7014
7015 * dired-x.texi: Relicence under GFDL. Remove date from title page.
7016
7017 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
7018 than *.
7019
70202007-04-14 Carsten Dominik <dominik@science.uva.nl>
7021
7022 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
7023 in Calc.
7024
70252007-04-09 Romain Francoise <romain@orebokech.com>
7026
7027 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
7028 Mac OS ports. Make it clear that mouse-1 complements and doesn't
7029 replace mouse-2.
7030
70312007-04-08 Chong Yidong <cyd@stupidchicken.com>
7032
7033 * woman.texi (Word at point, Interface Options): woman-topic-at-point
7034 renamed to woman-use-topic-at-point. Document new behavior.
7035
70362007-04-08 Richard Stallman <rms@gnu.org>
7037
7038 * url.texi: Fix some indexing.
7039 (Disk Caching): Drop discussion of old/other Emacs versions.
7040
70412007-04-07 Chong Yidong <cyd@stupidchicken.com>
7042
7043 * url.texi (Disk Caching): Say Emacs 21 "and later".
7044
7045 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
7046 on Font locking which now mentions JIT lock.
7047
70482007-04-01 Michael Olson <mwolson@gnu.org>
7049
7050 * erc.texi: Update for the ERC 5.2 release.
7051
70522007-03-31 David Kastrup <dak@gnu.org>
7053
7054 * woman.texi (Topic, Interface Options): Explain changes semantics of
7055 woman-manpath in order to consider MANPATH_MAP entries.
7056
70572007-03-31 Eli Zaretskii <eliz@gnu.org>
7058
7059 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
7060
70612007-03-26 Richard Stallman <rms@gnu.org>
7062
7063 * pgg.texi (Caching passphrase): Clean up previous change.
7064
70652007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
7066
7067 * gnus.texi (Setting Process Marks): Fix typo.
7068
70692007-03-25 Romain Francoise <romain@orebokech.com>
7070
7071 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
7072 readability, and include various fixes by Daniel Brockman, Nick Roberts
7073 and Dieter Wilhelm.
7074
70752007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
7076
7077 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
7078
7079 * gnus.texi (Mail Source Specifiers): Fix typo.
7080
70812007-03-22 Ralf Angeli <angeli@caeruleus.net>
7082
7083 * reftex.texi (Imprint): Update maintainer information.
7084
70852007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7086
7087 * message.texi (Message Buffers): Update documentation for
7088 message-generate-new-buffers.
7089
70902007-03-15 Daiki Ueno <ueno@unixuser.org>
7091
7092 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
7093
70942007-03-21 Glenn Morris <rgm@gnu.org>
7095
7096 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
7097
70982007-03-19 Chong Yidong <cyd@stupidchicken.com>
7099
7100 * eshell.texi (Known problems): Emacs 21 -> 22.
7101
7102 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
7103
71042007-03-18 Jay Belanger <belanger@truman.edu>
7105
7106 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
7107
71082007-03-12 Glenn Morris <rgm@gnu.org>
7109
7110 * calc.texi (Time Zones): Switch to new North America DST rule.
7111
7112 * calc.texi: Replace "daylight savings" with "daylight
7113 saving" in text throughout.
7114
71152007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7116
7117 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
7118 The variable now uses a list of symbols instead of just a symbol.
7119 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7120
71212007-03-06 Romain Francoise <romain@orebokech.com>
7122
7123 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
7124 new packages, and mention Gnus update.
7125
71262007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7127
7128 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
7129 nntp-open-connection-functions-never-echo-commands.
7130
71312007-02-27 Chong Yidong <cyd@stupidchicken.com>
7132
7133 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
7134 problems on the console, and security risk in not using gpg-agent.
7135
71362007-02-25 Carsten Dominik <dominik@science.uva.nl>
7137
0c7efc08 7138 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
7139 Completely reorganized and rewritten.
7140 (CamelCase links): Section removed.
7141 (Repeating items): New section.
7142 (Tracking TODO state changes): New section.
7143 (Agenda views): Chapter reorganized and rewritten.
7144 (HTML export): Section rewritten.
7145 (Tables in arbitrary syntax): New section.
7146 (Summary): Better feature summary.
7147 (Activation): Document problem with cut-and-paste of Lisp code
7148 from PDF files.
7149 (Visibility cycling): Document indirect buffer use.
7150 (Structure editing): Document sorting.
7151 (Remember): Section rewritten.
7152 (Time stamps): Better description of time stamp types.
7153 (Tag searches): Document regular expression search for tags.
7154 (Stuck projects): New section.
7155 (In-buffer settings): New keywords.
c5b0993e 7156 (History and Acknowledgments): Update description.
2de53ca6
GM
7157
71582007-02-24 Alan Mackenzie <acm@muc.de>
7159
7160 * cc-mode.texi (Movement Commands): Insert two missing command names.
7161 (Getting Started): Slight wording correction (use conditional).
7162
71632007-02-22 Kim F. Storm <storm@cua.dk>
7164
7165 * widget.texi (User Interface, Basic Types): Document need to put some
7166 text before the %v escape in :format string in editable-field widget.
7167
71682007-02-18 Romain Francoise <romain@orebokech.com>
7169
7170 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
7171 `cvs-mode-quit'.
7172
71732007-02-10 Markus Triska <markus.triska@gmx.at>
7174
7175 * widget.texi (Programming Example): Put constant strings in :format.
7176
71772007-02-07 Juanma Barranquero <lekktu@gmail.com>
7178
7179 * faq.texi (Fullscreen mode on MS-Windows): New node.
7180
71812007-02-04 David Kastrup <dak@gnu.org>
7182
7183 * faq.texi (AUCTeX): Update version number. Should probably be done
7184 for other packages as well.
7185
71862007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7187
7188 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
7189 <tassilo@member.fsf.org>.
7190
71912007-01-27 Eli Zaretskii <eliz@gnu.org>
7192
7193 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
7194 ls-lisp-use-localized-time-format.
7195
71962007-01-20 Markus Triska <markus.triska@gmx.at>
7197
7198 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
7199
72002007-01-13 Michael Olson <mwolson@gnu.org>
7201
7202 * erc.texi (Modules): Mention capab-identify module.
7203
72042007-01-05 Michael Olson <mwolson@gnu.org>
7205
7206 * erc.texi (Getting Started): Update for /RECONNECT command.
7207
72082007-01-04 Richard Stallman <rms@gnu.org>
7209
7210 * ebrowse.texi: Change C-c b to C-c C-m.
7211
72122007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7213
7214 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
7215 variables only in info to avoid redundant entries in the printed
7216 manual.
7217
72182007-01-02 Daiki Ueno <ueno@unixuser.org>
7219
7220 * message.texi (Using PGP/MIME): Document gpg-agent usage.
7221
72222007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
7223
7224 * message.texi (Security): Split into sub-nodes.
7225
72262007-01-01 Alan Mackenzie <acm@muc.de>
7227
7228 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
7229 eval-after-load in Emacs <=21 and a workaround. Document that
7230 trigraphs are not supported.
7231
72322007-01-01 Alan Mackenzie <acm@muc.de>
7233
7234 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
7235 c-context-line-break. When invoked within a string, preserve
7236 whitespace. Add a backslash only when also in a macro.
7237
72382007-01-01 Alan Mackenzie <acm@muc.de>
7239
7240 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
7241
72422007-01-01 Alan Mackenzie <acm@muc.de>
7243
7244 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
7245 are now bound by default to c-\(beginning\|end\)-of-defun by default.
7246
72472007-01-01 Alan Mackenzie <acm@muc.de>
7248
7249 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
7250 "Choosing a Style".
7251
7252 * cc-mode.texi ("Styles"): Add @dfn{style}.
7253
72542006-12-30 Michael Albinus <michael.albinus@gmx.de>
7255
7256 Sync with Tramp 2.0.55.
7257
7258 * trampver.texi: Update release number.
7259
72602006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
7261
7262 * gnus.texi (Customizing Articles): Add index entries for all
7263 gnus-treat-* variables.
7264
c8763fb6 72652006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
7266
7267 * gnus.texi (IMAP): Fix incorrect explanation of
7268 nnimap-search-uids-not-since-is-evil in documentation for
7269 nnimap-expunge-search-string.
7270
72712006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
7272
7273 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
7274 spam-ifile-database.
7275
72762006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7277
7278 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
7279 rebind C-s.
7280
c8763fb6 72812006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
7282
7283 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
7284 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
7285 "expiring mail".
7286 (IMAP): Document nnimap-search-uids-not-since-is-evil and
7287 nnimap-nov-is-evil.
7288
72892006-12-25 Kevin Ryde <user42@zip.com.au>
7290
7291 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
7292 about the key procedure being used heavily.
7293
72942006-12-24 Chong Yidong <cyd@stupidchicken.com>
7295
7296 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
7297 to t.
7298 (Prerequisites): Add explanation about gpg-agent.
7299
73002006-12-22 Kevin Ryde <user42@zip.com.au>
7301
7302 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
7303 "sort" instead of "sort*".
7304
73052006-12-19 Richard Stallman <rms@gnu.org>
7306
7307 * calc.texi (History and Acknowledgements): Recognize that Emacs
7308 now does have floating point.
7309
73102006-12-19 Michael Albinus <michael.albinus@gmx.de>
7311
7312 * tramp.texi (External transfer methods): Describe new method `scpc'.
7313
73142006-12-17 Sascha Wilde <wilde@sha-bang.de>
7315
7316 * pgg.texi: Added short note on gpg-agent to the introduction.
7317
73182006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7319
7320 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
7321 also applies to Cc.
7322
73232006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7324
7325 * gnus.texi (X-Face): Clarify. Say which programs are required
7326 on Windows.
7327
73282006-12-08 Michael Olson <mwolson@gnu.org>
7329
7330 * erc.texi (Modules): Remove documentation for list module.
7331
c8763fb6 73322006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
7333
7334 * faq.texi (^M in the shell buffer): Ditto.
7335
73362006-11-20 Michael Olson <mwolson@gnu.org>
7337
7338 * erc.texi: Call this the 5.2 stable pre-release of ERC.
7339
73402006-11-17 Carsten Dominik <dominik@science.uva.nl>
7341
7342 * org.texi: Fix typos.
7343 (Agenda commands): Document `C-k'.
7344
73452006-11-16 Eli Zaretskii <eliz@gnu.org>
7346
7347 * url.texi (http/https): Fix a typo in the HTTP URL.
7348
73492006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7350
7351 * ada-mode.texi: Total rewrite.
7352
73532006-11-13 Carsten Dominik <dominik@science.uva.nl>
7354
7355 * org.texi: Minor typo fixes.
7356
73572006-11-13 Bill Wohler <wohler@newt.com>
7358
7359 Release MH-E manual version 8.0.3.
7360
7361 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7362 release 8.0.3.
7363
7364 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
7365 to set MAILDIR.
7366 (Reading Mail): Document the customization of read-mail-command
7367 for MH-E.
7368 (Viewing Attachments): Document mm-discouraged-alternatives.
7369 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
7370 (Junk): Add more information about the settings of mh-junk-background
7371 in a program. Add /usr/bin/mh to PATH in examples.
7372
73732006-11-12 Richard Stallman <rms@gnu.org>
7374
7375 * woman.texi: Update author address but say he no longer maintains it.
7376
73772006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7378
7379 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
7380 archived trees.
7381 (Checkboxes): Section moved to chapter 5, and extended.
7382 (The date/time prompt): New section.
7383 (Link abbreviations): New section.
7384 (Presentation and sorting): New section.
7385 (Custom agenda views): Section completely rewritten.
7386 (Summary): Compare with Planner.
7387 (Feedback): More info about creating backtraces.
c5b0993e 7388 (Plain lists): Modify example.
2de53ca6
GM
7389 (Breaking down tasks): New section.
7390 (Custom time format): New section.
7391 (Time stamps): Document inactive timestamps.
7392 (Setting tags): More details about fast tag selection.
7393 (Block agenda): New section.
7394 (Custom agenda views): Section rewritten.
7395 (Block agenda): New section.
7396
73972006-11-07 Michael Albinus <michael.albinus@gmx.de>
7398
7399 * tramp.texi (Configuration): scp is the default method.
7400 (Default Method): Use ssh as example for another method.
7401
74022006-10-27 Richard Stallman <rms@gnu.org>
7403
7404 * woman.texi: Downcase nroff/troff/roff.
7405 (Installation): Chapter deleted. Some xrefs deleted.
7406 (Background): woman doesn't advise man ;-).
7407
c8763fb6 74082006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
7409
7410 * ada-mode.texi (Project files, Identifier completion)
7411 (Automatic Casing, Debugging, Using non-standard file names)
7412 (Working Remotely): Fix typos.
7413
74142006-10-20 Masatake YAMATO <jet@gyve.org>
7415
0c7efc08 7416 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
7417 sample code `my-c-initialization-hook'.
7418
74192006-10-19 Stuart D. Herring <herring@lanl.gov>
7420
7421 * widget.texi: Fix typos.
7422
74232006-10-19 Michael Albinus <michael.albinus@gmx.de>
7424
7425 * tramp.texi (Frequently Asked Questions): Remove questions marked with
7426 "???". There have been no complaints for years, so the information
7427 must be appropriate.
7428
74292006-10-16 Richard Stallman <rms@gnu.org>
7430
7431 * widget.texi: Use @var instead of capitalization.
7432 Clarify many widget type descriptions.
7433
74342006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7435
7436 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
7437 gnus-dired-attach.
7438 (Selecting a Group): Fix typo.
7439
c8763fb6 74402006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
7441
7442 * widget.texi: Fix typos.
7443
74442006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
7445
7446 * gnus.texi (Image Enhancements): Update for Emacs 22.
7447
7448 * gnus-faq.texi ([1.3]): Update.
7449
74502006-10-06 Richard Stallman <rms@gnu.org>
7451
7452 * faq.texi (Displaying the current line or column):
7453 Delete "As of Emacs 20".
7454
74552006-10-06 Romain Francoise <romain@orebokech.com>
7456
7457 * faq.texi (VM): VM works with Emacs 22 too.
7458
74592006-10-06 Richard Stallman <rms@gnu.org>
7460
7461 * ebrowse.texi: Remove Emacs version "21" from title.
7462
74632006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
7464
7465 * gnus.texi (Foreign Groups): Say where change of editing commands are
7466 stored. Add reference to `gnus-parameters'.
7467
74682006-09-15 Jay Belanger <belanger@truman.edu>
7469
7470 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
7471 Change "Library Public License" to "Lesser Public License"
7472 throughout. Use "yyyy" to represent year.
7473
74742006-09-15 Carsten Dominik <dominik@science.uva.nl>
7475
7476 * org.texi (Setting tags): Typo fix.
7477
74782006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
7479
7480 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
7481
74822006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
7483
7484 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
7485
74862006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7487
7488 * faq.texi (Escape sequences in shell output): EMACS is now set
7489 to Emacs's absolute file name, not to "t".
7490 (^M in the shell buffer): Likewise.
7491 * misc.texi (Interactive Shell): Likewise.
7492
74932006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7494
7495 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
7496 mails with pop3-leave-mail-on-server. Fix wording.
7497 (Limiting): Improve gnus-summary-limit-to-articles.
7498 (X-Face): Fix typo.
7499
75002006-09-11 Simon Josefsson <jas@extundo.com>
7501
7502 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
7503 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
7504
75052006-09-06 Simon Josefsson <jas@extundo.com>
7506
7507 * smtpmail.texi (Authentication): Mention SSL.
7508
75092006-09-01 Eli Zaretskii <eliz@gnu.org>
7510
7511 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
7512 Don't use @indicateurl.
7513
7514 * cc-mode.texi (Subword Movement): Don't use @headitem.
7515 (Custom Braces, Clean-ups): Don't use @tie.
7516
75172006-08-29 Michael Albinus <michael.albinus@gmx.de>
7518
7519 Sync with Tramp 2.0.54.
7520
7521 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
7522 Suggested by Adrian Phillips <a.phillips@met.no>.
7523
75242006-08-15 Carsten Dominik <dominik@science.uva.nl>
7525
7526 * org.texi (Installation, Activation): Split from Installation and
7527 Activation.
7528 (Clocking work time): Documented new features.
7529
75302006-08-13 Alex Schroeder <alex@gnu.org>
7531
7532 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
7533 example.
7534
75352006-08-12 Eli Zaretskii <eliz@gnu.org>
7536
7537 * faq.texi (How to add fonts): New node.
7538
75392006-08-05 Romain Francoise <romain@orebokech.com>
7540
7541 * faq.texi (New in Emacs 22): Expand.
7542
75432006-08-03 Michael Olson <mwolson@gnu.org>
7544
7545 * erc.texi: Update for ERC 5.1.4.
7546
75472006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7548
7549 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
7550 in .../site-lisp/gnus/ by default.
7551 [ From gnus-news.texi in the trunk. ]
7552
75532006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7554
7555 * gnus.texi (MIME Commands): Additions for yEnc.
7556
75572006-07-24 Richard Stallman <rms@gnu.org>
7558
7559 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
7560 * faq.texi: Move periods and commas inside quotes.
7561
75622006-07-20 Jay Belanger <belanger@truman.edu>
7563
7564 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
7565
75662006-07-18 Chong Yidong <cyd@stupidchicken.com>
7567
7568 * faq.texi (Security risks with Emacs): Document Emacs 22
7569 file-local-variable mechanism.
7570
75712006-07-12 Michael Olson <mwolson@gnu.org>
7572
7573 * erc.texi: Update for ERC 5.1.3.
7574
75752006-07-12 Alex Schroeder <alex@gnu.org>
7576
7577 * rcirc.texi: Fix typos.
7578 (Getting started with rcirc): New calling convention for M-x irc.
7579 Mention #rcirc. Removed channel tracking.
0c7efc08 7580 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
7581 recently, eg. rcirc-server to rcirc-default-server. Added
7582 documentation for rcirc-authinfo, some background for Bitlbee, and
7583 rcirc-track-minor-mode.
0c7efc08 7584 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 7585 Scrolling.
0c7efc08 7586 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
7587 to match code changes.
7588
75892006-07-10 Nick Roberts <nickrob@snap.net.nz>
7590
7591 * gnus.texi, message.texi: Fix typos.
7592
75932006-07-07 Carsten Dominik <dominik@science.uva.nl>
7594
7595 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
7596 commands.
7597 (Global TODO list): Document the use of the variables
7598 `org-agenda-todo-ignore-scheduled' and
7599 `org-agenda-todo-list-sublevels'.
7600
76012006-07-05 Richard Stallman <rms@gnu.org>
7602
7603 * faq.texi (Scrolling only one line): Fix xref.
7604
76052006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7606
7607 * faq.texi (Evaluating Emacs Lisp code):
7608 Throughout, replace eval-current-buffer with eval-buffer.
7609
76102006-07-03 Richard Stallman <rms@gnu.org>
7611
7612 * rcirc.texi (Scrolling conservatively): Fix xref.
7613
7614 * pcl-cvs.texi (Viewing differences): Usage fix.
7615
76162006-07-03 Carsten Dominik <dominik@science.uva.nl>
7617
7618 * org.texi (Agenda commands): Document `s' key to save all org-mode
7619 buffers.
7620
76212006-06-30 Ralf Angeli <angeli@caeruleus.net>
7622
7623 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
7624 names. Mention `cvs-msg' face.
7625
76262006-06-29 Carsten Dominik <dominik@science.uva.nl>
7627
7628 * org.texi (Checkboxes): New section.
7629
76302006-06-28 Carsten Dominik <dominik@science.uva.nl>
7631
7632 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
7633 throughout this chapter.
7634
76352006-06-27 Chong Yidong <cyd@stupidchicken.com>
7636
7637 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
7638 text for standalone vs Emacs info.
7639 (Help): Clarify header line description. Use mouse-1 for clicks.
7640 (Help-P): Use mouse-1 for clicks.
7641 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
7642 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
7643 (Choose menu subtopic): Remove gratuitous Emacs command names.
7644 (Help-FOO): Put usual behavior first.
7645 (Help-Xref): Clicking on xrefs works in Emacs.
7646 (Search Text): Clarify what the default behavior is.
7647 (Create Info buffer): Fix Emacs window/X window confusion.
7648 (Emacs Info Variables): Fix for new Emacs init file behavior.
7649
76502006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7651
7652 * gnus.texi (Summary Buffer Lines): Fix typo.
7653
76542006-06-23 Carsten Dominik <dominik@science.uva.nl>
7655
7656 * org.texi (Embedded LaTeX): New chapter.
7657 (Archiving): Section rewritten.
7658 (Enhancing text): Some parts moved to the new chapter about LaTeX.
7659
76602006-06-20 Bill Wohler <wohler@newt.com>
7661
7662 Release MH-E manual version 8.0.1.
7663
7664 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7665 release 8.0.1.
7666 (Preface): Depend on GNU mailutils 1.0 and higher.
7667
76682006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7669
7670 * message.texi (News Headers): Update message-syntax-checks section.
7671
76722006-06-19 Karl Berry <karl@gnu.org>
7673
7674 * info.texi (Advanced): Mention C-q, especially with ?.
7675
76762006-06-19 Carsten Dominik <dominik@science.uva.nl>
7677
7678 * org.texi (Publishing links): Document the `:link-validation-function'
7679 property.
7680 (Extensions and Hacking): New chapter, includes some sections of the
7681 "Miscellaneous" chapter.
7682
76832006-06-10 Carsten Dominik <dominik@science.uva.nl>
7684
7685 * org.texi (Progress logging): New section.
7686
2de53ca6
GM
76872006-06-06 Carsten Dominik <dominik@science.uva.nl>
7688
7689 * org.texi (ASCII export): Document indentation adaptation.
7690 (Setting tags): Document mutually-exclusive tags.
7691
76922006-06-05 Romain Francoise <romain@orebokech.com>
7693
7694 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
7695 Fix typo.
7696
7697 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
7698 channel (#gnus@irc.freenode.net).
7699 Fix typos. Update copyright notice.
7700
7701 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
7702 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
7703 (Line-Up Functions, Custom Macros):
7704 * ediff.texi (Window and Frame Configuration)
dccb744b 7705 (Highlighting Difference Regions):
2de53ca6
GM
7706 * emacs-mime.texi (Display Customization):
7707 * erc.texi (History):
7708 * eshell.texi (Known problems):
7709 * eudc.texi (Overview, BBDB):
7710 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
7711 (The problem of spam, SpamOracle, Extending the Spam package)
7712 (Conformity, Terminology):
dccb744b 7713 * idlwave.texi (Routine Info)
2de53ca6
GM
7714 (Class and Keyword Inheritance, Padding Operators)
7715 (Breakpoints and Stepping, Electric Debug Mode)
7716 (Examining Variables, Troubleshooting):
7717 * org.texi (Creating timestamps):
7718 * reftex.texi (Commands, Options, Changes):
7719 * tramp.texi (Inline methods, Password caching)
7720 (Auto-save and Backup, Issues):
7721 * vip.texi (Files, Commands in Insert Mode):
7722 * viper.texi (Emacs Preliminaries, States in Viper)
7723 (Packages that Change Keymaps, Viper Specials, Groundwork):
7724 Fix various typos.
7725
77262006-05-31 Michael Ernst <mernst@alum.mit.edu>
7727
7728 * ediff.texi: Fix typos.
7729
77302006-05-30 Carsten Dominik <dominik@science.uva.nl>
7731
7732 * org.texi: Small typo fixes.
7733
fff84c22
JB
77342006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 * viper.texi (Viper Specials):
7737 * gnus.texi (Example Setup):
7738 * faq.texi (Backspace invokes help):
7739 * dired-x.texi (Optional Installation Dired Jump):
7740 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
7741 follow coding conventions.
7742
2de53ca6
GM
77432006-05-29 Michael Albinus <michael.albinus@gmx.de>
7744
7745 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
7746
77472006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7748
7749 * pcl-cvs.texi: Fix typos.
7750 (Customization): Say "us".
7751
77522006-05-26 Eli Zaretskii <eliz@gnu.org>
7753
7754 * org.texi: Remove bogus @setfilename.
7755
77562006-05-26 Carsten Dominik <dominik@science.uva.nl>
7757
7758 * org.texi (ASCII export): Omit command name.
7759 (HTML export): Add prefix to all lines in Local Variable example.
7760 (Acknowledgments): Typeset names in italics.
7761
77622006-05-24 Carsten Dominik <dominik@science.uva.nl>
7763
7764 * org.texi (Plain lists): Add new item navigation commands.
7765 (External links): Document elisp and info links.
7766 (Custom searches): New section.
7767 (Publishing): New chapter.
7768 (HTML export): Include a list of supported CSS classes.
7769 (Setting tags): Describe the fast-tag-setting interface.
7770
77712006-05-20 Luc Teirlinck <teirllm@auburn.edu>
7772
7773 * dired-x.texi: ifinfo -> ifnottex.
7774
77752006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
7776
7777 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
7778
77792006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
7780
7781 * message.texi (Interface): Add tool bar customization.
7782 (MIME): Index and text additions for mml-attach.
7783 (MIME): Describe mml-dnd-protocol-alist and
7784 mml-dnd-attach-options.
7785
7786 * gnus.texi (Oort Gnus): Reorder entries in sections.
7787 Fix some entries.
7788 (Starting Up): Add references to "Emacs for Heathens" and to
7789 "Finding the News". Add user-full-name and user-mail-address.
7790 (Group Buffer Format): Add tool bar customization and update.
7791 (Summary Buffer): Add tool bar customization.
7792 (Posting Styles): Add message-alternative-emails.
7793
77942006-05-09 Michael Albinus <michael.albinus@gmx.de>
7795
7796 * tramp.texi (Filename completion): Improve wording.
7797
77982006-05-07 Romain Francoise <romain@orebokech.com>
7799
7800 * faq.texi (Using regular expressions): Fix typo.
7801 (Packages that do not come with Emacs): Fix capitalization.
7802 (Replacing text across multiple files): Expand node to explain how
7803 to use `dired-do-query-replace-regexp' in more detail, based on
7804 suggestion by Eric Hanchrow <offby1@blarg.net>.
7805
78062006-05-06 Michael Albinus <michael.albinus@gmx.de>
7807
7808 * tramp.texi (Filename completion): Completion of remote files'
7809 method, user name and host name is active only in partial
7810 completion mode.
7811
78122006-05-06 Bill Wohler <wohler@newt.com>
7813
7814 Release MH-E manual version 8.0.
7815
7816 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7817 release 8.0.
7818
78192006-05-06 Bill Wohler <wohler@newt.com>
7820
7821 * mh-e.texi (MH-BOOK-HOME): Change from
7822 http://www.ics.uci.edu/~mh/book/mh to
7823 http://rand-mh.sourceforge.net/book/mh.
7824 Replace .htm suffix with .html for MH book files.
7825 (Using This Manual): Update key binding for getting relevant
7826 chapter in Info from command key.
7827 (Ranges): Fix itemx.
7828
78292006-05-05 Karl Berry <karl@gnu.org>
7830
7831 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7832 (\fonttextsize): New user-level command to change text font size.
7833
78342006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7835
7836 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7837
78382006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7839
7840 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7841
78422006-04-24 Bill Wohler <wohler@newt.com>
7843
7844 * mh-e.texi (Getting Started): Make it more explicit that you need
7845 to install MH. Add pointers to current MH implementations.
7846
78472006-04-21 Bill Wohler <wohler@newt.com>
7848
7849 Release MH-E manual version 7.94.
7850
7851 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7852 release 7.94.
7853
78542006-04-21 Carsten Dominik <dominik@science.uva.nl>
7855
7856 * org.texi: Many small fixes.
7857 (Handling links): Rename from "Managing links".
7858
78592006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7860
7861 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7862 (Splitting mail using spam-stat): Fix @xref.
7863
78642006-04-20 Chong Yidong <cyd@stupidchicken.com>
7865
7866 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7867 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7868
78692006-04-20 Carsten Dominik <dominik@science.uva.nl>
7870
7871 * org.texi (Time stamps): Better explanation of the purpose of
7872 different time stamps.
7873 (Structure editing, Plain lists): More details on how new items
7874 and headings are inserted.
7875
78762006-04-18 Carsten Dominik <dominik@science.uva.nl>
7877
7878 * org.texi (Formula syntax): Fix link to Calc Manual.
7879
78802006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7881
7882 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7883
78842006-04-17 Bill Wohler <wohler@newt.com>
7885
7886 * mh-e.texi (Folders): Update mh-before-quit-hook and
7887 mh-quit-hook example with code that removes the buffers rather
7888 than just bury them.
7889
78902006-04-17 Michael Albinus <michael.albinus@gmx.de>
7891
7892 Sync with Tramp 2.0.53.
7893
78942006-04-13 Carsten Dominik <dominik@science.uva.nl>
7895
7896 * org.texi (Updating settings): New section.
7897 (Visibility cycling): Better names for the startup folding
7898 options.
7899 (Exporting): Completely restructured.
7900 (The very busy C-c C-c key): New section.
7901 (Summary of in-buffer settings): New section.
7902
79032006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7904
7905 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7906
79072006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7908
7909 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7910 (Server Commands): Key `v' is reserved for users.
7911
79122006-04-11 Carsten Dominik <dominik@science.uva.nl>
7913
7914 * org.texi (Link format): New section, emphasis on bracket links.
7915 (External links): Document bracket links.
7916 (FAQ): Expand to cover shell links and the new link format.
7917
79182006-04-09 Kevin Ryde <user42@zip.com.au>
7919
7920 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7921
79222006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7923
7924 * gnus.texi (Summary Buffer Lines): Add `*'.
7925
c8763fb6 79262006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7927
7928 * gnus.texi (Group Parameters):
7929 Mention gnus-permanently-visible-groups.
7930
79312006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7932
7933 * gnus.texi (Face): Fix typo.
7934
79352006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7936
7937 * gnus.texi (X-Face): Clarify.
7938 (Face): Need Emacs with PNG support.
7939
79402006-04-06 Richard Stallman <rms@gnu.org>
7941
7942 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7943 Emacs".
7944
79452006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7946
7947 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7948 blocks not suitable for inclusion with Emacs using variable
7949 PARTOFEMACS.
7950
79512006-04-04 Simon Josefsson <jas@extundo.com>
7952
7953 * gnus.texi (Security): Improve.
7954
79552006-04-02 Bill Wohler <wohler@newt.com>
7956
7957 * mh-e.texi (Getting Started, Junk, Bug Reports)
7958 (MH FAQ and Support): Fix URLs.
7959
79602006-03-31 Romain Francoise <romain@orebokech.com>
7961
7962 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7963 to t, not nil (and has for the past eight years).
7964
79652006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7966
7967 * message.texi, gnus.texi: Bump version to 5.11.
7968
79692006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7970
7971 * gnus.texi (Top): Add comment about version line.
7972
7973 * message.texi (Top): Ditto. Change to take named versions into
7974 account.
7975
79762006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7977
7978 * gnus.texi (Posting Styles): Add x-face-file to example.
7979 (X-Face): Refer to posting styles.
7980
7981 * gnus-faq.texi ([5.8]): Add x-face-file.
7982 ([8.4]): Add links to gmane.emacs.gnus.user and
7983 gmane.emacs.gnus.general.
7984
79852006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7986
7987 * gnus-faq.texi: Use .invalid.
7988 ([5.4]): Fix gnus-posting-styles example.
7989
79902006-03-27 Romain Francoise <romain@orebokech.com>
7991
7992 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7993 Emacs/W3 needs a new maintainer.
7994 (Ispell): Update author and version info.
7995 (Mailcrypt): Mention PGG.
7996 (New in Emacs 22): Add PGG to the list of new packages.
7997 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7998 updating dead URLs.
7999
80002006-03-25 Karl Berry <karl@gnu.org>
8001
8002 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
8003 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
8004 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
8005 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
8006 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
8007 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
8008 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
8009 (2) do not indent copyright year list (or anything else).
8010
80112006-03-21 Bill Wohler <wohler@newt.com>
8012
8013 * mh-e.texi (Folders): Various edits.
8014
80152006-03-20 Romain Francoise <romain@orebokech.com>
8016
8017 * gnus.texi (Mail Folders): Grammar fix.
8018
80192006-03-19 Bill Wohler <wohler@newt.com>
8020
8021 * mh-e.texi (Replying): Document Mail-Followup-To.
8022 Change manually-formatted table to multitable. Add debugging info.
8023 Move description of mh-reply-default-reply-to into paragraph
8024 that describes its values.
8025
80262006-03-17 Bill Wohler <wohler@newt.com>
8027
10d1d0af 8028 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
8029 (Sending Mail Tour): Update method of entering
8030 addresses and subject.
8031 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
8032 (Adding Attachments, Searching): Update screenshots for Emacs 22.
8033
80342006-03-15 Carsten Dominik <dominik@science.uva.nl>
8035
8036 * org.texi: Version number change only.
8037
80382006-03-14 Bill Wohler <wohler@newt.com>
8039
8040 * mh-e.texi: Add index entries around each paragraph rather than
8041 depend on entries from beginning of node. Doing so ensures that
8042 index entries are less likely to be forgotten if text is cut and
8043 pasted, and are necessary anyway if the references are on a
8044 separate page. It seems that makeinfo is now (v. 4.8) only
8045 producing one index entry per node, so there is no longer any
8046 excuse not to. Use subheading instead of heading. The incorrect
8047 use of heading produced very large fonts in Info--as large as the
8048 main heading.
8049 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
8050 versions 6 and 7 appeared *around* the time of these Emacs releases.
8051
80522006-03-13 Carsten Dominik <dominik@science.uva.nl>
8053
8054 * org.texi (Clean view): Document new startup options.
8055
80562006-03-11 Bill Wohler <wohler@newt.com>
8057
8058 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
8059 (Composing, Scan Line Formats): Fix @refs.
8060 (Getting Started): Define MH profile and MH profile components.
8061 (Incorporating Mail, Reading Mail, Viewing, Printing)
8062 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
8063 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
8064 for string constants.
8065 (Tool Bar): Remove spurious quote.
8066 (Junk): Use ``...'' instead of "...".
8067 (Scan Line Formats): Replace @samp with @kbd.
8068
80692006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
8070
8071 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
8072
80732006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
8074
8075 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
8076 easy to understand.
8077
80782006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
8079
8080 * gnus.texi: Markup fix.
8081 (Fancy Mail Splitting): Specify new feature.
8082
80832006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
8084
8085 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
8086 partial-words matching.
8087
80882006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
8089
8090 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
8091
8092 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
8093 (MIME Commands): Fix mm-discouraged-alternatives.
8094
80952006-03-07 Carsten Dominik <dominik@science.uva.nl>
8096
8097 * org.texi: Version number change only.
8098
80992006-03-06 Bill Wohler <wohler@newt.com>
8100
8101 * mh-e.texi: Move from SourceForge repository to Savannah.
8102 This is version 7.93, which is a total rewrite from the previous
8103 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
8104 version 7.93.
8105
81062006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8107
8108 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
8109
81102006-03-01 Carsten Dominik <dominik@science.uva.nl>
8111
8112 * org.texi (Interaction): Add item about `org-mouse.el' by
8113 Piotr Zielinski.
8114 (Managing links): Document that also mouse-1 can be used to
8115 activate a link.
8116 (Headlines, FAQ): Add entry about hiding leading stars.
8117 (Miscellaneous): Resort the sections in this chapter to a more
8118 logical sequence.
8119
81202006-02-27 Simon Josefsson <jas@extundo.com>
8121
8122 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
8123 2004-01-27 from the trunk).
8124
81252006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8126
8127 * cc-mode.texi: Rename c-hungry-backspace to
8128 c-hungry-delete-backwards, at the request of RMS. Leave the old
8129 name as an alias.
8130
81312006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8132
8133 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
8134 include the function header within the defun.
8135
81362006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8137
8138 * cc-mode.texi: Correct two typos.
8139
81402006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8141
8142 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
8143 existing comment.
8144 (Electric Keys): Add a justification for electric indentation.
8145 (Hungry WS Deletion): Clear up the names and complications of the
8146 BACKSPACE and DELETE keys.
8147
81482006-02-23 Juri Linkov <juri@jurta.org>
8149
8150 * faq.texi (Common requests): Move `Turning on auto-fill by
8151 default' after `Wrapping words automatically'. Move `Working with
8152 unprintable characters' before `Searching for/replacing newlines'.
8153 Move `Replacing highlighted text' after `Highlighting a region'.
8154 Merge `Repeating commands' and `Repeating a command as many times
8155 as possible' into the former.
8156 (Packages that do not come with Emacs): Add refs to Gmane and
8157 etc/MORE.STUFF.
8158
81592006-02-23 Juri Linkov <juri@jurta.org>
8160
8161 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
8162 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
8163 Add xref to `(emacs)Reporting Bugs'.
8164 (Getting a printed manual): Add URL to other formats of the manual.
8165 (Common requests): Fix menu.
8166 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
8167 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
8168 (Inserting text at the beginning of each line): Add pxref to
8169 `Changing the included text prefix'.
8170 (Forcing the cursor to remain in the same column): Mention `track-eol'
8171 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
8172 (Replacing text across multiple files): Add keybinding `Q' for
8173 `dired-do-query-replace'.
8174
81752006-02-22 Carsten Dominik <dominik@science.uva.nl>
8176
8177 * reftex.texi: Version number and date change only.
8178
8179 * org.texi (Internal Links): Rewrite to cover the modified
8180 linking system.
8181
81822006-02-17 Eli Zaretskii <eliz@gnu.org>
8183
8184 * faq.texi: Remove the coding cookie, it's not needed anymore.
8185
81862006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8187
8188 * faq.texi (Colors on a TTY): Mention Mac OS port.
8189
81902006-02-12 Karl Berry <karl@gnu.org>
8191
8192 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
8193 8-bit accented a.
8194
81952006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
8196
8197 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
8198
81992006-02-08 Romain Francoise <romain@orebokech.com>
8200
8201 * faq.texi (Top): Remove paragraph about the FAQ being a
8202 transitional document, etc.
8203 (Searching for/replacing newlines): New node.
8204 (Yanking text in isearch): New node.
8205 (Inserting text at the beginning of each line): Rename and make
8206 more general, mention `M-;' in Message mode.
8207
82082006-02-07 Luc Teirlinck <teirllm@auburn.edu>
8209
8210 * faq.texi (Meta key does not work in xterm)
8211 (Emacs does not display 8-bit characters)
8212 (Inputting eight-bit characters): Update xrefs.
8213
82142006-02-06 Romain Francoise <romain@orebokech.com>
8215
8216 * faq.texi (VM): VM now at version 7.19.
8217 Set myself as maintainer of this file.
8218
82192006-02-04 Michael Olson <mwolson@gnu.org>
8220
8221 * erc.texi (History): Note that ERC is now included with Emacs.
8222
82232006-01-31 Romain Francoise <romain@orebokech.com>
8224
8225 * message.texi (Message Headers): Explain what
8226 `message-alternative-emails' does in more detail.
8227 Update copyright year.
8228
82292006-01-30 Juanma Barranquero <lekktu@gmail.com>
8230
8231 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
8232
82332006-01-29 Richard M. Stallman <rms@gnu.org>
8234
8235 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
8236
82372006-01-29 Michael Olson <mwolson@gnu.org>
8238
8239 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
8240
8241 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
8242
8243 * faq.texi (New in Emacs 22): Mention ERC.
8244
82452006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8246
8247 * rcirc.texi: Capitalize dir entry for consistency with the entry
8248 in info/dir and other entries in the Emacs category.
8249 Fix typos. Delete trailing whitespace.
8250
c8763fb6 82512006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
8252
8253 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
8254
82552006-01-27 Eli Zaretskii <eliz@gnu.org>
8256
8257 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
8258 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8259
8260 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
8261 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8262
82632006-01-27 Alex Schroeder <alex@gnu.org>
8264
8265 * rcirc.texi: New file.
8266
82672006-01-23 Juri Linkov <juri@jurta.org>
8268
8269 * widget.texi (User Interface): Add S-TAB for widget-backward.
8270
82712006-01-22 Michael Albinus <michael.albinus@gmx.de>
8272
8273 Sync with Tramp 2.0.52.
8274
8275 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
8276 Add Tramp disabling item. New item for common connection problems.
8277 (various): Apply "ftp" as method for the download URL.
8278 (Bug Reports): Refer to FAQ for common problems.
8279
82802006-01-21 Eli Zaretskii <eliz@gnu.org>
8281
8282 * widget.texi (User Interface): Use @key for TAB.
8283
8284 * ses.texi (Formulas, Printer functions): Use @key for TAB.
8285
8286 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
8287 for TAB.
8288
8289 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
8290
82912006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8292
8293 * gnus.texi: Update copyright.
8294
82952006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8296
8297 * gnus.texi (Article Washing): Additions.
8298
2de53ca6
GM
82992006-01-13 Carsten Dominik <dominik@science.uva.nl>
8300
8301 * org.texi (Agenda commands): Document tags command.
8302
83032006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8304
8305 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
8306
83072006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8308
8309 * gnus.texi (RSS): Addition.
8310
83112005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8312
8313 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
8314
83152005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8316
8317 * emacs-mime.texi (Display Customization): Add setting example to
8318 mm-discouraged-alternatives.
8319
83202006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8321
8322 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
8323 version is the canonical version.
8324
83252006-01-08 Alex Schroeder <alex@gnu.org>
8326
8327 * pgg.texi (Caching passphrase): Rewording.
8328
83292006-01-06 Eli Zaretskii <eliz@gnu.org>
8330
8331 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
8332 repository URL.
8333
83342006-01-06 Carsten Dominik <dominik@science.uva.nl>
8335
8336 * org.texi: Removed the accidentally re-added empty line in the
8337 direntry.
8338
83392006-01-05 Carsten Dominik <dominik@science.uva.nl>
8340
8341 * org.texi (Agenda Views): Chapter reorganized.
8342
83432005-12-29 Romain Francoise <romain@orebokech.com>
8344
8345 * faq.texi (Using Customize): New node.
8346
83472005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8348
8349 * org.texi: Remove blank line in @direntry. It is non-standard
8350 and recursively produces blank lines all over the dir file (when
8351 using Texinfo 4.8).
8352
83532005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8354
8355 * widget.texi (atoms): Delete obsolete remark about `file' widget.
8356
83572005-12-20 Carsten Dominik <dominik@science.uva.nl>
8358
8359 * org.texi (Tags): Boolean logic documented.
8360 (Agenda Views): Document custom commands.
8361
83622005-12-20 David Kastrup <dak@gnu.org>
8363
8364 * faq.texi (AUCTeX): Update version and mailing list info.
8365
83662005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8367
8368 * gnus.texi (MIME Commands): Mention addition of
8369 multipart/alternative to gnus-buttonized-mime-types and add xref
8370 to mm-discouraged-alternatives.
8371
8372 * emacs-mime.texi (Display Customization): Mention addition of
8373 "image/.*" and add xref to gnus-buttonized-mime-types in the
8374 mm-discouraged-alternatives section.
8375
83762005-12-16 Carsten Dominik <dominik@science.uva.nl>
8377
8378 * org.texi (Tags): New section.
8379 (Agenda Views): Chapter reorganized.
8380
83812005-12-16 Eli Zaretskii <eliz@gnu.org>
8382
8383 * org.texi (Internal Links): Add a missing comma after an @xref.
8384
83852005-12-14 Chong Yidong <cyd@stupidchicken.com>
8386
8387 * faq.texi (Filling paragraphs with a single space): No need to
8388 change sentence-end now.
8389
83902005-12-13 Romain Francoise <romain@orebokech.com>
8391
8392 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
8393
83942005-12-12 Jay Belanger <belanger@truman.edu>
8395
8396 * faq.texi (Calc): Update version number.
8397
83982005-12-12 Carsten Dominik <dominik@science.uva.nl>
8399
8400 * org.texi (Progress Logging): New section.
8401
84022005-12-10 Romain Francoise <romain@orebokech.com>
8403
8404 Update the Emacs FAQ for the 22.1 release.
8405
8406 * faq.texi: Set VER to `22.1'.
8407 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
8408 Tutorial. Mention that `C-h r' displays the manual.
8409 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
8410 (Getting a printed manual): Point to the new locations of the
8411 manuals on the GNU Web site.
8412 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
8413 available via Info (it was previously distributed separately).
8414 (Installing Texinfo documentation): The latest version of Texinfo
8415 is 4.8, not 4.0.
8416 (Informational files for Emacs): COPYING is the GNU General Public
8417 License, not the Emacs General Public License.
8418 (Informational files for Emacs): Delete obsolete link to the
8419 GNUinfo pages as they have been removed from the GNU Web site.
8420 (New in Emacs 22): New node.
8421 (Setting up a customization file): Say that most packages support
8422 Customize nowadays.
8423 (Colors on a TTY): Delete reference to instructions on how to
8424 enable syntax highlighting, it is now enabled by default.
8425 (Turning on abbrevs by default): Emacs now reads the abbrevs file
8426 at startup automatically.
8427 (Controlling case sensitivity): Mention `M-c' in isearch.
8428 (Using an already running Emacs process): Emacs now creates the
8429 socket in `/tmp/emacsUID'. Fix typos. Change default location of
8430 gnuserv. As emacsclient can now run Lisp code as well, delete a
8431 sentence praising gnuserv for that. Simplify description of how
8432 the client/server operation works.
8433 (Compiler error messages): Delete obsolete text (compile.el has
8434 been rewritten).
8435 (Indenting switch statements): Fix typo.
8436 (Matching parentheses): Simplify setup instructions, mention the
8437 menu bar item in the Options menu.
8438 (Repeating a command as many times as possible): Mention `C-x e'.
8439 (Going to a line by number): Mention new keymap and bindings
8440 `M-g M-g', `M-g M-p' and `M-g M-n'.
8441 (Turning on syntax highlighting): Now on by default. Simplify.
8442 (Replacing highlighted text): Use `1', not `t'.
8443 (Problems with very large files): The maximum size is now 256MB on
8444 32-bit machines.
8445 (^M in the shell buffer): Mention `comint-process-echoes'.
8446 (Emacs for Apple computers): Emacs 22 has native support for Mac
8447 OS X.
8448 (Translating names to IP addresses): Delete node.
8449 (Binding keys to commands): Fix typo.
8450 (SPC no longer completes file names): New node.
8451 (MIME with Emacs mail packages): Delete section about the Emacs
8452 MIME FAQ (it's not reachable anymore).
8453
84542005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8455
8456 * cc-mode.texi: The manual has been extensively revised: the
8457 information about using CC Mode has been separated from the larger
8458 and more difficult chapters about configuration. It has been
8459 updated for CC Mode 5.31.
8460
84612005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8462
8463 * pgg.texi (User Commands): Fix description of pgg-verify-region.
8464 (Selecting an implementation): Fix descriptions.
8465
84662005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8467
8468 * message.texi (Various Message Variables): Addition.
8469
84702005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8471
8472 * message.texi: Fix default values.
8473
84742005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8475
8476 * message.texi (Header Commands): Clarify descriptions of
8477 message-cross-post-followup-to, message-reduce-to-to-cc, and
8478 message-insert-wide-reply.
8479 (Various Commands): Fix kindex for message-kill-to-signature;
8480 clarify description of message-tab.
8481
84822005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
8483
8484 * message.texi (Mailing Lists): Fix description about MFT.
8485
8486 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
8487
84882005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8489
8490 * gnus.texi (Slow Terminal Connection): Replace old description
8491 with new one.
8492
84932005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
8494
8495 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
8496 replace X-Draft-Headers with X-Draft-From.
8497
84982005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8499
8500 * gnus.texi (Various Various): Fix the default value of
8501 nnheader-max-head-length.
8502 (Gnus Versions): Fix typo.
8503
85042005-12-08 Carsten Dominik <dominik@science.uva.nl>
8505
8506 * org.texi (Structure editing): Document new functionality of
8507 M-RET.
8508
85092005-12-06 Luc Teirlinck <teirllm@auburn.edu>
8510
8511 * org.texi (Internal Links): Fix Texinfo usage.
8512
85132005-12-06 Carsten Dominik <dominik@science.uva.nl>
8514
8515 * org.texi (TODO basics): Document the global todo list.
8516 (TODO items): Documents sparse tree for specific TODO
8517 keywords.
8518
85192005-11-30 Carsten Dominik <dominik@science.uva.nl>
8520
8521 * org.texi (Plain Lists): Typos fixed.
8522
85232005-11-28 Jay Belanger <belanger@truman.edu>
8524
8525 * calc.texi: Change references of `M-#' to `C-x *' prefix.
8526
85272005-11-24 Carsten Dominik <dominik@science.uva.nl>
8528
8529 * org.texi (Structure editing): New item moving commands added.
8530 (Plain Lists): New section.
8531
85322005-11-18 Carsten Dominik <dominik@science.uva.nl>
8533
8534 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
8535 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 8536 `org-agenda-file-to-front'.
2de53ca6
GM
8537 (Built-in table editor): Document `org-table-sort-lines'.
8538 (HTML formatting): Export of hand-formatted lists.
8539
85402005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8541
8542 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
8543 new variable gnus-toolbar-thickness.
8544
85452005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
8546
8547 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
8548
85492005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8550
8551 * gnus.texi (X-Face): Fix description.
8552 (XVarious): Remove gnus-xmas-logo-color-alist and
8553 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
8554
85552005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8556
8557 * gnus.texi (Group Parameters): Mention new variable
8558 gnus-parameters-case-fold-search.
8559 (Home Score File): Addition.
8560
85612005-11-04 Ulf Jasper <ulf.jasper@web.de>
8562
8563 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
8564 (Overview): List supported feed types.
8565 (Installation): No installation necessary when using autoload.
8566 (Configuration): Rename "RSS" to "news".
8567
85682005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8569
8570 * pgg.texi (User Commands): Document additional passphrase
8571 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
8572 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
8573
85742005-11-04 Carsten Dominik <dominik@science.uva.nl>
8575
8576 * org.texi: Version number changed to 3.19.
8577
85782005-10-29 Sascha Wilde <wilde@sha-bang.de>
8579
8580 * pgg.texi (How to use): Update the example to add autoload of
8581 pgg-encrypt-symmetric-region.
8582 (User Commands): Document pgg-encrypt-symmetric-region.
8583 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
8584
85852005-10-27 Jay Belanger <belanger@truman.edu>
8586
8587 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
8588 mention other TeX-related units.
8589
85902005-10-23 Lars Hansen <larsh@soem.dk>
8591
0c7efc08
SM
8592 * dired-x.texi (Miscellaneous Commands):
8593 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
8594 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
8595
85962005-10-23 Jay Belanger <belanger@truman.edu>
8597
8598 * calc.texi (Predefined Units): Use `alpha' for the fine structure
8599 constant.
8600
86012005-10-23 Michael Albinus <michael.albinus@gmx.de>
8602
0c7efc08
SM
8603 * faq.texi (Bugs and problems):
8604 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
8605 `directory-listing-before-filename-regexp'.
8606
86072005-10-22 Eli Zaretskii <eliz@gnu.org>
8608
8609 * newsticker.texi (UPDATED): Set value.
8610
86112005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
8612
8613 * gnus.texi (Document Groups): Remove duplicate item.
8614
86152005-10-21 Carsten Dominik <dominik@science.uva.nl>
8616
8617 * org.texi (Summary): Mention iCalendar support.
8618 (Exporting): Document iCalendar support.
8619
86202005-10-18 Romain Francoise <romain@orebokech.com>
8621
8622 * viper.texi (Viper Specials): Capitalize GNU.
8623
86242005-10-17 Juri Linkov <juri@jurta.org>
8625
8626 * info.texi (Getting Started, Search Index, Expert Info):
8627 Fix wording.
8628 (Search Text): Replace `echo area' with `mode line'.
8629 (Search Index): Both `i' and `,' find all index entries.
8630 Replace example `C-f' with `C-l' (which exists in index of Info
8631 manual) and delete spaces in its keyboard input sequence.
8632 Delete unnecessary explanations about literal characters.
8633
86342005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
8635
8636 * gnus.texi (Document Server Internals): Addition.
8637
86382005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8639
8640 * gnus.texi (A note on namespaces): Fix RFC reference.
8641
86422005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8643
8644 * gnus.texi (RSS): Fix key description.
8645
86462005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8647
8648 * gnus.texi: Emacs/w3 -> Emacs/W3.
8649 (Browsing the Web): Fix description.
8650 (Web Searches): Ditto.
8651 (Customizing W3): Ditto.
8652
86532005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8654
8655 * gnus.texi (Maildir): Clarify expire-age and expire-group.
8656
86572005-10-11 Jay Belanger <belanger@truman.edu>
8658
8659 * calc.texi (Integration): Mention using `a i' to compute definite
8660 integrals.
8661
86622005-10-11 Juri Linkov <juri@jurta.org>
8663
8664 * info.texi: Rearrange nodes.
8665 (Top): Update menu. Change ref `Info for Experts' to
8666 `Advanced Info Commands'.
8667 (Getting Started): Fix description of manual's parts.
8668 (Help-Int): Change xref `Info Search' to `Search Index', and
8669 `Expert Info' to `Advanced'.
8670 (Advanced): Move node one level up.
8671 (Search Text, Search Index): New nodes split out from `Info Search'.
8672 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
8673 split out from `Advanced'.
8674 (Advanced, Emacs Info Variables): De-document editing an Info file
8675 in Info.
8676 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
8677 (Creating an Info File): Delete node and move its text to
8678 `Expert Info'.
8679
86802005-10-10 Carsten Dominik <dominik@science.uva.nl>
8681
8682 * org.texi (Workflow states): Documented that change in keywords
8683 becomes active only after restart of Emacs.
8684
86852005-10-08 Michael Albinus <michael.albinus@gmx.de>
8686
8687 Sync with Tramp 2.0.51.
8688
86892005-10-08 Nick Roberts <nickrob@snap.net.nz>
8690
8691 * speedbar.texi (Introduction): Describe new location of speedbar
8692 on menubar.
8693 (Basic Key Bindings): Remove descriptions of bindings that have
8694 been removed.
8695
86962005-10-05 Nick Roberts <nickrob@snap.net.nz>
8697
8698 * speedbar.texi (GDB): Describe use of watch expressions.
8699
87002005-09-28 Simon Josefsson <jas@extundo.com>
8701
8702 * message.texi (IDNA): Fix.
8703
87042005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8705
8706 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
8707 nntp-server-hook, and nntp-warn-about-losing-connection; fix
8708 description of nntp-open-connection-function.
8709 (Common Variables): Fix descriptions.
8710
87112005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
8712
8713 * gnus.texi (Server Buffer Format): Document the %a format spec.
8714
87152005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8716
8717 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
8718
87192005-09-23 Carsten Dominik <dominik@science.uva.nl>
8720
8721 * org.texi Version 3.16.
8722
87232005-09-19 Miles Bader <miles@gnu.org>
8724
8725 * newsticker.texi: Get rid of CVS keywords.
8726
87272005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8728
8729 * gnus.texi (Finding the Parent): Fix description of how Gnus
8730 finds article.
8731
87322005-09-14 Jari Aalto <jari.aalto@cante.net>
8733
8734 * gnus.texi (Advanced Scoring Examples): New examples to teach how
8735 to drop off non-answered articles.
8736
87372005-09-19 Juanma Barranquero <lekktu@gmail.com>
8738
8739 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
8740 braces (which are unsupported by NMAKE) for macro `srcdir'.
8741
87422005-09-17 Eli Zaretskii <eliz@gnu.org>
8743
8744 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8745 (../info/newsticker, newsticker.dvi): New targets.
8746
87472005-09-17 Ulf Jasper <ulf.jasper@web.de>
8748
8749 * newsticker.texi: Replace @command with @code. Replace @example
8750 with @lisp.
0c7efc08
SM
8751 (Top): Add explanations to menu items.
8752 (GNU Free Documentation License): Remove.
2de53ca6
GM
8753
87542005-09-16 Romain Francoise <romain@orebokech.com>
8755
8756 Update all files to specify GFDL version 1.2.
8757
8758 * doclicense.texi (GNU Free Documentation License): Update to
8759 version 1.2.
8760
87612005-09-15 Richard M. Stallman <rms@gnu.org>
8762
8763 * newsticker.texi: Fix @setfilename.
8764
8765 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8766 (../info/newsticker, newsticker.dvi): New targets.
8767
87682005-08-30 Carsten Dominik <dominik@science.uva.nl>
8769
8770 * org.texi: Version 3.15.
8771
87722005-08-29 Luc Teirlinck <teirllm@auburn.edu>
8773
8774 * ses.texi: Combine all three indices into one.
8775 Correct a few typos.
8776
87772005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
8778
8779 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
8780
87812005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8782
8783 * emacs-mime.texi (Handles): Remove duplicate item.
8784 (Encoding Customization): Fix the default value for
8785 mm-coding-system-priorities.
8786 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
8787 (Basic Functions): Fix reference.
8788
87892005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8790
8791 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
8792
87932005-08-18 Richard M. Stallman <rms@gnu.org>
8794
8795 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
8796 and web site.
8797
8798 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
8799 not keyboard-translate.
8800
88012005-08-11 Richard M. Stallman <rms@gnu.org>
8802
8803 * faq.texi (Using regular expressions): Fix xref.
8804
88052005-08-09 Juri Linkov <juri@jurta.org>
8806
8807 * info.texi (Help-P): Replace `Prev' with `Previous'.
8808 (Help-M, Help-Xref): Add S-TAB.
8809 (Help-FOO): Update `u' command.
8810 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8811 Update info about visibility of xref parts.
8812 (Help-Int): Fix `m' command. Rename `Info-last' to
8813 `Info-history-back'. Add `Info-history-forward'.
8814 (Advanced): Fix `g*' and `M-n' commands.
8815 (Info Search): Add `index-apropos' in stand-alone browser.
8816 Add isearch commands.
8817 (Emacs Info Variables): Remove `Info-fontify'.
8818 Add `Info-mode-hook'. Update face names.
8819 Add `Info-fontify-maximum-menu-size',
8820 `Info-fontify-visited-nodes', `Info-isearch-search'.
8821
88222005-08-07 Michael Albinus <michael.albinus@gmx.de>
8823
8824 Sync with Tramp 2.0.50.
8825
8826 * tramp.texi: Use @option{} consequently for method names.
8827 (Inline methods, External transfer methods): Remove references to
8828 Cygwin.
8829 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8830 implementation.
8831
88322005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8833
8834 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8835 Mention that gnus-init-file is not read when Emacs is invoked with
8836 --no-init-file or -q.
8837
88382005-07-19 Carsten Dominik <dominik@science.uva.nl>
8839
8840 * org.texi: Version 3.14.
8841
88422005-07-04 Carsten Dominik <dominik@science.uva.nl>
8843
8844 * org.texi: Version 3.13.
8845
88462005-07-18 Juri Linkov <juri@jurta.org>
8847
8848 * calc.texi (Time Zones, Logical Operations):
8849 * cl.texi (Overview):
8850 * org.texi (TODO types):
8851 * sc.texi (Emacs 18 MUAs):
8852 * speedbar.texi (Top):
8853 * url.texi (History):
8854 Delete duplicate duplicate words.
8855
ce058493 88562005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8857
8858 * cl.texi (Type Predicates): Document `atom' type.
8859
88602005-07-04 Lute Kamstra <lute@gnu.org>
8861
8862 Update FSF's address in GPL notices.
8863
8864 * calc.texi (Copying):
8865 * doclicense.texi (GNU Free Documentation License):
8866 * faq.texi (Contacting the FSF):
8867 * mh-e.texi (Copying): Update FSF's address.
8868
88692005-07-03 Richard M. Stallman <rms@gnu.org>
8870
8871 * flymake.texi (Example -- Configuring a tool called directly):
8872 Update name of flymake-build-relative-filename.
8873
88742005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8875
8876 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8877
88782005-06-29 Carsten Dominik <dominik@science.uva.nl>
8879
8880 * org.texi: Version 3.12.
8881
88822005-06-24 Eli Zaretskii <eliz@gnu.org>
8883
8884 * makefile.w32-in (MAKEINFO): Use --force.
8885 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8886 Makefile.in.
8887 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8888 more shells.
8889
88902005-06-23 Richard M. Stallman <rms@gnu.org>
8891
8892 * speedbar.texi (Creating a display): Texinfo usage fixes.
8893
8894 * tramp.texi (Customizing Completion, Auto-save and Backup):
8895 Texinfo usage fixes.
8896
88972005-06-23 Juanma Barranquero <lekktu@gmail.com>
8898
8899 * dired-x.texi (Miscellaneous Commands):
8900 * ediff.texi (Miscellaneous):
8901 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8902 (Agent Variables):
8903 * info.texi (Help-Xref):
8904 * message.texi (Message Headers):
8905 * org.texi (Remember):
8906 * reftex.texi (Options (Defining Label Environments)):
8907 (Options (Index Support)):
8908 (Options (Viewing Cross-References)):
8909 (Options (Misc)):
8910 (Changes):
8911 * speedbar.texi (Creating a display):
8912 * tramp.texi (Customizing Completion, Auto-save and Backup):
8913 Texinfo usage fix.
8914
89152005-06-13 Carsten Dominik <dominik@science.uva.nl>
8916
8917 * org.texi: Version 3.11.
8918
89192005-06-12 Jay Belanger <belanger@truman.edu>
8920
8921 * calc.texi (Getting Started): Remove extra menu item.
8922
89232005-05-31 Jay Belanger <belanger@truman.edu>
8924
8925 * calc.texi (Notations Used in This Manual): Use @kbd for key
8926 sequence.
8927 (Demonstration of Calc): Mention another way of starting Calc.
8928 (Starting Calc): Mention long name of M-#.
8929 (Embedded Mode Overview): Remove unnecessary instruction.
8930 (Other M-# commands): Rephrase `M-# 0' explanation.
8931 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8932 reflect current behavior.
8933
89342005-05-30 Jay Belanger <belanger@truman.edu>
8935
8936 * calc.texi (Hooks): Change description of calc-window-hook and
8937 calc-trail-window-hook to match usage.
8938 (Computational Functions): Add more constant-generating functions.
8939 (Customizable Variables): Use defvar.
8940
89412005-05-28 Jay Belanger <belanger@truman.edu>
8942
8943 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8944 (Basic Embedded Mode): Explain behavior of arguments to
8945 calc-embedded-mode.
8946
89472005-05-27 Jay Belanger <belanger@truman.edu>
8948
8949 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8950 current behavior.
8951
89522005-05-25 Jay Belanger <belanger@truman.edu>
8953
8954 * calc.texi: Change Calc version number throughout.
8955 (Keypad Mode): Change location in info output.
8956 (Keypad mode overview): Move picture of keypad.
8957
89582005-05-21 Jay Belanger <belanger@truman.edu>
8959
8960 * calc.texi (Storing variables): Mention that only most variables
8961 are void to begin with.
8962
89632005-05-21 Kevin Ryde <user42@zip.com.au>
8964
8965 * widget.texi (Basic Types): Update cross ref from "Enabling
8966 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8967 lispref/text.texi change.
8968
89692005-05-20 Carsten Dominik <dominik@science.uva.nl>
8970
8971 * org.texi: Version 3.09.
8972
89732005-05-18 Carsten Dominik <dominik@science.uva.nl>
8974
8975 * reftex.texi: Version 4.28.
8976
89772005-05-16 Jay Belanger <belanger@truman.edu>
8978
8979 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8980
89812005-05-14 Jay Belanger <belanger@truman.edu>
8982
8983 * calc.texi (Default Simplifications): Insert missing ! (logical
8984 not operator).
8985
89862005-05-14 Michael Albinus <michael.albinus@gmx.de>
8987
8988 Sync with Tramp 2.0.49.
8989
89902005-05-10 Jay Belanger <belanger@truman.edu>
8991
8992 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8993 to 1.
8994
89952005-04-29 Carsten Dominik <dominik@science.uva.nl>
8996
8997 * org.texi: Version 3.08, structure reorganized.
8998
89992005-04-24 Richard M. Stallman <rms@gnu.org>
9000
9001 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
9002
90032005-04-15 Carsten Dominik <dominik@science.uva.nl>
9004
9005 * org.texi: Update to version 3.06.
9006
90072005-04-13 Lute Kamstra <lute@gnu.org>
9008
9009 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
9010
90112005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
9012
9013 * cl.texi (Porting Common Lisp): Fix typo.
9014
90152005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9016
9017 * gnus.texi (RSS): Addition.
9018
90192005-04-04 Jay Belanger <belanger@truman.edu>
9020
9021 * calc.texi: Change Calc version number.
9022 (Customizable variables): Fix description of calc-language-alist.
9023 (Copying): Put in version 2 of GPL.
9024
90252005-04-01 Jay Belanger <belanger@truman.edu>
9026
9027 * calc.texi (Troubleshooting Commands): Remove comment about
9028 installation.
9029 (Installation): Remove section.
9030 (Customizable Variables): New section.
9031 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
9032 (Graphical Devices): Add references to Customizable Variables.
9033
90342005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
9035
9036 * emacs-mime.texi (Display Customization): Markup fixes.
9037 (rfc2047): Update.
9038
90392005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
9040
9041 * gnus-faq.texi: Replaced with auto-generated version.
9042
90432005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9044
9045 * dired-x.texi (Multiple Dired Directories): default-directory was
9046 renamed to dired-default-directory.
9047
90482005-03-26 Jay Belanger <belanger@truman.edu>
9049
9050 * calc.texi (Simplifying Formulas, Rewrite Rules):
9051 Change description of top and bottom of fraction.
9052 (Modulo Forms): Move description of how to create modulo forms to
9053 earlier in the section.
9054 (Fraction Mode): Suggest using : to get a fraction by dividing.
9055 (Basic Arithmetic): Adjust placement of command name.
9056 (Truncating the Stack): Emphasize that "hidden" entries are still
9057 visible.
9058 (Installation): Move discussion of printing manual to "About This
9059 Manual".
9060 (About This Manual): Mention how to print the manual.
9061 (Reporting Bugs): Remove first person.
9062 (Building Vectors): Add algebraic version of append.
9063 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
9064 (Grouping Digits): Fix typo.
9065
90662005-03-25 Werner Lemberg <wl@gnu.org>
9067
9068 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
9069 Replace `legal' with `valid'.
9070
90712005-03-25 Werner Lemberg <wl@gnu.org>
9072
9073 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
9074
90752005-03-24 Jay Belanger <belanger@truman.edu>
9076
9077 * calc.texi (General Mode Commands)
9078 (Mode Settings in Embedded Mode): Add some explanation of
9079 recording mode settings.
9080
90812005-03-24 Richard M. Stallman <rms@gnu.org>
9082
9083 * calc.texi: Remove praise of non-free software.
9084
9085 * idlwave.texi: Don't say where to get IDL or its non-free manual.
9086 (Installation): Node deleted.
9087
90882005-03-23 Richard M. Stallman <rms@gnu.org>
9089
9090 * url.texi (HTTP language/coding): Improve last change.
9091
90922005-03-22 Jay Belanger <belanger@truman.edu>
9093
9094 * calc.texi (Embedded Mode): Add new information on changing
9095 modes.
9096
90972005-03-20 Michael Albinus <michael.albinus@gmx.de>
9098
9099 Sync with Tramp 2.0.48.
9100
9101 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
9102
9103 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
9104 "GNU/Linux". Change all addresses to .gnu.org.
9105 (Default Method): Offer shortened syntax for "su" and "sudo"
9106 methods.
9107
91082005-03-07 Richard M. Stallman <rms@gnu.org>
9109
9110 * url.texi: Fix usage of "e.g.".
9111 (HTTP language/coding): Explain the rules for these strings.
9112
91132005-03-06 Richard M. Stallman <rms@gnu.org>
9114
9115 * woman.texi (Introduction): Minor cleanups.
9116
9117 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
9118
9119 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
9120 (Installation): Node deleted.
9121
9122 * mh-e.texi (Preface): Get rid of "Emacs 21".
9123
9124 * eshell.texi (Installation): Delete node (for Emacs 20).
9125
91262005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
9127
9128 * flymake.texi: Refill and tweak style in @lisp blocks.
9129
91302005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9131
9132 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
9133
91342005-03-01 Jay Belanger <belanger@truman.edu>
9135
9136 * calc.texi (Trigonometric and Hyperbolic Functions):
9137 Mention additional functions.
9138 (Algebraic Simplifications): Mention additional simplifications.
9139
91402005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
9141
9142 * ses.texi: Add concept/function/variable indices (this work was
9143 donated by Brad Collins <brad@chenla.org>, copyright-assignment
9144 papers on file at FSF).
9145
91462005-02-10 Jay Belanger <belanger@truman.edu>
9147
9148 * calc.texi: Change @LaTeX to La@TeX throughout.
9149 Redefine @expr as @math for TeX output.
9150 Redefine @texline as a no-op for TeX output.
9151 Define @tfn, replace @t by @tfn throughout.
9152
91532005-02-09 Jay Belanger <belanger@truman.edu>
9154
9155 * calc.texi: Add macro for LaTeX for info output.
9156
91572005-02-08 Kim F. Storm <storm@cua.dk>
9158
9159 * texinfo.tex (LaTex): Add def.
9160
91612005-02-06 Jay Belanger <belanger@truman.edu>
9162
9163 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
9164 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
9165 throughout manual.
9166
91672005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9168
9169 * gnus.texi: Some edits based on comments from David Abrahams.
9170
91712005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9172
9173 * gnus.texi (RSS): Fix the keystroke.
9174
91752005-01-24 David Kastrup <dak@gnu.org>
9176
9177 * faq.texi: Update AUCTeX version info.
9178
91792005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
9180
9181 * gnus-faq.texi ([4.1]): Typo.
9182
91832005-01-19 Jay Belanger <belanger@truman.edu>
9184
9185 * calc.texi (Keep Arguments): Mention that keeping arguments
9186 doesn't work with keyboard macros.
9187
91882005-01-16 Richard M. Stallman <rms@gnu.org>
9189
9190 * autotype.texi (Autoinserting): Fix small error.
9191
91922005-01-16 Michael Albinus <michael.albinus@gmx.de>
9193
9194 Sync with Tramp 2.0.47.
9195
9196 * tramp.texi (Compilation): New section, describing compilation of
9197 remote files.
9198
91992005-01-11 Kim F. Storm <storm@cua.dk>
9200
9201 * widget.texi (Basic Types): Add :follow-link keyword.
9202
92032005-01-09 Jay Belanger <belanger@truman.edu>
9204
9205 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
9206
92072005-01-08 Jay Belanger <belanger@truman.edu>
9208
9209 * calc.texi: Change throughout to reflect new default value of
9210 calc-settings-file.
9211
92122005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9213
9214 * message.texi (Reply): `message-reply-to-function' should return
9215 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
9216
92172005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
9218
9219 * faq.texi (Changing load-path): Fix typo.
9220
92212005-01-05 Jay Belanger <belanger@truman.edu>
9222
9223 * calc.texi (Programming Tutorial): Replace kbd command by
9224 appropriate characters for a keyboard macro.
9225
92262005-01-04 Jay Belanger <belanger@truman.edu>
9227
9228 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
9229 for Lucid Emacs.
9230 (Programming Tutorial): Mention that the user needs to be in the
9231 right mode to compute some functions.
9232
92332005-01-04 Jay Belanger <belanger@truman.edu>
9234
9235 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
9236 no longer applicable.
9237
92382005-01-01 Jay Belanger <belanger@truman.edu>
9239
0c7efc08 9240 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
9241 edit keyboard macros to match current behavior.
9242
92432004-12-31 Jay Belanger <belanger@truman.edu>
9244
9245 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
9246
92472004-12-20 Jay Belanger <belanger@truman.edu>
9248
9249 * calc.texi (Types Tutorial): Emphasize that you can't divide by
9250 zero.
9251
92522004-12-17 Luc Teirlinck <teirllm@auburn.edu>
9253
9254 * cc-mode.texi (Text Filling and Line Breaking): Put period after
9255 @xref.
9256 (Font Locking): Avoid @strong{Note:}.
9257
92582004-12-17 Michael Albinus <michael.albinus@gmx.de>
9259
9260 Sync with Tramp 2.0.46.
9261
9262 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
9263
92642004-12-16 Luc Teirlinck <teirllm@auburn.edu>
9265
9266 * url.texi: Correct typos.
9267 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 9268 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
9269 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
9270 (Dealing with HTTP documents): @inforef->@xref.
9271
92722004-12-15 Jay Belanger <belanger@truman.edu>
9273
9274 * calc.texi: Consistently capitalized all mode names.
9275 (Answers to Exercises): Mention that an answer can be a fraction
9276 when in Fraction mode.
9277
92782004-12-13 Jay Belanger <belanger@truman.edu>
9279
9280 * calc.texi: Fix some TeX definitions.
9281
92822004-12-09 Luc Teirlinck <teirllm@auburn.edu>
9283
9284 * reftex.texi (Imprint): Remove erroneous @value's.
9285
92862004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9287
9288 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
9289 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
9290
92912004-12-08 Jay Belanger <belanger@truman.edu>
9292
9293 * calc.texi (Starting Calc): Remove comment about installation.
9294 (Keypad Mode Overview): Remove comment about Emacs 19 support.
9295
92962004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9297
9298 * url.texi: Update @setfilename.
9299 (Getting Started): No need to worry about Gnus versions.
9300 (Dealing with HTTP documents): Use @inforef.
9301
9302 * org.texi: Fix @direntry file name.
9303
93042004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9305
9306 * url.texi: New file.
9307
9308 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
9309
93102004-12-06 Jay Belanger <belanger@truman.edu>
9311
9312 * calc.texi (Using Calc): Remove paragraph about installation.
9313
93142004-12-06 Jay Belanger <belanger@truman.edu>
9315
9316 * calc.texi: Use more Texinfo macros and less TeX defs.
9317 Remove @refill's.
9318
93192004-12-06 Richard M. Stallman <rms@gnu.org>
9320
9321 * org.texi: New file.
9322
93232004-12-05 Richard M. Stallman <rms@gnu.org>
9324
9325 * Makefile.in (org.dvi, ../info/org): New targets.
9326 (INFO_TARGETS): Add ../info/org.
9327 (DVI_TARGETS): Add org.dvi.
9328 (maintainer-clean): Remove the info files in the info dir.
9329
93302004-11-26 Eli Zaretskii <eliz@gnu.org>
9331
9332 * idlwave.texi: Fix the setfilename directive to put the produced
9333 file in ../info.
9334 (Continued Statement Indentation): Resurrect Jan D.'s change from
9335 2004-11-03 that was lost when a newer version of idlwave.texi was
9336 imported.
9337
93382004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9339
0c7efc08 9340 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 9341
0c7efc08
SM
9342 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
9343 Index `spam-initialize'.
2de53ca6
GM
9344
93452004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9346
9347 * message.texi (Various Message Variables): Mention that all mail
9348 file variables are derived from `message-directory'.
9349
9350 * gnus.texi (Splitting Mail): Clarify bogus group.
9351
93522004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9353
0c7efc08
SM
9354 * emacs-mime.texi (Encoding Customization):
9355 Fix mm-coding-system-priorities entry.
2de53ca6 9356
c8763fb6 93572004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
9358
9359 * idlwave.texi (Continued Statement Indentation):
9360 * reftex.texi (Options (Index Support)):
9361 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
9362 * speedbar.texi (Creating a display, Major Display Modes):
9363 Replace non-nil with non-@code{nil}.
2de53ca6
GM
9364
93652004-10-21 Jay Belanger <belanger@truman.edu>
9366
0c7efc08 9367 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
9368
93692004-10-18 Luc Teirlinck <teirllm@auburn.edu>
9370
9371 * calc.texi (Reporting Bugs): Double up `@'.
9372
93732004-10-18 Jay Belanger <belanger@truman.edu>
9374
0c7efc08 9375 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
9376 should be sent to.
9377
93782004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9379
9380 * gnus.texi (New Features): Add 5.11.
9381
9382 * message.texi (Resending): Remove wrong default value.
9383
9384 * gnus.texi (Mail Source Specifiers): Describe possible problems
9385 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
9386 `pop3-leave-mail-on-server' to the index.
9387
93882004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9389
9390 * message.texi (Canceling News): Add how to set a password.
9391
93922004-10-12 Jay Belanger <belanger@truman.edu>
9393
0c7efc08 9394 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
9395 calc-describe-function and calc-describe-variable to match their
9396 current behavior.
9397
93982004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9399
9400 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
9401
94022004-10-12 Michael Albinus <michael.albinus@gmx.de>
9403
9404 Sync with Tramp 2.0.45.
9405
9406 * tramp.texi (Frequently Asked Questions): Comment paragraph about
9407 plink link. The URL is outdated. Originator contacted for
9408 clarification.
9409
94102004-10-10 Juri Linkov <juri@jurta.org>
9411
9412 * gnus.texi (Top, Marking Articles): Join two menus in one node
9413 because a node can have only one menu.
9414
94152004-10-09 Juri Linkov <juri@jurta.org>
9416
9417 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
9418 example of nnmail-split-fancy.
9419
94202004-10-06 Karl Berry <karl@gnu.org>
9421
9422 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
9423 consistency with other uses of dashes.
9424
94252004-10-05 Karl Berry <karl@gnu.org>
9426
9427 * info.texi: Consistently use --- throughout, periods at end of
9428 menu descriptions, and a couple typos.
9429
94302004-09-26 Jesper Harder <harder@ifa.au.dk>
9431
9432 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
9433 * pgg.texi (User Commands, Backend methods): Do.
9434 * gnus.texi: Markup fixes.
9435 (Setting Process Marks): Fix `M P a' entry.
9436 * emacs-mime.texi: Fixes.
9437
94382004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9439
9440 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
9441 again.
9442 Use 5.10 instead of 5.10.0.
9443
94442004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9445
9446 * gnus.texi (Summary Mail Commands): S D e.
9447
94482004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
9449
9450 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
9451 the gnus-article-mode-line-format section.
9452
94532004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
9454
9455 * gnus.texi (Various Summary Stuff): Fix the documentation for
9456 gnus-newsgroup-variables.
9457
94582004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9459
0c7efc08
SM
9460 * gnus.texi (MIME Commands):
9461 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
9462 gnus-mime-display-multipart-alternative-as-mixed,
9463 gnus-mime-display-multipart-related-as-mixed.
9464 (Mail Source Customization): Clarify `mail-source-directory'.
9465 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 9466 (SpamOracle): Fix typo.
2de53ca6
GM
9467
9468 * gnus-faq.texi: Untabify.
9469 ([6.3]): nnir.el is in contrib directory.
9470
9471 * message.texi (News Headers): Clarify how a unique ID is created.
9472
0c7efc08
SM
9473 * gnus.texi (Batching Agents): Fix typo in example.
9474 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 9475
b2abec73 94762004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 9477
0c7efc08 9478 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
9479
94802004-09-20 Florian Weimer <fw@deneb.enyo.de>
9481
9482 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
9483
94842004-09-22 Jay Belanger <belanger@truman.edu>
9485
0c7efc08 9486 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
9487 might be hidden during part of the session.
9488
94892004-09-20 Jay Belanger <belanger@truman.edu>
9490
9491 * calc.texi (Notations Used in This Manual): Put in an earlier
9492 mention that DEL could be called Backspace.
9493
94942004-09-10 Simon Josefsson <jas@extundo.com>
9495
9496 * gnus.texi (IMAP): Add example. Suggested and partially written
9497 by Steinar Bang <sb@dod.no>.
9498
94992004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9500
9501 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
9502 netrc syntax.
9503
95042004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9505
b2abec73
JB
9506 * gnus.texi (Spam ELisp Package Sequence of Events):
9507 Some clarifications.
2de53ca6
GM
9508 (Spam ELisp Package Global Variables): More clarifications.
9509
95102004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9511
9512 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
9513 Mention spam-split does not modify incoming mail.
9514
95152004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9516
9517 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
9518
95192004-09-10 Eli Zaretskii <eliz@gnu.org>
9520
9521 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
9522
95232004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9524
9525 * makefile.w32-in (sieve, pgg): Use $(infodir).
9526
95272004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
9528
9529 * makefile.w32-in: Fix PGG and Sieve entries.
9530
95312004-08-28 Eli Zaretskii <eliz@gnu.org>
9532
9533 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
9534 Emacs and related programs.
9535
95362004-08-27 Richard M. Stallman <rms@gnu.org>
9537
9538 * faq.texi: Fix texinfo usage, esp. doublequotes.
9539 (Difference between Emacs and XEmacs): Some clarification.
9540
9541 * faq.texi (Difference between Emacs and XEmacs):
9542 Explain not to contrast XEmacs with GNU Emacs.
9543
95442004-08-26 Richard M. Stallman <rms@gnu.org>
9545
9546 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
9547
95482004-08-22 David Kastrup <dak@gnu.org>
9549
9550 * reftex.texi (AUCTeX): Update links, section name.
9551
9552 * faq.texi (Calc): Update availability (included in 22.1).
9553 (AUCTeX): Update availability, information, versions, description.
9554
95552004-08-14 Eli Zaretskii <eliz@gnu.org>
9556
9557 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
9558
95592004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9560
9561 * cc-mode.texi: Various updates for CC Mode 5.30.9.
9562
95632004-08-10 Michael Albinus <michael.albinus@gmx.de>
9564
9565 Sync with Tramp 2.0.44.
9566
95672004-08-05 Lars Hansen <larsh@math.ku.dk>
9568
9569 * widget.texi (User Interface): Update how to separate the
9570 editable field of an editable-field widget from other widgets.
9571 (Programming Example): Add text after field.
9572
95732004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9574
9575 * emacs-mime.texi (Encoding Customization): Add a note to the
9576 mm-content-transfer-encoding-defaults entry.
9577 (rfc2047): Update.
9578
0c7efc08
SM
9579 * gnus.texi (Article Highlighting):
9580 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
9581 (POP before SMTP): New node.
9582 (Posting Styles): Addition.
9583 (Splitting Mail): Add nnmail-split-lowercase-expanded.
9584 (Fancy Mail Splitting): Ditto.
9585 (X-Face): Add gnus-x-face.
9586
95872004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
9588
9589 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
9590 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
9591
95922004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9593
0c7efc08
SM
9594 * gnus.texi (Mail Source Specifiers):
9595 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
9596
95972004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
9598
9599 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
9600
9601 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
9602 repository. Change setfilename.
9603
9604 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
9605
96062004-07-02 Juri Linkov <juri@jurta.org>
9607
9608 * pcl-cvs.texi (Viewing differences): Add `d r'.
9609
96102004-06-29 Jesper Harder <harder@ifa.au.dk>
9611
9612 * ses.texi, viper.texi, flymake.texi, faq.texi:
9613 * eshell.texi, ediff.texi: Markup fixes.
9614
96152004-06-21 Karl Berry <karl@gnu.org>
9616
9617 * info.texi (Top): Mention that only Emacs has mouse support.
9618 (Getting Started): Mention this in a few other places.
9619
96202004-06-13 Luc Teirlinck <teirllm@auburn.edu>
9621
0c7efc08
SM
9622 * autotype.texi (Copyrights, Timestamps):
9623 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
9624
96252004-06-13 Lars Hansen <larsh@math.ku.dk>
9626
9627 * dired-x.texi (dired-mark-omitted): Update keybinding.
9628
96292004-06-10 Kim F. Storm <storm@cua.dk>
9630
9631 * pcl-cvs.texi (Viewing differences): Add 'd y'.
9632
96332004-06-05 Lars Hansen <larsh@math.ku.dk>
9634
9635 * dired-x.texi (variable dired-omit-mode): Rename from
9636 dired-omit-files-p.
9637 (function dired-omit-mode): Rename from dired-omit-toggle.
9638 Call dired-omit-mode rather than set dired-omit-files-p.
9639 (dired-mark-omitted): Describe command.
9640
96412004-05-29 Michael Albinus <michael.albinus@gmx.de>
9642
9643 Version 2.0.41 of Tramp released.
9644
96452004-05-29 Juanma Barranquero <lektu@terra.es>
9646
9647 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
9648 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9649
96502004-05-29 Richard M. Stallman <rms@gnu.org>
9651
9652 * cl.texi (Top): Call this chapter `Introduction'.
9653 (Overview): In TeX, no section heading here.
9654
9655 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
9656
96572004-05-29 Eli Zaretskii <eliz@gnu.org>
9658
9659 * Makefile.in (../info/flymake, flymake.dvi): New targets.
9660 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9661
96622004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
9663
9664 * flymake.texi: New file.
9665
96662004-05-28 Simon Josefsson <jas@extundo.com>
9667
9668 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
9669
b344d29d 96702004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
9671
9672 Version 2.0.40 of Tramp released.
9673
96742004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
9675
9676 Complete rework, based on review by Karl Berry <karl@gnu.org>.
9677
9678 * tramp.texi (Auto-save and Backup): Explain exploitation of new
9679 variables `tramp-backup-directory-alist' and
9680 `tramp-bkup-backup-directory-info'.
9681 (Overview, Connection types)
9682 (External transfer methods, Default Method)
9683 (Windows setup hints): Remove restriction of password entering
9684 with external methods.
9685 (Auto-save and Backup): Make file name example
9686 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
9687 and `auto-save-directory' must be used.
9688 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
9689 only "NT"). Remove doubled entry "What kinds of systems does
9690 @tramp{} work on".
9691 (tramp): Macro removed.
9692 (Obtaining Tramp): Flag removed from title.
9693 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
9694 and `trampver' used properly. Flag `tramp-inst' replaced by
9695 `installchapter'. Installation related text adapted.
9696
96972004-04-28 Masatake YAMATO <jet@gyve.org>
9698
9699 * widget.texi (Programming Example): Remove overlays.
9700
97012004-04-27 Jesper Harder <harder@ifa.au.dk>
9702
9703 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
9704
97052004-04-23 Juanma Barranquero <lektu@terra.es>
9706
9707 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9708
97092004-04-05 Jesper Harder <harder@ifa.au.dk>
9710
9711 * info.texi (Info Search): Add info-apropos.
9712
97132004-03-22 Juri Linkov <juri@jurta.org>
9714
9715 * faq.texi: Fix help key bindings.
9716
97172004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9718
9719 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
9720 (as suggested by Karl Berry). Update information about colored
9721 stars in menus. Add new subheading describing M-n.
9722
97232004-03-12 Richard M. Stallman <rms@gnu.org>
9724
9725 * cl.texi (Top): Rename top node's title.
9726
97272004-03-08 Karl Berry <karl@gnu.org>
9728
9729 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
9730 problems making the texinfo distribution.
9731
97322004-02-29 Simon Josefsson <jas@extundo.com>
9733
0c7efc08 9734 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
9735 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
9736 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
9737 <voegelas@gmx.net>.
9738
97392004-02-29 Juanma Barranquero <lektu@terra.es>
9740
9741 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9742 Use $(DEL) instead of rm, and ignore exit code.
9743
b344d29d 97442004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
9745
9746 Tramp version 2.0.39 released.
9747
97482004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9749
9750 * tramp.texi (Customizing Completion): Explain new functions
9751 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
9752 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
9753 (Top): Refer to Savannah mailing list as the major one.
9754 Mention older mailing lists in HTML mode only.
2de53ca6
GM
9755 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
9756 (Frequently Asked Questions): Remote hosts must not be Unix-like
9757 for "smb" method.
9758 (Password caching): New node.
9759 (External transfer methods): Refer to password caching for "smb"
9760 method.
9761
97622004-02-17 Karl Berry <karl@gnu.org>
9763
9764 * info.texi (Help-Int): Mention the new line number feature.
9765
97662004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9767
9768 * ses.texi (Advanced Features): New functionality for
9769 ses-set-header-row (defaults to current row unless C-u used).
9770 (Acknowledgements): Add Stefan Monnier.
9771
97722003-12-29 Kevin Ryde <user42@zip.com.au>
9773
9774 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
9775
b344d29d 97762003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9777
9778 Tramp version 2.0.38 released.
9779
9780 * tramp.texi (Remote shell setup): Warn of environment variables
9781 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
9782 <sven.gabriel@imk.fzk.de>.
9783 (Configuration): Tramp now chooses base64/uuencode
9784 automatically. Update wording accordingly.
9785 (Top): More description for the `Default Method' menu entry.
9786 (Default Method): Use @code, not @var, for Lisp variables.
9787 (Default Method): New subsection `Which method is the right one
9788 for me?' Suggested by Christian Kirsch.
9789 (Configuration): Pointer to new subsection added.
9790 (Default Method): Too many "use" in one sentence.
9791 Rephrase. Reported by Christian Kirsch.
9792 (Filename Syntax): Old `su' example is probably a left-over from
9793 the sm/su method naming. Replace with `ssh', instead.
9794 (External transfer methods, Auto-save and Backup):
9795 Typo fixes.
9796
97972003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
9798
183080b6 9799 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
9800 (Top): Mention japanese manual only if flag `jamanual' is set.
9801 Insert section `Japanese manual' in menu.
9802
98032003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9804
9805 * eshell.texi (Known Problems): Add doc item.
9806
98072003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9808
9809 * cc-mode.texi: Update for CC Mode 5.30.
9810
9811 Note: Please refrain from doing purely cosmetic changes like
9812 removing trailing whitespace in this manual; it clobbers cvs
9813 merging for no good reason.
9814
98152003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9816
9817 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9818 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9819 @acronym{ASCII}.
9820
98212003-10-26 Karl Berry <karl@gnu.org>
9822
9823 * info.texi (Info Search): Echo area, not echo are. From Debian
9824 diff.
9825
98262003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9827
10d1d0af 9828 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
9829 :buttons and :children keywords.
9830
98312003-10-22 Miles Bader <miles@gnu.org>
9832
9833 * Makefile.in (info): Move before $(top_srcdir)/info.
9834
98352003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9836
9837 * tramp.texi (Inline methods): Small grammar fix.
9838 (External transfer methods): Likewise.
9839
98402003-10-08 Nick Roberts <nick@nick.uklinux.net>
9841
9842 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9843
98442003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9845
9846 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9847
98482003-09-30 Richard M. Stallman <rms@gnu.org>
9849
9850 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9851
9852 * widget.texi (User Interface): Fix typos.
9853
9854 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9855
98562003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9857
9858 * pcl-cvs.texi (Selected Files): Fix typo.
9859
98602003-09-21 Karl Berry <karl@gnu.org>
9861
9862 * info.texi (] and [ commands): No period at end of section title.
9863
98642003-09-04 Miles Bader <miles@gnu.org>
9865
9866 * Makefile.in (top_srcdir): New variable.
9867 ($(top_srcdir)/info): New rule.
9868 (info): Depend on it.
9869
98702003-09-03 Peter Runestig <peter@runestig.com>
9871
9872 * makefile.w32-in: New file.
9873
98742003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9875
9876 * widget.texi (User Interface): Explain the need of static text
9877 around an editable field.
9878
98792003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9880
9881 * widget.texi (Basic Types): The argument to `:help-echo' can now
9882 be a form that evaluates to a string.
9883
98842003-08-18 Kim F. Storm <storm@cua.dk>
9885
9886 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9887
98882003-08-16 Richard M. Stallman <rms@gnu.org>
9889
9890 * dired-x.texi (Shell Command Guessing): Explain *.
9891
98922003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9893
9894 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9895 log-edit-insert-changelog.
9896
98972003-08-03 Karl Berry <karl@gnu.org>
9898
9899 * info.texi: Need @contents.
9900
c8763fb6 99012003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9902
9903 Tramp version 2.0.36 released.
9904
9905 * tramp.texi (Remote shell setup): Explain about problems with
9906 non-Bourne commands in ~/.profile and ~/.shrc.
9907
99082003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9909
9910 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9911 renaming of `vis-mode' to `visible-mode'.
9912
99132003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9914
9915 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9916 next, prev and up pointers.
9917
99182003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9919
9920 * info.texi (Help): Mention existence of Emacs and stand-alone
9921 Info at the very beginning of the tutorial.
9922 (Help-Inv): New node.
9923 (Help-]): New node.
9924 (Help-M): Systematically point out the differences between default
9925 Emacs and stand-alone versions. Delete second menu.
9926 (Help-Xref): Systematically point out the differences between
9927 default Emacs and stand-alone versions.
9928 (Help-Int): Change `l' example.
9929 (Expert Info): Fix typos.
9930 (Emacs Info Variables): Mention `Info-hide-note-references' and
9931 new default for `Info-scroll-prefer-subnodes'.
9932
c8763fb6 99332003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9934
9935 Version 2.0.35 of Tramp released.
9936
9937 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9938 (Inline methods): Add methods `remsh' and `plink1'.
9939 (External transfer methods): Add method `remcp'.
9940 (Multi-hop Methods): Add method `remsh'.
9941 Small patch from Adrian Aichner <adrian@xemacs.org>:
9942 Fix minor typos.
0c7efc08 9943 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9944 `Info-index'.
9945 (Version Control): Add cindex entry.
9946
c8763fb6 99472003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9948
9949 * trampver.texi: Version 2.0.34 released.
9950
99512003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9952
9953 * faq.texi: Improve previous changes.
9954
99552003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9956
9957 * faq.texi: Update copyright and maintenance details.
9958 Update some package URLs, versions, and maintainers.
9959 Remove many references to the Emacs Lisp Archive.
9960
99612003-04-23 Simon Josefsson <jas@extundo.com>
9962
9963 * smtpmail.texi: Fix license (the invariant sections mentioned has
9964 never been part of the smtp manual). Align info dir entry with
9965 other emacs packages.
9966
99672003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9968
9969 * tramp.texi: Version 2.0.33 released.
9970 Remove installation chapter. Remove XEmacs specifics.
9971
99722003-03-29 Richard M. Stallman <rms@gnu.org>
9973
9974 * tramp.texi (Top): Undo the previous renaming.
9975 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9976
c8763fb6 99772003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9978
9979 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9980 version of manual.
9981
9982 * tramp.texi (Auto-save and Backup): New node.
9983
99842003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9985
9986 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9987 Emacs" in order to have better differentiation to "XEmacs".
9988 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9989 are new macros in order to point to the other Emacs flavor where
9990 appropriate. In info case, point to node `Installation' in order
9991 to explain how to generate the other way. In html case, make a
9992 link to the other html file.
0c7efc08 9993 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9994 after CVS checkout/update.
9995 (Installation): Completely rewritten.
9996 (Installation parameters, Load paths): New sections under
9997 `Installation'.
9998
c8763fb6 99992003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
10000
10001 * tramp.texi: Version 2.0.30 released.
10002 Replace word "path" with "localname" where used as a component of
10003 a Tramp file name.
10004
100052003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
10006
10007 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
10008 introduced.
10009 (Installation): Explain what to do if files from the tramp/contrib
10010 directory are needed.
10011
100122003-02-23 Alex Schroeder <alex@emacswiki.org>
10013
10014 * smtpmail.texi (How Mail Works): New.
10015
100162003-02-22 Alex Schroeder <alex@emacswiki.org>
10017
10018 * smtpmail.texi: New file.
10019
10020 * Makefile.in: Build SMTP manual.
10021
c8763fb6 100222003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
10023
10024 * tramp.texi: Version 2.0.29 released.
10025 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
10026 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
10027
100282003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
10029
10030 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 10031 another package loads accidentally Ange-FTP.
2de53ca6
GM
10032
100332003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
10034
10035 * tramp.texi (Customizing Completion): Add function
10036 `tramp-parse-sconfig'. Change example of
10037 `tramp-set-completion-function', because parsing of ssh config
10038 files looks more natural.
10039
100402003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
10041
10042 * gnus.texi: Do not use `path' in several locations.
10043
c8763fb6 100442002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 10045
0c7efc08
SM
10046 * tramp.texi (External transfer methods): New method `smb'.
10047 From Michael Albinus.
2de53ca6
GM
10048
100492002-11-05 Karl Berry <karl@gnu.org>
10050
10051 * info.texi (Info-fontify): Reorder face list to avoid bad line
10052 breaks.
10053
c8763fb6 100542002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 10055
0c7efc08
SM
10056 * tramp.texi: Move @copying to standard place.
10057 Use @insertcopying.
2de53ca6
GM
10058
100592002-10-02 Karl Berry <karl@gnu.org>
10060
10061 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
10062 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
10063 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
10064 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
10065 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
10066 Per rms, update all manuals to use @copying instead of @ifinfo.
10067 Also use @ifnottex instead of @ifinfo around the top node, where
10068 needed for the sake of the HTML output.
10069 (The Gnus manual is not fixed since it's not clear to me how it
10070 works; and the Tramp manual already uses @copying, although in an
10071 unusual way. All others were changed.)
10072
100732002-09-10 Jonathan Yavner <jyavner@engineer.com>
10074
10075 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
10076 (../info/ses, ses.dvi): New targets.
10077 * ses.texi: New file.
10078
c8763fb6 100792002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
10080
10081 * texinfo.tex: Update to texinfo 4.2.
10082
100832002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
10084
10085 * reftex.texi: Update to RefTeX 4.19.
10086
c8763fb6 100872002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
10088
10089 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
10090 (../info/tramp, tramp.dvi): New targets.
10091
100922002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
10093
10094 * Makefile.in (DVI_TARGETS): Add calc.dvi.
10095 (calc.dvi): Uncomment.
10096
100972001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
10098
10099 * Makefile.in (INFO_TARGETS): Add ../info/calc.
10100 (../info/calc): New target.
10101
101022001-10-20 Gerd Moellmann <gerd@gnu.org>
10103
10104 * (Version 21.1 released.)
10105
101062001-10-05 Gerd Moellmann <gerd@gnu.org>
10107
10108 * Branch for 21.1.
10109
101102001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10111
10112 * Makefile.in (../info/info): Use an explicit -o switch to
10113 makeinfo.
10114
101152001-03-05 Gerd Moellmann <gerd@gnu.org>
10116
10117 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10118
101192000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
10120
10121 * Makefile.in (../info/idlwave): Use --no-split.
10122
101232000-12-14 Dave Love <fx@gnu.org>
10124
c4cc8b9a 10125 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
10126 (gnus.dvi): Change rule to remove @latex stuff.
10127
101282000-10-19 Eric M. Ludlam <zappo@ultranet.com>
10129
10130 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
10131
101322000-10-13 John Wiegley <johnw@gnu.org>
10133
10134 * Makefile.in: Add build targets for eshell.texi.
10135
101362000-09-25 Gerd Moellmann <gerd@gnu.org>
10137
10138 * Makefile.in: Remove/comment speedbar stuff.
10139
101402000-09-22 Dave Love <fx@gnu.org>
10141
10142 * Makefile.in: Add emacs-mime.
10143
101442000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10145
10146 * Makefile.in (INFO_TARGETS): Add ../info/woman.
10147 (DVI_TARGETS): Add woman.dvi.
10148 (../info/woman, woman.dvi): New targets.
10149
101502000-05-31 Stefan Monnier <monnier@cs.yale.edu>
10151
10152 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
10153
10154 * pcl-cvs.texi: New file.
10155 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
10156 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
10157
101582000-05-11 Gerd Moellmann <gerd@gnu.org>
10159
10160 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
10161 (../info/ebrowse, ebrowse.dvi): New targets.
10162
101632000-01-13 Gerd Moellmann <gerd@gnu.org>
10164
10165 * Makefile.in (INFO_TARGETS): Add eudc.
10166 (DVI_TARGETS): Add eudc.dvi.
10167 (../info/eudc, eudc.dvi): New targets.
10168
101692000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
10170
10171 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
10172 compatibility with 8+3 filesystems).
10173 (../info/efaq): Rename from emacs-faq.
10174
101752000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10176
10177 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
10178 (../info/idlwave, idlwave.dvi): New targets.
10179
101801999-10-23 Dave Love <fx@gnu.org>
10181
10182 * Makefile.in: Use autotype.texi.
10183
101841999-10-12 Stefan Monnier <monnier@cs.yale.edu>
10185
10186 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
10187 faq.texi file) rather than ../info/faq.
10188
101891999-10-07 Gerd Moellmann <gerd@gnu.org>
10190
10191 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
10192 (../info/ada-mode, ada-mode.dvi): New targets.
10193
101941999-09-01 Dave Love <fx@gnu.org>
10195
10196 * Makefile.in: Add faq.
10197
101981999-07-12 Richard Stallman <rms@gnu.org>
10199
10200 * Version 20.4 released.
10201
102021998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10203
10204 * Version 20.3 released.
10205
102061998-04-06 Andreas Schwab <schwab@gnu.org>
10207
768c0c0f
JB
10208 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
10209 Use it in dvi targets.
2de53ca6
GM
10210 (../etc/GNU): Change to $(srcdir) first.
10211
102121998-03-11 Carsten Dominik <cd@delysid.gnu.org>
10213
10214 * reftex.texi: Update for RefTeX version 3.22.
10215
102161998-02-08 Richard Stallman <rms@psilocin.gnu.org>
10217
10218 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
10219 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10220
102211997-09-23 Paul Eggert <eggert@twinsun.com>
10222
10223 * Makefile.in: Merge changes mistakenly made to `Makefile'.
10224 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
10225
102261997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10227
10228 * Version 20.2 released.
10229
102301997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10231
10232 * Version 20.1 released.
10233
102341997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10235
10236 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
10237
102381996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10239
10240 * Version 19.33 released.
10241
102421996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10243
10244 * Version 19.32 released.
10245
102461996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10247
10248 * Makefile.in: Add rules for the Message manual.
10249
102501996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10251
10252 * gnus.texi: New version.
10253
10254 * message.texi: New manual.
10255
102561996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10257
10258 * Makefile.in (All info targets): cd $(srcdir) to do the work.
10259
102601996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10261
10262 * Makefile.in (All info targets): Specify $(srcdir) in input files.
10263 Specify -I option.
10264 (All dvi targets): Set the TEXINPUTS variable.
10265
102661996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10267
10268 * Version 19.31 released.
10269
102701996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10271
10272 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
10273 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
10274
102751995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10276
10277 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
10278 (INFO_TARGETS): Add ../info/cc-mode.
10279 (DVI_TARGETS): Add cc-mode.dvi.
10280
2de53ca6
GM
102811995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10282
10283 * Version 19.30 released.
10284
102851995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10286
10287 * gnus.texi: New file.
10288
102891995-11-04 Erik Naggum <erik@naggum.no>
10290
10291 * gnus.texi: File deleted.
10292
102931995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
10294
10295 * mh-e.texi: "Function Index" -> "Command Index" to work with
10296 Emacs 19.30 C-h C-k support of separately-documented commands.
10297
102981995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10299
10300 * Makefile.in (../info/ediff, ediff.dvi): New targets.
10301 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
10302
103031995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10304
10305 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
10306 (../info/viper, viper.dvi): New targets.
10307
103081995-04-20 Kevin Rodgers <kevinr@ihs.com>
10309
10310 * dired-x.texi (Installation): Change the example to set
10311 buffer-local variables like dired-omit-files-p in
10312 dired-mode-hook.
10313
103141995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10315
10316 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
10317 (../info/mh-e, mh-e.dvi): New targets.
10318
103191995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10320
10321 * Makefile.in (maintainer-clean): Rename from realclean.
10322
103231994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10324
10325 * Makefile.in: New file.
10326 * Makefile: File deleted.
10327
103281994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10329
10330 * Makefile (TEXINDEX_OBJS): Variable deleted.
10331 (texindex, texindex.o, getopt.o): Rules deleted.
10332 All deps on texindex deleted.
10333 (distclean): Don't delete texindex.
10334 (mostlyclean): Don't delete *.o.
10335 * texindex.c, getopt.c: Files deleted.
10336
103371994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10338
10339 * Version 19.26 released.
10340
103411994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10342
10343 * Version 19.25 released.
10344
103451994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10346
10347 * Version 19.24 released.
10348
103491994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10350
10351 * Version 19.23 released.
10352
103531994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10354
10355 * Makefile: Delete spurious tab.
10356
103571994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10358
10359 * Makefile (.SUFFIXES): New rule.
10360
103611994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10362
10363 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
10364 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10365
103661994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10367
10368 * Makefile (../info/sc): Rename from sc.info.
10369 (../info/cl): Likewise.
10370 (INFO_TARGETS): Use new names.
10371
103721993-12-04 Richard Stallman (rms@srarc2)
10373
10374 * getopt.c: New file.
10375 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10376 (getopt.o): New rule.
10377 (dvi): Don't depend on texindex.
10378 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
10379 Depend on texindex.
10380
103811993-12-03 Richard Stallman (rms@srarc2)
10382
10383 * Makefile (../info/sc.info): Rename from ../info/sc.
10384 (TEXI2DVI): New variable.
10385 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
10386 Add explicit commands.
10387 (TEXINDEX_OBJS): Delete duplicate getopt.o.
10388
103891993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10390
10391 * Version 19.22 released.
10392
103931993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10394
10395 * Makefile (TEXINDEX_OBJS): Delete spurious period.
10396
103971993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10398
10399 * Version 19.21 released.
10400
104011993-11-15 Paul Eggert (eggert@twinsun.com)
10402
10403 * man/Makefile (../info/cl.info): Rename from ../info/cl.
10404
104051993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10406
10407 * Makefile (../etc/GNU): New target.
10408 (EMACSSOURCES): Add gnu1.texi.
10409
104101993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10411
10412 * Makefile (realclean): Don't delete the Info files.
10413
f0131492 104141993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
10415
10416 * forms.texi: Fix forms.texi so that it will format correctly.
10417 Add missing `@end iftex', fix bad reference.
10418
10419 * info.texi, info-stn.texi: New files implement texinfo version of
10420 `info' file.
10421
f0131492 104221993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
10423
10424 * Makefile: Fix targets for texindex, new info.texi files.
10425 * info-stnd.texi: New file implements info for standalone info
10426 reader.
10427 * info.texi: Update to include recent changes to "../info/info".
10428 New source file for ../info/info; includes info-stnd.texi.
10429
10430 * texindex.c: Include "../src/config.h" if building in emacs.
10431
10432 * Makefile: Change all files to FILENAME.texi, force all targets
10433 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
10434 vip.texinfo, forms.texinfo, cl.texinfo.
10435 Add target to build texindex.c, defining `emacs'.
10436
10437 * forms.texi: Install new file to match version 2.3 of forms.el.
10438
104391993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10440
10441 * Version 19.19 released.
10442
104431993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
10444
10445 * sc.texinfo: Fix info file name.
10446
10447 * Makefile (info): Add gnus and sc.
10448 (dvi): Add gnus.dvi and sc.dvi.
10449 (../info/sc, sc.dvi): New targets.
10450
104511993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10452
10453 * Version 19.18 released.
10454
104551993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10456
10457 * Makefile: Fix source file names of the separate manuals.
10458 (gnus.dvi, ../info/gnus): New targets.
10459
104601993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10461
10462 * Version 19.17 released.
10463
104641993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10465
10466 * split-man: Fix typos in last change.
10467
104681993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10469
10470 * Version 19.16 released.
10471
104721993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10473
10474 * version 19.15 released.
10475
104761993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10477
10478 * Makefile (distclean): It's rm, not rf.
10479
104801993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10481
10482 * Version 19.14 released.
10483
104841993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10485
10486 * Makefile: New file.
10487
104881993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10489
10490 * Version 19.13 released.
10491
104921993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10493
10494 * Version 19.9 released.
10495
104961993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10497
10498 * Version 19.8 released.
10499
105001993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10501
10502 * Version 19.7 released.
10503
105041990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
10505
10506 * gnus.texinfo: New file. Removed installation instructions.
10507
105081990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10509
10510 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
10511
105121989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10513
10514 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
10515 then define `\sc' as the command for smallcaps in Texinfo.
10516 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
10517 made the corresponding change to makeinfo and texinfm.el.
10518
105191988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10520
10521 * vip.texinfo: Remove menu entry Adding Lisp Code in node
10522 Customization since the menu entry did not point to anything.
10523 Also add an @finalout command to remove overfull hboxes from the
10524 printed output.
10525
10526 * cl.texinfo: Add @bye, \input line and @settitle to file.
10527 This file is clearly intended to be a chapter of some other work,
10528 but the other work does not yet exist.
10529
105301988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10531
10532 * texinfo.texinfo: Three typos corrected.
10533
4009494e 10534;; Local Variables:
c8763fb6 10535;; coding: utf-8
4009494e
GM
10536;; End:
10537
ab422c4d 10538 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
4009494e
GM
10539
10540 This file is part of GNU Emacs.
10541
97c0352c 10542 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 10543 it under the terms of the GNU General Public License as published by
97c0352c
GM
10544 the Free Software Foundation, either version 3 of the License, or
10545 (at your option) any later version.
4009494e
GM
10546
10547 GNU Emacs is distributed in the hope that it will be useful,
10548 but WITHOUT ANY WARRANTY; without even the implied warranty of
10549 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10550 GNU General Public License for more details.
10551
10552 You should have received a copy of the GNU General Public License
97c0352c 10553 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.