Skip to content

Debian Changelog bluefish (1.0.7-6)

2009

bluefish (1.0.7-6) unstable; urgency=low

   * debian/control: Added Vcs-Svn and Vcs-Browser field.
     (Standards-Version): Bumped to 3.8.0.
     (Suggests): Removed iceape. Removed gnome-bin (closes: #510738).
   * debian/README.source: Added to be compliant with policy version 3.8.0.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Mon, 02 Mar 2009 17:25:33 +0100

2008

bluefish (1.0.7-5) unstable; urgency=low

   * debian/rules (build, clean): Moved the config.* copy action to
     config.status. Files can further be removed by dh_clean.
     (config.status): According to the manuals, variables should be given after
     the configure call.
   * debian/patches/03_latest_highlighting_pattern.dpatch: Adjusted.
     - Fix php highlighting pattern, that seem to lead to a segmentation fault on
       e.g. i386 architectures in some cases (LP: #228068).

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Fri, 09 May 2008 00:28:35 +0200

bluefish (1.0.7-4) unstable; urgency=low

   * debian/control: Added DM-Upload-Allowed for DM status.
     (Standards-Version): Raised to 3.7.3.
   * debian/rules: Added LDFLAGS to drop useless dependencies (should be safe
     here). Make sure, there are no unresolved symbols.
   * debian/patches/04_fix_maximization_state_save.dpatch: Added.
     - Fixes a long-time-standing bug, that prevents bluefish from saving the
       maximization state, if people quit with File > Quit.
   * debian/patches/05_fix_449288_hlt_pattern_dialog.dpatch: Added.
     - Fixes the empty highlighting pattern dialog (closes: #449288). Thanks to
       Jim Hayward for the patch.
   * debian/patches/00list: Adjusted.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Tue, 05 Feb 2008 03:03:47 +0100

2007

bluefish (1.0.7-3) unstable; urgency=low

   * debian/bluefish.menu (section): Fixed to be compliant to the latest menu
     policy.
   * debian/bluefish.postrm: Removed. Replaced by debhelper script calls.
   * debian/bluefish.postinst: Ditto.
   * debian/compat: Raised to compat level 5.
   * debian/control: Homepage field transition.
     (Build-Depends): Raised debhelper version dependency.
     (Uploaders): Removed Leo, because I'm sponsored by someone else for some
     time now.
     (Suggests): Removed php4-cli and replaced mozilla with iceape | iceweasel.
   * debian/rules (binary-arch): Added calls to dh_installmime and dh_desktop
     to create postinst/postrm stuff automatically.
   * debian/watch: Added watch file.
   * debian/README.Debian: Added instructions, how to update filetype pattern.
   * debian/patches/03_latest_highlighting_pattern.dpatch: Added.
     - Update the filetypes list and the highlighting pattern to latest
       upstream version.
   * debian/patches/90_manpage_update.dpatch: Added.
     - Fix the manpage-has-useless-whatis-entry lintian warning and improve it
       slightly (copied from upstream CVS).
   * debian/patches/91_desktop_file_validity.dpatch: Added.
     - Make the .desktop files compliant with the latest freedesktop.org
       policy.
   * debian/patches/99_fix_436599_handle_nostrip.dpatch: Added.
     - Handle the nostrip build option (closes: #436599).
   * debian/patches/00list: Adjusted.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Wed, 26 Sep 2007 21:43:03 +0200

bluefish (1.0.7-2) unstable; urgency=low

   * debian/rules (clean): Fixed debian-rules-ignores-make-clean-error lintian
     warning.
   * debian/patches/02_431023_fix_segfault_in_aspell.dpatch: Added.
     - src/bfspell.c: Turn off the `Add( word)' button to prevent bluefish
       crashing (closes: #431023).

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Thu, 12 Jul 2007 13:22:40 +0200

2006

bluefish (1.0.7-1) unstable; urgency=medium

   * New upstream release 1.0.7.
     - Fixes an issue where Bluefish would segfault if trying to save from a
       clean install (closes: #396735).
     - Fixes the MIME type icon name.
     - Fixes Tcl highlighting pattern.
     Get more information about fixes and improvements from
     /usr/share/doc/bluefish/changelog.gz.
 
   [ Daniel Leidert ]
   * debian/patches/02_fix_396095.dpatch: Removed. Fixed upstream.
   * debian/patches/10_fix_mime_icon_name.dpatch: Ditto.
   * debian/patches/11_fix_tcl_highlighting.dpatch: Ditto.
   * debian/patches/00list: Adjusted.
   * debian/changelog: Fixed the bug-number in Steinars NMU entry.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Sat, 18 Nov 2006 02:44:39 +0100

bluefish (1.0.6-2) UNRELEASED; urgency=medium

   [ Daniel Leidert ]
   * debian/patches/10_fix_mime_icon_name.dpatch: Added.
     - data/Makefile.in: Fix the name of the icon for the
       application/bluefish-project MIME type.
     - data/bluefish.keys (icon_filename): Ditto.
   * debian/patches/11_fix_tcl_highlighting.dpatch: Added.
     - data/highlighting.in (Tcl, tcl): Fixed Tcl highlighting.
   * Putting urgency to medium for Etch.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Mon, 2 Oct 2006 15:23:50 +0200

bluefish (1.0.6-1.1) unstable; urgency=medium

   * Non-maintainer upload.
   * 02_fix_396095.dpatch: Fix an issue where Bluefish would segfault if trying
     to save from a clean install; patch from upstream CVS. (Closes: #396735)

 -- Steinar H. Gunderson <sesse@debian.org>  Sun, 12 Nov 2006 16:53:32 +0100

bluefish (1.0.6-1) unstable; urgency=low

   * New upstream release 1.0.6.
     - Fixes a crash, that could occur when using the "Dialog" button for a
       reference when the reference title is selected (closes Malone #55256).
     - Fixes the behaviour of the filebrowser, where clicking in folder
       browser did not draw new selection bar until a file from that folder was
       loaded (closes Malone #45927).
     Get more information about fixes and improvements from
     /usr/share/doc/bluefish/changelog.gz.
 
   [ Daniel Leidert ]
   * debian/control (Standards-Version): Changed to latest standards version
     3.7.2 (no further changes necessary).
   * debian/bluefish.dirs: Removed. Not necessary.
   * debian/bluefish.docs: Added README.
   * debian/README.Debian: Removed stuff, that is in bluefish's README.
   * debian/patches/10_upstream_fix_smart_cursor_pos_bug.dpatch: Dropped. It
     was a patch backported from upstreams CVS. It is already inluded in this
     upstream release.
   * debian/patches/11_upstream_fix_bf_icon_display_bug.dpatch: Ditto.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Tue, 26 Sep 2006 16:52:07 +0200

bluefish (1.0.5-2) unstable; urgency=low

   * Fix small bug in patch 11_upstream_fix_bf_icon_display_bug.dpatch
     (corrected by Daniel, only packaged by me)

 -- Leo Costela <costela@debian.org>  Thu, 09 Feb 2006 23:20:58 -0200

bluefish (1.0.5-1) unstable; urgency=high

   * New upstream release 1.0.5 (closes: #349584).
   * debian/NEWS: Inform about updated highlighting pattern.
   * debian/README.Debian: Fixed explanation. Added information from upstream
     README and TODO.
   * debian/bluefish.docs: Do not longer install upstream README and TODO.
     Important information from these files was added to README.Debian.
   * debian/bluefish.1, debian/bluefish.manpages: The manpage is now installed
     via upstream source.
   * debian/rules: Removed call to dh_installman.
   * debian/control: Added gnome-bin to suggested packages (which contains
     /usr/bin/gnome-moz-remote) and php5-cli. Fixed a minor typo in the
     description.
   * debian/control, debian/rules: Add everything necessary to use dpatch.
   * debian/patches/01_ubuntu_desktop_fix.dpatch: Contains the fix that removes
     the absolute icon path for the .desktop files (Ubuntu patch).
   * debian/patches/10_upstream_fix_smart_cursor_pos_bug.dpatch: Fix a bug in
     the smart cursor positioning discovered after the release.
   * debian/patches/11_upstream_fix_bf_icon_display_bug.dpatch: Fix a bug where
     the Bluefish icon was not displayed if the splash screen was disabled
     (also discovered after release).
   * debian/patches/00list: Apply patches 10_upstream_fix_smart_cursor_pos_bug
     and 11_upstream_fix_bf_icon_display_bug for Debian.
   * (Leo "Costela" Antunes) merge -2 and -1 revisions to make sure it won't
     ignore the new source. The original -1 revision didn't get uploaded.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Sun, 5 Feb 2006 12:03:54 +0100

bluefish (1.0.4-2) unstable; urgency=low

   * src/bfspell.c (spell_start): Fix crash when using spellcheck function
     (closes: #340768).
   * src/quickstart.c (quickstart_meta_page_create): Fix crash when trying to
     open Quickstart dialog using libgtk2.0-0 >= 2.8.9 (closes: #344435).
   * data/highlighing.in: Fix UTF-8 character problem with fancy coloring
     (closes: #347960).
   * data/highlighting.in: Fixing more issues reported to upstream.
   * data/custom_menu.in, custom_menu.de.in, custom_menu.fr.in: Fix issues
     reported to upstream.
   * debian/copyright: Update file content and FSF address (fixes a lintian
     warning).

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Mon, 16 Jan 2006 23:16:27 +0100

2005

bluefish (1.0.4-1) unstable; urgency=low

   * New upstream version 1.0.4.
   * Fixing packaging issues to avoid reject reasons.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Mon, 29 Aug 2005 22:58:41 +0200

bluefish (1.0.3-1) unstable; urgency=low

   * New maintainer (closes: #322091).
   * Acknowledge NMU, thanks Leo (closes: #295536, #313674, #308849, #317239).
   * New upstream version 1.0.3 (closes: #249639, #185158).
   * A few fixes for the packaging files.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Tue, 23 Aug 2005 03:02:29 +0200

bluefish (1.0.2-0.1) unstable; urgency=low

   * NMU
   * New upstream version (closes: #317239)
   * Upstraam fixes:
   	- Translations updated (closes: #308849, #313674)
   	- Browse Project crash (closes: #295536)

 -- Leo Costela <costela@debian.org>  Wed, 03 Aug 2005 17:06:46 -0300

bluefish (1.0-1) unstable; urgency=medium

   * Acknowledge NMU, thanks Leo; closes: #291222.
   * Updated debian/ files, thanks Daniel Leidert.

 -- Davide Puricelli (evo) <evo@debian.org>  Sat, 23 Apr 2005 17:05:18 +0200

bluefish (1.0-0.1) unstable; urgency=high

   * NMU
   * New upstream release
   * Added --disable-update-databases to configure options

 -- Leo Costela <costela@debian.org>  Wed, 26 Jan 2005 09:51:25 -0300

2004

bluefish (0.13-1) unstable; urgency=high

   * Last upload before sarge (hopefully).
   * Acknowledge NMU, thanks Leo; closes: #243784.
   * Enhanced debian/rules.

 -- Davide Puricelli (evo) <evo@debian.org>  Fri, 20 Aug 2004 18:15:38 +0200

bluefish (0.13-0.1) unstable; urgency=low

   * NMU (sorry Evo, my bug report stood for 85 days without answer)
   * New upstream version. closes: #243784.

 -- Leo Costela <costela@debian.org>  Fri, 09 Jul 2004 16:31:30 -0300

2003

bluefish (0.12-1) unstable; urgency=low

   * New upstream version.
   * Enhanced extended description; closes: #214941.

 -- Davide Puricelli (evo) <evo@debian.org>  Mon, 22 Dec 2003 15:04:47 +0100

bluefish (0.11-1) unstable; urgency=low

   * New upstream version, closes: #204201.
   * Fixed a segfault on tab switching, closes: #181789.
   * Fixed a segfault on editing php files, closes: #186223.
   * Updated it.po, closes: #192044, #200225. Thanks Stefano Canepa!

 -- Davide Puricelli (evo) <evo@debian.org>  Fri, 5 Sep 2003 15:02:22 +0200

bluefish (0.9-1) unstable; urgency=low

   * New upstream version; closes: #181560.
   * Added an option that let you decide to have meta author tag
     changed on saving or not; closes: #180111.
   * Fixed a wrong behaviour on inserting images and thumbnails;
     closes: #174445.
   * Added a Gnome2 menu entry: closes: #173864.
   * Fixed Debian menu entry to be standard; closes: #179451.

 -- Davide Puricelli (evo) <evo@debian.org>  Tue, 18 Feb 2003 15:16:19 +0100

2002

bluefish (0.8-1) unstable; urgency=low

   * New upstream version (now bluefish uses gtk2, cool!).
   * Now Menu hotkeys are working in the right way; closes: #173028.

 -- Davide Puricelli (evo) <evo@debian.org>  Fri, 4 Oct 2002 23:14:20 +0200

bluefish (0.7-2) unstable; urgency=low

   * debian/control: Build-Depends on gdk-imlib1-dev; closes: #159820.

 -- Davide Puricelli (evo) <evo@debian.org>  Sat, 7 Sep 2002 12:58:33 +0200

2001

bluefish (0.7-1) unstable; urgency=low

   * New upstream version.

 -- Davide Puricelli (evo) <evo@debian.org>  Tue, 20 Nov 2001 18:59:52 +0100

bluefish (0.6.1.20010708-2) unstable; urgency=low

   * Fixed manpage path; closes: #106553.

 -- Davide Puricelli (evo) <evo@debian.org>  Sat, 1 Sep 2001 12:40:46 +0200

bluefish (0.6.1.20010708-1) unstable; urgency=high

   * CVS sync as of 2001-07-08, closes: #105039.

 -- Davide Puricelli (evo) <evo@debian.org>  Sat, 14 Jul 2001 20:41:34 +0200

bluefish (0.6.1-3) unstable; urgency=high

   * Fixed Build-Depends: closes: #93960.

 -- Davide Puricelli (evo) <evo@debian.org>  Sat, 14 Apr 2001 14:25:49 +0200

bluefish (0.6.1-2) unstable; urgency=high

   * Depends on libgtk1.2 (>= 1.2.10-1); closes: #92210.

 -- Davide Puricelli (evo) <evo@debian.org>  Tue, 10 Apr 2001 19:40:00 +0200

2000

bluefish (0.6.1-1) unstable; urgency=low

   * New upstream version.

 -- Davide Puricelli (evo) <evo@debian.org>  Fri, 29 Dec 2000 22:07:42 +0100

bluefish (0.6-0.cvs20001121.1) unstable; urgency=low

   * Fixed debian/rules; closes: #77879

 -- Davide Puricelli (evo) <evo@debian.org>  Fri, 24 Nov 2000 13:36:57 +0100

bluefish (0.6-0.cvs20001121) unstable; urgency=low

   * CVS version (21st November 2000); closes: #72760.
   * Rewrote debian/rules.

 -- Davide Puricelli (evo) <evo@debian.org>  Tue, 21 Nov 2000 13:34:36 +0100

bluefish (0.5-3) unstable; urgency=low

   * Removed stupid depends on xlib6 and libc5; closes: #77512.

 -- Davide Puricelli (evo) <evo@debian.org>  Mon, 20 Nov 2000 19:39:57 +0100

bluefish (0.5-2) unstable; urgency=low

   * New maintainer release. (closes: #77042)

 -- Davide Puricelli (evo) <evo@debian.org>  Sat, 18 Nov 2000 18:34:24 +0100

bluefish (0.5-1) unstable; urgency=low

   * New upstream release
   * debian/copyright: Updated download location.
   * debian/rules: enable internal preview
   * debian/control: updated build dependencies
   * debian/rules, src/Makefile.in: implement debug/nostrip build options
   * debian/control: standards-version 3.2.0
   * debian/rules [clean-build]: remove gmo files

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Wed, 23 Aug 2000 22:38:57 +0300

bluefish (0.4-1) unstable; urgency=low

   * New upstream release

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sun, 14 May 2000 17:16:16 +0300

bluefish (0.3.99.12-1) unstable; urgency=low

   * New upstream release

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Mon, 8 May 2000 22:07:11 +0300

bluefish (0.3.99.9-1) unstable; urgency=low

   * New upstream release
   * debian/rules, Makefile.in: parametrize /usr/share/pixmaps

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Wed, 12 Apr 2000 16:58:37 +0300

bluefish (0.3.6-1) unstable; urgency=low

   * New upstream release.
   * debian/bluefish.1: Removed.
   * debian/rules: Remove installation of manual page (nowadays installed
     by upstream makefiles).
   * debian/rules: Enable NLS support.
   * debian/rules: Precreate man1dir, though, and override it in upstream
     Makefile.
   * debian/rules: Recompress manpage to get -9 compression.
   * debian/copyright: Updated.
   * debian/control: Updated.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Mon, 6 Mar 2000 11:06:36 +0200

bluefish (0.3.5-1) unstable; urgency=low

   * New upstream release.
   * debian/bluefish.1: New file.
   * debian/rules: Install the manual page.
   * debian/rules: Disable NLS support, as it does not work yet.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Fri, 14 Jan 2000 13:27:35 +0200

1999

bluefish (0.3.4-2) unstable; urgency=low

   * debian/control [Build-Depends]: Folding is not
     allowed in Build-Depends.  I wonder what for.
     Closes: #51628.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Tue, 30 Nov 1999 17:39:33 +0200

bluefish (0.3.4-1) unstable; urgency=low

   * New upstream release.
   * debian/control [Standards-Version]: 3.1.1.
       + debian/control [Build-Depends]: Added.
       + debian/rules [debian/build-depends.stamp]: Removed.
       + debian/check-sourcedeps: Removed.
   * debian/copyright: Updated download URL.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Thu, 18 Nov 1999 23:26:46 +0200

bluefish (0.3.3a-1) unstable; urgency=low

   * New public upstream release.
       + Fixes an alpha compilation problem, closes: Bug#45747.
   * src/interface.c: Undo the previous patch, bug fixed differently
     in upstream source.
   * debian/copyright: Updated download URL and GPL location.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sun, 10 Oct 1999 22:59:26 +0300

bluefish (0.3.2.99.8-1) local; urgency=low

   * New upstream prerelease (0.3.3pre8).   This version will not be published.
       + Fixes alpha compilation problem (Bug#45747)
   * src/interface.c: Fixed a core dump by checking for null pointer on lines
     580, 582 and 584.  Patch sent to upstream.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sun, 3 Oct 1999 15:47:27 +0300

bluefish (0.3.2-3) unstable; urgency=low

   * debian/rules:
       + Use --with-install-location with ./configure
       + make install in the source root and not in src/
       + specify install_location=... with make install
     Closes: #45351.
   * debian/rules: Modernized
       + Factorize install into its own variable.
       + Don't use install_zipped
       + Use stamp files.
       + Don't test for rootness.
       + Add a default target.
       + Split the clean target into clean-{build,binary}.
       + Move the ./configure call to its own target.
       + Remove $(rootdir) at the start of the binary targets.
   * debian/{prerm,postinst,rules}: Implement the /usr/doc transition method.
   * Makefile.in: Added a install_location variable, with default from ./configure.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Fri, 17 Sep 1999 17:02:36 +0300

bluefish (0.3.2-2) unstable; urgency=low

   * Removed the compatibility symlink for /usr/doc,
     as it didn't work right in upgrades.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Fri, 30 Jul 1999 15:20:05 +0300

bluefish (0.3.2-1) unstable; urgency=low

   * New upstream release
   * Added a compatibility symlink for the /usr/doc transition,
     for now.  I will implement the real transition method,
     when one is chosen, don't worry.
   * debian/rules: Remove the hacks for bluefish.inst, since
     upstream no longer uses it (it's implemented in the main
     executable now).

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Sat, 10 Jul 1999 14:44:06 +0300

bluefish (0.3.1-3) unstable; urgency=low

   * Policy 3.0.0.0.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Wed, 7 Jul 1999 20:53:25 +0300

bluefish (0.3.1-2) unstable; urgency=low

   * Upstream has now a configuration system
     for specifying the www browser.  So, we
     can suggest www-browser.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Mon, 28 Jun 1999 03:14:32 +0300

bluefish (0.3.1-1) unstable; urgency=low

   * New upstream version.
   * debian/rules: Updated to match the slighly changed installation procedure.
   * Improved the source dependency check:
        + debian/check-sourcedeps: New file.
        + debian/rules: Updated to use that new file.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Mon, 28 Jun 1999 01:46:38 +0300

bluefish (0.3.0-1) unstable; urgency=low

   * Initial packaging.

 -- Antti-Juhani Kaijanaho <ajk@debian.org>  Thu, 24 Jun 1999 19:34:46 +0300