Commit graph

818 commits

Author SHA1 Message Date
Colin Leroy
f44f207e59 2005-05-13 [colin] 1.9.9cvs3
* src/folderview.c
		Fix the + appearing even when no subfolders
		have unread messages. Thanks to wwp for the
		bug report.
2005-05-13 17:27:57 +00:00
Paul Mangan
f340260f45 2005-05-11 [paul] 1.9.9cvs2
* src/folderview.c
		correction to 1.9.9cvs1, only colour folders that
		have new msgs (not unread msgs)
2005-05-11 05:59:26 +00:00
Colin Leroy
25ac965717 2005-05-10 [colin] 1.9.9cvs1
* src/folderview.c
	* src/summaryview.c
		Try to fix bolding bugs again.
2005-05-10 17:18:39 +00:00
Paul Mangan
51bd82c7af add i18n status script 2005-05-09 13:20:07 +00:00
Paul Mangan
02dd9e005c 2005-05-09 [paul] 1.9.6cvs58
* AUTHORS
	* INSTALL
	* README.claws
		updated
	* Makefile.am
	* RELEASE_NOTES.claws
		add release notes to cvs to simplify release
		procedure
	* configure.ac
		add ca and fi to ALL_LINGUAS
	* po/Makefile.in.in
		workaround for missing Makevars
	* po/ca.po
	* po/fi.po
		add new Catalan and Finnish translations
		submitted by Miquel Oliete and Flammie Pirinen
	* po/de.po
	* po/es.po
	* po/fr.po
	* po/it.po
	* po/pl.po
	* po/ru.po
	* po/sk.po
	* po/sr.po
	* po/zh_CN.po
		updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
		Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
		Urke MMI, and Hansom Young
	* src/main.c
		Fix drafting when quitting. compose_draft() closes the
		compose windows, which modifies the compose_list GSList.
		We have to refresh this list after echo drafting to avoid a
		segfault
	* src/partial_download.c
		fix segfault on exit
2005-05-09 11:46:54 +00:00
Paul Mangan
4761ff7056 2005-05-06 [paul] 1.9.6cvs57
* src/grouplistdialog.c
		quick fix/workaround for unresizeable newsgroup
		name column
2005-05-06 09:25:54 +00:00
Paul Mangan
59f96b0624 2005-05-06 [paul] 1.9.6cvs56
* src/inc.c
	* src/mainwindow.c
		use gettext plural forms
	* src/imap_gtk.c
	* src/mh_gtk.c
	* src/toolbar.c
		small improvement to english usage
2005-05-06 08:16:44 +00:00
Thorsten Maerz
4b98be1f3a 2005-05-05 [thorsten] 1.9.6cvs55
* src/folder.c
		fix possible crash
2005-05-05 17:31:15 +00:00
Paul Mangan
eb4183a8b0 2005-05-05 [paul] 1.9.6cvs54
sync with HEAD

	* AUTHORS
	* src/compose.c
		fix bug 713 'Resent-To and Resent-Cc headers are garbled'
		patch by Tim Mann
2005-05-05 11:38:49 +00:00
Paul Mangan
3301dc15a6 2005-05-05 [paul] 1.9.6cvs53
* src/mainwindow.c
		fix resizing of separate message and
		folder views
2005-05-05 09:19:58 +00:00
Paul Mangan
28d33b134b 2005-05-05 [paul] 1.9.6cvs52
* src/account.c
	* src/addrgather.c
	* src/browseldap.c
	* src/exphtmldlg.c
	* src/expldifdlg.c
	* src/importmutt.c
	* src/importpine.c
	* src/main.c
	* src/mainwindow.c
	* src/noticeview.c
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_matcher.c
	* src/prefs_spelling.c
	* src/prefs_toolbar.c
	* src/toolbar.c
	* src/wizard.c
	* src/gtk/description_window.c
	* src/gtk/gtkvscrollbutton.c
	* src/gtk/progressdialog.c
	* src/gtk/quicksearch.c
	* src/plugins/pgpmime/prefs_gpg.c
	* src/plugins/spamassassin/spamassassin_gtk.c
		replace deprecated gtk_widget_set_usize
2005-05-05 08:18:20 +00:00
Colin Leroy
82d0847ca1 2005-05-04 [colin] 1.9.6cvs51
* src/common/utils.c
		Fix crash when subst_for_filename is called
		with a NULL parameter
2005-05-04 22:56:02 +00:00
Colin Leroy
f5c703bbf8 2005-05-04 [colin] 1.9.6cvs50
* src/partial_download.c
	* src/pop.c
		Escape login when writing uidl file
		fixes bug #736
