aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-04-04 12:56:14 +0000
committerGerd Moellmann2001-04-04 12:56:14 +0000
commit702a1e8e62463a675282f3e04667bc3ab68ba337 (patch)
tree54a7f699013368b93e8e2ec596c49dd199befe41 /src/ChangeLog
parent32df8b472ad3d7886f95d74bd499ae0aee24fe2b (diff)
downloademacs-702a1e8e62463a675282f3e04667bc3ab68ba337.tar.gz
emacs-702a1e8e62463a675282f3e04667bc3ab68ba337.zip
(best_matching_font): Remove unused parameter PATTERN.
(first_font_matching): Removed unused function. (x_face_list_fonts): Remove unused parameter SCALABLE_P. (may_use_scalable_font_p): Remove parameter FONT; rename parameter NAME to FONT. (x_face_list_fonts): Fix missing bounds check. (realizing_default_face_p): New variable. (realize_default_face): Set and clear that flag. (x_face_list_fonts): When called during the realization of the default face, and no matching fonts are found when ignoring scalable fonts and fonts matching a regexp from face-ignored-fonts, try without ignoring fonts.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 28515da69a9..a0225dd188c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12001-04-04 Gerd Moellmann <gerd@gnu.org>
2
3 * xfaces.c (best_matching_font): Remove unused parameter PATTERN.
4 (first_font_matching): Removed unused function.
5 (x_face_list_fonts): Remove unused parameter SCALABLE_P.
6 (may_use_scalable_font_p): Remove parameter FONT; rename
7 parameter NAME to FONT.
8 (x_face_list_fonts): Fix missing bounds check.
9 (realizing_default_face_p): New variable.
10 (realize_default_face): Set and clear that flag.
11 (x_face_list_fonts): When called during the realization of the
12 default face, and no matching fonts are found when ignoring
13 scalable fonts and fonts matching a regexp from
14 face-ignored-fonts, try without ignoring fonts.
15
12001-04-03 Gerd Moellmann <gerd@gnu.org> 162001-04-03 Gerd Moellmann <gerd@gnu.org>
2 17
3 * xfns.c (postprocess_image): New function. 18 * xfns.c (postprocess_image): New function.