André Filipe de Assunção e Brito
Sergei Astanin
Kevin Vigor
+ James Noyes
-2003-04-15 [paul] 0.8.11claws95
+2003-04-17 [paul] 0.8.11claws96
- * sync with 0.8.11cvs27
+ * src/prefs_common.h
+ use gulong for P_COLOR so that it compiles/runs on
+ 64-bit systems. Patch submitted by James Noyes
+ <jnoyes-claws@retrogeeks.com>
+
+ * po/de.po
+ updated by Jens
+
+2003-04-17 [paul] 0.8.11claws95
+
+ * sync with 0.8.11cvs26
see ChangeLog 2003-04-16
2003-04-15 [paul] 0.8.11claws94
MICRO_VERSION=11
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=claws95
+EXTRA_VERSION=claws96
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target
gboolean enable_aspell;
gchar *aspell_path;
gchar *dictionary;
- gint misspelled_col;
+ gulong misspelled_col;
gint aspell_sugmode;
gboolean check_while_typing;
gboolean use_alternate;
/* Message */
gboolean enable_color;
- gint quote_level1_col;
- gint quote_level2_col;
- gint quote_level3_col;
- gint uri_col;
- gint tgt_folder_col;
- gint signature_col;
+ gulong quote_level1_col;
+ gulong quote_level2_col;
+ gulong quote_level3_col;
+ gulong uri_col;
+ gulong tgt_folder_col;
+ gulong signature_col;
gboolean recycle_quote_colors;
gboolean conv_mb_alnum;
gboolean display_header_pane;
gboolean work_offline;
gint summary_quicksearch_type;
- gint color_new;
+ gulong color_new;
};
extern PrefsCommon prefs_common;