* xterm.c (x_list_fonts): If maxnames is less than 0, get all font
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 18 Feb 2003 21:30:08 +0000 (21:30 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 18 Feb 2003 21:30:08 +0000 (21:30 +0000)
commitee5be7c3c93602b4c5d6b7181544141e9484c003
tree2af097d75433c7fad75056c2ad65e8b5d0aa31c1
parentad837d13dba87187687c4b36789a770e5e78339d
* xterm.c (x_list_fonts): If maxnames is less than 0, get all font
names.

* xfaces.c (x_face_list_fonts): Allocate struct font_name here.
(sorted_font_list): Moved allocation of struct font_name to
x_face_list_fonts.
(Fx_font_family_list): Set font-list-limit to -1 to get all font names.
(Fx_list_fonts): Set maxnames to -1 to get all font names.
src/ChangeLog
src/xfaces.c
src/xterm.c