3243b5de06
- New translations: Basque, Slovak - Updated translations: Chinese, French, German, Italian, Japanese, Polish, Portuguese, Spanish, Swedish - Fixes a critical feature bug in the Undo/Redo function, which can lead to data loss. - Man-pages are now installed by default in every distribution not only Debian. - Improves behaviour of font drop down list. - Improves the "Link to stylesheet" dialog. - Makes the splash screen a runtime user option. - Fixes the untitled windows issue, when starting bluefish several times using the -n option. - Fixes and updates to C, ChangeLog, CSS, SQL, Perl and PHP highlighting patterns. - Fixes an issue where the "Highlight Syntax" menu entry could show a wrong state. - Fixes a crash in the spellcheck dialog. - Fixes for the quickstart dialog, especially a crash observed with GTK >= 2.8. - Fixes for the find dialog. So choosing "Bookmark results" does not longer lead to a search in the whole document even if "Search selection" is used. - Fixes the moving replace dialog. - Fixes and improvements for the PCRE UTF-8 support. - Fixes an inconsistency in the analysis of LC_MESSAGES and LANG leading to menus in different languages. - Fixes and language additions for GNOME 2.12 (and above) integration and the menu tooltip. - Fixes for the <link>, <meta> and <http-equiv> dialogs. - Fixes for the custom menu. - We do not longer ship the Debian packaging files with the source.
14 lines
389 B
Text
14 lines
389 B
Text
$NetBSD: patch-ab,v 1.9 2006/02/05 19:45:10 adam Exp $
|
|
|
|
--- src/highlight.c.orig 2005-12-10 11:22:41.000000000 +0100
|
|
+++ src/highlight.c
|
|
@@ -218,6 +218,9 @@ static gboolean my_own_iter_forward_to_t
|
|
}
|
|
return FALSE;
|
|
}
|
|
+#else
|
|
+/* The result of this macro will not be used at all. */
|
|
+# define get_metaname_from_tag() "(get_metaname_from_tag)"
|
|
#endif /* DEBUG */
|
|
|
|
#ifdef HL_PROFILING
|