Fix post-install to set the appropriate papersize.
Bump PKGREVISION since now setting PAPERSIZE to 'Letter' actually will
yield letter-sized default output.
This program has been written in frustration because some constructs in LaTeX
are sometimes non-intuitive, and easy to forget. It is _not_ a replacement
for the built-in checker in LaTeX; however it catches some typographic errors
LaTeX oversees. In other words, it is Lint for LaTeX. Filters are also
provided for checking the LaTeX parts of CWEB documents.
Lots of changes (from the changelog run through babelfish):
[ 2003-03-16 ] Until now, the block letter was addresssed as a italic and the Japanese character font which corresponds to non-commutative field, but, it modified in mincho typeface. There are times when the abundant
italic is used in mathematics, they are because with the block letter it becomes the black ?. Attendant upon this, under [ 2001-04-26 ] temporarily being to become unnecessary you reset the ridges on the side of a
sword to the origin. This way had decided to leave being to be an advantage when the amsthm is not used with the newtheorem the text without becoming the italic.
[ 2003-03-06 ] Mentuke option corrected the fact that functioning it has not done (the Thanks: Mountain stream)
[ 2003-03-02 ] The patch of To Ni I [ the qa:17212 ] was adopted.
\renewcommand {
\presectionname } { } \renewcommand { \postsectionname } {
paragraph }
When with it does, name of the paragraph becomes the 0th paragraph .
[ 2003-02-21 ] When the \verbatimsize is different from text size in the okuverb, interval front and back being different, the phenomenon which is visible was corrected. When output of the symbolic formula
manipulations system the \def\verbatimsize { the \fontsize { 7 } { the 5pt } with the \selectfont } stuffing compulsorily in the text, it became matter of concern.
[ 2003-02-17 ] The \part of the jsbook because of the typo it had become unable to use, (the Thanks: Mountain stream).
[ 2003-02-16 ] \belowdisplayskip And so on you adjusted delicately. The coping method of the thing where the space of front and back of another line numerical formula is different delicately still it is not well
understood, but, when temporarily the okumacro was read after the amsmath, the \ [ the \ ] and the equation (*) the /align (*) tried that agrees the space with such as environment.
[ 2003-02-02 ] \subsubsection Whether the space front and back re-corrects by mistake corrected the fact that it is (, the ?????).
[ 2003-02-01 ] \chapter* {... } The fact that contents have stopped appearing in the pillar was corrected. When there is a side effect please teach what.
[ 2003-01-24 ] Circular surrounding number of okumacro \maru {... } It corrected. When it jointly uses with the graphicx, the little stripe it stops dying.
[ 2003-01-16 ] The pillar at the time of the oneside was corrected with the headings of the jsbook.
[ 2003-01-05 ] Even with when, is same C and you write with the C++ the C++ with just between four minute ?? did not enter and were plugged (this the jarticle and the like). In addition, okumacro
\mytt... } (Just the space usually at the same width other things and the like tentering power, immediately after the sign carriage return possibility) with \_ Genuine and the like width font _ A little it had become
smaller, (as for this the normality \texttt So it is similar). These corrections were inserted.
[ 2002-12-26 ] When with the twocolumn of the jsarticle the \maketitle is written after the abstract environment, the abstract tried not to be teamed up the step.
- install into PREFIX, not X11PREFIX
- DEPENDS on xpdf>=2.02 due to USE_X11BASE->USE_X11 change
- fix DEINSTALL files to really remove chunks added to xpdfrc,
correctly define PKG_SYSCONFDIR, don't use direct commands
(sed->@SED@, mv->@MV@, rm->@RM@)
- define USE_PKGINSTALL to correctly replace variables in DEINSTALL files
- consistently use DIST_SUBDIR
- don't define completely bogus version numbers, use dates from the
MASTER_SITE and xpdfrc chunks
- remove PREFIX/share/xpdf from PLISTs, this directory is now part of the xpdf
package
- remove superfluous license/copyright note from DESCR files
- bump PKGREVISION where necessary
Changes:
- s/USE_X11BASE/USE_X11/
- fix paths in manual pages
- install shared directory for supplemental packages
2.02:
=====
- Rewrote the text extractor code that assembles words into lines to
better handle vertically overlapping lines.
- Add the "match" option for paper size (in PostScript output).
- Added support for external 16-bit TrueType fonts; added the
displayCIDFontTT and displayNamedCIDFontTT commands to the xpdfrc
file.
- Added an Arabic language support package.
- Added the Windows-1255 encoding to the Hebrew language package.
- A missing NULL check was causing a crash when closing the file in a
single window (which clears out the window, but leaves it open).
- Deal with TrueType fonts whose glyph data is out of order - this
affected both FreeType rasterization and PostScript generation.
- Munge font names in PSOutputDev to avoid names that are problematic
for ghostscript because they start with an out-of-limits number
(e.g., 1e999foo).
- Modify the TrueType font encoding deciphering algorithm in yet another
attempt to match up with Acrobat's behavior.
- Bounds check the indexHigh value in indexed color spaces.
- The text extractor no longer bothers trying to get an average
character width for Type 3 fonts, since it generally doesn't work
very well (because Type 3 metrics are unreliable).
- Don't crash if the user hits ctrl-G ("find again") before doing a
find.
- Set the button pixmap foreground color correctly.
- Handle text drawn backward on 180 degree rotated pages.
- Added a magic call to XtUngrabButton after calling XmCreatePopupMenu
which appears to prevent some very odd problems (idea taken from the
DDD source code).
- Fix the MacOS X fix (needed to include <AvailabilityMacros.h>).
- Fixed a bunch of Motif 1.x / X11R5 incompatibilities. [Thanks to
William Bader and Albert Chin-A-Young.]
- Fixed various bugs in previously untested code in the JBIG2 decoder.
- Modify the XPDFCore destructor to avoid a bogus warning message from
OpenMotif 2.2.
- Modified the Type 1C font parser to do proper bounds checking.
- Fixed the bounds checking in the TrueType font parser.
- Text extractor shouldn't do block merging in physical layout mode.
- Fixed a problem in PSOutputDev in level2sep mode with images in a
Separation color space and with a non-default Decode array.
- Text extraction with "-raw" was concatenating lines from the bottom
of one column and the top of the next.
- Handle Type 1C subroutines in the font converters.
- Correctly handle progressive JPEG images whose scans are slightly
different sizes (e.g., the Y scan rounds up to a multiple of 8
pixels and the Cb/Cr scans round up to 16 pixels).
- Avoid a potential divide-by-zero problem in TextOutputDev.
- Modified the T1Font and FTFont modules to correctly handle glyphs that
are larger than the font's claimed bounding box.
- Tweak dupMaxDeltaX parameter in TextOutputDev to avoid triggering on
double characters.
- Improved detection in pdfinfo for ISO paper sizes. [Thanks to Hartmut
Henkel.]
- Xpdf wasn't responding to the TARGETS atom, which prevented pasting
the selection into various applications. [Thanks to Phillip Ezolt.]
- Handle XObjects with recursive references in their Resources
dictionaries (in PSOutputDev).
- Change PSOutputDev to deal with invalid PDF files that use
non-embedded TrueType fonts with no encoding.
- Check for undersized Widths arrays in fonts.
- Add bounds checking code to Array class.
- Updated VMS build scripts. [Thanks to Martin Zinser.]
- Tweak the TrueType font handling code (again):
- char codes in symbolic fonts may or may not be offset by 0xf000
- discard empty tables because they sometimes confuse FreeType
- Fixed bounds checking in the Flate decoder.
- Removed a bogus error message for exponential functions without
explicit C0/C1 values. [Thanks to Hartmut Henkel.]
- Handle the other Unicode cmap type (platform=0) in TrueType fonts.
- Added support for the SGI Motif horizontal paned window widget.
[Thanks to Felix Ritter.]
- Ignore extra elements in link destination arrays.
- Accept external Type 1 font files with a suffix of ".ps" or no suffix
at all.
- Add a bounds check in the DCT decoder.
- Added instructions for building xpdf.exe under cygwin/XFree86.
NetBSD, by linking in -lcrypt before -lcrypto in the shared library and
scheduler. (cups_crypto() looks to fall-back to crypt(). Both of the
shared libraries in question have crypt(), but only the one in -lcrypt
supports blowfish hashes.) Not tested.
jsclasses is a set of new document classes for ASCII pLaTeX2e. It is
based on standard class file of pLaTeX but have lots of improvements
and new features.
pTeX/pLaTeX (Publishing TeX/LaTeX) are Japanese-support versions of
TeX/LaTeX in respectively and have the following new/improved features
as well as the one TeX has:
o it can layout text lines in vertically as well as horizontally, it
can even be mixed in the same page.
o it supports Japanese line-layout rules (kinsoku).
o it generates high quality page by adjusting the spacing between
Japanese-Japanese characters, or Japanese-Latin characters.
o it layout lines of the Japanese characters by JFM.
pTeX is developed by ASCII Corp. and now distributed under the BSD style
license.
This package contains architecture independent part.
pTeX/pLaTeX (Publishing TeX/LaTeX) are Japanese-support versions of
TeX/LaTeX in respectively and have the following new/improved features
as well as the one TeX has:
o it can layout text lines in vertically as well as horizontally, it
can even be mixed in the same page.
o it supports Japanese line-layout rules (kinsoku).
o it generates high quality page by adjusting the spacing between
Japanese-Japanese characters, or Japanese-Latin characters.
o it layout lines of the Japanese characters by JFM.
pTeX is developed by ASCII Corp. and now distributed under the BSD style
license.
This package contains executables and few configuration files.
- with config file location fix in the teTeX2-2.0.2, both dvipdfmx of
this package and dvipdfm of teTeX2 work now.
- removed ugly hack to rename config file in installation /
deinstallation stage.
bump PKGREVISION because of this.
are following:
with the dvipdfm -> dvipdfm/config change, dvipdfmx package can easily
coexist with dvipdfm of teTeX2.
----------------
===========================================================================
Changes in this release:
===========================================================================
The main change is the new pdftex which has a few important fixes. For
details, please look at tetex-src-2.0.2/texk/web2c/pdftexdir/NEWS.
ChangeLog entries:
In the src tarball:
* portability fix for texk/kpathsea/cnf.c
* pdftex version 1.10b
* add eomega support to fmtutil
* ttf2afm: FontFamily patch by Siep Kroonenberg
* update config.guess / config.sub
* handle manpages for kpsepath / kpsexpand properly
* fix two bugs in texdoctk
* mktexmf fix for CJK fonts
* adjust cxx-runtime-hack a little
* add search paths for non"k"-xdvi to texmf.in
* fix bug in texk/etc/autoconf/acspecific.m4
In the texmf tarball:
* add doc/latex/styles/multiple-span.txt
* move dvipdfm/* to dvipdfm/config
* update ragged2e
* support uppercase mathtime fonts via aliases
* remove g-brief: it is not free software
* update shadow.sty
* add package mparhack and jurabib
* listings package is back (license *is* ok!)
* SIunits.cfg updated (only comments have changed in a minor way)
* replace old README by new readme in doc/latex/pdfpages
* added sihyph23.tex (Slovenian hyphenation patterns)
----------------
Makefiles simply need to use this value often, for better or for
worse.
(2) Create a new variable FIX_RPATH that lists variables that should
be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By
default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
additional variables may be appended from package Makefiles.
** Qt frontend
** Xforms frontend
** Gnome frontend
** Instant preview
** Math editor
** Reading old files
** Miscellaneous changes
A complete announcement is found at `http://www.lyx.org/announce/1_3_0.txt'.
Also, it now depends on teTeX2.
This package was provided by Marc Recht. Close pkg/20417.
installed. This addresses PR20532 by Christopher Richards <richards plus
netbsd at CS dot Princeton dot EDU>
* Fix compilation for FSF Emacs 20.7.
The resulting binary package will have a different dependency info, so
different package content, so revision bump.
It depends on newly imported teTeX2 package.
The dvipdfmx (formerly dvipdfm-cjk) project provides an eXtended version
of the dvipdfm, a DVI to PDF translator developed by Mark A. Wicks. The
primary goal of this project is to support multi-byte character
encodings and large character sets for East Asian languages by CID-keyed
font technology. The secondary goal is to support as many features as
pdfTeX developed by Han The Thanh. This project is a combined work of
the dvipdfm-jpn project by Shunsaku Hirata and its modified one,
dvipdfm-kor, by Jin-Hwan Cho.
It has many other features. For further info, visit the projects' web
site:
http://project.ktug.or.kr/dvipdfmx/
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.
Okay'ed by wiz.
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
last package in the dependancy tree.
- PKGREVISION is bumped.
Reviewed by wiz.
* Makefile.am (mydistcheck): use $(AMTAR) rather than $(TAR) which I guess it
has been changed in automake
* libgnomeprintui/gnome-print-preview.c (gpp_stroke): Fix the second part of
#104932. Spotted by jean.brefort@ac-dijon.fr
* configure.in (gtk_doc_min_version): don't need to check for "gtk-doc > 0.10".
0.9 is good enough
* libgnomeprintui/gnome-printui-marshal.list (VOID): generate the right
marshaler
* libgnomeprintui/gnome-print-copies.c
(gnome_print_copies_selector_class_init): use the marshaler that matches the
function prototype
* configure.in: Added am ar el fi fr ga gl hr hu it lt nl nn no pt_BR sk tr uk
to ALL_LINGUAS
* libgnomeprintui/gpaui/gpa-transport-selector.c
(gpa_transport_selector_construct): fix#104319
* configure.in: post release version bump to 2.2.2
* configure.in: Added "mn" to ALL_LINGUAS.
* configure.in: release 2.2.1 to match libgnomeprint
* This is the gnome-2-2 branch
* libgnomeprint/gnome-fontmap.c (fcpattern_to_gp_font_entry_alias): disable
the patch for #105006 which was causing problems
* Makefile.am (mydistcheck): use $(AMTAR) rather than $(TAR) which I guess is
needed because I am using a newer automake.
* libgnomeprint/gnome-fontmap.c (fcpattern_to_gp_font_entry_alias): Fix#105006
* libgnomeprint/gpa/gpa-settings.c (gpa_settings_finalize): only
gpa_node_unref settings->printer when it is not NULL. Settings can be
unatached to a printer in some cases
* libgnomeprint/gnome-print-ps2.c: allow us to embed two fonts who happen to
have the same Postscript name. See #105063. (gnome_print_ps2_init): create
fonts_hash (gnome_print_ps2_finalize): destroy fonts_hash
(gnome_print_ps2_set_font_real): when creating PSOs, specify which instance
of the psname the font is for.
* libgnomeprint/gnome-font-face.c (gnome_font_face_pso_new): add a "instance"
argument that allows us to embed to fonts who happen to have the same
postscript name. Set ->encodedname accordingly to the instance
* libgnomeprint/gnome-print-pdf.c (gnome_print_pdf_set_font_real): when
creating a pso, pass 0 as the instance.
* libgnomeprint/gnome-font-private.h: update _pso_new's prototype, update the
description of GnomeFontPsObject->encodedname.
* tests/simple.c: add file used for simple code to test or replicate a bug.
* tests/Makefile.am: add simple to Makefile
* libgnomeprint/gnome-font-family.c (gnome_font_family_style_list): Don't
return duplicated styles, the font-dialog no longer displays duplicated
styles.
Changes in the package:
* Move documentation to share/doc/html.
Update based on a patch provided by Juan RP in private mail.
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
1. Added the following new printer support.
Deskjet 450, Deskjet 3320, Deskjet 3420, Deskjet 3425,
Deskjet 3810, Deskjet 3816, Deskjet 3822, Deskjet 6122,
Deskjet 6127, Photosmart 230, Photosmart 7550, PSC 2100,
PSC 2150, PSC 2200
2. Made a change to configure.in to check for uint32_t in stdint.h,
machine/types.h and inttypes.h.
3. Added 600 dpi Best and 1200 dpi Photo to DJ9xx.
4. Added a new paper size for printing covers on Deskjet 3425.
5. Fixed a DJ850 extra page and top margin problem.
6. Fixed a Deskjet 1120/1125 multiple page problem. These printers now
use the DJ9xx device class with limited support.
plus a pkgsrc patch which enables output buffering. This should
reduce system load.
to IPP requests. It's controlled by two new variables that may be set in
/etc/rc.conf:
cupsd_wait=YES # set to "YES" to wait for cupsd to detect printers;
# this variable is optional and defaults to "NO".
cupsd_timeout=60 # set to the number of seconds we wait for cupsd
# to respond before we declare it not responding;
# this variable is optional and defaults to "60".
The wait command may also be directly invoked as "/etc/rc.d/cupsd wait".
Bump PKGREVISION of print/cups to 1.
- s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV
- use PKG_SYSCONFDIR and use bsd.pkg.install.mk for configuration file
- fix /etc -> PKG_SYSCONFDIR in documentation
- install more documentation
Bump PKGREVISION.
Changes since 11.11 from the ChangeLog:
* Makefile (STYLESRC): Add style/scrlttr2.el
* style/scrbase.el: Added optional Argument "Pagenumber" to
\maketitle. Changed \textsubscript from `t' to "Text".
* style/scrlttr2.el: Initial version.
* style/scrbase.el: Added additional clearpage commands:
\cleardoublestandardpage \cleardoubleplainpage and
\cleardoubleemptypage
(LaTeX-common-initialization): Added 26 LaTeX commands, 2 LaTeX2e
environments, and 41 LaTeX2e commands.
* Makefile (STYLESRC): Add compilation targets for Komascript
support.
* Check in Komascript support by Mark Trettin. See below.
* scrbase.el:
First attempt on implementing the `captionbeside'-Environment. I'm not
really satisfied by now.
* scrreprt.el, scrbook.el: Reformatted code.
* scrbase.el:
Changed `uppertitleback', `lowertitleback' from asking to just `t'
* scrbase.el:
Changed `addpart', `addsec' and `minisec' from Macro to sectioning
command.
* tex-buf.el (TeX-parse-TeX): Make subordinate files without
major mode default to that of the calling file when doing error
processing.
* tex.el (TeX-master-file): Don't make C-c ` bomb out in files
like xxx.gls. Probably a more elaborate way would be to export
the TeX-master variable into files visited by error parsing.
Could be incorrect, however, if more than one file included them.
* latex.el (LaTeX-common-initialization): Set
`fill-paragraph-function'.
(LaTeX-mode-map): Don't bind M-q.
Suggested by Nils Klarlund <klarlund@research.att.com>.
Updates
- updated italian User Guide
- updated french localization
Bug fixes
- fix bug where the configure script would try to delete the /dev/null
device when there has been an error in configuration step
- fix bug where autosaving would leave a lot of zombie processes after
a long time
- fix problem where it was not possible to force some values to 0 in
custom margins
- fix bug where horizontal alignment would be reset automatically to
"left" in the tabular dialog
- fix functions word-find-forward and word-find-backward, the meanings
of which were inverted
- when the lyx binary was invoked through a symbolic link, LyX would
print annoying messages on the console; they are now output only
when debugging.
<jbernard@mines.edu>
Changes include tons of bugfixes plus the following new features:
o SVG (Scalable Vector Graphics) driver
o ASCII and Binary (TIFF) preview bitmap options for PostScript
o JPEG encoding (DCT) now used for EPS/PostScript output.
o Background (-g) option for tk export honored now
o Additional JPEG file format (EXIF) added. These usually come from
digital cameras.
o -N Option to convert colors to grayscale on export.
o -b option for CGM export to produce binary CGM using ralcgm.
o Translations of LATEX.AND.XFIG document into two popular Chinese
encodings (GB2312 and Big5).
o The default for multi-page output (PostScript) is to NOT overlap
pages now. This is to allow multiple, independent pages of
figures. The -O option has been added to force page overlap.
o Added EMF (Enhanced MetaFile) conversion genemf.c
o New grid option (-G) to draw grid on page.
o Perk/Tk driver from Slaven Rezic (rezic@onlineoffice.de)
o Added options -B and -R to the EPS driver.
o New PostScript DSC directives to specify page size.
o fig2dev now includes all "special" (LaTeX) texts that don't have
any backslashes ("\") in them in the bounding box.
o genepic and genpictex drivers updated for I18N
o Glyphs for Hungarian, Polish, Romanian, Slovak and Slovenian
are essentially the same as Czech (ISO-Latin 2) so symbolic
links are created for those .ps files
o fig2dev prepends any path included in the .fig filename to
imported image file paths (only if imported image path isn't
already absolute).
o transfig now reports when it is renaming an existing makefile
or TeX macro file to a backup (e.g. Makefile to Makefile~)
o now uses Thomas Merz' jpeg2ps for imported jpeg files when
exporting to PS/EPS. This is much more compact than the
runlength encoding which is used for other bitmaps.
o New option for binary CGM export.
o New -E option to set encoding for pictex, latex, pstex_t and epic
text to ISO8859-1 (the default) or ISO8859-2
o Added "install.all" option to make to install man pages in
addition to executables etc.
o If output file ends in ".fig", fig2dev prints error message to
stderr and exits.
o New encoding option (-E) for ISO-8859-1 or ISO-8859-2
o Exporting to tk now supports imported PPM images in addition to
GIF and XPM
o Comments added to EPS and PostScript output so MetaPost can
group parts of figure according to depths.
o New -F, -R and -t options for epic output
no effect on valid platforms.
On invalid platforms (such as NetBSD/arm), we get the proper
===> acroread5-5.06 is not available for NetBSD-1.6-arm
message again.
effect on valid platforms.
On invalid platforms (such as NetBSD/arm), we get the proper
===> acroread-4.05 is not available for NetBSD-1.6-arm
message rather than Malformed conditional errors.
- selecting a word by double clicking now sets the X clipboard (like
when dragging the mouse)
- it is now possible to specify the arguments for viewers; in
particular, this means that it is possible to use browsers which
require a file: URL as HTML viewers (mozilla is used as default if
found)
- when a new LyX version is launched, the Edit>Reconfigure tool is
automatically invoked; this should avoid many problems with users
who are not aware that it is needed
- when changing the current layout with the toolbar, the corresponding
keyboard binding is shown in the minibuffer
- in hebrew language, the key " now inserts a typewriter quote (since
other quotes do not make sense in hebrew)
- Insert>Lists & TOC>Bibtex Reference uses style 'plain' by default
- new class ijmpd; update cl2emult, llncs and foils textclasses
- update sciword bindings
- small cleanup of UserGuide and FAQ; update to German, French and
Russian documentation; new Hebrew tutorial
- update french, german, russian, finnish and danish localization of
the interface
- SECURITY FIX: The scheduler now provides a FileDevice directive to
control whether new printers can be added using device URIs of the form
"file:/filename". The default is to not allow printers with these
device URIs.
- SECURITY FIX: Potential underflow/overflow bug in web interface.
- SECURITY FIX: Race condition in certificate creation.
- SECURITY FIX: Bad URIs in browse packets could be used to exploit the
web interface underflow/overflow bug.
- SECURITY FIX: Some types of Denial of Service attacks were not handled
properly, so once the attack was over the scheduler did not close the
connections immediately on all platforms.
- SECURITY FIXES: Added integer overflow/underflow checks for all image
formats.
- Bug fixes to the scheduler.
- Upgraded pdftops filter to Xpdf 2.01 with fixes for TrueType fonts.
- Added a MaxClientsPerHost configuration directive to provide limited
protection against Denial of Service attacks.
- Bug fixes to the backends and scheduler.
- Bug fixes to the image filters.
- The scheduler now allows accounts authenticated via PAM to not have a
corresponding UNIX account, but group membership still requires the
account name to be listed in the UNIX group file(s)...
- Added some startup performance enhancements to the scheduler so that the
printer object information is regenerated fewer times and the MIME type
database is not filled with lots of empty filters for raw/direct queues.
- The backends now ignore SIGPIPE so that failed job filters will not stop
a print queue.
- User-defined classification strings are now printed verbatim.
- The lpstat command did not allow for destination lists.
- The LPD backend now sends the job title as the print filename.
- Added support for variable sizes in the EPSON dot matrix printer drivers.
This allows for pages as short as 1/2" (1 row of labels) and does not do
an automatic form feed.
- The Solaris USB backend now supports the new device URI syntax.
- The serial backend now enumerates serial ports under MacOS X.
changes:
Redesigned the text extraction process:
- process the text into "reading order"
- added a "-layout" flag to pdftotext to switch back to the old
style, where physical layout is maintained
- use of the "-raw" flag is no longer recommended
Added the -reload option for xpdf (in remote mode).
Added support for external CID fonts; added the displayCIDFontT1 and
displayNamedCIDFontT1 commands to the xpdfrc file.
Handle the case of moveto/newpath/clip, which defines an empty
clipping region (just like moveto/closepath/clip).
Accept XYZ link destinations with missing array elements.
Accept bogus font names based on "Symbol": Symbol,{Bold,Italic,
BoldItalic}.
Set the busy cursor in the find dialog while searching.
Allow ToUnicode CMaps to use fewer than four hex digits in the Unicode
char indexes.
+bugfixes
changes:
-support for HP DesignJet large-format plotters
-support fot Epson multi-function devices and MJ-930C
-manpage improvements
-support for transverse versions of the US CAD standard paper sizes
-bugfixes
is, using the PKG_SYSCONFDIR stuff. apsfilter needs a symlink in the
configuration directory, so add an INSTALL script to create it (which
handles all DEINSTALL stuff too). Bump PKGREVISION to 2.
Approved by wiz.
This closes PR 18994.
and use PKG_SYSCONFDIR to copy it to the right place. (Bump PKGREVISION to
1 for this).
Also add a HOMEPAGE, as the program has one.
Approved by wiz.
This closes my own PR 18991.
Changes since 1.01:
- Switched to the Motif toolkit.
- Support multiple open documents (in separate windows).
- Added document outlines to the viewer.
- Implemented the JBIG2 decoder.
- Added support for movie annotations.
- Switched back to native LZW decompression code.
- Many bug fixes and enhancements.
This is a bug fix release. per-project xfig dependencies are now supported.
This was accidentally omitted from the previous release. In addition, the
GNU make support is much more robust.
changes:
-bugfixes
-The native CUPS driver now accepts custom paper sizes with printers that
permit this (all Epson printers, and most others).
-The Foomatic interface now accepts custom paper sizes with Foomatic 2.0.1.
-A Japanese translation has been added.
CUPS 1.1.16 adds support for a new CUPS printer driver for Windows
NT/2000/XP that provides accurate page accounting as well as support
for the banner, job billing, job priority, and page label options. The
new release also contains many small bug fixes and enhancements,
including better USB printing support, support for printer names
containing any printable character (123print, my-long-printer-name,
etc.), and French language localization of the web interface and
documentation.