diff options
author | salo <salo@pkgsrc.org> | 2003-02-20 17:34:49 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-20 17:34:49 +0000 |
commit | cd14df7c76690b1a057d17e7798e5dc78c100cb0 (patch) | |
tree | 9e4104233b599f344ab9084503371aba9a04368c /www/bluefish/patches | |
parent | 61638bcde26e9ee5d235e780936acbee6a8c2821 (diff) | |
download | pkgsrc-cd14df7c76690b1a057d17e7798e5dc78c100cb0.tar.gz |
Updated to version 0.9.
Patch provided by Juan RP via PR pkg/20430 with minor improvements by me.
Changes:
0.9:
====
- Many bugs are fixed, several segfaults, and many small annoying bugs.
- Major performance improvements:
* highlighting performance improvements up to 50X faster in some cases
* file loading times are faster
* loading and closing of many documents is much faster (tested with
3500 documents opened simultaneously)
- Many improvements for the user interface; much more compliant to the
Gnome usability guidelines.
- New features:
* line number support
* new spell checker
* and many more..
0.8:
====
- The first release of the gtk2 port of bluefish
- New features include:
* new highlighting engine, for multiple filetypes
* new filebrowser
* configurable toolbar
* new text widget with UTF-8 support, Xinput support etc.
Diffstat (limited to 'www/bluefish/patches')
-rw-r--r-- | www/bluefish/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/bluefish/patches/patch-ab b/www/bluefish/patches/patch-ab deleted file mode 100644 index ca61d2b8b3b..00000000000 --- a/www/bluefish/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.6 2000/08/25 05:52:18 jlam Exp $ - ---- src/Makefile.in.orig Mon Jun 5 17:23:43 2000 -+++ src/Makefile.in -@@ -36,7 +36,7 @@ - aliaspath = $(localedir):. - - CC = @CC@ --CFLAGS = @CFLAGS@ -+CFLAGS = @CFLAGS@ @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @INTLLIBS@ @LIBS@ - INSTALL = @INSTALL@ |