*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-12-06 17:15:05 +00:00
parent 9043c1c307
commit 384333ee0f
2 changed files with 10 additions and 0 deletions

View 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'.

View file

@ -10,6 +10,13 @@
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.