diff options
author | adam <adam@pkgsrc.org> | 2005-10-14 09:57:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-14 09:57:54 +0000 |
commit | 4f72646486518b50560d9442497e922b51d59ea5 (patch) | |
tree | cc516c51a356231080ab3b1879bea4efef86ec6b /www | |
parent | 7938f906bceb5c1ba26d64aae0f621eae7df0fcc (diff) | |
download | pkgsrc-4f72646486518b50560d9442497e922b51d59ea5.tar.gz |
Changes 1.0.4:
- Translation updates: es.po, ja.po
- Highlighting fixes to HTML, PHP highlighting patterns.
- Fix a compile issue when compiling without GnomeVFS support.
- Update bluefish.desktop to current standards.
- Fix a bug in the highlighting engine that incorrectly matched
multi byte characters.
Changes 1.0.3:
- Translation updates: da.po, de.po, it.po, ja.po, zh_TW.po, zh_CN.po.
- Add an option to disable the Quickbar Tip dialog.
- After inserting a text block from the custom menu, Bluefish should
scroll the editor window to make cursor visible.
- Formatstring before/after in custom menu editor does not follow cursor.
- Highlighting fixes to C, Python highlighting patterns.
- Fix a bug where the user was not prompted to overwrite an existing file
on a remote file sytem.
- Misc custom menu fixes.
- GUI improvements to the custom menu dialogs
- Extend e-mail dialog: Add CC and BCC fields. Subject and body are now
automatically URL-encoded.
- Extend time insert dialog: Add possibility to insert ISO8601 date/time
as recommended by the W3C for the date meta tag. Rewrite a part of the
auto-update of meta tags. User can now choose, which meta tags should be
updated. Add possibility to auto-update the date meta tag.
- Clean up translatable strings. Fix a few menu entries.
- Set an empty title in message dialogs as described in the GNOME HIG.
- Add an option to the QuickStart dialog that allows the user to specifiy
whether a new document should be opened.
Diffstat (limited to 'www')
-rw-r--r-- | www/bluefish/Makefile | 4 | ||||
-rw-r--r-- | www/bluefish/PLIST | 4 | ||||
-rw-r--r-- | www/bluefish/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 44f57343163..71ce4d2b4b1 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2005/08/10 20:56:25 jlam Exp $ +# $NetBSD: Makefile,v 1.58 2005/10/14 09:57:54 adam Exp $ -DISTNAME= bluefish-1.0.2 +DISTNAME= bluefish-1.0.4 CATEGORIES= www MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/ \ ftp://bluefish.advancecreations.com/bluefish/downloads/ \ diff --git a/www/bluefish/PLIST b/www/bluefish/PLIST index 661898ef14e..46775b9adb1 100644 --- a/www/bluefish/PLIST +++ b/www/bluefish/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.13 2005/08/10 12:05:52 adam Exp $ +@comment $NetBSD: PLIST,v 1.14 2005/10/14 09:57:54 adam Exp $ bin/bluefish share/application-registry/bluefish.applications share/applications/bluefish.desktop share/applications/bluefish-project.desktop -share/applications/mimeinfo.cache +@comment in sysutils/desktop-file-utils: share/applications/mimeinfo.cache share/bluefish/bluefish_splash.png share/bluefish/custom_menu.de.default share/bluefish/custom_menu.default diff --git a/www/bluefish/distinfo b/www/bluefish/distinfo index 26d245ffe8f..6a1c50305b5 100644 --- a/www/bluefish/distinfo +++ b/www/bluefish/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2005/08/10 12:05:52 adam Exp $ +$NetBSD: distinfo,v 1.12 2005/10/14 09:57:54 adam Exp $ -SHA1 (bluefish-1.0.2.tar.bz2) = 13514946a1c776acefee7b4aeb6c41945fe8dda6 -RMD160 (bluefish-1.0.2.tar.bz2) = d8aebc165fff412953a660b486151225de0366df -Size (bluefish-1.0.2.tar.bz2) = 1461034 bytes +SHA1 (bluefish-1.0.4.tar.bz2) = 502ca1c7995c13e1b5ef51dd7809ed5a6114357a +RMD160 (bluefish-1.0.4.tar.bz2) = b4a26bde66746ededc2be424a24793f235d3433a +Size (bluefish-1.0.4.tar.bz2) = 1469951 bytes |