diff options
| author | Tom Tromey | 2013-03-08 11:57:29 -0700 |
|---|---|---|
| committer | Tom Tromey | 2013-03-08 11:57:29 -0700 |
| commit | 71f91792e3013b397996905224f387da5cc539a9 (patch) | |
| tree | 4c3d3ba909e76deea1cdf73b73fca67a57149465 /doc/misc/ChangeLog | |
| parent | 6f4de085f065e11f4df3195d47479f28f5ef08ba (diff) | |
| parent | b5426561089d39f18b42bed9dbfcb531f43ed562 (diff) | |
| download | emacs-71f91792e3013b397996905224f387da5cc539a9.tar.gz emacs-71f91792e3013b397996905224f387da5cc539a9.zip | |
merge from trunk
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 144 |
1 files changed, 144 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 95c7ac7b233..44a0b7b3211 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,147 @@ | |||
| 1 | 2013-03-08 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * faq.texi (Top): Don't say this was updated @today. | ||
| 4 | That's irrelevant and leads to spurious diffs. | ||
| 5 | |||
| 6 | 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 7 | |||
| 8 | * calc.texi (Basic Operations on Units): Fix | ||
| 9 | cross-reference. | ||
| 10 | |||
| 11 | 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 12 | |||
| 13 | * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL. | ||
| 14 | |||
| 15 | 2013-03-06 Alan Mackenzie <acm@muc.de> | ||
| 16 | |||
| 17 | * cc-mode.texi (Custom Line-Up): Clarify position of point on | ||
| 18 | calling a line-up function. | ||
| 19 | |||
| 20 | 2013-03-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 21 | |||
| 22 | * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi: | ||
| 23 | * ses.texi: Switch from Latin-1 to UTF-8. | ||
| 24 | |||
| 25 | 2013-03-03 Michael Albinus <michael.albinus@gmx.de> | ||
| 26 | |||
| 27 | * tramp.texi (External methods): Tramp does not connect Android | ||
| 28 | devices by itself. | ||
| 29 | |||
| 30 | 2013-03-02 Bill Wohler <wohler@newt.com> | ||
| 31 | |||
| 32 | Release MH-E manual version 8.5. | ||
| 33 | |||
| 34 | * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for | ||
| 35 | release 8.5. | ||
| 36 | |||
| 37 | * mh-e.texi (Preface, Conventions, Getting Started) | ||
| 38 | (Using This Manual, Folder Selection, Viewing, Aliases) | ||
| 39 | (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats) | ||
| 40 | (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E): | ||
| 41 | Update URLs. | ||
| 42 | |||
| 43 | 2013-03-01 Michael Albinus <michael.albinus@gmx.de> | ||
| 44 | |||
| 45 | * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1" | ||
| 46 | and "plink2" entries. "plink2" is obsolete for a long time. | ||
| 47 | (External methods): Remove "scp1" and "scp2" entries. Explain | ||
| 48 | user name and host name specification for "adb". | ||
| 49 | |||
| 50 | 2013-02-28 Michael Albinus <michael.albinus@gmx.de> | ||
| 51 | |||
| 52 | * tramp.texi (External methods): Mention `tramp-adb-program'. | ||
| 53 | |||
| 54 | 2013-02-28 Bastien Guerry <bzg@gnu.org> | ||
| 55 | |||
| 56 | * org.texi (Visibility cycling): Suggest to set | ||
| 57 | `org-agenda-inhibit-startup' to nil if user wants the startup | ||
| 58 | visibility settings to be honored in any circumstances. | ||
| 59 | (Progress logging, Checkboxes): Fix typos. | ||
| 60 | |||
| 61 | 2013-02-28 Michael Albinus <michael.albinus@gmx.de> | ||
| 62 | |||
| 63 | * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of | ||
| 64 | the macros, for Texinfo 4.13 and 5.0. | ||
| 65 | |||
| 66 | 2013-02-24 Michael Albinus <michael.albinus@gmx.de> | ||
| 67 | |||
| 68 | Port Tramp documentation to Texinfo 5.0. | ||
| 69 | * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c. | ||
| 70 | (Filename Syntax): Do not use @trampfn{} in @item. | ||
| 71 | (Filename completion): Use @columnfractions in @multitable. | ||
| 72 | |||
| 73 | 2013-02-22 Glenn Morris <rgm@gnu.org> | ||
| 74 | |||
| 75 | * flymake.texi (Syntax check statuses): Fix multitable continued rows. | ||
| 76 | |||
| 77 | 2013-02-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 78 | |||
| 79 | * Makefile.in (html): New rule. | ||
| 80 | |||
| 81 | 2013-02-20 Michael Albinus <michael.albinus@gmx.de> | ||
| 82 | |||
| 83 | * tramp.texi (Android shell setup): Improve. Reported by Thierry | ||
| 84 | Volpiatto <thierry.volpiatto@gmail.com>. | ||
| 85 | |||
| 86 | 2013-02-16 Michael Albinus <michael.albinus@gmx.de> | ||
| 87 | |||
| 88 | * tramp.texi (Top, Configuration): Insert section `Android shell | ||
| 89 | setup' in menu. | ||
| 90 | (Android shell setup): New section. | ||
| 91 | (Connection types, Default Method) | ||
| 92 | (Frequently Asked Questions): Mention "scp" instead of "scpc". | ||
| 93 | (External methods): Remove "scpc" and "rsyncc" entries. | ||
| 94 | (Frequently Asked Questions): Remove entry about ControlPersist. | ||
| 95 | |||
| 96 | 2013-02-13 Glenn Morris <rgm@gnu.org> | ||
| 97 | |||
| 98 | * message.texi (News Headers): Don't mention yow any more. | ||
| 99 | |||
| 100 | 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 101 | |||
| 102 | * calc.texi (Basic Operations on Units): | ||
| 103 | (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'. | ||
| 104 | |||
| 105 | 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz> | ||
| 106 | |||
| 107 | * eshell.texi: Fill most of the missing sections. | ||
| 108 | |||
| 109 | 2013-02-07 Bastien Guerry <bzg@gnu.org> | ||
| 110 | |||
| 111 | * org.texi (References): Clarify an example. | ||
| 112 | (Installation): Fix instructions. | ||
| 113 | (Org-Plot): Fix link. | ||
| 114 | (Checkboxes, Radio lists): Fix typos. | ||
| 115 | |||
| 116 | 2013-02-07 Glenn Morris <rgm@gnu.org> | ||
| 117 | |||
| 118 | * cl.texi (Equality Predicates): Mention memql. | ||
| 119 | |||
| 120 | 2013-02-07 Eric Ludlam <zappo@gnu.org> | ||
| 121 | |||
| 122 | * doc/misc/ede.texi (Creating a project): Make ede-new doc less | ||
| 123 | specific, and only about items it supports, indicating that there | ||
| 124 | might be more. Remove refs to simple project and direct automake | ||
| 125 | from ede new. | ||
| 126 | (Simple projects): Re-write to not talk about ede-simple-project | ||
| 127 | which is deprecated, and instead use the term to mean projects | ||
| 128 | that don't do much management, just project wrapping. Add | ||
| 129 | ede-generic-project link. | ||
| 130 | (ede-generic-project): New node (bug#11441). | ||
| 131 | |||
| 132 | 2013-02-07 Glenn Morris <rgm@gnu.org> | ||
| 133 | |||
| 134 | * cl.texi (Equality Predicates): Fix eq/eql pedantry. | ||
| 135 | |||
| 136 | 2013-02-01 Glenn Morris <rgm@gnu.org> | ||
| 137 | |||
| 138 | * calc.texi (Help Commands): Update calc-view-news description. | ||
| 139 | Mention etc/CALC-NEWS. | ||
| 140 | |||
| 141 | 2013-01-24 Michael Albinus <michael.albinus@gmx.de> | ||
| 142 | |||
| 143 | * tramp.texi (Filename Syntax): Filenames must be unibyte strings. | ||
| 144 | |||
| 1 | 2013-01-13 Bastien Guerry <bzg@gnu.org> | 145 | 2013-01-13 Bastien Guerry <bzg@gnu.org> |
| 2 | 146 | ||
| 3 | * org.texi (Installation): Simplify. | 147 | * org.texi (Installation): Simplify. |