diff options
| author | Juanma Barranquero | 2014-03-26 16:57:13 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2014-03-26 16:57:13 +0100 |
| commit | 16adf2e6eb1ddf0b32ebea2d5ce8fa1e4c226614 (patch) | |
| tree | 29b782fd6e7c44a834dd09442a551520e30bcbd6 /doc/lispref/ChangeLog | |
| parent | 5af73b0fe8975eeb47fb270819b4143c18d71caa (diff) | |
| parent | 196716cf35f81bea108c3b75362e92c86ed1c016 (diff) | |
| download | emacs-16adf2e6eb1ddf0b32ebea2d5ce8fa1e4c226614.tar.gz emacs-16adf2e6eb1ddf0b32ebea2d5ce8fa1e4c226614.zip | |
Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.org
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 71af1bc66a0..fdc266472e0 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-03-26 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * files.texi (Kinds of Files): Improve documentation of | ||
| 4 | file-symlink-p. (Bug#17073) Add cross-references. | ||
| 5 | |||
| 6 | 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com> | ||
| 7 | |||
| 8 | * markers.texi (Moving Marker Positions): The 2014-03-02 doc | ||
| 9 | change mentioning undo's inability to handle relocated markers no | ||
| 10 | longer applies. See bug#16818. | ||
| 11 | * text.texi (Undo): Expand documentation of (TEXT . POS) and | ||
| 12 | (MARKER . ADJUSTMENT) undo elements. | ||
| 13 | |||
| 1 | 2014-03-26 Glenn Morris <rgm@gnu.org> | 14 | 2014-03-26 Glenn Morris <rgm@gnu.org> |
| 2 | 15 | ||
| 3 | * files.texi (File Locks): All systems support locking. | 16 | * files.texi (File Locks): All systems support locking. |