diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bbc015195e7..94c3aab639f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-11-07 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-11-07 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * window.c (Fset_window_configuration): Don't try to preserve | ||
| 4 | point in the current buffer, if that buffer is displayed in more | ||
| 5 | than one window. | ||
| 6 | |||
| 3 | * xfaces.c (lookup_named_face): If default face isn't realized, | 7 | * xfaces.c (lookup_named_face): If default face isn't realized, |
| 4 | try to realize it. Return -1 if not successful. | 8 | try to realize it. Return -1 if not successful. |
| 5 | (Fx_list_fonts): Handle case that face cannot be determined. | 9 | (Fx_list_fonts): Handle case that face cannot be determined. |