Commit graph

575 commits

Author SHA1 Message Date
drochner
563d5baa03 update to 1.1.6
changes:
Warning!:
One warning before we list the new features: The file format in LyX
1.1.6 is not backwards compatible to 1.1.5 and previous versions, so
you should be carefull before upgrading.

- many popups have been rewritten to use the new GUI-I scheme. In the
  process they have received a nice cleanup: the Document and Paragraph
  popups now contain in one single place what was previously scattered
  in many places. Similarly, the citation and cross reference popups
  have been overhauled.

- LyX now has a Preference popup where you can change most of your
  lyxrc settings.

- the menus can now be defined in a text file, and they automatically
  display the keyboard bindings associated with commands.

- it is now possible to provide your own icons for the toolbar.

- last but not least, work has begun on a KDE and a Gnome frontend for
  LyX. They are not officially supported for this version, but this
  will give you an idea of what is happening.
Other major changes in 1.1.6 include:

- the table support has been completely rewritten. It is now a modular
  object (inset), each cell of which owns a (also) newly written text
  inset. This now permits automatic text-wrap inside a tabular
  cell (if you define a width), multiparagraph mode AND setting of
  layouts for the paragraphs (lists inside a tabular cell!). Last but
  not least, a wide tabular now scrolls automatically so that all of it
  is visible without the need to enlarge the window!

  While there are as yet no other new features, they will be now MUCH
  easier to add. It may be that because of being "young" code some
  features may not work right now, but at least it is much
  better than before.

- new external material inset: this is a new kind of very powerful
  inset which will allow LyX to interface intelligently with external
  applications. Among other good things, it will finally allow you to
  include GIF, JPEG, TIF, PNG, or just about any other raster format
  images in your document. It will even do an approximate ascii
  rendering when you do Ascii export if you have gifscii installed.

- The code which converts from LyX format to anything else (for
  viewing or exporting purposes) and from anything else to LyX has been
  rewritten. In particular, it is now possible to export to PDF, and to
  import from HTML/MSWord. In fact it's now possible to add new import/export
  formats without recompiling LyX by specifying external programs or scripts
  in lyxrc settings
  (note that the old import/export lyxrc settings no longer work).

- LyX can do command line exports without opening any GUI components.

- The multilingual support has been improved. It is now possible to use in a
  document languages with different encodings, e.g. German (iso8859-1) and
  Czech (iso8859-2). Such a document can be viewed on screen using an
  iso10646-1 (Unicode) font. However, it is (currently) not possible to
  have differently encoded languages in the same paragraph.
  The languages and the encodings are defined in text files.

- Improved support for Hebrew and Arabic (also present in 1.1.5fix2).

- included files work now with docbook and linuxdoc; new layout
  docbook-book.

- PSpell library and Aspell spell checker support now included thanks
  largely to Kevin Atkinson (PSpell and Aspell maintainer).
