diff options
| author | Glenn Morris | 2012-11-10 15:13:33 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-10 15:13:33 -0800 |
| commit | 6baf66d53bbedd85a443e0d69d1f4311a93f0677 (patch) | |
| tree | 38d7a00d5f7d5aecb86285d334fa15a31e5fbab1 /doc/lispref/ChangeLog | |
| parent | 05a859c1bd9cd07b2c0fad06a0694e88ea929fcf (diff) | |
| parent | e4e46889223296e8875548d278340b21db449a4a (diff) | |
| download | emacs-6baf66d53bbedd85a443e0d69d1f4311a93f0677.tar.gz emacs-6baf66d53bbedd85a443e0d69d1f4311a93f0677.zip | |
Merge from emacs-24; up to 2012-11-08T14:54:03Z!monnier@iro.umontreal.ca
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f5aad901d44..7eb75ceac55 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,39 @@ | |||
| 1 | 2012-11-10 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * elisp.texi (Top): Add Recombining Windows to menu. | ||
| 4 | * windows.texi (Recombining Windows): New subsection. | ||
| 5 | (Splitting Windows): Rewrite text on handling of window | ||
| 6 | combinations and move it to new subsection. | ||
| 7 | |||
| 8 | 2012-11-10 Chong Yidong <cyd@gnu.org> | ||
| 9 | |||
| 10 | * searching.texi (Replacing Match): Document \? in replace-match. | ||
| 11 | |||
| 12 | * variables.texi (Creating Buffer-Local): Document setq-local and | ||
| 13 | defvar-local. | ||
| 14 | (Setting Generalized Variables): Arrange table alphabetically. | ||
| 15 | |||
| 16 | * lists.texi (List Elements, List Variables): Clarify descriptions | ||
| 17 | of push and pop for generalized variables. | ||
| 18 | |||
| 19 | * edebug.texi (Specification List): setf is no longer CL-only. | ||
| 20 | |||
| 21 | 2012-11-10 Glenn Morris <rgm@gnu.org> | ||
| 22 | |||
| 23 | * variables.texi (Adding Generalized Variables): | ||
| 24 | Update description of FIX-RETURN expansion. | ||
| 25 | |||
| 26 | * variables.texi (Setting Generalized Variables): | ||
| 27 | Split most of previous contents into this subsection. | ||
| 28 | (Adding Generalized Variables): New subsection. | ||
| 29 | Move note on lack of setf functions here from misc/cl.texi. | ||
| 30 | |||
| 31 | * elisp.texi: Add Generalized Variables subsections to detailed menu. | ||
| 32 | |||
| 33 | 2012-11-10 Chong Yidong <cyd@gnu.org> | ||
| 34 | |||
| 35 | * frames.texi (Initial Parameters): Doc fix (Bug#12144). | ||
| 36 | |||
| 1 | 2012-11-08 Michael Albinus <michael.albinus@gmx.de> | 37 | 2012-11-08 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 38 | ||
| 3 | * os.texi (Notifications): Update descriptions of | 39 | * os.texi (Notifications): Update descriptions of |