Subject: CVS commit: pkgsrc/editors/nano
To: None <pkgsrc-changes@netbsd.org>
From: Shell Hung <shell@netbsd.org>
List: pkgsrc-changes
Date: 12/26/2002 17:14:43
Module Name:	pkgsrc
Committed By:	shell
Date:		Thu Dec 26 15:14:42 UTC 2002

Modified Files:
	pkgsrc/editors/nano: Makefile PLIST distinfo

Log Message:
Updated to nano-1.0.9

Changes :
free_charptrarray, striponedir()
    - Plug some memory leaks (Steven Kneizys).
read_file()
    - Abort if we read a file of 0 lines (num_lines == 0), fixes BUG #70.
    - Reverse tests to stop segfault on editing a new file of 0 lines
      (David Benbennick).
do_int_speller()
    - Fix zombie processes and spelling buffer issues (Rocco Corsi)
do_gotoline()
    - Set placewewant if we actually move to a different line.
nanogetstr()
    - Add NANO_HOME_KEY and NANO_END_KEY to the home and
      end key code (fixes BUG #69).
bottombars(), onekey()
    - Make bottom list dynamic with screen size (Guus Sliepen & Chris).
do_credits()
    - Add Thomas Dickey.
strcasestr()
    - Renamed to stristr since strcasestr has not been confirmed to
      be detected properly on various Linux systems.
Updated POs : no nb it fr uk gl


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/editors/nano/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/editors/nano/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/editors/nano/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.