diff options
author | mef <mef> | 2015-04-13 07:50:02 +0000 |
---|---|---|
committer | mef <mef> | 2015-04-13 07:50:02 +0000 |
commit | 6eb9e7966c14d14d5b635a54755bbf0a0c0c6886 (patch) | |
tree | af41b4aced4dae69e3745d5d62fb435eb8d93e18 | |
parent | 092ddb58b90fba480512d56f1f5b917fd8a7af19 (diff) | |
download | pkgsrc-6eb9e7966c14d14d5b635a54755bbf0a0c0c6886.tar.gz |
Update to 2.2.7
---------------
* 2.2.7 *
Bluefish 2.2.7 is mostly a bug fix release. It fixes rare crashes in the
autocompletion, the filebrowser, the htmlbar plugin preferences, and in
file-load-cancel, fixes a rare case of broken syntax highlighting after
multiple search/replace actions. It furthermore displays better
error/warning output when parsing language files. It also finally fixes
javascript regex syntax highlighting. The loading of files with corrupt
encoding has been improved, and project loading over sftp has been improved.
Various HTML5 tags have been added, and HTML5 is the default now for php,
cfml and other languages that can include html syntax. Saving and loading
of UTF-16 encoded files was broken and has been fixes. Various languages
have better support, such as javascript, css, html, pascal/deplhi, and html
has improved autocompletion. On OSX the keys for tab switching no longer
confict with some keyboard layouts, and behavior at shutdown was improved.
The upload/download feature has a new option to ignore backup files. The
home/end keys now work better on wrapped tekst. And finally the search and
replace dialog correctly shows the number of results when searching in files
on disk.
-rw-r--r-- | www/bluefish/Makefile | 4 | ||||
-rw-r--r-- | www/bluefish/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 280702a7674..8fe5dc10b12 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.118 2014/11/24 05:03:43 mef Exp $ +# $NetBSD: Makefile,v 1.119 2015/04/13 07:50:02 mef Exp $ -DISTNAME= bluefish-2.2.6 +DISTNAME= bluefish-2.2.7 CATEGORIES= www MASTER_SITES= http://bluefish.mrball.net/stable/source/ \ http://www.bennewitz.com/bluefish/stable/source/ diff --git a/www/bluefish/distinfo b/www/bluefish/distinfo index 6d25492eb1e..134d3074a68 100644 --- a/www/bluefish/distinfo +++ b/www/bluefish/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2014/11/24 05:03:43 mef Exp $ +$NetBSD: distinfo,v 1.24 2015/04/13 07:50:02 mef Exp $ -SHA1 (bluefish-2.2.6.tar.bz2) = 7742f732a4259ff927a2160a4d94e0c0a805a196 -RMD160 (bluefish-2.2.6.tar.bz2) = ec3d73fec8d7a82ff2fe2182dc6664113a314421 -Size (bluefish-2.2.6.tar.bz2) = 3793018 bytes +SHA1 (bluefish-2.2.7.tar.bz2) = 132ec9e3b05d34c35c42beda640e726c81b948a9 +RMD160 (bluefish-2.2.7.tar.bz2) = 7a9fee51a5cc594beb74f70dc059c657d150474f +Size (bluefish-2.2.7.tar.bz2) = 3836580 bytes SHA1 (patch-ac) = f4e0a9f861108465ee96a78da327b6aef2de4984 |