diff options
author | markd <markd> | 2004-05-29 12:55:23 +0000 |
---|---|---|
committer | markd <markd> | 2004-05-29 12:55:23 +0000 |
commit | 661e071af8121fdc1c34d86a45d21d5a13df4f62 (patch) | |
tree | 6f0f50a74643a854a1870f148951723eed4b8cb8 /editors | |
parent | a4bdade4c295fa36425b037c675f7d66e57196d4 (diff) | |
download | pkgsrc-661e071af8121fdc1c34d86a45d21d5a13df4f62.tar.gz |
Update version 1.6.2 -> 1.6.3
- fix a crash when opening/closing projects with common files
- warn if user tries to overwrite an existing file in the "New Project"
dialog
- make usertags/tools shortcuts configurable
- place cursor after a bracket when inserting a usertag
- polished up the "New File" wizard, the size and selected template are
now remembered, an option to start the Quick Start wizard after
selecting an empty template is also added
- double clicking on a non-existent file results in a dialog requesting
the creating of this file, instead of just an error
Diffstat (limited to 'editors')
-rw-r--r-- | editors/kile/Makefile | 4 | ||||
-rw-r--r-- | editors/kile/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/kile/Makefile b/editors/kile/Makefile index fc072711842..0ea1bd9505b 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2004/04/23 12:05:58 markd Exp $ +# $NetBSD: Makefile,v 1.23 2004/05/29 12:55:23 markd Exp $ -DISTNAME= kile-1.6.2 +DISTNAME= kile-1.6.3 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kile/} diff --git a/editors/kile/distinfo b/editors/kile/distinfo index fca5e74363a..26459571e6b 100644 --- a/editors/kile/distinfo +++ b/editors/kile/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2004/04/05 11:21:05 markd Exp $ +$NetBSD: distinfo,v 1.9 2004/05/29 12:55:23 markd Exp $ -SHA1 (kile-1.6.2.tar.gz) = 66c1e7dfb0fce853bcaae87a7499aa755649bb0d -Size (kile-1.6.2.tar.gz) = 2202384 bytes +SHA1 (kile-1.6.3.tar.gz) = 3bb82827bd1ea604bc97bb6e2fe85a43dad1a382 +Size (kile-1.6.3.tar.gz) = 2208235 bytes |