1 2002-12-06 [christoph] 0.8.6claws68
4 This patch changes the 'Edit Group Details' dialog to
5 allow extended selections in either pane, so that
6 addresses can be added or removed from a group more
7 quickly and easily. (it actually is a net decrease in
8 file size, as some unnecessary functions have been
10 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12 2002-12-06 [christoph] 0.8.6claws67
15 * src/template.[ch] ** REMOVE **
16 * src/common/Makefile.am
17 * src/common/template.[ch] ** NEW **
18 move template files to common directory
21 add missing log.h include
23 2002-12-06 [melvin] 0.8.6claws66
26 Added the trailing ">" syntax to insert command's output
27 without replacing old text (in contrast to trailing "|").
29 2002-12-05 [colin] 0.8.6claws65
32 Don't modify original search_string or it'll change
33 the next iterations in the for()
35 2002-12-05 [darko] 0.8.6claws64
38 proper check for filtering commands, found by Colin
40 2002-12-05 [darko] 0.8.6claws63
43 check proper string for NULL pointer, found by Colin
45 2002-12-05 [darko] 0.8.6claws62
47 * src/common/utils.[ch]
48 expand_search_string(): new function
49 converts Mutt-like patterns to Sylpheed's
52 use expand_search_string() to allow Mutt-like
53 patterns in extended search
55 document extended option in quick search
57 2002-12-05 [paul] 0.8.6claws61
59 * sync with 0.8.6cvs16
60 see ChangeLog 2002-12-05
65 2002-12-04 [christoph] 0.8.6claws60
68 put imap authentication code into a new function and
69 remove it from imap_session_new that will allow to
70 send other commands before authentication
72 2002-12-04 [christoph] 0.8.6claws59
75 use already existing method to prevent unneeded IMAP
76 folder selects. Set imap_select parameters to NULL
77 in some functions if the values are not required.
80 remove no longer required include
82 2002-12-04 [paul] 0.8.6claws58
85 updated by Ricardo Mones Lastra
88 po/hu.po ** NEW FILE **
89 initial Hungarian translation, submitted
90 by Gál Zoltán <galzoli@hu.inter.net>
92 2002-12-03 [christoph] 0.8.6claws57
95 * src/gtksctree.[ch] ** REMOVE **
97 * src/gtk/gtksctree.[ch] ** NEW **
98 move gtksctree files to gtk directory
100 2002-12-03 [christoph] 0.8.6claws56
103 * src/md5.[ch] ** REMOVE **
104 * srm/common/Makefile.am
105 * src/common/md5.[ch] ** NEW **
106 move md5 files to common directory
109 remove not required #include
111 2002-12-03 [sergey] 0.8.6claws55
115 gtkut_window_popup(): new function.
117 main_window_popup(): use gtkut_window_popup() to raise
118 window without changing its position.
119 (see sylpheed-main ML message [sylpheed:17247])
121 2002-12-03 [sergey] 0.8.6claws54
124 send_message_local(): removed first-dot escaping
125 (SMTP-only, not needed for sending through pipe)
127 2002-12-03 [paul] 0.8.6claws53
130 update to reflect recent changes (thanks
131 to Ricardo Mones Lastra)
133 * tools/filter_conv.pl
134 fix problem with quoted strings. Patch submitted
135 by Luke Plant <lukeplant@softhome.net>
137 2002-12-03 [paul] 0.8.6claws52
139 * sync with 0.8.6cvs15
140 see ChangeLog 2002-12-03
142 2002-12-02 [christoph] 0.8.6claws51
145 * src/common/log.[ch]
146 implement logging using a hook function
150 define hooklist name in header file to avoid
151 errors caused by wrong spelling of hooklist names
156 2002-12-02 [christoph] 0.8.6claws50
158 * src/common/Makefile.am
159 add src/common/hooks.[ch]
161 * src/common/hooks.[ch]
162 implement a simple hook system using glib's hook functions
166 use new hook system for folder item updates
168 2002-12-02 [christoph] 0.8.6claws49
170 * doc-src/ui_seperation.txt ** NEW **
171 information for ui seperation
174 remove files that were moved to common
175 include common directory by default for the header files
178 * src/common/socket.c
180 implement automaton using g_io_*-functions instead of
181 gdk_input_add to make it ui independent
191 remove common/ prefix because directory is now in
210 * src/ssl_certificate.c
211 add log.h header file for logging functions
217 o move debug_mode to common/utils.c
218 o add functions to set and get debug_mode
220 * src/defs.h ** REMOVE **
221 * src/intl.h ** REMOVE **
222 * src/socket.[ch] ** REMOVE **
223 * src/ssl.[ch] ** REMOVE **
224 * src/utils.[ch] ** REMOVE **
225 replaced by new files in src/common/
227 * src/common/Makefile.am
228 add new files in src/common/
230 * src/common/defs.h ** NEW **
231 * src/common/intl.h ** NEW **
232 * src/common/log.[ch] ** NEW **
233 * src/common/socket.[ch] ** NEW **
234 * src/common/ssl.[ch] ** NEW **
235 * src/common/utils.[ch] ** NEW **
236 replacement for files in src/
238 2002-12-02 [colin] 0.8.6claws48
241 Scroll folderview if necessary during dnd
243 2002-12-02 [colin] 0.8.6claws47
246 Add check to verify a move is within a single mailbox
248 Add specific error string for this check
250 2002-12-02 [colin] 0.8.6claws46
253 Add a test to folder moving, remove a statusbar_print
255 Add Move folder... context-menu item
256 Factorize folder moving code
257 Enable folder DND for mbox
259 2002-12-01 [christoph] 0.8.6claws45
262 remove conf.aspelltest if the version check fails
264 2002-11-30 [christoph] 0.8.6claws44
267 run libtoolize --force in autogen to create missing
270 2002-11-30 [christoph] 0.8.6claws43
276 * src/uuencode.[ch] ** REMOVED **
277 * src/common/Makefile.am
278 * src/common/uuencode.[ch] ** NEW **
279 move uuen/decoder to common directory
281 2002-11-30 [christoph] 0.8.6claws42
284 * src/base64.[ch] ** REMOVED **
293 * src/common/Makefile.am
294 * src/common/base64.[ch] ** NEW **
295 move base64 en/decoder to common directory
297 2002-11-30 [christoph] 0.8.6claws41
299 * src/common ** NEW **
300 new directory for UI independent code
302 new directory for GTK frontend
303 * src/common/.cvsignore ** NEW **
304 * src/gtk/.cvsignore ** NEW **
306 * src/common/Makefile.am ** NEW **
307 * src/gtk/Makefile.am ** NEW **
308 automake files to build new seperated stuff
310 the binary will currently still be build with the
311 files in src, so we include the code from the
312 subdirs for now after building the libs there
314 2002-11-30 [paul] 0.8.6claws40
317 fix bug [642731] 'Wrong selected account with drafted mail'
319 2002-11-29 [oliver] 0.8.6claws39
322 o update summaryview when switching between different
325 o check if messageview holds already removed msg
329 2002-11-29 [oliver] 0.8.6claws38
332 remove not needed variables and includes
333 make messageview stay opened and move to next when msgs are deleted
335 2002-11-29 [oliver] 0.8.6claws37
338 disable compose button (messageview toolbar) by default
339 deleted msgs are moved to trash
341 2002-11-29 [melvin] 0.8.6claws36
344 Increased minimal gpgme version to 0.3.10 (Zombies out)
345 and to detect signatures expirations (gpgme 0.3.6)
348 Use non obsolescent function for Gpgme engine checking.
351 Inform about expired signatures or signatures which key
352 has expired. Expiration date is displayed.
355 Inform about expired signatures or signatures which key
358 2002-11-28 [paul] 0.8.6claws35
361 re-instate 'Check for new messages' in Newsgroup
362 folders right-click menu, after a suggestion from
363 Tim Mann <timmann@users.sourceforge.net>
366 after a crash check only local folders for new
369 2002-11-28 [paul] 0.8.6claws34
372 apply patch that fixes the checking of GTK with XIM
373 support on different OSs, such as FreeBSD. Patch
374 submitted by Topia <topia@users.sourceforge.net>
376 2002-11-28 [paul] 0.8.6claws33
381 more changes to the English
383 2002-11-28 [paul] 0.8.6claws32
385 * sync with 0.8.6cvs13
386 see ChangeLog 2002-11-28 (no sync needed
389 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws31
391 * src/mainwindow.[ch]
392 add patch by Ivan F. Martinez introducing messageview Toolbar
393 some changes and committed by oliver
395 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws30
397 * src/messageview.[ch]
398 add patch by Ivan F. Martinez introducing messageview Toolbar
399 some changes and committed by oliver
401 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws29
404 add patch by Ivan F. Martinez introducing messageview Toolbar
405 some changes and committed by oliver
407 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws28
410 add patch by Ivan F. Martinez introducing messageview Toolbar
411 some changes and committed by oliver
413 2002-11-28 [oliver] 0.8.6claws27
415 * src/prefs_toolbar.[ch]
416 getting ready for messageview toolbar
417 free mem allocated by gettext
418 change prefs_toolbar to prefs_toolbar_open
420 2002-11-28 [thorsten] 0.8.6claws26
423 cleaned up conflicting declarations of
424 imageview_show_image()
426 2002-11-28 [paul] 0.8.6claws25
428 * src/grouplistdialog.c
430 src/prefs_summary_column.c
431 a few more improvements to the English
433 2002-11-28 [colin] 0.8.6claws24
436 A few updates to command-line parameters
438 2002-11-28 [colin] 0.8.6claws23
440 * src/prefs_filtering.c
441 Fix problems with prefs_filtering_delete_path:
442 a) if the first rule is removed, original pointers
443 weren't updated (leading to segfaults)
444 b) it was always global_processing updated in case
445 of removed path was parent of rule path
447 2002-11-27 [paul] 0.8.6claws22
453 src/prefs_customheader.c
454 src/prefs_display_header.c
455 src/prefs_filtering.c
456 src/prefs_folder_item.c
459 src/prefs_summary_column.c
462 improve the English in the GUI
464 2002-11-27 [colin] 0.8.6claws21
467 Fix processing renaming problems happening after
470 2002-11-27 [colin] 0.8.6claws20
473 recursive move now deletes src each subfolder after
476 Use identifier instead of path during dnd (enables
479 2002-11-27 [paul] 0.8.6claws19
482 apply patch that does command-line processing
483 BEFORE gtk_init, allowing claws to run from
484 shell-scripts in non-X environment (e.g. crontab
485 or ip-up, ip-down scripts). Patch submitted by
486 Ruslan N. Balkin <baron@dartel.ru>
489 updated by Alessandro Maestri
491 2002-11-27 [paul] 0.8.6claws18
493 * sync with 0.8.6cvs12
495 Differences are that main uses a 'Receive dialog'
496 frame on the Interface tab, whereas claws groups all
497 the dialogs together in a 'Dialogs' frame.
499 2002-11-27 [colin] 0.8.6claws17
501 * src/prefs_matcher.c
502 Fix Execute criteria's NOT flag
505 2002-11-26 [christoph] 0.8.6claws16
508 rewrite the ssl code a little bit, only use one
509 SSL context, set default certificates' file/path
511 2002-11-26 [thorsten] 0.8.6claws15
514 default-reply-to didn't work for ml-reply
516 2002-11-26 [melvin] 0.8.6claws14
518 * src/prefs_actions.c
519 Made pipe-actions ignore short headers in message view
520 Made trailing-pipe-actions write in the message view with
521 the same font as the original message
523 2002-11-26 [paul] 0.8.6claws13
526 this time commit the correct file
528 2002-11-26 [paul] 0.8.6claws12
530 * sync with 0.8.6cvs11
531 src/quote_fmt_parse.y
536 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
538 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
541 see ChangeLog 2002-11-25 and 2002-11-26
543 2002-11-26 [colin] 0.8.6claws11
546 Fix collapsed folder not auto-expanding during
547 mail dnd, if it was the source folder.
549 2002-11-25 [colin] 0.8.6claws10
551 * src/folderview.[ch]
552 Variable renaming and cleaning (slist of nodes
553 to be re-collapsed is stored in FolderView)
555 2002-11-25 [paul] 0.8.6claws9
557 * src/prefs_common.[ch]
558 fix breakage caused by last commit
560 2002-11-25 [paul] 0.8.6claws8
562 * sync with 0.8.6cvs4
563 see ChangeLog 2002-11-21
565 2002-11-25 [paul] 0.8.6claws7
567 * sync with 0.8.6cvs4
568 see ChangeLog 2002-11-20
570 2002-11-25 [paul] 0.8.6claws6
572 * sync with 0.8.6cvs3
573 see ChangeLog 2002-11-18
575 2002-11-25 [colin] 0.8.6claws5
578 Add gtkut_ctree_node_is_parent()
580 Spring-loaded folders
582 2002-11-25 [colin] 0.8.6claws4
585 Add slist_concat_unique(), function to merge
586 two GSList filtering dups
588 * src/summaryview.[ch]
591 Add detection/update/display of unread answers
594 Add procmsg_find_children()
595 Add procmsg_msg_has_marked_parent()
597 2002-11-25 [colin] 0.8.6claws3
599 * src/ssl_certificate.[ch]
600 Allow checking a certificate without a DNS
602 Allow to forget a cert (by deleting it)
603 Make ssl_certificate_destroy_public
604 * src/ssl_manager.[ch] ** NEW FILES **
605 Gui to manage (display/remove) certificates
606 * src/prefs_common.[ch]
607 Add a pref to allow silent acceptation of
608 trusted certificates or not (based on the
609 "I want to know what's going on" principle)
611 Add SSL manager in Tools menu
613 Add the new files to the build
615 Add ssl_manager.c to translations
617 2002-11-25 [colin] 0.8.6claws2
619 * src/summaryview.[ch]
620 Add S_SEARCH_EXTENDED to the quick search, which
621 allows to search using filtering syntax.
623 2002-11-25 [colin] 0.8.6claws1
626 Deletion of duplicates now prefer deleting
627 the unread dup (fixes feature-request 638989).
629 2002-11-24 [paul] 0.8.6claws
635 updated by Ricardo Mones Lastra,
636 Witold Wladyslaw Wojciech Wilk,
637 Ruslan N. Balkin, and Urke MMI
640 2002-11-24 [paul] 0.8.5claws182
643 updated by George Danchev
645 2002-11-23 [alfons] 0.8.5claws181
648 tiny memory leak found by browsing Dimitar's
651 2002-11-23 [paul] 0.8.5claws180
654 updated by Alessandro Maestri
656 2002-11-22 [christoph] 0.8.5claws179
660 * src/prefs_filtering.c
664 2002-11-22 [alfons] 0.8.5claws178
667 summary_execute_delete_func(): if message is deleted, make
668 sure to also remove its entry in the subject hash table.
669 fixes a corner case bug.
671 2002-11-22 [paul] 0.8.5claws177
676 * ltconfig ** REMOVED **
679 2002-11-22 [paul] 0.8.5claws176
682 textview_set_font(): fix for message display in
683 UTF-8 locales (thanks to Sergey Vlasov).
686 add new team members and contributors
689 2002-11-21 [colin] 0.8.5claws175
692 Add procmsg_remove_special_headers()
694 Use procmsg_remove_special_headers() for
697 2002-11-21 [colin] 0.8.5claws174
700 Fix moving/copying from queue/draft folders
703 2002-11-21 [christoph] 0.8.5claws173
709 * src/matcher_parser_lex.[hl]
711 * src/mbox_folder.[ch]
712 * src/prefs_filtering.c
714 * src/quote_fmt_lex.l
716 fix all warnings except the warnings in lex and yacc files
718 2002-11-20 [christoph] 0.8.5claws172
721 fix MsgInfo retrieval for IMAP draft and queue folders
722 (closes bug [ 619558 ] Draft saving on IMAP box issue)
724 2002-11-19 [christoph] 0.8.5claws171
727 fix segfault, when draft saving does not get
728 the MsgInfo of the new message
729 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
731 2002-11-19 [christoph] 0.8.5claws170
734 add parameter check for flag setting function
735 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
737 2002-11-18 [paul] 0.8.5claws169
740 more sensitivity fixes to redirect mode:
741 * disable toolbar draft button
742 * allow only Address book in the Tools menu
743 * disable editing of message by the spell
746 2002-11-18 [paul] 0.8.5claws168
749 fix sensitivity of menu items in compose_redirect():
750 allow only the necessary items
752 2002-11-18 [paul] 0.8.5claws167
755 fix bug [ 603259 ] 'attachment got lost on bounce'
757 2002-11-18 [paul] 0.8.5claws166
760 updated by Ruslan N. Balkin <baron@dartel.ru>
762 2002-11-18 [colin] 0.8.5claws165
766 Remove old filtering stuff
769 2002-11-17 [oliver] 0.8.5claws164
772 remove not needed typedef
774 2002-11-17 [oliver] 0.8.5claws163
777 make toolbar's on click events translatable
779 2002-11-15 [colin] 0.8.5claws162
782 Revert too-soon integration of a feature
784 2002-11-15 [christoph] 0.8.5claws161
787 use main's implementation of imap_get_msginfo
789 2002-11-15 [christoph] 0.8.5claws160
799 replace claws' fetch_msginfo with main's get_msginfo
800 (use main's implementation where possible)
802 2002-11-15 [colin] 0.8.5claws159
804 * src/ssl_certificate.c
807 2002-11-16 [melvin] 0.8.5claws158
810 Updated French translations.
812 2002-11-16 [colin] 0.8.5claws157
814 * src/ssl_certificate.c
815 Check for missing parts in the certificates
817 2002-11-15 [colin] 0.8.5claws156
820 Preventive fix (missing check) found by
826 sync with 0.8.6 release
828 2002-11-15 [colin] 0.8.5claws155
832 Fix error handling of folder_item_move_to()
835 2002-11-15 [colin] 0.8.5claws154
839 folder_item_move_to() sets an error message instead
840 of having GUI stuff in folder.c
842 2002-11-15 [colin] 0.8.5claws153
845 Implemented a callback for MsgInfo updates,
846 heavily copy/pasted from Christoph's folder
848 * src/summaryview.[ch]
849 Register summary_update_msg as callback
851 2002-11-14 [colin] 0.8.5claws152
854 Update the FolderItem after sending (fixes 617593)
856 2002-11-14 [christoph] 0.8.5claws151
859 fix wrong position of NULL pointer check found
862 2002-11-14 [christoph] 0.8.5claws150
865 fix segfault when deleting messages from IMAP folders
866 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
868 2002-11-14 [colin] 0.8.5claws149
871 Forwarding was also ignoring the folder's default account.
873 2002-11-14 [colin] 0.8.5claws148
876 Fix sent folder not set to folder properties when
879 2002-11-14 [thorsten] 0.8.5claws147
882 inc_start(): Files were not moved from .processing to inbox,
883 if no global processing rule existed
885 2002-11-14 [colin] 0.8.5claws146
887 * src/ssl_certificate
890 2002-11-14 [paul] 0.8.5claws145
893 updated by Alessandro Maestri
895 2002-11-13 [alfons] 0.8.5claws144
898 folder_item_close(): only mark messages unread
899 when a folder has new messages
901 2002-11-13 [keith] 0.8.5claws143
904 Fix problem moving or copying between
907 2002-11-13 [colin] 0.8.5claws142
909 * src/matcher_parser_parse.y
910 Fix rule problem when " don't match
912 2002-11-13 [christoph] 0.8.5claws141
916 moved cache saving to folder_item_close
917 the folderview should not have to deal with
920 2002-11-13 [christoph] 0.8.5claws140
923 moved setting of important score to
924 summary_set_prefs_from_folderitem
926 2002-11-13 [colin] 0.8.5claws139
928 * src/matcher_parser_parse.y
929 Fix a segfault in the parser (happening when
930 a good expression had been tested and a bad
933 2002-11-13 [paul] 0.8.5claws138
935 * sync with 0.8.5cvs24
936 see ChangeLog 2002-11-13
939 updated by Fabio Jr. Beneditto
941 2002-11-13 [colin] 0.8.5claws137
946 Revert last commit, problem
948 2002-11-13 [colin] 0.8.5claws136
951 Remove duplicated code
953 Bumped CACHE_VERSION and MARK_VERSION
955 Network endian for cache and mark files
957 2002-11-12 [colin] 0.8.5claws135
960 Fix the "socket error" dialog which disappeared
962 2002-11-12 [colin] 0.8.5claws134
965 Reverse last commit which had performance
966 problems, but still reverse the list
968 2002-11-12 [colin] 0.8.5claws133
973 2002-11-12 [melvin] 0.8.5claws132
976 Added a check for a NULL prefs_common.dictionary
978 2002-11-12 [colin] 0.8.5claws131
980 * src/ssl_certificate.[ch]
983 2002-11-12 [colin] 0.8.5claws130
985 * src/ssl_certificate.[ch]
986 Take connection port into account for
987 checking certificates (a single hostname
988 could have multiple servers with multiple
991 Pass the port to ssl_certificate_check
993 2002-11-12 [paul] 0.8.5claws129
996 fix a typo in last commit
998 2002-11-12 [paul] 0.8.5claws128
1000 * sync with 0.8.5cvs23
1001 see ChangeLog entry 2002-11-12
1003 2002-11-11 [colin] 0.8.5claws127
1005 * src/ssl_certificate.c
1007 Don't popup, instead log error, if the
1008 corresponding pref is checked
1009 * src/ssl_certificate.h
1010 include <openssl/objects/h>
1012 2002-11-11 [colin] 0.8.5claws126
1014 * src/ssl_certificate.h
1017 2002-11-11 [colin] 0.8.5claws125
1019 * src/ssl_certificate.c
1022 2002-11-11 [colin] 0.8.5claws124
1026 * src/ssl_certificate.[ch]
1027 Cleaned a bit (better use of SSL API)
1028 (This will cause non-recognition of saved
1029 certificates of claws12[23]...)
1031 2002-11-11 [paul] 0.8.5claws123
1034 updated by Ricardo Mones Lastra
1036 2002-11-11 [colin] 0.8.5claws122
1041 2002-11-11 [colin] 0.8.5claws121
1043 * src/ssl_certificate.[ch] ** NEW FILES **
1045 Check SSL certificates presented to us
1047 Add ssl_certificate.[ch]
1049 Add ssl_certificate.c
1051 2002-11-11 [paul] 0.8.5claws120
1053 * sync with 0.8.5cvs22
1054 see ChangeLog 2002-11-11
1056 2002-11-11 [paul] 0.8.5claws119
1058 * sync with 0.8.5cvs21
1059 see ChangeLog 2002-11-11
1061 2002-11-10 [jens] 0.8.5claws118
1065 corrected some typing
1067 updated german translation
1069 cleaned up specfile and adjusted it for claws
1071 2002-11-10 [colin] 0.8.5claws117
1074 a STATUSBAR_PUSH/POP fix
1076 2002-11-10 [colin] 0.8.5claws116
1078 * src/prefs_folder_item.c
1079 Fix hanging after opening folder properties
1081 2002-11-10 [hoa] 0.8.5claws115
1083 * src/matcher_parser_lex.l
1084 * src/matcher_parser_parse.y
1085 config file for scoring and filtering is no more trashed
1086 when there is a syntax error in a filtering rule when
1087 editing it in a dialog.
1089 2002-11-09 [colin] 0.8.5claws114
1092 Added missing initialisation of folder->destroy()
1094 2002-11-09 [colin] 0.8.5claws113
1098 Fix the status bar messages
1100 2002-11-09 [colin] 0.8.5claws112
1103 Fix hangs after folder dnd, happening after
1106 2002-11-09 [christoph] 0.8.5claws111
1109 just changed order of calls (reverse order of
1112 lock inc when checking only one account, otherwise
1113 inc all could be executed at the same time
1115 2002-11-09 [christoph] 0.8.5claws110
1118 better unlock the mouse cursor before calling
1119 summary_show because it changes the cursor too
1121 2002-11-09 [christoph] 0.8.5claws109
1125 add functions to open and close a folder
1126 o opending will execute scanning for remote folders
1128 o closing will unset new flag for messages
1130 2002-11-09 [colin] 0.8.5claws108
1133 Add a call to prefs_matcher_write_config to
1134 avoid non-leaf folders filtering settings to be
1137 2002-11-09 [paul] 0.8.5claws107
1139 * src/prefs_account.c
1142 2002-11-09 [colin] 0.8.5claws106
1147 2002-11-09 [colin] 0.8.5claws105
1150 Fix prefs_filtering deletion for MH folders (same
1152 * src/prefs_filtering.c
1153 Fix prefs_filtering renaming and deletion for
1154 folder-based processing rules.
1156 2002-11-09 [christoph] 0.8.5claws104
1160 * src/folderview.[ch]
1166 * src/prefs_folder_item.c
1169 implement a callback system for folder item updates
1171 2002-11-09 [colin] 0.8.5claws103
1174 Fix prefs_filtering renaming for MH folders (we
1175 shouldn't rename by path as another folder could
1176 have the same hierarchy).
1178 2002-11-09 [colin] 0.8.5claws102
1181 Fix a leak found by Christoph, use better variable
1184 2002-11-09 [colin] 0.8.5claws101
1187 One more fix for processing rules
1189 2002-11-08 [colin] 0.8.5claws100
1192 Don't copy the compiled regexp (will be reevaluated)
1194 Lock folderview while moving
1196 Provide info on what's happening to the user
1198 2002-11-08 [colin] 0.8.5claws99
1201 Fix folder reordering after a move if parent is
1204 Add function to copy a ScoringProp
1205 * src/prefs_folder_item.c
1206 Copy scoring rules when copying a folder prefs
1208 2002-11-08 [colin] 0.8.5claws98
1211 Fixes in case of failure
1212 * src/filtering.[ch]
1213 Add function to duplicate a FilteringProp
1215 Add function to duplicate a MatcherProp
1216 * src/prefs_folder_item.c
1217 Save folder's processing rules when copying
1220 2002-11-08 [colin] 0.8.5claws97
1225 Change a printf to debug_print
1227 2002-11-08 [colin] 0.8.5claws96
1231 Fix segfaults, call me stupido
1234 2002-11-08 [colin] 0.8.5claws95
1237 Added forgotten prefs to save when moving folders
1239 2002-11-08 [colin] 0.8.5claws94
1242 Fixes to folder DND (prefs copy)
1244 Optimization for folder DND (don't rescan whole tree)
1245 Added folderview_create_folder_node() for this
1246 optimization, so de-duped a bit the code
1247 * src/prefs_folder_item.[ch]
1248 Added prefs_folder_item_copy_prefs()
1250 2002-11-08 [paul] 0.8.5claws93
1252 * src/prefs_account.c
1254 tools/kmail2sylpheed_v2.pl
1257 2002-11-08 [paul] 0.8.5claws92
1260 src/prefs_account.[ch]
1261 remove account options 'clearsign' and 'ascii_armored',
1262 replace with 'default_gnupg_mode' to prevent mixed-mode
1265 2002-11-08 [paul] 0.8.5claws91
1268 re-implement GnuPG 'on-the-fly' mode selection,
1271 2002-11-08 [colin] 0.8.5claws90
1274 src/prefs_folder_item.c
1275 Change "Property" to "Properties"
1277 2002-11-07 [colin] 0.8.5claws89
1281 Allow folder dropping to a root folder
1283 2002-11-07 [paul] 0.8.5claws88
1288 2002-11-07 [paul] 0.8.5claws87
1291 fix reply-to-list bug. closes bug report
1292 "[633382] reply-to-list broken in recent cvs"
1294 2002-11-07 [paul] 0.8.5claws86
1297 add a forgotten '#if USE_GPGME ... #endif'
1299 2002-11-07 [paul] 0.8.5claws85
1301 * sync with 0.8.5cvs20
1302 see ChangeLog 2002-11-07
1304 2002-11-07 [colin] 0.8.5claws84
1307 Change folder_item_move_to to return the newly
1310 Select the new folderitem after moving.
1312 2002-11-07 [colin] 0.8.5claws83
1314 * src/prefs_filtering.c
1315 Fix rule rewriting when moving a leaf folder to a
1318 2002-11-07 [colin] 0.8.5claws82
1320 * src/prefs_filtering.c
1323 2002-11-07 [colin] 0.8.5claws81
1326 Add folder_item_move_to() function to move a
1327 folderitem into another one (updates matcher etc)
1329 Add folder drag'n drop (context menu to come)
1330 [Should be dataloss free, but Please backup before
1333 2002-11-06 [colin] 0.8.5claws80
1336 mh_create_folder() returns NULL if can't create
1339 2002-11-06 [paul] 0.8.5claws79
1342 allow 'on-the-fly' changing of the type of encryption
1343 and/or signing used (mime/ascii) via the compose window
1345 2002-11-06 [paul] 0.8.5claws78
1347 * sync with 0.8.5cvs19
1348 see ChangeLog 2002-11-06 for src/account.c:
1349 account_get_special_folder()
1351 2002-11-05 [alfons] 0.8.5claws77
1354 very minor cleanups: nothing to see here, move on. :-)
1356 2002-11-05 [colin] 0.8.5claws76
1359 Changes choices if compose windows are opened to
1360 Discard, Draft, Don't quit
1362 2002-11-05 [thorsten] 0.8.5claws75
1365 reenabled default_reply_to folder option
1367 2002-11-05 [colin] 0.8.5claws74
1374 add clean_quit() for the SIGTERM handler
1376 2002-11-05 [paul] 0.8.5claws73
1379 updated by Ricardo Mones Lastra
1381 2002-11-05 [melvin] 0.8.5claws72
1384 Fixed log-clipping bug #616795.
1385 To stop logging in the log window use 0 length.
1386 * src/prefs_common.c
1387 Added a label to inform about the 0 log length behaviour.
1389 2002-11-05 [paul] 0.8.5claws71
1391 * sync with 0.8.5cvs17
1392 see ChangeLog 2002-11-05
1394 2002-11-04 [paul] 0.8.5claws70
1396 * sylpheed-128x128.png
1399 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
1400 <nikai@users.sourceforge.net>
1403 updated by George Danchev
1405 2002-11-03 [thorsten] 0.8.5claws69
1410 add check if gpg is active
1412 2002-11-03 [thorsten] 0.8.5claws68
1415 removed GSList declaration causing trouble on MacOS-X
1416 (submitted by alfons, reported by xfesty)
1418 2002-11-01 [paul] 0.8.5claws67
1421 remove last remnants of main's filter code
1423 2002-11-01 [paul] 0.8.5claws66
1425 * tools/filter_conv.pl
1426 fix bug where user-defined headers were ignored
1428 2002-11-01 [paul] 0.8.5claws65
1431 make a debug_print() not translatable
1433 2002-10-31 [melvin] 0.8.5claws64
1436 Fixed --disable-aspell-test. Now --disable-aspell-test will
1437 not run any GNU/aspell test. The dictionary path will
1438 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
1439 was given, in which case, it will be $prefix/lib/aspell/
1441 Fixed typo in commentary (Aspell code).
1443 2002-10-31 [paul] 0.8.5claws63
1446 remove src/filter.c and src/prefs_filter.c
1447 thanks to Ricardo for reminding me
1449 2002-10-31 [colin] 0.8.5claws62
1454 2002-10-31 [paul] 0.8.5claws61
1456 * src/prefs_filter.[ch] ** REMOVED **
1457 src/filter.[ch] ** REMOVED **
1466 src/prefs_filtering.c
1467 src/summaryview.[ch]
1468 remove main's 'filter' code
1471 update to reflect removal of main's filter
1473 2002-10-31 [paul] 0.8.5claws60
1476 remove check for global_processing in summary_filter_open().
1477 This fixes the bug where if the user uses the right-click
1478 'Create filter rule...' and doesn't have any filter rules
1479 already defined in claws' advanced filtering, the newly
1480 created filter rule goes to main's filtering which is
1481 inaccessible through the gui. Now the filter rule gets added
1482 to claws' filtering by default.
1484 2002-10-28 [melvin] 0.8.5claws59
1486 * src/prefs_actions.c
1487 Fixed bug #627322 where MIME parts were not always
1488 correctly passed to a %p action
1489 Display an error dialog when message filename is not found.
1491 2002-10-28 [melvin] 0.8.5claws58
1493 * src/prefs_common.c
1494 Readded a missing function declaration lost in 0.8.3claws34
1496 2002-10-28 [paul] 0.8.5claws57
1498 * sync with 0.8.5cvs15
1499 see ChangeLog 2002-10-28 and 2002-10-25
1501 Note: ChangeLog entry 2002-10-24 is not sync'ed.
1503 2002-10-27 [oliver] 0.8.5claws56
1506 plug leak in pop3_top_recv
1508 2002-10-26 [christoph] 0.8.5claws55
1511 set need_update folder flag when messages are added
1512 (closes bug [ 626922 ] folder not updated after receiving)
1514 2002-10-25 [melvin] 0.8.5claws54
1517 Fixed a memleak introduced in the scaling code.
1519 2002-10-24 [alfons] 0.8.5claws53
1522 make filtering's forward message action forward from the
1524 (closes bug [628089 ] Filter -> Forward from address problem
1527 2002-10-24 [christoph] 0.8.5claws52
1531 o use manual of current locale or english if current
1532 locale is not available (and english is available)
1533 o also link to sylpheed doc project manuals
1535 2002-10-23 [paul] 0.8.5claws51
1538 tools/kmail2sylpheed_v2.pl
1539 add new version of kmail addressbook importer script.
1540 works with newer versions of Kmail/KAddressBook which
1541 have new and rearranged data.
1543 2002-10-23 [martin] 0.8.5claws50
1549 added length parameter to get_abbrev_newsgroup_name()
1550 changed this function so that it abbreviates the newsgroup
1551 names only so long it is smaller than the length parameter
1552 (for better reading of some newsgroup names and space efficiency)
1554 2002-10-22 [colin] 0.8.5claws49
1557 Revert Alfons' last modification (after voting ;-))
1559 2002-10-21 [alfons] 0.8.5claws48
1562 folder view in folder selection dialog reflects state of
1563 folder view in main window
1565 2002-10-18 [alfons] 0.8.5claws47
1568 drop imported messages in folder selected by user,
1569 and not in the inbox
1570 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
1572 2002-10-18 [alfons] 0.8.5claws46
1575 make automagic reply work correctly for email accounts
1576 (whether it's viable to do a full sync with Hiro's
1577 compose.c is still under discussion)
1579 2002-10-18 [melvin] 0.8.5claws45
1581 * src/prefs_actions.c
1582 Fixed bug #622275 where asynchroneous actions left
1584 Made (synchroneous) actions' input be displayed live.
1586 2002-10-18 [christoph] 0.8.5claws44
1589 don't add a newline in the textview in front of the
1590 first textpart if header display is disabled
1591 (closes bug [ 603385 ] disabled header display leaves blank
1594 2002-10-18 [christoph] 0.8.5claws43
1601 folder->get_num_list now returns an error code
1602 (closes bug [ 609424 ] News cache cleared on failure)
1604 2002-10-17 [colin] 0.8.5claws42
1607 Changed a printf by debug_print
1611 * tools/OOo2sylpheed.pl
1612 allow for spaces in the name of the
1613 file to be attached.
1615 2002-10-16 [colin] 0.8.5claws41
1618 Use a tristate to change online mode
1620 2002-10-16 [paul] 0.8.5claws40
1623 updated by Ricardo Mones Lastra
1625 2002-10-16 [colin] 0.8.5claws39
1629 Added --online and --offline command-line
1632 2002-10-15 [christoph] 0.8.5claws38
1635 set mimeinfo->name to NULL after g_free to
1636 avoid double freeing with g_free
1638 2002-10-14 [christoph] 0.8.5claws37
1643 remove calls to folder->change_flags that are now
1644 done by procmsg flag functions (seems it is not
1645 used by any foldertype anyway)
1647 init folder->change_flags with NULL
1649 2002-10-14 [christoph] 0.8.5claws36
1653 use virtual functions for folder item new and destroy
1656 2002-10-14 [melvin] 0.8.5claws35
1659 Added a test to not run the spell checker if no default
1660 dictionary is available. No dialog is displayed though.
1662 2002-10-14 [melvin] 0.8.5claws34
1665 Fixed bug in dictionary list context menu where
1666 "More..." pointed to an emtpy submenu if the
1667 number of dictionaries is a multiple of 15
1668 Removed unneeded code in suggestions list creation
1670 2002-10-14 [paul] 0.8.5claws33
1673 updated by George Danchev
1675 2002-10-13 [hoa] 0.8.5claws32
1678 src/matcher_parser_parser.y
1679 removed the escaped string from internal structure
1682 2002-10-12 [colin] 0.8.5claws31
1684 * src/gtksctree.[ch]
1686 Removed useless function gtksctree_reanchor
1688 2002-10-12 [alfons] 0.8.5claws30
1690 * sync with remaining main changes 2002-10-09 - 2002-10-11
1691 - drop changes to src/compose.c (requires claws specific changes)
1693 2002-10-12 [alfons] 0.8.5claws29
1695 * sync with main changes of 2002-10-08
1696 - drop changes to src/compose.c (requires claws specific changes)
1697 - drop changes to src/summaryview.c (requires changes to compose.c)
1699 2002-10-12 [alfons] 0.8.5claws28
1701 * sync with main changes of 2002-10-07
1703 2002-10-12 [alfons] 0.8.5claws27
1705 * sync with main changes of 2002-10-04
1706 - drop changes to src/compose.c (requires claws specific changes)
1707 - drop changes to src/prefs_folder_item.c (claws implementation
1708 seems to be working)
1710 2002-10-12 [colin] 0.8.5claws26
1713 Fix folder-flicker when space-reading, introduced
1716 2002-10-12 [colin] 0.8.5claws25
1719 Save account address when saving as draft.
1722 2002-10-12 [colin] 0.8.5claws24
1725 Fix the problem consisting of no message selected
1726 after the last message in a folder has been moved.
1728 2002-10-12 [paul] 0.8.5claws23
1731 src/prefs_template.c
1733 add Cc and Bcc to templates. Patch submitted by
1736 2002-10-12 [colin] 0.8.5claws22
1739 Fix a bug after "Check for new messages":
1740 If a folder was opened, it was still selected at
1741 the end of the check, but displayed empty.
1743 Remove unnecessary check
1748 be more verbose in the description of
1752 2002-10-11 [colin] 0.8.5claws21
1755 Make space work (better) when no mail is selected
1757 2002-10-11 [colin] 0.8.5claws20
1763 2002-10-11 [colin] 0.8.5claws19
1766 revert 0.8.5claws6 changes as i couldn't get to
1769 2002-10-11 [melvin] 0.8.5claws18
1772 Removed buggy and unused macro (should have been committed in
1775 2002-10-11 [melvin] 0.8.5claws17
1778 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
1780 2002-10-11 [thorsten] 0.8.5claws16
1783 remove rescan warning
1785 2002-10-11 [colin] 0.8.5claws15
1788 fix a segfault that happens if conv_unmime_header
1789 fails (should be better to find out why it fails)
1791 2002-10-11 [christoph] 0.8.5claws14
1794 update folderview stats after ignore/unignore thread
1796 2002-10-11 [hoa] 0.8.5claws13
1798 * src/quote_fmt_parse.y
1799 Fixed a yacc/bison syntax error
1801 Escaping of string is fixed.
1803 2002-10-11 [colin] 0.8.5claws12
1806 Resize images to fit
1808 2002-10-11 [paul] 0.8.5claws11
1811 updated by Ricardo Mones Lastra
1813 2002-10-10 [alfons] 0.8.5claws10
1816 allow dropping files by "moving" files from a file manager,
1817 not only by the more cumbersome "copying". the latter
1818 mostly implies holding down the Control button
1820 2002-10-10 [christoph] 0.8.5claws9
1823 update folders after thread building for ignored threads
1825 2002-10-10 [christoph] 0.8.5claws8
1829 * src/filtering.[ch]
1831 * src/folderview.[ch]
1836 * src/summaryview.[ch]
1837 o added new flag need_update to FolderItem
1838 o removed folder_table from various functions from tracking
1840 o set need_update flags in folder.c's move, copy and delete
1841 functions and procmsg's flags functions
1842 o added function folderview_update_items_when_required that
1843 updates all folders with need_update set
1844 o call folderview_update_items_when_required instead of
1845 folderview_update_item_foreach
1847 2002-10-09 [sergey] 0.8.5claws7
1850 Strip CRs whel loading the text into editor in reedit mode.
1852 2002-10-09 [colin] 0.8.5claws6
1855 Make Space work when no mail is selected
1857 2002-10-09 [colin] 0.8.5claws5
1859 * src/gtksctree.[ch]
1861 Add gtk_sctree_reanchor()
1863 Use gtk_sctree_reanchor() - better fix for
1866 2002-10-09 [colin] 0.8.5claws4
1869 Fix shift-click select after delete problem
1872 2002-10-08 [thorsten] 0.8.5claws3
1875 exclude current msg from -hide read messages-
1877 2002-10-08 [colin] 0.8.5claws2
1882 Differentiate socket errors from disk full
1885 2002-10-08 [christoph] 0.8.5claws1
1889 modifications for new config directory
1891 * config.guess ** REMOVED **
1892 * config.sub ** REMOVED **
1893 * install-sh ** REMOVED **
1894 * ltmain.sh ** REMOVED **
1895 * missing ** REMOVED **
1896 * mkinstalldirs ** REMOVED **
1897 these files are autogenerated by automake
1898 when you run autogen.sh
1900 * config/.cvsignore ** NEW FILE **
1901 * config/Makefile.am ** NEW FILE **
1902 ignore autogenerated files
1903 create a Makefile in this directory
1905 2002-10-08 [paul] 0.8.5claws
1907 * 0.8.5claws release
1912 fix quote reply format for newsgroups reply bug
1917 updated by me and Witold Wladyslaw Wojciech Wilk
1920 2002-10-07 [paul] 0.8.3claws53
1925 updated messages catalogs, submitted by
1926 Alessandro Maestri, Fabio Jr.Beneditto
1927 and Urke MMI, respectively.
1929 2002-10-07 [christoph] 0.8.3claws52
1934 fix new folder ghost message bug
1935 (closes bug [ 619722 ] wrong count for newly created folders)
1937 2002-10-07 [christoph] 0.8.3claws51
1940 fix news posting problem
1942 2002-10-07 [melvin] 0.8.3claws50
1945 Updated French translation
1947 2002-10-05 [christoph] 0.8.3claws49
1950 check if line_start_cache is set in gtk_stext_update_text
1951 (closes bug [ 618119 ] crash while doing search in folder)
1953 2002-10-05 [christoph] 0.8.3claws48
1959 implement cache cleanups for claws' folder system
1960 (closes bug [ 595916 ] imapcache not cleaned up)
1962 2002-10-05 [melvin] 0.8.3claws47
1964 * src/prefs_actions.c
1965 Made the help text more clear for the %p token
1967 2002-10-04 [paul] 0.8.3claws46
1970 see ChangeLog 2002-10-02 and 2002-10-03
1972 2002-10-04 [christoph] 0.8.3claws45
1975 fix segfault caused by pop before smtp
1976 call to inc_account_mail with NULL
1979 2002-10-04 [paul] 0.8.3claws44
1982 sync the LDAP detection from 0.8.5cvs1
1984 2002-10-02 [christoph] 0.8.3claws43
1987 fix small spelling error
1989 2002-10-02 [melvin] 0.8.3claws42
1992 Behave better and say "no" when test program cannot be run.
1994 2002-10-02 [paul] 0.8.3claws41
1996 * sync with 0.8.4cvs1
1997 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
2000 toggle the behavior of Reply menuitem between
2001 normal reply and reply-to-list
2003 2002-10-01 [sergey] 0.8.3claws40
2006 Convert newlines in the message text to the canonical form
2007 before base64 encoding (RFC2045 compliance, fixes some
2008 interoperability issues with Evolution 1.0.3)
2010 2002-09-29 [colin] 0.8.3claws39
2013 Fix an unwanted copy/paste
2015 2002-09-29 [colin] 0.8.3claws38
2018 Renamed "Custom toolbar" to "Customize toolbar"
2019 Renamed "Show all header" to "Show all headers"
2020 Renamed "Set diplay item" to "Set displayed items"
2021 * src/prefs_common.c
2022 Renamed "Show all header" to "Show all headers"
2023 * src/prefs_summary_column.c
2024 Renamed "diplay item" to "displayed items"
2026 2002-09-29 [colin] 0.8.3claws37
2028 * src/mainwindow.[ch]
2029 online/offline status pixmaps follow theme
2031 * src/summaryview.[ch]
2032 quicksearch pixmap follows theme changes
2034 2002-09-29 [thorsten] 0.8.3claws36
2037 src/prefs_folder_item.[ch]
2038 add default_reply_to folder option (closes patch 581044)
2040 2002-09-29 [christoph] 0.8.3claws35
2042 * acconfig.h ** REMOVED **
2046 * ac/gnupg-check-typedef.m4
2047 fix autoheader 2.50 warning
2049 2002-09-29 [christoph] 0.8.3claws34
2051 * major code cleanup (part 2)
2053 - unused variables removed
2054 - unused functions removed
2055 - uninitialized variables checked
2056 - missing return statements added
2057 - missing function return types added
2058 - added parentheses around assignment
2059 when suggested by gcc
2061 2002-09-29 [alfons] 0.8.3claws33
2064 log_window_clear(): only bracket gtk_text_forward_delete()
2065 with gtk_text_freeze() / gtk_text_thaw() (see if this
2066 works around GTK text bug)
2068 2002-09-29 [paul] 0.8.3claws32
2072 updated by George Danchev and Urke MMI
2075 2002-09-27 [christoph] 0.8.3claws31
2077 * doc-src/readme.txt
2078 * doc-src/rfc1806.txt ** REMOVED **
2079 * doc-src/rfc2183.txt ** NEW FILE **
2080 * doc-src/rfc2980.txt ** NEW FILE **
2083 2002-09-27 [melvin] 0.8.3claws30
2086 Fixed typo which could break linking
2088 2002-09-27 [melvin] 0.8.3claws29
2091 Improved GNU/aspell checking.
2094 2002-09-27 [paul] 0.8.3claws28
2096 * sync with 0.8.3cvs8
2097 see ChangeLog 2002-09-27
2099 2002-09-26 [colin] 0.8.3claws27
2103 Add "Reply to Mailing-list" to the toolbar
2105 2002-09-26 [christoph] 0.8.3claws26
2108 Fix wrong message counts in summaryview status
2110 2002-09-26 [paul] 0.8.3claws25
2112 * sync with 0.8.3cvs7
2113 see ChangeLog 2002-09-26
2115 2002-09-26 [paul] 0.8.3claws24
2117 * sync with 0.8.3cvs6
2118 see ChangeLog 2002-09-25
2120 2002-09-25 [christoph] 0.8.3claws23
2122 * src/prefs_common.c
2123 * src/prefs_folder_item.c
2124 * src/prefs_scoring.c
2125 Renamed "kill score" to "hide score" in GUI
2128 2002-09-25 [paul] 0.8.3claws22
2130 * sync with 0.8.3cvs5
2131 see ChangeLog 2002-09-24
2133 2002-09-24 [alfons] 0.8.3claws21
2135 patch by Satoshi Nagayasu: allows appending / saving multiple
2136 selected files (closes "[ 612279 ] save multiple mesg(s) in
2140 add Satoshi Nagayasu
2142 summary_save_as(): allow saving selected files to
2144 summary_set_menu_sensitive: enable "Save As..." when
2145 multiple files are selected
2147 append_file(): new function
2149 2002-09-24 [colin] 0.8.3claws20
2152 Fix segfault when mimeinfo doesn't have a
2155 2002-09-24 [colin] 0.8.3claws19
2157 * src/prefs_common.[ch]
2158 Add a preference to display send dialog or not
2160 Display send dialog according to preference
2162 2002-09-24 [colin] 0.8.3claws18
2165 Disable user actions when sending
2167 2002-09-24 [colin] 0.8.3claws17
2170 Do not display name or filename for attachments
2171 with an application/pgp-signature type
2172 (security flaw, see bug 537413)
2174 2002-09-23 [colin] 0.8.3claws16
2177 Initialize entry_email, entry_alias and
2178 entry_remarks to first email address of the list
2180 2002-09-23 [colin] 0.83claws15
2183 Drop pgp-signature when reediting a signed queued
2186 2002-09-23 [melvin] 0.8.3claws14
2189 Updated French translation
2191 2002-09-23 [melvin] 0.8.3claws13
2194 Made custom toolbar menu labels more consistent
2195 * src/prefs_toolbar.c
2196 Made custom toolbar window title more consistent
2198 2002-09-22 [colin] 0.8.3claws12
2201 Initialize session type to normal before getting
2202 mail (fixes strange Get behaviour)
2203 * src/prefs_account.h
2204 Move STYPE_POP_BEFORE_SMTP to last position to
2205 avoid other side-effects
2207 2002-09-22 [colin] 0.8.3claws11
2209 * src/prefs_account.c
2210 Fix pop_bfr_smtp_tm_entry sensivity when switching
2211 from pop3 to apop or vice-versa
2213 2002-09-22 [colin] 0.8.3claws10
2215 * src/prefs_account.[ch]
2216 Add an option for the POP before SMTP timeout
2218 Remember time of last POP connection
2220 Do POP before SMTP only if timeout reached
2222 2002-09-22 [oliver] 0.8.3claws9
2225 explain custom toolbar
2227 2002-09-22 [oliver] 0.8.3claws8
2229 * src/prefs_actions.[ch]
2230 custom toolbar for compose
2231 actions callback from compose toolbar
2233 remove include toolbar.h
2235 2002-09-22 [oliver] 0.8.3claws7
2237 * src/prefs_toolbar.[ch]
2238 custom toolbar for compose
2239 - generic prefs_toolbar handles both
2240 Mainwin's toolbar as well as Compose toolbar
2242 2002-09-22 [oliver] 0.8.3claws6
2245 custom toolbar for compose
2246 restructure toolbar.[ch]
2248 2002-09-22 [oliver] 0.8.3claws5
2251 custom toolbar for compose
2253 2002-09-22 [oliver] 0.8.3claws4
2255 * src/mainwindow.[ch]
2256 custom toolbar for compose
2257 move mainwin toolbar back to mainwindow
2259 2002-09-22 [alfons] 0.8.3claws3
2266 2002-09-22 [alfons] 0.8.3claws2
2269 procmsg_save_to_outbox(): don't unlink message file from queue;
2270 callers should do it using folder_item_remove_msg()
2272 2002-09-22 [colin] 0.8.3claws1
2275 Made mimeview_check_signature() public
2277 Made GPG signatures verifiable by clicking
2278 the [application/pgp-signature] in the Text
2281 2002-09-22 [paul] 0.8.3claws
2290 updated translations, submitted by George Danchev,
2291 me, Ricardo Mones Lastra, Alessandro Maestri,
2292 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
2293 and Urke MMI, respectively.
2295 2002-09-22 [alfons] 0.8.2claws65
2299 no furry valgrinds have been used to plug these memleaks
2301 2002-09-20 [paul] 0.8.2claws64
2303 * sync with 0.8.3cvs4
2304 'Select thread' re-implemented
2305 see ChangeLog 2002-09-20
2307 2002-09-21 [alfons] 0.8.2claws63
2310 compose_send(): plug unnoticed memleak
2312 2002-09-20 [alfons] 0.8.2claws62
2315 replace_address_in_edit(): strict check for NULL address to
2316 fix "[ 607348 ] Segfault in address completion". My guess is
2317 that this happens with an empty address book, but it's good
2318 to have this check here anyway
2320 completion_window_button_press(): free string returned
2321 from the internal cache
2323 2002-09-20 [christoph] 0.8.2claws61
2326 added ENC_BINARY to EncodingType
2328 the string returned by procmime_get_encoding_str
2329 should not depend on the order of values in the
2330 EncodingType definition
2331 * doc-src/rfc1806.txt ** NEW FILE **
2332 Added rfc1806 about MIME Content-Disposition
2335 2002-09-19 [paul] 0.8.2claws60
2337 * sync with 0.8.2cvs3
2338 see ChangeLog 2002-09-19
2340 2002-09-19 [paul] 0.8.2claws59
2342 * src/prefs_folder_item.c
2343 revert to Darko's original alignment of colour
2345 add a colon to folder_color label
2348 add Colin's patch (with Hiro's modifications) to
2349 force BASE64 encoding for 8-bit text when signing
2350 (sync with 0.8.3cvs2)
2352 2002-09-18 [alfons] 0.8.2claws58
2357 (beautify a little bit)
2359 2002-09-18 [christoph] 0.8.2claws57
2362 fix handling of fgetc return value
2364 2002-09-17 [alfons] 0.8.2claws56
2367 summary_sort(): check non-NULL summaryview->folder_item when no
2368 folder is selected at all
2369 (closes "[ 610344 ] sort label make syl Crash")
2371 2002-09-17 [alfons] 0.8.2claws55
2374 beautify a little bit
2376 2002-09-17 [christoph] 0.8.2claws54
2379 initialize max values for cache and folder
2380 when cache or folder is empty
2382 2002-09-15 [colin] 0.8.2claws53
2385 Fix a leak (thanks Alfons!) and cleaned
2386 variables names for custom headers
2388 2002-09-15 [colin] 0.8.2claws52
2391 Fix custom headers recognition when
2392 prefs_common.trans_hdr is on
2394 2002-09-15 [colin] 0.8.2claws51
2397 Allow dynamically-added custom headers
2398 Yet not reparsed if reedited
2400 2002-09-15 [alfons] 0.8.2claws50
2402 * src/prefs_account.c
2405 2002-09-15 [colin] 0.8.2claws49
2407 * src/prefs_account.c
2408 fix pop_before_smtp sensitivity
2410 2002-09-15 [colin] 0.8.2claws48
2413 add inc_pop_before_smtp()
2414 allow MainWindow to be undefined in
2415 inc_account_mail() and inc_start()
2418 add STYPE_POP_BEFORE_SMTP session type
2419 * src/prefs_account.c
2420 activated pop before smtp option
2422 do pop before smtp if the relevant option
2425 2002-09-15 [paul] 0.8.2claws47
2428 see ChangeLog 2002-09-15
2430 2002-09-14 [paul] 0.8.2claws46
2433 updated Bulgarian translation, submitted by
2436 2002-09-13 [paul] 0.8.2claws45
2439 merge claws' select_account() with main's
2440 (new) compose_select_account(). [sync with
2441 0.8.2cvs15, see ChangeLog 2002-09-11]
2443 2002-09-12 [christoph] 0.8.2claws44
2446 allocate 1 elements of FolderItem not 0
2448 2002-09-12 [colin] 0.8.2claws43
2451 Fix bug #590825 (obey Follow-up: poster)
2453 2002-09-12 [colin] 0.8.2claws42
2456 Fix bug #557009 (wrong headers for messages
2457 forwarded as attachments)
2459 2002-09-11 [colin] 0.8.2claws41
2462 Put SCF: pseudo-header on top of message
2463 Set draft tmp_flag when saved as draft
2467 Skip after first \n\n for beginning of real message
2470 2002-09-11 [christoph] 0.8.2claws40
2473 use procmsg flag functions in filtering or processing
2474 will cause incorrect folder message counts
2476 2002-09-11 [colin] 0.8.2claws39
2479 Fix bug #550175 - wrong save folder when reediting
2482 2002-09-11 [paul] 0.8.2claws38
2484 * sync with 0.8.2cvs14
2485 see ChangeLog 2002-09-11
2487 2002-09-11 [colin] 0.8.2claws37
2490 Fix a typo (seeming to cause new/unread status to
2493 2002-09-10 [christoph] 0.8.2claws36
2496 compose_redirect should not use compose_generic_new
2497 because that does more stuff than expected including
2498 opening the external editor
2499 (closes bug "[ 526608 ] bounced messages appear blank
2502 2002-09-10 [christoph] 0.8.2claws35
2505 fix problem with too large message number range
2506 causing a crash in folder_item_scan
2508 2002-09-10 [paul] 0.8.2claws34
2510 * sync with 0.8.2cvs13
2511 see ChangeLog 2002-09-10
2513 2002-09-10 [christoph] 0.8.2claws33
2516 set MsgInfo TmpFlags for queue and draft folders
2517 (closes bug "[ 591676 ] Queue ignore MIME on restart")
2519 2002-09-10 [paul] 0.8.2claws32
2522 po/bg.po ** NEW FILE **
2523 new Bulgarian translation submitted by
2524 George Danchev <danchev@spnet.net>
2528 tools/tb2sylpheed ** NEW FILE **
2529 add script that converts an addressbook exported
2530 from The Bat! into a Sylpheed addressbook. Submitted
2531 by Urke MMI <urke-kg@eunet.yu>
2533 2002-09-10 [paul] 0.8.2claws31
2535 * sync with 0.8.2cvs12
2536 see ChangeLog 2002-09-10
2538 2002-09-06 [paul] 0.8.2claws30
2540 * src/prefs_common.c
2541 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
2545 tools/ldif-to-xml.py ** REMOVED **
2546 remove obsolete python script
2548 2002-09-06 [paul] 0.8.2claws29
2550 * sync with 0.8.2cvs10
2551 see ChangeLog 2002-09-06
2553 2002-09-04 [paul] 0.8.2claws28
2555 * sync with 0.8.2cvs9
2556 see ChangeLog 2002-08-04
2558 2002-09-04 [colin] 0.8.2claws27
2560 * src/prefs_common.[ch]
2561 Added signature color configuration
2563 Use user-specified signature color
2565 2002-09-03 [colin] 0.8.2claws26
2567 * src/prefs_common.[ch]
2568 Added autosave and autosave_length prefs
2570 Added compose_remove_draft()
2571 Auto-save drafts according to the prefs
2573 Added a crash-indicator file, allowing to check
2574 for new messages on startup if Sylpheed crashed
2575 (makes saved drafts "reappear")
2577 2002-09-03 [colin] 0.8.2claws25
2582 2002-09-03 [paul] 0.8.2claws24
2584 * sync with 0.8.2cvs8
2585 see ChangeLog 2002-09-02 and 2002-09-03
2587 2002-09-03 [darko] 0.8.2claws23
2590 use normal style when creating new folder to pick
2593 2002-09-02 [melvin] 0.8.2claws22
2596 removed some obsolete code
2598 2002-09-02 [melvin] 0.8.2claws21
2601 fixed test's equality sign (== to =)
2603 2002-09-02 [alfons] 0.8.2claws20
2607 revert change of 0.8.2claws16 and use the mh_folder_destroy
2608 as folder->destroy virtual as suggested by Hiro
2609 (the mh.c code seems to have been lost around mh.c.1.21)
2611 2002-09-02 [paul] 0.8.2claws19
2614 updated by Fabio Jr. Beneditto
2617 use 'http://claws.sylpheed.org' for homepage link.
2618 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
2620 2002-09-01 [alfons] 0.8.2claws18
2623 plug memleak related to one Martin Kluge found
2625 2002-08-31 [paul] 0.8.2claws17
2627 * sync with 0.8.2cvs6
2628 see ChangeLog 2002-08-30
2630 2002-08-31 [alfons] 0.8.2claws16
2633 folder_destroy(): remove mailbox from folderlist even if it has
2636 2002-08-31 [alfons] 0.8.2claws15
2641 (being pedantic I know)
2643 2002-08-31 [alfons] 0.8.2claws14
2646 check for NULL pointers returned from folder->fetch_msginfo virtual
2647 (should solve some reported crashes)
2649 2002-08-30 [alfons] 0.8.2claws13
2654 enable crash dialog on compilation time
2655 (--enable-crash-dialog configure option)
2657 2002-08-30 [alfons] 0.8.2claws12
2662 apply memory leak plug patch by Martin Kluge
2663 (closes patch "[ 602568 ] patch for 602441 little memory leak",
2664 bug "[ 599677 ] Very small memory leak in 0.81claws115",
2665 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
2667 2002-08-30 [darko] 0.8.2claws11
2670 copy Gtk style from normal style to match
2671 font size for coloured folders
2673 2002-08-29 [alfons] 0.8.2claws10
2676 Type=Internet <- Type=Application
2677 (reported by Michael Schwendt, see:
2678 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
2679 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
2681 2002-08-29 [paul] 0.8.2claws9
2683 * sync with 0.8.2cvs5
2684 see ChangeLog 2002-08-29
2686 2002-08-29 [colin] 0.8.2claws8
2689 Added a sanity check in summary_select_thread
2690 Should fix bug 601605
2692 2002-08-29 [colin] 0.8.2claws7
2695 Revert claws6 changes regarding bug #591676
2697 2002-08-28 [colin] 0.8.2claws6
2700 Ignore cache for queue folderitems
2703 2002-08-28 [melvin] 0.8.2claws5
2708 2002-08-28 [melvin] 0.8.2claws4
2711 Updated a bit the text concerning the spell checker
2713 2002-08-28 [melvin] 0.8.2claws3
2715 Merged the GNU_aspell_branch:
2716 Support of new GNU/aspell is now included and the old pspell
2717 is not supported anymore.
2721 Updated spell checker text to reflect the switch to GNU/aspell
2723 * ac/aspell.m4 *** NEW ***
2724 * src/gtkaspell.[ch] *** NEW ***
2725 * ac/pspell.m4 *** DELETED ***
2726 * src/gtkspell.[ch] *** DELETED ***
2729 Updated for GNU/aspell support
2732 Replaced gtkspell.c by gtkaspell.c
2740 * src/prefs_common.[ch]
2741 Updated for GNU/aspell support
2743 2002-08-28 [paul] 0.8.2claws2
2745 * sync with 0.8.2cvs4
2746 see ChangeLog 2002-08-27 and 2002-08-28
2748 2002-08-28 [colin] 0.8.2claws1
2750 * src/summary_search.c
2753 2002-08-28 [jens] 0.8.2claws
2756 Updated German translations
2758 2002-08-27 [melvin] 0.8.2claws
2761 Updated French translations
2763 2002-08-27 [paul] 0.8.2claws
2765 * sync with 0.8.2 main release
2773 updated message catalogs submitted by
2774 Ricardo Mones Lastra, Alessandro Maestri,
2775 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
2776 Beneditto and Urke MMI
2778 2002-08-27 [hoa] 0.8.1claws123
2780 * src/mainwindow.[ch]
2781 * src/summaryview.[ch]
2782 removed the "filter setting" menu option.
2783 add a "cancel a news message" menu option.
2785 2002-08-26 [martin] 0.8.1claws122
2788 changed string under 0.8.1claws79 changed by myself
2791 2002-08-26 [martin] 0.8.1claws121
2794 added kill command to debuggerrc to start crash dialog
2796 2002-08-26 [paul] 0.8.1claws120
2798 * sync with 0.8.1cvs31
2799 see ChangeLog 2002-08-26
2801 2002-08-25 [alfons] 0.8.1claws119
2804 fix bug that didn't send out correct headers to news server
2805 when sending news article and email from queue (bug reported
2806 and patch provided by Tim Mann; closes bug
2807 "[ 583196 ] 0.7.8claws can't post news")
2809 2002-08-25 [alfons] 0.8.1claws118
2811 * src/selective_download.c
2812 mark two strings as translatable
2813 (thanks to Urke MMI for pointing this out)
2815 2002-08-25 [alfons] 0.8.1claws117
2818 treat sent boxes as special and allow sorting them by addressee
2819 (closes "[ 589418 ] Sent folder sorting misbehavior"
2820 submitted by Steve Lamb)
2822 2002-08-24 [alfons] 0.8.1claws116
2825 fix memleak reported by Martin Kluge
2826 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
2828 2002-08-24 [oliver] 0.8.1claws115
2830 * src/prefs_toolbar.c
2831 o code cleanup as suggested by Alfons
2834 2002-08-24 [alfons] 0.8.1claws114
2837 o fix another memory leak reported by Martin Kluge
2838 (see "[ 599568 ] Small Memory Leak")
2839 o remove 'from' variable from 'summary_set_header()'; we can
2842 2002-08-24 [paul] 0.8.1claws113
2844 * sync with 0.8.1cvs30
2845 see ChangeLog 2002-08-23
2847 2002-08-24 [alfons] 0.8.1claws112
2850 remove unnecessary allocations for search bar fixing leaks
2851 reported by Martin Kluge
2852 (see "[ 599451 ] Further memory leaks?")
2854 2002-08-24 [alfons] 0.8.1claws111
2857 make get_socket_name() public for crash.c
2859 o make report bug button work (goes to claws'
2860 bug tracker at sf.net)
2861 o introduce function for doing important stuff just
2862 before claws goes down
2865 2002-08-24 [alfons] 0.8.1claws110
2868 move cursor to "To" entry when forwarding as attachment
2869 (reported and solved by Steve Lamb, closes bug report
2870 "[ 592880 ] Forward as attachment; cursor not in to")
2872 2002-08-24 [colin] 0.8.1claws109
2875 fix quick search visibility after GUI (de)separations.
2877 2002-08-23 [colin] 0.8.1claws108
2880 fix header pane visibility after folderview or
2881 messageview (de)separation
2883 2002-08-23 [paul] 0.8.1claws107
2885 * src/mainwindow.[ch]
2887 give full control of display or non-display
2888 of the Execute icon to Custom toolbar settings.
2889 add new sensitivity condition to maninwindow.h:
2895 more sync with 0.8.1cvs29
2897 2002-08-23 [melvin] 0.8.1claws106
2900 Readded support for custom widget in alertpanel lost in last
2903 2002-08-23 [paul] 0.8.1claws105
2905 * sync with 0.8.1cvs29
2906 see ChangeLog 2002-08-23
2908 2002-08-23 [colin] 0.8.1claws104
2911 Fix folder and search pixmaps exchanging positions
2912 after theme or toolbar changes. Thank to Oliver for
2915 2002-08-23 [colin] 0.8.1claws103
2918 src/messageview.[ch]
2921 Changed messageview_create() and noticeview_create()
2922 to avoid the last gdk_warning
2924 2002-08-22 [colin] 0.8.1claws102
2927 Fix my new `Creating pixmap from xpm' warning
2929 2002-08-22 [colin] 0.8.1claws101
2932 Fix some of the gdk warnings
2934 2002-08-22 [colin] 0.8.1claws100
2937 * src/stock_pixmap.c
2938 * src/stock_pixmap.h
2939 * src/pixmaps/quicksearch.xpm *ADDED*
2940 Add the quicksearch pixmap
2944 Make quicksearch bar visible/hidden via a button
2946 2002-08-22 [christoph] 0.8.1claws99
2949 fix folder update for newsgroups with message
2950 numbers below minimum number of articles to fetch
2951 (closes bug #598445)
2953 2002-08-22 [paul] 0.8.1claws98
2955 * sync with 0.8.1cvs28
2956 see ChangeLog 2002-08-22
2958 2002-08-21 [alfons] 0.8.1claws97
2961 use bt instead of bt full which seems to work
2962 better, and bt full doesn't give a great deal
2963 of information anyway
2965 2002-08-21 [colin] 0.8.1claws96
2968 fix summaryview_searchtype_changed prototype
2970 2002-08-21 [christoph] 0.8.1claws95
2973 o fix broken menu update for sorting type, we have to
2974 get this info from the summaryview now
2975 o removed setting of threaded state in menu callback
2976 * src/summaryview.[ch]
2977 more summaryview/folderitem seperation for
2980 removed not required --with-compiler-flags option
2982 2002-08-21 [oliver] 0.8.1claws94
2985 o rename toolbar.xml to toolbar_main.xml
2986 since toolbar_compose.xml might come up
2991 2002-08-21 [darko] 0.8.1claws93
2994 don't reset tmp flags for messages copied
2997 2002-08-21 [colin] 0.8.1claws92
2999 * src/prefs_filtering.c
3000 fix renaming rules on folder rename
3001 when folder is not a leaf folder
3003 2002-08-21 [paul] 0.8.1claws91
3005 * src/prefs_folder_item.c
3006 fix alignment of colour selector
3008 2002-08-21 [paul] 0.8.1claws90
3010 * sync with 0.8.1cvs27
3011 see ChangeLog 2002-08-21
3013 2002-08-21 [paul] 0.8.1claws89
3016 fix crash when changing field type in
3019 2002-08-21 [colin] 0.8.1claws88
3022 Made quick search case-insensitive
3024 2002-08-21 [paul] 0.8.1claws87
3026 * sync with 0.8.1cvs26
3027 see ChangeLog 2002-08-21
3029 2002-08-20 [christoph] 0.8.1claws86
3033 * src/summaryview.[ch]
3034 more summaryview/folderitem seperation for
3035 sort_key and sort_type
3037 added missing return statement
3039 2002-08-20 [colin] 0.8.1claws85
3041 * src/summaryview.[ch]
3042 Added a quick search box
3044 * src/prefs_common.[ch]
3045 Added a show/hide option for the quick search
3047 2002-08-20 [oliver] 0.8.1claws84
3050 remove toolbar_create_popups
3052 o remove toolbar_create_popups
3053 o fix toolbar_set_sensitive
3054 (Bug reports #596834 and #596832)
3055 * src/prefs_toolbar.c
3056 o add "Set default" button
3057 o align label and text + combo widgets
3059 2002-08-20 [hoa] 0.8.1claws83bis
3062 fixed a bug in imap_fetch_msginfo() in case there is no
3065 2002-08-20 [darko] 0.8.1claws83
3068 copy the color style of folder view so it
3069 works with GTK themes
3071 2002-08-20 [darko] 0.8.1claws82
3075 * src/prefs_folder_item.[hc]
3076 don't use UI stuff in folder.h
3078 2002-08-20 [darko] 0.8.1claws81
3081 * src/prefs_folder_item.h
3083 * src/prefs_folder_item.c
3084 ability to set folder color in folderview
3086 2002-08-19 [alfons] 0.8.1claws80
3089 fix one of the earlier memleaks reported by Martin Kluge
3091 2002-08-19 [alfons] 0.8.1claws79
3094 hide notice view when selecting seperate folder
3095 view (reported by Urke MMI)
3097 2002-08-19 [christoph] 0.8.1claws78
3100 * src/prefs_folder_item.h
3101 * src/summaryview.[ch]
3102 o add summary_set_prefs_from_folderitem to set
3103 summaryview prefs (first step to remove all
3104 references to the folderitem in summaryview)
3105 o moved compiled regex stuff from folderitem prefs
3108 2002-08-19 [paul] 0.8.1claws77
3111 add check for '.' to QUOTE_IF_REQUIRED
3113 2002-08-19 [paul] 0.8.1claws76
3116 sync with 0.8.1cvs25 (plug memory leak)
3118 * src/prefs_toolbar.c
3119 re-order prefs_toolbar_cancel()
3121 2002-08-18 [alfons] 0.8.1claws75
3125 plug other memleaks reported by Martin Kluge
3127 2002-08-18 [paul] 0.8.1claws74
3130 updated by Fabio Jr. Beneditto
3132 2002-08-18 [paul] 0.8.1claws73
3135 fix bug where tooltips were displayed untranslated
3137 * src/prefs_toolbar.c
3138 fix bug where clicking 'Cancel' creates an icon & text
3139 toolbar regardless of prefs
3142 2002-08-17 [oliver] 0.8.1claws72
3144 * src/prefs_toolbar.c
3145 update toolbar on CANCEL
3146 bug reported by Martin Kluge
3148 toolbar_destroy memleak fixed
3150 2002-08-17 [alfons] 0.8.1claws71
3153 plug another memleak reported by Martin Kluge
3155 2002-08-16 [alfons] 0.8.1claws70
3158 use execvp() correctly (suggested by wwp; thanks!)
3160 2002-08-16 [alfons] 0.8.1claws69
3163 plug memory leak reported by Kim Schultz & Martin Kluge
3165 2002-08-16 [paul] 0.8.1claws68
3168 updated by Ricardo Mones Lastra
3170 2002-08-16 [paul] 0.8.1claws67
3173 fix bug where 'Compose News' icon showed wrong
3176 2002-08-16 [paul] 0.8.1claws66
3178 * sync with 0.8.1cvs24
3179 see ChangeLog 2002-08-16
3182 updated by Alessandro Maestri
3184 2002-08-15 [paul] 0.8.1claws65
3189 2002-08-15 [paul] 0.8.1claws64
3192 don't translate debug info
3197 2002-08-15 [paul] 0.8.1claws63
3199 * src/prefs_toolbar.c
3200 fix bug where clicking 'OK' creates an icon & text
3201 toolbar regardless of prefs
3203 2002-08-14 [alfons] 0.8.1claws62
3206 add global var that has the full argv[0]
3208 o execvp the correct sylpheed by using argv0
3209 and setting the correct work dir
3212 2002-08-14 [oliver] 0.8.1claws61
3214 * enable/disable Toolbar Action Buttons
3218 * src/prefs_toolbar.c
3220 2002-08-14 [melvin] 0.8.1claws60
3223 Updated French translations
3225 2002-08-14 [melvin] 0.8.1claws59
3228 Made bug report not translatable
3230 Fixed exporthtml_build_filespec() return value
3232 Fixed incorrect include file
3234 * src/prefs_actions.c
3235 * src/prefs_toolbar.c
3236 Made debug info not translatable
3239 Added missing includes
3240 * src/prefs_common.c
3243 2002-08-14 [paul] 0.8.1claws58
3245 * faq/es/sylpheed-faq.html
3246 faq/es/sylpheed-faq-[1-3].html
3247 faq/es/sylpheed-faq-4.html **NEW FILE **
3250 2002-08-13 [christoph] 0.8.1claws57
3253 ignore thread fix that did not mark all
3254 child nodes of a ignored thread as
3255 ignored. Does not work perfectly yet,
3256 but it is better now
3258 2002-08-13 [alfons] 0.8.1claws56
3261 o implement 'save crash log'
3264 2002-08-13 [melvin] 0.8.1claws55
3267 removed unrequired "execinfo.h" header
3269 2002-08-12 [paul] 0.8.1claws54
3271 * faq/en/sylpheed-faq.html
3272 faq/en/sylpheed-faq-[1-3].html
3273 faq/en/sylpheed-faq-4.html **NEW FILE **
3276 2002-08-12 [alfons] 0.8.1claws53
3279 add crash.c to translatables
3281 bring in Leandro's crash dialog
3283 2002-08-11 [alfons] 0.8.1claws52
3286 clean up some warnings
3288 2002-08-11 [alfons] 0.8.1claws51
3292 * src/crash.[ch] ** NEW FILES **
3294 initial gdb crash handler
3296 2002-08-11 [paul] 0.8.1claws50
3298 * src/prefs_toolbar.c
3299 replace Up/Down arrow pixmaps with text to be
3300 consistent across icon themes
3302 2002-08-11 [paul] 0.8.1claws49
3304 * src/prefs_common.c
3306 rename 'Pixmap' -> 'Icon'
3309 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
3311 2002-08-10 [paul] 0.8.1claws48
3313 * src/prefs_toolbar.c
3316 2002-08-10 [paul] 0.8.1claws47
3319 don't write Processing progress to status bar
3320 patch submitted by Alexander Evseev
3322 * src/prefs_toolbar.c
3323 re-position and resize window
3324 make window assume correct size on first call
3326 2002-08-10 [paul] 0.8.1claws46
3333 follow UI text conventions
3335 2002-08-10 [alfons] 0.8.1claws45
3338 correct pixmap for delete action
3340 2002-08-10 [paul] 0.8.1claws44
3343 updated by Fabio Jr. Beneditto
3345 2002-08-10 [paul] 0.8.1claws43
3348 add custom toolbar files
3350 2002-08-10 [paul] 0.8.1claws42
3352 * sync with 0.8.1cvs22
3353 see ChangeLog 2002-08-09
3355 2002-08-09 [paul] 0.8.1claws41
3359 tools/outlook2sylpheed.pl ** NEW FILE **
3360 add script to convert exported Outlook
3361 contacts list to a Sylpheed addressbook.
3362 Submitted by Ricardo Mones Lastra.
3364 2002-08-09 [paul] 0.8.1claws40
3368 po/sr.po ** NEW FILE **
3369 add Serbian message catalog. Submitted by
3370 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
3372 2002-08-09 [paul] 0.8.1claws39
3374 * sync with 0.8.1cvs21
3375 see ChangeLog 2002-08-08
3377 2002-08-08 [oliver] 0.8.1claws38
3380 move Custom Toolbar to Configuration menu
3382 2002-08-08 [oliver] 0.8.1claws37
3384 * src/prefs_toolbar.c
3385 fix substitute pixmap bug
3387 2002-08-08 [paul] 0.8.1claws36
3389 * sync with 0.8.1cvs19
3390 see ChangeLog 2002-08-08
3392 2002-08-07 [christoph] 0.8.1claws35
3395 fixed a memory leak in new canonicalize_file_replace
3397 2002-08-07 [christoph] 0.8.1claws34
3400 o canonicalize_file_replace should create the temporary
3401 file in the same directory as the original file.
3402 o added get_tmpfile_in_dir that creates a temorary file
3403 in a specified directory.
3405 2002-08-07 [melvin] 0.8.1claws33
3408 fixed bug where 'Article' button acted as 'Email' button.
3410 2002-08-07 [paul] 0.8.1claws32
3412 * sync with 0.8.1.cvs17
3413 see ChangeLog 2002-08-07
3415 2002-08-07 [colin] 0.8.1claws31
3418 fix mass-cancel problem
3420 2002-08-07 [thorsten] 0.8.1claws30
3422 * src/prefs_toolbar.c
3423 fix: crash on replace or add new button
3425 fix: close xmlfile after reading
3427 fix: unlink() file before rename()
3429 2002-08-06 [paul] 0.8.1claws29
3431 * sync with 0.8.cvs15
3432 see ChangeLog 2002-08-06
3434 2002-08-06 [oliver] 0.8.1claws28
3437 * src/prefs_toolbar.c
3438 fixed empty toolbar issue
3440 2002-08-06 [oliver] 0.8.1claws27
3442 * Custom Toolbar Final
3446 o toolbar stuff now lives in src/toolbar.[ch]
3447 o main_window_toolbar_* functions are renamed to
3448 toolbar_* reflecting their new source file
3449 * src/mainwindow.[ch]
3450 o remove toolbar stuff
3452 2002-08-06 [oliver] 0.8.1claws26
3455 * src/prefs_toolbar.[ch] **New File**
3456 * src/toolbar.[ch] **New File**
3457 o prefs_toolbar.[ch] custom toolbar frontend
3458 o toolbar.[ch] backend
3460 2002-08-06 [oliver] 0.8.1claws25
3462 * src/prefs_actions.[ch]
3463 o new exported function actions_execute
3465 2002-08-06 [paul] 0.8.1claws24
3467 * sync with 0.8.1cvs4
3468 see ChangeLog 2002-08-06
3470 2002-08-06 [paul] 0.8.1claws23
3472 * sync with 0.8.1cvs13
3473 see ChangeLog 2002-08-06
3475 2002-08-06 [paul] 0.8.1claws22
3477 * sync with 0.8.1cvs12
3478 see ChangeLog 2002-08-05 and 2002-08-06
3480 2002-08-06 [match] 0.8.1claws21
3483 improvements to cut/copy/paste address
3485 2002-08-05 [match] 0.8.1claws20
3492 fixes to improve cut/copy/paste
3494 2002-08-06 [melvin] 0.8.1claws19
3497 account_find_all_from_address(): new function that returns the
3498 list of all accounts that are matched in an address.
3499 * src/alertpanel.[ch]
3500 alertpanel() now accepts a custom widget
3501 alertpanel_with_widget(): new function that pops up a panel with
3502 a custom widget in it
3504 gtkut_account_menu_new(): new function that allows the selection
3505 of an account from a list of accounts.
3507 Extended Return Receipt notification to select the correct
3508 account and to make a security test on the Delivery-Notification
3509 address which should be the same as the Return-Path.
3511 2002-08-06 [thorsten] 0.8.1claws18
3514 attach_all: save unnamed as "noname.%d",
3515 dont free static dirname
3517 2002-08-05 [alfons] 0.8.1claws17
3520 detect XIM by trying to link rather than compile a XIM program
3522 2002-08-05 [oliver] 0.8.1claws16
3524 * src/stock_pixmap.[ch]
3525 o add UP_ARROW to available pixmaps (already in pixmap-directory)
3526 o new func to retrieve pixmaps
3528 2002-08-05 [paul] 0.8.1claws15
3530 * sync with 0.8.1cvs10
3531 see ChangeLog 2002-08-05
3533 2002-08-04 [alfons] 0.8.1claws14
3536 see if this plugs memleak
3538 2002-08-04 [melvin] 0.8.1claws13
3541 fixed bug that could crash Sylpheed when highlighting
3542 all misspelled words.
3544 2002-08-03 [melvin] 0.8.1claws12
3546 * src/prefs_actions.c
3547 removed unnecessary checks for NULL introduced in 0.8.1claws11.
3549 fixed bug where the Return Receipt was sent to
3550 Delivery-Notification-To address even if it was not present
3552 2002-08-02 [alfons] 0.8.1claws11
3554 * src/prefs_actions.c
3555 o more check for NULLs
3556 o put create_io_dialog() in right conditional block
3558 2002-08-02 [paul] 0.8.1claws10
3561 updated by Ricardo Mones Lastra
3563 2002-08-01 [christoph] 0.8.1claws9
3566 don't free the cache of the opened
3567 folder in the summaryview
3569 don't unset flags, if it is not required
3571 2002-08-01 [paul] 0.8.1claws8
3573 * sync with 0.8.1cvs8
3574 see ChangeLog entry 2002-08-01
3576 2002-08-01 [paul] 0.8.1claws7
3578 * sync with 0.8.1cvs7
3579 see ChangeLog 2002-07-31 and 2002-08-01
3581 2002-07-31 [christoph] 0.8.1claws6
3584 forgot to update menu sensitivity
3585 function for new menu entry
3587 2002-07-31 [alfons] 0.8.1claws5
3590 check folder item and its path for NULL on
3593 2002-07-31 [christoph] 0.8.1claws4
3596 check if folder_item_get_msginfo in
3597 folder_item_remove_msg returned NULL
3599 better clear the uid cache in the
3600 uid validity check function and delete
3603 2002-07-31 [paul] 0.8.1claws3
3606 add the '--attach' option and a few other
3609 2002-07-31 [paul] 0.8.1claws2
3611 * sync with 0.8.1cvs5
3612 see ChangeLog 2002-07-31
3614 2002-07-31 [christoph] 0.8.1claws1
3616 * src/folderview.[ch]
3618 replace "Rescan all folders..." with
3619 "Check all folders for new messages..."
3621 2002-07-30 [paul] 0.8.1claws
3623 * version 0.8.1claws released
3625 2002-07-30 [paul] 0.8.0claws29
3627 * tools/OOo2sylpheed.pl ** NEW FILE **
3629 add script to enable sending documents as
3630 attachments from OpenOffice.org
3632 2002-07-30 [melvin] 0.8.0claws28
3634 * src/prefs_actions.c
3635 Made the actions' input/output dialog display
3638 2002-07-30 [christoph] 0.8.0claws27
3641 check if folder_item_get_msginfo in
3642 procmsg_save_to_outbox returned NULL
3644 2002-07-30 [paul] 0.8.0claws26
3646 * sync with 0.8.1cvs4
3647 see ChangeLog 2002-07-29
3649 2002-07-29 [thorsten] 0.8.0claws25
3652 added selective download, delete on server
3654 2002-07-29 [paul] 0.8.0claws24
3656 * sync with 0.8.1cvs3
3657 see ChangeLog 2002-07-29
3659 2002-07-27 [christoph] 0.8.0claws23
3662 add extra check if fetching the msginfo
3665 2002-07-27 [paul] 0.8.0claws22
3667 * sync with 0.8.1cvs2
3668 see ChangeLog 2002-07-26
3670 2002-07-27 [christoph] 0.8.0claws21
3673 add another check if a valid msginfo
3676 2002-07-26 [hoa] 0.8.0claws20
3679 Fixed a condition in folder_item_destroy()
3682 Fixed an error in IMAP protocol
3684 2002-07-26 [alfons] 0.8.0claws19
3687 ofcourse compare with identifier, not the path
3689 2002-07-26 [alfons] 0.8.0claws18
3692 use folder item identifier for saving / restoring
3693 preferences because folder->path might not be unique
3695 2002-07-26 [melvin] 0.8.0claws17
3698 Fixed a crash introduced in 0.8.0claws5 when log is
3699 cut under 80 characters.
3701 2002-07-26 [paul] 0.8.0claws16
3703 * sync with 0.8.1cvs1
3704 see ChangeLog 2002-07-26
3706 2002-07-26 [christoph] 0.8.0claws15
3709 imap folder now remembers the last selected
3710 folder and imap_fetch_msginfo skips selecting
3711 the folder if it is already selected
3713 2002-07-26 [christoph] 0.8.0claws14
3718 fix imap folder rescanning
3720 2002-07-25 [christoph] 0.8.0claws13
3730 implement imap uid cache and uid validity check
3732 2002-07-25 [alfons] 0.8.0claws12
3735 fix a brown paper bag bug, and also add some more
3738 2002-07-25 [christoph] 0.8.0claws11
3741 don't mix copy, fetch_msginfo and remove
3742 operations in folder item copy and move
3745 2002-07-25 [christoph] 0.8.0claws10
3749 * src/prefs_folder_item.c
3750 * src/summaryview.[ch]