Remove remaining @refills from doc/*/*.texi files
[bpt/emacs.git] / doc / misc / ChangeLog
1 2013-10-23 Glenn Morris <rgm@gnu.org>
2
3 * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
4 * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
5 * widget.texi: Nuke @refill.
6
7 * Makefile.in (install-dvi, install-html, install-pdf)
8 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
9 (uninstall-pdf): Quote entities that might contain whitespace.
10
11 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
12
13 * calc.el (Data Type Formats): Don't specify the size at
14 which integers begin to be represented by lists.
15
16 2013-10-14 Xue Fuqiao <xfq.free@gmail.com>
17
18 * cl.texi (Argument Lists): Add indexes for &key and &aux.
19
20 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
21
22 * trampver.texi: Update release number.
23
24 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
25
26 Sync with Tramp 2.2.8.
27
28 * tramp.texi (External packages): Use `non-essential'.
29 * trampver.texi: Update release number.
30
31 2013-09-14 Glenn Morris <rgm@gnu.org>
32
33 * eshell.texi: Markup fixes.
34
35 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
36
37 * ido.texi (Interactive Substring Matching): Use @key{RET} instead
38 of @kbd{RET}.
39 (Prefix Matching): Add an index.
40
41 2013-09-08 Glenn Morris <rgm@gnu.org>
42
43 * emacs-gnutls.texi: Tweak direntry.
44
45 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
46
47 * tramp.texi (Alternative Syntax): Remove chapter.
48
49 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
50
51 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
52 for portability to hosts where /bin/sh has problems.
53
54 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 Try to reduce redundancy in doc/misc/Makefile.in.
57 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
58 (TARGETS): New intermediate variable.
59 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
60
61 2013-08-27 Glenn Morris <rgm@gnu.org>
62
63 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
64
65 * efaq.texi: Rename from faq.texi, to match its output files.
66 * Makefile.in: Update for faq.texi name change.
67
68 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
69
70 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
71
72 * efaq-w32.texi: Move here from the web-pages repository.
73 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
74 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
75 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
76 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
77 Add DOCMISC_*_W32 variables.
78 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
79 (efaq_w32_deps): New variable.
80 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
81 (efaq-w32.pdf, efaq-w32.html): New rules.
82 (clean): Remove efaq-w32 products.
83
84 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
85
86 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
87 shift_jis from the default value set to mm-coding-system-priorities for
88 Japanese users.
89
90 2013-08-13 Glenn Morris <rgm@gnu.org>
91
92 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
93 (Options - Defining Label Environments, Options - Creating Labels)
94 (Options - Referencing Labels, Options - Creating Citations)
95 (Options - Index Support, Options - Viewing Cross-References)
96 (Options - Finding Files, Options - Optimizations)
97 (Options - Fontification, Options - Misc):
98 * cc-mode.texi (Sample Init File):
99 * edt.texi (Init file):
100 * epa.texi (Encrypting/decrypting gpg files):
101 * mairix-el.texi (About, Setting up the mairix interface, Using)
102 (Extending):
103 Rename nodes to avoid characters that can cause Texinfo problems.
104
105 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
106
107 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
108
109 2013-08-12 Glenn Morris <rgm@gnu.org>
110
111 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
112 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
113 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
114 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
115 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
116 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
117 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
118 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
119 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
120 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
121 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
122 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
123 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
124
125 * woman.texi (Top): Avoid mailto: in html output.
126
127 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
128 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
129 (INSTALL_DATA): New, set by configure.
130 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
131 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
132 install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
133 uninstall-ps, and uninstall-doc.
134 (.SUFFIXES): Add .ps and .dvi.
135 (.dvi.ps): New suffix rule.
136 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
137 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
138 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
139 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
140 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
141 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
142 (ido.html, mairix-el.html, message.html, mh-e.html)
143 (newsticker.html, nxml-mode.html, org.html, pgg.html)
144 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
145 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
146 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
147 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
148 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
149 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
150 New rules.
151 (clean): Remove HTML_TARGETS and PS_TARGETS.
152
153 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
154
155 * ido.texi (Working Directories):
156 (Flexible Matching, Regexp Matching, Find File At Point)
157 (Ignoring, Misc Customization): Use @defopt for user options.
158
159 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
160
161 * htmlfontify.texi (Customization): Remove documentation of
162 `hfy-fast-lock-save'. Minor fixes.
163
164 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
165
166 * ido.texi (Top): Insert node "Working Directories" in menu.
167 (Working Directories): New node.
168 (Misc Customization): Add documentation of
169 `ido-confirm-unique-completion' and some other user options.
170
171 2013-08-07 Eli Zaretskii <eliz@gnu.org>
172
173 * todo-mode.texi: Update @dircategory.
174 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
175 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
176 @ref.
177
178 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
179
180 * sc.texi (Introduction): Fix index.
181 (Usage Overview):
182 (Citations, Citation Elements, Recognizing Citations)
183 (Information Keys and the Info Alist, Reference Headers)
184 (The Built-in Header Rewrite Functions)
185 (Electric References, Reply Buffer Initialization)
186 (Filling Cited Text, Selecting an Attribution)
187 (Attribution Preferences)
188 (Anonymous Attributions, Author Names)
189 (Using Regi, Post-yank Formatting Commands)
190 (Citing Commands, Insertion Commands)
191 (Mail Field Commands)
192 (Hints to MUA Authors, Thanks and History): Change from one space
193 between sentences to two.
194 (What Supercite Does): Typo fix.
195
196 * newsticker.texi (Usage): Use @key for RET.
197
198 * cl.texi (Argument Lists):
199 (For Clauses):
200 (Macros): Add indexes.
201
202 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
203
204 * cl.texi (Blocks and Exits): Add an index.
205
206 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
207
208 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
209 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
210 (todo-mode.dvi, todo-mode.pdf): New rules.
211
212 * todo-mode.texi: New file.
213
214 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
215
216 * gnus.texi (Basic Usage): Mention that warp means jump here.
217 (The notmuch Engine): Mention notmuch.
218
219 2013-07-30 Tassilo Horn <tsdh@gnu.org>
220
221 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
222 `gnus-subthread-sort-functions' and remove the obsolete documentation
223 of `gnus-sort-threads-recursively'.
224
225 2013-07-29 David Engster <deng@randomsample.de>
226
227 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
228 implementation.
229 (Introduction): Add further missing features.
230 (Building Classes): Add introductory paragraph.
231 (Wish List): Add metaclasses and EQL specialization.
232
233 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
234
235 * tramp.texi (Frequently Asked Questions): Mention
236 `tramp-use-ssh-controlmaster-options'.
237
238 2013-07-26 Tassilo Horn <tsdh@gnu.org>
239
240 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
241 `gnus-sort-threads-recursively'.
242
243 2013-07-25 Glenn Morris <rgm@gnu.org>
244
245 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
246 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
247
248 * erc.texi (Special Features): Update contact information.
249 (History): Avoid using @email.
250
251 * eshell.texi (Bugs and ideas): Minor updates.
252
253 * faq.texi (Reporting bugs, Origin of the term Emacs)
254 (Setting up a customization file)
255 (Using an already running Emacs process, Turning off beeping)
256 (Packages that do not come with Emacs)
257 (Replying to the sender of a message): Avoid using @email.
258
259 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
260
261 * reftex.texi (Imprint): Avoid using @email.
262
263 * ses.texi (Top): Update bug reporting instructions.
264 (Acknowledgments): Avoid using @email.
265
266 * woman.texi (Introduction, Background): Remove outdated information.
267 (Bugs, Acknowledgments): Avoid using @email.
268
269 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
270
271 * ido.texi: New file.
272
273 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
274
275 * gnus.texi (Customizing Articles): Document function predicates.
276
277 2013-07-08 Tassilo Horn <tsdh@gnu.org>
278
279 * gnus.texi (lines): Correct description of
280 `gnus-registry-track-extra's default value. Mention
281 `gnus-registry-remove-extra-data'.
282
283 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
284
285 * gnus.texi (Group Parameters): Mention regexp
286 substitutions (bug#11688).
287
288 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
289
290 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
291
292 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
293
294 * gnus.texi (Emacsen): Fix version.
295
296 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
297
298 2013-07-06 Glenn Morris <rgm@gnu.org>
299
300 * mh-e.texi: Fix external links.
301 (Using This Manual): Printed elisp manuals no longer available.
302
303 * newsticker.texi (Overview): Update URL.
304
305 * nxml-mode.texi (Introduction): Update URL.
306
307 * org.texi (JavaScript support): Fix URL.
308
309 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
310
311 * eudc.texi (CCSO PH/QI): Remove defunct URL.
312
313 * dbus.texi (Introspection): Update URL to a less defunct one.
314
315 * gnus.texi (Top): Restrict "Other related manuals" to info output.
316 (Foreign Groups): Use @indicateurl for examples.
317 (Direct Functions): Remove defunct URL.
318 (RSS): Update URL.
319
320 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
321 (FAQ 7-1): Update URL.
322
323 * pgg.texi (Top, Overview): Add note about obsolescence.
324
325 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
326
327 * texinfo.tex: Merge from gnulib.
328
329 2013-07-03 Glenn Morris <rgm@gnu.org>
330
331 * bovine.texi (top):
332 * cc-mode.texi (AWK Mode Font Locking):
333 * mh-e.texi (Preface):
334 * url.texi (URI Parsing): Fix cross-references to other manuals.
335
336 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
337
338 * gnus.texi (Client-Side IMAP Splitting):
339 Note that `nnimap-inbox' now can be a list.
340
341 2013-06-24 Glenn Morris <rgm@gnu.org>
342
343 * eshell.texi: Fix cross-references to other manuals.
344
345 2013-06-23 Glenn Morris <rgm@gnu.org>
346
347 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
348 Remove; not needed now we use a standard html layout for the faq.
349 (clean): Remove HTML_TARGETS, emacs-faq.text.
350
351 2013-06-21 Eduard Wiebe <usenet@pusto.de>
352
353 * flymake.texi (Parsing the output, Customizable variables):
354 Add reference to `flymake-warning-predicate'.
355
356 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
357
358 * tramp.texi (Top, Configuration): Insert section `Predefined
359 connection information' in menu.
360 (Predefined connection information): New section.
361 (Android shell setup): Make a reference to `Predefined connection
362 information'.
363
364 2013-06-19 Glenn Morris <rgm@gnu.org>
365
366 * Makefile.in (version): New, set by configure.
367 (clean): Delete dist tar file.
368 (infoclean): New, split from maintainer-clean.
369 (maintainer-clean): Run infoclean.
370 (dist): New rule, to make tarfile for www.gnu.org.
371
372 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
373
374 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
375 for keys q and Q.
376 (Standards): Reference RFC5804 as the defining document of the
377 managesieve protocol.
378
379 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
380
381 * eshell.texi (Input/Output): Expand to cover new visual-command
382 options, eshell-visual-subcommands and eshell-visual-options.
383 Divide into separate Visual Commands and Redirection sections.
384
385 2013-06-10 Glenn Morris <rgm@gnu.org>
386
387 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
388
389 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
390
391 * gnus.texi (Article Date):
392 Fix description of gnus-article-update-date-headers.
393
394 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
395
396 * erc.texi (Special Features): ERC is being maintained within
397 Emacs now.
398
399 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
400
401 * flymake.texi: Change from one space between sentences to two.
402
403 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
404
405 * cl.texi (Obsolete Macros): Describe replacements for `flet'
406 (bug#14293).
407
408 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
409
410 * tramp.texi (Frequently Asked Questions): Precise, how to define
411 an own ControlPath.
412
413 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
414
415 * tramp.texi (Frequently Asked Questions): New item for
416 ControlPath settings.
417
418 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
419
420 * calc.texi (Basic Operations on Units): Streamline some
421 descriptions.
422
423 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
424
425 * eshell.texi (Built-ins): Update manual to mention tramp module.
426
427 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
428
429 * tramp.texi (Filename Syntax): Host names are not allowed to be
430 any method name, unless method name is specified explicitly.
431 Remove restriction on unibyte filenames.
432
433 * trampver.texi: Update release number.
434
435 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
436
437 doc: convert some TeX accents to UTF-8
438 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
439 '@"{@dotless{i}}'.
440
441 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
442
443 Sync with Tramp 2.2.7.
444
445 * trampver.texi: Update release number.
446
447 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
448
449 * calc.texi (Basic Operations on Units): Streamline some
450 descriptions.
451
452 2013-03-08 Glenn Morris <rgm@gnu.org>
453
454 * faq.texi (Top): Don't say this was updated @today.
455 That's irrelevant and leads to spurious diffs.
456
457 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
458
459 * calc.texi (Basic Operations on Units):
460 Fix cross-reference.
461
462 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
463
464 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
465
466 2013-03-06 Alan Mackenzie <acm@muc.de>
467
468 * cc-mode.texi (Custom Line-Up): Clarify position of point on
469 calling a line-up function.
470
471 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
472
473 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
474 * ses.texi: Switch from Latin-1 to UTF-8.
475
476 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
477
478 * tramp.texi (External methods): Tramp does not connect Android
479 devices by itself.
480
481 2013-03-02 Bill Wohler <wohler@newt.com>
482
483 Release MH-E manual version 8.5.
484
485 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
486 release 8.5.
487
488 * mh-e.texi (Preface, Conventions, Getting Started)
489 (Using This Manual, Folder Selection, Viewing, Aliases)
490 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
491 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
492 Update URLs.
493
494 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
495
496 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
497 and "plink2" entries. "plink2" is obsolete for a long time.
498 (External methods): Remove "scp1" and "scp2" entries.
499 Explain user name and host name specification for "adb".
500
501 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
502
503 * tramp.texi (External methods): Mention `tramp-adb-program'.
504
505 2013-02-28 Bastien Guerry <bzg@gnu.org>
506
507 * org.texi (Visibility cycling): Suggest to set
508 `org-agenda-inhibit-startup' to nil if user wants the startup
509 visibility settings to be honored in any circumstances.
510 (Progress logging, Checkboxes): Fix typos.
511
512 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
513
514 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
515 the macros, for Texinfo 4.13 and 5.0.
516
517 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
518
519 Port Tramp documentation to Texinfo 5.0.
520 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
521 (Filename Syntax): Do not use @trampfn{} in @item.
522 (Filename completion): Use @columnfractions in @multitable.
523
524 2013-02-22 Glenn Morris <rgm@gnu.org>
525
526 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
527
528 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
529
530 * Makefile.in (html): New rule.
531
532 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
533
534 * tramp.texi (Android shell setup): Improve. Reported by Thierry
535 Volpiatto <thierry.volpiatto@gmail.com>.
536
537 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
538
539 * tramp.texi (Top, Configuration): Insert section `Android shell
540 setup' in menu.
541 (Android shell setup): New section.
542 (Connection types, Default Method)
543 (Frequently Asked Questions): Mention "scp" instead of "scpc".
544 (External methods): Remove "scpc" and "rsyncc" entries.
545 (Frequently Asked Questions): Remove entry about ControlPersist.
546
547 2013-02-13 Glenn Morris <rgm@gnu.org>
548
549 * message.texi (News Headers): Don't mention yow any more.
550
551 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
552
553 * calc.texi (Basic Operations on Units):
554 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
555
556 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
557
558 * eshell.texi: Fill most of the missing sections.
559
560 2013-02-07 Bastien Guerry <bzg@gnu.org>
561
562 * org.texi (References): Clarify an example.
563 (Installation): Fix instructions.
564 (Org-Plot): Fix link.
565 (Checkboxes, Radio lists): Fix typos.
566
567 2013-02-07 Glenn Morris <rgm@gnu.org>
568
569 * cl.texi (Equality Predicates): Mention memql.
570
571 2013-02-07 Eric Ludlam <zappo@gnu.org>
572
573 * doc/misc/ede.texi (Creating a project): Make ede-new doc less
574 specific, and only about items it supports, indicating that there
575 might be more. Remove refs to simple project and direct automake
576 from ede new.
577 (Simple projects): Re-write to not talk about ede-simple-project
578 which is deprecated, and instead use the term to mean projects
579 that don't do much management, just project wrapping.
580 Add ede-generic-project link.
581 (ede-generic-project): New node (bug#11441).
582
583 2013-02-07 Glenn Morris <rgm@gnu.org>
584
585 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
586
587 2013-02-01 Glenn Morris <rgm@gnu.org>
588
589 * calc.texi (Help Commands): Update calc-view-news description.
590 Mention etc/CALC-NEWS.
591
592 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
593
594 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
595
596 2013-01-13 Bastien Guerry <bzg@gnu.org>
597
598 * org.texi (Installation): Simplify.
599
600 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
601
602 * org.texi (Handling links): Update the mention to the obsolete
603 variable `org-link-to-org-use-id' with a mention to the newer
604 variable `org-id-link-to-org-use-id'. Mention the need to load
605 the org-id library.
606
607 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
608
609 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
610
611 2013-01-09 Bastien Guerry <bzg@gnu.org>
612
613 * org.texi (Pushing to MobileOrg): Add footnote about using
614 symbolic links in `org-directory'.
615 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
616 of the now obsolete alias `org-float'.
617 (TODO basics): Add `org-use-fast-todo-selection' to the variable
618 index. Fix description of TODO keywords cycling.
619 (Advanced features): Add missing argument for @item.
620 (Storing searches): Add index entries and a note about
621 *-tree agenda views.
622 (Structure editing): Document `org-mark-element' and
623 `org-mark-subtree'.
624 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
625
626 2013-01-08 Juri Linkov <juri@jurta.org>
627
628 * info.texi (Go to node): Mention the abbreviated format
629 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
630
631 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
632
633 * autotype.texi: Remove undefined command @subtitlefont.
634 * cc-mode.texi: Likewise.
635
636 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
637 @item argument.
638 (Property searches): Use \\ instead of @backslashchar{}.
639 * pgg.texi (VERSION): Move @set below @setfilename.
640
641 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
642
643 * ada-mode.texi: Remove braces from @title argument.
644 * eudc.texi: Likewise.
645 * smtpmail.texi: Likewise.
646 * auth.texi (VERSION): Set before first use.
647 * emacs-gnutls.texi (VERSION): Likewise.
648 * pgg.texi (VERSION): Likewise.
649 * ede.texi (Top): Rename from top, all uses changed.
650 * eshell.texi: Add missing argument to @sp.
651 * forms.texi (Top): Reorder menu to match structure.
652 * htmlfontify.texi (Customisation): Add missing @item in
653 @enumerate.
654 * org.texi (Advanced features): Add missing argument for @item.
655 (Property searches): Use @backslashchar{} in macro argument.
656 * pcl-cvs.texi: Add missing argument to @sp.
657 (Movement commands): Fix use of @itemx.
658 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
659 * reftex.texi (Options (Creating Citations)): Add missing newline
660 before @end.
661 * tramp.texi (Obtaining Tramp): Remove extra dots.
662 (Configuration): Reorder menu to match structure.
663 (Remote shell setup): Replace literal NUL character by \0.
664 * viper.texi (Marking): Add missing argument for @item.
665
666 2013-01-04 Glenn Morris <rgm@gnu.org>
667
668 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
669 Add htmlfontify.
670 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
671 (htmlfontify.dvi, htmlfontify.pdf): New targets.
672 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
673 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
674
675 * htmlfontify.texi: Miscellaneous fixes and updates.
676 Set copyright to FSF, update license to GFDL 1.3+.
677
678 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
679
680 * htmlfontify.texi: New file.
681
682 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
683
684 * calc.texi (Free-Form Dates): Expand on the date reading
685 algorithm.
686
687 2012-12-27 Glenn Morris <rgm@gnu.org>
688
689 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
690 Avoid some overfull lines.
691
692 * widget.texi (Programming Example): Break some long lines.
693
694 * wisent.texi (Wisent Overview): Fix xref.
695 (Grammar format, Understanding the automaton): Avoid overfill.
696
697 * bovine.texi (Optional Lambda Expression): Allow line break.
698
699 * auth.texi (Help for users): Break long lines.
700
701 * ada-mode.texi (Project file variables):
702 Reword to reduce underfull hbox.
703 (No project files, Use GNAT project file):
704 Use smallexample to make some overfull lines less terrible.
705
706 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
707 Fix cross-references to separate manuals.
708
709 * Makefile.in (gfdl): New variable. Use throughout where
710 appropriate so that targets depend on doclicense.texi.
711
712 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
713
714 * gnus.texi (Customizing the IMAP Connection): Mention the other
715 authenticators.
716
717 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
718
719 * gnus.texi (Browse Foreign Server):
720 Document `gnus-browse-delete-group'.
721
722 2012-12-22 Glenn Morris <rgm@gnu.org>
723
724 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
725 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
726 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
727 * widget.texi, wisent.texi: Nuke hand-written node pointers.
728
729 * Makefile.in (gfdl): New variable. Use throughout where
730 appropriate so that targets depend on doclicense.texi.
731
732 2012-12-22 Eli Zaretskii <eliz@gnu.org>
733
734 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
735 doclicense.texi. Remove doclicense.texi from all targets that
736 mentioned it explicitly.
737 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
738 $(emacsdir)/emacsver.texi.
739 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
740
741 2012-12-21 Glenn Morris <rgm@gnu.org>
742
743 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
744 Include emacsver.texi. Nuke hand-written node pointers.
745 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
746 Depend on emacsver.texi.
747
748 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
749 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
750 May as well just include doclicense.texi in everything.
751
752 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
753 which @copying says is included.
754
755 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
756 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
757 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
758 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
759 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
760 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
761 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
762 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
763 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
764 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
765 * widget.texi, wisent.texi, woman.texi: Do not mention buying
766 copies from the FSF, which does not publish these manuals.
767
768 * erc.texi: No need to include gpl in this small manual.
769
770 * org.texi (copying): Include a copy of the GFDL.
771 (GNU Free Documentation License): New section.
772
773 2012-12-21 Bastien Guerry <bzg@gnu.org>
774
775 * org.texi: Fix typos.
776
777 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
778
779 * calc.texi (ISO 8601): Rename from ISO-8601,
780 as it's typically spelled without a hyphen.
781
782 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
783
784 * calc.texi (ISO-8601): New section.
785 (Date Formatting Codes): Mention new codes.
786 (Standard Date Formats): Mention new formats.
787
788 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
789
790 * tramp.texi (External methods): Move `adb' method here.
791
792 2012-12-13 Glenn Morris <rgm@gnu.org>
793
794 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
795
796 * wisent.texi: Small edits. Set copyright to FSF, update license to
797 GFDL 1.3+.
798 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
799 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
800 New targets.
801 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
802 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
803
804 * bovine.texi: Small edits. Set copyright to FSF, update license to
805 GFDL 1.3+, remove empty index.
806 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
807 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
808 New targets.
809 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
810 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
811
812 2012-12-13 Eric Ludlam <zappo@gnu.org>
813 David Ponce <david@dponce.com>
814 Richard Kim <emacs18@gmail.com>
815
816 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
817
818 2012-12-13 Glenn Morris <rgm@gnu.org>
819
820 * flymake.texi (Customizable variables, Locating the buildfile):
821 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
822
823 * srecode.texi: Small edits. Set copyright to FSF, add explicit
824 GFDL 1.3+ license, fix up index.
825 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
826 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
827 (srecode.pdf): New targets.
828 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
829 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
830
831 2012-12-13 Eric Ludlam <zappo@gnu.org>
832
833 * srecode.texi: New file, imported from CEDET trunk.
834
835 2012-12-13 Bastien Guerry <bzg@gnu.org>
836
837 * org.texi (Summary, Code block specific header arguments)
838 (Code block specific header arguments)
839 (Header arguments in function calls, var, noweb)
840 (Results of evaluation, Code evaluation security):
841 Small reformatting: add a blank line before some example.
842
843 * org.texi (System-wide header arguments)
844 (Header arguments in Org mode properties, Conflicts)
845 (Dynamic blocks, Using the mapping API):
846 Fix indentation of Elisp code examples.
847
848 * org.texi (Comment lines): Fix description of the comment syntax.
849
850 * org.texi (Installation): Mention "make test" in the correct section.
851
852 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
853
854 * doclicense.texi, gpl.texi: Update to latest version from FSF.
855 These are just minor editorial changes.
856
857 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
858
859 * tramp.texi (History): Mention ADB.
860 (Inline methods): Add `adb' method.
861
862 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
863
864 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
865 (External methods): Fix typo.
866
867 2012-12-03 Glenn Morris <rgm@gnu.org>
868
869 * rcirc.texi (Notices): Fix typo.
870
871 2012-11-25 Bill Wohler <wohler@newt.com>
872
873 Release MH-E manual version 8.4.
874
875 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
876 Update for release 8.4.
877
878 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
879 (Junk): Add mh-whitelist-preserves-sequences-flag,
880 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
881 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
882
883 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
884
885 * mh-e.texi (Procmail): Fix two @ typos.
886
887 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
888
889 * doclicense.texi, gpl.texi: Update to latest version from FSF.
890 These are just minor editorial changes.
891
892 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
893
894 * calc.texi (Date Formatting Codes): Mention the new beginning of
895 the date numbering system.
896
897 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
898
899 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
900 (Date Forms): Correct off-by-one error in explanation of
901 Julian day numbers. Give Gregorian equivalent of its origin.
902
903 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
904
905 * doc/misc/calc.texi (Date Forms): Mention the customizable
906 Gregorian-Julian switch.
907 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
908
909 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
910
911 Calc now uses the Gregorian calendar for all dates (Bug#12633).
912 It also uses January 1, 1 AD as its day number 1.
913 * calc.texi (Date Forms): Document this.
914
915 2012-11-16 Glenn Morris <rgm@gnu.org>
916
917 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
918 (Obsolete Macros): Move example here from Function Bindings.
919
920 * erc.texi: Use @code{nil} rather than just "nil".
921 (Modules): Undocument obsolete "hecomplete".
922 Add "notifications".
923 (Connecting): Add brief section on passwords.
924 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
925
926 2012-11-13 Glenn Morris <rgm@gnu.org>
927
928 * flymake.texi (Customizable variables)
929 (Highlighting erroneous lines): Mention flymake-error-bitmap,
930 flymake-warning-bitmap, and flymake-fringe-indicator-position.
931
932 2012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
933
934 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
935 In all file place SES into @acronym{...}.
936 (Advanced Features): Add key index and function index for
937 ses-set-header-row. Add description for function
938 ses-rename-cell. Add description for function
939 ses-repair-cell-reference-all.
940 (Ranges in formulas): Add description for ses-range flags.
941
942 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
943
944 * texinfo.tex: Merge from gnulib.
945
946 2012-11-10 Chong Yidong <cyd@gnu.org>
947
948 * url.texi (Introduction): Move url-configuration-directory to
949 Customization node.
950 (Parsed URIs): Split into its own node.
951 (URI Encoding): New node.
952 (Defining New URLs): Remove empty chapter.
953 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
954 Improve docs for url-queue-*.
955 (Supported URL Types): Copyedits. Delete empty subnodes.
956
957 * url.texi (Introduction): Rename from Getting Started.
958 Rewrite the introduction.
959 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
960
961 2012-11-10 Glenn Morris <rgm@gnu.org>
962
963 * cl.texi (Obsolete Setf Customization):
964 Revert defsetf example to the more correct let rather than prog1.
965 Give define-modify-macro, defsetf, and define-setf-method
966 gv.el replacements.
967
968 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
969 (Setf Extensions): Remove obsolete reference.
970 (Obsolete Setf Customization):
971 Move note on lack of setf functions to lispref/variables.texi.
972 Undocument get-setf-method, since it no longer exists.
973 Mention simple defsetf replaced by gv-define-simple-setter.
974
975 2012-11-03 Glenn Morris <rgm@gnu.org>
976
977 * cl.texi: Further general copyedits.
978 (List Functions): Remove copy-tree, standard elisp for some time.
979 (Efficiency Concerns): Comment out examples that no longer apply.
980 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
981 (Creating Symbols, Random Numbers): De-emphasize internal
982 variables cl--gensym-counter and cl--random-state. (Bug#12788)
983 (Naming Conventions, Type Predicates, Macros)
984 (Predicates on Numbers): No longer mention cl-floatp-safe.
985
986 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
987
988 * gnus.texi (Mail Source Specifiers):
989 Document :leave keyword used for pop mail source.
990
991 2012-11-01 Glenn Morris <rgm@gnu.org>
992
993 * cl.texi: General copyedits for style, line-breaks, etc.
994 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
995 (Macro Bindings, Blocks and Exits):
996 Acknowledge existence of lexical-binding.
997 (Iteration): Mainly defer to doc of standard dolist, dotimes.
998
999 2012-10-31 Glenn Morris <rgm@gnu.org>
1000
1001 * ert.texi (Introduction, The @code{should} Macro):
1002 Refer to "cl-assert" rather than "assert".
1003
1004 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
1005 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
1006 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
1007 Reword, and add details of flet and labels.
1008 (Modify Macros, Function Bindings): Add some xrefs.
1009
1010 2012-10-30 Glenn Morris <rgm@gnu.org>
1011
1012 * cl.texi (Modify Macros): Update for cl-letf changes.
1013 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
1014 (Setf Extensions): Partially restore note about cl-getf,
1015 mainly moved to lispref/variables.texi.
1016 (Property Lists): Fix cl-getf typos.
1017 (Mapping over Sequences): Mention cl-mapc naming oddity.
1018
1019 2012-10-29 Glenn Morris <rgm@gnu.org>
1020
1021 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
1022 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
1023 (Customizing Setf): Move contents to "Obsolete Setf Customization".
1024 (Modify Macros, Multiple Values, Other Clauses):
1025 Remove mentions of obsolete features.
1026 (Obsolete Setf Customization): Don't mention `apply' setf.
1027
1028 2012-10-28 Glenn Morris <rgm@gnu.org>
1029
1030 * cl.texi (Multiple Values, Common Lisp Compatibility):
1031 More namespace updates.
1032 (Obsolete Features): Copyedits.
1033 (Obsolete Lexical Macros, Obsolete Setf Customization):
1034 New subsections.
1035
1036 * cl.texi (Porting Common Lisp, Lexical Bindings):
1037 Add some xrefs to the Elisp manual.
1038
1039 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
1040 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
1041 (Obsolete Features): New appendix. Move Lexical Bindings here.
1042
1043 2012-10-27 Glenn Morris <rgm@gnu.org>
1044
1045 * cl.texi: Use defmac for macros rather than defspec.
1046 (Efficiency Concerns): Related copyedit.
1047
1048 * cl.texi (Control Structure): Update for setf now being in core.
1049 (Setf Extensions): Rename from Basic Setf. Move much of the
1050 former content to lispref/variables.texi.
1051 (Modify Macros): Move pop, push details to lispref/variables.texi.
1052 (Customizing Setf): Copyedits for setf etc being in core.
1053 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
1054 Further namespaces updates.
1055
1056 2012-10-26 Bastien Guerry <bzg@gnu.org>
1057
1058 * org.texi (Installation): Update the link to Org's ELPA.
1059 Also don't mention org-install.el anymore as the replacement file
1060 org-loaddefs.el is now loaded by org.el.
1061
1062 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
1063
1064 * tramp.texi (Frequently Asked Questions):
1065 Mention `tramp-completion-reread-directory-timeout' for performance
1066 improvement.
1067
1068 2012-10-25 Glenn Morris <rgm@gnu.org>
1069
1070 * cl.texi: Don't mess with the TeX section number counter.
1071 Use Texinfo recommended convention for quotes+punctuation.
1072 (Overview, Sequence Functions): Rephrase for better line-breaking.
1073 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
1074 (Macro Bindings, Conditionals, Iteration, Loop Basics)
1075 (Random Numbers, Mapping over Sequences, Structures)
1076 (Porting Common Lisp): Further updates for cl-lib namespace.
1077 (Modify Macros, Declarations, Macro Bindings, Structures):
1078 Break long lines in examples.
1079 (Dynamic Bindings): Update for changed progv behavior.
1080 (Loop Examples, Efficiency Concerns): Markup fixes.
1081 (Structures): Remove TeX margin change.
1082 (Declarations): Fix typos.
1083
1084 2012-10-24 Glenn Morris <rgm@gnu.org>
1085
1086 * cl.texi (Overview, Multiple Values, Creating Symbols)
1087 (Numerical Functions): Say less/nothing about the original cl.el.
1088 (Old CL Compatibility): Remove.
1089 (Assertions): Remove ignore-errors (standard Elisp for some time).
1090
1091 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
1092 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
1093 (Efficiency Concerns, Efficiency Concerns)
1094 (Common Lisp Compatibility, Old CL Compatibility):
1095 Further updates for cl-lib namespace.
1096
1097 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1098
1099 Update manual for new time stamp format (Bug#12706).
1100 * emacs-mime.texi (time-date): Update for new format.
1101 Also, fix bogus time stamp and modernize a bit.
1102
1103 2012-10-23 Glenn Morris <rgm@gnu.org>
1104
1105 * cl.texi: Include emacsver.texi. Use Emacs version number rather
1106 than unchanging cl.el version number.
1107 End all menu descriptions with a period.
1108 Do not use @dfn{CL} for every instance of "CL".
1109 (Overview): Remove no-runtime caveat, and note about foo* names.
1110 (Usage): Use cl-lib rather than cl.
1111 (Organization, Naming Conventions): Update for cl-lib.el.
1112 (Installation): Remove long-irrelevant node.
1113 (Program Structure, Predicates, Control Structure):
1114 Start updating for cl-lib namespace.
1115 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
1116 Depend on emacsver.texi.
1117
1118 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1119
1120 * trampver.texi: Update release number.
1121
1122 2012-10-06 Glenn Morris <rgm@gnu.org>
1123
1124 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
1125 ERC version.
1126 (Introduction): ERC is distributed with Emacs.
1127 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
1128 (Getting Started): Simplify.
1129 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
1130 (History): Mention ERC maintained as part of Emacs now.
1131 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
1132 Add dependency on emacsver.texi.
1133
1134 * erc.texi: Remove hand-written node pointers.
1135
1136 2012-10-05 Glenn Morris <rgm@gnu.org>
1137
1138 * newsticker.texi (Overview, Requirements, Usage, Configuration):
1139 Copyedits.
1140
1141 2012-10-01 Eric Ludlam <zappo@gnu.org>
1142
1143 * ede.texi (Quick Start, Project Local Variables)
1144 (Miscellaneous commands, ede-java-root, Development Overview)
1145 (Detecting a Project): New nodes.
1146 (Simple projects): Node deleted.
1147
1148 * eieio.texi (Building Classes): Some slot attributes cannot be
1149 overridden.
1150 (Slot Options): Remove an example.
1151 (Method Invocation, Documentation): New nodes.
1152
1153 2012-10-01 Glenn Morris <rgm@gnu.org>
1154
1155 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
1156 (reftex.pdf): Add dependency on emacsver.texi.
1157 * reftex.texi: Don't include directory part for emacsver.texi;
1158 the Makefile's -I handles it.
1159
1160 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1161
1162 Merge from standalone RefTeX repository.
1163
1164 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
1165 with macros.
1166 (Imprint): Mention Wolfgang in list of contributors.
1167 (Creating Citations): Give a hint about how to
1168 auto-revert the BibTeX database file when using external editors.
1169 (Referencing Labels): Simplify section about reference macro
1170 cycling.
1171 (Options (Referencing Labels)): Adapt to new structure of
1172 `reftex-ref-style-alist'.
1173 (Referencing Labels, Reference Styles): Document changes in the
1174 referencing functionality.
1175 (Commands): Mention options for definition of header and footer in
1176 BibTeX files.
1177 (Options (Creating Citations)): Document
1178 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
1179 (Reference Styles): New section.
1180 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
1181 (Options (Referencing Labels)): Remove descriptions of deprecated
1182 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
1183 Add descriptions for `reftex-ref-style-alist' and
1184 `reftex-ref-style-default-list'.
1185 (Referencing Labels): Update regarding reference styles.
1186 (Citation Styles): Mention support for ConTeXt.
1187 (Options (Defining Label Environments)): Fix typo.
1188 (Options (Creating Citations)):
1189 Document `reftex-cite-key-separator'.
1190
1191 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
1192
1193 * org.texi: Add description of ORG_ADD_CONTRIB to info
1194 documentation. Add link to Worg for more details.
1195
1196 * org.texi: Clarify installation procedure. Provide link to the
1197 build system description on Worg.
1198
1199 * org.texi: Remove reference to utils/, x11idle.c is now in
1200 contrib/scripts.
1201
1202 * org.texi: Re-normalize to "Org mode" in manual.
1203
1204 * org.texi (Installation): Adapt documentation to new build
1205 system. Mention GNU ELPA (since it needs to be handled like Emacs
1206 built-in Org).
1207
1208 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
1209
1210 * org.texi: Fix typo in description of the 'Hooks' section.
1211
1212 * org.texi: Add ID to the list of special properties.
1213
1214 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
1215
1216 * org.texi (Moving subtrees): Document the ability to archive to a
1217 datetree.
1218
1219 2012-09-30 Bastien Guerry <bzg@gnu.org>
1220
1221 * org.texi (Installation, Feedback, Batch execution):
1222 Use (add-to-list 'load-path ... t) for the contrib dir.
1223
1224 * org.texi (results): Update documentation for ":results drawer"
1225 and ":results org".
1226
1227 * org.texi (Column width and alignment): Fix typo.
1228
1229 * org.texi (Activation): Point to the "Conflicts" section.
1230
1231 * org.texi (Conflicts): Mention filladapt.el in the list of
1232 conflicting packages.
1233
1234 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
1235 not needed for versions of Emacs > 22.1.
1236
1237 * org.texi (History and Acknowledgments): Fix typo.
1238
1239 * org.texi (History and Acknowledgments): Add my own
1240 acknowledgments.
1241
1242 * org.texi (Agenda commands): Document the new command and the new
1243 option.
1244
1245 * org.texi (Agenda commands): Delete `org-agenda-action' section.
1246 (Agenda commands): Reorder. Document `*' to toggle persistent
1247 marks.
1248
1249 * org.texi (Agenda dispatcher):
1250 Mention `org-toggle-agenda-sticky'.
1251 (Agenda commands, Exporting Agenda Views): Fix typo.
1252
1253 * org.texi (Templates in contexts, Setting Options): Update to
1254 reflect changes in how contexts options are processed.
1255
1256 * org.texi (Templates in contexts): Document the new structure of
1257 the variables `org-agenda-custom-commands-contexts' and
1258 `org-capture-templates-contexts'.
1259
1260 * org.texi (Templates in contexts): Document the new option
1261 `org-capture-templates-contexts'.
1262 (Storing searches): Document the new option
1263 `org-agenda-custom-commands-contexts'.
1264
1265 * org.texi (Formula syntax for Lisp): Reformat.
1266
1267 * org.texi (Special properties, Column attributes)
1268 (Agenda column view): Document the new special property
1269 CLOCKSUM_T.
1270
1271 * org.texi (Template expansion): Document the new %l template.
1272
1273 * org.texi (Fast access to TODO states): Fix documentation about
1274 allowed characters for fast todo selection.
1275
1276 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
1277 use in `org-agenda-to-appt'.
1278
1279 * org.texi (Comment lines): Update wrt comments.
1280
1281 * org.texi (Resolving idle time): Document new keybinding.
1282
1283 * org.texi (Clocking commands): Document the use of S-M-<up/down>
1284 on clock timestamps.
1285
1286 * org.texi (Fast access to TODO states): Explicitely says only
1287 letters are supported as fast TODO selection keys.
1288
1289 * org.texi (Link abbreviations): Illustrate the use of the "%h"
1290 specifier. Document the new "%(my-function)" specifier.
1291
1292 * org.texi (Clocking commands): New cindex.
1293 (Clocking commands): Update documentation for `org-clock-in'.
1294 Document `org-clock-in-last'. Mention `org-clock-out' and
1295 `org-clock-in-last' as commands that can be globally bound.
1296 (Resolving idle time): Document continuous clocking.
1297
1298 * org.texi (Top, Introduction): Fix formatting.
1299 (Activation): Add index entries.
1300 (Conventions): Update section.
1301 (Embedded @LaTeX{}): Fix formatting.
1302
1303 * org.texi (Visibility cycling): Document `show-children'.
1304
1305 * org.texi (Using capture): Mention the `org-capture-last-stored'
1306 bookmark as a way to jump to the last stored capture.
1307
1308 * org.texi (Uploading files): Fix typo.
1309
1310 * org.texi (Using capture): Document `C-0' as a prefix argument
1311 for `org-capture'.
1312
1313 * org.texi (Agenda commands): Document persistent marks.
1314
1315 * org.texi (Template expansion): Update doc to reflect change.
1316
1317 * org.texi (Radio tables): Document the :no-escape parameter.
1318
1319 * org.texi (Repeated tasks): Document repeat cookies for years,
1320 months, weeks, days and hours.
1321
1322 * org.texi (Export options): State that you can use the d: option
1323 by specifying a list of drawers.
1324
1325 * org.texi (HTML preamble and postamble): Small doc improvement.
1326
1327 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
1328
1329 * org.texi: The sections in the Exporting section of the manual
1330 left out articles in the description of the org-export-as-*
1331 commands, among other places. This patch adds them, adds a few
1332 missing prepositions, and switches instances of "an HTML" to "a
1333 html" for internal consistency.
1334
1335 * org.texi: Alter several examples of headings with timestamps in
1336 them to include the timestamps in the body instead of the heading.
1337
1338 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
1339
1340 * org.texi (Agenda dispatcher): Document sticky agenda views and
1341 the new key for them.
1342
1343 2012-09-30 Charles <millarc@verizon.net> (tiny change)
1344
1345 * org.texi (Advanced features): Fix error in table.
1346
1347 2012-09-30 Feng Shu <tumashu@gmail.com>
1348
1349 * org.texi (@LaTeX{} fragments): Document imagemagick as an
1350 alternative to dvipng.
1351
1352 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
1353
1354 * org.texi: Remove extra curly bracket.
1355
1356 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
1357
1358 * org.texi (org-clock-in-last and org-clock-cancel): Update the
1359 defkeys.
1360
1361 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1362
1363 * org.texi (Agenda commands): Fix two typos by giving
1364 corresponding function names, according to
1365 `org-agenda-view-mode-dispatch'.
1366
1367 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
1368
1369 * org.texi (The spreadsheet): Fix typo.
1370
1371 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
1372
1373 * org.texi (Tracking your habits): Point to the "Tracking TODO
1374 state changes" section.
1375
1376 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
1377
1378 * org.texi (Literal examples): Remove reference to unknown
1379 `org-export-latex-minted' variable. Also simplify footnote since
1380 `org-export-latex-listings' documentation is exhaustive already.
1381
1382 * org.texi (Plain lists): Remove reference to now hard-coded
1383 `bullet' automatic rule.
1384
1385 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
1386
1387 * org.texi: Updated documentation accordingly.
1388
1389 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1390
1391 * texinfo.tex: Merge from gnulib.
1392
1393 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
1394
1395 Sync with Tramp 2.2.6.
1396
1397 * tramp.texi (Bug Reports): Cleanup caches before a test run.
1398
1399 * trampver.texi: Update release number.
1400
1401 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1402
1403 * texinfo.tex: Merge from gnulib.
1404
1405 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
1406
1407 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
1408 (bug#12096).
1409
1410 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1411
1412 * calc.texi (Simplification modes, Conversions)
1413 (Operating on Selections): Mention "basic" simplification.
1414 (The Calc Mode Line): Mention the mode line display for Basic
1415 simplification mode.
1416 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
1417 simplifications.
1418 (Basic Simplifications): Rename from "Limited Simplifications"
1419 Replace "limited" by "basic" throughout.
1420 (Algebraic Simplifications): Indicate that the algebraic
1421 simplifications are done by default.
1422 (Unsafe Simplifications): Mention `m E'.
1423 (Simplification of Units): Mention `m U'.
1424 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
1425 (Kinds of Declarations, Functions for Declarations):
1426 Mention "algebraic simplifications" instead of `a s'.
1427 (Algebraic Entry): Remove mention of default simplifications.
1428
1429 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1430
1431 * calc.texi (Getting Started, Tutorial): Change simulated
1432 Calc output to match actual output.
1433 (Simplifying Formulas): Mention that algebraic simplification is now
1434 the default.
1435
1436 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1437
1438 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
1439 (Bug#12073)
1440
1441 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1442
1443 Prefer typical American spelling for "acknowledgment".
1444 * calc.texi (History and Acknowledgments): Rename from
1445 History and Acknowledgements.
1446 * idlwave.texi (Acknowledgments):
1447 * ses.texi (Acknowledgments):
1448 * woman.texi (Acknowledgments): Rename from Acknowledgements.
1449
1450 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1451
1452 Rename configure.in to configure.ac (Bug#11603).
1453 * ede.texi (Compiler and Linker objects, ede-proj-project)
1454 (ede-step-project): Prefer the name configure.ac to configure.in.
1455
1456 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
1457
1458 * tramp.texi (Multi-hops):
1459 Introduce `tramp-restricted-shell-hosts-alist'.
1460
1461 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1462
1463 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
1464 methods, so don't mention smtpmail here.
1465
1466 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1467
1468 * gnus.texi (Picons): Document gnus-picon-properties.
1469
1470 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1471
1472 * gnus.texi: Remove mention of compilation, as that's no longer
1473 supported.
1474
1475 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1476
1477 * gnus.texi (Archived Messages): Mention
1478 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
1479
1480 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1481
1482 * gnus.texi (Various Summary Stuff):
1483 Remove mention of `gnus-propagate-marks'.
1484
1485 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1486
1487 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
1488 which no longer exist.
1489
1490 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1491
1492 * gnus.texi (Archived Messages):
1493 Document gnus-gcc-self-resent-messages.
1494
1495 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1496
1497 * message.texi (Mail Variables):
1498 Mention the optional user parameter for X-Message-SMTP-Method.
1499
1500 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1501
1502 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
1503
1504 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
1505
1506 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1507
1508 * gnus.texi (Key Index): Change encoding to utf-8.
1509
1510 2012-06-21 Glenn Morris <rgm@gnu.org>
1511
1512 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1513
1514 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1515
1516 * gnus.texi (Group Timestamp): Mention where to find documentation for
1517 the `gnus-tmp-' variables (bug#11601).
1518
1519 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
1520
1521 Sync with Tramp 2.2.6-pre.
1522
1523 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
1524 where appropriate.
1525 (Ad-hoc multi-hops): New section.
1526 (Remote processes): New subsection "Running remote processes on
1527 Windows hosts".
1528 (History): Add remote commands on Windows, and ad-hoc multi-hop
1529 methods.
1530 (External methods): "ControlPersist" must be set to "no" for the
1531 `scpc' method.
1532 (Remote processes): Add a note about `auto-revert-tail-mode'.
1533 (Frequently Asked Questions): Use "scpx" in combination with
1534 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
1535
1536 * trampver.texi: Update release number.
1537
1538 2012-06-10 Chong Yidong <cyd@gnu.org>
1539
1540 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
1541 compilation for html-mono.
1542
1543 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
1544
1545 * texinfo.tex: Merge from gnulib.
1546
1547 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
1548
1549 * Makefile.in (echo-info): Don't try to install info files named
1550 just ".info".
1551
1552 2012-05-28 Glenn Morris <rgm@gnu.org>
1553
1554 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
1555
1556 * sc.texi: Nuke hand-written node pointers.
1557 Fix top-level menu to match actual node order.
1558
1559 2012-05-27 Glenn Morris <rgm@gnu.org>
1560
1561 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
1562 Some associated fixes, including not messing with chapno in cl.texi.
1563
1564 2012-05-27 Bastien Guerry <bzg@gnu.org>
1565
1566 * org.texi (Durations and time values): Fix typo.
1567
1568 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1569
1570 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
1571 Mention `calc-ensure-consistent-units'.
1572
1573 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
1574
1575 * cc-mode.texi: Avoid space before macro in 4th argument of cross
1576 reference commands. (Bug#11461)
1577
1578 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
1579
1580 2012-05-12 Glenn Morris <rgm@gnu.org>
1581
1582 * Makefile.in (mostlyclean): Add more TeX intermediates.
1583
1584 * Makefile.in: Make it look more like the other doc Makefiles.
1585 Use explicit $srcdir in all dependencies.
1586 Remove cd $srcdir from rules.
1587 (VPATH): Remove.
1588 (infodir): Set to an absolute path.
1589 (INFO_TARGETS): Use short names.
1590 (mkinfodir): infodir is now absolute.
1591 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
1592
1593 * Makefile.in (info.info): Rename from info, to avoid duplication.
1594 (.SUFFIXES): Disable implicit rules.
1595
1596 * Makefile.in (MKDIR_P): New, set by configure.
1597 (mkinfodir): Use $MKDIR_P.
1598
1599 2012-05-07 Glenn Morris <rgm@gnu.org>
1600
1601 * forms.texi (Long Example): Update for changed location of files.
1602
1603 2012-05-04 Glenn Morris <rgm@gnu.org>
1604
1605 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1606 (INFO_TARGETS): Use $INFO_EXT.
1607 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1608 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1609 (INFO_TARGETS): Use $INFO_EXT.
1610 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1611
1612 2012-05-02 Glenn Morris <rgm@gnu.org>
1613
1614 * Makefile.in (echo-info): New phony target, used by top-level.
1615
1616 * viper.texi: Make direntry shorter (also it is no longer "newest").
1617
1618 * emacs-gnutls.texi, ert.texi, org.texi:
1619 Fix dircategory, direntry to match info/dir.
1620
1621 * faq.texi: Convert @inforefs to @xrefs.
1622 Fix some malformed cross-references.
1623 (File-name conventions): Shorten section name to avoid overfull line.
1624 (How to add fonts): Use smallexample to avoid overfull lines.
1625
1626 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
1627
1628 * auth.texi (Help for users): Update for .gpg file being second.
1629
1630 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
1631
1632 * org.texi (Agenda commands): Fix two typos: give corresponding
1633 function names, according to `org-agenda-view-mode-dispatch'.
1634
1635 2012-04-27 Glenn Morris <rgm@gnu.org>
1636
1637 * faq.texi (Major packages and programs): Remove section.
1638 There is no point listing 6 packages (cf etc/MORE.STUFF).
1639 (Finding Emacs and related packages): Move "Spell-checkers" here.
1640
1641 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
1642
1643 * dbus.texi (Version): New node.
1644 (Properties and Annotations): Mention the object manager
1645 interface. Describe dbus-get-all-managed-objects.
1646 (Type Conversion): Floating point numbers are allowed, if an
1647 anteger does not fit Emacs's integer range.
1648 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
1649 (Asynchronous Methods): Fix description of
1650 dbus-call-method-asynchronously.
1651 (Receiving Method Calls): Fix some minor errors.
1652 Add dbus-interface-emacs.
1653 (Signals): Describe unicast signals and the new match rules.
1654 (Alternative Buses): Add the PRIVATE optional argument to
1655 dbus-init-bus. Describe its new return value. Add dbus-setenv.
1656
1657 2012-04-20 Glenn Morris <rgm@gnu.org>
1658
1659 * faq.texi (New in Emacs 24): New section.
1660 (Packages that do not come with Emacs): Mention M-x list-packages.
1661
1662 2012-04-14 Alan Mackenzie <acm@muc.de>
1663
1664 * cc-mode.texi (c-offsets-alist): Correct a typo.
1665
1666 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
1667
1668 * org.texi (Deadlines and scheduling): Fix the example: the
1669 DEADLINE item should come right after the headline. We enforce
1670 this convention, so it is a bug not to illustrate it correctly in
1671 the manual.
1672
1673 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1674
1675 * org.texi (Agenda commands): Fix documentation bug by swapping
1676 the equivalent keybindings to `org-agenda-next-line' with the ones
1677 to `org-agenda-previous-line'.
1678
1679 2012-04-14 Glenn Morris <rgm@gnu.org>
1680
1681 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1682
1683 2012-04-09 Eli Zaretskii <eliz@gnu.org>
1684
1685 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
1686 Add emacs-gnutls.
1687 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
1688
1689 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1690
1691 * Makefile.in: Add emacs-gnutls.texi to build.
1692
1693 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
1694
1695 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1696
1697 * auth.texi (Secret Service API): Edit further and give examples.
1698 (Secret Service API): Adjust @samp to @code for collection names.
1699
1700 2012-04-04 Glenn Morris <rgm@gnu.org>
1701
1702 * auth.texi (Secret Service API): Copyedits.
1703 (Help for developers): Fill in some missing function doc-strings.
1704 (Help for users, Help for developers)
1705 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
1706
1707 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
1708
1709 * auth.texi (Secret Service API): Add the missing text.
1710
1711 2012-04-04 Chong Yidong <cyd@gnu.org>
1712
1713 * message.texi (Using PGP/MIME): Note that epg is now the default.
1714
1715 * gnus.texi: Reduce references to obsolete pgg library.
1716 (Security): Note that epg is now the default.
1717
1718 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
1719
1720 * nxml-mode.texi (Completion): C-RET is no longer bound to
1721 nxml-complete.
1722
1723 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1724
1725 * org.texi (Customizing tables in ODT export): Correct few errors.
1726
1727 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1728
1729 * org.texi (Links in ODT export): Update.
1730 (Labels and captions in ODT export): New node.
1731
1732 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1733
1734 * org.texi (Literal examples in ODT export): htmlfontify.el in
1735 Emacs-24.1 now supports fontification. So ODT source blocks will
1736 be fontified by default.
1737
1738 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
1739
1740 * org.texi (Refiling notes): Remove duplicated keybinding.
1741
1742 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1743
1744 * org.texi (noweb): Documentation of this new option to the :noweb
1745 header argument.
1746
1747 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
1748
1749 * org.texi (Header and sectioning): Add example demonstrating how
1750 to use "LaTeX_CLASS_OPTIONS".
1751
1752 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1753
1754 * org.texi (Noweb reference syntax): Describe the ability to
1755 execute noweb references in the manual.
1756
1757 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1758
1759 * org.texi (cache): Improve cache documentation when session
1760 evaluation is used.
1761
1762 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1763
1764 * org.texi (Plain lists): Document removal.
1765
1766 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
1767
1768 * org.texi: Decapitalize file name in references to Calc manual.
1769
1770 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1771
1772 * org.texi (Plain lists): Document removal.
1773
1774 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1775
1776 * org.texi (Top, OpenDocument Text export)
1777 (ODT export commands, Extending ODT export)
1778 (Images in ODT export, Tables in ODT export)
1779 (Configuring a document converter): Add or Update.
1780
1781 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
1782
1783 * org.texi (MobileOrg): Change the wording to reflect that the
1784 Android Version is no longer just the little brother of the iOS
1785 version.
1786
1787 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1788
1789 * org.texi (Key bindings and useful functions): Update babel key
1790 binding documentation in manual.
1791
1792 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1793
1794 * org.texi (noweb): Document new noweb header value.
1795
1796 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1797
1798 * org.texi (noweb-sep): Document new header argument.
1799
1800 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1801
1802 * org.texi (noweb-ref): Documentation of this new custom variable.
1803
1804 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1805
1806 * org.texi (wrap): Update the new :wrap documentation to match the
1807 current implementation.
1808
1809 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1810
1811 * org.texi: Added documentation for :wrap.
1812
1813 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1814
1815 * org.texi: #+RESULTS now user-configurable.
1816
1817 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1818
1819 * org.texi: Documented :noweb no-export.
1820
1821 2012-04-01 Thomas Dye <dk@poto.local>
1822
1823 * org.texi: Edit :noweb no header argument for correctness.
1824
1825 2012-04-01 Bastien Guerry <bzg@gnu.org>
1826
1827 * org.texi (Customization): Update the approximate number of Org
1828 variables.
1829
1830 2012-04-01 Thomas Dye <dk@poto.local>
1831
1832 * org.texi: The :results wrap produces a drawer instead of a
1833 begin_results block.
1834
1835 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
1836
1837 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
1838 reflect the new default.
1839
1840 2012-03-10 Eli Zaretskii <eliz@gnu.org>
1841
1842 * info.texi (Expert Info): Move the index entry for "Texinfo" from
1843 "Getting Started" to this node. (Bug#10450)
1844
1845 2012-03-10 Chong Yidong <cyd@gnu.org>
1846
1847 * flymake.texi (Example -- Configuring a tool called via make):
1848 Mention the Automake COMPILE variable (Bug#8715).
1849
1850 * info.texi (Getting Started): Add an index entry (Bug#10450).
1851
1852 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
1853
1854 * dbus.texi (Signals): Known names will be mapped onto unique
1855 names, when registering for signals.
1856
1857 2012-02-29 Glenn Morris <rgm@gnu.org>
1858
1859 * url.texi: Fix quote usage in body text.
1860
1861 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
1862
1863 * cl.texi: Use @code{} in menus when appropriate.
1864
1865 2012-02-28 Glenn Morris <rgm@gnu.org>
1866
1867 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
1868 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1869 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1870 * org.texi, sc.texi, vip.texi, viper.texi:
1871 Standardize possessive apostrophe usage.
1872
1873 2012-02-26 Chong Yidong <cyd@gnu.org>
1874
1875 * ediff.texi (Quick Help Commands): Add a couple of index entries
1876 (Bug#10834).
1877
1878 2012-02-17 Glenn Morris <rgm@gnu.org>
1879
1880 * gnus.texi (Posting Styles):
1881 * remember.texi (Org): Fix cross-refs to other manuals.
1882
1883 2012-02-15 Glenn Morris <rgm@gnu.org>
1884
1885 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1886 (Encryption): New chapter, split out from previous.
1887
1888 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1889
1890 * gnus.texi (Customizing the IMAP Connection):
1891 Mention nnimap-record-commands.
1892
1893 2012-02-10 Glenn Morris <rgm@gnu.org>
1894
1895 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1896 Mention url-queue-retrieve.
1897
1898 2012-02-09 Glenn Morris <rgm@gnu.org>
1899
1900 * sem-user.texi (Semantic mode user commands): Typo fix.
1901
1902 * info.texi (Create Info buffer): Mention info-display-manual.
1903
1904 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1905
1906 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1907 example (modified from an example by Michael Albinus).
1908
1909 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1910
1911 * gnus.texi (Agent Basics): Fix outdated description of
1912 `gnus-agent-auto-agentize-methods'.
1913
1914 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1915
1916 * cc-mode.texi: Always @defindex ss.
1917 (Config Basics): Fix argument of @itemize.
1918 (Macro Backslashes): Add @code around index entry.
1919
1920 2012-01-23 Glenn Morris <rgm@gnu.org>
1921
1922 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1923
1924 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1925
1926 * tramp.texi (File): Tweak wording for the `scpc' option.
1927
1928 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1929
1930 * gnus.texi (Group Parameters): Really note precedence.
1931
1932 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1933
1934 * gnus.texi (Group Parameters): Note precedence.
1935
1936 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
1937
1938 * org.texi (Noweb reference syntax): Adding documentation of
1939 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1940 variable.
1941
1942 2012-01-03 Bastien Guerry <bzg@gnu.org>
1943
1944 * org.texi (Plain lists): Split the table to fix the display
1945 of items.
1946
1947 2012-01-03 Bastien Guerry <bzg@gnu.org>
1948
1949 * org.texi (Plain lists): Fix misplaced explanation.
1950
1951 2012-01-03 Bastien Guerry <bzg@gnu.org>
1952
1953 * org.texi (Plain lists, Agenda files): Add index entries.
1954
1955 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1956
1957 * org.texi: Use "Org mode" instead of alternatives like
1958 "Org-mode" or "org-mode".
1959
1960 2012-01-03 Bernt Hansen <bernt@norang.ca>
1961
1962 * org.texi (Agenda commands):
1963 Document `org-clock-report-include-clocking-task'.
1964
1965 2012-01-03 Bastien Guerry <bzg@gnu.org>
1966
1967 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1968 C-c' on checkboxes.
1969
1970 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1971
1972 * org.texi: End sentences with two spaces.
1973
1974 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1975
1976 * org.texi (External links): Document the link types file+sys
1977 and file+emacs, slightly narrow used page width.
1978
1979 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
1980
1981 * org.texi (colnames): Note that colnames behavior may differ
1982 across languages.
1983
1984 2012-01-03 Bastien Guerry <bzg@gnu.org>
1985
1986 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1987
1988 2012-01-03 Thomas Dye <dk@poto.westell.com>
1989
1990 * org.texi: Augmented discussion of babel property
1991 inheritance. Put footnote outside sentence ending period.
1992
1993 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1994
1995 * org.texi (eval): Documenting the full range of :eval header
1996 argument values.
1997
1998 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1999
2000 * org.texi (eval): Documentation of the new :eval option.
2001
2002 2012-01-03 Thomas Dye <dk@poto.local>
2003
2004 * org.texi: Add accumulated properties.
2005
2006 2012-01-03 Thomas Dye <dk@poto.local>
2007
2008 * org.texi: Documented no spaces in name=assign, another
2009 correction to :var table.
2010
2011 2012-01-03 Thomas Dye <dk@poto.local>
2012
2013 * org.texi: Changed DATA to NAME in Working With Source Code
2014 section.
2015
2016 2012-01-03 Tom Dye <tsd@tsdye.com>
2017
2018 * org.texi: Minor change to :var table.
2019
2020 2012-01-03 Tom Dye <tsd@tsdye.com>
2021
2022 * org.texi: More changes to :var table (some examples were wrong).
2023
2024 2012-01-03 Tom Dye <tsd@tsdye.com>
2025
2026 * org.texi: Cleaned up :var table.
2027
2028 2012-01-03 Bastien Guerry <bzg@gnu.org>
2029
2030 * org.texi (Timestamps, Weekly/daily agenda)
2031 (Weekly/daily agenda): Add @cindex for "appointment".
2032
2033 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2034
2035 * org.texi (Literal examples): A new link to the template for
2036 inserting empty code blocks.
2037 (Structure of code blocks): A new link to the template for
2038 inserting empty code blocks.
2039
2040 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
2041
2042 * org.texi (External links): Add footnote on how the behavior
2043 of the text search in Org files are controled by the variable
2044 `org-link-search-must-match-exact-headline'.
2045
2046 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2047
2048 * org.texi (Buffer-wide header arguments):
2049 Update documentation to reflect removal of #+PROPERTIES.
2050
2051 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2052
2053 * org.texi (The clock table): Mention that ACHIVED trees
2054 contribute to the clock table.
2055
2056 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2057
2058 * org.texi (Conflicts): Better yasnippet config info.
2059
2060 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
2061
2062 * org.texi (Selective export): Explicitely mention the default
2063 values for `org-export-select-tags',
2064 `org-export-exclude-tags'.
2065
2066 2012-01-03 Tom Dye <tsd@tsdye.com>
2067
2068 * org.texi: Added a line to specify that header arguments are
2069 lowercase.
2070
2071 2012-01-03 Tom Dye <tsd@tsdye.com>
2072
2073 * org.texi: :var requires default value when declared.
2074
2075 2012-01-03 Bastien Guerry <bzg@gnu.org>
2076
2077 * org.texi (Handling links): Add a note about the
2078 `org-link-frame-setup' option.
2079
2080 2012-01-03 David Maus <dmaus@ictsoc.de>
2081
2082 * org.texi (Exporting Agenda Views, Extracting agenda
2083 information): Fix command line syntax, quote symbol parameter
2084 values.
2085
2086 2012-01-03 David Maus <dmaus@ictsoc.de>
2087
2088 * org.texi (Exporting Agenda Views): Fix command line syntax.
2089
2090 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2091
2092 * gnus.texi (Mail Source Customization, Mail Back End Variables):
2093 Use octal notation for file permissions, which are normally
2094 thought of in octal.
2095 (Mail Back End Variables): Use more-plausible modes in example.
2096
2097 2011-12-20 Alan Mackenzie <acm@muc.de>
2098
2099 * cc-mode.texi: Update version string 5.31 -> 5.32.
2100
2101 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
2102
2103 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
2104
2105 2011-11-24 Glenn Morris <rgm@gnu.org>
2106
2107 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
2108
2109 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2110
2111 * makefile.w32-in: Update dependencies.
2112
2113 2011-11-20 Glenn Morris <rgm@gnu.org>
2114
2115 * gnus.texi (Group Information):
2116 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
2117
2118 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2119
2120 * gnus-coding.texi (Gnus Maintenance Guide):
2121 Rename from "Gnus Maintainance Guide".
2122
2123 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
2124 * eieio.texi (Customizing):
2125 * gnus.texi (Article Washing):
2126 * gnus-news.texi:
2127 * sem-user.texi (Smart Jump): Fix typos.
2128
2129 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2130
2131 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
2132
2133 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2134
2135 * ede.texi (project-am-texinfo):
2136 * gnus.texi (Sending or Not Sending):
2137 * org.texi (Template elements): Fix typos.
2138
2139 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
2140
2141 * ediff.texi (Hooks):
2142 * sem-user.texi (Semanticdb Roots): Fix typos.
2143
2144 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
2145
2146 * semantic.texi (Tag handling): Fix typo.
2147
2148 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
2149
2150 * gnus.texi (Other Gnus Versions): Remove.
2151
2152 2011-10-28 Alan Mackenzie <acm@muc.de>
2153
2154 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
2155 (Other Special Indentations): Add an xref to "Macros with ;".
2156 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
2157 "Macros with ;".
2158 (Macros with ;): New page.
2159
2160 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
2161 Document the new handling of nested scopes for movement by defuns.
2162
2163 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
2164
2165 Sync with Tramp 2.2.3.
2166
2167 * trampver.texi: Update release number.
2168
2169 2011-10-14 Glenn Morris <rgm@gnu.org>
2170
2171 * ert.texi (Introduction, How to Run Tests)
2172 (Running Tests Interactively, Expected Failures)
2173 (Tests and Their Environment, Useful Techniques)
2174 (Interactive Debugging, Fixtures and Test Suites):
2175 Minor rephrasings.
2176 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
2177 (Running Tests in Batch Mode): Simplify loading instructions.
2178 (Test Selectors): Clarify some selectors.
2179 (Expected Failures, Useful Techniques):
2180 Make examples fit in 80 columns.
2181
2182 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
2183
2184 * calc.texi (Basic Operations on Units): Discuss temperature
2185 conversion (`u t') alongside with other unit conversions ('u c').
2186
2187 2011-10-12 Glenn Morris <rgm@gnu.org>
2188
2189 * ert.texi: Whitespace trivia to make main menu items line up better.
2190
2191 2011-10-08 Glenn Morris <rgm@gnu.org>
2192
2193 * Makefile.in: Fix ert rules.
2194
2195 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2196
2197 * gnus.texi (Gnus Utility Functions): Add more references and
2198 explanations (bug#9683).
2199
2200 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2201
2202 * gnus.texi (Archived Messages): Note the default (bug#9552).
2203
2204 2011-09-21 Bill Wohler <wohler@newt.com>
2205
2206 Release MH-E manual version 8.3.
2207
2208 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2209 release 8.3.
2210 (Preface): Update support information.
2211 (From Bill Wohler): Reset text to original version. As a
2212 historical quote, the tense should be correct in the time that it
2213 was written.
2214
2215 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2216
2217 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
2218 (Finding the News): Doc clarification.
2219 (Terminology): Mention naming.
2220
2221 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2222
2223 * gnus.texi: Remove mentions of `recent', which are now obsolete.
2224 (Interactive): Document `quiet'.
2225
2226 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
2227
2228 * org.texi (Images in LaTeX export): Rewrite.
2229
2230 2011-08-15 Bastien Guerry <bzg@gnu.org>
2231
2232 * org.texi (Using the mapping API): Mention 'region as a possible
2233 scope for `org-map-entries'.
2234
2235 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2236
2237 * org.texi (Visibility cycling): Document `org-copy-visible'.
2238
2239 2011-08-15 Bastien Guerry <bzg@gnu.org>
2240
2241 * org.texi (Template expansion): Order template sequences in the
2242 proper order.
2243
2244 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2245
2246 * org.texi (eval): Expand discussion of the :eval header argument.
2247
2248 2011-08-15 Bastien Guerry <bzg@gnu.org>
2249
2250 * org.texi (Languages): Add Lilypond and Awk as supported
2251 languages.
2252
2253 2011-08-15 Achim Gratz <stromeko@nexgo.de>
2254
2255 * org.texi: Document that both CLOCK_INTO_DRAWER and
2256 LOG_INTO_DRAWER can be used to override the contents of variable
2257 org-clock-into-drawer (or if unset, org-log-into-drawer).
2258
2259 * org.texi: Replace @xref->@pxref.
2260
2261 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2262
2263 * org.texi (Evaluating code blocks): Documenting the new option
2264 for inline call lines.
2265
2266 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2267
2268 * org.texi (Results of evaluation): More explicit about the
2269 mechanism through which interactive evaluation of code is
2270 performed.
2271
2272 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2273
2274 * org.texi (noweb-ref): New header argument documentation.
2275
2276 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2277
2278 * org.texi (Extracting source code): Documentation of the new
2279 org-babel-tangle-named-block-combination variable.
2280
2281 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2282
2283 * org.texi (Structure of code blocks): Explicitly state that the
2284 behavior of multiple blocks of the same name is undefined.
2285
2286 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
2287
2288 * org.texi (TaskJuggler export): Modify the example to reflect the
2289 new effort durations.
2290
2291 2011-08-15 David Maus <dmaus@ictsoc.de>
2292
2293 * org.texi (Images in LaTeX export): Escape curly brackets in
2294 LaTeX example.
2295
2296 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2297
2298 * org.texi (The clock table): Document the :properties and
2299 :inherit-props arguments for the clocktable.
2300
2301 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2302
2303 * org.texi (Tables in LaTeX export): Document specifying placement
2304 options for tables.
2305
2306 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2307
2308 * org.texi (Evaluating code blocks): More specific documentation
2309 about the different types of header arguments.
2310
2311 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2312
2313 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
2314
2315 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2316
2317 * org.texi (Built-in table editor): Document the table field
2318 follow mode.
2319
2320 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
2321
2322 * org.texi (Easy Templates): Document new template.
2323
2324 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
2325
2326 * org.texi (Literal examples): Add a cross-reference from "Literal
2327 Examples" to "Easy Templates."
2328
2329 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2330
2331 * org.texi (The clock table): Add link to match syntax.
2332
2333 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2334
2335 * org.texi (Agenda commands): Document clock consistency checks.
2336
2337 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2338
2339 * org.texi (Built-in table editor): Document that \vert represents
2340 a vertical bar in a table field.
2341
2342 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2343
2344 * org.texi (Literal examples): Link from "Markup" > "Literate
2345 Examples" to "Working with Source Code".
2346
2347 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
2348
2349 * org.texi (Agenda commands): Doc for function option to bulk
2350 action.
2351
2352 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2353
2354 * org.texi (Template expansion): Document new %<...> template
2355 escape.
2356
2357 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2358
2359 * org.texi (Selective export): Document exclusion of any tasks
2360 from export.
2361
2362 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2363
2364 * org.texi (Selective export): Document how to exclude DONE tasks
2365 from export.
2366 (Publishing options): Document the properties to be used to turn off
2367 export of DONE tasks.
2368
2369 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2370
2371 * org.texi (The date/time prompt): Document date range protection.
2372
2373 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2374
2375 * org.texi (padline): Documentation of the new padline header
2376 argument.
2377
2378 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2379
2380 * org.texi (var): Adding "[" to list of characters triggering
2381 elisp evaluation.
2382
2383 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2384
2385 * org.texi (var): Documentation of Emacs Lisp evaluation during
2386 variable assignment.
2387
2388 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2389
2390 * org.texi (colnames): Reference indexing into variables, and note
2391 that colnames are *not* removed before indexing occurs.
2392 (rownames): Reference indexing into variables, and note that
2393 rownames are *not* removed before indexing occurs.
2394
2395 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2396
2397 * org.texi (var): Clarification of indexing into tabular
2398 variables.
2399
2400 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2401
2402 * org.texi (results): Documentation of the `:results wrap' header
2403 argument.
2404
2405 2011-08-15 Bastien Guerry <bzg@gnu.org>
2406
2407 * org.texi (LaTeX and PDF export): Add a note about a limitation
2408 of the LaTeX export: the org file has to be properly structured.
2409
2410 2011-08-15 Bastien Guerry <bzg@gnu.org>
2411
2412 * org.texi (Dynamic blocks, Structure editing):
2413 Mention the function `org-narrow-to-block'.
2414
2415 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2416
2417 * org.texi (Languages): Updating list of code block supported
2418 languages.
2419
2420 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2421
2422 * org.texi (Special properties): CATEGORY is a special property,
2423 but it may also used in the drawer.
2424
2425 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2426
2427 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
2428
2429 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
2430
2431 * org.texi (Include files): Document :lines.
2432
2433 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2434
2435 * org.texi (comments): Documentation of the ":comments noweb" code
2436 block header argument.
2437
2438 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2439
2440 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
2441 added extra whitespace around functions to be consistent with the
2442 rest of the section.
2443
2444 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2445
2446 * org.texi (Evaluating code blocks): Expand discussion of
2447 #+call: line syntax.
2448 (Header arguments in function calls): Expand discussion of
2449 #+call: line syntax.
2450
2451 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2452
2453 * org.texi (Evaluating code blocks): More explicit about how to
2454 pass variables to #+call lines.
2455
2456 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2457
2458 * org.texi (Results of evaluation): Link to the :results header
2459 argument list from the "Results of evaluation" section.
2460
2461 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2462
2463 * org.texi (Conflicts): Adding additional information about
2464 resolving org/yasnippet conflicts.
2465
2466 2011-08-15 David Maus <dmaus@ictsoc.de>
2467
2468 * org.texi (Publishing options): Document style-include-scripts
2469 publishing project property.
2470
2471 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2472
2473 * org.texi (Sparse trees): Document the next-error /
2474 previous-error functionality.
2475
2476 2011-08-15 Tom Dye <tsd@tsdye.com>
2477
2478 * org.texi (cache): Improve documentation of code block caches.
2479
2480 2011-08-15 Tom Dye <tsd@tsdye.com>
2481
2482 * org.texi (Code block specific header arguments):
2483 Documentation of multi-line header arguments.
2484
2485 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2486
2487 * org.texi (Code evaluation security): Add example for using a
2488 function.
2489
2490 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2491
2492 * org.texi (Tables in LaTeX export): Documentation of new
2493 attr_latex options for tables.
2494
2495 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
2496
2497 * trampver.texi: Update release number.
2498
2499 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
2500
2501 Sync with Tramp 2.2.2.
2502
2503 * trampver.texi: Update release number.
2504
2505 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2506
2507 * flymake.texi (Example -- Configuring a tool called via make):
2508 Use /dev/null instead of the Windows "nul" (bug#8715).
2509
2510 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2511
2512 * widget.texi (Setting Up the Buffer): Remove mention of the
2513 global keymap parent, which doesn't seem to be accurate
2514 (bug#7045).
2515
2516 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2517
2518 * org.texi (Special agenda views): Fix double quoting (bug#3509).
2519
2520 2010-07-10 Kevin Ryde <user42@zip.com.au>
2521
2522 * cl.texi (For Clauses): Add destructuring example processing an
2523 alist (bug#6596).
2524
2525 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2526
2527 * ediff.texi (Major Entry Points): Remove mention of `require',
2528 since that's not pertinent in the installed Emacs (bug#9016).
2529
2530 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2531
2532 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
2533 (Filtering New Groups): Clarify how simple the "options -n" format is.
2534 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
2535 is internal.
2536
2537 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
2538
2539 * tramp.texi (Cleanup remote connections):
2540 Add `tramp-cleanup-this-connection'.
2541
2542 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2543
2544 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
2545 zombies.
2546 (Checking New Groups): Ditto (bug#8974).
2547 (Checking New Groups): Move the reference to the right place.
2548
2549 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
2550
2551 * gnus.texi (Startup Files): Clarify that we're talking about numbered
2552 backups, and not actual vc (bug#8975).
2553
2554 2011-07-03 Kevin Ryde <user42@zip.com.au>
2555
2556 * cl.texi (For Clauses): @items for hash-values and key-bindings
2557 to make them more visible when skimming. Add examples of `using'
2558 clause to them, examples being clearer than a description in
2559 words (bug#6599).
2560
2561 2011-07-01 Alan Mackenzie <acm@muc.de>
2562
2563 * cc-mode.texi (Guessing the Style): New page.
2564 (Styles): Add a short introduction to above.
2565
2566 2011-06-28 Deniz Dogan <deniz@dogan.se>
2567
2568 * rcirc.texi (Configuration): Bug-fix:
2569 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
2570 Reported by Elias Pipping <pipping@exherbo.org>.
2571
2572 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2573
2574 * gnus.texi (Summary Mail Commands):
2575 Document `gnus-summary-reply-to-list-with-original'.
2576
2577 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2578
2579 * eshell.texi (Known problems): Fix typo.
2580
2581 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
2582
2583 * tramp.texi (Customizing Completion): Mention authinfo-style files.
2584 (Password handling): `auth-source-debug' is good for debug messages.
2585
2586 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
2587
2588 * gnus.texi (Store custom flags and keywords): Refer to
2589 `gnus-registry-article-marks-to-{chars,names}' instead of
2590 `gnus-registry-user-format-function-{M,M2}'.
2591
2592 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2593
2594 * texinfo.tex: Merge from gnulib.
2595
2596 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
2597
2598 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
2599 (Store custom flags and keywords):
2600 Mention `gnus-registry-user-format-function-M' and
2601 `gnus-registry-user-format-function-M2'.
2602
2603 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2604
2605 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
2606
2607 2011-05-17 Glenn Morris <rgm@gnu.org>
2608
2609 * gnus.texi (Face): Fix typo.
2610
2611 2011-05-14 Glenn Morris <rgm@gnu.org>
2612
2613 * dired-x.texi (Omitting Examples): Minor addition.
2614
2615 2011-05-10 Jim Meyering <meyering@redhat.com>
2616
2617 * ede.texi: Fix typo "or or -> or".
2618
2619 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
2620
2621 * gnus.texi (Summary Buffer Lines):
2622 gnus-summary-user-date-format-alist does not exist.
2623 (Sorting the Summary Buffer): More about sorting threads.
2624
2625 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
2626
2627 * trampver.texi: Update release number.
2628
2629 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
2630
2631 * tramp.texi (Frequently Asked Questions): New item for disabling
2632 Tramp in other packages.
2633
2634 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
2635
2636 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
2637 (Fancy splitting to parent, Store arbitrary data):
2638 Update gnus-registry docs.
2639
2640 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
2641
2642 * ede.texi: Fix typos.
2643
2644 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2645
2646 * gnus.texi (Window Layout): @itemize @code doesn't exist.
2647 It's @table @code.
2648
2649 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
2650
2651 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
2652
2653 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2654
2655 * calc.texi (Logarithmic Units): Update the function names.
2656
2657 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2658
2659 * message.texi (Various Commands): Document format specs in the
2660 ellipsis.
2661
2662 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
2663
2664 * message.texi (Insertion Variables): Document message-cite-style.
2665
2666 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
2667
2668 * tramp.texi (Remote processes): New subsection "Running shell on
2669 a remote host".
2670
2671 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2672
2673 * auth.texi (Help for developers): Update docs to explain that the
2674 :save-function will only run the first time.
2675
2676 2011-03-12 Glenn Morris <rgm@gnu.org>
2677
2678 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
2679 (emacs-faq.text): New target.
2680 (clean): Add emacs-faq.
2681
2682 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
2683
2684 Sync with Tramp 2.2.1.
2685
2686 * trampver.texi: Update release number.
2687
2688 2011-03-11 Glenn Morris <rgm@gnu.org>
2689
2690 * Makefile.in (HTML_TARGETS): New.
2691 (clean): Delete $HTML_TARGETS.
2692 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
2693
2694 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
2695
2696 * auth.texi (Help for developers): Show example of using
2697 `auth-source-search' with prompts and :save-function.
2698
2699 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2700
2701 * Version 23.3 released.
2702
2703 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
2704
2705 * message.texi (Message Buffers): Update default value of
2706 message-generate-new-buffers.
2707
2708 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
2709
2710 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
2711 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
2712 respectively.
2713 (Musical Notes): New section.
2714 (Customizing Calc): Mention the customizable variable
2715 calc-note-threshold.
2716
2717 2011-03-03 Glenn Morris <rgm@gnu.org>
2718
2719 * url.texi (Dealing with HTTP documents): Remove reference to
2720 function url-decode-text-part; never seems to have existed. (Bug#6038)
2721 (Configuration): Update url-configuration-directory description.
2722
2723 2011-03-02 Glenn Morris <rgm@gnu.org>
2724
2725 * dired-x.texi (Multiple Dired Directories): Remove mentions
2726 of dired-default-directory-alist and dired-default-directory.
2727 Move dired-smart-shell-command here...
2728 (Miscellaneous Commands): ... from here.
2729
2730 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2731
2732 * texinfo.tex: Update to version 2011-02-24.09.
2733
2734 2011-03-02 Glenn Morris <rgm@gnu.org>
2735
2736 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
2737 instead of the obsoleted dired-omit-here-always.
2738
2739 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
2740
2741 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
2742 supported systems.
2743
2744 2011-02-28 Glenn Morris <rgm@gnu.org>
2745
2746 * dbus.texi (Type Conversion): Grammar fix.
2747
2748 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
2749
2750 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
2751 "Debian GNU/Linux".
2752
2753 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
2754
2755 2011-02-23 Glenn Morris <rgm@gnu.org>
2756
2757 * dired-x.texi (Features): Minor rephrasing.
2758 (Local Variables): Fix typos.
2759
2760 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
2761 Standardize some Emacs/XEmacs terminology.
2762
2763 * dired-x.texi (Features): Don't advertise obsolete local variables.
2764 Simplify layout.
2765 (Omitting Variables): Update local variables example.
2766 (Local Variables): Say this is obsolete. Fix description of
2767 dired-enable-local-variables possible values.
2768
2769 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2770
2771 * auth.texi (Help for users): Mention ~/.netrc is also searched by
2772 default now.
2773
2774 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2775
2776 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
2777
2778 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2779
2780 * gnus.texi (Window Layout): Document layout names.
2781
2782 2011-02-19 Eli Zaretskii <eliz@gnu.org>
2783
2784 * ada-mode.texi: Sync @dircategory with ../../info/dir.
2785 * auth.texi: Sync @dircategory with ../../info/dir.
2786 * autotype.texi: Sync @dircategory with ../../info/dir.
2787 * calc.texi: Sync @dircategory with ../../info/dir.
2788 * cc-mode.texi: Sync @dircategory with ../../info/dir.
2789 * cl.texi: Sync @dircategory with ../../info/dir.
2790 * dbus.texi: Sync @dircategory with ../../info/dir.
2791 * dired-x.texi: Sync @dircategory with ../../info/dir.
2792 * ebrowse.texi: Sync @dircategory with ../../info/dir.
2793 * ede.texi: Sync @dircategory with ../../info/dir.
2794 * ediff.texi: Sync @dircategory with ../../info/dir.
2795 * edt.texi: Sync @dircategory with ../../info/dir.
2796 * eieio.texi: Sync @dircategory with ../../info/dir.
2797 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
2798 * epa.texi: Sync @dircategory with ../../info/dir.
2799 * erc.texi: Sync @dircategory with ../../info/dir.
2800 * eshell.texi: Sync @dircategory with ../../info/dir.
2801 * eudc.texi: Sync @dircategory with ../../info/dir.
2802 * flymake.texi: Sync @dircategory with ../../info/dir.
2803 * forms.texi: Sync @dircategory with ../../info/dir.
2804 * gnus.texi: Sync @dircategory with ../../info/dir.
2805 * idlwave.texi: Sync @dircategory with ../../info/dir.
2806 * mairix-el.texi: Sync @dircategory with ../../info/dir.
2807 * message.texi: Sync @dircategory with ../../info/dir.
2808 * mh-e.texi: Sync @dircategory with ../../info/dir.
2809 * newsticker.texi: Sync @dircategory with ../../info/dir.
2810 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
2811 * org.texi: Sync @dircategory with ../../info/dir.
2812 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
2813 * pgg.texi: Sync @dircategory with ../../info/dir.
2814 * rcirc.texi: Sync @dircategory with ../../info/dir.
2815 * reftex.texi: Sync @dircategory with ../../info/dir.
2816 * remember.texi: Sync @dircategory with ../../info/dir.
2817 * sasl.texi: Sync @dircategory with ../../info/dir.
2818 * sc.texi: Sync @dircategory with ../../info/dir.
2819 * semantic.texi: Sync @dircategory with ../../info/dir.
2820 * ses.texi: Sync @dircategory with ../../info/dir.
2821 * sieve.texi: Sync @dircategory with ../../info/dir.
2822 * smtpmail.texi: Sync @dircategory with ../../info/dir.
2823 * speedbar.texi: Sync @dircategory with ../../info/dir.
2824 * trampver.texi [emacs]: Set emacsname to "Emacs".
2825 * tramp.texi: Sync @dircategory with ../../info/dir.
2826 * url.texi: Sync @dircategory with ../../info/dir.
2827 * vip.texi: Sync @dircategory with ../../info/dir.
2828 * viper.texi: Sync @dircategory with ../../info/dir.
2829 * widget.texi: Sync @dircategory with ../../info/dir.
2830 * woman.texi: Sync @dircategory with ../../info/dir.
2831
2832 2011-02-19 Glenn Morris <rgm@gnu.org>
2833
2834 * dired-x.texi (Technical Details): No longer redefines
2835 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
2836 dired-read-shell-command, or dired-find-buffer-nocreate.
2837
2838 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
2839
2840 * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
2841
2842 2011-02-18 Glenn Morris <rgm@gnu.org>
2843
2844 * dired-x.texi (Optional Installation File At Point): Simplify.
2845
2846 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2847
2848 * auth.texi (Help for users): Use :port instead of :protocol for all
2849 auth-source docs.
2850 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
2851 to have two files in `auth-sources'.
2852
2853 2011-02-16 Glenn Morris <rgm@gnu.org>
2854
2855 * dired-x.texi: Use emacsver.texi to get Emacs version.
2856 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
2857 Depend on emacsver.texi.
2858
2859 * dired-x.texi: Drop meaningless version number.
2860 (Introduction): Remove old info.
2861 (Optional Installation Dired Jump): Autoload from dired-x.
2862 Remove incorrect info about loaddefs.el.
2863 (Bugs): Just refer to M-x report-emacs-bug.
2864
2865 * dired-x.texi (Multiple Dired Directories): Update for rename of
2866 default-directory-alist.
2867 (Miscellaneous Commands): No longer mention very old VM version 4.
2868
2869 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2870
2871 Merge from gnulib.
2872 * texinfo.tex: Update to version 2011-02-14.11.
2873
2874 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2875
2876 * auth.texi (Help for users):
2877 Login collection is "Login" and not "login".
2878
2879 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
2880
2881 * tramp.texi (History): Remove IMAP support.
2882 (External methods, Frequently Asked Questions): Remove `imap' and
2883 `imaps' methods.
2884 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2885
2886 * trampver.texi: Remove default value of `emacsimap'.
2887
2888 2011-02-13 Glenn Morris <rgm@gnu.org>
2889
2890 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2891 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2892
2893 2011-02-12 Glenn Morris <rgm@gnu.org>
2894
2895 * sc.texi (Getting Connected): Remove old index entries.
2896
2897 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
2898
2899 * url.texi: Remove duplicate @dircategory (Bug#7942).
2900
2901 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2902
2903 * auth.texi (Overview, Help for users, Help for developers):
2904 Update docs.
2905 (Help for users): Talk about spaces.
2906
2907 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2908
2909 * texinfo.tex: Update to version 2011-02-07.16.
2910
2911 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
2912
2913 * dbus.texi (Bus names): Adapt descriptions for
2914 dbus-list-activatable-names and dbus-list-known-names.
2915
2916 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2917
2918 * calc.texi (Logarithmic Units): New section.
2919
2920 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2921
2922 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2923 manuals use it now.
2924
2925 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
2926
2927 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2928
2929 * overrides.texi: Remove.
2930
2931 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2932 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2933
2934 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
2935
2936 * tramp.texi (Frequently Asked Questions): Mention problems with
2937 WinSSHD.
2938
2939 * trampver.texi: Update release number.
2940
2941 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2942
2943 * tramp.texi:
2944 Replace "delimet" with "delimit" globally.
2945 Replace "explicite" with "explicit" globally.
2946 Replace "instead of" with "instead" where there was nothing after "of".
2947 Audit use of comma before interrogative pronoun, "that", or "which".
2948 Minor word order, spelling, wording changes.
2949
2950 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2951
2952 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2953
2954 * sieve.texi: Use WEBHACKDEVEL.
2955
2956 * sasl.texi: Use WEBHACKDEVEL.
2957
2958 * pgg.texi: Use WEBHACKDEVEL.
2959
2960 * message.texi: Use WEBHACKDEVEL.
2961
2962 * gnus.texi: Use WEBHACKDEVEL.
2963
2964 * emacs-mime.texi: Use WEBHACKDEVEL.
2965
2966 * auth.texi: Use WEBHACKDEVEL.
2967
2968 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2969 manuals.
2970
2971 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2972
2973 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2974
2975 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2976
2977 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2978 which in turn is copied from ftp://tug.org/tex/.
2979
2980 2011-02-03 Glenn Morris <rgm@gnu.org>
2981
2982 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2983 (Binding combinations of modifiers and function keys):
2984 Let's assume people reading this are not using Emacs 18.
2985
2986 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2987
2988 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2989 since it's run automatically.
2990
2991 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2992
2993 * gnus.texi (Customizing Articles): Fix typo.
2994
2995 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2996
2997 * gnus.texi (Customizing Articles): Document the new way of customizing
2998 the date headers(s).
2999
3000 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3001
3002 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
3003 splitting example.
3004
3005 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3006
3007 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
3008 (MAKEINFO_OPTS): New variable.
3009 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
3010 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
3011 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
3012 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
3013 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
3014 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
3015 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
3016 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
3017 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
3018 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
3019 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
3020 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
3021 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
3022 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
3023 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
3024 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
3025 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
3026 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
3027
3028 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3029
3030 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
3031
3032 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
3033
3034 * message.texi (IDNA): Explain what it is.
3035
3036 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
3037
3038 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
3039
3040 2011-01-23 Werner Lemberg <wl@gnu.org>
3041
3042 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3043 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3044 (ENVADD): Update.
3045
3046 2011-01-18 Glenn Morris <rgm@gnu.org>
3047
3048 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
3049
3050 2011-01-14 Eduard Wiebe <usenet@pusto.de>
3051
3052 * nxml-mode.texi (Introduction): Fix file name typos.
3053
3054 2011-01-13 Christian Ohler <ohler@gnu.org>
3055
3056 * ert.texi: New file.
3057
3058 * Makefile.in:
3059 * makefile.w32-in: Add ert.texi.
3060
3061 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
3062
3063 * dbus.texi (Receiving Method Calls): New function
3064 dbus-register-service. Rearrange node.
3065
3066 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3067
3068 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
3069 which in turn is copied from ftp://tug.org/tex/.
3070
3071 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3072
3073 * dbus.texi (Receiving Method Calls): Describe new optional
3074 parameter dont-register-service of dbus-register-{method,property}.
3075
3076 2010-12-17 Daiki Ueno <ueno@unixuser.org>
3077
3078 * epa.texi (Encrypting/decrypting *.gpg files):
3079 Mention epa-file-select-keys.
3080
3081 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3082
3083 * gnus.texi (Archived Messages): Remove outdated text.
3084
3085 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3086
3087 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
3088
3089 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
3090
3091 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
3092
3093 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3094
3095 * gnus.texi (The swish++ Engine): Add customizable parameters
3096 descriptions.
3097 (The swish-e Engine): Ditto.
3098
3099 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3100
3101 * tramp.texi (Inline methods): Add "ksu" method.
3102 (Remote processes): Add example with remote `default-directory'.
3103
3104 2010-12-14 Glenn Morris <rgm@gnu.org>
3105
3106 * faq.texi (Expanding aliases when sending mail):
3107 Now build-mail-aliases is interactive.
3108
3109 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3110
3111 * gnus.texi: First pass at adding (rough) nnir documentation.
3112
3113 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3114
3115 * gnus.texi (Filtering New Groups):
3116 Mention gnus-auto-subscribed-categories.
3117 (The First Time): Remove, since default-subscribed-newsgroups has been
3118 removed.
3119
3120 2010-12-13 Glenn Morris <rgm@gnu.org>
3121
3122 * cl.texi (For Clauses): Small fixes for frames and windows.
3123
3124 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
3125
3126 * org.texi (Using capture): Document using prefix arguments for
3127 finalizing capture.
3128 (Agenda commands): Document prefix argument for the bulk scatter
3129 command.
3130 (Beamer class export): Document that also overlay arguments can be
3131 passed to the column environment.
3132 (Template elements): Document the new entry type.
3133
3134 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
3135
3136 * org.texi (Include files): Document :minlevel.
3137
3138 2010-12-11 Julien Danjou <julien@danjou.info>
3139
3140 * org.texi (Categories): Document category icons.
3141
3142 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
3143
3144 * org.texi (noweb): Fix typo.
3145
3146 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
3147
3148 * gnus.texi (Server Commands): Point to the rest of the server
3149 commands.
3150
3151 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3152
3153 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
3154 g'.
3155
3156 2010-12-02 Julien Danjou <julien@danjou.info>
3157
3158 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
3159
3160 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3161
3162 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
3163 (Direct Functions): Note the STARTTLS upgrade.
3164
3165 2010-11-27 Glenn Morris <rgm@gnu.org>
3166 James Clark <none@example.com>
3167
3168 * nxml-mode.texi (Introduction): New section.
3169
3170 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3171
3172 * gnus.texi (Server Commands): Document gnus-server-show-server.
3173
3174 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3175
3176 Sync with Tramp 2.2.0.
3177
3178 * trampver.texi: Update release number.
3179
3180 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3181
3182 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
3183 Mention that the TeX specific units won't use the `tex' prefix
3184 in TeX mode.
3185
3186 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3187
3188 * gnus.texi (Misc Article): Document gnus-inhibit-images.
3189
3190 2010-11-17 Glenn Morris <rgm@gnu.org>
3191
3192 * edt.texi: Remove information about Emacs 19.
3193
3194 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
3195
3196 * trampver.texi: Update release number.
3197
3198 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3199
3200 * gnus.texi (Article Washing): Fix typo.
3201
3202 2010-11-11 Noorul Islam <noorul@noorul.com>
3203
3204 * org.texi: Fix typo.
3205
3206 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3207
3208 * org.texi (Using capture): Explain that refiling is
3209 sensitive to cursor position.
3210
3211 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3212
3213 * org.texi (Images and tables): Add cross reference to link section.
3214
3215 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3216
3217 * org.texi: Document the <c> cookie.
3218
3219 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3220
3221 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
3222 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
3223
3224 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3225
3226 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
3227
3228 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3229
3230 * org.texi (Project alist): Mention that this is a property list.
3231
3232 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3233
3234 * org.texi (Setting up the staging area): Document that
3235 file names remain visible when encrypting the MobileOrg files.
3236
3237 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3238
3239 * org.texi (Setting up the staging area): Document which
3240 versions are needed for encryption.
3241
3242 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3243
3244 * org.texi (noweb): Update :noweb documentation to
3245 reflect the new "tangle" argument.
3246
3247 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3248
3249 * org.texi (Batch execution): Improve tangling script in
3250 documentation.
3251
3252 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3253
3254 * org.texi (Handling links):
3255 (In-buffer settings): Document inlining images on startup.
3256
3257 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3258
3259 * org.texi (Setting up the staging area): Document use of
3260 crypt password.
3261
3262 2010-11-11 David Maus <dmaus@ictsoc.de>
3263
3264 * org.texi (Template expansion): Add date related link type escapes.
3265
3266 2010-11-11 David Maus <dmaus@ictsoc.de>
3267
3268 * org.texi (Template expansion): Add mew in table for link type
3269 escapes.
3270
3271 2010-11-11 David Maus <dmaus@ictsoc.de>
3272
3273 * org.texi (Template expansion): Fix typo in link type escapes.
3274
3275 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3276
3277 * org.texi (Structure of code blocks): Another documentation tweak.
3278
3279 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3280
3281 * org.texi (Structure of code blocks): Documentation tweak.
3282
3283 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3284
3285 * org.texi (Structure of code blocks):
3286 Update documentation to mention inline code block syntax.
3287
3288 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3289
3290 * org.texi (comments): Improve wording.
3291
3292 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3293
3294 * org.texi (comments): Document the new :comments header arguments.
3295
3296 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3297
3298 * org.texi (Installation): Remove the special
3299 installation instructions for XEmacs.
3300
3301 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3302
3303 * org.texi (Easy Templates): New section. Documents quick
3304 insertion of empty structural elements.
3305
3306 2010-11-11 Noorul Islam <noorul@noorul.com>
3307
3308 * org.texi: Fix doc.
3309
3310 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3311
3312 * org.texi (The date/time prompt): Document specification
3313 of time ranges.
3314
3315 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3316
3317 * org.texi (Internal links): Document the changes in
3318 internal links.
3319
3320 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3321
3322 * org.texi (Agenda commands): Document the limitation for
3323 the filter preset - it can only be used for an entire agenda
3324 view, not in an individual block in a block agenda.
3325
3326 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
3327
3328 * org.texi (iCalendar export): Document alarm creation.
3329
3330 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
3331
3332 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
3333
3334 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3335
3336 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
3337
3338 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3339
3340 * calc.texi: Use emacsver.texi to determine Emacs version.
3341
3342 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3343
3344 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
3345 since that works by default.
3346
3347 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3348
3349 * gnus.texi (Customizing the IMAP Connection): Document
3350 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
3351
3352 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
3353
3354 * tramp.texi (Remote shell setup): New item "Interactive shell
3355 prompt". Reported by Christian Millour <cm@abtela.com>.
3356 (Remote shell setup, Remote processes): Use @code{} for
3357 environment variables.
3358
3359 2010-11-03 Glenn Morris <rgm@gnu.org>
3360
3361 * ediff.texi (Quick Help Commands, Miscellaneous):
3362 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
3363
3364 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3365
3366 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
3367
3368 2010-10-31 Glenn Morris <rgm@gnu.org>
3369
3370 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
3371
3372 2010-10-31 Glenn Morris <rgm@gnu.org>
3373
3374 * cc-mode.texi: Remove reference to defunct viewcvs URL.
3375
3376 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3377
3378 * gnus.texi (Client-Side IMAP Splitting):
3379 Mention nnimap-unsplittable-articles.
3380
3381 2010-10-29 Julien Danjou <julien@danjou.info>
3382
3383 * gnus.texi (Finding the News): Remove references to obsoletes
3384 variables `gnus-nntp-server' and `gnus-secondary-servers'.
3385
3386 2010-10-29 Eli Zaretskii <eliz@gnu.org>
3387
3388 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
3389 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
3390 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
3391 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
3392
3393 2010-10-28 Glenn Morris <rgm@gnu.org>
3394
3395 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
3396 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
3397 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
3398
3399 2010-10-25 Daiki Ueno <ueno@unixuser.org>
3400
3401 * epa.texi (Mail-mode integration): Add alternative key bindings
3402 for epa-mail commands; escape comma.
3403 Don't use the word "PGP", since it is a non-free program.
3404
3405 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
3406
3407 * calc.texi: Use emacsver.texi to determine Emacs version.
3408
3409 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
3410
3411 * gnus.texi (Group Parameters, Buttons): Fix typos.
3412
3413 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
3414
3415 * gnus.texi (Subscription Commands): Mention that you can also
3416 subscribe to new groups via the Server buffer, which is probably more
3417 convenient when subscribing to many groups.
3418
3419 2010-10-21 Julien Danjou <julien@danjou.info>
3420
3421 * message.texi (Message Headers): Allow message-default-headers to be a
3422 function.
3423
3424 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3425
3426 * gnus-news.texi: Mention new archive defaults.
3427
3428 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3429
3430 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
3431
3432 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3433
3434 * gnus.texi (HTML): Document the function value of
3435 gnus-blocked-images.
3436 (Article Washing): shr and gnus-w3m, not the direct function names.
3437
3438 2010-10-20 Julien Danjou <julien@danjou.info>
3439
3440 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
3441 variable.
3442
3443 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3444
3445 * gnus.texi (Customizing the IMAP Connection): The port strings are
3446 strings.
3447 (Document Groups): Mention git.
3448
3449 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3450
3451 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
3452 bzr/Gnus git sync.
3453
3454 2010-10-15 Eli Zaretskii <eliz@gnu.org>
3455
3456 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
3457 change.
3458
3459 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3460
3461 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
3462 @item syntax for in-Emacs makeinfo.
3463
3464 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
3465
3466 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
3467 trim sentence.
3468
3469 2010-10-12 Daiki Ueno <ueno@unixuser.org>
3470
3471 * epa.texi (Caching Passphrases):
3472 * auth.texi (GnuPG and EasyPG Assistant Configuration):
3473 Clarify some configurations require to set up gpg-agent.
3474
3475 2010-10-11 Glenn Morris <rgm@gnu.org>
3476
3477 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
3478
3479 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3480
3481 * gnus.texi (Spam Package Introduction): Mention `$'.
3482
3483 2010-10-09 Eli Zaretskii <eliz@gnu.org>
3484
3485 * makefile.w32-in (emacsdir): New variable.
3486 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
3487 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
3488
3489 2010-10-09 Glenn Morris <rgm@gnu.org>
3490
3491 * Makefile.in (mostlyclean): Delete *.toc.
3492
3493 * Makefile.in: Use $< in rules.
3494
3495 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
3496
3497 * Makefile.in ($(infodir)): Delete rule.
3498 (mkinfodir): New. Use it in all the info rules, rather than depending
3499 on infodir.
3500
3501 2010-10-09 Glenn Morris <rgm@gnu.org>
3502
3503 * gnus.texi (Article Washing): Fix previous change.
3504
3505 * Makefile.in (emacsdir): New variable.
3506 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
3507 Depend on emacsver.texi.
3508
3509 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
3510
3511 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
3512
3513 2010-10-08 Julien Danjou <julien@danjou.info>
3514
3515 * gnus.texi: Add mm-shr.
3516
3517 2010-10-08 Ludovic Courtès <ludo@gnu.org>
3518
3519 * gnus.texi (Finding the Parent, The Gnus Registry)
3520 (Registry Article Refer Method): Update docs for nnregistry.el.
3521
3522 2010-10-08 Daiki Ueno <ueno@unixuser.org>
3523
3524 * auth.texi (Help for users)
3525 (GnuPG and EasyPG Assistant Configuration): Update docs.
3526
3527 2010-10-08 Glenn Morris <rgm@gnu.org>
3528
3529 * cl.texi (Organization, Installation, Old CL Compatibility):
3530 Deprecate cl-compat for new code.
3531 (Usage, Installation): Remove outdated information.
3532
3533 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
3534
3535 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3536
3537 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
3538
3539 2010-10-06 Julien Danjou <julien@danjou.info>
3540
3541 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
3542
3543 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
3544 broken link.
3545
3546 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
3547
3548 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
3549 to ReiserFS.
3550
3551 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
3552 (FAQ 7-1): Fix getmail URL.
3553
3554 2010-10-06 Daiki Ueno <ueno@unixuser.org>
3555
3556 * epa.texi (Caching Passphrases): New section.
3557
3558 2010-10-06 Glenn Morris <rgm@gnu.org>
3559
3560 * Makefile.in (SHELL): Set it.
3561 (info): Move the mkdir dependency to the individual info files.
3562 (mostlyclean): Tidy up.
3563 (clean): Only delete the specific dvi and pdf files.
3564 (maintainer-clean): Be more restrictive in what we delete.
3565 ($(infodir)): Add parallel build workaround.
3566
3567 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3568
3569 * gnus.texi (Misc Article): Document gnus-widen-article-window.
3570
3571 2010-10-03 Julien Danjou <julien@danjou.info>
3572
3573 * emacs-mime.texi (Display Customization):
3574 Update mm-inline-large-images documentation and add documentation for
3575 mm-inline-large-images-proportion.
3576
3577 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
3578
3579 * tramp.texi (Frequently Asked Questions):
3580 Mention remote-file-name-inhibit-cache.
3581
3582 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3583
3584 * gnus.texi (Splitting Mail): Fix @xref syntax.
3585 (Splitting Mail): Really fix the @ref syntax.
3586
3587 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3588
3589 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
3590 (Article Hiding): Add google banner example.
3591 Suggested by Benjamin Xu.
3592
3593 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3594
3595 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
3596 Remove nnimap-split-rule from examples.
3597
3598 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3599
3600 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
3601 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
3602 Fishman.
3603 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
3604
3605 2010-09-30 Julien Danjou <julien@danjou.info>
3606
3607 * gnus.texi (Gravatars): Fix documentation about
3608 gnu-gravatar-properties.
3609
3610 2010-09-29 Daiki Ueno <ueno@unixuser.org>
3611
3612 * epa.texi (Bug Reports): New section.
3613
3614 2010-09-29 Glenn Morris <rgm@gnu.org>
3615
3616 * Makefile.in (top_srcdir): Remove unused variable.
3617
3618 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3619
3620 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
3621 (Client-Side IMAP Splitting): Document 'default.
3622
3623 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3624
3625 * gnus.texi (Customizing the IMAP Connection):
3626 Document nnimap-fetch-partial-articles.
3627
3628 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3629
3630 * gnus-news.texi: Mention nnimap-inbox.
3631
3632 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
3633
3634 2010-09-26 Julien Danjou <julien@danjou.info>
3635
3636 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
3637
3638 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3639
3640 * gnus.texi (Security): Remove gpg.el mention.
3641
3642 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3643
3644 * gnus.texi (Browse Foreign Server): New variable
3645 gnus-browse-subscribe-newsgroup-method.
3646
3647 * gnus-news.texi: Mention it.
3648
3649 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3650
3651 * gnus.texi (NoCeM): Remove.
3652 (Startup Variables): No jingle.
3653
3654 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
3655
3656 * woman.texi (Interface Options): xz compression is now supported.
3657
3658 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3659
3660 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
3661 (Unavailable Servers): Document gnus-server-copy-server.
3662 (Using IMAP): Document the new nnimap.
3663
3664 2010-09-25 Julien Danjou <julien@danjou.info>
3665
3666 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
3667
3668 2010-09-24 Glenn Morris <rgm@gnu.org>
3669
3670 * url.texi (Disk Caching): Tweak previous change.
3671
3672 2010-09-24 Julien Danjou <julien@danjou.info>
3673
3674 * url.texi (Disk Caching): Mention url-cache-expire-time,
3675 url-cache-expired, and url-fetch-from-cache.
3676
3677 2010-09-24 Julien Danjou <julien@danjou.info>
3678
3679 * gnus.texi: Add Gravatars.
3680
3681 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3682
3683 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
3684
3685 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3686
3687 * gnus.texi (Expunging mailboxes): Update name of the expunging
3688 command.
3689
3690 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3691
3692 * emacs-mime.texi (rfc2047): Update description for
3693 rfc2047-encode-parameter.
3694
3695 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
3696
3697 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
3698 "fish" methods.
3699 (External methods): Remove "scp1_old" and "scp2_old" methods.
3700
3701 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
3702
3703 * tramp.texi: Remove Japanese manual. Fix typo.
3704
3705 * trampver.texi: Update release number. Remove japanesemanual.
3706
3707 2010-09-09 Glenn Morris <rgm@gnu.org>
3708
3709 * org.texi: Restore clobbered changes (copyright years, untabify).
3710
3711 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
3712
3713 * gnus.texi (Adaptive Scoring): Fix typo.
3714
3715 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3716
3717 * gnus.texi (Article Display): Document gnus-html-show-images.
3718
3719 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3720
3721 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
3722
3723 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3724
3725 * gnus.texi (HTML): Document gnus-max-image-proportion.
3726
3727 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3728
3729 * gnus.texi (HTML): Document gnus-blocked-images.
3730
3731 * message.texi (Wide Reply): Document message-prune-recipient-rules.
3732
3733 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3734
3735 * gnus.texi (Summary Mail Commands): Note that only the addresses from
3736 the first message are used for wide replies.
3737 (Changing Servers): Remove documentation on gnus-change-server and
3738 friends, since it's been removed.
3739
3740 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3741
3742 * gnus.texi (Drafts): Mention B DEL.
3743
3744 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3745
3746 * gnus.texi (Delayed Articles): Mention that the Date header is the
3747 original one, even if you delay.
3748
3749 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3750
3751 * gnus.texi (Asynchronous Fetching):
3752 Document gnus-async-post-fetch-function.
3753 (HTML): Made into its own section.
3754
3755 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
3756
3757 Sync with Tramp 2.1.19.
3758
3759 * tramp.texi (Inline methods, Default Method):
3760 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
3761 Remove remark about doubled "-t" argument.
3762 (Auto-save and Backup): Remove reference to Emacs 21.
3763 (Filename Syntax): Describe port numbers.
3764 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
3765 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
3766 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
3767 errors with the backquotes.
3768 (External packages): File attributes cache flushing for asynchronous
3769 processes.
3770 (Traces and Profiles): Describe verbose level 9.
3771
3772 * trampver.texi: Update release number.
3773
3774 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
3775
3776 * dbus.texi (Alternative Buses): New chapter.
3777
3778 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
3781
3782 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3783
3784 * calc.texi (Customizing Calc): Rearrange description of new
3785 variables to match the presentation of other variables.
3786
3787 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3788
3789 * org.texi (Footnotes, Tables in HTML export): Fix typos.
3790
3791 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3792
3793 * calc.texi (Making Selections, Selecting Subformulas)
3794 (Customizing Calc): Mention how to use faces to emphasize selected
3795 sub-formulas.
3796
3797 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
3798
3799 * tramp.texi (External packages): File attributes cache flushing
3800 for asynchronous processes.
3801
3802 2010-08-01 Alan Mackenzie <acm@muc.de>
3803
3804 Enhance the manual for the latest Java Mode.
3805
3806 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
3807 annotation-var-cont.
3808 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
3809 two new symbols.
3810
3811 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3812
3813 * tramp.texi (Traces and Profiles): Describe verbose level 9.
3814
3815 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3816
3817 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
3818
3819 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3820
3821 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
3822
3823 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3824
3825 * org.texi: Add macros to get plain quotes in PDF output.
3826 List additional contributors.
3827 (Capture): New section, replaces the section about remember.
3828 (Working With Source Code): New chapter, focused on documenting Org
3829 Babel.
3830 (Code evaluation security): New section.
3831 (MobileOrg): Document DropBox support.
3832 (TaskJuggler export): Document taskjuggler and Gantt chart support.
3833 (Special symbols): Show how to display UTF8 characters for entities.
3834 (Global TODO list): Clarify the use of the "M" key and the differences
3835 to the "m" key.
3836 (RSS Feeds): Mention Atom feeds as well.
3837 (Setting tags): Remove paragraph about
3838 `org-complete-tags-always-offer-all-agenda-tags'.
3839
3840 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3841
3842 * tramp.texi (Inline methods): Remove remark about doubled "-t"
3843 argument.
3844 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
3845 echoing shells.
3846
3847 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
3848
3849 * tramp.texi (Inline methods): Remove "kludgy" phrase.
3850 (Filename Syntax): Describe port numbers.
3851
3852 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
3853
3854 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
3855 forgotten.
3856 (Type Conversion): Precise conversion of natural numbers.
3857 (Errors and Events): Add "debugging" to concept index. Add variable
3858 `dbus-debug'.
3859
3860 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3861
3862 * dbus.texi (Receiving Method Calls): Add optional argument
3863 EMITS-SIGNAL to `dbus-register-property'.
3864
3865 2010-06-27 Alex Schroeder <alex@gnu.org>
3866
3867 * nxml-mode.texi (Commands for locating a schema): Fix typo.
3868
3869 2010-06-24 Glenn Morris <rgm@gnu.org>
3870
3871 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3872 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3873 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3874 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3875 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3876 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3877 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3878 * woman.texi: Start direntry descriptions in column 32, per Texinfo
3879 convention. Make them end with a period.
3880
3881 2010-06-23 Glenn Morris <rgm@gnu.org>
3882
3883 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
3884 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3885 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3886 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3887 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3888 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
3889
3890 2010-06-10 Glenn Morris <rgm@gnu.org>
3891
3892 * idlwave.texi (Load-Path Shadows):
3893 * org.texi (Handling links): Fix typos.
3894
3895 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3896
3897 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3898
3899 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
3900
3901 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3902 by an alias. (Bug#6226)
3903
3904 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3905
3906 * calc.texi (Manipulating Vectors): Mention that vectors can
3907 be used to determine bins for `calc-histogram'.
3908
3909 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3910
3911 * calc.texi: Remove "\turnoffactive" commands throughout.
3912
3913 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3914
3915 * url.texi (HTTP language/coding, Customization):
3916 * message.texi (Header Commands, Responses):
3917 * cl.texi (Argument Lists): Fix typos.
3918
3919 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3920
3921 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3922 Note that Development menu is always available.
3923 (Creating a project): Fix terminology.
3924 (Add/Remove files): Fix typo.
3925
3926 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3927
3928 * Version 23.2 released.
3929
3930 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
3931
3932 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3933
3934 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
3935
3936 * tramp.texi (Inline methods, Default Method):
3937 Mention `tramp-inline-compress-start-size'.
3938
3939 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
3940
3941 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3942 the CVS repo. Put the Git repo in the news section.
3943
3944 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
3945 Removed some mentions of CVS. Mention the new Git repo.
3946
3947 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
3948
3949 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3950 (Mail Group Commands): Add index entry.
3951
3952 2010-04-18 Glenn Morris <rgm@gnu.org>
3953
3954 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3955
3956 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3957
3958 * calc.texi (Radix modes): Mention that the option prefix will
3959 turn on twos-complement mode.
3960 (Inverse and Hyperbolic Flags): Mention the Option flag.
3961
3962 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3963
3964 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
3965 (LaTeX/PDF export commands): Rename and Move section.
3966 (Sectioning structure): Update.
3967 (References): New use case for field coordinates.
3968 (The export dispatcher): Rename from ASCII export.
3969 (Setting up the staging area): Document the availability of
3970 encryption for MobileOrg.
3971 (Images and tables): Document how to reference labels.
3972 (Index entries): New section.
3973 (Generating an index): New section.
3974 (Column width and alignment): Document that <N> now
3975 means a fixed width, not a maximum width.
3976 (Publishing options): Document the :email option.
3977 (Beamer class export): Fix bug in the BEAMER example.
3978 (Refiling notes): Document refile logging.
3979 (In-buffer settings): Document refile logging keywords.
3980 (Drawers): Document `C-c C-z' command.
3981 (Agenda commands): Mention the alternative key `C-c C-z'.
3982 (Special properties): Document the BLOCKED property.
3983 (The spreadsheet): Mention the formula editor.
3984 (References): Document field coordinates.
3985 (Publishing action): Correct the documentation for the
3986 publishing function.
3987 (The date/time prompt): Document that we accept dates
3988 like month/day/year.
3989 (Cooperation): Document the changes in table.el support.
3990 (Faces for TODO keywords, Faces for TODO keywords)
3991 (Priorities): Document the easy colors.
3992 (Visibility cycling): Document the new double prefix
3993 arg for `org-reveal'.
3994 (Cooperation): Remember.el is part of Emacs.
3995 (Clean view): Mention that `wrap-prefix' is also set by
3996 org-indent-mode.
3997 (Agenda commands): Add information about prefix args to
3998 scheduling and deadline commands.
3999 (Search view): Point to the docstring of
4000 `org-search-view' for more details.
4001 (Agenda commands): Document that `>' prompts for a date.
4002 (Setting tags): Document variable
4003 org-complete-tags-always-offer-all-agenda-tags.
4004 (Column attributes): Cross-reference special properties.
4005
4006 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4007
4008 Synchronize with Tramp repository.
4009
4010 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
4011 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
4012 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
4013 syntax, texi2dvi reports errors with the backquotes.
4014
4015 * trampver.texi: Update release number.
4016
4017 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
4018
4019 * gnus.texi (Finding the News): Add pointers to the Server buffer
4020 because it's essential.
4021
4022 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4023
4024 * gnus.texi (MIME Commands): Update description of
4025 gnus-article-browse-html-article.
4026
4027 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4028
4029 * auth.texi (Secret Service API): Add TODO node.
4030 (Help for users): Explain the new source options for `auth-sources'.
4031
4032 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4033
4034 * trampver.texi: Update release number.
4035
4036 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4037
4038 * Branch for 23.2.
4039
4040 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4041
4042 * faq.texi (Escape sequences in shell output): Note that ansi-color is
4043 now enabled by default.
4044
4045 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4046
4047 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
4048 when Emacs runs in interactive mode. (Bug#5645)
4049
4050 2010-02-16 Glenn Morris <rgm@gnu.org>
4051
4052 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
4053
4054 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4055
4056 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
4057
4058 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4059
4060 * gnus.texi (Score File Format): Fix typo.
4061
4062 2010-01-19 Mark A. Hershberger <mah@everybody.org>
4063
4064 * cc-mode.texi: Replace references to obsolete c-subword-mode.
4065
4066 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4067
4068 * ada-mode.texi (Project File Overview): Fix typo.
4069
4070 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4071
4072 * semantic.texi: Add Richard Y. Kim credit.
4073
4074 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
4075
4076 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
4077
4078 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
4079 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
4080
4081 2010-01-17 Glenn Morris <rgm@gnu.org>
4082
4083 * calc.texi (Reporting Bugs): Don't mention format of repository.
4084
4085 * woman.texi (Bugs): Make "Emacs repository" less specific,
4086 and the URL for same more specific.
4087
4088 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
4089
4090 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4091
4092 * ede.texi (ede-step-project, ede-proj-target):
4093 * tramp.texi (Remote processes): Fix typos.
4094
4095 2010-01-16 Mario Lang <mlang@delysid.org>
4096
4097 * ede.texi (ede-target):
4098 * org.texi (Refiling notes): Remove duplicated words.
4099
4100 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4101
4102 * gnus.texi (Posting Styles): Use with-current-buffer.
4103 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
4104
4105 2010-01-02 Kevin Ryde <user42@zip.com.au>
4106
4107 * eieio.texi (Naming Conventions): Correction to xref on elisp
4108 coding conventions, is "Tips" node not "Standards".
4109
4110 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
4111
4112 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
4113
4114 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
4115
4116 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4117
4118 * gnus.texi (Direct Functions): Add missing port number to tls method.
4119
4120 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
4121
4122 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
4123 ($(infodir)/edt, edt.dvi): New targets.
4124
4125 2009-12-15 Glenn Morris <rgm@gnu.org>
4126
4127 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
4128 (edt, $(infodir)/edt, edt.dvi): New targets.
4129 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
4130
4131 * Makefile.in (PDF_TARGETS, pdf): New.
4132 (clean): Add *.pdf.
4133 Add pdf rules for all manuals.
4134
4135 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
4136
4137 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
4138
4139 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4140
4141 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
4142 (Smart Jump, Analyzer Debug): Copyedits.
4143 (Semantic mode user commands): Link to new nodes.
4144 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
4145 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
4146 upstream Semantic manual.
4147
4148 * semantic.texi (Introduction): Minor fix to diagram.
4149
4150 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4151
4152 * eshell.texi (History): Add the other built-in variables.
4153 (Built-ins): Explain built-ins, and how to apply the external commands.
4154 Add `history', `su' and `sudo'.
4155
4156 * tramp.texi (Remote processes): Add missing <RET> in the example.
4157
4158 2009-12-01 Bill Wohler <wohler@newt.com>
4159
4160 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
4161 path for mairix example. Specify -q in namazu example since namazu is
4162 excessively garrulous.
4163
4164 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4165
4166 * tramp.texi (Remote processes): Improve eshell example with "su"
4167 and "sudo" commands.
4168
4169 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
4170
4171 * semantic.texi (Analyzer Internals): Rename from Analyzer.
4172
4173 * sem-user.texi (Semantic mode user commands): Fix key syntax.
4174 Document semantic-complete-analyze-inline.
4175 (Semanticdb search debugging commands): Minor clarification.
4176 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
4177 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
4178 manual.
4179 (Semantic mode): Link to Idle Scheduler.
4180
4181 2009-11-28 Kevin Ryde <user42@zip.com.au>
4182
4183 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
4184 @pxref, now EIEIO is in Emacs.
4185
4186 * erc.texi (Development): Correction to git tutorial url.
4187
4188 2009-11-26 Glenn Morris <rgm@gnu.org>
4189
4190 * faq.texi (Latest version of Emacs): Mention stability of development
4191 version.
4192 (Problems with very large files): Max buffer size increase in 23.2.
4193 (VM): VM has moved house again.
4194
4195 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4196
4197 * calc.texi (Radix modes): Discuss alternate bases for two's complement
4198 notations.
4199
4200 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
4201
4202 * org.texi (Column attributes): Fix documentation of new operators.
4203
4204 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4205
4206 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
4207 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
4208 (Idle Completions Mode): Numerous copyedits.
4209
4210 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
4211
4212 * semantic.texi (Semantic Internals, Glossary):
4213 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
4214 (Semanticdb search debugging commands): Fix typos.
4215
4216 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4217
4218 * calc.texi (Radix modes): Mention twos-complement notation.
4219
4220 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
4221
4222 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
4223 ($(infodir)/semantic, semantic.dvi): New targets.
4224
4225 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
4226
4227 * Makefile.in: Build the Semantic manual.
4228
4229 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
4230 repository.
4231
4232 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4233
4234 * dbus.texi (Receiving Method Calls): New defun
4235 `dbus-unregister-service'.
4236
4237 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
4238
4239 * org.texi (Speed keys): New section.
4240
4241 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4242
4243 * dbus.texi (Type Conversion): Fix typo.
4244 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
4245 `dbus-registered-objects-table'.
4246 (Receiving Method Calls): New defun `dbus-register-property'.
4247 Move `dbus-unregister-object' here.
4248
4249 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4250
4251 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
4252
4253 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
4254
4255 * org.texi (Column attributes): Add the new age summary operators.
4256 Also, mention the fact you can only use one summary operator per
4257 property.
4258
4259 2009-11-13 John Wiegley <johnw@newartisans.com>
4260
4261 * org.texi (Tracking your habits): Add a new section in the
4262 manual about how to track habits.
4263 (Resolving idle time): Add a section on how idle and
4264 dangling clocks are resolved.
4265
4266 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4267
4268 * org.texi (Agenda commands): Document the new `i' command.
4269 (Inserting deadline/schedule): Document logging changes
4270 of scheduling and deadline times stamps.
4271 (In-buffer settings): Document the in-buffer keywords for logging
4272 changes of scheduling and deadline times stamps.
4273 (Structure editing, Plain lists): Document indentation
4274 cycling in empty entries with TAB.
4275 (Archiving): Document the default archiving command.
4276 (Moving subtrees): Document the new keys for archiving.
4277 (Internal archiving): Fix incorrect key.
4278 (Agenda commands): Document the TODO set switching commands.
4279 (Agenda commands): Document the new archiving keys.
4280 (Clocking work time): Better description on how to save
4281 and restore a clock.
4282 (Resolving idle time): Mention the x11idle program to get true
4283 idleness also under X11.
4284 (Resolving idle time): Use @kbd instead of @key for normal
4285 letters, because this is how he rest of the manual does this.
4286 (Pushing to MobileOrg): Mention that `org-directory'
4287 should be set.
4288 (Agenda commands): Document that SPC is a filter for
4289 any tag.
4290 (Search view): Rename from "Keyword search".
4291 (Capure): New chapter.
4292 (Markup): New chapter.
4293 (Links in HTML export, Images in HTML export):
4294 Extend the section titles.
4295 (Images in HTML export): Document the align option.
4296 (Text areas in HTML export): Extend the section title.
4297 (Images in LaTeX export): Explain image placement in LaTeX.
4298
4299 2009-11-10 Glenn Morris <rgm@gnu.org>
4300
4301 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
4302
4303 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4304
4305 * tramp.texi (Auto-save and Backup): Disable backups just for a
4306 method.
4307
4308 * trampver.texi: Update release number.
4309
4310 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4311
4312 Sync with Tramp 2.1.17.
4313
4314 * trampver.texi: Update release number.
4315
4316 2009-10-29 Glenn Morris <rgm@gnu.org>
4317
4318 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
4319
4320 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4321
4322 * tramp.texi (External methods): Temporary files are kept for
4323 `rsync' and `rsyncc' methods.
4324
4325 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
4326
4327 * eieio.texi: Fix typos.
4328
4329 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
4330
4331 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
4332
4333 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
4334
4335 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
4336 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
4337
4338 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
4339
4340 * Makefile.in: Build EIEIO and EDE manuals.
4341
4342 2009-10-07 Eric Ludlam <zappo@gnu.org>
4343
4344 * eieio.texi:
4345 * ede.texi: New files.
4346
4347 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4348
4349 * tramp.texi (Remote processes): Association of a pty is not supported.
4350
4351 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
4352
4353 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
4354 (Processing LaTeX fragments): Document that the size of images can be
4355 changes using the variable `org-format-latex-options'.
4356 (The date/time prompt, Timestamps): Be more accurate over ISO format
4357 dates and times.
4358 (Visibility cycling): Document showeverything keyword.
4359 (In-buffer settings): Document showeverything keyword.
4360 (Setting up the staging area): Fix the example.
4361 (MobileOrg): New section.
4362 (Agenda commands, Exporting Agenda Views): Document exporting the
4363 agenda view to Org files.
4364
4365 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
4366
4367 * tramp.texi (History): Add IMAP support.
4368 (External methods): Add `imap' and `imaps' methods.
4369 (GVFS based methods): Add indices for `davs'.
4370 (Password handling): Rename anchors. Add IMAP entries for
4371 ~/.authinfo.gpg.
4372
4373 * trampver.texi: Set default value of `emacsimap'.
4374
4375 2009-09-22 Daiki Ueno <ueno@unixuser.org>
4376
4377 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
4378
4379 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4380
4381 * dired-x.texi (Technical Details):
4382 Delete dired-up-directory (Bug#4292).
4383
4384 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
4385
4386 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
4387
4388 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
4389
4390 * org.texi (Effort estimates): Document new effort setting commands.
4391 (Agenda commands): Document the new keys fro agenda time motion.
4392 Document entry text mode. Improve documentation of the keys to include
4393 inactive time stamps into the agenda view.
4394 (Feedback): Document the new bug report command.
4395 (Structure editing): Add an index entry for the sorting of subtrees.
4396
4397 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4398
4399 * auth.texi (Help for users): Corrected markup.
4400
4401 2009-09-02 Glenn Morris <rgm@gnu.org>
4402
4403 * emacs-mime.texi (time-date): Mention float-time.
4404
4405 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
4406
4407 * calc.texi (Simplifying Formulas): Improve the wording.
4408
4409 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
4410
4411 * auth.texi: Rewritten for coverage and clarity.
4412
4413 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4414
4415 * gnus.texi (Expiring Mail):
4416 Mention gnus-mark-copied-or-moved-articles-as-expirable.
4417 (Various Various): Mention gnus-safe-html-newsgroups.
4418
4419 * gnus-news.texi: Mention
4420 gnus-mark-copied-or-moved-articles-as-expirable.
4421
4422 * emacs-mime.texi (Display Customization): Add xref to
4423 gnus-safe-html-newsgroups.
4424
4425 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
4426
4427 * tramp.texi (Version Control): Remove.
4428 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
4429 reference.
4430 (External methods): Correct `scpc' concept index entries. New method
4431 `rsyncc'.
4432 (External packages): New subsections "Filename completion" and "File
4433 attributes cache".
4434
4435 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
4436
4437 * calc.texi (Rewrite Rules): Improve the example.
4438 (Simplifying Formulas): Explain use of the I and H flags for
4439 simplification.
4440
4441 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4442
4443 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
4444 Describe autostart behavior of dbus-ping.
4445 (Synchronous Methods, Asynchronous Methods): Use English numeric format
4446 for timeout values.
4447 (Top): Remove footnote saying D-Bus is not enabled by
4448 default. (Bug#4256)
4449
4450 2009-08-23 Daiki Ueno <ueno@unixuser.org>
4451
4452 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
4453 Reported by Jari Aalto (Bug#4211).
4454 (Mail-mode integration): Mention epa-mail-mode and
4455 epa-global-mail-mode.
4456 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
4457 epa-setup.
4458
4459 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
4460
4461 * dbus.texi (Asynchronous Methods): Allow nil handler.
4462
4463 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4464
4465 * ediff.texi (ediff-current-file): Add information about this new function.
4466
4467 * viper.texi: Add information about C-s in viper's search command.
4468
4469 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
4470
4471 * calc.texi (Date Forms): Fix typos.
4472
4473 2009-08-08 Glenn Morris <rgm@gnu.org>
4474
4475 * org.texi (Agenda commands): Restore clobbered change.
4476
4477 2009-08-07 Eli Zaretskii <eliz@gnu.org>
4478
4479 * calc.texi (Graphics, Devices): Update with the peculiarities of
4480 operation on MS-Windows.
4481
4482 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
4483
4484 * org.texi (Publishing action): Improve documentation of file
4485 names when publishing to the source directory.
4486 (Clean view): Document `org-indent-mode'.
4487 (Clocking work time): Add documentation for the
4488 new :timetamp option when creating a clock report.
4489 (Paragraphs): Fix many typos.
4490 (Plain lists): Remove duplicate explanation about the
4491 `C-c *' command.
4492 (Literal examples): Update to reflect the new behavior
4493 of the -n -r -k switches when exporting source code examples.
4494 (Structure editing): Add information about `C-c *',
4495 converting a plain list into a list of Org items.
4496 (Remember): Small rephrasing of the paragraph
4497 describing remember.el. Also mentioned that remember.el is part
4498 of Emacs 23, not Emacs 22.
4499 (Clocking work time): Add documentation about
4500 displaying the current clocking time against the effort estimate.
4501 Also add a footnote about using `org-clock-in-prepare-hook' to add
4502 an effort estimate on the fly, just before clocking it.
4503 (Footnotes): Document automatic renumbering and
4504 sorting.
4505 (Agenda commands): Document new bulk commands.
4506 (Plain lists): Document new behavior of
4507 `org-cycle-include-plain-lists'.
4508 Hyphenation only in TeX.
4509 (Clocking work time): Document the key to update effort
4510 estimates.
4511 (Clocking work time): Document the clock time display.
4512 (Structure editing, TODO basics): Document new
4513 variables.
4514 (Column attributes): Document new colciew operators.
4515 (Publishing options): Document :xml-declaration.
4516 (Tracking TODO state changes): Document the
4517 LOG_INTO_DRAWER property.
4518 (Literal examples): Document the new implementation for
4519 editing source code.
4520 (Publishing action): Mention the new publishing
4521 function, to publish an Org source file.
4522 (Publishing links): Mention how to link to an Org source file.
4523 (Macro replacement): Document new macros.
4524 (Handling links): Document type-specific completion
4525 when inserting links.
4526 (Structure editing, Plain lists): Improve documentation
4527 on sorting.
4528 (Internal links): Document custom ids for links.
4529 (Handling links): Document custom ids for links.
4530 (CSS support): Document new class.
4531 (Refiling notes): Document the possibility to create new nodes
4532 during refiling.
4533 (Agenda commands): Document the "?" operator to find
4534 tasks without effort setting.
4535 (Exporting agenda information): Section moved.
4536 (RSS Feeds): New section.
4537 (Built-in table editor): Document M-e and M-a navigate
4538 inside table field.
4539 (Stuck projects): Docment that projects identified as
4540 un-stuck will still be searchd for stuck sub-projects.
4541 (Paragraphs): Document centering.
4542 (Creating timestamps, Agenda commands): Document new
4543 behavior when changing time stamps.
4544 (Structure editing): Document the new command
4545 `org-clone-subtree-with-time-shift'.
4546 (Publishing): Refresh this chapter.
4547 (Export options, Export options, In-buffer settings):
4548 Document the new keywords.
4549 (Matching tags and properties): Collect all
4550 documentation about tags/property matches here.
4551 (Setting tags): Document `org-tag-persistent-alist'.
4552 (Weekly/daily agenda): New section.
4553 (Orgstruct mode): Describe `orgstruct++-mode'.
4554 (Drawers): Mention the LOGBOOK drawer.
4555 (Export options, Sectioning structure): Document the
4556 #+LEATEX_HEADER in-buffer setting.
4557 (Bugs): Section removed.
4558 (Hooks): New section.
4559 (Add-on packages): Move here from old location.
4560 (Context-sensitive commands): New section.
4561 (Setting tags): Document newline option.
4562 (Global TODO list, Matching tags and properties):
4563 Mention more variables.
4564 (Checkboxes): Update to changed command behavior.
4565
4566 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
4567
4568 * speedbar.texi (Basic Key Bindings): Fix typo.
4569
4570 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
4571
4572 * calc.texi (Vector/Matrix Functions): Add index entries for both
4573 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
4574 affects matrices with more than one row.
4575 (Help Commands): Add index entries for "prefix ?" key bindings.
4576
4577 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4578
4579 * calc.texi (Stack Manipulation Commands): Add documentation for
4580 `calc-transpose-lines'.
4581
4582 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
4583
4584 * dbus.texi (Receiving Method Calls): Describe special return value
4585 `:ignore'.
4586
4587 2009-07-24 Alan Mackenzie <acm@muc.de>
4588
4589 * cc-mode.texi (Config Basics, File Styles): Document that at mode
4590 initialization, any individual variable setting now takes precedence
4591 over one done via c-file-style/c-file-offsets.
4592
4593 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
4594
4595 * calc.texi (Undoing Mistakes): Mention that the undo list will be
4596 truncated when Calc is quit.
4597 (Customizing Calc): Document `calc-undo-length'.
4598
4599 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
4600
4601 * calc.texi (About This Manual): Don't mention chapter numbers in text.
4602
4603 2009-07-11 Kevin Ryde <user42@zip.com.au>
4604
4605 * pcl-cvs.texi (About PCL-CVS):
4606 * widget.texi (Basic Types):
4607 Fix cross-references.
4608
4609 2009-07-01 Andreas Schwab <aschwab@redhat.com>
4610
4611 * dbus.texi (Type Conversion): Don't use literal control character.
4612
4613 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
4614
4615 * tramp.texi (GVFS based methods): New section.
4616 (Remote processes): Processes for GVFS based methods run locally.
4617
4618 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
4619
4620 * tramp.texi (Inline methods, External methods, Gateway methods):
4621 Avoid the words "kludge" and hack".
4622 (External methods): Add `synce' method.
4623
4624 * trampver.texi: Update release number.
4625
4626 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
4627
4628 Sync with Tramp 2.1.16.
4629
4630 * tramp.texi (History): Add GVFS support.
4631 (External methods): Precise `rsync' description. Add `dav', `davs' and
4632 `obex' methods. Add 'tramp-gvfs-methods' option.
4633 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
4634 forms.
4635 (Remote Programs): Introduce `tramp-own-remote-path'.
4636 (Remote processes): New subsection "Running remote programs that create
4637 local X11 windows".
4638 (Frequently Asked Questions): Improve code for disabling vc.
4639
4640 * trampver.texi: Update release number. Set default value of
4641 `emacsgvfs'.
4642
4643 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
4644
4645 * Branch for 23.1.
4646
4647 2009-06-17 Glenn Morris <rgm@gnu.org>
4648
4649 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
4650 (Latest version of Emacs): Mention source code repository.
4651
4652 2009-06-16 Glenn Morris <rgm@gnu.org>
4653
4654 * faq.texi (Top): Language tweak.
4655 (Extended commands): Most people have arrow keys.
4656 (Emacs manual): Say how to follow info links.
4657 (File-name conventions): Change title a bit. Explain about source
4658 versus installed. Condense etc description.
4659 (Guidelines for newsgroup postings): Mention Savannah list page.
4660 (Newsgroup archives): Simplify.
4661 (Contacting the FSF): Add contact URL.
4662 (Emacs Lisp documentation): Printed version not always available.
4663 (Installing Texinfo documentation): Explain how by hand installation is
4664 not normally needed. Use add-to-list. Remove duplicate reference.
4665 (Informational files for Emacs): Move info on Help menu here from
4666 "File-name conventions".
4667 (Help installing Emacs): Tweak uref.
4668 (Obtaining the FAQ): Mention repository.
4669 (Origin of the term Emacs): Explain "ITS".
4670 (Changing load-path): Use add-to-list.
4671 (Automatic indentation): Clarify this is for Text mode.
4672 Don't mention Indented Text mode.
4673 (Finding Emacs on the Internet): The FSF does not seem to offer a
4674 deluxe distribution on CD anymore.
4675
4676 2009-06-16 Glenn Morris <rgm@gnu.org>
4677
4678 * faq.texi (Top): Mention which Emacs version this FAQ is about.
4679 Recommend the latest release. Mention how to get older FAQs.
4680 Recommend the Emacs manual.
4681 (Guidelines for newsgroup postings): Discourage cross-posts.
4682 (Underlining paragraphs): Remove.
4683 (Editing MS-DOS files): Remove pre-Emacs 20 information.
4684 (Bugs and problems): Update key-binding.
4685 (Problems with very large files): Mention 64-bit.
4686 (Shell process exits abnormally): Remove.
4687 (Problems with Shell Mode): Rename and update.
4688 (Spontaneous entry into isearch-mode)
4689 (Problems talking to certain hosts): Remove. This is old information,
4690 in etc/PROBLEMS if needed.
4691 (Emacs takes a long time to visit files, Updating Emacs): Remove.
4692 (Dired claims that no file is on this line): Update.
4693 (Installing Emacs, Problems building Emacs): Simplify.
4694 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
4695 information.
4696 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
4697 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
4698 (JDEE): "JDEE", not "JDE".
4699 (Handling C-s and C-q with flow control, Binding C-s and C-q):
4700 Remove. This is old information, in etc/PROBLEMS if needed.
4701 (stty and Backspace key, Kanji and Chinese characters): Remove.
4702 (Right-to-left alphabets): Update section.
4703 (Changing the included text prefix): Gnus uses message-yank-prefix.
4704 Add cross-reference to Supercite manual.
4705 (Saving a copy of outgoing mail): Simplify output file description.
4706 (Expanding aliases when sending mail): Refer to Emacs manual.
4707 Remove old info about RFC822.
4708 Correct description of how to rebuild aliases.
4709 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
4710 (MIME with Emacs mail packages)
4711 (Viewing articles with embedded underlining)
4712 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
4713 Remove old sections.
4714 (Killing based on nonstandard headers): Remove. Scoring is preferable,
4715 and is well-documented in the Gnus manual.
4716 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
4717 (Making Gnus faster): Rename from "Starting Gnus faster".
4718 Merge "Catch-up is slow in Gnus" into here.
4719
4720 2009-06-14 Glenn Morris <rgm@gnu.org>
4721
4722 * faq.texi (Status of Emacs): Re-order with most recent releases first.
4723 (New in Emacs 23): New section.
4724 (Handling C-s and C-q with flow control): Add xref.
4725
4726 2009-06-13 Glenn Morris <rgm@gnu.org>
4727
4728 * faq.texi (Setting up a customization file): Grammar fix.
4729 Customize is no longer "new".
4730 (Displaying the current line or column): Line-number mode is on by
4731 default. Don't mention `column' package. Mention linum.el.
4732 (Turning on abbrevs by default): Explain how to do it for buffers,
4733 modes, and everywhere.
4734 (Associating modes with files): Use add-to-list. Don't mention Emacs
4735 19.
4736 (Highlighting a region): On by default since 23.1.
4737 (Replacing highlighted text): Update doc quote.
4738 (Working with unprintable characters): Don't mention search-quote-char.
4739 (Using an already running Emacs process): Gnuclient is probably not an
4740 enhancement these days.
4741 (Indenting switch statements): Remove mention of pre-Emacs 20.
4742 (Horizontal scrolling): Abbreviate Emacs 20 description.
4743 (Replacing text across multiple files): Fix name of dired command.
4744 (Disabling backups): Use require not load.
4745 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
4746
4747 2009-06-13 Bill Wohler <wohler@newt.com>
4748
4749 Release MH-E manual version 8.2.
4750
4751 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4752 release 8.2.
4753
4754 2009-06-13 Glenn Morris <rgm@gnu.org>
4755
4756 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
4757 in this day and age the common meaning is "on the web".
4758 (copying): Use @copyright in all cases.
4759 (Basic keys): Remove reference to deleted manual node "Text Characters".
4760 (File-name conventions): Use GNU as an example rather than SERVICE.
4761 default.el lives in site-lisp. Update Info directory location.
4762 (Real meaning of copyleft): GPL actions have been brought, but all
4763 settled out of court.
4764 (Guidelines for newsgroup postings): Shorten section title.
4765 Simplify comp.emacs description.
4766 (Newsgroup archives): Change Google URL. Describe Gmane.
4767 (Unsubscribing from Emacs lists): Remove discussion of "distribution
4768 points". Mention List-Unsubscribe header.
4769 (Contacting the FSF): Update email and URLs.
4770 (Basic editing): Mention F1 for help.
4771 (Installing Texinfo documentation): Refer to Texinfo website rather
4772 than ftp server.
4773 (Printing a Texinfo file): Mention texi2pdf.
4774 (Informational files for Emacs): Don't describe FTP or SERVICE, they
4775 are just stubs nowadays.
4776 (Latest version of Emacs): Explain version numbers.
4777 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
4778 (Turning on syntax highlighting): No need to mention hilit19 any more.
4779 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
4780 (Modes for various languages): Remove section.
4781 (Major packages and programs): Remove most version and maintainer
4782 information - it's hard to keep up-to-date, and adds nothing.
4783 Similarly with direct links to mailing lists.
4784 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
4785 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
4786 years, and Emacs comes with tools for this now.
4787 (Patch): Remove section - this is a standard tool.
4788 (Using function keys under X): Remove section.
4789
4790 2009-06-12 Glenn Morris <rgm@gnu.org>
4791
4792 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
4793 (Help installing Emacs): Remove reference to deleted X11 node.
4794 (Associating modes with files): Interpreter-mode-alist is no longer
4795 subservient to auto-mode-alist.
4796 (Installing Emacs): Change future Emacs version.
4797 (Linking with -lX11 fails): Remove old section.
4798 (Packages that do not come with Emacs): Update ELL location.
4799 Emacs Lisp archive is dead.
4800 (Emacs for Windows): Remove reference to old CE port.
4801 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
4802 (Emacs for VMS and DECwindows): Remove old ports.
4803 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
4804 (Removing flashing messages): Remove section about non-existent Gnus
4805 option.
4806
4807 * faq.texi (Top): Add @top command.
4808 Remove the optional arguments from all @node commands: makeinfo can
4809 generate these automatically, and it is easier to edit and rearrange
4810 nodes without them.
4811
4812 2009-06-11 Glenn Morris <rgm@gnu.org>
4813
4814 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
4815 (The LPF): Make the updated URL the sole reference point.
4816 (Learning how to do something): Update refcard price and format.
4817 (Getting a printed manual): Sources in doc/emacs/, not man/.
4818 Also available in PDF format. Since the page count varies, be less
4819 precise.
4820 (Informational files for Emacs): Remove references to deleted files
4821 LPF and SUN-SUPPORT, and to UUCP.
4822 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
4823 Remove many obsolete ways to get the FAQ, which now seems only to be
4824 distributed with Emacs.
4825 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
4826
4827 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * org.texi (Org Plot): Fix tags (Bug#3507).
4830 (Workflow states, Agenda commands): Fix tags (Bug#3508).
4831
4832 * ada-mode.texi (Installation, Compile commands)
4833 (Project File Overview, No project files, Set compiler options)
4834 (Use GNAT project file, Use multiple GNAT project files)
4835 (Identifier completion): Use @samp for menu items, and @kbd for key
4836 sequences (Bug#3504).
4837
4838 2009-06-04 Daiki Ueno <ueno@unixuser.org>
4839
4840 * gnus.texi (Security): Fix wording; add a link to epa.info.
4841
4842 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
4843
4844 * message.texi (Header Commands): Fix descriptions to match
4845 keybindings.
4846
4847 2009-04-22 Daiki Ueno <ueno@unixuser.org>
4848
4849 * gnus.texi (Security): Mention that EasyPG is the current default.
4850
4851 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
4852
4853 * ediff.texi (Session Commands): Fix typo.
4854
4855 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
4856
4857 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
4858 news.software.readers. Reported by Florian Rehnisch.
4859
4860 2009-04-02 Glenn Morris <rgm@gnu.org>
4861
4862 * auth.texi: Capitalize direntry.
4863
4864 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
4865 using a period in the entry name. (Bug#2797)
4866
4867 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
4868
4869 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
4870 ($(infodir)/auth, auth.dvi): New targets.
4871
4872 2009-03-03 Glenn Morris <rgm@gnu.org>
4873
4874 * auth.texi: Fix @setfilename.
4875
4876 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4877 (auth, $(infodir)/auth, auth.dvi): New rules.
4878
4879 2009-02-25 Glenn Morris <rgm@gnu.org>
4880
4881 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
4882
4883 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4884
4885 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4886
4887 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4888
4889 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4890 gnus-nocem-issuers, and gnus-nocem-verifyer.
4891
4892 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
4893
4894 * ada-mode.texi (Project files, Automatic Casing):
4895 * dbus.texi (Signals):
4896 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4897 * mh-e.texi (HTML):
4898 * nxml-mode.texi (Locating a schema)
4899 (Using the document's URI to locate a schema):
4900 * org.texi (Footnotes, Using the mapping API):
4901 * rcirc.texi (Channels): Remove duplicate words.
4902
4903 2009-02-20 Glenn Morris <rgm@gnu.org>
4904
4905 * dired-x.texi (Miscellaneous Commands):
4906 * gnus.texi: Minor updates for mbox Rmail.
4907
4908 2009-02-16 Karl Berry <karl@gnu.org>
4909
4910 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4911 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4912 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4913 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4914 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4915 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4916 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4917 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4918 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4919 Consistently use @insertcopying in the Top node,
4920 @contents at the front (after @end titlepage),
4921 and @direntry after @copying. (Bug#1988)
4922
4923 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4924
4925 * auth.texi: New file documenting auth-source.
4926
4927 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
4928
4929 * org.texi (Org Plot): Fix link.
4930
4931 2009-02-09 Daiki Ueno <ueno@unixuser.org>
4932
4933 * epa.texi (Mail-mode integration): Mention the way to do
4934 "encrypt-to-self". (Bug#1807)
4935
4936 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
4937
4938 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4939
4940 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4941
4942 * gnus-news.texi: Print version about Incoming*.
4943
4944 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
4945
4946 * org.texi (Structure editing, Handling links)
4947 (Fast access to TODO states, Javascript support): Make standard docs
4948 correctly reflect default variable settings.
4949
4950 2009-02-02 Glenn Morris <rgm@gnu.org>
4951
4952 * org.texi: Fix typos.
4953
4954 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
4955
4956 Sync with Tramp 2.1.15.
4957
4958 * trampver.texi: Update release number.
4959
4960 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4961
4962 * org.texi (TODO dependencies): Document TODO dependencies on
4963 checkboxes.
4964
4965 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
4966
4967 * org.texi (TODO dependencies): Document key binding for toggling
4968 ORDERED property.
4969
4970 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
4971
4972 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4973 of hook functions.
4974
4975 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
4976
4977 * org.texi (TODO dependencies): New section.
4978
4979 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
4980
4981 * org.texi (Plain lists, TODO basics, Priorities)
4982 (Multiple sets in one file, Conflicts): Document interaction with
4983 `shift-selection-mode'.
4984
4985 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4986
4987 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4988 Make Calc the subject of sentences.
4989 (Rearranging Formulas using Selections): Discuss new options
4990 for `j *'.
4991
4992 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
4993
4994 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4995
4996 2009-01-26 Glenn Morris <rgm@gnu.org>
4997
4998 * org.texi: Fix typos.
4999
5000 2009-01-26 Bill Wohler <wohler@newt.com>
5001
5002 * mh-e.texi (EDITION, UPDATED): Update.
5003
5004 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
5005
5006 * org.texi (References): Add information about remote references.
5007 (Built-in table editor): Document `C-c RET' in tables.
5008 (Math symbols, Quoting LaTeX code): Mention that simple
5009 LaTeX macros survive LaTeX export.
5010 (Images in LaTeX export): Show how to create a reference to a
5011 figure.
5012 (Sectioning structure): Document that the LaTeX class can be
5013 specified in a property.
5014 (Text areas in HTML export): New section.
5015 (External links): Add examples for text search and ID links.
5016 (Built-in table editor): Remove the descriptio of `C-c
5017 C-q', it not longer works.
5018 (Literal examples): Document that a space must follow
5019 the colon in short examples.
5020 (Relative timer): Document `org-timer-stop'.
5021 (Footnotes): New section.
5022 (Footnote markup): Shorten section and refer to new Footnote
5023 section.
5024 (Literal examples): Add documentation for line
5025 numbering in and references to code examples.
5026 (CSS support): Fix the description of default CSS styles.
5027 (Capturing column view): Document
5028 "file:path/to/file.org" as an allowed value for the ID property of
5029 a dynamic block copying column view.
5030
5031 2009-01-23 Stephen Eglen <stephen@gnu.org>
5032
5033 * mh-e.texi (Getting Started): Describe $MH.
5034
5035 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
5036
5037 * tramp.texi (all): Harmonize usage of "external method",
5038 "external transfer method" and "out-of-band method".
5039 (Connection types): Precise the differences of inline and external
5040 methods. Written by Adrian Phillips <a.phillips@met.no>.
5041
5042 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5043
5044 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
5045 commands as described at the top. Reported by Allan Gottlieb
5046 <gottlieb@nyu.edu>.
5047
5048 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5049
5050 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
5051 nnmail-pathname-coding-system.
5052
5053 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
5054
5055 * org.texi (Relative timer): Fix typo.
5056
5057 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
5058
5059 * org.texi (Clocking work time): Fix typo.
5060 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
5061
5062 2009-01-13 Glenn Morris <rgm@gnu.org>
5063
5064 * org.texi: Fix some more typos.
5065
5066 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
5067
5068 * org.texi: Fix some typos.
5069
5070 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5071
5072 * gnus.texi (Group Parameters): Add note for local variables.
5073
5074 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5075
5076 * gnus.texi (Converting Kill Files): Fix URL.
5077 Include gnus-kill-to-score.el in contrib directory.
5078
5079 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5080
5081 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
5082 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
5083 (Paging the Article): Add index entry.
5084
5085 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
5086
5087 * ada-mode.texi (Examples): Delete redundant text.
5088
5089 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
5090
5091 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
5092
5093 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
5094 addresses.
5095
5096 2009-01-03 Bill Wohler <wohler@newt.com>
5097
5098 * mh-e.texi (Scan Line Formats): Indicate that first column should be
5099 kept empty.
5100
5101 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
5102
5103 * org.texi (Activation, Exporting, ASCII export, HTML export)
5104 (HTML Export commands, LaTeX/PDF export commands):
5105 Improve documentation about transient-mark-mode.
5106 (References): Document the use of special names like $LR1 to reference
5107 to fields in the last table row.
5108
5109 2008-12-19 Juri Linkov <juri@jurta.org>
5110
5111 * info.texi (Search Text): Remove mention of removed key binding M-s.
5112
5113 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
5114
5115 * org.texi (References): Remove mentioning of @0 as reference for the
5116 last line, this has been reverted in the Lisp sources.
5117
5118 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
5119
5120 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
5121 (DVI_TARGETS): Remove duplicates. Add sasl.
5122 ($(infodir)/sasl, sasl.dvi): New targets.
5123
5124 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
5125
5126 * org.texi: Version number pushed to 6.15d.
5127
5128 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
5129
5130 * org.texi (Tables in LaTeX export): New section.
5131 (Images in LaTeX export): New section.
5132 (Inlined images, Images in HTML export): Sections renamed.
5133
5134 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5135
5136 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
5137
5138 2008-12-04 David Engster <dengste@eml.cc>
5139
5140 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
5141 of nnml-get-new-mail. Change URL for mairix patch.
5142
5143 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5144
5145 * org.texi (Using the mapping API): Fix bug in mapping example.
5146 (Publishing options): Make the list of properties complete again, in
5147 correspondence to the variable `org-export-plist-vars'.
5148 (Property searches): Document new special values for time comparisons.
5149 (Tag inheritance): Refine the description of tag inheritance.
5150 (Project alist): Add info about the publishing sequence of components.
5151 (Effort estimates): Document the new relative timer.
5152
5153 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
5154
5155 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
5156 (Using Calc): Clarify use of `C-x * o'.
5157 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
5158
5159 2008-11-28 Richard M Stallman <rms@gnu.org>
5160
5161 * dbus.texi (Receiving Method Calls): Clean up previous change.
5162
5163 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
5164
5165 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
5166 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
5167 `dbus-unescape-from-identifier'.
5168 (Receiving Method Calls): New constants `dbus-service-emacs' and
5169 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
5170 (Signals): Use the constants in the example.
5171
5172 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
5173
5174 * org.texi: Re-apply change to FDL 1.3.
5175
5176 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
5177
5178 * org.texi (Setting up Remember): Document `org-remember-mode'.
5179 (External links): Document that bbdb links can use a regular
5180 expression.
5181 (External links): Document that elisp links can contain interactive
5182 commands.
5183
5184 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5185
5186 * viper.texi (viper-translate-all-ESC-keysequences):
5187 Description removed.
5188
5189 2008-11-19 Glenn Morris <rgm@gnu.org>
5190
5191 * doclicense.texi: Change to FDL 1.3.
5192 Relicense all texi files under FDL 1.3 or later.
5193
5194 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5195
5196 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
5197
5198 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
5199
5200 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
5201
5202 * ediff.texi: Version/date change.
5203
5204 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
5205
5206 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
5207
5208 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
5209
5210 * calc.texi (About This Manual): Comment out a mention of
5211 marginal notes.
5212
5213 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
5214
5215 * org.texi (Clocking work time): Document the :formula property of
5216 clock tables.
5217 (Structure editing, Refiling notes): Document refiling regions.
5218 (Agenda commands): Document the double-prefix version
5219 of the `l' command in the agenda.
5220 (Handling links): Explain the effect of a double prefix
5221 arg to `C-c C-o'.
5222 (TODO basics): Add documentation for tag triggers.
5223
5224 2008-10-23 Glenn Morris <rgm@gnu.org>
5225
5226 * cl.texi (Function Bindings): Mention `flet' fails to deal with
5227 byte-compiling things like `+'.
5228
5229 * ns-emacs.texi: Merge copyright years of author now with assignment
5230 into FSF years.
5231 (VER): Use it for easier automatic updating. Use Emacs version rather
5232 than standalone Emacs.app version.
5233
5234 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
5235
5236 * org.texi: Lots of minor fixes.
5237 (Capture): New chapter.
5238 (Org Plot): New section.
5239
5240 2008-09-30 Magnus Henoch <mange@freemail.hu>
5241
5242 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
5243
5244 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5245
5246 * calc.texi (User Defined Units): Mention how to enter optional display
5247 string.
5248
5249 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5250
5251 * message.texi (Sending Variables): Fix variable documentation to
5252 avoid the "y/n" wording.
5253
5254 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5255
5256 * message.texi (Sending Variables): Add `message-confirm-send' doc.
5257
5258 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5259
5260 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
5261 @enumerate section so as to be able to be formatted with MAKEINFO=no.
5262
5263 2008-09-22 Bill Wohler <wohler@newt.com>
5264
5265 Release MH-E manual version 8.1.
5266
5267 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5268 release 8.1.
5269
5270 * mh-e.texi: Retain dual license as agreed to by the FSF.
5271 However, bump GPL to Version 3.
5272 Use @include for license text.
5273
5274 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
5275
5276 * gnus.texi (Top, Setup, Fancy splitting to parent)
5277 (Store custom flags and keywords, Store arbitrary data):
5278 Clean up markup.
5279
5280 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
5281
5282 * gnus.texi (The Gnus Registry): Document it.
5283
5284 2008-09-08 David Engster <dengste@eml.cc>
5285
5286 * gnus.texi (nnmairix): Point out that nnml uses MH format.
5287 Clarify section about choosing back end servers.
5288
5289 2008-08-23 Glenn Morris <rgm@gnu.org>
5290
5291 * dired-x.texi (Shell Command Guessing):
5292 Mention dired-guess-shell-case-fold-search. (Bug#417)
5293
5294 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
5295
5296 * trampver.texi: Update release number.
5297
5298 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
5299
5300 * ns-emacs.texi: Update version.
5301 (Introduction): Correct menu location for options save.
5302 (Customization): Note that defaults are stored under org.gnu.Emacs.
5303
5304 2008-08-11 Bill Wohler <wohler@newt.com>
5305
5306 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
5307 explicit about GNU mailutils MH elsewhere (with thanks to Darel
5308 Henman) (closes SF #1768928).
5309
5310 2008-08-10 Glenn Morris <rgm@gnu.org>
5311
5312 * ns-emacs.texi: Use @copying. Change copyright of authors with
5313 assignment to FSF. Change license to GFDL.
5314 (Top): Remove outdated references.
5315
5316 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
5317
5318 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
5319 Add gnus-summary-sort-by-most-recent-number and
5320 gnus-summary-sort-by-most-recent-date.
5321 (Summary Sorting): Explain prefix argument.
5322
5323 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
5324
5325 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
5326 gnus-summary-pipe-output.
5327
5328 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
5329
5330 * dbus.texi (Receiving Method Calls): Document error handling of own
5331 D-Bus methods.
5332
5333 2008-08-01 Bill Wohler <wohler@newt.com>
5334
5335 * mh-e.texi (Reading Mail)
5336 (Viewing Attachments): Describe new function
5337 mh-show-preferred-alternative.
5338 (Sending Mail, Redistributing, Sending Message): Describe new hook
5339 mh-annotate-msg-hook.
5340
5341 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
5342
5343 * dbus.texi (Arguments and Signatures): Fix example.
5344 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
5345 (Asynchronous Methods): New node.
5346 (Errors and Events): Describe extended layout of `dbus-event'.
5347 New defun `dbus-event-message-type'.
5348
5349 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5350
5351 * ediff.texi: Remove VMS support.
5352
5353 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
5354
5355 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
5356 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
5357
5358 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
5359
5360 * Makefile.in: Add mairix-el targets.
5361
5362 2008-07-29 David Engster <deng@randomsample.de>
5363
5364 * mairix-el.texi: New file.
5365
5366 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
5367
5368 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
5369 project files. Delete 'main_unit' project variable; not needed. Allow
5370 process environment variables wherever project variables are allowed.
5371 Add tutorial section on multiple GNAT project files.
5372
5373 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
5374
5375 Sync with Tramp 2.1.14.
5376
5377 * trampver.texi: Update release number.
5378
5379 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5380
5381 * ns-emacs.texi:
5382 * faq.texi: Remove mentions of Mac Carbon.
5383
5384 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5385
5386 * gnus.texi (Saving Articles): Describe the 2nd argument of
5387 gnus-summary-save-in-pipe.
5388 (SpamAssassin): Use it.
5389
5390 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
5391
5392 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
5393
5394 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
5395
5396 * org.texi (Export options): Document the use of the creator flag.
5397
5398 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
5399
5400 * org.texi: New version 6.06a.
5401
5402 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
5403
5404 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
5405 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
5406
5407 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
5408
5409 * calc.texi (Editing Stack Entries):
5410 (Algebraic Entry): Rewrite introductory sentences so it can be used by
5411 Calc's help functions. Mention fixing typos.
5412 (Customizing Calc): Fix typo.
5413
5414 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
5415
5416 * calc.texi (summarykey): New macro. Use to correctly format keys in
5417 the summary.
5418
5419 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
5420
5421 * ns-emacs.texi (Customization): Corrected documentation on color
5422 specification formats.
5423
5424 2008-07-19 Andreas Schwab <schwab@suse.de>
5425
5426 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
5427
5428 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
5429 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
5430
5431 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
5432
5433 * dbus.texi (Inspection): Rework, introduce submenus.
5434 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
5435 (Properties and Annotations, Arguments and Signatures): New nodes.
5436
5437 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
5438
5439 * dbus.texi (Receiving Method Calls): Fix description of
5440 `dbus-register-method'.
5441 (Signals): Allow also signal arguments for filtering in
5442 `dbus-register-signal'.
5443
5444 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
5445
5446 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
5447 `cnorm'.
5448 (Arithmetic Tutorial): Simplify the verification of prime factors.
5449
5450 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5451
5452 * gnus.texi (Saving Articles): Mention
5453 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
5454
5455 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
5456
5457 * calc.texi: Adjust mode line throughout.
5458
5459 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
5460
5461 * sasl.texi (Mechanisms): Fix typos.
5462
5463 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5464
5465 * calc.texi (Killing from the stack): Mention using normal Emacs
5466 copying.
5467
5468 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
5469
5470 * tramp.texi (Password handling): Rename from "Password caching".
5471 Add `auth-source' mechanism.
5472 (Connection caching): Tramp reopens the connection automatically,
5473 when the operating system on the remote host has been changed.
5474
5475 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5476
5477 * makefile.w32-in (distclean): Remove makefile.
5478
5479 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
5480
5481 * org.texi (Using the mapping API): New section.
5482 (Agenda column view): New section.
5483 (Moving subtrees): Document archiving to the archive sibling.
5484 (Agenda commands): Document columns view in the agenda.
5485 (Using the property API): Document the API for multi-valued properties.
5486
5487 2008-06-17 Jason Riedy <jason@acm.org>
5488
5489 * org.texi (A LaTeX example): Note that fmt may be a one-argument
5490 function, and efmt may be a two-argument function.
5491 (Radio tables): Document multiple destinations.
5492
5493 2008-06-16 Glenn Morris <rgm@gnu.org>
5494
5495 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
5496 Add Cover-Texts.
5497
5498 2008-06-15 Glenn Morris <rgm@gnu.org>
5499
5500 * faq.texi (VER): Update to 23.0.60.
5501
5502 * mh-e.texi: Remove option of licensing under GPL.
5503 Add Cover-Texts to GFDL permissions notice.
5504 (GPL): Remove section.
5505 (GFDL): Include doclicense.texi rather than the actual text.
5506
5507 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
5508 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
5509
5510 * sasl.texi: Fix output file name.
5511
5512 * epa.texi, sasl.texi: Refer to license in Emacs manual.
5513
5514 * gnus-coding.texi: Refer to license in Gnus manual.
5515
5516 * idlwave.texi, sasl.texi: Use @copying.
5517
5518 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
5519
5520 * speedbar.texi: Update Back-Cover Text as per maintain.info.
5521
5522 * url.texi: Use @copying, @title, @subtitle, @author.
5523
5524 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
5525 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
5526 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
5527 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
5528 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
5529 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
5530 * widget.texi, woman.texi:
5531 Remove references to external license, since doclicense is included.
5532
5533 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
5534 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
5535 Remove references to non-existent Invariant Sections.
5536
5537 2008-06-14 Glenn Morris <rgm@gnu.org>
5538
5539 * faq.texi (Major packages and programs): Remove references to external
5540 Supercite, Calc, VIPER, since they have been included for some time.
5541 Update VM, AUCTeX, BBDB entries.
5542
5543 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
5544
5545 * newsticker.texi: Updated to match latest newsticker changes.
5546
5547 2008-06-13 Glenn Morris <rgm@gnu.org>
5548
5549 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
5550 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
5551 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
5552 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
5553 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
5554 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
5555 * woman.texi:
5556 Update Back-Cover Text as per maintain.info.
5557
5558 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5559
5560 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
5561
5562 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
5563 (gnus-faq.xml): Update repository host.
5564
5565 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
5566
5567 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
5568
5569 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
5570 Fix a typo.
5571
5572 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5573
5574 * gnus.texi (Mail Source Customization): Correct values of
5575 `mail-source-delete-incoming'. Reported by Tassilo Horn.
5576 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
5577
5578 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5579
5580 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
5581 coding standards.
5582
5583 2008-06-14 David Engster <dengste@eml.cc>
5584
5585 * gnus.texi (nnmairix): Markup fixes.
5586
5587 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5588
5589 * gnus.texi (nnmairix): Markup and other minor fixes.
5590
5591 2008-06-05 David Engster <dengste@eml.cc>
5592
5593 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
5594
5595 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5596
5597 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
5598 (Searching, nnir, nnmairix): New stub nodes.
5599
5600 2008-05-30 Felix Lee <felix.1@canids.net>
5601
5602 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
5603
5604 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
5605
5606 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
5607
5608 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
5609
5610 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
5611
5612 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
5613
5614 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
5615
5616 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
5617
5618 * info.texi (Top): Fix typo in xref.
5619
5620 2008-05-05 Karl Berry <karl@gnu.org>
5621
5622 * info.texi (Top): @xref to stand-alone manual.
5623
5624 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5625
5626 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
5627 (Various Summary Stuff): Fix typo in last xref.
5628
5629 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
5630
5631 * org.texi (Moving subtrees): Fix typo.
5632
5633 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
5634
5635 * tramp.texi (Frequently Asked Questions): Explain, how to disable
5636 Tramp via `tramp-mode'.
5637
5638 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
5639
5640 * org.texi: Massive changes, in many parts of the file.
5641
5642 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5643
5644 * gnus.texi (Oort Gnus): Add message-fill-column.
5645
5646 2008-04-12 Adrian Aichner <adrian@xemacs.org>
5647
5648 * gnus.texi (Mail Source Specifiers): Typo fix.
5649
5650 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5651
5652 * gnus.texi (Diary Headers Generation): Update key binding for
5653 `gnus-diary-check-message'.
5654
5655 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5656
5657 * gnus.texi (Emacsen): Addition.
5658
5659 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5660
5661 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
5662
5663 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5664
5665 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
5666
5667 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5668
5669 * gnus-news.texi: Update tool bar item.
5670
5671 2008-04-09 Sven Joachim <svenjoac@gmx.de>
5672
5673 * gnus-news.texi: Fix typos.
5674
5675 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
5676
5677 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
5678 Add mention of `kron'.
5679
5680 2008-04-01 Daiki Ueno <ueno@unixuser.org>
5681
5682 * epa.texi (Encrypting/decrypting *.gpg files):
5683 Document epa-file-name-regexp.
5684
5685 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5686
5687 * gnus.texi (Example Methods): Fix description about ssh-agent.
5688 (Indirect Functions): Fix the default value of nntp-telnet-command;
5689 remove link to connect.html.
5690
5691 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
5692
5693 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
5694 dbus-call-method.
5695 (Receiving Method Calls): The timeout can be set by the calling client.
5696
5697 * trampver.texi: Update release number.
5698
5699 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
5700
5701 * gnus.texi (Top): Fix version. Add SASL.
5702
5703 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
5704
5705 Sync with Tramp 2.1.13.
5706
5707 * trampver.texi: Update release number.
5708
5709 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
5710
5711 * org.texi: Update to new org-mode website.
5712
5713 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * cl.texi (For Clauses): Fix loop over key-seq to match code.
5716
5717 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5718
5719 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
5720 gnus-read-ephemeral-gmane-group-url,
5721 gnus-read-ephemeral-emacs-bug-group,
5722 gnus-read-ephemeral-debian-bug-group.
5723
5724 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5725
5726 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
5727
5728 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
5729 Add FIXMEs for Bookmarks and gnus-registry-marks.
5730
5731 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5732
5733 * gnus.texi (Smileys): Document `smiley-style'.
5734
5735 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5736
5737 * gnus.texi (Gnus Development): Clarify difference between ding and
5738 gnu.emacs.gnus.
5739 (MIME Commands, Using MIME, RSS): Fix markup.
5740
5741 * gnus-faq.texi ([8.4]): Ditto.
5742
5743 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5744
5745 * gnus.texi (Emacsen): Remove obsolete stuff.
5746
5747 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5748
5749 * gnus.texi (Oort Gnus): Add version info WRT
5750 `mail-source-delete-incoming'.
5751
5752 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5753
5754 * gnus.texi (Top): Add "Other related manuals" and version info in
5755 `iftex' output.
5756 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
5757 gnus-balloon-face-0 and the corresponding format specifiers.
5758
5759 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
5760
5761 * tramp.texi (Filename completion): Remove footnote about let-bind
5762 of `partial-completion-mode'. It doesn't work this way.
5763
5764 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5765
5766 * pcl-cvs.texi (Contributors): Update my email.
5767
5768 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
5769
5770 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
5771
5772 2008-03-17 Bill Wohler <wohler@newt.com>
5773
5774 * mh-e.texi (Viewing): Update URL for adding header fields to
5775 mh-invisible-header-fields-default.
5776
5777 2008-03-16 Bill Wohler <wohler@newt.com>
5778
5779 * mh-e.texi (Preface): Add Gnus to requirements.
5780 (Forwarding): Note that forwarded MIME messages are now inline.
5781
5782 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5783
5784 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
5785 (Common Variables): Give precedence to the netcat methods over the
5786 telnet methods, and mention that they are more reliable.
5787
5788 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
5789
5790 * org.texi (Exporting Agenda Views): Document agenda export to
5791 iCalendar.
5792 (Progress logging): Document the new progress logging stuff.
5793
5794 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5795
5796 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
5797 Update for change of `mail-source-delete-incoming'.
5798
5799 * gnus-news.texi: Ditto.
5800
5801 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5802
5803 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
5804 custom versions.
5805
5806 2008-03-07 Alan Mackenzie <acm@muc.de>
5807
5808 * cc-mode.texi (Limitations and Known Bugs): State that the number of
5809 parens/brackets in a k&r region is limited.
5810
5811 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5812
5813 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
5814 using different Emacs versions.
5815
5816 2008-02-27 Glenn Morris <rgm@gnu.org>
5817
5818 * sc.texi: Remove a lot of old and obsolete info.
5819 (titlepage): Simplify.
5820 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
5821 (VM with any Emacsen, GNEWS with any Emacsen)
5822 (Overloading for Non-conforming MUAs, Version 3 Changes)
5823 (The Supercite Mailing List): Delete nodes.
5824 (Introduction): Remove info about old packages.
5825 (Getting Connected): Simplify. Remove info about old packages.
5826 (Citing Commands): Delete Emacs 19 info.
5827 (Hints to MUA Authors): Simplify.
5828 (Thanks and History): Merge in some info from the deleted node
5829 "Version 3 Changes".
5830
5831 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
5832
5833 * org.texi (Setting tags, In-buffer settings):
5834 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
5835
5836 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5837
5838 * gnus-news.texi: Mention that spaces and tabs are allowed in the
5839 installation directory name.
5840
5841 2008-02-12 Romain Francoise <romain@orebokech.com>
5842
5843 * epa.texi (Overview): Fix typo.
5844
5845 2008-02-11 Daiki Ueno <ueno@unixuser.org>
5846
5847 * epa.texi (Quick start): Remove the .emacs setting.
5848
5849 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5850
5851 * epa.texi (Quick start): Use the command `epa-enable' instead of
5852 loading `epa-setup'.
5853
5854 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
5855
5856 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
5857 ($(infodir)/epa, epa.dvi): New targets.
5858
5859 2008-02-08 Daiki Ueno <ueno@unixuser.org>
5860
5861 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
5862
5863 * epa.texi: New manual documenting the EasyPG Assistant.
5864
5865 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
5866
5867 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
5868 (Inspection): New function dbus-ping.
5869
5870 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
5871
5872 * tramp.texi (Remote processes): Add `shell-command'.
5873
5874 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
5875
5876 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5877 (Group Parameters): Document `mail-source' parameter.
5878
5879 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
5880
5881 * tramp.texi (Inline methods): The hostname of the su(do)? methods
5882 must be a local host.
5883
5884 2008-01-26 Michael Olson <mwolson@gnu.org>
5885
5886 * erc.texi: Update version for ERC 5.3 release.
5887 (Obtaining ERC): Update extras URLs for 5.3.
5888 (Development): Write instructions for git, and remove those for Arch.
5889 (History): Mention the switch to git.
5890
5891 2008-01-24 Karl Berry <karl@gnu.org>
5892
5893 * info.texi (Search Index, Search Text): Mention the command
5894 character in the section name, a la the (Go to node) node.
5895
5896 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
5897
5898 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5899
5900 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5901
5902 * gnus-news.texi: Mention gnus-article-describe-bindings.
5903
5904 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5905
5906 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5907
5908 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
5909
5910 * org.texi (Property inheritance): New section.
5911 (Conventions): New section.
5912 (Structure editing): Document C-RET, the prefix arg to the cut/copy
5913 commands, and the new bindings for refiling.
5914 (Sparse trees): Document the new special command for sparse trees.
5915 (References): Be more clear about the counting of hilines.
5916 (Handling links): Document M-p/n for accessing links.
5917 (Fast access to TODO states): New section.
5918 (Per file keywords): New section.
5919 (Property inheritance): New section.
5920 (Column attributes): New summary types.
5921 (Capturing Column View): New section.
5922 (The date/time prompt): Cover the new features in the date/time prompt.
5923 Compactify the table of keys for the calendar remote control.
5924 (Clocking work time): Document the new :scope parameter.
5925 (Remember): Promoted to chapter.
5926 (Quoted examples): New section.
5927 (Enhancing text): New verbatim environments.
5928
5929 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
5930
5931 * trampver.texi: Update release number.
5932
5933 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5934
5935 * gnus.texi (Article Keymap):
5936 Add gnus-article-wide-reply-with-original; fix descriptions of
5937 gnus-article-reply-with-original and
5938 gnus-article-followup-with-original.
5939
5940 2008-01-09 Glenn Morris <rgm@gnu.org>
5941
5942 * nxml-mode.texi: Add @copying section.
5943
5944 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5945
5946 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5947 Server". Add `message-send-mail-with-mailclient'.
5948
5949 * gnus.texi (Posting Server): Move some text to "(message)Mail
5950 Variables" and add a reference here.
5951
5952 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
5953
5954 * dbus.texi (Receiving Method Calls): New chapter.
5955 (Errors and Events): Add serial number to events. Replace "signal" by
5956 "message". Introduce dbus-event-serial-number.
5957
5958 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
5959
5960 * dbus.texi (Type Conversion): Explain the type specification for empty
5961 arrays. Use another example.
5962
5963 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
5964
5965 * dbus.texi (all): Replace "..." by @dots{}.
5966 (Type Conversion): Precise the value range for :byte types.
5967 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5968 Mention its return value.
5969 (Errors and Events): There is no D-Bus error propagation during event
5970 processing.
5971
5972 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5973
5974 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5975 New sections.
5976
5977 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5978
5979 * gnus.texi (Group Parameters): Reorder the text and add a note about
5980 `gnus-parameters' near the beginning of the node.
5981
5982 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5983
5984 * gnus.texi (Score File Editing): Fix function name.
5985
5986 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
5987
5988 Sync with Tramp 2.1.12.
5989
5990 * trampver.texi: Update release number.
5991
5992 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
5993
5994 * dbus.texi (Type Conversion): Correct input parameters mapping.
5995
5996 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
5997
5998 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5999 (Errors and Events): Mention wrong-type-argument error.
6000
6001 2007-12-21 Alex Schroeder <alex@gnu.org>
6002
6003 * rcirc.texi: Changed single spaces after sentence end to double
6004 spaces. Fixed some typos.
6005 (Internet Relay Chat): Explain relay.
6006 (Getting started with rcirc): Change items to reflect prompts.
6007 Add more explanation to rcirc-track-minor-mode and added a comment to
6008 warn future maintainers that this section is a copy.
6009 (People): Change /ignore example.
6010 (Keywords): Not keywords.
6011
6012 2007-12-20 Alex Schroeder <alex@gnu.org>
6013
6014 * rcirc.texi (Top): Fighting Information Overload chapter added.
6015 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
6016 (rcirc commands): Move /ignore command to the new chapter.
6017 (Fighting Information Overload): New chapter documenting /keyword,
6018 /bright, /dim, channel ignore, and low priority channels.
6019 (Configuration): Document rcirc-server-alist, remove
6020 rcirc-startup-channels-alist and rcirc-default-server.
6021
6022 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
6023
6024 * dbus.texi (Signals): Fix example in dbus-register-signal.
6025
6026 2007-12-14 Sven Joachim <svenjoac@gmx.de>
6027
6028 * gnus.texi (Score Variables): Fix typo.
6029
6030 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
6031
6032 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
6033 (Signals): Adapt dbus-send-signal and dbus-register-signal.
6034 (Errors and Events): Adapt dbus-event.
6035
6036 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6037
6038 * gnus.texi (Other Files): Add the yenc command.
6039
6040 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
6041
6042 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
6043 since 2004-08-06.
6044
6045 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6046
6047 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
6048 on body.
6049
6050 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6051
6052 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
6053 and rfc2047-allow-irregular-q-encoded-words; fix description of
6054 rfc2047-encode-encoded-words.
6055
6056 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6057
6058 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
6059
6060 2007-12-05 Michael Olson <mwolson@gnu.org>
6061
6062 * remember.texi (Diary): Remove "require" line for remember-diary.el.
6063 Update documentation for `remember-diary-file'.
6064
6065 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
6066
6067 * dbus.texi (Signals): Precise `dbus-register-signal'.
6068 (Errors and Events): Rework events part, the internal structure of
6069 dbus-event has changed.
6070
6071 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
6072
6073 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
6074 ($(infodir)/dbus, dbus.dvi): New targets.
6075
6076 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
6077
6078 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
6079 unconditionally.
6080
6081 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
6082 emulation with @print{}.
6083
6084 2007-12-02 Richard Stallman <rms@gnu.org>
6085
6086 * dbus.texi (Overview): Minor cleanup.
6087
6088 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
6089
6090 * Makefile.in (INFO_TARGETS): Add dbus.
6091 (DVI_TARGETS): Add dbus.dvi.
6092 (dbus, dbus.dvi): New targets.
6093
6094 * dbus.texi: New file.
6095
6096 2007-11-24 Romain Francoise <romain@orebokech.com>
6097
6098 * nxml-mode.texi: Add description in @direntry.
6099 Fix file name to match @setfilename.
6100
6101 2007-11-23 Mark A. Hershberger <mah@everybody.org>
6102
6103 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6104 ($(infodir)/nxml-mode): New rule.
6105
6106 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6107 ($(infodir)/nxml-mode): New rule.
6108 (clean): Add nxml-mode*.
6109
6110 * nxml-mode.texi: New file with nxml manual.
6111
6112 2007-11-18 Richard Stallman <rms@gnu.org>
6113
6114 * flymake.texi (Example -- Configuring a tool called directly):
6115 Update example.
6116
6117 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
6118
6119 * tramp.texi (Filename completion): Simplify explanation of
6120 double-slash behavior. Explain directory contents flushing.
6121
6122 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6123
6124 * calc.texi (TeX and LaTeX Language Modes): Put in
6125 missing braces.
6126
6127 2007-11-15 Richard Stallman <rms@gnu.org>
6128
6129 * cl.texi (Equality Predicates): Delete `eql'.
6130 (Predicates, Naming Conventions, Top): Delete `eql'.
6131 (Common Lisp Compatibility): Delete `eql'.
6132 (Porting Common Lisp): Delete obsolete backquote info.
6133 Minor clarification about character constants.
6134 (Sequence Basics): Minor clarification.
6135
6136 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
6137
6138 * cc-mode.texi (Electric Keys, Custom Macros):
6139 * tramp.texi (Filename completion): Fix typos.
6140
6141 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
6142
6143 * calc.texi (Basic commands): Mention the menu.
6144
6145 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
6146
6147 * tramp.texi (Connection caching): Tramp flushes connection
6148 properties when remote operating system has been changed.
6149
6150 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
6151
6152 * gnus-news.texi: Fix spelling.
6153 `message-insert-formatted-citation-line', not
6154 `message-insert-formated-citation-line'.
6155
6156 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
6157
6158 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
6159
6160 * tramp.texi (Overview): Mention also the PuTTY integration under
6161 w32. Remove paragraphs about Tramp's experimental status.
6162 (Frequently Asked Questions): Add code example for highlighting the
6163 mode line.
6164
6165 2007-11-03 Michael Olson <mwolson@gnu.org>
6166
6167 * remember.texi: Change mentions of remember-buffer to
6168 remember-finalize throughout.
6169
6170 2007-10-30 Michael Olson <mwolson@gnu.org>
6171
6172 * remember.texi (Copying): Remove.
6173 (Mailbox): Update with non-BBDB instructions.
6174 (Diary, Org): Add.
6175 (Bibliography, Planner Page): Remove.
6176
6177 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
6178
6179 * makefile.w32-in (INFO_TARGETS): Add remember.
6180 (DVI_TARGETS): Add remember.dvi.
6181 ($(infodir)/remember): New rule.
6182 (clean): Add remember*.
6183
6184 2007-10-30 Michael Olson <mwolson@gnu.org>
6185
6186 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
6187 ($(infodir)/remember): New rule that builds the Remember Manual.
6188
6189 * remember.texi: New file containing the Remember Mode Manual.
6190 Shuffle chapters around after initial import.
6191 (Function Reference): Split Keystrokes into separate chapter.
6192 (Keystrokes): Document C-c C-k.
6193 (Introduction): Fix typographical issue with "---".
6194
6195 2007-10-29 Richard Stallman <rms@gnu.org>
6196
6197 * widget.texi (Introduction): Delete discussion of implementation
6198 internals.
6199
6200 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
6201
6202 * tramp.texi (Connection caching): Host names must be different
6203 when tunneling.
6204
6205 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6206
6207 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
6208 Gnus v5.13.
6209
6210 2007-10-28 Miles Bader <miles@gnu.org>
6211
6212 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
6213
6214 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6215
6216 * gnus.texi (Sorting the Summary Buffer):
6217 Remove gnus-article-sort-by-date-reverse.
6218
6219 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6220
6221 * gnus.texi (Non-ASCII Group Names): New node.
6222 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
6223 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
6224
6225 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6226
6227 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
6228 clean the output of the program `imap-shell-program'.
6229
6230 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6231
6232 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
6233
6234 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
6235
6236 * gnus.texi (Sticky Articles): Documentation for sticky article
6237 buffers.
6238
6239 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6240
6241 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
6242
6243 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6244
6245 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
6246
6247 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6248
6249 * gnus.texi (Archived Messages):
6250 Document gnus-update-message-archive-method.
6251
6252 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6253
6254 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
6255
6256 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6257
6258 * gnus.texi (Group Maneuvering):
6259 Document `gnus-summary-next-group-on-exit'.
6260
6261 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6262
6263 * gnus.texi (Really Various Summary Commands):
6264 Mention gnus-auto-select-on-ephemeral-exit.
6265
6266 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6267
6268 * gnus.texi, message.texi: Bump version number.
6269
6270 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6271
6272 * gnus.texi (Group Line Specification, Misc Group Stuff)
6273 (Server Commands): Parenthesize @pxref{Mail Spool}.
6274
6275 2007-10-28 Didier Verna <didier@xemacs.org>
6276
6277 New user option: message-signature-directory.
6278 * message.texi (Insertion Variables): Document it.
6279 * gnus.texi (Posting Styles): Ditto.
6280
6281 2007-10-28 Didier Verna <didier@xemacs.org>
6282
6283 * gnus.texi (Group Line Specification):
6284 * gnus.texi (Misc Group Stuff):
6285 * gnus.texi (Server Commands): Document the group compaction feature.
6286
6287 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6288
6289 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
6290
6291 * message.texi (Various Message Variables): Add message-fill-column.
6292
6293 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6294
6295 * gnus.texi: Untabify.
6296
6297 2007-10-28 Didier Verna <didier@xemacs.org>
6298
6299 * gnus.texi (Group Parameters): Document the posting-style merging
6300 process in topic-mode.
6301
6302 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6303
6304 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
6305
6306 2007-10-28 Romain Francoise <romain@orebokech.com>
6307
6308 * gnus.texi (Mail Spool): Fix typo.
6309 Update copyright.
6310
6311 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6312
6313 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
6314
6315 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6316
6317 * gnus.texi (Summary Generation Commands):
6318 Add gnus-summary-insert-ticked-articles.
6319
6320 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6321
6322 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
6323 to spam-spamassassin-program.
6324
6325 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6326
6327 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
6328
6329 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6330
6331 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
6332
6333 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6334
6335 * message.texi (Mail Headers): Document `opportunistic'.
6336
6337 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6338
6339 * emacs-mime.texi (Encoding Customization): Explain how to set
6340 mm-coding-system-priorities per hierarchy.
6341
6342 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6343
6344 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
6345 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
6346
6347 2007-10-28 Didier Verna <didier@xemacs.org>
6348
6349 * message.texi (Wide Reply): Update documentation of
6350 message-dont-reply-to-names (now allowing a list of regexps).
6351
6352 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6353
6354 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
6355
6356 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6357
6358 * gnus.texi (SpamAssassin back end): Fix typo.
6359
6360 * sieve.texi (Examples): Fix grammar.
6361
6362 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6363
6364 * gnus.texi (Searching for Articles): Document M-S and M-R.
6365 (Limiting): Document / b.
6366
6367 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6368
6369 * gnus.texi (Thread Commands): T M-^.
6370
6371 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6372
6373 * message.texi (Mail Aliases): Document ecomplete.
6374 (Mail Aliases): Fix typo.
6375
6376 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6377
6378 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
6379 fix typo.
6380
6381 2007-10-28 Romain Francoise <romain@orebokech.com>
6382
6383 * gnus.texi (Mail Spool): Grammar fix.
6384
6385 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6386
6387 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
6388 string.
6389
6390 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6391
6392 * gnus.texi (Group Parameters): Fix description.
6393
6394 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6395
6396 * gnus.texi (Gmane Spam Reporting):
6397 Fix spam-report-gmane-use-article-number.
6398 Add spam-report-user-mail-address.
6399
6400 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6401
6402 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
6403
6404 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6405
6406 * gnus.texi (Group Parameters): Add simplified sorting example based on
6407 example for `Sorting the Summary Buffer' from Jari Aalto
6408 <jari.aalto@cante.net>.
6409 (Example Methods): Add example for an indirect connection.
6410
6411 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
6412
6413 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
6414 (Agent Parameters): Update parameter names to match code.
6415 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
6416 'gnus-agent-summary-fetch-series'.
6417 (Agent and flags): New section providing a generalized discussion
6418 of flag handling.
6419 (Agent and IMAP): Remove flag discussion.
6420 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
6421
6422 2007-10-28 Romain Francoise <romain@orebokech.com>
6423
6424 * gnus.texi (Exiting the Summary Buffer): Add new function
6425 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
6426
6427 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6428
6429 * gnus.texi (Conformity): Fix typo.
6430 (Customizing Articles): Document `first'.
6431
6432 2007-10-28 Jari Aalto <jari.aalto@cante.net>
6433
6434 * gnus.texi (Sorting the Summary Buffer):
6435 Add `gnus-thread-sort-by-date-reverse'. Add example
6436 host to different sorting in NNTP and RSS groups.
6437
6438 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6439
6440 * message.texi (Insertion): Describe prefix for
6441 message-mark-inserted-region and message-mark-insert-file.
6442
6443 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6444
6445 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
6446 LaTeX documents. Describe "text/x-gnus-verbatim".
6447
6448 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6449
6450 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
6451 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
6452 (spam-stat spam filtering, SpamOracle)
6453 (Extending the Spam ELisp package): Remove extra quote symbol for
6454 clarity.
6455
6456 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6457
6458 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
6459 gnus-article-delete-part and gnus-article-replace-part.
6460 (Using MIME): Add gnus-mime-replace-part.
6461
6462 2007-10-28 Romain Francoise <romain@orebokech.com>
6463
6464 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
6465 requires `auto-compression-mode' to be enabled. Add new nnml
6466 variable `nnml-compressed-files-size-threshold'.
6467
6468 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6469
6470 * gnus.texi (Sorting the Summary Buffer):
6471 Add gnus-thread-sort-by-recipient.
6472
6473 2007-10-28 Romain Francoise <romain@orebokech.com>
6474
6475 * message.texi (Insertion Variables): Mention new variable
6476 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
6477 documentation accordingly.
6478
6479 2007-10-28 Romain Francoise <romain@orebokech.com>
6480
6481 * gnus.texi (To From Newsgroups): Mention new variables
6482 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
6483
6484 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6485
6486 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
6487 stuff; gnus-mime-inline-part does the automatic decompression.
6488
6489 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6490
6491 * gnus.texi (Spam ELisp Package Configuration Examples):
6492 "training.ham" should be "training.spam".
6493
6494 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6495
6496 * message.texi (Mail Variables): Fix the default value for
6497 message-send-mail-function.
6498
6499 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6500
6501 * gnus.texi (Optional Back End Functions): nntp-request-update-info
6502 always returns nil exceptionally.
6503
6504 2007-10-28 Simon Josefsson <jas@extundo.com>
6505
6506 * gnus.texi (Article Washing): Add libidn URL.
6507 Suggested by Michael Cook <michael@waxrat.com>.
6508
6509 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6510
6511 * gnus.texi (Topic Commands): Fix next/previous.
6512
6513 2007-10-28 Simon Josefsson <jas@extundo.com>
6514
6515 * gnus.texi (Article Washing): Mention `W i'.
6516
6517 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
6518
6519 * gnus.texi (Group Parameters): Slight extension of sieve
6520 parameter description.
6521
6522 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6523
6524 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
6525 matching score files as well.
6526 (Picons): Describe `gnus-picon-style'.
6527
6528 2007-10-28 Romain Francoise <romain@orebokech.com>
6529
6530 * message.texi (Message Headers): Mention that headers are hidden
6531 using narrowing, and how to expose them.
6532 Update copyright.
6533
6534 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6535
6536 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
6537 `gnus-summary-sort-by-recipient'.
6538
6539 2007-10-28 Romain Francoise <romain@orebokech.com>
6540
6541 * gnus.texi (NNTP marks): New node.
6542 (NNTP): Move NNTP marks variables to the new node.
6543
6544 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6545
6546 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
6547
6548 * gnus.texi (MIME Commands, Hashcash): Markup fix.
6549
6550 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6551
6552 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
6553 everywhere for consistency.
6554 (Filtering Spam Using The Spam ELisp Package): Admonish again.
6555 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
6556 Say "regular expression" instead of "regex." Admonish.
6557 Pick other words to sound better (s/so/thus/).
6558 (Spam ELisp Package Filtering of Incoming Mail):
6559 Mention statistical filters. Remove old TODO.
6560 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
6561 New section on sorting and displaying the spam score.
6562 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
6563 backend but an alias to spam-use-BBDB.
6564 (Extending the Spam ELisp package): Rewrite the example using the
6565 new backend functionality.
6566
6567 2007-10-28 Simon Josefsson <jas@extundo.com>
6568
6569 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
6570 nntp-marks-directory, from Romain Francoise
6571 <romain@orebokech.com>.
6572
6573 2007-10-28 Magnus Henoch <mange@freemail.hu>
6574
6575 * gnus.texi (Hashcash): New default value of
6576 hashcash-default-payment.
6577
6578 2007-10-28 Simon Josefsson <jas@extundo.com>
6579
6580 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
6581 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
6582
6583 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6584
6585 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
6586
6587 2007-10-28 Simon Josefsson <jas@extundo.com>
6588
6589 * gnus.texi (documentencoding): Add, to avoid warnings.
6590
6591 2007-10-28 Simon Josefsson <jas@extundo.com>
6592
6593 * message.texi (Mail Headers): Add.
6594
6595 * gnus.texi (Hashcash): Fix.
6596
6597 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6598
6599 * gnus.texi (Hashcash): Change location of library, also mention
6600 that payments can be verified and fix the name of the
6601 hashcash-path variable.
6602
6603 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6604
6605 * gnus.texi (Article Display): Add `gnus-picon-style'.
6606
6607 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6608
6609 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
6610
6611 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6612
6613 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
6614 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
6615 warning about ham processors in spam groups removed.
6616
6617 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6618
6619 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
6620 From Hubert Chan <hubert@uhoreg.ca>.
6621
6622 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6623
6624 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
6625 (Mailing List): Typo.
6626 (Customizing Articles): Add gnus-treat-ansi-sequences.
6627 (Article Washing): Index.
6628
6629 * message.texi: Use m-dash consistently.
6630
6631 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6632
6633 * gnus.texi (GroupLens): Remove.
6634
6635 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
6636
6637 * gnus.texi (Outgoing Messages, Agent Variables):
6638 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
6639 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
6640
6641 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6642
6643 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
6644
6645 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6646
6647 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
6648
6649 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
6650
6651 2007-10-28 Simon Josefsson <jas@extundo.com>
6652
6653 * gnus.texi (Top): Add SASL.
6654
6655 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6656
6657 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
6658
6659 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6660
6661 * gnus.texi (Troubleshooting): Adjust Gnus version number.
6662
6663 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
6664
6665 * calc.texi (Formulas, Composition Basics): Lower the
6666 precedence of negation.
6667
6668 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
6669
6670 * ses.texi (The Basics): Mention how to create a new spreadsheet.
6671 Mention the new three-letter column identifiers.
6672 (More on cell printing): Calculate-cell and truncate-cell are now `c'
6673 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
6674 message when using `c' on an empty default with default printer.
6675 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
6676 renamed to `ses--symbolic-formulas' some time ago.
6677
6678 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
6679
6680 * calc.texi (Default Simplifications, Making Selections)
6681 (Customizing Calc): Clarify associativity of multiplication.
6682
6683 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
6684
6685 * tramp.texi (Traces and Profiles): Simplify loop over
6686 `trace-function-background'.
6687
6688 2007-10-22 Juri Linkov <juri@jurta.org>
6689
6690 * dired-x.texi (Shell Command Guessing): Default values are now
6691 available by typing M-n instead of M-p.
6692
6693 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
6694
6695 * tramp.texi (Cleanup remote connections): New section.
6696 (Password caching): Remove `tramp-clear-passwd'.
6697 It's not a command anymore.
6698 (Bug Reports): Add `tramp-bug' to function index.
6699 (Function Index, Variable Index): New nodes.
6700 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
6701
6702 * trampver.texi: Update release number.
6703
6704 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6705
6706 * calc.texi (History and Acknowledgements): Turn comment
6707 about integer size into past tense.
6708 (Time Zones): Remove pointer to Calc author's address.
6709 (Trigonometric and Hyperbolic Functions): Mention cotangent
6710 and hyperbolic cotangent. Fix typo.
6711
6712 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
6713
6714 Sync with Tramp 2.1.11.
6715
6716 * trampver.texi: Update release number.
6717
6718 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
6719
6720 * tramp.texi (External packages): New section.
6721
6722 2007-09-29 Juri Linkov <juri@jurta.org>
6723
6724 * info.texi (Help-Int): Document `L' (`Info-history').
6725
6726 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
6727
6728 * org.texi: Change links to webpage and maintained email.
6729 (Remember): Promote to Chapter, significant changes.
6730 (Fast access to TODO states): New section.
6731 (Faces for TODO keywords): New section.
6732 (Export options): Example for #+DATE.
6733 (Progress logging): Section moved.
6734
6735 2007-09-26 Bill Wohler <wohler@newt.com>
6736
6737 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
6738 browse-url-at-mouse.
6739
6740 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
6741
6742 * flymake.texi (Customizable variables): Face names don't end in -face.
6743 Fix flymake-err-line-patterns template.
6744 (Example -- Configuring a tool called directly): Fix init-function.
6745 (Highlighting erroneous lines): Face names don't end in -face.
6746
6747 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
6748
6749 * erc.texi (Special-Features): Fix small typo.
6750
6751 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
6752
6753 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
6754 and "External transfer methods".
6755
6756 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
6757
6758 * calc.texi (Predefined Units): Add some history.
6759
6760 2007-09-08 Michael Olson <mwolson@gnu.org>
6761
6762 * erc.texi (Copying): New section included from gpl.texi.
6763 This matches the look of the upstream ERC manual.
6764
6765 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
6766
6767 * calc.texi (History and Acknowledgements): Adjust the "thanks".
6768 (Random Numbers): Clarify the distribution of `random'.
6769
6770 2007-09-06 Glenn Morris <rgm@gnu.org>
6771
6772 Move manual sources from man/ to subdirectories of doc/.
6773 Split into the Emacs manual in emacs/, and other manuals in misc/.
6774 Change all setfilename commands to use ../../info.
6775 * Makefile.in: Move the parts of the old man/Makefile.in that do not
6776 refer to the Emacs manual here.
6777 (infodir): New variable.
6778 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
6779 (cc-mode.texi, faq.texi): Update references to source file locations.
6780 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
6781 do not refer to the Emacs manual here.
6782 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
6783
6784 * Makefile.in: Add `basename' versions of all info targets, for
6785 convenience when rebuilding just one manual.
6786 (../etc/GNU): Delete obsolete target.
6787 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
6788 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
6789 *.vrs *.toc here...
6790 (maintainer-clean): ...from here.
6791
6792 * makefile.w32-in (../etc/GNU): Delete obsolete target.
6793
6794 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
6795
6796 * calc.texi (Date Conversions): Clarify definition of
6797 Julian day numbering.
6798 (Date Forms): Clarify definition of Julian day numbering;
6799 add some history.
6800
6801 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
6802
6803 * org.texi: Version 5.07.
6804
6805 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6806
6807 * message.texi (MIME): Replace mml-attach with mml-attach-file.
6808
6809 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
6810
6811 * org.texi (Adding hyperlink types): New section.
6812 (Embedded LaTeX): Chapter updated because of LaTeX export.
6813 (LaTeX export): New section.
6814 (Using links out): New section.
6815
6816 2007-08-22 Glenn Morris <rgm@gnu.org>
6817
6818 * faq.texi (Learning how to do something): Refcards now in
6819 etc/refcards/ directory.
6820
6821 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6822
6823 * tramp.texi (Remote Programs): Persistency file must be cleared when
6824 changing `tramp-remote-path'.
6825 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
6826 macro.
6827
6828 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6829
6830 * calc.texi: Move contents to beginning of file.
6831 (Algebraic Entry): Fix the formatting of an example.
6832
6833 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6834
6835 * calc.texi (Basic Operations on Units): Mention exact versus
6836 inexact conversions.
6837
6838 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6839
6840 * calc.texi (Basic Operations on Units): Mention default
6841 values for new units.
6842 (Quick Calculator Mode): Mention that binary format will
6843 be displayed.
6844
6845 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6846
6847 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
6848
6849 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6850
6851 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
6852
6853 2007-08-08 Glenn Morris <rgm@gnu.org>
6854
6855 * gnus.texi, sieve.texi: Replace `iff'.
6856
6857 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6858
6859 * calc.texi (Basic Graphics): Mention the graphing of error
6860 forms.
6861 (Graphics Options): Mention how `g s' handles error forms.
6862 (Curve Fitting): Mention plotting the curves.
6863 (Standard Nonlinear Models): Add additional models.
6864 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
6865 (Linear Fits): Correct result.
6866
6867 2007-08-01 Alan Mackenzie <acm@muc.de>
6868
6869 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
6870 to "--no-site-file".
6871
6872 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
6873
6874 * tramp.texi (Frequently Asked Questions): Point to mode line
6875 extension in Emacs 23.1.
6876
6877 * trampver.texi: Update release number.
6878
6879 2007-07-27 Glenn Morris <rgm@gnu.org>
6880
6881 * calc.texi (Copying): Include license text from gpl.texi, rather than
6882 in-line.
6883
6884 2007-07-25 Glenn Morris <rgm@gnu.org>
6885
6886 * calc.texi (Copying): Replace license with GPLv3.
6887
6888 * Relicense all FSF files to GPLv3 or later.
6889
6890 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6891
6892 Sync with Tramp 2.1.10.
6893
6894 * tramp.texi (trampfn): Expand macro implementation in order to handle
6895 empty arguments.
6896 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
6897 occurrences by trampfn.
6898 (Frequently Asked Questions): Extend example code for host
6899 identification in the modeline. Add bbdb to approaches shortening Tramp
6900 file names to be typed.
6901
6902 * trampver.texi: Update release number.
6903
6904 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6905
6906 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6907 section. Reported by <poti@potis.org>.
6908 (Remote processes): Arguments of the program to be debugged are taken
6909 literally.
6910 (Frequently Asked Questions): Simplify recentf example.
6911
6912 2007-07-14 Karl Berry <karl@gnu.org>
6913
6914 * info.texi (@copying): New Back-Cover Text.
6915
6916 * info.texi (Quitting Info): Move to proper place in source.
6917 (Reported by Benno Schulenberg.)
6918
6919 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6920
6921 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6922
6923 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6924
6925 * emacs-mime.texi: Add @documentencoding directive.
6926
6927 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6928
6929 * tramp.texi (Remote processes): Add an anchor to the subsection
6930 "Running a debugger on a remote host".
6931
6932 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
6933
6934 * tramp.texi (Remote processes): Don't call it "experimental" any
6935 longer. Add subsection about running a debugger on a remote host.
6936
6937 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
6938
6939 * org.texi (Properties and columns): Chapter rewritten.
6940
6941 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6942
6943 * tramp.texi:
6944 * trampver.texi: Migrate to Tramp 2.1.
6945
6946 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
6947
6948 * org.texi (Properties): New chapter.
6949
6950 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6951
6952 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6953 Control Panel.
6954
6955 * gnus.texi (Misc Article): Add index entry for
6956 gnus-single-article-buffer.
6957
6958 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6959
6960 * gnus.texi (Starting Up): Fix typo.
6961
6962 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6963
6964 * gnus.texi (Asynchronous Fetching): Fix typo.
6965
6966 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6967
6968 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6969 (About This Manual): Remove redundant information.
6970 (Getting Started): Mention author.
6971 (Basic Arithmetic, Customizing Calc): Make description of the
6972 variable `calc-multiplication-has-precedence' match its new effect.
6973
6974 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6975
6976 * calc.texi (Basic Arithmetic, Customizing Calc):
6977 Mention the variable `calc-multiplication-has-precedence'.
6978
6979 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
6980
6981 * org.texi (Tag): Section swapped with node Timestamps.
6982 (Formula syntax for Lisp): Document new `L' flag.
6983
6984 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6985
6986 * gnus.texi (Misc Group Stuff, Summary Buffer)
6987 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6988
6989 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
6990
6991 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6992 * gnus.texi (Article Buttons, Mail Source Customization)
6993 (Sending or Not Sending, Customizing NNDiary):
6994 * message.texi (Message Headers):
6995 * mh-e.texi (HTML): Fix typos.
6996
6997 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
6998
6999 Sync with Tramp 2.0.56.
7000
7001 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
7002 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
7003
7004 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7005
7006 * Version 22.1 released.
7007
7008 2007-05-26 Michael Olson <mwolson@gnu.org>
7009
7010 * erc.texi (Modules): Fix references to completion modules.
7011
7012 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
7013
7014 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
7015
7016 2007-05-09 Didier Verna <didier@xemacs.org>
7017
7018 * gnus.texi (Email Based Diary): New. Proper documentation for the
7019 nndiary back end and the gnus-diary library.
7020
7021 2007-05-03 Karl Berry <karl@gnu.org>
7022
7023 * .cvsignore (*.pdf): New entry.
7024
7025 * texinfo.tex: Update from current version for better pdf generation.
7026
7027 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
7028
7029 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
7030
7031 2007-04-28 Glenn Morris <rgm@gnu.org>
7032
7033 * faq.texi (New in Emacs 22): Restore mention of python.el pending
7034 consideration of legal status.
7035
7036 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
7037
7038 * idlwave.texi: Minor updates for IDLWAVE 6.1.
7039
7040 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
7041
7042 * faq.texi (New in Emacs 22): python.el removed.
7043
7044 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
7045
7046 * calc.texi (Reporting bugs): Update maintainer's address.
7047
7048 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
7049
7050 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
7051
7052 2007-04-15 Jay Belanger <belanger@truman.edu>
7053
7054 * calc.texi (Title page): Remove the date.
7055 (Basic Arithmetic): Emphasize that / binds less strongly than *.
7056 (The Standard Calc Interface): Change trail title.
7057 (Floats): Mention that when non-decimal floats are entered, only
7058 approximations are stored.
7059 (Copying): Move to the appendices.
7060 (GNU Free Documentation License): Add as an appendix.
7061
7062 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7063
7064 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
7065 * dired-x.texi, ebrowse.texi, ediff.texi:
7066 * emacs-mime.texi, erc.texi, eshell.texi:
7067 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
7068 * idlwave.texi, message.texi, newsticker.texi, org.texi:
7069 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
7070 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
7071 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
7072 * woman.texi: Include GFDL.
7073
7074 * doclicense.texi: Remove node heading, so that it can be included by
7075 other files.
7076
7077 * dired-x.texi: Relicence under GFDL. Remove date from title page.
7078
7079 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
7080 than *.
7081
7082 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
7083
7084 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
7085 in Calc.
7086
7087 2007-04-09 Romain Francoise <romain@orebokech.com>
7088
7089 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
7090 Mac OS ports. Make it clear that mouse-1 complements and doesn't
7091 replace mouse-2.
7092
7093 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
7094
7095 * woman.texi (Word at point, Interface Options): woman-topic-at-point
7096 renamed to woman-use-topic-at-point. Document new behavior.
7097
7098 2007-04-08 Richard Stallman <rms@gnu.org>
7099
7100 * url.texi: Fix some indexing.
7101 (Disk Caching): Drop discussion of old/other Emacs versions.
7102
7103 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
7104
7105 * url.texi (Disk Caching): Say Emacs 21 "and later".
7106
7107 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
7108 on Font locking which now mentions JIT lock.
7109
7110 2007-04-01 Michael Olson <mwolson@gnu.org>
7111
7112 * erc.texi: Update for the ERC 5.2 release.
7113
7114 2007-03-31 David Kastrup <dak@gnu.org>
7115
7116 * woman.texi (Topic, Interface Options): Explain changes semantics of
7117 woman-manpath in order to consider MANPATH_MAP entries.
7118
7119 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7120
7121 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
7122
7123 2007-03-26 Richard Stallman <rms@gnu.org>
7124
7125 * pgg.texi (Caching passphrase): Clean up previous change.
7126
7127 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
7128
7129 * gnus.texi (Setting Process Marks): Fix typo.
7130
7131 2007-03-25 Romain Francoise <romain@orebokech.com>
7132
7133 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
7134 readability, and include various fixes by Daniel Brockman, Nick Roberts
7135 and Dieter Wilhelm.
7136
7137 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
7138
7139 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
7140
7141 * gnus.texi (Mail Source Specifiers): Fix typo.
7142
7143 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
7144
7145 * reftex.texi (Imprint): Update maintainer information.
7146
7147 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7148
7149 * message.texi (Message Buffers): Update documentation for
7150 message-generate-new-buffers.
7151
7152 2007-03-15 Daiki Ueno <ueno@unixuser.org>
7153
7154 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
7155
7156 2007-03-21 Glenn Morris <rgm@gnu.org>
7157
7158 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
7159
7160 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
7161
7162 * eshell.texi (Known problems): Emacs 21 -> 22.
7163
7164 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
7165
7166 2007-03-18 Jay Belanger <belanger@truman.edu>
7167
7168 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
7169
7170 2007-03-12 Glenn Morris <rgm@gnu.org>
7171
7172 * calc.texi (Time Zones): Switch to new North America DST rule.
7173
7174 * calc.texi: Replace "daylight savings" with "daylight
7175 saving" in text throughout.
7176
7177 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7178
7179 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
7180 The variable now uses a list of symbols instead of just a symbol.
7181 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7182
7183 2007-03-06 Romain Francoise <romain@orebokech.com>
7184
7185 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
7186 new packages, and mention Gnus update.
7187
7188 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7189
7190 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
7191 nntp-open-connection-functions-never-echo-commands.
7192
7193 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
7194
7195 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
7196 problems on the console, and security risk in not using gpg-agent.
7197
7198 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
7199
7200 * org.texi (The spreadsheet): Rename from "Table calculations".
7201 Completely reorganized and rewritten.
7202 (CamelCase links): Section removed.
7203 (Repeating items): New section.
7204 (Tracking TODO state changes): New section.
7205 (Agenda views): Chapter reorganized and rewritten.
7206 (HTML export): Section rewritten.
7207 (Tables in arbitrary syntax): New section.
7208 (Summary): Better feature summary.
7209 (Activation): Document problem with cut-and-paste of Lisp code
7210 from PDF files.
7211 (Visibility cycling): Document indirect buffer use.
7212 (Structure editing): Document sorting.
7213 (Remember): Section rewritten.
7214 (Time stamps): Better description of time stamp types.
7215 (Tag searches): Document regular expression search for tags.
7216 (Stuck projects): New section.
7217 (In-buffer settings): New keywords.
7218 (History and Acknowledgments): Update description.
7219
7220 2007-02-24 Alan Mackenzie <acm@muc.de>
7221
7222 * cc-mode.texi (Movement Commands): Insert two missing command names.
7223 (Getting Started): Slight wording correction (use conditional).
7224
7225 2007-02-22 Kim F. Storm <storm@cua.dk>
7226
7227 * widget.texi (User Interface, Basic Types): Document need to put some
7228 text before the %v escape in :format string in editable-field widget.
7229
7230 2007-02-18 Romain Francoise <romain@orebokech.com>
7231
7232 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
7233 `cvs-mode-quit'.
7234
7235 2007-02-10 Markus Triska <markus.triska@gmx.at>
7236
7237 * widget.texi (Programming Example): Put constant strings in :format.
7238
7239 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
7240
7241 * faq.texi (Fullscreen mode on MS-Windows): New node.
7242
7243 2007-02-04 David Kastrup <dak@gnu.org>
7244
7245 * faq.texi (AUCTeX): Update version number. Should probably be done
7246 for other packages as well.
7247
7248 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7249
7250 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
7251 <tassilo@member.fsf.org>.
7252
7253 2007-01-27 Eli Zaretskii <eliz@gnu.org>
7254
7255 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
7256 ls-lisp-use-localized-time-format.
7257
7258 2007-01-20 Markus Triska <markus.triska@gmx.at>
7259
7260 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
7261
7262 2007-01-13 Michael Olson <mwolson@gnu.org>
7263
7264 * erc.texi (Modules): Mention capab-identify module.
7265
7266 2007-01-05 Michael Olson <mwolson@gnu.org>
7267
7268 * erc.texi (Getting Started): Update for /RECONNECT command.
7269
7270 2007-01-04 Richard Stallman <rms@gnu.org>
7271
7272 * ebrowse.texi: Change C-c b to C-c C-m.
7273
7274 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7275
7276 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
7277 variables only in info to avoid redundant entries in the printed
7278 manual.
7279
7280 2007-01-02 Daiki Ueno <ueno@unixuser.org>
7281
7282 * message.texi (Using PGP/MIME): Document gpg-agent usage.
7283
7284 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
7285
7286 * message.texi (Security): Split into sub-nodes.
7287
7288 2007-01-01 Alan Mackenzie <acm@muc.de>
7289
7290 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
7291 eval-after-load in Emacs <=21 and a workaround. Document that
7292 trigraphs are not supported.
7293
7294 2007-01-01 Alan Mackenzie <acm@muc.de>
7295
7296 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
7297 c-context-line-break. When invoked within a string, preserve
7298 whitespace. Add a backslash only when also in a macro.
7299
7300 2007-01-01 Alan Mackenzie <acm@muc.de>
7301
7302 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
7303
7304 2007-01-01 Alan Mackenzie <acm@muc.de>
7305
7306 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
7307 are now bound by default to c-\(beginning\|end\)-of-defun by default.
7308
7309 2007-01-01 Alan Mackenzie <acm@muc.de>
7310
7311 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
7312 "Choosing a Style".
7313
7314 * cc-mode.texi ("Styles"): Add @dfn{style}.
7315
7316 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
7317
7318 Sync with Tramp 2.0.55.
7319
7320 * trampver.texi: Update release number.
7321
7322 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
7323
7324 * gnus.texi (Customizing Articles): Add index entries for all
7325 gnus-treat-* variables.
7326
7327 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
7328
7329 * gnus.texi (IMAP): Fix incorrect explanation of
7330 nnimap-search-uids-not-since-is-evil in documentation for
7331 nnimap-expunge-search-string.
7332
7333 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
7334
7335 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
7336 spam-ifile-database.
7337
7338 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7339
7340 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
7341 rebind C-s.
7342
7343 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
7344
7345 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
7346 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
7347 "expiring mail".
7348 (IMAP): Document nnimap-search-uids-not-since-is-evil and
7349 nnimap-nov-is-evil.
7350
7351 2006-12-25 Kevin Ryde <user42@zip.com.au>
7352
7353 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
7354 about the key procedure being used heavily.
7355
7356 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
7357
7358 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
7359 to t.
7360 (Prerequisites): Add explanation about gpg-agent.
7361
7362 2006-12-22 Kevin Ryde <user42@zip.com.au>
7363
7364 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
7365 "sort" instead of "sort*".
7366
7367 2006-12-19 Richard Stallman <rms@gnu.org>
7368
7369 * calc.texi (History and Acknowledgements): Recognize that Emacs
7370 now does have floating point.
7371
7372 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
7373
7374 * tramp.texi (External transfer methods): Describe new method `scpc'.
7375
7376 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
7377
7378 * pgg.texi: Added short note on gpg-agent to the introduction.
7379
7380 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7381
7382 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
7383 also applies to Cc.
7384
7385 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7386
7387 * gnus.texi (X-Face): Clarify. Say which programs are required
7388 on Windows.
7389
7390 2006-12-08 Michael Olson <mwolson@gnu.org>
7391
7392 * erc.texi (Modules): Remove documentation for list module.
7393
7394 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
7395
7396 * faq.texi (^M in the shell buffer): Ditto.
7397
7398 2006-11-20 Michael Olson <mwolson@gnu.org>
7399
7400 * erc.texi: Call this the 5.2 stable pre-release of ERC.
7401
7402 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7403
7404 * org.texi: Fix typos.
7405 (Agenda commands): Document `C-k'.
7406
7407 2006-11-16 Eli Zaretskii <eliz@gnu.org>
7408
7409 * url.texi (http/https): Fix a typo in the HTTP URL.
7410
7411 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7412
7413 * ada-mode.texi: Total rewrite.
7414
7415 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7416
7417 * org.texi: Minor typo fixes.
7418
7419 2006-11-13 Bill Wohler <wohler@newt.com>
7420
7421 Release MH-E manual version 8.0.3.
7422
7423 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7424 release 8.0.3.
7425
7426 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
7427 to set MAILDIR.
7428 (Reading Mail): Document the customization of read-mail-command
7429 for MH-E.
7430 (Viewing Attachments): Document mm-discouraged-alternatives.
7431 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
7432 (Junk): Add more information about the settings of mh-junk-background
7433 in a program. Add /usr/bin/mh to PATH in examples.
7434
7435 2006-11-12 Richard Stallman <rms@gnu.org>
7436
7437 * woman.texi: Update author address but say he no longer maintains it.
7438
7439 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7440
7441 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
7442 archived trees.
7443 (Checkboxes): Section moved to chapter 5, and extended.
7444 (The date/time prompt): New section.
7445 (Link abbreviations): New section.
7446 (Presentation and sorting): New section.
7447 (Custom agenda views): Section completely rewritten.
7448 (Summary): Compare with Planner.
7449 (Feedback): More info about creating backtraces.
7450 (Plain lists): Modify example.
7451 (Breaking down tasks): New section.
7452 (Custom time format): New section.
7453 (Time stamps): Document inactive timestamps.
7454 (Setting tags): More details about fast tag selection.
7455 (Block agenda): New section.
7456 (Custom agenda views): Section rewritten.
7457 (Block agenda): New section.
7458
7459 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7460
7461 * tramp.texi (Configuration): scp is the default method.
7462 (Default Method): Use ssh as example for another method.
7463
7464 2006-10-27 Richard Stallman <rms@gnu.org>
7465
7466 * woman.texi: Downcase nroff/troff/roff.
7467 (Installation): Chapter deleted. Some xrefs deleted.
7468 (Background): woman doesn't advise man ;-).
7469
7470 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
7471
7472 * ada-mode.texi (Project files, Identifier completion)
7473 (Automatic Casing, Debugging, Using non-standard file names)
7474 (Working Remotely): Fix typos.
7475
7476 2006-10-20 Masatake YAMATO <jet@gyve.org>
7477
7478 * cc-mode.texi (Sample .emacs File): Add missing `)' in
7479 sample code `my-c-initialization-hook'.
7480
7481 2006-10-19 Stuart D. Herring <herring@lanl.gov>
7482
7483 * widget.texi: Fix typos.
7484
7485 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
7486
7487 * tramp.texi (Frequently Asked Questions): Remove questions marked with
7488 "???". There have been no complaints for years, so the information
7489 must be appropriate.
7490
7491 2006-10-16 Richard Stallman <rms@gnu.org>
7492
7493 * widget.texi: Use @var instead of capitalization.
7494 Clarify many widget type descriptions.
7495
7496 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7497
7498 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
7499 gnus-dired-attach.
7500 (Selecting a Group): Fix typo.
7501
7502 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
7503
7504 * widget.texi: Fix typos.
7505
7506 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
7507
7508 * gnus.texi (Image Enhancements): Update for Emacs 22.
7509
7510 * gnus-faq.texi ([1.3]): Update.
7511
7512 2006-10-06 Richard Stallman <rms@gnu.org>
7513
7514 * faq.texi (Displaying the current line or column):
7515 Delete "As of Emacs 20".
7516
7517 2006-10-06 Romain Francoise <romain@orebokech.com>
7518
7519 * faq.texi (VM): VM works with Emacs 22 too.
7520
7521 2006-10-06 Richard Stallman <rms@gnu.org>
7522
7523 * ebrowse.texi: Remove Emacs version "21" from title.
7524
7525 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
7526
7527 * gnus.texi (Foreign Groups): Say where change of editing commands are
7528 stored. Add reference to `gnus-parameters'.
7529
7530 2006-09-15 Jay Belanger <belanger@truman.edu>
7531
7532 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
7533 Change "Library Public License" to "Lesser Public License"
7534 throughout. Use "yyyy" to represent year.
7535
7536 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
7537
7538 * org.texi (Setting tags): Typo fix.
7539
7540 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
7541
7542 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
7543
7544 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
7545
7546 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
7547
7548 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7549
7550 * faq.texi (Escape sequences in shell output): EMACS is now set
7551 to Emacs's absolute file name, not to "t".
7552 (^M in the shell buffer): Likewise.
7553 * misc.texi (Interactive Shell): Likewise.
7554
7555 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7556
7557 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
7558 mails with pop3-leave-mail-on-server. Fix wording.
7559 (Limiting): Improve gnus-summary-limit-to-articles.
7560 (X-Face): Fix typo.
7561
7562 2006-09-11 Simon Josefsson <jas@extundo.com>
7563
7564 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
7565 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
7566
7567 2006-09-06 Simon Josefsson <jas@extundo.com>
7568
7569 * smtpmail.texi (Authentication): Mention SSL.
7570
7571 2006-09-01 Eli Zaretskii <eliz@gnu.org>
7572
7573 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
7574 Don't use @indicateurl.
7575
7576 * cc-mode.texi (Subword Movement): Don't use @headitem.
7577 (Custom Braces, Clean-ups): Don't use @tie.
7578
7579 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
7580
7581 Sync with Tramp 2.0.54.
7582
7583 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
7584 Suggested by Adrian Phillips <a.phillips@met.no>.
7585
7586 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7587
7588 * org.texi (Installation, Activation): Split from Installation and
7589 Activation.
7590 (Clocking work time): Documented new features.
7591
7592 2006-08-13 Alex Schroeder <alex@gnu.org>
7593
7594 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
7595 example.
7596
7597 2006-08-12 Eli Zaretskii <eliz@gnu.org>
7598
7599 * faq.texi (How to add fonts): New node.
7600
7601 2006-08-05 Romain Francoise <romain@orebokech.com>
7602
7603 * faq.texi (New in Emacs 22): Expand.
7604
7605 2006-08-03 Michael Olson <mwolson@gnu.org>
7606
7607 * erc.texi: Update for ERC 5.1.4.
7608
7609 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7610
7611 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
7612 in .../site-lisp/gnus/ by default.
7613 [ From gnus-news.texi in the trunk. ]
7614
7615 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7616
7617 * gnus.texi (MIME Commands): Additions for yEnc.
7618
7619 2006-07-24 Richard Stallman <rms@gnu.org>
7620
7621 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
7622 * faq.texi: Move periods and commas inside quotes.
7623
7624 2006-07-20 Jay Belanger <belanger@truman.edu>
7625
7626 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
7627
7628 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
7629
7630 * faq.texi (Security risks with Emacs): Document Emacs 22
7631 file-local-variable mechanism.
7632
7633 2006-07-12 Michael Olson <mwolson@gnu.org>
7634
7635 * erc.texi: Update for ERC 5.1.3.
7636
7637 2006-07-12 Alex Schroeder <alex@gnu.org>
7638
7639 * rcirc.texi: Fix typos.
7640 (Getting started with rcirc): New calling convention for M-x irc.
7641 Mention #rcirc. Removed channel tracking.
7642 (Configuration): Change the names of all variables that got changed
7643 recently, eg. rcirc-server to rcirc-default-server. Added
7644 documentation for rcirc-authinfo, some background for Bitlbee, and
7645 rcirc-track-minor-mode.
7646 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
7647 Scrolling.
7648 (Reconnecting after you have lost the connection): Fix example code
7649 to match code changes.
7650
7651 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
7652
7653 * gnus.texi, message.texi: Fix typos.
7654
7655 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
7656
7657 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
7658 commands.
7659 (Global TODO list): Document the use of the variables
7660 `org-agenda-todo-ignore-scheduled' and
7661 `org-agenda-todo-list-sublevels'.
7662
7663 2006-07-05 Richard Stallman <rms@gnu.org>
7664
7665 * faq.texi (Scrolling only one line): Fix xref.
7666
7667 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7668
7669 * faq.texi (Evaluating Emacs Lisp code):
7670 Throughout, replace eval-current-buffer with eval-buffer.
7671
7672 2006-07-03 Richard Stallman <rms@gnu.org>
7673
7674 * rcirc.texi (Scrolling conservatively): Fix xref.
7675
7676 * pcl-cvs.texi (Viewing differences): Usage fix.
7677
7678 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
7679
7680 * org.texi (Agenda commands): Document `s' key to save all org-mode
7681 buffers.
7682
7683 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
7684
7685 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
7686 names. Mention `cvs-msg' face.
7687
7688 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
7689
7690 * org.texi (Checkboxes): New section.
7691
7692 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
7693
7694 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
7695 throughout this chapter.
7696
7697 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
7698
7699 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
7700 text for standalone vs Emacs info.
7701 (Help): Clarify header line description. Use mouse-1 for clicks.
7702 (Help-P): Use mouse-1 for clicks.
7703 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
7704 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
7705 (Choose menu subtopic): Remove gratuitous Emacs command names.
7706 (Help-FOO): Put usual behavior first.
7707 (Help-Xref): Clicking on xrefs works in Emacs.
7708 (Search Text): Clarify what the default behavior is.
7709 (Create Info buffer): Fix Emacs window/X window confusion.
7710 (Emacs Info Variables): Fix for new Emacs init file behavior.
7711
7712 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7713
7714 * gnus.texi (Summary Buffer Lines): Fix typo.
7715
7716 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
7717
7718 * org.texi (Embedded LaTeX): New chapter.
7719 (Archiving): Section rewritten.
7720 (Enhancing text): Some parts moved to the new chapter about LaTeX.
7721
7722 2006-06-20 Bill Wohler <wohler@newt.com>
7723
7724 Release MH-E manual version 8.0.1.
7725
7726 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7727 release 8.0.1.
7728 (Preface): Depend on GNU mailutils 1.0 and higher.
7729
7730 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7731
7732 * message.texi (News Headers): Update message-syntax-checks section.
7733
7734 2006-06-19 Karl Berry <karl@gnu.org>
7735
7736 * info.texi (Advanced): Mention C-q, especially with ?.
7737
7738 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
7739
7740 * org.texi (Publishing links): Document the `:link-validation-function'
7741 property.
7742 (Extensions and Hacking): New chapter, includes some sections of the
7743 "Miscellaneous" chapter.
7744
7745 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
7746
7747 * org.texi (Progress logging): New section.
7748
7749 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
7750
7751 * org.texi (ASCII export): Document indentation adaptation.
7752 (Setting tags): Document mutually-exclusive tags.
7753
7754 2006-06-05 Romain Francoise <romain@orebokech.com>
7755
7756 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
7757 Fix typo.
7758
7759 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
7760 channel (#gnus@irc.freenode.net).
7761 Fix typos. Update copyright notice.
7762
7763 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
7764 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
7765 (Line-Up Functions, Custom Macros):
7766 * ediff.texi (Window and Frame Configuration)
7767 (Highlighting Difference Regions):
7768 * emacs-mime.texi (Display Customization):
7769 * erc.texi (History):
7770 * eshell.texi (Known problems):
7771 * eudc.texi (Overview, BBDB):
7772 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
7773 (The problem of spam, SpamOracle, Extending the Spam package)
7774 (Conformity, Terminology):
7775 * idlwave.texi (Routine Info)
7776 (Class and Keyword Inheritance, Padding Operators)
7777 (Breakpoints and Stepping, Electric Debug Mode)
7778 (Examining Variables, Troubleshooting):
7779 * org.texi (Creating timestamps):
7780 * reftex.texi (Commands, Options, Changes):
7781 * tramp.texi (Inline methods, Password caching)
7782 (Auto-save and Backup, Issues):
7783 * vip.texi (Files, Commands in Insert Mode):
7784 * viper.texi (Emacs Preliminaries, States in Viper)
7785 (Packages that Change Keymaps, Viper Specials, Groundwork):
7786 Fix various typos.
7787
7788 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
7789
7790 * ediff.texi: Fix typos.
7791
7792 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
7793
7794 * org.texi: Small typo fixes.
7795
7796 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 * viper.texi (Viper Specials):
7799 * gnus.texi (Example Setup):
7800 * faq.texi (Backspace invokes help):
7801 * dired-x.texi (Optional Installation Dired Jump):
7802 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
7803 follow coding conventions.
7804
7805 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
7806
7807 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
7808
7809 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7810
7811 * pcl-cvs.texi: Fix typos.
7812 (Customization): Say "us".
7813
7814 2006-05-26 Eli Zaretskii <eliz@gnu.org>
7815
7816 * org.texi: Remove bogus @setfilename.
7817
7818 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
7819
7820 * org.texi (ASCII export): Omit command name.
7821 (HTML export): Add prefix to all lines in Local Variable example.
7822 (Acknowledgments): Typeset names in italics.
7823
7824 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
7825
7826 * org.texi (Plain lists): Add new item navigation commands.
7827 (External links): Document elisp and info links.
7828 (Custom searches): New section.
7829 (Publishing): New chapter.
7830 (HTML export): Include a list of supported CSS classes.
7831 (Setting tags): Describe the fast-tag-setting interface.
7832
7833 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
7834
7835 * dired-x.texi: ifinfo -> ifnottex.
7836
7837 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
7838
7839 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
7840
7841 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
7842
7843 * message.texi (Interface): Add tool bar customization.
7844 (MIME): Index and text additions for mml-attach.
7845 (MIME): Describe mml-dnd-protocol-alist and
7846 mml-dnd-attach-options.
7847
7848 * gnus.texi (Oort Gnus): Reorder entries in sections.
7849 Fix some entries.
7850 (Starting Up): Add references to "Emacs for Heathens" and to
7851 "Finding the News". Add user-full-name and user-mail-address.
7852 (Group Buffer Format): Add tool bar customization and update.
7853 (Summary Buffer): Add tool bar customization.
7854 (Posting Styles): Add message-alternative-emails.
7855
7856 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
7857
7858 * tramp.texi (Filename completion): Improve wording.
7859
7860 2006-05-07 Romain Francoise <romain@orebokech.com>
7861
7862 * faq.texi (Using regular expressions): Fix typo.
7863 (Packages that do not come with Emacs): Fix capitalization.
7864 (Replacing text across multiple files): Expand node to explain how
7865 to use `dired-do-query-replace-regexp' in more detail, based on
7866 suggestion by Eric Hanchrow <offby1@blarg.net>.
7867
7868 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
7869
7870 * tramp.texi (Filename completion): Completion of remote files'
7871 method, user name and host name is active only in partial
7872 completion mode.
7873
7874 2006-05-06 Bill Wohler <wohler@newt.com>
7875
7876 Release MH-E manual version 8.0.
7877
7878 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7879 release 8.0.
7880
7881 2006-05-06 Bill Wohler <wohler@newt.com>
7882
7883 * mh-e.texi (MH-BOOK-HOME): Change from
7884 http://www.ics.uci.edu/~mh/book/mh to
7885 http://rand-mh.sourceforge.net/book/mh.
7886 Replace .htm suffix with .html for MH book files.
7887 (Using This Manual): Update key binding for getting relevant
7888 chapter in Info from command key.
7889 (Ranges): Fix itemx.
7890
7891 2006-05-05 Karl Berry <karl@gnu.org>
7892
7893 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7894 (\fonttextsize): New user-level command to change text font size.
7895
7896 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7897
7898 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7899
7900 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7901
7902 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7903
7904 2006-04-24 Bill Wohler <wohler@newt.com>
7905
7906 * mh-e.texi (Getting Started): Make it more explicit that you need
7907 to install MH. Add pointers to current MH implementations.
7908
7909 2006-04-21 Bill Wohler <wohler@newt.com>
7910
7911 Release MH-E manual version 7.94.
7912
7913 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7914 release 7.94.
7915
7916 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
7917
7918 * org.texi: Many small fixes.
7919 (Handling links): Rename from "Managing links".
7920
7921 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7922
7923 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7924 (Splitting mail using spam-stat): Fix @xref.
7925
7926 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
7927
7928 * gnus.texi (Spam Package): Major revision of the text.
7929 Previously this node was "Filtering Spam Using The Spam ELisp Package".
7930
7931 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
7932
7933 * org.texi (Time stamps): Better explanation of the purpose of
7934 different time stamps.
7935 (Structure editing, Plain lists): More details on how new items
7936 and headings are inserted.
7937
7938 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
7939
7940 * org.texi (Formula syntax): Fix link to Calc Manual.
7941
7942 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7943
7944 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7945
7946 2006-04-17 Bill Wohler <wohler@newt.com>
7947
7948 * mh-e.texi (Folders): Update mh-before-quit-hook and
7949 mh-quit-hook example with code that removes the buffers rather
7950 than just bury them.
7951
7952 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
7953
7954 Sync with Tramp 2.0.53.
7955
7956 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7957
7958 * org.texi (Updating settings): New section.
7959 (Visibility cycling): Better names for the startup folding
7960 options.
7961 (Exporting): Completely restructured.
7962 (The very busy C-c C-c key): New section.
7963 (Summary of in-buffer settings): New section.
7964
7965 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7966
7967 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7968
7969 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7970
7971 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7972 (Server Commands): Key `v' is reserved for users.
7973
7974 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
7975
7976 * org.texi (Link format): New section, emphasis on bracket links.
7977 (External links): Document bracket links.
7978 (FAQ): Expand to cover shell links and the new link format.
7979
7980 2006-04-09 Kevin Ryde <user42@zip.com.au>
7981
7982 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7983
7984 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7985
7986 * gnus.texi (Summary Buffer Lines): Add `*'.
7987
7988 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
7989
7990 * gnus.texi (Group Parameters):
7991 Mention gnus-permanently-visible-groups.
7992
7993 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7994
7995 * gnus.texi (Face): Fix typo.
7996
7997 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7998
7999 * gnus.texi (X-Face): Clarify.
8000 (Face): Need Emacs with PNG support.
8001
8002 2006-04-06 Richard Stallman <rms@gnu.org>
8003
8004 * idlwave.texi: Delete the blocks "not suitable for inclusion with
8005 Emacs".
8006
8007 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
8008
8009 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
8010 blocks not suitable for inclusion with Emacs using variable
8011 PARTOFEMACS.
8012
8013 2006-04-04 Simon Josefsson <jas@extundo.com>
8014
8015 * gnus.texi (Security): Improve.
8016
8017 2006-04-02 Bill Wohler <wohler@newt.com>
8018
8019 * mh-e.texi (Getting Started, Junk, Bug Reports)
8020 (MH FAQ and Support): Fix URLs.
8021
8022 2006-03-31 Romain Francoise <romain@orebokech.com>
8023
8024 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
8025 to t, not nil (and has for the past eight years).
8026
8027 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8028
8029 * message.texi, gnus.texi: Bump version to 5.11.
8030
8031 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
8032
8033 * gnus.texi (Top): Add comment about version line.
8034
8035 * message.texi (Top): Ditto. Change to take named versions into
8036 account.
8037
8038 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
8039
8040 * gnus.texi (Posting Styles): Add x-face-file to example.
8041 (X-Face): Refer to posting styles.
8042
8043 * gnus-faq.texi ([5.8]): Add x-face-file.
8044 ([8.4]): Add links to gmane.emacs.gnus.user and
8045 gmane.emacs.gnus.general.
8046
8047 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
8048
8049 * gnus-faq.texi: Use .invalid.
8050 ([5.4]): Fix gnus-posting-styles example.
8051
8052 2006-03-27 Romain Francoise <romain@orebokech.com>
8053
8054 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
8055 Emacs/W3 needs a new maintainer.
8056 (Ispell): Update author and version info.
8057 (Mailcrypt): Mention PGG.
8058 (New in Emacs 22): Add PGG to the list of new packages.
8059 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
8060 updating dead URLs.
8061
8062 2006-03-25 Karl Berry <karl@gnu.org>
8063
8064 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
8065 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
8066 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
8067 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
8068 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
8069 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
8070 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
8071 (2) do not indent copyright year list (or anything else).
8072
8073 2006-03-21 Bill Wohler <wohler@newt.com>
8074
8075 * mh-e.texi (Folders): Various edits.
8076
8077 2006-03-20 Romain Francoise <romain@orebokech.com>
8078
8079 * gnus.texi (Mail Folders): Grammar fix.
8080
8081 2006-03-19 Bill Wohler <wohler@newt.com>
8082
8083 * mh-e.texi (Replying): Document Mail-Followup-To.
8084 Change manually-formatted table to multitable. Add debugging info.
8085 Move description of mh-reply-default-reply-to into paragraph
8086 that describes its values.
8087
8088 2006-03-17 Bill Wohler <wohler@newt.com>
8089
8090 * mh-e.texi: Use smallexample and smalllisp consistently.
8091 (Sending Mail Tour): Update method of entering
8092 addresses and subject.
8093 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
8094 (Adding Attachments, Searching): Update screenshots for Emacs 22.
8095
8096 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
8097
8098 * org.texi: Version number change only.
8099
8100 2006-03-14 Bill Wohler <wohler@newt.com>
8101
8102 * mh-e.texi: Add index entries around each paragraph rather than
8103 depend on entries from beginning of node. Doing so ensures that
8104 index entries are less likely to be forgotten if text is cut and
8105 pasted, and are necessary anyway if the references are on a
8106 separate page. It seems that makeinfo is now (v. 4.8) only
8107 producing one index entry per node, so there is no longer any
8108 excuse not to. Use subheading instead of heading. The incorrect
8109 use of heading produced very large fonts in Info--as large as the
8110 main heading.
8111 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
8112 versions 6 and 7 appeared *around* the time of these Emacs releases.
8113
8114 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
8115
8116 * org.texi (Clean view): Document new startup options.
8117
8118 2006-03-11 Bill Wohler <wohler@newt.com>
8119
8120 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
8121 (Composing, Scan Line Formats): Fix @refs.
8122 (Getting Started): Define MH profile and MH profile components.
8123 (Incorporating Mail, Reading Mail, Viewing, Printing)
8124 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
8125 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
8126 for string constants.
8127 (Tool Bar): Remove spurious quote.
8128 (Junk): Use ``...'' instead of "...".
8129 (Scan Line Formats): Replace @samp with @kbd.
8130
8131 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
8132
8133 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
8134
8135 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
8136
8137 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
8138 easy to understand.
8139
8140 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
8141
8142 * gnus.texi: Markup fix.
8143 (Fancy Mail Splitting): Specify new feature.
8144
8145 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
8146
8147 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
8148 partial-words matching.
8149
8150 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
8151
8152 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
8153
8154 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
8155 (MIME Commands): Fix mm-discouraged-alternatives.
8156
8157 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
8158
8159 * org.texi: Version number change only.
8160
8161 2006-03-06 Bill Wohler <wohler@newt.com>
8162
8163 * mh-e.texi: Move from SourceForge repository to Savannah.
8164 This is version 7.93, which is a total rewrite from the previous
8165 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
8166 version 7.93.
8167
8168 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8169
8170 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
8171
8172 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
8173
8174 * org.texi (Interaction): Add item about `org-mouse.el' by
8175 Piotr Zielinski.
8176 (Managing links): Document that also mouse-1 can be used to
8177 activate a link.
8178 (Headlines, FAQ): Add entry about hiding leading stars.
8179 (Miscellaneous): Resort the sections in this chapter to a more
8180 logical sequence.
8181
8182 2006-02-27 Simon Josefsson <jas@extundo.com>
8183
8184 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
8185 2004-01-27 from the trunk).
8186
8187 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8188
8189 * cc-mode.texi: Rename c-hungry-backspace to
8190 c-hungry-delete-backwards, at the request of RMS. Leave the old
8191 name as an alias.
8192
8193 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8194
8195 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
8196 include the function header within the defun.
8197
8198 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8199
8200 * cc-mode.texi: Correct two typos.
8201
8202 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8203
8204 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
8205 existing comment.
8206 (Electric Keys): Add a justification for electric indentation.
8207 (Hungry WS Deletion): Clear up the names and complications of the
8208 BACKSPACE and DELETE keys.
8209
8210 2006-02-23 Juri Linkov <juri@jurta.org>
8211
8212 * faq.texi (Common requests): Move `Turning on auto-fill by
8213 default' after `Wrapping words automatically'. Move `Working with
8214 unprintable characters' before `Searching for/replacing newlines'.
8215 Move `Replacing highlighted text' after `Highlighting a region'.
8216 Merge `Repeating commands' and `Repeating a command as many times
8217 as possible' into the former.
8218 (Packages that do not come with Emacs): Add refs to Gmane and
8219 etc/MORE.STUFF.
8220
8221 2006-02-23 Juri Linkov <juri@jurta.org>
8222
8223 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
8224 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
8225 Add xref to `(emacs)Reporting Bugs'.
8226 (Getting a printed manual): Add URL to other formats of the manual.
8227 (Common requests): Fix menu.
8228 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
8229 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
8230 (Inserting text at the beginning of each line): Add pxref to
8231 `Changing the included text prefix'.
8232 (Forcing the cursor to remain in the same column): Mention `track-eol'
8233 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
8234 (Replacing text across multiple files): Add keybinding `Q' for
8235 `dired-do-query-replace'.
8236
8237 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
8238
8239 * reftex.texi: Version number and date change only.
8240
8241 * org.texi (Internal Links): Rewrite to cover the modified
8242 linking system.
8243
8244 2006-02-17 Eli Zaretskii <eliz@gnu.org>
8245
8246 * faq.texi: Remove the coding cookie, it's not needed anymore.
8247
8248 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8249
8250 * faq.texi (Colors on a TTY): Mention Mac OS port.
8251
8252 2006-02-12 Karl Berry <karl@gnu.org>
8253
8254 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
8255 8-bit accented a.
8256
8257 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
8258
8259 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
8260
8261 2006-02-08 Romain Francoise <romain@orebokech.com>
8262
8263 * faq.texi (Top): Remove paragraph about the FAQ being a
8264 transitional document, etc.
8265 (Searching for/replacing newlines): New node.
8266 (Yanking text in isearch): New node.
8267 (Inserting text at the beginning of each line): Rename and make
8268 more general, mention `M-;' in Message mode.
8269
8270 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
8271
8272 * faq.texi (Meta key does not work in xterm)
8273 (Emacs does not display 8-bit characters)
8274 (Inputting eight-bit characters): Update xrefs.
8275
8276 2006-02-06 Romain Francoise <romain@orebokech.com>
8277
8278 * faq.texi (VM): VM now at version 7.19.
8279 Set myself as maintainer of this file.
8280
8281 2006-02-04 Michael Olson <mwolson@gnu.org>
8282
8283 * erc.texi (History): Note that ERC is now included with Emacs.
8284
8285 2006-01-31 Romain Francoise <romain@orebokech.com>
8286
8287 * message.texi (Message Headers): Explain what
8288 `message-alternative-emails' does in more detail.
8289 Update copyright year.
8290
8291 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
8292
8293 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
8294
8295 2006-01-29 Richard M. Stallman <rms@gnu.org>
8296
8297 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
8298
8299 2006-01-29 Michael Olson <mwolson@gnu.org>
8300
8301 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
8302
8303 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
8304
8305 * faq.texi (New in Emacs 22): Mention ERC.
8306
8307 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8308
8309 * rcirc.texi: Capitalize dir entry for consistency with the entry
8310 in info/dir and other entries in the Emacs category.
8311 Fix typos. Delete trailing whitespace.
8312
8313 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
8314
8315 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
8316
8317 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8318
8319 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
8320 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8321
8322 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
8323 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8324
8325 2006-01-27 Alex Schroeder <alex@gnu.org>
8326
8327 * rcirc.texi: New file.
8328
8329 2006-01-23 Juri Linkov <juri@jurta.org>
8330
8331 * widget.texi (User Interface): Add S-TAB for widget-backward.
8332
8333 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
8334
8335 Sync with Tramp 2.0.52.
8336
8337 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
8338 Add Tramp disabling item. New item for common connection problems.
8339 (various): Apply "ftp" as method for the download URL.
8340 (Bug Reports): Refer to FAQ for common problems.
8341
8342 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8343
8344 * widget.texi (User Interface): Use @key for TAB.
8345
8346 * ses.texi (Formulas, Printer functions): Use @key for TAB.
8347
8348 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
8349 for TAB.
8350
8351 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
8352
8353 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8354
8355 * gnus.texi: Update copyright.
8356
8357 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8358
8359 * gnus.texi (Article Washing): Additions.
8360
8361 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
8362
8363 * org.texi (Agenda commands): Document tags command.
8364
8365 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8366
8367 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
8368
8369 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8370
8371 * gnus.texi (RSS): Addition.
8372
8373 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8374
8375 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
8376
8377 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8378
8379 * emacs-mime.texi (Display Customization): Add setting example to
8380 mm-discouraged-alternatives.
8381
8382 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8383
8384 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
8385 version is the canonical version.
8386
8387 2006-01-08 Alex Schroeder <alex@gnu.org>
8388
8389 * pgg.texi (Caching passphrase): Rewording.
8390
8391 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8392
8393 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
8394 repository URL.
8395
8396 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
8397
8398 * org.texi: Removed the accidentally re-added empty line in the
8399 direntry.
8400
8401 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8402
8403 * org.texi (Agenda Views): Chapter reorganized.
8404
8405 2005-12-29 Romain Francoise <romain@orebokech.com>
8406
8407 * faq.texi (Using Customize): New node.
8408
8409 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8410
8411 * org.texi: Remove blank line in @direntry. It is non-standard
8412 and recursively produces blank lines all over the dir file (when
8413 using Texinfo 4.8).
8414
8415 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8416
8417 * widget.texi (atoms): Delete obsolete remark about `file' widget.
8418
8419 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8420
8421 * org.texi (Tags): Boolean logic documented.
8422 (Agenda Views): Document custom commands.
8423
8424 2005-12-20 David Kastrup <dak@gnu.org>
8425
8426 * faq.texi (AUCTeX): Update version and mailing list info.
8427
8428 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8429
8430 * gnus.texi (MIME Commands): Mention addition of
8431 multipart/alternative to gnus-buttonized-mime-types and add xref
8432 to mm-discouraged-alternatives.
8433
8434 * emacs-mime.texi (Display Customization): Mention addition of
8435 "image/.*" and add xref to gnus-buttonized-mime-types in the
8436 mm-discouraged-alternatives section.
8437
8438 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8439
8440 * org.texi (Tags): New section.
8441 (Agenda Views): Chapter reorganized.
8442
8443 2005-12-16 Eli Zaretskii <eliz@gnu.org>
8444
8445 * org.texi (Internal Links): Add a missing comma after an @xref.
8446
8447 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
8448
8449 * faq.texi (Filling paragraphs with a single space): No need to
8450 change sentence-end now.
8451
8452 2005-12-13 Romain Francoise <romain@orebokech.com>
8453
8454 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
8455
8456 2005-12-12 Jay Belanger <belanger@truman.edu>
8457
8458 * faq.texi (Calc): Update version number.
8459
8460 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8461
8462 * org.texi (Progress Logging): New section.
8463
8464 2005-12-10 Romain Francoise <romain@orebokech.com>
8465
8466 Update the Emacs FAQ for the 22.1 release.
8467
8468 * faq.texi: Set VER to `22.1'.
8469 (Basic editing): Explain how to use localized versions of the
8470 Tutorial. Mention that `C-h r' displays the manual.
8471 Delete obsolete WWW link to an Emacs 18 tutorial.
8472 (Getting a printed manual): Point to the new locations of the
8473 manuals on the GNU Web site.
8474 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
8475 available via Info (it was previously distributed separately).
8476 (Installing Texinfo documentation): The latest version of Texinfo
8477 is 4.8, not 4.0.
8478 (Informational files for Emacs): COPYING is the GNU General Public
8479 License, not the Emacs General Public License.
8480 (Informational files for Emacs): Delete obsolete link to the
8481 GNUinfo pages as they have been removed from the GNU Web site.
8482 (New in Emacs 22): New node.
8483 (Setting up a customization file): Say that most packages support
8484 Customize nowadays.
8485 (Colors on a TTY): Delete reference to instructions on how to
8486 enable syntax highlighting, it is now enabled by default.
8487 (Turning on abbrevs by default): Emacs now reads the abbrevs file
8488 at startup automatically.
8489 (Controlling case sensitivity): Mention `M-c' in isearch.
8490 (Using an already running Emacs process): Emacs now creates the
8491 socket in `/tmp/emacsUID'. Fix typos. Change default location of
8492 gnuserv. As emacsclient can now run Lisp code as well, delete a
8493 sentence praising gnuserv for that. Simplify description of how
8494 the client/server operation works.
8495 (Compiler error messages): Delete obsolete text (compile.el has
8496 been rewritten).
8497 (Indenting switch statements): Fix typo.
8498 (Matching parentheses): Simplify setup instructions, mention the
8499 menu bar item in the Options menu.
8500 (Repeating a command as many times as possible): Mention `C-x e'.
8501 (Going to a line by number): Mention new keymap and bindings
8502 `M-g M-g', `M-g M-p' and `M-g M-n'.
8503 (Turning on syntax highlighting): Now on by default. Simplify.
8504 (Replacing highlighted text): Use `1', not `t'.
8505 (Problems with very large files): The maximum size is now 256MB on
8506 32-bit machines.
8507 (^M in the shell buffer): Mention `comint-process-echoes'.
8508 (Emacs for Apple computers): Emacs 22 has native support for Mac
8509 OS X.
8510 (Translating names to IP addresses): Delete node.
8511 (Binding keys to commands): Fix typo.
8512 (SPC no longer completes file names): New node.
8513 (MIME with Emacs mail packages): Delete section about the Emacs
8514 MIME FAQ (it's not reachable anymore).
8515
8516 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8517
8518 * cc-mode.texi: The manual has been extensively revised: the
8519 information about using CC Mode has been separated from the larger
8520 and more difficult chapters about configuration. It has been
8521 updated for CC Mode 5.31.
8522
8523 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8524
8525 * pgg.texi (User Commands): Fix description of pgg-verify-region.
8526 (Selecting an implementation): Fix descriptions.
8527
8528 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8529
8530 * message.texi (Various Message Variables): Addition.
8531
8532 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8533
8534 * message.texi: Fix default values.
8535
8536 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8537
8538 * message.texi (Header Commands): Clarify descriptions of
8539 message-cross-post-followup-to, message-reduce-to-to-cc, and
8540 message-insert-wide-reply.
8541 (Various Commands): Fix kindex for message-kill-to-signature;
8542 clarify description of message-tab.
8543
8544 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
8545
8546 * message.texi (Mailing Lists): Fix description about MFT.
8547
8548 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
8549
8550 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8551
8552 * gnus.texi (Slow Terminal Connection): Replace old description
8553 with new one.
8554
8555 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
8556
8557 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
8558 replace X-Draft-Headers with X-Draft-From.
8559
8560 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8561
8562 * gnus.texi (Various Various): Fix the default value of
8563 nnheader-max-head-length.
8564 (Gnus Versions): Fix typo.
8565
8566 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8567
8568 * org.texi (Structure editing): Document new functionality of
8569 M-RET.
8570
8571 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
8572
8573 * org.texi (Internal Links): Fix Texinfo usage.
8574
8575 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8576
8577 * org.texi (TODO basics): Document the global todo list.
8578 (TODO items): Documents sparse tree for specific TODO
8579 keywords.
8580
8581 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
8582
8583 * org.texi (Plain Lists): Typos fixed.
8584
8585 2005-11-28 Jay Belanger <belanger@truman.edu>
8586
8587 * calc.texi: Change references of `M-#' to `C-x *' prefix.
8588
8589 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
8590
8591 * org.texi (Structure editing): New item moving commands added.
8592 (Plain Lists): New section.
8593
8594 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
8595
8596 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
8597 (Agenda): Document commands `org-cycle-agenda-files' and
8598 `org-agenda-file-to-front'.
8599 (Built-in table editor): Document `org-table-sort-lines'.
8600 (HTML formatting): Export of hand-formatted lists.
8601
8602 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8603
8604 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
8605 new variable gnus-toolbar-thickness.
8606
8607 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
8608
8609 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
8610
8611 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8612
8613 * gnus.texi (X-Face): Fix description.
8614 (XVarious): Remove gnus-xmas-logo-color-alist and
8615 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
8616
8617 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8618
8619 * gnus.texi (Group Parameters): Mention new variable
8620 gnus-parameters-case-fold-search.
8621 (Home Score File): Addition.
8622
8623 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8624
8625 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
8626 (Overview): List supported feed types.
8627 (Installation): No installation necessary when using autoload.
8628 (Configuration): Rename "RSS" to "news".
8629
8630 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8631
8632 * pgg.texi (User Commands): Document additional passphrase
8633 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
8634 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
8635
8636 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8637
8638 * org.texi: Version number changed to 3.19.
8639
8640 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
8641
8642 * pgg.texi (How to use): Update the example to add autoload of
8643 pgg-encrypt-symmetric-region.
8644 (User Commands): Document pgg-encrypt-symmetric-region.
8645 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
8646
8647 2005-10-27 Jay Belanger <belanger@truman.edu>
8648
8649 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
8650 mention other TeX-related units.
8651
8652 2005-10-23 Lars Hansen <larsh@soem.dk>
8653
8654 * dired-x.texi (Miscellaneous Commands):
8655 Replace dired-do-relative-symlink by dired-do-relsymlink and
8656 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
8657
8658 2005-10-23 Jay Belanger <belanger@truman.edu>
8659
8660 * calc.texi (Predefined Units): Use `alpha' for the fine structure
8661 constant.
8662
8663 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8664
8665 * faq.texi (Bugs and problems):
8666 Replace `dired-move-to-filename-regexp' by
8667 `directory-listing-before-filename-regexp'.
8668
8669 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8670
8671 * newsticker.texi (UPDATED): Set value.
8672
8673 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
8674
8675 * gnus.texi (Document Groups): Remove duplicate item.
8676
8677 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
8678
8679 * org.texi (Summary): Mention iCalendar support.
8680 (Exporting): Document iCalendar support.
8681
8682 2005-10-18 Romain Francoise <romain@orebokech.com>
8683
8684 * viper.texi (Viper Specials): Capitalize GNU.
8685
8686 2005-10-17 Juri Linkov <juri@jurta.org>
8687
8688 * info.texi (Getting Started, Search Index, Expert Info):
8689 Fix wording.
8690 (Search Text): Replace `echo area' with `mode line'.
8691 (Search Index): Both `i' and `,' find all index entries.
8692 Replace example `C-f' with `C-l' (which exists in index of Info
8693 manual) and delete spaces in its keyboard input sequence.
8694 Delete unnecessary explanations about literal characters.
8695
8696 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
8697
8698 * gnus.texi (Document Server Internals): Addition.
8699
8700 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8701
8702 * gnus.texi (A note on namespaces): Fix RFC reference.
8703
8704 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8705
8706 * gnus.texi (RSS): Fix key description.
8707
8708 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8709
8710 * gnus.texi: Emacs/w3 -> Emacs/W3.
8711 (Browsing the Web): Fix description.
8712 (Web Searches): Ditto.
8713 (Customizing W3): Ditto.
8714
8715 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8716
8717 * gnus.texi (Maildir): Clarify expire-age and expire-group.
8718
8719 2005-10-11 Jay Belanger <belanger@truman.edu>
8720
8721 * calc.texi (Integration): Mention using `a i' to compute definite
8722 integrals.
8723
8724 2005-10-11 Juri Linkov <juri@jurta.org>
8725
8726 * info.texi: Rearrange nodes.
8727 (Top): Update menu. Change ref `Info for Experts' to
8728 `Advanced Info Commands'.
8729 (Getting Started): Fix description of manual's parts.
8730 (Help-Int): Change xref `Info Search' to `Search Index', and
8731 `Expert Info' to `Advanced'.
8732 (Advanced): Move node one level up.
8733 (Search Text, Search Index): New nodes split out from `Info Search'.
8734 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
8735 split out from `Advanced'.
8736 (Advanced, Emacs Info Variables): De-document editing an Info file
8737 in Info.
8738 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
8739 (Creating an Info File): Delete node and move its text to
8740 `Expert Info'.
8741
8742 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
8743
8744 * org.texi (Workflow states): Documented that change in keywords
8745 becomes active only after restart of Emacs.
8746
8747 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
8748
8749 Sync with Tramp 2.0.51.
8750
8751 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
8752
8753 * speedbar.texi (Introduction): Describe new location of speedbar
8754 on menubar.
8755 (Basic Key Bindings): Remove descriptions of bindings that have
8756 been removed.
8757
8758 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
8759
8760 * speedbar.texi (GDB): Describe use of watch expressions.
8761
8762 2005-09-28 Simon Josefsson <jas@extundo.com>
8763
8764 * message.texi (IDNA): Fix.
8765
8766 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8767
8768 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
8769 nntp-server-hook, and nntp-warn-about-losing-connection; fix
8770 description of nntp-open-connection-function.
8771 (Common Variables): Fix descriptions.
8772
8773 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
8774
8775 * gnus.texi (Server Buffer Format): Document the %a format spec.
8776
8777 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8778
8779 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
8780
8781 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
8782
8783 * org.texi Version 3.16.
8784
8785 2005-09-19 Miles Bader <miles@gnu.org>
8786
8787 * newsticker.texi: Get rid of CVS keywords.
8788
8789 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8790
8791 * gnus.texi (Finding the Parent): Fix description of how Gnus
8792 finds article.
8793
8794 2005-09-14 Jari Aalto <jari.aalto@cante.net>
8795
8796 * gnus.texi (Advanced Scoring Examples): New examples to teach how
8797 to drop off non-answered articles.
8798
8799 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
8800
8801 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
8802 braces (which are unsupported by NMAKE) for macro `srcdir'.
8803
8804 2005-09-17 Eli Zaretskii <eliz@gnu.org>
8805
8806 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8807 (../info/newsticker, newsticker.dvi): New targets.
8808
8809 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
8810
8811 * newsticker.texi: Replace @command with @code. Replace @example
8812 with @lisp.
8813 (Top): Add explanations to menu items.
8814 (GNU Free Documentation License): Remove.
8815
8816 2005-09-16 Romain Francoise <romain@orebokech.com>
8817
8818 Update all files to specify GFDL version 1.2.
8819
8820 * doclicense.texi (GNU Free Documentation License): Update to
8821 version 1.2.
8822
8823 2005-09-15 Richard M. Stallman <rms@gnu.org>
8824
8825 * newsticker.texi: Fix @setfilename.
8826
8827 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8828 (../info/newsticker, newsticker.dvi): New targets.
8829
8830 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
8831
8832 * org.texi: Version 3.15.
8833
8834 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
8835
8836 * ses.texi: Combine all three indices into one.
8837 Correct a few typos.
8838
8839 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
8840
8841 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
8842
8843 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8844
8845 * emacs-mime.texi (Handles): Remove duplicate item.
8846 (Encoding Customization): Fix the default value for
8847 mm-coding-system-priorities.
8848 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
8849 (Basic Functions): Fix reference.
8850
8851 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8852
8853 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
8854
8855 2005-08-18 Richard M. Stallman <rms@gnu.org>
8856
8857 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
8858 and web site.
8859
8860 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
8861 not keyboard-translate.
8862
8863 2005-08-11 Richard M. Stallman <rms@gnu.org>
8864
8865 * faq.texi (Using regular expressions): Fix xref.
8866
8867 2005-08-09 Juri Linkov <juri@jurta.org>
8868
8869 * info.texi (Help-P): Replace `Prev' with `Previous'.
8870 (Help-M, Help-Xref): Add S-TAB.
8871 (Help-FOO): Update `u' command.
8872 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8873 Update info about visibility of xref parts.
8874 (Help-Int): Fix `m' command. Rename `Info-last' to
8875 `Info-history-back'. Add `Info-history-forward'.
8876 (Advanced): Fix `g*' and `M-n' commands.
8877 (Info Search): Add `index-apropos' in stand-alone browser.
8878 Add isearch commands.
8879 (Emacs Info Variables): Remove `Info-fontify'.
8880 Add `Info-mode-hook'. Update face names.
8881 Add `Info-fontify-maximum-menu-size',
8882 `Info-fontify-visited-nodes', `Info-isearch-search'.
8883
8884 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
8885
8886 Sync with Tramp 2.0.50.
8887
8888 * tramp.texi: Use @option{} consequently for method names.
8889 (Inline methods, External transfer methods): Remove references to
8890 Cygwin.
8891 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8892 implementation.
8893
8894 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8895
8896 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8897 Mention that gnus-init-file is not read when Emacs is invoked with
8898 --no-init-file or -q.
8899
8900 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
8901
8902 * org.texi: Version 3.14.
8903
8904 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
8905
8906 * org.texi: Version 3.13.
8907
8908 2005-07-18 Juri Linkov <juri@jurta.org>
8909
8910 * calc.texi (Time Zones, Logical Operations):
8911 * cl.texi (Overview):
8912 * org.texi (TODO types):
8913 * sc.texi (Emacs 18 MUAs):
8914 * speedbar.texi (Top):
8915 * url.texi (History):
8916 Delete duplicate duplicate words.
8917
8918 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
8919
8920 * cl.texi (Type Predicates): Document `atom' type.
8921
8922 2005-07-04 Lute Kamstra <lute@gnu.org>
8923
8924 Update FSF's address in GPL notices.
8925
8926 * calc.texi (Copying):
8927 * doclicense.texi (GNU Free Documentation License):
8928 * faq.texi (Contacting the FSF):
8929 * mh-e.texi (Copying): Update FSF's address.
8930
8931 2005-07-03 Richard M. Stallman <rms@gnu.org>
8932
8933 * flymake.texi (Example -- Configuring a tool called directly):
8934 Update name of flymake-build-relative-filename.
8935
8936 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8937
8938 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8939
8940 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
8941
8942 * org.texi: Version 3.12.
8943
8944 2005-06-24 Eli Zaretskii <eliz@gnu.org>
8945
8946 * makefile.w32-in (MAKEINFO): Use --force.
8947 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8948 Makefile.in.
8949 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8950 more shells.
8951
8952 2005-06-23 Richard M. Stallman <rms@gnu.org>
8953
8954 * speedbar.texi (Creating a display): Texinfo usage fixes.
8955
8956 * tramp.texi (Customizing Completion, Auto-save and Backup):
8957 Texinfo usage fixes.
8958
8959 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
8960
8961 * dired-x.texi (Miscellaneous Commands):
8962 * ediff.texi (Miscellaneous):
8963 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8964 (Agent Variables):
8965 * info.texi (Help-Xref):
8966 * message.texi (Message Headers):
8967 * org.texi (Remember):
8968 * reftex.texi (Options (Defining Label Environments)):
8969 (Options (Index Support)):
8970 (Options (Viewing Cross-References)):
8971 (Options (Misc)):
8972 (Changes):
8973 * speedbar.texi (Creating a display):
8974 * tramp.texi (Customizing Completion, Auto-save and Backup):
8975 Texinfo usage fix.
8976
8977 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8978
8979 * org.texi: Version 3.11.
8980
8981 2005-06-12 Jay Belanger <belanger@truman.edu>
8982
8983 * calc.texi (Getting Started): Remove extra menu item.
8984
8985 2005-05-31 Jay Belanger <belanger@truman.edu>
8986
8987 * calc.texi (Notations Used in This Manual): Use @kbd for key
8988 sequence.
8989 (Demonstration of Calc): Mention another way of starting Calc.
8990 (Starting Calc): Mention long name of M-#.
8991 (Embedded Mode Overview): Remove unnecessary instruction.
8992 (Other M-# commands): Rephrase `M-# 0' explanation.
8993 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8994 reflect current behavior.
8995
8996 2005-05-30 Jay Belanger <belanger@truman.edu>
8997
8998 * calc.texi (Hooks): Change description of calc-window-hook and
8999 calc-trail-window-hook to match usage.
9000 (Computational Functions): Add more constant-generating functions.
9001 (Customizable Variables): Use defvar.
9002
9003 2005-05-28 Jay Belanger <belanger@truman.edu>
9004
9005 * calc.texi (Assignments in Embedded Mode): Fix variable name.
9006 (Basic Embedded Mode): Explain behavior of arguments to
9007 calc-embedded-mode.
9008
9009 2005-05-27 Jay Belanger <belanger@truman.edu>
9010
9011 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
9012 current behavior.
9013
9014 2005-05-25 Jay Belanger <belanger@truman.edu>
9015
9016 * calc.texi: Change Calc version number throughout.
9017 (Keypad Mode): Change location in info output.
9018 (Keypad mode overview): Move picture of keypad.
9019
9020 2005-05-21 Jay Belanger <belanger@truman.edu>
9021
9022 * calc.texi (Storing variables): Mention that only most variables
9023 are void to begin with.
9024
9025 2005-05-21 Kevin Ryde <user42@zip.com.au>
9026
9027 * widget.texi (Basic Types): Update cross ref from "Enabling
9028 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
9029 lispref/text.texi change.
9030
9031 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9032
9033 * org.texi: Version 3.09.
9034
9035 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
9036
9037 * reftex.texi: Version 4.28.
9038
9039 2005-05-16 Jay Belanger <belanger@truman.edu>
9040
9041 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
9042
9043 2005-05-14 Jay Belanger <belanger@truman.edu>
9044
9045 * calc.texi (Default Simplifications): Insert missing ! (logical
9046 not operator).
9047
9048 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
9049
9050 Sync with Tramp 2.0.49.
9051
9052 2005-05-10 Jay Belanger <belanger@truman.edu>
9053
9054 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
9055 to 1.
9056
9057 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9058
9059 * org.texi: Version 3.08, structure reorganized.
9060
9061 2005-04-24 Richard M. Stallman <rms@gnu.org>
9062
9063 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
9064
9065 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9066
9067 * org.texi: Update to version 3.06.
9068
9069 2005-04-13 Lute Kamstra <lute@gnu.org>
9070
9071 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
9072
9073 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
9074
9075 * cl.texi (Porting Common Lisp): Fix typo.
9076
9077 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9078
9079 * gnus.texi (RSS): Addition.
9080
9081 2005-04-04 Jay Belanger <belanger@truman.edu>
9082
9083 * calc.texi: Change Calc version number.
9084 (Customizable variables): Fix description of calc-language-alist.
9085 (Copying): Put in version 2 of GPL.
9086
9087 2005-04-01 Jay Belanger <belanger@truman.edu>
9088
9089 * calc.texi (Troubleshooting Commands): Remove comment about
9090 installation.
9091 (Installation): Remove section.
9092 (Customizable Variables): New section.
9093 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
9094 (Graphical Devices): Add references to Customizable Variables.
9095
9096 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
9097
9098 * emacs-mime.texi (Display Customization): Markup fixes.
9099 (rfc2047): Update.
9100
9101 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
9102
9103 * gnus-faq.texi: Replaced with auto-generated version.
9104
9105 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9106
9107 * dired-x.texi (Multiple Dired Directories): default-directory was
9108 renamed to dired-default-directory.
9109
9110 2005-03-26 Jay Belanger <belanger@truman.edu>
9111
9112 * calc.texi (Simplifying Formulas, Rewrite Rules):
9113 Change description of top and bottom of fraction.
9114 (Modulo Forms): Move description of how to create modulo forms to
9115 earlier in the section.
9116 (Fraction Mode): Suggest using : to get a fraction by dividing.
9117 (Basic Arithmetic): Adjust placement of command name.
9118 (Truncating the Stack): Emphasize that "hidden" entries are still
9119 visible.
9120 (Installation): Move discussion of printing manual to "About This
9121 Manual".
9122 (About This Manual): Mention how to print the manual.
9123 (Reporting Bugs): Remove first person.
9124 (Building Vectors): Add algebraic version of append.
9125 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
9126 (Grouping Digits): Fix typo.
9127
9128 2005-03-25 Werner Lemberg <wl@gnu.org>
9129
9130 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
9131 Replace `legal' with `valid'.
9132
9133 2005-03-25 Werner Lemberg <wl@gnu.org>
9134
9135 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
9136
9137 2005-03-24 Jay Belanger <belanger@truman.edu>
9138
9139 * calc.texi (General Mode Commands)
9140 (Mode Settings in Embedded Mode): Add some explanation of
9141 recording mode settings.
9142
9143 2005-03-24 Richard M. Stallman <rms@gnu.org>
9144
9145 * calc.texi: Remove praise of non-free software.
9146
9147 * idlwave.texi: Don't say where to get IDL or its non-free manual.
9148 (Installation): Node deleted.
9149
9150 2005-03-23 Richard M. Stallman <rms@gnu.org>
9151
9152 * url.texi (HTTP language/coding): Improve last change.
9153
9154 2005-03-22 Jay Belanger <belanger@truman.edu>
9155
9156 * calc.texi (Embedded Mode): Add new information on changing
9157 modes.
9158
9159 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
9160
9161 Sync with Tramp 2.0.48.
9162
9163 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
9164
9165 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
9166 "GNU/Linux". Change all addresses to .gnu.org.
9167 (Default Method): Offer shortened syntax for "su" and "sudo"
9168 methods.
9169
9170 2005-03-07 Richard M. Stallman <rms@gnu.org>
9171
9172 * url.texi: Fix usage of "e.g.".
9173 (HTTP language/coding): Explain the rules for these strings.
9174
9175 2005-03-06 Richard M. Stallman <rms@gnu.org>
9176
9177 * woman.texi (Introduction): Minor cleanups.
9178
9179 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
9180
9181 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
9182 (Installation): Node deleted.
9183
9184 * mh-e.texi (Preface): Get rid of "Emacs 21".
9185
9186 * eshell.texi (Installation): Delete node (for Emacs 20).
9187
9188 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
9189
9190 * flymake.texi: Refill and tweak style in @lisp blocks.
9191
9192 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9193
9194 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
9195
9196 2005-03-01 Jay Belanger <belanger@truman.edu>
9197
9198 * calc.texi (Trigonometric and Hyperbolic Functions):
9199 Mention additional functions.
9200 (Algebraic Simplifications): Mention additional simplifications.
9201
9202 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
9203
9204 * ses.texi: Add concept/function/variable indices (this work was
9205 donated by Brad Collins <brad@chenla.org>, copyright-assignment
9206 papers on file at FSF).
9207
9208 2005-02-10 Jay Belanger <belanger@truman.edu>
9209
9210 * calc.texi: Change @LaTeX to La@TeX throughout.
9211 Redefine @expr as @math for TeX output.
9212 Redefine @texline as a no-op for TeX output.
9213 Define @tfn, replace @t by @tfn throughout.
9214
9215 2005-02-09 Jay Belanger <belanger@truman.edu>
9216
9217 * calc.texi: Add macro for LaTeX for info output.
9218
9219 2005-02-08 Kim F. Storm <storm@cua.dk>
9220
9221 * texinfo.tex (LaTex): Add def.
9222
9223 2005-02-06 Jay Belanger <belanger@truman.edu>
9224
9225 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
9226 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
9227 throughout manual.
9228
9229 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9230
9231 * gnus.texi: Some edits based on comments from David Abrahams.
9232
9233 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9234
9235 * gnus.texi (RSS): Fix the keystroke.
9236
9237 2005-01-24 David Kastrup <dak@gnu.org>
9238
9239 * faq.texi: Update AUCTeX version info.
9240
9241 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
9242
9243 * gnus-faq.texi ([4.1]): Typo.
9244
9245 2005-01-19 Jay Belanger <belanger@truman.edu>
9246
9247 * calc.texi (Keep Arguments): Mention that keeping arguments
9248 doesn't work with keyboard macros.
9249
9250 2005-01-16 Richard M. Stallman <rms@gnu.org>
9251
9252 * autotype.texi (Autoinserting): Fix small error.
9253
9254 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9255
9256 Sync with Tramp 2.0.47.
9257
9258 * tramp.texi (Compilation): New section, describing compilation of
9259 remote files.
9260
9261 2005-01-11 Kim F. Storm <storm@cua.dk>
9262
9263 * widget.texi (Basic Types): Add :follow-link keyword.
9264
9265 2005-01-09 Jay Belanger <belanger@truman.edu>
9266
9267 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
9268
9269 2005-01-08 Jay Belanger <belanger@truman.edu>
9270
9271 * calc.texi: Change throughout to reflect new default value of
9272 calc-settings-file.
9273
9274 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9275
9276 * message.texi (Reply): `message-reply-to-function' should return
9277 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
9278
9279 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
9280
9281 * faq.texi (Changing load-path): Fix typo.
9282
9283 2005-01-05 Jay Belanger <belanger@truman.edu>
9284
9285 * calc.texi (Programming Tutorial): Replace kbd command by
9286 appropriate characters for a keyboard macro.
9287
9288 2005-01-04 Jay Belanger <belanger@truman.edu>
9289
9290 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
9291 for Lucid Emacs.
9292 (Programming Tutorial): Mention that the user needs to be in the
9293 right mode to compute some functions.
9294
9295 2005-01-04 Jay Belanger <belanger@truman.edu>
9296
9297 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
9298 no longer applicable.
9299
9300 2005-01-01 Jay Belanger <belanger@truman.edu>
9301
9302 * calc.texi (Programming Tutorial): Change description of how to
9303 edit keyboard macros to match current behavior.
9304
9305 2004-12-31 Jay Belanger <belanger@truman.edu>
9306
9307 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
9308
9309 2004-12-20 Jay Belanger <belanger@truman.edu>
9310
9311 * calc.texi (Types Tutorial): Emphasize that you can't divide by
9312 zero.
9313
9314 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
9315
9316 * cc-mode.texi (Text Filling and Line Breaking): Put period after
9317 @xref.
9318 (Font Locking): Avoid @strong{Note:}.
9319
9320 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
9321
9322 Sync with Tramp 2.0.46.
9323
9324 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
9325
9326 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
9327
9328 * url.texi: Correct typos.
9329 (Retrieving URLs): @var{nil}->@code{nil}.
9330 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
9331 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
9332 (Dealing with HTTP documents): @inforef->@xref.
9333
9334 2004-12-15 Jay Belanger <belanger@truman.edu>
9335
9336 * calc.texi: Consistently capitalized all mode names.
9337 (Answers to Exercises): Mention that an answer can be a fraction
9338 when in Fraction mode.
9339
9340 2004-12-13 Jay Belanger <belanger@truman.edu>
9341
9342 * calc.texi: Fix some TeX definitions.
9343
9344 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
9345
9346 * reftex.texi (Imprint): Remove erroneous @value's.
9347
9348 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9349
9350 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
9351 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
9352
9353 2004-12-08 Jay Belanger <belanger@truman.edu>
9354
9355 * calc.texi (Starting Calc): Remove comment about installation.
9356 (Keypad Mode Overview): Remove comment about Emacs 19 support.
9357
9358 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9359
9360 * url.texi: Update @setfilename.
9361 (Getting Started): No need to worry about Gnus versions.
9362 (Dealing with HTTP documents): Use @inforef.
9363
9364 * org.texi: Fix @direntry file name.
9365
9366 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9367
9368 * url.texi: New file.
9369
9370 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
9371
9372 2004-12-06 Jay Belanger <belanger@truman.edu>
9373
9374 * calc.texi (Using Calc): Remove paragraph about installation.
9375
9376 2004-12-06 Jay Belanger <belanger@truman.edu>
9377
9378 * calc.texi: Use more Texinfo macros and less TeX defs.
9379 Remove @refill's.
9380
9381 2004-12-06 Richard M. Stallman <rms@gnu.org>
9382
9383 * org.texi: New file.
9384
9385 2004-12-05 Richard M. Stallman <rms@gnu.org>
9386
9387 * Makefile.in (org.dvi, ../info/org): New targets.
9388 (INFO_TARGETS): Add ../info/org.
9389 (DVI_TARGETS): Add org.dvi.
9390 (maintainer-clean): Remove the info files in the info dir.
9391
9392 2004-11-26 Eli Zaretskii <eliz@gnu.org>
9393
9394 * idlwave.texi: Fix the setfilename directive to put the produced
9395 file in ../info.
9396 (Continued Statement Indentation): Resurrect Jan D.'s change from
9397 2004-11-03 that was lost when a newer version of idlwave.texi was
9398 imported.
9399
9400 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9401
9402 * gnus-faq.texi ([5.1]): Add missing bracket.
9403
9404 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
9405 Index `spam-initialize'.
9406
9407 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9408
9409 * message.texi (Various Message Variables): Mention that all mail
9410 file variables are derived from `message-directory'.
9411
9412 * gnus.texi (Splitting Mail): Clarify bogus group.
9413
9414 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9415
9416 * emacs-mime.texi (Encoding Customization):
9417 Fix mm-coding-system-priorities entry.
9418
9419 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
9420
9421 * idlwave.texi (Continued Statement Indentation):
9422 * reftex.texi (Options (Index Support)):
9423 (Displaying and Editing the Index, Table of Contents):
9424 * speedbar.texi (Creating a display, Major Display Modes):
9425 Replace non-nil with non-@code{nil}.
9426
9427 2004-10-21 Jay Belanger <belanger@truman.edu>
9428
9429 * calc.texi (Algebraic-Style Calculations): Remove a comment.
9430
9431 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
9432
9433 * calc.texi (Reporting Bugs): Double up `@'.
9434
9435 2004-10-18 Jay Belanger <belanger@truman.edu>
9436
9437 * calc.texi (Reporting Bugs): Change the address that bugs
9438 should be sent to.
9439
9440 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9441
9442 * gnus.texi (New Features): Add 5.11.
9443
9444 * message.texi (Resending): Remove wrong default value.
9445
9446 * gnus.texi (Mail Source Specifiers): Describe possible problems
9447 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
9448 `pop3-leave-mail-on-server' to the index.
9449
9450 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9451
9452 * message.texi (Canceling News): Add how to set a password.
9453
9454 2004-10-12 Jay Belanger <belanger@truman.edu>
9455
9456 * calc.texi (Help Commands): Change the descriptions of
9457 calc-describe-function and calc-describe-variable to match their
9458 current behavior.
9459
9460 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9461
9462 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
9463
9464 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
9465
9466 Sync with Tramp 2.0.45.
9467
9468 * tramp.texi (Frequently Asked Questions): Comment paragraph about
9469 plink link. The URL is outdated. Originator contacted for
9470 clarification.
9471
9472 2004-10-10 Juri Linkov <juri@jurta.org>
9473
9474 * gnus.texi (Top, Marking Articles): Join two menus in one node
9475 because a node can have only one menu.
9476
9477 2004-10-09 Juri Linkov <juri@jurta.org>
9478
9479 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
9480 example of nnmail-split-fancy.
9481
9482 2004-10-06 Karl Berry <karl@gnu.org>
9483
9484 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
9485 consistency with other uses of dashes.
9486
9487 2004-10-05 Karl Berry <karl@gnu.org>
9488
9489 * info.texi: Consistently use --- throughout, periods at end of
9490 menu descriptions, and a couple typos.
9491
9492 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9493
9494 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
9495 * pgg.texi (User Commands, Backend methods): Do.
9496 * gnus.texi: Markup fixes.
9497 (Setting Process Marks): Fix `M P a' entry.
9498 * emacs-mime.texi: Fixes.
9499
9500 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9501
9502 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
9503 again.
9504 Use 5.10 instead of 5.10.0.
9505
9506 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9507
9508 * gnus.texi (Summary Mail Commands): S D e.
9509
9510 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
9511
9512 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
9513 the gnus-article-mode-line-format section.
9514
9515 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
9516
9517 * gnus.texi (Various Summary Stuff): Fix the documentation for
9518 gnus-newsgroup-variables.
9519
9520 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9521
9522 * gnus.texi (MIME Commands):
9523 Add gnus-mime-display-multipart-as-mixed,
9524 gnus-mime-display-multipart-alternative-as-mixed,
9525 gnus-mime-display-multipart-related-as-mixed.
9526 (Mail Source Customization): Clarify `mail-source-directory'.
9527 (Splitting Mail): Mention gnus-group-find-new-groups.
9528 (SpamOracle): Fix typo.
9529
9530 * gnus-faq.texi: Untabify.
9531 ([6.3]): nnir.el is in contrib directory.
9532
9533 * message.texi (News Headers): Clarify how a unique ID is created.
9534
9535 * gnus.texi (Batching Agents): Fix typo in example.
9536 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9537
9538 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
9539
9540 * gnus.texi (Group Parameters): Add more on hooks.
9541
9542 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
9543
9544 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
9545
9546 2004-09-22 Jay Belanger <belanger@truman.edu>
9547
9548 * calc.texi (Vectors as Lists): Add a warning that the tutorial
9549 might be hidden during part of the session.
9550
9551 2004-09-20 Jay Belanger <belanger@truman.edu>
9552
9553 * calc.texi (Notations Used in This Manual): Put in an earlier
9554 mention that DEL could be called Backspace.
9555
9556 2004-09-10 Simon Josefsson <jas@extundo.com>
9557
9558 * gnus.texi (IMAP): Add example. Suggested and partially written
9559 by Steinar Bang <sb@dod.no>.
9560
9561 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9562
9563 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
9564 netrc syntax.
9565
9566 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9567
9568 * gnus.texi (Spam ELisp Package Sequence of Events):
9569 Some clarifications.
9570 (Spam ELisp Package Global Variables): More clarifications.
9571
9572 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9573
9574 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
9575 Mention spam-split does not modify incoming mail.
9576
9577 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9578
9579 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
9580
9581 2004-09-10 Eli Zaretskii <eliz@gnu.org>
9582
9583 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
9584
9585 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9586
9587 * makefile.w32-in (sieve, pgg): Use $(infodir).
9588
9589 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
9590
9591 * makefile.w32-in: Fix PGG and Sieve entries.
9592
9593 2004-08-28 Eli Zaretskii <eliz@gnu.org>
9594
9595 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
9596 Emacs and related programs.
9597
9598 2004-08-27 Richard M. Stallman <rms@gnu.org>
9599
9600 * faq.texi: Fix texinfo usage, esp. doublequotes.
9601 (Difference between Emacs and XEmacs): Some clarification.
9602
9603 * faq.texi (Difference between Emacs and XEmacs):
9604 Explain not to contrast XEmacs with GNU Emacs.
9605
9606 2004-08-26 Richard M. Stallman <rms@gnu.org>
9607
9608 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
9609
9610 2004-08-22 David Kastrup <dak@gnu.org>
9611
9612 * reftex.texi (AUCTeX): Update links, section name.
9613
9614 * faq.texi (Calc): Update availability (included in 22.1).
9615 (AUCTeX): Update availability, information, versions, description.
9616
9617 2004-08-14 Eli Zaretskii <eliz@gnu.org>
9618
9619 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
9620
9621 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9622
9623 * cc-mode.texi: Various updates for CC Mode 5.30.9.
9624
9625 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
9626
9627 Sync with Tramp 2.0.44.
9628
9629 2004-08-05 Lars Hansen <larsh@math.ku.dk>
9630
9631 * widget.texi (User Interface): Update how to separate the
9632 editable field of an editable-field widget from other widgets.
9633 (Programming Example): Add text after field.
9634
9635 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9636
9637 * emacs-mime.texi (Encoding Customization): Add a note to the
9638 mm-content-transfer-encoding-defaults entry.
9639 (rfc2047): Update.
9640
9641 * gnus.texi (Article Highlighting):
9642 Add gnus-cite-ignore-quoted-from.
9643 (POP before SMTP): New node.
9644 (Posting Styles): Addition.
9645 (Splitting Mail): Add nnmail-split-lowercase-expanded.
9646 (Fancy Mail Splitting): Ditto.
9647 (X-Face): Add gnus-x-face.
9648
9649 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
9650
9651 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
9652 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
9653
9654 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9655
9656 * gnus.texi (Mail Source Specifiers):
9657 Describe `pop3-leave-mail-on-server'.
9658
9659 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
9660
9661 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
9662
9663 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
9664 repository. Change setfilename.
9665
9666 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
9667
9668 2004-07-02 Juri Linkov <juri@jurta.org>
9669
9670 * pcl-cvs.texi (Viewing differences): Add `d r'.
9671
9672 2004-06-29 Jesper Harder <harder@ifa.au.dk>
9673
9674 * ses.texi, viper.texi, flymake.texi, faq.texi:
9675 * eshell.texi, ediff.texi: Markup fixes.
9676
9677 2004-06-21 Karl Berry <karl@gnu.org>
9678
9679 * info.texi (Top): Mention that only Emacs has mouse support.
9680 (Getting Started): Mention this in a few other places.
9681
9682 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
9683
9684 * autotype.texi (Copyrights, Timestamps):
9685 Recommend `before-save-hook' instead of `write-file-functions'.
9686
9687 2004-06-13 Lars Hansen <larsh@math.ku.dk>
9688
9689 * dired-x.texi (dired-mark-omitted): Update keybinding.
9690
9691 2004-06-10 Kim F. Storm <storm@cua.dk>
9692
9693 * pcl-cvs.texi (Viewing differences): Add 'd y'.
9694
9695 2004-06-05 Lars Hansen <larsh@math.ku.dk>
9696
9697 * dired-x.texi (variable dired-omit-mode): Rename from
9698 dired-omit-files-p.
9699 (function dired-omit-mode): Rename from dired-omit-toggle.
9700 Call dired-omit-mode rather than set dired-omit-files-p.
9701 (dired-mark-omitted): Describe command.
9702
9703 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
9704
9705 Version 2.0.41 of Tramp released.
9706
9707 2004-05-29 Juanma Barranquero <lektu@terra.es>
9708
9709 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
9710 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9711
9712 2004-05-29 Richard M. Stallman <rms@gnu.org>
9713
9714 * cl.texi (Top): Call this chapter `Introduction'.
9715 (Overview): In TeX, no section heading here.
9716
9717 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
9718
9719 2004-05-29 Eli Zaretskii <eliz@gnu.org>
9720
9721 * Makefile.in (../info/flymake, flymake.dvi): New targets.
9722 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9723
9724 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
9725
9726 * flymake.texi: New file.
9727
9728 2004-05-28 Simon Josefsson <jas@extundo.com>
9729
9730 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
9731
9732 2004-05-07 Kai Großjohann <kai@emptydomain.de>
9733
9734 Version 2.0.40 of Tramp released.
9735
9736 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
9737
9738 Complete rework, based on review by Karl Berry <karl@gnu.org>.
9739
9740 * tramp.texi (Auto-save and Backup): Explain exploitation of new
9741 variables `tramp-backup-directory-alist' and
9742 `tramp-bkup-backup-directory-info'.
9743 (Overview, Connection types)
9744 (External transfer methods, Default Method)
9745 (Windows setup hints): Remove restriction of password entering
9746 with external methods.
9747 (Auto-save and Backup): Make file name example
9748 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
9749 and `auto-save-directory' must be used.
9750 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
9751 only "NT"). Remove doubled entry "What kinds of systems does
9752 @tramp{} work on".
9753 (tramp): Macro removed.
9754 (Obtaining Tramp): Flag removed from title.
9755 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
9756 and `trampver' used properly. Flag `tramp-inst' replaced by
9757 `installchapter'. Installation related text adapted.
9758
9759 2004-04-28 Masatake YAMATO <jet@gyve.org>
9760
9761 * widget.texi (Programming Example): Remove overlays.
9762
9763 2004-04-27 Jesper Harder <harder@ifa.au.dk>
9764
9765 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
9766
9767 2004-04-23 Juanma Barranquero <lektu@terra.es>
9768
9769 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9770
9771 2004-04-05 Jesper Harder <harder@ifa.au.dk>
9772
9773 * info.texi (Info Search): Add info-apropos.
9774
9775 2004-03-22 Juri Linkov <juri@jurta.org>
9776
9777 * faq.texi: Fix help key bindings.
9778
9779 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9780
9781 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
9782 (as suggested by Karl Berry). Update information about colored
9783 stars in menus. Add new subheading describing M-n.
9784
9785 2004-03-12 Richard M. Stallman <rms@gnu.org>
9786
9787 * cl.texi (Top): Rename top node's title.
9788
9789 2004-03-08 Karl Berry <karl@gnu.org>
9790
9791 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
9792 problems making the texinfo distribution.
9793
9794 2004-02-29 Simon Josefsson <jas@extundo.com>
9795
9796 * smtpmail.texi (Authentication): Change the list of supported
9797 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
9798 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
9799 <voegelas@gmx.net>.
9800
9801 2004-02-29 Juanma Barranquero <lektu@terra.es>
9802
9803 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9804 Use $(DEL) instead of rm, and ignore exit code.
9805
9806 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
9807
9808 Tramp version 2.0.39 released.
9809
9810 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9811
9812 * tramp.texi (Customizing Completion): Explain new functions
9813 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
9814 (all): Savannah URLs unified to "http://savannah.nongnu.org".
9815 (Top): Refer to Savannah mailing list as the major one.
9816 Mention older mailing lists in HTML mode only.
9817 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
9818 (Frequently Asked Questions): Remote hosts must not be Unix-like
9819 for "smb" method.
9820 (Password caching): New node.
9821 (External transfer methods): Refer to password caching for "smb"
9822 method.
9823
9824 2004-02-17 Karl Berry <karl@gnu.org>
9825
9826 * info.texi (Help-Int): Mention the new line number feature.
9827
9828 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9829
9830 * ses.texi (Advanced Features): New functionality for
9831 ses-set-header-row (defaults to current row unless C-u used).
9832 (Acknowledgements): Add Stefan Monnier.
9833
9834 2003-12-29 Kevin Ryde <user42@zip.com.au>
9835
9836 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
9837
9838 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
9839
9840 Tramp version 2.0.38 released.
9841
9842 * tramp.texi (Remote shell setup): Warn of environment variables
9843 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
9844 <sven.gabriel@imk.fzk.de>.
9845 (Configuration): Tramp now chooses base64/uuencode
9846 automatically. Update wording accordingly.
9847 (Top): More description for the `Default Method' menu entry.
9848 (Default Method): Use @code, not @var, for Lisp variables.
9849 (Default Method): New subsection `Which method is the right one
9850 for me?' Suggested by Christian Kirsch.
9851 (Configuration): Pointer to new subsection added.
9852 (Default Method): Too many "use" in one sentence.
9853 Rephrase. Reported by Christian Kirsch.
9854 (Filename Syntax): Old `su' example is probably a left-over from
9855 the sm/su method naming. Replace with `ssh', instead.
9856 (External transfer methods, Auto-save and Backup):
9857 Typo fixes.
9858
9859 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
9860
9861 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
9862 (Top): Mention japanese manual only if flag `jamanual' is set.
9863 Insert section `Japanese manual' in menu.
9864
9865 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9866
9867 * eshell.texi (Known Problems): Add doc item.
9868
9869 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9870
9871 * cc-mode.texi: Update for CC Mode 5.30.
9872
9873 Note: Please refrain from doing purely cosmetic changes like
9874 removing trailing whitespace in this manual; it clobbers cvs
9875 merging for no good reason.
9876
9877 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9878
9879 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9880 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9881 @acronym{ASCII}.
9882
9883 2003-10-26 Karl Berry <karl@gnu.org>
9884
9885 * info.texi (Info Search): Echo area, not echo are. From Debian
9886 diff.
9887
9888 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9889
9890 * widget.texi (Defining New Widgets): Document new behavior of
9891 :buttons and :children keywords.
9892
9893 2003-10-22 Miles Bader <miles@gnu.org>
9894
9895 * Makefile.in (info): Move before $(top_srcdir)/info.
9896
9897 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9898
9899 * tramp.texi (Inline methods): Small grammar fix.
9900 (External transfer methods): Likewise.
9901
9902 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
9903
9904 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9905
9906 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9907
9908 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9909
9910 2003-09-30 Richard M. Stallman <rms@gnu.org>
9911
9912 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9913
9914 * widget.texi (User Interface): Fix typos.
9915
9916 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9917
9918 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9919
9920 * pcl-cvs.texi (Selected Files): Fix typo.
9921
9922 2003-09-21 Karl Berry <karl@gnu.org>
9923
9924 * info.texi (] and [ commands): No period at end of section title.
9925
9926 2003-09-04 Miles Bader <miles@gnu.org>
9927
9928 * Makefile.in (top_srcdir): New variable.
9929 ($(top_srcdir)/info): New rule.
9930 (info): Depend on it.
9931
9932 2003-09-03 Peter Runestig <peter@runestig.com>
9933
9934 * makefile.w32-in: New file.
9935
9936 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9937
9938 * widget.texi (User Interface): Explain the need of static text
9939 around an editable field.
9940
9941 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9942
9943 * widget.texi (Basic Types): The argument to `:help-echo' can now
9944 be a form that evaluates to a string.
9945
9946 2003-08-18 Kim F. Storm <storm@cua.dk>
9947
9948 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9949
9950 2003-08-16 Richard M. Stallman <rms@gnu.org>
9951
9952 * dired-x.texi (Shell Command Guessing): Explain *.
9953
9954 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9955
9956 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9957 log-edit-insert-changelog.
9958
9959 2003-08-03 Karl Berry <karl@gnu.org>
9960
9961 * info.texi: Need @contents.
9962
9963 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
9964
9965 Tramp version 2.0.36 released.
9966
9967 * tramp.texi (Remote shell setup): Explain about problems with
9968 non-Bourne commands in ~/.profile and ~/.shrc.
9969
9970 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9971
9972 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9973 renaming of `vis-mode' to `visible-mode'.
9974
9975 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9976
9977 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9978 next, prev and up pointers.
9979
9980 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9981
9982 * info.texi (Help): Mention existence of Emacs and stand-alone
9983 Info at the very beginning of the tutorial.
9984 (Help-Inv): New node.
9985 (Help-]): New node.
9986 (Help-M): Systematically point out the differences between default
9987 Emacs and stand-alone versions. Delete second menu.
9988 (Help-Xref): Systematically point out the differences between
9989 default Emacs and stand-alone versions.
9990 (Help-Int): Change `l' example.
9991 (Expert Info): Fix typos.
9992 (Emacs Info Variables): Mention `Info-hide-note-references' and
9993 new default for `Info-scroll-prefer-subnodes'.
9994
9995 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
9996
9997 Version 2.0.35 of Tramp released.
9998
9999 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
10000 (Inline methods): Add methods `remsh' and `plink1'.
10001 (External transfer methods): Add method `remcp'.
10002 (Multi-hop Methods): Add method `remsh'.
10003 Small patch from Adrian Aichner <adrian@xemacs.org>:
10004 Fix minor typos.
10005 (Concept Index): Add to make manual searchable via
10006 `Info-index'.
10007 (Version Control): Add cindex entry.
10008
10009 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
10010
10011 * trampver.texi: Version 2.0.34 released.
10012
10013 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10014
10015 * faq.texi: Improve previous changes.
10016
10017 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10018
10019 * faq.texi: Update copyright and maintenance details.
10020 Update some package URLs, versions, and maintainers.
10021 Remove many references to the Emacs Lisp Archive.
10022
10023 2003-04-23 Simon Josefsson <jas@extundo.com>
10024
10025 * smtpmail.texi: Fix license (the invariant sections mentioned has
10026 never been part of the smtp manual). Align info dir entry with
10027 other emacs packages.
10028
10029 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
10030
10031 * tramp.texi: Version 2.0.33 released.
10032 Remove installation chapter. Remove XEmacs specifics.
10033
10034 2003-03-29 Richard M. Stallman <rms@gnu.org>
10035
10036 * tramp.texi (Top): Undo the previous renaming.
10037 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
10038
10039 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
10040
10041 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
10042 version of manual.
10043
10044 * tramp.texi (Auto-save and Backup): New node.
10045
10046 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
10047
10048 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
10049 Emacs" in order to have better differentiation to "XEmacs".
10050 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
10051 are new macros in order to point to the other Emacs flavor where
10052 appropriate. In info case, point to node `Installation' in order
10053 to explain how to generate the other way. In html case, make a
10054 link to the other html file.
10055 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
10056 after CVS checkout/update.
10057 (Installation): Completely rewritten.
10058 (Installation parameters, Load paths): New sections under
10059 `Installation'.
10060
10061 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10062
10063 * tramp.texi: Version 2.0.30 released.
10064 Replace word "path" with "localname" where used as a component of
10065 a Tramp file name.
10066
10067 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
10068
10069 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
10070 introduced.
10071 (Installation): Explain what to do if files from the tramp/contrib
10072 directory are needed.
10073
10074 2003-02-23 Alex Schroeder <alex@emacswiki.org>
10075
10076 * smtpmail.texi (How Mail Works): New.
10077
10078 2003-02-22 Alex Schroeder <alex@emacswiki.org>
10079
10080 * smtpmail.texi: New file.
10081
10082 * Makefile.in: Build SMTP manual.
10083
10084 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10085
10086 * tramp.texi: Version 2.0.29 released.
10087 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
10088 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
10089
10090 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
10091
10092 * tramp.texi (Frequently Asked Questions): Explain a workaround if
10093 another package loads accidentally Ange-FTP.
10094
10095 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
10096
10097 * tramp.texi (Customizing Completion): Add function
10098 `tramp-parse-sconfig'. Change example of
10099 `tramp-set-completion-function', because parsing of ssh config
10100 files looks more natural.
10101
10102 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
10103
10104 * gnus.texi: Do not use `path' in several locations.
10105
10106 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10107
10108 * tramp.texi (External transfer methods): New method `smb'.
10109 From Michael Albinus.
10110
10111 2002-11-05 Karl Berry <karl@gnu.org>
10112
10113 * info.texi (Info-fontify): Reorder face list to avoid bad line
10114 breaks.
10115
10116 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10117
10118 * tramp.texi: Move @copying to standard place.
10119 Use @insertcopying.
10120
10121 2002-10-02 Karl Berry <karl@gnu.org>
10122
10123 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
10124 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
10125 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
10126 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
10127 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
10128 Per rms, update all manuals to use @copying instead of @ifinfo.
10129 Also use @ifnottex instead of @ifinfo around the top node, where
10130 needed for the sake of the HTML output.
10131 (The Gnus manual is not fixed since it's not clear to me how it
10132 works; and the Tramp manual already uses @copying, although in an
10133 unusual way. All others were changed.)
10134
10135 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
10136
10137 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
10138 (../info/ses, ses.dvi): New targets.
10139 * ses.texi: New file.
10140
10141 2002-09-06 Pavel Janík <Pavel@Janik.cz>
10142
10143 * texinfo.tex: Update to texinfo 4.2.
10144
10145 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
10146
10147 * reftex.texi: Update to RefTeX 4.19.
10148
10149 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10150
10151 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
10152 (../info/tramp, tramp.dvi): New targets.
10153
10154 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
10155
10156 * Makefile.in (DVI_TARGETS): Add calc.dvi.
10157 (calc.dvi): Uncomment.
10158
10159 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
10160
10161 * Makefile.in (INFO_TARGETS): Add ../info/calc.
10162 (../info/calc): New target.
10163
10164 2001-10-20 Gerd Moellmann <gerd@gnu.org>
10165
10166 * (Version 21.1 released.)
10167
10168 2001-10-05 Gerd Moellmann <gerd@gnu.org>
10169
10170 * Branch for 21.1.
10171
10172 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10173
10174 * Makefile.in (../info/info): Use an explicit -o switch to
10175 makeinfo.
10176
10177 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10178
10179 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10180
10181 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
10182
10183 * Makefile.in (../info/idlwave): Use --no-split.
10184
10185 2000-12-14 Dave Love <fx@gnu.org>
10186
10187 * Makefile.in (mostlyclean): Remove gnustmp.*.
10188 (gnus.dvi): Change rule to remove @latex stuff.
10189
10190 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
10191
10192 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
10193
10194 2000-10-13 John Wiegley <johnw@gnu.org>
10195
10196 * Makefile.in: Add build targets for eshell.texi.
10197
10198 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10199
10200 * Makefile.in: Remove/comment speedbar stuff.
10201
10202 2000-09-22 Dave Love <fx@gnu.org>
10203
10204 * Makefile.in: Add emacs-mime.
10205
10206 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10207
10208 * Makefile.in (INFO_TARGETS): Add ../info/woman.
10209 (DVI_TARGETS): Add woman.dvi.
10210 (../info/woman, woman.dvi): New targets.
10211
10212 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
10213
10214 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
10215
10216 * pcl-cvs.texi: New file.
10217 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
10218 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
10219
10220 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10221
10222 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
10223 (../info/ebrowse, ebrowse.dvi): New targets.
10224
10225 2000-01-13 Gerd Moellmann <gerd@gnu.org>
10226
10227 * Makefile.in (INFO_TARGETS): Add eudc.
10228 (DVI_TARGETS): Add eudc.dvi.
10229 (../info/eudc, eudc.dvi): New targets.
10230
10231 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
10232
10233 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
10234 compatibility with 8+3 filesystems).
10235 (../info/efaq): Rename from emacs-faq.
10236
10237 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10238
10239 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
10240 (../info/idlwave, idlwave.dvi): New targets.
10241
10242 1999-10-23 Dave Love <fx@gnu.org>
10243
10244 * Makefile.in: Use autotype.texi.
10245
10246 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
10247
10248 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
10249 faq.texi file) rather than ../info/faq.
10250
10251 1999-10-07 Gerd Moellmann <gerd@gnu.org>
10252
10253 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
10254 (../info/ada-mode, ada-mode.dvi): New targets.
10255
10256 1999-09-01 Dave Love <fx@gnu.org>
10257
10258 * Makefile.in: Add faq.
10259
10260 1999-07-12 Richard Stallman <rms@gnu.org>
10261
10262 * Version 20.4 released.
10263
10264 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10265
10266 * Version 20.3 released.
10267
10268 1998-04-06 Andreas Schwab <schwab@gnu.org>
10269
10270 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
10271 Use it in dvi targets.
10272 (../etc/GNU): Change to $(srcdir) first.
10273
10274 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
10275
10276 * reftex.texi: Update for RefTeX version 3.22.
10277
10278 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
10279
10280 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
10281 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10282
10283 1997-09-23 Paul Eggert <eggert@twinsun.com>
10284
10285 * Makefile.in: Merge changes mistakenly made to `Makefile'.
10286 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
10287
10288 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10289
10290 * Version 20.2 released.
10291
10292 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10293
10294 * Version 20.1 released.
10295
10296 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10297
10298 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
10299
10300 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10301
10302 * Version 19.33 released.
10303
10304 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10305
10306 * Version 19.32 released.
10307
10308 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10309
10310 * Makefile.in: Add rules for the Message manual.
10311
10312 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10313
10314 * gnus.texi: New version.
10315
10316 * message.texi: New manual.
10317
10318 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10319
10320 * Makefile.in (All info targets): cd $(srcdir) to do the work.
10321
10322 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10323
10324 * Makefile.in (All info targets): Specify $(srcdir) in input files.
10325 Specify -I option.
10326 (All dvi targets): Set the TEXINPUTS variable.
10327
10328 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10329
10330 * Version 19.31 released.
10331
10332 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10333
10334 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
10335 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
10336
10337 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10338
10339 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
10340 (INFO_TARGETS): Add ../info/cc-mode.
10341 (DVI_TARGETS): Add cc-mode.dvi.
10342
10343 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10344
10345 * Version 19.30 released.
10346
10347 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10348
10349 * gnus.texi: New file.
10350
10351 1995-11-04 Erik Naggum <erik@naggum.no>
10352
10353 * gnus.texi: File deleted.
10354
10355 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
10356
10357 * mh-e.texi: "Function Index" -> "Command Index" to work with
10358 Emacs 19.30 C-h C-k support of separately-documented commands.
10359
10360 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10361
10362 * Makefile.in (../info/ediff, ediff.dvi): New targets.
10363 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
10364
10365 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10366
10367 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
10368 (../info/viper, viper.dvi): New targets.
10369
10370 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
10371
10372 * dired-x.texi (Installation): Change the example to set
10373 buffer-local variables like dired-omit-files-p in
10374 dired-mode-hook.
10375
10376 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10377
10378 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
10379 (../info/mh-e, mh-e.dvi): New targets.
10380
10381 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10382
10383 * Makefile.in (maintainer-clean): Rename from realclean.
10384
10385 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10386
10387 * Makefile.in: New file.
10388 * Makefile: File deleted.
10389
10390 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10391
10392 * Makefile (TEXINDEX_OBJS): Variable deleted.
10393 (texindex, texindex.o, getopt.o): Rules deleted.
10394 All deps on texindex deleted.
10395 (distclean): Don't delete texindex.
10396 (mostlyclean): Don't delete *.o.
10397 * texindex.c, getopt.c: Files deleted.
10398
10399 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10400
10401 * Version 19.26 released.
10402
10403 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10404
10405 * Version 19.25 released.
10406
10407 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10408
10409 * Version 19.24 released.
10410
10411 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10412
10413 * Version 19.23 released.
10414
10415 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10416
10417 * Makefile: Delete spurious tab.
10418
10419 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10420
10421 * Makefile (.SUFFIXES): New rule.
10422
10423 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10424
10425 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
10426 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10427
10428 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10429
10430 * Makefile (../info/sc): Rename from sc.info.
10431 (../info/cl): Likewise.
10432 (INFO_TARGETS): Use new names.
10433
10434 1993-12-04 Richard Stallman (rms@srarc2)
10435
10436 * getopt.c: New file.
10437 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10438 (getopt.o): New rule.
10439 (dvi): Don't depend on texindex.
10440 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
10441 Depend on texindex.
10442
10443 1993-12-03 Richard Stallman (rms@srarc2)
10444
10445 * Makefile (../info/sc.info): Rename from ../info/sc.
10446 (TEXI2DVI): New variable.
10447 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
10448 Add explicit commands.
10449 (TEXINDEX_OBJS): Delete duplicate getopt.o.
10450
10451 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10452
10453 * Version 19.22 released.
10454
10455 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10456
10457 * Makefile (TEXINDEX_OBJS): Delete spurious period.
10458
10459 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10460
10461 * Version 19.21 released.
10462
10463 1993-11-15 Paul Eggert (eggert@twinsun.com)
10464
10465 * man/Makefile (../info/cl.info): Rename from ../info/cl.
10466
10467 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10468
10469 * Makefile (../etc/GNU): New target.
10470 (EMACSSOURCES): Add gnu1.texi.
10471
10472 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10473
10474 * Makefile (realclean): Don't delete the Info files.
10475
10476 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10477
10478 * forms.texi: Fix forms.texi so that it will format correctly.
10479 Add missing `@end iftex', fix bad reference.
10480
10481 * info.texi, info-stn.texi: New files implement texinfo version of
10482 `info' file.
10483
10484 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
10485
10486 * Makefile: Fix targets for texindex, new info.texi files.
10487 * info-stnd.texi: New file implements info for standalone info
10488 reader.
10489 * info.texi: Update to include recent changes to "../info/info".
10490 New source file for ../info/info; includes info-stnd.texi.
10491
10492 * texindex.c: Include "../src/config.h" if building in emacs.
10493
10494 * Makefile: Change all files to FILENAME.texi, force all targets
10495 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
10496 vip.texinfo, forms.texinfo, cl.texinfo.
10497 Add target to build texindex.c, defining `emacs'.
10498
10499 * forms.texi: Install new file to match version 2.3 of forms.el.
10500
10501 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10502
10503 * Version 19.19 released.
10504
10505 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
10506
10507 * sc.texinfo: Fix info file name.
10508
10509 * Makefile (info): Add gnus and sc.
10510 (dvi): Add gnus.dvi and sc.dvi.
10511 (../info/sc, sc.dvi): New targets.
10512
10513 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10514
10515 * Version 19.18 released.
10516
10517 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10518
10519 * Makefile: Fix source file names of the separate manuals.
10520 (gnus.dvi, ../info/gnus): New targets.
10521
10522 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10523
10524 * Version 19.17 released.
10525
10526 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10527
10528 * split-man: Fix typos in last change.
10529
10530 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10531
10532 * Version 19.16 released.
10533
10534 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10535
10536 * version 19.15 released.
10537
10538 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10539
10540 * Makefile (distclean): It's rm, not rf.
10541
10542 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10543
10544 * Version 19.14 released.
10545
10546 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10547
10548 * Makefile: New file.
10549
10550 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10551
10552 * Version 19.13 released.
10553
10554 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10555
10556 * Version 19.9 released.
10557
10558 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10559
10560 * Version 19.8 released.
10561
10562 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10563
10564 * Version 19.7 released.
10565
10566 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
10567
10568 * gnus.texinfo: New file. Removed installation instructions.
10569
10570 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10571
10572 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
10573
10574 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10575
10576 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
10577 then define `\sc' as the command for smallcaps in Texinfo.
10578 This means that the @sc command will produce small caps. bfox has
10579 made the corresponding change to makeinfo and texinfm.el.
10580
10581 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10582
10583 * vip.texinfo: Remove menu entry Adding Lisp Code in node
10584 Customization since the menu entry did not point to anything.
10585 Also add an @finalout command to remove overfull hboxes from the
10586 printed output.
10587
10588 * cl.texinfo: Add @bye, \input line and @settitle to file.
10589 This file is clearly intended to be a chapter of some other work,
10590 but the other work does not yet exist.
10591
10592 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10593
10594 * texinfo.texinfo: Three typos corrected.
10595
10596 ;; Local Variables:
10597 ;; coding: utf-8
10598 ;; End:
10599
10600 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
10601
10602 This file is part of GNU Emacs.
10603
10604 GNU Emacs is free software: you can redistribute it and/or modify
10605 it under the terms of the GNU General Public License as published by
10606 the Free Software Foundation, either version 3 of the License, or
10607 (at your option) any later version.
10608
10609 GNU Emacs is distributed in the hope that it will be useful,
10610 but WITHOUT ANY WARRANTY; without even the implied warranty of
10611 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10612 GNU General Public License for more details.
10613
10614 You should have received a copy of the GNU General Public License
10615 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.