Commit graph

1644 commits

Author SHA1 Message Date
Tristan Chabredier
ee331ea137 2005-10-26 [wwp] 1.9.15cvs110
* src/folder.c
	* src/manual.c
	* src/summaryview.c
		fix uninitialized pointers in the folder updating hook
		(thanks to Colin)
2005-10-26 07:45:50 +00:00
Ricardo Mones
9e425ecc3f 2005-10-25 [mones] 1.9.15cvs109
* manual/faq.xml
		General information subsection completed.
		Removed archaic references.

	* manual/Makefile
	* manual/dtd/manual.dsl
		Added customization stylesheet for getting paragraphs
		fully justified in PDF output (as suggested by Colin).
2005-10-25 23:13:55 +00:00
Colin Leroy
3f21f52170 2005-10-25 [colin] 1.9.15cvs108
* src/compose.c
		Fix a second leak
2005-10-25 19:05:53 +00:00
Colin Leroy
7c4061b814 2005-10-25 [colin] 1.9.15cvs107
* src/addrbook.c
	* src/addrindex.c
		Fix leak (xml_get_element() allocates memory)
	* src/compose.c
		Fix leak + dead code (shame!)
	* src/procmime.c
		Fix leak
2005-10-25 17:51:56 +00:00
Colin Leroy
0560d0b394 2005-10-25 [colin] 1.9.15cvs106
* src/mimeview.c
		Fix encoding issue in Save all and in
		overwrite-confirmation alertpanel
