[Winpt-commits] r189 - trunk/Include

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Mar 27 12:05:05 CEST 2006


Author: twoaday
Date: 2006-03-27 12:05:04 +0200 (Mon, 27 Mar 2006)
New Revision: 189

Modified:
   trunk/Include/wptErrors.h
   trunk/Include/wptUtil.h
   trunk/Include/wptVersion.h
Log:
2006-03-26  Timo Schulz  <ts at g10code.de>
 
        * wptSigTreeDlg.cpp (sigtree_load): Always use UTF8.
        * wptMainProc.cpp (winpt_main_proc): Reload key cache
        when the GPG settings were changed.
        * wptKeygenDlg.cpp (keygen_wizard_dlg_proc,
        keygen_dlg_proc): Improved check for the email address.
        * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Likewise.
        * wptKeyserverDlg.cpp (keyserver_dlg_proc): Modified design.
         



Modified: trunk/Include/wptErrors.h
===================================================================
--- trunk/Include/wptErrors.h	2006-03-22 12:39:02 UTC (rev 188)
+++ trunk/Include/wptErrors.h	2006-03-27 10:05:04 UTC (rev 189)
@@ -76,7 +76,6 @@
 void debug_end (void);
 const char * winpt_strerror (int errid);
 void winpt_errmsg (const char * name, int is_file);
-void winpt_debug_msg (void);
 void debug_box (const char * msg, const char * file, int line);
 void debug_f (const char * msg, const char * file, int line);
 void log_debug (const char * format, ...);

Modified: trunk/Include/wptUtil.h
===================================================================
--- trunk/Include/wptUtil.h	2006-03-22 12:39:02 UTC (rev 188)
+++ trunk/Include/wptUtil.h	2006-03-27 10:05:04 UTC (rev 189)
@@ -1,17 +1,10 @@
 #ifndef WPT_UTIL_H
 #define WPT_UTIL_H
 
-#ifdef __cplusplus
-extern "C"  {
-#endif
-
 /* helpers */
 char* strsep (char **stringp, const char *delim);
 const char *stristr (const char *buf, const char *sub);
+int check_email_address (const char *email);
 
-#ifdef __cplusplus
-}
-#endif
 
 #endif
-

Modified: trunk/Include/wptVersion.h
===================================================================
--- trunk/Include/wptVersion.h	2006-03-22 12:39:02 UTC (rev 188)
+++ trunk/Include/wptVersion.h	2006-03-27 10:05:04 UTC (rev 189)
@@ -38,7 +38,7 @@
 extern HWND glob_hwnd;		/* Global HWND for tray window */
 extern HWND activ_hwnd;		/* Active window HWND (dialog) */
 extern int debug;		/* Global debug mode */
-extern int mobile;		/* Mobile mode activated? */
+extern int mobile_mode_active; 	/* Mobile mode activated? */
 extern int scard_support;	/* Smartcard support available? */
 extern int gpg_read_only;	/* GPG read-only keyring access? */
 



More information about the Winpt-commits mailing list