diff options
| author | Gerd Moellmann | 1999-11-26 10:17:53 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-26 10:17:53 +0000 |
| commit | 18df93696d8087ac7dfde2d606298fb2b8e7d991 (patch) | |
| tree | a16b402c16c5c6c609f3a58f6fc67d823ebb24fd /src/ChangeLog | |
| parent | ddb6e2e2058910551e412b634d582511e901c912 (diff) | |
| download | emacs-18df93696d8087ac7dfde2d606298fb2b8e7d991.tar.gz emacs-18df93696d8087ac7dfde2d606298fb2b8e7d991.zip | |
(set_lface_from_font_name): Fix previous change.
(recompute_basic_faces): Change assert to abort.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8866f8447bc..c6439fde6b7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 1999-11-26 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c (set_lface_from_font_name): Fix previous change. | ||
| 4 | (recompute_basic_faces): Change assert to abort. | ||
| 5 | |||
| 1 | 1999-11-25 Dave Love <fx@gnu.org> | 6 | 1999-11-25 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * fns.c (Fnthcdr, Fnreverse): Inline cdr. | 8 | * fns.c (Fnthcdr, Fnreverse): Inline cdr. |
| @@ -7,7 +12,7 @@ | |||
| 7 | 1999-11-25 Gerd Moellmann <gerd@gnu.org> | 12 | 1999-11-25 Gerd Moellmann <gerd@gnu.org> |
| 8 | 13 | ||
| 9 | * xfaces.c (set_lface_from_font_name): New parameter may_fail_p. | 14 | * xfaces.c (set_lface_from_font_name): New parameter may_fail_p. |
| 10 | Callers changed. If specified font name is bogus, and mail_fail_p | 15 | Callers changed. If specified font name is bogus, and may_fail_p |
| 11 | is not set, try to use a reasonable default. | 16 | is not set, try to use a reasonable default. |
| 12 | 17 | ||
| 13 | * dispnew.c (direct_output_for_insert): Set glyph row's | 18 | * dispnew.c (direct_output_for_insert): Set glyph row's |