2005-10-25 16:14:38 +00:00
Colin Leroy
bb384650ba 2005-10-25 [cleroy] 1.9.15cvs105
* src/common/socket.c
		Fix a leak - Thanks to Christopher Aillon
		(http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
2005-10-25 16:12:35 +00:00
Paul Mangan
c5f3e2fa4b 2005-10-25 [paul] 1.9.15cvs104
* src/wizard.c
		Always guess servers from the right-hand
		email part and guess username from the
		left-hand part. (Thanks to Colin)
		add an X-Face to the welcome message
2005-10-25 12:09:08 +00:00
Paul Mangan
8ca9330045 2005-10-25 [paul] 1.9.15cvs103
* manual/handling.xml
		written by Colin, edited by me
2005-10-25 08:31:32 +00:00
Tristan Chabredier
5d95aa33a4 2005-10-25 [wwp] 1.9.15cvs102
* src/folderview.c
	* src/grouplistdialog.c
	* src/imap.c
	* src/noticeview.c
		fix some compilation warnings
2005-10-25 07:48:59 +00:00
Paul Mangan
85704edf32 2005-10-24 [paul] 1.9.15cvs101
* src/gtk/about.c
		fix window sizing
2005-10-24 18:18:47 +00:00
Paul Mangan
0ab93aa0e1 2005-10-24 [paul] 1.9.15cvs100
* src/pixmaps/offline.xpm
	* src/pixmaps/online.xpm
		replace with last default versions
2005-10-24 17:42:59 +00:00
Colin Leroy
062515139d 2005-10-24 [colin] 1.9.15cvs99
* src/imap.c
		Fix bug when moving a folder
	* src/imap_gtk.c
	* src/mh_gtk.c
		"Delete folder" pops up a window, so it
		should be suffixed with "..."
	* src/plugins/pgpcore/sgpgme.c
		Include locale.h
2005-10-24 17:38:29 +00:00
Ricardo Mones
4fb5834b5d 2005-10-24 [mones] 1.9.15cvs98
* manual/Makefile
	* manual/account.xml
	* manual/ack.xml
	* manual/addrbook.xml
	* manual/advanced.xml
	* manual/faq.xml
	* manual/glossary.xml
	* manual/gpl.xml
	* manual/handling.xml
	* manual/intro.xml
	* manual/keyboard.xml
	* manual/manual.xml
	* manual/plugins.xml
	* manual/starting.xml
	* manual/dtd/sdocbook.dtd
		Initial manual structure and some content.
2005-10-24 10:09:38 +00:00
Tristan Chabredier
d417a9254d 2005-10-23 [wwp] 1.9.15cvs97
* src/gtk/about.c
		fix a typo
2005-10-23 20:51:10 +00:00
Tristan Chabredier
7a23c7d803 2005-10-23 [wwp] 1.9.15cvs96
* src/gtk/about.c
	* src/gtk/authors.h
		rework of the about window (main work by Paul), also featuring a few
		fixes for typos and duplicate names
2005-10-23 20:08:30 +00:00
Tristan Chabredier
4f0e18bc4e 2005-10-23 [wwp] 1.9.15cvs95
* src/.cvsignore
		Ignore the right binary name (sylpheed-claws now)
2005-10-23 13:37:50 +00:00
Paul Mangan
9685347f54 2005-10-23 [paul] 1.9.15cvs94
* src/compose.c
		when using Folder Pref 'Default To for
		replies' make the entry in the Compose
		window bold
		Patch by Fabien Vantard
2005-10-23 07:15:46 +00:00
Colin Leroy
6951c1ef24 2005-10-22 [colin] 1.9.15cvs93
* src/codeconv.c
		Fix leak
2005-10-22 14:39:55 +00:00
Colin Leroy
7d73693324 2005-10-22 [colin] 1.9.15cvs92
* src/codeconv.c
		try to convert using locale (apart utf8) if necessary
2005-10-22 14:00:49 +00:00
Colin Leroy
454aa92b7e 2005-10-22 [colin] 1.9.15cvs91
* src/pixmaps/new.xpm
	* src/pixmaps/unread.xpm
		Make the unread envelope blue again and
		saturate the new one a bit more.
2005-10-22 12:37:57 +00:00
Colin Leroy
ba1a5e5771 2005-10-22 [colin] 1.9.15cvs90
* src/compose.c
		When replying to a mail sent by one of our accounts,
		use the original list of recipients. Let 'Reply All'
		and 'Reply to sender' work like previously.
2005-10-22 09:04:05 +00:00
Colin Leroy
63508cebca 2005-10-21 [colin] 1.9.15cvs89
* src/prefs_filtering.c
		Clear fields after add and replace
	* src/textview.c
		Display xface differently (better)
	* src/plugins/pgpinline/pgpinline.c
		Fix crappy encodings/recodings
2005-10-21 17:31:15 +00:00
Paul Mangan
336ce1b9a2 2005-10-21 [paul] 1.9.15cvs88
* src/compose.c
	* src/prefs_folder_item.c
	* src/toolbar.c
		fix news folder Folder Properties
		(thanks to Colin)
	* src/folderview.c
		update folderview after Themes change
		keep selected folder selected
		(thanks to Colin)
2005-10-21 09:34:53 +00:00
Paul Mangan
977fa3edad 2005-10-21 [paul] 1.9.15cvs87
* tools/Makefile.am
	* tools/OOo2sylpheed.pl
	* tools/README
	* tools/README.sylprint
	* tools/asus_mailled.sh		** REMOVED **
	* tools/filter_conv.pl
	* tools/freshmeat_search.pl
	* tools/google_search.pl
	* tools/gpg-sign-syl		** REMOVED **
	* tools/kmail2sylpheed.pl
	* tools/kmail2sylpheed_v2.pl
	* tools/multiwebsearch.pl
	* tools/nautilus2sylpheed.sh
	* tools/newscache_clean.pl
	* tools/outlook2sylpheed.pl
	* tools/sylpheed-switcher	** REMOVED **
	* tools/sylprint.pl
	* tools/sylprint.rc
	* tools/tb2sylpheed
	* tools/vcard2xml.py
	* tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
		update default config dir
		update binary name (thanks to Fabien Vantard)
		remove obsolete scripts
2005-10-21 09:05:25 +00:00
Colin Leroy
9d3ee7aa98 2005-10-21 [cleroy] 1.9.15cvs86
* src/inc.c
		Fix possible leak and units. Based on a patch by
		Fabien Vantard.
2005-10-21 07:04:21 +00:00
Colin Leroy
5e025dc377 2005-10-20 [colin] 1.9.15cvs85
* src/textview.c
		Clear xface when clearing textview
2005-10-20 19:45:53 +00:00
Colin Leroy
f839a39bbf 2005-10-20 [colin] 1.9.15cvs84
* configure.ac
	* src/folderview.c
	* src/headerview.c
	* src/main.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_message.c
	* src/textview.c
	* src/textview.h
	* src/common/defs.h
	* src/common/utils.c
	* src/common/utils.h
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		Migrate config to .sylpheed-claws (Automatically)
		Add a way to get the Xface in the TextView
2005-10-20 17:49:21 +00:00
Colin Leroy
eba584aba2 2005-10-20 [colin] 1.9.15cvs83
* src/gtk/Makefile.am
	* src/gtk/about.c
	* src/gtk/authors.h
		Make the about dialog *grooovy*
2005-10-20 16:53:01 +00:00
Colin Leroy
1b783555ff 2005-10-20 [colin] 1.9.15cvs82
* src/mimeview.c
		Use "Open with" on double click if no command
		was found
2005-10-20 16:50:46 +00:00
Colin Leroy
bf9f71b87f 2005-10-20 [colin] 1.9.15cvs81
* src/imap.c
	* src/etpan/imap-thread.c
		Fix possible crash.
2005-10-20 16:48:27 +00:00
Paul Mangan
74e9f08b16 2005-10-20 [paul] 1.9.15cvs80
* src/folder.c
		don't show clipkey icon if the only
		attachment is the signature
		Patch by Colin
2005-10-20 13:31:22 +00:00
Paul Mangan
c099ea7539 2005-10-20 [paul] 1.9.15cvs79
* AUTHORS
	* src/plugins/pgpmime/pgpmime.c
		name the PGP/MIME signature 'signature.asc'
		Patch by Andrew Nelson <freeandy@gmail.com>
2005-10-20 13:05:58 +00:00
Colin Leroy
72a279eab7 2005-10-19 [colin] 1.9.15cvs78
* src/plugins/pgpmime/pgpmime.c
		Oops, no need to double-check though
2005-10-19 20:04:49 +00:00
Colin Leroy
7e1e27da3a 2005-10-19 [colin] 1.9.15cvs77
* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpmime/pgpmime.c
		Check that my_tmpfile() doesn't
		return NULL
2005-10-19 20:00:00 +00:00
Colin Leroy
b450e8dddb 2005-10-19 [colin] 1.9.15cvs76
* src/common/utils.c
		Use shorter mime boundaries to avoid having
		MTAs rewrapping our headers, breaking the
		PGP signature in the process
	* src/compose.c
	* src/plugins/pgpmime/pgpmime.c
		Check for boundary uniqueness to be sure
		it won't happen, instead of hoping for the
		best
2005-10-19 19:46:57 +00:00
Colin Leroy
50190e20ae 2005-10-19 [colin] 1.9.15cvs75
* sylpheed-claws.desktop
	* src/Makefile.am
	* src/main.c
		Ship a sylpheed-claws binary instead
		of a sylpheed one. Change the socket
		name, too
	* src/folderview.c
		Update folder only if it changed
	* src/wizard.c
		Fix i18n in welcome mail, patch by
		Fabien Vantard
2005-10-19 16:22:42 +00:00
Paul Mangan
e6c80179e8 2005-10-19 [paul] 1.9.15cvs74
* src/folder.c
	* src/folderview.c
		fix summaryview update
		Patch by Colin
2005-10-19 09:17:43 +00:00
Colin Leroy
0cc8be545f 2005-10-18 [colin] 1.9.15cvs73
* src/plugins/pgpcore/passphrase.c
		Don't XGrabServer, and try a bit more to
		sync everything before grabbing mouse/keyboard
2005-10-18 17:40:27 +00:00
Colin Leroy
65f0e0cfa0 2005-10-18 [colin] 1.9.15cvs72
* src/Makefile.am
	* src/addressadd.c
	* src/addressbook.c
	* src/folderview.c
	* src/grouplistdialog.c
	* src/mimeview.c
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/summaryview.c
	* src/gtk/gtksctree.c
	* src/gtk/gtksctree.h
	* src/pixmaps/empty.xpm
		Implement a wrapper call for gtk_ctree_set_node_info
		and gtk_ctree_insert_node, that uses a 1x1 transparent
		pixmap instead of a NULL one. This works around some
		memory problems deep inside gtk, revealed by valgrind,
		and fixes bug #834 (Pressing CTRl-D on a message marked
		as locked crashes sylpheed.), as well as, probably,
		wwp's 4th dimension problems that happen in gtk_ctree_*.
