annotate oldXMenu/README @ 37186:e47810283f6b

(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.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 04 Apr 2001 12:55:46 +0000
parents bbce331da1be
children 23a1cea22d13
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25858
Dave Love <fx@gnu.org>
parents:
diff changeset
1 This directory contains the source code for the X11R2 XMenu library.
Dave Love <fx@gnu.org>
parents:
diff changeset
2
Dave Love <fx@gnu.org>
parents:
diff changeset
3 As of Release 2 of the X Window System, Version 11 from MIT, the XMenu
Dave Love <fx@gnu.org>
parents:
diff changeset
4 library no longer supported. It is not used in any software supplied
Dave Love <fx@gnu.org>
parents:
diff changeset
5 by MIT and its use is not encouraged.
Dave Love <fx@gnu.org>
parents:
diff changeset
6