diff options
| author | Stefan Monnier | 2008-02-22 19:04:03 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-02-22 19:04:03 +0000 |
| commit | 43a1d19b39aef461a49beb0bc684b99db61520ca (patch) | |
| tree | c0aae5870afbe8c93858d4e7dbaf9b1c257d1dd6 /src/ChangeLog | |
| parent | 9c7f8459fd159b5b8cd443c2cbf3d69f256d6b2e (diff) | |
| download | emacs-43a1d19b39aef461a49beb0bc684b99db61520ca.tar.gz emacs-43a1d19b39aef461a49beb0bc684b99db61520ca.zip | |
(font_match_xlfd, font_check_xlfd_parse): New funs.
(font_parse_xlfd): Use them for sanity check.
(Finternal_set_font_style_table): Make sure the table is bijiective.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2f70d3be552..16ff26c18ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * font.c (font_match_xlfd, font_check_xlfd_parse): New funs. | ||
| 4 | (font_parse_xlfd): Use them for sanity check. | ||
| 5 | (Finternal_set_font_style_table): Make sure the table is bijiective. | ||
| 6 | |||
| 3 | Consolidate the image_cache to the terminal struct. | 7 | Consolidate the image_cache to the terminal struct. |
| 4 | * termhooks.h (P_): Remove redundant def. | 8 | * termhooks.h (P_): Remove redundant def. |
| 5 | (struct terminal): New field `image_cache'. | 9 | (struct terminal): New field `image_cache'. |