Update to 2.8.0.1:
2004-10-01 Jody Goldberg <jody@gnome.org> * Release 2.8.0.1 2004-10-01 Jody Goldberg <jody@gnome.org> (gnome_print_ps2_print_octal_byte) : doh! * libgnomeprint/gnome-print-ps2.c (gnome_print_ps2_print_bpath) : fix return type and handle errors. 2004-10-01 Jody Goldberg <jody@gnome.org> * libgnomeprint/gnome-print-ps2.c : Clarify the error handling and return values in all routines. (gnome_print_ps2_print_double) : no need for a dynamic buffer. put it on the stack. (gnome_print_ps2_print_octal_byte) : new. (gnome_print_ps2_glyphlist) : use it here and correct the return val calculation. 2004-10-01 Morten Welinder <terra@gnome.org> * libgnomeprint/gnome-print-ps2.c (gnome_print_ps2_puts, gnome_print_ps2_putc): New functions. Change most calls of gnome_print_ps2_fprintf to one of these. (gnome_print_ps2_glyphlist): Print letters as letters, not octal. Fixes #153667. 2004-09-30 Jody Goldberg <jody@gnome.org> * libgnomeprint/modules/cups/gnome-print-cups.c (attributes_changed_cb) : Store the queue length in QueueLength 2004-09-23 Jody Goldberg <jody@gnome.org> * libgnomeprint/gnome-font-face.c (gf_pso_print_double) : remove some dead code
This commit is contained in:
parent
da7e4e2096
commit
7bb4cbd8a9
2 changed files with 5 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.33 2004/10/03 00:18:05 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.34 2004/10/26 21:01:56 jmmv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libgnomeprint-2.8.0
|
||||
PKGREVISION= 1
|
||||
DISTNAME= libgnomeprint-2.8.0.1
|
||||
CATEGORIES= print gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprint/2.8/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.12 2004/09/21 16:49:04 jmmv Exp $
|
||||
$NetBSD: distinfo,v 1.13 2004/10/26 21:01:56 jmmv Exp $
|
||||
|
||||
SHA1 (libgnomeprint-2.8.0.tar.bz2) = 41a756e69dd68d82e6c2ecb59b414af1a8730613
|
||||
Size (libgnomeprint-2.8.0.tar.bz2) = 749976 bytes
|
||||
SHA1 (libgnomeprint-2.8.0.1.tar.bz2) = 4ed4ae5ad1205b76bce799f29a9f9a967b7c4ea1
|
||||
Size (libgnomeprint-2.8.0.1.tar.bz2) = 751808 bytes
|
||||
|
|
Loading…
Reference in a new issue