aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-11-13 16:17:18 +0200
committerEli Zaretskii2012-11-13 16:17:18 +0200
commit3c4ca7155293ffc2d04708007131bcbc882d8913 (patch)
tree61787be8cd43b6fb3d5159852fbd186eea404de7 /doc/lispref/ChangeLog
parent5ade42a5114255c43117065494b96d480c1e1588 (diff)
parentc708524567662c8911c5ab2695acc7bda0383705 (diff)
downloademacs-3c4ca7155293ffc2d04708007131bcbc882d8913.tar.gz
emacs-3c4ca7155293ffc2d04708007131bcbc882d8913.zip
Merge from trunk.
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog82
1 files changed, 82 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index da3cc91a675..6d6ddf4da9a 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,85 @@
12012-11-13 Glenn Morris <rgm@gnu.org>
2
3 * variables.texi (Adding Generalized Variables):
4 At least mention gv-define-expander and gv-letplace.
5
6 * debugging.texi (Error Debugging): Mention debug-on-message.
7 (Using Debugger): Mention debugger-bury-or-kill.
8
9 * control.texi (Signaling Errors):
10 * debugging.texi (Error Debugging):
11 * errors.texi (Standard Errors): Add user-error.
12
13 * variables.texi (Adding Generalized Variables):
14 Use standard formatting for common lisp note about setf functions.
15
162012-11-10 Martin Rudalics <rudalics@gmx.at>
17
18 * elisp.texi (Top): Add Recombining Windows to menu.
19 * windows.texi (Recombining Windows): New subsection.
20 (Splitting Windows): Rewrite text on handling of window
21 combinations and move it to new subsection.
22
232012-11-10 Chong Yidong <cyd@gnu.org>
24
25 * searching.texi (Replacing Match): Document \? in replace-match.
26
27 * variables.texi (Creating Buffer-Local): Document setq-local and
28 defvar-local.
29 (Setting Generalized Variables): Arrange table alphabetically.
30
31 * lists.texi (List Elements, List Variables): Clarify descriptions
32 of push and pop for generalized variables.
33
34 * edebug.texi (Specification List): setf is no longer CL-only.
35
362012-11-10 Glenn Morris <rgm@gnu.org>
37
38 * variables.texi (Adding Generalized Variables):
39 Update description of FIX-RETURN expansion.
40
41 * variables.texi (Setting Generalized Variables):
42 Split most of previous contents into this subsection.
43 (Adding Generalized Variables): New subsection.
44 Move note on lack of setf functions here from misc/cl.texi.
45
46 * elisp.texi: Add Generalized Variables subsections to detailed menu.
47
482012-11-10 Chong Yidong <cyd@gnu.org>
49
50 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
51
522012-11-08 Michael Albinus <michael.albinus@gmx.de>
53
54 * os.texi (Notifications): Update descriptions of
55 notifications-notify, notifications-close-notification and
56 notifications-get-capabilities according to latest code changes.
57 Add notifications-get-server-information.
58
592012-11-03 Chong Yidong <cyd@gnu.org>
60
61 * objects.texi (General Escape Syntax): Clarify the explanation of
62 escape sequences.
63 (Non-ASCII in Strings): Clarify when a string is unibyte vs
64 multibyte. Hex escapes do not automatically make a string
65 multibyte.
66
672012-11-03 Martin Rudalics <rudalics@gmx.at>
68
69 * windows.texi (Switching Buffers): Document option
70 switch-to-buffer-preserve-window-point.
71 (Display Action Functions): Document window-height and
72 window-width alist entries.
73 (Display Action Functions): Document
74 display-buffer-below-selected and
75 display-buffer-in-previous-window.
76 (Quitting Windows): Document quit-restore-window. Rewrite
77 section.
78 (Window Configurations): In window-state-get mention that
79 argument window must be valid.
80 (Window Parameters): Document quit-restore window parameter
81 (Bug#12158).
82
12012-10-31 Glenn Morris <rgm@gnu.org> 832012-10-31 Glenn Morris <rgm@gnu.org>
2 84
3 * control.texi (Catch and Throw): Add xref to cl.texi. 85 * control.texi (Catch and Throw): Add xref to cl.texi.