diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-15 14:28:53 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-15 14:28:53 +0000 |
commit | 86084da2230a9abf40b81d6c5e43687af36800c0 (patch) | |
tree | 4168b51660e583cadafe86d7bd1d5f8d41ebf6bd /editors/gedit/Makefile | |
parent | e36f818093a31c6fd89219da9c589f4205a5017c (diff) | |
download | pkgsrc-86084da2230a9abf40b81d6c5e43687af36800c0.tar.gz |
Update to 2.6.1:
- Bug #137329 (Wrong filename got after Save as) (Paolo Maggi)
- Bug #138051 (Reproducible search/replace dialog application lockup) (Paolo M.)
- Fixed some mem leaks (Paolo Borelli)
- Enabled vfs file choosing (Paolo M.)
- Bug #137805 (Text area unfocused after opening) (Paolo M.)
- Set the window type of the tag list window to UTILITY (Rob Adams)
- The indent plugin now does not indent empty lines (Paolo B.)
Diffstat (limited to 'editors/gedit/Makefile')
-rw-r--r-- | editors/gedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 11336c6e669..773894cf157 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2004/04/14 16:15:22 jmmv Exp $ +# $NetBSD: Makefile,v 1.34 2004/05/15 14:28:53 jmmv Exp $ # -DISTNAME= gedit-2.6.0 +DISTNAME= gedit-2.6.1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/2.6/} EXTRACT_SUFX= .tar.bz2 |