* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
[bpt/emacs.git] / doc / misc / ChangeLog
1 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4 for portability to hosts where /bin/sh has problems.
5
6 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 Try to reduce redundancy in doc/misc/Makefile.in.
9 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
10 (TARGETS): New intermediate variable.
11 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
12
13 2013-08-27 Glenn Morris <rgm@gnu.org>
14
15 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
16
17 * efaq.texi: Rename from faq.texi, to match its output files.
18 * Makefile.in: Update for faq.texi name change.
19
20 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
21
22 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
23
24 * efaq-w32.texi: Move here from the web-pages repository.
25 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
26 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
27 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
28 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
29 Add DOCMISC_*_W32 variables.
30 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
31 (efaq_w32_deps): New variable.
32 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
33 (efaq-w32.pdf, efaq-w32.html): New rules.
34 (clean): Remove efaq-w32 products.
35
36 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
37
38 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
39 shift_jis from the default value set to mm-coding-system-priorities for
40 Japanese users.
41
42 2013-08-13 Glenn Morris <rgm@gnu.org>
43
44 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
45 (Options - Defining Label Environments, Options - Creating Labels)
46 (Options - Referencing Labels, Options - Creating Citations)
47 (Options - Index Support, Options - Viewing Cross-References)
48 (Options - Finding Files, Options - Optimizations)
49 (Options - Fontification, Options - Misc):
50 * cc-mode.texi (Sample Init File):
51 * edt.texi (Init file):
52 * epa.texi (Encrypting/decrypting gpg files):
53 * mairix-el.texi (About, Setting up the mairix interface, Using)
54 (Extending):
55 Rename nodes to avoid characters that can cause Texinfo problems.
56
57 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
58
59 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
60
61 2013-08-12 Glenn Morris <rgm@gnu.org>
62
63 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
64 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
65 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
66 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
67 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
68 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
69 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
70 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
71 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
72 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
73 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
74 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
75 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
76
77 * woman.texi (Top): Avoid mailto: in html output.
78
79 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
80 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
81 (INSTALL_DATA): New, set by configure.
82 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
83 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
84 install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
85 uninstall-ps, and uninstall-doc.
86 (.SUFFIXES): Add .ps and .dvi.
87 (.dvi.ps): New suffix rule.
88 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
89 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
90 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
91 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
92 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
93 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
94 (ido.html, mairix-el.html, message.html, mh-e.html)
95 (newsticker.html, nxml-mode.html, org.html, pgg.html)
96 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
97 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
98 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
99 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
100 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
101 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
102 New rules.
103 (clean): Remove HTML_TARGETS and PS_TARGETS.
104
105 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
106
107 * ido.texi (Working Directories):
108 (Flexible Matching, Regexp Matching, Find File At Point)
109 (Ignoring, Misc Customization): Use @defopt for user options.
110
111 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
112
113 * htmlfontify.texi (Customization): Remove documentation of
114 `hfy-fast-lock-save'. Minor fixes.
115
116 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
117
118 * ido.texi (Top): Insert node "Working Directories" in menu.
119 (Working Directories): New node.
120 (Misc Customization): Add documentation of
121 `ido-confirm-unique-completion' and some other user options.
122
123 2013-08-07 Eli Zaretskii <eliz@gnu.org>
124
125 * todo-mode.texi: Update @dircategory.
126 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
127 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
128 @ref.
129
130 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
131
132 * sc.texi (Introduction): Fix index.
133 (Usage Overview):
134 (Citations, Citation Elements, Recognizing Citations)
135 (Information Keys and the Info Alist, Reference Headers)
136 (The Built-in Header Rewrite Functions)
137 (Electric References, Reply Buffer Initialization)
138 (Filling Cited Text, Selecting an Attribution)
139 (Attribution Preferences)
140 (Anonymous Attributions, Author Names)
141 (Using Regi, Post-yank Formatting Commands)
142 (Citing Commands, Insertion Commands)
143 (Mail Field Commands)
144 (Hints to MUA Authors, Thanks and History): Change from one space
145 between sentences to two.
146 (What Supercite Does): Typo fix.
147
148 * newsticker.texi (Usage): Use @key for RET.
149
150 * cl.texi (Argument Lists):
151 (For Clauses):
152 (Macros): Add indexes.
153
154 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
155
156 * cl.texi (Blocks and Exits): Add an index.
157
158 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
159
160 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
161 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
162 (todo-mode.dvi, todo-mode.pdf): New rules.
163
164 * todo-mode.texi: New file.
165
166 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
167
168 * gnus.texi (Basic Usage): Mention that warp means jump here.
169 (The notmuch Engine): Mention notmuch.
170
171 2013-07-30 Tassilo Horn <tsdh@gnu.org>
172
173 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
174 `gnus-subthread-sort-functions' and remove the obsolete documentation
175 of `gnus-sort-threads-recursively'.
176
177 2013-07-29 David Engster <deng@randomsample.de>
178
179 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
180 implementation.
181 (Introduction): Add further missing features.
182 (Building Classes): Add introductory paragraph.
183 (Wish List): Add metaclasses and EQL specialization.
184
185 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
186
187 * tramp.texi (Frequently Asked Questions): Mention
188 `tramp-use-ssh-controlmaster-options'.
189
190 2013-07-26 Tassilo Horn <tsdh@gnu.org>
191
192 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
193 `gnus-sort-threads-recursively'.
194
195 2013-07-25 Glenn Morris <rgm@gnu.org>
196
197 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
198 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
199
200 * erc.texi (Special Features): Update contact information.
201 (History): Avoid using @email.
202
203 * eshell.texi (Bugs and ideas): Minor updates.
204
205 * faq.texi (Reporting bugs, Origin of the term Emacs)
206 (Setting up a customization file)
207 (Using an already running Emacs process, Turning off beeping)
208 (Packages that do not come with Emacs)
209 (Replying to the sender of a message): Avoid using @email.
210
211 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
212
213 * reftex.texi (Imprint): Avoid using @email.
214
215 * ses.texi (Top): Update bug reporting instructions.
216 (Acknowledgments): Avoid using @email.
217
218 * woman.texi (Introduction, Background): Remove outdated information.
219 (Bugs, Acknowledgments): Avoid using @email.
220
221 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
222
223 * ido.texi: New file.
224
225 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
226
227 * gnus.texi (Customizing Articles): Document function predicates.
228
229 2013-07-08 Tassilo Horn <tsdh@gnu.org>
230
231 * gnus.texi (lines): Correct description of
232 `gnus-registry-track-extra's default value. Mention
233 `gnus-registry-remove-extra-data'.
234
235 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
236
237 * gnus.texi (Group Parameters): Mention regexp
238 substitutions (bug#11688).
239
240 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
241
242 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
243
244 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
245
246 * gnus.texi (Emacsen): Fix version.
247
248 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
249
250 2013-07-06 Glenn Morris <rgm@gnu.org>
251
252 * mh-e.texi: Fix external links.
253 (Using This Manual): Printed elisp manuals no longer available.
254
255 * newsticker.texi (Overview): Update URL.
256
257 * nxml-mode.texi (Introduction): Update URL.
258
259 * org.texi (JavaScript support): Fix URL.
260
261 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
262
263 * eudc.texi (CCSO PH/QI): Remove defunct URL.
264
265 * dbus.texi (Introspection): Update URL to a less defunct one.
266
267 * gnus.texi (Top): Restrict "Other related manuals" to info output.
268 (Foreign Groups): Use @indicateurl for examples.
269 (Direct Functions): Remove defunct URL.
270 (RSS): Update URL.
271
272 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
273 (FAQ 7-1): Update URL.
274
275 * pgg.texi (Top, Overview): Add note about obsolescence.
276
277 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
278
279 * texinfo.tex: Merge from gnulib.
280
281 2013-07-03 Glenn Morris <rgm@gnu.org>
282
283 * bovine.texi (top):
284 * cc-mode.texi (AWK Mode Font Locking):
285 * mh-e.texi (Preface):
286 * url.texi (URI Parsing): Fix cross-references to other manuals.
287
288 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
289
290 * gnus.texi (Client-Side IMAP Splitting):
291 Note that `nnimap-inbox' now can be a list.
292
293 2013-06-24 Glenn Morris <rgm@gnu.org>
294
295 * eshell.texi: Fix cross-references to other manuals.
296
297 2013-06-23 Glenn Morris <rgm@gnu.org>
298
299 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
300 Remove; not needed now we use a standard html layout for the faq.
301 (clean): Remove HTML_TARGETS, emacs-faq.text.
302
303 2013-06-21 Eduard Wiebe <usenet@pusto.de>
304
305 * flymake.texi (Parsing the output, Customizable variables):
306 Add reference to `flymake-warning-predicate'.
307
308 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
309
310 * tramp.texi (Top, Configuration): Insert section `Predefined
311 connection information' in menu.
312 (Predefined connection information): New section.
313 (Android shell setup): Make a reference to `Predefined connection
314 information'.
315
316 2013-06-19 Glenn Morris <rgm@gnu.org>
317
318 * Makefile.in (version): New, set by configure.
319 (clean): Delete dist tar file.
320 (infoclean): New, split from maintainer-clean.
321 (maintainer-clean): Run infoclean.
322 (dist): New rule, to make tarfile for www.gnu.org.
323
324 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
325
326 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
327 for keys q and Q.
328 (Standards): Reference RFC5804 as the defining document of the
329 managesieve protocol.
330
331 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
332
333 * eshell.texi (Input/Output): Expand to cover new visual-command
334 options, eshell-visual-subcommands and eshell-visual-options.
335 Divide into separate Visual Commands and Redirection sections.
336
337 2013-06-10 Glenn Morris <rgm@gnu.org>
338
339 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
340
341 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
342
343 * gnus.texi (Article Date):
344 Fix description of gnus-article-update-date-headers.
345
346 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
347
348 * erc.texi (Special Features): ERC is being maintained within
349 Emacs now.
350
351 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
352
353 * flymake.texi: Change from one space between sentences to two.
354
355 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * cl.texi (Obsolete Macros): Describe replacements for `flet'
358 (bug#14293).
359
360 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
361
362 * tramp.texi (Frequently Asked Questions): Precise, how to define
363 an own ControlPath.
364
365 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
366
367 * tramp.texi (Frequently Asked Questions): New item for
368 ControlPath settings.
369
370 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
371
372 * calc.texi (Basic Operations on Units): Streamline some
373 descriptions.
374
375 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
376
377 * eshell.texi (Built-ins): Update manual to mention tramp module.
378
379 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
380
381 * tramp.texi (Filename Syntax): Host names are not allowed to be
382 any method name, unless method name is specified explicitly.
383 Remove restriction on unibyte filenames.
384
385 * trampver.texi: Update release number.
386
387 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
388
389 doc: convert some TeX accents to UTF-8
390 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
391 '@"{@dotless{i}}'.
392
393 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
394
395 Sync with Tramp 2.2.7.
396
397 * trampver.texi: Update release number.
398
399 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
400
401 * calc.texi (Basic Operations on Units): Streamline some
402 descriptions.
403
404 2013-03-08 Glenn Morris <rgm@gnu.org>
405
406 * faq.texi (Top): Don't say this was updated @today.
407 That's irrelevant and leads to spurious diffs.
408
409 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
410
411 * calc.texi (Basic Operations on Units):
412 Fix cross-reference.
413
414 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
415
416 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
417
418 2013-03-06 Alan Mackenzie <acm@muc.de>
419
420 * cc-mode.texi (Custom Line-Up): Clarify position of point on
421 calling a line-up function.
422
423 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
424
425 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
426 * ses.texi: Switch from Latin-1 to UTF-8.
427
428 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
429
430 * tramp.texi (External methods): Tramp does not connect Android
431 devices by itself.
432
433 2013-03-02 Bill Wohler <wohler@newt.com>
434
435 Release MH-E manual version 8.5.
436
437 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
438 release 8.5.
439
440 * mh-e.texi (Preface, Conventions, Getting Started)
441 (Using This Manual, Folder Selection, Viewing, Aliases)
442 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
443 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
444 Update URLs.
445
446 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
447
448 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
449 and "plink2" entries. "plink2" is obsolete for a long time.
450 (External methods): Remove "scp1" and "scp2" entries.
451 Explain user name and host name specification for "adb".
452
453 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
454
455 * tramp.texi (External methods): Mention `tramp-adb-program'.
456
457 2013-02-28 Bastien Guerry <bzg@gnu.org>
458
459 * org.texi (Visibility cycling): Suggest to set
460 `org-agenda-inhibit-startup' to nil if user wants the startup
461 visibility settings to be honored in any circumstances.
462 (Progress logging, Checkboxes): Fix typos.
463
464 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
465
466 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
467 the macros, for Texinfo 4.13 and 5.0.
468
469 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
470
471 Port Tramp documentation to Texinfo 5.0.
472 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
473 (Filename Syntax): Do not use @trampfn{} in @item.
474 (Filename completion): Use @columnfractions in @multitable.
475
476 2013-02-22 Glenn Morris <rgm@gnu.org>
477
478 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
479
480 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
481
482 * Makefile.in (html): New rule.
483
484 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
485
486 * tramp.texi (Android shell setup): Improve. Reported by Thierry
487 Volpiatto <thierry.volpiatto@gmail.com>.
488
489 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
490
491 * tramp.texi (Top, Configuration): Insert section `Android shell
492 setup' in menu.
493 (Android shell setup): New section.
494 (Connection types, Default Method)
495 (Frequently Asked Questions): Mention "scp" instead of "scpc".
496 (External methods): Remove "scpc" and "rsyncc" entries.
497 (Frequently Asked Questions): Remove entry about ControlPersist.
498
499 2013-02-13 Glenn Morris <rgm@gnu.org>
500
501 * message.texi (News Headers): Don't mention yow any more.
502
503 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
504
505 * calc.texi (Basic Operations on Units):
506 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
507
508 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
509
510 * eshell.texi: Fill most of the missing sections.
511
512 2013-02-07 Bastien Guerry <bzg@gnu.org>
513
514 * org.texi (References): Clarify an example.
515 (Installation): Fix instructions.
516 (Org-Plot): Fix link.
517 (Checkboxes, Radio lists): Fix typos.
518
519 2013-02-07 Glenn Morris <rgm@gnu.org>
520
521 * cl.texi (Equality Predicates): Mention memql.
522
523 2013-02-07 Eric Ludlam <zappo@gnu.org>
524
525 * doc/misc/ede.texi (Creating a project): Make ede-new doc less
526 specific, and only about items it supports, indicating that there
527 might be more. Remove refs to simple project and direct automake
528 from ede new.
529 (Simple projects): Re-write to not talk about ede-simple-project
530 which is deprecated, and instead use the term to mean projects
531 that don't do much management, just project wrapping.
532 Add ede-generic-project link.
533 (ede-generic-project): New node (bug#11441).
534
535 2013-02-07 Glenn Morris <rgm@gnu.org>
536
537 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
538
539 2013-02-01 Glenn Morris <rgm@gnu.org>
540
541 * calc.texi (Help Commands): Update calc-view-news description.
542 Mention etc/CALC-NEWS.
543
544 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
545
546 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
547
548 2013-01-13 Bastien Guerry <bzg@gnu.org>
549
550 * org.texi (Installation): Simplify.
551
552 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
553
554 * org.texi (Handling links): Update the mention to the obsolete
555 variable `org-link-to-org-use-id' with a mention to the newer
556 variable `org-id-link-to-org-use-id'. Mention the need to load
557 the org-id library.
558
559 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
560
561 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
562
563 2013-01-09 Bastien Guerry <bzg@gnu.org>
564
565 * org.texi (Pushing to MobileOrg): Add footnote about using
566 symbolic links in `org-directory'.
567 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
568 of the now obsolete alias `org-float'.
569 (TODO basics): Add `org-use-fast-todo-selection' to the variable
570 index. Fix description of TODO keywords cycling.
571 (Advanced features): Add missing argument for @item.
572 (Storing searches): Add index entries and a note about
573 *-tree agenda views.
574 (Structure editing): Document `org-mark-element' and
575 `org-mark-subtree'.
576 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
577
578 2013-01-08 Juri Linkov <juri@jurta.org>
579
580 * info.texi (Go to node): Mention the abbreviated format
581 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
582
583 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
584
585 * autotype.texi: Remove undefined command @subtitlefont.
586 * cc-mode.texi: Likewise.
587
588 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
589 @item argument.
590 (Property searches): Use \\ instead of @backslashchar{}.
591 * pgg.texi (VERSION): Move @set below @setfilename.
592
593 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
594
595 * ada-mode.texi: Remove braces from @title argument.
596 * eudc.texi: Likewise.
597 * smtpmail.texi: Likewise.
598 * auth.texi (VERSION): Set before first use.
599 * emacs-gnutls.texi (VERSION): Likewise.
600 * pgg.texi (VERSION): Likewise.
601 * ede.texi (Top): Rename from top, all uses changed.
602 * eshell.texi: Add missing argument to @sp.
603 * forms.texi (Top): Reorder menu to match structure.
604 * htmlfontify.texi (Customisation): Add missing @item in
605 @enumerate.
606 * org.texi (Advanced features): Add missing argument for @item.
607 (Property searches): Use @backslashchar{} in macro argument.
608 * pcl-cvs.texi: Add missing argument to @sp.
609 (Movement commands): Fix use of @itemx.
610 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
611 * reftex.texi (Options (Creating Citations)): Add missing newline
612 before @end.
613 * tramp.texi (Obtaining Tramp): Remove extra dots.
614 (Configuration): Reorder menu to match structure.
615 (Remote shell setup): Replace literal NUL character by \0.
616 * viper.texi (Marking): Add missing argument for @item.
617
618 2013-01-04 Glenn Morris <rgm@gnu.org>
619
620 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
621 Add htmlfontify.
622 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
623 (htmlfontify.dvi, htmlfontify.pdf): New targets.
624 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
625 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
626
627 * htmlfontify.texi: Miscellaneous fixes and updates.
628 Set copyright to FSF, update license to GFDL 1.3+.
629
630 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
631
632 * htmlfontify.texi: New file.
633
634 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
635
636 * calc.texi (Free-Form Dates): Expand on the date reading
637 algorithm.
638
639 2012-12-27 Glenn Morris <rgm@gnu.org>
640
641 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
642 Avoid some overfull lines.
643
644 * widget.texi (Programming Example): Break some long lines.
645
646 * wisent.texi (Wisent Overview): Fix xref.
647 (Grammar format, Understanding the automaton): Avoid overfill.
648
649 * bovine.texi (Optional Lambda Expression): Allow line break.
650
651 * auth.texi (Help for users): Break long lines.
652
653 * ada-mode.texi (Project file variables):
654 Reword to reduce underfull hbox.
655 (No project files, Use GNAT project file):
656 Use smallexample to make some overfull lines less terrible.
657
658 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
659 Fix cross-references to separate manuals.
660
661 * Makefile.in (gfdl): New variable. Use throughout where
662 appropriate so that targets depend on doclicense.texi.
663
664 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
665
666 * gnus.texi (Customizing the IMAP Connection): Mention the other
667 authenticators.
668
669 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
670
671 * gnus.texi (Browse Foreign Server):
672 Document `gnus-browse-delete-group'.
673
674 2012-12-22 Glenn Morris <rgm@gnu.org>
675
676 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
677 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
678 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
679 * widget.texi, wisent.texi: Nuke hand-written node pointers.
680
681 * Makefile.in (gfdl): New variable. Use throughout where
682 appropriate so that targets depend on doclicense.texi.
683
684 2012-12-22 Eli Zaretskii <eliz@gnu.org>
685
686 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
687 doclicense.texi. Remove doclicense.texi from all targets that
688 mentioned it explicitly.
689 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
690 $(emacsdir)/emacsver.texi.
691 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
692
693 2012-12-21 Glenn Morris <rgm@gnu.org>
694
695 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
696 Include emacsver.texi. Nuke hand-written node pointers.
697 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
698 Depend on emacsver.texi.
699
700 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
701 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
702 May as well just include doclicense.texi in everything.
703
704 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
705 which @copying says is included.
706
707 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
708 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
709 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
710 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
711 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
712 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
713 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
714 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
715 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
716 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
717 * widget.texi, wisent.texi, woman.texi: Do not mention buying
718 copies from the FSF, which does not publish these manuals.
719
720 * erc.texi: No need to include gpl in this small manual.
721
722 * org.texi (copying): Include a copy of the GFDL.
723 (GNU Free Documentation License): New section.
724
725 2012-12-21 Bastien Guerry <bzg@gnu.org>
726
727 * org.texi: Fix typos.
728
729 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
730
731 * calc.texi (ISO 8601): Rename from ISO-8601,
732 as it's typically spelled without a hyphen.
733
734 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
735
736 * calc.texi (ISO-8601): New section.
737 (Date Formatting Codes): Mention new codes.
738 (Standard Date Formats): Mention new formats.
739
740 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
741
742 * tramp.texi (External methods): Move `adb' method here.
743
744 2012-12-13 Glenn Morris <rgm@gnu.org>
745
746 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
747
748 * wisent.texi: Small edits. Set copyright to FSF, update license to
749 GFDL 1.3+.
750 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
751 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
752 New targets.
753 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
754 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
755
756 * bovine.texi: Small edits. Set copyright to FSF, update license to
757 GFDL 1.3+, remove empty index.
758 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
759 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
760 New targets.
761 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
762 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
763
764 2012-12-13 Eric Ludlam <zappo@gnu.org>
765 David Ponce <david@dponce.com>
766 Richard Kim <emacs18@gmail.com>
767
768 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
769
770 2012-12-13 Glenn Morris <rgm@gnu.org>
771
772 * flymake.texi (Customizable variables, Locating the buildfile):
773 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
774
775 * srecode.texi: Small edits. Set copyright to FSF, add explicit
776 GFDL 1.3+ license, fix up index.
777 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
778 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
779 (srecode.pdf): New targets.
780 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
781 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
782
783 2012-12-13 Eric Ludlam <zappo@gnu.org>
784
785 * srecode.texi: New file, imported from CEDET trunk.
786
787 2012-12-13 Bastien Guerry <bzg@gnu.org>
788
789 * org.texi (Summary, Code block specific header arguments)
790 (Code block specific header arguments)
791 (Header arguments in function calls, var, noweb)
792 (Results of evaluation, Code evaluation security):
793 Small reformatting: add a blank line before some example.
794
795 * org.texi (System-wide header arguments)
796 (Header arguments in Org mode properties, Conflicts)
797 (Dynamic blocks, Using the mapping API):
798 Fix indentation of Elisp code examples.
799
800 * org.texi (Comment lines): Fix description of the comment syntax.
801
802 * org.texi (Installation): Mention "make test" in the correct section.
803
804 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
805
806 * doclicense.texi, gpl.texi: Update to latest version from FSF.
807 These are just minor editorial changes.
808
809 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
810
811 * tramp.texi (History): Mention ADB.
812 (Inline methods): Add `adb' method.
813
814 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
815
816 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
817 (External methods): Fix typo.
818
819 2012-12-03 Glenn Morris <rgm@gnu.org>
820
821 * rcirc.texi (Notices): Fix typo.
822
823 2012-11-25 Bill Wohler <wohler@newt.com>
824
825 Release MH-E manual version 8.4.
826
827 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
828 Update for release 8.4.
829
830 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
831 (Junk): Add mh-whitelist-preserves-sequences-flag,
832 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
833 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
834
835 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
836
837 * mh-e.texi (Procmail): Fix two @ typos.
838
839 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
840
841 * doclicense.texi, gpl.texi: Update to latest version from FSF.
842 These are just minor editorial changes.
843
844 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
845
846 * calc.texi (Date Formatting Codes): Mention the new beginning of
847 the date numbering system.
848
849 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
850
851 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
852 (Date Forms): Correct off-by-one error in explanation of
853 Julian day numbers. Give Gregorian equivalent of its origin.
854
855 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
856
857 * doc/misc/calc.texi (Date Forms): Mention the customizable
858 Gregorian-Julian switch.
859 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
860
861 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
862
863 Calc now uses the Gregorian calendar for all dates (Bug#12633).
864 It also uses January 1, 1 AD as its day number 1.
865 * calc.texi (Date Forms): Document this.
866
867 2012-11-16 Glenn Morris <rgm@gnu.org>
868
869 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
870 (Obsolete Macros): Move example here from Function Bindings.
871
872 * erc.texi: Use @code{nil} rather than just "nil".
873 (Modules): Undocument obsolete "hecomplete".
874 Add "notifications".
875 (Connecting): Add brief section on passwords.
876 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
877
878 2012-11-13 Glenn Morris <rgm@gnu.org>
879
880 * flymake.texi (Customizable variables)
881 (Highlighting erroneous lines): Mention flymake-error-bitmap,
882 flymake-warning-bitmap, and flymake-fringe-indicator-position.
883
884 2012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
885
886 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
887 In all file place SES into @acronym{...}.
888 (Advanced Features): Add key index and function index for
889 ses-set-header-row. Add description for function
890 ses-rename-cell. Add description for function
891 ses-repair-cell-reference-all.
892 (Ranges in formulas): Add description for ses-range flags.
893
894 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
895
896 * texinfo.tex: Merge from gnulib.
897
898 2012-11-10 Chong Yidong <cyd@gnu.org>
899
900 * url.texi (Introduction): Move url-configuration-directory to
901 Customization node.
902 (Parsed URIs): Split into its own node.
903 (URI Encoding): New node.
904 (Defining New URLs): Remove empty chapter.
905 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
906 Improve docs for url-queue-*.
907 (Supported URL Types): Copyedits. Delete empty subnodes.
908
909 * url.texi (Introduction): Rename from Getting Started.
910 Rewrite the introduction.
911 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
912
913 2012-11-10 Glenn Morris <rgm@gnu.org>
914
915 * cl.texi (Obsolete Setf Customization):
916 Revert defsetf example to the more correct let rather than prog1.
917 Give define-modify-macro, defsetf, and define-setf-method
918 gv.el replacements.
919
920 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
921 (Setf Extensions): Remove obsolete reference.
922 (Obsolete Setf Customization):
923 Move note on lack of setf functions to lispref/variables.texi.
924 Undocument get-setf-method, since it no longer exists.
925 Mention simple defsetf replaced by gv-define-simple-setter.
926
927 2012-11-03 Glenn Morris <rgm@gnu.org>
928
929 * cl.texi: Further general copyedits.
930 (List Functions): Remove copy-tree, standard elisp for some time.
931 (Efficiency Concerns): Comment out examples that no longer apply.
932 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
933 (Creating Symbols, Random Numbers): De-emphasize internal
934 variables cl--gensym-counter and cl--random-state. (Bug#12788)
935 (Naming Conventions, Type Predicates, Macros)
936 (Predicates on Numbers): No longer mention cl-floatp-safe.
937
938 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
939
940 * gnus.texi (Mail Source Specifiers):
941 Document :leave keyword used for pop mail source.
942
943 2012-11-01 Glenn Morris <rgm@gnu.org>
944
945 * cl.texi: General copyedits for style, line-breaks, etc.
946 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
947 (Macro Bindings, Blocks and Exits):
948 Acknowledge existence of lexical-binding.
949 (Iteration): Mainly defer to doc of standard dolist, dotimes.
950
951 2012-10-31 Glenn Morris <rgm@gnu.org>
952
953 * ert.texi (Introduction, The @code{should} Macro):
954 Refer to "cl-assert" rather than "assert".
955
956 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
957 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
958 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
959 Reword, and add details of flet and labels.
960 (Modify Macros, Function Bindings): Add some xrefs.
961
962 2012-10-30 Glenn Morris <rgm@gnu.org>
963
964 * cl.texi (Modify Macros): Update for cl-letf changes.
965 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
966 (Setf Extensions): Partially restore note about cl-getf,
967 mainly moved to lispref/variables.texi.
968 (Property Lists): Fix cl-getf typos.
969 (Mapping over Sequences): Mention cl-mapc naming oddity.
970
971 2012-10-29 Glenn Morris <rgm@gnu.org>
972
973 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
974 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
975 (Customizing Setf): Move contents to "Obsolete Setf Customization".
976 (Modify Macros, Multiple Values, Other Clauses):
977 Remove mentions of obsolete features.
978 (Obsolete Setf Customization): Don't mention `apply' setf.
979
980 2012-10-28 Glenn Morris <rgm@gnu.org>
981
982 * cl.texi (Multiple Values, Common Lisp Compatibility):
983 More namespace updates.
984 (Obsolete Features): Copyedits.
985 (Obsolete Lexical Macros, Obsolete Setf Customization):
986 New subsections.
987
988 * cl.texi (Porting Common Lisp, Lexical Bindings):
989 Add some xrefs to the Elisp manual.
990
991 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
992 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
993 (Obsolete Features): New appendix. Move Lexical Bindings here.
994
995 2012-10-27 Glenn Morris <rgm@gnu.org>
996
997 * cl.texi: Use defmac for macros rather than defspec.
998 (Efficiency Concerns): Related copyedit.
999
1000 * cl.texi (Control Structure): Update for setf now being in core.
1001 (Setf Extensions): Rename from Basic Setf. Move much of the
1002 former content to lispref/variables.texi.
1003 (Modify Macros): Move pop, push details to lispref/variables.texi.
1004 (Customizing Setf): Copyedits for setf etc being in core.
1005 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
1006 Further namespaces updates.
1007
1008 2012-10-26 Bastien Guerry <bzg@gnu.org>
1009
1010 * org.texi (Installation): Update the link to Org's ELPA.
1011 Also don't mention org-install.el anymore as the replacement file
1012 org-loaddefs.el is now loaded by org.el.
1013
1014 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
1015
1016 * tramp.texi (Frequently Asked Questions):
1017 Mention `tramp-completion-reread-directory-timeout' for performance
1018 improvement.
1019
1020 2012-10-25 Glenn Morris <rgm@gnu.org>
1021
1022 * cl.texi: Don't mess with the TeX section number counter.
1023 Use Texinfo recommended convention for quotes+punctuation.
1024 (Overview, Sequence Functions): Rephrase for better line-breaking.
1025 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
1026 (Macro Bindings, Conditionals, Iteration, Loop Basics)
1027 (Random Numbers, Mapping over Sequences, Structures)
1028 (Porting Common Lisp): Further updates for cl-lib namespace.
1029 (Modify Macros, Declarations, Macro Bindings, Structures):
1030 Break long lines in examples.
1031 (Dynamic Bindings): Update for changed progv behavior.
1032 (Loop Examples, Efficiency Concerns): Markup fixes.
1033 (Structures): Remove TeX margin change.
1034 (Declarations): Fix typos.
1035
1036 2012-10-24 Glenn Morris <rgm@gnu.org>
1037
1038 * cl.texi (Overview, Multiple Values, Creating Symbols)
1039 (Numerical Functions): Say less/nothing about the original cl.el.
1040 (Old CL Compatibility): Remove.
1041 (Assertions): Remove ignore-errors (standard Elisp for some time).
1042
1043 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
1044 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
1045 (Efficiency Concerns, Efficiency Concerns)
1046 (Common Lisp Compatibility, Old CL Compatibility):
1047 Further updates for cl-lib namespace.
1048
1049 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1050
1051 Update manual for new time stamp format (Bug#12706).
1052 * emacs-mime.texi (time-date): Update for new format.
1053 Also, fix bogus time stamp and modernize a bit.
1054
1055 2012-10-23 Glenn Morris <rgm@gnu.org>
1056
1057 * cl.texi: Include emacsver.texi. Use Emacs version number rather
1058 than unchanging cl.el version number.
1059 End all menu descriptions with a period.
1060 Do not use @dfn{CL} for every instance of "CL".
1061 (Overview): Remove no-runtime caveat, and note about foo* names.
1062 (Usage): Use cl-lib rather than cl.
1063 (Organization, Naming Conventions): Update for cl-lib.el.
1064 (Installation): Remove long-irrelevant node.
1065 (Program Structure, Predicates, Control Structure):
1066 Start updating for cl-lib namespace.
1067 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
1068 Depend on emacsver.texi.
1069
1070 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1071
1072 * trampver.texi: Update release number.
1073
1074 2012-10-06 Glenn Morris <rgm@gnu.org>
1075
1076 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
1077 ERC version.
1078 (Introduction): ERC is distributed with Emacs.
1079 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
1080 (Getting Started): Simplify.
1081 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
1082 (History): Mention ERC maintained as part of Emacs now.
1083 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
1084 Add dependency on emacsver.texi.
1085
1086 * erc.texi: Remove hand-written node pointers.
1087
1088 2012-10-05 Glenn Morris <rgm@gnu.org>
1089
1090 * newsticker.texi (Overview, Requirements, Usage, Configuration):
1091 Copyedits.
1092
1093 2012-10-01 Eric Ludlam <zappo@gnu.org>
1094
1095 * ede.texi (Quick Start, Project Local Variables)
1096 (Miscellaneous commands, ede-java-root, Development Overview)
1097 (Detecting a Project): New nodes.
1098 (Simple projects): Node deleted.
1099
1100 * eieio.texi (Building Classes): Some slot attributes cannot be
1101 overridden.
1102 (Slot Options): Remove an example.
1103 (Method Invocation, Documentation): New nodes.
1104
1105 2012-10-01 Glenn Morris <rgm@gnu.org>
1106
1107 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
1108 (reftex.pdf): Add dependency on emacsver.texi.
1109 * reftex.texi: Don't include directory part for emacsver.texi;
1110 the Makefile's -I handles it.
1111
1112 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1113
1114 Merge from standalone RefTeX repository.
1115
1116 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
1117 with macros.
1118 (Imprint): Mention Wolfgang in list of contributors.
1119 (Creating Citations): Give a hint about how to
1120 auto-revert the BibTeX database file when using external editors.
1121 (Referencing Labels): Simplify section about reference macro
1122 cycling.
1123 (Options (Referencing Labels)): Adapt to new structure of
1124 `reftex-ref-style-alist'.
1125 (Referencing Labels, Reference Styles): Document changes in the
1126 referencing functionality.
1127 (Commands): Mention options for definition of header and footer in
1128 BibTeX files.
1129 (Options (Creating Citations)): Document
1130 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
1131 (Reference Styles): New section.
1132 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
1133 (Options (Referencing Labels)): Remove descriptions of deprecated
1134 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
1135 Add descriptions for `reftex-ref-style-alist' and
1136 `reftex-ref-style-default-list'.
1137 (Referencing Labels): Update regarding reference styles.
1138 (Citation Styles): Mention support for ConTeXt.
1139 (Options (Defining Label Environments)): Fix typo.
1140 (Options (Creating Citations)):
1141 Document `reftex-cite-key-separator'.
1142
1143 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
1144
1145 * org.texi: Add description of ORG_ADD_CONTRIB to info
1146 documentation. Add link to Worg for more details.
1147
1148 * org.texi: Clarify installation procedure. Provide link to the
1149 build system description on Worg.
1150
1151 * org.texi: Remove reference to utils/, x11idle.c is now in
1152 contrib/scripts.
1153
1154 * org.texi: Re-normalize to "Org mode" in manual.
1155
1156 * org.texi (Installation): Adapt documentation to new build
1157 system. Mention GNU ELPA (since it needs to be handled like Emacs
1158 built-in Org).
1159
1160 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
1161
1162 * org.texi: Fix typo in description of the 'Hooks' section.
1163
1164 * org.texi: Add ID to the list of special properties.
1165
1166 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
1167
1168 * org.texi (Moving subtrees): Document the ability to archive to a
1169 datetree.
1170
1171 2012-09-30 Bastien Guerry <bzg@gnu.org>
1172
1173 * org.texi (Installation, Feedback, Batch execution):
1174 Use (add-to-list 'load-path ... t) for the contrib dir.
1175
1176 * org.texi (results): Update documentation for ":results drawer"
1177 and ":results org".
1178
1179 * org.texi (Column width and alignment): Fix typo.
1180
1181 * org.texi (Activation): Point to the "Conflicts" section.
1182
1183 * org.texi (Conflicts): Mention filladapt.el in the list of
1184 conflicting packages.
1185
1186 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
1187 not needed for versions of Emacs > 22.1.
1188
1189 * org.texi (History and Acknowledgments): Fix typo.
1190
1191 * org.texi (History and Acknowledgments): Add my own
1192 acknowledgments.
1193
1194 * org.texi (Agenda commands): Document the new command and the new
1195 option.
1196
1197 * org.texi (Agenda commands): Delete `org-agenda-action' section.
1198 (Agenda commands): Reorder. Document `*' to toggle persistent
1199 marks.
1200
1201 * org.texi (Agenda dispatcher):
1202 Mention `org-toggle-agenda-sticky'.
1203 (Agenda commands, Exporting Agenda Views): Fix typo.
1204
1205 * org.texi (Templates in contexts, Setting Options): Update to
1206 reflect changes in how contexts options are processed.
1207
1208 * org.texi (Templates in contexts): Document the new structure of
1209 the variables `org-agenda-custom-commands-contexts' and
1210 `org-capture-templates-contexts'.
1211
1212 * org.texi (Templates in contexts): Document the new option
1213 `org-capture-templates-contexts'.
1214 (Storing searches): Document the new option
1215 `org-agenda-custom-commands-contexts'.
1216
1217 * org.texi (Formula syntax for Lisp): Reformat.
1218
1219 * org.texi (Special properties, Column attributes)
1220 (Agenda column view): Document the new special property
1221 CLOCKSUM_T.
1222
1223 * org.texi (Template expansion): Document the new %l template.
1224
1225 * org.texi (Fast access to TODO states): Fix documentation about
1226 allowed characters for fast todo selection.
1227
1228 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
1229 use in `org-agenda-to-appt'.
1230
1231 * org.texi (Comment lines): Update wrt comments.
1232
1233 * org.texi (Resolving idle time): Document new keybinding.
1234
1235 * org.texi (Clocking commands): Document the use of S-M-<up/down>
1236 on clock timestamps.
1237
1238 * org.texi (Fast access to TODO states): Explicitely says only
1239 letters are supported as fast TODO selection keys.
1240
1241 * org.texi (Link abbreviations): Illustrate the use of the "%h"
1242 specifier. Document the new "%(my-function)" specifier.
1243
1244 * org.texi (Clocking commands): New cindex.
1245 (Clocking commands): Update documentation for `org-clock-in'.
1246 Document `org-clock-in-last'. Mention `org-clock-out' and
1247 `org-clock-in-last' as commands that can be globally bound.
1248 (Resolving idle time): Document continuous clocking.
1249
1250 * org.texi (Top, Introduction): Fix formatting.
1251 (Activation): Add index entries.
1252 (Conventions): Update section.
1253 (Embedded @LaTeX{}): Fix formatting.
1254
1255 * org.texi (Visibility cycling): Document `show-children'.
1256
1257 * org.texi (Using capture): Mention the `org-capture-last-stored'
1258 bookmark as a way to jump to the last stored capture.
1259
1260 * org.texi (Uploading files): Fix typo.
1261
1262 * org.texi (Using capture): Document `C-0' as a prefix argument
1263 for `org-capture'.
1264
1265 * org.texi (Agenda commands): Document persistent marks.
1266
1267 * org.texi (Template expansion): Update doc to reflect change.
1268
1269 * org.texi (Radio tables): Document the :no-escape parameter.
1270
1271 * org.texi (Repeated tasks): Document repeat cookies for years,
1272 months, weeks, days and hours.
1273
1274 * org.texi (Export options): State that you can use the d: option
1275 by specifying a list of drawers.
1276
1277 * org.texi (HTML preamble and postamble): Small doc improvement.
1278
1279 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
1280
1281 * org.texi: The sections in the Exporting section of the manual
1282 left out articles in the description of the org-export-as-*
1283 commands, among other places. This patch adds them, adds a few
1284 missing prepositions, and switches instances of "an HTML" to "a
1285 html" for internal consistency.
1286
1287 * org.texi: Alter several examples of headings with timestamps in
1288 them to include the timestamps in the body instead of the heading.
1289
1290 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
1291
1292 * org.texi (Agenda dispatcher): Document sticky agenda views and
1293 the new key for them.
1294
1295 2012-09-30 Charles <millarc@verizon.net> (tiny change)
1296
1297 * org.texi (Advanced features): Fix error in table.
1298
1299 2012-09-30 Feng Shu <tumashu@gmail.com>
1300
1301 * org.texi (@LaTeX{} fragments): Document imagemagick as an
1302 alternative to dvipng.
1303
1304 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
1305
1306 * org.texi: Remove extra curly bracket.
1307
1308 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
1309
1310 * org.texi (org-clock-in-last and org-clock-cancel): Update the
1311 defkeys.
1312
1313 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1314
1315 * org.texi (Agenda commands): Fix two typos by giving
1316 corresponding function names, according to
1317 `org-agenda-view-mode-dispatch'.
1318
1319 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
1320
1321 * org.texi (The spreadsheet): Fix typo.
1322
1323 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
1324
1325 * org.texi (Tracking your habits): Point to the "Tracking TODO
1326 state changes" section.
1327
1328 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
1329
1330 * org.texi (Literal examples): Remove reference to unknown
1331 `org-export-latex-minted' variable. Also simplify footnote since
1332 `org-export-latex-listings' documentation is exhaustive already.
1333
1334 * org.texi (Plain lists): Remove reference to now hard-coded
1335 `bullet' automatic rule.
1336
1337 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
1338
1339 * org.texi: Updated documentation accordingly.
1340
1341 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1342
1343 * texinfo.tex: Merge from gnulib.
1344
1345 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
1346
1347 Sync with Tramp 2.2.6.
1348
1349 * tramp.texi (Bug Reports): Cleanup caches before a test run.
1350
1351 * trampver.texi: Update release number.
1352
1353 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1354
1355 * texinfo.tex: Merge from gnulib.
1356
1357 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
1358
1359 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
1360 (bug#12096).
1361
1362 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1363
1364 * calc.texi (Simplification modes, Conversions)
1365 (Operating on Selections): Mention "basic" simplification.
1366 (The Calc Mode Line): Mention the mode line display for Basic
1367 simplification mode.
1368 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
1369 simplifications.
1370 (Basic Simplifications): Rename from "Limited Simplifications"
1371 Replace "limited" by "basic" throughout.
1372 (Algebraic Simplifications): Indicate that the algebraic
1373 simplifications are done by default.
1374 (Unsafe Simplifications): Mention `m E'.
1375 (Simplification of Units): Mention `m U'.
1376 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
1377 (Kinds of Declarations, Functions for Declarations):
1378 Mention "algebraic simplifications" instead of `a s'.
1379 (Algebraic Entry): Remove mention of default simplifications.
1380
1381 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1382
1383 * calc.texi (Getting Started, Tutorial): Change simulated
1384 Calc output to match actual output.
1385 (Simplifying Formulas): Mention that algebraic simplification is now
1386 the default.
1387
1388 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1389
1390 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
1391 (Bug#12073)
1392
1393 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1394
1395 Prefer typical American spelling for "acknowledgment".
1396 * calc.texi (History and Acknowledgments): Rename from
1397 History and Acknowledgements.
1398 * idlwave.texi (Acknowledgments):
1399 * ses.texi (Acknowledgments):
1400 * woman.texi (Acknowledgments): Rename from Acknowledgements.
1401
1402 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1403
1404 Rename configure.in to configure.ac (Bug#11603).
1405 * ede.texi (Compiler and Linker objects, ede-proj-project)
1406 (ede-step-project): Prefer the name configure.ac to configure.in.
1407
1408 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
1409
1410 * tramp.texi (Multi-hops):
1411 Introduce `tramp-restricted-shell-hosts-alist'.
1412
1413 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1414
1415 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
1416 methods, so don't mention smtpmail here.
1417
1418 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1419
1420 * gnus.texi (Picons): Document gnus-picon-properties.
1421
1422 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1423
1424 * gnus.texi: Remove mention of compilation, as that's no longer
1425 supported.
1426
1427 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1428
1429 * gnus.texi (Archived Messages): Mention
1430 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
1431
1432 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1433
1434 * gnus.texi (Various Summary Stuff):
1435 Remove mention of `gnus-propagate-marks'.
1436
1437 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1438
1439 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
1440 which no longer exist.
1441
1442 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1443
1444 * gnus.texi (Archived Messages):
1445 Document gnus-gcc-self-resent-messages.
1446
1447 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1448
1449 * message.texi (Mail Variables):
1450 Mention the optional user parameter for X-Message-SMTP-Method.
1451
1452 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1453
1454 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
1455
1456 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
1457
1458 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1459
1460 * gnus.texi (Key Index): Change encoding to utf-8.
1461
1462 2012-06-21 Glenn Morris <rgm@gnu.org>
1463
1464 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1465
1466 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1467
1468 * gnus.texi (Group Timestamp): Mention where to find documentation for
1469 the `gnus-tmp-' variables (bug#11601).
1470
1471 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
1472
1473 Sync with Tramp 2.2.6-pre.
1474
1475 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
1476 where appropriate.
1477 (Ad-hoc multi-hops): New section.
1478 (Remote processes): New subsection "Running remote processes on
1479 Windows hosts".
1480 (History): Add remote commands on Windows, and ad-hoc multi-hop
1481 methods.
1482 (External methods): "ControlPersist" must be set to "no" for the
1483 `scpc' method.
1484 (Remote processes): Add a note about `auto-revert-tail-mode'.
1485 (Frequently Asked Questions): Use "scpx" in combination with
1486 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
1487
1488 * trampver.texi: Update release number.
1489
1490 2012-06-10 Chong Yidong <cyd@gnu.org>
1491
1492 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
1493 compilation for html-mono.
1494
1495 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
1496
1497 * texinfo.tex: Merge from gnulib.
1498
1499 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
1500
1501 * Makefile.in (echo-info): Don't try to install info files named
1502 just ".info".
1503
1504 2012-05-28 Glenn Morris <rgm@gnu.org>
1505
1506 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
1507
1508 * sc.texi: Nuke hand-written node pointers.
1509 Fix top-level menu to match actual node order.
1510
1511 2012-05-27 Glenn Morris <rgm@gnu.org>
1512
1513 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
1514 Some associated fixes, including not messing with chapno in cl.texi.
1515
1516 2012-05-27 Bastien Guerry <bzg@gnu.org>
1517
1518 * org.texi (Durations and time values): Fix typo.
1519
1520 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1521
1522 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
1523 Mention `calc-ensure-consistent-units'.
1524
1525 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
1526
1527 * cc-mode.texi: Avoid space before macro in 4th argument of cross
1528 reference commands. (Bug#11461)
1529
1530 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
1531
1532 2012-05-12 Glenn Morris <rgm@gnu.org>
1533
1534 * Makefile.in (mostlyclean): Add more TeX intermediates.
1535
1536 * Makefile.in: Make it look more like the other doc Makefiles.
1537 Use explicit $srcdir in all dependencies.
1538 Remove cd $srcdir from rules.
1539 (VPATH): Remove.
1540 (infodir): Set to an absolute path.
1541 (INFO_TARGETS): Use short names.
1542 (mkinfodir): infodir is now absolute.
1543 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
1544
1545 * Makefile.in (info.info): Rename from info, to avoid duplication.
1546 (.SUFFIXES): Disable implicit rules.
1547
1548 * Makefile.in (MKDIR_P): New, set by configure.
1549 (mkinfodir): Use $MKDIR_P.
1550
1551 2012-05-07 Glenn Morris <rgm@gnu.org>
1552
1553 * forms.texi (Long Example): Update for changed location of files.
1554
1555 2012-05-04 Glenn Morris <rgm@gnu.org>
1556
1557 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1558 (INFO_TARGETS): Use $INFO_EXT.
1559 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1560 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1561 (INFO_TARGETS): Use $INFO_EXT.
1562 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1563
1564 2012-05-02 Glenn Morris <rgm@gnu.org>
1565
1566 * Makefile.in (echo-info): New phony target, used by top-level.
1567
1568 * viper.texi: Make direntry shorter (also it is no longer "newest").
1569
1570 * emacs-gnutls.texi, ert.texi, org.texi:
1571 Fix dircategory, direntry to match info/dir.
1572
1573 * faq.texi: Convert @inforefs to @xrefs.
1574 Fix some malformed cross-references.
1575 (File-name conventions): Shorten section name to avoid overfull line.
1576 (How to add fonts): Use smallexample to avoid overfull lines.
1577
1578 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
1579
1580 * auth.texi (Help for users): Update for .gpg file being second.
1581
1582 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
1583
1584 * org.texi (Agenda commands): Fix two typos: give corresponding
1585 function names, according to `org-agenda-view-mode-dispatch'.
1586
1587 2012-04-27 Glenn Morris <rgm@gnu.org>
1588
1589 * faq.texi (Major packages and programs): Remove section.
1590 There is no point listing 6 packages (cf etc/MORE.STUFF).
1591 (Finding Emacs and related packages): Move "Spell-checkers" here.
1592
1593 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
1594
1595 * dbus.texi (Version): New node.
1596 (Properties and Annotations): Mention the object manager
1597 interface. Describe dbus-get-all-managed-objects.
1598 (Type Conversion): Floating point numbers are allowed, if an
1599 anteger does not fit Emacs's integer range.
1600 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
1601 (Asynchronous Methods): Fix description of
1602 dbus-call-method-asynchronously.
1603 (Receiving Method Calls): Fix some minor errors.
1604 Add dbus-interface-emacs.
1605 (Signals): Describe unicast signals and the new match rules.
1606 (Alternative Buses): Add the PRIVATE optional argument to
1607 dbus-init-bus. Describe its new return value. Add dbus-setenv.
1608
1609 2012-04-20 Glenn Morris <rgm@gnu.org>
1610
1611 * faq.texi (New in Emacs 24): New section.
1612 (Packages that do not come with Emacs): Mention M-x list-packages.
1613
1614 2012-04-14 Alan Mackenzie <acm@muc.de>
1615
1616 * cc-mode.texi (c-offsets-alist): Correct a typo.
1617
1618 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
1619
1620 * org.texi (Deadlines and scheduling): Fix the example: the
1621 DEADLINE item should come right after the headline. We enforce
1622 this convention, so it is a bug not to illustrate it correctly in
1623 the manual.
1624
1625 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1626
1627 * org.texi (Agenda commands): Fix documentation bug by swapping
1628 the equivalent keybindings to `org-agenda-next-line' with the ones
1629 to `org-agenda-previous-line'.
1630
1631 2012-04-14 Glenn Morris <rgm@gnu.org>
1632
1633 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1634
1635 2012-04-09 Eli Zaretskii <eliz@gnu.org>
1636
1637 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
1638 Add emacs-gnutls.
1639 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
1640
1641 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1642
1643 * Makefile.in: Add emacs-gnutls.texi to build.
1644
1645 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
1646
1647 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1648
1649 * auth.texi (Secret Service API): Edit further and give examples.
1650 (Secret Service API): Adjust @samp to @code for collection names.
1651
1652 2012-04-04 Glenn Morris <rgm@gnu.org>
1653
1654 * auth.texi (Secret Service API): Copyedits.
1655 (Help for developers): Fill in some missing function doc-strings.
1656 (Help for users, Help for developers)
1657 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
1658
1659 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
1660
1661 * auth.texi (Secret Service API): Add the missing text.
1662
1663 2012-04-04 Chong Yidong <cyd@gnu.org>
1664
1665 * message.texi (Using PGP/MIME): Note that epg is now the default.
1666
1667 * gnus.texi: Reduce references to obsolete pgg library.
1668 (Security): Note that epg is now the default.
1669
1670 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
1671
1672 * nxml-mode.texi (Completion): C-RET is no longer bound to
1673 nxml-complete.
1674
1675 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1676
1677 * org.texi (Customizing tables in ODT export): Correct few errors.
1678
1679 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1680
1681 * org.texi (Links in ODT export): Update.
1682 (Labels and captions in ODT export): New node.
1683
1684 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1685
1686 * org.texi (Literal examples in ODT export): htmlfontify.el in
1687 Emacs-24.1 now supports fontification. So ODT source blocks will
1688 be fontified by default.
1689
1690 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
1691
1692 * org.texi (Refiling notes): Remove duplicated keybinding.
1693
1694 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1695
1696 * org.texi (noweb): Documentation of this new option to the :noweb
1697 header argument.
1698
1699 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
1700
1701 * org.texi (Header and sectioning): Add example demonstrating how
1702 to use "LaTeX_CLASS_OPTIONS".
1703
1704 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1705
1706 * org.texi (Noweb reference syntax): Describe the ability to
1707 execute noweb references in the manual.
1708
1709 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1710
1711 * org.texi (cache): Improve cache documentation when session
1712 evaluation is used.
1713
1714 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1715
1716 * org.texi (Plain lists): Document removal.
1717
1718 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
1719
1720 * org.texi: Decapitalize file name in references to Calc manual.
1721
1722 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1723
1724 * org.texi (Plain lists): Document removal.
1725
1726 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1727
1728 * org.texi (Top, OpenDocument Text export)
1729 (ODT export commands, Extending ODT export)
1730 (Images in ODT export, Tables in ODT export)
1731 (Configuring a document converter): Add or Update.
1732
1733 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
1734
1735 * org.texi (MobileOrg): Change the wording to reflect that the
1736 Android Version is no longer just the little brother of the iOS
1737 version.
1738
1739 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1740
1741 * org.texi (Key bindings and useful functions): Update babel key
1742 binding documentation in manual.
1743
1744 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1745
1746 * org.texi (noweb): Document new noweb header value.
1747
1748 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1749
1750 * org.texi (noweb-sep): Document new header argument.
1751
1752 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1753
1754 * org.texi (noweb-ref): Documentation of this new custom variable.
1755
1756 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1757
1758 * org.texi (wrap): Update the new :wrap documentation to match the
1759 current implementation.
1760
1761 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1762
1763 * org.texi: Added documentation for :wrap.
1764
1765 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1766
1767 * org.texi: #+RESULTS now user-configurable.
1768
1769 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1770
1771 * org.texi: Documented :noweb no-export.
1772
1773 2012-04-01 Thomas Dye <dk@poto.local>
1774
1775 * org.texi: Edit :noweb no header argument for correctness.
1776
1777 2012-04-01 Bastien Guerry <bzg@gnu.org>
1778
1779 * org.texi (Customization): Update the approximate number of Org
1780 variables.
1781
1782 2012-04-01 Thomas Dye <dk@poto.local>
1783
1784 * org.texi: The :results wrap produces a drawer instead of a
1785 begin_results block.
1786
1787 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
1788
1789 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
1790 reflect the new default.
1791
1792 2012-03-10 Eli Zaretskii <eliz@gnu.org>
1793
1794 * info.texi (Expert Info): Move the index entry for "Texinfo" from
1795 "Getting Started" to this node. (Bug#10450)
1796
1797 2012-03-10 Chong Yidong <cyd@gnu.org>
1798
1799 * flymake.texi (Example -- Configuring a tool called via make):
1800 Mention the Automake COMPILE variable (Bug#8715).
1801
1802 * info.texi (Getting Started): Add an index entry (Bug#10450).
1803
1804 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
1805
1806 * dbus.texi (Signals): Known names will be mapped onto unique
1807 names, when registering for signals.
1808
1809 2012-02-29 Glenn Morris <rgm@gnu.org>
1810
1811 * url.texi: Fix quote usage in body text.
1812
1813 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
1814
1815 * cl.texi: Use @code{} in menus when appropriate.
1816
1817 2012-02-28 Glenn Morris <rgm@gnu.org>
1818
1819 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
1820 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1821 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1822 * org.texi, sc.texi, vip.texi, viper.texi:
1823 Standardize possessive apostrophe usage.
1824
1825 2012-02-26 Chong Yidong <cyd@gnu.org>
1826
1827 * ediff.texi (Quick Help Commands): Add a couple of index entries
1828 (Bug#10834).
1829
1830 2012-02-17 Glenn Morris <rgm@gnu.org>
1831
1832 * gnus.texi (Posting Styles):
1833 * remember.texi (Org): Fix cross-refs to other manuals.
1834
1835 2012-02-15 Glenn Morris <rgm@gnu.org>
1836
1837 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1838 (Encryption): New chapter, split out from previous.
1839
1840 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1841
1842 * gnus.texi (Customizing the IMAP Connection):
1843 Mention nnimap-record-commands.
1844
1845 2012-02-10 Glenn Morris <rgm@gnu.org>
1846
1847 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1848 Mention url-queue-retrieve.
1849
1850 2012-02-09 Glenn Morris <rgm@gnu.org>
1851
1852 * sem-user.texi (Semantic mode user commands): Typo fix.
1853
1854 * info.texi (Create Info buffer): Mention info-display-manual.
1855
1856 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1857
1858 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1859 example (modified from an example by Michael Albinus).
1860
1861 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1862
1863 * gnus.texi (Agent Basics): Fix outdated description of
1864 `gnus-agent-auto-agentize-methods'.
1865
1866 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1867
1868 * cc-mode.texi: Always @defindex ss.
1869 (Config Basics): Fix argument of @itemize.
1870 (Macro Backslashes): Add @code around index entry.
1871
1872 2012-01-23 Glenn Morris <rgm@gnu.org>
1873
1874 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1875
1876 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1877
1878 * tramp.texi (File): Tweak wording for the `scpc' option.
1879
1880 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1881
1882 * gnus.texi (Group Parameters): Really note precedence.
1883
1884 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1885
1886 * gnus.texi (Group Parameters): Note precedence.
1887
1888 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
1889
1890 * org.texi (Noweb reference syntax): Adding documentation of
1891 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1892 variable.
1893
1894 2012-01-03 Bastien Guerry <bzg@gnu.org>
1895
1896 * org.texi (Plain lists): Split the table to fix the display
1897 of items.
1898
1899 2012-01-03 Bastien Guerry <bzg@gnu.org>
1900
1901 * org.texi (Plain lists): Fix misplaced explanation.
1902
1903 2012-01-03 Bastien Guerry <bzg@gnu.org>
1904
1905 * org.texi (Plain lists, Agenda files): Add index entries.
1906
1907 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1908
1909 * org.texi: Use "Org mode" instead of alternatives like
1910 "Org-mode" or "org-mode".
1911
1912 2012-01-03 Bernt Hansen <bernt@norang.ca>
1913
1914 * org.texi (Agenda commands):
1915 Document `org-clock-report-include-clocking-task'.
1916
1917 2012-01-03 Bastien Guerry <bzg@gnu.org>
1918
1919 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1920 C-c' on checkboxes.
1921
1922 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1923
1924 * org.texi: End sentences with two spaces.
1925
1926 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1927
1928 * org.texi (External links): Document the link types file+sys
1929 and file+emacs, slightly narrow used page width.
1930
1931 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
1932
1933 * org.texi (colnames): Note that colnames behavior may differ
1934 across languages.
1935
1936 2012-01-03 Bastien Guerry <bzg@gnu.org>
1937
1938 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1939
1940 2012-01-03 Thomas Dye <dk@poto.westell.com>
1941
1942 * org.texi: Augmented discussion of babel property
1943 inheritance. Put footnote outside sentence ending period.
1944
1945 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1946
1947 * org.texi (eval): Documenting the full range of :eval header
1948 argument values.
1949
1950 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1951
1952 * org.texi (eval): Documentation of the new :eval option.
1953
1954 2012-01-03 Thomas Dye <dk@poto.local>
1955
1956 * org.texi: Add accumulated properties.
1957
1958 2012-01-03 Thomas Dye <dk@poto.local>
1959
1960 * org.texi: Documented no spaces in name=assign, another
1961 correction to :var table.
1962
1963 2012-01-03 Thomas Dye <dk@poto.local>
1964
1965 * org.texi: Changed DATA to NAME in Working With Source Code
1966 section.
1967
1968 2012-01-03 Tom Dye <tsd@tsdye.com>
1969
1970 * org.texi: Minor change to :var table.
1971
1972 2012-01-03 Tom Dye <tsd@tsdye.com>
1973
1974 * org.texi: More changes to :var table (some examples were wrong).
1975
1976 2012-01-03 Tom Dye <tsd@tsdye.com>
1977
1978 * org.texi: Cleaned up :var table.
1979
1980 2012-01-03 Bastien Guerry <bzg@gnu.org>
1981
1982 * org.texi (Timestamps, Weekly/daily agenda)
1983 (Weekly/daily agenda): Add @cindex for "appointment".
1984
1985 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1986
1987 * org.texi (Literal examples): A new link to the template for
1988 inserting empty code blocks.
1989 (Structure of code blocks): A new link to the template for
1990 inserting empty code blocks.
1991
1992 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1993
1994 * org.texi (External links): Add footnote on how the behavior
1995 of the text search in Org files are controled by the variable
1996 `org-link-search-must-match-exact-headline'.
1997
1998 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1999
2000 * org.texi (Buffer-wide header arguments):
2001 Update documentation to reflect removal of #+PROPERTIES.
2002
2003 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2004
2005 * org.texi (The clock table): Mention that ACHIVED trees
2006 contribute to the clock table.
2007
2008 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2009
2010 * org.texi (Conflicts): Better yasnippet config info.
2011
2012 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
2013
2014 * org.texi (Selective export): Explicitely mention the default
2015 values for `org-export-select-tags',
2016 `org-export-exclude-tags'.
2017
2018 2012-01-03 Tom Dye <tsd@tsdye.com>
2019
2020 * org.texi: Added a line to specify that header arguments are
2021 lowercase.
2022
2023 2012-01-03 Tom Dye <tsd@tsdye.com>
2024
2025 * org.texi: :var requires default value when declared.
2026
2027 2012-01-03 Bastien Guerry <bzg@gnu.org>
2028
2029 * org.texi (Handling links): Add a note about the
2030 `org-link-frame-setup' option.
2031
2032 2012-01-03 David Maus <dmaus@ictsoc.de>
2033
2034 * org.texi (Exporting Agenda Views, Extracting agenda
2035 information): Fix command line syntax, quote symbol parameter
2036 values.
2037
2038 2012-01-03 David Maus <dmaus@ictsoc.de>
2039
2040 * org.texi (Exporting Agenda Views): Fix command line syntax.
2041
2042 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2043
2044 * gnus.texi (Mail Source Customization, Mail Back End Variables):
2045 Use octal notation for file permissions, which are normally
2046 thought of in octal.
2047 (Mail Back End Variables): Use more-plausible modes in example.
2048
2049 2011-12-20 Alan Mackenzie <acm@muc.de>
2050
2051 * cc-mode.texi: Update version string 5.31 -> 5.32.
2052
2053 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
2054
2055 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
2056
2057 2011-11-24 Glenn Morris <rgm@gnu.org>
2058
2059 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
2060
2061 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2062
2063 * makefile.w32-in: Update dependencies.
2064
2065 2011-11-20 Glenn Morris <rgm@gnu.org>
2066
2067 * gnus.texi (Group Information):
2068 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
2069
2070 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2071
2072 * gnus-coding.texi (Gnus Maintenance Guide):
2073 Rename from "Gnus Maintainance Guide".
2074
2075 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
2076 * eieio.texi (Customizing):
2077 * gnus.texi (Article Washing):
2078 * gnus-news.texi:
2079 * sem-user.texi (Smart Jump): Fix typos.
2080
2081 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2082
2083 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
2084
2085 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2086
2087 * ede.texi (project-am-texinfo):
2088 * gnus.texi (Sending or Not Sending):
2089 * org.texi (Template elements): Fix typos.
2090
2091 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
2092
2093 * ediff.texi (Hooks):
2094 * sem-user.texi (Semanticdb Roots): Fix typos.
2095
2096 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
2097
2098 * semantic.texi (Tag handling): Fix typo.
2099
2100 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
2101
2102 * gnus.texi (Other Gnus Versions): Remove.
2103
2104 2011-10-28 Alan Mackenzie <acm@muc.de>
2105
2106 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
2107 (Other Special Indentations): Add an xref to "Macros with ;".
2108 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
2109 "Macros with ;".
2110 (Macros with ;): New page.
2111
2112 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
2113 Document the new handling of nested scopes for movement by defuns.
2114
2115 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
2116
2117 Sync with Tramp 2.2.3.
2118
2119 * trampver.texi: Update release number.
2120
2121 2011-10-14 Glenn Morris <rgm@gnu.org>
2122
2123 * ert.texi (Introduction, How to Run Tests)
2124 (Running Tests Interactively, Expected Failures)
2125 (Tests and Their Environment, Useful Techniques)
2126 (Interactive Debugging, Fixtures and Test Suites):
2127 Minor rephrasings.
2128 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
2129 (Running Tests in Batch Mode): Simplify loading instructions.
2130 (Test Selectors): Clarify some selectors.
2131 (Expected Failures, Useful Techniques):
2132 Make examples fit in 80 columns.
2133
2134 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
2135
2136 * calc.texi (Basic Operations on Units): Discuss temperature
2137 conversion (`u t') alongside with other unit conversions ('u c').
2138
2139 2011-10-12 Glenn Morris <rgm@gnu.org>
2140
2141 * ert.texi: Whitespace trivia to make main menu items line up better.
2142
2143 2011-10-08 Glenn Morris <rgm@gnu.org>
2144
2145 * Makefile.in: Fix ert rules.
2146
2147 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2148
2149 * gnus.texi (Gnus Utility Functions): Add more references and
2150 explanations (bug#9683).
2151
2152 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2153
2154 * gnus.texi (Archived Messages): Note the default (bug#9552).
2155
2156 2011-09-21 Bill Wohler <wohler@newt.com>
2157
2158 Release MH-E manual version 8.3.
2159
2160 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2161 release 8.3.
2162 (Preface): Update support information.
2163 (From Bill Wohler): Reset text to original version. As a
2164 historical quote, the tense should be correct in the time that it
2165 was written.
2166
2167 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2168
2169 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
2170 (Finding the News): Doc clarification.
2171 (Terminology): Mention naming.
2172
2173 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2174
2175 * gnus.texi: Remove mentions of `recent', which are now obsolete.
2176 (Interactive): Document `quiet'.
2177
2178 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
2179
2180 * org.texi (Images in LaTeX export): Rewrite.
2181
2182 2011-08-15 Bastien Guerry <bzg@gnu.org>
2183
2184 * org.texi (Using the mapping API): Mention 'region as a possible
2185 scope for `org-map-entries'.
2186
2187 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2188
2189 * org.texi (Visibility cycling): Document `org-copy-visible'.
2190
2191 2011-08-15 Bastien Guerry <bzg@gnu.org>
2192
2193 * org.texi (Template expansion): Order template sequences in the
2194 proper order.
2195
2196 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2197
2198 * org.texi (eval): Expand discussion of the :eval header argument.
2199
2200 2011-08-15 Bastien Guerry <bzg@gnu.org>
2201
2202 * org.texi (Languages): Add Lilypond and Awk as supported
2203 languages.
2204
2205 2011-08-15 Achim Gratz <stromeko@nexgo.de>
2206
2207 * org.texi: Document that both CLOCK_INTO_DRAWER and
2208 LOG_INTO_DRAWER can be used to override the contents of variable
2209 org-clock-into-drawer (or if unset, org-log-into-drawer).
2210
2211 * org.texi: Replace @xref->@pxref.
2212
2213 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2214
2215 * org.texi (Evaluating code blocks): Documenting the new option
2216 for inline call lines.
2217
2218 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2219
2220 * org.texi (Results of evaluation): More explicit about the
2221 mechanism through which interactive evaluation of code is
2222 performed.
2223
2224 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2225
2226 * org.texi (noweb-ref): New header argument documentation.
2227
2228 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2229
2230 * org.texi (Extracting source code): Documentation of the new
2231 org-babel-tangle-named-block-combination variable.
2232
2233 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2234
2235 * org.texi (Structure of code blocks): Explicitly state that the
2236 behavior of multiple blocks of the same name is undefined.
2237
2238 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
2239
2240 * org.texi (TaskJuggler export): Modify the example to reflect the
2241 new effort durations.
2242
2243 2011-08-15 David Maus <dmaus@ictsoc.de>
2244
2245 * org.texi (Images in LaTeX export): Escape curly brackets in
2246 LaTeX example.
2247
2248 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2249
2250 * org.texi (The clock table): Document the :properties and
2251 :inherit-props arguments for the clocktable.
2252
2253 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2254
2255 * org.texi (Tables in LaTeX export): Document specifying placement
2256 options for tables.
2257
2258 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2259
2260 * org.texi (Evaluating code blocks): More specific documentation
2261 about the different types of header arguments.
2262
2263 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2264
2265 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
2266
2267 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2268
2269 * org.texi (Built-in table editor): Document the table field
2270 follow mode.
2271
2272 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
2273
2274 * org.texi (Easy Templates): Document new template.
2275
2276 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
2277
2278 * org.texi (Literal examples): Add a cross-reference from "Literal
2279 Examples" to "Easy Templates."
2280
2281 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2282
2283 * org.texi (The clock table): Add link to match syntax.
2284
2285 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2286
2287 * org.texi (Agenda commands): Document clock consistency checks.
2288
2289 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2290
2291 * org.texi (Built-in table editor): Document that \vert represents
2292 a vertical bar in a table field.
2293
2294 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2295
2296 * org.texi (Literal examples): Link from "Markup" > "Literate
2297 Examples" to "Working with Source Code".
2298
2299 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
2300
2301 * org.texi (Agenda commands): Doc for function option to bulk
2302 action.
2303
2304 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2305
2306 * org.texi (Template expansion): Document new %<...> template
2307 escape.
2308
2309 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2310
2311 * org.texi (Selective export): Document exclusion of any tasks
2312 from export.
2313
2314 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2315
2316 * org.texi (Selective export): Document how to exclude DONE tasks
2317 from export.
2318 (Publishing options): Document the properties to be used to turn off
2319 export of DONE tasks.
2320
2321 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2322
2323 * org.texi (The date/time prompt): Document date range protection.
2324
2325 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2326
2327 * org.texi (padline): Documentation of the new padline header
2328 argument.
2329
2330 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2331
2332 * org.texi (var): Adding "[" to list of characters triggering
2333 elisp evaluation.
2334
2335 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2336
2337 * org.texi (var): Documentation of Emacs Lisp evaluation during
2338 variable assignment.
2339
2340 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2341
2342 * org.texi (colnames): Reference indexing into variables, and note
2343 that colnames are *not* removed before indexing occurs.
2344 (rownames): Reference indexing into variables, and note that
2345 rownames are *not* removed before indexing occurs.
2346
2347 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2348
2349 * org.texi (var): Clarification of indexing into tabular
2350 variables.
2351
2352 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2353
2354 * org.texi (results): Documentation of the `:results wrap' header
2355 argument.
2356
2357 2011-08-15 Bastien Guerry <bzg@gnu.org>
2358
2359 * org.texi (LaTeX and PDF export): Add a note about a limitation
2360 of the LaTeX export: the org file has to be properly structured.
2361
2362 2011-08-15 Bastien Guerry <bzg@gnu.org>
2363
2364 * org.texi (Dynamic blocks, Structure editing):
2365 Mention the function `org-narrow-to-block'.
2366
2367 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2368
2369 * org.texi (Languages): Updating list of code block supported
2370 languages.
2371
2372 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2373
2374 * org.texi (Special properties): CATEGORY is a special property,
2375 but it may also used in the drawer.
2376
2377 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2378
2379 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
2380
2381 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
2382
2383 * org.texi (Include files): Document :lines.
2384
2385 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2386
2387 * org.texi (comments): Documentation of the ":comments noweb" code
2388 block header argument.
2389
2390 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2391
2392 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
2393 added extra whitespace around functions to be consistent with the
2394 rest of the section.
2395
2396 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2397
2398 * org.texi (Evaluating code blocks): Expand discussion of
2399 #+call: line syntax.
2400 (Header arguments in function calls): Expand discussion of
2401 #+call: line syntax.
2402
2403 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2404
2405 * org.texi (Evaluating code blocks): More explicit about how to
2406 pass variables to #+call lines.
2407
2408 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2409
2410 * org.texi (Results of evaluation): Link to the :results header
2411 argument list from the "Results of evaluation" section.
2412
2413 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2414
2415 * org.texi (Conflicts): Adding additional information about
2416 resolving org/yasnippet conflicts.
2417
2418 2011-08-15 David Maus <dmaus@ictsoc.de>
2419
2420 * org.texi (Publishing options): Document style-include-scripts
2421 publishing project property.
2422
2423 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2424
2425 * org.texi (Sparse trees): Document the next-error /
2426 previous-error functionality.
2427
2428 2011-08-15 Tom Dye <tsd@tsdye.com>
2429
2430 * org.texi (cache): Improve documentation of code block caches.
2431
2432 2011-08-15 Tom Dye <tsd@tsdye.com>
2433
2434 * org.texi (Code block specific header arguments):
2435 Documentation of multi-line header arguments.
2436
2437 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2438
2439 * org.texi (Code evaluation security): Add example for using a
2440 function.
2441
2442 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2443
2444 * org.texi (Tables in LaTeX export): Documentation of new
2445 attr_latex options for tables.
2446
2447 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
2448
2449 * trampver.texi: Update release number.
2450
2451 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
2452
2453 Sync with Tramp 2.2.2.
2454
2455 * trampver.texi: Update release number.
2456
2457 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2458
2459 * flymake.texi (Example -- Configuring a tool called via make):
2460 Use /dev/null instead of the Windows "nul" (bug#8715).
2461
2462 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2463
2464 * widget.texi (Setting Up the Buffer): Remove mention of the
2465 global keymap parent, which doesn't seem to be accurate
2466 (bug#7045).
2467
2468 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2469
2470 * org.texi (Special agenda views): Fix double quoting (bug#3509).
2471
2472 2010-07-10 Kevin Ryde <user42@zip.com.au>
2473
2474 * cl.texi (For Clauses): Add destructuring example processing an
2475 alist (bug#6596).
2476
2477 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2478
2479 * ediff.texi (Major Entry Points): Remove mention of `require',
2480 since that's not pertinent in the installed Emacs (bug#9016).
2481
2482 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2483
2484 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
2485 (Filtering New Groups): Clarify how simple the "options -n" format is.
2486 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
2487 is internal.
2488
2489 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
2490
2491 * tramp.texi (Cleanup remote connections):
2492 Add `tramp-cleanup-this-connection'.
2493
2494 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2495
2496 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
2497 zombies.
2498 (Checking New Groups): Ditto (bug#8974).
2499 (Checking New Groups): Move the reference to the right place.
2500
2501 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
2502
2503 * gnus.texi (Startup Files): Clarify that we're talking about numbered
2504 backups, and not actual vc (bug#8975).
2505
2506 2011-07-03 Kevin Ryde <user42@zip.com.au>
2507
2508 * cl.texi (For Clauses): @items for hash-values and key-bindings
2509 to make them more visible when skimming. Add examples of `using'
2510 clause to them, examples being clearer than a description in
2511 words (bug#6599).
2512
2513 2011-07-01 Alan Mackenzie <acm@muc.de>
2514
2515 * cc-mode.texi (Guessing the Style): New page.
2516 (Styles): Add a short introduction to above.
2517
2518 2011-06-28 Deniz Dogan <deniz@dogan.se>
2519
2520 * rcirc.texi (Configuration): Bug-fix:
2521 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
2522 Reported by Elias Pipping <pipping@exherbo.org>.
2523
2524 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2525
2526 * gnus.texi (Summary Mail Commands):
2527 Document `gnus-summary-reply-to-list-with-original'.
2528
2529 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2530
2531 * eshell.texi (Known problems): Fix typo.
2532
2533 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
2534
2535 * tramp.texi (Customizing Completion): Mention authinfo-style files.
2536 (Password handling): `auth-source-debug' is good for debug messages.
2537
2538 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
2539
2540 * gnus.texi (Store custom flags and keywords): Refer to
2541 `gnus-registry-article-marks-to-{chars,names}' instead of
2542 `gnus-registry-user-format-function-{M,M2}'.
2543
2544 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2545
2546 * texinfo.tex: Merge from gnulib.
2547
2548 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
2549
2550 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
2551 (Store custom flags and keywords):
2552 Mention `gnus-registry-user-format-function-M' and
2553 `gnus-registry-user-format-function-M2'.
2554
2555 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2556
2557 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
2558
2559 2011-05-17 Glenn Morris <rgm@gnu.org>
2560
2561 * gnus.texi (Face): Fix typo.
2562
2563 2011-05-14 Glenn Morris <rgm@gnu.org>
2564
2565 * dired-x.texi (Omitting Examples): Minor addition.
2566
2567 2011-05-10 Jim Meyering <meyering@redhat.com>
2568
2569 * ede.texi: Fix typo "or or -> or".
2570
2571 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
2572
2573 * gnus.texi (Summary Buffer Lines):
2574 gnus-summary-user-date-format-alist does not exist.
2575 (Sorting the Summary Buffer): More about sorting threads.
2576
2577 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
2578
2579 * trampver.texi: Update release number.
2580
2581 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
2582
2583 * tramp.texi (Frequently Asked Questions): New item for disabling
2584 Tramp in other packages.
2585
2586 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
2587
2588 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
2589 (Fancy splitting to parent, Store arbitrary data):
2590 Update gnus-registry docs.
2591
2592 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
2593
2594 * ede.texi: Fix typos.
2595
2596 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2597
2598 * gnus.texi (Window Layout): @itemize @code doesn't exist.
2599 It's @table @code.
2600
2601 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
2602
2603 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
2604
2605 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2606
2607 * calc.texi (Logarithmic Units): Update the function names.
2608
2609 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2610
2611 * message.texi (Various Commands): Document format specs in the
2612 ellipsis.
2613
2614 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
2615
2616 * message.texi (Insertion Variables): Document message-cite-style.
2617
2618 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
2619
2620 * tramp.texi (Remote processes): New subsection "Running shell on
2621 a remote host".
2622
2623 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2624
2625 * auth.texi (Help for developers): Update docs to explain that the
2626 :save-function will only run the first time.
2627
2628 2011-03-12 Glenn Morris <rgm@gnu.org>
2629
2630 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
2631 (emacs-faq.text): New target.
2632 (clean): Add emacs-faq.
2633
2634 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
2635
2636 Sync with Tramp 2.2.1.
2637
2638 * trampver.texi: Update release number.
2639
2640 2011-03-11 Glenn Morris <rgm@gnu.org>
2641
2642 * Makefile.in (HTML_TARGETS): New.
2643 (clean): Delete $HTML_TARGETS.
2644 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
2645
2646 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
2647
2648 * auth.texi (Help for developers): Show example of using
2649 `auth-source-search' with prompts and :save-function.
2650
2651 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2652
2653 * Version 23.3 released.
2654
2655 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
2656
2657 * message.texi (Message Buffers): Update default value of
2658 message-generate-new-buffers.
2659
2660 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
2661
2662 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
2663 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
2664 respectively.
2665 (Musical Notes): New section.
2666 (Customizing Calc): Mention the customizable variable
2667 calc-note-threshold.
2668
2669 2011-03-03 Glenn Morris <rgm@gnu.org>
2670
2671 * url.texi (Dealing with HTTP documents): Remove reference to
2672 function url-decode-text-part; never seems to have existed. (Bug#6038)
2673 (Configuration): Update url-configuration-directory description.
2674
2675 2011-03-02 Glenn Morris <rgm@gnu.org>
2676
2677 * dired-x.texi (Multiple Dired Directories): Remove mentions
2678 of dired-default-directory-alist and dired-default-directory.
2679 Move dired-smart-shell-command here...
2680 (Miscellaneous Commands): ... from here.
2681
2682 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2683
2684 * texinfo.tex: Update to version 2011-02-24.09.
2685
2686 2011-03-02 Glenn Morris <rgm@gnu.org>
2687
2688 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
2689 instead of the obsoleted dired-omit-here-always.
2690
2691 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
2692
2693 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
2694 supported systems.
2695
2696 2011-02-28 Glenn Morris <rgm@gnu.org>
2697
2698 * dbus.texi (Type Conversion): Grammar fix.
2699
2700 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
2701
2702 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
2703 "Debian GNU/Linux".
2704
2705 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
2706
2707 2011-02-23 Glenn Morris <rgm@gnu.org>
2708
2709 * dired-x.texi (Features): Minor rephrasing.
2710 (Local Variables): Fix typos.
2711
2712 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
2713 Standardize some Emacs/XEmacs terminology.
2714
2715 * dired-x.texi (Features): Don't advertise obsolete local variables.
2716 Simplify layout.
2717 (Omitting Variables): Update local variables example.
2718 (Local Variables): Say this is obsolete. Fix description of
2719 dired-enable-local-variables possible values.
2720
2721 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2722
2723 * auth.texi (Help for users): Mention ~/.netrc is also searched by
2724 default now.
2725
2726 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2727
2728 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
2729
2730 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2731
2732 * gnus.texi (Window Layout): Document layout names.
2733
2734 2011-02-19 Eli Zaretskii <eliz@gnu.org>
2735
2736 * ada-mode.texi: Sync @dircategory with ../../info/dir.
2737 * auth.texi: Sync @dircategory with ../../info/dir.
2738 * autotype.texi: Sync @dircategory with ../../info/dir.
2739 * calc.texi: Sync @dircategory with ../../info/dir.
2740 * cc-mode.texi: Sync @dircategory with ../../info/dir.
2741 * cl.texi: Sync @dircategory with ../../info/dir.
2742 * dbus.texi: Sync @dircategory with ../../info/dir.
2743 * dired-x.texi: Sync @dircategory with ../../info/dir.
2744 * ebrowse.texi: Sync @dircategory with ../../info/dir.
2745 * ede.texi: Sync @dircategory with ../../info/dir.
2746 * ediff.texi: Sync @dircategory with ../../info/dir.
2747 * edt.texi: Sync @dircategory with ../../info/dir.
2748 * eieio.texi: Sync @dircategory with ../../info/dir.
2749 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
2750 * epa.texi: Sync @dircategory with ../../info/dir.
2751 * erc.texi: Sync @dircategory with ../../info/dir.
2752 * eshell.texi: Sync @dircategory with ../../info/dir.
2753 * eudc.texi: Sync @dircategory with ../../info/dir.
2754 * flymake.texi: Sync @dircategory with ../../info/dir.
2755 * forms.texi: Sync @dircategory with ../../info/dir.
2756 * gnus.texi: Sync @dircategory with ../../info/dir.
2757 * idlwave.texi: Sync @dircategory with ../../info/dir.
2758 * mairix-el.texi: Sync @dircategory with ../../info/dir.
2759 * message.texi: Sync @dircategory with ../../info/dir.
2760 * mh-e.texi: Sync @dircategory with ../../info/dir.
2761 * newsticker.texi: Sync @dircategory with ../../info/dir.
2762 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
2763 * org.texi: Sync @dircategory with ../../info/dir.
2764 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
2765 * pgg.texi: Sync @dircategory with ../../info/dir.
2766 * rcirc.texi: Sync @dircategory with ../../info/dir.
2767 * reftex.texi: Sync @dircategory with ../../info/dir.
2768 * remember.texi: Sync @dircategory with ../../info/dir.
2769 * sasl.texi: Sync @dircategory with ../../info/dir.
2770 * sc.texi: Sync @dircategory with ../../info/dir.
2771 * semantic.texi: Sync @dircategory with ../../info/dir.
2772 * ses.texi: Sync @dircategory with ../../info/dir.
2773 * sieve.texi: Sync @dircategory with ../../info/dir.
2774 * smtpmail.texi: Sync @dircategory with ../../info/dir.
2775 * speedbar.texi: Sync @dircategory with ../../info/dir.
2776 * trampver.texi [emacs]: Set emacsname to "Emacs".
2777 * tramp.texi: Sync @dircategory with ../../info/dir.
2778 * url.texi: Sync @dircategory with ../../info/dir.
2779 * vip.texi: Sync @dircategory with ../../info/dir.
2780 * viper.texi: Sync @dircategory with ../../info/dir.
2781 * widget.texi: Sync @dircategory with ../../info/dir.
2782 * woman.texi: Sync @dircategory with ../../info/dir.
2783
2784 2011-02-19 Glenn Morris <rgm@gnu.org>
2785
2786 * dired-x.texi (Technical Details): No longer redefines
2787 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
2788 dired-read-shell-command, or dired-find-buffer-nocreate.
2789
2790 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
2791
2792 * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
2793
2794 2011-02-18 Glenn Morris <rgm@gnu.org>
2795
2796 * dired-x.texi (Optional Installation File At Point): Simplify.
2797
2798 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2799
2800 * auth.texi (Help for users): Use :port instead of :protocol for all
2801 auth-source docs.
2802 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
2803 to have two files in `auth-sources'.
2804
2805 2011-02-16 Glenn Morris <rgm@gnu.org>
2806
2807 * dired-x.texi: Use emacsver.texi to get Emacs version.
2808 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
2809 Depend on emacsver.texi.
2810
2811 * dired-x.texi: Drop meaningless version number.
2812 (Introduction): Remove old info.
2813 (Optional Installation Dired Jump): Autoload from dired-x.
2814 Remove incorrect info about loaddefs.el.
2815 (Bugs): Just refer to M-x report-emacs-bug.
2816
2817 * dired-x.texi (Multiple Dired Directories): Update for rename of
2818 default-directory-alist.
2819 (Miscellaneous Commands): No longer mention very old VM version 4.
2820
2821 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2822
2823 Merge from gnulib.
2824 * texinfo.tex: Update to version 2011-02-14.11.
2825
2826 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2827
2828 * auth.texi (Help for users):
2829 Login collection is "Login" and not "login".
2830
2831 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
2832
2833 * tramp.texi (History): Remove IMAP support.
2834 (External methods, Frequently Asked Questions): Remove `imap' and
2835 `imaps' methods.
2836 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2837
2838 * trampver.texi: Remove default value of `emacsimap'.
2839
2840 2011-02-13 Glenn Morris <rgm@gnu.org>
2841
2842 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2843 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2844
2845 2011-02-12 Glenn Morris <rgm@gnu.org>
2846
2847 * sc.texi (Getting Connected): Remove old index entries.
2848
2849 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
2850
2851 * url.texi: Remove duplicate @dircategory (Bug#7942).
2852
2853 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2854
2855 * auth.texi (Overview, Help for users, Help for developers):
2856 Update docs.
2857 (Help for users): Talk about spaces.
2858
2859 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2860
2861 * texinfo.tex: Update to version 2011-02-07.16.
2862
2863 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
2864
2865 * dbus.texi (Bus names): Adapt descriptions for
2866 dbus-list-activatable-names and dbus-list-known-names.
2867
2868 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2869
2870 * calc.texi (Logarithmic Units): New section.
2871
2872 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2873
2874 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2875 manuals use it now.
2876
2877 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
2878
2879 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2880
2881 * overrides.texi: Remove.
2882
2883 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2884 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2885
2886 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
2887
2888 * tramp.texi (Frequently Asked Questions): Mention problems with
2889 WinSSHD.
2890
2891 * trampver.texi: Update release number.
2892
2893 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2894
2895 * tramp.texi:
2896 Replace "delimet" with "delimit" globally.
2897 Replace "explicite" with "explicit" globally.
2898 Replace "instead of" with "instead" where there was nothing after "of".
2899 Audit use of comma before interrogative pronoun, "that", or "which".
2900 Minor word order, spelling, wording changes.
2901
2902 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2903
2904 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2905
2906 * sieve.texi: Use WEBHACKDEVEL.
2907
2908 * sasl.texi: Use WEBHACKDEVEL.
2909
2910 * pgg.texi: Use WEBHACKDEVEL.
2911
2912 * message.texi: Use WEBHACKDEVEL.
2913
2914 * gnus.texi: Use WEBHACKDEVEL.
2915
2916 * emacs-mime.texi: Use WEBHACKDEVEL.
2917
2918 * auth.texi: Use WEBHACKDEVEL.
2919
2920 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2921 manuals.
2922
2923 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2924
2925 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2926
2927 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2928
2929 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2930 which in turn is copied from ftp://tug.org/tex/.
2931
2932 2011-02-03 Glenn Morris <rgm@gnu.org>
2933
2934 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2935 (Binding combinations of modifiers and function keys):
2936 Let's assume people reading this are not using Emacs 18.
2937
2938 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2939
2940 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2941 since it's run automatically.
2942
2943 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2944
2945 * gnus.texi (Customizing Articles): Fix typo.
2946
2947 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2948
2949 * gnus.texi (Customizing Articles): Document the new way of customizing
2950 the date headers(s).
2951
2952 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2953
2954 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2955 splitting example.
2956
2957 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2958
2959 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2960 (MAKEINFO_OPTS): New variable.
2961 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2962 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2963 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2964 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2965 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2966 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2967 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2968 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2969 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2970 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2971 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2972 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2973 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2974 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2975 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2976 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2977 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2978 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2979
2980 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2981
2982 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2983
2984 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2985
2986 * message.texi (IDNA): Explain what it is.
2987
2988 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2989
2990 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2991
2992 2011-01-23 Werner Lemberg <wl@gnu.org>
2993
2994 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2995 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2996 (ENVADD): Update.
2997
2998 2011-01-18 Glenn Morris <rgm@gnu.org>
2999
3000 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
3001
3002 2011-01-14 Eduard Wiebe <usenet@pusto.de>
3003
3004 * nxml-mode.texi (Introduction): Fix file name typos.
3005
3006 2011-01-13 Christian Ohler <ohler@gnu.org>
3007
3008 * ert.texi: New file.
3009
3010 * Makefile.in:
3011 * makefile.w32-in: Add ert.texi.
3012
3013 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
3014
3015 * dbus.texi (Receiving Method Calls): New function
3016 dbus-register-service. Rearrange node.
3017
3018 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3019
3020 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
3021 which in turn is copied from ftp://tug.org/tex/.
3022
3023 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3024
3025 * dbus.texi (Receiving Method Calls): Describe new optional
3026 parameter dont-register-service of dbus-register-{method,property}.
3027
3028 2010-12-17 Daiki Ueno <ueno@unixuser.org>
3029
3030 * epa.texi (Encrypting/decrypting *.gpg files):
3031 Mention epa-file-select-keys.
3032
3033 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3034
3035 * gnus.texi (Archived Messages): Remove outdated text.
3036
3037 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3038
3039 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
3040
3041 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
3042
3043 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
3044
3045 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3046
3047 * gnus.texi (The swish++ Engine): Add customizable parameters
3048 descriptions.
3049 (The swish-e Engine): Ditto.
3050
3051 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3052
3053 * tramp.texi (Inline methods): Add "ksu" method.
3054 (Remote processes): Add example with remote `default-directory'.
3055
3056 2010-12-14 Glenn Morris <rgm@gnu.org>
3057
3058 * faq.texi (Expanding aliases when sending mail):
3059 Now build-mail-aliases is interactive.
3060
3061 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3062
3063 * gnus.texi: First pass at adding (rough) nnir documentation.
3064
3065 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3066
3067 * gnus.texi (Filtering New Groups):
3068 Mention gnus-auto-subscribed-categories.
3069 (The First Time): Remove, since default-subscribed-newsgroups has been
3070 removed.
3071
3072 2010-12-13 Glenn Morris <rgm@gnu.org>
3073
3074 * cl.texi (For Clauses): Small fixes for frames and windows.
3075
3076 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
3077
3078 * org.texi (Using capture): Document using prefix arguments for
3079 finalizing capture.
3080 (Agenda commands): Document prefix argument for the bulk scatter
3081 command.
3082 (Beamer class export): Document that also overlay arguments can be
3083 passed to the column environment.
3084 (Template elements): Document the new entry type.
3085
3086 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
3087
3088 * org.texi (Include files): Document :minlevel.
3089
3090 2010-12-11 Julien Danjou <julien@danjou.info>
3091
3092 * org.texi (Categories): Document category icons.
3093
3094 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
3095
3096 * org.texi (noweb): Fix typo.
3097
3098 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
3099
3100 * gnus.texi (Server Commands): Point to the rest of the server
3101 commands.
3102
3103 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3104
3105 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
3106 g'.
3107
3108 2010-12-02 Julien Danjou <julien@danjou.info>
3109
3110 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
3111
3112 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3113
3114 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
3115 (Direct Functions): Note the STARTTLS upgrade.
3116
3117 2010-11-27 Glenn Morris <rgm@gnu.org>
3118 James Clark <none@example.com>
3119
3120 * nxml-mode.texi (Introduction): New section.
3121
3122 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3123
3124 * gnus.texi (Server Commands): Document gnus-server-show-server.
3125
3126 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3127
3128 Sync with Tramp 2.2.0.
3129
3130 * trampver.texi: Update release number.
3131
3132 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3133
3134 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
3135 Mention that the TeX specific units won't use the `tex' prefix
3136 in TeX mode.
3137
3138 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3139
3140 * gnus.texi (Misc Article): Document gnus-inhibit-images.
3141
3142 2010-11-17 Glenn Morris <rgm@gnu.org>
3143
3144 * edt.texi: Remove information about Emacs 19.
3145
3146 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
3147
3148 * trampver.texi: Update release number.
3149
3150 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3151
3152 * gnus.texi (Article Washing): Fix typo.
3153
3154 2010-11-11 Noorul Islam <noorul@noorul.com>
3155
3156 * org.texi: Fix typo.
3157
3158 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3159
3160 * org.texi (Using capture): Explain that refiling is
3161 sensitive to cursor position.
3162
3163 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3164
3165 * org.texi (Images and tables): Add cross reference to link section.
3166
3167 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3168
3169 * org.texi: Document the <c> cookie.
3170
3171 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3172
3173 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
3174 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
3175
3176 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3177
3178 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
3179
3180 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3181
3182 * org.texi (Project alist): Mention that this is a property list.
3183
3184 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3185
3186 * org.texi (Setting up the staging area): Document that
3187 file names remain visible when encrypting the MobileOrg files.
3188
3189 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3190
3191 * org.texi (Setting up the staging area): Document which
3192 versions are needed for encryption.
3193
3194 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3195
3196 * org.texi (noweb): Update :noweb documentation to
3197 reflect the new "tangle" argument.
3198
3199 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3200
3201 * org.texi (Batch execution): Improve tangling script in
3202 documentation.
3203
3204 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3205
3206 * org.texi (Handling links):
3207 (In-buffer settings): Document inlining images on startup.
3208
3209 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3210
3211 * org.texi (Setting up the staging area): Document use of
3212 crypt password.
3213
3214 2010-11-11 David Maus <dmaus@ictsoc.de>
3215
3216 * org.texi (Template expansion): Add date related link type escapes.
3217
3218 2010-11-11 David Maus <dmaus@ictsoc.de>
3219
3220 * org.texi (Template expansion): Add mew in table for link type
3221 escapes.
3222
3223 2010-11-11 David Maus <dmaus@ictsoc.de>
3224
3225 * org.texi (Template expansion): Fix typo in link type escapes.
3226
3227 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3228
3229 * org.texi (Structure of code blocks): Another documentation tweak.
3230
3231 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3232
3233 * org.texi (Structure of code blocks): Documentation tweak.
3234
3235 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3236
3237 * org.texi (Structure of code blocks):
3238 Update documentation to mention inline code block syntax.
3239
3240 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3241
3242 * org.texi (comments): Improve wording.
3243
3244 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3245
3246 * org.texi (comments): Document the new :comments header arguments.
3247
3248 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3249
3250 * org.texi (Installation): Remove the special
3251 installation instructions for XEmacs.
3252
3253 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3254
3255 * org.texi (Easy Templates): New section. Documents quick
3256 insertion of empty structural elements.
3257
3258 2010-11-11 Noorul Islam <noorul@noorul.com>
3259
3260 * org.texi: Fix doc.
3261
3262 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3263
3264 * org.texi (The date/time prompt): Document specification
3265 of time ranges.
3266
3267 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3268
3269 * org.texi (Internal links): Document the changes in
3270 internal links.
3271
3272 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3273
3274 * org.texi (Agenda commands): Document the limitation for
3275 the filter preset - it can only be used for an entire agenda
3276 view, not in an individual block in a block agenda.
3277
3278 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
3279
3280 * org.texi (iCalendar export): Document alarm creation.
3281
3282 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
3283
3284 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
3285
3286 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3287
3288 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
3289
3290 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3291
3292 * calc.texi: Use emacsver.texi to determine Emacs version.
3293
3294 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3295
3296 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
3297 since that works by default.
3298
3299 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3300
3301 * gnus.texi (Customizing the IMAP Connection): Document
3302 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
3303
3304 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
3305
3306 * tramp.texi (Remote shell setup): New item "Interactive shell
3307 prompt". Reported by Christian Millour <cm@abtela.com>.
3308 (Remote shell setup, Remote processes): Use @code{} for
3309 environment variables.
3310
3311 2010-11-03 Glenn Morris <rgm@gnu.org>
3312
3313 * ediff.texi (Quick Help Commands, Miscellaneous):
3314 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
3315
3316 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3317
3318 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
3319
3320 2010-10-31 Glenn Morris <rgm@gnu.org>
3321
3322 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
3323
3324 2010-10-31 Glenn Morris <rgm@gnu.org>
3325
3326 * cc-mode.texi: Remove reference to defunct viewcvs URL.
3327
3328 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3329
3330 * gnus.texi (Client-Side IMAP Splitting):
3331 Mention nnimap-unsplittable-articles.
3332
3333 2010-10-29 Julien Danjou <julien@danjou.info>
3334
3335 * gnus.texi (Finding the News): Remove references to obsoletes
3336 variables `gnus-nntp-server' and `gnus-secondary-servers'.
3337
3338 2010-10-29 Eli Zaretskii <eliz@gnu.org>
3339
3340 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
3341 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
3342 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
3343 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
3344
3345 2010-10-28 Glenn Morris <rgm@gnu.org>
3346
3347 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
3348 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
3349 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
3350
3351 2010-10-25 Daiki Ueno <ueno@unixuser.org>
3352
3353 * epa.texi (Mail-mode integration): Add alternative key bindings
3354 for epa-mail commands; escape comma.
3355 Don't use the word "PGP", since it is a non-free program.
3356
3357 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
3358
3359 * calc.texi: Use emacsver.texi to determine Emacs version.
3360
3361 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
3362
3363 * gnus.texi (Group Parameters, Buttons): Fix typos.
3364
3365 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
3366
3367 * gnus.texi (Subscription Commands): Mention that you can also
3368 subscribe to new groups via the Server buffer, which is probably more
3369 convenient when subscribing to many groups.
3370
3371 2010-10-21 Julien Danjou <julien@danjou.info>
3372
3373 * message.texi (Message Headers): Allow message-default-headers to be a
3374 function.
3375
3376 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3377
3378 * gnus-news.texi: Mention new archive defaults.
3379
3380 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3381
3382 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
3383
3384 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3385
3386 * gnus.texi (HTML): Document the function value of
3387 gnus-blocked-images.
3388 (Article Washing): shr and gnus-w3m, not the direct function names.
3389
3390 2010-10-20 Julien Danjou <julien@danjou.info>
3391
3392 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
3393 variable.
3394
3395 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3396
3397 * gnus.texi (Customizing the IMAP Connection): The port strings are
3398 strings.
3399 (Document Groups): Mention git.
3400
3401 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3402
3403 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
3404 bzr/Gnus git sync.
3405
3406 2010-10-15 Eli Zaretskii <eliz@gnu.org>
3407
3408 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
3409 change.
3410
3411 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3412
3413 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
3414 @item syntax for in-Emacs makeinfo.
3415
3416 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
3417
3418 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
3419 trim sentence.
3420
3421 2010-10-12 Daiki Ueno <ueno@unixuser.org>
3422
3423 * epa.texi (Caching Passphrases):
3424 * auth.texi (GnuPG and EasyPG Assistant Configuration):
3425 Clarify some configurations require to set up gpg-agent.
3426
3427 2010-10-11 Glenn Morris <rgm@gnu.org>
3428
3429 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
3430
3431 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3432
3433 * gnus.texi (Spam Package Introduction): Mention `$'.
3434
3435 2010-10-09 Eli Zaretskii <eliz@gnu.org>
3436
3437 * makefile.w32-in (emacsdir): New variable.
3438 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
3439 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
3440
3441 2010-10-09 Glenn Morris <rgm@gnu.org>
3442
3443 * Makefile.in (mostlyclean): Delete *.toc.
3444
3445 * Makefile.in: Use $< in rules.
3446
3447 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
3448
3449 * Makefile.in ($(infodir)): Delete rule.
3450 (mkinfodir): New. Use it in all the info rules, rather than depending
3451 on infodir.
3452
3453 2010-10-09 Glenn Morris <rgm@gnu.org>
3454
3455 * gnus.texi (Article Washing): Fix previous change.
3456
3457 * Makefile.in (emacsdir): New variable.
3458 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
3459 Depend on emacsver.texi.
3460
3461 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
3462
3463 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
3464
3465 2010-10-08 Julien Danjou <julien@danjou.info>
3466
3467 * gnus.texi: Add mm-shr.
3468
3469 2010-10-08 Ludovic Courtès <ludo@gnu.org>
3470
3471 * gnus.texi (Finding the Parent, The Gnus Registry)
3472 (Registry Article Refer Method): Update docs for nnregistry.el.
3473
3474 2010-10-08 Daiki Ueno <ueno@unixuser.org>
3475
3476 * auth.texi (Help for users)
3477 (GnuPG and EasyPG Assistant Configuration): Update docs.
3478
3479 2010-10-08 Glenn Morris <rgm@gnu.org>
3480
3481 * cl.texi (Organization, Installation, Old CL Compatibility):
3482 Deprecate cl-compat for new code.
3483 (Usage, Installation): Remove outdated information.
3484
3485 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
3486
3487 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3488
3489 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
3490
3491 2010-10-06 Julien Danjou <julien@danjou.info>
3492
3493 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
3494
3495 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
3496 broken link.
3497
3498 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
3499
3500 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
3501 to ReiserFS.
3502
3503 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
3504 (FAQ 7-1): Fix getmail URL.
3505
3506 2010-10-06 Daiki Ueno <ueno@unixuser.org>
3507
3508 * epa.texi (Caching Passphrases): New section.
3509
3510 2010-10-06 Glenn Morris <rgm@gnu.org>
3511
3512 * Makefile.in (SHELL): Set it.
3513 (info): Move the mkdir dependency to the individual info files.
3514 (mostlyclean): Tidy up.
3515 (clean): Only delete the specific dvi and pdf files.
3516 (maintainer-clean): Be more restrictive in what we delete.
3517 ($(infodir)): Add parallel build workaround.
3518
3519 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3520
3521 * gnus.texi (Misc Article): Document gnus-widen-article-window.
3522
3523 2010-10-03 Julien Danjou <julien@danjou.info>
3524
3525 * emacs-mime.texi (Display Customization):
3526 Update mm-inline-large-images documentation and add documentation for
3527 mm-inline-large-images-proportion.
3528
3529 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
3530
3531 * tramp.texi (Frequently Asked Questions):
3532 Mention remote-file-name-inhibit-cache.
3533
3534 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3535
3536 * gnus.texi (Splitting Mail): Fix @xref syntax.
3537 (Splitting Mail): Really fix the @ref syntax.
3538
3539 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3540
3541 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
3542 (Article Hiding): Add google banner example.
3543 Suggested by Benjamin Xu.
3544
3545 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3546
3547 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
3548 Remove nnimap-split-rule from examples.
3549
3550 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3551
3552 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
3553 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
3554 Fishman.
3555 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
3556
3557 2010-09-30 Julien Danjou <julien@danjou.info>
3558
3559 * gnus.texi (Gravatars): Fix documentation about
3560 gnu-gravatar-properties.
3561
3562 2010-09-29 Daiki Ueno <ueno@unixuser.org>
3563
3564 * epa.texi (Bug Reports): New section.
3565
3566 2010-09-29 Glenn Morris <rgm@gnu.org>
3567
3568 * Makefile.in (top_srcdir): Remove unused variable.
3569
3570 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3571
3572 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
3573 (Client-Side IMAP Splitting): Document 'default.
3574
3575 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3576
3577 * gnus.texi (Customizing the IMAP Connection):
3578 Document nnimap-fetch-partial-articles.
3579
3580 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3581
3582 * gnus-news.texi: Mention nnimap-inbox.
3583
3584 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
3585
3586 2010-09-26 Julien Danjou <julien@danjou.info>
3587
3588 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
3589
3590 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3591
3592 * gnus.texi (Security): Remove gpg.el mention.
3593
3594 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3595
3596 * gnus.texi (Browse Foreign Server): New variable
3597 gnus-browse-subscribe-newsgroup-method.
3598
3599 * gnus-news.texi: Mention it.
3600
3601 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3602
3603 * gnus.texi (NoCeM): Remove.
3604 (Startup Variables): No jingle.
3605
3606 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
3607
3608 * woman.texi (Interface Options): xz compression is now supported.
3609
3610 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3611
3612 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
3613 (Unavailable Servers): Document gnus-server-copy-server.
3614 (Using IMAP): Document the new nnimap.
3615
3616 2010-09-25 Julien Danjou <julien@danjou.info>
3617
3618 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
3619
3620 2010-09-24 Glenn Morris <rgm@gnu.org>
3621
3622 * url.texi (Disk Caching): Tweak previous change.
3623
3624 2010-09-24 Julien Danjou <julien@danjou.info>
3625
3626 * url.texi (Disk Caching): Mention url-cache-expire-time,
3627 url-cache-expired, and url-fetch-from-cache.
3628
3629 2010-09-24 Julien Danjou <julien@danjou.info>
3630
3631 * gnus.texi: Add Gravatars.
3632
3633 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3634
3635 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
3636
3637 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3638
3639 * gnus.texi (Expunging mailboxes): Update name of the expunging
3640 command.
3641
3642 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3643
3644 * emacs-mime.texi (rfc2047): Update description for
3645 rfc2047-encode-parameter.
3646
3647 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
3648
3649 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
3650 "fish" methods.
3651 (External methods): Remove "scp1_old" and "scp2_old" methods.
3652
3653 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
3654
3655 * tramp.texi: Remove Japanese manual. Fix typo.
3656
3657 * trampver.texi: Update release number. Remove japanesemanual.
3658
3659 2010-09-09 Glenn Morris <rgm@gnu.org>
3660
3661 * org.texi: Restore clobbered changes (copyright years, untabify).
3662
3663 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
3664
3665 * gnus.texi (Adaptive Scoring): Fix typo.
3666
3667 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3668
3669 * gnus.texi (Article Display): Document gnus-html-show-images.
3670
3671 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3672
3673 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
3674
3675 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3676
3677 * gnus.texi (HTML): Document gnus-max-image-proportion.
3678
3679 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3680
3681 * gnus.texi (HTML): Document gnus-blocked-images.
3682
3683 * message.texi (Wide Reply): Document message-prune-recipient-rules.
3684
3685 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3686
3687 * gnus.texi (Summary Mail Commands): Note that only the addresses from
3688 the first message are used for wide replies.
3689 (Changing Servers): Remove documentation on gnus-change-server and
3690 friends, since it's been removed.
3691
3692 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3693
3694 * gnus.texi (Drafts): Mention B DEL.
3695
3696 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3697
3698 * gnus.texi (Delayed Articles): Mention that the Date header is the
3699 original one, even if you delay.
3700
3701 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3702
3703 * gnus.texi (Asynchronous Fetching):
3704 Document gnus-async-post-fetch-function.
3705 (HTML): Made into its own section.
3706
3707 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
3708
3709 Sync with Tramp 2.1.19.
3710
3711 * tramp.texi (Inline methods, Default Method):
3712 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
3713 Remove remark about doubled "-t" argument.
3714 (Auto-save and Backup): Remove reference to Emacs 21.
3715 (Filename Syntax): Describe port numbers.
3716 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
3717 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
3718 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
3719 errors with the backquotes.
3720 (External packages): File attributes cache flushing for asynchronous
3721 processes.
3722 (Traces and Profiles): Describe verbose level 9.
3723
3724 * trampver.texi: Update release number.
3725
3726 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
3727
3728 * dbus.texi (Alternative Buses): New chapter.
3729
3730 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3731
3732 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
3733
3734 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3735
3736 * calc.texi (Customizing Calc): Rearrange description of new
3737 variables to match the presentation of other variables.
3738
3739 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3740
3741 * org.texi (Footnotes, Tables in HTML export): Fix typos.
3742
3743 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3744
3745 * calc.texi (Making Selections, Selecting Subformulas)
3746 (Customizing Calc): Mention how to use faces to emphasize selected
3747 sub-formulas.
3748
3749 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
3750
3751 * tramp.texi (External packages): File attributes cache flushing
3752 for asynchronous processes.
3753
3754 2010-08-01 Alan Mackenzie <acm@muc.de>
3755
3756 Enhance the manual for the latest Java Mode.
3757
3758 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
3759 annotation-var-cont.
3760 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
3761 two new symbols.
3762
3763 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3764
3765 * tramp.texi (Traces and Profiles): Describe verbose level 9.
3766
3767 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3768
3769 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
3770
3771 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3772
3773 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
3774
3775 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3776
3777 * org.texi: Add macros to get plain quotes in PDF output.
3778 List additional contributors.
3779 (Capture): New section, replaces the section about remember.
3780 (Working With Source Code): New chapter, focused on documenting Org
3781 Babel.
3782 (Code evaluation security): New section.
3783 (MobileOrg): Document DropBox support.
3784 (TaskJuggler export): Document taskjuggler and Gantt chart support.
3785 (Special symbols): Show how to display UTF8 characters for entities.
3786 (Global TODO list): Clarify the use of the "M" key and the differences
3787 to the "m" key.
3788 (RSS Feeds): Mention Atom feeds as well.
3789 (Setting tags): Remove paragraph about
3790 `org-complete-tags-always-offer-all-agenda-tags'.
3791
3792 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3793
3794 * tramp.texi (Inline methods): Remove remark about doubled "-t"
3795 argument.
3796 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
3797 echoing shells.
3798
3799 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
3800
3801 * tramp.texi (Inline methods): Remove "kludgy" phrase.
3802 (Filename Syntax): Describe port numbers.
3803
3804 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
3805
3806 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
3807 forgotten.
3808 (Type Conversion): Precise conversion of natural numbers.
3809 (Errors and Events): Add "debugging" to concept index. Add variable
3810 `dbus-debug'.
3811
3812 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3813
3814 * dbus.texi (Receiving Method Calls): Add optional argument
3815 EMITS-SIGNAL to `dbus-register-property'.
3816
3817 2010-06-27 Alex Schroeder <alex@gnu.org>
3818
3819 * nxml-mode.texi (Commands for locating a schema): Fix typo.
3820
3821 2010-06-24 Glenn Morris <rgm@gnu.org>
3822
3823 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3824 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3825 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3826 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3827 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3828 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3829 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3830 * woman.texi: Start direntry descriptions in column 32, per Texinfo
3831 convention. Make them end with a period.
3832
3833 2010-06-23 Glenn Morris <rgm@gnu.org>
3834
3835 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
3836 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3837 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3838 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3839 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3840 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
3841
3842 2010-06-10 Glenn Morris <rgm@gnu.org>
3843
3844 * idlwave.texi (Load-Path Shadows):
3845 * org.texi (Handling links): Fix typos.
3846
3847 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3848
3849 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3850
3851 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
3852
3853 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3854 by an alias. (Bug#6226)
3855
3856 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3857
3858 * calc.texi (Manipulating Vectors): Mention that vectors can
3859 be used to determine bins for `calc-histogram'.
3860
3861 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3862
3863 * calc.texi: Remove "\turnoffactive" commands throughout.
3864
3865 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3866
3867 * url.texi (HTTP language/coding, Customization):
3868 * message.texi (Header Commands, Responses):
3869 * cl.texi (Argument Lists): Fix typos.
3870
3871 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3872
3873 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3874 Note that Development menu is always available.
3875 (Creating a project): Fix terminology.
3876 (Add/Remove files): Fix typo.
3877
3878 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3879
3880 * Version 23.2 released.
3881
3882 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
3883
3884 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3885
3886 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
3887
3888 * tramp.texi (Inline methods, Default Method):
3889 Mention `tramp-inline-compress-start-size'.
3890
3891 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
3892
3893 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3894 the CVS repo. Put the Git repo in the news section.
3895
3896 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
3897 Removed some mentions of CVS. Mention the new Git repo.
3898
3899 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
3900
3901 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3902 (Mail Group Commands): Add index entry.
3903
3904 2010-04-18 Glenn Morris <rgm@gnu.org>
3905
3906 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3907
3908 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3909
3910 * calc.texi (Radix modes): Mention that the option prefix will
3911 turn on twos-complement mode.
3912 (Inverse and Hyperbolic Flags): Mention the Option flag.
3913
3914 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3915
3916 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
3917 (LaTeX/PDF export commands): Rename and Move section.
3918 (Sectioning structure): Update.
3919 (References): New use case for field coordinates.
3920 (The export dispatcher): Rename from ASCII export.
3921 (Setting up the staging area): Document the availability of
3922 encryption for MobileOrg.
3923 (Images and tables): Document how to reference labels.
3924 (Index entries): New section.
3925 (Generating an index): New section.
3926 (Column width and alignment): Document that <N> now
3927 means a fixed width, not a maximum width.
3928 (Publishing options): Document the :email option.
3929 (Beamer class export): Fix bug in the BEAMER example.
3930 (Refiling notes): Document refile logging.
3931 (In-buffer settings): Document refile logging keywords.
3932 (Drawers): Document `C-c C-z' command.
3933 (Agenda commands): Mention the alternative key `C-c C-z'.
3934 (Special properties): Document the BLOCKED property.
3935 (The spreadsheet): Mention the formula editor.
3936 (References): Document field coordinates.
3937 (Publishing action): Correct the documentation for the
3938 publishing function.
3939 (The date/time prompt): Document that we accept dates
3940 like month/day/year.
3941 (Cooperation): Document the changes in table.el support.
3942 (Faces for TODO keywords, Faces for TODO keywords)
3943 (Priorities): Document the easy colors.
3944 (Visibility cycling): Document the new double prefix
3945 arg for `org-reveal'.
3946 (Cooperation): Remember.el is part of Emacs.
3947 (Clean view): Mention that `wrap-prefix' is also set by
3948 org-indent-mode.
3949 (Agenda commands): Add information about prefix args to
3950 scheduling and deadline commands.
3951 (Search view): Point to the docstring of
3952 `org-search-view' for more details.
3953 (Agenda commands): Document that `>' prompts for a date.
3954 (Setting tags): Document variable
3955 org-complete-tags-always-offer-all-agenda-tags.
3956 (Column attributes): Cross-reference special properties.
3957
3958 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3959
3960 Synchronize with Tramp repository.
3961
3962 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
3963 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3964 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
3965 syntax, texi2dvi reports errors with the backquotes.
3966
3967 * trampver.texi: Update release number.
3968
3969 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3970
3971 * gnus.texi (Finding the News): Add pointers to the Server buffer
3972 because it's essential.
3973
3974 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3975
3976 * gnus.texi (MIME Commands): Update description of
3977 gnus-article-browse-html-article.
3978
3979 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3980
3981 * auth.texi (Secret Service API): Add TODO node.
3982 (Help for users): Explain the new source options for `auth-sources'.
3983
3984 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3985
3986 * trampver.texi: Update release number.
3987
3988 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3989
3990 * Branch for 23.2.
3991
3992 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
3993
3994 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3995 now enabled by default.
3996
3997 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3998
3999 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
4000 when Emacs runs in interactive mode. (Bug#5645)
4001
4002 2010-02-16 Glenn Morris <rgm@gnu.org>
4003
4004 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
4005
4006 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4007
4008 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
4009
4010 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4011
4012 * gnus.texi (Score File Format): Fix typo.
4013
4014 2010-01-19 Mark A. Hershberger <mah@everybody.org>
4015
4016 * cc-mode.texi: Replace references to obsolete c-subword-mode.
4017
4018 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4019
4020 * ada-mode.texi (Project File Overview): Fix typo.
4021
4022 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4023
4024 * semantic.texi: Add Richard Y. Kim credit.
4025
4026 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
4027
4028 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
4029
4030 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
4031 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
4032
4033 2010-01-17 Glenn Morris <rgm@gnu.org>
4034
4035 * calc.texi (Reporting Bugs): Don't mention format of repository.
4036
4037 * woman.texi (Bugs): Make "Emacs repository" less specific,
4038 and the URL for same more specific.
4039
4040 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
4041
4042 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4043
4044 * ede.texi (ede-step-project, ede-proj-target):
4045 * tramp.texi (Remote processes): Fix typos.
4046
4047 2010-01-16 Mario Lang <mlang@delysid.org>
4048
4049 * ede.texi (ede-target):
4050 * org.texi (Refiling notes): Remove duplicated words.
4051
4052 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4053
4054 * gnus.texi (Posting Styles): Use with-current-buffer.
4055 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
4056
4057 2010-01-02 Kevin Ryde <user42@zip.com.au>
4058
4059 * eieio.texi (Naming Conventions): Correction to xref on elisp
4060 coding conventions, is "Tips" node not "Standards".
4061
4062 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
4063
4064 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
4065
4066 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
4067
4068 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4069
4070 * gnus.texi (Direct Functions): Add missing port number to tls method.
4071
4072 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
4073
4074 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
4075 ($(infodir)/edt, edt.dvi): New targets.
4076
4077 2009-12-15 Glenn Morris <rgm@gnu.org>
4078
4079 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
4080 (edt, $(infodir)/edt, edt.dvi): New targets.
4081 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
4082
4083 * Makefile.in (PDF_TARGETS, pdf): New.
4084 (clean): Add *.pdf.
4085 Add pdf rules for all manuals.
4086
4087 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
4088
4089 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
4090
4091 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4092
4093 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
4094 (Smart Jump, Analyzer Debug): Copyedits.
4095 (Semantic mode user commands): Link to new nodes.
4096 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
4097 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
4098 upstream Semantic manual.
4099
4100 * semantic.texi (Introduction): Minor fix to diagram.
4101
4102 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4103
4104 * eshell.texi (History): Add the other built-in variables.
4105 (Built-ins): Explain built-ins, and how to apply the external commands.
4106 Add `history', `su' and `sudo'.
4107
4108 * tramp.texi (Remote processes): Add missing <RET> in the example.
4109
4110 2009-12-01 Bill Wohler <wohler@newt.com>
4111
4112 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
4113 path for mairix example. Specify -q in namazu example since namazu is
4114 excessively garrulous.
4115
4116 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4117
4118 * tramp.texi (Remote processes): Improve eshell example with "su"
4119 and "sudo" commands.
4120
4121 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
4122
4123 * semantic.texi (Analyzer Internals): Rename from Analyzer.
4124
4125 * sem-user.texi (Semantic mode user commands): Fix key syntax.
4126 Document semantic-complete-analyze-inline.
4127 (Semanticdb search debugging commands): Minor clarification.
4128 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
4129 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
4130 manual.
4131 (Semantic mode): Link to Idle Scheduler.
4132
4133 2009-11-28 Kevin Ryde <user42@zip.com.au>
4134
4135 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
4136 @pxref, now EIEIO is in Emacs.
4137
4138 * erc.texi (Development): Correction to git tutorial url.
4139
4140 2009-11-26 Glenn Morris <rgm@gnu.org>
4141
4142 * faq.texi (Latest version of Emacs): Mention stability of development
4143 version.
4144 (Problems with very large files): Max buffer size increase in 23.2.
4145 (VM): VM has moved house again.
4146
4147 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4148
4149 * calc.texi (Radix modes): Discuss alternate bases for two's complement
4150 notations.
4151
4152 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
4153
4154 * org.texi (Column attributes): Fix documentation of new operators.
4155
4156 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4157
4158 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
4159 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
4160 (Idle Completions Mode): Numerous copyedits.
4161
4162 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
4163
4164 * semantic.texi (Semantic Internals, Glossary):
4165 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
4166 (Semanticdb search debugging commands): Fix typos.
4167
4168 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4169
4170 * calc.texi (Radix modes): Mention twos-complement notation.
4171
4172 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
4173
4174 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
4175 ($(infodir)/semantic, semantic.dvi): New targets.
4176
4177 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
4178
4179 * Makefile.in: Build the Semantic manual.
4180
4181 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
4182 repository.
4183
4184 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4185
4186 * dbus.texi (Receiving Method Calls): New defun
4187 `dbus-unregister-service'.
4188
4189 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
4190
4191 * org.texi (Speed keys): New section.
4192
4193 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4194
4195 * dbus.texi (Type Conversion): Fix typo.
4196 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
4197 `dbus-registered-objects-table'.
4198 (Receiving Method Calls): New defun `dbus-register-property'.
4199 Move `dbus-unregister-object' here.
4200
4201 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4202
4203 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
4204
4205 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
4206
4207 * org.texi (Column attributes): Add the new age summary operators.
4208 Also, mention the fact you can only use one summary operator per
4209 property.
4210
4211 2009-11-13 John Wiegley <johnw@newartisans.com>
4212
4213 * org.texi (Tracking your habits): Add a new section in the
4214 manual about how to track habits.
4215 (Resolving idle time): Add a section on how idle and
4216 dangling clocks are resolved.
4217
4218 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4219
4220 * org.texi (Agenda commands): Document the new `i' command.
4221 (Inserting deadline/schedule): Document logging changes
4222 of scheduling and deadline times stamps.
4223 (In-buffer settings): Document the in-buffer keywords for logging
4224 changes of scheduling and deadline times stamps.
4225 (Structure editing, Plain lists): Document indentation
4226 cycling in empty entries with TAB.
4227 (Archiving): Document the default archiving command.
4228 (Moving subtrees): Document the new keys for archiving.
4229 (Internal archiving): Fix incorrect key.
4230 (Agenda commands): Document the TODO set switching commands.
4231 (Agenda commands): Document the new archiving keys.
4232 (Clocking work time): Better description on how to save
4233 and restore a clock.
4234 (Resolving idle time): Mention the x11idle program to get true
4235 idleness also under X11.
4236 (Resolving idle time): Use @kbd instead of @key for normal
4237 letters, because this is how he rest of the manual does this.
4238 (Pushing to MobileOrg): Mention that `org-directory'
4239 should be set.
4240 (Agenda commands): Document that SPC is a filter for
4241 any tag.
4242 (Search view): Rename from "Keyword search".
4243 (Capure): New chapter.
4244 (Markup): New chapter.
4245 (Links in HTML export, Images in HTML export):
4246 Extend the section titles.
4247 (Images in HTML export): Document the align option.
4248 (Text areas in HTML export): Extend the section title.
4249 (Images in LaTeX export): Explain image placement in LaTeX.
4250
4251 2009-11-10 Glenn Morris <rgm@gnu.org>
4252
4253 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
4254
4255 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4256
4257 * tramp.texi (Auto-save and Backup): Disable backups just for a
4258 method.
4259
4260 * trampver.texi: Update release number.
4261
4262 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4263
4264 Sync with Tramp 2.1.17.
4265
4266 * trampver.texi: Update release number.
4267
4268 2009-10-29 Glenn Morris <rgm@gnu.org>
4269
4270 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
4271
4272 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4273
4274 * tramp.texi (External methods): Temporary files are kept for
4275 `rsync' and `rsyncc' methods.
4276
4277 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
4278
4279 * eieio.texi: Fix typos.
4280
4281 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
4282
4283 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
4284
4285 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
4286
4287 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
4288 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
4289
4290 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
4291
4292 * Makefile.in: Build EIEIO and EDE manuals.
4293
4294 2009-10-07 Eric Ludlam <zappo@gnu.org>
4295
4296 * eieio.texi:
4297 * ede.texi: New files.
4298
4299 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4300
4301 * tramp.texi (Remote processes): Association of a pty is not supported.
4302
4303 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
4304
4305 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
4306 (Processing LaTeX fragments): Document that the size of images can be
4307 changes using the variable `org-format-latex-options'.
4308 (The date/time prompt, Timestamps): Be more accurate over ISO format
4309 dates and times.
4310 (Visibility cycling): Document showeverything keyword.
4311 (In-buffer settings): Document showeverything keyword.
4312 (Setting up the staging area): Fix the example.
4313 (MobileOrg): New section.
4314 (Agenda commands, Exporting Agenda Views): Document exporting the
4315 agenda view to Org files.
4316
4317 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
4318
4319 * tramp.texi (History): Add IMAP support.
4320 (External methods): Add `imap' and `imaps' methods.
4321 (GVFS based methods): Add indices for `davs'.
4322 (Password handling): Rename anchors. Add IMAP entries for
4323 ~/.authinfo.gpg.
4324
4325 * trampver.texi: Set default value of `emacsimap'.
4326
4327 2009-09-22 Daiki Ueno <ueno@unixuser.org>
4328
4329 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
4330
4331 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4332
4333 * dired-x.texi (Technical Details):
4334 Delete dired-up-directory (Bug#4292).
4335
4336 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
4337
4338 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
4339
4340 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
4341
4342 * org.texi (Effort estimates): Document new effort setting commands.
4343 (Agenda commands): Document the new keys fro agenda time motion.
4344 Document entry text mode. Improve documentation of the keys to include
4345 inactive time stamps into the agenda view.
4346 (Feedback): Document the new bug report command.
4347 (Structure editing): Add an index entry for the sorting of subtrees.
4348
4349 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4350
4351 * auth.texi (Help for users): Corrected markup.
4352
4353 2009-09-02 Glenn Morris <rgm@gnu.org>
4354
4355 * emacs-mime.texi (time-date): Mention float-time.
4356
4357 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
4358
4359 * calc.texi (Simplifying Formulas): Improve the wording.
4360
4361 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
4362
4363 * auth.texi: Rewritten for coverage and clarity.
4364
4365 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4366
4367 * gnus.texi (Expiring Mail):
4368 Mention gnus-mark-copied-or-moved-articles-as-expirable.
4369 (Various Various): Mention gnus-safe-html-newsgroups.
4370
4371 * gnus-news.texi: Mention
4372 gnus-mark-copied-or-moved-articles-as-expirable.
4373
4374 * emacs-mime.texi (Display Customization): Add xref to
4375 gnus-safe-html-newsgroups.
4376
4377 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
4378
4379 * tramp.texi (Version Control): Remove.
4380 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
4381 reference.
4382 (External methods): Correct `scpc' concept index entries. New method
4383 `rsyncc'.
4384 (External packages): New subsections "Filename completion" and "File
4385 attributes cache".
4386
4387 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
4388
4389 * calc.texi (Rewrite Rules): Improve the example.
4390 (Simplifying Formulas): Explain use of the I and H flags for
4391 simplification.
4392
4393 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4394
4395 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
4396 Describe autostart behavior of dbus-ping.
4397 (Synchronous Methods, Asynchronous Methods): Use English numeric format
4398 for timeout values.
4399 (Top): Remove footnote saying D-Bus is not enabled by
4400 default. (Bug#4256)
4401
4402 2009-08-23 Daiki Ueno <ueno@unixuser.org>
4403
4404 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
4405 Reported by Jari Aalto (Bug#4211).
4406 (Mail-mode integration): Mention epa-mail-mode and
4407 epa-global-mail-mode.
4408 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
4409 epa-setup.
4410
4411 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
4412
4413 * dbus.texi (Asynchronous Methods): Allow nil handler.
4414
4415 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4416
4417 * ediff.texi (ediff-current-file): Add information about this new function.
4418
4419 * viper.texi: Add information about C-s in viper's search command.
4420
4421 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
4422
4423 * calc.texi (Date Forms): Fix typos.
4424
4425 2009-08-08 Glenn Morris <rgm@gnu.org>
4426
4427 * org.texi (Agenda commands): Restore clobbered change.
4428
4429 2009-08-07 Eli Zaretskii <eliz@gnu.org>
4430
4431 * calc.texi (Graphics, Devices): Update with the peculiarities of
4432 operation on MS-Windows.
4433
4434 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
4435
4436 * org.texi (Publishing action): Improve documentation of file
4437 names when publishing to the source directory.
4438 (Clean view): Document `org-indent-mode'.
4439 (Clocking work time): Add documentation for the
4440 new :timetamp option when creating a clock report.
4441 (Paragraphs): Fix many typos.
4442 (Plain lists): Remove duplicate explanation about the
4443 `C-c *' command.
4444 (Literal examples): Update to reflect the new behavior
4445 of the -n -r -k switches when exporting source code examples.
4446 (Structure editing): Add information about `C-c *',
4447 converting a plain list into a list of Org items.
4448 (Remember): Small rephrasing of the paragraph
4449 describing remember.el. Also mentioned that remember.el is part
4450 of Emacs 23, not Emacs 22.
4451 (Clocking work time): Add documentation about
4452 displaying the current clocking time against the effort estimate.
4453 Also add a footnote about using `org-clock-in-prepare-hook' to add
4454 an effort estimate on the fly, just before clocking it.
4455 (Footnotes): Document automatic renumbering and
4456 sorting.
4457 (Agenda commands): Document new bulk commands.
4458 (Plain lists): Document new behavior of
4459 `org-cycle-include-plain-lists'.
4460 Hyphenation only in TeX.
4461 (Clocking work time): Document the key to update effort
4462 estimates.
4463 (Clocking work time): Document the clock time display.
4464 (Structure editing, TODO basics): Document new
4465 variables.
4466 (Column attributes): Document new colciew operators.
4467 (Publishing options): Document :xml-declaration.
4468 (Tracking TODO state changes): Document the
4469 LOG_INTO_DRAWER property.
4470 (Literal examples): Document the new implementation for
4471 editing source code.
4472 (Publishing action): Mention the new publishing
4473 function, to publish an Org source file.
4474 (Publishing links): Mention how to link to an Org source file.
4475 (Macro replacement): Document new macros.
4476 (Handling links): Document type-specific completion
4477 when inserting links.
4478 (Structure editing, Plain lists): Improve documentation
4479 on sorting.
4480 (Internal links): Document custom ids for links.
4481 (Handling links): Document custom ids for links.
4482 (CSS support): Document new class.
4483 (Refiling notes): Document the possibility to create new nodes
4484 during refiling.
4485 (Agenda commands): Document the "?" operator to find
4486 tasks without effort setting.
4487 (Exporting agenda information): Section moved.
4488 (RSS Feeds): New section.
4489 (Built-in table editor): Document M-e and M-a navigate
4490 inside table field.
4491 (Stuck projects): Docment that projects identified as
4492 un-stuck will still be searchd for stuck sub-projects.
4493 (Paragraphs): Document centering.
4494 (Creating timestamps, Agenda commands): Document new
4495 behavior when changing time stamps.
4496 (Structure editing): Document the new command
4497 `org-clone-subtree-with-time-shift'.
4498 (Publishing): Refresh this chapter.
4499 (Export options, Export options, In-buffer settings):
4500 Document the new keywords.
4501 (Matching tags and properties): Collect all
4502 documentation about tags/property matches here.
4503 (Setting tags): Document `org-tag-persistent-alist'.
4504 (Weekly/daily agenda): New section.
4505 (Orgstruct mode): Describe `orgstruct++-mode'.
4506 (Drawers): Mention the LOGBOOK drawer.
4507 (Export options, Sectioning structure): Document the
4508 #+LEATEX_HEADER in-buffer setting.
4509 (Bugs): Section removed.
4510 (Hooks): New section.
4511 (Add-on packages): Move here from old location.
4512 (Context-sensitive commands): New section.
4513 (Setting tags): Document newline option.
4514 (Global TODO list, Matching tags and properties):
4515 Mention more variables.
4516 (Checkboxes): Update to changed command behavior.
4517
4518 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
4519
4520 * speedbar.texi (Basic Key Bindings): Fix typo.
4521
4522 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
4523
4524 * calc.texi (Vector/Matrix Functions): Add index entries for both
4525 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
4526 affects matrices with more than one row.
4527 (Help Commands): Add index entries for "prefix ?" key bindings.
4528
4529 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4530
4531 * calc.texi (Stack Manipulation Commands): Add documentation for
4532 `calc-transpose-lines'.
4533
4534 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
4535
4536 * dbus.texi (Receiving Method Calls): Describe special return value
4537 `:ignore'.
4538
4539 2009-07-24 Alan Mackenzie <acm@muc.de>
4540
4541 * cc-mode.texi (Config Basics, File Styles): Document that at mode
4542 initialization, any individual variable setting now takes precedence
4543 over one done via c-file-style/c-file-offsets.
4544
4545 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
4546
4547 * calc.texi (Undoing Mistakes): Mention that the undo list will be
4548 truncated when Calc is quit.
4549 (Customizing Calc): Document `calc-undo-length'.
4550
4551 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
4552
4553 * calc.texi (About This Manual): Don't mention chapter numbers in text.
4554
4555 2009-07-11 Kevin Ryde <user42@zip.com.au>
4556
4557 * pcl-cvs.texi (About PCL-CVS):
4558 * widget.texi (Basic Types):
4559 Fix cross-references.
4560
4561 2009-07-01 Andreas Schwab <aschwab@redhat.com>
4562
4563 * dbus.texi (Type Conversion): Don't use literal control character.
4564
4565 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
4566
4567 * tramp.texi (GVFS based methods): New section.
4568 (Remote processes): Processes for GVFS based methods run locally.
4569
4570 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
4571
4572 * tramp.texi (Inline methods, External methods, Gateway methods):
4573 Avoid the words "kludge" and hack".
4574 (External methods): Add `synce' method.
4575
4576 * trampver.texi: Update release number.
4577
4578 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
4579
4580 Sync with Tramp 2.1.16.
4581
4582 * tramp.texi (History): Add GVFS support.
4583 (External methods): Precise `rsync' description. Add `dav', `davs' and
4584 `obex' methods. Add 'tramp-gvfs-methods' option.
4585 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
4586 forms.
4587 (Remote Programs): Introduce `tramp-own-remote-path'.
4588 (Remote processes): New subsection "Running remote programs that create
4589 local X11 windows".
4590 (Frequently Asked Questions): Improve code for disabling vc.
4591
4592 * trampver.texi: Update release number. Set default value of
4593 `emacsgvfs'.
4594
4595 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
4596
4597 * Branch for 23.1.
4598
4599 2009-06-17 Glenn Morris <rgm@gnu.org>
4600
4601 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
4602 (Latest version of Emacs): Mention source code repository.
4603
4604 2009-06-16 Glenn Morris <rgm@gnu.org>
4605
4606 * faq.texi (Top): Language tweak.
4607 (Extended commands): Most people have arrow keys.
4608 (Emacs manual): Say how to follow info links.
4609 (File-name conventions): Change title a bit. Explain about source
4610 versus installed. Condense etc description.
4611 (Guidelines for newsgroup postings): Mention Savannah list page.
4612 (Newsgroup archives): Simplify.
4613 (Contacting the FSF): Add contact URL.
4614 (Emacs Lisp documentation): Printed version not always available.
4615 (Installing Texinfo documentation): Explain how by hand installation is
4616 not normally needed. Use add-to-list. Remove duplicate reference.
4617 (Informational files for Emacs): Move info on Help menu here from
4618 "File-name conventions".
4619 (Help installing Emacs): Tweak uref.
4620 (Obtaining the FAQ): Mention repository.
4621 (Origin of the term Emacs): Explain "ITS".
4622 (Changing load-path): Use add-to-list.
4623 (Automatic indentation): Clarify this is for Text mode.
4624 Don't mention Indented Text mode.
4625 (Finding Emacs on the Internet): The FSF does not seem to offer a
4626 deluxe distribution on CD anymore.
4627
4628 2009-06-16 Glenn Morris <rgm@gnu.org>
4629
4630 * faq.texi (Top): Mention which Emacs version this FAQ is about.
4631 Recommend the latest release. Mention how to get older FAQs.
4632 Recommend the Emacs manual.
4633 (Guidelines for newsgroup postings): Discourage cross-posts.
4634 (Underlining paragraphs): Remove.
4635 (Editing MS-DOS files): Remove pre-Emacs 20 information.
4636 (Bugs and problems): Update key-binding.
4637 (Problems with very large files): Mention 64-bit.
4638 (Shell process exits abnormally): Remove.
4639 (Problems with Shell Mode): Rename and update.
4640 (Spontaneous entry into isearch-mode)
4641 (Problems talking to certain hosts): Remove. This is old information,
4642 in etc/PROBLEMS if needed.
4643 (Emacs takes a long time to visit files, Updating Emacs): Remove.
4644 (Dired claims that no file is on this line): Update.
4645 (Installing Emacs, Problems building Emacs): Simplify.
4646 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
4647 information.
4648 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
4649 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
4650 (JDEE): "JDEE", not "JDE".
4651 (Handling C-s and C-q with flow control, Binding C-s and C-q):
4652 Remove. This is old information, in etc/PROBLEMS if needed.
4653 (stty and Backspace key, Kanji and Chinese characters): Remove.
4654 (Right-to-left alphabets): Update section.
4655 (Changing the included text prefix): Gnus uses message-yank-prefix.
4656 Add cross-reference to Supercite manual.
4657 (Saving a copy of outgoing mail): Simplify output file description.
4658 (Expanding aliases when sending mail): Refer to Emacs manual.
4659 Remove old info about RFC822.
4660 Correct description of how to rebuild aliases.
4661 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
4662 (MIME with Emacs mail packages)
4663 (Viewing articles with embedded underlining)
4664 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
4665 Remove old sections.
4666 (Killing based on nonstandard headers): Remove. Scoring is preferable,
4667 and is well-documented in the Gnus manual.
4668 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
4669 (Making Gnus faster): Rename from "Starting Gnus faster".
4670 Merge "Catch-up is slow in Gnus" into here.
4671
4672 2009-06-14 Glenn Morris <rgm@gnu.org>
4673
4674 * faq.texi (Status of Emacs): Re-order with most recent releases first.
4675 (New in Emacs 23): New section.
4676 (Handling C-s and C-q with flow control): Add xref.
4677
4678 2009-06-13 Glenn Morris <rgm@gnu.org>
4679
4680 * faq.texi (Setting up a customization file): Grammar fix.
4681 Customize is no longer "new".
4682 (Displaying the current line or column): Line-number mode is on by
4683 default. Don't mention `column' package. Mention linum.el.
4684 (Turning on abbrevs by default): Explain how to do it for buffers,
4685 modes, and everywhere.
4686 (Associating modes with files): Use add-to-list. Don't mention Emacs
4687 19.
4688 (Highlighting a region): On by default since 23.1.
4689 (Replacing highlighted text): Update doc quote.
4690 (Working with unprintable characters): Don't mention search-quote-char.
4691 (Using an already running Emacs process): Gnuclient is probably not an
4692 enhancement these days.
4693 (Indenting switch statements): Remove mention of pre-Emacs 20.
4694 (Horizontal scrolling): Abbreviate Emacs 20 description.
4695 (Replacing text across multiple files): Fix name of dired command.
4696 (Disabling backups): Use require not load.
4697 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
4698
4699 2009-06-13 Bill Wohler <wohler@newt.com>
4700
4701 Release MH-E manual version 8.2.
4702
4703 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4704 release 8.2.
4705
4706 2009-06-13 Glenn Morris <rgm@gnu.org>
4707
4708 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
4709 in this day and age the common meaning is "on the web".
4710 (copying): Use @copyright in all cases.
4711 (Basic keys): Remove reference to deleted manual node "Text Characters".
4712 (File-name conventions): Use GNU as an example rather than SERVICE.
4713 default.el lives in site-lisp. Update Info directory location.
4714 (Real meaning of copyleft): GPL actions have been brought, but all
4715 settled out of court.
4716 (Guidelines for newsgroup postings): Shorten section title.
4717 Simplify comp.emacs description.
4718 (Newsgroup archives): Change Google URL. Describe Gmane.
4719 (Unsubscribing from Emacs lists): Remove discussion of "distribution
4720 points". Mention List-Unsubscribe header.
4721 (Contacting the FSF): Update email and URLs.
4722 (Basic editing): Mention F1 for help.
4723 (Installing Texinfo documentation): Refer to Texinfo website rather
4724 than ftp server.
4725 (Printing a Texinfo file): Mention texi2pdf.
4726 (Informational files for Emacs): Don't describe FTP or SERVICE, they
4727 are just stubs nowadays.
4728 (Latest version of Emacs): Explain version numbers.
4729 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
4730 (Turning on syntax highlighting): No need to mention hilit19 any more.
4731 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
4732 (Modes for various languages): Remove section.
4733 (Major packages and programs): Remove most version and maintainer
4734 information - it's hard to keep up-to-date, and adds nothing.
4735 Similarly with direct links to mailing lists.
4736 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
4737 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
4738 years, and Emacs comes with tools for this now.
4739 (Patch): Remove section - this is a standard tool.
4740 (Using function keys under X): Remove section.
4741
4742 2009-06-12 Glenn Morris <rgm@gnu.org>
4743
4744 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
4745 (Help installing Emacs): Remove reference to deleted X11 node.
4746 (Associating modes with files): Interpreter-mode-alist is no longer
4747 subservient to auto-mode-alist.
4748 (Installing Emacs): Change future Emacs version.
4749 (Linking with -lX11 fails): Remove old section.
4750 (Packages that do not come with Emacs): Update ELL location.
4751 Emacs Lisp archive is dead.
4752 (Emacs for Windows): Remove reference to old CE port.
4753 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
4754 (Emacs for VMS and DECwindows): Remove old ports.
4755 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
4756 (Removing flashing messages): Remove section about non-existent Gnus
4757 option.
4758
4759 * faq.texi (Top): Add @top command.
4760 Remove the optional arguments from all @node commands: makeinfo can
4761 generate these automatically, and it is easier to edit and rearrange
4762 nodes without them.
4763
4764 2009-06-11 Glenn Morris <rgm@gnu.org>
4765
4766 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
4767 (The LPF): Make the updated URL the sole reference point.
4768 (Learning how to do something): Update refcard price and format.
4769 (Getting a printed manual): Sources in doc/emacs/, not man/.
4770 Also available in PDF format. Since the page count varies, be less
4771 precise.
4772 (Informational files for Emacs): Remove references to deleted files
4773 LPF and SUN-SUPPORT, and to UUCP.
4774 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
4775 Remove many obsolete ways to get the FAQ, which now seems only to be
4776 distributed with Emacs.
4777 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
4778
4779 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
4780
4781 * org.texi (Org Plot): Fix tags (Bug#3507).
4782 (Workflow states, Agenda commands): Fix tags (Bug#3508).
4783
4784 * ada-mode.texi (Installation, Compile commands)
4785 (Project File Overview, No project files, Set compiler options)
4786 (Use GNAT project file, Use multiple GNAT project files)
4787 (Identifier completion): Use @samp for menu items, and @kbd for key
4788 sequences (Bug#3504).
4789
4790 2009-06-04 Daiki Ueno <ueno@unixuser.org>
4791
4792 * gnus.texi (Security): Fix wording; add a link to epa.info.
4793
4794 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
4795
4796 * message.texi (Header Commands): Fix descriptions to match
4797 keybindings.
4798
4799 2009-04-22 Daiki Ueno <ueno@unixuser.org>
4800
4801 * gnus.texi (Security): Mention that EasyPG is the current default.
4802
4803 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
4804
4805 * ediff.texi (Session Commands): Fix typo.
4806
4807 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
4808
4809 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
4810 news.software.readers. Reported by Florian Rehnisch.
4811
4812 2009-04-02 Glenn Morris <rgm@gnu.org>
4813
4814 * auth.texi: Capitalize direntry.
4815
4816 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
4817 using a period in the entry name. (Bug#2797)
4818
4819 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
4820
4821 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
4822 ($(infodir)/auth, auth.dvi): New targets.
4823
4824 2009-03-03 Glenn Morris <rgm@gnu.org>
4825
4826 * auth.texi: Fix @setfilename.
4827
4828 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4829 (auth, $(infodir)/auth, auth.dvi): New rules.
4830
4831 2009-02-25 Glenn Morris <rgm@gnu.org>
4832
4833 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
4834
4835 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4836
4837 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4838
4839 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4840
4841 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4842 gnus-nocem-issuers, and gnus-nocem-verifyer.
4843
4844 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
4845
4846 * ada-mode.texi (Project files, Automatic Casing):
4847 * dbus.texi (Signals):
4848 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4849 * mh-e.texi (HTML):
4850 * nxml-mode.texi (Locating a schema)
4851 (Using the document's URI to locate a schema):
4852 * org.texi (Footnotes, Using the mapping API):
4853 * rcirc.texi (Channels): Remove duplicate words.
4854
4855 2009-02-20 Glenn Morris <rgm@gnu.org>
4856
4857 * dired-x.texi (Miscellaneous Commands):
4858 * gnus.texi: Minor updates for mbox Rmail.
4859
4860 2009-02-16 Karl Berry <karl@gnu.org>
4861
4862 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4863 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4864 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4865 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4866 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4867 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4868 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4869 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4870 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4871 Consistently use @insertcopying in the Top node,
4872 @contents at the front (after @end titlepage),
4873 and @direntry after @copying. (Bug#1988)
4874
4875 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4876
4877 * auth.texi: New file documenting auth-source.
4878
4879 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
4880
4881 * org.texi (Org Plot): Fix link.
4882
4883 2009-02-09 Daiki Ueno <ueno@unixuser.org>
4884
4885 * epa.texi (Mail-mode integration): Mention the way to do
4886 "encrypt-to-self". (Bug#1807)
4887
4888 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
4889
4890 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4891
4892 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4893
4894 * gnus-news.texi: Print version about Incoming*.
4895
4896 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
4897
4898 * org.texi (Structure editing, Handling links)
4899 (Fast access to TODO states, Javascript support): Make standard docs
4900 correctly reflect default variable settings.
4901
4902 2009-02-02 Glenn Morris <rgm@gnu.org>
4903
4904 * org.texi: Fix typos.
4905
4906 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
4907
4908 Sync with Tramp 2.1.15.
4909
4910 * trampver.texi: Update release number.
4911
4912 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4913
4914 * org.texi (TODO dependencies): Document TODO dependencies on
4915 checkboxes.
4916
4917 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
4918
4919 * org.texi (TODO dependencies): Document key binding for toggling
4920 ORDERED property.
4921
4922 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
4923
4924 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4925 of hook functions.
4926
4927 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
4928
4929 * org.texi (TODO dependencies): New section.
4930
4931 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
4932
4933 * org.texi (Plain lists, TODO basics, Priorities)
4934 (Multiple sets in one file, Conflicts): Document interaction with
4935 `shift-selection-mode'.
4936
4937 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4938
4939 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4940 Make Calc the subject of sentences.
4941 (Rearranging Formulas using Selections): Discuss new options
4942 for `j *'.
4943
4944 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
4945
4946 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4947
4948 2009-01-26 Glenn Morris <rgm@gnu.org>
4949
4950 * org.texi: Fix typos.
4951
4952 2009-01-26 Bill Wohler <wohler@newt.com>
4953
4954 * mh-e.texi (EDITION, UPDATED): Update.
4955
4956 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
4957
4958 * org.texi (References): Add information about remote references.
4959 (Built-in table editor): Document `C-c RET' in tables.
4960 (Math symbols, Quoting LaTeX code): Mention that simple
4961 LaTeX macros survive LaTeX export.
4962 (Images in LaTeX export): Show how to create a reference to a
4963 figure.
4964 (Sectioning structure): Document that the LaTeX class can be
4965 specified in a property.
4966 (Text areas in HTML export): New section.
4967 (External links): Add examples for text search and ID links.
4968 (Built-in table editor): Remove the descriptio of `C-c
4969 C-q', it not longer works.
4970 (Literal examples): Document that a space must follow
4971 the colon in short examples.
4972 (Relative timer): Document `org-timer-stop'.
4973 (Footnotes): New section.
4974 (Footnote markup): Shorten section and refer to new Footnote
4975 section.
4976 (Literal examples): Add documentation for line
4977 numbering in and references to code examples.
4978 (CSS support): Fix the description of default CSS styles.
4979 (Capturing column view): Document
4980 "file:path/to/file.org" as an allowed value for the ID property of
4981 a dynamic block copying column view.
4982
4983 2009-01-23 Stephen Eglen <stephen@gnu.org>
4984
4985 * mh-e.texi (Getting Started): Describe $MH.
4986
4987 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
4988
4989 * tramp.texi (all): Harmonize usage of "external method",
4990 "external transfer method" and "out-of-band method".
4991 (Connection types): Precise the differences of inline and external
4992 methods. Written by Adrian Phillips <a.phillips@met.no>.
4993
4994 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4995
4996 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4997 commands as described at the top. Reported by Allan Gottlieb
4998 <gottlieb@nyu.edu>.
4999
5000 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5001
5002 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
5003 nnmail-pathname-coding-system.
5004
5005 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
5006
5007 * org.texi (Relative timer): Fix typo.
5008
5009 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
5010
5011 * org.texi (Clocking work time): Fix typo.
5012 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
5013
5014 2009-01-13 Glenn Morris <rgm@gnu.org>
5015
5016 * org.texi: Fix some more typos.
5017
5018 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
5019
5020 * org.texi: Fix some typos.
5021
5022 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5023
5024 * gnus.texi (Group Parameters): Add note for local variables.
5025
5026 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5027
5028 * gnus.texi (Converting Kill Files): Fix URL.
5029 Include gnus-kill-to-score.el in contrib directory.
5030
5031 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5032
5033 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
5034 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
5035 (Paging the Article): Add index entry.
5036
5037 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
5038
5039 * ada-mode.texi (Examples): Delete redundant text.
5040
5041 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
5042
5043 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
5044
5045 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
5046 addresses.
5047
5048 2009-01-03 Bill Wohler <wohler@newt.com>
5049
5050 * mh-e.texi (Scan Line Formats): Indicate that first column should be
5051 kept empty.
5052
5053 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
5054
5055 * org.texi (Activation, Exporting, ASCII export, HTML export)
5056 (HTML Export commands, LaTeX/PDF export commands):
5057 Improve documentation about transient-mark-mode.
5058 (References): Document the use of special names like $LR1 to reference
5059 to fields in the last table row.
5060
5061 2008-12-19 Juri Linkov <juri@jurta.org>
5062
5063 * info.texi (Search Text): Remove mention of removed key binding M-s.
5064
5065 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
5066
5067 * org.texi (References): Remove mentioning of @0 as reference for the
5068 last line, this has been reverted in the Lisp sources.
5069
5070 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
5071
5072 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
5073 (DVI_TARGETS): Remove duplicates. Add sasl.
5074 ($(infodir)/sasl, sasl.dvi): New targets.
5075
5076 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
5077
5078 * org.texi: Version number pushed to 6.15d.
5079
5080 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
5081
5082 * org.texi (Tables in LaTeX export): New section.
5083 (Images in LaTeX export): New section.
5084 (Inlined images, Images in HTML export): Sections renamed.
5085
5086 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5087
5088 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
5089
5090 2008-12-04 David Engster <dengste@eml.cc>
5091
5092 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
5093 of nnml-get-new-mail. Change URL for mairix patch.
5094
5095 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5096
5097 * org.texi (Using the mapping API): Fix bug in mapping example.
5098 (Publishing options): Make the list of properties complete again, in
5099 correspondence to the variable `org-export-plist-vars'.
5100 (Property searches): Document new special values for time comparisons.
5101 (Tag inheritance): Refine the description of tag inheritance.
5102 (Project alist): Add info about the publishing sequence of components.
5103 (Effort estimates): Document the new relative timer.
5104
5105 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
5106
5107 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
5108 (Using Calc): Clarify use of `C-x * o'.
5109 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
5110
5111 2008-11-28 Richard M Stallman <rms@gnu.org>
5112
5113 * dbus.texi (Receiving Method Calls): Clean up previous change.
5114
5115 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
5116
5117 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
5118 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
5119 `dbus-unescape-from-identifier'.
5120 (Receiving Method Calls): New constants `dbus-service-emacs' and
5121 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
5122 (Signals): Use the constants in the example.
5123
5124 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
5125
5126 * org.texi: Re-apply change to FDL 1.3.
5127
5128 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
5129
5130 * org.texi (Setting up Remember): Document `org-remember-mode'.
5131 (External links): Document that bbdb links can use a regular
5132 expression.
5133 (External links): Document that elisp links can contain interactive
5134 commands.
5135
5136 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5137
5138 * viper.texi (viper-translate-all-ESC-keysequences):
5139 Description removed.
5140
5141 2008-11-19 Glenn Morris <rgm@gnu.org>
5142
5143 * doclicense.texi: Change to FDL 1.3.
5144 Relicense all texi files under FDL 1.3 or later.
5145
5146 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5147
5148 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
5149
5150 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
5151
5152 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
5153
5154 * ediff.texi: Version/date change.
5155
5156 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
5157
5158 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
5159
5160 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
5161
5162 * calc.texi (About This Manual): Comment out a mention of
5163 marginal notes.
5164
5165 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
5166
5167 * org.texi (Clocking work time): Document the :formula property of
5168 clock tables.
5169 (Structure editing, Refiling notes): Document refiling regions.
5170 (Agenda commands): Document the double-prefix version
5171 of the `l' command in the agenda.
5172 (Handling links): Explain the effect of a double prefix
5173 arg to `C-c C-o'.
5174 (TODO basics): Add documentation for tag triggers.
5175
5176 2008-10-23 Glenn Morris <rgm@gnu.org>
5177
5178 * cl.texi (Function Bindings): Mention `flet' fails to deal with
5179 byte-compiling things like `+'.
5180
5181 * ns-emacs.texi: Merge copyright years of author now with assignment
5182 into FSF years.
5183 (VER): Use it for easier automatic updating. Use Emacs version rather
5184 than standalone Emacs.app version.
5185
5186 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
5187
5188 * org.texi: Lots of minor fixes.
5189 (Capture): New chapter.
5190 (Org Plot): New section.
5191
5192 2008-09-30 Magnus Henoch <mange@freemail.hu>
5193
5194 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
5195
5196 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5197
5198 * calc.texi (User Defined Units): Mention how to enter optional display
5199 string.
5200
5201 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5202
5203 * message.texi (Sending Variables): Fix variable documentation to
5204 avoid the "y/n" wording.
5205
5206 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5207
5208 * message.texi (Sending Variables): Add `message-confirm-send' doc.
5209
5210 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5211
5212 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
5213 @enumerate section so as to be able to be formatted with MAKEINFO=no.
5214
5215 2008-09-22 Bill Wohler <wohler@newt.com>
5216
5217 Release MH-E manual version 8.1.
5218
5219 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5220 release 8.1.
5221
5222 * mh-e.texi: Retain dual license as agreed to by the FSF.
5223 However, bump GPL to Version 3.
5224 Use @include for license text.
5225
5226 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
5227
5228 * gnus.texi (Top, Setup, Fancy splitting to parent)
5229 (Store custom flags and keywords, Store arbitrary data):
5230 Clean up markup.
5231
5232 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
5233
5234 * gnus.texi (The Gnus Registry): Document it.
5235
5236 2008-09-08 David Engster <dengste@eml.cc>
5237
5238 * gnus.texi (nnmairix): Point out that nnml uses MH format.
5239 Clarify section about choosing back end servers.
5240
5241 2008-08-23 Glenn Morris <rgm@gnu.org>
5242
5243 * dired-x.texi (Shell Command Guessing):
5244 Mention dired-guess-shell-case-fold-search. (Bug#417)
5245
5246 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
5247
5248 * trampver.texi: Update release number.
5249
5250 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
5251
5252 * ns-emacs.texi: Update version.
5253 (Introduction): Correct menu location for options save.
5254 (Customization): Note that defaults are stored under org.gnu.Emacs.
5255
5256 2008-08-11 Bill Wohler <wohler@newt.com>
5257
5258 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
5259 explicit about GNU mailutils MH elsewhere (with thanks to Darel
5260 Henman) (closes SF #1768928).
5261
5262 2008-08-10 Glenn Morris <rgm@gnu.org>
5263
5264 * ns-emacs.texi: Use @copying. Change copyright of authors with
5265 assignment to FSF. Change license to GFDL.
5266 (Top): Remove outdated references.
5267
5268 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
5269
5270 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
5271 Add gnus-summary-sort-by-most-recent-number and
5272 gnus-summary-sort-by-most-recent-date.
5273 (Summary Sorting): Explain prefix argument.
5274
5275 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
5276
5277 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
5278 gnus-summary-pipe-output.
5279
5280 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
5281
5282 * dbus.texi (Receiving Method Calls): Document error handling of own
5283 D-Bus methods.
5284
5285 2008-08-01 Bill Wohler <wohler@newt.com>
5286
5287 * mh-e.texi (Reading Mail)
5288 (Viewing Attachments): Describe new function
5289 mh-show-preferred-alternative.
5290 (Sending Mail, Redistributing, Sending Message): Describe new hook
5291 mh-annotate-msg-hook.
5292
5293 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
5294
5295 * dbus.texi (Arguments and Signatures): Fix example.
5296 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
5297 (Asynchronous Methods): New node.
5298 (Errors and Events): Describe extended layout of `dbus-event'.
5299 New defun `dbus-event-message-type'.
5300
5301 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5302
5303 * ediff.texi: Remove VMS support.
5304
5305 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
5306
5307 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
5308 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
5309
5310 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
5311
5312 * Makefile.in: Add mairix-el targets.
5313
5314 2008-07-29 David Engster <deng@randomsample.de>
5315
5316 * mairix-el.texi: New file.
5317
5318 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
5319
5320 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
5321 project files. Delete 'main_unit' project variable; not needed. Allow
5322 process environment variables wherever project variables are allowed.
5323 Add tutorial section on multiple GNAT project files.
5324
5325 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
5326
5327 Sync with Tramp 2.1.14.
5328
5329 * trampver.texi: Update release number.
5330
5331 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5332
5333 * ns-emacs.texi:
5334 * faq.texi: Remove mentions of Mac Carbon.
5335
5336 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5337
5338 * gnus.texi (Saving Articles): Describe the 2nd argument of
5339 gnus-summary-save-in-pipe.
5340 (SpamAssassin): Use it.
5341
5342 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
5343
5344 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
5345
5346 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
5347
5348 * org.texi (Export options): Document the use of the creator flag.
5349
5350 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
5351
5352 * org.texi: New version 6.06a.
5353
5354 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
5355
5356 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
5357 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
5358
5359 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
5360
5361 * calc.texi (Editing Stack Entries):
5362 (Algebraic Entry): Rewrite introductory sentences so it can be used by
5363 Calc's help functions. Mention fixing typos.
5364 (Customizing Calc): Fix typo.
5365
5366 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
5367
5368 * calc.texi (summarykey): New macro. Use to correctly format keys in
5369 the summary.
5370
5371 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
5372
5373 * ns-emacs.texi (Customization): Corrected documentation on color
5374 specification formats.
5375
5376 2008-07-19 Andreas Schwab <schwab@suse.de>
5377
5378 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
5379
5380 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
5381 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
5382
5383 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
5384
5385 * dbus.texi (Inspection): Rework, introduce submenus.
5386 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
5387 (Properties and Annotations, Arguments and Signatures): New nodes.
5388
5389 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
5390
5391 * dbus.texi (Receiving Method Calls): Fix description of
5392 `dbus-register-method'.
5393 (Signals): Allow also signal arguments for filtering in
5394 `dbus-register-signal'.
5395
5396 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
5397
5398 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
5399 `cnorm'.
5400 (Arithmetic Tutorial): Simplify the verification of prime factors.
5401
5402 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5403
5404 * gnus.texi (Saving Articles): Mention
5405 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
5406
5407 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
5408
5409 * calc.texi: Adjust mode line throughout.
5410
5411 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
5412
5413 * sasl.texi (Mechanisms): Fix typos.
5414
5415 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5416
5417 * calc.texi (Killing from the stack): Mention using normal Emacs
5418 copying.
5419
5420 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
5421
5422 * tramp.texi (Password handling): Rename from "Password caching".
5423 Add `auth-source' mechanism.
5424 (Connection caching): Tramp reopens the connection automatically,
5425 when the operating system on the remote host has been changed.
5426
5427 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5428
5429 * makefile.w32-in (distclean): Remove makefile.
5430
5431 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
5432
5433 * org.texi (Using the mapping API): New section.
5434 (Agenda column view): New section.
5435 (Moving subtrees): Document archiving to the archive sibling.
5436 (Agenda commands): Document columns view in the agenda.
5437 (Using the property API): Document the API for multi-valued properties.
5438
5439 2008-06-17 Jason Riedy <jason@acm.org>
5440
5441 * org.texi (A LaTeX example): Note that fmt may be a one-argument
5442 function, and efmt may be a two-argument function.
5443 (Radio tables): Document multiple destinations.
5444
5445 2008-06-16 Glenn Morris <rgm@gnu.org>
5446
5447 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
5448 Add Cover-Texts.
5449
5450 2008-06-15 Glenn Morris <rgm@gnu.org>
5451
5452 * faq.texi (VER): Update to 23.0.60.
5453
5454 * mh-e.texi: Remove option of licensing under GPL.
5455 Add Cover-Texts to GFDL permissions notice.
5456 (GPL): Remove section.
5457 (GFDL): Include doclicense.texi rather than the actual text.
5458
5459 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
5460 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
5461
5462 * sasl.texi: Fix output file name.
5463
5464 * epa.texi, sasl.texi: Refer to license in Emacs manual.
5465
5466 * gnus-coding.texi: Refer to license in Gnus manual.
5467
5468 * idlwave.texi, sasl.texi: Use @copying.
5469
5470 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
5471
5472 * speedbar.texi: Update Back-Cover Text as per maintain.info.
5473
5474 * url.texi: Use @copying, @title, @subtitle, @author.
5475
5476 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
5477 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
5478 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
5479 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
5480 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
5481 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
5482 * widget.texi, woman.texi:
5483 Remove references to external license, since doclicense is included.
5484
5485 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
5486 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
5487 Remove references to non-existent Invariant Sections.
5488
5489 2008-06-14 Glenn Morris <rgm@gnu.org>
5490
5491 * faq.texi (Major packages and programs): Remove references to external
5492 Supercite, Calc, VIPER, since they have been included for some time.
5493 Update VM, AUCTeX, BBDB entries.
5494
5495 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
5496
5497 * newsticker.texi: Updated to match latest newsticker changes.
5498
5499 2008-06-13 Glenn Morris <rgm@gnu.org>
5500
5501 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
5502 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
5503 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
5504 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
5505 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
5506 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
5507 * woman.texi:
5508 Update Back-Cover Text as per maintain.info.
5509
5510 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5511
5512 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
5513
5514 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
5515 (gnus-faq.xml): Update repository host.
5516
5517 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
5518
5519 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
5520
5521 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
5522 Fix a typo.
5523
5524 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5525
5526 * gnus.texi (Mail Source Customization): Correct values of
5527 `mail-source-delete-incoming'. Reported by Tassilo Horn.
5528 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
5529
5530 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5531
5532 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
5533 coding standards.
5534
5535 2008-06-14 David Engster <dengste@eml.cc>
5536
5537 * gnus.texi (nnmairix): Markup fixes.
5538
5539 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5540
5541 * gnus.texi (nnmairix): Markup and other minor fixes.
5542
5543 2008-06-05 David Engster <dengste@eml.cc>
5544
5545 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
5546
5547 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5548
5549 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
5550 (Searching, nnir, nnmairix): New stub nodes.
5551
5552 2008-05-30 Felix Lee <felix.1@canids.net>
5553
5554 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
5555
5556 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
5557
5558 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
5559
5560 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
5561
5562 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
5563
5564 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
5565
5566 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
5567
5568 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
5569
5570 * info.texi (Top): Fix typo in xref.
5571
5572 2008-05-05 Karl Berry <karl@gnu.org>
5573
5574 * info.texi (Top): @xref to stand-alone manual.
5575
5576 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5577
5578 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
5579 (Various Summary Stuff): Fix typo in last xref.
5580
5581 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
5582
5583 * org.texi (Moving subtrees): Fix typo.
5584
5585 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
5586
5587 * tramp.texi (Frequently Asked Questions): Explain, how to disable
5588 Tramp via `tramp-mode'.
5589
5590 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
5591
5592 * org.texi: Massive changes, in many parts of the file.
5593
5594 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5595
5596 * gnus.texi (Oort Gnus): Add message-fill-column.
5597
5598 2008-04-12 Adrian Aichner <adrian@xemacs.org>
5599
5600 * gnus.texi (Mail Source Specifiers): Typo fix.
5601
5602 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5603
5604 * gnus.texi (Diary Headers Generation): Update key binding for
5605 `gnus-diary-check-message'.
5606
5607 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5608
5609 * gnus.texi (Emacsen): Addition.
5610
5611 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5612
5613 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
5614
5615 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5616
5617 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
5618
5619 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5620
5621 * gnus-news.texi: Update tool bar item.
5622
5623 2008-04-09 Sven Joachim <svenjoac@gmx.de>
5624
5625 * gnus-news.texi: Fix typos.
5626
5627 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
5628
5629 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
5630 Add mention of `kron'.
5631
5632 2008-04-01 Daiki Ueno <ueno@unixuser.org>
5633
5634 * epa.texi (Encrypting/decrypting *.gpg files):
5635 Document epa-file-name-regexp.
5636
5637 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5638
5639 * gnus.texi (Example Methods): Fix description about ssh-agent.
5640 (Indirect Functions): Fix the default value of nntp-telnet-command;
5641 remove link to connect.html.
5642
5643 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
5644
5645 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
5646 dbus-call-method.
5647 (Receiving Method Calls): The timeout can be set by the calling client.
5648
5649 * trampver.texi: Update release number.
5650
5651 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
5652
5653 * gnus.texi (Top): Fix version. Add SASL.
5654
5655 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
5656
5657 Sync with Tramp 2.1.13.
5658
5659 * trampver.texi: Update release number.
5660
5661 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
5662
5663 * org.texi: Update to new org-mode website.
5664
5665 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * cl.texi (For Clauses): Fix loop over key-seq to match code.
5668
5669 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5670
5671 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
5672 gnus-read-ephemeral-gmane-group-url,
5673 gnus-read-ephemeral-emacs-bug-group,
5674 gnus-read-ephemeral-debian-bug-group.
5675
5676 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5677
5678 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
5679
5680 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
5681 Add FIXMEs for Bookmarks and gnus-registry-marks.
5682
5683 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5684
5685 * gnus.texi (Smileys): Document `smiley-style'.
5686
5687 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5688
5689 * gnus.texi (Gnus Development): Clarify difference between ding and
5690 gnu.emacs.gnus.
5691 (MIME Commands, Using MIME, RSS): Fix markup.
5692
5693 * gnus-faq.texi ([8.4]): Ditto.
5694
5695 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5696
5697 * gnus.texi (Emacsen): Remove obsolete stuff.
5698
5699 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5700
5701 * gnus.texi (Oort Gnus): Add version info WRT
5702 `mail-source-delete-incoming'.
5703
5704 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5705
5706 * gnus.texi (Top): Add "Other related manuals" and version info in
5707 `iftex' output.
5708 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
5709 gnus-balloon-face-0 and the corresponding format specifiers.
5710
5711 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
5712
5713 * tramp.texi (Filename completion): Remove footnote about let-bind
5714 of `partial-completion-mode'. It doesn't work this way.
5715
5716 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * pcl-cvs.texi (Contributors): Update my email.
5719
5720 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
5721
5722 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
5723
5724 2008-03-17 Bill Wohler <wohler@newt.com>
5725
5726 * mh-e.texi (Viewing): Update URL for adding header fields to
5727 mh-invisible-header-fields-default.
5728
5729 2008-03-16 Bill Wohler <wohler@newt.com>
5730
5731 * mh-e.texi (Preface): Add Gnus to requirements.
5732 (Forwarding): Note that forwarded MIME messages are now inline.
5733
5734 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5735
5736 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
5737 (Common Variables): Give precedence to the netcat methods over the
5738 telnet methods, and mention that they are more reliable.
5739
5740 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
5741
5742 * org.texi (Exporting Agenda Views): Document agenda export to
5743 iCalendar.
5744 (Progress logging): Document the new progress logging stuff.
5745
5746 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5747
5748 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
5749 Update for change of `mail-source-delete-incoming'.
5750
5751 * gnus-news.texi: Ditto.
5752
5753 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5754
5755 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
5756 custom versions.
5757
5758 2008-03-07 Alan Mackenzie <acm@muc.de>
5759
5760 * cc-mode.texi (Limitations and Known Bugs): State that the number of
5761 parens/brackets in a k&r region is limited.
5762
5763 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5764
5765 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
5766 using different Emacs versions.
5767
5768 2008-02-27 Glenn Morris <rgm@gnu.org>
5769
5770 * sc.texi: Remove a lot of old and obsolete info.
5771 (titlepage): Simplify.
5772 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
5773 (VM with any Emacsen, GNEWS with any Emacsen)
5774 (Overloading for Non-conforming MUAs, Version 3 Changes)
5775 (The Supercite Mailing List): Delete nodes.
5776 (Introduction): Remove info about old packages.
5777 (Getting Connected): Simplify. Remove info about old packages.
5778 (Citing Commands): Delete Emacs 19 info.
5779 (Hints to MUA Authors): Simplify.
5780 (Thanks and History): Merge in some info from the deleted node
5781 "Version 3 Changes".
5782
5783 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
5784
5785 * org.texi (Setting tags, In-buffer settings):
5786 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
5787
5788 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5789
5790 * gnus-news.texi: Mention that spaces and tabs are allowed in the
5791 installation directory name.
5792
5793 2008-02-12 Romain Francoise <romain@orebokech.com>
5794
5795 * epa.texi (Overview): Fix typo.
5796
5797 2008-02-11 Daiki Ueno <ueno@unixuser.org>
5798
5799 * epa.texi (Quick start): Remove the .emacs setting.
5800
5801 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5802
5803 * epa.texi (Quick start): Use the command `epa-enable' instead of
5804 loading `epa-setup'.
5805
5806 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
5807
5808 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
5809 ($(infodir)/epa, epa.dvi): New targets.
5810
5811 2008-02-08 Daiki Ueno <ueno@unixuser.org>
5812
5813 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
5814
5815 * epa.texi: New manual documenting the EasyPG Assistant.
5816
5817 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
5818
5819 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
5820 (Inspection): New function dbus-ping.
5821
5822 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
5823
5824 * tramp.texi (Remote processes): Add `shell-command'.
5825
5826 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
5827
5828 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5829 (Group Parameters): Document `mail-source' parameter.
5830
5831 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
5832
5833 * tramp.texi (Inline methods): The hostname of the su(do)? methods
5834 must be a local host.
5835
5836 2008-01-26 Michael Olson <mwolson@gnu.org>
5837
5838 * erc.texi: Update version for ERC 5.3 release.
5839 (Obtaining ERC): Update extras URLs for 5.3.
5840 (Development): Write instructions for git, and remove those for Arch.
5841 (History): Mention the switch to git.
5842
5843 2008-01-24 Karl Berry <karl@gnu.org>
5844
5845 * info.texi (Search Index, Search Text): Mention the command
5846 character in the section name, a la the (Go to node) node.
5847
5848 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
5849
5850 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5851
5852 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5853
5854 * gnus-news.texi: Mention gnus-article-describe-bindings.
5855
5856 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5857
5858 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5859
5860 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
5861
5862 * org.texi (Property inheritance): New section.
5863 (Conventions): New section.
5864 (Structure editing): Document C-RET, the prefix arg to the cut/copy
5865 commands, and the new bindings for refiling.
5866 (Sparse trees): Document the new special command for sparse trees.
5867 (References): Be more clear about the counting of hilines.
5868 (Handling links): Document M-p/n for accessing links.
5869 (Fast access to TODO states): New section.
5870 (Per file keywords): New section.
5871 (Property inheritance): New section.
5872 (Column attributes): New summary types.
5873 (Capturing Column View): New section.
5874 (The date/time prompt): Cover the new features in the date/time prompt.
5875 Compactify the table of keys for the calendar remote control.
5876 (Clocking work time): Document the new :scope parameter.
5877 (Remember): Promoted to chapter.
5878 (Quoted examples): New section.
5879 (Enhancing text): New verbatim environments.
5880
5881 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
5882
5883 * trampver.texi: Update release number.
5884
5885 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5886
5887 * gnus.texi (Article Keymap):
5888 Add gnus-article-wide-reply-with-original; fix descriptions of
5889 gnus-article-reply-with-original and
5890 gnus-article-followup-with-original.
5891
5892 2008-01-09 Glenn Morris <rgm@gnu.org>
5893
5894 * nxml-mode.texi: Add @copying section.
5895
5896 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5897
5898 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5899 Server". Add `message-send-mail-with-mailclient'.
5900
5901 * gnus.texi (Posting Server): Move some text to "(message)Mail
5902 Variables" and add a reference here.
5903
5904 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
5905
5906 * dbus.texi (Receiving Method Calls): New chapter.
5907 (Errors and Events): Add serial number to events. Replace "signal" by
5908 "message". Introduce dbus-event-serial-number.
5909
5910 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
5911
5912 * dbus.texi (Type Conversion): Explain the type specification for empty
5913 arrays. Use another example.
5914
5915 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
5916
5917 * dbus.texi (all): Replace "..." by @dots{}.
5918 (Type Conversion): Precise the value range for :byte types.
5919 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5920 Mention its return value.
5921 (Errors and Events): There is no D-Bus error propagation during event
5922 processing.
5923
5924 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5925
5926 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5927 New sections.
5928
5929 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5930
5931 * gnus.texi (Group Parameters): Reorder the text and add a note about
5932 `gnus-parameters' near the beginning of the node.
5933
5934 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5935
5936 * gnus.texi (Score File Editing): Fix function name.
5937
5938 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
5939
5940 Sync with Tramp 2.1.12.
5941
5942 * trampver.texi: Update release number.
5943
5944 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
5945
5946 * dbus.texi (Type Conversion): Correct input parameters mapping.
5947
5948 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
5949
5950 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5951 (Errors and Events): Mention wrong-type-argument error.
5952
5953 2007-12-21 Alex Schroeder <alex@gnu.org>
5954
5955 * rcirc.texi: Changed single spaces after sentence end to double
5956 spaces. Fixed some typos.
5957 (Internet Relay Chat): Explain relay.
5958 (Getting started with rcirc): Change items to reflect prompts.
5959 Add more explanation to rcirc-track-minor-mode and added a comment to
5960 warn future maintainers that this section is a copy.
5961 (People): Change /ignore example.
5962 (Keywords): Not keywords.
5963
5964 2007-12-20 Alex Schroeder <alex@gnu.org>
5965
5966 * rcirc.texi (Top): Fighting Information Overload chapter added.
5967 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
5968 (rcirc commands): Move /ignore command to the new chapter.
5969 (Fighting Information Overload): New chapter documenting /keyword,
5970 /bright, /dim, channel ignore, and low priority channels.
5971 (Configuration): Document rcirc-server-alist, remove
5972 rcirc-startup-channels-alist and rcirc-default-server.
5973
5974 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
5975
5976 * dbus.texi (Signals): Fix example in dbus-register-signal.
5977
5978 2007-12-14 Sven Joachim <svenjoac@gmx.de>
5979
5980 * gnus.texi (Score Variables): Fix typo.
5981
5982 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
5983
5984 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5985 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5986 (Errors and Events): Adapt dbus-event.
5987
5988 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5989
5990 * gnus.texi (Other Files): Add the yenc command.
5991
5992 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5993
5994 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5995 since 2004-08-06.
5996
5997 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5998
5999 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
6000 on body.
6001
6002 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6003
6004 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
6005 and rfc2047-allow-irregular-q-encoded-words; fix description of
6006 rfc2047-encode-encoded-words.
6007
6008 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6009
6010 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
6011
6012 2007-12-05 Michael Olson <mwolson@gnu.org>
6013
6014 * remember.texi (Diary): Remove "require" line for remember-diary.el.
6015 Update documentation for `remember-diary-file'.
6016
6017 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
6018
6019 * dbus.texi (Signals): Precise `dbus-register-signal'.
6020 (Errors and Events): Rework events part, the internal structure of
6021 dbus-event has changed.
6022
6023 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
6024
6025 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
6026 ($(infodir)/dbus, dbus.dvi): New targets.
6027
6028 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
6029
6030 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
6031 unconditionally.
6032
6033 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
6034 emulation with @print{}.
6035
6036 2007-12-02 Richard Stallman <rms@gnu.org>
6037
6038 * dbus.texi (Overview): Minor cleanup.
6039
6040 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
6041
6042 * Makefile.in (INFO_TARGETS): Add dbus.
6043 (DVI_TARGETS): Add dbus.dvi.
6044 (dbus, dbus.dvi): New targets.
6045
6046 * dbus.texi: New file.
6047
6048 2007-11-24 Romain Francoise <romain@orebokech.com>
6049
6050 * nxml-mode.texi: Add description in @direntry.
6051 Fix file name to match @setfilename.
6052
6053 2007-11-23 Mark A. Hershberger <mah@everybody.org>
6054
6055 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6056 ($(infodir)/nxml-mode): New rule.
6057
6058 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6059 ($(infodir)/nxml-mode): New rule.
6060 (clean): Add nxml-mode*.
6061
6062 * nxml-mode.texi: New file with nxml manual.
6063
6064 2007-11-18 Richard Stallman <rms@gnu.org>
6065
6066 * flymake.texi (Example -- Configuring a tool called directly):
6067 Update example.
6068
6069 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
6070
6071 * tramp.texi (Filename completion): Simplify explanation of
6072 double-slash behavior. Explain directory contents flushing.
6073
6074 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6075
6076 * calc.texi (TeX and LaTeX Language Modes): Put in
6077 missing braces.
6078
6079 2007-11-15 Richard Stallman <rms@gnu.org>
6080
6081 * cl.texi (Equality Predicates): Delete `eql'.
6082 (Predicates, Naming Conventions, Top): Delete `eql'.
6083 (Common Lisp Compatibility): Delete `eql'.
6084 (Porting Common Lisp): Delete obsolete backquote info.
6085 Minor clarification about character constants.
6086 (Sequence Basics): Minor clarification.
6087
6088 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
6089
6090 * cc-mode.texi (Electric Keys, Custom Macros):
6091 * tramp.texi (Filename completion): Fix typos.
6092
6093 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
6094
6095 * calc.texi (Basic commands): Mention the menu.
6096
6097 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
6098
6099 * tramp.texi (Connection caching): Tramp flushes connection
6100 properties when remote operating system has been changed.
6101
6102 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
6103
6104 * gnus-news.texi: Fix spelling.
6105 `message-insert-formatted-citation-line', not
6106 `message-insert-formated-citation-line'.
6107
6108 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
6109
6110 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
6111
6112 * tramp.texi (Overview): Mention also the PuTTY integration under
6113 w32. Remove paragraphs about Tramp's experimental status.
6114 (Frequently Asked Questions): Add code example for highlighting the
6115 mode line.
6116
6117 2007-11-03 Michael Olson <mwolson@gnu.org>
6118
6119 * remember.texi: Change mentions of remember-buffer to
6120 remember-finalize throughout.
6121
6122 2007-10-30 Michael Olson <mwolson@gnu.org>
6123
6124 * remember.texi (Copying): Remove.
6125 (Mailbox): Update with non-BBDB instructions.
6126 (Diary, Org): Add.
6127 (Bibliography, Planner Page): Remove.
6128
6129 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
6130
6131 * makefile.w32-in (INFO_TARGETS): Add remember.
6132 (DVI_TARGETS): Add remember.dvi.
6133 ($(infodir)/remember): New rule.
6134 (clean): Add remember*.
6135
6136 2007-10-30 Michael Olson <mwolson@gnu.org>
6137
6138 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
6139 ($(infodir)/remember): New rule that builds the Remember Manual.
6140
6141 * remember.texi: New file containing the Remember Mode Manual.
6142 Shuffle chapters around after initial import.
6143 (Function Reference): Split Keystrokes into separate chapter.
6144 (Keystrokes): Document C-c C-k.
6145 (Introduction): Fix typographical issue with "---".
6146
6147 2007-10-29 Richard Stallman <rms@gnu.org>
6148
6149 * widget.texi (Introduction): Delete discussion of implementation
6150 internals.
6151
6152 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
6153
6154 * tramp.texi (Connection caching): Host names must be different
6155 when tunneling.
6156
6157 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6158
6159 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
6160 Gnus v5.13.
6161
6162 2007-10-28 Miles Bader <miles@gnu.org>
6163
6164 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
6165
6166 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6167
6168 * gnus.texi (Sorting the Summary Buffer):
6169 Remove gnus-article-sort-by-date-reverse.
6170
6171 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6172
6173 * gnus.texi (Non-ASCII Group Names): New node.
6174 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
6175 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
6176
6177 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6178
6179 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
6180 clean the output of the program `imap-shell-program'.
6181
6182 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6183
6184 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
6185
6186 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
6187
6188 * gnus.texi (Sticky Articles): Documentation for sticky article
6189 buffers.
6190
6191 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6192
6193 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
6194
6195 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6196
6197 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
6198
6199 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6200
6201 * gnus.texi (Archived Messages):
6202 Document gnus-update-message-archive-method.
6203
6204 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6205
6206 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
6207
6208 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6209
6210 * gnus.texi (Group Maneuvering):
6211 Document `gnus-summary-next-group-on-exit'.
6212
6213 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6214
6215 * gnus.texi (Really Various Summary Commands):
6216 Mention gnus-auto-select-on-ephemeral-exit.
6217
6218 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6219
6220 * gnus.texi, message.texi: Bump version number.
6221
6222 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6223
6224 * gnus.texi (Group Line Specification, Misc Group Stuff)
6225 (Server Commands): Parenthesize @pxref{Mail Spool}.
6226
6227 2007-10-28 Didier Verna <didier@xemacs.org>
6228
6229 New user option: message-signature-directory.
6230 * message.texi (Insertion Variables): Document it.
6231 * gnus.texi (Posting Styles): Ditto.
6232
6233 2007-10-28 Didier Verna <didier@xemacs.org>
6234
6235 * gnus.texi (Group Line Specification):
6236 * gnus.texi (Misc Group Stuff):
6237 * gnus.texi (Server Commands): Document the group compaction feature.
6238
6239 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6240
6241 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
6242
6243 * message.texi (Various Message Variables): Add message-fill-column.
6244
6245 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6246
6247 * gnus.texi: Untabify.
6248
6249 2007-10-28 Didier Verna <didier@xemacs.org>
6250
6251 * gnus.texi (Group Parameters): Document the posting-style merging
6252 process in topic-mode.
6253
6254 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6255
6256 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
6257
6258 2007-10-28 Romain Francoise <romain@orebokech.com>
6259
6260 * gnus.texi (Mail Spool): Fix typo.
6261 Update copyright.
6262
6263 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6264
6265 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
6266
6267 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6268
6269 * gnus.texi (Summary Generation Commands):
6270 Add gnus-summary-insert-ticked-articles.
6271
6272 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6273
6274 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
6275 to spam-spamassassin-program.
6276
6277 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6278
6279 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
6280
6281 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6282
6283 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
6284
6285 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6286
6287 * message.texi (Mail Headers): Document `opportunistic'.
6288
6289 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6290
6291 * emacs-mime.texi (Encoding Customization): Explain how to set
6292 mm-coding-system-priorities per hierarchy.
6293
6294 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6295
6296 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
6297 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
6298
6299 2007-10-28 Didier Verna <didier@xemacs.org>
6300
6301 * message.texi (Wide Reply): Update documentation of
6302 message-dont-reply-to-names (now allowing a list of regexps).
6303
6304 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6305
6306 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
6307
6308 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6309
6310 * gnus.texi (SpamAssassin back end): Fix typo.
6311
6312 * sieve.texi (Examples): Fix grammar.
6313
6314 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6315
6316 * gnus.texi (Searching for Articles): Document M-S and M-R.
6317 (Limiting): Document / b.
6318
6319 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6320
6321 * gnus.texi (Thread Commands): T M-^.
6322
6323 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6324
6325 * message.texi (Mail Aliases): Document ecomplete.
6326 (Mail Aliases): Fix typo.
6327
6328 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6329
6330 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
6331 fix typo.
6332
6333 2007-10-28 Romain Francoise <romain@orebokech.com>
6334
6335 * gnus.texi (Mail Spool): Grammar fix.
6336
6337 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6338
6339 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
6340 string.
6341
6342 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6343
6344 * gnus.texi (Group Parameters): Fix description.
6345
6346 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6347
6348 * gnus.texi (Gmane Spam Reporting):
6349 Fix spam-report-gmane-use-article-number.
6350 Add spam-report-user-mail-address.
6351
6352 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6353
6354 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
6355
6356 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6357
6358 * gnus.texi (Group Parameters): Add simplified sorting example based on
6359 example for `Sorting the Summary Buffer' from Jari Aalto
6360 <jari.aalto@cante.net>.
6361 (Example Methods): Add example for an indirect connection.
6362
6363 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
6364
6365 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
6366 (Agent Parameters): Update parameter names to match code.
6367 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
6368 'gnus-agent-summary-fetch-series'.
6369 (Agent and flags): New section providing a generalized discussion
6370 of flag handling.
6371 (Agent and IMAP): Remove flag discussion.
6372 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
6373
6374 2007-10-28 Romain Francoise <romain@orebokech.com>
6375
6376 * gnus.texi (Exiting the Summary Buffer): Add new function
6377 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
6378
6379 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6380
6381 * gnus.texi (Conformity): Fix typo.
6382 (Customizing Articles): Document `first'.
6383
6384 2007-10-28 Jari Aalto <jari.aalto@cante.net>
6385
6386 * gnus.texi (Sorting the Summary Buffer):
6387 Add `gnus-thread-sort-by-date-reverse'. Add example
6388 host to different sorting in NNTP and RSS groups.
6389
6390 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6391
6392 * message.texi (Insertion): Describe prefix for
6393 message-mark-inserted-region and message-mark-insert-file.
6394
6395 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6396
6397 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
6398 LaTeX documents. Describe "text/x-gnus-verbatim".
6399
6400 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6401
6402 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
6403 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
6404 (spam-stat spam filtering, SpamOracle)
6405 (Extending the Spam ELisp package): Remove extra quote symbol for
6406 clarity.
6407
6408 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6409
6410 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
6411 gnus-article-delete-part and gnus-article-replace-part.
6412 (Using MIME): Add gnus-mime-replace-part.
6413
6414 2007-10-28 Romain Francoise <romain@orebokech.com>
6415
6416 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
6417 requires `auto-compression-mode' to be enabled. Add new nnml
6418 variable `nnml-compressed-files-size-threshold'.
6419
6420 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6421
6422 * gnus.texi (Sorting the Summary Buffer):
6423 Add gnus-thread-sort-by-recipient.
6424
6425 2007-10-28 Romain Francoise <romain@orebokech.com>
6426
6427 * message.texi (Insertion Variables): Mention new variable
6428 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
6429 documentation accordingly.
6430
6431 2007-10-28 Romain Francoise <romain@orebokech.com>
6432
6433 * gnus.texi (To From Newsgroups): Mention new variables
6434 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
6435
6436 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6437
6438 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
6439 stuff; gnus-mime-inline-part does the automatic decompression.
6440
6441 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6442
6443 * gnus.texi (Spam ELisp Package Configuration Examples):
6444 "training.ham" should be "training.spam".
6445
6446 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6447
6448 * message.texi (Mail Variables): Fix the default value for
6449 message-send-mail-function.
6450
6451 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6452
6453 * gnus.texi (Optional Back End Functions): nntp-request-update-info
6454 always returns nil exceptionally.
6455
6456 2007-10-28 Simon Josefsson <jas@extundo.com>
6457
6458 * gnus.texi (Article Washing): Add libidn URL.
6459 Suggested by Michael Cook <michael@waxrat.com>.
6460
6461 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6462
6463 * gnus.texi (Topic Commands): Fix next/previous.
6464
6465 2007-10-28 Simon Josefsson <jas@extundo.com>
6466
6467 * gnus.texi (Article Washing): Mention `W i'.
6468
6469 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
6470
6471 * gnus.texi (Group Parameters): Slight extension of sieve
6472 parameter description.
6473
6474 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6475
6476 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
6477 matching score files as well.
6478 (Picons): Describe `gnus-picon-style'.
6479
6480 2007-10-28 Romain Francoise <romain@orebokech.com>
6481
6482 * message.texi (Message Headers): Mention that headers are hidden
6483 using narrowing, and how to expose them.
6484 Update copyright.
6485
6486 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6487
6488 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
6489 `gnus-summary-sort-by-recipient'.
6490
6491 2007-10-28 Romain Francoise <romain@orebokech.com>
6492
6493 * gnus.texi (NNTP marks): New node.
6494 (NNTP): Move NNTP marks variables to the new node.
6495
6496 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6497
6498 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
6499
6500 * gnus.texi (MIME Commands, Hashcash): Markup fix.
6501
6502 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6503
6504 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
6505 everywhere for consistency.
6506 (Filtering Spam Using The Spam ELisp Package): Admonish again.
6507 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
6508 Say "regular expression" instead of "regex." Admonish.
6509 Pick other words to sound better (s/so/thus/).
6510 (Spam ELisp Package Filtering of Incoming Mail):
6511 Mention statistical filters. Remove old TODO.
6512 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
6513 New section on sorting and displaying the spam score.
6514 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
6515 backend but an alias to spam-use-BBDB.
6516 (Extending the Spam ELisp package): Rewrite the example using the
6517 new backend functionality.
6518
6519 2007-10-28 Simon Josefsson <jas@extundo.com>
6520
6521 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
6522 nntp-marks-directory, from Romain Francoise
6523 <romain@orebokech.com>.
6524
6525 2007-10-28 Magnus Henoch <mange@freemail.hu>
6526
6527 * gnus.texi (Hashcash): New default value of
6528 hashcash-default-payment.
6529
6530 2007-10-28 Simon Josefsson <jas@extundo.com>
6531
6532 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
6533 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
6534
6535 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6536
6537 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
6538
6539 2007-10-28 Simon Josefsson <jas@extundo.com>
6540
6541 * gnus.texi (documentencoding): Add, to avoid warnings.
6542
6543 2007-10-28 Simon Josefsson <jas@extundo.com>
6544
6545 * message.texi (Mail Headers): Add.
6546
6547 * gnus.texi (Hashcash): Fix.
6548
6549 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6550
6551 * gnus.texi (Hashcash): Change location of library, also mention
6552 that payments can be verified and fix the name of the
6553 hashcash-path variable.
6554
6555 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6556
6557 * gnus.texi (Article Display): Add `gnus-picon-style'.
6558
6559 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6560
6561 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
6562
6563 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6564
6565 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
6566 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
6567 warning about ham processors in spam groups removed.
6568
6569 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6570
6571 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
6572 From Hubert Chan <hubert@uhoreg.ca>.
6573
6574 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6575
6576 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
6577 (Mailing List): Typo.
6578 (Customizing Articles): Add gnus-treat-ansi-sequences.
6579 (Article Washing): Index.
6580
6581 * message.texi: Use m-dash consistently.
6582
6583 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6584
6585 * gnus.texi (GroupLens): Remove.
6586
6587 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
6588
6589 * gnus.texi (Outgoing Messages, Agent Variables):
6590 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
6591 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
6592
6593 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6594
6595 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
6596
6597 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6598
6599 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
6600
6601 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
6602
6603 2007-10-28 Simon Josefsson <jas@extundo.com>
6604
6605 * gnus.texi (Top): Add SASL.
6606
6607 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6608
6609 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
6610
6611 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6612
6613 * gnus.texi (Troubleshooting): Adjust Gnus version number.
6614
6615 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
6616
6617 * calc.texi (Formulas, Composition Basics): Lower the
6618 precedence of negation.
6619
6620 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
6621
6622 * ses.texi (The Basics): Mention how to create a new spreadsheet.
6623 Mention the new three-letter column identifiers.
6624 (More on cell printing): Calculate-cell and truncate-cell are now `c'
6625 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
6626 message when using `c' on an empty default with default printer.
6627 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
6628 renamed to `ses--symbolic-formulas' some time ago.
6629
6630 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
6631
6632 * calc.texi (Default Simplifications, Making Selections)
6633 (Customizing Calc): Clarify associativity of multiplication.
6634
6635 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
6636
6637 * tramp.texi (Traces and Profiles): Simplify loop over
6638 `trace-function-background'.
6639
6640 2007-10-22 Juri Linkov <juri@jurta.org>
6641
6642 * dired-x.texi (Shell Command Guessing): Default values are now
6643 available by typing M-n instead of M-p.
6644
6645 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
6646
6647 * tramp.texi (Cleanup remote connections): New section.
6648 (Password caching): Remove `tramp-clear-passwd'.
6649 It's not a command anymore.
6650 (Bug Reports): Add `tramp-bug' to function index.
6651 (Function Index, Variable Index): New nodes.
6652 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
6653
6654 * trampver.texi: Update release number.
6655
6656 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6657
6658 * calc.texi (History and Acknowledgements): Turn comment
6659 about integer size into past tense.
6660 (Time Zones): Remove pointer to Calc author's address.
6661 (Trigonometric and Hyperbolic Functions): Mention cotangent
6662 and hyperbolic cotangent. Fix typo.
6663
6664 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
6665
6666 Sync with Tramp 2.1.11.
6667
6668 * trampver.texi: Update release number.
6669
6670 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
6671
6672 * tramp.texi (External packages): New section.
6673
6674 2007-09-29 Juri Linkov <juri@jurta.org>
6675
6676 * info.texi (Help-Int): Document `L' (`Info-history').
6677
6678 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
6679
6680 * org.texi: Change links to webpage and maintained email.
6681 (Remember): Promote to Chapter, significant changes.
6682 (Fast access to TODO states): New section.
6683 (Faces for TODO keywords): New section.
6684 (Export options): Example for #+DATE.
6685 (Progress logging): Section moved.
6686
6687 2007-09-26 Bill Wohler <wohler@newt.com>
6688
6689 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
6690 browse-url-at-mouse.
6691
6692 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
6693
6694 * flymake.texi (Customizable variables): Face names don't end in -face.
6695 Fix flymake-err-line-patterns template.
6696 (Example -- Configuring a tool called directly): Fix init-function.
6697 (Highlighting erroneous lines): Face names don't end in -face.
6698
6699 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
6700
6701 * erc.texi (Special-Features): Fix small typo.
6702
6703 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
6704
6705 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
6706 and "External transfer methods".
6707
6708 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
6709
6710 * calc.texi (Predefined Units): Add some history.
6711
6712 2007-09-08 Michael Olson <mwolson@gnu.org>
6713
6714 * erc.texi (Copying): New section included from gpl.texi.
6715 This matches the look of the upstream ERC manual.
6716
6717 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
6718
6719 * calc.texi (History and Acknowledgements): Adjust the "thanks".
6720 (Random Numbers): Clarify the distribution of `random'.
6721
6722 2007-09-06 Glenn Morris <rgm@gnu.org>
6723
6724 Move manual sources from man/ to subdirectories of doc/.
6725 Split into the Emacs manual in emacs/, and other manuals in misc/.
6726 Change all setfilename commands to use ../../info.
6727 * Makefile.in: Move the parts of the old man/Makefile.in that do not
6728 refer to the Emacs manual here.
6729 (infodir): New variable.
6730 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
6731 (cc-mode.texi, faq.texi): Update references to source file locations.
6732 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
6733 do not refer to the Emacs manual here.
6734 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
6735
6736 * Makefile.in: Add `basename' versions of all info targets, for
6737 convenience when rebuilding just one manual.
6738 (../etc/GNU): Delete obsolete target.
6739 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
6740 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
6741 *.vrs *.toc here...
6742 (maintainer-clean): ...from here.
6743
6744 * makefile.w32-in (../etc/GNU): Delete obsolete target.
6745
6746 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
6747
6748 * calc.texi (Date Conversions): Clarify definition of
6749 Julian day numbering.
6750 (Date Forms): Clarify definition of Julian day numbering;
6751 add some history.
6752
6753 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
6754
6755 * org.texi: Version 5.07.
6756
6757 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6758
6759 * message.texi (MIME): Replace mml-attach with mml-attach-file.
6760
6761 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
6762
6763 * org.texi (Adding hyperlink types): New section.
6764 (Embedded LaTeX): Chapter updated because of LaTeX export.
6765 (LaTeX export): New section.
6766 (Using links out): New section.
6767
6768 2007-08-22 Glenn Morris <rgm@gnu.org>
6769
6770 * faq.texi (Learning how to do something): Refcards now in
6771 etc/refcards/ directory.
6772
6773 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6774
6775 * tramp.texi (Remote Programs): Persistency file must be cleared when
6776 changing `tramp-remote-path'.
6777 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
6778 macro.
6779
6780 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6781
6782 * calc.texi: Move contents to beginning of file.
6783 (Algebraic Entry): Fix the formatting of an example.
6784
6785 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6786
6787 * calc.texi (Basic Operations on Units): Mention exact versus
6788 inexact conversions.
6789
6790 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6791
6792 * calc.texi (Basic Operations on Units): Mention default
6793 values for new units.
6794 (Quick Calculator Mode): Mention that binary format will
6795 be displayed.
6796
6797 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6798
6799 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
6800
6801 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6802
6803 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
6804
6805 2007-08-08 Glenn Morris <rgm@gnu.org>
6806
6807 * gnus.texi, sieve.texi: Replace `iff'.
6808
6809 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6810
6811 * calc.texi (Basic Graphics): Mention the graphing of error
6812 forms.
6813 (Graphics Options): Mention how `g s' handles error forms.
6814 (Curve Fitting): Mention plotting the curves.
6815 (Standard Nonlinear Models): Add additional models.
6816 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
6817 (Linear Fits): Correct result.
6818
6819 2007-08-01 Alan Mackenzie <acm@muc.de>
6820
6821 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
6822 to "--no-site-file".
6823
6824 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
6825
6826 * tramp.texi (Frequently Asked Questions): Point to mode line
6827 extension in Emacs 23.1.
6828
6829 * trampver.texi: Update release number.
6830
6831 2007-07-27 Glenn Morris <rgm@gnu.org>
6832
6833 * calc.texi (Copying): Include license text from gpl.texi, rather than
6834 in-line.
6835
6836 2007-07-25 Glenn Morris <rgm@gnu.org>
6837
6838 * calc.texi (Copying): Replace license with GPLv3.
6839
6840 * Relicense all FSF files to GPLv3 or later.
6841
6842 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6843
6844 Sync with Tramp 2.1.10.
6845
6846 * tramp.texi (trampfn): Expand macro implementation in order to handle
6847 empty arguments.
6848 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
6849 occurrences by trampfn.
6850 (Frequently Asked Questions): Extend example code for host
6851 identification in the modeline. Add bbdb to approaches shortening Tramp
6852 file names to be typed.
6853
6854 * trampver.texi: Update release number.
6855
6856 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6857
6858 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6859 section. Reported by <poti@potis.org>.
6860 (Remote processes): Arguments of the program to be debugged are taken
6861 literally.
6862 (Frequently Asked Questions): Simplify recentf example.
6863
6864 2007-07-14 Karl Berry <karl@gnu.org>
6865
6866 * info.texi (@copying): New Back-Cover Text.
6867
6868 * info.texi (Quitting Info): Move to proper place in source.
6869 (Reported by Benno Schulenberg.)
6870
6871 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6872
6873 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6874
6875 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6876
6877 * emacs-mime.texi: Add @documentencoding directive.
6878
6879 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6880
6881 * tramp.texi (Remote processes): Add an anchor to the subsection
6882 "Running a debugger on a remote host".
6883
6884 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
6885
6886 * tramp.texi (Remote processes): Don't call it "experimental" any
6887 longer. Add subsection about running a debugger on a remote host.
6888
6889 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
6890
6891 * org.texi (Properties and columns): Chapter rewritten.
6892
6893 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6894
6895 * tramp.texi:
6896 * trampver.texi: Migrate to Tramp 2.1.
6897
6898 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
6899
6900 * org.texi (Properties): New chapter.
6901
6902 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6903
6904 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6905 Control Panel.
6906
6907 * gnus.texi (Misc Article): Add index entry for
6908 gnus-single-article-buffer.
6909
6910 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6911
6912 * gnus.texi (Starting Up): Fix typo.
6913
6914 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6915
6916 * gnus.texi (Asynchronous Fetching): Fix typo.
6917
6918 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6919
6920 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6921 (About This Manual): Remove redundant information.
6922 (Getting Started): Mention author.
6923 (Basic Arithmetic, Customizing Calc): Make description of the
6924 variable `calc-multiplication-has-precedence' match its new effect.
6925
6926 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6927
6928 * calc.texi (Basic Arithmetic, Customizing Calc):
6929 Mention the variable `calc-multiplication-has-precedence'.
6930
6931 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
6932
6933 * org.texi (Tag): Section swapped with node Timestamps.
6934 (Formula syntax for Lisp): Document new `L' flag.
6935
6936 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6937
6938 * gnus.texi (Misc Group Stuff, Summary Buffer)
6939 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6940
6941 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
6942
6943 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6944 * gnus.texi (Article Buttons, Mail Source Customization)
6945 (Sending or Not Sending, Customizing NNDiary):
6946 * message.texi (Message Headers):
6947 * mh-e.texi (HTML): Fix typos.
6948
6949 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
6950
6951 Sync with Tramp 2.0.56.
6952
6953 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6954 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6955
6956 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
6957
6958 * Version 22.1 released.
6959
6960 2007-05-26 Michael Olson <mwolson@gnu.org>
6961
6962 * erc.texi (Modules): Fix references to completion modules.
6963
6964 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6965
6966 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6967
6968 2007-05-09 Didier Verna <didier@xemacs.org>
6969
6970 * gnus.texi (Email Based Diary): New. Proper documentation for the
6971 nndiary back end and the gnus-diary library.
6972
6973 2007-05-03 Karl Berry <karl@gnu.org>
6974
6975 * .cvsignore (*.pdf): New entry.
6976
6977 * texinfo.tex: Update from current version for better pdf generation.
6978
6979 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6980
6981 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6982
6983 2007-04-28 Glenn Morris <rgm@gnu.org>
6984
6985 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6986 consideration of legal status.
6987
6988 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6989
6990 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6991
6992 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
6993
6994 * faq.texi (New in Emacs 22): python.el removed.
6995
6996 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6997
6998 * calc.texi (Reporting bugs): Update maintainer's address.
6999
7000 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
7001
7002 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
7003
7004 2007-04-15 Jay Belanger <belanger@truman.edu>
7005
7006 * calc.texi (Title page): Remove the date.
7007 (Basic Arithmetic): Emphasize that / binds less strongly than *.
7008 (The Standard Calc Interface): Change trail title.
7009 (Floats): Mention that when non-decimal floats are entered, only
7010 approximations are stored.
7011 (Copying): Move to the appendices.
7012 (GNU Free Documentation License): Add as an appendix.
7013
7014 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7015
7016 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
7017 * dired-x.texi, ebrowse.texi, ediff.texi:
7018 * emacs-mime.texi, erc.texi, eshell.texi:
7019 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
7020 * idlwave.texi, message.texi, newsticker.texi, org.texi:
7021 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
7022 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
7023 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
7024 * woman.texi: Include GFDL.
7025
7026 * doclicense.texi: Remove node heading, so that it can be included by
7027 other files.
7028
7029 * dired-x.texi: Relicence under GFDL. Remove date from title page.
7030
7031 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
7032 than *.
7033
7034 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
7035
7036 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
7037 in Calc.
7038
7039 2007-04-09 Romain Francoise <romain@orebokech.com>
7040
7041 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
7042 Mac OS ports. Make it clear that mouse-1 complements and doesn't
7043 replace mouse-2.
7044
7045 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
7046
7047 * woman.texi (Word at point, Interface Options): woman-topic-at-point
7048 renamed to woman-use-topic-at-point. Document new behavior.
7049
7050 2007-04-08 Richard Stallman <rms@gnu.org>
7051
7052 * url.texi: Fix some indexing.
7053 (Disk Caching): Drop discussion of old/other Emacs versions.
7054
7055 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
7056
7057 * url.texi (Disk Caching): Say Emacs 21 "and later".
7058
7059 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
7060 on Font locking which now mentions JIT lock.
7061
7062 2007-04-01 Michael Olson <mwolson@gnu.org>
7063
7064 * erc.texi: Update for the ERC 5.2 release.
7065
7066 2007-03-31 David Kastrup <dak@gnu.org>
7067
7068 * woman.texi (Topic, Interface Options): Explain changes semantics of
7069 woman-manpath in order to consider MANPATH_MAP entries.
7070
7071 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7072
7073 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
7074
7075 2007-03-26 Richard Stallman <rms@gnu.org>
7076
7077 * pgg.texi (Caching passphrase): Clean up previous change.
7078
7079 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
7080
7081 * gnus.texi (Setting Process Marks): Fix typo.
7082
7083 2007-03-25 Romain Francoise <romain@orebokech.com>
7084
7085 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
7086 readability, and include various fixes by Daniel Brockman, Nick Roberts
7087 and Dieter Wilhelm.
7088
7089 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
7090
7091 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
7092
7093 * gnus.texi (Mail Source Specifiers): Fix typo.
7094
7095 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
7096
7097 * reftex.texi (Imprint): Update maintainer information.
7098
7099 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7100
7101 * message.texi (Message Buffers): Update documentation for
7102 message-generate-new-buffers.
7103
7104 2007-03-15 Daiki Ueno <ueno@unixuser.org>
7105
7106 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
7107
7108 2007-03-21 Glenn Morris <rgm@gnu.org>
7109
7110 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
7111
7112 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
7113
7114 * eshell.texi (Known problems): Emacs 21 -> 22.
7115
7116 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
7117
7118 2007-03-18 Jay Belanger <belanger@truman.edu>
7119
7120 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
7121
7122 2007-03-12 Glenn Morris <rgm@gnu.org>
7123
7124 * calc.texi (Time Zones): Switch to new North America DST rule.
7125
7126 * calc.texi: Replace "daylight savings" with "daylight
7127 saving" in text throughout.
7128
7129 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7130
7131 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
7132 The variable now uses a list of symbols instead of just a symbol.
7133 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7134
7135 2007-03-06 Romain Francoise <romain@orebokech.com>
7136
7137 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
7138 new packages, and mention Gnus update.
7139
7140 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7141
7142 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
7143 nntp-open-connection-functions-never-echo-commands.
7144
7145 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
7146
7147 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
7148 problems on the console, and security risk in not using gpg-agent.
7149
7150 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
7151
7152 * org.texi (The spreadsheet): Rename from "Table calculations".
7153 Completely reorganized and rewritten.
7154 (CamelCase links): Section removed.
7155 (Repeating items): New section.
7156 (Tracking TODO state changes): New section.
7157 (Agenda views): Chapter reorganized and rewritten.
7158 (HTML export): Section rewritten.
7159 (Tables in arbitrary syntax): New section.
7160 (Summary): Better feature summary.
7161 (Activation): Document problem with cut-and-paste of Lisp code
7162 from PDF files.
7163 (Visibility cycling): Document indirect buffer use.
7164 (Structure editing): Document sorting.
7165 (Remember): Section rewritten.
7166 (Time stamps): Better description of time stamp types.
7167 (Tag searches): Document regular expression search for tags.
7168 (Stuck projects): New section.
7169 (In-buffer settings): New keywords.
7170 (History and Acknowledgments): Update description.
7171
7172 2007-02-24 Alan Mackenzie <acm@muc.de>
7173
7174 * cc-mode.texi (Movement Commands): Insert two missing command names.
7175 (Getting Started): Slight wording correction (use conditional).
7176
7177 2007-02-22 Kim F. Storm <storm@cua.dk>
7178
7179 * widget.texi (User Interface, Basic Types): Document need to put some
7180 text before the %v escape in :format string in editable-field widget.
7181
7182 2007-02-18 Romain Francoise <romain@orebokech.com>
7183
7184 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
7185 `cvs-mode-quit'.
7186
7187 2007-02-10 Markus Triska <markus.triska@gmx.at>
7188
7189 * widget.texi (Programming Example): Put constant strings in :format.
7190
7191 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
7192
7193 * faq.texi (Fullscreen mode on MS-Windows): New node.
7194
7195 2007-02-04 David Kastrup <dak@gnu.org>
7196
7197 * faq.texi (AUCTeX): Update version number. Should probably be done
7198 for other packages as well.
7199
7200 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7201
7202 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
7203 <tassilo@member.fsf.org>.
7204
7205 2007-01-27 Eli Zaretskii <eliz@gnu.org>
7206
7207 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
7208 ls-lisp-use-localized-time-format.
7209
7210 2007-01-20 Markus Triska <markus.triska@gmx.at>
7211
7212 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
7213
7214 2007-01-13 Michael Olson <mwolson@gnu.org>
7215
7216 * erc.texi (Modules): Mention capab-identify module.
7217
7218 2007-01-05 Michael Olson <mwolson@gnu.org>
7219
7220 * erc.texi (Getting Started): Update for /RECONNECT command.
7221
7222 2007-01-04 Richard Stallman <rms@gnu.org>
7223
7224 * ebrowse.texi: Change C-c b to C-c C-m.
7225
7226 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7227
7228 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
7229 variables only in info to avoid redundant entries in the printed
7230 manual.
7231
7232 2007-01-02 Daiki Ueno <ueno@unixuser.org>
7233
7234 * message.texi (Using PGP/MIME): Document gpg-agent usage.
7235
7236 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
7237
7238 * message.texi (Security): Split into sub-nodes.
7239
7240 2007-01-01 Alan Mackenzie <acm@muc.de>
7241
7242 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
7243 eval-after-load in Emacs <=21 and a workaround. Document that
7244 trigraphs are not supported.
7245
7246 2007-01-01 Alan Mackenzie <acm@muc.de>
7247
7248 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
7249 c-context-line-break. When invoked within a string, preserve
7250 whitespace. Add a backslash only when also in a macro.
7251
7252 2007-01-01 Alan Mackenzie <acm@muc.de>
7253
7254 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
7255
7256 2007-01-01 Alan Mackenzie <acm@muc.de>
7257
7258 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
7259 are now bound by default to c-\(beginning\|end\)-of-defun by default.
7260
7261 2007-01-01 Alan Mackenzie <acm@muc.de>
7262
7263 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
7264 "Choosing a Style".
7265
7266 * cc-mode.texi ("Styles"): Add @dfn{style}.
7267
7268 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
7269
7270 Sync with Tramp 2.0.55.
7271
7272 * trampver.texi: Update release number.
7273
7274 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
7275
7276 * gnus.texi (Customizing Articles): Add index entries for all
7277 gnus-treat-* variables.
7278
7279 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
7280
7281 * gnus.texi (IMAP): Fix incorrect explanation of
7282 nnimap-search-uids-not-since-is-evil in documentation for
7283 nnimap-expunge-search-string.
7284
7285 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
7286
7287 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
7288 spam-ifile-database.
7289
7290 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7291
7292 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
7293 rebind C-s.
7294
7295 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
7296
7297 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
7298 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
7299 "expiring mail".
7300 (IMAP): Document nnimap-search-uids-not-since-is-evil and
7301 nnimap-nov-is-evil.
7302
7303 2006-12-25 Kevin Ryde <user42@zip.com.au>
7304
7305 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
7306 about the key procedure being used heavily.
7307
7308 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
7309
7310 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
7311 to t.
7312 (Prerequisites): Add explanation about gpg-agent.
7313
7314 2006-12-22 Kevin Ryde <user42@zip.com.au>
7315
7316 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
7317 "sort" instead of "sort*".
7318
7319 2006-12-19 Richard Stallman <rms@gnu.org>
7320
7321 * calc.texi (History and Acknowledgements): Recognize that Emacs
7322 now does have floating point.
7323
7324 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
7325
7326 * tramp.texi (External transfer methods): Describe new method `scpc'.
7327
7328 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
7329
7330 * pgg.texi: Added short note on gpg-agent to the introduction.
7331
7332 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7333
7334 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
7335 also applies to Cc.
7336
7337 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7338
7339 * gnus.texi (X-Face): Clarify. Say which programs are required
7340 on Windows.
7341
7342 2006-12-08 Michael Olson <mwolson@gnu.org>
7343
7344 * erc.texi (Modules): Remove documentation for list module.
7345
7346 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
7347
7348 * faq.texi (^M in the shell buffer): Ditto.
7349
7350 2006-11-20 Michael Olson <mwolson@gnu.org>
7351
7352 * erc.texi: Call this the 5.2 stable pre-release of ERC.
7353
7354 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7355
7356 * org.texi: Fix typos.
7357 (Agenda commands): Document `C-k'.
7358
7359 2006-11-16 Eli Zaretskii <eliz@gnu.org>
7360
7361 * url.texi (http/https): Fix a typo in the HTTP URL.
7362
7363 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7364
7365 * ada-mode.texi: Total rewrite.
7366
7367 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7368
7369 * org.texi: Minor typo fixes.
7370
7371 2006-11-13 Bill Wohler <wohler@newt.com>
7372
7373 Release MH-E manual version 8.0.3.
7374
7375 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7376 release 8.0.3.
7377
7378 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
7379 to set MAILDIR.
7380 (Reading Mail): Document the customization of read-mail-command
7381 for MH-E.
7382 (Viewing Attachments): Document mm-discouraged-alternatives.
7383 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
7384 (Junk): Add more information about the settings of mh-junk-background
7385 in a program. Add /usr/bin/mh to PATH in examples.
7386
7387 2006-11-12 Richard Stallman <rms@gnu.org>
7388
7389 * woman.texi: Update author address but say he no longer maintains it.
7390
7391 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7392
7393 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
7394 archived trees.
7395 (Checkboxes): Section moved to chapter 5, and extended.
7396 (The date/time prompt): New section.
7397 (Link abbreviations): New section.
7398 (Presentation and sorting): New section.
7399 (Custom agenda views): Section completely rewritten.
7400 (Summary): Compare with Planner.
7401 (Feedback): More info about creating backtraces.
7402 (Plain lists): Modify example.
7403 (Breaking down tasks): New section.
7404 (Custom time format): New section.
7405 (Time stamps): Document inactive timestamps.
7406 (Setting tags): More details about fast tag selection.
7407 (Block agenda): New section.
7408 (Custom agenda views): Section rewritten.
7409 (Block agenda): New section.
7410
7411 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7412
7413 * tramp.texi (Configuration): scp is the default method.
7414 (Default Method): Use ssh as example for another method.
7415
7416 2006-10-27 Richard Stallman <rms@gnu.org>
7417
7418 * woman.texi: Downcase nroff/troff/roff.
7419 (Installation): Chapter deleted. Some xrefs deleted.
7420 (Background): woman doesn't advise man ;-).
7421
7422 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
7423
7424 * ada-mode.texi (Project files, Identifier completion)
7425 (Automatic Casing, Debugging, Using non-standard file names)
7426 (Working Remotely): Fix typos.
7427
7428 2006-10-20 Masatake YAMATO <jet@gyve.org>
7429
7430 * cc-mode.texi (Sample .emacs File): Add missing `)' in
7431 sample code `my-c-initialization-hook'.
7432
7433 2006-10-19 Stuart D. Herring <herring@lanl.gov>
7434
7435 * widget.texi: Fix typos.
7436
7437 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
7438
7439 * tramp.texi (Frequently Asked Questions): Remove questions marked with
7440 "???". There have been no complaints for years, so the information
7441 must be appropriate.
7442
7443 2006-10-16 Richard Stallman <rms@gnu.org>
7444
7445 * widget.texi: Use @var instead of capitalization.
7446 Clarify many widget type descriptions.
7447
7448 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7449
7450 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
7451 gnus-dired-attach.
7452 (Selecting a Group): Fix typo.
7453
7454 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
7455
7456 * widget.texi: Fix typos.
7457
7458 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
7459
7460 * gnus.texi (Image Enhancements): Update for Emacs 22.
7461
7462 * gnus-faq.texi ([1.3]): Update.
7463
7464 2006-10-06 Richard Stallman <rms@gnu.org>
7465
7466 * faq.texi (Displaying the current line or column):
7467 Delete "As of Emacs 20".
7468
7469 2006-10-06 Romain Francoise <romain@orebokech.com>
7470
7471 * faq.texi (VM): VM works with Emacs 22 too.
7472
7473 2006-10-06 Richard Stallman <rms@gnu.org>
7474
7475 * ebrowse.texi: Remove Emacs version "21" from title.
7476
7477 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
7478
7479 * gnus.texi (Foreign Groups): Say where change of editing commands are
7480 stored. Add reference to `gnus-parameters'.
7481
7482 2006-09-15 Jay Belanger <belanger@truman.edu>
7483
7484 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
7485 Change "Library Public License" to "Lesser Public License"
7486 throughout. Use "yyyy" to represent year.
7487
7488 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
7489
7490 * org.texi (Setting tags): Typo fix.
7491
7492 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
7493
7494 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
7495
7496 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
7497
7498 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
7499
7500 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7501
7502 * faq.texi (Escape sequences in shell output): EMACS is now set
7503 to Emacs's absolute file name, not to "t".
7504 (^M in the shell buffer): Likewise.
7505 * misc.texi (Interactive Shell): Likewise.
7506
7507 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7508
7509 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
7510 mails with pop3-leave-mail-on-server. Fix wording.
7511 (Limiting): Improve gnus-summary-limit-to-articles.
7512 (X-Face): Fix typo.
7513
7514 2006-09-11 Simon Josefsson <jas@extundo.com>
7515
7516 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
7517 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
7518
7519 2006-09-06 Simon Josefsson <jas@extundo.com>
7520
7521 * smtpmail.texi (Authentication): Mention SSL.
7522
7523 2006-09-01 Eli Zaretskii <eliz@gnu.org>
7524
7525 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
7526 Don't use @indicateurl.
7527
7528 * cc-mode.texi (Subword Movement): Don't use @headitem.
7529 (Custom Braces, Clean-ups): Don't use @tie.
7530
7531 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
7532
7533 Sync with Tramp 2.0.54.
7534
7535 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
7536 Suggested by Adrian Phillips <a.phillips@met.no>.
7537
7538 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7539
7540 * org.texi (Installation, Activation): Split from Installation and
7541 Activation.
7542 (Clocking work time): Documented new features.
7543
7544 2006-08-13 Alex Schroeder <alex@gnu.org>
7545
7546 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
7547 example.
7548
7549 2006-08-12 Eli Zaretskii <eliz@gnu.org>
7550
7551 * faq.texi (How to add fonts): New node.
7552
7553 2006-08-05 Romain Francoise <romain@orebokech.com>
7554
7555 * faq.texi (New in Emacs 22): Expand.
7556
7557 2006-08-03 Michael Olson <mwolson@gnu.org>
7558
7559 * erc.texi: Update for ERC 5.1.4.
7560
7561 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7562
7563 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
7564 in .../site-lisp/gnus/ by default.
7565 [ From gnus-news.texi in the trunk. ]
7566
7567 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7568
7569 * gnus.texi (MIME Commands): Additions for yEnc.
7570
7571 2006-07-24 Richard Stallman <rms@gnu.org>
7572
7573 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
7574 * faq.texi: Move periods and commas inside quotes.
7575
7576 2006-07-20 Jay Belanger <belanger@truman.edu>
7577
7578 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
7579
7580 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
7581
7582 * faq.texi (Security risks with Emacs): Document Emacs 22
7583 file-local-variable mechanism.
7584
7585 2006-07-12 Michael Olson <mwolson@gnu.org>
7586
7587 * erc.texi: Update for ERC 5.1.3.
7588
7589 2006-07-12 Alex Schroeder <alex@gnu.org>
7590
7591 * rcirc.texi: Fix typos.
7592 (Getting started with rcirc): New calling convention for M-x irc.
7593 Mention #rcirc. Removed channel tracking.
7594 (Configuration): Change the names of all variables that got changed
7595 recently, eg. rcirc-server to rcirc-default-server. Added
7596 documentation for rcirc-authinfo, some background for Bitlbee, and
7597 rcirc-track-minor-mode.
7598 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
7599 Scrolling.
7600 (Reconnecting after you have lost the connection): Fix example code
7601 to match code changes.
7602
7603 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
7604
7605 * gnus.texi, message.texi: Fix typos.
7606
7607 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
7608
7609 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
7610 commands.
7611 (Global TODO list): Document the use of the variables
7612 `org-agenda-todo-ignore-scheduled' and
7613 `org-agenda-todo-list-sublevels'.
7614
7615 2006-07-05 Richard Stallman <rms@gnu.org>
7616
7617 * faq.texi (Scrolling only one line): Fix xref.
7618
7619 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7620
7621 * faq.texi (Evaluating Emacs Lisp code):
7622 Throughout, replace eval-current-buffer with eval-buffer.
7623
7624 2006-07-03 Richard Stallman <rms@gnu.org>
7625
7626 * rcirc.texi (Scrolling conservatively): Fix xref.
7627
7628 * pcl-cvs.texi (Viewing differences): Usage fix.
7629
7630 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
7631
7632 * org.texi (Agenda commands): Document `s' key to save all org-mode
7633 buffers.
7634
7635 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
7636
7637 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
7638 names. Mention `cvs-msg' face.
7639
7640 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
7641
7642 * org.texi (Checkboxes): New section.
7643
7644 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
7645
7646 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
7647 throughout this chapter.
7648
7649 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
7650
7651 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
7652 text for standalone vs Emacs info.
7653 (Help): Clarify header line description. Use mouse-1 for clicks.
7654 (Help-P): Use mouse-1 for clicks.
7655 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
7656 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
7657 (Choose menu subtopic): Remove gratuitous Emacs command names.
7658 (Help-FOO): Put usual behavior first.
7659 (Help-Xref): Clicking on xrefs works in Emacs.
7660 (Search Text): Clarify what the default behavior is.
7661 (Create Info buffer): Fix Emacs window/X window confusion.
7662 (Emacs Info Variables): Fix for new Emacs init file behavior.
7663
7664 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7665
7666 * gnus.texi (Summary Buffer Lines): Fix typo.
7667
7668 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
7669
7670 * org.texi (Embedded LaTeX): New chapter.
7671 (Archiving): Section rewritten.
7672 (Enhancing text): Some parts moved to the new chapter about LaTeX.
7673
7674 2006-06-20 Bill Wohler <wohler@newt.com>
7675
7676 Release MH-E manual version 8.0.1.
7677
7678 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7679 release 8.0.1.
7680 (Preface): Depend on GNU mailutils 1.0 and higher.
7681
7682 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7683
7684 * message.texi (News Headers): Update message-syntax-checks section.
7685
7686 2006-06-19 Karl Berry <karl@gnu.org>
7687
7688 * info.texi (Advanced): Mention C-q, especially with ?.
7689
7690 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
7691
7692 * org.texi (Publishing links): Document the `:link-validation-function'
7693 property.
7694 (Extensions and Hacking): New chapter, includes some sections of the
7695 "Miscellaneous" chapter.
7696
7697 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
7698
7699 * org.texi (Progress logging): New section.
7700
7701 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
7702
7703 * org.texi (ASCII export): Document indentation adaptation.
7704 (Setting tags): Document mutually-exclusive tags.
7705
7706 2006-06-05 Romain Francoise <romain@orebokech.com>
7707
7708 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
7709 Fix typo.
7710
7711 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
7712 channel (#gnus@irc.freenode.net).
7713 Fix typos. Update copyright notice.
7714
7715 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
7716 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
7717 (Line-Up Functions, Custom Macros):
7718 * ediff.texi (Window and Frame Configuration)
7719 (Highlighting Difference Regions):
7720 * emacs-mime.texi (Display Customization):
7721 * erc.texi (History):
7722 * eshell.texi (Known problems):
7723 * eudc.texi (Overview, BBDB):
7724 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
7725 (The problem of spam, SpamOracle, Extending the Spam package)
7726 (Conformity, Terminology):
7727 * idlwave.texi (Routine Info)
7728 (Class and Keyword Inheritance, Padding Operators)
7729 (Breakpoints and Stepping, Electric Debug Mode)
7730 (Examining Variables, Troubleshooting):
7731 * org.texi (Creating timestamps):
7732 * reftex.texi (Commands, Options, Changes):
7733 * tramp.texi (Inline methods, Password caching)
7734 (Auto-save and Backup, Issues):
7735 * vip.texi (Files, Commands in Insert Mode):
7736 * viper.texi (Emacs Preliminaries, States in Viper)
7737 (Packages that Change Keymaps, Viper Specials, Groundwork):
7738 Fix various typos.
7739
7740 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
7741
7742 * ediff.texi: Fix typos.
7743
7744 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
7745
7746 * org.texi: Small typo fixes.
7747
7748 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7749
7750 * viper.texi (Viper Specials):
7751 * gnus.texi (Example Setup):
7752 * faq.texi (Backspace invokes help):
7753 * dired-x.texi (Optional Installation Dired Jump):
7754 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
7755 follow coding conventions.
7756
7757 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
7758
7759 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
7760
7761 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7762
7763 * pcl-cvs.texi: Fix typos.
7764 (Customization): Say "us".
7765
7766 2006-05-26 Eli Zaretskii <eliz@gnu.org>
7767
7768 * org.texi: Remove bogus @setfilename.
7769
7770 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
7771
7772 * org.texi (ASCII export): Omit command name.
7773 (HTML export): Add prefix to all lines in Local Variable example.
7774 (Acknowledgments): Typeset names in italics.
7775
7776 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
7777
7778 * org.texi (Plain lists): Add new item navigation commands.
7779 (External links): Document elisp and info links.
7780 (Custom searches): New section.
7781 (Publishing): New chapter.
7782 (HTML export): Include a list of supported CSS classes.
7783 (Setting tags): Describe the fast-tag-setting interface.
7784
7785 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
7786
7787 * dired-x.texi: ifinfo -> ifnottex.
7788
7789 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
7790
7791 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
7792
7793 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
7794
7795 * message.texi (Interface): Add tool bar customization.
7796 (MIME): Index and text additions for mml-attach.
7797 (MIME): Describe mml-dnd-protocol-alist and
7798 mml-dnd-attach-options.
7799
7800 * gnus.texi (Oort Gnus): Reorder entries in sections.
7801 Fix some entries.
7802 (Starting Up): Add references to "Emacs for Heathens" and to
7803 "Finding the News". Add user-full-name and user-mail-address.
7804 (Group Buffer Format): Add tool bar customization and update.
7805 (Summary Buffer): Add tool bar customization.
7806 (Posting Styles): Add message-alternative-emails.
7807
7808 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
7809
7810 * tramp.texi (Filename completion): Improve wording.
7811
7812 2006-05-07 Romain Francoise <romain@orebokech.com>
7813
7814 * faq.texi (Using regular expressions): Fix typo.
7815 (Packages that do not come with Emacs): Fix capitalization.
7816 (Replacing text across multiple files): Expand node to explain how
7817 to use `dired-do-query-replace-regexp' in more detail, based on
7818 suggestion by Eric Hanchrow <offby1@blarg.net>.
7819
7820 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
7821
7822 * tramp.texi (Filename completion): Completion of remote files'
7823 method, user name and host name is active only in partial
7824 completion mode.
7825
7826 2006-05-06 Bill Wohler <wohler@newt.com>
7827
7828 Release MH-E manual version 8.0.
7829
7830 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7831 release 8.0.
7832
7833 2006-05-06 Bill Wohler <wohler@newt.com>
7834
7835 * mh-e.texi (MH-BOOK-HOME): Change from
7836 http://www.ics.uci.edu/~mh/book/mh to
7837 http://rand-mh.sourceforge.net/book/mh.
7838 Replace .htm suffix with .html for MH book files.
7839 (Using This Manual): Update key binding for getting relevant
7840 chapter in Info from command key.
7841 (Ranges): Fix itemx.
7842
7843 2006-05-05 Karl Berry <karl@gnu.org>
7844
7845 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7846 (\fonttextsize): New user-level command to change text font size.
7847
7848 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7849
7850 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7851
7852 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7853
7854 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7855
7856 2006-04-24 Bill Wohler <wohler@newt.com>
7857
7858 * mh-e.texi (Getting Started): Make it more explicit that you need
7859 to install MH. Add pointers to current MH implementations.
7860
7861 2006-04-21 Bill Wohler <wohler@newt.com>
7862
7863 Release MH-E manual version 7.94.
7864
7865 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7866 release 7.94.
7867
7868 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
7869
7870 * org.texi: Many small fixes.
7871 (Handling links): Rename from "Managing links".
7872
7873 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7874
7875 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7876 (Splitting mail using spam-stat): Fix @xref.
7877
7878 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
7879
7880 * gnus.texi (Spam Package): Major revision of the text.
7881 Previously this node was "Filtering Spam Using The Spam ELisp Package".
7882
7883 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
7884
7885 * org.texi (Time stamps): Better explanation of the purpose of
7886 different time stamps.
7887 (Structure editing, Plain lists): More details on how new items
7888 and headings are inserted.
7889
7890 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
7891
7892 * org.texi (Formula syntax): Fix link to Calc Manual.
7893
7894 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7895
7896 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7897
7898 2006-04-17 Bill Wohler <wohler@newt.com>
7899
7900 * mh-e.texi (Folders): Update mh-before-quit-hook and
7901 mh-quit-hook example with code that removes the buffers rather
7902 than just bury them.
7903
7904 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
7905
7906 Sync with Tramp 2.0.53.
7907
7908 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7909
7910 * org.texi (Updating settings): New section.
7911 (Visibility cycling): Better names for the startup folding
7912 options.
7913 (Exporting): Completely restructured.
7914 (The very busy C-c C-c key): New section.
7915 (Summary of in-buffer settings): New section.
7916
7917 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7918
7919 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7920
7921 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7922
7923 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7924 (Server Commands): Key `v' is reserved for users.
7925
7926 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
7927
7928 * org.texi (Link format): New section, emphasis on bracket links.
7929 (External links): Document bracket links.
7930 (FAQ): Expand to cover shell links and the new link format.
7931
7932 2006-04-09 Kevin Ryde <user42@zip.com.au>
7933
7934 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7935
7936 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7937
7938 * gnus.texi (Summary Buffer Lines): Add `*'.
7939
7940 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
7941
7942 * gnus.texi (Group Parameters):
7943 Mention gnus-permanently-visible-groups.
7944
7945 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7946
7947 * gnus.texi (Face): Fix typo.
7948
7949 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7950
7951 * gnus.texi (X-Face): Clarify.
7952 (Face): Need Emacs with PNG support.
7953
7954 2006-04-06 Richard Stallman <rms@gnu.org>
7955
7956 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7957 Emacs".
7958
7959 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7960
7961 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7962 blocks not suitable for inclusion with Emacs using variable
7963 PARTOFEMACS.
7964
7965 2006-04-04 Simon Josefsson <jas@extundo.com>
7966
7967 * gnus.texi (Security): Improve.
7968
7969 2006-04-02 Bill Wohler <wohler@newt.com>
7970
7971 * mh-e.texi (Getting Started, Junk, Bug Reports)
7972 (MH FAQ and Support): Fix URLs.
7973
7974 2006-03-31 Romain Francoise <romain@orebokech.com>
7975
7976 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7977 to t, not nil (and has for the past eight years).
7978
7979 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7980
7981 * message.texi, gnus.texi: Bump version to 5.11.
7982
7983 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7984
7985 * gnus.texi (Top): Add comment about version line.
7986
7987 * message.texi (Top): Ditto. Change to take named versions into
7988 account.
7989
7990 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7991
7992 * gnus.texi (Posting Styles): Add x-face-file to example.
7993 (X-Face): Refer to posting styles.
7994
7995 * gnus-faq.texi ([5.8]): Add x-face-file.
7996 ([8.4]): Add links to gmane.emacs.gnus.user and
7997 gmane.emacs.gnus.general.
7998
7999 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
8000
8001 * gnus-faq.texi: Use .invalid.
8002 ([5.4]): Fix gnus-posting-styles example.
8003
8004 2006-03-27 Romain Francoise <romain@orebokech.com>
8005
8006 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
8007 Emacs/W3 needs a new maintainer.
8008 (Ispell): Update author and version info.
8009 (Mailcrypt): Mention PGG.
8010 (New in Emacs 22): Add PGG to the list of new packages.
8011 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
8012 updating dead URLs.
8013
8014 2006-03-25 Karl Berry <karl@gnu.org>
8015
8016 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
8017 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
8018 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
8019 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
8020 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
8021 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
8022 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
8023 (2) do not indent copyright year list (or anything else).
8024
8025 2006-03-21 Bill Wohler <wohler@newt.com>
8026
8027 * mh-e.texi (Folders): Various edits.
8028
8029 2006-03-20 Romain Francoise <romain@orebokech.com>
8030
8031 * gnus.texi (Mail Folders): Grammar fix.
8032
8033 2006-03-19 Bill Wohler <wohler@newt.com>
8034
8035 * mh-e.texi (Replying): Document Mail-Followup-To.
8036 Change manually-formatted table to multitable. Add debugging info.
8037 Move description of mh-reply-default-reply-to into paragraph
8038 that describes its values.
8039
8040 2006-03-17 Bill Wohler <wohler@newt.com>
8041
8042 * mh-e.texi: Use smallexample and smalllisp consistently.
8043 (Sending Mail Tour): Update method of entering
8044 addresses and subject.
8045 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
8046 (Adding Attachments, Searching): Update screenshots for Emacs 22.
8047
8048 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
8049
8050 * org.texi: Version number change only.
8051
8052 2006-03-14 Bill Wohler <wohler@newt.com>
8053
8054 * mh-e.texi: Add index entries around each paragraph rather than
8055 depend on entries from beginning of node. Doing so ensures that
8056 index entries are less likely to be forgotten if text is cut and
8057 pasted, and are necessary anyway if the references are on a
8058 separate page. It seems that makeinfo is now (v. 4.8) only
8059 producing one index entry per node, so there is no longer any
8060 excuse not to. Use subheading instead of heading. The incorrect
8061 use of heading produced very large fonts in Info--as large as the
8062 main heading.
8063 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
8064 versions 6 and 7 appeared *around* the time of these Emacs releases.
8065
8066 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
8067
8068 * org.texi (Clean view): Document new startup options.
8069
8070 2006-03-11 Bill Wohler <wohler@newt.com>
8071
8072 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
8073 (Composing, Scan Line Formats): Fix @refs.
8074 (Getting Started): Define MH profile and MH profile components.
8075 (Incorporating Mail, Reading Mail, Viewing, Printing)
8076 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
8077 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
8078 for string constants.
8079 (Tool Bar): Remove spurious quote.
8080 (Junk): Use ``...'' instead of "...".
8081 (Scan Line Formats): Replace @samp with @kbd.
8082
8083 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
8084
8085 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
8086
8087 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
8088
8089 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
8090 easy to understand.
8091
8092 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
8093
8094 * gnus.texi: Markup fix.
8095 (Fancy Mail Splitting): Specify new feature.
8096
8097 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
8098
8099 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
8100 partial-words matching.
8101
8102 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
8103
8104 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
8105
8106 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
8107 (MIME Commands): Fix mm-discouraged-alternatives.
8108
8109 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
8110
8111 * org.texi: Version number change only.
8112
8113 2006-03-06 Bill Wohler <wohler@newt.com>
8114
8115 * mh-e.texi: Move from SourceForge repository to Savannah.
8116 This is version 7.93, which is a total rewrite from the previous
8117 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
8118 version 7.93.
8119
8120 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8121
8122 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
8123
8124 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
8125
8126 * org.texi (Interaction): Add item about `org-mouse.el' by
8127 Piotr Zielinski.
8128 (Managing links): Document that also mouse-1 can be used to
8129 activate a link.
8130 (Headlines, FAQ): Add entry about hiding leading stars.
8131 (Miscellaneous): Resort the sections in this chapter to a more
8132 logical sequence.
8133
8134 2006-02-27 Simon Josefsson <jas@extundo.com>
8135
8136 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
8137 2004-01-27 from the trunk).
8138
8139 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8140
8141 * cc-mode.texi: Rename c-hungry-backspace to
8142 c-hungry-delete-backwards, at the request of RMS. Leave the old
8143 name as an alias.
8144
8145 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8146
8147 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
8148 include the function header within the defun.
8149
8150 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8151
8152 * cc-mode.texi: Correct two typos.
8153
8154 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8155
8156 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
8157 existing comment.
8158 (Electric Keys): Add a justification for electric indentation.
8159 (Hungry WS Deletion): Clear up the names and complications of the
8160 BACKSPACE and DELETE keys.
8161
8162 2006-02-23 Juri Linkov <juri@jurta.org>
8163
8164 * faq.texi (Common requests): Move `Turning on auto-fill by
8165 default' after `Wrapping words automatically'. Move `Working with
8166 unprintable characters' before `Searching for/replacing newlines'.
8167 Move `Replacing highlighted text' after `Highlighting a region'.
8168 Merge `Repeating commands' and `Repeating a command as many times
8169 as possible' into the former.
8170 (Packages that do not come with Emacs): Add refs to Gmane and
8171 etc/MORE.STUFF.
8172
8173 2006-02-23 Juri Linkov <juri@jurta.org>
8174
8175 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
8176 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
8177 Add xref to `(emacs)Reporting Bugs'.
8178 (Getting a printed manual): Add URL to other formats of the manual.
8179 (Common requests): Fix menu.
8180 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
8181 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
8182 (Inserting text at the beginning of each line): Add pxref to
8183 `Changing the included text prefix'.
8184 (Forcing the cursor to remain in the same column): Mention `track-eol'
8185 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
8186 (Replacing text across multiple files): Add keybinding `Q' for
8187 `dired-do-query-replace'.
8188
8189 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
8190
8191 * reftex.texi: Version number and date change only.
8192
8193 * org.texi (Internal Links): Rewrite to cover the modified
8194 linking system.
8195
8196 2006-02-17 Eli Zaretskii <eliz@gnu.org>
8197
8198 * faq.texi: Remove the coding cookie, it's not needed anymore.
8199
8200 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8201
8202 * faq.texi (Colors on a TTY): Mention Mac OS port.
8203
8204 2006-02-12 Karl Berry <karl@gnu.org>
8205
8206 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
8207 8-bit accented a.
8208
8209 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
8210
8211 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
8212
8213 2006-02-08 Romain Francoise <romain@orebokech.com>
8214
8215 * faq.texi (Top): Remove paragraph about the FAQ being a
8216 transitional document, etc.
8217 (Searching for/replacing newlines): New node.
8218 (Yanking text in isearch): New node.
8219 (Inserting text at the beginning of each line): Rename and make
8220 more general, mention `M-;' in Message mode.
8221
8222 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
8223
8224 * faq.texi (Meta key does not work in xterm)
8225 (Emacs does not display 8-bit characters)
8226 (Inputting eight-bit characters): Update xrefs.
8227
8228 2006-02-06 Romain Francoise <romain@orebokech.com>
8229
8230 * faq.texi (VM): VM now at version 7.19.
8231 Set myself as maintainer of this file.
8232
8233 2006-02-04 Michael Olson <mwolson@gnu.org>
8234
8235 * erc.texi (History): Note that ERC is now included with Emacs.
8236
8237 2006-01-31 Romain Francoise <romain@orebokech.com>
8238
8239 * message.texi (Message Headers): Explain what
8240 `message-alternative-emails' does in more detail.
8241 Update copyright year.
8242
8243 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
8244
8245 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
8246
8247 2006-01-29 Richard M. Stallman <rms@gnu.org>
8248
8249 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
8250
8251 2006-01-29 Michael Olson <mwolson@gnu.org>
8252
8253 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
8254
8255 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
8256
8257 * faq.texi (New in Emacs 22): Mention ERC.
8258
8259 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8260
8261 * rcirc.texi: Capitalize dir entry for consistency with the entry
8262 in info/dir and other entries in the Emacs category.
8263 Fix typos. Delete trailing whitespace.
8264
8265 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
8266
8267 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
8268
8269 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8270
8271 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
8272 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8273
8274 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
8275 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8276
8277 2006-01-27 Alex Schroeder <alex@gnu.org>
8278
8279 * rcirc.texi: New file.
8280
8281 2006-01-23 Juri Linkov <juri@jurta.org>
8282
8283 * widget.texi (User Interface): Add S-TAB for widget-backward.
8284
8285 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
8286
8287 Sync with Tramp 2.0.52.
8288
8289 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
8290 Add Tramp disabling item. New item for common connection problems.
8291 (various): Apply "ftp" as method for the download URL.
8292 (Bug Reports): Refer to FAQ for common problems.
8293
8294 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8295
8296 * widget.texi (User Interface): Use @key for TAB.
8297
8298 * ses.texi (Formulas, Printer functions): Use @key for TAB.
8299
8300 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
8301 for TAB.
8302
8303 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
8304
8305 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8306
8307 * gnus.texi: Update copyright.
8308
8309 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8310
8311 * gnus.texi (Article Washing): Additions.
8312
8313 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
8314
8315 * org.texi (Agenda commands): Document tags command.
8316
8317 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8318
8319 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
8320
8321 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8322
8323 * gnus.texi (RSS): Addition.
8324
8325 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8326
8327 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
8328
8329 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8330
8331 * emacs-mime.texi (Display Customization): Add setting example to
8332 mm-discouraged-alternatives.
8333
8334 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
8337 version is the canonical version.
8338
8339 2006-01-08 Alex Schroeder <alex@gnu.org>
8340
8341 * pgg.texi (Caching passphrase): Rewording.
8342
8343 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8344
8345 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
8346 repository URL.
8347
8348 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
8349
8350 * org.texi: Removed the accidentally re-added empty line in the
8351 direntry.
8352
8353 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8354
8355 * org.texi (Agenda Views): Chapter reorganized.
8356
8357 2005-12-29 Romain Francoise <romain@orebokech.com>
8358
8359 * faq.texi (Using Customize): New node.
8360
8361 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8362
8363 * org.texi: Remove blank line in @direntry. It is non-standard
8364 and recursively produces blank lines all over the dir file (when
8365 using Texinfo 4.8).
8366
8367 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8368
8369 * widget.texi (atoms): Delete obsolete remark about `file' widget.
8370
8371 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8372
8373 * org.texi (Tags): Boolean logic documented.
8374 (Agenda Views): Document custom commands.
8375
8376 2005-12-20 David Kastrup <dak@gnu.org>
8377
8378 * faq.texi (AUCTeX): Update version and mailing list info.
8379
8380 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8381
8382 * gnus.texi (MIME Commands): Mention addition of
8383 multipart/alternative to gnus-buttonized-mime-types and add xref
8384 to mm-discouraged-alternatives.
8385
8386 * emacs-mime.texi (Display Customization): Mention addition of
8387 "image/.*" and add xref to gnus-buttonized-mime-types in the
8388 mm-discouraged-alternatives section.
8389
8390 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8391
8392 * org.texi (Tags): New section.
8393 (Agenda Views): Chapter reorganized.
8394
8395 2005-12-16 Eli Zaretskii <eliz@gnu.org>
8396
8397 * org.texi (Internal Links): Add a missing comma after an @xref.
8398
8399 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
8400
8401 * faq.texi (Filling paragraphs with a single space): No need to
8402 change sentence-end now.
8403
8404 2005-12-13 Romain Francoise <romain@orebokech.com>
8405
8406 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
8407
8408 2005-12-12 Jay Belanger <belanger@truman.edu>
8409
8410 * faq.texi (Calc): Update version number.
8411
8412 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8413
8414 * org.texi (Progress Logging): New section.
8415
8416 2005-12-10 Romain Francoise <romain@orebokech.com>
8417
8418 Update the Emacs FAQ for the 22.1 release.
8419
8420 * faq.texi: Set VER to `22.1'.
8421 (Basic editing): Explain how to use localized versions of the
8422 Tutorial. Mention that `C-h r' displays the manual.
8423 Delete obsolete WWW link to an Emacs 18 tutorial.
8424 (Getting a printed manual): Point to the new locations of the
8425 manuals on the GNU Web site.
8426 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
8427 available via Info (it was previously distributed separately).
8428 (Installing Texinfo documentation): The latest version of Texinfo
8429 is 4.8, not 4.0.
8430 (Informational files for Emacs): COPYING is the GNU General Public
8431 License, not the Emacs General Public License.
8432 (Informational files for Emacs): Delete obsolete link to the
8433 GNUinfo pages as they have been removed from the GNU Web site.
8434 (New in Emacs 22): New node.
8435 (Setting up a customization file): Say that most packages support
8436 Customize nowadays.
8437 (Colors on a TTY): Delete reference to instructions on how to
8438 enable syntax highlighting, it is now enabled by default.
8439 (Turning on abbrevs by default): Emacs now reads the abbrevs file
8440 at startup automatically.
8441 (Controlling case sensitivity): Mention `M-c' in isearch.
8442 (Using an already running Emacs process): Emacs now creates the
8443 socket in `/tmp/emacsUID'. Fix typos. Change default location of
8444 gnuserv. As emacsclient can now run Lisp code as well, delete a
8445 sentence praising gnuserv for that. Simplify description of how
8446 the client/server operation works.
8447 (Compiler error messages): Delete obsolete text (compile.el has
8448 been rewritten).
8449 (Indenting switch statements): Fix typo.
8450 (Matching parentheses): Simplify setup instructions, mention the
8451 menu bar item in the Options menu.
8452 (Repeating a command as many times as possible): Mention `C-x e'.
8453 (Going to a line by number): Mention new keymap and bindings
8454 `M-g M-g', `M-g M-p' and `M-g M-n'.
8455 (Turning on syntax highlighting): Now on by default. Simplify.
8456 (Replacing highlighted text): Use `1', not `t'.
8457 (Problems with very large files): The maximum size is now 256MB on
8458 32-bit machines.
8459 (^M in the shell buffer): Mention `comint-process-echoes'.
8460 (Emacs for Apple computers): Emacs 22 has native support for Mac
8461 OS X.
8462 (Translating names to IP addresses): Delete node.
8463 (Binding keys to commands): Fix typo.
8464 (SPC no longer completes file names): New node.
8465 (MIME with Emacs mail packages): Delete section about the Emacs
8466 MIME FAQ (it's not reachable anymore).
8467
8468 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8469
8470 * cc-mode.texi: The manual has been extensively revised: the
8471 information about using CC Mode has been separated from the larger
8472 and more difficult chapters about configuration. It has been
8473 updated for CC Mode 5.31.
8474
8475 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8476
8477 * pgg.texi (User Commands): Fix description of pgg-verify-region.
8478 (Selecting an implementation): Fix descriptions.
8479
8480 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8481
8482 * message.texi (Various Message Variables): Addition.
8483
8484 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8485
8486 * message.texi: Fix default values.
8487
8488 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8489
8490 * message.texi (Header Commands): Clarify descriptions of
8491 message-cross-post-followup-to, message-reduce-to-to-cc, and
8492 message-insert-wide-reply.
8493 (Various Commands): Fix kindex for message-kill-to-signature;
8494 clarify description of message-tab.
8495
8496 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
8497
8498 * message.texi (Mailing Lists): Fix description about MFT.
8499
8500 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
8501
8502 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8503
8504 * gnus.texi (Slow Terminal Connection): Replace old description
8505 with new one.
8506
8507 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
8508
8509 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
8510 replace X-Draft-Headers with X-Draft-From.
8511
8512 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8513
8514 * gnus.texi (Various Various): Fix the default value of
8515 nnheader-max-head-length.
8516 (Gnus Versions): Fix typo.
8517
8518 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8519
8520 * org.texi (Structure editing): Document new functionality of
8521 M-RET.
8522
8523 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
8524
8525 * org.texi (Internal Links): Fix Texinfo usage.
8526
8527 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8528
8529 * org.texi (TODO basics): Document the global todo list.
8530 (TODO items): Documents sparse tree for specific TODO
8531 keywords.
8532
8533 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
8534
8535 * org.texi (Plain Lists): Typos fixed.
8536
8537 2005-11-28 Jay Belanger <belanger@truman.edu>
8538
8539 * calc.texi: Change references of `M-#' to `C-x *' prefix.
8540
8541 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
8542
8543 * org.texi (Structure editing): New item moving commands added.
8544 (Plain Lists): New section.
8545
8546 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
8547
8548 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
8549 (Agenda): Document commands `org-cycle-agenda-files' and
8550 `org-agenda-file-to-front'.
8551 (Built-in table editor): Document `org-table-sort-lines'.
8552 (HTML formatting): Export of hand-formatted lists.
8553
8554 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8555
8556 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
8557 new variable gnus-toolbar-thickness.
8558
8559 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
8560
8561 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
8562
8563 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8564
8565 * gnus.texi (X-Face): Fix description.
8566 (XVarious): Remove gnus-xmas-logo-color-alist and
8567 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
8568
8569 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8570
8571 * gnus.texi (Group Parameters): Mention new variable
8572 gnus-parameters-case-fold-search.
8573 (Home Score File): Addition.
8574
8575 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8576
8577 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
8578 (Overview): List supported feed types.
8579 (Installation): No installation necessary when using autoload.
8580 (Configuration): Rename "RSS" to "news".
8581
8582 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8583
8584 * pgg.texi (User Commands): Document additional passphrase
8585 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
8586 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
8587
8588 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8589
8590 * org.texi: Version number changed to 3.19.
8591
8592 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
8593
8594 * pgg.texi (How to use): Update the example to add autoload of
8595 pgg-encrypt-symmetric-region.
8596 (User Commands): Document pgg-encrypt-symmetric-region.
8597 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
8598
8599 2005-10-27 Jay Belanger <belanger@truman.edu>
8600
8601 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
8602 mention other TeX-related units.
8603
8604 2005-10-23 Lars Hansen <larsh@soem.dk>
8605
8606 * dired-x.texi (Miscellaneous Commands):
8607 Replace dired-do-relative-symlink by dired-do-relsymlink and
8608 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
8609
8610 2005-10-23 Jay Belanger <belanger@truman.edu>
8611
8612 * calc.texi (Predefined Units): Use `alpha' for the fine structure
8613 constant.
8614
8615 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8616
8617 * faq.texi (Bugs and problems):
8618 Replace `dired-move-to-filename-regexp' by
8619 `directory-listing-before-filename-regexp'.
8620
8621 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8622
8623 * newsticker.texi (UPDATED): Set value.
8624
8625 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
8626
8627 * gnus.texi (Document Groups): Remove duplicate item.
8628
8629 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
8630
8631 * org.texi (Summary): Mention iCalendar support.
8632 (Exporting): Document iCalendar support.
8633
8634 2005-10-18 Romain Francoise <romain@orebokech.com>
8635
8636 * viper.texi (Viper Specials): Capitalize GNU.
8637
8638 2005-10-17 Juri Linkov <juri@jurta.org>
8639
8640 * info.texi (Getting Started, Search Index, Expert Info):
8641 Fix wording.
8642 (Search Text): Replace `echo area' with `mode line'.
8643 (Search Index): Both `i' and `,' find all index entries.
8644 Replace example `C-f' with `C-l' (which exists in index of Info
8645 manual) and delete spaces in its keyboard input sequence.
8646 Delete unnecessary explanations about literal characters.
8647
8648 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
8649
8650 * gnus.texi (Document Server Internals): Addition.
8651
8652 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8653
8654 * gnus.texi (A note on namespaces): Fix RFC reference.
8655
8656 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8657
8658 * gnus.texi (RSS): Fix key description.
8659
8660 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8661
8662 * gnus.texi: Emacs/w3 -> Emacs/W3.
8663 (Browsing the Web): Fix description.
8664 (Web Searches): Ditto.
8665 (Customizing W3): Ditto.
8666
8667 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8668
8669 * gnus.texi (Maildir): Clarify expire-age and expire-group.
8670
8671 2005-10-11 Jay Belanger <belanger@truman.edu>
8672
8673 * calc.texi (Integration): Mention using `a i' to compute definite
8674 integrals.
8675
8676 2005-10-11 Juri Linkov <juri@jurta.org>
8677
8678 * info.texi: Rearrange nodes.
8679 (Top): Update menu. Change ref `Info for Experts' to
8680 `Advanced Info Commands'.
8681 (Getting Started): Fix description of manual's parts.
8682 (Help-Int): Change xref `Info Search' to `Search Index', and
8683 `Expert Info' to `Advanced'.
8684 (Advanced): Move node one level up.
8685 (Search Text, Search Index): New nodes split out from `Info Search'.
8686 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
8687 split out from `Advanced'.
8688 (Advanced, Emacs Info Variables): De-document editing an Info file
8689 in Info.
8690 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
8691 (Creating an Info File): Delete node and move its text to
8692 `Expert Info'.
8693
8694 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
8695
8696 * org.texi (Workflow states): Documented that change in keywords
8697 becomes active only after restart of Emacs.
8698
8699 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
8700
8701 Sync with Tramp 2.0.51.
8702
8703 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
8704
8705 * speedbar.texi (Introduction): Describe new location of speedbar
8706 on menubar.
8707 (Basic Key Bindings): Remove descriptions of bindings that have
8708 been removed.
8709
8710 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
8711
8712 * speedbar.texi (GDB): Describe use of watch expressions.
8713
8714 2005-09-28 Simon Josefsson <jas@extundo.com>
8715
8716 * message.texi (IDNA): Fix.
8717
8718 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8719
8720 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
8721 nntp-server-hook, and nntp-warn-about-losing-connection; fix
8722 description of nntp-open-connection-function.
8723 (Common Variables): Fix descriptions.
8724
8725 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
8726
8727 * gnus.texi (Server Buffer Format): Document the %a format spec.
8728
8729 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8730
8731 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
8732
8733 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
8734
8735 * org.texi Version 3.16.
8736
8737 2005-09-19 Miles Bader <miles@gnu.org>
8738
8739 * newsticker.texi: Get rid of CVS keywords.
8740
8741 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8742
8743 * gnus.texi (Finding the Parent): Fix description of how Gnus
8744 finds article.
8745
8746 2005-09-14 Jari Aalto <jari.aalto@cante.net>
8747
8748 * gnus.texi (Advanced Scoring Examples): New examples to teach how
8749 to drop off non-answered articles.
8750
8751 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
8752
8753 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
8754 braces (which are unsupported by NMAKE) for macro `srcdir'.
8755
8756 2005-09-17 Eli Zaretskii <eliz@gnu.org>
8757
8758 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8759 (../info/newsticker, newsticker.dvi): New targets.
8760
8761 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
8762
8763 * newsticker.texi: Replace @command with @code. Replace @example
8764 with @lisp.
8765 (Top): Add explanations to menu items.
8766 (GNU Free Documentation License): Remove.
8767
8768 2005-09-16 Romain Francoise <romain@orebokech.com>
8769
8770 Update all files to specify GFDL version 1.2.
8771
8772 * doclicense.texi (GNU Free Documentation License): Update to
8773 version 1.2.
8774
8775 2005-09-15 Richard M. Stallman <rms@gnu.org>
8776
8777 * newsticker.texi: Fix @setfilename.
8778
8779 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8780 (../info/newsticker, newsticker.dvi): New targets.
8781
8782 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
8783
8784 * org.texi: Version 3.15.
8785
8786 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
8787
8788 * ses.texi: Combine all three indices into one.
8789 Correct a few typos.
8790
8791 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
8792
8793 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
8794
8795 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8796
8797 * emacs-mime.texi (Handles): Remove duplicate item.
8798 (Encoding Customization): Fix the default value for
8799 mm-coding-system-priorities.
8800 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
8801 (Basic Functions): Fix reference.
8802
8803 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8804
8805 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
8806
8807 2005-08-18 Richard M. Stallman <rms@gnu.org>
8808
8809 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
8810 and web site.
8811
8812 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
8813 not keyboard-translate.
8814
8815 2005-08-11 Richard M. Stallman <rms@gnu.org>
8816
8817 * faq.texi (Using regular expressions): Fix xref.
8818
8819 2005-08-09 Juri Linkov <juri@jurta.org>
8820
8821 * info.texi (Help-P): Replace `Prev' with `Previous'.
8822 (Help-M, Help-Xref): Add S-TAB.
8823 (Help-FOO): Update `u' command.
8824 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8825 Update info about visibility of xref parts.
8826 (Help-Int): Fix `m' command. Rename `Info-last' to
8827 `Info-history-back'. Add `Info-history-forward'.
8828 (Advanced): Fix `g*' and `M-n' commands.
8829 (Info Search): Add `index-apropos' in stand-alone browser.
8830 Add isearch commands.
8831 (Emacs Info Variables): Remove `Info-fontify'.
8832 Add `Info-mode-hook'. Update face names.
8833 Add `Info-fontify-maximum-menu-size',
8834 `Info-fontify-visited-nodes', `Info-isearch-search'.
8835
8836 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
8837
8838 Sync with Tramp 2.0.50.
8839
8840 * tramp.texi: Use @option{} consequently for method names.
8841 (Inline methods, External transfer methods): Remove references to
8842 Cygwin.
8843 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8844 implementation.
8845
8846 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8847
8848 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8849 Mention that gnus-init-file is not read when Emacs is invoked with
8850 --no-init-file or -q.
8851
8852 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
8853
8854 * org.texi: Version 3.14.
8855
8856 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
8857
8858 * org.texi: Version 3.13.
8859
8860 2005-07-18 Juri Linkov <juri@jurta.org>
8861
8862 * calc.texi (Time Zones, Logical Operations):
8863 * cl.texi (Overview):
8864 * org.texi (TODO types):
8865 * sc.texi (Emacs 18 MUAs):
8866 * speedbar.texi (Top):
8867 * url.texi (History):
8868 Delete duplicate duplicate words.
8869
8870 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
8871
8872 * cl.texi (Type Predicates): Document `atom' type.
8873
8874 2005-07-04 Lute Kamstra <lute@gnu.org>
8875
8876 Update FSF's address in GPL notices.
8877
8878 * calc.texi (Copying):
8879 * doclicense.texi (GNU Free Documentation License):
8880 * faq.texi (Contacting the FSF):
8881 * mh-e.texi (Copying): Update FSF's address.
8882
8883 2005-07-03 Richard M. Stallman <rms@gnu.org>
8884
8885 * flymake.texi (Example -- Configuring a tool called directly):
8886 Update name of flymake-build-relative-filename.
8887
8888 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8889
8890 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8891
8892 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
8893
8894 * org.texi: Version 3.12.
8895
8896 2005-06-24 Eli Zaretskii <eliz@gnu.org>
8897
8898 * makefile.w32-in (MAKEINFO): Use --force.
8899 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8900 Makefile.in.
8901 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8902 more shells.
8903
8904 2005-06-23 Richard M. Stallman <rms@gnu.org>
8905
8906 * speedbar.texi (Creating a display): Texinfo usage fixes.
8907
8908 * tramp.texi (Customizing Completion, Auto-save and Backup):
8909 Texinfo usage fixes.
8910
8911 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
8912
8913 * dired-x.texi (Miscellaneous Commands):
8914 * ediff.texi (Miscellaneous):
8915 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8916 (Agent Variables):
8917 * info.texi (Help-Xref):
8918 * message.texi (Message Headers):
8919 * org.texi (Remember):
8920 * reftex.texi (Options (Defining Label Environments)):
8921 (Options (Index Support)):
8922 (Options (Viewing Cross-References)):
8923 (Options (Misc)):
8924 (Changes):
8925 * speedbar.texi (Creating a display):
8926 * tramp.texi (Customizing Completion, Auto-save and Backup):
8927 Texinfo usage fix.
8928
8929 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8930
8931 * org.texi: Version 3.11.
8932
8933 2005-06-12 Jay Belanger <belanger@truman.edu>
8934
8935 * calc.texi (Getting Started): Remove extra menu item.
8936
8937 2005-05-31 Jay Belanger <belanger@truman.edu>
8938
8939 * calc.texi (Notations Used in This Manual): Use @kbd for key
8940 sequence.
8941 (Demonstration of Calc): Mention another way of starting Calc.
8942 (Starting Calc): Mention long name of M-#.
8943 (Embedded Mode Overview): Remove unnecessary instruction.
8944 (Other M-# commands): Rephrase `M-# 0' explanation.
8945 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8946 reflect current behavior.
8947
8948 2005-05-30 Jay Belanger <belanger@truman.edu>
8949
8950 * calc.texi (Hooks): Change description of calc-window-hook and
8951 calc-trail-window-hook to match usage.
8952 (Computational Functions): Add more constant-generating functions.
8953 (Customizable Variables): Use defvar.
8954
8955 2005-05-28 Jay Belanger <belanger@truman.edu>
8956
8957 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8958 (Basic Embedded Mode): Explain behavior of arguments to
8959 calc-embedded-mode.
8960
8961 2005-05-27 Jay Belanger <belanger@truman.edu>
8962
8963 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8964 current behavior.
8965
8966 2005-05-25 Jay Belanger <belanger@truman.edu>
8967
8968 * calc.texi: Change Calc version number throughout.
8969 (Keypad Mode): Change location in info output.
8970 (Keypad mode overview): Move picture of keypad.
8971
8972 2005-05-21 Jay Belanger <belanger@truman.edu>
8973
8974 * calc.texi (Storing variables): Mention that only most variables
8975 are void to begin with.
8976
8977 2005-05-21 Kevin Ryde <user42@zip.com.au>
8978
8979 * widget.texi (Basic Types): Update cross ref from "Enabling
8980 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8981 lispref/text.texi change.
8982
8983 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
8984
8985 * org.texi: Version 3.09.
8986
8987 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
8988
8989 * reftex.texi: Version 4.28.
8990
8991 2005-05-16 Jay Belanger <belanger@truman.edu>
8992
8993 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8994
8995 2005-05-14 Jay Belanger <belanger@truman.edu>
8996
8997 * calc.texi (Default Simplifications): Insert missing ! (logical
8998 not operator).
8999
9000 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
9001
9002 Sync with Tramp 2.0.49.
9003
9004 2005-05-10 Jay Belanger <belanger@truman.edu>
9005
9006 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
9007 to 1.
9008
9009 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9010
9011 * org.texi: Version 3.08, structure reorganized.
9012
9013 2005-04-24 Richard M. Stallman <rms@gnu.org>
9014
9015 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
9016
9017 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9018
9019 * org.texi: Update to version 3.06.
9020
9021 2005-04-13 Lute Kamstra <lute@gnu.org>
9022
9023 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
9024
9025 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
9026
9027 * cl.texi (Porting Common Lisp): Fix typo.
9028
9029 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9030
9031 * gnus.texi (RSS): Addition.
9032
9033 2005-04-04 Jay Belanger <belanger@truman.edu>
9034
9035 * calc.texi: Change Calc version number.
9036 (Customizable variables): Fix description of calc-language-alist.
9037 (Copying): Put in version 2 of GPL.
9038
9039 2005-04-01 Jay Belanger <belanger@truman.edu>
9040
9041 * calc.texi (Troubleshooting Commands): Remove comment about
9042 installation.
9043 (Installation): Remove section.
9044 (Customizable Variables): New section.
9045 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
9046 (Graphical Devices): Add references to Customizable Variables.
9047
9048 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
9049
9050 * emacs-mime.texi (Display Customization): Markup fixes.
9051 (rfc2047): Update.
9052
9053 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
9054
9055 * gnus-faq.texi: Replaced with auto-generated version.
9056
9057 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9058
9059 * dired-x.texi (Multiple Dired Directories): default-directory was
9060 renamed to dired-default-directory.
9061
9062 2005-03-26 Jay Belanger <belanger@truman.edu>
9063
9064 * calc.texi (Simplifying Formulas, Rewrite Rules):
9065 Change description of top and bottom of fraction.
9066 (Modulo Forms): Move description of how to create modulo forms to
9067 earlier in the section.
9068 (Fraction Mode): Suggest using : to get a fraction by dividing.
9069 (Basic Arithmetic): Adjust placement of command name.
9070 (Truncating the Stack): Emphasize that "hidden" entries are still
9071 visible.
9072 (Installation): Move discussion of printing manual to "About This
9073 Manual".
9074 (About This Manual): Mention how to print the manual.
9075 (Reporting Bugs): Remove first person.
9076 (Building Vectors): Add algebraic version of append.
9077 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
9078 (Grouping Digits): Fix typo.
9079
9080 2005-03-25 Werner Lemberg <wl@gnu.org>
9081
9082 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
9083 Replace `legal' with `valid'.
9084
9085 2005-03-25 Werner Lemberg <wl@gnu.org>
9086
9087 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
9088
9089 2005-03-24 Jay Belanger <belanger@truman.edu>
9090
9091 * calc.texi (General Mode Commands)
9092 (Mode Settings in Embedded Mode): Add some explanation of
9093 recording mode settings.
9094
9095 2005-03-24 Richard M. Stallman <rms@gnu.org>
9096
9097 * calc.texi: Remove praise of non-free software.
9098
9099 * idlwave.texi: Don't say where to get IDL or its non-free manual.
9100 (Installation): Node deleted.
9101
9102 2005-03-23 Richard M. Stallman <rms@gnu.org>
9103
9104 * url.texi (HTTP language/coding): Improve last change.
9105
9106 2005-03-22 Jay Belanger <belanger@truman.edu>
9107
9108 * calc.texi (Embedded Mode): Add new information on changing
9109 modes.
9110
9111 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
9112
9113 Sync with Tramp 2.0.48.
9114
9115 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
9116
9117 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
9118 "GNU/Linux". Change all addresses to .gnu.org.
9119 (Default Method): Offer shortened syntax for "su" and "sudo"
9120 methods.
9121
9122 2005-03-07 Richard M. Stallman <rms@gnu.org>
9123
9124 * url.texi: Fix usage of "e.g.".
9125 (HTTP language/coding): Explain the rules for these strings.
9126
9127 2005-03-06 Richard M. Stallman <rms@gnu.org>
9128
9129 * woman.texi (Introduction): Minor cleanups.
9130
9131 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
9132
9133 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
9134 (Installation): Node deleted.
9135
9136 * mh-e.texi (Preface): Get rid of "Emacs 21".
9137
9138 * eshell.texi (Installation): Delete node (for Emacs 20).
9139
9140 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
9141
9142 * flymake.texi: Refill and tweak style in @lisp blocks.
9143
9144 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9145
9146 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
9147
9148 2005-03-01 Jay Belanger <belanger@truman.edu>
9149
9150 * calc.texi (Trigonometric and Hyperbolic Functions):
9151 Mention additional functions.
9152 (Algebraic Simplifications): Mention additional simplifications.
9153
9154 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
9155
9156 * ses.texi: Add concept/function/variable indices (this work was
9157 donated by Brad Collins <brad@chenla.org>, copyright-assignment
9158 papers on file at FSF).
9159
9160 2005-02-10 Jay Belanger <belanger@truman.edu>
9161
9162 * calc.texi: Change @LaTeX to La@TeX throughout.
9163 Redefine @expr as @math for TeX output.
9164 Redefine @texline as a no-op for TeX output.
9165 Define @tfn, replace @t by @tfn throughout.
9166
9167 2005-02-09 Jay Belanger <belanger@truman.edu>
9168
9169 * calc.texi: Add macro for LaTeX for info output.
9170
9171 2005-02-08 Kim F. Storm <storm@cua.dk>
9172
9173 * texinfo.tex (LaTex): Add def.
9174
9175 2005-02-06 Jay Belanger <belanger@truman.edu>
9176
9177 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
9178 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
9179 throughout manual.
9180
9181 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9182
9183 * gnus.texi: Some edits based on comments from David Abrahams.
9184
9185 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9186
9187 * gnus.texi (RSS): Fix the keystroke.
9188
9189 2005-01-24 David Kastrup <dak@gnu.org>
9190
9191 * faq.texi: Update AUCTeX version info.
9192
9193 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
9194
9195 * gnus-faq.texi ([4.1]): Typo.
9196
9197 2005-01-19 Jay Belanger <belanger@truman.edu>
9198
9199 * calc.texi (Keep Arguments): Mention that keeping arguments
9200 doesn't work with keyboard macros.
9201
9202 2005-01-16 Richard M. Stallman <rms@gnu.org>
9203
9204 * autotype.texi (Autoinserting): Fix small error.
9205
9206 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9207
9208 Sync with Tramp 2.0.47.
9209
9210 * tramp.texi (Compilation): New section, describing compilation of
9211 remote files.
9212
9213 2005-01-11 Kim F. Storm <storm@cua.dk>
9214
9215 * widget.texi (Basic Types): Add :follow-link keyword.
9216
9217 2005-01-09 Jay Belanger <belanger@truman.edu>
9218
9219 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
9220
9221 2005-01-08 Jay Belanger <belanger@truman.edu>
9222
9223 * calc.texi: Change throughout to reflect new default value of
9224 calc-settings-file.
9225
9226 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9227
9228 * message.texi (Reply): `message-reply-to-function' should return
9229 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
9230
9231 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
9232
9233 * faq.texi (Changing load-path): Fix typo.
9234
9235 2005-01-05 Jay Belanger <belanger@truman.edu>
9236
9237 * calc.texi (Programming Tutorial): Replace kbd command by
9238 appropriate characters for a keyboard macro.
9239
9240 2005-01-04 Jay Belanger <belanger@truman.edu>
9241
9242 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
9243 for Lucid Emacs.
9244 (Programming Tutorial): Mention that the user needs to be in the
9245 right mode to compute some functions.
9246
9247 2005-01-04 Jay Belanger <belanger@truman.edu>
9248
9249 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
9250 no longer applicable.
9251
9252 2005-01-01 Jay Belanger <belanger@truman.edu>
9253
9254 * calc.texi (Programming Tutorial): Change description of how to
9255 edit keyboard macros to match current behavior.
9256
9257 2004-12-31 Jay Belanger <belanger@truman.edu>
9258
9259 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
9260
9261 2004-12-20 Jay Belanger <belanger@truman.edu>
9262
9263 * calc.texi (Types Tutorial): Emphasize that you can't divide by
9264 zero.
9265
9266 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
9267
9268 * cc-mode.texi (Text Filling and Line Breaking): Put period after
9269 @xref.
9270 (Font Locking): Avoid @strong{Note:}.
9271
9272 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
9273
9274 Sync with Tramp 2.0.46.
9275
9276 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
9277
9278 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
9279
9280 * url.texi: Correct typos.
9281 (Retrieving URLs): @var{nil}->@code{nil}.
9282 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
9283 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
9284 (Dealing with HTTP documents): @inforef->@xref.
9285
9286 2004-12-15 Jay Belanger <belanger@truman.edu>
9287
9288 * calc.texi: Consistently capitalized all mode names.
9289 (Answers to Exercises): Mention that an answer can be a fraction
9290 when in Fraction mode.
9291
9292 2004-12-13 Jay Belanger <belanger@truman.edu>
9293
9294 * calc.texi: Fix some TeX definitions.
9295
9296 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
9297
9298 * reftex.texi (Imprint): Remove erroneous @value's.
9299
9300 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9301
9302 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
9303 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
9304
9305 2004-12-08 Jay Belanger <belanger@truman.edu>
9306
9307 * calc.texi (Starting Calc): Remove comment about installation.
9308 (Keypad Mode Overview): Remove comment about Emacs 19 support.
9309
9310 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9311
9312 * url.texi: Update @setfilename.
9313 (Getting Started): No need to worry about Gnus versions.
9314 (Dealing with HTTP documents): Use @inforef.
9315
9316 * org.texi: Fix @direntry file name.
9317
9318 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9319
9320 * url.texi: New file.
9321
9322 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
9323
9324 2004-12-06 Jay Belanger <belanger@truman.edu>
9325
9326 * calc.texi (Using Calc): Remove paragraph about installation.
9327
9328 2004-12-06 Jay Belanger <belanger@truman.edu>
9329
9330 * calc.texi: Use more Texinfo macros and less TeX defs.
9331 Remove @refill's.
9332
9333 2004-12-06 Richard M. Stallman <rms@gnu.org>
9334
9335 * org.texi: New file.
9336
9337 2004-12-05 Richard M. Stallman <rms@gnu.org>
9338
9339 * Makefile.in (org.dvi, ../info/org): New targets.
9340 (INFO_TARGETS): Add ../info/org.
9341 (DVI_TARGETS): Add org.dvi.
9342 (maintainer-clean): Remove the info files in the info dir.
9343
9344 2004-11-26 Eli Zaretskii <eliz@gnu.org>
9345
9346 * idlwave.texi: Fix the setfilename directive to put the produced
9347 file in ../info.
9348 (Continued Statement Indentation): Resurrect Jan D.'s change from
9349 2004-11-03 that was lost when a newer version of idlwave.texi was
9350 imported.
9351
9352 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9353
9354 * gnus-faq.texi ([5.1]): Add missing bracket.
9355
9356 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
9357 Index `spam-initialize'.
9358
9359 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9360
9361 * message.texi (Various Message Variables): Mention that all mail
9362 file variables are derived from `message-directory'.
9363
9364 * gnus.texi (Splitting Mail): Clarify bogus group.
9365
9366 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9367
9368 * emacs-mime.texi (Encoding Customization):
9369 Fix mm-coding-system-priorities entry.
9370
9371 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
9372
9373 * idlwave.texi (Continued Statement Indentation):
9374 * reftex.texi (Options (Index Support)):
9375 (Displaying and Editing the Index, Table of Contents):
9376 * speedbar.texi (Creating a display, Major Display Modes):
9377 Replace non-nil with non-@code{nil}.
9378
9379 2004-10-21 Jay Belanger <belanger@truman.edu>
9380
9381 * calc.texi (Algebraic-Style Calculations): Remove a comment.
9382
9383 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
9384
9385 * calc.texi (Reporting Bugs): Double up `@'.
9386
9387 2004-10-18 Jay Belanger <belanger@truman.edu>
9388
9389 * calc.texi (Reporting Bugs): Change the address that bugs
9390 should be sent to.
9391
9392 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9393
9394 * gnus.texi (New Features): Add 5.11.
9395
9396 * message.texi (Resending): Remove wrong default value.
9397
9398 * gnus.texi (Mail Source Specifiers): Describe possible problems
9399 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
9400 `pop3-leave-mail-on-server' to the index.
9401
9402 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9403
9404 * message.texi (Canceling News): Add how to set a password.
9405
9406 2004-10-12 Jay Belanger <belanger@truman.edu>
9407
9408 * calc.texi (Help Commands): Change the descriptions of
9409 calc-describe-function and calc-describe-variable to match their
9410 current behavior.
9411
9412 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9413
9414 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
9415
9416 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
9417
9418 Sync with Tramp 2.0.45.
9419
9420 * tramp.texi (Frequently Asked Questions): Comment paragraph about
9421 plink link. The URL is outdated. Originator contacted for
9422 clarification.
9423
9424 2004-10-10 Juri Linkov <juri@jurta.org>
9425
9426 * gnus.texi (Top, Marking Articles): Join two menus in one node
9427 because a node can have only one menu.
9428
9429 2004-10-09 Juri Linkov <juri@jurta.org>
9430
9431 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
9432 example of nnmail-split-fancy.
9433
9434 2004-10-06 Karl Berry <karl@gnu.org>
9435
9436 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
9437 consistency with other uses of dashes.
9438
9439 2004-10-05 Karl Berry <karl@gnu.org>
9440
9441 * info.texi: Consistently use --- throughout, periods at end of
9442 menu descriptions, and a couple typos.
9443
9444 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9445
9446 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
9447 * pgg.texi (User Commands, Backend methods): Do.
9448 * gnus.texi: Markup fixes.
9449 (Setting Process Marks): Fix `M P a' entry.
9450 * emacs-mime.texi: Fixes.
9451
9452 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9453
9454 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
9455 again.
9456 Use 5.10 instead of 5.10.0.
9457
9458 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9459
9460 * gnus.texi (Summary Mail Commands): S D e.
9461
9462 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
9463
9464 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
9465 the gnus-article-mode-line-format section.
9466
9467 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
9468
9469 * gnus.texi (Various Summary Stuff): Fix the documentation for
9470 gnus-newsgroup-variables.
9471
9472 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9473
9474 * gnus.texi (MIME Commands):
9475 Add gnus-mime-display-multipart-as-mixed,
9476 gnus-mime-display-multipart-alternative-as-mixed,
9477 gnus-mime-display-multipart-related-as-mixed.
9478 (Mail Source Customization): Clarify `mail-source-directory'.
9479 (Splitting Mail): Mention gnus-group-find-new-groups.
9480 (SpamOracle): Fix typo.
9481
9482 * gnus-faq.texi: Untabify.
9483 ([6.3]): nnir.el is in contrib directory.
9484
9485 * message.texi (News Headers): Clarify how a unique ID is created.
9486
9487 * gnus.texi (Batching Agents): Fix typo in example.
9488 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9489
9490 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
9491
9492 * gnus.texi (Group Parameters): Add more on hooks.
9493
9494 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
9495
9496 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
9497
9498 2004-09-22 Jay Belanger <belanger@truman.edu>
9499
9500 * calc.texi (Vectors as Lists): Add a warning that the tutorial
9501 might be hidden during part of the session.
9502
9503 2004-09-20 Jay Belanger <belanger@truman.edu>
9504
9505 * calc.texi (Notations Used in This Manual): Put in an earlier
9506 mention that DEL could be called Backspace.
9507
9508 2004-09-10 Simon Josefsson <jas@extundo.com>
9509
9510 * gnus.texi (IMAP): Add example. Suggested and partially written
9511 by Steinar Bang <sb@dod.no>.
9512
9513 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9514
9515 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
9516 netrc syntax.
9517
9518 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9519
9520 * gnus.texi (Spam ELisp Package Sequence of Events):
9521 Some clarifications.
9522 (Spam ELisp Package Global Variables): More clarifications.
9523
9524 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9525
9526 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
9527 Mention spam-split does not modify incoming mail.
9528
9529 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9530
9531 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
9532
9533 2004-09-10 Eli Zaretskii <eliz@gnu.org>
9534
9535 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
9536
9537 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9538
9539 * makefile.w32-in (sieve, pgg): Use $(infodir).
9540
9541 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
9542
9543 * makefile.w32-in: Fix PGG and Sieve entries.
9544
9545 2004-08-28 Eli Zaretskii <eliz@gnu.org>
9546
9547 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
9548 Emacs and related programs.
9549
9550 2004-08-27 Richard M. Stallman <rms@gnu.org>
9551
9552 * faq.texi: Fix texinfo usage, esp. doublequotes.
9553 (Difference between Emacs and XEmacs): Some clarification.
9554
9555 * faq.texi (Difference between Emacs and XEmacs):
9556 Explain not to contrast XEmacs with GNU Emacs.
9557
9558 2004-08-26 Richard M. Stallman <rms@gnu.org>
9559
9560 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
9561
9562 2004-08-22 David Kastrup <dak@gnu.org>
9563
9564 * reftex.texi (AUCTeX): Update links, section name.
9565
9566 * faq.texi (Calc): Update availability (included in 22.1).
9567 (AUCTeX): Update availability, information, versions, description.
9568
9569 2004-08-14 Eli Zaretskii <eliz@gnu.org>
9570
9571 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
9572
9573 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9574
9575 * cc-mode.texi: Various updates for CC Mode 5.30.9.
9576
9577 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
9578
9579 Sync with Tramp 2.0.44.
9580
9581 2004-08-05 Lars Hansen <larsh@math.ku.dk>
9582
9583 * widget.texi (User Interface): Update how to separate the
9584 editable field of an editable-field widget from other widgets.
9585 (Programming Example): Add text after field.
9586
9587 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9588
9589 * emacs-mime.texi (Encoding Customization): Add a note to the
9590 mm-content-transfer-encoding-defaults entry.
9591 (rfc2047): Update.
9592
9593 * gnus.texi (Article Highlighting):
9594 Add gnus-cite-ignore-quoted-from.
9595 (POP before SMTP): New node.
9596 (Posting Styles): Addition.
9597 (Splitting Mail): Add nnmail-split-lowercase-expanded.
9598 (Fancy Mail Splitting): Ditto.
9599 (X-Face): Add gnus-x-face.
9600
9601 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
9602
9603 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
9604 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
9605
9606 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9607
9608 * gnus.texi (Mail Source Specifiers):
9609 Describe `pop3-leave-mail-on-server'.
9610
9611 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
9612
9613 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
9614
9615 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
9616 repository. Change setfilename.
9617
9618 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
9619
9620 2004-07-02 Juri Linkov <juri@jurta.org>
9621
9622 * pcl-cvs.texi (Viewing differences): Add `d r'.
9623
9624 2004-06-29 Jesper Harder <harder@ifa.au.dk>
9625
9626 * ses.texi, viper.texi, flymake.texi, faq.texi:
9627 * eshell.texi, ediff.texi: Markup fixes.
9628
9629 2004-06-21 Karl Berry <karl@gnu.org>
9630
9631 * info.texi (Top): Mention that only Emacs has mouse support.
9632 (Getting Started): Mention this in a few other places.
9633
9634 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
9635
9636 * autotype.texi (Copyrights, Timestamps):
9637 Recommend `before-save-hook' instead of `write-file-functions'.
9638
9639 2004-06-13 Lars Hansen <larsh@math.ku.dk>
9640
9641 * dired-x.texi (dired-mark-omitted): Update keybinding.
9642
9643 2004-06-10 Kim F. Storm <storm@cua.dk>
9644
9645 * pcl-cvs.texi (Viewing differences): Add 'd y'.
9646
9647 2004-06-05 Lars Hansen <larsh@math.ku.dk>
9648
9649 * dired-x.texi (variable dired-omit-mode): Rename from
9650 dired-omit-files-p.
9651 (function dired-omit-mode): Rename from dired-omit-toggle.
9652 Call dired-omit-mode rather than set dired-omit-files-p.
9653 (dired-mark-omitted): Describe command.
9654
9655 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
9656
9657 Version 2.0.41 of Tramp released.
9658
9659 2004-05-29 Juanma Barranquero <lektu@terra.es>
9660
9661 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
9662 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9663
9664 2004-05-29 Richard M. Stallman <rms@gnu.org>
9665
9666 * cl.texi (Top): Call this chapter `Introduction'.
9667 (Overview): In TeX, no section heading here.
9668
9669 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
9670
9671 2004-05-29 Eli Zaretskii <eliz@gnu.org>
9672
9673 * Makefile.in (../info/flymake, flymake.dvi): New targets.
9674 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9675
9676 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
9677
9678 * flymake.texi: New file.
9679
9680 2004-05-28 Simon Josefsson <jas@extundo.com>
9681
9682 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
9683
9684 2004-05-07 Kai Großjohann <kai@emptydomain.de>
9685
9686 Version 2.0.40 of Tramp released.
9687
9688 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
9689
9690 Complete rework, based on review by Karl Berry <karl@gnu.org>.
9691
9692 * tramp.texi (Auto-save and Backup): Explain exploitation of new
9693 variables `tramp-backup-directory-alist' and
9694 `tramp-bkup-backup-directory-info'.
9695 (Overview, Connection types)
9696 (External transfer methods, Default Method)
9697 (Windows setup hints): Remove restriction of password entering
9698 with external methods.
9699 (Auto-save and Backup): Make file name example
9700 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
9701 and `auto-save-directory' must be used.
9702 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
9703 only "NT"). Remove doubled entry "What kinds of systems does
9704 @tramp{} work on".
9705 (tramp): Macro removed.
9706 (Obtaining Tramp): Flag removed from title.
9707 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
9708 and `trampver' used properly. Flag `tramp-inst' replaced by
9709 `installchapter'. Installation related text adapted.
9710
9711 2004-04-28 Masatake YAMATO <jet@gyve.org>
9712
9713 * widget.texi (Programming Example): Remove overlays.
9714
9715 2004-04-27 Jesper Harder <harder@ifa.au.dk>
9716
9717 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
9718
9719 2004-04-23 Juanma Barranquero <lektu@terra.es>
9720
9721 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9722
9723 2004-04-05 Jesper Harder <harder@ifa.au.dk>
9724
9725 * info.texi (Info Search): Add info-apropos.
9726
9727 2004-03-22 Juri Linkov <juri@jurta.org>
9728
9729 * faq.texi: Fix help key bindings.
9730
9731 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9732
9733 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
9734 (as suggested by Karl Berry). Update information about colored
9735 stars in menus. Add new subheading describing M-n.
9736
9737 2004-03-12 Richard M. Stallman <rms@gnu.org>
9738
9739 * cl.texi (Top): Rename top node's title.
9740
9741 2004-03-08 Karl Berry <karl@gnu.org>
9742
9743 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
9744 problems making the texinfo distribution.
9745
9746 2004-02-29 Simon Josefsson <jas@extundo.com>
9747
9748 * smtpmail.texi (Authentication): Change the list of supported
9749 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
9750 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
9751 <voegelas@gmx.net>.
9752
9753 2004-02-29 Juanma Barranquero <lektu@terra.es>
9754
9755 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9756 Use $(DEL) instead of rm, and ignore exit code.
9757
9758 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
9759
9760 Tramp version 2.0.39 released.
9761
9762 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9763
9764 * tramp.texi (Customizing Completion): Explain new functions
9765 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
9766 (all): Savannah URLs unified to "http://savannah.nongnu.org".
9767 (Top): Refer to Savannah mailing list as the major one.
9768 Mention older mailing lists in HTML mode only.
9769 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
9770 (Frequently Asked Questions): Remote hosts must not be Unix-like
9771 for "smb" method.
9772 (Password caching): New node.
9773 (External transfer methods): Refer to password caching for "smb"
9774 method.
9775
9776 2004-02-17 Karl Berry <karl@gnu.org>
9777
9778 * info.texi (Help-Int): Mention the new line number feature.
9779
9780 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9781
9782 * ses.texi (Advanced Features): New functionality for
9783 ses-set-header-row (defaults to current row unless C-u used).
9784 (Acknowledgements): Add Stefan Monnier.
9785
9786 2003-12-29 Kevin Ryde <user42@zip.com.au>
9787
9788 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
9789
9790 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
9791
9792 Tramp version 2.0.38 released.
9793
9794 * tramp.texi (Remote shell setup): Warn of environment variables
9795 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
9796 <sven.gabriel@imk.fzk.de>.
9797 (Configuration): Tramp now chooses base64/uuencode
9798 automatically. Update wording accordingly.
9799 (Top): More description for the `Default Method' menu entry.
9800 (Default Method): Use @code, not @var, for Lisp variables.
9801 (Default Method): New subsection `Which method is the right one
9802 for me?' Suggested by Christian Kirsch.
9803 (Configuration): Pointer to new subsection added.
9804 (Default Method): Too many "use" in one sentence.
9805 Rephrase. Reported by Christian Kirsch.
9806 (Filename Syntax): Old `su' example is probably a left-over from
9807 the sm/su method naming. Replace with `ssh', instead.
9808 (External transfer methods, Auto-save and Backup):
9809 Typo fixes.
9810
9811 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
9812
9813 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
9814 (Top): Mention japanese manual only if flag `jamanual' is set.
9815 Insert section `Japanese manual' in menu.
9816
9817 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9818
9819 * eshell.texi (Known Problems): Add doc item.
9820
9821 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9822
9823 * cc-mode.texi: Update for CC Mode 5.30.
9824
9825 Note: Please refrain from doing purely cosmetic changes like
9826 removing trailing whitespace in this manual; it clobbers cvs
9827 merging for no good reason.
9828
9829 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9830
9831 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9832 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9833 @acronym{ASCII}.
9834
9835 2003-10-26 Karl Berry <karl@gnu.org>
9836
9837 * info.texi (Info Search): Echo area, not echo are. From Debian
9838 diff.
9839
9840 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9841
9842 * widget.texi (Defining New Widgets): Document new behavior of
9843 :buttons and :children keywords.
9844
9845 2003-10-22 Miles Bader <miles@gnu.org>
9846
9847 * Makefile.in (info): Move before $(top_srcdir)/info.
9848
9849 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9850
9851 * tramp.texi (Inline methods): Small grammar fix.
9852 (External transfer methods): Likewise.
9853
9854 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
9855
9856 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9857
9858 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9859
9860 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9861
9862 2003-09-30 Richard M. Stallman <rms@gnu.org>
9863
9864 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9865
9866 * widget.texi (User Interface): Fix typos.
9867
9868 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9869
9870 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9871
9872 * pcl-cvs.texi (Selected Files): Fix typo.
9873
9874 2003-09-21 Karl Berry <karl@gnu.org>
9875
9876 * info.texi (] and [ commands): No period at end of section title.
9877
9878 2003-09-04 Miles Bader <miles@gnu.org>
9879
9880 * Makefile.in (top_srcdir): New variable.
9881 ($(top_srcdir)/info): New rule.
9882 (info): Depend on it.
9883
9884 2003-09-03 Peter Runestig <peter@runestig.com>
9885
9886 * makefile.w32-in: New file.
9887
9888 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9889
9890 * widget.texi (User Interface): Explain the need of static text
9891 around an editable field.
9892
9893 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9894
9895 * widget.texi (Basic Types): The argument to `:help-echo' can now
9896 be a form that evaluates to a string.
9897
9898 2003-08-18 Kim F. Storm <storm@cua.dk>
9899
9900 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9901
9902 2003-08-16 Richard M. Stallman <rms@gnu.org>
9903
9904 * dired-x.texi (Shell Command Guessing): Explain *.
9905
9906 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9907
9908 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9909 log-edit-insert-changelog.
9910
9911 2003-08-03 Karl Berry <karl@gnu.org>
9912
9913 * info.texi: Need @contents.
9914
9915 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
9916
9917 Tramp version 2.0.36 released.
9918
9919 * tramp.texi (Remote shell setup): Explain about problems with
9920 non-Bourne commands in ~/.profile and ~/.shrc.
9921
9922 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9923
9924 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9925 renaming of `vis-mode' to `visible-mode'.
9926
9927 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9928
9929 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9930 next, prev and up pointers.
9931
9932 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9933
9934 * info.texi (Help): Mention existence of Emacs and stand-alone
9935 Info at the very beginning of the tutorial.
9936 (Help-Inv): New node.
9937 (Help-]): New node.
9938 (Help-M): Systematically point out the differences between default
9939 Emacs and stand-alone versions. Delete second menu.
9940 (Help-Xref): Systematically point out the differences between
9941 default Emacs and stand-alone versions.
9942 (Help-Int): Change `l' example.
9943 (Expert Info): Fix typos.
9944 (Emacs Info Variables): Mention `Info-hide-note-references' and
9945 new default for `Info-scroll-prefer-subnodes'.
9946
9947 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
9948
9949 Version 2.0.35 of Tramp released.
9950
9951 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9952 (Inline methods): Add methods `remsh' and `plink1'.
9953 (External transfer methods): Add method `remcp'.
9954 (Multi-hop Methods): Add method `remsh'.
9955 Small patch from Adrian Aichner <adrian@xemacs.org>:
9956 Fix minor typos.
9957 (Concept Index): Add to make manual searchable via
9958 `Info-index'.
9959 (Version Control): Add cindex entry.
9960
9961 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
9962
9963 * trampver.texi: Version 2.0.34 released.
9964
9965 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9966
9967 * faq.texi: Improve previous changes.
9968
9969 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9970
9971 * faq.texi: Update copyright and maintenance details.
9972 Update some package URLs, versions, and maintainers.
9973 Remove many references to the Emacs Lisp Archive.
9974
9975 2003-04-23 Simon Josefsson <jas@extundo.com>
9976
9977 * smtpmail.texi: Fix license (the invariant sections mentioned has
9978 never been part of the smtp manual). Align info dir entry with
9979 other emacs packages.
9980
9981 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9982
9983 * tramp.texi: Version 2.0.33 released.
9984 Remove installation chapter. Remove XEmacs specifics.
9985
9986 2003-03-29 Richard M. Stallman <rms@gnu.org>
9987
9988 * tramp.texi (Top): Undo the previous renaming.
9989 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9990
9991 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
9992
9993 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9994 version of manual.
9995
9996 * tramp.texi (Auto-save and Backup): New node.
9997
9998 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9999
10000 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
10001 Emacs" in order to have better differentiation to "XEmacs".
10002 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
10003 are new macros in order to point to the other Emacs flavor where
10004 appropriate. In info case, point to node `Installation' in order
10005 to explain how to generate the other way. In html case, make a
10006 link to the other html file.
10007 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
10008 after CVS checkout/update.
10009 (Installation): Completely rewritten.
10010 (Installation parameters, Load paths): New sections under
10011 `Installation'.
10012
10013 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10014
10015 * tramp.texi: Version 2.0.30 released.
10016 Replace word "path" with "localname" where used as a component of
10017 a Tramp file name.
10018
10019 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
10020
10021 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
10022 introduced.
10023 (Installation): Explain what to do if files from the tramp/contrib
10024 directory are needed.
10025
10026 2003-02-23 Alex Schroeder <alex@emacswiki.org>
10027
10028 * smtpmail.texi (How Mail Works): New.
10029
10030 2003-02-22 Alex Schroeder <alex@emacswiki.org>
10031
10032 * smtpmail.texi: New file.
10033
10034 * Makefile.in: Build SMTP manual.
10035
10036 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10037
10038 * tramp.texi: Version 2.0.29 released.
10039 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
10040 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
10041
10042 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
10043
10044 * tramp.texi (Frequently Asked Questions): Explain a workaround if
10045 another package loads accidentally Ange-FTP.
10046
10047 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
10048
10049 * tramp.texi (Customizing Completion): Add function
10050 `tramp-parse-sconfig'. Change example of
10051 `tramp-set-completion-function', because parsing of ssh config
10052 files looks more natural.
10053
10054 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
10055
10056 * gnus.texi: Do not use `path' in several locations.
10057
10058 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10059
10060 * tramp.texi (External transfer methods): New method `smb'.
10061 From Michael Albinus.
10062
10063 2002-11-05 Karl Berry <karl@gnu.org>
10064
10065 * info.texi (Info-fontify): Reorder face list to avoid bad line
10066 breaks.
10067
10068 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10069
10070 * tramp.texi: Move @copying to standard place.
10071 Use @insertcopying.
10072
10073 2002-10-02 Karl Berry <karl@gnu.org>
10074
10075 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
10076 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
10077 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
10078 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
10079 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
10080 Per rms, update all manuals to use @copying instead of @ifinfo.
10081 Also use @ifnottex instead of @ifinfo around the top node, where
10082 needed for the sake of the HTML output.
10083 (The Gnus manual is not fixed since it's not clear to me how it
10084 works; and the Tramp manual already uses @copying, although in an
10085 unusual way. All others were changed.)
10086
10087 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
10088
10089 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
10090 (../info/ses, ses.dvi): New targets.
10091 * ses.texi: New file.
10092
10093 2002-09-06 Pavel Janík <Pavel@Janik.cz>
10094
10095 * texinfo.tex: Update to texinfo 4.2.
10096
10097 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
10098
10099 * reftex.texi: Update to RefTeX 4.19.
10100
10101 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10102
10103 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
10104 (../info/tramp, tramp.dvi): New targets.
10105
10106 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
10107
10108 * Makefile.in (DVI_TARGETS): Add calc.dvi.
10109 (calc.dvi): Uncomment.
10110
10111 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
10112
10113 * Makefile.in (INFO_TARGETS): Add ../info/calc.
10114 (../info/calc): New target.
10115
10116 2001-10-20 Gerd Moellmann <gerd@gnu.org>
10117
10118 * (Version 21.1 released.)
10119
10120 2001-10-05 Gerd Moellmann <gerd@gnu.org>
10121
10122 * Branch for 21.1.
10123
10124 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10125
10126 * Makefile.in (../info/info): Use an explicit -o switch to
10127 makeinfo.
10128
10129 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10130
10131 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10132
10133 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
10134
10135 * Makefile.in (../info/idlwave): Use --no-split.
10136
10137 2000-12-14 Dave Love <fx@gnu.org>
10138
10139 * Makefile.in (mostlyclean): Remove gnustmp.*.
10140 (gnus.dvi): Change rule to remove @latex stuff.
10141
10142 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
10143
10144 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
10145
10146 2000-10-13 John Wiegley <johnw@gnu.org>
10147
10148 * Makefile.in: Add build targets for eshell.texi.
10149
10150 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10151
10152 * Makefile.in: Remove/comment speedbar stuff.
10153
10154 2000-09-22 Dave Love <fx@gnu.org>
10155
10156 * Makefile.in: Add emacs-mime.
10157
10158 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10159
10160 * Makefile.in (INFO_TARGETS): Add ../info/woman.
10161 (DVI_TARGETS): Add woman.dvi.
10162 (../info/woman, woman.dvi): New targets.
10163
10164 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
10165
10166 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
10167
10168 * pcl-cvs.texi: New file.
10169 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
10170 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
10171
10172 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10173
10174 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
10175 (../info/ebrowse, ebrowse.dvi): New targets.
10176
10177 2000-01-13 Gerd Moellmann <gerd@gnu.org>
10178
10179 * Makefile.in (INFO_TARGETS): Add eudc.
10180 (DVI_TARGETS): Add eudc.dvi.
10181 (../info/eudc, eudc.dvi): New targets.
10182
10183 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
10184
10185 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
10186 compatibility with 8+3 filesystems).
10187 (../info/efaq): Rename from emacs-faq.
10188
10189 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10190
10191 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
10192 (../info/idlwave, idlwave.dvi): New targets.
10193
10194 1999-10-23 Dave Love <fx@gnu.org>
10195
10196 * Makefile.in: Use autotype.texi.
10197
10198 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
10199
10200 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
10201 faq.texi file) rather than ../info/faq.
10202
10203 1999-10-07 Gerd Moellmann <gerd@gnu.org>
10204
10205 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
10206 (../info/ada-mode, ada-mode.dvi): New targets.
10207
10208 1999-09-01 Dave Love <fx@gnu.org>
10209
10210 * Makefile.in: Add faq.
10211
10212 1999-07-12 Richard Stallman <rms@gnu.org>
10213
10214 * Version 20.4 released.
10215
10216 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10217
10218 * Version 20.3 released.
10219
10220 1998-04-06 Andreas Schwab <schwab@gnu.org>
10221
10222 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
10223 Use it in dvi targets.
10224 (../etc/GNU): Change to $(srcdir) first.
10225
10226 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
10227
10228 * reftex.texi: Update for RefTeX version 3.22.
10229
10230 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
10231
10232 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
10233 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10234
10235 1997-09-23 Paul Eggert <eggert@twinsun.com>
10236
10237 * Makefile.in: Merge changes mistakenly made to `Makefile'.
10238 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
10239
10240 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10241
10242 * Version 20.2 released.
10243
10244 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10245
10246 * Version 20.1 released.
10247
10248 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10249
10250 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
10251
10252 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10253
10254 * Version 19.33 released.
10255
10256 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10257
10258 * Version 19.32 released.
10259
10260 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10261
10262 * Makefile.in: Add rules for the Message manual.
10263
10264 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10265
10266 * gnus.texi: New version.
10267
10268 * message.texi: New manual.
10269
10270 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10271
10272 * Makefile.in (All info targets): cd $(srcdir) to do the work.
10273
10274 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10275
10276 * Makefile.in (All info targets): Specify $(srcdir) in input files.
10277 Specify -I option.
10278 (All dvi targets): Set the TEXINPUTS variable.
10279
10280 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10281
10282 * Version 19.31 released.
10283
10284 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10285
10286 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
10287 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
10288
10289 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10290
10291 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
10292 (INFO_TARGETS): Add ../info/cc-mode.
10293 (DVI_TARGETS): Add cc-mode.dvi.
10294
10295 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10296
10297 * Version 19.30 released.
10298
10299 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10300
10301 * gnus.texi: New file.
10302
10303 1995-11-04 Erik Naggum <erik@naggum.no>
10304
10305 * gnus.texi: File deleted.
10306
10307 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
10308
10309 * mh-e.texi: "Function Index" -> "Command Index" to work with
10310 Emacs 19.30 C-h C-k support of separately-documented commands.
10311
10312 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10313
10314 * Makefile.in (../info/ediff, ediff.dvi): New targets.
10315 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
10316
10317 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10318
10319 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
10320 (../info/viper, viper.dvi): New targets.
10321
10322 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
10323
10324 * dired-x.texi (Installation): Change the example to set
10325 buffer-local variables like dired-omit-files-p in
10326 dired-mode-hook.
10327
10328 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10329
10330 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
10331 (../info/mh-e, mh-e.dvi): New targets.
10332
10333 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10334
10335 * Makefile.in (maintainer-clean): Rename from realclean.
10336
10337 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10338
10339 * Makefile.in: New file.
10340 * Makefile: File deleted.
10341
10342 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10343
10344 * Makefile (TEXINDEX_OBJS): Variable deleted.
10345 (texindex, texindex.o, getopt.o): Rules deleted.
10346 All deps on texindex deleted.
10347 (distclean): Don't delete texindex.
10348 (mostlyclean): Don't delete *.o.
10349 * texindex.c, getopt.c: Files deleted.
10350
10351 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10352
10353 * Version 19.26 released.
10354
10355 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10356
10357 * Version 19.25 released.
10358
10359 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10360
10361 * Version 19.24 released.
10362
10363 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10364
10365 * Version 19.23 released.
10366
10367 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10368
10369 * Makefile: Delete spurious tab.
10370
10371 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10372
10373 * Makefile (.SUFFIXES): New rule.
10374
10375 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10376
10377 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
10378 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10379
10380 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10381
10382 * Makefile (../info/sc): Rename from sc.info.
10383 (../info/cl): Likewise.
10384 (INFO_TARGETS): Use new names.
10385
10386 1993-12-04 Richard Stallman (rms@srarc2)
10387
10388 * getopt.c: New file.
10389 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10390 (getopt.o): New rule.
10391 (dvi): Don't depend on texindex.
10392 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
10393 Depend on texindex.
10394
10395 1993-12-03 Richard Stallman (rms@srarc2)
10396
10397 * Makefile (../info/sc.info): Rename from ../info/sc.
10398 (TEXI2DVI): New variable.
10399 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
10400 Add explicit commands.
10401 (TEXINDEX_OBJS): Delete duplicate getopt.o.
10402
10403 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10404
10405 * Version 19.22 released.
10406
10407 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10408
10409 * Makefile (TEXINDEX_OBJS): Delete spurious period.
10410
10411 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10412
10413 * Version 19.21 released.
10414
10415 1993-11-15 Paul Eggert (eggert@twinsun.com)
10416
10417 * man/Makefile (../info/cl.info): Rename from ../info/cl.
10418
10419 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10420
10421 * Makefile (../etc/GNU): New target.
10422 (EMACSSOURCES): Add gnu1.texi.
10423
10424 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10425
10426 * Makefile (realclean): Don't delete the Info files.
10427
10428 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10429
10430 * forms.texi: Fix forms.texi so that it will format correctly.
10431 Add missing `@end iftex', fix bad reference.
10432
10433 * info.texi, info-stn.texi: New files implement texinfo version of
10434 `info' file.
10435
10436 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
10437
10438 * Makefile: Fix targets for texindex, new info.texi files.
10439 * info-stnd.texi: New file implements info for standalone info
10440 reader.
10441 * info.texi: Update to include recent changes to "../info/info".
10442 New source file for ../info/info; includes info-stnd.texi.
10443
10444 * texindex.c: Include "../src/config.h" if building in emacs.
10445
10446 * Makefile: Change all files to FILENAME.texi, force all targets
10447 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
10448 vip.texinfo, forms.texinfo, cl.texinfo.
10449 Add target to build texindex.c, defining `emacs'.
10450
10451 * forms.texi: Install new file to match version 2.3 of forms.el.
10452
10453 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10454
10455 * Version 19.19 released.
10456
10457 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
10458
10459 * sc.texinfo: Fix info file name.
10460
10461 * Makefile (info): Add gnus and sc.
10462 (dvi): Add gnus.dvi and sc.dvi.
10463 (../info/sc, sc.dvi): New targets.
10464
10465 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10466
10467 * Version 19.18 released.
10468
10469 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10470
10471 * Makefile: Fix source file names of the separate manuals.
10472 (gnus.dvi, ../info/gnus): New targets.
10473
10474 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10475
10476 * Version 19.17 released.
10477
10478 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10479
10480 * split-man: Fix typos in last change.
10481
10482 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10483
10484 * Version 19.16 released.
10485
10486 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10487
10488 * version 19.15 released.
10489
10490 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10491
10492 * Makefile (distclean): It's rm, not rf.
10493
10494 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10495
10496 * Version 19.14 released.
10497
10498 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10499
10500 * Makefile: New file.
10501
10502 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10503
10504 * Version 19.13 released.
10505
10506 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10507
10508 * Version 19.9 released.
10509
10510 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10511
10512 * Version 19.8 released.
10513
10514 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10515
10516 * Version 19.7 released.
10517
10518 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
10519
10520 * gnus.texinfo: New file. Removed installation instructions.
10521
10522 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10523
10524 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
10525
10526 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10527
10528 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
10529 then define `\sc' as the command for smallcaps in Texinfo.
10530 This means that the @sc command will produce small caps. bfox has
10531 made the corresponding change to makeinfo and texinfm.el.
10532
10533 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10534
10535 * vip.texinfo: Remove menu entry Adding Lisp Code in node
10536 Customization since the menu entry did not point to anything.
10537 Also add an @finalout command to remove overfull hboxes from the
10538 printed output.
10539
10540 * cl.texinfo: Add @bye, \input line and @settitle to file.
10541 This file is clearly intended to be a chapter of some other work,
10542 but the other work does not yet exist.
10543
10544 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10545
10546 * texinfo.texinfo: Three typos corrected.
10547
10548 ;; Local Variables:
10549 ;; coding: utf-8
10550 ;; End:
10551
10552 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
10553
10554 This file is part of GNU Emacs.
10555
10556 GNU Emacs is free software: you can redistribute it and/or modify
10557 it under the terms of the GNU General Public License as published by
10558 the Free Software Foundation, either version 3 of the License, or
10559 (at your option) any later version.
10560
10561 GNU Emacs is distributed in the hope that it will be useful,
10562 but WITHOUT ANY WARRANTY; without even the implied warranty of
10563 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10564 GNU General Public License for more details.
10565
10566 You should have received a copy of the GNU General Public License
10567 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.