Mercurial > hg > xemacs-beta
changeset 3934:8453b9b6286f
[xemacs-hg @ 2007-05-01 14:01:46 by stephent]
Update gdbinit for fontconfig reality. <87ejm0hbyw.fsf@uwakimon.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 01 May 2007 14:01:47 +0000 |
parents | 724a1dc6b966 |
children | f56fa2f5f055 |
files | etc/ChangeLog etc/gdbinit.in |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Mon Apr 30 21:51:57 2007 +0000 +++ b/etc/ChangeLog Tue May 01 14:01:47 2007 +0000 @@ -1,3 +1,7 @@ +2007-05-01 Stephen J. Turnbull <stephen@xemacs.org> + + * gdbinit.in (pobj): Nuke fc_fontset and fc_objectset, add fc_config. + 2007-03-24 Stephen J. Turnbull <stephen@xemacs.org> * ETAGS.EBNF: Sync to pot_etags_version 17.19.
--- a/etc/gdbinit.in Mon Apr 30 21:51:57 2007 +0000 +++ b/etc/gdbinit.in Tue May 01 14:01:47 2007 +0000 @@ -430,17 +430,13 @@ if $lrecord_type == lrecord_type_fc_pattern pstructtype fc_pattern else - if $lrecord_type == lrecord_type_fc_objectset - pstructtype fc_objectset - else - if $lrecord_type == lrecord_type_fc_fontset - pstructtype fc_fontset + if $lrecord_type == lrecord_type_fc_config + pstructtype fc_config else echo Unknown Lisp Object type\n print $arg0 ## Barf, gag, retch end - end end end end