]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 2 Jun 2000 19:06:44 +0000 (19:06 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 2 Jun 2000 19:06:44 +0000 (19:06 +0000)
etc/TUTORIAL
src/ChangeLog

index ca10ec20b236cf55a2c9921e0dab7e22824159f3..21433d11456d37d75965f9c61647a852e0ae7e4f 100644 (file)
@@ -699,6 +699,9 @@ top of the file is on the screen, it will say --Top-- instead of
 --Bot--.  If you are looking at text so small that all of it fits on
 the screen, the mode line says --All--.
 
+The L and digits indicate position in another way: they give the
+current line number of point.
+
 The stars near the front mean that you have made changes to the text.
 Right after you visit or save a file, that part of the mode line shows
 no stars, just dashes.
@@ -948,7 +951,7 @@ The most basic HELP feature is C-h c.  Type C-h, the character c, and
 a command character or sequence; then Emacs displays a very brief
 description of the command.
 
->> Type C-h c Control-p.
+>> Type C-h c C-p.
   The message should be something like
 
        C-p runs the command previous-line
@@ -964,7 +967,7 @@ EDIT or ALT key) <ESC>v are also allowed after C-h c.
 
 To get more information about a command, use C-h k instead of C-h c.
 
->> Type C-h k Control-p.
+>> Type C-h k C-p.
 
 This displays the documentation of the function, as well as its
 name, in an Emacs window.  When you are finished reading the
index 0794cfba3ccdb76789dfebf44f086d0e74e012d4..f32e82bc3b0407b07ca3b8bb36af286ff3784965 100644 (file)
@@ -1,3 +1,12 @@
+2000-06-02  Gerd Moellmann  <gerd@gnu.org>
+
+       * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the
+       result face, set flags in the face indicating that colors may not
+       be freed.
+
+       * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character
+       glyph, use the ASCII NUL character to determine the face.
+
 2000-06-02  Dave Love  <fx@gnu.org>
 
        * sysdep.c: Conditionally include stdlib.h, unistd.h.