summaryrefslogtreecommitdiff
path: root/editors/leafpad/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-23/+23
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2005-10-02Update to 0.8.4:jmmv1-1/+10
2005-09-24 version 0.8.4: * Implemented GOption (thanks Magnus Bergman). * Added '--tab-width' command line option. * Inform read-only file by less/greater than sign bracket. * Improved Korean auto-detection. * Added Hebrew translation (Yo'av Moshe). * Added Turkish translation (Kaya Oguz). * Added Greek translation (Stavros Giannouris). * Updated Italian translation (Alessio D'Ascanio). 2005-07-22 version 0.8.3: * Implemented replaced word highlighting. * Modified line-number margin. * Fixed space-separeted filename bugs (thanks Andrea Antolini). * Added Slovak translation (Peter Chabada). * Updated Polish translation (Michal Wrobel). 2005-07-02 version 0.8.2: * Improved dependency caused by intltool (thanks Machismo Ulverstein). * Modified left margin. * Fixed Macintosh return code bug (thanks young dave). * Fixed "response" signal of about diaglog (thanks Muthiah Annamalai). * Updated Bulgarian translation (Yavor Doganov). * Updated Simplified Chinese translation (Carlos Z.F. Liu). 2005-05-14 version 0.8.1: * Implemented searched word highlighting. * Modified Up/Down/PageUp/PageDown behaviour when scroll-outed. * Fixed space-separated filename bug (thanks Chris Everts). * Added Bulgarian translation (Yavor Doganov). * Added Vietnamese translation (Quy NGUYEN DAI). * Updated Hungarian translation (Reviczky Adam Janos). * Updated Polish translation (Michal Wrobel). 2005-04-29 version 0.8.0: * Implemented glib-gettext & intltool. * Added Print feature (only invoke lpr). * Added load stdin feature. * Added command line options. * Added '--enable-chooser' configure option for GtkFileChooser. * Modified some small points (DnD, caret, shadow, sensitivity...). * Changed shortcut keys displayed on menu. * Fixed replace question dialog behavior (thanks Keith). * Added Portuguese translation (thanks Alan Kelon). 2004-12-26 version 0.7.9: * Shrinked codeset menu. * Fixed destroy response for question dialog (thanks Richard S). * Removed local "G_BROKEN_FILENAMES" setting. * Removed scrollbar_spacing manipulation. * Updated Swedish translation (by Isak Savo). * Added Lithuanian translation (thanks Lech Jankovski). * Added Polish translation (thanks Michal Wrobel).
2004-12-05Update to 0.7.8:jmmv1-1/+8
* Implemented widget sesnsitivity. * Changed scrollbar_spacing to zero. * Changed about dialog caption. * Fixed undo sequency for Ctrl+V overwrite. * Added Hungarian translation (thanks Reviczky Adam Janos). * Added Catalan translation (thanks David Rosal). * Added Tamil translation (thanks Vijay Durairaj). * Added Italian translation (thanks Alessio D'Ascanio).
2004-11-04Initial import of leafpad, version 0.7.5:jmmv1-0/+12
Leafpad is a GTK+ based simple text editor and is ideal as a file viewer. The user interface is similar to "notepad", aims to be lighter than GEdit and KWrite, and to be as useful as them. Its features are: * Minimum requirements: for portability. * Minimal menu items: to make full use of features and to learn easily. * No toolbar: to maximize the text area. * Single document interface (SDI): to set out windows to view at a time. * Character coding auto detection: to open file quickly without multi-codeset problems.