2005-10-18 17:15:44 +00:00
Colin Leroy
03de71d6e5 2005-10-17 [colin] 1.9.15cvs71
* src/mimeview.c
		Provide visual feedback when checking
		signature
2005-10-17 19:53:32 +00:00
Colin Leroy
5e7246f2cc 2005-10-17 [colin] 1.9.15cvs70
* src/main.c
		Keep the folder list frozen while checking caches...
2005-10-17 19:48:28 +00:00
Colin Leroy
3b5176182f 2005-10-17 [colin] 1.9.15cvs69
* src/addr_compl.c
		Fi bug #833 (Autocompleting from addressbook
		fails with extended chars)
	* src/imap.c
		Fix 'adding messages' staying in statusbar
		after an error
2005-10-17 16:45:35 +00:00
Tristan Chabredier
d2053d4391 2005-10-17 [wwp] 1.9.15cvs68
* src/ssl_manager.c
		Fix buttons' layout resizing when window size changes
2005-10-17 15:16:04 +00:00
Tristan Chabredier
a2edfd9110 2005-10-17 [wwp] 1.9.15cvs67
* src/account.c
	* src/prefs_account.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_folder_item.c
	* src/prefs_gtk.c
	* src/gtk/logwindow.c
	* src/gtk/pluginwindow.c
	* src/gtk/prefswindow.c
	* src/gtk/prefswindow.h
		Remember yet more window sizes (log, prefs, folder prefs, accounts)
