1 2003-03-02 [christoph] 0.8.10claws71
3 * src/common/passcrypt.c
6 2003-03-02 [christoph] 0.8.10claws70
11 * src/common/.cvsignore
12 * src/common/Makefile.am
13 * src/common/passcrypt.c ** NEW **
14 * src/common/passcrypt.h.in ** NEW **
15 Implement password encryption in config files
16 using unix encrypt and setkey functions. The crypt
17 key can be set as a configure parameter. Old
18 passwords will be converted if they do not begin
21 2003-03-02 [paul] 0.8.10claws69
26 2003-03-01 [thorsten] 0.8.10claws68
34 corrected format strings
37 (fix compile errors with GNU gettext-0.11.5)
39 2003-03-01 [oliver] 0.8.10claws67
43 2003-03-01 [oliver] 0.8.10claws66
47 menu callbacks call toolbar_menu_reply
49 callbacks from menu handled by toolbar_menu_reply
51 2003-03-01 [paul] 0.8.10claws65
54 revert commit 0.8.10claws54 - breaks editing of
58 update Bulgarian translation, submitted by
61 2003-02-28 [christoph] 0.8.10claws64
67 * src/gtkxtext.h ** REMOVE **
78 * src/common/ssl_certificate.c
79 * src/gtk/colorlabel.c
82 o remove code obsoleted by new cache and folder system rework
84 2003-02-28 [oliver] 0.8.10claws63
87 * fix bug where reply in Messageview replied to
88 Message displayed in summaryview
89 (reportedd via ML by chinatinte at gmx dot ch)
90 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
91 didn't work in separate MessageView Toolbar
92 (wondering if anybody uses this at all ?)
93 * src/summaryview.[ch]
94 use toolbar.c's toolbar_reply instead of summary_reply (removed)
95 (generalize reply and forward code);
97 remove focus_in event which updated summaryview to messageview
99 2003-02-28 [paul] 0.8.10claws62
102 add the --check option
103 Patch submitted by Ricardo Mones Lastra
105 2003-02-28 [paul] 0.8.10claws61
107 * src/prefs_account.c
108 re-order 'Signature' items
110 2003-02-28 [paul] 0.8.10claws60
112 * sync with 0.8.10cvs20
113 see ChangeLog 2003-02-28
115 2003-02-28 [paul] 0.8.10claws59
118 update to reflect recent movement of files
120 2003-02-28 [paul] 0.8.10claws58
122 * sync with 0.8.10cvs19
123 see ChangeLog 2003-02-28
125 2003-02-27 [martin] 0.8.10claws57
127 * src/prefs_matcher.c
128 fix segfault in prefs_matcher_ok() when the
129 last entry is deleted and prevents that the
130 message "entry not saved" comes up after deleting
133 2003-02-27 [martin] 0.8.10claws56
135 * src/prefs_filtering.c
136 fix segfault in prefs_filtering_ok() when the
137 last entry is deleted and prevents that the
138 message "entry not saved" comes up after deleting
141 2003-02-27 [paul] 0.8.10claws55
143 * sync with 0.8.10cvs18
144 see ChangeLog 2003-02-27
146 2003-02-27 [paul] 0.8.10claws54
149 fix bug where the address book crashes with
151 Patch [687729] submitted by David Frager
152 <dbfrager@users.sourceforge.net>
154 2003-02-25 [christoph] 0.8.10claws53
157 * src/colorlabel.[ch] ** REMOVE **
158 * src/gtk/Makefile.am
159 * src/gtk/colorlabel.[ch] ** NEW **
160 move colorlabel files to gtk directory
162 * src/esmtp.[ch] ** REMOVE **
163 has been merged into smtp.[ch] in 0.7.5
165 2003-02-25 [christoph] 0.8.10claws52
168 * src/about.[ch] ** REMOVE **
169 * src/gtk/Makefile.am
170 * src/gtk/about.[ch] ** NEW **
171 move about files to gtk directory
173 2003-02-25 [christoph] 0.8.10claws51
176 some code optimization of folder scanning code
178 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
180 2003-02-25 [christoph] 0.8.10claws50
183 * src/common/sylpheed.c
184 add command line parameter parsing to common code
186 2003-02-24 [christoph]
190 fix gnome prefix problems, the configure script now removed
191 `gnome-config --prefix` from `gnome-config --datadir`
192 and adds $(prefix} instead
194 (closes Bug 24 Makefile does not respect prefix when installing
197 2003-02-24 [christoph] 0.8.10claws49
200 check for valid session before trying to authenticate
202 (closes Bug 60 crash if "authenticate on logon" is activated
203 and newsserver-hostname is not valid)
205 2003-02-24 [melvin] 0.8.10claws48
207 * src/prefs_actions.c
208 Make sure all user's input is sent to the action and then
211 2003-02-23 [alfons] 0.8.10claws46
214 also wait cursor when deleting files
218 * tools/freshmeat_search.pl
219 tools/google_search.pl
220 scripts should now work for any browser/browser command line
222 2003-02-22 [christoph] 0.8.10claws45
225 fix IMAP flag setting, IMAP flag is not handled correctly
226 anymore by the folder system and information about the
227 folder should not be saved in the MsgInfo (in my opinion)
229 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
231 2003-02-22 [christoph] 0.8.10claws44
234 fix spelling of "label" ;-)
236 2003-02-22 [thorsten] 0.8.10claws43
239 src/prefs_common.[ch]
241 do not use description as attachment name
243 2003-02-22 [alfons] 0.8.10claws42
246 freeze/thaw folder item updates when changing color labels,
247 and put a wait cursors on
249 2003-02-22 [thorsten] 0.8.10claws41
252 save-all fixes: crash if invoked on multipart container,
253 mimeinfo access, pathseparators, error dialog
255 2003-02-21 [alfons] 0.8.10claws40
260 2003-02-21 [colin] 0.8.10claws39
265 2003-02-21 [colin] 0.8.10claws38
268 Freeze/thaw folderItem updates when filtering messages
269 via Tools/Filter messages
271 2003-02-21 [paul] 0.8.10claws37
274 revert commit 0.8.10claws26, there are ulterior motives
275 for users to set a Reply-To header when posting to
278 2003-02-21 [paul] 0.8.10claws36
280 * sync with 0.8.10cvs17
281 see ChangeLog 2003-02-21
283 2003-02-20 [christoph] 0.8.10claws35
286 IMAP UID fetch speedup using SEARCH
288 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
291 fix problem with UIDs in IMAP UID cache that no longer existed
293 2003-02-20 [christoph] 0.8.10claws34
298 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
300 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
303 Rewrite imap_cmd_gen_recv use sock_getline instead
304 of sock_gets to avoid problems with too long reply
307 2003-02-20 [colin] 0.8.10claws33
309 * src/prefs_account.c
312 2003-02-20 [colin] 0.8.10claws32
315 Remove useless '&& !to_sender'
320 change my e-mail address
322 2003-02-19 [colin] 0.8.10claws31
325 X11 style colors for every configurable color
327 2003-02-19 [alfons] 0.8.10claws30
331 for color_new accept both plain integers and X11 style color
332 names (as found in /usr/lib/X11/rgb.txt)
334 2003-02-19 [paul] 0.8.10claws29
337 add tooltips to online/offline button and account selector
340 2003-02-19 [paul] 0.8.10claws28
344 src/prefs_account.[ch]
345 src/prefs_common.[ch]
346 move 'Maximum number of articles to download' to
348 clean up account prefs gui a little by hiding entries
349 rather then greying out entries
351 2003-02-19 [hiro] 0.8.10claws27
354 fix bug #54 'yesterdays date is displayed in the message
357 2003-02-19 [paul] 0.8.10claws26
360 fix bug reported in Feature Request [688596]
361 'Reply-to header in news'
363 2003-02-18 [paul] 0.8.10claws25
366 add a 'List all keys' button to key selection dialog
368 2003-02-18 [colin] 0.8.10claws24
373 2003-02-18 [colin] 0.8.10claws23
375 * src/common/smtp.[ch]
377 Try to starttls if it seems to be the only
378 way to authenticate a user
380 2003-02-18 [paul] 0.8.10claws22
384 src/stock_pixmap.[ch]
385 src/pixmaps/drafts_close.xpm ** NEW FILE **
386 src/pixmaps/drafts_open.xpm ** NEW FILE **
387 as a Drafts folder is a special folder allow it to have
390 2003-02-18 [colin] 0.8.10claws21
393 Fix port selection when using starttls
395 2003-02-18 [paul] 0.8.10claws20
398 src/prefs_common.[ch]
399 make blue the default new mail colour
401 2003-02-18 [paul] 0.8.10claws19
403 * sync with 0.8.10cvs14
404 see ChangeLog 2003-02-18
406 2003-02-17 [jens] 0.8.10claws18
409 fixed a compile problem with gcc 3.3
410 works on 2.95.3 too (testet on PPC as it is big endian)
412 2003-02-17 [paul] 0.8.10claws17
414 * sync with 0.8.10cvs13
415 see ChangeLog 2003-02-17
417 2003-02-17 [paul] 0.8.10claws16
419 * sync with 0.8.10cvs12
420 see ChangeLog 2003-02-17
422 2003-02-16 [match] 0.8.10claws15
425 Eliminates reloading of address data when items
426 deleted or added. Applied submitted by
427 Luke Plant <lukeplant@softhome.net>
429 2003-02-16 [paul] 0.8.10claws14
432 when a 'protocol error' is encountered disconnect from
433 the server. This means that the user can carry on viewing
434 other articles and doesn't have to either wait until the
435 server timesout or quit sylpheed.
436 Fixes bug #53 'Unable to read messages in newsgroups,
437 displayed message doesn't change'
439 2003-02-15 [christoph] 0.8.10claws13
442 fix bug that stopped scanning of folders when an
443 IMAP folder was empty
445 (closes bug 46 stop scan messages in folders after empty folder)
451 tools/freshmeat_search.pl ** NEW FILE **
452 tools/google_search.pl ** NEW FILE **
453 Add 2 Actions scripts which search freshmeat/google
454 for the selected text using the browser configured
457 Note: These scripts are very dependent on the format of the
458 browser command and may not work on every occasion. Testing
461 2003-02-14 [alfons] 0.8.10claws12
464 fix breakage because of uninitialized account pointer.
467 2003-02-14 [paul] 0.8.10claws11
470 src/prefs_account.[ch]
471 src/prefs_common.[ch]
472 move signature settings to Account Prefs
474 2003-02-14 [paul] 0.8.10claws10
476 * sync with 0.8.10cvs11
477 see ChangeLog 2003-02-14
479 2003-02-13 [thorsten] 0.8.10claws9
482 revert news progressbar (GUI separation)
484 2003-02-13 [paul] 0.8.10claws8
487 make replies behave correctly, re: RFC 1036, Section 2.2.3,
490 2003-02-13 [paul] 0.8.10claws7
494 fix 'Follow-up and Reply-to' so that it creates a reply to
495 the newsgroup and the sender. If the message has the keyword
496 'poster' in the Followup-To header, all replies go to the
497 sender, re: RFC 1036, Section 2.2.3
498 rename all instances of 'ignore_replyto' to 'to_sender', both
499 were previously used, now we use just one.
501 2003-02-13 [paul] 0.8.10claws6
503 * sync with 0.8.10cvs9
504 see ChangeLog 2003-02-13
506 2003-02-13 [paul] 0.8.10claws5
509 show which plugins are configured in the configure
512 2003-02-12 [thorsten] 0.8.10claws4
515 show progress while fetching news headers
517 2003-02-12 [christoph] 0.8.10claws3
520 * src/plugins/Makefile.am
521 use AM_CONDITIONAL to enable plugins, automake correctly
522 manages this when creating distdir
524 2003-02-12 [christoph] 0.8.10claws2
527 * src/plugins/spamassassin/Makefile.am
528 fix building SpamAssassin plugin without OpenSSL
530 2003-02-12 [paul] 0.8.10claws1
534 src/plugins/Makefile.am
535 fix failure of 'make release'
537 2003-02-12 [paul] 0.8.10claws
539 * 0.8.10claws released
541 2003-02-12 [paul] 0.8.9claws56
548 updated translations by George Danchev, Ricardo Mones Lastra,
549 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
552 Allow the building of RPMs by a regular user. Submitted
555 2003-02-11 [alfons] 0.8.9claws55
558 don't use pixmaps for label color rect but draw rectangles
559 so we can respect the color map of palette based visuals
560 (fixes the long time crashes on Suns - thanks to Andreas
561 Engel and Steve O'Hara-Smith for testing)
563 2003-02-11 [christoph] 0.8.9claws54
565 * src/matcher_parser_parse.y
566 correct bug where filering rules of not existing folders in
567 matcherrc were added to global filtering
569 (closes Debian Bug #180253 - Directory's filter-rules are merged with
570 main filter-rules after removing directory, http://bugs.debian.org/180253)
572 2003-02-11 [paul] 0.8.9claws53
574 * sync with 0.8.10cvs7
575 see ChangeLog 2003-02-09
577 2003-02-11 [melvin] 0.8.9claws52
580 Updated French tranlsations
582 2003-02-10 [paul] 0.8.9claws51
585 correct --enable-openssl
586 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
588 2003-02-09 [martin] 0.8.9claws50
590 * src/prefs_matcher.c
591 fix segfault in prefs_matcher_substitute_cb() when
594 2003-02-09 [paul] 0.8.9claws49
597 fix bug where a newsgroup folder's processing rules were
598 merged with the global filtering rules when the newsgroup
599 folder was deleted, causing some seriously bad results,
600 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
602 2003-02-08 [melvin] 0.8.9claws48
605 Corrected and modified an alert message.
607 2003-02-07 [paul] 0.8.9claws47
610 fix bug where both an 'Account properties' window and a
611 'Folder properties' window were opened when clicking on
612 'Properties' in an NNTP or IMAP folder's popup menu.
614 2003-02-07 [paul] 0.8.9claws46
616 * sync with 0.8.10cvs6
617 see ChangeLog 2003-02-06
619 2003-02-06 [christoph] 0.8.9claws45
622 freeze folder updates while importing mbox files
623 (closes bug 43 importing mbox took hours)
625 Patch submitted by Jens Rantil <jens.rantil@telia.com>
627 2003-02-06 [thorsten] 0.8.9claws44
630 Updated german translations
632 2003-02-06 [thorsten] 0.8.9claws43
635 use guint for message numbers (fix count in grouplist dialog)
637 2003-02-05 [paul] 0.8.9claws42
639 * sync with 0.8.10cvs2
640 see ChangeLog 2003-02-05
642 2003-02-04 [colin] 0.8.9claws41
644 * src/prefs_common.[ch]
647 Add an option to disable threading by subject
649 2003-02-04 [christoph] 0.8.9claws40
652 only abort fetching mails from multiple accounts when the
653 error is fatal and does not allow to check any more accounts
654 (currently only disk full error)
656 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
657 receive mails for other accouts)
659 2003-02-04 [christoph] 0.8.9claws39
662 first add the new message to the cache, then
663 send the update notification
665 (closes bug 39 after sending message folderview doesnt get updated)
667 2003-02-04 [colin] 0.8.9claws38
670 _really_ fix this Connecting... status
672 2003-02-04 [paul] 0.8.9claws37
675 see ChangeLog 2003-02-04
677 2003-02-04 [paul] 0.8.9claws36
679 * sync with 0.8.9cvs6
680 see ChangeLog 2003-02-03
682 2003-02-04 [paul] 0.8.9claws35
685 updated by André Filipe de Assunção e Brito
686 <bedecko@netsite.com.br>
688 2003-02-03 [thorsten] 0.8.9claws34
691 Updated german translations
693 2003-02-02 [paul] 0.8.9claws33
696 updated by Ricardo Mones Lastra
698 2003-02-02 [thorsten] 0.8.9claws32
701 Fix mh_get_msginfo() segfault if file is inaccessible
703 2003-01-31 [colin] 0.8.9claws31
706 Fix last commit's bug
708 2003-01-31 [colin] 0.8.9claws30
711 Missing a change for gpg-signed messages
713 2003-01-31 [paul] 0.8.9claws29
715 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
717 src/stock_pixmap.[ch]
719 indicate GnuPG signed messages by displaying an icon
720 in the Attachment column.
722 2003-01-31 [paul] 0.8.9claws28
724 * sync with 0.8.9cvs4
725 see ChangeLog 2003-01-31
727 2003-01-31 [alfons] 0.8.9claws27
730 tune URI parser to accept mailto URLs with a '?'
731 (patch from Ruslan Balkin)
733 2003-01-31 [colin] 0.8.9claws26
736 Fix a leak introduced in claws24
738 2003-01-31 [colin] 0.8.9claws25
741 Freeze/Thaw folder updates when deleting dups
743 2003-01-31 [colin] 0.8.9claws24
748 little speed improvements
750 2003-01-31 [colin] 0.8.9claws23
753 Fix segfault when forwarding nothing
754 Patch from "Ruslan N. Balkin" <baron@voices.ru>
756 2003-01-30 [paul] 0.8.9claws22
758 * sync with 0.8.9cvs3
759 see ChangeLog 2003-01-30
761 2003-01-30 [paul] 0.8.9claws21
763 * sync with 0.8.9cvs2
764 see ChangeLog 2003-01-30
766 2003-01-29 [paul] 0.8.9claws20
768 * sync with 0.8.9cvs1
769 see ChangeLog 2003-01-29
771 2003-01-28 [paul] 0.8.9claws19
774 update to reflect changes.
775 thanks to Ricardo Mones Lastra
777 2003-01-27 [christoph] 0.8.9claws18
781 * src/plugins/spamassassin/README
782 * src/plugins/spamassassin/libspamc.[ch]
783 * src/plugins/spamassassin/utils.[ch]
784 updated to latest libspamc
786 2003-01-27 [christoph] 0.8.9claws17
789 fix wrong use of procheader_get_header_fields
791 2003-01-27 [christoph] 0.8.9claws16
794 * src/prefs_account.[ch]
795 * src/common/nntp.[ch]
796 allow to force authentication for NNTP servers
798 Patch submitted by Florian Mickler <dmk@d-labs.de>
800 2003-01-26 [paul] 0.8.9claws15
803 speed up of marking messages as read
804 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
806 2003-01-26 [christoph] 0.8.9claws14
809 * src/mgutils.[ch] ** REMOVE **
810 * src/xml.[ch] ** REMOVE **
811 * src/xmlprops.[ch] ** REMOVE **
812 * src/common/Makefile.am
813 * src/common/mgutils.[ch] ** NEW **
814 * src/common/xml.[ch] ** NEW **
815 * src/common/xmlprops.[ch] ** NEW **
816 move xml files to common directory
818 2003-01-26 [christoph] 0.8.9claws13
820 * src/plugins/spamassassin/spamassassin_gtk.c
821 only set gtk entry text if string is available
823 2003-01-26 [melvin] 0.8.9claws12
825 * src/description_window.c
826 Allow resizing of the window
827 Allow automatic horizontal scroll bar
828 Do not vertically expand and fill
830 2003-01-26 [christoph] 0.8.9claws11
833 * src/gtkutils.[ch] ** REMOVE **
834 * src/common/sylpheed.c
835 * src/gtk/Makefile.am
836 * src/gtk/description_window.c
837 * src/gtk/gtkutils.[ch] ** NEW **
838 * src/gtk/prefswindow.c
839 move gtkutils to gtk directory
841 2003-01-26 [paul] 0.8.9claws10
844 rename summary_unread_clicked() to summary_status_clicked()
846 2003-01-26 [melvin] 0.8.9claws9
848 * src/prefs_actions.c
849 Cosmetical changes to the help text
851 2003-01-26 [paul] 0.8.9claws8
856 src/prefs_sumamry_column.c
858 rename the 'Unread' column to 'Status'
860 2003-01-25 [match] 0.8.9claws7
863 removed reference to LDAP constants. removed error2string.
864 included functions to support LDAP dynamic queries.
866 moved LDAP constants here.
870 removed references to LDAP constants and references to
873 2003-01-25 [paul] 0.8.9claws6
876 summary_thread_build(), summary_thread_init(): remove
877 unneeded reference to summaryview->folder_item
879 2003-01-25 [christoph] 0.8.9claws5
881 * src/gtk/description_window.c
882 o allow description texts to expand over multiple columns
883 o translate all columns
884 * src/prefs_actions.c
885 change syntax description to use new multi column feature
887 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
889 2003-01-25 [match] 0.8.9claws4
892 fixed bug with Quoted-Printable
894 2003-01-25 [paul] 0.8.9claws3
898 implement per-folder collapsed/expanded threads setting
901 remove global collapsed/expanded threads option
903 2003-01-25 [christoph] 0.8.9claws2
906 add pluginwindow and prefswindow
908 make send respond correctly to messages that could be added
909 to the queue folder, but the UID of the message is unknown
912 don't return guessed UIDs in imap_add_msg anymore. We return
913 0 to tell the folder system it was appened but the UID is
914 unknown. Folder system now get's the UID by scaning the folder
915 and searching the cache for the Message-ID
916 (closes bug #29 Messages queued, but not sent)
918 2003-01-25 [paul] 0.8.9claws1
921 conv_encode_header(): fix bug when long headers with 8-bit
922 characters are used, so that the encoded words are wrapped.
923 If the space in the original text falls on the wrap boundary,
925 Patch by Sergey Vlasov.
928 fix bug where a change to the sorting method or thread view
929 of a folder's messages is lost if simpify-subject is set and
933 2003-01-24 [paul] 0.8.9claws
935 * sylpheed-0.8.9claws released
939 remove reference to 'INSTALL.jp'
941 2003-01-23 [paul] 0.8.8claws128
947 updated translations. submitted by Ricardo Mones Lastra,
948 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
950 2003-01-23 [colin] 0.8.8claws127
953 Fix drafted and queued news articles re-edition
955 2003-01-23 [melvin] 0.8.8claws126
958 Updated French translations
960 2003-01-23 [colin] 0.8.8claws125
963 Fix "Connecting to..." status message
965 2003-01-22 [paul] 0.8.8claws124
968 updated by George Danchev
971 revert last commit [0.8.8claws111] as it breaks folder d'n'd
974 2003-01-21 [paul] 0.8.8claws123
977 updated by George Danchev
983 don't translate 'Separator'
985 * src/plugins/spamassassin/Makefile.am
986 add aspell to CPPFLAGS
988 * src/plugins/spamassassin/spamassassin.c
989 src/plugins/spamassassin/spamassassin_gtk.c
990 set correct default for spamassassin_receive_spam
991 slightly re-word descriptions and some
994 2003-01-19 [alfons] 0.8.8claws122
997 mimeview_save_as(): we might as well show the file name for
998 the single case "Save As" too
1000 2003-01-19 [alfons] 0.8.8claws121
1003 change bug tracker URL to bugzilla URL
1005 2003-01-19 [alfons] 0.8.8claws120
1008 mimeview_save_all(): display name of file before overwriting;
1009 continue saving all, even when one overwrite was cancelled
1011 2003-01-19 [christoph] 0.8.8claws119
1015 fix wrong usage of procmsg_find_children in summaryview
1016 by using procmsg_update_unread_children instead of
1017 summaryview_update_unread_children
1019 2003-01-19 [christoph] 0.8.8claws118
1022 fix infinite loop in procmsg_find_children
1023 (closes bug #25 sylpheed crashes on delete.)
1025 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1027 2003-01-19 [paul] 0.8.8claws117
1030 updated by Ivan Francolin Martinez
1032 2003-01-18 [melvin] 0.8.8claws116
1034 * src/prefs_actions.c
1035 Removed syntax limitation of only one '&' at the end of command.
1036 Now actions that contain '>/dev/null 2>&1' are possible.
1038 2003-01-18 [melvin] 0.8.8claws115
1040 * src/prefs_actions.c
1041 Actions IO dialog: when the action ends
1042 the "Close" button now has focus and [Escape] closes the
1045 2003-01-18 [christoph] 0.8.8claws114
1048 o add debug output when MsgInfos are really freed
1049 o free GSLists in procmsg_find_children and
1050 procmsg_update_unread_children
1052 2003-01-18 [christoph] 0.8.8claws113
1055 reorder Configuration menu
1057 2003-01-18 [christoph] 0.8.8claws112
1060 fix applying templates to forwarded messages
1062 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1064 2003-01-17 [christoph] 0.8.8claws111
1067 destroy folder items, when a folder item is removed
1069 2003-01-17 [christoph] 0.8.8claws110
1072 fix wrong folder stats update when ignored message is
1075 2003-01-17 [colin] 0.8.8claws109
1079 Quicksearch bugfixes:
1080 - hide help button at startup if not extended
1081 - switch to extended when looking for replies
1085 * sync with 0.8.9 release
1087 2003-01-17 [paul] 0.8.8claws108
1089 * sync with 0.8.8cvs11
1090 see ChangeLog 2003-01-17
1092 2003-01-16 [colin] 0.8.8claws107
1095 Changed encryption test to re-ask passphrase
1096 if an encrypted message hasn't been decrypted
1099 2003-01-16 [christoph] 0.8.8claws106
1102 * src/prefs_toolbar.c
1103 * src/gtk/prefswindow.h
1104 * src/plugins/spamassassin/spamassassin_gtk.c
1105 remove page destroy function that is not used anymore
1107 2003-01-16 [paul] 0.8.8claws105
1109 * sync with 0.8.8cvs9
1110 see ChangeLog 2002-01-16
1112 2003-01-16 [colin] 0.8.8claws104
1115 Fix bug with autosaved drafts for IMAP, when draft
1116 folder is specified - fixes bugzilla bug #20
1118 2003-01-15 [paul] 0.8.8claws103
1122 store folder and message-id of message forwarding
1123 in queue header and set forward flag after sending
1125 2003-01-15 [paul] 0.8.8claws102
1127 * sync with 0.8.8cvs8
1128 see ChangeLog 2002-01-15
1130 2003-01-15 [colin] 0.8.8claws101
1133 Fix linking with GNU libiconv
1135 2003-01-15 [darko] 0.8.8claws100
1138 fix crash when importing pine address book
1139 entry with an empty name (reported by DY
1140 <dybulk at tri8.net>)
1142 2003-01-14 [paul] 0.8.8claws99
1144 * configure.in ** REMOVED **
1145 configure.ac ** NEW FILE **
1146 rename configure.in to configure.ac, as it is now
1149 2003-01-14 [melvin] 0.8.8claws98
1152 folderview_check_new(): More precise function description
1154 2003-01-14 [melvin] 0.8.8claws97
1157 folderview_check_new(): return the number of new messages
1160 inc_account_mail(): Disable counting of new messages for IMAP
1161 and NNTP until bug [19] and [14] are fixed.
1163 2003-01-14 [paul] 0.8.8claws96
1165 * sync with 0.8.8cvs6
1166 see ChangeLog 2003-01-14
1168 2003-01-13 [alfons] 0.8.8claws95
1171 tune email address validation (c. 0.8.8claws89): if . is
1172 just one char away from @, the address is invalid too
1173 (correctly rejects addresses like foo@.com)
1175 2003-01-13 [paul] 0.8.8claws94
1179 fixes to the Message View toolbar and menu:
1180 fix non-functioning Forward button
1181 make Reply button consider default_reply_list
1182 remove 'Follow-up...' menu entry
1183 add 'Forward' and 'Redirect' menu entries
1185 2003-01-13 [melvin] 0.8.8claws93
1188 Fixed typo that could make new messages count incorrect.
1190 2003-01-13 [melvin] 0.8.8claws92
1192 * src/folderview.[ch]
1193 folderview_check_new(): return the number of new messages.
1195 Should fix bug [14] where new mail notification worked
1196 incorrectly with IMAP accounts.
1197 inc_spool_account(): return number of new msgs, or -1 on error
1198 inc_all_spool(): return number of new msgs
1200 2003-01-13 [melvin] 0.8.8claws91
1202 * src/prefs_actions.c
1205 2003-01-12 [thorsten] 0.8.8claws90
1207 * src/common/prefs.c
1208 close file before rename
1210 2003-01-12 [alfons] 0.8.8claws89
1213 add Christian Mertes
1214 * src/common/utils.[ch]
1215 g_stricase_hash(), g_stricase_equal(): functions for
1216 case insensitive hash tables
1218 use top level domain names to validate email address, based
1219 on a patch by Christian Mertes (thanks!), but changed
1220 implementation to use a hash table
1222 2003-01-12 [paul] 0.8.8claws88
1225 updated by George Danchev
1227 2003-01-12 [alfons] 0.8.8claws87
1230 delete / execute performance: use new style folder update
1232 2003-01-12 [paul] 0.8.8claws86
1234 * sync with 0.8.8cvs5
1235 see ChangeLog 2003-01-13 (!)
1237 2003-01-12 [alfons] 0.8.8claws85
1240 * src/matcher_parser_parse.y
1241 prepare change_score filtering action
1243 give up const-correctness on functions that call non-const-correct functions;
1244 several casts to gpointer in g_free();
1247 2003-01-12 [christoph] 0.8.8claws84
1252 * src/gtk/prefswindow.[ch]
1253 * src/plugins/spamassassin/spamassassin_gtk.c
1254 changed the call of the widget create function
1255 for PrefsPages, because sometimes the widget
1256 create function needs a widget that already has
1257 been attached to a window (to create GDK pixmaps
1258 for exmaple). So we simply pass the GtkWindow as
1259 the second parameter now.
1263 * src/prefs_toolbar.[ch]
1264 rewrite Toolbar Preferences using the new
1267 2003-01-11 [alfons] 0.8.8claws83
1270 fix crash when adding sender to addressbook because status bar
1271 isn't there (the status bar doesn't seem to be used though,
1272 but I'll let Match decide what to do with it)
1274 2003-01-11 [colin] 0.8.8claws82
1278 Two useless changes reversed
1280 2003-01-11 [colin] 0.8.8claws81
1284 Add mainwindow_get_mainwindow()
1287 Add alertpanel_error_log()
1294 Network errors get a View Log button
1296 2003-01-10 [alfons] 0.8.8claws80
1298 * src/prefs_toolbar.c
1300 use the translatable string for "Separator" as file name for
1301 separator toolbar items (probably make this uppercase?)
1303 2003-01-10 [alfons] 0.8.8claws79
1305 * src/prefs_toolbar.c
1306 put right A_SEPARATOR description string in "displayed
1307 toolbar items list" so manually added separators are
1308 saved correctly (bug #10, "Adding a separator to the main
1309 toolbar fails, entry in xml file is wrong")
1311 2003-01-10 [christoph] 0.8.8claws78
1315 o use CAPABILITY to check if NAMESPACE is available
1317 2003-01-10 [christoph] 0.8.8claws77
1320 apply UIDPLUS IMAP extension support patch
1322 Patch submitted by Simon 'corecode' Schubert
1324 2003-01-10 [paul] 0.8.8claws76
1327 a sync from main which fixes the news account folders'
1330 2003-01-10 [christoph] 0.8.8claws75
1333 don't accept 0 as a valid uid returned by copy and move
1334 functions. 0 means the message was copied or moved but the
1335 new uid could not be fetched. It is not an error condition
1336 for the copy or move operation.
1338 2003-01-10 [paul] 0.8.8claws74
1340 * src/prefs_filtering.c
1341 change English used in Alert when entry is not
1344 * sync with 0.8.8cvs4
1345 see ChangeLog 2003-01-10
1347 2003-01-10 [darko] 0.8.8claws73
1350 fix crash when importing address book entry
1351 without a valid address
1353 2003-01-09 [alfons] 0.8.8claws72
1356 filtering performance: use new style folder update
1358 2003-01-09 [christoph] 0.8.8claws71
1362 fix wrong selecting of mime encoding type, when
1363 opening property dialog of attachments in the
1364 compose window. 7bit was always selected and that
1365 destoryed files with 8bit data.
1366 (closes bug #9 Sylpheed-claws destroys attachments when
1367 changing MIME-types)
1369 2003-01-09 [paul] 0.8.8claws70
1371 * sync with 0.8.8cvs3
1372 see ChangeLog 2003-01-09
1374 2003-01-08 [alfons] 0.8.8claws69
1377 apply patch by Kim Schulz to fix build breakage
1378 because of missing variable
1380 2003-01-08 [paul] 0.8.8claws68
1382 * sync with 0.8.8cvs2
1383 see ChangeLog 2002-01-08
1385 2003-01-08 [paul] 0.8.8claws67
1388 updated by Alessandro Maestri
1391 when using 'Add sender to addressbook' allow
1392 name to be edited and remarks to be entered
1393 Patch submitted by Luke Plant
1395 2003-01-08 [darko] 0.8.8claws66
1397 * README.claws, src/summaryview.c
1398 fix description for marked messages
1403 tools/launch_phoenix ** NEW FILE **
1404 add script that enables using Phoenix as the default
1406 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
1408 * tools/OOo2sylpheed.pl
1409 remove full path to sylpheed executable, just 'sylpheed'
1413 add launch_phoenix informtion and re-arrange and compress
1416 2003-01-07 [christoph] 0.8.8claws65
1419 fix update for source folder when moving messages
1422 use function to set to_folder for message infos and
1423 automatically update the op_count for old and new
1426 2003-01-07 [melvin] 0.8.8claws64
1428 * src/prefs_actions.c
1429 Fixed bug where an '%p' Action on a displayed image crashed
1431 Code clean up (get rid of duplicated code and removed unnecessary
1434 2003-01-07 [christoph] 0.8.8claws63
1444 * src/prefs_folder_item.c
1448 o remove all folder update triggering from the UI code. The folder
1449 system should know much better when a folder needs an update.
1450 o to prevent multiple updates in a row the folder updates can be
1451 frozen for some time.
1453 Note: - Please verify that no updates are missing
1454 - Check where freeze/thaws should be added
1456 2003-01-07 [christoph] 0.8.8claws62
1458 * src/prefs_actions.c
1459 don't translate empty strings
1461 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1463 2003-01-06 [christoph] 0.8.8claws61
1465 * src/prefs_actions.c
1466 mark strings for gettext
1467 * src/prefs_matcher.c
1468 use new description window for Execute action and
1469 match condition in Filtering
1471 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1473 2003-01-06 [alfons] 0.8.8claws60
1475 keep myself inspired to re-organize matcher part 8;
1476 yes, more to come (I need to move out the descriptive
1477 text for actions to matcher.c, or at least make it not
1478 depend on the wicked ordering)
1480 * src/prefs_matcher.c
1481 add documentation so others may comprehend the
1482 UI part of the conditions
1484 2003-01-06 [christoph] 0.8.8claws59
1486 * src/prefs_actions.c
1487 use new description window for syntax help
1488 * src/gtk/description_window.c
1489 fix display of descriptions with column count != 2
1491 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1493 2003-01-06 [christoph] 0.8.8claws58
1496 * src/summaryview.[ch]
1497 * src/gtk/Makefile.am
1498 * src/gtk/description_window.[ch] ** NEW **
1499 use a generic window to display syntax descriptions
1500 currently used in quote_fmt and summaryview (new description
1501 for extended quick search)
1503 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1505 2003-01-06 [paul] 0.8.8claws57
1507 * sync with 0.8.8cvs1
1508 see ChangeLog 2003-01-06
1510 2003-01-06 [christoph] 0.8.8claws56
1513 * src/prefs_gtk.[ch]
1514 * src/gtk/prefswindow.[ch]
1515 * src/plugins/spamassassin/spamassassin_gtk.c
1516 o remove page management from prefswindow, pages
1517 will be an argument to prefswindow_open
1518 o prefswindow_open gets a datapointer that is
1519 passed to the widget_create function to allow
1520 creation of prefswindow for specific items
1522 2003-01-06 [colin] 0.8.8claws55
1525 We don't want regexp in the reply-finder,
1526 because MIDs can contain !,$,. and so on
1528 2003-01-06 [jens] 0.8.8claws54
1531 fixed a wrong free in jpilot_read_db_files
1533 2003-01-06 [alfons] 0.8.8claws53
1535 re-organize matcher part 8; more to come
1538 matcherprop_to_string(): put g_free()s before the
1539 switch-case break to fix memleaks
1541 2003-01-06 [colin] 0.8.8claws52
1544 cleanup & reply-finder now displays the first
1547 2003-01-05 [alfons] 0.8.8claws51
1549 re-organize matcher part 7; more to come
1552 fixes for constant correctness;
1555 2003-01-05 [alfons] 0.8.8claws50
1557 re-organize matcher part 6; more to come
1560 fixes for constant correctness;
1563 fix for constant correctness
1565 2003-01-05 [colin] 0.8.8claws49
1568 Add account_get_reply_account function
1570 Use account_get_reply_account function
1572 Basic reply-finder - click on the replied
1573 icon gets you to the outbox using quick-search
1575 2003-01-05 [paul] 0.8.8claws48
1577 * src/prefs_common.c
1578 small change to English
1580 * src/prefs_filtering.c
1581 prefs_filtering_action_select(): improve logic and uniformity
1584 2003-01-05 [alfons] 0.8.8claws47
1586 fine tune solution to focus problems (bug #7)
1589 mainwindow_focus_in_event(): remove grab event check
1591 summary_button_pressed(): move selection on right-click
1592 too. we can't possibly move the selection back after
1593 canceling a dialog, because gtk's incomplete focus
1594 management. whether this is a good solution, only time
1597 2003-01-05 [christoph] 0.8.8claws46
1600 fix crash when no imap connection could be established
1602 2003-01-05 [paul] 0.8.8claws45
1607 fix bug 605957 'shortcuts in popup-menu'
1608 make user-defined shortcuts work
1609 show shortcuts that are already defined
1611 Patch submitted by Luke Plant
1613 2003-01-05 [alfons] 0.8.8claws44
1616 focus_in_event handler should not select summary view row
1617 when another window (menu, dialog) grabbed for events
1618 (bug #7, "[0.8.8claws42] Message summary focus")
1620 2003-01-04 [christoph] 0.8.8claws43
1623 update save folder after adding the sent message
1624 (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
1626 2003-01-02 [christoph] 0.8.8claws42
1628 * src/common/plugin.c
1629 fix unloading of all plugins and unload
1630 plugins in reverse order
1632 * src/gtk/pluginwindow.c
1633 implement function of load and unload button
1635 * src/gtk/prefswindow.c
1636 * src/gtk/prefswindow.h
1637 rename register function and add new unregister
1640 * src/plugins/spamassassin/spamassassin_gtk.c
1641 unregister prefs page and update for changes in
1642 src/gtk/prefswindow.c
1644 2003-01-02 [paul] 0.8.8claws41
1647 updated by Ricardo Mones Lastra
1652 fixes and improvements by Urke MMI
1654 2003-01-02 [thorsten] 0.8.8claws40
1657 fixed wrong return value
1659 2003-01-02 [thorsten] 0.8.8claws39
1662 fixed printing wrong variable
1664 2003-01-02 [thorsten] 0.8.8claws38
1667 fixed acessing members of freed pfile struct
1669 2003-01-02 [thorsten] 0.8.8claws37
1672 detect loops across several messages
1673 as suggested by Christoph Hohmann
1675 2003-01-01 [match] 0.8.8claws36
1678 fixed another memory leak.
1680 2003-01-01 [match] 0.8.8claws35
1683 fixed memory leaks. applied Doxygen comments.
1685 2003-01-01 [thorsten] 0.8.8claws34
1688 inhibit endless loop if msg references itself
1689 (closes Bug [ 660477 ] Infinite loop in parent flag search)
1691 2003-01-01 [christoph] 0.8.8claws33
1694 * src/gtk/Makefile.am
1695 * src/gtk/pluginwindow.c ** NEW **
1696 * src/gtk/pluginwindow.h ** NEW **
1699 * src/plugins/demo/demo.c
1700 * src/plugins/spamassassin/spamassassin.c
1701 * src/plugins/spamassassin/spamassassin_gtk.c
1702 write better plugin descriptions
1704 2002-12-31 [christoph] 0.8.8claws32
1706 * src/gtk/prefswindow.c
1707 * src/plugins/spamassassin/spamassassin_gtk.c
1708 some small improvements to GTK code
1710 2002-12-31 [christoph] 0.8.8claws31
1712 * src/plugins/spamassassin/spamassassin_gtk.c
1713 enable folder select button
1715 2002-12-31 [christoph] 0.8.8claws30
1718 * src/gtk/Makefile.am
1719 * src/gtk/prefswindow.c ** NEW **
1720 * src/gtk/prefswindow.h ** NEW **
1721 add new prefs window
1723 * src/common/plugin.c
1724 don't try to load empty config lines
1726 * src/plugins/spamassassin/Makefile.am
1727 * src/plugins/spamassassin/spamassassin.c
1728 * src/plugins/spamassassin/spamassassin.h ** NEW **
1729 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
1730 GTK config for SpamAssassin Plugin using
1731 the new prefs window
1733 2002-12-31 [paul] 0.8.8claws29
1736 remove obsolete entry 'src/menu.c'
1738 2002-12-31 [alfons] 0.8.8claws28
1741 * src/matcher_parser_parse.y
1742 * src/prefs_matcher.c
1743 add "ignore_thread" and "~ignore_thread" condition so it's
1744 possible to make the actions / scoring operate on the ignore
1747 2002-12-31 [christoph] 0.8.8claws27
1753 * src/prefs_account.c
1754 * src/prefs_actions.c
1755 * src/prefs_customheader.c
1756 * src/prefs_display_header.c
1761 * src/common/prefs.[ch]
1762 extend prefs file handling for reading and automatic handling
1763 of blocks. When reading prefs_set_block_label will automatically
1764 move on to the block. When writing it will copy all other blocks
1767 * src/common/plugin.c
1768 Now loading plugin filenames from [Plugins] block in
1771 2002-12-30 [christoph] 0.8.8claws26
1773 * src/common/hooks.[ch]
1774 return abort status to caller of hooks_invoke
1777 invoke message filtering hook and stop
1778 default handling when filter returns abort
1780 * src/common/plugin.[ch]
1781 * src/plugins/demo/demo.c
1782 modify plugin loader, because resolving symbols for strings
1783 does not work correctly
1786 * ac/spamassassin.m4 ** NEW **
1787 * src/plugins/spamassassin/.cvsignore ** NEW **
1788 * src/plugins/spamassassin/Makefile.am ** NEW **
1789 * src/plugins/spamassassin/README ** NEW **
1790 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
1791 * src/plugins/spamassassin/spamassassin.c ** NEW **
1792 * src/plugins/spamassassin/utils.[ch] ** NEW **
1793 add spamassassin plugin, see src/plugins/spamassassin/README
1796 2002-12-29 [alfons] 0.8.8claws25
1799 when moving focus from a message view to the main
1800 window, don't forget to select the summary node
1801 of the displayed message. should fix "[ 659103 ]
1802 focus-follows-mouse confuses sylpheed"
1804 2002-12-29 [christoph] 0.8.8claws24
1807 * src/stringtable.[ch] ** REMOVE **
1808 * src/common/Makefile.am
1809 * src/common/stringtable.[ch] ** NEW **
1810 move stringtable files to common directory
1812 2002-12-29 [christoph] 0.8.8claws23
1815 * src/menu.[ch] ** REMOVE **
1816 * src/gtk/Makefile.am
1817 * src/gtk/menu.[ch] ** NEW **
1818 move menu files to gtk directory
1820 2002-12-29 [match] 0.8.8claws22
1824 moved UI specific code out of LDAP code into addressbook
1825 UI code. fixed memory leak.
1827 2002-12-29 [christoph] 0.8.8claws21
1830 only check for IGNORED parent message when message is
1833 2002-12-29 [alfons] 0.8.8claws20
1836 set gtksctree's anchor correct (immediate execute
1837 changes the tree's layout, and anchor points at
1838 the incorrect row). fixes "[ 657233 ] multiple msg
1839 delete sometimes off by 1".
1840 we probably have to look for more tree layout /
1843 2002-12-29 [paul] 0.8.8claws19
1846 fix bug [ 659054 ] incorrect sorting of 'From' column
1847 when using 'display sender using address book'
1848 thanks to Alfons and Luke Plant
1850 2002-12-29 [christoph] 0.8.8claws18
1854 check parent messages for IGNORE THREAD flag, when adding,
1855 moving or copying messages to a folder
1857 2002-12-27 [alfons] 0.8.8claws17
1859 re-organize matcher part 5; more to come
1862 hash keywords in matchparser_tab
1864 2002-12-27 [alfons] 0.8.8claws16
1866 re-organize matcher part 4; more to come
1868 * src/matcher_parser.h
1869 * src/matcher_parser_lex.l
1870 * src/matcher_parser_parse.y
1873 2002-12-27 [alfons] 0.8.8claws15
1875 re-organize matcher part 3; more to come
1880 2002-12-27 [alfons] 0.8.8claws14
1882 re-organize matcher part 2; more to come but this should
1883 work. cc me if there are any regressions.
1886 add prototype for get_matchparser_tab_id()
1887 * src/matcher_parser_lex.l
1888 look up keywords using matchparser_tab_id();
1890 2002-12-27 [alfons] 0.8.8claws12
1892 re-organize matcher part 1
1895 map yacc generated constants to sylpheed matcher constants
1897 add function to find a matcher constant from a string
1899 2002-12-27 [christoph] 0.8.8claws11
1902 MENUITEM_ADD casts the 4th argument from integer to pointer
1903 so it probably should not be a pointer, this means we
1904 should use account id for it and not the account's pointer
1906 2002-12-27 [paul] 0.8.8claws10
1909 remove unneeded 'GtkWidget *vbox'
1912 further sync with 0.8.8 - make sort
1913 by recipient work as expected
1918 2002-12-27 [paul] 0.8.8claws9
1921 updated by Ivan F. Martinez
1923 2002-12-27 [darko] 0.8.8claws8
1925 * src/common/utils.c
1926 added locked pattern to extended search
1928 2002-12-27 [alfons] 0.8.8claws7
1930 * src/prefs_matcher.[ch]
1933 2002-12-26 [alfons] 0.8.8claws6
1936 * src/matcher_parser_lex.l
1937 * src/matcher_parser_parse.y
1938 * src/prefs_matcher.c
1939 allow color label as a condition in the matcher
1941 2002-12-26 [oliver] 0.8.8claws5
1944 enable Addressbook for Main and Messageview
1945 * src/prefs_actions.c
1946 enable actions in Messageview
1948 2002-12-26 [christoph] 0.8.8claws4
1950 * src/common/plugin.c
1951 add a little debug output
1953 * src/plugins/demo/Makefile.am
1954 better use of automake
1956 2002-12-26 [christoph] 0.8.8claws3
1959 * src/common/Makefile.am
1962 2002-12-26 [christoph] 0.8.8claws2
1965 sort configure checks into common / gtk / plugins
1971 * src/common/sylpheed.[ch]
1972 added now sylpheed_done function for shutdown
1973 * src/common/Makefile.am
1974 * src/common/plugin.[ch] ** NEW **
1975 plugin loader and unloader
1976 * src/plugins/.cvsignore ** NEW **
1977 * src/plugins/Makefile.am ** NEW **
1979 * src/plugins/demo/.cvsignore ** NEW **
1980 * src/plugins/demo/Makefile.am ** NEW **
1981 * src/plugins/demo/demo.c ** NEW **
1982 small demo plugin that installs a logtext hook and
1983 outputs the log text to stdout
1985 2002-12-26 [paul] 0.8.8claws1
1988 updated by Ricardo Mones Lastra
1990 2002-12-26 [paul] 0.8.8claws
1992 * 0.8.8claws released
1994 2002-12-26 [paul] 0.8.7claws12
1997 updated by George Danchev
1999 2002-12-26 [paul] 0.8.7claws11
2002 remove unneeded 'src/prefs.c' entry
2004 2002-12-26 [paul] 0.8.7claws10
2008 sync with 0.8.8 release
2013 partial sync with 0.8.8 release
2016 2002-12-25 [alfons] 0.8.7claws9
2019 * src/matcher_parser_lex.l
2020 * src/matcher_parser_parse.y
2021 * src/prefs_matcher.c
2022 add locked flag to possible filtering / matcher
2023 conditions (also a good example what should be
2024 done to add a simple boolean condition)
2026 2002-12-25 [christoph] 0.8.7claws8
2036 * src/prefs.[ch] ** REMOVE **
2037 * src/prefs_account.c
2038 * src/prefs_actions.c
2039 * src/prefs_common.c
2040 * src/prefs_customheader.c
2041 * src/prefs_display_header.c
2042 * src/prefs_filtering.c
2043 * src/prefs_folder_item.c
2044 * src/prefs_gtk.[ch] ** NEW **
2045 * src/prefs_matcher.c
2046 * src/prefs_scoring.c
2047 * src/prefs_summary_column.c
2049 * src/selective_download.c
2051 * src/common/Makefile.am
2052 * src/common/prefs.[ch] ** NEW **
2053 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2055 2002-12-24 [alfons] 0.8.7claws7
2058 summary_thread_build(): fix real cause of the crash mentioned in
2059 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2060 this way we get meaningful ctree nodes
2062 2002-12-24 [oliver] 0.8.7claws6
2064 * src/mainwindow.[ch]
2065 * src/messageview.[ch]
2069 changes to use updated toolbar handling
2071 2002-12-24 [oliver] 0.8.7claws5
2074 generic toolbar handling
2075 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2076 * src/prefs_toolbar.[ch]
2079 2002-12-24 [oliver] 0.8.7claws4
2081 * src/stock_pixmap.[ch]
2082 move SYLPHEED_LOGO to end of list in order
2083 to remove it from Custom Toolbar`s Icon View
2085 2002-12-24 [alfons] 0.8.7claws3
2088 summary_thread_build(): fix crash because of focus != selection
2089 after threading. when deleting the selection, gtk tries but fails
2090 to find the correct focusable element. we now force the selection
2091 to be focused. this should solve the infamous bug reported by
2092 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
2093 a test case is available.
2095 2002-12-24 [darko] 0.8.7claws2
2098 don't crash when unmarking message with unread children
2100 2002-12-23 [christoph] 0.8.7claws1
2103 * src/common/Makefile.am
2104 update Makefiles for moved intl.h, version.h and defs.h
2106 rewrite imap_session_get to avoid duplicate code
2108 2002-12-23 [paul] 0.8.7claws
2110 * Santa-Claws released
2114 squeeze in updated Hungarian and Russian translations.
2115 Submitted by Gál Zoltán and Ruslan N. Balkin
2117 2002-12-23 [paul] 0.8.6claws129
2120 updated by Witold Wladyslaw Wojciech Wilk
2122 2002-12-23 [paul] 0.8.6claws128
2124 * src/quote_fmt_parse.y
2125 fix typo and add licence header
2127 2002-12-23 [paul] 0.8.6claws127
2132 2002-12-23 [paul] 0.8.6claws126
2135 updated translation, submitted by Alessandro Maestri
2137 2002-12-23 [paul] 0.8.6claws125
2139 * src/quote_fmt_parse.y
2140 fix signature-stripping on replies bug. match
2141 '-- \n' and not '-- '.
2143 2002-12-22 [paul] 0.8.6claws124
2148 updated translations. submitted by George Danchev,
2149 Ricardo Mones Lastra, and Urke MMI respectively
2151 2002-12-21 [paul] 0.8.6claws123
2156 2002-12-21 [paul] 0.8.6claws122
2159 fix bug [643638] where if a person is in one or more
2160 addressbook groups editing that person's email
2161 address results in removal from those groups.
2162 Patch submitted by Luke Plant.
2164 2002-12-20 [christoph] 0.8.6claws121
2166 * src/common/utils.c
2168 reimplement expand_search_string using GString to
2169 prevent crashs caused by miscalculated string
2170 lengths reported by Paul
2172 2002-12-20 [christoph] 0.8.6claws120
2175 don't use "changed" to check if op_count has to be changed as it
2176 is also set when the message has unread children
2177 (closes bug [ 653221 ] crash while deleting duplicates)
2179 2002-12-20 [paul] 0.8.6claws119
2181 * sync with 0.8.6cvs27
2182 see ChangeLog 2002-12-20
2184 2002-12-20 [paul] 0.8.6claws118
2186 * sync with 0.8.6cvs26
2187 see ChangeLog 2002-12-19 and 2002-12-20
2189 2002-12-19 [alfons] 0.8.6claws117
2192 fix incorrect parsing of email addresses, submitted by
2193 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
2194 name display if it contains @".
2196 2002-12-18 [paul] 0.8.6claws116
2198 * sync with 0.8.6cvs23
2199 see ChangeLog 2002-12-18
2201 2002-12-18 [paul] 0.8.6claws115
2208 sync with 0.8.6cvs22.
2209 see ChangeLog 2002-12-17 and 2002-12-18
2211 2002-12-17 [christoph] 0.8.6claws114
2214 o don't create a session if imap greeting fails
2215 o don't close socket when authentication fails
2216 this is done by imap_session_destroy
2218 2002-12-17 [thorsten] 0.8.6claws113
2222 tools/google_msgid.pl ** NEW FILE **
2223 Added "search for message-id" script and doc
2225 2002-12-17 [thorsten] 0.8.6claws112
2228 Updated hungarian translation
2229 (updated by Gal Zoltan)
2231 2002-12-16 [christoph] 0.8.6claws111
2234 remove stupid addressbook dump to debug output
2236 fix memory leak found by Hiro
2238 2002-12-14 [paul] 0.8.6claws110
2241 fix menubar sensitivity on send
2243 * src/prefs_filtering.c
2244 * src/prefs_matcher.c
2245 * src/prefs_scoring.c
2248 * src/common/quoted-printable.h
2251 2002-12-13 [christoph] 0.8.6claws109
2254 * src/manage_window.[ch] ** REMOVE **
2255 * src/gtk/Makefile.am
2256 * src/gtk/manage_window.[ch] ** NEW **
2257 move manage_window files to gtk directory
2259 2002-12-13 [christoph] 0.8.6claws108
2262 * src/gtkshruler.[ch] ** REMOVE **
2263 * src/gtk/Makefile.am
2264 * src/gtk/gtkshruler.[ch] ** NEW **
2265 move gtkshruler files to gtk directory
2267 2002-12-13 [christoph] 0.8.6claws107
2271 * src/gtkstext.[ch] ** REMOVE **
2274 * src/gtk/gtkstext.[ch] ** NEW **
2275 * src/gtk/Makefile.am
2276 o move stext functions to gtkstext.c to remove
2277 dependency of gtkutils
2278 o move gtkstext files to gtk directory
2280 * src/gtk/Makefile.am
2281 * src/gtk/sslcertwindow.[ch]
2282 UI stuff can always depend on common code so
2283 it's ok to add ../common to include path
2285 2002-12-13 [colin] 0.8.6claws106
2288 Disconnect sighandlers for mainwindow when
2289 quicksearch has the focus
2291 * src/mainwindow.[ch]
2292 Make key_pressed callback public, to be able
2295 2002-12-13 [christoph] 0.8.6claws105
2298 create .mh_sequences file in new MH folders
2299 (closes feature request [ 523162 ] MH folders should
2300 get a .mh_sequences)
2302 2002-12-13 [colin] 0.8.6claws104
2305 Better handling of quicksearch show/hide
2306 (basically the button stays under the mouse
2309 2002-12-13 [paul] 0.8.6claws103
2311 * sync with 0.8.6cvs17
2312 see ChangeLog 2002-12-13
2314 2002-12-13 [paul] 0.8.6claws102
2317 updated by Ricardo Mones Lastra
2319 2002-12-11 [colin] 0.8.6claws101
2322 remove statusbar stuff
2324 set statusbar verbosity when moving folders
2326 2002-12-11 [colin] 0.8.6claws100
2327 * src/prefs_filtering.c
2328 * src/prefs_matcher.c
2329 * src/prefs_scoring.c
2332 2002-12-11 [colin] 0.8.6claws99
2334 * src/prefs_common.[ch]
2335 Add summary_quicksearch_type
2337 Save last used quicksearch type
2339 2002-12-11 [jens] 0.8.6claws98
2340 * src/prefs_filtering.c
2341 * src/prefs_matcher.c
2342 * src/prefs_scoring.c
2343 added dialog for incomplete rules in scoring, filtering and
2344 matcher to ask wheather really close
2346 2002-12-11 [colin] 0.8.6claws97
2349 Fix folder dnd statusbar logging
2351 2002-12-10 [christoph] 0.8.6claws96
2361 * src/statusbar.[ch]
2362 * src/common/hooks.c
2363 * src/common/log.[ch]
2364 o handle verbose logging in statusbar directly in statusbar code
2365 and common code does not need any knowledge about a statusbar
2366 o remove direct calls to statusbar_(puts|pop)_all functions
2368 2002-12-10 [jens] 0.8.6claws95
2371 removed gettext from g_warnings
2377 2002-12-10 [colin] 0.8.6claws94
2380 finish crash dialog fix
2382 2002-12-10 [colin] 0.8.6claws93
2385 "Fix" "sylpheed already running" instead of
2386 crash dialog appearing after a crash
2388 2002-12-10 [colin] 0.8.6claws92
2391 add src/gtk/sslcertwindow.c
2393 2002-12-10 [paul] 0.8.6claws91
2396 updated to reflect recent changes
2397 submitted by Alessandro Maestri
2399 2002-12-09 [christoph] 0.8.6claws90
2402 * src/smtp.[ch] ** REMOVE **
2403 * src/common/Makefile.am
2404 * src/common/smtp.[ch] ** NEW **
2405 move smtp files to common directory
2407 2002-12-09 [christoph] 0.8.6claws89
2410 * src/session.[ch] ** REMOVE **
2411 * src/common/Makefile.am
2412 * src/common/session.[ch] ** NEW **
2413 move session files to common directory
2415 2002-12-09 [paul] 0.8.6claws88
2418 fix bug [649746] edit accounts: move account reverted
2419 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
2421 2002-12-09 [colin] 0.8.6claws87
2423 * src/ssl_certificate.c
2426 2002-12-09 [colin] 0.8.6claws86
2429 Try to open the cert.pem database and
2430 issue a warning if it isn't there
2432 2002-12-09 [colin] 0.8.6claws85
2434 * src/common/ssl_certificate.c
2435 * src/gtk/sslcertwindow.c
2438 2002-12-09 [colin] 0.8.6claws84
2440 * src/ssl_certificate.[ch] ** REMOVED **
2441 * src/common/ssl_certificate.[ch] ** NEW **
2443 * src/common/Makefile.am
2444 Moved ssl_certificate.[ch] to common
2446 Put back needed include
2447 * src/gtk/sslcertwindow.[ch]
2448 Changed ssl_certificate.h include
2450 2002-12-09 [colin] 0.8.6claws83
2452 * src/gtk/sslcertwindow.[ch]
2453 Implement hook for certificate acception
2454 * src/ssl_certificate.[ch]
2455 Implement hook for certificate acception
2457 Reenable certificate acception check
2459 Register sslcertwindow's hook
2461 2002-12-08 [christoph] 0.8.6claws82
2468 * src/common/utils.c
2469 o add missing includes
2472 * src/common/.cvsignore
2473 * src/common/version.h ** REMOVE **
2474 remove autogenerated file
2476 2002-12-08 [paul] 0.8.6claws81
2479 put back needed include
2481 2002-12-08 [colin] 0.8.6claws80
2483 * src/gtk/sslcertwindow.c
2484 Cleaner popups when asking
2485 * src/ssl_certificate.c
2486 * src/prefs_common.[ch]
2487 remove ssl certificate pref
2488 put back needed include
2490 put back needed include
2492 2002-12-08 [christoph] 0.8.6claws79
2498 only abort hook invokation if required data is missing not
2499 if our own data pointer is NULL, update hookfunction for
2502 2002-12-08 [paul] 0.8.6claws78
2520 * src/sourcewindow.c
2523 clean up: remove unneccesary includes
2525 2002-12-08 [christoph] 0.8.6claws77
2530 * src/common/hooks.[ch]
2531 hook functions now have a gboolean return value, if a hook
2532 returns TRUE it will stop executing of any more hooks in
2533 the same hooklist for this invokation
2535 2002-12-08 [colin] 0.8.6claws76
2538 put back argv0 for CRASH_DIALOG
2540 2002-12-08 [christoph] 0.8.6claws75
2553 * src/prefs_account.[ch]
2554 * src/prefs_common.[ch]
2557 * src/ssl_certificate.[ch]
2558 * src/ssl_manager.[ch]
2559 * src/common/Makefile.am
2561 * src/common/nntp.[ch]
2562 * src/common/socket.[ch]
2563 * src/common/ssl.[ch]
2564 * src/gtk/sslcertwindow.[ch]
2566 use new autoconf script to detect OpenSSL with extra parameters
2567 to specify the location of libs and includes, also remove USE_SSL
2570 * src/common/sylpheed.[ch]
2571 * src/common/version.h.in
2572 start seperation of common code initialization seperated from gui
2575 The function that is called when a color label changes
2576 should not change the color lable again
2578 2002-12-08 [colin] 0.8.6claws74
2580 * src/gtk/sslcertwindow.c
2583 2002-12-08 [colin] 0.8.6claws73
2587 Register a hook for statusbar_puts_all
2589 invoke statusbar_puts_all's hook
2591 2002-12-08 [colin] 0.8.6claws72
2593 * src/ssl_certificate.c
2594 Put back a badly-removed include
2596 2002-12-08 [colin] 0.8.6claws71
2598 * src/gtk/sslcertwindow.[ch] ** NEW **
2599 new certificate presentation
2600 * src/gtk/Makefile.am
2602 * src/ssl_certificate.[ch]
2603 gtk cleanup, made utility functions public
2605 use new cert presentation
2607 2002-12-07 [christoph] 0.8.6claws70
2610 * src/nntp.[ch] ** REMOVE **
2611 * src/common/Makefile.am
2612 * src/common/nntp.[ch] ** NEW **
2613 move nntp files to common directory
2615 2002-12-07 [christoph] 0.8.6claws69
2619 implement msginfo update callback using sylpheed's new
2620 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
2622 2002-12-06 [christoph] 0.8.6claws68
2625 This patch changes the 'Edit Group Details' dialog to
2626 allow extended selections in either pane, so that
2627 addresses can be added or removed from a group more
2628 quickly and easily. (it actually is a net decrease in
2629 file size, as some unnecessary functions have been
2631 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
2633 2002-12-06 [christoph] 0.8.6claws67
2636 * src/template.[ch] ** REMOVE **
2637 * src/common/Makefile.am
2638 * src/common/template.[ch] ** NEW **
2639 move template files to common directory
2642 add missing log.h include
2644 2002-12-06 [melvin] 0.8.6claws66
2646 * src/prefs_actions.c
2647 Added the trailing ">" syntax to insert command's output
2648 without replacing old text (in contrast to trailing "|").
2650 2002-12-05 [colin] 0.8.6claws65
2652 * src/common/utils.c
2653 Don't modify original search_string or it'll change
2654 the next iterations in the for()
2656 2002-12-05 [darko] 0.8.6claws64
2658 * src/common/utils.c
2659 proper check for filtering commands, found by Colin
2661 2002-12-05 [darko] 0.8.6claws63
2663 * src/common/utils.c
2664 check proper string for NULL pointer, found by Colin
2666 2002-12-05 [darko] 0.8.6claws62
2668 * src/common/utils.[ch]
2669 expand_search_string(): new function
2670 converts Mutt-like patterns to Sylpheed's
2673 use expand_search_string() to allow Mutt-like
2674 patterns in extended search
2676 document extended option in quick search
2678 2002-12-05 [paul] 0.8.6claws61
2680 * sync with 0.8.6cvs16
2681 see ChangeLog 2002-12-05
2686 2002-12-04 [christoph] 0.8.6claws60
2689 put imap authentication code into a new function and
2690 remove it from imap_session_new that will allow to
2691 send other commands before authentication
2693 2002-12-04 [christoph] 0.8.6claws59
2696 use already existing method to prevent unneeded IMAP
2697 folder selects. Set imap_select parameters to NULL
2698 in some functions if the values are not required.
2701 remove no longer required include
2703 2002-12-04 [paul] 0.8.6claws58
2706 updated by Ricardo Mones Lastra
2709 po/hu.po ** NEW FILE **
2710 initial Hungarian translation, submitted
2711 by Gál Zoltán <galzoli@hu.inter.net>
2713 2002-12-03 [christoph] 0.8.6claws57
2716 * src/gtksctree.[ch] ** REMOVE **
2717 * src/gtk/Makefile.am
2718 * src/gtk/gtksctree.[ch] ** NEW **
2719 move gtksctree files to gtk directory
2721 2002-12-03 [christoph] 0.8.6claws56
2724 * src/md5.[ch] ** REMOVE **
2725 * srm/common/Makefile.am
2726 * src/common/md5.[ch] ** NEW **
2727 move md5 files to common directory
2730 remove not required #include
2732 2002-12-03 [sergey] 0.8.6claws55
2736 gtkut_window_popup(): new function.
2738 main_window_popup(): use gtkut_window_popup() to raise
2739 window without changing its position.
2740 (see sylpheed-main ML message [sylpheed:17247])
2742 2002-12-03 [sergey] 0.8.6claws54
2745 send_message_local(): removed first-dot escaping
2746 (SMTP-only, not needed for sending through pipe)
2748 2002-12-03 [paul] 0.8.6claws53
2751 update to reflect recent changes (thanks
2752 to Ricardo Mones Lastra)
2754 * tools/filter_conv.pl
2755 fix problem with quoted strings. Patch submitted
2756 by Luke Plant <lukeplant@softhome.net>
2758 2002-12-03 [paul] 0.8.6claws52
2760 * sync with 0.8.6cvs15
2761 see ChangeLog 2002-12-03
2763 2002-12-02 [christoph] 0.8.6claws51
2765 * src/logwindow.[ch]
2766 * src/common/log.[ch]
2767 implement logging using a hook function
2771 define hooklist name in header file to avoid
2772 errors caused by wrong spelling of hooklist names
2777 2002-12-02 [christoph] 0.8.6claws50
2779 * src/common/Makefile.am
2780 add src/common/hooks.[ch]
2782 * src/common/hooks.[ch]
2783 implement a simple hook system using glib's hook functions
2787 use new hook system for folder item updates
2789 2002-12-02 [christoph] 0.8.6claws49
2791 * doc-src/ui_seperation.txt ** NEW **
2792 information for ui seperation
2795 remove files that were moved to common
2796 include common directory by default for the header files
2799 * src/common/socket.c
2800 * src/automaton.[ch]
2801 implement automaton using g_io_*-functions instead of
2802 gdk_input_add to make it ui independent
2812 remove common/ prefix because directory is now in
2820 * src/prefs_common.c
2831 * src/ssl_certificate.c
2832 add log.h header file for logging functions
2835 * src/common/utils.c
2838 o move debug_mode to common/utils.c
2839 o add functions to set and get debug_mode
2841 * src/defs.h ** REMOVE **
2842 * src/intl.h ** REMOVE **
2843 * src/socket.[ch] ** REMOVE **
2844 * src/ssl.[ch] ** REMOVE **
2845 * src/utils.[ch] ** REMOVE **
2846 replaced by new files in src/common/
2848 * src/common/Makefile.am
2849 add new files in src/common/
2851 * src/common/defs.h ** NEW **
2852 * src/common/intl.h ** NEW **
2853 * src/common/log.[ch] ** NEW **
2854 * src/common/socket.[ch] ** NEW **
2855 * src/common/ssl.[ch] ** NEW **
2856 * src/common/utils.[ch] ** NEW **
2857 replacement for files in src/
2859 2002-12-02 [colin] 0.8.6claws48
2862 Scroll folderview if necessary during dnd
2864 2002-12-02 [colin] 0.8.6claws47
2867 Add check to verify a move is within a single mailbox
2869 Add specific error string for this check
2871 2002-12-02 [colin] 0.8.6claws46
2874 Add a test to folder moving, remove a statusbar_print
2876 Add Move folder... context-menu item
2877 Factorize folder moving code
2878 Enable folder DND for mbox
2880 2002-12-01 [christoph] 0.8.6claws45
2883 remove conf.aspelltest if the version check fails
2885 2002-11-30 [christoph] 0.8.6claws44
2888 run libtoolize --force in autogen to create missing
2891 2002-11-30 [christoph] 0.8.6claws43
2897 * src/uuencode.[ch] ** REMOVED **
2898 * src/common/Makefile.am
2899 * src/common/uuencode.[ch] ** NEW **
2900 move uuen/decoder to common directory
2902 2002-11-30 [christoph] 0.8.6claws42
2905 * src/base64.[ch] ** REMOVED **
2914 * src/common/Makefile.am
2915 * src/common/base64.[ch] ** NEW **
2916 move base64 en/decoder to common directory
2918 2002-11-30 [christoph] 0.8.6claws41
2920 * src/common ** NEW **
2921 new directory for UI independent code
2923 new directory for GTK frontend
2924 * src/common/.cvsignore ** NEW **
2925 * src/gtk/.cvsignore ** NEW **
2927 * src/common/Makefile.am ** NEW **
2928 * src/gtk/Makefile.am ** NEW **
2929 automake files to build new seperated stuff
2931 the binary will currently still be build with the
2932 files in src, so we include the code from the
2933 subdirs for now after building the libs there
2935 2002-11-30 [paul] 0.8.6claws40
2938 fix bug [642731] 'Wrong selected account with drafted mail'
2940 2002-11-29 [oliver] 0.8.6claws39
2943 o update summaryview when switching between different
2946 o check if messageview holds already removed msg
2950 2002-11-29 [oliver] 0.8.6claws38
2953 remove not needed variables and includes
2954 make messageview stay opened and move to next when msgs are deleted
2956 2002-11-29 [oliver] 0.8.6claws37
2959 disable compose button (messageview toolbar) by default
2960 deleted msgs are moved to trash
2962 2002-11-29 [melvin] 0.8.6claws36
2965 Increased minimal gpgme version to 0.3.10 (Zombies out)
2966 and to detect signatures expirations (gpgme 0.3.6)
2969 Use non obsolescent function for Gpgme engine checking.
2972 Inform about expired signatures or signatures which key
2973 has expired. Expiration date is displayed.
2976 Inform about expired signatures or signatures which key
2979 2002-11-28 [paul] 0.8.6claws35
2982 re-instate 'Check for new messages' in Newsgroup
2983 folders right-click menu, after a suggestion from
2984 Tim Mann <timmann@users.sourceforge.net>
2987 after a crash check only local folders for new
2990 2002-11-28 [paul] 0.8.6claws34
2993 apply patch that fixes the checking of GTK with XIM
2994 support on different OSs, such as FreeBSD. Patch
2995 submitted by Topia <topia@users.sourceforge.net>
2997 2002-11-28 [paul] 0.8.6claws33
3002 more changes to the English
3004 2002-11-28 [paul] 0.8.6claws32
3006 * sync with 0.8.6cvs13
3007 see ChangeLog 2002-11-28 (no sync needed
3010 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws31
3012 * src/mainwindow.[ch]
3013 add patch by Ivan F. Martinez introducing messageview Toolbar
3014 some changes and committed by oliver
3016 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws30
3018 * src/messageview.[ch]
3019 add patch by Ivan F. Martinez introducing messageview Toolbar
3020 some changes and committed by oliver
3022 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws29
3025 add patch by Ivan F. Martinez introducing messageview Toolbar
3026 some changes and committed by oliver
3028 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws28
3031 add patch by Ivan F. Martinez introducing messageview Toolbar
3032 some changes and committed by oliver
3034 2002-11-28 [oliver] 0.8.6claws27
3036 * src/prefs_toolbar.[ch]
3037 getting ready for messageview toolbar
3038 free mem allocated by gettext
3039 change prefs_toolbar to prefs_toolbar_open
3041 2002-11-28 [thorsten] 0.8.6claws26
3043 * src/imageview.[ch]
3044 cleaned up conflicting declarations of
3045 imageview_show_image()
3047 2002-11-28 [paul] 0.8.6claws25
3049 * src/grouplistdialog.c
3051 src/prefs_summary_column.c
3052 a few more improvements to the English
3054 2002-11-28 [colin] 0.8.6claws24
3057 A few updates to command-line parameters
3059 2002-11-28 [colin] 0.8.6claws23
3061 * src/prefs_filtering.c
3062 Fix problems with prefs_filtering_delete_path:
3063 a) if the first rule is removed, original pointers
3064 weren't updated (leading to segfaults)
3065 b) it was always global_processing updated in case
3066 of removed path was parent of rule path
3068 2002-11-27 [paul] 0.8.6claws22
3074 src/prefs_customheader.c
3075 src/prefs_display_header.c
3076 src/prefs_filtering.c
3077 src/prefs_folder_item.c
3080 src/prefs_summary_column.c
3081 src/prefs_template.c
3083 improve the English in the GUI
3085 2002-11-27 [colin] 0.8.6claws21
3088 Fix processing renaming problems happening after
3091 2002-11-27 [colin] 0.8.6claws20
3094 recursive move now deletes src each subfolder after
3097 Use identifier instead of path during dnd (enables
3100 2002-11-27 [paul] 0.8.6claws19
3103 apply patch that does command-line processing
3104 BEFORE gtk_init, allowing claws to run from
3105 shell-scripts in non-X environment (e.g. crontab
3106 or ip-up, ip-down scripts). Patch submitted by
3107 Ruslan N. Balkin <baron@dartel.ru>
3110 updated by Alessandro Maestri
3112 2002-11-27 [paul] 0.8.6claws18
3114 * sync with 0.8.6cvs12
3116 Differences are that main uses a 'Receive dialog'
3117 frame on the Interface tab, whereas claws groups all
3118 the dialogs together in a 'Dialogs' frame.
3120 2002-11-27 [colin] 0.8.6claws17
3122 * src/prefs_matcher.c
3123 Fix Execute criteria's NOT flag
3126 2002-11-26 [christoph] 0.8.6claws16
3129 rewrite the ssl code a little bit, only use one
3130 SSL context, set default certificates' file/path
3132 2002-11-26 [thorsten] 0.8.6claws15
3135 default-reply-to didn't work for ml-reply
3137 2002-11-26 [melvin] 0.8.6claws14
3139 * src/prefs_actions.c
3140 Made pipe-actions ignore short headers in message view
3141 Made trailing-pipe-actions write in the message view with
3142 the same font as the original message
3144 2002-11-26 [paul] 0.8.6claws13
3147 this time commit the correct file
3149 2002-11-26 [paul] 0.8.6claws12
3151 * sync with 0.8.6cvs11
3152 src/quote_fmt_parse.y
3157 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3159 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
3162 see ChangeLog 2002-11-25 and 2002-11-26
3164 2002-11-26 [colin] 0.8.6claws11
3167 Fix collapsed folder not auto-expanding during
3168 mail dnd, if it was the source folder.
3170 2002-11-25 [colin] 0.8.6claws10
3172 * src/folderview.[ch]
3173 Variable renaming and cleaning (slist of nodes
3174 to be re-collapsed is stored in FolderView)
3176 2002-11-25 [paul] 0.8.6claws9
3178 * src/prefs_common.[ch]
3179 fix breakage caused by last commit
3181 2002-11-25 [paul] 0.8.6claws8
3183 * sync with 0.8.6cvs4
3184 see ChangeLog 2002-11-21
3186 2002-11-25 [paul] 0.8.6claws7
3188 * sync with 0.8.6cvs4
3189 see ChangeLog 2002-11-20
3191 2002-11-25 [paul] 0.8.6claws6
3193 * sync with 0.8.6cvs3
3194 see ChangeLog 2002-11-18
3196 2002-11-25 [colin] 0.8.6claws5
3199 Add gtkut_ctree_node_is_parent()
3201 Spring-loaded folders
3203 2002-11-25 [colin] 0.8.6claws4
3206 Add slist_concat_unique(), function to merge
3207 two GSList filtering dups
3209 * src/summaryview.[ch]
3212 Add detection/update/display of unread answers
3215 Add procmsg_find_children()
3216 Add procmsg_msg_has_marked_parent()
3218 2002-11-25 [colin] 0.8.6claws3
3220 * src/ssl_certificate.[ch]
3221 Allow checking a certificate without a DNS
3223 Allow to forget a cert (by deleting it)
3224 Make ssl_certificate_destroy_public
3225 * src/ssl_manager.[ch] ** NEW FILES **
3226 Gui to manage (display/remove) certificates
3227 * src/prefs_common.[ch]
3228 Add a pref to allow silent acceptation of
3229 trusted certificates or not (based on the
3230 "I want to know what's going on" principle)
3232 Add SSL manager in Tools menu
3234 Add the new files to the build
3236 Add ssl_manager.c to translations
3238 2002-11-25 [colin] 0.8.6claws2
3240 * src/summaryview.[ch]
3241 Add S_SEARCH_EXTENDED to the quick search, which
3242 allows to search using filtering syntax.
3244 2002-11-25 [colin] 0.8.6claws1
3247 Deletion of duplicates now prefer deleting
3248 the unread dup (fixes feature-request 638989).
3250 2002-11-24 [paul] 0.8.6claws
3256 updated by Ricardo Mones Lastra,
3257 Witold Wladyslaw Wojciech Wilk,
3258 Ruslan N. Balkin, and Urke MMI
3261 2002-11-24 [paul] 0.8.5claws182
3264 updated by George Danchev
3266 2002-11-23 [alfons] 0.8.5claws181
3269 tiny memory leak found by browsing Dimitar's
3272 2002-11-23 [paul] 0.8.5claws180
3275 updated by Alessandro Maestri
3277 2002-11-22 [christoph] 0.8.5claws179
3281 * src/prefs_filtering.c
3285 2002-11-22 [alfons] 0.8.5claws178
3288 summary_execute_delete_func(): if message is deleted, make
3289 sure to also remove its entry in the subject hash table.
3290 fixes a corner case bug.
3292 2002-11-22 [paul] 0.8.5claws177
3295 add 'autom4te.cache'
3297 * ltconfig ** REMOVED **
3300 2002-11-22 [paul] 0.8.5claws176
3303 textview_set_font(): fix for message display in
3304 UTF-8 locales (thanks to Sergey Vlasov).
3307 add new team members and contributors
3310 2002-11-21 [colin] 0.8.5claws175
3313 Add procmsg_remove_special_headers()
3315 Use procmsg_remove_special_headers() for
3318 2002-11-21 [colin] 0.8.5claws174
3321 Fix moving/copying from queue/draft folders
3324 2002-11-21 [christoph] 0.8.5claws173
3330 * src/matcher_parser_lex.[hl]
3332 * src/mbox_folder.[ch]
3333 * src/prefs_filtering.c
3335 * src/quote_fmt_lex.l
3337 fix all warnings except the warnings in lex and yacc files
3339 2002-11-20 [christoph] 0.8.5claws172
3342 fix MsgInfo retrieval for IMAP draft and queue folders
3343 (closes bug [ 619558 ] Draft saving on IMAP box issue)
3345 2002-11-19 [christoph] 0.8.5claws171
3348 fix segfault, when draft saving does not get
3349 the MsgInfo of the new message
3350 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
3352 2002-11-19 [christoph] 0.8.5claws170
3355 add parameter check for flag setting function
3356 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
3358 2002-11-18 [paul] 0.8.5claws169
3361 more sensitivity fixes to redirect mode:
3362 * disable toolbar draft button
3363 * allow only Address book in the Tools menu
3364 * disable editing of message by the spell
3367 2002-11-18 [paul] 0.8.5claws168
3370 fix sensitivity of menu items in compose_redirect():
3371 allow only the necessary items
3373 2002-11-18 [paul] 0.8.5claws167
3376 fix bug [ 603259 ] 'attachment got lost on bounce'
3378 2002-11-18 [paul] 0.8.5claws166
3381 updated by Ruslan N. Balkin <baron@dartel.ru>
3383 2002-11-18 [colin] 0.8.5claws165
3387 Remove old filtering stuff
3390 2002-11-17 [oliver] 0.8.5claws164
3393 remove not needed typedef
3395 2002-11-17 [oliver] 0.8.5claws163
3398 make toolbar's on click events translatable
3400 2002-11-15 [colin] 0.8.5claws162
3403 Revert too-soon integration of a feature
3405 2002-11-15 [christoph] 0.8.5claws161
3408 use main's implementation of imap_get_msginfo
3410 2002-11-15 [christoph] 0.8.5claws160
3420 replace claws' fetch_msginfo with main's get_msginfo
3421 (use main's implementation where possible)
3423 2002-11-15 [colin] 0.8.5claws159
3425 * src/ssl_certificate.c
3428 2002-11-16 [melvin] 0.8.5claws158
3431 Updated French translations.
3433 2002-11-16 [colin] 0.8.5claws157
3435 * src/ssl_certificate.c
3436 Check for missing parts in the certificates
3438 2002-11-15 [colin] 0.8.5claws156
3441 Preventive fix (missing check) found by
3447 sync with 0.8.6 release
3449 2002-11-15 [colin] 0.8.5claws155
3453 Fix error handling of folder_item_move_to()
3456 2002-11-15 [colin] 0.8.5claws154
3460 folder_item_move_to() sets an error message instead
3461 of having GUI stuff in folder.c
3463 2002-11-15 [colin] 0.8.5claws153
3466 Implemented a callback for MsgInfo updates,
3467 heavily copy/pasted from Christoph's folder
3469 * src/summaryview.[ch]
3470 Register summary_update_msg as callback
3472 2002-11-14 [colin] 0.8.5claws152
3475 Update the FolderItem after sending (fixes 617593)
3477 2002-11-14 [christoph] 0.8.5claws151
3480 fix wrong position of NULL pointer check found
3483 2002-11-14 [christoph] 0.8.5claws150
3486 fix segfault when deleting messages from IMAP folders
3487 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
3489 2002-11-14 [colin] 0.8.5claws149
3492 Forwarding was also ignoring the folder's default account.
3494 2002-11-14 [colin] 0.8.5claws148
3497 Fix sent folder not set to folder properties when
3500 2002-11-14 [thorsten] 0.8.5claws147
3503 inc_start(): Files were not moved from .processing to inbox,
3504 if no global processing rule existed
3506 2002-11-14 [colin] 0.8.5claws146
3508 * src/ssl_certificate
3511 2002-11-14 [paul] 0.8.5claws145
3514 updated by Alessandro Maestri
3516 2002-11-13 [alfons] 0.8.5claws144
3519 folder_item_close(): only mark messages unread
3520 when a folder has new messages
3522 2002-11-13 [keith] 0.8.5claws143
3525 Fix problem moving or copying between
3528 2002-11-13 [colin] 0.8.5claws142
3530 * src/matcher_parser_parse.y
3531 Fix rule problem when " don't match
3533 2002-11-13 [christoph] 0.8.5claws141
3537 moved cache saving to folder_item_close
3538 the folderview should not have to deal with
3541 2002-11-13 [christoph] 0.8.5claws140
3544 moved setting of important score to
3545 summary_set_prefs_from_folderitem
3547 2002-11-13 [colin] 0.8.5claws139
3549 * src/matcher_parser_parse.y
3550 Fix a segfault in the parser (happening when
3551 a good expression had been tested and a bad
3554 2002-11-13 [paul] 0.8.5claws138
3556 * sync with 0.8.5cvs24
3557 see ChangeLog 2002-11-13
3560 updated by Fabio Jr. Beneditto
3562 2002-11-13 [colin] 0.8.5claws137
3567 Revert last commit, problem
3569 2002-11-13 [colin] 0.8.5claws136
3572 Remove duplicated code
3574 Bumped CACHE_VERSION and MARK_VERSION
3576 Network endian for cache and mark files
3578 2002-11-12 [colin] 0.8.5claws135
3581 Fix the "socket error" dialog which disappeared
3583 2002-11-12 [colin] 0.8.5claws134
3586 Reverse last commit which had performance
3587 problems, but still reverse the list
3589 2002-11-12 [colin] 0.8.5claws133
3594 2002-11-12 [melvin] 0.8.5claws132
3597 Added a check for a NULL prefs_common.dictionary
3599 2002-11-12 [colin] 0.8.5claws131
3601 * src/ssl_certificate.[ch]
3604 2002-11-12 [colin] 0.8.5claws130
3606 * src/ssl_certificate.[ch]
3607 Take connection port into account for
3608 checking certificates (a single hostname
3609 could have multiple servers with multiple
3612 Pass the port to ssl_certificate_check
3614 2002-11-12 [paul] 0.8.5claws129
3617 fix a typo in last commit
3619 2002-11-12 [paul] 0.8.5claws128
3621 * sync with 0.8.5cvs23
3622 see ChangeLog entry 2002-11-12
3624 2002-11-11 [colin] 0.8.5claws127
3626 * src/ssl_certificate.c
3628 Don't popup, instead log error, if the
3629 corresponding pref is checked
3630 * src/ssl_certificate.h
3631 include <openssl/objects/h>
3633 2002-11-11 [colin] 0.8.5claws126
3635 * src/ssl_certificate.h
3638 2002-11-11 [colin] 0.8.5claws125
3640 * src/ssl_certificate.c
3643 2002-11-11 [colin] 0.8.5claws124
3647 * src/ssl_certificate.[ch]
3648 Cleaned a bit (better use of SSL API)
3649 (This will cause non-recognition of saved
3650 certificates of claws12[23]...)
3652 2002-11-11 [paul] 0.8.5claws123
3655 updated by Ricardo Mones Lastra
3657 2002-11-11 [colin] 0.8.5claws122
3662 2002-11-11 [colin] 0.8.5claws121
3664 * src/ssl_certificate.[ch] ** NEW FILES **
3666 Check SSL certificates presented to us
3668 Add ssl_certificate.[ch]
3670 Add ssl_certificate.c
3672 2002-11-11 [paul] 0.8.5claws120
3674 * sync with 0.8.5cvs22
3675 see ChangeLog 2002-11-11
3677 2002-11-11 [paul] 0.8.5claws119
3679 * sync with 0.8.5cvs21
3680 see ChangeLog 2002-11-11
3682 2002-11-10 [jens] 0.8.5claws118
3686 corrected some typing
3688 updated german translation
3690 cleaned up specfile and adjusted it for claws
3692 2002-11-10 [colin] 0.8.5claws117
3695 a STATUSBAR_PUSH/POP fix
3697 2002-11-10 [colin] 0.8.5claws116
3699 * src/prefs_folder_item.c
3700 Fix hanging after opening folder properties
3702 2002-11-10 [hoa] 0.8.5claws115
3704 * src/matcher_parser_lex.l
3705 * src/matcher_parser_parse.y
3706 config file for scoring and filtering is no more trashed
3707 when there is a syntax error in a filtering rule when
3708 editing it in a dialog.
3710 2002-11-09 [colin] 0.8.5claws114
3713 Added missing initialisation of folder->destroy()
3715 2002-11-09 [colin] 0.8.5claws113