/* * D i g i P a d * * Changes * * Ashwin * */ 11 Feb 2001 [v 0.2.2] * Insert word added * Goto line added to Search menu * Many Fastkeys converted from function keys to Ctl+key * Minor function cleanups done 10 Feb 2001 [v 0.2.1] * Help on DigiPAD's Fastkeys added * Data types moved to dp.h 5 Feb 2001 [v 0.2.0] * DigiPAD now in v0.2.0. Minor polishing done :) * All #defines have been moved to dp.h header file. * ewWindow is now a derived window of ewWindowSenior 3 Feb 2001 [v 0.1.8] Back after a short break. DigiPad coming close to a v0.2.0 release * Added cycling of menus 26 Jan 2001 [v 0.1.7] * DigiPAD is now a VTU specification compliant editor:) 25 Jan 2001 [v 0.1.6] * Added begin and end of document features 22 Jan 2001 [v 0.1.5] * Added menu handling using ALT key * Delete file added * Delete word added * Delete word still buggy 21 Jan 2001 [v 0.1.4] Back after a looong time. Much has been happening. I lost my hard disk. I lost my recent backup. so had to code some functions again :-( * Insert line and Delete line added * Find added * Character wrapping to next line (when current line exceeds) finally added * File and Edit menus implemented using menu.h 27 Nov 2000 [v 0.1.3] * Almost all bugs fixed * The program core dumps on files that have lines with more than 79 chars 26 Nov 2000 [v 0.1.2] * DP now can open files after it has been invoked, though a lot of pesky bugs exist for this feature. * If a file is not present an error message is displayed, but this too has bugs 25 Nov 2000 [v 0.1.1] * By the help of Sreeji from linux-india-programmers the 'last char in file' problem is solved * Home, end, Page Up and Page Down functions added 18 Nov 2000 [v 0.1.0] * DP gets version number 0.1.0 * DP now opens a file and displays it onscreen * Cursor up and down movements added * The last character of the last line is repeated once onscreen