FIXED: removed any file/path actions using '/'. replaced by portable

functions by using File::Spec. This makes it possible to run
                note unchanged on win32 (and possibly any other) environments.

FIXED:          added a whitespace to the prompt in interactive mode to
                circumvent a bug in the win32 Term::ReadLine module which causes
                the cursor to be displayed on the left side (column 0) of
                the screen.

FIXED:          added "or die" code to some commands which are running inside
                an eval{} block to fetch errors. Without the "or die"s no
                error could ever catched.

CHANGED:        removed HOME variable support of the noterc. in fact, if it
                exists, no error will occur, but it will no longer be used.
                It didn't work in older versions anyway.

ADDED:          It is now possible to quit note using CTRL-D (or: EOF)
This commit is contained in:
TLINDEN
2012-02-10 20:29:50 +01:00
parent adb457de48
commit c15c8ba731
5 changed files with 62 additions and 36 deletions

4
README
View File

@@ -1,4 +1,4 @@
note 1.2.4 by Thomas Linden, 22/03/2003
note 1.2.5 by Thomas Linden, 19/01/2004
=======================================
Introduction
@@ -205,4 +205,4 @@ and I'll add you.
Last changed
============
22/03/2003
19/01/2004