1 2003-07-16 [paul] 0.9.3claws11
4 see ChangeLog 2003-07-14 and 2003-07-15
6 2003-07-16 [christoph] 0.9.3claws10
9 * src/prefs_account.[ch]
10 sync IMAP CRAM-MD5 authentication with sylpheed-main
12 2003-07-15 [alfons] 0.9.3claws9
15 make --config-dir do something useful
17 2003-07-15 [alfons] 0.9.3claws8
20 o fix a bug where 'last' didn't really point to the last message
21 in the top level list of children, but to the last threaded
24 o clean up and make it easier to sync
26 2003-07-15 [alfons] 0.9.3claws7
29 make correct menu items sensitive
31 2003-07-14 [alfons] 0.9.3claws6
34 tune the threader so it will not subject-thread any message
35 without a subject prefix (this will not thread correctly if
36 a parent is delivered after their childs, but it looks
39 2003-07-13 [christoph] 0.9.3claws5
42 group "Add mailbox *..." menu items in submenu
44 2003-07-13 [alfons] 0.9.3claws4
47 correct summary_toggle_pressed() signature and make sure
48 signal is not passed on
50 2003-07-13 [alfons] 0.9.3claws3
53 o for now don't pass on keys when they we're handled by
54 ctree::key_press_event
57 2003-07-13 [alfons] 0.9.3claws2
60 add command line option "--config-dir" to get the current
63 2003-07-12 [alfons] 0.9.3claws1
66 * src/matcher_parser_parse.y
67 * src/prefs_filtering.c
69 add "Lock" filter action to lock messages;
73 * src/prefs_filtering.c
74 re-organize matcher part 9:
75 make action text entries easily extendible;
76 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
77 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
82 update old information and add missing
85 2003-07-12 [paul] 0.9.3claws
89 2003-07-12 [paul] 0.9.0claws103
94 2003-07-12 [melvin] 0.9.0claws102
97 Fixed bug #215: Show MIME tab for single text/html messages.
99 2003-07-12 [paul] 0.9.0claws101
104 2003-07-12 [paul] 0.9.0claws100
110 update Spanish, Croatian, Polish, Serbian translations.
111 submitted by Ricardo Mones Lastra, Dragan, Witold
112 Wladyslaw Wojciech Wilk, Urke MMI
114 2003-07-12 [melvin] 0.9.0claws99
117 Updated French translations.
119 2003-07-12 [paul] 0.9.0claws98
122 disable 'Lookup' button as it has no effect
124 2003-07-11 [alfons] 0.9.0claws97
127 summary_searchbar_pressed() should return TRUE to signal that
128 event was handled. when returning void, the return value passed
129 to GTK is actually random, but maybe FALSE, in which case the
130 event is handled by parent
132 2003-07-10 [paul] 0.9.0claws96
134 * ac/missing/gettext.m4
135 update to version 0.12
137 2003-07-10 [paul] 0.9.0claws95
139 * src/plugins/clamav/clamav_plugin.c
140 fix bug where multipart/alternative messages
141 would slip through without being scanned
143 2003-07-10 [christoph] 0.9.0claws94
146 correct check if folder supports removing when a message is
147 moved. if not the message is only copied.
149 (closes Bug 132 crash on startup in newsgroups folders)
151 2003-07-09 [alfons] 0.9.0claws93
155 --with-config-dir (default .sylpheed)
157 2003-07-09 [christoph] 0.9.0claws92
160 use PKG_CHECK_MODULES to check for gtkmathview
161 (version 0.4.2 now required)
163 2003-07-08 [melvin] 0.9.0claws91
166 Implemented a progress bar that counts the number of completed
167 tasks when the action runs more than one command.
169 2003-07-08 [alfons] 0.9.0claws90
172 if queued message has an invalid Message-Id, don't try to
173 find message it refers to (fixes #209 "crash when processing
176 2003-07-08 [paul] 0.9.0claws89
178 * sync with 0.9.3cvs2
179 see ChangeLog 2003-07-08
181 2003-07-08 [match] 0.9.0claws88
184 extend LDAP search for first/last name by parsing search term.
186 2003-07-08 [alfons] 0.9.0claws87
189 fix bug #208 "Status message stuck when sending on POP3 account"
191 2003-07-07 [paul] 0.9.0claws86
194 new Croatian translation, submitted by
195 Dragan <drleskov@inet.hr>
197 2003-07-07 [paul] 0.9.0claws85
199 * sync with 0.9.3cvs1
200 see ChangeLog 2003-07-07
202 2003-07-05 [christoph] 0.9.0claws84
207 * src/stock_pixmap.[ch]
208 * src/pixmaps/messageview_text.xpm ** NEW **
209 move mimeview tabs to the right side and use icons
210 instead of text to save some space
212 (patch by Luke Plant <lukeplant@softhome.net>)
214 2003-07-05 [christoph] 0.9.0claws83
217 add NULL pointer checks
219 (patch by Luke Plant <lukeplant@softhome.net>)
220 (closes Bug 204 0.9.0 quits on authentication error?!)
222 2003-07-05 [alfons] 0.9.0claws82
225 take the clue in bug #202 "./configure script -
226 'if test' comparison failure" reported by John Kristoff.
228 2003-07-04 [christoph] 0.9.0claws81
230 * src/plugins/spamassassin/spamassassin.c
231 set timeout for spam check
233 2003-07-04 [christoph] 0.9.0claws80
236 destroy all FolderItems when shutting down to
237 allow folders to clean up
239 2003-07-04 [melvin] 0.9.0claws79
241 * src/gtk/gtkaspell.c
242 Fixed bug #184 "Entering non-ascii character deletes
243 previous char if spell checking enabled": this makes
244 the spell checking in multibytes (e.g. UTF-8)locales work.
245 (Patch by Luke Plant).
247 2003-07-04 [christoph] 0.9.0claws78
249 * sync with 0.9.2cvs1
250 see ChangeLog 2003-06-10
252 2003-07-04 [paul] 0.9.0claws77
254 * sync with 0.9.3 release
255 see ChangeLog 2003-07-04
257 2003-07-03 [christoph] 0.9.0claws76
264 move folder_item_get_path() stuff into a folder virtual function
267 use folder_item_fetch_msg() to get message and do not contruct
268 the filename from path and number
270 2003-07-03 [paul] 0.9.0claws75
272 * sync with 0.9.2cvs12
273 see ChangeLog 2003-07-03
275 2003-07-02 [paul] 0.9.0claws74
278 fix text-selection for replying
280 2003-07-02 [paul] 0.9.0claws73
282 * sync with 0.9.2cvs11
283 see ChangeLog 2003-07-02
285 2003-07-02 [paul] 0.9.0claws72
288 revert last commit because it breaks more
291 2003-07-02 [paul] 0.9.0claws71
294 fix thread by subject/sort by date
296 2003-07-01 [paul] 0.9.0claws70
298 * sync with 0.9.2cvs10
299 see ChangeLog 2003-07-01
301 2003-06-30 [paul] 0.9.0claws69
303 * sync with 0.9.2cvs9
304 see ChangeLog 2003-06-30
306 2003-06-28 [match] 0.9.0claws68
311 2003-06-27 [paul] 0.9.0claws67
313 * sync with 0.9.2cvs7
314 see ChangeLog 2003-06-27
316 2003-06-26 [christoph] 0.9.0claws66
319 freeze folder updates while a folder is scanned
321 (closes Bug 185 New message counter)
323 2003-06-26 [darko] 0.9.0claws65
326 fix infinite loop when adding a new LDAP server
328 2003-06-26 [paul] 0.9.0claws64
330 * sync with 0.9.2cvs6
331 see ChangeLog 2003-06-26
333 2003-06-26 [paul] 0.9.0claws63
335 * sync with 0.9.2cvs5
336 see ChangeLog 2003-06-25 and 2003-06-26
338 2003-06-25 [match] 0.9.0claws62
341 Fixed tab/backtab for dropped-down completion list to
342 move next/previous field. (close bug 147)
344 2003-06-25 [christoph] 0.9.0claws61
346 * src/addr_compl.[ch]
355 2003-06-25 [leandro] 0.9.0claws60
359 o gray out "Message/Remove references" menu item if not
360 replying to a message
362 2003-06-24 [leandro] 0.9.0claws59
365 o removed "Message/Create new thread" menu item
366 o added "Message/Remove references" menu item
367 (it's off by default and will not check anymore
368 if the subject changed)
370 2003-06-23 [alfons] 0.9.0claws58
373 try better grouping messages threaded by subject based on their age.
374 still not perfect - because the message tree is not sorted by date.
376 2003-06-23 [thorsten] 0.9.0claws57
379 added mail_receive_hook to allow modifications
380 directly after retrieval (e.g. adding headers).
382 2003-06-23 [paul] 0.9.0claws56
385 enable the use of Ctrl+A to select all text in
387 Patch submitted by Ivan Francolin Martinez
388 <ivanfm@users.sourceforge.net>
390 2003-06-22 [christoph] 0.9.0claws55
393 o add notification hook for folder tree changes
394 o invoke hooks after folder tree scanning
396 * src/folderview.[ch]
397 register hook for folder tree changes that
400 (there are more places that should be updated, like add, remove
403 (closes Bug 164 Crash on rebuild folder tree)
404 (closes Bug 190 Crash on 'rebuilding folder tree')
406 2003-06-21 [leandro] 0.9.0claws54
409 create a new thread if subject changes
410 (it's on by default, can be disabled in Message menu)
412 2003-06-21 [alfons] 0.9.0claws53
415 quiet little compiler
417 2003-06-21 [christoph] 0.9.0claws52
419 update gettext stuff to version 0.12
421 2003-06-19 [alfons] 0.9.0claws51
424 * src/common/plugin.c
425 move defs.h before glib.h to prevent MIN/MAX redefs
432 2003-06-19 [match] 0.9.0claws50
434 * src/addressbook.[ch]
436 * src/addr_compl.[ch]
438 * src/editldap_basedn.[ch]
441 re-implemented dynamic LDAP search. works without
442 slowdown on display sender with addressbook
447 2003-06-19 [paul] 0.9.0claws49
450 fix Bug #136 'Nonprovided quotation marks crash claws'
451 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
453 2003-06-19 [alfons] 0.9.0claws48
455 * src/prefs_common.[ch]
457 restrict threading by subject by checking thread for
458 age (prefs_common.thread_by_subject_max_age)
460 2003-06-18 [christoph] 0.9.0claws47
463 fix memory leak in imap_cmd_fetch()
465 2003-06-18 [christoph] 0.9.0claws46
468 fix memory leak in prefs_set_default() when used multiple
469 times or after prefs have been read
471 2003-06-18 [christoph] 0.9.0claws45
473 * src/common/plugin.c
474 fix memory leak in plugin_unload()
476 2003-06-18 [christoph] 0.9.0claws44
479 fix memory leak in imap_cmd_ok()
481 2003-06-18 [christoph] 0.9.0claws43
484 stop messages that are downloaded from POP3 and added to
485 an IMAP inbox from being filtered twice (first by POP3
486 and again when IMAP folder is scaned to get the UID of
487 the APPEND operation when no UIDPLUS is available)
496 * tools/launch_phoenix ** REMOVED **
497 tools/launch_firebird ** NEW **
498 renamed and edited to reflect the browser's name change from
499 'phoenix' to 'firebird'
501 2003-06-18 [paul] 0.9.0claws42
503 * sync with 0.9.2cvs2
504 see ChangeLog 2003-06-16
506 2003-06-17 [alfons] 0.9.0claws41
509 prevent threading problems when a node is an ancestor (parent / great parent),
510 which mostly happens with circular references (thanks to Phillipe Gramoullé
511 for finding an sample set of messages)
513 2003-06-16 [christoph] 0.9.0claws40
516 don't popup main window on --receive or --receive-all
518 * src/mainwindow.[ch]
519 * src/plugins/trayicon/trayicon.c
520 allow hiding of main window by clicking on the trayicon
521 (doesn't work correctly in seperate window mode and may
522 cause unexpected GTK problems I couldn't find yet)
525 remove incorrect warning
527 2003-06-15 [alfons] 0.9.0claws39
530 don't output debug text;
531 #ifdef out print_line() if not debugging (thanks to Martin Wicke
532 for pointing this out);
534 2003-06-14 [alfons] 0.9.0claws38
537 remove printf() and make one if..else comply with coding style
539 2003-06-14 [alfons] 0.9.0claws37
544 * src/messageview.[ch]
546 apply patch #754162 "Quoting messages filtered by actions" submitted
547 by Martin Wicke, which allows quoting message body changed by an
550 2003-06-13 [alfons] 0.9.0claws36
553 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
554 use case insensitive regexp (suggested by Ivan Martinez)
556 2003-06-13 [christoph] 0.9.0claws35
559 * src/plugins/trayicon/Makefile.am
560 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
561 * src/plugins/trayicon/trayicon.c
562 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
563 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
564 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
565 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
566 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
567 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
568 replace my own EggTrayIcon backport with the backport
569 used by (l|x)mule and gabber.
571 2003-06-13 [alfons] 0.9.0claws34
575 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
577 2003-06-13 [alfons] 0.9.0claws33
580 clean up a little bit
582 2003-06-12 [alfons] 0.9.0claws32
585 const correctness fix
587 * src/common/sylpheed.[ch]
589 prevent redef MIN/MAX
591 * src/common/utils.[ch]
594 2003-06-12 [melvin] 0.9.0claws31
597 Updated to take into accounts changes in GtkAspell.
599 2003-06-12 [alfons] 0.9.0claws30
603 * src/common/utils.[ch]
604 handle reply subject prefixes better (initial
605 suggestion by Robert Story adapted and enhanced
608 2003-06-12 [melvin] 0.9.0claws29
611 Use new gtkaspell_checkers_strerror() to get the speller's
612 error message instead of accessing the (now private)
617 Use #ifdef instead of #if for USE_ASPELL
618 Use the new spell checkers init/quit functions
620 * src/gtk/gtkaspell.c
621 Use #ifdef instead of #if for USE_ASPELL
622 Moved in the majority of GtkAspell structures that were
623 exported before by gtkaspell.h
625 * src/gtk/gktaspell.h
626 Made gtkaspell.h contain only the necessary data to be
627 publicized by moving many structures to gtkaspell.c.
628 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
629 gtkaspell_checkers_new(): replaced by...
630 gtkaspell_checkers_init(): new function for initialization
631 gtkaspell_checkers_delete(): replaced by...
632 gtkaspell_checkers_quit(): new function
633 gtkaspell_checkers_strerror(): new function that returns
634 the checker's last error message.
636 2003-06-11 [melvin] 0.9.0claws28
639 Updated to take into account gtkaspell.c migration to
640 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
642 2003-06-10 [alfons] 0.9.0claws27
648 - try fixing bug #18 (any brave testers?)
649 - add more robustness by refusing previously
650 unchecked NULL pointers
652 2003-06-10 [alfons] 0.9.0claws26
655 fix bug #176 by don't checking MsgInfos with a NULL msgid
657 2003-06-09 [alfons] 0.9.0claws25
660 fix bug #163 "Icon switching doesnt work properly" by
661 preventing early freeing of prefs_common.pixmap_theme_path.
663 2003-06-09 [christoph] 0.9.0claws24
665 * src/gtk/gtkaspell.c
666 revert Thorsten's fix and add forgotten g_strdup for
667 aspell path (it should not be possible to alter the path a
668 GtkASpell uses from outside)
670 2003-06-09 [thorsten] 0.9.0claws23
672 * src/gtk/gtkaspell.c
673 dont free prefs_common.aspell_path when closing compose
675 2003-06-08 [colin] 0.9.0claws22
677 * src/plugins/spamassassin/spamassassin.c
680 2003-06-07 [christoph] 0.9.0claws21
684 * src/gtkaspell.[ch] ** REMOVE **
685 * src/gtk/Makefile.am
686 * src/gtk/gtkaspell.[ch] ** NEW **
687 o make gtkaspell independent from sylpheed's prefs
688 o move gtkaspell.[ch] to gtk directory
690 2003-06-07 [christoph] 0.9.0claws20
695 * src/filesel.[ch] ** REMOVE **
698 * src/common/sylpheed.[ch]
699 * src/gtk/Makefile.am
700 * src/gtk/filesel.[ch] ** NEW **
701 * src/gtk/pluginwindow.c
702 * src/gtk/sslcertwindow.c
703 move filesel.[ch] to gtk directory
705 2003-06-07 [alfons] 0.9.0claws19
708 make (multi) file selection dialog work again (Claws-only)
710 2003-06-07 [thorsten] 0.9.0claws18
715 2003-06-07 [alfons] 0.9.0claws17
719 detect apache mishap in which case don't include fnmatch.h
720 if regex.h is already included
722 2003-06-06 [christoph] 0.9.0claws16
726 add check for fnmatch.h and include it when available
729 fix wrong case sensitivity of Content-Types
731 * src/gtk/Makefile.am
732 need the same include paths in gtk directory as in
733 common directory because .h files in common can
734 include files from these directories, when included
735 in gtk's .h or .c files
737 2003-06-06 [alfons] 0.9.0claws15
741 make it compile again because of regex.h / fnmatch.h
742 include problems (related to recent mime stuff, can
745 2003-06-06 [thorsten] 0.9.0claws14
748 possible use of uninitialized pointer while dragging
750 2003-06-06 [paul] 0.9.0claws13
753 fix bug where the insert sig button would be effective
754 only when auto_sig was set
756 2003-06-06 [paul] 0.9.0claws12
758 * sync with 0.9.2 release
760 2003-06-02 [paul] 0.9.0claws11
762 * sync with 0.9.1cvs1
763 see ChangeLog 2003-06-02
768 2003-06-01 [christoph] 0.9.0claws10
771 don't use substring search to find accounts by email address
773 (closes Bug 169 Overly loose matching of "From" address)
775 2003-05-31 [christoph] 0.9.0claws9
777 * doc-src/rfc2683.txt
779 limit IMAP command length as recommended in RFC2683
780 (message number lists will be split into multiple imap
781 sets, the limit of 1000 octets is not a hard limit)
783 (closes Bug 161 sylpheed-claws exits with segfault when logging
784 in to certain imap-servers)
786 2003-05-29 [alfons] 0.9.0claws8
789 add print button (calling summary_print());
790 fine tune setting tooltip text;
791 (if someone needs other buttons, please take these
792 commits as a guide, instead of bothering us - also
795 2003-05-29 [darko] 0.9.0claws7
798 fix crash when word wrapping kicks in due to
799 changed text by spell checker
801 2003-05-29 [paul] 0.9.0claws6
804 fix bug where changing account would insert
805 sig even if auto_sig was FALSE
810 sync with 0.9.1 release
812 2003-05-28 [christoph] 0.9.0claws5
815 fix truncation of too long commands
817 (closes Bug 167 IMAP hangs trying to get envelope
818 information in imap_get_uncached_messages)
820 2003-05-27 [paul] 0.9.0claws4
823 tools/maildir2sylpheed.pl ** NEW FILE **
824 add kmail to sylpheed mailbox conversion script
826 2003-05-27 [paul] 0.9.0claws3
828 * sync with 0.9.0cvs10
829 see ChangeLog 2003-05-26
831 2003-05-26 [paul] 0.9.0claws2
833 * sync with 0.9.0cvs9
834 see ChangeLog 2003-05-26
836 2003-05-24 [paul] 0.9.0claws1
838 * sync with 0.9.0cvs8
839 see ChangeLog 2003-05-23
841 2003-05-24 [paul] 0.9.0claws
843 * version 0.9.0claws released
845 2003-05-24 [paul] 0.8.11claws177
847 * src/plugins/dillo-viewer/Makefile.am
848 src/plugins/traycon/Makefile.am
858 update Bulgarian, British English, Spanish, Italian,
859 Brazilian Portuguese, Russian, and Serbian translations,
860 submitted by George Danchev, [me], Ricardo Mones Lastra,
861 André Filipe de Assunção e Brito, Alessandro Maestri,
862 Ruslan N. Balkin, and Urke MMI
864 2003-05-23 [melvin] 0.8.11claws176
867 Updated French translations
869 2003-05-22 [paul] 0.8.11claws175
880 src/editldap_basedn.c
884 revert to get ldap into it previous working state
887 new Taiwanese translation,
888 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
890 2003-05-22 [christoph] 0.8.11claws174
892 * src/plugins/spamassassin/libspamc.[ch]
893 sync libspamc with SpamAssaain release 2.55
895 2003-05-22 [paul] 0.8.11claws173
897 * sync with 0.9.0cvs7
898 see ChangeLog 2003-05-22
901 revert change in 0.8.11claws172: follow
902 Hiroyuki's decision and that's the end of it.
904 2003-05-21 [paul] 0.8.11claws172
907 fix discrepency between open_unread_on_enter
910 2003-05-21 [paul] 0.8.11claws171
912 * sync with 0.9.0cvs6
913 see ChangeLog 2003-05-21
915 2003-05-21 [paul] 0.8.11claws170
917 * sync with 0.9.0cvs5
918 see ChangeLog 2003-05-21
920 2003-05-20 [paul] 0.8.11claws169
922 * sync with 0.9.0cvs4
923 see ChangeLog 2003-05-20
924 fixes bug #152, 'encoding of IMAP folders names'
926 2003-05-20 [paul] 0.8.11claws168
928 * sync with 0.9.0cvs3
929 see ChangeLog 2003-05-20
931 * src/tools/convert_mbox.pl
932 minor change in the comments, submitted by Fred Marton
934 2003-05-19 [paul] 0.8.11claws167
936 * src/plugins/clamav/Makefile.am
938 link clamav_lib to the plugin and not to the main program
940 2003-05-19 [christoph]
943 add -export-dynamic for linking
945 2003-05-19 [paul] 0.8.11claws166
947 * sync with 0.9.0cvs1
948 see ChangeLog 2003-05-19
950 2003-05-19 [paul] 0.8.11claws165
953 fix 'pop before smtp' timeout
955 2003-05-18 [alfons] 0.8.11claws164
957 * src/prefs_matcher.c
958 put "execute" action command line ("expression") in edit box
960 2003-05-18 [christoph] 0.8.11claws163
963 * src/plugins/dillo_viewer/dillo_viewer.c
964 * src/plugins/image_viewer/viewer.c
965 * src/plugins/mathml_viewer/mathml_viewer.c
966 let a viewer have a list of Content-Types
968 2003-05-18 [paul] 0.8.11claws162
970 * src/prefs_filtering.c
971 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
974 2003-05-17 [christoph]
977 o remove dynamic signatures that was syned with main
978 o add infos about no longer "build in" image viewer
979 o update bugtracker URL
981 2003-05-17 [christoph] 0.8.11claws161
986 don't use imap_scan_folder anymore. Instead call folder_item_scan
987 for every folder after rebuilding the folder tree.
989 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
992 2003-05-17 [christoph] 0.8.11claws160
995 don't use STATUS command on current folder to check for
996 content changes. imap_cmd_ok() now tracks changes to
997 folder and number of existing messages.
999 2003-05-17 [paul] 0.8.11claws159
1001 * src/plugins/clamav/clamav_plugin.c
1002 remove unnecessary debug_print
1004 2003-05-16 [thorsten] 0.8.11claws158
1006 * src/plugins/demo.c
1007 included missing intl.h
1009 2003-05-16 [paul] 0.8.11claws157
1012 remove non-existant entries
1014 * src/plugins/clamav/clamav_plugin.c
1015 src/plugins/clamav/clamav_plugin_gtk.c
1016 src/plugins/dillo_viewer/dillo_prefs.c
1017 src/plugins/dillo_viewer/dillo_viewer.c
1020 2003-05-16 [christoph] 0.8.11claws156
1023 include plugin .c files for translation until I
1024 find a better solution to have plugins have their
1026 * src/plugins/demo/demo.c
1027 * src/plugins/image_viewer/plugin.c
1028 * src/plugins/mathml_viewer/mathml_viewer.c
1029 * src/plugins/spamassassin/spamassassin.c
1030 * src/plugins/spamassassin/spamassassin_gtk.c
1031 * src/plugins/trayicon/trayicon.c
1032 add gettext macros for plugin name and description
1038 2003-05-16 [paul] 0.8.11claws155
1040 * sync with lastest 0.9.0pre1
1041 see ChangeLog 2003-05-16
1043 2003-05-15 [paul] 0.8.11claws154
1045 * sync with latest 0.9.0pre1
1046 see ChangeLog 2003-05-14 and 2003-05-15
1048 2003-05-14 [christoph] 0.8.11claws153
1050 * src/plugins/image_viewer/viewer.c
1051 * src/plugins/image_viewer/viewer.glade ** NEW **
1052 * src/plugins/image_viewer/viewerprefs.c
1053 make it possible to disable the autoload function in the
1056 2003-05-14 [christoph] 0.8.11claws152
1059 fix folder update after adding a message
1061 2003-05-13 [alfons] 0.8.11claws151
1063 * src/common/session.c
1066 * src/addrcache.[ch]
1067 * src/filtering.[ch]
1069 * src/gtkaspell.[ch]
1071 * src/mbox_folder.[ch]
1076 * src/passphrase.[ch]
1077 * src/prefs_common.[ch]
1078 * src/prefs_gtk.[ch]
1081 be pedantic; (in prototypes () implies (int))
1083 2003-05-13 [alfons] 0.8.11claws150
1085 * src/prefs_toolbar.[ch]
1086 * src/summaryview.[ch]
1088 change misleading text in toolbar prefs;
1089 add toolbar action for ignore thread (toggles ignore thread flag);
1090 clean up a little bit;
1094 * tools/convert_mbox.pl
1095 bug fixed by Fred Marton
1099 * sync with 0.9.0pre1
1101 2003-05-09 [paul] 0.8.11claws149
1103 * sync with 0.8.11cvs43
1104 see ChangeLog 2003-05-09
1106 2003-05-08 [christoph] 0.8.11claws148
1109 o use CAPABILIY as first command and check for PREAUTH
1110 information in the response to it
1111 o rewrite all imap_cmd_* functions to use an IMAPSession
1112 instead of a SockInfo as parameter
1113 o do STARTTLS after fetching and checking the server
1116 2003-05-08 [paul] 0.8.11claws147
1120 tools/convert_mbox.pl ** NEW FILE **
1121 add mbox conversion script. Submitted by
1122 Fred Marton <Fred.Marton@uni-bayreuth.de>
1124 2003-05-07 [christoph]
1127 * src/gtk/pluginwindow.glade
1128 * src/plugins/image_viewer/viewerprefs.glade
1129 * src/plugins/spamassassin/spamassassin_gtk.glade
1130 add glade files for user interfaces and a description how
1131 to use glade to create the sylpheed code
1133 2003-05-07 [paul] 0.8.11claws146
1135 * sync with 0.8.11cvs41
1136 see ChangeLog 2003-05-07
1138 2003-05-06 [christoph] 0.8.11claws145
1141 * src/plugins/image_viewer/viewer.c
1142 fix usage of imlib in imageviewer plugin
1144 * src/gtk/prefswindow.c
1145 handle window close event correctly
1147 2003-05-06 [paul] 0.8.11claws144
1150 fix typo introduced in sync
1152 2003-05-06 [paul] 0.8.11claws143
1154 * sync with 0.8.11cvs39
1155 see ChangeLog 2003-05-06
1157 2003-05-06 [paul] 0.8.11claws142
1161 updated Czech translation, submitted by
1162 Radek Vybiral <Radek.Vybiral@vsb.cz>
1164 * src/plugins/clamav/clamav_plugin_gtk.c
1167 2003-05-03 [alfons] 0.8.11claws141
1170 make paste as quotation work even when the call to
1171 text_inserted() was deferred (fixes bug #140 "Paste
1172 as quotation does not work when using "external"
1175 2003-05-03 [thorsten] 0.8.11claws140
1180 removed C++ comments
1182 function with non-int retval/param used before
1183 implementation/declaration
1185 2003-05-02 [paul] 0.8.11claws139
1187 * src/addr_compl.[ch]
1188 src/addressbook.[ch]
1191 revert match's changes to (finally) remove the bug where
1192 opening a folder causes massive slowdown when using the
1193 'Display sender using address book' option
1195 2003-05-01 [melvin] 0.8.11claws138
1197 * src/plugins/dillo_viewer/dillo_prefs.[ch]
1198 * src/plugins/dillo_viewer/dillo_viewer.c
1199 Fixed bug where "Cancel" button from prefs issued
1201 Comply a little more to coding style
1203 2003-05-01 [paul] 0.8.11claws137
1205 * sync with 0.8.11cvs38
1206 see ChangeLog 2003-05-01
1208 2003-05-01 [paul] 0.8.11claws136
1211 updated by George Danchev
1213 2003-04-30 [christoph] 0.8.11claws135
1215 * src/plugins/dillo_viewer/dillo_prefs.c
1216 * src/plugins/image_viewer/viewerprefs.c
1217 * src/plugins/spamassassin/spamassassin_gtk.c
1218 remove gtk_widget_ref() calls for widgets in
1221 2003-04-30 [paul] 0.8.11claws134
1224 ok, this time a better fix for the bug where opening folder
1225 has massive slowdown when using the 'Display sender using
1226 address book' option
1228 2003-04-30 [paul] 0.8.11claws133
1231 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1233 2003-04-30 [melvin] 0.8.11claws132
1235 New: Dillo plugin preferences (patch by Dimitar Haralanov)
1237 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
1238 Preferences for the dillo plugin
1239 * src/plugins/dillo_viewer/dillo_viewer.c
1240 Support for preferences
1241 * src/plugins/dillo_viewer/Makefile.am
1242 Added dillo_prefs.[ch]
1244 2003-04-30 [alfons] 0.8.11claws131
1246 * src/common/plugin.[ch]
1247 see? this ANSI C'fication immediately gives us type
1250 2003-04-30 [alfons] 0.8.11claws130
1252 * src/common/plugin.[ch]
1253 * src/plugins/clamav/clamav_plugin.[ch]
1254 * src/plugins/clamav/clamav_plugin_gtk.c
1255 * src/plugins/demo/demo.c
1256 * src/plugins/dillo_viewer/dillo_viewer.c
1257 * src/plugins/image_viewer/plugin.c
1258 * src/plugins/image_viewer/viewer.[ch]
1259 * src/plugins/image_viewer/viewerprefs.[ch]
1260 * src/plugins/mathml_viewer/mathml_viewer.c
1261 * src/plugins/spamassassin/spamassassin.[ch]
1262 * src/plugins/spamassassin/spamassassin_gtk.c
1263 * src/plugins/trayicon/trayicon.c
1266 2003-04-30 [alfons] 0.8.11claws129
1268 * src/common/utils.c
1269 make is_ascii_str() fail gracefully when NULL pointer
1272 2003-04-30 [paul] 0.8.11claws128
1275 fix bug where opening folder has massive slowdown when
1276 using the 'Display sender using address book' option
1278 2003-04-30 [paul] 0.8.11claws127
1280 * src/plugins/clamav/clamav_plugin.c
1281 src/plugins/clamav/clamav_plugin_gtk.c
1282 src/plugins/demo/demo.c
1283 src/plugins/dillo_viewer/dillo_viewer.c
1284 src/plugins/image_viewer/plugin.c
1285 src/plugins/mathml_viewer/mathml_viewer.c
1286 src/plugins/spamassassin/spamassassin.c
1287 src/plugins/spamassassin/spamassassin_gtk.c
1288 src/plugins/trayicon/trayicon.c
1289 get rid of eye-hurting function signatures
1291 2003-04-30 [paul] 0.8.11claws126
1293 * src/plugins/trayicon/trayicon.c
1299 2003-04-30 [paul] 0.8.11claws125
1302 arrange the plugins in reverse alphabetical order
1304 * src/plugins/clamav/clamav_plugin.[ch]
1305 src/plugins/clamav/clamav_plugin_gtk.c
1307 resize max_size window
1308 re-arrange the order of some gui elements
1309 improve descriptions
1311 * src/plugins/image_viewer/plugin.c
1312 src/plugins/mathml_viewer/mathml_viewer.c
1315 * src/plugins/spamassassin/spamassassin_gtk.c
1316 resize max_size window
1317 re-arrange the order of some gui elements
1323 2003-04-30 [alfons] 0.8.11claws124
1326 fix a leak found while browsing Martin Kluge's
1327 valgrind log (Claws only)
1329 2003-04-29 [darko] 0.8.11claws123
1331 * src/gtk/gtkstext.h
1332 include wchar.h if it is available, fixes compilation
1335 2003-04-29 [melvin] 0.8.11claws122
1337 * src/prefs_actions.c
1338 Improved help text of Actions' syntax
1340 2003-04-28 [paul] 0.8.11claws121
1343 a better fix for the crash when performing an action
1346 2003-04-28 [paul] 0.8.11claws120
1349 fix crash when performing an action on a
1352 2003-04-28 [paul] 0.8.11claws119
1354 * sync with 0.8.11cvs36
1355 see ChangeLog 2003-04-28
1357 2003-04-27 [paul] 0.8.11claws118
1359 * more sync with 0.8.11cvs35
1360 see ChangeLog 2003-04-25
1362 2003-04-26 [christoph] 0.8.11claws117
1365 fix remove virtual check
1367 2003-04-26 [paul] 0.8.11claws116
1370 fix return-receipt, make it work again
1372 2003-04-26 [paul] 0.8.11claws115
1375 restore double-clicking of the [application/pgp-signature
1376 (Select "Check signature" to check)] line in the message view,
1377 broken in recent sync
1379 2003-04-26 [christoph] 0.8.11claws114
1382 check if remove virtual really exists before
1383 calling the function
1385 2003-04-25 [match] 0.8.11claws113
1389 * src/ldapquery.[ch]
1392 * src/ldapserver.[ch]
1393 fix memleak. fix segfault.
1394 plug a Claws memleak
1396 2003-04-25 [alfons] 0.8.11claws112
1399 plug a Claws memleak
1401 2003-04-25 [alfons] 0.8.11claws111
1403 * src/common/session.c
1406 2003-04-25 [paul] 0.8.11claws110
1408 * sync with 0.8.11cvs35
1409 see ChangeLog 2003-04-24 and 2003-04-25
1411 * src/gtk/pluginwindow.c
1412 correct another strange float value
1414 2003-04-24 [christoph] 0.8.11claws109
1417 freeze folder item updates when unsetting new flags
1419 * src/gtk/pluginwindow.c
1420 correct strange float value
1422 2003-04-23 [paul] 0.8.11claws108
1424 * sync with 0.8.11cvs33
1425 see ChangeLog 2003-04-23
1427 2003-04-22 [paul] 0.8.11claws107
1432 src/pgptext.[ch] ** REMOVED **
1433 remove pgptext.[ch] as its not used any more
1435 2003-04-22 [paul] 0.8.11claws106
1437 * sync with 0.8.11cvs31
1438 see ChangeLog 2003-04-21 and 2003-04-22
1440 2003-04-21 [alfons] 0.8.11claws105
1443 No access to GTK structures if we're a spawned child
1444 (and clean up code a little bit...) Should fix #126.
1446 2003-04-21 [melvin] 0.8.11claws104
1448 * src/plugins/dillo_viewer/README
1449 Improved slightly the text.
1451 2003-04-21 [melvin] 0.8.11claws103
1453 * src/plugins/dillo_viewer/README *** NEW ***
1454 Added a README file for the Dillo plugin
1459 tools/outlook2sylpheed.pl
1460 updated and improved by Ricardo Mones Lastra
1462 2003-04-18 [oliver] 0.8.11claws102
1465 * src/prefs_account.h
1466 remove Pop3SessionType (used by selective download)
1467 * src/prefs_toolbar.c
1468 enable set Default Toolbar button
1470 2003-04-18 [paul] 0.8.11claws101
1472 * sync with 0.8.11cvs29
1473 see ChangeLog 2003-04-18
1475 2003-04-17 [paul] 0.8.11claws100
1477 * src/prefs_common.[ch]
1479 remove 'Open next message on deletion' option,
1480 as the same effect can now be achieved via the
1481 'Always open messages in summary when selected'
1484 2003-04-17 [paul] 0.8.11claws99
1486 * sync with 0.8.11cvs28
1487 see ChangeLog 2003-04-17
1489 2003-04-17 [christoph] 0.8.11claws98
1491 * ac/spamassassin.m4
1492 * src/plugins/spamassassin/libspamc.[ch]
1493 * src/plugins/spamassassin/utils.[ch]
1494 sync libspamc with SpamAssassin project
1496 2003-04-17 [christoph] 0.8.11claws97
1498 * src/common/socket.h
1499 * src/gtk/sslcertwindow.h
1500 rename old USE_SSL to USE_OPENSSL
1502 2003-04-17 [paul] 0.8.11claws96
1504 * src/prefs_common.h
1505 use gulong for P_COLOR so that it compiles/runs on
1506 64-bit systems. Patch submitted by James Noyes
1507 <jnoyes-claws@retrogeeks.com>
1512 2003-04-17 [paul] 0.8.11claws95
1514 * sync with 0.8.11cvs27
1515 see ChangeLog 2003-04-16
1517 2003-04-15 [paul] 0.8.11claws94
1519 * src/prefs_common.[ch]
1520 rearrange to stop the window getting too long:
1521 move Receive dialog stuff to Receive tab
1522 move Send dialog to Send tab
1523 remove Dialogs frame
1524 rename 'Open messages in summary with cursor keys' to
1525 'Always open messages in summary when selected', as its
1528 2003-04-15 [paul] 0.8.11claws93
1530 * src/prefs_common.[ch]
1532 add new option '/Interface/Open next message on deletion'
1534 2003-04-15 [paul] 0.8.11claws92
1536 * src/summaryview.[ch]
1537 add /Mark/Lock and /Mark/Unlock to the pop-up
1538 menu. Patch submitted by Ivan Francolin Martinez
1539 <ivanfm@users.sourceforge.net>
1541 2003-04-15 [paul] 0.8.11claws91
1543 * sync with 0.8.11cvs24
1544 see ChangeLog 2003-04-15
1546 2003-04-14 [jens] 0.8.11claws90
1548 * updated German translation and some corrections from
1549 Roland Bless <bless@tm.uka.de>
1551 2003-04-14 [paul] 0.8.11claws89
1553 * sync with 0.8.11cvs22
1554 see ChangeLog 2003-04-14
1556 2003-04-13 [paul] 0.8.11claws88
1558 * src/plugins/clamav/clamav_plugin.c
1562 2003-04-12 [paul] 0.8.11claws87
1564 * src/plugins/clamav/clamav_plugin.c
1565 activate enable/disable archive scanning option
1567 * src/plugins/clamav/.cvsignore ** NEW FILE **
1569 2003-04-12 [paul] 0.8.11claws86
1571 * src/plugins/Makefile.am
1572 src/plugins/clamav/Makefile.am ** NEW FILE **
1573 src/plugins/clamav/README ** NEW FILE **
1574 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
1575 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
1576 add Clam AntiVirus plugin
1578 2003-04-12 [paul] 0.8.11claws85
1580 * sync with 0.8.11cvs21
1581 see ChangeLog 2003-04-11
1583 2003-04-11 [paul] 0.8.11claws84
1586 update Spanish translation. Submitted by Ricardo
1589 2003-04-10 [christoph] 0.8.11claws83
1592 fix typo that did not move unfiltered mails to destination
1595 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1596 when filtering from spool)
1598 2003-04-10 [christoph] 0.8.11claws82
1601 use BODY.PEEK instead of BODY in in message fetch operation
1602 to make sure the IMAP server does not set the \Seen flag for
1603 messages. Sylpheed does that later itself, when the message
1604 is opened in sylpheed
1606 (closes Bug 111 Claws destroys unread marks)
1608 2003-04-09 [oliver] 0.8.11claws81
1611 fix crash in folder_destroy
1613 remove selective download
1615 2003-04-09 [christoph] 0.8.11claws80
1618 fix crash in imap_get_msginfo() when then fetched message
1621 (closes Bug 110 Crash during mail composition)
1623 2003-04-08 [christoph] 0.8.11claws79
1626 * src/prefs_account.c
1627 Filter new messages that are found in an INBOX folder
1628 when 'Filter messages on receiving' is enabled in the
1629 Folder's AccountPrefs. This allows to use Sylpheed's
1630 filtering engine for IMAP folders where messages are
1631 added to the INBOX by a MTA
1633 2003-04-08 [paul] 0.8.11claws78
1636 clean up after last commit
1638 2003-04-08 [paul] 0.8.11claws77
1640 * sync with 0.8.11cvs20
1641 see ChangeLog 2003-04-07 and 2003-04-08
1643 2003-04-07 [christoph] 0.8.11claws76
1645 * src/filtering.[ch]
1649 add procmsg_msginfo_filter() to execute filtering actions
1651 2003-04-06 [christoph] 0.8.11claws75
1654 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1656 2003-04-06 [christoph] 0.8.11claws74
1658 * src/common/utils.[ch]
1659 add g_int_compare() function for slist sorting
1662 fetch all MsgInfos with one command in imap_get_msginfos()
1663 using an imap set with a list of ranges
1666 use new g_int_compare() function
1668 2003-04-06 [thorsten] 0.8.11claws73
1671 corrected implementation of mh_folder_destroy()
1673 2003-04-05 [christoph] 0.8.11claws72
1690 * src/gtk/gtkutils.c
1691 o rename structure field names class and new to klass and
1692 new_msgs, to allow including files in C++
1693 o add 'extern "C"' block to some header files
1694 o add MsgInfoList and MsgNumberList as alias for GSList for
1695 developers to know what type of list is expected
1697 * src/plugins/image_viewer/plugin.c
1698 * src/plugins/image_viewer/viewer.[ch]
1699 * src/plugins/image_viewer/viewerprefs.[ch]
1700 rename function names to prevent conflicts
1702 2003-04-05 [paul] 0.8.11claws71
1704 * sync with 0.8.11cvs18
1705 see ChangeLog 2003-04-03 and 2003-04-04
1707 2003-04-02 [christoph] 0.8.11claws70
1711 * src/mbox_folder.[ch]
1714 o Make all virtual folder functions private
1715 o remove unused folder code
1717 * src/common/socket.[ch]
1721 2003-03-30 [alfons] 0.8.11claws69
1723 * src/send_message.c
1724 remove two debug traces and see if people still report
1727 2003-03-30 [alfons] 0.8.11claws68
1729 * src/send_message.c
1730 * src/commons/session.c
1731 add more debug traces
1733 2003-03-30 [christoph] 0.8.11claws67
1736 change processing folder name from .processing to processing
1739 disable SSL certificate check because it causes Xlib error
1740 when the child process want's to open an GTK window
1742 2003-03-30 [christoph] 0.8.11claws66
1745 don't use default folder for processing folder item because
1746 it can be a non local folder
1748 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1750 2003-03-30 [alfons] 0.8.11claws65
1752 * src/send_message.c
1753 try fixing crashes when sending messages: my gcc 2.95.4 seems
1754 to generate bad code for 'send_send_data_progressive': When
1755 called from 'send_send_data_finished', the 'data' pointer is
1756 cleared just before the assignment to the dialog pointer
1758 2003-03-29 [christoph] 0.8.11claws64
1760 * src/common/prefs.h
1761 * src/plugins/image_viewer/Makefile.am
1762 * src/plugins/image_viewer/plugin.c
1763 * src/plugins/image_viewer/viewer.[ch]
1764 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
1765 add PrefsPage for ImageViewer
1767 2003-03-28 [thorsten] 0.8.11claws63
1769 * src/common/session.c
1772 2003-03-28 [paul] 0.8.11claws62
1774 * sync with 0.8.11cvs16
1775 see ChangeLog 2003-03-28
1777 2003-03-28 [paul] 0.8.11claws61
1779 * sync with 0.8.11cvs15
1780 see ChangeLog 2003-03-28
1782 2003-03-27 [christoph] 0.8.11claws60
1786 * src/common/socket.[ch]
1787 set socket state to DISCONNECTED when any operation
1788 fails to allow reconnecting in IMAP code without
1789 checking the return code of all calls to the command
1794 remove some more stuff that depends on specific
1797 2003-03-27 [paul] 0.8.11claws59
1799 * sync with 0.8.11cvs14
1800 see ChangeLog 2003-03-27
1802 * src/selective_download.[ch] ** REMOVED **
1805 2003-03-27 [christoph] 0.8.11claws58
1808 fix handling of tmp_flags in flag copy function
1810 2003-03-27 [paul] 0.8.11claws57
1812 * sync with 0.8.11cvs13
1813 see ChangeLog 2003-03-27
1815 2003-03-27 [oliver] 0.8.11claws56
1818 remove sel_download_cb
1820 2003-03-27 [oliver] 0.8.11claws55
1825 2003-03-26 [oliver] 0.8.11claws54
1830 remove selective donwload readme
1832 2003-03-26 [oliver] 0.8.11claws53
1834 * src/matcher_parser_parse.y
1836 * src/prefs_account.[ch]
1837 * src/prefs_filtering.c
1838 remove selective donwload
1840 2003-03-26 [oliver] 0.8.11claws52
1845 remove selective donwload
1847 2003-03-26 [oliver] 0.8.11claws51
1850 * src/selective_download.[ch] ** REMOVE **
1852 2003-03-26 [christoph] 0.8.11claws50
1855 fix NEWS that got broken by a sync with sylpheed-main
1857 2003-03-26 [christoph] 0.8.11claws49
1860 fix mime type guessing when no mime type is found for a file
1862 2003-03-25 [christoph] 0.8.11claws48
1866 remove mime type guessing from mime parser and use
1867 name based mime types in viewer lookup for mime type
1868 application/octet-stream
1870 2003-03-25 [christoph] 0.8.11claws47
1872 * doc-src/readme.txt
1873 * doc-src/rfc2554.txt
1874 add RFC about SMTP AUTH
1876 * src/send_message.c
1877 * src/common/smtp.[ch]
1878 add extra error code for authentication errors and
1879 clear temporary password when this error occurs
1881 (closes Bug 84 authentication failure while sending should
1882 prompt for password again)
1884 2003-03-25 [christoph] 0.8.11claws46
1888 * src/imageview.[ch] ** REMOVE **
1889 * src/messageview.[ch]
1891 * src/prefs_common.[ch]
1893 * src/plugins/Makefile.am
1894 * src/plugins/image_viewer/.cvsignore ** NEW **
1895 * src/plugins/image_viewer/Makefile.am ** NEW **
1896 * src/plugins/image_viewer/plugin.c ** NEW **
1897 * src/plugins/image_viewer/viewer.[ch] ** NEW **
1898 move image viewer into a plugin (building is enabled by default)
1899 [ToDo: Prefs for resize and autoview]
1901 2003-03-25 [paul] 0.8.11claws45
1903 * sync with 0.8.11cvs12
1904 see ChangeLog 2003-03-26
1906 2003-03-25 [paul] 0.8.11claws44
1908 * sync with 0.8.11cvs11
1909 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1911 Note: Selective Download is broken.
1913 2003-03-22 [christoph] 0.8.11claws43
1916 code cleanup for flags copying
1918 2003-03-22 [christoph] 0.8.11claws42
1920 * src/plugins/trayicon/trayicon.c
1921 fix setting the transparent area when the window size
1922 is forced by the system tray
1924 2003-03-22 [christoph] 0.8.11claws41
1926 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
1927 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
1928 * src/plugins/trayicon/newmail.xpm ** NEW **
1929 * src/plugins/trayicon/nomail.xpm ** NEW **
1930 * src/plugins/trayicon/trayicon.c
1931 * src/plugins/trayicon/unreadmail.xpm ** NEW **
1932 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1933 o add icon for unread mails
1934 o set transparency for window
1936 2003-03-22 [christoph] 0.8.11claws40
1939 init news session to prevent crash when session is closed
1941 2003-03-22 [christoph] 0.8.11claws39
1944 * src/common/session.[ch]
1945 Init session data to make sure we don't have invalid pointers
1946 for read_ch and write_ch when new multi process sessions are
1950 * src/common/plugin.c
1951 * src/common/sylpheed.c
1952 * src/plugins/demo/demo.c
1953 * src/plugins/dillo_viewer/dillo_viewer.c
1954 * src/plugins/mathml_viewer/mathml_viewer.c
1955 * src/plugins/spamassassin/spamassassin.c
1956 * src/plugins/spamassassin/spamassassin_gtk.c
1957 add plugin types to allow loading plugins at different times
1958 (and maybe for different frontends), because it's not good to
1959 load GTK-Plugins gefore gtk_init was called
1962 * src/plugins/Makefile.am
1963 * src/plugins/trayicon/.cvsignore ** NEW **
1964 * src/plugins/trayicon/Makefile.am ** NEW **
1965 * src/plugins/trayicon/eggtrayicon.c ** NEW **
1966 * src/plugins/trayicon/eggtrayicon.h ** NEW **
1967 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
1968 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
1969 * src/plugins/trayicon/trayicon.c ** NEW **
1970 New Trayicon plugin that shows an icon in a systray that uses
1971 XEMBED protocol like Gnome's systray. Icon shows if there
1972 are new mails and a tooltip shows information about new,
1973 unread and total messages.
1975 2003-03-22 [paul] 0.8.11claws38
1978 fix ESMTP AUTH CRAM-MD5
1979 [sync with main (still version 0.8.11cvs6), see
1980 ChangeLog 2003-03-22]
1982 2003-03-21 [colin] 0.8.11claws37
1984 * src/send_message.c
1985 Fix USE_SSL => USE_OPENSSL
1987 2003-03-21 [colin] 0.8.11claws36
1990 Fix counts in drag and dropped subfolders
1992 2003-03-21 [colin] 0.8.11claws35
1996 speed up a bit folder dnd
1998 2003-03-20 [alfons] 0.8.11claws34
2003 don't send locked queue messages
2004 (feature request "[ 705245 ] Locking message in outbox
2005 should prevent sending")
2007 2003-03-20 [christoph] 0.8.11claws33
2010 remove NEW and UNREAD flag in special folders when scanning
2013 fix ESMTP AUTH CRAM-MD5
2015 2003-03-20 [paul] 0.8.11claws32
2017 * src/prefs_account.c
2018 Re-write 'Tunnel command to open connection' as
2019 'Use command to communicate with server', and disable
2020 it for all except IMAP accounts
2022 2003-03-20 [paul] 0.8.11claws31
2024 * sync with 0.8.11cvs6
2025 see ChangeLog 2003-03-20
2027 2003-03-19 [match] 0.8.11claws30
2030 include documentation. minor refactoring.
2031 * src/addr_compl.[ch]
2032 * src/addrindex.[ch]
2033 * src/addresbook.[ch]
2035 re-enable address lookup (was disabled in
2038 2003-03-19 [christoph] 0.8.11claws29
2041 add temp flag handling, will make moving and copying
2042 messages possible again
2045 correct calulation of folder stats
2047 2003-03-18 [match] 0.8.11claws28
2050 remove case sensitive comparison (closes bug 80).
2052 2003-03-18 [christoph] 0.8.11claws27
2055 fix imap using a tunnel command
2059 2003-03-18 [christoph] 0.8.11claws26
2064 rewrite flag handling for folders
2066 2003-03-18 [christoph] 0.8.11claws25
2071 unset NEW and UNREAD flags when message is ignored, to make
2072 sure messages don't show up as unread on other IMAP clients,
2073 because the IGNORE_THREAD flag can not be syncronized through
2076 2003-03-17 [christoph] 0.8.11claws24
2079 don't use recursion to fetch uids when the number of messages
2080 does not match. Moved code into subfunction that is used
2081 again when needed, to prevent an endless loop.
2083 2003-03-17 [thorsten] 0.8.11claws23
2085 * src/imageview.[ch]
2086 export imageview_get_resized_size() (for plugins)
2087 * src/prefs_common.[ch]
2088 added prefs_common_get() (for plugins)
2090 2003-03-17 [christoph] 0.8.11claws22
2093 o remove UID guessing from copy code
2094 o support UIDPLUS extension for APPEND command
2096 2003-03-17 [paul] 0.8.11claws21
2099 remove 'Compiled-plugins' section.
2101 * src/plugins/dillo_viewer/dillo_viewer.c
2102 slight change to description text
2104 2003-03-16 [match] 0.8.11claws20
2105 * src/ldapserver.[ch] ** NEW **
2106 * src/ldapctrl.[ch] ** NEW **
2107 * src/ldapquery.[ch] ** NEW **
2108 * src/ldaputil.[ch] ** NEW **
2109 * src/addrcindex.[ch] ** NEW **
2110 * src/addrquery.h ** NEW **
2112 * src/addrcache.[ch]
2113 * src/addrindex.[ch]
2114 * src/addr_compl.[ch]
2115 * src/addressbook.[ch]
2120 * src/editldap_basedn.c
2124 included dynamic LDAP queries. improved address
2127 2003-03-16 [paul] 0.8.11claws19
2129 * tools/multiwebsearch.pl
2132 2003-03-16 [christoph] 0.8.11claws18
2135 * src/plugins/dillo_viewer/dillo_viewer.c
2136 * src/plugins/mathml_viewer/mathml_viewer.c
2137 make unregistering of MimeViewerFactorys possible
2139 2003-03-16 [alfons] 0.8.11claws17
2144 2003-03-16 [melvin] 0.8.11claws16
2146 * src/plugins/dillo_viewer.c
2147 Fixed bug where it was not possible to view more than
2148 one text/html attachment per message (bug discovered
2149 by Christoph Hohmann).
2151 2003-03-15 [melvin] 0.8.11claws15
2153 * src/prefs_actions.c
2154 Fixed compilation warnings.
2156 2003-03-15 [melvin] 0.8.11claws14
2158 * src/plugins/Makefile.am
2159 * src/plugins/dillo_viewer/.cvsignore ** NEW **
2160 * src/plugins/dillo_viewer/Makefile.am ** NEW **
2161 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
2162 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2163 newer (http://dillo.auriga.wearlab.de/).
2165 2003-03-15 [christoph] 0.8.11claws13
2168 don't query imap folder for attributes because we already
2169 for them from imap_status
2172 add support for plugable MimeViewers (unloading Viewers
2175 * src/plugins/Makefile.am
2176 * src/plugins/mathml_viewer/.cvsignore ** NEW **
2177 * src/plugins/mathml_viewer/Makefile.am ** NEW **
2178 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
2179 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2180 widget from http://helm.cs.unibo.it/mml-widget/
2182 2003-03-14 [christoph] 0.8.11claws12
2185 o error return code's should better be negative
2186 o replace printf with debug_print
2189 improve IMAP folder scan by checking UID-NEXT
2192 remove check that are unnecessary in my opinion
2194 2003-03-13 [christoph] 0.8.11claws11
2203 * src/prefs_scoring.c
2205 use a common function to get a displayable name
2208 2003-03-13 [paul] 0.8.11claws10
2212 tools/multiwebsearch.conf ** NEW FILE **
2213 tools/multiwebsearch.pl ** NEW FILE **
2214 add multiwebsearch Actions script
2216 2003-03-13 [colin] 0.8.11claws9
2219 Remove leading emtpy lines from quoted text
2222 2003-03-13 [melvin] 0.8.11claws8
2224 * src/prefs_actions.c
2227 Added Cancel and OK buttons
2230 2003-03-13 [christoph] 0.8.11claws7
2240 replace more folder type stuff with folder class stuff
2242 2003-03-13 [melvin] 0.8.11claws6
2244 * src/prefs_actions.c
2246 %u: user provided argument
2247 %h: user provided argument (hidden on input)
2248 %s: current text selection in the message view
2250 2003-03-13 [paul] 0.8.11claws5
2252 * sync with 0.8.11cvs5
2253 see ChangeLog 2003-03-11, 2003-03-12
2255 2003-03-12 [christoph] 0.8.11claws4
2258 use folder class idstr when writing folderlist.xml
2263 replace folder type checks with folder class checks
2265 2003-03-12 [christoph] 0.8.11claws3
2270 * src/mbox_folder.[ch]
2273 o create a list of known folder classes in the folder system
2274 o use folder class id strings for folder item identifiers
2276 2003-03-12 [christoph] 0.8.11claws2
2279 fix imap uid validity check
2281 2003-03-12 [christoph] 0.8.11claws1
2292 * src/prefs_scoring.c
2296 initial restructuring of folder system, seperating
2297 folders and folder classes
2299 2003-03-12 [paul] 0.8.11claws
2303 2003-03-12 [christoph]
2305 * src/gtk/prefswindow.c
2306 fix translation of "Page Index"
2308 2003-03-12 [paul] 0.8.10claws110
2310 a sync from 0.8.11cvs4 before the release
2312 * src/common/utils.c
2313 subject_compare_for_sort(): allow null strings (fixes
2316 2003-03-11 [paul] 0.8.10claws109
2319 update Spanish translation, submitted by
2320 Ricardo Mones Lastra
2322 2003-03-11 [melvin] 0.8.10claws108
2325 Updated French translations
2327 2003-03-11 [paul] 0.8.10claws107
2329 * manual/en/Makefile.am
2331 update English manual, add a new page
2332 updated by Francois Barriere <fbarriere@atmel.fr>
2337 update Bulgarian, Italian, and Serbian translations
2338 submitted by George Danchev, Alessandro Maestri, and
2341 2003-03-10 [paul] 0.8.10claws106
2344 src/gtk/prefswindow.c
2345 make some strings translatable
2347 2003-03-10 [darko] 0.8.10claws105
2350 code cleanup to make Hiro happy
2352 2003-03-10 [paul] 0.8.10claws104
2354 * sync with 0.8.11cvs2
2355 see ChangeLog 2003-03-10
2357 2003-03-09 [melvin] 0.8.10claws103
2360 textview_set_font(): fix for message display in
2361 UTF-8 locales (thanks to Sergey Vlasov).
2362 (was unintentionnaly reverted in 0.8.6claws6)
2364 2003-03-08 [darko] 0.8.10claws102
2367 fix infinite loop in wrapping as reported
2369 obsoletes patch #696482
2371 2003-03-08 [christoph] 0.8.10claws101
2374 add workaround for IMAP servers that do not
2375 support the "UID SEARCH UID" command
2377 2003-03-07 [christoph] 0.8.10claws100
2379 * src/plugins/spamassassin/spamassassin.[ch]
2380 * src/plugins/spamassassin/spamassassin_gtk.c
2383 2003-03-07 [paul] 0.8.10claws99
2386 updated Spanish translation, submitted by
2387 Ricardo Mones Lastra
2389 2003-03-07 [christoph] 0.8.10claws98
2392 fix in 0.8.10claws94 was wrong
2393 local delivery does not require escaping, remove escaping
2394 code to make signatures of mails with "." lines valid
2396 NOTE: requires that sendmail is executed with "-i" option,
2397 what is the default now, but has to be changed in all
2400 2003-03-07 [paul] 0.8.10claws97
2402 * sync with 0.8.11 release
2403 see ChangeLog 2003-03-07
2405 2003-03-06 [paul] 0.8.10claws96
2408 revert commit 0.8.10claws92
2410 2003-03-06 [paul] 0.8.10claws95
2413 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2416 fix bug 74, 'Crash opening editor window with pseudo-color
2419 Patches submitted by Kevin Vigor <kevin@vigor.nu>
2421 2003-03-06 [christoph] 0.8.10claws94
2424 fix rfc2821 (4.5.2) violation in SMTP data sending,
2425 all lines starting with a period get an extra period
2427 (found by Simon 'corecode' Schubert)
2429 2003-03-06 [paul] 0.8.10claws93
2432 if configured font can't be loaded fall back to gtk
2433 default. (with thanks to Christoph)
2435 closes long-standing bug 15 'Crashes on startup'
2437 2003-03-06 [paul] 0.8.10claws92
2440 freeze text before autosave and thaw afterwards
2441 fixes bug 67 'autosave make re-rediting message crazy'
2443 2003-03-06 [christoph] 0.8.10claws91
2446 ignore address comment in dupe check for Cc-list
2448 (closes reopened bug 47 Replying to message strips name part of
2449 e-mail addresses of Cc: lines)
2451 2003-03-06 [paul] 0.8.10claws90
2454 remove reference to gtkxtext.h as its no longer in
2457 2003-03-06 [paul] 0.8.10claws89
2459 * sync with 0.8.10cvs25
2460 see ChangeLog 2003-03-06
2462 2003-03-06 [oliver] 0.8.10claws88
2467 2003-03-06 [oliver] 0.8.10claws87
2470 remove changes introduced inclaws74
2472 another attempt to sanely delete and update
2473 messages deleted in separate messageview
2475 2003-03-05 [christoph] 0.8.10claws86
2478 check if "From" matches any account's address if
2479 addressbook completion of addresses is disabled too
2481 (closes Bug 70 "Display recipient in from" doesn't check
2482 folder's default account)
2484 2003-03-05 [christoph] 0.8.10claws85
2487 * src/common/utils.[ch]
2488 don't strip address comments when building Cc lists
2490 (closes Bug 47 Replying to message strips name part of e-mail addresses
2494 fix return value of copy function
2496 2003-03-05 [christoph] 0.8.10claws84
2499 don't ask imap server for non rfc822 headers
2501 (closes bug 71 IMAP FETCH asks for FROM header field twice)
2504 destroy session on socket error to allow reconnecting
2506 2003-03-05 [christoph] 0.8.10claws83
2509 fix building with gnome when no prefix is set
2511 (closes bug 66 Gnome directory is set to NONE)
2513 2003-03-05 [paul] 0.8.10claws82
2515 * sync with 0.8.10cvs23
2516 see ChangeLog 2003-03-05
2518 2003-03-04 [christoph] 0.8.10claws81
2521 o fix moving and copying when folder returns 0 for new
2523 o remove some code for single message copy and move
2524 operations and use functions for multiple messages
2526 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2529 remove unused include
2531 2003-03-04 [paul] 0.8.10claws80
2534 list 'Compiled plugins'
2536 2003-03-03 [christoph] 0.8.10claws79
2539 have to multiply the percentage of the current fetch with
2540 the percentage that it has of the total fetch operation
2543 2003-03-03 [christoph] 0.8.10claws78
2546 fix calculation of expected lines for progress indicator
2548 2003-03-03 [christoph] 0.8.10claws77
2551 * src/common/utils.c
2552 fix segfault when opening the root news folder
2554 2003-03-03 [christoph] 0.8.10claws76
2556 * src/mainwindow.[ch]
2557 * src/common/Makefile.am
2558 * src/common/progressindicator.[ch]
2559 add UI independent progress indicator handling
2562 use new progress indicator for message info fetching
2564 * src/common/hooks.h
2567 2003-03-03 [oliver] 0.8.10claws75
2571 removed commented code
2573 2003-03-03 [oliver] 0.8.10claws74
2576 cleanups and refactoring
2578 compose_reply_mode reply & forwarding interface for
2581 act on messages marked for deletion in folderview_selected
2582 based on prefs_common.immediate_exec since a message might
2583 have been deleted by messageview in a folder we are changing
2584 to (does anybody understand what I'm on about ?)
2586 2003-03-03 [oliver] 0.8.10claws73
2588 * src/messageview.[ch]
2590 - messageview_delete: delete message shown in messagview
2591 - messageview_update_view: update messageview to currently
2592 selected summaryview message
2593 - add separate messageview to msgview_list in order to update
2594 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2595 * src/summaryview.[ch]
2596 summary_get_selection returns a list of selected msgs
2599 toolbar reply refactoring
2601 2003-03-03 [paul] 0.8.10claws72
2603 * sync with 0.8.10cvs21
2604 see ChangeLog 2003-03-03
2606 2003-03-02 [christoph] 0.8.10claws71
2608 * src/common/passcrypt.c
2611 2003-03-02 [christoph] 0.8.10claws70
2614 * src/prefs_account.c
2615 * src/prefs_gtk.[ch]
2616 * src/common/.cvsignore
2617 * src/common/Makefile.am
2618 * src/common/passcrypt.c ** NEW **
2619 * src/common/passcrypt.h.in ** NEW **
2620 Implement password encryption in config files
2621 using unix encrypt and setkey functions. The crypt
2622 key can be set as a configure parameter. Old
2623 passwords will be converted if they do not begin
2626 2003-03-02 [paul] 0.8.10claws69
2628 * src/prefs_account.c
2631 2003-03-01 [thorsten] 0.8.10claws68
2639 corrected format strings
2642 (fix compile errors with GNU gettext-0.11.5)
2644 2003-03-01 [oliver] 0.8.10claws67
2647 menu callbacks call toolbar_menu_reply
2649 2003-03-01 [oliver] 0.8.10claws66
2653 menu callbacks call toolbar_menu_reply
2655 callbacks from menu handled by toolbar_menu_reply
2657 2003-03-01 [paul] 0.8.10claws65
2660 revert commit 0.8.10claws54 - breaks editing of
2664 update Bulgarian translation, submitted by
2667 2003-02-28 [christoph] 0.8.10claws64
2673 * src/gtkxtext.h ** REMOVE **
2679 * src/prefs_common.c
2680 * src/prefs_matcher.c
2681 * src/procheader.[ch]
2684 * src/common/ssl_certificate.c
2685 * src/gtk/colorlabel.c
2688 o remove code obsoleted by new cache and folder system rework
2690 2003-02-28 [oliver] 0.8.10claws63
2693 * fix bug where reply in Messageview replied to
2694 Message displayed in summaryview
2695 (reportedd via ML by chinatinte at gmx dot ch)
2696 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2697 didn't work in separate MessageView Toolbar
2698 (wondering if anybody uses this at all ?)
2699 * src/summaryview.[ch]
2700 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2701 (generalize reply and forward code);
2703 remove focus_in event which updated summaryview to messageview
2705 2003-02-28 [paul] 0.8.10claws62
2708 add the --check option
2709 Patch submitted by Ricardo Mones Lastra
2711 2003-02-28 [paul] 0.8.10claws61
2713 * src/prefs_account.c
2714 re-order 'Signature' items
2716 2003-02-28 [paul] 0.8.10claws60
2718 * sync with 0.8.10cvs20
2719 see ChangeLog 2003-02-28
2721 2003-02-28 [paul] 0.8.10claws59
2724 update to reflect recent movement of files
2726 2003-02-28 [paul] 0.8.10claws58
2728 * sync with 0.8.10cvs19
2729 see ChangeLog 2003-02-28
2731 2003-02-27 [martin] 0.8.10claws57
2733 * src/prefs_matcher.c
2734 fix segfault in prefs_matcher_ok() when the
2735 last entry is deleted and prevents that the
2736 message "entry not saved" comes up after deleting
2739 2003-02-27 [martin] 0.8.10claws56
2741 * src/prefs_filtering.c
2742 fix segfault in prefs_filtering_ok() when the
2743 last entry is deleted and prevents that the
2744 message "entry not saved" comes up after deleting
2747 2003-02-27 [paul] 0.8.10claws55
2749 * sync with 0.8.10cvs18
2750 see ChangeLog 2003-02-27
2752 2003-02-27 [paul] 0.8.10claws54
2755 fix bug where the address book crashes with
2757 Patch [687729] submitted by David Frager
2758 <dbfrager@users.sourceforge.net>
2760 2003-02-25 [christoph] 0.8.10claws53
2763 * src/colorlabel.[ch] ** REMOVE **
2764 * src/gtk/Makefile.am
2765 * src/gtk/colorlabel.[ch] ** NEW **
2766 move colorlabel files to gtk directory
2768 * src/esmtp.[ch] ** REMOVE **
2769 has been merged into smtp.[ch] in 0.7.5
2771 2003-02-25 [christoph] 0.8.10claws52
2774 * src/about.[ch] ** REMOVE **
2775 * src/gtk/Makefile.am
2776 * src/gtk/about.[ch] ** NEW **
2777 move about files to gtk directory
2779 2003-02-25 [christoph] 0.8.10claws51
2782 some code optimization of folder scanning code
2784 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2786 2003-02-25 [christoph] 0.8.10claws50
2789 * src/common/sylpheed.c
2790 add command line parameter parsing to common code
2792 2003-02-24 [christoph]
2796 fix gnome prefix problems, the configure script now removed
2797 `gnome-config --prefix` from `gnome-config --datadir`
2798 and adds $(prefix} instead
2800 (closes Bug 24 Makefile does not respect prefix when installing
2803 2003-02-24 [christoph] 0.8.10claws49
2806 check for valid session before trying to authenticate
2808 (closes Bug 60 crash if "authenticate on logon" is activated
2809 and newsserver-hostname is not valid)
2811 2003-02-24 [melvin] 0.8.10claws48
2813 * src/prefs_actions.c
2814 Make sure all user's input is sent to the action and then
2817 2003-02-23 [alfons] 0.8.10claws46
2820 also wait cursor when deleting files
2824 * tools/freshmeat_search.pl
2825 tools/google_search.pl
2826 scripts should now work for any browser/browser command line
2828 2003-02-22 [christoph] 0.8.10claws45
2831 fix IMAP flag setting, IMAP flag is not handled correctly
2832 anymore by the folder system and information about the
2833 folder should not be saved in the MsgInfo (in my opinion)
2835 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2837 2003-02-22 [christoph] 0.8.10claws44
2840 fix spelling of "label" ;-)
2842 2003-02-22 [thorsten] 0.8.10claws43
2845 src/prefs_common.[ch]
2847 do not use description as attachment name
2849 2003-02-22 [alfons] 0.8.10claws42
2852 freeze/thaw folder item updates when changing color labels,
2853 and put a wait cursors on
2855 2003-02-22 [thorsten] 0.8.10claws41
2858 save-all fixes: crash if invoked on multipart container,
2859 mimeinfo access, pathseparators, error dialog
2861 2003-02-21 [alfons] 0.8.10claws40
2866 2003-02-21 [colin] 0.8.10claws39
2871 2003-02-21 [colin] 0.8.10claws38
2874 Freeze/thaw folderItem updates when filtering messages
2875 via Tools/Filter messages
2877 2003-02-21 [paul] 0.8.10claws37
2880 revert commit 0.8.10claws26, there are ulterior motives
2881 for users to set a Reply-To header when posting to
2884 2003-02-21 [paul] 0.8.10claws36
2886 * sync with 0.8.10cvs17
2887 see ChangeLog 2003-02-21
2889 2003-02-20 [christoph] 0.8.10claws35
2892 IMAP UID fetch speedup using SEARCH
2894 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2897 fix problem with UIDs in IMAP UID cache that no longer existed
2899 2003-02-20 [christoph] 0.8.10claws34
2904 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2906 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2909 Rewrite imap_cmd_gen_recv use sock_getline instead
2910 of sock_gets to avoid problems with too long reply
2913 2003-02-20 [colin] 0.8.10claws33
2915 * src/prefs_account.c
2918 2003-02-20 [colin] 0.8.10claws32
2921 Remove useless '&& !to_sender'
2926 change my e-mail address
2928 2003-02-19 [colin] 0.8.10claws31
2930 * src/prefs_common.c
2931 X11 style colors for every configurable color
2933 2003-02-19 [alfons] 0.8.10claws30
2935 * src/prefs_gtk.[ch]
2936 * src/prefs_common.c
2937 for color_new accept both plain integers and X11 style color
2938 names (as found in /usr/lib/X11/rgb.txt)
2940 2003-02-19 [paul] 0.8.10claws29
2943 add tooltips to online/offline button and account selector
2946 2003-02-19 [paul] 0.8.10claws28
2950 src/prefs_account.[ch]
2951 src/prefs_common.[ch]
2952 move 'Maximum number of articles to download' to
2954 clean up account prefs gui a little by hiding entries
2955 rather then greying out entries
2957 2003-02-19 [hiro] 0.8.10claws27
2959 * src/common/utils.c
2960 fix bug #54 'yesterdays date is displayed in the message
2963 2003-02-19 [paul] 0.8.10claws26
2966 fix bug reported in Feature Request [688596]
2967 'Reply-to header in news'
2969 2003-02-18 [paul] 0.8.10claws25
2972 add a 'List all keys' button to key selection dialog
2974 2003-02-18 [colin] 0.8.10claws24
2976 * src/stock_pixmap.c
2979 2003-02-18 [colin] 0.8.10claws23
2981 * src/common/smtp.[ch]
2983 Try to starttls if it seems to be the only
2984 way to authenticate a user
2986 2003-02-18 [paul] 0.8.10claws22
2990 src/stock_pixmap.[ch]
2991 src/pixmaps/drafts_close.xpm ** NEW FILE **
2992 src/pixmaps/drafts_open.xpm ** NEW FILE **
2993 as a Drafts folder is a special folder allow it to have
2994 its own unique icons
2996 2003-02-18 [colin] 0.8.10claws21
2999 Fix port selection when using starttls
3001 2003-02-18 [paul] 0.8.10claws20
3004 src/prefs_common.[ch]
3005 make blue the default new mail colour
3007 2003-02-18 [paul] 0.8.10claws19
3009 * sync with 0.8.10cvs14
3010 see ChangeLog 2003-02-18
3012 2003-02-17 [jens] 0.8.10claws18
3015 fixed a compile problem with gcc 3.3
3016 works on 2.95.3 too (testet on PPC as it is big endian)
3018 2003-02-17 [paul] 0.8.10claws17
3020 * sync with 0.8.10cvs13
3021 see ChangeLog 2003-02-17
3023 2003-02-17 [paul] 0.8.10claws16
3025 * sync with 0.8.10cvs12
3026 see ChangeLog 2003-02-17
3028 2003-02-16 [match] 0.8.10claws15
3031 Eliminates reloading of address data when items
3032 deleted or added. Applied submitted by
3033 Luke Plant <lukeplant@softhome.net>
3035 2003-02-16 [paul] 0.8.10claws14
3038 when a 'protocol error' is encountered disconnect from
3039 the server. This means that the user can carry on viewing
3040 other articles and doesn't have to either wait until the
3041 server timesout or quit sylpheed.
3042 Fixes bug #53 'Unable to read messages in newsgroups,
3043 displayed message doesn't change'
3045 2003-02-15 [christoph] 0.8.10claws13
3048 fix bug that stopped scanning of folders when an
3049 IMAP folder was empty
3051 (closes bug 46 stop scan messages in folders after empty folder)
3057 tools/freshmeat_search.pl ** NEW FILE **
3058 tools/google_search.pl ** NEW FILE **
3059 Add 2 Actions scripts which search freshmeat/google
3060 for the selected text using the browser configured
3063 Note: These scripts are very dependent on the format of the
3064 browser command and may not work on every occasion. Testing
3067 2003-02-14 [alfons] 0.8.10claws12
3070 fix breakage because of uninitialized account pointer.
3073 2003-02-14 [paul] 0.8.10claws11
3076 src/prefs_account.[ch]
3077 src/prefs_common.[ch]
3078 move signature settings to Account Prefs
3080 2003-02-14 [paul] 0.8.10claws10
3082 * sync with 0.8.10cvs11
3083 see ChangeLog 2003-02-14
3085 2003-02-13 [thorsten] 0.8.10claws9
3088 revert news progressbar (GUI separation)
3090 2003-02-13 [paul] 0.8.10claws8
3093 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3096 2003-02-13 [paul] 0.8.10claws7
3100 fix 'Follow-up and Reply-to' so that it creates a reply to
3101 the newsgroup and the sender. If the message has the keyword
3102 'poster' in the Followup-To header, all replies go to the
3103 sender, re: RFC 1036, Section 2.2.3
3104 rename all instances of 'ignore_replyto' to 'to_sender', both
3105 were previously used, now we use just one.
3107 2003-02-13 [paul] 0.8.10claws6
3109 * sync with 0.8.10cvs9
3110 see ChangeLog 2003-02-13
3112 2003-02-13 [paul] 0.8.10claws5
3115 show which plugins are configured in the configure
3118 2003-02-12 [thorsten] 0.8.10claws4
3121 show progress while fetching news headers
3123 2003-02-12 [christoph] 0.8.10claws3
3126 * src/plugins/Makefile.am
3127 use AM_CONDITIONAL to enable plugins, automake correctly
3128 manages this when creating distdir
3130 2003-02-12 [christoph] 0.8.10claws2
3132 * ac/spamassassin.m4
3133 * src/plugins/spamassassin/Makefile.am
3134 fix building SpamAssassin plugin without OpenSSL
3136 2003-02-12 [paul] 0.8.10claws1
3140 src/plugins/Makefile.am
3141 fix failure of 'make release'
3143 2003-02-12 [paul] 0.8.10claws
3145 * 0.8.10claws released
3147 2003-02-12 [paul] 0.8.9claws56
3154 updated translations by George Danchev, Ricardo Mones Lastra,
3155 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3158 Allow the building of RPMs by a regular user. Submitted
3161 2003-02-11 [alfons] 0.8.9claws55
3164 don't use pixmaps for label color rect but draw rectangles
3165 so we can respect the color map of palette based visuals
3166 (fixes the long time crashes on Suns - thanks to Andreas
3167 Engel and Steve O'Hara-Smith for testing)
3169 2003-02-11 [christoph] 0.8.9claws54
3171 * src/matcher_parser_parse.y
3172 correct bug where filering rules of not existing folders in
3173 matcherrc were added to global filtering
3175 (closes Debian Bug #180253 - Directory's filter-rules are merged with
3176 main filter-rules after removing directory, http://bugs.debian.org/180253)
3178 2003-02-11 [paul] 0.8.9claws53
3180 * sync with 0.8.10cvs7
3181 see ChangeLog 2003-02-09
3183 2003-02-11 [melvin] 0.8.9claws52
3186 Updated French tranlsations
3188 2003-02-10 [paul] 0.8.9claws51
3191 correct --enable-openssl
3192 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3194 2003-02-09 [martin] 0.8.9claws50
3196 * src/prefs_matcher.c
3197 fix segfault in prefs_matcher_substitute_cb() when
3200 2003-02-09 [paul] 0.8.9claws49
3203 fix bug where a newsgroup folder's processing rules were
3204 merged with the global filtering rules when the newsgroup
3205 folder was deleted, causing some seriously bad results,
3206 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3208 2003-02-08 [melvin] 0.8.9claws48
3211 Corrected and modified an alert message.
3213 2003-02-07 [paul] 0.8.9claws47
3216 fix bug where both an 'Account properties' window and a
3217 'Folder properties' window were opened when clicking on
3218 'Properties' in an NNTP or IMAP folder's popup menu.
3220 2003-02-07 [paul] 0.8.9claws46
3222 * sync with 0.8.10cvs6
3223 see ChangeLog 2003-02-06
3225 2003-02-06 [christoph] 0.8.9claws45
3228 freeze folder updates while importing mbox files
3229 (closes bug 43 importing mbox took hours)
3231 Patch submitted by Jens Rantil <jens.rantil@telia.com>
3233 2003-02-06 [thorsten] 0.8.9claws44
3236 Updated german translations
3238 2003-02-06 [thorsten] 0.8.9claws43
3241 use guint for message numbers (fix count in grouplist dialog)
3243 2003-02-05 [paul] 0.8.9claws42
3245 * sync with 0.8.10cvs2
3246 see ChangeLog 2003-02-05
3248 2003-02-04 [colin] 0.8.9claws41
3250 * src/prefs_common.[ch]
3253 Add an option to disable threading by subject
3255 2003-02-04 [christoph] 0.8.9claws40
3258 only abort fetching mails from multiple accounts when the
3259 error is fatal and does not allow to check any more accounts
3260 (currently only disk full error)
3262 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3263 receive mails for other accouts)
3265 2003-02-04 [christoph] 0.8.9claws39
3268 first add the new message to the cache, then
3269 send the update notification
3271 (closes bug 39 after sending message folderview doesnt get updated)
3273 2003-02-04 [colin] 0.8.9claws38
3276 _really_ fix this Connecting... status
3278 2003-02-04 [paul] 0.8.9claws37
3281 see ChangeLog 2003-02-04
3283 2003-02-04 [paul] 0.8.9claws36
3285 * sync with 0.8.9cvs6
3286 see ChangeLog 2003-02-03
3288 2003-02-04 [paul] 0.8.9claws35
3291 updated by André Filipe de Assunção e Brito
3292 <bedecko@netsite.com.br>
3294 2003-02-03 [thorsten] 0.8.9claws34
3297 Updated german translations
3299 2003-02-02 [paul] 0.8.9claws33
3302 updated by Ricardo Mones Lastra
3304 2003-02-02 [thorsten] 0.8.9claws32
3307 Fix mh_get_msginfo() segfault if file is inaccessible
3309 2003-01-31 [colin] 0.8.9claws31
3312 Fix last commit's bug
3314 2003-01-31 [colin] 0.8.9claws30
3317 Missing a change for gpg-signed messages
3319 2003-01-31 [paul] 0.8.9claws29
3321 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
3323 src/stock_pixmap.[ch]
3325 indicate GnuPG signed messages by displaying an icon
3326 in the Attachment column.
3328 2003-01-31 [paul] 0.8.9claws28
3330 * sync with 0.8.9cvs4
3331 see ChangeLog 2003-01-31
3333 2003-01-31 [alfons] 0.8.9claws27
3336 tune URI parser to accept mailto URLs with a '?'
3337 (patch from Ruslan Balkin)
3339 2003-01-31 [colin] 0.8.9claws26
3342 Fix a leak introduced in claws24
3344 2003-01-31 [colin] 0.8.9claws25
3347 Freeze/Thaw folder updates when deleting dups
3349 2003-01-31 [colin] 0.8.9claws24
3354 little speed improvements
3356 2003-01-31 [colin] 0.8.9claws23
3359 Fix segfault when forwarding nothing
3360 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3362 2003-01-30 [paul] 0.8.9claws22
3364 * sync with 0.8.9cvs3
3365 see ChangeLog 2003-01-30
3367 2003-01-30 [paul] 0.8.9claws21
3369 * sync with 0.8.9cvs2
3370 see ChangeLog 2003-01-30
3372 2003-01-29 [paul] 0.8.9claws20
3374 * sync with 0.8.9cvs1
3375 see ChangeLog 2003-01-29
3377 2003-01-28 [paul] 0.8.9claws19
3380 update to reflect changes.
3381 thanks to Ricardo Mones Lastra
3383 2003-01-27 [christoph] 0.8.9claws18
3386 * ac/spamassassin.m4
3387 * src/plugins/spamassassin/README
3388 * src/plugins/spamassassin/libspamc.[ch]
3389 * src/plugins/spamassassin/utils.[ch]
3390 updated to latest libspamc
3392 2003-01-27 [christoph] 0.8.9claws17
3395 fix wrong use of procheader_get_header_fields
3397 2003-01-27 [christoph] 0.8.9claws16
3400 * src/prefs_account.[ch]
3401 * src/common/nntp.[ch]
3402 allow to force authentication for NNTP servers
3404 Patch submitted by Florian Mickler <dmk@d-labs.de>
3406 2003-01-26 [paul] 0.8.9claws15
3409 speed up of marking messages as read
3410 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3412 2003-01-26 [christoph] 0.8.9claws14
3415 * src/mgutils.[ch] ** REMOVE **
3416 * src/xml.[ch] ** REMOVE **
3417 * src/xmlprops.[ch] ** REMOVE **
3418 * src/common/Makefile.am
3419 * src/common/mgutils.[ch] ** NEW **
3420 * src/common/xml.[ch] ** NEW **
3421 * src/common/xmlprops.[ch] ** NEW **
3422 move xml files to common directory
3424 2003-01-26 [christoph] 0.8.9claws13
3426 * src/plugins/spamassassin/spamassassin_gtk.c
3427 only set gtk entry text if string is available
3429 2003-01-26 [melvin] 0.8.9claws12
3431 * src/description_window.c
3432 Allow resizing of the window
3433 Allow automatic horizontal scroll bar
3434 Do not vertically expand and fill
3436 2003-01-26 [christoph] 0.8.9claws11
3439 * src/gtkutils.[ch] ** REMOVE **
3440 * src/common/sylpheed.c
3441 * src/gtk/Makefile.am
3442 * src/gtk/description_window.c
3443 * src/gtk/gtkutils.[ch] ** NEW **
3444 * src/gtk/prefswindow.c
3445 move gtkutils to gtk directory
3447 2003-01-26 [paul] 0.8.9claws10
3450 rename summary_unread_clicked() to summary_status_clicked()
3452 2003-01-26 [melvin] 0.8.9claws9
3454 * src/prefs_actions.c
3455 Cosmetical changes to the help text
3457 2003-01-26 [paul] 0.8.9claws8
3462 src/prefs_sumamry_column.c
3464 rename the 'Unread' column to 'Status'
3466 2003-01-25 [match] 0.8.9claws7
3469 removed reference to LDAP constants. removed error2string.
3470 included functions to support LDAP dynamic queries.
3472 moved LDAP constants here.
3476 removed references to LDAP constants and references to
3479 2003-01-25 [paul] 0.8.9claws6
3482 summary_thread_build(), summary_thread_init(): remove
3483 unneeded reference to summaryview->folder_item
3485 2003-01-25 [christoph] 0.8.9claws5
3487 * src/gtk/description_window.c
3488 o allow description texts to expand over multiple columns
3489 o translate all columns
3490 * src/prefs_actions.c
3491 change syntax description to use new multi column feature
3493 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3495 2003-01-25 [match] 0.8.9claws4
3498 fixed bug with Quoted-Printable
3500 2003-01-25 [paul] 0.8.9claws3
3503 src/summaryview.[ch]
3504 implement per-folder collapsed/expanded threads setting
3506 * src/prefs_common.c
3507 remove global collapsed/expanded threads option
3509 2003-01-25 [christoph] 0.8.9claws2
3512 add pluginwindow and prefswindow
3514 make send respond correctly to messages that could be added
3515 to the queue folder, but the UID of the message is unknown
3518 don't return guessed UIDs in imap_add_msg anymore. We return
3519 0 to tell the folder system it was appened but the UID is
3520 unknown. Folder system now get's the UID by scaning the folder
3521 and searching the cache for the Message-ID
3522 (closes bug #29 Messages queued, but not sent)
3524 2003-01-25 [paul] 0.8.9claws1
3527 conv_encode_header(): fix bug when long headers with 8-bit
3528 characters are used, so that the encoded words are wrapped.
3529 If the space in the original text falls on the wrap boundary,
3531 Patch by Sergey Vlasov.
3534 fix bug where a change to the sorting method or thread view
3535 of a folder's messages is lost if simpify-subject is set and
3537 Patch by Luke Plant.
3539 2003-01-24 [paul] 0.8.9claws
3541 * sylpheed-0.8.9claws released
3545 remove reference to 'INSTALL.jp'
3547 2003-01-23 [paul] 0.8.8claws128
3553 updated translations. submitted by Ricardo Mones Lastra,
3554 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3556 2003-01-23 [colin] 0.8.8claws127
3559 Fix drafted and queued news articles re-edition
3561 2003-01-23 [melvin] 0.8.8claws126
3564 Updated French translations
3566 2003-01-23 [colin] 0.8.8claws125
3569 Fix "Connecting to..." status message
3571 2003-01-22 [paul] 0.8.8claws124
3574 updated by George Danchev
3577 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3580 2003-01-21 [paul] 0.8.8claws123
3583 updated by George Danchev
3589 don't translate 'Separator'
3591 * src/plugins/spamassassin/Makefile.am
3592 add aspell to CPPFLAGS
3594 * src/plugins/spamassassin/spamassassin.c
3595 src/plugins/spamassassin/spamassassin_gtk.c
3596 set correct default for spamassassin_receive_spam
3597 slightly re-word descriptions and some
3600 2003-01-19 [alfons] 0.8.8claws122
3603 mimeview_save_as(): we might as well show the file name for
3604 the single case "Save As" too
3606 2003-01-19 [alfons] 0.8.8claws121
3609 change bug tracker URL to bugzilla URL
3611 2003-01-19 [alfons] 0.8.8claws120
3614 mimeview_save_all(): display name of file before overwriting;
3615 continue saving all, even when one overwrite was cancelled
3617 2003-01-19 [christoph] 0.8.8claws119
3621 fix wrong usage of procmsg_find_children in summaryview
3622 by using procmsg_update_unread_children instead of
3623 summaryview_update_unread_children
3625 2003-01-19 [christoph] 0.8.8claws118
3628 fix infinite loop in procmsg_find_children
3629 (closes bug #25 sylpheed crashes on delete.)
3631 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3633 2003-01-19 [paul] 0.8.8claws117
3636 updated by Ivan Francolin Martinez
3638 2003-01-18 [melvin] 0.8.8claws116
3640 * src/prefs_actions.c
3641 Removed syntax limitation of only one '&' at the end of command.
3642 Now actions that contain '>/dev/null 2>&1' are possible.
3644 2003-01-18 [melvin] 0.8.8claws115
3646 * src/prefs_actions.c
3647 Actions IO dialog: when the action ends
3648 the "Close" button now has focus and [Escape] closes the
3651 2003-01-18 [christoph] 0.8.8claws114
3654 o add debug output when MsgInfos are really freed
3655 o free GSLists in procmsg_find_children and
3656 procmsg_update_unread_children
3658 2003-01-18 [christoph] 0.8.8claws113
3661 reorder Configuration menu
3663 2003-01-18 [christoph] 0.8.8claws112
3666 fix applying templates to forwarded messages
3668 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3670 2003-01-17 [christoph] 0.8.8claws111
3673 destroy folder items, when a folder item is removed
3675 2003-01-17 [christoph] 0.8.8claws110
3678 fix wrong folder stats update when ignored message is
3681 2003-01-17 [colin] 0.8.8claws109
3685 Quicksearch bugfixes:
3686 - hide help button at startup if not extended
3687 - switch to extended when looking for replies
3691 * sync with 0.8.9 release
3693 2003-01-17 [paul] 0.8.8claws108
3695 * sync with 0.8.8cvs11
3696 see ChangeLog 2003-01-17
3698 2003-01-16 [colin] 0.8.8claws107
3701 Changed encryption test to re-ask passphrase
3702 if an encrypted message hasn't been decrypted
3705 2003-01-16 [christoph] 0.8.8claws106
3708 * src/prefs_toolbar.c
3709 * src/gtk/prefswindow.h
3710 * src/plugins/spamassassin/spamassassin_gtk.c
3711 remove page destroy function that is not used anymore
3713 2003-01-16 [paul] 0.8.8claws105
3715 * sync with 0.8.8cvs9
3716 see ChangeLog 2002-01-16
3718 2003-01-16 [colin] 0.8.8claws104
3721 Fix bug with autosaved drafts for IMAP, when draft
3722 folder is specified - fixes bugzilla bug #20
3724 2003-01-15 [paul] 0.8.8claws103
3728 store folder and message-id of message forwarding
3729 in queue header and set forward flag after sending
3731 2003-01-15 [paul] 0.8.8claws102
3733 * sync with 0.8.8cvs8
3734 see ChangeLog 2002-01-15
3736 2003-01-15 [colin] 0.8.8claws101
3739 Fix linking with GNU libiconv
3741 2003-01-15 [darko] 0.8.8claws100
3744 fix crash when importing pine address book
3745 entry with an empty name (reported by DY
3746 <dybulk at tri8.net>)
3748 2003-01-14 [paul] 0.8.8claws99
3750 * configure.in ** REMOVED **
3751 configure.ac ** NEW FILE **
3752 rename configure.in to configure.ac, as it is now
3755 2003-01-14 [melvin] 0.8.8claws98
3758 folderview_check_new(): More precise function description
3760 2003-01-14 [melvin] 0.8.8claws97
3763 folderview_check_new(): return the number of new messages
3766 inc_account_mail(): Disable counting of new messages for IMAP
3767 and NNTP until bug [19] and [14] are fixed.
3769 2003-01-14 [paul] 0.8.8claws96
3771 * sync with 0.8.8cvs6
3772 see ChangeLog 2003-01-14
3774 2003-01-13 [alfons] 0.8.8claws95
3777 tune email address validation (c. 0.8.8claws89): if . is
3778 just one char away from @, the address is invalid too
3779 (correctly rejects addresses like foo@.com)
3781 2003-01-13 [paul] 0.8.8claws94
3785 fixes to the Message View toolbar and menu:
3786 fix non-functioning Forward button
3787 make Reply button consider default_reply_list
3788 remove 'Follow-up...' menu entry
3789 add 'Forward' and 'Redirect' menu entries
3791 2003-01-13 [melvin] 0.8.8claws93
3794 Fixed typo that could make new messages count incorrect.
3796 2003-01-13 [melvin] 0.8.8claws92
3798 * src/folderview.[ch]
3799 folderview_check_new(): return the number of new messages.
3801 Should fix bug [14] where new mail notification worked
3802 incorrectly with IMAP accounts.
3803 inc_spool_account(): return number of new msgs, or -1 on error
3804 inc_all_spool(): return number of new msgs
3806 2003-01-13 [melvin] 0.8.8claws91
3808 * src/prefs_actions.c
3811 2003-01-12 [thorsten] 0.8.8claws90
3813 * src/common/prefs.c
3814 close file before rename
3816 2003-01-12 [alfons] 0.8.8claws89
3819 add Christian Mertes
3820 * src/common/utils.[ch]
3821 g_stricase_hash(), g_stricase_equal(): functions for
3822 case insensitive hash tables
3824 use top level domain names to validate email address, based
3825 on a patch by Christian Mertes (thanks!), but changed
3826 implementation to use a hash table
3828 2003-01-12 [paul] 0.8.8claws88
3831 updated by George Danchev
3833 2003-01-12 [alfons] 0.8.8claws87
3836 delete / execute performance: use new style folder update
3838 2003-01-12 [paul] 0.8.8claws86
3840 * sync with 0.8.8cvs5
3841 see ChangeLog 2003-01-13 (!)
3843 2003-01-12 [alfons] 0.8.8claws85
3846 * src/matcher_parser_parse.y
3847 prepare change_score filtering action
3849 give up const-correctness on functions that call non-const-correct functions;
3850 several casts to gpointer in g_free();
3853 2003-01-12 [christoph] 0.8.8claws84
3858 * src/gtk/prefswindow.[ch]
3859 * src/plugins/spamassassin/spamassassin_gtk.c
3860 changed the call of the widget create function
3861 for PrefsPages, because sometimes the widget
3862 create function needs a widget that already has
3863 been attached to a window (to create GDK pixmaps
3864 for exmaple). So we simply pass the GtkWindow as
3865 the second parameter now.
3869 * src/prefs_toolbar.[ch]
3870 rewrite Toolbar Preferences using the new
3873 2003-01-11 [alfons] 0.8.8claws83
3876 fix crash when adding sender to addressbook because status bar
3877 isn't there (the status bar doesn't seem to be used though,
3878 but I'll let Match decide what to do with it)
3880 2003-01-11 [colin] 0.8.8claws82
3884 Two useless changes reversed
3886 2003-01-11 [colin] 0.8.8claws81
3890 Add mainwindow_get_mainwindow()
3893 Add alertpanel_error_log()
3900 Network errors get a View Log button
3902 2003-01-10 [alfons] 0.8.8claws80
3904 * src/prefs_toolbar.c
3906 use the translatable string for "Separator" as file name for
3907 separator toolbar items (probably make this uppercase?)
3909 2003-01-10 [alfons] 0.8.8claws79
3911 * src/prefs_toolbar.c
3912 put right A_SEPARATOR description string in "displayed
3913 toolbar items list" so manually added separators are
3914 saved correctly (bug #10, "Adding a separator to the main
3915 toolbar fails, entry in xml file is wrong")
3917 2003-01-10 [christoph] 0.8.8claws78
3921 o use CAPABILITY to check if NAMESPACE is available
3923 2003-01-10 [christoph] 0.8.8claws77
3926 apply UIDPLUS IMAP extension support patch
3928 Patch submitted by Simon 'corecode' Schubert
3930 2003-01-10 [paul] 0.8.8claws76
3933 a sync from main which fixes the news account folders'
3936 2003-01-10 [christoph] 0.8.8claws75
3939 don't accept 0 as a valid uid returned by copy and move
3940 functions. 0 means the message was copied or moved but the
3941 new uid could not be fetched. It is not an error condition
3942 for the copy or move operation.
3944 2003-01-10 [paul] 0.8.8claws74
3946 * src/prefs_filtering.c
3947 change English used in Alert when entry is not
3950 * sync with 0.8.8cvs4
3951 see ChangeLog 2003-01-10
3953 2003-01-10 [darko] 0.8.8claws73
3956 fix crash when importing address book entry
3957 without a valid address
3959 2003-01-09 [alfons] 0.8.8claws72
3962 filtering performance: use new style folder update
3964 2003-01-09 [christoph] 0.8.8claws71
3968 fix wrong selecting of mime encoding type, when
3969 opening property dialog of attachments in the
3970 compose window. 7bit was always selected and that
3971 destoryed files with 8bit data.
3972 (closes bug #9 Sylpheed-claws destroys attachments when
3973 changing MIME-types)
3975 2003-01-09 [paul] 0.8.8claws70
3977 * sync with 0.8.8cvs3
3978 see ChangeLog 2003-01-09
3980 2003-01-08 [alfons] 0.8.8claws69
3983 apply patch by Kim Schulz to fix build breakage
3984 because of missing variable
3986 2003-01-08 [paul] 0.8.8claws68
3988 * sync with 0.8.8cvs2
3989 see ChangeLog 2002-01-08
3991 2003-01-08 [paul] 0.8.8claws67
3994 updated by Alessandro Maestri
3997 when using 'Add sender to addressbook' allow
3998 name to be edited and remarks to be entered
3999 Patch submitted by Luke Plant
4001 2003-01-08 [darko] 0.8.8claws66
4003 * README.claws, src/summaryview.c
4004 fix description for marked messages
4009 tools/launch_phoenix ** NEW FILE **
4010 add script that enables using Phoenix as the default
4012 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4014 * tools/OOo2sylpheed.pl
4015 remove full path to sylpheed executable, just 'sylpheed'
4019 add launch_phoenix informtion and re-arrange and compress
4022 2003-01-07 [christoph] 0.8.8claws65
4025 fix update for source folder when moving messages
4028 use function to set to_folder for message infos and
4029 automatically update the op_count for old and new
4032 2003-01-07 [melvin] 0.8.8claws64
4034 * src/prefs_actions.c
4035 Fixed bug where an '%p' Action on a displayed image crashed
4037 Code clean up (get rid of duplicated code and removed unnecessary
4040 2003-01-07 [christoph] 0.8.8claws63
4050 * src/prefs_folder_item.c
4054 o remove all folder update triggering from the UI code. The folder
4055 system should know much better when a folder needs an update.
4056 o to prevent multiple updates in a row the folder updates can be
4057 frozen for some time.
4059 Note: - Please verify that no updates are missing
4060 - Check where freeze/thaws should be added
4062 2003-01-07 [christoph] 0.8.8claws62
4064 * src/prefs_actions.c
4065 don't translate empty strings
4067 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4069 2003-01-06 [christoph] 0.8.8claws61
4071 * src/prefs_actions.c
4072 mark strings for gettext
4073 * src/prefs_matcher.c
4074 use new description window for Execute action and
4075 match condition in Filtering
4077 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4079 2003-01-06 [alfons] 0.8.8claws60
4081 keep myself inspired to re-organize matcher part 8;
4082 yes, more to come (I need to move out the descriptive
4083 text for actions to matcher.c, or at least make it not
4084 depend on the wicked ordering)
4086 * src/prefs_matcher.c
4087 add documentation so others may comprehend the
4088 UI part of the conditions
4090 2003-01-06 [christoph] 0.8.8claws59
4092 * src/prefs_actions.c
4093 use new description window for syntax help
4094 * src/gtk/description_window.c
4095 fix display of descriptions with column count != 2
4097 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4099 2003-01-06 [christoph] 0.8.8claws58
4102 * src/summaryview.[ch]
4103 * src/gtk/Makefile.am
4104 * src/gtk/description_window.[ch] ** NEW **
4105 use a generic window to display syntax descriptions
4106 currently used in quote_fmt and summaryview (new description
4107 for extended quick search)
4109 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4111 2003-01-06 [paul] 0.8.8claws57
4113 * sync with 0.8.8cvs1
4114 see ChangeLog 2003-01-06
4116 2003-01-06 [christoph] 0.8.8claws56
4119 * src/prefs_gtk.[ch]
4120 * src/gtk/prefswindow.[ch]
4121 * src/plugins/spamassassin/spamassassin_gtk.c
4122 o remove page management from prefswindow, pages
4123 will be an argument to prefswindow_open
4124 o prefswindow_open gets a datapointer that is
4125 passed to the widget_create function to allow
4126 creation of prefswindow for specific items
4128 2003-01-06 [colin] 0.8.8claws55
4131 We don't want regexp in the reply-finder,
4132 because MIDs can contain !,$,. and so on
4134 2003-01-06 [jens] 0.8.8claws54
4137 fixed a wrong free in jpilot_read_db_files
4139 2003-01-06 [alfons] 0.8.8claws53
4141 re-organize matcher part 8; more to come
4144 matcherprop_to_string(): put g_free()s before the
4145 switch-case break to fix memleaks
4147 2003-01-06 [colin] 0.8.8claws52
4150 cleanup & reply-finder now displays the first
4153 2003-01-05 [alfons] 0.8.8claws51
4155 re-organize matcher part 7; more to come
4158 fixes for constant correctness;
4161 2003-01-05 [alfons] 0.8.8claws50
4163 re-organize matcher part 6; more to come
4166 fixes for constant correctness;
4169 fix for constant correctness
4171 2003-01-05 [colin] 0.8.8claws49
4174 Add account_get_reply_account function
4176 Use account_get_reply_account function
4178 Basic reply-finder - click on the replied
4179 icon gets you to the outbox using quick-search
4181 2003-01-05 [paul] 0.8.8claws48
4183 * src/prefs_common.c
4184 small change to English
4186 * src/prefs_filtering.c
4187 prefs_filtering_action_select(): improve logic and uniformity
4190 2003-01-05 [alfons] 0.8.8claws47
4192 fine tune solution to focus problems (bug #7)
4195 mainwindow_focus_in_event(): remove grab event check
4197 summary_button_pressed(): move selection on right-click
4198 too. we can't possibly move the selection back after
4199 canceling a dialog, because gtk's incomplete focus
4200 management. whether this is a good solution, only time
4203 2003-01-05 [christoph] 0.8.8claws46
4206 fix crash when no imap connection could be established
4208 2003-01-05 [paul] 0.8.8claws45
4213 fix bug 605957 'shortcuts in popup-menu'
4214 make user-defined shortcuts work
4215 show shortcuts that are already defined
4217 Patch submitted by Luke Plant
4219 2003-01-05 [alfons] 0.8.8claws44
4222 focus_in_event handler should not select summary view row
4223 when another window (menu, dialog) grabbed for events
4224 (bug #7, "[0.8.8claws42] Message summary focus")
4226 2003-01-04 [christoph] 0.8.8claws43
4229 update save folder after adding the sent message
4230 (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4232 2003-01-02 [christoph] 0.8.8claws42
4234 * src/common/plugin.c
4235 fix unloading of all plugins and unload
4236 plugins in reverse order
4238 * src/gtk/pluginwindow.c
4239 implement function of load and unload button
4241 * src/gtk/prefswindow.c
4242 * src/gtk/prefswindow.h
4243 rename register function and add new unregister
4246 * src/plugins/spamassassin/spamassassin_gtk.c
4247 unregister prefs page and update for changes in
4248 src/gtk/prefswindow.c
4250 2003-01-02 [paul] 0.8.8claws41
4253 updated by Ricardo Mones Lastra
4258 fixes and improvements by Urke MMI
4260 2003-01-02 [thorsten] 0.8.8claws40
4263 fixed wrong return value
4265 2003-01-02 [thorsten] 0.8.8claws39
4268 fixed printing wrong variable
4270 2003-01-02 [thorsten] 0.8.8claws38
4273 fixed acessing members of freed pfile struct
4275 2003-01-02 [thorsten] 0.8.8claws37
4278 detect loops across several messages
4279 as suggested by Christoph Hohmann
4281 2003-01-01 [match] 0.8.8claws36
4284 fixed another memory leak.
4286 2003-01-01 [match] 0.8.8claws35
4289 fixed memory leaks. applied Doxygen comments.
4291 2003-01-01 [thorsten] 0.8.8claws34
4294 inhibit endless loop if msg references itself
4295 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4297 2003-01-01 [christoph] 0.8.8claws33
4300 * src/gtk/Makefile.am
4301 * src/gtk/pluginwindow.c ** NEW **
4302 * src/gtk/pluginwindow.h ** NEW **
4305 * src/plugins/demo/demo.c
4306 * src/plugins/spamassassin/spamassassin.c
4307 * src/plugins/spamassassin/spamassassin_gtk.c
4308 write better plugin descriptions
4310 2002-12-31 [christoph] 0.8.8claws32
4312 * src/gtk/prefswindow.c
4313 * src/plugins/spamassassin/spamassassin_gtk.c
4314 some small improvements to GTK code
4316 2002-12-31 [christoph] 0.8.8claws31
4318 * src/plugins/spamassassin/spamassassin_gtk.c
4319 enable folder select button
4321 2002-12-31 [christoph] 0.8.8claws30
4324 * src/gtk/Makefile.am
4325 * src/gtk/prefswindow.c ** NEW **
4326 * src/gtk/prefswindow.h ** NEW **
4327 add new prefs window
4329 * src/common/plugin.c
4330 don't try to load empty config lines
4332 * src/plugins/spamassassin/Makefile.am
4333 * src/plugins/spamassassin/spamassassin.c
4334 * src/plugins/spamassassin/spamassassin.h ** NEW **
4335 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
4336 GTK config for SpamAssassin Plugin using
4337 the new prefs window
4339 2002-12-31 [paul] 0.8.8claws29
4342 remove obsolete entry 'src/menu.c'
4344 2002-12-31 [alfons] 0.8.8claws28
4347 * src/matcher_parser_parse.y
4348 * src/prefs_matcher.c
4349 add "ignore_thread" and "~ignore_thread" condition so it's
4350 possible to make the actions / scoring operate on the ignore
4353 2002-12-31 [christoph] 0.8.8claws27
4359 * src/prefs_account.c
4360 * src/prefs_actions.c
4361 * src/prefs_customheader.c
4362 * src/prefs_display_header.c
4367 * src/common/prefs.[ch]
4368 extend prefs file handling for reading and automatic handling
4369 of blocks. When reading prefs_set_block_label will automatically
4370 move on to the block. When writing it will copy all other blocks
4373 * src/common/plugin.c
4374 Now loading plugin filenames from [Plugins] block in
4377 2002-12-30 [christoph] 0.8.8claws26
4379 * src/common/hooks.[ch]
4380 return abort status to caller of hooks_invoke
4383 invoke message filtering hook and stop
4384 default handling when filter returns abort
4386 * src/common/plugin.[ch]
4387 * src/plugins/demo/demo.c
4388 modify plugin loader, because resolving symbols for strings
4389 does not work correctly
4392 * ac/spamassassin.m4 ** NEW **
4393 * src/plugins/spamassassin/.cvsignore ** NEW **
4394 * src/plugins/spamassassin/Makefile.am ** NEW **
4395 * src/plugins/spamassassin/README ** NEW **
4396 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
4397 * src/plugins/spamassassin/spamassassin.c ** NEW **
4398 * src/plugins/spamassassin/utils.[ch] ** NEW **
4399 add spamassassin plugin, see src/plugins/spamassassin/README
4402 2002-12-29 [alfons] 0.8.8claws25
4405 when moving focus from a message view to the main
4406 window, don't forget to select the summary node
4407 of the displayed message. should fix "[ 659103 ]
4408 focus-follows-mouse confuses sylpheed"
4410 2002-12-29 [christoph] 0.8.8claws24
4413 * src/stringtable.[ch] ** REMOVE **
4414 * src/common/Makefile.am
4415 * src/common/stringtable.[ch] ** NEW **
4416 move stringtable files to common directory
4418 2002-12-29 [christoph] 0.8.8claws23
4421 * src/menu.[ch] ** REMOVE **
4422 * src/gtk/Makefile.am
4423 * src/gtk/menu.[ch] ** NEW **