Minor fixes in the ToDo Mode manual.
[bpt/emacs.git] / doc / misc / ChangeLog
1 2013-08-07 Eli Zaretskii <eliz@gnu.org>
2
3 * todo-mode.texi: Update @dircategory.
4 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
5 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
6 @ref.
7
8 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
9
10 * sc.texi (Introduction): Fix index.
11 (Usage Overview):
12 (Citations, Citation Elements, Recognizing Citations)
13 (Information Keys and the Info Alist, Reference Headers)
14 (The Built-in Header Rewrite Functions)
15 (Electric References, Reply Buffer Initialization)
16 (Filling Cited Text, Selecting an Attribution)
17 (Attribution Preferences)
18 (Anonymous Attributions, Author Names)
19 (Using Regi, Post-yank Formatting Commands)
20 (Citing Commands, Insertion Commands)
21 (Mail Field Commands)
22 (Hints to MUA Authors, Thanks and History): Change from one space
23 between sentences to two.
24
25 * newsticker.texi (Usage): Use @key for RET.
26
27 * cl.texi (Argument Lists):
28 (For Clauses):
29 (Macros): Add indexes.
30
31 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
32
33 * cl.texi (Blocks and Exits): Add an index.
34
35 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
36
37 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
38 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
39 (todo-mode.dvi, todo-mode.pdf): New rules.
40
41 * todo-mode.texi: New file.
42
43 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
44
45 * gnus.texi (Basic Usage): Mention that warp means jump here.
46 (The notmuch Engine): Mention notmuch.
47
48 2013-07-30 Tassilo Horn <tsdh@gnu.org>
49
50 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
51 `gnus-subthread-sort-functions' and remove the obsolete documentation
52 of `gnus-sort-threads-recursively'.
53
54 2013-07-29 David Engster <deng@randomsample.de>
55
56 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
57 implementation.
58 (Introduction): Add further missing features.
59 (Building Classes): Add introductory paragraph.
60 (Wish List): Add metaclasses and EQL specialization.
61
62 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
63
64 * tramp.texi (Frequently Asked Questions): Mention
65 `tramp-use-ssh-controlmaster-options'.
66
67 2013-07-26 Tassilo Horn <tsdh@gnu.org>
68
69 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
70 `gnus-sort-threads-recursively'.
71
72 2013-07-25 Glenn Morris <rgm@gnu.org>
73
74 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
75 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
76
77 * erc.texi (Special Features): Update contact information.
78 (History): Avoid using @email.
79
80 * eshell.texi (Bugs and ideas): Minor updates.
81
82 * faq.texi (Reporting bugs, Origin of the term Emacs)
83 (Setting up a customization file)
84 (Using an already running Emacs process, Turning off beeping)
85 (Packages that do not come with Emacs)
86 (Replying to the sender of a message): Avoid using @email.
87
88 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
89
90 * reftex.texi (Imprint): Avoid using @email.
91
92 * ses.texi (Top): Update bug reporting instructions.
93 (Acknowledgments): Avoid using @email.
94
95 * woman.texi (Introduction, Background): Remove outdated information.
96 (Bugs, Acknowledgments): Avoid using @email.
97
98 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
99
100 * ido.texi: New file.
101
102 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
103
104 * gnus.texi (Customizing Articles): Document function predicates.
105
106 2013-07-08 Tassilo Horn <tsdh@gnu.org>
107
108 * gnus.texi (lines): Correct description of
109 `gnus-registry-track-extra's default value. Mention
110 `gnus-registry-remove-extra-data'.
111
112 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
113
114 * gnus.texi (Group Parameters): Mention regexp
115 substitutions (bug#11688).
116
117 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
118
119 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
120
121 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
122
123 * gnus.texi (Emacsen): Fix version.
124
125 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
126
127 2013-07-06 Glenn Morris <rgm@gnu.org>
128
129 * mh-e.texi: Fix external links.
130 (Using This Manual): Printed elisp manuals no longer available.
131
132 * newsticker.texi (Overview): Update URL.
133
134 * nxml-mode.texi (Introduction): Update URL.
135
136 * org.texi (JavaScript support): Fix URL.
137
138 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
139
140 * eudc.texi (CCSO PH/QI): Remove defunct URL.
141
142 * dbus.texi (Introspection): Update URL to a less defunct one.
143
144 * gnus.texi (Top): Restrict "Other related manuals" to info output.
145 (Foreign Groups): Use @indicateurl for examples.
146 (Direct Functions): Remove defunct URL.
147 (RSS): Update URL.
148
149 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
150 (FAQ 7-1): Update URL.
151
152 * pgg.texi (Top, Overview): Add note about obsolescence.
153
154 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
155
156 * texinfo.tex: Merge from gnulib.
157
158 2013-07-03 Glenn Morris <rgm@gnu.org>
159
160 * bovine.texi (top):
161 * cc-mode.texi (AWK Mode Font Locking):
162 * mh-e.texi (Preface):
163 * url.texi (URI Parsing): Fix cross-references to other manuals.
164
165 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
166
167 * gnus.texi (Client-Side IMAP Splitting):
168 Note that `nnimap-inbox' now can be a list.
169
170 2013-06-24 Glenn Morris <rgm@gnu.org>
171
172 * eshell.texi: Fix cross-references to other manuals.
173
174 2013-06-23 Glenn Morris <rgm@gnu.org>
175
176 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
177 Remove; not needed now we use a standard html layout for the faq.
178 (clean): Remove HTML_TARGETS, emacs-faq.text.
179
180 2013-06-21 Eduard Wiebe <usenet@pusto.de>
181
182 * flymake.texi (Parsing the output, Customizable variables):
183 Add reference to `flymake-warning-predicate'.
184
185 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
186
187 * tramp.texi (Top, Configuration): Insert section `Predefined
188 connection information' in menu.
189 (Predefined connection information): New section.
190 (Android shell setup): Make a reference to `Predefined connection
191 information'.
192
193 2013-06-19 Glenn Morris <rgm@gnu.org>
194
195 * Makefile.in (version): New, set by configure.
196 (clean): Delete dist tar file.
197 (infoclean): New, split from maintainer-clean.
198 (maintainer-clean): Run infoclean.
199 (dist): New rule, to make tarfile for www.gnu.org.
200
201 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
202
203 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
204 for keys q and Q.
205 (Standards): Reference RFC5804 as the defining document of the
206 managesieve protocol.
207
208 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
209
210 * eshell.texi (Input/Output): Expand to cover new visual-command
211 options, eshell-visual-subcommands and eshell-visual-options.
212 Divide into separate Visual Commands and Redirection sections.
213
214 2013-06-10 Glenn Morris <rgm@gnu.org>
215
216 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
217
218 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
219
220 * gnus.texi (Article Date):
221 Fix description of gnus-article-update-date-headers.
222
223 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
224
225 * erc.texi (Special Features): ERC is being maintained within
226 Emacs now.
227
228 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
229
230 * flymake.texi: Change from one space between sentences to two.
231
232 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
233
234 * cl.texi (Obsolete Macros): Describe replacements for `flet'
235 (bug#14293).
236
237 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
238
239 * tramp.texi (Frequently Asked Questions): Precise, how to define
240 an own ControlPath.
241
242 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
243
244 * tramp.texi (Frequently Asked Questions): New item for
245 ControlPath settings.
246
247 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
248
249 * calc.texi (Basic Operations on Units): Streamline some
250 descriptions.
251
252 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
253
254 * eshell.texi (Built-ins): Update manual to mention tramp module.
255
256 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
257
258 * tramp.texi (Filename Syntax): Host names are not allowed to be
259 any method name, unless method name is specified explicitly.
260 Remove restriction on unibyte filenames.
261
262 * trampver.texi: Update release number.
263
264 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
265
266 doc: convert some TeX accents to UTF-8
267 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
268 '@"{@dotless{i}}'.
269
270 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
271
272 Sync with Tramp 2.2.7.
273
274 * trampver.texi: Update release number.
275
276 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
277
278 * calc.texi (Basic Operations on Units): Streamline some
279 descriptions.
280
281 2013-03-08 Glenn Morris <rgm@gnu.org>
282
283 * faq.texi (Top): Don't say this was updated @today.
284 That's irrelevant and leads to spurious diffs.
285
286 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
287
288 * calc.texi (Basic Operations on Units):
289 Fix cross-reference.
290
291 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
292
293 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
294
295 2013-03-06 Alan Mackenzie <acm@muc.de>
296
297 * cc-mode.texi (Custom Line-Up): Clarify position of point on
298 calling a line-up function.
299
300 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
301
302 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
303 * ses.texi: Switch from Latin-1 to UTF-8.
304
305 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
306
307 * tramp.texi (External methods): Tramp does not connect Android
308 devices by itself.
309
310 2013-03-02 Bill Wohler <wohler@newt.com>
311
312 Release MH-E manual version 8.5.
313
314 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
315 release 8.5.
316
317 * mh-e.texi (Preface, Conventions, Getting Started)
318 (Using This Manual, Folder Selection, Viewing, Aliases)
319 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
320 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
321 Update URLs.
322
323 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
324
325 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
326 and "plink2" entries. "plink2" is obsolete for a long time.
327 (External methods): Remove "scp1" and "scp2" entries.
328 Explain user name and host name specification for "adb".
329
330 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
331
332 * tramp.texi (External methods): Mention `tramp-adb-program'.
333
334 2013-02-28 Bastien Guerry <bzg@gnu.org>
335
336 * org.texi (Visibility cycling): Suggest to set
337 `org-agenda-inhibit-startup' to nil if user wants the startup
338 visibility settings to be honored in any circumstances.
339 (Progress logging, Checkboxes): Fix typos.
340
341 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
342
343 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
344 the macros, for Texinfo 4.13 and 5.0.
345
346 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
347
348 Port Tramp documentation to Texinfo 5.0.
349 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
350 (Filename Syntax): Do not use @trampfn{} in @item.
351 (Filename completion): Use @columnfractions in @multitable.
352
353 2013-02-22 Glenn Morris <rgm@gnu.org>
354
355 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
356
357 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
358
359 * Makefile.in (html): New rule.
360
361 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
362
363 * tramp.texi (Android shell setup): Improve. Reported by Thierry
364 Volpiatto <thierry.volpiatto@gmail.com>.
365
366 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
367
368 * tramp.texi (Top, Configuration): Insert section `Android shell
369 setup' in menu.
370 (Android shell setup): New section.
371 (Connection types, Default Method)
372 (Frequently Asked Questions): Mention "scp" instead of "scpc".
373 (External methods): Remove "scpc" and "rsyncc" entries.
374 (Frequently Asked Questions): Remove entry about ControlPersist.
375
376 2013-02-13 Glenn Morris <rgm@gnu.org>
377
378 * message.texi (News Headers): Don't mention yow any more.
379
380 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
381
382 * calc.texi (Basic Operations on Units):
383 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
384
385 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
386
387 * eshell.texi: Fill most of the missing sections.
388
389 2013-02-07 Bastien Guerry <bzg@gnu.org>
390
391 * org.texi (References): Clarify an example.
392 (Installation): Fix instructions.
393 (Org-Plot): Fix link.
394 (Checkboxes, Radio lists): Fix typos.
395
396 2013-02-07 Glenn Morris <rgm@gnu.org>
397
398 * cl.texi (Equality Predicates): Mention memql.
399
400 2013-02-07 Eric Ludlam <zappo@gnu.org>
401
402 * doc/misc/ede.texi (Creating a project): Make ede-new doc less
403 specific, and only about items it supports, indicating that there
404 might be more. Remove refs to simple project and direct automake
405 from ede new.
406 (Simple projects): Re-write to not talk about ede-simple-project
407 which is deprecated, and instead use the term to mean projects
408 that don't do much management, just project wrapping.
409 Add ede-generic-project link.
410 (ede-generic-project): New node (bug#11441).
411
412 2013-02-07 Glenn Morris <rgm@gnu.org>
413
414 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
415
416 2013-02-01 Glenn Morris <rgm@gnu.org>
417
418 * calc.texi (Help Commands): Update calc-view-news description.
419 Mention etc/CALC-NEWS.
420
421 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
422
423 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
424
425 2013-01-13 Bastien Guerry <bzg@gnu.org>
426
427 * org.texi (Installation): Simplify.
428
429 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
430
431 * org.texi (Handling links): Update the mention to the obsolete
432 variable `org-link-to-org-use-id' with a mention to the newer
433 variable `org-id-link-to-org-use-id'. Mention the need to load
434 the org-id library.
435
436 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
437
438 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
439
440 2013-01-09 Bastien Guerry <bzg@gnu.org>
441
442 * org.texi (Pushing to MobileOrg): Add footnote about using
443 symbolic links in `org-directory'.
444 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
445 of the now obsolete alias `org-float'.
446 (TODO basics): Add `org-use-fast-todo-selection' to the variable
447 index. Fix description of TODO keywords cycling.
448 (Advanced features): Add missing argument for @item.
449 (Storing searches): Add index entries and a note about
450 *-tree agenda views.
451 (Structure editing): Document `org-mark-element' and
452 `org-mark-subtree'.
453 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
454
455 2013-01-08 Juri Linkov <juri@jurta.org>
456
457 * info.texi (Go to node): Mention the abbreviated format
458 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
459
460 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
461
462 * autotype.texi: Remove undefined command @subtitlefont.
463 * cc-mode.texi: Likewise.
464
465 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
466 @item argument.
467 (Property searches): Use \\ instead of @backslashchar{}.
468 * pgg.texi (VERSION): Move @set below @setfilename.
469
470 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
471
472 * ada-mode.texi: Remove braces from @title argument.
473 * eudc.texi: Likewise.
474 * smtpmail.texi: Likewise.
475 * auth.texi (VERSION): Set before first use.
476 * emacs-gnutls.texi (VERSION): Likewise.
477 * pgg.texi (VERSION): Likewise.
478 * ede.texi (Top): Rename from top, all uses changed.
479 * eshell.texi: Add missing argument to @sp.
480 * forms.texi (Top): Reorder menu to match structure.
481 * htmlfontify.texi (Customisation): Add missing @item in
482 @enumerate.
483 * org.texi (Advanced features): Add missing argument for @item.
484 (Property searches): Use @backslashchar{} in macro argument.
485 * pcl-cvs.texi: Add missing argument to @sp.
486 (Movement commands): Fix use of @itemx.
487 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
488 * reftex.texi (Options (Creating Citations)): Add missing newline
489 before @end.
490 * tramp.texi (Obtaining Tramp): Remove extra dots.
491 (Configuration): Reorder menu to match structure.
492 (Remote shell setup): Replace literal NUL character by \0.
493 * viper.texi (Marking): Add missing argument for @item.
494
495 2013-01-04 Glenn Morris <rgm@gnu.org>
496
497 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
498 Add htmlfontify.
499 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
500 (htmlfontify.dvi, htmlfontify.pdf): New targets.
501 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
502 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
503
504 * htmlfontify.texi: Miscellaneous fixes and updates.
505 Set copyright to FSF, update license to GFDL 1.3+.
506
507 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
508
509 * htmlfontify.texi: New file.
510
511 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
512
513 * calc.texi (Free-Form Dates): Expand on the date reading
514 algorithm.
515
516 2012-12-27 Glenn Morris <rgm@gnu.org>
517
518 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
519 Avoid some overfull lines.
520
521 * widget.texi (Programming Example): Break some long lines.
522
523 * wisent.texi (Wisent Overview): Fix xref.
524 (Grammar format, Understanding the automaton): Avoid overfill.
525
526 * bovine.texi (Optional Lambda Expression): Allow line break.
527
528 * auth.texi (Help for users): Break long lines.
529
530 * ada-mode.texi (Project file variables):
531 Reword to reduce underfull hbox.
532 (No project files, Use GNAT project file):
533 Use smallexample to make some overfull lines less terrible.
534
535 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
536 Fix cross-references to separate manuals.
537
538 * Makefile.in (gfdl): New variable. Use throughout where
539 appropriate so that targets depend on doclicense.texi.
540
541 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
542
543 * gnus.texi (Customizing the IMAP Connection): Mention the other
544 authenticators.
545
546 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
547
548 * gnus.texi (Browse Foreign Server):
549 Document `gnus-browse-delete-group'.
550
551 2012-12-22 Glenn Morris <rgm@gnu.org>
552
553 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
554 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
555 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
556 * widget.texi, wisent.texi: Nuke hand-written node pointers.
557
558 * Makefile.in (gfdl): New variable. Use throughout where
559 appropriate so that targets depend on doclicense.texi.
560
561 2012-12-22 Eli Zaretskii <eliz@gnu.org>
562
563 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
564 doclicense.texi. Remove doclicense.texi from all targets that
565 mentioned it explicitly.
566 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
567 $(emacsdir)/emacsver.texi.
568 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
569
570 2012-12-21 Glenn Morris <rgm@gnu.org>
571
572 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
573 Include emacsver.texi. Nuke hand-written node pointers.
574 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
575 Depend on emacsver.texi.
576
577 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
578 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
579 May as well just include doclicense.texi in everything.
580
581 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
582 which @copying says is included.
583
584 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
585 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
586 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
587 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
588 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
589 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
590 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
591 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
592 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
593 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
594 * widget.texi, wisent.texi, woman.texi: Do not mention buying
595 copies from the FSF, which does not publish these manuals.
596
597 * erc.texi: No need to include gpl in this small manual.
598
599 * org.texi (copying): Include a copy of the GFDL.
600 (GNU Free Documentation License): New section.
601
602 2012-12-21 Bastien Guerry <bzg@gnu.org>
603
604 * org.texi: Fix typos.
605
606 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
607
608 * calc.texi (ISO 8601): Rename from ISO-8601,
609 as it's typically spelled without a hyphen.
610
611 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
612
613 * calc.texi (ISO-8601): New section.
614 (Date Formatting Codes): Mention new codes.
615 (Standard Date Formats): Mention new formats.
616
617 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
618
619 * tramp.texi (External methods): Move `adb' method here.
620
621 2012-12-13 Glenn Morris <rgm@gnu.org>
622
623 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
624
625 * wisent.texi: Small edits. Set copyright to FSF, update license to
626 GFDL 1.3+.
627 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
628 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
629 New targets.
630 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
631 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
632
633 * bovine.texi: Small edits. Set copyright to FSF, update license to
634 GFDL 1.3+, remove empty index.
635 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
636 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
637 New targets.
638 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
639 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
640
641 2012-12-13 Eric Ludlam <zappo@gnu.org>
642 David Ponce <david@dponce.com>
643 Richard Kim <emacs18@gmail.com>
644
645 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
646
647 2012-12-13 Glenn Morris <rgm@gnu.org>
648
649 * flymake.texi (Customizable variables, Locating the buildfile):
650 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
651
652 * srecode.texi: Small edits. Set copyright to FSF, add explicit
653 GFDL 1.3+ license, fix up index.
654 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
655 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
656 (srecode.pdf): New targets.
657 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
658 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
659
660 2012-12-13 Eric Ludlam <zappo@gnu.org>
661
662 * srecode.texi: New file, imported from CEDET trunk.
663
664 2012-12-13 Bastien Guerry <bzg@gnu.org>
665
666 * org.texi (Summary, Code block specific header arguments)
667 (Code block specific header arguments)
668 (Header arguments in function calls, var, noweb)
669 (Results of evaluation, Code evaluation security):
670 Small reformatting: add a blank line before some example.
671
672 * org.texi (System-wide header arguments)
673 (Header arguments in Org mode properties, Conflicts)
674 (Dynamic blocks, Using the mapping API):
675 Fix indentation of Elisp code examples.
676
677 * org.texi (Comment lines): Fix description of the comment syntax.
678
679 * org.texi (Installation): Mention "make test" in the correct section.
680
681 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
682
683 * doclicense.texi, gpl.texi: Update to latest version from FSF.
684 These are just minor editorial changes.
685
686 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
687
688 * tramp.texi (History): Mention ADB.
689 (Inline methods): Add `adb' method.
690
691 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
692
693 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
694 (External methods): Fix typo.
695
696 2012-12-03 Glenn Morris <rgm@gnu.org>
697
698 * rcirc.texi (Notices): Fix typo.
699
700 2012-11-25 Bill Wohler <wohler@newt.com>
701
702 Release MH-E manual version 8.4.
703
704 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
705 Update for release 8.4.
706
707 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
708 (Junk): Add mh-whitelist-preserves-sequences-flag,
709 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
710 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
711
712 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
713
714 * mh-e.texi (Procmail): Fix two @ typos.
715
716 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
717
718 * doclicense.texi, gpl.texi: Update to latest version from FSF.
719 These are just minor editorial changes.
720
721 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
722
723 * calc.texi (Date Formatting Codes): Mention the new beginning of
724 the date numbering system.
725
726 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
727
728 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
729 (Date Forms): Correct off-by-one error in explanation of
730 Julian day numbers. Give Gregorian equivalent of its origin.
731
732 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
733
734 * doc/misc/calc.texi (Date Forms): Mention the customizable
735 Gregorian-Julian switch.
736 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
737
738 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
739
740 Calc now uses the Gregorian calendar for all dates (Bug#12633).
741 It also uses January 1, 1 AD as its day number 1.
742 * calc.texi (Date Forms): Document this.
743
744 2012-11-16 Glenn Morris <rgm@gnu.org>
745
746 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
747 (Obsolete Macros): Move example here from Function Bindings.
748
749 * erc.texi: Use @code{nil} rather than just "nil".
750 (Modules): Undocument obsolete "hecomplete".
751 Add "notifications".
752 (Connecting): Add brief section on passwords.
753 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
754
755 2012-11-13 Glenn Morris <rgm@gnu.org>
756
757 * flymake.texi (Customizable variables)
758 (Highlighting erroneous lines): Mention flymake-error-bitmap,
759 flymake-warning-bitmap, and flymake-fringe-indicator-position.
760
761 2012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
762
763 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
764 In all file place SES into @acronym{...}.
765 (Advanced Features): Add key index and function index for
766 ses-set-header-row. Add description for function
767 ses-rename-cell. Add description for function
768 ses-repair-cell-reference-all.
769 (Ranges in formulas): Add description for ses-range flags.
770
771 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
772
773 * texinfo.tex: Merge from gnulib.
774
775 2012-11-10 Chong Yidong <cyd@gnu.org>
776
777 * url.texi (Introduction): Move url-configuration-directory to
778 Customization node.
779 (Parsed URIs): Split into its own node.
780 (URI Encoding): New node.
781 (Defining New URLs): Remove empty chapter.
782 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
783 Improve docs for url-queue-*.
784 (Supported URL Types): Copyedits. Delete empty subnodes.
785
786 * url.texi (Introduction): Rename from Getting Started.
787 Rewrite the introduction.
788 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
789
790 2012-11-10 Glenn Morris <rgm@gnu.org>
791
792 * cl.texi (Obsolete Setf Customization):
793 Revert defsetf example to the more correct let rather than prog1.
794 Give define-modify-macro, defsetf, and define-setf-method
795 gv.el replacements.
796
797 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
798 (Setf Extensions): Remove obsolete reference.
799 (Obsolete Setf Customization):
800 Move note on lack of setf functions to lispref/variables.texi.
801 Undocument get-setf-method, since it no longer exists.
802 Mention simple defsetf replaced by gv-define-simple-setter.
803
804 2012-11-03 Glenn Morris <rgm@gnu.org>
805
806 * cl.texi: Further general copyedits.
807 (List Functions): Remove copy-tree, standard elisp for some time.
808 (Efficiency Concerns): Comment out examples that no longer apply.
809 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
810 (Creating Symbols, Random Numbers): De-emphasize internal
811 variables cl--gensym-counter and cl--random-state. (Bug#12788)
812 (Naming Conventions, Type Predicates, Macros)
813 (Predicates on Numbers): No longer mention cl-floatp-safe.
814
815 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
816
817 * gnus.texi (Mail Source Specifiers):
818 Document :leave keyword used for pop mail source.
819
820 2012-11-01 Glenn Morris <rgm@gnu.org>
821
822 * cl.texi: General copyedits for style, line-breaks, etc.
823 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
824 (Macro Bindings, Blocks and Exits):
825 Acknowledge existence of lexical-binding.
826 (Iteration): Mainly defer to doc of standard dolist, dotimes.
827
828 2012-10-31 Glenn Morris <rgm@gnu.org>
829
830 * ert.texi (Introduction, The @code{should} Macro):
831 Refer to "cl-assert" rather than "assert".
832
833 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
834 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
835 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
836 Reword, and add details of flet and labels.
837 (Modify Macros, Function Bindings): Add some xrefs.
838
839 2012-10-30 Glenn Morris <rgm@gnu.org>
840
841 * cl.texi (Modify Macros): Update for cl-letf changes.
842 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
843 (Setf Extensions): Partially restore note about cl-getf,
844 mainly moved to lispref/variables.texi.
845 (Property Lists): Fix cl-getf typos.
846 (Mapping over Sequences): Mention cl-mapc naming oddity.
847
848 2012-10-29 Glenn Morris <rgm@gnu.org>
849
850 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
851 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
852 (Customizing Setf): Move contents to "Obsolete Setf Customization".
853 (Modify Macros, Multiple Values, Other Clauses):
854 Remove mentions of obsolete features.
855 (Obsolete Setf Customization): Don't mention `apply' setf.
856
857 2012-10-28 Glenn Morris <rgm@gnu.org>
858
859 * cl.texi (Multiple Values, Common Lisp Compatibility):
860 More namespace updates.
861 (Obsolete Features): Copyedits.
862 (Obsolete Lexical Macros, Obsolete Setf Customization):
863 New subsections.
864
865 * cl.texi (Porting Common Lisp, Lexical Bindings):
866 Add some xrefs to the Elisp manual.
867
868 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
869 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
870 (Obsolete Features): New appendix. Move Lexical Bindings here.
871
872 2012-10-27 Glenn Morris <rgm@gnu.org>
873
874 * cl.texi: Use defmac for macros rather than defspec.
875 (Efficiency Concerns): Related copyedit.
876
877 * cl.texi (Control Structure): Update for setf now being in core.
878 (Setf Extensions): Rename from Basic Setf. Move much of the
879 former content to lispref/variables.texi.
880 (Modify Macros): Move pop, push details to lispref/variables.texi.
881 (Customizing Setf): Copyedits for setf etc being in core.
882 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
883 Further namespaces updates.
884
885 2012-10-26 Bastien Guerry <bzg@gnu.org>
886
887 * org.texi (Installation): Update the link to Org's ELPA.
888 Also don't mention org-install.el anymore as the replacement file
889 org-loaddefs.el is now loaded by org.el.
890
891 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
892
893 * tramp.texi (Frequently Asked Questions):
894 Mention `tramp-completion-reread-directory-timeout' for performance
895 improvement.
896
897 2012-10-25 Glenn Morris <rgm@gnu.org>
898
899 * cl.texi: Don't mess with the TeX section number counter.
900 Use Texinfo recommended convention for quotes+punctuation.
901 (Overview, Sequence Functions): Rephrase for better line-breaking.
902 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
903 (Macro Bindings, Conditionals, Iteration, Loop Basics)
904 (Random Numbers, Mapping over Sequences, Structures)
905 (Porting Common Lisp): Further updates for cl-lib namespace.
906 (Modify Macros, Declarations, Macro Bindings, Structures):
907 Break long lines in examples.
908 (Dynamic Bindings): Update for changed progv behavior.
909 (Loop Examples, Efficiency Concerns): Markup fixes.
910 (Structures): Remove TeX margin change.
911 (Declarations): Fix typos.
912
913 2012-10-24 Glenn Morris <rgm@gnu.org>
914
915 * cl.texi (Overview, Multiple Values, Creating Symbols)
916 (Numerical Functions): Say less/nothing about the original cl.el.
917 (Old CL Compatibility): Remove.
918 (Assertions): Remove ignore-errors (standard Elisp for some time).
919
920 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
921 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
922 (Efficiency Concerns, Efficiency Concerns)
923 (Common Lisp Compatibility, Old CL Compatibility):
924 Further updates for cl-lib namespace.
925
926 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
927
928 Update manual for new time stamp format (Bug#12706).
929 * emacs-mime.texi (time-date): Update for new format.
930 Also, fix bogus time stamp and modernize a bit.
931
932 2012-10-23 Glenn Morris <rgm@gnu.org>
933
934 * cl.texi: Include emacsver.texi. Use Emacs version number rather
935 than unchanging cl.el version number.
936 End all menu descriptions with a period.
937 Do not use @dfn{CL} for every instance of "CL".
938 (Overview): Remove no-runtime caveat, and note about foo* names.
939 (Usage): Use cl-lib rather than cl.
940 (Organization, Naming Conventions): Update for cl-lib.el.
941 (Installation): Remove long-irrelevant node.
942 (Program Structure, Predicates, Control Structure):
943 Start updating for cl-lib namespace.
944 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
945 Depend on emacsver.texi.
946
947 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
948
949 * trampver.texi: Update release number.
950
951 2012-10-06 Glenn Morris <rgm@gnu.org>
952
953 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
954 ERC version.
955 (Introduction): ERC is distributed with Emacs.
956 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
957 (Getting Started): Simplify.
958 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
959 (History): Mention ERC maintained as part of Emacs now.
960 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
961 Add dependency on emacsver.texi.
962
963 * erc.texi: Remove hand-written node pointers.
964
965 2012-10-05 Glenn Morris <rgm@gnu.org>
966
967 * newsticker.texi (Overview, Requirements, Usage, Configuration):
968 Copyedits.
969
970 2012-10-01 Eric Ludlam <zappo@gnu.org>
971
972 * ede.texi (Quick Start, Project Local Variables)
973 (Miscellaneous commands, ede-java-root, Development Overview)
974 (Detecting a Project): New nodes.
975 (Simple projects): Node deleted.
976
977 * eieio.texi (Building Classes): Some slot attributes cannot be
978 overridden.
979 (Slot Options): Remove an example.
980 (Method Invocation, Documentation): New nodes.
981
982 2012-10-01 Glenn Morris <rgm@gnu.org>
983
984 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
985 (reftex.pdf): Add dependency on emacsver.texi.
986 * reftex.texi: Don't include directory part for emacsver.texi;
987 the Makefile's -I handles it.
988
989 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
990
991 Merge from standalone RefTeX repository.
992
993 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
994 with macros.
995 (Imprint): Mention Wolfgang in list of contributors.
996 (Creating Citations): Give a hint about how to
997 auto-revert the BibTeX database file when using external editors.
998 (Referencing Labels): Simplify section about reference macro
999 cycling.
1000 (Options (Referencing Labels)): Adapt to new structure of
1001 `reftex-ref-style-alist'.
1002 (Referencing Labels, Reference Styles): Document changes in the
1003 referencing functionality.
1004 (Commands): Mention options for definition of header and footer in
1005 BibTeX files.
1006 (Options (Creating Citations)): Document
1007 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
1008 (Reference Styles): New section.
1009 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
1010 (Options (Referencing Labels)): Remove descriptions of deprecated
1011 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
1012 Add descriptions for `reftex-ref-style-alist' and
1013 `reftex-ref-style-default-list'.
1014 (Referencing Labels): Update regarding reference styles.
1015 (Citation Styles): Mention support for ConTeXt.
1016 (Options (Defining Label Environments)): Fix typo.
1017 (Options (Creating Citations)):
1018 Document `reftex-cite-key-separator'.
1019
1020 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
1021
1022 * org.texi: Add description of ORG_ADD_CONTRIB to info
1023 documentation. Add link to Worg for more details.
1024
1025 * org.texi: Clarify installation procedure. Provide link to the
1026 build system description on Worg.
1027
1028 * org.texi: Remove reference to utils/, x11idle.c is now in
1029 contrib/scripts.
1030
1031 * org.texi: Re-normalize to "Org mode" in manual.
1032
1033 * org.texi (Installation): Adapt documentation to new build
1034 system. Mention GNU ELPA (since it needs to be handled like Emacs
1035 built-in Org).
1036
1037 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
1038
1039 * org.texi: Fix typo in description of the 'Hooks' section.
1040
1041 * org.texi: Add ID to the list of special properties.
1042
1043 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
1044
1045 * org.texi (Moving subtrees): Document the ability to archive to a
1046 datetree.
1047
1048 2012-09-30 Bastien Guerry <bzg@gnu.org>
1049
1050 * org.texi (Installation, Feedback, Batch execution):
1051 Use (add-to-list 'load-path ... t) for the contrib dir.
1052
1053 * org.texi (results): Update documentation for ":results drawer"
1054 and ":results org".
1055
1056 * org.texi (Column width and alignment): Fix typo.
1057
1058 * org.texi (Activation): Point to the "Conflicts" section.
1059
1060 * org.texi (Conflicts): Mention filladapt.el in the list of
1061 conflicting packages.
1062
1063 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
1064 not needed for versions of Emacs > 22.1.
1065
1066 * org.texi (History and Acknowledgments): Fix typo.
1067
1068 * org.texi (History and Acknowledgments): Add my own
1069 acknowledgments.
1070
1071 * org.texi (Agenda commands): Document the new command and the new
1072 option.
1073
1074 * org.texi (Agenda commands): Delete `org-agenda-action' section.
1075 (Agenda commands): Reorder. Document `*' to toggle persistent
1076 marks.
1077
1078 * org.texi (Agenda dispatcher):
1079 Mention `org-toggle-agenda-sticky'.
1080 (Agenda commands, Exporting Agenda Views): Fix typo.
1081
1082 * org.texi (Templates in contexts, Setting Options): Update to
1083 reflect changes in how contexts options are processed.
1084
1085 * org.texi (Templates in contexts): Document the new structure of
1086 the variables `org-agenda-custom-commands-contexts' and
1087 `org-capture-templates-contexts'.
1088
1089 * org.texi (Templates in contexts): Document the new option
1090 `org-capture-templates-contexts'.
1091 (Storing searches): Document the new option
1092 `org-agenda-custom-commands-contexts'.
1093
1094 * org.texi (Formula syntax for Lisp): Reformat.
1095
1096 * org.texi (Special properties, Column attributes)
1097 (Agenda column view): Document the new special property
1098 CLOCKSUM_T.
1099
1100 * org.texi (Template expansion): Document the new %l template.
1101
1102 * org.texi (Fast access to TODO states): Fix documentation about
1103 allowed characters for fast todo selection.
1104
1105 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
1106 use in `org-agenda-to-appt'.
1107
1108 * org.texi (Comment lines): Update wrt comments.
1109
1110 * org.texi (Resolving idle time): Document new keybinding.
1111
1112 * org.texi (Clocking commands): Document the use of S-M-<up/down>
1113 on clock timestamps.
1114
1115 * org.texi (Fast access to TODO states): Explicitely says only
1116 letters are supported as fast TODO selection keys.
1117
1118 * org.texi (Link abbreviations): Illustrate the use of the "%h"
1119 specifier. Document the new "%(my-function)" specifier.
1120
1121 * org.texi (Clocking commands): New cindex.
1122 (Clocking commands): Update documentation for `org-clock-in'.
1123 Document `org-clock-in-last'. Mention `org-clock-out' and
1124 `org-clock-in-last' as commands that can be globally bound.
1125 (Resolving idle time): Document continuous clocking.
1126
1127 * org.texi (Top, Introduction): Fix formatting.
1128 (Activation): Add index entries.
1129 (Conventions): Update section.
1130 (Embedded @LaTeX{}): Fix formatting.
1131
1132 * org.texi (Visibility cycling): Document `show-children'.
1133
1134 * org.texi (Using capture): Mention the `org-capture-last-stored'
1135 bookmark as a way to jump to the last stored capture.
1136
1137 * org.texi (Uploading files): Fix typo.
1138
1139 * org.texi (Using capture): Document `C-0' as a prefix argument
1140 for `org-capture'.
1141
1142 * org.texi (Agenda commands): Document persistent marks.
1143
1144 * org.texi (Template expansion): Update doc to reflect change.
1145
1146 * org.texi (Radio tables): Document the :no-escape parameter.
1147
1148 * org.texi (Repeated tasks): Document repeat cookies for years,
1149 months, weeks, days and hours.
1150
1151 * org.texi (Export options): State that you can use the d: option
1152 by specifying a list of drawers.
1153
1154 * org.texi (HTML preamble and postamble): Small doc improvement.
1155
1156 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
1157
1158 * org.texi: The sections in the Exporting section of the manual
1159 left out articles in the description of the org-export-as-*
1160 commands, among other places. This patch adds them, adds a few
1161 missing prepositions, and switches instances of "an HTML" to "a
1162 html" for internal consistency.
1163
1164 * org.texi: Alter several examples of headings with timestamps in
1165 them to include the timestamps in the body instead of the heading.
1166
1167 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
1168
1169 * org.texi (Agenda dispatcher): Document sticky agenda views and
1170 the new key for them.
1171
1172 2012-09-30 Charles <millarc@verizon.net> (tiny change)
1173
1174 * org.texi (Advanced features): Fix error in table.
1175
1176 2012-09-30 Feng Shu <tumashu@gmail.com>
1177
1178 * org.texi (@LaTeX{} fragments): Document imagemagick as an
1179 alternative to dvipng.
1180
1181 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
1182
1183 * org.texi: Remove extra curly bracket.
1184
1185 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
1186
1187 * org.texi (org-clock-in-last and org-clock-cancel): Update the
1188 defkeys.
1189
1190 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1191
1192 * org.texi (Agenda commands): Fix two typos by giving
1193 corresponding function names, according to
1194 `org-agenda-view-mode-dispatch'.
1195
1196 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
1197
1198 * org.texi (The spreadsheet): Fix typo.
1199
1200 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
1201
1202 * org.texi (Tracking your habits): Point to the "Tracking TODO
1203 state changes" section.
1204
1205 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
1206
1207 * org.texi (Literal examples): Remove reference to unknown
1208 `org-export-latex-minted' variable. Also simplify footnote since
1209 `org-export-latex-listings' documentation is exhaustive already.
1210
1211 * org.texi (Plain lists): Remove reference to now hard-coded
1212 `bullet' automatic rule.
1213
1214 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
1215
1216 * org.texi: Updated documentation accordingly.
1217
1218 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1219
1220 * texinfo.tex: Merge from gnulib.
1221
1222 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
1223
1224 Sync with Tramp 2.2.6.
1225
1226 * tramp.texi (Bug Reports): Cleanup caches before a test run.
1227
1228 * trampver.texi: Update release number.
1229
1230 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1231
1232 * texinfo.tex: Merge from gnulib.
1233
1234 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
1235
1236 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
1237 (bug#12096).
1238
1239 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1240
1241 * calc.texi (Simplification modes, Conversions)
1242 (Operating on Selections): Mention "basic" simplification.
1243 (The Calc Mode Line): Mention the mode line display for Basic
1244 simplification mode.
1245 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
1246 simplifications.
1247 (Basic Simplifications): Rename from "Limited Simplifications"
1248 Replace "limited" by "basic" throughout.
1249 (Algebraic Simplifications): Indicate that the algebraic
1250 simplifications are done by default.
1251 (Unsafe Simplifications): Mention `m E'.
1252 (Simplification of Units): Mention `m U'.
1253 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
1254 (Kinds of Declarations, Functions for Declarations):
1255 Mention "algebraic simplifications" instead of `a s'.
1256 (Algebraic Entry): Remove mention of default simplifications.
1257
1258 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1259
1260 * calc.texi (Getting Started, Tutorial): Change simulated
1261 Calc output to match actual output.
1262 (Simplifying Formulas): Mention that algebraic simplification is now
1263 the default.
1264
1265 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1266
1267 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
1268 (Bug#12073)
1269
1270 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1271
1272 Prefer typical American spelling for "acknowledgment".
1273 * calc.texi (History and Acknowledgments): Rename from
1274 History and Acknowledgements.
1275 * idlwave.texi (Acknowledgments):
1276 * ses.texi (Acknowledgments):
1277 * woman.texi (Acknowledgments): Rename from Acknowledgements.
1278
1279 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1280
1281 Rename configure.in to configure.ac (Bug#11603).
1282 * ede.texi (Compiler and Linker objects, ede-proj-project)
1283 (ede-step-project): Prefer the name configure.ac to configure.in.
1284
1285 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
1286
1287 * tramp.texi (Multi-hops):
1288 Introduce `tramp-restricted-shell-hosts-alist'.
1289
1290 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1291
1292 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
1293 methods, so don't mention smtpmail here.
1294
1295 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1296
1297 * gnus.texi (Picons): Document gnus-picon-properties.
1298
1299 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1300
1301 * gnus.texi: Remove mention of compilation, as that's no longer
1302 supported.
1303
1304 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1305
1306 * gnus.texi (Archived Messages): Mention
1307 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
1308
1309 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1310
1311 * gnus.texi (Various Summary Stuff):
1312 Remove mention of `gnus-propagate-marks'.
1313
1314 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1315
1316 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
1317 which no longer exist.
1318
1319 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1320
1321 * gnus.texi (Archived Messages):
1322 Document gnus-gcc-self-resent-messages.
1323
1324 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1325
1326 * message.texi (Mail Variables):
1327 Mention the optional user parameter for X-Message-SMTP-Method.
1328
1329 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1330
1331 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
1332
1333 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
1334
1335 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1336
1337 * gnus.texi (Key Index): Change encoding to utf-8.
1338
1339 2012-06-21 Glenn Morris <rgm@gnu.org>
1340
1341 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1342
1343 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1344
1345 * gnus.texi (Group Timestamp): Mention where to find documentation for
1346 the `gnus-tmp-' variables (bug#11601).
1347
1348 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
1349
1350 Sync with Tramp 2.2.6-pre.
1351
1352 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
1353 where appropriate.
1354 (Ad-hoc multi-hops): New section.
1355 (Remote processes): New subsection "Running remote processes on
1356 Windows hosts".
1357 (History): Add remote commands on Windows, and ad-hoc multi-hop
1358 methods.
1359 (External methods): "ControlPersist" must be set to "no" for the
1360 `scpc' method.
1361 (Remote processes): Add a note about `auto-revert-tail-mode'.
1362 (Frequently Asked Questions): Use "scpx" in combination with
1363 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
1364
1365 * trampver.texi: Update release number.
1366
1367 2012-06-10 Chong Yidong <cyd@gnu.org>
1368
1369 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
1370 compilation for html-mono.
1371
1372 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
1373
1374 * texinfo.tex: Merge from gnulib.
1375
1376 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
1377
1378 * Makefile.in (echo-info): Don't try to install info files named
1379 just ".info".
1380
1381 2012-05-28 Glenn Morris <rgm@gnu.org>
1382
1383 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
1384
1385 * sc.texi: Nuke hand-written node pointers.
1386 Fix top-level menu to match actual node order.
1387
1388 2012-05-27 Glenn Morris <rgm@gnu.org>
1389
1390 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
1391 Some associated fixes, including not messing with chapno in cl.texi.
1392
1393 2012-05-27 Bastien Guerry <bzg@gnu.org>
1394
1395 * org.texi (Durations and time values): Fix typo.
1396
1397 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1398
1399 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
1400 Mention `calc-ensure-consistent-units'.
1401
1402 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
1403
1404 * cc-mode.texi: Avoid space before macro in 4th argument of cross
1405 reference commands. (Bug#11461)
1406
1407 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
1408
1409 2012-05-12 Glenn Morris <rgm@gnu.org>
1410
1411 * Makefile.in (mostlyclean): Add more TeX intermediates.
1412
1413 * Makefile.in: Make it look more like the other doc Makefiles.
1414 Use explicit $srcdir in all dependencies.
1415 Remove cd $srcdir from rules.
1416 (VPATH): Remove.
1417 (infodir): Set to an absolute path.
1418 (INFO_TARGETS): Use short names.
1419 (mkinfodir): infodir is now absolute.
1420 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
1421
1422 * Makefile.in (info.info): Rename from info, to avoid duplication.
1423 (.SUFFIXES): Disable implicit rules.
1424
1425 * Makefile.in (MKDIR_P): New, set by configure.
1426 (mkinfodir): Use $MKDIR_P.
1427
1428 2012-05-07 Glenn Morris <rgm@gnu.org>
1429
1430 * forms.texi (Long Example): Update for changed location of files.
1431
1432 2012-05-04 Glenn Morris <rgm@gnu.org>
1433
1434 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1435 (INFO_TARGETS): Use $INFO_EXT.
1436 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1437 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1438 (INFO_TARGETS): Use $INFO_EXT.
1439 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1440
1441 2012-05-02 Glenn Morris <rgm@gnu.org>
1442
1443 * Makefile.in (echo-info): New phony target, used by top-level.
1444
1445 * viper.texi: Make direntry shorter (also it is no longer "newest").
1446
1447 * emacs-gnutls.texi, ert.texi, org.texi:
1448 Fix dircategory, direntry to match info/dir.
1449
1450 * faq.texi: Convert @inforefs to @xrefs.
1451 Fix some malformed cross-references.
1452 (File-name conventions): Shorten section name to avoid overfull line.
1453 (How to add fonts): Use smallexample to avoid overfull lines.
1454
1455 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
1456
1457 * auth.texi (Help for users): Update for .gpg file being second.
1458
1459 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
1460
1461 * org.texi (Agenda commands): Fix two typos: give corresponding
1462 function names, according to `org-agenda-view-mode-dispatch'.
1463
1464 2012-04-27 Glenn Morris <rgm@gnu.org>
1465
1466 * faq.texi (Major packages and programs): Remove section.
1467 There is no point listing 6 packages (cf etc/MORE.STUFF).
1468 (Finding Emacs and related packages): Move "Spell-checkers" here.
1469
1470 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
1471
1472 * dbus.texi (Version): New node.
1473 (Properties and Annotations): Mention the object manager
1474 interface. Describe dbus-get-all-managed-objects.
1475 (Type Conversion): Floating point numbers are allowed, if an
1476 anteger does not fit Emacs's integer range.
1477 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
1478 (Asynchronous Methods): Fix description of
1479 dbus-call-method-asynchronously.
1480 (Receiving Method Calls): Fix some minor errors.
1481 Add dbus-interface-emacs.
1482 (Signals): Describe unicast signals and the new match rules.
1483 (Alternative Buses): Add the PRIVATE optional argument to
1484 dbus-init-bus. Describe its new return value. Add dbus-setenv.
1485
1486 2012-04-20 Glenn Morris <rgm@gnu.org>
1487
1488 * faq.texi (New in Emacs 24): New section.
1489 (Packages that do not come with Emacs): Mention M-x list-packages.
1490
1491 2012-04-14 Alan Mackenzie <acm@muc.de>
1492
1493 * cc-mode.texi (c-offsets-alist): Correct a typo.
1494
1495 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
1496
1497 * org.texi (Deadlines and scheduling): Fix the example: the
1498 DEADLINE item should come right after the headline. We enforce
1499 this convention, so it is a bug not to illustrate it correctly in
1500 the manual.
1501
1502 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1503
1504 * org.texi (Agenda commands): Fix documentation bug by swapping
1505 the equivalent keybindings to `org-agenda-next-line' with the ones
1506 to `org-agenda-previous-line'.
1507
1508 2012-04-14 Glenn Morris <rgm@gnu.org>
1509
1510 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1511
1512 2012-04-09 Eli Zaretskii <eliz@gnu.org>
1513
1514 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
1515 Add emacs-gnutls.
1516 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
1517
1518 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1519
1520 * Makefile.in: Add emacs-gnutls.texi to build.
1521
1522 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
1523
1524 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1525
1526 * auth.texi (Secret Service API): Edit further and give examples.
1527 (Secret Service API): Adjust @samp to @code for collection names.
1528
1529 2012-04-04 Glenn Morris <rgm@gnu.org>
1530
1531 * auth.texi (Secret Service API): Copyedits.
1532 (Help for developers): Fill in some missing function doc-strings.
1533 (Help for users, Help for developers)
1534 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
1535
1536 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
1537
1538 * auth.texi (Secret Service API): Add the missing text.
1539
1540 2012-04-04 Chong Yidong <cyd@gnu.org>
1541
1542 * message.texi (Using PGP/MIME): Note that epg is now the default.
1543
1544 * gnus.texi: Reduce references to obsolete pgg library.
1545 (Security): Note that epg is now the default.
1546
1547 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
1548
1549 * nxml-mode.texi (Completion): C-RET is no longer bound to
1550 nxml-complete.
1551
1552 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1553
1554 * org.texi (Customizing tables in ODT export): Correct few errors.
1555
1556 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1557
1558 * org.texi (Links in ODT export): Update.
1559 (Labels and captions in ODT export): New node.
1560
1561 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1562
1563 * org.texi (Literal examples in ODT export): htmlfontify.el in
1564 Emacs-24.1 now supports fontification. So ODT source blocks will
1565 be fontified by default.
1566
1567 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
1568
1569 * org.texi (Refiling notes): Remove duplicated keybinding.
1570
1571 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1572
1573 * org.texi (noweb): Documentation of this new option to the :noweb
1574 header argument.
1575
1576 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
1577
1578 * org.texi (Header and sectioning): Add example demonstrating how
1579 to use "LaTeX_CLASS_OPTIONS".
1580
1581 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1582
1583 * org.texi (Noweb reference syntax): Describe the ability to
1584 execute noweb references in the manual.
1585
1586 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1587
1588 * org.texi (cache): Improve cache documentation when session
1589 evaluation is used.
1590
1591 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1592
1593 * org.texi (Plain lists): Document removal.
1594
1595 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
1596
1597 * org.texi: Decapitalize file name in references to Calc manual.
1598
1599 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
1600
1601 * org.texi (Plain lists): Document removal.
1602
1603 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
1604
1605 * org.texi (Top, OpenDocument Text export)
1606 (ODT export commands, Extending ODT export)
1607 (Images in ODT export, Tables in ODT export)
1608 (Configuring a document converter): Add or Update.
1609
1610 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
1611
1612 * org.texi (MobileOrg): Change the wording to reflect that the
1613 Android Version is no longer just the little brother of the iOS
1614 version.
1615
1616 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1617
1618 * org.texi (Key bindings and useful functions): Update babel key
1619 binding documentation in manual.
1620
1621 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1622
1623 * org.texi (noweb): Document new noweb header value.
1624
1625 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1626
1627 * org.texi (noweb-sep): Document new header argument.
1628
1629 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1630
1631 * org.texi (noweb-ref): Documentation of this new custom variable.
1632
1633 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
1634
1635 * org.texi (wrap): Update the new :wrap documentation to match the
1636 current implementation.
1637
1638 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1639
1640 * org.texi: Added documentation for :wrap.
1641
1642 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1643
1644 * org.texi: #+RESULTS now user-configurable.
1645
1646 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
1647
1648 * org.texi: Documented :noweb no-export.
1649
1650 2012-04-01 Thomas Dye <dk@poto.local>
1651
1652 * org.texi: Edit :noweb no header argument for correctness.
1653
1654 2012-04-01 Bastien Guerry <bzg@gnu.org>
1655
1656 * org.texi (Customization): Update the approximate number of Org
1657 variables.
1658
1659 2012-04-01 Thomas Dye <dk@poto.local>
1660
1661 * org.texi: The :results wrap produces a drawer instead of a
1662 begin_results block.
1663
1664 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
1665
1666 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
1667 reflect the new default.
1668
1669 2012-03-10 Eli Zaretskii <eliz@gnu.org>
1670
1671 * info.texi (Expert Info): Move the index entry for "Texinfo" from
1672 "Getting Started" to this node. (Bug#10450)
1673
1674 2012-03-10 Chong Yidong <cyd@gnu.org>
1675
1676 * flymake.texi (Example -- Configuring a tool called via make):
1677 Mention the Automake COMPILE variable (Bug#8715).
1678
1679 * info.texi (Getting Started): Add an index entry (Bug#10450).
1680
1681 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
1682
1683 * dbus.texi (Signals): Known names will be mapped onto unique
1684 names, when registering for signals.
1685
1686 2012-02-29 Glenn Morris <rgm@gnu.org>
1687
1688 * url.texi: Fix quote usage in body text.
1689
1690 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
1691
1692 * cl.texi: Use @code{} in menus when appropriate.
1693
1694 2012-02-28 Glenn Morris <rgm@gnu.org>
1695
1696 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
1697 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1698 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1699 * org.texi, sc.texi, vip.texi, viper.texi:
1700 Standardize possessive apostrophe usage.
1701
1702 2012-02-26 Chong Yidong <cyd@gnu.org>
1703
1704 * ediff.texi (Quick Help Commands): Add a couple of index entries
1705 (Bug#10834).
1706
1707 2012-02-17 Glenn Morris <rgm@gnu.org>
1708
1709 * gnus.texi (Posting Styles):
1710 * remember.texi (Org): Fix cross-refs to other manuals.
1711
1712 2012-02-15 Glenn Morris <rgm@gnu.org>
1713
1714 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1715 (Encryption): New chapter, split out from previous.
1716
1717 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1718
1719 * gnus.texi (Customizing the IMAP Connection):
1720 Mention nnimap-record-commands.
1721
1722 2012-02-10 Glenn Morris <rgm@gnu.org>
1723
1724 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1725 Mention url-queue-retrieve.
1726
1727 2012-02-09 Glenn Morris <rgm@gnu.org>
1728
1729 * sem-user.texi (Semantic mode user commands): Typo fix.
1730
1731 * info.texi (Create Info buffer): Mention info-display-manual.
1732
1733 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1734
1735 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1736 example (modified from an example by Michael Albinus).
1737
1738 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1739
1740 * gnus.texi (Agent Basics): Fix outdated description of
1741 `gnus-agent-auto-agentize-methods'.
1742
1743 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1744
1745 * cc-mode.texi: Always @defindex ss.
1746 (Config Basics): Fix argument of @itemize.
1747 (Macro Backslashes): Add @code around index entry.
1748
1749 2012-01-23 Glenn Morris <rgm@gnu.org>
1750
1751 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1752
1753 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1754
1755 * tramp.texi (File): Tweak wording for the `scpc' option.
1756
1757 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1758
1759 * gnus.texi (Group Parameters): Really note precedence.
1760
1761 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1762
1763 * gnus.texi (Group Parameters): Note precedence.
1764
1765 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
1766
1767 * org.texi (Noweb reference syntax): Adding documentation of
1768 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1769 variable.
1770
1771 2012-01-03 Bastien Guerry <bzg@gnu.org>
1772
1773 * org.texi (Plain lists): Split the table to fix the display
1774 of items.
1775
1776 2012-01-03 Bastien Guerry <bzg@gnu.org>
1777
1778 * org.texi (Plain lists): Fix misplaced explanation.
1779
1780 2012-01-03 Bastien Guerry <bzg@gnu.org>
1781
1782 * org.texi (Plain lists, Agenda files): Add index entries.
1783
1784 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1785
1786 * org.texi: Use "Org mode" instead of alternatives like
1787 "Org-mode" or "org-mode".
1788
1789 2012-01-03 Bernt Hansen <bernt@norang.ca>
1790
1791 * org.texi (Agenda commands):
1792 Document `org-clock-report-include-clocking-task'.
1793
1794 2012-01-03 Bastien Guerry <bzg@gnu.org>
1795
1796 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1797 C-c' on checkboxes.
1798
1799 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1800
1801 * org.texi: End sentences with two spaces.
1802
1803 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1804
1805 * org.texi (External links): Document the link types file+sys
1806 and file+emacs, slightly narrow used page width.
1807
1808 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
1809
1810 * org.texi (colnames): Note that colnames behavior may differ
1811 across languages.
1812
1813 2012-01-03 Bastien Guerry <bzg@gnu.org>
1814
1815 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1816
1817 2012-01-03 Thomas Dye <dk@poto.westell.com>
1818
1819 * org.texi: Augmented discussion of babel property
1820 inheritance. Put footnote outside sentence ending period.
1821
1822 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1823
1824 * org.texi (eval): Documenting the full range of :eval header
1825 argument values.
1826
1827 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1828
1829 * org.texi (eval): Documentation of the new :eval option.
1830
1831 2012-01-03 Thomas Dye <dk@poto.local>
1832
1833 * org.texi: Add accumulated properties.
1834
1835 2012-01-03 Thomas Dye <dk@poto.local>
1836
1837 * org.texi: Documented no spaces in name=assign, another
1838 correction to :var table.
1839
1840 2012-01-03 Thomas Dye <dk@poto.local>
1841
1842 * org.texi: Changed DATA to NAME in Working With Source Code
1843 section.
1844
1845 2012-01-03 Tom Dye <tsd@tsdye.com>
1846
1847 * org.texi: Minor change to :var table.
1848
1849 2012-01-03 Tom Dye <tsd@tsdye.com>
1850
1851 * org.texi: More changes to :var table (some examples were wrong).
1852
1853 2012-01-03 Tom Dye <tsd@tsdye.com>
1854
1855 * org.texi: Cleaned up :var table.
1856
1857 2012-01-03 Bastien Guerry <bzg@gnu.org>
1858
1859 * org.texi (Timestamps, Weekly/daily agenda)
1860 (Weekly/daily agenda): Add @cindex for "appointment".
1861
1862 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1863
1864 * org.texi (Literal examples): A new link to the template for
1865 inserting empty code blocks.
1866 (Structure of code blocks): A new link to the template for
1867 inserting empty code blocks.
1868
1869 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1870
1871 * org.texi (External links): Add footnote on how the behavior
1872 of the text search in Org files are controled by the variable
1873 `org-link-search-must-match-exact-headline'.
1874
1875 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1876
1877 * org.texi (Buffer-wide header arguments):
1878 Update documentation to reflect removal of #+PROPERTIES.
1879
1880 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1881
1882 * org.texi (The clock table): Mention that ACHIVED trees
1883 contribute to the clock table.
1884
1885 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1886
1887 * org.texi (Conflicts): Better yasnippet config info.
1888
1889 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1890
1891 * org.texi (Selective export): Explicitely mention the default
1892 values for `org-export-select-tags',
1893 `org-export-exclude-tags'.
1894
1895 2012-01-03 Tom Dye <tsd@tsdye.com>
1896
1897 * org.texi: Added a line to specify that header arguments are
1898 lowercase.
1899
1900 2012-01-03 Tom Dye <tsd@tsdye.com>
1901
1902 * org.texi: :var requires default value when declared.
1903
1904 2012-01-03 Bastien Guerry <bzg@gnu.org>
1905
1906 * org.texi (Handling links): Add a note about the
1907 `org-link-frame-setup' option.
1908
1909 2012-01-03 David Maus <dmaus@ictsoc.de>
1910
1911 * org.texi (Exporting Agenda Views, Extracting agenda
1912 information): Fix command line syntax, quote symbol parameter
1913 values.
1914
1915 2012-01-03 David Maus <dmaus@ictsoc.de>
1916
1917 * org.texi (Exporting Agenda Views): Fix command line syntax.
1918
1919 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1920
1921 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1922 Use octal notation for file permissions, which are normally
1923 thought of in octal.
1924 (Mail Back End Variables): Use more-plausible modes in example.
1925
1926 2011-12-20 Alan Mackenzie <acm@muc.de>
1927
1928 * cc-mode.texi: Update version string 5.31 -> 5.32.
1929
1930 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
1931
1932 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1933
1934 2011-11-24 Glenn Morris <rgm@gnu.org>
1935
1936 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1937
1938 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1939
1940 * makefile.w32-in: Update dependencies.
1941
1942 2011-11-20 Glenn Morris <rgm@gnu.org>
1943
1944 * gnus.texi (Group Information):
1945 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1946
1947 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1948
1949 * gnus-coding.texi (Gnus Maintenance Guide):
1950 Rename from "Gnus Maintainance Guide".
1951
1952 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1953 * eieio.texi (Customizing):
1954 * gnus.texi (Article Washing):
1955 * gnus-news.texi:
1956 * sem-user.texi (Smart Jump): Fix typos.
1957
1958 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1959
1960 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1961
1962 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1963
1964 * ede.texi (project-am-texinfo):
1965 * gnus.texi (Sending or Not Sending):
1966 * org.texi (Template elements): Fix typos.
1967
1968 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
1969
1970 * ediff.texi (Hooks):
1971 * sem-user.texi (Semanticdb Roots): Fix typos.
1972
1973 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
1974
1975 * semantic.texi (Tag handling): Fix typo.
1976
1977 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1978
1979 * gnus.texi (Other Gnus Versions): Remove.
1980
1981 2011-10-28 Alan Mackenzie <acm@muc.de>
1982
1983 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1984 (Other Special Indentations): Add an xref to "Macros with ;".
1985 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1986 "Macros with ;".
1987 (Macros with ;): New page.
1988
1989 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1990 Document the new handling of nested scopes for movement by defuns.
1991
1992 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
1993
1994 Sync with Tramp 2.2.3.
1995
1996 * trampver.texi: Update release number.
1997
1998 2011-10-14 Glenn Morris <rgm@gnu.org>
1999
2000 * ert.texi (Introduction, How to Run Tests)
2001 (Running Tests Interactively, Expected Failures)
2002 (Tests and Their Environment, Useful Techniques)
2003 (Interactive Debugging, Fixtures and Test Suites):
2004 Minor rephrasings.
2005 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
2006 (Running Tests in Batch Mode): Simplify loading instructions.
2007 (Test Selectors): Clarify some selectors.
2008 (Expected Failures, Useful Techniques):
2009 Make examples fit in 80 columns.
2010
2011 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
2012
2013 * calc.texi (Basic Operations on Units): Discuss temperature
2014 conversion (`u t') alongside with other unit conversions ('u c').
2015
2016 2011-10-12 Glenn Morris <rgm@gnu.org>
2017
2018 * ert.texi: Whitespace trivia to make main menu items line up better.
2019
2020 2011-10-08 Glenn Morris <rgm@gnu.org>
2021
2022 * Makefile.in: Fix ert rules.
2023
2024 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2025
2026 * gnus.texi (Gnus Utility Functions): Add more references and
2027 explanations (bug#9683).
2028
2029 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2030
2031 * gnus.texi (Archived Messages): Note the default (bug#9552).
2032
2033 2011-09-21 Bill Wohler <wohler@newt.com>
2034
2035 Release MH-E manual version 8.3.
2036
2037 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2038 release 8.3.
2039 (Preface): Update support information.
2040 (From Bill Wohler): Reset text to original version. As a
2041 historical quote, the tense should be correct in the time that it
2042 was written.
2043
2044 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2045
2046 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
2047 (Finding the News): Doc clarification.
2048 (Terminology): Mention naming.
2049
2050 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2051
2052 * gnus.texi: Remove mentions of `recent', which are now obsolete.
2053 (Interactive): Document `quiet'.
2054
2055 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
2056
2057 * org.texi (Images in LaTeX export): Rewrite.
2058
2059 2011-08-15 Bastien Guerry <bzg@gnu.org>
2060
2061 * org.texi (Using the mapping API): Mention 'region as a possible
2062 scope for `org-map-entries'.
2063
2064 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2065
2066 * org.texi (Visibility cycling): Document `org-copy-visible'.
2067
2068 2011-08-15 Bastien Guerry <bzg@gnu.org>
2069
2070 * org.texi (Template expansion): Order template sequences in the
2071 proper order.
2072
2073 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2074
2075 * org.texi (eval): Expand discussion of the :eval header argument.
2076
2077 2011-08-15 Bastien Guerry <bzg@gnu.org>
2078
2079 * org.texi (Languages): Add Lilypond and Awk as supported
2080 languages.
2081
2082 2011-08-15 Achim Gratz <stromeko@nexgo.de>
2083
2084 * org.texi: Document that both CLOCK_INTO_DRAWER and
2085 LOG_INTO_DRAWER can be used to override the contents of variable
2086 org-clock-into-drawer (or if unset, org-log-into-drawer).
2087
2088 * org.texi: Replace @xref->@pxref.
2089
2090 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2091
2092 * org.texi (Evaluating code blocks): Documenting the new option
2093 for inline call lines.
2094
2095 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2096
2097 * org.texi (Results of evaluation): More explicit about the
2098 mechanism through which interactive evaluation of code is
2099 performed.
2100
2101 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2102
2103 * org.texi (noweb-ref): New header argument documentation.
2104
2105 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2106
2107 * org.texi (Extracting source code): Documentation of the new
2108 org-babel-tangle-named-block-combination variable.
2109
2110 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2111
2112 * org.texi (Structure of code blocks): Explicitly state that the
2113 behavior of multiple blocks of the same name is undefined.
2114
2115 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
2116
2117 * org.texi (TaskJuggler export): Modify the example to reflect the
2118 new effort durations.
2119
2120 2011-08-15 David Maus <dmaus@ictsoc.de>
2121
2122 * org.texi (Images in LaTeX export): Escape curly brackets in
2123 LaTeX example.
2124
2125 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2126
2127 * org.texi (The clock table): Document the :properties and
2128 :inherit-props arguments for the clocktable.
2129
2130 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2131
2132 * org.texi (Tables in LaTeX export): Document specifying placement
2133 options for tables.
2134
2135 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2136
2137 * org.texi (Evaluating code blocks): More specific documentation
2138 about the different types of header arguments.
2139
2140 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2141
2142 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
2143
2144 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2145
2146 * org.texi (Built-in table editor): Document the table field
2147 follow mode.
2148
2149 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
2150
2151 * org.texi (Easy Templates): Document new template.
2152
2153 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
2154
2155 * org.texi (Literal examples): Add a cross-reference from "Literal
2156 Examples" to "Easy Templates."
2157
2158 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2159
2160 * org.texi (The clock table): Add link to match syntax.
2161
2162 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2163
2164 * org.texi (Agenda commands): Document clock consistency checks.
2165
2166 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2167
2168 * org.texi (Built-in table editor): Document that \vert represents
2169 a vertical bar in a table field.
2170
2171 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2172
2173 * org.texi (Literal examples): Link from "Markup" > "Literate
2174 Examples" to "Working with Source Code".
2175
2176 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
2177
2178 * org.texi (Agenda commands): Doc for function option to bulk
2179 action.
2180
2181 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2182
2183 * org.texi (Template expansion): Document new %<...> template
2184 escape.
2185
2186 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2187
2188 * org.texi (Selective export): Document exclusion of any tasks
2189 from export.
2190
2191 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2192
2193 * org.texi (Selective export): Document how to exclude DONE tasks
2194 from export.
2195 (Publishing options): Document the properties to be used to turn off
2196 export of DONE tasks.
2197
2198 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2199
2200 * org.texi (The date/time prompt): Document date range protection.
2201
2202 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2203
2204 * org.texi (padline): Documentation of the new padline header
2205 argument.
2206
2207 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2208
2209 * org.texi (var): Adding "[" to list of characters triggering
2210 elisp evaluation.
2211
2212 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2213
2214 * org.texi (var): Documentation of Emacs Lisp evaluation during
2215 variable assignment.
2216
2217 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2218
2219 * org.texi (colnames): Reference indexing into variables, and note
2220 that colnames are *not* removed before indexing occurs.
2221 (rownames): Reference indexing into variables, and note that
2222 rownames are *not* removed before indexing occurs.
2223
2224 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2225
2226 * org.texi (var): Clarification of indexing into tabular
2227 variables.
2228
2229 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2230
2231 * org.texi (results): Documentation of the `:results wrap' header
2232 argument.
2233
2234 2011-08-15 Bastien Guerry <bzg@gnu.org>
2235
2236 * org.texi (LaTeX and PDF export): Add a note about a limitation
2237 of the LaTeX export: the org file has to be properly structured.
2238
2239 2011-08-15 Bastien Guerry <bzg@gnu.org>
2240
2241 * org.texi (Dynamic blocks, Structure editing):
2242 Mention the function `org-narrow-to-block'.
2243
2244 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2245
2246 * org.texi (Languages): Updating list of code block supported
2247 languages.
2248
2249 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2250
2251 * org.texi (Special properties): CATEGORY is a special property,
2252 but it may also used in the drawer.
2253
2254 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2255
2256 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
2257
2258 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
2259
2260 * org.texi (Include files): Document :lines.
2261
2262 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2263
2264 * org.texi (comments): Documentation of the ":comments noweb" code
2265 block header argument.
2266
2267 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2268
2269 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
2270 added extra whitespace around functions to be consistent with the
2271 rest of the section.
2272
2273 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2274
2275 * org.texi (Evaluating code blocks): Expand discussion of
2276 #+call: line syntax.
2277 (Header arguments in function calls): Expand discussion of
2278 #+call: line syntax.
2279
2280 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2281
2282 * org.texi (Evaluating code blocks): More explicit about how to
2283 pass variables to #+call lines.
2284
2285 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2286
2287 * org.texi (Results of evaluation): Link to the :results header
2288 argument list from the "Results of evaluation" section.
2289
2290 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2291
2292 * org.texi (Conflicts): Adding additional information about
2293 resolving org/yasnippet conflicts.
2294
2295 2011-08-15 David Maus <dmaus@ictsoc.de>
2296
2297 * org.texi (Publishing options): Document style-include-scripts
2298 publishing project property.
2299
2300 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2301
2302 * org.texi (Sparse trees): Document the next-error /
2303 previous-error functionality.
2304
2305 2011-08-15 Tom Dye <tsd@tsdye.com>
2306
2307 * org.texi (cache): Improve documentation of code block caches.
2308
2309 2011-08-15 Tom Dye <tsd@tsdye.com>
2310
2311 * org.texi (Code block specific header arguments):
2312 Documentation of multi-line header arguments.
2313
2314 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2315
2316 * org.texi (Code evaluation security): Add example for using a
2317 function.
2318
2319 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2320
2321 * org.texi (Tables in LaTeX export): Documentation of new
2322 attr_latex options for tables.
2323
2324 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
2325
2326 * trampver.texi: Update release number.
2327
2328 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
2329
2330 Sync with Tramp 2.2.2.
2331
2332 * trampver.texi: Update release number.
2333
2334 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2335
2336 * flymake.texi (Example -- Configuring a tool called via make):
2337 Use /dev/null instead of the Windows "nul" (bug#8715).
2338
2339 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2340
2341 * widget.texi (Setting Up the Buffer): Remove mention of the
2342 global keymap parent, which doesn't seem to be accurate
2343 (bug#7045).
2344
2345 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2346
2347 * org.texi (Special agenda views): Fix double quoting (bug#3509).
2348
2349 2010-07-10 Kevin Ryde <user42@zip.com.au>
2350
2351 * cl.texi (For Clauses): Add destructuring example processing an
2352 alist (bug#6596).
2353
2354 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2355
2356 * ediff.texi (Major Entry Points): Remove mention of `require',
2357 since that's not pertinent in the installed Emacs (bug#9016).
2358
2359 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2360
2361 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
2362 (Filtering New Groups): Clarify how simple the "options -n" format is.
2363 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
2364 is internal.
2365
2366 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
2367
2368 * tramp.texi (Cleanup remote connections):
2369 Add `tramp-cleanup-this-connection'.
2370
2371 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2372
2373 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
2374 zombies.
2375 (Checking New Groups): Ditto (bug#8974).
2376 (Checking New Groups): Move the reference to the right place.
2377
2378 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
2379
2380 * gnus.texi (Startup Files): Clarify that we're talking about numbered
2381 backups, and not actual vc (bug#8975).
2382
2383 2011-07-03 Kevin Ryde <user42@zip.com.au>
2384
2385 * cl.texi (For Clauses): @items for hash-values and key-bindings
2386 to make them more visible when skimming. Add examples of `using'
2387 clause to them, examples being clearer than a description in
2388 words (bug#6599).
2389
2390 2011-07-01 Alan Mackenzie <acm@muc.de>
2391
2392 * cc-mode.texi (Guessing the Style): New page.
2393 (Styles): Add a short introduction to above.
2394
2395 2011-06-28 Deniz Dogan <deniz@dogan.se>
2396
2397 * rcirc.texi (Configuration): Bug-fix:
2398 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
2399 Reported by Elias Pipping <pipping@exherbo.org>.
2400
2401 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2402
2403 * gnus.texi (Summary Mail Commands):
2404 Document `gnus-summary-reply-to-list-with-original'.
2405
2406 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2407
2408 * eshell.texi (Known problems): Fix typo.
2409
2410 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
2411
2412 * tramp.texi (Customizing Completion): Mention authinfo-style files.
2413 (Password handling): `auth-source-debug' is good for debug messages.
2414
2415 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
2416
2417 * gnus.texi (Store custom flags and keywords): Refer to
2418 `gnus-registry-article-marks-to-{chars,names}' instead of
2419 `gnus-registry-user-format-function-{M,M2}'.
2420
2421 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2422
2423 * texinfo.tex: Merge from gnulib.
2424
2425 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
2426
2427 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
2428 (Store custom flags and keywords):
2429 Mention `gnus-registry-user-format-function-M' and
2430 `gnus-registry-user-format-function-M2'.
2431
2432 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2433
2434 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
2435
2436 2011-05-17 Glenn Morris <rgm@gnu.org>
2437
2438 * gnus.texi (Face): Fix typo.
2439
2440 2011-05-14 Glenn Morris <rgm@gnu.org>
2441
2442 * dired-x.texi (Omitting Examples): Minor addition.
2443
2444 2011-05-10 Jim Meyering <meyering@redhat.com>
2445
2446 * ede.texi: Fix typo "or or -> or".
2447
2448 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
2449
2450 * gnus.texi (Summary Buffer Lines):
2451 gnus-summary-user-date-format-alist does not exist.
2452 (Sorting the Summary Buffer): More about sorting threads.
2453
2454 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
2455
2456 * trampver.texi: Update release number.
2457
2458 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
2459
2460 * tramp.texi (Frequently Asked Questions): New item for disabling
2461 Tramp in other packages.
2462
2463 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
2464
2465 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
2466 (Fancy splitting to parent, Store arbitrary data):
2467 Update gnus-registry docs.
2468
2469 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
2470
2471 * ede.texi: Fix typos.
2472
2473 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2474
2475 * gnus.texi (Window Layout): @itemize @code doesn't exist.
2476 It's @table @code.
2477
2478 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
2479
2480 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
2481
2482 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2483
2484 * calc.texi (Logarithmic Units): Update the function names.
2485
2486 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2487
2488 * message.texi (Various Commands): Document format specs in the
2489 ellipsis.
2490
2491 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
2492
2493 * message.texi (Insertion Variables): Document message-cite-style.
2494
2495 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
2496
2497 * tramp.texi (Remote processes): New subsection "Running shell on
2498 a remote host".
2499
2500 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2501
2502 * auth.texi (Help for developers): Update docs to explain that the
2503 :save-function will only run the first time.
2504
2505 2011-03-12 Glenn Morris <rgm@gnu.org>
2506
2507 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
2508 (emacs-faq.text): New target.
2509 (clean): Add emacs-faq.
2510
2511 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
2512
2513 Sync with Tramp 2.2.1.
2514
2515 * trampver.texi: Update release number.
2516
2517 2011-03-11 Glenn Morris <rgm@gnu.org>
2518
2519 * Makefile.in (HTML_TARGETS): New.
2520 (clean): Delete $HTML_TARGETS.
2521 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
2522
2523 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
2524
2525 * auth.texi (Help for developers): Show example of using
2526 `auth-source-search' with prompts and :save-function.
2527
2528 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2529
2530 * Version 23.3 released.
2531
2532 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
2533
2534 * message.texi (Message Buffers): Update default value of
2535 message-generate-new-buffers.
2536
2537 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
2538
2539 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
2540 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
2541 respectively.
2542 (Musical Notes): New section.
2543 (Customizing Calc): Mention the customizable variable
2544 calc-note-threshold.
2545
2546 2011-03-03 Glenn Morris <rgm@gnu.org>
2547
2548 * url.texi (Dealing with HTTP documents): Remove reference to
2549 function url-decode-text-part; never seems to have existed. (Bug#6038)
2550 (Configuration): Update url-configuration-directory description.
2551
2552 2011-03-02 Glenn Morris <rgm@gnu.org>
2553
2554 * dired-x.texi (Multiple Dired Directories): Remove mentions
2555 of dired-default-directory-alist and dired-default-directory.
2556 Move dired-smart-shell-command here...
2557 (Miscellaneous Commands): ... from here.
2558
2559 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2560
2561 * texinfo.tex: Update to version 2011-02-24.09.
2562
2563 2011-03-02 Glenn Morris <rgm@gnu.org>
2564
2565 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
2566 instead of the obsoleted dired-omit-here-always.
2567
2568 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
2569
2570 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
2571 supported systems.
2572
2573 2011-02-28 Glenn Morris <rgm@gnu.org>
2574
2575 * dbus.texi (Type Conversion): Grammar fix.
2576
2577 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
2578
2579 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
2580 "Debian GNU/Linux".
2581
2582 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
2583
2584 2011-02-23 Glenn Morris <rgm@gnu.org>
2585
2586 * dired-x.texi (Features): Minor rephrasing.
2587 (Local Variables): Fix typos.
2588
2589 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
2590 Standardize some Emacs/XEmacs terminology.
2591
2592 * dired-x.texi (Features): Don't advertise obsolete local variables.
2593 Simplify layout.
2594 (Omitting Variables): Update local variables example.
2595 (Local Variables): Say this is obsolete. Fix description of
2596 dired-enable-local-variables possible values.
2597
2598 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2599
2600 * auth.texi (Help for users): Mention ~/.netrc is also searched by
2601 default now.
2602
2603 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2604
2605 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
2606
2607 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2608
2609 * gnus.texi (Window Layout): Document layout names.
2610
2611 2011-02-19 Eli Zaretskii <eliz@gnu.org>
2612
2613 * ada-mode.texi: Sync @dircategory with ../../info/dir.
2614 * auth.texi: Sync @dircategory with ../../info/dir.
2615 * autotype.texi: Sync @dircategory with ../../info/dir.
2616 * calc.texi: Sync @dircategory with ../../info/dir.
2617 * cc-mode.texi: Sync @dircategory with ../../info/dir.
2618 * cl.texi: Sync @dircategory with ../../info/dir.
2619 * dbus.texi: Sync @dircategory with ../../info/dir.
2620 * dired-x.texi: Sync @dircategory with ../../info/dir.
2621 * ebrowse.texi: Sync @dircategory with ../../info/dir.
2622 * ede.texi: Sync @dircategory with ../../info/dir.
2623 * ediff.texi: Sync @dircategory with ../../info/dir.
2624 * edt.texi: Sync @dircategory with ../../info/dir.
2625 * eieio.texi: Sync @dircategory with ../../info/dir.
2626 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
2627 * epa.texi: Sync @dircategory with ../../info/dir.
2628 * erc.texi: Sync @dircategory with ../../info/dir.
2629 * eshell.texi: Sync @dircategory with ../../info/dir.
2630 * eudc.texi: Sync @dircategory with ../../info/dir.
2631 * flymake.texi: Sync @dircategory with ../../info/dir.
2632 * forms.texi: Sync @dircategory with ../../info/dir.
2633 * gnus.texi: Sync @dircategory with ../../info/dir.
2634 * idlwave.texi: Sync @dircategory with ../../info/dir.
2635 * mairix-el.texi: Sync @dircategory with ../../info/dir.
2636 * message.texi: Sync @dircategory with ../../info/dir.
2637 * mh-e.texi: Sync @dircategory with ../../info/dir.
2638 * newsticker.texi: Sync @dircategory with ../../info/dir.
2639 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
2640 * org.texi: Sync @dircategory with ../../info/dir.
2641 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
2642 * pgg.texi: Sync @dircategory with ../../info/dir.
2643 * rcirc.texi: Sync @dircategory with ../../info/dir.
2644 * reftex.texi: Sync @dircategory with ../../info/dir.
2645 * remember.texi: Sync @dircategory with ../../info/dir.
2646 * sasl.texi: Sync @dircategory with ../../info/dir.
2647 * sc.texi: Sync @dircategory with ../../info/dir.
2648 * semantic.texi: Sync @dircategory with ../../info/dir.
2649 * ses.texi: Sync @dircategory with ../../info/dir.
2650 * sieve.texi: Sync @dircategory with ../../info/dir.
2651 * smtpmail.texi: Sync @dircategory with ../../info/dir.
2652 * speedbar.texi: Sync @dircategory with ../../info/dir.
2653 * trampver.texi [emacs]: Set emacsname to "Emacs".
2654 * tramp.texi: Sync @dircategory with ../../info/dir.
2655 * url.texi: Sync @dircategory with ../../info/dir.
2656 * vip.texi: Sync @dircategory with ../../info/dir.
2657 * viper.texi: Sync @dircategory with ../../info/dir.
2658 * widget.texi: Sync @dircategory with ../../info/dir.
2659 * woman.texi: Sync @dircategory with ../../info/dir.
2660
2661 2011-02-19 Glenn Morris <rgm@gnu.org>
2662
2663 * dired-x.texi (Technical Details): No longer redefines
2664 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
2665 dired-read-shell-command, or dired-find-buffer-nocreate.
2666
2667 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
2668
2669 * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
2670
2671 2011-02-18 Glenn Morris <rgm@gnu.org>
2672
2673 * dired-x.texi (Optional Installation File At Point): Simplify.
2674
2675 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2676
2677 * auth.texi (Help for users): Use :port instead of :protocol for all
2678 auth-source docs.
2679 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
2680 to have two files in `auth-sources'.
2681
2682 2011-02-16 Glenn Morris <rgm@gnu.org>
2683
2684 * dired-x.texi: Use emacsver.texi to get Emacs version.
2685 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
2686 Depend on emacsver.texi.
2687
2688 * dired-x.texi: Drop meaningless version number.
2689 (Introduction): Remove old info.
2690 (Optional Installation Dired Jump): Autoload from dired-x.
2691 Remove incorrect info about loaddefs.el.
2692 (Bugs): Just refer to M-x report-emacs-bug.
2693
2694 * dired-x.texi (Multiple Dired Directories): Update for rename of
2695 default-directory-alist.
2696 (Miscellaneous Commands): No longer mention very old VM version 4.
2697
2698 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2699
2700 Merge from gnulib.
2701 * texinfo.tex: Update to version 2011-02-14.11.
2702
2703 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2704
2705 * auth.texi (Help for users):
2706 Login collection is "Login" and not "login".
2707
2708 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
2709
2710 * tramp.texi (History): Remove IMAP support.
2711 (External methods, Frequently Asked Questions): Remove `imap' and
2712 `imaps' methods.
2713 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2714
2715 * trampver.texi: Remove default value of `emacsimap'.
2716
2717 2011-02-13 Glenn Morris <rgm@gnu.org>
2718
2719 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2720 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2721
2722 2011-02-12 Glenn Morris <rgm@gnu.org>
2723
2724 * sc.texi (Getting Connected): Remove old index entries.
2725
2726 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
2727
2728 * url.texi: Remove duplicate @dircategory (Bug#7942).
2729
2730 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2731
2732 * auth.texi (Overview, Help for users, Help for developers):
2733 Update docs.
2734 (Help for users): Talk about spaces.
2735
2736 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2737
2738 * texinfo.tex: Update to version 2011-02-07.16.
2739
2740 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
2741
2742 * dbus.texi (Bus names): Adapt descriptions for
2743 dbus-list-activatable-names and dbus-list-known-names.
2744
2745 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2746
2747 * calc.texi (Logarithmic Units): New section.
2748
2749 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2750
2751 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2752 manuals use it now.
2753
2754 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
2755
2756 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2757
2758 * overrides.texi: Remove.
2759
2760 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2761 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2762
2763 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
2764
2765 * tramp.texi (Frequently Asked Questions): Mention problems with
2766 WinSSHD.
2767
2768 * trampver.texi: Update release number.
2769
2770 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2771
2772 * tramp.texi:
2773 Replace "delimet" with "delimit" globally.
2774 Replace "explicite" with "explicit" globally.
2775 Replace "instead of" with "instead" where there was nothing after "of".
2776 Audit use of comma before interrogative pronoun, "that", or "which".
2777 Minor word order, spelling, wording changes.
2778
2779 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2780
2781 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2782
2783 * sieve.texi: Use WEBHACKDEVEL.
2784
2785 * sasl.texi: Use WEBHACKDEVEL.
2786
2787 * pgg.texi: Use WEBHACKDEVEL.
2788
2789 * message.texi: Use WEBHACKDEVEL.
2790
2791 * gnus.texi: Use WEBHACKDEVEL.
2792
2793 * emacs-mime.texi: Use WEBHACKDEVEL.
2794
2795 * auth.texi: Use WEBHACKDEVEL.
2796
2797 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2798 manuals.
2799
2800 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2801
2802 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2803
2804 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2805
2806 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2807 which in turn is copied from ftp://tug.org/tex/.
2808
2809 2011-02-03 Glenn Morris <rgm@gnu.org>
2810
2811 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2812 (Binding combinations of modifiers and function keys):
2813 Let's assume people reading this are not using Emacs 18.
2814
2815 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2816
2817 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2818 since it's run automatically.
2819
2820 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2821
2822 * gnus.texi (Customizing Articles): Fix typo.
2823
2824 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2825
2826 * gnus.texi (Customizing Articles): Document the new way of customizing
2827 the date headers(s).
2828
2829 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2830
2831 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2832 splitting example.
2833
2834 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2835
2836 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2837 (MAKEINFO_OPTS): New variable.
2838 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2839 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2840 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2841 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2842 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2843 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2844 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2845 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2846 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2847 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2848 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2849 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2850 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2851 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2852 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2853 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2854 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2855 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2856
2857 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2858
2859 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2860
2861 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2862
2863 * message.texi (IDNA): Explain what it is.
2864
2865 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2866
2867 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2868
2869 2011-01-23 Werner Lemberg <wl@gnu.org>
2870
2871 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2872 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2873 (ENVADD): Update.
2874
2875 2011-01-18 Glenn Morris <rgm@gnu.org>
2876
2877 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2878
2879 2011-01-14 Eduard Wiebe <usenet@pusto.de>
2880
2881 * nxml-mode.texi (Introduction): Fix file name typos.
2882
2883 2011-01-13 Christian Ohler <ohler@gnu.org>
2884
2885 * ert.texi: New file.
2886
2887 * Makefile.in:
2888 * makefile.w32-in: Add ert.texi.
2889
2890 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2891
2892 * dbus.texi (Receiving Method Calls): New function
2893 dbus-register-service. Rearrange node.
2894
2895 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2896
2897 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2898 which in turn is copied from ftp://tug.org/tex/.
2899
2900 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2901
2902 * dbus.texi (Receiving Method Calls): Describe new optional
2903 parameter dont-register-service of dbus-register-{method,property}.
2904
2905 2010-12-17 Daiki Ueno <ueno@unixuser.org>
2906
2907 * epa.texi (Encrypting/decrypting *.gpg files):
2908 Mention epa-file-select-keys.
2909
2910 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2911
2912 * gnus.texi (Archived Messages): Remove outdated text.
2913
2914 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2915
2916 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
2917
2918 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2919
2920 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
2921
2922 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2923
2924 * gnus.texi (The swish++ Engine): Add customizable parameters
2925 descriptions.
2926 (The swish-e Engine): Ditto.
2927
2928 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
2929
2930 * tramp.texi (Inline methods): Add "ksu" method.
2931 (Remote processes): Add example with remote `default-directory'.
2932
2933 2010-12-14 Glenn Morris <rgm@gnu.org>
2934
2935 * faq.texi (Expanding aliases when sending mail):
2936 Now build-mail-aliases is interactive.
2937
2938 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2939
2940 * gnus.texi: First pass at adding (rough) nnir documentation.
2941
2942 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2943
2944 * gnus.texi (Filtering New Groups):
2945 Mention gnus-auto-subscribed-categories.
2946 (The First Time): Remove, since default-subscribed-newsgroups has been
2947 removed.
2948
2949 2010-12-13 Glenn Morris <rgm@gnu.org>
2950
2951 * cl.texi (For Clauses): Small fixes for frames and windows.
2952
2953 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2954
2955 * org.texi (Using capture): Document using prefix arguments for
2956 finalizing capture.
2957 (Agenda commands): Document prefix argument for the bulk scatter
2958 command.
2959 (Beamer class export): Document that also overlay arguments can be
2960 passed to the column environment.
2961 (Template elements): Document the new entry type.
2962
2963 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2964
2965 * org.texi (Include files): Document :minlevel.
2966
2967 2010-12-11 Julien Danjou <julien@danjou.info>
2968
2969 * org.texi (Categories): Document category icons.
2970
2971 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
2972
2973 * org.texi (noweb): Fix typo.
2974
2975 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2976
2977 * gnus.texi (Server Commands): Point to the rest of the server
2978 commands.
2979
2980 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2981
2982 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2983 g'.
2984
2985 2010-12-02 Julien Danjou <julien@danjou.info>
2986
2987 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2988
2989 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2990
2991 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2992 (Direct Functions): Note the STARTTLS upgrade.
2993
2994 2010-11-27 Glenn Morris <rgm@gnu.org>
2995 James Clark <none@example.com>
2996
2997 * nxml-mode.texi (Introduction): New section.
2998
2999 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3000
3001 * gnus.texi (Server Commands): Document gnus-server-show-server.
3002
3003 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3004
3005 Sync with Tramp 2.2.0.
3006
3007 * trampver.texi: Update release number.
3008
3009 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3010
3011 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
3012 Mention that the TeX specific units won't use the `tex' prefix
3013 in TeX mode.
3014
3015 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3016
3017 * gnus.texi (Misc Article): Document gnus-inhibit-images.
3018
3019 2010-11-17 Glenn Morris <rgm@gnu.org>
3020
3021 * edt.texi: Remove information about Emacs 19.
3022
3023 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
3024
3025 * trampver.texi: Update release number.
3026
3027 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3028
3029 * gnus.texi (Article Washing): Fix typo.
3030
3031 2010-11-11 Noorul Islam <noorul@noorul.com>
3032
3033 * org.texi: Fix typo.
3034
3035 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3036
3037 * org.texi (Using capture): Explain that refiling is
3038 sensitive to cursor position.
3039
3040 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3041
3042 * org.texi (Images and tables): Add cross reference to link section.
3043
3044 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3045
3046 * org.texi: Document the <c> cookie.
3047
3048 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3049
3050 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
3051 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
3052
3053 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3054
3055 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
3056
3057 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3058
3059 * org.texi (Project alist): Mention that this is a property list.
3060
3061 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3062
3063 * org.texi (Setting up the staging area): Document that
3064 file names remain visible when encrypting the MobileOrg files.
3065
3066 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3067
3068 * org.texi (Setting up the staging area): Document which
3069 versions are needed for encryption.
3070
3071 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3072
3073 * org.texi (noweb): Update :noweb documentation to
3074 reflect the new "tangle" argument.
3075
3076 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3077
3078 * org.texi (Batch execution): Improve tangling script in
3079 documentation.
3080
3081 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3082
3083 * org.texi (Handling links):
3084 (In-buffer settings): Document inlining images on startup.
3085
3086 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3087
3088 * org.texi (Setting up the staging area): Document use of
3089 crypt password.
3090
3091 2010-11-11 David Maus <dmaus@ictsoc.de>
3092
3093 * org.texi (Template expansion): Add date related link type escapes.
3094
3095 2010-11-11 David Maus <dmaus@ictsoc.de>
3096
3097 * org.texi (Template expansion): Add mew in table for link type
3098 escapes.
3099
3100 2010-11-11 David Maus <dmaus@ictsoc.de>
3101
3102 * org.texi (Template expansion): Fix typo in link type escapes.
3103
3104 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3105
3106 * org.texi (Structure of code blocks): Another documentation tweak.
3107
3108 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3109
3110 * org.texi (Structure of code blocks): Documentation tweak.
3111
3112 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3113
3114 * org.texi (Structure of code blocks):
3115 Update documentation to mention inline code block syntax.
3116
3117 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3118
3119 * org.texi (comments): Improve wording.
3120
3121 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3122
3123 * org.texi (comments): Document the new :comments header arguments.
3124
3125 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3126
3127 * org.texi (Installation): Remove the special
3128 installation instructions for XEmacs.
3129
3130 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3131
3132 * org.texi (Easy Templates): New section. Documents quick
3133 insertion of empty structural elements.
3134
3135 2010-11-11 Noorul Islam <noorul@noorul.com>
3136
3137 * org.texi: Fix doc.
3138
3139 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3140
3141 * org.texi (The date/time prompt): Document specification
3142 of time ranges.
3143
3144 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3145
3146 * org.texi (Internal links): Document the changes in
3147 internal links.
3148
3149 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3150
3151 * org.texi (Agenda commands): Document the limitation for
3152 the filter preset - it can only be used for an entire agenda
3153 view, not in an individual block in a block agenda.
3154
3155 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
3156
3157 * org.texi (iCalendar export): Document alarm creation.
3158
3159 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
3160
3161 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
3162
3163 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3164
3165 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
3166
3167 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3168
3169 * calc.texi: Use emacsver.texi to determine Emacs version.
3170
3171 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3172
3173 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
3174 since that works by default.
3175
3176 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3177
3178 * gnus.texi (Customizing the IMAP Connection): Document
3179 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
3180
3181 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
3182
3183 * tramp.texi (Remote shell setup): New item "Interactive shell
3184 prompt". Reported by Christian Millour <cm@abtela.com>.
3185 (Remote shell setup, Remote processes): Use @code{} for
3186 environment variables.
3187
3188 2010-11-03 Glenn Morris <rgm@gnu.org>
3189
3190 * ediff.texi (Quick Help Commands, Miscellaneous):
3191 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
3192
3193 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3194
3195 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
3196
3197 2010-10-31 Glenn Morris <rgm@gnu.org>
3198
3199 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
3200
3201 2010-10-31 Glenn Morris <rgm@gnu.org>
3202
3203 * cc-mode.texi: Remove reference to defunct viewcvs URL.
3204
3205 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3206
3207 * gnus.texi (Client-Side IMAP Splitting):
3208 Mention nnimap-unsplittable-articles.
3209
3210 2010-10-29 Julien Danjou <julien@danjou.info>
3211
3212 * gnus.texi (Finding the News): Remove references to obsoletes
3213 variables `gnus-nntp-server' and `gnus-secondary-servers'.
3214
3215 2010-10-29 Eli Zaretskii <eliz@gnu.org>
3216
3217 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
3218 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
3219 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
3220 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
3221
3222 2010-10-28 Glenn Morris <rgm@gnu.org>
3223
3224 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
3225 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
3226 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
3227
3228 2010-10-25 Daiki Ueno <ueno@unixuser.org>
3229
3230 * epa.texi (Mail-mode integration): Add alternative key bindings
3231 for epa-mail commands; escape comma.
3232 Don't use the word "PGP", since it is a non-free program.
3233
3234 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
3235
3236 * calc.texi: Use emacsver.texi to determine Emacs version.
3237
3238 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
3239
3240 * gnus.texi (Group Parameters, Buttons): Fix typos.
3241
3242 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
3243
3244 * gnus.texi (Subscription Commands): Mention that you can also
3245 subscribe to new groups via the Server buffer, which is probably more
3246 convenient when subscribing to many groups.
3247
3248 2010-10-21 Julien Danjou <julien@danjou.info>
3249
3250 * message.texi (Message Headers): Allow message-default-headers to be a
3251 function.
3252
3253 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3254
3255 * gnus-news.texi: Mention new archive defaults.
3256
3257 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3258
3259 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
3260
3261 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3262
3263 * gnus.texi (HTML): Document the function value of
3264 gnus-blocked-images.
3265 (Article Washing): shr and gnus-w3m, not the direct function names.
3266
3267 2010-10-20 Julien Danjou <julien@danjou.info>
3268
3269 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
3270 variable.
3271
3272 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3273
3274 * gnus.texi (Customizing the IMAP Connection): The port strings are
3275 strings.
3276 (Document Groups): Mention git.
3277
3278 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3279
3280 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
3281 bzr/Gnus git sync.
3282
3283 2010-10-15 Eli Zaretskii <eliz@gnu.org>
3284
3285 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
3286 change.
3287
3288 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3289
3290 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
3291 @item syntax for in-Emacs makeinfo.
3292
3293 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
3294
3295 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
3296 trim sentence.
3297
3298 2010-10-12 Daiki Ueno <ueno@unixuser.org>
3299
3300 * epa.texi (Caching Passphrases):
3301 * auth.texi (GnuPG and EasyPG Assistant Configuration):
3302 Clarify some configurations require to set up gpg-agent.
3303
3304 2010-10-11 Glenn Morris <rgm@gnu.org>
3305
3306 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
3307
3308 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3309
3310 * gnus.texi (Spam Package Introduction): Mention `$'.
3311
3312 2010-10-09 Eli Zaretskii <eliz@gnu.org>
3313
3314 * makefile.w32-in (emacsdir): New variable.
3315 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
3316 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
3317
3318 2010-10-09 Glenn Morris <rgm@gnu.org>
3319
3320 * Makefile.in (mostlyclean): Delete *.toc.
3321
3322 * Makefile.in: Use $< in rules.
3323
3324 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
3325
3326 * Makefile.in ($(infodir)): Delete rule.
3327 (mkinfodir): New. Use it in all the info rules, rather than depending
3328 on infodir.
3329
3330 2010-10-09 Glenn Morris <rgm@gnu.org>
3331
3332 * gnus.texi (Article Washing): Fix previous change.
3333
3334 * Makefile.in (emacsdir): New variable.
3335 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
3336 Depend on emacsver.texi.
3337
3338 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
3339
3340 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
3341
3342 2010-10-08 Julien Danjou <julien@danjou.info>
3343
3344 * gnus.texi: Add mm-shr.
3345
3346 2010-10-08 Ludovic Courtès <ludo@gnu.org>
3347
3348 * gnus.texi (Finding the Parent, The Gnus Registry)
3349 (Registry Article Refer Method): Update docs for nnregistry.el.
3350
3351 2010-10-08 Daiki Ueno <ueno@unixuser.org>
3352
3353 * auth.texi (Help for users)
3354 (GnuPG and EasyPG Assistant Configuration): Update docs.
3355
3356 2010-10-08 Glenn Morris <rgm@gnu.org>
3357
3358 * cl.texi (Organization, Installation, Old CL Compatibility):
3359 Deprecate cl-compat for new code.
3360 (Usage, Installation): Remove outdated information.
3361
3362 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
3363
3364 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3365
3366 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
3367
3368 2010-10-06 Julien Danjou <julien@danjou.info>
3369
3370 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
3371
3372 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
3373 broken link.
3374
3375 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
3376
3377 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
3378 to ReiserFS.
3379
3380 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
3381 (FAQ 7-1): Fix getmail URL.
3382
3383 2010-10-06 Daiki Ueno <ueno@unixuser.org>
3384
3385 * epa.texi (Caching Passphrases): New section.
3386
3387 2010-10-06 Glenn Morris <rgm@gnu.org>
3388
3389 * Makefile.in (SHELL): Set it.
3390 (info): Move the mkdir dependency to the individual info files.
3391 (mostlyclean): Tidy up.
3392 (clean): Only delete the specific dvi and pdf files.
3393 (maintainer-clean): Be more restrictive in what we delete.
3394 ($(infodir)): Add parallel build workaround.
3395
3396 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3397
3398 * gnus.texi (Misc Article): Document gnus-widen-article-window.
3399
3400 2010-10-03 Julien Danjou <julien@danjou.info>
3401
3402 * emacs-mime.texi (Display Customization):
3403 Update mm-inline-large-images documentation and add documentation for
3404 mm-inline-large-images-proportion.
3405
3406 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
3407
3408 * tramp.texi (Frequently Asked Questions):
3409 Mention remote-file-name-inhibit-cache.
3410
3411 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3412
3413 * gnus.texi (Splitting Mail): Fix @xref syntax.
3414 (Splitting Mail): Really fix the @ref syntax.
3415
3416 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3417
3418 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
3419 (Article Hiding): Add google banner example.
3420 Suggested by Benjamin Xu.
3421
3422 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3423
3424 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
3425 Remove nnimap-split-rule from examples.
3426
3427 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3428
3429 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
3430 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
3431 Fishman.
3432 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
3433
3434 2010-09-30 Julien Danjou <julien@danjou.info>
3435
3436 * gnus.texi (Gravatars): Fix documentation about
3437 gnu-gravatar-properties.
3438
3439 2010-09-29 Daiki Ueno <ueno@unixuser.org>
3440
3441 * epa.texi (Bug Reports): New section.
3442
3443 2010-09-29 Glenn Morris <rgm@gnu.org>
3444
3445 * Makefile.in (top_srcdir): Remove unused variable.
3446
3447 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3448
3449 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
3450 (Client-Side IMAP Splitting): Document 'default.
3451
3452 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3453
3454 * gnus.texi (Customizing the IMAP Connection):
3455 Document nnimap-fetch-partial-articles.
3456
3457 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3458
3459 * gnus-news.texi: Mention nnimap-inbox.
3460
3461 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
3462
3463 2010-09-26 Julien Danjou <julien@danjou.info>
3464
3465 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
3466
3467 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3468
3469 * gnus.texi (Security): Remove gpg.el mention.
3470
3471 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3472
3473 * gnus.texi (Browse Foreign Server): New variable
3474 gnus-browse-subscribe-newsgroup-method.
3475
3476 * gnus-news.texi: Mention it.
3477
3478 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3479
3480 * gnus.texi (NoCeM): Remove.
3481 (Startup Variables): No jingle.
3482
3483 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
3484
3485 * woman.texi (Interface Options): xz compression is now supported.
3486
3487 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3488
3489 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
3490 (Unavailable Servers): Document gnus-server-copy-server.
3491 (Using IMAP): Document the new nnimap.
3492
3493 2010-09-25 Julien Danjou <julien@danjou.info>
3494
3495 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
3496
3497 2010-09-24 Glenn Morris <rgm@gnu.org>
3498
3499 * url.texi (Disk Caching): Tweak previous change.
3500
3501 2010-09-24 Julien Danjou <julien@danjou.info>
3502
3503 * url.texi (Disk Caching): Mention url-cache-expire-time,
3504 url-cache-expired, and url-fetch-from-cache.
3505
3506 2010-09-24 Julien Danjou <julien@danjou.info>
3507
3508 * gnus.texi: Add Gravatars.
3509
3510 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3511
3512 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
3513
3514 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3515
3516 * gnus.texi (Expunging mailboxes): Update name of the expunging
3517 command.
3518
3519 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3520
3521 * emacs-mime.texi (rfc2047): Update description for
3522 rfc2047-encode-parameter.
3523
3524 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
3525
3526 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
3527 "fish" methods.
3528 (External methods): Remove "scp1_old" and "scp2_old" methods.
3529
3530 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
3531
3532 * tramp.texi: Remove Japanese manual. Fix typo.
3533
3534 * trampver.texi: Update release number. Remove japanesemanual.
3535
3536 2010-09-09 Glenn Morris <rgm@gnu.org>
3537
3538 * org.texi: Restore clobbered changes (copyright years, untabify).
3539
3540 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
3541
3542 * gnus.texi (Adaptive Scoring): Fix typo.
3543
3544 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3545
3546 * gnus.texi (Article Display): Document gnus-html-show-images.
3547
3548 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3549
3550 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
3551
3552 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3553
3554 * gnus.texi (HTML): Document gnus-max-image-proportion.
3555
3556 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3557
3558 * gnus.texi (HTML): Document gnus-blocked-images.
3559
3560 * message.texi (Wide Reply): Document message-prune-recipient-rules.
3561
3562 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3563
3564 * gnus.texi (Summary Mail Commands): Note that only the addresses from
3565 the first message are used for wide replies.
3566 (Changing Servers): Remove documentation on gnus-change-server and
3567 friends, since it's been removed.
3568
3569 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3570
3571 * gnus.texi (Drafts): Mention B DEL.
3572
3573 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
3574
3575 * gnus.texi (Delayed Articles): Mention that the Date header is the
3576 original one, even if you delay.
3577
3578 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3579
3580 * gnus.texi (Asynchronous Fetching):
3581 Document gnus-async-post-fetch-function.
3582 (HTML): Made into its own section.
3583
3584 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
3585
3586 Sync with Tramp 2.1.19.
3587
3588 * tramp.texi (Inline methods, Default Method):
3589 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
3590 Remove remark about doubled "-t" argument.
3591 (Auto-save and Backup): Remove reference to Emacs 21.
3592 (Filename Syntax): Describe port numbers.
3593 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
3594 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
3595 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
3596 errors with the backquotes.
3597 (External packages): File attributes cache flushing for asynchronous
3598 processes.
3599 (Traces and Profiles): Describe verbose level 9.
3600
3601 * trampver.texi: Update release number.
3602
3603 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
3604
3605 * dbus.texi (Alternative Buses): New chapter.
3606
3607 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3609 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
3610
3611 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3612
3613 * calc.texi (Customizing Calc): Rearrange description of new
3614 variables to match the presentation of other variables.
3615
3616 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3617
3618 * org.texi (Footnotes, Tables in HTML export): Fix typos.
3619
3620 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3621
3622 * calc.texi (Making Selections, Selecting Subformulas)
3623 (Customizing Calc): Mention how to use faces to emphasize selected
3624 sub-formulas.
3625
3626 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
3627
3628 * tramp.texi (External packages): File attributes cache flushing
3629 for asynchronous processes.
3630
3631 2010-08-01 Alan Mackenzie <acm@muc.de>
3632
3633 Enhance the manual for the latest Java Mode.
3634
3635 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
3636 annotation-var-cont.
3637 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
3638 two new symbols.
3639
3640 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3641
3642 * tramp.texi (Traces and Profiles): Describe verbose level 9.
3643
3644 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3645
3646 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
3647
3648 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3649
3650 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
3651
3652 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3653
3654 * org.texi: Add macros to get plain quotes in PDF output.
3655 List additional contributors.
3656 (Capture): New section, replaces the section about remember.
3657 (Working With Source Code): New chapter, focused on documenting Org
3658 Babel.
3659 (Code evaluation security): New section.
3660 (MobileOrg): Document DropBox support.
3661 (TaskJuggler export): Document taskjuggler and Gantt chart support.
3662 (Special symbols): Show how to display UTF8 characters for entities.
3663 (Global TODO list): Clarify the use of the "M" key and the differences
3664 to the "m" key.
3665 (RSS Feeds): Mention Atom feeds as well.
3666 (Setting tags): Remove paragraph about
3667 `org-complete-tags-always-offer-all-agenda-tags'.
3668
3669 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3670
3671 * tramp.texi (Inline methods): Remove remark about doubled "-t"
3672 argument.
3673 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
3674 echoing shells.
3675
3676 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
3677
3678 * tramp.texi (Inline methods): Remove "kludgy" phrase.
3679 (Filename Syntax): Describe port numbers.
3680
3681 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
3682
3683 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
3684 forgotten.
3685 (Type Conversion): Precise conversion of natural numbers.
3686 (Errors and Events): Add "debugging" to concept index. Add variable
3687 `dbus-debug'.
3688
3689 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3690
3691 * dbus.texi (Receiving Method Calls): Add optional argument
3692 EMITS-SIGNAL to `dbus-register-property'.
3693
3694 2010-06-27 Alex Schroeder <alex@gnu.org>
3695
3696 * nxml-mode.texi (Commands for locating a schema): Fix typo.
3697
3698 2010-06-24 Glenn Morris <rgm@gnu.org>
3699
3700 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3701 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3702 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3703 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3704 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3705 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3706 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3707 * woman.texi: Start direntry descriptions in column 32, per Texinfo
3708 convention. Make them end with a period.
3709
3710 2010-06-23 Glenn Morris <rgm@gnu.org>
3711
3712 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
3713 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3714 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3715 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3716 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3717 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
3718
3719 2010-06-10 Glenn Morris <rgm@gnu.org>
3720
3721 * idlwave.texi (Load-Path Shadows):
3722 * org.texi (Handling links): Fix typos.
3723
3724 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3725
3726 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3727
3728 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
3729
3730 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3731 by an alias. (Bug#6226)
3732
3733 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3734
3735 * calc.texi (Manipulating Vectors): Mention that vectors can
3736 be used to determine bins for `calc-histogram'.
3737
3738 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3739
3740 * calc.texi: Remove "\turnoffactive" commands throughout.
3741
3742 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3743
3744 * url.texi (HTTP language/coding, Customization):
3745 * message.texi (Header Commands, Responses):
3746 * cl.texi (Argument Lists): Fix typos.
3747
3748 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3749
3750 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3751 Note that Development menu is always available.
3752 (Creating a project): Fix terminology.
3753 (Add/Remove files): Fix typo.
3754
3755 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3756
3757 * Version 23.2 released.
3758
3759 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
3760
3761 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3762
3763 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
3764
3765 * tramp.texi (Inline methods, Default Method):
3766 Mention `tramp-inline-compress-start-size'.
3767
3768 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
3769
3770 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3771 the CVS repo. Put the Git repo in the news section.
3772
3773 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
3774 Removed some mentions of CVS. Mention the new Git repo.
3775
3776 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
3777
3778 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3779 (Mail Group Commands): Add index entry.
3780
3781 2010-04-18 Glenn Morris <rgm@gnu.org>
3782
3783 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3784
3785 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3786
3787 * calc.texi (Radix modes): Mention that the option prefix will
3788 turn on twos-complement mode.
3789 (Inverse and Hyperbolic Flags): Mention the Option flag.
3790
3791 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3792
3793 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
3794 (LaTeX/PDF export commands): Rename and Move section.
3795 (Sectioning structure): Update.
3796 (References): New use case for field coordinates.
3797 (The export dispatcher): Rename from ASCII export.
3798 (Setting up the staging area): Document the availability of
3799 encryption for MobileOrg.
3800 (Images and tables): Document how to reference labels.
3801 (Index entries): New section.
3802 (Generating an index): New section.
3803 (Column width and alignment): Document that <N> now
3804 means a fixed width, not a maximum width.
3805 (Publishing options): Document the :email option.
3806 (Beamer class export): Fix bug in the BEAMER example.
3807 (Refiling notes): Document refile logging.
3808 (In-buffer settings): Document refile logging keywords.
3809 (Drawers): Document `C-c C-z' command.
3810 (Agenda commands): Mention the alternative key `C-c C-z'.
3811 (Special properties): Document the BLOCKED property.
3812 (The spreadsheet): Mention the formula editor.
3813 (References): Document field coordinates.
3814 (Publishing action): Correct the documentation for the
3815 publishing function.
3816 (The date/time prompt): Document that we accept dates
3817 like month/day/year.
3818 (Cooperation): Document the changes in table.el support.
3819 (Faces for TODO keywords, Faces for TODO keywords)
3820 (Priorities): Document the easy colors.
3821 (Visibility cycling): Document the new double prefix
3822 arg for `org-reveal'.
3823 (Cooperation): Remember.el is part of Emacs.
3824 (Clean view): Mention that `wrap-prefix' is also set by
3825 org-indent-mode.
3826 (Agenda commands): Add information about prefix args to
3827 scheduling and deadline commands.
3828 (Search view): Point to the docstring of
3829 `org-search-view' for more details.
3830 (Agenda commands): Document that `>' prompts for a date.
3831 (Setting tags): Document variable
3832 org-complete-tags-always-offer-all-agenda-tags.
3833 (Column attributes): Cross-reference special properties.
3834
3835 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3836
3837 Synchronize with Tramp repository.
3838
3839 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
3840 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3841 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
3842 syntax, texi2dvi reports errors with the backquotes.
3843
3844 * trampver.texi: Update release number.
3845
3846 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3847
3848 * gnus.texi (Finding the News): Add pointers to the Server buffer
3849 because it's essential.
3850
3851 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3852
3853 * gnus.texi (MIME Commands): Update description of
3854 gnus-article-browse-html-article.
3855
3856 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3857
3858 * auth.texi (Secret Service API): Add TODO node.
3859 (Help for users): Explain the new source options for `auth-sources'.
3860
3861 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3862
3863 * trampver.texi: Update release number.
3864
3865 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3866
3867 * Branch for 23.2.
3868
3869 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
3870
3871 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3872 now enabled by default.
3873
3874 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3875
3876 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3877 when Emacs runs in interactive mode. (Bug#5645)
3878
3879 2010-02-16 Glenn Morris <rgm@gnu.org>
3880
3881 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3882
3883 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3884
3885 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3886
3887 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
3888
3889 * gnus.texi (Score File Format): Fix typo.
3890
3891 2010-01-19 Mark A. Hershberger <mah@everybody.org>
3892
3893 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3894
3895 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3896
3897 * ada-mode.texi (Project File Overview): Fix typo.
3898
3899 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3900
3901 * semantic.texi: Add Richard Y. Kim credit.
3902
3903 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3904
3905 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
3906
3907 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
3908 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3909
3910 2010-01-17 Glenn Morris <rgm@gnu.org>
3911
3912 * calc.texi (Reporting Bugs): Don't mention format of repository.
3913
3914 * woman.texi (Bugs): Make "Emacs repository" less specific,
3915 and the URL for same more specific.
3916
3917 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3918
3919 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3920
3921 * ede.texi (ede-step-project, ede-proj-target):
3922 * tramp.texi (Remote processes): Fix typos.
3923
3924 2010-01-16 Mario Lang <mlang@delysid.org>
3925
3926 * ede.texi (ede-target):
3927 * org.texi (Refiling notes): Remove duplicated words.
3928
3929 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * gnus.texi (Posting Styles): Use with-current-buffer.
3932 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3933
3934 2010-01-02 Kevin Ryde <user42@zip.com.au>
3935
3936 * eieio.texi (Naming Conventions): Correction to xref on elisp
3937 coding conventions, is "Tips" node not "Standards".
3938
3939 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
3940
3941 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3942
3943 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3944
3945 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3946
3947 * gnus.texi (Direct Functions): Add missing port number to tls method.
3948
3949 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
3950
3951 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3952 ($(infodir)/edt, edt.dvi): New targets.
3953
3954 2009-12-15 Glenn Morris <rgm@gnu.org>
3955
3956 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3957 (edt, $(infodir)/edt, edt.dvi): New targets.
3958 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3959
3960 * Makefile.in (PDF_TARGETS, pdf): New.
3961 (clean): Add *.pdf.
3962 Add pdf rules for all manuals.
3963
3964 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3965
3966 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3967
3968 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3969
3970 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3971 (Smart Jump, Analyzer Debug): Copyedits.
3972 (Semantic mode user commands): Link to new nodes.
3973 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3974 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3975 upstream Semantic manual.
3976
3977 * semantic.texi (Introduction): Minor fix to diagram.
3978
3979 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3980
3981 * eshell.texi (History): Add the other built-in variables.
3982 (Built-ins): Explain built-ins, and how to apply the external commands.
3983 Add `history', `su' and `sudo'.
3984
3985 * tramp.texi (Remote processes): Add missing <RET> in the example.
3986
3987 2009-12-01 Bill Wohler <wohler@newt.com>
3988
3989 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
3990 path for mairix example. Specify -q in namazu example since namazu is
3991 excessively garrulous.
3992
3993 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3994
3995 * tramp.texi (Remote processes): Improve eshell example with "su"
3996 and "sudo" commands.
3997
3998 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
3999
4000 * semantic.texi (Analyzer Internals): Rename from Analyzer.
4001
4002 * sem-user.texi (Semantic mode user commands): Fix key syntax.
4003 Document semantic-complete-analyze-inline.
4004 (Semanticdb search debugging commands): Minor clarification.
4005 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
4006 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
4007 manual.
4008 (Semantic mode): Link to Idle Scheduler.
4009
4010 2009-11-28 Kevin Ryde <user42@zip.com.au>
4011
4012 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
4013 @pxref, now EIEIO is in Emacs.
4014
4015 * erc.texi (Development): Correction to git tutorial url.
4016
4017 2009-11-26 Glenn Morris <rgm@gnu.org>
4018
4019 * faq.texi (Latest version of Emacs): Mention stability of development
4020 version.
4021 (Problems with very large files): Max buffer size increase in 23.2.
4022 (VM): VM has moved house again.
4023
4024 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4025
4026 * calc.texi (Radix modes): Discuss alternate bases for two's complement
4027 notations.
4028
4029 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
4030
4031 * org.texi (Column attributes): Fix documentation of new operators.
4032
4033 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4034
4035 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
4036 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
4037 (Idle Completions Mode): Numerous copyedits.
4038
4039 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
4040
4041 * semantic.texi (Semantic Internals, Glossary):
4042 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
4043 (Semanticdb search debugging commands): Fix typos.
4044
4045 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4046
4047 * calc.texi (Radix modes): Mention twos-complement notation.
4048
4049 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
4050
4051 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
4052 ($(infodir)/semantic, semantic.dvi): New targets.
4053
4054 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
4055
4056 * Makefile.in: Build the Semantic manual.
4057
4058 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
4059 repository.
4060
4061 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4062
4063 * dbus.texi (Receiving Method Calls): New defun
4064 `dbus-unregister-service'.
4065
4066 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
4067
4068 * org.texi (Speed keys): New section.
4069
4070 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4071
4072 * dbus.texi (Type Conversion): Fix typo.
4073 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
4074 `dbus-registered-objects-table'.
4075 (Receiving Method Calls): New defun `dbus-register-property'.
4076 Move `dbus-unregister-object' here.
4077
4078 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4079
4080 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
4081
4082 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
4083
4084 * org.texi (Column attributes): Add the new age summary operators.
4085 Also, mention the fact you can only use one summary operator per
4086 property.
4087
4088 2009-11-13 John Wiegley <johnw@newartisans.com>
4089
4090 * org.texi (Tracking your habits): Add a new section in the
4091 manual about how to track habits.
4092 (Resolving idle time): Add a section on how idle and
4093 dangling clocks are resolved.
4094
4095 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4096
4097 * org.texi (Agenda commands): Document the new `i' command.
4098 (Inserting deadline/schedule): Document logging changes
4099 of scheduling and deadline times stamps.
4100 (In-buffer settings): Document the in-buffer keywords for logging
4101 changes of scheduling and deadline times stamps.
4102 (Structure editing, Plain lists): Document indentation
4103 cycling in empty entries with TAB.
4104 (Archiving): Document the default archiving command.
4105 (Moving subtrees): Document the new keys for archiving.
4106 (Internal archiving): Fix incorrect key.
4107 (Agenda commands): Document the TODO set switching commands.
4108 (Agenda commands): Document the new archiving keys.
4109 (Clocking work time): Better description on how to save
4110 and restore a clock.
4111 (Resolving idle time): Mention the x11idle program to get true
4112 idleness also under X11.
4113 (Resolving idle time): Use @kbd instead of @key for normal
4114 letters, because this is how he rest of the manual does this.
4115 (Pushing to MobileOrg): Mention that `org-directory'
4116 should be set.
4117 (Agenda commands): Document that SPC is a filter for
4118 any tag.
4119 (Search view): Rename from "Keyword search".
4120 (Capure): New chapter.
4121 (Markup): New chapter.
4122 (Links in HTML export, Images in HTML export):
4123 Extend the section titles.
4124 (Images in HTML export): Document the align option.
4125 (Text areas in HTML export): Extend the section title.
4126 (Images in LaTeX export): Explain image placement in LaTeX.
4127
4128 2009-11-10 Glenn Morris <rgm@gnu.org>
4129
4130 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
4131
4132 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4133
4134 * tramp.texi (Auto-save and Backup): Disable backups just for a
4135 method.
4136
4137 * trampver.texi: Update release number.
4138
4139 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4140
4141 Sync with Tramp 2.1.17.
4142
4143 * trampver.texi: Update release number.
4144
4145 2009-10-29 Glenn Morris <rgm@gnu.org>
4146
4147 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
4148
4149 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4150
4151 * tramp.texi (External methods): Temporary files are kept for
4152 `rsync' and `rsyncc' methods.
4153
4154 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
4155
4156 * eieio.texi: Fix typos.
4157
4158 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
4159
4160 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
4161
4162 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
4163
4164 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
4165 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
4166
4167 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
4168
4169 * Makefile.in: Build EIEIO and EDE manuals.
4170
4171 2009-10-07 Eric Ludlam <zappo@gnu.org>
4172
4173 * eieio.texi:
4174 * ede.texi: New files.
4175
4176 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4177
4178 * tramp.texi (Remote processes): Association of a pty is not supported.
4179
4180 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
4181
4182 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
4183 (Processing LaTeX fragments): Document that the size of images can be
4184 changes using the variable `org-format-latex-options'.
4185 (The date/time prompt, Timestamps): Be more accurate over ISO format
4186 dates and times.
4187 (Visibility cycling): Document showeverything keyword.
4188 (In-buffer settings): Document showeverything keyword.
4189 (Setting up the staging area): Fix the example.
4190 (MobileOrg): New section.
4191 (Agenda commands, Exporting Agenda Views): Document exporting the
4192 agenda view to Org files.
4193
4194 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
4195
4196 * tramp.texi (History): Add IMAP support.
4197 (External methods): Add `imap' and `imaps' methods.
4198 (GVFS based methods): Add indices for `davs'.
4199 (Password handling): Rename anchors. Add IMAP entries for
4200 ~/.authinfo.gpg.
4201
4202 * trampver.texi: Set default value of `emacsimap'.
4203
4204 2009-09-22 Daiki Ueno <ueno@unixuser.org>
4205
4206 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
4207
4208 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4209
4210 * dired-x.texi (Technical Details):
4211 Delete dired-up-directory (Bug#4292).
4212
4213 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
4214
4215 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
4216
4217 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
4218
4219 * org.texi (Effort estimates): Document new effort setting commands.
4220 (Agenda commands): Document the new keys fro agenda time motion.
4221 Document entry text mode. Improve documentation of the keys to include
4222 inactive time stamps into the agenda view.
4223 (Feedback): Document the new bug report command.
4224 (Structure editing): Add an index entry for the sorting of subtrees.
4225
4226 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4227
4228 * auth.texi (Help for users): Corrected markup.
4229
4230 2009-09-02 Glenn Morris <rgm@gnu.org>
4231
4232 * emacs-mime.texi (time-date): Mention float-time.
4233
4234 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
4235
4236 * calc.texi (Simplifying Formulas): Improve the wording.
4237
4238 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
4239
4240 * auth.texi: Rewritten for coverage and clarity.
4241
4242 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4243
4244 * gnus.texi (Expiring Mail):
4245 Mention gnus-mark-copied-or-moved-articles-as-expirable.
4246 (Various Various): Mention gnus-safe-html-newsgroups.
4247
4248 * gnus-news.texi: Mention
4249 gnus-mark-copied-or-moved-articles-as-expirable.
4250
4251 * emacs-mime.texi (Display Customization): Add xref to
4252 gnus-safe-html-newsgroups.
4253
4254 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
4255
4256 * tramp.texi (Version Control): Remove.
4257 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
4258 reference.
4259 (External methods): Correct `scpc' concept index entries. New method
4260 `rsyncc'.
4261 (External packages): New subsections "Filename completion" and "File
4262 attributes cache".
4263
4264 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
4265
4266 * calc.texi (Rewrite Rules): Improve the example.
4267 (Simplifying Formulas): Explain use of the I and H flags for
4268 simplification.
4269
4270 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4271
4272 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
4273 Describe autostart behavior of dbus-ping.
4274 (Synchronous Methods, Asynchronous Methods): Use English numeric format
4275 for timeout values.
4276 (Top): Remove footnote saying D-Bus is not enabled by
4277 default. (Bug#4256)
4278
4279 2009-08-23 Daiki Ueno <ueno@unixuser.org>
4280
4281 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
4282 Reported by Jari Aalto (Bug#4211).
4283 (Mail-mode integration): Mention epa-mail-mode and
4284 epa-global-mail-mode.
4285 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
4286 epa-setup.
4287
4288 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
4289
4290 * dbus.texi (Asynchronous Methods): Allow nil handler.
4291
4292 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4293
4294 * ediff.texi (ediff-current-file): Add information about this new function.
4295
4296 * viper.texi: Add information about C-s in viper's search command.
4297
4298 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
4299
4300 * calc.texi (Date Forms): Fix typos.
4301
4302 2009-08-08 Glenn Morris <rgm@gnu.org>
4303
4304 * org.texi (Agenda commands): Restore clobbered change.
4305
4306 2009-08-07 Eli Zaretskii <eliz@gnu.org>
4307
4308 * calc.texi (Graphics, Devices): Update with the peculiarities of
4309 operation on MS-Windows.
4310
4311 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
4312
4313 * org.texi (Publishing action): Improve documentation of file
4314 names when publishing to the source directory.
4315 (Clean view): Document `org-indent-mode'.
4316 (Clocking work time): Add documentation for the
4317 new :timetamp option when creating a clock report.
4318 (Paragraphs): Fix many typos.
4319 (Plain lists): Remove duplicate explanation about the
4320 `C-c *' command.
4321 (Literal examples): Update to reflect the new behavior
4322 of the -n -r -k switches when exporting source code examples.
4323 (Structure editing): Add information about `C-c *',
4324 converting a plain list into a list of Org items.
4325 (Remember): Small rephrasing of the paragraph
4326 describing remember.el. Also mentioned that remember.el is part
4327 of Emacs 23, not Emacs 22.
4328 (Clocking work time): Add documentation about
4329 displaying the current clocking time against the effort estimate.
4330 Also add a footnote about using `org-clock-in-prepare-hook' to add
4331 an effort estimate on the fly, just before clocking it.
4332 (Footnotes): Document automatic renumbering and
4333 sorting.
4334 (Agenda commands): Document new bulk commands.
4335 (Plain lists): Document new behavior of
4336 `org-cycle-include-plain-lists'.
4337 Hyphenation only in TeX.
4338 (Clocking work time): Document the key to update effort
4339 estimates.
4340 (Clocking work time): Document the clock time display.
4341 (Structure editing, TODO basics): Document new
4342 variables.
4343 (Column attributes): Document new colciew operators.
4344 (Publishing options): Document :xml-declaration.
4345 (Tracking TODO state changes): Document the
4346 LOG_INTO_DRAWER property.
4347 (Literal examples): Document the new implementation for
4348 editing source code.
4349 (Publishing action): Mention the new publishing
4350 function, to publish an Org source file.
4351 (Publishing links): Mention how to link to an Org source file.
4352 (Macro replacement): Document new macros.
4353 (Handling links): Document type-specific completion
4354 when inserting links.
4355 (Structure editing, Plain lists): Improve documentation
4356 on sorting.
4357 (Internal links): Document custom ids for links.
4358 (Handling links): Document custom ids for links.
4359 (CSS support): Document new class.
4360 (Refiling notes): Document the possibility to create new nodes
4361 during refiling.
4362 (Agenda commands): Document the "?" operator to find
4363 tasks without effort setting.
4364 (Exporting agenda information): Section moved.
4365 (RSS Feeds): New section.
4366 (Built-in table editor): Document M-e and M-a navigate
4367 inside table field.
4368 (Stuck projects): Docment that projects identified as
4369 un-stuck will still be searchd for stuck sub-projects.
4370 (Paragraphs): Document centering.
4371 (Creating timestamps, Agenda commands): Document new
4372 behavior when changing time stamps.
4373 (Structure editing): Document the new command
4374 `org-clone-subtree-with-time-shift'.
4375 (Publishing): Refresh this chapter.
4376 (Export options, Export options, In-buffer settings):
4377 Document the new keywords.
4378 (Matching tags and properties): Collect all
4379 documentation about tags/property matches here.
4380 (Setting tags): Document `org-tag-persistent-alist'.
4381 (Weekly/daily agenda): New section.
4382 (Orgstruct mode): Describe `orgstruct++-mode'.
4383 (Drawers): Mention the LOGBOOK drawer.
4384 (Export options, Sectioning structure): Document the
4385 #+LEATEX_HEADER in-buffer setting.
4386 (Bugs): Section removed.
4387 (Hooks): New section.
4388 (Add-on packages): Move here from old location.
4389 (Context-sensitive commands): New section.
4390 (Setting tags): Document newline option.
4391 (Global TODO list, Matching tags and properties):
4392 Mention more variables.
4393 (Checkboxes): Update to changed command behavior.
4394
4395 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
4396
4397 * speedbar.texi (Basic Key Bindings): Fix typo.
4398
4399 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
4400
4401 * calc.texi (Vector/Matrix Functions): Add index entries for both
4402 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
4403 affects matrices with more than one row.
4404 (Help Commands): Add index entries for "prefix ?" key bindings.
4405
4406 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4407
4408 * calc.texi (Stack Manipulation Commands): Add documentation for
4409 `calc-transpose-lines'.
4410
4411 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
4412
4413 * dbus.texi (Receiving Method Calls): Describe special return value
4414 `:ignore'.
4415
4416 2009-07-24 Alan Mackenzie <acm@muc.de>
4417
4418 * cc-mode.texi (Config Basics, File Styles): Document that at mode
4419 initialization, any individual variable setting now takes precedence
4420 over one done via c-file-style/c-file-offsets.
4421
4422 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
4423
4424 * calc.texi (Undoing Mistakes): Mention that the undo list will be
4425 truncated when Calc is quit.
4426 (Customizing Calc): Document `calc-undo-length'.
4427
4428 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
4429
4430 * calc.texi (About This Manual): Don't mention chapter numbers in text.
4431
4432 2009-07-11 Kevin Ryde <user42@zip.com.au>
4433
4434 * pcl-cvs.texi (About PCL-CVS):
4435 * widget.texi (Basic Types):
4436 Fix cross-references.
4437
4438 2009-07-01 Andreas Schwab <aschwab@redhat.com>
4439
4440 * dbus.texi (Type Conversion): Don't use literal control character.
4441
4442 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
4443
4444 * tramp.texi (GVFS based methods): New section.
4445 (Remote processes): Processes for GVFS based methods run locally.
4446
4447 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
4448
4449 * tramp.texi (Inline methods, External methods, Gateway methods):
4450 Avoid the words "kludge" and hack".
4451 (External methods): Add `synce' method.
4452
4453 * trampver.texi: Update release number.
4454
4455 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
4456
4457 Sync with Tramp 2.1.16.
4458
4459 * tramp.texi (History): Add GVFS support.
4460 (External methods): Precise `rsync' description. Add `dav', `davs' and
4461 `obex' methods. Add 'tramp-gvfs-methods' option.
4462 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
4463 forms.
4464 (Remote Programs): Introduce `tramp-own-remote-path'.
4465 (Remote processes): New subsection "Running remote programs that create
4466 local X11 windows".
4467 (Frequently Asked Questions): Improve code for disabling vc.
4468
4469 * trampver.texi: Update release number. Set default value of
4470 `emacsgvfs'.
4471
4472 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
4473
4474 * Branch for 23.1.
4475
4476 2009-06-17 Glenn Morris <rgm@gnu.org>
4477
4478 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
4479 (Latest version of Emacs): Mention source code repository.
4480
4481 2009-06-16 Glenn Morris <rgm@gnu.org>
4482
4483 * faq.texi (Top): Language tweak.
4484 (Extended commands): Most people have arrow keys.
4485 (Emacs manual): Say how to follow info links.
4486 (File-name conventions): Change title a bit. Explain about source
4487 versus installed. Condense etc description.
4488 (Guidelines for newsgroup postings): Mention Savannah list page.
4489 (Newsgroup archives): Simplify.
4490 (Contacting the FSF): Add contact URL.
4491 (Emacs Lisp documentation): Printed version not always available.
4492 (Installing Texinfo documentation): Explain how by hand installation is
4493 not normally needed. Use add-to-list. Remove duplicate reference.
4494 (Informational files for Emacs): Move info on Help menu here from
4495 "File-name conventions".
4496 (Help installing Emacs): Tweak uref.
4497 (Obtaining the FAQ): Mention repository.
4498 (Origin of the term Emacs): Explain "ITS".
4499 (Changing load-path): Use add-to-list.
4500 (Automatic indentation): Clarify this is for Text mode.
4501 Don't mention Indented Text mode.
4502 (Finding Emacs on the Internet): The FSF does not seem to offer a
4503 deluxe distribution on CD anymore.
4504
4505 2009-06-16 Glenn Morris <rgm@gnu.org>
4506
4507 * faq.texi (Top): Mention which Emacs version this FAQ is about.
4508 Recommend the latest release. Mention how to get older FAQs.
4509 Recommend the Emacs manual.
4510 (Guidelines for newsgroup postings): Discourage cross-posts.
4511 (Underlining paragraphs): Remove.
4512 (Editing MS-DOS files): Remove pre-Emacs 20 information.
4513 (Bugs and problems): Update key-binding.
4514 (Problems with very large files): Mention 64-bit.
4515 (Shell process exits abnormally): Remove.
4516 (Problems with Shell Mode): Rename and update.
4517 (Spontaneous entry into isearch-mode)
4518 (Problems talking to certain hosts): Remove. This is old information,
4519 in etc/PROBLEMS if needed.
4520 (Emacs takes a long time to visit files, Updating Emacs): Remove.
4521 (Dired claims that no file is on this line): Update.
4522 (Installing Emacs, Problems building Emacs): Simplify.
4523 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
4524 information.
4525 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
4526 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
4527 (JDEE): "JDEE", not "JDE".
4528 (Handling C-s and C-q with flow control, Binding C-s and C-q):
4529 Remove. This is old information, in etc/PROBLEMS if needed.
4530 (stty and Backspace key, Kanji and Chinese characters): Remove.
4531 (Right-to-left alphabets): Update section.
4532 (Changing the included text prefix): Gnus uses message-yank-prefix.
4533 Add cross-reference to Supercite manual.
4534 (Saving a copy of outgoing mail): Simplify output file description.
4535 (Expanding aliases when sending mail): Refer to Emacs manual.
4536 Remove old info about RFC822.
4537 Correct description of how to rebuild aliases.
4538 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
4539 (MIME with Emacs mail packages)
4540 (Viewing articles with embedded underlining)
4541 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
4542 Remove old sections.
4543 (Killing based on nonstandard headers): Remove. Scoring is preferable,
4544 and is well-documented in the Gnus manual.
4545 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
4546 (Making Gnus faster): Rename from "Starting Gnus faster".
4547 Merge "Catch-up is slow in Gnus" into here.
4548
4549 2009-06-14 Glenn Morris <rgm@gnu.org>
4550
4551 * faq.texi (Status of Emacs): Re-order with most recent releases first.
4552 (New in Emacs 23): New section.
4553 (Handling C-s and C-q with flow control): Add xref.
4554
4555 2009-06-13 Glenn Morris <rgm@gnu.org>
4556
4557 * faq.texi (Setting up a customization file): Grammar fix.
4558 Customize is no longer "new".
4559 (Displaying the current line or column): Line-number mode is on by
4560 default. Don't mention `column' package. Mention linum.el.
4561 (Turning on abbrevs by default): Explain how to do it for buffers,
4562 modes, and everywhere.
4563 (Associating modes with files): Use add-to-list. Don't mention Emacs
4564 19.
4565 (Highlighting a region): On by default since 23.1.
4566 (Replacing highlighted text): Update doc quote.
4567 (Working with unprintable characters): Don't mention search-quote-char.
4568 (Using an already running Emacs process): Gnuclient is probably not an
4569 enhancement these days.
4570 (Indenting switch statements): Remove mention of pre-Emacs 20.
4571 (Horizontal scrolling): Abbreviate Emacs 20 description.
4572 (Replacing text across multiple files): Fix name of dired command.
4573 (Disabling backups): Use require not load.
4574 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
4575
4576 2009-06-13 Bill Wohler <wohler@newt.com>
4577
4578 Release MH-E manual version 8.2.
4579
4580 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4581 release 8.2.
4582
4583 2009-06-13 Glenn Morris <rgm@gnu.org>
4584
4585 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
4586 in this day and age the common meaning is "on the web".
4587 (copying): Use @copyright in all cases.
4588 (Basic keys): Remove reference to deleted manual node "Text Characters".
4589 (File-name conventions): Use GNU as an example rather than SERVICE.
4590 default.el lives in site-lisp. Update Info directory location.
4591 (Real meaning of copyleft): GPL actions have been brought, but all
4592 settled out of court.
4593 (Guidelines for newsgroup postings): Shorten section title.
4594 Simplify comp.emacs description.
4595 (Newsgroup archives): Change Google URL. Describe Gmane.
4596 (Unsubscribing from Emacs lists): Remove discussion of "distribution
4597 points". Mention List-Unsubscribe header.
4598 (Contacting the FSF): Update email and URLs.
4599 (Basic editing): Mention F1 for help.
4600 (Installing Texinfo documentation): Refer to Texinfo website rather
4601 than ftp server.
4602 (Printing a Texinfo file): Mention texi2pdf.
4603 (Informational files for Emacs): Don't describe FTP or SERVICE, they
4604 are just stubs nowadays.
4605 (Latest version of Emacs): Explain version numbers.
4606 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
4607 (Turning on syntax highlighting): No need to mention hilit19 any more.
4608 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
4609 (Modes for various languages): Remove section.
4610 (Major packages and programs): Remove most version and maintainer
4611 information - it's hard to keep up-to-date, and adds nothing.
4612 Similarly with direct links to mailing lists.
4613 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
4614 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
4615 years, and Emacs comes with tools for this now.
4616 (Patch): Remove section - this is a standard tool.
4617 (Using function keys under X): Remove section.
4618
4619 2009-06-12 Glenn Morris <rgm@gnu.org>
4620
4621 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
4622 (Help installing Emacs): Remove reference to deleted X11 node.
4623 (Associating modes with files): Interpreter-mode-alist is no longer
4624 subservient to auto-mode-alist.
4625 (Installing Emacs): Change future Emacs version.
4626 (Linking with -lX11 fails): Remove old section.
4627 (Packages that do not come with Emacs): Update ELL location.
4628 Emacs Lisp archive is dead.
4629 (Emacs for Windows): Remove reference to old CE port.
4630 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
4631 (Emacs for VMS and DECwindows): Remove old ports.
4632 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
4633 (Removing flashing messages): Remove section about non-existent Gnus
4634 option.
4635
4636 * faq.texi (Top): Add @top command.
4637 Remove the optional arguments from all @node commands: makeinfo can
4638 generate these automatically, and it is easier to edit and rearrange
4639 nodes without them.
4640
4641 2009-06-11 Glenn Morris <rgm@gnu.org>
4642
4643 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
4644 (The LPF): Make the updated URL the sole reference point.
4645 (Learning how to do something): Update refcard price and format.
4646 (Getting a printed manual): Sources in doc/emacs/, not man/.
4647 Also available in PDF format. Since the page count varies, be less
4648 precise.
4649 (Informational files for Emacs): Remove references to deleted files
4650 LPF and SUN-SUPPORT, and to UUCP.
4651 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
4652 Remove many obsolete ways to get the FAQ, which now seems only to be
4653 distributed with Emacs.
4654 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
4655
4656 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
4657
4658 * org.texi (Org Plot): Fix tags (Bug#3507).
4659 (Workflow states, Agenda commands): Fix tags (Bug#3508).
4660
4661 * ada-mode.texi (Installation, Compile commands)
4662 (Project File Overview, No project files, Set compiler options)
4663 (Use GNAT project file, Use multiple GNAT project files)
4664 (Identifier completion): Use @samp for menu items, and @kbd for key
4665 sequences (Bug#3504).
4666
4667 2009-06-04 Daiki Ueno <ueno@unixuser.org>
4668
4669 * gnus.texi (Security): Fix wording; add a link to epa.info.
4670
4671 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
4672
4673 * message.texi (Header Commands): Fix descriptions to match
4674 keybindings.
4675
4676 2009-04-22 Daiki Ueno <ueno@unixuser.org>
4677
4678 * gnus.texi (Security): Mention that EasyPG is the current default.
4679
4680 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
4681
4682 * ediff.texi (Session Commands): Fix typo.
4683
4684 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
4685
4686 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
4687 news.software.readers. Reported by Florian Rehnisch.
4688
4689 2009-04-02 Glenn Morris <rgm@gnu.org>
4690
4691 * auth.texi: Capitalize direntry.
4692
4693 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
4694 using a period in the entry name. (Bug#2797)
4695
4696 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
4697
4698 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
4699 ($(infodir)/auth, auth.dvi): New targets.
4700
4701 2009-03-03 Glenn Morris <rgm@gnu.org>
4702
4703 * auth.texi: Fix @setfilename.
4704
4705 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4706 (auth, $(infodir)/auth, auth.dvi): New rules.
4707
4708 2009-02-25 Glenn Morris <rgm@gnu.org>
4709
4710 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
4711
4712 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4713
4714 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4715
4716 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4717
4718 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4719 gnus-nocem-issuers, and gnus-nocem-verifyer.
4720
4721 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
4722
4723 * ada-mode.texi (Project files, Automatic Casing):
4724 * dbus.texi (Signals):
4725 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4726 * mh-e.texi (HTML):
4727 * nxml-mode.texi (Locating a schema)
4728 (Using the document's URI to locate a schema):
4729 * org.texi (Footnotes, Using the mapping API):
4730 * rcirc.texi (Channels): Remove duplicate words.
4731
4732 2009-02-20 Glenn Morris <rgm@gnu.org>
4733
4734 * dired-x.texi (Miscellaneous Commands):
4735 * gnus.texi: Minor updates for mbox Rmail.
4736
4737 2009-02-16 Karl Berry <karl@gnu.org>
4738
4739 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4740 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4741 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4742 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4743 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4744 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4745 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4746 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4747 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4748 Consistently use @insertcopying in the Top node,
4749 @contents at the front (after @end titlepage),
4750 and @direntry after @copying. (Bug#1988)
4751
4752 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4753
4754 * auth.texi: New file documenting auth-source.
4755
4756 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
4757
4758 * org.texi (Org Plot): Fix link.
4759
4760 2009-02-09 Daiki Ueno <ueno@unixuser.org>
4761
4762 * epa.texi (Mail-mode integration): Mention the way to do
4763 "encrypt-to-self". (Bug#1807)
4764
4765 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
4766
4767 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4768
4769 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4770
4771 * gnus-news.texi: Print version about Incoming*.
4772
4773 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
4774
4775 * org.texi (Structure editing, Handling links)
4776 (Fast access to TODO states, Javascript support): Make standard docs
4777 correctly reflect default variable settings.
4778
4779 2009-02-02 Glenn Morris <rgm@gnu.org>
4780
4781 * org.texi: Fix typos.
4782
4783 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
4784
4785 Sync with Tramp 2.1.15.
4786
4787 * trampver.texi: Update release number.
4788
4789 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4790
4791 * org.texi (TODO dependencies): Document TODO dependencies on
4792 checkboxes.
4793
4794 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
4795
4796 * org.texi (TODO dependencies): Document key binding for toggling
4797 ORDERED property.
4798
4799 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
4800
4801 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4802 of hook functions.
4803
4804 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
4805
4806 * org.texi (TODO dependencies): New section.
4807
4808 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
4809
4810 * org.texi (Plain lists, TODO basics, Priorities)
4811 (Multiple sets in one file, Conflicts): Document interaction with
4812 `shift-selection-mode'.
4813
4814 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4815
4816 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4817 Make Calc the subject of sentences.
4818 (Rearranging Formulas using Selections): Discuss new options
4819 for `j *'.
4820
4821 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
4822
4823 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4824
4825 2009-01-26 Glenn Morris <rgm@gnu.org>
4826
4827 * org.texi: Fix typos.
4828
4829 2009-01-26 Bill Wohler <wohler@newt.com>
4830
4831 * mh-e.texi (EDITION, UPDATED): Update.
4832
4833 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
4834
4835 * org.texi (References): Add information about remote references.
4836 (Built-in table editor): Document `C-c RET' in tables.
4837 (Math symbols, Quoting LaTeX code): Mention that simple
4838 LaTeX macros survive LaTeX export.
4839 (Images in LaTeX export): Show how to create a reference to a
4840 figure.
4841 (Sectioning structure): Document that the LaTeX class can be
4842 specified in a property.
4843 (Text areas in HTML export): New section.
4844 (External links): Add examples for text search and ID links.
4845 (Built-in table editor): Remove the descriptio of `C-c
4846 C-q', it not longer works.
4847 (Literal examples): Document that a space must follow
4848 the colon in short examples.
4849 (Relative timer): Document `org-timer-stop'.
4850 (Footnotes): New section.
4851 (Footnote markup): Shorten section and refer to new Footnote
4852 section.
4853 (Literal examples): Add documentation for line
4854 numbering in and references to code examples.
4855 (CSS support): Fix the description of default CSS styles.
4856 (Capturing column view): Document
4857 "file:path/to/file.org" as an allowed value for the ID property of
4858 a dynamic block copying column view.
4859
4860 2009-01-23 Stephen Eglen <stephen@gnu.org>
4861
4862 * mh-e.texi (Getting Started): Describe $MH.
4863
4864 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
4865
4866 * tramp.texi (all): Harmonize usage of "external method",
4867 "external transfer method" and "out-of-band method".
4868 (Connection types): Precise the differences of inline and external
4869 methods. Written by Adrian Phillips <a.phillips@met.no>.
4870
4871 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4872
4873 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4874 commands as described at the top. Reported by Allan Gottlieb
4875 <gottlieb@nyu.edu>.
4876
4877 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4878
4879 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4880 nnmail-pathname-coding-system.
4881
4882 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4883
4884 * org.texi (Relative timer): Fix typo.
4885
4886 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
4887
4888 * org.texi (Clocking work time): Fix typo.
4889 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
4890
4891 2009-01-13 Glenn Morris <rgm@gnu.org>
4892
4893 * org.texi: Fix some more typos.
4894
4895 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4896
4897 * org.texi: Fix some typos.
4898
4899 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4900
4901 * gnus.texi (Group Parameters): Add note for local variables.
4902
4903 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4904
4905 * gnus.texi (Converting Kill Files): Fix URL.
4906 Include gnus-kill-to-score.el in contrib directory.
4907
4908 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4909
4910 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4911 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4912 (Paging the Article): Add index entry.
4913
4914 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4915
4916 * ada-mode.texi (Examples): Delete redundant text.
4917
4918 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
4919
4920 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4921
4922 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4923 addresses.
4924
4925 2009-01-03 Bill Wohler <wohler@newt.com>
4926
4927 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4928 kept empty.
4929
4930 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
4931
4932 * org.texi (Activation, Exporting, ASCII export, HTML export)
4933 (HTML Export commands, LaTeX/PDF export commands):
4934 Improve documentation about transient-mark-mode.
4935 (References): Document the use of special names like $LR1 to reference
4936 to fields in the last table row.
4937
4938 2008-12-19 Juri Linkov <juri@jurta.org>
4939
4940 * info.texi (Search Text): Remove mention of removed key binding M-s.
4941
4942 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
4943
4944 * org.texi (References): Remove mentioning of @0 as reference for the
4945 last line, this has been reverted in the Lisp sources.
4946
4947 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
4948
4949 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4950 (DVI_TARGETS): Remove duplicates. Add sasl.
4951 ($(infodir)/sasl, sasl.dvi): New targets.
4952
4953 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
4954
4955 * org.texi: Version number pushed to 6.15d.
4956
4957 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
4958
4959 * org.texi (Tables in LaTeX export): New section.
4960 (Images in LaTeX export): New section.
4961 (Inlined images, Images in HTML export): Sections renamed.
4962
4963 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4964
4965 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4966
4967 2008-12-04 David Engster <dengste@eml.cc>
4968
4969 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
4970 of nnml-get-new-mail. Change URL for mairix patch.
4971
4972 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4973
4974 * org.texi (Using the mapping API): Fix bug in mapping example.
4975 (Publishing options): Make the list of properties complete again, in
4976 correspondence to the variable `org-export-plist-vars'.
4977 (Property searches): Document new special values for time comparisons.
4978 (Tag inheritance): Refine the description of tag inheritance.
4979 (Project alist): Add info about the publishing sequence of components.
4980 (Effort estimates): Document the new relative timer.
4981
4982 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4983
4984 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4985 (Using Calc): Clarify use of `C-x * o'.
4986 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4987
4988 2008-11-28 Richard M Stallman <rms@gnu.org>
4989
4990 * dbus.texi (Receiving Method Calls): Clean up previous change.
4991
4992 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
4993
4994 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4995 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4996 `dbus-unescape-from-identifier'.
4997 (Receiving Method Calls): New constants `dbus-service-emacs' and
4998 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
4999 (Signals): Use the constants in the example.
5000
5001 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
5002
5003 * org.texi: Re-apply change to FDL 1.3.
5004
5005 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
5006
5007 * org.texi (Setting up Remember): Document `org-remember-mode'.
5008 (External links): Document that bbdb links can use a regular
5009 expression.
5010 (External links): Document that elisp links can contain interactive
5011 commands.
5012
5013 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5014
5015 * viper.texi (viper-translate-all-ESC-keysequences):
5016 Description removed.
5017
5018 2008-11-19 Glenn Morris <rgm@gnu.org>
5019
5020 * doclicense.texi: Change to FDL 1.3.
5021 Relicense all texi files under FDL 1.3 or later.
5022
5023 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5024
5025 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
5026
5027 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
5028
5029 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
5030
5031 * ediff.texi: Version/date change.
5032
5033 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
5034
5035 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
5036
5037 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
5038
5039 * calc.texi (About This Manual): Comment out a mention of
5040 marginal notes.
5041
5042 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
5043
5044 * org.texi (Clocking work time): Document the :formula property of
5045 clock tables.
5046 (Structure editing, Refiling notes): Document refiling regions.
5047 (Agenda commands): Document the double-prefix version
5048 of the `l' command in the agenda.
5049 (Handling links): Explain the effect of a double prefix
5050 arg to `C-c C-o'.
5051 (TODO basics): Add documentation for tag triggers.
5052
5053 2008-10-23 Glenn Morris <rgm@gnu.org>
5054
5055 * cl.texi (Function Bindings): Mention `flet' fails to deal with
5056 byte-compiling things like `+'.
5057
5058 * ns-emacs.texi: Merge copyright years of author now with assignment
5059 into FSF years.
5060 (VER): Use it for easier automatic updating. Use Emacs version rather
5061 than standalone Emacs.app version.
5062
5063 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
5064
5065 * org.texi: Lots of minor fixes.
5066 (Capture): New chapter.
5067 (Org Plot): New section.
5068
5069 2008-09-30 Magnus Henoch <mange@freemail.hu>
5070
5071 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
5072
5073 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5074
5075 * calc.texi (User Defined Units): Mention how to enter optional display
5076 string.
5077
5078 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5079
5080 * message.texi (Sending Variables): Fix variable documentation to
5081 avoid the "y/n" wording.
5082
5083 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5084
5085 * message.texi (Sending Variables): Add `message-confirm-send' doc.
5086
5087 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5088
5089 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
5090 @enumerate section so as to be able to be formatted with MAKEINFO=no.
5091
5092 2008-09-22 Bill Wohler <wohler@newt.com>
5093
5094 Release MH-E manual version 8.1.
5095
5096 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5097 release 8.1.
5098
5099 * mh-e.texi: Retain dual license as agreed to by the FSF.
5100 However, bump GPL to Version 3.
5101 Use @include for license text.
5102
5103 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
5104
5105 * gnus.texi (Top, Setup, Fancy splitting to parent)
5106 (Store custom flags and keywords, Store arbitrary data):
5107 Clean up markup.
5108
5109 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
5110
5111 * gnus.texi (The Gnus Registry): Document it.
5112
5113 2008-09-08 David Engster <dengste@eml.cc>
5114
5115 * gnus.texi (nnmairix): Point out that nnml uses MH format.
5116 Clarify section about choosing back end servers.
5117
5118 2008-08-23 Glenn Morris <rgm@gnu.org>
5119
5120 * dired-x.texi (Shell Command Guessing):
5121 Mention dired-guess-shell-case-fold-search. (Bug#417)
5122
5123 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
5124
5125 * trampver.texi: Update release number.
5126
5127 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
5128
5129 * ns-emacs.texi: Update version.
5130 (Introduction): Correct menu location for options save.
5131 (Customization): Note that defaults are stored under org.gnu.Emacs.
5132
5133 2008-08-11 Bill Wohler <wohler@newt.com>
5134
5135 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
5136 explicit about GNU mailutils MH elsewhere (with thanks to Darel
5137 Henman) (closes SF #1768928).
5138
5139 2008-08-10 Glenn Morris <rgm@gnu.org>
5140
5141 * ns-emacs.texi: Use @copying. Change copyright of authors with
5142 assignment to FSF. Change license to GFDL.
5143 (Top): Remove outdated references.
5144
5145 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
5146
5147 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
5148 Add gnus-summary-sort-by-most-recent-number and
5149 gnus-summary-sort-by-most-recent-date.
5150 (Summary Sorting): Explain prefix argument.
5151
5152 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
5153
5154 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
5155 gnus-summary-pipe-output.
5156
5157 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
5158
5159 * dbus.texi (Receiving Method Calls): Document error handling of own
5160 D-Bus methods.
5161
5162 2008-08-01 Bill Wohler <wohler@newt.com>
5163
5164 * mh-e.texi (Reading Mail)
5165 (Viewing Attachments): Describe new function
5166 mh-show-preferred-alternative.
5167 (Sending Mail, Redistributing, Sending Message): Describe new hook
5168 mh-annotate-msg-hook.
5169
5170 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
5171
5172 * dbus.texi (Arguments and Signatures): Fix example.
5173 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
5174 (Asynchronous Methods): New node.
5175 (Errors and Events): Describe extended layout of `dbus-event'.
5176 New defun `dbus-event-message-type'.
5177
5178 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5179
5180 * ediff.texi: Remove VMS support.
5181
5182 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
5183
5184 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
5185 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
5186
5187 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
5188
5189 * Makefile.in: Add mairix-el targets.
5190
5191 2008-07-29 David Engster <deng@randomsample.de>
5192
5193 * mairix-el.texi: New file.
5194
5195 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
5196
5197 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
5198 project files. Delete 'main_unit' project variable; not needed. Allow
5199 process environment variables wherever project variables are allowed.
5200 Add tutorial section on multiple GNAT project files.
5201
5202 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
5203
5204 Sync with Tramp 2.1.14.
5205
5206 * trampver.texi: Update release number.
5207
5208 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5209
5210 * ns-emacs.texi:
5211 * faq.texi: Remove mentions of Mac Carbon.
5212
5213 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5214
5215 * gnus.texi (Saving Articles): Describe the 2nd argument of
5216 gnus-summary-save-in-pipe.
5217 (SpamAssassin): Use it.
5218
5219 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
5220
5221 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
5222
5223 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
5224
5225 * org.texi (Export options): Document the use of the creator flag.
5226
5227 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
5228
5229 * org.texi: New version 6.06a.
5230
5231 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
5232
5233 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
5234 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
5235
5236 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
5237
5238 * calc.texi (Editing Stack Entries):
5239 (Algebraic Entry): Rewrite introductory sentences so it can be used by
5240 Calc's help functions. Mention fixing typos.
5241 (Customizing Calc): Fix typo.
5242
5243 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
5244
5245 * calc.texi (summarykey): New macro. Use to correctly format keys in
5246 the summary.
5247
5248 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
5249
5250 * ns-emacs.texi (Customization): Corrected documentation on color
5251 specification formats.
5252
5253 2008-07-19 Andreas Schwab <schwab@suse.de>
5254
5255 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
5256
5257 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
5258 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
5259
5260 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
5261
5262 * dbus.texi (Inspection): Rework, introduce submenus.
5263 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
5264 (Properties and Annotations, Arguments and Signatures): New nodes.
5265
5266 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
5267
5268 * dbus.texi (Receiving Method Calls): Fix description of
5269 `dbus-register-method'.
5270 (Signals): Allow also signal arguments for filtering in
5271 `dbus-register-signal'.
5272
5273 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
5274
5275 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
5276 `cnorm'.
5277 (Arithmetic Tutorial): Simplify the verification of prime factors.
5278
5279 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5280
5281 * gnus.texi (Saving Articles): Mention
5282 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
5283
5284 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
5285
5286 * calc.texi: Adjust mode line throughout.
5287
5288 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
5289
5290 * sasl.texi (Mechanisms): Fix typos.
5291
5292 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5293
5294 * calc.texi (Killing from the stack): Mention using normal Emacs
5295 copying.
5296
5297 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
5298
5299 * tramp.texi (Password handling): Rename from "Password caching".
5300 Add `auth-source' mechanism.
5301 (Connection caching): Tramp reopens the connection automatically,
5302 when the operating system on the remote host has been changed.
5303
5304 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5305
5306 * makefile.w32-in (distclean): Remove makefile.
5307
5308 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
5309
5310 * org.texi (Using the mapping API): New section.
5311 (Agenda column view): New section.
5312 (Moving subtrees): Document archiving to the archive sibling.
5313 (Agenda commands): Document columns view in the agenda.
5314 (Using the property API): Document the API for multi-valued properties.
5315
5316 2008-06-17 Jason Riedy <jason@acm.org>
5317
5318 * org.texi (A LaTeX example): Note that fmt may be a one-argument
5319 function, and efmt may be a two-argument function.
5320 (Radio tables): Document multiple destinations.
5321
5322 2008-06-16 Glenn Morris <rgm@gnu.org>
5323
5324 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
5325 Add Cover-Texts.
5326
5327 2008-06-15 Glenn Morris <rgm@gnu.org>
5328
5329 * faq.texi (VER): Update to 23.0.60.
5330
5331 * mh-e.texi: Remove option of licensing under GPL.
5332 Add Cover-Texts to GFDL permissions notice.
5333 (GPL): Remove section.
5334 (GFDL): Include doclicense.texi rather than the actual text.
5335
5336 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
5337 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
5338
5339 * sasl.texi: Fix output file name.
5340
5341 * epa.texi, sasl.texi: Refer to license in Emacs manual.
5342
5343 * gnus-coding.texi: Refer to license in Gnus manual.
5344
5345 * idlwave.texi, sasl.texi: Use @copying.
5346
5347 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
5348
5349 * speedbar.texi: Update Back-Cover Text as per maintain.info.
5350
5351 * url.texi: Use @copying, @title, @subtitle, @author.
5352
5353 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
5354 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
5355 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
5356 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
5357 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
5358 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
5359 * widget.texi, woman.texi:
5360 Remove references to external license, since doclicense is included.
5361
5362 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
5363 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
5364 Remove references to non-existent Invariant Sections.
5365
5366 2008-06-14 Glenn Morris <rgm@gnu.org>
5367
5368 * faq.texi (Major packages and programs): Remove references to external
5369 Supercite, Calc, VIPER, since they have been included for some time.
5370 Update VM, AUCTeX, BBDB entries.
5371
5372 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
5373
5374 * newsticker.texi: Updated to match latest newsticker changes.
5375
5376 2008-06-13 Glenn Morris <rgm@gnu.org>
5377
5378 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
5379 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
5380 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
5381 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
5382 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
5383 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
5384 * woman.texi:
5385 Update Back-Cover Text as per maintain.info.
5386
5387 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5388
5389 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
5390
5391 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
5392 (gnus-faq.xml): Update repository host.
5393
5394 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
5395
5396 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
5397
5398 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
5399 Fix a typo.
5400
5401 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
5402
5403 * gnus.texi (Mail Source Customization): Correct values of
5404 `mail-source-delete-incoming'. Reported by Tassilo Horn.
5405 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
5406
5407 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5408
5409 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
5410 coding standards.
5411
5412 2008-06-14 David Engster <dengste@eml.cc>
5413
5414 * gnus.texi (nnmairix): Markup fixes.
5415
5416 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5417
5418 * gnus.texi (nnmairix): Markup and other minor fixes.
5419
5420 2008-06-05 David Engster <dengste@eml.cc>
5421
5422 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
5423
5424 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
5425
5426 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
5427 (Searching, nnir, nnmairix): New stub nodes.
5428
5429 2008-05-30 Felix Lee <felix.1@canids.net>
5430
5431 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
5432
5433 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
5434
5435 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
5436
5437 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
5438
5439 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
5440
5441 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
5442
5443 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
5444
5445 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
5446
5447 * info.texi (Top): Fix typo in xref.
5448
5449 2008-05-05 Karl Berry <karl@gnu.org>
5450
5451 * info.texi (Top): @xref to stand-alone manual.
5452
5453 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5454
5455 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
5456 (Various Summary Stuff): Fix typo in last xref.
5457
5458 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
5459
5460 * org.texi (Moving subtrees): Fix typo.
5461
5462 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
5463
5464 * tramp.texi (Frequently Asked Questions): Explain, how to disable
5465 Tramp via `tramp-mode'.
5466
5467 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
5468
5469 * org.texi: Massive changes, in many parts of the file.
5470
5471 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5472
5473 * gnus.texi (Oort Gnus): Add message-fill-column.
5474
5475 2008-04-12 Adrian Aichner <adrian@xemacs.org>
5476
5477 * gnus.texi (Mail Source Specifiers): Typo fix.
5478
5479 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5480
5481 * gnus.texi (Diary Headers Generation): Update key binding for
5482 `gnus-diary-check-message'.
5483
5484 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5485
5486 * gnus.texi (Emacsen): Addition.
5487
5488 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
5489
5490 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
5491
5492 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5493
5494 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
5495
5496 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
5497
5498 * gnus-news.texi: Update tool bar item.
5499
5500 2008-04-09 Sven Joachim <svenjoac@gmx.de>
5501
5502 * gnus-news.texi: Fix typos.
5503
5504 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
5505
5506 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
5507 Add mention of `kron'.
5508
5509 2008-04-01 Daiki Ueno <ueno@unixuser.org>
5510
5511 * epa.texi (Encrypting/decrypting *.gpg files):
5512 Document epa-file-name-regexp.
5513
5514 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5515
5516 * gnus.texi (Example Methods): Fix description about ssh-agent.
5517 (Indirect Functions): Fix the default value of nntp-telnet-command;
5518 remove link to connect.html.
5519
5520 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
5521
5522 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
5523 dbus-call-method.
5524 (Receiving Method Calls): The timeout can be set by the calling client.
5525
5526 * trampver.texi: Update release number.
5527
5528 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
5529
5530 * gnus.texi (Top): Fix version. Add SASL.
5531
5532 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
5533
5534 Sync with Tramp 2.1.13.
5535
5536 * trampver.texi: Update release number.
5537
5538 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
5539
5540 * org.texi: Update to new org-mode website.
5541
5542 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5543
5544 * cl.texi (For Clauses): Fix loop over key-seq to match code.
5545
5546 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5547
5548 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
5549 gnus-read-ephemeral-gmane-group-url,
5550 gnus-read-ephemeral-emacs-bug-group,
5551 gnus-read-ephemeral-debian-bug-group.
5552
5553 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5554
5555 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
5556
5557 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
5558 Add FIXMEs for Bookmarks and gnus-registry-marks.
5559
5560 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5561
5562 * gnus.texi (Smileys): Document `smiley-style'.
5563
5564 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5565
5566 * gnus.texi (Gnus Development): Clarify difference between ding and
5567 gnu.emacs.gnus.
5568 (MIME Commands, Using MIME, RSS): Fix markup.
5569
5570 * gnus-faq.texi ([8.4]): Ditto.
5571
5572 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5573
5574 * gnus.texi (Emacsen): Remove obsolete stuff.
5575
5576 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5577
5578 * gnus.texi (Oort Gnus): Add version info WRT
5579 `mail-source-delete-incoming'.
5580
5581 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5582
5583 * gnus.texi (Top): Add "Other related manuals" and version info in
5584 `iftex' output.
5585 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
5586 gnus-balloon-face-0 and the corresponding format specifiers.
5587
5588 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
5589
5590 * tramp.texi (Filename completion): Remove footnote about let-bind
5591 of `partial-completion-mode'. It doesn't work this way.
5592
5593 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5594
5595 * pcl-cvs.texi (Contributors): Update my email.
5596
5597 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
5598
5599 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
5600
5601 2008-03-17 Bill Wohler <wohler@newt.com>
5602
5603 * mh-e.texi (Viewing): Update URL for adding header fields to
5604 mh-invisible-header-fields-default.
5605
5606 2008-03-16 Bill Wohler <wohler@newt.com>
5607
5608 * mh-e.texi (Preface): Add Gnus to requirements.
5609 (Forwarding): Note that forwarded MIME messages are now inline.
5610
5611 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
5614 (Common Variables): Give precedence to the netcat methods over the
5615 telnet methods, and mention that they are more reliable.
5616
5617 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
5618
5619 * org.texi (Exporting Agenda Views): Document agenda export to
5620 iCalendar.
5621 (Progress logging): Document the new progress logging stuff.
5622
5623 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5624
5625 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
5626 Update for change of `mail-source-delete-incoming'.
5627
5628 * gnus-news.texi: Ditto.
5629
5630 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5631
5632 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
5633 custom versions.
5634
5635 2008-03-07 Alan Mackenzie <acm@muc.de>
5636
5637 * cc-mode.texi (Limitations and Known Bugs): State that the number of
5638 parens/brackets in a k&r region is limited.
5639
5640 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5641
5642 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
5643 using different Emacs versions.
5644
5645 2008-02-27 Glenn Morris <rgm@gnu.org>
5646
5647 * sc.texi: Remove a lot of old and obsolete info.
5648 (titlepage): Simplify.
5649 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
5650 (VM with any Emacsen, GNEWS with any Emacsen)
5651 (Overloading for Non-conforming MUAs, Version 3 Changes)
5652 (The Supercite Mailing List): Delete nodes.
5653 (Introduction): Remove info about old packages.
5654 (Getting Connected): Simplify. Remove info about old packages.
5655 (Citing Commands): Delete Emacs 19 info.
5656 (Hints to MUA Authors): Simplify.
5657 (Thanks and History): Merge in some info from the deleted node
5658 "Version 3 Changes".
5659
5660 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
5661
5662 * org.texi (Setting tags, In-buffer settings):
5663 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
5664
5665 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5666
5667 * gnus-news.texi: Mention that spaces and tabs are allowed in the
5668 installation directory name.
5669
5670 2008-02-12 Romain Francoise <romain@orebokech.com>
5671
5672 * epa.texi (Overview): Fix typo.
5673
5674 2008-02-11 Daiki Ueno <ueno@unixuser.org>
5675
5676 * epa.texi (Quick start): Remove the .emacs setting.
5677
5678 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5679
5680 * epa.texi (Quick start): Use the command `epa-enable' instead of
5681 loading `epa-setup'.
5682
5683 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
5684
5685 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
5686 ($(infodir)/epa, epa.dvi): New targets.
5687
5688 2008-02-08 Daiki Ueno <ueno@unixuser.org>
5689
5690 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
5691
5692 * epa.texi: New manual documenting the EasyPG Assistant.
5693
5694 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
5695
5696 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
5697 (Inspection): New function dbus-ping.
5698
5699 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
5700
5701 * tramp.texi (Remote processes): Add `shell-command'.
5702
5703 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
5704
5705 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5706 (Group Parameters): Document `mail-source' parameter.
5707
5708 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
5709
5710 * tramp.texi (Inline methods): The hostname of the su(do)? methods
5711 must be a local host.
5712
5713 2008-01-26 Michael Olson <mwolson@gnu.org>
5714
5715 * erc.texi: Update version for ERC 5.3 release.
5716 (Obtaining ERC): Update extras URLs for 5.3.
5717 (Development): Write instructions for git, and remove those for Arch.
5718 (History): Mention the switch to git.
5719
5720 2008-01-24 Karl Berry <karl@gnu.org>
5721
5722 * info.texi (Search Index, Search Text): Mention the command
5723 character in the section name, a la the (Go to node) node.
5724
5725 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
5726
5727 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5728
5729 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5730
5731 * gnus-news.texi: Mention gnus-article-describe-bindings.
5732
5733 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5734
5735 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5736
5737 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
5738
5739 * org.texi (Property inheritance): New section.
5740 (Conventions): New section.
5741 (Structure editing): Document C-RET, the prefix arg to the cut/copy
5742 commands, and the new bindings for refiling.
5743 (Sparse trees): Document the new special command for sparse trees.
5744 (References): Be more clear about the counting of hilines.
5745 (Handling links): Document M-p/n for accessing links.
5746 (Fast access to TODO states): New section.
5747 (Per file keywords): New section.
5748 (Property inheritance): New section.
5749 (Column attributes): New summary types.
5750 (Capturing Column View): New section.
5751 (The date/time prompt): Cover the new features in the date/time prompt.
5752 Compactify the table of keys for the calendar remote control.
5753 (Clocking work time): Document the new :scope parameter.
5754 (Remember): Promoted to chapter.
5755 (Quoted examples): New section.
5756 (Enhancing text): New verbatim environments.
5757
5758 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
5759
5760 * trampver.texi: Update release number.
5761
5762 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5763
5764 * gnus.texi (Article Keymap):
5765 Add gnus-article-wide-reply-with-original; fix descriptions of
5766 gnus-article-reply-with-original and
5767 gnus-article-followup-with-original.
5768
5769 2008-01-09 Glenn Morris <rgm@gnu.org>
5770
5771 * nxml-mode.texi: Add @copying section.
5772
5773 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5774
5775 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5776 Server". Add `message-send-mail-with-mailclient'.
5777
5778 * gnus.texi (Posting Server): Move some text to "(message)Mail
5779 Variables" and add a reference here.
5780
5781 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
5782
5783 * dbus.texi (Receiving Method Calls): New chapter.
5784 (Errors and Events): Add serial number to events. Replace "signal" by
5785 "message". Introduce dbus-event-serial-number.
5786
5787 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
5788
5789 * dbus.texi (Type Conversion): Explain the type specification for empty
5790 arrays. Use another example.
5791
5792 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
5793
5794 * dbus.texi (all): Replace "..." by @dots{}.
5795 (Type Conversion): Precise the value range for :byte types.
5796 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5797 Mention its return value.
5798 (Errors and Events): There is no D-Bus error propagation during event
5799 processing.
5800
5801 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5802
5803 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5804 New sections.
5805
5806 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5807
5808 * gnus.texi (Group Parameters): Reorder the text and add a note about
5809 `gnus-parameters' near the beginning of the node.
5810
5811 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5812
5813 * gnus.texi (Score File Editing): Fix function name.
5814
5815 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
5816
5817 Sync with Tramp 2.1.12.
5818
5819 * trampver.texi: Update release number.
5820
5821 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
5822
5823 * dbus.texi (Type Conversion): Correct input parameters mapping.
5824
5825 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
5826
5827 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5828 (Errors and Events): Mention wrong-type-argument error.
5829
5830 2007-12-21 Alex Schroeder <alex@gnu.org>
5831
5832 * rcirc.texi: Changed single spaces after sentence end to double
5833 spaces. Fixed some typos.
5834 (Internet Relay Chat): Explain relay.
5835 (Getting started with rcirc): Change items to reflect prompts.
5836 Add more explanation to rcirc-track-minor-mode and added a comment to
5837 warn future maintainers that this section is a copy.
5838 (People): Change /ignore example.
5839 (Keywords): Not keywords.
5840
5841 2007-12-20 Alex Schroeder <alex@gnu.org>
5842
5843 * rcirc.texi (Top): Fighting Information Overload chapter added.
5844 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
5845 (rcirc commands): Move /ignore command to the new chapter.
5846 (Fighting Information Overload): New chapter documenting /keyword,
5847 /bright, /dim, channel ignore, and low priority channels.
5848 (Configuration): Document rcirc-server-alist, remove
5849 rcirc-startup-channels-alist and rcirc-default-server.
5850
5851 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
5852
5853 * dbus.texi (Signals): Fix example in dbus-register-signal.
5854
5855 2007-12-14 Sven Joachim <svenjoac@gmx.de>
5856
5857 * gnus.texi (Score Variables): Fix typo.
5858
5859 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
5860
5861 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5862 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5863 (Errors and Events): Adapt dbus-event.
5864
5865 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5866
5867 * gnus.texi (Other Files): Add the yenc command.
5868
5869 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5870
5871 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5872 since 2004-08-06.
5873
5874 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5875
5876 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5877 on body.
5878
5879 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5880
5881 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5882 and rfc2047-allow-irregular-q-encoded-words; fix description of
5883 rfc2047-encode-encoded-words.
5884
5885 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5886
5887 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5888
5889 2007-12-05 Michael Olson <mwolson@gnu.org>
5890
5891 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5892 Update documentation for `remember-diary-file'.
5893
5894 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
5895
5896 * dbus.texi (Signals): Precise `dbus-register-signal'.
5897 (Errors and Events): Rework events part, the internal structure of
5898 dbus-event has changed.
5899
5900 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
5901
5902 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5903 ($(infodir)/dbus, dbus.dvi): New targets.
5904
5905 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
5906
5907 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5908 unconditionally.
5909
5910 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5911 emulation with @print{}.
5912
5913 2007-12-02 Richard Stallman <rms@gnu.org>
5914
5915 * dbus.texi (Overview): Minor cleanup.
5916
5917 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
5918
5919 * Makefile.in (INFO_TARGETS): Add dbus.
5920 (DVI_TARGETS): Add dbus.dvi.
5921 (dbus, dbus.dvi): New targets.
5922
5923 * dbus.texi: New file.
5924
5925 2007-11-24 Romain Francoise <romain@orebokech.com>
5926
5927 * nxml-mode.texi: Add description in @direntry.
5928 Fix file name to match @setfilename.
5929
5930 2007-11-23 Mark A. Hershberger <mah@everybody.org>
5931
5932 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5933 ($(infodir)/nxml-mode): New rule.
5934
5935 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5936 ($(infodir)/nxml-mode): New rule.
5937 (clean): Add nxml-mode*.
5938
5939 * nxml-mode.texi: New file with nxml manual.
5940
5941 2007-11-18 Richard Stallman <rms@gnu.org>
5942
5943 * flymake.texi (Example -- Configuring a tool called directly):
5944 Update example.
5945
5946 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
5947
5948 * tramp.texi (Filename completion): Simplify explanation of
5949 double-slash behavior. Explain directory contents flushing.
5950
5951 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5952
5953 * calc.texi (TeX and LaTeX Language Modes): Put in
5954 missing braces.
5955
5956 2007-11-15 Richard Stallman <rms@gnu.org>
5957
5958 * cl.texi (Equality Predicates): Delete `eql'.
5959 (Predicates, Naming Conventions, Top): Delete `eql'.
5960 (Common Lisp Compatibility): Delete `eql'.
5961 (Porting Common Lisp): Delete obsolete backquote info.
5962 Minor clarification about character constants.
5963 (Sequence Basics): Minor clarification.
5964
5965 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
5966
5967 * cc-mode.texi (Electric Keys, Custom Macros):
5968 * tramp.texi (Filename completion): Fix typos.
5969
5970 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5971
5972 * calc.texi (Basic commands): Mention the menu.
5973
5974 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
5975
5976 * tramp.texi (Connection caching): Tramp flushes connection
5977 properties when remote operating system has been changed.
5978
5979 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5980
5981 * gnus-news.texi: Fix spelling.
5982 `message-insert-formatted-citation-line', not
5983 `message-insert-formated-citation-line'.
5984
5985 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5986
5987 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
5988
5989 * tramp.texi (Overview): Mention also the PuTTY integration under
5990 w32. Remove paragraphs about Tramp's experimental status.
5991 (Frequently Asked Questions): Add code example for highlighting the
5992 mode line.
5993
5994 2007-11-03 Michael Olson <mwolson@gnu.org>
5995
5996 * remember.texi: Change mentions of remember-buffer to
5997 remember-finalize throughout.
5998
5999 2007-10-30 Michael Olson <mwolson@gnu.org>
6000
6001 * remember.texi (Copying): Remove.
6002 (Mailbox): Update with non-BBDB instructions.
6003 (Diary, Org): Add.
6004 (Bibliography, Planner Page): Remove.
6005
6006 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
6007
6008 * makefile.w32-in (INFO_TARGETS): Add remember.
6009 (DVI_TARGETS): Add remember.dvi.
6010 ($(infodir)/remember): New rule.
6011 (clean): Add remember*.
6012
6013 2007-10-30 Michael Olson <mwolson@gnu.org>
6014
6015 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
6016 ($(infodir)/remember): New rule that builds the Remember Manual.
6017
6018 * remember.texi: New file containing the Remember Mode Manual.
6019 Shuffle chapters around after initial import.
6020 (Function Reference): Split Keystrokes into separate chapter.
6021 (Keystrokes): Document C-c C-k.
6022 (Introduction): Fix typographical issue with "---".
6023
6024 2007-10-29 Richard Stallman <rms@gnu.org>
6025
6026 * widget.texi (Introduction): Delete discussion of implementation
6027 internals.
6028
6029 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
6030
6031 * tramp.texi (Connection caching): Host names must be different
6032 when tunneling.
6033
6034 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6035
6036 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
6037 Gnus v5.13.
6038
6039 2007-10-28 Miles Bader <miles@gnu.org>
6040
6041 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
6042
6043 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6044
6045 * gnus.texi (Sorting the Summary Buffer):
6046 Remove gnus-article-sort-by-date-reverse.
6047
6048 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6049
6050 * gnus.texi (Non-ASCII Group Names): New node.
6051 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
6052 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
6053
6054 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6055
6056 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
6057 clean the output of the program `imap-shell-program'.
6058
6059 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6060
6061 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
6062
6063 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
6064
6065 * gnus.texi (Sticky Articles): Documentation for sticky article
6066 buffers.
6067
6068 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6069
6070 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
6071
6072 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6073
6074 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
6075
6076 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6077
6078 * gnus.texi (Archived Messages):
6079 Document gnus-update-message-archive-method.
6080
6081 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6082
6083 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
6084
6085 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6086
6087 * gnus.texi (Group Maneuvering):
6088 Document `gnus-summary-next-group-on-exit'.
6089
6090 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6091
6092 * gnus.texi (Really Various Summary Commands):
6093 Mention gnus-auto-select-on-ephemeral-exit.
6094
6095 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6096
6097 * gnus.texi, message.texi: Bump version number.
6098
6099 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6100
6101 * gnus.texi (Group Line Specification, Misc Group Stuff)
6102 (Server Commands): Parenthesize @pxref{Mail Spool}.
6103
6104 2007-10-28 Didier Verna <didier@xemacs.org>
6105
6106 New user option: message-signature-directory.
6107 * message.texi (Insertion Variables): Document it.
6108 * gnus.texi (Posting Styles): Ditto.
6109
6110 2007-10-28 Didier Verna <didier@xemacs.org>
6111
6112 * gnus.texi (Group Line Specification):
6113 * gnus.texi (Misc Group Stuff):
6114 * gnus.texi (Server Commands): Document the group compaction feature.
6115
6116 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6117
6118 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
6119
6120 * message.texi (Various Message Variables): Add message-fill-column.
6121
6122 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6123
6124 * gnus.texi: Untabify.
6125
6126 2007-10-28 Didier Verna <didier@xemacs.org>
6127
6128 * gnus.texi (Group Parameters): Document the posting-style merging
6129 process in topic-mode.
6130
6131 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6132
6133 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
6134
6135 2007-10-28 Romain Francoise <romain@orebokech.com>
6136
6137 * gnus.texi (Mail Spool): Fix typo.
6138 Update copyright.
6139
6140 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6141
6142 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
6143
6144 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6145
6146 * gnus.texi (Summary Generation Commands):
6147 Add gnus-summary-insert-ticked-articles.
6148
6149 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6150
6151 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
6152 to spam-spamassassin-program.
6153
6154 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6155
6156 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
6157
6158 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6159
6160 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
6161
6162 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6163
6164 * message.texi (Mail Headers): Document `opportunistic'.
6165
6166 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6167
6168 * emacs-mime.texi (Encoding Customization): Explain how to set
6169 mm-coding-system-priorities per hierarchy.
6170
6171 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6172
6173 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
6174 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
6175
6176 2007-10-28 Didier Verna <didier@xemacs.org>
6177
6178 * message.texi (Wide Reply): Update documentation of
6179 message-dont-reply-to-names (now allowing a list of regexps).
6180
6181 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6182
6183 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
6184
6185 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6186
6187 * gnus.texi (SpamAssassin back end): Fix typo.
6188
6189 * sieve.texi (Examples): Fix grammar.
6190
6191 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6192
6193 * gnus.texi (Searching for Articles): Document M-S and M-R.
6194 (Limiting): Document / b.
6195
6196 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6197
6198 * gnus.texi (Thread Commands): T M-^.
6199
6200 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6201
6202 * message.texi (Mail Aliases): Document ecomplete.
6203 (Mail Aliases): Fix typo.
6204
6205 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6206
6207 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
6208 fix typo.
6209
6210 2007-10-28 Romain Francoise <romain@orebokech.com>
6211
6212 * gnus.texi (Mail Spool): Grammar fix.
6213
6214 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6215
6216 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
6217 string.
6218
6219 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6220
6221 * gnus.texi (Group Parameters): Fix description.
6222
6223 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6224
6225 * gnus.texi (Gmane Spam Reporting):
6226 Fix spam-report-gmane-use-article-number.
6227 Add spam-report-user-mail-address.
6228
6229 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6230
6231 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
6232
6233 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6234
6235 * gnus.texi (Group Parameters): Add simplified sorting example based on
6236 example for `Sorting the Summary Buffer' from Jari Aalto
6237 <jari.aalto@cante.net>.
6238 (Example Methods): Add example for an indirect connection.
6239
6240 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
6241
6242 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
6243 (Agent Parameters): Update parameter names to match code.
6244 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
6245 'gnus-agent-summary-fetch-series'.
6246 (Agent and flags): New section providing a generalized discussion
6247 of flag handling.
6248 (Agent and IMAP): Remove flag discussion.
6249 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
6250
6251 2007-10-28 Romain Francoise <romain@orebokech.com>
6252
6253 * gnus.texi (Exiting the Summary Buffer): Add new function
6254 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
6255
6256 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6257
6258 * gnus.texi (Conformity): Fix typo.
6259 (Customizing Articles): Document `first'.
6260
6261 2007-10-28 Jari Aalto <jari.aalto@cante.net>
6262
6263 * gnus.texi (Sorting the Summary Buffer):
6264 Add `gnus-thread-sort-by-date-reverse'. Add example
6265 host to different sorting in NNTP and RSS groups.
6266
6267 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6268
6269 * message.texi (Insertion): Describe prefix for
6270 message-mark-inserted-region and message-mark-insert-file.
6271
6272 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6273
6274 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
6275 LaTeX documents. Describe "text/x-gnus-verbatim".
6276
6277 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6278
6279 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
6280 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
6281 (spam-stat spam filtering, SpamOracle)
6282 (Extending the Spam ELisp package): Remove extra quote symbol for
6283 clarity.
6284
6285 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6286
6287 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
6288 gnus-article-delete-part and gnus-article-replace-part.
6289 (Using MIME): Add gnus-mime-replace-part.
6290
6291 2007-10-28 Romain Francoise <romain@orebokech.com>
6292
6293 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
6294 requires `auto-compression-mode' to be enabled. Add new nnml
6295 variable `nnml-compressed-files-size-threshold'.
6296
6297 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6298
6299 * gnus.texi (Sorting the Summary Buffer):
6300 Add gnus-thread-sort-by-recipient.
6301
6302 2007-10-28 Romain Francoise <romain@orebokech.com>
6303
6304 * message.texi (Insertion Variables): Mention new variable
6305 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
6306 documentation accordingly.
6307
6308 2007-10-28 Romain Francoise <romain@orebokech.com>
6309
6310 * gnus.texi (To From Newsgroups): Mention new variables
6311 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
6312
6313 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6314
6315 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
6316 stuff; gnus-mime-inline-part does the automatic decompression.
6317
6318 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6319
6320 * gnus.texi (Spam ELisp Package Configuration Examples):
6321 "training.ham" should be "training.spam".
6322
6323 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6324
6325 * message.texi (Mail Variables): Fix the default value for
6326 message-send-mail-function.
6327
6328 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6329
6330 * gnus.texi (Optional Back End Functions): nntp-request-update-info
6331 always returns nil exceptionally.
6332
6333 2007-10-28 Simon Josefsson <jas@extundo.com>
6334
6335 * gnus.texi (Article Washing): Add libidn URL.
6336 Suggested by Michael Cook <michael@waxrat.com>.
6337
6338 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6339
6340 * gnus.texi (Topic Commands): Fix next/previous.
6341
6342 2007-10-28 Simon Josefsson <jas@extundo.com>
6343
6344 * gnus.texi (Article Washing): Mention `W i'.
6345
6346 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
6347
6348 * gnus.texi (Group Parameters): Slight extension of sieve
6349 parameter description.
6350
6351 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6352
6353 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
6354 matching score files as well.
6355 (Picons): Describe `gnus-picon-style'.
6356
6357 2007-10-28 Romain Francoise <romain@orebokech.com>
6358
6359 * message.texi (Message Headers): Mention that headers are hidden
6360 using narrowing, and how to expose them.
6361 Update copyright.
6362
6363 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6364
6365 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
6366 `gnus-summary-sort-by-recipient'.
6367
6368 2007-10-28 Romain Francoise <romain@orebokech.com>
6369
6370 * gnus.texi (NNTP marks): New node.
6371 (NNTP): Move NNTP marks variables to the new node.
6372
6373 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6374
6375 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
6376
6377 * gnus.texi (MIME Commands, Hashcash): Markup fix.
6378
6379 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6380
6381 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
6382 everywhere for consistency.
6383 (Filtering Spam Using The Spam ELisp Package): Admonish again.
6384 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
6385 Say "regular expression" instead of "regex." Admonish.
6386 Pick other words to sound better (s/so/thus/).
6387 (Spam ELisp Package Filtering of Incoming Mail):
6388 Mention statistical filters. Remove old TODO.
6389 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
6390 New section on sorting and displaying the spam score.
6391 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
6392 backend but an alias to spam-use-BBDB.
6393 (Extending the Spam ELisp package): Rewrite the example using the
6394 new backend functionality.
6395
6396 2007-10-28 Simon Josefsson <jas@extundo.com>
6397
6398 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
6399 nntp-marks-directory, from Romain Francoise
6400 <romain@orebokech.com>.
6401
6402 2007-10-28 Magnus Henoch <mange@freemail.hu>
6403
6404 * gnus.texi (Hashcash): New default value of
6405 hashcash-default-payment.
6406
6407 2007-10-28 Simon Josefsson <jas@extundo.com>
6408
6409 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
6410 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
6411
6412 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6413
6414 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
6415
6416 2007-10-28 Simon Josefsson <jas@extundo.com>
6417
6418 * gnus.texi (documentencoding): Add, to avoid warnings.
6419
6420 2007-10-28 Simon Josefsson <jas@extundo.com>
6421
6422 * message.texi (Mail Headers): Add.
6423
6424 * gnus.texi (Hashcash): Fix.
6425
6426 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6427
6428 * gnus.texi (Hashcash): Change location of library, also mention
6429 that payments can be verified and fix the name of the
6430 hashcash-path variable.
6431
6432 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6433
6434 * gnus.texi (Article Display): Add `gnus-picon-style'.
6435
6436 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6437
6438 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
6439
6440 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6441
6442 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
6443 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
6444 warning about ham processors in spam groups removed.
6445
6446 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6447
6448 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
6449 From Hubert Chan <hubert@uhoreg.ca>.
6450
6451 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6452
6453 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
6454 (Mailing List): Typo.
6455 (Customizing Articles): Add gnus-treat-ansi-sequences.
6456 (Article Washing): Index.
6457
6458 * message.texi: Use m-dash consistently.
6459
6460 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6461
6462 * gnus.texi (GroupLens): Remove.
6463
6464 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
6465
6466 * gnus.texi (Outgoing Messages, Agent Variables):
6467 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
6468 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
6469
6470 2007-10-28 Jesper Harder <harder@ifa.au.dk>
6471
6472 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
6473
6474 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6475
6476 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
6477
6478 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
6479
6480 2007-10-28 Simon Josefsson <jas@extundo.com>
6481
6482 * gnus.texi (Top): Add SASL.
6483
6484 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
6485
6486 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
6487
6488 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6489
6490 * gnus.texi (Troubleshooting): Adjust Gnus version number.
6491
6492 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
6493
6494 * calc.texi (Formulas, Composition Basics): Lower the
6495 precedence of negation.
6496
6497 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
6498
6499 * ses.texi (The Basics): Mention how to create a new spreadsheet.
6500 Mention the new three-letter column identifiers.
6501 (More on cell printing): Calculate-cell and truncate-cell are now `c'
6502 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
6503 message when using `c' on an empty default with default printer.
6504 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
6505 renamed to `ses--symbolic-formulas' some time ago.
6506
6507 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
6508
6509 * calc.texi (Default Simplifications, Making Selections)
6510 (Customizing Calc): Clarify associativity of multiplication.
6511
6512 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
6513
6514 * tramp.texi (Traces and Profiles): Simplify loop over
6515 `trace-function-background'.
6516
6517 2007-10-22 Juri Linkov <juri@jurta.org>
6518
6519 * dired-x.texi (Shell Command Guessing): Default values are now
6520 available by typing M-n instead of M-p.
6521
6522 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
6523
6524 * tramp.texi (Cleanup remote connections): New section.
6525 (Password caching): Remove `tramp-clear-passwd'.
6526 It's not a command anymore.
6527 (Bug Reports): Add `tramp-bug' to function index.
6528 (Function Index, Variable Index): New nodes.
6529 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
6530
6531 * trampver.texi: Update release number.
6532
6533 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6534
6535 * calc.texi (History and Acknowledgements): Turn comment
6536 about integer size into past tense.
6537 (Time Zones): Remove pointer to Calc author's address.
6538 (Trigonometric and Hyperbolic Functions): Mention cotangent
6539 and hyperbolic cotangent. Fix typo.
6540
6541 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
6542
6543 Sync with Tramp 2.1.11.
6544
6545 * trampver.texi: Update release number.
6546
6547 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
6548
6549 * tramp.texi (External packages): New section.
6550
6551 2007-09-29 Juri Linkov <juri@jurta.org>
6552
6553 * info.texi (Help-Int): Document `L' (`Info-history').
6554
6555 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
6556
6557 * org.texi: Change links to webpage and maintained email.
6558 (Remember): Promote to Chapter, significant changes.
6559 (Fast access to TODO states): New section.
6560 (Faces for TODO keywords): New section.
6561 (Export options): Example for #+DATE.
6562 (Progress logging): Section moved.
6563
6564 2007-09-26 Bill Wohler <wohler@newt.com>
6565
6566 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
6567 browse-url-at-mouse.
6568
6569 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
6570
6571 * flymake.texi (Customizable variables): Face names don't end in -face.
6572 Fix flymake-err-line-patterns template.
6573 (Example -- Configuring a tool called directly): Fix init-function.
6574 (Highlighting erroneous lines): Face names don't end in -face.
6575
6576 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
6577
6578 * erc.texi (Special-Features): Fix small typo.
6579
6580 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
6581
6582 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
6583 and "External transfer methods".
6584
6585 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
6586
6587 * calc.texi (Predefined Units): Add some history.
6588
6589 2007-09-08 Michael Olson <mwolson@gnu.org>
6590
6591 * erc.texi (Copying): New section included from gpl.texi.
6592 This matches the look of the upstream ERC manual.
6593
6594 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
6595
6596 * calc.texi (History and Acknowledgements): Adjust the "thanks".
6597 (Random Numbers): Clarify the distribution of `random'.
6598
6599 2007-09-06 Glenn Morris <rgm@gnu.org>
6600
6601 Move manual sources from man/ to subdirectories of doc/.
6602 Split into the Emacs manual in emacs/, and other manuals in misc/.
6603 Change all setfilename commands to use ../../info.
6604 * Makefile.in: Move the parts of the old man/Makefile.in that do not
6605 refer to the Emacs manual here.
6606 (infodir): New variable.
6607 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
6608 (cc-mode.texi, faq.texi): Update references to source file locations.
6609 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
6610 do not refer to the Emacs manual here.
6611 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
6612
6613 * Makefile.in: Add `basename' versions of all info targets, for
6614 convenience when rebuilding just one manual.
6615 (../etc/GNU): Delete obsolete target.
6616 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
6617 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
6618 *.vrs *.toc here...
6619 (maintainer-clean): ...from here.
6620
6621 * makefile.w32-in (../etc/GNU): Delete obsolete target.
6622
6623 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
6624
6625 * calc.texi (Date Conversions): Clarify definition of
6626 Julian day numbering.
6627 (Date Forms): Clarify definition of Julian day numbering;
6628 add some history.
6629
6630 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
6631
6632 * org.texi: Version 5.07.
6633
6634 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6635
6636 * message.texi (MIME): Replace mml-attach with mml-attach-file.
6637
6638 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
6639
6640 * org.texi (Adding hyperlink types): New section.
6641 (Embedded LaTeX): Chapter updated because of LaTeX export.
6642 (LaTeX export): New section.
6643 (Using links out): New section.
6644
6645 2007-08-22 Glenn Morris <rgm@gnu.org>
6646
6647 * faq.texi (Learning how to do something): Refcards now in
6648 etc/refcards/ directory.
6649
6650 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6651
6652 * tramp.texi (Remote Programs): Persistency file must be cleared when
6653 changing `tramp-remote-path'.
6654 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
6655 macro.
6656
6657 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6658
6659 * calc.texi: Move contents to beginning of file.
6660 (Algebraic Entry): Fix the formatting of an example.
6661
6662 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6663
6664 * calc.texi (Basic Operations on Units): Mention exact versus
6665 inexact conversions.
6666
6667 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6668
6669 * calc.texi (Basic Operations on Units): Mention default
6670 values for new units.
6671 (Quick Calculator Mode): Mention that binary format will
6672 be displayed.
6673
6674 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6675
6676 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
6677
6678 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6679
6680 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
6681
6682 2007-08-08 Glenn Morris <rgm@gnu.org>
6683
6684 * gnus.texi, sieve.texi: Replace `iff'.
6685
6686 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6687
6688 * calc.texi (Basic Graphics): Mention the graphing of error
6689 forms.
6690 (Graphics Options): Mention how `g s' handles error forms.
6691 (Curve Fitting): Mention plotting the curves.
6692 (Standard Nonlinear Models): Add additional models.
6693 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
6694 (Linear Fits): Correct result.
6695
6696 2007-08-01 Alan Mackenzie <acm@muc.de>
6697
6698 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
6699 to "--no-site-file".
6700
6701 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
6702
6703 * tramp.texi (Frequently Asked Questions): Point to mode line
6704 extension in Emacs 23.1.
6705
6706 * trampver.texi: Update release number.
6707
6708 2007-07-27 Glenn Morris <rgm@gnu.org>
6709
6710 * calc.texi (Copying): Include license text from gpl.texi, rather than
6711 in-line.
6712
6713 2007-07-25 Glenn Morris <rgm@gnu.org>
6714
6715 * calc.texi (Copying): Replace license with GPLv3.
6716
6717 * Relicense all FSF files to GPLv3 or later.
6718
6719 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6720
6721 Sync with Tramp 2.1.10.
6722
6723 * tramp.texi (trampfn): Expand macro implementation in order to handle
6724 empty arguments.
6725 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
6726 occurrences by trampfn.
6727 (Frequently Asked Questions): Extend example code for host
6728 identification in the modeline. Add bbdb to approaches shortening Tramp
6729 file names to be typed.
6730
6731 * trampver.texi: Update release number.
6732
6733 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6734
6735 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6736 section. Reported by <poti@potis.org>.
6737 (Remote processes): Arguments of the program to be debugged are taken
6738 literally.
6739 (Frequently Asked Questions): Simplify recentf example.
6740
6741 2007-07-14 Karl Berry <karl@gnu.org>
6742
6743 * info.texi (@copying): New Back-Cover Text.
6744
6745 * info.texi (Quitting Info): Move to proper place in source.
6746 (Reported by Benno Schulenberg.)
6747
6748 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6749
6750 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6751
6752 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6753
6754 * emacs-mime.texi: Add @documentencoding directive.
6755
6756 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6757
6758 * tramp.texi (Remote processes): Add an anchor to the subsection
6759 "Running a debugger on a remote host".
6760
6761 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
6762
6763 * tramp.texi (Remote processes): Don't call it "experimental" any
6764 longer. Add subsection about running a debugger on a remote host.
6765
6766 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
6767
6768 * org.texi (Properties and columns): Chapter rewritten.
6769
6770 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6771
6772 * tramp.texi:
6773 * trampver.texi: Migrate to Tramp 2.1.
6774
6775 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
6776
6777 * org.texi (Properties): New chapter.
6778
6779 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6780
6781 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6782 Control Panel.
6783
6784 * gnus.texi (Misc Article): Add index entry for
6785 gnus-single-article-buffer.
6786
6787 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6788
6789 * gnus.texi (Starting Up): Fix typo.
6790
6791 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6792
6793 * gnus.texi (Asynchronous Fetching): Fix typo.
6794
6795 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6796
6797 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6798 (About This Manual): Remove redundant information.
6799 (Getting Started): Mention author.
6800 (Basic Arithmetic, Customizing Calc): Make description of the
6801 variable `calc-multiplication-has-precedence' match its new effect.
6802
6803 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6804
6805 * calc.texi (Basic Arithmetic, Customizing Calc):
6806 Mention the variable `calc-multiplication-has-precedence'.
6807
6808 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
6809
6810 * org.texi (Tag): Section swapped with node Timestamps.
6811 (Formula syntax for Lisp): Document new `L' flag.
6812
6813 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6814
6815 * gnus.texi (Misc Group Stuff, Summary Buffer)
6816 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6817
6818 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
6819
6820 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6821 * gnus.texi (Article Buttons, Mail Source Customization)
6822 (Sending or Not Sending, Customizing NNDiary):
6823 * message.texi (Message Headers):
6824 * mh-e.texi (HTML): Fix typos.
6825
6826 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
6827
6828 Sync with Tramp 2.0.56.
6829
6830 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6831 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6832
6833 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
6834
6835 * Version 22.1 released.
6836
6837 2007-05-26 Michael Olson <mwolson@gnu.org>
6838
6839 * erc.texi (Modules): Fix references to completion modules.
6840
6841 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6842
6843 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6844
6845 2007-05-09 Didier Verna <didier@xemacs.org>
6846
6847 * gnus.texi (Email Based Diary): New. Proper documentation for the
6848 nndiary back end and the gnus-diary library.
6849
6850 2007-05-03 Karl Berry <karl@gnu.org>
6851
6852 * .cvsignore (*.pdf): New entry.
6853
6854 * texinfo.tex: Update from current version for better pdf generation.
6855
6856 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6857
6858 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6859
6860 2007-04-28 Glenn Morris <rgm@gnu.org>
6861
6862 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6863 consideration of legal status.
6864
6865 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6866
6867 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6868
6869 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
6870
6871 * faq.texi (New in Emacs 22): python.el removed.
6872
6873 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6874
6875 * calc.texi (Reporting bugs): Update maintainer's address.
6876
6877 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
6878
6879 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6880
6881 2007-04-15 Jay Belanger <belanger@truman.edu>
6882
6883 * calc.texi (Title page): Remove the date.
6884 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6885 (The Standard Calc Interface): Change trail title.
6886 (Floats): Mention that when non-decimal floats are entered, only
6887 approximations are stored.
6888 (Copying): Move to the appendices.
6889 (GNU Free Documentation License): Add as an appendix.
6890
6891 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
6892
6893 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6894 * dired-x.texi, ebrowse.texi, ediff.texi:
6895 * emacs-mime.texi, erc.texi, eshell.texi:
6896 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6897 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6898 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6899 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6900 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6901 * woman.texi: Include GFDL.
6902
6903 * doclicense.texi: Remove node heading, so that it can be included by
6904 other files.
6905
6906 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6907
6908 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6909 than *.
6910
6911 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
6912
6913 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6914 in Calc.
6915
6916 2007-04-09 Romain Francoise <romain@orebokech.com>
6917
6918 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6919 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6920 replace mouse-2.
6921
6922 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
6923
6924 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6925 renamed to woman-use-topic-at-point. Document new behavior.
6926
6927 2007-04-08 Richard Stallman <rms@gnu.org>
6928
6929 * url.texi: Fix some indexing.
6930 (Disk Caching): Drop discussion of old/other Emacs versions.
6931
6932 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
6933
6934 * url.texi (Disk Caching): Say Emacs 21 "and later".
6935
6936 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6937 on Font locking which now mentions JIT lock.
6938
6939 2007-04-01 Michael Olson <mwolson@gnu.org>
6940
6941 * erc.texi: Update for the ERC 5.2 release.
6942
6943 2007-03-31 David Kastrup <dak@gnu.org>
6944
6945 * woman.texi (Topic, Interface Options): Explain changes semantics of
6946 woman-manpath in order to consider MANPATH_MAP entries.
6947
6948 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6949
6950 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6951
6952 2007-03-26 Richard Stallman <rms@gnu.org>
6953
6954 * pgg.texi (Caching passphrase): Clean up previous change.
6955
6956 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6957
6958 * gnus.texi (Setting Process Marks): Fix typo.
6959
6960 2007-03-25 Romain Francoise <romain@orebokech.com>
6961
6962 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6963 readability, and include various fixes by Daniel Brockman, Nick Roberts
6964 and Dieter Wilhelm.
6965
6966 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6967
6968 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6969
6970 * gnus.texi (Mail Source Specifiers): Fix typo.
6971
6972 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
6973
6974 * reftex.texi (Imprint): Update maintainer information.
6975
6976 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6977
6978 * message.texi (Message Buffers): Update documentation for
6979 message-generate-new-buffers.
6980
6981 2007-03-15 Daiki Ueno <ueno@unixuser.org>
6982
6983 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6984
6985 2007-03-21 Glenn Morris <rgm@gnu.org>
6986
6987 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6988
6989 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
6990
6991 * eshell.texi (Known problems): Emacs 21 -> 22.
6992
6993 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6994
6995 2007-03-18 Jay Belanger <belanger@truman.edu>
6996
6997 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6998
6999 2007-03-12 Glenn Morris <rgm@gnu.org>
7000
7001 * calc.texi (Time Zones): Switch to new North America DST rule.
7002
7003 * calc.texi: Replace "daylight savings" with "daylight
7004 saving" in text throughout.
7005
7006 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7007
7008 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
7009 The variable now uses a list of symbols instead of just a symbol.
7010 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7011
7012 2007-03-06 Romain Francoise <romain@orebokech.com>
7013
7014 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
7015 new packages, and mention Gnus update.
7016
7017 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7018
7019 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
7020 nntp-open-connection-functions-never-echo-commands.
7021
7022 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
7023
7024 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
7025 problems on the console, and security risk in not using gpg-agent.
7026
7027 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
7028
7029 * org.texi (The spreadsheet): Rename from "Table calculations".
7030 Completely reorganized and rewritten.
7031 (CamelCase links): Section removed.
7032 (Repeating items): New section.
7033 (Tracking TODO state changes): New section.
7034 (Agenda views): Chapter reorganized and rewritten.
7035 (HTML export): Section rewritten.
7036 (Tables in arbitrary syntax): New section.
7037 (Summary): Better feature summary.
7038 (Activation): Document problem with cut-and-paste of Lisp code
7039 from PDF files.
7040 (Visibility cycling): Document indirect buffer use.
7041 (Structure editing): Document sorting.
7042 (Remember): Section rewritten.
7043 (Time stamps): Better description of time stamp types.
7044 (Tag searches): Document regular expression search for tags.
7045 (Stuck projects): New section.
7046 (In-buffer settings): New keywords.
7047 (History and Acknowledgments): Update description.
7048
7049 2007-02-24 Alan Mackenzie <acm@muc.de>
7050
7051 * cc-mode.texi (Movement Commands): Insert two missing command names.
7052 (Getting Started): Slight wording correction (use conditional).
7053
7054 2007-02-22 Kim F. Storm <storm@cua.dk>
7055
7056 * widget.texi (User Interface, Basic Types): Document need to put some
7057 text before the %v escape in :format string in editable-field widget.
7058
7059 2007-02-18 Romain Francoise <romain@orebokech.com>
7060
7061 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
7062 `cvs-mode-quit'.
7063
7064 2007-02-10 Markus Triska <markus.triska@gmx.at>
7065
7066 * widget.texi (Programming Example): Put constant strings in :format.
7067
7068 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
7069
7070 * faq.texi (Fullscreen mode on MS-Windows): New node.
7071
7072 2007-02-04 David Kastrup <dak@gnu.org>
7073
7074 * faq.texi (AUCTeX): Update version number. Should probably be done
7075 for other packages as well.
7076
7077 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7078
7079 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
7080 <tassilo@member.fsf.org>.
7081
7082 2007-01-27 Eli Zaretskii <eliz@gnu.org>
7083
7084 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
7085 ls-lisp-use-localized-time-format.
7086
7087 2007-01-20 Markus Triska <markus.triska@gmx.at>
7088
7089 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
7090
7091 2007-01-13 Michael Olson <mwolson@gnu.org>
7092
7093 * erc.texi (Modules): Mention capab-identify module.
7094
7095 2007-01-05 Michael Olson <mwolson@gnu.org>
7096
7097 * erc.texi (Getting Started): Update for /RECONNECT command.
7098
7099 2007-01-04 Richard Stallman <rms@gnu.org>
7100
7101 * ebrowse.texi: Change C-c b to C-c C-m.
7102
7103 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7104
7105 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
7106 variables only in info to avoid redundant entries in the printed
7107 manual.
7108
7109 2007-01-02 Daiki Ueno <ueno@unixuser.org>
7110
7111 * message.texi (Using PGP/MIME): Document gpg-agent usage.
7112
7113 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
7114
7115 * message.texi (Security): Split into sub-nodes.
7116
7117 2007-01-01 Alan Mackenzie <acm@muc.de>
7118
7119 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
7120 eval-after-load in Emacs <=21 and a workaround. Document that
7121 trigraphs are not supported.
7122
7123 2007-01-01 Alan Mackenzie <acm@muc.de>
7124
7125 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
7126 c-context-line-break. When invoked within a string, preserve
7127 whitespace. Add a backslash only when also in a macro.
7128
7129 2007-01-01 Alan Mackenzie <acm@muc.de>
7130
7131 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
7132
7133 2007-01-01 Alan Mackenzie <acm@muc.de>
7134
7135 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
7136 are now bound by default to c-\(beginning\|end\)-of-defun by default.
7137
7138 2007-01-01 Alan Mackenzie <acm@muc.de>
7139
7140 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
7141 "Choosing a Style".
7142
7143 * cc-mode.texi ("Styles"): Add @dfn{style}.
7144
7145 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
7146
7147 Sync with Tramp 2.0.55.
7148
7149 * trampver.texi: Update release number.
7150
7151 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
7152
7153 * gnus.texi (Customizing Articles): Add index entries for all
7154 gnus-treat-* variables.
7155
7156 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
7157
7158 * gnus.texi (IMAP): Fix incorrect explanation of
7159 nnimap-search-uids-not-since-is-evil in documentation for
7160 nnimap-expunge-search-string.
7161
7162 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
7163
7164 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
7165 spam-ifile-database.
7166
7167 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7168
7169 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
7170 rebind C-s.
7171
7172 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
7173
7174 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
7175 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
7176 "expiring mail".
7177 (IMAP): Document nnimap-search-uids-not-since-is-evil and
7178 nnimap-nov-is-evil.
7179
7180 2006-12-25 Kevin Ryde <user42@zip.com.au>
7181
7182 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
7183 about the key procedure being used heavily.
7184
7185 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
7186
7187 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
7188 to t.
7189 (Prerequisites): Add explanation about gpg-agent.
7190
7191 2006-12-22 Kevin Ryde <user42@zip.com.au>
7192
7193 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
7194 "sort" instead of "sort*".
7195
7196 2006-12-19 Richard Stallman <rms@gnu.org>
7197
7198 * calc.texi (History and Acknowledgements): Recognize that Emacs
7199 now does have floating point.
7200
7201 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
7202
7203 * tramp.texi (External transfer methods): Describe new method `scpc'.
7204
7205 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
7206
7207 * pgg.texi: Added short note on gpg-agent to the introduction.
7208
7209 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7210
7211 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
7212 also applies to Cc.
7213
7214 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7215
7216 * gnus.texi (X-Face): Clarify. Say which programs are required
7217 on Windows.
7218
7219 2006-12-08 Michael Olson <mwolson@gnu.org>
7220
7221 * erc.texi (Modules): Remove documentation for list module.
7222
7223 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
7224
7225 * faq.texi (^M in the shell buffer): Ditto.
7226
7227 2006-11-20 Michael Olson <mwolson@gnu.org>
7228
7229 * erc.texi: Call this the 5.2 stable pre-release of ERC.
7230
7231 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7232
7233 * org.texi: Fix typos.
7234 (Agenda commands): Document `C-k'.
7235
7236 2006-11-16 Eli Zaretskii <eliz@gnu.org>
7237
7238 * url.texi (http/https): Fix a typo in the HTTP URL.
7239
7240 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7241
7242 * ada-mode.texi: Total rewrite.
7243
7244 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7245
7246 * org.texi: Minor typo fixes.
7247
7248 2006-11-13 Bill Wohler <wohler@newt.com>
7249
7250 Release MH-E manual version 8.0.3.
7251
7252 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7253 release 8.0.3.
7254
7255 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
7256 to set MAILDIR.
7257 (Reading Mail): Document the customization of read-mail-command
7258 for MH-E.
7259 (Viewing Attachments): Document mm-discouraged-alternatives.
7260 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
7261 (Junk): Add more information about the settings of mh-junk-background
7262 in a program. Add /usr/bin/mh to PATH in examples.
7263
7264 2006-11-12 Richard Stallman <rms@gnu.org>
7265
7266 * woman.texi: Update author address but say he no longer maintains it.
7267
7268 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7269
7270 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
7271 archived trees.
7272 (Checkboxes): Section moved to chapter 5, and extended.
7273 (The date/time prompt): New section.
7274 (Link abbreviations): New section.
7275 (Presentation and sorting): New section.
7276 (Custom agenda views): Section completely rewritten.
7277 (Summary): Compare with Planner.
7278 (Feedback): More info about creating backtraces.
7279 (Plain lists): Modify example.
7280 (Breaking down tasks): New section.
7281 (Custom time format): New section.
7282 (Time stamps): Document inactive timestamps.
7283 (Setting tags): More details about fast tag selection.
7284 (Block agenda): New section.
7285 (Custom agenda views): Section rewritten.
7286 (Block agenda): New section.
7287
7288 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7289
7290 * tramp.texi (Configuration): scp is the default method.
7291 (Default Method): Use ssh as example for another method.
7292
7293 2006-10-27 Richard Stallman <rms@gnu.org>
7294
7295 * woman.texi: Downcase nroff/troff/roff.
7296 (Installation): Chapter deleted. Some xrefs deleted.
7297 (Background): woman doesn't advise man ;-).
7298
7299 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
7300
7301 * ada-mode.texi (Project files, Identifier completion)
7302 (Automatic Casing, Debugging, Using non-standard file names)
7303 (Working Remotely): Fix typos.
7304
7305 2006-10-20 Masatake YAMATO <jet@gyve.org>
7306
7307 * cc-mode.texi (Sample .emacs File): Add missing `)' in
7308 sample code `my-c-initialization-hook'.
7309
7310 2006-10-19 Stuart D. Herring <herring@lanl.gov>
7311
7312 * widget.texi: Fix typos.
7313
7314 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
7315
7316 * tramp.texi (Frequently Asked Questions): Remove questions marked with
7317 "???". There have been no complaints for years, so the information
7318 must be appropriate.
7319
7320 2006-10-16 Richard Stallman <rms@gnu.org>
7321
7322 * widget.texi: Use @var instead of capitalization.
7323 Clarify many widget type descriptions.
7324
7325 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7326
7327 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
7328 gnus-dired-attach.
7329 (Selecting a Group): Fix typo.
7330
7331 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
7332
7333 * widget.texi: Fix typos.
7334
7335 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
7336
7337 * gnus.texi (Image Enhancements): Update for Emacs 22.
7338
7339 * gnus-faq.texi ([1.3]): Update.
7340
7341 2006-10-06 Richard Stallman <rms@gnu.org>
7342
7343 * faq.texi (Displaying the current line or column):
7344 Delete "As of Emacs 20".
7345
7346 2006-10-06 Romain Francoise <romain@orebokech.com>
7347
7348 * faq.texi (VM): VM works with Emacs 22 too.
7349
7350 2006-10-06 Richard Stallman <rms@gnu.org>
7351
7352 * ebrowse.texi: Remove Emacs version "21" from title.
7353
7354 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
7355
7356 * gnus.texi (Foreign Groups): Say where change of editing commands are
7357 stored. Add reference to `gnus-parameters'.
7358
7359 2006-09-15 Jay Belanger <belanger@truman.edu>
7360
7361 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
7362 Change "Library Public License" to "Lesser Public License"
7363 throughout. Use "yyyy" to represent year.
7364
7365 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
7366
7367 * org.texi (Setting tags): Typo fix.
7368
7369 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
7370
7371 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
7372
7373 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
7374
7375 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
7376
7377 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7378
7379 * faq.texi (Escape sequences in shell output): EMACS is now set
7380 to Emacs's absolute file name, not to "t".
7381 (^M in the shell buffer): Likewise.
7382 * misc.texi (Interactive Shell): Likewise.
7383
7384 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7385
7386 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
7387 mails with pop3-leave-mail-on-server. Fix wording.
7388 (Limiting): Improve gnus-summary-limit-to-articles.
7389 (X-Face): Fix typo.
7390
7391 2006-09-11 Simon Josefsson <jas@extundo.com>
7392
7393 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
7394 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
7395
7396 2006-09-06 Simon Josefsson <jas@extundo.com>
7397
7398 * smtpmail.texi (Authentication): Mention SSL.
7399
7400 2006-09-01 Eli Zaretskii <eliz@gnu.org>
7401
7402 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
7403 Don't use @indicateurl.
7404
7405 * cc-mode.texi (Subword Movement): Don't use @headitem.
7406 (Custom Braces, Clean-ups): Don't use @tie.
7407
7408 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
7409
7410 Sync with Tramp 2.0.54.
7411
7412 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
7413 Suggested by Adrian Phillips <a.phillips@met.no>.
7414
7415 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7416
7417 * org.texi (Installation, Activation): Split from Installation and
7418 Activation.
7419 (Clocking work time): Documented new features.
7420
7421 2006-08-13 Alex Schroeder <alex@gnu.org>
7422
7423 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
7424 example.
7425
7426 2006-08-12 Eli Zaretskii <eliz@gnu.org>
7427
7428 * faq.texi (How to add fonts): New node.
7429
7430 2006-08-05 Romain Francoise <romain@orebokech.com>
7431
7432 * faq.texi (New in Emacs 22): Expand.
7433
7434 2006-08-03 Michael Olson <mwolson@gnu.org>
7435
7436 * erc.texi: Update for ERC 5.1.4.
7437
7438 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7439
7440 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
7441 in .../site-lisp/gnus/ by default.
7442 [ From gnus-news.texi in the trunk. ]
7443
7444 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7445
7446 * gnus.texi (MIME Commands): Additions for yEnc.
7447
7448 2006-07-24 Richard Stallman <rms@gnu.org>
7449
7450 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
7451 * faq.texi: Move periods and commas inside quotes.
7452
7453 2006-07-20 Jay Belanger <belanger@truman.edu>
7454
7455 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
7456
7457 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
7458
7459 * faq.texi (Security risks with Emacs): Document Emacs 22
7460 file-local-variable mechanism.
7461
7462 2006-07-12 Michael Olson <mwolson@gnu.org>
7463
7464 * erc.texi: Update for ERC 5.1.3.
7465
7466 2006-07-12 Alex Schroeder <alex@gnu.org>
7467
7468 * rcirc.texi: Fix typos.
7469 (Getting started with rcirc): New calling convention for M-x irc.
7470 Mention #rcirc. Removed channel tracking.
7471 (Configuration): Change the names of all variables that got changed
7472 recently, eg. rcirc-server to rcirc-default-server. Added
7473 documentation for rcirc-authinfo, some background for Bitlbee, and
7474 rcirc-track-minor-mode.
7475 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
7476 Scrolling.
7477 (Reconnecting after you have lost the connection): Fix example code
7478 to match code changes.
7479
7480 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
7481
7482 * gnus.texi, message.texi: Fix typos.
7483
7484 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
7485
7486 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
7487 commands.
7488 (Global TODO list): Document the use of the variables
7489 `org-agenda-todo-ignore-scheduled' and
7490 `org-agenda-todo-list-sublevels'.
7491
7492 2006-07-05 Richard Stallman <rms@gnu.org>
7493
7494 * faq.texi (Scrolling only one line): Fix xref.
7495
7496 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7497
7498 * faq.texi (Evaluating Emacs Lisp code):
7499 Throughout, replace eval-current-buffer with eval-buffer.
7500
7501 2006-07-03 Richard Stallman <rms@gnu.org>
7502
7503 * rcirc.texi (Scrolling conservatively): Fix xref.
7504
7505 * pcl-cvs.texi (Viewing differences): Usage fix.
7506
7507 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
7508
7509 * org.texi (Agenda commands): Document `s' key to save all org-mode
7510 buffers.
7511
7512 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
7513
7514 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
7515 names. Mention `cvs-msg' face.
7516
7517 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
7518
7519 * org.texi (Checkboxes): New section.
7520
7521 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
7522
7523 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
7524 throughout this chapter.
7525
7526 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
7527
7528 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
7529 text for standalone vs Emacs info.
7530 (Help): Clarify header line description. Use mouse-1 for clicks.
7531 (Help-P): Use mouse-1 for clicks.
7532 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
7533 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
7534 (Choose menu subtopic): Remove gratuitous Emacs command names.
7535 (Help-FOO): Put usual behavior first.
7536 (Help-Xref): Clicking on xrefs works in Emacs.
7537 (Search Text): Clarify what the default behavior is.
7538 (Create Info buffer): Fix Emacs window/X window confusion.
7539 (Emacs Info Variables): Fix for new Emacs init file behavior.
7540
7541 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7542
7543 * gnus.texi (Summary Buffer Lines): Fix typo.
7544
7545 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
7546
7547 * org.texi (Embedded LaTeX): New chapter.
7548 (Archiving): Section rewritten.
7549 (Enhancing text): Some parts moved to the new chapter about LaTeX.
7550
7551 2006-06-20 Bill Wohler <wohler@newt.com>
7552
7553 Release MH-E manual version 8.0.1.
7554
7555 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7556 release 8.0.1.
7557 (Preface): Depend on GNU mailutils 1.0 and higher.
7558
7559 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7560
7561 * message.texi (News Headers): Update message-syntax-checks section.
7562
7563 2006-06-19 Karl Berry <karl@gnu.org>
7564
7565 * info.texi (Advanced): Mention C-q, especially with ?.
7566
7567 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
7568
7569 * org.texi (Publishing links): Document the `:link-validation-function'
7570 property.
7571 (Extensions and Hacking): New chapter, includes some sections of the
7572 "Miscellaneous" chapter.
7573
7574 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
7575
7576 * org.texi (Progress logging): New section.
7577
7578 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
7579
7580 * org.texi (ASCII export): Document indentation adaptation.
7581 (Setting tags): Document mutually-exclusive tags.
7582
7583 2006-06-05 Romain Francoise <romain@orebokech.com>
7584
7585 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
7586 Fix typo.
7587
7588 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
7589 channel (#gnus@irc.freenode.net).
7590 Fix typos. Update copyright notice.
7591
7592 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
7593 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
7594 (Line-Up Functions, Custom Macros):
7595 * ediff.texi (Window and Frame Configuration)
7596 (Highlighting Difference Regions):
7597 * emacs-mime.texi (Display Customization):
7598 * erc.texi (History):
7599 * eshell.texi (Known problems):
7600 * eudc.texi (Overview, BBDB):
7601 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
7602 (The problem of spam, SpamOracle, Extending the Spam package)
7603 (Conformity, Terminology):
7604 * idlwave.texi (Routine Info)
7605 (Class and Keyword Inheritance, Padding Operators)
7606 (Breakpoints and Stepping, Electric Debug Mode)
7607 (Examining Variables, Troubleshooting):
7608 * org.texi (Creating timestamps):
7609 * reftex.texi (Commands, Options, Changes):
7610 * tramp.texi (Inline methods, Password caching)
7611 (Auto-save and Backup, Issues):
7612 * vip.texi (Files, Commands in Insert Mode):
7613 * viper.texi (Emacs Preliminaries, States in Viper)
7614 (Packages that Change Keymaps, Viper Specials, Groundwork):
7615 Fix various typos.
7616
7617 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
7618
7619 * ediff.texi: Fix typos.
7620
7621 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
7622
7623 * org.texi: Small typo fixes.
7624
7625 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 * viper.texi (Viper Specials):
7628 * gnus.texi (Example Setup):
7629 * faq.texi (Backspace invokes help):
7630 * dired-x.texi (Optional Installation Dired Jump):
7631 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
7632 follow coding conventions.
7633
7634 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
7635
7636 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
7637
7638 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7639
7640 * pcl-cvs.texi: Fix typos.
7641 (Customization): Say "us".
7642
7643 2006-05-26 Eli Zaretskii <eliz@gnu.org>
7644
7645 * org.texi: Remove bogus @setfilename.
7646
7647 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
7648
7649 * org.texi (ASCII export): Omit command name.
7650 (HTML export): Add prefix to all lines in Local Variable example.
7651 (Acknowledgments): Typeset names in italics.
7652
7653 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
7654
7655 * org.texi (Plain lists): Add new item navigation commands.
7656 (External links): Document elisp and info links.
7657 (Custom searches): New section.
7658 (Publishing): New chapter.
7659 (HTML export): Include a list of supported CSS classes.
7660 (Setting tags): Describe the fast-tag-setting interface.
7661
7662 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
7663
7664 * dired-x.texi: ifinfo -> ifnottex.
7665
7666 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
7667
7668 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
7669
7670 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
7671
7672 * message.texi (Interface): Add tool bar customization.
7673 (MIME): Index and text additions for mml-attach.
7674 (MIME): Describe mml-dnd-protocol-alist and
7675 mml-dnd-attach-options.
7676
7677 * gnus.texi (Oort Gnus): Reorder entries in sections.
7678 Fix some entries.
7679 (Starting Up): Add references to "Emacs for Heathens" and to
7680 "Finding the News". Add user-full-name and user-mail-address.
7681 (Group Buffer Format): Add tool bar customization and update.
7682 (Summary Buffer): Add tool bar customization.
7683 (Posting Styles): Add message-alternative-emails.
7684
7685 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
7686
7687 * tramp.texi (Filename completion): Improve wording.
7688
7689 2006-05-07 Romain Francoise <romain@orebokech.com>
7690
7691 * faq.texi (Using regular expressions): Fix typo.
7692 (Packages that do not come with Emacs): Fix capitalization.
7693 (Replacing text across multiple files): Expand node to explain how
7694 to use `dired-do-query-replace-regexp' in more detail, based on
7695 suggestion by Eric Hanchrow <offby1@blarg.net>.
7696
7697 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
7698
7699 * tramp.texi (Filename completion): Completion of remote files'
7700 method, user name and host name is active only in partial
7701 completion mode.
7702
7703 2006-05-06 Bill Wohler <wohler@newt.com>
7704
7705 Release MH-E manual version 8.0.
7706
7707 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7708 release 8.0.
7709
7710 2006-05-06 Bill Wohler <wohler@newt.com>
7711
7712 * mh-e.texi (MH-BOOK-HOME): Change from
7713 http://www.ics.uci.edu/~mh/book/mh to
7714 http://rand-mh.sourceforge.net/book/mh.
7715 Replace .htm suffix with .html for MH book files.
7716 (Using This Manual): Update key binding for getting relevant
7717 chapter in Info from command key.
7718 (Ranges): Fix itemx.
7719
7720 2006-05-05 Karl Berry <karl@gnu.org>
7721
7722 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7723 (\fonttextsize): New user-level command to change text font size.
7724
7725 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7726
7727 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7728
7729 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7730
7731 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7732
7733 2006-04-24 Bill Wohler <wohler@newt.com>
7734
7735 * mh-e.texi (Getting Started): Make it more explicit that you need
7736 to install MH. Add pointers to current MH implementations.
7737
7738 2006-04-21 Bill Wohler <wohler@newt.com>
7739
7740 Release MH-E manual version 7.94.
7741
7742 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7743 release 7.94.
7744
7745 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
7746
7747 * org.texi: Many small fixes.
7748 (Handling links): Rename from "Managing links".
7749
7750 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7751
7752 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7753 (Splitting mail using spam-stat): Fix @xref.
7754
7755 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
7756
7757 * gnus.texi (Spam Package): Major revision of the text.
7758 Previously this node was "Filtering Spam Using The Spam ELisp Package".
7759
7760 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
7761
7762 * org.texi (Time stamps): Better explanation of the purpose of
7763 different time stamps.
7764 (Structure editing, Plain lists): More details on how new items
7765 and headings are inserted.
7766
7767 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
7768
7769 * org.texi (Formula syntax): Fix link to Calc Manual.
7770
7771 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7772
7773 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7774
7775 2006-04-17 Bill Wohler <wohler@newt.com>
7776
7777 * mh-e.texi (Folders): Update mh-before-quit-hook and
7778 mh-quit-hook example with code that removes the buffers rather
7779 than just bury them.
7780
7781 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
7782
7783 Sync with Tramp 2.0.53.
7784
7785 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7786
7787 * org.texi (Updating settings): New section.
7788 (Visibility cycling): Better names for the startup folding
7789 options.
7790 (Exporting): Completely restructured.
7791 (The very busy C-c C-c key): New section.
7792 (Summary of in-buffer settings): New section.
7793
7794 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7795
7796 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7797
7798 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7799
7800 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7801 (Server Commands): Key `v' is reserved for users.
7802
7803 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
7804
7805 * org.texi (Link format): New section, emphasis on bracket links.
7806 (External links): Document bracket links.
7807 (FAQ): Expand to cover shell links and the new link format.
7808
7809 2006-04-09 Kevin Ryde <user42@zip.com.au>
7810
7811 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7812
7813 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7814
7815 * gnus.texi (Summary Buffer Lines): Add `*'.
7816
7817 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
7818
7819 * gnus.texi (Group Parameters):
7820 Mention gnus-permanently-visible-groups.
7821
7822 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7823
7824 * gnus.texi (Face): Fix typo.
7825
7826 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7827
7828 * gnus.texi (X-Face): Clarify.
7829 (Face): Need Emacs with PNG support.
7830
7831 2006-04-06 Richard Stallman <rms@gnu.org>
7832
7833 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7834 Emacs".
7835
7836 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7837
7838 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7839 blocks not suitable for inclusion with Emacs using variable
7840 PARTOFEMACS.
7841
7842 2006-04-04 Simon Josefsson <jas@extundo.com>
7843
7844 * gnus.texi (Security): Improve.
7845
7846 2006-04-02 Bill Wohler <wohler@newt.com>
7847
7848 * mh-e.texi (Getting Started, Junk, Bug Reports)
7849 (MH FAQ and Support): Fix URLs.
7850
7851 2006-03-31 Romain Francoise <romain@orebokech.com>
7852
7853 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7854 to t, not nil (and has for the past eight years).
7855
7856 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7857
7858 * message.texi, gnus.texi: Bump version to 5.11.
7859
7860 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7861
7862 * gnus.texi (Top): Add comment about version line.
7863
7864 * message.texi (Top): Ditto. Change to take named versions into
7865 account.
7866
7867 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7868
7869 * gnus.texi (Posting Styles): Add x-face-file to example.
7870 (X-Face): Refer to posting styles.
7871
7872 * gnus-faq.texi ([5.8]): Add x-face-file.
7873 ([8.4]): Add links to gmane.emacs.gnus.user and
7874 gmane.emacs.gnus.general.
7875
7876 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7877
7878 * gnus-faq.texi: Use .invalid.
7879 ([5.4]): Fix gnus-posting-styles example.
7880
7881 2006-03-27 Romain Francoise <romain@orebokech.com>
7882
7883 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7884 Emacs/W3 needs a new maintainer.
7885 (Ispell): Update author and version info.
7886 (Mailcrypt): Mention PGG.
7887 (New in Emacs 22): Add PGG to the list of new packages.
7888 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7889 updating dead URLs.
7890
7891 2006-03-25 Karl Berry <karl@gnu.org>
7892
7893 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7894 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7895 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7896 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7897 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7898 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7899 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7900 (2) do not indent copyright year list (or anything else).
7901
7902 2006-03-21 Bill Wohler <wohler@newt.com>
7903
7904 * mh-e.texi (Folders): Various edits.
7905
7906 2006-03-20 Romain Francoise <romain@orebokech.com>
7907
7908 * gnus.texi (Mail Folders): Grammar fix.
7909
7910 2006-03-19 Bill Wohler <wohler@newt.com>
7911
7912 * mh-e.texi (Replying): Document Mail-Followup-To.
7913 Change manually-formatted table to multitable. Add debugging info.
7914 Move description of mh-reply-default-reply-to into paragraph
7915 that describes its values.
7916
7917 2006-03-17 Bill Wohler <wohler@newt.com>
7918
7919 * mh-e.texi: Use smallexample and smalllisp consistently.
7920 (Sending Mail Tour): Update method of entering
7921 addresses and subject.
7922 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7923 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7924
7925 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
7926
7927 * org.texi: Version number change only.
7928
7929 2006-03-14 Bill Wohler <wohler@newt.com>
7930
7931 * mh-e.texi: Add index entries around each paragraph rather than
7932 depend on entries from beginning of node. Doing so ensures that
7933 index entries are less likely to be forgotten if text is cut and
7934 pasted, and are necessary anyway if the references are on a
7935 separate page. It seems that makeinfo is now (v. 4.8) only
7936 producing one index entry per node, so there is no longer any
7937 excuse not to. Use subheading instead of heading. The incorrect
7938 use of heading produced very large fonts in Info--as large as the
7939 main heading.
7940 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7941 versions 6 and 7 appeared *around* the time of these Emacs releases.
7942
7943 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
7944
7945 * org.texi (Clean view): Document new startup options.
7946
7947 2006-03-11 Bill Wohler <wohler@newt.com>
7948
7949 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7950 (Composing, Scan Line Formats): Fix @refs.
7951 (Getting Started): Define MH profile and MH profile components.
7952 (Incorporating Mail, Reading Mail, Viewing, Printing)
7953 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7954 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7955 for string constants.
7956 (Tool Bar): Remove spurious quote.
7957 (Junk): Use ``...'' instead of "...".
7958 (Scan Line Formats): Replace @samp with @kbd.
7959
7960 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7961
7962 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7963
7964 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7965
7966 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7967 easy to understand.
7968
7969 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7970
7971 * gnus.texi: Markup fix.
7972 (Fancy Mail Splitting): Specify new feature.
7973
7974 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7975
7976 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7977 partial-words matching.
7978
7979 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7980
7981 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7982
7983 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7984 (MIME Commands): Fix mm-discouraged-alternatives.
7985
7986 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
7987
7988 * org.texi: Version number change only.
7989
7990 2006-03-06 Bill Wohler <wohler@newt.com>
7991
7992 * mh-e.texi: Move from SourceForge repository to Savannah.
7993 This is version 7.93, which is a total rewrite from the previous
7994 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7995 version 7.93.
7996
7997 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7998
7999 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
8000
8001 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
8002
8003 * org.texi (Interaction): Add item about `org-mouse.el' by
8004 Piotr Zielinski.
8005 (Managing links): Document that also mouse-1 can be used to
8006 activate a link.
8007 (Headlines, FAQ): Add entry about hiding leading stars.
8008 (Miscellaneous): Resort the sections in this chapter to a more
8009 logical sequence.
8010
8011 2006-02-27 Simon Josefsson <jas@extundo.com>
8012
8013 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
8014 2004-01-27 from the trunk).
8015
8016 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8017
8018 * cc-mode.texi: Rename c-hungry-backspace to
8019 c-hungry-delete-backwards, at the request of RMS. Leave the old
8020 name as an alias.
8021
8022 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8023
8024 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
8025 include the function header within the defun.
8026
8027 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8028
8029 * cc-mode.texi: Correct two typos.
8030
8031 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8032
8033 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
8034 existing comment.
8035 (Electric Keys): Add a justification for electric indentation.
8036 (Hungry WS Deletion): Clear up the names and complications of the
8037 BACKSPACE and DELETE keys.
8038
8039 2006-02-23 Juri Linkov <juri@jurta.org>
8040
8041 * faq.texi (Common requests): Move `Turning on auto-fill by
8042 default' after `Wrapping words automatically'. Move `Working with
8043 unprintable characters' before `Searching for/replacing newlines'.
8044 Move `Replacing highlighted text' after `Highlighting a region'.
8045 Merge `Repeating commands' and `Repeating a command as many times
8046 as possible' into the former.
8047 (Packages that do not come with Emacs): Add refs to Gmane and
8048 etc/MORE.STUFF.
8049
8050 2006-02-23 Juri Linkov <juri@jurta.org>
8051
8052 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
8053 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
8054 Add xref to `(emacs)Reporting Bugs'.
8055 (Getting a printed manual): Add URL to other formats of the manual.
8056 (Common requests): Fix menu.
8057 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
8058 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
8059 (Inserting text at the beginning of each line): Add pxref to
8060 `Changing the included text prefix'.
8061 (Forcing the cursor to remain in the same column): Mention `track-eol'
8062 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
8063 (Replacing text across multiple files): Add keybinding `Q' for
8064 `dired-do-query-replace'.
8065
8066 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
8067
8068 * reftex.texi: Version number and date change only.
8069
8070 * org.texi (Internal Links): Rewrite to cover the modified
8071 linking system.
8072
8073 2006-02-17 Eli Zaretskii <eliz@gnu.org>
8074
8075 * faq.texi: Remove the coding cookie, it's not needed anymore.
8076
8077 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8078
8079 * faq.texi (Colors on a TTY): Mention Mac OS port.
8080
8081 2006-02-12 Karl Berry <karl@gnu.org>
8082
8083 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
8084 8-bit accented a.
8085
8086 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
8087
8088 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
8089
8090 2006-02-08 Romain Francoise <romain@orebokech.com>
8091
8092 * faq.texi (Top): Remove paragraph about the FAQ being a
8093 transitional document, etc.
8094 (Searching for/replacing newlines): New node.
8095 (Yanking text in isearch): New node.
8096 (Inserting text at the beginning of each line): Rename and make
8097 more general, mention `M-;' in Message mode.
8098
8099 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
8100
8101 * faq.texi (Meta key does not work in xterm)
8102 (Emacs does not display 8-bit characters)
8103 (Inputting eight-bit characters): Update xrefs.
8104
8105 2006-02-06 Romain Francoise <romain@orebokech.com>
8106
8107 * faq.texi (VM): VM now at version 7.19.
8108 Set myself as maintainer of this file.
8109
8110 2006-02-04 Michael Olson <mwolson@gnu.org>
8111
8112 * erc.texi (History): Note that ERC is now included with Emacs.
8113
8114 2006-01-31 Romain Francoise <romain@orebokech.com>
8115
8116 * message.texi (Message Headers): Explain what
8117 `message-alternative-emails' does in more detail.
8118 Update copyright year.
8119
8120 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
8121
8122 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
8123
8124 2006-01-29 Richard M. Stallman <rms@gnu.org>
8125
8126 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
8127
8128 2006-01-29 Michael Olson <mwolson@gnu.org>
8129
8130 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
8131
8132 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
8133
8134 * faq.texi (New in Emacs 22): Mention ERC.
8135
8136 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8137
8138 * rcirc.texi: Capitalize dir entry for consistency with the entry
8139 in info/dir and other entries in the Emacs category.
8140 Fix typos. Delete trailing whitespace.
8141
8142 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
8143
8144 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
8145
8146 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8147
8148 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
8149 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8150
8151 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
8152 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8153
8154 2006-01-27 Alex Schroeder <alex@gnu.org>
8155
8156 * rcirc.texi: New file.
8157
8158 2006-01-23 Juri Linkov <juri@jurta.org>
8159
8160 * widget.texi (User Interface): Add S-TAB for widget-backward.
8161
8162 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
8163
8164 Sync with Tramp 2.0.52.
8165
8166 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
8167 Add Tramp disabling item. New item for common connection problems.
8168 (various): Apply "ftp" as method for the download URL.
8169 (Bug Reports): Refer to FAQ for common problems.
8170
8171 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8172
8173 * widget.texi (User Interface): Use @key for TAB.
8174
8175 * ses.texi (Formulas, Printer functions): Use @key for TAB.
8176
8177 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
8178 for TAB.
8179
8180 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
8181
8182 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8183
8184 * gnus.texi: Update copyright.
8185
8186 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8187
8188 * gnus.texi (Article Washing): Additions.
8189
8190 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
8191
8192 * org.texi (Agenda commands): Document tags command.
8193
8194 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8195
8196 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
8197
8198 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8199
8200 * gnus.texi (RSS): Addition.
8201
8202 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8203
8204 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
8205
8206 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8207
8208 * emacs-mime.texi (Display Customization): Add setting example to
8209 mm-discouraged-alternatives.
8210
8211 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8212
8213 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
8214 version is the canonical version.
8215
8216 2006-01-08 Alex Schroeder <alex@gnu.org>
8217
8218 * pgg.texi (Caching passphrase): Rewording.
8219
8220 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8221
8222 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
8223 repository URL.
8224
8225 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
8226
8227 * org.texi: Removed the accidentally re-added empty line in the
8228 direntry.
8229
8230 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8231
8232 * org.texi (Agenda Views): Chapter reorganized.
8233
8234 2005-12-29 Romain Francoise <romain@orebokech.com>
8235
8236 * faq.texi (Using Customize): New node.
8237
8238 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8239
8240 * org.texi: Remove blank line in @direntry. It is non-standard
8241 and recursively produces blank lines all over the dir file (when
8242 using Texinfo 4.8).
8243
8244 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8245
8246 * widget.texi (atoms): Delete obsolete remark about `file' widget.
8247
8248 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8249
8250 * org.texi (Tags): Boolean logic documented.
8251 (Agenda Views): Document custom commands.
8252
8253 2005-12-20 David Kastrup <dak@gnu.org>
8254
8255 * faq.texi (AUCTeX): Update version and mailing list info.
8256
8257 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8258
8259 * gnus.texi (MIME Commands): Mention addition of
8260 multipart/alternative to gnus-buttonized-mime-types and add xref
8261 to mm-discouraged-alternatives.
8262
8263 * emacs-mime.texi (Display Customization): Mention addition of
8264 "image/.*" and add xref to gnus-buttonized-mime-types in the
8265 mm-discouraged-alternatives section.
8266
8267 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8268
8269 * org.texi (Tags): New section.
8270 (Agenda Views): Chapter reorganized.
8271
8272 2005-12-16 Eli Zaretskii <eliz@gnu.org>
8273
8274 * org.texi (Internal Links): Add a missing comma after an @xref.
8275
8276 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
8277
8278 * faq.texi (Filling paragraphs with a single space): No need to
8279 change sentence-end now.
8280
8281 2005-12-13 Romain Francoise <romain@orebokech.com>
8282
8283 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
8284
8285 2005-12-12 Jay Belanger <belanger@truman.edu>
8286
8287 * faq.texi (Calc): Update version number.
8288
8289 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8290
8291 * org.texi (Progress Logging): New section.
8292
8293 2005-12-10 Romain Francoise <romain@orebokech.com>
8294
8295 Update the Emacs FAQ for the 22.1 release.
8296
8297 * faq.texi: Set VER to `22.1'.
8298 (Basic editing): Explain how to use localized versions of the
8299 Tutorial. Mention that `C-h r' displays the manual.
8300 Delete obsolete WWW link to an Emacs 18 tutorial.
8301 (Getting a printed manual): Point to the new locations of the
8302 manuals on the GNU Web site.
8303 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
8304 available via Info (it was previously distributed separately).
8305 (Installing Texinfo documentation): The latest version of Texinfo
8306 is 4.8, not 4.0.
8307 (Informational files for Emacs): COPYING is the GNU General Public
8308 License, not the Emacs General Public License.
8309 (Informational files for Emacs): Delete obsolete link to the
8310 GNUinfo pages as they have been removed from the GNU Web site.
8311 (New in Emacs 22): New node.
8312 (Setting up a customization file): Say that most packages support
8313 Customize nowadays.
8314 (Colors on a TTY): Delete reference to instructions on how to
8315 enable syntax highlighting, it is now enabled by default.
8316 (Turning on abbrevs by default): Emacs now reads the abbrevs file
8317 at startup automatically.
8318 (Controlling case sensitivity): Mention `M-c' in isearch.
8319 (Using an already running Emacs process): Emacs now creates the
8320 socket in `/tmp/emacsUID'. Fix typos. Change default location of
8321 gnuserv. As emacsclient can now run Lisp code as well, delete a
8322 sentence praising gnuserv for that. Simplify description of how
8323 the client/server operation works.
8324 (Compiler error messages): Delete obsolete text (compile.el has
8325 been rewritten).
8326 (Indenting switch statements): Fix typo.
8327 (Matching parentheses): Simplify setup instructions, mention the
8328 menu bar item in the Options menu.
8329 (Repeating a command as many times as possible): Mention `C-x e'.
8330 (Going to a line by number): Mention new keymap and bindings
8331 `M-g M-g', `M-g M-p' and `M-g M-n'.
8332 (Turning on syntax highlighting): Now on by default. Simplify.
8333 (Replacing highlighted text): Use `1', not `t'.
8334 (Problems with very large files): The maximum size is now 256MB on
8335 32-bit machines.
8336 (^M in the shell buffer): Mention `comint-process-echoes'.
8337 (Emacs for Apple computers): Emacs 22 has native support for Mac
8338 OS X.
8339 (Translating names to IP addresses): Delete node.
8340 (Binding keys to commands): Fix typo.
8341 (SPC no longer completes file names): New node.
8342 (MIME with Emacs mail packages): Delete section about the Emacs
8343 MIME FAQ (it's not reachable anymore).
8344
8345 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8346
8347 * cc-mode.texi: The manual has been extensively revised: the
8348 information about using CC Mode has been separated from the larger
8349 and more difficult chapters about configuration. It has been
8350 updated for CC Mode 5.31.
8351
8352 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8353
8354 * pgg.texi (User Commands): Fix description of pgg-verify-region.
8355 (Selecting an implementation): Fix descriptions.
8356
8357 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8358
8359 * message.texi (Various Message Variables): Addition.
8360
8361 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8362
8363 * message.texi: Fix default values.
8364
8365 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8366
8367 * message.texi (Header Commands): Clarify descriptions of
8368 message-cross-post-followup-to, message-reduce-to-to-cc, and
8369 message-insert-wide-reply.
8370 (Various Commands): Fix kindex for message-kill-to-signature;
8371 clarify description of message-tab.
8372
8373 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
8374
8375 * message.texi (Mailing Lists): Fix description about MFT.
8376
8377 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
8378
8379 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8380
8381 * gnus.texi (Slow Terminal Connection): Replace old description
8382 with new one.
8383
8384 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
8385
8386 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
8387 replace X-Draft-Headers with X-Draft-From.
8388
8389 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8390
8391 * gnus.texi (Various Various): Fix the default value of
8392 nnheader-max-head-length.
8393 (Gnus Versions): Fix typo.
8394
8395 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8396
8397 * org.texi (Structure editing): Document new functionality of
8398 M-RET.
8399
8400 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
8401
8402 * org.texi (Internal Links): Fix Texinfo usage.
8403
8404 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8405
8406 * org.texi (TODO basics): Document the global todo list.
8407 (TODO items): Documents sparse tree for specific TODO
8408 keywords.
8409
8410 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
8411
8412 * org.texi (Plain Lists): Typos fixed.
8413
8414 2005-11-28 Jay Belanger <belanger@truman.edu>
8415
8416 * calc.texi: Change references of `M-#' to `C-x *' prefix.
8417
8418 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
8419
8420 * org.texi (Structure editing): New item moving commands added.
8421 (Plain Lists): New section.
8422
8423 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
8424
8425 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
8426 (Agenda): Document commands `org-cycle-agenda-files' and
8427 `org-agenda-file-to-front'.
8428 (Built-in table editor): Document `org-table-sort-lines'.
8429 (HTML formatting): Export of hand-formatted lists.
8430
8431 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8432
8433 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
8434 new variable gnus-toolbar-thickness.
8435
8436 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
8437
8438 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
8439
8440 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8441
8442 * gnus.texi (X-Face): Fix description.
8443 (XVarious): Remove gnus-xmas-logo-color-alist and
8444 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
8445
8446 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8447
8448 * gnus.texi (Group Parameters): Mention new variable
8449 gnus-parameters-case-fold-search.
8450 (Home Score File): Addition.
8451
8452 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8453
8454 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
8455 (Overview): List supported feed types.
8456 (Installation): No installation necessary when using autoload.
8457 (Configuration): Rename "RSS" to "news".
8458
8459 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8460
8461 * pgg.texi (User Commands): Document additional passphrase
8462 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
8463 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
8464
8465 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8466
8467 * org.texi: Version number changed to 3.19.
8468
8469 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
8470
8471 * pgg.texi (How to use): Update the example to add autoload of
8472 pgg-encrypt-symmetric-region.
8473 (User Commands): Document pgg-encrypt-symmetric-region.
8474 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
8475
8476 2005-10-27 Jay Belanger <belanger@truman.edu>
8477
8478 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
8479 mention other TeX-related units.
8480
8481 2005-10-23 Lars Hansen <larsh@soem.dk>
8482
8483 * dired-x.texi (Miscellaneous Commands):
8484 Replace dired-do-relative-symlink by dired-do-relsymlink and
8485 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
8486
8487 2005-10-23 Jay Belanger <belanger@truman.edu>
8488
8489 * calc.texi (Predefined Units): Use `alpha' for the fine structure
8490 constant.
8491
8492 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8493
8494 * faq.texi (Bugs and problems):
8495 Replace `dired-move-to-filename-regexp' by
8496 `directory-listing-before-filename-regexp'.
8497
8498 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8499
8500 * newsticker.texi (UPDATED): Set value.
8501
8502 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
8503
8504 * gnus.texi (Document Groups): Remove duplicate item.
8505
8506 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
8507
8508 * org.texi (Summary): Mention iCalendar support.
8509 (Exporting): Document iCalendar support.
8510
8511 2005-10-18 Romain Francoise <romain@orebokech.com>
8512
8513 * viper.texi (Viper Specials): Capitalize GNU.
8514
8515 2005-10-17 Juri Linkov <juri@jurta.org>
8516
8517 * info.texi (Getting Started, Search Index, Expert Info):
8518 Fix wording.
8519 (Search Text): Replace `echo area' with `mode line'.
8520 (Search Index): Both `i' and `,' find all index entries.
8521 Replace example `C-f' with `C-l' (which exists in index of Info
8522 manual) and delete spaces in its keyboard input sequence.
8523 Delete unnecessary explanations about literal characters.
8524
8525 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
8526
8527 * gnus.texi (Document Server Internals): Addition.
8528
8529 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8530
8531 * gnus.texi (A note on namespaces): Fix RFC reference.
8532
8533 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8534
8535 * gnus.texi (RSS): Fix key description.
8536
8537 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8538
8539 * gnus.texi: Emacs/w3 -> Emacs/W3.
8540 (Browsing the Web): Fix description.
8541 (Web Searches): Ditto.
8542 (Customizing W3): Ditto.
8543
8544 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8545
8546 * gnus.texi (Maildir): Clarify expire-age and expire-group.
8547
8548 2005-10-11 Jay Belanger <belanger@truman.edu>
8549
8550 * calc.texi (Integration): Mention using `a i' to compute definite
8551 integrals.
8552
8553 2005-10-11 Juri Linkov <juri@jurta.org>
8554
8555 * info.texi: Rearrange nodes.
8556 (Top): Update menu. Change ref `Info for Experts' to
8557 `Advanced Info Commands'.
8558 (Getting Started): Fix description of manual's parts.
8559 (Help-Int): Change xref `Info Search' to `Search Index', and
8560 `Expert Info' to `Advanced'.
8561 (Advanced): Move node one level up.
8562 (Search Text, Search Index): New nodes split out from `Info Search'.
8563 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
8564 split out from `Advanced'.
8565 (Advanced, Emacs Info Variables): De-document editing an Info file
8566 in Info.
8567 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
8568 (Creating an Info File): Delete node and move its text to
8569 `Expert Info'.
8570
8571 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
8572
8573 * org.texi (Workflow states): Documented that change in keywords
8574 becomes active only after restart of Emacs.
8575
8576 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
8577
8578 Sync with Tramp 2.0.51.
8579
8580 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
8581
8582 * speedbar.texi (Introduction): Describe new location of speedbar
8583 on menubar.
8584 (Basic Key Bindings): Remove descriptions of bindings that have
8585 been removed.
8586
8587 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
8588
8589 * speedbar.texi (GDB): Describe use of watch expressions.
8590
8591 2005-09-28 Simon Josefsson <jas@extundo.com>
8592
8593 * message.texi (IDNA): Fix.
8594
8595 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8596
8597 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
8598 nntp-server-hook, and nntp-warn-about-losing-connection; fix
8599 description of nntp-open-connection-function.
8600 (Common Variables): Fix descriptions.
8601
8602 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
8603
8604 * gnus.texi (Server Buffer Format): Document the %a format spec.
8605
8606 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8607
8608 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
8609
8610 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
8611
8612 * org.texi Version 3.16.
8613
8614 2005-09-19 Miles Bader <miles@gnu.org>
8615
8616 * newsticker.texi: Get rid of CVS keywords.
8617
8618 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8619
8620 * gnus.texi (Finding the Parent): Fix description of how Gnus
8621 finds article.
8622
8623 2005-09-14 Jari Aalto <jari.aalto@cante.net>
8624
8625 * gnus.texi (Advanced Scoring Examples): New examples to teach how
8626 to drop off non-answered articles.
8627
8628 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
8629
8630 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
8631 braces (which are unsupported by NMAKE) for macro `srcdir'.
8632
8633 2005-09-17 Eli Zaretskii <eliz@gnu.org>
8634
8635 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8636 (../info/newsticker, newsticker.dvi): New targets.
8637
8638 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
8639
8640 * newsticker.texi: Replace @command with @code. Replace @example
8641 with @lisp.
8642 (Top): Add explanations to menu items.
8643 (GNU Free Documentation License): Remove.
8644
8645 2005-09-16 Romain Francoise <romain@orebokech.com>
8646
8647 Update all files to specify GFDL version 1.2.
8648
8649 * doclicense.texi (GNU Free Documentation License): Update to
8650 version 1.2.
8651
8652 2005-09-15 Richard M. Stallman <rms@gnu.org>
8653
8654 * newsticker.texi: Fix @setfilename.
8655
8656 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8657 (../info/newsticker, newsticker.dvi): New targets.
8658
8659 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
8660
8661 * org.texi: Version 3.15.
8662
8663 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
8664
8665 * ses.texi: Combine all three indices into one.
8666 Correct a few typos.
8667
8668 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
8669
8670 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
8671
8672 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8673
8674 * emacs-mime.texi (Handles): Remove duplicate item.
8675 (Encoding Customization): Fix the default value for
8676 mm-coding-system-priorities.
8677 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
8678 (Basic Functions): Fix reference.
8679
8680 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8681
8682 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
8683
8684 2005-08-18 Richard M. Stallman <rms@gnu.org>
8685
8686 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
8687 and web site.
8688
8689 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
8690 not keyboard-translate.
8691
8692 2005-08-11 Richard M. Stallman <rms@gnu.org>
8693
8694 * faq.texi (Using regular expressions): Fix xref.
8695
8696 2005-08-09 Juri Linkov <juri@jurta.org>
8697
8698 * info.texi (Help-P): Replace `Prev' with `Previous'.
8699 (Help-M, Help-Xref): Add S-TAB.
8700 (Help-FOO): Update `u' command.
8701 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8702 Update info about visibility of xref parts.
8703 (Help-Int): Fix `m' command. Rename `Info-last' to
8704 `Info-history-back'. Add `Info-history-forward'.
8705 (Advanced): Fix `g*' and `M-n' commands.
8706 (Info Search): Add `index-apropos' in stand-alone browser.
8707 Add isearch commands.
8708 (Emacs Info Variables): Remove `Info-fontify'.
8709 Add `Info-mode-hook'. Update face names.
8710 Add `Info-fontify-maximum-menu-size',
8711 `Info-fontify-visited-nodes', `Info-isearch-search'.
8712
8713 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
8714
8715 Sync with Tramp 2.0.50.
8716
8717 * tramp.texi: Use @option{} consequently for method names.
8718 (Inline methods, External transfer methods): Remove references to
8719 Cygwin.
8720 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8721 implementation.
8722
8723 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8724
8725 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8726 Mention that gnus-init-file is not read when Emacs is invoked with
8727 --no-init-file or -q.
8728
8729 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
8730
8731 * org.texi: Version 3.14.
8732
8733 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
8734
8735 * org.texi: Version 3.13.
8736
8737 2005-07-18 Juri Linkov <juri@jurta.org>
8738
8739 * calc.texi (Time Zones, Logical Operations):
8740 * cl.texi (Overview):
8741 * org.texi (TODO types):
8742 * sc.texi (Emacs 18 MUAs):
8743 * speedbar.texi (Top):
8744 * url.texi (History):
8745 Delete duplicate duplicate words.
8746
8747 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
8748
8749 * cl.texi (Type Predicates): Document `atom' type.
8750
8751 2005-07-04 Lute Kamstra <lute@gnu.org>
8752
8753 Update FSF's address in GPL notices.
8754
8755 * calc.texi (Copying):
8756 * doclicense.texi (GNU Free Documentation License):
8757 * faq.texi (Contacting the FSF):
8758 * mh-e.texi (Copying): Update FSF's address.
8759
8760 2005-07-03 Richard M. Stallman <rms@gnu.org>
8761
8762 * flymake.texi (Example -- Configuring a tool called directly):
8763 Update name of flymake-build-relative-filename.
8764
8765 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8766
8767 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8768
8769 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
8770
8771 * org.texi: Version 3.12.
8772
8773 2005-06-24 Eli Zaretskii <eliz@gnu.org>
8774
8775 * makefile.w32-in (MAKEINFO): Use --force.
8776 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8777 Makefile.in.
8778 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8779 more shells.
8780
8781 2005-06-23 Richard M. Stallman <rms@gnu.org>
8782
8783 * speedbar.texi (Creating a display): Texinfo usage fixes.
8784
8785 * tramp.texi (Customizing Completion, Auto-save and Backup):
8786 Texinfo usage fixes.
8787
8788 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
8789
8790 * dired-x.texi (Miscellaneous Commands):
8791 * ediff.texi (Miscellaneous):
8792 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8793 (Agent Variables):
8794 * info.texi (Help-Xref):
8795 * message.texi (Message Headers):
8796 * org.texi (Remember):
8797 * reftex.texi (Options (Defining Label Environments)):
8798 (Options (Index Support)):
8799 (Options (Viewing Cross-References)):
8800 (Options (Misc)):
8801 (Changes):
8802 * speedbar.texi (Creating a display):
8803 * tramp.texi (Customizing Completion, Auto-save and Backup):
8804 Texinfo usage fix.
8805
8806 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8807
8808 * org.texi: Version 3.11.
8809
8810 2005-06-12 Jay Belanger <belanger@truman.edu>
8811
8812 * calc.texi (Getting Started): Remove extra menu item.
8813
8814 2005-05-31 Jay Belanger <belanger@truman.edu>
8815
8816 * calc.texi (Notations Used in This Manual): Use @kbd for key
8817 sequence.
8818 (Demonstration of Calc): Mention another way of starting Calc.
8819 (Starting Calc): Mention long name of M-#.
8820 (Embedded Mode Overview): Remove unnecessary instruction.
8821 (Other M-# commands): Rephrase `M-# 0' explanation.
8822 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8823 reflect current behavior.
8824
8825 2005-05-30 Jay Belanger <belanger@truman.edu>
8826
8827 * calc.texi (Hooks): Change description of calc-window-hook and
8828 calc-trail-window-hook to match usage.
8829 (Computational Functions): Add more constant-generating functions.
8830 (Customizable Variables): Use defvar.
8831
8832 2005-05-28 Jay Belanger <belanger@truman.edu>
8833
8834 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8835 (Basic Embedded Mode): Explain behavior of arguments to
8836 calc-embedded-mode.
8837
8838 2005-05-27 Jay Belanger <belanger@truman.edu>
8839
8840 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8841 current behavior.
8842
8843 2005-05-25 Jay Belanger <belanger@truman.edu>
8844
8845 * calc.texi: Change Calc version number throughout.
8846 (Keypad Mode): Change location in info output.
8847 (Keypad mode overview): Move picture of keypad.
8848
8849 2005-05-21 Jay Belanger <belanger@truman.edu>
8850
8851 * calc.texi (Storing variables): Mention that only most variables
8852 are void to begin with.
8853
8854 2005-05-21 Kevin Ryde <user42@zip.com.au>
8855
8856 * widget.texi (Basic Types): Update cross ref from "Enabling
8857 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8858 lispref/text.texi change.
8859
8860 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
8861
8862 * org.texi: Version 3.09.
8863
8864 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
8865
8866 * reftex.texi: Version 4.28.
8867
8868 2005-05-16 Jay Belanger <belanger@truman.edu>
8869
8870 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8871
8872 2005-05-14 Jay Belanger <belanger@truman.edu>
8873
8874 * calc.texi (Default Simplifications): Insert missing ! (logical
8875 not operator).
8876
8877 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8878
8879 Sync with Tramp 2.0.49.
8880
8881 2005-05-10 Jay Belanger <belanger@truman.edu>
8882
8883 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8884 to 1.
8885
8886 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8887
8888 * org.texi: Version 3.08, structure reorganized.
8889
8890 2005-04-24 Richard M. Stallman <rms@gnu.org>
8891
8892 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8893
8894 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
8895
8896 * org.texi: Update to version 3.06.
8897
8898 2005-04-13 Lute Kamstra <lute@gnu.org>
8899
8900 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8901
8902 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8903
8904 * cl.texi (Porting Common Lisp): Fix typo.
8905
8906 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8907
8908 * gnus.texi (RSS): Addition.
8909
8910 2005-04-04 Jay Belanger <belanger@truman.edu>
8911
8912 * calc.texi: Change Calc version number.
8913 (Customizable variables): Fix description of calc-language-alist.
8914 (Copying): Put in version 2 of GPL.
8915
8916 2005-04-01 Jay Belanger <belanger@truman.edu>
8917
8918 * calc.texi (Troubleshooting Commands): Remove comment about
8919 installation.
8920 (Installation): Remove section.
8921 (Customizable Variables): New section.
8922 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8923 (Graphical Devices): Add references to Customizable Variables.
8924
8925 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8926
8927 * emacs-mime.texi (Display Customization): Markup fixes.
8928 (rfc2047): Update.
8929
8930 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8931
8932 * gnus-faq.texi: Replaced with auto-generated version.
8933
8934 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8935
8936 * dired-x.texi (Multiple Dired Directories): default-directory was
8937 renamed to dired-default-directory.
8938
8939 2005-03-26 Jay Belanger <belanger@truman.edu>
8940
8941 * calc.texi (Simplifying Formulas, Rewrite Rules):
8942 Change description of top and bottom of fraction.
8943 (Modulo Forms): Move description of how to create modulo forms to
8944 earlier in the section.
8945 (Fraction Mode): Suggest using : to get a fraction by dividing.
8946 (Basic Arithmetic): Adjust placement of command name.
8947 (Truncating the Stack): Emphasize that "hidden" entries are still
8948 visible.
8949 (Installation): Move discussion of printing manual to "About This
8950 Manual".
8951 (About This Manual): Mention how to print the manual.
8952 (Reporting Bugs): Remove first person.
8953 (Building Vectors): Add algebraic version of append.
8954 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8955 (Grouping Digits): Fix typo.
8956
8957 2005-03-25 Werner Lemberg <wl@gnu.org>
8958
8959 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8960 Replace `legal' with `valid'.
8961
8962 2005-03-25 Werner Lemberg <wl@gnu.org>
8963
8964 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8965
8966 2005-03-24 Jay Belanger <belanger@truman.edu>
8967
8968 * calc.texi (General Mode Commands)
8969 (Mode Settings in Embedded Mode): Add some explanation of
8970 recording mode settings.
8971
8972 2005-03-24 Richard M. Stallman <rms@gnu.org>
8973
8974 * calc.texi: Remove praise of non-free software.
8975
8976 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8977 (Installation): Node deleted.
8978
8979 2005-03-23 Richard M. Stallman <rms@gnu.org>
8980
8981 * url.texi (HTTP language/coding): Improve last change.
8982
8983 2005-03-22 Jay Belanger <belanger@truman.edu>
8984
8985 * calc.texi (Embedded Mode): Add new information on changing
8986 modes.
8987
8988 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
8989
8990 Sync with Tramp 2.0.48.
8991
8992 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8993
8994 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8995 "GNU/Linux". Change all addresses to .gnu.org.
8996 (Default Method): Offer shortened syntax for "su" and "sudo"
8997 methods.
8998
8999 2005-03-07 Richard M. Stallman <rms@gnu.org>
9000
9001 * url.texi: Fix usage of "e.g.".
9002 (HTTP language/coding): Explain the rules for these strings.
9003
9004 2005-03-06 Richard M. Stallman <rms@gnu.org>
9005
9006 * woman.texi (Introduction): Minor cleanups.
9007
9008 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
9009
9010 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
9011 (Installation): Node deleted.
9012
9013 * mh-e.texi (Preface): Get rid of "Emacs 21".
9014
9015 * eshell.texi (Installation): Delete node (for Emacs 20).
9016
9017 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
9018
9019 * flymake.texi: Refill and tweak style in @lisp blocks.
9020
9021 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9022
9023 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
9024
9025 2005-03-01 Jay Belanger <belanger@truman.edu>
9026
9027 * calc.texi (Trigonometric and Hyperbolic Functions):
9028 Mention additional functions.
9029 (Algebraic Simplifications): Mention additional simplifications.
9030
9031 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
9032
9033 * ses.texi: Add concept/function/variable indices (this work was
9034 donated by Brad Collins <brad@chenla.org>, copyright-assignment
9035 papers on file at FSF).
9036
9037 2005-02-10 Jay Belanger <belanger@truman.edu>
9038
9039 * calc.texi: Change @LaTeX to La@TeX throughout.
9040 Redefine @expr as @math for TeX output.
9041 Redefine @texline as a no-op for TeX output.
9042 Define @tfn, replace @t by @tfn throughout.
9043
9044 2005-02-09 Jay Belanger <belanger@truman.edu>
9045
9046 * calc.texi: Add macro for LaTeX for info output.
9047
9048 2005-02-08 Kim F. Storm <storm@cua.dk>
9049
9050 * texinfo.tex (LaTex): Add def.
9051
9052 2005-02-06 Jay Belanger <belanger@truman.edu>
9053
9054 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
9055 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
9056 throughout manual.
9057
9058 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9059
9060 * gnus.texi: Some edits based on comments from David Abrahams.
9061
9062 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9063
9064 * gnus.texi (RSS): Fix the keystroke.
9065
9066 2005-01-24 David Kastrup <dak@gnu.org>
9067
9068 * faq.texi: Update AUCTeX version info.
9069
9070 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
9071
9072 * gnus-faq.texi ([4.1]): Typo.
9073
9074 2005-01-19 Jay Belanger <belanger@truman.edu>
9075
9076 * calc.texi (Keep Arguments): Mention that keeping arguments
9077 doesn't work with keyboard macros.
9078
9079 2005-01-16 Richard M. Stallman <rms@gnu.org>
9080
9081 * autotype.texi (Autoinserting): Fix small error.
9082
9083 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9084
9085 Sync with Tramp 2.0.47.
9086
9087 * tramp.texi (Compilation): New section, describing compilation of
9088 remote files.
9089
9090 2005-01-11 Kim F. Storm <storm@cua.dk>
9091
9092 * widget.texi (Basic Types): Add :follow-link keyword.
9093
9094 2005-01-09 Jay Belanger <belanger@truman.edu>
9095
9096 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
9097
9098 2005-01-08 Jay Belanger <belanger@truman.edu>
9099
9100 * calc.texi: Change throughout to reflect new default value of
9101 calc-settings-file.
9102
9103 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9104
9105 * message.texi (Reply): `message-reply-to-function' should return
9106 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
9107
9108 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
9109
9110 * faq.texi (Changing load-path): Fix typo.
9111
9112 2005-01-05 Jay Belanger <belanger@truman.edu>
9113
9114 * calc.texi (Programming Tutorial): Replace kbd command by
9115 appropriate characters for a keyboard macro.
9116
9117 2005-01-04 Jay Belanger <belanger@truman.edu>
9118
9119 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
9120 for Lucid Emacs.
9121 (Programming Tutorial): Mention that the user needs to be in the
9122 right mode to compute some functions.
9123
9124 2005-01-04 Jay Belanger <belanger@truman.edu>
9125
9126 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
9127 no longer applicable.
9128
9129 2005-01-01 Jay Belanger <belanger@truman.edu>
9130
9131 * calc.texi (Programming Tutorial): Change description of how to
9132 edit keyboard macros to match current behavior.
9133
9134 2004-12-31 Jay Belanger <belanger@truman.edu>
9135
9136 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
9137
9138 2004-12-20 Jay Belanger <belanger@truman.edu>
9139
9140 * calc.texi (Types Tutorial): Emphasize that you can't divide by
9141 zero.
9142
9143 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
9144
9145 * cc-mode.texi (Text Filling and Line Breaking): Put period after
9146 @xref.
9147 (Font Locking): Avoid @strong{Note:}.
9148
9149 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
9150
9151 Sync with Tramp 2.0.46.
9152
9153 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
9154
9155 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
9156
9157 * url.texi: Correct typos.
9158 (Retrieving URLs): @var{nil}->@code{nil}.
9159 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
9160 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
9161 (Dealing with HTTP documents): @inforef->@xref.
9162
9163 2004-12-15 Jay Belanger <belanger@truman.edu>
9164
9165 * calc.texi: Consistently capitalized all mode names.
9166 (Answers to Exercises): Mention that an answer can be a fraction
9167 when in Fraction mode.
9168
9169 2004-12-13 Jay Belanger <belanger@truman.edu>
9170
9171 * calc.texi: Fix some TeX definitions.
9172
9173 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
9174
9175 * reftex.texi (Imprint): Remove erroneous @value's.
9176
9177 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9178
9179 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
9180 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
9181
9182 2004-12-08 Jay Belanger <belanger@truman.edu>
9183
9184 * calc.texi (Starting Calc): Remove comment about installation.
9185 (Keypad Mode Overview): Remove comment about Emacs 19 support.
9186
9187 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9188
9189 * url.texi: Update @setfilename.
9190 (Getting Started): No need to worry about Gnus versions.
9191 (Dealing with HTTP documents): Use @inforef.
9192
9193 * org.texi: Fix @direntry file name.
9194
9195 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 * url.texi: New file.
9198
9199 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
9200
9201 2004-12-06 Jay Belanger <belanger@truman.edu>
9202
9203 * calc.texi (Using Calc): Remove paragraph about installation.
9204
9205 2004-12-06 Jay Belanger <belanger@truman.edu>
9206
9207 * calc.texi: Use more Texinfo macros and less TeX defs.
9208 Remove @refill's.
9209
9210 2004-12-06 Richard M. Stallman <rms@gnu.org>
9211
9212 * org.texi: New file.
9213
9214 2004-12-05 Richard M. Stallman <rms@gnu.org>
9215
9216 * Makefile.in (org.dvi, ../info/org): New targets.
9217 (INFO_TARGETS): Add ../info/org.
9218 (DVI_TARGETS): Add org.dvi.
9219 (maintainer-clean): Remove the info files in the info dir.
9220
9221 2004-11-26 Eli Zaretskii <eliz@gnu.org>
9222
9223 * idlwave.texi: Fix the setfilename directive to put the produced
9224 file in ../info.
9225 (Continued Statement Indentation): Resurrect Jan D.'s change from
9226 2004-11-03 that was lost when a newer version of idlwave.texi was
9227 imported.
9228
9229 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9230
9231 * gnus-faq.texi ([5.1]): Add missing bracket.
9232
9233 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
9234 Index `spam-initialize'.
9235
9236 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9237
9238 * message.texi (Various Message Variables): Mention that all mail
9239 file variables are derived from `message-directory'.
9240
9241 * gnus.texi (Splitting Mail): Clarify bogus group.
9242
9243 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9244
9245 * emacs-mime.texi (Encoding Customization):
9246 Fix mm-coding-system-priorities entry.
9247
9248 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
9249
9250 * idlwave.texi (Continued Statement Indentation):
9251 * reftex.texi (Options (Index Support)):
9252 (Displaying and Editing the Index, Table of Contents):
9253 * speedbar.texi (Creating a display, Major Display Modes):
9254 Replace non-nil with non-@code{nil}.
9255
9256 2004-10-21 Jay Belanger <belanger@truman.edu>
9257
9258 * calc.texi (Algebraic-Style Calculations): Remove a comment.
9259
9260 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
9261
9262 * calc.texi (Reporting Bugs): Double up `@'.
9263
9264 2004-10-18 Jay Belanger <belanger@truman.edu>
9265
9266 * calc.texi (Reporting Bugs): Change the address that bugs
9267 should be sent to.
9268
9269 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9270
9271 * gnus.texi (New Features): Add 5.11.
9272
9273 * message.texi (Resending): Remove wrong default value.
9274
9275 * gnus.texi (Mail Source Specifiers): Describe possible problems
9276 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
9277 `pop3-leave-mail-on-server' to the index.
9278
9279 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9280
9281 * message.texi (Canceling News): Add how to set a password.
9282
9283 2004-10-12 Jay Belanger <belanger@truman.edu>
9284
9285 * calc.texi (Help Commands): Change the descriptions of
9286 calc-describe-function and calc-describe-variable to match their
9287 current behavior.
9288
9289 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9290
9291 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
9292
9293 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
9294
9295 Sync with Tramp 2.0.45.
9296
9297 * tramp.texi (Frequently Asked Questions): Comment paragraph about
9298 plink link. The URL is outdated. Originator contacted for
9299 clarification.
9300
9301 2004-10-10 Juri Linkov <juri@jurta.org>
9302
9303 * gnus.texi (Top, Marking Articles): Join two menus in one node
9304 because a node can have only one menu.
9305
9306 2004-10-09 Juri Linkov <juri@jurta.org>
9307
9308 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
9309 example of nnmail-split-fancy.
9310
9311 2004-10-06 Karl Berry <karl@gnu.org>
9312
9313 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
9314 consistency with other uses of dashes.
9315
9316 2004-10-05 Karl Berry <karl@gnu.org>
9317
9318 * info.texi: Consistently use --- throughout, periods at end of
9319 menu descriptions, and a couple typos.
9320
9321 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9322
9323 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
9324 * pgg.texi (User Commands, Backend methods): Do.
9325 * gnus.texi: Markup fixes.
9326 (Setting Process Marks): Fix `M P a' entry.
9327 * emacs-mime.texi: Fixes.
9328
9329 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9330
9331 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
9332 again.
9333 Use 5.10 instead of 5.10.0.
9334
9335 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9336
9337 * gnus.texi (Summary Mail Commands): S D e.
9338
9339 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
9340
9341 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
9342 the gnus-article-mode-line-format section.
9343
9344 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
9345
9346 * gnus.texi (Various Summary Stuff): Fix the documentation for
9347 gnus-newsgroup-variables.
9348
9349 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9350
9351 * gnus.texi (MIME Commands):
9352 Add gnus-mime-display-multipart-as-mixed,
9353 gnus-mime-display-multipart-alternative-as-mixed,
9354 gnus-mime-display-multipart-related-as-mixed.
9355 (Mail Source Customization): Clarify `mail-source-directory'.
9356 (Splitting Mail): Mention gnus-group-find-new-groups.
9357 (SpamOracle): Fix typo.
9358
9359 * gnus-faq.texi: Untabify.
9360 ([6.3]): nnir.el is in contrib directory.
9361
9362 * message.texi (News Headers): Clarify how a unique ID is created.
9363
9364 * gnus.texi (Batching Agents): Fix typo in example.
9365 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9366
9367 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
9368
9369 * gnus.texi (Group Parameters): Add more on hooks.
9370
9371 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
9372
9373 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
9374
9375 2004-09-22 Jay Belanger <belanger@truman.edu>
9376
9377 * calc.texi (Vectors as Lists): Add a warning that the tutorial
9378 might be hidden during part of the session.
9379
9380 2004-09-20 Jay Belanger <belanger@truman.edu>
9381
9382 * calc.texi (Notations Used in This Manual): Put in an earlier
9383 mention that DEL could be called Backspace.
9384
9385 2004-09-10 Simon Josefsson <jas@extundo.com>
9386
9387 * gnus.texi (IMAP): Add example. Suggested and partially written
9388 by Steinar Bang <sb@dod.no>.
9389
9390 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9391
9392 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
9393 netrc syntax.
9394
9395 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9396
9397 * gnus.texi (Spam ELisp Package Sequence of Events):
9398 Some clarifications.
9399 (Spam ELisp Package Global Variables): More clarifications.
9400
9401 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9402
9403 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
9404 Mention spam-split does not modify incoming mail.
9405
9406 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9407
9408 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
9409
9410 2004-09-10 Eli Zaretskii <eliz@gnu.org>
9411
9412 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
9413
9414 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9415
9416 * makefile.w32-in (sieve, pgg): Use $(infodir).
9417
9418 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
9419
9420 * makefile.w32-in: Fix PGG and Sieve entries.
9421
9422 2004-08-28 Eli Zaretskii <eliz@gnu.org>
9423
9424 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
9425 Emacs and related programs.
9426
9427 2004-08-27 Richard M. Stallman <rms@gnu.org>
9428
9429 * faq.texi: Fix texinfo usage, esp. doublequotes.
9430 (Difference between Emacs and XEmacs): Some clarification.
9431
9432 * faq.texi (Difference between Emacs and XEmacs):
9433 Explain not to contrast XEmacs with GNU Emacs.
9434
9435 2004-08-26 Richard M. Stallman <rms@gnu.org>
9436
9437 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
9438
9439 2004-08-22 David Kastrup <dak@gnu.org>
9440
9441 * reftex.texi (AUCTeX): Update links, section name.
9442
9443 * faq.texi (Calc): Update availability (included in 22.1).
9444 (AUCTeX): Update availability, information, versions, description.
9445
9446 2004-08-14 Eli Zaretskii <eliz@gnu.org>
9447
9448 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
9449
9450 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9451
9452 * cc-mode.texi: Various updates for CC Mode 5.30.9.
9453
9454 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
9455
9456 Sync with Tramp 2.0.44.
9457
9458 2004-08-05 Lars Hansen <larsh@math.ku.dk>
9459
9460 * widget.texi (User Interface): Update how to separate the
9461 editable field of an editable-field widget from other widgets.
9462 (Programming Example): Add text after field.
9463
9464 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9465
9466 * emacs-mime.texi (Encoding Customization): Add a note to the
9467 mm-content-transfer-encoding-defaults entry.
9468 (rfc2047): Update.
9469
9470 * gnus.texi (Article Highlighting):
9471 Add gnus-cite-ignore-quoted-from.
9472 (POP before SMTP): New node.
9473 (Posting Styles): Addition.
9474 (Splitting Mail): Add nnmail-split-lowercase-expanded.
9475 (Fancy Mail Splitting): Ditto.
9476 (X-Face): Add gnus-x-face.
9477
9478 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
9479
9480 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
9481 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
9482
9483 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9484
9485 * gnus.texi (Mail Source Specifiers):
9486 Describe `pop3-leave-mail-on-server'.
9487
9488 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
9489
9490 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
9491
9492 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
9493 repository. Change setfilename.
9494
9495 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
9496
9497 2004-07-02 Juri Linkov <juri@jurta.org>
9498
9499 * pcl-cvs.texi (Viewing differences): Add `d r'.
9500
9501 2004-06-29 Jesper Harder <harder@ifa.au.dk>
9502
9503 * ses.texi, viper.texi, flymake.texi, faq.texi:
9504 * eshell.texi, ediff.texi: Markup fixes.
9505
9506 2004-06-21 Karl Berry <karl@gnu.org>
9507
9508 * info.texi (Top): Mention that only Emacs has mouse support.
9509 (Getting Started): Mention this in a few other places.
9510
9511 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
9512
9513 * autotype.texi (Copyrights, Timestamps):
9514 Recommend `before-save-hook' instead of `write-file-functions'.
9515
9516 2004-06-13 Lars Hansen <larsh@math.ku.dk>
9517
9518 * dired-x.texi (dired-mark-omitted): Update keybinding.
9519
9520 2004-06-10 Kim F. Storm <storm@cua.dk>
9521
9522 * pcl-cvs.texi (Viewing differences): Add 'd y'.
9523
9524 2004-06-05 Lars Hansen <larsh@math.ku.dk>
9525
9526 * dired-x.texi (variable dired-omit-mode): Rename from
9527 dired-omit-files-p.
9528 (function dired-omit-mode): Rename from dired-omit-toggle.
9529 Call dired-omit-mode rather than set dired-omit-files-p.
9530 (dired-mark-omitted): Describe command.
9531
9532 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
9533
9534 Version 2.0.41 of Tramp released.
9535
9536 2004-05-29 Juanma Barranquero <lektu@terra.es>
9537
9538 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
9539 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9540
9541 2004-05-29 Richard M. Stallman <rms@gnu.org>
9542
9543 * cl.texi (Top): Call this chapter `Introduction'.
9544 (Overview): In TeX, no section heading here.
9545
9546 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
9547
9548 2004-05-29 Eli Zaretskii <eliz@gnu.org>
9549
9550 * Makefile.in (../info/flymake, flymake.dvi): New targets.
9551 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9552
9553 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
9554
9555 * flymake.texi: New file.
9556
9557 2004-05-28 Simon Josefsson <jas@extundo.com>
9558
9559 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
9560
9561 2004-05-07 Kai Großjohann <kai@emptydomain.de>
9562
9563 Version 2.0.40 of Tramp released.
9564
9565 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
9566
9567 Complete rework, based on review by Karl Berry <karl@gnu.org>.
9568
9569 * tramp.texi (Auto-save and Backup): Explain exploitation of new
9570 variables `tramp-backup-directory-alist' and
9571 `tramp-bkup-backup-directory-info'.
9572 (Overview, Connection types)
9573 (External transfer methods, Default Method)
9574 (Windows setup hints): Remove restriction of password entering
9575 with external methods.
9576 (Auto-save and Backup): Make file name example
9577 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
9578 and `auto-save-directory' must be used.
9579 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
9580 only "NT"). Remove doubled entry "What kinds of systems does
9581 @tramp{} work on".
9582 (tramp): Macro removed.
9583 (Obtaining Tramp): Flag removed from title.
9584 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
9585 and `trampver' used properly. Flag `tramp-inst' replaced by
9586 `installchapter'. Installation related text adapted.
9587
9588 2004-04-28 Masatake YAMATO <jet@gyve.org>
9589
9590 * widget.texi (Programming Example): Remove overlays.
9591
9592 2004-04-27 Jesper Harder <harder@ifa.au.dk>
9593
9594 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
9595
9596 2004-04-23 Juanma Barranquero <lektu@terra.es>
9597
9598 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9599
9600 2004-04-05 Jesper Harder <harder@ifa.au.dk>
9601
9602 * info.texi (Info Search): Add info-apropos.
9603
9604 2004-03-22 Juri Linkov <juri@jurta.org>
9605
9606 * faq.texi: Fix help key bindings.
9607
9608 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9609
9610 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
9611 (as suggested by Karl Berry). Update information about colored
9612 stars in menus. Add new subheading describing M-n.
9613
9614 2004-03-12 Richard M. Stallman <rms@gnu.org>
9615
9616 * cl.texi (Top): Rename top node's title.
9617
9618 2004-03-08 Karl Berry <karl@gnu.org>
9619
9620 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
9621 problems making the texinfo distribution.
9622
9623 2004-02-29 Simon Josefsson <jas@extundo.com>
9624
9625 * smtpmail.texi (Authentication): Change the list of supported
9626 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
9627 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
9628 <voegelas@gmx.net>.
9629
9630 2004-02-29 Juanma Barranquero <lektu@terra.es>
9631
9632 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9633 Use $(DEL) instead of rm, and ignore exit code.
9634
9635 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
9636
9637 Tramp version 2.0.39 released.
9638
9639 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9640
9641 * tramp.texi (Customizing Completion): Explain new functions
9642 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
9643 (all): Savannah URLs unified to "http://savannah.nongnu.org".
9644 (Top): Refer to Savannah mailing list as the major one.
9645 Mention older mailing lists in HTML mode only.
9646 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
9647 (Frequently Asked Questions): Remote hosts must not be Unix-like
9648 for "smb" method.
9649 (Password caching): New node.
9650 (External transfer methods): Refer to password caching for "smb"
9651 method.
9652
9653 2004-02-17 Karl Berry <karl@gnu.org>
9654
9655 * info.texi (Help-Int): Mention the new line number feature.
9656
9657 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9658
9659 * ses.texi (Advanced Features): New functionality for
9660 ses-set-header-row (defaults to current row unless C-u used).
9661 (Acknowledgements): Add Stefan Monnier.
9662
9663 2003-12-29 Kevin Ryde <user42@zip.com.au>
9664
9665 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
9666
9667 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
9668
9669 Tramp version 2.0.38 released.
9670
9671 * tramp.texi (Remote shell setup): Warn of environment variables
9672 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
9673 <sven.gabriel@imk.fzk.de>.
9674 (Configuration): Tramp now chooses base64/uuencode
9675 automatically. Update wording accordingly.
9676 (Top): More description for the `Default Method' menu entry.
9677 (Default Method): Use @code, not @var, for Lisp variables.
9678 (Default Method): New subsection `Which method is the right one
9679 for me?' Suggested by Christian Kirsch.
9680 (Configuration): Pointer to new subsection added.
9681 (Default Method): Too many "use" in one sentence.
9682 Rephrase. Reported by Christian Kirsch.
9683 (Filename Syntax): Old `su' example is probably a left-over from
9684 the sm/su method naming. Replace with `ssh', instead.
9685 (External transfer methods, Auto-save and Backup):
9686 Typo fixes.
9687
9688 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
9689
9690 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
9691 (Top): Mention japanese manual only if flag `jamanual' is set.
9692 Insert section `Japanese manual' in menu.
9693
9694 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9695
9696 * eshell.texi (Known Problems): Add doc item.
9697
9698 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9699
9700 * cc-mode.texi: Update for CC Mode 5.30.
9701
9702 Note: Please refrain from doing purely cosmetic changes like
9703 removing trailing whitespace in this manual; it clobbers cvs
9704 merging for no good reason.
9705
9706 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9707
9708 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9709 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9710 @acronym{ASCII}.
9711
9712 2003-10-26 Karl Berry <karl@gnu.org>
9713
9714 * info.texi (Info Search): Echo area, not echo are. From Debian
9715 diff.
9716
9717 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9718
9719 * widget.texi (Defining New Widgets): Document new behavior of
9720 :buttons and :children keywords.
9721
9722 2003-10-22 Miles Bader <miles@gnu.org>
9723
9724 * Makefile.in (info): Move before $(top_srcdir)/info.
9725
9726 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9727
9728 * tramp.texi (Inline methods): Small grammar fix.
9729 (External transfer methods): Likewise.
9730
9731 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
9732
9733 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9734
9735 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9736
9737 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9738
9739 2003-09-30 Richard M. Stallman <rms@gnu.org>
9740
9741 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9742
9743 * widget.texi (User Interface): Fix typos.
9744
9745 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9746
9747 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9748
9749 * pcl-cvs.texi (Selected Files): Fix typo.
9750
9751 2003-09-21 Karl Berry <karl@gnu.org>
9752
9753 * info.texi (] and [ commands): No period at end of section title.
9754
9755 2003-09-04 Miles Bader <miles@gnu.org>
9756
9757 * Makefile.in (top_srcdir): New variable.
9758 ($(top_srcdir)/info): New rule.
9759 (info): Depend on it.
9760
9761 2003-09-03 Peter Runestig <peter@runestig.com>
9762
9763 * makefile.w32-in: New file.
9764
9765 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9766
9767 * widget.texi (User Interface): Explain the need of static text
9768 around an editable field.
9769
9770 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9771
9772 * widget.texi (Basic Types): The argument to `:help-echo' can now
9773 be a form that evaluates to a string.
9774
9775 2003-08-18 Kim F. Storm <storm@cua.dk>
9776
9777 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9778
9779 2003-08-16 Richard M. Stallman <rms@gnu.org>
9780
9781 * dired-x.texi (Shell Command Guessing): Explain *.
9782
9783 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9784
9785 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9786 log-edit-insert-changelog.
9787
9788 2003-08-03 Karl Berry <karl@gnu.org>
9789
9790 * info.texi: Need @contents.
9791
9792 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
9793
9794 Tramp version 2.0.36 released.
9795
9796 * tramp.texi (Remote shell setup): Explain about problems with
9797 non-Bourne commands in ~/.profile and ~/.shrc.
9798
9799 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9800
9801 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9802 renaming of `vis-mode' to `visible-mode'.
9803
9804 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9805
9806 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9807 next, prev and up pointers.
9808
9809 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9810
9811 * info.texi (Help): Mention existence of Emacs and stand-alone
9812 Info at the very beginning of the tutorial.
9813 (Help-Inv): New node.
9814 (Help-]): New node.
9815 (Help-M): Systematically point out the differences between default
9816 Emacs and stand-alone versions. Delete second menu.
9817 (Help-Xref): Systematically point out the differences between
9818 default Emacs and stand-alone versions.
9819 (Help-Int): Change `l' example.
9820 (Expert Info): Fix typos.
9821 (Emacs Info Variables): Mention `Info-hide-note-references' and
9822 new default for `Info-scroll-prefer-subnodes'.
9823
9824 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
9825
9826 Version 2.0.35 of Tramp released.
9827
9828 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9829 (Inline methods): Add methods `remsh' and `plink1'.
9830 (External transfer methods): Add method `remcp'.
9831 (Multi-hop Methods): Add method `remsh'.
9832 Small patch from Adrian Aichner <adrian@xemacs.org>:
9833 Fix minor typos.
9834 (Concept Index): Add to make manual searchable via
9835 `Info-index'.
9836 (Version Control): Add cindex entry.
9837
9838 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
9839
9840 * trampver.texi: Version 2.0.34 released.
9841
9842 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9843
9844 * faq.texi: Improve previous changes.
9845
9846 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9847
9848 * faq.texi: Update copyright and maintenance details.
9849 Update some package URLs, versions, and maintainers.
9850 Remove many references to the Emacs Lisp Archive.
9851
9852 2003-04-23 Simon Josefsson <jas@extundo.com>
9853
9854 * smtpmail.texi: Fix license (the invariant sections mentioned has
9855 never been part of the smtp manual). Align info dir entry with
9856 other emacs packages.
9857
9858 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9859
9860 * tramp.texi: Version 2.0.33 released.
9861 Remove installation chapter. Remove XEmacs specifics.
9862
9863 2003-03-29 Richard M. Stallman <rms@gnu.org>
9864
9865 * tramp.texi (Top): Undo the previous renaming.
9866 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9867
9868 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
9869
9870 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9871 version of manual.
9872
9873 * tramp.texi (Auto-save and Backup): New node.
9874
9875 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9876
9877 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9878 Emacs" in order to have better differentiation to "XEmacs".
9879 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9880 are new macros in order to point to the other Emacs flavor where
9881 appropriate. In info case, point to node `Installation' in order
9882 to explain how to generate the other way. In html case, make a
9883 link to the other html file.
9884 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
9885 after CVS checkout/update.
9886 (Installation): Completely rewritten.
9887 (Installation parameters, Load paths): New sections under
9888 `Installation'.
9889
9890 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
9891
9892 * tramp.texi: Version 2.0.30 released.
9893 Replace word "path" with "localname" where used as a component of
9894 a Tramp file name.
9895
9896 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9897
9898 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9899 introduced.
9900 (Installation): Explain what to do if files from the tramp/contrib
9901 directory are needed.
9902
9903 2003-02-23 Alex Schroeder <alex@emacswiki.org>
9904
9905 * smtpmail.texi (How Mail Works): New.
9906
9907 2003-02-22 Alex Schroeder <alex@emacswiki.org>
9908
9909 * smtpmail.texi: New file.
9910
9911 * Makefile.in: Build SMTP manual.
9912
9913 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
9914
9915 * tramp.texi: Version 2.0.29 released.
9916 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9917 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9918
9919 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9920
9921 * tramp.texi (Frequently Asked Questions): Explain a workaround if
9922 another package loads accidentally Ange-FTP.
9923
9924 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9925
9926 * tramp.texi (Customizing Completion): Add function
9927 `tramp-parse-sconfig'. Change example of
9928 `tramp-set-completion-function', because parsing of ssh config
9929 files looks more natural.
9930
9931 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9932
9933 * gnus.texi: Do not use `path' in several locations.
9934
9935 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
9936
9937 * tramp.texi (External transfer methods): New method `smb'.
9938 From Michael Albinus.
9939
9940 2002-11-05 Karl Berry <karl@gnu.org>
9941
9942 * info.texi (Info-fontify): Reorder face list to avoid bad line
9943 breaks.
9944
9945 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9946
9947 * tramp.texi: Move @copying to standard place.
9948 Use @insertcopying.
9949
9950 2002-10-02 Karl Berry <karl@gnu.org>
9951
9952 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9953 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9954 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9955 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9956 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9957 Per rms, update all manuals to use @copying instead of @ifinfo.
9958 Also use @ifnottex instead of @ifinfo around the top node, where
9959 needed for the sake of the HTML output.
9960 (The Gnus manual is not fixed since it's not clear to me how it
9961 works; and the Tramp manual already uses @copying, although in an
9962 unusual way. All others were changed.)
9963
9964 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
9965
9966 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9967 (../info/ses, ses.dvi): New targets.
9968 * ses.texi: New file.
9969
9970 2002-09-06 Pavel Janík <Pavel@Janik.cz>
9971
9972 * texinfo.tex: Update to texinfo 4.2.
9973
9974 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9975
9976 * reftex.texi: Update to RefTeX 4.19.
9977
9978 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9979
9980 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9981 (../info/tramp, tramp.dvi): New targets.
9982
9983 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9984
9985 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9986 (calc.dvi): Uncomment.
9987
9988 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9989
9990 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9991 (../info/calc): New target.
9992
9993 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9994
9995 * (Version 21.1 released.)
9996
9997 2001-10-05 Gerd Moellmann <gerd@gnu.org>
9998
9999 * Branch for 21.1.
10000
10001 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10002
10003 * Makefile.in (../info/info): Use an explicit -o switch to
10004 makeinfo.
10005
10006 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10007
10008 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10009
10010 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
10011
10012 * Makefile.in (../info/idlwave): Use --no-split.
10013
10014 2000-12-14 Dave Love <fx@gnu.org>
10015
10016 * Makefile.in (mostlyclean): Remove gnustmp.*.
10017 (gnus.dvi): Change rule to remove @latex stuff.
10018
10019 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
10020
10021 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
10022
10023 2000-10-13 John Wiegley <johnw@gnu.org>
10024
10025 * Makefile.in: Add build targets for eshell.texi.
10026
10027 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10028
10029 * Makefile.in: Remove/comment speedbar stuff.
10030
10031 2000-09-22 Dave Love <fx@gnu.org>
10032
10033 * Makefile.in: Add emacs-mime.
10034
10035 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10036
10037 * Makefile.in (INFO_TARGETS): Add ../info/woman.
10038 (DVI_TARGETS): Add woman.dvi.
10039 (../info/woman, woman.dvi): New targets.
10040
10041 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
10042
10043 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
10044
10045 * pcl-cvs.texi: New file.
10046 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
10047 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
10048
10049 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10050
10051 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
10052 (../info/ebrowse, ebrowse.dvi): New targets.
10053
10054 2000-01-13 Gerd Moellmann <gerd@gnu.org>
10055
10056 * Makefile.in (INFO_TARGETS): Add eudc.
10057 (DVI_TARGETS): Add eudc.dvi.
10058 (../info/eudc, eudc.dvi): New targets.
10059
10060 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
10061
10062 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
10063 compatibility with 8+3 filesystems).
10064 (../info/efaq): Rename from emacs-faq.
10065
10066 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10067
10068 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
10069 (../info/idlwave, idlwave.dvi): New targets.
10070
10071 1999-10-23 Dave Love <fx@gnu.org>
10072
10073 * Makefile.in: Use autotype.texi.
10074
10075 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
10076
10077 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
10078 faq.texi file) rather than ../info/faq.
10079
10080 1999-10-07 Gerd Moellmann <gerd@gnu.org>
10081
10082 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
10083 (../info/ada-mode, ada-mode.dvi): New targets.
10084
10085 1999-09-01 Dave Love <fx@gnu.org>
10086
10087 * Makefile.in: Add faq.
10088
10089 1999-07-12 Richard Stallman <rms@gnu.org>
10090
10091 * Version 20.4 released.
10092
10093 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10094
10095 * Version 20.3 released.
10096
10097 1998-04-06 Andreas Schwab <schwab@gnu.org>
10098
10099 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
10100 Use it in dvi targets.
10101 (../etc/GNU): Change to $(srcdir) first.
10102
10103 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
10104
10105 * reftex.texi: Update for RefTeX version 3.22.
10106
10107 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
10108
10109 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
10110 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10111
10112 1997-09-23 Paul Eggert <eggert@twinsun.com>
10113
10114 * Makefile.in: Merge changes mistakenly made to `Makefile'.
10115 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
10116
10117 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10118
10119 * Version 20.2 released.
10120
10121 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10122
10123 * Version 20.1 released.
10124
10125 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10126
10127 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
10128
10129 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10130
10131 * Version 19.33 released.
10132
10133 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10134
10135 * Version 19.32 released.
10136
10137 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10138
10139 * Makefile.in: Add rules for the Message manual.
10140
10141 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10142
10143 * gnus.texi: New version.
10144
10145 * message.texi: New manual.
10146
10147 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10148
10149 * Makefile.in (All info targets): cd $(srcdir) to do the work.
10150
10151 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10152
10153 * Makefile.in (All info targets): Specify $(srcdir) in input files.
10154 Specify -I option.
10155 (All dvi targets): Set the TEXINPUTS variable.
10156
10157 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10158
10159 * Version 19.31 released.
10160
10161 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10162
10163 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
10164 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
10165
10166 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10167
10168 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
10169 (INFO_TARGETS): Add ../info/cc-mode.
10170 (DVI_TARGETS): Add cc-mode.dvi.
10171
10172 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10173
10174 * Version 19.30 released.
10175
10176 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10177
10178 * gnus.texi: New file.
10179
10180 1995-11-04 Erik Naggum <erik@naggum.no>
10181
10182 * gnus.texi: File deleted.
10183
10184 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
10185
10186 * mh-e.texi: "Function Index" -> "Command Index" to work with
10187 Emacs 19.30 C-h C-k support of separately-documented commands.
10188
10189 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10190
10191 * Makefile.in (../info/ediff, ediff.dvi): New targets.
10192 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
10193
10194 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10195
10196 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
10197 (../info/viper, viper.dvi): New targets.
10198
10199 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
10200
10201 * dired-x.texi (Installation): Change the example to set
10202 buffer-local variables like dired-omit-files-p in
10203 dired-mode-hook.
10204
10205 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10206
10207 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
10208 (../info/mh-e, mh-e.dvi): New targets.
10209
10210 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10211
10212 * Makefile.in (maintainer-clean): Rename from realclean.
10213
10214 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10215
10216 * Makefile.in: New file.
10217 * Makefile: File deleted.
10218
10219 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10220
10221 * Makefile (TEXINDEX_OBJS): Variable deleted.
10222 (texindex, texindex.o, getopt.o): Rules deleted.
10223 All deps on texindex deleted.
10224 (distclean): Don't delete texindex.
10225 (mostlyclean): Don't delete *.o.
10226 * texindex.c, getopt.c: Files deleted.
10227
10228 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10229
10230 * Version 19.26 released.
10231
10232 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10233
10234 * Version 19.25 released.
10235
10236 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10237
10238 * Version 19.24 released.
10239
10240 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10241
10242 * Version 19.23 released.
10243
10244 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10245
10246 * Makefile: Delete spurious tab.
10247
10248 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10249
10250 * Makefile (.SUFFIXES): New rule.
10251
10252 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10253
10254 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
10255 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10256
10257 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10258
10259 * Makefile (../info/sc): Rename from sc.info.
10260 (../info/cl): Likewise.
10261 (INFO_TARGETS): Use new names.
10262
10263 1993-12-04 Richard Stallman (rms@srarc2)
10264
10265 * getopt.c: New file.
10266 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10267 (getopt.o): New rule.
10268 (dvi): Don't depend on texindex.
10269 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
10270 Depend on texindex.
10271
10272 1993-12-03 Richard Stallman (rms@srarc2)
10273
10274 * Makefile (../info/sc.info): Rename from ../info/sc.
10275 (TEXI2DVI): New variable.
10276 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
10277 Add explicit commands.
10278 (TEXINDEX_OBJS): Delete duplicate getopt.o.
10279
10280 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10281
10282 * Version 19.22 released.
10283
10284 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10285
10286 * Makefile (TEXINDEX_OBJS): Delete spurious period.
10287
10288 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10289
10290 * Version 19.21 released.
10291
10292 1993-11-15 Paul Eggert (eggert@twinsun.com)
10293
10294 * man/Makefile (../info/cl.info): Rename from ../info/cl.
10295
10296 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10297
10298 * Makefile (../etc/GNU): New target.
10299 (EMACSSOURCES): Add gnu1.texi.
10300
10301 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10302
10303 * Makefile (realclean): Don't delete the Info files.
10304
10305 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10306
10307 * forms.texi: Fix forms.texi so that it will format correctly.
10308 Add missing `@end iftex', fix bad reference.
10309
10310 * info.texi, info-stn.texi: New files implement texinfo version of
10311 `info' file.
10312
10313 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
10314
10315 * Makefile: Fix targets for texindex, new info.texi files.
10316 * info-stnd.texi: New file implements info for standalone info
10317 reader.
10318 * info.texi: Update to include recent changes to "../info/info".
10319 New source file for ../info/info; includes info-stnd.texi.
10320
10321 * texindex.c: Include "../src/config.h" if building in emacs.
10322
10323 * Makefile: Change all files to FILENAME.texi, force all targets
10324 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
10325 vip.texinfo, forms.texinfo, cl.texinfo.
10326 Add target to build texindex.c, defining `emacs'.
10327
10328 * forms.texi: Install new file to match version 2.3 of forms.el.
10329
10330 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10331
10332 * Version 19.19 released.
10333
10334 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
10335
10336 * sc.texinfo: Fix info file name.
10337
10338 * Makefile (info): Add gnus and sc.
10339 (dvi): Add gnus.dvi and sc.dvi.
10340 (../info/sc, sc.dvi): New targets.
10341
10342 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10343
10344 * Version 19.18 released.
10345
10346 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10347
10348 * Makefile: Fix source file names of the separate manuals.
10349 (gnus.dvi, ../info/gnus): New targets.
10350
10351 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10352
10353 * Version 19.17 released.
10354
10355 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10356
10357 * split-man: Fix typos in last change.
10358
10359 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10360
10361 * Version 19.16 released.
10362
10363 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10364
10365 * version 19.15 released.
10366
10367 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10368
10369 * Makefile (distclean): It's rm, not rf.
10370
10371 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10372
10373 * Version 19.14 released.
10374
10375 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10376
10377 * Makefile: New file.
10378
10379 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10380
10381 * Version 19.13 released.
10382
10383 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10384
10385 * Version 19.9 released.
10386
10387 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10388
10389 * Version 19.8 released.
10390
10391 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10392
10393 * Version 19.7 released.
10394
10395 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
10396
10397 * gnus.texinfo: New file. Removed installation instructions.
10398
10399 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10400
10401 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
10402
10403 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
10404
10405 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
10406 then define `\sc' as the command for smallcaps in Texinfo.
10407 This means that the @sc command will produce small caps. bfox has
10408 made the corresponding change to makeinfo and texinfm.el.
10409
10410 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10411
10412 * vip.texinfo: Remove menu entry Adding Lisp Code in node
10413 Customization since the menu entry did not point to anything.
10414 Also add an @finalout command to remove overfull hboxes from the
10415 printed output.
10416
10417 * cl.texinfo: Add @bye, \input line and @settitle to file.
10418 This file is clearly intended to be a chapter of some other work,
10419 but the other work does not yet exist.
10420
10421 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
10422
10423 * texinfo.texinfo: Three typos corrected.
10424
10425 ;; Local Variables:
10426 ;; coding: utf-8
10427 ;; End:
10428
10429 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
10430
10431 This file is part of GNU Emacs.
10432
10433 GNU Emacs is free software: you can redistribute it and/or modify
10434 it under the terms of the GNU General Public License as published by
10435 the Free Software Foundation, either version 3 of the License, or
10436 (at your option) any later version.
10437
10438 GNU Emacs is distributed in the hope that it will be useful,
10439 but WITHOUT ANY WARRANTY; without even the implied warranty of
10440 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10441 GNU General Public License for more details.
10442
10443 You should have received a copy of the GNU General Public License
10444 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.