aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog
diff options
context:
space:
mode:
authorAidan Gauland2013-02-08 09:59:24 -0500
committerStefan Monnier2013-02-08 09:59:24 -0500
commitdacbc44ca3fc825c9e5ffa799f1a0937c1da0020 (patch)
treecff56a036c7abef2b9dce907eff83aadcfcc568a /doc/misc/ChangeLog
parentc220ea73ff3c6fa59b75837c950cc729295f2038 (diff)
parentc7205e538701bcfe2718e97429127a3a066d86c7 (diff)
downloademacs-dacbc44ca3fc825c9e5ffa799f1a0937c1da0020.tar.gz
emacs-dacbc44ca3fc825c9e5ffa799f1a0937c1da0020.zip
* doc/misc/eshell.texi: Fill most of the missing sections.
Diffstat (limited to 'doc/misc/ChangeLog')
-rw-r--r--doc/misc/ChangeLog170
1 files changed, 77 insertions, 93 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 1b454741fc0..db3bd460055 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2
3 * eshell.texi: Fill most of the missing sections.
4
12013-02-07 Bastien Guerry <bzg@gnu.org> 52013-02-07 Bastien Guerry <bzg@gnu.org>
2 6
3 * org.texi (References): Clarify an example. 7 * org.texi (References): Clarify an example.
@@ -17,8 +21,8 @@
17 from ede new. 21 from ede new.
18 (Simple projects): Re-write to not talk about ede-simple-project 22 (Simple projects): Re-write to not talk about ede-simple-project
19 which is deprecated, and instead use the term to mean projects 23 which is deprecated, and instead use the term to mean projects
20 that don't do much management, just project wrapping. Add 24 that don't do much management, just project wrapping.
21 ede-generic-project link. 25 Add ede-generic-project link.
22 (ede-generic-project): New node (bug#11441). 26 (ede-generic-project): New node (bug#11441).
23 27
242013-02-03 Glenn Morris <rgm@gnu.org> 282013-02-03 Glenn Morris <rgm@gnu.org>
@@ -72,8 +76,7 @@
72 * ede.texi (Top): Rename from top, all uses changed. 76 * ede.texi (Top): Rename from top, all uses changed.
73 * eshell.texi: Add missing argument to @sp. 77 * eshell.texi: Add missing argument to @sp.
74 * forms.texi (Top): Reorder menu to match structure. 78 * forms.texi (Top): Reorder menu to match structure.
75 * htmlfontify.texi (Customisation): Add missing @item in 79 * htmlfontify.texi (Customisation): Add missing @item in @enumerate.
76 @enumerate.
77 * org.texi (Advanced features): Add missing argument for @item. 80 * org.texi (Advanced features): Add missing argument for @item.
78 (Property searches): Use @backslashchar{} in macro argument. 81 (Property searches): Use @backslashchar{} in macro argument.
79 * pcl-cvs.texi: Add missing argument to @sp. 82 * pcl-cvs.texi: Add missing argument to @sp.
@@ -212,8 +215,8 @@
212 * org.texi (Summary, Code block specific header arguments) 215 * org.texi (Summary, Code block specific header arguments)
213 (Code block specific header arguments) 216 (Code block specific header arguments)
214 (Header arguments in function calls, var, noweb) 217 (Header arguments in function calls, var, noweb)
215 (Results of evaluation, Code evaluation security): Small 218 (Results of evaluation, Code evaluation security):
216 reformatting: add a blank line before some example. 219 Small reformatting: add a blank line before some example.
217 220
218 * org.texi (System-wide header arguments) 221 * org.texi (System-wide header arguments)
219 (Header arguments in Org mode properties, Conflicts) 222 (Header arguments in Org mode properties, Conflicts)
@@ -222,8 +225,7 @@
222 225
223 * org.texi (Comment lines): Fix description of the comment syntax. 226 * org.texi (Comment lines): Fix description of the comment syntax.
224 227
225 * org.texi (Installation): Mention "make test" in the correct 228 * org.texi (Installation): Mention "make test" in the correct section.
226 section.
227 229
2282012-12-02 Michael Albinus <michael.albinus@gmx.de> 2302012-12-02 Michael Albinus <michael.albinus@gmx.de>
229 231
@@ -271,8 +273,8 @@
271 273
2722012-11-08 Chong Yidong <cyd@gnu.org> 2742012-11-08 Chong Yidong <cyd@gnu.org>
273 275
274 * url.texi (Introduction): Rename from Getting Started. Rewrite 276 * url.texi (Introduction): Rename from Getting Started.
275 the introduction. 277 Rewrite the introduction.
276 (URI Parsing): Rewrite. Omit the obsolete attributes slot. 278 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
277 279
2782012-11-07 Glenn Morris <rgm@gnu.org> 2802012-11-07 Glenn Morris <rgm@gnu.org>
@@ -372,14 +374,14 @@
372 374
3732012-10-26 Bastien Guerry <bzg@gnu.org> 3752012-10-26 Bastien Guerry <bzg@gnu.org>
374 376
375 * org.texi (Installation): Update the link to Org's ELPA. Also 377 * org.texi (Installation): Update the link to Org's ELPA.
376 don't mention org-install.el anymore as the replacement file 378 Also don't mention org-install.el anymore as the replacement file
377 org-loaddefs.el is now loaded by org.el. 379 org-loaddefs.el is now loaded by org.el.
378 380
3792012-10-25 Michael Albinus <michael.albinus@gmx.de> 3812012-10-25 Michael Albinus <michael.albinus@gmx.de>
380 382
381 * tramp.texi (Frequently Asked Questions): Mention 383 * tramp.texi (Frequently Asked Questions):
382 `tramp-completion-reread-directory-timeout' for performance 384 Mention `tramp-completion-reread-directory-timeout' for performance
383 improvement. 385 improvement.
384 386
3852012-10-25 Glenn Morris <rgm@gnu.org> 3872012-10-25 Glenn Morris <rgm@gnu.org>
@@ -483,8 +485,7 @@
483 (Imprint): Mention Wolfgang in list of contributors. 485 (Imprint): Mention Wolfgang in list of contributors.
484 (Creating Citations): Give a hint about how to 486 (Creating Citations): Give a hint about how to
485 auto-revert the BibTeX database file when using external editors. 487 auto-revert the BibTeX database file when using external editors.
486 (Referencing Labels): Simplify section about reference macro 488 (Referencing Labels): Simplify section about reference macro cycling.
487 cycling.
488 (Options (Referencing Labels)): Adapt to new structure of 489 (Options (Referencing Labels)): Adapt to new structure of
489 `reftex-ref-style-alist'. 490 `reftex-ref-style-alist'.
490 (Referencing Labels, Reference Styles): Document changes in the 491 (Referencing Labels, Reference Styles): Document changes in the
@@ -502,8 +503,8 @@
502 (Referencing Labels): Update regarding reference styles. 503 (Referencing Labels): Update regarding reference styles.
503 (Citation Styles): Mention support for ConTeXt. 504 (Citation Styles): Mention support for ConTeXt.
504 (Options (Defining Label Environments)): Fix typo. 505 (Options (Defining Label Environments)): Fix typo.
505 (Options (Creating Citations)): Document 506 (Options (Creating Citations)):
506 `reftex-cite-key-separator'. 507 Document `reftex-cite-key-separator'.
507 508
5082012-09-30 Achim Gratz <Stromeko@Stromeko.DE> 5092012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
509 510
@@ -535,8 +536,8 @@
535 536
5362012-09-30 Bastien Guerry <bzg@gnu.org> 5372012-09-30 Bastien Guerry <bzg@gnu.org>
537 538
538 * org.texi (Installation, Feedback, Batch execution): Use 539 * org.texi (Installation, Feedback, Batch execution):
539 (add-to-list 'load-path ... t) for the contrib dir. 540 Use (add-to-list 'load-path ... t) for the contrib dir.
540 541
541 * org.texi (results): Update documentation for ":results drawer" 542 * org.texi (results): Update documentation for ":results drawer"
542 and ":results org". 543 and ":results org".
@@ -553,18 +554,16 @@
553 554
554 * org.texi (History and Acknowledgments): Fix typo. 555 * org.texi (History and Acknowledgments): Fix typo.
555 556
556 * org.texi (History and Acknowledgments): Add my own 557 * org.texi (History and Acknowledgments): Add my own acknowledgments.
557 acknowledgments.
558 558
559 * org.texi (Agenda commands): Document the new command and the new 559 * org.texi (Agenda commands): Document the new command and the new
560 option. 560 option.
561 561
562 * org.texi (Agenda commands): Delete `org-agenda-action' section. 562 * org.texi (Agenda commands): Delete `org-agenda-action' section.
563 (Agenda commands): Reorder. Document `*' to toggle persistent 563 (Agenda commands): Reorder. Document `*' to toggle persistent marks.
564 marks.
565 564
566 * org.texi (Agenda dispatcher): Mention 565 * org.texi (Agenda dispatcher):
567 `org-toggle-agenda-sticky'. 566 Mention `org-toggle-agenda-sticky'.
568 (Agenda commands, Exporting Agenda Views): Fix typo. 567 (Agenda commands, Exporting Agenda Views): Fix typo.
569 568
570 * org.texi (Templates in contexts, Setting Options): Update to 569 * org.texi (Templates in contexts, Setting Options): Update to
@@ -582,8 +581,7 @@
582 * org.texi (Formula syntax for Lisp): Reformat. 581 * org.texi (Formula syntax for Lisp): Reformat.
583 582
584 * org.texi (Special properties, Column attributes) 583 * org.texi (Special properties, Column attributes)
585 (Agenda column view): Document the new special property 584 (Agenda column view): Document the new special property CLOCKSUM_T.
586 CLOCKSUM_T.
587 585
588 * org.texi (Template expansion): Document the new %l template. 586 * org.texi (Template expansion): Document the new %l template.
589 587
@@ -739,8 +737,8 @@
739 (Unsafe Simplifications): Mention `m E'. 737 (Unsafe Simplifications): Mention `m E'.
740 (Simplification of Units): Mention `m U'. 738 (Simplification of Units): Mention `m U'.
741 (Trigonometric/Hyperbolic Functions, Reducing and Mapping) 739 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
742 (Kinds of Declarations, Functions for Declarations): Mention 740 (Kinds of Declarations, Functions for Declarations):
743 "algebraic simplifications" instead of `a s'. 741 Mention "algebraic simplifications" instead of `a s'.
744 (Algebraic Entry): Remove mention of default simplifications. 742 (Algebraic Entry): Remove mention of default simplifications.
745 743
7462012-07-30 Jay Belanger <jay.p.belanger@gmail.com> 7442012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
@@ -772,8 +770,8 @@
772 770
7732012-07-06 Michael Albinus <michael.albinus@gmx.de> 7712012-07-06 Michael Albinus <michael.albinus@gmx.de>
774 772
775 * tramp.texi (Multi-hops): Introduce 773 * tramp.texi (Multi-hops):
776 `tramp-restricted-shell-hosts-alist'. 774 Introduce `tramp-restricted-shell-hosts-alist'.
777 775
7782012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org> 7762012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
779 777
@@ -965,8 +963,8 @@
965 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking. 963 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
966 (Asynchronous Methods): Fix description of 964 (Asynchronous Methods): Fix description of
967 dbus-call-method-asynchronously. 965 dbus-call-method-asynchronously.
968 (Receiving Method Calls): Fix some minor errors. Add 966 (Receiving Method Calls): Fix some minor errors.
969 dbus-interface-emacs. 967 Add dbus-interface-emacs.
970 (Signals): Describe unicast signals and the new match rules. 968 (Signals): Describe unicast signals and the new match rules.
971 (Alternative Buses): Add the PRIVATE optional argument to 969 (Alternative Buses): Add the PRIVATE optional argument to
972 dbus-init-bus. Describe its new return value. Add dbus-setenv. 970 dbus-init-bus. Describe its new return value. Add dbus-setenv.
@@ -999,8 +997,8 @@
999 997
10002012-04-09 Eli Zaretskii <eliz@gnu.org> 9982012-04-09 Eli Zaretskii <eliz@gnu.org>
1001 999
1002 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add 1000 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
1003 emacs-gnutls. 1001 Add emacs-gnutls.
1004 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets. 1002 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
1005 1003
10062012-04-09 Teodor Zlatanov <tzz@lifelogs.com> 10042012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
@@ -1098,12 +1096,11 @@
10982012-04-01 Carsten Dominik <carsten.dominik@gmail.com> 10962012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
1099 1097
1100 * org.texi (MobileOrg): Change the wording to reflect that the 1098 * org.texi (MobileOrg): Change the wording to reflect that the
1101 Android Version is no longer just the little brother of the iOS 1099 Android Version is no longer just the little brother of the iOS version.
1102 version.
1103 1100
11042012-04-01 Eric Schulte <eric.schulte@gmx.com> 11012012-04-01 Eric Schulte <eric.schulte@gmx.com>
1105 1102
1106 * org.texi (Key bindings and useful functions): Updated babel key 1103 * org.texi (Key bindings and useful functions): Update babel key
1107 binding documentation in manual. 1104 binding documentation in manual.
1108 1105
11092012-04-01 Eric Schulte <eric.schulte@gmx.com> 11062012-04-01 Eric Schulte <eric.schulte@gmx.com>
@@ -1204,8 +1201,8 @@
1204 1201
12052012-02-13 Lars Ingebrigtsen <larsi@gnus.org> 12022012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1206 1203
1207 * gnus.texi (Customizing the IMAP Connection): Mention 1204 * gnus.texi (Customizing the IMAP Connection):
1208 nnimap-record-commands. 1205 Mention nnimap-record-commands.
1209 1206
12102012-02-10 Glenn Morris <rgm@gnu.org> 12072012-02-10 Glenn Morris <rgm@gnu.org>
1211 1208
@@ -1253,8 +1250,7 @@
12532012-01-03 Eric Schulte <eric.schulte@gmx.com> 12502012-01-03 Eric Schulte <eric.schulte@gmx.com>
1254 1251
1255 * org.texi (Noweb reference syntax): Adding documentation of 1252 * org.texi (Noweb reference syntax): Adding documentation of
1256 the `*org-babel-use-quick-and-dirty-noweb-expansion*' 1253 the `*org-babel-use-quick-and-dirty-noweb-expansion*' variable.
1257 variable.
1258 1254
12592012-01-03 Bastien Guerry <bzg@gnu.org> 12552012-01-03 Bastien Guerry <bzg@gnu.org>
1260 1256
@@ -1276,8 +1272,8 @@
1276 1272
12772012-01-03 Bernt Hansen <bernt@norang.ca> 12732012-01-03 Bernt Hansen <bernt@norang.ca>
1278 1274
1279 * org.texi (Agenda commands): Document 1275 * org.texi (Agenda commands):
1280 `org-clock-report-include-clocking-task'. 1276 Document `org-clock-report-include-clocking-task'.
1281 1277
12822012-01-03 Bastien Guerry <bzg@gnu.org> 12782012-01-03 Bastien Guerry <bzg@gnu.org>
1283 1279
@@ -1327,8 +1323,7 @@
1327 1323
13282012-01-03 Thomas Dye <dk@poto.local> 13242012-01-03 Thomas Dye <dk@poto.local>
1329 1325
1330 * org.texi: Changed DATA to NAME in Working With Source Code 1326 * org.texi: Changed DATA to NAME in Working With Source Code section.
1331 section.
1332 1327
13332012-01-03 Tom Dye <tsd@tsdye.com> 13282012-01-03 Tom Dye <tsd@tsdye.com>
1334 1329
@@ -1362,8 +1357,8 @@
1362 1357
13632012-01-03 Eric Schulte <schulte.eric@gmail.com> 13582012-01-03 Eric Schulte <schulte.eric@gmail.com>
1364 1359
1365 * org.texi (Buffer-wide header arguments): Update 1360 * org.texi (Buffer-wide header arguments):
1366 documentation to reflect removal of #+PROPERTIES. 1361 Update documentation to reflect removal of #+PROPERTIES.
1367 1362
13682012-01-03 Carsten Dominik <carsten.dominik@gmail.com> 13632012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1369 1364
@@ -1382,8 +1377,7 @@
1382 1377
13832012-01-03 Tom Dye <tsd@tsdye.com> 13782012-01-03 Tom Dye <tsd@tsdye.com>
1384 1379
1385 * org.texi: Added a line to specify that header arguments are 1380 * org.texi: Added a line to specify that header arguments are lowercase.
1386 lowercase.
1387 1381
13882012-01-03 Tom Dye <tsd@tsdye.com> 13822012-01-03 Tom Dye <tsd@tsdye.com>
1389 1383
@@ -1396,9 +1390,8 @@
1396 1390
13972012-01-03 David Maus <dmaus@ictsoc.de> 13912012-01-03 David Maus <dmaus@ictsoc.de>
1398 1392
1399 * org.texi (Exporting Agenda Views, Extracting agenda 1393 * org.texi (Exporting Agenda Views, Extracting agenda information):
1400 information): Fix command line syntax, quote symbol parameter 1394 Fix command line syntax, quote symbol parameter values.
1401 values.
1402 1395
14032012-01-03 David Maus <dmaus@ictsoc.de> 13962012-01-03 David Maus <dmaus@ictsoc.de>
1404 1397
@@ -1524,7 +1517,7 @@
1524 1517
1525 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for 1518 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1526 release 8.3. 1519 release 8.3.
1527 (Preface): Updated support information. 1520 (Preface): Update support information.
1528 (From Bill Wohler): Reset text to original version. As a 1521 (From Bill Wohler): Reset text to original version. As a
1529 historical quote, the tense should be correct in the time that it 1522 historical quote, the tense should be correct in the time that it
1530 was written. 1523 was written.
@@ -1564,8 +1557,7 @@
1564 1557
15652011-08-15 Bastien Guerry <bzg@gnu.org> 15582011-08-15 Bastien Guerry <bzg@gnu.org>
1566 1559
1567 * org.texi (Languages): Add Lilypond and Awk as supported 1560 * org.texi (Languages): Add Lilypond and Awk as supported languages.
1568 languages.
1569 1561
15702011-08-15 Achim Gratz <stromeko@nexgo.de> 15622011-08-15 Achim Gratz <stromeko@nexgo.de>
1571 1563
@@ -1583,8 +1575,7 @@
15832011-08-15 Eric Schulte <schulte.eric@gmail.com> 15752011-08-15 Eric Schulte <schulte.eric@gmail.com>
1584 1576
1585 * org.texi (Results of evaluation): More explicit about the 1577 * org.texi (Results of evaluation): More explicit about the
1586 mechanism through which interactive evaluation of code is 1578 mechanism through which interactive evaluation of code is performed.
1587 performed.
1588 1579
15892011-08-15 Eric Schulte <schulte.eric@gmail.com> 15802011-08-15 Eric Schulte <schulte.eric@gmail.com>
1590 1581
@@ -1663,13 +1654,11 @@
1663 1654
16642011-08-15 Puneeth Chaganti <punchagan@gmail.com> 16552011-08-15 Puneeth Chaganti <punchagan@gmail.com>
1665 1656
1666 * org.texi (Agenda commands): Doc for function option to bulk 1657 * org.texi (Agenda commands): Doc for function option to bulk action.
1667 action.
1668 1658
16692011-08-15 Carsten Dominik <carsten.dominik@gmail.com> 16592011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1670 1660
1671 * org.texi (Template expansion): Document new %<...> template 1661 * org.texi (Template expansion): Document new %<...> template escape.
1672 escape.
1673 1662
16742011-08-15 Carsten Dominik <carsten.dominik@gmail.com> 16632011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1675 1664
@@ -1689,8 +1678,7 @@
1689 1678
16902011-08-15 Eric Schulte <schulte.eric@gmail.com> 16792011-08-15 Eric Schulte <schulte.eric@gmail.com>
1691 1680
1692 * org.texi (padline): Documentation of the new padline header 1681 * org.texi (padline): Documentation of the new padline header argument.
1693 argument.
1694 1682
16952011-08-15 Eric Schulte <schulte.eric@gmail.com> 16832011-08-15 Eric Schulte <schulte.eric@gmail.com>
1696 1684
@@ -1711,8 +1699,7 @@
1711 1699
17122011-08-15 Eric Schulte <schulte.eric@gmail.com> 17002011-08-15 Eric Schulte <schulte.eric@gmail.com>
1713 1701
1714 * org.texi (var): Clarification of indexing into tabular 1702 * org.texi (var): Clarification of indexing into tabular variables.
1715 variables.
1716 1703
17172011-08-15 Eric Schulte <schulte.eric@gmail.com> 17042011-08-15 Eric Schulte <schulte.eric@gmail.com>
1718 1705
@@ -1726,8 +1713,8 @@
1726 1713
17272011-08-15 Bastien Guerry <bzg@gnu.org> 17142011-08-15 Bastien Guerry <bzg@gnu.org>
1728 1715
1729 * org.texi (Dynamic blocks, Structure editing): Mention 1716 * org.texi (Dynamic blocks, Structure editing):
1730 the function `org-narrow-to-block'. 1717 Mention the function `org-narrow-to-block'.
1731 1718
17322011-08-15 Eric Schulte <schulte.eric@gmail.com> 17192011-08-15 Eric Schulte <schulte.eric@gmail.com>
1733 1720
@@ -1754,15 +1741,15 @@
1754 1741
17552011-08-15 Eric Schulte <schulte.eric@gmail.com> 17422011-08-15 Eric Schulte <schulte.eric@gmail.com>
1756 1743
1757 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and 1744 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
1758 added extra whitespace around functions to be consistent with the 1745 added extra whitespace around functions to be consistent with the
1759 rest of the section. 1746 rest of the section.
1760 1747
17612011-08-15 Eric Schulte <schulte.eric@gmail.com> 17482011-08-15 Eric Schulte <schulte.eric@gmail.com>
1762 1749
1763 * org.texi (Evaluating code blocks): Expanded discussion of 1750 * org.texi (Evaluating code blocks): Expand discussion of
1764 #+call: line syntax. 1751 #+call: line syntax.
1765 (Header arguments in function calls): Expanded discussion of 1752 (Header arguments in function calls): Expand discussion of
1766 #+call: line syntax. 1753 #+call: line syntax.
1767 1754
17682011-08-15 Eric Schulte <schulte.eric@gmail.com> 17552011-08-15 Eric Schulte <schulte.eric@gmail.com>
@@ -1792,17 +1779,16 @@
1792 1779
17932011-08-15 Tom Dye <tsd@tsdye.com> 17802011-08-15 Tom Dye <tsd@tsdye.com>
1794 1781
1795 * org.texi (cache): Improved documentation of code block caches. 1782 * org.texi (cache): Improve documentation of code block caches.
1796 1783
17972011-08-15 Tom Dye <tsd@tsdye.com> 17842011-08-15 Tom Dye <tsd@tsdye.com>
1798 1785
1799 * org.texi (Code block specific header arguments): Documentation 1786 * org.texi (Code block specific header arguments):
1800 of multi-line header arguments. 1787 Documentation of multi-line header arguments.
1801 1788
18022011-08-15 Eric Schulte <schulte.eric@gmail.com> 17892011-08-15 Eric Schulte <schulte.eric@gmail.com>
1803 1790
1804 * org.texi (Code evaluation security): Add example for using a 1791 * org.texi (Code evaluation security): Add example for using a function.
1805 function.
1806 1792
18072011-08-15 Eric Schulte <schulte.eric@gmail.com> 17932011-08-15 Eric Schulte <schulte.eric@gmail.com>
1808 1794
@@ -1827,8 +1813,7 @@
18272011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org> 18132011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1828 1814
1829 * widget.texi (Setting Up the Buffer): Remove mention of the 1815 * widget.texi (Setting Up the Buffer): Remove mention of the
1830 global keymap parent, which doesn't seem to be accurate 1816 global keymap parent, which doesn't seem to be accurate (bug#7045).
1831 (bug#7045).
1832 1817
18332011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org> 18182011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1834 1819
@@ -1853,15 +1838,15 @@
1853 1838
18542011-07-04 Michael Albinus <michael.albinus@gmx.de> 18392011-07-04 Michael Albinus <michael.albinus@gmx.de>
1855 1840
1856 * tramp.texi (Cleanup remote connections): Add 1841 * tramp.texi (Cleanup remote connections):
1857 `tramp-cleanup-this-connection'. 1842 Add `tramp-cleanup-this-connection'.
1858 1843
18592011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> 18442011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1860 1845
1861 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain 1846 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1862 zombies. 1847 zombies.
1863 (Checking New Groups): Ditto (bug#8974). 1848 (Checking New Groups): Ditto (bug#8974).
1864 (Checking New Groups): Moved the reference to the right place. 1849 (Checking New Groups): Move the reference to the right place.
1865 1850
18662011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change) 18512011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1867 1852
@@ -1888,8 +1873,8 @@
1888 1873
18892011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org> 18742011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1890 1875
1891 * gnus.texi (Summary Mail Commands): Document 1876 * gnus.texi (Summary Mail Commands):
1892 `gnus-summary-reply-to-list-with-original'. 1877 Document `gnus-summary-reply-to-list-with-original'.
1893 1878
18942011-06-20 Stefan Monnier <monnier@iro.umontreal.ca> 18792011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1895 1880
@@ -1952,7 +1937,7 @@
1952 1937
1953 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method) 1938 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
1954 (Fancy splitting to parent, Store arbitrary data): 1939 (Fancy splitting to parent, Store arbitrary data):
1955 Updated gnus-registry docs. 1940 Update gnus-registry docs.
1956 1941
19572011-04-13 Juanma Barranquero <lekktu@gmail.com> 19422011-04-13 Juanma Barranquero <lekktu@gmail.com>
1958 1943
@@ -2024,9 +2009,8 @@
2024 2009
20252011-03-06 Jay Belanger <jay.p.belanger@gmail.com> 20102011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
2026 2011
2027 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel 2012 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel and
2028 and calc-logunits-nplevel to calc-dblevel and calc-nplevel, 2013 calc-logunits-nplevel to calc-dblevel and calc-nplevel, respectively.
2029 respectively.
2030 (Musical Notes): New section. 2014 (Musical Notes): New section.
2031 (Customizing Calc): Mention the customizable variable 2015 (Customizing Calc): Mention the customizable variable
2032 calc-note-threshold. 2016 calc-note-threshold.
@@ -3069,8 +3053,8 @@
3069 3053
3070 Sync with Tramp 2.1.19. 3054 Sync with Tramp 2.1.19.
3071 3055
3072 * tramp.texi (Inline methods, Default Method): Mention 3056 * tramp.texi (Inline methods, Default Method):
3073 `tramp-inline-compress-start-size'. Remove "kludgy" phrase. 3057 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
3074 Remove remark about doubled "-t" argument. 3058 Remove remark about doubled "-t" argument.
3075 (Auto-save and Backup): Remove reference to Emacs 21. 3059 (Auto-save and Backup): Remove reference to Emacs 21.
3076 (Filename Syntax): Describe port numbers. 3060 (Filename Syntax): Describe port numbers.
@@ -5724,7 +5708,7 @@
57242007-10-28 Kevin Greiner <kevin.greiner@compsol.cc> 57082007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5725 5709
5726 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar. 5710 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
5727 (Agent Parameters): Updated parameter names to match code. 5711 (Agent Parameters): Update parameter names to match code.
5728 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as 5712 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5729 'gnus-agent-summary-fetch-series'. 5713 'gnus-agent-summary-fetch-series'.
5730 (Agent and flags): New section providing a generalized discussion 5714 (Agent and flags): New section providing a generalized discussion
@@ -6528,7 +6512,7 @@
6528 (Tag searches): Document regular expression search for tags. 6512 (Tag searches): Document regular expression search for tags.
6529 (Stuck projects): New section. 6513 (Stuck projects): New section.
6530 (In-buffer settings): New keywords. 6514 (In-buffer settings): New keywords.
6531 (History and Acknowledgments): Updated description. 6515 (History and Acknowledgments): Update description.
6532 6516
65332007-02-24 Alan Mackenzie <acm@muc.de> 65172007-02-24 Alan Mackenzie <acm@muc.de>
6534 6518
@@ -6760,7 +6744,7 @@
6760 (Custom agenda views): Section completely rewritten. 6744 (Custom agenda views): Section completely rewritten.
6761 (Summary): Compare with Planner. 6745 (Summary): Compare with Planner.
6762 (Feedback): More info about creating backtraces. 6746 (Feedback): More info about creating backtraces.
6763 (Plain lists): Modified example. 6747 (Plain lists): Modify example.
6764 (Breaking down tasks): New section. 6748 (Breaking down tasks): New section.
6765 (Custom time format): New section. 6749 (Custom time format): New section.
6766 (Time stamps): Document inactive timestamps. 6750 (Time stamps): Document inactive timestamps.