Next | Query returned 114 messages, browsing 81 to 90 | Previous

History of commit frequency

CVS Commit History:


   2005-02-24 13:51:46 by Alistair G. Crooks | Files touched by this commit (86)
Log message:
Add RMD160 digests.
   2004-12-28 22:42:24 by Julio M. Merino Vidal | Files touched by this commit (4)
Log message:
Update libgnomeprint and libgnomeprintui to 2.8.1:

Andreas
	* Fix some preview problem, see #157881
Jody
	* Don't force duplex/tumble
	http://bugzilla.gnome.org/show_bug.cgi?id=157706
	* Preview makes a better guess of the screen resolution
Suresh Chandrasekharan
	http://bugzilla.gnome.org/show_bug.cgi?id=156641
	* BE more robust when dealing with fonts with multiple encodings
   2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863)
Log message:
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
   2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703)
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
   2004-09-21 18:49:05 by Julio M. Merino Vidal | Files touched by this commit (8)
Log message:
Update to 2.8.0.  This version corresponds to GNOME 2.8.0.
While here, convert to the bsd.options.mk framework to handle the cups
functionality.

libgnomeprint 2.8.0

Jody
	* Bump automake req to 1.7
	* clean up some improperly namespaced private symbols
	* Recognize .ttc files as truetype

J.H.M. Dassen
	* Explicitly require gmodule

------------------------------------------------------------------------------
libgnomeprint 2.7.90

Jody
	http://bugzilla.gnome.org/show_bug.cgi?id=147349
	* Improve test for zlib
	http://bugzilla.gnome.org/show_bug.cgi?id=133924
	* Fix transformations of text in pdf backend

Kmaraas
	* Patch some warnings from sparse

Owen
	http://bugzilla.gnome.org/show_bug.cgi?id=143878
	* Fix gnome_font_find_closest to call gnome_font_face_find_closest

Morten
	* Keep more private symbols from polluting the global namespace.

Suresh Chandrasekharan
	http://bugzilla.gnome.org/show_bug.cgi?id=149858
	* Don't modify the global font table

------------------------------------------------------------------------------
libgnomeprint 2.7.2

Andreas
	* Fix 1#49160
	* Fix #149161

Jody
	* #Fix 149452
	* more portability

Suresh Chandrasekharan
	* Fix #148674
	* Fix #149858

------------------------------------------------------------------------------
libgnomeprint 2.7.1

Andreas
	* Add module to scan /etc/printcap

Colin Walters :
	* Support for new gnomeprintui printer list (state polling)

Jody
	* Some win32 build fixes
	* Build fixes for sft code from glib

J.H.M. Dassen (Ray) :
	* link fixes

Matthias Clasen:
	* fix handling of no cups printers

------------------------------------------------------------------------------
libgnomeprint 2.7.0

Andreas
	* Improve handling of multiple instances of a cups printer.
	* Add all paper sizes to PDF writer

Grzegorz Golawski
	* Use G_MODULE_SUFFIX

Owen Taylor :
	* Improved pango integration (Requires Pango 1.5.0)

Suresh Chandrasekharan :
	* Improved font subsetting for PS and PDF backends

Dom Lachowicz :
	* Fix win32 compilation

Jody Goldberg :
	* Fix pdf generation

J.H.M. Dassen (Ray):
	* Fixed unresolved symbols in the CUPS module.
   2004-06-28 20:24:07 by Julio M. Merino Vidal | Files touched by this commit (6)
Log message:
Update libgnomeprint and libgnomeprintui to 2.6.2:

http://bugzilla.gnome.org/show_bug.cgi?id=130814
* invalid fonts in pdf files when locale uses comma for decimal
* invalid line widths in pdf
   2004-05-04 23:42:24 by Julio M. Merino Vidal | Files touched by this commit (3)
Log message:
Update to 2.6.1:

2004-04-10  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.

2004-03-31  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "af" to ALL_LINGUAS.

2004-03-22  Padraig O'Briain <padraig.obriain@sun.com>

	* libgnomeprintui/gnome-print-job-preview.c (create_preview_canvas):
	Omit creation of unnecessary relation. Fixes bug #136627.
   2004-04-01 20:29:40 by Julio M. Merino Vidal | Files touched by this commit (10)
Log message:
Update to 2.6.0:

libgnomeprint 2.5.3
	* Some GtkFileChooser adjustments
	* Fix leak (133415)
	* Fix printing crash under cups if no ppd file available (132872)
	* Use g_get_tmp_dir rather than hard coding directory (133926)
	* Fix header order (required for Darwin) (134806)
	* Fix PDF locale bug
	* Accessibility fixes

libgnomeprint 2.5.2
	* Various fixes
	* Remove setlocale invocations where they change the
	  locale (109446)
	* Fix leak and erroneous model names (131359)
	* Fix encoding mismatch for cups ppd files
	* Fix mishandling of font weights (89580)
	* Fix unconfimed overwriting of files (assuming people use
	  gnome_print_dialog_run)
	* Switch to GtkFileChooser
	* Make the print preview theme-able

libgnomeprint 2.5.1
	* Handle ttc files
	* Handle duplex and tumble in postscript files
	* Improve handling of duplex printing (#128036)
	* HIGify print dialog (#128614)
	* Add delayed printing support in cups module
	* Remove modifying calls to setlocale
	* Remove markup from translatable text
	* Offer users the possibility to display several
	  pages together (#113956).
	* add source (tray) selector to paper selector (for
	  cups module)

libgnomeprint 2.5.0.1
	http://bugzilla.gnome.org/show_bug.cgi?id=126046
	* make gnumeric work correctly with cups via gnome-print.
	* handle fonts with spaces in postscript export
	* Change cups module to load ppd files on demand
	http://bugzilla.gnome.org/show_bug.cgi?id=115566
	* Protect against libcups changing the locale
	http://bugzilla.gnome.org/show_bug.cgi?id=125836
	* Implement a better fallback than first font.
	* Replace filename entry field with file selector.
	* Adjust Preview windo size
	http://bugzilla.gnome.org/show_bug.cgi?id=124307
	* Make ctl-q and ctl-w close the preview window
	* Reduce the usage of setlocale

libgnomeprint 2.5.0
	http://bugzilla.gnome.org/show_bug.cgi?id=125828
	* Apply patch (by bland@mail.ru) to improve performance
          exporting large images.
	http://bugzilla.gnome.org/show_bug.cgi?id=122741
	* Work around unreliable cupsGetDefault
	* Fix some leaks
	* Fix locating the lpr command.
	http://bugzilla.gnome.org/show_bug.cgi?id=120954
	* Use Sans Regular rather than Helvetica as fallback
	http://bugzilla.gnome.org/show_bug.cgi?id=120910
	* Fix clipping
   2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232)
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
   2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256)
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.

Next | Query returned 114 messages, browsing 81 to 90 | Previous