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