* The CUPS driver now reports pages starting from page
1 rather than page 0 as was previously the case.
* The Postscript output driver (in the GIMP plugin)
now functions correctly in non-US locales when a PPD file is
provided.
* A segmentation violation on the IA64 platform is fixed.
* A bug in the Postscript output driver causes the
GIMP plugin to crash on startup with certain PPD files.
* The horizontal printing position on the Epson Stylus
C63/C64 and C83/C84 printers has been fixed.
* The CUPS driver now handles, via a workaround,
incorrect Postscript generated by some programs.
* The package now operates correctly with on Solaris
and other systems using an external libintl.
* Gimp-Print no longer attempts to build (and fail)
the Print plugin against the GIMP 2.0.
* escputil now reports ink levels from all known Epson
Stylus printers. In addition, ink level reporting is more
reliable in general, with fewer timeouts or unparseable output.
* The HP DesignJet 2500 and 3500 now support correct
maximum page widths of 36" and 54" respectively, rather than 44"
for both.
* The PPD files now use the recommended manufacturer
names. Previously, certain CUPS applications could display the
manufacturer names incorrectly.
* The Epson Stylus Photo R200/R210 and R300/R310 printers, and the
RX500 and RX600 multi-function devices, are now supported.
* The HP LaserJet 1012 and Brother HL-1440 printers are now supported.
* Super A0 and Super B0 paper sizes are now supported.
* Translations for Hungarian, Ukrainian, and Norwegian/Bokmaal have
been added. In addition, other translations have been updated.
* The CUPS driver now reports pages starting from page
1 rather than page 0 as was previously the case.
* The Postscript output driver (in the GIMP plugin)
now functions correctly in non-US locales when a PPD file is
provided.
* A segmentation violation on the IA64 platform is fixed.
* A bug in the Postscript output driver causes the
GIMP plugin to crash on startup with certain PPD files.
* The horizontal printing position on the Epson Stylus
C63/C64 and C83/C84 printers has been fixed.
* The CUPS driver now handles, via a workaround,
incorrect Postscript generated by some programs.
* The package now operates correctly with on Solaris
and other systems using an external libintl.
* Gimp-Print no longer attempts to build (and fail)
the Print plugin against the GIMP 2.0.
* escputil now reports ink levels from all known Epson
Stylus printers. In addition, ink level reporting is more
reliable in general, with fewer timeouts or unparseable output.
* The HP DesignJet 2500 and 3500 now support correct
maximum page widths of 36" and 54" respectively, rather than 44"
for both.
* The PPD files now use the recommended manufacturer
names. Previously, certain CUPS applications could display the
manufacturer names incorrectly.
* The Epson Stylus Photo R200/R210 and R300/R310 printers, and the
RX500 and RX600 multi-function devices, are now supported.
* The HP LaserJet 1012 and Brother HL-1440 printers are now supported.
* Super A0 and Super B0 paper sizes are now supported.
* Translations for Hungarian, Ukrainian, and Norwegian/Bokmaal have
been added. In addition, other translations have been updated.
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-12 Jaka Mocnik <jaka@gnu.org>
* configure.in: version 2.8.0; tag GGV_2_8_0; tarball for the upcoming 2.8.0 release.
2004-09-06 Jaka Mocnik <jaka@gnu.org>
* configure.in: version 2.7.99; tag GGV_2_7_99; released a tarball.
* ggv.desktop.in (MimeType): removed application/pdf as the pdf
viewing functionality of ggv is, although still available, not
actively supported - use gpdf for PDF previewing.
2004-08-27 Akagic Amila <bono@linux.org.ba>
* configure.in: Added 'bs' to ALL_LINGUAS.
2004-08-17 Mark McLoughlin <mark@skynet.ie>
* src/recent-files/egg-recent-item.[ch],
src/recent-files/egg-recent-model.c,
src/recent-files/egg-recent-util.[ch],
src/recent-files/egg-recent-view-bonobo.c,
src/recent-files/egg-recent-view-gtk.c,
src/recent-files/egg-recent-view.[ch]: sync with
latest libegg.
* src/recent-files/update-from-egg.sh: add
* src/recent-files/Makefile.am: add update-from-egg.sh to
EXTRA_DIST.
2004-08-16 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Added nb to ALL_LINGUAS.
2004-07-21 Ray Strode <rstrode@redhat.com>
* ggv/ggv.desktop.in: Add MimeType line to desktop file
new mime sytem.
2004-07-18 Jaka Mocnik <jaka@gnu.org>
* configure.in: version 2.7.0; released a tarball.
* src/ggv-prefs.c (ggv_prefs_load): test for "/usr/usb/lpr" on Solaris.
* src/ggv-ui.xml: changed "Fullscreen mode" to "Full Screen"; fixes#144876.
* src/gtkgs.c (gtk_gs_goto_page): do a gtk_gs_set_page_size() in order to properly
display documents with pages of multiple sizes. now how could this one have crept in
and how come no one noticed it until now? fixes#147591.
* bonobo/ggv-postscript-view.c (ggv_postscript_view_print): do not attempt to execute
a print command from an argv array whose first element is NULL; fixes#147705.
2004-07-16 Muktha <muktha.narayan@wipro.com>
* bonobo/main.c (main): disable session manager connection for
ggv-postscript-viewer. Fixes bug #147710.
Fri Jun 18 08:33:07 2004 Jonathan Blandford <jrb@gnome.org>
* AUTHORS: Changed the authors file to make it more obvious who's
really in charge.
2004-06-16 Jaka Mocnik <jaka@gnu.org>
* src/ggv-window.c (ggv_window_load): applied patch from Subrahmanyam
Madduri: added code for getting the filename which is to be opened,
from the path of the file. Also changed the order of display in title
to "<filename> - GGV". Fixes bug #60092
* bonobo/ggv-postscript-view-ui.xml: applied a patch from Udayan Kumar,
that adds a print icon to the toolbar, fixing #140907.
2004-04-18 Jaka Mocnik <jaka@gnu.org>
* ggv-prefs-ui.c: (ggv_prefs_dialog_new): Changed accelarators
for Document tab - Default Zoom and Coordination Units to resolve
conflicts in accelarators. patch by Archana Shah. Fixes bug#
134976.
* src/ggv-window.c (ggv_add_open_button): added tooltip for recent
files button. patch by chenthill.
* backport of bugfixes from gnome-2-6 branch.
* src/ggv-window.c (verb_FileOpen): don't set the file chooser size.
fixes#139518. patch by Darren Adams.
* src/gsdefaults.c (gtk_gs_defaults_set_*): only set the new value
if it differs from the old: should fix#139362.
* src/ggv-window.c (open_button_pressed_cb): applied a patch by
Kouichirou Hiratsuka, fixing a crash when event parameter is NULL.
fixes#139408.
2004-04-09 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2004-04-07 Remi Cohen-Scali <rcoscali@cvs.gnome.org>
Fix for bug #139363
* bonobo/ggv-postscript-view.c (verb_FileSaveMarked): Added
chooser filter for PS docs and all files.
* src/ggv-window.c (verb_FileOpen): Added chooser filters for
PS docs and all files.
2004-04-07 Jaka Mocnik <jaka@gnu.org>
* src/recent-files/egg-recent-model.c (egg_recent_model_filter): do not
test for existence of files since this is done before setting the mime
filter, so we can (and usually will) end up with testing a bunch of URIs,
many of which can be remote, which causes unacceptable delays when
starting GGV!
* configure.in: bump version to 2.7.0.
2004-03-31 Christian Rose <menthos@menthos.com>
* configure.in: Added "af" to ALL_LINGUAS.
2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA (Canadian English) to ALL_LINGUAS.
2004-03-29 Samúel Jón Gunnarsson <sammi@techattack.nu>
* is.po: Added "is" to ALL_LINGUAS.
2004-03-24 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
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.
automatically in the PLIST.
- Use the new mimedb.mk file from shared-mime-info to handle the registration
of new mime types.
- Remove redundant LIBTOOL_OVERRIDE
- Bump PKGREVISION to 1 because of this.
which are the full option names used to set rpath directives for the
linker and the compiler, respectively. In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath. The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use. They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
into the bsd.options.mk framework. Instead of appending to
${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes
the default options to be the union of PKG_DEFAULT_OPTIONS and any
old USE_* and FOO_USE_* settings.
This fixes PR pkg/26590.
port2pkg.
Here you have the new release of `poster', to scale postscript
images to a larger size, and print them on larger media and/or
tile them to print on multiple sheets.
With respect to the earlier release:
- support is added for foreign (Non European A*) media sizes.
- options for scaling became more flexible
- original restrictions on white margins in your drawing are removed.
For a complete explanation see the accompanying manual.
for each package can be determined by invoking:
make show-var VARNAME=PKG_OPTIONS_VAR
The old options are still supported unless the variable named in
PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
A security patch was applied that solves a couple of problems
reported with malformed uuencoded pdf files.
also, enable installation on netbsd/sparc64 for the solaris version.
had some problems in the developer's own "My personal settings" section
which was for Linux only. I made it work and then noticed that the
app-defaults was now wrong and so it would not package.
So I commented out the entire "My personal settings" section.
This won't change for other operating system builds because
it was "LinuxArchitecture" only.
I didn't bump PKGREVISION because this didn't build (as far
as I can tell) in the first place under Linux and didn't package
under Linux either.
I tested under NetBSD 1.6.2_STABLE also.
- fix double instantiation of ggv during session restoration; fixes#147710
(patch by Muktha Narayan).
- check print command before executing it; fixes#147705 & friends.
- properly display documents with pages with different bounding boxes.
- test for /usr/ucb/lpr on Solaris at runtime.
* Bitmap and gradient fill support for backgrounds.
* Text improvements (tabs, spaces, bullets)
* Gfx improvements (line arrows, rounded rectangles)
* iksemel is upgraded to latest cvs code (more speed, less memory)
As usual, this is a maintenance release, aimed at bug-fixing;
no new features are being added to the 4.0 branch.
The main purpose of this release is compatibility with recent GTK+
releases along with other fixes.
Change list from release notes:
* Synchronized bundled GD library with GD 2.0.23.
* Fixed a bug that prevented compilation of GD extensions against
FreeType 2.1.0-2.1.2.
* Fixed thread safety issue with informix connection id.
* Fixed incorrect resolving of relative paths by glob() in windows.
* Fixed mapping of Greek letters to html entities.
* Fixed a bug that caused an on shutdown crash when using PHP with Apache
2.0.49.
* Fixed a number of crashes inside pgsql, cpdf and gd extensions.
All in all this release fixes over 30 bugs that have been discovered
and resolved since the 4.3.6 release.