aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-25 15:01:15 +0000
committerGerd Moellmann1999-11-25 15:01:15 +0000
commit3221576ba2f2c074227dc4ca28843e1d8d578db5 (patch)
tree6400fc3b485ca2668328a0157ede56f83abebb67 /src/ChangeLog
parentb185f63a8c2db0e5d5f0269db3733508ab8708cc (diff)
downloademacs-3221576ba2f2c074227dc4ca28843e1d8d578db5.tar.gz
emacs-3221576ba2f2c074227dc4ca28843e1d8d578db5.zip
(set_lface_from_font_name): New parameter may_fail_p.
Callers changed. If specified font name is bogus, and mail_fail_p is set, try to use a reasonable default.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4a9160ae5de..6c23fdb3eb3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
11999-11-25 Gerd Moellmann <gerd@gnu.org> 11999-11-25 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xfaces.c (set_lface_from_font_name): New parameter may_fail_p.
4 Callers changed. If specified font name is bogus, and mail_fail_p
5 is not set, try to use a reasonable default.
6
3 * dispnew.c (direct_output_for_insert): Set glyph row's 7 * dispnew.c (direct_output_for_insert): Set glyph row's
4 displays_text_p flag. Correct window's window_end_vpos if 8 displays_text_p flag. Correct window's window_end_vpos if
5 necessary. 9 necessary.