+2002-02-17 [melvin] 0.7.1claws10
+
+ * acconfig.h
+ * configure.in
+ Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
+ * src/prefs_common.c
+ Pspell data package directory no more hard coded but
+ set during configuration (PSPELL_PATH). (Thanks to
+ Gustavo Noronha Silva.)
+
2002-02-17 [melvin] 0.7.1claws9
* src/gtkspell.c
/* Define if you use PSPELL to support spell checking */
#undef USE_PSPELL
+/* Define PSPELL's default directory */
+#undef PSPELL_PATH
+
/* Define if you use OpenSSL to support SSL */
#undef USE_SSL
#undef CLAWS
#undef PACKAGE_DATA_DIR
-
-/* Has ispell path */
-#undef ISPELL_PATH
{"enable_pspell", "TRUE", &prefs_common.enable_pspell,
P_BOOL, &spelling.checkbtn_enable_pspell,
prefs_set_data_from_toggle, prefs_set_toggle},
- {"pspell_path", "/usr/local/share/pspell/", &prefs_common.pspell_path,
+ {"pspell_path", PSPELL_PATH, &prefs_common.pspell_path,
P_STRING, &spelling.entry_pspell_path,
prefs_set_data_from_entry, prefs_set_entry},
{"dictionary", "", &prefs_common.dictionary,