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.
with an additional "tty mode fix" over 3.9.3.
Whilst I'm here, make the PLIST handling a bit smarter, by using automatic
${DISTNAME} substitution. This means that the PLIST doesn't have to be
updated every time there's a new screen version, just to pull in the new
version number - it will be done automatically.
Changes include:
* real multiuser support
* split screen support
* hardstatus emulation support
* configurable window seperator and hardstatus strings
* permanent window seperator
* many new escapes
* logfile timestamps and flush timeout
* configurable breaktype
* other new commands:
* optional builtin telnet.
* remote detach and reattach change:
* support for history compaction
* optional Braille support.
Changes from 1.7.2 include:
if the X server fails to send X timer events, switch to synchronous file
writing to avoid data loss. Works around bug or incompatibility in XFree.
new script to convert Microsoft Schedule+ files to .dayplan format
fixed output of -W -i for web interface
the .plan.dir choice in the configure script caused path trouble in plan
weekday before/after syntax was wrong in holiday parser,
fixed possible crash when closing file list menu
plan -F: stdout could not be redirected, added missing fflush
various error popups are now modal, to prevent them from being overlooked
fixed month and year PostScript printing, texts were in the wrong places
CGI scripts and HTML pages for web browser access
national language support
simple Todo appointments that keep appearing after they first trigger
implemented default advance-warning times (Config->Calendar views)
color PostScript printouts
new config mode that allows daemon to exeute insecure netplan scripts
new config mode that makes Thursday the selector for the first week
small holidays crash day view
if pland was started between 0:00 and 2:59:59, it overlooked appointments
fixed "W:" note prefix
netplan identd queries went to the local host instead of the remote host
fixed Y2K problem in PostScript printout.
plan -t/-T will now mark warnings with "Warn:".
notifier now resizes correctly, text area grows instead of buttons
user ID was freed twice in netplan
it is now possible to inspect messages attached to read-only appts
plan -t had multiday problems
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).
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set. If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile. This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.
Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
sci builds multi-user data entry screens from a text template.
The data input into a screen is saved in a tab-delimited file.
The template may supply default values for a data entry field,
and fields may be marked as numeric data, or alphabetic only.
sci uses curses for screen control.