~ubuntu-branches/ubuntu/oneiric/bluefish/oneiric

« back to all changes in this revision

Viewing changes to src/filefilter.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale)
  • Date: 2010-09-16 23:39:11 UTC
  • mfrom: (1.1.7 upstream) (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100916233911-u5voubigxlr8e8kt
Tags: 2.0.2-1
* New upstream release.
  - Fixes several crashes.
  - Fixes for the GUI.
  - Fixes syntax highlighting.
  - Updates to Russion, Ukrainian and Danish translation.
  ... more at <URL:http://bluefish.openoffice.nl/#bluefish_2_0_2>.
* debian/control (Vcs-Browser): Point to the trunk dir.
  (Standards-Version): Bumped to 3.9.1.
* debian/rules (clean): Remove config.* files to clean diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *
6
6
 * This program is free software; you can redistribute it and/or modify
7
7
 * it under the terms of the GNU General Public License as published by
8
 
 * the Free Software Foundation; either version 2 of the License, or
 
8
 * the Free Software Foundation; either version 3 of the License, or
9
9
 * (at your option) any later version.
10
10
 *
11
11
 * This program is distributed in the hope that it will be useful,
14
14
 * GNU General Public License for more details.
15
15
 *
16
16
 * You should have received a copy of the GNU General Public License
17
 
 * along with this program; if not, write to the Free Software
18
 
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
17
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
18
 */
20
19
 
21
20
/* #define DEBUG */