# HG changeset patch # User Richard M. Stallman # Date 1004023800 0 # Node ID 34f1a01f25fa22180d37115d04278aedb2dd3923 # Parent 70819225d683c4dbaa4fe4c5331ce279e4f8869f *** empty log message *** diff -r 70819225d683 -r 34f1a01f25fa lisp/ChangeLog --- a/lisp/ChangeLog Thu Oct 25 15:26:46 2001 +0000 +++ b/lisp/ChangeLog Thu Oct 25 15:30:00 2001 +0000 @@ -1,3 +1,8 @@ +2001-10-25 Richard M. Stallman + + * progmodes/etags.el (tags-query-replace): Make tags-loop-scan + bind case-fold-search if FROM is not all lower case. + 2001-10-25 Gerd Moellmann * startup.el (normal-top-level): Check for frame-initial-frame diff -r 70819225d683 -r 34f1a01f25fa lispref/display.texi --- a/lispref/display.texi Thu Oct 25 15:26:46 2001 +0000 +++ b/lispref/display.texi Thu Oct 25 15:30:00 2001 +0000 @@ -1481,12 +1481,13 @@ external-format X bitmap data. The file is found in the directories listed in the variable @code{x-bitmap-file-path}. -Alternatively, the value can specify the bitmap directly, with a list of -the form @code{(@var{width} @var{height} @var{data})}. Here, -@var{width} and @var{height} specify the size in pixels, and @var{data} -is a string containing the raw bits of the bitmap, row by row. Each row -occupies @math{(@var{width} + 7) / 8} consecutie bytes in the string -(which should be a unibyte string for best results). +Alternatively, the value can specify the bitmap directly, with a list +of the form @code{(@var{width} @var{height} @var{data})}. Here, +@var{width} and @var{height} specify the size in pixels, and +@var{data} is a string containing the raw bits of the bitmap, row by +row. Each row occupies @math{(@var{width} + 7) / 8} consecutive bytes +in the string (which should be a unibyte string for best results). +This means that each row always occupies at least one whole byte. If the value is @code{nil}, that means use no stipple pattern. diff -r 70819225d683 -r 34f1a01f25fa lispref/frames.texi --- a/lispref/frames.texi Thu Oct 25 15:26:46 2001 +0000 +++ b/lispref/frames.texi Thu Oct 25 15:30:00 2001 +0000 @@ -485,7 +485,7 @@ @item scroll-bar-background If non-@code{nil}, the color for the background of scroll bars. -Changing this parameter is equivalent to setting the foreground color of +Changing this parameter is equivalent to setting the background color of face @code{scroll-bar}. @item display-type