Commit graph

20 commits

Author SHA1 Message Date
Colin Leroy
27c23aa0ce warning fixes 2002-12-09 09:46:39 +00:00
Colin Leroy
1427df95d0 moved ssl_certificate.[ch] to common 2002-12-09 09:05:48 +00:00
Colin Leroy
bb9cb53236 hook for certificate acception 2002-12-09 08:54:56 +00:00
Christoph Hohmann
3bf2e89722 0.8.6claws82
* src/about.c
* src/addr_compl.c
* src/codeconv.c
* src/manual.c
* src/undo.c
* src/common/utils.c
        o add missing includes
        o fix warnings
* src/.cvsignore
* src/common/.cvsignore
* src/common/version.h          ** REMOVE **
        remove autogenerated file
2002-12-08 16:32:17 +00:00
Christoph Hohmann
ef85765076 0.8.6claws77
* src/folderview.c
* src/statusbar.c
* src/summaryview.c
* src/common/hooks.[ch]
        hook functions now have a gboolean return value, if a hook
        returns TRUE it will stop executing of any more hooks in
        the same hooklist for this invokation
2002-12-08 14:35:05 +00:00
Christoph Hohmann
91e8ab0aaf 0.8.6claws75
* src/Makefile.am
* src/about.c
* src/account.c
* src/crash.c
* src/esmtp.h
* src/imap.[ch]
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/news.c
* src/pop.[ch]
* src/prefs_account.[ch]
* src/prefs_common.[ch]
* src/send.[ch]
* src/smtp.[ch]
* src/ssl_certificate.[ch]
* src/ssl_manager.[ch]
* src/common/Makefile.am
* src/common/log.c
* src/common/nntp.[ch]
* src/common/socket.[ch]
* src/common/ssl.[ch]
* src/gtk/sslcertwindow.c
* ac/openssl.m4
        use new autoconf script to detect OpenSSL with extra parameters
        to specify the location of libs and includes, also remove USE_SSL
        to USE_OPENSSL

* src/common/sylpheed.[ch]
* src/common/version.h.in
        start seperation of common code initialization seperated from gui

last commit did not work without this, so here is the rest
2002-12-08 13:52:10 +00:00
Colin Leroy
53d1e73e38 add hook for statusbar logging 2002-12-08 11:37:28 +00:00
Christoph Hohmann
cd31a61dd9 0.8.6claws70
* src/Makefile.am
* src/nntp.[ch]                 ** REMOVE **
* src/common/Makefile.am
* src/common/nntp.[ch]          ** NEW **
        move nntp files to common directory
2002-12-07 14:48:14 +00:00
Christoph Hohmann
83b5a1f5ff 0.8.6claws67
* src/Makefile.am
* src/template.[ch]             ** REMOVE **
* src/common/Makefile.am
* src/common/template.[ch]      ** NEW **
        move template files to common directory

* src/nntp.c
        add missing log.h include
2002-12-06 22:38:13 +00:00
Colin Leroy
9d79c1cc8a Don't modify original search_string or it'll change
the next iterations in the for()
2002-12-05 11:34:13 +00:00
Darko Koruga
a8bcda5e67 Proper check for filtering commands, found by Colin. 2002-12-05 11:06:29 +00:00
Darko Koruga
0c50c0a40a Proper check for NULL string, found by Colin. 2002-12-05 10:46:56 +00:00
Darko Koruga
e6dd47a7c9 Allow Mutt-like patterns in quick search. 2002-12-05 10:31:11 +00:00
Christoph Hohmann
5c438dc0e8 0.8.6claws56
* src/Makefile.am
* src/md5.[ch]                  ** REMOVE **
* srm/common/Makefile.am
* src/common/md5.[ch]           ** NEW **
        move md5 files to common directory

* src/gtkstext.c
        remove not required #include
2002-12-03 20:27:39 +00:00
Christoph Hohmann
fdb9d170d3 0.8.6claws51
* src/logwindow.[ch]
* src/common/log.[ch]
        implement logging using a hook function

* src/folderview.c
* src/folder.[ch]
        define hooklist name in header file to avoid
        errors caused by wrong spelling of hooklist names

* src/toolbar.c
        fix warnings
2002-12-02 23:06:13 +00:00
Christoph Hohmann
22f28723c5 0.8.6claws50
* src/common/Makefile.am
        add src/common/hooks.[ch]

* src/common/hooks.[ch]
        implement a simple hook system using glib's hook functions

* src/folder.[ch]
* src/folderview.c
        use new hook system for folder item updates
2002-12-02 21:50:19 +00:00
Christoph Hohmann
6aa3d40bc0 0.8.6claws49
* doc-src/ui_seperation.txt     ** NEW **
        information for ui seperation

* src/Makefile.am
        remove files that were moved to common
        include common directory by default for the header files

* src/inc.c
* src/common/socket.c
* src/automaton.[ch]
        implement automaton using g_io_*-functions instead of
        gdk_input_add to make it ui independent

* src/codeconv.c
* src/compose.c
* src/ldif.c
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/smtp.c
* src/unmime.c
        remove common/ prefix because directory is now in
        include path

* src/compose.c
* src/folder.c
* src/folderview.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_common.c
* src/procmsg.c
* src/rfc2015.c
        fix warnings

* src/imap.c
* src/inc.c
* src/news.c
* src/pop.c
* src/send.c
* src/smtp.c
* src/ssl_certificate.c
        add log.h header file for logging functions

* src/main.c
* src/common/utils.c
* src/summaryview.c
* src/xml.c
        o move debug_mode to commno/utils.c
        o add functions to set and get debug_mode

* src/defs.h                    ** REMOVE **
* src/intl.h                    ** REMOVE **
* src/socket.[ch]               ** REMOVE **
* src/ssl.[ch]                  ** REMOVE **
* src/utils.[ch]                ** REMOVE **
        replaced by new files in src/common/

* src/common/Makefile.am
        add new files in src/common/

* src/common/defs.h             ** NEW **
* src/common/intl.h             ** NEW **
* src/common/log.[ch]           ** NEW **
* src/common/socket.[ch]        ** NEW **
* src/common/ssl.[ch]           ** NEW **
* src/common/utils.[ch]         ** NEW **
        replacement for files in src/
2002-12-02 17:41:39 +00:00
Christoph Hohmann
9838169a98 0.8.6claws43
* src/Makefile.am
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/uuencode.[ch]             ** REMOVED **
* src/common/Makefile.am
* src/common/uuencode.[ch]      ** NEW **
        move uuen/decoder to common directory
2002-11-30 20:00:26 +00:00
Christoph Hohmann
2883f69ead 0.8.6claws42
* src/Makefile.am
* src/base64.[ch]
* src/codeconv.c
* src/compose.c
* src/ldif.c
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/smtp.c
* src/unmime.c
* src/common/Makefile.am
* src/common/base64.[ch]
        move base64 en/decoder to common directory
2002-11-30 19:28:53 +00:00
Christoph Hohmann
cfd60223b5 0.8.6claws41
* src/common                    ** NEW **
        new directory for UI independent code
* src/gtk                       ** NEW **
        new directory for GTK frontend
* src/common/.cvsignore         ** NEW **
* src/gtk/.cvsignore            ** NEW **
        ignore build files
* src/common/Makefile.am        ** NEW **
* src/gtk/Makefile.am           ** NEW **
        automake files to build new seperated stuff
* src/Makefile.am
        the binary will currently still be build with the
        files in src, so we include the code from the
        subdirs for now after building the libs there
2002-11-30 17:26:51 +00:00