aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaroly Lorentey2004-09-23 13:21:01 +0000
committerKaroly Lorentey2004-09-23 13:21:01 +0000
commitd73d547a20c1a36612dc637d860113551d4ddc6a (patch)
tree110cf13efeed447abcd6aed9cf11a994ff941cb8
parent7238837d023af0b6461e905af99cad1a03931f9a (diff)
parent6db2bc0254d88bdeb22dc5549509f597cad825fb (diff)
downloademacs-d73d547a20c1a36612dc637d860113551d4ddc6a.tar.gz
emacs-d73d547a20c1a36612dc637d860113551d4ddc6a.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-566 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-250
-rw-r--r--lispref/ChangeLog8
-rw-r--r--lispref/display.texi15
-rw-r--r--man/ChangeLog4
-rw-r--r--man/display.texi1
4 files changed, 19 insertions, 9 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index b6819c9b16c..2dd35cd1844 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,11 @@
12004-09-22 Luc Teirlinck <teirllm@auburn.edu>
2
3 * display.texi: Correct various typos.
4 (Display): Rename node "Pointer Shapes" to "Pointer
5 Shape". (There is already a node called "Pointer Shapes" in
6 frames.texi.)
7 (Images): Remove non-existent node "Image Slices" from menu.
8
12004-09-23 Kim F. Storm <storm@cua.dk> 92004-09-23 Kim F. Storm <storm@cua.dk>
2 10
3 * text.texi (Special Properties): Add `cursor', `pointer', 11 * text.texi (Special Properties): Add `cursor', `pointer',
diff --git a/lispref/display.texi b/lispref/display.texi
index f5923acd3f5..3f75c386765 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -25,9 +25,9 @@ that Emacs presents to the user.
25* Faces:: A face defines a graphics style for text characters: 25* Faces:: A face defines a graphics style for text characters:
26 font, colors, etc. 26 font, colors, etc.
27* Fringes:: Controlling window fringes. 27* Fringes:: Controlling window fringes.
28* Fringe Bitmaps:: Customizing fringe bitmaps. 28* Fringe Bitmaps:: Customizing fringe bitmaps.
29* Scroll Bars:: Controlling vertical scroll bars. 29* Scroll Bars:: Controlling vertical scroll bars.
30* Pointer Shapes:: Controlling the mouse pointer shape. 30* Pointer Shape:: Controlling the mouse pointer shape.
31* Display Property:: Enabling special display features. 31* Display Property:: Enabling special display features.
32* Images:: Displaying images in Emacs buffers. 32* Images:: Displaying images in Emacs buffers.
33* Buttons:: Adding clickable buttons to Emacs buffers. 33* Buttons:: Adding clickable buttons to Emacs buffers.
@@ -2786,8 +2786,8 @@ in a buffer that is already visible in a window, you can make the
2786window take note of the new values by calling @code{set-window-buffer} 2786window take note of the new values by calling @code{set-window-buffer}
2787specifying the same buffer that is already displayed. 2787specifying the same buffer that is already displayed.
2788 2788
2789@node Pointer Shapes 2789@node Pointer Shape
2790@section Pointer Shapes 2790@section Pointer Shape
2791 2791
2792Normally, the mouse pointer has the @code{text} shape over text and 2792Normally, the mouse pointer has the @code{text} shape over text and
2793the @code{arrow} shape over window areas which do not correspond to 2793the @code{arrow} shape over window areas which do not correspond to
@@ -2921,7 +2921,7 @@ used as an absolute number of pixels.
2921@end example 2921@end example
2922 2922
2923 The form @var{NUM} specifies a fractional width or height of the 2923 The form @var{NUM} specifies a fractional width or height of the
2924default frame font size. The form @code(@var{NUM})} specifies an 2924default frame font size. The form @code{(@var{NUM})} specifies an
2925absolute number of pixels. If a symbol @var{SYMBOL} is specified, its 2925absolute number of pixels. If a symbol @var{SYMBOL} is specified, its
2926buffer-local variable binding is used. 2926buffer-local variable binding is used.
2927 2927
@@ -2955,7 +2955,7 @@ the left-margin, use
2955to the left edge of the text area. For example, @samp{:align-to 0} in a 2955to the left edge of the text area. For example, @samp{:align-to 0} in a
2956header-line aligns with the first text column in the text area. 2956header-line aligns with the first text column in the text area.
2957 2957
2958 The value of the form @code(@var{NUM} . @var{EXPR})} is the value of 2958 The value of the form @code{(@var{NUM} . @var{EXPR})} is the value of
2959@var{NUM} multiplied by the value of the expression @var{EXPR}. For 2959@var{NUM} multiplied by the value of the expression @var{EXPR}. For
2960example, @samp{(2 . in)} specifies a width of 2 inches, while 2960example, @samp{(2 . in)} specifies a width of 2 inches, while
2961@samp{(0.5 . IMAGE)} specifies half the width (or height) of the 2961@samp{(0.5 . IMAGE)} specifies half the width (or height) of the
@@ -3227,7 +3227,6 @@ function always returns @code{t}; for other image types, it returns
3227* Other Image Types:: Various other formats are supported. 3227* Other Image Types:: Various other formats are supported.
3228* Defining Images:: Convenient ways to define an image for later use. 3228* Defining Images:: Convenient ways to define an image for later use.
3229* Showing Images:: Convenient ways to display an image once it is defined. 3229* Showing Images:: Convenient ways to display an image once it is defined.
3230* Image Slices:: Displaying image slices.
3231* Image Cache:: Internal mechanisms of image display. 3230* Image Cache:: Internal mechanisms of image display.
3232@end menu 3231@end menu
3233 3232
@@ -3413,7 +3412,7 @@ which specifies the center and the radius of the circle; @var{r} may
3413be a float or integer. 3412be a float or integer.
3414 3413
3415A polygon is a cons 3414A polygon is a cons
3416@code(poly . [@var{x0} @var{y0} @var{x1} @var{y1} ...])} 3415@code{(poly . [@var{x0} @var{y0} @var{x1} @var{y1} ...])}
3417where each pair in the vector describes one corner in the polygon. 3416where each pair in the vector describes one corner in the polygon.
3418 3417
3419When the mouse pointer is above a hot-spot area of an image, the 3418When the mouse pointer is above a hot-spot area of an image, the
diff --git a/man/ChangeLog b/man/ChangeLog
index 10320ef7de7..7b20cda2bc0 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12004-09-22 Luc Teirlinck <teirllm@auburn.edu>
2
3 * display.texi (Display Custom): Remove stray `@end defvar'.
4
12004-09-23 Kim F. Storm <storm@cua.dk> 52004-09-23 Kim F. Storm <storm@cua.dk>
2 6
3 * display.texi (Display Custom): Add `overflow-newline-into-fringe', 7 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
diff --git a/man/display.texi b/man/display.texi
index ad3f0dfcd00..7d5e8ef84e0 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -998,7 +998,6 @@ character) shall not be broken into two lines on the display (with
998just the newline on the second line). Instead, the newline 998just the newline on the second line). Instead, the newline
999overflows into the right fringe, and the cursor will be displayed in 999overflows into the right fringe, and the cursor will be displayed in
1000the fringe when positioned on that newline. 1000the fringe when positioned on that newline.
1001@end defvar
1002 1001
1003@vindex indicate-buffer-boundaries 1002@vindex indicate-buffer-boundaries
1004 On a window system, Emacs may indicate the buffer boundaries in the 1003 On a window system, Emacs may indicate the buffer boundaries in the