Commit graph

12 commits

Author SHA1 Message Date
wiz
8a110e335a Update to 3.5.7. Note conflict with antiword, which is included.
Sort PLIST.
XXX: should we switch to neXtaw by default? See 030226 entry below.
Changes:
3.5.7:
030228  PW, Siag: Got rid of selection size limit.
        Removed siag/selection.c.

030226  Xedplus: PRIMARY and CLIPBOARD fixed here as well, however
        neXtaw is required as no other Xaw cousins recognize
        CLIPBOARD at all!
        Xedplus: xedCallMenu unbroken. Cut, Copy, Paste work from
        menu, toolbar and using keybindings ^X, ^C, ^V.

030225  Siag, PW: PRIMARY and CLIPBOARD selections work according to the
        current interpretation of the ICCCM.
        PW: Moved xpw/selection.c into window.c.

030224  Added local copy of libstocks, updated for stocks outside
        the US. Removed --with-stocks configuration option.
        Siag: removed xsiag/selection.c and moved the code into
        window.c

3.5.6:
030221  Added Dutch translation by Bram Schoenmakers <bram@schnmkrs.myweb.nl>
        Released 3.5.6.

030128  PW: replaced Emacsy keybindings with modern ones.
        Siag: Added lots of translations in Siag.ad to override
        Emacsy bindings in keytable.scm.

3.5.5:
030127  Added the function get_utf8_char in common/o3read.c to
        get rid of utf8tolatin1 dependency.
        Made sxc reader grok repeated columns.
        Released 3.5.5.

030122  PW: Native OpenOffice.org reader in fileio_sxw.c.
        Siag: Native OpenOffice.org reader in fileio_sxc.c.

030118  Added o3read.[ch] from o3read.
2003-03-05 14:30:59 +00:00
uebayasi
ec5c1d9c0d Update from 3.1.22 to 3.5.4. In four years change!
Summary of changes from NEWS file.  Note that this is the changes from
the last major version.  One of most notable things is that PDF output
support is added to some sub programs.

PW
==

 + Left-, right- and center aligned adjustable tabs.
 + Left-, right- and center aligned plugins.
 + "Full" adjustment with straight left and right edges.
 + Print raised, lowered and underlined text properly.
 + Strikethrough.
 + Faster HTML (and hence Word) loader.
 + Display LaTeX and DVI files in the Clipart plugin.
 + Fetch stock quotes from Yahoo over the Internet.
 - Load and save as PDF
 - Colour printing.
 - Zoom.
 - Redisplay more efficiently.

Siag
====

 + $A$1 style references, which are not updated when cells are moved.
 + Examples for all functions.
 + Hundreds of functions, many Excel compatible, all documented in
   the function reference.
 + Arbitrary precision integer functions.
 + Arbitrary precision floating-point functions.
 + Rudimentary loading of ABS files.
 + New operators ** (power) and \ (quotient).
 + Complex numbers; example in complex.siag.
 + Matrix functions; example in matrix.siag.
 + New or updated documentation, automatically generated from the source.
 + "C" interpreter translates expressions to Scheme rather than evaluating
   the expression itself.
 + Convert currencies, using information from Yahoo over the Internet.
 - Save as PDF.
 - Colour printing.
 - Zoom.
 - Redisplay more efficiently.

Egon
====

 - Save as PDF.
 - Load and save plaintext.
 - Load and save HTML.
 - Load Powerpoint.
 - Load MagicPoint (rudimentary).
 - Keyboard control.
 - Updated documentation.
 - Postscript output and printing.
 - Background gradients.
 - Multiple buffers and sheets (pages).
 - Full-screen mode.

All
===

 + Support for the XDND drag and drop protocol.
 - New or updated translations: Brazilian, Czech, Danish, German,
   Russian, Spanish, Swedish
 - Image plugin redisplays more efficiently.

And lots of small changes that are either invisible or too insignificant
to mention here.
2003-01-17 02:09:36 +00:00
wiz
9ac7e1093e Replace incomplete buildlinkization (-I${LOCALBASE}/include in the patches!)
with complete buildlink2ization.
Fixes pkg/18160.
2002-09-03 22:40:37 +00:00
wiz
122395856e install all the documentation in one place. PLIST was "correct" all along... 2000-02-02 04:05:03 +00:00
wiz
a24ade3154 RCS tags added 2000-01-10 01:24:39 +00:00
agc
e0a8cef33d Patch the correct Makefile.in file, by using the path to it. 1999-10-27 09:51:32 +00:00
agc
bdbea793df Remove the previous post-install hack which moved documentation around.
Add patches to put the documentation in the correct directory, according
to hier(7).
Fixes the concerns raised in pkg PR 8620 by Simon Burge.
1999-10-21 15:15:01 +00:00
mjl
1ce458b2ba Update to 3.1.20.
Changes -- other than bugfixes -- include:

Ported to new Tooltip and Handle widgets.
Resized all 16x16 pixmaps to 24x24.
Made Guile and Tcl opt-in as well, to be consistent with Python and ndbm.
Use load_pixmap in xcommon for the icons.
Updated file format documentation in fileformats.html.
Made A1 references the default.
Double click in colnum calls (fit-block-width).
Double click in rownum calls (fit-block-height).
Autofill by clicking and dragging in grid.
A few fixes in the Danish, French and Croatian message keys
Added more strings to Swedish message file.
Resize cell size using mouse inside the grid.
Change format of unallocated cells.
Redesigned list selector box.
Fixed enter-date and enter-time. They are still not as flexible as I would
like them to be, but at least they work now.
Added commands edit-applications and save-applications to the Tools menu,
so they can be used to customize the environment.
Interface to Gnuplot rewritten. Use form to get more flexibility. Updated
documentation somewhat.
Changed the paper selection, margin, header, footer et al code to the code
used by PW. No more properties for this purpose.
Fixed the backup-on-save code so it actually works.
Changed default header to &n and footer to &p.
Orientation and protection moved from the File menu to the paper selection
dialog.
Incorporated Victor Wagner's xls2csv utility. XLS format added in module
fileio_txt.c.
Incorporated the Xed text editor by Randolf Werner (evol@infko.uni-koblenz.de).
See xed subdirectory for details.
Redesigned file selector. Modified plotting plugin so it doesn't barf on
cells containing labels or strings (bug in plot.scm).
1999-07-13 17:52:41 +00:00
hubertf
dc6e8aeaec Update to 3.1.11.
Changes: Redesigned file selector, made plotting plugin not barf
on non-numeric cells, portability patches fixed a couple of broken
casts, new text editor (a heavily modified version of Xed), very
alpha importing of Excel documents using Victor Wagner's xls2csv,
improved recognition of very old Siag files and deallocate unused
rows at the bottom of a sheet.
1999-04-10 02:25:08 +00:00
hubertf
4045f94634 update to 3.1.7 1999-03-05 01:52:32 +00:00
hubertf
aaa2023a84 update to 3.1.2 1998-12-25 21:37:05 +00:00
hubertf
3171621e70 Office pkg with text processor, spreadsheat and presentation generator 1998-12-04 03:48:34 +00:00