1 2002-12-03 [paul] 0.8.6claws53
4 update to reflect recent changes (thanks
5 to Ricardo Mones Lastra)
7 2002-12-03 [paul] 0.8.6claws52
10 see ChangeLog 2002-12-03
12 2002-12-02 [christoph] 0.8.6claws51
16 implement logging using a hook function
20 define hooklist name in header file to avoid
21 errors caused by wrong spelling of hooklist names
26 2002-12-02 [christoph] 0.8.6claws50
28 * src/common/Makefile.am
29 add src/common/hooks.[ch]
31 * src/common/hooks.[ch]
32 implement a simple hook system using glib's hook functions
36 use new hook system for folder item updates
38 2002-12-02 [christoph] 0.8.6claws49
40 * doc-src/ui_seperation.txt ** NEW **
41 information for ui seperation
44 remove files that were moved to common
45 include common directory by default for the header files
50 implement automaton using g_io_*-functions instead of
51 gdk_input_add to make it ui independent
61 remove common/ prefix because directory is now in
80 * src/ssl_certificate.c
81 add log.h header file for logging functions
87 o move debug_mode to common/utils.c
88 o add functions to set and get debug_mode
90 * src/defs.h ** REMOVE **
91 * src/intl.h ** REMOVE **
92 * src/socket.[ch] ** REMOVE **
93 * src/ssl.[ch] ** REMOVE **
94 * src/utils.[ch] ** REMOVE **
95 replaced by new files in src/common/
97 * src/common/Makefile.am
98 add new files in src/common/
100 * src/common/defs.h ** NEW **
101 * src/common/intl.h ** NEW **
102 * src/common/log.[ch] ** NEW **
103 * src/common/socket.[ch] ** NEW **
104 * src/common/ssl.[ch] ** NEW **
105 * src/common/utils.[ch] ** NEW **
106 replacement for files in src/
108 2002-12-02 [colin] 0.8.6claws48
111 Scroll folderview if necessary during dnd
113 2002-12-02 [colin] 0.8.6claws47
116 Add check to verify a move is within a single mailbox
118 Add specific error string for this check
120 2002-12-02 [colin] 0.8.6claws46
123 Add a test to folder moving, remove a statusbar_print
125 Add Move folder... context-menu item
126 Factorize folder moving code
127 Enable folder DND for mbox
129 2002-12-01 [christoph] 0.8.6claws45
132 remove conf.aspelltest if the version check fails
134 2002-11-30 [christoph] 0.8.6claws44
137 run libtoolize --force in autogen to create missing
140 2002-11-30 [christoph] 0.8.6claws43
146 * src/uuencode.[ch] ** REMOVED **
147 * src/common/Makefile.am
148 * src/common/uuencode.[ch] ** NEW **
149 move uuen/decoder to common directory
151 2002-11-30 [christoph] 0.8.6claws42
154 * src/base64.[ch] ** REMOVED **
163 * src/common/Makefile.am
164 * src/common/base64.[ch] ** NEW **
165 move base64 en/decoder to common directory
167 2002-11-30 [christoph] 0.8.6claws41
169 * src/common ** NEW **
170 new directory for UI independent code
172 new directory for GTK frontend
173 * src/common/.cvsignore ** NEW **
174 * src/gtk/.cvsignore ** NEW **
176 * src/common/Makefile.am ** NEW **
177 * src/gtk/Makefile.am ** NEW **
178 automake files to build new seperated stuff
180 the binary will currently still be build with the
181 files in src, so we include the code from the
182 subdirs for now after building the libs there
184 2002-11-30 [paul] 0.8.6claws40
187 fix bug [642731] 'Wrong selected account with drafted mail'
189 2002-11-29 [oliver] 0.8.6claws39
192 o update summaryview when switching between different
195 o check if messageview holds already removed msg
199 2002-11-29 [oliver] 0.8.6claws38
202 remove not needed variables and includes
203 make messageview stay opened and move to next when msgs are deleted
205 2002-11-29 [oliver] 0.8.6claws37
208 disable compose button (messageview toolbar) by default
209 deleted msgs are moved to trash
211 2002-11-29 [melvin] 0.8.6claws36
214 Increased minimal gpgme version to 0.3.10 (Zombies out)
215 and to detect signatures expirations (gpgme 0.3.6)
218 Use non obsolescent function for Gpgme engine checking.
221 Inform about expired signatures or signatures which key
222 has expired. Expiration date is displayed.
225 Inform about expired signatures or signatures which key
228 2002-11-28 [paul] 0.8.6claws35
231 re-instate 'Check for new messages' in Newsgroup
232 folders right-click menu, after a suggestion from
233 Tim Mann <timmann@users.sourceforge.net>
236 after a crash check only local folders for new
239 2002-11-28 [paul] 0.8.6claws34
242 apply patch that fixes the checking of GTK with XIM
243 support on different OSs, such as FreeBSD. Patch
244 submitted by Topia <topia@users.sourceforge.net>
246 2002-11-28 [paul] 0.8.6claws33
251 more changes to the English
253 2002-11-28 [paul] 0.8.6claws32
255 * sync with 0.8.6cvs13
256 see ChangeLog 2002-11-28 (no sync needed
259 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws31
261 * src/mainwindow.[ch]
262 add patch by Ivan F. Martinez introducing messageview Toolbar
263 some changes and committed by oliver
265 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws30
267 * src/messageview.[ch]
268 add patch by Ivan F. Martinez introducing messageview Toolbar
269 some changes and committed by oliver
271 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws29
274 add patch by Ivan F. Martinez introducing messageview Toolbar
275 some changes and committed by oliver
277 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws28
280 add patch by Ivan F. Martinez introducing messageview Toolbar
281 some changes and committed by oliver
283 2002-11-28 [oliver] 0.8.6claws27
285 * src/prefs_toolbar.[ch]
286 getting ready for messageview toolbar
287 free mem allocated by gettext
288 change prefs_toolbar to prefs_toolbar_open
290 2002-11-28 [thorsten] 0.8.6claws26
293 cleaned up conflicting declarations of
294 imageview_show_image()
296 2002-11-28 [paul] 0.8.6claws25
298 * src/grouplistdialog.c
300 src/prefs_summary_column.c
301 a few more improvements to the English
303 2002-11-28 [colin] 0.8.6claws24
306 A few updates to command-line parameters
308 2002-11-28 [colin] 0.8.6claws23
310 * src/prefs_filtering.c
311 Fix problems with prefs_filtering_delete_path:
312 a) if the first rule is removed, original pointers
313 weren't updated (leading to segfaults)
314 b) it was always global_processing updated in case
315 of removed path was parent of rule path
317 2002-11-27 [paul] 0.8.6claws22
323 src/prefs_customheader.c
324 src/prefs_display_header.c
325 src/prefs_filtering.c
326 src/prefs_folder_item.c
329 src/prefs_summary_column.c
332 improve the English in the GUI
334 2002-11-27 [colin] 0.8.6claws21
337 Fix processing renaming problems happening after
340 2002-11-27 [colin] 0.8.6claws20
343 recursive move now deletes src each subfolder after
346 Use identifier instead of path during dnd (enables
349 2002-11-27 [paul] 0.8.6claws19
352 apply patch that does command-line processing
353 BEFORE gtk_init, allowing claws to run from
354 shell-scripts in non-X environment (e.g. crontab
355 or ip-up, ip-down scripts). Patch submitted by
356 Ruslan N. Balkin <baron@dartel.ru>
359 updated by Alessandro Maestri
361 2002-11-27 [paul] 0.8.6claws18
363 * sync with 0.8.6cvs12
365 Differences are that main uses a 'Receive dialog'
366 frame on the Interface tab, whereas claws groups all
367 the dialogs together in a 'Dialogs' frame.
369 2002-11-27 [colin] 0.8.6claws17
371 * src/prefs_matcher.c
372 Fix Execute criteria's NOT flag
375 2002-11-26 [christoph] 0.8.6claws16
378 rewrite the ssl code a little bit, only use one
379 SSL context, set default certificates' file/path
381 2002-11-26 [thorsten] 0.8.6claws15
384 default-reply-to didn't work for ml-reply
386 2002-11-26 [melvin] 0.8.6claws14
388 * src/prefs_actions.c
389 Made pipe-actions ignore short headers in message view
390 Made trailing-pipe-actions write in the message view with
391 the same font as the original message
393 2002-11-26 [paul] 0.8.6claws13
396 this time commit the correct file
398 2002-11-26 [paul] 0.8.6claws12
400 * sync with 0.8.6cvs11
401 src/quote_fmt_parse.y
406 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
408 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
411 see ChangeLog 2002-11-25 and 2002-11-26
413 2002-11-26 [colin] 0.8.6claws11
416 Fix collapsed folder not auto-expanding during
417 mail dnd, if it was the source folder.
419 2002-11-25 [colin] 0.8.6claws10
421 * src/folderview.[ch]
422 Variable renaming and cleaning (slist of nodes
423 to be re-collapsed is stored in FolderView)
425 2002-11-25 [paul] 0.8.6claws9
427 * src/prefs_common.[ch]
428 fix breakage caused by last commit
430 2002-11-25 [paul] 0.8.6claws8
432 * sync with 0.8.6cvs4
433 see ChangeLog 2002-11-21
435 2002-11-25 [paul] 0.8.6claws7
437 * sync with 0.8.6cvs4
438 see ChangeLog 2002-11-20
440 2002-11-25 [paul] 0.8.6claws6
442 * sync with 0.8.6cvs3
443 see ChangeLog 2002-11-18
445 2002-11-25 [colin] 0.8.6claws5
448 Add gtkut_ctree_node_is_parent()
450 Spring-loaded folders
452 2002-11-25 [colin] 0.8.6claws4
455 Add slist_concat_unique(), function to merge
456 two GSList filtering dups
458 * src/summaryview.[ch]
461 Add detection/update/display of unread answers
464 Add procmsg_find_children()
465 Add procmsg_msg_has_marked_parent()
467 2002-11-25 [colin] 0.8.6claws3
469 * src/ssl_certificate.[ch]
470 Allow checking a certificate without a DNS
472 Allow to forget a cert (by deleting it)
473 Make ssl_certificate_destroy_public
474 * src/ssl_manager.[ch] ** NEW FILES **
475 Gui to manage (display/remove) certificates
476 * src/prefs_common.[ch]
477 Add a pref to allow silent acceptation of
478 trusted certificates or not (based on the
479 "I want to know what's going on" principle)
481 Add SSL manager in Tools menu
483 Add the new files to the build
485 Add ssl_manager.c to translations
487 2002-11-25 [colin] 0.8.6claws2
489 * src/summaryview.[ch]
490 Add S_SEARCH_EXTENDED to the quick search, which
491 allows to search using filtering syntax.
493 2002-11-25 [colin] 0.8.6claws1
496 Deletion of duplicates now prefer deleting
497 the unread dup (fixes feature-request 638989).
499 2002-11-24 [paul] 0.8.6claws
505 updated by Ricardo Mones Lastra,
506 Witold Wladyslaw Wojciech Wilk,
507 Ruslan N. Balkin, and Urke MMI
510 2002-11-24 [paul] 0.8.5claws182
513 updated by George Danchev
515 2002-11-23 [alfons] 0.8.5claws181
518 tiny memory leak found by browsing Dimitar's
521 2002-11-23 [paul] 0.8.5claws180
524 updated by Alessandro Maestri
526 2002-11-22 [christoph] 0.8.5claws179
530 * src/prefs_filtering.c
534 2002-11-22 [alfons] 0.8.5claws178
537 summary_execute_delete_func(): if message is deleted, make
538 sure to also remove its entry in the subject hash table.
539 fixes a corner case bug.
541 2002-11-22 [paul] 0.8.5claws177
546 * ltconfig ** REMOVED **
549 2002-11-22 [paul] 0.8.5claws176
552 textview_set_font(): fix for message display in
553 UTF-8 locales (thanks to Sergey Vlasov).
556 add new team members and contributors
559 2002-11-21 [colin] 0.8.5claws175
562 Add procmsg_remove_special_headers()
564 Use procmsg_remove_special_headers() for
567 2002-11-21 [colin] 0.8.5claws174
570 Fix moving/copying from queue/draft folders
573 2002-11-21 [christoph] 0.8.5claws173
579 * src/matcher_parser_lex.[hl]
581 * src/mbox_folder.[ch]
582 * src/prefs_filtering.c
584 * src/quote_fmt_lex.l
586 fix all warnings except the warnings in lex and yacc files
588 2002-11-20 [christoph] 0.8.5claws172
591 fix MsgInfo retrieval for IMAP draft and queue folders
592 (closes bug [ 619558 ] Draft saving on IMAP box issue)
594 2002-11-19 [christoph] 0.8.5claws171
597 fix segfault, when draft saving does not get
598 the MsgInfo of the new message
599 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
601 2002-11-19 [christoph] 0.8.5claws170
604 add parameter check for flag setting function
605 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
607 2002-11-18 [paul] 0.8.5claws169
610 more sensitivity fixes to redirect mode:
611 * disable toolbar draft button
612 * allow only Address book in the Tools menu
613 * disable editing of message by the spell
616 2002-11-18 [paul] 0.8.5claws168
619 fix sensitivity of menu items in compose_redirect():
620 allow only the necessary items
622 2002-11-18 [paul] 0.8.5claws167
625 fix bug [ 603259 ] 'attachment got lost on bounce'
627 2002-11-18 [paul] 0.8.5claws166
630 updated by Ruslan N. Balkin <baron@dartel.ru>
632 2002-11-18 [colin] 0.8.5claws165
636 Remove old filtering stuff
639 2002-11-17 [oliver] 0.8.5claws164
642 remove not needed typedef
644 2002-11-17 [oliver] 0.8.5claws163
647 make toolbar's on click events translatable
649 2002-11-15 [colin] 0.8.5claws162
652 Revert too-soon integration of a feature
654 2002-11-15 [christoph] 0.8.5claws161
657 use main's implementation of imap_get_msginfo
659 2002-11-15 [christoph] 0.8.5claws160
669 replace claws' fetch_msginfo with main's get_msginfo
670 (use main's implementation where possible)
672 2002-11-15 [colin] 0.8.5claws159
674 * src/ssl_certificate.c
677 2002-11-16 [melvin] 0.8.5claws158
680 Updated French translations.
682 2002-11-16 [colin] 0.8.5claws157
684 * src/ssl_certificate.c
685 Check for missing parts in the certificates
687 2002-11-15 [colin] 0.8.5claws156
690 Preventive fix (missing check) found by
696 sync with 0.8.6 release
698 2002-11-15 [colin] 0.8.5claws155
702 Fix error handling of folder_item_move_to()
705 2002-11-15 [colin] 0.8.5claws154
709 folder_item_move_to() sets an error message instead
710 of having GUI stuff in folder.c
712 2002-11-15 [colin] 0.8.5claws153
715 Implemented a callback for MsgInfo updates,
716 heavily copy/pasted from Christoph's folder
718 * src/summaryview.[ch]
719 Register summary_update_msg as callback
721 2002-11-14 [colin] 0.8.5claws152
724 Update the FolderItem after sending (fixes 617593)
726 2002-11-14 [christoph] 0.8.5claws151
729 fix wrong position of NULL pointer check found
732 2002-11-14 [christoph] 0.8.5claws150
735 fix segfault when deleting messages from IMAP folders
736 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
738 2002-11-14 [colin] 0.8.5claws149
741 Forwarding was also ignoring the folder's default account.
743 2002-11-14 [colin] 0.8.5claws148
746 Fix sent folder not set to folder properties when
749 2002-11-14 [thorsten] 0.8.5claws147
752 inc_start(): Files were not moved from .processing to inbox,
753 if no global processing rule existed
755 2002-11-14 [colin] 0.8.5claws146
757 * src/ssl_certificate
760 2002-11-14 [paul] 0.8.5claws145
763 updated by Alessandro Maestri
765 2002-11-13 [alfons] 0.8.5claws144
768 folder_item_close(): only mark messages unread
769 when a folder has new messages
771 2002-11-13 [keith] 0.8.5claws143
774 Fix problem moving or copying between
777 2002-11-13 [colin] 0.8.5claws142
779 * src/matcher_parser_parse.y
780 Fix rule problem when " don't match
782 2002-11-13 [christoph] 0.8.5claws141
786 moved cache saving to folder_item_close
787 the folderview should not have to deal with
790 2002-11-13 [christoph] 0.8.5claws140
793 moved setting of important score to
794 summary_set_prefs_from_folderitem
796 2002-11-13 [colin] 0.8.5claws139
798 * src/matcher_parser_parse.y
799 Fix a segfault in the parser (happening when
800 a good expression had been tested and a bad
803 2002-11-13 [paul] 0.8.5claws138
805 * sync with 0.8.5cvs24
806 see ChangeLog 2002-11-13
809 updated by Fabio Jr. Beneditto
811 2002-11-13 [colin] 0.8.5claws137
816 Revert last commit, problem
818 2002-11-13 [colin] 0.8.5claws136
821 Remove duplicated code
823 Bumped CACHE_VERSION and MARK_VERSION
825 Network endian for cache and mark files
827 2002-11-12 [colin] 0.8.5claws135
830 Fix the "socket error" dialog which disappeared
832 2002-11-12 [colin] 0.8.5claws134
835 Reverse last commit which had performance
836 problems, but still reverse the list
838 2002-11-12 [colin] 0.8.5claws133
843 2002-11-12 [melvin] 0.8.5claws132
846 Added a check for a NULL prefs_common.dictionary
848 2002-11-12 [colin] 0.8.5claws131
850 * src/ssl_certificate.[ch]
853 2002-11-12 [colin] 0.8.5claws130
855 * src/ssl_certificate.[ch]
856 Take connection port into account for
857 checking certificates (a single hostname
858 could have multiple servers with multiple
861 Pass the port to ssl_certificate_check
863 2002-11-12 [paul] 0.8.5claws129
866 fix a typo in last commit
868 2002-11-12 [paul] 0.8.5claws128
870 * sync with 0.8.5cvs23
871 see ChangeLog entry 2002-11-12
873 2002-11-11 [colin] 0.8.5claws127
875 * src/ssl_certificate.c
877 Don't popup, instead log error, if the
878 corresponding pref is checked
879 * src/ssl_certificate.h
880 include <openssl/objects/h>
882 2002-11-11 [colin] 0.8.5claws126
884 * src/ssl_certificate.h
887 2002-11-11 [colin] 0.8.5claws125
889 * src/ssl_certificate.c
892 2002-11-11 [colin] 0.8.5claws124
896 * src/ssl_certificate.[ch]
897 Cleaned a bit (better use of SSL API)
898 (This will cause non-recognition of saved
899 certificates of claws12[23]...)
901 2002-11-11 [paul] 0.8.5claws123
904 updated by Ricardo Mones Lastra
906 2002-11-11 [colin] 0.8.5claws122
911 2002-11-11 [colin] 0.8.5claws121
913 * src/ssl_certificate.[ch] ** NEW FILES **
915 Check SSL certificates presented to us
917 Add ssl_certificate.[ch]
919 Add ssl_certificate.c
921 2002-11-11 [paul] 0.8.5claws120
923 * sync with 0.8.5cvs22
924 see ChangeLog 2002-11-11
926 2002-11-11 [paul] 0.8.5claws119
928 * sync with 0.8.5cvs21
929 see ChangeLog 2002-11-11
931 2002-11-10 [jens] 0.8.5claws118
935 corrected some typing
937 updated german translation
939 cleaned up specfile and adjusted it for claws
941 2002-11-10 [colin] 0.8.5claws117
944 a STATUSBAR_PUSH/POP fix
946 2002-11-10 [colin] 0.8.5claws116
948 * src/prefs_folder_item.c
949 Fix hanging after opening folder properties
951 2002-11-10 [hoa] 0.8.5claws115
953 * src/matcher_parser_lex.l
954 * src/matcher_parser_parse.y
955 config file for scoring and filtering is no more trashed
956 when there is a syntax error in a filtering rule when
957 editing it in a dialog.
959 2002-11-09 [colin] 0.8.5claws114
962 Added missing initialisation of folder->destroy()
964 2002-11-09 [colin] 0.8.5claws113
968 Fix the status bar messages
970 2002-11-09 [colin] 0.8.5claws112
973 Fix hangs after folder dnd, happening after
976 2002-11-09 [christoph] 0.8.5claws111
979 just changed order of calls (reverse order of
982 lock inc when checking only one account, otherwise
983 inc all could be executed at the same time
985 2002-11-09 [christoph] 0.8.5claws110
988 better unlock the mouse cursor before calling
989 summary_show because it changes the cursor too
991 2002-11-09 [christoph] 0.8.5claws109
995 add functions to open and close a folder
996 o opending will execute scanning for remote folders
998 o closing will unset new flag for messages
1000 2002-11-09 [colin] 0.8.5claws108
1003 Add a call to prefs_matcher_write_config to
1004 avoid non-leaf folders filtering settings to be
1007 2002-11-09 [paul] 0.8.5claws107
1009 * src/prefs_account.c
1012 2002-11-09 [colin] 0.8.5claws106
1017 2002-11-09 [colin] 0.8.5claws105
1020 Fix prefs_filtering deletion for MH folders (same
1022 * src/prefs_filtering.c
1023 Fix prefs_filtering renaming and deletion for
1024 folder-based processing rules.
1026 2002-11-09 [christoph] 0.8.5claws104
1030 * src/folderview.[ch]
1036 * src/prefs_folder_item.c
1039 implement a callback system for folder item updates
1041 2002-11-09 [colin] 0.8.5claws103
1044 Fix prefs_filtering renaming for MH folders (we
1045 shouldn't rename by path as another folder could
1046 have the same hierarchy).
1048 2002-11-09 [colin] 0.8.5claws102
1051 Fix a leak found by Christoph, use better variable
1054 2002-11-09 [colin] 0.8.5claws101
1057 One more fix for processing rules
1059 2002-11-08 [colin] 0.8.5claws100
1062 Don't copy the compiled regexp (will be reevaluated)
1064 Lock folderview while moving
1066 Provide info on what's happening to the user
1068 2002-11-08 [colin] 0.8.5claws99
1071 Fix folder reordering after a move if parent is
1074 Add function to copy a ScoringProp
1075 * src/prefs_folder_item.c
1076 Copy scoring rules when copying a folder prefs
1078 2002-11-08 [colin] 0.8.5claws98
1081 Fixes in case of failure
1082 * src/filtering.[ch]
1083 Add function to duplicate a FilteringProp
1085 Add function to duplicate a MatcherProp
1086 * src/prefs_folder_item.c
1087 Save folder's processing rules when copying
1090 2002-11-08 [colin] 0.8.5claws97
1095 Change a printf to debug_print
1097 2002-11-08 [colin] 0.8.5claws96
1101 Fix segfaults, call me stupido
1104 2002-11-08 [colin] 0.8.5claws95
1107 Added forgotten prefs to save when moving folders
1109 2002-11-08 [colin] 0.8.5claws94
1112 Fixes to folder DND (prefs copy)
1114 Optimization for folder DND (don't rescan whole tree)
1115 Added folderview_create_folder_node() for this
1116 optimization, so de-duped a bit the code
1117 * src/prefs_folder_item.[ch]
1118 Added prefs_folder_item_copy_prefs()
1120 2002-11-08 [paul] 0.8.5claws93
1122 * src/prefs_account.c
1124 tools/kmail2sylpheed_v2.pl
1127 2002-11-08 [paul] 0.8.5claws92
1130 src/prefs_account.[ch]
1131 remove account options 'clearsign' and 'ascii_armored',
1132 replace with 'default_gnupg_mode' to prevent mixed-mode
1135 2002-11-08 [paul] 0.8.5claws91
1138 re-implement GnuPG 'on-the-fly' mode selection,
1141 2002-11-08 [colin] 0.8.5claws90
1144 src/prefs_folder_item.c
1145 Change "Property" to "Properties"
1147 2002-11-07 [colin] 0.8.5claws89
1151 Allow folder dropping to a root folder
1153 2002-11-07 [paul] 0.8.5claws88
1158 2002-11-07 [paul] 0.8.5claws87
1161 fix reply-to-list bug. closes bug report
1162 "[633382] reply-to-list broken in recent cvs"
1164 2002-11-07 [paul] 0.8.5claws86
1167 add a forgotten '#if USE_GPGME ... #endif'
1169 2002-11-07 [paul] 0.8.5claws85
1171 * sync with 0.8.5cvs20
1172 see ChangeLog 2002-11-07
1174 2002-11-07 [colin] 0.8.5claws84
1177 Change folder_item_move_to to return the newly
1180 Select the new folderitem after moving.
1182 2002-11-07 [colin] 0.8.5claws83
1184 * src/prefs_filtering.c
1185 Fix rule rewriting when moving a leaf folder to a
1188 2002-11-07 [colin] 0.8.5claws82
1190 * src/prefs_filtering.c
1193 2002-11-07 [colin] 0.8.5claws81
1196 Add folder_item_move_to() function to move a
1197 folderitem into another one (updates matcher etc)
1199 Add folder drag'n drop (context menu to come)
1200 [Should be dataloss free, but Please backup before
1203 2002-11-06 [colin] 0.8.5claws80
1206 mh_create_folder() returns NULL if can't create
1209 2002-11-06 [paul] 0.8.5claws79
1212 allow 'on-the-fly' changing of the type of encryption
1213 and/or signing used (mime/ascii) via the compose window
1215 2002-11-06 [paul] 0.8.5claws78
1217 * sync with 0.8.5cvs19
1218 see ChangeLog 2002-11-06 for src/account.c:
1219 account_get_special_folder()
1221 2002-11-05 [alfons] 0.8.5claws77
1224 very minor cleanups: nothing to see here, move on. :-)
1226 2002-11-05 [colin] 0.8.5claws76
1229 Changes choices if compose windows are opened to
1230 Discard, Draft, Don't quit
1232 2002-11-05 [thorsten] 0.8.5claws75
1235 reenabled default_reply_to folder option
1237 2002-11-05 [colin] 0.8.5claws74
1244 add clean_quit() for the SIGTERM handler
1246 2002-11-05 [paul] 0.8.5claws73
1249 updated by Ricardo Mones Lastra
1251 2002-11-05 [melvin] 0.8.5claws72
1254 Fixed log-clipping bug #616795.
1255 To stop logging in the log window use 0 length.
1256 * src/prefs_common.c
1257 Added a label to inform about the 0 log length behaviour.
1259 2002-11-05 [paul] 0.8.5claws71
1261 * sync with 0.8.5cvs17
1262 see ChangeLog 2002-11-05
1264 2002-11-04 [paul] 0.8.5claws70
1266 * sylpheed-128x128.png
1269 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
1270 <nikai@users.sourceforge.net>
1273 updated by George Danchev
1275 2002-11-03 [thorsten] 0.8.5claws69
1280 add check if gpg is active
1282 2002-11-03 [thorsten] 0.8.5claws68
1285 removed GSList declaration causing trouble on MacOS-X
1286 (submitted by alfons, reported by xfesty)
1288 2002-11-01 [paul] 0.8.5claws67
1291 remove last remnants of main's filter code
1293 2002-11-01 [paul] 0.8.5claws66
1295 * tools/filter_conv.pl
1296 fix bug where user-defined headers were ignored
1298 2002-11-01 [paul] 0.8.5claws65
1301 make a debug_print() not translatable
1303 2002-10-31 [melvin] 0.8.5claws64
1306 Fixed --disable-aspell-test. Now --disable-aspell-test will
1307 not run any GNU/aspell test. The dictionary path will
1308 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
1309 was given, in which case, it will be $prefix/lib/aspell/
1311 Fixed typo in commentary (Aspell code).
1313 2002-10-31 [paul] 0.8.5claws63
1316 remove src/filter.c and src/prefs_filter.c
1317 thanks to Ricardo for reminding me
1319 2002-10-31 [colin] 0.8.5claws62
1324 2002-10-31 [paul] 0.8.5claws61
1326 * src/prefs_filter.[ch] ** REMOVED **
1327 src/filter.[ch] ** REMOVED **
1336 src/prefs_filtering.c
1337 src/summaryview.[ch]
1338 remove main's 'filter' code
1341 update to reflect removal of main's filter
1343 2002-10-31 [paul] 0.8.5claws60
1346 remove check for global_processing in summary_filter_open().
1347 This fixes the bug where if the user uses the right-click
1348 'Create filter rule...' and doesn't have any filter rules
1349 already defined in claws' advanced filtering, the newly
1350 created filter rule goes to main's filtering which is
1351 inaccessible through the gui. Now the filter rule gets added
1352 to claws' filtering by default.
1354 2002-10-28 [melvin] 0.8.5claws59
1356 * src/prefs_actions.c
1357 Fixed bug #627322 where MIME parts were not always
1358 correctly passed to a %p action
1359 Display an error dialog when message filename is not found.
1361 2002-10-28 [melvin] 0.8.5claws58
1363 * src/prefs_common.c
1364 Readded a missing function declaration lost in 0.8.3claws34
1366 2002-10-28 [paul] 0.8.5claws57
1368 * sync with 0.8.5cvs15
1369 see ChangeLog 2002-10-28 and 2002-10-25
1371 Note: ChangeLog entry 2002-10-24 is not sync'ed.
1373 2002-10-27 [oliver] 0.8.5claws56
1376 plug leak in pop3_top_recv
1378 2002-10-26 [christoph] 0.8.5claws55
1381 set need_update folder flag when messages are added
1382 (closes bug [ 626922 ] folder not updated after receiving)
1384 2002-10-25 [melvin] 0.8.5claws54
1387 Fixed a memleak introduced in the scaling code.
1389 2002-10-24 [alfons] 0.8.5claws53
1392 make filtering's forward message action forward from the
1394 (closes bug [628089 ] Filter -> Forward from address problem
1397 2002-10-24 [christoph] 0.8.5claws52
1401 o use manual of current locale or english if current
1402 locale is not available (and english is available)
1403 o also link to sylpheed doc project manuals
1405 2002-10-23 [paul] 0.8.5claws51
1408 tools/kmail2sylpheed_v2.pl
1409 add new version of kmail addressbook importer script.
1410 works with newer versions of Kmail/KAddressBook which
1411 have new and rearranged data.
1413 2002-10-23 [martin] 0.8.5claws50
1419 added length parameter to get_abbrev_newsgroup_name()
1420 changed this function so that it abbreviates the newsgroup
1421 names only so long it is smaller than the length parameter
1422 (for better reading of some newsgroup names and space efficiency)
1424 2002-10-22 [colin] 0.8.5claws49
1427 Revert Alfons' last modification (after voting ;-))
1429 2002-10-21 [alfons] 0.8.5claws48
1432 folder view in folder selection dialog reflects state of
1433 folder view in main window
1435 2002-10-18 [alfons] 0.8.5claws47
1438 drop imported messages in folder selected by user,
1439 and not in the inbox
1440 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
1442 2002-10-18 [alfons] 0.8.5claws46
1445 make automagic reply work correctly for email accounts
1446 (whether it's viable to do a full sync with Hiro's
1447 compose.c is still under discussion)
1449 2002-10-18 [melvin] 0.8.5claws45
1451 * src/prefs_actions.c
1452 Fixed bug #622275 where asynchroneous actions left
1454 Made (synchroneous) actions' input be displayed live.
1456 2002-10-18 [christoph] 0.8.5claws44
1459 don't add a newline in the textview in front of the
1460 first textpart if header display is disabled
1461 (closes bug [ 603385 ] disabled header display leaves blank
1464 2002-10-18 [christoph] 0.8.5claws43
1471 folder->get_num_list now returns an error code
1472 (closes bug [ 609424 ] News cache cleared on failure)
1474 2002-10-17 [colin] 0.8.5claws42
1477 Changed a printf by debug_print
1481 * tools/OOo2sylpheed.pl
1482 allow for spaces in the name of the
1483 file to be attached.
1485 2002-10-16 [colin] 0.8.5claws41
1488 Use a tristate to change online mode
1490 2002-10-16 [paul] 0.8.5claws40
1493 updated by Ricardo Mones Lastra
1495 2002-10-16 [colin] 0.8.5claws39
1499 Added --online and --offline command-line
1502 2002-10-15 [christoph] 0.8.5claws38
1505 set mimeinfo->name to NULL after g_free to
1506 avoid double freeing with g_free
1508 2002-10-14 [christoph] 0.8.5claws37
1513 remove calls to folder->change_flags that are now
1514 done by procmsg flag functions (seems it is not
1515 used by any foldertype anyway)
1517 init folder->change_flags with NULL
1519 2002-10-14 [christoph] 0.8.5claws36
1523 use virtual functions for folder item new and destroy
1526 2002-10-14 [melvin] 0.8.5claws35
1529 Added a test to not run the spell checker if no default
1530 dictionary is available. No dialog is displayed though.
1532 2002-10-14 [melvin] 0.8.5claws34
1535 Fixed bug in dictionary list context menu where
1536 "More..." pointed to an emtpy submenu if the
1537 number of dictionaries is a multiple of 15
1538 Removed unneeded code in suggestions list creation
1540 2002-10-14 [paul] 0.8.5claws33
1543 updated by George Danchev
1545 2002-10-13 [hoa] 0.8.5claws32
1548 src/matcher_parser_parser.y
1549 removed the escaped string from internal structure
1552 2002-10-12 [colin] 0.8.5claws31
1554 * src/gtksctree.[ch]
1556 Removed useless function gtksctree_reanchor
1558 2002-10-12 [alfons] 0.8.5claws30
1560 * sync with remaining main changes 2002-10-09 - 2002-10-11
1561 - drop changes to src/compose.c (requires claws specific changes)
1563 2002-10-12 [alfons] 0.8.5claws29
1565 * sync with main changes of 2002-10-08
1566 - drop changes to src/compose.c (requires claws specific changes)
1567 - drop changes to src/summaryview.c (requires changes to compose.c)
1569 2002-10-12 [alfons] 0.8.5claws28
1571 * sync with main changes of 2002-10-07
1573 2002-10-12 [alfons] 0.8.5claws27
1575 * sync with main changes of 2002-10-04
1576 - drop changes to src/compose.c (requires claws specific changes)
1577 - drop changes to src/prefs_folder_item.c (claws implementation
1578 seems to be working)
1580 2002-10-12 [colin] 0.8.5claws26
1583 Fix folder-flicker when space-reading, introduced
1586 2002-10-12 [colin] 0.8.5claws25
1589 Save account address when saving as draft.
1592 2002-10-12 [colin] 0.8.5claws24
1595 Fix the problem consisting of no message selected
1596 after the last message in a folder has been moved.
1598 2002-10-12 [paul] 0.8.5claws23
1601 src/prefs_template.c
1603 add Cc and Bcc to templates. Patch submitted by
1606 2002-10-12 [colin] 0.8.5claws22
1609 Fix a bug after "Check for new messages":
1610 If a folder was opened, it was still selected at
1611 the end of the check, but displayed empty.
1613 Remove unnecessary check
1618 be more verbose in the description of
1622 2002-10-11 [colin] 0.8.5claws21
1625 Make space work (better) when no mail is selected
1627 2002-10-11 [colin] 0.8.5claws20
1633 2002-10-11 [colin] 0.8.5claws19
1636 revert 0.8.5claws6 changes as i couldn't get to
1639 2002-10-11 [melvin] 0.8.5claws18
1642 Removed buggy and unused macro (should have been committed in
1645 2002-10-11 [melvin] 0.8.5claws17
1648 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
1650 2002-10-11 [thorsten] 0.8.5claws16
1653 remove rescan warning
1655 2002-10-11 [colin] 0.8.5claws15
1658 fix a segfault that happens if conv_unmime_header
1659 fails (should be better to find out why it fails)
1661 2002-10-11 [christoph] 0.8.5claws14
1664 update folderview stats after ignore/unignore thread
1666 2002-10-11 [hoa] 0.8.5claws13
1668 * src/quote_fmt_parse.y
1669 Fixed a yacc/bison syntax error
1671 Escaping of string is fixed.
1673 2002-10-11 [colin] 0.8.5claws12
1676 Resize images to fit
1678 2002-10-11 [paul] 0.8.5claws11
1681 updated by Ricardo Mones Lastra
1683 2002-10-10 [alfons] 0.8.5claws10
1686 allow dropping files by "moving" files from a file manager,
1687 not only by the more cumbersome "copying". the latter
1688 mostly implies holding down the Control button
1690 2002-10-10 [christoph] 0.8.5claws9
1693 update folders after thread building for ignored threads
1695 2002-10-10 [christoph] 0.8.5claws8
1699 * src/filtering.[ch]
1701 * src/folderview.[ch]
1706 * src/summaryview.[ch]
1707 o added new flag need_update to FolderItem
1708 o removed folder_table from various functions from tracking
1710 o set need_update flags in folder.c's move, copy and delete
1711 functions and procmsg's flags functions
1712 o added function folderview_update_items_when_required that
1713 updates all folders with need_update set
1714 o call folderview_update_items_when_required instead of
1715 folderview_update_item_foreach
1717 2002-10-09 [sergey] 0.8.5claws7
1720 Strip CRs whel loading the text into editor in reedit mode.
1722 2002-10-09 [colin] 0.8.5claws6
1725 Make Space work when no mail is selected
1727 2002-10-09 [colin] 0.8.5claws5
1729 * src/gtksctree.[ch]
1731 Add gtk_sctree_reanchor()
1733 Use gtk_sctree_reanchor() - better fix for
1736 2002-10-09 [colin] 0.8.5claws4
1739 Fix shift-click select after delete problem
1742 2002-10-08 [thorsten] 0.8.5claws3
1745 exclude current msg from -hide read messages-
1747 2002-10-08 [colin] 0.8.5claws2
1752 Differentiate socket errors from disk full
1755 2002-10-08 [christoph] 0.8.5claws1
1759 modifications for new config directory
1761 * config.guess ** REMOVED **
1762 * config.sub ** REMOVED **
1763 * install-sh ** REMOVED **
1764 * ltmain.sh ** REMOVED **
1765 * missing ** REMOVED **
1766 * mkinstalldirs ** REMOVED **
1767 these files are autogenerated by automake
1768 when you run autogen.sh
1770 * config/.cvsignore ** NEW FILE **
1771 * config/Makefile.am ** NEW FILE **
1772 ignore autogenerated files
1773 create a Makefile in this directory
1775 2002-10-08 [paul] 0.8.5claws
1777 * 0.8.5claws release
1782 fix quote reply format for newsgroups reply bug
1787 updated by me and Witold Wladyslaw Wojciech Wilk
1790 2002-10-07 [paul] 0.8.3claws53
1795 updated messages catalogs, submitted by
1796 Alessandro Maestri, Fabio Jr.Beneditto
1797 and Urke MMI, respectively.
1799 2002-10-07 [christoph] 0.8.3claws52
1804 fix new folder ghost message bug
1805 (closes bug [ 619722 ] wrong count for newly created folders)
1807 2002-10-07 [christoph] 0.8.3claws51
1810 fix news posting problem
1812 2002-10-07 [melvin] 0.8.3claws50
1815 Updated French translation
1817 2002-10-05 [christoph] 0.8.3claws49
1820 check if line_start_cache is set in gtk_stext_update_text
1821 (closes bug [ 618119 ] crash while doing search in folder)
1823 2002-10-05 [christoph] 0.8.3claws48
1829 implement cache cleanups for claws' folder system
1830 (closes bug [ 595916 ] imapcache not cleaned up)
1832 2002-10-05 [melvin] 0.8.3claws47
1834 * src/prefs_actions.c
1835 Made the help text more clear for the %p token
1837 2002-10-04 [paul] 0.8.3claws46
1840 see ChangeLog 2002-10-02 and 2002-10-03
1842 2002-10-04 [christoph] 0.8.3claws45
1845 fix segfault caused by pop before smtp
1846 call to inc_account_mail with NULL
1849 2002-10-04 [paul] 0.8.3claws44
1852 sync the LDAP detection from 0.8.5cvs1
1854 2002-10-02 [christoph] 0.8.3claws43
1857 fix small spelling error
1859 2002-10-02 [melvin] 0.8.3claws42
1862 Behave better and say "no" when test program cannot be run.
1864 2002-10-02 [paul] 0.8.3claws41
1866 * sync with 0.8.4cvs1
1867 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
1870 toggle the behavior of Reply menuitem between
1871 normal reply and reply-to-list
1873 2002-10-01 [sergey] 0.8.3claws40
1876 Convert newlines in the message text to the canonical form
1877 before base64 encoding (RFC2045 compliance, fixes some
1878 interoperability issues with Evolution 1.0.3)
1880 2002-09-29 [colin] 0.8.3claws39
1883 Fix an unwanted copy/paste
1885 2002-09-29 [colin] 0.8.3claws38
1888 Renamed "Custom toolbar" to "Customize toolbar"
1889 Renamed "Show all header" to "Show all headers"
1890 Renamed "Set diplay item" to "Set displayed items"
1891 * src/prefs_common.c
1892 Renamed "Show all header" to "Show all headers"
1893 * src/prefs_summary_column.c
1894 Renamed "diplay item" to "displayed items"
1896 2002-09-29 [colin] 0.8.3claws37
1898 * src/mainwindow.[ch]
1899 online/offline status pixmaps follow theme
1901 * src/summaryview.[ch]
1902 quicksearch pixmap follows theme changes
1904 2002-09-29 [thorsten] 0.8.3claws36
1907 src/prefs_folder_item.[ch]
1908 add default_reply_to folder option (closes patch 581044)
1910 2002-09-29 [christoph] 0.8.3claws35
1912 * acconfig.h ** REMOVED **
1916 * ac/gnupg-check-typedef.m4
1917 fix autoheader 2.50 warning
1919 2002-09-29 [christoph] 0.8.3claws34
1921 * major code cleanup (part 2)
1923 - unused variables removed
1924 - unused functions removed
1925 - uninitialized variables checked
1926 - missing return statements added
1927 - missing function return types added
1928 - added parentheses around assignment
1929 when suggested by gcc
1931 2002-09-29 [alfons] 0.8.3claws33
1934 log_window_clear(): only bracket gtk_text_forward_delete()
1935 with gtk_text_freeze() / gtk_text_thaw() (see if this
1936 works around GTK text bug)
1938 2002-09-29 [paul] 0.8.3claws32
1942 updated by George Danchev and Urke MMI
1945 2002-09-27 [christoph] 0.8.3claws31
1947 * doc-src/readme.txt
1948 * doc-src/rfc1806.txt ** REMOVED **
1949 * doc-src/rfc2183.txt ** NEW FILE **
1950 * doc-src/rfc2980.txt ** NEW FILE **
1953 2002-09-27 [melvin] 0.8.3claws30
1956 Fixed typo which could break linking
1958 2002-09-27 [melvin] 0.8.3claws29
1961 Improved GNU/aspell checking.
1964 2002-09-27 [paul] 0.8.3claws28
1966 * sync with 0.8.3cvs8
1967 see ChangeLog 2002-09-27
1969 2002-09-26 [colin] 0.8.3claws27
1973 Add "Reply to Mailing-list" to the toolbar
1975 2002-09-26 [christoph] 0.8.3claws26
1978 Fix wrong message counts in summaryview status
1980 2002-09-26 [paul] 0.8.3claws25
1982 * sync with 0.8.3cvs7
1983 see ChangeLog 2002-09-26
1985 2002-09-26 [paul] 0.8.3claws24
1987 * sync with 0.8.3cvs6
1988 see ChangeLog 2002-09-25
1990 2002-09-25 [christoph] 0.8.3claws23
1992 * src/prefs_common.c
1993 * src/prefs_folder_item.c
1994 * src/prefs_scoring.c
1995 Renamed "kill score" to "hide score" in GUI
1998 2002-09-25 [paul] 0.8.3claws22
2000 * sync with 0.8.3cvs5
2001 see ChangeLog 2002-09-24
2003 2002-09-24 [alfons] 0.8.3claws21
2005 patch by Satoshi Nagayasu: allows appending / saving multiple
2006 selected files (closes "[ 612279 ] save multiple mesg(s) in
2010 add Satoshi Nagayasu
2012 summary_save_as(): allow saving selected files to
2014 summary_set_menu_sensitive: enable "Save As..." when
2015 multiple files are selected
2017 append_file(): new function
2019 2002-09-24 [colin] 0.8.3claws20
2022 Fix segfault when mimeinfo doesn't have a
2025 2002-09-24 [colin] 0.8.3claws19
2027 * src/prefs_common.[ch]
2028 Add a preference to display send dialog or not
2030 Display send dialog according to preference
2032 2002-09-24 [colin] 0.8.3claws18
2035 Disable user actions when sending
2037 2002-09-24 [colin] 0.8.3claws17
2040 Do not display name or filename for attachments
2041 with an application/pgp-signature type
2042 (security flaw, see bug 537413)
2044 2002-09-23 [colin] 0.8.3claws16
2047 Initialize entry_email, entry_alias and
2048 entry_remarks to first email address of the list
2050 2002-09-23 [colin] 0.83claws15
2053 Drop pgp-signature when reediting a signed queued
2056 2002-09-23 [melvin] 0.8.3claws14
2059 Updated French translation
2061 2002-09-23 [melvin] 0.8.3claws13
2064 Made custom toolbar menu labels more consistent
2065 * src/prefs_toolbar.c
2066 Made custom toolbar window title more consistent
2068 2002-09-22 [colin] 0.8.3claws12
2071 Initialize session type to normal before getting
2072 mail (fixes strange Get behaviour)
2073 * src/prefs_account.h
2074 Move STYPE_POP_BEFORE_SMTP to last position to
2075 avoid other side-effects
2077 2002-09-22 [colin] 0.8.3claws11
2079 * src/prefs_account.c
2080 Fix pop_bfr_smtp_tm_entry sensivity when switching
2081 from pop3 to apop or vice-versa
2083 2002-09-22 [colin] 0.8.3claws10
2085 * src/prefs_account.[ch]
2086 Add an option for the POP before SMTP timeout
2088 Remember time of last POP connection
2090 Do POP before SMTP only if timeout reached
2092 2002-09-22 [oliver] 0.8.3claws9
2095 explain custom toolbar
2097 2002-09-22 [oliver] 0.8.3claws8
2099 * src/prefs_actions.[ch]
2100 custom toolbar for compose
2101 actions callback from compose toolbar
2103 remove include toolbar.h
2105 2002-09-22 [oliver] 0.8.3claws7
2107 * src/prefs_toolbar.[ch]
2108 custom toolbar for compose
2109 - generic prefs_toolbar handles both
2110 Mainwin's toolbar as well as Compose toolbar
2112 2002-09-22 [oliver] 0.8.3claws6
2115 custom toolbar for compose
2116 restructure toolbar.[ch]
2118 2002-09-22 [oliver] 0.8.3claws5
2121 custom toolbar for compose
2123 2002-09-22 [oliver] 0.8.3claws4
2125 * src/mainwindow.[ch]
2126 custom toolbar for compose
2127 move mainwin toolbar back to mainwindow
2129 2002-09-22 [alfons] 0.8.3claws3
2136 2002-09-22 [alfons] 0.8.3claws2
2139 procmsg_save_to_outbox(): don't unlink message file from queue;
2140 callers should do it using folder_item_remove_msg()
2142 2002-09-22 [colin] 0.8.3claws1
2145 Made mimeview_check_signature() public
2147 Made GPG signatures verifiable by clicking
2148 the [application/pgp-signature] in the Text
2151 2002-09-22 [paul] 0.8.3claws
2160 updated translations, submitted by George Danchev,
2161 me, Ricardo Mones Lastra, Alessandro Maestri,
2162 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
2163 and Urke MMI, respectively.
2165 2002-09-22 [alfons] 0.8.2claws65
2169 no furry valgrinds have been used to plug these memleaks
2171 2002-09-20 [paul] 0.8.2claws64
2173 * sync with 0.8.3cvs4
2174 'Select thread' re-implemented
2175 see ChangeLog 2002-09-20
2177 2002-09-21 [alfons] 0.8.2claws63
2180 compose_send(): plug unnoticed memleak
2182 2002-09-20 [alfons] 0.8.2claws62
2185 replace_address_in_edit(): strict check for NULL address to
2186 fix "[ 607348 ] Segfault in address completion". My guess is
2187 that this happens with an empty address book, but it's good
2188 to have this check here anyway
2190 completion_window_button_press(): free string returned
2191 from the internal cache
2193 2002-09-20 [christoph] 0.8.2claws61
2196 added ENC_BINARY to EncodingType
2198 the string returned by procmime_get_encoding_str
2199 should not depend on the order of values in the
2200 EncodingType definition
2201 * doc-src/rfc1806.txt ** NEW FILE **
2202 Added rfc1806 about MIME Content-Disposition
2205 2002-09-19 [paul] 0.8.2claws60
2207 * sync with 0.8.2cvs3
2208 see ChangeLog 2002-09-19
2210 2002-09-19 [paul] 0.8.2claws59
2212 * src/prefs_folder_item.c
2213 revert to Darko's original alignment of colour
2215 add a colon to folder_color label
2218 add Colin's patch (with Hiro's modifications) to
2219 force BASE64 encoding for 8-bit text when signing
2220 (sync with 0.8.3cvs2)
2222 2002-09-18 [alfons] 0.8.2claws58
2227 (beautify a little bit)
2229 2002-09-18 [christoph] 0.8.2claws57
2232 fix handling of fgetc return value
2234 2002-09-17 [alfons] 0.8.2claws56
2237 summary_sort(): check non-NULL summaryview->folder_item when no
2238 folder is selected at all
2239 (closes "[ 610344 ] sort label make syl Crash")
2241 2002-09-17 [alfons] 0.8.2claws55
2244 beautify a little bit
2246 2002-09-17 [christoph] 0.8.2claws54
2249 initialize max values for cache and folder
2250 when cache or folder is empty
2252 2002-09-15 [colin] 0.8.2claws53
2255 Fix a leak (thanks Alfons!) and cleaned
2256 variables names for custom headers
2258 2002-09-15 [colin] 0.8.2claws52
2261 Fix custom headers recognition when
2262 prefs_common.trans_hdr is on
2264 2002-09-15 [colin] 0.8.2claws51
2267 Allow dynamically-added custom headers
2268 Yet not reparsed if reedited
2270 2002-09-15 [alfons] 0.8.2claws50
2272 * src/prefs_account.c
2275 2002-09-15 [colin] 0.8.2claws49
2277 * src/prefs_account.c
2278 fix pop_before_smtp sensitivity
2280 2002-09-15 [colin] 0.8.2claws48
2283 add inc_pop_before_smtp()
2284 allow MainWindow to be undefined in
2285 inc_account_mail() and inc_start()
2288 add STYPE_POP_BEFORE_SMTP session type
2289 * src/prefs_account.c
2290 activated pop before smtp option
2292 do pop before smtp if the relevant option
2295 2002-09-15 [paul] 0.8.2claws47
2298 see ChangeLog 2002-09-15
2300 2002-09-14 [paul] 0.8.2claws46
2303 updated Bulgarian translation, submitted by
2306 2002-09-13 [paul] 0.8.2claws45
2309 merge claws' select_account() with main's
2310 (new) compose_select_account(). [sync with
2311 0.8.2cvs15, see ChangeLog 2002-09-11]
2313 2002-09-12 [christoph] 0.8.2claws44
2316 allocate 1 elements of FolderItem not 0
2318 2002-09-12 [colin] 0.8.2claws43
2321 Fix bug #590825 (obey Follow-up: poster)
2323 2002-09-12 [colin] 0.8.2claws42
2326 Fix bug #557009 (wrong headers for messages
2327 forwarded as attachments)
2329 2002-09-11 [colin] 0.8.2claws41
2332 Put SCF: pseudo-header on top of message
2333 Set draft tmp_flag when saved as draft
2337 Skip after first \n\n for beginning of real message
2340 2002-09-11 [christoph] 0.8.2claws40
2343 use procmsg flag functions in filtering or processing
2344 will cause incorrect folder message counts
2346 2002-09-11 [colin] 0.8.2claws39
2349 Fix bug #550175 - wrong save folder when reediting
2352 2002-09-11 [paul] 0.8.2claws38
2354 * sync with 0.8.2cvs14
2355 see ChangeLog 2002-09-11
2357 2002-09-11 [colin] 0.8.2claws37
2360 Fix a typo (seeming to cause new/unread status to
2363 2002-09-10 [christoph] 0.8.2claws36
2366 compose_redirect should not use compose_generic_new
2367 because that does more stuff than expected including
2368 opening the external editor
2369 (closes bug "[ 526608 ] bounced messages appear blank
2372 2002-09-10 [christoph] 0.8.2claws35
2375 fix problem with too large message number range
2376 causing a crash in folder_item_scan
2378 2002-09-10 [paul] 0.8.2claws34
2380 * sync with 0.8.2cvs13
2381 see ChangeLog 2002-09-10
2383 2002-09-10 [christoph] 0.8.2claws33
2386 set MsgInfo TmpFlags for queue and draft folders
2387 (closes bug "[ 591676 ] Queue ignore MIME on restart")
2389 2002-09-10 [paul] 0.8.2claws32
2392 po/bg.po ** NEW FILE **
2393 new Bulgarian translation submitted by
2394 George Danchev <danchev@spnet.net>
2398 tools/tb2sylpheed ** NEW FILE **
2399 add script that converts an addressbook exported
2400 from The Bat! into a Sylpheed addressbook. Submitted
2401 by Urke MMI <urke-kg@eunet.yu>
2403 2002-09-10 [paul] 0.8.2claws31
2405 * sync with 0.8.2cvs12
2406 see ChangeLog 2002-09-10
2408 2002-09-06 [paul] 0.8.2claws30
2410 * src/prefs_common.c
2411 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
2415 tools/ldif-to-xml.py ** REMOVED **
2416 remove obsolete python script
2418 2002-09-06 [paul] 0.8.2claws29
2420 * sync with 0.8.2cvs10
2421 see ChangeLog 2002-09-06
2423 2002-09-04 [paul] 0.8.2claws28
2425 * sync with 0.8.2cvs9
2426 see ChangeLog 2002-08-04
2428 2002-09-04 [colin] 0.8.2claws27
2430 * src/prefs_common.[ch]
2431 Added signature color configuration
2433 Use user-specified signature color
2435 2002-09-03 [colin] 0.8.2claws26
2437 * src/prefs_common.[ch]
2438 Added autosave and autosave_length prefs
2440 Added compose_remove_draft()
2441 Auto-save drafts according to the prefs
2443 Added a crash-indicator file, allowing to check
2444 for new messages on startup if Sylpheed crashed
2445 (makes saved drafts "reappear")
2447 2002-09-03 [colin] 0.8.2claws25
2452 2002-09-03 [paul] 0.8.2claws24
2454 * sync with 0.8.2cvs8
2455 see ChangeLog 2002-09-02 and 2002-09-03
2457 2002-09-03 [darko] 0.8.2claws23
2460 use normal style when creating new folder to pick
2463 2002-09-02 [melvin] 0.8.2claws22
2466 removed some obsolete code
2468 2002-09-02 [melvin] 0.8.2claws21
2471 fixed test's equality sign (== to =)
2473 2002-09-02 [alfons] 0.8.2claws20
2477 revert change of 0.8.2claws16 and use the mh_folder_destroy
2478 as folder->destroy virtual as suggested by Hiro
2479 (the mh.c code seems to have been lost around mh.c.1.21)
2481 2002-09-02 [paul] 0.8.2claws19
2484 updated by Fabio Jr. Beneditto
2487 use 'http://claws.sylpheed.org' for homepage link.
2488 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
2490 2002-09-01 [alfons] 0.8.2claws18
2493 plug memleak related to one Martin Kluge found
2495 2002-08-31 [paul] 0.8.2claws17
2497 * sync with 0.8.2cvs6
2498 see ChangeLog 2002-08-30
2500 2002-08-31 [alfons] 0.8.2claws16
2503 folder_destroy(): remove mailbox from folderlist even if it has
2506 2002-08-31 [alfons] 0.8.2claws15
2511 (being pedantic I know)
2513 2002-08-31 [alfons] 0.8.2claws14
2516 check for NULL pointers returned from folder->fetch_msginfo virtual
2517 (should solve some reported crashes)
2519 2002-08-30 [alfons] 0.8.2claws13
2524 enable crash dialog on compilation time
2525 (--enable-crash-dialog configure option)
2527 2002-08-30 [alfons] 0.8.2claws12
2532 apply memory leak plug patch by Martin Kluge
2533 (closes patch "[ 602568 ] patch for 602441 little memory leak",
2534 bug "[ 599677 ] Very small memory leak in 0.81claws115",
2535 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
2537 2002-08-30 [darko] 0.8.2claws11
2540 copy Gtk style from normal style to match
2541 font size for coloured folders
2543 2002-08-29 [alfons] 0.8.2claws10
2546 Type=Internet <- Type=Application
2547 (reported by Michael Schwendt, see:
2548 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
2549 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
2551 2002-08-29 [paul] 0.8.2claws9
2553 * sync with 0.8.2cvs5
2554 see ChangeLog 2002-08-29
2556 2002-08-29 [colin] 0.8.2claws8
2559 Added a sanity check in summary_select_thread
2560 Should fix bug 601605
2562 2002-08-29 [colin] 0.8.2claws7
2565 Revert claws6 changes regarding bug #591676
2567 2002-08-28 [colin] 0.8.2claws6
2570 Ignore cache for queue folderitems
2573 2002-08-28 [melvin] 0.8.2claws5
2578 2002-08-28 [melvin] 0.8.2claws4
2581 Updated a bit the text concerning the spell checker
2583 2002-08-28 [melvin] 0.8.2claws3
2585 Merged the GNU_aspell_branch:
2586 Support of new GNU/aspell is now included and the old pspell
2587 is not supported anymore.
2591 Updated spell checker text to reflect the switch to GNU/aspell
2593 * ac/aspell.m4 *** NEW ***
2594 * src/gtkaspell.[ch] *** NEW ***
2595 * ac/pspell.m4 *** DELETED ***
2596 * src/gtkspell.[ch] *** DELETED ***
2599 Updated for GNU/aspell support
2602 Replaced gtkspell.c by gtkaspell.c
2610 * src/prefs_common.[ch]
2611 Updated for GNU/aspell support
2613 2002-08-28 [paul] 0.8.2claws2
2615 * sync with 0.8.2cvs4
2616 see ChangeLog 2002-08-27 and 2002-08-28
2618 2002-08-28 [colin] 0.8.2claws1
2620 * src/summary_search.c
2623 2002-08-28 [jens] 0.8.2claws
2626 Updated German translations
2628 2002-08-27 [melvin] 0.8.2claws
2631 Updated French translations
2633 2002-08-27 [paul] 0.8.2claws
2635 * sync with 0.8.2 main release
2643 updated message catalogs submitted by
2644 Ricardo Mones Lastra, Alessandro Maestri,
2645 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
2646 Beneditto and Urke MMI
2648 2002-08-27 [hoa] 0.8.1claws123
2650 * src/mainwindow.[ch]
2651 * src/summaryview.[ch]
2652 removed the "filter setting" menu option.
2653 add a "cancel a news message" menu option.
2655 2002-08-26 [martin] 0.8.1claws122
2658 changed string under 0.8.1claws79 changed by myself
2661 2002-08-26 [martin] 0.8.1claws121
2664 added kill command to debuggerrc to start crash dialog
2666 2002-08-26 [paul] 0.8.1claws120
2668 * sync with 0.8.1cvs31
2669 see ChangeLog 2002-08-26
2671 2002-08-25 [alfons] 0.8.1claws119
2674 fix bug that didn't send out correct headers to news server
2675 when sending news article and email from queue (bug reported
2676 and patch provided by Tim Mann; closes bug
2677 "[ 583196 ] 0.7.8claws can't post news")
2679 2002-08-25 [alfons] 0.8.1claws118
2681 * src/selective_download.c
2682 mark two strings as translatable
2683 (thanks to Urke MMI for pointing this out)
2685 2002-08-25 [alfons] 0.8.1claws117
2688 treat sent boxes as special and allow sorting them by addressee
2689 (closes "[ 589418 ] Sent folder sorting misbehavior"
2690 submitted by Steve Lamb)
2692 2002-08-24 [alfons] 0.8.1claws116
2695 fix memleak reported by Martin Kluge
2696 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
2698 2002-08-24 [oliver] 0.8.1claws115
2700 * src/prefs_toolbar.c
2701 o code cleanup as suggested by Alfons
2704 2002-08-24 [alfons] 0.8.1claws114
2707 o fix another memory leak reported by Martin Kluge
2708 (see "[ 599568 ] Small Memory Leak")
2709 o remove 'from' variable from 'summary_set_header()'; we can
2712 2002-08-24 [paul] 0.8.1claws113
2714 * sync with 0.8.1cvs30
2715 see ChangeLog 2002-08-23
2717 2002-08-24 [alfons] 0.8.1claws112
2720 remove unnecessary allocations for search bar fixing leaks
2721 reported by Martin Kluge
2722 (see "[ 599451 ] Further memory leaks?")
2724 2002-08-24 [alfons] 0.8.1claws111
2727 make get_socket_name() public for crash.c
2729 o make report bug button work (goes to claws'
2730 bug tracker at sf.net)
2731 o introduce function for doing important stuff just
2732 before claws goes down
2735 2002-08-24 [alfons] 0.8.1claws110
2738 move cursor to "To" entry when forwarding as attachment
2739 (reported and solved by Steve Lamb, closes bug report
2740 "[ 592880 ] Forward as attachment; cursor not in to")
2742 2002-08-24 [colin] 0.8.1claws109
2745 fix quick search visibility after GUI (de)separations.
2747 2002-08-23 [colin] 0.8.1claws108
2750 fix header pane visibility after folderview or
2751 messageview (de)separation
2753 2002-08-23 [paul] 0.8.1claws107
2755 * src/mainwindow.[ch]
2757 give full control of display or non-display
2758 of the Execute icon to Custom toolbar settings.
2759 add new sensitivity condition to maninwindow.h:
2765 more sync with 0.8.1cvs29
2767 2002-08-23 [melvin] 0.8.1claws106
2770 Readded support for custom widget in alertpanel lost in last
2773 2002-08-23 [paul] 0.8.1claws105
2775 * sync with 0.8.1cvs29
2776 see ChangeLog 2002-08-23
2778 2002-08-23 [colin] 0.8.1claws104
2781 Fix folder and search pixmaps exchanging positions
2782 after theme or toolbar changes. Thank to Oliver for
2785 2002-08-23 [colin] 0.8.1claws103
2788 src/messageview.[ch]
2791 Changed messageview_create() and noticeview_create()
2792 to avoid the last gdk_warning
2794 2002-08-22 [colin] 0.8.1claws102
2797 Fix my new `Creating pixmap from xpm' warning
2799 2002-08-22 [colin] 0.8.1claws101
2802 Fix some of the gdk warnings
2804 2002-08-22 [colin] 0.8.1claws100
2807 * src/stock_pixmap.c
2808 * src/stock_pixmap.h
2809 * src/pixmaps/quicksearch.xpm *ADDED*
2810 Add the quicksearch pixmap
2814 Make quicksearch bar visible/hidden via a button
2816 2002-08-22 [christoph] 0.8.1claws99
2819 fix folder update for newsgroups with message
2820 numbers below minimum number of articles to fetch
2821 (closes bug #598445)
2823 2002-08-22 [paul] 0.8.1claws98
2825 * sync with 0.8.1cvs28
2826 see ChangeLog 2002-08-22
2828 2002-08-21 [alfons] 0.8.1claws97
2831 use bt instead of bt full which seems to work
2832 better, and bt full doesn't give a great deal
2833 of information anyway
2835 2002-08-21 [colin] 0.8.1claws96
2838 fix summaryview_searchtype_changed prototype
2840 2002-08-21 [christoph] 0.8.1claws95
2843 o fix broken menu update for sorting type, we have to
2844 get this info from the summaryview now
2845 o removed setting of threaded state in menu callback
2846 * src/summaryview.[ch]
2847 more summaryview/folderitem seperation for
2850 removed not required --with-compiler-flags option
2852 2002-08-21 [oliver] 0.8.1claws94
2855 o rename toolbar.xml to toolbar_main.xml
2856 since toolbar_compose.xml might come up
2861 2002-08-21 [darko] 0.8.1claws93
2864 don't reset tmp flags for messages copied
2867 2002-08-21 [colin] 0.8.1claws92
2869 * src/prefs_filtering.c
2870 fix renaming rules on folder rename
2871 when folder is not a leaf folder
2873 2002-08-21 [paul] 0.8.1claws91
2875 * src/prefs_folder_item.c
2876 fix alignment of colour selector
2878 2002-08-21 [paul] 0.8.1claws90
2880 * sync with 0.8.1cvs27
2881 see ChangeLog 2002-08-21
2883 2002-08-21 [paul] 0.8.1claws89
2886 fix crash when changing field type in
2889 2002-08-21 [colin] 0.8.1claws88
2892 Made quick search case-insensitive
2894 2002-08-21 [paul] 0.8.1claws87
2896 * sync with 0.8.1cvs26
2897 see ChangeLog 2002-08-21
2899 2002-08-20 [christoph] 0.8.1claws86
2903 * src/summaryview.[ch]
2904 more summaryview/folderitem seperation for
2905 sort_key and sort_type
2907 added missing return statement
2909 2002-08-20 [colin] 0.8.1claws85
2911 * src/summaryview.[ch]
2912 Added a quick search box
2914 * src/prefs_common.[ch]
2915 Added a show/hide option for the quick search
2917 2002-08-20 [oliver] 0.8.1claws84
2920 remove toolbar_create_popups
2922 o remove toolbar_create_popups
2923 o fix toolbar_set_sensitive
2924 (Bug reports #596834 and #596832)
2925 * src/prefs_toolbar.c
2926 o add "Set default" button
2927 o align label and text + combo widgets
2929 2002-08-20 [hoa] 0.8.1claws83bis
2932 fixed a bug in imap_fetch_msginfo() in case there is no
2935 2002-08-20 [darko] 0.8.1claws83
2938 copy the color style of folder view so it
2939 works with GTK themes
2941 2002-08-20 [darko] 0.8.1claws82
2945 * src/prefs_folder_item.[hc]
2946 don't use UI stuff in folder.h
2948 2002-08-20 [darko] 0.8.1claws81
2951 * src/prefs_folder_item.h
2953 * src/prefs_folder_item.c
2954 ability to set folder color in folderview
2956 2002-08-19 [alfons] 0.8.1claws80
2959 fix one of the earlier memleaks reported by Martin Kluge
2961 2002-08-19 [alfons] 0.8.1claws79
2964 hide notice view when selecting seperate folder
2965 view (reported by Urke MMI)
2967 2002-08-19 [christoph] 0.8.1claws78
2970 * src/prefs_folder_item.h
2971 * src/summaryview.[ch]
2972 o add summary_set_prefs_from_folderitem to set
2973 summaryview prefs (first step to remove all
2974 references to the folderitem in summaryview)
2975 o moved compiled regex stuff from folderitem prefs
2978 2002-08-19 [paul] 0.8.1claws77
2981 add check for '.' to QUOTE_IF_REQUIRED
2983 2002-08-19 [paul] 0.8.1claws76
2986 sync with 0.8.1cvs25 (plug memory leak)
2988 * src/prefs_toolbar.c
2989 re-order prefs_toolbar_cancel()
2991 2002-08-18 [alfons] 0.8.1claws75
2995 plug other memleaks reported by Martin Kluge
2997 2002-08-18 [paul] 0.8.1claws74
3000 updated by Fabio Jr. Beneditto
3002 2002-08-18 [paul] 0.8.1claws73
3005 fix bug where tooltips were displayed untranslated
3007 * src/prefs_toolbar.c
3008 fix bug where clicking 'Cancel' creates an icon & text
3009 toolbar regardless of prefs
3012 2002-08-17 [oliver] 0.8.1claws72
3014 * src/prefs_toolbar.c
3015 update toolbar on CANCEL
3016 bug reported by Martin Kluge
3018 toolbar_destroy memleak fixed
3020 2002-08-17 [alfons] 0.8.1claws71
3023 plug another memleak reported by Martin Kluge
3025 2002-08-16 [alfons] 0.8.1claws70
3028 use execvp() correctly (suggested by wwp; thanks!)
3030 2002-08-16 [alfons] 0.8.1claws69
3033 plug memory leak reported by Kim Schultz & Martin Kluge
3035 2002-08-16 [paul] 0.8.1claws68
3038 updated by Ricardo Mones Lastra
3040 2002-08-16 [paul] 0.8.1claws67
3043 fix bug where 'Compose News' icon showed wrong
3046 2002-08-16 [paul] 0.8.1claws66
3048 * sync with 0.8.1cvs24
3049 see ChangeLog 2002-08-16
3052 updated by Alessandro Maestri
3054 2002-08-15 [paul] 0.8.1claws65
3059 2002-08-15 [paul] 0.8.1claws64
3062 don't translate debug info
3067 2002-08-15 [paul] 0.8.1claws63
3069 * src/prefs_toolbar.c
3070 fix bug where clicking 'OK' creates an icon & text
3071 toolbar regardless of prefs
3073 2002-08-14 [alfons] 0.8.1claws62
3076 add global var that has the full argv[0]
3078 o execvp the correct sylpheed by using argv0
3079 and setting the correct work dir
3082 2002-08-14 [oliver] 0.8.1claws61
3084 * enable/disable Toolbar Action Buttons
3088 * src/prefs_toolbar.c
3090 2002-08-14 [melvin] 0.8.1claws60
3093 Updated French translations
3095 2002-08-14 [melvin] 0.8.1claws59
3098 Made bug report not translatable
3100 Fixed exporthtml_build_filespec() return value
3102 Fixed incorrect include file
3104 * src/prefs_actions.c
3105 * src/prefs_toolbar.c
3106 Made debug info not translatable
3109 Added missing includes
3110 * src/prefs_common.c
3113 2002-08-14 [paul] 0.8.1claws58
3115 * faq/es/sylpheed-faq.html
3116 faq/es/sylpheed-faq-[1-3].html
3117 faq/es/sylpheed-faq-4.html **NEW FILE **
3120 2002-08-13 [christoph] 0.8.1claws57
3123 ignore thread fix that did not mark all
3124 child nodes of a ignored thread as
3125 ignored. Does not work perfectly yet,
3126 but it is better now
3128 2002-08-13 [alfons] 0.8.1claws56
3131 o implement 'save crash log'
3134 2002-08-13 [melvin] 0.8.1claws55
3137 removed unrequired "execinfo.h" header
3139 2002-08-12 [paul] 0.8.1claws54
3141 * faq/en/sylpheed-faq.html
3142 faq/en/sylpheed-faq-[1-3].html
3143 faq/en/sylpheed-faq-4.html **NEW FILE **
3146 2002-08-12 [alfons] 0.8.1claws53
3149 add crash.c to translatables
3151 bring in Leandro's crash dialog
3153 2002-08-11 [alfons] 0.8.1claws52
3156 clean up some warnings
3158 2002-08-11 [alfons] 0.8.1claws51
3162 * src/crash.[ch] ** NEW FILES **
3164 initial gdb crash handler
3166 2002-08-11 [paul] 0.8.1claws50
3168 * src/prefs_toolbar.c
3169 replace Up/Down arrow pixmaps with text to be
3170 consistent across icon themes
3172 2002-08-11 [paul] 0.8.1claws49
3174 * src/prefs_common.c
3176 rename 'Pixmap' -> 'Icon'
3179 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
3181 2002-08-10 [paul] 0.8.1claws48
3183 * src/prefs_toolbar.c
3186 2002-08-10 [paul] 0.8.1claws47
3189 don't write Processing progress to status bar
3190 patch submitted by Alexander Evseev
3192 * src/prefs_toolbar.c
3193 re-position and resize window
3194 make window assume correct size on first call
3196 2002-08-10 [paul] 0.8.1claws46
3203 follow UI text conventions
3205 2002-08-10 [alfons] 0.8.1claws45
3208 correct pixmap for delete action
3210 2002-08-10 [paul] 0.8.1claws44
3213 updated by Fabio Jr. Beneditto
3215 2002-08-10 [paul] 0.8.1claws43
3218 add custom toolbar files
3220 2002-08-10 [paul] 0.8.1claws42
3222 * sync with 0.8.1cvs22
3223 see ChangeLog 2002-08-09
3225 2002-08-09 [paul] 0.8.1claws41
3229 tools/outlook2sylpheed.pl ** NEW FILE **
3230 add script to convert exported Outlook
3231 contacts list to a Sylpheed addressbook.
3232 Submitted by Ricardo Mones Lastra.
3234 2002-08-09 [paul] 0.8.1claws40
3238 po/sr.po ** NEW FILE **
3239 add Serbian message catalog. Submitted by
3240 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
3242 2002-08-09 [paul] 0.8.1claws39
3244 * sync with 0.8.1cvs21
3245 see ChangeLog 2002-08-08
3247 2002-08-08 [oliver] 0.8.1claws38
3250 move Custom Toolbar to Configuration menu
3252 2002-08-08 [oliver] 0.8.1claws37
3254 * src/prefs_toolbar.c
3255 fix substitute pixmap bug
3257 2002-08-08 [paul] 0.8.1claws36
3259 * sync with 0.8.1cvs19
3260 see ChangeLog 2002-08-08
3262 2002-08-07 [christoph] 0.8.1claws35
3265 fixed a memory leak in new canonicalize_file_replace
3267 2002-08-07 [christoph] 0.8.1claws34
3270 o canonicalize_file_replace should create the temporary
3271 file in the same directory as the original file.
3272 o added get_tmpfile_in_dir that creates a temorary file
3273 in a specified directory.
3275 2002-08-07 [melvin] 0.8.1claws33
3278 fixed bug where 'Article' button acted as 'Email' button.
3280 2002-08-07 [paul] 0.8.1claws32
3282 * sync with 0.8.1.cvs17
3283 see ChangeLog 2002-08-07
3285 2002-08-07 [colin] 0.8.1claws31
3288 fix mass-cancel problem
3290 2002-08-07 [thorsten] 0.8.1claws30
3292 * src/prefs_toolbar.c
3293 fix: crash on replace or add new button
3295 fix: close xmlfile after reading
3297 fix: unlink() file before rename()
3299 2002-08-06 [paul] 0.8.1claws29
3301 * sync with 0.8.cvs15
3302 see ChangeLog 2002-08-06
3304 2002-08-06 [oliver] 0.8.1claws28
3307 * src/prefs_toolbar.c
3308 fixed empty toolbar issue
3310 2002-08-06 [oliver] 0.8.1claws27
3312 * Custom Toolbar Final
3316 o toolbar stuff now lives in src/toolbar.[ch]
3317 o main_window_toolbar_* functions are renamed to
3318 toolbar_* reflecting their new source file
3319 * src/mainwindow.[ch]
3320 o remove toolbar stuff
3322 2002-08-06 [oliver] 0.8.1claws26
3325 * src/prefs_toolbar.[ch] **New File**
3326 * src/toolbar.[ch] **New File**
3327 o prefs_toolbar.[ch] custom toolbar frontend
3328 o toolbar.[ch] backend
3330 2002-08-06 [oliver] 0.8.1claws25
3332 * src/prefs_actions.[ch]
3333 o new exported function actions_execute
3335 2002-08-06 [paul] 0.8.1claws24
3337 * sync with 0.8.1cvs4
3338 see ChangeLog 2002-08-06
3340 2002-08-06 [paul] 0.8.1claws23
3342 * sync with 0.8.1cvs13
3343 see ChangeLog 2002-08-06
3345 2002-08-06 [paul] 0.8.1claws22
3347 * sync with 0.8.1cvs12
3348 see ChangeLog 2002-08-05 and 2002-08-06
3350 2002-08-06 [match] 0.8.1claws21
3353 improvements to cut/copy/paste address
3355 2002-08-05 [match] 0.8.1claws20
3362 fixes to improve cut/copy/paste
3364 2002-08-06 [melvin] 0.8.1claws19
3367 account_find_all_from_address(): new function that returns the
3368 list of all accounts that are matched in an address.
3369 * src/alertpanel.[ch]
3370 alertpanel() now accepts a custom widget
3371 alertpanel_with_widget(): new function that pops up a panel with
3372 a custom widget in it
3374 gtkut_account_menu_new(): new function that allows the selection
3375 of an account from a list of accounts.
3377 Extended Return Receipt notification to select the correct
3378 account and to make a security test on the Delivery-Notification
3379 address which should be the same as the Return-Path.
3381 2002-08-06 [thorsten] 0.8.1claws18
3384 attach_all: save unnamed as "noname.%d",
3385 dont free static dirname
3387 2002-08-05 [alfons] 0.8.1claws17
3390 detect XIM by trying to link rather than compile a XIM program
3392 2002-08-05 [oliver] 0.8.1claws16
3394 * src/stock_pixmap.[ch]
3395 o add UP_ARROW to available pixmaps (already in pixmap-directory)
3396 o new func to retrieve pixmaps
3398 2002-08-05 [paul] 0.8.1claws15
3400 * sync with 0.8.1cvs10
3401 see ChangeLog 2002-08-05
3403 2002-08-04 [alfons] 0.8.1claws14
3406 see if this plugs memleak
3408 2002-08-04 [melvin] 0.8.1claws13
3411 fixed bug that could crash Sylpheed when highlighting
3412 all misspelled words.
3414 2002-08-03 [melvin] 0.8.1claws12
3416 * src/prefs_actions.c
3417 removed unnecessary checks for NULL introduced in 0.8.1claws11.
3419 fixed bug where the Return Receipt was sent to
3420 Delivery-Notification-To address even if it was not present
3422 2002-08-02 [alfons] 0.8.1claws11
3424 * src/prefs_actions.c
3425 o more check for NULLs
3426 o put create_io_dialog() in right conditional block
3428 2002-08-02 [paul] 0.8.1claws10
3431 updated by Ricardo Mones Lastra
3433 2002-08-01 [christoph] 0.8.1claws9
3436 don't free the cache of the opened
3437 folder in the summaryview
3439 don't unset flags, if it is not required
3441 2002-08-01 [paul] 0.8.1claws8
3443 * sync with 0.8.1cvs8
3444 see ChangeLog entry 2002-08-01
3446 2002-08-01 [paul] 0.8.1claws7
3448 * sync with 0.8.1cvs7
3449 see ChangeLog 2002-07-31 and 2002-08-01
3451 2002-07-31 [christoph] 0.8.1claws6
3454 forgot to update menu sensitivity
3455 function for new menu entry
3457 2002-07-31 [alfons] 0.8.1claws5
3460 check folder item and its path for NULL on
3463 2002-07-31 [christoph] 0.8.1claws4
3466 check if folder_item_get_msginfo in
3467 folder_item_remove_msg returned NULL
3469 better clear the uid cache in the
3470 uid validity check function and delete
3473 2002-07-31 [paul] 0.8.1claws3
3476 add the '--attach' option and a few other
3479 2002-07-31 [paul] 0.8.1claws2
3481 * sync with 0.8.1cvs5
3482 see ChangeLog 2002-07-31
3484 2002-07-31 [christoph] 0.8.1claws1
3486 * src/folderview.[ch]
3488 replace "Rescan all folders..." with
3489 "Check all folders for new messages..."
3491 2002-07-30 [paul] 0.8.1claws
3493 * version 0.8.1claws released
3495 2002-07-30 [paul] 0.8.0claws29
3497 * tools/OOo2sylpheed.pl ** NEW FILE **
3499 add script to enable sending documents as
3500 attachments from OpenOffice.org
3502 2002-07-30 [melvin] 0.8.0claws28
3504 * src/prefs_actions.c
3505 Made the actions' input/output dialog display
3508 2002-07-30 [christoph] 0.8.0claws27
3511 check if folder_item_get_msginfo in
3512 procmsg_save_to_outbox returned NULL
3514 2002-07-30 [paul] 0.8.0claws26
3516 * sync with 0.8.1cvs4
3517 see ChangeLog 2002-07-29
3519 2002-07-29 [thorsten] 0.8.0claws25
3522 added selective download, delete on server
3524 2002-07-29 [paul] 0.8.0claws24
3526 * sync with 0.8.1cvs3
3527 see ChangeLog 2002-07-29
3529 2002-07-27 [christoph] 0.8.0claws23
3532 add extra check if fetching the msginfo
3535 2002-07-27 [paul] 0.8.0claws22
3537 * sync with 0.8.1cvs2
3538 see ChangeLog 2002-07-26
3540 2002-07-27 [christoph] 0.8.0claws21
3543 add another check if a valid msginfo
3546 2002-07-26 [hoa] 0.8.0claws20
3549 Fixed a condition in folder_item_destroy()
3552 Fixed an error in IMAP protocol
3554 2002-07-26 [alfons] 0.8.0claws19
3557 ofcourse compare with identifier, not the path
3559 2002-07-26 [alfons] 0.8.0claws18
3562 use folder item identifier for saving / restoring
3563 preferences because folder->path might not be unique
3565 2002-07-26 [melvin] 0.8.0claws17
3568 Fixed a crash introduced in 0.8.0claws5 when log is
3569 cut under 80 characters.
3571 2002-07-26 [paul] 0.8.0claws16
3573 * sync with 0.8.1cvs1
3574 see ChangeLog 2002-07-26
3576 2002-07-26 [christoph] 0.8.0claws15
3579 imap folder now remembers the last selected
3580 folder and imap_fetch_msginfo skips selecting
3581 the folder if it is already selected
3583 2002-07-26 [christoph] 0.8.0claws14
3588 fix imap folder rescanning
3590 2002-07-25 [christoph] 0.8.0claws13
3600 implement imap uid cache and uid validity check
3602 2002-07-25 [alfons] 0.8.0claws12
3605 fix a brown paper bag bug, and also add some more
3608 2002-07-25 [christoph] 0.8.0claws11
3611 don't mix copy, fetch_msginfo and remove
3612 operations in folder item copy and move
3615 2002-07-25 [christoph] 0.8.0claws10
3619 * src/prefs_folder_item.c
3620 * src/summaryview.[ch]
3621 remove no longer required parameter update_cache from
3624 2002-07-25 [paul] 0.8.0claws9
3631 2002-07-24 [alfons] 0.8.0claws8
3634 sort correctly when using simplified subject line
3635 (closes feature request "[ 585141 ] applying regexp to subject
3636 before sort" submitted by Alexandra Walford)
3638 2002-07-24 [paul] 0.8.0claws7
3640 * sync with 0.8.0cvs3
3641 see ChangeLog 2002-07-24
3643 2002-07-23 [christoph] 0.8.0claws6
3650 o separate processing and summaryview
3651 o removed summary_write_cache from summaryview
3652 o removed summaryview->killed_messages, because we don't have
3653 to keep a list of killed messages anymore. New cache will
3654 keep the hidden messages in cache anyway
3657 * src/selective_download.c
3658 o removed unnecessary summary_write_cache calls
3660 o don't set ignore thread flag in procmsg_get_thread_tree
3661 if it is already set
3664 o moved STATUSBAR_PUSH/POP to statusbar.h because
3665 they are used in different files
3667 2002-07-23 [melvin] 0.8.0claws5
3673 * src/editldap_basedn.c
3675 * src/prefs_common.c
3676 Fixed few memory leak (gtk_editable_get_chars returns
3677 an allocated string)
3679 Fixed few memory leak (gtk_editable_get_chars returns
3680 an allocated string) and modified a little the log cutting
3683 Replaced a call to an obsolete function gtk_entry_get_text()
3684 by gtk_editable_get_chars()
3686 Removed a debug printf
3688 2002-07-23 [christoph] 0.8.0claws4
3691 fix another g_dirname memory leak
3693 2002-07-23 [christoph] 0.8.0claws3
3696 fixed a memory leak in mh_fetch_msginfo
3697 fixed crash when message header could not be
3700 2002-07-23 [paul] 0.8.0claws2
3702 * sync with 0.8.0cvs2
3703 see ChangeLog 2002-07-23
3705 2002-07-23 [paul] 0.8.0claws1
3707 * sync with 0.8.0cvs1
3708 see ChangeLog 2002-07-23
3710 2002-07-23 [paul] 0.8.0claws
3712 * release of 0.8.0claws
3714 2002-07-23 [paul] 0.7.8claws99
3717 new Russian translation, submitted by
3718 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
3720 2002-07-22 [jens] 0.7.8claws98
3723 Updated German translations.
3725 2002-07-22 [paul] 0.7.8claws97
3731 updated translations by Ricardo Mones Lastra,
3732 Alessandro Maestri, Wilbert Berendsen and
3733 Fabio Jr. Beneditto respectively
3735 2002-07-22 [christoph] 0.7.8claws96
3738 fix memory leak caused by wrong g_dirname usage
3740 2002-07-22 [christoph] 0.7.8claws95
3743 update new and unread message counts for summaryview
3744 summaryview does not get it from the folder anymore
3745 and has to update the values itself
3747 2002-07-22 [melvin] 0.7.8claws94
3750 Updated French translations.
3752 2002-07-22 [christoph] 0.7.8claws93
3755 set prop->preg pointer to NULL or following check
3756 will not fail and regexec will be called with
3759 2002-07-21 [alfons] 0.7.8claws92
3761 * src/prefs_common.[ch]
3762 remove option "Send return receipt on request"
3764 2002-07-21 [thorsten] 0.7.8claws91
3767 fixed memleaks, coding style as pointed out by alfons
3769 2002-07-21 [alfons] 0.7.8claws90
3772 * src/noticeview.[ch]
3773 o fix bug notice view being displayed when going to empty folder
3774 (noticed by Christoph)
3775 o allow RRR to be sent when restarting sylpheed, or changing folder
3776 (noticed by Thorsten)
3778 2002-07-21 [thorsten] 0.7.8claws89
3781 Included save_all patch from Xaview FACQ
3782 added support for pathnames
3784 2002-07-21 [alfons] 0.7.8claws88
3789 * src/messageview.[ch]
3790 * src/noticeview.c ** NEW FILE **
3791 * src/noticeview.h ** NEW FILE **
3792 make return receipts work again
3793 (UI idea by Leandro Pereira)
3795 2002-07-21 [paul] 0.7.8claws87
3798 fix sensitivity of 'Select thread'
3800 2002-07-21 [paul] 0.7.8claws86
3802 * src/prefs_common.c
3803 add browser command line for Galeon
3805 2002-07-21 [paul] 0.7.8claws85
3808 fix 'EXTRA_DIST': remove README.README, add TODO
3811 2002-07-21 [alfons] 0.7.8claws84
3814 make enter clear selection
3815 (closes "[ 579888 ] Editor selection/entry error"
3816 reported by Steve Lamb)
3818 2002-07-21 [alfons] 0.7.8claws83
3821 sort message list when selecting unthread messages
3822 (closes "[ 501593 ] switching threaded view doesn't sort"
3823 reported by Simon Schubert)
3825 2002-07-20 [alfons] 0.7.8claws82
3830 2002-07-20 [thorsten] 0.7.8claws81
3833 Fixed expansion of empty fields in matchactions
3835 2002-07-19 [melvin] 0.7.8claws80
3838 Removed a duplicate menu entry (fast mode) introduced during
3840 Added a menu separator between 'Use alternate' and 'Fast mode'
3842 2002-07-19 [paul] 0.7.8claws79
3848 2002-07-19 [thorsten] 0.7.8claws78
3850 * tools/calypso_convert.pl ** NEW FILE **
3853 script to import mbox files exported
3855 o generates folder structure
3856 o includes attachments
3858 2002-07-19 [melvin] 0.7.8claws77
3860 * src/selective_download.[ch]
3861 Fixed bug where closing the dialog with the window manager's
3862 close button will not unlock the summary
3863 Corrected some function declarations that missed a return value
3864 Made the source code comply better with coding style.
3865 * src/prefs_common.c
3866 Added new browser command line for Mozilla.
3868 2002-07-18 [paul] 0.7.8claws76
3871 src/selective_download.[ch]
3872 reflect theme changes, fix Gdk Warning when creating
3873 pixmap from NULL window, and minor clean up.
3874 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
3879 2002-07-17 [paul] 0.7.8claws75
3887 2002-07-16 [paul] 0.7.8claws74
3889 * tools/filter_conv.pl
3891 replace conversion script with reimplemented version,
3892 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
3894 2002-07-16 [colin] 0.7.8claws73
3897 remove forgotten debug messages - sorry ;-)
3899 2002-07-16 [colin] 0.7.8claws72
3905 add the ability to select part of a text mime-part
3908 2002-07-15 [christoph] 0.7.8claws71
3911 fix folder message count for folders without
3912 msg_is_changed (includes news folders)
3914 2002-07-15 [martin] 0.7.8claws70
3917 option "display recipient on 'From'..." now works
3918 without the need of enabling the option
3919 "display sender using address book".
3921 2002-07-15 [christoph] 0.7.8claws69
3924 removed setting folder status from summaryview.
3925 folder.c should update all message counts correctly.
3927 2002-07-15 [paul] 0.7.8claws68
3930 updated by Fabio Junior Beneditto
3932 2002-07-15 [darko] 0.7.8claws67
3935 Fixed target folder colorization, don't decrease op
3938 2002-07-14 [paul] 0.7.8claws66
3940 * sync with main 0.8.0
3941 see ChangeLog 2002-07-14
3943 2002-07-13 [melvin] 0.7.8claws65
3948 Replaced sprintf by g_snprintf to prevent possible buffer
3951 Corrected a log message output format.
3952 Added a missing "done" debug output.
3954 Added keyboard accelerator for Priority menu items
3955 Added missing \n in debug output
3959 Added missing \n in debug output
3961 2002-07-13 [paul] 0.7.8claws64
3964 change Sergey's email address to the sf address
3967 increase show_url_timeout (more useful for long
3970 2002-07-12 [sergey] 0.7.8claws63
3973 applied (with some modifications) patch to set the
3974 micalg parameter for signatures
3975 (2001-08-28 Werner Koch <wk@gnupg.org>)
3977 2002-07-12 [sergey] 0.7.8claws62
3981 fixed man page installation
3983 2002-07-12 [paul] 0.7.8claws61
3985 * sync with 0.7.8cvs26
3986 see ChangeLog 2002-07-11 and 2002-07-12
3988 2002-07-11 [christoph] 0.7.8claws60
3992 first use the message number to find the message
3993 to mark with a reply flag but check the
3994 message-id if we got the correct message, if not
3995 try to find it by message-id.
3996 use new string seperator that is not allowed
3999 2002-07-11 [paul] 0.7.8claws59
4001 * sync with 0.7.8cvs23
4002 see ChangeLog 2002-07-10
4004 2002-07-10 [christoph] 0.7.8claws58
4008 Added message-id table to the cache in memory
4009 and functions to msgcache.c and folder.c to
4010 fetch MsgInfos by message id
4013 store folder and message-id of message replying
4014 to in queue header and set reply flag after sending
4015 (Closes bug #469498)
4017 2002-07-10 [paul] 0.7.8claws57
4021 add Martin to the list of authors
4023 2002-07-09 [martin] 0.7.8claws56
4025 Added gtk_ctree_last_visible(), tree_update_level(),
4026 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
4027 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
4028 from gtk+ to gtksctree.c for the new sorting code
4029 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
4030 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
4032 Added declaration for gtk_sctree_sort_recursive() and
4033 gtk_sctree_sort_node
4038 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
4039 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
4041 2002-07-08 [paul] 0.7.8claws55
4043 * more sync with 0.7.8cvs21
4044 see ChangeLog 2002-07-08
4046 2002-07-08 [paul] 0.7.8claws54
4048 * sync with 0.7.8cvs21
4049 see ChangeLog 2002-07-08
4051 2002-07-07 [alfons] 0.7.8claws53
4054 * src/stock_pixmap.[ch]
4055 * src/pixmaps/notice_warn.xpm ** NEW FILE **
4056 * src/pixmaps/notice_error.xpm ** NEW FILE **
4057 * src/pixmaps/notice_note.xpm ** NEW FILE **
4058 add new pixmaps for upcoming notice pane
4060 2002-07-06 [melvin] 0.7.8claws52
4063 Made them a bit closer to Sylpheed's coding style.
4065 Removed possible memory leaks when some errors occurs.
4067 2002-07-06 [melvin] 0.7.8claws51
4070 Removed --no-location in xgettext command line to help
4071 translators that use Emacs' po-mode
4073 Removed unnecessary comments that messed up sylpheed.pot
4075 2002-07-06 [paul] 0.7.8claws50
4077 * sync with 0.7.8cvs19
4078 see ChangeLog 2002-07-05
4080 2002-07-06 [christoph] 0.7.8claws49
4084 fix folder_item_remove_all_msg and folderview
4085 status for trash folders after emptying trash
4087 2002-07-05 [paul] 0.7.8claws48
4089 * sync with 0.7.8cvs16
4090 see ChangeLog 2002-07-04 and 2002-07-05
4092 2002-07-04 [paul] 0.7.8claws47
4094 * sync with 0.7.8cvs14
4095 see ChangeLog 2002-07-04
4097 2002-07-03 [alfons] 0.7.8claws46
4100 dupe folder item's path because it's being reallocated
4101 by new folder scanning code
4103 2002-07-03 [christoph] 0.7.8claws45
4106 better IMAP uid fetching using 'FETCH 1:* (UID)'
4108 add missing return in msgcache_write
4110 2002-07-02 [thorsten] 0.7.8claws44
4115 use binary mode for file access
4117 2002-07-02 [christoph] 0.7.8claws43
4119 * major code cleanup (part 1)
4121 - unused variables removed
4122 - unused functions removed
4123 - uninitialized variables checked
4124 - missing return statements added
4125 - missing function return types added
4126 - added parentheses around assignment and
4127 && in || when suggested by gcc
4131 replaced direct calls to folder->scan_tree
4132 with folder_scan_tree and restore folder
4133 prefs in this function. The folder should
4134 not have to deal with them.
4135 ( Should now work for all folder types )
4137 2002-07-02 [paul] 0.7.8claws42
4139 * sync with 0.7.8cvs13
4140 see ChangeLog 2002-07-01 and 2002-07-02
4142 2002-07-01 [christoph] 0.7.8claws41
4145 fix "goto next/prev unread message" with
4148 2002-07-01 [paul] 0.7.8claws40
4151 updated by Ricardo Mones Lastra
4153 2002-06-30 [match] 0.7.8claws39
4156 applied variation of leonerd's patch (566661) to
4157 allow multiple email addresses per JPilot entry.
4158 addresses may be separated by space, comma, pipe,
4159 semi-colon, new-line.
4161 2002-06-30 [alfons] 0.7.8claws38
4164 simple fix for putting older nodes before
4165 newer nodes when threading by subject
4167 2002-06-30 [christoph] 0.7.8claws37
4174 fix broken folder tree rescaning
4175 and don't use procmsg_get_mark_sum
4178 2002-06-30 [christoph] 0.7.8claws36
4180 * merge new cache branch
4182 fix new cache imap copy bug
4184 improved folder_item_scan
4185 it should now always set the correct
4186 new, unread and total message counts
4188 2002-06-29 [paul] 0.7.8claws35
4191 correct syntax error
4193 2002-06-29 [paul] 0.7.8claws34
4197 man/Makefile.am ** NEW FILE **
4198 man/sylpheed.1.gz ** NEW FILE **
4199 add Sylpheed man page
4201 2002-06-29 [paul] 0.7.8claws33
4204 updated by Fabio Junior Beneditto
4206 2002-06-28 [jens] 0.7.8claws32
4211 * src/selective_download.c
4212 removed gettext for space " "
4217 2002-06-28 [paul] 0.7.8claws31
4219 * sync with 0.7.8cvs11
4220 see ChangeLog 2002-06-28
4222 2002-06-28 [paul] 0.7.8claws30
4224 * sync with 0.7.8cvs10
4225 see ChangeLog 2002-06-27 and 2002-06-28
4227 2002-06-26 [paul] 0.7.8claws29
4230 src/selective_download.c
4231 don't gettextise empty strings.
4232 reserved by gettext. gettext("") returns
4233 the header entry with meta information,
4234 not the empty string
4239 2002-06-26 [paul] 0.7.8claws28
4241 * sync with 0.7.8cvs7
4242 see ChangeLog 2002-06-25
4244 * src/prefs_common.c
4245 ...and in the process, tweak the gui a little
4247 2002-06-25 [alfons] 0.7.8claws27
4251 fine tune ldap library detection
4253 2002-06-25 [alfons] 0.7.8claws26
4256 don't allow return receipts when composing a news article
4258 2002-06-25 [paul] 0.7.8claws25
4261 add '$(AMTAR)' to 'release' section to allow for
4262 new and older autotools
4264 2002-06-25 [paul] 0.7.8claws24
4267 fix "No more unread messages" persistant pop-up
4270 2002-06-25 [paul] 0.7.8claws23
4273 updated by Alessandro Maestri
4275 2002-06-25 [paul] 0.7.8claws22
4277 * sync with 0.7.8cvs6
4278 see ChangeLog 2002-06-25
4280 2002-06-24 [paul] 0.7.8claws21
4283 add GPL copyright information
4285 2002-06-24 [paul] 0.7.8claws20
4289 tools/update-po ** NEW FILE **
4290 add script that eases the creation of *.po files
4291 Submitted by Wilbert Berendsen <wilbert@oswf.org>
4293 2002-06-23 [alfons] 0.7.8claws19
4296 make notification_convert_header obey const correctness
4297 (next step will be fixing the broken return receipt)
4299 2002-06-23 [paul] 0.7.8claws18
4302 fix bug introduced in last commit:
4303 removed too much code in last commit - put back what's
4306 2002-06-23 [paul] 0.7.8claws17
4308 * src/messageview.[ch]
4309 remove code committed in error from locally patched
4312 2002-06-23 [colin] 0.7.8claws16
4315 add compose_entry_select(), used to select the default_to
4316 email address - hopefully avoiding people sending mails to
4319 2002-06-22 [alfons] 0.7.8claws15
4322 add Bram Metsch & Stanislav Karchebny
4324 * src/prefs_account.[ch]
4326 - apply and adapt Bram's patch which allows user to set SMTP AUTH
4327 options. (see <http://sourceforge.net/tracker/index.php
4328 ?func=detail&aid=566937&group_id=25528&atid=384600>);
4330 - merge Stanislav's fix to make SMTP AUTH work with qmail
4331 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
4333 2002-06-22 [paul] 0.7.8claws14
4335 * sync with 0.7.8cvs5
4336 see ChangeLog 2002-06-19 and 2002-06-20
4338 2002-06-22 [alfons] 0.7.8claws13
4340 * src/selective_download.c
4341 fix a stupid mistake I made
4343 2002-06-22 [alfons] 0.7.8claws12
4345 * src/selective_download.[ch]
4346 fix another unnoticed leak; cleanup code
4351 gpg-sign <-- gpg-sign-syl
4353 2002-06-21 [alfons] 0.7.8claws11
4355 * src/selective_download.c
4356 * src/selective_download.h
4357 fix assorted mix of allocation errors (should solve
4358 problem reported by Philippe Gramoullé, see:
4359 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
4361 2002-06-20 [melvin] 0.7.8claws10
4363 * tools/gpg-sign *REMOVED*
4364 tools/gpg-sign-syl *ADDED*
4365 Replaced the gpg clearsigning script with the version using
4366 xterm instead of ssh-askpass and changed its name.
4369 Updated actions example to reflect the renaming of the
4370 gpg clearsigning script.
4372 2002-06-19 [paul] 0.7.8claws9
4374 * sync with 0.7.8claws9
4375 see ChangeLog 2002-06-18 and 2002-06-19
4377 2002-06-19 [paul] 0.7.8claws8
4379 * sync with 0.7.8cvs1
4380 see ChangeLog 2002-06-18
4382 2002-06-18 [alfons] 0.7.8claws7
4385 add omitted prototype
4387 2002-06-17 [paul] 0.7.8claws6
4390 fix hiding of exec_btn
4392 2002-06-17 [paul] 0.7.8claws5
4395 remove unneeded code: should_delete()
4396 and Pop3State::uidl_todelete_list
4398 2002-06-17 [paul] 0.7.8claws4
4401 see ChangeLog 2002-06-11 and 2002-06-13
4403 2002-06-16 [alfons] 0.7.8claws3
4406 make sure lock sort mode (claws specific) is
4407 also persists after a tree rescan
4409 2002-06-16 [alfons] 0.7.8claws2
4411 * src/prefs_folder_item.c
4413 fix persistence of folder sort mode (broken
4414 by adapting Hiro's new folder persistence code)
4416 2002-06-16 [alfons] 0.7.8claws1
4420 * src/prefscommon.[ch]
4421 control size of log text in log window;
4422 closes patch #569155 submitted by Mitko Haralanov.
4424 2002-06-15 [paul] 0.7.8claws
4426 * release of 0.7.8claws
4428 2002-06-15 [paul] 0.7.7claws
4431 updated by Fabio Junior Beneditto
4433 2002-06-14 [paul] 0.7.6claws49
4436 updated by Ricardo Mones Lastra
4438 2002-06-14 [paul] 0.7.6claws48
4441 updated translation by Wilbert Berendsen
4443 2002-06-14 [melvin] 0.7.6claws47
4446 Updated French translation
4448 2002-06-13 [paul] 0.7.6claws46
4451 allow filename to be typed in, rather than just
4452 selected by the mouse. Patch by Gustavo Noronha Silva.
4454 2002-06-13 [alfons] 0.7.6claws45
4456 * src/mainwindow.[ch]