2005-10-17 15:00:48 +00:00
Paul Mangan
81912568c1 2005-10-17 [paul] 1.9.15cvs66
* configure.ac
		fix missing libetpan message
	* po/en_GB.po
		updated
	* src/crash.c
	* src/manual.c
	* src/prefs_themes.c
	* src/common/defs.h
		add some new URI defines, change some
		others
	* src/wizard.c
		make welcome message translatable
		small improvements to english
		other tweaks
	* src/gtk/menu.c
		fix warnings
2005-10-17 11:13:58 +00:00
Paul Mangan
c712695ba7 2005-10-17 [paul] 1.9.15cvs65
* src/summaryview.c
		fix column titles
2005-10-17 07:01:45 +00:00
Ricardo Mones
9b10349e37 2005-10-16 [mones] 1.9.15cvs64
* po/es.po
		Updated translation
2005-10-16 20:02:44 +00:00
Colin Leroy
01197f5377 2005-10-16 [colin] 1.9.15cvs63
* src/wizard.c
		Fix whitespace
2005-10-16 16:08:43 +00:00
Colin Leroy
8fab4968dc 2005-10-16 [colin] 1.9.15cvs62
* src/toolbar.c
		s/Get All/Get Mail/
	* src/wizard.c
		Real welcome mail text, thanks Paul
2005-10-16 16:03:03 +00:00
Colin Leroy
b637ff2133 2005-10-16 [colin] 1.9.15cvs61
* src/editldap.c
	* src/exporthtml.c
	* src/main.c
	* src/mainwindow.c
	* src/prefs_themes.c
	* src/prefs_toolbar.c
	* src/plugins/demo/demo.c
	* src/plugins/trayicon/trayicon.c
		s/Sylpheed/Sylpheed-Claws/
2005-10-16 15:53:54 +00:00