diff options
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 133 |
1 files changed, 131 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 63f9a6e596f..61fd28a0622 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,9 +1,125 @@ | |||
| 1 | 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * gnus.texi (Other Files): Add the yenc command. | ||
| 4 | |||
| 5 | 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 6 | |||
| 7 | * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t | ||
| 8 | since 2004-08-06. | ||
| 9 | |||
| 10 | 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 11 | |||
| 12 | * gnus.texi (Fancy Mail Splitting): Fix description of splitting based | ||
| 13 | on body. | ||
| 14 | |||
| 15 | 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 16 | |||
| 17 | * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose | ||
| 18 | and rfc2047-allow-irregular-q-encoded-words; fix description of | ||
| 19 | rfc2047-encode-encoded-words. | ||
| 20 | |||
| 21 | 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 22 | |||
| 23 | * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'. | ||
| 24 | |||
| 25 | 2007-12-05 Michael Olson <mwolson@gnu.org> | ||
| 26 | |||
| 27 | * remember.texi (Diary): Remove "require" line for remember-diary.el. | ||
| 28 | Update documentation for `remember-diary-file'. | ||
| 29 | |||
| 30 | 2007-12-04 Michael Albinus <michael.albinus@gmx.de> | ||
| 31 | |||
| 32 | * dbus.texi (Signals): Precise `dbus-register-signal'. | ||
| 33 | (Errors and Events): Rework events part, the internal structure of | ||
| 34 | dbus-event has changed. | ||
| 35 | |||
| 36 | 2007-12-03 Juanma Barranquero <lekktu@gmail.com> | ||
| 37 | |||
| 38 | * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus. | ||
| 39 | ($(infodir)/dbus, dbus.dvi): New targets. | ||
| 40 | |||
| 41 | 2007-12-03 Michael Albinus <michael.albinus@gmx.de> | ||
| 42 | |||
| 43 | * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi | ||
| 44 | unconditionally. | ||
| 45 | |||
| 46 | * dbus.texi (Synchronous Methods): Show the result of the "lshal" | ||
| 47 | emulation with @print{}. | ||
| 48 | |||
| 49 | 2007-12-02 Richard Stallman <rms@gnu.org> | ||
| 50 | |||
| 51 | * dbus.texi (Overview): Minor cleanup. | ||
| 52 | |||
| 53 | 2007-12-02 Michael Albinus <michael.albinus@gmx.de> | ||
| 54 | |||
| 55 | * Makefile.in (INFO_TARGETS): Add dbus. | ||
| 56 | (DVI_TARGETS): Add dbus.dvi. | ||
| 57 | (dbus, dbus.dvi): New targets. | ||
| 58 | |||
| 59 | * dbus.texi: New file. | ||
| 60 | |||
| 61 | 2007-11-24 Romain Francoise <romain@orebokech.com> | ||
| 62 | |||
| 63 | * nxml-mode.texi: Add description in @direntry. | ||
| 64 | Fix file name to match @setfilename. | ||
| 65 | |||
| 66 | 2007-11-23 Mark A. Hershberger <mah@everybody.org> | ||
| 67 | |||
| 68 | * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode. | ||
| 69 | ($(infodir)/nxml-mode): New rule. | ||
| 70 | |||
| 71 | * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode. | ||
| 72 | ($(infodir)/nxml-mode): New rule. | ||
| 73 | (clean): Add nxml-mode*. | ||
| 74 | |||
| 75 | * nxml-mode.texi: New file with nxml manual. | ||
| 76 | |||
| 77 | 2007-11-18 Richard Stallman <rms@gnu.org> | ||
| 78 | |||
| 79 | * flymake.texi (Example -- Configuring a tool called directly): | ||
| 80 | Update example. | ||
| 81 | |||
| 82 | 2007-11-18 Michael Albinus <michael.albinus@gmx.de> | ||
| 83 | |||
| 84 | * tramp.texi (Filename completion): Simplify explanation of | ||
| 85 | double-slash behaviour. Explain directory contents flushing. | ||
| 86 | |||
| 87 | 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 88 | |||
| 89 | * calc.texi (TeX and LaTeX Language Modes): Put in | ||
| 90 | missing braces. | ||
| 91 | |||
| 92 | 2007-11-15 Richard Stallman <rms@gnu.org> | ||
| 93 | |||
| 94 | * cl.texi (Equality Predicates): Delete `eql'. | ||
| 95 | (Predicates, Naming Conventions, Top): Delete `eql'. | ||
| 96 | (Common Lisp Compatibility): Delete `eql'. | ||
| 97 | (Porting Common Lisp): Delete obsolete backquote info. | ||
| 98 | Minor clarification about character constants. | ||
| 99 | (Sequence Basics): Minor clarification. | ||
| 100 | |||
| 101 | 2007-11-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 102 | |||
| 103 | * cc-mode.texi (Electric Keys, Custom Macros): | ||
| 104 | * tramp.texi (Filename completion): Fix typos. | ||
| 105 | |||
| 106 | 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 107 | |||
| 108 | * calc.texi (Basic commands): Mention the menu. | ||
| 109 | |||
| 110 | 2007-11-12 Michael Albinus <michael.albinus@gmx.de> | ||
| 111 | |||
| 112 | * tramp.texi (Connection caching): Tramp flushes connection | ||
| 113 | properties when remote operating system has been changed. | ||
| 114 | |||
| 1 | 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de> | 115 | 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 116 | ||
| 3 | * gnus-news.texi: Fix spelling. | 117 | * gnus-news.texi: Fix spelling. |
| 4 | `message-insert-formatted-citation-line', not | 118 | `message-insert-formatted-citation-line', not |
| 5 | `message-insert-formated-citation-line'. | 119 | `message-insert-formated-citation-line'. |
| 6 | 120 | ||
| 121 | * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9. | ||
| 122 | |||
| 7 | 2007-11-07 Michael Albinus <michael.albinus@gmx.de> | 123 | 2007-11-07 Michael Albinus <michael.albinus@gmx.de> |
| 8 | 124 | ||
| 9 | * tramp.texi (Overview): Mention also the PuTTY integration under | 125 | * tramp.texi (Overview): Mention also the PuTTY integration under |
| @@ -41,6 +157,11 @@ | |||
| 41 | (Keystrokes): Document C-c C-k. | 157 | (Keystrokes): Document C-c C-k. |
| 42 | (Introduction): Fix typographical issue with "---". | 158 | (Introduction): Fix typographical issue with "---". |
| 43 | 159 | ||
| 160 | 2007-10-29 Richard Stallman <rms@gnu.org> | ||
| 161 | |||
| 162 | * widget.texi (Introduction): Delete discussion of implementation | ||
| 163 | internals. | ||
| 164 | |||
| 44 | 2007-10-29 Michael Albinus <michael.albinus@gmx.de> | 165 | 2007-10-29 Michael Albinus <michael.albinus@gmx.de> |
| 45 | 166 | ||
| 46 | * tramp.texi (Connection caching): Host names must be different | 167 | * tramp.texi (Connection caching): Host names must be different |
| @@ -504,6 +625,14 @@ | |||
| 504 | 625 | ||
| 505 | * gnus.texi (Top): Add SASL. | 626 | * gnus.texi (Top): Add SASL. |
| 506 | 627 | ||
| 628 | 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change) | ||
| 629 | |||
| 630 | * gnus-faq.texi ([5.12]): Remove reference to discontinued service. | ||
| 631 | |||
| 632 | 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 633 | |||
| 634 | * gnus.texi (Troubleshooting): Adjust Gnus version number. | ||
| 635 | |||
| 507 | 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com> | 636 | 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com> |
| 508 | 637 | ||
| 509 | * calc.texi (Formulas, Composition Basics): Lower the | 638 | * calc.texi (Formulas, Composition Basics): Lower the |
| @@ -1621,7 +1750,7 @@ | |||
| 1621 | (Custom Filling and Breaking, Custom Braces, Syntactic Symbols) | 1750 | (Custom Filling and Breaking, Custom Braces, Syntactic Symbols) |
| 1622 | (Line-Up Functions, Custom Macros): | 1751 | (Line-Up Functions, Custom Macros): |
| 1623 | * ediff.texi (Window and Frame Configuration) | 1752 | * ediff.texi (Window and Frame Configuration) |
| 1624 | (Highlighting Difference Regions, Highlighting Difference Regions): | 1753 | (Highlighting Difference Regions): |
| 1625 | * emacs-mime.texi (Display Customization): | 1754 | * emacs-mime.texi (Display Customization): |
| 1626 | * erc.texi (History): | 1755 | * erc.texi (History): |
| 1627 | * eshell.texi (Known problems): | 1756 | * eshell.texi (Known problems): |
| @@ -1629,7 +1758,7 @@ | |||
| 1629 | * gnus.texi (NNTP, IMAP, Advanced Scoring Examples) | 1758 | * gnus.texi (NNTP, IMAP, Advanced Scoring Examples) |
| 1630 | (The problem of spam, SpamOracle, Extending the Spam package) | 1759 | (The problem of spam, SpamOracle, Extending the Spam package) |
| 1631 | (Conformity, Terminology): | 1760 | (Conformity, Terminology): |
| 1632 | * idlwave.texi (Routine Info, Routine Info) | 1761 | * idlwave.texi (Routine Info) |
| 1633 | (Class and Keyword Inheritance, Padding Operators) | 1762 | (Class and Keyword Inheritance, Padding Operators) |
| 1634 | (Breakpoints and Stepping, Electric Debug Mode) | 1763 | (Breakpoints and Stepping, Electric Debug Mode) |
| 1635 | (Examining Variables, Troubleshooting): | 1764 | (Examining Variables, Troubleshooting): |