* doc/misc/emacs-gnutls.texi: Tweak direntry.
[bpt/emacs.git] / doc / misc / ChangeLog
1 2013-09-08 Glenn Morris <rgm@gnu.org>
2
3 * emacs-gnutls.texi: Tweak direntry.
4
5 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
6
7 * tramp.texi (Alternative Syntax): Remove chapter.
8
9 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
10
11 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
12 for portability to hosts where /bin/sh has problems.
13
14 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 Try to reduce redundancy in doc/misc/Makefile.in.
17 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
18 (TARGETS): New intermediate variable.
19 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
20
21 2013-08-27 Glenn Morris <rgm@gnu.org>
22
23 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
24
25 * efaq.texi: Rename from faq.texi, to match its output files.
26 * Makefile.in: Update for faq.texi name change.
27
28 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
29
30 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
31
32 * efaq-w32.texi: Move here from the web-pages repository.
33 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
34 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
35 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
36 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
37 Add DOCMISC_*_W32 variables.
38 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
39 (efaq_w32_deps): New variable.
40 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
41 (efaq-w32.pdf, efaq-w32.html): New rules.
42 (clean): Remove efaq-w32 products.
43
44 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
45
46 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
47 shift_jis from the default value set to mm-coding-system-priorities for
48 Japanese users.
49
50 2013-08-13 Glenn Morris <rgm@gnu.org>
51
52 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
53 (Options - Defining Label Environments, Options - Creating Labels)
54 (Options - Referencing Labels, Options - Creating Citations)
55 (Options - Index Support, Options - Viewing Cross-References)
56 (Options - Finding Files, Options - Optimizations)
57 (Options - Fontification, Options - Misc):
58 * cc-mode.texi (Sample Init File):
59 * edt.texi (Init file):
60 * epa.texi (Encrypting/decrypting gpg files):
61 * mairix-el.texi (About, Setting up the mairix interface, Using)
62 (Extending):
63 Rename nodes to avoid characters that can cause Texinfo problems.
64
65 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
66
67 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
68
69 2013-08-12 Glenn Morris <rgm@gnu.org>
70
71 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
72 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
73 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
74 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
75 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
76 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
77 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
78 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
79 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
80 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
81 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
82 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
83 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
84
85 * woman.texi (Top): Avoid mailto: in html output.
86
87 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
88 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
89 (INSTALL_DATA): New, set by configure.
90 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
91 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
92 install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
93 uninstall-ps, and uninstall-doc.
94 (.SUFFIXES): Add .ps and .dvi.
95 (.dvi.ps): New suffix rule.
96 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
97 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
98 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
99 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
100 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
101 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
102 (ido.html, mairix-el.html, message.html, mh-e.html)
103 (newsticker.html, nxml-mode.html, org.html, pgg.html)
104 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
105 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
106 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
107 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
108 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
109 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
110 New rules.
111 (clean): Remove HTML_TARGETS and PS_TARGETS.
112
113 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
114
115 * ido.texi (Working Directories):
116 (Flexible Matching, Regexp Matching, Find File At Point)
117 (Ignoring, Misc Customization): Use @defopt for user options.
118
119 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
120
121 * htmlfontify.texi (Customization): Remove documentation of
122 `hfy-fast-lock-save'. Minor fixes.
123
124 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
125
126 * ido.texi (Top): Insert node "Working Directories" in menu.
127 (Working Directories): New node.
128 (Misc Customization): Add documentation of
129 `ido-confirm-unique-completion' and some other user options.
130
131 2013-08-07 Eli Zaretskii <eliz@gnu.org>
132
133 * todo-mode.texi: Update @dircategory.
134 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
135 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
136 @ref.
137
138 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
139
140 * sc.texi (Introduction): Fix index.
141 (Usage Overview):
142 (Citations, Citation Elements, Recognizing Citations)
143 (Information Keys and the Info Alist, Reference Headers)
144 (The Built-in Header Rewrite Functions)
145 (Electric References, Reply Buffer Initialization)
146 (Filling Cited Text, Selecting an Attribution)
147 (Attribution Preferences)
148 (Anonymous Attributions, Author Names)
149 (Using Regi, Post-yank Formatting Commands)
150 (Citing Commands, Insertion Commands)
151 (Mail Field Commands)
152 (Hints to MUA Authors, Thanks and History): Change from one space
153 between sentences to two.
154 (What Supercite Does): Typo fix.
155
156 * newsticker.texi (Usage): Use @key for RET.
157
158 * cl.texi (Argument Lists):
159 (For Clauses):
160 (Macros): Add indexes.
161
162 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
163
164 * cl.texi (Blocks and Exits): Add an index.
165
166 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
167
168 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
169 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
170 (todo-mode.dvi, todo-mode.pdf): New rules.
171
172 * todo-mode.texi: New file.
173
174 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
175
176 * gnus.texi (Basic Usage): Mention that warp means jump here.
177 (The notmuch Engine): Mention notmuch.
178
179 2013-07-30 Tassilo Horn <tsdh@gnu.org>
180
181 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
182 `gnus-subthread-sort-functions' and remove the obsolete documentation
183 of `gnus-sort-threads-recursively'.
184
185 2013-07-29 David Engster <deng@randomsample.de>
186
187 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
188 implementation.
189 (Introduction): Add further missing features.
190 (Building Classes): Add introductory paragraph.
191 (Wish List): Add metaclasses and EQL specialization.
192
193 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
194
195 * tramp.texi (Frequently Asked Questions): Mention
196 `tramp-use-ssh-controlmaster-options'.
197
198 2013-07-26 Tassilo Horn <tsdh@gnu.org>
199
200 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
201 `gnus-sort-threads-recursively'.
202
203 2013-07-25 Glenn Morris <rgm@gnu.org>
204
205 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
206 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
207
208 * erc.texi (Special Features): Update contact information.
209 (History): Avoid using @email.
210
211 * eshell.texi (Bugs and ideas): Minor updates.
212
213 * faq.texi (Reporting bugs, Origin of the term Emacs)
214 (Setting up a customization file)
215 (Using an already running Emacs process, Turning off beeping)
216 (Packages that do not come with Emacs)
217 (Replying to the sender of a message): Avoid using @email.
218
219 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
220
221 * reftex.texi (Imprint): Avoid using @email.
222
223 * ses.texi (Top): Update bug reporting instructions.
224 (Acknowledgments): Avoid using @email.
225
226 * woman.texi (Introduction, Background): Remove outdated information.
227 (Bugs, Acknowledgments): Avoid using @email.
228
229 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
230
231 * ido.texi: New file.
232
233 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
234
235 * gnus.texi (Customizing Articles): Document function predicates.
236
237 2013-07-08 Tassilo Horn <tsdh@gnu.org>
238
239 * gnus.texi (lines): Correct description of
240 `gnus-registry-track-extra's default value. Mention
241 `gnus-registry-remove-extra-data'.
242
243 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
244
245 * gnus.texi (Group Parameters): Mention regexp
246 substitutions (bug#11688).
247
248 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
249
250 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
251
252 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
253
254 * gnus.texi (Emacsen): Fix version.
255
256 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
257
258 2013-07-06 Glenn Morris <rgm@gnu.org>
259
260 * mh-e.texi: Fix external links.
261 (Using This Manual): Printed elisp manuals no longer available.
262
263 * newsticker.texi (Overview): Update URL.
264
265 * nxml-mode.texi (Introduction): Update URL.
266
267 * org.texi (JavaScript support): Fix URL.
268
269 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
270
271 * eudc.texi (CCSO PH/QI): Remove defunct URL.
272
273 * dbus.texi (Introspection): Update URL to a less defunct one.
274
275 * gnus.texi (Top): Restrict "Other related manuals" to info output.
276 (Foreign Groups): Use @indicateurl for examples.
277 (Direct Functions): Remove defunct URL.
278 (RSS): Update URL.
279
280 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
281 (FAQ 7-1): Update URL.
282
283 * pgg.texi (Top, Overview): Add note about obsolescence.
284
285 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
286
287 * texinfo.tex: Merge from gnulib.
288
289 2013-07-03 Glenn Morris <rgm@gnu.org>
290
291 * bovine.texi (top):
292 * cc-mode.texi (AWK Mode Font Locking):
293 * mh-e.texi (Preface):
294 * url.texi (URI Parsing): Fix cross-references to other manuals.
295
296 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
297
298 * gnus.texi (Client-Side IMAP Splitting):
299 Note that `nnimap-inbox' now can be a list.
300
301 2013-06-24 Glenn Morris <rgm@gnu.org>
302
303 * eshell.texi: Fix cross-references to other manuals.
304
305 2013-06-23 Glenn Morris <rgm@gnu.org>
306
307 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
308 Remove; not needed now we use a standard html layout for the faq.
309 (clean): Remove HTML_TARGETS, emacs-faq.text.
310
311 2013-06-21 Eduard Wiebe <usenet@pusto.de>
312
313 * flymake.texi (Parsing the output, Customizable variables):
314 Add reference to `flymake-warning-predicate'.
315
316 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
317
318 * tramp.texi (Top, Configuration): Insert section `Predefined
319 connection information' in menu.
320 (Predefined connection information): New section.
321 (Android shell setup): Make a reference to `Predefined connection
322 information'.
323
324 2013-06-19 Glenn Morris <rgm@gnu.org>
325
326 * Makefile.in (version): New, set by configure.
327 (clean): Delete dist tar file.
328 (infoclean): New, split from maintainer-clean.
329 (maintainer-clean): Run infoclean.
330 (dist): New rule, to make tarfile for www.gnu.org.
331
332 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
333
334 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
335 for keys q and Q.
336 (Standards): Reference RFC5804 as the defining document of the
337 managesieve protocol.
338
339 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
340
341 * eshell.texi (Input/Output): Expand to cover new visual-command
342 options, eshell-visual-subcommands and eshell-visual-options.
343 Divide into separate Visual Commands and Redirection sections.
344
345 2013-06-10 Glenn Morris <rgm@gnu.org>
346
347 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
348
349 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
350
351 * gnus.texi (Article Date):
352 Fix description of gnus-article-update-date-headers.
353
354 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
355
356 * erc.texi (Special Features): ERC is being maintained within
357 Emacs now.
358
359 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
360
361 * flymake.texi: Change from one space between sentences to two.
362
363 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
364
365 * cl.texi (Obsolete Macros): Describe replacements for `flet'
366 (bug#14293).
367
368 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
369
370 * tramp.texi (Frequently Asked Questions): Precise, how to define
371 an own ControlPath.
372
373 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
374
375 * tramp.texi (Frequently Asked Questions): New item for
376 ControlPath settings.
377
378 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
379
380 * calc.texi (Basic Operations on Units): Streamline some
381 descriptions.
382
383 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
384
385 * eshell.texi (Built-ins): Update manual to mention tramp module.
386
387 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
388
389 * tramp.texi (Filename Syntax): Host names are not allowed to be
390 any method name, unless method name is specified explicitly.
391 Remove restriction on unibyte filenames.
392
393 * trampver.texi: Update release number.
394
395 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
396
397 doc: convert some TeX accents to UTF-8
398 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
399 '@"{@dotless{i}}'.
400
401 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
402
403 Sync with Tramp 2.2.7.
404
405 * trampver.texi: Update release number.
406
407 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
408
409 * calc.texi (Basic Operations on Units): Streamline some
410 descriptions.
411
412 2013-03-08 Glenn Morris <rgm@gnu.org>
413
414 * faq.texi (Top): Don't say this was updated @today.
415 That's irrelevant and leads to spurious diffs.
416
417 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
418
419 * calc.texi (Basic Operations on Units):
420 Fix cross-reference.
421
422 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
423
424 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
425
426 2013-03-06 Alan Mackenzie <acm@muc.de>
427
428 * cc-mode.texi (Custom Line-Up): Clarify position of point on
429 calling a line-up function.
430
431 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
432
433 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
434 * ses.texi: Switch from Latin-1 to UTF-8.
435
436 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
437
438 * tramp.texi (External methods): Tramp does not connect Android
439 devices by itself.
440
441 2013-03-02 Bill Wohler <wohler@newt.com>
442
443 Release MH-E manual version 8.5.
444
445 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
446 release 8.5.
447
448 * mh-e.texi (Preface, Conventions, Getting Started)
449 (Using This Manual, Folder Selection, Viewing, Aliases)
450 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
451 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
452 Update URLs.
453
454 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
455
456 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
457 and "plink2" entries. "plink2" is obsolete for a long time.
458 (External methods): Remove "scp1" and "scp2" entries.
459 Explain user name and host name specification for "adb".
460
461 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
462
463 * tramp.texi (External methods): Mention `tramp-adb-program'.
464
465 2013-02-28 Bastien Guerry <bzg@gnu.org>
466
467 * org.texi (Visibility cycling): Suggest to set
468 `org-agenda-inhibit-startup' to nil if user wants the startup
469 visibility settings to be honored in any circumstances.
470 (Progress logging, Checkboxes): Fix typos.
471
472 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
473
474 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
475 the macros, for Texinfo 4.13 and 5.0.
476
477 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
478
479 Port Tramp documentation to Texinfo 5.0.
480 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
481 (Filename Syntax): Do not use @trampfn{} in @item.
482 (Filename completion): Use @columnfractions in @multitable.
483
484 2013-02-22 Glenn Morris <rgm@gnu.org>
485
486 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
487
488 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
489
490 * Makefile.in (html): New rule.
491
492 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
493
494 * tramp.texi (Android shell setup): Improve. Reported by Thierry
495 Volpiatto <thierry.volpiatto@gmail.com>.
496
497 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
498
499 * tramp.texi (Top, Configuration): Insert section `Android shell
500 setup' in menu.
501 (Android shell setup): New section.
502 (Connection types, Default Method)
503 (Frequently Asked Questions): Mention "scp" instead of "scpc".
504 (External methods): Remove "scpc" and "rsyncc" entries.
505 (Frequently Asked Questions): Remove entry about ControlPersist.
506
507 2013-02-13 Glenn Morris <rgm@gnu.org>
508
509 * message.texi (News Headers): Don't mention yow any more.
510
511 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
512
513 * calc.texi (Basic Operations on Units):
514 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
515
516 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
517
518 * eshell.texi: Fill most of the missing sections.
519
520 2013-02-07 Bastien Guerry <bzg@gnu.org>
521
522 * org.texi (References): Clarify an example.
523 (Installation): Fix instructions.
524 (Org-Plot): Fix link.
525 (Checkboxes, Radio lists): Fix typos.
526
527 2013-02-07 Glenn Morris <rgm@gnu.org>
528
529 * cl.texi (Equality Predicates): Mention memql.
530
531 2013-02-07 Eric Ludlam <zappo@gnu.org>
532
533 * doc/misc/ede.texi (Creating a project): Make ede-new doc less
534 specific, and only about items it supports, indicating that there
535 might be more. Remove refs to simple project and direct automake
536 from ede new.
537 (Simple projects): Re-write to not talk about ede-simple-project
538 which is deprecated, and instead use the term to mean projects
539 that don't do much management, just project wrapping.
540 Add ede-generic-project link.
541 (ede-generic-project): New node (bug#11441).
542
543 2013-02-07 Glenn Morris <rgm@gnu.org>
544
545 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
546
547 2013-02-01 Glenn Morris <rgm@gnu.org>
548
549 * calc.texi (Help Commands): Update calc-view-news description.
550 Mention etc/CALC-NEWS.
551
552 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
553
554 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
555
556 2013-01-13 Bastien Guerry <bzg@gnu.org>
557
558 * org.texi (Installation): Simplify.
559
560 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
561
562 * org.texi (Handling links): Update the mention to the obsolete
563 variable `org-link-to-org-use-id' with a mention to the newer
564 variable `org-id-link-to-org-use-id'. Mention the need to load
565 the org-id library.
566
567 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
568
569 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
570
571 2013-01-09 Bastien Guerry <bzg@gnu.org>
572
573 * org.texi (Pushing to MobileOrg): Add footnote about using
574 symbolic links in `org-directory'.
575 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
576 of the now obsolete alias `org-float'.
577 (TODO basics): Add `org-use-fast-todo-selection' to the variable
578 index. Fix description of TODO keywords cycling.
579 (Advanced features): Add missing argument for @item.
580 (Storing searches): Add index entries and a note about
581 *-tree agenda views.
582 (Structure editing): Document `org-mark-element' and
583 `org-mark-subtree'.
584 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
585
586 2013-01-08 Juri Linkov <juri@jurta.org>
587
588 * info.texi (Go to node): Mention the abbreviated format
589 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
590
591 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
592
593 * autotype.texi: Remove undefined command @subtitlefont.
594 * cc-mode.texi: Likewise.
595
596 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
597 @item argument.
598 (Property searches): Use \\ instead of @backslashchar{}.
599 * pgg.texi (VERSION): Move @set below @setfilename.
600
601 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
602
603 * ada-mode.texi: Remove braces from @title argument.
604 * eudc.texi: Likewise.
605 * smtpmail.texi: Likewise.
606 * auth.texi (VERSION): Set before first use.
607 * emacs-gnutls.texi (VERSION): Likewise.
608 * pgg.texi (VERSION): Likewise.
609 * ede.texi (Top): Rename from top, all uses changed.
610 * eshell.texi: Add missing argument to @sp.
611 * forms.texi (Top): Reorder menu to match structure.
612 * htmlfontify.texi (Customisation): Add missing @item in
613 @enumerate.
614 * org.texi (Advanced features): Add missing argument for @item.
615 (Property searches): Use @backslashchar{} in macro argument.
616 * pcl-cvs.texi: Add missing argument to @sp.
617 (Movement commands): Fix use of @itemx.
618 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
619 * reftex.texi (Options (Creating Citations)): Add missing newline
620 before @end.
621 * tramp.texi (Obtaining Tramp): Remove extra dots.
622 (Configuration): Reorder menu to match structure.
623 (Remote shell setup): Replace literal NUL character by \0.
624 * viper.texi (Marking): Add missing argument for @item.
625
626 2013-01-04 Glenn Morris <rgm@gnu.org>
627
628 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
629 Add htmlfontify.
630 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
631 (htmlfontify.dvi, htmlfontify.pdf): New targets.
632 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
633 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
634
635 * htmlfontify.texi: Miscellaneous fixes and updates.
636 Set copyright to FSF, update license to GFDL 1.3+.
637
638 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
639
640 * htmlfontify.texi: New file.
641
642 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
643
644 * calc.texi (Free-Form Dates): Expand on the date reading
645 algorithm.
646
647 2012-12-27 Glenn Morris <rgm@gnu.org>
648
649 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
650 Avoid some overfull lines.
651
652 * widget.texi (Programming Example): Break some long lines.
653
654 * wisent.texi (Wisent Overview): Fix xref.
655 (Grammar format, Understanding the automaton): Avoid overfill.
656
657 * bovine.texi (Optional Lambda Expression): Allow line break.
658
659 * auth.texi (Help for users): Break long lines.
660
661 * ada-mode.texi (Project file variables):
662 Reword to reduce underfull hbox.
663 (No project files, Use GNAT project file):
664 Use smallexample to make some overfull lines less terrible.
665
666 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
667 Fix cross-references to separate manuals.
668
669 * Makefile.in (gfdl): New variable. Use throughout where
670 appropriate so that targets depend on doclicense.texi.
671
672 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
673
674 * gnus.texi (Customizing the IMAP Connection): Mention the other
675 authenticators.
676
677 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
678
679 * gnus.texi (Browse Foreign Server):
680 Document `gnus-browse-delete-group'.
681
682 2012-12-22 Glenn Morris <rgm@gnu.org>
683
684 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
685 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
686 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
687 * widget.texi, wisent.texi: Nuke hand-written node pointers.
688
689 * Makefile.in (gfdl): New variable. Use throughout where
690 appropriate so that targets depend on doclicense.texi.
691
692 2012-12-22 Eli Zaretskii <eliz@gnu.org>
693
694 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
695 doclicense.texi. Remove doclicense.texi from all targets that
696 mentioned it explicitly.
697 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
698 $(emacsdir)/emacsver.texi.
699 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
700
701 2012-12-21 Glenn Morris <rgm@gnu.org>
702
703 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
704 Include emacsver.texi. Nuke hand-written node pointers.
705 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
706 Depend on emacsver.texi.
707
708 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
709 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
710 May as well just include doclicense.texi in everything.
711
712 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
713 which @copying says is included.
714
715 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
716 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
717 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
718 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
719 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
720 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
721 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
722 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
723 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
724 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
725 * widget.texi, wisent.texi, woman.texi: Do not mention buying
726 copies from the FSF, which does not publish these manuals.
727
728 * erc.texi: No need to include gpl in this small manual.
729
730 * org.texi (copying): Include a copy of the GFDL.
731 (GNU Free Documentation License): New section.
732
733 2012-12-21 Bastien Guerry <bzg@gnu.org>
734
735 * org.texi: Fix typos.
736
737 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
738
739 * calc.texi (ISO 8601): Rename from ISO-8601,
740 as it's typically spelled without a hyphen.
741
742 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
743
744 * calc.texi (ISO-8601): New section.
745 (Date Formatting Codes): Mention new codes.
746 (Standard Date Formats): Mention new formats.
747
748 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
749
750 * tramp.texi (External methods): Move `adb' method here.
751
752 2012-12-13 Glenn Morris <rgm@gnu.org>
753
754 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
755
756 * wisent.texi: Small edits. Set copyright to FSF, update license to
757 GFDL 1.3+.
758 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
759 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
760 New targets.
761 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
762 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
763
764 * bovine.texi: Small edits. Set copyright to FSF, update license to
765 GFDL 1.3+, remove empty index.
766 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
767 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
768 New targets.
769 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
770 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
771
772 2012-12-13 Eric Ludlam <zappo@gnu.org>
773 David Ponce <david@dponce.com>
774 Richard Kim <emacs18@gmail.com>
775
776 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
777
778 2012-12-13 Glenn Morris <rgm@gnu.org>
779
780 * flymake.texi (Customizable variables, Locating the buildfile):
781 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
782
783 * srecode.texi: Small edits. Set copyright to FSF, add explicit
784 GFDL 1.3+ license, fix up index.
785 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
786 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
787 (srecode.pdf): New targets.
788 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
789 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
790
791 2012-12-13 Eric Ludlam <zappo@gnu.org>
792
793 * srecode.texi: New file, imported from CEDET trunk.
794
795 2012-12-13 Bastien Guerry <bzg@gnu.org>
796
797 * org.texi (Summary, Code block specific header arguments)
798 (Code block specific header arguments)
799 (Header arguments in function calls, var, noweb)
800 (Results of evaluation, Code evaluation security):
801 Small reformatting: add a blank line before some example.
802
803 * org.texi (System-wide header arguments)
804 (Header arguments in Org mode properties, Conflicts)
805 (Dynamic blocks, Using the mapping API):
806 Fix indentation of Elisp code examples.
807
808 * org.texi (Comment lines): Fix description of the comment syntax.
809
810 * org.texi (Installation): Mention "make test" in the correct section.
811
812 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
813
814 * doclicense.texi, gpl.texi: Update to latest version from FSF.
815 These are just minor editorial changes.
816
817 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
818
819 * tramp.texi (History): Mention ADB.
820 (Inline methods): Add `adb' method.
821
822 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
823
824 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
825 (External methods): Fix typo.
826
827 2012-12-03 Glenn Morris <rgm@gnu.org>
828
829 * rcirc.texi (Notices): Fix typo.
830
831 2012-11-25 Bill Wohler <wohler@newt.com>
832
833 Release MH-E manual version 8.4.
834
835 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
836 Update for release 8.4.
837
838 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
839 (Junk): Add mh-whitelist-preserves-sequences-flag,
840 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
841 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
842
843 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
844
845 * mh-e.texi (Procmail): Fix two @ typos.
846
847 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
848
849 * doclicense.texi, gpl.texi: Update to latest version from FSF.
850 These are just minor editorial changes.
851
852 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
853
854 * calc.texi (Date Formatting Codes): Mention the new beginning of
855 the date numbering system.
856
857 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
858
859 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
860 (Date Forms): Correct off-by-one error in explanation of
861 Julian day numbers. Give Gregorian equivalent of its origin.
862
863 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
864
865 * doc/misc/calc.texi (Date Forms): Mention the customizable
866 Gregorian-Julian switch.
867 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
868
869 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
870
871 Calc now uses the Gregorian calendar for all dates (Bug#12633).
872 It also uses January 1, 1 AD as its day number 1.
873 * calc.texi (Date Forms): Document this.
874
875 2012-11-16 Glenn Morris <rgm@gnu.org>
876
877 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
878 (Obsolete Macros): Move example here from Function Bindings.
879
880 * erc.texi: Use @code{nil} rather than just "nil".
881 (Modules): Undocument obsolete "hecomplete".
882 Add "notifications".
883 (Connecting): Add brief section on passwords.
884 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
885
886 2012-11-13 Glenn Morris <rgm@gnu.org>
887
888 * flymake.texi (Customizable variables)
889 (Highlighting erroneous lines): Mention flymake-error-bitmap,
890 flymake-warning-bitmap, and flymake-fringe-indicator-position.
891
892 2012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
893
894 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
895 In all file place SES into @acronym{...}.
896 (Advanced Features): Add key index and function index for
897 ses-set-header-row. Add description for function
898 ses-rename-cell. Add description for function
899 ses-repair-cell-reference-all.
900 (Ranges in formulas): Add description for ses-range flags.
901
902 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
903
904 * texinfo.tex: Merge from gnulib.
905
906 2012-11-10 Chong Yidong <cyd@gnu.org>
907
908 * url.texi (Introduction): Move url-configuration-directory to
909 Customization node.
910 (Parsed URIs): Split into its own node.
911 (URI Encoding): New node.
912 (Defining New URLs): Remove empty chapter.
913 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
914 Improve docs for url-queue-*.
915 (Supported URL Types): Copyedits. Delete empty subnodes.
916
917 * url.texi (Introduction): Rename from Getting Started.
918 Rewrite the introduction.
919 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
920
921 2012-11-10 Glenn Morris <rgm@gnu.org>
922
923 * cl.texi (Obsolete Setf Customization):
924 Revert defsetf example to the more correct let rather than prog1.
925 Give define-modify-macro, defsetf, and define-setf-method
926 gv.el replacements.
927
928 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
929 (Setf Extensions): Remove obsolete reference.
930 (Obsolete Setf Customization):
931 Move note on lack of setf functions to lispref/variables.texi.
932 Undocument get-setf-method, since it no longer exists.
933 Mention simple defsetf replaced by gv-define-simple-setter.
934
935 2012-11-03 Glenn Morris <rgm@gnu.org>
936
937 * cl.texi: Further general copyedits.
938 (List Functions): Remove copy-tree, standard elisp for some time.
939 (Efficiency Concerns): Comment out examples that no longer apply.
940 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
941 (Creating Symbols, Random Numbers): De-emphasize internal
942 variables cl--gensym-counter and cl--random-state. (Bug#12788)
943 (Naming Conventions, Type Predicates, Macros)
944 (Predicates on Numbers): No longer mention cl-floatp-safe.
945
946 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
947
948 * gnus.texi (Mail Source Specifiers):
949 Document :leave keyword used for pop mail source.
950
951 2012-11-01 Glenn Morris <rgm@gnu.org>
952
953 * cl.texi: General copyedits for style, line-breaks, etc.
954 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
955 (Macro Bindings, Blocks and Exits):
956 Acknowledge existence of lexical-binding.
957 (Iteration): Mainly defer to doc of standard dolist, dotimes.
958
959 2012-10-31 Glenn Morris <rgm@gnu.org>
960
961 * ert.texi (Introduction, The @code{should} Macro):
962 Refer to "cl-assert" rather than "assert".
963
964 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
965 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
966 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
967 Reword, and add details of flet and labels.
968 (Modify Macros, Function Bindings): Add some xrefs.
969
970 2012-10-30 Glenn Morris <rgm@gnu.org>
971
972 * cl.texi (Modify Macros): Update for cl-letf changes.
973 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
974 (Setf Extensions): Partially restore note about cl-getf,
975 mainly moved to lispref/variables.texi.
976 (Property Lists): Fix cl-getf typos.
977 (Mapping over Sequences): Mention cl-mapc naming oddity.
978
979 2012-10-29 Glenn Morris <rgm@gnu.org>
980
981 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
982 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
983 (Customizing Setf): Move contents to "Obsolete Setf Customization".
984 (Modify Macros, Multiple Values, Other Clauses):
985 Remove mentions of obsolete features.
986 (Obsolete Setf Customization): Don't mention `apply' setf.
987
988 2012-10-28 Glenn Morris <rgm@gnu.org>
989
990 * cl.texi (Multiple Values, Common Lisp Compatibility):
991 More namespace updates.
992 (Obsolete Features): Copyedits.
993 (Obsolete Lexical Macros, Obsolete Setf Customization):
994 New subsections.
995
996 * cl.texi (Porting Common Lisp, Lexical Bindings):
997 Add some xrefs to the Elisp manual.
998
999 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
1000 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
1001 (Obsolete Features): New appendix. Move Lexical Bindings here.
1002
1003 2012-10-27 Glenn Morris <rgm@gnu.org>
1004
1005 * cl.texi: Use defmac for macros rather than defspec.
1006 (Efficiency Concerns): Related copyedit.
1007
1008 * cl.texi (Control Structure): Update for setf now being in core.
1009 (Setf Extensions): Rename from Basic Setf. Move much of the
1010 former content to lispref/variables.texi.
1011 (Modify Macros): Move pop, push details to lispref/variables.texi.
1012 (Customizing Setf): Copyedits for setf etc being in core.
1013 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
1014 Further namespaces updates.
1015
1016 2012-10-26 Bastien Guerry <bzg@gnu.org>
1017
1018 * org.texi (Installation): Update the link to Org's ELPA.
1019 Also don't mention org-install.el anymore as the replacement file
1020 org-loaddefs.el is now loaded by org.el.
1021
1022 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
1023
1024 * tramp.texi (Frequently Asked Questions):
1025 Mention `tramp-completion-reread-directory-timeout' for performance
1026 improvement.
1027
1028 2012-10-25 Glenn Morris <rgm@gnu.org>
1029
1030 * cl.texi: Don't mess with the TeX section number counter.
1031 Use Texinfo recommended convention for quotes+punctuation.
1032 (Overview, Sequence Functions): Rephrase for better line-breaking.
1033 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
1034 (Macro Bindings, Conditionals, Iteration, Loop Basics)
1035 (Random Numbers, Mapping over Sequences, Structures)
1036 (Porting Common Lisp): Further updates for cl-lib namespace.
1037 (Modify Macros, Declarations, Macro Bindings, Structures):
1038 Break long lines in examples.
1039 (Dynamic Bindings): Update for changed progv behavior.
1040 (Loop Examples, Efficiency Concerns): Markup fixes.
1041 (Structures): Remove TeX margin change.
1042 (Declarations): Fix typos.
1043
1044 2012-10-24 Glenn Morris <rgm@gnu.org>
1045
1046 * cl.texi (Overview, Multiple Values, Creating Symbols)
1047 (Numerical Functions): Say less/nothing about the original cl.el.
1048 (Old CL Compatibility): Remove.
1049 (Assertions): Remove ignore-errors (standard Elisp for some time).
1050
1051 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
1052 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
1053 (Efficiency Concerns, Efficiency Concerns)
1054 (Common Lisp Compatibility, Old CL Compatibility):
1055 Further updates for cl-lib namespace.
1056
1057 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1058
1059 Update manual for new time stamp format (Bug#12706).
1060 * emacs-mime.texi (time-date): Update for new format.
1061 Also, fix bogus time stamp and modernize a bit.
1062
1063 2012-10-23 Glenn Morris <rgm@gnu.org>
1064
1065 * cl.texi: Include emacsver.texi. Use Emacs version number rather
1066 than unchanging cl.el version number.
1067 End all menu descriptions with a period.
1068 Do not use @dfn{CL} for every instance of "CL".
1069 (Overview): Remove no-runtime caveat, and note about foo* names.
1070 (Usage): Use cl-lib rather than cl.
1071 (Organization, Naming Conventions): Update for cl-lib.el.
1072 (Installation): Remove long-irrelevant node.
1073 (Program Structure, Predicates, Control Structure):
1074 Start updating for cl-lib namespace.
1075 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
1076 Depend on emacsver.texi.
1077
1078 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1079
1080 * trampver.texi: Update release number.
1081
1082 2012-10-06 Glenn Morris <rgm@gnu.org>
1083
1084 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
1085 ERC version.
1086 (Introduction): ERC is distributed with Emacs.
1087 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
1088 (Getting Started): Simplify.
1089 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
1090 (History): Mention ERC maintained as part of Emacs now.
1091 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
1092 Add dependency on emacsver.texi.
1093
1094 * erc.texi: Remove hand-written node pointers.
1095
1096 2012-10-05 Glenn Morris <rgm@gnu.org>
1097
1098 * newsticker.texi (Overview, Requirements, Usage, Configuration):
1099 Copyedits.
1100
1101 2012-10-01 Eric Ludlam <zappo@gnu.org>
1102
1103 * ede.texi (Quick Start, Project Local Variables)
1104 (Miscellaneous commands, ede-java-root, Development Overview)
1105 (Detecting a Project): New nodes.
1106 (Simple projects): Node deleted.
1107
1108 * eieio.texi (Building Classes): Some slot attributes cannot be
1109 overridden.
1110 (Slot Options): Remove an example.
1111 (Method Invocation, Documentation): New nodes.
1112
1113 2012-10-01 Glenn Morris <rgm@gnu.org>
1114
1115 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
1116 (reftex.pdf): Add dependency on emacsver.texi.
1117 * reftex.texi: Don't include directory part for emacsver.texi;
1118 the Makefile's -I handles it.
1119
1120 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1121
1122 Merge from standalone RefTeX repository.
1123
1124 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
1125 with macros.
1126 (Imprint): Mention Wolfgang in list of contributors.
1127 (Creating Citations): Give a hint about how to
1128 auto-revert the BibTeX database file when using external editors.
1129 (Referencing Labels): Simplify section about reference macro
1130 cycling.
1131 (Options (Referencing Labels)): Adapt to new structure of
1132 `reftex-ref-style-alist'.
1133 (Referencing Labels, Reference Styles): Document changes in the
1134 referencing functionality.
1135 (Commands): Mention options for definition of header and footer in
1136 BibTeX files.
1137 (Options (Creating Citations)): Document
1138 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
1139 (Reference Styles): New section.
1140 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
1141 (Options (Referencing Labels)): Remove descriptions of deprecated
1142 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
1143 Add descriptions for `reftex-ref-style-alist' and
1144 `reftex-ref-style-default-list'.
1145 (Referencing Labels): Update regarding reference styles.
1146 (Citation Styles): Mention support for ConTeXt.
1147 (Options (Defining Label Environments)): Fix typo.
1148 (Options (Creating Citations)):
1149 Document `reftex-cite-key-separator'.
1150
1151 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
1152
1153 * org.texi: Add description of ORG_ADD_CONTRIB to info
1154 documentation. Add link to Worg for more details.
1155
1156 * org.texi: Clarify installation procedure. Provide link to the
1157 build system description on Worg.
1158
1159 * org.texi: Remove reference to utils/, x11idle.c is now in
1160 contrib/scripts.
1161
1162 * org.texi: Re-normalize to "Org mode" in manual.
1163
1164 * org.texi (Installation): Adapt documentation to new build
1165 system. Mention GNU ELPA (since it needs to be handled like Emacs
1166 built-in Org).
1167
1168 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
1169
1170 * org.texi: Fix typo in description of the 'Hooks' section.
1171
1172 * org.texi: Add ID to the list of special properties.
1173
1174 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
1175
1176 * org.texi (Moving subtrees): Document the ability to archive to a
1177 datetree.
1178
1179 2012-09-30 Bastien Guerry <bzg@gnu.org>
1180
1181 * org.texi (Installation, Feedback, Batch execution):
1182 Use (add-to-list 'load-path ... t) for the contrib dir.
1183
1184 * org.texi (results): Update documentation for ":results drawer"
1185 and ":results org".
1186
1187 * org.texi (Column width and alignment): Fix typo.
1188
1189 * org.texi (Activation): Point to the "Conflicts" section.
1190
1191 * org.texi (Conflicts): Mention filladapt.el in the list of
1192 conflicting packages.
1193
1194 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
1195 not needed for versions of Emacs > 22.1.
1196
1197 * org.texi (History and Acknowledgments): Fix typo.
1198
1199 * org.texi (History and Acknowledgments): Add my own
1200 acknowledgments.
1201
1202 * org.texi (Agenda commands): Document the new command and the new
1203 option.
1204
1205 * org.texi (Agenda commands): Delete `org-agenda-action' section.
1206 (Agenda commands): Reorder. Document `*' to toggle persistent
1207 marks.
1208
1209 * org.texi (Agenda dispatcher):
1210 Mention `org-toggle-agenda-sticky'.
1211 (Agenda commands, Exporting Agenda Views): Fix typo.
1212
1213 * org.texi (Templates in contexts, Setting Options): Update to
1214 reflect changes in how contexts options are processed.
1215
1216 * org.texi (Templates in contexts): Document the new structure of
1217 the variables `org-agenda-custom-commands-contexts' and
1218 `org-capture-templates-contexts'.
1219
1220 * org.texi (Templates in contexts): Document the new option
1221 `org-capture-templates-contexts'.
1222 (Storing searches): Document the new option
1223 `org-agenda-custom-commands-contexts'.
1224
1225 * org.texi (Formula syntax for Lisp): Reformat.
1226
1227 * org.texi (Special properties, Column attributes)
1228 (Agenda column view): Document the new special property
1229 CLOCKSUM_T.
1230
1231 * org.texi (Template expansion): Document the new %l template.
1232
1233 * org.texi (Fast access to TODO states): Fix documentation about
1234 allowed characters for fast todo selection.
1235
1236 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
1237 use in `org-agenda-to-appt'.
1238
1239 * org.texi (Comment lines): Update wrt comments.
1240
1241 * org.texi (Resolving idle time): Document new keybinding.
1242
1243 * org.texi (Clocking commands): Document the use of S-M-<up/down>
1244 on clock timestamps.
1245
1246 * org.texi (Fast access to TODO states): Explicitely says only
1247 letters are supported as fast TODO selection keys.
1248
1249 * org.texi (Link abbreviations): Illustrate the use of the "%h"
1250 specifier. Document the new "%(my-function)" specifier.
1251
1252 * org.texi (Clocking commands): New cindex.
1253 (Clocking commands): Update documentation for `org-clock-in'.
1254 Document `org-clock-in-last'. Mention `org-clock-out' and
1255 `org-clock-in-last' as commands that can be globally bound.
1256 (Resolving idle time): Document continuous clocking.
1257
1258 * org.texi (Top, Introduction): Fix formatting.
1259 (Activation): Add index entries.
1260 (Conventions): Update section.
1261 (Embedded @LaTeX{}): Fix formatting.
1262
1263 * org.texi (Visibility cycling): Document `show-children'.
1264
1265 * org.texi (Using capture): Mention the `org-capture-last-stored'
1266 bookmark as a way to jump to the last stored capture.
1267
1268 * org.texi (Uploading files): Fix typo.
1269
1270 * org.texi (Using capture): Document `C-0' as a prefix argument
1271 for `org-capture'.
1272
1273 * org.texi (Agenda commands): Document persistent marks.
1274
1275 * org.texi (Template expansion): Update doc to reflect change.
1276
1277 * org.texi (Radio tables): Document the :no-escape parameter.
1278
1279 * org.texi (Repeated tasks): Document repeat cookies for years,
1280 months, weeks, days and hours.
1281
1282 * org.texi (Export options): State that you can use the d: option
1283 by specifying a list of drawers.
1284
1285 * org.texi (HTML preamble and postamble): Small doc improvement.
1286
1287 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
1288
1289 * org.texi: The sections in the Exporting section of the manual
1290 left out articles in the description of the org-export-as-*
1291 commands, among other places. This patch adds them, adds a few
1292 missing prepositions, and switches instances of "an HTML" to "a
1293 html" for internal consistency.
1294
1295 * org.texi: Alter several examples of headings with timestamps in
1296 them to include the timestamps in the body instead of the heading.
1297
1298 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
1299
1300 * org.texi (Agenda dispatcher): Document sticky agenda views and
1301 the new key for them.
1302
1303 2012-09-30 Charles <millarc@verizon.net> (tiny change)
1304
1305 * org.texi (Advanced features): Fix error in table.
1306
1307 2012-09-30 Feng Shu <tumashu@gmail.com>
1308
1309 * org.texi (@LaTeX{} fragments): Document imagemagick as an
1310 alternative to dvipng.
1311
1312 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
1313
1314 * org.texi: Remove extra curly bracket.
1315
1316 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
1317
1318 * org.texi (org-clock-in-last and org-clock-cancel): Update the
1319 defkeys.
1320
1321 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1322
1323 * org.texi (Agenda commands): Fix two typos by giving
1324 corresponding function names, according to
1325 `org-agenda-view-mode-dispatch'.
1326
1327 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
1328
1329 * org.texi (The spreadsheet): Fix typo.
1330
1331 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
1332
1333 * org.texi (Tracking your habits): Point to the "Tracking TODO
1334 state changes" section.
1335
1336 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
1337
1338 * org.texi (Literal examples): Remove reference to unknown
1339 `org-export-latex-minted' variable. Also simplify footnote since
1340 `org-export-latex-listings' documentation is exhaustive already.
1341
1342 * org.texi (Plain lists): Remove reference to now hard-coded
1343 `bullet' automatic rule.
1344
1345 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
1346
1347 * org.texi: Updated documentation accordingly.
1348
1349 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1350
1351 * texinfo.tex: Merge from gnulib.
1352
1353 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
1354
1355 Sync with Tramp 2.2.6.
1356
1357 * tramp.texi (Bug Reports): Cleanup caches before a test run.
1358
1359 * trampver.texi: Update release number.
1360
1361 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1362
1363 * texinfo.tex: Merge from gnulib.
1364
1365 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
1366
1367 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
1368 (bug#12096).
1369
1370 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1371
1372 * calc.texi (Simplification modes, Conversions)
1373 (Operating on Selections): Mention "basic" simplification.
1374 (The Calc Mode Line): Mention the mode line display for Basic
1375 simplification mode.
1376 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
1377 simplifications.
1378 (Basic Simplifications): Rename from "Limited Simplifications"
1379 Replace "limited" by "basic" throughout.
1380 (Algebraic Simplifications): Indicate that the algebraic
1381 simplifications are done by default.
1382 (Unsafe Simplifications): Mention `m E'.
1383 (Simplification of Units): Mention `m U'.
1384 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
1385 (Kinds of Declarations, Functions for Declarations):
1386 Mention "algebraic simplifications" instead of `a s'.
1387 (Algebraic Entry): Remove mention of default simplifications.
1388
1389 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1390
1391 * calc.texi (Getting Started, Tutorial): Change simulated
1392 Calc output to match actual output.
1393 (Simplifying Formulas): Mention that algebraic simplification is now
1394 the default.
1395
1396 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1397
1398 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
1399 (Bug#12073)
1400
1401 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1402
1403 Prefer typical American spelling for "acknowledgment".
1404 * calc.texi (History and Acknowledgments): Rename from
1405 History and Acknowledgements.
1406 * idlwave.texi (Acknowledgments):
1407 * ses.texi (Acknowledgments):
1408 * woman.texi (Acknowledgments): Rename from Acknowledgements.
1409
1410 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1411
1412 Rename configure.in to configure.ac (Bug#11603).
1413 * ede.texi (Compiler and Linker objects, ede-proj-project)
1414 (ede-step-project): Prefer the name configure.ac to configure.in.
1415
1416 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
1417
1418 * tramp.texi (Multi-hops):
1419 Introduce `tramp-restricted-shell-hosts-alist'.
1420
1421 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1422
1423 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
1424 methods, so don't mention smtpmail here.
1425
1426 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1427
1428 * gnus.texi (Picons): Document gnus-picon-properties.
1429
1430 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1431
1432 * gnus.texi: Remove mention of compilation, as that's no longer
1433 supported.
1434
1435 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1436
1437 * gnus.texi (Archived Messages): Mention
1438 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
1439
1440 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1441
1442 * gnus.texi (Various Summary Stuff):
1443 Remove mention of `gnus-propagate-marks'.
1444
1445 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1446
1447 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
1448 which no longer exist.
1449
1450 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1451
1452 * gnus.texi (Archived Messages):
1453 Document gnus-gcc-self-resent-messages.
1454
1455 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1456
1457 * message.texi (Mail Variables):
1458 Mention the optional user parameter for X-Message-SMTP-Method.
1459
1460 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1461
1462 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
1463
1464 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
1465
1466 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1467
1468 * gnus.texi (Key Index): Change encoding to utf-8.
1469
1470 2012-06-21 Glenn Morris <rgm@gnu.org>
1471
1472 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1473
1474 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1475
1476 * gnus.texi (Group Timestamp): Mention where to find documentation for
1477 the `gnus-tmp-' variables (bug#11601).
1478
1479 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
1480
1481 Sync with Tramp 2.2.6-pre.
1482
1483 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
1484 where appropriate.
1485 (Ad-hoc multi-hops): New section.
1486 (Remote processes): New subsection "Running remote processes on
1487 Windows hosts".
1488 (History): Add remote commands on Windows, and ad-hoc multi-hop
1489 methods.
1490 (External methods): "ControlPersist" must be set to "no" for the
1491 `scpc' method.
1492 (Remote processes): Add a note about `auto-revert-tail-mode'.
1493 (Frequently Asked Questions): Use "scpx" in combination with
1494 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
1495
1496 * trampver.texi: Update release number.
1497
1498 2012-06-10 Chong Yidong <cyd@gnu.org>
1499
1500 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
1501 compilation for html-mono.
1502
1503 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
1504
1505 * texinfo.tex: Merge from gnulib.
1506
1507 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
1508
1509 * Makefile.in (echo-info): Don't try to install info files named
1510 just ".info".
1511
1512 2012-05-28 Glenn Morris <rgm@gnu.org>
1513
1514 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
1515
1516 * sc.texi: Nuke hand-written node pointers.
1517 Fix top-level menu to match actual node order.
1518
1519 2012-05-27 Glenn Morris <rgm@gnu.org>
1520
1521 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
1522 Some associated fixes, including not messing with chapno in cl.texi.
1523
1524 2012-05-27 Bastien Guerry <bzg@gnu.org>
1525
1526 * org.texi (Durations and time values): Fix typo.
1527
1528 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1529
1530 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
1531 Mention `calc-ensure-consistent-units'.
1532
1533 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
1534
1535 * cc-mode.texi: Avoid space before macro in 4th argument of cross
1536 reference commands. (Bug#11461)
1537
1538 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
1539
1540 2012-05-12 Glenn Morris <rgm@gnu.org>
1541
1542 * Makefile.in (mostlyclean): Add more TeX intermediates.
1543
1544 * Makefile.in: Make it look more like the other doc Makefiles.
1545 Use explicit $srcdir in all dependencies.
1546 Remove cd $srcdir from rules.
1547 (VPATH): Remove.
1548 (infodir): Set to an absolute path.
1549 (INFO_TARGETS): Use short names.
1550 (mkinfodir): infodir is now absolute.
1551 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
1552
1553 * Makefile.in (info.info): Rename from info, to avoid duplication.
1554 (.SUFFIXES): Disable implicit rules.
1555
1556 * Makefile.in (MKDIR_P): New, set by configure.
1557 (mkinfodir): Use $MKDIR_P.
1558
1559 2012-05-07 Glenn Morris <rgm@gnu.org>
1560
1561 * forms.texi (Long Example): Update for changed location of files.
1562
1563 2012-05-04 Glenn Morris <rgm@gnu.org>
1564
1565 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1566 (INFO_TARGETS): Use $INFO_EXT.
1567 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1568 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1569 (INFO_TARGETS): Use $INFO_EXT.
1570 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1571
1572 2012-05-02 Glenn Morris <rgm@gnu.org>
1573
1574 * Makefile.in (echo-info): New phony target, used by top-level.
1575
1576 * viper.texi: Make direntry shorter (also it is no longer "newest").
1577
1578 * emacs-gnutls.texi, ert.texi, org.texi:
1579 Fix dircategory, direntry to match info/dir.
1580
1581 * faq.texi: Convert @inforefs to @xrefs.
1582 Fix some malformed cross-references.
1583 (File-name conventions): Shorten section name to avoid overfull line.
1584 (How to add fonts): Use smallexample to avoid overfull lines.
1585
1586 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
1587
1588 * auth.texi (Help for users): Update for .gpg file being second.
1589
1590 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
1591
1592 * org.texi (Agenda commands): Fix two typos: give corresponding
1593 function names, according to `org-agenda-view-mode-dispatch'.
1594
1595 2012-04-27 Glenn Morris <rgm@gnu.org>
1596
1597 * faq.texi (Major packages and programs): Remove section.
1598 There is no point listing 6 packages (cf etc/MORE.STUFF).
1599 (Finding Emacs and related packages): Move "Spell-checkers" here.
1600
1601 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
1602
1603 * dbus.texi (Version): New node.
1604 (Properties and Annotations): Mention the object manager
1605 interface. Describe dbus-get-all-managed-objects.
1606 (Type Conversion): Floating point numbers are allowed, if an
1607 anteger does not fit Emacs's integer range.
1608 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
1609 (Asynchronous Methods): Fix description of
1610 dbus-call-method-asynchronously.
1611 (Receiving Method Calls): Fix some minor errors.
1612 Add dbus-interface-emacs.
1613 (Signals): Describe unicast signals and the new match rules.
1614 (Alternative Buses): Add the PRIVATE optional argument to
1615 dbus-init-bus. Describe its new return value. Add dbus-setenv.
1616
1617 2012-04-20 Glenn Morris <rgm@gnu.org>
1618
1619 * faq.texi (New in Emacs 24): New section.
1620 (Packages that do not come with Emacs): Mention M-x list-packages.
1621
1622 2012-04-14 Alan Mackenzie <acm@muc.de>
1623
1624 * cc-mode.texi (c-offsets-alist): Correct a typo.
1625
1626 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
1627
1628 * org.texi (Deadlines and scheduling): Fix the example: the
1629 DEADLINE item should come right after the headline. We enforce
1630 this convention, so it is a bug not to illustrate it correctly in
1631 the manual.
1632
1633 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1634
1635 * org.texi (Agenda commands): Fix documentation bug by swapping
1636 the equivalent keybindings to `org-agenda-next-line' with the ones
1637 to `org-agenda-previous-line'.
1638
1639 2012-04-14 Glenn Morris <rgm@gnu.org>
1640
1641 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1642
1643 2012-04-09 Eli Zaretskii <eliz@gnu.org>
1644
1645 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
1646 Add emacs-gnutls.
1647 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
1648
1649 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1650
1651 * Makefile.in: Add emacs-gnutls.texi to build.
1652
1653 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
1654
1655 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1656
1657 * auth.texi (Secret Service API): Edit further and give examples.
1658 (Secret Service API): Adjust @samp to @code for collection names.
1659
1660 2012-04-04 Glenn Morris <rgm@gnu.org>
1661
1662 * auth.texi (Secret Service API): Copyedits.
1663 (Help for developers): Fill in some missing function doc-strings.
1664 (Help for users, Help for developers)
1665 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
1666
1667 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
1668
1669 * auth.texi (Secret Service API): Add the missing text.
1670
1671 2012-04-04 Chong Yidong <cyd@gnu.org>
1672
1673 * message.texi (Using PGP/MIME): Note that epg is now the default.
1674
1675 * gnus.texi: Reduce references to obsolete pgg library.
1676 (Security): Note that epg is now the default.
1677
1678 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
1679
1680 * nxml-mode.texi (Completion): C-RET is no longer bound to
1681 nxml-complete.
1682
1683 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1684
1685 * org.texi (Customizing tables in ODT export): Correct few errors.
1686
1687 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1688
1689 * org.texi (Links in ODT export): Update.
1690 (Labels and captions in ODT export): New node.
1691
1692 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1693
1694 * org.texi (Literal examples in ODT export): htmlfontify.el in
1695 Emacs-24.1 now supports fontification. So ODT source blocks will
1696 be fontified by default.
1697
1698 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
1699
1700 * org.texi (Refiling notes): Remove duplicated keybinding.
1701
1702 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1703
1704 * org.texi (noweb): Documentation of this new option to the :noweb
1705 header argument.
1706
1707 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
1708
1709 * org.texi (Header and sectioning): Add example demonstrating how
1710 to use "LaTeX_CLASS_OPTIONS".
1711
1712 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1713
1714 * org.texi (Noweb reference syntax): Describe the ability to
1715 execute noweb references in the manual.
1716
1717 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1718
1719 * org.texi (cache): Improve cache documentation when session
1720 evaluation is used.
1721
1722 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1723
1724 * org.texi (Plain lists): Document removal.
1725
1726 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
1727
1728 * org.texi: Decapitalize file name in references to Calc manual.
1729
1730 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1731
1732 * org.texi (Plain lists): Document removal.
1733
1734 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1735
1736 * org.texi (Top, OpenDocument Text export)
1737 (ODT export commands, Extending ODT export)
1738 (Images in ODT export, Tables in ODT export)
1739 (Configuring a document converter): Add or Update.
1740
1741 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
1742
1743 * org.texi (MobileOrg): Change the wording to reflect that the
1744 Android Version is no longer just the little brother of the iOS
1745 version.
1746
1747 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1748
1749 * org.texi (Key bindings and useful functions): Update babel key
1750 binding documentation in manual.
1751
1752 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1753
1754 * org.texi (noweb): Document new noweb header value.
1755
1756 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1757
1758 * org.texi (noweb-sep): Document new header argument.
1759
1760 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1761
1762 * org.texi (noweb-ref): Documentation of this new custom variable.
1763
1764 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1765
1766 * org.texi (wrap): Update the new :wrap documentation to match the
1767 current implementation.
1768
1769 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1770
1771 * org.texi: Added documentation for :wrap.
1772
1773 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1774
1775 * org.texi: #+RESULTS now user-configurable.
1776
1777 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1778
1779 * org.texi: Documented :noweb no-export.
1780
1781 2012-04-01 Thomas Dye <dk@poto.local>
1782
1783 * org.texi: Edit :noweb no header argument for correctness.
1784
1785 2012-04-01 Bastien Guerry <bzg@gnu.org>
1786
1787 * org.texi (Customization): Update the approximate number of Org
1788 variables.
1789
1790 2012-04-01 Thomas Dye <dk@poto.local>
1791
1792 * org.texi: The :results wrap produces a drawer instead of a
1793 begin_results block.
1794
1795 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
1796
1797 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
1798 reflect the new default.
1799
1800 2012-03-10 Eli Zaretskii <eliz@gnu.org>
1801
1802 * info.texi (Expert Info): Move the index entry for "Texinfo" from
1803 "Getting Started" to this node. (Bug#10450)
1804
1805 2012-03-10 Chong Yidong <cyd@gnu.org>
1806
1807 * flymake.texi (Example -- Configuring a tool called via make):
1808 Mention the Automake COMPILE variable (Bug#8715).
1809
1810 * info.texi (Getting Started): Add an index entry (Bug#10450).
1811
1812 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
1813
1814 * dbus.texi (Signals): Known names will be mapped onto unique
1815 names, when registering for signals.
1816
1817 2012-02-29 Glenn Morris <rgm@gnu.org>
1818
1819 * url.texi: Fix quote usage in body text.
1820
1821 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
1822
1823 * cl.texi: Use @code{} in menus when appropriate.
1824
1825 2012-02-28 Glenn Morris <rgm@gnu.org>
1826
1827 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
1828 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1829 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1830 * org.texi, sc.texi, vip.texi, viper.texi:
1831 Standardize possessive apostrophe usage.
1832
1833 2012-02-26 Chong Yidong <cyd@gnu.org>
1834
1835 * ediff.texi (Quick Help Commands): Add a couple of index entries
1836 (Bug#10834).
1837
1838 2012-02-17 Glenn Morris <rgm@gnu.org>
1839
1840 * gnus.texi (Posting Styles):
1841 * remember.texi (Org): Fix cross-refs to other manuals.
1842
1843 2012-02-15 Glenn Morris <rgm@gnu.org>
1844
1845 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1846 (Encryption): New chapter, split out from previous.
1847
1848 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1849
1850 * gnus.texi (Customizing the IMAP Connection):
1851 Mention nnimap-record-commands.
1852
1853 2012-02-10 Glenn Morris <rgm@gnu.org>
1854
1855 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1856 Mention url-queue-retrieve.
1857
1858 2012-02-09 Glenn Morris <rgm@gnu.org>
1859
1860 * sem-user.texi (Semantic mode user commands): Typo fix.
1861
1862 * info.texi (Create Info buffer): Mention info-display-manual.
1863
1864 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1865
1866 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1867 example (modified from an example by Michael Albinus).
1868
1869 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1870
1871 * gnus.texi (Agent Basics): Fix outdated description of
1872 `gnus-agent-auto-agentize-methods'.
1873
1874 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1875
1876 * cc-mode.texi: Always @defindex ss.
1877 (Config Basics): Fix argument of @itemize.
1878 (Macro Backslashes): Add @code around index entry.
1879
1880 2012-01-23 Glenn Morris <rgm@gnu.org>
1881
1882 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1883
1884 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1885
1886 * tramp.texi (File): Tweak wording for the `scpc' option.
1887
1888 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1889
1890 * gnus.texi (Group Parameters): Really note precedence.
1891
1892 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1893
1894 * gnus.texi (Group Parameters): Note precedence.
1895
1896 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
1897
1898 * org.texi (Noweb reference syntax): Adding documentation of
1899 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1900 variable.
1901
1902 2012-01-03 Bastien Guerry <bzg@gnu.org>
1903
1904 * org.texi (Plain lists): Split the table to fix the display
1905 of items.
1906
1907 2012-01-03 Bastien Guerry <bzg@gnu.org>
1908
1909 * org.texi (Plain lists): Fix misplaced explanation.
1910
1911 2012-01-03 Bastien Guerry <bzg@gnu.org>
1912
1913 * org.texi (Plain lists, Agenda files): Add index entries.
1914
1915 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1916
1917 * org.texi: Use "Org mode" instead of alternatives like
1918 "Org-mode" or "org-mode".
1919
1920 2012-01-03 Bernt Hansen <bernt@norang.ca>
1921
1922 * org.texi (Agenda commands):
1923 Document `org-clock-report-include-clocking-task'.
1924
1925 2012-01-03 Bastien Guerry <bzg@gnu.org>
1926
1927 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1928 C-c' on checkboxes.
1929
1930 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1931
1932 * org.texi: End sentences with two spaces.
1933
1934 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1935
1936 * org.texi (External links): Document the link types file+sys
1937 and file+emacs, slightly narrow used page width.
1938
1939 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
1940
1941 * org.texi (colnames): Note that colnames behavior may differ
1942 across languages.
1943
1944 2012-01-03 Bastien Guerry <bzg@gnu.org>
1945
1946 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1947
1948 2012-01-03 Thomas Dye <dk@poto.westell.com>
1949
1950 * org.texi: Augmented discussion of babel property
1951 inheritance. Put footnote outside sentence ending period.
1952
1953 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1954
1955 * org.texi (eval): Documenting the full range of :eval header
1956 argument values.
1957
1958 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1959
1960 * org.texi (eval): Documentation of the new :eval option.
1961
1962 2012-01-03 Thomas Dye <dk@poto.local>
1963
1964 * org.texi: Add accumulated properties.
1965
1966 2012-01-03 Thomas Dye <dk@poto.local>
1967
1968 * org.texi: Documented no spaces in name=assign, another
1969 correction to :var table.
1970
1971 2012-01-03 Thomas Dye <dk@poto.local>
1972
1973 * org.texi: Changed DATA to NAME in Working With Source Code
1974 section.
1975
1976 2012-01-03 Tom Dye <tsd@tsdye.com>
1977
1978 * org.texi: Minor change to :var table.
1979
1980 2012-01-03 Tom Dye <tsd@tsdye.com>
1981
1982 * org.texi: More changes to :var table (some examples were wrong).
1983
1984 2012-01-03 Tom Dye <tsd@tsdye.com>
1985
1986 * org.texi: Cleaned up :var table.
1987
1988 2012-01-03 Bastien Guerry <bzg@gnu.org>
1989
1990 * org.texi (Timestamps, Weekly/daily agenda)
1991 (Weekly/daily agenda): Add @cindex for "appointment".
1992
1993 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1994
1995 * org.texi (Literal examples): A new link to the template for
1996 inserting empty code blocks.
1997 (Structure of code blocks): A new link to the template for
1998 inserting empty code blocks.
1999
2000 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
2001
2002 * org.texi (External links): Add footnote on how the behavior
2003 of the text search in Org files are controled by the variable
2004 `org-link-search-must-match-exact-headline'.
2005
2006 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2007
2008 * org.texi (Buffer-wide header arguments):
2009 Update documentation to reflect removal of #+PROPERTIES.
2010
2011 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2012
2013 * org.texi (The clock table): Mention that ACHIVED trees
2014 contribute to the clock table.
2015
2016 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2017
2018 * org.texi (Conflicts): Better yasnippet config info.
2019
2020 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
2021
2022 * org.texi (Selective export): Explicitely mention the default
2023 values for `org-export-select-tags',
2024 `org-export-exclude-tags'.
2025
2026 2012-01-03 Tom Dye <tsd@tsdye.com>
2027
2028 * org.texi: Added a line to specify that header arguments are
2029 lowercase.
2030
2031 2012-01-03 Tom Dye <tsd@tsdye.com>
2032
2033 * org.texi: :var requires default value when declared.
2034
2035 2012-01-03 Bastien Guerry <bzg@gnu.org>
2036
2037 * org.texi (Handling links): Add a note about the
2038 `org-link-frame-setup' option.
2039
2040 2012-01-03 David Maus <dmaus@ictsoc.de>
2041
2042 * org.texi (Exporting Agenda Views, Extracting agenda
2043 information): Fix command line syntax, quote symbol parameter
2044 values.
2045
2046 2012-01-03 David Maus <dmaus@ictsoc.de>
2047
2048 * org.texi (Exporting Agenda Views): Fix command line syntax.
2049
2050 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2051
2052 * gnus.texi (Mail Source Customization, Mail Back End Variables):
2053 Use octal notation for file permissions, which are normally
2054 thought of in octal.
2055 (Mail Back End Variables): Use more-plausible modes in example.
2056
2057 2011-12-20 Alan Mackenzie <acm@muc.de>
2058
2059 * cc-mode.texi: Update version string 5.31 -> 5.32.
2060
2061 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
2062
2063 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
2064
2065 2011-11-24 Glenn Morris <rgm@gnu.org>
2066
2067 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
2068
2069 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2070
2071 * makefile.w32-in: Update dependencies.
2072
2073 2011-11-20 Glenn Morris <rgm@gnu.org>
2074
2075 * gnus.texi (Group Information):
2076 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
2077
2078 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2079
2080 * gnus-coding.texi (Gnus Maintenance Guide):
2081 Rename from "Gnus Maintainance Guide".
2082
2083 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
2084 * eieio.texi (Customizing):
2085 * gnus.texi (Article Washing):
2086 * gnus-news.texi:
2087 * sem-user.texi (Smart Jump): Fix typos.
2088
2089 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2090
2091 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
2092
2093 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2094
2095 * ede.texi (project-am-texinfo):
2096 * gnus.texi (Sending or Not Sending):
2097 * org.texi (Template elements): Fix typos.
2098
2099 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
2100
2101 * ediff.texi (Hooks):
2102 * sem-user.texi (Semanticdb Roots): Fix typos.
2103
2104 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
2105
2106 * semantic.texi (Tag handling): Fix typo.
2107
2108 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
2109
2110 * gnus.texi (Other Gnus Versions): Remove.
2111
2112 2011-10-28 Alan Mackenzie <acm@muc.de>
2113
2114 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
2115 (Other Special Indentations): Add an xref to "Macros with ;".
2116 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
2117 "Macros with ;".
2118 (Macros with ;): New page.
2119
2120 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
2121 Document the new handling of nested scopes for movement by defuns.
2122
2123 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
2124
2125 Sync with Tramp 2.2.3.
2126
2127 * trampver.texi: Update release number.
2128
2129 2011-10-14 Glenn Morris <rgm@gnu.org>
2130
2131 * ert.texi (Introduction, How to Run Tests)
2132 (Running Tests Interactively, Expected Failures)
2133 (Tests and Their Environment, Useful Techniques)
2134 (Interactive Debugging, Fixtures and Test Suites):
2135 Minor rephrasings.
2136 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
2137 (Running Tests in Batch Mode): Simplify loading instructions.
2138 (Test Selectors): Clarify some selectors.
2139 (Expected Failures, Useful Techniques):
2140 Make examples fit in 80 columns.
2141
2142 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
2143
2144 * calc.texi (Basic Operations on Units): Discuss temperature
2145 conversion (`u t') alongside with other unit conversions ('u c').
2146
2147 2011-10-12 Glenn Morris <rgm@gnu.org>
2148
2149 * ert.texi: Whitespace trivia to make main menu items line up better.
2150
2151 2011-10-08 Glenn Morris <rgm@gnu.org>
2152
2153 * Makefile.in: Fix ert rules.
2154
2155 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2156
2157 * gnus.texi (Gnus Utility Functions): Add more references and
2158 explanations (bug#9683).
2159
2160 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2161
2162 * gnus.texi (Archived Messages): Note the default (bug#9552).
2163
2164 2011-09-21 Bill Wohler <wohler@newt.com>
2165
2166 Release MH-E manual version 8.3.
2167
2168 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2169 release 8.3.
2170 (Preface): Update support information.
2171 (From Bill Wohler): Reset text to original version. As a
2172 historical quote, the tense should be correct in the time that it
2173 was written.
2174
2175 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2176
2177 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
2178 (Finding the News): Doc clarification.
2179 (Terminology): Mention naming.
2180
2181 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2182
2183 * gnus.texi: Remove mentions of `recent', which are now obsolete.
2184 (Interactive): Document `quiet'.
2185
2186 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
2187
2188 * org.texi (Images in LaTeX export): Rewrite.
2189
2190 2011-08-15 Bastien Guerry <bzg@gnu.org>
2191
2192 * org.texi (Using the mapping API): Mention 'region as a possible
2193 scope for `org-map-entries'.
2194
2195 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2196
2197 * org.texi (Visibility cycling): Document `org-copy-visible'.
2198
2199 2011-08-15 Bastien Guerry <bzg@gnu.org>
2200
2201 * org.texi (Template expansion): Order template sequences in the
2202 proper order.
2203
2204 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2205
2206 * org.texi (eval): Expand discussion of the :eval header argument.
2207
2208 2011-08-15 Bastien Guerry <bzg@gnu.org>
2209
2210 * org.texi (Languages): Add Lilypond and Awk as supported
2211 languages.
2212
2213 2011-08-15 Achim Gratz <stromeko@nexgo.de>
2214
2215 * org.texi: Document that both CLOCK_INTO_DRAWER and
2216 LOG_INTO_DRAWER can be used to override the contents of variable
2217 org-clock-into-drawer (or if unset, org-log-into-drawer).
2218
2219 * org.texi: Replace @xref->@pxref.
2220
2221 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2222
2223 * org.texi (Evaluating code blocks): Documenting the new option
2224 for inline call lines.
2225
2226 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2227
2228 * org.texi (Results of evaluation): More explicit about the
2229 mechanism through which interactive evaluation of code is
2230 performed.
2231
2232 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2233
2234 * org.texi (noweb-ref): New header argument documentation.
2235
2236 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2237
2238 * org.texi (Extracting source code): Documentation of the new
2239 org-babel-tangle-named-block-combination variable.
2240
2241 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2242
2243 * org.texi (Structure of code blocks): Explicitly state that the
2244 behavior of multiple blocks of the same name is undefined.
2245
2246 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
2247
2248 * org.texi (TaskJuggler export): Modify the example to reflect the
2249 new effort durations.
2250
2251 2011-08-15 David Maus <dmaus@ictsoc.de>
2252
2253 * org.texi (Images in LaTeX export): Escape curly brackets in
2254 LaTeX example.
2255
2256 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2257
2258 * org.texi (The clock table): Document the :properties and
2259 :inherit-props arguments for the clocktable.
2260
2261 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2262
2263 * org.texi (Tables in LaTeX export): Document specifying placement
2264 options for tables.
2265
2266 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2267
2268 * org.texi (Evaluating code blocks): More specific documentation
2269 about the different types of header arguments.
2270
2271 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2272
2273 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
2274
2275 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2276
2277 * org.texi (Built-in table editor): Document the table field
2278 follow mode.
2279
2280 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
2281
2282 * org.texi (Easy Templates): Document new template.
2283
2284 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
2285
2286 * org.texi (Literal examples): Add a cross-reference from "Literal
2287 Examples" to "Easy Templates."
2288
2289 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2290
2291 * org.texi (The clock table): Add link to match syntax.
2292
2293 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2294
2295 * org.texi (Agenda commands): Document clock consistency checks.
2296
2297 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2298
2299 * org.texi (Built-in table editor): Document that \vert represents
2300 a vertical bar in a table field.
2301
2302 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2303
2304 * org.texi (Literal examples): Link from "Markup" > "Literate
2305 Examples" to "Working with Source Code".
2306
2307 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
2308
2309 * org.texi (Agenda commands): Doc for function option to bulk
2310 action.
2311
2312 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2313
2314 * org.texi (Template expansion): Document new %<...> template
2315 escape.
2316
2317 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2318
2319 * org.texi (Selective export): Document exclusion of any tasks
2320 from export.
2321
2322 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2323
2324 * org.texi (Selective export): Document how to exclude DONE tasks
2325 from export.
2326 (Publishing options): Document the properties to be used to turn off
2327 export of DONE tasks.
2328
2329 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2330
2331 * org.texi (The date/time prompt): Document date range protection.
2332
2333 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2334
2335 * org.texi (padline): Documentation of the new padline header
2336 argument.
2337
2338 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2339
2340 * org.texi (var): Adding "[" to list of characters triggering
2341 elisp evaluation.
2342
2343 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2344
2345 * org.texi (var): Documentation of Emacs Lisp evaluation during
2346 variable assignment.
2347
2348 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2349
2350 * org.texi (colnames): Reference indexing into variables, and note
2351 that colnames are *not* removed before indexing occurs.
2352 (rownames): Reference indexing into variables, and note that
2353 rownames are *not* removed before indexing occurs.
2354
2355 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2356
2357 * org.texi (var): Clarification of indexing into tabular
2358 variables.
2359
2360 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2361
2362 * org.texi (results): Documentation of the `:results wrap' header
2363 argument.
2364
2365 2011-08-15 Bastien Guerry <bzg@gnu.org>
2366
2367 * org.texi (LaTeX and PDF export): Add a note about a limitation
2368 of the LaTeX export: the org file has to be properly structured.
2369
2370 2011-08-15 Bastien Guerry <bzg@gnu.org>
2371
2372 * org.texi (Dynamic blocks, Structure editing):
2373 Mention the function `org-narrow-to-block'.
2374
2375 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2376
2377 * org.texi (Languages): Updating list of code block supported
2378 languages.
2379
2380 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2381
2382 * org.texi (Special properties): CATEGORY is a special property,
2383 but it may also used in the drawer.
2384
2385 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2386
2387 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
2388
2389 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
2390
2391 * org.texi (Include files): Document :lines.
2392
2393 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2394
2395 * org.texi (comments): Documentation of the ":comments noweb" code
2396 block header argument.
2397
2398 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2399
2400 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
2401 added extra whitespace around functions to be consistent with the
2402 rest of the section.
2403
2404 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2405
2406 * org.texi (Evaluating code blocks): Expand discussion of
2407 #+call: line syntax.
2408 (Header arguments in function calls): Expand discussion of
2409 #+call: line syntax.
2410
2411 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2412
2413 * org.texi (Evaluating code blocks): More explicit about how to
2414 pass variables to #+call lines.
2415
2416 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2417
2418 * org.texi (Results of evaluation): Link to the :results header
2419 argument list from the "Results of evaluation" section.
2420
2421 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2422
2423 * org.texi (Conflicts): Adding additional information about
2424 resolving org/yasnippet conflicts.
2425
2426 2011-08-15 David Maus <dmaus@ictsoc.de>
2427
2428 * org.texi (Publishing options): Document style-include-scripts
2429 publishing project property.
2430
2431 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2432
2433 * org.texi (Sparse trees): Document the next-error /
2434 previous-error functionality.
2435
2436 2011-08-15 Tom Dye <tsd@tsdye.com>
2437
2438 * org.texi (cache): Improve documentation of code block caches.
2439
2440 2011-08-15 Tom Dye <tsd@tsdye.com>
2441
2442 * org.texi (Code block specific header arguments):
2443 Documentation of multi-line header arguments.
2444
2445 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2446
2447 * org.texi (Code evaluation security): Add example for using a
2448 function.
2449
2450 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2451
2452 * org.texi (Tables in LaTeX export): Documentation of new
2453 attr_latex options for tables.
2454
2455 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
2456
2457 * trampver.texi: Update release number.
2458
2459 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
2460
2461 Sync with Tramp 2.2.2.
2462
2463 * trampver.texi: Update release number.
2464
2465 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2466
2467 * flymake.texi (Example -- Configuring a tool called via make):
2468 Use /dev/null instead of the Windows "nul" (bug#8715).
2469
2470 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2471
2472 * widget.texi (Setting Up the Buffer): Remove mention of the
2473 global keymap parent, which doesn't seem to be accurate
2474 (bug#7045).
2475
2476 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2477
2478 * org.texi (Special agenda views): Fix double quoting (bug#3509).
2479
2480 2010-07-10 Kevin Ryde <user42@zip.com.au>
2481
2482 * cl.texi (For Clauses): Add destructuring example processing an
2483 alist (bug#6596).
2484
2485 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2486
2487 * ediff.texi (Major Entry Points): Remove mention of `require',
2488 since that's not pertinent in the installed Emacs (bug#9016).
2489
2490 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2491
2492 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
2493 (Filtering New Groups): Clarify how simple the "options -n" format is.
2494 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
2495 is internal.
2496
2497 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
2498
2499 * tramp.texi (Cleanup remote connections):
2500 Add `tramp-cleanup-this-connection'.
2501
2502 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2503
2504 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
2505 zombies.
2506 (Checking New Groups): Ditto (bug#8974).
2507 (Checking New Groups): Move the reference to the right place.
2508
2509 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
2510
2511 * gnus.texi (Startup Files): Clarify that we're talking about numbered
2512 backups, and not actual vc (bug#8975).
2513
2514 2011-07-03 Kevin Ryde <user42@zip.com.au>
2515
2516 * cl.texi (For Clauses): @items for hash-values and key-bindings
2517 to make them more visible when skimming. Add examples of `using'
2518 clause to them, examples being clearer than a description in
2519 words (bug#6599).
2520
2521 2011-07-01 Alan Mackenzie <acm@muc.de>
2522
2523 * cc-mode.texi (Guessing the Style): New page.
2524 (Styles): Add a short introduction to above.
2525
2526 2011-06-28 Deniz Dogan <deniz@dogan.se>
2527
2528 * rcirc.texi (Configuration): Bug-fix:
2529 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
2530 Reported by Elias Pipping <pipping@exherbo.org>.
2531
2532 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2533
2534 * gnus.texi (Summary Mail Commands):
2535 Document `gnus-summary-reply-to-list-with-original'.
2536
2537 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2538
2539 * eshell.texi (Known problems): Fix typo.
2540
2541 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
2542
2543 * tramp.texi (Customizing Completion): Mention authinfo-style files.
2544 (Password handling): `auth-source-debug' is good for debug messages.
2545
2546 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
2547
2548 * gnus.texi (Store custom flags and keywords): Refer to
2549 `gnus-registry-article-marks-to-{chars,names}' instead of
2550 `gnus-registry-user-format-function-{M,M2}'.
2551
2552 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2553
2554 * texinfo.tex: Merge from gnulib.
2555
2556 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
2557
2558 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
2559 (Store custom flags and keywords):
2560 Mention `gnus-registry-user-format-function-M' and
2561 `gnus-registry-user-format-function-M2'.
2562
2563 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2564
2565 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
2566
2567 2011-05-17 Glenn Morris <rgm@gnu.org>
2568
2569 * gnus.texi (Face): Fix typo.
2570
2571 2011-05-14 Glenn Morris <rgm@gnu.org>
2572
2573 * dired-x.texi (Omitting Examples): Minor addition.
2574
2575 2011-05-10 Jim Meyering <meyering@redhat.com>
2576
2577 * ede.texi: Fix typo "or or -> or".
2578
2579 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
2580
2581 * gnus.texi (Summary Buffer Lines):
2582 gnus-summary-user-date-format-alist does not exist.
2583 (Sorting the Summary Buffer): More about sorting threads.
2584
2585 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
2586
2587 * trampver.texi: Update release number.
2588
2589 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
2590
2591 * tramp.texi (Frequently Asked Questions): New item for disabling
2592 Tramp in other packages.
2593
2594 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
2595
2596 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
2597 (Fancy splitting to parent, Store arbitrary data):
2598 Update gnus-registry docs.
2599
2600 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
2601
2602 * ede.texi: Fix typos.
2603
2604 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2605
2606 * gnus.texi (Window Layout): @itemize @code doesn't exist.
2607 It's @table @code.
2608
2609 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
2610
2611 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
2612
2613 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2614
2615 * calc.texi (Logarithmic Units): Update the function names.
2616
2617 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2618
2619 * message.texi (Various Commands): Document format specs in the
2620 ellipsis.
2621
2622 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
2623
2624 * message.texi (Insertion Variables): Document message-cite-style.
2625
2626 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
2627
2628 * tramp.texi (Remote processes): New subsection "Running shell on
2629 a remote host".
2630
2631 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2632
2633 * auth.texi (Help for developers): Update docs to explain that the
2634 :save-function will only run the first time.
2635
2636 2011-03-12 Glenn Morris <rgm@gnu.org>
2637
2638 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
2639 (emacs-faq.text): New target.
2640 (clean): Add emacs-faq.
2641
2642 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
2643
2644 Sync with Tramp 2.2.1.
2645
2646 * trampver.texi: Update release number.
2647
2648 2011-03-11 Glenn Morris <rgm@gnu.org>
2649
2650 * Makefile.in (HTML_TARGETS): New.
2651 (clean): Delete $HTML_TARGETS.
2652 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
2653
2654 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
2655
2656 * auth.texi (Help for developers): Show example of using
2657 `auth-source-search' with prompts and :save-function.
2658
2659 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2660
2661 * Version 23.3 released.
2662
2663 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
2664
2665 * message.texi (Message Buffers): Update default value of
2666 message-generate-new-buffers.
2667
2668 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
2669
2670 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
2671 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
2672 respectively.
2673 (Musical Notes): New section.
2674 (Customizing Calc): Mention the customizable variable
2675 calc-note-threshold.
2676
2677 2011-03-03 Glenn Morris <rgm@gnu.org>
2678
2679 * url.texi (Dealing with HTTP documents): Remove reference to
2680 function url-decode-text-part; never seems to have existed. (Bug#6038)
2681 (Configuration): Update url-configuration-directory description.
2682
2683 2011-03-02 Glenn Morris <rgm@gnu.org>
2684
2685 * dired-x.texi (Multiple Dired Directories): Remove mentions
2686 of dired-default-directory-alist and dired-default-directory.
2687 Move dired-smart-shell-command here...
2688 (Miscellaneous Commands): ... from here.
2689
2690 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2691
2692 * texinfo.tex: Update to version 2011-02-24.09.
2693
2694 2011-03-02 Glenn Morris <rgm@gnu.org>
2695
2696 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
2697 instead of the obsoleted dired-omit-here-always.
2698
2699 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
2700
2701 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
2702 supported systems.
2703
2704 2011-02-28 Glenn Morris <rgm@gnu.org>
2705
2706 * dbus.texi (Type Conversion): Grammar fix.
2707
2708 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
2709
2710 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
2711 "Debian GNU/Linux".
2712
2713 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
2714
2715 2011-02-23 Glenn Morris <rgm@gnu.org>
2716
2717 * dired-x.texi (Features): Minor rephrasing.
2718 (Local Variables): Fix typos.
2719
2720 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
2721 Standardize some Emacs/XEmacs terminology.
2722
2723 * dired-x.texi (Features): Don't advertise obsolete local variables.
2724 Simplify layout.
2725 (Omitting Variables): Update local variables example.
2726 (Local Variables): Say this is obsolete. Fix description of
2727 dired-enable-local-variables possible values.
2728
2729 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2730
2731 * auth.texi (Help for users): Mention ~/.netrc is also searched by
2732 default now.
2733
2734 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2735
2736 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
2737
2738 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2739
2740 * gnus.texi (Window Layout): Document layout names.
2741
2742 2011-02-19 Eli Zaretskii <eliz@gnu.org>
2743
2744 * ada-mode.texi: Sync @dircategory with ../../info/dir.
2745 * auth.texi: Sync @dircategory with ../../info/dir.
2746 * autotype.texi: Sync @dircategory with ../../info/dir.
2747 * calc.texi: Sync @dircategory with ../../info/dir.
2748 * cc-mode.texi: Sync @dircategory with ../../info/dir.
2749 * cl.texi: Sync @dircategory with ../../info/dir.
2750 * dbus.texi: Sync @dircategory with ../../info/dir.
2751 * dired-x.texi: Sync @dircategory with ../../info/dir.
2752 * ebrowse.texi: Sync @dircategory with ../../info/dir.
2753 * ede.texi: Sync @dircategory with ../../info/dir.
2754 * ediff.texi: Sync @dircategory with ../../info/dir.
2755 * edt.texi: Sync @dircategory with ../../info/dir.
2756 * eieio.texi: Sync @dircategory with ../../info/dir.
2757 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
2758 * epa.texi: Sync @dircategory with ../../info/dir.
2759 * erc.texi: Sync @dircategory with ../../info/dir.
2760 * eshell.texi: Sync @dircategory with ../../info/dir.
2761 * eudc.texi: Sync @dircategory with ../../info/dir.
2762 * flymake.texi: Sync @dircategory with ../../info/dir.
2763 * forms.texi: Sync @dircategory with ../../info/dir.
2764 * gnus.texi: Sync @dircategory with ../../info/dir.
2765 * idlwave.texi: Sync @dircategory with ../../info/dir.
2766 * mairix-el.texi: Sync @dircategory with ../../info/dir.
2767 * message.texi: Sync @dircategory with ../../info/dir.
2768 * mh-e.texi: Sync @dircategory with ../../info/dir.
2769 * newsticker.texi: Sync @dircategory with ../../info/dir.
2770 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
2771 * org.texi: Sync @dircategory with ../../info/dir.
2772 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
2773 * pgg.texi: Sync @dircategory with ../../info/dir.
2774 * rcirc.texi: Sync @dircategory with ../../info/dir.
2775 * reftex.texi: Sync @dircategory with ../../info/dir.
2776 * remember.texi: Sync @dircategory with ../../info/dir.
2777 * sasl.texi: Sync @dircategory with ../../info/dir.
2778 * sc.texi: Sync @dircategory with ../../info/dir.
2779 * semantic.texi: Sync @dircategory with ../../info/dir.
2780 * ses.texi: Sync @dircategory with ../../info/dir.
2781 * sieve.texi: Sync @dircategory with ../../info/dir.
2782 * smtpmail.texi: Sync @dircategory with ../../info/dir.
2783 * speedbar.texi: Sync @dircategory with ../../info/dir.
2784 * trampver.texi [emacs]: Set emacsname to "Emacs".
2785 * tramp.texi: Sync @dircategory with ../../info/dir.
2786 * url.texi: Sync @dircategory with ../../info/dir.
2787 * vip.texi: Sync @dircategory with ../../info/dir.
2788 * viper.texi: Sync @dircategory with ../../info/dir.
2789 * widget.texi: Sync @dircategory with ../../info/dir.
2790 * woman.texi: Sync @dircategory with ../../info/dir.
2791
2792 2011-02-19 Glenn Morris <rgm@gnu.org>
2793
2794 * dired-x.texi (Technical Details): No longer redefines
2795 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
2796 dired-read-shell-command, or dired-find-buffer-nocreate.
2797
2798 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
2799
2800 * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
2801
2802 2011-02-18 Glenn Morris <rgm@gnu.org>
2803
2804 * dired-x.texi (Optional Installation File At Point): Simplify.
2805
2806 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2807
2808 * auth.texi (Help for users): Use :port instead of :protocol for all
2809 auth-source docs.
2810 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
2811 to have two files in `auth-sources'.
2812
2813 2011-02-16 Glenn Morris <rgm@gnu.org>
2814
2815 * dired-x.texi: Use emacsver.texi to get Emacs version.
2816 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
2817 Depend on emacsver.texi.
2818
2819 * dired-x.texi: Drop meaningless version number.
2820 (Introduction): Remove old info.
2821 (Optional Installation Dired Jump): Autoload from dired-x.
2822 Remove incorrect info about loaddefs.el.
2823 (Bugs): Just refer to M-x report-emacs-bug.
2824
2825 * dired-x.texi (Multiple Dired Directories): Update for rename of
2826 default-directory-alist.
2827 (Miscellaneous Commands): No longer mention very old VM version 4.
2828
2829 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2830
2831 Merge from gnulib.
2832 * texinfo.tex: Update to version 2011-02-14.11.
2833
2834 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2835
2836 * auth.texi (Help for users):
2837 Login collection is "Login" and not "login".
2838
2839 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
2840
2841 * tramp.texi (History): Remove IMAP support.
2842 (External methods, Frequently Asked Questions): Remove `imap' and
2843 `imaps' methods.
2844 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2845
2846 * trampver.texi: Remove default value of `emacsimap'.
2847
2848 2011-02-13 Glenn Morris <rgm@gnu.org>
2849
2850 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2851 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2852
2853 2011-02-12 Glenn Morris <rgm@gnu.org>
2854
2855 * sc.texi (Getting Connected): Remove old index entries.
2856
2857 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
2858
2859 * url.texi: Remove duplicate @dircategory (Bug#7942).
2860
2861 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2862
2863 * auth.texi (Overview, Help for users, Help for developers):
2864 Update docs.
2865 (Help for users): Talk about spaces.
2866
2867 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2868
2869 * texinfo.tex: Update to version 2011-02-07.16.
2870
2871 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
2872
2873 * dbus.texi (Bus names): Adapt descriptions for
2874 dbus-list-activatable-names and dbus-list-known-names.
2875
2876 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2877
2878 * calc.texi (Logarithmic Units): New section.
2879
2880 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2881
2882 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2883 manuals use it now.
2884
2885 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
2886
2887 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2888
2889 * overrides.texi: Remove.
2890
2891 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2892 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2893
2894 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
2895
2896 * tramp.texi (Frequently Asked Questions): Mention problems with
2897 WinSSHD.
2898
2899 * trampver.texi: Update release number.
2900
2901 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2902
2903 * tramp.texi:
2904 Replace "delimet" with "delimit" globally.
2905 Replace "explicite" with "explicit" globally.
2906 Replace "instead of" with "instead" where there was nothing after "of".
2907 Audit use of comma before interrogative pronoun, "that", or "which".
2908 Minor word order, spelling, wording changes.
2909
2910 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2911
2912 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2913
2914 * sieve.texi: Use WEBHACKDEVEL.
2915
2916 * sasl.texi: Use WEBHACKDEVEL.
2917
2918 * pgg.texi: Use WEBHACKDEVEL.
2919
2920 * message.texi: Use WEBHACKDEVEL.
2921
2922 * gnus.texi: Use WEBHACKDEVEL.
2923
2924 * emacs-mime.texi: Use WEBHACKDEVEL.
2925
2926 * auth.texi: Use WEBHACKDEVEL.
2927
2928 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2929 manuals.
2930
2931 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2932
2933 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2934
2935 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2936
2937 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2938 which in turn is copied from ftp://tug.org/tex/.
2939
2940 2011-02-03 Glenn Morris <rgm@gnu.org>
2941
2942 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2943 (Binding combinations of modifiers and function keys):
2944 Let's assume people reading this are not using Emacs 18.
2945
2946 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2947
2948 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2949 since it's run automatically.
2950
2951 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2952
2953 * gnus.texi (Customizing Articles): Fix typo.
2954
2955 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2956
2957 * gnus.texi (Customizing Articles): Document the new way of customizing
2958 the date headers(s).
2959
2960 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2961
2962 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2963 splitting example.
2964
2965 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2966
2967 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2968 (MAKEINFO_OPTS): New variable.
2969 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2970 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2971 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2972 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2973 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2974 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2975 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2976 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2977 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2978 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2979 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2980 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2981 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2982 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2983 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2984 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2985 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2986 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2987
2988 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2989
2990 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2991
2992 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2993
2994 * message.texi (IDNA): Explain what it is.
2995
2996 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2997
2998 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2999
3000 2011-01-23 Werner Lemberg <wl@gnu.org>
3001
3002 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3003 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3004 (ENVADD): Update.
3005
3006 2011-01-18 Glenn Morris <rgm@gnu.org>
3007
3008 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
3009
3010 2011-01-14 Eduard Wiebe <usenet@pusto.de>
3011
3012 * nxml-mode.texi (Introduction): Fix file name typos.
3013
3014 2011-01-13 Christian Ohler <ohler@gnu.org>
3015
3016 * ert.texi: New file.
3017
3018 * Makefile.in:
3019 * makefile.w32-in: Add ert.texi.
3020
3021 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
3022
3023 * dbus.texi (Receiving Method Calls): New function
3024 dbus-register-service. Rearrange node.
3025
3026 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3027
3028 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
3029 which in turn is copied from ftp://tug.org/tex/.
3030
3031 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3032
3033 * dbus.texi (Receiving Method Calls): Describe new optional
3034 parameter dont-register-service of dbus-register-{method,property}.
3035
3036 2010-12-17 Daiki Ueno <ueno@unixuser.org>
3037
3038 * epa.texi (Encrypting/decrypting *.gpg files):
3039 Mention epa-file-select-keys.
3040
3041 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3042
3043 * gnus.texi (Archived Messages): Remove outdated text.
3044
3045 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3046
3047 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
3048
3049 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
3050
3051 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
3052
3053 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3054
3055 * gnus.texi (The swish++ Engine): Add customizable parameters
3056 descriptions.
3057 (The swish-e Engine): Ditto.
3058
3059 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3060
3061 * tramp.texi (Inline methods): Add "ksu" method.
3062 (Remote processes): Add example with remote `default-directory'.
3063
3064 2010-12-14 Glenn Morris <rgm@gnu.org>
3065
3066 * faq.texi (Expanding aliases when sending mail):
3067 Now build-mail-aliases is interactive.
3068
3069 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3070
3071 * gnus.texi: First pass at adding (rough) nnir documentation.
3072
3073 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3074
3075 * gnus.texi (Filtering New Groups):
3076 Mention gnus-auto-subscribed-categories.
3077 (The First Time): Remove, since default-subscribed-newsgroups has been
3078 removed.
3079
3080 2010-12-13 Glenn Morris <rgm@gnu.org>
3081
3082 * cl.texi (For Clauses): Small fixes for frames and windows.
3083
3084 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
3085
3086 * org.texi (Using capture): Document using prefix arguments for
3087 finalizing capture.
3088 (Agenda commands): Document prefix argument for the bulk scatter
3089 command.
3090 (Beamer class export): Document that also overlay arguments can be
3091 passed to the column environment.
3092 (Template elements): Document the new entry type.
3093
3094 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
3095
3096 * org.texi (Include files): Document :minlevel.
3097
3098 2010-12-11 Julien Danjou <julien@danjou.info>
3099
3100 * org.texi (Categories): Document category icons.
3101
3102 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
3103
3104 * org.texi (noweb): Fix typo.
3105
3106 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
3107
3108 * gnus.texi (Server Commands): Point to the rest of the server
3109 commands.
3110
3111 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3112
3113 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
3114 g'.
3115
3116 2010-12-02 Julien Danjou <julien@danjou.info>
3117
3118 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
3119
3120 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3121
3122 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
3123 (Direct Functions): Note the STARTTLS upgrade.
3124
3125 2010-11-27 Glenn Morris <rgm@gnu.org>
3126 James Clark <none@example.com>
3127
3128 * nxml-mode.texi (Introduction): New section.
3129
3130 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3131
3132 * gnus.texi (Server Commands): Document gnus-server-show-server.
3133
3134 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3135
3136 Sync with Tramp 2.2.0.
3137
3138 * trampver.texi: Update release number.
3139
3140 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3141
3142 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
3143 Mention that the TeX specific units won't use the `tex' prefix
3144 in TeX mode.
3145
3146 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3147
3148 * gnus.texi (Misc Article): Document gnus-inhibit-images.
3149
3150 2010-11-17 Glenn Morris <rgm@gnu.org>
3151
3152 * edt.texi: Remove information about Emacs 19.
3153
3154 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
3155
3156 * trampver.texi: Update release number.
3157
3158 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3159
3160 * gnus.texi (Article Washing): Fix typo.
3161
3162 2010-11-11 Noorul Islam <noorul@noorul.com>
3163
3164 * org.texi: Fix typo.
3165
3166 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3167
3168 * org.texi (Using capture): Explain that refiling is
3169 sensitive to cursor position.
3170
3171 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3172
3173 * org.texi (Images and tables): Add cross reference to link section.
3174
3175 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3176
3177 * org.texi: Document the <c> cookie.
3178
3179 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3180
3181 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
3182 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
3183
3184 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3185
3186 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
3187
3188 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3189
3190 * org.texi (Project alist): Mention that this is a property list.
3191
3192 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3193
3194 * org.texi (Setting up the staging area): Document that
3195 file names remain visible when encrypting the MobileOrg files.
3196
3197 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3198
3199 * org.texi (Setting up the staging area): Document which
3200 versions are needed for encryption.
3201
3202 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3203
3204 * org.texi (noweb): Update :noweb documentation to
3205 reflect the new "tangle" argument.
3206
3207 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3208
3209 * org.texi (Batch execution): Improve tangling script in
3210 documentation.
3211
3212 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3213
3214 * org.texi (Handling links):
3215 (In-buffer settings): Document inlining images on startup.
3216
3217 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3218
3219 * org.texi (Setting up the staging area): Document use of
3220 crypt password.
3221
3222 2010-11-11 David Maus <dmaus@ictsoc.de>
3223
3224 * org.texi (Template expansion): Add date related link type escapes.
3225
3226 2010-11-11 David Maus <dmaus@ictsoc.de>
3227
3228 * org.texi (Template expansion): Add mew in table for link type
3229 escapes.
3230
3231 2010-11-11 David Maus <dmaus@ictsoc.de>
3232
3233 * org.texi (Template expansion): Fix typo in link type escapes.
3234
3235 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3236
3237 * org.texi (Structure of code blocks): Another documentation tweak.
3238
3239 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3240
3241 * org.texi (Structure of code blocks): Documentation tweak.
3242
3243 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3244
3245 * org.texi (Structure of code blocks):
3246 Update documentation to mention inline code block syntax.
3247
3248 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3249
3250 * org.texi (comments): Improve wording.
3251
3252 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3253
3254 * org.texi (comments): Document the new :comments header arguments.
3255
3256 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3257
3258 * org.texi (Installation): Remove the special
3259 installation instructions for XEmacs.
3260
3261 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3262
3263 * org.texi (Easy Templates): New section. Documents quick
3264 insertion of empty structural elements.
3265
3266 2010-11-11 Noorul Islam <noorul@noorul.com>
3267
3268 * org.texi: Fix doc.
3269
3270 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3271
3272 * org.texi (The date/time prompt): Document specification
3273 of time ranges.
3274
3275 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3276
3277 * org.texi (Internal links): Document the changes in
3278 internal links.
3279
3280 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3281
3282 * org.texi (Agenda commands): Document the limitation for
3283 the filter preset - it can only be used for an entire agenda
3284 view, not in an individual block in a block agenda.
3285
3286 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
3287
3288 * org.texi (iCalendar export): Document alarm creation.
3289
3290 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
3291
3292 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
3293
3294 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3295
3296 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
3297
3298 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3299
3300 * calc.texi: Use emacsver.texi to determine Emacs version.
3301
3302 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3303
3304 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
3305 since that works by default.
3306
3307 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3308
3309 * gnus.texi (Customizing the IMAP Connection): Document
3310 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
3311
3312 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
3313
3314 * tramp.texi (Remote shell setup): New item "Interactive shell
3315 prompt". Reported by Christian Millour <cm@abtela.com>.
3316 (Remote shell setup, Remote processes): Use @code{} for
3317 environment variables.
3318
3319 2010-11-03 Glenn Morris <rgm@gnu.org>
3320
3321 * ediff.texi (Quick Help Commands, Miscellaneous):
3322 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
3323
3324 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3325
3326 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
3327
3328 2010-10-31 Glenn Morris <rgm@gnu.org>
3329
3330 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
3331
3332 2010-10-31 Glenn Morris <rgm@gnu.org>
3333
3334 * cc-mode.texi: Remove reference to defunct viewcvs URL.
3335
3336 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3337
3338 * gnus.texi (Client-Side IMAP Splitting):
3339 Mention nnimap-unsplittable-articles.
3340
3341 2010-10-29 Julien Danjou <julien@danjou.info>
3342
3343 * gnus.texi (Finding the News): Remove references to obsoletes
3344 variables `gnus-nntp-server' and `gnus-secondary-servers'.
3345
3346 2010-10-29 Eli Zaretskii <eliz@gnu.org>
3347
3348 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
3349 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
3350 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
3351 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
3352
3353 2010-10-28 Glenn Morris <rgm@gnu.org>
3354
3355 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
3356 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
3357 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
3358
3359 2010-10-25 Daiki Ueno <ueno@unixuser.org>
3360
3361 * epa.texi (Mail-mode integration): Add alternative key bindings
3362 for epa-mail commands; escape comma.
3363 Don't use the word "PGP", since it is a non-free program.
3364
3365 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
3366
3367 * calc.texi: Use emacsver.texi to determine Emacs version.
3368
3369 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
3370
3371 * gnus.texi (Group Parameters, Buttons): Fix typos.
3372
3373 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
3374
3375 * gnus.texi (Subscription Commands): Mention that you can also
3376 subscribe to new groups via the Server buffer, which is probably more
3377 convenient when subscribing to many groups.
3378
3379 2010-10-21 Julien Danjou <julien@danjou.info>
3380
3381 * message.texi (Message Headers): Allow message-default-headers to be a
3382 function.
3383
3384 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3385
3386 * gnus-news.texi: Mention new archive defaults.
3387
3388 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3389
3390 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
3391
3392 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3393
3394 * gnus.texi (HTML): Document the function value of
3395 gnus-blocked-images.
3396 (Article Washing): shr and gnus-w3m, not the direct function names.
3397
3398 2010-10-20 Julien Danjou <julien@danjou.info>
3399
3400 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
3401 variable.
3402
3403 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3404
3405 * gnus.texi (Customizing the IMAP Connection): The port strings are
3406 strings.
3407 (Document Groups): Mention git.
3408
3409 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3410
3411 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
3412 bzr/Gnus git sync.
3413
3414 2010-10-15 Eli Zaretskii <eliz@gnu.org>
3415
3416 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
3417 change.
3418
3419 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3420
3421 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
3422 @item syntax for in-Emacs makeinfo.
3423
3424 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
3425
3426 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
3427 trim sentence.
3428
3429 2010-10-12 Daiki Ueno <ueno@unixuser.org>
3430
3431 * epa.texi (Caching Passphrases):
3432 * auth.texi (GnuPG and EasyPG Assistant Configuration):
3433 Clarify some configurations require to set up gpg-agent.
3434
3435 2010-10-11 Glenn Morris <rgm@gnu.org>
3436
3437 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
3438
3439 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3440
3441 * gnus.texi (Spam Package Introduction): Mention `$'.
3442
3443 2010-10-09 Eli Zaretskii <eliz@gnu.org>
3444
3445 * makefile.w32-in (emacsdir): New variable.
3446 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
3447 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
3448
3449 2010-10-09 Glenn Morris <rgm@gnu.org>
3450
3451 * Makefile.in (mostlyclean): Delete *.toc.
3452
3453 * Makefile.in: Use $< in rules.
3454
3455 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
3456
3457 * Makefile.in ($(infodir)): Delete rule.
3458 (mkinfodir): New. Use it in all the info rules, rather than depending
3459 on infodir.
3460
3461 2010-10-09 Glenn Morris <rgm@gnu.org>
3462
3463 * gnus.texi (Article Washing): Fix previous change.
3464
3465 * Makefile.in (emacsdir): New variable.
3466 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
3467 Depend on emacsver.texi.
3468
3469 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
3470
3471 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
3472
3473 2010-10-08 Julien Danjou <julien@danjou.info>
3474
3475 * gnus.texi: Add mm-shr.
3476
3477 2010-10-08 Ludovic Courtès <ludo@gnu.org>
3478
3479 * gnus.texi (Finding the Parent, The Gnus Registry)
3480 (Registry Article Refer Method): Update docs for nnregistry.el.
3481
3482 2010-10-08 Daiki Ueno <ueno@unixuser.org>
3483
3484 * auth.texi (Help for users)
3485 (GnuPG and EasyPG Assistant Configuration): Update docs.
3486
3487 2010-10-08 Glenn Morris <rgm@gnu.org>
3488
3489 * cl.texi (Organization, Installation, Old CL Compatibility):
3490 Deprecate cl-compat for new code.
3491 (Usage, Installation): Remove outdated information.
3492
3493 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
3494
3495 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3496
3497 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
3498
3499 2010-10-06 Julien Danjou <julien@danjou.info>
3500
3501 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
3502
3503 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
3504 broken link.
3505
3506 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
3507
3508 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
3509 to ReiserFS.
3510
3511 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
3512 (FAQ 7-1): Fix getmail URL.
3513
3514 2010-10-06 Daiki Ueno <ueno@unixuser.org>
3515
3516 * epa.texi (Caching Passphrases): New section.
3517
3518 2010-10-06 Glenn Morris <rgm@gnu.org>
3519
3520 * Makefile.in (SHELL): Set it.
3521 (info): Move the mkdir dependency to the individual info files.
3522 (mostlyclean): Tidy up.
3523 (clean): Only delete the specific dvi and pdf files.
3524 (maintainer-clean): Be more restrictive in what we delete.
3525 ($(infodir)): Add parallel build workaround.
3526
3527 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3528
3529 * gnus.texi (Misc Article): Document gnus-widen-article-window.
3530
3531 2010-10-03 Julien Danjou <julien@danjou.info>
3532
3533 * emacs-mime.texi (Display Customization):
3534 Update mm-inline-large-images documentation and add documentation for
3535 mm-inline-large-images-proportion.
3536
3537 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
3538
3539 * tramp.texi (Frequently Asked Questions):
3540 Mention remote-file-name-inhibit-cache.
3541
3542 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3543
3544 * gnus.texi (Splitting Mail): Fix @xref syntax.
3545 (Splitting Mail): Really fix the @ref syntax.
3546
3547 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3548
3549 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
3550 (Article Hiding): Add google banner example.
3551 Suggested by Benjamin Xu.
3552
3553 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3554
3555 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
3556 Remove nnimap-split-rule from examples.
3557
3558 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3559
3560 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
3561 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
3562 Fishman.
3563 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
3564
3565 2010-09-30 Julien Danjou <julien@danjou.info>
3566
3567 * gnus.texi (Gravatars): Fix documentation about
3568 gnu-gravatar-properties.
3569
3570 2010-09-29 Daiki Ueno <ueno@unixuser.org>
3571
3572 * epa.texi (Bug Reports): New section.
3573
3574 2010-09-29 Glenn Morris <rgm@gnu.org>
3575
3576 * Makefile.in (top_srcdir): Remove unused variable.
3577
3578 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3579
3580 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
3581 (Client-Side IMAP Splitting): Document 'default.
3582
3583 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3584
3585 * gnus.texi (Customizing the IMAP Connection):
3586 Document nnimap-fetch-partial-articles.
3587
3588 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3589
3590 * gnus-news.texi: Mention nnimap-inbox.
3591
3592 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
3593
3594 2010-09-26 Julien Danjou <julien@danjou.info>
3595
3596 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
3597
3598 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3599
3600 * gnus.texi (Security): Remove gpg.el mention.
3601
3602 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3603
3604 * gnus.texi (Browse Foreign Server): New variable
3605 gnus-browse-subscribe-newsgroup-method.
3606
3607 * gnus-news.texi: Mention it.
3608
3609 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3610
3611 * gnus.texi (NoCeM): Remove.
3612 (Startup Variables): No jingle.
3613
3614 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
3615
3616 * woman.texi (Interface Options): xz compression is now supported.
3617
3618 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3619
3620 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
3621 (Unavailable Servers): Document gnus-server-copy-server.
3622 (Using IMAP): Document the new nnimap.
3623
3624 2010-09-25 Julien Danjou <julien@danjou.info>
3625
3626 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
3627
3628 2010-09-24 Glenn Morris <rgm@gnu.org>
3629
3630 * url.texi (Disk Caching): Tweak previous change.
3631
3632 2010-09-24 Julien Danjou <julien@danjou.info>
3633
3634 * url.texi (Disk Caching): Mention url-cache-expire-time,
3635 url-cache-expired, and url-fetch-from-cache.
3636
3637 2010-09-24 Julien Danjou <julien@danjou.info>
3638
3639 * gnus.texi: Add Gravatars.
3640
3641 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3642
3643 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
3644
3645 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3646
3647 * gnus.texi (Expunging mailboxes): Update name of the expunging
3648 command.
3649
3650 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3651
3652 * emacs-mime.texi (rfc2047): Update description for
3653 rfc2047-encode-parameter.
3654
3655 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
3656
3657 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
3658 "fish" methods.
3659 (External methods): Remove "scp1_old" and "scp2_old" methods.
3660
3661 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
3662
3663 * tramp.texi: Remove Japanese manual. Fix typo.
3664
3665 * trampver.texi: Update release number. Remove japanesemanual.
3666
3667 2010-09-09 Glenn Morris <rgm@gnu.org>
3668
3669 * org.texi: Restore clobbered changes (copyright years, untabify).
3670
3671 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
3672
3673 * gnus.texi (Adaptive Scoring): Fix typo.
3674
3675 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3676
3677 * gnus.texi (Article Display): Document gnus-html-show-images.
3678
3679 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3680
3681 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
3682
3683 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3684
3685 * gnus.texi (HTML): Document gnus-max-image-proportion.
3686
3687 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3688
3689 * gnus.texi (HTML): Document gnus-blocked-images.
3690
3691 * message.texi (Wide Reply): Document message-prune-recipient-rules.
3692
3693 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3694
3695 * gnus.texi (Summary Mail Commands): Note that only the addresses from
3696 the first message are used for wide replies.
3697 (Changing Servers): Remove documentation on gnus-change-server and
3698 friends, since it's been removed.
3699
3700 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3701
3702 * gnus.texi (Drafts): Mention B DEL.
3703
3704 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3705
3706 * gnus.texi (Delayed Articles): Mention that the Date header is the
3707 original one, even if you delay.
3708
3709 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3710
3711 * gnus.texi (Asynchronous Fetching):
3712 Document gnus-async-post-fetch-function.
3713 (HTML): Made into its own section.
3714
3715 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
3716
3717 Sync with Tramp 2.1.19.
3718
3719 * tramp.texi (Inline methods, Default Method):
3720 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
3721 Remove remark about doubled "-t" argument.
3722 (Auto-save and Backup): Remove reference to Emacs 21.
3723 (Filename Syntax): Describe port numbers.
3724 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
3725 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
3726 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
3727 errors with the backquotes.
3728 (External packages): File attributes cache flushing for asynchronous
3729 processes.
3730 (Traces and Profiles): Describe verbose level 9.
3731
3732 * trampver.texi: Update release number.
3733
3734 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
3735
3736 * dbus.texi (Alternative Buses): New chapter.
3737
3738 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
3741
3742 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3743
3744 * calc.texi (Customizing Calc): Rearrange description of new
3745 variables to match the presentation of other variables.
3746
3747 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3748
3749 * org.texi (Footnotes, Tables in HTML export): Fix typos.
3750
3751 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3752
3753 * calc.texi (Making Selections, Selecting Subformulas)
3754 (Customizing Calc): Mention how to use faces to emphasize selected
3755 sub-formulas.
3756
3757 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
3758
3759 * tramp.texi (External packages): File attributes cache flushing
3760 for asynchronous processes.
3761
3762 2010-08-01 Alan Mackenzie <acm@muc.de>
3763
3764 Enhance the manual for the latest Java Mode.
3765
3766 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
3767 annotation-var-cont.
3768 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
3769 two new symbols.
3770
3771 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3772
3773 * tramp.texi (Traces and Profiles): Describe verbose level 9.
3774
3775 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3776
3777 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
3778
3779 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3780
3781 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
3782
3783 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3784
3785 * org.texi: Add macros to get plain quotes in PDF output.
3786 List additional contributors.
3787 (Capture): New section, replaces the section about remember.
3788 (Working With Source Code): New chapter, focused on documenting Org
3789 Babel.
3790 (Code evaluation security): New section.
3791 (MobileOrg): Document DropBox support.
3792 (TaskJuggler export): Document taskjuggler and Gantt chart support.
3793 (Special symbols): Show how to display UTF8 characters for entities.
3794 (Global TODO list): Clarify the use of the "M" key and the differences
3795 to the "m" key.
3796 (RSS Feeds): Mention Atom feeds as well.
3797 (Setting tags): Remove paragraph about
3798 `org-complete-tags-always-offer-all-agenda-tags'.
3799
3800 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3801
3802 * tramp.texi (Inline methods): Remove remark about doubled "-t"
3803 argument.
3804 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
3805 echoing shells.
3806
3807 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
3808
3809 * tramp.texi (Inline methods): Remove "kludgy" phrase.
3810 (Filename Syntax): Describe port numbers.
3811
3812 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
3813
3814 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
3815 forgotten.
3816 (Type Conversion): Precise conversion of natural numbers.
3817 (Errors and Events): Add "debugging" to concept index. Add variable
3818 `dbus-debug'.
3819
3820 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3821
3822 * dbus.texi (Receiving Method Calls): Add optional argument
3823 EMITS-SIGNAL to `dbus-register-property'.
3824
3825 2010-06-27 Alex Schroeder <alex@gnu.org>
3826
3827 * nxml-mode.texi (Commands for locating a schema): Fix typo.
3828
3829 2010-06-24 Glenn Morris <rgm@gnu.org>
3830
3831 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3832 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3833 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3834 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3835 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3836 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3837 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3838 * woman.texi: Start direntry descriptions in column 32, per Texinfo
3839 convention. Make them end with a period.
3840
3841 2010-06-23 Glenn Morris <rgm@gnu.org>
3842
3843 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
3844 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3845 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3846 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3847 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3848 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
3849
3850 2010-06-10 Glenn Morris <rgm@gnu.org>
3851
3852 * idlwave.texi (Load-Path Shadows):
3853 * org.texi (Handling links): Fix typos.
3854
3855 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3856
3857 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3858
3859 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
3860
3861 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3862 by an alias. (Bug#6226)
3863
3864 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3865
3866 * calc.texi (Manipulating Vectors): Mention that vectors can
3867 be used to determine bins for `calc-histogram'.
3868
3869 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3870
3871 * calc.texi: Remove "\turnoffactive" commands throughout.
3872
3873 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3874
3875 * url.texi (HTTP language/coding, Customization):
3876 * message.texi (Header Commands, Responses):
3877 * cl.texi (Argument Lists): Fix typos.
3878
3879 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3880
3881 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3882 Note that Development menu is always available.
3883 (Creating a project): Fix terminology.
3884 (Add/Remove files): Fix typo.
3885
3886 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3887
3888 * Version 23.2 released.
3889
3890 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
3891
3892 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3893
3894 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
3895
3896 * tramp.texi (Inline methods, Default Method):
3897 Mention `tramp-inline-compress-start-size'.
3898
3899 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
3900
3901 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3902 the CVS repo. Put the Git repo in the news section.
3903
3904 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
3905 Removed some mentions of CVS. Mention the new Git repo.
3906
3907 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
3908
3909 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3910 (Mail Group Commands): Add index entry.
3911
3912 2010-04-18 Glenn Morris <rgm@gnu.org>
3913
3914 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3915
3916 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3917
3918 * calc.texi (Radix modes): Mention that the option prefix will
3919 turn on twos-complement mode.
3920 (Inverse and Hyperbolic Flags): Mention the Option flag.
3921
3922 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3923
3924 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
3925 (LaTeX/PDF export commands): Rename and Move section.
3926 (Sectioning structure): Update.
3927 (References): New use case for field coordinates.
3928 (The export dispatcher): Rename from ASCII export.
3929 (Setting up the staging area): Document the availability of
3930 encryption for MobileOrg.
3931 (Images and tables): Document how to reference labels.
3932 (Index entries): New section.
3933 (Generating an index): New section.
3934 (Column width and alignment): Document that <N> now
3935 means a fixed width, not a maximum width.
3936 (Publishing options): Document the :email option.
3937 (Beamer class export): Fix bug in the BEAMER example.
3938 (Refiling notes): Document refile logging.
3939 (In-buffer settings): Document refile logging keywords.
3940 (Drawers): Document `C-c C-z' command.
3941 (Agenda commands): Mention the alternative key `C-c C-z'.
3942 (Special properties): Document the BLOCKED property.
3943 (The spreadsheet): Mention the formula editor.
3944 (References): Document field coordinates.
3945 (Publishing action): Correct the documentation for the
3946 publishing function.
3947 (The date/time prompt): Document that we accept dates
3948 like month/day/year.
3949 (Cooperation): Document the changes in table.el support.
3950 (Faces for TODO keywords, Faces for TODO keywords)
3951 (Priorities): Document the easy colors.
3952 (Visibility cycling): Document the new double prefix
3953 arg for `org-reveal'.
3954 (Cooperation): Remember.el is part of Emacs.
3955 (Clean view): Mention that `wrap-prefix' is also set by
3956 org-indent-mode.
3957 (Agenda commands): Add information about prefix args to
3958 scheduling and deadline commands.
3959 (Search view): Point to the docstring of
3960 `org-search-view' for more details.
3961 (Agenda commands): Document that `>' prompts for a date.
3962 (Setting tags): Document variable
3963 org-complete-tags-always-offer-all-agenda-tags.
3964 (Column attributes): Cross-reference special properties.
3965
3966 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3967
3968 Synchronize with Tramp repository.
3969
3970 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
3971 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3972 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
3973 syntax, texi2dvi reports errors with the backquotes.
3974
3975 * trampver.texi: Update release number.
3976
3977 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3978
3979 * gnus.texi (Finding the News): Add pointers to the Server buffer
3980 because it's essential.
3981
3982 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3983
3984 * gnus.texi (MIME Commands): Update description of
3985 gnus-article-browse-html-article.
3986
3987 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3988
3989 * auth.texi (Secret Service API): Add TODO node.
3990 (Help for users): Explain the new source options for `auth-sources'.
3991
3992 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3993
3994 * trampver.texi: Update release number.
3995
3996 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3997
3998 * Branch for 23.2.
3999
4000 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4001
4002 * faq.texi (Escape sequences in shell output): Note that ansi-color is
4003 now enabled by default.
4004
4005 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4006
4007 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
4008 when Emacs runs in interactive mode. (Bug#5645)
4009
4010 2010-02-16 Glenn Morris <rgm@gnu.org>
4011
4012 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
4013
4014 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4015
4016 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
4017
4018 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4019
4020 * gnus.texi (Score File Format): Fix typo.
4021
4022 2010-01-19 Mark A. Hershberger <mah@everybody.org>
4023
4024 * cc-mode.texi: Replace references to obsolete c-subword-mode.
4025
4026 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4027
4028 * ada-mode.texi (Project File Overview): Fix typo.
4029
4030 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * semantic.texi: Add Richard Y. Kim credit.
4033
4034 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
4035
4036 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
4037
4038 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
4039 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
4040
4041 2010-01-17 Glenn Morris <rgm@gnu.org>
4042
4043 * calc.texi (Reporting Bugs): Don't mention format of repository.
4044
4045 * woman.texi (Bugs): Make "Emacs repository" less specific,
4046 and the URL for same more specific.
4047
4048 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
4049
4050 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4051
4052 * ede.texi (ede-step-project, ede-proj-target):
4053 * tramp.texi (Remote processes): Fix typos.
4054
4055 2010-01-16 Mario Lang <mlang@delysid.org>
4056
4057 * ede.texi (ede-target):
4058 * org.texi (Refiling notes): Remove duplicated words.
4059
4060 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 * gnus.texi (Posting Styles): Use with-current-buffer.
4063 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
4064
4065 2010-01-02 Kevin Ryde <user42@zip.com.au>
4066
4067 * eieio.texi (Naming Conventions): Correction to xref on elisp
4068 coding conventions, is "Tips" node not "Standards".
4069
4070 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
4071
4072 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
4073
4074 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
4075
4076 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4077
4078 * gnus.texi (Direct Functions): Add missing port number to tls method.
4079
4080 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
4081
4082 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
4083 ($(infodir)/edt, edt.dvi): New targets.
4084
4085 2009-12-15 Glenn Morris <rgm@gnu.org>
4086
4087 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
4088 (edt, $(infodir)/edt, edt.dvi): New targets.
4089 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
4090
4091 * Makefile.in (PDF_TARGETS, pdf): New.
4092 (clean): Add *.pdf.
4093 Add pdf rules for all manuals.
4094
4095 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
4096
4097 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
4098
4099 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4100
4101 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
4102 (Smart Jump, Analyzer Debug): Copyedits.
4103 (Semantic mode user commands): Link to new nodes.
4104 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
4105 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
4106 upstream Semantic manual.
4107
4108 * semantic.texi (Introduction): Minor fix to diagram.
4109
4110 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4111
4112 * eshell.texi (History): Add the other built-in variables.
4113 (Built-ins): Explain built-ins, and how to apply the external commands.
4114 Add `history', `su' and `sudo'.
4115
4116 * tramp.texi (Remote processes): Add missing <RET> in the example.
4117
4118 2009-12-01 Bill Wohler <wohler@newt.com>
4119
4120 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
4121 path for mairix example. Specify -q in namazu example since namazu is
4122 excessively garrulous.
4123
4124 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4125
4126 * tramp.texi (Remote processes): Improve eshell example with "su"
4127 and "sudo" commands.
4128
4129 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
4130
4131 * semantic.texi (Analyzer Internals): Rename from Analyzer.
4132
4133 * sem-user.texi (Semantic mode user commands): Fix key syntax.
4134 Document semantic-complete-analyze-inline.
4135 (Semanticdb search debugging commands): Minor clarification.
4136 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
4137 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
4138 manual.
4139 (Semantic mode): Link to Idle Scheduler.
4140
4141 2009-11-28 Kevin Ryde <user42@zip.com.au>
4142
4143 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
4144 @pxref, now EIEIO is in Emacs.
4145
4146 * erc.texi (Development): Correction to git tutorial url.
4147
4148 2009-11-26 Glenn Morris <rgm@gnu.org>
4149
4150 * faq.texi (Latest version of Emacs): Mention stability of development
4151 version.
4152 (Problems with very large files): Max buffer size increase in 23.2.
4153 (VM): VM has moved house again.
4154
4155 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4156
4157 * calc.texi (Radix modes): Discuss alternate bases for two's complement
4158 notations.
4159
4160 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
4161
4162 * org.texi (Column attributes): Fix documentation of new operators.
4163
4164 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4165
4166 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
4167 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
4168 (Idle Completions Mode): Numerous copyedits.
4169
4170 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
4171
4172 * semantic.texi (Semantic Internals, Glossary):
4173 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
4174 (Semanticdb search debugging commands): Fix typos.
4175
4176 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4177
4178 * calc.texi (Radix modes): Mention twos-complement notation.
4179
4180 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
4181
4182 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
4183 ($(infodir)/semantic, semantic.dvi): New targets.
4184
4185 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
4186
4187 * Makefile.in: Build the Semantic manual.
4188
4189 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
4190 repository.
4191
4192 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4193
4194 * dbus.texi (Receiving Method Calls): New defun
4195 `dbus-unregister-service'.
4196
4197 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
4198
4199 * org.texi (Speed keys): New section.
4200
4201 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4202
4203 * dbus.texi (Type Conversion): Fix typo.
4204 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
4205 `dbus-registered-objects-table'.
4206 (Receiving Method Calls): New defun `dbus-register-property'.
4207 Move `dbus-unregister-object' here.
4208
4209 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4210
4211 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
4212
4213 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
4214
4215 * org.texi (Column attributes): Add the new age summary operators.
4216 Also, mention the fact you can only use one summary operator per
4217 property.
4218
4219 2009-11-13 John Wiegley <johnw@newartisans.com>
4220
4221 * org.texi (Tracking your habits): Add a new section in the
4222 manual about how to track habits.
4223 (Resolving idle time): Add a section on how idle and
4224 dangling clocks are resolved.
4225
4226 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4227
4228 * org.texi (Agenda commands): Document the new `i' command.
4229 (Inserting deadline/schedule): Document logging changes
4230 of scheduling and deadline times stamps.
4231 (In-buffer settings): Document the in-buffer keywords for logging
4232 changes of scheduling and deadline times stamps.
4233 (Structure editing, Plain lists): Document indentation
4234 cycling in empty entries with TAB.
4235 (Archiving): Document the default archiving command.
4236 (Moving subtrees): Document the new keys for archiving.
4237 (Internal archiving): Fix incorrect key.
4238 (Agenda commands): Document the TODO set switching commands.
4239 (Agenda commands): Document the new archiving keys.
4240 (Clocking work time): Better description on how to save
4241 and restore a clock.
4242 (Resolving idle time): Mention the x11idle program to get true
4243 idleness also under X11.
4244 (Resolving idle time): Use @kbd instead of @key for normal
4245 letters, because this is how he rest of the manual does this.
4246 (Pushing to MobileOrg): Mention that `org-directory'
4247 should be set.
4248 (Agenda commands): Document that SPC is a filter for
4249 any tag.
4250 (Search view): Rename from "Keyword search".
4251 (Capure): New chapter.
4252 (Markup): New chapter.
4253 (Links in HTML export, Images in HTML export):
4254 Extend the section titles.
4255 (Images in HTML export): Document the align option.
4256 (Text areas in HTML export): Extend the section title.
4257 (Images in LaTeX export): Explain image placement in LaTeX.
4258
4259 2009-11-10 Glenn Morris <rgm@gnu.org>
4260
4261 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
4262
4263 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4264
4265 * tramp.texi (Auto-save and Backup): Disable backups just for a
4266 method.
4267
4268 * trampver.texi: Update release number.
4269
4270 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4271
4272 Sync with Tramp 2.1.17.
4273
4274 * trampver.texi: Update release number.
4275
4276 2009-10-29 Glenn Morris <rgm@gnu.org>
4277
4278 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
4279
4280 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4281
4282 * tramp.texi (External methods): Temporary files are kept for
4283 `rsync' and `rsyncc' methods.
4284
4285 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
4286
4287 * eieio.texi: Fix typos.
4288
4289 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
4290
4291 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
4292
4293 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
4294
4295 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
4296 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
4297
4298 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
4299
4300 * Makefile.in: Build EIEIO and EDE manuals.
4301
4302 2009-10-07 Eric Ludlam <zappo@gnu.org>
4303
4304 * eieio.texi:
4305 * ede.texi: New files.
4306
4307 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4308
4309 * tramp.texi (Remote processes): Association of a pty is not supported.
4310
4311 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
4312
4313 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
4314 (Processing LaTeX fragments): Document that the size of images can be
4315 changes using the variable `org-format-latex-options'.
4316 (The date/time prompt, Timestamps): Be more accurate over ISO format
4317 dates and times.
4318 (Visibility cycling): Document showeverything keyword.
4319 (In-buffer settings): Document showeverything keyword.
4320 (Setting up the staging area): Fix the example.
4321 (MobileOrg): New section.
4322 (Agenda commands, Exporting Agenda Views): Document exporting the
4323 agenda view to Org files.
4324
4325 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
4326
4327 * tramp.texi (History): Add IMAP support.
4328 (External methods): Add `imap' and `imaps' methods.
4329 (GVFS based methods): Add indices for `davs'.
4330 (Password handling): Rename anchors. Add IMAP entries for
4331 ~/.authinfo.gpg.
4332
4333 * trampver.texi: Set default value of `emacsimap'.
4334
4335 2009-09-22 Daiki Ueno <ueno@unixuser.org>
4336
4337 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
4338
4339 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4340
4341 * dired-x.texi (Technical Details):
4342 Delete dired-up-directory (Bug#4292).
4343
4344 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
4345
4346 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
4347
4348 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
4349
4350 * org.texi (Effort estimates): Document new effort setting commands.
4351 (Agenda commands): Document the new keys fro agenda time motion.
4352 Document entry text mode. Improve documentation of the keys to include
4353 inactive time stamps into the agenda view.
4354 (Feedback): Document the new bug report command.
4355 (Structure editing): Add an index entry for the sorting of subtrees.
4356
4357 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4358
4359 * auth.texi (Help for users): Corrected markup.
4360
4361 2009-09-02 Glenn Morris <rgm@gnu.org>
4362
4363 * emacs-mime.texi (time-date): Mention float-time.
4364
4365 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
4366
4367 * calc.texi (Simplifying Formulas): Improve the wording.
4368
4369 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
4370
4371 * auth.texi: Rewritten for coverage and clarity.
4372
4373 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4374
4375 * gnus.texi (Expiring Mail):
4376 Mention gnus-mark-copied-or-moved-articles-as-expirable.
4377 (Various Various): Mention gnus-safe-html-newsgroups.
4378
4379 * gnus-news.texi: Mention
4380 gnus-mark-copied-or-moved-articles-as-expirable.
4381
4382 * emacs-mime.texi (Display Customization): Add xref to
4383 gnus-safe-html-newsgroups.
4384
4385 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
4386
4387 * tramp.texi (Version Control): Remove.
4388 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
4389 reference.
4390 (External methods): Correct `scpc' concept index entries. New method
4391 `rsyncc'.
4392 (External packages): New subsections "Filename completion" and "File
4393 attributes cache".
4394
4395 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
4396
4397 * calc.texi (Rewrite Rules): Improve the example.
4398 (Simplifying Formulas): Explain use of the I and H flags for
4399 simplification.
4400
4401 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4402
4403 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
4404 Describe autostart behavior of dbus-ping.
4405 (Synchronous Methods, Asynchronous Methods): Use English numeric format
4406 for timeout values.
4407 (Top): Remove footnote saying D-Bus is not enabled by
4408 default. (Bug#4256)
4409
4410 2009-08-23 Daiki Ueno <ueno@unixuser.org>
4411
4412 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
4413 Reported by Jari Aalto (Bug#4211).
4414 (Mail-mode integration): Mention epa-mail-mode and
4415 epa-global-mail-mode.
4416 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
4417 epa-setup.
4418
4419 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
4420
4421 * dbus.texi (Asynchronous Methods): Allow nil handler.
4422
4423 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4424
4425 * ediff.texi (ediff-current-file): Add information about this new function.
4426
4427 * viper.texi: Add information about C-s in viper's search command.
4428
4429 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
4430
4431 * calc.texi (Date Forms): Fix typos.
4432
4433 2009-08-08 Glenn Morris <rgm@gnu.org>
4434
4435 * org.texi (Agenda commands): Restore clobbered change.
4436
4437 2009-08-07 Eli Zaretskii <eliz@gnu.org>
4438
4439 * calc.texi (Graphics, Devices): Update with the peculiarities of
4440 operation on MS-Windows.
4441
4442 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
4443
4444 * org.texi (Publishing action): Improve documentation of file
4445 names when publishing to the source directory.
4446 (Clean view): Document `org-indent-mode'.
4447 (Clocking work time): Add documentation for the
4448 new :timetamp option when creating a clock report.
4449 (Paragraphs): Fix many typos.
4450 (Plain lists): Remove duplicate explanation about the
4451 `C-c *' command.
4452 (Literal examples): Update to reflect the new behavior
4453 of the -n -r -k switches when exporting source code examples.
4454 (Structure editing): Add information about `C-c *',
4455 converting a plain list into a list of Org items.
4456 (Remember): Small rephrasing of the paragraph
4457 describing remember.el. Also mentioned that remember.el is part
4458 of Emacs 23, not Emacs 22.
4459 (Clocking work time): Add documentation about
4460 displaying the current clocking time against the effort estimate.
4461 Also add a footnote about using `org-clock-in-prepare-hook' to add
4462 an effort estimate on the fly, just before clocking it.
4463 (Footnotes): Document automatic renumbering and
4464 sorting.
4465 (Agenda commands): Document new bulk commands.
4466 (Plain lists): Document new behavior of
4467 `org-cycle-include-plain-lists'.
4468 Hyphenation only in TeX.
4469 (Clocking work time): Document the key to update effort
4470 estimates.
4471 (Clocking work time): Document the clock time display.
4472 (Structure editing, TODO basics): Document new
4473 variables.
4474 (Column attributes): Document new colciew operators.
4475 (Publishing options): Document :xml-declaration.
4476 (Tracking TODO state changes): Document the
4477 LOG_INTO_DRAWER property.
4478 (Literal examples): Document the new implementation for
4479 editing source code.
4480 (Publishing action): Mention the new publishing
4481 function, to publish an Org source file.
4482 (Publishing links): Mention how to link to an Org source file.
4483 (Macro replacement): Document new macros.
4484 (Handling links): Document type-specific completion
4485 when inserting links.
4486 (Structure editing, Plain lists): Improve documentation
4487 on sorting.
4488 (Internal links): Document custom ids for links.
4489 (Handling links): Document custom ids for links.
4490 (CSS support): Document new class.
4491 (Refiling notes): Document the possibility to create new nodes
4492 during refiling.
4493 (Agenda commands): Document the "?" operator to find
4494 tasks without effort setting.
4495 (Exporting agenda information): Section moved.
4496 (RSS Feeds): New section.
4497 (Built-in table editor): Document M-e and M-a navigate
4498 inside table field.
4499 (Stuck projects): Docment that projects identified as
4500 un-stuck will still be searchd for stuck sub-projects.
4501 (Paragraphs): Document centering.
4502 (Creating timestamps, Agenda commands): Document new
4503 behavior when changing time stamps.
4504 (Structure editing): Document the new command
4505 `org-clone-subtree-with-time-shift'.
4506 (Publishing): Refresh this chapter.
4507 (Export options, Export options, In-buffer settings):
4508 Document the new keywords.
4509 (Matching tags and properties): Collect all
4510 documentation about tags/property matches here.
4511 (Setting tags): Document `org-tag-persistent-alist'.
4512 (Weekly/daily agenda): New section.
4513 (Orgstruct mode): Describe `orgstruct++-mode'.
4514 (Drawers): Mention the LOGBOOK drawer.
4515 (Export options, Sectioning structure): Document the
4516 #+LEATEX_HEADER in-buffer setting.
4517 (Bugs): Section removed.
4518 (Hooks): New section.
4519 (Add-on packages): Move here from old location.
4520 (Context-sensitive commands): New section.
4521 (Setting tags): Document newline option.
4522 (Global TODO list, Matching tags and properties):
4523 Mention more variables.
4524 (Checkboxes): Update to changed command behavior.
4525
4526 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
4527
4528 * speedbar.texi (Basic Key Bindings): Fix typo.
4529
4530 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
4531
4532 * calc.texi (Vector/Matrix Functions): Add index entries for both
4533 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
4534 affects matrices with more than one row.
4535 (Help Commands): Add index entries for "prefix ?" key bindings.
4536
4537 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4538
4539 * calc.texi (Stack Manipulation Commands): Add documentation for
4540 `calc-transpose-lines'.
4541
4542 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
4543
4544 * dbus.texi (Receiving Method Calls): Describe special return value
4545 `:ignore'.
4546
4547 2009-07-24 Alan Mackenzie <acm@muc.de>
4548
4549 * cc-mode.texi (Config Basics, File Styles): Document that at mode
4550 initialization, any individual variable setting now takes precedence
4551 over one done via c-file-style/c-file-offsets.
4552
4553 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
4554
4555 * calc.texi (Undoing Mistakes): Mention that the undo list will be
4556 truncated when Calc is quit.
4557 (Customizing Calc): Document `calc-undo-length'.
4558
4559 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
4560
4561 * calc.texi (About This Manual): Don't mention chapter numbers in text.
4562
4563 2009-07-11 Kevin Ryde <user42@zip.com.au>
4564
4565 * pcl-cvs.texi (About PCL-CVS):
4566 * widget.texi (Basic Types):
4567 Fix cross-references.
4568
4569 2009-07-01 Andreas Schwab <aschwab@redhat.com>
4570
4571 * dbus.texi (Type Conversion): Don't use literal control character.
4572
4573 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
4574
4575 * tramp.texi (GVFS based methods): New section.
4576 (Remote processes): Processes for GVFS based methods run locally.
4577
4578 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
4579
4580 * tramp.texi (Inline methods, External methods, Gateway methods):
4581 Avoid the words "kludge" and hack".
4582 (External methods): Add `synce' method.
4583
4584 * trampver.texi: Update release number.
4585
4586 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
4587
4588 Sync with Tramp 2.1.16.
4589
4590 * tramp.texi (History): Add GVFS support.
4591 (External methods): Precise `rsync' description. Add `dav', `davs' and
4592 `obex' methods. Add 'tramp-gvfs-methods' option.
4593 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
4594 forms.
4595 (Remote Programs): Introduce `tramp-own-remote-path'.
4596 (Remote processes): New subsection "Running remote programs that create
4597 local X11 windows".
4598 (Frequently Asked Questions): Improve code for disabling vc.
4599
4600 * trampver.texi: Update release number. Set default value of
4601 `emacsgvfs'.
4602
4603 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
4604
4605 * Branch for 23.1.
4606
4607 2009-06-17 Glenn Morris <rgm@gnu.org>
4608
4609 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
4610 (Latest version of Emacs): Mention source code repository.
4611
4612 2009-06-16 Glenn Morris <rgm@gnu.org>
4613
4614 * faq.texi (Top): Language tweak.
4615 (Extended commands): Most people have arrow keys.
4616 (Emacs manual): Say how to follow info links.
4617 (File-name conventions): Change title a bit. Explain about source
4618 versus installed. Condense etc description.
4619 (Guidelines for newsgroup postings): Mention Savannah list page.
4620 (Newsgroup archives): Simplify.
4621 (Contacting the FSF): Add contact URL.
4622 (Emacs Lisp documentation): Printed version not always available.
4623 (Installing Texinfo documentation): Explain how by hand installation is
4624 not normally needed. Use add-to-list. Remove duplicate reference.
4625 (Informational files for Emacs): Move info on Help menu here from
4626 "File-name conventions".
4627 (Help installing Emacs): Tweak uref.
4628 (Obtaining the FAQ): Mention repository.
4629 (Origin of the term Emacs): Explain "ITS".
4630 (Changing load-path): Use add-to-list.
4631 (Automatic indentation): Clarify this is for Text mode.
4632 Don't mention Indented Text mode.
4633 (Finding Emacs on the Internet): The FSF does not seem to offer a
4634 deluxe distribution on CD anymore.
4635
4636 2009-06-16 Glenn Morris <rgm@gnu.org>
4637
4638 * faq.texi (Top): Mention which Emacs version this FAQ is about.
4639 Recommend the latest release. Mention how to get older FAQs.
4640 Recommend the Emacs manual.
4641 (Guidelines for newsgroup postings): Discourage cross-posts.
4642 (Underlining paragraphs): Remove.
4643 (Editing MS-DOS files): Remove pre-Emacs 20 information.
4644 (Bugs and problems): Update key-binding.
4645 (Problems with very large files): Mention 64-bit.
4646 (Shell process exits abnormally): Remove.
4647 (Problems with Shell Mode): Rename and update.
4648 (Spontaneous entry into isearch-mode)
4649 (Problems talking to certain hosts): Remove. This is old information,
4650 in etc/PROBLEMS if needed.
4651 (Emacs takes a long time to visit files, Updating Emacs): Remove.
4652 (Dired claims that no file is on this line): Update.
4653 (Installing Emacs, Problems building Emacs): Simplify.
4654 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
4655 information.
4656 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
4657 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
4658 (JDEE): "JDEE", not "JDE".
4659 (Handling C-s and C-q with flow control, Binding C-s and C-q):
4660 Remove. This is old information, in etc/PROBLEMS if needed.
4661 (stty and Backspace key, Kanji and Chinese characters): Remove.
4662 (Right-to-left alphabets): Update section.
4663 (Changing the included text prefix): Gnus uses message-yank-prefix.
4664 Add cross-reference to Supercite manual.
4665 (Saving a copy of outgoing mail): Simplify output file description.
4666 (Expanding aliases when sending mail): Refer to Emacs manual.
4667 Remove old info about RFC822.
4668 Correct description of how to rebuild aliases.
4669 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
4670 (MIME with Emacs mail packages)
4671 (Viewing articles with embedded underlining)
4672 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
4673 Remove old sections.
4674 (Killing based on nonstandard headers): Remove. Scoring is preferable,
4675 and is well-documented in the Gnus manual.
4676 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
4677 (Making Gnus faster): Rename from "Starting Gnus faster".
4678 Merge "Catch-up is slow in Gnus" into here.
4679
4680 2009-06-14 Glenn Morris <rgm@gnu.org>
4681
4682 * faq.texi (Status of Emacs): Re-order with most recent releases first.
4683 (New in Emacs 23): New section.
4684 (Handling C-s and C-q with flow control): Add xref.
4685
4686 2009-06-13 Glenn Morris <rgm@gnu.org>
4687
4688 * faq.texi (Setting up a customization file): Grammar fix.
4689 Customize is no longer "new".
4690 (Displaying the current line or column): Line-number mode is on by
4691 default. Don't mention `column' package. Mention linum.el.
4692 (Turning on abbrevs by default): Explain how to do it for buffers,
4693 modes, and everywhere.
4694 (Associating modes with files): Use add-to-list. Don't mention Emacs
4695 19.
4696 (Highlighting a region): On by default since 23.1.
4697 (Replacing highlighted text): Update doc quote.
4698 (Working with unprintable characters): Don't mention search-quote-char.
4699 (Using an already running Emacs process): Gnuclient is probably not an
4700 enhancement these days.
4701 (Indenting switch statements): Remove mention of pre-Emacs 20.
4702 (Horizontal scrolling): Abbreviate Emacs 20 description.
4703 (Replacing text across multiple files): Fix name of dired command.
4704 (Disabling backups): Use require not load.
4705 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
4706
4707 2009-06-13 Bill Wohler <wohler@newt.com>
4708
4709 Release MH-E manual version 8.2.
4710
4711 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4712 release 8.2.
4713
4714 2009-06-13 Glenn Morris <rgm@gnu.org>
4715
4716 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
4717 in this day and age the common meaning is "on the web".
4718 (copying): Use @copyright in all cases.
4719 (Basic keys): Remove reference to deleted manual node "Text Characters".
4720 (File-name conventions): Use GNU as an example rather than SERVICE.
4721 default.el lives in site-lisp. Update Info directory location.
4722 (Real meaning of copyleft): GPL actions have been brought, but all
4723 settled out of court.
4724 (Guidelines for newsgroup postings): Shorten section title.
4725 Simplify comp.emacs description.
4726 (Newsgroup archives): Change Google URL. Describe Gmane.
4727 (Unsubscribing from Emacs lists): Remove discussion of "distribution
4728 points". Mention List-Unsubscribe header.
4729 (Contacting the FSF): Update email and URLs.
4730 (Basic editing): Mention F1 for help.
4731 (Installing Texinfo documentation): Refer to Texinfo website rather
4732 than ftp server.
4733 (Printing a Texinfo file): Mention texi2pdf.
4734 (Informational files for Emacs): Don't describe FTP or SERVICE, they
4735 are just stubs nowadays.
4736 (Latest version of Emacs): Explain version numbers.
4737 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
4738 (Turning on syntax highlighting): No need to mention hilit19 any more.
4739 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
4740 (Modes for various languages): Remove section.
4741 (Major packages and programs): Remove most version and maintainer
4742 information - it's hard to keep up-to-date, and adds nothing.
4743 Similarly with direct links to mailing lists.
4744 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
4745 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
4746 years, and Emacs comes with tools for this now.
4747 (Patch): Remove section - this is a standard tool.
4748 (Using function keys under X): Remove section.
4749
4750 2009-06-12 Glenn Morris <rgm@gnu.org>
4751
4752 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
4753 (Help installing Emacs): Remove reference to deleted X11 node.
4754 (Associating modes with files): Interpreter-mode-alist is no longer
4755 subservient to auto-mode-alist.
4756 (Installing Emacs): Change future Emacs version.
4757 (Linking with -lX11 fails): Remove old section.
4758 (Packages that do not come with Emacs): Update ELL location.
4759 Emacs Lisp archive is dead.
4760 (Emacs for Windows): Remove reference to old CE port.
4761 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
4762 (Emacs for VMS and DECwindows): Remove old ports.
4763 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
4764 (Removing flashing messages): Remove section about non-existent Gnus
4765 option.
4766
4767 * faq.texi (Top): Add @top command.
4768 Remove the optional arguments from all @node commands: makeinfo can
4769 generate these automatically, and it is easier to edit and rearrange
4770 nodes without them.
4771
4772 2009-06-11 Glenn Morris <rgm@gnu.org>
4773
4774 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
4775 (The LPF): Make the updated URL the sole reference point.
4776 (Learning how to do something): Update refcard price and format.
4777 (Getting a printed manual): Sources in doc/emacs/, not man/.
4778 Also available in PDF format. Since the page count varies, be less
4779 precise.
4780 (Informational files for Emacs): Remove references to deleted files
4781 LPF and SUN-SUPPORT, and to UUCP.
4782 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
4783 Remove many obsolete ways to get the FAQ, which now seems only to be
4784 distributed with Emacs.
4785 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
4786
4787 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
4788
4789 * org.texi (Org Plot): Fix tags (Bug#3507).
4790 (Workflow states, Agenda commands): Fix tags (Bug#3508).
4791
4792 * ada-mode.texi (Installation, Compile commands)
4793 (Project File Overview, No project files, Set compiler options)
4794 (Use GNAT project file, Use multiple GNAT project files)
4795 (Identifier completion): Use @samp for menu items, and @kbd for key
4796 sequences (Bug#3504).
4797
4798 2009-06-04 Daiki Ueno <ueno@unixuser.org>
4799
4800 * gnus.texi (Security): Fix wording; add a link to epa.info.
4801
4802 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
4803
4804 * message.texi (Header Commands): Fix descriptions to match
4805 keybindings.
4806
4807 2009-04-22 Daiki Ueno <ueno@unixuser.org>
4808
4809 * gnus.texi (Security): Mention that EasyPG is the current default.
4810
4811 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
4812
4813 * ediff.texi (Session Commands): Fix typo.
4814
4815 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
4816
4817 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
4818 news.software.readers. Reported by Florian Rehnisch.
4819
4820 2009-04-02 Glenn Morris <rgm@gnu.org>
4821
4822 * auth.texi: Capitalize direntry.
4823
4824 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
4825 using a period in the entry name. (Bug#2797)
4826
4827 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
4828
4829 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
4830 ($(infodir)/auth, auth.dvi): New targets.
4831
4832 2009-03-03 Glenn Morris <rgm@gnu.org>
4833
4834 * auth.texi: Fix @setfilename.
4835
4836 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4837 (auth, $(infodir)/auth, auth.dvi): New rules.
4838
4839 2009-02-25 Glenn Morris <rgm@gnu.org>
4840
4841 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
4842
4843 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4844
4845 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4846
4847 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4848
4849 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4850 gnus-nocem-issuers, and gnus-nocem-verifyer.
4851
4852 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
4853
4854 * ada-mode.texi (Project files, Automatic Casing):
4855 * dbus.texi (Signals):
4856 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4857 * mh-e.texi (HTML):
4858 * nxml-mode.texi (Locating a schema)
4859 (Using the document's URI to locate a schema):
4860 * org.texi (Footnotes, Using the mapping API):
4861 * rcirc.texi (Channels): Remove duplicate words.
4862
4863 2009-02-20 Glenn Morris <rgm@gnu.org>
4864
4865 * dired-x.texi (Miscellaneous Commands):
4866 * gnus.texi: Minor updates for mbox Rmail.
4867
4868 2009-02-16 Karl Berry <karl@gnu.org>
4869
4870 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4871 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4872 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4873 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4874 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4875 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4876 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4877 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4878 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4879 Consistently use @insertcopying in the Top node,
4880 @contents at the front (after @end titlepage),
4881 and @direntry after @copying. (Bug#1988)
4882
4883 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4884
4885 * auth.texi: New file documenting auth-source.
4886
4887 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
4888
4889 * org.texi (Org Plot): Fix link.
4890
4891 2009-02-09 Daiki Ueno <ueno@unixuser.org>
4892
4893 * epa.texi (Mail-mode integration): Mention the way to do
4894 "encrypt-to-self". (Bug#1807)
4895
4896 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
4897
4898 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4899
4900 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4901
4902 * gnus-news.texi: Print version about Incoming*.
4903
4904 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
4905
4906 * org.texi (Structure editing, Handling links)
4907 (Fast access to TODO states, Javascript support): Make standard docs
4908 correctly reflect default variable settings.
4909
4910 2009-02-02 Glenn Morris <rgm@gnu.org>
4911
4912 * org.texi: Fix typos.
4913
4914 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
4915
4916 Sync with Tramp 2.1.15.
4917
4918 * trampver.texi: Update release number.
4919
4920 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4921
4922 * org.texi (TODO dependencies): Document TODO dependencies on
4923 checkboxes.
4924
4925 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
4926
4927 * org.texi (TODO dependencies): Document key binding for toggling
4928 ORDERED property.
4929
4930 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
4931
4932 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4933 of hook functions.
4934
4935 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
4936
4937 * org.texi (TODO dependencies): New section.
4938
4939 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
4940
4941 * org.texi (Plain lists, TODO basics, Priorities)
4942 (Multiple sets in one file, Conflicts): Document interaction with
4943 `shift-selection-mode'.
4944
4945 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4946
4947 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4948 Make Calc the subject of sentences.
4949 (Rearranging Formulas using Selections): Discuss new options
4950 for `j *'.
4951
4952 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
4953
4954 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4955
4956 2009-01-26 Glenn Morris <rgm@gnu.org>
4957
4958 * org.texi: Fix typos.
4959
4960 2009-01-26 Bill Wohler <wohler@newt.com>
4961
4962 * mh-e.texi (EDITION, UPDATED): Update.
4963
4964 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
4965
4966 * org.texi (References): Add information about remote references.
4967 (Built-in table editor): Document `C-c RET' in tables.
4968 (Math symbols, Quoting LaTeX code): Mention that simple
4969 LaTeX macros survive LaTeX export.
4970 (Images in LaTeX export): Show how to create a reference to a
4971 figure.
4972 (Sectioning structure): Document that the LaTeX class can be
4973 specified in a property.
4974 (Text areas in HTML export): New section.
4975 (External links): Add examples for text search and ID links.
4976 (Built-in table editor): Remove the descriptio of `C-c
4977 C-q', it not longer works.
4978 (Literal examples): Document that a space must follow
4979 the colon in short examples.
4980 (Relative timer): Document `org-timer-stop'.
4981 (Footnotes): New section.
4982 (Footnote markup): Shorten section and refer to new Footnote
4983 section.
4984 (Literal examples): Add documentation for line
4985 numbering in and references to code examples.
4986 (CSS support): Fix the description of default CSS styles.
4987 (Capturing column view): Document
4988 "file:path/to/file.org" as an allowed value for the ID property of
4989 a dynamic block copying column view.
4990
4991 2009-01-23 Stephen Eglen <stephen@gnu.org>
4992
4993 * mh-e.texi (Getting Started): Describe $MH.
4994
4995 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
4996
4997 * tramp.texi (all): Harmonize usage of "external method",
4998 "external transfer method" and "out-of-band method".
4999 (Connection types): Precise the differences of inline and external
5000 methods. Written by Adrian Phillips <a.phillips@met.no>.
5001
5002 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5003
5004 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
5005 commands as described at the top. Reported by Allan Gottlieb
5006 <gottlieb@nyu.edu>.
5007
5008 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5009
5010 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
5011 nnmail-pathname-coding-system.
5012
5013 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
5014
5015 * org.texi (Relative timer): Fix typo.
5016
5017 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
5018
5019 * org.texi (Clocking work time): Fix typo.
5020 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
5021
5022 2009-01-13 Glenn Morris <rgm@gnu.org>
5023
5024 * org.texi: Fix some more typos.
5025
5026 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
5027
5028 * org.texi: Fix some typos.
5029
5030 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5031
5032 * gnus.texi (Group Parameters): Add note for local variables.
5033
5034 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5035
5036 * gnus.texi (Converting Kill Files): Fix URL.
5037 Include gnus-kill-to-score.el in contrib directory.
5038
5039 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5040
5041 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
5042 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
5043 (Paging the Article): Add index entry.
5044
5045 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
5046
5047 * ada-mode.texi (Examples): Delete redundant text.
5048
5049 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
5050
5051 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
5052
5053 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
5054 addresses.
5055
5056 2009-01-03 Bill Wohler <wohler@newt.com>
5057
5058 * mh-e.texi (Scan Line Formats): Indicate that first column should be
5059 kept empty.
5060
5061 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
5062
5063 * org.texi (Activation, Exporting, ASCII export, HTML export)
5064 (HTML Export commands, LaTeX/PDF export commands):
5065 Improve documentation about transient-mark-mode.
5066 (References): Document the use of special names like $LR1 to reference
5067 to fields in the last table row.
5068
5069 2008-12-19 Juri Linkov <juri@jurta.org>
5070
5071 * info.texi (Search Text): Remove mention of removed key binding M-s.
5072
5073 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
5074
5075 * org.texi (References): Remove mentioning of @0 as reference for the
5076 last line, this has been reverted in the Lisp sources.
5077
5078 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
5079
5080 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
5081 (DVI_TARGETS): Remove duplicates. Add sasl.
5082 ($(infodir)/sasl, sasl.dvi): New targets.
5083
5084 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
5085
5086 * org.texi: Version number pushed to 6.15d.
5087
5088 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
5089
5090 * org.texi (Tables in LaTeX export): New section.
5091 (Images in LaTeX export): New section.
5092 (Inlined images, Images in HTML export): Sections renamed.
5093
5094 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5095
5096 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
5097
5098 2008-12-04 David Engster <dengste@eml.cc>
5099
5100 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
5101 of nnml-get-new-mail. Change URL for mairix patch.
5102
5103 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5104
5105 * org.texi (Using the mapping API): Fix bug in mapping example.
5106 (Publishing options): Make the list of properties complete again, in
5107 correspondence to the variable `org-export-plist-vars'.
5108 (Property searches): Document new special values for time comparisons.
5109 (Tag inheritance): Refine the description of tag inheritance.
5110 (Project alist): Add info about the publishing sequence of components.
5111 (Effort estimates): Document the new relative timer.
5112
5113 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
5114
5115 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
5116 (Using Calc): Clarify use of `C-x * o'.
5117 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
5118
5119 2008-11-28 Richard M Stallman <rms@gnu.org>
5120
5121 * dbus.texi (Receiving Method Calls): Clean up previous change.
5122
5123 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
5124
5125 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
5126 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
5127 `dbus-unescape-from-identifier'.
5128 (Receiving Method Calls): New constants `dbus-service-emacs' and
5129 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
5130 (Signals): Use the constants in the example.
5131
5132 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
5133
5134 * org.texi: Re-apply change to FDL 1.3.
5135
5136 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
5137
5138 * org.texi (Setting up Remember): Document `org-remember-mode'.
5139 (External links): Document that bbdb links can use a regular
5140 expression.
5141 (External links): Document that elisp links can contain interactive
5142 commands.
5143
5144 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5145
5146 * viper.texi (viper-translate-all-ESC-keysequences):
5147 Description removed.
5148
5149 2008-11-19 Glenn Morris <rgm@gnu.org>
5150
5151 * doclicense.texi: Change to FDL 1.3.
5152 Relicense all texi files under FDL 1.3 or later.
5153
5154 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5155
5156 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
5157
5158 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
5159
5160 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
5161
5162 * ediff.texi: Version/date change.
5163
5164 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
5167
5168 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
5169
5170 * calc.texi (About This Manual): Comment out a mention of
5171 marginal notes.
5172
5173 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
5174
5175 * org.texi (Clocking work time): Document the :formula property of
5176 clock tables.
5177 (Structure editing, Refiling notes): Document refiling regions.
5178 (Agenda commands): Document the double-prefix version
5179 of the `l' command in the agenda.
5180 (Handling links): Explain the effect of a double prefix
5181 arg to `C-c C-o'.
5182 (TODO basics): Add documentation for tag triggers.
5183
5184 2008-10-23 Glenn Morris <rgm@gnu.org>
5185
5186 * cl.texi (Function Bindings): Mention `flet' fails to deal with
5187 byte-compiling things like `+'.
5188
5189 * ns-emacs.texi: Merge copyright years of author now with assignment
5190 into FSF years.
5191 (VER): Use it for easier automatic updating. Use Emacs version rather
5192 than standalone Emacs.app version.
5193
5194 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
5195
5196 * org.texi: Lots of minor fixes.
5197 (Capture): New chapter.
5198 (Org Plot): New section.
5199
5200 2008-09-30 Magnus Henoch <mange@freemail.hu>
5201
5202 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
5203
5204 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5205
5206 * calc.texi (User Defined Units): Mention how to enter optional display
5207 string.
5208
5209 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5210
5211 * message.texi (Sending Variables): Fix variable documentation to
5212 avoid the "y/n" wording.
5213
5214 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5215
5216 * message.texi (Sending Variables): Add `message-confirm-send' doc.
5217
5218 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5219
5220 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
5221 @enumerate section so as to be able to be formatted with MAKEINFO=no.
5222
5223 2008-09-22 Bill Wohler <wohler@newt.com>
5224
5225 Release MH-E manual version 8.1.
5226
5227 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5228 release 8.1.
5229
5230 * mh-e.texi: Retain dual license as agreed to by the FSF.
5231 However, bump GPL to Version 3.
5232 Use @include for license text.
5233
5234 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
5235
5236 * gnus.texi (Top, Setup, Fancy splitting to parent)
5237 (Store custom flags and keywords, Store arbitrary data):
5238 Clean up markup.
5239
5240 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
5241
5242 * gnus.texi (The Gnus Registry): Document it.
5243
5244 2008-09-08 David Engster <dengste@eml.cc>
5245
5246 * gnus.texi (nnmairix): Point out that nnml uses MH format.
5247 Clarify section about choosing back end servers.
5248
5249 2008-08-23 Glenn Morris <rgm@gnu.org>
5250
5251 * dired-x.texi (Shell Command Guessing):
5252 Mention dired-guess-shell-case-fold-search. (Bug#417)
5253
5254 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
5255
5256 * trampver.texi: Update release number.
5257
5258 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
5259
5260 * ns-emacs.texi: Update version.
5261 (Introduction): Correct menu location for options save.
5262 (Customization): Note that defaults are stored under org.gnu.Emacs.
5263
5264 2008-08-11 Bill Wohler <wohler@newt.com>
5265
5266 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
5267 explicit about GNU mailutils MH elsewhere (with thanks to Darel
5268 Henman) (closes SF #1768928).
5269
5270 2008-08-10 Glenn Morris <rgm@gnu.org>
5271
5272 * ns-emacs.texi: Use @copying. Change copyright of authors with
5273 assignment to FSF. Change license to GFDL.
5274 (Top): Remove outdated references.
5275
5276 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
5277
5278 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
5279 Add gnus-summary-sort-by-most-recent-number and
5280 gnus-summary-sort-by-most-recent-date.
5281 (Summary Sorting): Explain prefix argument.
5282
5283 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
5284
5285 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
5286 gnus-summary-pipe-output.
5287
5288 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
5289
5290 * dbus.texi (Receiving Method Calls): Document error handling of own
5291 D-Bus methods.
5292
5293 2008-08-01 Bill Wohler <wohler@newt.com>
5294
5295 * mh-e.texi (Reading Mail)
5296 (Viewing Attachments): Describe new function
5297 mh-show-preferred-alternative.
5298 (Sending Mail, Redistributing, Sending Message): Describe new hook
5299 mh-annotate-msg-hook.
5300
5301 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
5302
5303 * dbus.texi (Arguments and Signatures): Fix example.
5304 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
5305 (Asynchronous Methods): New node.
5306 (Errors and Events): Describe extended layout of `dbus-event'.
5307 New defun `dbus-event-message-type'.
5308
5309 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5310
5311 * ediff.texi: Remove VMS support.
5312
5313 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
5314
5315 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
5316 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
5317
5318 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
5319
5320 * Makefile.in: Add mairix-el targets.
5321
5322 2008-07-29 David Engster <deng@randomsample.de>
5323
5324 * mairix-el.texi: New file.
5325
5326 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
5327
5328 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
5329 project files. Delete 'main_unit' project variable; not needed. Allow
5330 process environment variables wherever project variables are allowed.
5331 Add tutorial section on multiple GNAT project files.
5332
5333 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
5334
5335 Sync with Tramp 2.1.14.
5336
5337 * trampver.texi: Update release number.
5338
5339 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5340
5341 * ns-emacs.texi:
5342 * faq.texi: Remove mentions of Mac Carbon.
5343
5344 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5345
5346 * gnus.texi (Saving Articles): Describe the 2nd argument of
5347 gnus-summary-save-in-pipe.
5348 (SpamAssassin): Use it.
5349
5350 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
5351
5352 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
5353
5354 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
5355
5356 * org.texi (Export options): Document the use of the creator flag.
5357
5358 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
5359
5360 * org.texi: New version 6.06a.
5361
5362 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
5363
5364 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
5365 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
5366
5367 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
5368
5369 * calc.texi (Editing Stack Entries):
5370 (Algebraic Entry): Rewrite introductory sentences so it can be used by
5371 Calc's help functions. Mention fixing typos.
5372 (Customizing Calc): Fix typo.
5373
5374 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
5375
5376 * calc.texi (summarykey): New macro. Use to correctly format keys in
5377 the summary.
5378
5379 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
5380
5381 * ns-emacs.texi (Customization): Corrected documentation on color
5382 specification formats.
5383
5384 2008-07-19 Andreas Schwab <schwab@suse.de>
5385
5386 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
5387
5388 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
5389 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
5390
5391 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
5392
5393 * dbus.texi (Inspection): Rework, introduce submenus.
5394 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
5395 (Properties and Annotations, Arguments and Signatures): New nodes.
5396
5397 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
5398
5399 * dbus.texi (Receiving Method Calls): Fix description of
5400 `dbus-register-method'.
5401 (Signals): Allow also signal arguments for filtering in
5402 `dbus-register-signal'.
5403
5404 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
5405
5406 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
5407 `cnorm'.
5408 (Arithmetic Tutorial): Simplify the verification of prime factors.
5409
5410 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5411
5412 * gnus.texi (Saving Articles): Mention
5413 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
5414
5415 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
5416
5417 * calc.texi: Adjust mode line throughout.
5418
5419 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
5420
5421 * sasl.texi (Mechanisms): Fix typos.
5422
5423 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5424
5425 * calc.texi (Killing from the stack): Mention using normal Emacs
5426 copying.
5427
5428 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
5429
5430 * tramp.texi (Password handling): Rename from "Password caching".
5431 Add `auth-source' mechanism.
5432 (Connection caching): Tramp reopens the connection automatically,
5433 when the operating system on the remote host has been changed.
5434
5435 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5436
5437 * makefile.w32-in (distclean): Remove makefile.
5438
5439 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
5440
5441 * org.texi (Using the mapping API): New section.
5442 (Agenda column view): New section.
5443 (Moving subtrees): Document archiving to the archive sibling.
5444 (Agenda commands): Document columns view in the agenda.
5445 (Using the property API): Document the API for multi-valued properties.
5446
5447 2008-06-17 Jason Riedy <jason@acm.org>
5448
5449 * org.texi (A LaTeX example): Note that fmt may be a one-argument
5450 function, and efmt may be a two-argument function.
5451 (Radio tables): Document multiple destinations.
5452
5453 2008-06-16 Glenn Morris <rgm@gnu.org>
5454
5455 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
5456 Add Cover-Texts.
5457
5458 2008-06-15 Glenn Morris <rgm@gnu.org>
5459
5460 * faq.texi (VER): Update to 23.0.60.
5461
5462 * mh-e.texi: Remove option of licensing under GPL.
5463 Add Cover-Texts to GFDL permissions notice.
5464 (GPL): Remove section.
5465 (GFDL): Include doclicense.texi rather than the actual text.
5466
5467 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
5468 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
5469
5470 * sasl.texi: Fix output file name.
5471
5472 * epa.texi, sasl.texi: Refer to license in Emacs manual.
5473
5474 * gnus-coding.texi: Refer to license in Gnus manual.
5475
5476 * idlwave.texi, sasl.texi: Use @copying.
5477
5478 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
5479
5480 * speedbar.texi: Update Back-Cover Text as per maintain.info.
5481
5482 * url.texi: Use @copying, @title, @subtitle, @author.
5483
5484 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
5485 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
5486 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
5487 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
5488 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
5489 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
5490 * widget.texi, woman.texi:
5491 Remove references to external license, since doclicense is included.
5492
5493 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
5494 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
5495 Remove references to non-existent Invariant Sections.
5496
5497 2008-06-14 Glenn Morris <rgm@gnu.org>
5498
5499 * faq.texi (Major packages and programs): Remove references to external
5500 Supercite, Calc, VIPER, since they have been included for some time.
5501 Update VM, AUCTeX, BBDB entries.
5502
5503 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
5504
5505 * newsticker.texi: Updated to match latest newsticker changes.
5506
5507 2008-06-13 Glenn Morris <rgm@gnu.org>
5508
5509 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
5510 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
5511 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
5512 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
5513 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
5514 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
5515 * woman.texi:
5516 Update Back-Cover Text as per maintain.info.
5517
5518 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5519
5520 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
5521
5522 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
5523 (gnus-faq.xml): Update repository host.
5524
5525 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
5526
5527 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
5528
5529 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
5530 Fix a typo.
5531
5532 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5533
5534 * gnus.texi (Mail Source Customization): Correct values of
5535 `mail-source-delete-incoming'. Reported by Tassilo Horn.
5536 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
5537
5538 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5539
5540 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
5541 coding standards.
5542
5543 2008-06-14 David Engster <dengste@eml.cc>
5544
5545 * gnus.texi (nnmairix): Markup fixes.
5546
5547 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5548
5549 * gnus.texi (nnmairix): Markup and other minor fixes.
5550
5551 2008-06-05 David Engster <dengste@eml.cc>
5552
5553 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
5554
5555 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5556
5557 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
5558 (Searching, nnir, nnmairix): New stub nodes.
5559
5560 2008-05-30 Felix Lee <felix.1@canids.net>
5561
5562 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
5563
5564 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
5565
5566 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
5567
5568 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
5569
5570 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
5571
5572 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
5573
5574 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
5575
5576 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
5577
5578 * info.texi (Top): Fix typo in xref.
5579
5580 2008-05-05 Karl Berry <karl@gnu.org>
5581
5582 * info.texi (Top): @xref to stand-alone manual.
5583
5584 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5585
5586 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
5587 (Various Summary Stuff): Fix typo in last xref.
5588
5589 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
5590
5591 * org.texi (Moving subtrees): Fix typo.
5592
5593 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
5594
5595 * tramp.texi (Frequently Asked Questions): Explain, how to disable
5596 Tramp via `tramp-mode'.
5597
5598 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
5599
5600 * org.texi: Massive changes, in many parts of the file.
5601
5602 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5603
5604 * gnus.texi (Oort Gnus): Add message-fill-column.
5605
5606 2008-04-12 Adrian Aichner <adrian@xemacs.org>
5607
5608 * gnus.texi (Mail Source Specifiers): Typo fix.
5609
5610 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5611
5612 * gnus.texi (Diary Headers Generation): Update key binding for
5613 `gnus-diary-check-message'.
5614
5615 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5616
5617 * gnus.texi (Emacsen): Addition.
5618
5619 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5620
5621 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
5622
5623 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5624
5625 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
5626
5627 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5628
5629 * gnus-news.texi: Update tool bar item.
5630
5631 2008-04-09 Sven Joachim <svenjoac@gmx.de>
5632
5633 * gnus-news.texi: Fix typos.
5634
5635 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
5636
5637 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
5638 Add mention of `kron'.
5639
5640 2008-04-01 Daiki Ueno <ueno@unixuser.org>
5641
5642 * epa.texi (Encrypting/decrypting *.gpg files):
5643 Document epa-file-name-regexp.
5644
5645 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5646
5647 * gnus.texi (Example Methods): Fix description about ssh-agent.
5648 (Indirect Functions): Fix the default value of nntp-telnet-command;
5649 remove link to connect.html.
5650
5651 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
5652
5653 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
5654 dbus-call-method.
5655 (Receiving Method Calls): The timeout can be set by the calling client.
5656
5657 * trampver.texi: Update release number.
5658
5659 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
5660
5661 * gnus.texi (Top): Fix version. Add SASL.
5662
5663 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
5664
5665 Sync with Tramp 2.1.13.
5666
5667 * trampver.texi: Update release number.
5668
5669 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
5670
5671 * org.texi: Update to new org-mode website.
5672
5673 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5674
5675 * cl.texi (For Clauses): Fix loop over key-seq to match code.
5676
5677 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5678
5679 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
5680 gnus-read-ephemeral-gmane-group-url,
5681 gnus-read-ephemeral-emacs-bug-group,
5682 gnus-read-ephemeral-debian-bug-group.
5683
5684 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5685
5686 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
5687
5688 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
5689 Add FIXMEs for Bookmarks and gnus-registry-marks.
5690
5691 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5692
5693 * gnus.texi (Smileys): Document `smiley-style'.
5694
5695 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5696
5697 * gnus.texi (Gnus Development): Clarify difference between ding and
5698 gnu.emacs.gnus.
5699 (MIME Commands, Using MIME, RSS): Fix markup.
5700
5701 * gnus-faq.texi ([8.4]): Ditto.
5702
5703 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5704
5705 * gnus.texi (Emacsen): Remove obsolete stuff.
5706
5707 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5708
5709 * gnus.texi (Oort Gnus): Add version info WRT
5710 `mail-source-delete-incoming'.
5711
5712 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5713
5714 * gnus.texi (Top): Add "Other related manuals" and version info in
5715 `iftex' output.
5716 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
5717 gnus-balloon-face-0 and the corresponding format specifiers.
5718
5719 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
5720
5721 * tramp.texi (Filename completion): Remove footnote about let-bind
5722 of `partial-completion-mode'. It doesn't work this way.
5723
5724 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5725
5726 * pcl-cvs.texi (Contributors): Update my email.
5727
5728 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
5729
5730 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
5731
5732 2008-03-17 Bill Wohler <wohler@newt.com>
5733
5734 * mh-e.texi (Viewing): Update URL for adding header fields to
5735 mh-invisible-header-fields-default.
5736
5737 2008-03-16 Bill Wohler <wohler@newt.com>
5738
5739 * mh-e.texi (Preface): Add Gnus to requirements.
5740 (Forwarding): Note that forwarded MIME messages are now inline.
5741
5742 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5743
5744 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
5745 (Common Variables): Give precedence to the netcat methods over the
5746 telnet methods, and mention that they are more reliable.
5747
5748 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
5749
5750 * org.texi (Exporting Agenda Views): Document agenda export to
5751 iCalendar.
5752 (Progress logging): Document the new progress logging stuff.
5753
5754 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5755
5756 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
5757 Update for change of `mail-source-delete-incoming'.
5758
5759 * gnus-news.texi: Ditto.
5760
5761 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5762
5763 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
5764 custom versions.
5765
5766 2008-03-07 Alan Mackenzie <acm@muc.de>
5767
5768 * cc-mode.texi (Limitations and Known Bugs): State that the number of
5769 parens/brackets in a k&r region is limited.
5770
5771 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5772
5773 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
5774 using different Emacs versions.
5775
5776 2008-02-27 Glenn Morris <rgm@gnu.org>
5777
5778 * sc.texi: Remove a lot of old and obsolete info.
5779 (titlepage): Simplify.
5780 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
5781 (VM with any Emacsen, GNEWS with any Emacsen)
5782 (Overloading for Non-conforming MUAs, Version 3 Changes)
5783 (The Supercite Mailing List): Delete nodes.
5784 (Introduction): Remove info about old packages.
5785 (Getting Connected): Simplify. Remove info about old packages.
5786 (Citing Commands): Delete Emacs 19 info.
5787 (Hints to MUA Authors): Simplify.
5788 (Thanks and History): Merge in some info from the deleted node
5789 "Version 3 Changes".
5790
5791 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
5792
5793 * org.texi (Setting tags, In-buffer settings):
5794 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
5795
5796 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5797
5798 * gnus-news.texi: Mention that spaces and tabs are allowed in the
5799 installation directory name.
5800
5801 2008-02-12 Romain Francoise <romain@orebokech.com>
5802
5803 * epa.texi (Overview): Fix typo.
5804
5805 2008-02-11 Daiki Ueno <ueno@unixuser.org>
5806
5807 * epa.texi (Quick start): Remove the .emacs setting.
5808
5809 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5810
5811 * epa.texi (Quick start): Use the command `epa-enable' instead of
5812 loading `epa-setup'.
5813
5814 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
5815
5816 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
5817 ($(infodir)/epa, epa.dvi): New targets.
5818
5819 2008-02-08 Daiki Ueno <ueno@unixuser.org>
5820
5821 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
5822
5823 * epa.texi: New manual documenting the EasyPG Assistant.
5824
5825 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
5826
5827 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
5828 (Inspection): New function dbus-ping.
5829
5830 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
5831
5832 * tramp.texi (Remote processes): Add `shell-command'.
5833
5834 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
5835
5836 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5837 (Group Parameters): Document `mail-source' parameter.
5838
5839 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
5840
5841 * tramp.texi (Inline methods): The hostname of the su(do)? methods
5842 must be a local host.
5843
5844 2008-01-26 Michael Olson <mwolson@gnu.org>
5845
5846 * erc.texi: Update version for ERC 5.3 release.
5847 (Obtaining ERC): Update extras URLs for 5.3.
5848 (Development): Write instructions for git, and remove those for Arch.
5849 (History): Mention the switch to git.
5850
5851 2008-01-24 Karl Berry <karl@gnu.org>
5852
5853 * info.texi (Search Index, Search Text): Mention the command
5854 character in the section name, a la the (Go to node) node.
5855
5856 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
5857
5858 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5859
5860 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5861
5862 * gnus-news.texi: Mention gnus-article-describe-bindings.
5863
5864 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5865
5866 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5867
5868 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
5869
5870 * org.texi (Property inheritance): New section.
5871 (Conventions): New section.
5872 (Structure editing): Document C-RET, the prefix arg to the cut/copy
5873 commands, and the new bindings for refiling.
5874 (Sparse trees): Document the new special command for sparse trees.
5875 (References): Be more clear about the counting of hilines.
5876 (Handling links): Document M-p/n for accessing links.
5877 (Fast access to TODO states): New section.
5878 (Per file keywords): New section.
5879 (Property inheritance): New section.
5880 (Column attributes): New summary types.
5881 (Capturing Column View): New section.
5882 (The date/time prompt): Cover the new features in the date/time prompt.
5883 Compactify the table of keys for the calendar remote control.
5884 (Clocking work time): Document the new :scope parameter.
5885 (Remember): Promoted to chapter.
5886 (Quoted examples): New section.
5887 (Enhancing text): New verbatim environments.
5888
5889 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
5890
5891 * trampver.texi: Update release number.
5892
5893 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5894
5895 * gnus.texi (Article Keymap):
5896 Add gnus-article-wide-reply-with-original; fix descriptions of
5897 gnus-article-reply-with-original and
5898 gnus-article-followup-with-original.
5899
5900 2008-01-09 Glenn Morris <rgm@gnu.org>
5901
5902 * nxml-mode.texi: Add @copying section.
5903
5904 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5905
5906 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5907 Server". Add `message-send-mail-with-mailclient'.
5908
5909 * gnus.texi (Posting Server): Move some text to "(message)Mail
5910 Variables" and add a reference here.
5911
5912 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
5913
5914 * dbus.texi (Receiving Method Calls): New chapter.
5915 (Errors and Events): Add serial number to events. Replace "signal" by
5916 "message". Introduce dbus-event-serial-number.
5917
5918 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
5919
5920 * dbus.texi (Type Conversion): Explain the type specification for empty
5921 arrays. Use another example.
5922
5923 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
5924
5925 * dbus.texi (all): Replace "..." by @dots{}.
5926 (Type Conversion): Precise the value range for :byte types.
5927 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5928 Mention its return value.
5929 (Errors and Events): There is no D-Bus error propagation during event
5930 processing.
5931
5932 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5933
5934 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5935 New sections.
5936
5937 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5938
5939 * gnus.texi (Group Parameters): Reorder the text and add a note about
5940 `gnus-parameters' near the beginning of the node.
5941
5942 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5943
5944 * gnus.texi (Score File Editing): Fix function name.
5945
5946 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
5947
5948 Sync with Tramp 2.1.12.
5949
5950 * trampver.texi: Update release number.
5951
5952 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
5953
5954 * dbus.texi (Type Conversion): Correct input parameters mapping.
5955
5956 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
5957
5958 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5959 (Errors and Events): Mention wrong-type-argument error.
5960
5961 2007-12-21 Alex Schroeder <alex@gnu.org>
5962
5963 * rcirc.texi: Changed single spaces after sentence end to double
5964 spaces. Fixed some typos.
5965 (Internet Relay Chat): Explain relay.
5966 (Getting started with rcirc): Change items to reflect prompts.
5967 Add more explanation to rcirc-track-minor-mode and added a comment to
5968 warn future maintainers that this section is a copy.
5969 (People): Change /ignore example.
5970 (Keywords): Not keywords.
5971
5972 2007-12-20 Alex Schroeder <alex@gnu.org>
5973
5974 * rcirc.texi (Top): Fighting Information Overload chapter added.
5975 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
5976 (rcirc commands): Move /ignore command to the new chapter.
5977 (Fighting Information Overload): New chapter documenting /keyword,
5978 /bright, /dim, channel ignore, and low priority channels.
5979 (Configuration): Document rcirc-server-alist, remove
5980 rcirc-startup-channels-alist and rcirc-default-server.
5981
5982 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
5983
5984 * dbus.texi (Signals): Fix example in dbus-register-signal.
5985
5986 2007-12-14 Sven Joachim <svenjoac@gmx.de>
5987
5988 * gnus.texi (Score Variables): Fix typo.
5989
5990 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
5991
5992 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5993 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5994 (Errors and Events): Adapt dbus-event.
5995
5996 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5997
5998 * gnus.texi (Other Files): Add the yenc command.
5999
6000 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
6001
6002 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
6003 since 2004-08-06.
6004
6005 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6006
6007 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
6008 on body.
6009
6010 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6011
6012 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
6013 and rfc2047-allow-irregular-q-encoded-words; fix description of
6014 rfc2047-encode-encoded-words.
6015
6016 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6017
6018 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
6019
6020 2007-12-05 Michael Olson <mwolson@gnu.org>
6021
6022 * remember.texi (Diary): Remove "require" line for remember-diary.el.
6023 Update documentation for `remember-diary-file'.
6024
6025 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
6026
6027 * dbus.texi (Signals): Precise `dbus-register-signal'.
6028 (Errors and Events): Rework events part, the internal structure of
6029 dbus-event has changed.
6030
6031 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
6032
6033 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
6034 ($(infodir)/dbus, dbus.dvi): New targets.
6035
6036 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
6037
6038 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
6039 unconditionally.
6040
6041 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
6042 emulation with @print{}.
6043
6044 2007-12-02 Richard Stallman <rms@gnu.org>
6045
6046 * dbus.texi (Overview): Minor cleanup.
6047
6048 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
6049
6050 * Makefile.in (INFO_TARGETS): Add dbus.
6051 (DVI_TARGETS): Add dbus.dvi.
6052 (dbus, dbus.dvi): New targets.
6053
6054 * dbus.texi: New file.
6055
6056 2007-11-24 Romain Francoise <romain@orebokech.com>
6057
6058 * nxml-mode.texi: Add description in @direntry.
6059 Fix file name to match @setfilename.
6060
6061 2007-11-23 Mark A. Hershberger <mah@everybody.org>
6062
6063 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6064 ($(infodir)/nxml-mode): New rule.
6065
6066 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6067 ($(infodir)/nxml-mode): New rule.
6068 (clean): Add nxml-mode*.
6069
6070 * nxml-mode.texi: New file with nxml manual.
6071
6072 2007-11-18 Richard Stallman <rms@gnu.org>
6073
6074 * flymake.texi (Example -- Configuring a tool called directly):
6075 Update example.
6076
6077 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
6078
6079 * tramp.texi (Filename completion): Simplify explanation of
6080 double-slash behavior. Explain directory contents flushing.
6081
6082 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6083
6084 * calc.texi (TeX and LaTeX Language Modes): Put in
6085 missing braces.
6086
6087 2007-11-15 Richard Stallman <rms@gnu.org>
6088
6089 * cl.texi (Equality Predicates): Delete `eql'.
6090 (Predicates, Naming Conventions, Top): Delete `eql'.
6091 (Common Lisp Compatibility): Delete `eql'.
6092 (Porting Common Lisp): Delete obsolete backquote info.
6093 Minor clarification about character constants.
6094 (Sequence Basics): Minor clarification.
6095
6096 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
6097
6098 * cc-mode.texi (Electric Keys, Custom Macros):
6099 * tramp.texi (Filename completion): Fix typos.
6100
6101 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
6102
6103 * calc.texi (Basic commands): Mention the menu.
6104
6105 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
6106
6107 * tramp.texi (Connection caching): Tramp flushes connection
6108 properties when remote operating system has been changed.
6109
6110 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
6111
6112 * gnus-news.texi: Fix spelling.
6113 `message-insert-formatted-citation-line', not
6114 `message-insert-formated-citation-line'.
6115
6116 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
6117
6118 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
6119
6120 * tramp.texi (Overview): Mention also the PuTTY integration under
6121 w32. Remove paragraphs about Tramp's experimental status.
6122 (Frequently Asked Questions): Add code example for highlighting the
6123 mode line.
6124
6125 2007-11-03 Michael Olson <mwolson@gnu.org>
6126
6127 * remember.texi: Change mentions of remember-buffer to
6128 remember-finalize throughout.
6129
6130 2007-10-30 Michael Olson <mwolson@gnu.org>
6131
6132 * remember.texi (Copying): Remove.
6133 (Mailbox): Update with non-BBDB instructions.
6134 (Diary, Org): Add.
6135 (Bibliography, Planner Page): Remove.
6136
6137 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
6138
6139 * makefile.w32-in (INFO_TARGETS): Add remember.
6140 (DVI_TARGETS): Add remember.dvi.
6141 ($(infodir)/remember): New rule.
6142 (clean): Add remember*.
6143
6144 2007-10-30 Michael Olson <mwolson@gnu.org>
6145
6146 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
6147 ($(infodir)/remember): New rule that builds the Remember Manual.
6148
6149 * remember.texi: New file containing the Remember Mode Manual.
6150 Shuffle chapters around after initial import.
6151 (Function Reference): Split Keystrokes into separate chapter.
6152 (Keystrokes): Document C-c C-k.
6153 (Introduction): Fix typographical issue with "---".
6154
6155 2007-10-29 Richard Stallman <rms@gnu.org>
6156
6157 * widget.texi (Introduction): Delete discussion of implementation
6158 internals.
6159
6160 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
6161
6162 * tramp.texi (Connection caching): Host names must be different
6163 when tunneling.
6164
6165 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6166
6167 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
6168 Gnus v5.13.
6169
6170 2007-10-28 Miles Bader <miles@gnu.org>
6171
6172 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
6173
6174 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6175
6176 * gnus.texi (Sorting the Summary Buffer):
6177 Remove gnus-article-sort-by-date-reverse.
6178
6179 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6180
6181 * gnus.texi (Non-ASCII Group Names): New node.
6182 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
6183 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
6184
6185 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6186
6187 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
6188 clean the output of the program `imap-shell-program'.
6189
6190 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6191
6192 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
6193
6194 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
6195
6196 * gnus.texi (Sticky Articles): Documentation for sticky article
6197 buffers.
6198
6199 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6200
6201 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
6202
6203 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6204
6205 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
6206
6207 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6208
6209 * gnus.texi (Archived Messages):
6210 Document gnus-update-message-archive-method.
6211
6212 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6213
6214 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
6215
6216 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6217
6218 * gnus.texi (Group Maneuvering):
6219 Document `gnus-summary-next-group-on-exit'.
6220
6221 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6222
6223 * gnus.texi (Really Various Summary Commands):
6224 Mention gnus-auto-select-on-ephemeral-exit.
6225
6226 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6227
6228 * gnus.texi, message.texi: Bump version number.
6229
6230 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6231
6232 * gnus.texi (Group Line Specification, Misc Group Stuff)
6233 (Server Commands): Parenthesize @pxref{Mail Spool}.
6234
6235 2007-10-28 Didier Verna <didier@xemacs.org>
6236
6237 New user option: message-signature-directory.
6238 * message.texi (Insertion Variables): Document it.
6239 * gnus.texi (Posting Styles): Ditto.
6240
6241 2007-10-28 Didier Verna <didier@xemacs.org>
6242
6243 * gnus.texi (Group Line Specification):
6244 * gnus.texi (Misc Group Stuff):
6245 * gnus.texi (Server Commands): Document the group compaction feature.
6246
6247 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6248
6249 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
6250
6251 * message.texi (Various Message Variables): Add message-fill-column.
6252
6253 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6254
6255 * gnus.texi: Untabify.
6256
6257 2007-10-28 Didier Verna <didier@xemacs.org>
6258
6259 * gnus.texi (Group Parameters): Document the posting-style merging
6260 process in topic-mode.
6261
6262 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6263
6264 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
6265
6266 2007-10-28 Romain Francoise <romain@orebokech.com>
6267
6268 * gnus.texi (Mail Spool): Fix typo.
6269 Update copyright.
6270
6271 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6272
6273 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
6274
6275 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6276
6277 * gnus.texi (Summary Generation Commands):
6278 Add gnus-summary-insert-ticked-articles.
6279
6280 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6281
6282 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
6283 to spam-spamassassin-program.
6284
6285 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6286
6287 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
6288
6289 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6290
6291 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
6292
6293 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6294
6295 * message.texi (Mail Headers): Document `opportunistic'.
6296
6297 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6298
6299 * emacs-mime.texi (Encoding Customization): Explain how to set
6300 mm-coding-system-priorities per hierarchy.
6301
6302 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6303
6304 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
6305 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
6306
6307 2007-10-28 Didier Verna <didier@xemacs.org>
6308
6309 * message.texi (Wide Reply): Update documentation of
6310 message-dont-reply-to-names (now allowing a list of regexps).
6311
6312 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6313
6314 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
6315
6316 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6317
6318 * gnus.texi (SpamAssassin back end): Fix typo.
6319
6320 * sieve.texi (Examples): Fix grammar.
6321
6322 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6323
6324 * gnus.texi (Searching for Articles): Document M-S and M-R.
6325 (Limiting): Document / b.
6326
6327 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6328
6329 * gnus.texi (Thread Commands): T M-^.
6330
6331 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6332
6333 * message.texi (Mail Aliases): Document ecomplete.
6334 (Mail Aliases): Fix typo.
6335
6336 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6337
6338 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
6339 fix typo.
6340
6341 2007-10-28 Romain Francoise <romain@orebokech.com>
6342
6343 * gnus.texi (Mail Spool): Grammar fix.
6344
6345 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6346
6347 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
6348 string.
6349
6350 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6351
6352 * gnus.texi (Group Parameters): Fix description.
6353
6354 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6355
6356 * gnus.texi (Gmane Spam Reporting):
6357 Fix spam-report-gmane-use-article-number.
6358 Add spam-report-user-mail-address.
6359
6360 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6361
6362 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
6363
6364 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6365
6366 * gnus.texi (Group Parameters): Add simplified sorting example based on
6367 example for `Sorting the Summary Buffer' from Jari Aalto
6368 <jari.aalto@cante.net>.
6369 (Example Methods): Add example for an indirect connection.
6370
6371 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
6372
6373 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
6374 (Agent Parameters): Update parameter names to match code.
6375 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
6376 'gnus-agent-summary-fetch-series'.
6377 (Agent and flags): New section providing a generalized discussion
6378 of flag handling.
6379 (Agent and IMAP): Remove flag discussion.
6380 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
6381
6382 2007-10-28 Romain Francoise <romain@orebokech.com>
6383
6384 * gnus.texi (Exiting the Summary Buffer): Add new function
6385 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
6386
6387 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6388
6389 * gnus.texi (Conformity): Fix typo.
6390 (Customizing Articles): Document `first'.
6391
6392 2007-10-28 Jari Aalto <jari.aalto@cante.net>
6393
6394 * gnus.texi (Sorting the Summary Buffer):
6395 Add `gnus-thread-sort-by-date-reverse'. Add example
6396 host to different sorting in NNTP and RSS groups.
6397
6398 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6399
6400 * message.texi (Insertion): Describe prefix for
6401 message-mark-inserted-region and message-mark-insert-file.
6402
6403 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6404
6405 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
6406 LaTeX documents. Describe "text/x-gnus-verbatim".
6407
6408 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6409
6410 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
6411 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
6412 (spam-stat spam filtering, SpamOracle)
6413 (Extending the Spam ELisp package): Remove extra quote symbol for
6414 clarity.
6415
6416 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6417
6418 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
6419 gnus-article-delete-part and gnus-article-replace-part.
6420 (Using MIME): Add gnus-mime-replace-part.
6421
6422 2007-10-28 Romain Francoise <romain@orebokech.com>
6423
6424 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
6425 requires `auto-compression-mode' to be enabled. Add new nnml
6426 variable `nnml-compressed-files-size-threshold'.
6427
6428 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6429
6430 * gnus.texi (Sorting the Summary Buffer):
6431 Add gnus-thread-sort-by-recipient.
6432
6433 2007-10-28 Romain Francoise <romain@orebokech.com>
6434
6435 * message.texi (Insertion Variables): Mention new variable
6436 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
6437 documentation accordingly.
6438
6439 2007-10-28 Romain Francoise <romain@orebokech.com>
6440
6441 * gnus.texi (To From Newsgroups): Mention new variables
6442 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
6443
6444 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6445
6446 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
6447 stuff; gnus-mime-inline-part does the automatic decompression.
6448
6449 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6450
6451 * gnus.texi (Spam ELisp Package Configuration Examples):
6452 "training.ham" should be "training.spam".
6453
6454 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6455
6456 * message.texi (Mail Variables): Fix the default value for
6457 message-send-mail-function.
6458
6459 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6460
6461 * gnus.texi (Optional Back End Functions): nntp-request-update-info
6462 always returns nil exceptionally.
6463
6464 2007-10-28 Simon Josefsson <jas@extundo.com>
6465
6466 * gnus.texi (Article Washing): Add libidn URL.
6467 Suggested by Michael Cook <michael@waxrat.com>.
6468
6469 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6470
6471 * gnus.texi (Topic Commands): Fix next/previous.
6472
6473 2007-10-28 Simon Josefsson <jas@extundo.com>
6474
6475 * gnus.texi (Article Washing): Mention `W i'.
6476
6477 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
6478
6479 * gnus.texi (Group Parameters): Slight extension of sieve
6480 parameter description.
6481
6482 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6483
6484 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
6485 matching score files as well.
6486 (Picons): Describe `gnus-picon-style'.
6487
6488 2007-10-28 Romain Francoise <romain@orebokech.com>
6489
6490 * message.texi (Message Headers): Mention that headers are hidden
6491 using narrowing, and how to expose them.
6492 Update copyright.
6493
6494 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6495
6496 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
6497 `gnus-summary-sort-by-recipient'.
6498
6499 2007-10-28 Romain Francoise <romain@orebokech.com>
6500
6501 * gnus.texi (NNTP marks): New node.
6502 (NNTP): Move NNTP marks variables to the new node.
6503
6504 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6505
6506 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
6507
6508 * gnus.texi (MIME Commands, Hashcash): Markup fix.
6509
6510 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6511
6512 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
6513 everywhere for consistency.
6514 (Filtering Spam Using The Spam ELisp Package): Admonish again.
6515 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
6516 Say "regular expression" instead of "regex." Admonish.
6517 Pick other words to sound better (s/so/thus/).
6518 (Spam ELisp Package Filtering of Incoming Mail):
6519 Mention statistical filters. Remove old TODO.
6520 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
6521 New section on sorting and displaying the spam score.
6522 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
6523 backend but an alias to spam-use-BBDB.
6524 (Extending the Spam ELisp package): Rewrite the example using the
6525 new backend functionality.
6526
6527 2007-10-28 Simon Josefsson <jas@extundo.com>
6528
6529 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
6530 nntp-marks-directory, from Romain Francoise
6531 <romain@orebokech.com>.
6532
6533 2007-10-28 Magnus Henoch <mange@freemail.hu>
6534
6535 * gnus.texi (Hashcash): New default value of
6536 hashcash-default-payment.
6537
6538 2007-10-28 Simon Josefsson <jas@extundo.com>
6539
6540 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
6541 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
6542
6543 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6544
6545 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
6546
6547 2007-10-28 Simon Josefsson <jas@extundo.com>
6548
6549 * gnus.texi (documentencoding): Add, to avoid warnings.
6550
6551 2007-10-28 Simon Josefsson <jas@extundo.com>
6552
6553 * message.texi (Mail Headers): Add.
6554
6555 * gnus.texi (Hashcash): Fix.
6556
6557 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6558
6559 * gnus.texi (Hashcash): Change location of library, also mention
6560 that payments can be verified and fix the name of the
6561 hashcash-path variable.
6562
6563 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6564
6565 * gnus.texi (Article Display): Add `gnus-picon-style'.
6566
6567 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6568
6569 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
6570
6571 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6572
6573 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
6574 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
6575 warning about ham processors in spam groups removed.
6576
6577 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6578
6579 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
6580 From Hubert Chan <hubert@uhoreg.ca>.
6581
6582 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6583
6584 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
6585 (Mailing List): Typo.
6586 (Customizing Articles): Add gnus-treat-ansi-sequences.
6587 (Article Washing): Index.
6588
6589 * message.texi: Use m-dash consistently.
6590
6591 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6592
6593 * gnus.texi (GroupLens): Remove.
6594
6595 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
6596
6597 * gnus.texi (Outgoing Messages, Agent Variables):
6598 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
6599 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
6600
6601 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6602
6603 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
6604
6605 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6606
6607 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
6608
6609 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
6610
6611 2007-10-28 Simon Josefsson <jas@extundo.com>
6612
6613 * gnus.texi (Top): Add SASL.
6614
6615 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6616
6617 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
6618
6619 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6620
6621 * gnus.texi (Troubleshooting): Adjust Gnus version number.
6622
6623 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
6624
6625 * calc.texi (Formulas, Composition Basics): Lower the
6626 precedence of negation.
6627
6628 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
6629
6630 * ses.texi (The Basics): Mention how to create a new spreadsheet.
6631 Mention the new three-letter column identifiers.
6632 (More on cell printing): Calculate-cell and truncate-cell are now `c'
6633 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
6634 message when using `c' on an empty default with default printer.
6635 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
6636 renamed to `ses--symbolic-formulas' some time ago.
6637
6638 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
6639
6640 * calc.texi (Default Simplifications, Making Selections)
6641 (Customizing Calc): Clarify associativity of multiplication.
6642
6643 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
6644
6645 * tramp.texi (Traces and Profiles): Simplify loop over
6646 `trace-function-background'.
6647
6648 2007-10-22 Juri Linkov <juri@jurta.org>
6649
6650 * dired-x.texi (Shell Command Guessing): Default values are now
6651 available by typing M-n instead of M-p.
6652
6653 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
6654
6655 * tramp.texi (Cleanup remote connections): New section.
6656 (Password caching): Remove `tramp-clear-passwd'.
6657 It's not a command anymore.
6658 (Bug Reports): Add `tramp-bug' to function index.
6659 (Function Index, Variable Index): New nodes.
6660 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
6661
6662 * trampver.texi: Update release number.
6663
6664 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6665
6666 * calc.texi (History and Acknowledgements): Turn comment
6667 about integer size into past tense.
6668 (Time Zones): Remove pointer to Calc author's address.
6669 (Trigonometric and Hyperbolic Functions): Mention cotangent
6670 and hyperbolic cotangent. Fix typo.
6671
6672 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
6673
6674 Sync with Tramp 2.1.11.
6675
6676 * trampver.texi: Update release number.
6677
6678 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
6679
6680 * tramp.texi (External packages): New section.
6681
6682 2007-09-29 Juri Linkov <juri@jurta.org>
6683
6684 * info.texi (Help-Int): Document `L' (`Info-history').
6685
6686 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
6687
6688 * org.texi: Change links to webpage and maintained email.
6689 (Remember): Promote to Chapter, significant changes.
6690 (Fast access to TODO states): New section.
6691 (Faces for TODO keywords): New section.
6692 (Export options): Example for #+DATE.
6693 (Progress logging): Section moved.
6694
6695 2007-09-26 Bill Wohler <wohler@newt.com>
6696
6697 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
6698 browse-url-at-mouse.
6699
6700 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
6701
6702 * flymake.texi (Customizable variables): Face names don't end in -face.
6703 Fix flymake-err-line-patterns template.
6704 (Example -- Configuring a tool called directly): Fix init-function.
6705 (Highlighting erroneous lines): Face names don't end in -face.
6706
6707 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
6708
6709 * erc.texi (Special-Features): Fix small typo.
6710
6711 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
6712
6713 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
6714 and "External transfer methods".
6715
6716 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
6717
6718 * calc.texi (Predefined Units): Add some history.
6719
6720 2007-09-08 Michael Olson <mwolson@gnu.org>
6721
6722 * erc.texi (Copying): New section included from gpl.texi.
6723 This matches the look of the upstream ERC manual.
6724
6725 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
6726
6727 * calc.texi (History and Acknowledgements): Adjust the "thanks".
6728 (Random Numbers): Clarify the distribution of `random'.
6729
6730 2007-09-06 Glenn Morris <rgm@gnu.org>
6731
6732 Move manual sources from man/ to subdirectories of doc/.
6733 Split into the Emacs manual in emacs/, and other manuals in misc/.
6734 Change all setfilename commands to use ../../info.
6735 * Makefile.in: Move the parts of the old man/Makefile.in that do not
6736 refer to the Emacs manual here.
6737 (infodir): New variable.
6738 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
6739 (cc-mode.texi, faq.texi): Update references to source file locations.
6740 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
6741 do not refer to the Emacs manual here.
6742 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
6743
6744 * Makefile.in: Add `basename' versions of all info targets, for
6745 convenience when rebuilding just one manual.
6746 (../etc/GNU): Delete obsolete target.
6747 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
6748 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
6749 *.vrs *.toc here...
6750 (maintainer-clean): ...from here.
6751
6752 * makefile.w32-in (../etc/GNU): Delete obsolete target.
6753
6754 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
6755
6756 * calc.texi (Date Conversions): Clarify definition of
6757 Julian day numbering.
6758 (Date Forms): Clarify definition of Julian day numbering;
6759 add some history.
6760
6761 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
6762
6763 * org.texi: Version 5.07.
6764
6765 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6766
6767 * message.texi (MIME): Replace mml-attach with mml-attach-file.
6768
6769 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
6770
6771 * org.texi (Adding hyperlink types): New section.
6772 (Embedded LaTeX): Chapter updated because of LaTeX export.
6773 (LaTeX export): New section.
6774 (Using links out): New section.
6775
6776 2007-08-22 Glenn Morris <rgm@gnu.org>
6777
6778 * faq.texi (Learning how to do something): Refcards now in
6779 etc/refcards/ directory.
6780
6781 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6782
6783 * tramp.texi (Remote Programs): Persistency file must be cleared when
6784 changing `tramp-remote-path'.
6785 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
6786 macro.
6787
6788 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6789
6790 * calc.texi: Move contents to beginning of file.
6791 (Algebraic Entry): Fix the formatting of an example.
6792
6793 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6794
6795 * calc.texi (Basic Operations on Units): Mention exact versus
6796 inexact conversions.
6797
6798 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6799
6800 * calc.texi (Basic Operations on Units): Mention default
6801 values for new units.
6802 (Quick Calculator Mode): Mention that binary format will
6803 be displayed.
6804
6805 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6806
6807 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
6808
6809 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6810
6811 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
6812
6813 2007-08-08 Glenn Morris <rgm@gnu.org>
6814
6815 * gnus.texi, sieve.texi: Replace `iff'.
6816
6817 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6818
6819 * calc.texi (Basic Graphics): Mention the graphing of error
6820 forms.
6821 (Graphics Options): Mention how `g s' handles error forms.
6822 (Curve Fitting): Mention plotting the curves.
6823 (Standard Nonlinear Models): Add additional models.
6824 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
6825 (Linear Fits): Correct result.
6826
6827 2007-08-01 Alan Mackenzie <acm@muc.de>
6828
6829 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
6830 to "--no-site-file".
6831
6832 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
6833
6834 * tramp.texi (Frequently Asked Questions): Point to mode line
6835 extension in Emacs 23.1.
6836
6837 * trampver.texi: Update release number.
6838
6839 2007-07-27 Glenn Morris <rgm@gnu.org>
6840
6841 * calc.texi (Copying): Include license text from gpl.texi, rather than
6842 in-line.
6843
6844 2007-07-25 Glenn Morris <rgm@gnu.org>
6845
6846 * calc.texi (Copying): Replace license with GPLv3.
6847
6848 * Relicense all FSF files to GPLv3 or later.
6849
6850 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6851
6852 Sync with Tramp 2.1.10.
6853
6854 * tramp.texi (trampfn): Expand macro implementation in order to handle
6855 empty arguments.
6856 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
6857 occurrences by trampfn.
6858 (Frequently Asked Questions): Extend example code for host
6859 identification in the modeline. Add bbdb to approaches shortening Tramp
6860 file names to be typed.
6861
6862 * trampver.texi: Update release number.
6863
6864 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6865
6866 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6867 section. Reported by <poti@potis.org>.
6868 (Remote processes): Arguments of the program to be debugged are taken
6869 literally.
6870 (Frequently Asked Questions): Simplify recentf example.
6871
6872 2007-07-14 Karl Berry <karl@gnu.org>
6873
6874 * info.texi (@copying): New Back-Cover Text.
6875
6876 * info.texi (Quitting Info): Move to proper place in source.
6877 (Reported by Benno Schulenberg.)
6878
6879 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6880
6881 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6882
6883 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6884
6885 * emacs-mime.texi: Add @documentencoding directive.
6886
6887 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6888
6889 * tramp.texi (Remote processes): Add an anchor to the subsection
6890 "Running a debugger on a remote host".
6891
6892 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
6893
6894 * tramp.texi (Remote processes): Don't call it "experimental" any
6895 longer. Add subsection about running a debugger on a remote host.
6896
6897 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
6898
6899 * org.texi (Properties and columns): Chapter rewritten.
6900
6901 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6902
6903 * tramp.texi:
6904 * trampver.texi: Migrate to Tramp 2.1.
6905
6906 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
6907
6908 * org.texi (Properties): New chapter.
6909
6910 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6911
6912 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6913 Control Panel.
6914
6915 * gnus.texi (Misc Article): Add index entry for
6916 gnus-single-article-buffer.
6917
6918 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6919
6920 * gnus.texi (Starting Up): Fix typo.
6921
6922 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6923
6924 * gnus.texi (Asynchronous Fetching): Fix typo.
6925
6926 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6927
6928 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6929 (About This Manual): Remove redundant information.
6930 (Getting Started): Mention author.
6931 (Basic Arithmetic, Customizing Calc): Make description of the
6932 variable `calc-multiplication-has-precedence' match its new effect.
6933
6934 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6935
6936 * calc.texi (Basic Arithmetic, Customizing Calc):
6937 Mention the variable `calc-multiplication-has-precedence'.
6938
6939 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
6940
6941 * org.texi (Tag): Section swapped with node Timestamps.
6942 (Formula syntax for Lisp): Document new `L' flag.
6943
6944 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6945
6946 * gnus.texi (Misc Group Stuff, Summary Buffer)
6947 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6948
6949 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
6950
6951 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6952 * gnus.texi (Article Buttons, Mail Source Customization)
6953 (Sending or Not Sending, Customizing NNDiary):
6954 * message.texi (Message Headers):
6955 * mh-e.texi (HTML): Fix typos.
6956
6957 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
6958
6959 Sync with Tramp 2.0.56.
6960
6961 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6962 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6963
6964 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
6965
6966 * Version 22.1 released.
6967
6968 2007-05-26 Michael Olson <mwolson@gnu.org>
6969
6970 * erc.texi (Modules): Fix references to completion modules.
6971
6972 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6973
6974 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6975
6976 2007-05-09 Didier Verna <didier@xemacs.org>
6977
6978 * gnus.texi (Email Based Diary): New. Proper documentation for the
6979 nndiary back end and the gnus-diary library.
6980
6981 2007-05-03 Karl Berry <karl@gnu.org>
6982
6983 * .cvsignore (*.pdf): New entry.
6984
6985 * texinfo.tex: Update from current version for better pdf generation.
6986
6987 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6988
6989 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6990
6991 2007-04-28 Glenn Morris <rgm@gnu.org>
6992
6993 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6994 consideration of legal status.
6995
6996 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6997
6998 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6999
7000 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
7001
7002 * faq.texi (New in Emacs 22): python.el removed.
7003
7004 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
7005
7006 * calc.texi (Reporting bugs): Update maintainer's address.
7007
7008 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
7009
7010 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
7011
7012 2007-04-15 Jay Belanger <belanger@truman.edu>
7013
7014 * calc.texi (Title page): Remove the date.
7015 (Basic Arithmetic): Emphasize that / binds less strongly than *.
7016 (The Standard Calc Interface): Change trail title.
7017 (Floats): Mention that when non-decimal floats are entered, only
7018 approximations are stored.
7019 (Copying): Move to the appendices.
7020 (GNU Free Documentation License): Add as an appendix.
7021
7022 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7023
7024 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
7025 * dired-x.texi, ebrowse.texi, ediff.texi:
7026 * emacs-mime.texi, erc.texi, eshell.texi:
7027 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
7028 * idlwave.texi, message.texi, newsticker.texi, org.texi:
7029 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
7030 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
7031 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
7032 * woman.texi: Include GFDL.
7033
7034 * doclicense.texi: Remove node heading, so that it can be included by
7035 other files.
7036
7037 * dired-x.texi: Relicence under GFDL. Remove date from title page.
7038
7039 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
7040 than *.
7041
7042 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
7043
7044 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
7045 in Calc.
7046
7047 2007-04-09 Romain Francoise <romain@orebokech.com>
7048
7049 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
7050 Mac OS ports. Make it clear that mouse-1 complements and doesn't
7051 replace mouse-2.
7052
7053 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
7054
7055 * woman.texi (Word at point, Interface Options): woman-topic-at-point
7056 renamed to woman-use-topic-at-point. Document new behavior.
7057
7058 2007-04-08 Richard Stallman <rms@gnu.org>
7059
7060 * url.texi: Fix some indexing.
7061 (Disk Caching): Drop discussion of old/other Emacs versions.
7062
7063 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
7064
7065 * url.texi (Disk Caching): Say Emacs 21 "and later".
7066
7067 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
7068 on Font locking which now mentions JIT lock.
7069
7070 2007-04-01 Michael Olson <mwolson@gnu.org>
7071
7072 * erc.texi: Update for the ERC 5.2 release.
7073
7074 2007-03-31 David Kastrup <dak@gnu.org>
7075
7076 * woman.texi (Topic, Interface Options): Explain changes semantics of
7077 woman-manpath in order to consider MANPATH_MAP entries.
7078
7079 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7080
7081 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
7082
7083 2007-03-26 Richard Stallman <rms@gnu.org>
7084
7085 * pgg.texi (Caching passphrase): Clean up previous change.
7086
7087 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
7088
7089 * gnus.texi (Setting Process Marks): Fix typo.
7090
7091 2007-03-25 Romain Francoise <romain@orebokech.com>
7092
7093 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
7094 readability, and include various fixes by Daniel Brockman, Nick Roberts
7095 and Dieter Wilhelm.
7096
7097 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
7098
7099 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
7100
7101 * gnus.texi (Mail Source Specifiers): Fix typo.
7102
7103 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
7104
7105 * reftex.texi (Imprint): Update maintainer information.
7106
7107 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7108
7109 * message.texi (Message Buffers): Update documentation for
7110 message-generate-new-buffers.
7111
7112 2007-03-15 Daiki Ueno <ueno@unixuser.org>
7113
7114 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
7115
7116 2007-03-21 Glenn Morris <rgm@gnu.org>
7117
7118 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
7119
7120 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
7121
7122 * eshell.texi (Known problems): Emacs 21 -> 22.
7123
7124 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
7125
7126 2007-03-18 Jay Belanger <belanger@truman.edu>
7127
7128 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
7129
7130 2007-03-12 Glenn Morris <rgm@gnu.org>
7131
7132 * calc.texi (Time Zones): Switch to new North America DST rule.
7133
7134 * calc.texi: Replace "daylight savings" with "daylight
7135 saving" in text throughout.
7136
7137 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7138
7139 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
7140 The variable now uses a list of symbols instead of just a symbol.
7141 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7142
7143 2007-03-06 Romain Francoise <romain@orebokech.com>
7144
7145 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
7146 new packages, and mention Gnus update.
7147
7148 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7149
7150 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
7151 nntp-open-connection-functions-never-echo-commands.
7152
7153 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
7154
7155 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
7156 problems on the console, and security risk in not using gpg-agent.
7157
7158 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
7159
7160 * org.texi (The spreadsheet): Rename from "Table calculations".
7161 Completely reorganized and rewritten.
7162 (CamelCase links): Section removed.
7163 (Repeating items): New section.
7164 (Tracking TODO state changes): New section.
7165 (Agenda views): Chapter reorganized and rewritten.
7166 (HTML export): Section rewritten.
7167 (Tables in arbitrary syntax): New section.
7168 (Summary): Better feature summary.
7169 (Activation): Document problem with cut-and-paste of Lisp code
7170 from PDF files.
7171 (Visibility cycling): Document indirect buffer use.
7172 (Structure editing): Document sorting.
7173 (Remember): Section rewritten.
7174 (Time stamps): Better description of time stamp types.
7175 (Tag searches): Document regular expression search for tags.
7176 (Stuck projects): New section.
7177 (In-buffer settings): New keywords.
7178 (History and Acknowledgments): Update description.
7179
7180 2007-02-24 Alan Mackenzie <acm@muc.de>
7181
7182 * cc-mode.texi (Movement Commands): Insert two missing command names.
7183 (Getting Started): Slight wording correction (use conditional).
7184
7185 2007-02-22 Kim F. Storm <storm@cua.dk>
7186
7187 * widget.texi (User Interface, Basic Types): Document need to put some
7188 text before the %v escape in :format string in editable-field widget.
7189
7190 2007-02-18 Romain Francoise <romain@orebokech.com>
7191
7192 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
7193 `cvs-mode-quit'.
7194
7195 2007-02-10 Markus Triska <markus.triska@gmx.at>
7196
7197 * widget.texi (Programming Example): Put constant strings in :format.
7198
7199 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
7200
7201 * faq.texi (Fullscreen mode on MS-Windows): New node.
7202
7203 2007-02-04 David Kastrup <dak@gnu.org>
7204
7205 * faq.texi (AUCTeX): Update version number. Should probably be done
7206 for other packages as well.
7207
7208 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7209
7210 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
7211 <tassilo@member.fsf.org>.
7212
7213 2007-01-27 Eli Zaretskii <eliz@gnu.org>
7214
7215 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
7216 ls-lisp-use-localized-time-format.
7217
7218 2007-01-20 Markus Triska <markus.triska@gmx.at>
7219
7220 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
7221
7222 2007-01-13 Michael Olson <mwolson@gnu.org>
7223
7224 * erc.texi (Modules): Mention capab-identify module.
7225
7226 2007-01-05 Michael Olson <mwolson@gnu.org>
7227
7228 * erc.texi (Getting Started): Update for /RECONNECT command.
7229
7230 2007-01-04 Richard Stallman <rms@gnu.org>
7231
7232 * ebrowse.texi: Change C-c b to C-c C-m.
7233
7234 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7235
7236 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
7237 variables only in info to avoid redundant entries in the printed
7238 manual.
7239
7240 2007-01-02 Daiki Ueno <ueno@unixuser.org>
7241
7242 * message.texi (Using PGP/MIME): Document gpg-agent usage.
7243
7244 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
7245
7246 * message.texi (Security): Split into sub-nodes.
7247
7248 2007-01-01 Alan Mackenzie <acm@muc.de>
7249
7250 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
7251 eval-after-load in Emacs <=21 and a workaround. Document that
7252 trigraphs are not supported.
7253
7254 2007-01-01 Alan Mackenzie <acm@muc.de>
7255
7256 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
7257 c-context-line-break. When invoked within a string, preserve
7258 whitespace. Add a backslash only when also in a macro.
7259
7260 2007-01-01 Alan Mackenzie <acm@muc.de>
7261
7262 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
7263
7264 2007-01-01 Alan Mackenzie <acm@muc.de>
7265
7266 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
7267 are now bound by default to c-\(beginning\|end\)-of-defun by default.
7268
7269 2007-01-01 Alan Mackenzie <acm@muc.de>
7270
7271 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
7272 "Choosing a Style".
7273
7274 * cc-mode.texi ("Styles"): Add @dfn{style}.
7275
7276 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
7277
7278 Sync with Tramp 2.0.55.
7279
7280 * trampver.texi: Update release number.
7281
7282 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
7283
7284 * gnus.texi (Customizing Articles): Add index entries for all
7285 gnus-treat-* variables.
7286
7287 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
7288
7289 * gnus.texi (IMAP): Fix incorrect explanation of
7290 nnimap-search-uids-not-since-is-evil in documentation for
7291 nnimap-expunge-search-string.
7292
7293 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
7294
7295 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
7296 spam-ifile-database.
7297
7298 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7299
7300 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
7301 rebind C-s.
7302
7303 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
7304
7305 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
7306 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
7307 "expiring mail".
7308 (IMAP): Document nnimap-search-uids-not-since-is-evil and
7309 nnimap-nov-is-evil.
7310
7311 2006-12-25 Kevin Ryde <user42@zip.com.au>
7312
7313 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
7314 about the key procedure being used heavily.
7315
7316 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
7317
7318 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
7319 to t.
7320 (Prerequisites): Add explanation about gpg-agent.
7321
7322 2006-12-22 Kevin Ryde <user42@zip.com.au>
7323
7324 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
7325 "sort" instead of "sort*".
7326
7327 2006-12-19 Richard Stallman <rms@gnu.org>
7328
7329 * calc.texi (History and Acknowledgements): Recognize that Emacs
7330 now does have floating point.
7331
7332 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
7333
7334 * tramp.texi (External transfer methods): Describe new method `scpc'.
7335
7336 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
7337
7338 * pgg.texi: Added short note on gpg-agent to the introduction.
7339
7340 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7341
7342 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
7343 also applies to Cc.
7344
7345 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7346
7347 * gnus.texi (X-Face): Clarify. Say which programs are required
7348 on Windows.
7349
7350 2006-12-08 Michael Olson <mwolson@gnu.org>
7351
7352 * erc.texi (Modules): Remove documentation for list module.
7353
7354 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
7355
7356 * faq.texi (^M in the shell buffer): Ditto.
7357
7358 2006-11-20 Michael Olson <mwolson@gnu.org>
7359
7360 * erc.texi: Call this the 5.2 stable pre-release of ERC.
7361
7362 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7363
7364 * org.texi: Fix typos.
7365 (Agenda commands): Document `C-k'.
7366
7367 2006-11-16 Eli Zaretskii <eliz@gnu.org>
7368
7369 * url.texi (http/https): Fix a typo in the HTTP URL.
7370
7371 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7372
7373 * ada-mode.texi: Total rewrite.
7374
7375 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7376
7377 * org.texi: Minor typo fixes.
7378
7379 2006-11-13 Bill Wohler <wohler@newt.com>
7380
7381 Release MH-E manual version 8.0.3.
7382
7383 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7384 release 8.0.3.
7385
7386 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
7387 to set MAILDIR.
7388 (Reading Mail): Document the customization of read-mail-command
7389 for MH-E.
7390 (Viewing Attachments): Document mm-discouraged-alternatives.
7391 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
7392 (Junk): Add more information about the settings of mh-junk-background
7393 in a program. Add /usr/bin/mh to PATH in examples.
7394
7395 2006-11-12 Richard Stallman <rms@gnu.org>
7396
7397 * woman.texi: Update author address but say he no longer maintains it.
7398
7399 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7400
7401 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
7402 archived trees.
7403 (Checkboxes): Section moved to chapter 5, and extended.
7404 (The date/time prompt): New section.
7405 (Link abbreviations): New section.
7406 (Presentation and sorting): New section.
7407 (Custom agenda views): Section completely rewritten.
7408 (Summary): Compare with Planner.
7409 (Feedback): More info about creating backtraces.
7410 (Plain lists): Modify example.
7411 (Breaking down tasks): New section.
7412 (Custom time format): New section.
7413 (Time stamps): Document inactive timestamps.
7414 (Setting tags): More details about fast tag selection.
7415 (Block agenda): New section.
7416 (Custom agenda views): Section rewritten.
7417 (Block agenda): New section.
7418
7419 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7420
7421 * tramp.texi (Configuration): scp is the default method.
7422 (Default Method): Use ssh as example for another method.
7423
7424 2006-10-27 Richard Stallman <rms@gnu.org>
7425
7426 * woman.texi: Downcase nroff/troff/roff.
7427 (Installation): Chapter deleted. Some xrefs deleted.
7428 (Background): woman doesn't advise man ;-).
7429
7430 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
7431
7432 * ada-mode.texi (Project files, Identifier completion)
7433 (Automatic Casing, Debugging, Using non-standard file names)
7434 (Working Remotely): Fix typos.
7435
7436 2006-10-20 Masatake YAMATO <jet@gyve.org>
7437
7438 * cc-mode.texi (Sample .emacs File): Add missing `)' in
7439 sample code `my-c-initialization-hook'.
7440
7441 2006-10-19 Stuart D. Herring <herring@lanl.gov>
7442
7443 * widget.texi: Fix typos.
7444
7445 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
7446
7447 * tramp.texi (Frequently Asked Questions): Remove questions marked with
7448 "???". There have been no complaints for years, so the information
7449 must be appropriate.
7450
7451 2006-10-16 Richard Stallman <rms@gnu.org>
7452
7453 * widget.texi: Use @var instead of capitalization.
7454 Clarify many widget type descriptions.
7455
7456 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7457
7458 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
7459 gnus-dired-attach.
7460 (Selecting a Group): Fix typo.
7461
7462 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
7463
7464 * widget.texi: Fix typos.
7465
7466 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
7467
7468 * gnus.texi (Image Enhancements): Update for Emacs 22.
7469
7470 * gnus-faq.texi ([1.3]): Update.
7471
7472 2006-10-06 Richard Stallman <rms@gnu.org>
7473
7474 * faq.texi (Displaying the current line or column):
7475 Delete "As of Emacs 20".
7476
7477 2006-10-06 Romain Francoise <romain@orebokech.com>
7478
7479 * faq.texi (VM): VM works with Emacs 22 too.
7480
7481 2006-10-06 Richard Stallman <rms@gnu.org>
7482
7483 * ebrowse.texi: Remove Emacs version "21" from title.
7484
7485 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
7486
7487 * gnus.texi (Foreign Groups): Say where change of editing commands are
7488 stored. Add reference to `gnus-parameters'.
7489
7490 2006-09-15 Jay Belanger <belanger@truman.edu>
7491
7492 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
7493 Change "Library Public License" to "Lesser Public License"
7494 throughout. Use "yyyy" to represent year.
7495
7496 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
7497
7498 * org.texi (Setting tags): Typo fix.
7499
7500 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
7501
7502 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
7503
7504 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
7505
7506 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
7507
7508 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7509
7510 * faq.texi (Escape sequences in shell output): EMACS is now set
7511 to Emacs's absolute file name, not to "t".
7512 (^M in the shell buffer): Likewise.
7513 * misc.texi (Interactive Shell): Likewise.
7514
7515 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7516
7517 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
7518 mails with pop3-leave-mail-on-server. Fix wording.
7519 (Limiting): Improve gnus-summary-limit-to-articles.
7520 (X-Face): Fix typo.
7521
7522 2006-09-11 Simon Josefsson <jas@extundo.com>
7523
7524 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
7525 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
7526
7527 2006-09-06 Simon Josefsson <jas@extundo.com>
7528
7529 * smtpmail.texi (Authentication): Mention SSL.
7530
7531 2006-09-01 Eli Zaretskii <eliz@gnu.org>
7532
7533 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
7534 Don't use @indicateurl.
7535
7536 * cc-mode.texi (Subword Movement): Don't use @headitem.
7537 (Custom Braces, Clean-ups): Don't use @tie.
7538
7539 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
7540
7541 Sync with Tramp 2.0.54.
7542
7543 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
7544 Suggested by Adrian Phillips <a.phillips@met.no>.
7545
7546 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7547
7548 * org.texi (Installation, Activation): Split from Installation and
7549 Activation.
7550 (Clocking work time): Documented new features.
7551
7552 2006-08-13 Alex Schroeder <alex@gnu.org>
7553
7554 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
7555 example.
7556
7557 2006-08-12 Eli Zaretskii <eliz@gnu.org>
7558
7559 * faq.texi (How to add fonts): New node.
7560
7561 2006-08-05 Romain Francoise <romain@orebokech.com>
7562
7563 * faq.texi (New in Emacs 22): Expand.
7564
7565 2006-08-03 Michael Olson <mwolson@gnu.org>
7566
7567 * erc.texi: Update for ERC 5.1.4.
7568
7569 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7570
7571 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
7572 in .../site-lisp/gnus/ by default.
7573 [ From gnus-news.texi in the trunk. ]
7574
7575 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7576
7577 * gnus.texi (MIME Commands): Additions for yEnc.
7578
7579 2006-07-24 Richard Stallman <rms@gnu.org>
7580
7581 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
7582 * faq.texi: Move periods and commas inside quotes.
7583
7584 2006-07-20 Jay Belanger <belanger@truman.edu>
7585
7586 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
7587
7588 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
7589
7590 * faq.texi (Security risks with Emacs): Document Emacs 22
7591 file-local-variable mechanism.
7592
7593 2006-07-12 Michael Olson <mwolson@gnu.org>
7594
7595 * erc.texi: Update for ERC 5.1.3.
7596
7597 2006-07-12 Alex Schroeder <alex@gnu.org>
7598
7599 * rcirc.texi: Fix typos.
7600 (Getting started with rcirc): New calling convention for M-x irc.
7601 Mention #rcirc. Removed channel tracking.
7602 (Configuration): Change the names of all variables that got changed
7603 recently, eg. rcirc-server to rcirc-default-server. Added
7604 documentation for rcirc-authinfo, some background for Bitlbee, and
7605 rcirc-track-minor-mode.
7606 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
7607 Scrolling.
7608 (Reconnecting after you have lost the connection): Fix example code
7609 to match code changes.
7610
7611 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
7612
7613 * gnus.texi, message.texi: Fix typos.
7614
7615 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
7616
7617 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
7618 commands.
7619 (Global TODO list): Document the use of the variables
7620 `org-agenda-todo-ignore-scheduled' and
7621 `org-agenda-todo-list-sublevels'.
7622
7623 2006-07-05 Richard Stallman <rms@gnu.org>
7624
7625 * faq.texi (Scrolling only one line): Fix xref.
7626
7627 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7628
7629 * faq.texi (Evaluating Emacs Lisp code):
7630 Throughout, replace eval-current-buffer with eval-buffer.
7631
7632 2006-07-03 Richard Stallman <rms@gnu.org>
7633
7634 * rcirc.texi (Scrolling conservatively): Fix xref.
7635
7636 * pcl-cvs.texi (Viewing differences): Usage fix.
7637
7638 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
7639
7640 * org.texi (Agenda commands): Document `s' key to save all org-mode
7641 buffers.
7642
7643 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
7644
7645 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
7646 names. Mention `cvs-msg' face.
7647
7648 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
7649
7650 * org.texi (Checkboxes): New section.
7651
7652 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
7653
7654 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
7655 throughout this chapter.
7656
7657 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
7658
7659 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
7660 text for standalone vs Emacs info.
7661 (Help): Clarify header line description. Use mouse-1 for clicks.
7662 (Help-P): Use mouse-1 for clicks.
7663 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
7664 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
7665 (Choose menu subtopic): Remove gratuitous Emacs command names.
7666 (Help-FOO): Put usual behavior first.
7667 (Help-Xref): Clicking on xrefs works in Emacs.
7668 (Search Text): Clarify what the default behavior is.
7669 (Create Info buffer): Fix Emacs window/X window confusion.
7670 (Emacs Info Variables): Fix for new Emacs init file behavior.
7671
7672 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7673
7674 * gnus.texi (Summary Buffer Lines): Fix typo.
7675
7676 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
7677
7678 * org.texi (Embedded LaTeX): New chapter.
7679 (Archiving): Section rewritten.
7680 (Enhancing text): Some parts moved to the new chapter about LaTeX.
7681
7682 2006-06-20 Bill Wohler <wohler@newt.com>
7683
7684 Release MH-E manual version 8.0.1.
7685
7686 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7687 release 8.0.1.
7688 (Preface): Depend on GNU mailutils 1.0 and higher.
7689
7690 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7691
7692 * message.texi (News Headers): Update message-syntax-checks section.
7693
7694 2006-06-19 Karl Berry <karl@gnu.org>
7695
7696 * info.texi (Advanced): Mention C-q, especially with ?.
7697
7698 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
7699
7700 * org.texi (Publishing links): Document the `:link-validation-function'
7701 property.
7702 (Extensions and Hacking): New chapter, includes some sections of the
7703 "Miscellaneous" chapter.
7704
7705 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
7706
7707 * org.texi (Progress logging): New section.
7708
7709 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
7710
7711 * org.texi (ASCII export): Document indentation adaptation.
7712 (Setting tags): Document mutually-exclusive tags.
7713
7714 2006-06-05 Romain Francoise <romain@orebokech.com>
7715
7716 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
7717 Fix typo.
7718
7719 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
7720 channel (#gnus@irc.freenode.net).
7721 Fix typos. Update copyright notice.
7722
7723 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
7724 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
7725 (Line-Up Functions, Custom Macros):
7726 * ediff.texi (Window and Frame Configuration)
7727 (Highlighting Difference Regions):
7728 * emacs-mime.texi (Display Customization):
7729 * erc.texi (History):
7730 * eshell.texi (Known problems):
7731 * eudc.texi (Overview, BBDB):
7732 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
7733 (The problem of spam, SpamOracle, Extending the Spam package)
7734 (Conformity, Terminology):
7735 * idlwave.texi (Routine Info)
7736 (Class and Keyword Inheritance, Padding Operators)
7737 (Breakpoints and Stepping, Electric Debug Mode)
7738 (Examining Variables, Troubleshooting):
7739 * org.texi (Creating timestamps):
7740 * reftex.texi (Commands, Options, Changes):
7741 * tramp.texi (Inline methods, Password caching)
7742 (Auto-save and Backup, Issues):
7743 * vip.texi (Files, Commands in Insert Mode):
7744 * viper.texi (Emacs Preliminaries, States in Viper)
7745 (Packages that Change Keymaps, Viper Specials, Groundwork):
7746 Fix various typos.
7747
7748 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
7749
7750 * ediff.texi: Fix typos.
7751
7752 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
7753
7754 * org.texi: Small typo fixes.
7755
7756 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7757
7758 * viper.texi (Viper Specials):
7759 * gnus.texi (Example Setup):
7760 * faq.texi (Backspace invokes help):
7761 * dired-x.texi (Optional Installation Dired Jump):
7762 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
7763 follow coding conventions.
7764
7765 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
7766
7767 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
7768
7769 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7770
7771 * pcl-cvs.texi: Fix typos.
7772 (Customization): Say "us".
7773
7774 2006-05-26 Eli Zaretskii <eliz@gnu.org>
7775
7776 * org.texi: Remove bogus @setfilename.
7777
7778 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
7779
7780 * org.texi (ASCII export): Omit command name.
7781 (HTML export): Add prefix to all lines in Local Variable example.
7782 (Acknowledgments): Typeset names in italics.
7783
7784 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
7785
7786 * org.texi (Plain lists): Add new item navigation commands.
7787 (External links): Document elisp and info links.
7788 (Custom searches): New section.
7789 (Publishing): New chapter.
7790 (HTML export): Include a list of supported CSS classes.
7791 (Setting tags): Describe the fast-tag-setting interface.
7792
7793 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
7794
7795 * dired-x.texi: ifinfo -> ifnottex.
7796
7797 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
7798
7799 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
7800
7801 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
7802
7803 * message.texi (Interface): Add tool bar customization.
7804 (MIME): Index and text additions for mml-attach.
7805 (MIME): Describe mml-dnd-protocol-alist and
7806 mml-dnd-attach-options.
7807
7808 * gnus.texi (Oort Gnus): Reorder entries in sections.
7809 Fix some entries.
7810 (Starting Up): Add references to "Emacs for Heathens" and to
7811 "Finding the News". Add user-full-name and user-mail-address.
7812 (Group Buffer Format): Add tool bar customization and update.
7813 (Summary Buffer): Add tool bar customization.
7814 (Posting Styles): Add message-alternative-emails.
7815
7816 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
7817
7818 * tramp.texi (Filename completion): Improve wording.
7819
7820 2006-05-07 Romain Francoise <romain@orebokech.com>
7821
7822 * faq.texi (Using regular expressions): Fix typo.
7823 (Packages that do not come with Emacs): Fix capitalization.
7824 (Replacing text across multiple files): Expand node to explain how
7825 to use `dired-do-query-replace-regexp' in more detail, based on
7826 suggestion by Eric Hanchrow <offby1@blarg.net>.
7827
7828 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
7829
7830 * tramp.texi (Filename completion): Completion of remote files'
7831 method, user name and host name is active only in partial
7832 completion mode.
7833
7834 2006-05-06 Bill Wohler <wohler@newt.com>
7835
7836 Release MH-E manual version 8.0.
7837
7838 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7839 release 8.0.
7840
7841 2006-05-06 Bill Wohler <wohler@newt.com>
7842
7843 * mh-e.texi (MH-BOOK-HOME): Change from
7844 http://www.ics.uci.edu/~mh/book/mh to
7845 http://rand-mh.sourceforge.net/book/mh.
7846 Replace .htm suffix with .html for MH book files.
7847 (Using This Manual): Update key binding for getting relevant
7848 chapter in Info from command key.
7849 (Ranges): Fix itemx.
7850
7851 2006-05-05 Karl Berry <karl@gnu.org>
7852
7853 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7854 (\fonttextsize): New user-level command to change text font size.
7855
7856 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7857
7858 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7859
7860 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7861
7862 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7863
7864 2006-04-24 Bill Wohler <wohler@newt.com>
7865
7866 * mh-e.texi (Getting Started): Make it more explicit that you need
7867 to install MH. Add pointers to current MH implementations.
7868
7869 2006-04-21 Bill Wohler <wohler@newt.com>
7870
7871 Release MH-E manual version 7.94.
7872
7873 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7874 release 7.94.
7875
7876 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
7877
7878 * org.texi: Many small fixes.
7879 (Handling links): Rename from "Managing links".
7880
7881 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7882
7883 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7884 (Splitting mail using spam-stat): Fix @xref.
7885
7886 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
7887
7888 * gnus.texi (Spam Package): Major revision of the text.
7889 Previously this node was "Filtering Spam Using The Spam ELisp Package".
7890
7891 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
7892
7893 * org.texi (Time stamps): Better explanation of the purpose of
7894 different time stamps.
7895 (Structure editing, Plain lists): More details on how new items
7896 and headings are inserted.
7897
7898 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
7899
7900 * org.texi (Formula syntax): Fix link to Calc Manual.
7901
7902 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7903
7904 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7905
7906 2006-04-17 Bill Wohler <wohler@newt.com>
7907
7908 * mh-e.texi (Folders): Update mh-before-quit-hook and
7909 mh-quit-hook example with code that removes the buffers rather
7910 than just bury them.
7911
7912 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
7913
7914 Sync with Tramp 2.0.53.
7915
7916 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7917
7918 * org.texi (Updating settings): New section.
7919 (Visibility cycling): Better names for the startup folding
7920 options.
7921 (Exporting): Completely restructured.
7922 (The very busy C-c C-c key): New section.
7923 (Summary of in-buffer settings): New section.
7924
7925 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7926
7927 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7928
7929 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7930
7931 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7932 (Server Commands): Key `v' is reserved for users.
7933
7934 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
7935
7936 * org.texi (Link format): New section, emphasis on bracket links.
7937 (External links): Document bracket links.
7938 (FAQ): Expand to cover shell links and the new link format.
7939
7940 2006-04-09 Kevin Ryde <user42@zip.com.au>
7941
7942 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7943
7944 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7945
7946 * gnus.texi (Summary Buffer Lines): Add `*'.
7947
7948 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
7949
7950 * gnus.texi (Group Parameters):
7951 Mention gnus-permanently-visible-groups.
7952
7953 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7954
7955 * gnus.texi (Face): Fix typo.
7956
7957 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7958
7959 * gnus.texi (X-Face): Clarify.
7960 (Face): Need Emacs with PNG support.
7961
7962 2006-04-06 Richard Stallman <rms@gnu.org>
7963
7964 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7965 Emacs".
7966
7967 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7968
7969 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7970 blocks not suitable for inclusion with Emacs using variable
7971 PARTOFEMACS.
7972
7973 2006-04-04 Simon Josefsson <jas@extundo.com>
7974
7975 * gnus.texi (Security): Improve.
7976
7977 2006-04-02 Bill Wohler <wohler@newt.com>
7978
7979 * mh-e.texi (Getting Started, Junk, Bug Reports)
7980 (MH FAQ and Support): Fix URLs.
7981
7982 2006-03-31 Romain Francoise <romain@orebokech.com>
7983
7984 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7985 to t, not nil (and has for the past eight years).
7986
7987 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7988
7989 * message.texi, gnus.texi: Bump version to 5.11.
7990
7991 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7992
7993 * gnus.texi (Top): Add comment about version line.
7994
7995 * message.texi (Top): Ditto. Change to take named versions into
7996 account.
7997
7998 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7999
8000 * gnus.texi (Posting Styles): Add x-face-file to example.
8001 (X-Face): Refer to posting styles.
8002
8003 * gnus-faq.texi ([5.8]): Add x-face-file.
8004 ([8.4]): Add links to gmane.emacs.gnus.user and
8005 gmane.emacs.gnus.general.
8006
8007 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
8008
8009 * gnus-faq.texi: Use .invalid.
8010 ([5.4]): Fix gnus-posting-styles example.
8011
8012 2006-03-27 Romain Francoise <romain@orebokech.com>
8013
8014 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
8015 Emacs/W3 needs a new maintainer.
8016 (Ispell): Update author and version info.
8017 (Mailcrypt): Mention PGG.
8018 (New in Emacs 22): Add PGG to the list of new packages.
8019 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
8020 updating dead URLs.
8021
8022 2006-03-25 Karl Berry <karl@gnu.org>
8023
8024 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
8025 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
8026 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
8027 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
8028 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
8029 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
8030 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
8031 (2) do not indent copyright year list (or anything else).
8032
8033 2006-03-21 Bill Wohler <wohler@newt.com>
8034
8035 * mh-e.texi (Folders): Various edits.
8036
8037 2006-03-20 Romain Francoise <romain@orebokech.com>
8038
8039 * gnus.texi (Mail Folders): Grammar fix.
8040
8041 2006-03-19 Bill Wohler <wohler@newt.com>
8042
8043 * mh-e.texi (Replying): Document Mail-Followup-To.
8044 Change manually-formatted table to multitable. Add debugging info.
8045 Move description of mh-reply-default-reply-to into paragraph
8046 that describes its values.
8047
8048 2006-03-17 Bill Wohler <wohler@newt.com>
8049
8050 * mh-e.texi: Use smallexample and smalllisp consistently.
8051 (Sending Mail Tour): Update method of entering
8052 addresses and subject.
8053 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
8054 (Adding Attachments, Searching): Update screenshots for Emacs 22.
8055
8056 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
8057
8058 * org.texi: Version number change only.
8059
8060 2006-03-14 Bill Wohler <wohler@newt.com>
8061
8062 * mh-e.texi: Add index entries around each paragraph rather than
8063 depend on entries from beginning of node. Doing so ensures that
8064 index entries are less likely to be forgotten if text is cut and
8065 pasted, and are necessary anyway if the references are on a
8066 separate page. It seems that makeinfo is now (v. 4.8) only
8067 producing one index entry per node, so there is no longer any
8068 excuse not to. Use subheading instead of heading. The incorrect
8069 use of heading produced very large fonts in Info--as large as the
8070 main heading.
8071 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
8072 versions 6 and 7 appeared *around* the time of these Emacs releases.
8073
8074 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
8075
8076 * org.texi (Clean view): Document new startup options.
8077
8078 2006-03-11 Bill Wohler <wohler@newt.com>
8079
8080 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
8081 (Composing, Scan Line Formats): Fix @refs.
8082 (Getting Started): Define MH profile and MH profile components.
8083 (Incorporating Mail, Reading Mail, Viewing, Printing)
8084 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
8085 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
8086 for string constants.
8087 (Tool Bar): Remove spurious quote.
8088 (Junk): Use ``...'' instead of "...".
8089 (Scan Line Formats): Replace @samp with @kbd.
8090
8091 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
8092
8093 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
8094
8095 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
8096
8097 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
8098 easy to understand.
8099
8100 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
8101
8102 * gnus.texi: Markup fix.
8103 (Fancy Mail Splitting): Specify new feature.
8104
8105 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
8106
8107 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
8108 partial-words matching.
8109
8110 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
8111
8112 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
8113
8114 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
8115 (MIME Commands): Fix mm-discouraged-alternatives.
8116
8117 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
8118
8119 * org.texi: Version number change only.
8120
8121 2006-03-06 Bill Wohler <wohler@newt.com>
8122
8123 * mh-e.texi: Move from SourceForge repository to Savannah.
8124 This is version 7.93, which is a total rewrite from the previous
8125 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
8126 version 7.93.
8127
8128 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8129
8130 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
8131
8132 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
8133
8134 * org.texi (Interaction): Add item about `org-mouse.el' by
8135 Piotr Zielinski.
8136 (Managing links): Document that also mouse-1 can be used to
8137 activate a link.
8138 (Headlines, FAQ): Add entry about hiding leading stars.
8139 (Miscellaneous): Resort the sections in this chapter to a more
8140 logical sequence.
8141
8142 2006-02-27 Simon Josefsson <jas@extundo.com>
8143
8144 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
8145 2004-01-27 from the trunk).
8146
8147 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8148
8149 * cc-mode.texi: Rename c-hungry-backspace to
8150 c-hungry-delete-backwards, at the request of RMS. Leave the old
8151 name as an alias.
8152
8153 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8154
8155 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
8156 include the function header within the defun.
8157
8158 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8159
8160 * cc-mode.texi: Correct two typos.
8161
8162 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8163
8164 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
8165 existing comment.
8166 (Electric Keys): Add a justification for electric indentation.
8167 (Hungry WS Deletion): Clear up the names and complications of the
8168 BACKSPACE and DELETE keys.
8169
8170 2006-02-23 Juri Linkov <juri@jurta.org>
8171
8172 * faq.texi (Common requests): Move `Turning on auto-fill by
8173 default' after `Wrapping words automatically'. Move `Working with
8174 unprintable characters' before `Searching for/replacing newlines'.
8175 Move `Replacing highlighted text' after `Highlighting a region'.
8176 Merge `Repeating commands' and `Repeating a command as many times
8177 as possible' into the former.
8178 (Packages that do not come with Emacs): Add refs to Gmane and
8179 etc/MORE.STUFF.
8180
8181 2006-02-23 Juri Linkov <juri@jurta.org>
8182
8183 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
8184 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
8185 Add xref to `(emacs)Reporting Bugs'.
8186 (Getting a printed manual): Add URL to other formats of the manual.
8187 (Common requests): Fix menu.
8188 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
8189 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
8190 (Inserting text at the beginning of each line): Add pxref to
8191 `Changing the included text prefix'.
8192 (Forcing the cursor to remain in the same column): Mention `track-eol'
8193 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
8194 (Replacing text across multiple files): Add keybinding `Q' for
8195 `dired-do-query-replace'.
8196
8197 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
8198
8199 * reftex.texi: Version number and date change only.
8200
8201 * org.texi (Internal Links): Rewrite to cover the modified
8202 linking system.
8203
8204 2006-02-17 Eli Zaretskii <eliz@gnu.org>
8205
8206 * faq.texi: Remove the coding cookie, it's not needed anymore.
8207
8208 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8209
8210 * faq.texi (Colors on a TTY): Mention Mac OS port.
8211
8212 2006-02-12 Karl Berry <karl@gnu.org>
8213
8214 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
8215 8-bit accented a.
8216
8217 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
8218
8219 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
8220
8221 2006-02-08 Romain Francoise <romain@orebokech.com>
8222
8223 * faq.texi (Top): Remove paragraph about the FAQ being a
8224 transitional document, etc.
8225 (Searching for/replacing newlines): New node.
8226 (Yanking text in isearch): New node.
8227 (Inserting text at the beginning of each line): Rename and make
8228 more general, mention `M-;' in Message mode.
8229
8230 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
8231
8232 * faq.texi (Meta key does not work in xterm)
8233 (Emacs does not display 8-bit characters)
8234 (Inputting eight-bit characters): Update xrefs.
8235
8236 2006-02-06 Romain Francoise <romain@orebokech.com>
8237
8238 * faq.texi (VM): VM now at version 7.19.
8239 Set myself as maintainer of this file.
8240
8241 2006-02-04 Michael Olson <mwolson@gnu.org>
8242
8243 * erc.texi (History): Note that ERC is now included with Emacs.
8244
8245 2006-01-31 Romain Francoise <romain@orebokech.com>
8246
8247 * message.texi (Message Headers): Explain what
8248 `message-alternative-emails' does in more detail.
8249 Update copyright year.
8250
8251 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
8252
8253 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
8254
8255 2006-01-29 Richard M. Stallman <rms@gnu.org>
8256
8257 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
8258
8259 2006-01-29 Michael Olson <mwolson@gnu.org>
8260
8261 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
8262
8263 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
8264
8265 * faq.texi (New in Emacs 22): Mention ERC.
8266
8267 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8268
8269 * rcirc.texi: Capitalize dir entry for consistency with the entry
8270 in info/dir and other entries in the Emacs category.
8271 Fix typos. Delete trailing whitespace.
8272
8273 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
8274
8275 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
8276
8277 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8278
8279 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
8280 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8281
8282 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
8283 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8284
8285 2006-01-27 Alex Schroeder <alex@gnu.org>
8286
8287 * rcirc.texi: New file.
8288
8289 2006-01-23 Juri Linkov <juri@jurta.org>
8290
8291 * widget.texi (User Interface): Add S-TAB for widget-backward.
8292
8293 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
8294
8295 Sync with Tramp 2.0.52.
8296
8297 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
8298 Add Tramp disabling item. New item for common connection problems.
8299 (various): Apply "ftp" as method for the download URL.
8300 (Bug Reports): Refer to FAQ for common problems.
8301
8302 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8303
8304 * widget.texi (User Interface): Use @key for TAB.
8305
8306 * ses.texi (Formulas, Printer functions): Use @key for TAB.
8307
8308 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
8309 for TAB.
8310
8311 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
8312
8313 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8314
8315 * gnus.texi: Update copyright.
8316
8317 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8318
8319 * gnus.texi (Article Washing): Additions.
8320
8321 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
8322
8323 * org.texi (Agenda commands): Document tags command.
8324
8325 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8326
8327 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
8328
8329 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8330
8331 * gnus.texi (RSS): Addition.
8332
8333 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8334
8335 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
8336
8337 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8338
8339 * emacs-mime.texi (Display Customization): Add setting example to
8340 mm-discouraged-alternatives.
8341
8342 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8343
8344 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
8345 version is the canonical version.
8346
8347 2006-01-08 Alex Schroeder <alex@gnu.org>
8348
8349 * pgg.texi (Caching passphrase): Rewording.
8350
8351 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8352
8353 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
8354 repository URL.
8355
8356 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
8357
8358 * org.texi: Removed the accidentally re-added empty line in the
8359 direntry.
8360
8361 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8362
8363 * org.texi (Agenda Views): Chapter reorganized.
8364
8365 2005-12-29 Romain Francoise <romain@orebokech.com>
8366
8367 * faq.texi (Using Customize): New node.
8368
8369 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8370
8371 * org.texi: Remove blank line in @direntry. It is non-standard
8372 and recursively produces blank lines all over the dir file (when
8373 using Texinfo 4.8).
8374
8375 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8376
8377 * widget.texi (atoms): Delete obsolete remark about `file' widget.
8378
8379 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8380
8381 * org.texi (Tags): Boolean logic documented.
8382 (Agenda Views): Document custom commands.
8383
8384 2005-12-20 David Kastrup <dak@gnu.org>
8385
8386 * faq.texi (AUCTeX): Update version and mailing list info.
8387
8388 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8389
8390 * gnus.texi (MIME Commands): Mention addition of
8391 multipart/alternative to gnus-buttonized-mime-types and add xref
8392 to mm-discouraged-alternatives.
8393
8394 * emacs-mime.texi (Display Customization): Mention addition of
8395 "image/.*" and add xref to gnus-buttonized-mime-types in the
8396 mm-discouraged-alternatives section.
8397
8398 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8399
8400 * org.texi (Tags): New section.
8401 (Agenda Views): Chapter reorganized.
8402
8403 2005-12-16 Eli Zaretskii <eliz@gnu.org>
8404
8405 * org.texi (Internal Links): Add a missing comma after an @xref.
8406
8407 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
8408
8409 * faq.texi (Filling paragraphs with a single space): No need to
8410 change sentence-end now.
8411
8412 2005-12-13 Romain Francoise <romain@orebokech.com>
8413
8414 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
8415
8416 2005-12-12 Jay Belanger <belanger@truman.edu>
8417
8418 * faq.texi (Calc): Update version number.
8419
8420 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8421
8422 * org.texi (Progress Logging): New section.
8423
8424 2005-12-10 Romain Francoise <romain@orebokech.com>
8425
8426 Update the Emacs FAQ for the 22.1 release.
8427
8428 * faq.texi: Set VER to `22.1'.
8429 (Basic editing): Explain how to use localized versions of the
8430 Tutorial. Mention that `C-h r' displays the manual.
8431 Delete obsolete WWW link to an Emacs 18 tutorial.
8432 (Getting a printed manual): Point to the new locations of the
8433 manuals on the GNU Web site.
8434 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
8435 available via Info (it was previously distributed separately).
8436 (Installing Texinfo documentation): The latest version of Texinfo
8437 is 4.8, not 4.0.
8438 (Informational files for Emacs): COPYING is the GNU General Public
8439 License, not the Emacs General Public License.
8440 (Informational files for Emacs): Delete obsolete link to the
8441 GNUinfo pages as they have been removed from the GNU Web site.
8442 (New in Emacs 22): New node.
8443 (Setting up a customization file): Say that most packages support
8444 Customize nowadays.
8445 (Colors on a TTY): Delete reference to instructions on how to
8446 enable syntax highlighting, it is now enabled by default.
8447 (Turning on abbrevs by default): Emacs now reads the abbrevs file
8448 at startup automatically.
8449 (Controlling case sensitivity): Mention `M-c' in isearch.
8450 (Using an already running Emacs process): Emacs now creates the
8451 socket in `/tmp/emacsUID'. Fix typos. Change default location of
8452 gnuserv. As emacsclient can now run Lisp code as well, delete a
8453 sentence praising gnuserv for that. Simplify description of how
8454 the client/server operation works.
8455 (Compiler error messages): Delete obsolete text (compile.el has
8456 been rewritten).
8457 (Indenting switch statements): Fix typo.
8458 (Matching parentheses): Simplify setup instructions, mention the
8459 menu bar item in the Options menu.
8460 (Repeating a command as many times as possible): Mention `C-x e'.
8461 (Going to a line by number): Mention new keymap and bindings
8462 `M-g M-g', `M-g M-p' and `M-g M-n'.
8463 (Turning on syntax highlighting): Now on by default. Simplify.
8464 (Replacing highlighted text): Use `1', not `t'.
8465 (Problems with very large files): The maximum size is now 256MB on
8466 32-bit machines.
8467 (^M in the shell buffer): Mention `comint-process-echoes'.
8468 (Emacs for Apple computers): Emacs 22 has native support for Mac
8469 OS X.
8470 (Translating names to IP addresses): Delete node.
8471 (Binding keys to commands): Fix typo.
8472 (SPC no longer completes file names): New node.
8473 (MIME with Emacs mail packages): Delete section about the Emacs
8474 MIME FAQ (it's not reachable anymore).
8475
8476 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8477
8478 * cc-mode.texi: The manual has been extensively revised: the
8479 information about using CC Mode has been separated from the larger
8480 and more difficult chapters about configuration. It has been
8481 updated for CC Mode 5.31.
8482
8483 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8484
8485 * pgg.texi (User Commands): Fix description of pgg-verify-region.
8486 (Selecting an implementation): Fix descriptions.
8487
8488 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8489
8490 * message.texi (Various Message Variables): Addition.
8491
8492 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8493
8494 * message.texi: Fix default values.
8495
8496 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8497
8498 * message.texi (Header Commands): Clarify descriptions of
8499 message-cross-post-followup-to, message-reduce-to-to-cc, and
8500 message-insert-wide-reply.
8501 (Various Commands): Fix kindex for message-kill-to-signature;
8502 clarify description of message-tab.
8503
8504 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
8505
8506 * message.texi (Mailing Lists): Fix description about MFT.
8507
8508 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
8509
8510 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8511
8512 * gnus.texi (Slow Terminal Connection): Replace old description
8513 with new one.
8514
8515 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
8516
8517 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
8518 replace X-Draft-Headers with X-Draft-From.
8519
8520 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8521
8522 * gnus.texi (Various Various): Fix the default value of
8523 nnheader-max-head-length.
8524 (Gnus Versions): Fix typo.
8525
8526 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8527
8528 * org.texi (Structure editing): Document new functionality of
8529 M-RET.
8530
8531 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
8532
8533 * org.texi (Internal Links): Fix Texinfo usage.
8534
8535 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8536
8537 * org.texi (TODO basics): Document the global todo list.
8538 (TODO items): Documents sparse tree for specific TODO
8539 keywords.
8540
8541 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
8542
8543 * org.texi (Plain Lists): Typos fixed.
8544
8545 2005-11-28 Jay Belanger <belanger@truman.edu>
8546
8547 * calc.texi: Change references of `M-#' to `C-x *' prefix.
8548
8549 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
8550
8551 * org.texi (Structure editing): New item moving commands added.
8552 (Plain Lists): New section.
8553
8554 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
8555
8556 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
8557 (Agenda): Document commands `org-cycle-agenda-files' and
8558 `org-agenda-file-to-front'.
8559 (Built-in table editor): Document `org-table-sort-lines'.
8560 (HTML formatting): Export of hand-formatted lists.
8561
8562 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8563
8564 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
8565 new variable gnus-toolbar-thickness.
8566
8567 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
8568
8569 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
8570
8571 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8572
8573 * gnus.texi (X-Face): Fix description.
8574 (XVarious): Remove gnus-xmas-logo-color-alist and
8575 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
8576
8577 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8578
8579 * gnus.texi (Group Parameters): Mention new variable
8580 gnus-parameters-case-fold-search.
8581 (Home Score File): Addition.
8582
8583 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8584
8585 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
8586 (Overview): List supported feed types.
8587 (Installation): No installation necessary when using autoload.
8588 (Configuration): Rename "RSS" to "news".
8589
8590 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8591
8592 * pgg.texi (User Commands): Document additional passphrase
8593 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
8594 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
8595
8596 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8597
8598 * org.texi: Version number changed to 3.19.
8599
8600 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
8601
8602 * pgg.texi (How to use): Update the example to add autoload of
8603 pgg-encrypt-symmetric-region.
8604 (User Commands): Document pgg-encrypt-symmetric-region.
8605 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
8606
8607 2005-10-27 Jay Belanger <belanger@truman.edu>
8608
8609 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
8610 mention other TeX-related units.
8611
8612 2005-10-23 Lars Hansen <larsh@soem.dk>
8613
8614 * dired-x.texi (Miscellaneous Commands):
8615 Replace dired-do-relative-symlink by dired-do-relsymlink and
8616 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
8617
8618 2005-10-23 Jay Belanger <belanger@truman.edu>
8619
8620 * calc.texi (Predefined Units): Use `alpha' for the fine structure
8621 constant.
8622
8623 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8624
8625 * faq.texi (Bugs and problems):
8626 Replace `dired-move-to-filename-regexp' by
8627 `directory-listing-before-filename-regexp'.
8628
8629 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8630
8631 * newsticker.texi (UPDATED): Set value.
8632
8633 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
8634
8635 * gnus.texi (Document Groups): Remove duplicate item.
8636
8637 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
8638
8639 * org.texi (Summary): Mention iCalendar support.
8640 (Exporting): Document iCalendar support.
8641
8642 2005-10-18 Romain Francoise <romain@orebokech.com>
8643
8644 * viper.texi (Viper Specials): Capitalize GNU.
8645
8646 2005-10-17 Juri Linkov <juri@jurta.org>
8647
8648 * info.texi (Getting Started, Search Index, Expert Info):
8649 Fix wording.
8650 (Search Text): Replace `echo area' with `mode line'.
8651 (Search Index): Both `i' and `,' find all index entries.
8652 Replace example `C-f' with `C-l' (which exists in index of Info
8653 manual) and delete spaces in its keyboard input sequence.
8654 Delete unnecessary explanations about literal characters.
8655
8656 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
8657
8658 * gnus.texi (Document Server Internals): Addition.
8659
8660 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8661
8662 * gnus.texi (A note on namespaces): Fix RFC reference.
8663
8664 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8665
8666 * gnus.texi (RSS): Fix key description.
8667
8668 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8669
8670 * gnus.texi: Emacs/w3 -> Emacs/W3.
8671 (Browsing the Web): Fix description.
8672 (Web Searches): Ditto.
8673 (Customizing W3): Ditto.
8674
8675 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8676
8677 * gnus.texi (Maildir): Clarify expire-age and expire-group.
8678
8679 2005-10-11 Jay Belanger <belanger@truman.edu>
8680
8681 * calc.texi (Integration): Mention using `a i' to compute definite
8682 integrals.
8683
8684 2005-10-11 Juri Linkov <juri@jurta.org>
8685
8686 * info.texi: Rearrange nodes.
8687 (Top): Update menu. Change ref `Info for Experts' to
8688 `Advanced Info Commands'.
8689 (Getting Started): Fix description of manual's parts.
8690 (Help-Int): Change xref `Info Search' to `Search Index', and
8691 `Expert Info' to `Advanced'.
8692 (Advanced): Move node one level up.
8693 (Search Text, Search Index): New nodes split out from `Info Search'.
8694 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
8695 split out from `Advanced'.
8696 (Advanced, Emacs Info Variables): De-document editing an Info file
8697 in Info.
8698 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
8699 (Creating an Info File): Delete node and move its text to
8700 `Expert Info'.
8701
8702 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
8703
8704 * org.texi (Workflow states): Documented that change in keywords
8705 becomes active only after restart of Emacs.
8706
8707 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
8708
8709 Sync with Tramp 2.0.51.
8710
8711 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
8712
8713 * speedbar.texi (Introduction): Describe new location of speedbar
8714 on menubar.
8715 (Basic Key Bindings): Remove descriptions of bindings that have
8716 been removed.
8717
8718 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
8719
8720 * speedbar.texi (GDB): Describe use of watch expressions.
8721
8722 2005-09-28 Simon Josefsson <jas@extundo.com>
8723
8724 * message.texi (IDNA): Fix.
8725
8726 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8727
8728 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
8729 nntp-server-hook, and nntp-warn-about-losing-connection; fix
8730 description of nntp-open-connection-function.
8731 (Common Variables): Fix descriptions.
8732
8733 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
8734
8735 * gnus.texi (Server Buffer Format): Document the %a format spec.
8736
8737 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8738
8739 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
8740
8741 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
8742
8743 * org.texi Version 3.16.
8744
8745 2005-09-19 Miles Bader <miles@gnu.org>
8746
8747 * newsticker.texi: Get rid of CVS keywords.
8748
8749 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8750
8751 * gnus.texi (Finding the Parent): Fix description of how Gnus
8752 finds article.
8753
8754 2005-09-14 Jari Aalto <jari.aalto@cante.net>
8755
8756 * gnus.texi (Advanced Scoring Examples): New examples to teach how
8757 to drop off non-answered articles.
8758
8759 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
8760
8761 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
8762 braces (which are unsupported by NMAKE) for macro `srcdir'.
8763
8764 2005-09-17 Eli Zaretskii <eliz@gnu.org>
8765
8766 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8767 (../info/newsticker, newsticker.dvi): New targets.
8768
8769 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
8770
8771 * newsticker.texi: Replace @command with @code. Replace @example
8772 with @lisp.
8773 (Top): Add explanations to menu items.
8774 (GNU Free Documentation License): Remove.
8775
8776 2005-09-16 Romain Francoise <romain@orebokech.com>
8777
8778 Update all files to specify GFDL version 1.2.
8779
8780 * doclicense.texi (GNU Free Documentation License): Update to
8781 version 1.2.
8782
8783 2005-09-15 Richard M. Stallman <rms@gnu.org>
8784
8785 * newsticker.texi: Fix @setfilename.
8786
8787 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8788 (../info/newsticker, newsticker.dvi): New targets.
8789
8790 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
8791
8792 * org.texi: Version 3.15.
8793
8794 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
8795
8796 * ses.texi: Combine all three indices into one.
8797 Correct a few typos.
8798
8799 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
8800
8801 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
8802
8803 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8804
8805 * emacs-mime.texi (Handles): Remove duplicate item.
8806 (Encoding Customization): Fix the default value for
8807 mm-coding-system-priorities.
8808 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
8809 (Basic Functions): Fix reference.
8810
8811 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8812
8813 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
8814
8815 2005-08-18 Richard M. Stallman <rms@gnu.org>
8816
8817 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
8818 and web site.
8819
8820 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
8821 not keyboard-translate.
8822
8823 2005-08-11 Richard M. Stallman <rms@gnu.org>
8824
8825 * faq.texi (Using regular expressions): Fix xref.
8826
8827 2005-08-09 Juri Linkov <juri@jurta.org>
8828
8829 * info.texi (Help-P): Replace `Prev' with `Previous'.
8830 (Help-M, Help-Xref): Add S-TAB.
8831 (Help-FOO): Update `u' command.
8832 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8833 Update info about visibility of xref parts.
8834 (Help-Int): Fix `m' command. Rename `Info-last' to
8835 `Info-history-back'. Add `Info-history-forward'.
8836 (Advanced): Fix `g*' and `M-n' commands.
8837 (Info Search): Add `index-apropos' in stand-alone browser.
8838 Add isearch commands.
8839 (Emacs Info Variables): Remove `Info-fontify'.
8840 Add `Info-mode-hook'. Update face names.
8841 Add `Info-fontify-maximum-menu-size',
8842 `Info-fontify-visited-nodes', `Info-isearch-search'.
8843
8844 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
8845
8846 Sync with Tramp 2.0.50.
8847
8848 * tramp.texi: Use @option{} consequently for method names.
8849 (Inline methods, External transfer methods): Remove references to
8850 Cygwin.
8851 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8852 implementation.
8853
8854 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8855
8856 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8857 Mention that gnus-init-file is not read when Emacs is invoked with
8858 --no-init-file or -q.
8859
8860 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
8861
8862 * org.texi: Version 3.14.
8863
8864 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
8865
8866 * org.texi: Version 3.13.
8867
8868 2005-07-18 Juri Linkov <juri@jurta.org>
8869
8870 * calc.texi (Time Zones, Logical Operations):
8871 * cl.texi (Overview):
8872 * org.texi (TODO types):
8873 * sc.texi (Emacs 18 MUAs):
8874 * speedbar.texi (Top):
8875 * url.texi (History):
8876 Delete duplicate duplicate words.
8877
8878 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
8879
8880 * cl.texi (Type Predicates): Document `atom' type.
8881
8882 2005-07-04 Lute Kamstra <lute@gnu.org>
8883
8884 Update FSF's address in GPL notices.
8885
8886 * calc.texi (Copying):
8887 * doclicense.texi (GNU Free Documentation License):
8888 * faq.texi (Contacting the FSF):
8889 * mh-e.texi (Copying): Update FSF's address.
8890
8891 2005-07-03 Richard M. Stallman <rms@gnu.org>
8892
8893 * flymake.texi (Example -- Configuring a tool called directly):
8894 Update name of flymake-build-relative-filename.
8895
8896 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8897
8898 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8899
8900 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
8901
8902 * org.texi: Version 3.12.
8903
8904 2005-06-24 Eli Zaretskii <eliz@gnu.org>
8905
8906 * makefile.w32-in (MAKEINFO): Use --force.
8907 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8908 Makefile.in.
8909 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8910 more shells.
8911
8912 2005-06-23 Richard M. Stallman <rms@gnu.org>
8913
8914 * speedbar.texi (Creating a display): Texinfo usage fixes.
8915
8916 * tramp.texi (Customizing Completion, Auto-save and Backup):
8917 Texinfo usage fixes.
8918
8919 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
8920
8921 * dired-x.texi (Miscellaneous Commands):
8922 * ediff.texi (Miscellaneous):
8923 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8924 (Agent Variables):
8925 * info.texi (Help-Xref):
8926 * message.texi (Message Headers):
8927 * org.texi (Remember):
8928 * reftex.texi (Options (Defining Label Environments)):
8929 (Options (Index Support)):
8930 (Options (Viewing Cross-References)):
8931 (Options (Misc)):
8932 (Changes):
8933 * speedbar.texi (Creating a display):
8934 * tramp.texi (Customizing Completion, Auto-save and Backup):
8935 Texinfo usage fix.
8936
8937 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8938
8939 * org.texi: Version 3.11.
8940
8941 2005-06-12 Jay Belanger <belanger@truman.edu>
8942
8943 * calc.texi (Getting Started): Remove extra menu item.
8944
8945 2005-05-31 Jay Belanger <belanger@truman.edu>
8946
8947 * calc.texi (Notations Used in This Manual): Use @kbd for key
8948 sequence.
8949 (Demonstration of Calc): Mention another way of starting Calc.
8950 (Starting Calc): Mention long name of M-#.
8951 (Embedded Mode Overview): Remove unnecessary instruction.
8952 (Other M-# commands): Rephrase `M-# 0' explanation.
8953 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8954 reflect current behavior.
8955
8956 2005-05-30 Jay Belanger <belanger@truman.edu>
8957
8958 * calc.texi (Hooks): Change description of calc-window-hook and
8959 calc-trail-window-hook to match usage.
8960 (Computational Functions): Add more constant-generating functions.
8961 (Customizable Variables): Use defvar.
8962
8963 2005-05-28 Jay Belanger <belanger@truman.edu>
8964
8965 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8966 (Basic Embedded Mode): Explain behavior of arguments to
8967 calc-embedded-mode.
8968
8969 2005-05-27 Jay Belanger <belanger@truman.edu>
8970
8971 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8972 current behavior.
8973
8974 2005-05-25 Jay Belanger <belanger@truman.edu>
8975
8976 * calc.texi: Change Calc version number throughout.
8977 (Keypad Mode): Change location in info output.
8978 (Keypad mode overview): Move picture of keypad.
8979
8980 2005-05-21 Jay Belanger <belanger@truman.edu>
8981
8982 * calc.texi (Storing variables): Mention that only most variables
8983 are void to begin with.
8984
8985 2005-05-21 Kevin Ryde <user42@zip.com.au>
8986
8987 * widget.texi (Basic Types): Update cross ref from "Enabling
8988 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8989 lispref/text.texi change.
8990
8991 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
8992
8993 * org.texi: Version 3.09.
8994
8995 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
8996
8997 * reftex.texi: Version 4.28.
8998
8999 2005-05-16 Jay Belanger <belanger@truman.edu>
9000
9001 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
9002
9003 2005-05-14 Jay Belanger <belanger@truman.edu>
9004
9005 * calc.texi (Default Simplifications): Insert missing ! (logical
9006 not operator).
9007
9008 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
9009
9010 Sync with Tramp 2.0.49.
9011
9012 2005-05-10 Jay Belanger <belanger@truman.edu>
9013
9014 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
9015 to 1.
9016
9017 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9018
9019 * org.texi: Version 3.08, structure reorganized.
9020
9021 2005-04-24 Richard M. Stallman <rms@gnu.org>
9022
9023 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
9024
9025 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9026
9027 * org.texi: Update to version 3.06.
9028
9029 2005-04-13 Lute Kamstra <lute@gnu.org>
9030
9031 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
9032
9033 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
9034
9035 * cl.texi (Porting Common Lisp): Fix typo.
9036
9037 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9038
9039 * gnus.texi (RSS): Addition.
9040
9041 2005-04-04 Jay Belanger <belanger@truman.edu>
9042
9043 * calc.texi: Change Calc version number.
9044 (Customizable variables): Fix description of calc-language-alist.
9045 (Copying): Put in version 2 of GPL.
9046
9047 2005-04-01 Jay Belanger <belanger@truman.edu>
9048
9049 * calc.texi (Troubleshooting Commands): Remove comment about
9050 installation.
9051 (Installation): Remove section.
9052 (Customizable Variables): New section.
9053 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
9054 (Graphical Devices): Add references to Customizable Variables.
9055
9056 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
9057
9058 * emacs-mime.texi (Display Customization): Markup fixes.
9059 (rfc2047): Update.
9060
9061 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
9062
9063 * gnus-faq.texi: Replaced with auto-generated version.
9064
9065 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9066
9067 * dired-x.texi (Multiple Dired Directories): default-directory was
9068 renamed to dired-default-directory.
9069
9070 2005-03-26 Jay Belanger <belanger@truman.edu>
9071
9072 * calc.texi (Simplifying Formulas, Rewrite Rules):
9073 Change description of top and bottom of fraction.
9074 (Modulo Forms): Move description of how to create modulo forms to
9075 earlier in the section.
9076 (Fraction Mode): Suggest using : to get a fraction by dividing.
9077 (Basic Arithmetic): Adjust placement of command name.
9078 (Truncating the Stack): Emphasize that "hidden" entries are still
9079 visible.
9080 (Installation): Move discussion of printing manual to "About This
9081 Manual".
9082 (About This Manual): Mention how to print the manual.
9083 (Reporting Bugs): Remove first person.
9084 (Building Vectors): Add algebraic version of append.
9085 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
9086 (Grouping Digits): Fix typo.
9087
9088 2005-03-25 Werner Lemberg <wl@gnu.org>
9089
9090 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
9091 Replace `legal' with `valid'.
9092
9093 2005-03-25 Werner Lemberg <wl@gnu.org>
9094
9095 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
9096
9097 2005-03-24 Jay Belanger <belanger@truman.edu>
9098
9099 * calc.texi (General Mode Commands)
9100 (Mode Settings in Embedded Mode): Add some explanation of
9101 recording mode settings.
9102
9103 2005-03-24 Richard M. Stallman <rms@gnu.org>
9104
9105 * calc.texi: Remove praise of non-free software.
9106
9107 * idlwave.texi: Don't say where to get IDL or its non-free manual.
9108 (Installation): Node deleted.
9109
9110 2005-03-23 Richard M. Stallman <rms@gnu.org>
9111
9112 * url.texi (HTTP language/coding): Improve last change.
9113
9114 2005-03-22 Jay Belanger <belanger@truman.edu>
9115
9116 * calc.texi (Embedded Mode): Add new information on changing
9117 modes.
9118
9119 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
9120
9121 Sync with Tramp 2.0.48.
9122
9123 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
9124
9125 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
9126 "GNU/Linux". Change all addresses to .gnu.org.
9127 (Default Method): Offer shortened syntax for "su" and "sudo"
9128 methods.
9129
9130 2005-03-07 Richard M. Stallman <rms@gnu.org>
9131
9132 * url.texi: Fix usage of "e.g.".
9133 (HTTP language/coding): Explain the rules for these strings.
9134
9135 2005-03-06 Richard M. Stallman <rms@gnu.org>
9136
9137 * woman.texi (Introduction): Minor cleanups.
9138
9139 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
9140
9141 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
9142 (Installation): Node deleted.
9143
9144 * mh-e.texi (Preface): Get rid of "Emacs 21".
9145
9146 * eshell.texi (Installation): Delete node (for Emacs 20).
9147
9148 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
9149
9150 * flymake.texi: Refill and tweak style in @lisp blocks.
9151
9152 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9153
9154 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
9155
9156 2005-03-01 Jay Belanger <belanger@truman.edu>
9157
9158 * calc.texi (Trigonometric and Hyperbolic Functions):
9159 Mention additional functions.
9160 (Algebraic Simplifications): Mention additional simplifications.
9161
9162 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
9163
9164 * ses.texi: Add concept/function/variable indices (this work was
9165 donated by Brad Collins <brad@chenla.org>, copyright-assignment
9166 papers on file at FSF).
9167
9168 2005-02-10 Jay Belanger <belanger@truman.edu>
9169
9170 * calc.texi: Change @LaTeX to La@TeX throughout.
9171 Redefine @expr as @math for TeX output.
9172 Redefine @texline as a no-op for TeX output.
9173 Define @tfn, replace @t by @tfn throughout.
9174
9175 2005-02-09 Jay Belanger <belanger@truman.edu>
9176
9177 * calc.texi: Add macro for LaTeX for info output.
9178
9179 2005-02-08 Kim F. Storm <storm@cua.dk>
9180
9181 * texinfo.tex (LaTex): Add def.
9182
9183 2005-02-06 Jay Belanger <belanger@truman.edu>
9184
9185 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
9186 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
9187 throughout manual.
9188
9189 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9190
9191 * gnus.texi: Some edits based on comments from David Abrahams.
9192
9193 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9194
9195 * gnus.texi (RSS): Fix the keystroke.
9196
9197 2005-01-24 David Kastrup <dak@gnu.org>
9198
9199 * faq.texi: Update AUCTeX version info.
9200
9201 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
9202
9203 * gnus-faq.texi ([4.1]): Typo.
9204
9205 2005-01-19 Jay Belanger <belanger@truman.edu>
9206
9207 * calc.texi (Keep Arguments): Mention that keeping arguments
9208 doesn't work with keyboard macros.
9209
9210 2005-01-16 Richard M. Stallman <rms@gnu.org>
9211
9212 * autotype.texi (Autoinserting): Fix small error.
9213
9214 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9215
9216 Sync with Tramp 2.0.47.
9217
9218 * tramp.texi (Compilation): New section, describing compilation of
9219 remote files.
9220
9221 2005-01-11 Kim F. Storm <storm@cua.dk>
9222
9223 * widget.texi (Basic Types): Add :follow-link keyword.
9224
9225 2005-01-09 Jay Belanger <belanger@truman.edu>
9226
9227 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
9228
9229 2005-01-08 Jay Belanger <belanger@truman.edu>
9230
9231 * calc.texi: Change throughout to reflect new default value of
9232 calc-settings-file.
9233
9234 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9235
9236 * message.texi (Reply): `message-reply-to-function' should return
9237 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
9238
9239 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
9240
9241 * faq.texi (Changing load-path): Fix typo.
9242
9243 2005-01-05 Jay Belanger <belanger@truman.edu>
9244
9245 * calc.texi (Programming Tutorial): Replace kbd command by
9246 appropriate characters for a keyboard macro.
9247
9248 2005-01-04 Jay Belanger <belanger@truman.edu>
9249
9250 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
9251 for Lucid Emacs.
9252 (Programming Tutorial): Mention that the user needs to be in the
9253 right mode to compute some functions.
9254
9255 2005-01-04 Jay Belanger <belanger@truman.edu>
9256
9257 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
9258 no longer applicable.
9259
9260 2005-01-01 Jay Belanger <belanger@truman.edu>
9261
9262 * calc.texi (Programming Tutorial): Change description of how to
9263 edit keyboard macros to match current behavior.
9264
9265 2004-12-31 Jay Belanger <belanger@truman.edu>
9266
9267 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
9268
9269 2004-12-20 Jay Belanger <belanger@truman.edu>
9270
9271 * calc.texi (Types Tutorial): Emphasize that you can't divide by
9272 zero.
9273
9274 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
9275
9276 * cc-mode.texi (Text Filling and Line Breaking): Put period after
9277 @xref.
9278 (Font Locking): Avoid @strong{Note:}.
9279
9280 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
9281
9282 Sync with Tramp 2.0.46.
9283
9284 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
9285
9286 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
9287
9288 * url.texi: Correct typos.
9289 (Retrieving URLs): @var{nil}->@code{nil}.
9290 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
9291 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
9292 (Dealing with HTTP documents): @inforef->@xref.
9293
9294 2004-12-15 Jay Belanger <belanger@truman.edu>
9295
9296 * calc.texi: Consistently capitalized all mode names.
9297 (Answers to Exercises): Mention that an answer can be a fraction
9298 when in Fraction mode.
9299
9300 2004-12-13 Jay Belanger <belanger@truman.edu>
9301
9302 * calc.texi: Fix some TeX definitions.
9303
9304 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
9305
9306 * reftex.texi (Imprint): Remove erroneous @value's.
9307
9308 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9309
9310 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
9311 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
9312
9313 2004-12-08 Jay Belanger <belanger@truman.edu>
9314
9315 * calc.texi (Starting Calc): Remove comment about installation.
9316 (Keypad Mode Overview): Remove comment about Emacs 19 support.
9317
9318 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9319
9320 * url.texi: Update @setfilename.
9321 (Getting Started): No need to worry about Gnus versions.
9322 (Dealing with HTTP documents): Use @inforef.
9323
9324 * org.texi: Fix @direntry file name.
9325
9326 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9327
9328 * url.texi: New file.
9329
9330 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
9331
9332 2004-12-06 Jay Belanger <belanger@truman.edu>
9333
9334 * calc.texi (Using Calc): Remove paragraph about installation.
9335
9336 2004-12-06 Jay Belanger <belanger@truman.edu>
9337
9338 * calc.texi: Use more Texinfo macros and less TeX defs.
9339 Remove @refill's.
9340
9341 2004-12-06 Richard M. Stallman <rms@gnu.org>
9342
9343 * org.texi: New file.
9344
9345 2004-12-05 Richard M. Stallman <rms@gnu.org>
9346
9347 * Makefile.in (org.dvi, ../info/org): New targets.
9348 (INFO_TARGETS): Add ../info/org.
9349 (DVI_TARGETS): Add org.dvi.
9350 (maintainer-clean): Remove the info files in the info dir.
9351
9352 2004-11-26 Eli Zaretskii <eliz@gnu.org>
9353
9354 * idlwave.texi: Fix the setfilename directive to put the produced
9355 file in ../info.
9356 (Continued Statement Indentation): Resurrect Jan D.'s change from
9357 2004-11-03 that was lost when a newer version of idlwave.texi was
9358 imported.
9359
9360 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9361
9362 * gnus-faq.texi ([5.1]): Add missing bracket.
9363
9364 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
9365 Index `spam-initialize'.
9366
9367 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9368
9369 * message.texi (Various Message Variables): Mention that all mail
9370 file variables are derived from `message-directory'.
9371
9372 * gnus.texi (Splitting Mail): Clarify bogus group.
9373
9374 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9375
9376 * emacs-mime.texi (Encoding Customization):
9377 Fix mm-coding-system-priorities entry.
9378
9379 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
9380
9381 * idlwave.texi (Continued Statement Indentation):
9382 * reftex.texi (Options (Index Support)):
9383 (Displaying and Editing the Index, Table of Contents):
9384 * speedbar.texi (Creating a display, Major Display Modes):
9385 Replace non-nil with non-@code{nil}.
9386
9387 2004-10-21 Jay Belanger <belanger@truman.edu>
9388
9389 * calc.texi (Algebraic-Style Calculations): Remove a comment.
9390
9391 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
9392
9393 * calc.texi (Reporting Bugs): Double up `@'.
9394
9395 2004-10-18 Jay Belanger <belanger@truman.edu>
9396
9397 * calc.texi (Reporting Bugs): Change the address that bugs
9398 should be sent to.
9399
9400 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9401
9402 * gnus.texi (New Features): Add 5.11.
9403
9404 * message.texi (Resending): Remove wrong default value.
9405
9406 * gnus.texi (Mail Source Specifiers): Describe possible problems
9407 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
9408 `pop3-leave-mail-on-server' to the index.
9409
9410 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9411
9412 * message.texi (Canceling News): Add how to set a password.
9413
9414 2004-10-12 Jay Belanger <belanger@truman.edu>
9415
9416 * calc.texi (Help Commands): Change the descriptions of
9417 calc-describe-function and calc-describe-variable to match their
9418 current behavior.
9419
9420 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9421
9422 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
9423
9424 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
9425
9426 Sync with Tramp 2.0.45.
9427
9428 * tramp.texi (Frequently Asked Questions): Comment paragraph about
9429 plink link. The URL is outdated. Originator contacted for
9430 clarification.
9431
9432 2004-10-10 Juri Linkov <juri@jurta.org>
9433
9434 * gnus.texi (Top, Marking Articles): Join two menus in one node
9435 because a node can have only one menu.
9436
9437 2004-10-09 Juri Linkov <juri@jurta.org>
9438
9439 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
9440 example of nnmail-split-fancy.
9441
9442 2004-10-06 Karl Berry <karl@gnu.org>
9443
9444 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
9445 consistency with other uses of dashes.
9446
9447 2004-10-05 Karl Berry <karl@gnu.org>
9448
9449 * info.texi: Consistently use --- throughout, periods at end of
9450 menu descriptions, and a couple typos.
9451
9452 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9453
9454 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
9455 * pgg.texi (User Commands, Backend methods): Do.
9456 * gnus.texi: Markup fixes.
9457 (Setting Process Marks): Fix `M P a' entry.
9458 * emacs-mime.texi: Fixes.
9459
9460 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9461
9462 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
9463 again.
9464 Use 5.10 instead of 5.10.0.
9465
9466 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9467
9468 * gnus.texi (Summary Mail Commands): S D e.
9469
9470 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
9471
9472 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
9473 the gnus-article-mode-line-format section.
9474
9475 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
9476
9477 * gnus.texi (Various Summary Stuff): Fix the documentation for
9478 gnus-newsgroup-variables.
9479
9480 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9481
9482 * gnus.texi (MIME Commands):
9483 Add gnus-mime-display-multipart-as-mixed,
9484 gnus-mime-display-multipart-alternative-as-mixed,
9485 gnus-mime-display-multipart-related-as-mixed.
9486 (Mail Source Customization): Clarify `mail-source-directory'.
9487 (Splitting Mail): Mention gnus-group-find-new-groups.
9488 (SpamOracle): Fix typo.
9489
9490 * gnus-faq.texi: Untabify.
9491 ([6.3]): nnir.el is in contrib directory.
9492
9493 * message.texi (News Headers): Clarify how a unique ID is created.
9494
9495 * gnus.texi (Batching Agents): Fix typo in example.
9496 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9497
9498 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
9499
9500 * gnus.texi (Group Parameters): Add more on hooks.
9501
9502 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
9503
9504 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
9505
9506 2004-09-22 Jay Belanger <belanger@truman.edu>
9507
9508 * calc.texi (Vectors as Lists): Add a warning that the tutorial
9509 might be hidden during part of the session.
9510
9511 2004-09-20 Jay Belanger <belanger@truman.edu>
9512
9513 * calc.texi (Notations Used in This Manual): Put in an earlier
9514 mention that DEL could be called Backspace.
9515
9516 2004-09-10 Simon Josefsson <jas@extundo.com>
9517
9518 * gnus.texi (IMAP): Add example. Suggested and partially written
9519 by Steinar Bang <sb@dod.no>.
9520
9521 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9522
9523 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
9524 netrc syntax.
9525
9526 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9527
9528 * gnus.texi (Spam ELisp Package Sequence of Events):
9529 Some clarifications.
9530 (Spam ELisp Package Global Variables): More clarifications.
9531
9532 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9533
9534 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
9535 Mention spam-split does not modify incoming mail.
9536
9537 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9538
9539 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
9540
9541 2004-09-10 Eli Zaretskii <eliz@gnu.org>
9542
9543 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
9544
9545 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9546
9547 * makefile.w32-in (sieve, pgg): Use $(infodir).
9548
9549 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
9550
9551 * makefile.w32-in: Fix PGG and Sieve entries.
9552
9553 2004-08-28 Eli Zaretskii <eliz@gnu.org>
9554
9555 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
9556 Emacs and related programs.
9557
9558 2004-08-27 Richard M. Stallman <rms@gnu.org>
9559
9560 * faq.texi: Fix texinfo usage, esp. doublequotes.
9561 (Difference between Emacs and XEmacs): Some clarification.
9562
9563 * faq.texi (Difference between Emacs and XEmacs):
9564 Explain not to contrast XEmacs with GNU Emacs.
9565
9566 2004-08-26 Richard M. Stallman <rms@gnu.org>
9567
9568 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
9569
9570 2004-08-22 David Kastrup <dak@gnu.org>
9571
9572 * reftex.texi (AUCTeX): Update links, section name.
9573
9574 * faq.texi (Calc): Update availability (included in 22.1).
9575 (AUCTeX): Update availability, information, versions, description.
9576
9577 2004-08-14 Eli Zaretskii <eliz@gnu.org>
9578
9579 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
9580
9581 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9582
9583 * cc-mode.texi: Various updates for CC Mode 5.30.9.
9584
9585 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
9586
9587 Sync with Tramp 2.0.44.
9588
9589 2004-08-05 Lars Hansen <larsh@math.ku.dk>
9590
9591 * widget.texi (User Interface): Update how to separate the
9592 editable field of an editable-field widget from other widgets.
9593 (Programming Example): Add text after field.
9594
9595 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9596
9597 * emacs-mime.texi (Encoding Customization): Add a note to the
9598 mm-content-transfer-encoding-defaults entry.
9599 (rfc2047): Update.
9600
9601 * gnus.texi (Article Highlighting):
9602 Add gnus-cite-ignore-quoted-from.
9603 (POP before SMTP): New node.
9604 (Posting Styles): Addition.
9605 (Splitting Mail): Add nnmail-split-lowercase-expanded.
9606 (Fancy Mail Splitting): Ditto.
9607 (X-Face): Add gnus-x-face.
9608
9609 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
9610
9611 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
9612 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
9613
9614 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9615
9616 * gnus.texi (Mail Source Specifiers):
9617 Describe `pop3-leave-mail-on-server'.
9618
9619 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
9620
9621 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
9622
9623 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
9624 repository. Change setfilename.
9625
9626 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
9627
9628 2004-07-02 Juri Linkov <juri@jurta.org>
9629
9630 * pcl-cvs.texi (Viewing differences): Add `d r'.
9631
9632 2004-06-29 Jesper Harder <harder@ifa.au.dk>
9633
9634 * ses.texi, viper.texi, flymake.texi, faq.texi:
9635 * eshell.texi, ediff.texi: Markup fixes.
9636
9637 2004-06-21 Karl Berry <karl@gnu.org>
9638
9639 * info.texi (Top): Mention that only Emacs has mouse support.
9640 (Getting Started): Mention this in a few other places.
9641
9642 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
9643
9644 * autotype.texi (Copyrights, Timestamps):
9645 Recommend `before-save-hook' instead of `write-file-functions'.
9646
9647 2004-06-13 Lars Hansen <larsh@math.ku.dk>
9648
9649 * dired-x.texi (dired-mark-omitted): Update keybinding.
9650
9651 2004-06-10 Kim F. Storm <storm@cua.dk>
9652
9653 * pcl-cvs.texi (Viewing differences): Add 'd y'.
9654
9655 2004-06-05 Lars Hansen <larsh@math.ku.dk>
9656
9657 * dired-x.texi (variable dired-omit-mode): Rename from
9658 dired-omit-files-p.
9659 (function dired-omit-mode): Rename from dired-omit-toggle.
9660 Call dired-omit-mode rather than set dired-omit-files-p.
9661 (dired-mark-omitted): Describe command.
9662
9663 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
9664
9665 Version 2.0.41 of Tramp released.
9666
9667 2004-05-29 Juanma Barranquero <lektu@terra.es>
9668
9669 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
9670 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9671
9672 2004-05-29 Richard M. Stallman <rms@gnu.org>
9673
9674 * cl.texi (Top): Call this chapter `Introduction'.
9675 (Overview): In TeX, no section heading here.
9676
9677 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
9678
9679 2004-05-29 Eli Zaretskii <eliz@gnu.org>
9680
9681 * Makefile.in (../info/flymake, flymake.dvi): New targets.
9682 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9683
9684 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
9685
9686 * flymake.texi: New file.
9687
9688 2004-05-28 Simon Josefsson <jas@extundo.com>
9689
9690 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
9691
9692 2004-05-07 Kai Großjohann <kai@emptydomain.de>
9693
9694 Version 2.0.40 of Tramp released.
9695
9696 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
9697
9698 Complete rework, based on review by Karl Berry <karl@gnu.org>.
9699
9700 * tramp.texi (Auto-save and Backup): Explain exploitation of new
9701 variables `tramp-backup-directory-alist' and
9702 `tramp-bkup-backup-directory-info'.
9703 (Overview, Connection types)
9704 (External transfer methods, Default Method)
9705 (Windows setup hints): Remove restriction of password entering
9706 with external methods.
9707 (Auto-save and Backup): Make file name example
9708 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
9709 and `auto-save-directory' must be used.
9710 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
9711 only "NT"). Remove doubled entry "What kinds of systems does
9712 @tramp{} work on".
9713 (tramp): Macro removed.
9714 (Obtaining Tramp): Flag removed from title.
9715 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
9716 and `trampver' used properly. Flag `tramp-inst' replaced by
9717 `installchapter'. Installation related text adapted.
9718
9719 2004-04-28 Masatake YAMATO <jet@gyve.org>
9720
9721 * widget.texi (Programming Example): Remove overlays.
9722
9723 2004-04-27 Jesper Harder <harder@ifa.au.dk>
9724
9725 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
9726
9727 2004-04-23 Juanma Barranquero <lektu@terra.es>
9728
9729 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9730
9731 2004-04-05 Jesper Harder <harder@ifa.au.dk>
9732
9733 * info.texi (Info Search): Add info-apropos.
9734
9735 2004-03-22 Juri Linkov <juri@jurta.org>
9736
9737 * faq.texi: Fix help key bindings.
9738
9739 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9740
9741 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
9742 (as suggested by Karl Berry). Update information about colored
9743 stars in menus. Add new subheading describing M-n.
9744
9745 2004-03-12 Richard M. Stallman <rms@gnu.org>
9746
9747 * cl.texi (Top): Rename top node's title.
9748
9749 2004-03-08 Karl Berry <karl@gnu.org>
9750
9751 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
9752 problems making the texinfo distribution.
9753
9754 2004-02-29 Simon Josefsson <jas@extundo.com>
9755
9756 * smtpmail.texi (Authentication): Change the list of supported
9757 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
9758 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
9759 <voegelas@gmx.net>.
9760
9761 2004-02-29 Juanma Barranquero <lektu@terra.es>
9762
9763 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9764 Use $(DEL) instead of rm, and ignore exit code.
9765
9766 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
9767
9768 Tramp version 2.0.39 released.
9769
9770 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9771
9772 * tramp.texi (Customizing Completion): Explain new functions
9773 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
9774 (all): Savannah URLs unified to "http://savannah.nongnu.org".
9775 (Top): Refer to Savannah mailing list as the major one.
9776 Mention older mailing lists in HTML mode only.
9777 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
9778 (Frequently Asked Questions): Remote hosts must not be Unix-like
9779 for "smb" method.
9780 (Password caching): New node.
9781 (External transfer methods): Refer to password caching for "smb"
9782 method.
9783
9784 2004-02-17 Karl Berry <karl@gnu.org>
9785
9786 * info.texi (Help-Int): Mention the new line number feature.
9787
9788 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9789
9790 * ses.texi (Advanced Features): New functionality for
9791 ses-set-header-row (defaults to current row unless C-u used).
9792 (Acknowledgements): Add Stefan Monnier.
9793
9794 2003-12-29 Kevin Ryde <user42@zip.com.au>
9795
9796 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
9797
9798 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
9799
9800 Tramp version 2.0.38 released.
9801
9802 * tramp.texi (Remote shell setup): Warn of environment variables
9803 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
9804 <sven.gabriel@imk.fzk.de>.
9805 (Configuration): Tramp now chooses base64/uuencode
9806 automatically. Update wording accordingly.
9807 (Top): More description for the `Default Method' menu entry.
9808 (Default Method): Use @code, not @var, for Lisp variables.
9809 (Default Method): New subsection `Which method is the right one
9810 for me?' Suggested by Christian Kirsch.
9811 (Configuration): Pointer to new subsection added.
9812 (Default Method): Too many "use" in one sentence.
9813 Rephrase. Reported by Christian Kirsch.
9814 (Filename Syntax): Old `su' example is probably a left-over from
9815 the sm/su method naming. Replace with `ssh', instead.
9816 (External transfer methods, Auto-save and Backup):
9817 Typo fixes.
9818
9819 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
9820
9821 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
9822 (Top): Mention japanese manual only if flag `jamanual' is set.
9823 Insert section `Japanese manual' in menu.
9824
9825 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9826
9827 * eshell.texi (Known Problems): Add doc item.
9828
9829 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9830
9831 * cc-mode.texi: Update for CC Mode 5.30.
9832
9833 Note: Please refrain from doing purely cosmetic changes like
9834 removing trailing whitespace in this manual; it clobbers cvs
9835 merging for no good reason.
9836
9837 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9838
9839 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9840 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9841 @acronym{ASCII}.
9842
9843 2003-10-26 Karl Berry <karl@gnu.org>
9844
9845 * info.texi (Info Search): Echo area, not echo are. From Debian
9846 diff.
9847
9848 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9849
9850 * widget.texi (Defining New Widgets): Document new behavior of
9851 :buttons and :children keywords.
9852
9853 2003-10-22 Miles Bader <miles@gnu.org>
9854
9855 * Makefile.in (info): Move before $(top_srcdir)/info.
9856
9857 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9858
9859 * tramp.texi (Inline methods): Small grammar fix.
9860 (External transfer methods): Likewise.
9861
9862 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
9863
9864 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9865
9866 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9867
9868 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9869
9870 2003-09-30 Richard M. Stallman <rms@gnu.org>
9871
9872 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9873
9874 * widget.texi (User Interface): Fix typos.
9875
9876 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9877
9878 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9879
9880 * pcl-cvs.texi (Selected Files): Fix typo.
9881
9882 2003-09-21 Karl Berry <karl@gnu.org>
9883
9884 * info.texi (] and [ commands): No period at end of section title.
9885
9886 2003-09-04 Miles Bader <miles@gnu.org>
9887
9888 * Makefile.in (top_srcdir): New variable.
9889 ($(top_srcdir)/info): New rule.
9890 (info): Depend on it.
9891
9892 2003-09-03 Peter Runestig <peter@runestig.com>
9893
9894 * makefile.w32-in: New file.
9895
9896 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9897
9898 * widget.texi (User Interface): Explain the need of static text
9899 around an editable field.
9900
9901 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9902
9903 * widget.texi (Basic Types): The argument to `:help-echo' can now
9904 be a form that evaluates to a string.
9905
9906 2003-08-18 Kim F. Storm <storm@cua.dk>
9907
9908 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9909
9910 2003-08-16 Richard M. Stallman <rms@gnu.org>
9911
9912 * dired-x.texi (Shell Command Guessing): Explain *.
9913
9914 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9915
9916 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9917 log-edit-insert-changelog.
9918
9919 2003-08-03 Karl Berry <karl@gnu.org>
9920
9921 * info.texi: Need @contents.
9922
9923 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
9924
9925 Tramp version 2.0.36 released.
9926
9927 * tramp.texi (Remote shell setup): Explain about problems with
9928 non-Bourne commands in ~/.profile and ~/.shrc.
9929
9930 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9931
9932 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9933 renaming of `vis-mode' to `visible-mode'.
9934
9935 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9936
9937 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9938 next, prev and up pointers.
9939
9940 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9941
9942 * info.texi (Help): Mention existence of Emacs and stand-alone
9943 Info at the very beginning of the tutorial.
9944 (Help-Inv): New node.
9945 (Help-]): New node.
9946 (Help-M): Systematically point out the differences between default
9947 Emacs and stand-alone versions. Delete second menu.
9948 (Help-Xref): Systematically point out the differences between
9949 default Emacs and stand-alone versions.
9950 (Help-Int): Change `l' example.
9951 (Expert Info): Fix typos.
9952 (Emacs Info Variables): Mention `Info-hide-note-references' and
9953 new default for `Info-scroll-prefer-subnodes'.
9954
9955 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
9956
9957 Version 2.0.35 of Tramp released.
9958
9959 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9960 (Inline methods): Add methods `remsh' and `plink1'.
9961 (External transfer methods): Add method `remcp'.
9962 (Multi-hop Methods): Add method `remsh'.
9963 Small patch from Adrian Aichner <adrian@xemacs.org>:
9964 Fix minor typos.
9965 (Concept Index): Add to make manual searchable via
9966 `Info-index'.
9967 (Version Control): Add cindex entry.
9968
9969 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
9970
9971 * trampver.texi: Version 2.0.34 released.
9972
9973 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9974
9975 * faq.texi: Improve previous changes.
9976
9977 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9978
9979 * faq.texi: Update copyright and maintenance details.
9980 Update some package URLs, versions, and maintainers.
9981 Remove many references to the Emacs Lisp Archive.
9982
9983 2003-04-23 Simon Josefsson <jas@extundo.com>
9984
9985 * smtpmail.texi: Fix license (the invariant sections mentioned has
9986 never been part of the smtp manual). Align info dir entry with
9987 other emacs packages.
9988
9989 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9990
9991 * tramp.texi: Version 2.0.33 released.
9992 Remove installation chapter. Remove XEmacs specifics.
9993
9994 2003-03-29 Richard M. Stallman <rms@gnu.org>
9995
9996 * tramp.texi (Top): Undo the previous renaming.
9997 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9998
9999 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
10000
10001 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
10002 version of manual.
10003
10004 * tramp.texi (Auto-save and Backup): New node.
10005
10006 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
10007
10008 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
10009 Emacs" in order to have better differentiation to "XEmacs".
10010 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
10011 are new macros in order to point to the other Emacs flavor where
10012 appropriate. In info case, point to node `Installation' in order
10013 to explain how to generate the other way. In html case, make a
10014 link to the other html file.
10015 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
10016 after CVS checkout/update.
10017 (Installation): Completely rewritten.
10018 (Installation parameters, Load paths): New sections under
10019 `Installation'.
10020
10021 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10022
10023 * tramp.texi: Version 2.0.30 released.
10024 Replace word "path" with "localname" where used as a component of
10025 a Tramp file name.
10026
10027 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
10028
10029 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
10030 introduced.
10031 (Installation): Explain what to do if files from the tramp/contrib
10032 directory are needed.
10033
10034 2003-02-23 Alex Schroeder <alex@emacswiki.org>
10035
10036 * smtpmail.texi (How Mail Works): New.
10037
10038 2003-02-22 Alex Schroeder <alex@emacswiki.org>
10039
10040 * smtpmail.texi: New file.
10041
10042 * Makefile.in: Build SMTP manual.
10043
10044 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10045
10046 * tramp.texi: Version 2.0.29 released.
10047 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
10048 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
10049
10050 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
10051
10052 * tramp.texi (Frequently Asked Questions): Explain a workaround if
10053 another package loads accidentally Ange-FTP.
10054
10055 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
10056
10057 * tramp.texi (Customizing Completion): Add function
10058 `tramp-parse-sconfig'. Change example of
10059 `tramp-set-completion-function', because parsing of ssh config
10060 files looks more natural.
10061
10062 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
10063
10064 * gnus.texi: Do not use `path' in several locations.
10065
10066 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10067
10068 * tramp.texi (External transfer methods): New method `smb'.
10069 From Michael Albinus.
10070
10071 2002-11-05 Karl Berry <karl@gnu.org>
10072
10073 * info.texi (Info-fontify): Reorder face list to avoid bad line
10074 breaks.
10075
10076 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10077
10078 * tramp.texi: Move @copying to standard place.
10079 Use @insertcopying.
10080
10081 2002-10-02 Karl Berry <karl@gnu.org>
10082
10083 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
10084 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
10085 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
10086 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
10087 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
10088 Per rms, update all manuals to use @copying instead of @ifinfo.
10089 Also use @ifnottex instead of @ifinfo around the top node, where
10090 needed for the sake of the HTML output.
10091 (The Gnus manual is not fixed since it's not clear to me how it
10092 works; and the Tramp manual already uses @copying, although in an
10093 unusual way. All others were changed.)
10094
10095 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
10096
10097 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
10098 (../info/ses, ses.dvi): New targets.
10099 * ses.texi: New file.
10100
10101 2002-09-06 Pavel Janík <Pavel@Janik.cz>
10102
10103 * texinfo.tex: Update to texinfo 4.2.
10104
10105 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
10106
10107 * reftex.texi: Update to RefTeX 4.19.
10108
10109 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10110
10111 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
10112 (../info/tramp, tramp.dvi): New targets.
10113
10114 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
10115
10116 * Makefile.in (DVI_TARGETS): Add calc.dvi.
10117 (calc.dvi): Uncomment.
10118
10119 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
10120
10121 * Makefile.in (INFO_TARGETS): Add ../info/calc.
10122 (../info/calc): New target.
10123
10124 2001-10-20 Gerd Moellmann <gerd@gnu.org>
10125
10126 * (Version 21.1 released.)
10127
10128 2001-10-05 Gerd Moellmann <gerd@gnu.org>
10129
10130 * Branch for 21.1.
10131
10132 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10133
10134 * Makefile.in (../info/info): Use an explicit -o switch to
10135 makeinfo.
10136
10137 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10138
10139 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10140
10141 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
10142
10143 * Makefile.in (../info/idlwave): Use --no-split.
10144
10145 2000-12-14 Dave Love <fx@gnu.org>
10146
10147 * Makefile.in (mostlyclean): Remove gnustmp.*.
10148 (gnus.dvi): Change rule to remove @latex stuff.
10149
10150 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
10151
10152 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
10153
10154 2000-10-13 John Wiegley <johnw@gnu.org>
10155
10156 * Makefile.in: Add build targets for eshell.texi.
10157
10158 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10159
10160 * Makefile.in: Remove/comment speedbar stuff.
10161
10162 2000-09-22 Dave Love <fx@gnu.org>
10163
10164 * Makefile.in: Add emacs-mime.
10165
10166 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10167
10168 * Makefile.in (INFO_TARGETS): Add ../info/woman.
10169 (DVI_TARGETS): Add woman.dvi.
10170 (../info/woman, woman.dvi): New targets.
10171
10172 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
10173
10174 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
10175
10176 * pcl-cvs.texi: New file.
10177 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
10178 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
10179
10180 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10181
10182 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
10183 (../info/ebrowse, ebrowse.dvi): New targets.
10184
10185 2000-01-13 Gerd Moellmann <gerd@gnu.org>
10186
10187 * Makefile.in (INFO_TARGETS): Add eudc.
10188 (DVI_TARGETS): Add eudc.dvi.
10189 (../info/eudc, eudc.dvi): New targets.
10190
10191 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
10192
10193 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
10194 compatibility with 8+3 filesystems).
10195 (../info/efaq): Rename from emacs-faq.
10196
10197 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10198
10199 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
10200 (../info/idlwave, idlwave.dvi): New targets.
10201
10202 1999-10-23 Dave Love <fx@gnu.org>
10203
10204 * Makefile.in: Use autotype.texi.
10205
10206 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
10207
10208 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
10209 faq.texi file) rather than ../info/faq.
10210
10211 1999-10-07 Gerd Moellmann <gerd@gnu.org>
10212
10213 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
10214 (../info/ada-mode, ada-mode.dvi): New targets.
10215
10216 1999-09-01 Dave Love <fx@gnu.org>
10217
10218 * Makefile.in: Add faq.
10219
10220 1999-07-12 Richard Stallman <rms@gnu.org>
10221
10222 * Version 20.4 released.
10223
10224 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10225
10226 * Version 20.3 released.
10227
10228 1998-04-06 Andreas Schwab <schwab@gnu.org>
10229
10230 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
10231 Use it in dvi targets.
10232 (../etc/GNU): Change to $(srcdir) first.
10233
10234 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
10235
10236 * reftex.texi: Update for RefTeX version 3.22.
10237
10238 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
10239
10240 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
10241 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10242
10243 1997-09-23 Paul Eggert <eggert@twinsun.com>
10244
10245 * Makefile.in: Merge changes mistakenly made to `Makefile'.
10246 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
10247
10248 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10249
10250 * Version 20.2 released.
10251
10252 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10253
10254 * Version 20.1 released.
10255
10256 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10257
10258 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
10259
10260 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10261
10262 * Version 19.33 released.
10263
10264 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10265
10266 * Version 19.32 released.
10267
10268 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10269
10270 * Makefile.in: Add rules for the Message manual.
10271
10272 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10273
10274 * gnus.texi: New version.
10275
10276 * message.texi: New manual.
10277
10278 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10279
10280 * Makefile.in (All info targets): cd $(srcdir) to do the work.
10281
10282 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10283
10284 * Makefile.in (All info targets): Specify $(srcdir) in input files.
10285 Specify -I option.
10286 (All dvi targets): Set the TEXINPUTS variable.
10287
10288 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10289
10290 * Version 19.31 released.
10291
10292 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10293
10294 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
10295 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
10296
10297 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10298
10299 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
10300 (INFO_TARGETS): Add ../info/cc-mode.
10301 (DVI_TARGETS): Add cc-mode.dvi.
10302
10303 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10304
10305 * Version 19.30 released.
10306
10307 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10308
10309 * gnus.texi: New file.
10310
10311 1995-11-04 Erik Naggum <erik@naggum.no>
10312
10313 * gnus.texi: File deleted.
10314
10315 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
10316
10317 * mh-e.texi: "Function Index" -> "Command Index" to work with
10318 Emacs 19.30 C-h C-k support of separately-documented commands.
10319
10320 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10321
10322 * Makefile.in (../info/ediff, ediff.dvi): New targets.
10323 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
10324
10325 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10326
10327 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
10328 (../info/viper, viper.dvi): New targets.
10329
10330 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
10331
10332 * dired-x.texi (Installation): Change the example to set
10333 buffer-local variables like dired-omit-files-p in
10334 dired-mode-hook.
10335
10336 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10337
10338 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
10339 (../info/mh-e, mh-e.dvi): New targets.
10340
10341 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10342
10343 * Makefile.in (maintainer-clean): Rename from realclean.
10344
10345 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10346
10347 * Makefile.in: New file.
10348 * Makefile: File deleted.
10349
10350 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10351
10352 * Makefile (TEXINDEX_OBJS): Variable deleted.
10353 (texindex, texindex.o, getopt.o): Rules deleted.
10354 All deps on texindex deleted.
10355 (distclean): Don't delete texindex.
10356 (mostlyclean): Don't delete *.o.
10357 * texindex.c, getopt.c: Files deleted.
10358
10359 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10360
10361 * Version 19.26 released.
10362
10363 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10364
10365 * Version 19.25 released.
10366
10367 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10368
10369 * Version 19.24 released.
10370
10371 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10372
10373 * Version 19.23 released.
10374
10375 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10376
10377 * Makefile: Delete spurious tab.
10378
10379 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10380
10381 * Makefile (.SUFFIXES): New rule.
10382
10383 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10384
10385 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
10386 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10387
10388 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10389
10390 * Makefile (../info/sc): Rename from sc.info.
10391 (../info/cl): Likewise.
10392 (INFO_TARGETS): Use new names.
10393
10394 1993-12-04 Richard Stallman (rms@srarc2)
10395
10396 * getopt.c: New file.
10397 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10398 (getopt.o): New rule.
10399 (dvi): Don't depend on texindex.
10400 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
10401 Depend on texindex.
10402
10403 1993-12-03 Richard Stallman (rms@srarc2)
10404
10405 * Makefile (../info/sc.info): Rename from ../info/sc.
10406 (TEXI2DVI): New variable.
10407 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
10408 Add explicit commands.
10409 (TEXINDEX_OBJS): Delete duplicate getopt.o.
10410
10411 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10412
10413 * Version 19.22 released.
10414
10415 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10416
10417 * Makefile (TEXINDEX_OBJS): Delete spurious period.
10418
10419 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10420
10421 * Version 19.21 released.
10422
10423 1993-11-15 Paul Eggert (eggert@twinsun.com)
10424
10425 * man/Makefile (../info/cl.info): Rename from ../info/cl.
10426
10427 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10428
10429 * Makefile (../etc/GNU): New target.
10430 (EMACSSOURCES): Add gnu1.texi.
10431
10432 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10433
10434 * Makefile (realclean): Don't delete the Info files.
10435
10436 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10437
10438 * forms.texi: Fix forms.texi so that it will format correctly.
10439 Add missing `@end iftex', fix bad reference.
10440
10441 * info.texi, info-stn.texi: New files implement texinfo version of
10442 `info' file.
10443
10444 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
10445
10446 * Makefile: Fix targets for texindex, new info.texi files.
10447 * info-stnd.texi: New file implements info for standalone info
10448 reader.
10449 * info.texi: Update to include recent changes to "../info/info".
10450 New source file for ../info/info; includes info-stnd.texi.
10451
10452 * texindex.c: Include "../src/config.h" if building in emacs.
10453
10454 * Makefile: Change all files to FILENAME.texi, force all targets
10455 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
10456 vip.texinfo, forms.texinfo, cl.texinfo.
10457 Add target to build texindex.c, defining `emacs'.
10458
10459 * forms.texi: Install new file to match version 2.3 of forms.el.
10460
10461 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10462
10463 * Version 19.19 released.
10464
10465 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
10466
10467 * sc.texinfo: Fix info file name.
10468
10469 * Makefile (info): Add gnus and sc.
10470 (dvi): Add gnus.dvi and sc.dvi.
10471 (../info/sc, sc.dvi): New targets.
10472
10473 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10474
10475 * Version 19.18 released.
10476
10477 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10478
10479 * Makefile: Fix source file names of the separate manuals.
10480 (gnus.dvi, ../info/gnus): New targets.
10481
10482 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10483
10484 * Version 19.17 released.
10485
10486 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10487
10488 * split-man: Fix typos in last change.
10489
10490 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10491
10492 * Version 19.16 released.
10493
10494 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10495
10496 * version 19.15 released.
10497
10498 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10499
10500 * Makefile (distclean): It's rm, not rf.
10501
10502 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10503
10504 * Version 19.14 released.
10505
10506 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10507
10508 * Makefile: New file.
10509
10510 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10511
10512 * Version 19.13 released.
10513
10514 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10515
10516 * Version 19.9 released.
10517
10518 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10519
10520 * Version 19.8 released.
10521
10522 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10523
10524 * Version 19.7 released.
10525
10526 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
10527
10528 * gnus.texinfo: New file. Removed installation instructions.
10529
10530 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10531
10532 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
10533
10534 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10535
10536 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
10537 then define `\sc' as the command for smallcaps in Texinfo.
10538 This means that the @sc command will produce small caps. bfox has
10539 made the corresponding change to makeinfo and texinfm.el.
10540
10541 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10542
10543 * vip.texinfo: Remove menu entry Adding Lisp Code in node
10544 Customization since the menu entry did not point to anything.
10545 Also add an @finalout command to remove overfull hboxes from the
10546 printed output.
10547
10548 * cl.texinfo: Add @bye, \input line and @settitle to file.
10549 This file is clearly intended to be a chapter of some other work,
10550 but the other work does not yet exist.
10551
10552 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10553
10554 * texinfo.texinfo: Three typos corrected.
10555
10556 ;; Local Variables:
10557 ;; coding: utf-8
10558 ;; End:
10559
10560 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
10561
10562 This file is part of GNU Emacs.
10563
10564 GNU Emacs is free software: you can redistribute it and/or modify
10565 it under the terms of the GNU General Public License as published by
10566 the Free Software Foundation, either version 3 of the License, or
10567 (at your option) any later version.
10568
10569 GNU Emacs is distributed in the hope that it will be useful,
10570 but WITHOUT ANY WARRANTY; without even the implied warranty of
10571 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10572 GNU General Public License for more details.
10573
10574 You should have received a copy of the GNU General Public License
10575 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.