2005-05-04 16:49:23 +00:00
Colin Leroy
2e19d04681 2005-05-03 [colin] 1.9.6cvs49
* src/procmime.c
                Fix possible DOS in mime parser
                (see bug #634)
2005-05-03 16:21:06 +00:00
Colin Leroy
e5663b03e7 2005-05-02 [colin] 1.9.6cvs48
* src/compose.c
		Try to fix the copy/paste mess once again.
2005-05-02 17:24:57 +00:00
Colin Leroy
b10deb5cc7 2005-04-30 [colin] 1.9.6cvs47
* src/prefs_account.h
	* src/procmsg.c
	* src/send_message.c
	* src/common/smtp.c
	* src/common/smtp.h
		Try to batch sending mails (per account) instead of
		reconnecting to server every time.
2005-04-30 16:47:40 +00:00
Colin Leroy
68a7929a35 2005-04-29 [colin] 1.9.6cvs46
* src/messageview.c
		Fix window resizing that refused to size down
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_filtering.c
		Save Filtering's window size
2005-04-29 17:10:34 +00:00
Paul Mangan
4aaedddd37 2005-04-21 [paul] 1.9.6cvs45
* ChangeLog-gtk2.claws
	* src/setup.c
		correction to sync
2005-04-21 07:14:20 +00:00
Paul Mangan
7cee01c972 2005-04-21 [paul] 1.9.6cvs44
sync with main:

	* src/setup.c
	* src/statusbar.c
	* src/statusbar.h
	* src/textview.c
		use gtkut_widget_draw_now(). Improved performance
		of the update of statusbar
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		gtkut_widget_draw_now(): use gdk_window_process_updates()
		to force update of widgets.
		Removed gtkut_widget_wait_for_draw() which had a big
		overhead  because of waiting for all events processed
2005-04-21 06:49:55 +00:00
Paul Mangan
f6be1f6807 2005-04-20 [paul] 1.9.6cvs43
* src/codeconv.c
		complete 1.9.6cvs42's sync:
		Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
2005-04-20 04:14:07 +00:00
Paul Mangan
426ea19446 2005-04-19 [paul] 1.9.6cvs42
sync with main:

	* src/action.c
		catch_output(): correctly select the insert text
		(fix invalid iterator warnings).
	* src/codeconv.c
	* src/codeconv.h
	* src/mainwindow.c
	* src/messageview.c
	* src/prefs_common.c
		support GBK encoding. Fallback to GBK if "X-GBK"
		is passed (thanks to SuperMMX)
	* src/common/session.c
	* src/common/session.h
		use separate buffer for large data to be sent,
		and don't duplicate it (reduces memory usage) (thanks to Dirk).
2005-04-19 16:19:40 +00:00
Paul Mangan
bb8ba89514 2005-04-18 [paul] 1.9.6cvs41
* src/jpilot.c
		convert unsigned long into guint32
		patch by Paul LeoNerd Evans
2005-04-18 06:44:31 +00:00
Colin Leroy
2bd6b6437a 2005-04-17 [colin] 1.9.6cvs40
* src/compose.c
		Fix 'Request return receipt' from folder
		properties (bug #708)
2005-04-17 17:20:50 +00:00
Colin Leroy
faa2301871 2005-04-17 [colin] 1.9.6cvs39
* src/mainwindow.c
		Fix duplicate hotkeys in Mainwindow's menu
2005-04-17 17:04:25 +00:00
Colin Leroy
2c61238fb9 2005-04-17 [colin] 1.9.6cvs38
* src/folderview.c
                Fix duplicate hotkeys in Folderview's contextual
                menu
2005-04-17 17:00:25 +00:00
Colin Leroy
ab3dca9e65 2005-04-15 [colin] 1.9.6cvs37
* src/summaryview.c
		Fix 'Save as...' with non-ascii filenames
2005-04-15 17:18:17 +00:00
Colin Leroy
2aad8d4fff 2005-04-15 [colin] 1.9.6cvs36
* src/plugins/pgpmime/pgpmime.c
		Fix bus error on 64bit. Spotted by
		macallan1888@gmail.com
2005-04-15 17:05:47 +00:00
Colin Leroy
7bc9dd80d5 2005-04-15 [colin] 1.9.6cvs35
* src/prefs_account.c
		Fix cvs34.
2005-04-15 08:14:15 +00:00
Colin Leroy
000009524e raah forgot to update again 2005-04-12 17:53:16 +00:00
Paul Mangan
04e5a1db14 2005-04-12 [paul] 1.9.6cvs33
* src/inc.c
		if the recv dialog is visible, Cancel only
		cancels the current account
2005-04-12 06:39:20 +00:00
Colin Leroy
5683148866 2005-04-10 [colin] 1.9.6cvs32
* src/filtering.c
		Copy score when copying FilteringActions
		Fix bug #674
2005-04-10 15:49:15 +00:00
Colin Leroy
2c4afd38ec 2005-04-10 [colin] 1.9.6cvs31
* src/inc.c
		Make Message -> Receive -> Cancel cancel
		incorporation on all accounts. Fixes
		bug #693
2005-04-10 15:30:16 +00:00
Colin Leroy
f14b1ae428 2005-04-10 [colin] 1.9.6cvs30
* src/prefs_account.c
		Update Privacy checkbuttons status based
		on the selected privacy system
	* src/compose.c
		Always connect the "None" privacy system; the
		static boolean was probably there to avoid
		reconnecting twice in the same compose window,
		but as the parent function is only called once
		per compose, it's only a bug - as a static is
		initialized once per application instance.
		Also, don't uncheck Sign and Encrypt when
		selecting None as privacy system; just ignore
		them when sending/queuing.
		Should fix bug #695
2005-04-10 15:21:27 +00:00
Colin Leroy
c27ec8d50d 2005-04-08 [colin] 1.9.6cvs29
* src/account.c
	* src/prefs_account.c
	* src/prefs_account.h
		Add account preference to queue message in a certain
		folder.
2005-04-08 17:28:07 +00:00
Colin Leroy
b3cf3172c6 2005-04-06 [colin] 1.9.6cvs28
* src/prefs_account.c
		Update old inbox path syntax
2005-04-06 16:56:19 +00:00
Paul Mangan
d757a7438e 2005-04-06 [paul] 1.9.6cvs27
sync with main:

	* configure.ac
		changed -traditional-cpp to -no-cpp-precomp for newer
		Mac OS X support
	* src/foldersel.c
		made column resize automatically
	* src/send_message.c
		send_message_smtp(): consider EOF right after QUIT
		successful (workaround for Gmail SMTP server)
	* src/common/socket.c
		ssl_read(), ssl_peek(): check EOF which violates the
		SSL protocol
	* src/gtk/colorlabel.c
		removed warnings when displaying colorlabel menu
		(don't use GtkAlignment)
2005-04-06 08:46:10 +00:00
Paul Mangan
43a772732a 2005-04-05 [paul] 1.9.6cvs26
* src/plugins/trayicon/trayicon.c
		fix clipping of icon under KDE3
2005-04-05 07:49:51 +00:00
Paul Mangan
220184e58d 2005-04-05 [paul] 1.9.6cvs25
* src/summaryview.c
		hide display of threading
		patch by Alfons
2005-04-05 06:14:43 +00:00
Thorsten Maerz
48c8bc14f3 2005-04-04 [thorsten] 1.9.6cvs24
* src/mh.c
		marks lost on filesystems with different stat() results on
		summer-/wintertime
2005-04-04 21:11:28 +00:00
Colin Leroy
913b78fcf3 2005-04-03 [colin] 1.9.6cvs23
* src/summaryview.c
		Don't handle up/down. Patch by Alfons
2005-04-03 11:16:41 +00:00
Colin Leroy
78bbb92268 2005-04-02 [colin] 1.9.6cvs22
* src/summaryview.c
		Make scrolling faster. Patch by Alfons.
2005-04-02 22:23:30 +00:00
Colin Leroy
d6601536e2 2005-04-01 [colin] 1.9.6cvs21
* src/Makefile.am
	* src/stock_pixmap.c
	* src/pixmaps/dir-noselect.xpm ** REMOVED **
	* src/pixmaps/dir_noselect.xpm ** ADDED **
		Fix pixmap name mismatch (Thanks Stephan Sachse)
2005-04-01 09:17:19 +00:00
Colin Leroy
c3cc63e6ea 2005-04-01 [colin] 1.9.6cvs20
* src/image_viewer.c
	* src/image_viewer.h
	* src/procmime.c
	* src/procmime.h
	* src/textview.c
	* src/textview.h
		Implement inline image resizing and right-clicking
2005-04-01 08:16:46 +00:00
Paul Mangan
e32f8dec69 2005-04-01 [paul] 1.9.6cvs19
* AUTHORS
	* Makefile.am
	* configure.ac
		check for gnome2
		patch by Luca Cavalli <loopback<AT>slackit.org>
	* po/ru.po
		updated by Pavlo Bohmat
2005-04-01 07:21:22 +00:00
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
Colin Leroy
6c4a352260 2005-02-17 [colin] 1.0.1cvs11.5
* src/codeconv.c
		conv_filename_to_utf8: return clean 7bit instead
		of broken utf8 if needed
	* src/mimeview.c
		Fix display of parts with unclean 8bit names
2005-02-17 08:54:47 +00:00
Paul Mangan
cd7e5c7c81 2005-02-17 [paul] 1.0.1cvs11.4
* src/compose.c
	* src/exportldif.c
	* src/matcher_parser_parse.y
	* src/procmime.c
	* src/sourcewindow.c
	* src/common/Makefile.am
	* src/common/intl.h 		** REMOVED **
	* src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
		sync with main (revision 109)
		and clean up
2005-02-17 08:09:56 +00:00
Colin Leroy
081ffa1428 2005-02-16 [colin] 1.0.1cvs11.3
* src/summaryview.c
		Fix collapsed thread not highlighting when new
		messages in it (Bug 568) Patch by Stephan Sachse.
		Fix messed up selection when reaching bounds (Bug 632)
	* src/prefs_themes.c
		Fix theme installing (Bug 684)
2005-02-16 10:35:35 +00:00
Colin Leroy
c50a58a1d1 2005-02-16 [colin] 1.0.1cvs11.2
* src/messageview.c
		Fix messageview_select_all
2005-02-16 09:28:53 +00:00
Colin Leroy
e4b61177ec 2005-02-16 [colin] 1.0.1cvs11.1
* src/mh.c
		Sync with HEAD (MH scan required function)
2005-02-16 07:35:34 +00:00
Colin Leroy
41ea4b212f changelog sync 2005-02-15 15:03:11 +00:00
Colin Leroy
92b2e9b5b9 2005-02-15 [colin] 1.0.1cvs8.1
* src/mimeview.c
	* src/common/utils.c
		Sync with HEAD
2005-02-15 15:00:28 +00:00
Colin Leroy
59c17b5588 2005-02-15 [colin] 1.0.1cvs7.3
* src/gtk/pluginwindow.c
		Fix button spacing
2005-02-15 10:30:55 +00:00
Colin Leroy
aecc4f146c 2005-02-15 [colin] 1.0.1cvs7.2
* src/mimeview.c
		Fix mime icons not reset across message when
		scrolled down
2005-02-15 10:19:29 +00:00
Colin Leroy
3a0b2e5da0 2005-02-15 [colin] 1.0.1cvs7.1
* src/compose.c
	* src/procmime.c
		Sync with HEAD
2005-02-15 07:41:11 +00:00
Colin Leroy
97a9754471 2005-02-14 [colin] 1.0.1cvs6.1
* src/compose.c
	* src/procmime.c
		Sync with HEAD
2005-02-14 20:05:54 +00:00
Colin Leroy
af80a842e0 2005-02-14 [colin] 1.0.1cvs5.3
* src/compose.c
		Fix wrapping with accentued chars.
2005-02-14 13:41:18 +00:00
Colin Leroy
d255473787 2005-02-13 [colin] 1.0.1cvs5.2
* src/textview.c
		Fix email informative part parsing with
		accentued chars in it. ispunct() returns
		true for them in utf8...
2005-02-13 18:46:45 +00:00
Colin Leroy
de82a467ea 2005-02-12 [colin] 1.0.1cvs5.1
* src/filtering.c
		Sync with HEAD
2005-02-12 22:46:16 +00:00
Paul Mangan
52563fe685 2005-02-12 [paul] 1.0.1cvs4.5
* src/textview.c
		remove unnecessary code (thanks to Alfons)
2005-02-12 14:32:03 +00:00
Paul Mangan
8290a9f723 2005-02-12 [paul] 1.0.1cvs4.4
* src/textview.c
		add 'Copy' to contextual menu on emails
2005-02-12 12:45:29 +00:00
Colin Leroy
dc34070b2b 2005-02-11 [colin] 1.0.1cvs4.3
* src/compose.c
		revert 1.0.0cvs28.2, it doesn't work that well.
2005-02-11 21:58:32 +00:00
Paul Mangan
ba9a7b4996 2005-02-11 [paul] 1.0.1cvs4.2
* po/Makefile.in.in
		fix 'make release'
2005-02-11 09:15:23 +00:00
Paul Mangan
fe1b28c637 2005-02-10 [paul] 1.0.1cvs4.1
* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* configure.ac
	* src/compose.c
		sync with HEAD
2005-02-10 13:21:08 +00:00
Paul Mangan
3e234d4879 2005-02-10 [paul] 1.0.1cvs3.2
* AUTHORS
	* Makefile.am
	* autogen.sh
	* configure.ac
	* config/mkinstalldirs
	* intl/.cvsignore
	* intl/ChangeLog
	* intl/VERSION
	* intl/bindtextdom.c
	* intl/config.charset
	* intl/dcgettext.c
	* intl/dcigettext.c
	* intl/dcngettext.c
	* intl/dgettext.c
	* intl/dngettext.c
	* intl/eval-plural.h
	* intl/explodename.c
	* intl/finddomain.c
	* intl/gettext.c
	* intl/gettextP.h
	* intl/gmo.h
	* intl/hash-string.h
	* intl/intl-compat.c
	* intl/l10nflist.c
	* intl/libgnuintl.h.in
	* intl/loadinfo.h
	* intl/loadmsgcat.c
	* intl/localcharset.c
	* intl/localcharset.h
	* intl/locale.alias
	* intl/localealias.c
	* intl/localename.c
	* intl/log.c
	* intl/ngettext.c
	* intl/os2compat.c
	* intl/os2compat.h
	* intl/osdep.c
	* intl/plural-exp.c
	* intl/plural-exp.h
	* intl/plural.c
	* intl/plural.y
	* intl/ref-add.sin
	* intl/ref-del.sin
	* intl/relocatable.c
	* intl/relocatable.h
	* intl/textdomain.c
	* m4/Makefile.am
	* po/Makefile.in.in
	* src/Makefile.am
	* src/account.c
	* src/action.c
	* src/addr_compl.c
	* src/addressadd.c
	* src/addressbook.c
	* src/addrgather.c
	* src/addrindex.c
	* src/alertpanel.c
	* src/browseldap.c
	* src/codeconv.c
	* src/codeconv.h
	* src/compose.c
	* src/compose.h
	* src/crash.c
	* src/editaddress.c
	* src/editbook.c
	* src/editgroup.c
	* src/editjpilot.c
	* src/editldap.c
	* src/editldap_basedn.c
	* src/editvcard.c
	* src/exphtmldlg.c
	* src/expldifdlg.c
	* src/export.c
	* src/exporthtml.c
	* src/filtering.c
	* src/folder.c
	* src/folder_item_prefs.c
	* src/foldersel.c
	* src/folderview.c
	* src/grouplistdialog.c
	* src/headerview.c
	* src/imap.c
	* src/imap_gtk.c
	* src/import.c
	* src/importldif.c
	* src/importmutt.c
	* src/importpine.c
	* src/inc.c
	* src/ldif.c
	* src/main.c
	* src/mainwindow.c
	* src/matcher.c
	* src/mbox.c
	* src/message_search.c
	* src/messageview.c
	* src/mh.c
	* src/mh_gtk.c
	* src/mimeview.c
	* src/msgcache.c
	* src/news.c
	* src/news_gtk.c
	* src/noticeview.c
	* src/partial_download.c
	* src/pop.c
	* src/prefs_account.c
	* src/prefs_actions.c
	* src/prefs_common.c
	* src/prefs_customheader.c
	* src/prefs_display_header.c
	* src/prefs_ext_prog.c
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_folder_item.c
	* src/prefs_fonts.c
	* src/prefs_gtk.c
	* src/prefs_matcher.c
	* src/prefs_msg_colors.c
	* src/prefs_spelling.c
	* src/prefs_summary_column.c
	* src/prefs_template.c
	* src/prefs_themes.c
	* src/prefs_toolbar.c
	* src/prefs_wrapping.c
	* src/privacy.c
	* src/procheader.c
	* src/procmime.c
	* src/procmsg.c
	* src/quote_fmt.c
	* src/recv.c
	* src/send_message.c
	* src/setup.c
	* src/sourcewindow.c
	* src/ssl_manager.c
	* src/statusbar.c
	* src/summary_search.c
	* src/summaryview.c
	* src/textview.c
	* src/toolbar.c
	* src/wizard.c
	* src/common/nntp.c
	* src/common/plugin.c
	* src/common/smtp.c
	* src/common/ssl.c
	* src/common/ssl_certificate.c
	* src/common/string_match.c
	* src/common/sylpheed.c
	* src/common/template.c
	* src/common/utils.c
	* src/gtk/about.c
	* src/gtk/colorlabel.c
	* src/gtk/description_window.c
	* src/gtk/filesel.c
	* src/gtk/foldersort.c
	* src/gtk/gtkaspell.c
	* src/gtk/gtkutils.c
	* src/gtk/inputdialog.c
	* src/gtk/logwindow.c
	* src/gtk/menu.c
	* src/gtk/pluginwindow.c
	* src/gtk/prefswindow.c
	* src/gtk/progressdialog.c
	* src/gtk/quicksearch.c
	* src/gtk/sslcertwindow.c
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/clamav/clamav_plugin_gtk.c
	* src/plugins/demo/demo.c
	* src/plugins/dillo_viewer/dillo_prefs.c
	* src/plugins/dillo_viewer/dillo_viewer.c
	* src/plugins/image_viewer/plugin.c
	* src/plugins/image_viewer/viewer.c
	* src/plugins/image_viewer/viewerprefs.c
	* src/plugins/mathml_viewer/mathml_viewer.c
	* src/plugins/pgpmime/passphrase.c
	* src/plugins/pgpmime/plugin.c
	* src/plugins/pgpmime/prefs_gpg.c
	* src/plugins/pgpmime/select-keys.c
	* src/plugins/pgpmime/sgpgme.c
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin_gtk.c
	* src/plugins/trayicon/trayicon.c
		sync with main (revision 104)
2005-02-10 12:06:07 +00:00
Colin Leroy
14b3f8da22 2005-02-10 [colin] 1.0.1cvs3.1
* src/mainwindow.c
		Sync with HEAD
2005-02-10 09:50:19 +00:00
Colin Leroy
834e7ffcfd 2005-02-10 [colin] 1.0.1cvs2.1
* src/messageview.c
		Synw with HEAD
2005-02-10 08:36:52 +00:00
Colin Leroy
007706e337 2005-02-09 [colin] 1.0.1cvs1.3
* src/textview.c
	* src/textview.h
		Add contextual menu on emails
2005-02-09 13:15:30 +00:00
Colin Leroy
0aeec1cc4c 2005-02-09 [colin] 1.0.1cvs1.2
* src/codeconv.c
		Fix converting from broken headers and
		put back the _ in missing places
		(feature broke with cvs24.2 sync, main
		 possibly affected?)
2005-02-09 11:37:53 +00:00
Colin Leroy
96969aa71e 2005-02-09 [colin] 1.0.1cvs1.1
* src/messageview.c
	* src/mimeview.c
	* src/mimeview.h
		Sync with HEAD
2005-02-09 08:59:12 +00:00
Colin Leroy
66a0eec377 Sync with HEAD
Change default config dir to .sylpheed-gtk2
2005-02-08 13:39:37 +00:00
Colin Leroy
cbff68643e 2005-02-08 [colin] 1.0.0cvs29.1
* po/de.po
	* po/es.po
	* po/fr.po
	* po/it.po
	* po/sk.po
	* po/sr.po
		Sync translations with HEAD
2005-02-08 10:05:44 +00:00
Colin Leroy
2093659eb5 2005-02-06 [colin] 1.0.0cvs28.3
* src/compose.c
		Make compose a bit faster - patch by Alfons.
2005-02-06 20:24:40 +00:00
Colin Leroy
3cdfbc5c26 2005-02-06 [colin] 1.0.0cvs28.2
* src/compose.c
		Make pasting via middle-click more reliable
2005-02-06 12:56:38 +00:00
Paul Mangan
fe7e5c040b 2005-02-05 [paul] 1.0.0cvs28.1
* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* configure.ac
	* src/compose.c
		sync with HEAD
		(fix bug 682 'redirect is broken'
2005-02-05 10:34:31 +00:00
Thorsten Maerz
2ad50bc580 2005-02-05 [torte] 1.0.0cvs27.1
* ChangeLog.claws
	* configure.ac
	* src/partial_download.c
		Sync with HEAD (fix buf overflow)
2005-02-05 07:08:43 +00:00
Colin Leroy
b703e74c17 2005-02-03 [colin] 1.0.0cvs26.1
* src/common/plugin.c
		Sync with HEAD (avoid plugin mismatches)
2005-02-03 10:14:09 +00:00
Paul Mangan
74f8111024 2005-02-03 [paul] 1.0.0cvs25.3
* src/folderview.c
	* src/headerview.c
	* src/summaryview.c
	* src/textview.c
	* src/gtk/colorlabel.c
		third and final part of initial sync with main-gtk2
2005-02-03 07:47:34 +00:00
Paul Mangan
fd785eeb96 2005-02-03 [paul] 1.0.0cvs25.2
* src/jpilot.c
		fix building with jpilot support
2005-02-03 06:06:26 +00:00
Colin Leroy
8175fd3797 2005-02-02 [colin] 1.0.0cvs25.1
* src/messageview.c
		Sync with HEAD (fix dangerous typo)
2005-02-02 09:55:02 +00:00
Colin Leroy
c03fe8add3 2005-02-01 [colin] 1.0.0cvs24.3
* src/common/xml.c
		Write file as advertised (UTF-8)
2005-02-01 19:49:42 +00:00
Paul Mangan
ccad7702f7 2005-02-01 [paul] 1.0.0cvs24.2
* src/addrbook.c
	* src/addrindex.c
	* src/alertpanel.h
	* src/codeconv.c
	* src/codeconv.h
	* src/compose.c
	* src/export.c
	* src/folder_item_prefs.c
	* src/html.c
	* src/imap.c
	* src/import.c
	* src/jpilot.c
	* src/mainwindow.c
	* src/matcher_parser_lex.l
	* src/messageview.c
	* src/mh.c
	* src/prefs_account.c
	* src/prefs_actions.c
	* src/prefs_common.c
	* src/prefs_gtk.c
	* src/prefs_gtk.h
	* src/prefs_themes.c
	* src/procheader.c
	* src/procmime.c
	* src/sourcewindow.c
	* src/statusbar.c
	* src/summaryview.c
	* src/textview.c
	* src/toolbar.c
	* src/unmime.c
	* src/common/template.c
	* src/common/utils.c
	* src/common/xml.c
	* src/common/xml.h
	* src/gtk/gtkaspell.c
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/dillo_viewer/dillo_prefs.c
	* src/plugins/image_viewer/viewerprefs.c
	* src/plugins/pgpmime/passphrase.c
	* src/plugins/pgpmime/prefs_gpg.c
	* src/plugins/pgpmime/select-keys.c
	* src/plugins/spamassassin/spamassassin.c
		second part of initial sync with main-gtk2
		(more to follow)
2005-02-01 08:58:33 +00:00
Colin Leroy
9aee30fc31 2005-01-31 [colin] 1.0.0cvs24.1
* src/compose.c
		Sync with HEAD
2005-01-31 13:26:01 +00:00
Paul Mangan
360db791f8 2005-01-29 [paul] 1.0.0cvs23.2
* src/account.c
	* src/action.c
	* src/addressadd.c
	* src/addressbook.c
	* src/alertpanel.c
	* src/compose.c
	* src/editaddress.c
	* src/editbook.c
	* src/editgroup.c
	* src/editjpilot.c
	* src/editldap.c
	* src/editldap_basedn.c
	* src/editvcard.c
	* src/export.c
	* src/foldersel.c
	* src/grouplistdialog.c
	* src/import.c
	* src/importldif.c
	* src/inc.c
	* src/main.c
	* src/mainwindow.c
	* src/message_search.c
	* src/messageview.c
	* src/mimeview.c
	* src/prefs_actions.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_customheader.c
	* src/prefs_display_header.c
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_gtk.c
	* src/prefs_matcher.c
	* src/prefs_summary_column.c
	* src/prefs_template.c
	* src/sourcewindow.c
	* src/summary_search.c
	* src/summaryview.c
	* src/textview.c
	* src/gtk/about.c
	* src/gtk/description_window.c
	* src/gtk/gtkshruler.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/gtk/inputdialog.c
	* src/gtk/logwindow.c
	* src/gtk/prefswindow.c
	* src/gtk/progressdialog.c
	* src/gtk/progressdialog.h
		first part of initial sync with main-gtk2
		(more to follow)
2005-01-29 16:53:23 +00:00
Colin Leroy
5552d126b9 2005-01-28 [colin] 1.0.0cvs23.1
* src/folderview.c
		Sync with HEAD
2005-01-28 12:25:19 +00:00
Colin Leroy
f804cd1fff 2005-01-27 [colin] 1.0.0cvs21.1
* src/folder.c
	* src/folderview.c
		Sync with HEAD
2005-01-27 21:38:55 +00:00
Colin Leroy
c600243cbb 2005-01-27 [colin] 1.0.0cvs19.1
* src/procmime.c
		Sync with HEAD
2005-01-27 11:15:17 +00:00
Colin Leroy
e3c8d430d1 2005-01-27 [colin] 1.0.0cvs18.1
* src/messageview.c
	* src/summaryview.c
	* src/mainwindow.c
	* src/compose.c
	* src/compose.h
	* src/procmsg.c
	* src/procmsg.h
	* src/toolbar.c
		Sync with HEAD
2005-01-27 11:11:16 +00:00
Paul Mangan
4cccadc3b0 2005-01-26 [paul] 1.0.0cvs15.2
* src/compose.c
		compose_entries_set(): convert subject and body to
		utf8 if necessary. patch by Felix Eckhofer
2005-01-26 07:08:39 +00:00
Paul Mangan
7bd0aecc3a 2005-01-26 [paul] 1.0.0cvs15.1
* configure.ac
	* src/common/template.c
		sync with HEAD (fix memory leak)
2005-01-26 06:51:48 +00:00
Paul Mangan
27ab34f176 2005-01-25 [paul] 1.0.0cvs14.1
* configure.ac
	* src/compose.c
		sync with HEAD
2005-01-25 07:06:22 +00:00
Colin Leroy
260593561a 2005-01-24 [colin] 1.0.0cvs13.1
* src/summaryview.c
		Sync with HEAD
2005-01-24 13:49:14 +00:00
Paul Mangan
60ebfa88d0 2005-01-24 [paul] 1.0.0cvs12.1
* configure.ac
	* src/messageview.c
	* src/mh.c
	* src/common/utils.c
		sync with HEAD
2005-01-24 09:43:34 +00:00
Colin Leroy
9ef90ba7c0 2005-01-24 [colin] 1.0.0cvs11.1
* src/procheader.c
		Sync with HEAD
2005-01-24 09:13:49 +00:00
Colin Leroy
8424a40fe9 2005-01-24 [colin] 1.0.0cvs10.1
* src/folderview.c
		Sync with HEAD
2005-01-24 08:04:34 +00:00
Colin Leroy
c5a98d2183 2005-01-23 [colin] 1.0.0cvs9.1
* src/crash.c
		Sync with HEAD
2005-01-23 13:58:08 +00:00
Colin Leroy
d017c1986b 2005-01-22 [colin] 1.0.0cvs8.1
* src/summaryview.c
	* src/gtk/quicksearch.c
		Sync with HEAD
2005-01-22 18:09:25 +00:00
Colin Leroy
4f0efd0cfc 2005-01-21 [colin] 1.0.0cvs7.1
* src/summaryview.c
		Sync with HEAD
2005-01-21 17:41:57 +00:00
Colin Leroy
1a21a3a747 2005-01-21 [colin] 1.0.0cvs6.1
* src/summaryview.c
		Sync with HEAD
2005-01-21 17:25:11 +00:00
Colin Leroy
d100a6c7fe 2005-01-21 [colin] 1.0.0cvs5.1
* src/gtk/quicksearch.c
	* src/prefs_common.c
	* src/prefs_common.h
		Sync with HEAD (recurse option)
2005-01-21 13:36:24 +00:00
Colin Leroy
471aec1951 2005-01-21 [colin] 1.0.0cvs4.1
* src/folder.h
	* src/folderview.c
	* src/folderview.h
	* src/summaryview.c
	* src/gtk/quicksearch.c
	* src/gtk/quicksearch.h
		Sync with HEAD (recursive quicksearch)
2005-01-21 10:25:14 +00:00
Colin Leroy
ee5c5196d4 2005-01-20 [colin] 1.0.0cvs3.4
* src/ssl_manager.c
		Remove useless code
2005-01-20 16:26:10 +00:00
Colin Leroy
b6957364eb 2005-01-20 [colin] 1.0.0cvs3.3
* src/ssl_manager.c
		Fix leak, thanks to Alfons.
2005-01-20 14:36:59 +00:00
Colin Leroy
91027fce16 port ssl cert window to gtk2 2005-01-20 14:15:46 +00:00
Paul Mangan
8f85c055ba 2005-01-20 [paul] 1.0.0cvs3.1
* ChangeLog.claws
	* configure.ac
	* src/addrindex.c
	* src/addrindex.h
		sync with HEAD
2005-01-20 06:27:10 +00:00
Colin Leroy
310ebd10bb 2005-01-19 [colin] 1.0.0cvs2.2
* src/plugins/trayicon/trayicon.c
		Fix freeze with gtk-2.6, the easy way
		(signal blocking helpless there...)
		Closes bug #668.
2005-01-19 13:02:15 +00:00
Colin Leroy
b6d0325736 2005-01-19 [colin] 1.0.0cvs2.1
* src/mbox.c
	* src/mbox.h
	* src/mainwindow.c
	* src/summaryview.c
	* src/summaryview.h
		Sync with HEAD
2005-01-19 10:53:22 +00:00
Paul Mangan
995eabde77 2005-01-19 [paul] 1.0.0cvs1.1
* configure.ac
	* po/de.po
	* po/es.po
	* po/fr.po
	* po/hr.po
	* po/it.po
	* po/ja.po
	* po/ko.po
	* po/pt_BR.po
	* po/ru.po
	* po/sk.po
	* po/sr.po
		sync with HEAD (update translations)
2005-01-19 07:48:37 +00:00
Colin Leroy
3711596190 2005-01-18 [colin] 1.0.0cvs0.1
* src/foldersel.c
		Specify search column - patch by Alfons
2005-01-18 13:31:27 +00:00
Colin Leroy
be59cb43a4 2005-01-18 [colin] 0.9.13cvs36.3
* src/prefs_toolbar.c
		Change Delete to Remove
	* src/prefs_fonts.c
		GTK2 version and leak fixes
	* src/prefs_actions.c
		Add stock buttons.
		All patches by Alfons
2005-01-18 12:57:19 +00:00
Colin Leroy
c872e9dc65 2005-01-17 [colin] 0.9.13cvs36.2
* src/compose.c
		Fix DnD inserting twice. While at it,
		add DnD support for text/plain in the
		body, and add support in the headers.
2005-01-17 16:52:39 +00:00
Colin Leroy
9ec9f5c78c 2005-01-16 [colin] 0.9.13cvs36.1
* ChangeLog
	* ChangeLog.jp
	* ChangeLog.claws
		Sync with HEAD (nothing applicable)
2005-01-16 18:25:34 +00:00
Colin Leroy
4534f1bab4 2005-01-16 [colin] 0.9.13cvs33.2
* src/prefs_toolbar.c
		GTK2ize prefs_toolbar, by Alfons.
2005-01-16 18:18:27 +00:00
Colin Leroy
b3e6c8d550 2005-01-14 [colin] 0.9.13cvs33.1
* src/html.c
	* src/msgcache.c
		Sync with HEAD
2005-01-14 13:05:38 +00:00
Colin Leroy
1dd2e001c9 2005-01-14 [colin] 0.9.13cvs32.1
* src/html.c
	* src/html.h
	* src/msgcache.c
	* AUTHORS
	* tools/calypso_convert.pl
		Sync with HEAD
2005-01-14 07:52:51 +00:00
Colin Leroy
55ceb67d3c 2005-01-08 [colin] 0.9.13cvs29.2
* src/prefs_filtering_action.c
	* src/prefs_filtering.c
		2 more gtk2 patches by Alfons
2005-01-08 10:51:18 +00:00
Paul Mangan
4c60ddbf3d 2005-01-07 [paul] 0.9.13cvs29.1
* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* configure.ac
	* src/pop.c
	* src/pop.h
		sync with HEAD
2005-01-07 08:01:55 +00:00
Colin Leroy
f158d33109 2005-01-07 [colin] 0.9.13cvs28.3
* src/gtk/progressdialog.c
	* src/gtk/progressdialog.h
	* src/inc.c
	* src/send_message.c
		GTK2 for the incorporation dialog. The CList isn't dead
		yet, for a more smooth migration. Patch by Alfons.
2005-01-07 07:45:20 +00:00
Colin Leroy
107d67c9e8 2005-01-06 [colin] 0.9.13cvs28.2
* src/prefs_display_header.c
		GTK2 conversion by Alfons
	* src/prefs_actions.c
	* src/prefs_matcher.c
		Fix 2 leaks - patch by Alfons
2005-01-06 21:28:04 +00:00
Colin Leroy
e271aba4e8 2005-01-06 [colin] 0.9.13cvs28.1
* src/prefs_matcher.c
		Sync with HEAD
2005-01-06 12:56:29 +00:00
Colin Leroy
ce45171c27 2005-01-06 [colin] 0.9.13cvs27.4
* src/prefs_matcher.c
		Fix double-free. Patch by Alfons
2005-01-06 12:50:48 +00:00
Colin Leroy
2b67349ad3 2005-01-06 [colin] 0.9.13cvs27.3
* src/prefs_matcher.c
		GTK2 widgets + memleak
		Patch by Alfons
2005-01-06 08:13:18 +00:00
Colin Leroy
4d44bbb8d1 2005-01-05 [colin] 0.9.13cvs27.2
* src/account.c
	* src/addr_compl.c
	* src/foldersel.c
	* src/stock_pixmap.c
	* src/stock_pixmap.h
		3 more GTK2 patches by Alfons.
2005-01-05 21:41:32 +00:00
Colin Leroy
a7a1ca2fe7 2005-01-04 [colin] 0.9.13cvs27.1
* src/folderview.c
	* src/imap_gtk.c
	* src/news_gtk.c
		Sync with HEAD
2005-01-04 14:15:27 +00:00
Colin Leroy
072de1f518 2005-01-04 [colin] 0.9.13cvs25.9
* src/compose.c
		Fix Show Ruler menuitem
	* src/prefs_template.c
		Convert to GTK2
	* src/common/utils.c
		Make auto pointer stuff handles NULLs
		Patches by Alfons.
2005-01-04 13:51:22 +00:00
Colin Leroy
325b62e697 2005-01-04 [colin] 0.9.13cvs25.8
* src/compose.c
		Move the attachment list to gtk2
		Patch by Alfons.
2005-01-04 09:53:34 +00:00
Colin Leroy
b530d366a3 2005-01-04 [colin] 0.9.13cvs25.7
* src/textview.c
		Make some keys work again
		Patch by SungHyun Nam <namsh@kldp.org>
2005-01-04 08:35:32 +00:00
Colin Leroy
c5a9c97ef6 2005-01-04 [colin] 0.9.13cvs25.6
* src/gtk/gtkshruler.c
		Move the ruler to GTK2
		Patch by Alfons
2005-01-04 07:46:09 +00:00
Colin Leroy
5ab694c828 2005-01-03 [colin] 0.9.13cvs25.5
* src/compose.c
		Fix my broken patch apply
2005-01-03 21:37:40 +00:00
Colin Leroy
bc4055664b 2005-01-03 [colin] 0.9.13cvs25.4
* src/common/utils.c
	* src/common/utils.h
	* src/gtk/prefswindow.c
		Move auto pointer stuff to utils.c
		Patch by Alfons again :)
2005-01-03 18:03:20 +00:00
Colin Leroy
3d0e2ea4b3 2005-01-03 [colin] 0.9.13cvs25.3
* src/compose.c
	* src/prefs_gtk.c
	* src/prefs_template.c
	* src/textview.c
		Empty text widgets with empty strings, not NULL char
		Patch by SungHyun Nam <namsh@kldp_org>
2005-01-03 12:54:14 +00:00
Colin Leroy
f0f04cfce6 2005-01-03 [colin] 0.9.13cvs25.2
* src/main.c
	* AUTHORS
		Sync with HEAD
2005-01-03 08:46:27 +00:00
Colin Leroy
256921cc34 2005-01-03 [colin] 0.9.13cvs25.1
* src/pop.c
	* src/pop.h
		Sync with HEAD
2005-01-03 08:36:49 +00:00
Colin Leroy
190ce659b0 2005-01-03 [colin] 0.9.13cvs24.3
* src/account.c
		Two patches from Alfons and Alex S Moore:
		fix images, fix return value.
2005-01-03 08:32:29 +00:00
Colin Leroy
40c0a4e5cf 2005-01-01 [colin] 0.9.13cvs24.2
* src/prefs_actions.c
		Fix over-zealous assertion. Patch by Alfons
2005-01-01 14:14:08 +00:00
Colin Leroy
f1b64e9392 2005-01-01 [colin] 0.9.13cvs24.1
* src/procmime.c
		Sync with HEAD (leak fix)
2005-01-01 14:11:45 +00:00
Colin Leroy
f6cbb37a1d 2004-12-31 [colin] 0.9.13cvs23.2
* src/prefs_common.c
		GTK2 widgets + stock buttons - patch by Alfons
2004-12-31 11:27:48 +00:00
Paul Mangan
90be01d39c 2004-12-31 [paul] 0.9.13cvs23.1
* configure.ac
		bump up EXTRA_VERSION to match (sync'ed) HEAD
	* src/gtk/pluginwindow.c
		use GTK2 widgets and plug memory leaks,
		patches by Alfons
2004-12-31 08:27:34 +00:00
Colin Leroy
ee6db3e338 2004-12-30 [colin] 0.9.13cvs22.4
* src/account.c
	* src/action.c
	* src/export.c
	* src/foldersel.c
	* src/import.c
	* src/message_search.c
	* src/prefs_actions.c
	* src/prefs_common.c
	* src/prefs_customheader.c
	* src/prefs_filtering.c
	* src/prefs_summary_column.c
	* src/summary_search.c
	* src/gtk/about.c
	* src/gtk/description_window.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/gtk/inputdialog.c
	* src/gtk/prefswindow.c
		Use GTK2 stock buttons. Patches by Alfons.
2004-12-30 15:28:43 +00:00
Colin Leroy
787db62bdf 2004-12-30 [colin] 0.9.13cvs22.3
* src/account.c
		Sync with HEAD
	* src/prefs_actions.c
	* src/prefs_customheader.c
	* src/prefs_filtering.c
	* src/prefs_msg_colors.c
	* src/prefs_summary_column.c
	* src/gtk/prefswindow.c
		Use GtkTreeView instead of deprecated
		widgets. Patches by Alfons.
2004-12-30 14:24:30 +00:00
Paul Mangan
8305e8fc4b 2004-12-30 [paul] 0.9.13cvs22.2
* src/foldersel.c
		use GTK 2 Tree View
		patch by Alfons, with root folder sorting fix
		by Stephan Sachse
2004-12-30 09:15:35 +00:00
Paul Mangan
ce054fb257 2004-12-30 [paul] 0.9.13cvs22.1
* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* NEWS
	* configure.ac
	* src/account.c
		sync with HEAD
2004-12-30 08:53:03 +00:00
Martin Schaaf
047a7f8cf3 2004-12-22 [martin] 0.9.13cvs21.2
* src/action.c
		free the command line after its use
2004-12-22 08:00:51 +00:00
Paul Mangan
2aace3688c 2004-12-18 [paul] 0.9.13cvs21.1
* AUTHORS
	* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* NEWS
	* configure.ac
	* src/action.c
	* src/compose.c
	* src/syldap.c
		sync with HEAD
2004-12-18 07:39:50 +00:00
Martin Schaaf
2066e3f3f7 2004-12-17 [martin] 0.9.13cvs17.2
* src/action.c
		convert actions input to locale
	* src/inc.c
		convert notification command to locale
	* src/plugins/pgpmime/select-keys.c
		convert attributes to utf8
2004-12-17 14:52:39 +00:00
Colin Leroy
1a8f332cd3 2004-12-14 [colin] 0.9.13cvs17.1
* ChangeLog
	* ChangeLog.jp
	* ChangeLog.claws
	* src/action.c
	* src/common/utils.c
	* src/gtk/prefswindow.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/plugins/spamassassin/libspamc.c
		Sync with HEAD
2004-12-14 14:47:48 +00:00
Colin Leroy
935878168a 2004-12-13 [colin] 0.9.13cvs14.1
* src/quote_fmt_parse.y
		Sync with HEAD
2004-12-13 07:35:44 +00:00
Colin Leroy
a712af12c5 2004-12-10 [colin] 0.9.13cvs12.1
* src/prefs_themes.c
	* src/mainwindow.c
	* src/messageview.c
		Sync with HEAD
2004-12-10 11:02:55 +00:00
Colin Leroy
6e3c47cad6 2004-12-09 [colin] 0.9.13cvs10.1
* src/procmime.c
		Sync with HEAD (fix B64 encoding from memory)
2004-12-09 09:44:48 +00:00
Colin Leroy
ae8ddc3042 2004-12-08 [colin] 0.9.13cvs9.1
* src/gtk/colorlabel.c
		Sync with HEAD
2004-12-08 19:21:14 +00:00
Paul Mangan
c7693d75c5 2004-12-08 [paul] 0.9.13cvs8.2
* src/gtk/pluginwindow.c
		fix window resizing oddities
2004-12-08 18:34:31 +00:00
Colin Leroy
40a3226cac 2004-12-08 [colin] 0.9.13cvs8.1
* src/quote_fmt_parse.y
		Sync with HEAD
2004-12-08 13:35:03 +00:00
Colin Leroy
339ad720d3 2004-12-08 [colin] 0.9.13cvs7.1
* src/matcher_parser_parse.y
	* src/msgcache.c
	* src/prefs_matcher.c
	* src/procheader.c
	* src/matcher.c
	* src/common/defs.h
	* po/sr.po
		Sync with HEAD
2004-12-08 11:31:25 +00:00
Colin Leroy
819946453e 2004-12-08 [colin] 0.9.13cvs6.1
* src/quote_fmt_parse.y
	* src/textview.c
		Sync with HEAD
	* src/gtk/prefswindow.c
	* src/gtk/pluginwindow.c
		Fix G_CALLBACKS protos (thanks to Alfons)
2004-12-08 07:39:03 +00:00
Thorsten Maerz
64ac574c0f 2004-12-07 [torte] 0.9.13cvs2.2
* src/procmime.c
		[Bug 650] reply button causes crash
		Thanks to David Relson and Christoph
2004-12-07 20:17:35 +00:00
Colin Leroy
5b124125f2 2004-12-07 [colin] 0.9.13cvs2.1
* ChangeLog.claws
	* AUTHORS
	* po/sk.po
	* src/procmime.c
	* src/prefs_account.c
	* src/common/smtp.c
	* src/common/smtp.h
		Sync with HEAD
2004-12-07 13:02:40 +00:00
Colin Leroy
2593a6f653 2004-12-06 [colin] 0.9.12cvs187.1
* ChangeLog.claws
	* INSTALL
	* Makefile.am
	* README.claws
	* TODO.claws
	* configure.ac
	* po/bg.po
	* po/cs.po
	* po/el.po
	* po/en_GB.po
	* po/es.po
	* po/fr.po
	* po/hr.po
	* po/hu.po
	* po/it.po
	* po/ja.po
	* po/ko.po
	* po/nl.po
	* po/pl.po
	* po/pt_BR.po
	* po/ru.po
	* po/sk.po
	* po/sr.po
	* po/sv.po
	* po/zh_CN.po
	* po/zh_TW.Big5.po
	* src/compose.c
	* tools/Makefile.am
	* tools/README
	* tools/filter_conv.pl
	* tools/kdeservicemenu/README
	* tools/kdeservicemenu/template_sylpheed-attach-files.desktop
	* tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
		Sync with HEAD
2004-12-06 10:42:58 +00:00
Colin Leroy
5ca4e70d52 2004-12-04 [colin] 0.9.12cvs183.1
* src/compose.c
		Sync with HEAD (compose window position saving)
2004-12-04 16:13:22 +00:00
Paul Mangan
182a208356 2004-12-04 [paul] 0.9.12cvs182.3
* src/messageview.c
	* src/mimeview.c
	* src/prefs_customheader.c
	* src/gtk/quicksearch.c
		replace some forgotten GTK_SIGNAL_FUNCs
2004-12-04 11:26:52 +00:00
Paul Mangan
2120f56583 2004-12-04 [paul] 0.9.12cvs182.2
* src/Makefile.am
		remove 'pixmaps/dir_noselect.xpm'. from local patch,
	 	committed in error
2004-12-04 10:49:51 +00:00
Paul Mangan
271bccbdb8 2004-12-04 [paul] 0.9.12cvs182.1
* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* INSTALL
	* NEWS
	* README
	* README.jp
	* configure.ac
	* doc/manual/ja/Makefile.am
	* doc/manual/ja/sylpheed-1.html
	* doc/manual/ja/sylpheed-10.html
	* doc/manual/ja/sylpheed-11.html
	* doc/manual/ja/sylpheed-12.html
	* doc/manual/ja/sylpheed-13.html
	* doc/manual/ja/sylpheed-14.html
	* doc/manual/ja/sylpheed-15.html
	* doc/manual/ja/sylpheed-16.html
	* doc/manual/ja/sylpheed-17.html
	* doc/manual/ja/sylpheed-18.html
	* doc/manual/ja/sylpheed-19.html
	* doc/manual/ja/sylpheed-2.html
	* doc/manual/ja/sylpheed-20.html
	* doc/manual/ja/sylpheed-3.html
	* doc/manual/ja/sylpheed-4.html
	* doc/manual/ja/sylpheed-5.html
	* doc/manual/ja/sylpheed-6.html
	* doc/manual/ja/sylpheed-7.html
	* doc/manual/ja/sylpheed-8.html
	* doc/manual/ja/sylpheed-9.html
	* doc/manual/ja/sylpheed.html
	* doc/manual/ja/sylpheed.sgml
	* po/de.po
	* src/Makefile.am
	* src/compose.c
	* src/procmime.c
	* src/pixmaps/regular.xpm **REMOVED**
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/plugin.c
	* src/plugins/pgpmime/prefs_gpg.c
		sync with HEAD
2004-12-04 10:33:51 +00:00
Paul Mangan
0c512f86df 2004-12-03 [paul] 0.9.12cvs180.1
* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* configure.ac
	* src/Makefile.am
	* src/pop.c
	* src/common/utils.c
	* src/common/utils.h
	* src/pixmaps/continue.xpm
	* src/pixmaps/dir_close.xpm
	* src/pixmaps/dir_open.xpm
	* src/pixmaps/drafts_close.xpm
	* src/pixmaps/drafts_open.xpm
	* src/pixmaps/folder.xpm **REMOVED**
	* src/pixmaps/group.xpm
	* src/pixmaps/unread.xpm
		sync with HEAD
2004-12-03 04:30:51 +00:00
Colin Leroy
b72796f98d 2004-12-02 [colin] 0.9.12cvs179.1
* src/compose.c
		Sync with HEAD (non-duplicated reedition)
2004-12-02 07:58:45 +00:00
Colin Leroy
3829d7114c 2004-12-02 [colin] 0.9.12cvs178.1
* src/compose.c
		Sync with HEAD (linewrap_quote fix)
2004-12-02 07:40:14 +00:00
Colin Leroy
4bd7b3dd4f 2004-12-01 [colin] 0.9.12cvs177.3
* src/addrharvest.c
		Replace sizeof with strlen
2004-12-01 12:54:58 +00:00
Paul Mangan
a04c756aea 2004-12-01 [paul] 0.9.12cvs177.2
* src/addrharvest.c
		fix 'harvest addresses'
2004-12-01 10:36:03 +00:00
Colin Leroy
9d181ed852 2004-11-30 [colin] 0.9.12cvs177.1
* src/gtk/prefswindow.c
	* src/gtk/pluginwindow.c
		Sync with HEAD
2004-11-30 10:35:15 +00:00
Colin Leroy
a66199c6f4 2004-11-29 [colin] 0.9.12cvs176.1
* src/folderview.c
		sync with HEAD (Fix disappearing separators in folderview's popup)
2004-11-29 10:08:35 +00:00
Colin Leroy
8060dbfdf1 2004-11-29 [colin] 0.9.12cvs175.1
* src/procmime.c
		Sync with head (another format fix)
2004-11-29 08:18:16 +00:00
Colin Leroy
83a13b5528 2004-11-29 [colin] 0.9.12cvs174.1
* src/pop.c
		Sync with HEAD (format string fix)
2004-11-29 07:54:09 +00:00
Colin Leroy
f69d8e55a0 2004-11-26 [colin] 0.9.12cvs173.1
* src/common/smtp.c
	* src/common/smtp.h
		Sync with HEAD
2004-11-26 09:22:06 +00:00
Colin Leroy
4e2eb90d59 2004-11-24 [colin] 0.9.12cvs172.1
* src/plugins/pgpmime/pgpmime.c
		Sync with HEAD
2004-11-24 16:47:20 +00:00
Colin Leroy
8772a50a92 2004-11-24 [colin] 0.9.12cvs171.1
* src/plugins/pgpmime/pgpmime.c
		Sync with head (gpgmectx leaks)
2004-11-24 16:08:45 +00:00
Colin Leroy
4c2605a1cd 2004-11-24 [colin] 0.9.12cvs169.1
* src/plugins/pgpmime/plugin.c
	* src/plugins/trayicon/Makefile.am
	* src/plugins/trayicon/newmarkedmail.xpm
	* src/plugins/trayicon/trayicon.c
	* src/plugins/trayicon/unreadmarkedmail.xpm
		Sync with HEAD
2004-11-24 12:57:09 +00:00
Colin Leroy
6380d95e76 2004-11-23 [colin] 0.9.12cvs168.1
* src/partial_download.c
	* src/partial_download.h
	* src/plugins/pgpmime/plugin.c
		Sync with HEAD
2004-11-23 19:00:07 +00:00
Colin Leroy
983b61970e 2004-11-23 [colin] 0.9.12cvs166.1
* src/Makefile.am
	* src/codeconv.c
	* src/compose.c
	* src/folderview.c
	* src/main.c
	* src/partial_download.c
	* src/partial_download.h
	* src/prefs_account.c
	* src/prefs_account.h
	* src/privacy.c
	* src/privacy.h
	* src/procmime.c
	* src/common/Makefile.am
	* src/common/base64.h
	* src/common/partial_download.c
	* src/common/partial_download.h
	* src/gtk/prefswindow.c
	* src/gtk/prefswindow.h
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/prefs_gpg.c
	* src/plugins/pgpmime/prefs_gpg.h
	* src/plugins/pgpmime/sgpgme.c
	* src/plugins/pgpmime/sgpgme.h
		Sync with HEAD
2004-11-23 15:57:07 +00:00
Colin Leroy
870f901200 2004-11-23 [colin] 0.9.12cvs163.1
* src/main.c
		Sync with HEAD (cursor optimization)
2004-11-23 13:01:16 +00:00
Colin Leroy
5c676e5906 2004-11-23 [colin] 0.9.12cvs162.1
* src/prefs_common.c
	* src/prefs_themes.c
	* src/procmsg.c
		Sync with HEAD
2004-11-23 11:36:46 +00:00
Colin Leroy
61b01f0526 2004-11-23 [colin] 0.9.12cvs158.9
* src/compose.c
		Fix double-free when forwarding
	* src/msgcache.c
		Fix leak on error path
2004-11-23 11:02:29 +00:00
Colin Leroy
42a122d6af 2004-11-23 [colin] 0.9.12cvs158.8
* src/compose.c
		Fix possible double-free
		Spotted by Alfons
2004-11-23 08:26:47 +00:00
Colin Leroy
25224e20b7 2004-11-23 [colin] 0.9.12cvs158.7
* src/compose.c
		Fix some signal handlers' prototypes
		Spotted by Alfons
2004-11-23 07:46:15 +00:00
Colin Leroy
23208a1e04 2004-11-22 [colin] 0.9.12cvs158.6
* src/compose.c
		Remove unneeded code and duplicated
		wrapping - patch by Alfons
2004-11-22 13:40:55 +00:00
Colin Leroy
f7261fd0d6 2004-11-22 [colin] 0.9.12cvs158.5
* src/prefs_themes.c
		Fix oversized selector
2004-11-22 08:16:46 +00:00
Colin Leroy
90eee66501 2004-11-22 [colin] 0.9.12cvs158.4
* src/compose.c
		fix dump_text()
		patch by Alfons
2004-11-22 07:32:16 +00:00
Colin Leroy
cf8d381628 2004-11-19 [colin] 0.9.12cvs158.3
* src/textview.c
		Add a context menu on links (open, copy)
2004-11-19 10:39:01 +00:00
Paul Mangan
802e30249d 2004-11-18 [paul] 0.9.12cvs158.2
* src/addrgather.c
	* src/exphtmldlg.c
	* src/expldifdlg.c
	* src/mimeview.c
	* src/prefs_common.c
	* src/plugins/image_viewer/viewer.c
	* src/plugins/spamassassin/spamassassin_gtk.c
		replace deprecated gtk_notebook_set_page
		and gtk_notebook_current_page
2004-11-18 07:11:16 +00:00
Paul Mangan
528f70fd31 2004-11-18 [paul] 0.9.12cvs158.1
* configure.ac
	* src/compose.c
	* src/mainwindow.c
	* src/messageview.c
	* src/prefs_common.c
	* src/common/utils.c
	* src/common/utils.h
		sync with HEAD
2004-11-18 06:36:19 +00:00
Colin Leroy
7dbf99b999 2004-11-17 [colin] 0.9.12cvs156.1
* src/prefs_account.c
	* src/prefs_account.h
	* src/procmsg.c
		Sync with HEAD (add pref to store encrypted mails encrypted)
2004-11-17 14:16:23 +00:00
Paul Mangan
c73fc72e9c 2004-11-17 [paul] 0.9.12cvs155.1
* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* NEWS
	* configure.ac
	* src/compose.c
	* src/jpilot.c
	* src/privacy.c
	* src/procmime.c
	* src/procmime.h
	* src/procmsg.c
	* src/toolbar.c
	* src/pixmaps/error.xpm
		sync with HEAD
2004-11-17 13:48:31 +00:00
Colin Leroy
261fde2d31 2004-11-17 [colin] 0.9.12cvs151.1
* src/plugins/pgpmime/pgpmime.c
		Sync with HEAD (remove debug printf)
2004-11-17 10:30:42 +00:00
Colin Leroy
cec50f6759 2004-11-17 [colin] 0.9.12cvs150.1
* src/plugins/pgpmime/pgpmime.c
		Sync with HEAD (off-by-one fix)
2004-11-17 10:13:48 +00:00
Colin Leroy
8f4fb8b477 2004-11-17 [colin] 0.9.12cvs149.1
* src/procmsg.c
		Sync with HEAD (coding style fixes)
2004-11-17 08:45:43 +00:00
Colin Leroy
9319c8fe9a 2004-11-16 [colin] 0.9.12cvs148.1
* src/procmsg.c
		Sync with head (Fix the fix)
2004-11-16 15:46:28 +00:00
Colin Leroy
8a1fcc27b9 2004-11-16 [colin] 0.9.12cvs147.1
* src/procmsg.c
		Sync with Main (leak fix)
2004-11-16 15:39:31 +00:00
Colin Leroy
e0a7649792 2004-11-16 [colin] 0.9.12cvs146.14
* src/compose.c
		Remove useless chunk of code
		Patch by Alfons
2004-11-16 08:58:42 +00:00
Colin Leroy
4ecd2b2c73 2004-11-15 [colin] 0.9.12cvs146.13
* src/compose.c
		Fix drafting after insertion
		Patch by Alfons
2004-11-15 19:44:49 +00:00
Colin Leroy
b01892e892 2004-11-15 [colin] 0.9.12cvs146.12
* src/compose.c
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_toolbar.c
		Fix some const-correctness
2004-11-15 10:28:16 +00:00
Colin Leroy
a82027b9ca 2004-11-15 [colin] 0.9.12cvs146.11
* src/summaryview.c
	* src/prefs_themes.c
	* src/messageview.c
		Fix some leaks
2004-11-15 10:05:03 +00:00
Colin Leroy
fe5daf5b7b 2004-11-15 [colin] 0.9.12cvs146.10
* src/codeconv.c
		More unreadable locale fixes
2004-11-15 08:47:21 +00:00
Colin Leroy
5256d3a02e 2004-11-14 [colin] 0.9.12cvs146.9
* src/textview.c
		Fix uri_security_check
		Patch by Alfons
2004-11-14 19:14:35 +00:00
Paul Mangan
8c1a9143db 2004-11-13 [paul] 0.9.12cvs146.8
* src/folder.c
	* src/procmime.c
		fix 2 bugs introduced in last commit
2004-11-13 15:10:06 +00:00
Paul Mangan
930bbd9d55 2004-11-13 [paul] 0.9.12cvs146.7
* src/compose.c
	* src/exporthtml.c
	* src/exportldif.c
	* src/folder.c
	* src/imap.c
	* src/imap_gtk.c
	* src/main.c
	* src/mainwindow.c
	* src/messageview.c
	* src/mh_gtk.c
	* src/prefs_themes.c
	* src/procmime.c
	* src/setup.c
	* src/summaryview.c
		replace deprecated g_basename
2004-11-13 13:28:35 +00:00
Paul Mangan
d7348a219c 2004-11-13 [paul] 0.9.12cvs146.6
* src/compose.c
	* src/imap.c
	* src/matcher_parser.h
	* src/matcher_parser_parse.y
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_themes.c
	* src/prefs_toolbar.c
	* src/common/utils.c
		various small fixes/cleanups
2004-11-13 08:14:41 +00:00
Colin Leroy
9b90c95961 Validate event 2004-11-12 15:55:21 +00:00
Paul Mangan
19fbdf65cc 2004-11-12 [paul] 0.9.12cvs146.4
* src/exporthtml.c
	* src/exportldif.c
	* src/imap.c
	* src/mh.c
	* src/mimeview.c
	* src/prefs_spelling.c
	* src/prefs_themes.c
		replace deprecated g_dirname
2004-11-12 09:21:06 +00:00
Colin Leroy
72b05561e9 2004-11-12 [colin] 0.9.12cvs146.3
* src/textview.c
		Some coding style fixes
2004-11-12 08:37:48 +00:00
Colin Leroy
2e859d2f66 2004-11-12 [colin] 0.9.12cvs146.2
* src/codeconv.c
		We want to replace _all_ extended chars in
		conv_unreadable_*, because any string containing
		extended chars not parsing as UTF8 is
		undisplayed on gtk2.
2004-11-12 08:27:36 +00:00
Paul Mangan
ebd4fca572 2004-11-12 [paul] 0.9.12cvs146.1
* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* NEWS
	* configure.ac
	* src/account.c
	* src/folderview.c
	* src/folderview.h
	* src/imap.c
	* src/imap_gtk.c
	* src/inc.c
	* src/mainwindow.c
	* src/mh_gtk.c
	* src/news_gtk.c
	* src/pop.c
	* src/prefs_account.c
	* src/prefs_account.h
	* src/prefs_ext_prog.c
	* src/procmime.c
	* src/procmime.h
	* src/procmsg.c
	* src/procmsg.h
	* src/summary_search.c
	* src/summaryview.c
	* src/textview.c
	* src/common/defs.h
	* src/common/utils.c
	* src/common/utils.h
	* src/gtk/menu.c
	* src/gtk/menu.h
		sync with HEAD
2004-11-12 06:41:50 +00:00
Colin Leroy
4ce85ee3a0 2004-11-11 [colin] 0.9.12cvs144.2
* src/textview.c
		Fix URI range selection (patch by Alfons)
2004-11-11 21:20:04 +00:00
Colin Leroy
160c161a9f 2004-11-09 [colin] 0.9.12cvs144.1
* ChangeLog.claws
	* src/compose.c
	* src/folder.c
	* src/folder_item_prefs.c
	* src/prefs_account.c
	* src/prefs_account.h
	* src/plugins/pgpmime/pgpmime.c
		Sync with HEAD
2004-11-09 15:26:36 +00:00
Colin Leroy
b310349cfe 2004-11-08 [colin] 0.9.12cvs143.1
* src/summaryview.c
		Sync with HEAD (optimize quicksearch)
2004-11-08 18:36:06 +00:00
Colin Leroy
1579117dcc 2004-11-08 [colin] 0.9.12cvs142.2
* src/compose.c
		Don't wrap when Edit/Auto wrapping is disabled
2004-11-08 16:05:01 +00:00
Colin Leroy
eb7db904de 2004-11-08 [colin] 0.9.12cvs142.1
* src/textview.c
		Sync with HEAD
2004-11-08 15:18:33 +00:00
Colin Leroy
f96c2837a4 2004-11-08 [colin] 0.9.12cvs141.1
* src/textview.c
		Sync with HEAD (fix some mail URIs)
2004-11-08 12:54:59 +00:00
Colin Leroy
5ca057493b 2004-11-08 [colin] 0.9.12cvs140.3
* src/textview.c
		o Use text cursor instead of arrow when
		  not on a link
		o Fix handling of contiguous links (as in
		  "colin@colino.net" <colin@colino.net>)
		  This one unveils a bug in get_email_part()
2004-11-08 11:06:35 +00:00
Colin Leroy
d33c6fdd5f 2004-11-07 [colin] 0.9.12cvs140.2
* src/textview.c
		Fix memleak. Patch by Alfons.
2004-11-07 21:04:55 +00:00
Colin Leroy
cee146e9af 2004-11-06 [colin] 0.9.12cvs140.1
* src/compose.c
		Sync with HEAD (don't ask passphrase
		when drafting)
2004-11-06 20:17:38 +00:00
Paul Mangan
d5aac843f5 2004-11-06 [paul] 0.9.12cvs139.2
* AUTHORS
	* src/textview.c
	* src/textview.h
		textview URI handling. hovering over a
		link displays it in the status bar,
		and changes the mouse pointer to a hand
		cursor. a link is activated with a single
		click. (Modified from the) patch by Jean-Yves
		Lefort <jylefort@users.sourceforge.net>
2004-11-06 09:39:33 +00:00
Colin Leroy
4eb41d0500 2004-11-05 [colin] 0.9.12cvs139.1
* src/compose.c
	* src/procmime.c
		Sync with HEAD again ^^
2004-11-05 17:07:20 +00:00
Colin Leroy
8f5c130ba9 2004-11-05 [colin] 0.9.12cvs139.1
* src/compose.c
	* src/procmime.c
		Sync with HEAD
2004-11-05 16:25:22 +00:00
Paul Mangan
ebfbc002a0 2004-11-03 [paul] 0.9.12cvs138.1
* ChangeLog.claws
	* configure.ac
	* po/POTFILES.in
	* src/prefs_ext_prog.c
	* src/procmime.c
	* tools/kdeservicemenu/README
	* tools/kdeservicemenu/template_sylpheed-attach-files.desktop
	* tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
		sync with HEAD
2004-11-03 04:41:29 +00:00
Christoph Hohmann
e69b03ee0d 2004-11-01 [christoph] 0.9.12cvs136.2
* src/procmime.c
		convert MIME parameters to UTF-8
2004-11-01 13:45:49 +00:00
Colin Leroy
a3f1a37fc5 2004-10-29 [colin] 0.9.12cvs136.1
* src/common/utils.c
		Sync with HEAD (don't use '=' in mime boundary)
2004-10-29 08:43:29 +00:00
Paul Mangan
8f75ce0d69 2004-10-29 [paul] 0.9.12cvs135.1
* configure.ac
	* doc/src/rfc2231.txt
	* src/procmime.c
	* src/common/quoted-printable.c
	* src/common/utils.c
	* src/common/utils.h
		sync with HEAD
2004-10-29 06:17:33 +00:00
Paul Mangan
d6cf9a129f 2004-10-27 [paul] 0.9.12cvs134.1
* configure.ac
	* src/main.c
	* src/procmime.c
	* src/plugins/pgpmime/pgpmime.c
		sync with HEAD
2004-10-27 03:40:38 +00:00
Paul Mangan
a5bdc64d69 2004-10-26 [paul] 0.9.12cvs132.3
* src/account.c
	* src/addressbook.c
	* src/addrgather.c
	* src/addrharvest.c
	* src/codeconv.c
	* src/compose.c
	* src/customheader.c
	* src/editaddress.c
	* src/editgroup.c
	* src/enriched.c
	* src/expldifdlg.c
	* src/exporthtml.c
	* src/exportldif.c
	* src/folder.c
	* src/foldersel.c
	* src/folderview.c
	* src/grouplistdialog.c
	* src/html.c
	* src/imap.c
	* src/jpilot.c
	* src/ldapserver.c
	* src/ldif.c
	* src/mimeview.c
	* src/news.c
	* src/news_gtk.c
	* src/pop.c
	* src/prefs_display_header.c
	* src/prefs_gtk.c
	* src/prefs_msg_colors.c
	* src/prefs_toolbar.c
	* src/procheader.c
	* src/procmime.c
	* src/summaryview.c
	* src/textview.c
	* src/toolbar.c
	* src/vcard.c
	* src/common/mgutils.c
	* src/common/nntp.c
	* src/common/smtp.c
	* src/common/template.c
	* src/common/utils.c
	* src/common/xmlprops.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/select-keys.c
	* src/plugins/pgpmime/sgpgme.c
		replace deprecated g_strcasecmp(), g_strncasecmp(),
		g_string_sprintfa(), gtk_notebook_current_page()
2004-10-26 10:43:50 +00:00
Colin Leroy
8068afb17d 2004-10-26 [colin] 0.9.12cvs132.2
* src/prefs_folder_item.c
		Fix auto-account selection
2004-10-26 08:59:06 +00:00
Colin Leroy
5789c83ddd 2004-10-21 [colin] 0.9.12cvs133
* src/compose.c
		Sync with HEAD (Remove extra separator in compose's Options)
	* src/textview.c
		Set wrapping to char
2004-10-21 12:14:46 +00:00
Paul Mangan
c2a4dfcea2 2004-10-21 [paul] 0.9.12cvs131.2
* src/compose.c
	* src/sourcewindow.c
		fix wrapping
		fix window shrinking
2004-10-21 10:57:09 +00:00
Colin Leroy
d1ded6e40e 2004-10-21 [colin] 0.9.12cvs131.1
* ChangeLog.claws
	* src/compose.c
		Sync with HEAD
2004-10-21 09:22:14 +00:00
Paul Mangan
7799c0d608 2004-10-21 [paul] 0.9.12cvs130.2
* src/prefs_folder_item.c
		sync with HEAD (Apply to subfolders)
2004-10-21 07:30:24 +00:00
Colin Leroy
524fef861d 2004-10-19 [colin] 0.9.12cvs130.1
* ChangeLog.claws
	* src/compose.c
	* src/common/utils.c
	* src/gtk/menu.c
		Sync with HEAD
2004-10-19 12:03:08 +00:00
Colin Leroy
7b9a4be4db 2004-10-19 [colin] 0.9.12cvs128.1
* src/addrbook.c
	* src/addrcache.c
	* src/addressbook.c
	* src/codeconv.c
	* src/compose.c
	* src/customheader.c
	* src/editaddress.c
	* src/editgroup.c
	* src/exporthtml.c
	* src/folder.c
	* src/folderview.c
	* src/imap.c
	* src/jpilot.c
	* src/main.c
	* src/matcher_parser_parse.y
	* src/mbox.c
	* src/pop.c
	* src/prefs_account.c
	* src/prefs_gtk.c
	* src/prefs_msg_colors.c
	* src/procheader.c
	* src/procmime.c
	* src/procmime.h
	* src/procmsg.c
	* src/summaryview.c
	* src/textview.c
	* src/common/base64.c
	* src/common/partial_download.c
	* src/common/socket.c
	* src/common/sylpheed.c
	* src/common/utils.c
	* src/common/utils.h
	* src/gtk/pluginwindow.c
	* src/gtk/quicksearch.c
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/clamav/clamav_plugin.h
	* src/plugins/clamav/clamav_plugin_gtk.c
	* src/plugins/pgpmime/passphrase.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/plugin.c
	* src/plugins/pgpmime/prefs_gpg.c
	* src/plugins/pgpmime/prefs_gpg.h
	* src/plugins/pgpmime/select-keys.c
	* src/plugins/pgpmime/sgpgme.c
	* src/plugins/spamassassin/libspamc.c
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
	* src/plugins/trayicon/trayicon.c
	* src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
		Sync with HEAD
2004-10-19 07:28:20 +00:00
Colin Leroy
4136c55baf 2004-10-14 [colin] 0.9.12cvs126.2
* src/codeconv.c
	* src/textview.c
		Fix conv_unreadable_locale
2004-10-14 10:22:30 +00:00
Colin Leroy
312fcc14e0 2004-10-13 [colin] 0.9.12cvs126.1
* src/compose.c
		Sync with HEAD (don't convert charset for
		drafted messages, minor cleanup)
2004-10-13 14:07:33 +00:00
Colin Leroy
7e3e1c8cac 2004-10-13 [colin] 0.9.12cvs125.1
* po/POTFILES.in
		Sync with HEAD (POTFILES fix)
2004-10-13 12:33:04 +00:00
Colin Leroy
00620d4417 2004-10-12 [colin] 0.9.12cvs124.3
* src/compose.c
		Fix encoding bug from latest sync
2004-10-12 16:51:16 +00:00
Paul Mangan
5cc02b6e6d 2004-10-12 [paul] 0.9.12cvs124.2
* src/plugins/pgpmime/prefs_gpg.c
	* src/plugins/pgpmime/prefs_gpg.h
		forgotten in last commit
2004-10-12 10:26:31 +00:00
Paul Mangan
d04ac7fcb7 2004-10-12 [paul] 0.9.12cvs124.1
* ChangeLog.claws
	* configure.ac
	* m4/spamassassin.m4
	* src/Makefile.am
	* src/account.c
	* src/compose.c
	* src/compose.h
	* src/crash.c
	* src/main.c
	* src/mimeview.c
	* src/passphrase.c
	* src/passphrase.h
	* src/prefs_account.c
	* src/prefs_account.h
	* src/prefs_common.c
	* src/privacy.c
	* src/privacy.h
	* src/procmime.c
	* src/procmime.h
	* src/procmsg.c
	* src/rfc2015.c
	* src/rfc2015.h
	* src/select-keys.c
	* src/select-keys.h
	* src/textview.c
	* src/common/utils.c
	* src/common/utils.h
	* src/gtk/about.c
	* src/plugins/pgpmime/Makefile.am
	* src/plugins/pgpmime/passphrase.c
	* src/plugins/pgpmime/passphrase.h
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/plugin.c
	* src/plugins/pgpmime/select-keys.c
	* src/plugins/pgpmime/select-keys.h
	* src/plugins/pgpmime/sgpgme.c
	* src/plugins/pgpmime/sgpgme.h
		sync with HEAD
2004-10-12 09:45:18 +00:00
Colin Leroy
da17f7c507 2004-10-04 [colin] 0.9.12cvs122.1
* src/mainwindow.c
	* src/messageview.c
	* src/messageview.h
	* src/textview.c
		Sync with HEAD
2004-10-04 10:22:00 +00:00
Colin Leroy
f13f08d32e 2004-10-04 [colin] 0.9.12cvs121.1
* src/summaryview.c
		Sync with HEAD
2004-10-04 09:43:52 +00:00
Paul Mangan
72cd70c4cb 2004-10-04 [paul] 0.9.12cvs120.1
* configure.ac
		sync with HEAD [don't try to build
		pgpmime plugin when gpgme is disabled]
2004-10-04 07:21:34 +00:00
Colin Leroy
6aafc03169 2004-10-03 [colin] 0.9.12cvs119.3
* src/gtk/gtksctree.c
		Lots of side effects. Put back as before 117.2.
	* src/summaryview.c
		Fix bug #602
2004-10-03 10:37:49 +00:00
Colin Leroy
63bf4d70ff 2004-10-03 [colin] 0.9.12cvs119.2
* src/gtk/gtksctree.c
		Revert 608 fix that doesn't work that good
2004-10-03 10:14:27 +00:00
Colin Leroy
fa436da0b1 2004-10-02 [colin] 0.9.12cvs119.1
* src/mainwindow.c
	* src/messageview.c
	* src/prefs_common.h
	* src/procmime.c
	* src/procmime.h
	* src/textview.c
		Sync with HEAD
	* src/gtk/gtksctree.c
		Close bug #608
2004-10-02 16:33:17 +00:00
Colin Leroy
d9855da4d9 2004-10-01 [colin] 0.9.12cvs118.1
* src/mimeview.c
		Sync with HEAD (better Save All fix)
2004-10-01 12:00:51 +00:00
Colin Leroy
e55ae09f41 2004-10-01 [colin] 0.9.12cvs117.2
* src/gtk/gtksctree.c
		Faster on selection
2004-10-01 09:58:12 +00:00
Colin Leroy
dc847de119 2004-10-01 [colin] 0.9.12cvs117.1
* src/mimeview.c
		Sync with HEAD (Save All: only attachments)
2004-10-01 09:17:47 +00:00
Paul Mangan
efe6d52e96 2004-10-01 [paul] 0.9.12cvs116.1
* ChangeLog.claws
	* configure.ac
	* src/account.c
	* src/prefs_common.c
	* src/gtk/colorlabel.c
		sync with HEAD
2004-10-01 08:57:07 +00:00
Colin Leroy
a334bec337 2004-09-30 [colin] 0.9.12cvs115.1
* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/folderview.c
	* src/Makefile.am
	* src/pixmaps/read.xpm
		Sync with HEAD (new pixmap)
2004-09-30 10:27:26 +00:00
Colin Leroy
383947ce07 2004-09-29 [colin] 0.9.12cvs114.1
* src/compose.c
		Sync with HEAD
		Fix focus handling in headers
2004-09-29 09:36:22 +00:00
Paul Mangan
14edff4b00 2004-09-29 [paul] 0.9.12cvs113.1
* src/quote_fmt_parse.y
		sync with HEAD
2004-09-29 08:42:39 +00:00
Colin Leroy
a0a9b1425f 2004-09-28 [colin] 0.9.12cvs112.1
* src/folderview.c
	* src/mainwindow.c
		Sync with HEAD
2004-09-28 14:46:59 +00:00
Colin Leroy
7af5972c74 2004-09-28 [colin] 0.9.12cvs110.1
* src/folderview.c
		Sync with HEAD (Contextual Empty trash menu)
2004-09-28 09:55:59 +00:00
Colin Leroy
67057e3c3f 2004-09-28 [colin] 0.9.12cvs108.1
* src/addressbook.c
		Sync with HEAD (addressbook edit on double-click)
2004-09-28 08:25:18 +00:00
Colin Leroy
8da5e3701a 2004-09-28 [colin] 0.9.12cvs106.1
* src/inc.c
		Sync with HEAD (folder_item freeze on inc)
2004-09-28 06:37:15 +00:00
Colin Leroy
82f271a5b7 2004-09-27 [colin] 0.9.12cvs105.1
* src/folderview.c
		Sync with HEAD (right-align new and unread column)
2004-09-27 15:53:56 +00:00
Colin Leroy
126aac1b6d 2004-09-27 [colin] 0.9.12cvs104.1
* src/main.c
		Sync with HEAD (revert 0.9.12cvs101)
2004-09-27 11:48:46 +00:00
Colin Leroy
fc0e37b73e 2004-09-24 [colin] 0.9.12cvs103.2
* src/wizard.c
		Fix gtk warnings and use domain part of the email address
		when domain detection fails (no dot in domain name)
2004-09-24 12:48:20 +00:00
Colin Leroy
907904d343 2004-09-23 [colin] 0.9.12cvs103.1
* src/plugins/spamassassin/libspamc.c
	* src/plugins/spamassassin/libspamc.h
	* src/plugins/spamassassin/utils.c
	* src/plugins/spamassassin/utils.h
		Sync with HEAD (Update spamassassin to 3.0)
2004-09-23 12:51:33 +00:00
Colin Leroy
b2b25f7c77 2004-09-21 [colin] 0.9.12cvs102.3
* src/action.c
		Add horizontal scrollbar in action io dialog as needed
		Patch by Alfons.
2004-09-21 06:36:30 +00:00
Colin Leroy
f18a3915d4 2004-09-20 [colin] 0.9.12cvs102.2
* src/plugins/image_viewer/viewer.c
		Remove imlib stuff
		use gtk_pixmap_set when clearing
		(would be better to use gtkImages, but causes size-allocate
		signals storm)
2004-09-20 14:33:19 +00:00
Paul Mangan
217b245e77 2004-09-17 [paul] 0.9.12cvs102.1
* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* configure.ac
	* src/inc.c
		sync with HEAD
2004-09-17 07:58:22 +00:00
Colin Leroy
82b3388b9c 2004-09-17 [colin] 0.9.12cvs101.1
* ChangeLog.claws
	* src/main.c
		Sync with HEAD (fix segs at exit)
2004-09-17 06:29:47 +00:00
Colin Leroy
7e1fa1618e 2004-09-14 [colin] 0.9.12cvs99.5
* src/common/socket.c
	* AUTHORS
		Fix send error on 64bit platforms
		Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
2004-09-14 14:06:36 +00:00
Colin Leroy
b6092e6da0 2004-09-14 [colin] 0.9.12cvs99.4
* src/action.c
		Fix action output with utf8
		Patch by Alfons.
2004-09-14 12:52:12 +00:00
Colin Leroy
ec1e7ff038 2004-09-14 [colin] 0.9.12cvs99.3
* ChangeLog.claws
	* src/folder.c
		Sync with HEAD
2004-09-14 08:51:04 +00:00
Colin Leroy
9259294504 2004-09-09 [colin] 0.9.12cvs99.2
* src/action.c
		Fix progress bar (displaying "Completed %v/%u")
		Patch by Alfons.
2004-09-09 08:09:39 +00:00
Colin Leroy
4c9f0fb8f8 2004-09-08 [colin] 0.9.12cvs99.1
* src/account.c
	* src/folder.c
	* src/procmsg.c
	* src/procmsg.h
	* src/plugins/pgpmime/pgpmime.c
		Sync with HEAD
2004-09-08 15:17:26 +00:00
Colin Leroy
53ae154a1a 2004-09-08 [colin] 0.9.12cvs97.2
* src/summaryview.c
		Don't select mails in collapsed threads
		when navigating with up/down
2004-09-08 09:00:49 +00:00
Colin Leroy
268e94a46a 2004-09-07 [colin] 0.9.12cvs97.1
* src/inc.c
		Sync with HEAD (meaningful error messages)
2004-09-07 15:14:29 +00:00
Colin Leroy
46044f800e 2004-09-06 [colin] 0.9.12cvs96.1
* src/toolbar.c
		Sync with HEAD (fix Redirect graying out)
2004-09-06 14:57:48 +00:00
Colin Leroy
6946ab35ab 2004-09-06 [colin] 0.9.12cvs95.1
* src/summaryview.c
	* src/mimeview.c
		Sync with HEAD (fix dropped URIs)
2004-09-06 09:59:38 +00:00
Colin Leroy
13bc9d2baa 2004-09-06 [colin] 0.9.12cvs94.1
* src/addressbook.c
	* src/addressitem.h
	* src/addritem.c
	* src/addritem.h
		Sync with HEAD (addressbook DnD)
2004-09-06 09:53:05 +00:00
Colin Leroy
1438d81a8e 2004-09-03 [colin] 0.9.12cvs93.1
* src/summaryview.c
		Sync with HEAD (next/prev unread)
2004-09-03 10:13:24 +00:00
Colin Leroy
480a76e55c 2004-09-03 [colin] 0.9.12cvs92.1
* src/prefs_common.c
	* src/prefs_common.h
	* src/summaryview.c
		Sync with HEAD ('mark_as_read_delay' pref)
2004-09-03 09:45:51 +00:00
Colin Leroy
2dd0133d48 2004-09-02 [colin] 0.9.12cvs91.2
* src/common/xml.c
		Fix leak
2004-09-02 14:56:53 +00:00
Colin Leroy
3bd9623afd 2004-09-02 [colin] 0.9.12cvs91.1
* src/gtk/menu.c
		Sync with HEAD (menu accel don't work, but whatever)
2004-09-02 13:35:59 +00:00
Colin Leroy
634c35eb71 2004-09-02 [colin] 0.9.12cvs90.1
* src/account.c
		Sync with HEAD (fix bug 582)
2004-09-02 13:25:53 +00:00
Colin Leroy
609456c0a9 2004-09-02 [colin] 0.9.12cvs89.1
* src/addrindex.c
		Sync with HEAD (free deleted queries)
2004-09-02 10:41:56 +00:00
Colin Leroy
1f5161024c 2004-09-02 [colin] 0.9.12cvs88.1
* src/ldapquery.c
		Sync with HEAD (fix LDAP freezes)
2004-09-02 10:16:20 +00:00
Colin Leroy
dd382e3eb8 I know, I'd better remove deprecated stuff than
fix Changelogs' formatting ;)
2004-09-02 07:27:26 +00:00
Colin Leroy
ca18c57541 2004-09-02 [colin] 0.9.12cvs87.1
* src/prefs_spelling.c
		Sync with HEAD (add default dictionary)
2004-09-02 07:19:24 +00:00
Colin Leroy
40033ba41f 2004-09-01 [colin] 0.9.12cvs86.1
* src/filtering.c
	* src/folderview.c
	* src/imap.c
	* src/prefs_matcher.c
	* src/stock_pixmap.c
	* src/summary_search.c
	* src/summaryview.c
	* src/wizard.c
	* src/wizard.h
		Sync with HEAD + gtk2 specific warning fixes
2004-09-01 16:04:19 +00:00
Colin Leroy
066cf8dfd7 2004-08-31 [colin] 0.9.12cvs85.1
* src/folder.c
		Sync with HEAD
2004-08-31 15:07:47 +00:00
Colin Leroy
944d320956 2004-08-31 [colin] 0.9.12cvs84.4
* src/summary_search.c
		Fix segfaults when searching in folders with broken headers
2004-08-31 10:32:11 +00:00
Colin Leroy
a49b4f8b8d 2004-08-31 [colin] 0.9.12cvs84.3
* src/compose.c
	* src/textview.c
		Fix some more encoding/decoding issues
2004-08-31 09:56:41 +00:00
Colin Leroy
d47c164a1c 2004-08-30 [colin] 0.9.12cvs84.2
* src/mimeview.c
	* src/prefs_themes.c
	* src/gtk/filesel.c
	* src/gtk/filesel.h
		Add a folder-mode selection (fixes mimeview's "Save all")
2004-08-30 08:08:06 +00:00
Colin Leroy
724b60f128 2004-08-29 [colin] 0.9.12cvs84.1
* src/mimeview.c
		Sync with HEAD
2004-08-29 22:56:20 +00:00
Colin Leroy
c4f4286f0d 2004-08-27 [colin] 0.9.12cvs83.1
* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* src/mh.c
	* src/procheader.c
	* src/procmsg.c
	* src/procmsg.h
	* src/common/utils.c
	* src/gtk/menu.h
	* po/
		Sync with HEAD 0.9.12cvs83
2004-08-27 08:39:02 +00:00
Colin Leroy
0cd845a780 2004-08-26 [colin] 0.9.12cvs82.4
* src/codeconv.c
		Fix strange stack corruption
		Convert to utf8 after unmime, not before
2004-08-26 21:57:13 +00:00
Colin Leroy
d2d8788e6e 2004-08-26 [colin] 0.9.12cvs82.3
* src/main.c
	* src/wizard.c
		Fix account folders duplication
2004-08-26 06:45:58 +00:00
Colin Leroy
520f626481 2004-08-25 [colin] 0.9.12cvs82.2
* src/wizard.c
		Remove ports
		Add SSL selection
		Use login@server as account name
2004-08-25 10:35:53 +00:00
Colin Leroy
fcc5b12907 2004-08-25 [colin] 0.9.12cvs82.1
* src/plugins/pgpmime/pgpmime.c
		Sync with HEAD.
2004-08-25 08:46:24 +00:00
Colin Leroy
14438c741c 2004-08-25 [colin] 0.9.12cvs81.1
* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/sgpgme.c
	* src/plugins/pgpmime/sgpgme.h
		Sync with HEAD.
2004-08-25 07:18:58 +00:00
Colin Leroy
1c6401e217 2004-08-24 [colin] 0.9.12cvs80.3
* src/wizard.c
		Fix full name, ports, and imap
2004-08-24 23:19:35 +00:00
Colin Leroy
8fa3ba4746 2004-08-24 [colin] 0.9.12cvs80.2
* src/Makefile.am
	* src/main.c
	* src/setup.c
	* src/setup.h
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/wizard.c ** ADDED **
	* src/wizard.h ** ADDED **
	* src/pixmaps/sylpheed_icon.xpm ** ADDED **
		Add a setup wizard
2004-08-24 22:46:53 +00:00
Colin Leroy
eb7818d693 2004-08-24 [colin] 0.9.12cvs80.1
* src/folder.c
		Sync with HEAD 0.9.12cvs80
2004-08-24 10:11:56 +00:00
Colin Leroy
c25c80704c 2004-08-24 [colin] 0.9.12cvs79.3
* src/matcher_parser_lex.l
		Fix 8bits strings not in utf8
2004-08-24 09:16:16 +00:00
Colin Leroy
12f08dc594 2004-08-24 [colin] 0.9.12cvs79.2
* src/compose.c
		Check conversion result before replacing buffer
2004-08-24 06:51:57 +00:00
Colin Leroy
f5f926ef6d 2004-08-23 [colin] 0.9.12cvs79.1
* src/compose.c
		Sync with HEAD 0.9.12cvs79
2004-08-23 18:03:49 +00:00