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.
12 lines
275 B
Text
12 lines
275 B
Text
$NetBSD: patch-aa,v 1.11 2006/02/05 19:45:10 adam Exp $
|
|
|
|
--- src/document.c.orig 2006-01-29 21:33:52.000000000 +0100
|
|
+++ src/document.c
|
|
@@ -27,6 +27,7 @@
|
|
*/
|
|
#ifdef PLATFORM_SOLARIS
|
|
#define _POSIX_C_SOURCE 200312L
|
|
+#define __EXTENSIONS__ 1
|
|
#endif
|
|
|
|
#include <gtk/gtk.h>
|