Adobe Reader is part of the Adobe Acrobat family of software, which lets
you view, distribute, and print documents in Portable Document Format
(PDF)--regardless of the computer, operating system, fonts, or application
used to create the original file. PDF files retain all the formatting,
fonts, and graphics of the original document, and virtually any
PostScript(TM) document can be converted into a PDF file.
Machine independent parts for teTeX:
web files, metafont bases, style files, font definitions,
localisation, ofm-, ovf-, vf-, pfb- and tfm-files,
(meta)font source files, lots of documentation, ...
This package contains the executables for the teTeX installation
as well as other files that were created when generating the binaries:
info files, format files and manual pages.
changes:
-new import/export features
-python scripter additions (not enabled in pkgsrc yet)
-rendering speed improvements
-bugfixes
-more UI translations
note: scribus is able to trigger bugs in older ghostscript versions,
appearently due a too high number of colors used.
As a workaround, it worked for me (drochner) to delete unused colors
from the palette before invoking print preview.
afpl-ghostscript-8.50 works fine, but there is no pkg for (yet).
and make "lpr" printing basically work:
- pass "-export-dynamic" to the programs which dynamically load the
printing system specific plugin (do this by adding the "gmodule"
linker flags)
- set the printcap file to /etc/printcap
libgnomeprint 2.10.2
Jody:
* Only offer a duplex option if it exists.
* The /etc/printcap importer was creating one model for all
printers. [#169963]
* Honour custom kerning requests in ps2/pdf backends [#158424]
Suresh:
* Ignore bitmaps in fonts. [#171128]
Tony Graham:
* Some debug routines for GnomeGlyphList [#114858]
libgnomeprint 2.10.1
Jody:
* Overzealous win32 port broke custom transports [#167325]
* Remove use of %g in pdf exporter.
* Slight speed optimization in pdf export.
* Leak fix.
Kjartan:
* Even more leak fixes.
Version 2.10.0
--------------
* Translation updates: Leonid Kanter (ru), Ivar Smolin (et), David
Lodge (en_GB), Sami Pesonen (fi), Laurent Dhima (sq), Jordi Mallach
(ca), Maxim Dziumanenko (uk), Changwoo Ryu (ko), Ankit Patel (gu),
Martin Willemoes Hansen (da), GNOME PL (pl), Francesco Marletta (it),
Ahmad Riza H Nst (id), Zygimantas Berucka (lt), Gabor Kelemen (hu),
Christophe Merlet (fr), Danilo Segan (sr), Misu Moldovan (ro)
Version 2.9.3
-------------
* Fix CAN 2004-0888 fix for 64bit platforms. (Marco)
Version 2.9.2
-------------
* Rework MIME code to no use deprecated API. (Marco Pesenti Gritti)
* Fix aclocals flags using gnome-common macro. (Marco)
* Show the fullscreen button only on gpdf's workspace. (Gordon Ingram)
- #161225
* Fix a missing-font crash. (Martin) - part of #161066
* Simplify the bookmarks tree view. (Jonathan Blandford)
* Fix some link mouse-over crashes. (Martin) - #156784, #159966, #159386
* Fix a non-i18nized popup menu. (Takao Fujiwara) - #154532
* Fix bookmarks clicking. (Martin Sjogren, Marco) - #159937
* Fix possible buffer overflows. - CAN 2004-1125, CAN 2005-0064
* Fix CID fonts problem (e.g. Firefox ad) with freetype > 2.1.7.
(Albert Astals Cid, Martin)
* Update recent-files code from egg. (Martin)
* Translation updates: Adam Weinberger, Alexander Winston (en_CA),
Vladimir Petkov (bg), Kjartan Maraas (nb), Zygimantas Berucka (lt),
Miloslav Trmac (cs), Tino Meinen (nl), Christian Rose (sv),
Francisco Javier F. Serrador (es), Pawan Chitrakar (ne, new
translation), Satoru SATOH (ja), Frank Arnold (de), Raphael Higino
(pt_BR), Funda Wang (zh_CN), Nikos Charonitakis (el), Priit Laes,
Ivar Smolin (et, new translation)
Version 2.9.1
-------------
* Depend on gtk+ 2.6 and use GtkAboutDialog, GtkMenuToolButton,
GtkMessageDialog with secondary text. (Martin) - #152143
* Translation updates: Vincent van Adrighem (nl)
* made -Wall clean.
* updated recent-files from libegg (only a small sanity check).
* applied Mark McLoughlin's patch for mime-type checks of remote URIs
in recent-files module.
Dom Lachowicz:
* Some pdf fixes.
* Support alpha in pdf images
Jody:
* Some AIX build fixes [#160861]
Lutz Mueller:
* Misc cleanup
* Prep for D&D support
Matthias Clasen:
* Async ppd loading
Suresh Chandrasekharan:
* Handle subfonts in ttf according to spec [#158027]
2005-03-04 Jody Goldberg <jody@gnome.org>
* libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) :
delete.
2005-02-17 Jody Goldberg <jody@gnome.org>
http://mail.gnome.org/archives/gnome-print-list/2004-August/msg00023.html
* libgnomecups/gnome-cups-printer.c (cups_get_dests) : copied from
cups.
(parse_lpoptions) : stripped down cupsGetDests that does not pull in
ppds.
(get_default) : Use parse_lpoptions in place of cupsGetDests.
(check_exists) : delete.
(gnome_cups_printer_get) : Just see if the list printer is in the list
of known printers rather than using the defunct check_exists that
would actually ping the printer.
(get_ppd_uri_path) : new.
(get_tmp_ppd_file) : new.
(gnome_cups_printer_get_ppd) :
2005-02-17 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=157829
* libgnomecups/gnome-cups-request.c (idle_stop_unused_threads) :
unlock before stopping the threads
(close_unused_connection) : avoid deadlocks when already locked.
2005-01-06 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.in: error out if cups-config not found
2004-12-14 Jody Goldberg <jody@gnome.org>
* configure.in : post releaes bump
General:
* Don't use G_INLINE_FUNC in the source code, which fixes several weird
build errors.
libxfce4util:
* Fix a problem with NFS mounted home directories in Solaris (#724)
xfce4-session:
* Fix RedHat shutdown code (#703)
xfdesktop:
* fix handling of quoted commands in the desktop menu (#776)
* fix handling of .desktop files with no Categories list (#776)
* add "edit menu" button to panel plugin prefs (#554), and ability to change
the button tooltip (#764)
* fix broken panel plugin behavior when trying to track the default desktop
menu. there's a new option to either follow the default menu, or use a
static menu file (#778)
* fix bug where xfdesktop would crash if the windowlist was opened, then a
window was destroyed, and then that window was selected from the list (#672)
* fix "unique" attribute of system menu inclusion
xffm:
* ensure posix.1-1996 compatibility (#695)
* fix for crash on opening fstab on solaris (#726)
* avoid a showstopper gtk-2.4 bug (scaling gdkpixbufs from svg images).
This is bugzilla #751 report. Not all gtk showstopper bugs from svg
can be avoided. In particular with office/mobile_phone_01.svg. This
file will also crash rox
* allow relative paths for icon resolution (xfce4-modules)
* validate utf error messages (#737)
* don't quote paths that are already quoted.
* change smb-share icon to proper icon
* fix borked overwrite warning dialog message
* bug fixes for keyboardnavigation to close bug #795
* separate remove and paste button in toolbar to avoid confusing the
remove confirmation dialog with the overwrite confirmation dialog
* fix translation problems in several languages, including
brazilian-portuguese
* fill in some missing spanish translation strings
* fix for bug #524 (crashing xffm by mounting cdrom and trying to open it
in the other treeview before mount is complete)
xfcalendar:
* remembering of its position (bug #691 and #789)
* warning box for preventing users to loose their changes (#714 and #738)
* possibility to show/hide xfcalendar in taskbar, pager and systray (#719)
* possibility to choose to either show or hide the calendar window when
xfcalendar is launched (it remembered before the status when leaving)
xfce4-panel:
* Save configuration file only on exit
* Fix double click on inactive item in dialog (#739)
* 64bit fix
* Clock applet tweak (#716, hopefully)
xfprint:
* remove FILE backend and add a print-to-file entry in the printing dialog
* multiple bugfixes (#816, #817, #818, #820) in the BSD-LPR backend
nb1:
====
- security fixes for CAN-2004-1184, CAN-2004-1185, CAN-2004-1186
- patches from Debian/Gentoo
- addresses PR pkg/29721
1.6.3:
======
- Changes in the highlighting / pretty printing
- Support for state inheritance.
- new highlighting rules
- new output language `ansi' to print color outputs
- new encodings
- new options
An overflow check introduced earlier (for CAN-2004-0888) was never
triggered on 64-bit systems because 64-bit arithmetics was used there.
Sprinkle some casts to int su that the overflow can happen.
This fix is similar to the redhat one. The fix for similar code
in print/teTeX-bin looks much cleaner, but since cups already contains
the wrong redhad fix, I've chosen to stay close to the original.
bump PKGREVISION
2004-11-16 Jody Goldberg <jody@gnome.org>
* libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) :
Add a decl in the header.
* libgnomecups/gnome-cups-printer.c (update_attributes) : disable the
optimization that went directly to a printer when we knew it's host.
This caused problems when the remote printer was not accessible, or
for machines with unresolveable localnames (eg SuSE). People can
re-enable it if they'd like (eg RedHat) by tweaking the magic global
static variable go_directly_to_printer_when_possible.
(_gnome_cups_printer_get_host) : ditto.
2004-10-27 Jody Goldberg <jody@gnome.org>
* libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) : new
(gnome_cups_printer_set_description) :
s/CUPS_ADD_PRINTER/IPP_SET_PRINTER_ATTRIBUTES/
(gnome_cups_printer_set_location) : ditto
2004-10-14 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=151218
* libgnomecups/gnome-cups-request.c (gnome_cups_request_new) : patch
minor leak.
2004-10-10 Malcolm Tredinnick <malcolm@commsecure.com.au>
* configure.in: Wrap the GETTEXT_PACKAGE string in quotes.
Unbreaks the build.
2004-10-09 James Henstridge <james@jamesh.id.au>
* acconfig.h, acinclude.m4: remove unnecessary autoconf/automake
cruft.
* libgnomecups/Makefile.am: don't set LDFLAGS variable, since it
is meant to be a user variable. Don't define GNOMELOCALEDIR,
since it is done in the configure script now.
* configure.in: remove some macro calls that are unnecessary with
newer versions of Automake.
* autogen.sh: ask for Automake >= 1.7
Dom & Hans
* Clean up win32 build
Jody
* Use 'b' with fopen just to be safe
http://bugzilla.gnome.org/show_bug.cgi?id=160185
* Set the use theme flag correctly on subsequent previews
* Check for existence of transport before offering it
* Don't center the preview by default
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.
Rename PLIST.pro to PLIST.common and PLIST.post to PLIST.common_end
and rename the PLIST.* files from ${LOWER_OPSYS} to ${OPSYS}.
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.
Rename PLIST.pre to PLIST.common and PLIST.post to PLIST.common_end