Commit graph

474 commits

Author SHA1 Message Date
Colin Leroy
1859d346cf 2005-03-31 [colin] 1.9.6cvs18
* src/news.c
		Fix parsing references
	* src/msgcache.c
		don't put nulls in the references list
	* src/procheader.c
		commit that forgotten file in 1.9.6cvs14
2005-03-31 15:31:13 +00:00
Colin Leroy
816e64e044 2005-03-31 [colin] 1.9.6cvs17
* src/compose.c
		Fix joining of signature separator again.
		Maybe Hiro could put it in main too...
2005-03-31 12:09:11 +00:00
Colin Leroy
4e14e7f8cd 2005-03-31 [colin] 1.9.6cvs16
* src/Makefile.am
	* src/foldersel.c
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/pixmaps/dir-noselect.xpm
		Update foldersel.c (sync from main, patch by Alfons)
2005-03-31 06:35:45 +00:00
Colin Leroy
b0157d5a4c 2005-03-30 [colin] 1.9.6cvs15
* src/imap.c
		Fix handling of imap folders containing [] in
		their name. Thanks to Nahuel Angelinetti for
		the detailed bugreport.
2005-03-30 20:37:20 +00:00
Colin Leroy
cdf8b109e6 this works when switching from LAN to GPRS (different ip, mask, route, dns). 2005-03-30 20:33:48 +00:00
Colin Leroy
648adc4e8f 2005-03-30 [colin] 1.9.6cvs14
* src/common/utils.h
	* src/common/utils.c
	* src/common/defs.h
	* src/matcher.c
	* src/msgcache.c
	* src/news.c
	* src/procmsg.c
	* src/procmsg.h
	* src/quote_fmt_parse.y
	* src/summaryview.c
		Update references system. Patch by Alfons
2005-03-30 20:29:56 +00:00
Colin Leroy
bcfdfaf9b3 2005-03-30 [colin] 1.9.6cvs13
* src/common/socket.c
		Force the glibc to read resolv.conf again when
		it has changed. Should fix issues when changing
		networks on a laptop and not restarting sylpheed.
		(I'll check tomorrow if a similar hack has to be
		done if the route changes).
2005-03-30 16:11:22 +00:00
Paul Mangan
7d98e8c6a7 2005-03-30 [paul] 1.9.6cvs12
partial sync with main:

	* src/action.c
		create_io_dialog(): use user-defined text font
		(thanks to Alfons), and modified its appearance.
	* src/addrgather.c
	* src/addrharvest.c
	* src/browseldap.c
		replace old code
	* src/compose.c
		don't join (presumably) itemized lines on line-wrapping
		fixed wrapping of quote when auto-wrapping is enabled
		compose_destroy(): destroy paned only if it's not
		attached to window. Fixed memory leak of popup menu.
	* src/exphtmldlg.c
	* src/expldifdlg.c
		replace old code
	* src/html.c
	* src/html.h
	* src/importmutt.c
	* src/importpine.c
		replace old code
	* src/main.c
		removed redundant code
	* src/mainwindow.c
		changed 'Code set' (which is rather incorrect)
		in the menu to 'Character encoding'
		main_window_set_widgets(): request size first
		to prevent window size becoming wrong
		fixed remembering of the state of the visibility
		of MessageView
	* src/messageview.c
		changed 'Code set' (which is rather incorrect)
		in the menu to 'Character encoding'
	* src/prefs_common.c
	* src/prefs_common.h
		added an option whether to render HTML as text or not
		added separators to outgoing encoding menu
	* src/procheader.c
		procheader_scan_date_string(): support header
		like: "[Tue,] 01 Feb 2005 09:57[:00]"
	* src/summaryview.c
	* src/summaryview.h
		minor code cleanup
	* src/textview.c
		textview_show_html(): force output of newline
		added an option whether to render HTML as text or not
	* src/common/utils.c
		strncpy2(): optimized based on Alfons' code
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		removed non-used code
	* src/plugins/pgpmime/passphrase.c
		partially fixed grab input of passphrase dialog
		Confine pointer to window
