curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
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.
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.
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
denote that the package uses libXaw.
Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by
the user, to denote the type of libXaw to use. Possible values are:
standard, 3d and xpm.
Define USE_XAW in relevant Makefiles.
Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d...
This means that package builds should not fail because of conflicting
Xaw packages being installed on machines.
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).
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.