The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

RCS file: /home/marcus/mycvs/scripts/curses/Curses.pm,v
Working file: Curses.pm
head: 1.30
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 30;	selected revisions: 30
description:
----------------------------
revision 1.30
date: 2003/04/30 10:10:49;  author: marcus;  state: Exp;  lines: +44 -4
Added:
	I for setting install params
----------------------------
revision 1.29
date: 2003/04/30 09:21:47;  author: marcus;  state: Exp;  lines: +13 -3
Fixed:
	- eval expr error handling
	- some beautification
	- doc

Added:
	- escape to leave config window
----------------------------
revision 1.28
date: 2003/04/29 17:59:35;  author: marcus;  state: Exp;  lines: +123 -66
Fixes:
	- Changed installation routines to work with C::B batch mode
	- added some usabillity features

Added:
	- B for Select all
----------------------------
revision 1.27
date: 2003/04/14 13:03:22;  author: marcus;  state: Exp;  lines: +17 -11
Added:
	Some docu changes
----------------------------
revision 1.26
date: 2003/04/02 10:07:16;  author: marcus;  state: Exp;  lines: +5 -2
Fixed:
	There was a small bug in updating and the user got now
	feedback about the operations
----------------------------
revision 1.25
date: 2003/03/28 15:39:52;  author: marcus;  state: Exp;  lines: +1 -1
Fixed
	Error in regexp that searches filename for POD. Forgot
	to escape the dot :-(
----------------------------
revision 1.24
date: 2003/03/27 21:16:49;  author: marcus;  state: Exp;  lines: +116 -54
Added:
	- S for statistical information

Changed:
	- A whole lot of stuff for Batch installing.
	- If no change to the current selection has been made all options
	are executed on the currently *active* item

Fixed:
	- Some drawing code
	- Documentation
----------------------------
revision 1.23
date: 2003/03/23 17:21:50;  author: marcus;  state: Exp;  lines: +104 -61
Added:
	- D for dependencies, using Autrijus famous Module::ScanDep
	- extracting support
	- R for resetting the selection

Fixes:
	- Shell opens now in module dir (if it was fetched before)
	- shortened code a lil bit
----------------------------
revision 1.22
date: 2003/03/20 16:38:05;  author: marcus;  state: Exp;  lines: +153 -6
Added
	- M,N to search by Namespace
	- A to search all by the selected author
	- 1,2,3,4,5 building step shortcuts
	- make a little magic to  get into the
	directory of the module selected, this
	doesn't work for now because CPANPLUS::Configure
	does not allow to access _build.
Fixed
	- Forgot to turn on clear screen on exit
----------------------------
revision 1.21
date: 2003/03/20 15:13:33;  author: marcus;  state: Exp;  lines: +347 -96
Added:
	- b for write bundle
	- c for show reports
	- x for reload indices
	- z for command prompt
	- % for eval shell command

Fixed:
	- Be verbose before starting up to see what CPANPLUS is doing
	- Finally got arount this input issue, just leave curses
	mode temporarilly and let the makefile do it's magic
	- Minor bugs and modifications, updated doc
----------------------------
revision 1.20
date: 2003/03/20 10:54:13;  author: marcus;  state: Exp;  lines: +6 -6
Fixed:
	- removed use CPANPLUS::Shell in order to get
	'perl -MCPANPLUS -e shell+Curses' to work
	thanks to Bernd Dulfer
	- always _draw() before viewing errors or dialogs to delete
	output that got through to STDOUT
----------------------------
revision 1.19
date: 2003/03/18 18:19:54;  author: marcus;  state: Exp;  lines: +1 -0
Fixed
	-minor bug that caused ugly warnings
----------------------------
revision 1.18
date: 2003/03/15 12:53:09;  author: marcus;  state: Exp;  lines: +5 -15
Fixed
	- had a bad day when writing _array_to_string
	  replaced by join
----------------------------
revision 1.17
date: 2003/03/14 08:24:34;  author: marcus;  state: Exp;  lines: +8 -1
Fixed:
	- if call to module_tree fails it makes no sense to start up
----------------------------
revision 1.16
date: 2003/03/13 20:08:52;  author: marcus;  state: Exp;  lines: +2 -1
Fixes
	-finally got this readme screen to small error
----------------------------
revision 1.15
date: 2003/03/13 16:15:28;  author: marcus;  state: Exp;  lines: +3 -2
Fixed
	- something went wrong with the readme,
	additional errorchecking
----------------------------
revision 1.14
date: 2003/03/13 07:56:10;  author: marcus;  state: Exp;  lines: +5 -0
	-Small documentation changes
----------------------------
revision 1.13
date: 2003/03/12 21:28:59;  author: marcus;  state: Exp;  lines: +68 -15
Some changes to store configuration
----------------------------
revision 1.12
date: 2003/03/12 20:40:53;  author: marcus;  state: Exp;  lines: +69 -26
Added
	- Showing perldoc of installed modules
	- Error stack print
	- some work on config
----------------------------
revision 1.11
date: 2003/03/12 18:22:04;  author: marcus;  state: Exp;  lines: +72 -1
Added
	- finally updating
	- warning dialog when uninstalling
----------------------------
revision 1.10
date: 2003/03/12 15:32:06;  author: marcus;  state: Exp;  lines: +35 -6
Last commit broke keybindings
----------------------------
revision 1.9
date: 2003/03/12 15:22:12;  author: marcus;  state: Exp;  lines: +4 -35
Put todo note in perldoc and removed debug output
----------------------------
revision 1.8
date: 2003/03/11 19:19:48;  author: marcus;  state: Exp;  lines: +10 -49
Added
	- doc for / and ?
	- changed help to h
	- switched to incremental search
----------------------------
revision 1.7
date: 2003/03/11 18:42:04;  author: marcus;  state: Exp;  lines: +77 -42
Implemented
	-eval
	-target test and install
	-some doc updates
	-minor bugfixes
----------------------------
revision 1.6
date: 2003/03/11 16:09:49;  author: marcus;  state: Exp;  lines: +134 -17
Added some docs
----------------------------
revision 1.5
date: 2003/03/11 10:49:54;  author: marcus;  state: Exp;  lines: +337 -157
Added a whole lot of functionallity
currently implementing Config
----------------------------
revision 1.4
date: 2003/03/10 16:16:35;  author: marcus;  state: Exp;  lines: +180 -50
Added:
	- Install support
	- readme support
	- lots of bugfixes and improvements
	- still not really usable
----------------------------
revision 1.3
date: 2003/03/09 21:24:05;  author: marcus;  state: Exp;  lines: +198 -83
Added some functionallity, still very basic
----------------------------
revision 1.2
date: 2003/03/08 18:45:36;  author: marcus;  state: Exp;  lines: +109 -36
Small Changes, still no func
----------------------------
revision 1.1
date: 2003/03/08 13:21:56;  author: marcus;  state: Exp;
Initial Checkin
=============================================================================