Commit graph

19 commits

Author SHA1 Message Date
Alfons Hoogervorst
49979a8b38 * src/crash.c
change bug tracker URL to bugzilla URL
2003-01-19 16:28:29 +00:00
Alfons Hoogervorst
43deed397a suggestion for doxygen commenting style 2002-12-31 10:45:07 +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
Christoph Hohmann
365334c5d7 0.8.5claws173
* src/crash.c
* src/filtering.c
* src/logwindow.c
* src/main.c
* src/matcher_parser_lex.[hl]
* src/mbox.c
* src/mbox_folder.[ch]
* src/prefs_filtering.c
* src/procheader.c
* src/quote_fmt_lex.l
* src/ssl.c
        fix all warnings except the warnings in lex and yacc files
2002-11-21 00:54:52 +00:00
Alfons Hoogervorst
1a811f3bce * src/crash.c
very minor cleanups: nothing to see here, move on. :-)
2002-11-05 22:15:28 +00:00
Colin Leroy
8e9458ad22 * src/compose.[ch]
add compose_draft()
        * src/crash.c
                add SIGTERM handler
        * src/main.[ch]
                add clean_quit() for the SIGTERM handler
2002-11-05 15:55:32 +00:00
Christoph Hohmann
2df0a75cdb * major code cleanup (part 2)
- unused variables removed
        - unused functions removed
        - uninitialized variables checked
        - missing return statements added
        - missing function return types added
        - added parentheses around assignment
	  when suggested by gcc
2002-09-29 13:43:33 +00:00
Alfons Hoogervorst
da0b28f963 * acconfig.h
* configure.in
* src/crash.c
	enable crash dialog on compilation time
	(--enable-crash-dialog configure option)
2002-08-30 22:53:25 +00:00
Melvin Hadasht
1535fa78e6 merged GNU_aspell_branch 2002-08-28 13:04:15 +00:00
Martin Schaaf
7790f46d7b added kill command to debuggerrc 2002-08-26 19:17:09 +00:00
Alfons Hoogervorst
77c0605fa5 * src/main.c
make get_socket_name() public for crash.c
* src/crash.c
	o make report bug button work (goes to claws'
	  bug tracker at sf.net)
	o introduce function for doing important stuff just
	  before claws goes down
	o clean up code
2002-08-23 21:58:53 +00:00
Alfons Hoogervorst
06e6c57e84 use bt instead of bt full which seems to work
better, and bt full doesn't give a great deal
of information anyway
2002-08-21 18:12:47 +00:00
Alfons Hoogervorst
8e35936714 use execvp() correctly (suggested by wwp; thanks!) 2002-08-16 18:42:45 +00:00
Alfons Hoogervorst
424d811e8b * src/main.c
add global var that has the full argv[0]
* src/crash.c
	o execvp the correct sylpheed by using argv0
	  and setting the correct work dir
	o other tweaks
2002-08-14 21:51:42 +00:00
Melvin Hadasht
a67bcb7852 Made some debug info not translatable and few code cleanups 2002-08-14 13:15:46 +00:00
Alfons Hoogervorst
ac9745291b save crash log button works; some other minor tweaks 2002-08-13 19:43:47 +00:00
Alfons Hoogervorst
65c23635ae add crash.c to translatable files
bring in Leandro's dialog
2002-08-12 20:20:45 +00:00
Alfons Hoogervorst
8c9fb52c83 clean up some warnings 2002-08-11 21:46:58 +00:00
Alfons Hoogervorst
3fa2b6de95 initial gdb crash handler 2002-08-11 20:36:22 +00:00