3 * src/plugins/dillo_viewer/README *** NEW ***
4 Added a README file for the Dillo plugin
9 tools/outlook2sylpheed.pl
10 updated and improved by Ricardo Mones Lastra
12 2003-04-18 [oliver] 0.8.11claws102
16 remove Pop3SessionType (used by selective download)
18 enable set Default Toolbar button
20 2003-04-18 [paul] 0.8.11claws101
22 * sync with 0.8.11cvs29
23 see ChangeLog 2003-04-18
25 2003-04-17 [paul] 0.8.11claws100
27 * src/prefs_common.[ch]
29 remove 'Open next message on deletion' option,
30 as the same effect can now be achieved via the
31 'Always open messages in summary when selected'
34 2003-04-17 [paul] 0.8.11claws99
36 * sync with 0.8.11cvs28
37 see ChangeLog 2003-04-17
39 2003-04-17 [christoph] 0.8.11claws98
42 * src/plugins/spamassassin/libspamc.[ch]
43 * src/plugins/spamassassin/utils.[ch]
44 sync libspamc with SpamAssassin project
46 2003-04-17 [christoph] 0.8.11claws97
49 * src/gtk/sslcertwindow.h
50 rename old USE_SSL to USE_OPENSSL
52 2003-04-17 [paul] 0.8.11claws96
55 use gulong for P_COLOR so that it compiles/runs on
56 64-bit systems. Patch submitted by James Noyes
57 <jnoyes-claws@retrogeeks.com>
62 2003-04-17 [paul] 0.8.11claws95
64 * sync with 0.8.11cvs27
65 see ChangeLog 2003-04-16
67 2003-04-15 [paul] 0.8.11claws94
69 * src/prefs_common.[ch]
70 rearrange to stop the window getting too long:
71 move Receive dialog stuff to Receive tab
72 move Send dialog to Send tab
74 rename 'Open messages in summary with cursor keys' to
75 'Always open messages in summary when selected', as its
78 2003-04-15 [paul] 0.8.11claws93
80 * src/prefs_common.[ch]
82 add new option '/Interface/Open next message on deletion'
84 2003-04-15 [paul] 0.8.11claws92
86 * src/summaryview.[ch]
87 add /Mark/Lock and /Mark/Unlock to the pop-up
88 menu. Patch submitted by Ivan Francolin Martinez
89 <ivanfm@users.sourceforge.net>
91 2003-04-15 [paul] 0.8.11claws91
93 * sync with 0.8.11cvs24
94 see ChangeLog 2003-04-15
96 2003-04-14 [jens] 0.8.11claws90
98 * updated German translation and some corrections from
99 Roland Bless <bless@tm.uka.de>
101 2003-04-14 [paul] 0.8.11claws89
103 * sync with 0.8.11cvs22
104 see ChangeLog 2003-04-14
106 2003-04-13 [paul] 0.8.11claws88
108 * src/plugins/clamav/clamav_plugin.c
112 2003-04-12 [paul] 0.8.11claws87
114 * src/plugins/clamav/clamav_plugin.c
115 activate enable/disable archive scanning option
117 * src/plugins/clamav/.cvsignore ** NEW FILE **
119 2003-04-12 [paul] 0.8.11claws86
121 * src/plugins/Makefile.am
122 src/plugins/clamav/Makefile.am ** NEW FILE **
123 src/plugins/clamav/README ** NEW FILE **
124 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
125 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
126 add Clam AntiVirus plugin
128 2003-04-12 [paul] 0.8.11claws85
130 * sync with 0.8.11cvs21
131 see ChangeLog 2003-04-11
133 2003-04-11 [paul] 0.8.11claws84
136 update Spanish translation. Submitted by Ricardo
139 2003-04-10 [christoph] 0.8.11claws83
142 fix typo that did not move unfiltered mails to destination
145 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
146 when filtering from spool)
148 2003-04-10 [christoph] 0.8.11claws82
151 use BODY.PEEK instead of BODY in in message fetch operation
152 to make sure the IMAP server does not set the \Seen flag for
153 messages. Sylpheed does that later itself, when the message
154 is opened in sylpheed
156 (closes Bug 111 Claws destroys unread marks)
158 2003-04-09 [oliver] 0.8.11claws81
161 fix crash in folder_destroy
163 remove selective download
165 2003-04-09 [christoph] 0.8.11claws80
168 fix crash in imap_get_msginfo() when then fetched message
171 (closes Bug 110 Crash during mail composition)
173 2003-04-08 [christoph] 0.8.11claws79
176 * src/prefs_account.c
177 Filter new messages that are found in an INBOX folder
178 when 'Filter messages on receiving' is enabled in the
179 Folder's AccountPrefs. This allows to use Sylpheed's
180 filtering engine for IMAP folders where messages are
181 added to the INBOX by a MTA
183 2003-04-08 [paul] 0.8.11claws78
186 clean up after last commit
188 2003-04-08 [paul] 0.8.11claws77
190 * sync with 0.8.11cvs20
191 see ChangeLog 2003-04-07 and 2003-04-08
193 2003-04-07 [christoph] 0.8.11claws76
199 add procmsg_msginfo_filter() to execute filtering actions
201 2003-04-06 [christoph] 0.8.11claws75
204 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
206 2003-04-06 [christoph] 0.8.11claws74
208 * src/common/utils.[ch]
209 add g_int_compare() function for slist sorting
212 fetch all MsgInfos with one command in imap_get_msginfos()
213 using an imap set with a list of ranges
216 use new g_int_compare() function
218 2003-04-06 [thorsten] 0.8.11claws73
221 corrected implementation of mh_folder_destroy()
223 2003-04-05 [christoph] 0.8.11claws72
241 o rename structure field names class and new to klass and
242 new_msgs, to allow including files in C++
243 o add 'extern "C"' block to some header files
244 o add MsgInfoList and MsgNumberList as alias for GSList for
245 developers to know what type of list is expected
247 * src/plugins/image_viewer/plugin.c
248 * src/plugins/image_viewer/viewer.[ch]
249 * src/plugins/image_viewer/viewerprefs.[ch]
250 rename function names to prevent conflicts
252 2003-04-05 [paul] 0.8.11claws71
254 * sync with 0.8.11cvs18
255 see ChangeLog 2003-04-03 and 2003-04-04
257 2003-04-02 [christoph] 0.8.11claws70
261 * src/mbox_folder.[ch]
264 o Make all virtual folder functions private
265 o remove unused folder code
267 * src/common/socket.[ch]
271 2003-03-30 [alfons] 0.8.11claws69
274 remove two debug traces and see if people still report
277 2003-03-30 [alfons] 0.8.11claws68
280 * src/commons/session.c
281 add more debug traces
283 2003-03-30 [christoph] 0.8.11claws67
286 change processing folder name from .processing to processing
289 disable SSL certificate check because it causes Xlib error
290 when the child process want's to open an GTK window
292 2003-03-30 [christoph] 0.8.11claws66
295 don't use default folder for processing folder item because
296 it can be a non local folder
298 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
300 2003-03-30 [alfons] 0.8.11claws65
303 try fixing crashes when sending messages: my gcc 2.95.4 seems
304 to generate bad code for 'send_send_data_progressive': When
305 called from 'send_send_data_finished', the 'data' pointer is
306 cleared just before the assignment to the dialog pointer
308 2003-03-29 [christoph] 0.8.11claws64
311 * src/plugins/image_viewer/Makefile.am
312 * src/plugins/image_viewer/plugin.c
313 * src/plugins/image_viewer/viewer.[ch]
314 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
315 add PrefsPage for ImageViewer
317 2003-03-28 [thorsten] 0.8.11claws63
319 * src/common/session.c
322 2003-03-28 [paul] 0.8.11claws62
324 * sync with 0.8.11cvs16
325 see ChangeLog 2003-03-28
327 2003-03-28 [paul] 0.8.11claws61
329 * sync with 0.8.11cvs15
330 see ChangeLog 2003-03-28
332 2003-03-27 [christoph] 0.8.11claws60
336 * src/common/socket.[ch]
337 set socket state to DISCONNECTED when any operation
338 fails to allow reconnecting in IMAP code without
339 checking the return code of all calls to the command
344 remove some more stuff that depends on specific
347 2003-03-27 [paul] 0.8.11claws59
349 * sync with 0.8.11cvs14
350 see ChangeLog 2003-03-27
352 * src/selective_download.[ch] ** REMOVED **
355 2003-03-27 [christoph] 0.8.11claws58
358 fix handling of tmp_flags in flag copy function
360 2003-03-27 [paul] 0.8.11claws57
362 * sync with 0.8.11cvs13
363 see ChangeLog 2003-03-27
365 2003-03-27 [oliver] 0.8.11claws56
368 remove sel_download_cb
370 2003-03-27 [oliver] 0.8.11claws55
375 2003-03-26 [oliver] 0.8.11claws54
380 remove selective donwload readme
382 2003-03-26 [oliver] 0.8.11claws53
384 * src/matcher_parser_parse.y
386 * src/prefs_account.[ch]
387 * src/prefs_filtering.c
388 remove selective donwload
390 2003-03-26 [oliver] 0.8.11claws52
395 remove selective donwload
397 2003-03-26 [oliver] 0.8.11claws51
400 * src/selective_download.[ch] ** REMOVE **
402 2003-03-26 [christoph] 0.8.11claws50
405 fix NEWS that got broken by a sync with sylpheed-main
407 2003-03-26 [christoph] 0.8.11claws49
410 fix mime type guessing when no mime type is found for a file
412 2003-03-25 [christoph] 0.8.11claws48
416 remove mime type guessing from mime parser and use
417 name based mime types in viewer lookup for mime type
418 application/octet-stream
420 2003-03-25 [christoph] 0.8.11claws47
423 * doc-src/rfc2554.txt
424 add RFC about SMTP AUTH
427 * src/common/smtp.[ch]
428 add extra error code for authentication errors and
429 clear temporary password when this error occurs
431 (closes Bug 84 authentication failure while sending should
432 prompt for password again)
434 2003-03-25 [christoph] 0.8.11claws46
438 * src/imageview.[ch] ** REMOVE **
439 * src/messageview.[ch]
441 * src/prefs_common.[ch]
443 * src/plugins/Makefile.am
444 * src/plugins/image_viewer/.cvsignore ** NEW **
445 * src/plugins/image_viewer/Makefile.am ** NEW **
446 * src/plugins/image_viewer/plugin.c ** NEW **
447 * src/plugins/image_viewer/viewer.[ch] ** NEW **
448 move image viewer into a plugin (building is enabled by default)
449 [ToDo: Prefs for resize and autoview]
451 2003-03-25 [paul] 0.8.11claws45
453 * sync with 0.8.11cvs12
454 see ChangeLog 2003-03-26
456 2003-03-25 [paul] 0.8.11claws44
458 * sync with 0.8.11cvs11
459 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
461 Note: Selective Download is broken.
463 2003-03-22 [christoph] 0.8.11claws43
466 code cleanup for flags copying
468 2003-03-22 [christoph] 0.8.11claws42
470 * src/plugins/trayicon/trayicon.c
471 fix setting the transparent area when the window size
472 is forced by the system tray
474 2003-03-22 [christoph] 0.8.11claws41
476 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
477 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
478 * src/plugins/trayicon/newmail.xpm ** NEW **
479 * src/plugins/trayicon/nomail.xpm ** NEW **
480 * src/plugins/trayicon/trayicon.c
481 * src/plugins/trayicon/unreadmail.xpm ** NEW **
482 o replace GBiff icons with KBiff icons resized to 16x16 pixel
483 o add icon for unread mails
484 o set transparency for window
486 2003-03-22 [christoph] 0.8.11claws40
489 init news session to prevent crash when session is closed
491 2003-03-22 [christoph] 0.8.11claws39
494 * src/common/session.[ch]
495 Init session data to make sure we don't have invalid pointers
496 for read_ch and write_ch when new multi process sessions are
500 * src/common/plugin.c
501 * src/common/sylpheed.c
502 * src/plugins/demo/demo.c
503 * src/plugins/dillo_viewer/dillo_viewer.c
504 * src/plugins/mathml_viewer/mathml_viewer.c
505 * src/plugins/spamassassin/spamassassin.c
506 * src/plugins/spamassassin/spamassassin_gtk.c
507 add plugin types to allow loading plugins at different times
508 (and maybe for different frontends), because it's not good to
509 load GTK-Plugins gefore gtk_init was called
512 * src/plugins/Makefile.am
513 * src/plugins/trayicon/.cvsignore ** NEW **
514 * src/plugins/trayicon/Makefile.am ** NEW **
515 * src/plugins/trayicon/eggtrayicon.c ** NEW **
516 * src/plugins/trayicon/eggtrayicon.h ** NEW **
517 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
518 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
519 * src/plugins/trayicon/trayicon.c ** NEW **
520 New Trayicon plugin that shows an icon in a systray that uses
521 XEMBED protocol like Gnome's systray. Icon shows if there
522 are new mails and a tooltip shows information about new,
523 unread and total messages.
525 2003-03-22 [paul] 0.8.11claws38
528 fix ESMTP AUTH CRAM-MD5
529 [sync with main (still version 0.8.11cvs6), see
530 ChangeLog 2003-03-22]
532 2003-03-21 [colin] 0.8.11claws37
535 Fix USE_SSL => USE_OPENSSL
537 2003-03-21 [colin] 0.8.11claws36
540 Fix counts in drag and dropped subfolders
542 2003-03-21 [colin] 0.8.11claws35
546 speed up a bit folder dnd
548 2003-03-20 [alfons] 0.8.11claws34
553 don't send locked queue messages
554 (feature request "[ 705245 ] Locking message in outbox
555 should prevent sending")
557 2003-03-20 [christoph] 0.8.11claws33
560 remove NEW and UNREAD flag in special folders when scanning
563 fix ESMTP AUTH CRAM-MD5
565 2003-03-20 [paul] 0.8.11claws32
567 * src/prefs_account.c
568 Re-write 'Tunnel command to open connection' as
569 'Use command to communicate with server', and disable
570 it for all except IMAP accounts
572 2003-03-20 [paul] 0.8.11claws31
574 * sync with 0.8.11cvs6
575 see ChangeLog 2003-03-20
577 2003-03-19 [match] 0.8.11claws30
580 include documentation. minor refactoring.
581 * src/addr_compl.[ch]
583 * src/addresbook.[ch]
585 re-enable address lookup (was disabled in
588 2003-03-19 [christoph] 0.8.11claws29
591 add temp flag handling, will make moving and copying
592 messages possible again
595 correct calulation of folder stats
597 2003-03-18 [match] 0.8.11claws28
600 remove case sensitive comparison (closes bug 80).
602 2003-03-18 [christoph] 0.8.11claws27
605 fix imap using a tunnel command
609 2003-03-18 [christoph] 0.8.11claws26
614 rewrite flag handling for folders
616 2003-03-18 [christoph] 0.8.11claws25
621 unset NEW and UNREAD flags when message is ignored, to make
622 sure messages don't show up as unread on other IMAP clients,
623 because the IGNORE_THREAD flag can not be syncronized through
626 2003-03-17 [christoph] 0.8.11claws24
629 don't use recursion to fetch uids when the number of messages
630 does not match. Moved code into subfunction that is used
631 again when needed, to prevent an endless loop.
633 2003-03-17 [thorsten] 0.8.11claws23
636 export imageview_get_resized_size() (for plugins)
637 * src/prefs_common.[ch]
638 added prefs_common_get() (for plugins)
640 2003-03-17 [christoph] 0.8.11claws22
643 o remove UID guessing from copy code
644 o support UIDPLUS extension for APPEND command
646 2003-03-17 [paul] 0.8.11claws21
649 remove 'Compiled-plugins' section.
651 * src/plugins/dillo_viewer/dillo_viewer.c
652 slight change to description text
654 2003-03-16 [match] 0.8.11claws20
655 * src/ldapserver.[ch] ** NEW **
656 * src/ldapctrl.[ch] ** NEW **
657 * src/ldapquery.[ch] ** NEW **
658 * src/ldaputil.[ch] ** NEW **
659 * src/addrcindex.[ch] ** NEW **
660 * src/addrquery.h ** NEW **
664 * src/addr_compl.[ch]
665 * src/addressbook.[ch]
670 * src/editldap_basedn.c
674 included dynamic LDAP queries. improved address
677 2003-03-16 [paul] 0.8.11claws19
679 * tools/multiwebsearch.pl
682 2003-03-16 [christoph] 0.8.11claws18
685 * src/plugins/dillo_viewer/dillo_viewer.c
686 * src/plugins/mathml_viewer/mathml_viewer.c
687 make unregistering of MimeViewerFactorys possible
689 2003-03-16 [alfons] 0.8.11claws17
694 2003-03-16 [melvin] 0.8.11claws16
696 * src/plugins/dillo_viewer.c
697 Fixed bug where it was not possible to view more than
698 one text/html attachment per message (bug discovered
699 by Christoph Hohmann).
701 2003-03-15 [melvin] 0.8.11claws15
703 * src/prefs_actions.c
704 Fixed compilation warnings.
706 2003-03-15 [melvin] 0.8.11claws14
708 * src/plugins/Makefile.am
709 * src/plugins/dillo_viewer/.cvsignore ** NEW **
710 * src/plugins/dillo_viewer/Makefile.am ** NEW **
711 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
712 Added a html mail viewer plugin that uses Dillo v0.7.0 or
713 newer (http://dillo.auriga.wearlab.de/).
715 2003-03-15 [christoph] 0.8.11claws13
718 don't query imap folder for attributes because we already
719 for them from imap_status
722 add support for plugable MimeViewers (unloading Viewers
725 * src/plugins/Makefile.am
726 * src/plugins/mathml_viewer/.cvsignore ** NEW **
727 * src/plugins/mathml_viewer/Makefile.am ** NEW **
728 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
729 add MathML Viewer (Content-Type text/mathml) using GtkMathView
730 widget from http://helm.cs.unibo.it/mml-widget/
732 2003-03-14 [christoph] 0.8.11claws12
735 o error return code's should better be negative
736 o replace printf with debug_print
739 improve IMAP folder scan by checking UID-NEXT
742 remove check that are unnecessary in my opinion
744 2003-03-13 [christoph] 0.8.11claws11
753 * src/prefs_scoring.c
755 use a common function to get a displayable name
758 2003-03-13 [paul] 0.8.11claws10
762 tools/multiwebsearch.conf ** NEW FILE **
763 tools/multiwebsearch.pl ** NEW FILE **
764 add multiwebsearch Actions script
766 2003-03-13 [colin] 0.8.11claws9
769 Remove leading emtpy lines from quoted text
772 2003-03-13 [melvin] 0.8.11claws8
774 * src/prefs_actions.c
777 Added Cancel and OK buttons
780 2003-03-13 [christoph] 0.8.11claws7
790 replace more folder type stuff with folder class stuff
792 2003-03-13 [melvin] 0.8.11claws6
794 * src/prefs_actions.c
796 %u: user provided argument
797 %h: user provided argument (hidden on input)
798 %s: current text selection in the message view
800 2003-03-13 [paul] 0.8.11claws5
802 * sync with 0.8.11cvs5
803 see ChangeLog 2003-03-11, 2003-03-12
805 2003-03-12 [christoph] 0.8.11claws4
808 use folder class idstr when writing folderlist.xml
813 replace folder type checks with folder class checks
815 2003-03-12 [christoph] 0.8.11claws3
820 * src/mbox_folder.[ch]
823 o create a list of known folder classes in the folder system
824 o use folder class id strings for folder item identifiers
826 2003-03-12 [christoph] 0.8.11claws2
829 fix imap uid validity check
831 2003-03-12 [christoph] 0.8.11claws1
842 * src/prefs_scoring.c
846 initial restructuring of folder system, seperating
847 folders and folder classes
849 2003-03-12 [paul] 0.8.11claws
853 2003-03-12 [christoph]
855 * src/gtk/prefswindow.c
856 fix translation of "Page Index"
858 2003-03-12 [paul] 0.8.10claws110
860 a sync from 0.8.11cvs4 before the release
863 subject_compare_for_sort(): allow null strings (fixes
866 2003-03-11 [paul] 0.8.10claws109
869 update Spanish translation, submitted by
872 2003-03-11 [melvin] 0.8.10claws108
875 Updated French translations
877 2003-03-11 [paul] 0.8.10claws107
879 * manual/en/Makefile.am
881 update English manual, add a new page
882 updated by Francois Barriere <fbarriere@atmel.fr>
887 update Bulgarian, Italian, and Serbian translations
888 submitted by George Danchev, Alessandro Maestri, and
891 2003-03-10 [paul] 0.8.10claws106
894 src/gtk/prefswindow.c
895 make some strings translatable
897 2003-03-10 [darko] 0.8.10claws105
900 code cleanup to make Hiro happy
902 2003-03-10 [paul] 0.8.10claws104
904 * sync with 0.8.11cvs2
905 see ChangeLog 2003-03-10
907 2003-03-09 [melvin] 0.8.10claws103
910 textview_set_font(): fix for message display in
911 UTF-8 locales (thanks to Sergey Vlasov).
912 (was unintentionnaly reverted in 0.8.6claws6)
914 2003-03-08 [darko] 0.8.10claws102
917 fix infinite loop in wrapping as reported
919 obsoletes patch #696482
921 2003-03-08 [christoph] 0.8.10claws101
924 add workaround for IMAP servers that do not
925 support the "UID SEARCH UID" command
927 2003-03-07 [christoph] 0.8.10claws100
929 * src/plugins/spamassassin/spamassassin.[ch]
930 * src/plugins/spamassassin/spamassassin_gtk.c
933 2003-03-07 [paul] 0.8.10claws99
936 updated Spanish translation, submitted by
939 2003-03-07 [christoph] 0.8.10claws98
942 fix in 0.8.10claws94 was wrong
943 local delivery does not require escaping, remove escaping
944 code to make signatures of mails with "." lines valid
946 NOTE: requires that sendmail is executed with "-i" option,
947 what is the default now, but has to be changed in all
950 2003-03-07 [paul] 0.8.10claws97
952 * sync with 0.8.11 release
953 see ChangeLog 2003-03-07
955 2003-03-06 [paul] 0.8.10claws96
958 revert commit 0.8.10claws92
960 2003-03-06 [paul] 0.8.10claws95
963 fix (solaris) bug 73, 'Crash when selecting top-level folder'
966 fix bug 74, 'Crash opening editor window with pseudo-color
969 Patches submitted by Kevin Vigor <kevin@vigor.nu>
971 2003-03-06 [christoph] 0.8.10claws94
974 fix rfc2821 (4.5.2) violation in SMTP data sending,
975 all lines starting with a period get an extra period
977 (found by Simon 'corecode' Schubert)
979 2003-03-06 [paul] 0.8.10claws93
982 if configured font can't be loaded fall back to gtk
983 default. (with thanks to Christoph)
985 closes long-standing bug 15 'Crashes on startup'
987 2003-03-06 [paul] 0.8.10claws92
990 freeze text before autosave and thaw afterwards
991 fixes bug 67 'autosave make re-rediting message crazy'
993 2003-03-06 [christoph] 0.8.10claws91
996 ignore address comment in dupe check for Cc-list
998 (closes reopened bug 47 Replying to message strips name part of
999 e-mail addresses of Cc: lines)
1001 2003-03-06 [paul] 0.8.10claws90
1004 remove reference to gtkxtext.h as its no longer in
1007 2003-03-06 [paul] 0.8.10claws89
1009 * sync with 0.8.10cvs25
1010 see ChangeLog 2003-03-06
1012 2003-03-06 [oliver] 0.8.10claws88
1017 2003-03-06 [oliver] 0.8.10claws87
1020 remove changes introduced inclaws74
1022 another attempt to sanely delete and update
1023 messages deleted in separate messageview
1025 2003-03-05 [christoph] 0.8.10claws86
1028 check if "From" matches any account's address if
1029 addressbook completion of addresses is disabled too
1031 (closes Bug 70 "Display recipient in from" doesn't check
1032 folder's default account)
1034 2003-03-05 [christoph] 0.8.10claws85
1037 * src/common/utils.[ch]
1038 don't strip address comments when building Cc lists
1040 (closes Bug 47 Replying to message strips name part of e-mail addresses
1044 fix return value of copy function
1046 2003-03-05 [christoph] 0.8.10claws84
1049 don't ask imap server for non rfc822 headers
1051 (closes bug 71 IMAP FETCH asks for FROM header field twice)
1054 destroy session on socket error to allow reconnecting
1056 2003-03-05 [christoph] 0.8.10claws83
1059 fix building with gnome when no prefix is set
1061 (closes bug 66 Gnome directory is set to NONE)
1063 2003-03-05 [paul] 0.8.10claws82
1065 * sync with 0.8.10cvs23
1066 see ChangeLog 2003-03-05
1068 2003-03-04 [christoph] 0.8.10claws81
1071 o fix moving and copying when folder returns 0 for new
1073 o remove some code for single message copy and move
1074 operations and use functions for multiple messages
1076 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1079 remove unused include
1081 2003-03-04 [paul] 0.8.10claws80
1084 list 'Compiled plugins'
1086 2003-03-03 [christoph] 0.8.10claws79
1089 have to multiply the percentage of the current fetch with
1090 the percentage that it has of the total fetch operation
1093 2003-03-03 [christoph] 0.8.10claws78
1096 fix calculation of expected lines for progress indicator
1098 2003-03-03 [christoph] 0.8.10claws77
1101 * src/common/utils.c
1102 fix segfault when opening the root news folder
1104 2003-03-03 [christoph] 0.8.10claws76
1106 * src/mainwindow.[ch]
1107 * src/common/Makefile.am
1108 * src/common/progressindicator.[ch]
1109 add UI independent progress indicator handling
1112 use new progress indicator for message info fetching
1114 * src/common/hooks.h
1117 2003-03-03 [oliver] 0.8.10claws75
1121 removed commented code
1123 2003-03-03 [oliver] 0.8.10claws74
1126 cleanups and refactoring
1128 compose_reply_mode reply & forwarding interface for
1131 act on messages marked for deletion in folderview_selected
1132 based on prefs_common.immediate_exec since a message might
1133 have been deleted by messageview in a folder we are changing
1134 to (does anybody understand what I'm on about ?)
1136 2003-03-03 [oliver] 0.8.10claws73
1138 * src/messageview.[ch]
1140 - messageview_delete: delete message shown in messagview
1141 - messageview_update_view: update messageview to currently
1142 selected summaryview message
1143 - add separate messageview to msgview_list in order to update
1144 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1145 * src/summaryview.[ch]
1146 summary_get_selection returns a list of selected msgs
1149 toolbar reply refactoring
1151 2003-03-03 [paul] 0.8.10claws72
1153 * sync with 0.8.10cvs21
1154 see ChangeLog 2003-03-03
1156 2003-03-02 [christoph] 0.8.10claws71
1158 * src/common/passcrypt.c
1161 2003-03-02 [christoph] 0.8.10claws70
1164 * src/prefs_account.c
1165 * src/prefs_gtk.[ch]
1166 * src/common/.cvsignore
1167 * src/common/Makefile.am
1168 * src/common/passcrypt.c ** NEW **
1169 * src/common/passcrypt.h.in ** NEW **
1170 Implement password encryption in config files
1171 using unix encrypt and setkey functions. The crypt
1172 key can be set as a configure parameter. Old
1173 passwords will be converted if they do not begin
1176 2003-03-02 [paul] 0.8.10claws69
1178 * src/prefs_account.c
1181 2003-03-01 [thorsten] 0.8.10claws68
1189 corrected format strings
1192 (fix compile errors with GNU gettext-0.11.5)
1194 2003-03-01 [oliver] 0.8.10claws67
1197 menu callbacks call toolbar_menu_reply
1199 2003-03-01 [oliver] 0.8.10claws66
1203 menu callbacks call toolbar_menu_reply
1205 callbacks from menu handled by toolbar_menu_reply
1207 2003-03-01 [paul] 0.8.10claws65
1210 revert commit 0.8.10claws54 - breaks editing of
1214 update Bulgarian translation, submitted by
1217 2003-02-28 [christoph] 0.8.10claws64
1223 * src/gtkxtext.h ** REMOVE **
1229 * src/prefs_common.c
1230 * src/prefs_matcher.c
1231 * src/procheader.[ch]
1234 * src/common/ssl_certificate.c
1235 * src/gtk/colorlabel.c
1238 o remove code obsoleted by new cache and folder system rework
1240 2003-02-28 [oliver] 0.8.10claws63
1243 * fix bug where reply in Messageview replied to
1244 Message displayed in summaryview
1245 (reportedd via ML by chinatinte at gmx dot ch)
1246 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1247 didn't work in separate MessageView Toolbar
1248 (wondering if anybody uses this at all ?)
1249 * src/summaryview.[ch]
1250 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1251 (generalize reply and forward code);
1253 remove focus_in event which updated summaryview to messageview
1255 2003-02-28 [paul] 0.8.10claws62
1258 add the --check option
1259 Patch submitted by Ricardo Mones Lastra
1261 2003-02-28 [paul] 0.8.10claws61
1263 * src/prefs_account.c
1264 re-order 'Signature' items
1266 2003-02-28 [paul] 0.8.10claws60
1268 * sync with 0.8.10cvs20
1269 see ChangeLog 2003-02-28
1271 2003-02-28 [paul] 0.8.10claws59
1274 update to reflect recent movement of files
1276 2003-02-28 [paul] 0.8.10claws58
1278 * sync with 0.8.10cvs19
1279 see ChangeLog 2003-02-28
1281 2003-02-27 [martin] 0.8.10claws57
1283 * src/prefs_matcher.c
1284 fix segfault in prefs_matcher_ok() when the
1285 last entry is deleted and prevents that the
1286 message "entry not saved" comes up after deleting
1289 2003-02-27 [martin] 0.8.10claws56
1291 * src/prefs_filtering.c
1292 fix segfault in prefs_filtering_ok() when the
1293 last entry is deleted and prevents that the
1294 message "entry not saved" comes up after deleting
1297 2003-02-27 [paul] 0.8.10claws55
1299 * sync with 0.8.10cvs18
1300 see ChangeLog 2003-02-27
1302 2003-02-27 [paul] 0.8.10claws54
1305 fix bug where the address book crashes with
1307 Patch [687729] submitted by David Frager
1308 <dbfrager@users.sourceforge.net>
1310 2003-02-25 [christoph] 0.8.10claws53
1313 * src/colorlabel.[ch] ** REMOVE **
1314 * src/gtk/Makefile.am
1315 * src/gtk/colorlabel.[ch] ** NEW **
1316 move colorlabel files to gtk directory
1318 * src/esmtp.[ch] ** REMOVE **
1319 has been merged into smtp.[ch] in 0.7.5
1321 2003-02-25 [christoph] 0.8.10claws52
1324 * src/about.[ch] ** REMOVE **
1325 * src/gtk/Makefile.am
1326 * src/gtk/about.[ch] ** NEW **
1327 move about files to gtk directory
1329 2003-02-25 [christoph] 0.8.10claws51
1332 some code optimization of folder scanning code
1334 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1336 2003-02-25 [christoph] 0.8.10claws50
1339 * src/common/sylpheed.c
1340 add command line parameter parsing to common code
1342 2003-02-24 [christoph]
1346 fix gnome prefix problems, the configure script now removed
1347 `gnome-config --prefix` from `gnome-config --datadir`
1348 and adds $(prefix} instead
1350 (closes Bug 24 Makefile does not respect prefix when installing
1353 2003-02-24 [christoph] 0.8.10claws49
1356 check for valid session before trying to authenticate
1358 (closes Bug 60 crash if "authenticate on logon" is activated
1359 and newsserver-hostname is not valid)
1361 2003-02-24 [melvin] 0.8.10claws48
1363 * src/prefs_actions.c
1364 Make sure all user's input is sent to the action and then
1367 2003-02-23 [alfons] 0.8.10claws46
1370 also wait cursor when deleting files
1374 * tools/freshmeat_search.pl
1375 tools/google_search.pl
1376 scripts should now work for any browser/browser command line
1378 2003-02-22 [christoph] 0.8.10claws45
1381 fix IMAP flag setting, IMAP flag is not handled correctly
1382 anymore by the folder system and information about the
1383 folder should not be saved in the MsgInfo (in my opinion)
1385 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1387 2003-02-22 [christoph] 0.8.10claws44
1390 fix spelling of "label" ;-)
1392 2003-02-22 [thorsten] 0.8.10claws43
1395 src/prefs_common.[ch]
1397 do not use description as attachment name
1399 2003-02-22 [alfons] 0.8.10claws42
1402 freeze/thaw folder item updates when changing color labels,
1403 and put a wait cursors on
1405 2003-02-22 [thorsten] 0.8.10claws41
1408 save-all fixes: crash if invoked on multipart container,
1409 mimeinfo access, pathseparators, error dialog
1411 2003-02-21 [alfons] 0.8.10claws40
1416 2003-02-21 [colin] 0.8.10claws39
1421 2003-02-21 [colin] 0.8.10claws38
1424 Freeze/thaw folderItem updates when filtering messages
1425 via Tools/Filter messages
1427 2003-02-21 [paul] 0.8.10claws37
1430 revert commit 0.8.10claws26, there are ulterior motives
1431 for users to set a Reply-To header when posting to
1434 2003-02-21 [paul] 0.8.10claws36
1436 * sync with 0.8.10cvs17
1437 see ChangeLog 2003-02-21
1439 2003-02-20 [christoph] 0.8.10claws35
1442 IMAP UID fetch speedup using SEARCH
1444 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1447 fix problem with UIDs in IMAP UID cache that no longer existed
1449 2003-02-20 [christoph] 0.8.10claws34
1454 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1456 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1459 Rewrite imap_cmd_gen_recv use sock_getline instead
1460 of sock_gets to avoid problems with too long reply
1463 2003-02-20 [colin] 0.8.10claws33
1465 * src/prefs_account.c
1468 2003-02-20 [colin] 0.8.10claws32
1471 Remove useless '&& !to_sender'
1476 change my e-mail address
1478 2003-02-19 [colin] 0.8.10claws31
1480 * src/prefs_common.c
1481 X11 style colors for every configurable color
1483 2003-02-19 [alfons] 0.8.10claws30
1485 * src/prefs_gtk.[ch]
1486 * src/prefs_common.c
1487 for color_new accept both plain integers and X11 style color
1488 names (as found in /usr/lib/X11/rgb.txt)
1490 2003-02-19 [paul] 0.8.10claws29
1493 add tooltips to online/offline button and account selector
1496 2003-02-19 [paul] 0.8.10claws28
1500 src/prefs_account.[ch]
1501 src/prefs_common.[ch]
1502 move 'Maximum number of articles to download' to
1504 clean up account prefs gui a little by hiding entries
1505 rather then greying out entries
1507 2003-02-19 [hiro] 0.8.10claws27
1509 * src/common/utils.c
1510 fix bug #54 'yesterdays date is displayed in the message
1513 2003-02-19 [paul] 0.8.10claws26
1516 fix bug reported in Feature Request [688596]
1517 'Reply-to header in news'
1519 2003-02-18 [paul] 0.8.10claws25
1522 add a 'List all keys' button to key selection dialog
1524 2003-02-18 [colin] 0.8.10claws24
1526 * src/stock_pixmap.c
1529 2003-02-18 [colin] 0.8.10claws23
1531 * src/common/smtp.[ch]
1533 Try to starttls if it seems to be the only
1534 way to authenticate a user
1536 2003-02-18 [paul] 0.8.10claws22
1540 src/stock_pixmap.[ch]
1541 src/pixmaps/drafts_close.xpm ** NEW FILE **
1542 src/pixmaps/drafts_open.xpm ** NEW FILE **
1543 as a Drafts folder is a special folder allow it to have
1544 its own unique icons
1546 2003-02-18 [colin] 0.8.10claws21
1549 Fix port selection when using starttls
1551 2003-02-18 [paul] 0.8.10claws20
1554 src/prefs_common.[ch]
1555 make blue the default new mail colour
1557 2003-02-18 [paul] 0.8.10claws19
1559 * sync with 0.8.10cvs14
1560 see ChangeLog 2003-02-18
1562 2003-02-17 [jens] 0.8.10claws18
1565 fixed a compile problem with gcc 3.3
1566 works on 2.95.3 too (testet on PPC as it is big endian)
1568 2003-02-17 [paul] 0.8.10claws17
1570 * sync with 0.8.10cvs13
1571 see ChangeLog 2003-02-17
1573 2003-02-17 [paul] 0.8.10claws16
1575 * sync with 0.8.10cvs12
1576 see ChangeLog 2003-02-17
1578 2003-02-16 [match] 0.8.10claws15
1581 Eliminates reloading of address data when items
1582 deleted or added. Applied submitted by
1583 Luke Plant <lukeplant@softhome.net>
1585 2003-02-16 [paul] 0.8.10claws14
1588 when a 'protocol error' is encountered disconnect from
1589 the server. This means that the user can carry on viewing
1590 other articles and doesn't have to either wait until the
1591 server timesout or quit sylpheed.
1592 Fixes bug #53 'Unable to read messages in newsgroups,
1593 displayed message doesn't change'
1595 2003-02-15 [christoph] 0.8.10claws13
1598 fix bug that stopped scanning of folders when an
1599 IMAP folder was empty
1601 (closes bug 46 stop scan messages in folders after empty folder)
1607 tools/freshmeat_search.pl ** NEW FILE **
1608 tools/google_search.pl ** NEW FILE **
1609 Add 2 Actions scripts which search freshmeat/google
1610 for the selected text using the browser configured
1613 Note: These scripts are very dependent on the format of the
1614 browser command and may not work on every occasion. Testing
1617 2003-02-14 [alfons] 0.8.10claws12
1620 fix breakage because of uninitialized account pointer.
1623 2003-02-14 [paul] 0.8.10claws11
1626 src/prefs_account.[ch]
1627 src/prefs_common.[ch]
1628 move signature settings to Account Prefs
1630 2003-02-14 [paul] 0.8.10claws10
1632 * sync with 0.8.10cvs11
1633 see ChangeLog 2003-02-14
1635 2003-02-13 [thorsten] 0.8.10claws9
1638 revert news progressbar (GUI separation)
1640 2003-02-13 [paul] 0.8.10claws8
1643 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1646 2003-02-13 [paul] 0.8.10claws7
1650 fix 'Follow-up and Reply-to' so that it creates a reply to
1651 the newsgroup and the sender. If the message has the keyword
1652 'poster' in the Followup-To header, all replies go to the
1653 sender, re: RFC 1036, Section 2.2.3
1654 rename all instances of 'ignore_replyto' to 'to_sender', both
1655 were previously used, now we use just one.
1657 2003-02-13 [paul] 0.8.10claws6
1659 * sync with 0.8.10cvs9
1660 see ChangeLog 2003-02-13
1662 2003-02-13 [paul] 0.8.10claws5
1665 show which plugins are configured in the configure
1668 2003-02-12 [thorsten] 0.8.10claws4
1671 show progress while fetching news headers
1673 2003-02-12 [christoph] 0.8.10claws3
1676 * src/plugins/Makefile.am
1677 use AM_CONDITIONAL to enable plugins, automake correctly
1678 manages this when creating distdir
1680 2003-02-12 [christoph] 0.8.10claws2
1682 * ac/spamassassin.m4
1683 * src/plugins/spamassassin/Makefile.am
1684 fix building SpamAssassin plugin without OpenSSL
1686 2003-02-12 [paul] 0.8.10claws1
1690 src/plugins/Makefile.am
1691 fix failure of 'make release'
1693 2003-02-12 [paul] 0.8.10claws
1695 * 0.8.10claws released
1697 2003-02-12 [paul] 0.8.9claws56
1704 updated translations by George Danchev, Ricardo Mones Lastra,
1705 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1708 Allow the building of RPMs by a regular user. Submitted
1711 2003-02-11 [alfons] 0.8.9claws55
1714 don't use pixmaps for label color rect but draw rectangles
1715 so we can respect the color map of palette based visuals
1716 (fixes the long time crashes on Suns - thanks to Andreas
1717 Engel and Steve O'Hara-Smith for testing)
1719 2003-02-11 [christoph] 0.8.9claws54
1721 * src/matcher_parser_parse.y
1722 correct bug where filering rules of not existing folders in
1723 matcherrc were added to global filtering
1725 (closes Debian Bug #180253 - Directory's filter-rules are merged with
1726 main filter-rules after removing directory, http://bugs.debian.org/180253)
1728 2003-02-11 [paul] 0.8.9claws53
1730 * sync with 0.8.10cvs7
1731 see ChangeLog 2003-02-09
1733 2003-02-11 [melvin] 0.8.9claws52
1736 Updated French tranlsations
1738 2003-02-10 [paul] 0.8.9claws51
1741 correct --enable-openssl
1742 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1744 2003-02-09 [martin] 0.8.9claws50
1746 * src/prefs_matcher.c
1747 fix segfault in prefs_matcher_substitute_cb() when
1750 2003-02-09 [paul] 0.8.9claws49
1753 fix bug where a newsgroup folder's processing rules were
1754 merged with the global filtering rules when the newsgroup
1755 folder was deleted, causing some seriously bad results,
1756 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1758 2003-02-08 [melvin] 0.8.9claws48
1761 Corrected and modified an alert message.
1763 2003-02-07 [paul] 0.8.9claws47
1766 fix bug where both an 'Account properties' window and a
1767 'Folder properties' window were opened when clicking on
1768 'Properties' in an NNTP or IMAP folder's popup menu.
1770 2003-02-07 [paul] 0.8.9claws46
1772 * sync with 0.8.10cvs6
1773 see ChangeLog 2003-02-06
1775 2003-02-06 [christoph] 0.8.9claws45
1778 freeze folder updates while importing mbox files
1779 (closes bug 43 importing mbox took hours)
1781 Patch submitted by Jens Rantil <jens.rantil@telia.com>
1783 2003-02-06 [thorsten] 0.8.9claws44
1786 Updated german translations
1788 2003-02-06 [thorsten] 0.8.9claws43
1791 use guint for message numbers (fix count in grouplist dialog)
1793 2003-02-05 [paul] 0.8.9claws42
1795 * sync with 0.8.10cvs2
1796 see ChangeLog 2003-02-05
1798 2003-02-04 [colin] 0.8.9claws41
1800 * src/prefs_common.[ch]
1803 Add an option to disable threading by subject
1805 2003-02-04 [christoph] 0.8.9claws40
1808 only abort fetching mails from multiple accounts when the
1809 error is fatal and does not allow to check any more accounts
1810 (currently only disk full error)
1812 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1813 receive mails for other accouts)
1815 2003-02-04 [christoph] 0.8.9claws39
1818 first add the new message to the cache, then
1819 send the update notification
1821 (closes bug 39 after sending message folderview doesnt get updated)
1823 2003-02-04 [colin] 0.8.9claws38
1826 _really_ fix this Connecting... status
1828 2003-02-04 [paul] 0.8.9claws37
1831 see ChangeLog 2003-02-04
1833 2003-02-04 [paul] 0.8.9claws36
1835 * sync with 0.8.9cvs6
1836 see ChangeLog 2003-02-03
1838 2003-02-04 [paul] 0.8.9claws35
1841 updated by André Filipe de Assunção e Brito
1842 <bedecko@netsite.com.br>
1844 2003-02-03 [thorsten] 0.8.9claws34
1847 Updated german translations
1849 2003-02-02 [paul] 0.8.9claws33
1852 updated by Ricardo Mones Lastra
1854 2003-02-02 [thorsten] 0.8.9claws32
1857 Fix mh_get_msginfo() segfault if file is inaccessible
1859 2003-01-31 [colin] 0.8.9claws31
1862 Fix last commit's bug
1864 2003-01-31 [colin] 0.8.9claws30
1867 Missing a change for gpg-signed messages
1869 2003-01-31 [paul] 0.8.9claws29
1871 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
1873 src/stock_pixmap.[ch]
1875 indicate GnuPG signed messages by displaying an icon
1876 in the Attachment column.
1878 2003-01-31 [paul] 0.8.9claws28
1880 * sync with 0.8.9cvs4
1881 see ChangeLog 2003-01-31
1883 2003-01-31 [alfons] 0.8.9claws27
1886 tune URI parser to accept mailto URLs with a '?'
1887 (patch from Ruslan Balkin)
1889 2003-01-31 [colin] 0.8.9claws26
1892 Fix a leak introduced in claws24
1894 2003-01-31 [colin] 0.8.9claws25
1897 Freeze/Thaw folder updates when deleting dups
1899 2003-01-31 [colin] 0.8.9claws24
1904 little speed improvements
1906 2003-01-31 [colin] 0.8.9claws23
1909 Fix segfault when forwarding nothing
1910 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1912 2003-01-30 [paul] 0.8.9claws22
1914 * sync with 0.8.9cvs3
1915 see ChangeLog 2003-01-30
1917 2003-01-30 [paul] 0.8.9claws21
1919 * sync with 0.8.9cvs2
1920 see ChangeLog 2003-01-30
1922 2003-01-29 [paul] 0.8.9claws20
1924 * sync with 0.8.9cvs1
1925 see ChangeLog 2003-01-29
1927 2003-01-28 [paul] 0.8.9claws19
1930 update to reflect changes.
1931 thanks to Ricardo Mones Lastra
1933 2003-01-27 [christoph] 0.8.9claws18
1936 * ac/spamassassin.m4
1937 * src/plugins/spamassassin/README
1938 * src/plugins/spamassassin/libspamc.[ch]
1939 * src/plugins/spamassassin/utils.[ch]
1940 updated to latest libspamc
1942 2003-01-27 [christoph] 0.8.9claws17
1945 fix wrong use of procheader_get_header_fields
1947 2003-01-27 [christoph] 0.8.9claws16
1950 * src/prefs_account.[ch]
1951 * src/common/nntp.[ch]
1952 allow to force authentication for NNTP servers
1954 Patch submitted by Florian Mickler <dmk@d-labs.de>
1956 2003-01-26 [paul] 0.8.9claws15
1959 speed up of marking messages as read
1960 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1962 2003-01-26 [christoph] 0.8.9claws14
1965 * src/mgutils.[ch] ** REMOVE **
1966 * src/xml.[ch] ** REMOVE **
1967 * src/xmlprops.[ch] ** REMOVE **
1968 * src/common/Makefile.am
1969 * src/common/mgutils.[ch] ** NEW **
1970 * src/common/xml.[ch] ** NEW **
1971 * src/common/xmlprops.[ch] ** NEW **
1972 move xml files to common directory
1974 2003-01-26 [christoph] 0.8.9claws13
1976 * src/plugins/spamassassin/spamassassin_gtk.c
1977 only set gtk entry text if string is available
1979 2003-01-26 [melvin] 0.8.9claws12
1981 * src/description_window.c
1982 Allow resizing of the window
1983 Allow automatic horizontal scroll bar
1984 Do not vertically expand and fill
1986 2003-01-26 [christoph] 0.8.9claws11
1989 * src/gtkutils.[ch] ** REMOVE **
1990 * src/common/sylpheed.c
1991 * src/gtk/Makefile.am
1992 * src/gtk/description_window.c
1993 * src/gtk/gtkutils.[ch] ** NEW **
1994 * src/gtk/prefswindow.c
1995 move gtkutils to gtk directory
1997 2003-01-26 [paul] 0.8.9claws10
2000 rename summary_unread_clicked() to summary_status_clicked()
2002 2003-01-26 [melvin] 0.8.9claws9
2004 * src/prefs_actions.c
2005 Cosmetical changes to the help text
2007 2003-01-26 [paul] 0.8.9claws8
2012 src/prefs_sumamry_column.c
2014 rename the 'Unread' column to 'Status'
2016 2003-01-25 [match] 0.8.9claws7
2019 removed reference to LDAP constants. removed error2string.
2020 included functions to support LDAP dynamic queries.
2022 moved LDAP constants here.
2026 removed references to LDAP constants and references to
2029 2003-01-25 [paul] 0.8.9claws6
2032 summary_thread_build(), summary_thread_init(): remove
2033 unneeded reference to summaryview->folder_item
2035 2003-01-25 [christoph] 0.8.9claws5
2037 * src/gtk/description_window.c
2038 o allow description texts to expand over multiple columns
2039 o translate all columns
2040 * src/prefs_actions.c
2041 change syntax description to use new multi column feature
2043 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2045 2003-01-25 [match] 0.8.9claws4
2048 fixed bug with Quoted-Printable
2050 2003-01-25 [paul] 0.8.9claws3
2053 src/summaryview.[ch]
2054 implement per-folder collapsed/expanded threads setting
2056 * src/prefs_common.c
2057 remove global collapsed/expanded threads option
2059 2003-01-25 [christoph] 0.8.9claws2
2062 add pluginwindow and prefswindow
2064 make send respond correctly to messages that could be added
2065 to the queue folder, but the UID of the message is unknown
2068 don't return guessed UIDs in imap_add_msg anymore. We return
2069 0 to tell the folder system it was appened but the UID is
2070 unknown. Folder system now get's the UID by scaning the folder
2071 and searching the cache for the Message-ID
2072 (closes bug #29 Messages queued, but not sent)
2074 2003-01-25 [paul] 0.8.9claws1
2077 conv_encode_header(): fix bug when long headers with 8-bit
2078 characters are used, so that the encoded words are wrapped.
2079 If the space in the original text falls on the wrap boundary,
2081 Patch by Sergey Vlasov.
2084 fix bug where a change to the sorting method or thread view
2085 of a folder's messages is lost if simpify-subject is set and
2087 Patch by Luke Plant.
2089 2003-01-24 [paul] 0.8.9claws
2091 * sylpheed-0.8.9claws released
2095 remove reference to 'INSTALL.jp'
2097 2003-01-23 [paul] 0.8.8claws128
2103 updated translations. submitted by Ricardo Mones Lastra,
2104 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2106 2003-01-23 [colin] 0.8.8claws127
2109 Fix drafted and queued news articles re-edition
2111 2003-01-23 [melvin] 0.8.8claws126
2114 Updated French translations
2116 2003-01-23 [colin] 0.8.8claws125
2119 Fix "Connecting to..." status message
2121 2003-01-22 [paul] 0.8.8claws124
2124 updated by George Danchev
2127 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2130 2003-01-21 [paul] 0.8.8claws123
2133 updated by George Danchev
2139 don't translate 'Separator'
2141 * src/plugins/spamassassin/Makefile.am
2142 add aspell to CPPFLAGS
2144 * src/plugins/spamassassin/spamassassin.c
2145 src/plugins/spamassassin/spamassassin_gtk.c
2146 set correct default for spamassassin_receive_spam
2147 slightly re-word descriptions and some
2150 2003-01-19 [alfons] 0.8.8claws122
2153 mimeview_save_as(): we might as well show the file name for
2154 the single case "Save As" too
2156 2003-01-19 [alfons] 0.8.8claws121
2159 change bug tracker URL to bugzilla URL
2161 2003-01-19 [alfons] 0.8.8claws120
2164 mimeview_save_all(): display name of file before overwriting;
2165 continue saving all, even when one overwrite was cancelled
2167 2003-01-19 [christoph] 0.8.8claws119
2171 fix wrong usage of procmsg_find_children in summaryview
2172 by using procmsg_update_unread_children instead of
2173 summaryview_update_unread_children
2175 2003-01-19 [christoph] 0.8.8claws118
2178 fix infinite loop in procmsg_find_children
2179 (closes bug #25 sylpheed crashes on delete.)
2181 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2183 2003-01-19 [paul] 0.8.8claws117
2186 updated by Ivan Francolin Martinez
2188 2003-01-18 [melvin] 0.8.8claws116
2190 * src/prefs_actions.c
2191 Removed syntax limitation of only one '&' at the end of command.
2192 Now actions that contain '>/dev/null 2>&1' are possible.
2194 2003-01-18 [melvin] 0.8.8claws115
2196 * src/prefs_actions.c
2197 Actions IO dialog: when the action ends
2198 the "Close" button now has focus and [Escape] closes the
2201 2003-01-18 [christoph] 0.8.8claws114
2204 o add debug output when MsgInfos are really freed
2205 o free GSLists in procmsg_find_children and
2206 procmsg_update_unread_children
2208 2003-01-18 [christoph] 0.8.8claws113
2211 reorder Configuration menu
2213 2003-01-18 [christoph] 0.8.8claws112
2216 fix applying templates to forwarded messages
2218 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2220 2003-01-17 [christoph] 0.8.8claws111
2223 destroy folder items, when a folder item is removed
2225 2003-01-17 [christoph] 0.8.8claws110
2228 fix wrong folder stats update when ignored message is
2231 2003-01-17 [colin] 0.8.8claws109
2235 Quicksearch bugfixes:
2236 - hide help button at startup if not extended
2237 - switch to extended when looking for replies
2241 * sync with 0.8.9 release
2243 2003-01-17 [paul] 0.8.8claws108
2245 * sync with 0.8.8cvs11
2246 see ChangeLog 2003-01-17
2248 2003-01-16 [colin] 0.8.8claws107
2251 Changed encryption test to re-ask passphrase
2252 if an encrypted message hasn't been decrypted
2255 2003-01-16 [christoph] 0.8.8claws106
2258 * src/prefs_toolbar.c
2259 * src/gtk/prefswindow.h
2260 * src/plugins/spamassassin/spamassassin_gtk.c
2261 remove page destroy function that is not used anymore
2263 2003-01-16 [paul] 0.8.8claws105
2265 * sync with 0.8.8cvs9
2266 see ChangeLog 2002-01-16
2268 2003-01-16 [colin] 0.8.8claws104
2271 Fix bug with autosaved drafts for IMAP, when draft
2272 folder is specified - fixes bugzilla bug #20
2274 2003-01-15 [paul] 0.8.8claws103
2278 store folder and message-id of message forwarding
2279 in queue header and set forward flag after sending
2281 2003-01-15 [paul] 0.8.8claws102
2283 * sync with 0.8.8cvs8
2284 see ChangeLog 2002-01-15
2286 2003-01-15 [colin] 0.8.8claws101
2289 Fix linking with GNU libiconv
2291 2003-01-15 [darko] 0.8.8claws100
2294 fix crash when importing pine address book
2295 entry with an empty name (reported by DY
2296 <dybulk at tri8.net>)
2298 2003-01-14 [paul] 0.8.8claws99
2300 * configure.in ** REMOVED **
2301 configure.ac ** NEW FILE **
2302 rename configure.in to configure.ac, as it is now
2305 2003-01-14 [melvin] 0.8.8claws98
2308 folderview_check_new(): More precise function description
2310 2003-01-14 [melvin] 0.8.8claws97
2313 folderview_check_new(): return the number of new messages
2316 inc_account_mail(): Disable counting of new messages for IMAP
2317 and NNTP until bug [19] and [14] are fixed.
2319 2003-01-14 [paul] 0.8.8claws96
2321 * sync with 0.8.8cvs6
2322 see ChangeLog 2003-01-14
2324 2003-01-13 [alfons] 0.8.8claws95
2327 tune email address validation (c. 0.8.8claws89): if . is
2328 just one char away from @, the address is invalid too
2329 (correctly rejects addresses like foo@.com)
2331 2003-01-13 [paul] 0.8.8claws94
2335 fixes to the Message View toolbar and menu:
2336 fix non-functioning Forward button
2337 make Reply button consider default_reply_list
2338 remove 'Follow-up...' menu entry
2339 add 'Forward' and 'Redirect' menu entries
2341 2003-01-13 [melvin] 0.8.8claws93
2344 Fixed typo that could make new messages count incorrect.
2346 2003-01-13 [melvin] 0.8.8claws92
2348 * src/folderview.[ch]
2349 folderview_check_new(): return the number of new messages.
2351 Should fix bug [14] where new mail notification worked
2352 incorrectly with IMAP accounts.
2353 inc_spool_account(): return number of new msgs, or -1 on error
2354 inc_all_spool(): return number of new msgs
2356 2003-01-13 [melvin] 0.8.8claws91
2358 * src/prefs_actions.c
2361 2003-01-12 [thorsten] 0.8.8claws90
2363 * src/common/prefs.c
2364 close file before rename
2366 2003-01-12 [alfons] 0.8.8claws89
2369 add Christian Mertes
2370 * src/common/utils.[ch]
2371 g_stricase_hash(), g_stricase_equal(): functions for
2372 case insensitive hash tables
2374 use top level domain names to validate email address, based
2375 on a patch by Christian Mertes (thanks!), but changed
2376 implementation to use a hash table
2378 2003-01-12 [paul] 0.8.8claws88
2381 updated by George Danchev
2383 2003-01-12 [alfons] 0.8.8claws87
2386 delete / execute performance: use new style folder update
2388 2003-01-12 [paul] 0.8.8claws86
2390 * sync with 0.8.8cvs5
2391 see ChangeLog 2003-01-13 (!)
2393 2003-01-12 [alfons] 0.8.8claws85
2396 * src/matcher_parser_parse.y
2397 prepare change_score filtering action
2399 give up const-correctness on functions that call non-const-correct functions;
2400 several casts to gpointer in g_free();
2403 2003-01-12 [christoph] 0.8.8claws84
2408 * src/gtk/prefswindow.[ch]
2409 * src/plugins/spamassassin/spamassassin_gtk.c
2410 changed the call of the widget create function
2411 for PrefsPages, because sometimes the widget
2412 create function needs a widget that already has
2413 been attached to a window (to create GDK pixmaps
2414 for exmaple). So we simply pass the GtkWindow as
2415 the second parameter now.
2419 * src/prefs_toolbar.[ch]
2420 rewrite Toolbar Preferences using the new
2423 2003-01-11 [alfons] 0.8.8claws83
2426 fix crash when adding sender to addressbook because status bar
2427 isn't there (the status bar doesn't seem to be used though,
2428 but I'll let Match decide what to do with it)
2430 2003-01-11 [colin] 0.8.8claws82
2434 Two useless changes reversed
2436 2003-01-11 [colin] 0.8.8claws81
2440 Add mainwindow_get_mainwindow()
2443 Add alertpanel_error_log()
2450 Network errors get a View Log button
2452 2003-01-10 [alfons] 0.8.8claws80
2454 * src/prefs_toolbar.c
2456 use the translatable string for "Separator" as file name for
2457 separator toolbar items (probably make this uppercase?)
2459 2003-01-10 [alfons] 0.8.8claws79
2461 * src/prefs_toolbar.c
2462 put right A_SEPARATOR description string in "displayed
2463 toolbar items list" so manually added separators are
2464 saved correctly (bug #10, "Adding a separator to the main
2465 toolbar fails, entry in xml file is wrong")
2467 2003-01-10 [christoph] 0.8.8claws78
2471 o use CAPABILITY to check if NAMESPACE is available
2473 2003-01-10 [christoph] 0.8.8claws77
2476 apply UIDPLUS IMAP extension support patch
2478 Patch submitted by Simon 'corecode' Schubert
2480 2003-01-10 [paul] 0.8.8claws76
2483 a sync from main which fixes the news account folders'
2486 2003-01-10 [christoph] 0.8.8claws75
2489 don't accept 0 as a valid uid returned by copy and move
2490 functions. 0 means the message was copied or moved but the
2491 new uid could not be fetched. It is not an error condition
2492 for the copy or move operation.
2494 2003-01-10 [paul] 0.8.8claws74
2496 * src/prefs_filtering.c
2497 change English used in Alert when entry is not
2500 * sync with 0.8.8cvs4
2501 see ChangeLog 2003-01-10
2503 2003-01-10 [darko] 0.8.8claws73
2506 fix crash when importing address book entry
2507 without a valid address
2509 2003-01-09 [alfons] 0.8.8claws72
2512 filtering performance: use new style folder update
2514 2003-01-09 [christoph] 0.8.8claws71
2518 fix wrong selecting of mime encoding type, when
2519 opening property dialog of attachments in the
2520 compose window. 7bit was always selected and that
2521 destoryed files with 8bit data.
2522 (closes bug #9 Sylpheed-claws destroys attachments when
2523 changing MIME-types)
2525 2003-01-09 [paul] 0.8.8claws70
2527 * sync with 0.8.8cvs3
2528 see ChangeLog 2003-01-09
2530 2003-01-08 [alfons] 0.8.8claws69
2533 apply patch by Kim Schulz to fix build breakage
2534 because of missing variable
2536 2003-01-08 [paul] 0.8.8claws68
2538 * sync with 0.8.8cvs2
2539 see ChangeLog 2002-01-08
2541 2003-01-08 [paul] 0.8.8claws67
2544 updated by Alessandro Maestri
2547 when using 'Add sender to addressbook' allow
2548 name to be edited and remarks to be entered
2549 Patch submitted by Luke Plant
2551 2003-01-08 [darko] 0.8.8claws66
2553 * README.claws, src/summaryview.c
2554 fix description for marked messages
2559 tools/launch_phoenix ** NEW FILE **
2560 add script that enables using Phoenix as the default
2562 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2564 * tools/OOo2sylpheed.pl
2565 remove full path to sylpheed executable, just 'sylpheed'
2569 add launch_phoenix informtion and re-arrange and compress
2572 2003-01-07 [christoph] 0.8.8claws65
2575 fix update for source folder when moving messages
2578 use function to set to_folder for message infos and
2579 automatically update the op_count for old and new
2582 2003-01-07 [melvin] 0.8.8claws64
2584 * src/prefs_actions.c
2585 Fixed bug where an '%p' Action on a displayed image crashed
2587 Code clean up (get rid of duplicated code and removed unnecessary
2590 2003-01-07 [christoph] 0.8.8claws63
2600 * src/prefs_folder_item.c
2604 o remove all folder update triggering from the UI code. The folder
2605 system should know much better when a folder needs an update.
2606 o to prevent multiple updates in a row the folder updates can be
2607 frozen for some time.
2609 Note: - Please verify that no updates are missing
2610 - Check where freeze/thaws should be added
2612 2003-01-07 [christoph] 0.8.8claws62
2614 * src/prefs_actions.c
2615 don't translate empty strings
2617 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2619 2003-01-06 [christoph] 0.8.8claws61
2621 * src/prefs_actions.c
2622 mark strings for gettext
2623 * src/prefs_matcher.c
2624 use new description window for Execute action and
2625 match condition in Filtering
2627 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2629 2003-01-06 [alfons] 0.8.8claws60
2631 keep myself inspired to re-organize matcher part 8;
2632 yes, more to come (I need to move out the descriptive
2633 text for actions to matcher.c, or at least make it not
2634 depend on the wicked ordering)
2636 * src/prefs_matcher.c
2637 add documentation so others may comprehend the
2638 UI part of the conditions
2640 2003-01-06 [christoph] 0.8.8claws59
2642 * src/prefs_actions.c
2643 use new description window for syntax help
2644 * src/gtk/description_window.c
2645 fix display of descriptions with column count != 2
2647 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2649 2003-01-06 [christoph] 0.8.8claws58
2652 * src/summaryview.[ch]
2653 * src/gtk/Makefile.am
2654 * src/gtk/description_window.[ch] ** NEW **
2655 use a generic window to display syntax descriptions
2656 currently used in quote_fmt and summaryview (new description
2657 for extended quick search)
2659 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2661 2003-01-06 [paul] 0.8.8claws57
2663 * sync with 0.8.8cvs1
2664 see ChangeLog 2003-01-06
2666 2003-01-06 [christoph] 0.8.8claws56
2669 * src/prefs_gtk.[ch]
2670 * src/gtk/prefswindow.[ch]
2671 * src/plugins/spamassassin/spamassassin_gtk.c
2672 o remove page management from prefswindow, pages
2673 will be an argument to prefswindow_open
2674 o prefswindow_open gets a datapointer that is
2675 passed to the widget_create function to allow
2676 creation of prefswindow for specific items
2678 2003-01-06 [colin] 0.8.8claws55
2681 We don't want regexp in the reply-finder,
2682 because MIDs can contain !,$,. and so on
2684 2003-01-06 [jens] 0.8.8claws54
2687 fixed a wrong free in jpilot_read_db_files
2689 2003-01-06 [alfons] 0.8.8claws53
2691 re-organize matcher part 8; more to come
2694 matcherprop_to_string(): put g_free()s before the
2695 switch-case break to fix memleaks
2697 2003-01-06 [colin] 0.8.8claws52
2700 cleanup & reply-finder now displays the first
2703 2003-01-05 [alfons] 0.8.8claws51
2705 re-organize matcher part 7; more to come
2708 fixes for constant correctness;
2711 2003-01-05 [alfons] 0.8.8claws50
2713 re-organize matcher part 6; more to come
2716 fixes for constant correctness;
2719 fix for constant correctness
2721 2003-01-05 [colin] 0.8.8claws49
2724 Add account_get_reply_account function
2726 Use account_get_reply_account function
2728 Basic reply-finder - click on the replied
2729 icon gets you to the outbox using quick-search
2731 2003-01-05 [paul] 0.8.8claws48
2733 * src/prefs_common.c
2734 small change to English
2736 * src/prefs_filtering.c
2737 prefs_filtering_action_select(): improve logic and uniformity
2740 2003-01-05 [alfons] 0.8.8claws47
2742 fine tune solution to focus problems (bug #7)
2745 mainwindow_focus_in_event(): remove grab event check
2747 summary_button_pressed(): move selection on right-click
2748 too. we can't possibly move the selection back after
2749 canceling a dialog, because gtk's incomplete focus
2750 management. whether this is a good solution, only time
2753 2003-01-05 [christoph] 0.8.8claws46
2756 fix crash when no imap connection could be established
2758 2003-01-05 [paul] 0.8.8claws45
2763 fix bug 605957 'shortcuts in popup-menu'
2764 make user-defined shortcuts work
2765 show shortcuts that are already defined
2767 Patch submitted by Luke Plant
2769 2003-01-05 [alfons] 0.8.8claws44
2772 focus_in_event handler should not select summary view row
2773 when another window (menu, dialog) grabbed for events
2774 (bug #7, "[0.8.8claws42] Message summary focus")
2776 2003-01-04 [christoph] 0.8.8claws43
2779 update save folder after adding the sent message
2780 (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2782 2003-01-02 [christoph] 0.8.8claws42
2784 * src/common/plugin.c
2785 fix unloading of all plugins and unload
2786 plugins in reverse order
2788 * src/gtk/pluginwindow.c
2789 implement function of load and unload button
2791 * src/gtk/prefswindow.c
2792 * src/gtk/prefswindow.h
2793 rename register function and add new unregister
2796 * src/plugins/spamassassin/spamassassin_gtk.c
2797 unregister prefs page and update for changes in
2798 src/gtk/prefswindow.c
2800 2003-01-02 [paul] 0.8.8claws41
2803 updated by Ricardo Mones Lastra
2808 fixes and improvements by Urke MMI
2810 2003-01-02 [thorsten] 0.8.8claws40
2813 fixed wrong return value
2815 2003-01-02 [thorsten] 0.8.8claws39
2818 fixed printing wrong variable
2820 2003-01-02 [thorsten] 0.8.8claws38
2823 fixed acessing members of freed pfile struct
2825 2003-01-02 [thorsten] 0.8.8claws37
2828 detect loops across several messages
2829 as suggested by Christoph Hohmann
2831 2003-01-01 [match] 0.8.8claws36
2834 fixed another memory leak.
2836 2003-01-01 [match] 0.8.8claws35
2839 fixed memory leaks. applied Doxygen comments.
2841 2003-01-01 [thorsten] 0.8.8claws34
2844 inhibit endless loop if msg references itself
2845 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2847 2003-01-01 [christoph] 0.8.8claws33
2850 * src/gtk/Makefile.am
2851 * src/gtk/pluginwindow.c ** NEW **
2852 * src/gtk/pluginwindow.h ** NEW **
2855 * src/plugins/demo/demo.c
2856 * src/plugins/spamassassin/spamassassin.c
2857 * src/plugins/spamassassin/spamassassin_gtk.c
2858 write better plugin descriptions
2860 2002-12-31 [christoph] 0.8.8claws32
2862 * src/gtk/prefswindow.c
2863 * src/plugins/spamassassin/spamassassin_gtk.c
2864 some small improvements to GTK code
2866 2002-12-31 [christoph] 0.8.8claws31
2868 * src/plugins/spamassassin/spamassassin_gtk.c
2869 enable folder select button
2871 2002-12-31 [christoph] 0.8.8claws30
2874 * src/gtk/Makefile.am
2875 * src/gtk/prefswindow.c ** NEW **
2876 * src/gtk/prefswindow.h ** NEW **
2877 add new prefs window
2879 * src/common/plugin.c
2880 don't try to load empty config lines
2882 * src/plugins/spamassassin/Makefile.am
2883 * src/plugins/spamassassin/spamassassin.c
2884 * src/plugins/spamassassin/spamassassin.h ** NEW **
2885 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
2886 GTK config for SpamAssassin Plugin using
2887 the new prefs window
2889 2002-12-31 [paul] 0.8.8claws29
2892 remove obsolete entry 'src/menu.c'
2894 2002-12-31 [alfons] 0.8.8claws28
2897 * src/matcher_parser_parse.y
2898 * src/prefs_matcher.c
2899 add "ignore_thread" and "~ignore_thread" condition so it's
2900 possible to make the actions / scoring operate on the ignore
2903 2002-12-31 [christoph] 0.8.8claws27
2909 * src/prefs_account.c
2910 * src/prefs_actions.c
2911 * src/prefs_customheader.c
2912 * src/prefs_display_header.c
2917 * src/common/prefs.[ch]
2918 extend prefs file handling for reading and automatic handling
2919 of blocks. When reading prefs_set_block_label will automatically
2920 move on to the block. When writing it will copy all other blocks
2923 * src/common/plugin.c
2924 Now loading plugin filenames from [Plugins] block in
2927 2002-12-30 [christoph] 0.8.8claws26
2929 * src/common/hooks.[ch]
2930 return abort status to caller of hooks_invoke
2933 invoke message filtering hook and stop
2934 default handling when filter returns abort
2936 * src/common/plugin.[ch]
2937 * src/plugins/demo/demo.c
2938 modify plugin loader, because resolving symbols for strings
2939 does not work correctly
2942 * ac/spamassassin.m4 ** NEW **
2943 * src/plugins/spamassassin/.cvsignore ** NEW **
2944 * src/plugins/spamassassin/Makefile.am ** NEW **
2945 * src/plugins/spamassassin/README ** NEW **
2946 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
2947 * src/plugins/spamassassin/spamassassin.c ** NEW **
2948 * src/plugins/spamassassin/utils.[ch] ** NEW **
2949 add spamassassin plugin, see src/plugins/spamassassin/README
2952 2002-12-29 [alfons] 0.8.8claws25
2955 when moving focus from a message view to the main
2956 window, don't forget to select the summary node
2957 of the displayed message. should fix "[ 659103 ]
2958 focus-follows-mouse confuses sylpheed"
2960 2002-12-29 [christoph] 0.8.8claws24
2963 * src/stringtable.[ch] ** REMOVE **
2964 * src/common/Makefile.am
2965 * src/common/stringtable.[ch] ** NEW **
2966 move stringtable files to common directory
2968 2002-12-29 [christoph] 0.8.8claws23
2971 * src/menu.[ch] ** REMOVE **
2972 * src/gtk/Makefile.am
2973 * src/gtk/menu.[ch] ** NEW **
2974 move menu files to gtk directory
2976 2002-12-29 [match] 0.8.8claws22
2980 moved UI specific code out of LDAP code into addressbook
2981 UI code. fixed memory leak.
2983 2002-12-29 [christoph] 0.8.8claws21
2986 only check for IGNORED parent message when message is
2989 2002-12-29 [alfons] 0.8.8claws20
2992 set gtksctree's anchor correct (immediate execute
2993 changes the tree's layout, and anchor points at
2994 the incorrect row). fixes "[ 657233 ] multiple msg
2995 delete sometimes off by 1".
2996 we probably have to look for more tree layout /
2999 2002-12-29 [paul] 0.8.8claws19
3002 fix bug [ 659054 ] incorrect sorting of 'From' column
3003 when using 'display sender using address book'
3004 thanks to Alfons and Luke Plant
3006 2002-12-29 [christoph] 0.8.8claws18
3010 check parent messages for IGNORE THREAD flag, when adding,
3011 moving or copying messages to a folder
3013 2002-12-27 [alfons] 0.8.8claws17
3015 re-organize matcher part 5; more to come
3018 hash keywords in matchparser_tab
3020 2002-12-27 [alfons] 0.8.8claws16
3022 re-organize matcher part 4; more to come
3024 * src/matcher_parser.h
3025 * src/matcher_parser_lex.l
3026 * src/matcher_parser_parse.y
3029 2002-12-27 [alfons] 0.8.8claws15
3031 re-organize matcher part 3; more to come
3036 2002-12-27 [alfons] 0.8.8claws14
3038 re-organize matcher part 2; more to come but this should
3039 work. cc me if there are any regressions.
3042 add prototype for get_matchparser_tab_id()
3043 * src/matcher_parser_lex.l
3044 look up keywords using matchparser_tab_id();
3046 2002-12-27 [alfons] 0.8.8claws12
3048 re-organize matcher part 1
3051 map yacc generated constants to sylpheed matcher constants
3053 add function to find a matcher constant from a string
3055 2002-12-27 [christoph] 0.8.8claws11
3058 MENUITEM_ADD casts the 4th argument from integer to pointer
3059 so it probably should not be a pointer, this means we
3060 should use account id for it and not the account's pointer
3062 2002-12-27 [paul] 0.8.8claws10
3065 remove unneeded 'GtkWidget *vbox'
3068 further sync with 0.8.8 - make sort
3069 by recipient work as expected
3074 2002-12-27 [paul] 0.8.8claws9
3077 updated by Ivan F. Martinez
3079 2002-12-27 [darko] 0.8.8claws8
3081 * src/common/utils.c
3082 added locked pattern to extended search
3084 2002-12-27 [alfons] 0.8.8claws7
3086 * src/prefs_matcher.[ch]
3089 2002-12-26 [alfons] 0.8.8claws6
3092 * src/matcher_parser_lex.l
3093 * src/matcher_parser_parse.y
3094 * src/prefs_matcher.c
3095 allow color label as a condition in the matcher
3097 2002-12-26 [oliver] 0.8.8claws5
3100 enable Addressbook for Main and Messageview
3101 * src/prefs_actions.c
3102 enable actions in Messageview
3104 2002-12-26 [christoph] 0.8.8claws4
3106 * src/common/plugin.c
3107 add a little debug output
3109 * src/plugins/demo/Makefile.am
3110 better use of automake
3112 2002-12-26 [christoph] 0.8.8claws3
3115 * src/common/Makefile.am
3118 2002-12-26 [christoph] 0.8.8claws2
3121 sort configure checks into common / gtk / plugins
3127 * src/common/sylpheed.[ch]
3128 added now sylpheed_done function for shutdown
3129 * src/common/Makefile.am
3130 * src/common/plugin.[ch] ** NEW **
3131 plugin loader and unloader
3132 * src/plugins/.cvsignore ** NEW **
3133 * src/plugins/Makefile.am ** NEW **
3135 * src/plugins/demo/.cvsignore ** NEW **
3136 * src/plugins/demo/Makefile.am ** NEW **
3137 * src/plugins/demo/demo.c ** NEW **
3138 small demo plugin that installs a logtext hook and
3139 outputs the log text to stdout
3141 2002-12-26 [paul] 0.8.8claws1
3144 updated by Ricardo Mones Lastra
3146 2002-12-26 [paul] 0.8.8claws
3148 * 0.8.8claws released
3150 2002-12-26 [paul] 0.8.7claws12
3153 updated by George Danchev
3155 2002-12-26 [paul] 0.8.7claws11
3158 remove unneeded 'src/prefs.c' entry
3160 2002-12-26 [paul] 0.8.7claws10
3164 sync with 0.8.8 release
3169 partial sync with 0.8.8 release
3172 2002-12-25 [alfons] 0.8.7claws9
3175 * src/matcher_parser_lex.l
3176 * src/matcher_parser_parse.y
3177 * src/prefs_matcher.c
3178 add locked flag to possible filtering / matcher
3179 conditions (also a good example what should be
3180 done to add a simple boolean condition)
3182 2002-12-25 [christoph] 0.8.7claws8
3192 * src/prefs.[ch] ** REMOVE **
3193 * src/prefs_account.c
3194 * src/prefs_actions.c
3195 * src/prefs_common.c
3196 * src/prefs_customheader.c
3197 * src/prefs_display_header.c
3198 * src/prefs_filtering.c
3199 * src/prefs_folder_item.c
3200 * src/prefs_gtk.[ch] ** NEW **
3201 * src/prefs_matcher.c
3202 * src/prefs_scoring.c
3203 * src/prefs_summary_column.c
3205 * src/selective_download.c
3207 * src/common/Makefile.am
3208 * src/common/prefs.[ch] ** NEW **
3209 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3211 2002-12-24 [alfons] 0.8.7claws7
3214 summary_thread_build(): fix real cause of the crash mentioned in
3215 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3216 this way we get meaningful ctree nodes
3218 2002-12-24 [oliver] 0.8.7claws6
3220 * src/mainwindow.[ch]
3221 * src/messageview.[ch]
3225 changes to use updated toolbar handling
3227 2002-12-24 [oliver] 0.8.7claws5
3230 generic toolbar handling
3231 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3232 * src/prefs_toolbar.[ch]
3235 2002-12-24 [oliver] 0.8.7claws4
3237 * src/stock_pixmap.[ch]
3238 move SYLPHEED_LOGO to end of list in order
3239 to remove it from Custom Toolbar`s Icon View
3241 2002-12-24 [alfons] 0.8.7claws3
3244 summary_thread_build(): fix crash because of focus != selection
3245 after threading. when deleting the selection, gtk tries but fails
3246 to find the correct focusable element. we now force the selection
3247 to be focused. this should solve the infamous bug reported by
3248 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
3249 a test case is available.
3251 2002-12-24 [darko] 0.8.7claws2
3254 don't crash when unmarking message with unread children
3256 2002-12-23 [christoph] 0.8.7claws1
3259 * src/common/Makefile.am
3260 update Makefiles for moved intl.h, version.h and defs.h
3262 rewrite imap_session_get to avoid duplicate code
3264 2002-12-23 [paul] 0.8.7claws
3266 * Santa-Claws released
3270 squeeze in updated Hungarian and Russian translations.
3271 Submitted by Gál Zoltán and Ruslan N. Balkin
3273 2002-12-23 [paul] 0.8.6claws129
3276 updated by Witold Wladyslaw Wojciech Wilk
3278 2002-12-23 [paul] 0.8.6claws128
3280 * src/quote_fmt_parse.y
3281 fix typo and add licence header
3283 2002-12-23 [paul] 0.8.6claws127
3288 2002-12-23 [paul] 0.8.6claws126
3291 updated translation, submitted by Alessandro Maestri
3293 2002-12-23 [paul] 0.8.6claws125
3295 * src/quote_fmt_parse.y
3296 fix signature-stripping on replies bug. match
3297 '-- \n' and not '-- '.
3299 2002-12-22 [paul] 0.8.6claws124
3304 updated translations. submitted by George Danchev,
3305 Ricardo Mones Lastra, and Urke MMI respectively
3307 2002-12-21 [paul] 0.8.6claws123
3312 2002-12-21 [paul] 0.8.6claws122
3315 fix bug [643638] where if a person is in one or more
3316 addressbook groups editing that person's email
3317 address results in removal from those groups.
3318 Patch submitted by Luke Plant.
3320 2002-12-20 [christoph] 0.8.6claws121
3322 * src/common/utils.c
3324 reimplement expand_search_string using GString to
3325 prevent crashs caused by miscalculated string
3326 lengths reported by Paul
3328 2002-12-20 [christoph] 0.8.6claws120
3331 don't use "changed" to check if op_count has to be changed as it
3332 is also set when the message has unread children
3333 (closes bug [ 653221 ] crash while deleting duplicates)
3335 2002-12-20 [paul] 0.8.6claws119
3337 * sync with 0.8.6cvs27
3338 see ChangeLog 2002-12-20
3340 2002-12-20 [paul] 0.8.6claws118
3342 * sync with 0.8.6cvs26
3343 see ChangeLog 2002-12-19 and 2002-12-20
3345 2002-12-19 [alfons] 0.8.6claws117
3348 fix incorrect parsing of email addresses, submitted by
3349 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
3350 name display if it contains @".
3352 2002-12-18 [paul] 0.8.6claws116
3354 * sync with 0.8.6cvs23
3355 see ChangeLog 2002-12-18
3357 2002-12-18 [paul] 0.8.6claws115
3364 sync with 0.8.6cvs22.
3365 see ChangeLog 2002-12-17 and 2002-12-18
3367 2002-12-17 [christoph] 0.8.6claws114
3370 o don't create a session if imap greeting fails
3371 o don't close socket when authentication fails
3372 this is done by imap_session_destroy
3374 2002-12-17 [thorsten] 0.8.6claws113
3378 tools/google_msgid.pl ** NEW FILE **
3379 Added "search for message-id" script and doc
3381 2002-12-17 [thorsten] 0.8.6claws112
3384 Updated hungarian translation
3385 (updated by Gal Zoltan)
3387 2002-12-16 [christoph] 0.8.6claws111
3390 remove stupid addressbook dump to debug output
3392 fix memory leak found by Hiro
3394 2002-12-14 [paul] 0.8.6claws110
3397 fix menubar sensitivity on send
3399 * src/prefs_filtering.c
3400 * src/prefs_matcher.c
3401 * src/prefs_scoring.c
3404 * src/common/quoted-printable.h
3407 2002-12-13 [christoph] 0.8.6claws109
3410 * src/manage_window.[ch] ** REMOVE **
3411 * src/gtk/Makefile.am
3412 * src/gtk/manage_window.[ch] ** NEW **
3413 move manage_window files to gtk directory
3415 2002-12-13 [christoph] 0.8.6claws108
3418 * src/gtkshruler.[ch] ** REMOVE **
3419 * src/gtk/Makefile.am
3420 * src/gtk/gtkshruler.[ch] ** NEW **
3421 move gtkshruler files to gtk directory
3423 2002-12-13 [christoph] 0.8.6claws107
3427 * src/gtkstext.[ch] ** REMOVE **
3430 * src/gtk/gtkstext.[ch] ** NEW **
3431 * src/gtk/Makefile.am
3432 o move stext functions to gtkstext.c to remove
3433 dependency of gtkutils
3434 o move gtkstext files to gtk directory
3436 * src/gtk/Makefile.am
3437 * src/gtk/sslcertwindow.[ch]
3438 UI stuff can always depend on common code so
3439 it's ok to add ../common to include path
3441 2002-12-13 [colin] 0.8.6claws106
3444 Disconnect sighandlers for mainwindow when
3445 quicksearch has the focus
3447 * src/mainwindow.[ch]
3448 Make key_pressed callback public, to be able
3451 2002-12-13 [christoph] 0.8.6claws105
3454 create .mh_sequences file in new MH folders
3455 (closes feature request [ 523162 ] MH folders should
3456 get a .mh_sequences)
3458 2002-12-13 [colin] 0.8.6claws104
3461 Better handling of quicksearch show/hide
3462 (basically the button stays under the mouse
3465 2002-12-13 [paul] 0.8.6claws103
3467 * sync with 0.8.6cvs17
3468 see ChangeLog 2002-12-13
3470 2002-12-13 [paul] 0.8.6claws102
3473 updated by Ricardo Mones Lastra
3475 2002-12-11 [colin] 0.8.6claws101
3478 remove statusbar stuff
3480 set statusbar verbosity when moving folders
3482 2002-12-11 [colin] 0.8.6claws100
3483 * src/prefs_filtering.c
3484 * src/prefs_matcher.c
3485 * src/prefs_scoring.c
3488 2002-12-11 [colin] 0.8.6claws99
3490 * src/prefs_common.[ch]
3491 Add summary_quicksearch_type
3493 Save last used quicksearch type
3495 2002-12-11 [jens] 0.8.6claws98
3496 * src/prefs_filtering.c
3497 * src/prefs_matcher.c
3498 * src/prefs_scoring.c
3499 added dialog for incomplete rules in scoring, filtering and
3500 matcher to ask wheather really close
3502 2002-12-11 [colin] 0.8.6claws97
3505 Fix folder dnd statusbar logging
3507 2002-12-10 [christoph] 0.8.6claws96
3517 * src/statusbar.[ch]
3518 * src/common/hooks.c
3519 * src/common/log.[ch]
3520 o handle verbose logging in statusbar directly in statusbar code
3521 and common code does not need any knowledge about a statusbar
3522 o remove direct calls to statusbar_(puts|pop)_all functions
3524 2002-12-10 [jens] 0.8.6claws95
3527 removed gettext from g_warnings
3533 2002-12-10 [colin] 0.8.6claws94
3536 finish crash dialog fix
3538 2002-12-10 [colin] 0.8.6claws93
3541 "Fix" "sylpheed already running" instead of
3542 crash dialog appearing after a crash
3544 2002-12-10 [colin] 0.8.6claws92
3547 add src/gtk/sslcertwindow.c
3549 2002-12-10 [paul] 0.8.6claws91
3552 updated to reflect recent changes
3553 submitted by Alessandro Maestri
3555 2002-12-09 [christoph] 0.8.6claws90
3558 * src/smtp.[ch] ** REMOVE **
3559 * src/common/Makefile.am
3560 * src/common/smtp.[ch] ** NEW **
3561 move smtp files to common directory
3563 2002-12-09 [christoph] 0.8.6claws89
3566 * src/session.[ch] ** REMOVE **
3567 * src/common/Makefile.am
3568 * src/common/session.[ch] ** NEW **
3569 move session files to common directory
3571 2002-12-09 [paul] 0.8.6claws88
3574 fix bug [649746] edit accounts: move account reverted
3575 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3577 2002-12-09 [colin] 0.8.6claws87
3579 * src/ssl_certificate.c
3582 2002-12-09 [colin] 0.8.6claws86
3585 Try to open the cert.pem database and
3586 issue a warning if it isn't there
3588 2002-12-09 [colin] 0.8.6claws85
3590 * src/common/ssl_certificate.c
3591 * src/gtk/sslcertwindow.c
3594 2002-12-09 [colin] 0.8.6claws84
3596 * src/ssl_certificate.[ch] ** REMOVED **
3597 * src/common/ssl_certificate.[ch] ** NEW **
3599 * src/common/Makefile.am
3600 Moved ssl_certificate.[ch] to common
3602 Put back needed include
3603 * src/gtk/sslcertwindow.[ch]
3604 Changed ssl_certificate.h include
3606 2002-12-09 [colin] 0.8.6claws83
3608 * src/gtk/sslcertwindow.[ch]
3609 Implement hook for certificate acception
3610 * src/ssl_certificate.[ch]
3611 Implement hook for certificate acception
3613 Reenable certificate acception check
3615 Register sslcertwindow's hook
3617 2002-12-08 [christoph] 0.8.6claws82
3624 * src/common/utils.c
3625 o add missing includes
3628 * src/common/.cvsignore
3629 * src/common/version.h ** REMOVE **
3630 remove autogenerated file
3632 2002-12-08 [paul] 0.8.6claws81
3635 put back needed include
3637 2002-12-08 [colin] 0.8.6claws80
3639 * src/gtk/sslcertwindow.c
3640 Cleaner popups when asking
3641 * src/ssl_certificate.c
3642 * src/prefs_common.[ch]
3643 remove ssl certificate pref
3644 put back needed include
3646 put back needed include
3648 2002-12-08 [christoph] 0.8.6claws79
3654 only abort hook invokation if required data is missing not
3655 if our own data pointer is NULL, update hookfunction for
3658 2002-12-08 [paul] 0.8.6claws78
3676 * src/sourcewindow.c
3679 clean up: remove unneccesary includes
3681 2002-12-08 [christoph] 0.8.6claws77
3686 * src/common/hooks.[ch]
3687 hook functions now have a gboolean return value, if a hook
3688 returns TRUE it will stop executing of any more hooks in
3689 the same hooklist for this invokation
3691 2002-12-08 [colin] 0.8.6claws76
3694 put back argv0 for CRASH_DIALOG
3696 2002-12-08 [christoph] 0.8.6claws75
3709 * src/prefs_account.[ch]
3710 * src/prefs_common.[ch]
3713 * src/ssl_certificate.[ch]
3714 * src/ssl_manager.[ch]
3715 * src/common/Makefile.am
3717 * src/common/nntp.[ch]
3718 * src/common/socket.[ch]
3719 * src/common/ssl.[ch]