1 2002-12-05 [colin] 0.8.6claws65
4 Don't modify original search_string or it'll change
5 the next iterations in the for()
7 2002-12-05 [darko] 0.8.6claws64
10 proper check for filtering commands, found by Colin
12 2002-12-05 [darko] 0.8.6claws63
15 check proper string for NULL pointer, found by Colin
17 2002-12-05 [darko] 0.8.6claws62
19 * src/common/utils.[ch]
20 expand_search_string(): new function
21 converts Mutt-like patterns to Sylpheed's
24 use expand_search_string() to allow Mutt-like
25 patterns in extended search
27 document extended option in quick search
29 2002-12-05 [paul] 0.8.6claws61
31 * sync with 0.8.6cvs16
32 see ChangeLog 2002-12-05
37 2002-12-04 [christoph] 0.8.6claws60
40 put imap authentication code into a new function and
41 remove it from imap_session_new that will allow to
42 send other commands before authentication
44 2002-12-04 [christoph] 0.8.6claws59
47 use already existing method to prevent unneeded IMAP
48 folder selects. Set imap_select parameters to NULL
49 in some functions if the values are not required.
52 remove no longer required include
54 2002-12-04 [paul] 0.8.6claws58
57 updated by Ricardo Mones Lastra
60 po/hu.po ** NEW FILE **
61 initial Hungarian translation, submitted
62 by Gál Zoltán <galzoli@hu.inter.net>
64 2002-12-03 [christoph] 0.8.6claws57
67 * src/gtksctree.[ch] ** REMOVE **
69 * src/gtk/gtksctree.[ch] ** NEW **
70 move gtksctree files to gtk directory
72 2002-12-03 [christoph] 0.8.6claws56
75 * src/md5.[ch] ** REMOVE **
76 * srm/common/Makefile.am
77 * src/common/md5.[ch] ** NEW **
78 move md5 files to common directory
81 remove not required #include
83 2002-12-03 [sergey] 0.8.6claws55
87 gtkut_window_popup(): new function.
89 main_window_popup(): use gtkut_window_popup() to raise
90 window without changing its position.
91 (see sylpheed-main ML message [sylpheed:17247])
93 2002-12-03 [sergey] 0.8.6claws54
96 send_message_local(): removed first-dot escaping
97 (SMTP-only, not needed for sending through pipe)
99 2002-12-03 [paul] 0.8.6claws53
102 update to reflect recent changes (thanks
103 to Ricardo Mones Lastra)
105 * tools/filter_conv.pl
106 fix problem with quoted strings. Patch submitted
107 by Luke Plant <lukeplant@softhome.net>
109 2002-12-03 [paul] 0.8.6claws52
111 * sync with 0.8.6cvs15
112 see ChangeLog 2002-12-03
114 2002-12-02 [christoph] 0.8.6claws51
117 * src/common/log.[ch]
118 implement logging using a hook function
122 define hooklist name in header file to avoid
123 errors caused by wrong spelling of hooklist names
128 2002-12-02 [christoph] 0.8.6claws50
130 * src/common/Makefile.am
131 add src/common/hooks.[ch]
133 * src/common/hooks.[ch]
134 implement a simple hook system using glib's hook functions
138 use new hook system for folder item updates
140 2002-12-02 [christoph] 0.8.6claws49
142 * doc-src/ui_seperation.txt ** NEW **
143 information for ui seperation
146 remove files that were moved to common
147 include common directory by default for the header files
150 * src/common/socket.c
152 implement automaton using g_io_*-functions instead of
153 gdk_input_add to make it ui independent
163 remove common/ prefix because directory is now in
182 * src/ssl_certificate.c
183 add log.h header file for logging functions
189 o move debug_mode to common/utils.c
190 o add functions to set and get debug_mode
192 * src/defs.h ** REMOVE **
193 * src/intl.h ** REMOVE **
194 * src/socket.[ch] ** REMOVE **
195 * src/ssl.[ch] ** REMOVE **
196 * src/utils.[ch] ** REMOVE **
197 replaced by new files in src/common/
199 * src/common/Makefile.am
200 add new files in src/common/
202 * src/common/defs.h ** NEW **
203 * src/common/intl.h ** NEW **
204 * src/common/log.[ch] ** NEW **
205 * src/common/socket.[ch] ** NEW **
206 * src/common/ssl.[ch] ** NEW **
207 * src/common/utils.[ch] ** NEW **
208 replacement for files in src/
210 2002-12-02 [colin] 0.8.6claws48
213 Scroll folderview if necessary during dnd
215 2002-12-02 [colin] 0.8.6claws47
218 Add check to verify a move is within a single mailbox
220 Add specific error string for this check
222 2002-12-02 [colin] 0.8.6claws46
225 Add a test to folder moving, remove a statusbar_print
227 Add Move folder... context-menu item
228 Factorize folder moving code
229 Enable folder DND for mbox
231 2002-12-01 [christoph] 0.8.6claws45
234 remove conf.aspelltest if the version check fails
236 2002-11-30 [christoph] 0.8.6claws44
239 run libtoolize --force in autogen to create missing
242 2002-11-30 [christoph] 0.8.6claws43
248 * src/uuencode.[ch] ** REMOVED **
249 * src/common/Makefile.am
250 * src/common/uuencode.[ch] ** NEW **
251 move uuen/decoder to common directory
253 2002-11-30 [christoph] 0.8.6claws42
256 * src/base64.[ch] ** REMOVED **
265 * src/common/Makefile.am
266 * src/common/base64.[ch] ** NEW **
267 move base64 en/decoder to common directory
269 2002-11-30 [christoph] 0.8.6claws41
271 * src/common ** NEW **
272 new directory for UI independent code
274 new directory for GTK frontend
275 * src/common/.cvsignore ** NEW **
276 * src/gtk/.cvsignore ** NEW **
278 * src/common/Makefile.am ** NEW **
279 * src/gtk/Makefile.am ** NEW **
280 automake files to build new seperated stuff
282 the binary will currently still be build with the
283 files in src, so we include the code from the
284 subdirs for now after building the libs there
286 2002-11-30 [paul] 0.8.6claws40
289 fix bug [642731] 'Wrong selected account with drafted mail'
291 2002-11-29 [oliver] 0.8.6claws39
294 o update summaryview when switching between different
297 o check if messageview holds already removed msg
301 2002-11-29 [oliver] 0.8.6claws38
304 remove not needed variables and includes
305 make messageview stay opened and move to next when msgs are deleted
307 2002-11-29 [oliver] 0.8.6claws37
310 disable compose button (messageview toolbar) by default
311 deleted msgs are moved to trash
313 2002-11-29 [melvin] 0.8.6claws36
316 Increased minimal gpgme version to 0.3.10 (Zombies out)
317 and to detect signatures expirations (gpgme 0.3.6)
320 Use non obsolescent function for Gpgme engine checking.
323 Inform about expired signatures or signatures which key
324 has expired. Expiration date is displayed.
327 Inform about expired signatures or signatures which key
330 2002-11-28 [paul] 0.8.6claws35
333 re-instate 'Check for new messages' in Newsgroup
334 folders right-click menu, after a suggestion from
335 Tim Mann <timmann@users.sourceforge.net>
338 after a crash check only local folders for new
341 2002-11-28 [paul] 0.8.6claws34
344 apply patch that fixes the checking of GTK with XIM
345 support on different OSs, such as FreeBSD. Patch
346 submitted by Topia <topia@users.sourceforge.net>
348 2002-11-28 [paul] 0.8.6claws33
353 more changes to the English
355 2002-11-28 [paul] 0.8.6claws32
357 * sync with 0.8.6cvs13
358 see ChangeLog 2002-11-28 (no sync needed
361 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws31
363 * src/mainwindow.[ch]
364 add patch by Ivan F. Martinez introducing messageview Toolbar
365 some changes and committed by oliver
367 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws30
369 * src/messageview.[ch]
370 add patch by Ivan F. Martinez introducing messageview Toolbar
371 some changes and committed by oliver
373 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws29
376 add patch by Ivan F. Martinez introducing messageview Toolbar
377 some changes and committed by oliver
379 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws28
382 add patch by Ivan F. Martinez introducing messageview Toolbar
383 some changes and committed by oliver
385 2002-11-28 [oliver] 0.8.6claws27
387 * src/prefs_toolbar.[ch]
388 getting ready for messageview toolbar
389 free mem allocated by gettext
390 change prefs_toolbar to prefs_toolbar_open
392 2002-11-28 [thorsten] 0.8.6claws26
395 cleaned up conflicting declarations of
396 imageview_show_image()
398 2002-11-28 [paul] 0.8.6claws25
400 * src/grouplistdialog.c
402 src/prefs_summary_column.c
403 a few more improvements to the English
405 2002-11-28 [colin] 0.8.6claws24
408 A few updates to command-line parameters
410 2002-11-28 [colin] 0.8.6claws23
412 * src/prefs_filtering.c
413 Fix problems with prefs_filtering_delete_path:
414 a) if the first rule is removed, original pointers
415 weren't updated (leading to segfaults)
416 b) it was always global_processing updated in case
417 of removed path was parent of rule path
419 2002-11-27 [paul] 0.8.6claws22
425 src/prefs_customheader.c
426 src/prefs_display_header.c
427 src/prefs_filtering.c
428 src/prefs_folder_item.c
431 src/prefs_summary_column.c
434 improve the English in the GUI
436 2002-11-27 [colin] 0.8.6claws21
439 Fix processing renaming problems happening after
442 2002-11-27 [colin] 0.8.6claws20
445 recursive move now deletes src each subfolder after
448 Use identifier instead of path during dnd (enables
451 2002-11-27 [paul] 0.8.6claws19
454 apply patch that does command-line processing
455 BEFORE gtk_init, allowing claws to run from
456 shell-scripts in non-X environment (e.g. crontab
457 or ip-up, ip-down scripts). Patch submitted by
458 Ruslan N. Balkin <baron@dartel.ru>
461 updated by Alessandro Maestri
463 2002-11-27 [paul] 0.8.6claws18
465 * sync with 0.8.6cvs12
467 Differences are that main uses a 'Receive dialog'
468 frame on the Interface tab, whereas claws groups all
469 the dialogs together in a 'Dialogs' frame.
471 2002-11-27 [colin] 0.8.6claws17
473 * src/prefs_matcher.c
474 Fix Execute criteria's NOT flag
477 2002-11-26 [christoph] 0.8.6claws16
480 rewrite the ssl code a little bit, only use one
481 SSL context, set default certificates' file/path
483 2002-11-26 [thorsten] 0.8.6claws15
486 default-reply-to didn't work for ml-reply
488 2002-11-26 [melvin] 0.8.6claws14
490 * src/prefs_actions.c
491 Made pipe-actions ignore short headers in message view
492 Made trailing-pipe-actions write in the message view with
493 the same font as the original message
495 2002-11-26 [paul] 0.8.6claws13
498 this time commit the correct file
500 2002-11-26 [paul] 0.8.6claws12
502 * sync with 0.8.6cvs11
503 src/quote_fmt_parse.y
508 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
510 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
513 see ChangeLog 2002-11-25 and 2002-11-26
515 2002-11-26 [colin] 0.8.6claws11
518 Fix collapsed folder not auto-expanding during
519 mail dnd, if it was the source folder.
521 2002-11-25 [colin] 0.8.6claws10
523 * src/folderview.[ch]
524 Variable renaming and cleaning (slist of nodes
525 to be re-collapsed is stored in FolderView)
527 2002-11-25 [paul] 0.8.6claws9
529 * src/prefs_common.[ch]
530 fix breakage caused by last commit
532 2002-11-25 [paul] 0.8.6claws8
534 * sync with 0.8.6cvs4
535 see ChangeLog 2002-11-21
537 2002-11-25 [paul] 0.8.6claws7
539 * sync with 0.8.6cvs4
540 see ChangeLog 2002-11-20
542 2002-11-25 [paul] 0.8.6claws6
544 * sync with 0.8.6cvs3
545 see ChangeLog 2002-11-18
547 2002-11-25 [colin] 0.8.6claws5
550 Add gtkut_ctree_node_is_parent()
552 Spring-loaded folders
554 2002-11-25 [colin] 0.8.6claws4
557 Add slist_concat_unique(), function to merge
558 two GSList filtering dups
560 * src/summaryview.[ch]
563 Add detection/update/display of unread answers
566 Add procmsg_find_children()
567 Add procmsg_msg_has_marked_parent()
569 2002-11-25 [colin] 0.8.6claws3
571 * src/ssl_certificate.[ch]
572 Allow checking a certificate without a DNS
574 Allow to forget a cert (by deleting it)
575 Make ssl_certificate_destroy_public
576 * src/ssl_manager.[ch] ** NEW FILES **
577 Gui to manage (display/remove) certificates
578 * src/prefs_common.[ch]
579 Add a pref to allow silent acceptation of
580 trusted certificates or not (based on the
581 "I want to know what's going on" principle)
583 Add SSL manager in Tools menu
585 Add the new files to the build
587 Add ssl_manager.c to translations
589 2002-11-25 [colin] 0.8.6claws2
591 * src/summaryview.[ch]
592 Add S_SEARCH_EXTENDED to the quick search, which
593 allows to search using filtering syntax.
595 2002-11-25 [colin] 0.8.6claws1
598 Deletion of duplicates now prefer deleting
599 the unread dup (fixes feature-request 638989).
601 2002-11-24 [paul] 0.8.6claws
607 updated by Ricardo Mones Lastra,
608 Witold Wladyslaw Wojciech Wilk,
609 Ruslan N. Balkin, and Urke MMI
612 2002-11-24 [paul] 0.8.5claws182
615 updated by George Danchev
617 2002-11-23 [alfons] 0.8.5claws181
620 tiny memory leak found by browsing Dimitar's
623 2002-11-23 [paul] 0.8.5claws180
626 updated by Alessandro Maestri
628 2002-11-22 [christoph] 0.8.5claws179
632 * src/prefs_filtering.c
636 2002-11-22 [alfons] 0.8.5claws178
639 summary_execute_delete_func(): if message is deleted, make
640 sure to also remove its entry in the subject hash table.
641 fixes a corner case bug.
643 2002-11-22 [paul] 0.8.5claws177
648 * ltconfig ** REMOVED **
651 2002-11-22 [paul] 0.8.5claws176
654 textview_set_font(): fix for message display in
655 UTF-8 locales (thanks to Sergey Vlasov).
658 add new team members and contributors
661 2002-11-21 [colin] 0.8.5claws175
664 Add procmsg_remove_special_headers()
666 Use procmsg_remove_special_headers() for
669 2002-11-21 [colin] 0.8.5claws174
672 Fix moving/copying from queue/draft folders
675 2002-11-21 [christoph] 0.8.5claws173
681 * src/matcher_parser_lex.[hl]
683 * src/mbox_folder.[ch]
684 * src/prefs_filtering.c
686 * src/quote_fmt_lex.l
688 fix all warnings except the warnings in lex and yacc files
690 2002-11-20 [christoph] 0.8.5claws172
693 fix MsgInfo retrieval for IMAP draft and queue folders
694 (closes bug [ 619558 ] Draft saving on IMAP box issue)
696 2002-11-19 [christoph] 0.8.5claws171
699 fix segfault, when draft saving does not get
700 the MsgInfo of the new message
701 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
703 2002-11-19 [christoph] 0.8.5claws170
706 add parameter check for flag setting function
707 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
709 2002-11-18 [paul] 0.8.5claws169
712 more sensitivity fixes to redirect mode:
713 * disable toolbar draft button
714 * allow only Address book in the Tools menu
715 * disable editing of message by the spell
718 2002-11-18 [paul] 0.8.5claws168
721 fix sensitivity of menu items in compose_redirect():
722 allow only the necessary items
724 2002-11-18 [paul] 0.8.5claws167
727 fix bug [ 603259 ] 'attachment got lost on bounce'
729 2002-11-18 [paul] 0.8.5claws166
732 updated by Ruslan N. Balkin <baron@dartel.ru>
734 2002-11-18 [colin] 0.8.5claws165
738 Remove old filtering stuff
741 2002-11-17 [oliver] 0.8.5claws164
744 remove not needed typedef
746 2002-11-17 [oliver] 0.8.5claws163
749 make toolbar's on click events translatable
751 2002-11-15 [colin] 0.8.5claws162
754 Revert too-soon integration of a feature
756 2002-11-15 [christoph] 0.8.5claws161
759 use main's implementation of imap_get_msginfo
761 2002-11-15 [christoph] 0.8.5claws160
771 replace claws' fetch_msginfo with main's get_msginfo
772 (use main's implementation where possible)
774 2002-11-15 [colin] 0.8.5claws159
776 * src/ssl_certificate.c
779 2002-11-16 [melvin] 0.8.5claws158
782 Updated French translations.
784 2002-11-16 [colin] 0.8.5claws157
786 * src/ssl_certificate.c
787 Check for missing parts in the certificates
789 2002-11-15 [colin] 0.8.5claws156
792 Preventive fix (missing check) found by
798 sync with 0.8.6 release
800 2002-11-15 [colin] 0.8.5claws155
804 Fix error handling of folder_item_move_to()
807 2002-11-15 [colin] 0.8.5claws154
811 folder_item_move_to() sets an error message instead
812 of having GUI stuff in folder.c
814 2002-11-15 [colin] 0.8.5claws153
817 Implemented a callback for MsgInfo updates,
818 heavily copy/pasted from Christoph's folder
820 * src/summaryview.[ch]
821 Register summary_update_msg as callback
823 2002-11-14 [colin] 0.8.5claws152
826 Update the FolderItem after sending (fixes 617593)
828 2002-11-14 [christoph] 0.8.5claws151
831 fix wrong position of NULL pointer check found
834 2002-11-14 [christoph] 0.8.5claws150
837 fix segfault when deleting messages from IMAP folders
838 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
840 2002-11-14 [colin] 0.8.5claws149
843 Forwarding was also ignoring the folder's default account.
845 2002-11-14 [colin] 0.8.5claws148
848 Fix sent folder not set to folder properties when
851 2002-11-14 [thorsten] 0.8.5claws147
854 inc_start(): Files were not moved from .processing to inbox,
855 if no global processing rule existed
857 2002-11-14 [colin] 0.8.5claws146
859 * src/ssl_certificate
862 2002-11-14 [paul] 0.8.5claws145
865 updated by Alessandro Maestri
867 2002-11-13 [alfons] 0.8.5claws144
870 folder_item_close(): only mark messages unread
871 when a folder has new messages
873 2002-11-13 [keith] 0.8.5claws143
876 Fix problem moving or copying between
879 2002-11-13 [colin] 0.8.5claws142
881 * src/matcher_parser_parse.y
882 Fix rule problem when " don't match
884 2002-11-13 [christoph] 0.8.5claws141
888 moved cache saving to folder_item_close
889 the folderview should not have to deal with
892 2002-11-13 [christoph] 0.8.5claws140
895 moved setting of important score to
896 summary_set_prefs_from_folderitem
898 2002-11-13 [colin] 0.8.5claws139
900 * src/matcher_parser_parse.y
901 Fix a segfault in the parser (happening when
902 a good expression had been tested and a bad
905 2002-11-13 [paul] 0.8.5claws138
907 * sync with 0.8.5cvs24
908 see ChangeLog 2002-11-13
911 updated by Fabio Jr. Beneditto
913 2002-11-13 [colin] 0.8.5claws137
918 Revert last commit, problem
920 2002-11-13 [colin] 0.8.5claws136
923 Remove duplicated code
925 Bumped CACHE_VERSION and MARK_VERSION
927 Network endian for cache and mark files
929 2002-11-12 [colin] 0.8.5claws135
932 Fix the "socket error" dialog which disappeared
934 2002-11-12 [colin] 0.8.5claws134
937 Reverse last commit which had performance
938 problems, but still reverse the list
940 2002-11-12 [colin] 0.8.5claws133
945 2002-11-12 [melvin] 0.8.5claws132
948 Added a check for a NULL prefs_common.dictionary
950 2002-11-12 [colin] 0.8.5claws131
952 * src/ssl_certificate.[ch]
955 2002-11-12 [colin] 0.8.5claws130
957 * src/ssl_certificate.[ch]
958 Take connection port into account for
959 checking certificates (a single hostname
960 could have multiple servers with multiple
963 Pass the port to ssl_certificate_check
965 2002-11-12 [paul] 0.8.5claws129
968 fix a typo in last commit
970 2002-11-12 [paul] 0.8.5claws128
972 * sync with 0.8.5cvs23
973 see ChangeLog entry 2002-11-12
975 2002-11-11 [colin] 0.8.5claws127
977 * src/ssl_certificate.c
979 Don't popup, instead log error, if the
980 corresponding pref is checked
981 * src/ssl_certificate.h
982 include <openssl/objects/h>
984 2002-11-11 [colin] 0.8.5claws126
986 * src/ssl_certificate.h
989 2002-11-11 [colin] 0.8.5claws125
991 * src/ssl_certificate.c
994 2002-11-11 [colin] 0.8.5claws124
998 * src/ssl_certificate.[ch]
999 Cleaned a bit (better use of SSL API)
1000 (This will cause non-recognition of saved
1001 certificates of claws12[23]...)
1003 2002-11-11 [paul] 0.8.5claws123
1006 updated by Ricardo Mones Lastra
1008 2002-11-11 [colin] 0.8.5claws122
1013 2002-11-11 [colin] 0.8.5claws121
1015 * src/ssl_certificate.[ch] ** NEW FILES **
1017 Check SSL certificates presented to us
1019 Add ssl_certificate.[ch]
1021 Add ssl_certificate.c
1023 2002-11-11 [paul] 0.8.5claws120
1025 * sync with 0.8.5cvs22
1026 see ChangeLog 2002-11-11
1028 2002-11-11 [paul] 0.8.5claws119
1030 * sync with 0.8.5cvs21
1031 see ChangeLog 2002-11-11
1033 2002-11-10 [jens] 0.8.5claws118
1037 corrected some typing
1039 updated german translation
1041 cleaned up specfile and adjusted it for claws
1043 2002-11-10 [colin] 0.8.5claws117
1046 a STATUSBAR_PUSH/POP fix
1048 2002-11-10 [colin] 0.8.5claws116
1050 * src/prefs_folder_item.c
1051 Fix hanging after opening folder properties
1053 2002-11-10 [hoa] 0.8.5claws115
1055 * src/matcher_parser_lex.l
1056 * src/matcher_parser_parse.y
1057 config file for scoring and filtering is no more trashed
1058 when there is a syntax error in a filtering rule when
1059 editing it in a dialog.
1061 2002-11-09 [colin] 0.8.5claws114
1064 Added missing initialisation of folder->destroy()
1066 2002-11-09 [colin] 0.8.5claws113
1070 Fix the status bar messages
1072 2002-11-09 [colin] 0.8.5claws112
1075 Fix hangs after folder dnd, happening after
1078 2002-11-09 [christoph] 0.8.5claws111
1081 just changed order of calls (reverse order of
1084 lock inc when checking only one account, otherwise
1085 inc all could be executed at the same time
1087 2002-11-09 [christoph] 0.8.5claws110
1090 better unlock the mouse cursor before calling
1091 summary_show because it changes the cursor too
1093 2002-11-09 [christoph] 0.8.5claws109
1097 add functions to open and close a folder
1098 o opending will execute scanning for remote folders
1100 o closing will unset new flag for messages
1102 2002-11-09 [colin] 0.8.5claws108
1105 Add a call to prefs_matcher_write_config to
1106 avoid non-leaf folders filtering settings to be
1109 2002-11-09 [paul] 0.8.5claws107
1111 * src/prefs_account.c
1114 2002-11-09 [colin] 0.8.5claws106
1119 2002-11-09 [colin] 0.8.5claws105
1122 Fix prefs_filtering deletion for MH folders (same
1124 * src/prefs_filtering.c
1125 Fix prefs_filtering renaming and deletion for
1126 folder-based processing rules.
1128 2002-11-09 [christoph] 0.8.5claws104
1132 * src/folderview.[ch]
1138 * src/prefs_folder_item.c
1141 implement a callback system for folder item updates
1143 2002-11-09 [colin] 0.8.5claws103
1146 Fix prefs_filtering renaming for MH folders (we
1147 shouldn't rename by path as another folder could
1148 have the same hierarchy).
1150 2002-11-09 [colin] 0.8.5claws102
1153 Fix a leak found by Christoph, use better variable
1156 2002-11-09 [colin] 0.8.5claws101
1159 One more fix for processing rules
1161 2002-11-08 [colin] 0.8.5claws100
1164 Don't copy the compiled regexp (will be reevaluated)
1166 Lock folderview while moving
1168 Provide info on what's happening to the user
1170 2002-11-08 [colin] 0.8.5claws99
1173 Fix folder reordering after a move if parent is
1176 Add function to copy a ScoringProp
1177 * src/prefs_folder_item.c
1178 Copy scoring rules when copying a folder prefs
1180 2002-11-08 [colin] 0.8.5claws98
1183 Fixes in case of failure
1184 * src/filtering.[ch]
1185 Add function to duplicate a FilteringProp
1187 Add function to duplicate a MatcherProp
1188 * src/prefs_folder_item.c
1189 Save folder's processing rules when copying
1192 2002-11-08 [colin] 0.8.5claws97
1197 Change a printf to debug_print
1199 2002-11-08 [colin] 0.8.5claws96
1203 Fix segfaults, call me stupido
1206 2002-11-08 [colin] 0.8.5claws95
1209 Added forgotten prefs to save when moving folders
1211 2002-11-08 [colin] 0.8.5claws94
1214 Fixes to folder DND (prefs copy)
1216 Optimization for folder DND (don't rescan whole tree)
1217 Added folderview_create_folder_node() for this
1218 optimization, so de-duped a bit the code
1219 * src/prefs_folder_item.[ch]
1220 Added prefs_folder_item_copy_prefs()
1222 2002-11-08 [paul] 0.8.5claws93
1224 * src/prefs_account.c
1226 tools/kmail2sylpheed_v2.pl
1229 2002-11-08 [paul] 0.8.5claws92
1232 src/prefs_account.[ch]
1233 remove account options 'clearsign' and 'ascii_armored',
1234 replace with 'default_gnupg_mode' to prevent mixed-mode
1237 2002-11-08 [paul] 0.8.5claws91
1240 re-implement GnuPG 'on-the-fly' mode selection,
1243 2002-11-08 [colin] 0.8.5claws90
1246 src/prefs_folder_item.c
1247 Change "Property" to "Properties"
1249 2002-11-07 [colin] 0.8.5claws89
1253 Allow folder dropping to a root folder
1255 2002-11-07 [paul] 0.8.5claws88
1260 2002-11-07 [paul] 0.8.5claws87
1263 fix reply-to-list bug. closes bug report
1264 "[633382] reply-to-list broken in recent cvs"
1266 2002-11-07 [paul] 0.8.5claws86
1269 add a forgotten '#if USE_GPGME ... #endif'
1271 2002-11-07 [paul] 0.8.5claws85
1273 * sync with 0.8.5cvs20
1274 see ChangeLog 2002-11-07
1276 2002-11-07 [colin] 0.8.5claws84
1279 Change folder_item_move_to to return the newly
1282 Select the new folderitem after moving.
1284 2002-11-07 [colin] 0.8.5claws83
1286 * src/prefs_filtering.c
1287 Fix rule rewriting when moving a leaf folder to a
1290 2002-11-07 [colin] 0.8.5claws82
1292 * src/prefs_filtering.c
1295 2002-11-07 [colin] 0.8.5claws81
1298 Add folder_item_move_to() function to move a
1299 folderitem into another one (updates matcher etc)
1301 Add folder drag'n drop (context menu to come)
1302 [Should be dataloss free, but Please backup before
1305 2002-11-06 [colin] 0.8.5claws80
1308 mh_create_folder() returns NULL if can't create
1311 2002-11-06 [paul] 0.8.5claws79
1314 allow 'on-the-fly' changing of the type of encryption
1315 and/or signing used (mime/ascii) via the compose window
1317 2002-11-06 [paul] 0.8.5claws78
1319 * sync with 0.8.5cvs19
1320 see ChangeLog 2002-11-06 for src/account.c:
1321 account_get_special_folder()
1323 2002-11-05 [alfons] 0.8.5claws77
1326 very minor cleanups: nothing to see here, move on. :-)
1328 2002-11-05 [colin] 0.8.5claws76
1331 Changes choices if compose windows are opened to
1332 Discard, Draft, Don't quit
1334 2002-11-05 [thorsten] 0.8.5claws75
1337 reenabled default_reply_to folder option
1339 2002-11-05 [colin] 0.8.5claws74
1346 add clean_quit() for the SIGTERM handler
1348 2002-11-05 [paul] 0.8.5claws73
1351 updated by Ricardo Mones Lastra
1353 2002-11-05 [melvin] 0.8.5claws72
1356 Fixed log-clipping bug #616795.
1357 To stop logging in the log window use 0 length.
1358 * src/prefs_common.c
1359 Added a label to inform about the 0 log length behaviour.
1361 2002-11-05 [paul] 0.8.5claws71
1363 * sync with 0.8.5cvs17
1364 see ChangeLog 2002-11-05
1366 2002-11-04 [paul] 0.8.5claws70
1368 * sylpheed-128x128.png
1371 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
1372 <nikai@users.sourceforge.net>
1375 updated by George Danchev
1377 2002-11-03 [thorsten] 0.8.5claws69
1382 add check if gpg is active
1384 2002-11-03 [thorsten] 0.8.5claws68
1387 removed GSList declaration causing trouble on MacOS-X
1388 (submitted by alfons, reported by xfesty)
1390 2002-11-01 [paul] 0.8.5claws67
1393 remove last remnants of main's filter code
1395 2002-11-01 [paul] 0.8.5claws66
1397 * tools/filter_conv.pl
1398 fix bug where user-defined headers were ignored
1400 2002-11-01 [paul] 0.8.5claws65
1403 make a debug_print() not translatable
1405 2002-10-31 [melvin] 0.8.5claws64
1408 Fixed --disable-aspell-test. Now --disable-aspell-test will
1409 not run any GNU/aspell test. The dictionary path will
1410 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
1411 was given, in which case, it will be $prefix/lib/aspell/
1413 Fixed typo in commentary (Aspell code).
1415 2002-10-31 [paul] 0.8.5claws63
1418 remove src/filter.c and src/prefs_filter.c
1419 thanks to Ricardo for reminding me
1421 2002-10-31 [colin] 0.8.5claws62
1426 2002-10-31 [paul] 0.8.5claws61
1428 * src/prefs_filter.[ch] ** REMOVED **
1429 src/filter.[ch] ** REMOVED **
1438 src/prefs_filtering.c
1439 src/summaryview.[ch]
1440 remove main's 'filter' code
1443 update to reflect removal of main's filter
1445 2002-10-31 [paul] 0.8.5claws60
1448 remove check for global_processing in summary_filter_open().
1449 This fixes the bug where if the user uses the right-click
1450 'Create filter rule...' and doesn't have any filter rules
1451 already defined in claws' advanced filtering, the newly
1452 created filter rule goes to main's filtering which is
1453 inaccessible through the gui. Now the filter rule gets added
1454 to claws' filtering by default.
1456 2002-10-28 [melvin] 0.8.5claws59
1458 * src/prefs_actions.c
1459 Fixed bug #627322 where MIME parts were not always
1460 correctly passed to a %p action
1461 Display an error dialog when message filename is not found.
1463 2002-10-28 [melvin] 0.8.5claws58
1465 * src/prefs_common.c
1466 Readded a missing function declaration lost in 0.8.3claws34
1468 2002-10-28 [paul] 0.8.5claws57
1470 * sync with 0.8.5cvs15
1471 see ChangeLog 2002-10-28 and 2002-10-25
1473 Note: ChangeLog entry 2002-10-24 is not sync'ed.
1475 2002-10-27 [oliver] 0.8.5claws56
1478 plug leak in pop3_top_recv
1480 2002-10-26 [christoph] 0.8.5claws55
1483 set need_update folder flag when messages are added
1484 (closes bug [ 626922 ] folder not updated after receiving)
1486 2002-10-25 [melvin] 0.8.5claws54
1489 Fixed a memleak introduced in the scaling code.
1491 2002-10-24 [alfons] 0.8.5claws53
1494 make filtering's forward message action forward from the
1496 (closes bug [628089 ] Filter -> Forward from address problem
1499 2002-10-24 [christoph] 0.8.5claws52
1503 o use manual of current locale or english if current
1504 locale is not available (and english is available)
1505 o also link to sylpheed doc project manuals
1507 2002-10-23 [paul] 0.8.5claws51
1510 tools/kmail2sylpheed_v2.pl
1511 add new version of kmail addressbook importer script.
1512 works with newer versions of Kmail/KAddressBook which
1513 have new and rearranged data.
1515 2002-10-23 [martin] 0.8.5claws50
1521 added length parameter to get_abbrev_newsgroup_name()
1522 changed this function so that it abbreviates the newsgroup
1523 names only so long it is smaller than the length parameter
1524 (for better reading of some newsgroup names and space efficiency)
1526 2002-10-22 [colin] 0.8.5claws49
1529 Revert Alfons' last modification (after voting ;-))
1531 2002-10-21 [alfons] 0.8.5claws48
1534 folder view in folder selection dialog reflects state of
1535 folder view in main window
1537 2002-10-18 [alfons] 0.8.5claws47
1540 drop imported messages in folder selected by user,
1541 and not in the inbox
1542 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
1544 2002-10-18 [alfons] 0.8.5claws46
1547 make automagic reply work correctly for email accounts
1548 (whether it's viable to do a full sync with Hiro's
1549 compose.c is still under discussion)
1551 2002-10-18 [melvin] 0.8.5claws45
1553 * src/prefs_actions.c
1554 Fixed bug #622275 where asynchroneous actions left
1556 Made (synchroneous) actions' input be displayed live.
1558 2002-10-18 [christoph] 0.8.5claws44
1561 don't add a newline in the textview in front of the
1562 first textpart if header display is disabled
1563 (closes bug [ 603385 ] disabled header display leaves blank
1566 2002-10-18 [christoph] 0.8.5claws43
1573 folder->get_num_list now returns an error code
1574 (closes bug [ 609424 ] News cache cleared on failure)
1576 2002-10-17 [colin] 0.8.5claws42
1579 Changed a printf by debug_print
1583 * tools/OOo2sylpheed.pl
1584 allow for spaces in the name of the
1585 file to be attached.
1587 2002-10-16 [colin] 0.8.5claws41
1590 Use a tristate to change online mode
1592 2002-10-16 [paul] 0.8.5claws40
1595 updated by Ricardo Mones Lastra
1597 2002-10-16 [colin] 0.8.5claws39
1601 Added --online and --offline command-line
1604 2002-10-15 [christoph] 0.8.5claws38
1607 set mimeinfo->name to NULL after g_free to
1608 avoid double freeing with g_free
1610 2002-10-14 [christoph] 0.8.5claws37
1615 remove calls to folder->change_flags that are now
1616 done by procmsg flag functions (seems it is not
1617 used by any foldertype anyway)
1619 init folder->change_flags with NULL
1621 2002-10-14 [christoph] 0.8.5claws36
1625 use virtual functions for folder item new and destroy
1628 2002-10-14 [melvin] 0.8.5claws35
1631 Added a test to not run the spell checker if no default
1632 dictionary is available. No dialog is displayed though.
1634 2002-10-14 [melvin] 0.8.5claws34
1637 Fixed bug in dictionary list context menu where
1638 "More..." pointed to an emtpy submenu if the
1639 number of dictionaries is a multiple of 15
1640 Removed unneeded code in suggestions list creation
1642 2002-10-14 [paul] 0.8.5claws33
1645 updated by George Danchev
1647 2002-10-13 [hoa] 0.8.5claws32
1650 src/matcher_parser_parser.y
1651 removed the escaped string from internal structure
1654 2002-10-12 [colin] 0.8.5claws31
1656 * src/gtksctree.[ch]
1658 Removed useless function gtksctree_reanchor
1660 2002-10-12 [alfons] 0.8.5claws30
1662 * sync with remaining main changes 2002-10-09 - 2002-10-11
1663 - drop changes to src/compose.c (requires claws specific changes)
1665 2002-10-12 [alfons] 0.8.5claws29
1667 * sync with main changes of 2002-10-08
1668 - drop changes to src/compose.c (requires claws specific changes)
1669 - drop changes to src/summaryview.c (requires changes to compose.c)
1671 2002-10-12 [alfons] 0.8.5claws28
1673 * sync with main changes of 2002-10-07
1675 2002-10-12 [alfons] 0.8.5claws27
1677 * sync with main changes of 2002-10-04
1678 - drop changes to src/compose.c (requires claws specific changes)
1679 - drop changes to src/prefs_folder_item.c (claws implementation
1680 seems to be working)
1682 2002-10-12 [colin] 0.8.5claws26
1685 Fix folder-flicker when space-reading, introduced
1688 2002-10-12 [colin] 0.8.5claws25
1691 Save account address when saving as draft.
1694 2002-10-12 [colin] 0.8.5claws24
1697 Fix the problem consisting of no message selected
1698 after the last message in a folder has been moved.
1700 2002-10-12 [paul] 0.8.5claws23
1703 src/prefs_template.c
1705 add Cc and Bcc to templates. Patch submitted by
1708 2002-10-12 [colin] 0.8.5claws22
1711 Fix a bug after "Check for new messages":
1712 If a folder was opened, it was still selected at
1713 the end of the check, but displayed empty.
1715 Remove unnecessary check
1720 be more verbose in the description of
1724 2002-10-11 [colin] 0.8.5claws21
1727 Make space work (better) when no mail is selected
1729 2002-10-11 [colin] 0.8.5claws20
1735 2002-10-11 [colin] 0.8.5claws19
1738 revert 0.8.5claws6 changes as i couldn't get to
1741 2002-10-11 [melvin] 0.8.5claws18
1744 Removed buggy and unused macro (should have been committed in
1747 2002-10-11 [melvin] 0.8.5claws17
1750 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
1752 2002-10-11 [thorsten] 0.8.5claws16
1755 remove rescan warning
1757 2002-10-11 [colin] 0.8.5claws15
1760 fix a segfault that happens if conv_unmime_header
1761 fails (should be better to find out why it fails)
1763 2002-10-11 [christoph] 0.8.5claws14
1766 update folderview stats after ignore/unignore thread
1768 2002-10-11 [hoa] 0.8.5claws13
1770 * src/quote_fmt_parse.y
1771 Fixed a yacc/bison syntax error
1773 Escaping of string is fixed.
1775 2002-10-11 [colin] 0.8.5claws12
1778 Resize images to fit
1780 2002-10-11 [paul] 0.8.5claws11
1783 updated by Ricardo Mones Lastra
1785 2002-10-10 [alfons] 0.8.5claws10
1788 allow dropping files by "moving" files from a file manager,
1789 not only by the more cumbersome "copying". the latter
1790 mostly implies holding down the Control button
1792 2002-10-10 [christoph] 0.8.5claws9
1795 update folders after thread building for ignored threads
1797 2002-10-10 [christoph] 0.8.5claws8
1801 * src/filtering.[ch]
1803 * src/folderview.[ch]
1808 * src/summaryview.[ch]
1809 o added new flag need_update to FolderItem
1810 o removed folder_table from various functions from tracking
1812 o set need_update flags in folder.c's move, copy and delete
1813 functions and procmsg's flags functions
1814 o added function folderview_update_items_when_required that
1815 updates all folders with need_update set
1816 o call folderview_update_items_when_required instead of
1817 folderview_update_item_foreach
1819 2002-10-09 [sergey] 0.8.5claws7
1822 Strip CRs whel loading the text into editor in reedit mode.
1824 2002-10-09 [colin] 0.8.5claws6
1827 Make Space work when no mail is selected
1829 2002-10-09 [colin] 0.8.5claws5
1831 * src/gtksctree.[ch]
1833 Add gtk_sctree_reanchor()
1835 Use gtk_sctree_reanchor() - better fix for
1838 2002-10-09 [colin] 0.8.5claws4
1841 Fix shift-click select after delete problem
1844 2002-10-08 [thorsten] 0.8.5claws3
1847 exclude current msg from -hide read messages-
1849 2002-10-08 [colin] 0.8.5claws2
1854 Differentiate socket errors from disk full
1857 2002-10-08 [christoph] 0.8.5claws1
1861 modifications for new config directory
1863 * config.guess ** REMOVED **
1864 * config.sub ** REMOVED **
1865 * install-sh ** REMOVED **
1866 * ltmain.sh ** REMOVED **
1867 * missing ** REMOVED **
1868 * mkinstalldirs ** REMOVED **
1869 these files are autogenerated by automake
1870 when you run autogen.sh
1872 * config/.cvsignore ** NEW FILE **
1873 * config/Makefile.am ** NEW FILE **
1874 ignore autogenerated files
1875 create a Makefile in this directory
1877 2002-10-08 [paul] 0.8.5claws
1879 * 0.8.5claws release
1884 fix quote reply format for newsgroups reply bug
1889 updated by me and Witold Wladyslaw Wojciech Wilk
1892 2002-10-07 [paul] 0.8.3claws53
1897 updated messages catalogs, submitted by
1898 Alessandro Maestri, Fabio Jr.Beneditto
1899 and Urke MMI, respectively.
1901 2002-10-07 [christoph] 0.8.3claws52
1906 fix new folder ghost message bug
1907 (closes bug [ 619722 ] wrong count for newly created folders)
1909 2002-10-07 [christoph] 0.8.3claws51
1912 fix news posting problem
1914 2002-10-07 [melvin] 0.8.3claws50
1917 Updated French translation
1919 2002-10-05 [christoph] 0.8.3claws49
1922 check if line_start_cache is set in gtk_stext_update_text
1923 (closes bug [ 618119 ] crash while doing search in folder)
1925 2002-10-05 [christoph] 0.8.3claws48
1931 implement cache cleanups for claws' folder system
1932 (closes bug [ 595916 ] imapcache not cleaned up)
1934 2002-10-05 [melvin] 0.8.3claws47
1936 * src/prefs_actions.c
1937 Made the help text more clear for the %p token
1939 2002-10-04 [paul] 0.8.3claws46
1942 see ChangeLog 2002-10-02 and 2002-10-03
1944 2002-10-04 [christoph] 0.8.3claws45
1947 fix segfault caused by pop before smtp
1948 call to inc_account_mail with NULL
1951 2002-10-04 [paul] 0.8.3claws44
1954 sync the LDAP detection from 0.8.5cvs1
1956 2002-10-02 [christoph] 0.8.3claws43
1959 fix small spelling error
1961 2002-10-02 [melvin] 0.8.3claws42
1964 Behave better and say "no" when test program cannot be run.
1966 2002-10-02 [paul] 0.8.3claws41
1968 * sync with 0.8.4cvs1
1969 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
1972 toggle the behavior of Reply menuitem between
1973 normal reply and reply-to-list
1975 2002-10-01 [sergey] 0.8.3claws40
1978 Convert newlines in the message text to the canonical form
1979 before base64 encoding (RFC2045 compliance, fixes some
1980 interoperability issues with Evolution 1.0.3)
1982 2002-09-29 [colin] 0.8.3claws39
1985 Fix an unwanted copy/paste
1987 2002-09-29 [colin] 0.8.3claws38
1990 Renamed "Custom toolbar" to "Customize toolbar"
1991 Renamed "Show all header" to "Show all headers"
1992 Renamed "Set diplay item" to "Set displayed items"
1993 * src/prefs_common.c
1994 Renamed "Show all header" to "Show all headers"
1995 * src/prefs_summary_column.c
1996 Renamed "diplay item" to "displayed items"
1998 2002-09-29 [colin] 0.8.3claws37
2000 * src/mainwindow.[ch]
2001 online/offline status pixmaps follow theme
2003 * src/summaryview.[ch]
2004 quicksearch pixmap follows theme changes
2006 2002-09-29 [thorsten] 0.8.3claws36
2009 src/prefs_folder_item.[ch]
2010 add default_reply_to folder option (closes patch 581044)
2012 2002-09-29 [christoph] 0.8.3claws35
2014 * acconfig.h ** REMOVED **
2018 * ac/gnupg-check-typedef.m4
2019 fix autoheader 2.50 warning
2021 2002-09-29 [christoph] 0.8.3claws34
2023 * major code cleanup (part 2)
2025 - unused variables removed
2026 - unused functions removed
2027 - uninitialized variables checked
2028 - missing return statements added
2029 - missing function return types added
2030 - added parentheses around assignment
2031 when suggested by gcc
2033 2002-09-29 [alfons] 0.8.3claws33
2036 log_window_clear(): only bracket gtk_text_forward_delete()
2037 with gtk_text_freeze() / gtk_text_thaw() (see if this
2038 works around GTK text bug)
2040 2002-09-29 [paul] 0.8.3claws32
2044 updated by George Danchev and Urke MMI
2047 2002-09-27 [christoph] 0.8.3claws31
2049 * doc-src/readme.txt
2050 * doc-src/rfc1806.txt ** REMOVED **
2051 * doc-src/rfc2183.txt ** NEW FILE **
2052 * doc-src/rfc2980.txt ** NEW FILE **
2055 2002-09-27 [melvin] 0.8.3claws30
2058 Fixed typo which could break linking
2060 2002-09-27 [melvin] 0.8.3claws29
2063 Improved GNU/aspell checking.
2066 2002-09-27 [paul] 0.8.3claws28
2068 * sync with 0.8.3cvs8
2069 see ChangeLog 2002-09-27
2071 2002-09-26 [colin] 0.8.3claws27
2075 Add "Reply to Mailing-list" to the toolbar
2077 2002-09-26 [christoph] 0.8.3claws26
2080 Fix wrong message counts in summaryview status
2082 2002-09-26 [paul] 0.8.3claws25
2084 * sync with 0.8.3cvs7
2085 see ChangeLog 2002-09-26
2087 2002-09-26 [paul] 0.8.3claws24
2089 * sync with 0.8.3cvs6
2090 see ChangeLog 2002-09-25
2092 2002-09-25 [christoph] 0.8.3claws23
2094 * src/prefs_common.c
2095 * src/prefs_folder_item.c
2096 * src/prefs_scoring.c
2097 Renamed "kill score" to "hide score" in GUI
2100 2002-09-25 [paul] 0.8.3claws22
2102 * sync with 0.8.3cvs5
2103 see ChangeLog 2002-09-24
2105 2002-09-24 [alfons] 0.8.3claws21
2107 patch by Satoshi Nagayasu: allows appending / saving multiple
2108 selected files (closes "[ 612279 ] save multiple mesg(s) in
2112 add Satoshi Nagayasu
2114 summary_save_as(): allow saving selected files to
2116 summary_set_menu_sensitive: enable "Save As..." when
2117 multiple files are selected
2119 append_file(): new function
2121 2002-09-24 [colin] 0.8.3claws20
2124 Fix segfault when mimeinfo doesn't have a
2127 2002-09-24 [colin] 0.8.3claws19
2129 * src/prefs_common.[ch]
2130 Add a preference to display send dialog or not
2132 Display send dialog according to preference
2134 2002-09-24 [colin] 0.8.3claws18
2137 Disable user actions when sending
2139 2002-09-24 [colin] 0.8.3claws17
2142 Do not display name or filename for attachments
2143 with an application/pgp-signature type
2144 (security flaw, see bug 537413)
2146 2002-09-23 [colin] 0.8.3claws16
2149 Initialize entry_email, entry_alias and
2150 entry_remarks to first email address of the list
2152 2002-09-23 [colin] 0.83claws15
2155 Drop pgp-signature when reediting a signed queued
2158 2002-09-23 [melvin] 0.8.3claws14
2161 Updated French translation
2163 2002-09-23 [melvin] 0.8.3claws13
2166 Made custom toolbar menu labels more consistent
2167 * src/prefs_toolbar.c
2168 Made custom toolbar window title more consistent
2170 2002-09-22 [colin] 0.8.3claws12
2173 Initialize session type to normal before getting
2174 mail (fixes strange Get behaviour)
2175 * src/prefs_account.h
2176 Move STYPE_POP_BEFORE_SMTP to last position to
2177 avoid other side-effects
2179 2002-09-22 [colin] 0.8.3claws11
2181 * src/prefs_account.c
2182 Fix pop_bfr_smtp_tm_entry sensivity when switching
2183 from pop3 to apop or vice-versa
2185 2002-09-22 [colin] 0.8.3claws10
2187 * src/prefs_account.[ch]
2188 Add an option for the POP before SMTP timeout
2190 Remember time of last POP connection
2192 Do POP before SMTP only if timeout reached
2194 2002-09-22 [oliver] 0.8.3claws9
2197 explain custom toolbar
2199 2002-09-22 [oliver] 0.8.3claws8
2201 * src/prefs_actions.[ch]
2202 custom toolbar for compose
2203 actions callback from compose toolbar
2205 remove include toolbar.h
2207 2002-09-22 [oliver] 0.8.3claws7
2209 * src/prefs_toolbar.[ch]
2210 custom toolbar for compose
2211 - generic prefs_toolbar handles both
2212 Mainwin's toolbar as well as Compose toolbar
2214 2002-09-22 [oliver] 0.8.3claws6
2217 custom toolbar for compose
2218 restructure toolbar.[ch]
2220 2002-09-22 [oliver] 0.8.3claws5
2223 custom toolbar for compose
2225 2002-09-22 [oliver] 0.8.3claws4
2227 * src/mainwindow.[ch]
2228 custom toolbar for compose
2229 move mainwin toolbar back to mainwindow
2231 2002-09-22 [alfons] 0.8.3claws3
2238 2002-09-22 [alfons] 0.8.3claws2
2241 procmsg_save_to_outbox(): don't unlink message file from queue;
2242 callers should do it using folder_item_remove_msg()
2244 2002-09-22 [colin] 0.8.3claws1
2247 Made mimeview_check_signature() public
2249 Made GPG signatures verifiable by clicking
2250 the [application/pgp-signature] in the Text
2253 2002-09-22 [paul] 0.8.3claws
2262 updated translations, submitted by George Danchev,
2263 me, Ricardo Mones Lastra, Alessandro Maestri,
2264 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
2265 and Urke MMI, respectively.
2267 2002-09-22 [alfons] 0.8.2claws65
2271 no furry valgrinds have been used to plug these memleaks
2273 2002-09-20 [paul] 0.8.2claws64
2275 * sync with 0.8.3cvs4
2276 'Select thread' re-implemented
2277 see ChangeLog 2002-09-20
2279 2002-09-21 [alfons] 0.8.2claws63
2282 compose_send(): plug unnoticed memleak
2284 2002-09-20 [alfons] 0.8.2claws62
2287 replace_address_in_edit(): strict check for NULL address to
2288 fix "[ 607348 ] Segfault in address completion". My guess is
2289 that this happens with an empty address book, but it's good
2290 to have this check here anyway
2292 completion_window_button_press(): free string returned
2293 from the internal cache
2295 2002-09-20 [christoph] 0.8.2claws61
2298 added ENC_BINARY to EncodingType
2300 the string returned by procmime_get_encoding_str
2301 should not depend on the order of values in the
2302 EncodingType definition
2303 * doc-src/rfc1806.txt ** NEW FILE **
2304 Added rfc1806 about MIME Content-Disposition
2307 2002-09-19 [paul] 0.8.2claws60
2309 * sync with 0.8.2cvs3
2310 see ChangeLog 2002-09-19
2312 2002-09-19 [paul] 0.8.2claws59
2314 * src/prefs_folder_item.c
2315 revert to Darko's original alignment of colour
2317 add a colon to folder_color label
2320 add Colin's patch (with Hiro's modifications) to
2321 force BASE64 encoding for 8-bit text when signing
2322 (sync with 0.8.3cvs2)
2324 2002-09-18 [alfons] 0.8.2claws58
2329 (beautify a little bit)
2331 2002-09-18 [christoph] 0.8.2claws57
2334 fix handling of fgetc return value
2336 2002-09-17 [alfons] 0.8.2claws56
2339 summary_sort(): check non-NULL summaryview->folder_item when no
2340 folder is selected at all
2341 (closes "[ 610344 ] sort label make syl Crash")
2343 2002-09-17 [alfons] 0.8.2claws55
2346 beautify a little bit
2348 2002-09-17 [christoph] 0.8.2claws54
2351 initialize max values for cache and folder
2352 when cache or folder is empty
2354 2002-09-15 [colin] 0.8.2claws53
2357 Fix a leak (thanks Alfons!) and cleaned
2358 variables names for custom headers
2360 2002-09-15 [colin] 0.8.2claws52
2363 Fix custom headers recognition when
2364 prefs_common.trans_hdr is on
2366 2002-09-15 [colin] 0.8.2claws51
2369 Allow dynamically-added custom headers
2370 Yet not reparsed if reedited
2372 2002-09-15 [alfons] 0.8.2claws50
2374 * src/prefs_account.c
2377 2002-09-15 [colin] 0.8.2claws49
2379 * src/prefs_account.c
2380 fix pop_before_smtp sensitivity
2382 2002-09-15 [colin] 0.8.2claws48
2385 add inc_pop_before_smtp()
2386 allow MainWindow to be undefined in
2387 inc_account_mail() and inc_start()
2390 add STYPE_POP_BEFORE_SMTP session type
2391 * src/prefs_account.c
2392 activated pop before smtp option
2394 do pop before smtp if the relevant option
2397 2002-09-15 [paul] 0.8.2claws47
2400 see ChangeLog 2002-09-15
2402 2002-09-14 [paul] 0.8.2claws46
2405 updated Bulgarian translation, submitted by
2408 2002-09-13 [paul] 0.8.2claws45
2411 merge claws' select_account() with main's
2412 (new) compose_select_account(). [sync with
2413 0.8.2cvs15, see ChangeLog 2002-09-11]
2415 2002-09-12 [christoph] 0.8.2claws44
2418 allocate 1 elements of FolderItem not 0
2420 2002-09-12 [colin] 0.8.2claws43
2423 Fix bug #590825 (obey Follow-up: poster)
2425 2002-09-12 [colin] 0.8.2claws42
2428 Fix bug #557009 (wrong headers for messages
2429 forwarded as attachments)
2431 2002-09-11 [colin] 0.8.2claws41
2434 Put SCF: pseudo-header on top of message
2435 Set draft tmp_flag when saved as draft
2439 Skip after first \n\n for beginning of real message
2442 2002-09-11 [christoph] 0.8.2claws40
2445 use procmsg flag functions in filtering or processing
2446 will cause incorrect folder message counts
2448 2002-09-11 [colin] 0.8.2claws39
2451 Fix bug #550175 - wrong save folder when reediting
2454 2002-09-11 [paul] 0.8.2claws38
2456 * sync with 0.8.2cvs14
2457 see ChangeLog 2002-09-11
2459 2002-09-11 [colin] 0.8.2claws37
2462 Fix a typo (seeming to cause new/unread status to
2465 2002-09-10 [christoph] 0.8.2claws36
2468 compose_redirect should not use compose_generic_new
2469 because that does more stuff than expected including
2470 opening the external editor
2471 (closes bug "[ 526608 ] bounced messages appear blank
2474 2002-09-10 [christoph] 0.8.2claws35
2477 fix problem with too large message number range
2478 causing a crash in folder_item_scan
2480 2002-09-10 [paul] 0.8.2claws34
2482 * sync with 0.8.2cvs13
2483 see ChangeLog 2002-09-10
2485 2002-09-10 [christoph] 0.8.2claws33
2488 set MsgInfo TmpFlags for queue and draft folders
2489 (closes bug "[ 591676 ] Queue ignore MIME on restart")
2491 2002-09-10 [paul] 0.8.2claws32
2494 po/bg.po ** NEW FILE **
2495 new Bulgarian translation submitted by
2496 George Danchev <danchev@spnet.net>
2500 tools/tb2sylpheed ** NEW FILE **
2501 add script that converts an addressbook exported
2502 from The Bat! into a Sylpheed addressbook. Submitted
2503 by Urke MMI <urke-kg@eunet.yu>
2505 2002-09-10 [paul] 0.8.2claws31
2507 * sync with 0.8.2cvs12
2508 see ChangeLog 2002-09-10
2510 2002-09-06 [paul] 0.8.2claws30
2512 * src/prefs_common.c
2513 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
2517 tools/ldif-to-xml.py ** REMOVED **
2518 remove obsolete python script
2520 2002-09-06 [paul] 0.8.2claws29
2522 * sync with 0.8.2cvs10
2523 see ChangeLog 2002-09-06
2525 2002-09-04 [paul] 0.8.2claws28
2527 * sync with 0.8.2cvs9
2528 see ChangeLog 2002-08-04
2530 2002-09-04 [colin] 0.8.2claws27
2532 * src/prefs_common.[ch]
2533 Added signature color configuration
2535 Use user-specified signature color
2537 2002-09-03 [colin] 0.8.2claws26
2539 * src/prefs_common.[ch]
2540 Added autosave and autosave_length prefs
2542 Added compose_remove_draft()
2543 Auto-save drafts according to the prefs
2545 Added a crash-indicator file, allowing to check
2546 for new messages on startup if Sylpheed crashed
2547 (makes saved drafts "reappear")
2549 2002-09-03 [colin] 0.8.2claws25
2554 2002-09-03 [paul] 0.8.2claws24
2556 * sync with 0.8.2cvs8
2557 see ChangeLog 2002-09-02 and 2002-09-03
2559 2002-09-03 [darko] 0.8.2claws23
2562 use normal style when creating new folder to pick
2565 2002-09-02 [melvin] 0.8.2claws22
2568 removed some obsolete code
2570 2002-09-02 [melvin] 0.8.2claws21
2573 fixed test's equality sign (== to =)
2575 2002-09-02 [alfons] 0.8.2claws20
2579 revert change of 0.8.2claws16 and use the mh_folder_destroy
2580 as folder->destroy virtual as suggested by Hiro
2581 (the mh.c code seems to have been lost around mh.c.1.21)
2583 2002-09-02 [paul] 0.8.2claws19
2586 updated by Fabio Jr. Beneditto
2589 use 'http://claws.sylpheed.org' for homepage link.
2590 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
2592 2002-09-01 [alfons] 0.8.2claws18
2595 plug memleak related to one Martin Kluge found
2597 2002-08-31 [paul] 0.8.2claws17
2599 * sync with 0.8.2cvs6
2600 see ChangeLog 2002-08-30
2602 2002-08-31 [alfons] 0.8.2claws16
2605 folder_destroy(): remove mailbox from folderlist even if it has
2608 2002-08-31 [alfons] 0.8.2claws15
2613 (being pedantic I know)
2615 2002-08-31 [alfons] 0.8.2claws14
2618 check for NULL pointers returned from folder->fetch_msginfo virtual
2619 (should solve some reported crashes)
2621 2002-08-30 [alfons] 0.8.2claws13
2626 enable crash dialog on compilation time
2627 (--enable-crash-dialog configure option)
2629 2002-08-30 [alfons] 0.8.2claws12
2634 apply memory leak plug patch by Martin Kluge
2635 (closes patch "[ 602568 ] patch for 602441 little memory leak",
2636 bug "[ 599677 ] Very small memory leak in 0.81claws115",
2637 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
2639 2002-08-30 [darko] 0.8.2claws11
2642 copy Gtk style from normal style to match
2643 font size for coloured folders
2645 2002-08-29 [alfons] 0.8.2claws10
2648 Type=Internet <- Type=Application
2649 (reported by Michael Schwendt, see:
2650 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
2651 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
2653 2002-08-29 [paul] 0.8.2claws9
2655 * sync with 0.8.2cvs5
2656 see ChangeLog 2002-08-29
2658 2002-08-29 [colin] 0.8.2claws8
2661 Added a sanity check in summary_select_thread
2662 Should fix bug 601605
2664 2002-08-29 [colin] 0.8.2claws7
2667 Revert claws6 changes regarding bug #591676
2669 2002-08-28 [colin] 0.8.2claws6
2672 Ignore cache for queue folderitems
2675 2002-08-28 [melvin] 0.8.2claws5
2680 2002-08-28 [melvin] 0.8.2claws4
2683 Updated a bit the text concerning the spell checker
2685 2002-08-28 [melvin] 0.8.2claws3
2687 Merged the GNU_aspell_branch:
2688 Support of new GNU/aspell is now included and the old pspell
2689 is not supported anymore.
2693 Updated spell checker text to reflect the switch to GNU/aspell
2695 * ac/aspell.m4 *** NEW ***
2696 * src/gtkaspell.[ch] *** NEW ***
2697 * ac/pspell.m4 *** DELETED ***
2698 * src/gtkspell.[ch] *** DELETED ***
2701 Updated for GNU/aspell support
2704 Replaced gtkspell.c by gtkaspell.c
2712 * src/prefs_common.[ch]
2713 Updated for GNU/aspell support
2715 2002-08-28 [paul] 0.8.2claws2
2717 * sync with 0.8.2cvs4
2718 see ChangeLog 2002-08-27 and 2002-08-28
2720 2002-08-28 [colin] 0.8.2claws1
2722 * src/summary_search.c
2725 2002-08-28 [jens] 0.8.2claws
2728 Updated German translations
2730 2002-08-27 [melvin] 0.8.2claws
2733 Updated French translations
2735 2002-08-27 [paul] 0.8.2claws
2737 * sync with 0.8.2 main release
2745 updated message catalogs submitted by
2746 Ricardo Mones Lastra, Alessandro Maestri,
2747 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
2748 Beneditto and Urke MMI
2750 2002-08-27 [hoa] 0.8.1claws123
2752 * src/mainwindow.[ch]
2753 * src/summaryview.[ch]
2754 removed the "filter setting" menu option.
2755 add a "cancel a news message" menu option.
2757 2002-08-26 [martin] 0.8.1claws122
2760 changed string under 0.8.1claws79 changed by myself
2763 2002-08-26 [martin] 0.8.1claws121
2766 added kill command to debuggerrc to start crash dialog
2768 2002-08-26 [paul] 0.8.1claws120
2770 * sync with 0.8.1cvs31
2771 see ChangeLog 2002-08-26
2773 2002-08-25 [alfons] 0.8.1claws119
2776 fix bug that didn't send out correct headers to news server
2777 when sending news article and email from queue (bug reported
2778 and patch provided by Tim Mann; closes bug
2779 "[ 583196 ] 0.7.8claws can't post news")
2781 2002-08-25 [alfons] 0.8.1claws118
2783 * src/selective_download.c
2784 mark two strings as translatable
2785 (thanks to Urke MMI for pointing this out)
2787 2002-08-25 [alfons] 0.8.1claws117
2790 treat sent boxes as special and allow sorting them by addressee
2791 (closes "[ 589418 ] Sent folder sorting misbehavior"
2792 submitted by Steve Lamb)
2794 2002-08-24 [alfons] 0.8.1claws116
2797 fix memleak reported by Martin Kluge
2798 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
2800 2002-08-24 [oliver] 0.8.1claws115
2802 * src/prefs_toolbar.c
2803 o code cleanup as suggested by Alfons
2806 2002-08-24 [alfons] 0.8.1claws114
2809 o fix another memory leak reported by Martin Kluge
2810 (see "[ 599568 ] Small Memory Leak")
2811 o remove 'from' variable from 'summary_set_header()'; we can
2814 2002-08-24 [paul] 0.8.1claws113
2816 * sync with 0.8.1cvs30
2817 see ChangeLog 2002-08-23
2819 2002-08-24 [alfons] 0.8.1claws112
2822 remove unnecessary allocations for search bar fixing leaks
2823 reported by Martin Kluge
2824 (see "[ 599451 ] Further memory leaks?")
2826 2002-08-24 [alfons] 0.8.1claws111
2829 make get_socket_name() public for crash.c
2831 o make report bug button work (goes to claws'
2832 bug tracker at sf.net)
2833 o introduce function for doing important stuff just
2834 before claws goes down
2837 2002-08-24 [alfons] 0.8.1claws110
2840 move cursor to "To" entry when forwarding as attachment
2841 (reported and solved by Steve Lamb, closes bug report
2842 "[ 592880 ] Forward as attachment; cursor not in to")
2844 2002-08-24 [colin] 0.8.1claws109
2847 fix quick search visibility after GUI (de)separations.
2849 2002-08-23 [colin] 0.8.1claws108
2852 fix header pane visibility after folderview or
2853 messageview (de)separation
2855 2002-08-23 [paul] 0.8.1claws107
2857 * src/mainwindow.[ch]
2859 give full control of display or non-display
2860 of the Execute icon to Custom toolbar settings.
2861 add new sensitivity condition to maninwindow.h:
2867 more sync with 0.8.1cvs29
2869 2002-08-23 [melvin] 0.8.1claws106
2872 Readded support for custom widget in alertpanel lost in last
2875 2002-08-23 [paul] 0.8.1claws105
2877 * sync with 0.8.1cvs29
2878 see ChangeLog 2002-08-23
2880 2002-08-23 [colin] 0.8.1claws104
2883 Fix folder and search pixmaps exchanging positions
2884 after theme or toolbar changes. Thank to Oliver for
2887 2002-08-23 [colin] 0.8.1claws103
2890 src/messageview.[ch]
2893 Changed messageview_create() and noticeview_create()
2894 to avoid the last gdk_warning
2896 2002-08-22 [colin] 0.8.1claws102
2899 Fix my new `Creating pixmap from xpm' warning
2901 2002-08-22 [colin] 0.8.1claws101
2904 Fix some of the gdk warnings
2906 2002-08-22 [colin] 0.8.1claws100
2909 * src/stock_pixmap.c
2910 * src/stock_pixmap.h
2911 * src/pixmaps/quicksearch.xpm *ADDED*
2912 Add the quicksearch pixmap
2916 Make quicksearch bar visible/hidden via a button
2918 2002-08-22 [christoph] 0.8.1claws99
2921 fix folder update for newsgroups with message
2922 numbers below minimum number of articles to fetch
2923 (closes bug #598445)
2925 2002-08-22 [paul] 0.8.1claws98
2927 * sync with 0.8.1cvs28
2928 see ChangeLog 2002-08-22
2930 2002-08-21 [alfons] 0.8.1claws97
2933 use bt instead of bt full which seems to work
2934 better, and bt full doesn't give a great deal
2935 of information anyway
2937 2002-08-21 [colin] 0.8.1claws96
2940 fix summaryview_searchtype_changed prototype
2942 2002-08-21 [christoph] 0.8.1claws95
2945 o fix broken menu update for sorting type, we have to
2946 get this info from the summaryview now
2947 o removed setting of threaded state in menu callback
2948 * src/summaryview.[ch]
2949 more summaryview/folderitem seperation for
2952 removed not required --with-compiler-flags option
2954 2002-08-21 [oliver] 0.8.1claws94
2957 o rename toolbar.xml to toolbar_main.xml
2958 since toolbar_compose.xml might come up
2963 2002-08-21 [darko] 0.8.1claws93
2966 don't reset tmp flags for messages copied
2969 2002-08-21 [colin] 0.8.1claws92
2971 * src/prefs_filtering.c
2972 fix renaming rules on folder rename
2973 when folder is not a leaf folder
2975 2002-08-21 [paul] 0.8.1claws91
2977 * src/prefs_folder_item.c
2978 fix alignment of colour selector
2980 2002-08-21 [paul] 0.8.1claws90
2982 * sync with 0.8.1cvs27
2983 see ChangeLog 2002-08-21
2985 2002-08-21 [paul] 0.8.1claws89
2988 fix crash when changing field type in
2991 2002-08-21 [colin] 0.8.1claws88
2994 Made quick search case-insensitive
2996 2002-08-21 [paul] 0.8.1claws87
2998 * sync with 0.8.1cvs26
2999 see ChangeLog 2002-08-21
3001 2002-08-20 [christoph] 0.8.1claws86
3005 * src/summaryview.[ch]
3006 more summaryview/folderitem seperation for
3007 sort_key and sort_type
3009 added missing return statement
3011 2002-08-20 [colin] 0.8.1claws85
3013 * src/summaryview.[ch]
3014 Added a quick search box
3016 * src/prefs_common.[ch]
3017 Added a show/hide option for the quick search
3019 2002-08-20 [oliver] 0.8.1claws84
3022 remove toolbar_create_popups
3024 o remove toolbar_create_popups
3025 o fix toolbar_set_sensitive
3026 (Bug reports #596834 and #596832)
3027 * src/prefs_toolbar.c
3028 o add "Set default" button
3029 o align label and text + combo widgets
3031 2002-08-20 [hoa] 0.8.1claws83bis
3034 fixed a bug in imap_fetch_msginfo() in case there is no
3037 2002-08-20 [darko] 0.8.1claws83
3040 copy the color style of folder view so it
3041 works with GTK themes
3043 2002-08-20 [darko] 0.8.1claws82
3047 * src/prefs_folder_item.[hc]
3048 don't use UI stuff in folder.h
3050 2002-08-20 [darko] 0.8.1claws81
3053 * src/prefs_folder_item.h
3055 * src/prefs_folder_item.c
3056 ability to set folder color in folderview
3058 2002-08-19 [alfons] 0.8.1claws80
3061 fix one of the earlier memleaks reported by Martin Kluge
3063 2002-08-19 [alfons] 0.8.1claws79
3066 hide notice view when selecting seperate folder
3067 view (reported by Urke MMI)
3069 2002-08-19 [christoph] 0.8.1claws78
3072 * src/prefs_folder_item.h
3073 * src/summaryview.[ch]
3074 o add summary_set_prefs_from_folderitem to set
3075 summaryview prefs (first step to remove all
3076 references to the folderitem in summaryview)
3077 o moved compiled regex stuff from folderitem prefs
3080 2002-08-19 [paul] 0.8.1claws77
3083 add check for '.' to QUOTE_IF_REQUIRED
3085 2002-08-19 [paul] 0.8.1claws76
3088 sync with 0.8.1cvs25 (plug memory leak)
3090 * src/prefs_toolbar.c
3091 re-order prefs_toolbar_cancel()
3093 2002-08-18 [alfons] 0.8.1claws75
3097 plug other memleaks reported by Martin Kluge
3099 2002-08-18 [paul] 0.8.1claws74
3102 updated by Fabio Jr. Beneditto
3104 2002-08-18 [paul] 0.8.1claws73
3107 fix bug where tooltips were displayed untranslated
3109 * src/prefs_toolbar.c
3110 fix bug where clicking 'Cancel' creates an icon & text
3111 toolbar regardless of prefs
3114 2002-08-17 [oliver] 0.8.1claws72
3116 * src/prefs_toolbar.c
3117 update toolbar on CANCEL
3118 bug reported by Martin Kluge
3120 toolbar_destroy memleak fixed
3122 2002-08-17 [alfons] 0.8.1claws71
3125 plug another memleak reported by Martin Kluge
3127 2002-08-16 [alfons] 0.8.1claws70
3130 use execvp() correctly (suggested by wwp; thanks!)
3132 2002-08-16 [alfons] 0.8.1claws69
3135 plug memory leak reported by Kim Schultz & Martin Kluge
3137 2002-08-16 [paul] 0.8.1claws68
3140 updated by Ricardo Mones Lastra
3142 2002-08-16 [paul] 0.8.1claws67
3145 fix bug where 'Compose News' icon showed wrong
3148 2002-08-16 [paul] 0.8.1claws66
3150 * sync with 0.8.1cvs24
3151 see ChangeLog 2002-08-16
3154 updated by Alessandro Maestri
3156 2002-08-15 [paul] 0.8.1claws65
3161 2002-08-15 [paul] 0.8.1claws64
3164 don't translate debug info
3169 2002-08-15 [paul] 0.8.1claws63
3171 * src/prefs_toolbar.c
3172 fix bug where clicking 'OK' creates an icon & text
3173 toolbar regardless of prefs
3175 2002-08-14 [alfons] 0.8.1claws62
3178 add global var that has the full argv[0]
3180 o execvp the correct sylpheed by using argv0
3181 and setting the correct work dir
3184 2002-08-14 [oliver] 0.8.1claws61
3186 * enable/disable Toolbar Action Buttons
3190 * src/prefs_toolbar.c
3192 2002-08-14 [melvin] 0.8.1claws60
3195 Updated French translations
3197 2002-08-14 [melvin] 0.8.1claws59
3200 Made bug report not translatable
3202 Fixed exporthtml_build_filespec() return value
3204 Fixed incorrect include file
3206 * src/prefs_actions.c
3207 * src/prefs_toolbar.c
3208 Made debug info not translatable
3211 Added missing includes
3212 * src/prefs_common.c
3215 2002-08-14 [paul] 0.8.1claws58
3217 * faq/es/sylpheed-faq.html
3218 faq/es/sylpheed-faq-[1-3].html
3219 faq/es/sylpheed-faq-4.html **NEW FILE **
3222 2002-08-13 [christoph] 0.8.1claws57
3225 ignore thread fix that did not mark all
3226 child nodes of a ignored thread as
3227 ignored. Does not work perfectly yet,
3228 but it is better now
3230 2002-08-13 [alfons] 0.8.1claws56
3233 o implement 'save crash log'
3236 2002-08-13 [melvin] 0.8.1claws55
3239 removed unrequired "execinfo.h" header
3241 2002-08-12 [paul] 0.8.1claws54
3243 * faq/en/sylpheed-faq.html
3244 faq/en/sylpheed-faq-[1-3].html
3245 faq/en/sylpheed-faq-4.html **NEW FILE **
3248 2002-08-12 [alfons] 0.8.1claws53
3251 add crash.c to translatables
3253 bring in Leandro's crash dialog
3255 2002-08-11 [alfons] 0.8.1claws52
3258 clean up some warnings
3260 2002-08-11 [alfons] 0.8.1claws51
3264 * src/crash.[ch] ** NEW FILES **
3266 initial gdb crash handler
3268 2002-08-11 [paul] 0.8.1claws50
3270 * src/prefs_toolbar.c
3271 replace Up/Down arrow pixmaps with text to be
3272 consistent across icon themes
3274 2002-08-11 [paul] 0.8.1claws49
3276 * src/prefs_common.c
3278 rename 'Pixmap' -> 'Icon'
3281 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
3283 2002-08-10 [paul] 0.8.1claws48
3285 * src/prefs_toolbar.c
3288 2002-08-10 [paul] 0.8.1claws47
3291 don't write Processing progress to status bar
3292 patch submitted by Alexander Evseev
3294 * src/prefs_toolbar.c
3295 re-position and resize window
3296 make window assume correct size on first call
3298 2002-08-10 [paul] 0.8.1claws46
3305 follow UI text conventions
3307 2002-08-10 [alfons] 0.8.1claws45
3310 correct pixmap for delete action
3312 2002-08-10 [paul] 0.8.1claws44
3315 updated by Fabio Jr. Beneditto
3317 2002-08-10 [paul] 0.8.1claws43
3320 add custom toolbar files
3322 2002-08-10 [paul] 0.8.1claws42
3324 * sync with 0.8.1cvs22
3325 see ChangeLog 2002-08-09
3327 2002-08-09 [paul] 0.8.1claws41
3331 tools/outlook2sylpheed.pl ** NEW FILE **
3332 add script to convert exported Outlook
3333 contacts list to a Sylpheed addressbook.
3334 Submitted by Ricardo Mones Lastra.
3336 2002-08-09 [paul] 0.8.1claws40
3340 po/sr.po ** NEW FILE **
3341 add Serbian message catalog. Submitted by
3342 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
3344 2002-08-09 [paul] 0.8.1claws39
3346 * sync with 0.8.1cvs21
3347 see ChangeLog 2002-08-08
3349 2002-08-08 [oliver] 0.8.1claws38
3352 move Custom Toolbar to Configuration menu
3354 2002-08-08 [oliver] 0.8.1claws37
3356 * src/prefs_toolbar.c
3357 fix substitute pixmap bug
3359 2002-08-08 [paul] 0.8.1claws36
3361 * sync with 0.8.1cvs19
3362 see ChangeLog 2002-08-08
3364 2002-08-07 [christoph] 0.8.1claws35
3367 fixed a memory leak in new canonicalize_file_replace
3369 2002-08-07 [christoph] 0.8.1claws34
3372 o canonicalize_file_replace should create the temporary
3373 file in the same directory as the original file.
3374 o added get_tmpfile_in_dir that creates a temorary file
3375 in a specified directory.
3377 2002-08-07 [melvin] 0.8.1claws33
3380 fixed bug where 'Article' button acted as 'Email' button.
3382 2002-08-07 [paul] 0.8.1claws32
3384 * sync with 0.8.1.cvs17
3385 see ChangeLog 2002-08-07
3387 2002-08-07 [colin] 0.8.1claws31
3390 fix mass-cancel problem
3392 2002-08-07 [thorsten] 0.8.1claws30
3394 * src/prefs_toolbar.c
3395 fix: crash on replace or add new button
3397 fix: close xmlfile after reading
3399 fix: unlink() file before rename()
3401 2002-08-06 [paul] 0.8.1claws29
3403 * sync with 0.8.cvs15
3404 see ChangeLog 2002-08-06
3406 2002-08-06 [oliver] 0.8.1claws28
3409 * src/prefs_toolbar.c
3410 fixed empty toolbar issue
3412 2002-08-06 [oliver] 0.8.1claws27
3414 * Custom Toolbar Final
3418 o toolbar stuff now lives in src/toolbar.[ch]
3419 o main_window_toolbar_* functions are renamed to
3420 toolbar_* reflecting their new source file
3421 * src/mainwindow.[ch]
3422 o remove toolbar stuff
3424 2002-08-06 [oliver] 0.8.1claws26
3427 * src/prefs_toolbar.[ch] **New File**
3428 * src/toolbar.[ch] **New File**
3429 o prefs_toolbar.[ch] custom toolbar frontend
3430 o toolbar.[ch] backend
3432 2002-08-06 [oliver] 0.8.1claws25
3434 * src/prefs_actions.[ch]
3435 o new exported function actions_execute
3437 2002-08-06 [paul] 0.8.1claws24
3439 * sync with 0.8.1cvs4
3440 see ChangeLog 2002-08-06
3442 2002-08-06 [paul] 0.8.1claws23
3444 * sync with 0.8.1cvs13
3445 see ChangeLog 2002-08-06
3447 2002-08-06 [paul] 0.8.1claws22
3449 * sync with 0.8.1cvs12
3450 see ChangeLog 2002-08-05 and 2002-08-06
3452 2002-08-06 [match] 0.8.1claws21
3455 improvements to cut/copy/paste address
3457 2002-08-05 [match] 0.8.1claws20
3464 fixes to improve cut/copy/paste
3466 2002-08-06 [melvin] 0.8.1claws19
3469 account_find_all_from_address(): new function that returns the
3470 list of all accounts that are matched in an address.
3471 * src/alertpanel.[ch]
3472 alertpanel() now accepts a custom widget
3473 alertpanel_with_widget(): new function that pops up a panel with
3474 a custom widget in it
3476 gtkut_account_menu_new(): new function that allows the selection
3477 of an account from a list of accounts.
3479 Extended Return Receipt notification to select the correct
3480 account and to make a security test on the Delivery-Notification
3481 address which should be the same as the Return-Path.
3483 2002-08-06 [thorsten] 0.8.1claws18
3486 attach_all: save unnamed as "noname.%d",
3487 dont free static dirname
3489 2002-08-05 [alfons] 0.8.1claws17
3492 detect XIM by trying to link rather than compile a XIM program
3494 2002-08-05 [oliver] 0.8.1claws16
3496 * src/stock_pixmap.[ch]
3497 o add UP_ARROW to available pixmaps (already in pixmap-directory)
3498 o new func to retrieve pixmaps
3500 2002-08-05 [paul] 0.8.1claws15
3502 * sync with 0.8.1cvs10
3503 see ChangeLog 2002-08-05
3505 2002-08-04 [alfons] 0.8.1claws14
3508 see if this plugs memleak
3510 2002-08-04 [melvin] 0.8.1claws13
3513 fixed bug that could crash Sylpheed when highlighting
3514 all misspelled words.
3516 2002-08-03 [melvin] 0.8.1claws12
3518 * src/prefs_actions.c
3519 removed unnecessary checks for NULL introduced in 0.8.1claws11.
3521 fixed bug where the Return Receipt was sent to
3522 Delivery-Notification-To address even if it was not present
3524 2002-08-02 [alfons] 0.8.1claws11
3526 * src/prefs_actions.c
3527 o more check for NULLs
3528 o put create_io_dialog() in right conditional block
3530 2002-08-02 [paul] 0.8.1claws10
3533 updated by Ricardo Mones Lastra
3535 2002-08-01 [christoph] 0.8.1claws9
3538 don't free the cache of the opened
3539 folder in the summaryview
3541 don't unset flags, if it is not required
3543 2002-08-01 [paul] 0.8.1claws8
3545 * sync with 0.8.1cvs8
3546 see ChangeLog entry 2002-08-01
3548 2002-08-01 [paul] 0.8.1claws7
3550 * sync with 0.8.1cvs7
3551 see ChangeLog 2002-07-31 and 2002-08-01
3553 2002-07-31 [christoph] 0.8.1claws6
3556 forgot to update menu sensitivity
3557 function for new menu entry
3559 2002-07-31 [alfons] 0.8.1claws5
3562 check folder item and its path for NULL on
3565 2002-07-31 [christoph] 0.8.1claws4
3568 check if folder_item_get_msginfo in
3569 folder_item_remove_msg returned NULL
3571 better clear the uid cache in the
3572 uid validity check function and delete
3575 2002-07-31 [paul] 0.8.1claws3
3578 add the '--attach' option and a few other
3581 2002-07-31 [paul] 0.8.1claws2
3583 * sync with 0.8.1cvs5
3584 see ChangeLog 2002-07-31
3586 2002-07-31 [christoph] 0.8.1claws1
3588 * src/folderview.[ch]
3590 replace "Rescan all folders..." with
3591 "Check all folders for new messages..."
3593 2002-07-30 [paul] 0.8.1claws
3595 * version 0.8.1claws released
3597 2002-07-30 [paul] 0.8.0claws29
3599 * tools/OOo2sylpheed.pl ** NEW FILE **
3601 add script to enable sending documents as
3602 attachments from OpenOffice.org
3604 2002-07-30 [melvin] 0.8.0claws28
3606 * src/prefs_actions.c
3607 Made the actions' input/output dialog display
3610 2002-07-30 [christoph] 0.8.0claws27
3613 check if folder_item_get_msginfo in
3614 procmsg_save_to_outbox returned NULL
3616 2002-07-30 [paul] 0.8.0claws26
3618 * sync with 0.8.1cvs4
3619 see ChangeLog 2002-07-29
3621 2002-07-29 [thorsten] 0.8.0claws25
3624 added selective download, delete on server
3626 2002-07-29 [paul] 0.8.0claws24
3628 * sync with 0.8.1cvs3
3629 see ChangeLog 2002-07-29
3631 2002-07-27 [christoph] 0.8.0claws23
3634 add extra check if fetching the msginfo
3637 2002-07-27 [paul] 0.8.0claws22
3639 * sync with 0.8.1cvs2
3640 see ChangeLog 2002-07-26
3642 2002-07-27 [christoph] 0.8.0claws21
3645 add another check if a valid msginfo
3648 2002-07-26 [hoa] 0.8.0claws20
3651 Fixed a condition in folder_item_destroy()
3654 Fixed an error in IMAP protocol
3656 2002-07-26 [alfons] 0.8.0claws19
3659 ofcourse compare with identifier, not the path
3661 2002-07-26 [alfons] 0.8.0claws18
3664 use folder item identifier for saving / restoring
3665 preferences because folder->path might not be unique
3667 2002-07-26 [melvin] 0.8.0claws17
3670 Fixed a crash introduced in 0.8.0claws5 when log is
3671 cut under 80 characters.
3673 2002-07-26 [paul] 0.8.0claws16
3675 * sync with 0.8.1cvs1
3676 see ChangeLog 2002-07-26
3678 2002-07-26 [christoph] 0.8.0claws15
3681 imap folder now remembers the last selected
3682 folder and imap_fetch_msginfo skips selecting
3683 the folder if it is already selected
3685 2002-07-26 [christoph] 0.8.0claws14
3690 fix imap folder rescanning
3692 2002-07-25 [christoph] 0.8.0claws13
3702 implement imap uid cache and uid validity check
3704 2002-07-25 [alfons] 0.8.0claws12
3707 fix a brown paper bag bug, and also add some more
3710 2002-07-25 [christoph] 0.8.0claws11
3713 don't mix copy, fetch_msginfo and remove
3714 operations in folder item copy and move
3717 2002-07-25 [christoph] 0.8.0claws10
3721 * src/prefs_folder_item.c
3722 * src/summaryview.[ch]
3723 remove no longer required parameter update_cache from
3726 2002-07-25 [paul] 0.8.0claws9
3733 2002-07-24 [alfons] 0.8.0claws8
3736 sort correctly when using simplified subject line
3737 (closes feature request "[ 585141 ] applying regexp to subject
3738 before sort" submitted by Alexandra Walford)
3740 2002-07-24 [paul] 0.8.0claws7
3742 * sync with 0.8.0cvs3
3743 see ChangeLog 2002-07-24
3745 2002-07-23 [christoph] 0.8.0claws6