-f flag first col
lock file erasure on error exit
external program input into a field
send data field to external program
Jason Felice autoconf additions - long options
Bug fixes from changes
Ayers Bug fix for padchar
Popup pick boxes
Ayers 'back tab' modifications.
Documentation updates.
Ayers format field modification.
Jason Felice: macro package and #!/usr/bin/sci -t syntax
Parm passing with evironment variable
Page Up Page Down in pick boxes.
Error fix of 0.5.2
Error fix of 0.5.4
-D switch fix
changes:
- Added cows/tux.cow, as suggested by xmanoel@i.am
- Compatibility with 5.6.0, due to a change in qw().
- Renamed devil.cow to daemon.cow, since I know better. :-)
Version history:
------- -------
1.4.8 - 22 October 2000
o bug fixes
1.4.7 - 02 October 2000
o updates to translations
o updates to documentation
o bug fixes
1.4.6 - 11 September 2000
o new Spanish translation
o several bug fixes
http://www.ff.iij4u.or.jp/~nrt/lv/relnote.html
ver 4.49.4 (Aug.24th,2000)
fixed a bug of non-regular file loading (file.c).
added option -i to enable casefold search and +i to disable it.
added keybind 'w' to 'previous line'.
modified input routine to accept DEL as delete key. Thanks John.
modified console code to care putchar() as a macro. Thanks Kenji.
renamed some variables for clarity.
added JIS X 0213-2000 Plane 1,2 as independent charsets of JIS X 0208.
I heard that KS C 5601 has changed its name to KS X 1001.
lang/python upgraded to 2.0
lang/py-html-docs upgraded to 2.0
misc/py-readline upgraded to 2.0
databases/py-gdbm upgraded to 2.0
x11/py-Tk upgraded to 2.0
devel/py-curses upgraded to 2.0
lang/py-extclass upgraded to 2.2.2 and for Python 2.0
textproc/py-dtml upgraded to 2.2.2 and for Python 2.0
www/py-zpublisher upgraded to 2.2.2 and for Python 2.0
print/py-reportlab upgraded to 1.01 and for Python 2.0
More coming...
submitted in PR 11260 by Nobuhiro Yasutomi <nobu@tech.isac.co.jp>
I've discussed with the submitter that it's explicitly OK for us to
not set NO_BINARY_ON_{FTP,CDROM}.
Changes:
Ver. 1.03o fix floppy drive extention area mis recognize.
(10/12/00) fix mistake handling archive that include directry.
enhance to get floppy drive information.
fix to fail file copy (for MS-DOS version).
Ver. 1.03n support OpenBSD.
(09/30/00) allow key interrupt when get floppy drive size.
QUIT_SYSTEM to allow in defined function.
fix character code setting.
fix can't input duplicat '/' in command line.
Ver. 1.03m fix to relative path makes normalize in PATH env.
(09/15/00) fix to fail chdir when follow symbolic link.
support symbolic link in Japanese. Linux ReiserFS support.
support change floppy when using.
fix redraw problem at tree view.
support tree view in case cyclic directory.
fix tree view at top directory.
fix can't assign internal command to key with argument.
fix Mata key assign display.
fix copy file timestamp at recursive directory (for MS-DOS).
fix mistake handling archive that include directry (for MS-DOS).
fix sence free space that copy distination (for MS-DOS).
I wonder if we couldn't automate this a bit by searching for -L in all
patch files and giving an alarm if there's no -Wl,-R nearby ...
Might be something for pkglint.
Msg() hole. ok'ed by packages@netbsd.org.
---
------------------------------
What's new in screen-3.9.8 ?
------------------------------
* new command 'resize' to resize regions (aka split windows), try:
bind = resize =
bind + resize +1
bind - resize -1
bind _ resize max
* new argument for 'focus': up, down, top, bottom
* X11 mouse tracking support
* Support for the "new color model", aka "background color erase":
the bce/defbce commands change the color model of the current
window/new windows.
* experimental rxvt OSC sequence support (used to set a background
picture or to change the default colors), disabled by default.
- - Don't try to build on powerpc. This is not useful, and it was never
tested anyway.
- - ${IGNORE} doesn't need to be set from within a .BEGIN target.
- - Move lines that don't need to be after .include ../../bsd.prefs.mk
into the main body, same for lines that don't need to be in the header.
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
new features:
* Changed configure script, Makefile, and manpages
* another configure preset for SuSE Linux
* new SysV alarm signals that prod the X timer events that write
modified data, as a workaround for broken
* netplan now listens on two ports (unless overriden in /etc/services):
5444 for backwards compatibility, and
2983, the new IANA-registered port.
* "user" lines in netplan ACLs now accept "user@host" arguments
* the "another plan window is running, kill/continue" popup now blocks
until answered.
* OpenMotif support (XFree 4.0.1, OpenMotif 2.1.30)
* new options -N, -c, and -h to control more options when adding entries
from the command line
Closes pkg/10834 by David Rankin <drankin@bohemians.lexington.ky.us>.
Changes from version 1.4.1:
o updated French translation
o improved qif importing
o fix for g-wrap 0.9.4
o misc bug fixes
* should not cause any conflicts with the new bulk-package targets,
* didn't contain a reason for why they were disabled or
* were disabled for some false reason (and a IGNORE/BROKEN in the pkg's
Makefile would be more appropriate)
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.
Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.
ALso simplify the logic to calculate the prefix as well.