aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-03-04 14:50:18 +0800
committerChong Yidong2012-03-04 14:50:18 +0800
commita08a07e3397edbc6b916e9e87ed67355ab0b2f9e (patch)
treea7a5840534dbbed3ba101ef3fadeccbbf3737e1e /doc/lispref/ChangeLog
parentea16568d87f736736a532c0684de951bc382e4a9 (diff)
downloademacs-a08a07e3397edbc6b916e9e87ed67355ab0b2f9e.tar.gz
emacs-a08a07e3397edbc6b916e9e87ed67355ab0b2f9e.zip
Update Frames chapter of Lisp manager. Document clipboard manager.
* doc/emacs/killing.texi (Clipboard): Document clipboard manager. * doc/lispref/windows.texi (Basic Windows, Coordinates and Windows) (Coordinates and Windows): * display.texi (Refresh Screen, Line Height, Face Attributes) (Overlay Arrow, Beeping, Glyphless Chars): Likewise. * doc/lispref/frames.texi (Frames): Remove little-used "terminal frame" and "window frame" terminology. (Frame Parameters, Font and Color Parameters, Initial Parameters) (Size and Position, Visibility of Frames): Callers changed. (Frames): Clarify which terminals in framep are graphical. (Initial Parameters): --geometry is not the only option which adds to initial-frame-alist. (Position Parameters): Note that icon-left and icon-top are for old window managers only. (Size Parameters): Sizes are in characters even on graphical displays. (Management Parameters): Note that window-id and outer-window-id can't really be changed, and that auto-raise isn't always obeyed. (Cursor Parameters): Document cursor-type explicitly. (Size and Position): The aliases set-screen-height and set-screen-width have been deleted. (Visibility of Frames): Mention "minimization". * doc/lispref/os.texi (Startup Summary): Minor clarifications. (Startup Summary, Suspending Emacs): Standardize on "text terminal" terminology.
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 1cbee05d4d4..51eed431ca2 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,32 @@
12012-03-04 Chong Yidong <cyd@gnu.org>
2
3 * frames.texi (Frames): Remove little-used "terminal frame" and
4 "window frame" terminology.
5 (Frame Parameters, Font and Color Parameters, Initial Parameters)
6 (Size and Position, Visibility of Frames): Callers changed.
7 (Frames): Clarify which terminals in framep are graphical.
8 (Initial Parameters): --geometry is not the only option which adds
9 to initial-frame-alist.
10 (Position Parameters): Note that icon-left and icon-top are for
11 old window managers only.
12 (Size Parameters): Sizes are in characters even on graphical
13 displays.
14 (Management Parameters): Note that window-id and outer-window-id
15 can't really be changed, and that auto-raise isn't always obeyed.
16 (Cursor Parameters): Document cursor-type explicitly.
17 (Size and Position): The aliases set-screen-height and
18 set-screen-width have been deleted.
19 (Visibility of Frames): Mention "minimization".
20
21 * os.texi (Startup Summary): Minor clarifications.
22 (Startup Summary, Suspending Emacs): Standardize on "text
23 terminal" terminology.
24
25 * windows.texi (Basic Windows, Coordinates and Windows)
26 (Coordinates and Windows):
27 * display.texi (Refresh Screen, Line Height, Face Attributes)
28 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
29
12012-03-04 Glenn Morris <rgm@gnu.org> 302012-03-04 Glenn Morris <rgm@gnu.org>
2 31
3 * abbrevs.texi: Small copyedits throughout. 32 * abbrevs.texi: Small copyedits throughout.