0.8.9claws14
[claws.git] / ChangeLog.claws
1 2003-01-26 [christoph]  0.8.9claws14
2
3         * src/Makefile.am
4         * src/mgutils.[ch]
5         * src/xml.[ch]
6         * src/xmlprops.[ch]
7         * src/common/Makefile.am
8         * src/common/mgutils.[ch]
9         * src/common/xml.[ch]
10         * src/common/xmlprops.[ch]
11                 move xml files to common directory
12
13 2003-01-26 [christoph]  0.8.9claws13
14
15         * src/plugins/spamassassin/spamassassin_gtk.c
16                 only set gtk entry text if string is available
17
18 2003-01-26 [melvin]     0.8.9claws12
19
20         * src/description_window.c
21                 Allow resizing of the window
22                 Allow automatic horizontal scroll bar
23                 Do not vertically expand and fill
24
25 2003-01-26 [christoph]  0.8.9claws11
26
27         * src/Makefile.am
28         * src/gtkutils.[ch]             ** REMOVE **
29         * src/common/sylpheed.c
30         * src/gtk/Makefile.am
31         * src/gtk/description_window.c
32         * src/gtk/gtkutils.[ch]         ** NEW **
33         * src/gtk/prefswindow.c
34                 move gtkutils to gtk directory
35
36 2003-01-26 [paul]       0.8.9claws10
37
38         * src/summaryview.c
39                 rename summary_unread_clicked() to summary_status_clicked()
40
41 2003-01-26 [melvin]     0.8.9claws9
42
43         * src/prefs_actions.c
44                 Cosmetical changes to the help text
45
46 2003-01-26 [paul]       0.8.9claws8
47
48         * src/folder.[ch]
49           src/mainwindow.c
50           src/prefs_common.c
51           src/prefs_sumamry_column.c
52           summaryview.[ch]
53                 rename the 'Unread' column to 'Status'
54
55 2003-01-25 [match]      0.8.9claws7
56
57         * src/mgutils.[ch]
58                 removed reference to LDAP constants. removed error2string.
59                 included functions to support LDAP dynamic queries.
60         * src/syldap.h
61                 moved LDAP constants here.
62         * src/addressbook.c
63         * src/addrindex.c
64         * src/importldif.c
65                 removed references to LDAP constants and references to
66                 error2string.
67
68 2003-01-25 [paul]       0.8.9claws6
69
70         * src/summaryview.c
71                 summary_thread_build(), summary_thread_init(): remove 
72                 unneeded reference to summaryview->folder_item
73
74 2003-01-25 [christoph]  0.8.9claws5
75
76         * src/gtk/description_window.c
77                 o allow description texts to expand over multiple columns
78                 o translate all columns
79         * src/prefs_actions.c
80                 change syntax description to use new multi column feature
81
82         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
83
84 2003-01-25 [match]      0.8.9claws4
85
86         * src/vcard.c
87                 fixed bug with Quoted-Printable
88
89 2003-01-25 [paul]       0.8.9claws3
90
91         * src/folder.[ch]
92           src/summaryview.[ch]
93                 implement per-folder collapsed/expanded threads setting
94                 
95         * src/prefs_common.c
96                 remove global collapsed/expanded threads option
97
98 2003-01-25 [christoph]  0.8.9claws2
99
100         * po/POTFILES.in
101                 add pluginwindow and prefswindow
102         * src/compose.c
103                 make send respond correctly to messages that could be added
104                 to the queue folder, but the UID of the message is unknown
105         * src/folder.c
106         * src/imap.c
107                 don't return guessed UIDs in imap_add_msg anymore. We return
108                 0 to tell the folder system it was appened but the UID is
109                 unknown. Folder system now get's the UID by scaning the folder
110                 and searching the cache for the Message-ID
111                 (closes bug #29 Messages queued, but not sent)
112
113 2003-01-25 [paul]       0.8.9claws1
114
115         * src/codeconv.c
116                 conv_encode_header():  fix bug when long headers with 8-bit
117                 characters are used, so that the encoded words are wrapped.
118                 If the space in the original text falls on the wrap boundary,
119                 it can be lost.
120                 Patch by Sergey Vlasov.
121                 
122         * src/folderview.c
123                  fix bug where a change to the sorting method or thread view
124                  of a folder's messages is lost if simpify-subject is set and
125                  toggled on or off.
126                  Patch by Luke Plant.
127
128 2003-01-24 [paul]       0.8.9claws
129
130         * sylpheed-0.8.9claws released
131         
132         * Makefile.am
133           sylpheed.spec.in
134                 remove reference to 'INSTALL.jp'
135
136 2003-01-23 [paul]       0.8.8claws128
137
138         * po/es.po
139           po/it.po
140           po/ru.po
141           po/sr.po
142                 updated translations. submitted by Ricardo Mones Lastra,
143                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
144
145 2003-01-23 [colin]      0.8.8claws127
146
147         * src/compose.c
148                 Fix drafted and queued news articles re-edition
149
150 2003-01-23 [melvin]     0.8.8claws126
151
152         * po/fr.po
153                 Updated French translations
154
155 2003-01-23 [colin]      0.8.8claws125
156
157         * src/inc.c
158                 Fix "Connecting to..." status message
159
160 2003-01-22 [paul]       0.8.8claws124
161
162         * po/bg.po
163                 updated by George Danchev
164                 
165         * src/folder.c
166                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
167                 and folder deletion
168
169 2003-01-21 [paul]       0.8.8claws123
170
171         * po/bg.po
172                 updated by George Danchev
173                 
174         * src/about.c
175                 its now 2003
176                 
177         * src/toolbar.c
178                 don't translate 'Separator'
179                 
180         * src/plugins/spamassassin/Makefile.am
181                 add aspell to CPPFLAGS
182                 
183         * src/plugins/spamassassin/spamassassin.c
184           src/plugins/spamassassin/spamassassin_gtk.c
185                 set correct default for spamassassin_receive_spam
186                 slightly re-word descriptions and some
187                 other minor changes
188
189 2003-01-19 [alfons]     0.8.8claws122
190                 
191         * src/mimeview.c
192                 mimeview_save_as(): we might as well show the file name for
193                 the single case "Save As" too
194
195 2003-01-19 [alfons]     0.8.8claws121
196
197         * src/crash.c
198                 change bug tracker URL to bugzilla URL
199
200 2003-01-19 [alfons]     0.8.8claws120
201
202         * src/mimeview.c
203                 mimeview_save_all(): display name of file before overwriting;
204                 continue saving all, even when one overwrite was cancelled
205
206 2003-01-19 [christoph]  0.8.8claws119
207
208         * src/summaryview.c
209         * src/procmsg.[ch]
210                 fix wrong usage of procmsg_find_children in summaryview
211                 by using procmsg_update_unread_children instead of
212                 summaryview_update_unread_children
213
214 2003-01-19 [christoph]  0.8.8claws118
215
216         * src/procmsg.c
217                 fix infinite loop in procmsg_find_children
218                  (closes bug #25 sylpheed crashes on delete.)
219
220         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
221
222 2003-01-19 [paul]       0.8.8claws117
223
224         * po/pt_BR.po
225                 updated by Ivan Francolin Martinez
226
227 2003-01-18 [melvin]     0.8.8claws116
228
229         * src/prefs_actions.c
230                 Removed syntax limitation of only one '&' at the end of command.
231                         Now actions that contain '>/dev/null 2>&1' are possible.
232
233 2003-01-18 [melvin]     0.8.8claws115
234
235         * src/prefs_actions.c
236                 Actions IO dialog: when the action ends
237                 the "Close" button now has focus and [Escape] closes the
238                 window.
239
240 2003-01-18 [christoph]  0.8.8claws114
241
242         * src/procmsg.c
243                 o add debug output when MsgInfos are really freed
244                 o free GSLists in procmsg_find_children and
245                   procmsg_update_unread_children
246
247 2003-01-18 [christoph]  0.8.8claws113
248
249         * src/mainwindow.c
250                 reorder Configuration menu
251
252 2003-01-18 [christoph]  0.8.8claws112
253
254         * src/compose.c
255                 fix applying templates to forwarded messages
256
257         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
258
259 2003-01-17 [christoph]  0.8.8claws111
260
261         * src/folder.c
262                 destroy folder items, when a folder item is removed
263
264 2003-01-17 [christoph]  0.8.8claws110
265
266         * src/folder.c
267                 fix wrong folder stats update when ignored message is
268                 deleted
269
270 2003-01-17 [colin]      0.8.8claws109
271         
272         * src/mainwindow.c
273         * src/summaryview.c
274                 Quicksearch bugfixes: 
275                 - hide help button at startup if not extended
276                 - switch to extended when looking for replies
277
278 2003-01-17 [paul]
279
280         * sync with 0.8.9 release
281
282 2003-01-17 [paul]       0.8.8claws108
283
284         * sync with 0.8.8cvs11
285                 see ChangeLog 2003-01-17
286
287 2003-01-16 [colin]      0.8.8claws107
288
289         * src/procmsg.c
290                 Changed encryption test to re-ask passphrase
291                 if an encrypted message hasn't been decrypted
292                 Fixes bug #5
293
294 2003-01-16 [christoph]  0.8.8claws106
295
296         * src/prefs_gtk.c
297         * src/prefs_toolbar.c
298         * src/gtk/prefswindow.h
299         * src/plugins/spamassassin/spamassassin_gtk.c
300                 remove page destroy function that is not used anymore
301
302 2003-01-16 [paul]       0.8.8claws105
303
304         * sync with 0.8.8cvs9
305                 see ChangeLog 2002-01-16
306
307 2003-01-16 [colin]      0.8.8claws104
308
309         * src/compose.[ch]
310                 Fix bug with autosaved drafts for IMAP, when draft
311                 folder is specified - fixes bugzilla bug #20
312
313 2003-01-15 [paul]       0.8.8claws103
314
315         * src/compose.[ch]
316           src/procmsg.c
317                 store folder and message-id of message forwarding
318                 in queue header and set forward flag after sending
319
320 2003-01-15 [paul]       0.8.8claws102
321
322         * sync with 0.8.8cvs8
323                 see ChangeLog 2002-01-15
324
325 2003-01-15 [colin]      0.8.8claws101
326
327         * src/Makefile.am
328                 Fix linking with GNU libiconv
329
330 2003-01-15 [darko]      0.8.8claws100
331
332         * src/pine.c
333                 fix crash when importing pine address book
334                 entry with an empty name (reported by DY
335                 <dybulk at tri8.net>)
336
337 2003-01-14 [paul]       0.8.8claws99
338
339         * configure.in  ** REMOVED **
340           configure.ac  ** NEW FILE **
341                 rename configure.in to configure.ac, as it is now
342                 preferred
343
344 2003-01-14 [melvin]     0.8.8claws98
345
346         * src/folderview.c
347                 folderview_check_new(): More precise function description
348
349 2003-01-14 [melvin]     0.8.8claws97
350
351         * src/folderview.c
352                 folderview_check_new(): return the number of new messages 
353                         since last check.
354         * src/inc.c
355                 inc_account_mail(): Disable counting of new messages for IMAP
356                         and NNTP until bug [19] and [14] are fixed.
357
358 2003-01-14 [paul]       0.8.8claws96
359
360         * sync with 0.8.8cvs6
361                 see ChangeLog 2003-01-14
362
363 2003-01-13 [alfons]     0.8.8claws95
364
365         * src/textview.c
366                 tune email address validation (c. 0.8.8claws89): if . is 
367                 just one char away from @, the address is invalid too 
368                 (correctly rejects addresses like foo@.com)
369
370 2003-01-13 [paul]       0.8.8claws94
371
372         * src/messageview.c
373           src/toolbar.c
374                 fixes to the Message View toolbar and menu:
375                 fix non-functioning Forward button
376                 make Reply button consider default_reply_list
377                 remove 'Follow-up...' menu entry
378                 add 'Forward' and 'Redirect' menu entries
379
380 2003-01-13 [melvin]     0.8.8claws93
381
382         * src/inc.c
383                 Fixed typo that could make new messages count incorrect.
384
385 2003-01-13 [melvin]     0.8.8claws92
386
387         * src/folderview.[ch]
388                 folderview_check_new(): return the number of new messages.
389         * src/inc.c
390                 Should fix bug [14] where new mail notification worked 
391                         incorrectly with IMAP accounts.
392                 inc_spool_account(): return number of new msgs, or -1 on error
393                 inc_all_spool(): return number of new msgs
394                 
395 2003-01-13 [melvin]     0.8.8claws91
396
397         * src/prefs_actions.c
398                 Justify help text.
399
400 2003-01-12 [thorsten]   0.8.8claws90
401
402         * src/common/prefs.c
403                 close file before rename
404
405 2003-01-12 [alfons]     0.8.8claws89
406
407         * AUTHORS
408                 add Christian Mertes
409         * src/common/utils.[ch]
410                 g_stricase_hash(), g_stricase_equal(): functions for 
411                 case insensitive hash tables
412         * src/textview.c
413                 use top level domain names to validate email address, based
414                 on a patch by Christian Mertes (thanks!), but changed 
415                 implementation to use a hash table 
416
417 2003-01-12 [paul]       0.8.8claws88
418
419         * po/bg.po
420                 updated by George Danchev
421
422 2003-01-12 [alfons]     0.8.8claws87
423
424         * src/summaryview.c
425                 delete / execute performance: use new style folder update
426
427 2003-01-12 [paul]       0.8.8claws86
428
429         * sync with 0.8.8cvs5
430                 see ChangeLog 2003-01-13 (!)
431
432 2003-01-12 [alfons]     0.8.8claws85
433
434         * src/filtering.c
435         * src/matcher_parser_parse.y
436                 prepare change_score filtering action
437         * src/matcher.[ch]
438                 give up const-correctness on functions that call non-const-correct functions;
439                 several casts to gpointer in g_free();
440                 add change_score;
441
442 2003-01-12 [christoph]  0.8.8claws84
443
444         * src/compose.c
445                 fix 2 warnings
446
447         * src/gtk/prefswindow.[ch]
448         * src/plugins/spamassassin/spamassassin_gtk.c
449                 changed the call of the widget create function
450                 for PrefsPages, because sometimes the widget
451                 create function needs a widget that already has
452                 been attached to a window (to create GDK pixmaps
453                 for exmaple). So we simply pass the GtkWindow as
454                 the second parameter now.
455
456         * src/main.c
457         * src/mainwindow.c
458         * src/prefs_toolbar.[ch]
459                 rewrite Toolbar Preferences using the new
460                 prefs window
461
462 2003-01-11 [alfons]     0.8.8claws83
463
464         * src/addressadd.c
465                 fix crash when adding sender to addressbook because status bar
466                 isn't there (the status bar doesn't seem to be used though,
467                 but I'll let Match decide what to do with it)
468
469 2003-01-11 [colin]      0.8.8claws82
470
471         * src/main.c
472           src/toolbar.c
473                 Two useless changes reversed
474
475 2003-01-11 [colin]      0.8.8claws81
476
477         * src/mainwindow.c
478           src/mainwindow.h
479                 Add mainwindow_get_mainwindow()
480         * src/alertpanel.c
481           src/alertpanel.h
482                 Add alertpanel_error_log() 
483         * src/compose.c
484           src/inc.c
485           src/messageview.c
486           src/toolbar.c
487           src/main.c
488           src/procmsg.c
489                 Network errors get a View Log button
490
491 2003-01-10 [alfons]     0.8.8claws80
492
493         * src/prefs_toolbar.c
494         * src/toolbar.c
495                 use the translatable string for "Separator" as file name for
496                 separator toolbar items (probably make this uppercase?)
497
498 2003-01-10 [alfons]     0.8.8claws79
499
500         * src/prefs_toolbar.c
501                 put right A_SEPARATOR description string in "displayed
502                 toolbar items list" so manually added separators are
503                 saved correctly (bug #10, "Adding a separator to the main 
504                 toolbar fails, entry in xml file is wrong")
505
506 2003-01-10 [christoph]  0.8.8claws78
507
508         * src/imap.c
509                 o fix warnings
510                 o use CAPABILITY to check if NAMESPACE is available
511
512 2003-01-10 [christoph]  0.8.8claws77
513
514         * src/imap.[ch]
515                 apply UIDPLUS IMAP extension support patch
516
517         Patch submitted by Simon 'corecode' Schubert
518
519 2003-01-10 [paul]       0.8.8claws76
520
521         * src/folderview.c
522                 a sync from main which fixes the news account folders'
523                 Properties bug
524
525 2003-01-10 [christoph]  0.8.8claws75
526
527         * src/folder.c
528                 don't accept 0 as a valid uid returned by copy and move
529                 functions. 0 means the message was copied or moved but the
530                 new uid could not be fetched. It is not an error condition
531                 for the copy or move operation.
532
533 2003-01-10 [paul]       0.8.8claws74
534
535         * src/prefs_filtering.c
536                 change English used in Alert when entry is not
537                 saved.
538                 
539         * sync with 0.8.8cvs4
540                 see ChangeLog 2003-01-10
541
542 2003-01-10 [darko]      0.8.8claws73
543
544         * src/pine.c
545                 fix crash when importing address book entry
546                 without a valid address
547
548 2003-01-09 [alfons]     0.8.8claws72
549
550         * src/inc.c
551                 filtering performance: use new style folder update
552
553 2003-01-09 [christoph]  0.8.8claws71
554
555         * src/compose.c
556         * src/gtk/menu.[ch]
557                 fix wrong selecting of mime encoding type, when
558                 opening property dialog of attachments in the
559                 compose window. 7bit was always selected and that
560                 destoryed files with 8bit data.
561                 (closes bug #9 Sylpheed-claws destroys attachments when
562                  changing MIME-types)
563
564 2003-01-09 [paul]       0.8.8claws70
565
566         * sync with 0.8.8cvs3
567                 see ChangeLog 2003-01-09
568
569 2003-01-08 [alfons]     0.8.8claws69
570         
571         * src/addressadd.c
572                 apply patch by Kim Schulz to fix build breakage
573                 because of missing variable
574
575 2003-01-08 [paul]       0.8.8claws68
576
577         * sync with 0.8.8cvs2
578                 see ChangeLog 2002-01-08
579
580 2003-01-08 [paul]       0.8.8claws67
581
582         * po/it.po
583                 updated by Alessandro Maestri
584                 
585         * src/addressadd.c
586                 when using 'Add sender to addressbook' allow
587                 name to be edited and remarks to be entered
588                 Patch submitted by Luke Plant
589
590 2003-01-08 [darko]      0.8.8claws66
591
592         * README.claws, src/summaryview.c
593                 fix description for marked messages
594
595 2003-01-08 [paul]
596
597         * tools/Makefile.am
598           tools/launch_phoenix  ** NEW FILE **
599                 add script that enables using Phoenix as the default
600                 web browser. 
601                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
602                 
603         * tools/OOo2sylpheed.pl
604                 remove full path to sylpheed executable, just 'sylpheed'
605                 will do
606                 
607         * tools/README
608                 add launch_phoenix informtion and re-arrange and compress
609                 the data a little
610
611 2003-01-07 [christoph]  0.8.8claws65
612
613         * src/folder.c
614                 fix update for source folder when moving messages
615         * src/procmsg.[ch]
616         * src/summaryview.c
617                 use function to set to_folder for message infos and
618                 automatically update the op_count for old and new
619                 folder
620
621 2003-01-07 [melvin]     0.8.8claws64
622
623         * src/prefs_actions.c
624                 Fixed bug where an '%p' Action on a displayed image crashed 
625                         Sylpheed
626                 Code clean up (get rid of duplicated code and removed unnecessary 
627                                 structure member)
628
629 2003-01-07 [christoph]  0.8.8claws63
630
631         * src/compose.c
632         * src/folder.[ch]
633         * src/folderview.c
634         * src/import.c
635         * src/inc.c
636         * src/main.c
637         * src/mainwindow.c
638         * src/messageview.c
639         * src/prefs_folder_item.c
640         * src/procmsg.c
641         * src/summaryview.c
642         * src/toolbar.c
643                 o remove all folder update triggering from the UI code. The folder
644                   system should know much better when a folder needs an update.
645                 o to prevent multiple updates in a row the folder updates can be
646                   frozen for some time.
647
648                 Note: - Please verify that no updates are missing
649                       - Check where freeze/thaws should be added
650
651 2003-01-07 [christoph]  0.8.8claws62
652
653         * src/prefs_actions.c
654                 don't translate empty strings
655
656         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
657
658 2003-01-06 [christoph]  0.8.8claws61
659
660         * src/prefs_actions.c
661                 mark strings for gettext
662         * src/prefs_matcher.c
663                 use new description window for Execute action and
664                 match condition in Filtering
665
666         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
667
668 2003-01-06 [alfons]     0.8.8claws60
669
670         keep myself inspired to re-organize matcher part 8; 
671         yes, more to come (I need to move out the descriptive
672         text for actions to matcher.c, or at least make it not
673         depend on the wicked ordering)
674
675         * src/prefs_matcher.c
676                 add documentation so others may comprehend the
677                 UI part of the conditions
678                 
679 2003-01-06 [christoph]  0.8.8claws59
680
681         * src/prefs_actions.c
682                 use new description window for syntax help
683         * src/gtk/description_window.c
684                 fix display of descriptions with column count != 2
685
686         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
687
688 2003-01-06 [christoph]  0.8.8claws58
689
690         * src/quote_fmt.c
691         * src/summaryview.[ch]
692         * src/gtk/Makefile.am
693         * src/gtk/description_window.[ch]       ** NEW **
694                 use a generic window to display syntax descriptions
695                 currently used in quote_fmt and summaryview (new description
696                 for extended quick search)
697
698         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
699
700 2003-01-06 [paul]       0.8.8claws57
701
702         * sync with 0.8.8cvs1
703                 see ChangeLog 2003-01-06
704
705 2003-01-06 [christoph]  0.8.8claws56
706
707         * src/mainwindow.c
708         * src/prefs_gtk.[ch]
709         * src/gtk/prefswindow.[ch]
710         * src/plugins/spamassassin/spamassassin_gtk.c
711                 o remove page management from prefswindow, pages
712                   will be an argument to prefswindow_open
713                 o prefswindow_open gets a datapointer that is
714                   passed to the widget_create function to allow
715                   creation of prefswindow for specific items
716
717 2003-01-06 [colin]      0.8.8claws55
718         
719         * src/summaryview.c
720                 We don't want regexp in the reply-finder, 
721                 because MIDs can contain !,$,. and so on
722
723 2003-01-06 [jens]       0.8.8claws54
724
725         * src/jpilot.c
726                 fixed a wrong free in jpilot_read_db_files
727
728 2003-01-06 [alfons]     0.8.8claws53
729
730         re-organize matcher part 8; more to come
731        
732         * src/matcher.c
733                 matcherprop_to_string(): put g_free()s before the
734                 switch-case break to fix memleaks                
735
736 2003-01-06 [colin]      0.8.8claws52
737
738         * src/summaryview.c
739                 cleanup & reply-finder now displays the first 
740                 matching message
741
742 2003-01-05 [alfons]     0.8.8claws51
743
744         re-organize matcher part 7; more to come
745
746         * src/matcher.[ch]
747                 fixes for constant correctness;
748                 more documentation;
749
750 2003-01-05 [alfons]     0.8.8claws50
751
752         re-organize matcher part 6; more to come
753         
754         * src/matcher.[ch]
755                 fixes for constant correctness;
756                 more documentation;
757         * src/filtering.c
758                 fix for constant correctness
759
760 2003-01-05 [colin]      0.8.8claws49
761
762         * src/account.[ch]
763                 Add account_get_reply_account function
764         * src/compose.c
765                 Use account_get_reply_account function 
766         * src/summaryview.c
767                 Basic reply-finder - click on the replied
768                 icon gets you to the outbox using quick-search
769
770 2003-01-05 [paul]       0.8.8claws48
771
772         * src/prefs_common.c
773                 small change to English
774                 
775         * src/prefs_filtering.c
776                 prefs_filtering_action_select(): improve logic and uniformity
777                 of gui
778
779 2003-01-05 [alfons]     0.8.8claws47
780
781         fine tune solution to focus problems (bug #7)
782
783         * src/mainwindow.c
784                 mainwindow_focus_in_event(): remove grab event check
785         * src/summaryview.c
786                 summary_button_pressed(): move selection on right-click
787                 too. we can't possibly move the selection back after
788                 canceling a dialog, because gtk's incomplete focus 
789                 management. whether this is a good solution, only time
790                 will tell.
791
792 2003-01-05 [christoph]  0.8.8claws46
793
794         * src/imap.c
795                 fix crash when no imap connection could be established
796
797 2003-01-05 [paul]       0.8.8claws45
798
799         * src/mainwindow.c
800           src/sumamryview.c
801           src/gtk/menu.[ch]
802                 fix bug 605957 'shortcuts in popup-menu'
803                 make user-defined shortcuts work
804                 show shortcuts that are already defined
805                 in the main menu
806                 Patch submitted by Luke Plant
807
808 2003-01-05 [alfons]     0.8.8claws44
809
810         * src/mainwindow.c
811                 focus_in_event handler should not select summary view row 
812                 when another window (menu, dialog) grabbed for events 
813                 (bug #7, "[0.8.8claws42] Message summary focus") 
814
815 2003-01-04 [christoph]  0.8.8claws43
816
817         * src/procmsg.c
818                 update save folder after adding the sent message
819                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
820
821 2003-01-02 [christoph]  0.8.8claws42
822
823         * src/common/plugin.c
824                 fix unloading of all plugins and unload
825                 plugins in reverse order
826                 
827         * src/gtk/pluginwindow.c
828                 implement function of load and unload button
829
830         * src/gtk/prefswindow.c
831         * src/gtk/prefswindow.h
832                 rename register function and add new unregister
833                 function
834
835         * src/plugins/spamassassin/spamassassin_gtk.c
836                 unregister prefs page and update for changes in
837                 src/gtk/prefswindow.c
838
839 2003-01-02 [paul]       0.8.8claws41
840
841         * po/es.po
842                 updated by Ricardo Mones Lastra
843
844 2003-01-02 [paul]
845
846         * tools/tb2sylpheed
847                 fixes and improvements by Urke MMI
848
849 2003-01-02 [thorsten]   0.8.8claws40
850
851         * src/procmsg.c
852                 fixed wrong return value
853
854 2003-01-02 [thorsten]   0.8.8claws39
855
856         * src/prefs.c
857                 fixed printing wrong variable
858
859 2003-01-02 [thorsten]   0.8.8claws38
860
861         * src/prefs.c
862                 fixed acessing members of freed pfile struct
863
864 2003-01-02 [thorsten]   0.8.8claws37
865
866         * src/procmsg.c
867                 detect loops across several messages
868                 as suggested by Christoph Hohmann
869
870 2003-01-01 [match]      0.8.8claws36
871
872         * src/addrindex.c
873                 fixed another memory leak.
874
875 2003-01-01 [match]      0.8.8claws35
876
877         * src/jpilot.[ch]
878                 fixed memory leaks. applied Doxygen comments.
879
880 2003-01-01 [thorsten]   0.8.8claws34
881
882         * src/procmsg.c
883                 inhibit endless loop if msg references itself
884                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
885
886 2003-01-01 [christoph]  0.8.8claws33
887
888         * src/mainwindow.c
889         * src/gtk/Makefile.am
890         * src/gtk/pluginwindow.c                ** NEW **
891         * src/gtk/pluginwindow.h                ** NEW **
892                 add plugin window
893
894         * src/plugins/demo/demo.c
895         * src/plugins/spamassassin/spamassassin.c
896         * src/plugins/spamassassin/spamassassin_gtk.c
897                 write better plugin descriptions
898
899 2002-12-31 [christoph]  0.8.8claws32
900
901         * src/gtk/prefswindow.c
902         * src/plugins/spamassassin/spamassassin_gtk.c
903                 some small improvements to GTK code
904
905 2002-12-31 [christoph]  0.8.8claws31
906
907         * src/plugins/spamassassin/spamassassin_gtk.c
908                 enable folder select button
909
910 2002-12-31 [christoph]  0.8.8claws30
911
912         * src/mainwindow.c
913         * src/gtk/Makefile.am
914         * src/gtk/prefswindow.c                         ** NEW **
915         * src/gtk/prefswindow.h                         ** NEW **
916                 add new prefs window
917
918         * src/common/plugin.c
919                 don't try to load empty config lines
920         
921         * src/plugins/spamassassin/Makefile.am
922         * src/plugins/spamassassin/spamassassin.c
923         * src/plugins/spamassassin/spamassassin.h       ** NEW **
924         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
925                 GTK config for SpamAssassin Plugin using
926                 the new prefs window
927
928 2002-12-31 [paul]       0.8.8claws29
929
930         * po/POTFILES.in
931                 remove obsolete entry 'src/menu.c'
932
933 2002-12-31 [alfons]     0.8.8claws28
934
935         * src/matcher.[ch]
936         * src/matcher_parser_parse.y
937         * src/prefs_matcher.c
938                 add "ignore_thread" and "~ignore_thread" condition so it's
939                 possible to make the actions / scoring operate on the ignore
940                 thread flag
941
942 2002-12-31 [christoph]  0.8.8claws27
943
944         * src/addrbook.c
945         * src/addrindex.c
946         * src/folder.c
947         * src/matcher.c
948         * src/prefs_account.c
949         * src/prefs_actions.c
950         * src/prefs_customheader.c
951         * src/prefs_display_header.c
952         * src/prefs_gtk.c
953         * src/procmime.c
954         * src/toolbar.c
955         * src/xmlprops.c
956         * src/common/prefs.[ch]
957                 extend prefs file handling for reading and automatic handling
958                 of blocks. When reading prefs_set_block_label will automatically
959                 move on to the block. When writing it will copy all other blocks
960                 automatically
961
962         * src/common/plugin.c
963                 Now loading plugin filenames from [Plugins] block in
964                 sylpheed rc file
965
966 2002-12-30 [christoph]  0.8.8claws26
967
968         * src/common/hooks.[ch]
969                 return abort status to caller of hooks_invoke
970                 
971         * src/inc.[ch]
972                 invoke message filtering hook and stop
973                 default handling when filter returns abort
974
975         * src/common/plugin.[ch]
976         * src/plugins/demo/demo.c
977                 modify plugin loader, because resolving symbols for strings
978                 does not work correctly
979         
980         * configure.in
981         * ac/spamassassin.m4                            ** NEW **
982         * src/plugins/spamassassin/.cvsignore           ** NEW **
983         * src/plugins/spamassassin/Makefile.am          ** NEW **
984         * src/plugins/spamassassin/README               ** NEW **
985         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
986         * src/plugins/spamassassin/spamassassin.c       ** NEW **
987         * src/plugins/spamassassin/utils.[ch]           ** NEW **
988                 add spamassassin plugin, see src/plugins/spamassassin/README
989                 for details
990
991 2002-12-29 [alfons]     0.8.8claws25
992
993         * src/mainwindow.c
994                 when moving focus from a message view to the main 
995                 window, don't forget to select the summary node
996                 of the displayed message. should fix "[ 659103 ] 
997                 focus-follows-mouse confuses sylpheed"
998
999 2002-12-29 [christoph]  0.8.8claws24
1000
1001         * src/Makefile.am
1002         * src/stringtable.[ch]          ** REMOVE **
1003         * src/common/Makefile.am
1004         * src/common/stringtable.[ch]   ** NEW **
1005                 move stringtable files to common directory
1006
1007 2002-12-29 [christoph]  0.8.8claws23
1008
1009         * src/Makefile.am
1010         * src/menu.[ch]                 ** REMOVE **
1011         * src/gtk/Makefile.am
1012         * src/gtk/menu.[ch]             ** NEW **
1013                 move menu files to gtk directory
1014
1015 2002-12-29 [match]      0.8.8claws22
1016
1017         * src/addressbook.c
1018         * src/syldap.c
1019                 moved UI specific code out of LDAP code into addressbook
1020                 UI code. fixed memory leak.
1021
1022 2002-12-29 [christoph]  0.8.8claws21
1023
1024         * src/folder.c
1025                 only check for IGNORED parent message when message is
1026                 not IGNORED itself
1027
1028 2002-12-29 [alfons]     0.8.8claws20
1029
1030         * src/summaryview.c
1031                 set gtksctree's anchor correct (immediate execute
1032                 changes the tree's layout, and anchor points at 
1033                 the incorrect row). fixes "[ 657233 ] multiple msg 
1034                 delete sometimes off by 1".
1035                 we probably have to look for more tree layout /
1036                 anchor glitches.
1037
1038 2002-12-29 [paul]       0.8.8claws19
1039
1040         * src/summaryview.c
1041                 fix bug [ 659054 ] incorrect sorting of 'From' column
1042                 when using 'display sender using address book'
1043                 thanks to Alfons and Luke Plant
1044
1045 2002-12-29 [christoph]  0.8.8claws18
1046
1047         * src/folder.c
1048         * src/procmsg.[ch]
1049                 check parent messages for IGNORE THREAD flag, when adding,
1050                 moving or copying messages to a folder
1051
1052 2002-12-27 [alfons]     0.8.8claws17
1053
1054         re-organize matcher part 5; more to come
1055
1056         * src/matcher.c
1057                 hash keywords in matchparser_tab 
1058
1059 2002-12-27 [alfons]     0.8.8claws16
1060
1061         re-organize matcher part 4; more to come
1062
1063         * src/matcher_parser.h
1064         * src/matcher_parser_lex.l
1065         * src/matcher_parser_parse.y
1066                 cleanup
1067
1068 2002-12-27 [alfons]     0.8.8claws15
1069
1070         re-organize matcher part 3; more to come
1071
1072         * src/matcher.[ch]
1073                 cleanup
1074
1075 2002-12-27 [alfons]     0.8.8claws14
1076
1077         re-organize matcher part 2; more to come but this should
1078         work. cc me if there are any regressions.
1079
1080         * src/matcher.h
1081                 add prototype for get_matchparser_tab_id()
1082         * src/matcher_parser_lex.l
1083                 look up keywords using matchparser_tab_id();
1084
1085 2002-12-27 [alfons]     0.8.8claws12
1086
1087         re-organize matcher part 1
1088
1089         * src/matcher.h
1090                 map yacc generated constants to sylpheed matcher constants
1091         * src/matcher.c
1092                 add function to find a matcher constant from a string
1093
1094 2002-12-27 [christoph]  0.8.8claws11
1095
1096         * src/compose.c
1097                 MENUITEM_ADD casts the 4th argument from integer to pointer
1098                 so it probably should not be a pointer, this means we
1099                 should use account id for it and not the account's pointer
1100
1101 2002-12-27 [paul]       0.8.8claws10
1102
1103         * src/mainwindow.c
1104                 remove unneeded 'GtkWidget *vbox'
1105                 
1106         * src/summaryview.c
1107                 further sync with 0.8.8 - make sort
1108                 by recipient work as expected
1109                 
1110         * NEWS
1111                 sync with 0.8.8
1112
1113 2002-12-27 [paul]       0.8.8claws9
1114
1115         * po/pt_BR.po
1116                 updated by Ivan F. Martinez
1117                 
1118 2002-12-27 [darko]      0.8.8claws8
1119
1120         * src/common/utils.c
1121                 added locked pattern to extended search
1122
1123 2002-12-27 [alfons]     0.8.8claws7
1124
1125         * src/prefs_matcher.[ch]
1126                 clean up
1127
1128 2002-12-26 [alfons]     0.8.8claws6
1129
1130         * src/matcher.[ch]
1131         * src/matcher_parser_lex.l
1132         * src/matcher_parser_parse.y
1133         * src/prefs_matcher.c
1134                 allow color label as a condition in the matcher
1135
1136 2002-12-26 [oliver]     0.8.8claws5
1137         
1138         * src/toolbar.c 
1139                 enable Addressbook for Main and Messageview
1140         * src/prefs_actions.c
1141                 enable actions in Messageview
1142
1143 2002-12-26 [christoph]  0.8.8claws4
1144
1145         * src/common/plugin.c
1146                 add a little debug output
1147         * configure.in
1148         * src/plugins/demo/Makefile.am
1149                 better use of automake
1150
1151 2002-12-26 [christoph]  0.8.8claws3
1152
1153         * src/Makefile.am
1154         * src/common/Makefile.am
1155                 fix "make distdir"
1156
1157 2002-12-26 [christoph]  0.8.8claws2
1158
1159         * configure.in
1160                 sort configure checks into common / gtk / plugins
1161         * po/POTFILES.in
1162                 add src/prefs_gtk.c
1163         * src/Makefile.am
1164                 add plugins SUBDIR
1165         * src/main.c
1166         * src/common/sylpheed.[ch]
1167                 added now sylpheed_done function for shutdown
1168         * src/common/Makefile.am
1169         * src/common/plugin.[ch]                ** NEW **
1170                 plugin loader and unloader
1171         * src/plugins/.cvsignore                ** NEW **
1172         * src/plugins/Makefile.am               ** NEW **
1173                 build plugins
1174         * src/plugins/demo/.cvsignore           ** NEW **
1175         * src/plugins/demo/Makefile.am          ** NEW **
1176         * src/plugins/demo/demo.c               ** NEW **
1177                 small demo plugin that installs a logtext hook and
1178                 outputs the log text to stdout
1179
1180 2002-12-26 [paul]       0.8.8claws1
1181
1182         * po/es.po
1183                 updated by Ricardo Mones Lastra
1184
1185 2002-12-26 [paul]       0.8.8claws
1186
1187         * 0.8.8claws released
1188
1189 2002-12-26 [paul]       0.8.7claws12
1190
1191         * po/bg.po
1192                 updated by George Danchev
1193
1194 2002-12-26 [paul]       0.8.7claws11
1195
1196         * po/POTFILES.in
1197                 remove unneeded 'src/prefs.c' entry 
1198
1199 2002-12-26 [paul]       0.8.7claws10
1200
1201         * src/codeconv.c
1202           src/mainwindow.c
1203                 sync with 0.8.8 release
1204         
1205         * src/folder.[ch]
1206           src/mh.c
1207           src/summaryview.c
1208                 partial sync with 0.8.8 release
1209         
1210
1211 2002-12-25 [alfons]     0.8.7claws9
1212
1213         * src/matcher.[ch]
1214         * src/matcher_parser_lex.l
1215         * src/matcher_parser_parse.y
1216         * src/prefs_matcher.c
1217                 add locked flag to possible filtering / matcher 
1218                 conditions (also a good example what should be
1219                 done to add a simple boolean condition)
1220
1221 2002-12-25 [christoph]  0.8.7claws8
1222
1223         * src/Makefile.am
1224         * src/account.[ch]
1225         * src/addrbook.c
1226         * src/addressbook.c
1227         * src/addrindex.c
1228         * src/filtering.c
1229         * src/folder.c
1230         * src/matcher.c
1231         * src/prefs.[ch]                ** REMOVE **
1232         * src/prefs_account.c
1233         * src/prefs_actions.c
1234         * src/prefs_common.c
1235         * src/prefs_customheader.c
1236         * src/prefs_display_header.c
1237         * src/prefs_filtering.c
1238         * src/prefs_folder_item.c
1239         * src/prefs_gtk.[ch]            ** NEW **
1240         * src/prefs_matcher.c
1241         * src/prefs_scoring.c
1242         * src/prefs_summary_column.c
1243         * src/procmime.c
1244         * src/selective_download.c
1245         * src/toolbar.c
1246         * src/common/Makefile.am
1247         * src/common/prefs.[ch]         ** NEW **
1248                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
1249
1250 2002-12-24 [alfons]     0.8.7claws7
1251
1252         * src/summaryview.c
1253                 summary_thread_build(): fix real cause of the crash mentioned in
1254                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
1255                 this way we get meaningful ctree nodes 
1256
1257 2002-12-24 [oliver]     0.8.7claws6
1258
1259         * src/mainwindow.[ch]
1260         * src/messageview.[ch]
1261         * src/compose.[ch]
1262         * src/inc.c
1263         * src/summaryview.c
1264                 changes to use updated toolbar handling
1265                 
1266 2002-12-24 [oliver]     0.8.7claws5
1267
1268         * src/toolbar.[ch]
1269                 generic toolbar handling
1270                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
1271         * src/prefs_toolbar.[ch]
1272                 adjust to handling
1273         
1274 2002-12-24 [oliver]     0.8.7claws4
1275         
1276         * src/stock_pixmap.[ch]
1277                 move SYLPHEED_LOGO to end of list in order 
1278                 to remove it from Custom Toolbar`s Icon View
1279
1280 2002-12-24 [alfons]     0.8.7claws3
1281
1282         * src/summaryview.c
1283                 summary_thread_build(): fix crash because of focus != selection 
1284                 after threading. when deleting the selection, gtk tries but fails 
1285                 to find the correct focusable element. we now force the selection
1286                 to be focused. this should solve the infamous bug reported by 
1287                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
1288                 a test case is available. 
1289
1290 2002-12-24 [darko]      0.8.7claws2
1291
1292         * src/summaryview.c
1293                 don't crash when unmarking message with unread children
1294
1295 2002-12-23 [christoph]  0.8.7claws1
1296
1297         * src/Makefile.am
1298         * src/common/Makefile.am
1299                 update Makefiles for moved intl.h, version.h and defs.h
1300         * src/imap.c
1301                 rewrite imap_session_get to avoid duplicate code
1302
1303 2002-12-23 [paul]       0.8.7claws
1304
1305         * Santa-Claws released
1306         
1307         * po/hu.po
1308           po/ru.po
1309                 squeeze in updated Hungarian and Russian translations.
1310                 Submitted by  Gál Zoltán and Ruslan N. Balkin
1311
1312 2002-12-23 [paul]       0.8.6claws129
1313
1314         * po/pl.po
1315                 updated by Witold Wladyslaw Wojciech Wilk
1316
1317 2002-12-23 [paul]       0.8.6claws128
1318
1319         * src/quote_fmt_parse.y
1320                 fix typo and add licence header
1321
1322 2002-12-23 [paul]       0.8.6claws127
1323
1324         * po/en_GB.po
1325                 updated
1326
1327 2002-12-23 [paul]       0.8.6claws126
1328
1329         * po/it.po
1330                 updated translation, submitted by Alessandro Maestri
1331                 
1332 2002-12-23 [paul]       0.8.6claws125
1333
1334         * src/quote_fmt_parse.y
1335                 fix signature-stripping on replies bug. match
1336                 '-- \n' and not '-- '.
1337
1338 2002-12-22 [paul]       0.8.6claws124
1339
1340         * po/bg.po
1341           po/es.po
1342           po/sr.po
1343                 updated translations. submitted by George Danchev,
1344                 Ricardo Mones Lastra, and Urke MMI respectively
1345
1346 2002-12-21 [paul]       0.8.6claws123
1347
1348         * src/addrbook.c
1349                 fix coding style
1350
1351 2002-12-21 [paul]       0.8.6claws122
1352
1353         * src/addrbook.c
1354                 fix bug [643638] where if a person is in one or more
1355                 addressbook groups editing that person's email 
1356                 address results in removal from those groups.
1357                 Patch submitted by Luke Plant.
1358
1359 2002-12-20 [christoph]  0.8.6claws121
1360
1361         * src/common/utils.c
1362         * src/summaryview.c
1363                 reimplement expand_search_string using GString to
1364                 prevent crashs caused by miscalculated string
1365                 lengths reported by Paul
1366
1367 2002-12-20 [christoph]  0.8.6claws120
1368
1369         * src/summaryview.c
1370                 don't use "changed" to check if op_count has to be changed as it
1371                 is also set when the message has unread children
1372                 (closes bug [ 653221 ] crash while deleting duplicates)
1373
1374 2002-12-20 [paul]       0.8.6claws119
1375
1376         * sync with 0.8.6cvs27
1377                 see ChangeLog 2002-12-20
1378
1379 2002-12-20 [paul]       0.8.6claws118
1380
1381         * sync with 0.8.6cvs26
1382                 see ChangeLog 2002-12-19 and 2002-12-20
1383
1384 2002-12-19 [alfons]     0.8.6claws117
1385
1386         * src/textview.c
1387                 fix incorrect parsing of email addresses, submitted by 
1388                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
1389                 name display if it contains @".
1390
1391 2002-12-18 [paul]       0.8.6claws116
1392
1393         * sync with 0.8.6cvs23
1394                 see ChangeLog 2002-12-18
1395
1396 2002-12-18 [paul]       0.8.6claws115
1397
1398         * src/Makefile.am
1399         * src/account.c
1400         * src/codeconv.c
1401         * src/gtkutils.[ch]
1402         * src/imap.c
1403                 sync with 0.8.6cvs22.
1404                 see ChangeLog 2002-12-17 and 2002-12-18
1405
1406 2002-12-17 [christoph]  0.8.6claws114
1407
1408         * src/imap.c
1409                 o don't create a session if imap greeting fails
1410                 o don't close socket when authentication fails
1411                   this is done by imap_session_destroy
1412
1413 2002-12-17 [thorsten]   0.8.6claws113
1414
1415         * tools/Makefile.am
1416           tools/README
1417           tools/google_msgid.pl ** NEW FILE **
1418                 Added "search for message-id" script and doc
1419
1420 2002-12-17 [thorsten]   0.8.6claws112
1421
1422         * po/hu.po
1423                 Updated hungarian translation
1424                 (updated by Gal Zoltan)
1425
1426 2002-12-16 [christoph]  0.8.6claws111
1427
1428         * src/addr_compl.c
1429                 remove stupid addressbook dump to debug output
1430         * src/mh.c
1431                 fix memory leak found by Hiro
1432
1433 2002-12-14 [paul]       0.8.6claws110
1434
1435         * src/compose.c
1436                 fix menubar sensitivity on send
1437                 
1438         * src/prefs_filtering.c
1439         * src/prefs_matcher.c
1440         * src/prefs_scoring.c
1441                 Fix english ;)
1442                 
1443         * src/common/quoted-printable.h
1444                 sync: fix typo
1445         
1446 2002-12-13 [christoph]  0.8.6claws109
1447
1448         * src/Makefile.am
1449         * src/manage_window.[ch]        ** REMOVE **
1450         * src/gtk/Makefile.am
1451         * src/gtk/manage_window.[ch]    ** NEW **
1452                 move manage_window files to gtk directory
1453
1454 2002-12-13 [christoph]  0.8.6claws108
1455
1456         * src/Makefile.am
1457         * src/gtkshruler.[ch]           ** REMOVE **
1458         * src/gtk/Makefile.am
1459         * src/gtk/gtkshruler.[ch]       ** NEW **
1460                 move gtkshruler files to gtk directory
1461
1462 2002-12-13 [christoph]  0.8.6claws107
1463
1464         * src/Makefile.am
1465         * src/compose.c
1466         * src/gtkstext.[ch]             ** REMOVE **
1467         * src/gtkutils.[ch]
1468         * src/textview.c
1469         * src/gtk/gtkstext.[ch]         ** NEW **
1470         * src/gtk/Makefile.am
1471                 o move stext functions to gtkstext.c to remove
1472                   dependency of gtkutils
1473                 o move gtkstext files to gtk directory
1474
1475         * src/gtk/Makefile.am
1476         * src/gtk/sslcertwindow.[ch]
1477                 UI stuff can always depend on common code so
1478                 it's ok to add ../common to include path
1479
1480 2002-12-13 [colin]      0.8.6claws106
1481
1482         * src/summaryview.c
1483                 Disconnect sighandlers for mainwindow when
1484                 quicksearch has the focus
1485                 Fix bug #653231
1486         * src/mainwindow.[ch]
1487                 Make key_pressed callback public, to be able
1488                 to disconnect it
1489
1490 2002-12-13 [christoph]  0.8.6claws105
1491
1492         * src/mh.c
1493                 create .mh_sequences file in new MH folders
1494                 (closes feature request [ 523162 ] MH folders should
1495                  get a .mh_sequences)
1496
1497 2002-12-13 [colin]      0.8.6claws104
1498
1499         * src/summaryview.c
1500                 Better handling of quicksearch show/hide
1501                 (basically the button stays under the mouse 
1502                  when toggled)
1503
1504 2002-12-13 [paul]       0.8.6claws103
1505
1506         * sync with 0.8.6cvs17
1507                 see ChangeLog 2002-12-13
1508
1509 2002-12-13 [paul]       0.8.6claws102
1510
1511         * po/es.po
1512                 updated by Ricardo Mones Lastra
1513
1514 2002-12-11 [colin]       0.8.6claws101
1515
1516         * src/folder.c
1517                 remove statusbar stuff
1518           src/folderview.c
1519                 set statusbar verbosity when moving folders
1520
1521 2002-12-11 [colin]       0.8.6claws100
1522         * src/prefs_filtering.c
1523         * src/prefs_matcher.c
1524         * src/prefs_scoring.c
1525                 Fix english ;)
1526
1527 2002-12-11 [colin]       0.8.6claws99
1528
1529         * src/prefs_common.[ch]
1530                 Add summary_quicksearch_type
1531         * src/summaryview.c
1532                 Save last used quicksearch type
1533
1534 2002-12-11 [jens]       0.8.6claws98
1535         * src/prefs_filtering.c
1536         * src/prefs_matcher.c
1537         * src/prefs_scoring.c
1538                 added dialog for incomplete rules in scoring, filtering and
1539                 matcher to ask wheather really close
1540
1541 2002-12-11 [colin]      0.8.6claws97
1542
1543         * src/folder.c
1544                 Fix folder dnd statusbar logging
1545
1546 2002-12-10 [christoph]  0.8.6claws96
1547
1548         * src/compose.c
1549         * src/folder.c
1550         * src/imap.c
1551         * src/inc.c
1552         * src/main.c
1553         * src/mainwindow.c
1554         * src/news.c
1555         * src/send.c
1556         * src/statusbar.[ch]
1557         * src/common/hooks.c
1558         * src/common/log.[ch]
1559                 o handle verbose logging in statusbar directly in statusbar code
1560                   and common code does not need any knowledge about a statusbar
1561                 o remove direct calls to statusbar_(puts|pop)_all functions
1562
1563 2002-12-10 [jens]       0.8.6claws95
1564
1565         * src/*.c
1566                 removed gettext from g_warnings
1567         * po/POTFILES.in
1568                 cleaned and updated
1569         * po/de.po
1570                 updated
1571
1572 2002-12-10 [colin]      0.8.6claws94
1573
1574         * src/main.c
1575                 finish crash dialog fix
1576
1577 2002-12-10 [colin]      0.8.6claws93
1578
1579         * src/main.c
1580                 "Fix" "sylpheed already running" instead of
1581                 crash dialog appearing after a crash
1582
1583 2002-12-10 [colin]      0.8.6claws92
1584
1585         * po/POTFILES.in
1586                 add src/gtk/sslcertwindow.c
1587
1588 2002-12-10 [paul]       0.8.6claws91
1589
1590         * po/POTFILES.in
1591                 updated to reflect recent changes
1592                 submitted by Alessandro Maestri
1593
1594 2002-12-09 [christoph]  0.8.6claws90
1595
1596         * src/Makefile.am
1597         * src/smtp.[ch]                 ** REMOVE **
1598         * src/common/Makefile.am
1599         * src/common/smtp.[ch]          ** NEW **
1600                 move smtp files to common directory
1601
1602 2002-12-09 [christoph]  0.8.6claws89
1603
1604         * src/Makefile.am
1605         * src/session.[ch]              ** REMOVE **
1606         * src/common/Makefile.am
1607         * src/common/session.[ch]       ** NEW **
1608                 move session files to common directory
1609
1610 2002-12-09 [paul]       0.8.6claws88
1611
1612         * src/account.c
1613                 fix bug [649746] edit accounts: move account reverted
1614                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
1615
1616 2002-12-09 [colin]      0.8.6claws87
1617
1618         * src/ssl_certificate.c
1619                 cleanup
1620
1621 2002-12-09 [colin]      0.8.6claws86
1622
1623         * src/ssl.c
1624                 Try to open the cert.pem database and 
1625                 issue a warning if it isn't there
1626
1627 2002-12-09 [colin]      0.8.6claws85
1628
1629         * src/common/ssl_certificate.c
1630         * src/gtk/sslcertwindow.c
1631                 Warning fixes
1632
1633 2002-12-09 [colin]      0.8.6claws84
1634
1635         * src/ssl_certificate.[ch] ** REMOVED **
1636         * src/common/ssl_certificate.[ch] ** NEW **
1637         * src/Makefile.am
1638         * src/common/Makefile.am
1639                 Moved ssl_certificate.[ch] to common
1640         * src/common/ssl.c 
1641                 Put back needed include
1642         * src/gtk/sslcertwindow.[ch]
1643                 Changed ssl_certificate.h include
1644         
1645 2002-12-09 [colin]      0.8.6claws83
1646
1647         * src/gtk/sslcertwindow.[ch]
1648                 Implement hook for certificate acception
1649         * src/ssl_certificate.[ch]
1650                 Implement hook for certificate acception
1651         * src/common/ssl.c
1652                 Reenable certificate acception check
1653         * src/mainwindow.c
1654                 Register sslcertwindow's hook
1655         
1656 2002-12-08 [christoph]  0.8.6claws82
1657
1658         * src/about.c
1659         * src/addr_compl.c
1660         * src/codeconv.c
1661         * src/manual.c
1662         * src/undo.c
1663         * src/common/utils.c
1664                 o add missing includes
1665                 o fix warnings
1666         * src/.cvsignore
1667         * src/common/.cvsignore
1668         * src/common/version.h          ** REMOVE **
1669                 remove autogenerated file
1670
1671 2002-12-08 [paul]       0.8.6claws81
1672
1673         * src/stringtable.c
1674                 put back needed include
1675
1676 2002-12-08 [colin]      0.8.6claws80
1677         
1678         * src/gtk/sslcertwindow.c
1679                 Cleaner popups when asking
1680         * src/ssl_certificate.c
1681         * src/prefs_common.[ch]
1682                 remove ssl certificate pref
1683                 put back needed include
1684         * src/undo.c
1685                 put back needed include
1686
1687 2002-12-08 [christoph]  0.8.6claws79
1688
1689         * src/folderview.c
1690         * src/logwindow.c
1691         * src/statusbar.c
1692         * src/summaryview.c
1693                 only abort hook invokation if required data is missing not
1694                 if our own data pointer is NULL, update hookfunction for
1695                 log window
1696
1697 2002-12-08 [paul]       0.8.6claws78
1698
1699         * src/about.c
1700         * src/addrcache.c
1701         * src/addrclip.c
1702         * src/addr_compl.c
1703         * src/addrselect.c
1704         * src/codeconv.c
1705         * src/colorlabel.c
1706         * src/enriched.c
1707         * src/esmtp.c
1708         * src/exporthtml.c
1709         * src/headerview.c
1710         * src/imageview.c
1711         * src/manual.c
1712         * src/noticeview.c
1713         * src/pgptext.c
1714         * src/scoring.c
1715         * src/sourcewindow.c
1716         * src/stringtable.c
1717         * src/undo.c
1718                 clean up: remove unneccesary includes
1719
1720 2002-12-08 [christoph]  0.8.6claws77
1721
1722         * src/folderview.c
1723         * src/statusbar.c
1724         * src/summaryview.c
1725         * src/common/hooks.[ch]
1726                 hook functions now have a gboolean return value, if a hook
1727                 returns TRUE it will stop executing of any more hooks in
1728                 the same hooklist for this invokation
1729
1730 2002-12-08 [colin]      0.8.6claws76
1731         
1732         * src/main.c
1733                 put back argv0 for CRASH_DIALOG
1734
1735 2002-12-08 [christoph]  0.8.6claws75
1736
1737         * src/Makefile.am
1738         * src/about.c
1739         * src/account.c
1740         * src/crash.c
1741         * src/esmtp.h
1742         * src/imap.[ch]
1743         * src/inc.c
1744         * src/main.c
1745         * src/mainwindow.c
1746         * src/news.c
1747         * src/pop.[ch]
1748         * src/prefs_account.[ch]
1749         * src/prefs_common.[ch]
1750         * src/send.[ch]
1751         * src/smtp.[ch]
1752         * src/ssl_certificate.[ch]
1753         * src/ssl_manager.[ch]
1754         * src/common/Makefile.am
1755         * src/common/log.c
1756         * src/common/nntp.[ch]
1757         * src/common/socket.[ch]
1758         * src/common/ssl.[ch]
1759         * src/gtk/sslcertwindow.[ch]
1760         * ac/openssl.m4
1761                 use new autoconf script to detect OpenSSL with extra parameters
1762                 to specify the location of libs and includes, also remove USE_SSL
1763                 to USE_OPENSSL
1764
1765         * src/common/sylpheed.[ch]
1766         * src/common/version.h.in
1767                 start seperation of common code initialization seperated from gui
1768
1769         * src/summaryview.c
1770                 The function that is called when a color lable changes
1771                 should not change the color lable again
1772
1773 2002-12-08 [colin]      0.8.6claws74
1774
1775         * src/gtk/sslcertwindow.c
1776                 warning fixes
1777
1778 2002-12-08 [colin]      0.8.6claws73
1779
1780         * src/statusbar.c
1781           src/common/log.h
1782                 Register a hook for statusbar_puts_all
1783         * src/common/log.c
1784                 invoke statusbar_puts_all's hook
1785         
1786 2002-12-08 [colin]      0.8.6claws72
1787
1788         * src/ssl_certificate.c
1789                 Put back a badly-removed include
1790
1791 2002-12-08 [colin]      0.8.6claws71
1792
1793         * src/gtk/sslcertwindow.[ch]    ** NEW **
1794                 new certificate presentation
1795         * src/gtk/Makefile.am
1796                 add new files
1797         * src/ssl_certificate.[ch]
1798                 gtk cleanup, made utility functions public
1799         * src/ssl_manager.c
1800                 use new cert presentation
1801
1802 2002-12-07 [christoph]  0.8.6claws70
1803
1804         * src/Makefile.am
1805         * src/nntp.[ch]                 ** REMOVE **
1806         * src/common/Makefile.am
1807         * src/common/nntp.[ch]          ** NEW **
1808                 move nntp files to common directory
1809
1810 2002-12-07 [christoph]  0.8.6claws69
1811
1812         * src/procmsg.[ch]
1813         * src/summaryview.c
1814                 implement msginfo update callback using sylpheed's new
1815                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
1816
1817 2002-12-06 [christoph]  0.8.6claws68
1818
1819         * src/editgroup.c
1820                 This patch changes the 'Edit Group Details' dialog to
1821                 allow extended selections in either pane, so that
1822                 addresses can be added or removed from a group more
1823                 quickly and easily. (it actually is a net decrease in
1824                 file size, as some unnecessary functions have been
1825                 removed). 
1826                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
1827
1828 2002-12-06 [christoph]  0.8.6claws67
1829
1830         * src/Makefile.am
1831         * src/template.[ch]             ** REMOVE **
1832         * src/common/Makefile.am
1833         * src/common/template.[ch]      ** NEW **
1834                 move template files to common directory
1835
1836         * src/nntp.c
1837                 add missing log.h include
1838
1839 2002-12-06 [melvin]     0.8.6claws66
1840
1841         * src/prefs_actions.c
1842                 Added the trailing ">" syntax to insert command's output
1843                 without replacing old text (in contrast to trailing "|").
1844
1845 2002-12-05 [colin]      0.8.6claws65
1846         
1847         * src/common/utils.c
1848                 Don't modify original search_string or it'll change
1849                 the next iterations in the for()
1850
1851 2002-12-05 [darko]      0.8.6claws64
1852
1853         * src/common/utils.c
1854                 proper check for filtering commands, found by Colin
1855
1856 2002-12-05 [darko]      0.8.6claws63
1857
1858         * src/common/utils.c
1859                 check proper string for NULL pointer, found by Colin
1860
1861 2002-12-05 [darko]      0.8.6claws62
1862
1863         * src/common/utils.[ch]
1864                 expand_search_string(): new function
1865                 converts Mutt-like patterns to Sylpheed's
1866                 filtering engine
1867         * src/summaryview.c
1868                 use expand_search_string() to allow Mutt-like
1869                 patterns in extended search
1870         * README.claws
1871                 document extended option in quick search
1872
1873 2002-12-05 [paul]       0.8.6claws61
1874
1875         * sync with 0.8.6cvs16
1876                 see ChangeLog 2002-12-05
1877                 
1878         * po/POTFILES.in
1879                 clean up
1880
1881 2002-12-04 [christoph]  0.8.6claws60
1882
1883         * src/imap.[ch]
1884                 put imap authentication code into a new function and
1885                 remove it from imap_session_new that will allow to
1886                 send other commands before authentication
1887
1888 2002-12-04 [christoph]  0.8.6claws59
1889
1890         * src/imap.[ch]
1891                 use already existing method to prevent unneeded IMAP
1892                 folder selects. Set imap_select parameters to NULL
1893                 in some functions if the values are not required.
1894
1895         * src/xml.h
1896                 remove no longer required include
1897
1898 2002-12-04 [paul]       0.8.6claws58
1899
1900         * po/es.po
1901                 updated by Ricardo Mones Lastra
1902                 
1903         * configure.in
1904           po/hu.po      ** NEW FILE **
1905                 initial Hungarian translation, submitted
1906                 by Gál Zoltán <galzoli@hu.inter.net>
1907
1908 2002-12-03 [christoph]  0.8.6claws57
1909
1910         * src/Makefile.am
1911         * src/gtksctree.[ch]            ** REMOVE **
1912         * src/gtk/Makefile.am
1913         * src/gtk/gtksctree.[ch]        ** NEW **
1914                 move gtksctree files to gtk directory
1915
1916 2002-12-03 [christoph]  0.8.6claws56
1917
1918         * src/Makefile.am
1919         * src/md5.[ch]                  ** REMOVE **
1920         * srm/common/Makefile.am
1921         * src/common/md5.[ch]           ** NEW **
1922                 move md5 files to common directory
1923
1924         * src/gtkstext.c
1925                 remove not required #include
1926
1927 2002-12-03 [sergey]     0.8.6claws55
1928
1929         * src/gtkutils.c
1930         * src/gtkutils.h
1931                 gtkut_window_popup(): new function.
1932         * src/mainwindow.c
1933                 main_window_popup(): use gtkut_window_popup() to raise
1934                 window without changing its position.
1935                 (see sylpheed-main ML message [sylpheed:17247])
1936
1937 2002-12-03 [sergey]     0.8.6claws54
1938
1939         * src/send.c
1940                 send_message_local(): removed first-dot escaping
1941                 (SMTP-only, not needed for sending through pipe)
1942
1943 2002-12-03 [paul]       0.8.6claws53
1944
1945         * po/POTFILES.in
1946                 update to reflect recent changes (thanks
1947                 to Ricardo Mones Lastra)
1948                 
1949         * tools/filter_conv.pl
1950                  fix problem with quoted strings. Patch submitted
1951                  by Luke Plant <lukeplant@softhome.net>
1952
1953 2002-12-03 [paul]       0.8.6claws52
1954
1955         * sync with 0.8.6cvs15
1956                 see ChangeLog 2002-12-03
1957
1958 2002-12-02 [christoph]  0.8.6claws51
1959
1960         * src/logwindow.[ch]
1961         * src/common/log.[ch]
1962                 implement logging using a hook function
1963
1964         * src/folderview.c
1965         * src/folder.[ch]
1966                 define hooklist name in header file to avoid
1967                 errors caused by wrong spelling of hooklist names
1968
1969         * src/toolbar.c
1970                 fix warnings
1971
1972 2002-12-02 [christoph]  0.8.6claws50
1973
1974         * src/common/Makefile.am
1975                 add src/common/hooks.[ch]
1976
1977         * src/common/hooks.[ch]
1978                 implement a simple hook system using glib's hook functions
1979
1980         * src/folder.[ch]
1981         * src/folderview.c
1982                 use new hook system for folder item updates
1983
1984 2002-12-02 [christoph]  0.8.6claws49
1985
1986         * doc-src/ui_seperation.txt     ** NEW **
1987                 information for ui seperation
1988
1989         * src/Makefile.am
1990                 remove files that were moved to common
1991                 include common directory by default for the header files
1992
1993         * src/inc.c
1994         * src/common/socket.c
1995         * src/automaton.[ch]
1996                 implement automaton using g_io_*-functions instead of
1997                 gdk_input_add to make it ui independent
1998
1999         * src/codeconv.c
2000         * src/compose.c
2001         * src/ldif.c
2002         * src/pgptext.c
2003         * src/procmime.c
2004         * src/rfc2015.c
2005         * src/smtp.c
2006         * src/unmime.c
2007                 remove common/ prefix because directory is now in
2008                 include path
2009
2010         * src/compose.c
2011         * src/folder.c
2012         * src/folderview.c
2013         * src/mainwindow.c
2014         * src/messageview.c
2015         * src/prefs_common.c
2016         * src/procmsg.c
2017         * src/rfc2015.c
2018                 fix warnings
2019
2020         * src/imap.c
2021         * src/inc.c
2022         * src/news.c
2023         * src/pop.c
2024         * src/send.c
2025         * src/smtp.c
2026         * src/ssl_certificate.c
2027                 add log.h header file for logging functions
2028
2029         * src/main.c
2030         * src/common/utils.c
2031         * src/summaryview.c
2032         * src/xml.c
2033                 o move debug_mode to common/utils.c
2034                 o add functions to set and get debug_mode
2035
2036         * src/defs.h                    ** REMOVE **
2037         * src/intl.h                    ** REMOVE **
2038         * src/socket.[ch]               ** REMOVE **
2039         * src/ssl.[ch]                  ** REMOVE **
2040         * src/utils.[ch]                ** REMOVE **
2041                 replaced by new files in src/common/
2042         
2043         * src/common/Makefile.am
2044                 add new files in src/common/
2045
2046         * src/common/defs.h             ** NEW **
2047         * src/common/intl.h             ** NEW **
2048         * src/common/log.[ch]           ** NEW **
2049         * src/common/socket.[ch]        ** NEW **
2050         * src/common/ssl.[ch]           ** NEW **
2051         * src/common/utils.[ch]         ** NEW **
2052                 replacement for files in src/
2053
2054 2002-12-02 [colin]      0.8.6claws48
2055
2056         * src/folderview.c
2057                 Scroll folderview if necessary during dnd
2058
2059 2002-12-02 [colin]      0.8.6claws47
2060
2061         * src/folder.[ch]
2062                 Add check to verify a move is within a single mailbox
2063         * src/folderview.c
2064                 Add specific error string for this check
2065
2066 2002-12-02 [colin]      0.8.6claws46
2067
2068         * src/folder.c
2069                 Add a test to folder moving, remove a statusbar_print
2070         * src/folderview.c
2071                 Add Move folder... context-menu item
2072                 Factorize folder moving code
2073                 Enable folder DND for mbox
2074
2075 2002-12-01 [christoph]  0.8.6claws45
2076
2077         * ac/aspell.m4
2078                 remove conf.aspelltest if the version check fails
2079
2080 2002-11-30 [christoph]  0.8.6claws44
2081
2082         * autogen.sh
2083                 run libtoolize --force in autogen to create missing
2084                 libtool scripts
2085
2086 2002-11-30 [christoph]  0.8.6claws43
2087
2088         * src/Makefile.am
2089         * src/pgptext.c
2090         * src/procmime.c
2091         * src/rfc2015.c
2092         * src/uuencode.[ch]             ** REMOVED **
2093         * src/common/Makefile.am
2094         * src/common/uuencode.[ch]      ** NEW **
2095                 move uuen/decoder to common directory
2096
2097 2002-11-30 [christoph]  0.8.6claws42
2098
2099         * src/Makefile.am
2100         * src/base64.[ch]               ** REMOVED **
2101         * src/codeconv.c
2102         * src/compose.c
2103         * src/ldif.c
2104         * src/pgptext.c
2105         * src/procmime.c
2106         * src/rfc2015.c
2107         * src/smtp.c
2108         * src/unmime.c
2109         * src/common/Makefile.am
2110         * src/common/base64.[ch]        ** NEW **
2111                 move base64 en/decoder to common directory
2112
2113 2002-11-30 [christoph]  0.8.6claws41
2114
2115         * src/common                    ** NEW **
2116                 new directory for UI independent code
2117         * src/gtk                       ** NEW **
2118                 new directory for GTK frontend
2119         * src/common/.cvsignore         ** NEW **
2120         * src/gtk/.cvsignore            ** NEW **
2121                 ignore build files
2122         * src/common/Makefile.am        ** NEW **
2123         * src/gtk/Makefile.am           ** NEW **
2124                 automake files to build new seperated stuff
2125         * src/Makefile.am
2126                 the binary will currently still be build with the
2127                 files in src, so we include the code from the
2128                 subdirs for now after building the libs there
2129
2130 2002-11-30 [paul]       0.8.6claws40
2131
2132         * src/compose.c
2133                 fix bug [642731] 'Wrong selected account with drafted mail'
2134
2135 2002-11-29 [oliver]     0.8.6claws39
2136         
2137         * src/messageview.c
2138                 o update summaryview when switching between different
2139                   messageviews          
2140         * src/toolbar.c  
2141                 o check if messageview holds already removed msg
2142                   from summaryview
2143                 
2144
2145 2002-11-29 [oliver]     0.8.6claws38
2146
2147         * src/toolbar.c 
2148                 remove not needed variables and includes
2149                 make messageview stay opened and move to next when msgs are deleted 
2150
2151 2002-11-29 [oliver]     0.8.6claws37
2152         
2153         * src/toolbar.c 
2154                 disable compose button (messageview toolbar) by default
2155                 deleted msgs are moved to trash
2156         
2157 2002-11-29 [melvin]     0.8.6claws36
2158
2159         * configure.in
2160                 Increased minimal gpgme version to 0.3.10 (Zombies out)
2161                 and to detect signatures expirations (gpgme 0.3.6)
2162
2163         * src/main.c
2164                 Use non obsolescent function for Gpgme engine checking.
2165
2166         * src/rfc2015.c
2167                 Inform about expired signatures or signatures which key
2168                 has expired. Expiration date is displayed.
2169
2170         * src/sigstatus.c
2171                 Inform about expired signatures or signatures which key
2172                 has expired.
2173
2174 2002-11-28 [paul]       0.8.6claws35
2175
2176         * src/folderview.c
2177                 re-instate 'Check for new messages' in Newsgroup
2178                 folders right-click menu, after a suggestion from
2179                 Tim Mann <timmann@users.sourceforge.net>
2180
2181         * src/main.c
2182                 after a crash check only local folders for new
2183                 messages
2184
2185 2002-11-28 [paul]       0.8.6claws34
2186
2187         * configure.in
2188                 apply patch that fixes the checking of GTK with XIM 
2189                 support on different OSs, such as FreeBSD. Patch 
2190                 submitted by Topia <topia@users.sourceforge.net>
2191                 
2192 2002-11-28 [paul]       0.8.6claws33
2193
2194         * src/mainwindow.c
2195           src/prefs_common.c
2196           src/prefs_toolbar.c
2197                 more changes to the English
2198
2199 2002-11-28 [paul]       0.8.6claws32
2200
2201         * sync with 0.8.6cvs13
2202                 see ChangeLog 2002-11-28 (no sync needed
2203                 for src/compose.c)
2204
2205 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
2206         
2207         * src/mainwindow.[ch]
2208                 add patch by Ivan F. Martinez introducing messageview Toolbar
2209                 some changes and committed by oliver    
2210
2211 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
2212
2213         * src/messageview.[ch]
2214                 add patch by Ivan F. Martinez introducing messageview Toolbar
2215                 some changes and committed by oliver    
2216
2217 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
2218
2219         * src/compose.[ch]
2220                 add patch by Ivan F. Martinez introducing messageview Toolbar
2221                 some changes and committed by oliver    
2222
2223 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
2224         
2225         * src/toolbar.[ch]
2226                 add patch by Ivan F. Martinez introducing messageview Toolbar
2227                 some changes and committed by oliver
2228
2229 2002-11-28 [oliver]     0.8.6claws27
2230         
2231         * src/prefs_toolbar.[ch]
2232                 getting ready for messageview toolbar
2233                 free mem allocated by gettext
2234                 change prefs_toolbar to prefs_toolbar_open
2235  
2236 2002-11-28 [thorsten]   0.8.6claws26
2237
2238         * src/imageview.[ch]
2239                 cleaned up conflicting declarations of
2240                 imageview_show_image()
2241
2242 2002-11-28 [paul]       0.8.6claws25
2243
2244         * src/grouplistdialog.c
2245           src/prefs_common.c
2246           src/prefs_summary_column.c
2247                 a few more improvements to the English
2248
2249 2002-11-28 [colin]      0.8.6claws24
2250
2251         * man/sylpheed.1
2252                 A few updates to command-line parameters
2253
2254 2002-11-28 [colin]      0.8.6claws23
2255
2256         * src/prefs_filtering.c
2257                 Fix problems with prefs_filtering_delete_path:
2258                 a) if the first rule is removed, original pointers
2259                    weren't updated (leading to segfaults)
2260                 b) it was always global_processing updated in case
2261                    of removed path was parent of rule path
2262
2263 2002-11-27 [paul]       0.8.6claws22
2264
2265         * src/mainwindow.c
2266           src/prefs_account.c
2267           src/prefs_actions.c
2268           src/prefs_common.c
2269           src/prefs_customheader.c
2270           src/prefs_display_header.c
2271           src/prefs_filtering.c
2272           src/prefs_folder_item.c
2273           src/prefs_matcher.c
2274           src/prefs_scoring.c
2275           src/prefs_summary_column.c
2276           src/prefs_template.c
2277           src/prefs_toolbar.c
2278                  improve the English in the GUI
2279
2280 2002-11-27 [colin]      0.8.6claws21
2281
2282         * src/folder.c
2283                 Fix processing renaming problems happening after
2284                 last commit
2285
2286 2002-11-27 [colin]      0.8.6claws20
2287
2288         * src/folder.c
2289                 recursive move now deletes src each subfolder after 
2290                 having moved it
2291         * src/folderview.c
2292                 Use identifier instead of path during dnd (enables
2293                 IMAP folder dnd)
2294
2295 2002-11-27 [paul]       0.8.6claws19
2296
2297         * src/main.c
2298                 apply patch that does command-line processing 
2299                 BEFORE gtk_init, allowing claws to run from 
2300                 shell-scripts in non-X environment (e.g. crontab 
2301                 or ip-up, ip-down scripts). Patch submitted by
2302                 Ruslan N. Balkin <baron@dartel.ru>
2303                 
2304         * po/it.po
2305                 updated by Alessandro Maestri
2306
2307 2002-11-27 [paul]       0.8.6claws18
2308
2309         * sync with 0.8.6cvs12
2310           src/prefs_common.c
2311                 Differences are that main uses a 'Receive dialog'
2312                 frame on the Interface tab, whereas claws groups all 
2313                 the dialogs together in a 'Dialogs' frame.
2314
2315 2002-11-27 [colin]      0.8.6claws17
2316
2317         * src/prefs_matcher.c
2318                 Fix Execute criteria's NOT flag
2319
2320
2321 2002-11-26 [christoph]  0.8.6claws16
2322
2323         * src/ssl.c
2324                 rewrite the ssl code a little bit, only use one
2325                 SSL context, set default certificates' file/path
2326
2327 2002-11-26 [thorsten]   0.8.6claws15
2328
2329         * src/compose.c
2330                 default-reply-to didn't work for ml-reply
2331
2332 2002-11-26 [melvin]     0.8.6claws14
2333
2334         * src/prefs_actions.c
2335                 Made pipe-actions ignore short headers in message view
2336                 Made trailing-pipe-actions write in the message view with
2337                 the same font as the original message
2338
2339 2002-11-26 [paul]       0.8.6claws13
2340
2341         * src/compose.c
2342                 this time commit the correct file
2343
2344 2002-11-26 [paul]       0.8.6claws12
2345
2346         * sync with 0.8.6cvs11
2347           src/quote_fmt_parse.y  
2348                 no sync needed
2349           src/account.[ch]       
2350                 not sync'ed
2351           src/compose.c
2352                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
2353                 on draft mode.
2354                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
2355                 header
2356                 
2357         see ChangeLog 2002-11-25 and 2002-11-26
2358
2359 2002-11-26 [colin]      0.8.6claws11
2360
2361         * src/folderview.c
2362                 Fix collapsed folder not auto-expanding during
2363                 mail dnd, if it was the source folder.
2364
2365 2002-11-25 [colin]      0.8.6claws10
2366
2367         * src/folderview.[ch]
2368                 Variable renaming and cleaning (slist of nodes 
2369                 to be re-collapsed is stored in FolderView)
2370
2371 2002-11-25 [paul]       0.8.6claws9
2372
2373         * src/prefs_common.[ch]
2374                 fix breakage caused by last commit
2375
2376 2002-11-25 [paul]       0.8.6claws8
2377
2378         * sync with 0.8.6cvs4
2379                 see ChangeLog 2002-11-21
2380
2381 2002-11-25 [paul]       0.8.6claws7
2382
2383         * sync with 0.8.6cvs4
2384                 see ChangeLog 2002-11-20
2385
2386 2002-11-25 [paul]       0.8.6claws6
2387
2388         * sync with 0.8.6cvs3
2389                 see ChangeLog 2002-11-18
2390
2391 2002-11-25 [colin]      0.8.6claws5
2392
2393         * src/gtkutils.[ch]
2394                 Add gtkut_ctree_node_is_parent()
2395         * src/folderview.c
2396                 Spring-loaded folders
2397
2398 2002-11-25 [colin]      0.8.6claws4
2399
2400         * src/utils.[ch]
2401                 Add slist_concat_unique(), function to merge
2402                 two GSList filtering dups
2403         * src/folder.[ch]
2404         * src/summaryview.[ch]
2405         * src/folderview.c
2406         * src/main.c
2407                 Add detection/update/display of unread answers
2408                 to marked mails
2409         * src/procmsg.[ch]
2410                 Add procmsg_find_children()
2411                 Add procmsg_msg_has_marked_parent()
2412
2413 2002-11-25 [colin]      0.8.6claws3
2414
2415         * src/ssl_certificate.[ch]
2416                 Allow checking a certificate without a DNS
2417                 lookup
2418                 Allow to forget a cert (by deleting it)
2419                 Make ssl_certificate_destroy_public
2420         * src/ssl_manager.[ch] ** NEW FILES **
2421                 Gui to manage (display/remove) certificates
2422         * src/prefs_common.[ch]
2423                 Add a pref to allow silent acceptation of
2424                 trusted certificates or not (based on the
2425                 "I want to know what's going on" principle)
2426         * src/mainwindow.c
2427                 Add SSL manager in Tools menu
2428         * src/Makefile.am
2429                 Add the new files to the build
2430         * po/POTFILES.in
2431                 Add ssl_manager.c to translations
2432
2433 2002-11-25 [colin]      0.8.6claws2
2434
2435         * src/summaryview.[ch]
2436                 Add S_SEARCH_EXTENDED to the quick search, which 
2437                 allows to search using filtering syntax.
2438
2439 2002-11-25 [colin]      0.8.6claws1
2440
2441         * src/summaryview.c
2442                 Deletion of duplicates now prefer deleting
2443                 the unread dup (fixes feature-request 638989).
2444
2445 2002-11-24 [paul]       0.8.6claws
2446
2447         * po/es.po
2448           po/pl.po
2449           po/ru.po
2450           po/sr.po
2451                 updated by Ricardo Mones Lastra,
2452                 Witold Wladyslaw Wojciech Wilk,
2453                 Ruslan N. Balkin, and  Urke MMI 
2454                 respectively
2455
2456 2002-11-24 [paul]       0.8.5claws182
2457
2458         * po/bg.po
2459                 updated by George Danchev
2460
2461 2002-11-23 [alfons]     0.8.5claws181
2462
2463         * src/imap.c
2464                 tiny memory leak found by browsing Dimitar's 
2465                 valgrind report
2466
2467 2002-11-23 [paul]       0.8.5claws180
2468
2469         * po/it.po
2470                 updated by Alessandro Maestri
2471
2472 2002-11-22 [christoph]  0.8.5claws179
2473
2474         * src/compose.c
2475         * src/inc.c
2476         * src/prefs_filtering.c
2477         * src/summaryview.c
2478                 more warning fixes
2479
2480 2002-11-22 [alfons]     0.8.5claws178
2481
2482         * src/summaryview.c
2483                 summary_execute_delete_func(): if message is deleted, make 
2484                 sure to also remove its entry in the subject hash table. 
2485                 fixes a corner case bug.
2486
2487 2002-11-22 [paul]       0.8.5claws177
2488
2489         * .cvsignore
2490                 add 'autom4te.cache'
2491                 
2492         * ltconfig      ** REMOVED **
2493                 not needed
2494
2495 2002-11-22 [paul]       0.8.5claws176
2496
2497         * src/textview.c
2498                 textview_set_font(): fix for message display in
2499                 UTF-8 locales (thanks to Sergey Vlasov).
2500                 
2501         * AUTHORS
2502                 add new team members and contributors
2503
2504
2505 2002-11-21 [colin]      0.8.5claws175
2506
2507         * src/procmsg.[ch]
2508                 Add procmsg_remove_special_headers()
2509         * src/mh.c
2510                 Use procmsg_remove_special_headers() for 
2511                 previous fix
2512
2513 2002-11-21 [colin]      0.8.5claws174
2514
2515         * src/mh.c
2516                 Fix moving/copying from queue/draft folders
2517                 for MH folders
2518
2519 2002-11-21 [christoph]  0.8.5claws173
2520
2521         * src/crash.c
2522         * src/filtering.c
2523         * src/logwindow.c
2524         * src/main.c
2525         * src/matcher_parser_lex.[hl]
2526         * src/mbox.c
2527         * src/mbox_folder.[ch]
2528         * src/prefs_filtering.c
2529         * src/procheader.c
2530         * src/quote_fmt_lex.l
2531         * src/ssl.c
2532                 fix all warnings except the warnings in lex and yacc files
2533
2534 2002-11-20 [christoph]  0.8.5claws172
2535
2536         * src/imap.c
2537                 fix MsgInfo retrieval for IMAP draft and queue folders
2538                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
2539
2540 2002-11-19 [christoph]  0.8.5claws171
2541
2542         * src/compose.c
2543                 fix segfault, when draft saving does not get
2544                 the MsgInfo of the new message
2545                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
2546
2547 2002-11-19 [christoph]  0.8.5claws170
2548
2549         * src/procmsg.c
2550                 add parameter check for flag setting function
2551                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
2552
2553 2002-11-18 [paul]       0.8.5claws169
2554
2555         * src/compose.c
2556                 more sensitivity fixes to redirect mode:
2557                 * disable toolbar draft button
2558                 * allow only Address book in the Tools menu
2559                 * disable editing of message by the spell
2560                   checker
2561
2562 2002-11-18 [paul]       0.8.5claws168
2563
2564         * src/compose.c
2565                 fix sensitivity of menu items in compose_redirect():
2566                 allow only the necessary items 
2567
2568 2002-11-18 [paul]       0.8.5claws167
2569
2570         * src/compose.c
2571                 fix bug [ 603259 ] 'attachment got lost on bounce'
2572
2573 2002-11-18 [paul]       0.8.5claws166
2574
2575         * po/ru.po
2576                 updated by Ruslan N. Balkin <baron@dartel.ru>
2577
2578 2002-11-18 [colin]      0.8.5claws165
2579
2580         * src/main.c
2581           src/defs.h
2582                 Remove old filtering stuff
2583
2584
2585 2002-11-17 [oliver]     0.8.5claws164
2586
2587         * src/toolbar.h
2588                 remove not needed typedef 
2589
2590 2002-11-17 [oliver]     0.8.5claws163
2591
2592         * src/toolbar.c
2593                 make toolbar's on click events translatable
2594
2595 2002-11-15 [colin]      0.8.5claws162
2596
2597         * src/summaryview.c
2598                 Revert too-soon integration of a feature
2599
2600 2002-11-15 [christoph]  0.8.5claws161
2601
2602         * src/imap.c
2603                 use main's implementation of imap_get_msginfo
2604
2605 2002-11-15 [christoph]  0.8.5claws160
2606
2607         * src/compose.c
2608         * src/folder.[ch]
2609         * src/imap.c
2610         * src/mbox_folder.c
2611         * src/mh.c
2612         * src/news.c
2613         * src/procmsg.c
2614         * src/summaryview.c
2615                 replace claws' fetch_msginfo with main's get_msginfo
2616                 (use main's implementation where possible)
2617
2618 2002-11-15 [colin]      0.8.5claws159
2619
2620         * src/ssl_certificate.c
2621                 Missed a check
2622
2623 2002-11-16 [melvin]     0.8.5claws158
2624
2625         * po/fr.po
2626                 Updated French translations.
2627
2628 2002-11-16 [colin]      0.8.5claws157
2629
2630         * src/ssl_certificate.c
2631                 Check for missing parts in the certificates
2632
2633 2002-11-15 [colin]      0.8.5claws156
2634
2635         * src/folderview.c
2636                 Preventive fix (missing check) found by
2637                 Alfons
2638
2639 2002-11-15 [paul]
2640
2641         * NEWS
2642                 sync with 0.8.6 release
2643
2644 2002-11-15 [colin]      0.8.5claws155
2645
2646         * src/folder.[ch]
2647           src/folderview.c
2648                 Fix error handling of folder_item_move_to()
2649                 (thanks to Alfons!)
2650
2651 2002-11-15 [colin]      0.8.5claws154
2652
2653         * src/folder.[ch]
2654           src/folderview.c
2655                 folder_item_move_to() sets an error message instead
2656                 of having GUI stuff in folder.c
2657
2658 2002-11-15 [colin]      0.8.5claws153
2659
2660         * src/procmsg.[ch]
2661                 Implemented a callback for MsgInfo updates, 
2662                 heavily copy/pasted from Christoph's folder 
2663                 callback system
2664         * src/summaryview.[ch]
2665                 Register summary_update_msg as callback
2666
2667 2002-11-14 [colin]      0.8.5claws152
2668         
2669         * src/procmsg.c
2670                 Update the FolderItem after sending (fixes 617593)
2671
2672 2002-11-14 [christoph]  0.8.5claws151
2673
2674         * src/folder.c
2675                 fix wrong position of NULL pointer check found
2676                 by Sergey
2677
2678 2002-11-14 [christoph]  0.8.5claws150
2679
2680         * src/folder.c
2681                 fix segfault when deleting messages from IMAP folders
2682                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
2683
2684 2002-11-14 [colin]      0.8.5claws149
2685
2686         * src/compose.c
2687                 Forwarding was also ignoring the folder's default account.
2688
2689 2002-11-14 [colin]      0.8.5claws148
2690
2691         * src/compose.c
2692                 Fix sent folder not set to folder properties when 
2693                 forwarding.
2694
2695 2002-11-14 [thorsten]   0.8.5claws147
2696
2697         * src/inc.c
2698                 inc_start(): Files were not moved from .processing to inbox,
2699                 if no global processing rule existed
2700
2701 2002-11-14 [colin]      0.8.5claws146
2702
2703         * src/ssl_certificate
2704                 Fix file operations
2705
2706 2002-11-14 [paul]       0.8.5claws145
2707
2708         * po/it.po
2709                 updated by Alessandro Maestri
2710
2711 2002-11-13 [alfons]     0.8.5claws144
2712
2713         * src/folder.c
2714                 folder_item_close(): only mark messages unread
2715                 when a folder has new messages 
2716
2717 2002-11-13 [keith]      0.8.5claws143
2718
2719         * src/imap.c
2720                 Fix problem moving or copying between
2721                 IMAP folders
2722
2723 2002-11-13 [colin]      0.8.5claws142
2724
2725         * src/matcher_parser_parse.y
2726                 Fix rule problem when " don't match
2727
2728 2002-11-13 [christoph]  0.8.5claws141
2729
2730         * src/folder.c
2731         * src/folderview.c
2732                 moved cache saving to folder_item_close
2733                 the folderview should not have to deal with
2734                 this things
2735
2736 2002-11-13 [christoph]  0.8.5claws140
2737
2738         * src/summaryview.c
2739                 moved setting of important score to
2740                 summary_set_prefs_from_folderitem
2741
2742 2002-11-13 [colin]      0.8.5claws139
2743
2744         * src/matcher_parser_parse.y
2745                 Fix a segfault in the parser (happening when
2746                 a good expression had been tested and a bad 
2747                 one arrives)
2748
2749 2002-11-13 [paul]       0.8.5claws138
2750
2751         * sync with 0.8.5cvs24
2752                 see ChangeLog 2002-11-13
2753                 
2754         * po/pt_BR.po
2755                 updated by Fabio Jr. Beneditto
2756
2757 2002-11-13 [colin]      0.8.5claws137
2758         
2759         * src/msgcache.c
2760           src/defs.h
2761           src/procmsg.[ch]
2762                 Revert last commit, problem
2763
2764 2002-11-13 [colin]      0.8.5claws136
2765
2766         * src/msgcache.c
2767                 Remove duplicated code
2768         * src/defs.h
2769                 Bumped CACHE_VERSION and MARK_VERSION
2770         * src/procmsg.[ch]
2771                 Network endian for cache and mark files
2772
2773 2002-11-12 [colin]      0.8.5claws135
2774
2775         * src/inc.c
2776                 Fix the "socket error" dialog which disappeared
2777
2778 2002-11-12 [colin]      0.8.5claws134
2779
2780         * src/msgcache.c
2781                 Reverse last commit which had performance 
2782                 problems, but still reverse the list
2783
2784 2002-11-12 [colin]      0.8.5claws133
2785
2786         * src/msgcache.c
2787                 Reverse list order
2788
2789 2002-11-12 [melvin]     0.8.5claws132
2790
2791         * src/compose.c
2792                 Added a check for a NULL prefs_common.dictionary
2793
2794 2002-11-12 [colin]      0.8.5claws131
2795
2796         * src/ssl_certificate.[ch]
2797                 Use FQDN hostname
2798
2799 2002-11-12 [colin]      0.8.5claws130
2800
2801         * src/ssl_certificate.[ch]
2802                 Take connection port into account for 
2803                 checking certificates (a single hostname
2804                 could have multiple servers with multiple
2805                 certificates)
2806         * src/ssl.c
2807                 Pass the port to ssl_certificate_check
2808
2809 2002-11-12 [paul]       0.8.5claws129
2810
2811         * src/folder.c
2812                 fix a typo in last commit
2813
2814 2002-11-12 [paul]       0.8.5claws128
2815
2816         * sync with 0.8.5cvs23
2817                 see ChangeLog entry 2002-11-12
2818
2819 2002-11-11 [colin]      0.8.5claws127
2820
2821         * src/ssl_certificate.c
2822                 Cleaner messages
2823                 Don't popup, instead log error, if the 
2824                 corresponding pref is checked
2825         * src/ssl_certificate.h
2826                 include <openssl/objects/h>
2827
2828 2002-11-11 [colin]      0.8.5claws126
2829
2830         * src/ssl_certificate.h
2831                 _Really_ clean it
2832
2833 2002-11-11 [colin]      0.8.5claws125
2834         
2835         * src/ssl_certificate.c
2836                 Fixed leak
2837
2838 2002-11-11 [colin]      0.8.5claws124
2839
2840         * src/ssl.c
2841                 Cleaned a bit
2842         * src/ssl_certificate.[ch]
2843                 Cleaned a bit (better use of SSL API)
2844                 (This will cause non-recognition of saved 
2845                  certificates of claws12[23]...)
2846
2847 2002-11-11 [paul]       0.8.5claws123
2848         
2849         * po/es.po
2850                 updated by Ricardo Mones Lastra
2851
2852 2002-11-11 [colin]      0.8.5claws122
2853
2854         * src/ssl.c
2855                 Fix a typo
2856
2857 2002-11-11 [colin]      0.8.5claws121
2858
2859         * src/ssl_certificate.[ch] ** NEW FILES **
2860         * src/ssl.[ch]
2861                 Check SSL certificates presented to us
2862         * src/Makefile.am
2863                 Add ssl_certificate.[ch]
2864         * po/POTFILES.in
2865                 Add ssl_certificate.c
2866
2867 2002-11-11 [paul]       0.8.5claws120
2868
2869         * sync with 0.8.5cvs22
2870                 see ChangeLog 2002-11-11
2871
2872 2002-11-11 [paul]       0.8.5claws119
2873
2874         * sync with 0.8.5cvs21
2875                 see ChangeLog 2002-11-11
2876
2877 2002-11-10 [jens]       0.8.5claws118
2878
2879         * src/folder.c
2880         * src/folderview.c
2881                 corrected some typing
2882         * po/de.po
2883                 updated german translation
2884         * sylpheed.spec.in
2885                 cleaned up specfile and adjusted it for claws
2886
2887 2002-11-10 [colin]      0.8.5claws117
2888
2889         * src/summaryview.c
2890                 a STATUSBAR_PUSH/POP fix
2891
2892 2002-11-10 [colin]      0.8.5claws116
2893
2894         * src/prefs_folder_item.c
2895                 Fix hanging after opening folder properties
2896
2897 2002-11-10 [hoa]        0.8.5claws115
2898
2899         * src/matcher_parser_lex.l
2900         * src/matcher_parser_parse.y
2901                 config file for scoring and filtering is no more trashed
2902                 when there is a syntax error in a filtering rule when
2903                 editing it in a dialog.
2904
2905 2002-11-09 [colin]      0.8.5claws114
2906
2907         * src/mbox_folder.c
2908                 Added missing initialisation of folder->destroy()
2909
2910 2002-11-09 [colin]      0.8.5claws113
2911
2912         * src/folder.c
2913           src/folderview.c
2914                 Fix the status bar messages
2915
2916 2002-11-09 [colin]      0.8.5claws112
2917
2918         * src/folderview.c
2919                 Fix hangs after folder dnd, happening after 
2920                 claws109.
2921
2922 2002-11-09 [christoph]  0.8.5claws111
2923
2924         * src/folderview.c
2925                 just changed order of calls (reverse order of
2926                 associated calls)
2927         * src/inc.c
2928                 lock inc when checking only one account, otherwise
2929                 inc all could be executed at the same time
2930
2931 2002-11-09 [christoph]  0.8.5claws110
2932
2933         * src/folderview.c
2934                 better unlock the mouse cursor before calling
2935                 summary_show because it changes the cursor too
2936
2937 2002-11-09 [christoph]  0.8.5claws109
2938
2939         * src/folder.[ch]
2940         * src/folderview.c
2941                 add functions to open and close a folder
2942                 o opending will execute scanning for remote folders
2943                   and processing
2944                 o closing will unset new flag for messages
2945
2946 2002-11-09 [colin]      0.8.5claws108
2947
2948         * src/folder.c
2949                 Add a call to prefs_matcher_write_config to 
2950                 avoid non-leaf folders filtering settings to be
2951                 lost
2952
2953 2002-11-09 [paul]       0.8.5claws107
2954
2955         * src/prefs_account.c
2956                 re-word a label
2957
2958 2002-11-09 [colin]      0.8.5claws106
2959
2960         * src/folderview.c
2961                 Minor esthetic fix
2962
2963 2002-11-09 [colin]      0.8.5claws105
2964
2965         * src/folderview.c
2966                 Fix prefs_filtering deletion for MH folders (same
2967                 reason as below)
2968         * src/prefs_filtering.c
2969                 Fix prefs_filtering renaming and deletion for 
2970                 folder-based processing rules.  
2971
2972 2002-11-09 [christoph]  0.8.5claws104
2973
2974         * src/compose.c
2975         * src/folder.[ch]
2976         * src/folderview.[ch]
2977         * src/import.c
2978         * src/inc.c
2979         * src/main.c
2980         * src/mainwindow.c
2981         * src/messageview.c
2982         * src/prefs_folder_item.c
2983         * src/procmsg.c
2984         * src/summaryview.c
2985                 implement a callback system for folder item updates
2986
2987 2002-11-09 [colin]      0.8.5claws103
2988
2989         * src/folderview.c
2990                 Fix prefs_filtering renaming for MH folders (we
2991                 shouldn't rename by path as another folder could
2992                 have the same hierarchy).
2993
2994 2002-11-09 [colin]      0.8.5claws102
2995
2996         * src/folder.c
2997                 Fix a leak found by Christoph, use better variable
2998                 names
2999
3000 2002-11-09 [colin]      0.8.5claws101
3001
3002         * src/folder.c
3003                 One more fix for processing rules
3004
3005 2002-11-08 [colin]      0.8.5claws100
3006         
3007         * src/matcher.c
3008                 Don't copy the compiled regexp (will be reevaluated)
3009         * src/folderview.c
3010                 Lock folderview while moving
3011         * src/folder.c
3012                 Provide info on what's happening to the user
3013
3014 2002-11-08 [colin]      0.8.5claws99
3015
3016         * src/folderview.c
3017                 Fix folder reordering after a move if parent is 
3018                 root
3019         * src/scoring.[ch]
3020                 Add function to copy a ScoringProp
3021         * src/prefs_folder_item.c
3022                 Copy scoring rules when copying a folder prefs
3023
3024 2002-11-08 [colin]      0.8.5claws98
3025
3026         * src/folderview.c
3027                 Fixes in case of failure
3028         * src/filtering.[ch]    
3029                 Add function to duplicate a FilteringProp
3030         * src/matcher.[ch]
3031                 Add function to duplicate a MatcherProp
3032         * src/prefs_folder_item.c
3033                 Save folder's processing rules when copying 
3034                 its prefs
3035
3036 2002-11-08 [colin]      0.8.5claws97
3037         
3038         * src/folderview.c
3039                 Sort after move
3040         * src/folder.c 
3041                 Change a printf to debug_print
3042
3043 2002-11-08 [colin]      0.8.5claws96
3044
3045         * src/folder.c
3046           src/folderview.c
3047                 Fix segfaults, call me stupido
3048         
3049
3050 2002-11-08 [colin]      0.8.5claws95
3051
3052         *src/folder.c
3053                 Added forgotten prefs to save when moving folders
3054
3055 2002-11-08 [colin]      0.8.5claws94
3056
3057         * src/folder.c
3058                 Fixes to folder DND (prefs copy)
3059         * src/folderview.c
3060                 Optimization for folder DND (don't rescan whole tree)
3061                 Added folderview_create_folder_node() for this 
3062                 optimization, so de-duped a bit the code
3063         * src/prefs_folder_item.[ch]
3064                 Added prefs_folder_item_copy_prefs()    
3065           
3066 2002-11-08 [paul]       0.8.5claws93
3067
3068         * src/prefs_account.c
3069           tools/README
3070           tools/kmail2sylpheed_v2.pl
3071                 correct some typos
3072
3073 2002-11-08 [paul]       0.8.5claws92
3074
3075         * src/compose.c
3076           src/prefs_account.[ch]
3077                 remove account options 'clearsign' and 'ascii_armored',
3078                 replace with 'default_gnupg_mode' to prevent mixed-mode
3079                 Privacy settings
3080
3081 2002-11-08 [paul]       0.8.5claws91
3082
3083         * src/compose.[ch]
3084                 re-implement GnuPG 'on-the-fly' mode selection,
3085                 disallow mixed-mode
3086
3087 2002-11-08 [colin]      0.8.5claws90
3088
3089         * src/folderview.c
3090           src/prefs_folder_item.c
3091                 Change "Property" to "Properties"
3092
3093 2002-11-07 [colin]      0.8.5claws89
3094
3095         * src/folderview.c
3096           src/folder.c
3097                 Allow folder dropping to a root folder
3098
3099 2002-11-07 [paul]       0.8.5claws88
3100
3101         * src/compose.c
3102                 revert last commit
3103
3104 2002-11-07 [paul]       0.8.5claws87
3105
3106         * src/compose.c
3107                 fix reply-to-list bug. closes bug report
3108                 "[633382] reply-to-list broken in recent cvs"
3109
3110 2002-11-07 [paul]       0.8.5claws86
3111
3112         * src/compose.c
3113                 add a forgotten '#if USE_GPGME ... #endif'
3114
3115 2002-11-07 [paul]       0.8.5claws85
3116
3117         * sync with 0.8.5cvs20
3118                 see ChangeLog 2002-11-07
3119
3120 2002-11-07 [colin]      0.8.5claws84
3121
3122         * src/folder.[ch]
3123                 Change folder_item_move_to to return the newly 
3124                 created folderitem.
3125         * src/folderview.c
3126                 Select the new folderitem after moving.
3127
3128 2002-11-07 [colin]      0.8.5claws83
3129
3130         * src/prefs_filtering.c
3131                 Fix rule rewriting when moving a leaf folder to a 
3132                 shorter path
3133
3134 2002-11-07 [colin]      0.8.5claws82
3135
3136         * src/prefs_filtering.c
3137                 fix a leak
3138
3139 2002-11-07 [colin]      0.8.5claws81
3140
3141         * src/folder.[ch]
3142                 Add folder_item_move_to() function to move a 
3143                 folderitem into another one (updates matcher etc)
3144         * src/folderview.c
3145                 Add folder drag'n drop (context menu to come)
3146                 [Should be dataloss free, but Please backup before 
3147                  trying !]
3148
3149 2002-11-06 [colin]      0.8.5claws80
3150
3151         * src/mh.c
3152                 mh_create_folder() returns NULL if can't create
3153                 directory hierarchy
3154
3155 2002-11-06 [paul]       0.8.5claws79
3156
3157         * src/compose.[ch]
3158                 allow 'on-the-fly' changing of the type of encryption 
3159                 and/or signing used (mime/ascii) via the compose window
3160
3161 2002-11-06 [paul]       0.8.5claws78
3162
3163         * sync with 0.8.5cvs19
3164                 see ChangeLog 2002-11-06 for src/account.c: 
3165                 account_get_special_folder()
3166                 
3167 2002-11-05 [alfons]     0.8.5claws77
3168
3169         * src/crash.c
3170                 very minor cleanups: nothing to see here, move on. :-)
3171
3172 2002-11-05 [colin]      0.8.5claws76
3173
3174         * src/main.c
3175                 Changes choices if compose windows are opened to
3176                 Discard, Draft, Don't quit
3177
3178 2002-11-05 [thorsten]   0.8.5claws75
3179
3180         * src/compose.c
3181                 reenabled default_reply_to folder option
3182
3183 2002-11-05 [colin]      0.8.5claws74
3184
3185         * src/compose.[ch] 
3186                 add compose_draft()
3187         * src/crash.c
3188                 add SIGTERM handler
3189         * src/main.[ch]
3190                 add clean_quit() for the SIGTERM handler
3191
3192 2002-11-05 [paul]       0.8.5claws73
3193         
3194         * po/es.po
3195                 updated by Ricardo Mones Lastra
3196
3197 2002-11-05 [melvin]     0.8.5claws72
3198
3199         * src/logwindow.c
3200                 Fixed log-clipping bug #616795.
3201                 To stop logging in the log window use 0 length.
3202         * src/prefs_common.c
3203                 Added a label to inform about the 0 log length behaviour.
3204
3205 2002-11-05 [paul]       0.8.5claws71
3206
3207         * sync with 0.8.5cvs17
3208                 see ChangeLog 2002-11-05
3209
3210 2002-11-04 [paul]       0.8.5claws70
3211
3212         * sylpheed-128x128.png
3213           sylpheed-64x64.png
3214           sylpheed.png
3215                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
3216                 <nikai@users.sourceforge.net>
3217                 
3218         * po/bg.po
3219                 updated by George Danchev
3220
3221 2002-11-03 [thorsten]   0.8.5claws69
3222
3223         * src/main.c
3224           src/mimeview.c
3225           src/rfc2015.h
3226                 add check if gpg is active
3227
3228 2002-11-03 [thorsten]   0.8.5claws68
3229
3230         * src/toolbar.h
3231                 removed GSList declaration causing trouble on MacOS-X
3232                 (submitted by alfons, reported by xfesty)
3233
3234 2002-11-01 [paul]       0.8.5claws67
3235
3236         * src/mainwindow.c
3237                 remove last remnants of main's filter code
3238
3239 2002-11-01 [paul]       0.8.5claws66
3240
3241         * tools/filter_conv.pl
3242                 fix bug where user-defined headers were ignored
3243
3244 2002-11-01 [paul]       0.8.5claws65
3245
3246         * src/logwindow.c
3247                 make a debug_print() not translatable
3248
3249 2002-10-31 [melvin]     0.8.5claws64
3250
3251         * ac/aspell.m4
3252                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
3253                 not run any GNU/aspell test.  The dictionary path will
3254                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
3255                 was given, in which case, it will be $prefix/lib/aspell/
3256         * configure.in
3257                 Fixed typo in commentary (Aspell code).
3258
3259 2002-10-31 [paul]       0.8.5claws63
3260
3261         * po/POTFILES.in
3262                 remove src/filter.c and src/prefs_filter.c
3263                 thanks to Ricardo for reminding me
3264
3265 2002-10-31 [colin]      0.8.5claws62
3266
3267         * src/mbox_folder.c
3268                 Plug some leaks
3269
3270 2002-10-31 [paul]       0.8.5claws61
3271
3272         * src/prefs_filter.[ch] ** REMOVED **
3273           src/filter.[ch]       ** REMOVED **
3274           
3275         * src/Makefile.am
3276           src/folderview.c
3277           src/inc.c
3278           src/main.c
3279           src/mainwindow.c
3280           src/mbox.c
3281           src/prefs_common.c
3282           src/prefs_filtering.c
3283           src/summaryview.[ch]
3284                 remove main's 'filter' code
3285                 
3286         README.claws
3287                 update to reflect removal of main's filter
3288
3289 2002-10-31 [paul]       0.8.5claws60
3290
3291         * src/summaryview.c
3292                 remove check for global_processing in summary_filter_open(). 
3293                 This fixes the bug where if the user uses the right-click 
3294                 'Create filter rule...' and doesn't have any filter rules 
3295                 already defined in claws' advanced filtering, the newly 
3296                 created filter rule goes to main's filtering which is 
3297                 inaccessible through the gui. Now the filter rule gets added
3298                 to claws' filtering by default.
3299
3300 2002-10-28 [melvin]     0.8.5claws59
3301
3302         * src/prefs_actions.c
3303                 Fixed bug #627322 where MIME parts were not always
3304                 correctly passed to a %p action
3305                 Display an error dialog when message filename is not found.
3306
3307 2002-10-28 [melvin]     0.8.5claws58
3308
3309         * src/prefs_common.c
3310                 Readded a missing function declaration lost in 0.8.3claws34
3311
3312 2002-10-28 [paul]       0.8.5claws57
3313
3314         * sync with 0.8.5cvs15
3315                 see ChangeLog 2002-10-28 and 2002-10-25
3316                 
3317         Note: ChangeLog entry 2002-10-24 is not sync'ed.
3318
3319 2002-10-27 [oliver]     0.8.5claws56
3320
3321         * src/pop.c
3322                 plug leak in pop3_top_recv
3323
3324 2002-10-26 [christoph]  0.8.5claws55
3325
3326         * src/folder.c
3327                 set need_update folder flag when messages are added
3328                 (closes bug [ 626922 ] folder not updated after receiving)
3329
3330 2002-10-25 [melvin]     0.8.5claws54
3331
3332         * src/imageview.c
3333                 Fixed a memleak introduced in the scaling code.
3334
3335 2002-10-24 [alfons]     0.8.5claws53
3336
3337         * src/filtering.c
3338                 make filtering's forward message action forward from the 
3339                 correct account
3340                 (closes bug [628089 ] Filter -> Forward from address problem
3341                 reported by Oktay)
3342
3343 2002-10-24 [christoph]  0.8.5claws52
3344
3345         * src/mainwindow.c
3346         * src/manual.[ch]
3347                 o use manual of current locale or english if current
3348                   locale is not available (and english is available)
3349                 o also link to sylpheed doc project manuals
3350
3351 2002-10-23 [paul]       0.8.5claws51
3352
3353         * tools/README
3354           tools/kmail2sylpheed_v2.pl
3355                 add new version of kmail addressbook importer script.
3356                 works with newer versions of Kmail/KAddressBook which
3357                 have new and rearranged data.
3358
3359 2002-10-23 [martin]     0.8.5claws50
3360
3361         * src/folderview.c
3362         * src/summaryview.c
3363         * src/utils.h
3364         * src/utils.c
3365                 added length parameter to get_abbrev_newsgroup_name()
3366                 changed this function so that it abbreviates the newsgroup
3367                 names only so long it is smaller than the length parameter
3368                 (for better reading of some newsgroup names and space efficiency)
3369
3370 2002-10-22 [colin]      0.8.5claws49
3371
3372         *src/foldersel.c
3373                 Revert Alfons' last modification (after voting ;-))
3374
3375 2002-10-21 [alfons]     0.8.5claws48
3376
3377         * src/foldersel.c
3378                 folder view in folder selection dialog reflects state of
3379                 folder view in main window
3380
3381 2002-10-18 [alfons]     0.8.5claws47
3382
3383         * src/mbox.c
3384                 drop imported messages in folder selected by user,
3385                 and not in the inbox
3386                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
3387
3388 2002-10-18 [alfons]     0.8.5claws46
3389
3390         * src/compose.c
3391                 make automagic reply work correctly for email accounts 
3392                 (whether it's viable to do a full sync with Hiro's 
3393                 compose.c is still under discussion)
3394
3395 2002-10-18 [melvin]     0.8.5claws45
3396
3397         * src/prefs_actions.c
3398                 Fixed bug #622275 where asynchroneous actions left 
3399                 zombies processes
3400                 Made (synchroneous) actions' input be displayed live.
3401
3402 2002-10-18 [christoph]  0.8.5claws44
3403
3404         * src/textview.c
3405                 don't add a newline in the textview in front of the
3406                 first textpart if header display is disabled
3407                 (closes bug [ 603385 ] disabled header display leaves blank
3408                  lin)
3409
3410 2002-10-18 [christoph]  0.8.5claws43
3411
3412         * src/folder.[ch]
3413         * src/imap.c
3414         * src/mbox_folder.c
3415         * src/mh.c
3416         * src/news.c
3417                 folder->get_num_list now returns an error code
3418                 (closes bug [ 609424 ] News cache cleared on failure)
3419                 
3420 2002-10-17 [colin]      0.8.5claws42
3421         
3422         * src/news.c
3423                 Changed a printf by debug_print
3424
3425 2002-10-16 [paul]       
3426
3427         * tools/OOo2sylpheed.pl
3428                 allow for spaces in the name of the
3429                 file to be attached.
3430
3431 2002-10-16 [colin]      0.8.5claws41
3432
3433         * src/main.c
3434                 Use a tristate to change online mode
3435
3436 2002-10-16 [paul]       0.8.5claws40
3437
3438         * po/es.po
3439                 updated by Ricardo Mones Lastra
3440
3441 2002-10-16 [colin]      0.8.5claws39
3442
3443         * src/main.c
3444           src/mainwindow.[ch]
3445                 Added --online and --offline command-line
3446                 switches
3447
3448 2002-10-15 [christoph]  0.8.5claws38
3449
3450         * src/procmime.c
3451                 set mimeinfo->name to NULL after g_free to
3452                 avoid double freeing with g_free
3453
3454 2002-10-14 [christoph]  0.8.5claws37
3455
3456         * src/compose.c
3457         * src/filtering.c
3458         * src/summaryview.c
3459                 remove calls to folder->change_flags that are now
3460                 done by procmsg flag functions (seems it is not
3461                 used by any foldertype anyway)
3462         * src/folder.c
3463                 init folder->change_flags with NULL
3464
3465 2002-10-14 [christoph]  0.8.5claws36
3466
3467         * src/folder.[ch]
3468         * src/imap.[ch]
3469                 use virtual functions for folder item new and destroy
3470                 functions
3471
3472 2002-10-14 [melvin]     0.8.5claws35
3473
3474         * src/compose.c
3475                 Added a test to not run the spell checker if no default
3476                 dictionary is available. No dialog is displayed though.
3477
3478 2002-10-14 [melvin]     0.8.5claws34
3479
3480         * src/gtkaspell.c
3481                 Fixed bug in dictionary list context menu where
3482                 "More..." pointed to an emtpy submenu if the
3483                 number of dictionaries is a multiple of 15
3484                 Removed unneeded code in suggestions list creation
3485
3486 2002-10-14 [paul]       0.8.5claws33
3487
3488         * po/bg.po
3489                 updated by George Danchev
3490
3491 2002-10-13 [hoa]        0.8.5claws32
3492
3493         * src/matcher.[ch]
3494           src/matcher_parser_parser.y
3495                 removed the escaped string from internal structure
3496                 of matcher.
3497
3498 2002-10-12 [colin]      0.8.5claws31
3499
3500         * src/gtksctree.[ch]
3501           src/summaryview.c
3502                 Removed useless function gtksctree_reanchor
3503
3504 2002-10-12 [alfons]     0.8.5claws30
3505         
3506         * sync with remaining main changes 2002-10-09 - 2002-10-11
3507         - drop changes to src/compose.c (requires claws specific changes)
3508         
3509 2002-10-12 [alfons]     0.8.5claws29
3510         
3511         * sync with main changes of 2002-10-08
3512         - drop changes to src/compose.c (requires claws specific changes)
3513         - drop changes to src/summaryview.c (requires changes to compose.c)     
3514
3515 2002-10-12 [alfons]     0.8.5claws28
3516         
3517         * sync with main changes of 2002-10-07
3518
3519 2002-10-12 [alfons]     0.8.5claws27
3520
3521         * sync with main changes of 2002-10-04
3522         - drop changes to src/compose.c (requires claws specific changes)
3523         - drop changes to src/prefs_folder_item.c (claws implementation
3524           seems to be working)
3525
3526 2002-10-12 [colin]      0.8.5claws26
3527
3528         * src/mainwindow.c
3529                 Fix folder-flicker when space-reading, introduced 
3530                 in claws22.
3531
3532 2002-10-12 [colin]      0.8.5claws25
3533
3534         * src/compose.c
3535                 Save account address when saving as draft.
3536                 (closes bug 621838)
3537
3538 2002-10-12 [colin]      0.8.5claws24
3539
3540         * src/summaryview.c
3541                 Fix the problem consisting of no message selected
3542                 after the last message in a folder has been moved.
3543
3544 2002-10-12 [paul]       0.8.5claws23
3545
3546         * src/compose.c
3547           src/prefs_template.c
3548           src/template.[ch]
3549                 add Cc and Bcc to templates. Patch submitted by
3550                 John L. Males.
3551
3552 2002-10-12 [colin]      0.8.5claws22
3553
3554         * src/folderview.c
3555                 Fix a bug after "Check for new messages":
3556                 If a folder was opened, it was still selected at
3557                 the end of the check, but displayed empty.
3558         * src/mainwindow.c
3559                 Remove unnecessary check
3560
3561 2002-10-12 [paul]
3562
3563         * tools/README
3564                 be more verbose in the description of
3565                 OOo2sylpheed.pl
3566                 
3567
3568 2002-10-11 [colin]      0.8.5claws21
3569
3570         * src/mainwindow.c
3571                 Make space work (better) when no mail is selected
3572
3573 2002-10-11 [colin]      0.8.5claws20
3574
3575         * src/inc.c
3576           src/news.c
3577                 fix warnings
3578
3579 2002-10-11 [colin]      0.8.5claws19
3580
3581         * src/mainwindow.c
3582                 revert 0.8.5claws6 changes as i couldn't get to
3583                 anything satisfying
3584
3585 2002-10-11 [melvin]     0.8.5claws18
3586
3587         * src/compose.c
3588                 Removed buggy and unused macro (should have been committed in
3589                 0.8.5claws17)
3590
3591 2002-10-11 [melvin]     0.8.5claws17
3592
3593         * src/compose.c
3594                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
3595
3596 2002-10-11 [thorsten]   0.8.5claws16 
3597
3598         * src/folderview.c
3599                 remove rescan warning
3600
3601 2002-10-11 [colin]      0.8.5claws15 
3602
3603         * src/procheader.c
3604                 fix a segfault that happens if conv_unmime_header
3605                 fails (should be better to find out why it fails)
3606
3607 2002-10-11 [christoph]  0.8.5claws14
3608
3609         * src/summaryview.c
3610                 update folderview stats after ignore/unignore thread
3611
3612 2002-10-11 [hoa]        0.8.5claws13
3613
3614         * src/quote_fmt_parse.y
3615                 Fixed a yacc/bison syntax error
3616         * src/matcher.c
3617                 Escaping of string is fixed.
3618
3619 2002-10-11 [colin]      0.8.5claws12
3620
3621         * src/imageview.c
3622                 Resize images to fit
3623
3624 2002-10-11 [paul]       0.8.5claws11
3625
3626         * po/es.po
3627                 updated by Ricardo Mones Lastra
3628
3629 2002-10-10 [alfons]     0.8.5claws10
3630
3631         * src/compose.c
3632                 allow dropping files by "moving" files from a file manager,
3633                 not only by the more cumbersome "copying". the latter 
3634                 mostly implies holding down the Control button
3635
3636 2002-10-10 [christoph]  0.8.5claws9
3637
3638         * src/summaryview.c
3639                 update folders after thread building for ignored threads
3640
3641 2002-10-10 [christoph]  0.8.5claws8
3642
3643         * config/.cvsignore
3644                 added Makefile
3645         * src/filtering.[ch]
3646         * src/folder.[ch]
3647         * src/folderview.[ch]
3648         * src/import.c
3649         * src/inc.[ch]
3650         * src/mbox.[ch]
3651         * src/procmsg.c
3652         * src/summaryview.[ch]
3653                 o added new flag need_update to FolderItem
3654                 o removed folder_table from various functions from tracking
3655                   folder updates
3656                 o set need_update flags in folder.c's move, copy and delete
3657                   functions and procmsg's flags functions
3658                 o added function folderview_update_items_when_required that
3659                   updates all folders with need_update set
3660                 o call folderview_update_items_when_required instead of
3661                   folderview_update_item_foreach
3662
3663 2002-10-09 [sergey]     0.8.5claws7
3664
3665         * src/compose.c
3666                 Strip CRs whel loading the text into editor in reedit mode.
3667
3668 2002-10-09 [colin]      0.8.5claws6
3669
3670         * src/mainwindow.c
3671                 Make Space work when no mail is selected
3672
3673 2002-10-09 [colin]      0.8.5claws5
3674
3675         * src/gtksctree.[ch]
3676                 Fix range_select
3677                 Add gtk_sctree_reanchor() 
3678         * src/summaryview.c
3679                 Use gtk_sctree_reanchor() - better fix for 
3680                 bug 60413
3681
3682 2002-10-09 [colin]      0.8.5claws4
3683
3684         * src/summaryview.c
3685                 Fix shift-click select after delete problem
3686                 (closes bug 60413)
3687
3688 2002-10-08 [thorsten]   0.8.5claws3
3689
3690         * src/summaryview.c
3691                 exclude current msg from -hide read messages-
3692
3693 2002-10-08 [colin]      0.8.5claws2
3694
3695         * src/inc.[ch]
3696           src/pop.c
3697           src/recv.c
3698                 Differentiate socket errors from disk full
3699                 errors
3700
3701 2002-10-08 [christoph]  0.8.5claws1
3702
3703         * Makefile.am
3704         * configure.in
3705                 modifications for new config directory
3706
3707         * config.guess  ** REMOVED **
3708         * config.sub    ** REMOVED **
3709         * install-sh    ** REMOVED **
3710         * ltmain.sh     ** REMOVED **
3711         * missing       ** REMOVED **
3712         * mkinstalldirs ** REMOVED **
3713                 these files are autogenerated by automake
3714                 when you run autogen.sh
3715
3716         * config/.cvsignore     ** NEW FILE **
3717         * config/Makefile.am    ** NEW FILE **
3718                 ignore autogenerated files
3719                 create a Makefile in this directory
3720
3721 2002-10-08 [paul]       0.8.5claws
3722
3723         * 0.8.5claws release
3724         
3725         * src/compose.c
3726           src/procheader.c
3727           src/procmsg.c
3728                 fix quote reply format for newsgroups reply bug
3729                 (thanks to Hoa)
3730                 
3731         * po/en_GB.po
3732           po/pl.po
3733                 updated by me and Witold Wladyslaw Wojciech Wilk
3734                 repectively
3735
3736 2002-10-07 [paul]       0.8.3claws53
3737
3738         * po/it.po
3739           po/pt_BR.po
3740           po/sr.po
3741                 updated messages catalogs, submitted by
3742                 Alessandro Maestri, Fabio Jr.Beneditto 
3743                 and Urke MMI, respectively.
3744
3745 2002-10-07 [christoph]  0.8.3claws52
3746
3747         * src/folder.[ch]
3748         * src/folderview.c
3749         * src/mainwindow.c
3750                 fix new folder ghost message bug
3751                 (closes bug [ 619722 ] wrong count for newly created folders)
3752
3753 2002-10-07 [christoph]  0.8.3claws51
3754
3755         * src/compose.c
3756                 fix news posting problem
3757
3758 2002-10-07 [melvin]     0.8.3claws50
3759
3760         * po/fr.po
3761                 Updated French translation
3762
3763 2002-10-05 [christoph]  0.8.3claws49
3764
3765         * src/gtkstext.c
3766                 check if line_start_cache is set in gtk_stext_update_text
3767                 (closes bug [ 618119 ] crash while doing search in folder)
3768
3769 2002-10-05 [christoph]  0.8.3claws48
3770
3771         * src/imap.c
3772         * src/news.c
3773         * src/utils.c
3774         * src/utils.h
3775                 implement cache cleanups for claws' folder system
3776                 (closes bug [ 595916 ] imapcache not cleaned up)
3777
3778 2002-10-05 [melvin]     0.8.3claws47
3779
3780         * src/prefs_actions.c
3781                 Made the help text more clear for the %p token
3782
3783 2002-10-04 [paul]       0.8.3claws46
3784
3785         * sync with 0.8.5
3786                 see ChangeLog 2002-10-02 and 2002-10-03
3787
3788 2002-10-04 [christoph]  0.8.3claws45
3789
3790         * src/inc.c
3791                 fix segfault caused by pop before smtp
3792                 call to inc_account_mail with NULL
3793                 pointer for mainwin
3794
3795 2002-10-04 [paul]       0.8.3claws44
3796
3797         * configure.in
3798                 sync the LDAP detection from 0.8.5cvs1
3799
3800 2002-10-02 [christoph]  0.8.3claws43
3801
3802         * po/de.po
3803                 fix small spelling error
3804
3805 2002-10-02 [melvin]     0.8.3claws42
3806
3807         * ac/aspell.m4
3808                 Behave better and say "no" when test program cannot be run.
3809
3810 2002-10-02 [paul]       0.8.3claws41
3811
3812         * sync with 0.8.4cvs1
3813                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
3814                 
3815         * src/summaryview.c
3816                 toggle the behavior of Reply menuitem between
3817                 normal reply and reply-to-list
3818
3819 2002-10-01 [sergey]     0.8.3claws40
3820
3821         * src/compose.c
3822                 Convert newlines in the message text to the canonical form
3823                 before base64 encoding (RFC2045 compliance, fixes some
3824                 interoperability issues with Evolution 1.0.3)
3825
3826 2002-09-29 [colin]      0.8.3claws39
3827
3828         * src/summaryview.c
3829                 Fix an unwanted copy/paste
3830
3831 2002-09-29 [colin]      0.8.3claws38
3832
3833         * src/mainwindow.c
3834                 Renamed "Custom toolbar" to "Customize toolbar"
3835                 Renamed "Show all header" to "Show all headers"
3836                 Renamed "Set diplay item" to "Set displayed items"
3837         * src/prefs_common.c
3838                 Renamed "Show all header" to "Show all headers"
3839         * src/prefs_summary_column.c
3840                 Renamed "diplay item" to "displayed items"
3841
3842 2002-09-29 [colin]      0.8.3claws37
3843
3844         * src/mainwindow.[ch]
3845                 online/offline status pixmaps follow theme
3846                 changes
3847         * src/summaryview.[ch]
3848                 quicksearch pixmap follows theme changes
3849
3850 2002-09-29 [thorsten]   0.8.3claws36
3851
3852         * src/compose.c
3853           src/prefs_folder_item.[ch]
3854                 add default_reply_to folder option (closes patch 581044)
3855
3856 2002-09-29 [christoph]  0.8.3claws35
3857
3858         * acconfig.h    ** REMOVED **
3859         * configure.in
3860         * ac/aspell.m4
3861         * ac/check-type.m4
3862         * ac/gnupg-check-typedef.m4
3863                 fix autoheader 2.50 warning
3864
3865 2002-09-29 [christoph]  0.8.3claws34
3866
3867         * major code cleanup (part 2)
3868         
3869                 - unused variables removed
3870                 - unused functions removed
3871                 - uninitialized variables checked
3872                 - missing return statements added
3873                 - missing function return types added
3874                 - added parentheses around assignment
3875                   when suggested by gcc
3876
3877 2002-09-29 [alfons]     0.8.3claws33
3878
3879         * src/logwindow.c
3880                 log_window_clear(): only bracket gtk_text_forward_delete() 
3881                 with gtk_text_freeze() / gtk_text_thaw() (see if this
3882                 works around GTK text bug)
3883
3884 2002-09-29 [paul]       0.8.3claws32
3885
3886         * po/bg.po
3887           po/sr.po
3888                 updated by George Danchev and Urke MMI
3889                 respectively
3890
3891 2002-09-27 [christoph]  0.8.3claws31
3892
3893         * doc-src/readme.txt
3894         * doc-src/rfc1806.txt   ** REMOVED **
3895         * doc-src/rfc2183.txt   ** NEW FILE **
3896         * doc-src/rfc2980.txt   ** NEW FILE **
3897                 update rfcs
3898
3899 2002-09-27 [melvin]     0.8.3claws30
3900
3901         * ac/aspell.m4
3902                 Fixed typo which could break linking
3903
3904 2002-09-27 [melvin]     0.8.3claws29
3905
3906         * ac/aspell.m4
3907                 Improved GNU/aspell checking. 
3908                 Fixed bug #614490
3909
3910 2002-09-27 [paul]       0.8.3claws28
3911
3912         * sync with 0.8.3cvs8
3913                 see ChangeLog 2002-09-27
3914
3915 2002-09-26 [colin]      0.8.3claws27
3916
3917         * src/toolbar.[ch]
3918           src/mainwindow.[ch]
3919                 Add "Reply to Mailing-list" to the toolbar
3920
3921 2002-09-26 [christoph]  0.8.3claws26
3922
3923         * src/summaryview.c
3924                 Fix wrong message counts in summaryview status
3925
3926 2002-09-26 [paul]       0.8.3claws25
3927
3928         * sync with 0.8.3cvs7
3929                 see ChangeLog 2002-09-26
3930
3931 2002-09-26 [paul]       0.8.3claws24
3932
3933         * sync with 0.8.3cvs6
3934                 see ChangeLog 2002-09-25
3935
3936 2002-09-25 [christoph]  0.8.3claws23
3937
3938         * src/prefs_common.c
3939         * src/prefs_folder_item.c
3940         * src/prefs_scoring.c
3941                 Renamed "kill score" to "hide score" in GUI
3942                 and prefs files
3943
3944 2002-09-25 [paul]       0.8.3claws22
3945
3946         * sync with 0.8.3cvs5
3947                 see ChangeLog 2002-09-24
3948
3949 2002-09-24 [alfons]     0.8.3claws21
3950
3951         patch by Satoshi Nagayasu: allows appending / saving multiple 
3952         selected files (closes "[ 612279 ] save multiple mesg(s) in 
3953         'Save as ...'")
3954
3955         * AUTHORS
3956                 add Satoshi Nagayasu
3957         * src/summaryview.c
3958                 summary_save_as(): allow saving selected files to
3959                 one file
3960                 summary_set_menu_sensitive: enable "Save As..." when
3961                 multiple files are selected
3962         * src/utils.[ch]
3963                 append_file(): new function
3964
3965 2002-09-24 [colin]      0.8.3claws20
3966
3967         * src/procmime.c
3968                 Fix segfault when mimeinfo doesn't have a 
3969                 content_type. 
3970
3971 2002-09-24 [colin]      0.8.3claws19
3972
3973         * src/prefs_common.[ch]
3974                 Add a preference to display send dialog or not
3975         * src/send.c
3976                 Display send dialog according to preference
3977
3978 2002-09-24 [colin]      0.8.3claws18
3979
3980         * src/compose.[ch]
3981                 Disable user actions when sending
3982
3983 2002-09-24 [colin]      0.8.3claws17
3984
3985         * src/procmime.c
3986                 Do not display name or filename for attachments
3987                 with an application/pgp-signature type
3988                 (security flaw, see bug 537413)
3989
3990 2002-09-23 [colin]      0.8.3claws16
3991
3992         * src/editaddress.c
3993                 Initialize entry_email, entry_alias and 
3994                 entry_remarks to first email address of the list
3995
3996 2002-09-23 [colin]      0.83claws15
3997
3998         * src/compose.c
3999                 Drop pgp-signature when reediting a signed queued
4000                 message
4001
4002 2002-09-23 [melvin]     0.8.3claws14
4003
4004         * po/fr.po
4005                 Updated French translation
4006
4007 2002-09-23 [melvin]     0.8.3claws13
4008
4009         * src/mainwindow.c
4010                 Made custom toolbar menu labels more consistent
4011         * src/prefs_toolbar.c
4012                 Made custom toolbar window title more consistent
4013
4014 2002-09-22 [colin]      0.8.3claws12
4015
4016         * src/inc.c
4017                 Initialize session type to normal before getting 
4018                 mail (fixes strange Get behaviour)
4019         * src/prefs_account.h
4020                 Move STYPE_POP_BEFORE_SMTP to last position to 
4021                 avoid other side-effects
4022
4023 2002-09-22 [colin]      0.8.3claws11
4024
4025         * src/prefs_account.c
4026                 Fix pop_bfr_smtp_tm_entry sensivity when switching
4027                 from pop3 to apop or vice-versa
4028
4029 2002-09-22 [colin]      0.8.3claws10
4030         
4031         * src/prefs_account.[ch]
4032                 Add an option for the POP before SMTP timeout
4033         * src/inc.c
4034                 Remember time of last POP connection
4035         * src/send.c
4036                 Do POP before SMTP only if timeout reached
4037
4038 2002-09-22 [oliver]     0.8.3claws9
4039         
4040         * README.claws
4041                 explain custom toolbar
4042
4043 2002-09-22 [oliver]     0.8.3claws8
4044
4045         * src/prefs_actions.[ch]
4046         custom toolbar for compose      
4047                 actions callback from compose toolbar
4048         * src/folderview.c
4049                 remove include toolbar.h
4050
4051 2002-09-22 [oliver]     0.8.3claws7
4052         
4053         * src/prefs_toolbar.[ch]
4054                 custom toolbar for compose
4055                 - generic prefs_toolbar handles both
4056                   Mainwin's toolbar as well as Compose toolbar          
4057
4058 2002-09-22 [oliver]     0.8.3claws6
4059         
4060         * src/toolbar.[ch]
4061                 custom toolbar for compose
4062                 restructure toolbar.[ch]
4063
4064 2002-09-22 [oliver]     0.8.3claws5
4065
4066         * src/compose.[ch]
4067                 custom toolbar for compose
4068
4069 2002-09-22 [oliver]     0.8.3claws4
4070         
4071         * src/mainwindow.[ch]
4072                 custom toolbar for compose 
4073                 move mainwin toolbar back to mainwindow
4074
4075 2002-09-22 [alfons]     0.8.3claws3
4076
4077         * src/procmsg.c
4078                 :%sno/if(/if (/gc
4079                 :%sno/for(/for (/gc
4080                 (beautify)
4081
4082 2002-09-22 [alfons]     0.8.3claws2
4083         
4084         * src/procmsg.c
4085                 procmsg_save_to_outbox(): don't unlink message file from queue;
4086                 callers should do it using folder_item_remove_msg()
4087
4088 2002-09-22 [colin]      0.8.3claws1
4089
4090         * src/mimeview.[ch]
4091                 Made mimeview_check_signature() public
4092         * src/textview.c
4093                 Made GPG signatures verifiable by clicking
4094                 the [application/pgp-signature] in the Text
4095                 view
4096
4097 2002-09-22 [paul]       0.8.3claws
4098
4099         * po/bg.po
4100           po/en_GB.po
4101           po/es.po
4102           po/it.po
4103           po/pl.po
4104           po/pt_BR.po
4105           po/sr.po
4106                 updated translations, submitted by George Danchev,
4107                 me, Ricardo Mones Lastra, Alessandro Maestri,
4108                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
4109                 and Urke MMI, respectively.     
4110
4111 2002-09-22 [alfons]     0.8.2claws65
4112
4113         * src/procmsg.c
4114         * src/pgptext.c
4115                 no furry valgrinds have been used to plug these memleaks
4116
4117 2002-09-20 [paul]       0.8.2claws64
4118
4119         * sync with 0.8.3cvs4
4120                 'Select thread' re-implemented 
4121                 see ChangeLog 2002-09-20
4122
4123 2002-09-21 [alfons]     0.8.2claws63
4124
4125         * src/compose.c
4126                 compose_send(): plug unnoticed memleak
4127
4128 2002-09-20 [alfons]     0.8.2claws62
4129
4130         * src/addr_compl.c
4131                 replace_address_in_edit(): strict check for NULL address to
4132                 fix "[ 607348 ] Segfault in address completion". My guess is
4133                 that this happens with an empty address book, but it's good
4134                 to have this check here anyway
4135                 
4136                 completion_window_button_press(): free string returned 
4137                 from the internal cache
4138
4139 2002-09-20 [christoph]  0.8.2claws61
4140
4141         * src/procmime.h
4142                 added ENC_BINARY to EncodingType
4143         * src/procmime.c
4144                 the string returned by procmime_get_encoding_str
4145                 should not depend on the order of values in the
4146                 EncodingType definition
4147         * doc-src/rfc1806.txt   ** NEW FILE **
4148                 Added rfc1806 about MIME Content-Disposition
4149                 Extension
4150
4151 2002-09-19 [paul]       0.8.2claws60
4152
4153         * sync with 0.8.2cvs3
4154                 see ChangeLog 2002-09-19
4155
4156 2002-09-19 [paul]       0.8.2claws59
4157
4158         * src/prefs_folder_item.c
4159                 revert to Darko's original alignment of colour
4160                 selector button
4161                 add a colon to folder_color label
4162                 
4163         * src/compose.c
4164                 add Colin's patch (with Hiro's modifications) to 
4165                 force BASE64 encoding for 8-bit text when signing
4166                 (sync with 0.8.3cvs2)
4167
4168 2002-09-18 [alfons]     0.8.2claws58
4169
4170         * src/compose.c
4171                 :%sno/if(/if (/gc
4172                 :%sno/for(/for (/gc
4173                 (beautify a little bit)
4174
4175 2002-09-18 [christoph]  0.8.2claws57
4176
4177         * src/pine.c
4178                 fix handling of fgetc return value
4179
4180 2002-09-17 [alfons]     0.8.2claws56
4181         
4182         * src/summaryview.c
4183                 summary_sort(): check non-NULL summaryview->folder_item when no 
4184                 folder is selected at all
4185                 (closes "[ 610344 ] sort label make syl Crash")
4186
4187 2002-09-17 [alfons]     0.8.2claws55
4188         
4189         * src/compose.c
4190                 beautify a little bit
4191
4192 2002-09-17 [christoph]  0.8.2claws54
4193
4194         * src/folder.c
4195                 initialize max values for cache and folder
4196                 when cache or folder is empty
4197
4198 2002-09-15 [colin]      0.8.2claws53
4199
4200         * src/compose.c
4201                 Fix a leak (thanks Alfons!) and cleaned
4202                 variables names for custom headers
4203
4204 2002-09-15 [colin]      0.8.2claws52
4205
4206         * src/compose.c
4207                 Fix custom headers recognition when
4208                 prefs_common.trans_hdr is on
4209
4210 2002-09-15 [colin]      0.8.2claws51
4211
4212         * src/compose.c
4213                 Allow dynamically-added custom headers
4214                 Yet not reparsed if reedited
4215
4216 2002-09-15 [alfons]     0.8.2claws50
4217
4218         * src/prefs_account.c
4219                 fix warnings
4220
4221 2002-09-15 [colin]      0.8.2claws49
4222         
4223         * src/prefs_account.c
4224                 fix pop_before_smtp sensitivity
4225
4226 2002-09-15 [colin]      0.8.2claws48
4227
4228         * src/inc.[ch]
4229                 add inc_pop_before_smtp()
4230                 allow MainWindow to be undefined in 
4231                 inc_account_mail() and inc_start()
4232         * src/pop.c
4233           src/prefs_account.h
4234                 add STYPE_POP_BEFORE_SMTP session type
4235         * src/prefs_account.c
4236                 activated pop before smtp option
4237         * src/send.c
4238                 do pop before smtp if the relevant option 
4239                 is set
4240
4241 2002-09-15 [paul]       0.8.2claws47
4242
4243         * sync with 0.8.3
4244                 see ChangeLog 2002-09-15
4245
4246 2002-09-14 [paul]       0.8.2claws46
4247
4248         * po/bg.po
4249                 updated Bulgarian translation, submitted by
4250                 George Danchev
4251
4252 2002-09-13 [paul]       0.8.2claws45
4253
4254         * src/compose.c
4255                 merge claws' select_account() with main's
4256                 (new) compose_select_account(). [sync with
4257                 0.8.2cvs15, see ChangeLog 2002-09-11]
4258
4259 2002-09-12 [christoph]  0.8.2claws44
4260
4261         * src/filter.c
4262                 allocate 1 elements of FolderItem not 0
4263
4264 2002-09-12 [colin]      0.8.2claws43
4265
4266         * src/compose.c
4267                 Fix bug #590825 (obey Follow-up: poster)
4268
4269 2002-09-12 [colin]      0.8.2claws42
4270
4271         * src/procmime.c
4272                 Fix bug #557009 (wrong headers for messages 
4273                 forwarded as attachments)
4274
4275 2002-09-11 [colin]      0.8.2claws41
4276         
4277         * src/compose.c
4278                 Put SCF: pseudo-header on top of message
4279                 Set draft tmp_flag when saved as draft
4280
4281         * src/procmsg.c
4282           src/procheader.c
4283                 Skip after first \n\n for beginning of real message
4284                 for drafts too
4285
4286 2002-09-11 [christoph]  0.8.2claws40
4287
4288         * src/filtering.c
4289                 use procmsg flag functions in filtering or processing
4290                 will cause incorrect folder message counts
4291
4292 2002-09-11 [colin]      0.8.2claws39
4293
4294         * src/compose.c
4295                 Fix bug #550175 - wrong save folder when reediting
4296                 drafts
4297
4298 2002-09-11 [paul]       0.8.2claws38
4299
4300         * sync with 0.8.2cvs14
4301                 see ChangeLog 2002-09-11
4302
4303 2002-09-11 [colin]      0.8.2claws37
4304
4305         * src/folder.c
4306                 Fix a typo (seeming to cause new/unread status to
4307                 be lost)
4308
4309 2002-09-10 [christoph]  0.8.2claws36
4310
4311         * src/compose.c
4312                 compose_redirect should not use compose_generic_new
4313                 because that does more stuff than expected including
4314                 opening the external editor
4315                 (closes bug "[ 526608 ] bounced messages appear blank
4316                  in editor")
4317
4318 2002-09-10 [christoph]  0.8.2claws35
4319
4320         * src/folder.c
4321                 fix problem with too large message number range
4322                 causing a crash in folder_item_scan
4323
4324 2002-09-10 [paul]       0.8.2claws34
4325
4326         * sync with 0.8.2cvs13
4327                 see ChangeLog 2002-09-10
4328
4329 2002-09-10 [christoph]  0.8.2claws33
4330
4331         * src/msgcache.c
4332                 set MsgInfo TmpFlags for queue and draft folders
4333                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
4334
4335 2002-09-10 [paul]       0.8.2claws32
4336
4337         * AUTHORS
4338           po/bg.po      ** NEW FILE **
4339                 new Bulgarian translation submitted by
4340                 George Danchev <danchev@spnet.net>
4341                 
4342         * tools/Makefile.am
4343           tools/README
4344           tools/tb2sylpheed     ** NEW FILE **
4345                 add script that converts an addressbook exported
4346                 from The Bat! into a Sylpheed addressbook. Submitted
4347                 by Urke MMI <urke-kg@eunet.yu>
4348
4349 2002-09-10 [paul]       0.8.2claws31
4350
4351         * sync with 0.8.2cvs12
4352                 see ChangeLog 2002-09-10
4353
4354 2002-09-06 [paul]       0.8.2claws30
4355
4356         * src/prefs_common.c
4357                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
4358                 
4359         * tools/Makefile.am
4360           tools/README
4361           tools/ldif-to-xml.py  ** REMOVED **
4362                 remove obsolete python script
4363
4364 2002-09-06 [paul]       0.8.2claws29
4365
4366         * sync with 0.8.2cvs10
4367                 see ChangeLog 2002-09-06
4368
4369 2002-09-04 [paul]       0.8.2claws28
4370
4371         * sync with 0.8.2cvs9
4372                 see ChangeLog 2002-08-04
4373
4374 2002-09-04 [colin]      0.8.2claws27 
4375
4376         * src/prefs_common.[ch]
4377                 Added signature color configuration
4378         * src/textview.c
4379                 Use user-specified signature color
4380
4381 2002-09-03 [colin]      0.8.2claws26
4382
4383         * src/prefs_common.[ch]
4384                 Added autosave and autosave_length prefs
4385         * src/compose.c
4386                 Added compose_remove_draft()
4387                 Auto-save drafts according to the prefs
4388         * src/main.c
4389                 Added a crash-indicator file, allowing to check
4390                 for new messages on startup if Sylpheed crashed
4391                 (makes saved drafts "reappear")
4392
4393 2002-09-03 [colin]      0.8.2claws25
4394
4395         * src/textview.[ch]
4396                 Grey the signature
4397
4398 2002-09-03 [paul]       0.8.2claws24
4399
4400         * sync with 0.8.2cvs8
4401                 see ChangeLog 2002-09-02 and 2002-09-03
4402
4403 2002-09-03 [darko]      0.8.2claws23
4404
4405         * src/folderview.c
4406                 use normal style when creating new folder to pick
4407                 proper font size 
4408
4409 2002-09-02 [melvin]     0.8.2claws22
4410
4411         * src/gtkaspell.m4
4412                 removed some obsolete code
4413
4414 2002-09-02 [melvin]     0.8.2claws21
4415
4416         * ac/aspell.m4
4417                 fixed test's equality sign (== to =)
4418
4419 2002-09-02 [alfons]     0.8.2claws20
4420
4421         * src/folder.c
4422         * src/mh.c
4423                 revert change of 0.8.2claws16 and use the mh_folder_destroy
4424                 as folder->destroy virtual as suggested by Hiro
4425                 (the mh.c code seems to have been lost around mh.c.1.21)
4426
4427 2002-09-02 [paul]       0.8.2claws19
4428
4429         * po/pt_BR.po
4430                 updated by Fabio Jr. Beneditto
4431                 
4432         * src/defs.h
4433                 use 'http://claws.sylpheed.org' for homepage link. 
4434                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
4435
4436 2002-09-01 [alfons]     0.8.2claws18
4437
4438         * src/mh.c
4439                 plug memleak related to one Martin Kluge found
4440
4441 2002-08-31 [paul]       0.8.2claws17
4442
4443         * sync with 0.8.2cvs6
4444                 see ChangeLog 2002-08-30
4445
4446 2002-08-31 [alfons]     0.8.2claws16
4447
4448         * src/folder.c
4449                 folder_destroy(): remove mailbox from folderlist even if it has
4450                 no destroy virtual
4451
4452 2002-08-31 [alfons]     0.8.2claws15
4453
4454         * src/folder.c
4455                 :%sno/if(/if (/gc
4456                 :%sno/for(/for (/gc
4457                 (being pedantic I know)
4458
4459 2002-08-31 [alfons]     0.8.2claws14
4460
4461         * src/folder.c
4462                 check for NULL pointers returned from folder->fetch_msginfo virtual
4463                 (should solve some reported crashes)
4464
4465 2002-08-30 [alfons]     0.8.2claws13
4466
4467         * acconfig.h
4468         * configure.in
4469         * src/crash.c
4470                 enable crash dialog on compilation time
4471                 (--enable-crash-dialog configure option)
4472
4473 2002-08-30 [alfons]     0.8.2claws12
4474
4475         * AUTHORS
4476                 add Martin Kluge
4477         * src/mh.c
4478                 apply memory leak plug patch by Martin Kluge
4479                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
4480                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
4481                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
4482
4483 2002-08-30 [darko]      0.8.2claws11
4484
4485         * src/folderview.c
4486                 copy Gtk style from normal style to match
4487                 font size for coloured folders
4488
4489 2002-08-29 [alfons]     0.8.2claws10
4490
4491         * sylpheed.desktop
4492                 Type=Internet <- Type=Application
4493                 (reported by Michael Schwendt, see:
4494                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
4495                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
4496
4497 2002-08-29 [paul]       0.8.2claws9
4498
4499         * sync with 0.8.2cvs5
4500                 see ChangeLog 2002-08-29
4501
4502 2002-08-29 [colin]      0.8.2claws8
4503
4504         * src/summaryview.c
4505                 Added a sanity check in summary_select_thread
4506                 Should fix bug 601605
4507
4508 2002-08-29 [colin]      0.8.2claws7
4509
4510         * src/main.c
4511                 Revert claws6 changes regarding bug #591676
4512
4513 2002-08-28 [colin]      0.8.2claws6
4514         
4515         * src/main.c
4516                 Ignore cache for queue folderitems
4517                 Fix bug #591676
4518
4519 2002-08-28 [melvin]     0.8.2claws5
4520
4521         * README.claws
4522                 Fixed typos.
4523
4524 2002-08-28 [melvin]     0.8.2claws4
4525
4526         * README.claws
4527                 Updated a bit the text concerning the spell checker
4528
4529 2002-08-28 [melvin]     0.8.2claws3
4530
4531         Merged the GNU_aspell_branch:
4532                 Support of new GNU/aspell is now included and the old pspell
4533                 is not supported anymore.
4534                 See README.claws
4535
4536         * README.claws
4537                 Updated spell checker text to reflect the switch to GNU/aspell
4538
4539         * ac/aspell.m4          *** NEW ***
4540         * src/gtkaspell.[ch]    *** NEW *** 
4541         * ac/pspell.m4          *** DELETED *** 
4542         * src/gtkspell.[ch]     *** DELETED ***
4543
4544         * ac/Makefile.am
4545                 Updated for GNU/aspell support
4546
4547         * po/POTFILES.in
4548                 Replaced gtkspell.c by gtkaspell.c
4549
4550         * acconfig.h
4551         * src/Makefile.am
4552         * src/about.c
4553         * src/compose.[ch]
4554         * src/crash.c
4555         * src/main.c
4556         * src/prefs_common.[ch]
4557                 Updated for GNU/aspell support
4558
4559 2002-08-28 [paul]       0.8.2claws2
4560
4561         * sync with 0.8.2cvs4
4562                 see ChangeLog 2002-08-27 and 2002-08-28
4563
4564 2002-08-28 [colin]      0.8.2claws1
4565
4566         * src/summary_search.c
4567                 Added "AND search"
4568
4569 2002-08-28 [jens]       0.8.2claws
4570
4571         *po/de.po
4572                 Updated German translations
4573
4574 2002-08-27 [melvin]     0.8.2claws
4575
4576         * po/fr.po
4577                 Updated French translations
4578
4579 2002-08-27 [paul]       0.8.2claws
4580
4581         * sync with 0.8.2 main release
4582
4583         * po/en_GB.po
4584           po/es.po
4585           po/it.po
4586           po/pl.po
4587           po/pt_BR.po
4588           po/sr.po
4589                 updated message catalogs submitted by
4590                 Ricardo Mones Lastra, Alessandro Maestri,
4591                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
4592                 Beneditto and Urke MMI  
4593
4594 2002-08-27 [hoa]        0.8.1claws123
4595
4596         * src/mainwindow.[ch]
4597         * src/summaryview.[ch]
4598                 removed the "filter setting" menu option.
4599                 add a "cancel a news message" menu option.
4600
4601 2002-08-26 [martin]     0.8.1claws122
4602
4603         * ChangeLog.claws
4604                 changed string under 0.8.1claws79 changed by myself
4605                 i'm sorry alfons :(
4606
4607 2002-08-26 [martin]     0.8.1claws121
4608
4609         * src/crash.c
4610                 added kill command to debuggerrc to start crash dialog
4611
4612 2002-08-26 [paul]       0.8.1claws120
4613
4614         * sync with 0.8.1cvs31
4615                 see ChangeLog 2002-08-26
4616
4617 2002-08-25 [alfons]     0.8.1claws119
4618
4619         * src/procmsg.c
4620                 fix bug that didn't send out correct headers to news server
4621                 when sending news article and email from queue (bug reported
4622                 and patch provided by Tim Mann; closes bug 
4623                 "[ 583196 ] 0.7.8claws can't post news")
4624
4625 2002-08-25 [alfons]     0.8.1claws118
4626
4627         * src/selective_download.c
4628                 mark two strings as translatable
4629                 (thanks to Urke MMI for pointing this out)
4630
4631 2002-08-25 [alfons]     0.8.1claws117
4632
4633         * src/summaryview.c
4634                 treat sent boxes as special and allow sorting them by addressee
4635                 (closes "[ 589418 ] Sent folder sorting misbehavior"
4636                 submitted by Steve Lamb)
4637
4638 2002-08-24 [alfons]     0.8.1claws116
4639
4640         * src/matcher.c
4641                 fix memleak reported by Martin Kluge
4642                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
4643
4644 2002-08-24 [oliver]     0.8.1claws115
4645
4646         * src/prefs_toolbar.c
4647                 o code cleanup as suggested by Alfons
4648                 o memleak fix
4649
4650 2002-08-24 [alfons]     0.8.1claws114
4651
4652         * src/summaryview.c
4653                 o fix another memory leak reported by Martin Kluge
4654                   (see "[ 599568 ] Small Memory Leak")
4655                 o remove 'from' variable from 'summary_set_header()'; we can
4656                   do with just 'to' 
4657
4658 2002-08-24 [paul]       0.8.1claws113
4659
4660         * sync with 0.8.1cvs30
4661                 see ChangeLog 2002-08-23
4662
4663 2002-08-24 [alfons]     0.8.1claws112
4664
4665         * src/summaryview.c
4666                 remove unnecessary allocations for search bar fixing leaks
4667                 reported by Martin Kluge
4668                 (see "[ 599451 ] Further memory leaks?")
4669
4670 2002-08-24 [alfons]     0.8.1claws111
4671
4672         * src/main.c
4673                 make get_socket_name() public for crash.c
4674         * src/crash.c
4675                 o make report bug button work (goes to claws' 
4676                   bug tracker at sf.net)
4677                 o introduce function for doing important stuff just
4678                   before claws goes down
4679                 o clean up code 
4680
4681 2002-08-24 [alfons]     0.8.1claws110
4682
4683         * src/compose.c
4684                 move cursor to "To" entry when forwarding as attachment
4685                 (reported and solved by Steve Lamb, closes bug report
4686                 "[ 592880 ] Forward as attachment; cursor not in to")
4687
4688 2002-08-24 [colin]      0.8.1claws109
4689
4690         * src/mainwindow.c
4691                 fix quick search visibility after GUI (de)separations.
4692
4693 2002-08-23 [colin]      0.8.1claws108
4694
4695         * src/mainwindow.c
4696                 fix header pane visibility after folderview or
4697                 messageview (de)separation
4698
4699 2002-08-23 [paul]       0.8.1claws107
4700
4701         * src/mainwindow.[ch]
4702           src/toolbar.c
4703                 give full control of display or non-display 
4704                 of the Execute icon to Custom toolbar settings.
4705                 add new sensitivity condition to maninwindow.h: 
4706                 M_DELAY_EXEC
4707
4708         * ChangeLog
4709           ChangeLog.jp
4710           NEWS
4711                 more sync with 0.8.1cvs29
4712
4713 2002-08-23 [melvin]     0.8.1claws106
4714
4715         * src/alertpanel.c
4716                 Readded support for custom widget in alertpanel lost in last
4717                 sync.
4718
4719 2002-08-23 [paul]       0.8.1claws105
4720
4721         * sync with 0.8.1cvs29
4722                 see ChangeLog 2002-08-23
4723
4724 2002-08-23 [colin]      0.8.1claws104
4725
4726         * src/summaryview.c
4727                 Fix folder and search pixmaps exchanging positions
4728                 after theme or toolbar changes. Thank to Oliver for 
4729                 reporting this.
4730
4731 2002-08-23 [colin]      0.8.1claws103
4732
4733         * src/mainwindow.c
4734           src/messageview.[ch]
4735           src/noticeview.[ch]
4736           src/summaryview.c
4737                 Changed messageview_create() and noticeview_create()
4738                 to avoid the last gdk_warning
4739
4740 2002-08-22 [colin]      0.8.1claws102
4741
4742         * src/summaryview.c
4743                 Fix my new `Creating pixmap from xpm' warning
4744
4745 2002-08-22 [colin]      0.8.1claws101
4746
4747         * src/mainwindow.c
4748                 Fix some of the gdk warnings
4749
4750 2002-08-22 [colin]      0.8.1claws100
4751
4752         * src/Makefile.am
4753         * src/stock_pixmap.c
4754         * src/stock_pixmap.h
4755         * src/pixmaps/quicksearch.xpm *ADDED*
4756                 Add the quicksearch pixmap
4757         * src/mainwindow.c
4758         * src/summaryview.c
4759         * src/summaryview.h
4760                 Make quicksearch bar visible/hidden via a button
4761
4762 2002-08-22 [christoph]  0.8.1claws99
4763
4764         * src/folder.c
4765                 fix folder update for newsgroups with message
4766                 numbers below minimum number of articles to fetch
4767                 (closes bug #598445)
4768
4769 2002-08-22 [paul]       0.8.1claws98
4770
4771         * sync with 0.8.1cvs28
4772                 see ChangeLog 2002-08-22
4773
4774 2002-08-21 [alfons]     0.8.1claws97
4775
4776         * src/crash.c
4777                 use bt instead of bt full which seems to work 
4778                 better, and bt full doesn't give a great deal 
4779                 of information anyway
4780
4781 2002-08-21 [colin]      0.8.1claws96
4782
4783         * src/summaryview.c
4784                 fix summaryview_searchtype_changed prototype
4785
4786 2002-08-21 [christoph]  0.8.1claws95
4787
4788         * src/mainwindow.c
4789                 o fix broken menu update for sorting type, we have to
4790                   get this info from the summaryview now
4791                 o removed setting of threaded state in menu callback
4792         * src/summaryview.[ch]
4793                 more summaryview/folderitem seperation for
4794                 threading option
4795         * configure.in
4796                 removed not required --with-compiler-flags option
4797
4798 2002-08-21 [oliver]     0.8.1claws94
4799         
4800         * src/toolbar.h 
4801                 o rename toolbar.xml to toolbar_main.xml
4802                   since toolbar_compose.xml might come up 
4803                   any time soon
4804         * README.claws
4805                 add custom toolbar              
4806
4807 2002-08-21 [darko]      0.8.1claws93
4808
4809         * src/procmsg.c
4810                 don't reset tmp flags for messages copied
4811                 to sent folder
4812
4813 2002-08-21 [colin]      0.8.1claws92
4814         
4815         * src/prefs_filtering.c
4816                 fix renaming rules on folder rename 
4817                 when folder is not a leaf folder
4818
4819 2002-08-21 [paul]       0.8.1claws91
4820
4821         * src/prefs_folder_item.c
4822                 fix alignment of colour selector
4823
4824 2002-08-21 [paul]       0.8.1claws90
4825
4826         * sync with 0.8.1cvs27
4827                 see ChangeLog 2002-08-21
4828
4829 2002-08-21 [paul]       0.8.1claws89
4830
4831         * src/summaryview.c
4832                 fix crash when changing field type in
4833                 Quick search bar
4834
4835 2002-08-21 [colin]      0.8.1claws88
4836
4837         * src/summaryview.c
4838                 Made quick search case-insensitive
4839
4840 2002-08-21 [paul]       0.8.1claws87
4841
4842         * sync with 0.8.1cvs26
4843                 see ChangeLog 2002-08-21
4844
4845 2002-08-20 [christoph]  0.8.1claws86
4846
4847         * src/folderview.c
4848         * src/main.c
4849         * src/summaryview.[ch]
4850                 more summaryview/folderitem seperation for
4851                 sort_key and sort_type
4852         * src/procmsg.c
4853                 added missing return statement
4854
4855 2002-08-20 [colin]      0.8.1claws85
4856
4857         * src/summaryview.[ch]
4858                 Added a quick search box
4859         * src/mainwindow.c
4860         * src/prefs_common.[ch]
4861                 Added a show/hide option for the quick search
4862
4863 2002-08-20 [oliver]     0.8.1claws84
4864         
4865         * src/mainwindow.c
4866                 remove toolbar_create_popups
4867         * src/toolbar.[ch]
4868                 o remove toolbar_create_popups
4869                 o fix toolbar_set_sensitive 
4870                   (Bug reports #596834 and #596832)     
4871         * src/prefs_toolbar.c
4872                 o add "Set default" button
4873                 o align label and text + combo widgets
4874
4875 2002-08-20 [hoa]        0.8.1claws83bis
4876
4877         * src/imap.c
4878                 fixed a bug in imap_fetch_msginfo() in case there is no
4879                 current folder.
4880
4881 2002-08-20 [darko]      0.8.1claws83
4882
4883         * src/folderview.c
4884                 copy the color style of folder view so it
4885                 works with GTK themes
4886
4887 2002-08-20 [darko]      0.8.1claws82
4888
4889         * src/folder.h
4890         * src/folderview.c
4891         * src/prefs_folder_item.[hc]
4892                 don't use UI stuff in folder.h
4893
4894 2002-08-20 [darko]      0.8.1claws81
4895
4896         * src/folder.h
4897         * src/prefs_folder_item.h
4898         * src/folderview.c
4899         * src/prefs_folder_item.c
4900                 ability to set folder color in folderview
4901
4902 2002-08-19 [alfons]     0.8.1claws80
4903
4904         * src/summaryview.c
4905                 fix one of the earlier memleaks reported by Martin Kluge
4906
4907 2002-08-19 [alfons]     0.8.1claws79
4908
4909         * src/mainwindow.c
4910                 hide notice view when selecting seperate folder
4911                 view (reported by Urke MMI)
4912
4913 2002-08-19 [christoph]  0.8.1claws78
4914
4915         * src/folderview.c
4916         * src/prefs_folder_item.h
4917         * src/summaryview.[ch]
4918                 o add summary_set_prefs_from_folderitem to set
4919                   summaryview prefs (first step to remove all
4920                   references to the folderitem in summaryview)
4921                 o moved compiled regex stuff from folderitem prefs
4922                   to summaryview code
4923
4924 2002-08-19 [paul]       0.8.1claws77
4925
4926         * src/compose.c
4927                 add check for '.' to QUOTE_IF_REQUIRED
4928
4929 2002-08-19 [paul]       0.8.1claws76
4930
4931         * src/inc.c
4932                 sync with 0.8.1cvs25 (plug memory leak)
4933
4934         * src/prefs_toolbar.c
4935                 re-order prefs_toolbar_cancel()
4936
4937 2002-08-18 [alfons]     0.8.1claws75
4938
4939         * src/inc.c
4940         * src/matcher.c
4941                 plug other memleaks reported by Martin Kluge
4942
4943 2002-08-18 [paul]       0.8.1claws74
4944
4945         * po/pt_BR.po
4946                 updated by Fabio Jr. Beneditto
4947
4948 2002-08-18 [paul]       0.8.1claws73
4949
4950         * src/toolbar.[ch]
4951                 fix bug where tooltips were displayed untranslated              
4952
4953         * src/prefs_toolbar.c
4954                 fix bug where clicking 'Cancel' creates an icon & text
4955                 toolbar regardless of prefs
4956         
4957
4958 2002-08-17 [oliver]     0.8.1claws72
4959
4960         * src/prefs_toolbar.c
4961                 update toolbar on CANCEL
4962                 bug reported by Martin Kluge
4963         * src/toolbar.c
4964                 toolbar_destroy memleak fixed           
4965
4966 2002-08-17 [alfons]     0.8.1claws71
4967
4968         * src/toolbar.c
4969                 plug another memleak reported by Martin Kluge
4970
4971 2002-08-16 [alfons]     0.8.1claws70
4972
4973         * src/crash.c
4974                 use execvp() correctly (suggested by wwp; thanks!)
4975
4976 2002-08-16 [alfons]     0.8.1claws69
4977
4978         * src/gtksctree.c
4979                 plug memory leak reported by Kim Schultz & Martin Kluge
4980
4981 2002-08-16 [paul]       0.8.1claws68
4982
4983         * po/es.po
4984                 updated by Ricardo Mones Lastra
4985
4986 2002-08-16 [paul]       0.8.1claws67
4987
4988         * src/toolbar.h
4989                 fix bug where 'Compose News' icon showed wrong
4990                 tooltip
4991
4992 2002-08-16 [paul]       0.8.1claws66
4993
4994         * sync with 0.8.1cvs24
4995                 see ChangeLog 2002-08-16
4996
4997         * po/it.po
4998                 updated by Alessandro Maestri
4999
5000 2002-08-15 [paul]       0.8.1claws65
5001
5002         * po/sr.po
5003                 updated by Urke MMI
5004
5005 2002-08-15 [paul]       0.8.1claws64
5006
5007         * src/*.c
5008                 don't translate debug info
5009
5010         * src/matcher.[ch]
5011                 add copyright info
5012
5013 2002-08-15 [paul]       0.8.1claws63
5014
5015         * src/prefs_toolbar.c
5016                 fix bug where clicking 'OK' creates an icon & text
5017                 toolbar regardless of prefs
5018
5019 2002-08-14 [alfons]     0.8.1claws62
5020
5021         * src/main.c
5022                 add global var that has the full argv[0]
5023         * src/crash.c
5024                 o execvp the correct sylpheed by using argv0
5025                   and setting the correct work dir
5026                 o other tweaks  
5027
5028 2002-08-14 [oliver]     0.8.1claws61
5029         
5030         * enable/disable Toolbar Action Buttons 
5031         * code cleanups
5032         * src/mainwindow.c
5033         * src/toolbar.[ch]      
5034         * src/prefs_toolbar.c   
5035
5036 2002-08-14 [melvin]     0.8.1claws60
5037
5038         * po/fr.po
5039                 Updated French translations
5040
5041 2002-08-14 [melvin]     0.8.1claws59
5042
5043         * src/crash.c
5044                 Made bug report not translatable
5045         * src/exporthtml.c
5046                 Fixed exporthtml_build_filespec() return value
5047         * src/foldersel.c
5048                 Fixed incorrect include file
5049         * src/gtkspell.c
5050         * src/prefs_actions.c
5051         * src/prefs_toolbar.c
5052                 Made debug info not translatable
5053         * src/mutt.c
5054         * src/quote_fmt.c
5055                 Added missing includes
5056         * src/prefs_common.c
5057                 Fixed typo
5058
5059 2002-08-14 [paul]       0.8.1claws58
5060
5061         * faq/es/sylpheed-faq.html
5062           faq/es/sylpheed-faq-[1-3].html
5063           faq/es/sylpheed-faq-4.html     **NEW FILE **
5064                 update Spanish FAQ
5065
5066 2002-08-13 [christoph]  0.8.1claws57
5067
5068         * src/procmsg.c
5069                 ignore thread fix that did not mark all
5070                 child nodes of a ignored thread as
5071                 ignored. Does not work perfectly yet,
5072                 but it is better now
5073
5074 2002-08-13 [alfons]     0.8.1claws56
5075
5076         * src/crash.c
5077                 o implement 'save crash log'
5078                 o some tweaks
5079
5080 2002-08-13 [melvin]     0.8.1claws55
5081
5082         * src/main.c
5083                 removed unrequired "execinfo.h" header
5084
5085 2002-08-12 [paul]       0.8.1claws54
5086
5087         * faq/en/sylpheed-faq.html
5088           faq/en/sylpheed-faq-[1-3].html
5089           faq/en/sylpheed-faq-4.html     **NEW FILE **
5090                 update English FAQ
5091
5092 2002-08-12 [alfons]     0.8.1claws53
5093
5094         * po/POTFILES.in
5095                 add crash.c to translatables
5096         * src/crash.c
5097                 bring in Leandro's crash dialog
5098
5099 2002-08-11 [alfons]     0.8.1claws52
5100
5101         * src/crash.c
5102                 clean up some warnings
5103
5104 2002-08-11 [alfons]     0.8.1claws51
5105
5106         * acconfig.h
5107         * configure.in
5108         * src/crash.[ch]        ** NEW FILES **
5109         * src/main.c            
5110                 initial gdb crash handler
5111
5112 2002-08-11 [paul]       0.8.1claws50
5113
5114         * src/prefs_toolbar.c
5115                 replace Up/Down arrow pixmaps with text to be
5116                 consistent across icon themes
5117
5118 2002-08-11 [paul]       0.8.1claws49
5119
5120         * src/prefs_common.c
5121           src/prefs_toolbar.c
5122                 rename 'Pixmap' -> 'Icon'
5123
5124         * src/toolbar.[ch]
5125                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
5126
5127 2002-08-10 [paul]       0.8.1claws48
5128
5129         * src/prefs_toolbar.c
5130                 re-work the UI
5131
5132 2002-08-10 [paul]       0.8.1claws47
5133
5134         * src/main.c
5135                 don't write Processing progress to status bar
5136                 patch submitted by Alexander Evseev
5137
5138         * src/prefs_toolbar.c
5139                 re-position and resize window
5140                 make window assume correct size on first call
5141
5142 2002-08-10 [paul]       0.8.1claws46
5143
5144         * src/mainwindow.c
5145           src/prefs_toolbar.c
5146           src/toolbar.c
5147           src/toolbar.h
5148                 obey coding style
5149                 follow UI text conventions
5150
5151 2002-08-10 [alfons]     0.8.1claws45
5152
5153         * src/toolbar.c
5154                 correct pixmap for delete action
5155
5156 2002-08-10 [paul]       0.8.1claws44
5157
5158         * po/pt_BR.po
5159                 updated by Fabio Jr. Beneditto
5160
5161 2002-08-10 [paul]       0.8.1claws43
5162
5163         * po/POTFILES.in
5164                 add custom toolbar files
5165
5166 2002-08-10 [paul]       0.8.1claws42
5167
5168         * sync with 0.8.1cvs22
5169                 see ChangeLog 2002-08-09
5170
5171 2002-08-09 [paul]       0.8.1claws41
5172
5173         * tools/Makefile.am
5174           tools/README
5175           tools/outlook2sylpheed.pl     ** NEW FILE **
5176                 add script to convert exported Outlook
5177                 contacts list to a Sylpheed addressbook.
5178                 Submitted by Ricardo Mones Lastra.
5179
5180 2002-08-09 [paul]       0.8.1claws40
5181
5182         * AUTHORS
5183           configure.in
5184           po/sr.po      ** NEW FILE **
5185                 add Serbian message catalog. Submitted by
5186                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
5187
5188 2002-08-09 [paul]       0.8.1claws39
5189
5190         * sync with 0.8.1cvs21
5191                 see ChangeLog 2002-08-08
5192
5193 2002-08-08 [oliver]     0.8.1claws38
5194
5195         * src/mainwindow.c
5196                 move Custom Toolbar to Configuration menu
5197
5198 2002-08-08 [oliver]     0.8.1claws37
5199
5200         * src/prefs_toolbar.c
5201                 fix substitute pixmap bug
5202
5203 2002-08-08 [paul]       0.8.1claws36
5204
5205         * sync with 0.8.1cvs19
5206                 see ChangeLog 2002-08-08
5207
5208 2002-08-07 [christoph]  0.8.1claws35
5209
5210         * src/utils.c
5211                 fixed a memory leak in new canonicalize_file_replace
5212
5213 2002-08-07 [christoph]  0.8.1claws34
5214
5215         * src/utils.[ch]
5216                 o canonicalize_file_replace should create the temporary
5217                   file in the same directory as the original file.
5218                 o added get_tmpfile_in_dir that creates a temorary file
5219                   in a specified directory.
5220
5221 2002-08-07 [melvin]     0.8.1claws33
5222
5223         * src/toolbar.c
5224                 fixed bug where 'Article' button acted as 'Email' button.
5225
5226 2002-08-07 [paul]       0.8.1claws32
5227
5228         * sync with 0.8.1.cvs17
5229                 see ChangeLog 2002-08-07
5230
5231 2002-08-07 [colin]      0.8.1claws31
5232         
5233         * src/news.c
5234                 fix mass-cancel problem
5235
5236 2002-08-07 [thorsten]   0.8.1claws30
5237
5238         * src/prefs_toolbar.c
5239                 fix: crash on replace or add new button
5240         * src/toolbar.c
5241                 fix: close xmlfile after reading
5242         * src/utils.c
5243                 fix: unlink() file before rename()
5244
5245 2002-08-06 [paul]       0.8.1claws29
5246
5247         * sync with 0.8.cvs15
5248                 see ChangeLog 2002-08-06
5249
5250 2002-08-06 [oliver]     0.8.1claws28
5251
5252         * src/toolbar.c
5253         * src/prefs_toolbar.c
5254                 fixed empty toolbar issue
5255
5256 2002-08-06 [oliver]     0.8.1claws27
5257
5258         * Custom Toolbar Final 
5259         * src/folderview.c
5260         * src/inc.c
5261         * src/summaryview.c
5262                 o toolbar stuff now lives in src/toolbar.[ch]
5263                 o main_window_toolbar_* functions are renamed to
5264                   toolbar_* reflecting their new source file
5265         * src/mainwindow.[ch]
5266                 o remove toolbar stuff  
5267
5268 2002-08-06 [oliver]     0.8.1claws26
5269         
5270         * src/Makefile.am
5271         * src/prefs_toolbar.[ch]        **New File**
5272         * src/toolbar.[ch]              **New File**
5273                 o prefs_toolbar.[ch] custom toolbar frontend
5274                 o toolbar.[ch]       backend 
5275
5276 2002-08-06 [oliver]     0.8.1claws25
5277
5278         * src/prefs_actions.[ch]
5279                 o new exported function actions_execute
5280
5281 2002-08-06 [paul]       0.8.1claws24
5282
5283         * sync with 0.8.1cvs4
5284                 see ChangeLog 2002-08-06
5285
5286 2002-08-06 [paul]       0.8.1claws23
5287
5288         * sync with 0.8.1cvs13
5289                 see ChangeLog 2002-08-06
5290
5291 2002-08-06 [paul]       0.8.1claws22
5292
5293         * sync with 0.8.1cvs12
5294                 see ChangeLog 2002-08-05 and 2002-08-06
5295
5296 2002-08-06 [match]      0.8.1claws21
5297
5298         * src/addrclip.c
5299                 improvements to cut/copy/paste address
5300
5301 2002-08-05 [match]      0.8.1claws20
5302
5303         * src/addritem.[ch]
5304         * src/addrcache.c
5305         * src/addrbook.c
5306         * src/editaddress.c
5307         * src/addressbook.c
5308                 fixes to improve cut/copy/paste
5309
5310 2002-08-06 [melvin]     0.8.1claws19
5311
5312         * src/account.[ch]
5313                 account_find_all_from_address(): new function that returns the
5314                 list of all accounts that are matched in an address.
5315         * src/alertpanel.[ch]
5316                 alertpanel() now accepts a custom widget
5317                 alertpanel_with_widget(): new function that pops up a panel with
5318                 a custom widget in it 
5319         * src/gtkutils.[ch]
5320                 gtkut_account_menu_new(): new function that allows the selection
5321                 of an account from a list of accounts.
5322         * src/messageview.c
5323                 Extended Return Receipt notification to select the correct 
5324                 account and to make a security test on the Delivery-Notification
5325                 address which should be the same as the Return-Path.
5326
5327 2002-08-06 [thorsten]   0.8.1claws18
5328
5329         * src/mimeview.c
5330                 attach_all: save unnamed as "noname.%d",
5331                 dont free static dirname
5332
5333 2002-08-05 [alfons]     0.8.1claws17
5334
5335         * configure.in
5336                 detect XIM by trying to link rather than compile a XIM program
5337
5338 2002-08-05 [oliver]     0.8.1claws16
5339                 
5340         * src/stock_pixmap.[ch]
5341                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
5342                 o new func to retrieve pixmaps
5343
5344 2002-08-05 [paul]       0.8.1claws15
5345
5346         * sync with 0.8.1cvs10
5347                 see ChangeLog 2002-08-05
5348
5349 2002-08-04 [alfons]     0.8.1claws14
5350
5351         * src/textview.c
5352                 see if this plugs memleak
5353
5354 2002-08-04 [melvin]     0.8.1claws13
5355
5356         * src/gtkspell.c
5357                 fixed bug that could crash Sylpheed when highlighting
5358                 all misspelled words.
5359
5360 2002-08-03 [melvin]     0.8.1claws12
5361
5362         * src/prefs_actions.c
5363                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
5364         * src/messageview.c
5365                 fixed bug where the Return Receipt was sent to
5366                 Delivery-Notification-To address even if it was not present
5367
5368 2002-08-02 [alfons]     0.8.1claws11
5369
5370         * src/prefs_actions.c
5371                 o more check for NULLs
5372                 o put create_io_dialog() in right conditional block
5373
5374 2002-08-02 [paul]       0.8.1claws10
5375
5376         * po/es.po
5377                 updated by Ricardo Mones Lastra
5378
5379 2002-08-01 [christoph]  0.8.1claws9
5380
5381         * src/folder.c
5382                 don't free the cache of the opened
5383                 folder in the summaryview
5384         * src/summaryview.c
5385                 don't unset flags, if it is not required
5386
5387 2002-08-01 [paul]       0.8.1claws8
5388
5389         * sync with 0.8.1cvs8
5390                 see ChangeLog entry 2002-08-01
5391
5392 2002-08-01 [paul]       0.8.1claws7
5393
5394         * sync with 0.8.1cvs7
5395                 see ChangeLog 2002-07-31 and 2002-08-01
5396
5397 2002-07-31 [christoph]  0.8.1claws6
5398
5399         * src/mainwindow.c
5400                 forgot to update menu sensitivity
5401                 function for new menu entry
5402
5403 2002-07-31 [alfons]     0.8.1claws5
5404
5405         * src/main.c
5406                 check folder item and its path for NULL on
5407                 initial processing
5408
5409 2002-07-31 [christoph]  0.8.1claws4
5410
5411         * src/folder.c
5412                 check if folder_item_get_msginfo in
5413                 folder_item_remove_msg returned NULL
5414         * src/imap.c
5415                 better clear the uid cache in the
5416                 uid validity check function and delete
5417                 cached messages
5418
5419 2002-07-31 [paul]       0.8.1claws3
5420
5421         * man/sylpheed.1
5422                 add the '--attach' option and a few other
5423                 minor changes
5424
5425 2002-07-31 [paul]       0.8.1claws2
5426
5427         * sync with 0.8.1cvs5
5428                 see ChangeLog 2002-07-31
5429
5430 2002-07-31 [christoph]  0.8.1claws1
5431
5432         * src/folderview.[ch]
5433         * src/mainwindow.c
5434                 replace "Rescan all folders..." with
5435                 "Check all folders for new messages..."
5436
5437 2002-07-30 [paul]       0.8.1claws
5438
5439         * version 0.8.1claws released
5440
5441 2002-07-30 [paul]       0.8.0claws29
5442
5443         * tools/OOo2sylpheed.pl ** NEW FILE **
5444           tools/README
5445                 add script to enable sending documents as
5446                 attachments from OpenOffice.org
5447
5448 2002-07-30 [melvin]     0.8.0claws28
5449
5450         * src/prefs_actions.c
5451                 Made the actions' input/output dialog display
5452                 without delay.
5453
5454 2002-07-30 [christoph]  0.8.0claws27
5455
5456         * src/procmsg.c
5457                 check if folder_item_get_msginfo in
5458                 procmsg_save_to_outbox returned NULL
5459
5460 2002-07-30 [paul]       0.8.0claws26
5461
5462         * sync with 0.8.1cvs4
5463                 see ChangeLog 2002-07-29
5464
5465 2002-07-29 [thorsten]   0.8.0claws25
5466
5467         * README.claws
5468                 added selective download, delete on server
5469
5470 2002-07-29 [paul]       0.8.0claws24
5471
5472         * sync with 0.8.1cvs3
5473                 see ChangeLog 2002-07-29
5474
5475 2002-07-27 [christoph]  0.8.0claws23
5476
5477         * src/folder.c
5478                 add extra check if fetching the msginfo
5479                 returned NULL
5480
5481 2002-07-27 [paul]       0.8.0claws22
5482
5483         * sync with 0.8.1cvs2
5484                 see ChangeLog 2002-07-26
5485
5486 2002-07-27 [christoph]  0.8.0claws21
5487
5488         * src/imap.c
5489                 add another check if a valid msginfo
5490                 was returned
5491
5492 2002-07-26 [hoa]        0.8.0claws20
5493
5494         * src/folder.c
5495                 Fixed a condition in folder_item_destroy()
5496
5497         * src/imap.c
5498                 Fixed an error in IMAP protocol
5499
5500 2002-07-26 [alfons]     0.8.0claws19
5501
5502         * src/folder.c
5503                 ofcourse compare with identifier, not the path
5504
5505 2002-07-26 [alfons]     0.8.0claws18
5506
5507         * src/folder.c
5508                 use folder item identifier for saving / restoring
5509                 preferences because folder->path might not be unique
5510
5511 2002-07-26 [melvin]     0.8.0claws17
5512
5513         * src/logwindow.c
5514                 Fixed a crash introduced in 0.8.0claws5 when log is 
5515                 cut under 80 characters.
5516
5517 2002-07-26 [paul]       0.8.0claws16
5518
5519         * sync with 0.8.1cvs1
5520                 see ChangeLog 2002-07-26
5521
5522 2002-07-26 [christoph]  0.8.0claws15
5523
5524         * src/imap.[ch]
5525                 imap folder now remembers the last selected
5526                 folder and imap_fetch_msginfo skips selecting
5527                 the folder if it is already selected
5528
5529 2002-07-26 [christoph]  0.8.0claws14
5530
5531         * src/folder.c
5532         * src/folderview.c
5533         * src/imap.c
5534                 fix imap folder rescanning
5535
5536 2002-07-25 [christoph]  0.8.0claws13
5537
5538         * src/filter.c
5539         * src/folder.[ch]
5540         * src/folderview.c
5541         * src/imap.[ch]
5542         * src/mainwindow.c
5543         * src/mbox_folder.c
5544         * src/mh.c
5545         * src/news.c
5546                 implement imap uid cache and uid validity check
5547
5548 2002-07-25 [alfons]     0.8.0claws12
5549
5550         * src/summaryview.c
5551                 fix a brown paper bag bug, and also add some more
5552                 checks
5553
5554 2002-07-25 [christoph]  0.8.0claws11
5555
5556         * src/folder.c
5557                 don't mix copy, fetch_msginfo and remove
5558                 operations in folder item copy and move
5559                 operations
5560
5561 2002-07-25 [christoph]  0.8.0claws10
5562
5563         * src/folderview.c
5564         * src/mainwindow.c
5565         * src/prefs_folder_item.c
5566         * src/summaryview.[ch]
5567                 remove no longer required parameter update_cache from
5568                 summary_show
5569
5570 2002-07-25 [paul]       0.8.0claws9
5571
5572         * sync with 0.8.1
5573         
5574         * AUTHORS
5575                 a few corrections
5576
5577 2002-07-24 [alfons]     0.8.0claws8
5578
5579         * src/summaryview.c
5580                 sort correctly when using simplified subject line
5581                 (closes feature request "[ 585141 ] applying regexp to subject 
5582                 before sort" submitted by Alexandra Walford)
5583
5584 2002-07-24 [paul]       0.8.0claws7
5585
5586         * sync with 0.8.0cvs3
5587                 see ChangeLog 2002-07-24
5588
5589 2002-07-23 [christoph]  0.8.0claws6
5590
5591         * src/folder.c
5592         * src/folder.h
5593         * src/summaryview.c
5594         * src/summaryview.h
5595         * src/main.c
5596                 o separate processing and summaryview
5597                 o removed summary_write_cache from summaryview
5598                 o removed summaryview->killed_messages, because we don't have
5599                   to keep a list of killed messages anymore. New cache will
5600                   keep the hidden messages in cache anyway
5601         * src/folderview.c
5602         * src/inc.c
5603         * src/selective_download.c
5604                 o removed unnecessary summary_write_cache calls
5605         * src/procmsg.c
5606                 o don't set ignore thread flag in procmsg_get_thread_tree
5607                   if it is already set
5608         * src/mainwindow.c
5609         * src/statusbar.h
5610                 o moved STATUSBAR_PUSH/POP to statusbar.h because
5611                   they are used in different files
5612
5613 2002-07-23 [melvin]     0.8.0claws5
5614
5615         * src/addressbook.c
5616         * src/addrgather.c
5617         * src/editaddress.c
5618         * src/editgroup.c
5619         * src/editldap_basedn.c
5620         * src/importldif.c
5621         * src/prefs_common.c
5622                 Fixed few memory leak (gtk_editable_get_chars returns
5623                 an allocated string)
5624         * src/logwindow.c
5625                 Fixed few memory leak (gtk_editable_get_chars returns
5626                 an allocated string) and modified a little the log cutting
5627                 loop.
5628         * src/compose.c
5629                 Replaced a call to an obsolete function gtk_entry_get_text()
5630                 by gtk_editable_get_chars()
5631         * src/send.c
5632                 Removed a debug printf
5633
5634 2002-07-23 [christoph]  0.8.0claws4
5635
5636         * src/filesel.c
5637                 fix another g_dirname memory leak
5638
5639 2002-07-23 [christoph]  0.8.0claws3
5640
5641         * src/mh.c
5642                 fixed a memory leak in mh_fetch_msginfo
5643                 fixed crash when message header could not be
5644                 parsed
5645
5646 2002-07-23 [paul]       0.8.0claws2
5647
5648         * sync with 0.8.0cvs2
5649                 see ChangeLog 2002-07-23
5650
5651 2002-07-23 [paul]       0.8.0claws1
5652
5653         * sync with 0.8.0cvs1
5654                 see ChangeLog 2002-07-23
5655
5656 2002-07-23 [paul]       0.8.0claws
5657
5658         * release of 0.8.0claws
5659
5660 2002-07-23 [paul]       0.7.8claws99
5661
5662         * po/ru.po
5663                 new Russian translation, submitted by
5664                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
5665
5666 2002-07-22 [jens]       0.7.8claws98
5667
5668         * po/de.po
5669                 Updated German translations.
5670
5671 2002-07-22 [paul]       0.7.8claws97
5672
5673         * po/es.po
5674           po/it.po
5675           po/nl.po
5676           po/pt_BR.po
5677                 updated translations by Ricardo Mones Lastra,
5678                 Alessandro Maestri, Wilbert Berendsen and 
5679                 Fabio Jr. Beneditto respectively
5680
5681 2002-07-22 [christoph]  0.7.8claws96
5682
5683         * src/mimeview.c
5684                 fix memory leak caused by wrong g_dirname usage
5685
5686 2002-07-22 [christoph]  0.7.8claws95
5687
5688         * src/summaryview.c
5689                 update new and unread message counts for summaryview
5690                 summaryview does not get it from the folder anymore
5691                 and has to update the values itself
5692
5693 2002-07-22 [melvin]     0.7.8claws94
5694
5695         * po/fr.po
5696                 Updated French translations.
5697
5698 2002-07-22 [christoph]  0.7.8claws93
5699
5700         * src/matcher.c
5701                 set prop->preg pointer to NULL or following check
5702                 will not fail and regexec will be called with
5703                 invalid pointer
5704
5705 2002-07-21 [alfons]     0.7.8claws92
5706         
5707         * src/prefs_common.[ch]
5708                 remove option "Send return receipt on request"
5709
5710 2002-07-21 [thorsten]   0.7.8claws91
5711
5712         * src/mimeview.c
5713                 fixed memleaks, coding style as pointed out by alfons
5714
5715 2002-07-21 [alfons]     0.7.8claws90
5716
5717         * src/messageview.c
5718         * src/noticeview.[ch]
5719                 o fix bug notice view being displayed when going to empty folder 
5720                   (noticed by Christoph)
5721                 o allow RRR to be sent when restarting sylpheed, or changing folder 
5722                   (noticed by Thorsten)
5723
5724 2002-07-21 [thorsten]   0.7.8claws89
5725
5726         * src/mimeview.c
5727                 Included save_all patch from Xaview FACQ
5728                 added support for pathnames
5729
5730 2002-07-21 [alfons]     0.7.8claws88
5731
5732         * po/POTFILES.in
5733         * src/Makefile.am
5734         * src/mainwindow.c
5735         * src/messageview.[ch]
5736         * src/noticeview.c      ** NEW FILE **
5737         * src/noticeview.h      ** NEW FILE **
5738                 make return receipts work again
5739                 (UI idea by Leandro Pereira)
5740
5741 2002-07-21 [paul]       0.7.8claws87
5742
5743         * src/summaryview.c
5744                 fix sensitivity of 'Select thread'
5745
5746 2002-07-21 [paul]       0.7.8claws86
5747
5748         * src/prefs_common.c
5749                 add browser command line for Galeon
5750
5751 2002-07-21 [paul]       0.7.8claws85
5752
5753         * Makefile.am
5754                 fix 'EXTRA_DIST': remove README.README, add TODO
5755                 and TODO.claws
5756
5757 2002-07-21 [alfons]     0.7.8claws84
5758
5759         * src/gtkstext.c
5760                 make enter clear selection
5761                 (closes "[ 579888 ] Editor selection/entry error"
5762                 reported by Steve Lamb)
5763
5764 2002-07-21 [alfons]     0.7.8claws83
5765         
5766         * src/summaryview.c
5767                 sort message list when selecting unthread messages
5768                 (closes "[ 501593 ] switching threaded view doesn't sort"
5769                 reported by Simon Schubert)
5770
5771 2002-07-20 [alfons]     0.7.8claws82
5772         
5773         * src/matcher.c
5774                 const-correctness
5775
5776 2002-07-20 [thorsten]   0.7.8claws81
5777
5778         * src/matcher.c
5779                 Fixed expansion of empty fields in matchactions
5780
5781 2002-07-19 [melvin]     0.7.8claws80
5782
5783         * src/gtkspell.c
5784                 Removed a duplicate menu entry (fast mode) introduced during
5785                 the new cache merge
5786                 Added a menu separator between 'Use alternate' and 'Fast mode'
5787
5788 2002-07-19 [paul]       0.7.8claws79
5789
5790         * tools/Makefile.am
5791           tools/README
5792                 correct typos
5793
5794 2002-07-19 [thorsten]   0.7.8claws78
5795
5796         * tools/calypso_convert.pl      ** NEW FILE **
5797           tools/README
5798           tools/Makefile.am
5799                 script to import mbox files exported
5800                 by calypso
5801                 o generates folder structure
5802                 o includes attachments
5803
5804 2002-07-19 [melvin]     0.7.8claws77
5805
5806         * src/selective_download.[ch]
5807                 Fixed bug where closing the dialog with the window manager's
5808                 close button will not unlock the summary
5809                 Corrected some function declarations that missed a return value
5810                 Made the source code comply better with coding style.
5811         * src/prefs_common.c
5812                 Added new browser command line for Mozilla.
5813
5814 2002-07-18 [paul]       0.7.8claws76
5815
5816         * src/mainwindow.c
5817           src/selective_download.[ch]
5818                 reflect theme changes, fix Gdk Warning when creating 
5819                 pixmap from NULL window, and minor clean up.
5820                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
5821
5822         * po/en_GB.po
5823                 updated
5824
5825 2002-07-17 [paul]       0.7.8claws75
5826
5827         * INSTALL[.jp]
5828                 sync with 0.8.0
5829         
5830         * po/en_GB.po
5831                 updated
5832
5833 2002-07-16 [paul]       0.7.8claws74
5834
5835         * tools/filter_conv.pl
5836           tools/README
5837                 replace conversion script with reimplemented version, 
5838                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
5839
5840 2002-07-16 [colin]      0.7.8claws73
5841
5842         * src/summaryview.c
5843                 remove forgotten debug messages - sorry ;-)
5844
5845 2002-07-16 [colin]      0.7.8claws72
5846
5847         * src/mimeview.c
5848           src/summaryview.c
5849           src/textview.c
5850           src/textview.h
5851                 add the ability to select part of a text mime-part 
5852                 to reply.
5853
5854 2002-07-15 [christoph]  0.7.8claws71
5855
5856         * src/folder.c
5857                 fix folder message count for folders without
5858                 msg_is_changed (includes news folders)
5859
5860 2002-07-15 [martin]     0.7.8claws70
5861
5862         * src/summaryview.c
5863                 option "display recipient on 'From'..." now works
5864                 without the need of enabling the option
5865                 "display  sender  using  address  book".
5866
5867 2002-07-15 [christoph]  0.7.8claws69
5868
5869         * src/summaryview.c
5870                 removed setting folder status from summaryview.
5871                 folder.c should update all message counts correctly.
5872
5873 2002-07-15 [paul]       0.7.8claws68
5874
5875         * po/pt_BR.po
5876                 updated by Fabio Junior Beneditto
5877
5878 2002-07-15 [darko]      0.7.8claws67
5879
5880         * src/mh.c
5881                 Fixed target folder colorization, don't decrease op
5882                 number twice
5883
5884 2002-07-14 [paul]       0.7.8claws66
5885
5886         * sync with main 0.8.0
5887                 see ChangeLog 2002-07-14
5888
5889 2002-07-13 [melvin]     0.7.8claws65
5890         
5891         * src/addrbook.c
5892         * src/addressbook.c
5893         * src/addrindex.c
5894                 Replaced sprintf by g_snprintf to prevent possible buffer
5895                 overflow.
5896         * src/news.c
5897                 Corrected a log message output format.
5898                 Added a missing "done" debug output.
5899         * src/compose.c
5900                 Added keyboard accelerator for Priority menu items
5901                 Added missing \n in debug output
5902         * src/logwindow.c
5903         * src/gtkspell.c
5904         * src/rfc2015.c
5905                 Added missing \n in debug output
5906
5907 2002-07-13 [paul]       0.7.8claws64
5908
5909         * man/sylpheed.1
5910                 change Sergey's email address to the sf address
5911
5912         * src/textview.c
5913                 increase show_url_timeout (more useful for long
5914                 urls)
5915
5916 2002-07-12 [sergey]     0.7.8claws63
5917
5918         * src/rfc2015.c
5919                 applied (with some modifications) patch to set the
5920                 micalg parameter for signatures
5921                 (2001-08-28 Werner Koch <wk@gnupg.org>)
5922
5923 2002-07-12 [sergey]     0.7.8claws62
5924
5925         * man/Makefile.am
5926         * configure.in
5927                 fixed man page installation
5928
5929 2002-07-12 [paul]       0.7.8claws61
5930
5931         * sync with 0.7.8cvs26
5932                 see ChangeLog 2002-07-11 and 2002-07-12
5933
5934 2002-07-11 [christoph]  0.7.8claws60
5935
5936         * src/compose.c
5937         * src/procmsg.c
5938                 first use the message number to find the message
5939                 to mark with a reply flag but check the
5940                 message-id if we got the correct message, if not
5941                 try to find it by message-id.
5942                 use new string seperator that is not allowed
5943                 in message-ids.
5944
5945 2002-07-11 [paul]       0.7.8claws59
5946
5947         * sync with 0.7.8cvs23
5948                 see ChangeLog 2002-07-10
5949
5950 2002-07-10 [christoph]  0.7.8claws58
5951
5952         * src/folder.[ch]
5953         * src/msgcache.[ch]
5954                 Added message-id table to the cache in memory
5955                 and functions to msgcache.c and folder.c to
5956                 fetch MsgInfos by message id
5957         * src/compose.c
5958         * src/procmsg.c
5959                 store folder and message-id of message replying
5960                 to in queue header and set reply flag after sending
5961                 (Closes bug #469498)
5962
5963 2002-07-10 [paul]       0.7.8claws57
5964
5965         * AUTHORS
5966           man/sylpheed.1.gz
5967                 add Martin to the list of authors
5968
5969 2002-07-09 [martin]     0.7.8claws56
5970         * src/gtksctree.c
5971                 Added gtk_ctree_last_visible(), tree_update_level(),
5972                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
5973                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
5974                 from gtk+ to gtksctree.c for the new sorting code
5975                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
5976                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
5977         * src/gtksctree.h
5978                 Added declaration for gtk_sctree_sort_recursive() and
5979                 gtk_sctree_sort_node
5980         * src/addressbook.c
5981         * src/foldersel.c
5982         * src/folderview.c
5983         * src/summaryview.c
5984                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
5985                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
5986
5987 2002-07-08 [paul]       0.7.8claws55
5988
5989         * more sync with 0.7.8cvs21
5990                 see ChangeLog 2002-07-08
5991
5992 2002-07-08 [paul]       0.7.8claws54
5993
5994         * sync with 0.7.8cvs21
5995                 see ChangeLog 2002-07-08
5996
5997 2002-07-07 [alfons]     0.7.8claws53
5998
5999         * src/Makefile.am
6000         * src/stock_pixmap.[ch]
6001         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
6002         * src/pixmaps/notice_error.xpm  ** NEW FILE **
6003         * src/pixmaps/notice_note.xpm   ** NEW FILE **
6004                 add new pixmaps for upcoming notice pane
6005
6006 2002-07-06 [melvin]     0.7.8claws52
6007
6008         * src/gtkspell.[ch]
6009                 Made them a bit closer to Sylpheed's coding style.
6010                 Removed old code.
6011                 Removed possible memory leaks when some errors occurs.
6012
6013 2002-07-06 [melvin]     0.7.8claws51
6014
6015         * po/Makefile.in.in
6016                 Removed --no-location in xgettext command line to help
6017                 translators that use Emacs' po-mode
6018         * src/quote_fmt.c
6019                 Removed unnecessary comments that messed up sylpheed.pot
6020
6021 2002-07-06 [paul]       0.7.8claws50
6022
6023         * sync with 0.7.8cvs19
6024                 see ChangeLog 2002-07-05
6025
6026 2002-07-06 [christoph]  0.7.8claws49
6027
6028         * src/folder.c
6029         * src/mainwindow.c
6030                 fix folder_item_remove_all_msg and folderview
6031                 status for trash folders after emptying trash
6032
6033 2002-07-05 [paul]       0.7.8claws48
6034
6035         * sync with 0.7.8cvs16
6036                 see ChangeLog 2002-07-04 and 2002-07-05
6037
6038 2002-07-04 [paul]       0.7.8claws47
6039
6040         * sync with 0.7.8cvs14
6041                 see  ChangeLog 2002-07-04
6042
6043 2002-07-03 [alfons]     0.7.8claws46
6044
6045         * src/folder.c
6046                 dupe folder item's path because it's being reallocated
6047                 by new folder scanning code
6048
6049 2002-07-03 [christoph]  0.7.8claws45
6050
6051         * src/imap.c
6052                 better IMAP uid fetching using 'FETCH 1:* (UID)'
6053         * src/msgcache.c
6054                 add missing return in msgcache_write
6055
6056 2002-07-02 [thorsten]   0.7.8claws44
6057
6058         * src/jpilot.c
6059         * src/msgcache.c
6060         * src/rfc2015.c
6061                 use binary mode for file access
6062
6063 2002-07-02 [christoph]  0.7.8claws43
6064
6065         * major code cleanup (part 1)
6066         
6067                 - unused variables removed
6068                 - unused functions removed
6069                 - uninitialized variables checked
6070                 - missing return statements added
6071                 - missing function return types added
6072                 - added parentheses around assignment and
6073                   && in || when suggested by gcc
6074               
6075         * src/mh.c
6076         * src/folder.c
6077                 replaced direct calls to folder->scan_tree
6078                 with folder_scan_tree and restore folder
6079                 prefs in this function. The folder should
6080                 not have to deal with them.
6081                 ( Should now work for all folder types )
6082
6083 2002-07-02 [paul]       0.7.8claws42
6084
6085         * sync with 0.7.8cvs13
6086                 see ChangeLog 2002-07-01 and 2002-07-02
6087
6088 2002-07-01 [christoph]  0.7.8claws41
6089
6090         * src/summaryview.c
6091                 fix "goto next/prev unread message" with
6092                 ignored threads
6093
6094 2002-07-01 [paul]       0.7.8claws40
6095
6096         * po/es.po
6097                 updated by Ricardo Mones Lastra
6098
6099 2002-06-30 [match]      0.7.8claws39
6100
6101         * src/jpilot.c
6102                 applied variation of leonerd's patch (566661) to
6103                 allow multiple email addresses per JPilot entry.
6104                 addresses may be separated by space, comma, pipe,
6105                 semi-colon, new-line.
6106
6107 2002-06-30 [alfons]     0.7.8claws38
6108
6109         * src/procmsg.c
6110                 simple fix for putting older nodes before
6111                 newer nodes when threading by subject
6112
6113 2002-06-30 [christoph]  0.7.8claws37
6114
6115         * src/folder.c
6116         * src/folderview.c
6117         * src/mh.c
6118         * src/news.c
6119         * src/procmsg.c
6120                 fix broken folder tree rescaning
6121                 and don't use procmsg_get_mark_sum
6122                 anymore
6123
6124 2002-06-30 [christoph]  0.7.8claws36
6125
6126         * merge new cache branch
6127         * src/imap.c
6128                 fix new cache imap copy bug
6129         * src/folder.c
6130                 improved folder_item_scan
6131                 it should now always set the correct
6132                 new, unread and total message counts
6133
6134 2002-06-29 [paul]       0.7.8claws35
6135
6136         * configure.in
6137                 correct syntax error
6138
6139 2002-06-29 [paul]       0.7.8claws34
6140
6141         * configure.in
6142           Makefile.am
6143           man/Makefile.am       ** NEW FILE **
6144           man/sylpheed.1.gz     ** NEW FILE **
6145                 add Sylpheed man page
6146
6147 2002-06-29 [paul]       0.7.8claws33
6148
6149         * po/pt_BR.po
6150                 updated by Fabio Junior Beneditto
6151
6152 2002-06-28 [jens]       0.7.8claws32
6153
6154         * po/de.po
6155                 translation updated
6156
6157         * src/selective_download.c
6158                 removed gettext for space " "
6159
6160         * src/imap.c
6161                 removed wrong space
6162
6163 2002-06-28 [paul]       0.7.8claws31
6164
6165         * sync with 0.7.8cvs11
6166                 see ChangeLog 2002-06-28
6167
6168 2002-06-28 [paul]       0.7.8claws30
6169
6170         * sync with 0.7.8cvs10
6171                 see ChangeLog 2002-06-27 and 2002-06-28
6172
6173 2002-06-26 [paul]       0.7.8claws29
6174
6175         * src/addrgather.c
6176           src/selective_download.c
6177                 don't gettextise empty strings.
6178                 reserved by gettext. gettext("") returns 
6179                 the header entry with meta information, 
6180                 not the empty string
6181
6182         * po/en_GB.po
6183                 updated
6184
6185 2002-06-26 [paul]       0.7.8claws28
6186
6187         * sync with 0.7.8cvs7
6188                 see ChangeLog 2002-06-25
6189
6190         * src/prefs_common.c
6191                 ...and in the process, tweak the gui a little
6192
6193 2002-06-25 [alfons]     0.7.8claws27
6194         
6195         * configure.in
6196         * src/Makefile.am
6197                 fine tune ldap library detection
6198
6199 2002-06-25 [alfons]     0.7.8claws26
6200
6201         * src/compose.c
6202                 don't allow return receipts when composing a news article
6203
6204 2002-06-25 [paul]       0.7.8claws25
6205
6206         * Makefile.am
6207                 add '$(AMTAR)' to 'release' section to allow for
6208                 new and older autotools
6209
6210 2002-06-25 [paul]       0.7.8claws24
6211
6212         * src/summaryview.c
6213                 fix "No more unread messages" persistant pop-up
6214                 window bug
6215
6216 2002-06-25 [paul]       0.7.8claws23
6217
6218         * po/it.po
6219                 updated by Alessandro Maestri
6220
6221 2002-06-25 [paul]       0.7.8claws22
6222
6223         * sync with 0.7.8cvs6
6224                 see ChangeLog 2002-06-25
6225
6226 2002-06-24 [paul]       0.7.8claws21
6227
6228         * tools/update-po
6229                 add GPL copyright information
6230
6231 2002-06-24 [paul]       0.7.8claws20
6232
6233         * tools/Makefile.am
6234           tools/README
6235           tools/update-po       ** NEW FILE **
6236                 add script that eases the creation of *.po files
6237                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
6238
6239 2002-06-23 [alfons]     0.7.8claws19
6240
6241         * src/messageview.c
6242                 make notification_convert_header obey const correctness
6243                 (next step will be fixing the broken return receipt)
6244
6245 2002-06-23 [paul]       0.7.8claws18
6246
6247         * src/messageview.c
6248                 fix bug introduced in last commit:
6249                 removed too much code in last commit - put back what's
6250                 needed
6251
6252 2002-06-23 [paul]       0.7.8claws17
6253
6254         * src/messageview.[ch]
6255                 remove code committed in error from locally patched
6256                 source
6257
6258 2002-06-23 [colin]      0.7.8claws16
6259
6260         * src/compose.[ch]
6261                 add compose_entry_select(), used to select the default_to
6262                 email address - hopefully avoiding people sending mails to
6263                 wrong recipients.
6264
6265 2002-06-22 [alfons]     0.7.8claws15
6266
6267         * AUTHORS
6268                 add Bram Metsch & Stanislav Karchebny
6269         * src/smtp.[ch]
6270         * src/prefs_account.[ch]
6271         * src/send.c
6272                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
6273                   options.  (see <http://sourceforge.net/tracker/index.php
6274                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
6275
6276                 - merge Stanislav's fix to make SMTP AUTH work with qmail
6277                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
6278
6279 2002-06-22 [paul]       0.7.8claws14
6280
6281         * sync with 0.7.8cvs5
6282                 see ChangeLog 2002-06-19 and 2002-06-20
6283
6284 2002-06-22 [alfons]     0.7.8claws13
6285
6286         * src/selective_download.c
6287                 fix a stupid mistake I made
6288
6289 2002-06-22 [alfons]     0.7.8claws12
6290
6291         * src/selective_download.[ch]
6292                 fix another unnoticed leak; cleanup code
6293
6294 2002-06-21 [alfons]
6295
6296         * tools/Makefile.am
6297                 gpg-sign <-- gpg-sign-syl
6298
6299 2002-06-21 [alfons]     0.7.8claws11
6300
6301         * src/selective_download.c
6302         * src/selective_download.h
6303                 fix assorted mix of allocation errors (should solve
6304                 problem reported by Philippe Gramoullé, see:
6305                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
6306
6307 2002-06-20 [melvin]     0.7.8claws10
6308
6309         * tools/gpg-sign *REMOVED*
6310           tools/gpg-sign-syl *ADDED*
6311                 Replaced the gpg clearsigning script with the version using
6312                 xterm instead of ssh-askpass and changed its name.
6313
6314         * README.claws
6315                 Updated actions example to reflect the renaming of the
6316                 gpg clearsigning script.
6317
6318 2002-06-19 [paul]       0.7.8claws9
6319
6320         * sync with 0.7.8claws9
6321                 see ChangeLog 2002-06-18 and 2002-06-19
6322
6323 2002-06-19 [paul]       0.7.8claws8
6324
6325         * sync with 0.7.8cvs1
6326                 see ChangeLog 2002-06-18
6327
6328 2002-06-18 [alfons]     0.7.8claws7
6329
6330         * src/mainwindow.h
6331                 add omitted prototype
6332
6333 2002-06-17 [paul]       0.7.8claws6
6334
6335         * src/mainwindow.c
6336                 fix hiding of exec_btn
6337
6338 2002-06-17 [paul]       0.7.8claws5
6339
6340         * src/pop.c
6341                 remove unneeded code: should_delete() 
6342                 and Pop3State::uidl_todelete_list
6343
6344 2002-06-17 [paul]       0.7.8claws4
6345
6346         * sync with 0.7.8
6347                 see ChangeLog 2002-06-11 and 2002-06-13
6348
6349 2002-06-16 [alfons]     0.7.8claws3
6350         
6351         * src/folder.c
6352                 make sure lock sort mode (claws specific) is
6353                 also persists after a tree rescan
6354
6355 2002-06-16 [alfons]     0.7.8claws2
6356
6357         * src/prefs_folder_item.c
6358         * src/folder.[ch]
6359                 fix persistence of folder sort mode (broken
6360                 by adapting Hiro's new folder persistence code)
6361
6362 2002-06-16 [alfons]     0.7.8claws1
6363
6364         * AUTHORS
6365         * src/logwindow.c
6366         * src/prefscommon.[ch]
6367                 control size of log text in log window; 
6368                 closes patch #569155 submitted by Mitko Haralanov.
6369
6370 2002-06-15 [paul]       0.7.8claws
6371
6372         * release of 0.7.8claws
6373
6374 2002-06-15 [paul]       0.7.7claws
6375
6376         * po/pt_BR.po
6377                 updated by Fabio Junior Beneditto
6378
6379 2002-06-14 [paul]       0.7.6claws49
6380
6381         * po/es.po
6382                 updated by Ricardo Mones Lastra
6383
6384 2002-06-14 [paul]       0.7.6claws48
6385
6386         * po/nl.po
6387                 updated translation by Wilbert Berendsen
6388
6389 2002-06-14 [melvin]     0.7.6claws47
6390
6391         * po/fr.po
6392                 Updated French translation
6393
6394 2002-06-13 [paul]       0.7.6claws46
6395
6396         * src/filesel.c
6397                 allow filename to be typed in, rather than just
6398                 selected by the mouse. Patch by Gustavo Noronha Silva.
6399
6400 2002-06-13 [alfons]     0.7.6claws45
6401
6402         * src/mainwindow.[ch]
6403                 more cleanups (removing unnecessary menu items Expand 
6404                 summary / message view)
6405
6406 2002-06-13 [melvin]     0.7.6claws44
6407
6408         * po/POTFILES.in
6409                 Added src/string_match.c
6410         * src/string_match.c
6411                 Fixed possible buffer overflow.
6412                 Corrected typo.
6413                 Added missing config.h header.
6414         * src/prefs_common.c
6415           src/prefs_matcher.c
6416           src/prefs_scoring.c
6417                 Made some strings translatable (missing _(..)).
6418
6419 2002-06-13 [melvin]     0.7.6claws43
6420
6421         * README.claws
6422                 Corrected action example (verifying clearsigned mail).
6423         * src/prefs_account.c
6424                 Corrected typo.
6425         * src/prefs_common.c
6426                 Removed incorrect line that generated a Gtk-CRITICAL msg.
6427
6428 2002-06-12 [alfons]     0.7.6claws42
6429
6430         * src/summaryview.c
6431                 add init of score column lost in 0.7.6claws42
6432
6433 2002-06-12 [paul]       0.7.6claws41
6434
6435         * src/prefs_account.c
6436                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
6437                 behavior of the radio buttons, (from 0.7.7cvs2)
6438
6439 2002-06-11 [alfons]     0.7.6claws40
6440
6441         * src/messageview.[ch]
6442         * src/summaryview.[ch]
6443         * src/summary_search.c
6444         * src/mainwindow.c
6445                 perform a sync to bring in Hiro's separate view implementation 
6446
6447                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
6448
6449 2002-06-11 [paul]       0.7.6claws39
6450         
6451         * src/prefs_account.c
6452                 correct a typo on the Receive tab
6453
6454 2002-06-10 [match]      0.7.6claws38
6455
6456         * src/addressbook.c
6457                 Included address completion patch from Gustavo Noronha.
6458
6459 2002-06-10 [paul]       0.7.6claws37
6460
6461         * src/inc.[ch]
6462           src/pop.c
6463           src/prefs_account.[ch]
6464           src/selective_download.[ch]
6465                 apply PATCH #561712
6466                  NEW:
6467                 - check if POP Account
6468                 - Receive Button renamed to Preview
6469                 - Preview Button Popup: preview new/all messages
6470                 - Download Button
6471                 - Account Preferences-->Receive tab checkbutton if you
6472                   want to remove Mail after Download
6473                 -: default YES
6474                 - Account Preferences-->Receive tab checkbutton use
6475                   filtering rules on preview
6476                   (think of delete_on_server)
6477                 -: default YES
6478                 - Account selectable from SD dialog
6479                 - checkbutton to show already downloaded messages if
6480                   all messages are previewed
6481                 - new clist column showing Date
6482                 - ESC KEY close
6483                 FIXES:
6484                 - play ball with UIDL
6485                 - fault tolerant (?) 
6486                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
6487
6488 2002-06-10 [melvin]     0.7.6claws36
6489
6490         * README.claws
6491                 Added a hint to ac/README in cvs instructions.
6492
6493         * src/prefs_actions.c
6494                 Made it possible to use a more elaborate command line
6495                 for asynchronous actions, too.
6496
6497 2002-06-10 [melvin]     0.7.6claws35
6498         
6499         * src/prefs_actions.c
6500                 Make it possible to use a more elaborate command line
6501                 (e.g. |foo|bar|cat>there;echo Done|)
6502                 Corrected error message when calling %f, %F and %p commands
6503                 from the compose window.
6504
6505 2002-06-09 [colin]      0.7.6claws34
6506
6507         * src/summaryview.c
6508                 Automatically find unread messages in current folder
6509                 before annoying the user.
6510
6511 2002-06-08 [alfons]     0.7.6claws33
6512
6513         * po/it.po
6514                 remove bad formatting string in it.po translation
6515                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
6516
6517 2002-06-08 [paul]       0.7.6claws32
6518
6519         * sync with 0.7.6cvs25
6520                 see ChangeLog 2002-06-07
6521
6522 2002-06-05 [paul]       0.7.6claws31
6523
6524         * src/mainwindow.c
6525                 add 'Sort by locked' and 'Sort by score'
6526
6527 2002-06-05 [paul]       0.7.6claws30
6528
6529         * sync with 0.7.6cvs24
6530                 see ChangeLog 2002-06-04
6531
6532 2002-06-04 [paul]       0.7.6claws29
6533
6534         * po/pt_BR.po
6535                 updated by Fabio Junior Beneditto
6536
6537 2002-06-03 [thorsten]   0.7.6claws28
6538
6539         * src/matcher.c
6540                 fclose() matcherrc after reading
6541
6542 2002-06-03 [paul]       0.7.6claws27
6543
6544         * sync with 0.7.6cvs21
6545                 see ChangeLog 2002-05-31
6546
6547 2002-05-31 [paul]       0.7.6claws26
6548
6549         * sync with 0.7.6cvs20
6550                 see ChangeLog 2002-05-29 and 2002-05-30
6551
6552 2002-05-31 [paul]       0.7.6claws25
6553
6554         * src/imap.c
6555                 hopefully fix last buggy sync
6556
6557         * README.claws
6558                 correct typo in 'Actions' examples
6559
6560 2002-05-29 [paul]       0.7.6claws24
6561
6562         * sync with 0.7.6cvs18
6563                 see ChangeLog 2002-05-28 and 2002-05-29
6564
6565         * src/news.c
6566           src/nntp.[ch]
6567                 sync with above 
6568
6569 2002-05-28 [paul]       0.7.6claws23
6570
6571         * sync with 0.7.6cvs16
6572                 see ChangeLog 2002-05-28
6573
6574 2002-05-27 [thorsten]   0.7.6claws22 
6575
6576         * faq/it/sylpheed-faq-1.html
6577           faq/it/sylpheed-faq-2.html
6578           faq/it/sylpheed-faq-3.html
6579           faq/it/sylpheed-faq.html
6580                 corrected DOS lineendings
6581         * faq/de/sylpheed-faq-1.html
6582           faq/de/sylpheed-faq-2.html
6583           faq/en/sylpheed-faq-1.html
6584           faq/en/sylpheed-faq-2.html
6585           faq/en/sylpheed-faq-3.html
6586           faq/es/sylpheed-faq-1.html
6587           faq/es/sylpheed-faq-2.html
6588           faq/es/sylpheed-faq-3.html
6589           faq/fr/sylpheed-faq-1.html
6590           faq/it/sylpheed-faq-1.html
6591           faq/it/sylpheed-faq-2.html
6592           faq/it/sylpheed-faq-3.html
6593           faq/it/sylpheed-faq.html
6594                 changed ">" to &quot;
6595
6596 2002-05-27 [paul]       0.7.6claws21
6597         
6598         * sync with 0.7.6cvs15
6599                 see ChangeLog 2002-05-27
6600
6601 2002-05-27 [paul]       0.7.6claws20
6602
6603         * src/prefs_account.c
6604                 correct a typo
6605
6606 2002-05-26 [paul]       0.7.6claws19
6607
6608         * tools/README
6609                 correct a typo
6610
6611 2002-05-25 [paul]       0.7.6claws18
6612
6613         * tools/README
6614                 add description of kmail2sylpheed.pl
6615
6616 2002-05-25 [paul]       0.7.6claws17
6617
6618         * tools/kmail2sylpheed.pl       ** NEW FILE **
6619                 perl script that converts an exported Kmail address
6620                 book, converts it to sylpheed addressbook file,
6621                 writes the file to .sylpheed, and updates
6622                 addrbook--index.xml 
6623
6624 2002-05-25 [paul]       0.7.6claws16
6625
6626         * sync with 0.7.6cvs14
6627                 see ChangeLog 2002-05-23
6628
6629 2002-05-24 [paul]       0.7.6claws15
6630
6631         * README.claws
6632                 make a correction and add some more info
6633
6634 2002-05-24 [paul]       0.7.6claws14
6635
6636         * src/compose.c
6637                 fix memory leak in 
6638                 compose_redirect_write_headers_from_headerlist()
6639                 add Subject and Resent-Message-ID to
6640                 compose_redirect_write_headers()
6641                 Received, Subject, and X-UIDL are filtered out in 
6642                 compose_redirect_write_to_file()
6643
6644 2002-05-23 [paul]       0.7.6claws13
6645
6646         * src/compose.[ch]
6647           src/filtering.c
6648           src/mainwindow.c
6649           src/matcher.[ch]
6650           src/matcher_parser_lex.l
6651           src/matcher_parser_parse.y
6652           src/prefs_common.[ch]
6653           src/prefs_filtering.c
6654           src/summaryview.c
6655                 rename 'Bounce' to 'Redirect'
6656
6657 2002-05-23 [paul]       0.7.6claws12
6658
6659         * more sync with 0.7.6cvs13
6660           src/compose.c
6661                 see ChangeLog 2002-05-22
6662
6663 2002-05-22 [paul]       0.7.6claws11
6664
6665         * sync with 0.7.6cvs13
6666           src/codeconv.c
6667                 see ChangeLog 2002-05-20
6668           src/prefs_common.c
6669                 see ChangeLog 2002-05-22
6670
6671 2002-05-21 [melvin]     0.7.6claws10
6672
6673         * src/folderview.c
6674                 Added missing filtering and scoring headers
6675                 Fixed bad function call that showed garbage 
6676                 in Folder->Processing
6677
6678 2002-05-21 [paul]       0.7.6claws9
6679
6680         * tools/Makefile.am
6681                 make all tools executable, (patch by Alfons).
6682
6683 2002-05-20 [alfons]     0.7.6claws8
6684
6685         * src/procheader.c
6686                 don't forget to call mktime() so we have a valid week 
6687                 and year day
6688                 (Bug report by Roger Sondermann <mail@jumaros.de>)
6689
6690 2002-05-20 [paul]       0.7.6claws7
6691
6692         * src/html.c
6693                 fix broken parsing of urls
6694         * src/textview.c
6695                 fix displaying of urls
6696
6697                 both fixes from the patch [547855] by Eugene 
6698                 Brevdo (zonem)
6699
6700 2002-05-19 [alfons]     0.7.6claws6
6701
6702         * configure.in
6703                 make sylpheed configure correctly with the latest
6704                 and greatest of automake / autoconf / gettext
6705
6706 2002-05-19 [alfons]     0.7.6claws5
6707
6708         * src/procheader.c
6709         * src/procheader.h
6710                 add function for returning ime zone offset
6711         * src/quote_fmt.c
6712         * src/quote_fmt_parse.y
6713                 better quotation formatting - does not convert
6714                 to local time, but uses the original date string.
6715                 
6716                 Note: %z inserts the timezone offset (should 
6717                 work also on platforms where strftime does not
6718                 support %z).
6719
6720 2002-05-18 [christoph]  0.7.6claws4
6721
6722         * src/summaryview.c
6723                 fix indentation of some code
6724         * tools/Makefile.am
6725                 fix spaces after \
6726         * src/Makefile.am
6727                 add missing \
6728                 correct path for ignorethread.xpm
6729                 incorrect filename for sylpheed_logo.xpm
6730                 add missing include matcher_parser_parse.h
6731
6732 2002-05-18 [paul]       0.7.6claws3
6733
6734         * sync with 0.7.6cvs8
6735                 see ChangeLog 2002-05-16 and 2002-05-17
6736
6737 2002-05-18 [melvin]     0.7.6claws2
6738
6739         * README.claws
6740                 Corrected an action's definition and fixed some misspellings.
6741
6742 2002-05-18 [paul]       0.7.6claws1
6743
6744         * tools/Makefile.am
6745           tools/gpg-sign        ** new file **
6746           tools/uudec           ** new file **
6747                 add Melvin's Actions scripts
6748
6749         * README.claws
6750                 add Melvin's descriptions for Actions
6751
6752 2002-05-18 [paul]       0.7.6claws
6753
6754         * Version 0.7.6claws released
6755
6756 2002-05-17 [paul]       0.7.5claws32
6757
6758         * po/es.po
6759                 updated by Ricardo Mones Lastra
6760
6761 2002-05-17 [paul]       0.7.5claws31
6762
6763         * src/compose.c
6764                 fix Account prefs default folder for sent/draft/deleted
6765                 messages bug
6766
6767         * po/it.po
6768           po/nl.po
6769                 updated translation by Alessandro Maestri and
6770                 Wilbert Berendsen
6771
6772 2002-05-17 [melvin]     0.7.5claws30
6773
6774         * src/prefs_actions.c
6775                 Fixed bug where using %F not at the end of the command 
6776                 resulted in an additional empty argument being created.
6777                 Thanks to Darko Koruga for reporting the bug.
6778
6779 2002-05-17 [melvin]     0.7.5claws29
6780
6781         * po/fr.po
6782                 Updated French translations.
6783
6784 2002-05-15 [paul]       0.7.5claws28
6785         
6786         * po/es.po
6787                 updated by Ricardo Mones Lastra
6788
6789 2002-05-15 [paul]       0.7.5claws27
6790
6791         * sync with 0.7.6cvs4
6792                 see ChangeLog 2002-05-14 and 2002-05-15
6793
6794 2002-05-14 [paul]       0.7.5claws26
6795
6796         * sync with 0.7.6cvs1
6797                 see ChangeLog 2002-05-13
6798
6799 2002-05-13 [thorsten]   0.7.5claws25
6800
6801         * src/messageview.c
6802                 fix select_all and copy in multipart messages
6803         * src/mainwindow.c
6804                 fix select_all and copy in multipart messages
6805
6806 2002-05-12 [paul]       0.7.5claws24
6807
6808         * src/summaryview.c
6809                 reverse last commit, bug already fixed in 0.7.5claws3
6810
6811 2002-05-12 [netztorte]  0.7.5claws23
6812
6813         * src/summaryview.c
6814                 dont parse empty addressbook (checked in before claws20)
6815
6816 2002-05-12 [melvin]     0.7.5claws22
6817
6818         * src/procmsg.[ch]
6819                 Removed unneeded priority code introduced by the previous 
6820                 commit.
6821
6822 2002-05-12 [melvin]     0.7.5claws21
6823
6824         * src/compose.[ch]
6825                 Added possibility to set message's priority.
6826         * src/procmsg.[ch]
6827                 Added possibility to set message's priority.
6828                 Added missing headers
6829
6830 2002-05-12 [melvin]     0.7.5claws20
6831
6832         * src/prefs_actions.c
6833                 Removed implicitely added quotes around the name
6834                 of the temporary files of mime parts.
6835
6836 2002-05-12 [paul]       0.7.5claws19
6837
6838         * sync with 0.7.5cvs20
6839                 see ChangeLog 2002-05-11
6840
6841 2002-05-12 [alfons]     0.7.5claws18
6842
6843         * src/quote_fmt_lex.l
6844         * src/quote_fmt_parse.y
6845                 allow quote / reply date & time format to be set using
6846                 %D{format}. format is a format string you'd pass to
6847                 strftime() (see man strftime, or the Display tab |
6848                 Date format setting).
6849
6850                 Currently %D converts the date to local time. 
6851
6852 2002-05-11 [paul]       0.7.5claws17
6853
6854         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
6855                 see ChangeLog 2002-05-10 and 2002-05-11
6856
6857 2002-05-10 [paul]       0.7.5claws16
6858
6859         * sync with 0.7.5cvs16
6860                 see ChangeLog entries 2002-05-09 and 
6861                 2002-05-10
6862
6863 2002-05-10 [colin]      0.7.5claws15
6864
6865         * src/textview.c
6866                 Corrected a bug that prevented sylpheed to open
6867                 double-clicked URIs.
6868
6869 2002-05-09 [paul]       0.7.5claws14
6870
6871         * sync with 0.7.5cvs14
6872                 see ChangeLog 2002-05-08 and 2002-05-09
6873
6874 2002-05-08 [paul]       0.7.5claws13
6875
6876         * sync with 0.7.5cvs11
6877                 see ChangeLog entry 2002-05-08
6878
6879 2002-05-08 [paul]       0.7.5claws12
6880
6881         * src/mainwindow.c
6882           src/textview.[ch]
6883                 fix segfault on View->Open in new window
6884                 patch submitted by Thorsten Maerz <torte@netztorte.de>
6885
6886 2002-05-07 [paul]       0.7.5claws11
6887
6888         * sync with 0.7.5cvs9
6889                 see ChangeLog entry 2002-05-07
6890
6891 2002-05-06 [paul]       0.7.5claws10
6892
6893         * src/messageview.c
6894           src/textview.c
6895                 display url in statusbar on single-click
6896                 patch submitted by Thorsten Maerz <torte@netztorte.de>
6897
6898 2002-05-06 [match]      0.7.5claws9
6899
6900         * src/addritem.[ch]
6901                 new functions.
6902         * src/addrcache.c
6903                 tidy up.
6904         * src/xmlprops.[ch]
6905                 XML implementation of properties file.
6906         * src/exporthtml.[ch]
6907         * src/expthtmldlg.[ch]
6908         * src/addressbook.c
6909                 export to HTML.
6910
6911 2002-05-02 [sergey]     0.7.5claws8
6912
6913         * src/mainwindow.c (mainwin_entries),
6914           src/prefs_common.c (prefs_send_create()),
6915           src/codeconv.c (locale_table):
6916                 use charset name "Windows-1251" instead of "CP1251".
6917
6918 2002-05-02 [colin]      0.7.5claws7
6919         
6920         * src/compose.c
6921           src/prefs_common.c
6922           src/prefs_folder_item.c
6923                 Fixed cosmetics bugs due to Outbox renamed to Sent.
6924
6925 2002-05-02 [hiro]       0.7.5claws6
6926
6927         * src/imap.c
6928                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
6929
6930 2002-05-02 [paul]       0.7.5claws5
6931
6932         * src/compose.c
6933                 more sync with 0.7.5cvs7, see ChangeLog entry
6934                 2002-05-02
6935
6936 2002-05-02 [hiro]       0.7.5claws4
6937
6938         * src/compose.c
6939                 compose_queue_sub():
6940                 check if queue folder exists (closes #550397).
6941                 removed directory creation since it should be handled
6942                 transparently.
6943         * src/imap.c
6944                 imap_add_msg(): return UID for appended message
6945                 (closes #548842).
6946
6947 2002-04-30 [paul]       0.7.5claws3
6948
6949         * src/summaryview.c
6950                 fix account_find_from_address() bug
6951
6952 2002-04-28 [colin]      0.7.5claws2
6953
6954         * src/compose.c
6955           src/textview.c
6956           src/prefs_common.[ch]
6957           src/utils.[ch]
6958                 Added user-definable quotation characters recognition.
6959
6960 2002-04-28 [paul]       0.7.5claws1
6961
6962         * sync with 0.7.5cvs4
6963                 see ChangeLog entry  2002-04-25
6964
6965 2002-04-28 [paul]       0.7.5claws
6966
6967         * po/es.po
6968           po/nl.po
6969           po/pt_BR.po
6970                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
6971                 Fabio Junior Beneditto
6972
6973 2002-04-27 [jens]       0.7.4claws103
6974
6975         * po/de.po
6976                 updated German translation.
6977
6978 2002-04-27 [hiro]       0.7.4claws102
6979
6980         * src/summaryview.c
6981                 summary_write_cache(): fixed the mark loss of hidden messages.
6982
6983 2002-04-26 [melvin]     0.7.4claws101
6984
6985         * src/procmsg.c
6986                 fixed a second typo (same one)
6987         * po/fr.po
6988           po/it.po
6989           po/pt_BR.po
6990                 fixed the type again...
6991
6992 2002-04-26 [melvin]     0.7.4claws100
6993
6994         * src/procmsg.c
6995                 fixed a typo in an alert message ("temorary").
6996         * po/it.po
6997         * po/pt_BR.po
6998                 corrected the typo  described above.
6999         * po/fr.po
7000                 updated French translation.
7001
7002 2002-04-26 [darko]      0.7.4claws99
7003
7004         * src/summaryview.c
7005                 fix target folder colorization
7006
7007 2002-04-25 [paul]       0.7.4claws98
7008
7009         * po/it.po
7010                 updated by Alessandro Maestri
7011
7012 2002-04-24 [colin]      0.7.4claws97
7013         
7014         * src/compose.c
7015                 Fixed double "subject is empty" question.
7016
7017 2002-04-23 [colin]      0.7.4claws96
7018         
7019         * src/mimeview.c
7020                 Corrected issue when "automatically display images" was
7021                 not set : first image remained after selecting second.
7022
7023 2002-04-23 [melvin]     0.7.4claws95
7024
7025         * src/prefs_actions.c
7026                 Don't display in/out dialog if there is nothing to show.
7027
7028 2002-04-23 [paul]       0.7.4claws94
7029
7030         * sync with 0.7.5cvs3
7031                 bug fixes: see ChangeLog entry 2002-04-23
7032
7033 2002-04-22 [darko]      0.7.4claws93
7034
7035         * src/compose.c
7036                 fix previous check-in which changed code after
7037                 merge from main
7038
7039 2002-04-22 [paul]       0.7.4claws92
7040
7041         * faq/de/*
7042                 add German FAQ
7043         * faq/en/*
7044           faq/es/*
7045           faq/fr/*
7046                 update English, Spanish and French FAQs
7047         * manual/de/*
7048           manual/es/*
7049                 add German and Spanish manuals
7050         * manual/en/*
7051           manual/fr/*
7052                 update English and French manuals
7053
7054         * src/Makefile.am
7055                 add to and re-arrange the pixmap entries
7056
7057 2002-04-22 [darko]      0.7.4claws91
7058
7059         * src/compose.c
7060                 fix sender initials recognition to only allow
7061                 '>' after the initials
7062
7063 2002-04-21 [paul]       0.7.4claws90
7064
7065         * sync with 0.7.5 release
7066                 see ChangeLog entry 2002-04-21
7067
7068 2002-04-21 [alfons]
7069
7070         * src/Makefile.am
7071                 add colin's new pixmaps to EXTRA_DIST
7072
7073 2002-04-21 [colin]      0.7.4claws89
7074         * src/compose.c
7075         * src/inc.c
7076         * src/mainwindow.[ch]
7077         * src/prefs_common.[ch]
7078         * src/stock_pixmap.[ch]
7079                 Added "Work offline" ability.
7080
7081 2002-04-21 [colin]      0.7.4claws88
7082         
7083         * src/mimeview.c
7084         * src/prefs_common.c
7085         * src/prefs_common.h
7086         * src/textview.c : Added an option to common preferences -> display
7087           to allow user not to automatically display images.
7088
7089 2002-04-21 [paul]       0.7.4claws87
7090
7091         * sync with 0.7.4cvs52
7092                 see ChangeLog entry 2002-04-21 (src/imap.c)
7093
7094 2002-04-21 [paul]       0.7.4claws86
7095
7096         * sync with 0.7.4cvs51
7097                 see ChangeLog entry 2002-04-21
7098
7099 2002-04-21 [paul]       0.7.4claws85
7100
7101         * sync with 0.7.4cvs49
7102                 see ChangeLog entries 2002-04-20 and 2002-04-21
7103
7104         * src/Makefile.am
7105                 clean up: remove old 'stock_' element from xpm 
7106                 filenames.
7107
7108 2002-04-21 [alfons]     0.7.4claws84
7109
7110         apply sync patch from Paul
7111
7112         * src/folderview.c
7113                 use old claws prefs_folder_item_create() for now
7114
7115 2002-04-19 [match]      0.7.4claws83
7116
7117         * src/addressbook.[ch]
7118         * src/addrharvest.[ch]
7119         * src/addrgather.[ch]
7120                 recurse folders.
7121         * src/mainwindow.c
7122         * src/summaryview.[ch]
7123                 change menu option.
7124
7125 2002-04-19 [paul]       0.7.4claws82
7126
7127         * po/pt_BR.po
7128                 updated by Fabio Junior Beneditto
7129
7130 2002-04-14 [alfons]     0.7.4claws81
7131
7132         * src/passphrase.c
7133                 add #include <sys/types.h> for mode_t and off_t 
7134
7135 2002-04-13 [paul]       0.7.4claws80
7136         
7137         * src/main.c
7138           src/passphrase.[ch]
7139           src/pgptext.c
7140           src/prefs_common.[ch]
7141           src/rfc2015.c
7142                 enable storing of GnuPG passphrase for the whole 
7143                 session or a user-defined number of minutes. patch 
7144                 submitted by Ravemax <ravemax@dextrose.com>
7145
7146 2002-04-13 [alfons]     0.7.4claws79
7147
7148         * src/textview.c
7149                 make email parser also stop scanning when encountering separators
7150                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
7151
7152 2002-04-13 [paul]       0.7.4claws78
7153
7154         * sync with 0.7.4cvs39
7155                 see ChangeLog entry 2002-04-12
7156
7157 2002-04-11 [paul]       0.7.4claws77
7158
7159         * sync with 0.7.4cvs37
7160                 see ChangeLog entry 2002-04-11
7161
7162 2002-04-11 [paul]       0.7.4claws76
7163
7164         * COPYING 
7165                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
7166                 the clause for OpenSSL). sync with sylpheed main
7167
7168 2002-04-09 [melvin]     0.7.4claws75
7169
7170         * src/compose.c
7171                 Made 'Ctrl-Enter' on send ignore some modifiers 
7172                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
7173                 to bind other *-Enter (but not Alt-Enter).
7174
7175 2002-04-09 [paul]       0.7.4claws74
7176
7177         * sync with 0.7.4cvs35
7178                 see ChangeLog entries 2002-04-09
7179
7180 2002-04-08 [paul]       0.7.4claws73
7181
7182         * sync with 0.7.4cvs33
7183                 see ChangeLog entry 200-04-08
7184
7185 2002-04-07 [match]      0.7.4claws72
7186
7187         * src/addrharvest.[ch]
7188                 fixed to read all addresses in header, regardless
7189                 of header size. improved name parsing. accommodate
7190                 harvest from folders and selected message.
7191         * src/addritem.[ch]
7192                 included new address parsing function.
7193         * src/addrgather.[ch]
7194         * src/addressbook.[ch]
7195         * src/summaryview.[ch]
7196         * src/mainwindow.c
7197                 allow address harvest of folder as well as selected
7198                 messages.
7199
7200 2002-04-07 [paul]       0.7.4claws71
7201
7202         * src/esmtp.[ch]
7203           src/smtp.c
7204                 don't try to authenticate with CRAM-MD5 in SMTP when 
7205                 SMTP-AUTH enabled if MTA doesn't issue this 
7206                 auth-method in it's ehlo-response. bug item #531364,
7207                 patch item #938910. patch submitted by Colin Leroy 
7208                 <colin@colino.net>
7209
7210 2002-04-07 [paul]       0.7.4claws70
7211
7212         * src/nntp.c
7213                 fix missing MODE_READER bug. patch submitted by
7214                 Colin Leroy <colin@colino.net>
7215
7216 2002-04-07 [alfons]     0.7.4claws69
7217
7218         * src/matcher.[ch]
7219         * src/prefs_filtering.c
7220         * src/summaryview.c
7221                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
7222                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
7223
7224 2002-04-07 [paul]       0.7.4claws68
7225
7226         * sync with 0.7.4cvs32
7227                 see ChangeLog entry 2002-04-06
7228
7229         * tools/filter_conv.pl
7230                 more bug fixes
7231
7232 2002-04-06 [paul]       0.7.4claws67
7233
7234         * tools/filter_conv.pl
7235                 modify to be able to find the name of the first
7236                 mailbox and use that. main's filter does not
7237                 record the full path to the mailbox and therefore
7238                 can only filter to the first mailbox.
7239
7240 2002-04-05 [paul]       0.7.4claws66
7241
7242         * tools/filter_conv.pl
7243                 attempt to make the script all-encompassing and
7244                 be able to convert any main 'filter' rule thrown
7245                 at it
7246
7247 2002-04-05 [paul]       0.7.4claws65
7248
7249         * tools/filter_conv.pl
7250                 allow for collapsed folder trees
7251
7252 2002-04-05 [paul]       0.7.4claws64
7253
7254         * sync with 0.7.4cvs31
7255                 see ChangeLog entries 2002-04-05
7256
7257 2002-04-03 [paul]       0.7.4claws63
7258
7259         * sync with 0.7.4cvs29
7260                 see ChangeLog entries 2002-04-02 and 2002-04-03
7261
7262 2002-04-02 [paul]       0.7.4claws62
7263
7264         * sync with 0.7.4cvs26
7265                 see ChangeLog entry 2002-04-01
7266
7267 2002-04-02 [match]      0.7.4claws61
7268
7269         * src/pine.[ch]
7270         * src/importpine.[ch]
7271         * src/addressbook.c
7272                 import Pine address book.
7273
7274 2002-04-02 [match]      0.7.4claws60
7275
7276         * src/addrharvest.[ch]
7277                 improve address parsing of funky addresses.
7278
7279 2002-04-02 [darko]      0.7.4claws59
7280
7281         * src/compose.c
7282                 wrap on send improvements, it now recognizes quoted
7283                 initials as part of the quotation string, and it
7284                 does not join lines separated by CR
7285
7286 2002-04-01 [match]      0.7.4claws58
7287
7288         * src/mgutils.[ch]
7289                 added new functions.
7290         * src/mutt.[ch]
7291                 remove excessive duplicate address generation
7292                 on import.
7293
7294 2002-04-01 [alfons]     0.7.4claws57
7295         
7296         * src/summaryview.c
7297                 put back g_free() 
7298
7299 2002-04-01 [paul]       0.7.4claws56
7300
7301         * sync with 0.7.4cvs25
7302                 see ChangeLog entry 2002-04-01
7303
7304 2002-04-01 [alfons]     0.7.4aprilfool55
7305
7306         * src/summaryview.c
7307                 honour feature request item #537427 to allow for
7308                 displaying names from address book for sent mail also
7309
7310 2002-03-29 [paul]       0.7.4claws54
7311
7312         * src/mainwindow.c
7313           src/prefs_filtering.[ch]
7314           src/prefs_matcher.c
7315           src/summaryview.c
7316                 add 'fast filter' for claws' filtering,
7317                 /Tools/Create filter rule/... patch submitted
7318                 by Neill Miller <neillm@thecodefactory.org>
7319
7320 2002-03-29 [paul]       0.7.4claws53
7321
7322         * sync with 0.7.4cvs24
7323                 see ChangeLog entry 2002-03-29
7324
7325 2002-03-28 [paul]       0.7.4claws52
7326
7327         * sync with 0.7.4cvs23
7328                 see ChangeLog entry 2002-03-28
7329
7330 2002-03-27 [melvin]     0.7.4claws51
7331
7332         * src/prefs_actions.c
7333                 Added support to pass only one message part (as a
7334                 file) to the command using '%p'. No quotes are needed
7335                 because doubles quotes are automatically added.
7336                 Fixed bug where Sylpheed could block when waiting for
7337                 a child process to finish.
7338                 Changed the help menu to remove quotes around symbols to 
7339                 avoid misinterpretation (they must not be used).
7340
7341 2002-03-27 [melvin]     0.7.4claws50
7342
7343         * src/inc.c
7344                 Made the new mail notification command always 
7345                 execute asynchronously.
7346
7347 2002-03-27 [paul]       0.7.4claws49
7348
7349         * src/compose.c
7350                 fix bug introduced in last commit
7351
7352 2002-03-27 [paul]       0.7.4claws48
7353
7354         * sync with 0.7.4cvs21
7355                 see ChangeLog 2002-03-26 and 2002-03-27
7356
7357 2002-03-26 [hoa]        0.7.4claws47
7358
7359         * src/prefs_folder_item.c
7360                 really fixed the bug #516442 with folder rescan.
7361
7362 2002-03-26 [paul]       0.7.4claws46
7363
7364         * sync with 0.7.4cvs19
7365                 see ChangeLog entries 2002-03-25 and 2002-03-26
7366
7367 2002-03-25 [hoa]        0.7.4claws45
7368
7369         * src/matcher.c
7370         * src/mh.c
7371                 fix the bug #516442 with folder rescan.
7372
7373         * src/prefs_common.[ch]
7374         * src/compose.c
7375                 added an option to enable two different behaviours
7376                 for bounce.
7377
7378
7379 2002-03-25 [paul]       0.7.4claws44
7380
7381         * src/mainwindow.c
7382           src/selective_download.c
7383                 correct a few menuitem labels
7384
7385 2002-03-25 [christoph]  0.7.4claws43
7386
7387         * src/procmsg.c
7388                 fix non deleted tmp message in
7389                 procmsg_save_to_outbox
7390                 fix problems caused by sync with
7391                 main branch's procmsg_send_queue
7392
7393 2002-03-25 [paul]       0.7.4claws42
7394
7395         * src/quote_fmt.c
7396           src/quote_fmt_lex.l
7397           src/quote_fmt_parse.y
7398                 add Last name (%L) placeholder for quoting. 
7399                 patch submitted by Thorsten Thielen 
7400                 <thth@users.sourceforge.net>
7401
7402 2002-03-25 [paul]       0.7.4claws41
7403
7404         * src/utils.c
7405                 get full hostname. patch submitted by
7406                 Bob Woodside <rwoodside1@comcast.net>
7407
7408 2002-03-25 [paul]       0.7.4claws40
7409
7410         * src/account.c
7411           src/news.c
7412           src/nntp.[ch]
7413           src/prefs_account.[ch]
7414                 enable NNTP over SSL. patch submitted by
7415                 Pascal Jermini <pascal@infinity.hn.org>
7416
7417 2002-03-24 [paul]       0.7.4claws39
7418
7419         * src/prefs_common.c
7420                 make the arrangement of the Compose tab more
7421                 coherent
7422
7423         * src/mainwindow.c
7424                 fix some irregularities of style
7425
7426         * po/de.po
7427                 updated by Kilian Krause
7428
7429 2002-03-23 [paul]       0.7.4claws38
7430
7431         * po/pt_BR.po
7432                 updated by Fabio Junior Beneditto
7433
7434 2002-03-23 [paul]       0.7.4claws37
7435
7436         * src/mainwindow.c
7437                 move 'Gather addresses' to 'Tools' menu
7438                 make 'Selective download' sensitive
7439
7440 2002-03-23 [paul]       0.7.4claws36
7441
7442         * sync with 0.7.4cvs16
7443                 see ChangeLog entries 2002-03-23
7444
7445 2002-03-22 [christoph]  0.7.4claws35
7446
7447         * src/quote_fmt_parse.y
7448                 fix include program output
7449
7450 2002-03-22 [alfons]     0.7.4claws34
7451
7452         * src/pop.c
7453                 initialize GDate stack variable correctly (sorry!)
7454
7455 2002-03-22 [paul]       0.7.4claws33
7456
7457         * src/compose.c
7458           src/mainwindow.c
7459           src/prefs_actions.c
7460           src/prefs_common.c
7461                 rename 'Tool' to 'Tools'
7462
7463         * src/mainwindow.c
7464                 move 'Delete duplicated messages' from
7465                 'Message/' to 'Tools/'
7466                 re-arrange the order of 'Tools/' items
7467
7468 2002-03-22 [paul]       0.7.4claws32
7469
7470         * src/addr_compl.c
7471           src/addressbook.[ch]
7472                 auto-address completion now also matches on
7473                 Nickname. patch submitted by Bob Forsman 
7474                 <hammor@users.sourceforge.net>
7475
7476         * src/editaddress.c
7477                 correct a spelling mistake
7478
7479 2002-03-22 [alfons]     0.7.4claws31
7480
7481         * src/pop.c
7482                 fix getting uidl from incorrect string 
7483                 (spotted by Colin)
7484
7485 2002-03-21 [alfons]     0.7.4claws30
7486
7487         * src/pop.c
7488                 more code refactoring
7489                 plug mem leak introduced by delete on server
7490
7491 2002-03-21 [paul]       0.7.4claws29
7492
7493         * sync with 0.7.4cvs11
7494                 see ChangeLog entries 2002-03-20
7495
7496 2002-03-20 [alfons]     0.7.4claws28
7497
7498         * src/inc.c
7499                 apply Colin's patch and refactor
7500
7501 2002-03-20 [paul]       0.7.4claws27
7502
7503         * sync with sylpheed 0.7.4cvs9
7504                 see ChangeLog entry 2002-03-20
7505
7506 2002-03-19 [christoph]  0.7.4claws26
7507
7508         * src/mh.c
7509         * src/procmsg.[ch]
7510         * src/summaryview.c
7511                 revert changes for flag updates
7512                 (does not work correctly and no time to debug)
7513
7514 2002-03-20 [alfons]     0.7.4claws25
7515
7516         * src/pop.c
7517                 refactor should_delete() a little bit 
7518
7519 2002-03-19 [paul]       0.7.4claws24
7520
7521         * src/inc.[ch]
7522           src/pop.c
7523           src/prefs_account.[ch]
7524                 allow the user to leave downloaded mail on the 
7525                 server for n days. Patch submitted by Colin Leroy 
7526                 <colin@colino.net>
7527
7528 2002-02-19 [paul]       0.7.4claws23
7529
7530         * sync with sylpheed 0.7.4cvs8
7531                 see ChangeLog entries 2002-03-19
7532
7533 2002-03-18 [paul]       0.7.4claws22
7534
7535         * sync with sylpheed 0.7.4cvs6
7536                 see ChangeLog entry 2002-03-18
7537
7538 2002-03-18 [paul]       0.7.4claws21
7539
7540         * po/en_GB.po
7541                 add en_GB message catalogue
7542
7543         * src/mbox_folder.c
7544           src/prefs_account.c
7545           src/prefs_actions.c
7546                 correct a few spelling mistakes
7547
7548 2002-03-17 [alfons]     0.7.4claws20
7549
7550         * src/matcher.c
7551                 more stringent checks for NULL params when writing
7552                 filtering actions to a file
7553                 
7554 2002-03-17 [hoa]        0.7.3claws20
7555
7556         * src/news.c
7557                 fixed the count of new messages
7558
7559         * src/compose.c
7560                 fixed the "attachment properties" window
7561
7562 2002-03-17 [paul]       0.7.4claws19
7563
7564         * src/defs.h
7565           src/folder.h
7566           src/news.c
7567           src/prefs_account.[ch]
7568           src/procmsg.[ch]
7569           src/summaryview.c
7570                 automatically mark cross-posted messages as read 
7571                 and (optionally) give them a colour label
7572                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
7573                 
7574
7575 2002-03-17 [paul]       0.7.4claws18
7576
7577         * sync with sylpheed 0.7.4cvs5
7578                 see ChangeLog entry 2002-03-17
7579
7580 2002-03-17 [melvin]     0.7.4claws17
7581         
7582         * src/textview.c
7583                 Worked around a gtktext 'bug': when searching for 
7584                 a text in a long message it was scrolling slowly
7585                 line by line until it hit the searched text.
7586         * po/fr.po
7587                 Updated French translation
7588
7589 2002-03-17 [melvin]     0.7.4claws16
7590
7591         * src/mainwindow.c
7592         * src/compose.c
7593         * src/prefs_actions.c
7594                 Moved "Edit/Actions" to "Tool/Actions"
7595                 Made mainwindow/compose window sensitive as soon as
7596                 no child process is running anymore even if the io dialog
7597                 is open.
7598                 Fixed a struct being initialized with a non constant char*
7599
7600 2002-03-16 [christoph]  0.7.4claws15
7601
7602         * configure.in
7603                 add --with-compiler-flags option
7604                 (only for developer hacking)
7605         * src/mh.c
7606         * src/procmsg.[ch]
7607         * src/summaryview.c
7608                 try to make folder-stats and flag handling more
7609                 independent from the summaryview. msgcounts
7610                 are only set when the folder is opened and
7611                 procmsg_msginfo_(un)set_flags will handle it
7612                 later and summaryview will get the values
7613                 from the folder.
7614
7615 2002-03-16 [paul]       0.7.4claws14
7616
7617         * src/messageview.c
7618                 fix Return-receipt. Patch submitted by Bob
7619                 Woodside <rwoodside1@comcast.net>
7620
7621 2002-03-16 [paul]       0.7.4claws13
7622
7623         * src/compose.c
7624                 fix 'dynamic' signatures, make it work again
7625                 broken during sync on 2002-03-14 (0.7.4claws2)
7626
7627 2002-03-15 [match]      0.7.4claws12
7628
7629         * src/addrharvest.[ch]
7630         * src/addrgather.[ch]
7631         * src/addressbook.[ch]
7632         * src/mainwindow.c
7633                 included address harvester feature. still some
7634                 issues with address parsing that I will fix.
7635
7636 2002-03-15 [match]      0.7.4claws11
7637
7638         * src/addrbook.[ch]
7639         * src/addrcache.[ch]
7640         * src/addressbook.[ch]
7641         * src/addrindex.c
7642         * src/editbook.c
7643         * src/importldif.c
7644         * src/importmutt.c
7645         * src/jpilot.[ch]
7646         * src/main.c
7647         * src/syldap.[ch]
7648         * src/vcard.[ch]
7649                 tidy up. fix memory leaks. moved attribs and methods
7650                 from individual interfaces to addrcache object. prep
7651                 for new stuff to come in.
7652
7653 2002-03-15 [alfons]     0.7.4claws10
7654
7655         * src/matcher.[ch]
7656         * src/matcher_parser_parse.y
7657         * src/matcher_parser_lex.l
7658         * src/prefs_matcher.c
7659                 add filtering conditions message greater than, smaller 
7660                 than, and exactly matching a size in bytes
7661                 (does not work with delete from POP3 server yet)
7662
7663                 this should also give others an idea what you should
7664                 do to add new criterions to claws filtering system
7665                 
7666
7667 2002-03-15 [paul]       0.7.4claws9
7668
7669         * tools/filter_conv.pl
7670                 exit if there are no filter rules to convert
7671                 rename filterrc to filterrc.old after completion
7672
7673 2002-03-15 [paul]       0.7.4claws8
7674
7675         * sync with sylpheed 0.7.4cvs3
7676                 see ChangeLog entry 2002-03-14
7677
7678 2002-03-14 [paul]       0.7.4claws7
7679
7680         * src/compose.c
7681                 clean up the last commit (ahem)
7682
7683 2002-03-14 [paul]       0.7.4claws6
7684
7685         * src/compose.c
7686                 fix bug #515655. honour account preferences
7687                 regarding gpg default signing/encryption when 
7688                 changing account from the compose window.
7689
7690 2002-03-14 [paul]       0.7.4claws5
7691
7692         * src/folderview.c
7693                 remove unnecessary curly brackets
7694
7695 2002-03-14 [paul]       0.7.4claws4
7696
7697         * src/folderview.c
7698           src/prefs_filtering.[ch]
7699                 add filter rename on folder rename and filter
7700                 delete on folder delete. Patch submitted by
7701                 Neill Miller <neillm@thecodefactory.org> 
7702
7703 2002-03-14 [christoph]  0.7.4claws3
7704
7705         * src/procmsg.c
7706         * src/send.c
7707                 fix local delivery
7708                 (patch submitted by "Simon 'corecode' Schubert")
7709         * src/prefs_common.c
7710         * src/procmsg.c
7711                 fix gcc 3.0 warning
7712
7713 2002-03-14 [paul]       0.7.4claws2
7714
7715         * sync with sylpheed 0.7.4cvs2
7716                 see ChangeLog entry 2002-03-13
7717
7718 2002-03-12 [darko]      0.7.4claws1
7719
7720         * src/mainwindow.c
7721                 fix what seems to be a copy and paste error
7722                 when setting color for important messages
7723                 (reported by wwp)
7724
7725 2002-03-11 [paul]       version 0.7.4claws released
7726
7727 2002-03-11 [paul]       0.7.4claws
7728
7729         * po/es.po
7730           po/it.po
7731           po/nl.po
7732           po/pt_BR.po
7733                 update message catalogs. Submitted by Ricardo Mones 
7734                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
7735                 Fabio Junior Beneditto
7736
7737         * configure.in
7738           faq/Makefile.am
7739           faq/it/Makefile
7740           faq/it/sylpheed-faq*
7741           src/mainwindow.c
7742           src/manual.[ch]
7743                 add FAQ in Italian
7744         
7745
7746 2002-03-11 [jens]       0.7.3claws7
7747
7748         * po/de.po
7749                 updated German translation
7750
7751 2002-03-11 [melvin]     0.7.3claws6
7752
7753         * po/fr.po
7754                 updated and corrected French translation
7755
7756 2002-03-10 [hoa]        0.7.3claws5
7757
7758         * src/account.c
7759         * src/inc.c
7760         * src/prefs_account.c
7761         * src/procmsg.c
7762         * src/send.[ch]
7763                 fixed the local account.
7764                 you have to change the default "/usr/sbin/sendmail"
7765                 to "/usr/sbin/sendmail -t" in the preferences of
7766                 the local account.
7767
7768         * src/procmime.c
7769                 removed some debug display for renderer
7770
7771 2002-03-10 [paul]       0.7.3claws4
7772
7773         * faq/en/sylpheed-faq-1.html
7774           faq/en/sylpheed-faq-2.html
7775                 update
7776
7777 2002-03-09 [paul]       0.7.3claws3
7778
7779         * sync with sylpheed 0.7.4
7780                 see ChangeLog entry 2002-03-09
7781
7782 2002-03-08 [paul]       0.7.3claws2
7783
7784         * faq/en/sylpheed-faq*
7785           faq/es/sylpheed-faq*
7786           faq/fr/sylpheed-faq*
7787                 update the FAQs
7788
7789         * manual/fr/.cvsignore
7790           manual/fr/Makefilea.am
7791           manual/fr/sylpheed*
7792           src/mainwindow.c
7793           src/manual.[ch]
7794                 add the French manual
7795
7796 2002-03-07 [paul]       0.7.3claws1
7797
7798         * sync with sylpheed 0.7.3cvs4
7799                 see ChangeLog entries  2002-03-06 and 2002-03-07
7800         
7801         * po/nl.po
7802                 updated by Wilbert Berendsen
7803
7804 2002-03-07 [melvin]     0.7.2claws34
7805
7806         * src/selective_download.c
7807                 Changed the pixmap of the receive button to MAIL_RECEIVE.
7808
7809 2002-03-06 [paul]       0.7.2claws33
7810
7811         * sync with sylpheed 0.7.3cvs1
7812                 bug fix, see ChangeLog entry 2002-03-05
7813
7814 2002-03-05 [paul]       0.7.2claws32
7815
7816         * src/mimeview.c
7817           src/pgptext.[ch]
7818           src/procmsg.c
7819                 reverse the pgp ascii-armored code implemented in 
7820                 0.7.2claws16. removal of this code until it matures.
7821                 this means that verifying ascii-armored pgp sigs and
7822                 automatic decryption of ascii-armored encrypted
7823                 messages no longer works.
7824
7825 2002-03-05 [paul]       0.7.2claws31
7826
7827         * configure.in
7828           Makefile.am
7829         * faq/Makefile.am
7830         * faq/en/Makefile.am
7831           faq/en/sylpheed-faq.html
7832           faq/en/sylpheed-faq-1.html
7833           faq/en/sylpheed-faq-2.html
7834           faq/en/sylpheed-faq-3.html
7835         * faq/es/Makefile.am
7836           faq/es/sylpheed-faq.html
7837           faq/es/sylpheed-faq-1.html
7838           faq/es/sylpheed-faq-2.html
7839           faq/es/sylpheed-faq-3.html
7840           faq/es/sylpheed-faq-4.html
7841         * faq/fr/Makefile.am
7842           faq/fr/sylpheed-faq.html
7843           faq/fr/sylpheed-faq-1.html
7844           faq/fr/sylpheed-faq-2.html
7845           faq/fr/sylpheed-faq-3.html
7846         * src/Makefile.am
7847           src/defs.h
7848           src/mainwindow.c
7849           src/manual.[ch]
7850                 add FAQs in English, Spanish and French
7851
7852
7853 2002-03-05 [paul]       0.7.2claws30
7854
7855         * manual/en/sylpheed.html
7856           manual/en/sylpheed-XX.html
7857                 updated the English manual
7858
7859 2002-03-05 [hoa]        
7860
7861         * src/summaryview.c
7862                 dialog box pops up if the article can't be deleted.
7863
7864 2002-03-04 [paul]       
7865         
7866         * po/pt_BR.po
7867                 updated by Fabio Junior Benedito
7868
7869 2002-03-04 [hoa]
7870
7871         * removed ac/gpgme.m4
7872                 to avoid autogen common problem
7873                 developers have to install gpgme development package now
7874
7875         * src/compose.c
7876                 encoding to 7bit or 8bit is enabled.
7877
7878 2002-03-03 [alfons]     0.7.2claws29
7879
7880         * src/pop.c
7881                 merge fix by Oliver Haertel for selective
7882                 download buglet
7883
7884 2002-03-03 [paul]       0.7.2claws28
7885         
7886         * sync with sylpheed 0.7.3
7887
7888 2002-03-03 [paul]       0.7.2claws27
7889
7890         * sync with sylpheed 0.7.2cvs24
7891                 see ChangeLog entries 2002-03-02 and 2002-03-03
7892
7893 2002-03-02 [melvin]     0.7.2claws26
7894
7895         * src/inc.[ch]
7896         * src/main.c
7897         * src/mainwindow.c
7898         * src/prefs_common.[ch]
7899                 Added user definable notification on new mail arrival.
7900                 Removed unused variables in spell checker prefs code.
7901
7902 2002-03-02 [melvin]     0.7.2claws25
7903
7904         * src/quote_fmt.c
7905                 Removed unnecessary escape sequences.
7906                 Changed 'Initial...' to 'Initials of Sender'
7907
7908 2002-03-02 [paul]       0.7.2claws24
7909
7910         * sync with sylpheed 0.7.2cvs22
7911                 see ChangeLog entry 2002-03-01
7912
7913 2002-03-01 [hoa]        0.7.2claws23
7914
7915         * src/mainwindow.c
7916                 Set sensitivity of delete actions to active
7917                 even if the folder is a newsgroup.
7918
7919         * src/summaryview.c
7920                 - Set sensitivity of delete actions
7921                 - Added function check_permission() that will check if the
7922                   user is authorized to delete a message. For news, it
7923                   will check if the author is the same.
7924                 - Enabled deletion when there is no trash folder.
7925
7926         * src/news.[ch]
7927                 - Added news_cancel_article() to cancel articles
7928                 - Implemented news_remove_message() (public function)
7929
7930 2002-03-01 [paul]       0.7.2claws22
7931
7932         * src/gtkutils.c
7933           src/textview.c
7934                 recognise urls that that don't include 'http://' and
7935                 simply begin 'www.' 
7936
7937         * AUTHORS
7938                 remove duplicated name
7939
7940 2002-02-28 [paul]       0.7.2claws21
7941
7942         * src/mainwindow.c
7943           src/summaryview.[ch]
7944                 add ability to 'Select thread'
7945                 combines Melvin's "Select thread's head" patch (#510907)
7946                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
7947                 patch (#518514) 
7948
7949 2002-02-28 [paul]       0.7.2claws20
7950
7951         * src/mimeview.c
7952                 hopefully fix segfault on right-clicking a mime part
7953                 that some people have experienced.      
7954                 fix submitted by Fredrik Olofsson <frol@linux.nu>
7955
7956 2002-02-28 [paul]       0.7.2claws19
7957
7958         * sync with sylpheed 0.7.2cvs21
7959                 see ChangeLog entries 2002-02-27 and 2002-02-28
7960
7961 2002-02-27 [paul]       0.7.2claws18
7962
7963         * sync with sylpheed 0.7.2cvs18
7964                 see ChangeLog entries 2002-02-26 and 2002-02-27
7965
7966 2002-02-26 [alfons]     0.7.2claws17
7967
7968         * src/procheader.c
7969                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
7970                 (spotted by Chris Hessman <idatech@gmx.net>)
7971
7972 2002-02-26 [paul]       0.7.2claws16
7973
7974         * src/mimeview.c
7975           src/pgptext.[ch]
7976           src/procmsg.c
7977                 make decryption of ascii-armored pgp encrypted messages
7978                 and verification of ascii-armored signatures work again.
7979                 slightly altered from the patch by Jens Jahnke 
7980                 <jan0sch@gmx.net>
7981
7982                 ##FIX ME##
7983                 * the checking of plaintext signatures always comes up in 
7984                   a popup box
7985                 * it doesn't work for multipart messages 
7986                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
7987                   including the msg headers and these 2 line themselves, are 
7988                   not displayed
7989
7990         * src/mainwindow.c
7991                 "View/Folder Tree" becomes "View/Separate Folder Tree"
7992                 "View/Message View" becomes "View/Separate Message View"
7993                 because its less ambiguous.
7994
7995         * po/es.po
7996                 updated by Ricardo Mones Lastra
7997
7998 2002-02-26 [paul]       0.7.2claws15
7999
8000         * sync with sylpheed 0.7.2cvs17
8001                 see ChangeLog entries 2002-02-25 and 2002-02-26
8002
8003 2002-02-25 [christoph]  0.7.2claws14
8004
8005         * src/filtering.[ch]
8006         * src/inc.c
8007                 do filtering stuff after all messages have been received
8008                   1. drop all messages to .processing
8009                   2. scan processing folder for messages
8010                   3. filter messages or move to inbox
8011                 this will also find old messages left in processing after
8012                 a crash or something like that and we get a real msginfo
8013                 from folder->get_msg_list and do not have to create our
8014                 own in filter_message
8015         * src/matcher_parser_parse.y
8016                 remove MIX/MAX warning (reordered includes)
8017
8018 2002-02-25 [paul]       0.7.2claws13
8019
8020         * sync with sylpheed 0.7.2cvs15
8021                 see ChangeLog entry 2002-02-24
8022
8023 2002-02-24 [alfons]     0.7.2claws12
8024
8025         * src/filtering.c
8026                 clear old color flags first when applying a new color to
8027                 a message info. 
8028                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
8029
8030 2002-02-24 [alfons]     0.7.2.claws11
8031         
8032         * AUTHORS
8033         * src/prefs_common.c
8034                 add presets for Opera and Konqueror, closes patch #517261,
8035                 submitted by Ville Skyttä <scop@users.sourceforge.net>
8036
8037 2002-02-24 [alfons]     0.7.2.claws10
8038
8039         * AUTHORS
8040         * src/summaryview.c
8041                 fix threading for null message ids, closes patch #521601,
8042                 submitted by Bob Forsman <hammor@users.sourceforge.net>
8043
8044 2002-02-24 [alfons]     0.7.2claws9
8045
8046         * src/summaryview.c
8047         * src/filtering.c
8048                 make Tool | Filter Message work with filtering system so
8049                 setting flags also works
8050
8051                 TODO:
8052
8053                 - Processing uses the same function as Tool | Filter
8054                   Message, but doesn't use the same update proc yet
8055
8056 2002-02-23 [paul]       0.7.2claws8
8057
8058         * sync with sylpheed 0.7.2cvs14
8059                 see ChangeLog entries 2002-02-22 and 2002-02-23
8060
8061 2002-02-22 [christoph]  0.7.2claws7
8062
8063         * src/quote_fmt.c
8064                 Add column space to table
8065         * src/quote_fmt_parse.y
8066                 Close files
8067
8068 2002-02-22 [paul]       0.7.2claws6
8069
8070         * src/Makefile.am
8071           src/defs.h
8072           src/filtering.c
8073           src/inc.[ch]
8074           src/mainwindow.c
8075           src/matcher.[ch]
8076           src/matcher_parser_lex.l
8077           src/matcher_parser_parse.y
8078           src/pop.[ch]
8079           src/prefs_account.h
8080           src/prefs_filtering.c
8081           src/selective_download.[ch]   *** NEW FILES ***
8082           src/utils.[ch]
8083           po/POTFILES.in
8084                 Selective Download added to 'Tool' menu. 
8085                 Retrieves email headers of the currently selected pop3 
8086                 account and allows the user to mark emails for deletion 
8087                 right on the pop3 server. Patch submitted by Oliver Haertel 
8088                 <oha@users.sourceforge.net>.
8089         
8090         * po/POTFILES.in
8091                 add 'src/quote_fmt.c'           
8092
8093 2002-02-22 [christoph]  0.7.2claws5
8094
8095         * src/Makefile.am
8096                 added quote_fmt.c
8097         * src/prefs_common.[ch]
8098         * src/prefs_template.c
8099         * src/quote_fmt.c               *** NEW FILE ***
8100         * src/quote_fmt.h
8101                 move quote format symbol description code
8102                 to it's own file because it is used from
8103                 differnent code parts
8104                 Rewrote symbol description GUI
8105                   + use table
8106                   + add separators
8107                   + get data from array (no more long constant strings)
8108         * src/quote_fmt_lex.l
8109         * src/quote_fmt_parse.y
8110                 Symbol for Literal % changed to \% instead of %%
8111                 (More logical as \ is used for quoting for other symbols)
8112                 Add |f and |p to include files and program output
8113                 Examples:
8114                     |f{/home/.../.signature}
8115                     |p{date}
8116         * po/de.po
8117                 Correct wrong spelling for "Referenzen"
8118
8119 2002-02-21 [paul]       0.7.2claws4
8120
8121         * src/procmsg.c
8122                 forgotten during sync
8123
8124 2002-02-21 [paul]       0.7.2claws3
8125
8126         * sync with sylpheed 0.7.2cvs11
8127                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
8128                 2002-02-20 and 2002-02-21
8129
8130 2002-02-20 [melvin]     0.7.2claws2
8131
8132         * src/prefs_actions.c
8133                 Added error report when child cannot fork or when execvp 
8134                 returns with an error.
8135
8136 2002-02-19 [christoph]  0.7.2claws1
8137
8138         * src/codeconv.c
8139                 return unconverted text if conde conversion is not possible
8140                 when libjconv is used.
8141                 (patch submitted by "Simon 'corecode' Schubert")
8142
8143 2002-02-19 [paul]       
8144
8145         * version 0.7.2claws release
8146
8147 2002-02-19 [paul]       0.7.2claws
8148
8149         * po/nl.po
8150                 updated by Wilbert Berendsen
8151
8152
8153 2002-02-18 [alfons]     0.7.1claws13
8154
8155         * src/syldap.c
8156         * src/jpilot.c
8157                 remove references to dlfcn and explicitly loading functions
8158                 from dynalink libs, because libs linked anyway, and functions
8159                 are loaded explicitly
8160
8161 2002-02-17 [melvin]     0.7.1claws12
8162
8163         * src/prefs_actions.c
8164                 Replaced children wait loop with double fork technique.
8165                 Now, input/output window updated at each new output.
8166                 free_children(): Fixed a memory leak.
8167                 Made input/output window non closable if running children
8168                 still exist.
8169                 Added missing <unistd.h> include.
8170                 Added some --debug outputs.
8171
8172 2002-02-17 [melvin]     0.7.1claws11
8173
8174         * src/summaryview.c
8175                 Fixed bug where descending sort order did not select top
8176                 message.
8177
8178 2002-02-17 [melvin]     0.7.1claws10
8179
8180         * acconfig.h
8181                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
8182         * src/prefs_common.c
8183                 Pspell data package directory no more hard coded but
8184                 set during configuration (PSPELL_PATH). (Thanks to 
8185                                 Gustavo Noronha Silva.)
8186
8187 2002-02-17 [melvin]     0.7.1claws9
8188
8189         * configure.in
8190                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
8191         * src/gtkspell.c
8192                 Fixed compile-time warnings.
8193
8194 2002-02-16 [alfons]     0.7.1claws8
8195
8196         * src/filesel.c
8197                 fix inadvertent free of NULL pointer which caused
8198                 sylpheed to crash when closing the save-as dialog
8199                 using the window close button
8200
8201 2002-02-16 [carsten]    0.7.1claws7
8202         * src/mainwindow.[ch]
8203           src/summaryview.c
8204           src/prefs_common.c
8205                 fixes for pixmap theming code:
8206                         - recently changed mail attributes shouldn't get
8207                           lost any longer
8208                         - theme is only reloaded iff another theme was
8209                           selected
8210
8211 2002-02-16 [paul]       0.7.1claws6
8212
8213         * sync with sylpheed 0.7.2 release
8214                 see ChangeLog entry 2002-02-15 and 2002-02-16
8215
8216 2002-02-15 [paul]       0.7.1claws5
8217
8218         * sync with sylpheed 0.7.1cvs9
8219                 see ChangeLog entry 2002-02-15
8220
8221         * po/POTFILES.in
8222                 remove unneeded headerwindow.c entry
8223
8224 2002-02-14 [carsten]    0.7.1claws4
8225         * src/summaryview.c
8226                 fixed a bug for "Go to next unread message": there was
8227                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
8228                 in the prefs, because of doing "Search again" instead
8229                 "No"
8230
8231 2002-02-14 [carsten]    0.7.1claws3
8232         * src/stock_pixmap.c
8233                 removed 2 more mem leaks; following memprof,
8234                 this code is "leak free" now :)
8235
8236 2002-02-14 [carsten]    0.7.1claws2
8237         * src/stock_pixmap.c
8238                 used opendir/readdir/closedir instead of scandir
8239                 -> code should work now on Solaris
8240
8241 2002-02-14 [paul]       0.7.1claws1
8242
8243         * sync with sylpheed 0.7.1cvs8
8244                 see ChangeLog entries 2002-02-13 and 2002-02-14
8245
8246         * README.claws
8247                 add some description of Actions and Pixmap Themes
8248
8249 2002-02-13 [paul]       
8250
8251         * version 0.7.1claws release
8252
8253 2002-02-13 [paul]       0.7.1claws
8254
8255         * po/es.po
8256           po/it.po
8257           po/pt_BR.po
8258                 updated translations, submitted by Ricardo Mones Lastra,
8259                 Alessandro Maestri and Fabio Junior Beneditto
8260
8261 2002-02-13 [melvin]     0.7.0claws75
8262
8263         * src/prefs_actions.c
8264                 Added missing "signal.h" include
8265
8266 2002-02-13 [melvin]     0.7.0claws74
8267
8268         * src/prefs_folder_item.c
8269                 Added missing "config.h" include
8270         * po/fr.po
8271                 Updated French translation for folder propriety.
8272
8273 2002-02-13 [jens]       0.7.0claws73
8274
8275         * po/POTFILES.in
8276                 Added missing src/prefs_folder_item.c [log added by melvin]
8277         * po/de.po
8278                 Updated German translation.
8279
8280 2002-02-13 [melvin]     0.7.0claws72
8281
8282         * po/fr.po
8283                 Updated French translation.
8284
8285 2002-02-13 [melvin]     0.7.0claws71
8286
8287         * src/gtkutils.c
8288                 Made gtkut_editable_get_selection return NULL if selection
8289                 is of length zero.
8290                 This fixes a bug where selecting part of message A then
8291                 switching to message B and replying to it will not
8292                 quote the message's body.
8293
8294 2002-02-12 [paul]       0.7.0claws70
8295
8296         * src/mainwindow.c
8297                 cosmetic, relating to pixmap themes: on toolbar make 
8298                 updating of 'Exec' and 'Compose news/Compose email'
8299                 icons faster.
8300
8301 2002-02-12 [carsten]    0.7.0claws69
8302         * src/folderview.c
8303           src/mainwindow.[ch]
8304           src/stock_pixmap.c
8305           src/summaryview.c
8306           src/prefs_common.c
8307                 - refreshing after changing pixmap theme better
8308                   now (thanks Paul)
8309                 - wanted to remove some mem leaks, but alfons was
8310                   faster (and had the better solution ;)
8311
8312 2002-02-12 [alfons]     0.7.0claws68
8313
8314         * src/prefs_common.c
8315         * src/stock_pixmap.[ch]
8316                 plug mem leaks, refactor code a little bit
8317
8318
8319 2002-02-12 [sergey]     0.7.0claws67
8320
8321         * src/imap.c
8322                 Fixed problem with copying messages to IMAP folders when the
8323                 server uses something other than '/' as a namespace separator
8324                 (cyrus-imapd uses '.').
8325
8326 2002-02-12 [jens]       0.7.0claws66
8327
8328         * po/de.po
8329                 Updated German Translation
8330
8331 2002-02-12 [paul]       0.7.0claws65
8332
8333         * sync with sylpheed 0.7.1cvs1
8334                 see ChangeLog entry 2002-02-12
8335
8336 2002-02-12 [melvin]     0.7.0claws64
8337
8338         * src/prefs_actions.c
8339                 Fixed "feature" where children's output was duplicated 
8340                 instead of refreshed while monitoring.
8341                 Removed some debug code.
8342
8343 2002-02-12 [christoph]  0.7.0claws63
8344
8345         * src/compose.c
8346                 always delete message from queue after sending/send error
8347                 (closes bug #509601)
8348
8349 2002-02-12 [melvin]     0.7.0claws62
8350
8351         * src/prefs_actions.c
8352                 Children wait loop is now triggered with a timeout of 1s
8353                 Added %F which is replaced with the list of filenames 
8354                 of all selected messages (as suggested by Ricardo Mones Lestra)
8355                 Pipe syntax changed. Prefix with | to send selection, postfix
8356                 with | to retrieve output. Prefix with > or * to send
8357                 user definable input to the command (*: input is hidden)
8358                 Old pipe action should now be postfixed with |, too.
8359
8360 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
8361         * src/stock_pixmap.c
8362                 fixed a bug: if there's no theme directory don't
8363                 throw an error, just do "nothing" (thanks Alfons)
8364
8365 2002-02-12 [carsten]    0.7.0claws60
8366         * src/folderview.c
8367           src/summaryview.c
8368                 had to write the cache twice (nasty!); some marks would 
8369                 get lost if not
8370
8371 2002-02-11 [carsten]    0.7.0claws59
8372         * acconfig.h
8373           configure.in
8374           doc-src/maintainer_guide.txt
8375           src/compose.[ch]
8376           src/defs.h
8377           src/folderview.[ch]
8378           src/gtkutils.[ch]
8379           src/mainwindow.[ch]
8380           src/prefs_common.[ch]
8381           src/stock_pixmap.[ch]
8382           src/summaryview.[ch]
8383                 pixmap theming and related work on pixmap
8384                 handling on some other places
8385                 (e.g. hrm features for all folder)
8386           src/pixmap/stock_*.xpm -> the stock_ was removed
8387         
8388 2002-02-11 [paul]       0.7.0claws58
8389
8390         * sync with sylpheed 0.7.1 release
8391                 see ChangeLog entries 2002-02-11
8392
8393 2002-02-08 [paul]       0.7.0claws57
8394
8395         * sync with sylpheed 0.7.0cvs39
8396                 see ChangeLog entry 2002-02-07 (last entry) 
8397
8398         * src/prefs_actions.c
8399           src/prefs_filtering.c
8400           src/prefs_matcher.c
8401           src/prefs_scoring.c
8402                 sync: made it compile with C compilers other than gcc
8403
8404 2002-02-07 [paul]       0.7.0claws56
8405
8406         * sync with sylpheed 0.7.0cvs38
8407                 see ChangeLog entries 2002-02-06 (last 2 entries) and
8408                 2002-02-07
8409
8410 2002-02-07 [darko]      0.7.0claws55
8411
8412         * src/gtkutils.[ch]
8413         * src/summaryview.c
8414                 Fix const gchar */gchar * issue (thanks Hiro)
8415
8416 2002-02-07 [darko]      0.7.0claws54
8417
8418         * src/compose.[ch]
8419         * src/filtering.c
8420         * src/gtkutils.[ch]
8421         * src/prefs_template.c
8422         * src/quote_fmt.h
8423         * src/quote_fmt_parse.y
8424         * src/summaryview.c
8425         * src/utils.[ch]
8426                 When replying or forwarding an email don't quote the entire
8427                 mail body but use the part of the message text that is selected
8428
8429 2002-02-06 [melvin]     0.7.0claws53
8430
8431         * src/prefs_common.[ch]
8432         * src/gtkspell.[ch]
8433         * src/compose.c
8434                 Made possible to switch quickly to last used dictionary
8435                 which makes checking bilingual documents easier.
8436
8437 2002-02-06 [melvin]     0.7.0claws52
8438         
8439         * po/POTFILES.in
8440                 Added forgotten new file src/prefs_actions.c
8441
8442 2002-02-06 [melvin]     0.7.0claws51
8443
8444         * src/prefs_actions.c   ** NEW FILE **
8445         * src/prefs_actions.h   ** NEW FILE **
8446                 Added actions to execute on message text view, or on the
8447                         message's file.
8448         * src/Makefile.am
8449                 Added src/prefs_actions.[ch]
8450         * src/compose.c
8451                 Added new menu "Edit/Actions"
8452         * src/defs.h
8453                 Added new actionsrc file.
8454         * src/main.c
8455                 Added actionsrc reading.
8456         * src/mainwindow.c
8457                 Added new menus "Edit/Actions" and "Configuration/Actions..."
8458         * src/prefs_common.h
8459                 Added new element actionslst element to prefs_common.
8460
8461 2002-02-06 [paul]       0.7.0claws50
8462
8463         * sync with sylpheed 0.7.0cvs36
8464                 see ChangeLog entry 2002-02-06
8465
8466 2002-02-05 [paul]
8467
8468         * po/es.po
8469                 updated by Ricardo Mones Lastra
8470
8471 2002-02-05 [paul]       0.7.0claws49
8472
8473         * sync with sylpheed 0.7.0cvs33
8474                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
8475
8476 2002-02-05 [paul]       0.7.0claws48
8477
8478         * src/compose.c
8479                 re-add 'Edit/Advanced/Delete entire line', previously named
8480                 'Delete Line+'
8481
8482 2002-02-04 [paul]       0.7.0claws47
8483
8484         * src/compose.c
8485           src/summaryview.c
8486                 fix bug #494993 (Reply All not taking Reply-To into consi)
8487                 eliminate differences in behaviour of right-click 'Reply to all' 
8488                 in summary view and 'Reply to all' on the toolbar. 
8489                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
8490                 view and From gets ignored by 'Reply to all' on toolbar.
8491                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
8492                 From when no Reply-To header is present.
8493
8494 2002-02-04 [paul]       0.7.0claws46
8495
8496         * sync with sylpheed 0.7.0cvs30
8497                 see ChangeLog entries 2002-02-03 and 2002-02-04
8498
8499 2002-02-03 [melvin]     0.7.0claws45
8500
8501         * src/gtkspell.[ch]
8502                 Readded function to highlight all misspelled words.
8503                 Fixed bug where user-provided-words did not replace
8504                         correctly the misspelled word when using the mouse.
8505                 Fixed bug where checking a region selected from right to left did
8506                         not check the region at all.
8507                 Fixed bug where 'Check backwards' may not check at all. 
8508                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
8509                 Fixed possible buffer overflow when checking for long strings (>1k).
8510                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
8511                 Accelerators code uses now gtk_widget_add_accel.
8512                 Removed and disabled obsolete and unfinished code.
8513                 Cleaning up.
8514
8515         * src/compose.c
8516                 Added menu item to Highlight all misspelled words.
8517
8518 2002-02-01 [paul]       0.7.0claws44
8519
8520         * src/mainwindow.c
8521                 fix '/View/Hide read messages' sensitivity when all
8522                 messages in a folder are hidden
8523
8524 2002-02-01 [paul]       0.7.0claws43
8525
8526         * src/main.c
8527                 add --send option to command line interface, sends all
8528                 queued mail. Patch submitted by Ricardo Mones Lastra.
8529
8530 2002-01-31 [paul]       0.7.0claws42
8531
8532         * src/mainwindow.c
8533                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
8534
8535 2002-01-31 [paul]       0.7.0claws41
8536
8537         * sync with sylpheed 0.7.0cvs27
8538                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
8539                 and 2002-01-31
8540
8541         * src/textview.c
8542                 comment out elements of textview_show_part() as temporary
8543                 workaround for attachment 'Display as text' bug 
8544
8545         * po/pt_BR.po
8546                 updated by Fabio Junior Beneditto
8547
8548 2002-01-30 [paul]       0.7.0claws40
8549
8550         * sync with sylpheed 0.7.0cvs24
8551                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
8552                 and 2002-01-30
8553
8554         * src/compose.c
8555                 add {N_("/_Spelling"), ... "<Branch>"} to 
8556                 GtkItemFactoryEntry compose_entries[]
8557
8558         * src/prefs_common.c
8559                 add claws menu items to prefs_keybind_apply_clicked()
8560                 and remove non-claws menu items
8561
8562 2002-01-29 [paul]       0.7.0claws39
8563
8564         * sync with sylpheed 0.7.0cvs22
8565                 see ChangeLog entries 2002-01-28 and 2002-01-29
8566
8567 2002-01-28 [melvin]     0.7.0claws38
8568
8569         * src/compose.c
8570                 Added the declartion of compose_send_control_enter.
8571
8572         * src/compose.c
8573         * src/gtkspell.[ch]
8574                 Added in a 'Spelling' menu which includes the configuration menu. 
8575                 Added a real 'Check all' and got rid from the old one which only
8576                 highlited misspelled word.
8577                 Made 'Check while typing' a disableable option.
8578                 Added a dialog when there are no more misspelled word.
8579                 Added a dialog if error occurs when switching to a dictionary.
8580         
8581         * src/prefs_common.[ch]
8582                 Added option for the default 'Check while typing' option.
8583
8584
8585 2002-01-28 [alfons]     0.7.0claws37
8586
8587         * src/compose.c
8588                 fix buglet and make code comply with sylpheed code style
8589
8590 2002-01-28 [paul]       0.7.0claws36
8591
8592         * sync with sylpheed 0.7.0cvs19
8593                 see ChangeLog entries for 2002-01-28
8594
8595 2002-01-28 [hoa]        0.7.0claws35
8596
8597         * src/defs.h
8598                 added rendererrc
8599
8600         * src/main.c
8601                 read the renderer config
8602
8603         * src/procmime.[ch]
8604                 use the renderer config to convert mime attachments
8605
8606         * src/textview.c
8607                 don't use textview_show_html/ertf,
8608                 use get_text_content instead
8609
8610 2002-01-27 [alfons]     0.7.0claws34
8611         
8612         * src/news.c
8613                 make sylpheed believe it can delete a news message...
8614                 (messages are NOT deleted, maybe we should remove
8615                 processing from the folder properties after all.)
8616
8617 2002-01-27 [alfons]     0.7.0claws33
8618
8619         * src/folder.c
8620                 add extra checks
8621         * src/news.c
8622                 implement remove_msg() 
8623
8624 2002-01-27 [alfons]     0.7.0claws32
8625
8626         * src/procmsg.h
8627         * src/procheader.c
8628         * src/messageview.c
8629                 fix return receipt / disposition notification again. this
8630                 stuff seems to break on _every_ major summary UI change, so
8631                 it's now implemented using a flag which is saved in the
8632                 marks cache
8633                 
8634 2002-01-26 [alfons]     0.7.0claws31
8635
8636         * src/import.c
8637                 let import dialog show the destination folder identifier
8638
8639 2002-01-26 [melvin]     0.7.0claws30
8640
8641         * src/folderview.c
8642         * src/summaryview.c
8643                 Readded 'Mark all read' into summary view popup menu
8644                 Added 'Mark all read' in folder view popup menu for IMAP
8645                 and NNTP.
8646                 Made it insensitive if the selected folder is not the shown
8647                 one to avoid 'Mark all read' on the wrong folder.
8648                 
8649 2002-01-26 [paul]       0.7.0claws29
8650
8651         * src/folderview.c
8652           src/summaryview.c
8653                 move 'Mark all read' from summary view to folder view
8654                 menu. (adapted from) patch submitted by Jeremy Andrews,
8655                 <lists@kerneltrap.com>
8656
8657 2002-01-25 [alfons]     0.7.0claws28
8658
8659         * src/gtkstext.c
8660                 put the gtk class name back so GtkSText adapts the 
8661                 settings of GtkText
8662
8663 2002-01-25 [alfons]     0.7.0claws27
8664
8665         * src/folderview.c 
8666                 assimilate Ricardo's patch that shows pixmaps instead of
8667                 plain "new" and "unread" texts in the folder view column
8668                 headers 
8669
8670 2002-01-25 [paul]       0.7.0claws26
8671
8672         * src/Makefile.am
8673                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
8674                 be found in non-standard locations. 
8675                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
8676
8677 2002-01-25 [paul]       0.7.0claws25
8678
8679         * sync with sylpheed 0.7.0cvs16
8680                 see ChangeLog entry 2002-01-25
8681
8682 2002-01-24 [paul]       0.7.0claws24
8683
8684         * more sync with sylpheed 0.7.0cvs15
8685                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
8686
8687 2002-01-23 [sergey]     0.7.0claws23
8688
8689         * src/importldif.c
8690                 Fixed segfault when closing LDIF import wizard with
8691                 the window manager.
8692         * src/imageview.c
8693         * src/imageview.h
8694         * src/messageview.c
8695         * src/mimeview.c
8696                 Fixed wrong scrolling position after switching between
8697                 text and image parts.
8698
8699 2002-01-23 [paul]       0.7.0claws22
8700
8701         * sync with sylpheed 0.7.0cvs15
8702                 see ChangeLog entries 2002-01-22 and 2002-01-23
8703
8704 2002-01-21 [melvin]     0.7.0claws21
8705
8706         * src/prefs_scoring.c
8707         * src/prefs_filtering.c
8708                 Fixed bug where scoring and filtering windows stopped
8709                 autochecking.
8710
8711 2002-01-21 [paul]       0.7.0claws20
8712
8713         * sync with sylpheed 0.7.0cvs12
8714                 see ChangeLog entries 2002-01-20 and 2002-01-21
8715
8716 2002-01-21 [carsten]    0.7.0claws19
8717         * src/mainwindow.c
8718         * src/menu.[ch]
8719         * src/messageview.[ch]
8720         * src/summaryview.[ch]
8721                 changes to shortcuts handling again:
8722                         + "Q" now controled by mainwin
8723                         + v/V are now customizable and have slightly
8724                           different meanings
8725                 the "button" to minimize the messageview (and maximize
8726                 the summary view) is a real button now
8727         * src/compose.c
8728                 "Delete Line+" added to Edit/Advanced (this will also
8729                 delete the '\n')
8730
8731 2002-01-20 [melvin] 0.7.0claws18
8732
8733         * src/addressbook.c
8734                 Made "Bcc" sensitive when addressbook is called from
8735                 compose window (it was a Claws only bug).
8736
8737 2002-01-19 [alfons] 0.7.0claws17
8738
8739         * src/inc.c
8740                 prevent unnecessary updates when currently selected folder has
8741                 no new messages 
8742
8743 2002-01-19 [alfons] 0.7.0claws16
8744         
8745         * src/summaryview.c
8746                 prevent writing the cache based on current message list in summary 
8747                 view when filtering also put messages in currently selected folder
8748
8749 2002-01-19 [paul]
8750
8751         * po/it.po
8752                 Italian translation submitted by Alessandro Maestri
8753                 <a.maestri@cs.tin.it>
8754
8755 2002-01-18 [melvin]     0.7.0claws15
8756
8757         * src/prefs_filters.c
8758                 fixed bug where 'cancel' from 'filters' window stops autochecking
8759                 if the timer timed out  when the window was open.
8760
8761 2002-01-18 [match]      0.7.0claws14
8762
8763         * src/addrclip.[ch]     ** NEW FILE **
8764         * src/addrselect.[ch]   ** NEW FILE **
8765         * src/adbookbase.h      ** NEW FILE **
8766                 addressbook cut, copy and paste
8767         * src/addrbook.[ch]
8768         * src/addrcache.[ch]
8769         * src/addressitem.h
8770         * src/addrindex.[ch]
8771         * src/addritem.[ch]
8772         * src/importldif.c
8773         * src/importmutt.c
8774         * src/jpilot.[ch]
8775         * src/syldap.[ch]
8776         * src/vcard.[ch]
8777         * src/jpilot.[ch]
8778         * src/editbook.c
8779         * src/editjpilot.c
8780         * src/editldap.c
8781         * src/editvcard.c
8782                 support for copy/paste
8783         * src/addressbook.c
8784                 support for copy/paste
8785                 tidy up menu option processing
8786                 correct address list function arguments
8787         * src/editaddress.c
8788                 sort user attributes
8789         * src/ldif.h
8790         * src/mutt.h
8791                 tidy up
8792
8793         * src/addrbook.[ch]
8794         * src/addrbook.[ch]
8795         * src/addrbook.[ch]
8796                 
8797
8798 2002-01-18 [paul]       0.7.0claws13
8799
8800         * sync with sylpheed 0.7.0cvs8
8801                 configure.in: support Mac OS X (Darwin)
8802
8803 2002-01-18 [carsten]    0.7.0claws12
8804         * src/html.c
8805                 small hack to fix a segfault with an empty href
8806                 (reported by Alexandra Walford <deeni@altern.org>)
8807         * src/mainwindow.c
8808         * src/summaryview.c
8809                 the shortcuts for Mark und Mark as unread are hardcoded
8810                 again
8811         * src/compose.c
8812         * src/gtkstext.[ch]
8813                 readded the shortcuts in gtkstext but made them
8814                 customizeable (simply by adding a menu plus a wrapper
8815                 to compose.c)
8816
8817 2002-01-17 [melvin]     0.7.0claws11
8818
8819         * src/gtkspell.c
8820                 fix default dictionary not being saved.
8821
8822 2002-01-16 [darko]      0.7.0claws10
8823
8824         * src/compose.c
8825                 fix wrapping crash with URL longer than wrapping margin
8826
8827 2002-12-08 [hoa]        0.7.0claws10
8828
8829         * src/matcher_parser_parse.y
8830                 fixed some bugs
8831
8832         * src/prefs_filtering.c
8833                 now, we can use bounce action in the dialog box.
8834
8835 2002-01-16 [carsten]    0.7.0claws9
8836         * src/gtkstext.c
8837                 removed the <control> and <alt> shortcuts because they're
8838                 not needed and interefered with the "normal" shortcuts
8839         * src/mainwindow.c
8840         * src/summaryview.c
8841                 removed most of the hardcoded shortcuts and assigned
8842                 them to menu entries making them easy customizable by
8843                 that
8844
8845 2002-01-16 |melvin]     0.7.0claws8
8846
8847         * src/gtkspell.c
8848                 fixed bug where using the mouse and when the compose
8849                 window is not on top may result in a crash.
8850
8851 2002-01-16 [melvin]     0.7.0claws7
8852
8853         * src/compose.c
8854                 fixed a long standingspell checker bug which could 
8855                 cause a crash after sending a message.
8856
8857 2002-01-16 [paul]       0.7.0claws6
8858
8859         * sync with sylpheed 0.7.0cvs7
8860                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
8861                 2002-01-15, and 2002-01-16
8862
8863 2002-01-16 [melvin]     0.7.0claws5
8864
8865         * README.claws
8866         * src/compose.c
8867         * src/gtkspell.[ch]
8868         * src/main.c
8869                 Heavily modified spell checker code to work around
8870                 ispell bug, to add keyboard shortcuts and for future
8871                 enhancements. See README.claws for usage information.
8872
8873 2002-01-15 [alfons]     0.7.0claws4
8874         
8875         * src/summaryview.c
8876                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
8877                 so sorting within threads reflects sort mode
8878
8879 2002-01-15 [christoph]  0.7.0claws3
8880
8881         * src/procmsg.c
8882                 added alertpanel if mail sending failed
8883
8884 2002-01-15 [alfons]     0.7.0claws2
8885         
8886         * src/prefs_filtering.c
8887                 don't stop timer when prefs filtering dialog is opened
8888
8889 2002-01-14 [alfons]     0.7.0claws1
8890
8891         * src/addr_compl.c
8892         * src/prefs.c
8893                 remove debug_print()s for privacy reasons
8894
8895 2002-01-14 [darko]      0.7.0claws
8896
8897         * README.claws
8898                 quotation wrapping is now also in the main branch
8899
8900 2002-01-14 [paul]
8901
8902         * tools/filter_conv.pl
8903                 allow for Boolean Op and case-sensitivity
8904                 this file is included in the release and tagged
8905                 'rel_0_7_0'
8906
8907 2002-01-13 [paul]       0.7.0claws
8908
8909         * release 0.7.0, with cvs tag 'rel_0_7_0'
8910
8911 2002-01-13 [paul]
8912
8913         * tools/filter_conv.pl
8914         * tools/README
8915                 rewritten to output to matcherrc instead of filteringrc
8916
8917         * po/es.po
8918                 updated Spanish translation by Ricardo Mones Lastra
8919
8920 2002-01-13 [alfons]
8921
8922         * po/nl.po
8923                 update dutch translation
8924
8925 2002-01-13 [paul]
8926
8927         * po/pt_BR.po
8928                 Updated by Fabio Junior Beneditto 
8929
8930 2002-01-13 [melvin]     0.6.6claws53
8931
8932         * po/fr.po
8933                 Updated french translation
8934
8935 2002-01-12 [alfons]     0.6.6claws52
8936
8937         * src/filtering.c
8938                 plug mem leak that has been sitting there for ages              
8939
8940 2002-01-12 [alfons]     0.6.6claws51
8941
8942         * src/summaryview.c
8943                 undo melvin's changes from 0.6.6claws48 because summary
8944                 view now refuses to select first unread message when
8945                 selecting a folder 
8946
8947 2002-01-11 [alfons]     0.6.6claws50
8948
8949         * src/import.c
8950                 use claws' semantics for getting folder item when
8951                 importing an mbox file into a folder 
8952                 (submitted by Dale P. Smith)
8953
8954 2002-01-11 [christoph]  0.6.6claws49
8955
8956         * src/prefs.h
8957                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
8958                 toggle widget, because non static prefs can not use
8959                 prefs_set_* functions
8960         * src/prefs_account.c
8961                 toggle smtp auth password field sensitivity if
8962                 user id is empty and add descrition of usage for
8963                 these fields
8964         * src/prefs_folder_item.c
8965                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
8966                 callbacks
8967
8968 2002-01-11 [melvin]     0.6.6claws48
8969
8970         * src/compose.c
8971                 fix the 'Ctrl-Enter' feature for sending and test really
8972                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
8973                 editables which was not documented in Gtk)
8974
8975         * src/summaryview.c
8976                 Made summaryview refresh after sorting and not before.
8977
8978 2002-01-11 [christoph]  0.6.6claws47
8979
8980         * src/compose.c
8981                 select account from account ids if possible and
8982                 correctly set save folder for copy in reedit
8983
8984 2002-01-10 [paul]       0.6.6claws46
8985
8986         * sync with sylpheed 0.7.0 release
8987                 see ChangeLog entries 2002-01-07, 2002-01-08 and
8988                 2002-01-09
8989
8990 2002-01-09 [alfons]
8991
8992         * src/summaryview.c
8993                 remove more dirt traces...
8994
8995 2002-01-09 [alfons]
8996         
8997         * src/summaryview.c
8998                 clean up some traces of my debugging stuff
8999
9000 2002-01-09 [alfons]     0.6.6claws45
9001
9002         * src/filtering.c
9003                 break up filteringprop_apply() in three separate pieces
9004                 so we can drop messages that failed processing in the
9005                 inbox
9006
9007         * src/summaryview.c
9008                 fix bug #469598 "no refresh of inbox after filter" which 
9009                 was introduced by the new summary view locking, and which 
9010                 prevented the summary view to update after a manual filter 
9011                 message. claw's filter message requires a summary_show().
9012                 (aargh, summary_show() again! :-)
9013                 
9014 2002-01-07 [alfons]     0.6.6claws44
9015
9016         * src/headerwindow.c
9017         * src/logwindow.c
9018         * src/messageview.c
9019         * src/sourcewindow.c
9020                 bring in Hiro's last 0.7.0 wm class fixes
9021
9022         * tools/sylprint.pl
9023                 bring in Ricardo's fix for sylprint script
9024
9025         * AUTHORS       
9026         * src/rfc2015.[ch]
9027         * src/prefs_common.[ch]
9028         * src/prefs_account.[ch]
9029         * src/compose.c
9030                 clean up account preference poison in rfc2015,
9031                 and preparation to fix double sign bug 
9032                 (patch submitted by Simon 'corecode' Schubert)
9033
9034 2002-01-07 [christoph]  0.6.6claws43
9035
9036         * src/mh.c
9037                 search for free message number, do not only rely
9038                 on last_num
9039         * src/send.c
9040                 fix smtp auth and use extra account information
9041                 if available, if not use pop3 data instead
9042                 (closes bug #500341)            
9043         * src/ssl.[ch]
9044                 match coding style
9045
9046 2002-01-06 [alfons]     0.6.6claws42
9047
9048         * src/mainwindow.c
9049                 try making the separate windows work again...
9050
9051 2002-01-06 [alfons]     0.6.6claws41
9052
9053         * src/mainwindow.c
9054                 adapt Hiro's separate window menu (to get rid of the funny
9055                 duplicate menu items), and make it work again
9056
9057 2002-01-06 [alfons]     0.6.6claws40
9058
9059         * tools/Makefile.am
9060         * tools/sylprint.rc
9061         * tools/sylprint.pl
9062         * tools/README.sylprint
9063                 add sylprint script for printing mails from Sylpheed
9064                 (contributed by Ricardo Mones Lastra)
9065
9066         * src/acount.c
9067                 clean up
9068
9069 2002-01-06 [melvin]     0.6.6claws39
9070
9071         * src/mainwindow.c
9072         * src/summaryview.c
9073                 Fixed crash introduced in 0.6.6claws38 by the menu
9074                 reorganisation (Hide read messages)
9075         
9076         * ChangeLog.claws 
9077                 Fixed typo (we are now in 2002, alfons ;) )
9078
9079 2002-01-05 [alfons]     0.6.6claws38
9080
9081         * sync with sylpheed 0.6.6cvs10-17
9082                 (last stuff marked as LAST_STABLE)
9083
9084 2002-01-04 [melvin]     0.6.6claws37
9085
9086         * src/account.c
9087                 Made account selection code use strcasestr again instead of
9088                 g_strcasecmp (fixes bug where reediting queued messages
9089                 did not select proper account reported by T. Link).
9090         
9091         * src/folderview.c
9092                 Fix bug where folder icons are not shown when 'hide read messages'
9093                 is on.
9094         
9095         * src/stock_pixmaps.[ch]
9096                 Added folder icons for 'hide read messages'.
9097         
9098         * src/compose.c
9099                 Fixed bug where 'Enter' in a header entry will send the message 
9100                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
9101
9102 2002-01-03 [melvin]     0.6.6claws36
9103         
9104         * src/prefs.[ch]
9105                 Added popup menu for common preferences and
9106                 account preferences (right click on tab displays
9107                                 a menu of all tabs.)
9108
9109 2002-01-02 [melvin]     0.6.6claws35
9110
9111         * src/gtkspell.[ch]
9112                 Made spelling code compatible with undo/redo feature.
9113                 Added creation of suggestion mode menu for the general
9114                         preferences.
9115         
9116         * src/prefs_common.[ch]
9117                 Added option menu for the speller's suggestion mode.
9118                 Added missing spaces in "..." buttons and made a "..."
9119                         button non translatable!
9120         
9121         * src/compose.c
9122                 Made speller use the default suggestion mode.
9123                 Hack to make it possible to choose 'CTRL-Enter' as a
9124                         shortcut for sending (and only for sending).
9125
9126         * src/prefs_folder_item.c
9127                 Changing subject simplification does not update cache 
9128                         anymore (because it is unnecessary).
9129                 Fixed bug where changing subject simplification updated the 
9130                         summaryview even when the viewed folder is not the
9131                         folder which properties are being changed. (E.g. 
9132                                         viewing folder A and changing
9133                                         the subject simplification of 
9134                                         folder B -not being viewed- updated the 
9135                                         summaryview of folder A with data of
9136                                         folder B). (Hope this is clear... )
9137
9138 2001-12-31 [alfons]     0.6.6claws34
9139         
9140         * src/ldif.c
9141         * src/mutt.c
9142                 fgetc() returns a signed integer which doesn't
9143                 fit in a char. so c truncates this to a char
9144                 but we may lose significant bits. i.e. we may
9145                 comparing 0xFF which may not be equal to -1
9146                 unless properly casted to signed char which
9147                 we won't do because fgetc() returns a signed
9148                 integer which doesn't fit in a char. so c 
9149                 truncates this to a char but we may lose 
9150                 significat bits. (you got the idea, thanks
9151                 to Gustavo Noronha Silva <kov@debian.org>
9152                 and the Debian folks!)
9153
9154 2001-12-30 [alfons]     0.6.6claws33
9155
9156         * src/prefs_common.c
9157                 add #ifdef USE_PSPELLs that Melvin forgot               
9158
9159 2001-12-30 [melvin]     0.6.6claws32
9160         
9161         * src/prefs_common.[ch]
9162                 Added configurable color for misspelled words.
9163
9164         * src/gtkspell.[ch]
9165                 Fixed bug of foreground text color (reported by David
9166                                 Mehrmann)
9167                 Added configurable color for misspelled words.
9168
9169 2001-12-30 [alfons]     0.6.6claws31
9170
9171         * src/folder.c
9172                 remove unnecessary things someone put there
9173
9174         * src/mh.c
9175         * src/folder.[ch]
9176                 make folder properties (like threading and sorting) persistent
9177                 (closes bug #497424 "rescan folder tree resets proprieties")
9178                 currently this is only for MH folders. 
9179
9180 2001-12-29 [melvin]     0.6.6claws30
9181
9182         * src/string_match.[ch]
9183                 Optimized a bit: regexp pattern buffer compiled only once, and
9184                   one subroutine call removed. Fixed ^ regexp search: Now, 
9185                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
9186         
9187         * src/summaryview.c
9188                 Subject filtering changed to filter summary columns and
9189                   not directly the messages subject cache. The loss in 
9190                   performance is balanced by the improvement of string_match.
9191                 Added an alert panel if there is an error in the regexp.
9192
9193         * src/src/prefs_folder_item.h
9194                 Added a regexp pattern buffer.
9195
9196 2001-12-28 [alfons]     0.6.6claws29
9197
9198         * src/string_match.[ch]
9199                 clean up name space
9200                 allow compilation *BSD
9201
9202 2001-12-27 [alfons]     0.6.6claws28
9203
9204         * src/filter.c
9205                 sync the Hiro's bug fix for BSD
9206
9207 2001-12-27 [melvin]     0.6.6claws27
9208         
9209         * src/compose.c
9210                 Simplify focus to subject entry code.
9211
9212 2001-12-27 [darko]      0.6.6claws26
9213
9214         * src/filtering.c
9215         * src/mbox_folder.c
9216         * src/messageview.c
9217         * src/mh.c
9218         * src/procheader.[ch]
9219         * src/procmsg.h
9220         * src/stock_pixmap.[ch]
9221         * src/summaryview.c
9222                 Show key icon for encrypted mails in summary view
9223
9224         * src/pixmaps/clip.xpm
9225         * src/pixmaps/clipkey.xpm
9226         * src/pixmaps/key.xpm
9227                 New/modified icons for the above
9228
9229 2001-12-27 [melvin]     0.6.6claws25
9230
9231         * src/prefs_common.c
9232                 Put spell checker options in a separate tab to decrease
9233                 the Common Preferences window height.
9234
9235         * README.claws  
9236                 Update spell checker usage instruction about its options
9237                 location.
9238
9239 2001-12-27 [melvin]     0.6.6claws24
9240
9241         * src/compose.c
9242                 Changed subject entry widget position. Initial focus is
9243                 on the To header instead of the subject entry.
9244                 Creating a new header scrolls the header list to make the
9245                 created one visible. Nevertheless, when automatically filling
9246                 headers, the first one is shown.
9247                 A Tab key press in the last empty header entry zips the 
9248                 focus to the subject entry.
9249                 (I did not change the combo boxes, yet)
9250
9251 2001-12-26 [alfons]     0.6.6claws23
9252
9253         * src/prefs_account.c
9254         * src/inc.c
9255                 allow default inbox to reside in another mailbox (only
9256                 works for POP3 accounts)
9257
9258 2001-12-26 [alfons]     0.6.6claws22
9259         
9260         * src/textview.c
9261                 make reply-on-click work with the account of the selected folder
9262         * src/compose.c
9263                 put a fixme here to remind me to fix finding correct default
9264                 account for nested folders
9265
9266 2001-12-25 [alfons]     0.6.6claws21
9267
9268         * src/summaryview.c
9269                 make column headers display locked and mark pixmaps (idea by Melvin) 
9270                 fix bug by adding score and locked column type to sort array
9271
9272 2001-12-25 [alfons]     0.6.6claws20
9273         
9274         * src/summaryview.c
9275                 catch a *potentially* inadvertent write back of  
9276                 the message cache(s) introduced by 0.6.5claws37
9277
9278 2001-12-25 [christoph]  0.6.6claws19
9279
9280         * src/stock_pixmap.[ch]
9281         * src/summaryview.c
9282                 add ignore thread pixmap
9283                 (can someone draw a better icon for this?)
9284
9285 2001-12-24 [alfons]     0.6.6claws18
9286
9287         * src/prefs_folder_item.c
9288                 make address completion actually work for the
9289                 Default To address in the Folder Property dialog.
9290
9291 2001-12-24 [alfons]     0.6.6claws17
9292         
9293         * src/summaryview.c
9294                 use new style regexp for subject stripping 
9295                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
9296
9297 2001-12-24 [darko]      0.6.6claws16
9298
9299         * src/pgptext.c
9300         * src/rfc2015.c
9301                 move GPG related informational messages to debug mode
9302
9303 2001-12-23 [alfons]     0.6.6claws15
9304
9305         * src/stock_pixmap.[ch]
9306         * src/summaryview.c
9307                 add the forgotten Claws' locked pixmap
9308
9309 2001-12-23 [alfons]     0.6.6claws14
9310
9311         * src/filesel.c
9312                 accept file name typed in entry in multi file
9313                 selector (patch submitted by Gustavo Noronha Silva 
9314                 <kov@debian.org>)
9315
9316 2001-12-23 [alfons]     0.6.6claws13
9317
9318         * src/prefs_filter.c
9319         * src/prefs_filtering.c
9320         * src/matcher.c
9321         * src/importmutt.c
9322                 clean up a little bit
9323         
9324         * src/string_match.c
9325                 validate input strings a little bit more
9326
9327 2001-12-23 [alfons]     0.6.6claws12
9328
9329         * src/Makefile.am
9330         * src/summaryview.c
9331         * src/string_match.[ch]         ** NEW **
9332         * src/folderview.[ch]
9333         * src/headerview.h
9334         * src/folder.[ch]
9335         * src/prefs_folder_item.[ch]
9336                 add subject simplification to strip out strings from
9337                 a subject line (esp. handy for mailing lists). 
9338                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
9339                 but slightly changed things for better integration.)
9340
9341 2001-12-23 [alfons]     0.6.6claws11
9342
9343         * src/mainwindow.c
9344                 fix bug introduced by submission included in 0.6.5claws52.
9345                 ideally this submission should clean the trash if any trash
9346                 folder has a message. however, the hasTrash variable was
9347                 set to false whenever a trash folder was empty (discarding
9348                 a previously found *filled* trash folder.)
9349
9350                 also edited the code a little bit and made it more safe.
9351
9352 2001-12-22 [alfons]     0.6.6claws10
9353
9354         * src/imap.c
9355                 quick fix for Martin Pool's omission of an account
9356                 specific SSL setting
9357
9358 2001-12-22 [alfons]     0.6.6claws9
9359
9360         * src/compose.c
9361         * src/messageview.c
9362         * src/mimeview.c
9363         * src/pgptext.c
9364         * src/procmime.[ch]
9365                 better support for multipart/digest (submitted
9366                 by Fredrik <e98fo@efd.lth.se>)
9367
9368 2001-12-22 [alfons]     0.6.6claws8
9369
9370         * src/addressbook.c
9371                 correct function signature
9372         * src/socket.[ch]
9373         * src/imap.[ch]
9374         * src/prefs_account.[ch]
9375                 allow IMAP over SSH tunnel (patch submitted by 
9376                 Martin Pool <mbp@samba.org>)
9377
9378 2001-12-21 [alfons]     0.6.6claws7
9379
9380         * sync with sylpheed 0.6.6cvs4-9
9381                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
9382
9383 2001-12-21 [christoph]  0.6.6claws6
9384
9385         * src/compose.c
9386         * src/prefs_folder_item.[ch]
9387                 implement saving of outgoing messages to current folder.
9388                 fix segfault when no default outbox is available
9389                 (closes bug #495683)
9390
9391 2001-12-21 [carsten]    0.6.6claws5
9392         * src/folderview.c
9393         * src/summaryview.c
9394                 pressing CTRL while DND does now the expected thing and
9395                 copies the mail (moving is still the default, as this
9396                 seam more appropriate for handling mails by DND)
9397
9398 2001-12-18 [paul]       0.6.6claws4
9399
9400         * sync with sylpheed 0.6.6cvs3
9401                 see ChangeLog entries 2001-12-18
9402
9403 2001-12-18 [hiro]       0.6.6claws3
9404
9405         * src/undo.c
9406                 fix for multibyte characters (obtain the number of letters
9407                 instead of bytes).
9408
9409 2001-12-17 [paul]       0.6.6claws2
9410
9411         * sync with sylpheed 0.6.6cvs1
9412                 see ChangeLog entry 2001-12-16
9413
9414 2000-12-17 [alfons]     0.6.6claws1
9415
9416         * src/filtering.c
9417                 clean up
9418
9419 2001-12-16 [paul]       0.6.6claws
9420 2001-12-15
9421
9422         * Release version 0.6.6claws, cvs tag: rel_0_6_6
9423
9424         * src/mimeview.c
9425                 last minute sync with main 0.6.6
9426
9427         * po/es.po
9428                 updated by Ricardo Mones Lastra
9429                 update for last minute sync
9430         * po/fr.po
9431         * po/nl.po
9432                 update for last minute sync
9433         * po/de.po
9434                 updated by Jens Oberender
9435         * po/pt_BR.po
9436                 updated by Fabio Junior Beneditto
9437
9438         * src/prefs_common.[ch]
9439         * src/undo.c
9440                 number of undo levels is user configurable
9441                 (squeeze it into the release in the dying
9442                 moments) Submitted by Jens Oberender    
9443
9444 2001-12-15 [melvin]
9445
9446         * po/fr.po
9447                 updated french translation
9448
9449 2001-12-15 [paul]       0.6.5claws92
9450
9451         * sync with sylpheed 0.6.5cvs28
9452                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
9453
9454         * po/nl.po
9455                 update to allow for sync
9456
9457 2001-12-15 [alfons]
9458         
9459         * po/nl.po
9460                 update dutch translation
9461
9462 2001-12-14 [carsten]    0.6.5claws91
9463         * src/summaryview.c
9464                 fixed bug #473785; also after changing the column order
9465                 the same message will be selected and displayed as before
9466                 the reordering
9467
9468 2001-12-14 [carsten]    0.6.5claws90
9469         * src/folderview.c
9470                 probably found the bug reported by wwb opening or closing
9471                 a folder tree just before dnd (found the solution in the
9472                 balsa source -- thanks to them)
9473
9474 2001-12-14 [carsten]    0.6.5claws89
9475         * src/gtkutils.c
9476         * src/account.c
9477                 moved gtk_clist_moveto to the right place, so that
9478                 only the accounts dialog is effected on opening
9479
9480 2001-12-14 [carsten]    0.6.5claws88
9481         * src/gtkutils.c
9482                 gtkut_clist_set_focus_row does a gtk_clist_moveto
9483                 now, so that the focused row will be seen in any case
9484                 (reported by wwp on sf-claws-user)
9485
9486 2001-12-14 [darko]      0.6.5claws87
9487
9488         * src/compose.c
9489                 remove unnecessary line
9490
9491 2001-12-14 [paul]       0.6.5claws86
9492
9493         * sync with sylpheed 0.6.5cvs27
9494                 see ChangeLog entries 2001-12-14
9495
9496 2001-12-14 [carsten]    0.6.5claws85
9497         * src/mainwindow.c
9498                 following a suggestion of Melvin the rcoabm pops up
9499                 right under the button now and the button is reliefed
9500                 while the popup is open
9501
9502 2001-12-14 [darko]      0.6.5claws84
9503
9504         * src/compose.c
9505                 fix crash when wrapping long lines if linewrap quotation
9506                 is disabled and wrapper encounters a word spanning more
9507                 than one line
9508
9509 2001-12-13 [paul]       0.6.5claws83
9510
9511         * src/compose.c
9512                 prefer 'Reply-To' header over mailing list header when
9513                 replying to a message. Finally prevent all those confirmation 
9514                 messages being sent to the list itself.
9515
9516         * src/summaryview.c
9517                 remove unused summary_set_menu_sensitive() entry
9518
9519 2001-12-13 [paul]       0.6.5claws82
9520
9521         * src/folderview.c
9522         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
9523         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
9524         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
9525                 improvements to 'Hide read messages': Inbox, Outbox,
9526                 Trash, Queue, and Draft icons now reveal presence of hidden 
9527                 messages
9528
9529 2001-12-12 [alfons]     0.6.5claws81
9530
9531         0.6.5claws80 was tagged as LAST_STABLE
9532
9533         * src/filtering.[ch]
9534         * src/matcher.[ch]
9535         * src/matcher_parser_lex.c
9536                 fix the filtering; my last attempt to get it right, 
9537                 if it does not work, it's Hoa's turn. ;-)
9538
9539                 for my honourable peers:
9540                 
9541                 the code now makes a clear distinction between
9542                 rules as they are displayed (probably escaped),
9543                 and as they are executed (probably unescaped). the
9544                 parser does *NOT* do any unescaping, this is
9545                 the task of the matcher.c (which breaks up a
9546                 rule into condition) and the filtering.c (which
9547                 breaks up the rule's action). to make this
9548                 run happily we provide an unescaped copy of
9549                 crucial strings to the MatcherProp and 
9550                 FilteringAction structures. note that the only
9551                 exception to this is any REGEXP string. those
9552                 are directly passed to regcomp() and regexp()
9553                 (who have much more powerful unescape functions).
9554                 
9555                 for everyone else:
9556         
9557                 you can escape tab (\t), carriage return (\r),
9558                 linefeed (\n), form feed (\f), quote (\"), 
9559                 single quote (\'), bell (\b) in all the entry
9560                 lines in the scoring & filtering dialogs.
9561                 as an added bonus this should not affect
9562                 existing filtering rules.
9563
9564 2001-12-12 [carsten]    0.6.5claws80
9565
9566         * src/summaryview.c
9567         * po/de.po
9568                 "item(s) selected" is now sensitive to 1 or more
9569                 than one selected (nice for language where simple
9570                 adding of a "s" is not possible as German (Eintrag
9571                 ->Eintr"age)
9572                 
9573                 the "forward as attachment" entry from the right
9574                 click menu removed, "forward" acts following the
9575                 prefs
9576         
9577         * src/textview.c
9578                 reverted my former changes; so compiler warning again
9579                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
9580                 nevertheless
9581
9582         * src/messageview.c
9583                 "search in message" does now *not* only work in MVIEW_TEXT
9584                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
9585                 message
9586
9587         * src/mainwindow.c
9588                 removed "/File/_Close" as it was the same as "/File/E_xit"
9589                 and we don't need it two times
9590
9591                 the separate folder view and message view now get a distinct
9592                 WMCLASS, just in case someone is using sawfish ;-)
9593
9594                 as the menu entries "/View/Message view" and "/View/Folder tree"
9595                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
9596                 make them sensitive accordingly and as these two are "shown"
9597                 after startup anytime check this menuitem at startup
9598
9599 2001-12-12 [paul]       0.6.5claws79
9600
9601         * src/folderview.c
9602                 fix sensitivity of 'Search folder...', broken in
9603                 0.6.5claws75
9604
9605         * src/mainwindow.c
9606                 fix dodgy English
9607
9608 2001-12-11 [carsten]    0.6.5claws78
9609         * src/filtering.c
9610                 fixed two typos returning a wrong FALSE/TRUE
9611         * src/mainwindow.[ch]
9612                 extra menu for email/news button removed
9613
9614 2001-12-11 [alfons]     0.6.5claws77
9615         
9616         * src/matcher.c                 (1.3)
9617         * src/matcher_parser_lex.l      (1.28)
9618                 revert for another attempt
9619                 mark 0.6.5claws77 as LAST_STABLE
9620
9621 2001-12-11 [christoph]  0.6.5claws76
9622
9623         * po/de.po
9624                 fixed wrong translation for prev. unread msg
9625
9626 2001-12-11 [paul]       0.6.5claws75
9627
9628         * src/folder.[ch]
9629         * src/folderview.c
9630         * src/mainwindow.c
9631         * src/summaryview.[ch]
9632         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
9633                 enable ability to hide read messages on per folder basis via 
9634                 '/Summary/Hide read messages'; when selected, a folder will 
9635                 have a red open folder icon, instead of a blue icon, if the 
9636                 folder contains hidden messges
9637                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
9638
9639         * src/mainwindow.c
9640                 remove '/Message/Forward as attachment' from 
9641                 main_window_set_menu_sensitive() to prevent debug warning
9642
9643         * src/folderview.c
9644         * src/mainwindow.c
9645                 Clean up some of the English
9646
9647         * tools/newscache_clean.pl
9648                 allow for new 'hidereadmsgs' entry in folderlist.xml
9649
9650         * po/es.po
9651                 updated translation, submitted by Ricardo Mones Lastra
9652
9653 2001-12-11 [paul]       0.6.5claws74
9654
9655         * sync with sylpheed 0.6.5cvs25
9656                 see ChangeLog entry 2001-12-11
9657
9658 2001-12-10 [alfons]     0.6.5claws73
9659
9660         * src/matcher.c
9661                 add more control characters
9662         * src/matcher_parser_lex.l
9663                 make escaping / unescaping work again
9664
9665 2001-12-10 [alfons]     0.6.5claws72
9666
9667         * src/imap.c
9668                 clean up warnings "returning value for void function" 
9669         * src/prefs_filtering.c
9670                 make info button for execute action sensitive
9671
9672 2001-12-10 [paul]       0.6.5claws71
9673
9674         * src/compose.c
9675         * src/imap.[ch]
9676         * src/summaryview.c
9677                 fix: imap server now gets informed of MARKED, UNMARKED
9678                 and REPLY events. Now people can use different IMAP-Mail
9679                 clients and have the exact same information about MARKED,
9680                 UNMARKED and REPLY status with all of them. Especially
9681                 useful for imap servers with a web-frontend.
9682                 submitted by Tobias Sandhaas <medlor@web.de>
9683
9684 2001-12-09 [melvin]     0.6.5claws70
9685         
9686         * src/textview.[ch]
9687                 fixed bug #490076 (hunted down by Alfons who implemented
9688                 a workaround in 0.6.5claws65)
9689
9690 2001-12-09 [christoph]  0.6.5claws69
9691
9692         * src/summaryview.c
9693                 set pointer to string in LOCKED column to NULL
9694                 (might fix bug #490800)
9695
9696 2001-12-09 [carsten]    0.6.5claws68
9697
9698         * po/de.po
9699                 resolved some cluttered menu shortcuts 
9700                 ('creating new email' and 'creating news message'
9701                 hade the same)
9702         * src/compose.c
9703                 wmclass now distinc from main window
9704         * src/mainwindow.c
9705           src/mainwindow.h
9706                 email/news and forward button functionality similar
9707                 to the reply buttons; removed the ugly dropdown arrows
9708                 and use instead the right mouse button
9709
9710 2001-12-09 [paul]       0.6.5claws67
9711
9712         * src/imap.c
9713         * src/utils.h
9714                 allow spaces in imap folder names
9715                 submitted by Willem van Engen <wvengen@stack.nl>
9716
9717 2001-12-09 [paul]       0.6.5claws66
9718
9719         * sync with sylpheed 0.6.5cvs24
9720                 see ChangeLog entry 2001-12-09
9721
9722 2001-12-08 [alfons]     0.6.5claws65
9723
9724         * src/textview.c
9725                 prevent secondary selection claim after "add to sender" dialog
9726                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
9727                 we trick GTK by simulating a click at (0, 0) in the textview.
9728
9729 2001-12-08 [hoa]        0.6.5claws64
9730
9731         * src/folder.c
9732                 fixed a bug about the .processing folder name while filtering
9733
9734 2001-12-08 [alfons]     0.6.5claws63
9735
9736         * src/folderview.c 
9737                 work around problem of not correctly updating folder stats
9738                 when deleting messages. there's some folder scanning evil
9739                 going so the folderview_update_msg_num() does not work
9740                 correctly. need to investigate this.
9741
9742 2001-12-08 [paul]       0.6.5claws62
9743
9744         * sync with sylpheed 0.6.5cvs23
9745                 see ChangeLog entry 2001-12-08
9746
9747 2001-12-07 [christoph]  0.6.5claws61
9748
9749         * src/compose.c
9750                 fix another header translation problem
9751
9752 2001-12-07 [alfons]     0.6.5claws60
9753
9754         * src/mbox.c
9755                 make filtering also work on local spool mbox
9756
9757 2001-12-07 [carsten]    0.6.5claws59
9758         * src/addressbook.c
9759                 addressbook window gets a wmclass distinct from the main
9760                 sylpheed window
9761         * src/compose.h
9762         * src/mainwindow.[ch]
9763                   forward menu item will use mode selected in prefs, forward 
9764                 as attatchment in menu removed (will be substituted in the
9765                 toolbar similar to reply buttons)
9766                   create news message menu entry and news button is now 
9767                 sensitive to the existance of a news account
9768         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
9769         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
9770         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
9771                 these are removed because the toolbar buttons don't show
9772                 the quoting modus any longer
9773
9774 2001-12-07 [paul]
9775
9776         * tools/newscache_clean.pl      ** NEW FILE **
9777                 perl script to do some tidying up in the newscache directory 
9778                 
9779         * tools/sylpheed-switcher       ** NEW FILE **
9780                 perl script to enable easy switching between main and claws
9781                 
9782         * tools/README
9783                 added descriptions of the two new perl scripts          
9784
9785
9786 2001-12-07 [melvin]     0.6.5claws58
9787
9788         * src/messageview.c
9789                 fixed a warning during compilation introduced in 0.6.5claws56
9790
9791 2001-12-07 [paul]       0.6.5claws57
9792
9793         * src/mainwindow.[ch]
9794         * src/menu.[ch]
9795                 further usability enhancements to replying with or without 
9796                 quoting via the toolbar, use of Ctrl key is replaced by 
9797                 drop down menu 
9798                 Submitted by Carsten Schurig            
9799
9800 2001-12-07 [melvin]     0.6.5claws56
9801
9802         * src/messageview.c
9803                 hack to fix bug that prevented to make/paste selections
9804                 after switching between MVIEW_TEXT and MVIEW_MIME views
9805                 without deselecting the selection first.
9806
9807 2001-12-06 [alfons]     0.6.5claws55
9808
9809         * src/filtering.[ch]
9810         * src/inc.c
9811                 revise filtering a little bit more, and make sure
9812                 messages are delivered to the appropriate inbox
9813                 (perhaps set per account)
9814
9815 2001-12-06 [paul]       0.6.5claws54
9816
9817         * sync with sylpheed 0.6.5cvs22
9818                 see ChangeLog entry 2001-12-06
9819
9820 2001-12-05 [alfons]     0.6.5claws53
9821
9822         * src/inc.c
9823         * src/folder.[ch]
9824         * src/procmsg.c
9825         * src/filtering.c
9826                 more revisions of filtering system
9827                 (last stable version is marked as LAST_STABLE)
9828                 
9829                 | NOTE 1): the filtering system now uses a local folder called
9830                 | .processing. if filtering fails, check this directory
9831                 | for missing messages.
9832                 |
9833                 | NOTE 2): help us find the filtering actions still missing
9834
9835 2001-12-05 [paul]       0.6.5claws52
9836
9837         * src/mainwindow.c
9838                 fix bug where 'Empty Trash?' pop-up window appears even
9839                 when Trash is empty, submitted by Jesse Skinner         
9840
9841 2001-12-05 [melvin]     0.6.5claws51
9842
9843         * src/compose.c
9844                 fixed bug #486106 to select correct account when reediting 
9845                 a queued message
9846         
9847 2001-12-04 [alfons]     0.6.5claws50
9848
9849         * src/mh.c
9850                 declare markfile in appropriate functions when
9851                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
9852                 for spotting this)
9853
9854 2001-12-04 [paul]       0.6.5claws49
9855
9856         * sync with sylpheed 0.6.5cvs21
9857                 see ChangeLog entry 2001-12-04
9858
9859 2001-12-03 [christoph]  0.6.5claws48
9860
9861         * po/de.po
9862                 changed translation of undo
9863         * src/account.c
9864         * src/folder.c
9865                 don't reinvent the wheel to traverse a GNode
9866         * src/compose.[ch]
9867                 seperate code to create the compose gui into functions
9868                 add "Others" page with folder selection for saving copy
9869                 of the message.
9870                 the folder identifier is saved to queue header
9871         * src/procmsg.c
9872                 save message to folder in queue header
9873
9874 2001-12-03 [paul]       0.6.5claws47
9875
9876         * sync with sylpheed 0.6.5cvs20
9877                 see ChangeLog entry 2001-12-03
9878
9879 2001-12-01 [paul]
9880
9881         * more sync with sylpheed 0.6.5cvs19
9882                 see ChangeLog entry 2001-11-29
9883
9884 2001-11-30 [paul]       0.6.5claws46
9885         
9886         * src/compose.c
9887                 remove conflicts introduced by Hoa's last commit
9888          
9889         * src/mainwindow.c
9890                 make 'Message/Bounce' sensitive
9891
9892 2001-11-30 [hoa]        0.6.5claws45
9893
9894         * src/compose.c
9895                 slightly change bounce function to add
9896                 information about the user that bounced the mail
9897                 in the From header line.
9898
9899         * src/folderview.c
9900                 permit the use of processing in outbox folder.
9901
9902 2001-11-29 [paul]       0.6.5claws44
9903
9904         * src/mainwindow.[ch]
9905         * src/prefs_common.c
9906         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
9907         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
9908         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
9909                 usability enhancements to the quoting, implements
9910                 use of Ctrl key to toggle quoting settings
9911                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
9912
9913 2001-11-29 [paul]       0.6.5claws43
9914         
9915         * sync with sylpheed 0.6.5cvs19
9916                 see ChangeLog entry 2001-11-28
9917
9918 2001-11-29 [melvin]     0.6.5claws42
9919         * src/Makefile.am
9920                 added enriched.[ch] to the list of files
9921
9922         * src/textview.c
9923         * src/mimeview.c
9924         * src/procmime.[ch]
9925         * src/enriched.[ch]
9926                 added support to view text/enriched
9927                 added support to show headers in message view for text/enriched and text/html
9928                         in non multipart messages
9929
9930 2001-11-28 [paul]       0.6.5claws41
9931
9932         * more sync with sylpheed 0.6.5cvs18
9933                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
9934
9935 2001-11-27 [paul]       0.6.5claws40
9936         
9937         * po/pt_BR.po
9938                 updated translation, submitted by Fabio Junior Beneditto
9939                 
9940         * sync with sylpheed 0.6.5cvs18
9941                 see ChangeLog entries 2001-11-26 (src/textview.c) and
9942                 2001-11-27
9943
9944
9945 2001-11-26 [paul]
9946
9947         * po/es.po
9948                 updated translation, submitted by Ricardo Mones Lastra
9949
9950 2001-11-26 [alfons]
9951
9952         * src/matcher.c
9953                 add more translatable strings
9954
9955 2001-11-26 [christoph]  0.6.5claws39
9956
9957         * po/de.po      
9958                 fixed one more umlaut
9959         * src/compose.c
9960                 fix translated header when it should not be translated
9961
9962 2001-11-26 [paul]       0.6.5claws38
9963
9964         * src/mainwindow.c
9965                 remove '/Message/Add Sender to address book' from 
9966                 main_window_set_menu_sensitive(), prevent debug warning
9967                 add 'Message/Mark/Mark all read' to mainwin_entries[]
9968
9969 2001-11-26 [paul]       0.6.5claws37
9970
9971         * src/summaryview.c
9972                 fix 'recurring unread state' bug 
9973
9974         * tools/README 
9975         * tools/filter_conv.pl
9976                 read name of top level mailbox from folderlist.xml
9977                 and presume nothing about its name              
9978
9979 2001-11-26 [darko]      0.6.5claws36
9980
9981         * src/gtkstext.[ch]
9982                 removed functions that are now in gtkutils.c
9983                 use gtkut_text_is_uri_string() from gtkutils.c
9984         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
9985
9986 2001-11-26 [paul]       0.6.5claws35
9987
9988         * sync with sylpheed 0.6.5cvs16
9989                 see ChangeLog entries 2001-11-25 and 2001-11-26
9990
9991 2001-11-25 [alfons]     0.6.5claws34
9992
9993         EXPERIMENTAL!!! Please checkout the last stable version using: 
9994           
9995         % cvs update -r LAST_STABLE -dRAP
9996
9997         (Or help us testing this stuff.)
9998
9999         * src/filtering.c               (1.14)
10000         * src/filtering.h               (1.6)
10001         * src/inc.c                     (1.28)
10002         * src/matcher.c                 (1.20)
10003         * src/mbox.c                    (1.9)
10004         * src/procmsg.h                 (1.14)
10005         * src/summaryview.c             (1.59)
10006         * src/summaryview.h             (dunno)
10007                 revert/merge/sync to as it was before commit 
10008                 on Thu, 19 Jul 2001 10:15:51 -0700.
10009
10010 2001-11-25 [hoa]        0.6.5claws33
10011
10012         * src/main.c
10013                 processing mails at startup
10014
10015         * src/folderview.c
10016         * src/summaryview.[ch]
10017                 processing mails when entering folder
10018
10019         * src/prefs_filtering.c
10020                 fixed some UI bugs
10021
10022 2001-11-24 [alfons]     0.6.5claws32
10023
10024         * src/summaryview.[ch]
10025                 make summary sort headers work, and also make
10026                 sure the sort type is stored
10027
10028 2001-11-23 [alfons]     0.6.5claws31
10029
10030         * src/summaryview.[ch]
10031                 make lock work like mark
10032                 disallow deleting messages marked as locked
10033
10034 2001-11-23 [alfons]     0.6.5claws30
10035
10036         * src/gtkstext.c
10037         * src/compose.[ch]
10038         * src/Makefile.am
10039         * src/undo.[ch]
10040                 merge undo patch submitted by Jens
10041
10042 2001-11-23 [christoph]  0.6.5claws29
10043
10044         * src/.cvsignore
10045                 added ylwrap
10046         * src/compose.c
10047                 fixed gpg signing and encoding
10048         * src/folder.[ch]
10049         * src/main.c
10050                 added --status option to get new, unread and total
10051                 message count from a running sylpheed
10052         * src/prefs_common.c
10053                 temporary fix for reply_with_quote problem
10054                 (don't call functions for non existing widget)
10055         * src/procmsg.c
10056                 one more check for ignored threads but still not
10057                 always working correctly. probably a recursive
10058                 check for all parents is needed
10059
10060 2001-11-23 [darko]      0.6.5claws28
10061
10062         * src/compose.c
10063                 wrapping on send improvements
10064         * src/gtkutils.[ch]
10065                 fix for GtkSText after last sync with main branch
10066                 GTK_TEXT -> GTK_STEXT
10067
10068 2001-11-23 [paul]       0.6.5claws27
10069
10070         * sync with sylpheed 0.6.5cvs14
10071                 see ChangeLog entries 2001-11-22 and 2001-11-23
10072                 
10073         * po/de.po
10074                 fixed the scrambled umlauts 
10075                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
10076
10077 2001-11-21 [paul]       0.6.5claws26
10078
10079         * sync with sylpheed 0.6.5cvs12
10080                 see 2nd ChangeLog entry dated 2001-11-20
10081
10082 2001-11-20 [paul]       0.6.5claws25
10083
10084         * sync with sylpheed 0.6.5cvs11
10085                 see ChangeLog entry 2001-11-19 (src/utils.c)
10086
10087 2001-11-20 [hiro]
10088
10089         * src/compose.c
10090                 GTK_TEXT -> GTK_STEXT
10091                 fix for wrong comment
10092
10093 2001-11-20 [hiro]       0.6.5claws24
10094
10095         * src/compose.[ch]
10096                 more merges from main branch
10097                 removed fatal warnings (uninitialized variables etc.)
10098                 some coding style fix
10099         * src/gtkutils.h
10100                 fixed typo.
10101         * src/addressbook.c
10102           src/addrindex.c
10103                 V-Card -> vCard
10104
10105 2001-11-19 [hoa]        0.6.5claws23
10106
10107         * src/filtering.c
10108         * src/prefs_scoring.c
10109         * src/matcher.[ch]
10110         * src/scoring.c
10111                 cleaning code
10112
10113         * src/matcher_parser_parse.y
10114         * src/prefs_filtering.c
10115                 bouncing
10116
10117 2001-11-19 [alfons]     0.6.5claws22
10118
10119         more of my old things into claws
10120
10121         * src/Makefile.am
10122         * src/prefs_common.c
10123         * src/procmsg.h
10124         * src/summaryview.[ch]
10125         * src/prefs_summary_column.c
10126         * src/pixmaps/locked.xpm
10127                 add indicators for locking of message in summary view
10128                 (does not work yet, only visual indicator)
10129
10130 2001-11-19 [paul]       0.6.5claws21
10131
10132         * sync with sylpheed 0.6.5cvs10
10133                 see ChangeLog entry 2001-11-19
10134
10135 2001-11-18 [alfons]     0.6.5claws20
10136         
10137         * src/filtering.c
10138                 remove an inadvertent free I forgot in previous clean up 
10139
10140 2001-11-18 [alfons]     0.6.5claws19
10141
10142         * src/filtering.[ch]
10143                 clean up & plug leaks
10144
10145 2001-11-18 [paul]       0.6.5claws18
10146
10147         * sync with sylpheed 0.6.5cvs9
10148                 see ChangeLog entries 2001-11-17 and 2001-11-18
10149
10150 2001-11-16 [paul]       0.6.5claws17
10151
10152         * sync with sylpheed 0.6.5cvs8
10153                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
10154
10155 2001-11-16 [paul]       0.6.5claws16
10156
10157         * sync with sylpheed 0.6.5cvs7
10158                 see ChangeLog entries 2001-11-15 and 2001-11-16
10159
10160 2001-11-15 [hoa]        0.6.5claws15
10161
10162         * src/compose.c
10163                 fix bounce, mails we received couln't be bounced to ourself.
10164
10165         * src/defs.h
10166         * src/filtering.[ch]
10167         * src/matcher.[ch]
10168         * src/matcher_parser.h
10169         * src/matcher_parser_lex.l
10170         * src/matcher_parser_parse.y
10171         * src/inc.c
10172         * src/main.c
10173         * src/mbox.c
10174         * src/prefs_filtering.[ch]
10175         * src/mainwindow.c
10176         * src/prefs_matcher.c
10177         * src/prefs_scoring.c
10178         * src/scoring.[ch]
10179         * src/summaryview.c
10180                 new matcher/filter/score configuration file parser
10181                 one unique configuration file => ~/.sylpheed/matcherrc
10182                 import in currently automatic, then save are made
10183                 in this new file.
10184                 one filter per folder and one global filter
10185                 (filter of a folder will be used as folder processing)
10186
10187         * src/folder.c
10188                 fix a bug in folder_item_get_identifier
10189                 
10190         * src/messageview.c
10191                 receive receipt return are fixed.
10192
10193 2001-11-14 [alfons]     0.6.5claws14
10194
10195         * src/session.h
10196                 add things from main branch to make claws compile
10197
10198 2001-11-14 [paul]       0.6.5claws13
10199
10200         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
10201                 see ChangeLog entries 2001-11-08 to 2001-11-14
10202
10203 2001-11-14 [hoa] 0.6.5claws12
10204
10205         * src/compose.[ch]
10206         * src/mainwindow.c
10207         * src/summaryview.c
10208                 add "bounce mail" option
10209
10210 2001-11-13 [christoph]  0.6.5claws11
10211
10212         * src/compose.c
10213                 Cleanup a mess i add before commiting
10214
10215 2001-11-13 [hoa]        0.6.5claws10
10216
10217         * src/compose.c
10218                 some fixes when mail are sent or
10219                 for crossposts
10220
10221 2001-11-13 [christoph]  0.6.5claws9
10222
10223         * po/de.po
10224                 Changed two string with the same translation
10225         * src/compose.c
10226         * src/procmsg.[ch]
10227         * src/send.[ch]
10228                 New mailsending process:
10229                   - Always queue message before sending
10230                     (message will be saved if sylpheed crashed or
10231                      freezes while sending)
10232                   - Allow queuing of newspostings
10233                   - No copy in outbox before sending
10234                     (closes bug #469501)
10235                   - No more redundant code for send and send_later
10236         * src/summaryview.c
10237                 Applied wwp <subscript@free.fr>'s patch that fixes
10238                 marks for multiple forwarded messages (+compose.c)
10239
10240 2001-11-12 [alfons]
10241
10242         * README.claws
10243                 remove things that are now in main branch
10244         
10245         * po/nl.po
10246                 update Dutch translation
10247
10248 2001-11-12 [mhadasht]   0.6.5.claws8
10249
10250         * src/prefs_common.c
10251                 re-enabled account autoselection feature for forward
10252                 and reedit lost during the branch point for SYNC-B4-REL
10253         * src/gtkspell.c
10254                 gtkpspell_get_dict(): more readable code (even if function is
10255                 not used yet)
10256         * ChangeLog.claws
10257                 added version number info to 2001-11-12 [hiro] comment.
10258
10259 2001-11-12 [hiro]       0.6.5.claws7
10260
10261         * src/compose.c
10262                 compose_forward(): fixed a bug that forward quote mark
10263                 wasn't used.
10264                 removed unnecessary code.
10265         * src/template_select.[ch]: removed.
10266
10267 2001-11-11 [alfons]
10268
10269         * src/compose.c
10270                 :%s/GTK_TEXT/GTK_STEXT/g
10271         
10272         * src/compose.[ch]
10273         * src/undo.[ch]
10274         * src/Makefile.am
10275                 revert the undo stuff (this is 0.6.6claws stuff)
10276
10277 2001-11-11 [hoa]        0.6.5.claws6
10278
10279         * src/compose.[ch]
10280                 Insert signature at the end of the text.
10281                 Added undo patch but currently disabled
10282
10283         * src/procmsg.c
10284                 Threading by subject improved.
10285
10286         * added src/undo.[ch]
10287                 Undo module for compose dialog box.
10288
10289 2001-11-11 [alfons]     0.6.5.claws5
10290
10291         * src/procmsg.c
10292                 prevent threading by subject on nodes that have already been
10293                 threaded by in-reply-to (as in "circular references in a tree
10294                 result in a dead branch")
10295
10296 2001-11-09 [hoa]        0.6.5.claws4
10297         
10298         * src/folderview.c
10299                 allows creation of mbox folder item from any files.
10300
10301 2001-11-09 [alfons]     0.6.5.claws3
10302         
10303         * src/utils.c
10304         * src/procmsg.c
10305                 do what I mean and correct threading by subject so it really
10306                 ignores attracting lines without "Re: "
10307
10308 2001-11-07 [alfons]     0.6.5.claws2
10309
10310         * src/procmsg.c
10311         * src/utils.[ch]
10312                 only attract by subject if a subject line starts with a "Re: "
10313         * src/syldap.c
10314                 remove warning
10315
10316 2001-11-07 [paul]       0.6.5claws1
10317
10318         * sync with sylpheed 0.6.5. release
10319                 see ChangeLog entry 2001-11-07
10320
10321 2001-11-07 [paul]       0.6.4claws31
10322
10323         * sync with sylpheed 0.6.4cvs18
10324                 see ChangeLog entries 2001-10-30 to 2001-11-07
10325                 prefs_templates.[ch] renamed prefs_template.[ch]
10326
10327 2001-11-06 [alfons]
10328         
10329         * src/utils.h
10330                 add semicolon Hoa forgot ;-)
10331                 
10332
10333 2001-11-06 [hoa]        0.6.4claws30
10334         
10335         * src/procmsg.c
10336         * src/summaryview.c
10337         * src/utils.c
10338         * src/utils.h
10339                 threading by subject - empty subject are ignored
10340
10341 2001-11-06 [christoph]  0.6.4claws29
10342
10343         * src/socket.c
10344                 use SSL_peek for sock_gets
10345         * src/utils.c
10346                 removed unneeded pointer in extracting quoted
10347                 names implementation
10348
10349 2001-11-06 [melvin]     0.6.4claws28
10350
10351         * src/gtkspell.c
10352                 fixed bug #476792 Selection overtyping with spell checker
10353                 fixed bug which could cause a buffer overflow
10354                 fixed a memory leak
10355
10356 2001-11-06 [hoa]        0.6.4claws27
10357         
10358         * src/procmsg.c
10359         * src/summaryview.c
10360                 threading by subject
10361
10362 2001-11-05 [alfons]     0.6.4claws26
10363         
10364         * README.claws
10365                 Claws -> Sylpheed (vice versa)
10366
10367         * src/compose.c
10368                 :%s/gtk_text/gtk_stext/g
10369                 :%s/GTK_TEXT/GTK_STEXT/g
10370                 (thanks to Jonathan Ware for spotting this)
10371
10372 2001-11-04 [christoph]  0.6.4claws25
10373
10374         * src/summaryview.c
10375                 replace Xalloca + strdup with Xstrdup_a
10376         * src/utils.c
10377                 better implementation of extracting quoted names
10378                 from addresses (remove backlashes and ignore
10379                 quotes after them)
10380
10381 2001-11-04 [alfons]     0.6.4claws24
10382
10383         * src/utils.[ch]
10384                 edit to comply more with coding style
10385
10386         * src/textview.c
10387                 fix bug reported by Kim Schulz. introduced by the patch integrated
10388                 in 0.6.4claws15. the code did not check the return value of
10389                 the html parser.
10390
10391         * AUTHORS
10392                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
10393
10394 2001-11-04 [christoph]  0.6.4claws23
10395
10396         * src/main.c
10397         * src/prefs_common.[ch]
10398                 init some pointers that possibly caused a segfault
10399                 reported in the claws-users ML
10400
10401 2001-11-04 [hoa]        0.6.4claws22
10402
10403         * src/grouplistdialog.c
10404                 change the names of the nodes in the tree
10405
10406         * src/compose.c
10407                 enhanced mailto syntax as described in
10408                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
10409                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
10410
10411         * src/utils.c
10412                 encode and decode URI (useful when opening URL into
10413                 netscape).
10414
10415 2001-11-03 [hoa]        0.6.4claws21
10416
10417         * src/grouplistdialog.c
10418                 a new newsgroups list selection dialog box
10419                 with a CTree instead of a CList
10420
10421 2001-11-03 [hoa]        0.6.4claws20
10422
10423         * src/folderview.c
10424                 enable property and scoring options when right
10425                 click on "inbox"
10426
10427         * src/summaryview.c
10428                 fixed bug when nickname were displayed using
10429                 the address book.
10430
10431 2001-11-02 [darko]      0.6.4claws19
10432
10433         * src/compose.c
10434                 new wrap quotation and URL/long words wrapping implementation
10435         * src/compose.c src/gtkstext.[ch]
10436                 move gtkstext_strncmp() to gtkstext.c
10437
10438 2001-11-01 [christoph]  0.6.4claws18
10439
10440         * src/prefs_account.c
10441                 fixed mess in account settings dialog
10442         * src/prefs_folder_item.c
10443                 added label with folder path to dialog
10444
10445 2001-10-31 [match]      0.6.4claws17
10446
10447         * src/vcard.c
10448                 fix memory leak.
10449         * src/addrbook.c
10450                 fix generation of spurious address book file names.
10451                 remove redundant functions.
10452         * po/POTFILES.in
10453                 added missing file names.
10454
10455 2001-10-30 [paul]       0.6.4claws16
10456
10457         * sync with sylpheed 0.6.4cvs6
10458                 see ChangeLog entries 2001-10-26 to 2001-10-30
10459
10460         * tools/filter_conv.pl
10461                 read folderlist.xml to discover whether the top-level
10462                 folder is called 'Mailbox' or 'Mail' 
10463
10464 2001-10-29 [paul]       0.6.4claws15
10465
10466         * src/html.c, src/textview.c
10467                 activate links in html mail and fix clickable parts
10468                 Submitted by Matthieu Dazy <dazy@t-surf.com>
10469
10470 2001-10-29 [paul]
10471
10472         * po/de.po, po/es.po, po/pt_BR/po
10473                 updated translations, submitted by Jens Oberender,
10474                 Ricardo Mones Lastra, and Fabio Junior Beneditto
10475
10476 2001-10-29 [darko]      0.6.4claws14
10477
10478         * src/compose.c
10479                 fix wrapping for good
10480
10481 2001-10-29 [darko]
10482
10483         * src/compose.c
10484                 undo previous change as it broke the smart wrapping
10485
10486 2001-10-29 [darko]      0.6.4claws13
10487
10488         * src/compose.c
10489                 fix infinite loop when long URL is quoted
10490                 (closes bug #475122.
10491
10492 2001-10-28 [match]
10493
10494         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
10495                 import Mutt address book
10496         * src/ldif.[ch] src/importldif.h
10497                 modified import LDIF handle user attributes
10498
10499 2001-10-28 [christoph]  0.6.4claws12
10500
10501         * src/summaryview.c
10502                 fixed that filtering did not work if there
10503                 were no filter rules
10504                 (closes bug #472003 and better implementation
10505                  of patch #474644)
10506
10507 2001-10-27 [christoph]  0.6.4claws11
10508
10509         * src/compose.c
10510                 make the folder's default account to be used when
10511                 replying. (patch by wwp <subscript@free.fr>)
10512         * src/compose.c
10513                 code cleanup, nearly killed all of wwp's patch
10514                 for folder's default account in compose
10515         * src/folderview.c
10516                 error panel when a folder could not be created
10517                 (closes bug #471080 new folder name & already
10518                  existing file)
10519
10520 2001-10-26 [alfons]
10521
10522         * src/utils.h
10523                 change prototype of strstr2() that Christoph forgot about
10524
10525 2001-10-26 [christoph]  0.6.4claws10
10526
10527         * src/account.c
10528                 made search for accounts by email address not case
10529                 sensitive
10530         * src/folder.c
10531                 fixed memory leak in folder_item_get_identifier
10532         * src/gtkspell.c
10533         * src/utils.c
10534                 fixed wrong strstr2 (should work like strstr)
10535
10536 2001-10-26 [darko]      0.6.4claws9
10537
10538         * src/compose.c src/gtkstext.[ch]
10539         * src/gtkstext.c
10540                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
10541
10542 2001-10-26 [paul]       0.6.4claws8
10543
10544         * src/html.c
10545                 ignore css and javascript tags in html mail
10546                 case-insensitive, with or without double-quoted
10547                 strings
10548
10549 2001-10-26 [paul]       0.6.4claws7
10550
10551         * sync with sylpheed 0.6.4cvs1
10552                 see ChangeLog entry 2001-10-26
10553
10554         * src/prefs_account.c, src/prefs_common.c,
10555           src/prefs_summary_column.c
10556                 minor improvements to the English
10557
10558 2001-10-25 [alfons]     0.6.4claws6
10559
10560         * src/gtkstext.c
10561         
10562                 make GtkSText follow style of GtkText (closes bug 
10563                 #469211 "text selection while writing message")
10564                 
10565                 do sync with GTK 1.2.10
10566
10567 2001-10-25 [paul]       0.6.4claws5
10568
10569         * src/html.c
10570                 ignore css tags in html mail
10571
10572 2001-10-25 [darko]      0.6.4claws4
10573
10574         * src/compose.c
10575                 don't declare is_url_string as static function since
10576                 we need it in gtkstext.c
10577         * src/gtkstext.c
10578                 remove unused variable
10579                 don't wrap long URLs while composing a message
10580
10581 2001-10-24 [christoph]  0.6.4claws3
10582
10583         * src/socket.c
10584                 fix ssl deadlock, when peer closes connection
10585
10586 2001-10-24 [paul]       0.6.4claws2
10587
10588         * src/prefs_common.c
10589                 gettextize the gpg ascii-armored warning message
10590
10591         * src/compose.c
10592                 insert a DOS/MAC file into the composed message
10593                 (improvements)
10594
10595         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
10596
10597 2001-10-22 [paul]       0.6.4claws1
10598
10599         * sync with sylpheed 0.6.4 release
10600                 see ChangeLog entries 2001-10-21
10601
10602         * po/fr.po, po/pt_BR.po
10603                 updated by Melvin Hadasht and Fabio Junior Beneditto
10604
10605 2001-10-21 [paul]       0.6.3claws30
10606
10607         * src/compose.c
10608                 insert a DOS text file from the compose window
10609                 into the composed message text (removes CRs characters)
10610                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
10611
10612         * tools/filter_conv.pl, tools/README
10613                 automatically use ~/.sylpheed as working directory
10614                 print out confirmation message on completion
10615
10616         * correct Hoa's last ChangeLog.claws entry
10617
10618 2001-10-20 [hoa]        0.6.3claws29
10619
10620         * src/grouplistdialog.c
10621                 bugfix (another ?) to give the right
10622                 newsgroups list for each news server.
10623
10624         * src/news.c
10625         * src/news.h
10626                 improve the newsgroups list cache
10627
10628 2001-10-20 [paul]       0.6.3claws28
10629
10630         * sync with sylpheed 0.6.3cvs9
10631                 see ChangeLog entry 2001-10-19
10632
10633         * correct Alfons' last ChangeLog.claws entry
10634
10635 2001-10-19 [alfons]
10636
10637         * src/pgptext.[ch]
10638                 fix compilation problems (part of bug #472895)
10639
10640 2001-10-18 [hoa]        0.6.3claws27
10641
10642         * src/grouplistdialog.c
10643                 bugfix when we refresh was clicked (bug 472701)
10644
10645 2001-10-19 [christoph]  0.6.3claws26
10646
10647         * src/compose.c
10648                 last header entry should default to "To:" or
10649                 "Newsgroups:" and not copy the last entry line
10650                 in a new compose window
10651                 (closes bug #472686, #470792)
10652
10653 2001-10-19 [paul]       0.6.3claws25
10654
10655         * sync with Sylpheed 0.6.3cvs8
10656                 see ChangeLog entries 2001-10-18 and 2001-10-19
10657
10658 2001-10-18 [christoph]  0.6.3claws24
10659
10660         * src/procmsg.c
10661                 reimplement ignore thread
10662         
10663 2001-10-18 [hoa]        0.6.3claws23
10664
10665         * src/folderview.c
10666         * src/grouplistdialog.[ch]
10667                 enhanced news subscription interface (feature 469113)
10668
10669         * src/news.c
10670         * src/news.h
10671                 enchanced newsgroup listing,
10672                 now, we can get groups informations
10673                 (NNTPGroupInfo)
10674
10675 2001-10-18 [paul]       0.6.3claws22
10676
10677         * src/summaryview.c
10678                 remove comment (sync with main branch)
10679         * src/mainwindow.c
10680                 fix 'Re-edit' bug in 'Message' menu
10681
10682 2001-10-17 [christoph]  0.6.3claws21
10683
10684         * src/compose.c
10685                 ignore empty or whitespace only header lines
10686
10687 2001-10-17 [paul]       0.6.3claws20
10688
10689         * sync with sylpheed 0.6.3cvs7
10690                 see ChangeLog entries 2001-10-14, 2001-10-16, and
10691                 2001-10-17
10692
10693 2001-10-17 [darko]
10694
10695         * src/compose.c
10696                 wrap long lines without spaces
10697                 don't wrap URLs
10698
10699 2001-10-16 [paul]
10700
10701         * po/es.po, po/nl.po, po/pt_BR.po
10702                 updated by Ricardo Mones Lastra, Alfons,
10703                 and Fabio Junior Beneditto
10704
10705         * sylpheed-0.6.3claws released
10706
10707 2001-10-15 [melvin] 0.6.3claws18
10708
10709         * README.claws
10710                 added summary and detailed installation instructions
10711                 for spell checker
10712         * po/fr.po
10713                 Updated, corrected and completed french translation
10714
10715 2001-10-15 [hoa] 0.6.3claws17
10716         * src/grouplistdialog.c
10717                 we can choose the newsgroups to display with wildcards
10718
10719 2001-10-15 [christoph]  0.6.3claws16
10720
10721         * src/account.c
10722         * src/compose.c
10723         * src/prefs_folder_item.[ch]
10724                 applied wwp <subscript@free.fr>'s folder
10725                 default account patch
10726         * po/de.po
10727                 Fixed wrong translation
10728
10729 2001-10-13 [alfons, christoph, melvin]  
10730                         0.6.3claws15
10731
10732         solution #2 to solve MT-safety problems defers all GUI related calls
10733         to the main thread using a gtk_idle_add() callback. discussed on
10734         ircnet #sylpheed, with christoph spotting some issues with the
10735         original code, and melvin allowing us to lobotomize his sylpheed.
10736
10737         * src/syldap.[ch], src/main.c
10738                 fix race problem in ldap search thread by deferring GUI 
10739                 stuff to main thread using gtk_idle_add()
10740
10741 2001-10-13 [paul]       0.6.3claws14
10742
10743         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
10744                 add Sergey's smtpcred.patch
10745                 adds separate username/password setting for SMTP Auth
10746                 needed by some servers
10747                 (closes feature request #471659)
10748
10749 2001-10-13 [paul]       0.6.3claws13
10750
10751         * src/pgptext.[ch] **NEW FILES**
10752         * src/Makefile.am, src/messageview.c, src/mimeview.c
10753                 decrypt ascii-armored gpg text embedded in
10754                 the message body.
10755                 Submitted by Jens Jahnke <jan0sch@gmx.net>
10756
10757 2001-10-13 [christoph]  0.6.3claws12
10758
10759         * README.claws
10760                 some more details on default to and
10761                 feature requests
10762         * src/main.c
10763                 init glib threading when ldap is used
10764         * src/syldap.c
10765                 threading fixes
10766         * po/de.po
10767                 fixed a typo
10768
10769 2001-10-12 [paul]       0.6.3claws11
10770
10771         * src/prefs_common.[ch], src/rfc2015.c
10772                 enable ascii-armored gpg text to be embedded in the
10773                 message body, selectable through the 'Privacy'
10774                 preferences. Supports encrypting only.
10775                 Submitted by Ravemax <ravemax@dextrose.com>
10776
10777 2001-10-12 [paul]       0.6.3claws10
10778
10779         * sync with sylpheed 0.6.3cvs6
10780                 see ChangeLog entries 2001-10-11 and 2001-11-12
10781
10782         * src/folderview.c
10783                 incorporated mbox folders, scoring, and folder
10784                 properties into the sync
10785
10786 2001-10-12 [darko]      0.6.3claws9
10787
10788         * README.claws
10789                 describe quotation wrapping
10790         * src/compose.c
10791                 don't treat tab as space to calculate line length properly
10792
10793 2001-10-11 [alfons]
10794
10795         * README.claws
10796                 correct description of how to make new filtering system work,
10797                 add some other things
10798                 
10799         * src/syldap.c
10800                 remove sched_yield() (not necessary / unportable)
10801
10802 2001-10-11 [paul]       0.6.3claws8
10803
10804         * sync with sylpheed 0.6.3cvs3
10805                 see ChangeLog entry 2001-10-10
10806
10807 2001-10-10 [christoph]  0.6.3claws7
10808
10809         * .cvsignore
10810                 ignore 2 files created by newer autotools
10811         * src/prefs_folder_item.c
10812                 using table for widget alignment
10813                 fixed memory leak and broken octal display
10814         * src/filesel.c
10815                 fixed segfault caused by lost filename
10816                 workaround (closes bug #469551)
10817
10818 2001-10-10 [paul]       0.6.3claws6
10819
10820         * sync with sylpheed 0.6.3cvs2
10821                 see ChangeLog entries 2001-10-09 and 2001-10-10
10822
10823 2001-10-10 [darko]      0.6.3.claws5
10824
10825         * src/gtkstext.c
10826                 proper calculation of right margin if smart wrapping is enabled
10827         * src/compose.c
10828                 automatically wrap long lines if wrap quotation is enabled
10829
10830 2001-10-09 [alfons]     0.6.3.claws4
10831
10832         * src/summaryview.c
10833                 select correct row when deleting last row in the summary view (and
10834                 close bug "[ #469104 ] select second last in list when deleting")
10835
10836 2001-10-09 [paul]       0.6.3claws3
10837
10838         * sync with sylpheed 0.6.3cvs1
10839                 updated some autotool scripts
10840
10841 2001-10-09 [darko]      0.6.3claws2
10842
10843         * src/gtkstext.[ch]
10844                 new name and mark with Sylpheed comment
10845         * src/compose.c
10846                 smart quotation wrapping a-la VIM
10847
10848 2001-10-08 [paul]       0.6.3claws1
10849
10850         * sync with sylpheed 0.6.3 release
10851                 see ChangeLog entry 2001-10-08
10852
10853 2001-10-08 [paul]       0.6.2claws24
10854
10855         * src/summaryview.c
10856                 more sync with sylpheed 0.6.2cvs12
10857                 Fixed the bug that didn't select the last row correctly
10858
10859
10860 2001-10-07 [paul]       0.6.2claws23
10861
10862         * sync with sylpheed 0.6.2cvs12
10863                 see ChangeLog entry 2001-10-07
10864
10865 2001-10-06 [match]
10866         * src/jpilot.[ch]
10867                 enable jpilot to read unsynch'ed addresses.
10868
10869         * src/editldap_basedn.c
10870                 fix segfault when opening dialog.
10871
10872 2001-10-06 [alfons]     0.6.2.claws22
10873
10874         * src/summaryview.c
10875                 fix bug with summary view selecting last *inserted*
10876                 node instead of last *visible* node. remember we
10877                 work with a tree
10878
10879 2001-10-06 [paul]       0.6.2claws21
10880
10881         * po/pt_BR.po
10882                 updated translation, contains some fixes and new
10883                 translations, submitted by Gustavo Noronha Silva
10884                 <kov@debian.org>
10885
10886         * src/prefs_common.c
10887                 change 'each' to 'every' - fix dubious English
10888
10889         * sync with sylpheed 0.6.2cvs11
10890
10891 2001-10-05 [alfons]     0.6.2claws20
10892
10893         * src/mainwindow.[ch], src/folderview.c
10894                 make composite tool button switch between "Compose News"
10895                 and "Compose Mail" depending on selected folder
10896                 (nifty idea by Kim Schulz <kim@schulz.dk>)
10897
10898 2001-10-05 [paul]       0.6.2claws19
10899
10900         * src/mainwindow.c, src/summaryview.c
10901                 fix 'Message/Reply to all', broken in last commit
10902
10903         * src/compose.c
10904                 fix X_BEENTHERE seg fault, thanks to Alfons
10905
10906 2001-10-04 [paul]       0.6.2claws18
10907
10908         * src/compose.[ch], src/mainwindow.c
10909                 make "Message/Reply" reply to mailing lists; matches
10910                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
10911                 based on portions of the patch submitted by
10912                 Junichi Uekawa <dancer@netfort.gr.jp>
10913
10914 2001-10-04 [darko]      0.6.2claws17
10915
10916         * src/compose.c
10917                 better smart wrapping
10918         * src/gtkstext.[hc]
10919                 a function to make text buffer contiguous
10920
10921 2001-10-03 [paul]       0.6.2claws16
10922
10923         * sync with sylpheed 0.6.2cvs10
10924
10925 2001-10-02 [alfons]
10926
10927         * configure.in
10928         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
10929                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
10930                 references to chinese translations (hope someone picks up
10931                 this)
10932
10933 2001-10-02 [christoph]  0.6.2claws15
10934
10935         * src/compose.c
10936                 fixed non translated header bug
10937         * ChangeLog.claws
10938                 fixed wrong date in alfons last entry ;)
10939
10940 2001-10-02 [alfons]     0.6.2claws14
10941
10942         * src/compose.c, src/prefs_common.[ch]
10943                 add block cursor option
10944
10945 2001-10-02 [paul]       0.6.2claws13
10946
10947         * sync with sylpheed 0.6.2cvs9
10948
10949 2001-09-30 [paul]       0.6.2claws12
10950
10951         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
10952                 updated translations
10953
10954         * po/POTFILES.in
10955                 add 'src/importldif.c'
10956
10957         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
10958                 added eudora-to-vCard conversion tool
10959                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
10960
10961         * sync with sylpheed 0.6.2cvs8
10962
10963 2001-09-30 [paul]
10964
10965         * sylpheed-0.6.2claws released
10966
10967 2001-09-27 [melvin]     0.6.2claws11
10968
10969         * src/gtkspell.c
10970                 fixed crash when using default path (introduced 
10971                 in 0.6.2claws10)
10972                 fixed tiny bug for initial suggestion mode
10973
10974 2001-09-27 [melvin]     0.6.2claws10
10975         
10976         * src/gtkspell.c
10977                 fixed bug where gtkpspell didn't set the path correctly
10978
10979         * README.claws
10980                 added a paragraph about spell checking
10981                 
10982
10983
10984 2001-09-27 [paul]       0.6.2claws9
10985
10986         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
10987                 replace '// comments' with '/* comments */' to prevent
10988                 some compiler warnings 
10989
10990         * sync with sylpheed 0.6.2cvs6
10991
10992 2001-09-26 [alfons]     0.6.2claws8
10993
10994         * src/messageview.c
10995                 introduce return receipt request notification again,
10996                 which was lost because of other semantics in 
10997                 procheader_parse() (???)
10998
10999 2001-09-26 [christoph]  0.6.2claws7
11000
11001         * src/compose.c
11002                 replace comments for old code with #if 0
11003                 readded auto cc, bcc and reply-to
11004         * src/prefs_matcher.c
11005         * src/prefs_scoring.c
11006                 removed some definition (was moved to
11007                 prefs.h)
11008
11009 2001-09-26 [paul]       0.6.2claws6
11010
11011         * src/mainwindow.c
11012                 make 'Follow-up and reply to' sensitive
11013
11014         * more sync with sylpheed 0.6.2cvs5
11015
11016 2001-09-25 [melvin]
11017
11018         * 0.6.2claws5
11019
11020         * src/gtkspell.c
11021                 fixed bug for "US-ASCII" introduced by the encoding code
11022
11023 2001-09-25 [paul]
11024
11025         * 0.6.2claws4
11026
11027         * src/prefs_common.[ch], src/summaryview.c
11028                 'next unread msg' 'go to next folder?' dialog can be
11029                 given default behaviour, either always show dialog,
11030                 or assume 'yes', or assume 'no'
11031                 Submitted by wwp <subscript@free.fr>
11032
11033 2001-09-25 [melvin]
11034                 
11035         * src/compose.c src/gtkspell.[ch]
11036                 added support for different encodings
11037
11038 2001-09-25 [paul]
11039
11040         * more sync with sylpheed 0.6.2cvs5
11041
11042 2001-09-24 [alfons]
11043         
11044         * src/prefs_folder_item.c
11045                 add check for item->prefs->default_to string is NULL and
11046                 add another check when freeing this string
11047
11048 2001-09-24 [paul]
11049
11050         * configure.in
11051                 change to version 0.6.2claws3
11052
11053         * sync with sylpheed 0.6.2cvs5 
11054
11055 2001-09-24 [match]
11056         * src/ldif.[ch], src/importldif.[ch], addressbook.c
11057                 import LDIF files.
11058         * src/addrcache.[ch], addrindex.[ch]
11059                 small update for future
11060         * src/addrbook.c
11061                 fix test XML file.
11062
11063 2001-09-24 [melvin]
11064         * src/gtkspell.[ch]
11065                 added 'Learn from mistakes' option
11066                 better handling of quotes in checked words
11067                 sorted dict list
11068         * po/fr.po
11069                 small update for spell checking stuff
11070
11071 2001-09-23 [alfons]
11072         
11073         * src/gtkspell.c
11074                 edit a little bit so it complies more with main coding style
11075
11076 2001-09-23 [alfons]
11077
11078         * src/folder.[ch], prefs_folder_item.c, compose.c
11079                 migrate "request return receipt" folder property
11080                 to folderlist.xml
11081
11082 2001-09-22 [alfons]
11083
11084         * README.claws **NEW**
11085                 (add things of interest for users of main branch 
11086                 and claws here)
11087
11088         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
11089                 re-implement threading per folder option, but store 
11090                 the setting in folderlist.xml (where it belongs)
11091
11092 2001-09-21 [melvin]
11093
11094         * src/gtkspell.[ch]
11095                 fixed bug when compose window is under another window
11096         * src/prefs_common.[ch] src/compose.c
11097                 changed 'dictionary_path' to 'dictionary' to be consistent
11098                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
11099         * ac/pspell.m4 src/Makefile.am 
11100                 dropped PSPELL_PATH macro
11101         * po/fr.po
11102                 updated translations
11103
11104 2001-09-21 [christoph]
11105
11106         * src/compose.c
11107                 added border around header fields
11108                 keep header type when new field is added
11109
11110 2001-09-20 [christoph]
11111
11112         * src/utils.[ch]
11113                 more portable debug_print with source filename
11114                 and linenumber
11115         * src/procmsg.c
11116                 more newlines after debug messages
11117
11118 2001-09-20 [paul]
11119
11120         * configure.in
11121                 change to version 0.6.2claws2
11122
11123         * sync with sylpheed 0.6.2cvs3
11124
11125 2001-09-19 [melvin]
11126
11127         * src/gtkspell.c
11128                 fixed the post-right-click focus pb
11129                 fixed crash when 'Spell check all' after dict change 
11130                         and when cursor is at the end of the text
11131                 shift-right-click pops up config menu even on misspelled words.
11132         * po/POTFILES.in
11133                 added gtkspell.c
11134
11135 2001-09-19 [melvin]
11136
11137         * src/about.c
11138                 added pspell to compiled-in features list
11139
11140 2001-09-18 [melvin]
11141
11142         * switched to pspell and dropped ispell
11143         * ac/pspell.m4
11144                 new file. autoconf macro for pspell
11145         * ac/Makefile.am 
11146         * configure.in acconfig.h
11147                 added pspell support
11148         * src/Makefile.am
11149         * src/main.c src/compose.[ch] src/gtkspell.[ch]
11150         * src/prefs_common.[ch] 
11151                 added pspell support
11152
11153 2001-09-18 [christoph]
11154
11155         * src/addr_compl.c
11156         * src/template.[ch]
11157                 replace LOG_MESSAGE with debug_print
11158         * src/compose.[ch]
11159                 gui improvements
11160         * src/menu.c
11161                 added newline after debug message
11162         * src/utils.h
11163                 using __VA_ARGS__ for debug_print macro
11164         * tools/.cvsignore
11165                 ignore Makefile and Makefile.in
11166
11167 2001-09-18 [paul]
11168
11169         * configure.in
11170                 change to version 0.6.2claws1
11171         * sync with sylpheed 0.6.2cvs1
11172
11173         * src/matcher.c 
11174         * src/prefs_matcher.c
11175                 add 'score equal to' option, submitted by
11176                 Paul Evans <nerd@freeuk.com>
11177
11178 2001-09-15 [christoph]
11179
11180         * src/mainwindow.c
11181                 comment out menu entry not existing in claws
11182         * src/menu.c
11183                 add debug output for non existing menu entries
11184         * src/summaryview.c
11185                 fix next/prev unread message for ignored threads
11186         * src/utils.[ch]
11187                 add sourcefile and line number to debug output
11188                 otherwise it is sometimes hard to find the
11189                 source code part if debug messages are translated
11190
11191 2001-09-14 [darko]
11192         
11193         * src/folderview.c
11194                 refresh target folder style after colour is changed
11195
11196 2001-09-13 [paul]
11197
11198         * configure.in
11199                 change to version 0.6.1claws3
11200
11201         * sync with sylpheed 0.6.1cvs6
11202
11203 2001-09-13 [darko]
11204         
11205         * src/folderview.c
11206                 fix target folder colourization to use user selected colour
11207
11208 2001-09-12 [darko]
11209         
11210         * src/summaryview.c
11211                 fix crash when message that is marked for copy/move is unmarked
11212
11213 2001-09-09 [paul]
11214
11215         * configure.in
11216                 change to version 0.6.1claws2
11217
11218         * sync with sylpheed 0.6.1cvs3
11219
11220 2001-09-09 [alfons]
11221         
11222         * src/folderview.c
11223                 fix bug with default font used for trash folder text
11224
11225 2001-09-06 [paul]
11226
11227         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
11228                 updated translations
11229
11230         * configure.in
11231                 change to version 0.6.1claws1
11232
11233         * sync with sylpheed 0.6.1cvs2
11234
11235 2001-09-03 [paul]
11236
11237         * po/POTFILES.in
11238                 add Match's new addressbook
11239
11240         * po/de.po
11241                 updated translation submitted by Jens Oberender
11242
11243 2001-09-02 [paul]
11244
11245         * configure.in
11246                 change to 0.6.1claws
11247         * sync with sylpheed 0.6.1 release
11248
11249 2001-09-02 [paul]
11250
11251         * configure.in
11252                 change to 0.6.0claws2
11253
11254         * sync with sylpheed 0.6.0cvs4
11255
11256         * po/pt_BR.po
11257                 updated translation submitted by Fabio Junior Beneditto
11258
11259 2001-09-01 [match]
11260         * pixmaps/
11261                 interface.xpm
11262                 book.xpm
11263                 address.xpm
11264         * src/
11265                 Makefile.am
11266                 a ton of new files
11267
11268 2001-08-31 [paul]
11269
11270         * configure.in
11271                 change to version 0.6.0claws1
11272
11273         * sync with sylpheed 0.6.0cvs1
11274
11275         * po/es.po
11276                 updated translation submitted by Ricardo Mones Lastra
11277
11278         * po/POTFILES.in
11279                 add 'src/prefs_templates.c'
11280
11281         * src/compose.c, src/summaryview.c
11282                 fix segfault on 'Re_edit'               
11283
11284 2001-08-30 [alfons]
11285
11286         * configure.in, Makefile.am
11287         * tools/Makefile.am
11288                 add tools directory to source distribution
11289
11290 2001-08-30 [paul]
11291
11292         * configure.in
11293                 change to version 0.6.0claws
11294
11295         * sync with sylpheed 0.6.0 release
11296
11297 2001-08-30 [christoph]
11298
11299         * configure.in
11300                 removed autoconf version check
11301
11302 2001-08-30 [paul]
11303
11304         * src/account.c, src/compose.c, src/prefs_common.[ch]
11305         * src/procheader.[ch] src/utils.[ch]
11306                 Enhanced automatic account selection on replies
11307                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
11308
11309         * configure.in
11310                 add LDAP and JPilot to the configuration results output.
11311
11312 2001-08-29 [christoph]
11313
11314         * src/summeryview.c
11315                 no bold font for ignored threads
11316
11317 2001-08-29 [paul]
11318
11319         * configure.in
11320                 change to version 0.5.3claws6
11321
11322         * sync with sylpheed 0.5.3cvs10
11323                 src/stringtable.[ch]: New Files
11324
11325         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
11326         * src/pixmaps/sylpheed.xpm
11327                 add mini-icons to windows (by Alfons)
11328
11329 2001-08-27 [paul]
11330
11331         * src/mainwindow.c
11332                 new functions: next_labeled_cb(), prev_labeled_cb()
11333
11334         * src/summaryview.c
11335                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
11336                 summary_select_next_labeled(), summary_select_prev_labeled()
11337
11338         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
11339                 give claws blue folders and a blue trash can
11340
11341 2001-08-27 [paul]
11342
11343         * configure.in
11344                 change to version 0.5.3claws5
11345
11346         * sync with sylpheed 0.5.3cvs9
11347                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
11348
11349 2001-08-24 [christoph]
11350
11351         * src/filesel.c
11352                 keep filename when browsing directories
11353                 (not working for user entered filename, but
11354                  for default name and selected filename from
11355                  file list)
11356         * src/mainwindow.c
11357                 fixed wrong spelling "Folllow-up"
11358         * src/mbox_folder.c
11359         * src/procmsg.c
11360         * src/summaryview.c
11361                 fixed new/unread message count with ignored
11362                 threads (2 commits, first didn't notice no
11363                 longer needed decreasing)
11364         * src/inc.c
11365                 readded scrolling of progress dialog
11366                 (lost in sync)
11367
11368 2001-08-24 [paul]
11369
11370         * configure.in
11371                 change to 0.5.3claws4
11372
11373         * sync with sylpheed 0.5.3cvs7
11374
11375 2001-08-24 [christoph]
11376
11377         * src/compose.c
11378                 set request return receipt when replying
11379                 if it is set is the folder prefs of the
11380                 message
11381         * src/inc.c
11382                 disable final error popup if popups are
11383                 disabled in config (again)
11384
11385 2001-08-23 [paul]
11386
11387         * configure.in
11388                 Change version number to 0.5.3claws3
11389
11390         * sync with sylpheed 0.5.3cvs5
11391
11392         * src/mimeview.c
11393                 double quote '%s' in 'gedit %s' to fix bug when
11394                 opening attachment with spaces in the name
11395
11396 2001-08-22 [alte]
11397         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
11398           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
11399                 initial message templates support
11400
11401
11402 2001-08-22 [paul]
11403
11404         * configure.in
11405                 change version number to 0.5.3claws2
11406
11407         * sync with sylpheed 0.5.3cvs4
11408
11409         * src/procmsg.h src/summaryview.c
11410                 re-implement (un)ignore thread
11411
11412 2001-08-21 [paul]
11413
11414         * src/summaryview.c
11415                 remove unnecessary code
11416         * src/compose.c
11417                 enable 'dynamic' signatures (submitted by
11418                 Eric Limpens <eric@hscg-internet.nl>)
11419
11420 2001-08-21 [paul]
11421
11422         clean up after sync with sylpheed 0.5.3 release
11423
11424         * src/folderview.c
11425                 fix re-introduced font mess, see Christoph's
11426                 entry 2001-06-24
11427
11428         * src/summaryview.c
11429                 remove prev_msgnum
11430                 use sylpheed's small font instead of
11431                 gtk default font for summary view
11432
11433
11434 2001-08-17 [paul]
11435
11436         * configure.in
11437                 add pl to ALL_LINGUAS - sync with main branch
11438
11439         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
11440                 Updated. Translations by Jens Oberender, Ricardo Mones
11441                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
11442
11443         * po/pl.po  ** NEW FILE **
11444                 sync with the main branch
11445
11446         * src/folderview.c
11447                 fix target folder colorizing and refresh problem
11448
11449
11450 2001-08-17 [christoph]
11451
11452         * src/mainwindow.c
11453                 claws uses 4 colors for target folder coloring.
11454                 arrays were not long enough and destroyed the
11455                 stack causing a segfault.
11456                 target folder colorizing does not work anymore
11457                 for me
11458
11459 2001-08-16 [paul]
11460
11461         * configure.in
11462                 change to version 0.5.3claws1
11463
11464         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
11465           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
11466           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
11467
11468                 sync with sylpheed 0.5.3 release, but keep claws method of
11469                 configuring/saving fonts
11470
11471         * src/addressbook.[ch]
11472                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
11473                 in line with a similar change in Hiroyuki's branch
11474
11475         * src/mainwindow.[ch]
11476                 disable main_window_set_thread_option()
11477         * src/prefs_folder_item.c
11478                 comment out &tmps_prefs.enable_thread,
11479         * src/mbox_folder.c, src/procmsg.[ch]
11480                 comment out MSG_IS_IGNORE_THREAD
11481         * src/summaryview.c
11482                 comment out summary_ignore_thread() and summary_unignore_thread()
11483                 comment out MSG_IS_IGNORE_THREAD
11484
11485                 use Hiroyuki's threading instead.
11486
11487
11488
11489 2001-08-15 [paul]
11490
11491         * src/account.c
11492                 use Hiroyuki's 0.5.3 column scheme but also
11493                 include the enable/disable button.
11494         * src/pixmaps/mark.xpm
11495                 add Hiroyuki's amended pixmap
11496
11497 2001-08-13 [christoph]
11498
11499         * src/account.c
11500                 receive at get all column showed wrong state for APOP
11501                 button should only work for POP3 and APOP accounts
11502         * src/prefs_account.c
11503                 added missing preprocessor statement for SSL
11504
11505 2001-08-12 [paul]
11506
11507         * src/account.[ch]
11508                 add 'receive at get all' column and enable/disable
11509                 button.
11510
11511 2001-08-06 [christoph]
11512
11513         * src/account.c
11514                 show usage of SSL in protocol column
11515
11516         * src/imap.c
11517         * src/inc.c
11518                 renamed ssl options
11519
11520         * src/prefs_account.[ch]
11521                 moved ssl options to a new page
11522
11523         * src/send.c
11524         * src/smtp.c
11525         * src/ssl.[ch]
11526                 renamed ssl options
11527                 added support for SMTP STARTTLS command
11528
11529 2001-08-05 [christoph]
11530
11531         * configure.in
11532                 debian autoconf needs version check to find
11533                 correct autoconf version. if the file is
11534                 named configure.in 2.13 is used, which does
11535                 not work with this configure.in script.
11536                 other solution would be to rename the script
11537                 to configure.ac as suggested in the autoconf
11538                 manual.
11539
11540         * src/inc.c
11541                 disable final error popup if popups are
11542                 diabled in config
11543
11544         * src/socket.c
11545                 bugfix in ssl_gets
11546                 fixes IMAP over SSL problem
11547
11548 2001-08-03 [paul]
11549
11550         * configure.in
11551                 change to 0.5.2claws1
11552
11553         * sync with sylpheed 0.5.2cvs1
11554
11555 2001-08-02 [alfons]
11556
11557         * configure.in
11558                 quick fix for ispell detection...
11559
11560 2001-08-01 [paul]
11561
11562         * configure.in
11563                 change to 0.5.1claws4
11564
11565         * sync with sylpheed 0.5.1cvs7
11566
11567 2001-07-31 [alfons]
11568
11569         * src/prefs_common.c, src/prefs_common.h, 
11570           src/gtkspell.c, src/gtkspell.h
11571                 add global spelling checker settings (compose tab) +
11572                 selection of dictionary 
11573           
11574         * configure.in  
11575                 guess valid ispell location
11576
11577 2001-07-31 [paul]
11578
11579         * po/POTFILES.in
11580                 removal of 'src/quote_fmt_parse.c'
11581         * po/de.po
11582                 Updated de.po
11583                 (submitted by Jens Oberender <didge@suse.de>)
11584
11585 2001-07-31 [darko]
11586
11587         * src/folder.[ch]
11588         * src/folderview.[ch]
11589         * src/mainwindow.c
11590         * src/mh.c
11591         * src/prefs_common.[ch]
11592         * src/summaryview.c
11593                 target folder colourization
11594
11595 2001-07-30 [paul]
11596
11597         more sync with Sylpheed 0.5.1cvs6 
11598
11599 2001-07-30 [darko]
11600
11601         * src/mh.c
11602         * src/prefs_folder_item.[hc]
11603         * src/summaryview.c
11604                 shared folders support with a GUI
11605
11606 2001-07-29 [paul]
11607
11608         0.5.1claws3
11609
11610         * sync with Sylpheed 0.5.1cvs6
11611
11612 2001-07-29 [paul]
11613
11614         * po/pt_BR.po
11615                 updated
11616                 (submitted by Fabio Junior Beneditto)
11617
11618 2001-07-28 [paul]
11619
11620         * src/procmime.c
11621         * AUTHORS
11622                 patch to correct bad image mime headers
11623                 (submitted by Don Quijote <dq@searchlores.org>)
11624
11625 2001-07-28 [paul]
11626
11627         * tools/gif2xface.pl   **NEW FILE**
11628         * tools/README
11629                 script to convert file.gif to file.xface for
11630                 use in a custom header.
11631                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
11632
11633 2001-07-27 [alfons]
11634         
11635         * configure.in
11636                 change macros for detecting JPilot and LDAP
11637
11638 2001-07-27 [christoph]
11639
11640         * src/filtering.c
11641                 code cleanup (MIN / MAX warning, needed casting)
11642
11643 2001-07-27 [alfons]
11644
11645         * procheader.c
11646                 disallow setting flags when detecting certain headers
11647                 (X-Status, Status, Seen, X-Seen). 
11648         
11649         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
11650
11651 2001-07-27 [christoph]
11652
11653         * src/prefs_filter.c
11654         * src/prefs_filtering.c
11655         * src/prefs_matcher.c
11656         * src/prefs_scoring.c
11657                 scroll list when moving rows up or down
11658
11659         * src/imap.c
11660         * src/imap.h
11661         * src/prefs_account.c
11662         * src/prefs_account.h
11663         * src/send.c
11664                 SMTP over SSL (untested, feedback requested)
11665                 IMAP over SSL
11666
11667         * src/ssl.c
11668                 code cleanup
11669
11670 2001-07-26 [alfons]
11671         
11672         * configure.in, acconfig.h
11673                 define CLAWS (need this for main / claws detection)
11674
11675 2001-07-25 [alfons]
11676
11677         * configure.in
11678                 Sylpheed 0.5.1claws2
11679                 
11680         * sync with Sylpheed 0.5.1cvs4
11681
11682 2001-07-25 [christoph]
11683
11684         * src/scoring.c
11685                 fixed segfault
11686                 item->prefs == NULL (don't know why)
11687
11688 2001-07-25 [alfons]
11689
11690         * configure.in
11691                 Sylpheed 0.5.1claws1
11692
11693         * sync with Sylpheed 0.5.1cvs1-3
11694
11695 2001-07-24 [christoph]
11696
11697         * src/folderview.c
11698         * src/prefs_folder_item.[ch]
11699                 added folderitem preferences dialog with
11700                 default To: and auto request return receipt
11701
11702         * src/compose.[ch]
11703         * src/menu.[ch]
11704                 changes to handle new folderitem preferences
11705
11706         * src/mainwindow.c
11707         * src/summaryview.c
11708                 call compose new mail with current folderitem
11709
11710 2001-07-24 [alfons]
11711
11712         Release Sylpheed 0.5.1claws
11713
11714         * configure.in
11715                 change to release version 0.5.1claws
11716
11717 2001-07-24 [christoph]
11718
11719         * src/summaryview.c
11720                 fixed segfault that happend when the selected
11721                 message was removed while retrieving new messages.
11722
11723         * po/es.po
11724                 updated translation
11725                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
11726
11727 2001-07-22 [alfons]
11728
11729         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
11730         this is a work in progress, for more information: http://nlpagan.net/sylman 
11731         
11732         * configure.in, src/mainwindow.c, manual/Makefile.am
11733                 add support for English manual
11734
11735         * AUTHORS
11736                 add authors of user manuals
11737
11738         * manual/en/sylpheed*.html
11739                 add English documentation
11740
11741 2001-07-22 [christoph]
11742
11743         * po/POTFILES.in
11744                 added src/ssl.c
11745         * src/ssl.c
11746                 changed a wrong debug message
11747
11748 2001-07-22 [alfons]
11749
11750         * po/nl.po
11751                 update Dutch translation
11752
11753         * src/prefs_filtering.c, 
11754           src/prefs_matcher.c
11755                 add more translatable strings           
11756
11757 2001-07-21 [alfons]
11758
11759         0.5.0claws7
11760
11761         * configure.in
11762                 change version
11763
11764         * src/inc.c, src/summaryview.[ch]
11765                 prevent update of mark file when filtering has done, by
11766                 using a variable; this affects two functions:
11767                         inc.c::inc_finished()
11768                         summaryview.c::summary_show()
11769
11770 2001-07-20 [alfons]
11771
11772         * src/filtering.[ch], src/prefs_filtering.c, 
11773           src/matcher.[ch]
11774                 add filtering action for label coloring 
11775
11776         * po/POTFILES.in
11777                 add labelcolors.c
11778
11779         * added src/labelcolors.c
11780         * added src/labelcolors.h
11781         * src/Makefile.am, src/summaryview.c
11782                 rearrange label coloring code
11783
11784         * src/procmsg.h
11785                 add more parentheses so label colouring works correctly
11786
11787         * src/filtering.c
11788                 don't really delete message, but move it to Trash
11789
11790         * src/prefs_matcher.c
11791                 add quote options to info dialog
11792
11793 2001-07-20 [christoph]
11794
11795         * src/Makefile.am
11796         * src/inc.c
11797         * src/main.[ch]
11798         * src/socket.h
11799         * src/ssl.[ch] (new)
11800                 moved ssl stuff to a seperate file
11801
11802 2001-07-20 [darko]
11803
11804         * src/summaryview.c
11805                 fix show sender using address book with no e-mail
11806                 address in From: field
11807
11808 2001-07-19 [alfons]
11809
11810         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
11811                 fix messy handling of escaping... now at least the
11812                 execute command is useful. escape char is '\', we
11813                 accept \n and \r too. 
11814
11815                 Real life example:
11816                 
11817                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
11818                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
11819
11820 2001-07-18 [alfons]
11821
11822         0.5.0claws6
11823
11824         * src/summaryview.c
11825                 clean up
11826
11827         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
11828           src/procmsg.[ch]
11829                 revise filtering; currently move, copy, marking have
11830                 been tested. if you like bleeding edge stuff, you
11831                 should definitely go for this version :)
11832
11833         * mark old working stuff as VERSION_0_5_0_CLAWS5        
11834
11835 2001-07-17 [christoph]
11836
11837         * src/utils.c
11838                 timestamp log
11839
11840 2001-07-17 [alfons]
11841
11842         0.5.0claws5
11843
11844         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
11845           bits in the mark file, without affecting either branch. Lots of
11846           files changed, also in claws branch.
11847
11848           UNTESTED: use of mbox folders
11849
11850         * src/summaryview.c
11851                 added mark all read; however this was a quick hack used for
11852                 cleaning up mess after initial merge with Hiroyuki
11853
11854         * configure.in
11855                 change claws version number back to 0.5.0claws5 to clear up 
11856                 confusion & pretension (recent release was technically 
11857                 0.5.0claws4, so we neatly align with Hiroyuki :-)
11858
11859 2001-07-16 [alfons]
11860
11861         sync with Hiroyuki's 0.5.0cvs4
11862
11863 2001-07-16 [alfons]
11864
11865         0.5.1claws3
11866
11867         * src/filtering.[ch]
11868                 remove invalid updating of mark files for 
11869                 filter actions MATCHING_ACTION_MOVE and 
11870                 MATCHING_ACTION_DELETE; this should fix the
11871                 folder update bug
11872                 
11873         * src/procmsg.c
11874                 revert Christoph's stab at fixing the folder 
11875                 update bug
11876
11877         * po/POTFILES.in
11878                 add missing files with translatable strings
11879
11880         * src/summaryview.c
11881                 remove debug print
11882
11883 2001-07-15 [alfons]
11884
11885         * src/addr_compl.[ch], src/prefs_filtering.c
11886                 make "filtering pref dialog's destination entry" an
11887                 "address completable entry", if filter destination is 
11888                 an email address
11889
11890         0.5.1claws2
11891         
11892         sync with Hiroyuki's 0.5.0cvs2-3
11893
11894 2001-07-15 [christoph]
11895
11896         * src/procmsg.c
11897                 fixed folder stats update after incorporation
11898
11899 2001-07-15 [alfons]
11900
11901         * src/summaryview.c
11902                 * finish label colouring stuff (for now)
11903                 * fix incorrect colour bug (off by one) 
11904
11905 2001-07-14 [alfons]
11906
11907         * src/mainwindow.c
11908                 change text labels for news and mail message so there's
11909                 plenty of toolbar estate left
11910
11911         * configure.in
11912                 0.5.1claws1
11913
11914         * src/folderview.c
11915           src/folder.[ch]
11916                 sync with Hiroyuki's 0.5.0cvs1
11917
11918         * src/summaryview.c
11919                 more rewrite label colouring
11920
11921 2001-07-14 [alfons]
11922
11923         * src/summaryview.[ch]
11924                 * start rewrite label colouring 
11925                 * fix proper location "Add Sender To Addressbook" menu item
11926
11927 2001-07-13
11928
11929         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
11930         (actually this is 0.5.0claws4)
11931
11932 2001-07-13 [alfons]
11933
11934         * po/pt_BR.po
11935                 * fix duplicate message
11936                 * add updated Portugese / Brazilian translation
11937                   submitted by Fabio Junior Beneditto
11938
11939 2001-07-12 [alfons]
11940
11941         * AUTHORS
11942                 add Jens
11943
11944         * po/nl.po
11945                 add updated Dutch translation
11946
11947         * po/de.po
11948                 add updated German translation submitted by Jens
11949
11950 2001-07-11 [alfons]
11951
11952         Prerelease before 0.5.0claws. Please test.
11953         This version is temporarily tagged as VERSION_0_5_0_TEST
11954
11955         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
11956           src/prefs_scoring.c, src/prefs_matcher.c, 
11957           src/prefs_filtering.c, src/mbox.c, 
11958           src/main.c, src/inc.c, src/filtering.[ch]
11959                 revert new Hoa's new matcher (does not work yet)
11960
11961         * src/Makefile.am
11962                 clean up
11963
11964 2001-07-10
11965
11966         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
11967
11968
11969 2001-07-10 [alfons]
11970
11971         * Makefile.am
11972                 add ChangeLog.claws to EXTRA_DIST
11973         * src/Makefile.am
11974                 add matcher_parser_parse.h to EXTRA_DIST
11975
11976 2001-07-10 [christoph]
11977
11978         * src/inc.c
11979                 add destination folder to table of
11980                 folders that need to be updated after
11981                 incorporation
11982
11983 2001-07-10 [alfons]
11984
11985         * folder.[ch]
11986           folderview.c
11987                 make collapse state of folders and folder items persistent, i.e.
11988                 if you collapse a folder tree, the next time sylpheed-claws starts 
11989                 up the folder tree remains collapsed.  
11990                 
11991 2001-07-10 [christoph]
11992
11993         * acconfig.h
11994         * configure.in
11995                 added --enable-ssl
11996         * src/md5.[ch]
11997                 renamed MD5_CTX to MD5_CTX_syl
11998                 conflicts with a struct in openssl
11999         * src/inc.c
12000         * src/main.[ch]
12001         * src/prefs_account.[ch]
12002         * src/socket.[ch]
12003                 SSL support for POP
12004         * src/mainwindow.c
12005                 fixed compose with current account
12006                 broken by new compose button stuff
12007
12008 2001-07-09 [hoa]
12009
12010         * AUTHORS
12011                 changed my email address
12012
12013         * src/matcher_parser_parse.y
12014                 clean the parser to remove conflicts
12015
12016 2001-07-09 [alfons]
12017
12018         * AUTHORS
12019                 add Match Grun
12020
12021         * configure.in
12022                 fix incorrect description of --enable-ldap parameter
12023
12024         * src/prefs_common.[ch]
12025           src/compose.c
12026                 add experimental option "smart wrapping" which makes the
12027                 compose editor auto wrap.
12028                 
12029                 | TODO: the problem with the buggy cursor handling is caused |
12030                 | by the GtkText. when deleting / backspacing text its       |
12031                 | wrapping algorithm does not take in account the previous   |
12032                 | line. should find a way to hack this in.                   |
12033                 | or should perhaps combine this with the word wrapping      |
12034                 | patch i wrote in january.                                  |
12035
12036         * src/about.c
12037                 show build parameters for LDAP and JPilot
12038
12039         * src/summaryview.c
12040                 revert Christoph's bugfix for selecting next unread message, 
12041                 because folder stats aren't updated correctly
12042
12043 2001-07-08 [hoa]
12044
12045         * src/filtering.c
12046         * src/mainwindow.c
12047         * src/matcher.c
12048         * src/matcher_parser_lex.l
12049         * src/matcher_parser_parse.y
12050         * src/prefs_filtering.c
12051         * src/prefs_scoring.c
12052         * src/scoring.c
12053                 bugfix of the config file parser
12054
12055 2001-07-08 [alfons]
12056
12057         * src/Makefile.am
12058                 added generated matcher sources to BUILT_SOURCES
12059
12060 2001-07-08 [hoa]
12061
12062         * src/Makefile.am
12063         * src/.cvsignore
12064                 added new config file parser
12065
12066         * src/scoring.[ch]
12067         * src/filtering.[ch]
12068         * src/matcher.[ch]
12069         * src/prefs_filtering.c
12070         * src/prefs_matcher.c
12071         * src/prefs_scoring.c
12072         * added src/matcher_parser.h
12073         * added src/matcher_parser_lex.h
12074         * added src/matcher_parser_lex.l
12075         * added src/matcher_parser_parse.y
12076                 lex & yacc config file parser
12077
12078         * src/mbox.c
12079         * src/inc.c
12080         * src/main.c
12081                 changes prefs_filtering into global_filtering           
12082
12083         * src/summaryview.c
12084                 build threads with subjects only if "Re: " is at the
12085                 beginning of the subject
12086
12087 2001-07-07 [paul]
12088
12089         0.5.0claws
12090
12091         sync with sylpheed 0.5.0
12092                 change of version number only
12093
12094 2001-07-06 [paul]
12095
12096         0.5.0claws5
12097
12098         sync with sylpheed 0.5.0pre5
12099
12100 2001-07-05 [paul]
12101
12102         sync with sylpheed 0.5.0pre4 release
12103                 /po and /manual/ja not sync'ed
12104
12105 2001-07-04 [paul]
12106
12107         more sync with sylpheed 0.5.0pre4
12108
12109 2001-07-03 [christoph]
12110
12111         * src/addressbook.c
12112                 fixed address book broken by address book
12113                 for VCard, JPilot, LDAP
12114
12115 2001-07-03 [alfons]
12116
12117         * src/matcher.c
12118         * src/textview.c
12119                 stopped memory leaks
12120
12121 2001-07-03 [paul]
12122
12123         more sync with sylpheed 0.5.0pre4
12124
12125 2001-07-02 [match]
12126
12127         * included address book patch for VCard, JPilot, LDAP
12128         * pref_common.c - fixed Font options on Display tab (cosmetic)
12129         * alertpanel.c - fixed truncated message
12130
12131 2001-07-02 [christoph]
12132
12133         * src/mbox_folder.c
12134         * src/procmsg.[ch]
12135         * src/summaryview.c
12136                 mark threads for ignoring
12137
12138 2001-07-02 [paul]
12139
12140         0.5.0claws4
12141
12142         * sync with sylpheed 0.5.0pre4
12143                 updated gettext to 0.10.38.
12144
12145 2001-07-01 [paul]
12146
12147         * src/ mainwindow.c
12148         * src/procmsg.h
12149         * src/summaryview.[ch]
12150                 new right-click option: Label.
12151                 substitute for 'Mark-->Mark/Unmark', colours the line.
12152                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
12153
12154 2001-07-01 [christoph]
12155
12156         * src/folderview.c
12157                 fixed font for trash
12158         * src/summaryview.c
12159                 move ctree to unread message
12160
12161 2001-07-01 [paul]
12162
12163         * sync with sylpheed 0.5.0pre3 release
12164
12165 2001-06-30 [alfons]
12166
12167         * src/filesel.[ch]
12168         * src/compose.c
12169                 allow inserting / attaching multiple files in
12170                 the composer window
12171
12172 2001-06-30 [paul]
12173
12174         * src/codeconv.c
12175                 small change to Alfons' previous stuff so that it
12176                 actually makes
12177
12178 2001-06-30 [alfons]
12179
12180         * lots of files changed; first attempt to merge the changes
12181           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
12182
12183 2001-06-30 [paul]
12184
12185         * po/pt_BR.po
12186                 updated and completed, translations by Fabio
12187                 Junior Beneditto <fjbeneditto@yahoo.com.br>
12188
12189 2001-06-29 [alfons]
12190
12191         * src/compose.c
12192         * src/mimeproc.[ch]
12193                 allow selecting an attached files' mime type from a 
12194                 list of types.
12195
12196 2001-06-29 [paul]
12197
12198         * more sync with sylpheed 0.5.0pre3
12199
12200 2001-06-29 [paul]
12201
12202         * po/pt_BR.po
12203                 merge with sylpheed.pot and pt_BR.po provided by
12204                 Fabio Junior Beneditto.
12205
12206 2001-06-29 [darko]
12207
12208         * src/procmime.c
12209                 make MIME types case insensitive
12210
12211 2001-06-28 [alfons]
12212
12213         * po/nl.po
12214                 merge with sylpheed.pot and old nl.po; translations added.
12215
12216 2001-06-28 [paul]
12217
12218         * more sync with sylpheed 0.5.0pre3
12219
12220 2001-06-27 [alfons]
12221
12222         * src/summaryview.c
12223                 don't crash when removing parent node of messages
12224                 attracted by subject. this was caused by not deleting
12225                 the parent node from the subject line hash table.
12226
12227 2001-06-27 [alfons]
12228
12229         * src/summaryview.c
12230         * src/compose.[ch]
12231         * src/mainwindow.c
12232                 if there are multiple messages selected, allow forwarding
12233                 them as attachments.
12234
12235 2001-06-27 [paul]
12236
12237         * more sync with sylpheed 0.5.0pre3
12238
12239 2001-06-26 [paul]
12240
12241         0.5.0claws3
12242
12243         * sync with sylpheed 0.5.0pre3
12244
12245 2001-06-25 [paul]
12246
12247         * src/mainwindow.c
12248                 fixed 'compose news article' bug
12249                 from icon-and-text toolbar
12250
12251 2001-06-25 [paul]
12252
12253         * sync with sylpheed 0.5.0pre2 release
12254
12255 2001-06-24 [christoph]
12256
12257         * src/prefs_common.c
12258                 bug fix in font selection
12259         * src/folderview.c
12260                 use sylpheed's normal font instead of
12261                 gtk default font for folders without
12262                 new messages
12263
12264 2001-06-24 [alfons]
12265
12266         * src/mainwindow.[ch]
12267                 added composite compose mail / news button (an idea by Leandro
12268                 Pereira <leandro@linuxmag.com.br>)
12269
12270 2001-06-24 [paul]
12271
12272         Added instructions for ldif-to-xml.py
12273
12274         * tools/README
12275
12276 2001-06-23 [alfons]
12277
12278         Some minor things.
12279
12280         * src/pixmaps/stock_news_compose.xpm
12281                 added pixmap by Leandro
12282         * src/prefs_common.c
12283                 tested built-in spelling checker of GCC 3.0 :)
12284         * po/nl.po
12285                 merged dutch translation of sylpheed-main with
12286                 sylpheed.pot
12287
12288 2001-06-23 [paul]
12289
12290         Added tools directory and files.
12291
12292         * tools/filter_conv.pl
12293                 converts old filter system to new filtering system
12294         * tools/ldif-to-xml.py
12295                 converts netscape addressbook to sylpheed addressbook
12296         * tools/README
12297                 descriptions/instructions for above two files
12298
12299 2001-06-23 [christoph]
12300
12301         * src/inc.c
12302         * src/manage_window.[ch]
12303         * src/prefs_common.[ch]
12304                 mail retrieval dialog can be enabled, disabled
12305                 or hidden if non of sylpheed's windows is active
12306
12307 2001-06-22 [paul]
12308
12309         0.5.0claws2
12310
12311         * sync with sylpheed 0.5.0pre2
12312
12313 2001-06-21 [christoph]
12314
12315         * src/summaryview.c
12316                 show recipient on 'from' for all accounts
12317                 
12318         * src/inc.c
12319         * src/prefs_common.[ch]
12320                 disable error popup on mail receive errors
12321
12322 2001-06-21 [alfons]
12323
12324         * src/compose.c
12325                 made the ruler correctly appear and disappear.
12326
12327         * src/Makefile.am
12328                 removed Hoa's work-in-progress-stuff (interesting!) so 
12329                 claws compiles ok.
12330
12331 2001-06-20 [christoph]
12332
12333         * src/inc.c
12334         * src/progressdialog.c
12335                 added scrolled window for list in progressdialog
12336
12337 2001-06-20 [paul]
12338
12339         sync with sylpheed 0.5.0pre1 release
12340
12341 2001-06-20 [christoph]
12342
12343         * src/summeryview.c
12344                 make building threads by subject work when
12345                 thread view is enabled
12346                 
12347         * src/compose.c
12348         * src/prefs_common.[ch]
12349                 automatically select account for mail replys
12350
12351 2001-06-19 [sergey]
12352
12353         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
12354         they are filled in from the account settings.
12355
12356 2001-06-19 [paul]
12357
12358         * more sync with sylpheed 0.5.0pre1
12359
12360 2001-06-18 [alfons]
12361
12362         * src/Makefile.am,
12363           src/procmime.c
12364                 added --sysconfdir to CPPFLAGS for pointing to the correct
12365                 location of mime.types. 
12366
12367                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
12368                 or ./configure!
12369
12370 2001-06-18 [hoa]
12371
12372         * src/summaryview.c
12373                 fixed some bug when building threads
12374
12375 2001-06-18 [pau]l
12376
12377         * src/prefs_account.c
12378                 UI stuff: More changes to the English
12379
12380 2001-06-18 [paul]
12381
12382         * src/pixmaps/stock_news_compose.xpm: new file
12383         * src/Makefile.am
12384         * src/mainwindow.c
12385         * src/summaryview.c
12386                 Added new icon for Hoa's 'compose a news
12387                 message', plus minor improvements to the
12388                 English
12389
12390         * po/ja.po
12391         * ChangeLog
12392         * ChangeLog.jp
12393                 more sync with sylpheed 0.5.0pre1
12394
12395 2001-06-18 [hoa]
12396
12397         * src/compose.[ch]
12398         * src/mainwindow.c
12399                 Follow-up and reply to
12400
12401         * src/summaryview.[ch]
12402                 Build threads also with subjects
12403
12404 2001-06-17 [hoa]
12405
12406         * src/compose.c
12407                 forwarding use the current account.
12408
12409         * src/mainwindow.c
12410                 the "compose message" button has been replaced with
12411                 "new mail" and "new news" buttons
12412
12413         * src/prefs_common.[ch]
12414                 added a configuration option to use the forward button
12415                 as "forward as attachment"
12416                 changed reply and forward format description
12417
12418         * src/quote_fmt_lex.l
12419         * src/quote_fmt_parse.y
12420                 added message with no signature in format for reply
12421                 and forward.
12422
12423 2001-06-17 [paul]
12424
12425         Minor UI stuff
12426
12427         * src/mainwindow.c
12428         * src/summaryview.c
12429                 Improvements to the English
12430
12431         * src/prefs_common.c
12432                 Improvements to the English and some
12433                 clarity/continuity improvements in the
12434                 description of Quote symbols.
12435
12436 2001-06-17 [paul]
12437
12438         0.5.0claws1
12439
12440         * sync with sylpheed 0.5.0pre1
12441
12442 2001-06-17 [hoa]
12443
12444         * src/compose.c
12445                 Better interface for compose, displayed fields
12446                 are updated whenever we change account.
12447                 Newsgroups field is automatically filled.
12448
12449         * src/mainwindow.c
12450                 Newsgroups field is automatically filled.
12451
12452         * src/prefs_account.c
12453                 Some interface stuff when fields appear and
12454                 disappear.
12455
12456 2001-06-16 [paul]
12457
12458         0.4.99claws
12459
12460         * sync with sylpheed 0.4.99
12461
12462 2001-06-16 [sergey]
12463
12464         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
12465         base64_decoder_free, base64_decoder_decode): new object and
12466         functions for decoding base64 streams.
12467         * src/procmime.c (procmime_decode_content): modified to use the
12468         new base64 decoder.
12469
12470 2001-06-15 [paul]
12471
12472         0.4.99claws10
12473
12474         * sync with sylpheed 0.4.99cvs11
12475
12476 2001-06-13 [paul]
12477
12478         0.4.99claws9
12479
12480         * sync with sylpheed 0.4.99cvs9
12481
12482 2001-06-13 [hoa]
12483
12484         * src/compose.c
12485         * src/prefs_account.c
12486
12487                 SMTP server can be defined in the news account
12488                 mime type of attachment are kept.
12489
12490         * src/summaryview.c
12491
12492                 now choose the highest important score between default
12493                 and important score of folder.
12494
12495 2001-06-09 [alfons]
12496         
12497         * src/prefs_common.c: 
12498
12499                 (prefs_quote_description_create): corrected description of 
12500                 quote format characters
12501
12502 2001-06-09 [paul]
12503
12504         0.4.99claws8
12505
12506         * sync with sylpheed 0.4.99cvs8
12507
12508 2001-06-08 [sergey]
12509
12510         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
12511         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
12512
12513 2001-06-08 [paul]
12514
12515         0.4.99claws7
12516
12517         * sync with sylpheed 0.4.99cvs7
12518
12519 2001-06-06 [sergey]
12520
12521         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
12522         clashes with autogenerated header).
12523         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
12524         * src/Makefile.am: added quote_fmt.h.
12525         * src/.cvsignore: added lex/yacc autogenerated files
12526         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
12527
12528 2001-06-06 [paul]
12529
12530         0.4.99claws6
12531
12532         * sync with sylpheed 0.4.99cvs6
12533
12534 2001-06-06 [hoa]
12535
12536         * added src/quote_fmt_parse.h
12537         * src/compose.c
12538                 removed warnings
12539
12540         * src/prefs.[ch]
12541                 don't modify readonly configuration files
12542
12543         * src/prefs_account.c
12544         * src/prefs_common.c
12545         * src/prefs_customheader.c
12546         * src/prefs_display_header.c
12547         * src/prefs_filter.c
12548         * src/prefs_filtering.c
12549         * src/prefs_scoring.c
12550                 don't open dialog box when configuration files
12551                 are readonly
12552
12553 2001-06-05 [sergey]
12554
12555         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
12556
12557         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
12558         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
12559         BUILT_SOURCES to make all files rebuild properly.
12560
12561         * src/compose.c: removed #include "quote_fmt.tab.h".
12562
12563         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
12564         CHARACTER value in yylval.
12565
12566         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
12567         receive CHARACTER value by documented means (yylval).
12568
12569         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
12570
12571 2001-06-05 [hoa]
12572
12573         * src/Makefile.am
12574                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
12575
12576         * src/filtering.c
12577         * src/matcher.c
12578         * src/matcher.h
12579         * src/prefs_filtering.c
12580                 now keep the configuration for execute action
12581
12582         * src/mbox_folder.c
12583                 fixed a warning
12584
12585 2001-06-05 [paul]
12586
12587         * sync with sylpheed 0.4.99cvs5
12588
12589 2001-06-05 [hoa]
12590
12591         * src/Makefile.am
12592                 added quote_fmt.[ch]
12593
12594         * added src/quote_fmt.y
12595         * added src/quote_fmt.l
12596         * added src/quote_fmt.tab.h
12597         * added src/quote_fmt.tab.c
12598         * added src/lex.quote_fmt.c
12599                 parsing configuration for replying
12600                 and forwarding
12601
12602         * src/prefs_common.[ch]
12603                 added configuration UI for replying
12604                 and forwarding
12605
12606         * src/compose.c
12607                 using configuration for replying
12608                 and forwarding
12609
12610 2001-06-04 [hoa]
12611
12612         * src/filtering.c
12613         * src/matcher.c
12614         * src/matcher.h
12615         * src/prefs_filtering.c
12616         * src/prefs_matcher.c
12617         * src/prefs_matcher.h
12618                 action "run a command" for filtering
12619                 and matching with a command.
12620                 fixed the "whole message" matching
12621
12622         * src/mbox_folder.c
12623                 changed temporary filename for security
12624
12625         * src/messageview.c
12626                 queue the notification if it fails to send.
12627
12628         * src/prefs_common.c
12629         * src/prefs_folder_item.c
12630                 changed the default important score             
12631
12632         * src/prefs_scoring.c
12633         * src/scoring.c
12634                 hide kill score input when the folder is not
12635                 a newsgroup
12636
12637 2001-06-03 [alfons]
12638
12639         * src/prefs_common.c:
12640
12641                 (prefs_font_select): pass font name in font entry box to font
12642                 selection dialog.
12643
12644 2001-06-03 [sergey]
12645
12646         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
12647
12648 2001-06-03 [paul]
12649
12650         * sync with sylpheed 0.4.99cvs4
12651
12652 2001-06-03 [alfons]
12653
12654         * src/headerwindow.c:
12655
12656                 (headerwindow_show_cb): use the selected summary view item, not
12657                 the displayed item.
12658
12659 2001-06-02 [alfons]
12660
12661         * src/headerwindow.c:
12662
12663                 (headerwindow_show_cb): always try to show msginfo
12664
12665 2001-06-02 [hoa]
12666
12667         * src/compose.c
12668                 keep attached parts when reediting or forwarding.
12669
12670 2001-06-01 [hoa]
12671
12672         * src/folderview.c
12673         * src/prefs_folder_item.[ch]
12674         * src/prefs_scoring.[ch]
12675         * src/scoring.[ch]
12676         * src/summaryview.[ch]
12677         * src/main.c
12678         * src/mainwindow.c
12679         * src/prefs_common.[ch]
12680                 support for folder scoring
12681                 kill score and important score for messages
12682         
12683         * src/prefs_account.c
12684                 some display bug fixed for local account
12685                 preferences
12686
12687 2001-05-31 [alfons]
12688
12689         * src/summaryview.c:
12690
12691                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
12692                 sender to address book menu item is disabled.
12693
12694 2001-05-30 [hoa]
12695
12696         * src/filtering.[ch]
12697         * src/summaryview.c
12698                 handling summary menu / filter messages
12699
12700         * src/folder.[ch]
12701                 add some stuff
12702
12703         * src/foldersel.c
12704                 imap folders now appears in list
12705
12706         * src/mbox_folder.c
12707                 doesn't crash if destination mail is not writeable
12708
12709 2001-05-29 [hoa]
12710
12711         * src/compose.c
12712                 removed some warnings
12713
12714         * src/filtering.c
12715         * src/folder.[ch]
12716         * src/prefs_filtering.c
12717                 global string to identify any folders           
12718                 removed some debug info
12719                 filtering to mbox folders is now possible
12720
12721         * src/mainwindow.c
12722                 removed some warnings
12723
12724         * src/mbox_folder.c
12725                 permission on files are changed to read/write for user only,
12726                 nothing for other.
12727                 creation of subfolder is handled better.
12728
12729 2001-05-28 [alfons]
12730
12731         Verified the sync for src/prefs_common.[ch] and
12732         src/prefs_account.[ch]. I believe there were some
12733         minor indentation differences.
12734
12735 2001-05-28 [paul]
12736
12737         0.4.99claws3
12738
12739         * sync with 0.4.99cvs3
12740
12741 2001-05-28 [hoa]
12742
12743         * src/compose.c
12744                 handling flags for mbox format
12745
12746         * src/filtering.c
12747                 use of mark file only for MH format
12748                 handling flags for mbox format
12749                 filtering cannot yet move or copy mails to mbox folders.
12750
12751         * src/folder.[ch]
12752                 changed move_msg, copy_msg,
12753                 move_msgs_with_dest, copy_msgs_with_dest functions
12754                 uses only folder->copy_msg() function
12755                 uses folder->finished_copy() to handle the destination
12756                 folder at the end of the copy or move operation.
12757
12758         * src/foldersel.c
12759                 included mbox directories.
12760
12761         * src/folderview.[ch]
12762         * src/mainwindow.c
12763                 handle folders operation for mbox format
12764
12765         * src/mbox.c
12766                 disable conversion of "From " header
12767
12768         * src/mbox_folder.[ch]
12769                 completion of mbox format handling
12770
12771         * src/mh.c
12772                 changed mh_copy_msg() function and
12773                 removed mh_move_msg(), mh_move_msgs_with_dest(),
12774                 mh_copy_msgs_with_dest()
12775
12776         * src/prefs_filtering.c
12777                 removed some warnings
12778
12779         * src/prefs_matcher.c
12780                 default boolean operation is AND
12781
12782         * src/procheader.c
12783                 handling flags for mbox format
12784                 handling of "From " header
12785
12786         * src/procmsg.[ch]
12787                 removed data field
12788                 added MSG_REALLY_DELETED flags to handle deletion of
12789                 messages in mbox format.
12790
12791         * src/summaryview.c
12792                 handling flags for mbox format
12793                 disable the MSG_DELETED flags when messages
12794                 are deleted in mbox format
12795
12796         * src/textview.c
12797                 "From " headers display fixed.
12798
12799 2001-05-27 [alfons]
12800
12801         * src/textview.c:
12802                 
12803                 (get_email_part): skip quoted email addresses, like in e.g.
12804                 "'alfons@proteus.demon.nl'".
12805
12806 2001-05-26 [alfons]
12807
12808         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
12809         and fixing the persistence troubles when using separate windows.
12810
12811         * src/mainwindow.c:
12812         
12813             Added #define SEPARATE_ACTION used in the gtk item factory for 
12814             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
12815                 use gtk_item_factory_get_widget_by_action() to get the items.
12816                 
12817             Removed separate_widget_cb from the gtk item factory data   
12818           
12819             (mainwindow_create): connect separate_widget_cb() to check
12820             menu item "toggled" signal. also passing a MainWindow pointer
12821                 as object data for both check menu items.
12822                 
12823             (separate_widget_cb): definition of separate_widget_cb() to match
12824             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
12825                 window using gtk_object_get_data(). The type of window separation 
12826                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
12827         
12828         * src/prefs_filtering.c,
12829           src/prefs_matcher.c: added horizontal scrollbars
12830
12831 2001-05-25 [darko]
12832
12833         * src/headerview.c
12834                 fix segfault with invalid bold font
12835         * src/summaryview.c
12836                 correctly display summary stats after row is marked
12837
12838 2001-05-23 [sergey]
12839
12840         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
12841         encodings with libjconv.
12842
12843 2001-05-23 [hoa]
12844
12845         * src/Makefile.am
12846                 added mbox_folder.[ch]
12847         * src/defs.h
12848                 mbox temporary folder
12849         * src/folder.[ch]
12850         * added src/mbox_folder.[ch]
12851         * src/folderview.c
12852         * src/procheader.[ch]
12853                 added mbox support
12854         * src/mbox.c
12855                 bugfix for file incorporation filtering
12856         * src/imap.c
12857                 enable creation of MBOX
12858         * src/prefs_display_header.c
12859                 enable use of headers like "From "
12860                 something that should be fixed :
12861                         displaying of such headers add an extra space
12862         * src/prefs_folder_item.c
12863                 don't create folders because it is not necessary
12864         * src/procmsg.h
12865                 added data field to MsgInfo for mbox internal use
12866         * src/summaryview.c
12867                 added some support for mbox
12868         * src/utils.[ch]
12869                 added get_mbox_cache_dir() function
12870
12871 2001-05-23 [hiroyuki]
12872
12873         * src/headerwindow.c
12874           src/inc.c
12875           src/main.c
12876           src/mh.c
12877           src/nntp.c
12878           src/procmsg.h
12879           src/session.h
12880           src/socket.[ch]
12881           src/summaryview.c
12882           src/textview.c
12883           src/automaton.c
12884           src/folderview.c: more sync with 0.4.99cvs2.
12885
12886         * src/headerwindow.c: reverted.
12887
12888 2001-05-22 [paul]
12889
12890         0.4.99claws2
12891
12892         * sync with sylpheed 0.4.99cvs2
12893                 * src/news.[ch]
12894                 * src/nntp.[ch]
12895                 * INSTALL
12896                 * INSTALL.jp
12897
12898 2001-05-22 [alfons]
12899
12900         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
12901
12902 2001-05-21 [alfons]
12903
12904         Minor things:
12905
12906         * configure.in: if gnome-config not found, "no" is displayed
12907         
12908         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
12909
12910         * src/textview.c: now also possible to add mail addresses by right
12911           clicking in the text view
12912
12913         * src/codeconv.c: merged patch which fixes endless loop when encountering
12914           invalid wide characters; from Alte <010@imis.ru>  
12915
12916 2001-05-20 [alfons]
12917
12918         Added installation of gnome specific things:
12919
12920         * Makefile.am: gnome conditional
12921
12922         * configure.in: check for installed gnome
12923
12924         * added sylpheed.png, sylpheed.desktop
12925
12926 2001-05-20 [sergey]
12927
12928         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
12929
12930         * src/mainwindow.h (main_window_toolbar_create): created a button
12931         for "Reply to all".
12932         (main_window_set_toolbar_sensitive): enable/disable the new button
12933         appropriately.
12934         (toolbar_reply_to_author_cb): handle the new button.
12935
12936         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
12937         send_progress_dialog_destroy() on failure (fixes hang on SMTP
12938         failure).
12939
12940 2001-05-19 [sergey]
12941
12942         * src/compose.h (ComposeReplyMode): new modes
12943         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
12944         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
12945
12946         * src/compose.c
12947         (compose_send): move some code into a new function:
12948         (compose_current_mail_account): new function.
12949         (compose_reply): new argument to_author, all callers changed; if
12950         to_author==TRUE and account->protocol==A_NNTP, find and use an
12951         appropriate mail account for replying.
12952         (compose_reply_set_entry): new argument to_author; ignore
12953         compose->replyto if to_author==TRUE.
12954
12955         * src/mainwindow.c: new command "Message/Reply to author".
12956         (main_window_set_menu_sensitive): enable/disable it.
12957         (reply_cb): handle it.
12958
12959         * src/summaryview.c: new command "Reply to author".
12960         (summary_set_menu_sensitive): enable/disable it.
12961         (summary_reply_cb): handle it.
12962
12963         * src/account.c (account_find_mail_from_address): new function.
12964
12965 2001-05-18 [paul]
12966
12967         0.4.99claws1
12968
12969         * sync with sylpheed 0.4.99cvs1
12970
12971 2001-05-18 [hoa]
12972
12973         * src/compose.[ch]
12974         * src/filtering.c
12975         * src/summaryview.c
12976                 new filtering action : forward and forward as attachment
12977
12978         * src/main.c
12979                 no need for $DISPLAY when we run sylpheed --help
12980                 call to parse_cmd_opt() is moved
12981
12982         * src/mainwindow.[ch]
12983                 execute button is hidden when immediate execute
12984                 is chosen
12985
12986         * src/mh.c
12987         * src/news.c
12988         * src/prefs_folder_item.c
12989         * src/procmsg.c
12990                 better handling of missing directories
12991
12992         * src/summaryview.c
12993                 reedit is enabled in outbox
12994                 reedit is enabled in queue
12995
12996 2001-05-17 [hoa]
12997
12998         * src/filtering.c
12999         * src/matcher.[ch]
13000         * src/prefs_filtering.c
13001                 changed attachement into attachment
13002
13003 2001-05-17 [alfons]
13004
13005         0.4.67claws4    
13006
13007         * sync with sylpheed 0.4.67cvs9
13008         * sync with sylpheed 0.4.67cvs7-8
13009
13010 2001-05-17 [hoa]
13011
13012         * src/Makefile.am
13013                 added prefs_filtering.c
13014
13015         * src/filtering.[ch]
13016         * src/matcher.[ch]
13017                 removed action : forward_news and forward_news_as_attachement
13018                 (forward and forward_as_attachement can be used instead)
13019
13020         * src/mainwindow.c
13021                 added menu option to access filtering configuration
13022
13023         * src/prefs_account.c
13024                 changed mail_command default to /usr/sbin/sendmail
13025
13026         * added src/prefs_filtering.[ch]
13027                 dialog box for filtering configuration
13028
13029         * src/prefs_matcher.c
13030                 added function prefs_matcher_get_criteria_from_matching()
13031
13032         * src/prefs_scoring.c
13033                 reset the dialog when register or substitute is clicked
13034
13035 2001-05-15 [hoa]
13036
13037         * src/Makefile.am
13038                 added filtering.[ch]
13039         * src/inc.c
13040                 using filering.[ch] instead of filter.[ch]
13041         * src/main.c
13042                 reading new filtering configuration
13043         * src/matcher.[ch]
13044                 added some filtering actions
13045                 and fixed a bug for headers and mail body matching
13046         * src/mbox.c
13047                 using filering.[ch] instead of filter.[ch]
13048         * src/mh.c
13049                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
13050         * src/summaryview.c
13051                 some fixes for filtering
13052
13053 2001-05-14 [hiroyuki]
13054
13055         * src/send.c: fixed some weird indentations.
13056           send_message_with_command(): call pclose() only if p != NULL.
13057         * src/textview.c: get_email_part(): modified the code for readability.
13058
13059 2001-05-14 [hiroyuki]
13060
13061         * src/md5global.h
13062           src/md5ify.c
13063           src/md5ify.h: removed from the cvs.
13064
13065 2001-05-13 [sergey]
13066
13067         * src/main.c: include rfc2015.h to avoid compiler warnings.
13068         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
13069         the panel is already on screen.
13070         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
13071         closing the alert window by ESC as "No".
13072         * src/prefs_common.c (prefs_interface_create): moved return
13073         receipt check button to the correct place.
13074
13075 2001-03-13 [alfons]
13076
13077         * src/prefs_common.c: 
13078                 moved return receipt check button to the Send tab. (prefs_send_create)
13079                 removed the date format ui related globals. (prefs_display_create)
13080
13081         0.4.67claws3
13082         
13083         * sync with sylpheed 0.4.67cvs5-6
13084
13085 2001-05-13 [paul]
13086
13087         * added Alfons' font selection patch
13088
13089         * src/defs.h
13090         * src/headerwindow.c
13091         * src/prefs_common.c
13092         * src/prefs_common.h
13093
13094 2001-05-13 [hoa]
13095         * src/defs.h
13096                 changed version of cache
13097         * src/matcher.[ch]
13098         * src/prefs_matcher.c
13099                 added additionnal matching criteria
13100         * src/procheader.c
13101         * src/procmsg.[ch]
13102         * src/news.c
13103                 added references in MsgInfo
13104
13105 2001-05-12 [hoa]
13106
13107         * src/defs.h
13108                 prepared some things for new filtering
13109         * src/matcher.[ch]
13110                 added some matching properties
13111                 inreplyto need to be enhanced
13112                 prepared some things for new filtering
13113         * src/messageview.c
13114                 added Return-Receipt-To handling
13115         * src/prefs_folder_item.c
13116                 changed default value to TRUE
13117         * src/prefs_matcher.c
13118                 added some matching properties
13119         * src/prefs_scoring.[ch]
13120                 the scoring dialog is finished
13121         * src/procheader.c
13122                 added Return-Receipt-To handling
13123                 Reference need to be added
13124         * src/procmsg.[ch]
13125                 added Return-Receipt-To handling
13126                 added threadscore to get a better score sorting when
13127                 threads are enabled
13128         * src/summaryview.c
13129                 suppressed a bug when we sort the list
13130                 when no folder is opened.
13131                 better score sorting when threads are enabled
13132
13133 2001-05-12 [alfons]
13134
13135         * reverted previous patch because of potential errors 
13136
13137         0.4.67claws2
13138         
13139         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
13140                 applied "toggle mail-retrieval dialog window" patch submitted 
13141                 by Eric Limpens <eric@qnt.net>
13142
13143         * sync with sylpheed 0.4.67cvs4
13144
13145 2001-05-12 [sergey]
13146
13147         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
13148         some picky compilers.
13149         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
13150         * src/grouplist_dialog.c: include alertpanel.h.
13151         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
13152         fix compile warning.
13153         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
13154         #include "defs.h" before others to prevent the warning of `MIN'
13155         and `MAX' redefinition.
13156
13157 2001-05-11 [hoa]
13158
13159         * src/main.c
13160         * src/messageview.c
13161         * src/prefs_account.c
13162         * src/prefs_display_header.c
13163                 removed warning
13164         * src/Makefile.am
13165                 added prefs_scoring.[ch]
13166         * src/grouplist_dialog.c
13167                 display an error dialog box if the group list
13168                 cannot be fetched.
13169         * src/mainwindow.[ch]
13170                 added main_window_set_thread_option() function
13171                 scoring dialog box enabled
13172         * src/matcher.[ch]
13173                 added flags matching unread /new / marked
13174                 / deleted / replied / forwarded
13175         * src/news.c
13176                 newsgroups are now finally in newscache
13177         * src/prefs_matcher.[ch]
13178                 finished preferences for matching dialog
13179         * added src/prefs_scoring.[ch]
13180                 scoring dialog box completed
13181         * src/scoring.[ch]
13182                 conversion to string : added scoringprop_to_string()
13183                 write config for preferences :
13184                 added prefs_scoring_write_config()
13185         * src/summaryview.c
13186                 threads can be enabled/disabled independently
13187                 for each folder
13188
13189 2001-05-10 [alfons]
13190
13191         0.4.67claws1
13192         
13193         * AUTHORS: 
13194                 thought it would be nice to have a list of all
13195                 contributors (used Changelog as a reference)
13196         
13197         * configure.in: 
13198                 messed up version numbering...
13199
13200         0.4.66claws1
13201
13202         * sync with sylpheed 0.4.67cvs1-3
13203
13204 2001-05-10 [darko]
13205
13206         * src/prefs_common.c:
13207                 better UI for strftime format, double clicking
13208                 on format now inserts the format in text entry
13209                 replaced close button with standard OK/Cancel
13210                 moved date format button to the right of the
13211                 text entry field
13212
13213 2001-05-09 [alfons]
13214
13215         * src/gtkstext.c:
13216                 Ctrl-Home / Ctrl-End have proper cursor navigation
13217
13218 2001-05-09 [hoa]
13219
13220         * src/prefs_matcher.c
13221                 finished UI to define matching properties
13222                 added ok and cancel button
13223         * src/prefs_filter.c
13224                 added ok and cancel button
13225         * src/news.c
13226                 fixed some bug in xhdr parsing
13227
13228 2001-05-08 [alfons]
13229
13230         * src/textview.c: 
13231                 fixed a bug in textview_show_header(), which displayed two colons (':');
13232                 cleaned up some warnings
13233
13234 2001-05-08 [hoa]
13235
13236         * src/Makefile.am
13237                 added prefs_matcher.[ch]
13238                 compilation with -W -Wall
13239         * src/alertpanel.c
13240                 ungrab the mouse events if grabbed - does it
13241                 fix the bug for disposition notification ?
13242         * src/mainwindow.c
13243                 added a menu option to open the matching dialog.
13244         * src/matcher.[ch]
13245                 added matcherprop_to_string() and matcherlist_to_string()
13246                 fixed some bugs, changed the name of some options
13247                 age_sup and age_inf becomes age_greater and age_lower,
13248                 body and messageheaders becomes body_part and headers_part,
13249                 changed the names of constants from SCORING_XXX to MATCHING_XXX
13250         * src/prefs_display_header.c
13251         * src/prefs_headers.c
13252                 fixed a bug that accidentally destroyed dialogs
13253                 when closed them with delete_event
13254                 Added *_deleted() which handle delete_event signal correctly.
13255         * src/prefs_folder_item.[ch]
13256                 added "enable_thread" field for future customization
13257         * added src/prefs_matcher.[ch]
13258                 sample of the UI to define matching properties
13259         * src/procheader.c
13260                 using procheader_headername_equal instead of str*cmp functions
13261                 using procheader_parse_header() function
13262         * src/scoring.c
13263                 using MATCHING_XXX instead of SCORING_XXX
13264         * src/summaryview.c
13265                 display the sender of the news even if this is ourself
13266                 when this is a news message.
13267         * src/textview.c
13268                 using headername_equal() instead of str*cmp functions
13269
13270 2001-05-08 [alfons]
13271
13272         0.4.66claws
13273
13274         * sync with sylpheed 0.4.66
13275         * src/gtkstext.c: trace logs added 
13276
13277 2001-05-08 [sergey]
13278
13279         * src/prefs_common.[ch]: added option to enable/disable GnuPG
13280         signature check popup.
13281         * src/rfc2015.c (check_signature): show signature check popup only
13282         if it is enabled in preferences.
13283
13284 2001-05-07 [alfons]
13285
13286         0.4.66claws4
13287         
13288         * sync with sylpheed 0.4.66cvs6
13289
13290 2001-05-07 [darko]
13291
13292         * src/prefs_common.[ch]: added option to enable/disable
13293           looking up sender name in address book for summary pane
13294         * src/summaryview.c: look up sender in the address book
13295           by using Alfons' address completion code
13296
13297 2001-05-07 [hiroyuki]
13298
13299         * src/inc.h
13300           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
13301           member of Pop3State.
13302         * src/news.c: brought #include "defs.h" before #include <glib.h>
13303           to prevent the warning of `MIN' and `MAX' redefinition.
13304
13305 2001-05-06 [hoa]
13306
13307         * removed src/headers_display.[ch]
13308         * removed src/prefs_display_headers.[ch]
13309         * src/inc.c
13310                 use a temporary file in the user directory for mbox import
13311         * src/news.c
13312                 added XHDR support to get "To" and "Cc" headers
13313                 (in order to match news with to or cc field for
13314                 scoring)
13315                 added function news_parse_xhdr() to get XHDR response
13316         * src/nntp.[ch]
13317                 added function nntp_xhdr()
13318         * src/matcher.c
13319                 fetch the message if necessary
13320
13321 2001-05-06 [alfons]
13322
13323         0.4.66claws3
13324
13325         * sync with sylpheed 0.4.66cvs3-5
13326
13327 2001-05-06 [hoa]
13328
13329         * src/utils.[ch]
13330                 added function itos_buf() to enable use of several buffers
13331         * src/summaryview.c
13332                 use of itos_buf() instead of itos() in summary list
13333                 to fix the broken display of message number.
13334
13335 2001-05-06 [alfons]
13336
13337         * src/gtkstext.c: bug in cursor up navigation fixed,
13338                 fixed another unsigned / signed comparison (we're getting there :-)
13339
13340 2001-05-06 [hoa]
13341
13342         * src/Makefile.am
13343                 added scoring.c scoring.h
13344                 prefs_folder_item.c prefs_folder_item.h
13345                 matcher.c matcher.h
13346         * src/defs.h
13347                 added FOLDERITEM_RC SCORING_RC
13348         * src/folder.[ch]
13349                 added prefs field in FolderItem :
13350                 properties for each folder (PrefsFolderItem),
13351                 sorting type and mode were added as the first properties.
13352         * src/main.c
13353                 read config for scoring
13354         * added src/matcher.[ch]
13355                 gives functions to parse configuration file to do
13356                 matching on mails with a list of conditions.
13357         * src/mainwindow.c
13358                 add option to sort by score
13359         * src/prefs_common.[ch]
13360                 added preference option to show score and for
13361                 the score column size
13362         * added src/prefs_folder_item.[ch]
13363                 properties for each folder (PrefsFolderItem),
13364                 sorting type and mode were added as the first properties.
13365         * src/procheader.[ch]
13366                 added procheader_parse_header()
13367                 added procheader_header_free()
13368                 added procheader_headername_equal()
13369                 and made modification to use them.
13370         * src/procmsg.[ch]
13371                 added score field to MsgInfo structure
13372         * added src/scoring.[ch]
13373                 gives functions to parse configuration file to do
13374                 scoring on mails with a list of conditions.
13375         * src/summaryview.[ch]
13376                 save the sorting type and mode for the folder
13377                 added column to display the score of the mail
13378                 added function summary_score_clicked()
13379                 sorting type and mode are restored to the folder
13380                 when it is reopen
13381         * src/textview.c
13382                 use procheader_parse_header(), procheader_headername_equal()
13383                 removed memory leak in text_scan_header when freeing headers
13384         * src/filter.c
13385                 changed the function to match names of headers
13386                 using procheader_headername_equal()
13387
13388         Scoring functions are implemented, an interface is needed
13389         to configure that.
13390
13391 2001-05-04 [alfons]
13392
13393         * src/gtkstext.c: 
13394                 hopefully fixed the row up navigation bug,
13395                 removed adding back / forward lines to cache
13396
13397 2001-05-04 [sergey]
13398
13399         * src/prefs_display_headers.c: user interface changes:
13400         (prefs_display_headers_create): remove unused "Show" check button;
13401         allow reordering of headers by dragging.
13402         (prefs_display_headers_write_config): remove unused variables.
13403         (prefs_display_headers_set_dialog): do not insert "(New)" at top
13404         of lists (not needed with the new UI).
13405         (prefs_display_headers_set_list): scan lists starting from row 0,
13406         not 1 (do not skip "(New)").
13407         (prefs_display_headers_find_header): new function.
13408         (prefs_display_headers_clist_set_row): do not allow duplicates.
13409         (prefs_display_headers_delete_cb): do not skip row 0; treat
13410         closing the alert window by ESC as "No".
13411         (prefs_display_headers_up): do not protect row 0.
13412         (prefs_display_headers_down): do not protect row 0.
13413
13414 2001-05-04 [sergey]
13415
13416         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
13417         functions.
13418
13419         * src/summaryview.c
13420         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
13421         summary_select_next_marked, summary_select_prev_marked): new
13422         functions.
13423
13424 2001-05-03 [sergey]
13425
13426         * src/news.c: fixed a bug when no article can be fetched after
13427         server timeout if the connection was restored by news_post():
13428         (news_select_group): new function.
13429         (news_fetch_msg): call news_select_group() before fetching
13430         article.
13431         (news_get_uncached_articles): set session->group after successful
13432         GROUP command.
13433
13434 2001-05-03 [hoa]
13435
13436         * src/defs.h
13437         * src/procmsg.[ch]
13438         * src/procheader.c
13439                  changed version of cache, added cc field
13440
13441         * src/prefs_display_headers.c
13442                 the interface was changed
13443
13444         * src/prefs_headers.c
13445                 added cancel button
13446
13447 2001-05-03 [alfons]
13448
13449         * completed sync of sylpheed cvs2
13450         * src/gtkstext.c: updated row up / down cursor navigation
13451         * src/textview.c: re-edited, prepared for fixing the email address
13452                 scanner.
13453
13454 2001-05-03 [darko]
13455
13456         * src/prefs_common.c: use alfons' strftime ui code
13457         entry_datefmt and datefmt_sample widgets have to be
13458         global in this module because of this change
13459
13460 2001-05-03 [hoa]
13461
13462         * src/messageview.c
13463         * src/prefs_common.[ch] added option to activate the return receipt
13464                 feature.
13465
13466 2001-05-02 [alfons]
13467
13468         * src/gtkstext.c: fix for row up/down cursor navigation. 
13469
13470         0.4.66claws2
13471         
13472         * sync with 0.4.66cvs2
13473
13474 2001-05-02 [paul]
13475
13476         added add-sender-to-addressbook patch
13477
13478         * src/addressbook.c
13479         * src/addressbook.h
13480         * src/summaryview.c
13481
13482 2001-05-02 [sergey]
13483
13484         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
13485         G_ALERTDISABLE.
13486
13487         * src/alertpanel.c (alertpanel_create): new argument can_disable,
13488         all existing callers changed to pass FALSE; create a check button
13489         to disable the message.
13490         (alertpanel_message_with_disable): new function.
13491         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
13492         (alertpanel_button_toggled): new function.
13493         (alertpanel_button_clicked, alertpanel_close): set value using
13494         G_ALERT_VALUE_MASK.
13495
13496         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
13497
13498         * src/prefs_common.c (prefs_privacy_create): new check button
13499         checkbtn_gpgme_warning.
13500
13501         * src/main.c (main): moved preferences reading before gpgme
13502         initialization; check prefs_common.gpgme_warning before giving the
13503         GnuPG warning and set it to FALSE if the user wants to disable the
13504         warning.
13505
13506 2001-05-02 [hiroyuki]
13507
13508         * src/prefs_display_headers.c: modified the layout and some labels.
13509
13510 2001-05-02 [sergey]
13511
13512         * src/prefs_account.c (prefs_account_fix_size): new function.
13513         (prefs_account_create): call prefs_account_fix_size(); use
13514         gtk_widget_show instead of gtk_widget_show_all (fixes too large
13515         size when the window is shown for the first time).
13516         (prefs_account_basic_create): changed layout of serv_table; moved
13517         localmbox_entry above smtpserv_entry (logically it replaces
13518         POP3/IMAP server).
13519         (prefs_account_protocol_activated): set sensitivity of
13520         nntpauth_chkbtn according to the protocol (in addition to
13521         hide/show); commented out gtk_table_set_row_spacing() calls.
13522         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
13523         not sensitive (fixes a bug with disabled username/password boxes
13524         when editing POP3 account after NNTP with authentication).
13525
13526 2001-05-02 [hoa]
13527
13528         * src/account.c
13529         * src/inc.c
13530         * src/prefs_account.[ch]
13531         * src/send.c
13532                 removed local account without SMTP server
13533                 added option to use mail command instead of a connexion
13534                 to SMTP server when a local account is used
13535         * src/prefs_headers.c
13536                 fixed a bug
13537         * src/news.c
13538                 fixed a bug when connexion immediately closed
13539
13540 2001-05-01 [alfons]
13541
13542         0.4.66claws1
13543         
13544         * sync with 0.4.65
13545
13546 2001-05-01 [sergey]
13547
13548         * src/prefs_account.c (Basic, prefs_account_basic_create): new
13549         widget nntpauth_chkbtn.
13550         (prefs_account_protocol_activated): handle nntpauth_chkbtn
13551         visibility.
13552         (prefs_account_nntpauth_toggled): new function.
13553
13554         * src/news.c (news_session_new_for_folder): use NNTP
13555         authentication only if ac->use_nntp_auth is set.
13556
13557 2001-05-01 [hoa]
13558
13559         * src/Makefile.am changed headers.[ch] in customheader.[ch]
13560         * src/prefs_display_headers.c changed the UI
13561         * src/prefs_headers.c changed account_name to account_id
13562         * src/compose.c using customheader.h
13563
13564 2001-05-01 [hiroyuki]
13565
13566         * src/esmtp.c
13567           src/news.c
13568           src/nntp.c: changed sock_read() to sock_gets(), they've been left
13569           unsynched.
13570
13571 2001-05-01 [hoa]
13572
13573         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
13574         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
13575                 for displaying of headers
13576         * src/grouplist_dialog.[ch] minor changes to remove warnings
13577         * src/prefs_display_headers.[ch] dialog to choose the
13578         headers to display in the mail viewer.
13579         * src/headers.h correction of #define
13580         * src/headers_display.[ch] configuration for displaying of headers.
13581         * src/main.c read config of displaying of headers
13582         * src/prefs_common.c add a button to access the config dialog
13583                 for displaying of headers
13584         * src/prefs_display_headers.[ch] dialog for configuration for
13585                 displaying of the headers.
13586         * src/prefs_headers.c cleaning of code
13587         * src/procheader.c comments added to code
13588         * src/textview.c changes to reorder the headers depending
13589                 on the config for displaying of headers
13590
13591 2001-04-30 [alfons]
13592
13593         0.4.65claws7
13594
13595         * sync with 0.4.65cvs12
13596
13597         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
13598
13599 2001-04-30 [sergey]
13600
13601         * src/nntp.h (NNTPSockInfo): new field auth_failed.
13602
13603         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
13604         is set to force reconnection after authentication failure.
13605         (nntp_gen_command): set sock->auth_failed on authentication
13606         failure, or if sock->userid and sock->passwd are not set.
13607
13608         * src/news.c (news_session_new_for_folder): set userid=NULL if
13609         password dialog is cancelled.
13610
13611 2001-04-30 [sergey]
13612
13613         * src/nntp.h (NNTPSockInfo): new type.
13614
13615         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
13616         SockInfo.
13617         (nntp_open_auth, nntp_close): new functions.
13618         (nntp_gen_command): new function to handle authentication; all
13619         NNTP command functions updated to use it.
13620         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
13621         (nntp_list): removed old useless code.
13622
13623         * src/news.h (NNTPSession): new field nntp_sock.
13624
13625         * src/news.c: all functions updated to use NNTPSockInfo instead of
13626         SockInfo.
13627         (news_session_new): new arguments (userid, passwd); made static;
13628         use nntp_open_auth() if needed.
13629         (news_session_destroy): use nntp_close() instead of sock_close().
13630         (news_query_password): changed arguments.
13631         (news_session_new_for_folder): new function.
13632         (news_session_get): use news_session_new_for_folder().
13633         (news_authenticate): deleted.
13634         (news_get_uncached_articles): removed old authentication code.
13635
13636 2001-04-30 [sergey]
13637
13638         * src/news.c: reverted my previous changes (need to do NNTP
13639         authentication in a cleaner way).
13640         
13641 2001-04-29 [sergey]
13642
13643         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
13644         news_nntp_post, news_nntp_mode): new functions (wrappers with
13645         authentication support).
13646         (news_get_article_cmd, news_get_article, news_get_header): new
13647         argument "folder"; all callers changed.
13648         (news_get_article_cmd): added authentication support.
13649         (news_session_get): use news_nntp_mode() instead of nntp_mode().
13650         (news_post): use news_nntp_post() instead of nntp_post().
13651         (news_get_uncached_articles): use news_nntp_group() instead of
13652         nntp_group() and news_nntp_xover() instead of nntp_xover();
13653         removed old authentication code.
13654         (news_get_group_list): use news_nntp_list() instead of nntp_list().
13655
13656         * src/nntp.c (nntp_list): return real error code instead of
13657         hardcoded NN_ERROR.
13658
13659 2001-04-29 [sergey]
13660
13661         * configure.in: fixed wint_t typedef detection again
13662
13663 2001-04-28 [hoa]
13664
13665         * src/prefs_account.[ch], added A_LOCAL_CMD
13666                 (send mail with mail command)
13667         * src/send.c added function send_message_with_command()
13668         * src/inc.c made a more secure get_spool() function with
13669                 mktemp() but maybe mkstemp() or something more
13670                 secure can be used.
13671
13672 2001-04-28 [alfons]
13673
13674         * src/textview.c, colorization of email addresses in headers
13675
13676         0.4.65claws6
13677
13678         * bug sync with sylpheed
13679         * prefs_common.c: created date format ui for darko
13680         * sync with 0.4.65cvs11
13681         * configure.in: corrected to have the new gpg checks
13682
13683 2001-04-27 [alfons]
13684
13685         * completed sync with 0.4.65cvs10
13686         * minor debug things added to gtkstext.c
13687
13688 2001-04-27 [darko]
13689
13690         * configure.in: remove check for availability of
13691           strftime() as advised by Hiroyuki
13692         * src/prefs_common.[ch], src/procheader.c:
13693           synch strftime() code with Hiroyki's main branch
13694
13695 2001-04-26 [sergey]
13696
13697         * src/news.c: news_query_password(), news_authenticate(): new
13698           functions.
13699           news_get_uncached_articles(): added NNTP authentication
13700           handling.
13701         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
13702           new functions.
13703         * src/prefs_account.c: prefs_account_protocol_activated():
13704           enable userid and password fields for NNTP.
13705
13706 2001-04-26
13707
13708         * configure.in: check for availability of strftime()
13709           [darko]
13710         * src/prefs_common.[ch], src/procheader.c: use
13711           strftime() for displaying date in summary pane if it
13712           is available
13713
13714 2001-04-25
13715
13716         * more .cvsignore cleanups [alfons]
13717
13718 2001-04-25
13719
13720         * ac/sv-check-type.m4: new autoconf macro.
13721         * configure.in: fixed wint_t typedef detection (did not work
13722           with gcc-2.96).
13723
13724 2001-04-25
13725
13726         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
13727           [hiroyuki]
13728
13729 2001-04-24
13730         * modified gtkstext.c : buggy cursor navigation fixed, 
13731           and font descent also taken in account when drawing
13732           cursor. [alfons]
13733
13734 2001-04-24 [hoa]
13735         * added comments in src/news.c src/nntp.c
13736         * added src/prefs_headers.[ch]
13737         * added src/headers.[ch]
13738         * modified compose.c to activate custom headers
13739                 added function is_in_custom_headers
13740         * modified prefs_account.[ch]
13741                 added function prefs_account_customhdr_edit
13742         * modified src/defs.h :
13743                 added HEADERS_RC : name of the config file
13744                 for the custom headers
13745
13746 2001-04-24
13747
13748     0.4.65claws5
13749
13750         * configure.in
13751           src/gtkstext.[ch]
13752           src/compose.c
13753           src/Makefile.am
13754           
13755           added gtkstext with configure.in patch by Hiroyuki which
13756           should fix the XIM detection [alfons]
13757
13758         * more clean up of cvs [alfons]
13759
13760                  * removed all Makefile.in files to attic.
13761
13762                  * updated all .cvsignores to really ignore things that could
13763                    be unintentionally committed by a recursive commit.
13764
13765 2001-04-23 [hoa]
13766         * added src/grouplist_dialog.[ch]
13767         * changed src/folderview.c to call grouplist_dialog instead
13768                 of inputdialog
13769         * src/news.c :
13770                 added functions news_reset_group_list
13771                 and news_get_group_list
13772         * src/nntp.c :
13773                 added function nntp_list
13774         * src/defs.h :
13775                 added GROUPLIST_FILE : name of the newsgroup list cache file
13776
13777 2001-04-21
13778
13779         * added option to warn about queued messages on exit [sergey]:
13780
13781           * src/compose.c: compose_queue(): call folder_item_scan()
13782             and folderview_update_item() after queueing.
13783           * src/folderview.c: folderview_update_node(): draw the queue
13784             folder in bold font if there are queued messages.
13785           * src/mainwindow.c: queued_messages(): new function.
13786             app_exit_cb(): display warning if there are queued messages
13787             if warn_queued_on_exit is set.
13788           * prefs_common.[ch]: add warn_queued_on_exit option.
13789
13790         * enhanced GnuPG key selection support [sergey]:
13791
13792           * src/select-keys.c: updated to newer version from Win32
13793             branch with support for selecting arbitrary keys.
13794           * src/prefs_account.c: added the Privacy tab to the account
13795             options window.
13796             prefs_account_privacy_create(),
13797             prefs_account_sign_key_set_data_from_radiobtn(),
13798             prefs_account_sign_key_set_radiobtn(): new functions.
13799           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
13800           * src/rfc2015.c: set_signers(): new function.
13801             pgp_sign(): add the account parameter, call set_signers().
13802             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
13803           * src/rfc2015.h: rfc2015_sign(): updated prototype.
13804           * src/compose.c: pass the current account to rfc2015_sign().
13805
13806         * tag name claws added to prevent confusion with main branch [alfons]
13807
13808         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
13809
13810         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
13811
13812         * sync with recent sylpheed cvs. Untested though. [alfons]
13813