2001-01-15 18:16:26 +00:00
drochner
4d16e4fc57 update to 3.03
Changes:
Fixes bugs related to text positioning and text box formatting
Fixes bugs in the graphics engine, mostly related to arc drawing and subpath handling
Fixes an ActiveX crash in the open_image() function.
Improves internal accuracy and output accuracy of floating point numbers for better positioning
Fine-tunes UPR and encoding handling
Allows the base 14 fonts to be embedded
Makes TIFF and JPEG handling more robust against bad files.
Detects more illegal function call sequences
Makes exceptions thrown by the font machinery configurable in favor of error return values
Many improvements for using PDFlib on IBM S/390 (iServer zSeries), including fixes for several crashes, and an EBCDIC-safe Java wrapper (binaries available soon)
Introduces a dedicated PDFlib distribution for EBCDIC systems
Adds more documentation on using the language bindings in diverse environments, e.g. Java application servers
Splits the manual in two editions: one for the PDFlib ActiveX edition, and one for the other language bindings.
Adds more examples and algorithms to the PDFlib manual
Adds examples and documentation for using PDFlib with Allaire ColdFusion
Introduces support for querying several of the existing PDFlib parameters
2001-01-15 18:09:02 +00:00
jlam
ab1247594e s/sysconfdif/sysconfdir/ 2001-01-12 18:34:23 +00:00
dent
a8ad3b5624 Update HOMEPAGE. 2001-01-12 13:08:48 +00:00
jlam
bfa4a03f52 Update cups to 1.1.5.2. No functional changes from 1.1.5.1, but NetBSD
changes were folded back into the main source tree.
2001-01-11 19:00:42 +00:00
wiz
a9c311e6f9 Better handling of CFLAGS in program's Makefile, remove -O.
Pkglint-silence a bit.
2001-01-11 01:53:28 +00:00
jlam
9bfff556af s/@@PREFIX@@/@PREFIX@/ 2001-01-11 00:31:50 +00:00
wiz
6e1005229f Sort. 2001-01-08 02:15:52 +00:00
jlam
1669476b10 Set SHLIB_HANDLING=NO and fix the PLIST on i386. Other platforms may need
similar fixes.
2001-01-05 17:59:17 +00:00
wiz
1977f4df09 regen 2001-01-04 16:49:37 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
wiz
01cfc15cf9 Update to 1.3.119 because 1.3.86 didn't compile with python-2.0.
Changes since 1.3.86: Lots of bugfixes, new info documentation, and
some new functionality.
2000-12-28 17:04:23 +00:00
jlam
1c2cb843d3 Set correct permissions on /etc/cups/certs and /var/spool/cups. This also
fixes a bad chown command during binary package installation.
2000-12-28 02:22:18 +00:00
jlam
901b10a6f6 Note conflict with print/cups.
Add INSTALL/DEINSTALL scripts to handle the configure files.
Replace lprng.sh with a rc.d-style script LPRng.sh.
Fix problems with setting the default paths for LPRng.
2000-12-28 00:13:08 +00:00
jlam
b417d89785 Note conflict with LPRng-core. 2000-12-28 00:09:38 +00:00
jlam
1bb4b8cfc6 Update cups to 1.1.5.1. Changes from version 1.1.5 are only fixes to the
build process.
2000-12-21 16:59:31 +00:00
jlam
01168ffc82 Add and enable cupsomatic-ppds 2000-12-21 15:06:36 +00:00
jlam
e98158ca48 cupsomatic-ppds: free software printer drivers for use with CUPS 2000-12-21 15:06:05 +00:00
jlam
310bb44327 Split off the PPDs from the cupsomatic filter script. CUPS will copy the
PPD to /etc/cups/ppd when a printer is added, so now even if the
cupsomatic-ppds are uninstalled, your CUPS setup will still work as long
as the cupsomatic package is still installed.
2000-12-21 15:02:26 +00:00
jlam
5c6edcdd63 Update cups to 1.1.5. Relevant changes since version 1.1.4 include lots of
bug and security fixes, improvements to the efficiency of the server and
utilities, improvements to the documentation, plus the following:

     * Security updates - new default configuration does not broadcast
       printer information and only allows access from the local system.
     * EXPERIMENTAL encryption support - CUPS now optionally supports TLS/SSL
       encryption via the OpenSSL library.
     * Updated PDF filter to Xpdf 0.91.
     * Added PPD files for 9-pin and 24-pin OKIDATA printers.
     * Changed all sprintf's that use string formats to snprintf's, even if
       the destination buffer is larger than the source string(s); this
       protects against buffer overflows caused outside of CUPS...
     * Changed all strcpy's to strncpy's between local and global variables,
       even if the destination buffer is larger than the source string; this
       protects against buffer overflows caused outside of CUPS...
     * Added new mime.types rules to allow automatic raw printing of PCL and
       ESC/P files; PJL headers are parsed to differentiate between
       PostScript and PCL job files. This should eliminate a lot of the
       reports of SAMBA printing problems due to the missing "-oraw" or "-l"
       options.
     * Jobs are now assigned to printers in a class round-robin style. This
       should prevent the first server in the class from bearing the brunt of
       the jobs.
     * The serial backend didn't support the higher baud rates with the old
       termios interface. It now supports 57600 and 115200 baud.
     * The serial backend now supports different types of flow control;
       previously it ignored the flow=XYZ option in the device URI.
     * The serial backend now supports DTR/DSR flow control, which is popular
       on dot-matrix printers (access with "flow=dtrdsr" in the device URI)
     * Added new job-originating-host-name attribute for jobs. The new
       attribute provides the hostname or IP address of the machine that
       submitted the job.
     * Added quota and allow/deny user support for printers and classes.
