diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ecbe9feb14c..2d32e169654 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2000-11-24 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-11-24 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (init_from_display_pos): If POS says we're already after | ||
| 4 | an overlay string ending at POS, make sure to pop the iterator | ||
| 5 | because it will be in front of that overlay string. When POS is | ||
| 6 | ZV, we've thereby also ``processed'' overlay strings at ZV. | ||
| 7 | |||
| 3 | * xfaces.c (lface_from_face_name): Function comment fix. | 8 | * xfaces.c (lface_from_face_name): Function comment fix. |
| 4 | 9 | ||
| 5 | 2000-11-24 Miles Bader <miles@gnu.org> | 10 | 2000-11-24 Miles Bader <miles@gnu.org> |