]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 6 Dec 2000 17:15:05 +0000 (17:15 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 6 Dec 2000 17:15:05 +0000 (17:15 +0000)
lisp/ChangeLog
src/ChangeLog

index 3cee6c6ee49f4dac44cea3434133c5182f4415ef..079ecdb1def34bfaf79c9ea656ae446dbcc8b35f 100644 (file)
@@ -15,6 +15,9 @@
 
 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
 
+       * replace.el (occur): Make line-number-width 1 smaller for the
+       colon following the line number.
+
        * startup.el (fancy-splash-text, command-line-1): Use
        `File' for the menu name instead of `Files'.
        
index eaab29fd0a165a0d66d6cfe584308bc4419111fc..18459e55a586b7de05f4f9e89981d5a3ce3b1abf 100644 (file)
 
 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
 
+       * xdisp.c (underlying_face_id): New function.
+       (handle_face_prop, face_before_or_after_it_pos): Use it
+       to determine the face ``under'' a string.  Let strings inherit
+       the face of the buffer under them.
+
+       * xfaces.c (face_at_string_position): Update function comment.
+       
        * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current
        matrix if the window's left position has changed; we need to
        redraw it in this case.