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