From: Eli Zaretskii Date: Sat, 26 Dec 2009 12:53:42 +0000 (+0000) Subject: (pgx): Fix display of composite glyphs. Display cmp.from and cmp.to as well. X-Git-Tag: emacs-pretest-23.1.91~30 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b28ce35e3ae2f024b79621577ed996f36c14d9e;p=emacs.git (pgx): Fix display of composite glyphs. Display cmp.from and cmp.to as well. --- diff --git a/src/.gdbinit b/src/.gdbinit index 6e717836376..949dfbfd480 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -455,7 +455,7 @@ define pgx end # COMPOSITE_GLYPH if ($g->type == 1) - printf "COMP[%d]", $g->u.cmp_id + printf "COMP[%d (%d..%d)]", $g->u.cmp.id, $g->u.cmp.from, $g->u.cmp.to end # IMAGE_GLYPH if ($g->type == 2) diff --git a/src/ChangeLog b/src/ChangeLog index 3858492a0b4..18a1a1cee3e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-12-26 Eli Zaretskii + + * .gdbinit (pgx): Fix display of composite glyphs. Display + cmp.from and cmp.to as well. + 2009-12-19 Eli Zaretskii * .gdbinit (pitx): Don't use enum names, use their values. Remove