2000-12-21 14:59:37 +00:00
rh
f4046ed494 s/gkd-pixbuf/gdk-pixbuf/ 2000-12-17 09:28:23 +00:00
jlam
12e8b340a3 Only some of those config files are supposed to be editted by the user,
so differentiate them from the CUPS-generated ones.
2000-12-15 21:57:38 +00:00
wiz
6959c4c435 fltk lives in x11, not graphics 2000-12-15 20:07:16 +00:00
wiz
1f608d4386 Add dependency on gdk-pixbuf. 2000-12-15 19:14:04 +00:00
jlam
493b7f7fe5 Deal with init script in a better way. Also update various patches to
versions sent back to Easy Software.
2000-12-14 17:04:44 +00:00
kei
12ef2ff147 Add and enable "LPRng-core" and "LPRng-doc" packages. 2000-12-13 00:40:06 +00:00
kei
37a5f5da78 set PKGNAME to LPRng-doc-3.6.13. 2000-12-13 00:37:10 +00:00
kei
5febb8ed32 add plist file removed accidentaly in previous commit. 2000-12-13 00:34:31 +00:00
kei
d6cde4da99 make "LPRng" package to meta-package which depends on "LPRng-core" and
"LPRng-doc" packages.
2000-12-13 00:31:05 +00:00
kei
bcada70d38 Splitted "LPRng" package into "LPRng-core" and "LPRng-doc" packages.
Also updated -core to 3.6.26, -doc to 3.6.13.

Install DVI document as well.
2000-12-12 20:12:06 +00:00
kei
287ffdeed3 Splitted "LPRng" package into "LPRng-core" and "LPRng-doc" packages.
Also updated "LPRng-core" to 3.6.26, "LPRng-doc" to 3.6.13.

fixes CERT Advisory CA-2000-22.
2000-12-12 20:09:42 +00:00
jlam
eeacd671b6 Add ${USE_PAM}-triggered PAM support. 2000-12-12 16:04:06 +00:00
jlam
c42e57435f Add ${USE_PAM}-triggered PAM authentication support. 2000-12-12 16:03:13 +00:00
drochner
9ae5e5231c Arghh - the distfile changes without changing its name.
Put it into a DIST_SUBDIR to get a chance to fetch a usable one from
a distfile mirror.
2000-12-12 11:14:49 +00:00
wiz
a32b3a5655 Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
2000-12-12 01:30:36 +00:00
jlam
8c40a62fe7 Substitute for @ADDGROUP@ in pkg/INSTALL file. 2000-12-11 09:00:51 +00:00
jlam
aaa8b64cb5 Set ADDUSER and ADDGROUP appropriately. 2000-12-11 08:53:07 +00:00
jlam
05ff9af2c2 s/Cyrus User/CUPS user/g 2000-12-11 08:42:03 +00:00
jlam
61365de702 Some tweaks to the DEINSTALL/INSTALL scripts and improvements to the
cupsd rc.d script.
2000-12-09 22:18:24 +00:00
jlam
db395d9c63 s/CYRUS/CUPS/g 2000-12-09 05:53:39 +00:00
jlam
c1a1bc2e81 Add CUPS_USER and CUPS_GROUP to the BUILD_DEFS. 2000-12-09 05:53:06 +00:00
jlam
fc336b9d76 Remove accidentally committed file. 2000-12-08 17:01:44 +00:00
jlam
d8cb6686df Add and enable cupsomatic 2000-12-08 16:57:58 +00:00
jlam
440d87e621 cupsomatic - system for using free software printer drivers with CUPS 2000-12-08 16:57:23 +00:00
jlam
24275d2460 Add and enable xpp. 2000-12-08 16:36:53 +00:00
jlam
34e2858e72 xpp - The X Printing Panel
This is a useful X11 frontend to printing with CUPS.
2000-12-08 16:36:24 +00:00
jlam
5e7e6b3ab6 We have a ${PREFIX}/share/doc/html for HTML documentation, so use it. 2000-12-08 16:23:16 +00:00
jlam
93750e54e2 Honor CFLAGS passed in from environment during build. 2000-12-08 07:24:22 +00:00
jlam
7f0c7f923b Update cups to 1.1.4. Changes from version 1.1 include a large number of
bugfixes, security fixes, improvements to the web admin interface, addition
of new printer drivers, improved documentation, and improvements to the CUPS
API for client development.
2000-12-07 20:33:05 +00:00
rh
224a7afec4 Sync w/ reality 2000-12-07 12:46:47 +00:00