1 2002-12-11 [colin] 0.8.6claws101
6 set statusbar verbosity when moving folders
8 2002-12-11 [colin] 0.8.6claws100
9 * src/prefs_filtering.c
14 2002-12-11 [colin] 0.8.6claws99
16 * src/prefs_common.[ch]
17 Add summary_quicksearch_type
19 Save last used quicksearch type
21 2002-12-11 [jens] 0.8.6claws98
22 * src/prefs_filtering.c
25 added dialog for incomplete rules in scoring, filtering and
26 matcher to ask wheather really close
28 2002-12-11 [colin] 0.8.6claws97
31 Fix folder dnd statusbar logging
33 2002-12-10 [christoph] 0.8.6claws96
46 o handle verbose logging in statusbar directly in statusbar code
47 and common code does not need any knowledge about a statusbar
48 o remove direct calls to statusbar_(puts|pop)_all functions
50 2002-12-10 [jens] 0.8.6claws95
53 removed gettext from g_warnings
59 2002-12-10 [colin] 0.8.6claws94
62 finish crash dialog fix
64 2002-12-10 [colin] 0.8.6claws93
67 "Fix" "sylpheed already running" instead of
68 crash dialog appearing after a crash
70 2002-12-10 [colin] 0.8.6claws92
73 add src/gtk/sslcertwindow.c
75 2002-12-10 [paul] 0.8.6claws91
78 updated to reflect recent changes
79 submitted by Alessandro Maestri
81 2002-12-09 [christoph] 0.8.6claws90
84 * src/smtp.[ch] ** REMOVE **
85 * src/common/Makefile.am
86 * src/common/smtp.[ch] ** NEW **
87 move smtp files to common directory
89 2002-12-09 [christoph] 0.8.6claws89
92 * src/session.[ch] ** REMOVE **
93 * src/common/Makefile.am
94 * src/common/session.[ch] ** NEW **
95 move session files to common directory
97 2002-12-09 [paul] 0.8.6claws88
100 fix bug [649746] edit accounts: move account reverted
101 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
103 2002-12-09 [colin] 0.8.6claws87
105 * src/ssl_certificate.c
108 2002-12-09 [colin] 0.8.6claws86
111 Try to open the cert.pem database and
112 issue a warning if it isn't there
114 2002-12-09 [colin] 0.8.6claws85
116 * src/common/ssl_certificate.c
117 * src/gtk/sslcertwindow.c
120 2002-12-09 [colin] 0.8.6claws84
122 * src/ssl_certificate.[ch] ** REMOVED **
123 * src/common/ssl_certificate.[ch] ** NEW **
125 * src/common/Makefile.am
126 Moved ssl_certificate.[ch] to common
128 Put back needed include
129 * src/gtk/sslcertwindow.[ch]
130 Changed ssl_certificate.h include
132 2002-12-09 [colin] 0.8.6claws83
134 * src/gtk/sslcertwindow.[ch]
135 Implement hook for certificate acception
136 * src/ssl_certificate.[ch]
137 Implement hook for certificate acception
139 Reenable certificate acception check
141 Register sslcertwindow's hook
143 2002-12-08 [christoph] 0.8.6claws82
151 o add missing includes
154 * src/common/.cvsignore
155 * src/common/version.h ** REMOVE **
156 remove autogenerated file
158 2002-12-08 [paul] 0.8.6claws81
161 put back needed include
163 2002-12-08 [colin] 0.8.6claws80
165 * src/gtk/sslcertwindow.c
166 Cleaner popups when asking
167 * src/ssl_certificate.c
168 * src/prefs_common.[ch]
169 remove ssl certificate pref
170 put back needed include
172 put back needed include
174 2002-12-08 [christoph] 0.8.6claws79
180 only abort hook invokation if required data is missing not
181 if our own data pointer is NULL, update hookfunction for
184 2002-12-08 [paul] 0.8.6claws78
205 clean up: remove unneccesary includes
207 2002-12-08 [christoph] 0.8.6claws77
212 * src/common/hooks.[ch]
213 hook functions now have a gboolean return value, if a hook
214 returns TRUE it will stop executing of any more hooks in
215 the same hooklist for this invokation
217 2002-12-08 [colin] 0.8.6claws76
220 put back argv0 for CRASH_DIALOG
222 2002-12-08 [christoph] 0.8.6claws75
235 * src/prefs_account.[ch]
236 * src/prefs_common.[ch]
239 * src/ssl_certificate.[ch]
240 * src/ssl_manager.[ch]
241 * src/common/Makefile.am
243 * src/common/nntp.[ch]
244 * src/common/socket.[ch]
245 * src/common/ssl.[ch]
246 * src/gtk/sslcertwindow.[ch]
248 use new autoconf script to detect OpenSSL with extra parameters
249 to specify the location of libs and includes, also remove USE_SSL
252 * src/common/sylpheed.[ch]
253 * src/common/version.h.in
254 start seperation of common code initialization seperated from gui
257 The function that is called when a color lable changes
258 should not change the color lable again
260 2002-12-08 [colin] 0.8.6claws74
262 * src/gtk/sslcertwindow.c
265 2002-12-08 [colin] 0.8.6claws73
269 Register a hook for statusbar_puts_all
271 invoke statusbar_puts_all's hook
273 2002-12-08 [colin] 0.8.6claws72
275 * src/ssl_certificate.c
276 Put back a badly-removed include
278 2002-12-08 [colin] 0.8.6claws71
280 * src/gtk/sslcertwindow.[ch] ** NEW **
281 new certificate presentation
282 * src/gtk/Makefile.am
284 * src/ssl_certificate.[ch]
285 gtk cleanup, made utility functions public
287 use new cert presentation
289 2002-12-07 [christoph] 0.8.6claws70
292 * src/nntp.[ch] ** REMOVE **
293 * src/common/Makefile.am
294 * src/common/nntp.[ch] ** NEW **
295 move nntp files to common directory
297 2002-12-07 [christoph] 0.8.6claws69
301 implement msginfo update callback using sylpheed's new
302 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
304 2002-12-06 [christoph] 0.8.6claws68
307 This patch changes the 'Edit Group Details' dialog to
308 allow extended selections in either pane, so that
309 addresses can be added or removed from a group more
310 quickly and easily. (it actually is a net decrease in
311 file size, as some unnecessary functions have been
313 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
315 2002-12-06 [christoph] 0.8.6claws67
318 * src/template.[ch] ** REMOVE **
319 * src/common/Makefile.am
320 * src/common/template.[ch] ** NEW **
321 move template files to common directory
324 add missing log.h include
326 2002-12-06 [melvin] 0.8.6claws66
328 * src/prefs_actions.c
329 Added the trailing ">" syntax to insert command's output
330 without replacing old text (in contrast to trailing "|").
332 2002-12-05 [colin] 0.8.6claws65
335 Don't modify original search_string or it'll change
336 the next iterations in the for()
338 2002-12-05 [darko] 0.8.6claws64
341 proper check for filtering commands, found by Colin
343 2002-12-05 [darko] 0.8.6claws63
346 check proper string for NULL pointer, found by Colin
348 2002-12-05 [darko] 0.8.6claws62
350 * src/common/utils.[ch]
351 expand_search_string(): new function
352 converts Mutt-like patterns to Sylpheed's
355 use expand_search_string() to allow Mutt-like
356 patterns in extended search
358 document extended option in quick search
360 2002-12-05 [paul] 0.8.6claws61
362 * sync with 0.8.6cvs16
363 see ChangeLog 2002-12-05
368 2002-12-04 [christoph] 0.8.6claws60
371 put imap authentication code into a new function and
372 remove it from imap_session_new that will allow to
373 send other commands before authentication
375 2002-12-04 [christoph] 0.8.6claws59
378 use already existing method to prevent unneeded IMAP
379 folder selects. Set imap_select parameters to NULL
380 in some functions if the values are not required.
383 remove no longer required include
385 2002-12-04 [paul] 0.8.6claws58
388 updated by Ricardo Mones Lastra
391 po/hu.po ** NEW FILE **
392 initial Hungarian translation, submitted
393 by Gál Zoltán <galzoli@hu.inter.net>
395 2002-12-03 [christoph] 0.8.6claws57
398 * src/gtksctree.[ch] ** REMOVE **
399 * src/gtk/Makefile.am
400 * src/gtk/gtksctree.[ch] ** NEW **
401 move gtksctree files to gtk directory
403 2002-12-03 [christoph] 0.8.6claws56
406 * src/md5.[ch] ** REMOVE **
407 * srm/common/Makefile.am
408 * src/common/md5.[ch] ** NEW **
409 move md5 files to common directory
412 remove not required #include
414 2002-12-03 [sergey] 0.8.6claws55
418 gtkut_window_popup(): new function.
420 main_window_popup(): use gtkut_window_popup() to raise
421 window without changing its position.
422 (see sylpheed-main ML message [sylpheed:17247])
424 2002-12-03 [sergey] 0.8.6claws54
427 send_message_local(): removed first-dot escaping
428 (SMTP-only, not needed for sending through pipe)
430 2002-12-03 [paul] 0.8.6claws53
433 update to reflect recent changes (thanks
434 to Ricardo Mones Lastra)
436 * tools/filter_conv.pl
437 fix problem with quoted strings. Patch submitted
438 by Luke Plant <lukeplant@softhome.net>
440 2002-12-03 [paul] 0.8.6claws52
442 * sync with 0.8.6cvs15
443 see ChangeLog 2002-12-03
445 2002-12-02 [christoph] 0.8.6claws51
448 * src/common/log.[ch]
449 implement logging using a hook function
453 define hooklist name in header file to avoid
454 errors caused by wrong spelling of hooklist names
459 2002-12-02 [christoph] 0.8.6claws50
461 * src/common/Makefile.am
462 add src/common/hooks.[ch]
464 * src/common/hooks.[ch]
465 implement a simple hook system using glib's hook functions
469 use new hook system for folder item updates
471 2002-12-02 [christoph] 0.8.6claws49
473 * doc-src/ui_seperation.txt ** NEW **
474 information for ui seperation
477 remove files that were moved to common
478 include common directory by default for the header files
481 * src/common/socket.c
483 implement automaton using g_io_*-functions instead of
484 gdk_input_add to make it ui independent
494 remove common/ prefix because directory is now in
513 * src/ssl_certificate.c
514 add log.h header file for logging functions
520 o move debug_mode to common/utils.c
521 o add functions to set and get debug_mode
523 * src/defs.h ** REMOVE **
524 * src/intl.h ** REMOVE **
525 * src/socket.[ch] ** REMOVE **
526 * src/ssl.[ch] ** REMOVE **
527 * src/utils.[ch] ** REMOVE **
528 replaced by new files in src/common/
530 * src/common/Makefile.am
531 add new files in src/common/
533 * src/common/defs.h ** NEW **
534 * src/common/intl.h ** NEW **
535 * src/common/log.[ch] ** NEW **
536 * src/common/socket.[ch] ** NEW **
537 * src/common/ssl.[ch] ** NEW **
538 * src/common/utils.[ch] ** NEW **
539 replacement for files in src/
541 2002-12-02 [colin] 0.8.6claws48
544 Scroll folderview if necessary during dnd
546 2002-12-02 [colin] 0.8.6claws47
549 Add check to verify a move is within a single mailbox
551 Add specific error string for this check
553 2002-12-02 [colin] 0.8.6claws46
556 Add a test to folder moving, remove a statusbar_print
558 Add Move folder... context-menu item
559 Factorize folder moving code
560 Enable folder DND for mbox
562 2002-12-01 [christoph] 0.8.6claws45
565 remove conf.aspelltest if the version check fails
567 2002-11-30 [christoph] 0.8.6claws44
570 run libtoolize --force in autogen to create missing
573 2002-11-30 [christoph] 0.8.6claws43
579 * src/uuencode.[ch] ** REMOVED **
580 * src/common/Makefile.am
581 * src/common/uuencode.[ch] ** NEW **
582 move uuen/decoder to common directory
584 2002-11-30 [christoph] 0.8.6claws42
587 * src/base64.[ch] ** REMOVED **
596 * src/common/Makefile.am
597 * src/common/base64.[ch] ** NEW **
598 move base64 en/decoder to common directory
600 2002-11-30 [christoph] 0.8.6claws41
602 * src/common ** NEW **
603 new directory for UI independent code
605 new directory for GTK frontend
606 * src/common/.cvsignore ** NEW **
607 * src/gtk/.cvsignore ** NEW **
609 * src/common/Makefile.am ** NEW **
610 * src/gtk/Makefile.am ** NEW **
611 automake files to build new seperated stuff
613 the binary will currently still be build with the
614 files in src, so we include the code from the
615 subdirs for now after building the libs there
617 2002-11-30 [paul] 0.8.6claws40
620 fix bug [642731] 'Wrong selected account with drafted mail'
622 2002-11-29 [oliver] 0.8.6claws39
625 o update summaryview when switching between different
628 o check if messageview holds already removed msg
632 2002-11-29 [oliver] 0.8.6claws38
635 remove not needed variables and includes
636 make messageview stay opened and move to next when msgs are deleted
638 2002-11-29 [oliver] 0.8.6claws37
641 disable compose button (messageview toolbar) by default
642 deleted msgs are moved to trash
644 2002-11-29 [melvin] 0.8.6claws36
647 Increased minimal gpgme version to 0.3.10 (Zombies out)
648 and to detect signatures expirations (gpgme 0.3.6)
651 Use non obsolescent function for Gpgme engine checking.
654 Inform about expired signatures or signatures which key
655 has expired. Expiration date is displayed.
658 Inform about expired signatures or signatures which key
661 2002-11-28 [paul] 0.8.6claws35
664 re-instate 'Check for new messages' in Newsgroup
665 folders right-click menu, after a suggestion from
666 Tim Mann <timmann@users.sourceforge.net>
669 after a crash check only local folders for new
672 2002-11-28 [paul] 0.8.6claws34
675 apply patch that fixes the checking of GTK with XIM
676 support on different OSs, such as FreeBSD. Patch
677 submitted by Topia <topia@users.sourceforge.net>
679 2002-11-28 [paul] 0.8.6claws33
684 more changes to the English
686 2002-11-28 [paul] 0.8.6claws32
688 * sync with 0.8.6cvs13
689 see ChangeLog 2002-11-28 (no sync needed
692 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws31
694 * src/mainwindow.[ch]
695 add patch by Ivan F. Martinez introducing messageview Toolbar
696 some changes and committed by oliver
698 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws30
700 * src/messageview.[ch]
701 add patch by Ivan F. Martinez introducing messageview Toolbar
702 some changes and committed by oliver
704 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws29
707 add patch by Ivan F. Martinez introducing messageview Toolbar
708 some changes and committed by oliver
710 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws28
713 add patch by Ivan F. Martinez introducing messageview Toolbar
714 some changes and committed by oliver
716 2002-11-28 [oliver] 0.8.6claws27
718 * src/prefs_toolbar.[ch]
719 getting ready for messageview toolbar
720 free mem allocated by gettext
721 change prefs_toolbar to prefs_toolbar_open
723 2002-11-28 [thorsten] 0.8.6claws26
726 cleaned up conflicting declarations of
727 imageview_show_image()
729 2002-11-28 [paul] 0.8.6claws25
731 * src/grouplistdialog.c
733 src/prefs_summary_column.c
734 a few more improvements to the English
736 2002-11-28 [colin] 0.8.6claws24
739 A few updates to command-line parameters
741 2002-11-28 [colin] 0.8.6claws23
743 * src/prefs_filtering.c
744 Fix problems with prefs_filtering_delete_path:
745 a) if the first rule is removed, original pointers
746 weren't updated (leading to segfaults)
747 b) it was always global_processing updated in case
748 of removed path was parent of rule path
750 2002-11-27 [paul] 0.8.6claws22
756 src/prefs_customheader.c
757 src/prefs_display_header.c
758 src/prefs_filtering.c
759 src/prefs_folder_item.c
762 src/prefs_summary_column.c
765 improve the English in the GUI
767 2002-11-27 [colin] 0.8.6claws21
770 Fix processing renaming problems happening after
773 2002-11-27 [colin] 0.8.6claws20
776 recursive move now deletes src each subfolder after
779 Use identifier instead of path during dnd (enables
782 2002-11-27 [paul] 0.8.6claws19
785 apply patch that does command-line processing
786 BEFORE gtk_init, allowing claws to run from
787 shell-scripts in non-X environment (e.g. crontab
788 or ip-up, ip-down scripts). Patch submitted by
789 Ruslan N. Balkin <baron@dartel.ru>
792 updated by Alessandro Maestri
794 2002-11-27 [paul] 0.8.6claws18
796 * sync with 0.8.6cvs12
798 Differences are that main uses a 'Receive dialog'
799 frame on the Interface tab, whereas claws groups all
800 the dialogs together in a 'Dialogs' frame.
802 2002-11-27 [colin] 0.8.6claws17
804 * src/prefs_matcher.c
805 Fix Execute criteria's NOT flag
808 2002-11-26 [christoph] 0.8.6claws16
811 rewrite the ssl code a little bit, only use one
812 SSL context, set default certificates' file/path
814 2002-11-26 [thorsten] 0.8.6claws15
817 default-reply-to didn't work for ml-reply
819 2002-11-26 [melvin] 0.8.6claws14
821 * src/prefs_actions.c
822 Made pipe-actions ignore short headers in message view
823 Made trailing-pipe-actions write in the message view with
824 the same font as the original message
826 2002-11-26 [paul] 0.8.6claws13
829 this time commit the correct file
831 2002-11-26 [paul] 0.8.6claws12
833 * sync with 0.8.6cvs11
834 src/quote_fmt_parse.y
839 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
841 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
844 see ChangeLog 2002-11-25 and 2002-11-26
846 2002-11-26 [colin] 0.8.6claws11
849 Fix collapsed folder not auto-expanding during
850 mail dnd, if it was the source folder.
852 2002-11-25 [colin] 0.8.6claws10
854 * src/folderview.[ch]
855 Variable renaming and cleaning (slist of nodes
856 to be re-collapsed is stored in FolderView)
858 2002-11-25 [paul] 0.8.6claws9
860 * src/prefs_common.[ch]
861 fix breakage caused by last commit
863 2002-11-25 [paul] 0.8.6claws8
865 * sync with 0.8.6cvs4
866 see ChangeLog 2002-11-21
868 2002-11-25 [paul] 0.8.6claws7
870 * sync with 0.8.6cvs4
871 see ChangeLog 2002-11-20
873 2002-11-25 [paul] 0.8.6claws6
875 * sync with 0.8.6cvs3
876 see ChangeLog 2002-11-18
878 2002-11-25 [colin] 0.8.6claws5
881 Add gtkut_ctree_node_is_parent()
883 Spring-loaded folders
885 2002-11-25 [colin] 0.8.6claws4
888 Add slist_concat_unique(), function to merge
889 two GSList filtering dups
891 * src/summaryview.[ch]
894 Add detection/update/display of unread answers
897 Add procmsg_find_children()
898 Add procmsg_msg_has_marked_parent()
900 2002-11-25 [colin] 0.8.6claws3
902 * src/ssl_certificate.[ch]
903 Allow checking a certificate without a DNS
905 Allow to forget a cert (by deleting it)
906 Make ssl_certificate_destroy_public
907 * src/ssl_manager.[ch] ** NEW FILES **
908 Gui to manage (display/remove) certificates
909 * src/prefs_common.[ch]
910 Add a pref to allow silent acceptation of
911 trusted certificates or not (based on the
912 "I want to know what's going on" principle)
914 Add SSL manager in Tools menu
916 Add the new files to the build
918 Add ssl_manager.c to translations
920 2002-11-25 [colin] 0.8.6claws2
922 * src/summaryview.[ch]
923 Add S_SEARCH_EXTENDED to the quick search, which
924 allows to search using filtering syntax.
926 2002-11-25 [colin] 0.8.6claws1
929 Deletion of duplicates now prefer deleting
930 the unread dup (fixes feature-request 638989).
932 2002-11-24 [paul] 0.8.6claws
938 updated by Ricardo Mones Lastra,
939 Witold Wladyslaw Wojciech Wilk,
940 Ruslan N. Balkin, and Urke MMI
943 2002-11-24 [paul] 0.8.5claws182
946 updated by George Danchev
948 2002-11-23 [alfons] 0.8.5claws181
951 tiny memory leak found by browsing Dimitar's
954 2002-11-23 [paul] 0.8.5claws180
957 updated by Alessandro Maestri
959 2002-11-22 [christoph] 0.8.5claws179
963 * src/prefs_filtering.c
967 2002-11-22 [alfons] 0.8.5claws178
970 summary_execute_delete_func(): if message is deleted, make
971 sure to also remove its entry in the subject hash table.
972 fixes a corner case bug.
974 2002-11-22 [paul] 0.8.5claws177
979 * ltconfig ** REMOVED **
982 2002-11-22 [paul] 0.8.5claws176
985 textview_set_font(): fix for message display in
986 UTF-8 locales (thanks to Sergey Vlasov).
989 add new team members and contributors
992 2002-11-21 [colin] 0.8.5claws175
995 Add procmsg_remove_special_headers()
997 Use procmsg_remove_special_headers() for
1000 2002-11-21 [colin] 0.8.5claws174
1003 Fix moving/copying from queue/draft folders
1006 2002-11-21 [christoph] 0.8.5claws173
1012 * src/matcher_parser_lex.[hl]
1014 * src/mbox_folder.[ch]
1015 * src/prefs_filtering.c
1017 * src/quote_fmt_lex.l
1019 fix all warnings except the warnings in lex and yacc files
1021 2002-11-20 [christoph] 0.8.5claws172
1024 fix MsgInfo retrieval for IMAP draft and queue folders
1025 (closes bug [ 619558 ] Draft saving on IMAP box issue)
1027 2002-11-19 [christoph] 0.8.5claws171
1030 fix segfault, when draft saving does not get
1031 the MsgInfo of the new message
1032 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
1034 2002-11-19 [christoph] 0.8.5claws170
1037 add parameter check for flag setting function
1038 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
1040 2002-11-18 [paul] 0.8.5claws169
1043 more sensitivity fixes to redirect mode:
1044 * disable toolbar draft button
1045 * allow only Address book in the Tools menu
1046 * disable editing of message by the spell
1049 2002-11-18 [paul] 0.8.5claws168
1052 fix sensitivity of menu items in compose_redirect():
1053 allow only the necessary items
1055 2002-11-18 [paul] 0.8.5claws167
1058 fix bug [ 603259 ] 'attachment got lost on bounce'
1060 2002-11-18 [paul] 0.8.5claws166
1063 updated by Ruslan N. Balkin <baron@dartel.ru>
1065 2002-11-18 [colin] 0.8.5claws165
1069 Remove old filtering stuff
1072 2002-11-17 [oliver] 0.8.5claws164
1075 remove not needed typedef
1077 2002-11-17 [oliver] 0.8.5claws163
1080 make toolbar's on click events translatable
1082 2002-11-15 [colin] 0.8.5claws162
1085 Revert too-soon integration of a feature
1087 2002-11-15 [christoph] 0.8.5claws161
1090 use main's implementation of imap_get_msginfo
1092 2002-11-15 [christoph] 0.8.5claws160
1102 replace claws' fetch_msginfo with main's get_msginfo
1103 (use main's implementation where possible)
1105 2002-11-15 [colin] 0.8.5claws159
1107 * src/ssl_certificate.c
1110 2002-11-16 [melvin] 0.8.5claws158
1113 Updated French translations.
1115 2002-11-16 [colin] 0.8.5claws157
1117 * src/ssl_certificate.c
1118 Check for missing parts in the certificates
1120 2002-11-15 [colin] 0.8.5claws156
1123 Preventive fix (missing check) found by
1129 sync with 0.8.6 release
1131 2002-11-15 [colin] 0.8.5claws155
1135 Fix error handling of folder_item_move_to()
1138 2002-11-15 [colin] 0.8.5claws154
1142 folder_item_move_to() sets an error message instead
1143 of having GUI stuff in folder.c
1145 2002-11-15 [colin] 0.8.5claws153
1148 Implemented a callback for MsgInfo updates,
1149 heavily copy/pasted from Christoph's folder
1151 * src/summaryview.[ch]
1152 Register summary_update_msg as callback
1154 2002-11-14 [colin] 0.8.5claws152
1157 Update the FolderItem after sending (fixes 617593)
1159 2002-11-14 [christoph] 0.8.5claws151
1162 fix wrong position of NULL pointer check found
1165 2002-11-14 [christoph] 0.8.5claws150
1168 fix segfault when deleting messages from IMAP folders
1169 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
1171 2002-11-14 [colin] 0.8.5claws149
1174 Forwarding was also ignoring the folder's default account.
1176 2002-11-14 [colin] 0.8.5claws148
1179 Fix sent folder not set to folder properties when
1182 2002-11-14 [thorsten] 0.8.5claws147
1185 inc_start(): Files were not moved from .processing to inbox,
1186 if no global processing rule existed
1188 2002-11-14 [colin] 0.8.5claws146
1190 * src/ssl_certificate
1193 2002-11-14 [paul] 0.8.5claws145
1196 updated by Alessandro Maestri
1198 2002-11-13 [alfons] 0.8.5claws144
1201 folder_item_close(): only mark messages unread
1202 when a folder has new messages
1204 2002-11-13 [keith] 0.8.5claws143
1207 Fix problem moving or copying between
1210 2002-11-13 [colin] 0.8.5claws142
1212 * src/matcher_parser_parse.y
1213 Fix rule problem when " don't match
1215 2002-11-13 [christoph] 0.8.5claws141
1219 moved cache saving to folder_item_close
1220 the folderview should not have to deal with
1223 2002-11-13 [christoph] 0.8.5claws140
1226 moved setting of important score to
1227 summary_set_prefs_from_folderitem
1229 2002-11-13 [colin] 0.8.5claws139
1231 * src/matcher_parser_parse.y
1232 Fix a segfault in the parser (happening when
1233 a good expression had been tested and a bad
1236 2002-11-13 [paul] 0.8.5claws138
1238 * sync with 0.8.5cvs24
1239 see ChangeLog 2002-11-13
1242 updated by Fabio Jr. Beneditto
1244 2002-11-13 [colin] 0.8.5claws137
1249 Revert last commit, problem
1251 2002-11-13 [colin] 0.8.5claws136
1254 Remove duplicated code
1256 Bumped CACHE_VERSION and MARK_VERSION
1258 Network endian for cache and mark files
1260 2002-11-12 [colin] 0.8.5claws135
1263 Fix the "socket error" dialog which disappeared
1265 2002-11-12 [colin] 0.8.5claws134
1268 Reverse last commit which had performance
1269 problems, but still reverse the list
1271 2002-11-12 [colin] 0.8.5claws133
1276 2002-11-12 [melvin] 0.8.5claws132
1279 Added a check for a NULL prefs_common.dictionary
1281 2002-11-12 [colin] 0.8.5claws131
1283 * src/ssl_certificate.[ch]
1286 2002-11-12 [colin] 0.8.5claws130
1288 * src/ssl_certificate.[ch]
1289 Take connection port into account for
1290 checking certificates (a single hostname
1291 could have multiple servers with multiple
1294 Pass the port to ssl_certificate_check
1296 2002-11-12 [paul] 0.8.5claws129
1299 fix a typo in last commit
1301 2002-11-12 [paul] 0.8.5claws128
1303 * sync with 0.8.5cvs23
1304 see ChangeLog entry 2002-11-12
1306 2002-11-11 [colin] 0.8.5claws127
1308 * src/ssl_certificate.c
1310 Don't popup, instead log error, if the
1311 corresponding pref is checked
1312 * src/ssl_certificate.h
1313 include <openssl/objects/h>
1315 2002-11-11 [colin] 0.8.5claws126
1317 * src/ssl_certificate.h
1320 2002-11-11 [colin] 0.8.5claws125
1322 * src/ssl_certificate.c
1325 2002-11-11 [colin] 0.8.5claws124
1329 * src/ssl_certificate.[ch]
1330 Cleaned a bit (better use of SSL API)
1331 (This will cause non-recognition of saved
1332 certificates of claws12[23]...)
1334 2002-11-11 [paul] 0.8.5claws123
1337 updated by Ricardo Mones Lastra
1339 2002-11-11 [colin] 0.8.5claws122
1344 2002-11-11 [colin] 0.8.5claws121
1346 * src/ssl_certificate.[ch] ** NEW FILES **
1348 Check SSL certificates presented to us
1350 Add ssl_certificate.[ch]
1352 Add ssl_certificate.c
1354 2002-11-11 [paul] 0.8.5claws120
1356 * sync with 0.8.5cvs22
1357 see ChangeLog 2002-11-11
1359 2002-11-11 [paul] 0.8.5claws119
1361 * sync with 0.8.5cvs21
1362 see ChangeLog 2002-11-11
1364 2002-11-10 [jens] 0.8.5claws118
1368 corrected some typing
1370 updated german translation
1372 cleaned up specfile and adjusted it for claws
1374 2002-11-10 [colin] 0.8.5claws117
1377 a STATUSBAR_PUSH/POP fix
1379 2002-11-10 [colin] 0.8.5claws116
1381 * src/prefs_folder_item.c
1382 Fix hanging after opening folder properties
1384 2002-11-10 [hoa] 0.8.5claws115
1386 * src/matcher_parser_lex.l
1387 * src/matcher_parser_parse.y
1388 config file for scoring and filtering is no more trashed
1389 when there is a syntax error in a filtering rule when
1390 editing it in a dialog.
1392 2002-11-09 [colin] 0.8.5claws114
1395 Added missing initialisation of folder->destroy()
1397 2002-11-09 [colin] 0.8.5claws113
1401 Fix the status bar messages
1403 2002-11-09 [colin] 0.8.5claws112
1406 Fix hangs after folder dnd, happening after
1409 2002-11-09 [christoph] 0.8.5claws111
1412 just changed order of calls (reverse order of
1415 lock inc when checking only one account, otherwise
1416 inc all could be executed at the same time
1418 2002-11-09 [christoph] 0.8.5claws110
1421 better unlock the mouse cursor before calling
1422 summary_show because it changes the cursor too
1424 2002-11-09 [christoph] 0.8.5claws109
1428 add functions to open and close a folder
1429 o opending will execute scanning for remote folders
1431 o closing will unset new flag for messages
1433 2002-11-09 [colin] 0.8.5claws108
1436 Add a call to prefs_matcher_write_config to
1437 avoid non-leaf folders filtering settings to be
1440 2002-11-09 [paul] 0.8.5claws107
1442 * src/prefs_account.c
1445 2002-11-09 [colin] 0.8.5claws106
1450 2002-11-09 [colin] 0.8.5claws105
1453 Fix prefs_filtering deletion for MH folders (same
1455 * src/prefs_filtering.c
1456 Fix prefs_filtering renaming and deletion for
1457 folder-based processing rules.
1459 2002-11-09 [christoph] 0.8.5claws104
1463 * src/folderview.[ch]
1469 * src/prefs_folder_item.c
1472 implement a callback system for folder item updates
1474 2002-11-09 [colin] 0.8.5claws103
1477 Fix prefs_filtering renaming for MH folders (we
1478 shouldn't rename by path as another folder could
1479 have the same hierarchy).
1481 2002-11-09 [colin] 0.8.5claws102
1484 Fix a leak found by Christoph, use better variable
1487 2002-11-09 [colin] 0.8.5claws101
1490 One more fix for processing rules
1492 2002-11-08 [colin] 0.8.5claws100
1495 Don't copy the compiled regexp (will be reevaluated)
1497 Lock folderview while moving
1499 Provide info on what's happening to the user
1501 2002-11-08 [colin] 0.8.5claws99
1504 Fix folder reordering after a move if parent is
1507 Add function to copy a ScoringProp
1508 * src/prefs_folder_item.c
1509 Copy scoring rules when copying a folder prefs
1511 2002-11-08 [colin] 0.8.5claws98
1514 Fixes in case of failure
1515 * src/filtering.[ch]
1516 Add function to duplicate a FilteringProp
1518 Add function to duplicate a MatcherProp
1519 * src/prefs_folder_item.c
1520 Save folder's processing rules when copying
1523 2002-11-08 [colin] 0.8.5claws97
1528 Change a printf to debug_print
1530 2002-11-08 [colin] 0.8.5claws96
1534 Fix segfaults, call me stupido
1537 2002-11-08 [colin] 0.8.5claws95
1540 Added forgotten prefs to save when moving folders
1542 2002-11-08 [colin] 0.8.5claws94
1545 Fixes to folder DND (prefs copy)
1547 Optimization for folder DND (don't rescan whole tree)
1548 Added folderview_create_folder_node() for this
1549 optimization, so de-duped a bit the code
1550 * src/prefs_folder_item.[ch]
1551 Added prefs_folder_item_copy_prefs()
1553 2002-11-08 [paul] 0.8.5claws93
1555 * src/prefs_account.c
1557 tools/kmail2sylpheed_v2.pl
1560 2002-11-08 [paul] 0.8.5claws92
1563 src/prefs_account.[ch]
1564 remove account options 'clearsign' and 'ascii_armored',
1565 replace with 'default_gnupg_mode' to prevent mixed-mode
1568 2002-11-08 [paul] 0.8.5claws91
1571 re-implement GnuPG 'on-the-fly' mode selection,
1574 2002-11-08 [colin] 0.8.5claws90
1577 src/prefs_folder_item.c
1578 Change "Property" to "Properties"
1580 2002-11-07 [colin] 0.8.5claws89
1584 Allow folder dropping to a root folder
1586 2002-11-07 [paul] 0.8.5claws88
1591 2002-11-07 [paul] 0.8.5claws87
1594 fix reply-to-list bug. closes bug report
1595 "[633382] reply-to-list broken in recent cvs"
1597 2002-11-07 [paul] 0.8.5claws86
1600 add a forgotten '#if USE_GPGME ... #endif'
1602 2002-11-07 [paul] 0.8.5claws85
1604 * sync with 0.8.5cvs20
1605 see ChangeLog 2002-11-07
1607 2002-11-07 [colin] 0.8.5claws84
1610 Change folder_item_move_to to return the newly
1613 Select the new folderitem after moving.
1615 2002-11-07 [colin] 0.8.5claws83
1617 * src/prefs_filtering.c
1618 Fix rule rewriting when moving a leaf folder to a
1621 2002-11-07 [colin] 0.8.5claws82
1623 * src/prefs_filtering.c
1626 2002-11-07 [colin] 0.8.5claws81
1629 Add folder_item_move_to() function to move a
1630 folderitem into another one (updates matcher etc)
1632 Add folder drag'n drop (context menu to come)
1633 [Should be dataloss free, but Please backup before
1636 2002-11-06 [colin] 0.8.5claws80
1639 mh_create_folder() returns NULL if can't create
1642 2002-11-06 [paul] 0.8.5claws79
1645 allow 'on-the-fly' changing of the type of encryption
1646 and/or signing used (mime/ascii) via the compose window
1648 2002-11-06 [paul] 0.8.5claws78
1650 * sync with 0.8.5cvs19
1651 see ChangeLog 2002-11-06 for src/account.c:
1652 account_get_special_folder()
1654 2002-11-05 [alfons] 0.8.5claws77
1657 very minor cleanups: nothing to see here, move on. :-)
1659 2002-11-05 [colin] 0.8.5claws76
1662 Changes choices if compose windows are opened to
1663 Discard, Draft, Don't quit
1665 2002-11-05 [thorsten] 0.8.5claws75
1668 reenabled default_reply_to folder option
1670 2002-11-05 [colin] 0.8.5claws74
1677 add clean_quit() for the SIGTERM handler
1679 2002-11-05 [paul] 0.8.5claws73
1682 updated by Ricardo Mones Lastra
1684 2002-11-05 [melvin] 0.8.5claws72
1687 Fixed log-clipping bug #616795.
1688 To stop logging in the log window use 0 length.
1689 * src/prefs_common.c
1690 Added a label to inform about the 0 log length behaviour.
1692 2002-11-05 [paul] 0.8.5claws71
1694 * sync with 0.8.5cvs17
1695 see ChangeLog 2002-11-05
1697 2002-11-04 [paul] 0.8.5claws70
1699 * sylpheed-128x128.png
1702 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
1703 <nikai@users.sourceforge.net>
1706 updated by George Danchev
1708 2002-11-03 [thorsten] 0.8.5claws69
1713 add check if gpg is active
1715 2002-11-03 [thorsten] 0.8.5claws68
1718 removed GSList declaration causing trouble on MacOS-X
1719 (submitted by alfons, reported by xfesty)
1721 2002-11-01 [paul] 0.8.5claws67
1724 remove last remnants of main's filter code
1726 2002-11-01 [paul] 0.8.5claws66
1728 * tools/filter_conv.pl
1729 fix bug where user-defined headers were ignored
1731 2002-11-01 [paul] 0.8.5claws65
1734 make a debug_print() not translatable
1736 2002-10-31 [melvin] 0.8.5claws64
1739 Fixed --disable-aspell-test. Now --disable-aspell-test will
1740 not run any GNU/aspell test. The dictionary path will
1741 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
1742 was given, in which case, it will be $prefix/lib/aspell/
1744 Fixed typo in commentary (Aspell code).
1746 2002-10-31 [paul] 0.8.5claws63
1749 remove src/filter.c and src/prefs_filter.c
1750 thanks to Ricardo for reminding me
1752 2002-10-31 [colin] 0.8.5claws62
1757 2002-10-31 [paul] 0.8.5claws61
1759 * src/prefs_filter.[ch] ** REMOVED **
1760 src/filter.[ch] ** REMOVED **
1769 src/prefs_filtering.c
1770 src/summaryview.[ch]
1771 remove main's 'filter' code
1774 update to reflect removal of main's filter
1776 2002-10-31 [paul] 0.8.5claws60
1779 remove check for global_processing in summary_filter_open().
1780 This fixes the bug where if the user uses the right-click
1781 'Create filter rule...' and doesn't have any filter rules
1782 already defined in claws' advanced filtering, the newly
1783 created filter rule goes to main's filtering which is
1784 inaccessible through the gui. Now the filter rule gets added
1785 to claws' filtering by default.
1787 2002-10-28 [melvin] 0.8.5claws59
1789 * src/prefs_actions.c
1790 Fixed bug #627322 where MIME parts were not always
1791 correctly passed to a %p action
1792 Display an error dialog when message filename is not found.
1794 2002-10-28 [melvin] 0.8.5claws58
1796 * src/prefs_common.c
1797 Readded a missing function declaration lost in 0.8.3claws34
1799 2002-10-28 [paul] 0.8.5claws57
1801 * sync with 0.8.5cvs15
1802 see ChangeLog 2002-10-28 and 2002-10-25
1804 Note: ChangeLog entry 2002-10-24 is not sync'ed.
1806 2002-10-27 [oliver] 0.8.5claws56
1809 plug leak in pop3_top_recv
1811 2002-10-26 [christoph] 0.8.5claws55
1814 set need_update folder flag when messages are added
1815 (closes bug [ 626922 ] folder not updated after receiving)
1817 2002-10-25 [melvin] 0.8.5claws54
1820 Fixed a memleak introduced in the scaling code.
1822 2002-10-24 [alfons] 0.8.5claws53
1825 make filtering's forward message action forward from the
1827 (closes bug [628089 ] Filter -> Forward from address problem
1830 2002-10-24 [christoph] 0.8.5claws52
1834 o use manual of current locale or english if current
1835 locale is not available (and english is available)
1836 o also link to sylpheed doc project manuals
1838 2002-10-23 [paul] 0.8.5claws51
1841 tools/kmail2sylpheed_v2.pl
1842 add new version of kmail addressbook importer script.
1843 works with newer versions of Kmail/KAddressBook which
1844 have new and rearranged data.
1846 2002-10-23 [martin] 0.8.5claws50
1852 added length parameter to get_abbrev_newsgroup_name()
1853 changed this function so that it abbreviates the newsgroup
1854 names only so long it is smaller than the length parameter
1855 (for better reading of some newsgroup names and space efficiency)
1857 2002-10-22 [colin] 0.8.5claws49
1860 Revert Alfons' last modification (after voting ;-))
1862 2002-10-21 [alfons] 0.8.5claws48
1865 folder view in folder selection dialog reflects state of
1866 folder view in main window
1868 2002-10-18 [alfons] 0.8.5claws47
1871 drop imported messages in folder selected by user,
1872 and not in the inbox
1873 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
1875 2002-10-18 [alfons] 0.8.5claws46
1878 make automagic reply work correctly for email accounts
1879 (whether it's viable to do a full sync with Hiro's
1880 compose.c is still under discussion)
1882 2002-10-18 [melvin] 0.8.5claws45
1884 * src/prefs_actions.c
1885 Fixed bug #622275 where asynchroneous actions left
1887 Made (synchroneous) actions' input be displayed live.
1889 2002-10-18 [christoph] 0.8.5claws44
1892 don't add a newline in the textview in front of the
1893 first textpart if header display is disabled
1894 (closes bug [ 603385 ] disabled header display leaves blank
1897 2002-10-18 [christoph] 0.8.5claws43
1904 folder->get_num_list now returns an error code
1905 (closes bug [ 609424 ] News cache cleared on failure)
1907 2002-10-17 [colin] 0.8.5claws42
1910 Changed a printf by debug_print
1914 * tools/OOo2sylpheed.pl
1915 allow for spaces in the name of the
1916 file to be attached.
1918 2002-10-16 [colin] 0.8.5claws41
1921 Use a tristate to change online mode
1923 2002-10-16 [paul] 0.8.5claws40
1926 updated by Ricardo Mones Lastra
1928 2002-10-16 [colin] 0.8.5claws39
1932 Added --online and --offline command-line
1935 2002-10-15 [christoph] 0.8.5claws38
1938 set mimeinfo->name to NULL after g_free to
1939 avoid double freeing with g_free
1941 2002-10-14 [christoph] 0.8.5claws37
1946 remove calls to folder->change_flags that are now
1947 done by procmsg flag functions (seems it is not
1948 used by any foldertype anyway)
1950 init folder->change_flags with NULL
1952 2002-10-14 [christoph] 0.8.5claws36
1956 use virtual functions for folder item new and destroy
1959 2002-10-14 [melvin] 0.8.5claws35
1962 Added a test to not run the spell checker if no default
1963 dictionary is available. No dialog is displayed though.
1965 2002-10-14 [melvin] 0.8.5claws34
1968 Fixed bug in dictionary list context menu where
1969 "More..." pointed to an emtpy submenu if the
1970 number of dictionaries is a multiple of 15
1971 Removed unneeded code in suggestions list creation
1973 2002-10-14 [paul] 0.8.5claws33
1976 updated by George Danchev
1978 2002-10-13 [hoa] 0.8.5claws32
1981 src/matcher_parser_parser.y
1982 removed the escaped string from internal structure
1985 2002-10-12 [colin] 0.8.5claws31
1987 * src/gtksctree.[ch]
1989 Removed useless function gtksctree_reanchor
1991 2002-10-12 [alfons] 0.8.5claws30
1993 * sync with remaining main changes 2002-10-09 - 2002-10-11
1994 - drop changes to src/compose.c (requires claws specific changes)
1996 2002-10-12 [alfons] 0.8.5claws29
1998 * sync with main changes of 2002-10-08
1999 - drop changes to src/compose.c (requires claws specific changes)
2000 - drop changes to src/summaryview.c (requires changes to compose.c)
2002 2002-10-12 [alfons] 0.8.5claws28
2004 * sync with main changes of 2002-10-07
2006 2002-10-12 [alfons] 0.8.5claws27
2008 * sync with main changes of 2002-10-04
2009 - drop changes to src/compose.c (requires claws specific changes)
2010 - drop changes to src/prefs_folder_item.c (claws implementation
2011 seems to be working)
2013 2002-10-12 [colin] 0.8.5claws26
2016 Fix folder-flicker when space-reading, introduced
2019 2002-10-12 [colin] 0.8.5claws25
2022 Save account address when saving as draft.
2025 2002-10-12 [colin] 0.8.5claws24
2028 Fix the problem consisting of no message selected
2029 after the last message in a folder has been moved.
2031 2002-10-12 [paul] 0.8.5claws23
2034 src/prefs_template.c
2036 add Cc and Bcc to templates. Patch submitted by
2039 2002-10-12 [colin] 0.8.5claws22
2042 Fix a bug after "Check for new messages":
2043 If a folder was opened, it was still selected at
2044 the end of the check, but displayed empty.
2046 Remove unnecessary check
2051 be more verbose in the description of
2055 2002-10-11 [colin] 0.8.5claws21
2058 Make space work (better) when no mail is selected
2060 2002-10-11 [colin] 0.8.5claws20
2066 2002-10-11 [colin] 0.8.5claws19
2069 revert 0.8.5claws6 changes as i couldn't get to
2072 2002-10-11 [melvin] 0.8.5claws18
2075 Removed buggy and unused macro (should have been committed in
2078 2002-10-11 [melvin] 0.8.5claws17
2081 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
2083 2002-10-11 [thorsten] 0.8.5claws16
2086 remove rescan warning
2088 2002-10-11 [colin] 0.8.5claws15
2091 fix a segfault that happens if conv_unmime_header
2092 fails (should be better to find out why it fails)
2094 2002-10-11 [christoph] 0.8.5claws14
2097 update folderview stats after ignore/unignore thread
2099 2002-10-11 [hoa] 0.8.5claws13
2101 * src/quote_fmt_parse.y
2102 Fixed a yacc/bison syntax error
2104 Escaping of string is fixed.
2106 2002-10-11 [colin] 0.8.5claws12
2109 Resize images to fit
2111 2002-10-11 [paul] 0.8.5claws11
2114 updated by Ricardo Mones Lastra
2116 2002-10-10 [alfons] 0.8.5claws10
2119 allow dropping files by "moving" files from a file manager,
2120 not only by the more cumbersome "copying". the latter
2121 mostly implies holding down the Control button
2123 2002-10-10 [christoph] 0.8.5claws9
2126 update folders after thread building for ignored threads
2128 2002-10-10 [christoph] 0.8.5claws8
2132 * src/filtering.[ch]
2134 * src/folderview.[ch]
2139 * src/summaryview.[ch]
2140 o added new flag need_update to FolderItem
2141 o removed folder_table from various functions from tracking
2143 o set need_update flags in folder.c's move, copy and delete
2144 functions and procmsg's flags functions
2145 o added function folderview_update_items_when_required that
2146 updates all folders with need_update set
2147 o call folderview_update_items_when_required instead of
2148 folderview_update_item_foreach
2150 2002-10-09 [sergey] 0.8.5claws7
2153 Strip CRs whel loading the text into editor in reedit mode.
2155 2002-10-09 [colin] 0.8.5claws6
2158 Make Space work when no mail is selected
2160 2002-10-09 [colin] 0.8.5claws5
2162 * src/gtksctree.[ch]
2164 Add gtk_sctree_reanchor()
2166 Use gtk_sctree_reanchor() - better fix for
2169 2002-10-09 [colin] 0.8.5claws4
2172 Fix shift-click select after delete problem
2175 2002-10-08 [thorsten] 0.8.5claws3
2178 exclude current msg from -hide read messages-
2180 2002-10-08 [colin] 0.8.5claws2
2185 Differentiate socket errors from disk full
2188 2002-10-08 [christoph] 0.8.5claws1
2192 modifications for new config directory
2194 * config.guess ** REMOVED **
2195 * config.sub ** REMOVED **
2196 * install-sh ** REMOVED **
2197 * ltmain.sh ** REMOVED **
2198 * missing ** REMOVED **
2199 * mkinstalldirs ** REMOVED **
2200 these files are autogenerated by automake
2201 when you run autogen.sh
2203 * config/.cvsignore ** NEW FILE **
2204 * config/Makefile.am ** NEW FILE **
2205 ignore autogenerated files
2206 create a Makefile in this directory
2208 2002-10-08 [paul] 0.8.5claws
2210 * 0.8.5claws release
2215 fix quote reply format for newsgroups reply bug
2220 updated by me and Witold Wladyslaw Wojciech Wilk
2223 2002-10-07 [paul] 0.8.3claws53
2228 updated messages catalogs, submitted by
2229 Alessandro Maestri, Fabio Jr.Beneditto
2230 and Urke MMI, respectively.
2232 2002-10-07 [christoph] 0.8.3claws52
2237 fix new folder ghost message bug
2238 (closes bug [ 619722 ] wrong count for newly created folders)
2240 2002-10-07 [christoph] 0.8.3claws51
2243 fix news posting problem
2245 2002-10-07 [melvin] 0.8.3claws50
2248 Updated French translation
2250 2002-10-05 [christoph] 0.8.3claws49
2253 check if line_start_cache is set in gtk_stext_update_text
2254 (closes bug [ 618119 ] crash while doing search in folder)
2256 2002-10-05 [christoph] 0.8.3claws48
2262 implement cache cleanups for claws' folder system
2263 (closes bug [ 595916 ] imapcache not cleaned up)
2265 2002-10-05 [melvin] 0.8.3claws47
2267 * src/prefs_actions.c
2268 Made the help text more clear for the %p token
2270 2002-10-04 [paul] 0.8.3claws46
2273 see ChangeLog 2002-10-02 and 2002-10-03
2275 2002-10-04 [christoph] 0.8.3claws45
2278 fix segfault caused by pop before smtp
2279 call to inc_account_mail with NULL
2282 2002-10-04 [paul] 0.8.3claws44
2285 sync the LDAP detection from 0.8.5cvs1
2287 2002-10-02 [christoph] 0.8.3claws43
2290 fix small spelling error
2292 2002-10-02 [melvin] 0.8.3claws42
2295 Behave better and say "no" when test program cannot be run.
2297 2002-10-02 [paul] 0.8.3claws41
2299 * sync with 0.8.4cvs1
2300 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
2303 toggle the behavior of Reply menuitem between
2304 normal reply and reply-to-list
2306 2002-10-01 [sergey] 0.8.3claws40
2309 Convert newlines in the message text to the canonical form
2310 before base64 encoding (RFC2045 compliance, fixes some
2311 interoperability issues with Evolution 1.0.3)
2313 2002-09-29 [colin] 0.8.3claws39
2316 Fix an unwanted copy/paste
2318 2002-09-29 [colin] 0.8.3claws38
2321 Renamed "Custom toolbar" to "Customize toolbar"
2322 Renamed "Show all header" to "Show all headers"
2323 Renamed "Set diplay item" to "Set displayed items"
2324 * src/prefs_common.c
2325 Renamed "Show all header" to "Show all headers"
2326 * src/prefs_summary_column.c
2327 Renamed "diplay item" to "displayed items"
2329 2002-09-29 [colin] 0.8.3claws37
2331 * src/mainwindow.[ch]
2332 online/offline status pixmaps follow theme
2334 * src/summaryview.[ch]
2335 quicksearch pixmap follows theme changes
2337 2002-09-29 [thorsten] 0.8.3claws36
2340 src/prefs_folder_item.[ch]
2341 add default_reply_to folder option (closes patch 581044)
2343 2002-09-29 [christoph] 0.8.3claws35
2345 * acconfig.h ** REMOVED **
2349 * ac/gnupg-check-typedef.m4
2350 fix autoheader 2.50 warning
2352 2002-09-29 [christoph] 0.8.3claws34
2354 * major code cleanup (part 2)
2356 - unused variables removed
2357 - unused functions removed
2358 - uninitialized variables checked
2359 - missing return statements added
2360 - missing function return types added
2361 - added parentheses around assignment
2362 when suggested by gcc
2364 2002-09-29 [alfons] 0.8.3claws33
2367 log_window_clear(): only bracket gtk_text_forward_delete()
2368 with gtk_text_freeze() / gtk_text_thaw() (see if this
2369 works around GTK text bug)
2371 2002-09-29 [paul] 0.8.3claws32
2375 updated by George Danchev and Urke MMI
2378 2002-09-27 [christoph] 0.8.3claws31
2380 * doc-src/readme.txt
2381 * doc-src/rfc1806.txt ** REMOVED **
2382 * doc-src/rfc2183.txt ** NEW FILE **
2383 * doc-src/rfc2980.txt ** NEW FILE **
2386 2002-09-27 [melvin] 0.8.3claws30
2389 Fixed typo which could break linking
2391 2002-09-27 [melvin] 0.8.3claws29
2394 Improved GNU/aspell checking.
2397 2002-09-27 [paul] 0.8.3claws28
2399 * sync with 0.8.3cvs8
2400 see ChangeLog 2002-09-27
2402 2002-09-26 [colin] 0.8.3claws27
2406 Add "Reply to Mailing-list" to the toolbar
2408 2002-09-26 [christoph] 0.8.3claws26
2411 Fix wrong message counts in summaryview status
2413 2002-09-26 [paul] 0.8.3claws25
2415 * sync with 0.8.3cvs7
2416 see ChangeLog 2002-09-26
2418 2002-09-26 [paul] 0.8.3claws24
2420 * sync with 0.8.3cvs6
2421 see ChangeLog 2002-09-25
2423 2002-09-25 [christoph] 0.8.3claws23
2425 * src/prefs_common.c
2426 * src/prefs_folder_item.c
2427 * src/prefs_scoring.c
2428 Renamed "kill score" to "hide score" in GUI
2431 2002-09-25 [paul] 0.8.3claws22
2433 * sync with 0.8.3cvs5
2434 see ChangeLog 2002-09-24
2436 2002-09-24 [alfons] 0.8.3claws21
2438 patch by Satoshi Nagayasu: allows appending / saving multiple
2439 selected files (closes "[ 612279 ] save multiple mesg(s) in
2443 add Satoshi Nagayasu
2445 summary_save_as(): allow saving selected files to
2447 summary_set_menu_sensitive: enable "Save As..." when
2448 multiple files are selected
2450 append_file(): new function
2452 2002-09-24 [colin] 0.8.3claws20
2455 Fix segfault when mimeinfo doesn't have a
2458 2002-09-24 [colin] 0.8.3claws19
2460 * src/prefs_common.[ch]
2461 Add a preference to display send dialog or not
2463 Display send dialog according to preference
2465 2002-09-24 [colin] 0.8.3claws18
2468 Disable user actions when sending
2470 2002-09-24 [colin] 0.8.3claws17
2473 Do not display name or filename for attachments
2474 with an application/pgp-signature type
2475 (security flaw, see bug 537413)
2477 2002-09-23 [colin] 0.8.3claws16
2480 Initialize entry_email, entry_alias and
2481 entry_remarks to first email address of the list
2483 2002-09-23 [colin] 0.83claws15
2486 Drop pgp-signature when reediting a signed queued
2489 2002-09-23 [melvin] 0.8.3claws14
2492 Updated French translation
2494 2002-09-23 [melvin] 0.8.3claws13
2497 Made custom toolbar menu labels more consistent
2498 * src/prefs_toolbar.c
2499 Made custom toolbar window title more consistent
2501 2002-09-22 [colin] 0.8.3claws12
2504 Initialize session type to normal before getting
2505 mail (fixes strange Get behaviour)
2506 * src/prefs_account.h
2507 Move STYPE_POP_BEFORE_SMTP to last position to
2508 avoid other side-effects
2510 2002-09-22 [colin] 0.8.3claws11
2512 * src/prefs_account.c
2513 Fix pop_bfr_smtp_tm_entry sensivity when switching
2514 from pop3 to apop or vice-versa
2516 2002-09-22 [colin] 0.8.3claws10
2518 * src/prefs_account.[ch]
2519 Add an option for the POP before SMTP timeout
2521 Remember time of last POP connection
2523 Do POP before SMTP only if timeout reached
2525 2002-09-22 [oliver] 0.8.3claws9
2528 explain custom toolbar
2530 2002-09-22 [oliver] 0.8.3claws8
2532 * src/prefs_actions.[ch]
2533 custom toolbar for compose
2534 actions callback from compose toolbar
2536 remove include toolbar.h
2538 2002-09-22 [oliver] 0.8.3claws7
2540 * src/prefs_toolbar.[ch]
2541 custom toolbar for compose
2542 - generic prefs_toolbar handles both
2543 Mainwin's toolbar as well as Compose toolbar
2545 2002-09-22 [oliver] 0.8.3claws6
2548 custom toolbar for compose
2549 restructure toolbar.[ch]
2551 2002-09-22 [oliver] 0.8.3claws5
2554 custom toolbar for compose
2556 2002-09-22 [oliver] 0.8.3claws4
2558 * src/mainwindow.[ch]
2559 custom toolbar for compose
2560 move mainwin toolbar back to mainwindow
2562 2002-09-22 [alfons] 0.8.3claws3
2569 2002-09-22 [alfons] 0.8.3claws2
2572 procmsg_save_to_outbox(): don't unlink message file from queue;
2573 callers should do it using folder_item_remove_msg()
2575 2002-09-22 [colin] 0.8.3claws1
2578 Made mimeview_check_signature() public
2580 Made GPG signatures verifiable by clicking
2581 the [application/pgp-signature] in the Text
2584 2002-09-22 [paul] 0.8.3claws
2593 updated translations, submitted by George Danchev,
2594 me, Ricardo Mones Lastra, Alessandro Maestri,
2595 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
2596 and Urke MMI, respectively.
2598 2002-09-22 [alfons] 0.8.2claws65
2602 no furry valgrinds have been used to plug these memleaks
2604 2002-09-20 [paul] 0.8.2claws64
2606 * sync with 0.8.3cvs4
2607 'Select thread' re-implemented
2608 see ChangeLog 2002-09-20
2610 2002-09-21 [alfons] 0.8.2claws63
2613 compose_send(): plug unnoticed memleak
2615 2002-09-20 [alfons] 0.8.2claws62
2618 replace_address_in_edit(): strict check for NULL address to
2619 fix "[ 607348 ] Segfault in address completion". My guess is
2620 that this happens with an empty address book, but it's good
2621 to have this check here anyway
2623 completion_window_button_press(): free string returned
2624 from the internal cache
2626 2002-09-20 [christoph] 0.8.2claws61
2629 added ENC_BINARY to EncodingType
2631 the string returned by procmime_get_encoding_str
2632 should not depend on the order of values in the
2633 EncodingType definition
2634 * doc-src/rfc1806.txt ** NEW FILE **
2635 Added rfc1806 about MIME Content-Disposition
2638 2002-09-19 [paul] 0.8.2claws60
2640 * sync with 0.8.2cvs3
2641 see ChangeLog 2002-09-19
2643 2002-09-19 [paul] 0.8.2claws59
2645 * src/prefs_folder_item.c
2646 revert to Darko's original alignment of colour
2648 add a colon to folder_color label
2651 add Colin's patch (with Hiro's modifications) to
2652 force BASE64 encoding for 8-bit text when signing
2653 (sync with 0.8.3cvs2)
2655 2002-09-18 [alfons] 0.8.2claws58
2660 (beautify a little bit)
2662 2002-09-18 [christoph] 0.8.2claws57
2665 fix handling of fgetc return value
2667 2002-09-17 [alfons] 0.8.2claws56
2670 summary_sort(): check non-NULL summaryview->folder_item when no
2671 folder is selected at all
2672 (closes "[ 610344 ] sort label make syl Crash")
2674 2002-09-17 [alfons] 0.8.2claws55
2677 beautify a little bit
2679 2002-09-17 [christoph] 0.8.2claws54
2682 initialize max values for cache and folder
2683 when cache or folder is empty
2685 2002-09-15 [colin] 0.8.2claws53
2688 Fix a leak (thanks Alfons!) and cleaned
2689 variables names for custom headers
2691 2002-09-15 [colin] 0.8.2claws52
2694 Fix custom headers recognition when
2695 prefs_common.trans_hdr is on
2697 2002-09-15 [colin] 0.8.2claws51
2700 Allow dynamically-added custom headers
2701 Yet not reparsed if reedited
2703 2002-09-15 [alfons] 0.8.2claws50
2705 * src/prefs_account.c
2708 2002-09-15 [colin] 0.8.2claws49
2710 * src/prefs_account.c
2711 fix pop_before_smtp sensitivity
2713 2002-09-15 [colin] 0.8.2claws48
2716 add inc_pop_before_smtp()
2717 allow MainWindow to be undefined in
2718 inc_account_mail() and inc_start()
2721 add STYPE_POP_BEFORE_SMTP session type
2722 * src/prefs_account.c
2723 activated pop before smtp option
2725 do pop before smtp if the relevant option
2728 2002-09-15 [paul] 0.8.2claws47
2731 see ChangeLog 2002-09-15
2733 2002-09-14 [paul] 0.8.2claws46
2736 updated Bulgarian translation, submitted by
2739 2002-09-13 [paul] 0.8.2claws45
2742 merge claws' select_account() with main's
2743 (new) compose_select_account(). [sync with
2744 0.8.2cvs15, see ChangeLog 2002-09-11]
2746 2002-09-12 [christoph] 0.8.2claws44
2749 allocate 1 elements of FolderItem not 0
2751 2002-09-12 [colin] 0.8.2claws43
2754 Fix bug #590825 (obey Follow-up: poster)
2756 2002-09-12 [colin] 0.8.2claws42
2759 Fix bug #557009 (wrong headers for messages
2760 forwarded as attachments)
2762 2002-09-11 [colin] 0.8.2claws41
2765 Put SCF: pseudo-header on top of message
2766 Set draft tmp_flag when saved as draft
2770 Skip after first \n\n for beginning of real message
2773 2002-09-11 [christoph] 0.8.2claws40
2776 use procmsg flag functions in filtering or processing
2777 will cause incorrect folder message counts
2779 2002-09-11 [colin] 0.8.2claws39
2782 Fix bug #550175 - wrong save folder when reediting
2785 2002-09-11 [paul] 0.8.2claws38
2787 * sync with 0.8.2cvs14
2788 see ChangeLog 2002-09-11
2790 2002-09-11 [colin] 0.8.2claws37
2793 Fix a typo (seeming to cause new/unread status to
2796 2002-09-10 [christoph] 0.8.2claws36
2799 compose_redirect should not use compose_generic_new
2800 because that does more stuff than expected including
2801 opening the external editor
2802 (closes bug "[ 526608 ] bounced messages appear blank
2805 2002-09-10 [christoph] 0.8.2claws35
2808 fix problem with too large message number range
2809 causing a crash in folder_item_scan
2811 2002-09-10 [paul] 0.8.2claws34
2813 * sync with 0.8.2cvs13
2814 see ChangeLog 2002-09-10
2816 2002-09-10 [christoph] 0.8.2claws33
2819 set MsgInfo TmpFlags for queue and draft folders
2820 (closes bug "[ 591676 ] Queue ignore MIME on restart")
2822 2002-09-10 [paul] 0.8.2claws32
2825 po/bg.po ** NEW FILE **
2826 new Bulgarian translation submitted by
2827 George Danchev <danchev@spnet.net>
2831 tools/tb2sylpheed ** NEW FILE **
2832 add script that converts an addressbook exported
2833 from The Bat! into a Sylpheed addressbook. Submitted
2834 by Urke MMI <urke-kg@eunet.yu>
2836 2002-09-10 [paul] 0.8.2claws31
2838 * sync with 0.8.2cvs12
2839 see ChangeLog 2002-09-10
2841 2002-09-06 [paul] 0.8.2claws30
2843 * src/prefs_common.c
2844 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
2848 tools/ldif-to-xml.py ** REMOVED **
2849 remove obsolete python script
2851 2002-09-06 [paul] 0.8.2claws29
2853 * sync with 0.8.2cvs10
2854 see ChangeLog 2002-09-06
2856 2002-09-04 [paul] 0.8.2claws28
2858 * sync with 0.8.2cvs9
2859 see ChangeLog 2002-08-04
2861 2002-09-04 [colin] 0.8.2claws27
2863 * src/prefs_common.[ch]
2864 Added signature color configuration
2866 Use user-specified signature color
2868 2002-09-03 [colin] 0.8.2claws26
2870 * src/prefs_common.[ch]
2871 Added autosave and autosave_length prefs
2873 Added compose_remove_draft()
2874 Auto-save drafts according to the prefs
2876 Added a crash-indicator file, allowing to check
2877 for new messages on startup if Sylpheed crashed
2878 (makes saved drafts "reappear")
2880 2002-09-03 [colin] 0.8.2claws25
2885 2002-09-03 [paul] 0.8.2claws24
2887 * sync with 0.8.2cvs8
2888 see ChangeLog 2002-09-02 and 2002-09-03
2890 2002-09-03 [darko] 0.8.2claws23
2893 use normal style when creating new folder to pick
2896 2002-09-02 [melvin] 0.8.2claws22
2899 removed some obsolete code
2901 2002-09-02 [melvin] 0.8.2claws21
2904 fixed test's equality sign (== to =)
2906 2002-09-02 [alfons] 0.8.2claws20
2910 revert change of 0.8.2claws16 and use the mh_folder_destroy
2911 as folder->destroy virtual as suggested by Hiro
2912 (the mh.c code seems to have been lost around mh.c.1.21)
2914 2002-09-02 [paul] 0.8.2claws19
2917 updated by Fabio Jr. Beneditto
2920 use 'http://claws.sylpheed.org' for homepage link.
2921 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
2923 2002-09-01 [alfons] 0.8.2claws18
2926 plug memleak related to one Martin Kluge found
2928 2002-08-31 [paul] 0.8.2claws17
2930 * sync with 0.8.2cvs6
2931 see ChangeLog 2002-08-30
2933 2002-08-31 [alfons] 0.8.2claws16
2936 folder_destroy(): remove mailbox from folderlist even if it has
2939 2002-08-31 [alfons] 0.8.2claws15
2944 (being pedantic I know)
2946 2002-08-31 [alfons] 0.8.2claws14
2949 check for NULL pointers returned from folder->fetch_msginfo virtual
2950 (should solve some reported crashes)
2952 2002-08-30 [alfons] 0.8.2claws13
2957 enable crash dialog on compilation time
2958 (--enable-crash-dialog configure option)
2960 2002-08-30 [alfons] 0.8.2claws12
2965 apply memory leak plug patch by Martin Kluge
2966 (closes patch "[ 602568 ] patch for 602441 little memory leak",
2967 bug "[ 599677 ] Very small memory leak in 0.81claws115",
2968 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
2970 2002-08-30 [darko] 0.8.2claws11
2973 copy Gtk style from normal style to match
2974 font size for coloured folders
2976 2002-08-29 [alfons] 0.8.2claws10
2979 Type=Internet <- Type=Application
2980 (reported by Michael Schwendt, see:
2981 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
2982 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
2984 2002-08-29 [paul] 0.8.2claws9
2986 * sync with 0.8.2cvs5
2987 see ChangeLog 2002-08-29
2989 2002-08-29 [colin] 0.8.2claws8
2992 Added a sanity check in summary_select_thread
2993 Should fix bug 601605
2995 2002-08-29 [colin] 0.8.2claws7
2998 Revert claws6 changes regarding bug #591676
3000 2002-08-28 [colin] 0.8.2claws6
3003 Ignore cache for queue folderitems
3006 2002-08-28 [melvin] 0.8.2claws5
3011 2002-08-28 [melvin] 0.8.2claws4
3014 Updated a bit the text concerning the spell checker
3016 2002-08-28 [melvin] 0.8.2claws3
3018 Merged the GNU_aspell_branch:
3019 Support of new GNU/aspell is now included and the old pspell
3020 is not supported anymore.
3024 Updated spell checker text to reflect the switch to GNU/aspell
3026 * ac/aspell.m4 *** NEW ***
3027 * src/gtkaspell.[ch] *** NEW ***
3028 * ac/pspell.m4 *** DELETED ***
3029 * src/gtkspell.[ch] *** DELETED ***
3032 Updated for GNU/aspell support
3035 Replaced gtkspell.c by gtkaspell.c
3043 * src/prefs_common.[ch]
3044 Updated for GNU/aspell support
3046 2002-08-28 [paul] 0.8.2claws2
3048 * sync with 0.8.2cvs4
3049 see ChangeLog 2002-08-27 and 2002-08-28
3051 2002-08-28 [colin] 0.8.2claws1
3053 * src/summary_search.c
3056 2002-08-28 [jens] 0.8.2claws
3059 Updated German translations
3061 2002-08-27 [melvin] 0.8.2claws
3064 Updated French translations
3066 2002-08-27 [paul] 0.8.2claws
3068 * sync with 0.8.2 main release
3076 updated message catalogs submitted by
3077 Ricardo Mones Lastra, Alessandro Maestri,
3078 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
3079 Beneditto and Urke MMI
3081 2002-08-27 [hoa] 0.8.1claws123
3083 * src/mainwindow.[ch]
3084 * src/summaryview.[ch]
3085 removed the "filter setting" menu option.
3086 add a "cancel a news message" menu option.
3088 2002-08-26 [martin] 0.8.1claws122
3091 changed string under 0.8.1claws79 changed by myself
3094 2002-08-26 [martin] 0.8.1claws121
3097 added kill command to debuggerrc to start crash dialog
3099 2002-08-26 [paul] 0.8.1claws120
3101 * sync with 0.8.1cvs31
3102 see ChangeLog 2002-08-26
3104 2002-08-25 [alfons] 0.8.1claws119
3107 fix bug that didn't send out correct headers to news server
3108 when sending news article and email from queue (bug reported
3109 and patch provided by Tim Mann; closes bug
3110 "[ 583196 ] 0.7.8claws can't post news")
3112 2002-08-25 [alfons] 0.8.1claws118
3114 * src/selective_download.c
3115 mark two strings as translatable
3116 (thanks to Urke MMI for pointing this out)
3118 2002-08-25 [alfons] 0.8.1claws117
3121 treat sent boxes as special and allow sorting them by addressee
3122 (closes "[ 589418 ] Sent folder sorting misbehavior"
3123 submitted by Steve Lamb)
3125 2002-08-24 [alfons] 0.8.1claws116
3128 fix memleak reported by Martin Kluge
3129 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
3131 2002-08-24 [oliver] 0.8.1claws115
3133 * src/prefs_toolbar.c
3134 o code cleanup as suggested by Alfons
3137 2002-08-24 [alfons] 0.8.1claws114
3140 o fix another memory leak reported by Martin Kluge
3141 (see "[ 599568 ] Small Memory Leak")
3142 o remove 'from' variable from 'summary_set_header()'; we can
3145 2002-08-24 [paul] 0.8.1claws113
3147 * sync with 0.8.1cvs30
3148 see ChangeLog 2002-08-23
3150 2002-08-24 [alfons] 0.8.1claws112
3153 remove unnecessary allocations for search bar fixing leaks
3154 reported by Martin Kluge
3155 (see "[ 599451 ] Further memory leaks?")
3157 2002-08-24 [alfons] 0.8.1claws111
3160 make get_socket_name() public for crash.c
3162 o make report bug button work (goes to claws'
3163 bug tracker at sf.net)
3164 o introduce function for doing important stuff just
3165 before claws goes down
3168 2002-08-24 [alfons] 0.8.1claws110
3171 move cursor to "To" entry when forwarding as attachment
3172 (reported and solved by Steve Lamb, closes bug report
3173 "[ 592880 ] Forward as attachment; cursor not in to")
3175 2002-08-24 [colin] 0.8.1claws109
3178 fix quick search visibility after GUI (de)separations.
3180 2002-08-23 [colin] 0.8.1claws108
3183 fix header pane visibility after folderview or
3184 messageview (de)separation
3186 2002-08-23 [paul] 0.8.1claws107
3188 * src/mainwindow.[ch]
3190 give full control of display or non-display
3191 of the Execute icon to Custom toolbar settings.
3192 add new sensitivity condition to maninwindow.h:
3198 more sync with 0.8.1cvs29
3200 2002-08-23 [melvin] 0.8.1claws106
3203 Readded support for custom widget in alertpanel lost in last
3206 2002-08-23 [paul] 0.8.1claws105
3208 * sync with 0.8.1cvs29
3209 see ChangeLog 2002-08-23
3211 2002-08-23 [colin] 0.8.1claws104
3214 Fix folder and search pixmaps exchanging positions
3215 after theme or toolbar changes. Thank to Oliver for
3218 2002-08-23 [colin] 0.8.1claws103
3221 src/messageview.[ch]
3224 Changed messageview_create() and noticeview_create()
3225 to avoid the last gdk_warning
3227 2002-08-22 [colin] 0.8.1claws102
3230 Fix my new `Creating pixmap from xpm' warning
3232 2002-08-22 [colin] 0.8.1claws101
3235 Fix some of the gdk warnings
3237 2002-08-22 [colin] 0.8.1claws100
3240 * src/stock_pixmap.c
3241 * src/stock_pixmap.h
3242 * src/pixmaps/quicksearch.xpm *ADDED*
3243 Add the quicksearch pixmap
3247 Make quicksearch bar visible/hidden via a button
3249 2002-08-22 [christoph] 0.8.1claws99
3252 fix folder update for newsgroups with message
3253 numbers below minimum number of articles to fetch
3254 (closes bug #598445)
3256 2002-08-22 [paul] 0.8.1claws98
3258 * sync with 0.8.1cvs28
3259 see ChangeLog 2002-08-22
3261 2002-08-21 [alfons] 0.8.1claws97
3264 use bt instead of bt full which seems to work
3265 better, and bt full doesn't give a great deal
3266 of information anyway
3268 2002-08-21 [colin] 0.8.1claws96
3271 fix summaryview_searchtype_changed prototype
3273 2002-08-21 [christoph] 0.8.1claws95
3276 o fix broken menu update for sorting type, we have to
3277 get this info from the summaryview now
3278 o removed setting of threaded state in menu callback
3279 * src/summaryview.[ch]
3280 more summaryview/folderitem seperation for
3283 removed not required --with-compiler-flags option
3285 2002-08-21 [oliver] 0.8.1claws94
3288 o rename toolbar.xml to toolbar_main.xml
3289 since toolbar_compose.xml might come up
3294 2002-08-21 [darko] 0.8.1claws93
3297 don't reset tmp flags for messages copied
3300 2002-08-21 [colin] 0.8.1claws92
3302 * src/prefs_filtering.c
3303 fix renaming rules on folder rename
3304 when folder is not a leaf folder
3306 2002-08-21 [paul] 0.8.1claws91
3308 * src/prefs_folder_item.c
3309 fix alignment of colour selector
3311 2002-08-21 [paul] 0.8.1claws90
3313 * sync with 0.8.1cvs27
3314 see ChangeLog 2002-08-21
3316 2002-08-21 [paul] 0.8.1claws89
3319 fix crash when changing field type in
3322 2002-08-21 [colin] 0.8.1claws88
3325 Made quick search case-insensitive
3327 2002-08-21 [paul] 0.8.1claws87
3329 * sync with 0.8.1cvs26
3330 see ChangeLog 2002-08-21
3332 2002-08-20 [christoph] 0.8.1claws86
3336 * src/summaryview.[ch]
3337 more summaryview/folderitem seperation for
3338 sort_key and sort_type
3340 added missing return statement
3342 2002-08-20 [colin] 0.8.1claws85
3344 * src/summaryview.[ch]
3345 Added a quick search box
3347 * src/prefs_common.[ch]
3348 Added a show/hide option for the quick search
3350 2002-08-20 [oliver] 0.8.1claws84
3353 remove toolbar_create_popups
3355 o remove toolbar_create_popups
3356 o fix toolbar_set_sensitive
3357 (Bug reports #596834 and #596832)
3358 * src/prefs_toolbar.c
3359 o add "Set default" button
3360 o align label and text + combo widgets
3362 2002-08-20 [hoa] 0.8.1claws83bis
3365 fixed a bug in imap_fetch_msginfo() in case there is no
3368 2002-08-20 [darko] 0.8.1claws83
3371 copy the color style of folder view so it
3372 works with GTK themes
3374 2002-08-20 [darko] 0.8.1claws82
3378 * src/prefs_folder_item.[hc]
3379 don't use UI stuff in folder.h
3381 2002-08-20 [darko] 0.8.1claws81
3384 * src/prefs_folder_item.h
3386 * src/prefs_folder_item.c
3387 ability to set folder color in folderview
3389 2002-08-19 [alfons] 0.8.1claws80
3392 fix one of the earlier memleaks reported by Martin Kluge
3394 2002-08-19 [alfons] 0.8.1claws79
3397 hide notice view when selecting seperate folder
3398 view (reported by Urke MMI)
3400 2002-08-19 [christoph] 0.8.1claws78
3403 * src/prefs_folder_item.h
3404 * src/summaryview.[ch]
3405 o add summary_set_prefs_from_folderitem to set
3406 summaryview prefs (first step to remove all
3407 references to the folderitem in summaryview)
3408 o moved compiled regex stuff from folderitem prefs
3411 2002-08-19 [paul] 0.8.1claws77
3414 add check for '.' to QUOTE_IF_REQUIRED
3416 2002-08-19 [paul] 0.8.1claws76
3419 sync with 0.8.1cvs25 (plug memory leak)
3421 * src/prefs_toolbar.c
3422 re-order prefs_toolbar_cancel()
3424 2002-08-18 [alfons] 0.8.1claws75
3428 plug other memleaks reported by Martin Kluge
3430 2002-08-18 [paul] 0.8.1claws74
3433 updated by Fabio Jr. Beneditto
3435 2002-08-18 [paul] 0.8.1claws73
3438 fix bug where tooltips were displayed untranslated
3440 * src/prefs_toolbar.c
3441 fix bug where clicking 'Cancel' creates an icon & text
3442 toolbar regardless of prefs
3445 2002-08-17 [oliver] 0.8.1claws72
3447 * src/prefs_toolbar.c
3448 update toolbar on CANCEL
3449 bug reported by Martin Kluge
3451 toolbar_destroy memleak fixed
3453 2002-08-17 [alfons] 0.8.1claws71
3456 plug another memleak reported by Martin Kluge
3458 2002-08-16 [alfons] 0.8.1claws70
3461 use execvp() correctly (suggested by wwp; thanks!)
3463 2002-08-16 [alfons] 0.8.1claws69
3466 plug memory leak reported by Kim Schultz & Martin Kluge
3468 2002-08-16 [paul] 0.8.1claws68
3471 updated by Ricardo Mones Lastra
3473 2002-08-16 [paul] 0.8.1claws67
3476 fix bug where 'Compose News' icon showed wrong
3479 2002-08-16 [paul] 0.8.1claws66
3481 * sync with 0.8.1cvs24
3482 see ChangeLog 2002-08-16
3485 updated by Alessandro Maestri
3487 2002-08-15 [paul] 0.8.1claws65
3492 2002-08-15 [paul] 0.8.1claws64
3495 don't translate debug info
3500 2002-08-15 [paul] 0.8.1claws63
3502 * src/prefs_toolbar.c
3503 fix bug where clicking 'OK' creates an icon & text
3504 toolbar regardless of prefs
3506 2002-08-14 [alfons] 0.8.1claws62
3509 add global var that has the full argv[0]
3511 o execvp the correct sylpheed by using argv0
3512 and setting the correct work dir
3515 2002-08-14 [oliver] 0.8.1claws61
3517 * enable/disable Toolbar Action Buttons
3521 * src/prefs_toolbar.c
3523 2002-08-14 [melvin] 0.8.1claws60
3526 Updated French translations
3528 2002-08-14 [melvin] 0.8.1claws59
3531 Made bug report not translatable
3533 Fixed exporthtml_build_filespec() return value
3535 Fixed incorrect include file
3537 * src/prefs_actions.c
3538 * src/prefs_toolbar.c
3539 Made debug info not translatable
3542 Added missing includes
3543 * src/prefs_common.c
3546 2002-08-14 [paul] 0.8.1claws58
3548 * faq/es/sylpheed-faq.html
3549 faq/es/sylpheed-faq-[1-3].html
3550 faq/es/sylpheed-faq-4.html **NEW FILE **
3553 2002-08-13 [christoph] 0.8.1claws57
3556 ignore thread fix that did not mark all
3557 child nodes of a ignored thread as
3558 ignored. Does not work perfectly yet,
3559 but it is better now
3561 2002-08-13 [alfons] 0.8.1claws56
3564 o implement 'save crash log'
3567 2002-08-13 [melvin] 0.8.1claws55
3570 removed unrequired "execinfo.h" header
3572 2002-08-12 [paul] 0.8.1claws54
3574 * faq/en/sylpheed-faq.html
3575 faq/en/sylpheed-faq-[1-3].html
3576 faq/en/sylpheed-faq-4.html **NEW FILE **
3579 2002-08-12 [alfons] 0.8.1claws53
3582 add crash.c to translatables
3584 bring in Leandro's crash dialog
3586 2002-08-11 [alfons] 0.8.1claws52
3589 clean up some warnings
3591 2002-08-11 [alfons] 0.8.1claws51
3595 * src/crash.[ch] ** NEW FILES **
3597 initial gdb crash handler
3599 2002-08-11 [paul] 0.8.1claws50
3601 * src/prefs_toolbar.c
3602 replace Up/Down arrow pixmaps with text to be
3603 consistent across icon themes
3605 2002-08-11 [paul] 0.8.1claws49
3607 * src/prefs_common.c
3609 rename 'Pixmap' -> 'Icon'
3612 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
3614 2002-08-10 [paul] 0.8.1claws48
3616 * src/prefs_toolbar.c
3619 2002-08-10 [paul] 0.8.1claws47
3622 don't write Processing progress to status bar
3623 patch submitted by Alexander Evseev
3625 * src/prefs_toolbar.c
3626 re-position and resize window
3627 make window assume correct size on first call
3629 2002-08-10 [paul] 0.8.1claws46
3636 follow UI text conventions
3638 2002-08-10 [alfons] 0.8.1claws45
3641 correct pixmap for delete action
3643 2002-08-10 [paul] 0.8.1claws44
3646 updated by Fabio Jr. Beneditto
3648 2002-08-10 [paul] 0.8.1claws43
3651 add custom toolbar files
3653 2002-08-10 [paul] 0.8.1claws42
3655 * sync with 0.8.1cvs22
3656 see ChangeLog 2002-08-09
3658 2002-08-09 [paul] 0.8.1claws41
3662 tools/outlook2sylpheed.pl ** NEW FILE **
3663 add script to convert exported Outlook
3664 contacts list to a Sylpheed addressbook.
3665 Submitted by Ricardo Mones Lastra.
3667 2002-08-09 [paul] 0.8.1claws40
3671 po/sr.po ** NEW FILE **
3672 add Serbian message catalog. Submitted by
3673 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
3675 2002-08-09 [paul] 0.8.1claws39
3677 * sync with 0.8.1cvs21
3678 see ChangeLog 2002-08-08
3680 2002-08-08 [oliver] 0.8.1claws38
3683 move Custom Toolbar to Configuration menu
3685 2002-08-08 [oliver] 0.8.1claws37
3687 * src/prefs_toolbar.c
3688 fix substitute pixmap bug
3690 2002-08-08 [paul] 0.8.1claws36
3692 * sync with 0.8.1cvs19
3693 see ChangeLog 2002-08-08
3695 2002-08-07 [christoph] 0.8.1claws35
3698 fixed a memory leak in new canonicalize_file_replace
3700 2002-08-07 [christoph] 0.8.1claws34
3703 o canonicalize_file_replace should create the temporary
3704 file in the same directory as the original file.
3705 o added get_tmpfile_in_dir that creates a temorary file
3706 in a specified directory.
3708 2002-08-07 [melvin] 0.8.1claws33
3711 fixed bug where 'Article' button acted as 'Email' button.
3713 2002-08-07 [paul] 0.8.1claws32
3715 * sync with 0.8.1.cvs17
3716 see ChangeLog 2002-08-07
3718 2002-08-07 [colin] 0.8.1claws31
3721 fix mass-cancel problem
3723 2002-08-07 [thorsten] 0.8.1claws30
3725 * src/prefs_toolbar.c
3726 fix: crash on replace or add new button
3728 fix: close xmlfile after reading
3730 fix: unlink() file before rename()
3732 2002-08-06 [paul] 0.8.1claws29
3734 * sync with 0.8.cvs15
3735 see ChangeLog 2002-08-06
3737 2002-08-06 [oliver] 0.8.1claws28
3740 * src/prefs_toolbar.c
3741 fixed empty toolbar issue
3743 2002-08-06 [oliver] 0.8.1claws27