2005-03-30 12:01:26 +00:00
Colin Leroy
206eaa71e7 2005-03-30 [colin] 1.9.6cvs11
* src/msgcache.c
        * src/msgcache.h
                Read/write 32bit ints from cache & marks
                From main.
2005-03-30 10:13:48 +00:00
Paul Mangan
53e966523f 2005-03-29 [paul] 1.9.6cvs10
* AUTHORS
	* ChangeLog.claws
	* src/compose.c
	* src/gtk/gtkaspell.c
		sync with HEAD (don't pass NULL pointers)
2005-03-29 08:24:45 +00:00
Paul Mangan
fe9bee6cef add script to send pdfs as attachments from Adobe Reader 7 2005-03-24 07:49:41 +00:00
Paul Mangan
97d0960def 2005-03-21 [paul] 1.9.6cvs9
* configure.ac
	* po/POTFILES.in
	* src/Makefile.am
	* src/crash.c
	* src/image_viewer.c ** ADDED **
	* src/image_viewer.h ** ADDED **
	* src/main.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_image_viewer.c ** ADDED **
	* src/prefs_image_viewer.h ** ADDED **
	* src/textview.c
	* src/gtk/about.c
	* src/pixmaps/sylpheed_logo.xpm
	* src/plugins/Makefile.am
	* src/plugins/image_viewer/.cvsignore ** REMOVED **
	* src/plugins/image_viewer/Makefile.am ** REMOVED **
	* src/plugins/image_viewer/plugin.c ** REMOVED **
	* src/plugins/image_viewer/viewer.c ** REMOVED **
	* src/plugins/image_viewer/viewer.glade ** REMOVED **
	* src/plugins/image_viewer/viewer.h ** REMOVED **
	* src/plugins/image_viewer/viewerprefs.c ** REMOVED **
	* src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
	* src/plugins/image_viewer/viewerprefs.h ** REMOVED **
		as gdk-pixbuf is now built-in
		remove image_viewer plugin and put code back into
		main codebase
		implement inline image display (sync with main)

	 	replace logo with newer, nicer, larger version
2005-03-21 09:47:35 +00:00
Paul Mangan
8ae9f91407 2005-03-21 [paul] 1.9.6cvs8
* src/gtk/about.c
		cosmetic improvement
2005-03-21 08:00:51 +00:00
Holger Berndt
1eb329d594 2005-03-21 [holger] 1.9.6cvs7
* src/plugins/spamassassin/spamassassin.c
		Sync with HEAD
		(unregister hook on failed plugin init)
2005-03-21 05:21:43 +00:00
Colin Leroy
4554f837cd 2005-03-20 [colin] 1.9.6cvs6
* src/common/plugin.c
		Check that plugin isn't already loaded
		Patch by Alfons
2005-03-20 21:49:06 +00:00
Thorsten Maerz
10d0c8d61d 2005-03-20 [thorsten] 1.9.6cvs5
* src/compose.c
		use a more compatible syntax
2005-03-20 18:52:51 +00:00
Thorsten Maerz
8918689dd4 2005-03-20 [thorsten] 1.9.6cvs4
* src/prefs_toolbar.c
		fix crash when selecting toolbar item (uninitialized pointer)
2005-03-20 18:49:16 +00:00
Thorsten Maerz
8d3e87dfc7 2005-03-20 [thorsten] 1.9.6cvs3
* src/procmime.c
		fix mimetype detection (referenced free()d string)
2005-03-20 18:47:24 +00:00
Paul Mangan
1d8273c861 2005-03-20 [paul] 1.9.6cvs2
* src/compose.c
		sync with HEAD (1.0.3cvs5)
		neglect Reply-To header if empty
		Patch by Alfons
2005-03-20 05:40:43 +00:00
Holger Berndt
08af36b0b2 2005-03-19 [holger] 1.9.6cvs1
* src/summaryview.c
	* src/summaryview.h
		Sync with HEAD
2005-03-19 03:19:22 +00:00
Paul Mangan
5915ecb5e8 initial GTK2 release, version 1.9.6 2005-03-18 17:34:15 +00:00
Paul Mangan
a3aae1016e 2005-03-18 [paul] 1.0.3cvs3.1
* AUTHORS
	* ChangeLog.claws
	* configure.ac
	* src/gtk/about.c
	* src/pixmaps/sylpheed_logo.xpm
		sync with HEAD
2005-03-18 16:16:15 +00:00
Colin Leroy
655c54301f 2005-03-18 [colin] 1.0.3cvs2.6
* src/summaryview.c
                Remove call to summary_step in summary_copy_selected_to
                Can't see its purpose, and this causes bug when copying
                a message if the next one is unread: it reads it.
2005-03-18 10:28:16 +00:00
Paul Mangan
71ca8db3c5 2005-03-18 [paul] 1.0.3cvs2.5
* src/foldersel.c
		fix bug 694 'Enter doesn't trigger OK in "Move" window'
2005-03-18 08:04:18 +00:00
Paul Mangan
872105e353 2005-03-18 [paul] 1.0.3cvs2.4
* src/addrharvest.c
	* src/codeconv.c
	* src/codeconv.h
	* src/compose.c
	* src/news.c
	* src/procheader.c
	* src/procmime.c
	* src/unmime.c
	* src/unmime.h
		fix buffer overflow, CAN-2005-0667, see
		http://secunia.com/advisories/14491/
		Patch by Alfons
2005-03-18 07:56:55 +00:00
Colin Leroy
fa98d064b8 fix font issues in summaryview 2005-03-17 16:40:09 +00:00
Paul Mangan
a6fd2b99b0 2005-03-17 [paul] 1.0.3cvs2.2
* src/gtk/pluginwindow.c
		make plugin descriptions uneditable
2005-03-17 08:26:03 +00:00
Paul Mangan
ee1544bb29 2005-03-11 [paul] 1.0.3cvs2.1
* ChangeLog.claws
	* configure.ac
	* po/POTFILES.in
	* src/plugins/trayicon/trayicon.c
		sync with HEAD
		add src/wizard.c to POTFILES.in
2005-03-11 10:11:28 +00:00
Paul Mangan
5ca5548018 2005-03-11 [paul] 1.0.3cvs1.1
* ChangeLog
	* ChangeLog.claws
	* configure.ac
	* po/de.po
	* po/es.po
	* po/fr.po
	* po/it.po
	* po/pt_BR.po
	* po/ru.po
	* po/sk.po
	* po/sr.po
	* po/zh_CN.po
		sync with HEAD
2005-03-11 07:47:55 +00:00
Colin Leroy
0740e58d59 2005-03-04 [colin] 1.0.1cvs22.2
* src/compose.c
		Fix signatures with accentued chars in it
2005-03-04 14:57:22 +00:00
Colin Leroy
928107e0fe 2005-03-04 [colin] 1.0.1cvs22.1
* src/common/smtp.c
	* src/common/smtp.h
		Don't use SIZE param in MAIL FROM: if server
		doesn't support it. Patch by Eugen Freiter
		<eugen_f@users.sf.net>
2005-03-04 14:34:04 +00:00
Paul Mangan
d4a53165cf 2005-02-27 [paul] 1.0.1cvs20.1
* ChangeLog.claws
	* configure.ac
	* src/messageview.c
		sync with HEAD
2005-02-27 16:26:51 +00:00
Colin Leroy
618c3e6ca1 2005-02-27 [colin] 1.0.1cvs19.4
* src/procheader.c
	* src/procheader.h
		Fix prototypes. Patch by Alfons
2005-02-27 09:48:55 +00:00
Colin Leroy
588c0acffe 2005-02-27 [colin] 1.0.1cvs19.3
* src/compose.c
		Don't auto-join the signature separator.
2005-02-27 09:45:04 +00:00
Colin Leroy
e4ede270b9 2005-02-26 [colin] 1.0.1cvs19.2
* src/summaryview.c
		Fix 'mark all read' with collapsed threads.
		Patch by Alfons.
2005-02-26 11:31:46 +00:00
Paul Mangan
764b2657b5 2005-02-25 [paul] 1.0.1cvs19.1
* ChangeLog.claws
	* configure.ac
	* src/prefs_account.c
	* src/prefs_folder_item.c
	* src/gtk/prefswindow.c
	* src/gtk/prefswindow.h
		sync with HEAD
2005-02-25 10:21:53 +00:00
Paul Mangan
4e883447e0 2005-02-25 [paul] 1.0.1cvs15.12
* src/alertpanel.c
	* src/codeconv.c
	* src/compose.c
	* src/textview.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/gtk/logwindow.c
	* src/gtk/progressdialog.c
		sync with main (revision 127)
		and fix logwindow clipping
2005-02-25 09:02:57 +00:00
Colin Leroy
09f6c7e31a 2005-02-24 [colin] 1.0.1cvs15.11
* src/plugins/pgpmime/passphrase.c
		Disable input grabbing; it doesn't work yet.
2005-02-24 07:28:27 +00:00
Colin Leroy
4843918f4a 2005-02-24 [colin] 1.0.1cvs15.10
* src/messageview.c
                Don't send out receipts if offline. Ask.
2005-02-24 07:23:56 +00:00
Colin Leroy
c9ff7c4f52 2005-02-23 [colin] 1.0.1cvs15.9
* src/summaryview.c
		Fix expanding
2005-02-23 15:46:15 +00:00
Colin Leroy
332c88ef4a 2005-02-23 [colin] 1.0.1cvs15.8
* src/summaryview.c
		Really fix Bug 568 by removing useless
		calls. summary_thread_init() now called
		in summary_sort(). This should please
		Alfons as it should be faster than
		previously.
2005-02-23 14:54:00 +00:00
Colin Leroy
58f71426ac 2005-02-23 [colin] 1.0.1cvs15.7
* src/compose.c
		Encode parts as QP or B64 if signing
2005-02-23 13:36:18 +00:00
Colin Leroy
257785e47f 2005-02-23 [colin] 1.0.1cvs15.6
* src/compose.c
		Fix Mimeinfo leakage (including tmp files)
	* src/procmsg.c
		Fix tmp file leakage (spotted by Ivan Rayner)
2005-02-23 08:07:52 +00:00
Colin Leroy
45f3763a11 2005-02-22 [colin] 1.0.1cvs15.5
* src/expldifdlg.c
		Fix keyboard input. Patch by Alfons.
2005-02-22 07:27:23 +00:00
Colin Leroy
2d60d9b8fb 2005-02-21 [colin] 1.0.1cvs15.4
* src/compose.c
		Fix Sign/Encrypt when unselecting privacy
		system
	* src/prefs_common.c
		Change default message font to Monospace
	* src/summaryview.c
		More freezing during potentially large operations
2005-02-21 16:34:25 +00:00
Paul Mangan
995bf9c0f2 2005-02-21 [paul] 1.0.1cvs15.3
* src/main.c
		fix --help output
2005-02-21 15:36:28 +00:00
Paul Mangan
474ac0bfd0 2005-02-21 [paul] 1.0.1cvs15.2
* po/Makefile.in.in
	* src/compose.c
	* src/summaryview.c
	* src/textview.c
	* src/common/utils.c
	* src/common/utils.h
		sync with main (revision 117)
2005-02-21 10:18:27 +00:00
Colin Leroy
9f11ab4d08 2005-02-20 [colin] 1.0.1cvs151
* src/common/defs.h
		Change cache file to .sylpheed_claws_cache, as
		suggested by Alfons. Allows people to switch
		between Sylpheed and Sylpheed-Claws. it is
		a good idea to "Check for new messages" at next
		startup.
2005-02-20 07:55:33 +00:00
Colin Leroy
e1b446cafb 2005-02-18 [colin] 1.0.1cvs14.1
* src/quote_fmt_lex.l
	* src/quote_fmt_parse.y
		Fix parser initialisation. Patch by Ivan.
2005-02-18 12:26:15 +00:00
Colin Leroy
7ec992f6da 2005-02-18 [colin] 1.0.1cvs11.6
* src/folderview.c
		Fix scrolldown (bug 662)
2005-02-18 10:17:54 +00:00