aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2003-02-18 21:30:08 +0000
committerJan Djärv2003-02-18 21:30:08 +0000
commitee5be7c3c93602b4c5d6b7181544141e9484c003 (patch)
tree2af097d75433c7fad75056c2ad65e8b5d0aa31c1 /src/ChangeLog
parentad837d13dba87187687c4b36789a770e5e78339d (diff)
downloademacs-ee5be7c3c93602b4c5d6b7181544141e9484c003.tar.gz
emacs-ee5be7c3c93602b4c5d6b7181544141e9484c003.zip
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8359b581a9b..5bef6ada00f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12003-02-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
4 names.
5
6 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
7 (sorted_font_list): Moved allocation of struct font_name to
8 x_face_list_fonts.
9 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
10 (Fx_list_fonts): Set maxnames to -1 to get all font names.
11
12003-02-18 Kim F. Storm <storm@cua.dk> 122003-02-18 Kim F. Storm <storm@cua.dk>
2 13
3 * lread.c (read1): Fix last change; "`" is not always special. 14 * lread.c (read1): Fix last change; "`" is not always special.