diff options
| author | Paul Eggert | 2014-04-22 14:32:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-04-22 14:32:51 -0700 |
| commit | 42e910349d699ee3f8024371ca1e60e015fc6aa7 (patch) | |
| tree | ba589f3f7c278671f0ae9c5c8f15c241ae8dd674 /doc/misc/ChangeLog | |
| parent | 4f96579371290b201a973072a1c2f237755bb954 (diff) | |
| parent | 34e856d5ac828753b7be20e2471f39fb613f7f40 (diff) | |
| download | emacs-42e910349d699ee3f8024371ca1e60e015fc6aa7.tar.gz emacs-42e910349d699ee3f8024371ca1e60e015fc6aa7.zip | |
Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.edu
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index fb54cd30b12..4f336cdbce4 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2014-04-22 Bastien Guerry <bzg@gnu.org> | ||
| 2 | |||
| 3 | * org.texi (Installation): Be more clear on why installing Org | ||
| 4 | through ELPA should be done without loading any Org file. | ||
| 5 | |||
| 6 | * org.texi (Emphasis and monospace): Document the use of | ||
| 7 | =verbatim= and ~code~ to be consistent with | ||
| 8 | `org-element-text-markup-successor'. | ||
| 9 | |||
| 10 | * org.texi (In-buffer settings, Radio tables): Tiny fixes. | ||
| 11 | |||
| 12 | * org.texi (Initial visibility): | ||
| 13 | * org.texi (Literal examples): Fix typos. | ||
| 14 | |||
| 15 | 2014-04-22 Michael Brand <michael.ch.brand@gmail.com> | ||
| 16 | |||
| 17 | * org.texi (Column attributes): Add a sentence to point out | ||
| 18 | the dependency on the format specifier. | ||
| 19 | |||
| 20 | 2014-04-22 Nicolas Goaziou <n.goaziou@gmail.com> | ||
| 21 | |||
| 22 | * org.texi (The Export Dispatcher): Reformulation. | ||
| 23 | |||
| 24 | * org.texi (@LaTeX{} specific attributes): Update manual. | ||
| 25 | |||
| 26 | * org.texi (Top, Exporting): Org has its own documentation and | ||
| 27 | should therefore be removed from "Other build-in back-ends". | ||
| 28 | |||
| 1 | 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca> | 29 | 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 30 | ||
| 3 | * cl.texi (Structures): Remove cl-struct-set-slot-value. | 31 | * cl.texi (Structures): Remove cl-struct-set-slot-value. |
| @@ -1614,7 +1642,7 @@ | |||
| 1614 | * ede.texi (Top): Rename from top, all uses changed. | 1642 | * ede.texi (Top): Rename from top, all uses changed. |
| 1615 | * eshell.texi: Add missing argument to @sp. | 1643 | * eshell.texi: Add missing argument to @sp. |
| 1616 | * forms.texi (Top): Reorder menu to match structure. | 1644 | * forms.texi (Top): Reorder menu to match structure. |
| 1617 | * htmlfontify.texi (Customisation): Add missing @item in | 1645 | * htmlfontify.texi (Customization): Add missing @item in |
| 1618 | @enumerate. | 1646 | @enumerate. |
| 1619 | * org.texi (Advanced features): Add missing argument for @item. | 1647 | * org.texi (Advanced features): Add missing argument for @item. |
| 1620 | (Property searches): Use @backslashchar{} in macro argument. | 1648 | (Property searches): Use @backslashchar{} in macro argument. |