f0264deae116afefb2939e38971a5eb9b4b3219b
[claws.git] / ChangeLog.claws
1 2003-09-27 [paul]       0.9.5claws32
2
3         * src/prefs_account.c
4                 o make correction to gui text:
5                   'Local mailbox file' -> 'Local mailbox directory'
6                 o give 'local_mbox' option a reasonable default value:
7                   '/var/mail'
8                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
9                   value
10
11 2003-09-26 [paul]       0.9.5claws31
12
13         * src/inc.c
14           src/prefs_common.[ch]
15                 remove 'Incorporate from spool' common pref,
16                 force creation of a 'Local' account
17
18 2003-09-26 [christoph]  0.9.5claws30
19
20         * src/folder.c
21         * src/msgcache.c
22                 add more NULL pointer checks
23
24 2003-09-25 [christoph]  0.9.5claws29
25
26         * src/folder.c
27                 o don't fetch source message to get it's message id
28                 o immediately scan dest folder when copying a message did not
29                   return a new message number and not do it when the first message
30                   without a new message number is found
31
32 2003-09-23 [christoph]  0.9.5claws28
33
34         * src/compose.c
35                 fix generating of headers
36
37         (patch by David Relson <relson@osagesoftware.com>)
38
39 2003-09-23 [paul]       0.9.5claws27
40
41         * po/zh_CN.po
42                 update Simplified Chinese translation. submitted by
43                 Hansom Young
44
45 2003-09-23 [paul]       0.9.5claws26
46
47         * tools/Makefile.am
48           tools/README
49           tools/vcard2xml.py    ** NEW FILE **
50                 add a script that converts an evolution vcard to
51                 sylpheed's xml format
52                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
53
54 2003-09-22 [paul]       0.9.5claws25
55
56         * src/plugins/clamav/clamav_plugin.c
57                 don't skip MULTIPART parts
58
59 2003-09-21 [christoph]  0.9.5claws24
60
61         * src/alertpanel.c
62                 remove unneeded include
63
64         * src/folder.c
65                 clean up copy/move mess with duplicated code
66
67         * src/imap.c
68                 fix problem that sometimes the folder was not scanned
69                 also it was changed
70
71 2003-09-21 [christoph]  0.9.5claws23
72
73         * src/Makefile.am
74         * src/logwindow.[ch]                    ** REMOVE **
75         * src/mainwindow.c
76         * src/prefs_common.c
77         * src/gtk/Makefile.am
78         * src/gtk/logwindow.[ch]                ** ADD **
79                 make logwindow prefs_common independent and move
80                 it to gtk directory
81
82 2003-09-20 [christoph]  0.9.5claws22
83
84         * src/compose.c
85                 add extra space for address code conversion
86                 (4 * unconvered size could be too small for short headers)
87
88 2003-09-20 [christoph]  0.9.5claws21
89
90         * src/compose.c
91                 increase temp buffer size when writing headers
92
93 2003-09-19 [darko]      0.9.5claws20
94
95         * src/compose.c
96                 don't ignore value of 'Save copy of outgoing messages to
97                 this folder instead of Sent' in message redirect
98
99 2003-09-17 [christoph]  0.9.5claws19
100
101         * src/compose.c
102                 use ", " as address seperator for mail headers and pass whole
103                 header line at once to compose_convert_header to make sure
104                 it is correctly folded
105
106         (closes Bug 64 Problem when sending to many recipients)
107
108 2003-09-17 [hoa]        0.9.5claws18
109         
110         * src/matcher.[ch]
111           src/matcher_parser_parse.y
112           src/prefs_matcher.c
113                 changed the keyword used for command execution in condition
114                 keyword is changed from "execute" to "test"
115                 so that it is not the same as the one used for action.
116                 This will fix a bug when using filtering dialog.
117                 All semantic in the code is also changed to reflect
118                 the keyword change.
119
120 2003-09-17 [paul]
121         
122         * sync with 0.9.6 release
123
124 2003-09-17 [paul]       0.9.5claws17
125
126         * sync with 0.9.5cvs8
127                 see ChangeLog 2003-09-16 and 2003-09-17
128
129 2003-09-16 [paul]       0.9.5claws16
130
131         * sync with 0.9.5cvs6
132                 see ChangeLog 2003-09-16
133
134 2003-09-15 [paul]       0.9.5claws15
135
136         * sync with 0.9.5cvs5
137                 see ChangeLog 2003-09-15
138
139 2003-09-14 [alfons]     0.9.5claws14
140
141         * src/inc.c
142                 make "Go to inbox after receiving new mail" again;
143                 regression of a sync, restored to sylpheed main 
144                 behaviour. (misses still some bits)
145
146 2003-09-14 [alfons]     0.9.5claws13
147
148         * src/prefs_filtering_action.c
149                 o add proper message if empty execute command line
150                 o don't select first action item after registering a
151                   new action to prevent (what seems to be a GTK) bug
152                   #36, "filtering will only accept one action change 
153                   per invocation".
154
155 2003-09-14 [alfons]     0.9.5claws12
156
157         * src/prefs_filtering.c
158         * src/prefs_filtering_action.c
159         * src/prefs_matcher.c
160                 fix function signature for key_pressed_event signal handlers
161
162 2003-09-14 [alfons]     0.9.5claws11
163
164         * src/mainwindow.c
165                 fix regression caused by fix for invalid bug #7
166                 (should fix #246, "Multiple selections are deselected when 
167                 moving from search window to main window")
168                 
169 2003-09-14 [alfons]     0.9.5claws10
170         
171         * src/actions.[ch]
172         * src/filtering.[ch]
173         * src/prefs_actions.c
174                 allow `filtering actions` in actions; only for advanced users
175                 right now: try for example, "%as{mark color 2}" 
176         
177 2003-09-13 [paul]       0.9.5claws9
178         
179         * po/pl.po
180           po/zh_CN.po   ** NEW FILE **
181                 update Polish translation, submitted by Emil 
182                 <eminowbl@posejdon.wpk.p.lodz.pl>
183                 add new Simplified Chinese translation, submitted by
184                 Hansom Young <hansom_young@yahoo.com>
185
186 2003-09-12 [alfons]     0.9.5claws8
187
188         * src/summaryview.c
189                 don't open separate message views when View | Separate message view
190                 is active 
191                 (please look carefully for any navigation regressions)
192
193 2003-09-11 [alfons]     0.9.5claws7
194
195         * src/mainwindow.c
196                 make default message view, opened by View | Separate message 
197                 view, look like a claws message view (which includes a menu
198                 bar and a toolbar)
199                 (fixes bug #298, "message view loses tool bar") 
200
201 2003-09-11 [christoph]  0.9.5claws6
202
203         * src/folderview.c
204                 fix double deleting of newsgroup folders
205
206         (closes Bug 305 crash after deleting of a newsgroup)
207
208 2003-09-11 [paul]       0.9.5claws5
209
210         * src/rfc2015.c
211           src/common/utils.h
212                 more sync'ing from 0.9.5cvs2
213
214 2003-09-11 [christoph]  0.9.5claws4
215
216         * src/compose.c
217         * src/rfc2015.c
218         * src/common/utils.h
219                 fix sync with 0.9.5cvs2
220
221 2003-09-11 [paul]       0.9.5claws3
222
223         * sync with 0.9.5cvs4
224                 see ChangeLog 2003-09-11
225
226 2003-09-11 [paul]       0.9.5claws2
227
228         * sync with 0.9.5cvs2
229                 see ChangeLog 2003-09-05
230                 
231 2003-09-11 [paul]       0.9.5claws1
232
233         * sync with 0.9.5cvs3
234                 see ChangeLog 2003-09-10
235
236 2003-09-10 [paul]       0.9.5claws
237
238         * 0.9.5claws released
239
240 2003-09-10 [paul]       0.9.4claws78
241
242         * src/Makefile.am
243                 add missing files
244
245 2003-09-10 [melvin]     0.9.4claws77
246
247         * po/fr.po
248                 Updated French translations
249
250 2003-09-10 [paul]       0.9.4claws76
251
252         * po/es.po
253           po/sk.po
254           po/sr.po
255                 update Spanish, Slovak, and Serbian translations.
256                 submitted by Ricardo Mones Lastra, Andrej Kacian,
257                 and Urke MMI
258                 
259         * AUTHORS
260                 add translation team section
261
262 2003-09-09 [christoph]  0.9.4claws75
263
264         * src/folder.c
265                 free item->prefs in folder_item_destroy
266
267 2003-09-09 [alfons]     0.9.4claws74
268
269         * src/folderview.c
270                 o proper check for root node sorting
271                 o remove unnecessary gtk_ctree_remove_node 
272
273         (should fix bug #300, "crash while moving folder")      
274
275 2003-09-08 [christoph]  0.9.4claws73
276
277         * src/folderview.c
278                 o fix double adding of IMAP FolderItems to GtkCTree
279                 o fix crash then mbox folder is removed
280
281 2003-09-08 [christoph]  0.9.4claws72
282
283         * src/folder.c
284         * src/folderview.c
285         * src/mainwindow.c
286                 fix new folder notification
287
288         * src/mbox_folder.c
289                 fix cache path
290
291 2003-09-08 [christoph]  0.9.4claws71
292
293         * src/compose.c
294                 replace '\n' and '\r' before removing trailing spaces
295
296         * src/folder.[ch]
297         * src/folderview.c
298                 add information about new or removed items in folder tree change
299                 notification and use this in folderview to add and remove only
300                 the appected items and not refresh the whole tree
301
302 2003-09-07 [match]      0.9.4claws70
303
304         * src/Makefile.am
305         * src/addr_compl.c
306         * src/addressbook.c
307         * src/addressitem.h
308         * src/addrindex.c
309         * src/addritem.c
310         * src/addritem.h
311         * src/addrquery.c                       ** NEW **
312         * src/addrquery.h
313         * src/ldapquery.c
314         * src/ldapserver.c
315         * src/stock_pixmap.c
316         * src/stock_pixmap.h
317         * src/pixmaps/address_search.xpm        ** NEW **
318                 re-introduce Lookup button for LDAP 'static' searches.
319
320 2003-09-07 [alfons]     0.9.4claws69
321         
322         * src/summaryview.c
323                 abandon setting usize for messageview because it gives layout problems
324                 with the quick search bar and the headerview; fixes assorted UI glitches:
325                 
326                 o bug #148, "Toggling of quick-search bar reduces index view area" 
327                 o bug #280, "Window resiizes for line length but does not revert"
328
329 2003-09-07 [christoph]  0.9.4claws68
330
331         * src/compose.c
332                 o make sure we don't have any newlines in header values
333                 o check custom headers for spaces and newlines and ignore
334                   malformed header names
335
336 2003-09-06 [christoph]  0.9.4claws67
337
338         * src/folder.c
339         * src/folderview.c
340                 invoke notification hook for folder tree changes after append
341                 and remove folder
342
343         (closes Bug 294 Crash while moving folder with many subdirectories)
344
345 2003-09-06 [christoph]  0.9.4claws66
346
347         * src/folder.c
348                 destroy folder's MsgCache if FolderItem is removed to make sure
349                 it is not saved when the FolderItem is destroyed
350
351 2003-09-06 [christoph]  0.9.4claws65
352
353         * src/plugins/clamav/clamav_plugin.c
354                 fix copy & paste bug
355
356 2003-09-05 [christoph]  0.9.4claws64
357
358         * src/folder.c
359         * src/messageview.[ch]
360         * src/procmsg.[ch]
361         * src/summaryview.c
362                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
363                 by MessageView to clear it when the message is deleted. Should
364                 work even if messages are deleted in MainWindow or by
365                 processing.
366
367 2003-09-05 [alfons]     0.9.4claws63
368
369         * src/messageview.c
370                 deleting a message in a message view frees its msginfo, make 
371                 messageview_update_all() aware of that (should fix bug #293,
372                 "deleting message caused crash")
373
374 2003-09-05 [melvin]     0.9.4claws62
375
376         * src/action.c
377                 Improve synchronous action exit code (fixes 
378                 a ~5 seconds delay after action exit on RedHat 9)
379
380 2003-09-04 [christoph]  0.9.4claws61
381
382         * src/compose.c
383         * src/rfc2015.c
384         * src/common/utils.[ch]
385                 add util function to create mime boundary and use it
386                 in compose and gpg code
387
388 2003-09-04 [alfons]     0.9.4claws60
389
390         * src/folder.c
391                 source folder item's GNode should already have been freed in 
392                 a previous call to src->folder->klass->remove_folder()
393                 (should fix bug #287, "crash when moving folders")
394
395 2003-09-03 [thorsten]   0.9.4claws59
396
397         * src/plugins/spamassassin/spamassassin_gtk.c
398                 fix compile error
399
400 2003-09-03 [christoph]  0.9.4claws58
401
402         * src/plugins/spamassassin/spamassassin.[ch]
403         * src/plugins/spamassassin/spamassassin_gtk.c
404                 add timeout config option
405
406 2003-09-03 [paul]       0.9.4claws57
407
408         * po/sk.po      ** NEW FILE **
409                 add Slovak translation. Submitted by Andrej Kacian 
410                 <andrej@kacian.sk>
411
412 2003-09-03 [paul]       0.9.4claws56
413
414         * src/plugins/clamav/clamav_plugin_gtk.c
415                 gui tweaks: replace a label with a tooltip, modify the
416                 text, use gtk_check_button_new(); instead of
417                 gtk_check_button_new_with_label("");
418
419 2003-09-02 [alfons]     0.9.4claws55
420
421         * src/gtk/filesel.c
422                 remember last used dir when attaching multiple files (should fix
423                 bug #290, "Attach File does not remember directory")
424
425 2003-09-01 [paul]       0.9.4claws54
426
427         * po/es.po
428                 updated by Ricardo Mones Lastra
429
430 2003-09-01 [alfons]     0.9.4claws53
431
432         * src/gtk/gtkaspell.[ch]
433                 be pedantic and strict and use const gchar * instead of guchar *
434
435 2003-09-01 [alfons]     0.9.4claws52
436
437         * src/mainwindow.c
438         * src/summaryviewc.
439                 re-enable Save As when multiple messages are selected
440
441 2003-09-01 [paul]       0.9.4claws51
442
443         * src/textview.c
444                 g_free(trimmed_uri);
445
446 2003-09-01 [paul]       0.9.4claws50
447
448         * sync with 0.9.4cvs13
449                 see ChangeLog 2003-09-01
450
451 2003-09-01 [paul]       0.9.4claws49
452
453         * src/textview.c
454                 trim uri before sending to the statusbar
455                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
456                 in the message window causes main S-C window to enlarge 
457                 past screen edges'
458
459 2003-09-01 [paul]       0.9.4claws48
460
461         * sync with 0.9.4cvs12
462                 see ChangeLog 2003-09-01
463
464 2003-08-30 [christoph]  0.9.4claws47
465
466         * src/compose.c
467         * src/folder_item_prefs.[ch]
468         * src/prefs_folder_item.c
469         * src/gtk/gtkaspell.[ch]
470                 commit per folder dictionary patch by
471                 Paul Evans <nerd@freeuk.com>
472
473 2003-08-30 [christoph]  0.9.4claws46
474
475         * src/plugins/spamassassin/spamassassin_gtk.c
476         * src/plugins/spamassassin/spamassassin_gtk.glade
477                 reduce GUI clutter by placing hints into tooltips
478
479 2003-08-30 [paul]       0.9.4claws45
480
481         * src/compose.c
482                 add 'Content-Disposition: inline' to a text/plain
483                 part when using PGP/MIME signing
484
485 2003-08-30 [paul]       0.9.4claws44
486
487         * src/prefs_common.c
488           src/prefs_spelling.c
489           src/prefs_spelling.glade
490                 reduce GUI clutter by placing hints into tooltips
491
492 2003-08-29 [christoph]  0.9.4claws43
493
494         * configure.ac
495                 fix bug found by Ivan Rayner <ivanr@sgi.com>
496
497         * src/stock_pixmap.c
498                 change unecessary warning into a debug message
499
500         * src/plugins/clamav/Makefile.am
501                 Fix error "-I$(CLAMAV_LIBS)"
502
503 2003-08-29 [christoph]  0.9.4claws42
504
505         * intl/Makefile.in
506         * src/Makefile.am
507         * src/matcher.h
508         * src/common/Makefile.am
509         * src/common/passcrypt.c
510                 commit fixes and patches for some of the IRIX problems found by
511                 Ivan Rayner <ivanr@sgi.com>
512
513 2003-08-29 [paul]       0.9.4claws41
514
515         * src/prefs_filtering.c
516                 add 'Top' and 'Bottom' buttons, based on changes in
517                 src/prefs_filter.c in 0.9.4cvs11.
518
519 2003-08-27 [christoph]  0.9.4claws40
520
521         * src/folderview.c
522                 fix bug that the current summary settings were copied to the
523                 wrong folder item, when the folder item prefs are opened.
524                 Copying is not required because summary settings and
525                 folder_item_prefs do not contain the same settings
526
527 2003-08-27 [thorsten]   0.9.4claws39
528
529         * src/imap.c
530                 fix compile error
531
532 2003-08-26 [paul]       0.9.4claws38
533
534         * sync with 0.9.4cvs9
535                 see ChangeLog 2003-08-26
536
537 2003-08-25 [paul]       0.9.4claws37
538
539         * sync with 0.9.4cvs8
540                 see ChangeLog 2003-08-25
541
542 2003-08-24 [christoph]  0.9.4claws36
543
544         * src/prefs_filtering.c
545                 shouldn't remove items from a GSList while iterating over the
546                 list (makes cur invalid and cur->next not accessable)
547
548         (closes Bug 272 i deleted an folder and some seconds later sylpheed
549          crashed)
550
551 2003-08-23 [christoph]  0.9.4claws35
552
553         * src/news.c
554                 news folders should be scanned when opened
555
556 2003-08-22 [christoph]  0.9.4claws34
557
558         * src/prefs_folder_item.c
559                 use macro to assign strings that always frees the old string
560
561         * src/gtk/gtkaspell.[ch]
562                 add gtkaspell_set_dictionary_menu_active_item() to set active
563                 item in dictionary option menu
564
565         * src/prefs_spelling.c
566                 use gtkaspell_set_dictionary_menu_active_item() to select
567                 dictionary
568
569 2003-08-21 [christoph]  0.9.4claws33
570
571         * src/folder.[ch]
572         * src/imap.c
573         * src/mbox_folder.c
574         * src/mh.c
575         * src/news.c
576                 optimize folder system
577
578         * src/gtk/gtkstext.c
579                 fix division by zero when font has 0 width for ' '
580
581 2003-08-21 [paul]       0.9.4claws32
582
583         * sync with 0.9.4cvs7
584                 see ChangeLog 2003-08-20
585
586 2003-08-19 [paul]       0.9.4claws31
587
588         * src/common/defs.h
589                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
590                 SYLDOC_FAQ_HTML_INDEX.
591         * src/manual.c
592                 use LC_MESSAGES instead of LC_ALL to find the current
593                 language
594
595           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
596
597 2003-08-19 [paul]       0.9.4claws30
598
599         * po/bg.po
600                 updated by George Danchev
601
602 2003-08-18 [luke]       0.9.4claws29
603         * src/mimeview.[ch]
604         * src/gtk/gtkvscrollbutton.[ch]
605                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
606                   dependencies; do it the GTK way; reduce code -14/+2 lines)
607                 o removed horizontal separator between icons
608
609 2003-08-17 [christoph]  0.9.4claws28
610
611         * src/procmsg.c
612                 no subject threading when the subject has no reply prefix
613
614 2003-08-16 [christoph]  0.9.4claws27
615
616         * src/mainwindow.c
617                 remember and restore window sizes and position when the main
618                 window is hidden or shown
619
620         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
621          minimised/reopened using trayicon)
622
623 2003-08-16 [paul]       0.9.4claws26
624
625         * src/crash.c
626                 add #include "defs.h"
627
628 2003-08-16 [paul]       0.9.4claws25
629
630         * src/plugins/clamav/clamav_plugin.c
631                 reword a debug_print
632                 
633         * src/plugins/dillo_viewer/dillo_prefs.c
634                 cosmetic: change the labels' text, add tooltips, and
635                 left-align the hint
636
637 2003-08-15 [christoph]  0.9.4claws24
638
639         * src/news.c
640                 complete last change (forgot some changes)
641
642 2003-08-15 [christoph]  0.9.4claws23
643
644         * src/news.c
645                 o check number of messages and don't return a 0 message
646                   when no messages are available
647                 o don't parse xref header anymore
648
649         (closes Bug 203 I'm not getting any news)
650
651 2003-08-15 [paul]       0.9.4claws22
652
653         * src/common/defs.h
654           src/crash.c
655                 update and define claws bugzilla location
656
657 2003-08-15 [paul]       0.9.4claws21
658
659         * po/ru.po
660                 update submitted by Ruslan N. Balkin
661
662 2003-08-14 [christoph]  0.9.4claws20
663
664         * src/procmsg.c
665                 fix search for oldest node in subject threading
666
667 2003-08-14 [christoph]  0.9.4claws19
668
669         * src/procmsg.c
670         * src/common/utils.h
671                 add possibility to check all nodes with the same subject for
672                 subject threading, not only the oldest node. Should not break
673                 threads anymore if the oldest node is thread_by_subject_max_age
674                 days older then parent, because it can now find a child of
675                 oldest node as new parent.
676
677 2003-08-11 [christoph]  0.9.4claws18
678
679         * src/plugins/spamassassin/spamassassin.c
680                 run spam check in background process
681
682 2003-08-10 [alfons]     0.9.4claws17
683
684         * src/summaryview.c
685                 make `Select All' sensitive too
686
687 2003-08-10 [christoph]  0.9.4claws16
688
689         * src/imap.c
690                 add more checks in imap_close
691
692 2003-08-09 [alfons]     0.9.4claws15
693
694         * src/prefs_spelling.c
695                 no spell checking UI if not requested
696
697 2003-08-09 [alfons]     0.9.4claws14
698
699         * src/gtk/prefswindow.c
700                 make it compile
701
702 2003-08-09 [christoph]  0.9.4claws13
703
704         * src/prefs_spelling.c
705         * src/gtk/prefswindow.[ch]
706         * src/plugins/clamav/clamav_plugin_gtk.c
707         * src/plugins/spamassassin/spamassassin_gtk.c
708                 sort prefs pages by heighest weight in tree
709
710 2003-08-09 [paul]       0.9.4claws12
711
712         * sync with 0.9.4cvs6
713                 see ChangeLog 2003-08-07
714                 
715         * AUTHORS
716                 add Leandro and Luke to claws-branch section
717
718 2003-08-09 [christoph]  0.9.4claws11
719
720         * src/gtk/Makefile.am
721         * src/gtk/colorsel.[ch]                 ** NEW **
722                 create a color selection dialog that can be used as a simple
723                 function call with it's own gtk main loop like filesel.[ch]
724
725         * src/Makefile.am
726         * src/main.c
727         * src/prefs_common.c
728         * src/prefs_spelling.[ch]               ** NEW **
729         * src/prefs_spelling.glade              ** NEW **
730         * src/gtk/gtkutils.[ch]
731                 move "Spell Checker" prefs to new prefs dialog
732
733         * src/prefs_folder_item.c
734                 use new colorsel dialog
735
736 2003-08-08 [paul]       0.9.4claws10
737
738         * src/inc.c
739                 clear the progress bar unconditionally
740
741 2003-08-08 [paul]       0.9.4claws9
742
743         * sync with 0.9.4cvs4
744                 see ChangeLog 2003-07-31
745
746 2003-08-07 [christoph]  0.9.4claws8
747
748         * configure.ac
749                 fix bug in image viewer plugin part
750
751         * src/imap.c
752                 don't execute close command if the folder item is not selected
753
754 2003-08-07 [hoa]        0.9.4claws7
755
756         * src/filtering.[ch]
757         * src/matcher_parser.h
758         * src/matcher_parser_parse.y
759                 can define several actions for each filtering rule
760                 can import old versions of filtering rules
761
762         * src/prefs_filtering.c
763                 call to a new dialog box to define actions
764
765         * src/prefs_filtering_action.[ch]
766                 dialog box to define actions for filtering rules
767
768 2003-08-06 [christoph]  0.9.4claws6
769
770         * src/imap.c
771                 make sure source folder is selected when copying messages
772
773 2003-08-06 [christoph]  0.9.4claws5
774
775         * sync with 0.9.4cvs2
776                 see ChangeLog 2003-07-29                
777
778 2003-08-05 [paul]       0.9.4claws4
779
780         * sync with 0.9.4cvs3
781                 see ChangeLog 2003-07-30
782
783 2003-08-04 [match]      0.9.4claws3
784
785         * po/POTFILES.in
786                 export of LDIF files.
787
788 2003-08-04 [match]      0.9.4claws2
789
790         * src/ldif.[ch]
791                 support for export LDIF. documented.
792         * src/importldif.[ch]
793         * src/exportldif.[ch]
794                 add tooltips. documented.
795         * src/exphtmldlg.[ch]
796         * src/common/xmlprops.[ch]
797                 documented.
798         * src/exportldif.[ch]                   ** NEW **
799         * src/expldifdlg.[ch]                   ** NEW **
800         * src/addressbook.[ch]
801         * src/Makefile.am
802                 export of LDIF files.
803                 documented.
804
805 2003-08-04 [christoph]  0.9.4claws1
806
807         * .cvsignore
808         * Makefile.am
809         * configure.ac
810         * sylpheed-claws.pc.in                  ** NEW **
811         * src/Makefile.am
812         * src/common/Makefile.am
813         * src/gtk/Makefile.am
814                 install sylpheed header files in $(pkgincludedir) and create a
815                 pkg-config file to allow building a plugin without the source
816                 package
817
818 2003-08-04 [paul]       0.9.4claws
819
820         * version 0.9.4claws
821
822 2003-08-04 [paul]       0.9.3claws97
823
824         * po/es.po
825                 update Spanish translation. Submitted by Ricardo
826                 Mones Lastra.
827
828 2003-08-03 [paul]       0.9.3claws96
829
830         * po/hr.po
831           po/sr.po
832                 update Croatian and Serbian translations. Submitted by
833                 Dragan and Urke MMI respectively
834
835 2003-08-03 [alfons]     0.9.3claws95
836
837         * src/summaryview.c
838                 mark flag has precedence over important flag - seems
839                 to have been changed in sync of 0.9.3claws45. this fixes
840                 a regression where messages that were scored as important
841                 don't show their mark flags. (using the same column for
842                 both importance as mark flags is the real problem
843                 ofcourse)
844
845 2003-08-03 [melvin]     0.9.3claws94
846
847         * po/fr.po
848                 Updated French translations.
849
850 2003-08-03 [melvin]     0.9.3claws93
851
852         * src/Makefile.am
853                 Fixed typo introduced after 0.9.3claws92 
854                 that prevented compilation
855                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
856                 CPPFLAGS and YFLAGS to allow user setting these.
857         * src/common/Makefile.am
858         * src/gtk/Makefile.am
859         * src/plugins/clamav/Makefile.am
860         * src/plugins/demo/Makefile.am
861         * src/plugins/dillo_viewer/Makefile.am
862         * src/plugins/image_viewer/Makefile.am
863         * src/plugins/mathml_viewer/Makefile.am
864         * src/plugins/spamassassin/Makefile.am
865         * src/plugins/trayicon/Makefile.am
866         * src/plugins/trayicon/libeggtrayicon/Makefile.am
867                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
868                 CPPFLAGS and YFLAGS to allow user setting these.
869
870 2003-08-02 [christoph]  0.9.3claws92
871
872         * configure.ac
873                 o rearrange plugin tests
874                 o add test for clamav.h to ClamAV tests
875
876 2003-08-02 [luke]       0.9.3claws91
877
878         * src/mimeview.c
879                 o fixed appearance of icon list when toggling back from the 
880                   ctree
881                 o toggling of icons using the keyboard works correctly
882                 o fixed all other keyboard shortcuts to work when icons are
883                   active
884         
885         * src/messageview.c
886                 o fixed bug 4 - focus lost when changing messageview view type
887
888 2003-08-02 [christoph]  0.9.3claws90
889
890         * src/common/hooks.c
891                 fix crash when pointer stored in hash table could get invalid
892                 when a plugin is unloaded
893
894 2003-08-01 [christoph]  0.9.3claws89
895
896         * configure.ac
897                 o try to build all plugins (except spamassassin) by default
898                 o don't build a plugin if a dependency check fails
899
900         * src/common/hooks.c
901                 fix warning
902
903 2003-08-01 [match]      0.9.3claws88
904
905         * src/importldif.c
906                 allow single click field selection. document code.
907
908 2003-08-01 [christoph]  0.9.3claws87
909
910         * src/plugins/clamav/clamav_plugin.c
911         * src/plugins/clamav/clamav_plugin_gtk.c
912         * src/plugins/dillo_viewer/dillo_viewer.c
913         * src/plugins/image_viewer/plugin.c
914         * src/plugins/mathml_viewer/mathml_viewer.c
915         * src/plugins/spamassassin/spamassassin.c
916         * src/plugins/spamassassin/spamassassin_gtk.c
917         * src/plugins/trayicon/trayicon.c
918                 add version check to all plugins
919
920 2003-08-01 [hoa]        0.9.3claws86
921
922         * src/prefs_filtering.c
923                 fixed a cosmetic bug, during creation of dialog box,
924                 wrong widgets were shown after creation.
925
926 2003-08-01 [luke]       0.9.3claws85
927
928         * src/mainwindow.c
929                 o fixed visibility of icons/mimeview after toggling separate
930                   message/folder view (factored out some similar code too).
931
932
933 2003-07-31 [alfons]     0.9.3claws84
934
935         * src/mimeview.c
936                 tweak icon box UI a bit more, now allowing right-clicks actions
937                 getting the relevant mime data too; should fix #250, "Can't save 
938                 attachments sometimes".
939
940 2003-07-30 [alfons]     0.9.3claws83
941
942         * src/compose.c
943                 don't do auto-save-draft inside key press handler, but rather
944                 schedule it half of a second later; should fix #67, "autosave 
945                 make re-rediting message crazy"
946
947 2003-07-30 [christoph]  0.9.3claws82
948
949         * src/plugins/trayicon/trayicon.c
950                 process pending events before unloading the plugin
951
952         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
953
954 2003-07-30 [alfons]     0.9.3claws81
955
956         * src/common/hooks.c
957                 parameter 2 of g_hook_destroy() should really be a hook id
958
959 2003-07-30 [alfons]     0.9.3claws80
960
961         * src/common/plugin.c
962                 fix a possibly harmful function signature mismatch 
963                 for plugin_done
964
965 2003-07-30 [alfons]     0.9.3claws79
966
967         * src/common/hooks[.ch]
968                 const correctness
969
970 2003-07-30 [darko]      0.9.3claws78
971
972         * src/summaryview.c
973                 make it compile again
974
975 2003-07-30 [luke]       0.9.3claws77
976
977         * src/crash.c
978         * src/main.c
979                 o added/moved signal handlers for SIGTERM (normal kill command) 
980                   and SIGINT (ctl-c) to be used even without 
981                   --enable-crash-dialog, fixing bug 166
982
983         * src/summaryview.c
984                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
985                   bug 227
986
987         * src/mainwindow.c
988                 o changed sensitivity condition for 'Next new' and 'Next 
989                   unread', fixing bug 8
990
991 2003-07-29 [alfons]     0.9.3claws76
992
993         * src/common/utils.[ch]
994                 add generate_msgid()
995         * src/messageview.c
996                 save ack'ed RRR; fixes #205, "return receipt is not saved in
997                 sent folder".
998
999 2003-07-29 [alfons]     0.9.3claws75
1000
1001         * src/messageview.c
1002                 fix a memleak (claws-only)
1003
1004 2003-07-29 [alfons]     0.9.3claws74
1005
1006         * src/mimeview.[ch]
1007         * src/gtk/gtkvscrollbutton.[ch]
1008                 fix UI glitch where mime icon toolbox' scroll position is not 
1009                 reset after switching to another message
1010                 
1011
1012 2003-07-29 [paul]       0.9.3claws73
1013
1014         * src/prefs_folder_item.c
1015                 split the prefs into 2 separate pages
1016
1017 2003-07-29 [paul]       0.9.3claws72
1018
1019         * src/compose.c
1020                 prepend "\n\n" to a signature without a separator too
1021
1022 2003-07-29 [paul]       0.9.3claws71
1023
1024         * src/compose.c
1025                 fix bug where changing to an account without an auto-sig
1026                 from an initial account without an auto-sig would insert 
1027                 2 blank lines at the cursor point
1028                 fix bug where changing to an account with an auto-sig
1029                 from an initial account without an auto-sig would insert
1030                 the sig at the cursor point
1031
1032 2003-07-29 [paul]       0.9.3claws70
1033
1034         * src/folderview.c
1035                 use the colour from the folder pref unless the folder
1036                 has new messages
1037
1038 2003-07-29 [alfons]     0.9.3claws69
1039
1040         * src/procmsg.[ch]
1041         * src/messageview.c
1042         * src/procheader.c
1043                 rewrite return receipt request work a little bit (the former 
1044                 implementation presumably depended too much on the UI setting
1045                 flags). (we're losing the old pending flag.) 
1046
1047 2003-07-28 [christoph]  0.9.3claws68
1048
1049         * src/folder.c
1050         * src/imap.c
1051         * src/mh.c
1052         * src/procmsg.[ch]
1053                 fix copy to IMAP folder from other folder
1054
1055 2003-07-28 [christoph]  0.9.3claws67
1056
1057         * src/procmsg.c
1058                 fix sync of procmsg_get_message_file_list
1059
1060 2003-07-28 [christoph]  0.9.3claws66
1061
1062         * sync with 0.9.3cvs14
1063                 see ChangeLog 2003-07-18
1064         * sync with 0.9.3cvs17
1065                 see ChangeLog 2003-07-23
1066
1067         (closes Bug 234 segmentation fault after sending out mail via
1068          smtp(auth))
1069
1070 2003-07-28 [paul]       0.9.3claws65
1071
1072         * po/es.po
1073                 update Spanish translation, submitted by Ricardo Mones
1074                 Lastra
1075
1076 2003-07-28 [christoph]  0.9.3claws64
1077
1078         * src/folder.[ch]
1079         * src/imap.c
1080         * src/mh.c
1081                 return new message numbers as a GRelation instead of a GSList
1082                 that has to be in the same order as the input list. A list
1083                 would make it hard for IMAP to optimize oepration by sorting
1084                 the input list. The returned list would have to be reordered
1085                 to match the same order that input list has.
1086
1087         * src/gtk/gtkaspell.c
1088                 fix missing return value, could cause a crash when garbage is
1089                 on the stack that is used as the expected return value
1090
1091 2003-07-28 [paul]       0.9.3claws63
1092
1093         * sync with 0.9.4cvs1
1094                 see ChangeLog 2003-07-28
1095
1096 2003-07-27 [alfons]     0.9.3claws62
1097
1098         * src/mimeview.c
1099                 tweak it more to make icon list act like a check button group
1100
1101 2003-07-27 [christoph]  0.9.3claws61
1102
1103         * sync with 0.9.3cvs20
1104                 see ChangeLog 2003-07-25
1105
1106 2003-07-27 [paul]       0.9.3claws60
1107
1108         * src/procmsg.c
1109                 re-commit changes from 0.9.3claws58 -
1110                 accidently removed in 0.9.3claws59
1111
1112 2003-07-27 [paul]       0.9.3claws59
1113
1114         * src/procmsg.[ch]
1115                 a sync from 0.9.3cvs17
1116                 see ChangeLog 2003-07-23
1117
1118 2003-07-27 [alfons]     0.9.3claws58
1119
1120         * src/procmsg.c
1121                 add missing header members to MsgInfo; fixes the problem of 
1122                 not displaying X-Faces, as noticed by Ricardo Mones
1123
1124 2003-07-26 [christoph]  0.9.3claws57
1125
1126         * sync with 0.9.3cvs18
1127                 see ChangeLog 2003-07-24
1128
1129 2003-07-26 [christoph]  0.9.3claws56
1130
1131         * sync with 0.9.3cvs17
1132                 see ChangeLog 2003-07-23
1133
1134 2003-07-26 [christoph]  0.9.3claws55
1135
1136         * src/folder.[ch]
1137         * src/imap.c
1138         * src/mbox_folder.c
1139         * src/mh.c
1140         * src/news.c
1141                 add support for copy function that copy multiple messages
1142                 (not implemented yet)
1143
1144         * src/summaryview.c
1145                 add missing return value
1146
1147 2003-07-26 [paul]       0.9.3claws54
1148
1149         * tools/multiwebsearch.pl
1150                 do whitespace substitution before passing the string
1151                 to the browser. fixes bug with browsers that don't
1152                 do whitespace conversion themselves.
1153
1154 2003-07-25 [christoph]  0.9.3claws53
1155
1156         * src/folder.[ch]
1157         * src/imap.c
1158         * src/mh.c
1159                 rewrite adding of multiple messages to a folder for
1160                 claws' folder system
1161
1162 2003-07-25 [luke]       0.9.3claws52
1163
1164         * src/mimeview.c
1165                 o icon toggles set correctly on leaving ctree mimeview
1166
1167 2003-07-25 [paul]       0.9.3claws51
1168
1169         * partial sync with 0.9.3cvs21 [src/main.c]
1170                 see ChangeLog 2003-07-25
1171
1172 2003-07-24 [paul]       0.9.3claws50
1173
1174         * tools/maildir2sylpheed.pl
1175                 fix typo
1176
1177 2003-07-24 [paul]       0.9.3claws49
1178
1179         * src/mimeview.c
1180                 increase the gutter size of paned so that the panes
1181                 can be resized
1182                 
1183         * src/plugins/demo/demo.c
1184                 squeeze in another typo fix
1185
1186 2003-07-24 [paul]       0.9.3claws48
1187
1188         * src/plugins/demo/demo.c
1189           src/prefs_account.c
1190                 small changes to the English
1191                 
1192         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1193           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1194           src/Makefile.am
1195           src/stock_pixmap.c
1196                 rename the misspelled icon
1197
1198 2003-07-23 [alfons]     0.9.3claws47
1199
1200         * src/mimeview.c
1201                 make icon list look like a list of toggles
1202
1203 2003-07-23 [luke]       0.9.3claws46
1204
1205         * src/pixmaps/mimeview_gpg_expired.xpm
1206         * src/pixmaps/mimeview_gpg_failed.xpm
1207         * src/pixmaps/mimeview_gpg_passed.xpm
1208         * src/pixmaps/mimeview_text_html.xpm
1209         * src/pixmaps/mimeview_image.xpm
1210                 o all icons the same size
1211
1212         * src/mimeview.[ch]
1213                 o mimeview ctree arranged vertically above the viewer
1214                 o icons changed to buttons
1215                 o can use keyboard to select an icon (Enter)
1216                 o resize icon list to width of icons
1217
1218         *  src/gtk/gtkvscrollbutton.c
1219                 o sensitivity of buttons reacts to position
1220
1221 2003-07-23 [christoph]  0.9.3claws45
1222
1223         * sync with 0.9.3cvs14 (incomplete)
1224                 see ChangeLog 2003-07-17
1225
1226 2003-07-23 [alfons]     0.9.3claws44
1227
1228         * src/folder.c
1229         * src/procmsg.h
1230                 sync with my local tree to restore some claws-only things
1231
1232 2003-07-23 [paul]       0.9.3claws43
1233
1234         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1235           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1236           src/Makefile.am
1237           src/mimeview.c
1238           src/procmime.h
1239           src/rfc2015.c
1240           src/stock_pixmap.[ch]
1241                 indicate missing keys and expired sigs/keys
1242                 in mime view column
1243
1244 2003-07-23 [paul]       0.9.3claws42
1245
1246         * src/compose.c
1247                 Redirect fixes: enable automatic account selection and
1248                 do not append signature to message on changing account
1249                 fixes Bug[s] #248
1250
1251 2003-07-23 [paul]       0.9.3claws41
1252
1253         * sync with 0.9.3cvs16
1254                 see ChangeLog 2003-07-23
1255
1256 2003-07-23 [alfons]     0.9.3claws40
1257
1258         * src/inc.c
1259                 give progress dialog a main window, and give it the first 
1260                 one (presumably the only one). fixes bug #247, "segfault on 
1261                 pop-before-smtp" 
1262
1263 2003-07-22 [alfons]     0.9.3claws39
1264
1265         * src/summaryview.c
1266                 shift-space scrolls up
1267
1268 2003-07-22 [paul]       0.9.3claws38
1269
1270         * sync with 0.9.3cvs15
1271                 see ChangeLog 2003-07-22
1272
1273 2003-07-20 [alfons]     0.9.3claws37
1274
1275         * src/compose.c
1276                 put menu inside #ifdef USE_ASPELL..#endif
1277
1278 2003-07-20 [christoph]  0.9.3claws36
1279
1280         * src/procmsg.c
1281                 fix wrong flags in MsgInfo returned by
1282                 procmsg_msginfo_get_full_info()
1283
1284         (closes Bug 221 Deleting messages from the Message View gives incorrect
1285          new/unread message counts in the folder view)
1286
1287         * src/plugins/spamassassin/spamassassin_gtk.c
1288                 add gettext macro for prefs page title
1289
1290 2003-07-20 [paul]       0.9.3claws35
1291
1292         * src/mimeview.c
1293                 redraw icon list on signature check
1294
1295 2003-07-20 [christoph]  0.9.3claws34
1296
1297         * src/Makefile.am
1298         * src/account.c
1299         * src/folder.[ch]
1300         * src/folder_item_prefs.[ch]            ** NEW **
1301         * src/folderview.c
1302         * src/mainwindow.c
1303         * src/mh.c
1304         * src/prefs_gtk.c
1305         * src/prefs_scoring.c
1306         * src/summaryview.c
1307         * src/prefs_folder_item.[ch]
1308                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1309                   Properties dialog
1310                 o use prefswindow for folder properties
1311
1312         * src/gtk/prefswindow.[ch]
1313                 change implementation to use an invisible notebook instead
1314                 of unparenting widgets
1315
1316 2003-07-20 [christoph]  0.9.3claws33
1317
1318         * src/compose.h
1319         * src/folder.c
1320         * src/folderview.h
1321         * src/headerview.h
1322         * src/prefs_filtering.h
1323         * src/prefs_folder_item.[ch]
1324         * src/procmime.h
1325         * src/procmsg.h
1326         * src/summaryview.h
1327                 clean up header mess
1328                 (always use 1. typedefs, 2. #includes, 3. structures)
1329
1330         * src/common/version.h.in
1331                 add casts for constants
1332
1333         * src/plugins/demo/demo.c
1334                 fix typo
1335
1336         * src/plugins/spamassassin/spamassassin.c
1337                 remove unused variable
1338
1339 2003-07-20 [alfons]     0.9.3claws32
1340
1341         * src/mimeview.c
1342                 o make icon buttons respond on left click
1343                 o minor cosmetic change
1344
1345 2003-07-19 [luke]       0.9.3claws31
1346
1347         * src/mimeview.[ch]
1348         * src/gtk/gtkvscrollbutton.c
1349         * src/messageview.c
1350                 o improved mimeview behaviour when selecting a new message
1351                 o plus code cleanups to remove compile warnings
1352
1353
1354 2003-07-19 [alfons]     0.9.3claws30
1355
1356         * src/procmsg.c
1357         * src/compose.c
1358         * src/common/utils.[ch]
1359                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1360
1361 2003-07-19 [alfons]     0.9.3claws29
1362
1363         * src/prefs_folder_item.c
1364                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1365                 string pointers
1366
1367 2003-07-19 [luke]       0.9.3claws28
1368
1369         * src/messageview.c
1370         * src/mimeview.[ch]
1371         * src/procmime.h
1372         * src/rfc2015.c
1373         * src/stock_pixmap.[ch]
1374         * src/gtk/Makefile.am
1375         * src/Makefile.am
1376         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1377         * src/pixmaps/mime_*.xpm                ** NEW **
1378                 o mimeview rearrangement with a new icon shortcut bar
1379
1380 2003-07-19 [alfons]     0.9.3claws27
1381
1382         * src/folderview.c
1383                 o plug leaking nodes_to_recollapse
1384                 o add folderview_recollapse_all_nodes() (not used yet)
1385
1386 2003-07-19 [alfons]     0.9.3claws26
1387
1388         * src/compose.c
1389         * src/common/utils.c
1390                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1391                 for both forwarding as replying
1392
1393 2003-07-18 [christoph]  0.9.3claws25
1394
1395         * configure.ac
1396         * src/common/sylpheed.[ch]
1397         * src/common/version.h.in
1398                 add version in numeric form to allow easy comparison
1399
1400         * src/plugins/demo/demo.c
1401                 add version check
1402                 - sylpheed version > plugin version => never allowed, sylpheed
1403                   could contain unknown API changes
1404                 - sylpheed version < minimum version required => don't load,
1405                   API required not available (if linking does not fail)
1406
1407 2003-07-18 [alfons]     0.9.3claws24
1408         
1409         * src/common/plugin.[ch]
1410                 const correctness
1411
1412 2003-07-18 [christoph]  0.9.3claws23
1413
1414         * src/common/hooks.c
1415                 fix crash when hooks where unregisted
1416
1417         * src/plugins/trayicon/trayicon.c
1418                 unregister detroy signal before destroying the widget
1419                 (still crashes when the plugin is unloaded)
1420
1421 2003-07-18 [alfons]     0.9.3claws22
1422         
1423         * src/folderview.c
1424                 delay expanding folder tree during drags until timeout triggered
1425                 (needs perhaps some tweaking, so testing is welcome)
1426
1427 2003-07-17 [alfons]     0.9.3claws21
1428
1429         * src/folderview.c
1430                 clean up cruft
1431
1432 2003-07-17 [christoph]  0.9.3claws20
1433
1434         * src/common/session.c
1435                 fix opening of SSL connections
1436
1437         * src/plugins/image_viewer/Makefile.am
1438                 add OPENSSL_CFLAGS (we should find a better solution to remove
1439                 this dependencies if they are not required)
1440
1441         * src/plugins/spamassassin/spamassassin.c
1442                 remove setlocale workaround (fixed in libspamc)
1443
1444         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1445          if spell checking enabled)
1446
1447 2003-07-17 [alfons]     0.9.3claws19
1448
1449         * src/common/hooks.[ch]
1450         * src/plugins/clamav/clamav_plugin.c
1451         * src/plugins/spamassassin/spamassassin.c
1452         * src/plugins/trayicon/trayicon.c
1453                 fix signedness muck 
1454
1455 2003-07-17 [alfons]     0.9.3claws18
1456
1457         * src/procmime.c
1458                 plug memleak
1459
1460 2003-07-17 [alfons]     0.9.3claws17
1461
1462         * src/inc.c
1463                 plug memleak
1464
1465 2003-07-17 [paul]       0.9.3claws16
1466
1467         * src/common/defs.h
1468           src/mainwindow.c
1469           src/manual.[ch]
1470                 add link to the Claws site's FAQ page, after the suggestion
1471                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1472                 Move url strings to defs.h
1473                 
1474         * src/mainwindow.c
1475                 fix typo to prevent "unknown menu entry" warnings
1476
1477 2003-07-17 [alfons]     0.9.3claws15
1478
1479         * src/folderview.[ch]
1480         * src/summaryview.[ch]
1481         * src/mimeview.[ch]
1482                 plug DnD leaks 
1483
1484 2003-07-17 [paul]       0.9.3claws14
1485
1486         * src/inc.c
1487                 remove two instances of 'GTK_EVENTS_FLUSH' because
1488                 they are unnecessary and probably cause a stack overflow
1489
1490 2003-07-16 [christoph]  0.9.3claws13
1491
1492         * src/mimeview.[ch]
1493                 use an invisible GTK notebook to switch between viewers
1494                 instead of reparenting widgets
1495
1496 2003-07-16 [christoph]  0.9.3claws12
1497
1498         * src/folder.c
1499                 move folder_item_update_freeze() to correct place in
1500                 folder_item_scan_full()
1501
1502 2003-07-16 [paul]       0.9.3claws11
1503
1504         * sync with 0.9.3cvs12
1505                 see ChangeLog 2003-07-14 and 2003-07-15
1506
1507 2003-07-16 [christoph]  0.9.3claws10
1508
1509         * src/imap.[ch]
1510         * src/prefs_account.[ch]
1511                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1512
1513 2003-07-15 [alfons]     0.9.3claws9
1514
1515         * src/main.c
1516                 make --config-dir do something useful
1517
1518 2003-07-15 [alfons]     0.9.3claws8
1519
1520         * src/procmsg.c
1521                 o fix a bug where 'last' didn't really point to the last message
1522                   in the top level list of children, but to the last threaded
1523                   message. 
1524                 
1525                 o clean up and make it easier to sync
1526
1527 2003-07-15 [alfons]     0.9.3claws7
1528
1529         * src/mainwindow.c
1530                 make correct menu items sensitive       
1531
1532 2003-07-14 [alfons]     0.9.3claws6
1533
1534         * src/procmsg.c
1535                 tune the threader so it will not subject-thread any message
1536                 without a subject prefix (this will not thread correctly if 
1537                 a parent is delivered after their childs, but it looks 
1538                 better right now)
1539
1540 2003-07-13 [christoph]  0.9.3claws5
1541
1542         * src/mainwindow.c
1543                 group "Add mailbox *..." menu items in submenu
1544
1545 2003-07-13 [alfons]     0.9.3claws4
1546
1547         * src/summaryview.c
1548                 correct summary_toggle_pressed() signature and make sure
1549                 signal is not passed on
1550
1551 2003-07-13 [alfons]     0.9.3claws3
1552
1553         * src/summaryview.c
1554                 o for now don't pass on keys when they we're handled by 
1555                   ctree::key_press_event
1556                 o clean up
1557
1558 2003-07-13 [alfons]     0.9.3claws2
1559         
1560         * src/main.c
1561                 add command line option "--config-dir" to get the current 
1562                 configuration dir
1563
1564 2003-07-12 [alfons]     0.9.3claws1
1565
1566         * src/matcher.[ch]
1567         * src/matcher_parser_parse.y
1568         * src/prefs_filtering.c
1569         * src/filtering.c
1570                 add "Lock" filter action to lock messages;
1571
1572         * src/filtering.c       
1573                 remove debug_print()    
1574         * src/prefs_filtering.c
1575                 re-organize matcher part 9: 
1576                 make action text entries easily extendible;
1577                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1578                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1579
1580 2003-07-12 [paul]
1581
1582         * tools/README
1583                 update old information and add missing
1584                 information
1585
1586 2003-07-12 [paul]       0.9.3claws
1587
1588         * 0.9.3claws released
1589         
1590 2003-07-12 [paul]       0.9.0claws103
1591
1592         * src/Makefile.am
1593                 add addrquery.h
1594
1595 2003-07-12 [melvin]     0.9.0claws102
1596
1597         * src/messageview.c
1598                 Fixed bug #215: Show MIME tab for single text/html messages. 
1599                 
1600 2003-07-12 [paul]       0.9.0claws101
1601
1602         * man/sylpheed.1
1603                 updated
1604
1605 2003-07-12 [paul]       0.9.0claws100
1606
1607         * po/es.po
1608           po/hr.po
1609           po/pl.po
1610           po/sr.po
1611                 update Spanish, Croatian, Polish, Serbian translations.
1612                 submitted by Ricardo Mones Lastra, Dragan, Witold
1613                 Wladyslaw Wojciech Wilk, Urke MMI
1614
1615 2003-07-12 [melvin]     0.9.0claws99
1616
1617         * po/fr.po
1618                 Updated French translations.
1619
1620 2003-07-12 [paul]       0.9.0claws98
1621
1622         * src/addressbook.c
1623                 disable 'Lookup' button as it has no effect
1624
1625 2003-07-11 [alfons]     0.9.0claws97
1626         
1627         * src/summaryview.c
1628                 summary_searchbar_pressed() should return TRUE to signal that
1629                 event was handled. when returning void, the return value passed
1630                 to GTK is actually random, but maybe FALSE, in which case the
1631                 event is handled by parent
1632                 
1633 2003-07-10 [paul]       0.9.0claws96
1634
1635         * ac/missing/gettext.m4
1636                 update to version 0.12
1637
1638 2003-07-10 [paul]       0.9.0claws95
1639
1640         * src/plugins/clamav/clamav_plugin.c
1641                 fix bug where multipart/alternative messages
1642                 would slip through without being scanned
1643
1644 2003-07-10 [christoph]  0.9.0claws94
1645
1646         * src/folder.c
1647                 correct check if folder supports removing when a message is
1648                 moved. if not the message is only copied.
1649
1650         (closes Bug 132 crash on startup in newsgroups folders)
1651
1652 2003-07-09 [alfons]     0.9.0claws93
1653
1654         * configure.ac
1655         * src/common/defs.h
1656                 --with-config-dir (default .sylpheed)
1657
1658 2003-07-09 [christoph]  0.9.0claws92
1659
1660         * configure.ac
1661                 use PKG_CHECK_MODULES to check for gtkmathview
1662                 (version 0.4.2 now required)
1663
1664 2003-07-08 [melvin]     0.9.0claws91
1665
1666         * src/action.c
1667                 Implemented a progress bar that counts the number of completed
1668                 tasks when the action runs more than one command.
1669
1670 2003-07-08 [alfons]     0.9.0claws90
1671
1672         * src/procmsg.c
1673                 if queued message has an invalid Message-Id, don't try to
1674                 find message it refers to (fixes #209 "crash when processing 
1675                 in folder")
1676
1677 2003-07-08 [paul]       0.9.0claws89
1678
1679         * sync with 0.9.3cvs2
1680                 see ChangeLog 2003-07-08
1681
1682 2003-07-08 [match]      0.9.0claws88
1683
1684         * src/ldapctrl.c
1685                 extend LDAP search for first/last name by parsing search term.
1686
1687 2003-07-08 [alfons]     0.9.0claws87
1688
1689         * src/send_message.c
1690                 fix bug #208 "Status message stuck when sending on POP3 account"
1691
1692 2003-07-07 [paul]       0.9.0claws86
1693
1694         * po/hr.po
1695                 new Croatian translation, submitted by
1696                 Dragan <drleskov@inet.hr>
1697
1698 2003-07-07 [paul]       0.9.0claws85
1699
1700         * sync with 0.9.3cvs1
1701                 see ChangeLog 2003-07-07
1702
1703 2003-07-05 [christoph]  0.9.0claws84
1704
1705         * src/Makefile.am
1706         * src/messageview.c
1707         * src/mimeview.[ch]
1708         * src/stock_pixmap.[ch]
1709         * src/pixmaps/messageview_text.xpm              ** NEW **
1710                 move mimeview tabs to the right side and use icons
1711                 instead of text to save some space
1712
1713         (patch by Luke Plant <lukeplant@softhome.net>)
1714
1715 2003-07-05 [christoph]  0.9.0claws83
1716
1717         * src/inc.c
1718                 add NULL pointer checks
1719
1720         (patch by Luke Plant <lukeplant@softhome.net>)
1721         (closes Bug 204 0.9.0 quits on authentication error?!)
1722
1723 2003-07-05 [alfons]     0.9.0claws82
1724
1725         * configure.ac
1726                 take the clue in bug #202 "./configure script - 
1727                 'if test' comparison failure" reported by John Kristoff. 
1728
1729 2003-07-04 [christoph]  0.9.0claws81
1730
1731         * src/plugins/spamassassin/spamassassin.c
1732                 set timeout for spam check
1733
1734 2003-07-04 [christoph]  0.9.0claws80
1735
1736         * src/main.c
1737                 destroy all FolderItems when shutting down to
1738                 allow folders to clean up
1739
1740 2003-07-04 [melvin]     0.9.0claws79
1741
1742         * src/gtk/gtkaspell.c
1743                 Fixed bug #184 "Entering non-ascii character deletes
1744                 previous char if spell checking enabled": this makes
1745                 the spell checking in multibytes (e.g. UTF-8)locales work.
1746                 (Patch by Luke Plant).
1747                 
1748 2003-07-04 [christoph]  0.9.0claws78
1749
1750         * sync with 0.9.2cvs1
1751                 see ChangeLog 2003-06-10
1752
1753 2003-07-04 [paul]       0.9.0claws77
1754
1755         * sync with 0.9.3 release
1756                 see ChangeLog 2003-07-04
1757
1758 2003-07-03 [christoph]  0.9.0claws76
1759
1760         * src/folder.[ch]
1761         * src/imap.c
1762         * src/mbox_folder.c
1763         * src/mh.c
1764         * src/news.c
1765                 move folder_item_get_path() stuff into a folder virtual function
1766
1767         * src/procmsg.c
1768                 use folder_item_fetch_msg() to get message and do not contruct
1769                 the filename from path and number
1770
1771 2003-07-03 [paul]       0.9.0claws75
1772
1773         * sync with 0.9.2cvs12
1774                 see ChangeLog 2003-07-03
1775
1776 2003-07-02 [paul]       0.9.0claws74
1777
1778         * src/messageview.c
1779                 fix text-selection for replying
1780
1781 2003-07-02 [paul]       0.9.0claws73
1782
1783         * sync with 0.9.2cvs11
1784                 see ChangeLog 2003-07-02
1785
1786 2003-07-02 [paul]       0.9.0claws72
1787
1788         * src/procmsg.c
1789                 revert last commit because it breaks more
1790                 than it fixes
1791
1792 2003-07-02 [paul]       0.9.0claws71
1793
1794         * src/procmsg.c
1795                 fix thread by subject/sort by date
1796
1797 2003-07-01 [paul]       0.9.0claws70
1798
1799         * sync with 0.9.2cvs10
1800                 see ChangeLog 2003-07-01
1801
1802 2003-06-30 [paul]       0.9.0claws69
1803
1804         * sync with 0.9.2cvs9
1805                 see ChangeLog 2003-06-30
1806
1807 2003-06-28 [match]      0.9.0claws68
1808
1809         * src/addressbook.c
1810                 fix null ptr.
1811
1812 2003-06-27 [paul]       0.9.0claws67
1813
1814         * sync with 0.9.2cvs7
1815                 see ChangeLog 2003-06-27
1816
1817 2003-06-26 [christoph]  0.9.0claws66
1818
1819         * src/folder.c
1820                 freeze folder updates while a folder is scanned
1821
1822         (closes Bug 185 New message counter)
1823
1824 2003-06-26 [darko]      0.9.0claws65
1825
1826         * src/ldapserver.c
1827                 fix infinite loop when adding a new LDAP server
1828
1829 2003-06-26 [paul]       0.9.0claws64
1830
1831         * sync with 0.9.2cvs6
1832                 see ChangeLog 2003-06-26
1833
1834 2003-06-26 [paul]       0.9.0claws63
1835
1836         * sync with 0.9.2cvs5
1837                 see ChangeLog 2003-06-25 and 2003-06-26
1838
1839 2003-06-25 [match]      0.9.0claws62
1840
1841         * src/addr_compl.c
1842                 Fixed tab/backtab for dropped-down completion list to
1843                 move next/previous field. (close bug 147)
1844
1845 2003-06-25 [christoph]  0.9.0claws61
1846
1847         * src/addr_compl.[ch]
1848         * src/addrindex.[ch]
1849         * src/folderview.c
1850         * src/inc.c
1851         * src/news.c
1852         * src/summaryview.c
1853         * src/toolbar.c
1854                 fix warnings
1855
1856 2003-06-25 [leandro]    0.9.0claws60
1857
1858         * src/compose.c
1859                 o cleanups
1860                 o gray out "Message/Remove references" menu item if not
1861                   replying to a message
1862
1863 2003-06-24 [leandro]    0.9.0claws59
1864
1865         * src/compose.[ch]
1866                 o removed "Message/Create new thread" menu item
1867                 o added "Message/Remove references" menu item
1868                   (it's off by default and will not check anymore
1869                    if the subject changed)
1870
1871 2003-06-23 [alfons]     0.9.0claws58
1872
1873         * src/procmsg.c
1874                 try better grouping messages threaded by subject based on their age.
1875                 still not perfect - because the message tree is not sorted by date.  
1876
1877 2003-06-23 [thorsten]   0.9.0claws57
1878
1879         * src/pop.[ch]
1880                 added mail_receive_hook to allow modifications
1881                 directly after retrieval (e.g. adding headers).
1882
1883 2003-06-23 [paul]       0.9.0claws56
1884
1885         * src/sourcewindow.c
1886                  enable the use of Ctrl+A to select all text in
1887                  the sourcewindow
1888                  Patch submitted by Ivan Francolin Martinez
1889                  <ivanfm@users.sourceforge.net>
1890
1891 2003-06-22 [christoph]  0.9.0claws55
1892
1893         * src/folder.[ch]
1894                 o add notification hook for folder tree changes
1895                 o invoke hooks after folder tree scanning
1896
1897         * src/folderview.[ch]
1898                 register hook for folder tree changes that
1899                 updates the ctree
1900
1901         (there are more places that should be updated, like add, remove 
1902          or move folder)
1903
1904         (closes Bug 164 Crash on rebuild folder tree)
1905         (closes Bug 190 Crash on 'rebuilding folder tree')
1906
1907 2003-06-21 [leandro]    0.9.0claws54
1908
1909         * src/compose.[ch]
1910                 create a new thread if subject changes
1911                 (it's on by default, can be disabled in Message menu)
1912
1913 2003-06-21 [alfons]     0.9.0claws53
1914
1915         * src/summaryview.c
1916                 quiet little compiler
1917
1918 2003-06-21 [christoph]  0.9.0claws52
1919
1920         update gettext stuff to version 0.12
1921
1922 2003-06-19 [alfons]     0.9.0claws51
1923
1924         * src/common/log.c
1925         * src/common/plugin.c
1926                 move defs.h before glib.h to prevent MIN/MAX redefs
1927
1928 2003-06-19 [alfons]
1929
1930         * src/addressbook.c
1931                 translatable
1932
1933 2003-06-19 [match]      0.9.0claws50
1934
1935         * src/addressbook.[ch]
1936         * src/addrindex.[ch]
1937         * src/addr_compl.[ch]
1938         * src/editldap.[ch]
1939         * src/editldap_basedn.[ch]
1940         * src/addritem.[ch]
1941         * src/ldapquery.h
1942                 re-implemented dynamic LDAP search. works without
1943                 slowdown on display sender with addressbook
1944                 option.
1945         * src/addrbook.c
1946                 documented code.
1947
1948 2003-06-19 [paul]       0.9.0claws49
1949
1950         * src/compose.c
1951                 fix Bug #136 'Nonprovided quotation marks crash claws'
1952                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1953
1954 2003-06-19 [alfons]     0.9.0claws48
1955
1956         * src/prefs_common.[ch]
1957         * src/procmsg.c
1958                 restrict threading by subject by checking thread for
1959                 age (prefs_common.thread_by_subject_max_age)
1960
1961 2003-06-18 [christoph]  0.9.0claws47
1962
1963         * src/imap.c
1964                 fix memory leak in imap_cmd_fetch()
1965
1966 2003-06-18 [christoph]  0.9.0claws46
1967
1968         * src/prefs_gtk.c
1969                 fix memory leak in prefs_set_default() when used multiple
1970                 times or after prefs have been read
1971
1972 2003-06-18 [christoph]  0.9.0claws45
1973
1974         * src/common/plugin.c
1975                 fix memory leak in plugin_unload()
1976
1977 2003-06-18 [christoph]  0.9.0claws44
1978
1979         * src/imap.c
1980                 fix memory leak in imap_cmd_ok()
1981
1982 2003-06-18 [christoph]  0.9.0claws43
1983
1984         * src/folder.c
1985                 stop messages that are downloaded from POP3 and added to
1986                 an IMAP inbox from being filtered twice (first by POP3
1987                 and again when IMAP folder is scaned to get the UID of
1988                 the APPEND operation when no UIDPLUS is available)
1989
1990 2003-06-18 [alfons]
1991
1992         * tools/Makefile.am
1993                 phoenix <- firebird     
1994
1995 2003-06-18 [paul]
1996
1997         * tools/launch_phoenix          ** REMOVED **
1998           tools/launch_firebird         ** NEW **
1999                 renamed and edited to reflect the browser's name change from
2000                 'phoenix' to 'firebird'
2001
2002 2003-06-18 [paul]       0.9.0claws42
2003
2004         * sync with 0.9.2cvs2
2005                 see ChangeLog 2003-06-16
2006
2007 2003-06-17 [alfons]     0.9.0claws41
2008
2009         * src/procmsg.c
2010                 prevent threading problems when a node is an ancestor (parent / great parent),
2011                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2012                 for finding an sample set of messages)
2013
2014 2003-06-16 [christoph]  0.9.0claws40
2015
2016         * src/main.c
2017                 don't popup main window on --receive or --receive-all
2018
2019         * src/mainwindow.[ch]
2020         * src/plugins/trayicon/trayicon.c
2021                 allow hiding of main window by clicking on the trayicon
2022                 (doesn't work correctly in seperate window mode and may
2023                  cause unexpected GTK problems I couldn't find yet)
2024
2025         * src/common/ssl.c
2026                 remove incorrect warning
2027
2028 2003-06-15 [alfons]     0.9.0claws39
2029
2030         * src/gtk/gtkstext.c
2031                 don't output debug text;
2032                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2033                 for pointing this out);
2034
2035 2003-06-14 [alfons]     0.9.0claws38
2036         
2037         * src/messageview.c
2038                 remove printf() and make one if..else comply with coding style
2039
2040 2003-06-14 [alfons]     0.9.0claws37
2041
2042         * AUTHORS
2043                 add Martin Wicke
2044         * src/action.c
2045         * src/messageview.[ch]
2046         * src/summaryview.c
2047                 apply patch #754162 "Quoting messages filtered by actions" submitted
2048                 by Martin Wicke, which allows quoting message body changed by an
2049                 action (Thanks!).
2050
2051 2003-06-13 [alfons]     0.9.0claws36
2052
2053         * src/utils.c
2054                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2055                 use case insensitive regexp (suggested by Ivan Martinez)
2056
2057 2003-06-13 [christoph]  0.9.0claws35
2058
2059         * configure.ac
2060         * src/plugins/trayicon/Makefile.am
2061         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2062         * src/plugins/trayicon/trayicon.c
2063         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2064         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2065         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2066         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2067         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2068         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2069                 replace my own EggTrayIcon backport with the backport
2070                 used by (l|x)mule and gabber.
2071
2072 2003-06-13 [alfons]     0.9.0claws34
2073
2074         * AUTHORS
2075         * src/common/utils.c
2076                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2077
2078 2003-06-13 [alfons]     0.9.0claws33
2079
2080         * src/compose.c
2081                 clean up a little bit
2082
2083 2003-06-12 [alfons]     0.9.0claws32
2084
2085         * src/compose.c
2086                 const correctness fix
2087
2088         * src/common/sylpheed.[ch]
2089                 () -> (void)
2090                 prevent redef MIN/MAX
2091                 
2092         * src/common/utils.[ch]
2093                 () -> (void)
2094
2095 2003-06-12 [melvin]     0.9.0claws31
2096
2097         * src/compose.c
2098                 Updated to take into accounts changes in GtkAspell.
2099
2100 2003-06-12 [alfons]     0.9.0claws30
2101
2102         * src/compose.c
2103         * src/procmsg.c
2104         * src/common/utils.[ch]
2105                 handle reply subject prefixes better (initial 
2106                 suggestion by Robert Story adapted and enhanced 
2107                 using regexps)
2108
2109 2003-06-12 [melvin]     0.9.0claws29
2110
2111         * src/compose.c
2112                 Use new gtkaspell_checkers_strerror() to get the speller's
2113                 error message instead of accessing the (now private)
2114                 checkers structure.
2115                 Minor code clean up
2116
2117         * src/main.c
2118                 Use #ifdef instead of #if for USE_ASPELL
2119                 Use the new spell checkers init/quit functions 
2120
2121         * src/gtk/gtkaspell.c
2122                 Use #ifdef instead of #if for USE_ASPELL
2123                 Moved in the majority of GtkAspell structures that were
2124                 exported before by gtkaspell.h
2125         
2126         * src/gtk/gktaspell.h
2127                 Made gtkaspell.h contain only the necessary data to be
2128                 publicized by moving many structures to gtkaspell.c.
2129                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2130                 gtkaspell_checkers_new(): replaced by...
2131                 gtkaspell_checkers_init(): new function for initialization
2132                 gtkaspell_checkers_delete(): replaced by...
2133                 gtkaspell_checkers_quit(): new function
2134                 gtkaspell_checkers_strerror(): new function that returns
2135                 the checker's last error message.
2136                 
2137 2003-06-11 [melvin]     0.9.0claws28
2138
2139         * po/POTFILES.in
2140                 Updated to take into account gtkaspell.c migration to
2141                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2142
2143 2003-06-10 [alfons]     0.9.0claws27
2144
2145         * src/filtering.[ch]
2146         * src/folder.c
2147         * src/matcher.c
2148         * src/scoring.[ch]
2149                 - try fixing bug #18 (any brave testers?)
2150                 - add more robustness by refusing previously 
2151                   unchecked NULL pointers 
2152
2153 2003-06-10 [alfons]     0.9.0claws26
2154
2155         * src/procmsg.c
2156                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2157
2158 2003-06-09 [alfons]     0.9.0claws25
2159
2160         * src/prefs_common.c
2161                 fix bug #163 "Icon switching doesnt work properly" by 
2162                 preventing early freeing of prefs_common.pixmap_theme_path.
2163
2164 2003-06-09 [christoph]  0.9.0claws24
2165
2166         * src/gtk/gtkaspell.c
2167                 revert Thorsten's fix and add forgotten g_strdup for
2168                 aspell path (it should not be possible to alter the path a
2169                 GtkASpell uses from outside)
2170
2171 2003-06-09 [thorsten]   0.9.0claws23
2172
2173         * src/gtk/gtkaspell.c
2174                 dont free prefs_common.aspell_path when closing compose
2175
2176 2003-06-08 [colin]      0.9.0claws22
2177
2178         * src/plugins/spamassassin/spamassassin.c
2179                 fix prefs types
2180
2181 2003-06-07 [christoph]  0.9.0claws21
2182
2183         * src/Makefile.am
2184         * src/compose.c
2185         * src/gtkaspell.[ch]            ** REMOVE **
2186         * src/gtk/Makefile.am
2187         * src/gtk/gtkaspell.[ch]        ** NEW **
2188                 o make gtkaspell independent from sylpheed's prefs
2189                 o move gtkaspell.[ch] to gtk directory
2190
2191 2003-06-07 [christoph]  0.9.0claws20
2192
2193         * src/Makefile.am
2194         * src/crash.c
2195         * src/export.c
2196         * src/filesel.[ch]              ** REMOVE **
2197         * src/folder.c
2198         * src/main.[ch]
2199         * src/common/sylpheed.[ch]
2200         * src/gtk/Makefile.am
2201         * src/gtk/filesel.[ch]          ** NEW **
2202         * src/gtk/pluginwindow.c
2203         * src/gtk/sslcertwindow.c
2204                 move filesel.[ch] to gtk directory
2205
2206 2003-06-07 [alfons]     0.9.0claws19
2207
2208         * src/filesel.c
2209                 make (multi) file selection dialog work again (Claws-only)
2210
2211 2003-06-07 [thorsten]   0.9.0claws18
2212
2213         * po/de.po
2214                 fix typos
2215
2216 2003-06-07 [alfons]     0.9.0claws17
2217
2218         * configure.ac
2219         * src/mimeview.c
2220                 detect apache mishap in which case don't include fnmatch.h
2221                 if regex.h is already included
2222
2223 2003-06-06 [christoph]  0.9.0claws16
2224
2225         * configure.ac
2226         * src/mimeview.h
2227                 add check for fnmatch.h and include it when available
2228
2229         * src/mimeview.[ch]
2230                 fix wrong case sensitivity of Content-Types
2231
2232         * src/gtk/Makefile.am
2233                 need the same include paths in gtk directory as in
2234                 common directory because .h files in common can
2235                 include files from these directories, when included
2236                 in gtk's .h or .c files
2237
2238 2003-06-06 [alfons]     0.9.0claws15
2239
2240         * src/mimeview.c
2241         * src/summaryview.c
2242                 make it compile again because of regex.h / fnmatch.h 
2243                 include problems (related to recent mime stuff, can
2244                 someone check this?)
2245
2246 2003-06-06 [thorsten]   0.9.0claws14
2247
2248         * src/folderview.c
2249                 possible use of uninitialized pointer while dragging
2250
2251 2003-06-06 [paul]       0.9.0claws13
2252
2253         * src/compose.c
2254                 fix bug where the insert sig button would be effective
2255                 only when auto_sig was set
2256
2257 2003-06-06 [paul]       0.9.0claws12
2258
2259         * sync with 0.9.2 release
2260
2261 2003-06-02 [paul]       0.9.0claws11
2262
2263         * sync with 0.9.1cvs1
2264                 see ChangeLog 2003-06-02
2265                 
2266         * po/de.po
2267                 update by Jens
2268
2269 2003-06-01 [christoph]  0.9.0claws10
2270
2271         * src/account.c
2272                 don't use substring search to find accounts by email address
2273
2274         (closes Bug 169 Overly loose matching of "From" address)
2275
2276 2003-05-31 [christoph]  0.9.0claws9
2277
2278         * doc-src/rfc2683.txt
2279         * src/imap.c
2280                 limit IMAP command length as recommended in RFC2683
2281                 (message number lists will be split into multiple imap
2282                 sets, the limit of 1000 octets is not a hard limit)
2283
2284         (closes Bug 161 sylpheed-claws exits with segfault when logging
2285          in to certain imap-servers)
2286
2287 2003-05-29 [alfons]     0.9.0claws8
2288
2289         * src/toolbar.[ch]
2290                 add print button (calling summary_print());
2291                 fine tune setting tooltip text;
2292                 (if someone needs other buttons, please take these 
2293                 commits as a guide, instead of bothering us - also
2294                 see 0.8.11claws150) 
2295
2296 2003-05-29 [darko]      0.9.0claws7
2297
2298         * src/compose.c
2299                 fix crash when word wrapping kicks in due to
2300                 changed text by spell checker
2301
2302 2003-05-29 [paul]       0.9.0claws6
2303
2304         * src/compose.c
2305                 fix bug where changing account would insert
2306                 sig even if auto_sig was FALSE
2307                 
2308         * ChangeLog
2309           ChangeLog.jp
2310           INSTALL
2311                 sync with 0.9.1 release
2312
2313 2003-05-28 [christoph]  0.9.0claws5
2314
2315         * src/imap.c
2316                 fix truncation of too long commands
2317
2318         (closes Bug 167 IMAP hangs trying to get envelope
2319          information in imap_get_uncached_messages)
2320
2321 2003-05-27 [paul]       0.9.0claws4
2322
2323         * tools/Makefile.am
2324           tools/maildir2sylpheed.pl     ** NEW FILE **
2325                 add kmail to sylpheed mailbox conversion script
2326
2327 2003-05-27 [paul]       0.9.0claws3
2328
2329         * sync with 0.9.0cvs10
2330                 see ChangeLog 2003-05-26
2331
2332 2003-05-26 [paul]       0.9.0claws2
2333
2334         * sync with 0.9.0cvs9
2335                 see ChangeLog 2003-05-26
2336
2337 2003-05-24 [paul]       0.9.0claws1
2338
2339         * sync with 0.9.0cvs8
2340                 see ChangeLog 2003-05-23
2341
2342 2003-05-24 [paul]       0.9.0claws
2343
2344         * version 0.9.0claws released
2345
2346 2003-05-24 [paul]       0.8.11claws177
2347
2348         * src/plugins/dillo-viewer/Makefile.am
2349           src/plugins/traycon/Makefile.am
2350                 add missing files
2351                 
2352         * po/bg.po
2353           po/en_GB.po
2354           po/es.po
2355           po/it.po
2356           po/pt_BR.po
2357           po/ru.po
2358           po/sr.po
2359                 update Bulgarian, British English, Spanish, Italian, 
2360                 Brazilian Portuguese, Russian, and Serbian translations, 
2361                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2362                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2363                 Ruslan N. Balkin, and Urke MMI
2364
2365 2003-05-23 [melvin]     0.8.11claws176
2366
2367         * po/fr.po
2368                 Updated French translations
2369
2370 2003-05-22 [paul]       0.8.11claws175
2371
2372         * src/Makefile.am
2373           src/addrbook.[ch]
2374           src/addrcache.[ch]
2375           src/addr_compl.[ch]
2376           src/adressbook.[ch]
2377           src/addrindex.[ch]
2378           src/addritem.[ch]
2379           src/editaddress.c
2380           src/editgroup.c
2381           src/editldap_basedn.c
2382           src/editldap.c
2383           src/jpilot.c
2384           src/vcard.c
2385                 revert to get ldap into it previous working state
2386                 
2387         * po/zh_TW.Big5.po
2388                 new Taiwanese translation,
2389                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2390
2391 2003-05-22 [christoph]  0.8.11claws174
2392
2393         * src/plugins/spamassassin/libspamc.[ch]
2394                 sync libspamc with SpamAssaain release 2.55
2395
2396 2003-05-22 [paul]       0.8.11claws173
2397
2398         * sync with 0.9.0cvs7
2399                 see ChangeLog 2003-05-22
2400                 
2401         * src/summaryview.c
2402                 revert change in 0.8.11claws172: follow
2403                 Hiroyuki's decision and that's the end of it.
2404
2405 2003-05-21 [paul]       0.8.11claws172
2406
2407         * src/summaryview.c
2408                 fix discrepency between open_unread_on_enter
2409                 and always_show_msg
2410
2411 2003-05-21 [paul]       0.8.11claws171
2412
2413         * sync with 0.9.0cvs6
2414                 see ChangeLog 2003-05-21
2415
2416 2003-05-21 [paul]       0.8.11claws170
2417
2418         * sync with 0.9.0cvs5
2419                 see ChangeLog 2003-05-21
2420
2421 2003-05-20 [paul]       0.8.11claws169
2422
2423         * sync with 0.9.0cvs4
2424                 see ChangeLog 2003-05-20
2425                 fixes bug #152, 'encoding of IMAP folders names'
2426
2427 2003-05-20 [paul]       0.8.11claws168
2428
2429         * sync with 0.9.0cvs3
2430                 see ChangeLog 2003-05-20
2431                 
2432         * src/tools/convert_mbox.pl
2433                 minor change in the comments, submitted by Fred Marton
2434
2435 2003-05-19 [paul]       0.8.11claws167
2436
2437         * src/plugins/clamav/Makefile.am
2438           configure.ac
2439                 link clamav_lib to the plugin and not to the main program
2440
2441 2003-05-19 [christoph]
2442
2443         * src/Makefile.am
2444                 add -export-dynamic for linking
2445
2446 2003-05-19 [paul]       0.8.11claws166
2447
2448         * sync with 0.9.0cvs1
2449                 see ChangeLog 2003-05-19
2450
2451 2003-05-19 [paul]       0.8.11claws165
2452
2453         * src/inc.c
2454                 fix 'pop before smtp' timeout
2455
2456 2003-05-18 [alfons]     0.8.11claws164
2457
2458         * src/prefs_matcher.c
2459                 put "execute" action command line ("expression") in edit box
2460
2461 2003-05-18 [christoph]  0.8.11claws163
2462
2463         * src/mimeview.[ch]
2464         * src/plugins/dillo_viewer/dillo_viewer.c
2465         * src/plugins/image_viewer/viewer.c
2466         * src/plugins/mathml_viewer/mathml_viewer.c
2467                 let a viewer have a list of Content-Types
2468
2469 2003-05-18 [paul]       0.8.11claws162
2470
2471         * src/prefs_filtering.c
2472                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2473                 and REDIRECT actions
2474
2475 2003-05-17 [christoph]
2476
2477         * README.claws
2478                 o remove dynamic signatures that was syned with main
2479                 o add infos about no longer "build in" image viewer
2480                 o update bugtracker URL
2481
2482 2003-05-17 [christoph]  0.8.11claws161
2483
2484         * src/folder.c
2485         * src/folderview.c
2486         * src/imap.c
2487                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2488                 for every folder after rebuilding the folder tree.
2489
2490         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2491          messages)
2492
2493 2003-05-17 [christoph]  0.8.11claws160
2494
2495         * src/imap.c
2496                 don't use STATUS command on current folder to check for
2497                 content changes. imap_cmd_ok() now tracks changes to
2498                 folder and number of existing messages.
2499
2500 2003-05-17 [paul]       0.8.11claws159
2501
2502         * src/plugins/clamav/clamav_plugin.c
2503                 remove unnecessary debug_print
2504
2505 2003-05-16 [thorsten]   0.8.11claws158
2506
2507         * src/plugins/demo.c
2508                 included missing intl.h
2509
2510 2003-05-16 [paul]       0.8.11claws157
2511
2512         * po/POTFILES.in
2513                 remove non-existant entries
2514         
2515         * src/plugins/clamav/clamav_plugin.c
2516           src/plugins/clamav/clamav_plugin_gtk.c
2517           src/plugins/dillo_viewer/dillo_prefs.c
2518           src/plugins/dillo_viewer/dillo_viewer.c
2519                 gettextise
2520
2521 2003-05-16 [christoph]  0.8.11claws156
2522
2523         * po/POTFILES.in
2524                 include plugin .c files for translation until I
2525                 find a better solution to have plugins have their
2526                 own textdomain
2527         * src/plugins/demo/demo.c
2528         * src/plugins/image_viewer/plugin.c
2529         * src/plugins/mathml_viewer/mathml_viewer.c
2530         * src/plugins/spamassassin/spamassassin.c
2531         * src/plugins/spamassassin/spamassassin_gtk.c
2532         * src/plugins/trayicon/trayicon.c
2533                 add gettext macros for plugin name and description
2534
2535 2003-05-16 [paul]
2536
2537         * sync with 0.9.0
2538
2539 2003-05-16 [paul]       0.8.11claws155
2540
2541         * sync with lastest 0.9.0pre1
2542                 see ChangeLog 2003-05-16
2543
2544 2003-05-15 [paul]       0.8.11claws154
2545
2546         * sync with latest 0.9.0pre1
2547                 see ChangeLog 2003-05-14 and 2003-05-15
2548
2549 2003-05-14 [christoph]  0.8.11claws153
2550
2551         * src/plugins/image_viewer/viewer.c
2552         * src/plugins/image_viewer/viewer.glade         ** NEW **
2553         * src/plugins/image_viewer/viewerprefs.c
2554                 make it possible to disable the autoload function in the
2555                 imageviewer again
2556
2557 2003-05-14 [christoph]  0.8.11claws152
2558
2559         * src/folder.c
2560                 fix folder update after adding a message
2561
2562 2003-05-13 [alfons]     0.8.11claws151
2563
2564         * src/common/session.c
2565                 remove debug traces
2566                 
2567         * src/addrcache.[ch]
2568         * src/filtering.[ch]
2569         * src/folder.[c]
2570         * src/gtkaspell.[ch]
2571         * src/imap.[ch]
2572         * src/mbox_folder.[ch]
2573         * src/mh.[ch]
2574         * src/mimeview.h
2575         * src/msgcache.[ch]
2576         * src/news.[ch]
2577         * src/passphrase.[ch]
2578         * src/prefs_common.[ch]
2579         * src/prefs_gtk.[ch]
2580         * src/procmsg.c
2581         * src/scoring.[ch]
2582                 be pedantic; (in prototypes () implies (int))
2583
2584 2003-05-13 [alfons]     0.8.11claws150
2585
2586         * src/prefs_toolbar.[ch]
2587         * src/summaryview.[ch]
2588         * src/toolbar.[ch]
2589                 change misleading text in toolbar prefs;
2590                 add toolbar action for ignore thread (toggles ignore thread flag);
2591                 clean up a little bit;
2592
2593 2003-05-12 [paul]
2594
2595         * tools/convert_mbox.pl
2596                 bug fixed by Fred Marton
2597
2598 2003-05-12 [paul]
2599
2600         * sync with 0.9.0pre1
2601
2602 2003-05-09 [paul]       0.8.11claws149
2603
2604         * sync with 0.8.11cvs43
2605                 see ChangeLog 2003-05-09
2606
2607 2003-05-08 [christoph]  0.8.11claws148
2608
2609         * src/imap.[ch]
2610                 o use CAPABILIY as first command and check for PREAUTH
2611                   information in the response to it
2612                 o rewrite all imap_cmd_* functions to use an IMAPSession
2613                   instead of a SockInfo as parameter
2614                 o do STARTTLS after fetching and checking the server
2615                   capabilities
2616
2617 2003-05-08 [paul]       0.8.11claws147
2618
2619         * tools/Makefile.am
2620           tools/README
2621           tools/convert_mbox.pl         ** NEW FILE **
2622                 add mbox conversion script. Submitted by 
2623                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2624
2625 2003-05-07 [christoph]
2626
2627         * doc-src/glade.txt
2628         * src/gtk/pluginwindow.glade
2629         * src/plugins/image_viewer/viewerprefs.glade
2630         * src/plugins/spamassassin/spamassassin_gtk.glade
2631                 add glade files for user interfaces and a description how
2632                 to use glade to create the sylpheed code
2633
2634 2003-05-07 [paul]       0.8.11claws146
2635
2636         * sync with 0.8.11cvs41
2637                 see ChangeLog 2003-05-07
2638
2639 2003-05-06 [christoph]  0.8.11claws145
2640
2641         * src/main.c
2642         * src/plugins/image_viewer/viewer.c
2643                 fix usage of imlib in imageviewer plugin
2644
2645         * src/gtk/prefswindow.c
2646                 handle window close event correctly
2647
2648 2003-05-06 [paul]       0.8.11claws144
2649
2650         * src/common/ssl.c
2651                 fix typo introduced in sync
2652
2653 2003-05-06 [paul]       0.8.11claws143
2654
2655         * sync with 0.8.11cvs39
2656                 see ChangeLog 2003-05-06
2657
2658 2003-05-06 [paul]       0.8.11claws142
2659
2660         * AUTHORS
2661           po/cs.po
2662                 updated Czech translation, submitted by 
2663                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2664                 
2665         * src/plugins/clamav/clamav_plugin_gtk.c
2666                 clean up
2667
2668 2003-05-03 [alfons]     0.8.11claws141
2669
2670         * src/compose.[ch]
2671                 make paste as quotation work even when the call to 
2672                 text_inserted() was deferred (fixes bug #140 "Paste 
2673                 as quotation does not work when using "external" 
2674                 clipboard")
2675
2676 2003-05-03 [thorsten]   0.8.11claws140
2677
2678         * src/addrquery.h
2679           src/ldapquery.h
2680           src/mainwindow.c
2681                 removed C++ comments
2682         * src/addr_compl.c
2683                 function with non-int retval/param used before
2684                 implementation/declaration
2685
2686 2003-05-02 [paul]       0.8.11claws139
2687
2688         * src/addr_compl.[ch]
2689           src/addressbook.[ch]
2690           src/addrindex.c
2691           src/summaryview.c
2692                 revert match's changes to (finally) remove the bug where
2693                 opening a folder causes massive slowdown when using the 
2694                 'Display sender using address book' option
2695
2696 2003-05-01 [melvin]     0.8.11claws138
2697
2698         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2699         * src/plugins/dillo_viewer/dillo_viewer.c
2700                 Fixed bug where "Cancel" button from prefs issued
2701                 warnings.
2702                 Comply a little more to coding style
2703
2704 2003-05-01 [paul]       0.8.11claws137
2705
2706         * sync with 0.8.11cvs38
2707                 see ChangeLog 2003-05-01
2708
2709 2003-05-01 [paul]       0.8.11claws136
2710
2711         * po/bg.po
2712                 updated by George Danchev
2713
2714 2003-04-30 [christoph]  0.8.11claws135
2715
2716         * src/plugins/dillo_viewer/dillo_prefs.c
2717         * src/plugins/image_viewer/viewerprefs.c
2718         * src/plugins/spamassassin/spamassassin_gtk.c
2719                 remove gtk_widget_ref() calls for widgets in
2720                 glade code
2721
2722 2003-04-30 [paul]       0.8.11claws134
2723
2724         * src/addrindex.c
2725                 ok, this time a better fix for the bug where opening folder
2726                 has massive slowdown when using the 'Display sender using 
2727                 address book' option
2728
2729 2003-04-30 [paul]       0.8.11claws133
2730
2731         * src/addrindex.c
2732                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2733         
2734 2003-04-30 [melvin]     0.8.11claws132
2735
2736         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2737
2738         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2739                 Preferences for the dillo plugin
2740         * src/plugins/dillo_viewer/dillo_viewer.c
2741                 Support for preferences
2742         * src/plugins/dillo_viewer/Makefile.am
2743                 Added dillo_prefs.[ch]
2744
2745 2003-04-30 [alfons]     0.8.11claws131
2746
2747         * src/common/plugin.[ch]
2748                 see? this ANSI C'fication immediately gives us type
2749                 checking for free.
2750
2751 2003-04-30 [alfons]     0.8.11claws130
2752
2753         * src/common/plugin.[ch]
2754         * src/plugins/clamav/clamav_plugin.[ch]
2755         * src/plugins/clamav/clamav_plugin_gtk.c
2756         * src/plugins/demo/demo.c
2757         * src/plugins/dillo_viewer/dillo_viewer.c
2758         * src/plugins/image_viewer/plugin.c
2759         * src/plugins/image_viewer/viewer.[ch]
2760         * src/plugins/image_viewer/viewerprefs.[ch]
2761         * src/plugins/mathml_viewer/mathml_viewer.c
2762         * src/plugins/spamassassin/spamassassin.[ch]
2763         * src/plugins/spamassassin/spamassassin_gtk.c
2764         * src/plugins/trayicon/trayicon.c
2765                 clean up
2766
2767 2003-04-30 [alfons]     0.8.11claws129
2768
2769         * src/common/utils.c
2770                 make is_ascii_str() fail gracefully when NULL pointer
2771                 is passed
2772
2773 2003-04-30 [paul]       0.8.11claws128
2774
2775         * src/addrindex.c
2776                 fix bug where opening folder has massive slowdown when
2777                 using the 'Display sender using address book' option
2778
2779 2003-04-30 [paul]       0.8.11claws127
2780
2781         * src/plugins/clamav/clamav_plugin.c
2782           src/plugins/clamav/clamav_plugin_gtk.c
2783           src/plugins/demo/demo.c
2784           src/plugins/dillo_viewer/dillo_viewer.c
2785           src/plugins/image_viewer/plugin.c
2786           src/plugins/mathml_viewer/mathml_viewer.c
2787           src/plugins/spamassassin/spamassassin.c
2788           src/plugins/spamassassin/spamassassin_gtk.c
2789           src/plugins/trayicon/trayicon.c
2790                 get rid of eye-hurting function signatures
2791
2792 2003-04-30 [paul]       0.8.11claws126
2793
2794         * src/plugins/trayicon/trayicon.c
2795                 add description
2796                 
2797         * src/mimeview.c
2798                 be more descriptive
2799
2800 2003-04-30 [paul]       0.8.11claws125
2801
2802         * configure.ac
2803                 arrange the plugins in reverse alphabetical order
2804                 
2805         * src/plugins/clamav/clamav_plugin.[ch]
2806           src/plugins/clamav/clamav_plugin_gtk.c
2807                 rename some params
2808                 resize max_size window
2809                 re-arrange the order of some gui elements
2810                 improve descriptions
2811         
2812         * src/plugins/image_viewer/plugin.c
2813           src/plugins/mathml_viewer/mathml_viewer.c
2814                 add descriptions
2815                 
2816         * src/plugins/spamassassin/spamassassin_gtk.c
2817                 resize max_size window
2818                 re-arrange the order of some gui elements
2819                 
2820         * src/messageview.c
2821           src/mimeview.c
2822                 correct typos
2823
2824 2003-04-30 [alfons]     0.8.11claws124
2825
2826         * src/imap.c
2827                 fix a leak found while browsing Martin Kluge's 
2828                 valgrind log (Claws only)
2829
2830 2003-04-29 [darko]      0.8.11claws123
2831
2832         * src/gtk/gtkstext.h
2833                 include wchar.h if it is available, fixes compilation
2834                 on HP-UX systems
2835
2836 2003-04-29 [melvin]     0.8.11claws122
2837
2838         * src/prefs_actions.c
2839                 Improved help text of Actions' syntax
2840
2841 2003-04-28 [paul]       0.8.11claws121
2842
2843         * src/action.c
2844                 a better fix for the crash when performing an action
2845                 on a mime part
2846
2847 2003-04-28 [paul]       0.8.11claws120
2848
2849         * src/action.c
2850                 fix crash when performing an action on a
2851                 mime part
2852
2853 2003-04-28 [paul]       0.8.11claws119
2854
2855         * sync with 0.8.11cvs36
2856                 see ChangeLog 2003-04-28
2857
2858 2003-04-27 [paul]       0.8.11claws118
2859
2860         * more sync with 0.8.11cvs35
2861                 see ChangeLog 2003-04-25
2862
2863 2003-04-26 [christoph]  0.8.11claws117
2864
2865         * src/folder.c
2866                 fix remove virtual check
2867
2868 2003-04-26 [paul]       0.8.11claws116
2869
2870         * src/messageview.c
2871                 fix return-receipt, make it work again
2872
2873 2003-04-26 [paul]       0.8.11claws115
2874
2875         * src/mimeview.c
2876                 restore double-clicking of the [application/pgp-signature 
2877                 (Select "Check signature" to check)] line in the message view,
2878                 broken in recent sync
2879
2880 2003-04-26 [christoph]  0.8.11claws114
2881
2882         * src/folder.c
2883                 check if remove virtual really exists before
2884                 calling the function
2885
2886 2003-04-25 [match]      0.8.11claws113
2887
2888         * src/addrindex.c
2889         * src/addrbook.c
2890         * src/ldapquery.[ch]
2891         * src/ldapctrl.[ch]
2892                 fix memleak.
2893         * src/ldapserver.[ch]
2894                 fix memleak. fix segfault.
2895                 plug a Claws memleak
2896
2897 2003-04-25 [alfons]     0.8.11claws112
2898
2899         * src/folder.c
2900                 plug a Claws memleak
2901
2902 2003-04-25 [alfons]     0.8.11claws111
2903
2904         * src/common/session.c
2905                 plug a memleak
2906
2907 2003-04-25 [paul]       0.8.11claws110
2908
2909         * sync with 0.8.11cvs35
2910                 see ChangeLog 2003-04-24 and 2003-04-25
2911                 
2912         * src/gtk/pluginwindow.c
2913                 correct another strange float value
2914
2915 2003-04-24 [christoph]  0.8.11claws109
2916
2917         * src/folder.c
2918                 freeze folder item updates when unsetting new flags
2919
2920         * src/gtk/pluginwindow.c
2921                 correct strange float value
2922
2923 2003-04-23 [paul]       0.8.11claws108
2924
2925         * sync with 0.8.11cvs33
2926                 see ChangeLog 2003-04-23
2927
2928 2003-04-22 [paul]       0.8.11claws107
2929
2930         * src/Makefile.am
2931           src/messageview.c
2932           src/mimeview.c
2933           src/pgptext.[ch]      ** REMOVED **
2934                 remove pgptext.[ch] as its not used any more
2935
2936 2003-04-22 [paul]       0.8.11claws106
2937
2938         * sync with 0.8.11cvs31
2939                 see ChangeLog 2003-04-21 and 2003-04-22
2940
2941 2003-04-21 [alfons]     0.8.11claws105
2942
2943         * src/main.c
2944                 No access to GTK structures if we're a spawned child
2945                 (and clean up code a little bit...) Should fix #126.
2946
2947 2003-04-21 [melvin]     0.8.11claws104
2948
2949         * src/plugins/dillo_viewer/README
2950                 Improved slightly the text.
2951
2952 2003-04-21 [melvin]     0.8.11claws103
2953
2954         * src/plugins/dillo_viewer/README *** NEW ***
2955                 Added a README file for the Dillo plugin
2956
2957 2003-04-20 [paul]
2958
2959         * tools/README
2960           tools/outlook2sylpheed.pl
2961                 updated and improved by Ricardo Mones Lastra
2962
2963 2003-04-18 [oliver]     0.8.11claws102
2964
2965         * src/inc.c 
2966         * src/prefs_account.h
2967                 remove Pop3SessionType (used by selective download)
2968         * src/prefs_toolbar.c
2969                 enable set Default Toolbar button
2970
2971 2003-04-18 [paul]       0.8.11claws101
2972
2973         * sync with 0.8.11cvs29
2974                 see ChangeLog 2003-04-18
2975
2976 2003-04-17 [paul]       0.8.11claws100
2977
2978         * src/prefs_common.[ch]
2979           src/summaryview.c
2980                 remove 'Open next message on deletion' option,
2981                 as the same effect can now be achieved via the
2982                 'Always open messages in summary when selected'
2983                 option.
2984
2985 2003-04-17 [paul]       0.8.11claws99
2986
2987         * sync with 0.8.11cvs28
2988                 see ChangeLog 2003-04-17
2989
2990 2003-04-17 [christoph]  0.8.11claws98
2991
2992         * ac/spamassassin.m4
2993         * src/plugins/spamassassin/libspamc.[ch]
2994         * src/plugins/spamassassin/utils.[ch]
2995                 sync libspamc with SpamAssassin project
2996
2997 2003-04-17 [christoph]  0.8.11claws97
2998
2999         * src/common/socket.h
3000         * src/gtk/sslcertwindow.h
3001                 rename old USE_SSL to USE_OPENSSL
3002
3003 2003-04-17 [paul]       0.8.11claws96
3004
3005         * src/prefs_common.h
3006                 use gulong for P_COLOR so that it compiles/runs on
3007                 64-bit systems. Patch submitted by James Noyes
3008                 <jnoyes-claws@retrogeeks.com>
3009                 
3010         * po/de.po
3011                 updated by Jens
3012
3013 2003-04-17 [paul]       0.8.11claws95
3014
3015         * sync with 0.8.11cvs27
3016                 see ChangeLog 2003-04-16
3017
3018 2003-04-15 [paul]       0.8.11claws94
3019
3020         * src/prefs_common.[ch]
3021                 rearrange to stop the window getting too long:
3022                         move Receive dialog stuff to Receive tab
3023                         move Send dialog to Send tab
3024                         remove Dialogs frame
3025                 rename 'Open messages in summary with cursor keys' to
3026                 'Always open messages in summary when selected', as its
3027                 more appropriate
3028
3029 2003-04-15 [paul]       0.8.11claws93
3030
3031         * src/prefs_common.[ch]
3032           src/summaryview.c
3033                 add new option '/Interface/Open next message on deletion'
3034
3035 2003-04-15 [paul]       0.8.11claws92
3036
3037         * src/summaryview.[ch]
3038                 add /Mark/Lock and /Mark/Unlock to the pop-up
3039                 menu. Patch submitted by Ivan Francolin Martinez
3040                 <ivanfm@users.sourceforge.net>
3041
3042 2003-04-15 [paul]       0.8.11claws91
3043
3044         * sync with 0.8.11cvs24
3045                 see ChangeLog 2003-04-15
3046
3047 2003-04-14 [jens]       0.8.11claws90
3048
3049         * updated German translation and some corrections from
3050                 Roland Bless <bless@tm.uka.de>
3051
3052 2003-04-14 [paul]       0.8.11claws89
3053
3054         * sync with 0.8.11cvs22
3055                 see ChangeLog 2003-04-14
3056
3057 2003-04-13 [paul]       0.8.11claws88
3058
3059         * src/plugins/clamav/clamav_plugin.c
3060                 fix memory leaks
3061                 clean up
3062
3063 2003-04-12 [paul]       0.8.11claws87
3064
3065         * src/plugins/clamav/clamav_plugin.c
3066                 activate enable/disable archive scanning option
3067                 
3068         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3069
3070 2003-04-12 [paul]       0.8.11claws86
3071
3072         * src/plugins/Makefile.am
3073           src/plugins/clamav/Makefile.am                ** NEW FILE **
3074           src/plugins/clamav/README                     ** NEW FILE ** 
3075           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3076           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3077                 add Clam AntiVirus plugin
3078
3079 2003-04-12 [paul]       0.8.11claws85
3080
3081         * sync with 0.8.11cvs21
3082                 see ChangeLog 2003-04-11
3083
3084 2003-04-11 [paul]       0.8.11claws84
3085
3086         * po/es.po
3087                 update Spanish translation. Submitted by Ricardo
3088                 Mones Lastra.
3089
3090 2003-04-10 [christoph]  0.8.11claws83
3091
3092         * src/mbox.c
3093                 fix typo that did not move unfiltered mails to destination
3094                 folder
3095
3096         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3097          when filtering from spool)
3098
3099 2003-04-10 [christoph]  0.8.11claws82
3100
3101         * src/imap.c
3102                 use BODY.PEEK instead of BODY in in message fetch operation
3103                 to make sure the IMAP server does not set the \Seen flag for
3104                 messages. Sylpheed does that later itself, when the message
3105                 is opened in sylpheed
3106
3107         (closes Bug 111 Claws destroys unread marks)
3108
3109 2003-04-09 [oliver]     0.8.11claws81
3110         
3111         * src/folder.c
3112                 fix crash in folder_destroy
3113         * README.claws
3114                 remove selective download
3115
3116 2003-04-09 [christoph]  0.8.11claws80
3117
3118         * src/imap.c
3119                 fix crash in imap_get_msginfo() when then fetched message
3120                 is not found
3121
3122         (closes Bug 110 Crash during mail composition)
3123
3124 2003-04-08 [christoph]  0.8.11claws79
3125
3126         * src/folder.c
3127         * src/prefs_account.c
3128                 Filter new messages that are found in an INBOX folder
3129                 when 'Filter messages on receiving' is enabled in the
3130                 Folder's AccountPrefs. This allows to use Sylpheed's
3131                 filtering engine for IMAP folders where messages are
3132                 added to the INBOX by a MTA
3133
3134 2003-04-08 [paul]       0.8.11claws78
3135
3136         * src/procmsg.h
3137                 clean up after last commit
3138
3139 2003-04-08 [paul]       0.8.11claws77
3140
3141         * sync with 0.8.11cvs20
3142                 see ChangeLog 2003-04-07 and 2003-04-08
3143
3144 2003-04-07 [christoph]  0.8.11claws76
3145
3146         * src/filtering.[ch]
3147         * src/inc.[ch]
3148         * src/mbox.c
3149         * src/procmsg.[ch]
3150                 add procmsg_msginfo_filter() to execute filtering actions
3151
3152 2003-04-06 [christoph]  0.8.11claws75
3153
3154         * src/imap.c
3155                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3156
3157 2003-04-06 [christoph]  0.8.11claws74
3158
3159         * src/common/utils.[ch]
3160                 add g_int_compare() function for slist sorting
3161
3162         * src/imap.c
3163                 fetch all MsgInfos with one command in imap_get_msginfos()
3164                 using an imap set with a list of ranges
3165
3166         * src/news.c
3167                 use new g_int_compare() function
3168
3169 2003-04-06 [thorsten]   0.8.11claws73
3170
3171         * src/mh.c
3172                 corrected implementation of mh_folder_destroy()
3173
3174 2003-04-05 [christoph]  0.8.11claws72
3175
3176         * src/account.c
3177         * src/folder.[ch]
3178         * src/folderview.c
3179         * src/imap.c
3180         * src/inc.c
3181         * src/main.c
3182         * src/mainwindow.c
3183         * src/mbox_folder.c
3184         * src/mh.c
3185         * src/mimeview.h
3186         * src/msgcache.[ch]
3187         * src/news.c
3188         * src/procmime.h
3189         * src/procmsg.[ch]
3190         * src/setup.c
3191         * src/gtk/gtkutils.c
3192                 o rename structure field names class and new to klass and
3193                   new_msgs, to allow including files in C++
3194                 o add 'extern "C"' block to some header files
3195                 o add MsgInfoList and MsgNumberList as alias for GSList for
3196                   developers to know what type of list is expected
3197
3198         * src/plugins/image_viewer/plugin.c
3199         * src/plugins/image_viewer/viewer.[ch]
3200         * src/plugins/image_viewer/viewerprefs.[ch]
3201                 rename function names to prevent conflicts
3202
3203 2003-04-05 [paul]       0.8.11claws71
3204
3205         * sync with 0.8.11cvs18
3206                 see ChangeLog 2003-04-03 and 2003-04-04
3207
3208 2003-04-02 [christoph]  0.8.11claws70
3209
3210         * src/folder.[ch]
3211         * src/imap.[ch]
3212         * src/mbox_folder.[ch]
3213         * src/mh.[ch]
3214         * src/news.[ch]
3215                 o Make all virtual folder functions private
3216                 o remove unused folder code
3217
3218         * src/common/socket.[ch]
3219         * src/summaryview.c
3220                 fix warnings
3221
3222 2003-03-30 [alfons]     0.8.11claws69
3223
3224         * src/send_message.c
3225                 remove two debug traces and see if people still report
3226                 errors
3227
3228 2003-03-30 [alfons]     0.8.11claws68
3229
3230         * src/send_message.c
3231         * src/commons/session.c
3232                 add more debug traces
3233
3234 2003-03-30 [christoph]  0.8.11claws67
3235
3236         * src/folder.c
3237                 change processing folder name from .processing to processing
3238
3239         * src/common/ssl.c
3240                 disable SSL certificate check because it causes Xlib error
3241                 when the child process want's to open an GTK window
3242
3243 2003-03-30 [christoph]  0.8.11claws66
3244
3245         * src/folder.c
3246                 don't use default folder for processing folder item because
3247                 it can be a non local folder
3248
3249         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3250
3251 2003-03-30 [alfons]     0.8.11claws65
3252
3253         * src/send_message.c
3254                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3255                 to generate bad code for 'send_send_data_progressive': When
3256                 called from 'send_send_data_finished', the 'data' pointer is
3257                 cleared just before the assignment to the dialog pointer
3258
3259 2003-03-29 [christoph]  0.8.11claws64
3260
3261         * src/common/prefs.h
3262         * src/plugins/image_viewer/Makefile.am
3263         * src/plugins/image_viewer/plugin.c
3264         * src/plugins/image_viewer/viewer.[ch]
3265         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3266                 add PrefsPage for ImageViewer
3267
3268 2003-03-28 [thorsten]   0.8.11claws63
3269
3270         * src/common/session.c
3271                 added some comments
3272
3273 2003-03-28 [paul]       0.8.11claws62
3274
3275         * sync with 0.8.11cvs16
3276                 see ChangeLog 2003-03-28
3277
3278 2003-03-28 [paul]       0.8.11claws61
3279
3280         * sync with 0.8.11cvs15
3281                 see ChangeLog 2003-03-28
3282
3283 2003-03-27 [christoph]  0.8.11claws60
3284
3285         * src/folder.c
3286         * src/imap.c
3287         * src/common/socket.[ch]
3288                 set socket state to DISCONNECTED when any operation
3289                 fails to allow reconnecting in IMAP code without
3290                 checking the return code of all calls to the command
3291                 functions
3292
3293         * src/folderview.c
3294         * src/summaryview.c
3295                 remove some more stuff that depends on specific
3296                 folder types
3297
3298 2003-03-27 [paul]       0.8.11claws59
3299
3300         * sync with 0.8.11cvs14
3301                 see ChangeLog 2003-03-27
3302                 
3303         * src/selective_download.[ch]   ** REMOVED **
3304                 really removed
3305
3306 2003-03-27 [christoph]  0.8.11claws58
3307
3308         * src/folder.c
3309                 fix handling of tmp_flags in flag copy function
3310
3311 2003-03-27 [paul]       0.8.11claws57
3312
3313         * sync with 0.8.11cvs13
3314                 see ChangeLog 2003-03-27
3315
3316 2003-03-27 [oliver]     0.8.11claws56
3317
3318         * src/maiwindow.c
3319                 remove sel_download_cb
3320
3321 2003-03-27 [oliver]     0.8.11claws55
3322         
3323         * src/inc.c
3324                 remove POP3_TOP
3325         
3326 2003-03-26 [oliver]     0.8.11claws54
3327
3328         *src/pop.h
3329                 remove POP3_TOP*
3330         * README.claws
3331                 remove selective donwload readme
3332
3333 2003-03-26 [oliver]     0.8.11claws53
3334         * src/matcher.[ch]
3335         * src/matcher_parser_parse.y 
3336         * src/pop.c 
3337         * src/prefs_account.[ch]
3338         * src/prefs_filtering.c
3339                 remove selective donwload
3340
3341 2003-03-26 [oliver]     0.8.11claws52
3342
3343         * src/inc.[ch] 
3344         * src/filtering.c 
3345         * src/mainwindow.c 
3346                 remove selective donwload
3347
3348 2003-03-26 [oliver]     0.8.11claws51
3349         
3350         * src/Makefile.am
3351         * src/selective_download.[ch]   ** REMOVE **    
3352
3353 2003-03-26 [christoph]  0.8.11claws50
3354
3355         * src/news.c
3356                 fix NEWS that got broken by a sync with sylpheed-main
3357
3358 2003-03-26 [christoph]  0.8.11claws49
3359
3360         * src/mimeview.c
3361                 fix mime type guessing when no mime type is found for a file
3362
3363 2003-03-25 [christoph]  0.8.11claws48
3364
3365         * src/mimeview.c
3366         * src/procmime.c
3367                 remove mime type guessing from mime parser and use
3368                 name based mime types in viewer lookup for mime type
3369                 application/octet-stream
3370
3371 2003-03-25 [christoph]  0.8.11claws47
3372
3373         * doc-src/readme.txt
3374         * doc-src/rfc2554.txt
3375                 add RFC about SMTP AUTH
3376
3377         * src/send_message.c
3378         * src/common/smtp.[ch]
3379                 add extra error code for authentication errors and
3380                 clear temporary password when this error occurs
3381
3382         (closes Bug 84 authentication failure while sending should
3383          prompt for password again)
3384
3385 2003-03-25 [christoph]  0.8.11claws46
3386
3387         * configure.ac
3388         * src/Makefile.am
3389         * src/imageview.[ch]                            ** REMOVE **
3390         * src/messageview.[ch]
3391         * src/mimeview.[ch]
3392         * src/prefs_common.[ch]
3393         * src/textview.c
3394         * src/plugins/Makefile.am
3395         * src/plugins/image_viewer/.cvsignore           ** NEW **
3396         * src/plugins/image_viewer/Makefile.am          ** NEW **
3397         * src/plugins/image_viewer/plugin.c             ** NEW **
3398         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3399                 move image viewer into a plugin (building is enabled by default)
3400                 [ToDo: Prefs for resize and autoview]
3401
3402 2003-03-25 [paul]       0.8.11claws45
3403
3404         * sync with 0.8.11cvs12
3405                 see ChangeLog 2003-03-26
3406
3407 2003-03-25 [paul]       0.8.11claws44
3408
3409         * sync with 0.8.11cvs11
3410                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3411                 
3412         Note: Selective Download is broken.
3413                 
3414 2003-03-22 [christoph]  0.8.11claws43
3415
3416         * src/folder.c
3417                 code cleanup for flags copying
3418
3419 2003-03-22 [christoph]  0.8.11claws42
3420
3421         * src/plugins/trayicon/trayicon.c
3422                 fix setting the transparent area when the window size
3423                 is forced by the system tray
3424
3425 2003-03-22 [christoph]  0.8.11claws41
3426
3427         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3428         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3429         * src/plugins/trayicon/newmail.xpm              ** NEW **
3430         * src/plugins/trayicon/nomail.xpm               ** NEW **
3431         * src/plugins/trayicon/trayicon.c
3432         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3433                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3434                 o add icon for unread mails
3435                 o set transparency for window
3436
3437 2003-03-22 [christoph]  0.8.11claws40
3438
3439         * src/news.c
3440                 init news session to prevent crash when session is closed
3441
3442 2003-03-22 [christoph]  0.8.11claws39
3443
3444         * src/imap.c
3445         * src/common/session.[ch]
3446                 Init session data to make sure we don't have invalid pointers
3447                 for read_ch and write_ch when new multi process sessions are
3448                 not used
3449
3450         * src/main.c
3451         * src/common/plugin.c
3452         * src/common/sylpheed.c
3453         * src/plugins/demo/demo.c
3454         * src/plugins/dillo_viewer/dillo_viewer.c
3455         * src/plugins/mathml_viewer/mathml_viewer.c
3456         * src/plugins/spamassassin/spamassassin.c
3457         * src/plugins/spamassassin/spamassassin_gtk.c
3458                 add plugin types to allow loading plugins at different times
3459                 (and maybe for different frontends), because it's not good to
3460                 load GTK-Plugins gefore gtk_init was called
3461
3462         * configure.ac
3463         * src/plugins/Makefile.am
3464         * src/plugins/trayicon/.cvsignore               ** NEW **
3465         * src/plugins/trayicon/Makefile.am              ** NEW **
3466         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3467         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3468         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3469         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3470         * src/plugins/trayicon/trayicon.c               ** NEW **
3471                 New Trayicon plugin that shows an icon in a systray that uses
3472                 XEMBED protocol like Gnome's systray. Icon shows if there
3473                 are new mails and a tooltip shows information about new,
3474                 unread and total messages.
3475
3476 2003-03-22 [paul]       0.8.11claws38
3477
3478         * src/common/smtp.c
3479                 fix ESMTP AUTH CRAM-MD5
3480                 [sync with main (still version 0.8.11cvs6), see
3481                  ChangeLog 2003-03-22]
3482
3483 2003-03-21 [colin]      0.8.11claws37
3484
3485         * src/send_message.c
3486                 Fix USE_SSL => USE_OPENSSL
3487
3488 2003-03-21 [colin]      0.8.11claws36
3489
3490         * src/folderview.c
3491                 Fix counts in drag and dropped subfolders
3492
3493 2003-03-21 [colin]      0.8.11claws35
3494
3495         * src/folder.c 
3496         * src/folderview.c
3497                 speed up a bit folder dnd
3498
3499 2003-03-20 [alfons]     0.8.11claws34
3500
3501         * src/main.c
3502         * src/toolbar.c
3503         * src/procmsg.c
3504                 don't send locked queue messages
3505                 (feature request "[ 705245 ] Locking message in outbox 
3506                  should prevent sending")
3507
3508 2003-03-20 [christoph]  0.8.11claws33
3509
3510         * src/folder.c
3511                 remove NEW and UNREAD flag in special folders when scanning
3512                 
3513         * src/common/smtp.c
3514                 fix ESMTP AUTH CRAM-MD5
3515
3516 2003-03-20 [paul]       0.8.11claws32
3517
3518         * src/prefs_account.c
3519                 Re-write 'Tunnel command to open connection' as
3520                 'Use command to communicate with server', and disable
3521                 it for all except IMAP accounts
3522
3523 2003-03-20 [paul]       0.8.11claws31
3524
3525         * sync with 0.8.11cvs6
3526                 see ChangeLog 2003-03-20
3527
3528 2003-03-19 [match]      0.8.11claws30
3529
3530         * src/addritem.[ch]
3531                 include documentation. minor refactoring.
3532         * src/addr_compl.[ch]
3533         * src/addrindex.[ch]
3534         * src/addresbook.[ch]
3535         * src/summaryview.c
3536                 re-enable address lookup (was disabled in
3537                 0.8.11claws20).
3538
3539 2003-03-19 [christoph]  0.8.11claws29
3540
3541         * src/procmsg.c
3542                 add temp flag handling, will make moving and copying
3543                 messages possible again
3544
3545         * src/folder.c
3546                 correct calulation of folder stats
3547
3548 2003-03-18 [match]      0.8.11claws28
3549
3550         * src/editgroup.h
3551                 remove case sensitive comparison (closes bug 80).
3552
3553 2003-03-18 [christoph]  0.8.11claws27
3554
3555         * src/imap.c
3556                 fix imap using a tunnel command
3557
3558         (closes bug 87)
3559
3560 2003-03-18 [christoph]  0.8.11claws26
3561
3562         * src/folder.[ch]
3563         * src/imap.c
3564         * src/procmsg.[ch]
3565                 rewrite flag handling for folders
3566
3567 2003-03-18 [christoph]  0.8.11claws25
3568
3569         * src/folder.c
3570         * src/procmsg.c
3571         * src/summaryview.c
3572                 unset NEW and UNREAD flags when message is ignored, to make
3573                 sure messages don't show up as unread on other IMAP clients,
3574                 because the IGNORE_THREAD flag can not be syncronized through
3575                 the IMAP folder
3576
3577 2003-03-17 [christoph]  0.8.11claws24
3578
3579         * src/imap.c
3580                 don't use recursion to fetch uids when the number of messages
3581                 does not match. Moved code into subfunction that is used
3582                 again when needed, to prevent an endless loop.
3583
3584 2003-03-17 [thorsten]   0.8.11claws23
3585
3586         * src/imageview.[ch]
3587                 export imageview_get_resized_size() (for plugins)
3588         * src/prefs_common.[ch]
3589                 added prefs_common_get() (for plugins)
3590
3591 2003-03-17 [christoph]  0.8.11claws22
3592
3593         * src/imap.c
3594                 o remove UID guessing from copy code
3595                 o support UIDPLUS extension for APPEND command
3596
3597 2003-03-17 [paul]       0.8.11claws21
3598
3599         * src/gtk/about.c
3600                 remove 'Compiled-plugins' section.
3601                 
3602         * src/plugins/dillo_viewer/dillo_viewer.c
3603                 slight change to description text
3604
3605 2003-03-16 [match]      0.8.11claws20
3606         * src/ldapserver.[ch]           ** NEW **
3607         * src/ldapctrl.[ch]             ** NEW **
3608         * src/ldapquery.[ch]            ** NEW **
3609         * src/ldaputil.[ch]             ** NEW **
3610         * src/addrcindex.[ch]           ** NEW **
3611         * src/addrquery.h               ** NEW **
3612         * src/addritem.[ch]
3613         * src/addrcache.[ch]
3614         * src/addrindex.[ch]
3615         * src/addr_compl.[ch]
3616         * src/addressbook.[ch]
3617         * src/addrbook.[ch]
3618         * src/editgroup.c
3619         * src/editaddress.c
3620         * src/editldap.c
3621         * src/editldap_basedn.c
3622         * src/vcard.c
3623         * src/jpilot.c
3624         * src/Makefile.am
3625                 included dynamic LDAP queries. improved address
3626                 completion.
3627
3628 2003-03-16 [paul]       0.8.11claws19
3629
3630         * tools/multiwebsearch.pl
3631                 fix a fatal typo
3632
3633 2003-03-16 [christoph]  0.8.11claws18
3634
3635         * src/mimeview.c
3636         * src/plugins/dillo_viewer/dillo_viewer.c
3637         * src/plugins/mathml_viewer/mathml_viewer.c
3638                 make unregistering of MimeViewerFactorys possible
3639
3640 2003-03-16 [alfons]     0.8.11claws17
3641
3642         * configure.ac
3643                 correct typo
3644
3645 2003-03-16 [melvin]     0.8.11claws16
3646
3647         * src/plugins/dillo_viewer.c
3648                 Fixed bug where it was not possible to view more than
3649                 one text/html attachment per message (bug discovered
3650                 by Christoph Hohmann).
3651
3652 2003-03-15 [melvin]     0.8.11claws15
3653
3654         * src/prefs_actions.c
3655                 Fixed compilation warnings.
3656
3657 2003-03-15 [melvin]     0.8.11claws14
3658
3659         * src/plugins/Makefile.am
3660         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3661         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3662         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3663                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3664                 newer (http://dillo.auriga.wearlab.de/).
3665
3666 2003-03-15 [christoph]  0.8.11claws13
3667
3668         * src/imap.c
3669                 don't query imap folder for attributes because we already
3670                 for them from imap_status
3671
3672         * src/mimeview.[ch]
3673                 add support for plugable MimeViewers (unloading Viewers
3674                 not yet complete)
3675
3676         * src/plugins/Makefile.am
3677         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3678         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3679         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3680                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3681                 widget from http://helm.cs.unibo.it/mml-widget/
3682
3683 2003-03-14 [christoph]  0.8.11claws12
3684
3685         * src/folder.[ch]
3686                 o error return code's should better be negative
3687                 o replace printf with debug_print
3688
3689         * src/imap.c
3690                 improve IMAP folder scan by checking UID-NEXT
3691
3692         * src/summaryview.c
3693                 remove check that are unnecessary in my opinion
3694
3695 2003-03-13 [christoph]  0.8.11claws11
3696
3697         * src/folder.[ch]
3698         * src/foldersel.c
3699         * src/folderview.c
3700         * src/imap.c
3701         * src/mbox_folder.c
3702         * src/mh.c
3703         * src/news.c
3704         * src/prefs_scoring.c
3705         * src/summaryview.c
3706                 use a common function to get a displayable name
3707                 for a FolderItem
3708
3709 2003-03-13 [paul]       0.8.11claws10
3710
3711         * tools/Makefile.am
3712           tools/README
3713           tools/multiwebsearch.conf     ** NEW FILE **
3714           tools/multiwebsearch.pl       ** NEW FILE **
3715                 add multiwebsearch Actions script
3716
3717 2003-03-13 [colin]      0.8.11claws9
3718
3719         * src/compose.c
3720                 Remove leading emtpy lines from quoted text
3721                 before quoting it
3722
3723 2003-03-13 [melvin]     0.8.11claws8
3724
3725         * src/prefs_actions.c
3726                 Fixed a memory leak
3727                 Code clean ups
3728                 Added Cancel and OK buttons
3729                 Corrected help text
3730
3731 2003-03-13 [christoph]  0.8.11claws7
3732
3733         * src/account.c
3734         * src/folder.[ch]
3735         * src/imap.c
3736         * src/mainwindow.c
3737         * src/mbox_folder.c
3738         * src/mh.c
3739         * src/news.c
3740         * src/setup.c
3741                 replace more folder type stuff with folder class stuff
3742
3743 2003-03-13 [melvin]     0.8.11claws6
3744
3745         * src/prefs_actions.c
3746                 Added new tokens:
3747                 %u: user provided argument
3748                 %h: user provided argument (hidden on input)
3749                 %s: current text selection in the message view 
3750
3751 2003-03-13 [paul]       0.8.11claws5
3752
3753         * sync with 0.8.11cvs5
3754                 see ChangeLog 2003-03-11, 2003-03-12
3755
3756 2003-03-12 [christoph]  0.8.11claws4
3757
3758         * src/folder.c
3759                 use folder class idstr when writing folderlist.xml
3760
3761         * src/folder.h
3762         * src/imap.c
3763         * src/news.c
3764                 replace folder type checks with folder class checks
3765
3766 2003-03-12 [christoph]  0.8.11claws3
3767
3768         * src/folder.[ch]
3769         * src/imap.[ch]
3770         * src/main.c
3771         * src/mbox_folder.[ch]
3772         * src/mh.[ch]
3773         * src/news.[ch]
3774                 o create a list of known folder classes in the folder system
3775                 o use folder class id strings for folder item identifiers
3776
3777 2003-03-12 [christoph]  0.8.11claws2
3778
3779         * src/imap.c
3780                 fix imap uid validity check
3781
3782 2003-03-12 [christoph]  0.8.11claws1
3783
3784         * src/account.c
3785         * src/folder.[ch]
3786         * src/foldersel.c
3787         * src/folderview.c
3788         * src/imap.c
3789         * src/mainwindow.c
3790         * src/mbox_folder.c
3791         * src/mh.c
3792         * src/news.c
3793         * src/prefs_scoring.c
3794         * src/procmsg.c
3795         * src/setup.c
3796         * src/summaryview.c
3797                 initial restructuring of folder system, seperating
3798                 folders and folder classes
3799
3800 2003-03-12 [paul]       0.8.11claws
3801
3802         0.8.11claws release
3803
3804 2003-03-12 [christoph]
3805
3806         * src/gtk/prefswindow.c
3807                 fix translation of "Page Index"
3808
3809 2003-03-12 [paul]       0.8.10claws110
3810
3811         a sync from 0.8.11cvs4 before the release
3812
3813         * src/common/utils.c
3814                 subject_compare_for_sort(): allow null strings (fixes
3815                 summary sorting).
3816
3817 2003-03-11 [paul]       0.8.10claws109
3818
3819         * po/es.po
3820                 update Spanish translation, submitted by
3821                 Ricardo Mones Lastra
3822
3823 2003-03-11 [melvin]     0.8.10claws108
3824
3825         * po/fr.po
3826                 Updated French translations
3827
3828 2003-03-11 [paul]       0.8.10claws107
3829
3830         * manual/en/Makefile.am
3831           manual/en/*.html
3832                 update English manual, add a new page
3833                 updated by Francois Barriere <fbarriere@atmel.fr>
3834                 
3835         * po/bg.po
3836           po/it.po
3837           po/sr.po
3838                 update Bulgarian, Italian, and Serbian translations
3839                 submitted by George Danchev, Alessandro Maestri, and
3840                 Urke MMI
3841
3842 2003-03-10 [paul]       0.8.10claws106
3843
3844         * src/gtk/about.c
3845           src/gtk/prefswindow.c
3846                 make some strings translatable
3847
3848 2003-03-10 [darko]      0.8.10claws105
3849
3850         * src/compose.c
3851                 code cleanup to make Hiro happy
3852
3853 2003-03-10 [paul]       0.8.10claws104
3854
3855         * sync with 0.8.11cvs2
3856                 see ChangeLog 2003-03-10
3857
3858 2003-03-09 [melvin]     0.8.10claws103
3859
3860         * src/textview.c
3861                 textview_set_font(): fix for message display in
3862                 UTF-8 locales (thanks to Sergey Vlasov).
3863                 (was unintentionnaly reverted in 0.8.6claws6)   
3864
3865 2003-03-08 [darko]      0.8.10claws102
3866
3867         * src/compose.c
3868                 fix infinite loop in wrapping as reported
3869                 by happycactus
3870                 obsoletes patch #696482
3871
3872 2003-03-08 [christoph]  0.8.10claws101
3873
3874         * src/imap.c
3875                 add workaround for IMAP servers that do not
3876                 support the "UID SEARCH UID" command
3877
3878 2003-03-07 [christoph]  0.8.10claws100
3879
3880         * src/plugins/spamassassin/spamassassin.[ch]
3881         * src/plugins/spamassassin/spamassassin_gtk.c
3882                 code cleanup
3883
3884 2003-03-07 [paul]       0.8.10claws99
3885
3886         * po/es.po
3887                 updated Spanish translation, submitted by
3888                 Ricardo Mones Lastra
3889
3890 2003-03-07 [christoph]  0.8.10claws98
3891
3892         * src/send.c
3893                 fix in 0.8.10claws94 was wrong
3894                 local delivery does not require escaping, remove escaping
3895                 code to make signatures of mails with "." lines valid
3896                 
3897                 NOTE: requires that sendmail is executed with "-i" option,
3898                       what is the default now, but has to be changed in all
3899                       exsiting accounts)
3900
3901 2003-03-07 [paul]       0.8.10claws97
3902
3903         * sync with 0.8.11 release
3904                 see ChangeLog 2003-03-07
3905
3906 2003-03-06 [paul]       0.8.10claws96
3907
3908         * src/compose.c
3909                 revert commit 0.8.10claws92
3910
3911 2003-03-06 [paul]       0.8.10claws95
3912
3913         * src/folderview.c
3914                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3915
3916         * src/gtkaspell.c
3917                 fix bug 74, 'Crash opening editor window with pseudo-color
3918                 display'
3919                 
3920         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3921
3922 2003-03-06 [christoph]  0.8.10claws94
3923
3924         * src/send.c
3925                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3926                 all lines starting with a period get an extra period
3927                 inserted
3928                 (found by Simon 'corecode' Schubert)
3929
3930 2003-03-06 [paul]       0.8.10claws93
3931
3932         * src/folderview.c
3933                 if configured font can't be loaded fall back to gtk
3934                 default. (with thanks to Christoph)
3935                 
3936                 closes long-standing bug 15 'Crashes on startup'
3937
3938 2003-03-06 [paul]       0.8.10claws92
3939
3940         * src/compose.c
3941                 freeze text before autosave and thaw afterwards
3942                 fixes bug 67 'autosave make re-rediting message crazy'
3943
3944 2003-03-06 [christoph]  0.8.10claws91
3945
3946         * src/compose.c
3947                 ignore address comment in dupe check for Cc-list
3948
3949         (closes reopened bug 47 Replying to message strips name part of
3950          e-mail addresses of Cc: lines)
3951
3952 2003-03-06 [paul]       0.8.10claws90
3953
3954         * src/Makefile.am
3955                 remove reference to gtkxtext.h as its no longer in
3956                 the repository
3957
3958 2003-03-06 [paul]       0.8.10claws89
3959
3960         * sync with 0.8.10cvs25
3961                 see ChangeLog 2003-03-06
3962
3963 2003-03-06 [oliver]     0.8.10claws88
3964         
3965         * src/messageview.c
3966                 remove include
3967
3968 2003-03-06 [oliver]     0.8.10claws87
3969         
3970         * src/folderview.c 
3971                 remove changes introduced inclaws74
3972         * src/messageview.c
3973                 another attempt to sanely delete and update
3974                 messages deleted in separate messageview
3975
3976 2003-03-05 [christoph]  0.8.10claws86
3977
3978         * src/summaryview.c
3979                 check if "From" matches any account's address if
3980                 addressbook completion of addresses is disabled too
3981
3982         (closes Bug 70 "Display recipient in from" doesn't check
3983          folder's default account)
3984
3985 2003-03-05 [christoph]  0.8.10claws85
3986
3987         * src/compose.c
3988         * src/common/utils.[ch]
3989                 don't strip address comments when building Cc lists
3990
3991         (closes Bug 47 Replying to message strips name part of e-mail addresses
3992          of Cc: lines)
3993
3994         * src/folder.c
3995                 fix return value of copy function
3996
3997 2003-03-05 [christoph]  0.8.10claws84
3998
3999         * src/imap.c
4000                 don't ask imap server for non rfc822 headers
4001
4002         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4003
4004         * src/imap.c
4005                 destroy session on socket error to allow reconnecting
4006
4007 2003-03-05 [christoph]  0.8.10claws83
4008
4009         * configure.ac
4010                 fix building with gnome when no prefix is set
4011
4012         (closes bug 66 Gnome directory is set to NONE)
4013
4014 2003-03-05 [paul]       0.8.10claws82
4015
4016         * sync with 0.8.10cvs23
4017                 see ChangeLog 2003-03-05
4018
4019 2003-03-04 [christoph]  0.8.10claws81
4020
4021         * src/folder.c
4022                 o fix moving and copying when folder returns 0 for new
4023                   message number
4024                 o remove some code for single message copy and move
4025                   operations and use functions for multiple messages
4026
4027         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4028
4029         * src/news.c
4030                 remove unused include
4031
4032 2003-03-04 [paul]       0.8.10claws80
4033
4034         * src/gtk/about.c
4035                 list 'Compiled plugins'
4036
4037 2003-03-03 [christoph]  0.8.10claws79
4038
4039         * src/news.[ch]
4040                 have to multiply the percentage of the current fetch with
4041                 the percentage that it has of the total fetch operation
4042                 for correct values
4043
4044 2003-03-03 [christoph]  0.8.10claws78
4045
4046         * src/news.c
4047                 fix calculation of expected lines for progress indicator
4048
4049 2003-03-03 [christoph]  0.8.10claws77
4050
4051         * src/summaryview.c
4052         * src/common/utils.c
4053                 fix segfault when opening the root news folder
4054
4055 2003-03-03 [christoph]  0.8.10claws76
4056
4057         * src/mainwindow.[ch]
4058         * src/common/Makefile.am
4059         * src/common/progressindicator.[ch]
4060                 add UI independent progress indicator handling
4061
4062         * src/news.[ch]
4063                 use new progress indicator for message info fetching
4064
4065         * src/common/hooks.h
4066                 code cleanup
4067
4068 2003-03-03 [oliver]     0.8.10claws75
4069
4070         * src/toolbar.c
4071         * src/compose.c
4072                 removed commented code
4073
4074 2003-03-03 [oliver]     0.8.10claws74
4075
4076         * src/toolbar.[ch]
4077                 cleanups and refactoring
4078         * src/compose.[ch]
4079                 compose_reply_mode reply & forwarding interface for
4080                 toolbar buttons
4081         * src/folderview.c
4082                 act on messages marked for deletion in folderview_selected
4083                 based on prefs_common.immediate_exec since a message might 
4084                 have been deleted by messageview in a folder we are changing 
4085                 to (does anybody understand what I'm on about ?)
4086
4087 2003-03-03 [oliver]     0.8.10claws73
4088         
4089         * src/messageview.[ch]
4090                 new functions
4091                 - messageview_delete: delete message shown in messagview
4092                 - messageview_update_view: update messageview to currently 
4093                   selected summaryview message
4094                 - add separate messageview to msgview_list in order to update 
4095                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4096         * src/summaryview.[ch]
4097                 summary_get_selection returns a list of selected msgs
4098                 in summaryview
4099         * src/mainwindow.c
4100                 toolbar reply refactoring
4101
4102 2003-03-03 [paul]       0.8.10claws72
4103
4104         * sync with 0.8.10cvs21
4105                 see ChangeLog 2003-03-03
4106
4107 2003-03-02 [christoph]  0.8.10claws71
4108
4109         * src/common/passcrypt.c
4110                 use POSIX includes
4111
4112 2003-03-02 [christoph]  0.8.10claws70
4113
4114         * configure.ac
4115         * src/prefs_account.c
4116         * src/prefs_gtk.[ch]
4117         * src/common/.cvsignore
4118         * src/common/Makefile.am
4119         * src/common/passcrypt.c                ** NEW **
4120         * src/common/passcrypt.h.in             ** NEW **
4121                 Implement password encryption in config files
4122                 using unix encrypt and setkey functions. The crypt
4123                 key can be set as a configure parameter. Old
4124                 passwords will be converted if they do not begin
4125                 with '!'
4126
4127 2003-03-02 [paul]       0.8.10claws69
4128
4129         * src/prefs_account.c
4130                 fix compile error
4131
4132 2003-03-01 [thorsten]   0.8.10claws68
4133
4134         * po/el.po
4135           po/hr.po
4136           po/it.po
4137           po/nl.po
4138           po/sr.po
4139           po/sv.po
4140                 corrected format strings
4141         * po/en_GB.po
4142                 corrected headers
4143                 (fix compile errors with GNU gettext-0.11.5)
4144
4145 2003-03-01 [oliver]     0.8.10claws67
4146
4147         * src/summaryview.c
4148                 menu callbacks call toolbar_menu_reply
4149
4150 2003-03-01 [oliver]     0.8.10claws66
4151
4152         * src/mainwindow.c
4153         * src/messageview.c
4154                 menu callbacks call toolbar_menu_reply
4155         * src/toolbar.[ch]
4156                 callbacks from menu handled by toolbar_menu_reply
4157
4158 2003-03-01 [paul]       0.8.10claws65
4159
4160         * src/addressbook.c
4161                 revert commit 0.8.10claws54 - breaks editing of
4162                 addressbook.
4163                 
4164         * po/bg.po
4165                 update Bulgarian translation, submitted by
4166                 George Danchev
4167
4168 2003-02-28 [christoph]  0.8.10claws64
4169
4170         * src/account.c
4171         * src/addressadd.c
4172         * src/compose.c
4173         * src/gtkaspell.c
4174         * src/gtkxtext.h                ** REMOVE **
4175         * src/imap.c
4176         * src/matcher.[ch]
4177         * src/mh.c
4178         * src/news.c
4179         * src/pine.c
4180         * src/prefs_common.c
4181         * src/prefs_matcher.c
4182         * src/procheader.[ch]
4183         * src/procmsg.[ch]
4184         * src/toolbar.c
4185         * src/common/ssl_certificate.c
4186         * src/gtk/colorlabel.c
4187         * src/gtk/menu.c
4188                 o fix warnings
4189                 o remove code obsoleted by new cache and folder system rework
4190
4191 2003-02-28 [oliver]     0.8.10claws63
4192         
4193         * src/toolbar.[ch]
4194                 * fix bug where reply in Messageview replied to 
4195                 Message displayed in summaryview
4196                 (reportedd via ML by chinatinte at gmx dot ch)
4197                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4198                 didn't work in separate MessageView Toolbar
4199                 (wondering if anybody uses this at all ?)
4200         * src/summaryview.[ch]
4201                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4202                 (generalize reply and forward code);
4203         * src/messageview.c 
4204                 remove focus_in event which updated summaryview to messageview
4205
4206 2003-02-28 [paul]       0.8.10claws62
4207
4208         * po/Makefile.in.in
4209                 add the --check option
4210                 Patch submitted by Ricardo Mones Lastra
4211
4212 2003-02-28 [paul]       0.8.10claws61
4213
4214         * src/prefs_account.c
4215                 re-order 'Signature' items
4216
4217 2003-02-28 [paul]       0.8.10claws60
4218
4219         * sync with 0.8.10cvs20
4220                 see ChangeLog 2003-02-28
4221
4222 2003-02-28 [paul]       0.8.10claws59
4223
4224         * po/POTFILES.in
4225                 update to reflect recent movement of files
4226
4227 2003-02-28 [paul]       0.8.10claws58
4228
4229         * sync with 0.8.10cvs19
4230                 see ChangeLog 2003-02-28
4231
4232 2003-02-27 [martin]     0.8.10claws57
4233
4234         * src/prefs_matcher.c 
4235                 fix segfault in prefs_matcher_ok() when the
4236                 last entry is deleted and prevents that the
4237                 message "entry not saved" comes up after deleting
4238                 an entry
4239
4240 2003-02-27 [martin]     0.8.10claws56
4241
4242         * src/prefs_filtering.c 
4243                 fix segfault in prefs_filtering_ok() when the
4244                 last entry is deleted and prevents that the
4245                 message "entry not saved" comes up after deleting
4246                 an entry
4247
4248 2003-02-27 [paul]       0.8.10claws55
4249
4250         * sync with 0.8.10cvs18
4251                 see ChangeLog 2003-02-27
4252
4253 2003-02-27 [paul]       0.8.10claws54
4254
4255         * src/addressbook.c
4256                 fix bug where the address book crashes with 
4257                 multiple lookups.
4258                 Patch [687729] submitted by David Frager 
4259                 <dbfrager@users.sourceforge.net>
4260
4261 2003-02-25 [christoph]  0.8.10claws53
4262
4263         * src/Makefile.am
4264         * src/colorlabel.[ch]           ** REMOVE **
4265         * src/gtk/Makefile.am
4266         * src/gtk/colorlabel.[ch]       ** NEW **
4267                 move colorlabel files to gtk directory
4268
4269         * src/esmtp.[ch]                ** REMOVE **
4270                 has been merged into smtp.[ch] in 0.7.5
4271
4272 2003-02-25 [christoph]  0.8.10claws52
4273
4274         * src/Makefile.am
4275         * src/about.[ch]                ** REMOVE **
4276         * src/gtk/Makefile.am
4277         * src/gtk/about.[ch]            ** NEW **
4278                 move about files to gtk directory
4279
4280 2003-02-25 [christoph]  0.8.10claws51
4281
4282         * src/folder.c
4283                 some code optimization of folder scanning code
4284
4285         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4286
4287 2003-02-25 [christoph]  0.8.10claws50
4288
4289         * src/main.c
4290         * src/common/sylpheed.c
4291                 add command line parameter parsing to common code
4292
4293 2003-02-24 [christoph]
4294
4295         * Makefile.am
4296         * configure.ac
4297                 fix gnome prefix problems, the configure script now removed
4298                 `gnome-config --prefix` from `gnome-config --datadir`
4299                 and adds $(prefix} instead
4300
4301         (closes Bug 24 Makefile does not respect prefix when installing
4302          GNOME data)
4303
4304 2003-02-24 [christoph]  0.8.10claws49
4305
4306         * src/news.c
4307                 check for valid session before trying to authenticate
4308
4309         (closes Bug 60 crash if "authenticate on logon" is activated
4310          and newsserver-hostname is not valid)
4311
4312 2003-02-24 [melvin]     0.8.10claws48
4313
4314         * src/prefs_actions.c
4315                 Make sure all user's input is sent to the action and then
4316                 close the socket..
4317
4318 2003-02-23 [alfons]     0.8.10claws46
4319
4320         * src/summaryview.c
4321                 also wait cursor when deleting files
4322
4323 2003-02-23 [paul]
4324
4325         * tools/freshmeat_search.pl
4326           tools/google_search.pl
4327                 scripts should now work for any browser/browser command line
4328
4329 2003-02-22 [christoph]  0.8.10claws45
4330
4331         * src/procmsg.c
4332                 fix IMAP flag setting, IMAP flag is not handled correctly
4333                 anymore by the folder system and information about the
4334                 folder should not be saved in the MsgInfo (in my opinion)
4335
4336         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4337
4338 2003-02-22 [christoph]  0.8.10claws44
4339
4340         * src/summaryview.c
4341                 fix spelling of "label" ;-)
4342
4343 2003-02-22 [thorsten]   0.8.10claws43
4344
4345         * src/mimeview.c
4346           src/prefs_common.[ch]
4347           src/procmime.[ch]
4348                 do not use description as attachment name
4349
4350 2003-02-22 [alfons]     0.8.10claws42
4351
4352         * src/summaryview.c
4353                 freeze/thaw folder item updates when changing color labels,
4354                 and put a wait cursors on
4355
4356 2003-02-22 [thorsten]   0.8.10claws41
4357
4358         * src/mimeview.c
4359                 save-all fixes: crash if invoked on multipart container,
4360                 mimeinfo access, pathseparators, error dialog
4361
4362 2003-02-21 [alfons]     0.8.10claws40
4363
4364         * src/prefs_gtk.c
4365                 remove unused var
4366
4367 2003-02-21 [colin]      0.8.10claws39
4368
4369         * src/send.c
4370                 Fix smtp logging
4371
4372 2003-02-21 [colin]      0.8.10claws38
4373
4374         * src/summaryview.c
4375                 Freeze/thaw folderItem updates when filtering messages 
4376                 via Tools/Filter messages
4377
4378 2003-02-21 [paul]       0.8.10claws37
4379
4380         * src/compose.c
4381                 revert commit 0.8.10claws26, there are ulterior motives
4382                 for users to set a Reply-To header when posting to
4383                 newsgroups
4384
4385 2003-02-21 [paul]       0.8.10claws36
4386
4387         * sync with 0.8.10cvs17
4388                 see ChangeLog 2003-02-21
4389
4390 2003-02-20 [christoph]  0.8.10claws35
4391
4392         * src/imap.c
4393                 IMAP UID fetch speedup using SEARCH
4394
4395         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4396
4397         * src/imap.c
4398                 fix problem with UIDs in IMAP UID cache that no longer existed
4399
4400 2003-02-20 [christoph]  0.8.10claws34
4401
4402         * src/imap.c
4403         * src/procheader.c
4404         * src/procheader.h
4405                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4406
4407         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4408
4409         * src/imap.c
4410                 Rewrite imap_cmd_gen_recv use sock_getline instead
4411                 of sock_gets to avoid problems with too long reply
4412                 lines
4413     
4414 2003-02-20 [colin]      0.8.10claws33
4415         
4416         * src/prefs_account.c
4417                 Better wording
4418
4419 2003-02-20 [colin]      0.8.10claws32
4420
4421         * src/compose.c
4422                 Remove useless '&& !to_sender' 
4423
4424 2003-02-20 [darko]
4425
4426         * AUTHORS
4427                 change my e-mail address
4428
4429 2003-02-19 [colin]      0.8.10claws31
4430
4431         * src/prefs_common.c
4432                 X11 style colors for every configurable color
4433
4434 2003-02-19 [alfons]     0.8.10claws30
4435
4436         * src/prefs_gtk.[ch]
4437         * src/prefs_common.c
4438                 for color_new accept both plain integers and X11 style color
4439                 names (as found in /usr/lib/X11/rgb.txt)
4440
4441 2003-02-19 [paul]       0.8.10claws29
4442
4443         * src/mainwindow.c
4444                 add tooltips to online/offline button and account selector
4445                 button
4446
4447 2003-02-19 [paul]       0.8.10claws28
4448
4449         * src/folder.c
4450           src/news.c
4451           src/prefs_account.[ch]
4452           src/prefs_common.[ch]
4453                 move 'Maximum number of articles to download' to
4454                 account prefs.
4455                 clean up account prefs gui a little by hiding entries
4456                 rather then greying out entries
4457
4458 2003-02-19 [hiro]       0.8.10claws27
4459
4460         * src/common/utils.c
4461                 fix bug #54 'yesterdays date is displayed in the message 
4462                 summary window'
4463
4464 2003-02-19 [paul]       0.8.10claws26
4465
4466         * src/compose.c
4467                 fix bug reported in Feature Request [688596] 
4468                 'Reply-to header in news'
4469
4470 2003-02-18 [paul]       0.8.10claws25
4471
4472         * src/select-keys.c
4473                 add a 'List all keys' button to key selection dialog
4474
4475 2003-02-18 [colin]      0.8.10claws24
4476         
4477         * src/stock_pixmap.c
4478                 fix compile error
4479
4480 2003-02-18 [colin]      0.8.10claws23
4481
4482         * src/common/smtp.[ch]
4483           src/prefs_account.c
4484                 Try to starttls if it seems to be the only
4485                 way to authenticate a user
4486
4487 2003-02-18 [paul]       0.8.10claws22
4488
4489         * src/Makefile.am
4490           src/folderview.c
4491           src/stock_pixmap.[ch]
4492           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4493           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4494                 as a Drafts folder is a special folder allow it to have
4495                 its own unique icons
4496
4497 2003-02-18 [colin]      0.8.10claws21
4498
4499         * src/imap.c
4500                 Fix port selection when using starttls
4501
4502 2003-02-18 [paul]       0.8.10claws20
4503
4504         * src/mainwindow.c
4505           src/prefs_common.[ch]
4506                 make blue the default new mail colour
4507
4508 2003-02-18 [paul]       0.8.10claws19
4509
4510         * sync with 0.8.10cvs14
4511                 see ChangeLog 2003-02-18
4512
4513 2003-02-17 [jens]       0.8.10claws18
4514
4515         * src/common/md5.c
4516                 fixed a compile problem with gcc 3.3
4517                 works on 2.95.3 too (testet on PPC as it is big endian)
4518
4519 2003-02-17 [paul]       0.8.10claws17
4520
4521         * sync with 0.8.10cvs13
4522                 see ChangeLog 2003-02-17
4523
4524 2003-02-17 [paul]       0.8.10claws16
4525
4526         * sync with 0.8.10cvs12
4527                 see ChangeLog 2003-02-17
4528
4529 2003-02-16 [match]      0.8.10claws15
4530
4531         * src/addressbook.c
4532                 Eliminates reloading of address data when items
4533                 deleted or added. Applied submitted by
4534                 Luke Plant <lukeplant@softhome.net>
4535
4536 2003-02-16 [paul]       0.8.10claws14
4537
4538         * src/news.c
4539                 when a 'protocol error' is encountered disconnect from
4540                 the server. This means that the user can carry on viewing
4541                 other articles and doesn't have to either wait until the
4542                 server timesout or quit sylpheed.
4543                 Fixes bug #53 'Unable to read messages in newsgroups, 
4544                 displayed message doesn't change'
4545
4546 2003-02-15 [christoph]  0.8.10claws13
4547
4548         * src/imap.c
4549                 fix bug that stopped scanning of folders when an
4550                 IMAP folder was empty
4551
4552         (closes bug 46 stop scan messages in folders after empty folder)
4553
4554 2003-02-15 [paul]
4555
4556         * tools/Makefile.am
4557           tools/README
4558           tools/freshmeat_search.pl     ** NEW FILE **
4559           tools/google_search.pl        ** NEW FILE **
4560                 Add 2 Actions scripts which search freshmeat/google
4561                 for the selected text using the browser configured
4562                 in sylpheedrc.
4563                 
4564         Note: These scripts are very dependent on the format of the
4565         browser command and may not work on every occasion. Testing
4566         is welcome. 
4567
4568 2003-02-14 [alfons]     0.8.10claws12
4569
4570         * src/compose.c
4571                 fix breakage because of uninitialized account pointer.
4572                 please verify.
4573
4574 2003-02-14 [paul]       0.8.10claws11
4575
4576         * src/compose.c
4577           src/prefs_account.[ch]
4578           src/prefs_common.[ch]
4579                 move signature settings to Account Prefs
4580
4581 2003-02-14 [paul]       0.8.10claws10
4582
4583         * sync with 0.8.10cvs11
4584                 see ChangeLog 2003-02-14
4585
4586 2003-02-13 [thorsten]   0.8.10claws9
4587
4588         * src/news.c
4589                 revert news progressbar (GUI separation)
4590
4591 2003-02-13 [paul]       0.8.10claws8
4592
4593         * src/compose.c
4594                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4595                 paragraph 1
4596
4597 2003-02-13 [paul]       0.8.10claws7
4598
4599         * src/compose.[ch]
4600           src/summaryview.c
4601                 fix 'Follow-up and Reply-to' so that it creates a reply to
4602                 the newsgroup and the sender. If the message has the keyword
4603                 'poster' in the Followup-To header, all replies go to the
4604                 sender, re: RFC 1036, Section 2.2.3
4605                 rename all instances of 'ignore_replyto' to 'to_sender', both
4606                 were previously used, now we use just one.
4607
4608 2003-02-13 [paul]       0.8.10claws6
4609
4610         * sync with 0.8.10cvs9
4611                 see ChangeLog 2003-02-13
4612
4613 2003-02-13 [paul]       0.8.10claws5
4614
4615         * configure.ac
4616                 show which plugins are configured in the configure
4617                 output.
4618
4619 2003-02-12 [thorsten]   0.8.10claws4
4620
4621         * src/news.c
4622                 show progress while fetching news headers
4623
4624 2003-02-12 [christoph]  0.8.10claws3
4625
4626         * configure.ac
4627         * src/plugins/Makefile.am
4628                 use AM_CONDITIONAL to enable plugins, automake correctly
4629                 manages this when creating distdir
4630
4631 2003-02-12 [christoph]  0.8.10claws2
4632
4633         * ac/spamassassin.m4
4634         * src/plugins/spamassassin/Makefile.am
4635                 fix building SpamAssassin plugin without OpenSSL
4636
4637 2003-02-12 [paul]       0.8.10claws1
4638
4639         * ac/Makefile.am
4640           src/Makefile.am
4641           src/plugins/Makefile.am
4642                 fix failure of 'make release'
4643
4644 2003-02-12 [paul]       0.8.10claws
4645
4646         * 0.8.10claws released
4647
4648 2003-02-12 [paul]       0.8.9claws56
4649
4650         * po/bg.po
4651           po/es.po
4652           po/it.po
4653           po/ru.po
4654           po/sr.po
4655                 updated translations by George Danchev, Ricardo Mones Lastra,
4656                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4657                 
4658         * sylpheed.spec.in
4659                 Allow the building of RPMs by a regular user. Submitted
4660                 by Sergei Astanin
4661
4662 2003-02-11 [alfons]     0.8.9claws55
4663
4664         * src/colorlabel.c
4665                 don't use pixmaps for label color rect but draw rectangles
4666                 so we can respect the color map of palette based visuals
4667                 (fixes the long time crashes on Suns - thanks to Andreas
4668                 Engel and Steve O'Hara-Smith for testing)
4669
4670 2003-02-11 [christoph]  0.8.9claws54
4671
4672         * src/matcher_parser_parse.y
4673                 correct bug where filering rules of not existing folders in
4674                 matcherrc were added to global filtering
4675                 
4676         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4677          main filter-rules after removing directory, http://bugs.debian.org/180253)
4678         
4679 2003-02-11 [paul]       0.8.9claws53
4680
4681         * sync with 0.8.10cvs7
4682                 see ChangeLog 2003-02-09
4683
4684 2003-02-11 [melvin]     0.8.9claws52
4685
4686         * po/fr.po
4687                 Updated French tranlsations
4688
4689 2003-02-10 [paul]       0.8.9claws51
4690
4691         * sylpheed.spec.in
4692                 correct --enable-openssl
4693                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4694
4695 2003-02-09 [martin]     0.8.9claws50
4696
4697         * src/prefs_matcher.c
4698                 fix segfault in prefs_matcher_substitute_cb() when
4699                 no row is selected
4700
4701 2003-02-09 [paul]       0.8.9claws49
4702
4703         * src/folderview.c
4704                 fix bug where a newsgroup folder's processing rules were
4705                 merged with the global filtering rules when the newsgroup
4706                 folder was deleted, causing some seriously bad results,
4707                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4708
4709 2003-02-08 [melvin]     0.8.9claws48
4710
4711         * src/compose.c
4712                 Corrected and modified an alert message.
4713
4714 2003-02-07 [paul]       0.8.9claws47
4715
4716         * src/folderview.c
4717                 fix bug where both an 'Account properties' window and a
4718                 'Folder properties' window were opened when clicking on
4719                 'Properties' in an NNTP or IMAP folder's popup menu.
4720
4721 2003-02-07 [paul]       0.8.9claws46
4722
4723         * sync with 0.8.10cvs6
4724                 see ChangeLog 2003-02-06
4725
4726 2003-02-06 [christoph]  0.8.9claws45
4727
4728         * src/mbox.c
4729                 freeze folder updates while importing mbox files
4730                 (closes bug 43 importing mbox took hours)
4731                 
4732         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4733
4734 2003-02-06 [thorsten]   0.8.9claws44
4735
4736         * po/de.po
4737                 Updated german translations
4738
4739 2003-02-06 [thorsten]   0.8.9claws43
4740
4741         * src/news.h
4742                 use guint for message numbers (fix count in grouplist dialog)
4743
4744 2003-02-05 [paul]       0.8.9claws42
4745
4746         * sync with 0.8.10cvs2
4747                 see ChangeLog 2003-02-05
4748
4749 2003-02-04 [colin]      0.8.9claws41
4750
4751         * src/prefs_common.[ch]
4752           src/procmsg.c
4753           src/summaryview.c
4754                 Add an option to disable threading by subject
4755
4756 2003-02-04 [christoph]  0.8.9claws40
4757
4758         * src/inc.c
4759                 only abort fetching mails from multiple accounts when the
4760                 error is fatal and does not allow to check any more accounts
4761                 (currently only disk full error)
4762
4763         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4764          receive mails for other accouts)
4765
4766 2003-02-04 [christoph]  0.8.9claws39
4767
4768         * src/folder.c
4769                 first add the new message to the cache, then
4770                 send the update notification
4771
4772         (closes bug 39 after sending message folderview doesnt get updated)
4773
4774 2003-02-04 [colin]      0.8.9claws38
4775
4776         * src/inc.c
4777                 _really_ fix this Connecting... status
4778
4779 2003-02-04 [paul]       0.8.9claws37
4780
4781         * sync with 0.8.10
4782                 see ChangeLog 2003-02-04
4783
4784 2003-02-04 [paul]       0.8.9claws36
4785
4786         * sync with 0.8.9cvs6
4787                 see ChangeLog 2003-02-03
4788
4789 2003-02-04 [paul]       0.8.9claws35
4790
4791         * po/pt_BR.po
4792                 updated by André Filipe de Assunção e Brito 
4793                 <bedecko@netsite.com.br>
4794
4795 2003-02-03 [thorsten]   0.8.9claws34
4796
4797         * po/de.po
4798                 Updated german translations
4799
4800 2003-02-02 [paul]       0.8.9claws33
4801
4802         * po/es.po
4803                 updated by Ricardo Mones Lastra
4804
4805 2003-02-02 [thorsten]   0.8.9claws32
4806
4807         * src/mh.c
4808                 Fix mh_get_msginfo() segfault if file is inaccessible
4809
4810 2003-01-31 [colin]      0.8.9claws31
4811
4812         * src/procheader.c
4813                 Fix last commit's bug
4814
4815 2003-01-31 [colin]      0.8.9claws30
4816
4817         * src/procheader.c
4818                 Missing a change for gpg-signed messages
4819
4820 2003-01-31 [paul]       0.8.9claws29
4821
4822         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4823           src/procheader.c
4824           src/stock_pixmap.[ch]
4825           src/summaryview.c
4826                 indicate GnuPG signed messages by displaying an icon
4827                 in the Attachment column.
4828
4829 2003-01-31 [paul]       0.8.9claws28
4830
4831         * sync with 0.8.9cvs4
4832                 see ChangeLog 2003-01-31
4833
4834 2003-01-31 [alfons]     0.8.9claws27
4835
4836         * src/textview.c
4837                 tune URI parser to accept mailto URLs with a '?'
4838                 (patch from Ruslan Balkin)
4839
4840 2003-01-31 [colin]      0.8.9claws26
4841
4842         * src/summaryview.c
4843                 Fix a leak introduced in claws24
4844
4845 2003-01-31 [colin]      0.8.9claws25
4846
4847         * src/summaryview.c
4848                 Freeze/Thaw folder updates when deleting dups
4849
4850 2003-01-31 [colin]      0.8.9claws24
4851         
4852         * src/addr_compl.c
4853           src/summaryview.c
4854           src/msgcache.c
4855                 little speed improvements
4856
4857 2003-01-31 [colin]      0.8.9claws23
4858
4859         * src/summaryview.c
4860                 Fix segfault when forwarding nothing
4861                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4862                 
4863 2003-01-30 [paul]       0.8.9claws22
4864
4865         * sync with 0.8.9cvs3
4866                 see ChangeLog 2003-01-30
4867
4868 2003-01-30 [paul]       0.8.9claws21
4869
4870         * sync with 0.8.9cvs2
4871                 see ChangeLog 2003-01-30
4872
4873 2003-01-29 [paul]       0.8.9claws20
4874
4875         * sync with 0.8.9cvs1
4876                 see ChangeLog 2003-01-29
4877
4878 2003-01-28 [paul]       0.8.9claws19
4879
4880         * po/POTFILES.in
4881                 update to reflect changes. 
4882                 thanks to Ricardo Mones Lastra
4883
4884 2003-01-27 [christoph]  0.8.9claws18
4885
4886         * ac/openssl.m4
4887         * ac/spamassassin.m4
4888         * src/plugins/spamassassin/README
4889         * src/plugins/spamassassin/libspamc.[ch]
4890         * src/plugins/spamassassin/utils.[ch]
4891                 updated to latest libspamc
4892
4893 2003-01-27 [christoph]  0.8.9claws17
4894
4895         * src/folder.c
4896                 fix wrong use of procheader_get_header_fields
4897
4898 2003-01-27 [christoph]  0.8.9claws16
4899
4900         * src/news.c
4901         * src/prefs_account.[ch]
4902         * src/common/nntp.[ch]
4903                 allow to force authentication for NNTP servers
4904
4905         Patch submitted by Florian Mickler <dmk@d-labs.de>
4906
4907 2003-01-26 [paul]       0.8.9claws15
4908
4909         * src/summaryview.c
4910                 speed up of marking messages as read
4911                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4912
4913 2003-01-26 [christoph]  0.8.9claws14
4914
4915         * src/Makefile.am
4916         * src/mgutils.[ch]              ** REMOVE **
4917         * src/xml.[ch]                  ** REMOVE **
4918         * src/xmlprops.[ch]             ** REMOVE **
4919         * src/common/Makefile.am
4920         * src/common/mgutils.[ch]       ** NEW **
4921         * src/common/xml.[ch]           ** NEW **
4922         * src/common/xmlprops.[ch]      ** NEW **
4923                 move xml files to common directory
4924
4925 2003-01-26 [christoph]  0.8.9claws13
4926
4927         * src/plugins/spamassassin/spamassassin_gtk.c
4928                 only set gtk entry text if string is available
4929
4930 2003-01-26 [melvin]     0.8.9claws12
4931
4932         * src/description_window.c
4933                 Allow resizing of the window
4934                 Allow automatic horizontal scroll bar
4935                 Do not vertically expand and fill
4936
4937 2003-01-26 [christoph]  0.8.9claws11
4938
4939         * src/Makefile.am
4940         * src/gtkutils.[ch]             ** REMOVE **
4941         * src/common/sylpheed.c
4942         * src/gtk/Makefile.am
4943         * src/gtk/description_window.c
4944         * src/gtk/gtkutils.[ch]         ** NEW **
4945         * src/gtk/prefswindow.c
4946                 move gtkutils to gtk directory
4947
4948 2003-01-26 [paul]       0.8.9claws10
4949
4950         * src/summaryview.c
4951                 rename summary_unread_clicked() to summary_status_clicked()
4952
4953 2003-01-26 [melvin]     0.8.9claws9
4954
4955         * src/prefs_actions.c
4956                 Cosmetical changes to the help text
4957
4958 2003-01-26 [paul]       0.8.9claws8
4959
4960         * src/folder.[ch]
4961           src/mainwindow.c
4962           src/prefs_common.c
4963           src/prefs_sumamry_column.c
4964           summaryview.[ch]
4965                 rename the 'Unread' column to 'Status'
4966
4967 2003-01-25 [match]      0.8.9claws7
4968
4969         * src/mgutils.[ch]
4970                 removed reference to LDAP constants. removed error2string.
4971                 included functions to support LDAP dynamic queries.
4972         * src/syldap.h
4973                 moved LDAP constants here.
4974         * src/addressbook.c
4975         * src/addrindex.c
4976         * src/importldif.c
4977                 removed references to LDAP constants and references to
4978                 error2string.
4979
4980 2003-01-25 [paul]       0.8.9claws6
4981
4982         * src/summaryview.c
4983                 summary_thread_build(), summary_thread_init(): remove 
4984                 unneeded reference to summaryview->folder_item
4985
4986 2003-01-25 [christoph]  0.8.9claws5
4987
4988         * src/gtk/description_window.c
4989                 o allow description texts to expand over multiple columns
4990                 o translate all columns
4991         * src/prefs_actions.c
4992                 change syntax description to use new multi column feature
4993
4994         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4995
4996 2003-01-25 [match]      0.8.9claws4
4997
4998         * src/vcard.c
4999                 fixed bug with Quoted-Printable
5000
5001 2003-01-25 [paul]       0.8.9claws3
5002
5003         * src/folder.[ch]
5004           src/summaryview.[ch]
5005                 implement per-folder collapsed/expanded threads setting
5006                 
5007         * src/prefs_common.c
5008                 remove global collapsed/expanded threads option
5009
5010 2003-01-25 [christoph]  0.8.9claws2
5011
5012         * po/POTFILES.in
5013                 add pluginwindow and prefswindow
5014         * src/compose.c
5015                 make send respond correctly to messages that could be added
5016                 to the queue folder, but the UID of the message is unknown
5017         * src/folder.c
5018         * src/imap.c
5019                 don't return guessed UIDs in imap_add_msg anymore. We return
5020                 0 to tell the folder system it was appened but the UID is
5021                 unknown. Folder system now get's the UID by scaning the folder
5022                 and searching the cache for the Message-ID
5023                 (closes bug #29 Messages queued, but not sent)
5024
5025 2003-01-25 [paul]       0.8.9claws1
5026
5027         * src/codeconv.c
5028                 conv_encode_header():  fix bug when long headers with 8-bit
5029                 characters are used, so that the encoded words are wrapped.
5030                 If the space in the original text falls on the wrap boundary,
5031                 it can be lost.
5032                 Patch by Sergey Vlasov.
5033                 
5034         * src/folderview.c
5035                  fix bug where a change to the sorting method or thread view
5036                  of a folder's messages is lost if simpify-subject is set and
5037                  toggled on or off.
5038                  Patch by Luke Plant.
5039
5040 2003-01-24 [paul]       0.8.9claws
5041
5042         * sylpheed-0.8.9claws released
5043         
5044         * Makefile.am
5045           sylpheed.spec.in
5046                 remove reference to 'INSTALL.jp'
5047
5048 2003-01-23 [paul]       0.8.8claws128
5049
5050         * po/es.po
5051           po/it.po
5052           po/ru.po
5053           po/sr.po
5054                 updated translations. submitted by Ricardo Mones Lastra,
5055                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5056
5057 2003-01-23 [colin]      0.8.8claws127
5058
5059         * src/compose.c
5060                 Fix drafted and queued news articles re-edition
5061
5062 2003-01-23 [melvin]     0.8.8claws126
5063
5064         * po/fr.po
5065                 Updated French translations
5066
5067 2003-01-23 [colin]      0.8.8claws125
5068
5069         * src/inc.c
5070                 Fix "Connecting to..." status message
5071
5072 2003-01-22 [paul]       0.8.8claws124
5073
5074         * po/bg.po
5075                 updated by George Danchev
5076                 
5077         * src/folder.c
5078                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5079                 and folder deletion
5080
5081 2003-01-21 [paul]       0.8.8claws123
5082
5083         * po/bg.po
5084                 updated by George Danchev
5085                 
5086         * src/about.c
5087                 its now 2003
5088                 
5089         * src/toolbar.c
5090                 don't translate 'Separator'
5091                 
5092         * src/plugins/spamassassin/Makefile.am
5093                 add aspell to CPPFLAGS
5094                 
5095         * src/plugins/spamassassin/spamassassin.c
5096           src/plugins/spamassassin/spamassassin_gtk.c
5097                 set correct default for spamassassin_receive_spam
5098                 slightly re-word descriptions and some
5099                 other minor changes
5100
5101 2003-01-19 [alfons]     0.8.8claws122
5102                 
5103         * src/mimeview.c
5104                 mimeview_save_as(): we might as well show the file name for
5105                 the single case "Save As" too
5106
5107 2003-01-19 [alfons]     0.8.8claws121
5108
5109         * src/crash.c
5110                 change bug tracker URL to bugzilla URL
5111
5112 2003-01-19 [alfons]     0.8.8claws120
5113
5114         * src/mimeview.c
5115                 mimeview_save_all(): display name of file before overwriting;
5116                 continue saving all, even when one overwrite was cancelled
5117
5118 2003-01-19 [christoph]  0.8.8claws119
5119
5120         * src/summaryview.c
5121         * src/procmsg.[ch]
5122                 fix wrong usage of procmsg_find_children in summaryview
5123                 by using procmsg_update_unread_children instead of
5124                 summaryview_update_unread_children
5125
5126 2003-01-19 [christoph]  0.8.8claws118
5127
5128         * src/procmsg.c
5129                 fix infinite loop in procmsg_find_children
5130                  (closes bug #25 sylpheed crashes on delete.)
5131
5132         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5133
5134 2003-01-19 [paul]       0.8.8claws117
5135
5136         * po/pt_BR.po
5137                 updated by Ivan Francolin Martinez
5138
5139 2003-01-18 [melvin]     0.8.8claws116
5140
5141         * src/prefs_actions.c
5142                 Removed syntax limitation of only one '&' at the end of command.
5143                         Now actions that contain '>/dev/null 2>&1' are possible.
5144
5145 2003-01-18 [melvin]     0.8.8claws115
5146
5147         * src/prefs_actions.c
5148                 Actions IO dialog: when the action ends
5149                 the "Close" button now has focus and [Escape] closes the
5150                 window.
5151
5152 2003-01-18 [christoph]  0.8.8claws114
5153
5154         * src/procmsg.c
5155                 o add debug output when MsgInfos are really freed
5156                 o free GSLists in procmsg_find_children and
5157                   procmsg_update_unread_children
5158
5159 2003-01-18 [christoph]  0.8.8claws113
5160
5161         * src/mainwindow.c
5162                 reorder Configuration menu
5163
5164 2003-01-18 [christoph]  0.8.8claws112
5165
5166         * src/compose.c
5167                 fix applying templates to forwarded messages
5168
5169         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5170
5171 2003-01-17 [christoph]  0.8.8claws111
5172
5173         * src/folder.c
5174                 destroy folder items, when a folder item is removed
5175
5176 2003-01-17 [christoph]  0.8.8claws110
5177
5178         * src/folder.c
5179                 fix wrong folder stats update when ignored message is
5180                 deleted
5181
5182 2003-01-17 [colin]      0.8.8claws109
5183         
5184         * src/mainwindow.c
5185         * src/summaryview.c
5186                 Quicksearch bugfixes: 
5187                 - hide help button at startup if not extended
5188                 - switch to extended when looking for replies
5189
5190 2003-01-17 [paul]
5191
5192         * sync with 0.8.9 release
5193
5194 2003-01-17 [paul]       0.8.8claws108
5195
5196         * sync with 0.8.8cvs11
5197                 see ChangeLog 2003-01-17
5198
5199 2003-01-16 [colin]      0.8.8claws107
5200
5201         * src/procmsg.c
5202                 Changed encryption test to re-ask passphrase
5203                 if an encrypted message hasn't been decrypted
5204                 Fixes bug #5
5205
5206 2003-01-16 [christoph]  0.8.8claws106
5207
5208         * src/prefs_gtk.c
5209         * src/prefs_toolbar.c
5210         * src/gtk/prefswindow.h
5211         * src/plugins/spamassassin/spamassassin_gtk.c
5212                 remove page destroy function that is not used anymore
5213
5214 2003-01-16 [paul]       0.8.8claws105
5215
5216         * sync with 0.8.8cvs9
5217                 see ChangeLog 2002-01-16
5218
5219 2003-01-16 [colin]      0.8.8claws104
5220
5221         * src/compose.[ch]
5222                 Fix bug with autosaved drafts for IMAP, when draft
5223                 folder is specified - fixes bugzilla bug #20
5224
5225 2003-01-15 [paul]       0.8.8claws103
5226
5227         * src/compose.[ch]
5228           src/procmsg.c
5229                 store folder and message-id of message forwarding
5230                 in queue header and set forward flag after sending
5231
5232 2003-01-15 [paul]       0.8.8claws102
5233
5234         * sync with 0.8.8cvs8
5235                 see ChangeLog 2002-01-15
5236
5237 2003-01-15 [colin]      0.8.8claws101
5238
5239         * src/Makefile.am
5240                 Fix linking with GNU libiconv
5241
5242 2003-01-15 [darko]      0.8.8claws100
5243
5244         * src/pine.c
5245                 fix crash when importing pine address book
5246                 entry with an empty name (reported by DY
5247                 <dybulk at tri8.net>)
5248
5249 2003-01-14 [paul]       0.8.8claws99
5250
5251         * configure.in  ** REMOVED **
5252           configure.ac  ** NEW FILE **
5253                 rename configure.in to configure.ac, as it is now
5254                 preferred
5255
5256 2003-01-14 [melvin]     0.8.8claws98
5257
5258         * src/folderview.c
5259                 folderview_check_new(): More precise function description
5260
5261 2003-01-14 [melvin]     0.8.8claws97
5262
5263         * src/folderview.c
5264                 folderview_check_new(): return the number of new messages 
5265                         since last check.
5266         * src/inc.c
5267                 inc_account_mail(): Disable counting of new messages for IMAP
5268                         and NNTP until bug [19] and [14] are fixed.
5269
5270 2003-01-14 [paul]       0.8.8claws96
5271
5272         * sync with 0.8.8cvs6
5273                 see ChangeLog 2003-01-14
5274
5275 2003-01-13 [alfons]     0.8.8claws95
5276
5277         * src/textview.c
5278                 tune email address validation (c. 0.8.8claws89): if . is 
5279                 just one char away from @, the address is invalid too 
5280                 (correctly rejects addresses like foo@.com)
5281
5282 2003-01-13 [paul]       0.8.8claws94
5283
5284         * src/messageview.c
5285           src/toolbar.c
5286                 fixes to the Message View toolbar and menu:
5287                 fix non-functioning Forward button
5288                 make Reply button consider default_reply_list
5289                 remove 'Follow-up...' menu entry
5290                 add 'Forward' and 'Redirect' menu entries
5291
5292 2003-01-13 [melvin]     0.8.8claws93
5293
5294         * src/inc.c
5295                 Fixed typo that could make new messages count incorrect.
5296
5297 2003-01-13 [melvin]     0.8.8claws92
5298
5299         * src/folderview.[ch]
5300                 folderview_check_new(): return the number of new messages.
5301         * src/inc.c
5302                 Should fix bug [14] where new mail notification worked 
5303                         incorrectly with IMAP accounts.
5304                 inc_spool_account(): return number of new msgs, or -1 on error
5305                 inc_all_spool(): return number of new msgs
5306                 
5307 2003-01-13 [melvin]     0.8.8claws91
5308
5309         * src/prefs_actions.c
5310                 Justify help text.
5311
5312 2003-01-12 [thorsten]   0.8.8claws90
5313
5314         * src/common/prefs.c
5315                 close file before rename
5316
5317 2003-01-12 [alfons]     0.8.8claws89
5318
5319         * AUTHORS
5320                 add Christian Mertes
5321         * src/common/utils.[ch]
5322                 g_stricase_hash(), g_stricase_equal(): functions for 
5323                 case insensitive hash tables
5324         * src/textview.c
5325                 use top level domain names to validate email address, based
5326                 on a patch by Christian Mertes (thanks!), but changed 
5327                 implementation to use a hash table 
5328
5329 2003-01-12 [paul]       0.8.8claws88
5330
5331         * po/bg.po
5332                 updated by George Danchev
5333
5334 2003-01-12 [alfons]     0.8.8claws87
5335
5336         * src/summaryview.c
5337                 delete / execute performance: use new style folder update
5338
5339 2003-01-12 [paul]       0.8.8claws86
5340
5341         * sync with 0.8.8cvs5
5342                 see ChangeLog 2003-01-13 (!)
5343
5344 2003-01-12 [alfons]     0.8.8claws85
5345
5346         * src/filtering.c
5347         * src/matcher_parser_parse.y
5348                 prepare change_score filtering action
5349         * src/matcher.[ch]
5350                 give up const-correctness on functions that call non-const-correct functions;
5351                 several casts to gpointer in g_free();
5352                 add change_score;
5353
5354 2003-01-12 [christoph]  0.8.8claws84
5355
5356         * src/compose.c
5357                 fix 2 warnings
5358
5359         * src/gtk/prefswindow.[ch]
5360         * src/plugins/spamassassin/spamassassin_gtk.c
5361                 changed the call of the widget create function
5362                 for PrefsPages, because sometimes the widget
5363                 create function needs a widget that already has
5364                 been attached to a window (to create GDK pixmaps
5365                 for exmaple). So we simply pass the GtkWindow as
5366                 the second parameter now.
5367
5368         * src/main.c
5369         * src/mainwindow.c
5370         * src/prefs_toolbar.[ch]
5371                 rewrite Toolbar Preferences using the new
5372                 prefs window
5373
5374 2003-01-11 [alfons]     0.8.8claws83
5375
5376         * src/addressadd.c
5377                 fix crash when adding sender to addressbook because status bar
5378                 isn't there (the status bar doesn't seem to be used though,
5379                 but I'll let Match decide what to do with it)
5380
5381 2003-01-11 [colin]      0.8.8claws82
5382
5383         * src/main.c
5384           src/toolbar.c
5385                 Two useless changes reversed
5386
5387 2003-01-11 [colin]      0.8.8claws81
5388
5389         * src/mainwindow.c
5390           src/mainwindow.h
5391                 Add mainwindow_get_mainwindow()
5392         * src/alertpanel.c
5393           src/alertpanel.h
5394                 Add alertpanel_error_log() 
5395         * src/compose.c
5396           src/inc.c
5397           src/messageview.c
5398           src/toolbar.c
5399           src/main.c
5400           src/procmsg.c
5401                 Network errors get a View Log button
5402
5403 2003-01-10 [alfons]     0.8.8claws80
5404
5405         * src/prefs_toolbar.c
5406         * src/toolbar.c
5407                 use the translatable string for "Separator" as file name for
5408                 separator toolbar items (probably make this uppercase?)
5409
5410 2003-01-10 [alfons]     0.8.8claws79
5411
5412         * src/prefs_toolbar.c
5413                 put right A_SEPARATOR description string in "displayed
5414                 toolbar items list" so manually added separators are
5415                 saved correctly (bug #10, "Adding a separator to the main 
5416                 toolbar fails, entry in xml file is wrong")
5417
5418 2003-01-10 [christoph]  0.8.8claws78
5419
5420         * src/imap.c
5421                 o fix warnings
5422                 o use CAPABILITY to check if NAMESPACE is available
5423
5424 2003-01-10 [christoph]  0.8.8claws77
5425
5426         * src/imap.[ch]
5427                 apply UIDPLUS IMAP extension support patch
5428
5429         Patch submitted by Simon 'corecode' Schubert
5430
5431 2003-01-10 [paul]       0.8.8claws76
5432
5433         * src/folderview.c
5434                 a sync from main which fixes the news account folders'
5435                 Properties bug
5436
5437 2003-01-10 [christoph]  0.8.8claws75
5438
5439         * src/folder.c
5440                 don't accept 0 as a valid uid returned by copy and move
5441                 functions. 0 means the message was copied or moved but the
5442                 new uid could not be fetched. It is not an error condition
5443                 for the copy or move operation.
5444
5445 2003-01-10 [paul]       0.8.8claws74
5446
5447         * src/prefs_filtering.c
5448                 change English used in Alert when entry is not
5449                 saved.
5450                 
5451         * sync with 0.8.8cvs4
5452                 see ChangeLog 2003-01-10
5453
5454 2003-01-10 [darko]      0.8.8claws73
5455
5456         * src/pine.c
5457                 fix crash when importing address book entry
5458                 without a valid address
5459
5460 2003-01-09 [alfons]     0.8.8claws72
5461
5462         * src/inc.c
5463                 filtering performance: use new style folder update
5464
5465 2003-01-09 [christoph]  0.8.8claws71
5466
5467         * src/compose.c
5468         * src/gtk/menu.[ch]
5469                 fix wrong selecting of mime encoding type, when
5470                 opening property dialog of attachments in the
5471                 compose window. 7bit was always selected and that
5472                 destoryed files with 8bit data.
5473                 (closes bug #9 Sylpheed-claws destroys attachments when
5474                  changing MIME-types)
5475
5476 2003-01-09 [paul]       0.8.8claws70
5477
5478         * sync with 0.8.8cvs3
5479                 see ChangeLog 2003-01-09
5480
5481 2003-01-08 [alfons]     0.8.8claws69
5482         
5483         * src/addressadd.c
5484                 apply patch by Kim Schulz to fix build breakage
5485                 because of missing variable
5486
5487 2003-01-08 [paul]       0.8.8claws68
5488
5489         * sync with 0.8.8cvs2
5490                 see ChangeLog 2002-01-08
5491
5492 2003-01-08 [paul]       0.8.8claws67
5493
5494         * po/it.po
5495                 updated by Alessandro Maestri
5496                 
5497         * src/addressadd.c
5498                 when using 'Add sender to addressbook' allow
5499                 name to be edited and remarks to be entered
5500                 Patch submitted by Luke Plant
5501
5502 2003-01-08 [darko]      0.8.8claws66
5503
5504         * README.claws, src/summaryview.c
5505                 fix description for marked messages
5506
5507 2003-01-08 [paul]
5508
5509         * tools/Makefile.am
5510           tools/launch_phoenix  ** NEW FILE **
5511                 add script that enables using Phoenix as the default
5512                 web browser. 
5513                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5514                 
5515         * tools/OOo2sylpheed.pl
5516                 remove full path to sylpheed executable, just 'sylpheed'
5517                 will do
5518                 
5519         * tools/README
5520                 add launch_phoenix informtion and re-arrange and compress
5521                 the data a little
5522
5523 2003-01-07 [christoph]  0.8.8claws65
5524
5525         * src/folder.c
5526                 fix update for source folder when moving messages
5527         * src/procmsg.[ch]
5528         * src/summaryview.c
5529                 use function to set to_folder for message infos and
5530                 automatically update the op_count for old and new
5531                 folder
5532
5533 2003-01-07 [melvin]     0.8.8claws64
5534
5535         * src/prefs_actions.c
5536                 Fixed bug where an '%p' Action on a displayed image crashed 
5537                         Sylpheed
5538                 Code clean up (get rid of duplicated code and removed unnecessary 
5539                                 structure member)
5540
5541 2003-01-07 [christoph]  0.8.8claws63
5542
5543         * src/compose.c
5544         * src/folder.[ch]
5545         * src/folderview.c
5546         * src/import.c
5547         * src/inc.c
5548         * src/main.c
5549         * src/mainwindow.c
5550         * src/messageview.c
5551         * src/prefs_folder_item.c
5552         * src/procmsg.c
5553         * src/summaryview.c
5554         * src/toolbar.c
5555                 o remove all folder update triggering from the UI code. The folder
5556                   system should know much better when a folder needs an update.
5557                 o to prevent multiple updates in a row the folder updates can be
5558                   frozen for some time.
5559
5560                 Note: - Please verify that no updates are missing
5561                       - Check where freeze/thaws should be added
5562
5563 2003-01-07 [christoph]  0.8.8claws62
5564
5565         * src/prefs_actions.c
5566                 don't translate empty strings
5567
5568         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5569
5570 2003-01-06 [christoph]  0.8.8claws61
5571
5572         * src/prefs_actions.c
5573                 mark strings for gettext
5574         * src/prefs_matcher.c
5575                 use new description window for Execute action and
5576                 match condition in Filtering
5577
5578         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5579
5580 2003-01-06 [alfons]     0.8.8claws60
5581
5582         keep myself inspired to re-organize matcher part 8; 
5583         yes, more to come (I need to move out the descriptive
5584         text for actions to matcher.c, or at least make it not
5585         depend on the wicked ordering)
5586
5587         * src/prefs_matcher.c
5588                 add documentation so others may comprehend the
5589                 UI part of the conditions
5590                 
5591 2003-01-06 [christoph]  0.8.8claws59
5592
5593         * src/prefs_actions.c
5594                 use new description window for syntax help
5595         * src/gtk/description_window.c
5596                 fix display of descriptions with column count != 2
5597
5598         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5599
5600 2003-01-06 [christoph]  0.8.8claws58
5601
5602         * src/quote_fmt.c
5603         * src/summaryview.[ch]
5604         * src/gtk/Makefile.am
5605         * src/gtk/description_window.[ch]       ** NEW **
5606                 use a generic window to display syntax descriptions
5607                 currently used in quote_fmt and summaryview (new description
5608                 for extended quick search)
5609
5610         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5611
5612 2003-01-06 [paul]       0.8.8claws57
5613
5614         * sync with 0.8.8cvs1
5615                 see ChangeLog 2003-01-06
5616
5617 2003-01-06 [christoph]  0.8.8claws56
5618
5619         * src/mainwindow.c
5620         * src/prefs_gtk.[ch]
5621         * src/gtk/prefswindow.[ch]
5622         * src/plugins/spamassassin/spamassassin_gtk.c
5623                 o remove page management from prefswindow, pages
5624                   will be an argument to prefswindow_open
5625                 o prefswindow_open gets a datapointer that is
5626                   passed to the widget_create function to allow
5627                   creation of prefswindow for specific items
5628
5629 2003-01-06 [colin]      0.8.8claws55
5630         
5631         * src/summaryview.c
5632                 We don't want regexp in the reply-finder, 
5633                 because MIDs can contain !,$,. and so on
5634
5635 2003-01-06 [jens]       0.8.8claws54
5636
5637         * src/jpilot.c
5638                 fixed a wrong free in jpilot_read_db_files
5639
5640 2003-01-06 [alfons]     0.8.8claws53
5641
5642         re-organize matcher part 8; more to come
5643        
5644         * src/matcher.c
5645                 matcherprop_to_string(): put g_free()s before the
5646                 switch-case break to fix memleaks                
5647
5648 2003-01-06 [colin]      0.8.8claws52
5649
5650         * src/summaryview.c
5651                 cleanup & reply-finder now displays the first 
5652                 matching message
5653
5654 2003-01-05 [alfons]     0.8.8claws51
5655
5656         re-organize matcher part 7; more to come
5657
5658         * src/matcher.[ch]
5659                 fixes for constant correctness;
5660                 more documentation;
5661
5662 2003-01-05 [alfons]     0.8.8claws50
5663
5664         re-organize matcher part 6; more to come
5665         
5666         * src/matcher.[ch]
5667                 fixes for constant correctness;
5668                 more documentation;
5669         * src/filtering.c
5670                 fix for constant correctness
5671
5672 2003-01-05 [colin]      0.8.8claws49
5673
5674         * src/account.[ch]
5675                 Add account_get_reply_account function
5676         * src/compose.c
5677                 Use account_get_reply_account function 
5678         * src/summaryview.c
5679                 Basic reply-finder - click on the replied
5680                 icon gets you to the outbox using quick-search
5681
5682 2003-01-05 [paul]       0.8.8claws48
5683
5684         * src/prefs_common.c
5685                 small change to English
5686                 
5687         * src/prefs_filtering.c
5688                 prefs_filtering_action_select(): improve logic and uniformity
5689                 of gui
5690
5691 2003-01-05 [alfons]     0.8.8claws47
5692
5693         fine tune solution to focus problems (bug #7)
5694
5695         * src/mainwindow.c
5696                 mainwindow_focus_in_event(): remove grab event check
5697         * src/summaryview.c
5698                 summary_button_pressed(): move selection on right-click
5699                 too. we can't possibly move the selection back after
5700                 canceling a dialog, because gtk's incomplete focus 
5701                 management. whether this is a good solution, only time
5702                 will tell.
5703
5704 2003-01-05 [christoph]  0.8.8claws46
5705
5706         * src/imap.c
5707                 fix crash when no imap connection could be established
5708
5709 2003-01-05 [paul]       0.8.8claws45
5710
5711         * src/mainwindow.c
5712           src/sumamryview.c
5713           src/gtk/menu.[ch]
5714                 fix bug 605957 'shortcuts in popup-menu'
5715                 make user-defined shortcuts work
5716                 show shortcuts that are already defined
5717                 in the main menu
5718                 Patch submitted by Luke Plant
5719
5720 2003-01-05 [alfons]     0.8.8claws44
5721
5722         * src/mainwindow.c
5723                 focus_in_event handler should not select summary view row 
5724                 when another window (menu, dialog) grabbed for events 
5725                 (bug #7, "[0.8.8claws42] Message summary focus") 
5726
5727 2003-01-04 [christoph]  0.8.8claws43
5728
5729         * src/procmsg.c
5730                 update save folder after adding the sent message
5731                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5732
5733 2003-01-02 [christoph]  0.8.8claws42
5734
5735         * src/common/plugin.c
5736                 fix unloading of all plugins and unload
5737                 plugins in reverse order
5738                 
5739         * src/gtk/pluginwindow.c
5740                 implement function of load and unload button
5741
5742         * src/gtk/prefswindow.c
5743         * src/gtk/prefswindow.h
5744                 rename register function and add new unregister
5745                 function
5746
5747         * src/plugins/spamassassin/spamassassin_gtk.c
5748                 unregister prefs page and update for changes in
5749                 src/gtk/prefswindow.c
5750
5751 2003-01-02 [paul]       0.8.8claws41
5752
5753         * po/es.po
5754                 updated by Ricardo Mones Lastra
5755
5756 2003-01-02 [paul]
5757
5758         * tools/tb2sylpheed
5759                 fixes and improvements by Urke MMI
5760
5761 2003-01-02 [thorsten]   0.8.8claws40
5762
5763         * src/procmsg.c
5764                 fixed wrong return value
5765
5766 2003-01-02 [thorsten]   0.8.8claws39
5767
5768         * src/prefs.c
5769                 fixed printing wrong variable
5770
5771 2003-01-02 [thorsten]   0.8.8claws38
5772
5773         * src/prefs.c
5774                 fixed acessing members of freed pfile struct
5775
5776 2003-01-02 [thorsten]   0.8.8claws37
5777
5778         * src/procmsg.c
5779                 detect loops across several messages
5780                 as suggested by Christoph Hohmann
5781
5782 2003-01-01 [match]      0.8.8claws36
5783
5784         * src/addrindex.c
5785                 fixed another memory leak.
5786
5787 2003-01-01 [match]      0.8.8claws35
5788
5789         * src/jpilot.[ch]
5790                 fixed memory leaks. applied Doxygen comments.
5791
5792 2003-01-01 [thorsten]   0.8.8claws34
5793
5794         * src/procmsg.c
5795                 inhibit endless loop if msg references itself
5796                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5797
5798 2003-01-01 [christoph]  0.8.8claws33
5799
5800         * src/mainwindow.c
5801         * src/gtk/Makefile.am
5802         * src/gtk/pluginwindow.c                ** NEW **
5803         * src/gtk/pluginwindow.h                ** NEW **
5804                 add plugin window
5805
5806         * src/plugins/demo/demo.c
5807         * src/plugins/spamassassin/spamassassin.c
5808         * src/plugins/spamassassin/spamassassin_gtk.c
5809                 write better plugin descriptions
5810
5811 2002-12-31 [christoph]  0.8.8claws32
5812
5813         * src/gtk/prefswindow.c
5814         * src/plugins/spamassassin/spamassassin_gtk.c
5815                 some small improvements to GTK code
5816
5817 2002-12-31 [christoph]  0.8.8claws31
5818
5819         * src/plugins/spamassassin/spamassassin_gtk.c
5820                 enable folder select button
5821
5822 2002-12-31 [christoph]  0.8.8claws30
5823
5824         * src/mainwindow.c
5825         * src/gtk/Makefile.am
5826         * src/gtk/prefswindow.c                         ** NEW **
5827         * src/gtk/prefswindow.h                         ** NEW **
5828                 add new prefs window
5829
5830         * src/common/plugin.c
5831                 don't try to load empty config lines
5832         
5833         * src/plugins/spamassassin/Makefile.am
5834         * src/plugins/spamassassin/spamassassin.c
5835         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5836         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5837                 GTK config for SpamAssassin Plugin using
5838                 the new prefs window
5839
5840 2002-12-31 [paul]       0.8.8claws29
5841
5842         * po/POTFILES.in
5843                 remove obsolete entry 'src/menu.c'
5844
5845 2002-12-31 [alfons]     0.8.8claws28
5846
5847         * src/matcher.[ch]
5848         * src/matcher_parser_parse.y
5849         * src/prefs_matcher.c
5850                 add "ignore_thread" and "~ignore_thread" condition so it's
5851                 possible to make the actions / scoring operate on the ignore
5852                 thread flag
5853
5854 2002-12-31 [christoph]  0.8.8claws27
5855
5856         * src/addrbook.c
5857         * src/addrindex.c
5858         * src/folder.c
5859         * src/matcher.c
5860         * src/prefs_account.c
5861         * src/prefs_actions.c
5862         * src/prefs_customheader.c
5863         * src/prefs_display_header.c
5864         * src/prefs_gtk.c
5865         * src/procmime.c
5866         * src/toolbar.c
5867         * src/xmlprops.c
5868         * src/common/prefs.[ch]
5869                 extend prefs file handling for reading and automatic handling
5870                 of blocks. When reading prefs_set_block_label will automatically
5871                 move on to the block. When writing it will copy all other blocks
5872                 automatically
5873
5874         * src/common/plugin.c
5875                 Now loading plugin filenames from [Plugins] block in
5876                 sylpheed rc file
5877
5878 2002-12-30 [christoph]  0.8.8claws26
5879
5880         * src/common/hooks.[ch]
5881                 return abort status to caller of hooks_invoke
5882                 
5883         * src/inc.[ch]
5884                 invoke message filtering hook and stop
5885                 default handling when filter returns abort
5886
5887         * src/common/plugin.[ch]
5888         * src/plugins/demo/demo.c
5889                 modify plugin loader, because resolving symbols for strings
5890                 does not work correctly
5891         
5892         * configure.in
5893         * ac/spamassassin.m4                            ** NEW **
5894         * src/plugins/spamassassin/.cvsignore           ** NEW **
5895         * src/plugins/spamassassin/Makefile.am          ** NEW **
5896         * src/plugins/spamassassin/README               ** NEW **
5897         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5898         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5899         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5900                 add spamassassin plugin, see src/plugins/spamassassin/README
5901                 for details
5902
5903 2002-12-29 [alfons]     0.8.8claws25
5904
5905         * src/mainwindow.c
5906                 when moving focus from a message view to the main 
5907                 window, don't forget to select the summary node
5908                 of the displayed message. should fix "[ 659103 ] 
5909                 focus-follows-mouse confuses sylpheed"
5910
5911 2002-12-29 [christoph]  0.8.8claws24
5912
5913         * src/Makefile.am
5914         * src/stringtable.[ch]          ** REMOVE **
5915         * src/common/Makefile.am
5916         * src/common/stringtable.[ch]   ** NEW **
5917                 move stringtable files to common directory
5918
5919 2002-12-29 [christoph]  0.8.8claws23
5920
5921         * src/Makefile.am
5922         * src/menu.[ch]                 ** REMOVE **
5923         * src/gtk/Makefile.am
5924         * src/gtk/menu.[ch]             ** NEW **
5925                 move menu files to gtk directory
5926
5927 2002-12-29 [match]      0.8.8claws22
5928
5929         * src/addressbook.c
5930         * src/syldap.c
5931                 moved UI specific code out of LDAP code into addressbook
5932                 UI code. fixed memory leak.
5933
5934 2002-12-29 [christoph]  0.8.8claws21
5935
5936         * src/folder.c
5937                 only check for IGNORED parent message when message is
5938                 not IGNORED itself
5939
5940 2002-12-29 [alfons]     0.8.8claws20
5941
5942         * src/summaryview.c
5943                 set gtksctree's anchor correct (immediate execute
5944                 changes the tree's layout, and anchor points at 
5945                 the incorrect row). fixes "[ 657233 ] multiple msg 
5946                 delete sometimes off by 1".
5947                 we probably have to look for more tree layout /
5948                 anchor glitches.
5949
5950 2002-12-29 [paul]       0.8.8claws19
5951
5952         * src/summaryview.c
5953                 fix bug [ 659054 ] incorrect sorting of 'From' column
5954                 when using 'display sender using address book'
5955                 thanks to Alfons and Luke Plant
5956
5957 2002-12-29 [christoph]  0.8.8claws18
5958
5959         * src/folder.c
5960         * src/procmsg.[ch]
5961                 check parent messages for IGNORE THREAD flag, when adding,
5962                 moving or copying messages to a folder
5963
5964 2002-12-27 [alfons]     0.8.8claws17
5965
5966         re-organize matcher part 5; more to come
5967
5968         * src/matcher.c
5969                 hash keywords in matchparser_tab 
5970
5971 2002-12-27 [alfons]     0.8.8claws16
5972
5973         re-organize matcher part 4; more to come
5974
5975         * src/matcher_parser.h
5976         * src/matcher_parser_lex.l
5977         * src/matcher_parser_parse.y
5978                 cleanup
5979
5980 2002-12-27 [alfons]     0.8.8claws15
5981
5982         re-organize matcher part 3; more to come
5983
5984         * src/matcher.[ch]
5985                 cleanup
5986
5987 2002-12-27 [alfons]     0.8.8claws14
5988
5989         re-organize matcher part 2; more to come but this should
5990         work. cc me if there are any regressions.
5991
5992         * src/matcher.h
5993                 add prototype for get_matchparser_tab_id()
5994         * src/matcher_parser_lex.l
5995                 look up keywords using matchparser_tab_id();
5996
5997 2002-12-27 [alfons]     0.8.8claws12
5998
5999         re-organize matcher part 1
6000
6001         * src/matcher.h
6002                 map yacc generated constants to sylpheed matcher constants
6003         * src/matcher.c
6004                 add function to find a matcher constant from a string
6005
6006 2002-12-27 [christoph]  0.8.8claws11
6007
6008         * src/compose.c
6009                 MENUITEM_ADD casts the 4th argument from integer to pointer
6010                 so it probably should not be a pointer, this means we
6011                 should use account id for it and not the account's pointer
6012
6013 2002-12-27 [paul]       0.8.8claws10
6014
6015         * src/mainwindow.c
6016                 remove unneeded 'GtkWidget *vbox'
6017                 
6018         * src/summaryview.c
6019                 further sync with 0.8.8 - make sort
6020                 by recipient work as expected
6021                 
6022         * NEWS
6023                 sync with 0.8.8
6024
6025 2002-12-27 [paul]       0.8.8claws9
6026
6027         * po/pt_BR.po
6028                 updated by Ivan F. Martinez
6029                 
6030 2002-12-27 [darko]      0.8.8claws8
6031
6032         * src/common/utils.c
6033                 added locked pattern to extended search
6034
6035 2002-12-27 [alfons]     0.8.8claws7
6036
6037         * src/prefs_matcher.[ch]
6038                 clean up
6039
6040 2002-12-26 [alfons]     0.8.8claws6
6041
6042         * src/matcher.[ch]
6043         * src/matcher_parser_lex.l
6044         * src/matcher_parser_parse.y
6045         * src/prefs_matcher.c
6046                 allow color label as a condition in the matcher
6047
6048 2002-12-26 [oliver]     0.8.8claws5
6049         
6050         * src/toolbar.c 
6051                 enable Addressbook for Main and Messageview
6052         * src/prefs_actions.c
6053                 enable actions in Messageview
6054
6055 2002-12-26 [christoph]  0.8.8claws4
6056
6057         * src/common/plugin.c
6058                 add a little debug output
6059         * configure.in
6060         * src/plugins/demo/Makefile.am
6061                 better use of automake
6062
6063 2002-12-26 [christoph]  0.8.8claws3
6064
6065         * src/Makefile.am
6066         * src/common/Makefile.am
6067                 fix "make distdir"
6068
6069 2002-12-26 [christoph]  0.8.8claws2
6070
6071         * configure.in
6072                 sort configure checks into common / gtk / plugins
6073         * po/POTFILES.in
6074                 add src/prefs_gtk.c
6075         * src/Makefile.am
6076                 add plugins SUBDIR
6077         * src/main.c
6078         * src/common/sylpheed.[ch]
6079                 added now sylpheed_done function for shutdown
6080         * src/common/Makefile.am
6081         * src/common/plugin.[ch]                ** NEW **
6082                 plugin loader and unloader
6083         * src/plugins/.cvsignore                ** NEW **
6084         * src/plugins/Makefile.am               ** NEW **
6085                 build plugins
6086         * src/plugins/demo/.cvsignore           ** NEW **
6087         * src/plugins/demo/Makefile.am          ** NEW **
6088         * src/plugins/demo/demo.c               ** NEW **
6089                 small demo plugin that installs a logtext hook and
6090                 outputs the log text to stdout
6091
6092 2002-12-26 [paul]       0.8.8claws1
6093
6094         * po/es.po
6095                 updated by Ricardo Mones Lastra
6096
6097 2002-12-26 [paul]       0.8.8claws
6098
6099         * 0.8.8claws released
6100
6101 2002-12-26 [paul]       0.8.7claws12
6102
6103         * po/bg.po
6104                 updated by George Danchev
6105
6106 2002-12-26 [paul]       0.8.7claws11
6107
6108         * po/POTFILES.in
6109                 remove unneeded 'src/prefs.c' entry 
6110
6111 2002-12-26 [paul]       0.8.7claws10
6112
6113         * src/codeconv.c
6114           src/mainwindow.c
6115                 sync with 0.8.8 release
6116         
6117         * src/folder.[ch]
6118           src/mh.c
6119           src/summaryview.c
6120                 partial sync with 0.8.8 release
6121         
6122
6123 2002-12-25 [alfons]     0.8.7claws9
6124
6125         * src/matcher.[ch]
6126         * src/matcher_parser_lex.l
6127         * src/matcher_parser_parse.y
6128         * src/prefs_matcher.c
6129                 add locked flag to possible filtering / matcher 
6130                 conditions (also a good example what should be
6131                 done to add a simple boolean condition)
6132
6133 2002-12-25 [christoph]  0.8.7claws8
6134
6135         * src/Makefile.am
6136         * src/account.[ch]
6137         * src/addrbook.c
6138         * src/addressbook.c
6139         * src/addrindex.c
6140         * src/filtering.c
6141         * src/folder.c
6142         * src/matcher.c
6143         * src/prefs.[ch]                ** REMOVE **
6144         * src/prefs_account.c
6145         * src/prefs_actions.c
6146         * src/prefs_common.c
6147         * src/prefs_customheader.c
6148         * src/prefs_display_header.c
6149         * src/prefs_filtering.c
6150         * src/prefs_folder_item.c
6151         * src/prefs_gtk.[ch]            ** NEW **
6152         * src/prefs_matcher.c
6153         * src/prefs_scoring.c
6154         * src/prefs_summary_column.c
6155         * src/procmime.c
6156         * src/selective_download.c
6157         * src/toolbar.c
6158         * src/common/Makefile.am
6159         * src/common/prefs.[ch]         ** NEW **
6160                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6161
6162 2002-12-24 [alfons]     0.8.7claws7
6163
6164         * src/summaryview.c
6165                 summary_thread_build(): fix real cause of the crash mentioned in
6166                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6167                 this way we get meaningful ctree nodes 
6168
6169 2002-12-24 [oliver]     0.8.7claws6
6170
6171         * src/mainwindow.[ch]
6172         * src/messageview.[ch]
6173         * src/compose.[ch]
6174         * src/inc.c
6175         * src/summaryview.c
6176                 changes to use updated toolbar handling
6177                 
6178 2002-12-24 [oliver]     0.8.7claws5
6179
6180         * src/toolbar.[ch]
6181                 generic toolbar handling
6182                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6183         * src/prefs_toolbar.[ch]
6184                 adjust to handling
6185         
6186 2002-12-24 [oliver]     0.8.7claws4
6187         
6188         * src/stock_pixmap.[ch]
6189                 move SYLPHEED_LOGO to end of list in order 
6190                 to remove it from Custom Toolbar`s Icon View
6191
6192 2002-12-24 [alfons]     0.8.7claws3
6193
6194         * src/summaryview.c
6195                 summary_thread_build(): fix crash because of focus != selection 
6196                 after threading. when deleting the selection, gtk tries but fails 
6197                 to find the correct focusable element. we now force the selection
6198                 to be focused. this should solve the infamous bug reported by 
6199                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6200                 a test case is available. 
6201
6202 2002-12-24 [darko]      0.8.7claws2
6203
6204         * src/summaryview.c
6205                 don't crash when unmarking message with unread children
6206
6207 2002-12-23 [christoph]  0.8.7claws1
6208
6209         * src/Makefile.am
6210         * src/common/Makefile.am
6211                 update Makefiles for moved intl.h, version.h and defs.h
6212         * src/imap.c
6213                 rewrite imap_session_get to avoid duplicate code
6214
6215 2002-12-23 [paul]       0.8.7claws
6216
6217         * Santa-Claws released
6218         
6219         * po/hu.po
6220           po/ru.po
6221                 squeeze in updated Hungarian and Russian translations.
6222                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6223
6224 2002-12-23 [paul]       0.8.6claws129
6225
6226         * po/pl.po
6227                 updated by Witold Wladyslaw Wojciech Wilk
6228
6229 2002-12-23 [paul]       0.8.6claws128
6230
6231         * src/quote_fmt_parse.y
6232                 fix typo and add licence header
6233
6234 2002-12-23 [paul]       0.8.6claws127
6235
6236         * po/en_GB.po
6237                 updated
6238
6239 2002-12-23 [paul]       0.8.6claws126
6240
6241         * po/it.po
6242                 updated translation, submitted by Alessandro Maestri
6243                 
6244 2002-12-23 [paul]       0.8.6claws125
6245
6246         * src/quote_fmt_parse.y
6247                 fix signature-stripping on replies bug. match
6248                 '-- \n' and not '-- '.
6249
6250 2002-12-22 [paul]       0.8.6claws124
6251
6252         * po/bg.po
6253           po/es.po
6254           po/sr.po
6255                 updated translations. submitted by George Danchev,
6256                 Ricardo Mones Lastra, and Urke MMI respectively
6257
6258 2002-12-21 [paul]       0.8.6claws123
6259
6260         * src/addrbook.c
6261                 fix coding style
6262
6263 2002-12-21 [paul]       0.8.6claws122
6264
6265         * src/addrbook.c
6266                 fix bug [643638] where if a person is in one or more
6267                 addressbook groups editing that person's email 
6268                 address results in removal from those groups.
6269                 Patch submitted by Luke Plant.
6270
6271 2002-12-20 [christoph]  0.8.6claws121
6272
6273         * src/common/utils.c
6274         * src/summaryview.c
6275                 reimplement expand_search_string using GString to
6276                 prevent crashs caused by miscalculated string
6277                 lengths reported by Paul
6278
6279 2002-12-20 [christoph]  0.8.6claws120
6280
6281         * src/summaryview.c
6282                 don't use "changed" to check if op_count has to be changed as it
6283                 is also set when the message has unread children
6284                 (closes bug [ 653221 ] crash while deleting duplicates)
6285
6286 2002-12-20 [paul]       0.8.6claws119
6287
6288         * sync with 0.8.6cvs27
6289                 see ChangeLog 2002-12-20
6290
6291 2002-12-20 [paul]       0.8.6claws118
6292
6293         * sync with 0.8.6cvs26
6294                 see ChangeLog 2002-12-19 and 2002-12-20
6295
6296 2002-12-19 [alfons]     0.8.6claws117
6297
6298         * src/textview.c
6299                 fix incorrect parsing of email addresses, submitted by 
6300                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6301                 name display if it contains @".
6302
6303 2002-12-18 [paul]       0.8.6claws116
6304
6305         * sync with 0.8.6cvs23
6306                 see ChangeLog 2002-12-18
6307
6308 2002-12-18 [paul]       0.8.6claws115
6309
6310         * src/Makefile.am
6311         * src/account.c
6312         * src/codeconv.c
6313         * src/gtkutils.[ch]
6314         * src/imap.c
6315                 sync with 0.8.6cvs22.
6316                 see ChangeLog 2002-12-17 and 2002-12-18
6317
6318 2002-12-17 [christoph]  0.8.6claws114
6319
6320         * src/imap.c
6321                 o don't create a session if imap greeting fails
6322                 o don't close socket when authentication fails
6323                   this is done by imap_session_destroy
6324
6325 2002-12-17 [thorsten]   0.8.6claws113
6326
6327         * tools/Makefile.am
6328           tools/README
6329           tools/google_msgid.pl ** NEW FILE **
6330                 Added "search for message-id" script and doc
6331
6332 2002-12-17 [thorsten]   0.8.6claws112
6333
6334         * po/hu.po
6335                 Updated hungarian translation
6336                 (updated by Gal Zoltan)
6337
6338 2002-12-16 [christoph]  0.8.6claws111
6339
6340         * src/addr_compl.c
6341                 remove stupid addressbook dump to debug output
6342         * src/mh.c
6343                 fix memory leak found by Hiro
6344
6345 2002-12-14 [paul]       0.8.6claws110
6346
6347         * src/compose.c
6348                 fix menubar sensitivity on send
6349                 
6350         * src/prefs_filtering.c
6351         * src/prefs_matcher.c
6352         * src/prefs_scoring.c
6353                 Fix english ;)
6354                 
6355         * src/common/quoted-printable.h
6356                 sync: fix typo
6357         
6358 2002-12-13 [christoph]  0.8.6claws109
6359
6360         * src/Makefile.am
6361         * src/manage_window.[ch]        ** REMOVE **
6362         * src/gtk/Makefile.am
6363         * src/gtk/manage_window.[ch]    ** NEW **
6364                 move manage_window files to gtk directory
6365
6366 2002-12-13 [christoph]  0.8.6claws108
6367
6368         * src/Makefile.am
6369         * src/gtkshruler.[ch]           ** REMOVE **
6370         * src/gtk/Makefile.am
6371         * src/gtk/gtkshruler.[ch]       ** NEW **
6372                 move gtkshruler files to gtk directory
6373
6374 2002-12-13 [christoph]  0.8.6claws107
6375
6376         * src/Makefile.am
6377         * src/compose.c
6378         * src/gtkstext.[ch]             ** REMOVE **
6379         * src/gtkutils.[ch]
6380         * src/textview.c
6381         * src/gtk/gtkstext.[ch]         ** NEW **
6382         * src/gtk/Makefile.am
6383                 o move stext functions to gtkstext.c to remove
6384                   dependency of gtkutils
6385                 o move gtkstext files to gtk directory
6386
6387         * src/gtk/Makefile.am
6388         * src/gtk/sslcertwindow.[ch]
6389                 UI stuff can always depend on common code so
6390                 it's ok to add ../common to include path
6391
6392 2002-12-13 [colin]      0.8.6claws106
6393
6394         * src/summaryview.c
6395                 Disconnect sighandlers for mainwindow when
6396                 quicksearch has the focus
6397                 Fix bug #653231
6398         * src/mainwindow.[ch]
6399                 Make key_pressed callback public, to be able
6400                 to disconnect it
6401
6402 2002-12-13 [christoph]  0.8.6claws105
6403
6404         * src/mh.c
6405                 create .mh_sequences file in new MH folders
6406                 (closes feature request [ 523162 ] MH folders should
6407                  get a .mh_sequences)
6408
6409 2002-12-13 [colin]      0.8.6claws104
6410
6411         * src/summaryview.c
6412                 Better handling of quicksearch show/hide
6413                 (basically the button stays under the mouse 
6414                  when toggled)
6415
6416 2002-12-13 [paul]       0.8.6claws103
6417
6418         * sync with 0.8.6cvs17
6419                 see ChangeLog 2002-12-13
6420
6421 2002-12-13 [paul]       0.8.6claws102
6422
6423         * po/es.po
6424                 updated by Ricardo Mones Lastra
6425
6426 2002-12-11 [colin]       0.8.6claws101
6427
6428         * src/folder.c
6429                 remove statusbar stuff
6430           src/folderview.c
6431                 set statusbar verbosity when moving folders
6432
6433 2002-12-11 [colin]       0.8.6claws100
6434         * src/prefs_filtering.c
6435         * src/prefs_matcher.c
6436         * src/prefs_scoring.c
6437                 Fix english ;)
6438
6439 2002-12-11 [colin]       0.8.6claws99
6440
6441         * src/prefs_common.[ch]
6442                 Add summary_quicksearch_type
6443         * src/summaryview.c
6444                 Save last used quicksearch type
6445
6446 2002-12-11 [jens]       0.8.6claws98
6447         * src/prefs_filtering.c
6448         * src/prefs_matcher.c
6449         * src/prefs_scoring.c
6450                 added dialog for incomplete rules in scoring, filtering and
6451                 matcher to ask wheather really close
6452
6453 2002-12-11 [colin]      0.8.6claws97
6454
6455         * src/folder.c
6456                 Fix folder dnd statusbar logging
6457
6458 2002-12-10 [christoph]  0.8.6claws96
6459
6460         * src/compose.c
6461         * src/folder.c
6462         * src/imap.c
6463         * src/inc.c
6464         * src/main.c
6465         * src/mainwindow.c
6466         * src/news.c
6467         * src/send.c
6468         * src/statusbar.[ch]
6469         * src/common/hooks.c
6470         * src/common/log.[ch]
6471                 o handle verbose logging in statusbar directly in statusbar code
6472                   and common code does not need any knowledge about a statusbar
6473                 o remove direct calls to statusbar_(puts|pop)_all functions
6474
6475 2002-12-10 [jens]       0.8.6claws95
6476
6477         * src/*.c
6478                 removed gettext from g_warnings
6479         * po/POTFILES.in
6480                 cleaned and updated
6481         * po/de.po
6482                 updated
6483
6484 2002-12-10 [colin]      0.8.6claws94
6485
6486         * src/main.c
6487                 finish crash dialog fix
6488
6489 2002-12-10 [colin]      0.8.6claws93
6490
6491         * src/main.c
6492                 "Fix" "sylpheed already running" instead of
6493                 crash dialog appearing after a crash
6494
6495 2002-12-10 [colin]      0.8.6claws92
6496
6497         * po/POTFILES.in
6498                 add src/gtk/sslcertwindow.c
6499
6500 2002-12-10 [paul]       0.8.6claws91
6501
6502         * po/POTFILES.in
6503                 updated to reflect recent changes
6504                 submitted by Alessandro Maestri
6505
6506 2002-12-09 [christoph]  0.8.6claws90
6507
6508         * src/Makefile.am
6509         * src/smtp.[ch]                 ** REMOVE **
6510         * src/common/Makefile.am
6511         * src/common/smtp.[ch]          ** NEW **
6512                 move smtp files to common directory
6513
6514 2002-12-09 [christoph]  0.8.6claws89
6515
6516         * src/Makefile.am
6517         * src/session.[ch]              ** REMOVE **
6518         * src/common/Makefile.am
6519         * src/common/session.[ch]       ** NEW **
6520                 move session files to common directory
6521
6522 2002-12-09 [paul]       0.8.6claws88
6523
6524         * src/account.c
6525                 fix bug [649746] edit accounts: move account reverted
6526                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6527
6528 2002-12-09 [colin]      0.8.6claws87
6529
6530         * src/ssl_certificate.c
6531                 cleanup
6532
6533 2002-12-09 [colin]      0.8.6claws86
6534
6535         * src/ssl.c
6536                 Try to open the cert.pem database and 
6537                 issue a warning if it isn't there
6538
6539 2002-12-09 [colin]      0.8.6claws85
6540
6541         * src/common/ssl_certificate.c
6542         * src/gtk/sslcertwindow.c
6543                 Warning fixes
6544
6545 2002-12-09 [colin]      0.8.6claws84
6546
6547         * src/ssl_certificate.[ch] ** REMOVED **
6548         * src/common/ssl_certificate.[ch] ** NEW **
6549         * src/Makefile.am
6550         * src/common/Makefile.am
6551                 Moved ssl_certificate.[ch] to common
6552         * src/common/ssl.c 
6553                 Put back needed include
6554         * src/gtk/sslcertwindow.[ch]
6555                 Changed ssl_certificate.h include
6556         
6557 2002-12-09 [colin]      0.8.6claws83
6558
6559         * src/gtk/sslcertwindow.[ch]
6560                 Implement hook for certificate acception
6561         * src/ssl_certificate.[ch]
6562                 Implement hook for certificate acception
6563         * src/common/ssl.c
6564                 Reenable certificate acception check
6565         * src/mainwindow.c
6566                 Register sslcertwindow's hook
6567         
6568 2002-12-08 [christoph]  0.8.6claws82
6569
6570         * src/about.c
6571         * src/addr_compl.c
6572         * src/codeconv.c
6573         * src/manual.c
6574         * src/undo.c
6575         * src/common/utils.c
6576                 o add missing includes
6577                 o fix warnings
6578         * src/.cvsignore
6579         * src/common/.cvsignore
6580         * src/common/version.h          ** REMOVE **
6581                 remove autogenerated file
6582
6583 2002-12-08 [paul]       0.8.6claws81
6584
6585         * src/stringtable.c
6586                 put back needed include
6587
6588 2002-12-08 [colin]      0.8.6claws80
6589         
6590         * src/gtk/sslcertwindow.c
6591                 Cleaner popups when asking
6592         * src/ssl_certificate.c
6593         * src/prefs_common.[ch]
6594                 remove ssl certificate pref
6595                 put back needed include
6596         * src/undo.c
6597                 put back needed include
6598
6599 2002-12-08 [christoph]  0.8.6claws79
6600
6601         * src/folderview.c
6602         * src/logwindow.c
6603         * src/statusbar.c
6604         * src/summaryview.c
6605                 only abort hook invokation if required data is missing not
6606                 if our own data pointer is NULL, update hookfunction for
6607                 log window
6608
6609 2002-12-08 [paul]       0.8.6claws78
6610
6611         * src/about.c
6612         * src/addrcache.c
6613         * src/addrclip.c
6614         * src/addr_compl.c
6615         * src/addrselect.c
6616         * src/codeconv.c
6617         * src/colorlabel.c
6618         * src/enriched.c
6619         * src/esmtp.c
6620         * src/exporthtml.c
6621         * src/headerview.c
6622         * src/imageview.c
6623         * src/manual.c
6624         * src/noticeview.c
6625         * src/pgptext.c
6626         * src/scoring.c
6627         * src/sourcewindow.c
6628         * src/stringtable.c
6629         * src/undo.c
6630                 clean up: remove unneccesary includes
6631
6632 2002-12-08 [christoph]  0.8.6claws77
6633
6634         * src/folderview.c
6635         * src/statusbar.c
6636         * src/summaryview.c
6637         * src/common/hooks.[ch]
6638                 hook functions now have a gboolean return value, if a hook
6639                 returns TRUE it will stop executing of any more hooks in
6640                 the same hooklist for this invokation
6641
6642 2002-12-08 [colin]      0.8.6claws76
6643         
6644         * src/main.c
6645                 put back argv0 for CRASH_DIALOG
6646
6647 2002-12-08 [christoph]  0.8.6claws75
6648
6649         * src/Makefile.am
6650         * src/about.c
6651         * src/account.c
6652         * src/crash.c
6653         * src/esmtp.h
6654         * src/imap.[ch]
6655         * src/inc.c
6656         * src/main.c
6657         * src/mainwindow.c
6658         * src/news.c
6659         * src/pop.[ch]
6660         * src/prefs_account.[ch]
6661         * src/prefs_common.[ch]
6662         * src/send.[ch]
6663         * src/smtp.[ch]
6664         * src/ssl_certificate.[ch]
6665         * src/ssl_manager.[ch]
6666         * src/common/Makefile.am
6667         * src/common/log.c
6668         * src/common/nntp.[ch]
6669         * src/common/socket.[ch]
6670         * src/common/ssl.[ch]
6671         * src/gtk/sslcertwindow.[ch]
6672         * ac/openssl.m4
6673                 use new autoconf script to detect OpenSSL with extra parameters
6674                 to specify the location of libs and includes, also remove USE_SSL
6675                 to USE_OPENSSL
6676
6677         * src/common/sylpheed.[ch]
6678         * src/common/version.h.in
6679                 start seperation of common code initialization seperated from gui
6680
6681         * src/summaryview.c
6682                 The function that is called when a color label changes
6683                 should not change the color lable again
6684
6685 2002-12-08 [colin]      0.8.6claws74
6686
6687         * src/gtk/sslcertwindow.c
6688                 warning fixes
6689
6690 2002-12-08 [colin]      0.8.6claws73
6691
6692         * src/statusbar.c
6693           src/common/log.h
6694                 Register a hook for statusbar_puts_all
6695         * src/common/log.c
6696                 invoke statusbar_puts_all's hook
6697         
6698 2002-12-08 [colin]      0.8.6claws72
6699
6700         * src/ssl_certificate.c
6701                 Put back a badly-removed include
6702
6703 2002-12-08 [colin]      0.8.6claws71
6704
6705         * src/gtk/sslcertwindow.[ch]    ** NEW **
6706                 new certificate presentation
6707         * src/gtk/Makefile.am
6708                 add new files
6709         * src/ssl_certificate.[ch]
6710                 gtk cleanup, made utility functions public
6711         * src/ssl_manager.c
6712                 use new cert presentation
6713
6714 2002-12-07 [christoph]  0.8.6claws70
6715
6716         * src/Makefile.am
6717         * src/nntp.[ch]                 ** REMOVE **
6718         * src/common/Makefile.am
6719         * src/common/nntp.[ch]          ** NEW **
6720                 move nntp files to common directory
6721
6722 2002-12-07 [christoph]  0.8.6claws69
6723
6724         * src/procmsg.[ch]
6725         * src/summaryview.c
6726                 implement msginfo update callback using sylpheed's new
6727                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6728
6729 2002-12-06 [christoph]  0.8.6claws68
6730
6731         * src/editgroup.c
6732                 This patch changes the 'Edit Group Details' dialog to
6733                 allow extended selections in either pane, so that
6734                 addresses can be added or removed from a group more
6735                 quickly and easily. (it actually is a net decrease in
6736                 file size, as some unnecessary functions have been
6737                 removed). 
6738                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6739
6740 2002-12-06 [christoph]  0.8.6claws67
6741
6742         * src/Makefile.am
6743         * src/template.[ch]             ** REMOVE **
6744         * src/common/Makefile.am
6745         * src/common/template.[ch]      ** NEW **
6746                 move template files to common directory
6747
6748         * src/nntp.c
6749                 add missing log.h include
6750
6751 2002-12-06 [melvin]     0.8.6claws66
6752
6753         * src/prefs_actions.c
6754                 Added the trailing ">" syntax to insert command's output
6755                 without replacing old text (in contrast to trailing "|").
6756
6757 2002-12-05 [colin]      0.8.6claws65
6758         
6759         * src/common/utils.c
6760                 Don't modify original search_string or it'll change
6761                 the next iterations in the for()
6762
6763 2002-12-05 [darko]      0.8.6claws64
6764
6765         * src/common/utils.c
6766                 proper check for filtering commands, found by Colin
6767
6768 2002-12-05 [darko]      0.8.6claws63
6769
6770         * src/common/utils.c
6771                 check proper string for NULL pointer, found by Colin
6772
6773 2002-12-05 [darko]      0.8.6claws62
6774
6775         * src/common/utils.[ch]
6776                 expand_search_string(): new function
6777                 converts Mutt-like patterns to Sylpheed's
6778                 filtering engine
6779         * src/summaryview.c
6780                 use expand_search_string() to allow Mutt-like
6781                 patterns in extended search
6782         * README.claws
6783                 document extended option in quick search
6784
6785 2002-12-05 [paul]       0.8.6claws61
6786
6787         * sync with 0.8.6cvs16
6788                 see ChangeLog 2002-12-05
6789                 
6790         * po/POTFILES.in
6791                 clean up
6792
6793 2002-12-04 [christoph]  0.8.6claws60
6794
6795         * src/imap.[ch]
6796                 put imap authentication code into a new function and
6797                 remove it from imap_session_new that will allow to
6798                 send other commands before authentication
6799
6800 2002-12-04 [christoph]  0.8.6claws59
6801
6802         * src/imap.[ch]
6803                 use already existing method to prevent unneeded IMAP
6804                 folder selects. Set imap_select parameters to NULL
6805                 in some functions if the values are not required.
6806
6807         * src/xml.h
6808                 remove no longer required include
6809
6810 2002-12-04 [paul]       0.8.6claws58
6811
6812         * po/es.po
6813                 updated by Ricardo Mones Lastra
6814                 
6815         * configure.in
6816           po/hu.po      ** NEW FILE **
6817                 initial Hungarian translation, submitted
6818                 by Gál Zoltán <galzoli@hu.inter.net>
6819
6820 2002-12-03 [christoph]  0.8.6claws57
6821
6822         * src/Makefile.am
6823         * src/gtksctree.[ch]            ** REMOVE **
6824         * src/gtk/Makefile.am
6825         * src/gtk/gtksctree.[ch]        ** NEW **
6826                 move gtksctree files to gtk directory
6827
6828 2002-12-03 [christoph]  0.8.6claws56
6829
6830         * src/Makefile.am
6831         * src/md5.[ch]                  ** REMOVE **
6832         * srm/common/Makefile.am
6833         * src/common/md5.[ch]           ** NEW **
6834                 move md5 files to common directory
6835
6836         * src/gtkstext.c
6837                 remove not required #include
6838
6839 2002-12-03 [sergey]     0.8.6claws55
6840
6841         * src/gtkutils.c
6842         * src/gtkutils.h
6843                 gtkut_window_popup(): new function.
6844         * src/mainwindow.c
6845                 main_window_popup(): use gtkut_window_popup() to raise
6846                 window without changing its position.
6847                 (see sylpheed-main ML message [sylpheed:17247])
6848
6849 2002-12-03 [sergey]     0.8.6claws54
6850
6851         * src/send.c
6852                 send_message_local(): removed first-dot escaping
6853                 (SMTP-only, not needed for sending through pipe)
6854
6855 2002-12-03 [paul]       0.8.6claws53
6856
6857         * po/POTFILES.in
6858                 update to reflect recent changes (thanks
6859                 to Ricardo Mones Lastra)
6860                 
6861         * tools/filter_conv.pl
6862                  fix problem with quoted strings. Patch submitted
6863                  by Luke Plant <lukeplant@softhome.net>
6864
6865 2002-12-03 [paul]       0.8.6claws52
6866
6867         * sync with 0.8.6cvs15
6868                 see ChangeLog 2002-12-03
6869
6870 2002-12-02 [christoph]  0.8.6claws51
6871
6872         * src/logwindow.[ch]
6873         * src/common/log.[ch]
6874                 implement logging using a hook function
6875
6876         * src/folderview.c
6877         * src/folder.[ch]
6878                 define hooklist name in header file to avoid
6879                 errors caused by wrong spelling of hooklist names
6880
6881         * src/toolbar.c
6882                 fix warnings
6883
6884 2002-12-02 [christoph]  0.8.6claws50
6885
6886         * src/common/Makefile.am
6887                 add src/common/hooks.[ch]
6888
6889         * src/common/hooks.[ch]
6890                 implement a simple hook system using glib's hook functions
6891
6892         * src/folder.[ch]
6893         * src/folderview.c
6894                 use new hook system for folder item updates
6895
6896 2002-12-02 [christoph]  0.8.6claws49
6897
6898         * doc-src/ui_seperation.txt     ** NEW **
6899                 information for ui seperation
6900
6901         * src/Makefile.am
6902                 remove files that were moved to common
6903                 include common directory by default for the header files
6904
6905         * src/inc.c
6906         * src/common/socket.c
6907         * src/automaton.[ch]
6908                 implement automaton using g_io_*-functions instead of
6909                 gdk_input_add to make it ui independent
6910
6911         * src/codeconv.c
6912         * src/compose.c
6913         * src/ldif.c
6914         * src/pgptext.c
6915         * src/procmime.c
6916         * src/rfc2015.c
6917         * src/smtp.c
6918         * src/unmime.c
6919                 remove common/ prefix because directory is now in
6920                 include path
6921
6922         * src/compose.c
6923         * src/folder.c
6924         * src/folderview.c
6925         * src/mainwindow.c
6926         * src/messageview.c
6927         * src/prefs_common.c
6928         * src/procmsg.c
6929         * src/rfc2015.c
6930                 fix warnings
6931
6932         * src/imap.c
6933         * src/inc.c
6934         * src/news.c
6935         * src/pop.c
6936         * src/send.c
6937         * src/smtp.c
6938         * src/ssl_certificate.c
6939                 add log.h header file for logging functions
6940
6941         * src/main.c
6942         * src/common/utils.c
6943         * src/summaryview.c
6944         * src/xml.c
6945                 o move debug_mode to common/utils.c
6946                 o add functions to set and get debug_mode
6947
6948         * src/defs.h                    ** REMOVE **
6949         * src/intl.h                    ** REMOVE **
6950         * src/socket.[ch]               ** REMOVE **
6951         * src/ssl.[ch]                  ** REMOVE **
6952         * src/utils.[ch]                ** REMOVE **
6953                 replaced by new files in src/common/
6954         
6955         * src/common/Makefile.am
6956                 add new files in src/common/
6957
6958         * src/common/defs.h             ** NEW **
6959         * src/common/intl.h             ** NEW **
6960         * src/common/log.[ch]           ** NEW **
6961         * src/common/socket.[ch]        ** NEW **
6962         * src/common/ssl.[ch]           ** NEW **
6963         * src/common/utils.[ch]         ** NEW **
6964                 replacement for files in src/
6965
6966 2002-12-02 [colin]      0.8.6claws48
6967
6968         * src/folderview.c
6969                 Scroll folderview if necessary during dnd
6970
6971 2002-12-02 [colin]      0.8.6claws47
6972
6973         * src/folder.[ch]
6974                 Add check to verify a move is within a single mailbox
6975         * src/folderview.c
6976                 Add specific error string for this check
6977
6978 2002-12-02 [colin]      0.8.6claws46
6979
6980         * src/folder.c
6981                 Add a test to folder moving, remove a statusbar_print
6982         * src/folderview.c
6983                 Add Move folder... context-menu item
6984                 Factorize folder moving code
6985                 Enable folder DND for mbox
6986
6987 2002-12-01 [christoph]  0.8.6claws45
6988
6989         * ac/aspell.m4
6990                 remove conf.aspelltest if the version check fails
6991
6992 2002-11-30 [christoph]  0.8.6claws44
6993
6994         * autogen.sh
6995                 run libtoolize --force in autogen to create missing
6996                 libtool scripts
6997
6998 2002-11-30 [christoph]  0.8.6claws43
6999
7000         * src/Makefile.am
7001         * src/pgptext.c
7002         * src/procmime.c
7003         * src/rfc2015.c
7004         * src/uuencode.[ch]             ** REMOVED **
7005         * src/common/Makefile.am
7006         * src/common/uuencode.[ch]      ** NEW **
7007                 move uuen/decoder to common directory
7008
7009 2002-11-30 [christoph]  0.8.6claws42
7010
7011         * src/Makefile.am
7012         * src/base64.[ch]               ** REMOVED **
7013         * src/codeconv.c
7014         * src/compose.c
7015         * src/ldif.c
7016         * src/pgptext.c
7017         * src/procmime.c
7018         * src/rfc2015.c
7019         * src/smtp.c
7020         * src/unmime.c
7021         * src/common/Makefile.am
7022         * src/common/base64.[ch]        ** NEW **
7023                 move base64 en/decoder to common directory
7024
7025 2002-11-30 [christoph]  0.8.6claws41
7026
7027         * src/common                    ** NEW **
7028                 new directory for UI independent code
7029         * src/gtk                       ** NEW **
7030                 new directory for GTK frontend
7031         * src/common/.cvsignore         ** NEW **
7032         * src/gtk/.cvsignore            ** NEW **
7033                 ignore build files
7034         * src/common/Makefile.am        ** NEW **
7035         * src/gtk/Makefile.am           ** NEW **
7036                 automake files to build new seperated stuff
7037         * src/Makefile.am
7038                 the binary will currently still be build with the
7039                 files in src, so we include the code from the
7040                 subdirs for now after building the libs there
7041
7042 2002-11-30 [paul]       0.8.6claws40
7043
7044         * src/compose.c
7045                 fix bug [642731] 'Wrong selected account with drafted mail'
7046
7047 2002-11-29 [oliver]     0.8.6claws39
7048         
7049         * src/messageview.c
7050                 o update summaryview when switching between different
7051                   messageviews          
7052         * src/toolbar.c  
7053                 o check if messageview holds already removed msg
7054                   from summaryview
7055                 
7056
7057 2002-11-29 [oliver]     0.8.6claws38
7058
7059         * src/toolbar.c 
7060                 remove not needed variables and includes
7061                 make messageview stay opened and move to next when msgs are deleted 
7062
7063 2002-11-29 [oliver]     0.8.6claws37
7064         
7065         * src/toolbar.c 
7066                 disable compose button (messageview toolbar) by default
7067                 deleted msgs are moved to trash
7068         
7069 2002-11-29 [melvin]     0.8.6claws36
7070
7071         * configure.in
7072                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7073                 and to detect signatures expirations (gpgme 0.3.6)
7074
7075         * src/main.c
7076                 Use non obsolescent function for Gpgme engine checking.
7077
7078         * src/rfc2015.c
7079                 Inform about expired signatures or signatures which key
7080                 has expired. Expiration date is displayed.
7081
7082         * src/sigstatus.c
7083                 Inform about expired signatures or signatures which key
7084                 has expired.
7085
7086 2002-11-28 [paul]       0.8.6claws35
7087
7088         * src/folderview.c
7089                 re-instate 'Check for new messages' in Newsgroup
7090                 folders right-click menu, after a suggestion from
7091                 Tim Mann <timmann@users.sourceforge.net>
7092
7093         * src/main.c
7094                 after a crash check only local folders for new
7095                 messages
7096
7097 2002-11-28 [paul]       0.8.6claws34
7098
7099         * configure.in
7100                 apply patch that fixes the checking of GTK with XIM 
7101                 support on different OSs, such as FreeBSD. Patch 
7102                 submitted by Topia <topia@users.sourceforge.net>
7103                 
7104 2002-11-28 [paul]       0.8.6claws33
7105
7106         * src/mainwindow.c
7107           src/prefs_common.c
7108           src/prefs_toolbar.c
7109                 more changes to the English
7110
7111 2002-11-28 [paul]       0.8.6claws32
7112
7113         * sync with 0.8.6cvs13
7114                 see ChangeLog 2002-11-28 (no sync needed
7115                 for src/compose.c)
7116
7117 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7118         
7119         * src/mainwindow.[ch]
7120                 add patch by Ivan F. Martinez introducing messageview Toolbar
7121                 some changes and committed by oliver    
7122
7123 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7124
7125         * src/messageview.[ch]
7126                 add patch by Ivan F. Martinez introducing messageview Toolbar
7127                 some changes and committed by oliver    
7128
7129 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7130
7131         * src/compose.[ch]
7132                 add patch by Ivan F. Martinez introducing messageview Toolbar
7133                 some changes and committed by oliver    
7134
7135 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7136         
7137         * src/toolbar.[ch]
7138                 add patch by Ivan F. Martinez introducing messageview Toolbar
7139                 some changes and committed by oliver
7140
7141 2002-11-28 [oliver]     0.8.6claws27
7142         
7143         * src/prefs_toolbar.[ch]
7144                 getting ready for messageview toolbar
7145                 free mem allocated by gettext
7146                 change prefs_toolbar to prefs_toolbar_open
7147  
7148 2002-11-28 [thorsten]   0.8.6claws26
7149
7150         * src/imageview.[ch]
7151                 cleaned up conflicting declarations of
7152                 imageview_show_image()
7153
7154 2002-11-28 [paul]       0.8.6claws25
7155
7156         * src/grouplistdialog.c
7157           src/prefs_common.c
7158           src/prefs_summary_column.c
7159                 a few more improvements to the English
7160
7161 2002-11-28 [colin]      0.8.6claws24
7162
7163         * man/sylpheed.1
7164                 A few updates to command-line parameters
7165
7166 2002-11-28 [colin]      0.8.6claws23
7167
7168         * src/prefs_filtering.c
7169                 Fix problems with prefs_filtering_delete_path:
7170                 a) if the first rule is removed, original pointers
7171                    weren't updated (leading to segfaults)
7172                 b) it was always global_processing updated in case
7173                    of removed path was parent of rule path
7174
7175 2002-11-27 [paul]       0.8.6claws22
7176
7177         * src/mainwindow.c
7178           src/prefs_account.c
7179           src/prefs_actions.c
7180           src/prefs_common.c
7181           src/prefs_customheader.c
7182           src/prefs_display_header.c
7183           src/prefs_filtering.c
7184           src/prefs_folder_item.c
7185           src/prefs_matcher.c
7186           src/prefs_scoring.c
7187           src/prefs_summary_column.c
7188           src/prefs_template.c
7189           src/prefs_toolbar.c
7190                  improve the English in the GUI
7191
7192 2002-11-27 [colin]      0.8.6claws21
7193
7194         * src/folder.c
7195                 Fix processing renaming problems happening after
7196                 last commit
7197
7198 2002-11-27 [colin]      0.8.6claws20
7199
7200         * src/folder.c
7201                 recursive move now deletes src each subfolder after 
7202                 having moved it
7203         * src/folderview.c
7204                 Use identifier instead of path during dnd (enables
7205                 IMAP folder dnd)
7206
7207 2002-11-27 [paul]       0.8.6claws19
7208
7209         * src/main.c
7210                 apply patch that does command-line processing 
7211                 BEFORE gtk_init, allowing claws to run from 
7212                 shell-scripts in non-X environment (e.g. crontab 
7213                 or ip-up, ip-down scripts). Patch submitted by
7214                 Ruslan N. Balkin <baron@dartel.ru>
7215                 
7216         * po/it.po
7217                 updated by Alessandro Maestri
7218
7219 2002-11-27 [paul]       0.8.6claws18
7220
7221         * sync with 0.8.6cvs12
7222           src/prefs_common.c
7223                 Differences are that main uses a 'Receive dialog'
7224                 frame on the Interface tab, whereas claws groups all 
7225                 the dialogs together in a 'Dialogs' frame.
7226
7227 2002-11-27 [colin]      0.8.6claws17
7228
7229         * src/prefs_matcher.c
7230                 Fix Execute criteria's NOT flag
7231
7232
7233 2002-11-26 [christoph]  0.8.6claws16
7234
7235         * src/ssl.c
7236                 rewrite the ssl code a little bit, only use one
7237                 SSL context, set default certificates' file/path
7238
7239 2002-11-26 [thorsten]   0.8.6claws15
7240
7241         * src/compose.c
7242                 default-reply-to didn't work for ml-reply
7243
7244 2002-11-26 [melvin]     0.8.6claws14
7245
7246         * src/prefs_actions.c
7247                 Made pipe-actions ignore short headers in message view
7248                 Made trailing-pipe-actions write in the message view with
7249                 the same font as the original message
7250
7251 2002-11-26 [paul]       0.8.6claws13
7252
7253         * src/compose.c
7254                 this time commit the correct file
7255
7256 2002-11-26 [paul]       0.8.6claws12
7257
7258         * sync with 0.8.6cvs11
7259           src/quote_fmt_parse.y  
7260                 no sync needed
7261           src/account.[ch]       
7262                 not sync'ed
7263           src/compose.c
7264                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7265                 on draft mode.
7266                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7267                 header
7268                 
7269         see ChangeLog 2002-11-25 and 2002-11-26
7270
7271 2002-11-26 [colin]      0.8.6claws11
7272
7273         * src/folderview.c
7274                 Fix collapsed folder not auto-expanding during
7275                 mail dnd, if it was the source folder.
7276
7277 2002-11-25 [colin]      0.8.6claws10
7278
7279         * src/folderview.[ch]
7280                 Variable renaming and cleaning (slist of nodes 
7281                 to be re-collapsed is stored in FolderView)
7282
7283 2002-11-25 [paul]       0.8.6claws9
7284
7285         * src/prefs_common.[ch]
7286                 fix breakage caused by last commit
7287
7288 2002-11-25 [paul]       0.8.6claws8
7289
7290         * sync with 0.8.6cvs4
7291                 see ChangeLog 2002-11-21
7292
7293 2002-11-25 [paul]       0.8.6claws7
7294
7295         * sync with 0.8.6cvs4
7296                 see ChangeLog 2002-11-20
7297
7298 2002-11-25 [paul]       0.8.6claws6
7299
7300         * sync with 0.8.6cvs3
7301                 see ChangeLog 2002-11-18
7302
7303 2002-11-25 [colin]      0.8.6claws5
7304
7305         * src/gtkutils.[ch]
7306                 Add gtkut_ctree_node_is_parent()
7307         * src/folderview.c
7308                 Spring-loaded folders
7309
7310 2002-11-25 [colin]      0.8.6claws4
7311
7312         * src/utils.[ch]
7313                 Add slist_concat_unique(), function to merge
7314                 two GSList filtering dups
7315         * src/folder.[ch]
7316         * src/summaryview.[ch]
7317         * src/folderview.c
7318         * src/main.c
7319                 Add detection/update/display of unread answers
7320                 to marked mails
7321         * src/procmsg.[ch]
7322                 Add procmsg_find_children()
7323                 Add procmsg_msg_has_marked_parent()
7324
7325 2002-11-25 [colin]      0.8.6claws3
7326
7327         * src/ssl_certificate.[ch]
7328                 Allow checking a certificate without a DNS
7329                 lookup
7330                 Allow to forget a cert (by deleting it)
7331                 Make ssl_certificate_destroy_public
7332         * src/ssl_manager.[ch] ** NEW FILES **
7333                 Gui to manage (display/remove) certificates
7334         * src/prefs_common.[ch]
7335                 Add a pref to allow silent acceptation of
7336                 trusted certificates or not (based on the
7337                 "I want to know what's going on" principle)
7338         * src/mainwindow.c
7339                 Add SSL manager in Tools menu
7340         * src/Makefile.am
7341                 Add the new files to the build
7342         * po/POTFILES.in
7343                 Add ssl_manager.c to translations
7344
7345 2002-11-25 [colin]      0.8.6claws2
7346
7347         * src/summaryview.[ch]
7348                 Add S_SEARCH_EXTENDED to the quick search, which 
7349                 allows to search using filtering syntax.
7350
7351 2002-11-25 [colin]      0.8.6claws1
7352
7353         * src/summaryview.c
7354                 Deletion of duplicates now prefer deleting
7355                 the unread dup (fixes feature-request 638989).
7356
7357 2002-11-24 [paul]       0.8.6claws
7358
7359         * po/es.po
7360           po/pl.po
7361           po/ru.po
7362           po/sr.po
7363                 updated by Ricardo Mones Lastra,
7364                 Witold Wladyslaw Wojciech Wilk,
7365                 Ruslan N. Balkin, and  Urke MMI 
7366                 respectively
7367
7368 2002-11-24 [paul]       0.8.5claws182
7369
7370         * po/bg.po
7371                 updated by George Danchev
7372
7373 2002-11-23 [alfons]     0.8.5claws181
7374
7375         * src/imap.c
7376                 tiny memory leak found by browsing Dimitar's 
7377                 valgrind report
7378
7379 2002-11-23 [paul]       0.8.5claws180
7380
7381         * po/it.po
7382                 updated by Alessandro Maestri
7383
7384 2002-11-22 [christoph]  0.8.5claws179
7385
7386         * src/compose.c
7387         * src/inc.c
7388         * src/prefs_filtering.c
7389         * src/summaryview.c
7390                 more warning fixes
7391
7392 2002-11-22 [alfons]     0.8.5claws178
7393
7394         * src/summaryview.c
7395                 summary_execute_delete_func(): if message is deleted, make 
7396                 sure to also remove its entry in the subject hash table. 
7397                 fixes a corner case bug.
7398
7399 2002-11-22 [paul]       0.8.5claws177
7400
7401         * .cvsignore
7402                 add 'autom4te.cache'
7403                 
7404         * ltconfig      ** REMOVED **
7405                 not needed
7406
7407 2002-11-22 [paul]       0.8.5claws176
7408
7409         * src/textview.c
7410                 textview_set_font(): fix for message display in
7411                 UTF-8 locales (thanks to Sergey Vlasov).
7412                 
7413         * AUTHORS
7414                 add new team members and contributors
7415
7416
7417 2002-11-21 [colin]      0.8.5claws175
7418
7419         * src/procmsg.[ch]
7420                 Add procmsg_remove_special_headers()
7421         * src/mh.c
7422                 Use procmsg_remove_special_headers() for 
7423                 previous fix
7424
7425 2002-11-21 [colin]      0.8.5claws174
7426
7427         * src/mh.c
7428                 Fix moving/copying from queue/draft folders
7429                 for MH folders
7430
7431 2002-11-21 [christoph]  0.8.5claws173
7432
7433         * src/crash.c
7434         * src/filtering.c
7435         * src/logwindow.c
7436         * src/main.c
7437         * src/matcher_parser_lex.[hl]
7438         * src/mbox.c
7439         * src/mbox_folder.[ch]
7440         * src/prefs_filtering.c
7441         * src/procheader.c
7442         * src/quote_fmt_lex.l
7443         * src/ssl.c
7444                 fix all warnings except the warnings in lex and yacc files
7445
7446 2002-11-20 [christoph]  0.8.5claws172
7447
7448         * src/imap.c
7449                 fix MsgInfo retrieval for IMAP draft and queue folders
7450                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7451
7452 2002-11-19 [christoph]  0.8.5claws171
7453
7454         * src/compose.c
7455                 fix segfault, when draft saving does not get
7456                 the MsgInfo of the new message
7457                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7458
7459 2002-11-19 [christoph]  0.8.5claws170
7460
7461         * src/procmsg.c
7462                 add parameter check for flag setting function
7463                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7464
7465 2002-11-18 [paul]       0.8.5claws169
7466
7467         * src/compose.c
7468                 more sensitivity fixes to redirect mode:
7469                 * disable toolbar draft button
7470                 * allow only Address book in the Tools menu
7471                 * disable editing of message by the spell
7472                   checker
7473
7474 2002-11-18 [paul]       0.8.5claws168
7475
7476         * src/compose.c
7477                 fix sensitivity of menu items in compose_redirect():
7478                 allow only the necessary items 
7479
7480 2002-11-18 [paul]       0.8.5claws167
7481
7482         * src/compose.c
7483                 fix bug [ 603259 ] 'attachment got lost on bounce'
7484
7485 2002-11-18 [paul]       0.8.5claws166
7486
7487         * po/ru.po
7488                 updated by Ruslan N. Balkin <baron@dartel.ru>
7489
7490 2002-11-18 [colin]      0.8.5claws165
7491
7492         * src/main.c
7493           src/defs.h
7494                 Remove old filtering stuff
7495
7496
7497 2002-11-17 [oliver]     0.8.5claws164
7498
7499         * src/toolbar.h
7500                 remove not needed typedef 
7501
7502 2002-11-17 [oliver]     0.8.5claws163
7503
7504         * src/toolbar.c
7505                 make toolbar's on click events translatable
7506
7507 2002-11-15 [colin]      0.8.5claws162
7508
7509         * src/summaryview.c
7510                 Revert too-soon integration of a feature
7511
7512 2002-11-15 [christoph]  0.8.5claws161
7513
7514         * src/imap.c
7515                 use main's implementation of imap_get_msginfo
7516
7517 2002-11-15 [christoph]  0.8.5claws160
7518
7519         * src/compose.c
7520         * src/folder.[ch]
7521         * src/imap.c
7522         * src/mbox_folder.c
7523         * src/mh.c
7524         * src/news.c
7525         * src/procmsg.c
7526         * src/summaryview.c
7527                 replace claws' fetch_msginfo with main's get_msginfo
7528                 (use main's implementation where possible)
7529
7530 2002-11-15 [colin]      0.8.5claws159
7531
7532         * src/ssl_certificate.c
7533                 Missed a check
7534
7535 2002-11-16 [melvin]     0.8.5claws158
7536
7537         * po/fr.po
7538                 Updated French translations.
7539
7540 2002-11-16 [colin]      0.8.5claws157
7541
7542         * src/ssl_certificate.c
7543                 Check for missing parts in the certificates
7544
7545 2002-11-15 [colin]      0.8.5claws156
7546
7547         * src/folderview.c
7548                 Preventive fix (missing check) found by
7549                 Alfons
7550
7551 2002-11-15 [paul]
7552
7553         * NEWS
7554                 sync with 0.8.6 release
7555
7556 2002-11-15 [colin]      0.8.5claws155
7557
7558         * src/folder.[ch]
7559           src/folderview.c
7560                 Fix error handling of folder_item_move_to()
7561                 (thanks to Alfons!)
7562
7563 2002-11-15 [colin]      0.8.5claws154
7564
7565         * src/folder.[ch]
7566           src/folderview.c
7567                 folder_item_move_to() sets an error message instead
7568                 of having GUI stuff in folder.c
7569
7570 2002-11-15 [colin]      0.8.5claws153
7571
7572         * src/procmsg.[ch]
7573                 Implemented a callback for MsgInfo updates, 
7574                 heavily copy/pasted from Christoph's folder 
7575                 callback system
7576         * src/summaryview.[ch]
7577                 Register summary_update_msg as callback
7578
7579 2002-11-14 [colin]      0.8.5claws152
7580         
7581         * src/procmsg.c
7582                 Update the FolderItem after sending (fixes 617593)
7583
7584 2002-11-14 [christoph]  0.8.5claws151
7585
7586         * src/folder.c
7587                 fix wrong position of NULL pointer check found
7588                 by Sergey
7589
7590 2002-11-14 [christoph]  0.8.5claws150
7591
7592         * src/folder.c
7593                 fix segfault when deleting messages from IMAP folders
7594                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7595
7596 2002-11-14 [colin]      0.8.5claws149
7597
7598         * src/compose.c
7599                 Forwarding was also ignoring the folder's default account.
7600
7601 2002-11-14 [colin]      0.8.5claws148
7602
7603         * src/compose.c
7604                 Fix sent folder not set to folder properties when 
7605                 forwarding.
7606
7607 2002-11-14 [thorsten]   0.8.5claws147
7608
7609         * src/inc.c
7610                 inc_start(): Files were not moved from .processing to inbox,
7611                 if no global processing rule existed
7612
7613 2002-11-14 [colin]      0.8.5claws146
7614
7615         * src/ssl_certificate
7616                 Fix file operations
7617
7618 2002-11-14 [paul]       0.8.5claws145
7619
7620         * po/it.po
7621                 updated by Alessandro Maestri
7622
7623 2002-11-13 [alfons]     0.8.5claws144
7624
7625         * src/folder.c
7626                 folder_item_close(): only mark messages unread
7627                 when a folder has new messages 
7628
7629 2002-11-13 [keith]      0.8.5claws143
7630
7631         * src/imap.c
7632                 Fix problem moving or copying between
7633                 IMAP folders
7634
7635 2002-11-13 [colin]      0.8.5claws142
7636
7637         * src/matcher_parser_parse.y
7638                 Fix rule problem when " don't match
7639
7640 2002-11-13 [christoph]  0.8.5claws141
7641
7642         * src/folder.c
7643         * src/folderview.c
7644                 moved cache saving to folder_item_close
7645                 the folderview should not have to deal with
7646                 this things
7647
7648 2002-11-13 [christoph]  0.8.5claws140
7649
7650         * src/summaryview.c
7651                 moved setting of important score to
7652                 summary_set_prefs_from_folderitem
7653
7654 2002-11-13 [colin]      0.8.5claws139
7655
7656         * src/matcher_parser_parse.y
7657                 Fix a segfault in the parser (happening when
7658                 a good expression had been tested and a bad 
7659                 one arrives)
7660
7661 2002-11-13 [paul]       0.8.5claws138
7662
7663         * sync with 0.8.5cvs24
7664                 see ChangeLog 2002-11-13
7665                 
7666         * po/pt_BR.po
7667                 updated by Fabio Jr. Beneditto
7668
7669 2002-11-13 [colin]      0.8.5claws137
7670         
7671         * src/msgcache.c
7672           src/defs.h
7673           src/procmsg.[ch]
7674                 Revert last commit, problem
7675
7676 2002-11-13 [colin]      0.8.5claws136
7677
7678         * src/msgcache.c
7679                 Remove duplicated code
7680         * src/defs.h
7681                 Bumped CACHE_VERSION and MARK_VERSION
7682         * src/procmsg.[ch]
7683                 Network endian for cache and mark files
7684
7685 2002-11-12 [colin]      0.8.5claws135
7686
7687         * src/inc.c
7688                 Fix the "socket error" dialog which disappeared
7689
7690 2002-11-12 [colin]      0.8.5claws134
7691
7692         * src/msgcache.c
7693                 Reverse last commit which had performance 
7694                 problems, but still reverse the list
7695
7696 2002-11-12 [colin]      0.8.5claws133
7697
7698         * src/msgcache.c
7699                 Reverse list order
7700
7701 2002-11-12 [melvin]     0.8.5claws132
7702
7703         * src/compose.c
7704                 Added a check for a NULL prefs_common.dictionary
7705
7706 2002-11-12 [colin]      0.8.5claws131
7707
7708         * src/ssl_certificate.[ch]
7709                 Use FQDN hostname
7710
7711 2002-11-12 [colin]      0.8.5claws130
7712
7713         * src/ssl_certificate.[ch]
7714                 Take connection port into account for 
7715                 checking certificates (a single hostname
7716                 could have multiple servers with multiple
7717                 certificates)
7718         * src/ssl.c
7719                 Pass the port to ssl_certificate_check
7720
7721 2002-11-12 [paul]       0.8.5claws129
7722
7723         * src/folder.c
7724                 fix a typo in last commit
7725
7726 2002-11-12 [paul]       0.8.5claws128
7727
7728         * sync with 0.8.5cvs23
7729                 see ChangeLog entry 2002-11-12
7730
7731 2002-11-11 [colin]      0.8.5claws127
7732
7733         * src/ssl_certificate.c
7734                 Cleaner messages
7735                 Don't popup, instead log error, if the 
7736                 corresponding pref is checked
7737         * src/ssl_certificate.h
7738                 include <openssl/objects/h>
7739
7740 2002-11-11 [colin]      0.8.5claws126
7741
7742         * src/ssl_certificate.h
7743                 _Really_ clean it
7744
7745 2002-11-11 [colin]      0.8.5claws125
7746         
7747         * src/ssl_certificate.c
7748                 Fixed leak
7749
7750 2002-11-11 [colin]      0.8.5claws124
7751
7752         * src/ssl.c
7753                 Cleaned a bit
7754         * src/ssl_certificate.[ch]
7755                 Cleaned a bit (better use of SSL API)
7756                 (This will cause non-recognition of saved 
7757                  certificates of claws12[23]...)
7758
7759 2002-11-11 [paul]       0.8.5claws123
7760         
7761         * po/es.po
7762                 updated by Ricardo Mones Lastra
7763
7764 2002-11-11 [colin]      0.8.5claws122
7765
7766         * src/ssl.c
7767                 Fix a typo
7768
7769 2002-11-11 [colin]      0.8.5claws121
7770
7771         * src/ssl_certificate.[ch] ** NEW FILES **
7772         * src/ssl.[ch]
7773                 Check SSL certificates presented to us
7774         * src/Makefile.am
7775                 Add ssl_certificate.[ch]
7776         * po/POTFILES.in
7777                 Add ssl_certificate.c
7778
7779 2002-11-11 [paul]       0.8.5claws120
7780
7781         * sync with 0.8.5cvs22
7782                 see ChangeLog 2002-11-11
7783
7784 2002-11-11 [paul]       0.8.5claws119
7785
7786         * sync with 0.8.5cvs21
7787                 see ChangeLog 2002-11-11
7788
7789 2002-11-10 [jens]       0.8.5claws118
7790
7791         * src/folder.c
7792         * src/folderview.c
7793                 corrected some typing
7794         * po/de.po
7795                 updated german translation
7796         * sylpheed.spec.in
7797                 cleaned up specfile and adjusted it for claws
7798
7799 2002-11-10 [colin]      0.8.5claws117
7800
7801         * src/summaryview.c
7802                 a STATUSBAR_PUSH/POP fix
7803
7804 2002-11-10 [colin]      0.8.5claws116
7805
7806         * src/prefs_folder_item.c
7807                 Fix hanging after opening folder properties
7808
7809 2002-11-10 [hoa]        0.8.5claws115
7810
7811         * src/matcher_parser_lex.l
7812         * src/matcher_parser_parse.y
7813                 config file for scoring and filtering is no more trashed
7814                 when there is a syntax error in a filtering rule when
7815                 editing it in a dialog.
7816
7817 2002-11-09 [colin]      0.8.5claws114
7818
7819         * src/mbox_folder.c
7820                 Added missing initialisation of folder->destroy()
7821
7822 2002-11-09 [colin]      0.8.5claws113
7823
7824         * src/folder.c
7825           src/folderview.c
7826                 Fix the status bar messages
7827
7828 2002-11-09 [colin]      0.8.5claws112
7829
7830         * src/folderview.c
7831                 Fix hangs after folder dnd, happening after 
7832                 claws109.
7833
7834 2002-11-09 [christoph]  0.8.5claws111
7835
7836         * src/folderview.c
7837                 just changed order of calls (reverse order of
7838                 associated calls)
7839         * src/inc.c
7840                 lock inc when checking only one account, otherwise
7841                 inc all could be executed at the same time
7842
7843 2002-11-09 [christoph]  0.8.5claws110
7844
7845         * src/folderview.c
7846                 better unlock the mouse cursor before calling
7847                 summary_show because it changes the cursor too
7848
7849 2002-11-09 [christoph]  0.8.5claws109
7850
7851         * src/folder.[ch]
7852         * src/folderview.c
7853                 add functions to open and close a folder
7854                 o opending will execute scanning for remote folders
7855                   and processing
7856                 o closing will unset new flag for messages
7857
7858 2002-11-09 [colin]      0.8.5claws108
7859
7860         * src/folder.c
7861                 Add a call to prefs_matcher_write_config to 
7862                 avoid non-leaf folders filtering settings to be
7863                 lost
7864
7865 2002-11-09 [paul]       0.8.5claws107
7866
7867         * src/prefs_account.c
7868                 re-word a label
7869
7870 2002-11-09 [colin]      0.8.5claws106
7871
7872         * src/folderview.c
7873                 Minor esthetic fix
7874
7875 2002-11-09 [colin]      0.8.5claws105
7876
7877         * src/folderview.c
7878                 Fix prefs_filtering deletion for MH folders (same
7879                 reason as below)
7880         * src/prefs_filtering.c
7881                 Fix prefs_filtering renaming and deletion for 
7882                 folder-based processing rules.  
7883
7884 2002-11-09 [christoph]  0.8.5claws104
7885
7886         * src/compose.c
7887         * src/folder.[ch]
7888         * src/folderview.[ch]
7889         * src/import.c
7890         * src/inc.c
7891         * src/main.c
7892         * src/mainwindow.c
7893         * src/messageview.c
7894         * src/prefs_folder_item.c
7895         * src/procmsg.c
7896         * src/summaryview.c
7897                 implement a callback system for folder item updates
7898
7899 2002-11-09 [colin]      0.8.5claws103
7900
7901         * src/folderview.c
7902                 Fix prefs_filtering renaming for MH folders (we
7903                 shouldn't rename by path as another folder could
7904                 have the same hierarchy).
7905
7906 2002-11-09 [colin]      0.8.5claws102
7907
7908         * src/folder.c
7909                 Fix a leak found by Christoph, use better variable
7910                 names
7911
7912 2002-11-09 [colin]      0.8.5claws101
7913
7914         * src/folder.c
7915                 One more fix for processing rules
7916
7917 2002-11-08 [colin]      0.8.5claws100
7918         
7919         * src/matcher.c
7920                 Don't copy the compiled regexp (will be reevaluated)
7921         * src/folderview.c
7922                 Lock folderview while moving
7923         * src/folder.c
7924                 Provide info on what's happening to the user
7925
7926 2002-11-08 [colin]      0.8.5claws99
7927
7928         * src/folderview.c
7929                 Fix folder reordering after a move if parent is 
7930                 root
7931         * src/scoring.[ch]
7932                 Add function to copy a ScoringProp
7933         * src/prefs_folder_item.c
7934                 Copy scoring rules when copying a folder prefs
7935
7936 2002-11-08 [colin]      0.8.5claws98
7937
7938         * src/folderview.c
7939                 Fixes in case of failure
7940         * src/filtering.[ch]    
7941                 Add function to duplicate a FilteringProp
7942         * src/matcher.[ch]
7943                 Add function to duplicate a MatcherProp
7944         * src/prefs_folder_item.c
7945                 Save folder's processing rules when copying 
7946                 its prefs
7947
7948 2002-11-08 [colin]      0.8.5claws97
7949         
7950         * src/folderview.c
7951                 Sort after move
7952         * src/folder.c 
7953                 Change a printf to debug_print
7954
7955 2002-11-08 [colin]      0.8.5claws96
7956
7957         * src/folder.c
7958           src/folderview.c
7959                 Fix segfaults, call me stupido
7960         
7961
7962 2002-11-08 [colin]      0.8.5claws95
7963
7964         *src/folder.c
7965                 Added forgotten prefs to save when moving folders
7966
7967 2002-11-08 [colin]      0.8.5claws94
7968
7969         * src/folder.c
7970                 Fixes to folder DND (prefs copy)
7971         * src/folderview.c
7972                 Optimization for folder DND (don't rescan whole tree)
7973                 Added folderview_create_folder_node() for this 
7974                 optimization, so de-duped a bit the code
7975         * src/prefs_folder_item.[ch]
7976                 Added prefs_folder_item_copy_prefs()    
7977           
7978 2002-11-08 [paul]       0.8.5claws93
7979
7980         * src/prefs_account.c
7981           tools/README
7982           tools/kmail2sylpheed_v2.pl
7983                 correct some typos
7984
7985 2002-11-08 [paul]       0.8.5claws92
7986
7987         * src/compose.c
7988           src/prefs_account.[ch]
7989                 remove account options 'clearsign' and 'ascii_armored',
7990                 replace with 'default_gnupg_mode' to prevent mixed-mode
7991                 Privacy settings
7992
7993 2002-11-08 [paul]       0.8.5claws91
7994
7995         * src/compose.[ch]
7996                 re-implement GnuPG 'on-the-fly' mode selection,
7997                 disallow mixed-mode
7998
7999 2002-11-08 [colin]      0.8.5claws90
8000
8001         * src/folderview.c
8002           src/prefs_folder_item.c
8003                 Change "Property" to "Properties"
8004
8005 2002-11-07 [colin]      0.8.5claws89
8006
8007         * src/folderview.c
8008           src/folder.c
8009                 Allow folder dropping to a root folder
8010
8011 2002-11-07 [paul]       0.8.5claws88
8012
8013         * src/compose.c
8014                 revert last commit
8015
8016 2002-11-07 [paul]       0.8.5claws87
8017
8018         * src/compose.c
8019                 fix reply-to-list bug. closes bug report
8020                 "[633382] reply-to-list broken in recent cvs"
8021
8022 2002-11-07 [paul]       0.8.5claws86
8023
8024         * src/compose.c
8025                 add a forgotten '#if USE_GPGME ... #endif'
8026
8027 2002-11-07 [paul]       0.8.5claws85
8028
8029         * sync with 0.8.5cvs20
8030                 see ChangeLog 2002-11-07
8031
8032 2002-11-07 [colin]      0.8.5claws84
8033
8034         * src/folder.[ch]
8035                 Change folder_item_move_to to return the newly 
8036                 created folderitem.
8037         * src/folderview.c
8038                 Select the new folderitem after moving.
8039
8040 2002-11-07 [colin]      0.8.5claws83
8041
8042         * src/prefs_filtering.c
8043                 Fix rule rewriting when moving a leaf folder to a 
8044                 shorter path
8045
8046 2002-11-07 [colin]      0.8.5claws82
8047
8048         * src/prefs_filtering.c
8049                 fix a leak
8050
8051 2002-11-07 [colin]      0.8.5claws81
8052
8053         * src/folder.[ch]
8054                 Add folder_item_move_to() function to move a 
8055                 folderitem into another one (updates matcher etc)
8056         * src/folderview.c
8057                 Add folder drag'n drop (context menu to come)
8058                 [Should be dataloss free, but Please backup before 
8059                  trying !]
8060
8061 2002-11-06 [colin]      0.8.5claws80
8062
8063         * src/mh.c
8064                 mh_create_folder() returns NULL if can't create
8065                 directory hierarchy
8066
8067 2002-11-06 [paul]       0.8.5claws79
8068
8069         * src/compose.[ch]
8070                 allow 'on-the-fly' changing of the type of encryption 
8071                 and/or signing used (mime/ascii) via the compose window
8072
8073 2002-11-06 [paul]       0.8.5claws78
8074
8075         * sync with 0.8.5cvs19
8076                 see ChangeLog 2002-11-06 for src/account.c: 
8077                 account_get_special_folder()
8078                 
8079 2002-11-05 [alfons]     0.8.5claws77
8080
8081         * src/crash.c
8082                 very minor cleanups: nothing to see here, move on. :-)
8083
8084 2002-11-05 [colin]      0.8.5claws76
8085
8086         * src/main.c
8087                 Changes choices if compose windows are opened to
8088                 Discard, Draft, Don't quit
8089
8090 2002-11-05 [thorsten]   0.8.5claws75
8091
8092         * src/compose.c
8093                 reenabled default_reply_to folder option
8094
8095 2002-11-05 [colin]      0.8.5claws74
8096
8097         * src/compose.[ch] 
8098                 add compose_draft()
8099         * src/crash.c
8100                 add SIGTERM handler
8101         * src/main.[ch]
8102                 add clean_quit() for the SIGTERM handler
8103
8104 2002-11-05 [paul]       0.8.5claws73
8105         
8106         * po/es.po
8107                 updated by Ricardo Mones Lastra
8108
8109 2002-11-05 [melvin]     0.8.5claws72
8110
8111         * src/logwindow.c
8112                 Fixed log-clipping bug #616795.
8113                 To stop logging in the log window use 0 length.
8114         * src/prefs_common.c
8115                 Added a label to inform about the 0 log length behaviour.
8116
8117 2002-11-05 [paul]       0.8.5claws71
8118
8119         * sync with 0.8.5cvs17
8120                 see ChangeLog 2002-11-05
8121
8122 2002-11-04 [paul]       0.8.5claws70
8123
8124         * sylpheed-128x128.png
8125           sylpheed-64x64.png
8126           sylpheed.png
8127                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8128                 <nikai@users.sourceforge.net>
8129                 
8130         * po/bg.po
8131                 updated by George Danchev
8132
8133 2002-11-03 [thorsten]   0.8.5claws69
8134
8135         * src/main.c
8136           src/mimeview.c
8137           src/rfc2015.h
8138                 add check if gpg is active
8139
8140 2002-11-03 [thorsten]   0.8.5claws68
8141
8142         * src/toolbar.h
8143                 removed GSList declaration causing trouble on MacOS-X
8144                 (submitted by alfons, reported by xfesty)
8145
8146 2002-11-01 [paul]       0.8.5claws67
8147
8148         * src/mainwindow.c
8149                 remove last remnants of main's filter code
8150
8151 2002-11-01 [paul]       0.8.5claws66
8152
8153         * tools/filter_conv.pl
8154                 fix bug where user-defined headers were ignored
8155
8156 2002-11-01 [paul]       0.8.5claws65
8157
8158         * src/logwindow.c
8159                 make a debug_print() not translatable
8160
8161 2002-10-31 [melvin]     0.8.5claws64
8162
8163         * ac/aspell.m4
8164                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8165                 not run any GNU/aspell test.  The dictionary path will
8166                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8167                 was given, in which case, it will be $prefix/lib/aspell/
8168         * configure.in
8169                 Fixed typo in commentary (Aspell code).
8170
8171 2002-10-31 [paul]       0.8.5claws63
8172
8173         * po/POTFILES.in
8174                 remove src/filter.c and src/prefs_filter.c
8175                 thanks to Ricardo for reminding me
8176
8177 2002-10-31 [colin]      0.8.5claws62
8178
8179         * src/mbox_folder.c
8180                 Plug some leaks
8181
8182 2002-10-31 [paul]       0.8.5claws61
8183
8184         * src/prefs_filter.[ch] ** REMOVED **
8185           src/filter.[ch]       ** REMOVED **
8186           
8187         * src/Makefile.am
8188           src/folderview.c
8189           src/inc.c
8190           src/main.c
8191           src/mainwindow.c
8192           src/mbox.c
8193           src/prefs_common.c
8194           src/prefs_filtering.c
8195           src/summaryview.[ch]
8196                 remove main's 'filter' code
8197                 
8198         README.claws
8199                 update to reflect removal of main's filter
8200
8201 2002-10-31 [paul]       0.8.5claws60
8202
8203         * src/summaryview.c
8204                 remove check for global_processing in summary_filter_open(). 
8205                 This fixes the bug where if the user uses the right-click 
8206                 'Create filter rule...' and doesn't have any filter rules 
8207                 already defined in claws' advanced filtering, the newly 
8208                 created filter rule goes to main's filtering which is 
8209                 inaccessible through the gui. Now the filter rule gets added
8210                 to claws' filtering by default.
8211
8212 2002-10-28 [melvin]     0.8.5claws59
8213
8214         * src/prefs_actions.c
8215                 Fixed bug #627322 where MIME parts were not always
8216                 correctly passed to a %p action
8217                 Display an error dialog when message filename is not found.
8218
8219 2002-10-28 [melvin]     0.8.5claws58
8220
8221         * src/prefs_common.c
8222                 Readded a missing function declaration lost in 0.8.3claws34
8223
8224 2002-10-28 [paul]       0.8.5claws57
8225
8226         * sync with 0.8.5cvs15
8227                 see ChangeLog 2002-10-28 and 2002-10-25
8228                 
8229         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8230
8231 2002-10-27 [oliver]     0.8.5claws56
8232
8233         * src/pop.c
8234                 plug leak in pop3_top_recv
8235
8236 2002-10-26 [christoph]  0.8.5claws55
8237
8238         * src/folder.c
8239                 set need_update folder flag when messages are added
8240                 (closes bug [ 626922 ] folder not updated after receiving)
8241
8242 2002-10-25 [melvin]     0.8.5claws54
8243
8244         * src/imageview.c
8245                 Fixed a memleak introduced in the scaling code.
8246
8247 2002-10-24 [alfons]     0.8.5claws53
8248
8249         * src/filtering.c
8250                 make filtering's forward message action forward from the 
8251                 correct account
8252                 (closes bug [628089 ] Filter -> Forward from address problem
8253                 reported by Oktay)
8254
8255 2002-10-24 [christoph]  0.8.5claws52
8256
8257         * src/mainwindow.c
8258         * src/manual.[ch]
8259                 o use manual of current locale or english if current
8260                   locale is not available (and english is available)
8261                 o also link to sylpheed doc project manuals
8262
8263 2002-10-23 [paul]       0.8.5claws51
8264
8265         * tools/README
8266           tools/kmail2sylpheed_v2.pl
8267                 add new version of kmail addressbook importer script.
8268                 works with newer versions of Kmail/KAddressBook which
8269                 have new and rearranged data.
8270
8271 2002-10-23 [martin]     0.8.5claws50
8272
8273         * src/folderview.c
8274         * src/summaryview.c
8275         * src/utils.h
8276         * src/utils.c
8277                 added length parameter to get_abbrev_newsgroup_name()
8278                 changed this function so that it abbreviates the newsgroup
8279                 names only so long it is smaller than the length parameter
8280                 (for better reading of some newsgroup names and space efficiency)
8281
8282 2002-10-22 [colin]      0.8.5claws49
8283
8284         *src/foldersel.c
8285                 Revert Alfons' last modification (after voting ;-))
8286
8287 2002-10-21 [alfons]     0.8.5claws48
8288
8289         * src/foldersel.c
8290                 folder view in folder selection dialog reflects state of
8291                 folder view in main window
8292
8293 2002-10-18 [alfons]     0.8.5claws47
8294
8295         * src/mbox.c
8296                 drop imported messages in folder selected by user,
8297                 and not in the inbox
8298                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8299
8300 2002-10-18 [alfons]     0.8.5claws46
8301
8302         * src/compose.c
8303                 make automagic reply work correctly for email accounts 
8304                 (whether it's viable to do a full sync with Hiro's 
8305                 compose.c is still under discussion)
8306
8307 2002-10-18 [melvin]     0.8.5claws45
8308
8309         * src/prefs_actions.c
8310                 Fixed bug #622275 where asynchroneous actions left 
8311                 zombies processes
8312                 Made (synchroneous) actions' input be displayed live.
8313
8314 2002-10-18 [christoph]  0.8.5claws44
8315
8316         * src/textview.c
8317                 don't add a newline in the textview in front of the
8318                 first textpart if header display is disabled
8319                 (closes bug [ 603385 ] disabled header display leaves blank
8320                  lin)
8321
8322 2002-10-18 [christoph]  0.8.5claws43
8323
8324         * src/folder.[ch]
8325         * src/imap.c
8326         * src/mbox_folder.c
8327         * src/mh.c
8328         * src/news.c
8329                 folder->get_num_list now returns an error code
8330                 (closes bug [ 609424 ] News cache cleared on failure)
8331                 
8332 2002-10-17 [colin]      0.8.5claws42
8333         
8334         * src/news.c
8335                 Changed a printf by debug_print
8336
8337 2002-10-16 [paul]       
8338
8339         * tools/OOo2sylpheed.pl
8340                 allow for spaces in the name of the
8341                 file to be attached.
8342
8343 2002-10-16 [colin]      0.8.5claws41
8344
8345         * src/main.c
8346                 Use a tristate to change online mode
8347
8348 2002-10-16 [paul]       0.8.5claws40
8349
8350         * po/es.po
8351                 updated by Ricardo Mones Lastra
8352
8353 2002-10-16 [colin]      0.8.5claws39
8354
8355         * src/main.c
8356           src/mainwindow.[ch]
8357                 Added --online and --offline command-line
8358                 switches
8359
8360 2002-10-15 [christoph]  0.8.5claws38
8361
8362         * src/procmime.c
8363                 set mimeinfo->name to NULL after g_free to
8364                 avoid double freeing with g_free
8365
8366 2002-10-14 [christoph]  0.8.5claws37
8367
8368         * src/compose.c
8369         * src/filtering.c
8370         * src/summaryview.c
8371                 remove calls to folder->change_flags that are now
8372                 done by procmsg flag functions (seems it is not
8373                 used by any foldertype anyway)
8374         * src/folder.c
8375                 init folder->change_flags with NULL
8376
8377 2002-10-14 [christoph]  0.8.5claws36
8378
8379         * src/folder.[ch]
8380         * src/imap.[ch]
8381                 use virtual functions for folder item new and destroy
8382                 functions
8383
8384 2002-10-14 [melvin]     0.8.5claws35
8385
8386         * src/compose.c
8387                 Added a test to not run the spell checker if no default
8388                 dictionary is available. No dialog is displayed though.
8389
8390 2002-10-14 [melvin]     0.8.5claws34
8391
8392         * src/gtkaspell.c
8393                 Fixed bug in dictionary list context menu where
8394                 "More..." pointed to an emtpy submenu if the
8395                 number of dictionaries is a multiple of 15
8396                 Removed unneeded code in suggestions list creation
8397
8398 2002-10-14 [paul]       0.8.5claws33
8399
8400         * po/bg.po
8401                 updated by George Danchev
8402
8403 2002-10-13 [hoa]        0.8.5claws32
8404
8405         * src/matcher.[ch]
8406           src/matcher_parser_parser.y
8407                 removed the escaped string from internal structure
8408                 of matcher.
8409
8410 2002-10-12 [colin]      0.8.5claws31
8411
8412         * src/gtksctree.[ch]
8413           src/summaryview.c
8414                 Removed useless function gtksctree_reanchor
8415
8416 2002-10-12 [alfons]     0.8.5claws30
8417         
8418         * sync with remaining main changes 2002-10-09 - 2002-10-11
8419         - drop changes to src/compose.c (requires claws specific changes)
8420         
8421 2002-10-12 [alfons]     0.8.5claws29
8422         
8423         * sync with main changes of 2002-10-08
8424         - drop changes to src/compose.c (requires claws specific changes)
8425         - drop changes to src/summaryview.c (requires changes to compose.c)     
8426
8427 2002-10-12 [alfons]     0.8.5claws28
8428         
8429         * sync with main changes of 2002-10-07
8430
8431 2002-10-12 [alfons]     0.8.5claws27
8432
8433         * sync with main changes of 2002-10-04
8434         - drop changes to src/compose.c (requires claws specific changes)
8435         - drop changes to src/prefs_folder_item.c (claws implementation
8436           seems to be working)
8437
8438 2002-10-12 [colin]      0.8.5claws26
8439
8440         * src/mainwindow.c
8441                 Fix folder-flicker when space-reading, introduced 
8442                 in claws22.
8443
8444 2002-10-12 [colin]      0.8.5claws25
8445
8446         * src/compose.c
8447                 Save account address when saving as draft.
8448                 (closes bug 621838)
8449
8450 2002-10-12 [colin]      0.8.5claws24
8451
8452         * src/summaryview.c
8453                 Fix the problem consisting of no message selected
8454                 after the last message in a folder has been moved.
8455
8456 2002-10-12 [paul]       0.8.5claws23
8457
8458         * src/compose.c
8459           src/prefs_template.c
8460           src/template.[ch]
8461                 add Cc and Bcc to templates. Patch submitted by
8462                 John L. Males.
8463
8464 2002-10-12 [colin]      0.8.5claws22
8465
8466         * src/folderview.c
8467                 Fix a bug after "Check for new messages":
8468                 If a folder was opened, it was still selected at
8469                 the end of the check, but displayed empty.
8470         * src/mainwindow.c
8471                 Remove unnecessary check
8472
8473 2002-10-12 [paul]
8474
8475         * tools/README
8476                 be more verbose in the description of
8477                 OOo2sylpheed.pl
8478                 
8479
8480 2002-10-11 [colin]      0.8.5claws21
8481
8482         * src/mainwindow.c
8483                 Make space work (better) when no mail is selected
8484
8485 2002-10-11 [colin]      0.8.5claws20
8486
8487         * src/inc.c
8488           src/news.c
8489                 fix warnings
8490
8491 2002-10-11 [colin]      0.8.5claws19
8492
8493         * src/mainwindow.c
8494                 revert 0.8.5claws6 changes as i couldn't get to
8495                 anything satisfying
8496
8497 2002-10-11 [melvin]     0.8.5claws18
8498
8499         * src/compose.c
8500                 Removed buggy and unused macro (should have been committed in
8501                 0.8.5claws17)
8502
8503 2002-10-11 [melvin]     0.8.5claws17
8504
8505         * src/compose.c
8506                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8507
8508 2002-10-11 [thorsten]   0.8.5claws16 
8509
8510         * src/folderview.c
8511                 remove rescan warning
8512
8513 2002-10-11 [colin]      0.8.5claws15 
8514
8515         * src/procheader.c
8516                 fix a segfault that happens if conv_unmime_header
8517                 fails (should be better to find out why it fails)
8518
8519 2002-10-11 [christoph]  0.8.5claws14
8520
8521         * src/summaryview.c
8522                 update folderview stats after ignore/unignore thread
8523
8524 2002-10-11 [hoa]        0.8.5claws13
8525
8526         * src/quote_fmt_parse.y
8527                 Fixed a yacc/bison syntax error
8528         * src/matcher.c
8529                 Escaping of string is fixed.
8530
8531 2002-10-11 [colin]      0.8.5claws12
8532
8533         * src/imageview.c
8534                 Resize images to fit
8535
8536 2002-10-11 [paul]       0.8.5claws11
8537
8538         * po/es.po
8539                 updated by Ricardo Mones Lastra
8540
8541 2002-10-10 [alfons]     0.8.5claws10
8542
8543         * src/compose.c
8544                 allow dropping files by "moving" files from a file manager,
8545                 not only by the more cumbersome "copying". the latter 
8546                 mostly implies holding down the Control button
8547
8548 2002-10-10 [christoph]  0.8.5claws9
8549
8550         * src/summaryview.c
8551                 update folders after thread building for ignored threads
8552
8553 2002-10-10 [christoph]  0.8.5claws8
8554
8555         * config/.cvsignore
8556                 added Makefile
8557         * src/filtering.[ch]
8558         * src/folder.[ch]
8559         * src/folderview.[ch]
8560         * src/import.c
8561         * src/inc.[ch]
8562         * src/mbox.[ch]
8563         * src/procmsg.c
8564         * src/summaryview.[ch]
8565                 o added new flag need_update to FolderItem
8566                 o removed folder_table from various functions from tracking
8567                   folder updates
8568                 o set need_update flags in folder.c's move, copy and delete
8569                   functions and procmsg's flags functions
8570                 o added function folderview_update_items_when_required that
8571                   updates all folders with need_update set
8572                 o call folderview_update_items_when_required instead of
8573                   folderview_update_item_foreach
8574
8575 2002-10-09 [sergey]     0.8.5claws7
8576
8577         * src/compose.c
8578                 Strip CRs whel loading the text into editor in reedit mode.
8579
8580 2002-10-09 [colin]      0.8.5claws6
8581
8582         * src/mainwindow.c
8583                 Make Space work when no mail is selected
8584
8585 2002-10-09 [colin]      0.8.5claws5
8586
8587         * src/gtksctree.[ch]
8588                 Fix range_select
8589                 Add gtk_sctree_reanchor() 
8590         * src/summaryview.c
8591                 Use gtk_sctree_reanchor() - better fix for 
8592                 bug 60413
8593
8594 2002-10-09 [colin]      0.8.5claws4
8595
8596         * src/summaryview.c
8597                 Fix shift-click select after delete problem
8598                 (closes bug 60413)
8599
8600 2002-10-08 [thorsten]   0.8.5claws3
8601
8602         * src/summaryview.c
8603                 exclude current msg from -hide read messages-
8604
8605 2002-10-08 [colin]      0.8.5claws2
8606
8607         * src/inc.[ch]
8608           src/pop.c
8609           src/recv.c
8610                 Differentiate socket errors from disk full
8611                 errors
8612
8613 2002-10-08 [christoph]  0.8.5claws1
8614
8615         * Makefile.am
8616         * configure.in
8617                 modifications for new config directory
8618
8619         * config.guess  ** REMOVED **
8620         * config.sub    ** REMOVED **
8621         * install-sh    ** REMOVED **
8622         * ltmain.sh     ** REMOVED **
8623         * missing       ** REMOVED **
8624         * mkinstalldirs ** REMOVED **
8625                 these files are autogenerated by automake
8626                 when you run autogen.sh
8627
8628         * config/.cvsignore     ** NEW FILE **
8629         * config/Makefile.am    ** NEW FILE **
8630                 ignore autogenerated files
8631                 create a Makefile in this directory
8632
8633 2002-10-08 [paul]       0.8.5claws
8634
8635         * 0.8.5claws release
8636         
8637         * src/compose.c
8638           src/procheader.c
8639           src/procmsg.c
8640                 fix quote reply format for newsgroups reply bug
8641                 (thanks to Hoa)
8642                 
8643         * po/en_GB.po
8644           po/pl.po
8645                 updated by me and Witold Wladyslaw Wojciech Wilk
8646                 repectively
8647
8648 2002-10-07 [paul]       0.8.3claws53
8649
8650         * po/it.po
8651           po/pt_BR.po
8652           po/sr.po
8653                 updated messages catalogs, submitted by
8654                 Alessandro Maestri, Fabio Jr.Beneditto 
8655                 and Urke MMI, respectively.
8656
8657 2002-10-07 [christoph]  0.8.3claws52
8658
8659         * src/folder.[ch]
8660         * src/folderview.c
8661         * src/mainwindow.c
8662                 fix new folder ghost message bug
8663                 (closes bug [ 619722 ] wrong count for newly created folders)
8664
8665 2002-10-07 [christoph]  0.8.3claws51
8666
8667         * src/compose.c
8668                 fix news posting problem
8669
8670 2002-10-07 [melvin]     0.8.3claws50
8671
8672         * po/fr.po
8673                 Updated French translation
8674
8675 2002-10-05 [christoph]  0.8.3claws49
8676
8677         * src/gtkstext.c
8678                 check if line_start_cache is set in gtk_stext_update_text
8679                 (closes bug [ 618119 ] crash while doing search in folder)
8680
8681 2002-10-05 [christoph]  0.8.3claws48
8682
8683         * src/imap.c
8684         * src/news.c
8685         * src/utils.c
8686         * src/utils.h
8687                 implement cache cleanups for claws' folder system
8688                 (closes bug [ 595916 ] imapcache not cleaned up)
8689
8690 2002-10-05 [melvin]     0.8.3claws47
8691
8692         * src/prefs_actions.c
8693                 Made the help text more clear for the %p token
8694
8695 2002-10-04 [paul]       0.8.3claws46
8696
8697         * sync with 0.8.5
8698                 see ChangeLog 2002-10-02 and 2002-10-03
8699
8700 2002-10-04 [christoph]  0.8.3claws45
8701
8702         * src/inc.c
8703                 fix segfault caused by pop before smtp
8704                 call to inc_account_mail with NULL
8705                 pointer for mainwin
8706
8707 2002-10-04 [paul]       0.8.3claws44
8708
8709         * configure.in
8710                 sync the LDAP detection from 0.8.5cvs1
8711
8712 2002-10-02 [christoph]  0.8.3claws43
8713
8714         * po/de.po
8715                 fix small spelling error
8716
8717 2002-10-02 [melvin]     0.8.3claws42
8718
8719         * ac/aspell.m4
8720                 Behave better and say "no" when test program cannot be run.
8721
8722 2002-10-02 [paul]       0.8.3claws41
8723
8724         * sync with 0.8.4cvs1
8725                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8726                 
8727         * src/summaryview.c
8728                 toggle the behavior of Reply menuitem between
8729                 normal reply and reply-to-list
8730
8731 2002-10-01 [sergey]     0.8.3claws40
8732
8733         * src/compose.c
8734                 Convert newlines in the message text to the canonical form
8735                 before base64 encoding (RFC2045 compliance, fixes some
8736                 interoperability issues with Evolution 1.0.3)
8737
8738 2002-09-29 [colin]      0.8.3claws39
8739
8740         * src/summaryview.c
8741                 Fix an unwanted copy/paste
8742
8743 2002-09-29 [colin]      0.8.3claws38
8744
8745         * src/mainwindow.c
8746                 Renamed "Custom toolbar" to "Customize toolbar"
8747                 Renamed "Show all header" to "Show all headers"
8748                 Renamed "Set diplay item" to "Set displayed items"
8749         * src/prefs_common.c
8750                 Renamed "Show all header" to "Show all headers"
8751         * src/prefs_summary_column.c
8752                 Renamed "diplay item" to "displayed items"
8753
8754 2002-09-29 [colin]      0.8.3claws37
8755
8756         * src/mainwindow.[ch]
8757                 online/offline status pixmaps follow theme
8758                 changes
8759         * src/summaryview.[ch]
8760                 quicksearch pixmap follows theme changes
8761
8762 2002-09-29 [thorsten]   0.8.3claws36
8763
8764         * src/compose.c
8765           src/prefs_folder_item.[ch]
8766                 add default_reply_to folder option (closes patch 581044)
8767
8768 2002-09-29 [christoph]  0.8.3claws35
8769
8770         * acconfig.h    ** REMOVED **
8771         * configure.in
8772         * ac/aspell.m4
8773         * ac/check-type.m4
8774         * ac/gnupg-check-typedef.m4
8775                 fix autoheader 2.50 warning
8776
8777 2002-09-29 [christoph]  0.8.3claws34
8778
8779         * major code cleanup (part 2)
8780         
8781                 - unused variables removed
8782                 - unused functions removed
8783                 - uninitialized variables checked
8784                 - missing return statements added
8785                 - missing function return types added
8786                 - added parentheses around assignment
8787                   when suggested by gcc
8788
8789 2002-09-29 [alfons]     0.8.3claws33
8790
8791         * src/logwindow.c
8792                 log_window_clear(): only bracket gtk_text_forward_delete() 
8793                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8794                 works around GTK text bug)
8795
8796 2002-09-29 [paul]       0.8.3claws32
8797
8798         * po/bg.po
8799           po/sr.po
8800                 updated by George Danchev and Urke MMI
8801                 respectively
8802
8803 2002-09-27 [christoph]  0.8.3claws31
8804
8805         * doc-src/readme.txt
8806         * doc-src/rfc1806.txt   ** REMOVED **
8807         * doc-src/rfc2183.txt   ** NEW FILE **
8808         * doc-src/rfc2980.txt   ** NEW FILE **
8809                 update rfcs
8810
8811 2002-09-27 [melvin]     0.8.3claws30
8812
8813         * ac/aspell.m4
8814                 Fixed typo which could break linking
8815
8816 2002-09-27 [melvin]     0.8.3claws29
8817
8818         * ac/aspell.m4
8819                 Improved GNU/aspell checking. 
8820                 Fixed bug #614490
8821
8822 2002-09-27 [paul]       0.8.3claws28
8823
8824         * sync with 0.8.3cvs8
8825                 see ChangeLog 2002-09-27
8826
8827 2002-09-26 [colin]      0.8.3claws27
8828
8829         * src/toolbar.[ch]
8830           src/mainwindow.[ch]
8831                 Add "Reply to Mailing-list" to the toolbar
8832
8833 2002-09-26 [christoph]  0.8.3claws26
8834
8835         * src/summaryview.c
8836                 Fix wrong message counts in summaryview status
8837
8838 2002-09-26 [paul]       0.8.3claws25
8839
8840         * sync with 0.8.3cvs7
8841                 see ChangeLog 2002-09-26
8842
8843 2002-09-26 [paul]       0.8.3claws24
8844
8845         * sync with 0.8.3cvs6
8846                 see ChangeLog 2002-09-25
8847
8848 2002-09-25 [christoph]  0.8.3claws23
8849
8850         * src/prefs_common.c
8851         * src/prefs_folder_item.c
8852         * src/prefs_scoring.c
8853                 Renamed "kill score" to "hide score" in GUI
8854                 and prefs files
8855
8856 2002-09-25 [paul]       0.8.3claws22
8857
8858         * sync with 0.8.3cvs5
8859                 see ChangeLog 2002-09-24
8860
8861 2002-09-24 [alfons]     0.8.3claws21
8862
8863         patch by Satoshi Nagayasu: allows appending / saving multiple 
8864         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8865         'Save as ...'")
8866
8867         * AUTHORS
8868                 add Satoshi Nagayasu
8869         * src/summaryview.c
8870                 summary_save_as(): allow saving selected files to
8871                 one file
8872                 summary_set_menu_sensitive: enable "Save As..." when
8873                 multiple files are selected
8874         * src/utils.[ch]
8875                 append_file(): new function
8876
8877 2002-09-24 [colin]      0.8.3claws20
8878
8879         * src/procmime.c
8880                 Fix segfault when mimeinfo doesn't have a 
8881                 content_type. 
8882
8883 2002-09-24 [colin]      0.8.3claws19
8884
8885         * src/prefs_common.[ch]
8886                 Add a preference to display send dialog or not
8887         * src/send.c
8888                 Display send dialog according to preference
8889
8890 2002-09-24 [colin]      0.8.3claws18
8891
8892         * src/compose.[ch]
8893                 Disable user actions when sending
8894
8895 2002-09-24 [colin]      0.8.3claws17
8896
8897         * src/procmime.c
8898                 Do not display name or filename for attachments
8899                 with an application/pgp-signature type
8900                 (security flaw, see bug 537413)
8901
8902 2002-09-23 [colin]      0.8.3claws16
8903
8904         * src/editaddress.c
8905                 Initialize entry_email, entry_alias and 
8906                 entry_remarks to first email address of the list
8907
8908 2002-09-23 [colin]      0.83claws15
8909
8910         * src/compose.c
8911                 Drop pgp-signature when reediting a signed queued
8912                 message
8913
8914 2002-09-23 [melvin]     0.8.3claws14
8915
8916         * po/fr.po
8917                 Updated French translation
8918
8919 2002-09-23 [melvin]     0.8.3claws13
8920
8921         * src/mainwindow.c
8922                 Made custom toolbar menu labels more consistent
8923         * src/prefs_toolbar.c
8924                 Made custom toolbar window title more consistent
8925
8926 2002-09-22 [colin]      0.8.3claws12
8927
8928         * src/inc.c
8929                 Initialize session type to normal before getting 
8930                 mail (fixes strange Get behaviour)
8931         * src/prefs_account.h
8932                 Move STYPE_POP_BEFORE_SMTP to last position to 
8933                 avoid other side-effects
8934
8935 2002-09-22 [colin]      0.8.3claws11
8936
8937         * src/prefs_account.c
8938                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8939                 from pop3 to apop or vice-versa
8940
8941 2002-09-22 [colin]      0.8.3claws10
8942         
8943         * src/prefs_account.[ch]
8944                 Add an option for the POP before SMTP timeout
8945         * src/inc.c
8946                 Remember time of last POP connection
8947         * src/send.c
8948                 Do POP before SMTP only if timeout reached
8949
8950 2002-09-22 [oliver]     0.8.3claws9
8951         
8952         * README.claws
8953                 explain custom toolbar
8954
8955 2002-09-22 [oliver]     0.8.3claws8
8956
8957         * src/prefs_actions.[ch]
8958         custom toolbar for compose      
8959                 actions callback from compose toolbar
8960         * src/folderview.c
8961                 remove include toolbar.h
8962
8963 2002-09-22 [oliver]     0.8.3claws7
8964         
8965         * src/prefs_toolbar.[ch]
8966                 custom toolbar for compose
8967                 - generic prefs_toolbar handles both
8968                   Mainwin's toolbar as well as Compose toolbar          
8969
8970 2002-09-22 [oliver]     0.8.3claws6
8971         
8972         * src/toolbar.[ch]
8973                 custom toolbar for compose
8974                 restructure toolbar.[ch]
8975
8976 2002-09-22 [oliver]     0.8.3claws5
8977
8978         * src/compose.[ch]
8979                 custom toolbar for compose
8980
8981 2002-09-22 [oliver]     0.8.3claws4
8982         
8983         * src/mainwindow.[ch]
8984                 custom toolbar for compose 
8985                 move mainwin toolbar back to mainwindow
8986
8987 2002-09-22 [alfons]     0.8.3claws3
8988
8989         * src/procmsg.c
8990                 :%sno/if(/if (/gc
8991                 :%sno/for(/for (/gc
8992                 (beautify)
8993
8994 2002-09-22 [alfons]     0.8.3claws2
8995         
8996         * src/procmsg.c
8997                 procmsg_save_to_outbox(): don't unlink message file from queue;
8998                 callers should do it using folder_item_remove_msg()
8999
9000 2002-09-22 [colin]      0.8.3claws1
9001
9002         * src/mimeview.[ch]
9003                 Made mimeview_check_signature() public
9004         * src/textview.c
9005                 Made GPG signatures verifiable by clicking
9006                 the [application/pgp-signature] in the Text
9007                 view
9008
9009 2002-09-22 [paul]       0.8.3claws
9010
9011         * po/bg.po
9012           po/en_GB.po
9013           po/es.po
9014           po/it.po
9015           po/pl.po
9016           po/pt_BR.po
9017           po/sr.po
9018                 updated translations, submitted by George Danchev,
9019                 me, Ricardo Mones Lastra, Alessandro Maestri,
9020                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9021                 and Urke MMI, respectively.     
9022
9023 2002-09-22 [alfons]     0.8.2claws65
9024
9025         * src/procmsg.c
9026         * src/pgptext.c
9027                 no furry valgrinds have been used to plug these memleaks
9028
9029 2002-09-20 [paul]       0.8.2claws64
9030
9031         * sync with 0.8.3cvs4
9032                 'Select thread' re-implemented 
9033                 see ChangeLog 2002-09-20
9034
9035 2002-09-21 [alfons]     0.8.2claws63
9036
9037         * src/compose.c
9038                 compose_send(): plug unnoticed memleak
9039
9040 2002-09-20 [alfons]     0.8.2claws62
9041
9042         * src/addr_compl.c
9043                 replace_address_in_edit(): strict check for NULL address to
9044                 fix "[ 607348 ] Segfault in address completion". My guess is
9045                 that this happens with an empty address book, but it's good
9046                 to have this check here anyway
9047                 
9048                 completion_window_button_press(): free string returned 
9049                 from the internal cache
9050
9051 2002-09-20 [christoph]  0.8.2claws61
9052
9053         * src/procmime.h
9054                 added ENC_BINARY to EncodingType
9055         * src/procmime.c
9056                 the string returned by procmime_get_encoding_str
9057                 should not depend on the order of values in the
9058                 EncodingType definition
9059         * doc-src/rfc1806.txt   ** NEW FILE **
9060                 Added rfc1806 about MIME Content-Disposition
9061                 Extension
9062
9063 2002-09-19 [paul]       0.8.2claws60
9064
9065         * sync with 0.8.2cvs3
9066                 see ChangeLog 2002-09-19
9067
9068 2002-09-19 [paul]       0.8.2claws59
9069
9070         * src/prefs_folder_item.c
9071                 revert to Darko's original alignment of colour
9072                 selector button
9073                 add a colon to folder_color label
9074                 
9075         * src/compose.c
9076                 add Colin's patch (with Hiro's modifications) to 
9077                 force BASE64 encoding for 8-bit text when signing
9078                 (sync with 0.8.3cvs2)
9079
9080 2002-09-18 [alfons]     0.8.2claws58
9081
9082         * src/compose.c
9083                 :%sno/if(/if (/gc
9084                 :%sno/for(/for (/gc
9085                 (beautify a little bit)
9086
9087 2002-09-18 [christoph]  0.8.2claws57
9088
9089         * src/pine.c
9090                 fix handling of fgetc return value
9091
9092 2002-09-17 [alfons]     0.8.2claws56
9093         
9094         * src/summaryview.c
9095                 summary_sort(): check non-NULL summaryview->folder_item when no 
9096                 folder is selected at all
9097                 (closes "[ 610344 ] sort label make syl Crash")
9098
9099 2002-09-17 [alfons]     0.8.2claws55
9100         
9101         * src/compose.c
9102                 beautify a little bit
9103
9104 2002-09-17 [christoph]  0.8.2claws54
9105
9106         * src/folder.c
9107                 initialize max values for cache and folder
9108                 when cache or folder is empty
9109
9110 2002-09-15 [colin]      0.8.2claws53
9111
9112         * src/compose.c
9113                 Fix a leak (thanks Alfons!) and cleaned
9114                 variables names for custom headers
9115
9116 2002-09-15 [colin]      0.8.2claws52
9117
9118         * src/compose.c
9119                 Fix custom headers recognition when
9120                 prefs_common.trans_hdr is on
9121
9122 2002-09-15 [colin]      0.8.2claws51
9123
9124         * src/compose.c
9125                 Allow dynamically-added custom headers
9126                 Yet not reparsed if reedited
9127
9128 2002-09-15 [alfons]     0.8.2claws50
9129
9130         * src/prefs_account.c
9131                 fix warnings
9132
9133 2002-09-15 [colin]      0.8.2claws49
9134         
9135         * src/prefs_account.c
9136                 fix pop_before_smtp sensitivity
9137
9138 2002-09-15 [colin]      0.8.2claws48
9139
9140         * src/inc.[ch]
9141                 add inc_pop_before_smtp()
9142                 allow MainWindow to be undefined in 
9143                 inc_account_mail() and inc_start()
9144         * src/pop.c
9145           src/prefs_account.h
9146                 add STYPE_POP_BEFORE_SMTP session type
9147         * src/prefs_account.c
9148                 activated pop before smtp option
9149         * src/send.c
9150                 do pop before smtp if the relevant option 
9151                 is set
9152
9153 2002-09-15 [paul]       0.8.2claws47
9154
9155         * sync with 0.8.3
9156                 see ChangeLog 2002-09-15
9157
9158 2002-09-14 [paul]       0.8.2claws46
9159
9160         * po/bg.po
9161                 updated Bulgarian translation, submitted by
9162                 George Danchev
9163
9164 2002-09-13 [paul]       0.8.2claws45
9165
9166         * src/compose.c
9167                 merge claws' select_account() with main's
9168                 (new) compose_select_account(). [sync with
9169                 0.8.2cvs15, see ChangeLog 2002-09-11]
9170
9171 2002-09-12 [christoph]  0.8.2claws44
9172
9173         * src/filter.c
9174                 allocate 1 elements of FolderItem not 0
9175
9176 2002-09-12 [colin]      0.8.2claws43
9177
9178         * src/compose.c
9179                 Fix bug #590825 (obey Follow-up: poster)
9180
9181 2002-09-12 [colin]      0.8.2claws42
9182
9183         * src/procmime.c
9184                 Fix bug #557009 (wrong headers for messages 
9185                 forwarded as attachments)
9186
9187 2002-09-11 [colin]      0.8.2claws41
9188         
9189         * src/compose.c
9190                 Put SCF: pseudo-header on top of message
9191                 Set draft tmp_flag when saved as draft
9192
9193         * src/procmsg.c
9194           src/procheader.c
9195                 Skip after first \n\n for beginning of real message
9196                 for drafts too
9197
9198 2002-09-11 [christoph]  0.8.2claws40
9199
9200         * src/filtering.c
9201                 use procmsg flag functions in filtering or processing
9202                 will cause incorrect folder message counts
9203
9204 2002-09-11 [colin]      0.8.2claws39
9205
9206         * src/compose.c
9207                 Fix bug #550175 - wrong save folder when reediting
9208                 drafts
9209
9210 2002-09-11 [paul]       0.8.2claws38
9211
9212         * sync with 0.8.2cvs14
9213                 see ChangeLog 2002-09-11
9214
9215 2002-09-11 [colin]      0.8.2claws37
9216
9217         * src/folder.c
9218                 Fix a typo (seeming to cause new/unread status to
9219                 be lost)
9220
9221 2002-09-10 [christoph]  0.8.2claws36
9222
9223         * src/compose.c
9224                 compose_redirect should not use compose_generic_new
9225                 because that does more stuff than expected including
9226                 opening the external editor
9227                 (closes bug "[ 526608 ] bounced messages appear blank
9228                  in editor")
9229
9230 2002-09-10 [christoph]  0.8.2claws35
9231
9232         * src/folder.c
9233                 fix problem with too large message number range
9234                 causing a crash in folder_item_scan
9235
9236 2002-09-10 [paul]       0.8.2claws34
9237
9238         * sync with 0.8.2cvs13
9239                 see ChangeLog 2002-09-10
9240
9241 2002-09-10 [christoph]  0.8.2claws33
9242
9243         * src/msgcache.c
9244                 set MsgInfo TmpFlags for queue and draft folders
9245                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9246
9247 2002-09-10 [paul]       0.8.2claws32
9248
9249         * AUTHORS
9250           po/bg.po      ** NEW FILE **
9251                 new Bulgarian translation submitted by
9252                 George Danchev <danchev@spnet.net>
9253                 
9254         * tools/Makefile.am
9255           tools/README
9256           tools/tb2sylpheed     ** NEW FILE **
9257                 add script that converts an addressbook exported
9258                 from The Bat! into a Sylpheed addressbook. Submitted
9259                 by Urke MMI <urke-kg@eunet.yu>
9260
9261 2002-09-10 [paul]       0.8.2claws31
9262
9263         * sync with 0.8.2cvs12
9264                 see ChangeLog 2002-09-10
9265
9266 2002-09-06 [paul]       0.8.2claws30
9267
9268         * src/prefs_common.c
9269                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9270                 
9271         * tools/Makefile.am
9272           tools/README
9273           tools/ldif-to-xml.py  ** REMOVED **
9274                 remove obsolete python script
9275
9276 2002-09-06 [paul]       0.8.2claws29
9277
9278         * sync with 0.8.2cvs10
9279                 see ChangeLog 2002-09-06
9280
9281 2002-09-04 [paul]       0.8.2claws28
9282
9283         * sync with 0.8.2cvs9
9284                 see ChangeLog 2002-08-04
9285
9286 2002-09-04 [colin]      0.8.2claws27 
9287
9288         * src/prefs_common.[ch]
9289                 Added signature color configuration
9290         * src/textview.c
9291                 Use user-specified signature color
9292
9293 2002-09-03 [colin]      0.8.2claws26
9294
9295         * src/prefs_common.[ch]
9296                 Added autosave and autosave_length prefs
9297         * src/compose.c
9298                 Added compose_remove_draft()
9299                 Auto-save drafts according to the prefs
9300         * src/main.c
9301                 Added a crash-indicator file, allowing to check
9302                 for new messages on startup if Sylpheed crashed
9303                 (makes saved drafts "reappear")
9304
9305 2002-09-03 [colin]      0.8.2claws25
9306
9307         * src/textview.[ch]
9308                 Grey the signature
9309
9310 2002-09-03 [paul]       0.8.2claws24
9311
9312         * sync with 0.8.2cvs8
9313                 see ChangeLog 2002-09-02 and 2002-09-03
9314
9315 2002-09-03 [darko]      0.8.2claws23
9316
9317         * src/folderview.c
9318                 use normal style when creating new folder to pick
9319                 proper font size 
9320
9321 2002-09-02 [melvin]     0.8.2claws22
9322
9323         * src/gtkaspell.m4
9324                 removed some obsolete code
9325
9326 2002-09-02 [melvin]     0.8.2claws21
9327
9328         * ac/aspell.m4
9329                 fixed test's equality sign (== to =)
9330
9331 2002-09-02 [alfons]     0.8.2claws20
9332
9333         * src/folder.c
9334         * src/mh.c
9335                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9336                 as folder->destroy virtual as suggested by Hiro
9337                 (the mh.c code seems to have been lost around mh.c.1.21)
9338
9339 2002-09-02 [paul]       0.8.2claws19
9340
9341         * po/pt_BR.po
9342                 updated by Fabio Jr. Beneditto
9343                 
9344         * src/defs.h
9345                 use 'http://claws.sylpheed.org' for homepage link. 
9346                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9347
9348 2002-09-01 [alfons]     0.8.2claws18
9349
9350         * src/mh.c
9351                 plug memleak related to one Martin Kluge found
9352
9353 2002-08-31 [paul]       0.8.2claws17
9354
9355         * sync with 0.8.2cvs6
9356                 see ChangeLog 2002-08-30
9357
9358 2002-08-31 [alfons]     0.8.2claws16
9359
9360         * src/folder.c
9361                 folder_destroy(): remove mailbox from folderlist even if it has
9362                 no destroy virtual
9363
9364 2002-08-31 [alfons]     0.8.2claws15
9365
9366         * src/folder.c
9367                 :%sno/if(/if (/gc
9368                 :%sno/for(/for (/gc
9369                 (being pedantic I know)
9370
9371 2002-08-31 [alfons]     0.8.2claws14
9372
9373         * src/folder.c
9374                 check for NULL pointers returned from folder->fetch_msginfo virtual
9375                 (should solve some reported crashes)
9376
9377 2002-08-30 [alfons]     0.8.2claws13
9378
9379         * acconfig.h
9380         * configure.in
9381         * src/crash.c
9382                 enable crash dialog on compilation time
9383                 (--enable-crash-dialog configure option)
9384
9385 2002-08-30 [alfons]     0.8.2claws12
9386
9387         * AUTHORS
9388                 add Martin Kluge
9389         * src/mh.c
9390                 apply memory leak plug patch by Martin Kluge
9391                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9392                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9393                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9394
9395 2002-08-30 [darko]      0.8.2claws11
9396
9397         * src/folderview.c
9398                 copy Gtk style from normal style to match
9399                 font size for coloured folders
9400
9401 2002-08-29 [alfons]     0.8.2claws10
9402
9403         * sylpheed.desktop
9404                 Type=Internet <- Type=Application
9405                 (reported by Michael Schwendt, see:
9406                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9407                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9408
9409 2002-08-29 [paul]       0.8.2claws9
9410
9411         * sync with 0.8.2cvs5
9412                 see ChangeLog 2002-08-29
9413
9414 2002-08-29 [colin]      0.8.2claws8
9415
9416         * src/summaryview.c
9417                 Added a sanity check in summary_select_thread
9418                 Should fix bug 601605
9419
9420 2002-08-29 [colin]      0.8.2claws7
9421
9422         * src/main.c
9423                 Revert claws6 changes regarding bug #591676
9424
9425 2002-08-28 [colin]      0.8.2claws6
9426         
9427         * src/main.c
9428                 Ignore cache for queue folderitems
9429                 Fix bug #591676
9430
9431 2002-08-28 [melvin]     0.8.2claws5
9432
9433         * README.claws
9434                 Fixed typos.
9435
9436 2002-08-28 [melvin]     0.8.2claws4
9437
9438         * README.claws
9439                 Updated a bit the text concerning the spell checker
9440
9441 2002-08-28 [melvin]     0.8.2claws3
9442
9443         Merged the GNU_aspell_branch:
9444                 Support of new GNU/aspell is now included and the old pspell
9445                 is not supported anymore.
9446                 See README.claws
9447
9448         * README.claws
9449                 Updated spell checker text to reflect the switch to GNU/aspell
9450
9451         * ac/aspell.m4          *** NEW ***
9452         * src/gtkaspell.[ch]    *** NEW *** 
9453         * ac/pspell.m4          *** DELETED *** 
9454         * src/gtkspell.[ch]     *** DELETED ***
9455
9456         * ac/Makefile.am
9457                 Updated for GNU/aspell support
9458
9459         * po/POTFILES.in
9460                 Replaced gtkspell.c by gtkaspell.c
9461
9462         * acconfig.h
9463         * src/Makefile.am
9464         * src/about.c
9465         * src/compose.[ch]
9466         * src/crash.c
9467         * src/main.c
9468         * src/prefs_common.[ch]
9469                 Updated for GNU/aspell support
9470
9471 2002-08-28 [paul]       0.8.2claws2
9472
9473         * sync with 0.8.2cvs4
9474                 see ChangeLog 2002-08-27 and 2002-08-28
9475
9476 2002-08-28 [colin]      0.8.2claws1
9477
9478         * src/summary_search.c
9479                 Added "AND search"
9480
9481 2002-08-28 [jens]       0.8.2claws
9482
9483         *po/de.po
9484                 Updated German translations
9485
9486 2002-08-27 [melvin]     0.8.2claws
9487
9488         * po/fr.po
9489                 Updated French translations
9490
9491 2002-08-27 [paul]       0.8.2claws
9492
9493         * sync with 0.8.2 main release
9494
9495         * po/en_GB.po
9496           po/es.po
9497           po/it.po
9498           po/pl.po
9499           po/pt_BR.po
9500           po/sr.po
9501                 updated message catalogs submitted by
9502                 Ricardo Mones Lastra, Alessandro Maestri,
9503                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9504                 Beneditto and Urke MMI  
9505
9506 2002-08-27 [hoa]        0.8.1claws123
9507
9508         * src/mainwindow.[ch]
9509         * src/summaryview.[ch]
9510                 removed the "filter setting" menu option.
9511                 add a "cancel a news message" menu option.
9512
9513 2002-08-26 [martin]     0.8.1claws122
9514
9515         * ChangeLog.claws
9516                 changed string under 0.8.1claws79 changed by myself
9517                 i'm sorry alfons :(
9518
9519 2002-08-26 [martin]     0.8.1claws121
9520
9521         * src/crash.c
9522                 added kill command to debuggerrc to start crash dialog
9523
9524 2002-08-26 [paul]       0.8.1claws120
9525
9526         * sync with 0.8.1cvs31
9527                 see ChangeLog 2002-08-26
9528
9529 2002-08-25 [alfons]     0.8.1claws119
9530
9531         * src/procmsg.c
9532                 fix bug that didn't send out correct headers to news server
9533                 when sending news article and email from queue (bug reported
9534                 and patch provided by Tim Mann; closes bug 
9535                 "[ 583196 ] 0.7.8claws can't post news")
9536
9537 2002-08-25 [alfons]     0.8.1claws118
9538
9539         * src/selective_download.c
9540                 mark two strings as translatable
9541                 (thanks to Urke MMI for pointing this out)
9542
9543 2002-08-25 [alfons]     0.8.1claws117
9544
9545         * src/summaryview.c
9546                 treat sent boxes as special and allow sorting them by addressee
9547                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9548                 submitted by Steve Lamb)
9549
9550 2002-08-24 [alfons]     0.8.1claws116
9551
9552         * src/matcher.c
9553                 fix memleak reported by Martin Kluge
9554                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9555
9556 2002-08-24 [oliver]     0.8.1claws115
9557
9558         * src/prefs_toolbar.c
9559                 o code cleanup as suggested by Alfons
9560                 o memleak fix
9561
9562 2002-08-24 [alfons]     0.8.1claws114
9563
9564         * src/summaryview.c
9565                 o fix another memory leak reported by Martin Kluge
9566                   (see "[ 599568 ] Small Memory Leak")
9567                 o remove 'from' variable from 'summary_set_header()'; we can
9568                   do with just 'to' 
9569
9570 2002-08-24 [paul]       0.8.1claws113
9571
9572         * sync with 0.8.1cvs30
9573                 see ChangeLog 2002-08-23
9574
9575 2002-08-24 [alfons]     0.8.1claws112
9576
9577         * src/summaryview.c
9578                 remove unnecessary allocations for search bar fixing leaks
9579                 reported by Martin Kluge
9580                 (see "[ 599451 ] Further memory leaks?")
9581
9582 2002-08-24 [alfons]     0.8.1claws111
9583
9584         * src/main.c
9585                 make get_socket_name() public for crash.c
9586         * src/crash.c
9587                 o make report bug button work (goes to claws' 
9588                   bug tracker at sf.net)
9589                 o introduce function for doing important stuff just
9590                   before claws goes down
9591                 o clean up code 
9592
9593 2002-08-24 [alfons]     0.8.1claws110
9594
9595         * src/compose.c
9596                 move cursor to "To" entry when forwarding as attachment
9597                 (reported and solved by Steve Lamb, closes bug report
9598                 "[ 592880 ] Forward as attachment; cursor not in to")
9599
9600 2002-08-24 [colin]      0.8.1claws109
9601
9602         * src/mainwindow.c
9603                 fix quick search visibility after GUI (de)separations.
9604
9605 2002-08-23 [colin]      0.8.1claws108
9606
9607         * src/mainwindow.c
9608                 fix header pane visibility after folderview or
9609                 messageview (de)separation
9610
9611 2002-08-23 [paul]       0.8.1claws107
9612
9613         * src/mainwindow.[ch]
9614           src/toolbar.c
9615                 give full control of display or non-display 
9616                 of the Execute icon to Custom toolbar settings.
9617                 add new sensitivity condition to maninwindow.h: 
9618                 M_DELAY_EXEC
9619
9620         * ChangeLog
9621           ChangeLog.jp
9622           NEWS
9623                 more sync with 0.8.1cvs29
9624
9625 2002-08-23 [melvin]     0.8.1claws106
9626
9627         * src/alertpanel.c
9628                 Readded support for custom widget in alertpanel lost in last
9629                 sync.
9630
9631 2002-08-23 [paul]       0.8.1claws105
9632
9633         * sync with 0.8.1cvs29
9634                 see ChangeLog 2002-08-23
9635
9636 2002-08-23 [colin]      0.8.1claws104
9637
9638         * src/summaryview.c
9639                 Fix folder and search pixmaps exchanging positions
9640                 after theme or toolbar changes. Thank to Oliver for 
9641                 reporting this.
9642
9643 2002-08-23 [colin]      0.8.1claws103
9644
9645         * src/mainwindow.c
9646           src/messageview.[ch]
9647           src/noticeview.[ch]
9648           src/summaryview.c
9649                 Changed messageview_create() and noticeview_create()
9650                 to avoid the last gdk_warning
9651
9652 2002-08-22 [colin]      0.8.1claws102
9653
9654         * src/summaryview.c
9655                 Fix my new `Creating pixmap from xpm' warning
9656
9657 2002-08-22 [colin]      0.8.1claws101
9658
9659         * src/mainwindow.c
9660                 Fix some of the gdk warnings
9661
9662 2002-08-22 [colin]      0.8.1claws100
9663
9664         * src/Makefile.am
9665         * src/stock_pixmap.c
9666         * src/stock_pixmap.h
9667         * src/pixmaps/quicksearch.xpm *ADDED*
9668                 Add the quicksearch pixmap
9669         * src/mainwindow.c
9670         * src/summaryview.c
9671         * src/summaryview.h
9672                 Make quicksearch bar visible/hidden via a button
9673
9674 2002-08-22 [christoph]  0.8.1claws99
9675
9676         * src/folder.c
9677                 fix folder update for newsgroups with message
9678                 numbers below minimum number of articles to fetch
9679                 (closes bug #598445)
9680
9681 2002-08-22 [paul]       0.8.1claws98
9682
9683         * sync with 0.8.1cvs28
9684                 see ChangeLog 2002-08-22
9685
9686 2002-08-21 [alfons]     0.8.1claws97
9687
9688         * src/crash.c
9689                 use bt instead of bt full which seems to work 
9690                 better, and bt full doesn't give a great deal 
9691                 of information anyway
9692
9693 2002-08-21 [colin]      0.8.1claws96
9694
9695         * src/summaryview.c
9696                 fix summaryview_searchtype_changed prototype
9697
9698 2002-08-21 [christoph]  0.8.1claws95
9699
9700         * src/mainwindow.c
9701                 o fix broken menu update for sorting type, we have to
9702                   get this info from the summaryview now
9703                 o removed setting of threaded state in menu callback
9704         * src/summaryview.[ch]
9705                 more summaryview/folderitem seperation for
9706                 threading option
9707         * configure.in
9708                 removed not required --with-compiler-flags option
9709
9710 2002-08-21 [oliver]     0.8.1claws94
9711         
9712         * src/toolbar.h 
9713                 o rename toolbar.xml to toolbar_main.xml
9714                   since toolbar_compose.xml might come up 
9715                   any time soon
9716         * README.claws
9717                 add custom toolbar              
9718
9719 2002-08-21 [darko]      0.8.1claws93
9720
9721         * src/procmsg.c
9722                 don't reset tmp flags for messages copied
9723                 to sent folder
9724
9725 2002-08-21 [colin]      0.8.1claws92
9726         
9727         * src/prefs_filtering.c
9728                 fix renaming rules on folder rename 
9729                 when folder is not a leaf folder
9730
9731 2002-08-21 [paul]       0.8.1claws91
9732
9733         * src/prefs_folder_item.c
9734                 fix alignment of colour selector
9735
9736 2002-08-21 [paul]       0.8.1claws90
9737
9738         * sync with 0.8.1cvs27
9739                 see ChangeLog 2002-08-21
9740
9741 2002-08-21 [paul]       0.8.1claws89
9742
9743         * src/summaryview.c
9744                 fix crash when changing field type in
9745                 Quick search bar
9746
9747 2002-08-21 [colin]      0.8.1claws88
9748
9749         * src/summaryview.c
9750                 Made quick search case-insensitive
9751
9752 2002-08-21 [paul]       0.8.1claws87
9753
9754         * sync with 0.8.1cvs26
9755                 see ChangeLog 2002-08-21
9756
9757 2002-08-20 [christoph]  0.8.1claws86
9758
9759         * src/folderview.c
9760         * src/main.c
9761         * src/summaryview.[ch]
9762                 more summaryview/folderitem seperation for
9763                 sort_key and sort_type
9764         * src/procmsg.c
9765                 added missing return statement
9766
9767 2002-08-20 [colin]      0.8.1claws85
9768
9769         * src/summaryview.[ch]
9770                 Added a quick search box
9771         * src/mainwindow.c
9772         * src/prefs_common.[ch]
9773                 Added a show/hide option for the quick search
9774
9775 2002-08-20 [oliver]     0.8.1claws84
9776         
9777         * src/mainwindow.c
9778                 remove toolbar_create_popups
9779         * src/toolbar.[ch]
9780                 o remove toolbar_create_popups
9781                 o fix toolbar_set_sensitive 
9782                   (Bug reports #596834 and #596832)     
9783         * src/prefs_toolbar.c
9784                 o add "Set default" button
9785                 o align label and text + combo widgets
9786
9787 2002-08-20 [hoa]        0.8.1claws83bis
9788
9789         * src/imap.c
9790                 fixed a bug in imap_fetch_msginfo() in case there is no
9791                 current folder.
9792
9793 2002-08-20 [darko]      0.8.1claws83
9794
9795         * src/folderview.c
9796                 copy the color style of folder view so it
9797                 works with GTK themes
9798
9799 2002-08-20 [darko]      0.8.1claws82
9800
9801         * src/folder.h
9802         * src/folderview.c
9803         * src/prefs_folder_item.[hc]
9804                 don't use UI stuff in folder.h
9805
9806 2002-08-20 [darko]      0.8.1claws81
9807
9808         * src/folder.h
9809         * src/prefs_folder_item.h
9810         * src/folderview.c
9811         * src/prefs_folder_item.c
9812                 ability to set folder color in folderview
9813
9814 2002-08-19 [alfons]     0.8.1claws80
9815
9816         * src/summaryview.c
9817                 fix one of the earlier memleaks reported by Martin Kluge
9818
9819 2002-08-19 [alfons]     0.8.1claws79
9820
9821         * src/mainwindow.c
9822                 hide notice view when selecting seperate folder
9823                 view (reported by Urke MMI)
9824
9825 2002-08-19 [christoph]  0.8.1claws78
9826
9827         * src/folderview.c
9828         * src/prefs_folder_item.h
9829         * src/summaryview.[ch]
9830                 o add summary_set_prefs_from_folderitem to set
9831                   summaryview prefs (first step to remove all
9832                   references to the folderitem in summaryview)
9833                 o moved compiled regex stuff from folderitem prefs
9834                   to summaryview code
9835
9836 2002-08-19 [paul]       0.8.1claws77
9837
9838         * src/compose.c
9839                 add check for '.' to QUOTE_IF_REQUIRED
9840
9841 2002-08-19 [paul]       0.8.1claws76
9842
9843         * src/inc.c
9844                 sync with 0.8.1cvs25 (plug memory leak)
9845
9846         * src/prefs_toolbar.c
9847                 re-order prefs_toolbar_cancel()
9848
9849 2002-08-18 [alfons]     0.8.1claws75
9850
9851         * src/inc.c
9852         * src/matcher.c
9853                 plug other memleaks reported by Martin Kluge
9854
9855 2002-08-18 [paul]       0.8.1claws74
9856
9857         * po/pt_BR.po
9858                 updated by Fabio Jr. Beneditto
9859
9860 2002-08-18 [paul]       0.8.1claws73
9861
9862         * src/toolbar.[ch]
9863                 fix bug where tooltips were displayed untranslated              
9864
9865         * src/prefs_toolbar.c
9866                 fix bug where clicking 'Cancel' creates an icon & text
9867                 toolbar regardless of prefs
9868         
9869
9870 2002-08-17 [oliver]     0.8.1claws72
9871
9872         * src/prefs_toolbar.c
9873                 update toolbar on CANCEL
9874                 bug reported by Martin Kluge
9875         * src/toolbar.c
9876                 toolbar_destroy memleak fixed           
9877
9878 2002-08-17 [alfons]     0.8.1claws71
9879
9880         * src/toolbar.c
9881                 plug another memleak reported by Martin Kluge
9882
9883 2002-08-16 [alfons]     0.8.1claws70
9884
9885         * src/crash.c
9886                 use execvp() correctly (suggested by wwp; thanks!)
9887
9888 2002-08-16 [alfons]     0.8.1claws69
9889
9890         * src/gtksctree.c
9891                 plug memory leak reported by Kim Schultz & Martin Kluge
9892
9893 2002-08-16 [paul]       0.8.1claws68
9894
9895         * po/es.po
9896                 updated by Ricardo Mones Lastra
9897
9898 2002-08-16 [paul]       0.8.1claws67
9899
9900         * src/toolbar.h
9901                 fix bug where 'Compose News' icon showed wrong
9902                 tooltip
9903
9904 2002-08-16 [paul]       0.8.1claws66
9905
9906         * sync with 0.8.1cvs24
9907                 see ChangeLog 2002-08-16
9908
9909         * po/it.po
9910                 updated by Alessandro Maestri
9911
9912 2002-08-15 [paul]       0.8.1claws65
9913
9914         * po/sr.po
9915                 updated by Urke MMI
9916
9917 2002-08-15 [paul]       0.8.1claws64
9918
9919         * src/*.c
9920                 don't translate debug info
9921
9922         * src/matcher.[ch]
9923                 add copyright info
9924
9925 2002-08-15 [paul]       0.8.1claws63
9926
9927         * src/prefs_toolbar.c
9928                 fix bug where clicking 'OK' creates an icon & text
9929                 toolbar regardless of prefs
9930
9931 2002-08-14 [alfons]     0.8.1claws62
9932
9933         * src/main.c
9934                 add global var that has the full argv[0]
9935         * src/crash.c
9936                 o execvp the correct sylpheed by using argv0
9937                   and setting the correct work dir
9938                 o other tweaks  
9939
9940 2002-08-14 [oliver]     0.8.1claws61
9941         
9942         * enable/disable Toolbar Action Buttons 
9943         * code cleanups
9944         * src/mainwindow.c
9945         * src/toolbar.[ch]      
9946         * src/prefs_toolbar.c   
9947
9948 2002-08-14 [melvin]     0.8.1claws60
9949
9950         * po/fr.po
9951                 Updated French translations
9952
9953 2002-08-14 [melvin]     0.8.1claws59
9954
9955         * src/crash.c
9956                 Made bug report not translatable
9957         * src/exporthtml.c
9958                 Fixed exporthtml_build_filespec() return value
9959         * src/foldersel.c
9960                 Fixed incorrect include file
9961         * src/gtkspell.c
9962         * src/prefs_actions.c
9963         * src/prefs_toolbar.c
9964                 Made debug info not translatable
9965         * src/mutt.c
9966         * src/quote_fmt.c
9967                 Added missing includes
9968         * src/prefs_common.c
9969                 Fixed typo
9970
9971 2002-08-14 [paul]       0.8.1claws58
9972
9973         * faq/es/sylpheed-faq.html
9974           faq/es/sylpheed-faq-[1-3].html
9975           faq/es/sylpheed-faq-4.html     **NEW FILE **
9976                 update Spanish FAQ
9977
9978 2002-08-13 [christoph]  0.8.1claws57
9979
9980         * src/procmsg.c
9981                 ignore thread fix that did not mark all
9982                 child nodes of a ignored thread as
9983                 ignored. Does not work perfectly yet,
9984                 but it is better now
9985
9986 2002-08-13 [alfons]     0.8.1claws56
9987
9988         * src/crash.c
9989                 o implement 'save crash log'
9990                 o some tweaks
9991
9992 2002-08-13 [melvin]     0.8.1claws55
9993
9994         * src/main.c
9995                 removed unrequired "execinfo.h" header
9996
9997 2002-08-12 [paul]       0.8.1claws54
9998
9999         * faq/en/sylpheed-faq.html
10000           faq/en/sylpheed-faq-[1-3].html
10001           faq/en/sylpheed-faq-4.html     **NEW FILE **
10002                 update English FAQ
10003
10004 2002-08-12 [alfons]     0.8.1claws53
10005
10006         * po/POTFILES.in
10007                 add crash.c to translatables
10008         * src/crash.c
10009                 bring in Leandro's crash dialog
10010
10011 2002-08-11 [alfons]     0.8.1claws52
10012
10013         * src/crash.c
10014                 clean up some warnings
10015
10016 2002-08-11 [alfons]     0.8.1claws51
10017
10018         * acconfig.h
10019         * configure.in
10020         * src/crash.[ch]        ** NEW FILES **
10021         * src/main.c            
10022                 initial gdb crash handler
10023
10024 2002-08-11 [paul]       0.8.1claws50
10025
10026         * src/prefs_toolbar.c
10027                 replace Up/Down arrow pixmaps with text to be
10028                 consistent across icon themes
10029
10030 2002-08-11 [paul]       0.8.1claws49
10031
10032         * src/prefs_common.c
10033           src/prefs_toolbar.c
10034                 rename 'Pixmap' -> 'Icon'
10035
10036         * src/toolbar.[ch]
10037                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10038
10039 2002-08-10 [paul]       0.8.1claws48
10040
10041         * src/prefs_toolbar.c
10042                 re-work the UI
10043
10044 2002-08-10 [paul]       0.8.1claws47
10045
10046         * src/main.c
10047                 don't write Processing progress to status bar
10048                 patch submitted by Alexander Evseev
10049
10050         * src/prefs_toolbar.c
10051                 re-position and resize window
10052                 make window assume correct size on first call
10053
10054 2002-08-10 [paul]       0.8.1claws46
10055
10056         * src/mainwindow.c
10057           src/prefs_toolbar.c
10058           src/toolbar.c
10059           src/toolbar.h
10060                 obey coding style
10061                 follow UI text conventions
10062
10063 2002-08-10 [alfons]     0.8.1claws45
10064
10065         * src/toolbar.c
10066                 correct pixmap for delete action
10067
10068 2002-08-10 [paul]       0.8.1claws44
10069
10070         * po/pt_BR.po
10071                 updated by Fabio Jr. Beneditto
10072
10073 2002-08-10 [paul]       0.8.1claws43
10074
10075         * po/POTFILES.in
10076                 add custom toolbar files
10077
10078 2002-08-10 [paul]       0.8.1claws42
10079
10080         * sync with 0.8.1cvs22
10081                 see ChangeLog 2002-08-09
10082
10083 2002-08-09 [paul]       0.8.1claws41
10084
10085         * tools/Makefile.am
10086           tools/README
10087           tools/outlook2sylpheed.pl     ** NEW FILE **
10088                 add script to convert exported Outlook
10089                 contacts list to a Sylpheed addressbook.
10090                 Submitted by Ricardo Mones Lastra.
10091
10092 2002-08-09 [paul]       0.8.1claws40
10093
10094         * AUTHORS
10095           configure.in
10096           po/sr.po      ** NEW FILE **
10097                 add Serbian message catalog. Submitted by
10098                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10099
10100 2002-08-09 [paul]       0.8.1claws39
10101
10102         * sync with 0.8.1cvs21
10103                 see ChangeLog 2002-08-08
10104
10105 2002-08-08 [oliver]     0.8.1claws38
10106
10107         * src/mainwindow.c
10108                 move Custom Toolbar to Configuration menu
10109
10110 2002-08-08 [oliver]     0.8.1claws37
10111
10112         * src/prefs_toolbar.c
10113                 fix substitute pixmap bug
10114
10115 2002-08-08 [paul]       0.8.1claws36
10116
10117         * sync with 0.8.1cvs19
10118                 see ChangeLog 2002-08-08
10119
10120 2002-08-07 [christoph]  0.8.1claws35
10121
10122         * src/utils.c
10123                 fixed a memory leak in new canonicalize_file_replace
10124
10125 2002-08-07 [christoph]  0.8.1claws34
10126
10127         * src/utils.[ch]
10128                 o canonicalize_file_replace should create the temporary
10129                   file in the same directory as the original file.
10130                 o added get_tmpfile_in_dir that creates a temorary file
10131                   in a specified directory.
10132
10133 2002-08-07 [melvin]     0.8.1claws33
10134
10135         * src/toolbar.c
10136                 fixed bug where 'Article' button acted as 'Email' button.
10137
10138 2002-08-07 [paul]       0.8.1claws32
10139
10140         * sync with 0.8.1.cvs17
10141                 see ChangeLog 2002-08-07
10142
10143 2002-08-07 [colin]      0.8.1claws31
10144         
10145         * src/news.c
10146                 fix mass-cancel problem
10147
10148 2002-08-07 [thorsten]   0.8.1claws30
10149
10150         * src/prefs_toolbar.c
10151                 fix: crash on replace or add new button
10152         * src/toolbar.c
10153                 fix: close xmlfile after reading
10154         * src/utils.c
10155                 fix: unlink() file before rename()
10156
10157 2002-08-06 [paul]       0.8.1claws29
10158
10159         * sync with 0.8.cvs15
10160                 see ChangeLog 2002-08-06
10161
10162 2002-08-06 [oliver]     0.8.1claws28
10163
10164         * src/toolbar.c
10165         * src/prefs_toolbar.c
10166                 fixed empty toolbar issue
10167
10168 2002-08-06 [oliver]     0.8.1claws27
10169
10170         * Custom Toolbar Final 
10171         * src/folderview.c
10172         * src/inc.c
10173         * src/summaryview.c
10174                 o toolbar stuff now lives in src/toolbar.[ch]
10175                 o main_window_toolbar_* functions are renamed to
10176                   toolbar_* reflecting their new source file
10177         * src/mainwindow.[ch]
10178                 o remove toolbar stuff  
10179
10180 2002-08-06 [oliver]     0.8.1claws26
10181         
10182         * src/Makefile.am
10183         * src/prefs_toolbar.[ch]        **New File**
10184         * src/toolbar.[ch]              **New File**
10185                 o prefs_toolbar.[ch] custom toolbar frontend
10186                 o toolbar.[ch]       backend 
10187
10188 2002-08-06 [oliver]     0.8.1claws25
10189
10190         * src/prefs_actions.[ch]
10191                 o new exported function actions_execute
10192
10193 2002-08-06 [paul]       0.8.1claws24
10194
10195         * sync with 0.8.1cvs4
10196                 see ChangeLog 2002-08-06
10197
10198 2002-08-06 [paul]       0.8.1claws23
10199
10200         * sync with 0.8.1cvs13
10201                 see ChangeLog 2002-08-06
10202
10203 2002-08-06 [paul]       0.8.1claws22
10204
10205         * sync with 0.8.1cvs12
10206                 see ChangeLog 2002-08-05 and 2002-08-06
10207
10208 2002-08-06 [match]      0.8.1claws21
10209
10210         * src/addrclip.c
10211                 improvements to cut/copy/paste address
10212
10213 2002-08-05 [match]      0.8.1claws20
10214
10215         * src/addritem.[ch]
10216         * src/addrcache.c
10217         * src/addrbook.c
10218         * src/editaddress.c
10219         * src/addressbook.c
10220                 fixes to improve cut/copy/paste
10221
10222 2002-08-06 [melvin]     0.8.1claws19
10223
10224         * src/account.[ch]
10225                 account_find_all_from_address(): new function that returns the
10226                 list of all accounts that are matched in an address.
10227         * src/alertpanel.[ch]
10228                 alertpanel() now accepts a custom widget
10229                 alertpanel_with_widget(): new function that pops up a panel with
10230                 a custom widget in it 
10231         * src/gtkutils.[ch]
10232                 gtkut_account_menu_new(): new function that allows the selection
10233                 of an account from a list of accounts.
10234         * src/messageview.c
10235                 Extended Return Receipt notification to select the correct 
10236                 account and to make a security test on the Delivery-Notification
10237                 address which should be the same as the Return-Path.
10238
10239 2002-08-06 [thorsten]   0.8.1claws18
10240
10241         * src/mimeview.c
10242                 attach_all: save unnamed as "noname.%d",
10243                 dont free static dirname
10244
10245 2002-08-05 [alfons]     0.8.1claws17
10246
10247         * configure.in
10248                 detect XIM by trying to link rather than compile a XIM program
10249
10250 2002-08-05 [oliver]     0.8.1claws16
10251                 
10252         * src/stock_pixmap.[ch]
10253                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10254                 o new func to retrieve pixmaps
10255
10256 2002-08-05 [paul]       0.8.1claws15
10257
10258         * sync with 0.8.1cvs10
10259                 see ChangeLog 2002-08-05
10260
10261 2002-08-04 [alfons]     0.8.1claws14
10262
10263         * src/textview.c
10264                 see if this plugs memleak
10265
10266 2002-08-04 [melvin]     0.8.1claws13
10267
10268         * src/gtkspell.c
10269                 fixed bug that could crash Sylpheed when highlighting
10270                 all misspelled words.
10271
10272 2002-08-03 [melvin]     0.8.1claws12
10273
10274         * src/prefs_actions.c
10275                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10276         * src/messageview.c
10277                 fixed bug where the Return Receipt was sent to
10278                 Delivery-Notification-To address even if it was not present
10279
10280 2002-08-02 [alfons]     0.8.1claws11
10281
10282         * src/prefs_actions.c
10283                 o more check for NULLs
10284                 o put create_io_dialog() in right conditional block
10285
10286 2002-08-02 [paul]       0.8.1claws10
10287
10288         * po/es.po
10289                 updated by Ricardo Mones Lastra
10290
10291 2002-08-01 [christoph]  0.8.1claws9
10292
10293         * src/folder.c
10294                 don't free the cache of the opened
10295                 folder in the summaryview
10296         * src/summaryview.c
10297                 don't unset flags, if it is not required
10298
10299 2002-08-01 [paul]       0.8.1claws8
10300
10301         * sync with 0.8.1cvs8
10302                 see ChangeLog entry 2002-08-01
10303
10304 2002-08-01 [paul]       0.8.1claws7
10305
10306         * sync with 0.8.1cvs7
10307                 see ChangeLog 2002-07-31 and 2002-08-01
10308
10309 2002-07-31 [christoph]  0.8.1claws6
10310
10311         * src/mainwindow.c
10312                 forgot to update menu sensitivity
10313                 function for new menu entry
10314
10315 2002-07-31 [alfons]     0.8.1claws5
10316
10317         * src/main.c
10318                 check folder item and its path for NULL on
10319                 initial processing
10320
10321 2002-07-31 [christoph]  0.8.1claws4
10322
10323         * src/folder.c
10324                 check if folder_item_get_msginfo in
10325                 folder_item_remove_msg returned NULL
10326         * src/imap.c
10327                 better clear the uid cache in the
10328                 uid validity check function and delete
10329                 cached messages
10330
10331 2002-07-31 [paul]       0.8.1claws3
10332
10333         * man/sylpheed.1
10334                 add the '--attach' option and a few other
10335                 minor changes
10336
10337 2002-07-31 [paul]       0.8.1claws2
10338
10339         * sync with 0.8.1cvs5
10340                 see ChangeLog 2002-07-31
10341
10342 2002-07-31 [christoph]  0.8.1claws1
10343
10344         * src/folderview.[ch]
10345         * src/mainwindow.c
10346                 replace "Rescan all folders..." with
10347                 "Check all folders for new messages..."
10348
10349 2002-07-30 [paul]       0.8.1claws
10350
10351         * version 0.8.1claws released
10352
10353 2002-07-30 [paul]       0.8.0claws29
10354
10355         * tools/OOo2sylpheed.pl ** NEW FILE **
10356           tools/README
10357                 add script to enable sending documents as
10358                 attachments from OpenOffice.org
10359
10360 2002-07-30 [melvin]     0.8.0claws28
10361
10362         * src/prefs_actions.c
10363                 Made the actions' input/output dialog display
10364                 without delay.
10365
10366 2002-07-30 [christoph]  0.8.0claws27
10367
10368         * src/procmsg.c
10369                 check if folder_item_get_msginfo in
10370                 procmsg_save_to_outbox returned NULL
10371
10372 2002-07-30 [paul]       0.8.0claws26
10373
10374         * sync with 0.8.1cvs4
10375                 see ChangeLog 2002-07-29
10376
10377 2002-07-29 [thorsten]   0.8.0claws25
10378
10379         * README.claws
10380                 added selective download, delete on server
10381
10382 2002-07-29 [paul]       0.8.0claws24
10383
10384         * sync with 0.8.1cvs3
10385                 see ChangeLog 2002-07-29
10386
10387 2002-07-27 [christoph]  0.8.0claws23
10388
10389         * src/folder.c
10390                 add extra check if fetching the msginfo
10391                 returned NULL
10392
10393 2002-07-27 [paul]       0.8.0claws22
10394
10395         * sync with 0.8.1cvs2
10396                 see ChangeLog 2002-07-26
10397
10398 2002-07-27 [christoph]  0.8.0claws21
10399
10400         * src/imap.c
10401                 add another check if a valid msginfo
10402                 was returned
10403
10404 2002-07-26 [hoa]        0.8.0claws20
10405
10406         * src/folder.c
10407                 Fixed a condition in folder_item_destroy()
10408
10409         * src/imap.c
10410                 Fixed an error in IMAP protocol
10411
10412 2002-07-26 [alfons]     0.8.0claws19
10413
10414         * src/folder.c
10415                 ofcourse compare with identifier, not the path
10416
10417 2002-07-26 [alfons]     0.8.0claws18
10418
10419         * src/folder.c
10420                 use folder item identifier for saving / restoring
10421                 preferences because folder->path might not be unique
10422
10423 2002-07-26 [melvin]     0.8.0claws17
10424
10425         * src/logwindow.c
10426                 Fixed a crash introduced in 0.8.0claws5 when log is 
10427                 cut under 80 characters.
10428
10429 2002-07-26 [paul]       0.8.0claws16
10430
10431         * sync with 0.8.1cvs1
10432                 see ChangeLog 2002-07-26
10433
10434 2002-07-26 [christoph]  0.8.0claws15
10435
10436         * src/imap.[ch]
10437                 imap folder now remembers the last selected
10438                 folder and imap_fetch_msginfo skips selecting
10439                 the folder if it is already selected
10440
10441 2002-07-26 [christoph]  0.8.0claws14
10442
10443         * src/folder.c
10444         * src/folderview.c
10445         * src/imap.c
10446                 fix imap folder rescanning
10447
10448 2002-07-25 [christoph]  0.8.0claws13
10449
10450         * src/filter.c
10451         * src/folder.[ch]
10452         * src/folderview.c
10453         * src/imap.[ch]
10454         * src/mainwindow.c
10455         * src/mbox_folder.c
10456         * src/mh.c
10457         * src/news.c
10458                 implement imap uid cache and uid validity check
10459
10460 2002-07-25 [alfons]     0.8.0claws12
10461
10462         * src/summaryview.c
10463                 fix a brown paper bag bug, and also add some more
10464                 checks
10465
10466 2002-07-25 [christoph]  0.8.0claws11
10467
10468         * src/folder.c
10469                 don't mix copy, fetch_msginfo and remove
10470                 operations in folder item copy and move
10471                 operations
10472
10473 2002-07-25 [christoph]  0.8.0claws10
10474
10475         * src/folderview.c
10476         * src/mainwindow.c
10477         * src/prefs_folder_item.c
10478         * src/summaryview.[ch]
10479                 remove no longer required parameter update_cache from
10480                 summary_show
10481
10482 2002-07-25 [paul]       0.8.0claws9
10483
10484         * sync with 0.8.1
10485         
10486         * AUTHORS
10487                 a few corrections
10488
10489 2002-07-24 [alfons]     0.8.0claws8
10490
10491         * src/summaryview.c
10492                 sort correctly when using simplified subject line
10493                 (closes feature request "[ 585141 ] applying regexp to subject 
10494                 before sort" submitted by Alexandra Walford)
10495
10496 2002-07-24 [paul]       0.8.0claws7
10497
10498         * sync with 0.8.0cvs3
10499                 see ChangeLog 2002-07-24
10500
10501 2002-07-23 [christoph]  0.8.0claws6
10502
10503         * src/folder.c
10504         * src/folder.h
10505         * src/summaryview.c
10506         * src/summaryview.h
10507         * src/main.c
10508                 o separate processing and summaryview
10509                 o removed summary_write_cache from summaryview
10510                 o removed summaryview->killed_messages, because we don't have
10511                   to keep a list of killed messages anymore. New cache will
10512                   keep the hidden messages in cache anyway
10513         * src/folderview.c
10514         * src/inc.c
10515         * src/selective_download.c
10516                 o removed unnecessary summary_write_cache calls
10517         * src/procmsg.c
10518                 o don't set ignore thread flag in procmsg_get_thread_tree
10519                   if it is already set
10520         * src/mainwindow.c
10521         * src/statusbar.h
10522                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10523                   they are used in different files
10524
10525 2002-07-23 [melvin]     0.8.0claws5
10526
10527         * src/addressbook.c
10528         * src/addrgather.c
10529         * src/editaddress.c
10530         * src/editgroup.c
10531         * src/editldap_basedn.c
10532         * src/importldif.c
10533         * src/prefs_common.c
10534                 Fixed few memory leak (gtk_editable_get_chars returns
10535                 an allocated string)
10536         * src/logwindow.c
10537                 Fixed few memory leak (gtk_editable_get_chars returns
10538                 an allocated string) and modified a little the log cutting
10539                 loop.
10540         * src/compose.c
10541                 Replaced a call to an obsolete function gtk_entry_get_text()
10542                 by gtk_editable_get_chars()
10543         * src/send.c
10544                 Removed a debug printf
10545
10546 2002-07-23 [christoph]  0.8.0claws4
10547
10548         * src/filesel.c
10549                 fix another g_dirname memory leak
10550
10551 2002-07-23 [christoph]  0.8.0claws3
10552
10553         * src/mh.c
10554                 fixed a memory leak in mh_fetch_msginfo
10555                 fixed crash when message header could not be
10556                 parsed
10557
10558 2002-07-23 [paul]       0.8.0claws2
10559
10560         * sync with 0.8.0cvs2
10561                 see ChangeLog 2002-07-23
10562
10563 2002-07-23 [paul]       0.8.0claws1
10564
10565         * sync with 0.8.0cvs1
10566                 see ChangeLog 2002-07-23
10567
10568 2002-07-23 [paul]       0.8.0claws
10569
10570         * release of 0.8.0claws
10571
10572 2002-07-23 [paul]       0.7.8claws99
10573
10574         * po/ru.po
10575                 new Russian translation, submitted by
10576                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10577
10578 2002-07-22 [jens]       0.7.8claws98
10579
10580         * po/de.po
10581                 Updated German translations.
10582
10583 2002-07-22 [paul]       0.7.8claws97
10584
10585         * po/es.po
10586           po/it.po
10587           po/nl.po
10588           po/pt_BR.po
10589                 updated translations by Ricardo Mones Lastra,
10590                 Alessandro Maestri, Wilbert Berendsen and 
10591                 Fabio Jr. Beneditto respectively
10592
10593 2002-07-22 [christoph]  0.7.8claws96
10594
10595         * src/mimeview.c
10596                 fix memory leak caused by wrong g_dirname usage
10597
10598 2002-07-22 [christoph]  0.7.8claws95
10599
10600         * src/summaryview.c
10601                 update new and unread message counts for summaryview
10602                 summaryview does not get it from the folder anymore
10603                 and has to update the values itself
10604
10605 2002-07-22 [melvin]     0.7.8claws94
10606
10607         * po/fr.po
10608                 Updated French translations.
10609
10610 2002-07-22 [christoph]  0.7.8claws93
10611
10612         * src/matcher.c
10613                 set prop->preg pointer to NULL or following check
10614                 will not fail and regexec will be called with
10615                 invalid pointer
10616
10617 2002-07-21 [alfons]     0.7.8claws92
10618         
10619         * src/prefs_common.[ch]
10620                 remove option "Send return receipt on request"
10621
10622 2002-07-21 [thorsten]   0.7.8claws91
10623
10624         * src/mimeview.c
10625                 fixed memleaks, coding style as pointed out by alfons
10626
10627 2002-07-21 [alfons]     0.7.8claws90
10628
10629         * src/messageview.c
10630         * src/noticeview.[ch]
10631                 o fix bug notice view being displayed when going to empty folder 
10632                   (noticed by Christoph)
10633                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10634                   (noticed by Thorsten)
10635
10636 2002-07-21 [thorsten]   0.7.8claws89
10637
10638         * src/mimeview.c
10639                 Included save_all patch from Xaview FACQ
10640                 added support for pathnames
10641
10642 2002-07-21 [alfons]     0.7.8claws88
10643
10644         * po/POTFILES.in
10645         * src/Makefile.am
10646         * src/mainwindow.c
10647         * src/messageview.[ch]
10648         * src/noticeview.c      ** NEW FILE **
10649         * src/noticeview.h      ** NEW FILE **
10650                 make return receipts work again
10651                 (UI idea by Leandro Pereira)
10652
10653 2002-07-21 [paul]       0.7.8claws87
10654
10655         * src/summaryview.c
10656                 fix sensitivity of 'Select thread'
10657
10658 2002-07-21 [paul]       0.7.8claws86
10659
10660         * src/prefs_common.c
10661                 add browser command line for Galeon
10662
10663 2002-07-21 [paul]       0.7.8claws85
10664
10665         * Makefile.am
10666                 fix 'EXTRA_DIST': remove README.README, add TODO
10667                 and TODO.claws
10668
10669 2002-07-21 [alfons]     0.7.8claws84
10670
10671         * src/gtkstext.c
10672                 make enter clear selection
10673                 (closes "[ 579888 ] Editor selection/entry error"
10674                 reported by Steve Lamb)
10675
10676 2002-07-21 [alfons]     0.7.8claws83
10677         
10678         * src/summaryview.c
10679                 sort message list when selecting unthread messages
10680                 (closes "[ 501593 ] switching threaded view doesn't sort"
10681                 reported by Simon Schubert)
10682
10683 2002-07-20 [alfons]     0.7.8claws82
10684         
10685         * src/matcher.c
10686                 const-correctness
10687
10688 2002-07-20 [thorsten]   0.7.8claws81
10689
10690         * src/matcher.c
10691                 Fixed expansion of empty fields in matchactions
10692
10693 2002-07-19 [melvin]     0.7.8claws80
10694
10695         * src/gtkspell.c
10696                 Removed a duplicate menu entry (fast mode) introduced during
10697                 the new cache merge
10698                 Added a menu separator between 'Use alternate' and 'Fast mode'
10699
10700 2002-07-19 [paul]       0.7.8claws79
10701
10702         * tools/Makefile.am
10703           tools/README
10704                 correct typos
10705
10706 2002-07-19 [thorsten]   0.7.8claws78
10707
10708         * tools/calypso_convert.pl      ** NEW FILE **
10709           tools/README
10710           tools/Makefile.am
10711                 script to import mbox files exported
10712                 by calypso
10713                 o generates folder structure
10714                 o includes attachments
10715
10716 2002-07-19 [melvin]     0.7.8claws77
10717
10718         * src/selective_download.[ch]
10719                 Fixed bug where closing the dialog with the window manager's
10720                 close button will not unlock the summary
10721                 Corrected some function declarations that missed a return value
10722                 Made the source code comply better with coding style.
10723         * src/prefs_common.c
10724                 Added new browser command line for Mozilla.
10725
10726 2002-07-18 [paul]       0.7.8claws76
10727
10728         * src/mainwindow.c
10729           src/selective_download.[ch]
10730                 reflect theme changes, fix Gdk Warning when creating 
10731                 pixmap from NULL window, and minor clean up.
10732                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10733
10734         * po/en_GB.po
10735                 updated
10736
10737 2002-07-17 [paul]       0.7.8claws75
10738
10739         * INSTALL[.jp]
10740                 sync with 0.8.0
10741         
10742         * po/en_GB.po
10743                 updated
10744
10745 2002-07-16 [paul]       0.7.8claws74
10746
10747         * tools/filter_conv.pl
10748           tools/README
10749                 replace conversion script with reimplemented version, 
10750                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10751
10752 2002-07-16 [colin]      0.7.8claws73
10753
10754         * src/summaryview.c
10755                 remove forgotten debug messages - sorry ;-)
10756
10757 2002-07-16 [colin]      0.7.8claws72
10758
10759         * src/mimeview.c
10760           src/summaryview.c
10761           src/textview.c
10762           src/textview.h
10763                 add the ability to select part of a text mime-part 
10764                 to reply.
10765
10766 2002-07-15 [christoph]  0.7.8claws71
10767
10768         * src/folder.c
10769                 fix folder message count for folders without
10770                 msg_is_changed (includes news folders)
10771
10772 2002-07-15 [martin]     0.7.8claws70
10773
10774         * src/summaryview.c
10775                 option "display recipient on 'From'..." now works
10776                 without the need of enabling the option
10777                 "display  sender  using  address  book".
10778
10779 2002-07-15 [christoph]  0.7.8claws69
10780
10781         * src/summaryview.c
10782                 removed setting folder status from summaryview.
10783                 folder.c should update all message counts correctly.
10784
10785 2002-07-15 [paul]       0.7.8claws68
10786
10787         * po/pt_BR.po
10788                 updated by Fabio Junior Beneditto
10789
10790 2002-07-15 [darko]      0.7.8claws67
10791
10792         * src/mh.c
10793                 Fixed target folder colorization, don't decrease op
10794                 number twice
10795
10796 2002-07-14 [paul]       0.7.8claws66
10797
10798         * sync with main 0.8.0
10799                 see ChangeLog 2002-07-14
10800
10801 2002-07-13 [melvin]     0.7.8claws65
10802         
10803         * src/addrbook.c
10804         * src/addressbook.c
10805         * src/addrindex.c
10806                 Replaced sprintf by g_snprintf to prevent possible buffer
10807                 overflow.
10808         * src/news.c
10809                 Corrected a log message output format.
10810                 Added a missing "done" debug output.
10811         * src/compose.c
10812                 Added keyboard accelerator for Priority menu items
10813                 Added missing \n in debug output
10814         * src/logwindow.c
10815         * src/gtkspell.c
10816         * src/rfc2015.c
10817                 Added missing \n in debug output
10818
10819 2002-07-13 [paul]       0.7.8claws64
10820
10821         * man/sylpheed.1
10822                 change Sergey's email address to the sf address
10823
10824         * src/textview.c
10825                 increase show_url_timeout (more useful for long
10826                 urls)
10827
10828 2002-07-12 [sergey]     0.7.8claws63
10829
10830         * src/rfc2015.c
10831                 applied (with some modifications) patch to set the
10832                 micalg parameter for signatures
10833                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10834
10835 2002-07-12 [sergey]     0.7.8claws62
10836
10837         * man/Makefile.am
10838         * configure.in
10839                 fixed man page installation
10840
10841 2002-07-12 [paul]       0.7.8claws61
10842
10843         * sync with 0.7.8cvs26
10844                 see ChangeLog 2002-07-11 and 2002-07-12
10845
10846 2002-07-11 [christoph]  0.7.8claws60
10847
10848         * src/compose.c
10849         * src/procmsg.c
10850                 first use the message number to find the message
10851                 to mark with a reply flag but check the
10852                 message-id if we got the correct message, if not
10853                 try to find it by message-id.
10854                 use new string seperator that is not allowed
10855                 in message-ids.
10856
10857 2002-07-11 [paul]       0.7.8claws59
10858
10859         * sync with 0.7.8cvs23
10860                 see ChangeLog 2002-07-10
10861
10862 2002-07-10 [christoph]  0.7.8claws58
10863
10864         * src/folder.[ch]
10865         * src/msgcache.[ch]
10866                 Added message-id table to the cache in memory
10867                 and functions to msgcache.c and folder.c to
10868                 fetch MsgInfos by message id
10869         * src/compose.c
10870         * src/procmsg.c
10871                 store folder and message-id of message replying
10872                 to in queue header and set reply flag after sending
10873                 (Closes bug #469498)
10874
10875 2002-07-10 [paul]       0.7.8claws57
10876
10877         * AUTHORS
10878           man/sylpheed.1.gz
10879                 add Martin to the list of authors
10880
10881 2002-07-09 [martin]     0.7.8claws56
10882         * src/gtksctree.c
10883                 Added gtk_ctree_last_visible(), tree_update_level(),
10884                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10885                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10886                 from gtk+ to gtksctree.c for the new sorting code
10887                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10888                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10889         * src/gtksctree.h
10890                 Added declaration for gtk_sctree_sort_recursive() and
10891                 gtk_sctree_sort_node
10892         * src/addressbook.c
10893         * src/foldersel.c
10894         * src/folderview.c
10895         * src/summaryview.c
10896                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10897                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10898
10899 2002-07-08 [paul]       0.7.8claws55
10900
10901         * more sync with 0.7.8cvs21
10902                 see ChangeLog 2002-07-08
10903
10904 2002-07-08 [paul]       0.7.8claws54
10905
10906         * sync with 0.7.8cvs21
10907                 see ChangeLog 2002-07-08
10908
10909 2002-07-07 [alfons]     0.7.8claws53
10910
10911         * src/Makefile.am
10912         * src/stock_pixmap.[ch]
10913         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10914         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10915         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10916                 add new pixmaps for upcoming notice pane
10917
10918 2002-07-06 [melvin]     0.7.8claws52
10919
10920         * src/gtkspell.[ch]
10921                 Made them a bit closer to Sylpheed's coding style.
10922                 Removed old code.
10923                 Removed possible memory leaks when some errors occurs.
10924
10925 2002-07-06 [melvin]     0.7.8claws51
10926
10927         * po/Makefile.in.in
10928                 Removed --no-location in xgettext command line to help
10929                 translators that use Emacs' po-mode
10930         * src/quote_fmt.c
10931                 Removed unnecessary comments that messed up sylpheed.pot
10932
10933 2002-07-06 [paul]       0.7.8claws50
10934
10935         * sync with 0.7.8cvs19
10936                 see ChangeLog 2002-07-05
10937
10938 2002-07-06 [christoph]  0.7.8claws49
10939
10940         * src/folder.c
10941         * src/mainwindow.c
10942                 fix folder_item_remove_all_msg and folderview
10943                 status for trash folders after emptying trash
10944
10945 2002-07-05 [paul]       0.7.8claws48
10946
10947         * sync with 0.7.8cvs16
10948                 see ChangeLog 2002-07-04 and 2002-07-05
10949
10950 2002-07-04 [paul]       0.7.8claws47
10951
10952         * sync with 0.7.8cvs14
10953                 see  ChangeLog 2002-07-04
10954
10955 2002-07-03 [alfons]     0.7.8claws46
10956
10957         * src/folder.c
10958                 dupe folder item's path because it's being reallocated
10959                 by new folder scanning code
10960
10961 2002-07-03 [christoph]  0.7.8claws45
10962
10963         * src/imap.c
10964                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10965         * src/msgcache.c
10966                 add missing return in msgcache_write
10967
10968 2002-07-02 [thorsten]   0.7.8claws44
10969
10970         * src/jpilot.c
10971         * src/msgcache.c
10972         * src/rfc2015.c
10973                 use binary mode for file access
10974
10975 2002-07-02 [christoph]  0.7.8claws43
10976
10977         * major code cleanup (part 1)
10978         
10979                 - unused variables removed
10980                 - unused functions removed
10981                 - uninitialized variables checked
10982                 - missing return statements added
10983                 - missing function return types added
10984                 - added parentheses around assignment and
10985                   && in || when suggested by gcc
10986               
10987         * src/mh.c
10988         * src/folder.c
10989                 replaced direct calls to folder->scan_tree
10990                 with folder_scan_tree and restore folder
10991                 prefs in this function. The folder should
10992                 not have to deal with them.
10993                 ( Should now work for all folder types )
10994
10995 2002-07-02 [paul]       0.7.8claws42
10996
10997         * sync with 0.7.8cvs13
10998                 see ChangeLog 2002-07-01 and 2002-07-02
10999
11000 2002-07-01 [christoph]  0.7.8claws41
11001
11002         * src/summaryview.c
11003                 fix "goto next/prev unread message" with
11004                 ignored threads
11005
11006 2002-07-01 [paul]       0.7.8claws40
11007
11008         * po/es.po
11009                 updated by Ricardo Mones Lastra
11010
11011 2002-06-30 [match]      0.7.8claws39
11012
11013         * src/jpilot.c
11014                 applied variation of leonerd's patch (566661) to
11015                 allow multiple email addresses per JPilot entry.
11016                 addresses may be separated by space, comma, pipe,
11017                 semi-colon, new-line.
11018
11019 2002-06-30 [alfons]     0.7.8claws38
11020
11021         * src/procmsg.c
11022                 simple fix for putting older nodes before
11023                 newer nodes when threading by subject
11024
11025 2002-06-30 [christoph]  0.7.8claws37
11026
11027         * src/folder.c
11028         * src/folderview.c
11029         * src/mh.c
11030         * src/news.c
11031         * src/procmsg.c
11032                 fix broken folder tree rescaning
11033                 and don't use procmsg_get_mark_sum
11034                 anymore
11035
11036 2002-06-30 [christoph]  0.7.8claws36
11037
11038         * merge new cache branch
11039         * src/imap.c
11040                 fix new cache imap copy bug
11041         * src/folder.c
11042                 improved folder_item_scan
11043                 it should now always set the correct
11044                 new, unread and total message counts
11045
11046 2002-06-29 [paul]       0.7.8claws35
11047
11048         * configure.in
11049                 correct syntax error
11050
11051 2002-06-29 [paul]       0.7.8claws34
11052
11053         * configure.in
11054           Makefile.am
11055           man/Makefile.am       ** NEW FILE **
11056           man/sylpheed.1.gz     ** NEW FILE **
11057                 add Sylpheed man page
11058
11059 2002-06-29 [paul]       0.7.8claws33
11060
11061         * po/pt_BR.po
11062                 updated by Fabio Junior Beneditto
11063
11064 2002-06-28 [jens]       0.7.8claws32
11065
11066         * po/de.po
11067                 translation updated
11068
11069         * src/selective_download.c
11070                 removed gettext for space " "
11071
11072         * src/imap.c
11073                 removed wrong space
11074
11075 2002-06-28 [paul]       0.7.8claws31
11076
11077         * sync with 0.7.8cvs11
11078                 see ChangeLog 2002-06-28
11079
11080 2002-06-28 [paul]       0.7.8claws30
11081
11082         * sync with 0.7.8cvs10
11083                 see ChangeLog 2002-06-27 and 2002-06-28
11084
11085 2002-06-26 [paul]       0.7.8claws29
11086
11087         * src/addrgather.c
11088           src/selective_download.c
11089                 don't gettextise empty strings.
11090                 reserved by gettext. gettext("") returns 
11091                 the header entry with meta information, 
11092                 not the empty string
11093
11094         * po/en_GB.po
11095                 updated
11096
11097 2002-06-26 [paul]       0.7.8claws28
11098
11099         * sync with 0.7.8cvs7
11100                 see ChangeLog 2002-06-25
11101
11102         * src/prefs_common.c
11103                 ...and in the process, tweak the gui a little
11104
11105 2002-06-25 [alfons]     0.7.8claws27
11106         
11107         * configure.in
11108         * src/Makefile.am
11109                 fine tune ldap library detection
11110
11111 2002-06-25 [alfons]     0.7.8claws26
11112
11113         * src/compose.c
11114                 don't allow return receipts when composing a news article
11115
11116 2002-06-25 [paul]       0.7.8claws25
11117
11118         * Makefile.am
11119                 add '$(AMTAR)' to 'release' section to allow for
11120                 new and older autotools
11121
11122 2002-06-25 [paul]       0.7.8claws24
11123
11124         * src/summaryview.c
11125                 fix "No more unread messages" persistant pop-up
11126                 window bug
11127
11128 2002-06-25 [paul]       0.7.8claws23
11129
11130         * po/it.po
11131                 updated by Alessandro Maestri
11132
11133 2002-06-25 [paul]       0.7.8claws22
11134
11135         * sync with 0.7.8cvs6
11136                 see ChangeLog 2002-06-25
11137
11138 2002-06-24 [paul]       0.7.8claws21
11139
11140         * tools/update-po
11141                 add GPL copyright information
11142
11143 2002-06-24 [paul]       0.7.8claws20
11144
11145         * tools/Makefile.am
11146           tools/README
11147           tools/update-po       ** NEW FILE **
11148                 add script that eases the creation of *.po files
11149                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11150
11151 2002-06-23 [alfons]     0.7.8claws19
11152
11153         * src/messageview.c
11154                 make notification_convert_header obey const correctness
11155                 (next step will be fixing the broken return receipt)
11156
11157 2002-06-23 [paul]       0.7.8claws18
11158
11159         * src/messageview.c
11160                 fix bug introduced in last commit:
11161                 removed too much code in last commit - put back what's
11162                 needed
11163
11164 2002-06-23 [paul]       0.7.8claws17
11165
11166         * src/messageview.[ch]
11167                 remove code committed in error from locally patched
11168                 source
11169
11170 2002-06-23 [colin]      0.7.8claws16
11171
11172         * src/compose.[ch]
11173                 add compose_entry_select(), used to select the default_to
11174                 email address - hopefully avoiding people sending mails to
11175                 wrong recipients.
11176
11177 2002-06-22 [alfons]     0.7.8claws15
11178
11179         * AUTHORS
11180                 add Bram Metsch & Stanislav Karchebny
11181         * src/smtp.[ch]
11182         * src/prefs_account.[ch]
11183         * src/send.c
11184                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11185                   options.  (see <http://sourceforge.net/tracker/index.php
11186                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11187
11188                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11189                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11190
11191 2002-06-22 [paul]       0.7.8claws14
11192
11193         * sync with 0.7.8cvs5
11194                 see ChangeLog 2002-06-19 and 2002-06-20
11195
11196 2002-06-22 [alfons]     0.7.8claws13
11197
11198         * src/selective_download.c
11199                 fix a stupid mistake I made
11200
11201 2002-06-22 [alfons]     0.7.8claws12
11202
11203         * src/selective_download.[ch]
11204                 fix another unnoticed leak; cleanup code
11205
11206 2002-06-21 [alfons]
11207
11208         * tools/Makefile.am
11209                 gpg-sign <-- gpg-sign-syl
11210
11211 2002-06-21 [alfons]     0.7.8claws11
11212
11213         * src/selective_download.c
11214         * src/selective_download.h
11215                 fix assorted mix of allocation errors (should solve
11216                 problem reported by Philippe Gramoullé, see:
11217                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11218
11219 2002-06-20 [melvin]     0.7.8claws10
11220
11221         * tools/gpg-sign *REMOVED*
11222           tools/gpg-sign-syl *ADDED*
11223                 Replaced the gpg clearsigning script with the version using
11224                 xterm instead of ssh-askpass and changed its name.
11225
11226         * README.claws
11227                 Updated actions example to reflect the renaming of the
11228                 gpg clearsigning script.
11229
11230 2002-06-19 [paul]       0.7.8claws9
11231
11232         * sync with 0.7.8claws9
11233                 see ChangeLog 2002-06-18 and 2002-06-19
11234
11235 2002-06-19 [paul]       0.7.8claws8
11236
11237         * sync with 0.7.8cvs1
11238                 see ChangeLog 2002-06-18
11239
11240 2002-06-18 [alfons]     0.7.8claws7
11241
11242         * src/mainwindow.h
11243                 add omitted prototype
11244
11245 2002-06-17 [paul]       0.7.8claws6
11246
11247         * src/mainwindow.c
11248                 fix hiding of exec_btn
11249
11250 2002-06-17 [paul]       0.7.8claws5
11251
11252         * src/pop.c
11253                 remove unneeded code: should_delete() 
11254                 and Pop3State::uidl_todelete_list
11255
11256 2002-06-17 [paul]       0.7.8claws4
11257
11258         * sync with 0.7.8
11259                 see ChangeLog 2002-06-11 and 2002-06-13
11260
11261 2002-06-16 [alfons]     0.7.8claws3
11262         
11263         * src/folder.c
11264                 make sure lock sort mode (claws specific) is
11265                 also persists after a tree rescan
11266
11267 2002-06-16 [alfons]     0.7.8claws2
11268
11269         * src/prefs_folder_item.c
11270         * src/folder.[ch]
11271                 fix persistence of folder sort mode (broken
11272                 by adapting Hiro's new folder persistence code)
11273
11274 2002-06-16 [alfons]     0.7.8claws1
11275
11276         * AUTHORS
11277         * src/logwindow.c
11278         * src/prefscommon.[ch]
11279                 control size of log text in log window; 
11280                 closes patch #569155 submitted by Mitko Haralanov.
11281
11282 2002-06-15 [paul]       0.7.8claws
11283
11284         * release of 0.7.8claws
11285
11286 2002-06-15 [paul]       0.7.7claws
11287
11288         * po/pt_BR.po
11289                 updated by Fabio Junior Beneditto
11290
11291 2002-06-14 [paul]       0.7.6claws49
11292
11293         * po/es.po
11294                 updated by Ricardo Mones Lastra
11295
11296 2002-06-14 [paul]       0.7.6claws48
11297
11298         * po/nl.po
11299                 updated translation by Wilbert Berendsen
11300
11301 2002-06-14 [melvin]     0.7.6claws47
11302
11303         * po/fr.po
11304                 Updated French translation
11305
11306 2002-06-13 [paul]       0.7.6claws46
11307
11308         * src/filesel.c
11309                 allow filename to be typed in, rather than just
11310                 selected by the mouse. Patch by Gustavo Noronha Silva.
11311
11312 2002-06-13 [alfons]     0.7.6claws45
11313
11314         * src/mainwindow.[ch]
11315                 more cleanups (removing unnecessary menu items Expand 
11316                 summary / message view)
11317
11318 2002-06-13 [melvin]     0.7.6claws44
11319
11320         * po/POTFILES.in
11321                 Added src/string_match.c
11322         * src/string_match.c
11323                 Fixed possible buffer overflow.
11324                 Corrected typo.
11325                 Added missing config.h header.
11326         * src/prefs_common.c
11327           src/prefs_matcher.c
11328           src/prefs_scoring.c
11329                 Made some strings translatable (missing _(..)).
11330
11331 2002-06-13 [melvin]     0.7.6claws43
11332
11333         * README.claws
11334                 Corrected action example (verifying clearsigned mail).
11335         * src/prefs_account.c
11336                 Corrected typo.
11337         * src/prefs_common.c
11338                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11339
11340 2002-06-12 [alfons]     0.7.6claws42
11341
11342         * src/summaryview.c
11343                 add init of score column lost in 0.7.6claws42
11344
11345 2002-06-12 [paul]       0.7.6claws41
11346
11347         * src/prefs_account.c
11348                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11349                 behavior of the radio buttons, (from 0.7.7cvs2)
11350
11351 2002-06-11 [alfons]     0.7.6claws40
11352
11353         * src/messageview.[ch]
11354         * src/summaryview.[ch]
11355         * src/summary_search.c
11356         * src/mainwindow.c
11357                 perform a sync to bring in Hiro's separate view implementation 
11358
11359                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11360
11361 2002-06-11 [paul]       0.7.6claws39
11362         
11363         * src/prefs_account.c
11364                 correct a typo on the Receive tab
11365
11366 2002-06-10 [match]      0.7.6claws38
11367
11368         * src/addressbook.c
11369                 Included address completion patch from Gustavo Noronha.
11370
11371 2002-06-10 [paul]       0.7.6claws37
11372
11373         * src/inc.[ch]
11374           src/pop.c
11375           src/prefs_account.[ch]
11376           src/selective_download.[ch]
11377                 apply PATCH #561712
11378                  NEW:
11379                 - check if POP Account
11380                 - Receive Button renamed to Preview
11381                 - Preview Button Popup: preview new/all messages
11382                 - Download Button
11383                 - Account Preferences-->Receive tab checkbutton if you
11384                   want to remove Mail after Download
11385                 -: default YES
11386                 - Account Preferences-->Receive tab checkbutton use
11387                   filtering rules on preview
11388                   (think of delete_on_server)
11389                 -: default YES
11390                 - Account selectable from SD dialog
11391                 - checkbutton to show already downloaded messages if
11392                   all messages are previewed
11393                 - new clist column showing Date
11394                 - ESC KEY close
11395                 FIXES:
11396                 - play ball with UIDL
11397                 - fault tolerant (?) 
11398                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11399
11400 2002-06-10 [melvin]     0.7.6claws36
11401
11402         * README.claws
11403                 Added a hint to ac/README in cvs instructions.
11404
11405         * src/prefs_actions.c
11406                 Made it possible to use a more elaborate command line
11407                 for asynchronous actions, too.
11408
11409 2002-06-10 [melvin]     0.7.6claws35
11410         
11411         * src/prefs_actions.c
11412                 Make it possible to use a more elaborate command line
11413                 (e.g. |foo|bar|cat>there;echo Done|)
11414                 Corrected error message when calling %f, %F and %p commands
11415                 from the compose window.
11416
11417 2002-06-09 [colin]      0.7.6claws34
11418
11419         * src/summaryview.c
11420                 Automatically find unread messages in current folder
11421                 before annoying the user.
11422
11423 2002-06-08 [alfons]     0.7.6claws33
11424
11425         * po/it.po
11426                 remove bad formatting string in it.po translation
11427                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11428
11429 2002-06-08 [paul]       0.7.6claws32
11430
11431         * sync with 0.7.6cvs25
11432                 see ChangeLog 2002-06-07
11433
11434 2002-06-05 [paul]       0.7.6claws31
11435
11436         * src/mainwindow.c
11437                 add 'Sort by locked' and 'Sort by score'
11438
11439 2002-06-05 [paul]       0.7.6claws30
11440
11441         * sync with 0.7.6cvs24
11442                 see ChangeLog 2002-06-04
11443
11444 2002-06-04 [paul]       0.7.6claws29
11445
11446         * po/pt_BR.po
11447                 updated by Fabio Junior Beneditto
11448
11449 2002-06-03 [thorsten]   0.7.6claws28
11450
11451         * src/matcher.c
11452                 fclose() matcherrc after reading
11453
11454 2002-06-03 [paul]       0.7.6claws27
11455
11456         * sync with 0.7.6cvs21
11457                 see ChangeLog 2002-05-31
11458
11459 2002-05-31 [paul]       0.7.6claws26
11460
11461         * sync with 0.7.6cvs20
11462                 see ChangeLog 2002-05-29 and 2002-05-30
11463
11464 2002-05-31 [paul]       0.7.6claws25
11465
11466         * src/imap.c
11467                 hopefully fix last buggy sync
11468
11469         * README.claws
11470                 correct typo in 'Actions' examples
11471
11472 2002-05-29 [paul]       0.7.6claws24
11473
11474         * sync with 0.7.6cvs18
11475                 see ChangeLog 2002-05-28 and 2002-05-29
11476
11477         * src/news.c
11478           src/nntp.[ch]
11479                 sync with above 
11480
11481 2002-05-28 [paul]       0.7.6claws23
11482
11483         * sync with 0.7.6cvs16
11484                 see ChangeLog 2002-05-28
11485
11486 2002-05-27 [thorsten]   0.7.6claws22 
11487
11488         * faq/it/sylpheed-faq-1.html
11489           faq/it/sylpheed-faq-2.html
11490           faq/it/sylpheed-faq-3.html
11491           faq/it/sylpheed-faq.html
11492                 corrected DOS lineendings
11493         * faq/de/sylpheed-faq-1.html
11494           faq/de/sylpheed-faq-2.html
11495           faq/en/sylpheed-faq-1.html
11496           faq/en/sylpheed-faq-2.html
11497           faq/en/sylpheed-faq-3.html
11498           faq/es/sylpheed-faq-1.html
11499           faq/es/sylpheed-faq-2.html
11500           faq/es/sylpheed-faq-3.html
11501           faq/fr/sylpheed-faq-1.html
11502           faq/it/sylpheed-faq-1.html
11503           faq/it/sylpheed-faq-2.html
11504           faq/it/sylpheed-faq-3.html
11505           faq/it/sylpheed-faq.html
11506                 changed ">" to &quot;
11507
11508 2002-05-27 [paul]       0.7.6claws21
11509         
11510         * sync with 0.7.6cvs15
11511                 see ChangeLog 2002-05-27
11512
11513 2002-05-27 [paul]       0.7.6claws20
11514
11515         * src/prefs_account.c
11516                 correct a typo
11517
11518 2002-05-26 [paul]       0.7.6claws19
11519
11520         * tools/README
11521                 correct a typo
11522
11523 2002-05-25 [paul]       0.7.6claws18
11524
11525         * tools/README
11526                 add description of kmail2sylpheed.pl
11527
11528 2002-05-25 [paul]       0.7.6claws17
11529
11530         * tools/kmail2sylpheed.pl       ** NEW FILE **
11531                 perl script that converts an exported Kmail address
11532                 book, converts it to sylpheed addressbook file,
11533                 writes the file to .sylpheed, and updates
11534                 addrbook--index.xml 
11535
11536 2002-05-25 [paul]       0.7.6claws16
11537
11538         * sync with 0.7.6cvs14
11539                 see ChangeLog 2002-05-23
11540
11541 2002-05-24 [paul]       0.7.6claws15
11542
11543         * README.claws
11544                 make a correction and add some more info
11545
11546 2002-05-24 [paul]       0.7.6claws14
11547
11548         * src/compose.c
11549                 fix memory leak in 
11550                 compose_redirect_write_headers_from_headerlist()
11551                 add Subject and Resent-Message-ID to
11552                 compose_redirect_write_headers()
11553                 Received, Subject, and X-UIDL are filtered out in 
11554                 compose_redirect_write_to_file()
11555
11556 2002-05-23 [paul]       0.7.6claws13
11557
11558         * src/compose.[ch]
11559           src/filtering.c
11560           src/mainwindow.c
11561           src/matcher.[ch]
11562           src/matcher_parser_lex.l
11563           src/matcher_parser_parse.y
11564           src/prefs_common.[ch]
11565           src/prefs_filtering.c
11566           src/summaryview.c
11567                 rename 'Bounce' to 'Redirect'
11568
11569 2002-05-23 [paul]       0.7.6claws12
11570
11571         * more sync with 0.7.6cvs13
11572           src/compose.c
11573                 see ChangeLog 2002-05-22
11574
11575 2002-05-22 [paul]       0.7.6claws11
11576
11577         * sync with 0.7.6cvs13
11578           src/codeconv.c
11579                 see ChangeLog 2002-05-20
11580           src/prefs_common.c
11581                 see ChangeLog 2002-05-22
11582
11583 2002-05-21 [melvin]     0.7.6claws10
11584
11585         * src/folderview.c
11586                 Added missing filtering and scoring headers
11587                 Fixed bad function call that showed garbage 
11588                 in Folder->Processing
11589
11590 2002-05-21 [paul]       0.7.6claws9
11591
11592         * tools/Makefile.am
11593                 make all tools executable, (patch by Alfons).
11594
11595 2002-05-20 [alfons]     0.7.6claws8
11596
11597         * src/procheader.c
11598                 don't forget to call mktime() so we have a valid week 
11599                 and year day
11600                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11601
11602 2002-05-20 [paul]       0.7.6claws7
11603
11604         * src/html.c
11605                 fix broken parsing of urls
11606         * src/textview.c
11607                 fix displaying of urls
11608
11609                 both fixes from the patch [547855] by Eugene 
11610                 Brevdo (zonem)
11611
11612 2002-05-19 [alfons]     0.7.6claws6
11613
11614         * configure.in
11615                 make sylpheed configure correctly with the latest
11616                 and greatest of automake / autoconf / gettext
11617
11618 2002-05-19 [alfons]     0.7.6claws5
11619
11620         * src/procheader.c
11621         * src/procheader.h
11622                 add function for returning ime zone offset
11623         * src/quote_fmt.c
11624         * src/quote_fmt_parse.y
11625                 better quotation formatting - does not convert
11626                 to local time, but uses the original date string.
11627                 
11628                 Note: %z inserts the timezone offset (should 
11629                 work also on platforms where strftime does not
11630                 support %z).
11631
11632 2002-05-18 [christoph]  0.7.6claws4
11633
11634         * src/summaryview.c
11635                 fix indentation of some code
11636         * tools/Makefile.am
11637                 fix spaces after \
11638         * src/Makefile.am
11639                 add missing \
11640                 correct path for ignorethread.xpm
11641                 incorrect filename for sylpheed_logo.xpm
11642                 add missing include matcher_parser_parse.h
11643
11644 2002-05-18 [paul]       0.7.6claws3
11645
11646         * sync with 0.7.6cvs8
11647                 see ChangeLog 2002-05-16 and 2002-05-17
11648
11649 2002-05-18 [melvin]     0.7.6claws2
11650
11651         * README.claws
11652                 Corrected an action's definition and fixed some misspellings.
11653
11654 2002-05-18 [paul]       0.7.6claws1
11655
11656         * tools/Makefile.am
11657           tools/gpg-sign        ** new file **
11658           tools/uudec           ** new file **
11659                 add Melvin's Actions scripts
11660
11661         * README.claws
11662                 add Melvin's descriptions for Actions
11663
11664 2002-05-18 [paul]       0.7.6claws
11665
11666         * Version 0.7.6claws released
11667
11668 2002-05-17 [paul]       0.7.5claws32
11669
11670         * po/es.po
11671                 updated by Ricardo Mones Lastra
11672
11673 2002-05-17 [paul]       0.7.5claws31
11674
11675         * src/compose.c
11676                 fix Account prefs default folder for sent/draft/deleted
11677                 messages bug
11678
11679         * po/it.po
11680           po/nl.po
11681                 updated translation by Alessandro Maestri and
11682                 Wilbert Berendsen
11683
11684 2002-05-17 [melvin]     0.7.5claws30
11685
11686         * src/prefs_actions.c
11687                 Fixed bug where using %F not at the end of the command 
11688                 resulted in an additional empty argument being created.
11689                 Thanks to Darko Koruga for reporting the bug.
11690
11691 2002-05-17 [melvin]     0.7.5claws29
11692
11693         * po/fr.po
11694                 Updated French translations.
11695
11696 2002-05-15 [paul]       0.7.5claws28
11697         
11698         * po/es.po
11699                 updated by Ricardo Mones Lastra
11700
11701 2002-05-15 [paul]       0.7.5claws27
11702
11703         * sync with 0.7.6cvs4
11704                 see ChangeLog 2002-05-14 and 2002-05-15
11705
11706 2002-05-14 [paul]       0.7.5claws26
11707
11708         * sync with 0.7.6cvs1
11709                 see ChangeLog 2002-05-13
11710
11711 2002-05-13 [thorsten]   0.7.5claws25
11712
11713         * src/messageview.c
11714                 fix select_all and copy in multipart messages
11715         * src/mainwindow.c
11716                 fix select_all and copy in multipart messages
11717
11718 2002-05-12 [paul]       0.7.5claws24
11719
11720         * src/summaryview.c
11721                 reverse last commit, bug already fixed in 0.7.5claws3
11722
11723 2002-05-12 [netztorte]  0.7.5claws23
11724
11725         * src/summaryview.c
11726                 dont parse empty addressbook (checked in before claws20)
11727
11728 2002-05-12 [melvin]     0.7.5claws22
11729
11730         * src/procmsg.[ch]
11731                 Removed unneeded priority code introduced by the previous 
11732                 commit.
11733
11734 2002-05-12 [melvin]     0.7.5claws21
11735
11736         * src/compose.[ch]
11737                 Added possibility to set message's priority.
11738         * src/procmsg.[ch]
11739                 Added possibility to set message's priority.
11740                 Added missing headers
11741
11742 2002-05-12 [melvin]     0.7.5claws20
11743
11744         * src/prefs_actions.c
11745                 Removed implicitely added quotes around the name
11746                 of the temporary files of mime parts.
11747
11748 2002-05-12 [paul]       0.7.5claws19
11749
11750         * sync with 0.7.5cvs20
11751                 see ChangeLog 2002-05-11
11752
11753 2002-05-12 [alfons]     0.7.5claws18
11754
11755         * src/quote_fmt_lex.l
11756         * src/quote_fmt_parse.y
11757                 allow quote / reply date & time format to be set using
11758                 %D{format}. format is a format string you'd pass to
11759                 strftime() (see man strftime, or the Display tab |
11760                 Date format setting).
11761
11762                 Currently %D converts the date to local time. 
11763
11764 2002-05-11 [paul]       0.7.5claws17
11765
11766         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11767                 see ChangeLog 2002-05-10 and 2002-05-11
11768
11769 2002-05-10 [paul]       0.7.5claws16
11770
11771         * sync with 0.7.5cvs16
11772                 see ChangeLog entries 2002-05-09 and 
11773                 2002-05-10
11774
11775 2002-05-10 [colin]      0.7.5claws15
11776
11777         * src/textview.c
11778                 Corrected a bug that prevented sylpheed to open
11779                 double-clicked URIs.
11780
11781 2002-05-09 [paul]       0.7.5claws14
11782
11783         * sync with 0.7.5cvs14
11784                 see ChangeLog 2002-05-08 and 2002-05-09
11785
11786 2002-05-08 [paul]       0.7.5claws13
11787
11788         * sync with 0.7.5cvs11
11789                 see ChangeLog entry 2002-05-08
11790
11791 2002-05-08 [paul]       0.7.5claws12
11792
11793         * src/mainwindow.c
11794           src/textview.[ch]
11795                 fix segfault on View->Open in new window
11796                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11797
11798 2002-05-07 [paul]       0.7.5claws11
11799
11800         * sync with 0.7.5cvs9
11801                 see ChangeLog entry 2002-05-07
11802
11803 2002-05-06 [paul]       0.7.5claws10
11804
11805         * src/messageview.c
11806           src/textview.c
11807                 display url in statusbar on single-click
11808                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11809
11810 2002-05-06 [match]      0.7.5claws9
11811
11812         * src/addritem.[ch]
11813                 new functions.
11814         * src/addrcache.c
11815                 tidy up.
11816         * src/xmlprops.[ch]
11817                 XML implementation of properties file.
11818         * src/exporthtml.[ch]
11819         * src/expthtmldlg.[ch]
11820         * src/addressbook.c
11821                 export to HTML.
11822
11823 2002-05-02 [sergey]     0.7.5claws8
11824
11825         * src/mainwindow.c (mainwin_entries),
11826           src/prefs_common.c (prefs_send_create()),
11827           src/codeconv.c (locale_table):
11828                 use charset name "Windows-1251" instead of "CP1251".
11829
11830 2002-05-02 [colin]      0.7.5claws7
11831         
11832         * src/compose.c
11833           src/prefs_common.c
11834           src/prefs_folder_item.c
11835                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11836
11837 2002-05-02 [hiro]       0.7.5claws6
11838
11839         * src/imap.c
11840                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11841
11842 2002-05-02 [paul]       0.7.5claws5
11843
11844         * src/compose.c
11845                 more sync with 0.7.5cvs7, see ChangeLog entry
11846                 2002-05-02
11847
11848 2002-05-02 [hiro]       0.7.5claws4
11849
11850         * src/compose.c
11851                 compose_queue_sub():
11852                 check if queue folder exists (closes #550397).
11853                 removed directory creation since it should be handled
11854                 transparently.
11855         * src/imap.c
11856                 imap_add_msg(): return UID for appended message
11857                 (closes #548842).
11858
11859 2002-04-30 [paul]       0.7.5claws3
11860
11861         * src/summaryview.c
11862                 fix account_find_from_address() bug
11863
11864 2002-04-28 [colin]      0.7.5claws2
11865
11866         * src/compose.c
11867           src/textview.c
11868           src/prefs_common.[ch]
11869           src/utils.[ch]
11870                 Added user-definable quotation characters recognition.
11871
11872 2002-04-28 [paul]       0.7.5claws1
11873
11874         * sync with 0.7.5cvs4
11875                 see ChangeLog entry  2002-04-25
11876
11877 2002-04-28 [paul]       0.7.5claws
11878
11879         * po/es.po
11880           po/nl.po
11881           po/pt_BR.po
11882                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11883                 Fabio Junior Beneditto
11884
11885 2002-04-27 [jens]       0.7.4claws103
11886
11887         * po/de.po
11888                 updated German translation.
11889
11890 2002-04-27 [hiro]       0.7.4claws102
11891
11892         * src/summaryview.c
11893                 summary_write_cache(): fixed the mark loss of hidden messages.
11894
11895 2002-04-26 [melvin]     0.7.4claws101
11896
11897         * src/procmsg.c
11898                 fixed a second typo (same one)
11899         * po/fr.po
11900           po/it.po
11901           po/pt_BR.po
11902                 fixed the type again...
11903
11904 2002-04-26 [melvin]     0.7.4claws100
11905
11906         * src/procmsg.c
11907                 fixed a typo in an alert message ("temorary").
11908         * po/it.po
11909         * po/pt_BR.po
11910                 corrected the typo  described above.
11911         * po/fr.po
11912                 updated French translation.
11913
11914 2002-04-26 [darko]      0.7.4claws99
11915
11916         * src/summaryview.c
11917                 fix target folder colorization
11918
11919 2002-04-25 [paul]       0.7.4claws98
11920
11921         * po/it.po
11922                 updated by Alessandro Maestri
11923
11924 2002-04-24 [colin]      0.7.4claws97
11925         
11926         * src/compose.c
11927                 Fixed double "subject is empty" question.
11928
11929 2002-04-23 [colin]      0.7.4claws96
11930         
11931         * src/mimeview.c
11932                 Corrected issue when "automatically display images" was
11933                 not set : first image remained after selecting second.
11934
11935 2002-04-23 [melvin]     0.7.4claws95
11936
11937         * src/prefs_actions.c
11938                 Don't display in/out dialog if there is nothing to show.
11939
11940 2002-04-23 [paul]       0.7.4claws94
11941
11942         * sync with 0.7.5cvs3
11943                 bug fixes: see ChangeLog entry 2002-04-23
11944
11945 2002-04-22 [darko]      0.7.4claws93
11946
11947         * src/compose.c
11948                 fix previous check-in which changed code after
11949                 merge from main
11950
11951 2002-04-22 [paul]       0.7.4claws92
11952
11953         * faq/de/*
11954                 add German FAQ
11955         * faq/en/*
11956           faq/es/*
11957           faq/fr/*
11958                 update English, Spanish and French FAQs
11959         * manual/de/*
11960           manual/es/*
11961                 add German and Spanish manuals
11962         * manual/en/*
11963           manual/fr/*
11964                 update English and French manuals
11965
11966         * src/Makefile.am
11967                 add to and re-arrange the pixmap entries
11968
11969 2002-04-22 [darko]      0.7.4claws91
11970
11971         * src/compose.c
11972                 fix sender initials recognition to only allow
11973                 '>' after the initials
11974
11975 2002-04-21 [paul]       0.7.4claws90
11976
11977         * sync with 0.7.5 release
11978                 see ChangeLog entry 2002-04-21
11979
11980 2002-04-21 [alfons]
11981
11982         * src/Makefile.am
11983                 add colin's new pixmaps to EXTRA_DIST
11984
11985 2002-04-21 [colin]      0.7.4claws89
11986         * src/compose.c
11987         * src/inc.c
11988         * src/mainwindow.[ch]
11989         * src/prefs_common.[ch]
11990         * src/stock_pixmap.[ch]
11991                 Added "Work offline" ability.
11992
11993 2002-04-21 [colin]      0.7.4claws88
11994         
11995         * src/mimeview.c
11996         * src/prefs_common.c
11997         * src/prefs_common.h
11998         * src/textview.c : Added an option to common preferences -> display
11999           to allow user not to automatically display images.
12000
12001 2002-04-21 [paul]       0.7.4claws87
12002
12003         * sync with 0.7.4cvs52
12004                 see ChangeLog entry 2002-04-21 (src/imap.c)
12005
12006 2002-04-21 [paul]       0.7.4claws86
12007
12008         * sync with 0.7.4cvs51
12009                 see ChangeLog entry 2002-04-21
12010
12011 2002-04-21 [paul]       0.7.4claws85
12012
12013         * sync with 0.7.4cvs49
12014                 see ChangeLog entries 2002-04-20 and 2002-04-21
12015
12016         * src/Makefile.am
12017                 clean up: remove old 'stock_' element from xpm 
12018                 filenames.
12019
12020 2002-04-21 [alfons]     0.7.4claws84
12021
12022         apply sync patch from Paul
12023
12024         * src/folderview.c
12025                 use old claws prefs_folder_item_create() for now
12026
12027 2002-04-19 [match]      0.7.4claws83
12028
12029         * src/addressbook.[ch]
12030         * src/addrharvest.[ch]
12031         * src/addrgather.[ch]
12032                 recurse folders.
12033         * src/mainwindow.c
12034         * src/summaryview.[ch]
12035                 change menu option.
12036
12037 2002-04-19 [paul]       0.7.4claws82
12038
12039         * po/pt_BR.po
12040                 updated by Fabio Junior Beneditto
12041
12042 2002-04-14 [alfons]     0.7.4claws81
12043
12044         * src/passphrase.c
12045                 add #include <sys/types.h> for mode_t and off_t 
12046
12047 2002-04-13 [paul]       0.7.4claws80
12048         
12049         * src/main.c
12050           src/passphrase.[ch]
12051           src/pgptext.c
12052           src/prefs_common.[ch]
12053           src/rfc2015.c
12054                 enable storing of GnuPG passphrase for the whole 
12055                 session or a user-defined number of minutes. patch 
12056                 submitted by Ravemax <ravemax@dextrose.com>
12057
12058 2002-04-13 [alfons]     0.7.4claws79
12059
12060         * src/textview.c
12061                 make email parser also stop scanning when encountering separators
12062                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12063
12064 2002-04-13 [paul]       0.7.4claws78
12065
12066         * sync with 0.7.4cvs39
12067                 see ChangeLog entry 2002-04-12
12068
12069 2002-04-11 [paul]       0.7.4claws77
12070
12071         * sync with 0.7.4cvs37
12072                 see ChangeLog entry 2002-04-11
12073
12074 2002-04-11 [paul]       0.7.4claws76
12075
12076         * COPYING 
12077                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12078                 the clause for OpenSSL). sync with sylpheed main
12079
12080 2002-04-09 [melvin]     0.7.4claws75
12081
12082         * src/compose.c
12083                 Made 'Ctrl-Enter' on send ignore some modifiers 
12084                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12085                 to bind other *-Enter (but not Alt-Enter).
12086
12087 2002-04-09 [paul]       0.7.4claws74
12088
12089         * sync with 0.7.4cvs35
12090                 see ChangeLog entries 2002-04-09
12091
12092 2002-04-08 [paul]       0.7.4claws73
12093
12094         * sync with 0.7.4cvs33
12095                 see ChangeLog entry 200-04-08
12096
12097 2002-04-07 [match]      0.7.4claws72
12098
12099         * src/addrharvest.[ch]
12100                 fixed to read all addresses in header, regardless
12101                 of header size. improved name parsing. accommodate
12102                 harvest from folders and selected message.
12103         * src/addritem.[ch]
12104                 included new address parsing function.
12105         * src/addrgather.[ch]
12106         * src/addressbook.[ch]
12107         * src/summaryview.[ch]
12108         * src/mainwindow.c
12109                 allow address harvest of folder as well as selected
12110                 messages.
12111
12112 2002-04-07 [paul]       0.7.4claws71
12113
12114         * src/esmtp.[ch]
12115           src/smtp.c
12116                 don't try to authenticate with CRAM-MD5 in SMTP when 
12117                 SMTP-AUTH enabled if MTA doesn't issue this 
12118                 auth-method in it's ehlo-response. bug item #531364,
12119                 patch item #938910. patch submitted by Colin Leroy 
12120                 <colin@colino.net>
12121
12122 2002-04-07 [paul]       0.7.4claws70
12123
12124         * src/nntp.c
12125                 fix missing MODE_READER bug. patch submitted by
12126                 Colin Leroy <colin@colino.net>
12127
12128 2002-04-07 [alfons]     0.7.4claws69
12129
12130         * src/matcher.[ch]
12131         * src/prefs_filtering.c
12132         * src/summaryview.c
12133                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12134                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12135
12136 2002-04-07 [paul]       0.7.4claws68
12137
12138         * sync with 0.7.4cvs32
12139                 see ChangeLog entry 2002-04-06
12140
12141         * tools/filter_conv.pl
12142                 more bug fixes
12143
12144 2002-04-06 [paul]       0.7.4claws67
12145
12146         * tools/filter_conv.pl
12147                 modify to be able to find the name of the first
12148                 mailbox and use that. main's filter does not
12149                 record the full path to the mailbox and therefore
12150                 can only filter to the first mailbox.
12151
12152 2002-04-05 [paul]       0.7.4claws66
12153
12154         * tools/filter_conv.pl
12155                 attempt to make the script all-encompassing and
12156                 be able to convert any main 'filter' rule thrown
12157                 at it
12158
12159 2002-04-05 [paul]       0.7.4claws65
12160
12161         * tools/filter_conv.pl
12162                 allow for collapsed folder trees
12163
12164 2002-04-05 [paul]       0.7.4claws64
12165
12166         * sync with 0.7.4cvs31
12167                 see ChangeLog entries 2002-04-05
12168
12169 2002-04-03 [paul]       0.7.4claws63
12170
12171         * sync with 0.7.4cvs29
12172                 see ChangeLog entries 2002-04-02 and 2002-04-03
12173
12174 2002-04-02 [paul]       0.7.4claws62
12175
12176         * sync with 0.7.4cvs26
12177                 see ChangeLog entry 2002-04-01
12178
12179 2002-04-02 [match]      0.7.4claws61
12180
12181         * src/pine.[ch]
12182         * src/importpine.[ch]
12183         * src/addressbook.c
12184                 import Pine address book.
12185
12186 2002-04-02 [match]      0.7.4claws60
12187
12188         * src/addrharvest.[ch]
12189                 improve address parsing of funky addresses.
12190
12191 2002-04-02 [darko]      0.7.4claws59
12192
12193         * src/compose.c
12194                 wrap on send improvements, it now recognizes quoted
12195                 initials as part of the quotation string, and it
12196                 does not join lines separated by CR
12197
12198 2002-04-01 [match]      0.7.4claws58
12199
12200         * src/mgutils.[ch]
12201                 added new functions.
12202         * src/mutt.[ch]
12203                 remove excessive duplicate address generation
12204                 on import.
12205
12206 2002-04-01 [alfons]     0.7.4claws57
12207         
12208         * src/summaryview.c
12209                 put back g_free() 
12210
12211 2002-04-01 [paul]       0.7.4claws56
12212
12213         * sync with 0.7.4cvs25
12214                 see ChangeLog entry 2002-04-01
12215
12216 2002-04-01 [alfons]     0.7.4aprilfool55
12217
12218         * src/summaryview.c
12219                 honour feature request item #537427 to allow for
12220                 displaying names from address book for sent mail also
12221
12222 2002-03-29 [paul]       0.7.4claws54
12223
12224         * src/mainwindow.c
12225           src/prefs_filtering.[ch]
12226           src/prefs_matcher.c
12227           src/summaryview.c
12228                 add 'fast filter' for claws' filtering,
12229                 /Tools/Create filter rule/... patch submitted
12230                 by Neill Miller <neillm@thecodefactory.org>
12231
12232 2002-03-29 [paul]       0.7.4claws53
12233
12234         * sync with 0.7.4cvs24
12235                 see ChangeLog entry 2002-03-29
12236
12237 2002-03-28 [paul]       0.7.4claws52
12238
12239         * sync with 0.7.4cvs23
12240                 see ChangeLog entry 2002-03-28
12241
12242 2002-03-27 [melvin]     0.7.4claws51
12243
12244         * src/prefs_actions.c
12245                 Added support to pass only one message part (as a
12246                 file) to the command using '%p'. No quotes are needed
12247                 because doubles quotes are automatically added.
12248                 Fixed bug where Sylpheed could block when waiting for
12249                 a child process to finish.
12250                 Changed the help menu to remove quotes around symbols to 
12251                 avoid misinterpretation (they must not be used).
12252
12253 2002-03-27 [melvin]     0.7.4claws50
12254
12255         * src/inc.c
12256                 Made the new mail notification command always 
12257                 execute asynchronously.
12258
12259 2002-03-27 [paul]       0.7.4claws49
12260
12261         * src/compose.c
12262                 fix bug introduced in last commit
12263
12264 2002-03-27 [paul]       0.7.4claws48
12265
12266         * sync with 0.7.4cvs21
12267                 see ChangeLog 2002-03-26 and 2002-03-27
12268
12269 2002-03-26 [hoa]        0.7.4claws47
12270
12271         * src/prefs_folder_item.c
12272                 really fixed the bug #516442 with folder rescan.
12273
12274 2002-03-26 [paul]       0.7.4claws46
12275
12276         * sync with 0.7.4cvs19
12277                 see ChangeLog entries 2002-03-25 and 2002-03-26
12278
12279 2002-03-25 [hoa]        0.7.4claws45
12280
12281         * src/matcher.c
12282         * src/mh.c
12283                 fix the bug #516442 with folder rescan.
12284
12285         * src/prefs_common.[ch]
12286         * src/compose.c
12287                 added an option to enable two different behaviours
12288                 for bounce.
12289
12290
12291 2002-03-25 [paul]       0.7.4claws44
12292
12293         * src/mainwindow.c
12294           src/selective_download.c
12295                 correct a few menuitem labels
12296
12297 2002-03-25 [christoph]  0.7.4claws43
12298
12299         * src/procmsg.c
12300                 fix non deleted tmp message in
12301                 procmsg_save_to_outbox
12302                 fix problems caused by sync with
12303                 main branch's procmsg_send_queue
12304
12305 2002-03-25 [paul]       0.7.4claws42
12306
12307         * src/quote_fmt.c
12308           src/quote_fmt_lex.l
12309           src/quote_fmt_parse.y
12310                 add Last name (%L) placeholder for quoting. 
12311                 patch submitted by Thorsten Thielen 
12312                 <thth@users.sourceforge.net>
12313
12314 2002-03-25 [paul]       0.7.4claws41
12315
12316         * src/utils.c
12317                 get full hostname. patch submitted by
12318                 Bob Woodside <rwoodside1@comcast.net>
12319
12320 2002-03-25 [paul]       0.7.4claws40
12321
12322         * src/account.c
12323           src/news.c
12324           src/nntp.[ch]
12325           src/prefs_account.[ch]
12326                 enable NNTP over SSL. patch submitted by
12327                 Pascal Jermini <pascal@infinity.hn.org>
12328
12329 2002-03-24 [paul]       0.7.4claws39
12330
12331         * src/prefs_common.c
12332                 make the arrangement of the Compose tab more
12333                 coherent
12334
12335         * src/mainwindow.c
12336                 fix some irregularities of style
12337
12338         * po/de.po
12339                 updated by Kilian Krause
12340
12341 2002-03-23 [paul]       0.7.4claws38
12342
12343         * po/pt_BR.po
12344                 updated by Fabio Junior Beneditto
12345
12346 2002-03-23 [paul]       0.7.4claws37
12347
12348         * src/mainwindow.c
12349                 move 'Gather addresses' to 'Tools' menu
12350                 make 'Selective download' sensitive
12351
12352 2002-03-23 [paul]       0.7.4claws36
12353
12354         * sync with 0.7.4cvs16
12355                 see ChangeLog entries 2002-03-23
12356
12357 2002-03-22 [christoph]  0.7.4claws35
12358
12359         * src/quote_fmt_parse.y
12360                 fix include program output
12361
12362 2002-03-22 [alfons]     0.7.4claws34
12363
12364         * src/pop.c
12365                 initialize GDate stack variable correctly (sorry!)
12366
12367 2002-03-22 [paul]       0.7.4claws33
12368
12369         * src/compose.c
12370           src/mainwindow.c
12371           src/prefs_actions.c
12372           src/prefs_common.c
12373                 rename 'Tool' to 'Tools'
12374
12375         * src/mainwindow.c
12376                 move 'Delete duplicated messages' from
12377                 'Message/' to 'Tools/'
12378                 re-arrange the order of 'Tools/' items
12379
12380 2002-03-22 [paul]       0.7.4claws32
12381
12382         * src/addr_compl.c
12383           src/addressbook.[ch]
12384                 auto-address completion now also matches on
12385                 Nickname. patch submitted by Bob Forsman 
12386                 <hammor@users.sourceforge.net>
12387
12388         * src/editaddress.c
12389                 correct a spelling mistake
12390
12391 2002-03-22 [alfons]     0.7.4claws31
12392
12393         * src/pop.c
12394                 fix getting uidl from incorrect string 
12395                 (spotted by Colin)
12396
12397 2002-03-21 [alfons]     0.7.4claws30
12398
12399         * src/pop.c
12400                 more code refactoring
12401                 plug mem leak introduced by delete on server
12402
12403 2002-03-21 [paul]       0.7.4claws29
12404
12405         * sync with 0.7.4cvs11
12406                 see ChangeLog entries 2002-03-20
12407
12408 2002-03-20 [alfons]     0.7.4claws28
12409
12410         * src/inc.c
12411                 apply Colin's patch and refactor
12412
12413 2002-03-20 [paul]       0.7.4claws27
12414
12415         * sync with sylpheed 0.7.4cvs9
12416                 see ChangeLog entry 2002-03-20
12417
12418 2002-03-19 [christoph]  0.7.4claws26
12419
12420         * src/mh.c
12421         * src/procmsg.[ch]
12422         * src/summaryview.c
12423                 revert changes for flag updates
12424                 (does not work correctly and no time to debug)
12425
12426 2002-03-20 [alfons]     0.7.4claws25
12427
12428         * src/pop.c
12429                 refactor should_delete() a little bit 
12430
12431 2002-03-19 [paul]       0.7.4claws24
12432
12433         * src/inc.[ch]
12434           src/pop.c
12435           src/prefs_account.[ch]
12436                 allow the user to leave downloaded mail on the 
12437                 server for n days. Patch submitted by Colin Leroy 
12438                 <colin@colino.net>
12439
12440 2002-02-19 [paul]       0.7.4claws23
12441
12442         * sync with sylpheed 0.7.4cvs8
12443                 see ChangeLog entries 2002-03-19
12444
12445 2002-03-18 [paul]       0.7.4claws22
12446
12447         * sync with sylpheed 0.7.4cvs6
12448                 see ChangeLog entry 2002-03-18
12449
12450 2002-03-18 [paul]       0.7.4claws21
12451
12452         * po/en_GB.po
12453                 add en_GB message catalogue
12454
12455         * src/mbox_folder.c
12456           src/prefs_account.c
12457           src/prefs_actions.c
12458                 correct a few spelling mistakes
12459
12460 2002-03-17 [alfons]     0.7.4claws20
12461
12462         * src/matcher.c
12463                 more stringent checks for NULL params when writing
12464                 filtering actions to a file
12465                 
12466 2002-03-17 [hoa]        0.7.3claws20
12467
12468         * src/news.c
12469                 fixed the count of new messages
12470
12471         * src/compose.c
12472                 fixed the "attachment properties" window
12473
12474 2002-03-17 [paul]       0.7.4claws19
12475
12476         * src/defs.h
12477           src/folder.h
12478           src/news.c
12479           src/prefs_account.[ch]
12480           src/procmsg.[ch]
12481           src/summaryview.c
12482                 automatically mark cross-posted messages as read 
12483                 and (optionally) give them a colour label
12484                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12485                 
12486
12487 2002-03-17 [paul]       0.7.4claws18
12488
12489         * sync with sylpheed 0.7.4cvs5
12490                 see ChangeLog entry 2002-03-17
12491
12492 2002-03-17 [melvin]     0.7.4claws17
12493         
12494         * src/textview.c
12495                 Worked around a gtktext 'bug': when searching for 
12496                 a text in a long message it was scrolling slowly
12497                 line by line until it hit the searched text.
12498         * po/fr.po
12499                 Updated French translation
12500
12501 2002-03-17 [melvin]     0.7.4claws16
12502
12503         * src/mainwindow.c
12504         * src/compose.c
12505         * src/prefs_actions.c
12506                 Moved "Edit/Actions" to "Tool/Actions"
12507                 Made mainwindow/compose window sensitive as soon as
12508                 no child process is running anymore even if the io dialog
12509                 is open.
12510                 Fixed a struct being initialized with a non constant char*
12511
12512 2002-03-16 [christoph]  0.7.4claws15
12513
12514         * configure.in
12515                 add --with-compiler-flags option
12516                 (only for developer hacking)
12517         * src/mh.c
12518         * src/procmsg.[ch]
12519         * src/summaryview.c
12520                 try to make folder-stats and flag handling more
12521                 independent from the summaryview. msgcounts
12522                 are only set when the folder is opened and
12523                 procmsg_msginfo_(un)set_flags will handle it
12524                 later and summaryview will get the values
12525                 from the folder.
12526
12527 2002-03-16 [paul]       0.7.4claws14
12528
12529         * src/messageview.c
12530                 fix Return-receipt. Patch submitted by Bob
12531                 Woodside <rwoodside1@comcast.net>
12532
12533 2002-03-16 [paul]       0.7.4claws13
12534
12535         * src/compose.c
12536                 fix 'dynamic' signatures, make it work again
12537                 broken during sync on 2002-03-14 (0.7.4claws2)
12538
12539 2002-03-15 [match]      0.7.4claws12
12540
12541         * src/addrharvest.[ch]
12542         * src/addrgather.[ch]
12543         * src/addressbook.[ch]
12544         * src/mainwindow.c
12545                 included address harvester feature. still some
12546                 issues with address parsing that I will fix.
12547
12548 2002-03-15 [match]      0.7.4claws11
12549
12550         * src/addrbook.[ch]
12551         * src/addrcache.[ch]
12552         * src/addressbook.[ch]
12553         * src/addrindex.c
12554         * src/editbook.c
12555         * src/importldif.c
12556         * src/importmutt.c
12557         * src/jpilot.[ch]
12558         * src/main.c
12559         * src/syldap.[ch]
12560         * src/vcard.[ch]
12561                 tidy up. fix memory leaks. moved attribs and methods
12562                 from individual interfaces to addrcache object. prep
12563                 for new stuff to come in.
12564
12565 2002-03-15 [alfons]     0.7.4claws10
12566
12567         * src/matcher.[ch]
12568         * src/matcher_parser_parse.y
12569         * src/matcher_parser_lex.l
12570         * src/prefs_matcher.c
12571                 add filtering conditions message greater than, smaller 
12572                 than, and exactly matching a size in bytes
12573                 (does not work with delete from POP3 server yet)
12574
12575                 this should also give others an idea what you should
12576                 do to add new criterions to claws filtering system
12577                 
12578
12579 2002-03-15 [paul]       0.7.4claws9
12580
12581         * tools/filter_conv.pl
12582                 exit if there are no filter rules to convert
12583                 rename filterrc to filterrc.old after completion
12584
12585 2002-03-15 [paul]       0.7.4claws8
12586
12587         * sync with sylpheed 0.7.4cvs3
12588                 see ChangeLog entry 2002-03-14
12589
12590 2002-03-14 [paul]       0.7.4claws7
12591
12592         * src/compose.c
12593                 clean up the last commit (ahem)
12594
12595 2002-03-14 [paul]       0.7.4claws6
12596
12597         * src/compose.c
12598                 fix bug #515655. honour account preferences
12599                 regarding gpg default signing/encryption when 
12600                 changing account from the compose window.
12601
12602 2002-03-14 [paul]       0.7.4claws5
12603
12604         * src/folderview.c
12605                 remove unnecessary curly brackets
12606
12607 2002-03-14 [paul]       0.7.4claws4
12608
12609         * src/folderview.c
12610           src/prefs_filtering.[ch]
12611                 add filter rename on folder rename and filter
12612                 delete on folder delete. Patch submitted by
12613                 Neill Miller <neillm@thecodefactory.org> 
12614
12615 2002-03-14 [christoph]  0.7.4claws3
12616
12617         * src/procmsg.c
12618         * src/send.c
12619                 fix local delivery
12620                 (patch submitted by "Simon 'corecode' Schubert")
12621         * src/prefs_common.c
12622         * src/procmsg.c
12623                 fix gcc 3.0 warning
12624
12625 2002-03-14 [paul]       0.7.4claws2
12626
12627         * sync with sylpheed 0.7.4cvs2
12628                 see ChangeLog entry 2002-03-13
12629
12630 2002-03-12 [darko]      0.7.4claws1
12631
12632         * src/mainwindow.c
12633                 fix what seems to be a copy and paste error
12634                 when setting color for important messages
12635                 (reported by wwp)
12636
12637 2002-03-11 [paul]       version 0.7.4claws released
12638
12639 2002-03-11 [paul]       0.7.4claws
12640
12641         * po/es.po
12642           po/it.po
12643           po/nl.po
12644           po/pt_BR.po
12645                 update message catalogs. Submitted by Ricardo Mones 
12646                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12647                 Fabio Junior Beneditto
12648
12649         * configure.in
12650           faq/Makefile.am
12651           faq/it/Makefile
12652           faq/it/sylpheed-faq*
12653           src/mainwindow.c
12654           src/manual.[ch]
12655                 add FAQ in Italian
12656         
12657
12658 2002-03-11 [jens]       0.7.3claws7
12659
12660         * po/de.po
12661                 updated German translation
12662
12663 2002-03-11 [melvin]     0.7.3claws6
12664
12665         * po/fr.po
12666                 updated and corrected French translation
12667
12668 2002-03-10 [hoa]        0.7.3claws5
12669
12670         * src/account.c
12671         * src/inc.c
12672         * src/prefs_account.c
12673         * src/procmsg.c
12674         * src/send.[ch]
12675                 fixed the local account.
12676                 you have to change the default "/usr/sbin/sendmail"
12677                 to "/usr/sbin/sendmail -t" in the preferences of
12678                 the local account.
12679
12680         * src/procmime.c
12681                 removed some debug display for renderer
12682
12683 2002-03-10 [paul]       0.7.3claws4
12684
12685         * faq/en/sylpheed-faq-1.html
12686           faq/en/sylpheed-faq-2.html
12687                 update
12688
12689 2002-03-09 [paul]       0.7.3claws3
12690
12691         * sync with sylpheed 0.7.4
12692                 see ChangeLog entry 2002-03-09
12693
12694 2002-03-08 [paul]       0.7.3claws2
12695
12696         * faq/en/sylpheed-faq*
12697           faq/es/sylpheed-faq*
12698           faq/fr/sylpheed-faq*
12699                 update the FAQs
12700
12701         * manual/fr/.cvsignore
12702           manual/fr/Makefilea.am
12703           manual/fr/sylpheed*
12704           src/mainwindow.c
12705           src/manual.[ch]
12706                 add the French manual
12707
12708 2002-03-07 [paul]       0.7.3claws1
12709
12710         * sync with sylpheed 0.7.3cvs4
12711                 see ChangeLog entries  2002-03-06 and 2002-03-07
12712         
12713         * po/nl.po
12714                 updated by Wilbert Berendsen
12715
12716 2002-03-07 [melvin]     0.7.2claws34
12717
12718         * src/selective_download.c
12719                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12720
12721 2002-03-06 [paul]       0.7.2claws33
12722
12723         * sync with sylpheed 0.7.3cvs1
12724                 bug fix, see ChangeLog entry 2002-03-05
12725
12726 2002-03-05 [paul]       0.7.2claws32
12727
12728         * src/mimeview.c
12729           src/pgptext.[ch]
12730           src/procmsg.c
12731                 reverse the pgp ascii-armored code implemented in 
12732                 0.7.2claws16. removal of this code until it matures.
12733                 this means that verifying ascii-armored pgp sigs and
12734                 automatic decryption of ascii-armored encrypted
12735                 messages no longer works.
12736
12737 2002-03-05 [paul]       0.7.2claws31
12738
12739         * configure.in
12740           Makefile.am
12741         * faq/Makefile.am
12742         * faq/en/Makefile.am
12743           faq/en/sylpheed-faq.html
12744           faq/en/sylpheed-faq-1.html
12745           faq/en/sylpheed-faq-2.html
12746           faq/en/sylpheed-faq-3.html
12747         * faq/es/Makefile.am
12748           faq/es/sylpheed-faq.html
12749           faq/es/sylpheed-faq-1.html
12750           faq/es/sylpheed-faq-2.html
12751           faq/es/sylpheed-faq-3.html
12752           faq/es/sylpheed-faq-4.html
12753         * faq/fr/Makefile.am
12754           faq/fr/sylpheed-faq.html
12755           faq/fr/sylpheed-faq-1.html
12756           faq/fr/sylpheed-faq-2.html
12757           faq/fr/sylpheed-faq-3.html
12758         * src/Makefile.am
12759           src/defs.h
12760           src/mainwindow.c
12761           src/manual.[ch]
12762                 add FAQs in English, Spanish and French
12763
12764
12765 2002-03-05 [paul]       0.7.2claws30
12766
12767         * manual/en/sylpheed.html
12768           manual/en/sylpheed-XX.html
12769                 updated the English manual
12770
12771 2002-03-05 [hoa]        
12772
12773         * src/summaryview.c
12774                 dialog box pops up if the article can't be deleted.
12775
12776 2002-03-04 [paul]       
12777         
12778         * po/pt_BR.po
12779                 updated by Fabio Junior Benedito
12780
12781 2002-03-04 [hoa]
12782
12783         * removed ac/gpgme.m4
12784                 to avoid autogen common problem
12785                 developers have to install gpgme development package now
12786
12787         * src/compose.c
12788                 encoding to 7bit or 8bit is enabled.
12789
12790 2002-03-03 [alfons]     0.7.2claws29
12791
12792         * src/pop.c
12793                 merge fix by Oliver Haertel for selective
12794                 download buglet
12795
12796 2002-03-03 [paul]       0.7.2claws28
12797         
12798         * sync with sylpheed 0.7.3
12799
12800 2002-03-03 [paul]       0.7.2claws27
12801
12802         * sync with sylpheed 0.7.2cvs24
12803                 see ChangeLog entries 2002-03-02 and 2002-03-03
12804
12805 2002-03-02 [melvin]     0.7.2claws26
12806
12807         * src/inc.[ch]
12808         * src/main.c
12809         * src/mainwindow.c
12810         * src/prefs_common.[ch]
12811                 Added user definable notification on new mail arrival.
12812                 Removed unused variables in spell checker prefs code.
12813
12814 2002-03-02 [melvin]     0.7.2claws25
12815
12816         * src/quote_fmt.c
12817                 Removed unnecessary escape sequences.
12818                 Changed 'Initial...' to 'Initials of Sender'
12819
12820 2002-03-02 [paul]       0.7.2claws24
12821
12822         * sync with sylpheed 0.7.2cvs22
12823                 see ChangeLog entry 2002-03-01
12824
12825 2002-03-01 [hoa]        0.7.2claws23
12826
12827         * src/mainwindow.c
12828                 Set sensitivity of delete actions to active
12829                 even if the folder is a newsgroup.
12830
12831         * src/summaryview.c
12832                 - Set sensitivity of delete actions
12833                 - Added function check_permission() that will check if the
12834                   user is authorized to delete a message. For news, it
12835                   will check if the author is the same.
12836                 - Enabled deletion when there is no trash folder.
12837
12838         * src/news.[ch]
12839                 - Added news_cancel_article() to cancel articles
12840                 - Implemented news_remove_message() (public function)
12841
12842 2002-03-01 [paul]       0.7.2claws22
12843
12844         * src/gtkutils.c
12845           src/textview.c
12846                 recognise urls that that don't include 'http://' and
12847                 simply begin 'www.' 
12848
12849         * AUTHORS
12850                 remove duplicated name
12851
12852 2002-02-28 [paul]       0.7.2claws21
12853
12854         * src/mainwindow.c
12855           src/summaryview.[ch]
12856                 add ability to 'Select thread'
12857                 combines Melvin's "Select thread's head" patch (#510907)
12858                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12859                 patch (#518514) 
12860
12861 2002-02-28 [paul]       0.7.2claws20
12862
12863         * src/mimeview.c
12864                 hopefully fix segfault on right-clicking a mime part
12865                 that some people have experienced.      
12866                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12867
12868 2002-02-28 [paul]       0.7.2claws19
12869
12870         * sync with sylpheed 0.7.2cvs21
12871                 see ChangeLog entries 2002-02-27 and 2002-02-28
12872
12873 2002-02-27 [paul]       0.7.2claws18
12874
12875         * sync with sylpheed 0.7.2cvs18
12876                 see ChangeLog entries 2002-02-26 and 2002-02-27
12877
12878 2002-02-26 [alfons]     0.7.2claws17
12879
12880         * src/procheader.c
12881                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12882                 (spotted by Chris Hessman <idatech@gmx.net>)
12883
12884 2002-02-26 [paul]       0.7.2claws16
12885
12886         * src/mimeview.c
12887           src/pgptext.[ch]
12888           src/procmsg.c
12889                 make decryption of ascii-armored pgp encrypted messages
12890                 and verification of ascii-armored signatures work again.
12891                 slightly altered from the patch by Jens Jahnke 
12892                 <jan0sch@gmx.net>
12893
12894                 ##FIX ME##
12895                 * the checking of plaintext signatures always comes up in 
12896                   a popup box
12897                 * it doesn't work for multipart messages 
12898                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12899                   including the msg headers and these 2 line themselves, are 
12900                   not displayed
12901
12902         * src/mainwindow.c
12903                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12904                 "View/Message View" becomes "View/Separate Message View"
12905                 because its less ambiguous.
12906
12907         * po/es.po
12908                 updated by Ricardo Mones Lastra
12909
12910 2002-02-26 [paul]       0.7.2claws15
12911
12912         * sync with sylpheed 0.7.2cvs17
12913                 see ChangeLog entries 2002-02-25 and 2002-02-26
12914
12915 2002-02-25 [christoph]  0.7.2claws14
12916
12917         * src/filtering.[ch]
12918         * src/inc.c
12919                 do filtering stuff after all messages have been received
12920                   1. drop all messages to .processing
12921                   2. scan processing folder for messages
12922                   3. filter messages or move to inbox
12923                 this will also find old messages left in processing after
12924                 a crash or something like that and we get a real msginfo
12925                 from folder->get_msg_list and do not have to create our
12926                 own in filter_message
12927         * src/matcher_parser_parse.y
12928                 remove MIX/MAX warning (reordered includes)
12929
12930 2002-02-25 [paul]       0.7.2claws13
12931
12932         * sync with sylpheed 0.7.2cvs15
12933                 see ChangeLog entry 2002-02-24
12934
12935 2002-02-24 [alfons]     0.7.2claws12
12936
12937         * src/filtering.c
12938                 clear old color flags first when applying a new color to
12939                 a message info. 
12940                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12941
12942 2002-02-24 [alfons]     0.7.2.claws11
12943         
12944         * AUTHORS
12945         * src/prefs_common.c
12946                 add presets for Opera and Konqueror, closes patch #517261,
12947                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12948
12949 2002-02-24 [alfons]     0.7.2.claws10
12950
12951         * AUTHORS
12952         * src/summaryview.c
12953                 fix threading for null message ids, closes patch #521601,
12954                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12955
12956 2002-02-24 [alfons]     0.7.2claws9
12957
12958         * src/summaryview.c
12959         * src/filtering.c
12960                 make Tool | Filter Message work with filtering system so
12961                 setting flags also works
12962
12963                 TODO:
12964
12965                 - Processing uses the same function as Tool | Filter
12966                   Message, but doesn't use the same update proc yet
12967
12968 2002-02-23 [paul]       0.7.2claws8
12969
12970         * sync with sylpheed 0.7.2cvs14
12971                 see ChangeLog entries 2002-02-22 and 2002-02-23
12972
12973 2002-02-22 [christoph]  0.7.2claws7
12974
12975         * src/quote_fmt.c
12976                 Add column space to table
12977         * src/quote_fmt_parse.y
12978                 Close files
12979
12980 2002-02-22 [paul]       0.7.2claws6
12981
12982         * src/Makefile.am
12983           src/defs.h
12984           src/filtering.c
12985           src/inc.[ch]
12986           src/mainwindow.c
12987           src/matcher.[ch]
12988           src/matcher_parser_lex.l
12989           src/matcher_parser_parse.y
12990           src/pop.[ch]
12991           src/prefs_account.h
12992           src/prefs_filtering.c
12993           src/selective_download.[ch]   *** NEW FILES ***
12994           src/utils.[ch]
12995           po/POTFILES.in
12996                 Selective Download added to 'Tool' menu. 
12997                 Retrieves email headers of the currently selected pop3 
12998                 account and allows the user to mark emails for deletion 
12999                 right on the pop3 server. Patch submitted by Oliver Haertel 
13000                 <oha@users.sourceforge.net>.
13001         
13002         * po/POTFILES.in
13003                 add 'src/quote_fmt.c'           
13004
13005 2002-02-22 [christoph]  0.7.2claws5
13006
13007         * src/Makefile.am
13008                 added quote_fmt.c
13009         * src/prefs_common.[ch]
13010         * src/prefs_template.c
13011         * src/quote_fmt.c               *** NEW FILE ***
13012         * src/quote_fmt.h
13013                 move quote format symbol description code
13014                 to it's own file because it is used from
13015                 differnent code parts
13016                 Rewrote symbol description GUI
13017                   + use table
13018                   + add separators
13019                   + get data from array (no more long constant strings)
13020         * src/quote_fmt_lex.l
13021         * src/quote_fmt_parse.y
13022                 Symbol for Literal % changed to \% instead of %%
13023                 (More logical as \ is used for quoting for other symbols)
13024                 Add |f and |p to include files and program output
13025                 Examples:
13026                     |f{/home/.../.signature}
13027                     |p{date}
13028         * po/de.po
13029                 Correct wrong spelling for "Referenzen"
13030
13031 2002-02-21 [paul]       0.7.2claws4
13032
13033         * src/procmsg.c
13034                 forgotten during sync
13035
13036 2002-02-21 [paul]       0.7.2claws3
13037
13038         * sync with sylpheed 0.7.2cvs11
13039                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13040                 2002-02-20 and 2002-02-21
13041
13042 2002-02-20 [melvin]     0.7.2claws2
13043
13044         * src/prefs_actions.c
13045                 Added error report when child cannot fork or when execvp 
13046                 returns with an error.
13047
13048 2002-02-19 [christoph]  0.7.2claws1
13049
13050         * src/codeconv.c
13051                 return unconverted text if conde conversion is not possible
13052                 when libjconv is used.
13053                 (patch submitted by "Simon 'corecode' Schubert")
13054
13055 2002-02-19 [paul]       
13056
13057         * version 0.7.2claws release
13058
13059 2002-02-19 [paul]       0.7.2claws
13060
13061         * po/nl.po
13062                 updated by Wilbert Berendsen
13063
13064
13065 2002-02-18 [alfons]     0.7.1claws13
13066
13067         * src/syldap.c
13068         * src/jpilot.c
13069                 remove references to dlfcn and explicitly loading functions
13070                 from dynalink libs, because libs linked anyway, and functions
13071                 are loaded explicitly
13072
13073 2002-02-17 [melvin]     0.7.1claws12
13074
13075         * src/prefs_actions.c
13076                 Replaced children wait loop with double fork technique.
13077                 Now, input/output window updated at each new output.
13078                 free_children(): Fixed a memory leak.
13079                 Made input/output window non closable if running children
13080                 still exist.
13081                 Added missing <unistd.h> include.
13082                 Added some --debug outputs.
13083
13084 2002-02-17 [melvin]     0.7.1claws11
13085
13086         * src/summaryview.c
13087                 Fixed bug where descending sort order did not select top
13088                 message.
13089
13090 2002-02-17 [melvin]     0.7.1claws10
13091
13092         * acconfig.h
13093                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13094         * src/prefs_common.c
13095                 Pspell data package directory no more hard coded but
13096                 set during configuration (PSPELL_PATH). (Thanks to 
13097                                 Gustavo Noronha Silva.)
13098
13099 2002-02-17 [melvin]     0.7.1claws9
13100
13101         * configure.in
13102                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13103         * src/gtkspell.c
13104                 Fixed compile-time warnings.
13105
13106 2002-02-16 [alfons]     0.7.1claws8
13107
13108         * src/filesel.c
13109                 fix inadvertent free of NULL pointer which caused
13110                 sylpheed to crash when closing the save-as dialog
13111                 using the window close button
13112
13113 2002-02-16 [carsten]    0.7.1claws7
13114         * src/mainwindow.[ch]
13115           src/summaryview.c
13116           src/prefs_common.c
13117                 fixes for pixmap theming code:
13118                         - recently changed mail attributes shouldn't get
13119                           lost any longer
13120                         - theme is only reloaded iff another theme was
13121                           selected
13122
13123 2002-02-16 [paul]       0.7.1claws6
13124
13125         * sync with sylpheed 0.7.2 release
13126                 see ChangeLog entry 2002-02-15 and 2002-02-16
13127
13128 2002-02-15 [paul]       0.7.1claws5
13129
13130         * sync with sylpheed 0.7.1cvs9
13131                 see ChangeLog entry 2002-02-15
13132
13133         * po/POTFILES.in
13134                 remove unneeded headerwindow.c entry
13135
13136 2002-02-14 [carsten]    0.7.1claws4
13137         * src/summaryview.c
13138                 fixed a bug for "Go to next unread message": there was
13139                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13140                 in the prefs, because of doing "Search again" instead
13141                 "No"
13142
13143 2002-02-14 [carsten]    0.7.1claws3
13144         * src/stock_pixmap.c
13145                 removed 2 more mem leaks; following memprof,
13146                 this code is "leak free" now :)
13147
13148 2002-02-14 [carsten]    0.7.1claws2
13149         * src/stock_pixmap.c
13150                 used opendir/readdir/closedir instead of scandir
13151                 -> code should work now on Solaris
13152
13153 2002-02-14 [paul]       0.7.1claws1
13154
13155         * sync with sylpheed 0.7.1cvs8
13156                 see ChangeLog entries 2002-02-13 and 2002-02-14
13157
13158         * README.claws
13159                 add some description of Actions and Pixmap Themes
13160
13161 2002-02-13 [paul]       
13162
13163         * version 0.7.1claws release
13164
13165 2002-02-13 [paul]       0.7.1claws
13166
13167         * po/es.po
13168           po/it.po
13169           po/pt_BR.po
13170                 updated translations, submitted by Ricardo Mones Lastra,
13171                 Alessandro Maestri and Fabio Junior Beneditto
13172
13173 2002-02-13 [melvin]     0.7.0claws75
13174
13175         * src/prefs_actions.c
13176                 Added missing "signal.h" include
13177
13178 2002-02-13 [melvin]     0.7.0claws74
13179
13180         * src/prefs_folder_item.c
13181                 Added missing "config.h" include
13182         * po/fr.po
13183                 Updated French translation for folder propriety.
13184
13185 2002-02-13 [jens]       0.7.0claws73
13186
13187         * po/POTFILES.in
13188                 Added missing src/prefs_folder_item.c [log added by melvin]
13189         * po/de.po
13190                 Updated German translation.
13191
13192 2002-02-13 [melvin]     0.7.0claws72
13193
13194         * po/fr.po
13195                 Updated French translation.
13196
13197 2002-02-13 [melvin]     0.7.0claws71
13198
13199         * src/gtkutils.c
13200                 Made gtkut_editable_get_selection return NULL if selection
13201                 is of length zero.
13202                 This fixes a bug where selecting part of message A then
13203                 switching to message B and replying to it will not
13204                 quote the message's body.
13205
13206 2002-02-12 [paul]       0.7.0claws70
13207
13208         * src/mainwindow.c
13209                 cosmetic, relating to pixmap themes: on toolbar make 
13210                 updating of 'Exec' and 'Compose news/Compose email'
13211                 icons faster.
13212
13213 2002-02-12 [carsten]    0.7.0claws69
13214         * src/folderview.c
13215           src/mainwindow.[ch]
13216           src/stock_pixmap.c
13217           src/summaryview.c
13218           src/prefs_common.c
13219                 - refreshing after changing pixmap theme better
13220                   now (thanks Paul)
13221                 - wanted to remove some mem leaks, but alfons was
13222                   faster (and had the better solution ;)
13223
13224 2002-02-12 [alfons]     0.7.0claws68
13225
13226         * src/prefs_common.c
13227         * src/stock_pixmap.[ch]
13228                 plug mem leaks, refactor code a little bit
13229
13230
13231 2002-02-12 [sergey]     0.7.0claws67
13232
13233         * src/imap.c
13234                 Fixed problem with copying messages to IMAP folders when the
13235                 server uses something other than '/' as a namespace separator
13236                 (cyrus-imapd uses '.').
13237
13238 2002-02-12 [jens]       0.7.0claws66
13239
13240         * po/de.po
13241                 Updated German Translation
13242
13243 2002-02-12 [paul]       0.7.0claws65
13244
13245         * sync with sylpheed 0.7.1cvs1
13246                 see ChangeLog entry 2002-02-12
13247
13248 2002-02-12 [melvin]     0.7.0claws64
13249
13250         * src/prefs_actions.c
13251                 Fixed "feature" where children's output was duplicated 
13252                 instead of refreshed while monitoring.
13253                 Removed some debug code.
13254
13255 2002-02-12 [christoph]  0.7.0claws63
13256
13257         * src/compose.c
13258                 always delete message from queue after sending/send error
13259                 (closes bug #509601)
13260
13261 2002-02-12 [melvin]     0.7.0claws62
13262
13263         * src/prefs_actions.c
13264                 Children wait loop is now triggered with a timeout of 1s
13265                 Added %F which is replaced with the list of filenames 
13266                 of all selected messages (as suggested by Ricardo Mones Lestra)
13267                 Pipe syntax changed. Prefix with | to send selection, postfix
13268                 with | to retrieve output. Prefix with > or * to send
13269                 user definable input to the command (*: input is hidden)
13270                 Old pipe action should now be postfixed with |, too.
13271
13272 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13273         * src/stock_pixmap.c
13274                 fixed a bug: if there's no theme directory don't
13275                 throw an error, just do "nothing" (thanks Alfons)
13276
13277 2002-02-12 [carsten]    0.7.0claws60
13278         * src/folderview.c
13279           src/summaryview.c
13280                 had to write the cache twice (nasty!); some marks would 
13281                 get lost if not
13282
13283 2002-02-11 [carsten]    0.7.0claws59
13284         * acconfig.h
13285           configure.in
13286           doc-src/maintainer_guide.txt
13287           src/compose.[ch]
13288           src/defs.h
13289           src/folderview.[ch]
13290           src/gtkutils.[ch]
13291           src/mainwindow.[ch]
13292           src/prefs_common.[ch]
13293           src/stock_pixmap.[ch]
13294           src/summaryview.[ch]
13295                 pixmap theming and related work on pixmap
13296                 handling on some other places
13297                 (e.g. hrm features for all folder)
13298           src/pixmap/stock_*.xpm -> the stock_ was removed
13299         
13300 2002-02-11 [paul]       0.7.0claws58
13301
13302         * sync with sylpheed 0.7.1 release
13303                 see ChangeLog entries 2002-02-11
13304
13305 2002-02-08 [paul]       0.7.0claws57
13306
13307         * sync with sylpheed 0.7.0cvs39
13308                 see ChangeLog entry 2002-02-07 (last entry) 
13309
13310         * src/prefs_actions.c
13311           src/prefs_filtering.c
13312           src/prefs_matcher.c
13313           src/prefs_scoring.c
13314                 sync: made it compile with C compilers other than gcc
13315
13316 2002-02-07 [paul]       0.7.0claws56
13317
13318         * sync with sylpheed 0.7.0cvs38
13319                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13320                 2002-02-07
13321
13322 2002-02-07 [darko]      0.7.0claws55
13323
13324         * src/gtkutils.[ch]
13325         * src/summaryview.c
13326                 Fix const gchar */gchar * issue (thanks Hiro)
13327
13328 2002-02-07 [darko]      0.7.0claws54
13329
13330         * src/compose.[ch]
13331         * src/filtering.c
13332         * src/gtkutils.[ch]
13333         * src/prefs_template.c
13334         * src/quote_fmt.h
13335         * src/quote_fmt_parse.y
13336         * src/summaryview.c
13337         * src/utils.[ch]
13338                 When replying or forwarding an email don't quote the entire
13339                 mail body but use the part of the message text that is selected
13340
13341 2002-02-06 [melvin]     0.7.0claws53
13342
13343         * src/prefs_common.[ch]
13344         * src/gtkspell.[ch]
13345         * src/compose.c
13346                 Made possible to switch quickly to last used dictionary
13347                 which makes checking bilingual documents easier.
13348
13349 2002-02-06 [melvin]     0.7.0claws52
13350         
13351         * po/POTFILES.in
13352                 Added forgotten new file src/prefs_actions.c
13353
13354 2002-02-06 [melvin]     0.7.0claws51
13355
13356         * src/prefs_actions.c   ** NEW FILE **
13357         * src/prefs_actions.h   ** NEW FILE **
13358                 Added actions to execute on message text view, or on the
13359                         message's file.
13360         * src/Makefile.am
13361                 Added src/prefs_actions.[ch]
13362         * src/compose.c
13363                 Added new menu "Edit/Actions"
13364         * src/defs.h
13365                 Added new actionsrc file.
13366         * src/main.c
13367                 Added actionsrc reading.
13368         * src/mainwindow.c
13369                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13370         * src/prefs_common.h
13371                 Added new element actionslst element to prefs_common.
13372
13373 2002-02-06 [paul]       0.7.0claws50
13374
13375         * sync with sylpheed 0.7.0cvs36
13376                 see ChangeLog entry 2002-02-06
13377
13378 2002-02-05 [paul]
13379
13380         * po/es.po
13381                 updated by Ricardo Mones Lastra
13382
13383 2002-02-05 [paul]       0.7.0claws49
13384
13385         * sync with sylpheed 0.7.0cvs33
13386                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13387
13388 2002-02-05 [paul]       0.7.0claws48
13389
13390         * src/compose.c
13391                 re-add 'Edit/Advanced/Delete entire line', previously named
13392                 'Delete Line+'
13393
13394 2002-02-04 [paul]       0.7.0claws47
13395
13396         * src/compose.c
13397           src/summaryview.c
13398                 fix bug #494993 (Reply All not taking Reply-To into consi)
13399                 eliminate differences in behaviour of right-click 'Reply to all' 
13400                 in summary view and 'Reply to all' on the toolbar. 
13401                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13402                 view and From gets ignored by 'Reply to all' on toolbar.
13403                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13404                 From when no Reply-To header is present.
13405
13406 2002-02-04 [paul]       0.7.0claws46
13407
13408         * sync with sylpheed 0.7.0cvs30
13409                 see ChangeLog entries 2002-02-03 and 2002-02-04
13410
13411 2002-02-03 [melvin]     0.7.0claws45
13412
13413         * src/gtkspell.[ch]
13414                 Readded function to highlight all misspelled words.
13415                 Fixed bug where user-provided-words did not replace
13416                         correctly the misspelled word when using the mouse.
13417                 Fixed bug where checking a region selected from right to left did
13418                         not check the region at all.
13419                 Fixed bug where 'Check backwards' may not check at all. 
13420                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13421                 Fixed possible buffer overflow when checking for long strings (>1k).
13422                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13423                 Accelerators code uses now gtk_widget_add_accel.
13424                 Removed and disabled obsolete and unfinished code.
13425                 Cleaning up.
13426
13427         * src/compose.c
13428                 Added menu item to Highlight all misspelled words.
13429
13430 2002-02-01 [paul]       0.7.0claws44
13431
13432         * src/mainwindow.c
13433                 fix '/View/Hide read messages' sensitivity when all
13434                 messages in a folder are hidden
13435
13436 2002-02-01 [paul]       0.7.0claws43
13437
13438         * src/main.c
13439                 add --send option to command line interface, sends all
13440                 queued mail. Patch submitted by Ricardo Mones Lastra.
13441
13442 2002-01-31 [paul]       0.7.0claws42
13443
13444         * src/mainwindow.c
13445                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13446
13447 2002-01-31 [paul]       0.7.0claws41
13448
13449         * sync with sylpheed 0.7.0cvs27
13450                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13451                 and 2002-01-31
13452
13453         * src/textview.c
13454                 comment out elements of textview_show_part() as temporary
13455                 workaround for attachment 'Display as text' bug 
13456
13457         * po/pt_BR.po
13458                 updated by Fabio Junior Beneditto
13459
13460 2002-01-30 [paul]       0.7.0claws40
13461
13462         * sync with sylpheed 0.7.0cvs24
13463                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13464                 and 2002-01-30
13465
13466         * src/compose.c
13467                 add {N_("/_Spelling"), ... "<Branch>"} to 
13468                 GtkItemFactoryEntry compose_entries[]
13469
13470         * src/prefs_common.c
13471                 add claws menu items to prefs_keybind_apply_clicked()
13472                 and remove non-claws menu items
13473
13474 2002-01-29 [paul]       0.7.0claws39
13475
13476         * sync with sylpheed 0.7.0cvs22
13477                 see ChangeLog entries 2002-01-28 and 2002-01-29
13478
13479 2002-01-28 [melvin]     0.7.0claws38
13480
13481         * src/compose.c
13482                 Added the declartion of compose_send_control_enter.
13483
13484         * src/compose.c
13485         * src/gtkspell.[ch]
13486                 Added in a 'Spelling' menu which includes the configuration menu. 
13487                 Added a real 'Check all' and got rid from the old one which only
13488                 highlited misspelled word.
13489                 Made 'Check while typing' a disableable option.
13490                 Added a dialog when there are no more misspelled word.
13491                 Added a dialog if error occurs when switching to a dictionary.
13492         
13493         * src/prefs_common.[ch]
13494                 Added option for the default 'Check while typing' option.
13495
13496
13497 2002-01-28 [alfons]     0.7.0claws37
13498
13499         * src/compose.c
13500                 fix buglet and make code comply with sylpheed code style
13501
13502 2002-01-28 [paul]       0.7.0claws36
13503
13504         * sync with sylpheed 0.7.0cvs19
13505                 see ChangeLog entries for 2002-01-28
13506
13507 2002-01-28 [hoa]        0.7.0claws35
13508
13509         * src/defs.h
13510                 added rendererrc
13511
13512         * src/main.c
13513                 read the renderer config
13514
13515         * src/procmime.[ch]
13516                 use the renderer config to convert mime attachments
13517
13518         * src/textview.c
13519                 don't use textview_show_html/ertf,
13520                 use get_text_content instead
13521
13522 2002-01-27 [alfons]     0.7.0claws34
13523         
13524         * src/news.c
13525                 make sylpheed believe it can delete a news message...
13526                 (messages are NOT deleted, maybe we should remove
13527                 processing from the folder properties after all.)
13528
13529 2002-01-27 [alfons]     0.7.0claws33
13530
13531         * src/folder.c
13532                 add extra checks
13533         * src/news.c
13534                 implement remove_msg() 
13535
13536 2002-01-27 [alfons]     0.7.0claws32
13537
13538         * src/procmsg.h
13539         * src/procheader.c
13540         * src/messageview.c
13541                 fix return receipt / disposition notification again. this
13542                 stuff seems to break on _every_ major summary UI change, so
13543                 it's now implemented using a flag which is saved in the
13544                 marks cache
13545                 
13546 2002-01-26 [alfons]     0.7.0claws31
13547
13548         * src/import.c
13549                 let import dialog show the destination folder identifier
13550
13551 2002-01-26 [melvin]     0.7.0claws30
13552
13553         * src/folderview.c
13554         * src/summaryview.c
13555                 Readded 'Mark all read' into summary view popup menu
13556                 Added 'Mark all read' in folder view popup menu for IMAP
13557                 and NNTP.
13558                 Made it insensitive if the selected folder is not the shown
13559                 one to avoid 'Mark all read' on the wrong folder.
13560                 
13561 2002-01-26 [paul]       0.7.0claws29
13562
13563         * src/folderview.c
13564           src/summaryview.c
13565                 move 'Mark all read' from summary view to folder view
13566                 menu. (adapted from) patch submitted by Jeremy Andrews,
13567                 <lists@kerneltrap.com>
13568
13569 2002-01-25 [alfons]     0.7.0claws28
13570
13571         * src/gtkstext.c
13572                 put the gtk class name back so GtkSText adapts the 
13573                 settings of GtkText
13574
13575 2002-01-25 [alfons]     0.7.0claws27
13576
13577         * src/folderview.c 
13578                 assimilate Ricardo's patch that shows pixmaps instead of
13579                 plain "new" and "unread" texts in the folder view column
13580                 headers 
13581
13582 2002-01-25 [paul]       0.7.0claws26
13583
13584         * src/Makefile.am
13585                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13586                 be found in non-standard locations. 
13587                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13588
13589 2002-01-25 [paul]       0.7.0claws25
13590
13591         * sync with sylpheed 0.7.0cvs16
13592                 see ChangeLog entry 2002-01-25
13593
13594 2002-01-24 [paul]       0.7.0claws24
13595
13596         * more sync with sylpheed 0.7.0cvs15
13597                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13598
13599 2002-01-23 [sergey]     0.7.0claws23
13600
13601         * src/importldif.c
13602                 Fixed segfault when closing LDIF import wizard with
13603                 the window manager.
13604         * src/imageview.c
13605         * src/imageview.h
13606         * src/messageview.c
13607         * src/mimeview.c
13608                 Fixed wrong scrolling position after switching between
13609                 text and image parts.
13610
13611 2002-01-23 [paul]       0.7.0claws22
13612
13613         * sync with sylpheed 0.7.0cvs15
13614                 see ChangeLog entries 2002-01-22 and 2002-01-23
13615
13616 2002-01-21 [melvin]     0.7.0claws21
13617
13618         * src/prefs_scoring.c
13619         * src/prefs_filtering.c
13620                 Fixed bug where scoring and filtering windows stopped
13621                 autochecking.
13622
13623 2002-01-21 [paul]       0.7.0claws20
13624
13625         * sync with sylpheed 0.7.0cvs12
13626                 see ChangeLog entries 2002-01-20 and 2002-01-21
13627
13628 2002-01-21 [carsten]    0.7.0claws19
13629         * src/mainwindow.c
13630         * src/menu.[ch]
13631         * src/messageview.[ch]
13632         * src/summaryview.[ch]
13633                 changes to shortcuts handling again:
13634                         + "Q" now controled by mainwin
13635                         + v/V are now customizable and have slightly
13636                           different meanings
13637                 the "button" to minimize the messageview (and maximize
13638                 the summary view) is a real button now
13639         * src/compose.c
13640                 "Delete Line+" added to Edit/Advanced (this will also
13641                 delete the '\n')
13642
13643 2002-01-20 [melvin] 0.7.0claws18
13644
13645         * src/addressbook.c
13646                 Made "Bcc" sensitive when addressbook is called from
13647                 compose window (it was a Claws only bug).
13648
13649 2002-01-19 [alfons] 0.7.0claws17
13650
13651         * src/inc.c
13652                 prevent unnecessary updates when currently selected folder has
13653                 no new messages 
13654
13655 2002-01-19 [alfons] 0.7.0claws16
13656         
13657         * src/summaryview.c
13658                 prevent writing the cache based on current message list in summary 
13659                 view when filtering also put messages in currently selected folder
13660
13661 2002-01-19 [paul]
13662
13663         * po/it.po
13664                 Italian translation submitted by Alessandro Maestri
13665                 <a.maestri@cs.tin.it>
13666
13667 2002-01-18 [melvin]     0.7.0claws15
13668
13669         * src/prefs_filters.c
13670                 fixed bug where 'cancel' from 'filters' window stops autochecking
13671                 if the timer timed out  when the window was open.
13672
13673 2002-01-18 [match]      0.7.0claws14
13674
13675         * src/addrclip.[ch]     ** NEW FILE **
13676         * src/addrselect.[ch]   ** NEW FILE **
13677         * src/adbookbase.h      ** NEW FILE **
13678                 addressbook cut, copy and paste
13679         * src/addrbook.[ch]
13680         * src/addrcache.[ch]
13681         * src/addressitem.h
13682         * src/addrindex.[ch]
13683         * src/addritem.[ch]
13684         * src/importldif.c
13685         * src/importmutt.c
13686         * src/jpilot.[ch]
13687         * src/syldap.[ch]
13688         * src/vcard.[ch]
13689         * src/jpilot.[ch]
13690         * src/editbook.c
13691         * src/editjpilot.c
13692         * src/editldap.c
13693         * src/editvcard.c
13694                 support for copy/paste
13695         * src/addressbook.c
13696                 support for copy/paste
13697                 tidy up menu option processing
13698                 correct address list function arguments
13699         * src/editaddress.c
13700                 sort user attributes
13701         * src/ldif.h
13702         * src/mutt.h
13703                 tidy up
13704
13705         * src/addrbook.[ch]
13706         * src/addrbook.[ch]
13707         * src/addrbook.[ch]
13708                 
13709
13710 2002-01-18 [paul]       0.7.0claws13
13711
13712         * sync with sylpheed 0.7.0cvs8
13713                 configure.in: support Mac OS X (Darwin)
13714
13715 2002-01-18 [carsten]    0.7.0claws12
13716         * src/html.c
13717                 small hack to fix a segfault with an empty href
13718                 (reported by Alexandra Walford <deeni@altern.org>)
13719         * src/mainwindow.c
13720         * src/summaryview.c
13721                 the shortcuts for Mark und Mark as unread are hardcoded
13722                 again
13723         * src/compose.c
13724         * src/gtkstext.[ch]
13725                 readded the shortcuts in gtkstext but made them
13726                 customizeable (simply by adding a menu plus a wrapper
13727                 to compose.c)
13728
13729 2002-01-17 [melvin]     0.7.0claws11
13730
13731         * src/gtkspell.c
13732                 fix default dictionary not being saved.
13733
13734 2002-01-16 [darko]      0.7.0claws10
13735
13736         * src/compose.c
13737                 fix wrapping crash with URL longer than wrapping margin
13738
13739 2002-12-08 [hoa]        0.7.0claws10
13740
13741         * src/matcher_parser_parse.y
13742                 fixed some bugs
13743
13744         * src/prefs_filtering.c
13745                 now, we can use bounce action in the dialog box.
13746
13747 2002-01-16 [carsten]    0.7.0claws9
13748         * src/gtkstext.c
13749                 removed the <control> and <alt> shortcuts because they're
13750                 not needed and interefered with the "normal" shortcuts
13751         * src/mainwindow.c
13752         * src/summaryview.c
13753                 removed most of the hardcoded shortcuts and assigned
13754                 them to menu entries making them easy customizable by
13755                 that
13756
13757 2002-01-16 |melvin]     0.7.0claws8
13758
13759         * src/gtkspell.c
13760                 fixed bug where using the mouse and when the compose
13761                 window is not on top may result in a crash.
13762
13763 2002-01-16 [melvin]     0.7.0claws7
13764
13765         * src/compose.c
13766                 fixed a long standingspell checker bug which could 
13767                 cause a crash after sending a message.
13768
13769 2002-01-16 [paul]       0.7.0claws6
13770
13771         * sync with sylpheed 0.7.0cvs7
13772                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13773                 2002-01-15, and 2002-01-16
13774
13775 2002-01-16 [melvin]     0.7.0claws5
13776
13777         * README.claws
13778         * src/compose.c
13779         * src/gtkspell.[ch]
13780         * src/main.c
13781                 Heavily modified spell checker code to work around
13782                 ispell bug, to add keyboard shortcuts and for future
13783                 enhancements. See README.claws for usage information.
13784
13785 2002-01-15 [alfons]     0.7.0claws4
13786         
13787         * src/summaryview.c
13788                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13789                 so sorting within threads reflects sort mode
13790
13791 2002-01-15 [christoph]  0.7.0claws3
13792
13793         * src/procmsg.c
13794                 added alertpanel if mail sending failed
13795
13796 2002-01-15 [alfons]     0.7.0claws2
13797         
13798         * src/prefs_filtering.c
13799                 don't stop timer when prefs filtering dialog is opened
13800
13801 2002-01-14 [alfons]     0.7.0claws1
13802
13803         * src/addr_compl.c
13804         * src/prefs.c
13805                 remove debug_print()s for privacy reasons
13806
13807 2002-01-14 [darko]      0.7.0claws
13808
13809         * README.claws
13810                 quotation wrapping is now also in the main branch
13811
13812 2002-01-14 [paul]
13813
13814         * tools/filter_conv.pl
13815                 allow for Boolean Op and case-sensitivity
13816                 this file is included in the release and tagged
13817                 'rel_0_7_0'
13818
13819 2002-01-13 [paul]       0.7.0claws
13820
13821         * release 0.7.0, with cvs tag 'rel_0_7_0'
13822
13823 2002-01-13 [paul]
13824
13825         * tools/filter_conv.pl
13826         * tools/README
13827                 rewritten to output to matcherrc instead of filteringrc
13828
13829         * po/es.po
13830                 updated Spanish translation by Ricardo Mones Lastra
13831
13832 2002-01-13 [alfons]
13833
13834         * po/nl.po
13835                 update dutch translation
13836
13837 2002-01-13 [paul]
13838
13839         * po/pt_BR.po
13840                 Updated by Fabio Junior Beneditto 
13841
13842 2002-01-13 [melvin]     0.6.6claws53
13843
13844         * po/fr.po
13845                 Updated french translation
13846
13847 2002-01-12 [alfons]     0.6.6claws52
13848
13849         * src/filtering.c
13850                 plug mem leak that has been sitting there for ages              
13851
13852 2002-01-12 [alfons]     0.6.6claws51
13853
13854         * src/summaryview.c
13855                 undo melvin's changes from 0.6.6claws48 because summary
13856                 view now refuses to select first unread message when
13857                 selecting a folder 
13858
13859 2002-01-11 [alfons]     0.6.6claws50
13860
13861         * src/import.c
13862                 use claws' semantics for getting folder item when
13863                 importing an mbox file into a folder 
13864                 (submitted by Dale P. Smith)
13865
13866 2002-01-11 [christoph]  0.6.6claws49
13867
13868         * src/prefs.h
13869                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13870                 toggle widget, because non static prefs can not use
13871                 prefs_set_* functions
13872         * src/prefs_account.c
13873                 toggle smtp auth password field sensitivity if
13874                 user id is empty and add descrition of usage for
13875                 these fields
13876         * src/prefs_folder_item.c
13877                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13878                 callbacks
13879
13880 2002-01-11 [melvin]     0.6.6claws48
13881
13882         * src/compose.c
13883                 fix the 'Ctrl-Enter' feature for sending and test really
13884                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13885                 editables which was not documented in Gtk)
13886
13887         * src/summaryview.c
13888                 Made summaryview refresh after sorting and not before.
13889
13890 2002-01-11 [christoph]  0.6.6claws47
13891
13892         * src/compose.c
13893                 select account from account ids if possible and
13894                 correctly set save folder for copy in reedit
13895
13896 2002-01-10 [paul]       0.6.6claws46
13897
13898         * sync with sylpheed 0.7.0 release
13899                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13900                 2002-01-09
13901
13902 2002-01-09 [alfons]
13903
13904         * src/summaryview.c
13905                 remove more dirt traces...
13906
13907 2002-01-09 [alfons]
13908         
13909         * src/summaryview.c
13910                 clean up some traces of my debugging stuff
13911
13912 2002-01-09 [alfons]     0.6.6claws45
13913
13914         * src/filtering.c
13915                 break up filteringprop_apply() in three separate pieces
13916                 so we can drop messages that failed processing in the
13917                 inbox
13918
13919         * src/summaryview.c
13920                 fix bug #469598 "no refresh of inbox after filter" which 
13921                 was introduced by the new summary view locking, and which 
13922                 prevented the summary view to update after a manual filter 
13923                 message. claw's filter message requires a summary_show().
13924                 (aargh, summary_show() again! :-)
13925                 
13926 2002-01-07 [alfons]     0.6.6claws44
13927
13928         * src/headerwindow.c
13929         * src/logwindow.c
13930         * src/messageview.c
13931         * src/sourcewindow.c
13932                 bring in Hiro's last 0.7.0 wm class fixes
13933
13934         * tools/sylprint.pl
13935                 bring in Ricardo's fix for sylprint script
13936
13937         * AUTHORS       
13938         * src/rfc2015.[ch]
13939         * src/prefs_common.[ch]
13940         * src/prefs_account.[ch]
13941         * src/compose.c
13942                 clean up account preference poison in rfc2015,
13943                 and preparation to fix double sign bug 
13944                 (patch submitted by Simon 'corecode' Schubert)
13945
13946 2002-01-07 [christoph]  0.6.6claws43
13947
13948         * src/mh.c
13949                 search for free message number, do not only rely
13950                 on last_num
13951         * src/send.c
13952                 fix smtp auth and use extra account information
13953                 if available, if not use pop3 data instead
13954                 (closes bug #500341)            
13955         * src/ssl.[ch]
13956                 match coding style
13957
13958 2002-01-06 [alfons]     0.6.6claws42
13959
13960         * src/mainwindow.c
13961                 try making the separate windows work again...
13962
13963 2002-01-06 [alfons]     0.6.6claws41
13964
13965         * src/mainwindow.c
13966                 adapt Hiro's separate window menu (to get rid of the funny
13967                 duplicate menu items), and make it work again
13968
13969 2002-01-06 [alfons]     0.6.6claws40
13970
13971         * tools/Makefile.am
13972         * tools/sylprint.rc
13973         * tools/sylprint.pl
13974         * tools/README.sylprint
13975                 add sylprint script for printing mails from Sylpheed
13976                 (contributed by Ricardo Mones Lastra)
13977
13978         * src/acount.c
13979                 clean up
13980
13981 2002-01-06 [melvin]     0.6.6claws39
13982
13983         * src/mainwindow.c
13984         * src/summaryview.c
13985                 Fixed crash introduced in 0.6.6claws38 by the menu
13986                 reorganisation (Hide read messages)
13987         
13988         * ChangeLog.claws 
13989                 Fixed typo (we are now in 2002, alfons ;) )
13990
13991 2002-01-05 [alfons]     0.6.6claws38
13992
13993         * sync with sylpheed 0.6.6cvs10-17
13994                 (last stuff marked as LAST_STABLE)
13995
13996 2002-01-04 [melvin]     0.6.6claws37
13997
13998         * src/account.c
13999                 Made account selection code use strcasestr again instead of
14000                 g_strcasecmp (fixes bug where reediting queued messages
14001                 did not select proper account reported by T. Link).
14002         
14003         * src/folderview.c
14004                 Fix bug where folder icons are not shown when 'hide read messages'
14005                 is on.
14006         
14007         * src/stock_pixmaps.[ch]
14008                 Added folder icons for 'hide read messages'.
14009         
14010         * src/compose.c
14011                 Fixed bug where 'Enter' in a header entry will send the message 
14012                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14013
14014 2002-01-03 [melvin]     0.6.6claws36
14015         
14016         * src/prefs.[ch]
14017                 Added popup menu for common preferences and
14018                 account preferences (right click on tab displays
14019                                 a menu of all tabs.)
14020
14021 2002-01-02 [melvin]     0.6.6claws35
14022
14023         * src/gtkspell.[ch]
14024                 Made spelling code compatible with undo/redo feature.
14025                 Added creation of suggestion mode menu for the general
14026                         preferences.
14027         
14028         * src/prefs_common.[ch]
14029                 Added option menu for the speller's suggestion mode.
14030                 Added missing spaces in "..." buttons and made a "..."
14031                         button non translatable!
14032         
14033         * src/compose.c
14034                 Made speller use the default suggestion mode.
14035                 Hack to make it possible to choose 'CTRL-Enter' as a
14036                         shortcut for sending (and only for sending).
14037
14038         * src/prefs_folder_item.c
14039                 Changing subject simplification does not update cache 
14040                         anymore (because it is unnecessary).
14041                 Fixed bug where changing subject simplification updated the 
14042                         summaryview even when the viewed folder is not the
14043                         folder which properties are being changed. (E.g. 
14044                                         viewing folder A and changing
14045                                         the subject simplification of 
14046                                         folder B -not being viewed- updated the 
14047                                         summaryview of folder A with data of
14048                                         folder B). (Hope this is clear... )
14049
14050 2001-12-31 [alfons]     0.6.6claws34
14051         
14052         * src/ldif.c
14053         * src/mutt.c
14054                 fgetc() returns a signed integer which doesn't
14055                 fit in a char. so c truncates this to a char
14056                 but we may lose significant bits. i.e. we may
14057                 comparing 0xFF which may not be equal to -1
14058                 unless properly casted to signed char which
14059                 we won't do because fgetc() returns a signed
14060                 integer which doesn't fit in a char. so c 
14061                 truncates this to a char but we may lose 
14062                 significat bits. (you got the idea, thanks
14063                 to Gustavo Noronha Silva <kov@debian.org>
14064                 and the Debian folks!)
14065
14066 2001-12-30 [alfons]     0.6.6claws33
14067
14068         * src/prefs_common.c
14069                 add #ifdef USE_PSPELLs that Melvin forgot               
14070
14071 2001-12-30 [melvin]     0.6.6claws32
14072         
14073         * src/prefs_common.[ch]
14074                 Added configurable color for misspelled words.
14075
14076         * src/gtkspell.[ch]
14077                 Fixed bug of foreground text color (reported by David
14078                                 Mehrmann)
14079                 Added configurable color for misspelled words.
14080
14081 2001-12-30 [alfons]     0.6.6claws31
14082
14083         * src/folder.c
14084                 remove unnecessary things someone put there
14085
14086         * src/mh.c
14087         * src/folder.[ch]
14088                 make folder properties (like threading and sorting) persistent
14089                 (closes bug #497424 "rescan folder tree resets proprieties")
14090                 currently this is only for MH folders. 
14091
14092 2001-12-29 [melvin]     0.6.6claws30
14093
14094         * src/string_match.[ch]
14095                 Optimized a bit: regexp pattern buffer compiled only once, and
14096                   one subroutine call removed. Fixed ^ regexp search: Now, 
14097                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14098         
14099         * src/summaryview.c
14100                 Subject filtering changed to filter summary columns and
14101                   not directly the messages subject cache. The loss in 
14102                   performance is balanced by the improvement of string_match.
14103                 Added an alert panel if there is an error in the regexp.
14104
14105         * src/src/prefs_folder_item.h
14106                 Added a regexp pattern buffer.
14107
14108 2001-12-28 [alfons]     0.6.6claws29
14109
14110         * src/string_match.[ch]
14111                 clean up name space
14112                 allow compilation *BSD
14113
14114 2001-12-27 [alfons]     0.6.6claws28
14115
14116         * src/filter.c
14117                 sync the Hiro's bug fix for BSD
14118
14119 2001-12-27 [melvin]     0.6.6claws27
14120         
14121         * src/compose.c
14122                 Simplify focus to subject entry code.
14123
14124 2001-12-27 [darko]      0.6.6claws26
14125
14126         * src/filtering.c
14127         * src/mbox_folder.c
14128         * src/messageview.c
14129         * src/mh.c
14130         * src/procheader.[ch]
14131         * src/procmsg.h
14132         * src/stock_pixmap.[ch]
14133         * src/summaryview.c
14134                 Show key icon for encrypted mails in summary view
14135
14136         * src/pixmaps/clip.xpm
14137         * src/pixmaps/clipkey.xpm
14138         * src/pixmaps/key.xpm
14139                 New/modified icons for the above
14140
14141 2001-12-27 [melvin]     0.6.6claws25
14142
14143         * src/prefs_common.c
14144                 Put spell checker options in a separate tab to decrease
14145                 the Common Preferences window height.
14146
14147         * README.claws  
14148                 Update spell checker usage instruction about its options
14149                 location.
14150
14151 2001-12-27 [melvin]     0.6.6claws24
14152
14153         * src/compose.c
14154                 Changed subject entry widget position. Initial focus is
14155                 on the To header instead of the subject entry.
14156                 Creating a new header scrolls the header list to make the
14157                 created one visible. Nevertheless, when automatically filling
14158                 headers, the first one is shown.
14159                 A Tab key press in the last empty header entry zips the 
14160                 focus to the subject entry.
14161                 (I did not change the combo boxes, yet)
14162
14163 2001-12-26 [alfons]     0.6.6claws23
14164
14165         * src/prefs_account.c
14166         * src/inc.c
14167                 allow default inbox to reside in another mailbox (only
14168                 works for POP3 accounts)
14169
14170 2001-12-26 [alfons]     0.6.6claws22
14171         
14172         * src/textview.c
14173                 make reply-on-click work with the account of the selected folder
14174         * src/compose.c
14175                 put a fixme here to remind me to fix finding correct default
14176                 account for nested folders
14177
14178 2001-12-25 [alfons]     0.6.6claws21
14179
14180         * src/summaryview.c
14181                 make column headers display locked and mark pixmaps (idea by Melvin) 
14182                 fix bug by adding score and locked column type to sort array
14183
14184 2001-12-25 [alfons]     0.6.6claws20
14185         
14186         * src/summaryview.c
14187                 catch a *potentially* inadvertent write back of  
14188                 the message cache(s) introduced by 0.6.5claws37
14189
14190 2001-12-25 [christoph]  0.6.6claws19
14191
14192         * src/stock_pixmap.[ch]
14193         * src/summaryview.c
14194                 add ignore thread pixmap
14195                 (can someone draw a better icon for this?)
14196
14197 2001-12-24 [alfons]     0.6.6claws18
14198
14199         * src/prefs_folder_item.c
14200                 make address completion actually work for the
14201                 Default To address in the Folder Property dialog.
14202
14203 2001-12-24 [alfons]     0.6.6claws17
14204         
14205         * src/summaryview.c
14206                 use new style regexp for subject stripping 
14207                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14208
14209 2001-12-24 [darko]      0.6.6claws16
14210
14211         * src/pgptext.c
14212         * src/rfc2015.c
14213                 move GPG related informational messages to debug mode
14214
14215 2001-12-23 [alfons]     0.6.6claws15
14216
14217         * src/stock_pixmap.[ch]
14218         * src/summaryview.c
14219                 add the forgotten Claws' locked pixmap
14220
14221 2001-12-23 [alfons]     0.6.6claws14
14222
14223         * src/filesel.c
14224                 accept file name typed in entry in multi file
14225                 selector (patch submitted by Gustavo Noronha Silva 
14226                 <kov@debian.org>)
14227
14228 2001-12-23 [alfons]     0.6.6claws13
14229
14230         * src/prefs_filter.c
14231         * src/prefs_filtering.c
14232         * src/matcher.c
14233         * src/importmutt.c
14234                 clean up a little bit
14235         
14236         * src/string_match.c
14237                 validate input strings a little bit more
14238
14239 2001-12-23 [alfons]     0.6.6claws12
14240
14241         * src/Makefile.am
14242         * src/summaryview.c
14243         * src/string_match.[ch]         ** NEW **
14244         * src/folderview.[ch]
14245         * src/headerview.h
14246         * src/folder.[ch]
14247         * src/prefs_folder_item.[ch]
14248                 add subject simplification to strip out strings from
14249                 a subject line (esp. handy for mailing lists). 
14250                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14251                 but slightly changed things for better integration.)
14252
14253 2001-12-23 [alfons]     0.6.6claws11
14254
14255         * src/mainwindow.c
14256                 fix bug introduced by submission included in 0.6.5claws52.
14257                 ideally this submission should clean the trash if any trash
14258                 folder has a message. however, the hasTrash variable was
14259                 set to false whenever a trash folder was empty (discarding
14260                 a previously found *filled* trash folder.)
14261
14262                 also edited the code a little bit and made it more safe.
14263
14264 2001-12-22 [alfons]     0.6.6claws10
14265
14266         * src/imap.c
14267                 quick fix for Martin Pool's omission of an account
14268                 specific SSL setting
14269
14270 2001-12-22 [alfons]     0.6.6claws9
14271
14272         * src/compose.c
14273         * src/messageview.c
14274         * src/mimeview.c
14275         * src/pgptext.c
14276         * src/procmime.[ch]
14277                 better support for multipart/digest (submitted
14278                 by Fredrik <e98fo@efd.lth.se>)
14279
14280 2001-12-22 [alfons]     0.6.6claws8
14281
14282         * src/addressbook.c
14283                 correct function signature
14284         * src/socket.[ch]
14285         * src/imap.[ch]
14286         * src/prefs_account.[ch]
14287                 allow IMAP over SSH tunnel (patch submitted by 
14288                 Martin Pool <mbp@samba.org>)
14289
14290 2001-12-21 [alfons]     0.6.6claws7
14291
14292         * sync with sylpheed 0.6.6cvs4-9
14293                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14294
14295 2001-12-21 [christoph]  0.6.6claws6
14296
14297         * src/compose.c
14298         * src/prefs_folder_item.[ch]
14299                 implement saving of outgoing messages to current folder.
14300                 fix segfault when no default outbox is available
14301                 (closes bug #495683)
14302
14303 2001-12-21 [carsten]    0.6.6claws5
14304         * src/folderview.c
14305         * src/summaryview.c
14306                 pressing CTRL while DND does now the expected thing and
14307                 copies the mail (moving is still the default, as this
14308                 seam more appropriate for handling mails by DND)
14309
14310 2001-12-18 [paul]       0.6.6claws4
14311
14312         * sync with sylpheed 0.6.6cvs3
14313                 see ChangeLog entries 2001-12-18
14314
14315 2001-12-18 [hiro]       0.6.6claws3
14316
14317         * src/undo.c
14318                 fix for multibyte characters (obtain the number of letters
14319                 instead of bytes).
14320
14321 2001-12-17 [paul]       0.6.6claws2
14322
14323         * sync with sylpheed 0.6.6cvs1
14324                 see ChangeLog entry 2001-12-16
14325
14326 2000-12-17 [alfons]     0.6.6claws1
14327
14328         * src/filtering.c
14329                 clean up
14330
14331 2001-12-16 [paul]       0.6.6claws
14332 2001-12-15
14333
14334         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14335
14336         * src/mimeview.c
14337                 last minute sync with main 0.6.6
14338
14339         * po/es.po
14340                 updated by Ricardo Mones Lastra
14341                 update for last minute sync
14342         * po/fr.po
14343         * po/nl.po
14344                 update for last minute sync
14345         * po/de.po
14346                 updated by Jens Oberender
14347         * po/pt_BR.po
14348                 updated by Fabio Junior Beneditto
14349
14350         * src/prefs_common.[ch]
14351         * src/undo.c
14352                 number of undo levels is user configurable
14353                 (squeeze it into the release in the dying
14354                 moments) Submitted by Jens Oberender    
14355
14356 2001-12-15 [melvin]
14357
14358         * po/fr.po
14359                 updated french translation
14360
14361 2001-12-15 [paul]       0.6.5claws92
14362
14363         * sync with sylpheed 0.6.5cvs28
14364                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14365
14366         * po/nl.po
14367                 update to allow for sync
14368
14369 2001-12-15 [alfons]
14370         
14371         * po/nl.po
14372                 update dutch translation
14373
14374 2001-12-14 [carsten]    0.6.5claws91
14375         * src/summaryview.c
14376                 fixed bug #473785; also after changing the column order
14377                 the same message will be selected and displayed as before
14378                 the reordering
14379
14380 2001-12-14 [carsten]    0.6.5claws90
14381         * src/folderview.c
14382                 probably found the bug reported by wwb opening or closing
14383                 a folder tree just before dnd (found the solution in the
14384                 balsa source -- thanks to them)
14385
14386 2001-12-14 [carsten]    0.6.5claws89
14387         * src/gtkutils.c
14388         * src/account.c
14389                 moved gtk_clist_moveto to the right place, so that
14390                 only the accounts dialog is effected on opening
14391
14392 2001-12-14 [carsten]    0.6.5claws88
14393         * src/gtkutils.c
14394                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14395                 now, so that the focused row will be seen in any case
14396                 (reported by wwp on sf-claws-user)
14397
14398 2001-12-14 [darko]      0.6.5claws87
14399
14400         * src/compose.c
14401                 remove unnecessary line
14402
14403 2001-12-14 [paul]       0.6.5claws86
14404
14405         * sync with sylpheed 0.6.5cvs27
14406                 see ChangeLog entries 2001-12-14
14407
14408 2001-12-14 [carsten]    0.6.5claws85
14409         * src/mainwindow.c
14410                 following a suggestion of Melvin the rcoabm pops up
14411                 right under the button now and the button is reliefed
14412                 while the popup is open
14413
14414 2001-12-14 [darko]      0.6.5claws84
14415
14416         * src/compose.c
14417                 fix crash when wrapping long lines if linewrap quotation
14418                 is disabled and wrapper encounters a word spanning more
14419                 than one line
14420
14421 2001-12-13 [paul]       0.6.5claws83
14422
14423         * src/compose.c
14424                 prefer 'Reply-To' header over mailing list header when
14425                 replying to a message. Finally prevent all those confirmation 
14426                 messages being sent to the list itself.
14427
14428         * src/summaryview.c
14429                 remove unused summary_set_menu_sensitive() entry
14430
14431 2001-12-13 [paul]       0.6.5claws82
14432
14433         * src/folderview.c
14434         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14435         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14436         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14437                 improvements to 'Hide read messages': Inbox, Outbox,
14438                 Trash, Queue, and Draft icons now reveal presence of hidden 
14439                 messages
14440
14441 2001-12-12 [alfons]     0.6.5claws81
14442
14443         0.6.5claws80 was tagged as LAST_STABLE
14444
14445         * src/filtering.[ch]
14446         * src/matcher.[ch]
14447         * src/matcher_parser_lex.c
14448                 fix the filtering; my last attempt to get it right, 
14449                 if it does not work, it's Hoa's turn. ;-)
14450
14451                 for my honourable peers:
14452                 
14453                 the code now makes a clear distinction between
14454                 rules as they are displayed (probably escaped),
14455                 and as they are executed (probably unescaped). the
14456                 parser does *NOT* do any unescaping, this is
14457                 the task of the matcher.c (which breaks up a
14458                 rule into condition) and the filtering.c (which
14459                 breaks up the rule's action). to make this
14460                 run happily we provide an unescaped copy of
14461                 crucial strings to the MatcherProp and 
14462                 FilteringAction structures. note that the only
14463                 exception to this is any REGEXP string. those
14464                 are directly passed to regcomp() and regexp()
14465                 (who have much more powerful unescape functions).
14466                 
14467                 for everyone else:
14468         
14469                 you can escape tab (\t), carriage return (\r),
14470                 linefeed (\n), form feed (\f), quote (\"), 
14471                 single quote (\'), bell (\b) in all the entry
14472                 lines in the scoring & filtering dialogs.
14473                 as an added bonus this should not affect
14474                 existing filtering rules.
14475
14476 2001-12-12 [carsten]    0.6.5claws80
14477
14478         * src/summaryview.c
14479         * po/de.po
14480                 "item(s) selected" is now sensitive to 1 or more
14481                 than one selected (nice for language where simple
14482                 adding of a "s" is not possible as German (Eintrag
14483                 ->Eintr"age)
14484                 
14485                 the "forward as attachment" entry from the right
14486                 click menu removed, "forward" acts following the
14487                 prefs
14488         
14489         * src/textview.c
14490                 reverted my former changes; so compiler warning again
14491                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14492                 nevertheless
14493
14494         * src/messageview.c
14495                 "search in message" does now *not* only work in MVIEW_TEXT
14496                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14497                 message
14498
14499         * src/mainwindow.c
14500                 removed "/File/_Close" as it was the same as "/File/E_xit"
14501                 and we don't need it two times
14502
14503                 the separate folder view and message view now get a distinct
14504                 WMCLASS, just in case someone is using sawfish ;-)
14505
14506                 as the menu entries "/View/Message view" and "/View/Folder tree"
14507                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14508                 make them sensitive accordingly and as these two are "shown"
14509                 after startup anytime check this menuitem at startup
14510
14511 2001-12-12 [paul]       0.6.5claws79
14512
14513         * src/folderview.c
14514                 fix sensitivity of 'Search folder...', broken in
14515                 0.6.5claws75
14516
14517         * src/mainwindow.c
14518                 fix dodgy English
14519
14520 2001-12-11 [carsten]    0.6.5claws78
14521         * src/filtering.c
14522                 fixed two typos returning a wrong FALSE/TRUE
14523         * src/mainwindow.[ch]
14524                 extra menu for email/news button removed
14525
14526 2001-12-11 [alfons]     0.6.5claws77
14527         
14528         * src/matcher.c                 (1.3)
14529         * src/matcher_parser_lex.l      (1.28)
14530                 revert for another attempt
14531                 mark 0.6.5claws77 as LAST_STABLE
14532
14533 2001-12-11 [christoph]  0.6.5claws76
14534
14535         * po/de.po
14536                 fixed wrong translation for prev. unread msg
14537
14538 2001-12-11 [paul]       0.6.5claws75
14539
14540         * src/folder.[ch]
14541         * src/folderview.c
14542         * src/mainwindow.c
14543         * src/summaryview.[ch]
14544         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14545                 enable ability to hide read messages on per folder basis via 
14546                 '/Summary/Hide read messages'; when selected, a folder will 
14547                 have a red open folder icon, instead of a blue icon, if the 
14548                 folder contains hidden messges
14549                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14550
14551         * src/mainwindow.c
14552                 remove '/Message/Forward as attachment' from 
14553                 main_window_set_menu_sensitive() to prevent debug warning
14554
14555         * src/folderview.c
14556         * src/mainwindow.c
14557                 Clean up some of the English
14558
14559         * tools/newscache_clean.pl
14560                 allow for new 'hidereadmsgs' entry in folderlist.xml
14561
14562         * po/es.po
14563                 updated translation, submitted by Ricardo Mones Lastra
14564
14565 2001-12-11 [paul]       0.6.5claws74
14566
14567         * sync with sylpheed 0.6.5cvs25
14568                 see ChangeLog entry 2001-12-11
14569
14570 2001-12-10 [alfons]     0.6.5claws73
14571
14572         * src/matcher.c
14573                 add more control characters
14574         * src/matcher_parser_lex.l
14575                 make escaping / unescaping work again
14576
14577 2001-12-10 [alfons]     0.6.5claws72
14578
14579         * src/imap.c
14580                 clean up warnings "returning value for void function" 
14581         * src/prefs_filtering.c
14582                 make info button for execute action sensitive
14583
14584 2001-12-10 [paul]       0.6.5claws71
14585
14586         * src/compose.c
14587         * src/imap.[ch]
14588         * src/summaryview.c
14589                 fix: imap server now gets informed of MARKED, UNMARKED
14590                 and REPLY events. Now people can use different IMAP-Mail
14591                 clients and have the exact same information about MARKED,
14592                 UNMARKED and REPLY status with all of them. Especially
14593                 useful for imap servers with a web-frontend.
14594                 submitted by Tobias Sandhaas <medlor@web.de>
14595
14596 2001-12-09 [melvin]     0.6.5claws70
14597         
14598         * src/textview.[ch]
14599                 fixed bug #490076 (hunted down by Alfons who implemented
14600                 a workaround in 0.6.5claws65)
14601
14602 2001-12-09 [christoph]  0.6.5claws69
14603
14604         * src/summaryview.c
14605                 set pointer to string in LOCKED column to NULL
14606                 (might fix bug #490800)
14607
14608 2001-12-09 [carsten]    0.6.5claws68
14609
14610         * po/de.po
14611                 resolved some cluttered menu shortcuts 
14612                 ('creating new email' and 'creating news message'
14613                 hade the same)
14614         * src/compose.c
14615                 wmclass now distinc from main window
14616         * src/mainwindow.c
14617           src/mainwindow.h
14618                 email/news and forward button functionality similar
14619                 to the reply buttons; removed the ugly dropdown arrows
14620                 and use instead the right mouse button
14621
14622 2001-12-09 [paul]       0.6.5claws67
14623
14624         * src/imap.c
14625         * src/utils.h
14626                 allow spaces in imap folder names
14627                 submitted by Willem van Engen <wvengen@stack.nl>
14628
14629 2001-12-09 [paul]       0.6.5claws66
14630
14631         * sync with sylpheed 0.6.5cvs24
14632                 see ChangeLog entry 2001-12-09
14633
14634 2001-12-08 [alfons]     0.6.5claws65
14635
14636         * src/textview.c
14637                 prevent secondary selection claim after "add to sender" dialog
14638                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14639                 we trick GTK by simulating a click at (0, 0) in the textview.
14640
14641 2001-12-08 [hoa]        0.6.5claws64
14642
14643         * src/folder.c
14644                 fixed a bug about the .processing folder name while filtering
14645
14646 2001-12-08 [alfons]     0.6.5claws63
14647
14648         * src/folderview.c 
14649                 work around problem of not correctly updating folder stats
14650                 when deleting messages. there's some folder scanning evil
14651                 going so the folderview_update_msg_num() does not work
14652                 correctly. need to investigate this.
14653
14654 2001-12-08 [paul]       0.6.5claws62
14655
14656         * sync with sylpheed 0.6.5cvs23
14657                 see ChangeLog entry 2001-12-08
14658
14659 2001-12-07 [christoph]  0.6.5claws61
14660
14661         * src/compose.c
14662                 fix another header translation problem
14663
14664 2001-12-07 [alfons]     0.6.5claws60
14665
14666         * src/mbox.c
14667                 make filtering also work on local spool mbox
14668
14669 2001-12-07 [carsten]    0.6.5claws59
14670         * src/addressbook.c
14671                 addressbook window gets a wmclass distinct from the main
14672                 sylpheed window
14673         * src/compose.h
14674         * src/mainwindow.[ch]
14675                   forward menu item will use mode selected in prefs, forward 
14676                 as attatchment in menu removed (will be substituted in the
14677                 toolbar similar to reply buttons)
14678                   create news message menu entry and news button is now 
14679                 sensitive to the existance of a news account
14680         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14681         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14682         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14683                 these are removed because the toolbar buttons don't show
14684                 the quoting modus any longer
14685
14686 2001-12-07 [paul]
14687
14688         * tools/newscache_clean.pl      ** NEW FILE **
14689                 perl script to do some tidying up in the newscache directory 
14690                 
14691         * tools/sylpheed-switcher       ** NEW FILE **
14692                 perl script to enable easy switching between main and claws
14693                 
14694         * tools/README
14695                 added descriptions of the two new perl scripts          
14696
14697
14698 2001-12-07 [melvin]     0.6.5claws58
14699
14700         * src/messageview.c
14701                 fixed a warning during compilation introduced in 0.6.5claws56
14702
14703 2001-12-07 [paul]       0.6.5claws57
14704
14705         * src/mainwindow.[ch]
14706         * src/menu.[ch]
14707                 further usability enhancements to replying with or without 
14708                 quoting via the toolbar, use of Ctrl key is replaced by 
14709                 drop down menu 
14710                 Submitted by Carsten Schurig            
14711
14712 2001-12-07 [melvin]     0.6.5claws56
14713
14714         * src/messageview.c
14715                 hack to fix bug that prevented to make/paste selections
14716                 after switching between MVIEW_TEXT and MVIEW_MIME views
14717                 without deselecting the selection first.
14718
14719 2001-12-06 [alfons]     0.6.5claws55
14720
14721         * src/filtering.[ch]
14722         * src/inc.c
14723                 revise filtering a little bit more, and make sure
14724                 messages are delivered to the appropriate inbox
14725                 (perhaps set per account)
14726
14727 2001-12-06 [paul]       0.6.5claws54
14728
14729         * sync with sylpheed 0.6.5cvs22
14730                 see ChangeLog entry 2001-12-06
14731
14732 2001-12-05 [alfons]     0.6.5claws53
14733
14734         * src/inc.c
14735         * src/folder.[ch]
14736         * src/procmsg.c
14737         * src/filtering.c
14738                 more revisions of filtering system
14739                 (last stable version is marked as LAST_STABLE)
14740                 
14741                 | NOTE 1): the filtering system now uses a local folder called
14742                 | .processing. if filtering fails, check this directory
14743                 | for missing messages.
14744                 |
14745                 | NOTE 2): help us find the filtering actions still missing
14746
14747 2001-12-05 [paul]       0.6.5claws52
14748
14749         * src/mainwindow.c
14750                 fix bug where 'Empty Trash?' pop-up window appears even
14751                 when Trash is empty, submitted by Jesse Skinner         
14752
14753 2001-12-05 [melvin]     0.6.5claws51
14754
14755         * src/compose.c
14756                 fixed bug #486106 to select correct account when reediting 
14757                 a queued message
14758         
14759 2001-12-04 [alfons]     0.6.5claws50
14760
14761         * src/mh.c
14762                 declare markfile in appropriate functions when
14763                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14764                 for spotting this)
14765
14766 2001-12-04 [paul]       0.6.5claws49
14767
14768         * sync with sylpheed 0.6.5cvs21
14769                 see ChangeLog entry 2001-12-04
14770
14771 2001-12-03 [christoph]  0.6.5claws48
14772
14773         * po/de.po
14774                 changed translation of undo
14775         * src/account.c
14776         * src/folder.c
14777                 don't reinvent the wheel to traverse a GNode
14778         * src/compose.[ch]
14779                 seperate code to create the compose gui into functions
14780                 add "Others" page with folder selection for saving copy
14781                 of the message.
14782                 the folder identifier is saved to queue header
14783         * src/procmsg.c
14784                 save message to folder in queue header
14785
14786 2001-12-03 [paul]       0.6.5claws47
14787
14788         * sync with sylpheed 0.6.5cvs20
14789                 see ChangeLog entry 2001-12-03
14790
14791 2001-12-01 [paul]
14792
14793         * more sync with sylpheed 0.6.5cvs19
14794                 see ChangeLog entry 2001-11-29
14795
14796 2001-11-30 [paul]       0.6.5claws46
14797         
14798         * src/compose.c
14799                 remove conflicts introduced by Hoa's last commit
14800          
14801         * src/mainwindow.c
14802                 make 'Message/Bounce' sensitive
14803
14804 2001-11-30 [hoa]        0.6.5claws45
14805
14806         * src/compose.c
14807                 slightly change bounce function to add
14808                 information about the user that bounced the mail
14809                 in the From header line.
14810
14811         * src/folderview.c
14812                 permit the use of processing in outbox folder.
14813
14814 2001-11-29 [paul]       0.6.5claws44
14815
14816         * src/mainwindow.[ch]
14817         * src/prefs_common.c
14818         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14819         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14820         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14821                 usability enhancements to the quoting, implements
14822                 use of Ctrl key to toggle quoting settings
14823                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14824
14825 2001-11-29 [paul]       0.6.5claws43
14826         
14827         * sync with sylpheed 0.6.5cvs19
14828                 see ChangeLog entry 2001-11-28
14829
14830 2001-11-29 [melvin]     0.6.5claws42
14831         * src/Makefile.am
14832                 added enriched.[ch] to the list of files
14833
14834         * src/textview.c
14835         * src/mimeview.c
14836         * src/procmime.[ch]
14837         * src/enriched.[ch]
14838                 added support to view text/enriched
14839                 added support to show headers in message view for text/enriched and text/html
14840                         in non multipart messages
14841
14842 2001-11-28 [paul]       0.6.5claws41
14843
14844         * more sync with sylpheed 0.6.5cvs18
14845                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14846
14847 2001-11-27 [paul]       0.6.5claws40
14848         
14849         * po/pt_BR.po
14850                 updated translation, submitted by Fabio Junior Beneditto
14851                 
14852         * sync with sylpheed 0.6.5cvs18
14853                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14854                 2001-11-27
14855
14856
14857 2001-11-26 [paul]
14858
14859         * po/es.po
14860                 updated translation, submitted by Ricardo Mones Lastra
14861
14862 2001-11-26 [alfons]
14863
14864         * src/matcher.c
14865                 add more translatable strings
14866
14867 2001-11-26 [christoph]  0.6.5claws39
14868
14869         * po/de.po      
14870                 fixed one more umlaut
14871         * src/compose.c
14872                 fix translated header when it should not be translated
14873
14874 2001-11-26 [paul]       0.6.5claws38
14875
14876         * src/mainwindow.c
14877                 remove '/Message/Add Sender to address book' from 
14878                 main_window_set_menu_sensitive(), prevent debug warning
14879                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14880
14881 2001-11-26 [paul]       0.6.5claws37
14882
14883         * src/summaryview.c
14884                 fix 'recurring unread state' bug 
14885
14886         * tools/README 
14887         * tools/filter_conv.pl
14888                 read name of top level mailbox from folderlist.xml
14889                 and presume nothing about its name              
14890
14891 2001-11-26 [darko]      0.6.5claws36
14892
14893         * src/gtkstext.[ch]
14894                 removed functions that are now in gtkutils.c
14895                 use gtkut_text_is_uri_string() from gtkutils.c
14896         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14897
14898 2001-11-26 [paul]       0.6.5claws35
14899
14900         * sync with sylpheed 0.6.5cvs16
14901                 see ChangeLog entries 2001-11-25 and 2001-11-26
14902
14903 2001-11-25 [alfons]     0.6.5claws34
14904
14905         EXPERIMENTAL!!! Please checkout the last stable version using: 
14906           
14907         % cvs update -r LAST_STABLE -dRAP
14908
14909         (Or help us testing this stuff.)
14910
14911         * src/filtering.c               (1.14)
14912         * src/filtering.h               (1.6)
14913         * src/inc.c                     (1.28)
14914         * src/matcher.c                 (1.20)
14915         * src/mbox.c                    (1.9)
14916         * src/procmsg.h                 (1.14)
14917         * src/summaryview.c             (1.59)
14918         * src/summaryview.h             (dunno)
14919                 revert/merge/sync to as it was before commit 
14920                 on Thu, 19 Jul 2001 10:15:51 -0700.
14921
14922 2001-11-25 [hoa]        0.6.5claws33
14923
14924         * src/main.c
14925                 processing mails at startup
14926
14927         * src/folderview.c
14928         * src/summaryview.[ch]
14929                 processing mails when entering folder
14930
14931         * src/prefs_filtering.c
14932                 fixed some UI bugs
14933
14934 2001-11-24 [alfons]     0.6.5claws32
14935
14936         * src/summaryview.[ch]
14937                 make summary sort headers work, and also make
14938                 sure the sort type is stored
14939
14940 2001-11-23 [alfons]     0.6.5claws31
14941
14942         * src/summaryview.[ch]
14943                 make lock work like mark
14944                 disallow deleting messages marked as locked
14945
14946 2001-11-23 [alfons]     0.6.5claws30
14947
14948         * src/gtkstext.c
14949         * src/compose.[ch]
14950         * src/Makefile.am
14951         * src/undo.[ch]
14952                 merge undo patch submitted by Jens
14953
14954 2001-11-23 [christoph]  0.6.5claws29
14955
14956         * src/.cvsignore
14957                 added ylwrap
14958         * src/compose.c
14959                 fixed gpg signing and encoding
14960         * src/folder.[ch]
14961         * src/main.c
14962                 added --status option to get new, unread and total
14963                 message count from a running sylpheed
14964         * src/prefs_common.c
14965                 temporary fix for reply_with_quote problem
14966                 (don't call functions for non existing widget)
14967         * src/procmsg.c
14968                 one more check for ignored threads but still not
14969                 always working correctly. probably a recursive
14970                 check for all parents is needed
14971
14972 2001-11-23 [darko]      0.6.5claws28
14973
14974         * src/compose.c
14975                 wrapping on send improvements
14976         * src/gtkutils.[ch]
14977                 fix for GtkSText after last sync with main branch
14978                 GTK_TEXT -> GTK_STEXT
14979
14980 2001-11-23 [paul]       0.6.5claws27
14981
14982         * sync with sylpheed 0.6.5cvs14
14983                 see ChangeLog entries 2001-11-22 and 2001-11-23
14984                 
14985         * po/de.po
14986                 fixed the scrambled umlauts 
14987                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14988
14989 2001-11-21 [paul]       0.6.5claws26
14990
14991         * sync with sylpheed 0.6.5cvs12
14992                 see 2nd ChangeLog entry dated 2001-11-20
14993
14994 2001-11-20 [paul]       0.6.5claws25
14995
14996         * sync with sylpheed 0.6.5cvs11
14997                 see ChangeLog entry 2001-11-19 (src/utils.c)
14998
14999 2001-11-20 [hiro]
15000
15001         * src/compose.c
15002                 GTK_TEXT -> GTK_STEXT
15003                 fix for wrong comment
15004
15005 2001-11-20 [hiro]       0.6.5claws24
15006
15007         * src/compose.[ch]
15008                 more merges from main branch
15009                 removed fatal warnings (uninitialized variables etc.)
15010                 some coding style fix
15011         * src/gtkutils.h
15012                 fixed typo.
15013         * src/addressbook.c
15014           src/addrindex.c
15015                 V-Card -> vCard
15016
15017 2001-11-19 [hoa]        0.6.5claws23
15018
15019         * src/filtering.c
15020         * src/prefs_scoring.c
15021         * src/matcher.[ch]
15022         * src/scoring.c
15023                 cleaning code
15024
15025         * src/matcher_parser_parse.y
15026         * src/prefs_filtering.c
15027                 bouncing
15028
15029 2001-11-19 [alfons]     0.6.5claws22
15030
15031         more of my old things into claws
15032
15033         * src/Makefile.am
15034         * src/prefs_common.c
15035         * src/procmsg.h
15036         * src/summaryview.[ch]
15037         * src/prefs_summary_column.c
15038         * src/pixmaps/locked.xpm
15039                 add indicators for locking of message in summary view
15040                 (does not work yet, only visual indicator)
15041
15042 2001-11-19 [paul]       0.6.5claws21
15043
15044         * sync with sylpheed 0.6.5cvs10
15045                 see ChangeLog entry 2001-11-19
15046
15047 2001-11-18 [alfons]     0.6.5claws20
15048         
15049         * src/filtering.c
15050                 remove an inadvertent free I forgot in previous clean up 
15051
15052 2001-11-18 [alfons]     0.6.5claws19
15053
15054         * src/filtering.[ch]
15055                 clean up & plug leaks
15056
15057 2001-11-18 [paul]       0.6.5claws18
15058
15059         * sync with sylpheed 0.6.5cvs9
15060                 see ChangeLog entries 2001-11-17 and 2001-11-18
15061
15062 2001-11-16 [paul]       0.6.5claws17
15063
15064         * sync with sylpheed 0.6.5cvs8
15065                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15066
15067 2001-11-16 [paul]       0.6.5claws16
15068
15069         * sync with sylpheed 0.6.5cvs7
15070                 see ChangeLog entries 2001-11-15 and 2001-11-16
15071
15072 2001-11-15 [hoa]        0.6.5claws15
15073
15074         * src/compose.c
15075                 fix bounce, mails we received couln't be bounced to ourself.
15076
15077         * src/defs.h
15078         * src/filtering.[ch]
15079         * src/matcher.[ch]
15080         * src/matcher_parser.h
15081         * src/matcher_parser_lex.l
15082         * src/matcher_parser_parse.y
15083         * src/inc.c
15084         * src/main.c
15085         * src/mbox.c
15086         * src/prefs_filtering.[ch]
15087         * src/mainwindow.c
15088         * src/prefs_matcher.c
15089         * src/prefs_scoring.c
15090         * src/scoring.[ch]
15091         * src/summaryview.c
15092                 new matcher/filter/score configuration file parser
15093                 one unique configuration file => ~/.sylpheed/matcherrc
15094                 import in currently automatic, then save are made
15095                 in this new file.
15096                 one filter per folder and one global filter
15097                 (filter of a folder will be used as folder processing)
15098
15099         * src/folder.c
15100                 fix a bug in folder_item_get_identifier
15101                 
15102         * src/messageview.c
15103                 receive receipt return are fixed.
15104
15105 2001-11-14 [alfons]     0.6.5claws14
15106
15107         * src/session.h
15108                 add things from main branch to make claws compile
15109
15110 2001-11-14 [paul]       0.6.5claws13
15111
15112         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15113                 see ChangeLog entries 2001-11-08 to 2001-11-14
15114
15115 2001-11-14 [hoa] 0.6.5claws12
15116
15117         * src/compose.[ch]
15118         * src/mainwindow.c
15119         * src/summaryview.c
15120                 add "bounce mail" option
15121
15122 2001-11-13 [christoph]  0.6.5claws11
15123
15124         * src/compose.c
15125                 Cleanup a mess i add before commiting
15126
15127 2001-11-13 [hoa]        0.6.5claws10
15128
15129         * src/compose.c
15130                 some fixes when mail are sent or
15131                 for crossposts
15132
15133 2001-11-13 [christoph]  0.6.5claws9
15134
15135         * po/de.po
15136                 Changed two string with the same translation
15137         * src/compose.c
15138         * src/procmsg.[ch]
15139         * src/send.[ch]
15140                 New mailsending process:
15141                   - Always queue message before sending
15142                     (message will be saved if sylpheed crashed or
15143                      freezes while sending)
15144                   - Allow queuing of newspostings
15145                   - No copy in outbox before sending
15146                     (closes bug #469501)
15147                   - No more redundant code for send and send_later
15148         * src/summaryview.c
15149                 Applied wwp <subscript@free.fr>'s patch that fixes
15150                 marks for multiple forwarded messages (+compose.c)
15151
15152 2001-11-12 [alfons]
15153
15154         * README.claws
15155                 remove things that are now in main branch
15156         
15157         * po/nl.po
15158                 update Dutch translation
15159
15160 2001-11-12 [mhadasht]   0.6.5.claws8
15161
15162         * src/prefs_common.c
15163                 re-enabled account autoselection feature for forward
15164                 and reedit lost during the branch point for SYNC-B4-REL
15165         * src/gtkspell.c
15166                 gtkpspell_get_dict(): more readable code (even if function is
15167                 not used yet)
15168         * ChangeLog.claws
15169                 added version number info to 2001-11-12 [hiro] comment.
15170
15171 2001-11-12 [hiro]       0.6.5.claws7
15172
15173         * src/compose.c
15174                 compose_forward(): fixed a bug that forward quote mark
15175                 wasn't used.
15176                 removed unnecessary code.
15177         * src/template_select.[ch]: removed.
15178
15179 2001-11-11 [alfons]
15180
15181         * src/compose.c
15182                 :%s/GTK_TEXT/GTK_STEXT/g
15183         
15184         * src/compose.[ch]
15185         * src/undo.[ch]
15186         * src/Makefile.am
15187                 revert the undo stuff (this is 0.6.6claws stuff)
15188
15189 2001-11-11 [hoa]        0.6.5.claws6
15190
15191         * src/compose.[ch]
15192                 Insert signature at the end of the text.
15193                 Added undo patch but currently disabled
15194
15195         * src/procmsg.c
15196                 Threading by subject improved.
15197
15198         * added src/undo.[ch]
15199                 Undo module for compose dialog box.
15200
15201 2001-11-11 [alfons]     0.6.5.claws5
15202
15203         * src/procmsg.c
15204                 prevent threading by subject on nodes that have already been
15205                 threaded by in-reply-to (as in "circular references in a tree
15206                 result in a dead branch")
15207
15208 2001-11-09 [hoa]        0.6.5.claws4
15209         
15210         * src/folderview.c
15211                 allows creation of mbox folder item from any files.
15212
15213 2001-11-09 [alfons]     0.6.5.claws3
15214         
15215         * src/utils.c
15216         * src/procmsg.c
15217                 do what I mean and correct threading by subject so it really
15218                 ignores attracting lines without "Re: "
15219
15220 2001-11-07 [alfons]     0.6.5.claws2
15221
15222         * src/procmsg.c
15223         * src/utils.[ch]
15224                 only attract by subject if a subject line starts with a "Re: "
15225         * src/syldap.c
15226                 remove warning
15227
15228 2001-11-07 [paul]       0.6.5claws1
15229
15230         * sync with sylpheed 0.6.5. release
15231                 see ChangeLog entry 2001-11-07
15232
15233 2001-11-07 [paul]       0.6.4claws31
15234
15235         * sync with sylpheed 0.6.4cvs18
15236                 see ChangeLog entries 2001-10-30 to 2001-11-07
15237                 prefs_templates.[ch] renamed prefs_template.[ch]
15238
15239 2001-11-06 [alfons]
15240         
15241         * src/utils.h
15242                 add semicolon Hoa forgot ;-)
15243                 
15244
15245 2001-11-06 [hoa]        0.6.4claws30
15246         
15247         * src/procmsg.c
15248         * src/summaryview.c
15249         * src/utils.c
15250         * src/utils.h
15251                 threading by subject - empty subject are ignored
15252
15253 2001-11-06 [christoph]  0.6.4claws29
15254
15255         * src/socket.c
15256                 use SSL_peek for sock_gets
15257         * src/utils.c
15258                 removed unneeded pointer in extracting quoted
15259                 names implementation
15260
15261 2001-11-06 [melvin]     0.6.4claws28
15262
15263         * src/gtkspell.c
15264                 fixed bug #476792 Selection overtyping with spell checker
15265                 fixed bug which could cause a buffer overflow
15266                 fixed a memory leak
15267
15268 2001-11-06 [hoa]        0.6.4claws27
15269         
15270         * src/procmsg.c
15271         * src/summaryview.c
15272                 threading by subject
15273
15274 2001-11-05 [alfons]     0.6.4claws26
15275         
15276         * README.claws
15277                 Claws -> Sylpheed (vice versa)
15278
15279         * src/compose.c
15280                 :%s/gtk_text/gtk_stext/g
15281                 :%s/GTK_TEXT/GTK_STEXT/g
15282                 (thanks to Jonathan Ware for spotting this)
15283
15284 2001-11-04 [christoph]  0.6.4claws25
15285
15286         * src/summaryview.c
15287                 replace Xalloca + strdup with Xstrdup_a
15288         * src/utils.c
15289                 better implementation of extracting quoted names
15290                 from addresses (remove backlashes and ignore
15291                 quotes after them)
15292
15293 2001-11-04 [alfons]     0.6.4claws24
15294
15295         * src/utils.[ch]
15296                 edit to comply more with coding style
15297
15298         * src/textview.c
15299                 fix bug reported by Kim Schulz. introduced by the patch integrated
15300                 in 0.6.4claws15. the code did not check the return value of
15301                 the html parser.
15302
15303         * AUTHORS
15304                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15305
15306 2001-11-04 [christoph]  0.6.4claws23
15307
15308         * src/main.c
15309         * src/prefs_common.[ch]
15310                 init some pointers that possibly caused a segfault
15311                 reported in the claws-users ML
15312
15313 2001-11-04 [hoa]        0.6.4claws22
15314
15315         * src/grouplistdialog.c
15316                 change the names of the nodes in the tree
15317
15318         * src/compose.c
15319                 enhanced mailto syntax as described in
15320                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15321                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15322
15323         * src/utils.c
15324                 encode and decode URI (useful when opening URL into
15325                 netscape).
15326
15327 2001-11-03 [hoa]        0.6.4claws21
15328
15329         * src/grouplistdialog.c
15330                 a new newsgroups list selection dialog box
15331                 with a CTree instead of a CList
15332
15333 2001-11-03 [hoa]        0.6.4claws20
15334
15335         * src/folderview.c
15336                 enable property and scoring options when right
15337                 click on "inbox"
15338
15339         * src/summaryview.c
15340                 fixed bug when nickname were displayed using
15341                 the address book.
15342
15343 2001-11-02 [darko]      0.6.4claws19
15344
15345         * src/compose.c
15346                 new wrap quotation and URL/long words wrapping implementation
15347         * src/compose.c src/gtkstext.[ch]
15348                 move gtkstext_strncmp() to gtkstext.c
15349
15350 2001-11-01 [christoph]  0.6.4claws18
15351
15352         * src/prefs_account.c
15353                 fixed mess in account settings dialog
15354         * src/prefs_folder_item.c
15355                 added label with folder path to dialog
15356
15357 2001-10-31 [match]      0.6.4claws17
15358
15359         * src/vcard.c
15360                 fix memory leak.
15361         * src/addrbook.c
15362                 fix generation of spurious address book file names.
15363                 remove redundant functions.
15364         * po/POTFILES.in
15365                 added missing file names.
15366
15367 2001-10-30 [paul]       0.6.4claws16
15368
15369         * sync with sylpheed 0.6.4cvs6
15370                 see ChangeLog entries 2001-10-26 to 2001-10-30
15371
15372         * tools/filter_conv.pl
15373                 read folderlist.xml to discover whether the top-level
15374                 folder is called 'Mailbox' or 'Mail' 
15375
15376 2001-10-29 [paul]       0.6.4claws15
15377
15378         * src/html.c, src/textview.c
15379                 activate links in html mail and fix clickable parts
15380                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15381
15382 2001-10-29 [paul]
15383
15384         * po/de.po, po/es.po, po/pt_BR/po
15385                 updated translations, submitted by Jens Oberender,
15386                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15387
15388 2001-10-29 [darko]      0.6.4claws14
15389
15390         * src/compose.c
15391                 fix wrapping for good
15392
15393 2001-10-29 [darko]
15394
15395         * src/compose.c
15396                 undo previous change as it broke the smart wrapping
15397
15398 2001-10-29 [darko]      0.6.4claws13
15399
15400         * src/compose.c
15401                 fix infinite loop when long URL is quoted
15402                 (closes bug #475122.
15403
15404 2001-10-28 [match]
15405
15406         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15407                 import Mutt address book
15408         * src/ldif.[ch] src/importldif.h
15409                 modified import LDIF handle user attributes
15410
15411 2001-10-28 [christoph]  0.6.4claws12
15412
15413         * src/summaryview.c
15414                 fixed that filtering did not work if there
15415                 were no filter rules
15416                 (closes bug #472003 and better implementation
15417                  of patch #474644)
15418
15419 2001-10-27 [christoph]  0.6.4claws11
15420
15421         * src/compose.c
15422                 make the folder's default account to be used when
15423                 replying. (patch by wwp <subscript@free.fr>)
15424         * src/compose.c
15425                 code cleanup, nearly killed all of wwp's patch
15426                 for folder's default account in compose
15427         * src/folderview.c
15428                 error panel when a folder could not be created
15429                 (closes bug #471080 new folder name & already
15430                  existing file)
15431
15432 2001-10-26 [alfons]
15433
15434         * src/utils.h
15435                 change prototype of strstr2() that Christoph forgot about
15436
15437 2001-10-26 [christoph]  0.6.4claws10
15438
15439         * src/account.c
15440                 made search for accounts by email address not case
15441                 sensitive
15442         * src/folder.c
15443                 fixed memory leak in folder_item_get_identifier
15444         * src/gtkspell.c
15445         * src/utils.c
15446                 fixed wrong strstr2 (should work like strstr)
15447
15448 2001-10-26 [darko]      0.6.4claws9
15449
15450         * src/compose.c src/gtkstext.[ch]
15451         * src/gtkstext.c
15452                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15453
15454 2001-10-26 [paul]       0.6.4claws8
15455
15456         * src/html.c
15457                 ignore css and javascript tags in html mail
15458                 case-insensitive, with or without double-quoted
15459                 strings
15460
15461 2001-10-26 [paul]       0.6.4claws7
15462
15463         * sync with sylpheed 0.6.4cvs1
15464                 see ChangeLog entry 2001-10-26
15465
15466         * src/prefs_account.c, src/prefs_common.c,
15467           src/prefs_summary_column.c
15468                 minor improvements to the English
15469
15470 2001-10-25 [alfons]     0.6.4claws6
15471
15472         * src/gtkstext.c
15473         
15474                 make GtkSText follow style of GtkText (closes bug 
15475                 #469211 "text selection while writing message")
15476                 
15477                 do sync with GTK 1.2.10
15478
15479 2001-10-25 [paul]       0.6.4claws5
15480
15481         * src/html.c
15482                 ignore css tags in html mail
15483
15484 2001-10-25 [darko]      0.6.4claws4
15485
15486         * src/compose.c
15487                 don't declare is_url_string as static function since
15488                 we need it in gtkstext.c
15489         * src/gtkstext.c
15490                 remove unused variable
15491                 don't wrap long URLs while composing a message
15492
15493 2001-10-24 [christoph]  0.6.4claws3
15494
15495         * src/socket.c
15496                 fix ssl deadlock, when peer closes connection
15497
15498 2001-10-24 [paul]       0.6.4claws2
15499
15500         * src/prefs_common.c
15501                 gettextize the gpg ascii-armored warning message
15502
15503         * src/compose.c
15504                 insert a DOS/MAC file into the composed message
15505                 (improvements)
15506
15507         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15508
15509 2001-10-22 [paul]       0.6.4claws1
15510
15511         * sync with sylpheed 0.6.4 release
15512                 see ChangeLog entries 2001-10-21
15513
15514         * po/fr.po, po/pt_BR.po
15515                 updated by Melvin Hadasht and Fabio Junior Beneditto
15516
15517 2001-10-21 [paul]       0.6.3claws30
15518
15519         * src/compose.c
15520                 insert a DOS text file from the compose window
15521                 into the composed message text (removes CRs characters)
15522                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15523
15524         * tools/filter_conv.pl, tools/README
15525                 automatically use ~/.sylpheed as working directory
15526                 print out confirmation message on completion
15527
15528         * correct Hoa's last ChangeLog.claws entry
15529
15530 2001-10-20 [hoa]        0.6.3claws29
15531
15532         * src/grouplistdialog.c
15533                 bugfix (another ?) to give the right
15534                 newsgroups list for each news server.
15535
15536         * src/news.c
15537         * src/news.h
15538                 improve the newsgroups list cache
15539
15540 2001-10-20 [paul]       0.6.3claws28
15541
15542         * sync with sylpheed 0.6.3cvs9
15543                 see ChangeLog entry 2001-10-19
15544
15545         * correct Alfons' last ChangeLog.claws entry
15546
15547 2001-10-19 [alfons]
15548
15549         * src/pgptext.[ch]
15550                 fix compilation problems (part of bug #472895)
15551
15552 2001-10-18 [hoa]        0.6.3claws27
15553
15554         * src/grouplistdialog.c
15555                 bugfix when we refresh was clicked (bug 472701)
15556
15557 2001-10-19 [christoph]  0.6.3claws26
15558
15559         * src/compose.c
15560                 last header entry should default to "To:" or
15561                 "Newsgroups:" and not copy the last entry line
15562                 in a new compose window
15563                 (closes bug #472686, #470792)
15564
15565 2001-10-19 [paul]       0.6.3claws25
15566
15567         * sync with Sylpheed 0.6.3cvs8
15568                 see ChangeLog entries 2001-10-18 and 2001-10-19
15569
15570 2001-10-18 [christoph]  0.6.3claws24
15571
15572         * src/procmsg.c
15573                 reimplement ignore thread
15574         
15575 2001-10-18 [hoa]        0.6.3claws23
15576
15577         * src/folderview.c
15578         * src/grouplistdialog.[ch]
15579                 enhanced news subscription interface (feature 469113)
15580
15581         * src/news.c
15582         * src/news.h
15583                 enchanced newsgroup listing,
15584                 now, we can get groups informations
15585                 (NNTPGroupInfo)
15586
15587 2001-10-18 [paul]       0.6.3claws22
15588
15589         * src/summaryview.c
15590                 remove comment (sync with main branch)
15591         * src/mainwindow.c
15592                 fix 'Re-edit' bug in 'Message' menu
15593
15594 2001-10-17 [christoph]  0.6.3claws21
15595
15596         * src/compose.c
15597                 ignore empty or whitespace only header lines
15598
15599 2001-10-17 [paul]       0.6.3claws20
15600
15601         * sync with sylpheed 0.6.3cvs7
15602                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15603                 2001-10-17
15604
15605 2001-10-17 [darko]
15606
15607         * src/compose.c
15608                 wrap long lines without spaces
15609                 don't wrap URLs
15610
15611 2001-10-16 [paul]
15612
15613         * po/es.po, po/nl.po, po/pt_BR.po
15614                 updated by Ricardo Mones Lastra, Alfons,
15615                 and Fabio Junior Beneditto
15616
15617         * sylpheed-0.6.3claws released
15618
15619 2001-10-15 [melvin] 0.6.3claws18
15620
15621         * README.claws
15622                 added summary and detailed installation instructions
15623                 for spell checker
15624         * po/fr.po
15625                 Updated, corrected and completed french translation
15626
15627 2001-10-15 [hoa] 0.6.3claws17
15628         * src/grouplistdialog.c
15629                 we can choose the newsgroups to display with wildcards
15630
15631 2001-10-15 [christoph]  0.6.3claws16
15632
15633         * src/account.c
15634         * src/compose.c
15635         * src/prefs_folder_item.[ch]
15636                 applied wwp <subscript@free.fr>'s folder
15637                 default account patch
15638         * po/de.po
15639                 Fixed wrong translation
15640
15641 2001-10-13 [alfons, christoph, melvin]  
15642                         0.6.3claws15
15643
15644         solution #2 to solve MT-safety problems defers all GUI related calls
15645         to the main thread using a gtk_idle_add() callback. discussed on
15646         ircnet #sylpheed, with christoph spotting some issues with the
15647         original code, and melvin allowing us to lobotomize his sylpheed.
15648
15649         * src/syldap.[ch], src/main.c
15650                 fix race problem in ldap search thread by deferring GUI 
15651                 stuff to main thread using gtk_idle_add()
15652
15653 2001-10-13 [paul]       0.6.3claws14
15654
15655         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15656                 add Sergey's smtpcred.patch
15657                 adds separate username/password setting for SMTP Auth
15658                 needed by some servers
15659                 (closes feature request #471659)
15660
15661 2001-10-13 [paul]       0.6.3claws13
15662
15663         * src/pgptext.[ch] **NEW FILES**
15664         * src/Makefile.am, src/messageview.c, src/mimeview.c
15665                 decrypt ascii-armored gpg text embedded in
15666                 the message body.
15667                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15668
15669 2001-10-13 [christoph]  0.6.3claws12
15670
15671         * README.claws
15672                 some more details on default to and
15673                 feature requests
15674         * src/main.c
15675                 init glib threading when ldap is used
15676         * src/syldap.c
15677                 threading fixes
15678         * po/de.po
15679                 fixed a typo
15680
15681 2001-10-12 [paul]       0.6.3claws11
15682
15683         * src/prefs_common.[ch], src/rfc2015.c
15684                 enable ascii-armored gpg text to be embedded in the
15685                 message body, selectable through the 'Privacy'
15686                 preferences. Supports encrypting only.
15687                 Submitted by Ravemax <ravemax@dextrose.com>
15688
15689 2001-10-12 [paul]       0.6.3claws10
15690
15691         * sync with sylpheed 0.6.3cvs6
15692                 see ChangeLog entries 2001-10-11 and 2001-11-12
15693
15694         * src/folderview.c
15695                 incorporated mbox folders, scoring, and folder
15696                 properties into the sync
15697
15698 2001-10-12 [darko]      0.6.3claws9
15699
15700         * README.claws
15701                 describe quotation wrapping
15702         * src/compose.c
15703                 don't treat tab as space to calculate line length properly
15704
15705 2001-10-11 [alfons]
15706
15707         * README.claws
15708                 correct description of how to make new filtering system work,
15709                 add some other things
15710                 
15711         * src/syldap.c
15712                 remove sched_yield() (not necessary / unportable)
15713
15714 2001-10-11 [paul]       0.6.3claws8
15715
15716         * sync with sylpheed 0.6.3cvs3
15717                 see ChangeLog entry 2001-10-10
15718
15719 2001-10-10 [christoph]  0.6.3claws7
15720
15721         * .cvsignore
15722                 ignore 2 files created by newer autotools
15723         * src/prefs_folder_item.c
15724                 using table for widget alignment
15725                 fixed memory leak and broken octal display
15726         * src/filesel.c
15727                 fixed segfault caused by lost filename
15728                 workaround (closes bug #469551)
15729
15730 2001-10-10 [paul]       0.6.3claws6
15731
15732         * sync with sylpheed 0.6.3cvs2
15733                 see ChangeLog entries 2001-10-09 and 2001-10-10
15734
15735 2001-10-10 [darko]      0.6.3.claws5
15736
15737         * src/gtkstext.c
15738                 proper calculation of right margin if smart wrapping is enabled
15739         * src/compose.c
15740                 automatically wrap long lines if wrap quotation is enabled
15741
15742 2001-10-09 [alfons]     0.6.3.claws4
15743
15744         * src/summaryview.c
15745                 select correct row when deleting last row in the summary view (and
15746                 close bug "[ #469104 ] select second last in list when deleting")
15747
15748 2001-10-09 [paul]       0.6.3claws3
15749
15750         * sync with sylpheed 0.6.3cvs1
15751                 updated some autotool scripts
15752
15753 2001-10-09 [darko]      0.6.3claws2
15754
15755         * src/gtkstext.[ch]
15756                 new name and mark with Sylpheed comment
15757         * src/compose.c
15758                 smart quotation wrapping a-la VIM
15759
15760 2001-10-08 [paul]       0.6.3claws1
15761
15762         * sync with sylpheed 0.6.3 release
15763                 see ChangeLog entry 2001-10-08
15764
15765 2001-10-08 [paul]       0.6.2claws24
15766
15767         * src/summaryview.c
15768                 more sync with sylpheed 0.6.2cvs12
15769                 Fixed the bug that didn't select the last row correctly
15770
15771
15772 2001-10-07 [paul]       0.6.2claws23
15773
15774         * sync with sylpheed 0.6.2cvs12
15775                 see ChangeLog entry 2001-10-07
15776
15777 2001-10-06 [match]
15778         * src/jpilot.[ch]
15779                 enable jpilot to read unsynch'ed addresses.
15780
15781         * src/editldap_basedn.c
15782                 fix segfault when opening dialog.
15783
15784 2001-10-06 [alfons]     0.6.2.claws22
15785
15786         * src/summaryview.c
15787                 fix bug with summary view selecting last *inserted*
15788                 node instead of last *visible* node. remember we
15789                 work with a tree
15790
15791 2001-10-06 [paul]       0.6.2claws21
15792
15793         * po/pt_BR.po
15794                 updated translation, contains some fixes and new
15795                 translations, submitted by Gustavo Noronha Silva
15796                 <kov@debian.org>
15797
15798         * src/prefs_common.c
15799                 change 'each' to 'every' - fix dubious English
15800
15801         * sync with sylpheed 0.6.2cvs11
15802
15803 2001-10-05 [alfons]     0.6.2claws20
15804
15805         * src/mainwindow.[ch], src/folderview.c
15806                 make composite tool button switch between "Compose News"
15807                 and "Compose Mail" depending on selected folder
15808                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15809
15810 2001-10-05 [paul]       0.6.2claws19
15811
15812         * src/mainwindow.c, src/summaryview.c
15813                 fix 'Message/Reply to all', broken in last commit
15814
15815         * src/compose.c
15816                 fix X_BEENTHERE seg fault, thanks to Alfons
15817
15818 2001-10-04 [paul]       0.6.2claws18
15819
15820         * src/compose.[ch], src/mainwindow.c
15821                 make "Message/Reply" reply to mailing lists; matches
15822                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15823                 based on portions of the patch submitted by
15824                 Junichi Uekawa <dancer@netfort.gr.jp>
15825
15826 2001-10-04 [darko]      0.6.2claws17
15827
15828         * src/compose.c
15829                 better smart wrapping
15830         * src/gtkstext.[hc]
15831                 a function to make text buffer contiguous
15832
15833 2001-10-03 [paul]       0.6.2claws16
15834
15835         * sync with sylpheed 0.6.2cvs10
15836
15837 2001-10-02 [alfons]
15838
15839         * configure.in
15840         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15841                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15842                 references to chinese translations (hope someone picks up
15843                 this)
15844
15845 2001-10-02 [christoph]  0.6.2claws15
15846
15847         * src/compose.c
15848                 fixed non translated header bug
15849         * ChangeLog.claws
15850                 fixed wrong date in alfons last entry ;)
15851
15852 2001-10-02 [alfons]     0.6.2claws14
15853
15854         * src/compose.c, src/prefs_common.[ch]
15855                 add block cursor option
15856
15857 2001-10-02 [paul]       0.6.2claws13
15858
15859         * sync with sylpheed 0.6.2cvs9
15860
15861 2001-09-30 [paul]       0.6.2claws12
15862
15863         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15864                 updated translations
15865
15866         * po/POTFILES.in
15867                 add 'src/importldif.c'
15868
15869         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15870                 added eudora-to-vCard conversion tool
15871                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15872
15873         * sync with sylpheed 0.6.2cvs8
15874
15875 2001-09-30 [paul]
15876
15877         * sylpheed-0.6.2claws released
15878
15879 2001-09-27 [melvin]     0.6.2claws11
15880
15881         * src/gtkspell.c
15882                 fixed crash when using default path (introduced 
15883                 in 0.6.2claws10)
15884                 fixed tiny bug for initial suggestion mode
15885
15886 2001-09-27 [melvin]     0.6.2claws10
15887         
15888         * src/gtkspell.c
15889                 fixed bug where gtkpspell didn't set the path correctly
15890
15891         * README.claws
15892                 added a paragraph about spell checking
15893                 
15894
15895
15896 2001-09-27 [paul]       0.6.2claws9
15897
15898         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15899                 replace '// comments' with '/* comments */' to prevent
15900                 some compiler warnings 
15901
15902         * sync with sylpheed 0.6.2cvs6
15903
15904 2001-09-26 [alfons]     0.6.2claws8
15905
15906         * src/messageview.c
15907                 introduce return receipt request notification again,
15908                 which was lost because of other semantics in 
15909                 procheader_parse() (???)
15910
15911 2001-09-26 [christoph]  0.6.2claws7
15912
15913         * src/compose.c
15914                 replace comments for old code with #if 0
15915                 readded auto cc, bcc and reply-to
15916         * src/prefs_matcher.c
15917         * src/prefs_scoring.c
15918                 removed some definition (was moved to
15919                 prefs.h)
15920
15921 2001-09-26 [paul]       0.6.2claws6
15922
15923         * src/mainwindow.c
15924                 make 'Follow-up and reply to' sensitive
15925
15926         * more sync with sylpheed 0.6.2cvs5
15927
15928 2001-09-25 [melvin]
15929
15930         * 0.6.2claws5
15931
15932         * src/gtkspell.c
15933                 fixed bug for "US-ASCII" introduced by the encoding code
15934
15935 2001-09-25 [paul]
15936
15937         * 0.6.2claws4
15938
15939         * src/prefs_common.[ch], src/summaryview.c
15940                 'next unread msg' 'go to next folder?' dialog can be
15941                 given default behaviour, either always show dialog,
15942                 or assume 'yes', or assume 'no'
15943                 Submitted by wwp <subscript@free.fr>
15944
15945 2001-09-25 [melvin]
15946                 
15947         * src/compose.c src/gtkspell.[ch]
15948                 added support for different encodings
15949
15950 2001-09-25 [paul]
15951
15952         * more sync with sylpheed 0.6.2cvs5
15953
15954 2001-09-24 [alfons]
15955         
15956         * src/prefs_folder_item.c
15957                 add check for item->prefs->default_to string is NULL and
15958                 add another check when freeing this string
15959
15960 2001-09-24 [paul]
15961
15962         * configure.in
15963                 change to version 0.6.2claws3
15964
15965         * sync with sylpheed 0.6.2cvs5 
15966
15967 2001-09-24 [match]
15968         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15969                 import LDIF files.
15970         * src/addrcache.[ch], addrindex.[ch]
15971                 small update for future
15972         * src/addrbook.c
15973                 fix test XML file.
15974
15975 2001-09-24 [melvin]
15976         * src/gtkspell.[ch]
15977                 added 'Learn from mistakes' option
15978                 better handling of quotes in checked words
15979                 sorted dict list
15980         * po/fr.po
15981                 small update for spell checking stuff
15982
15983 2001-09-23 [alfons]
15984         
15985         * src/gtkspell.c
15986                 edit a little bit so it complies more with main coding style
15987
15988 2001-09-23 [alfons]
15989
15990         * src/folder.[ch], prefs_folder_item.c, compose.c
15991                 migrate "request return receipt" folder property
15992                 to folderlist.xml
15993
15994 2001-09-22 [alfons]
15995
15996         * README.claws **NEW**
15997                 (add things of interest for users of main branch 
15998                 and claws here)
15999
16000         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16001                 re-implement threading per folder option, but store 
16002                 the setting in folderlist.xml (where it belongs)
16003
16004 2001-09-21 [melvin]
16005
16006         * src/gtkspell.[ch]
16007                 fixed bug when compose window is under another window
16008         * src/prefs_common.[ch] src/compose.c
16009                 changed 'dictionary_path' to 'dictionary' to be consistent
16010                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16011         * ac/pspell.m4 src/Makefile.am 
16012                 dropped PSPELL_PATH macro
16013         * po/fr.po
16014                 updated translations
16015
16016 2001-09-21 [christoph]
16017
16018         * src/compose.c
16019                 added border around header fields
16020                 keep header type when new field is added
16021
16022 2001-09-20 [christoph]
16023
16024         * src/utils.[ch]
16025                 more portable debug_print with source filename
16026                 and linenumber
16027         * src/procmsg.c
16028                 more newlines after debug messages
16029
16030 2001-09-20 [paul]
16031
16032         * configure.in
16033                 change to version 0.6.2claws2
16034
16035         * sync with sylpheed 0.6.2cvs3
16036
16037 2001-09-19 [melvin]
16038
16039         * src/gtkspell.c
16040                 fixed the post-right-click focus pb
16041                 fixed crash when 'Spell check all' after dict change 
16042                         and when cursor is at the end of the text
16043                 shift-right-click pops up config menu even on misspelled words.
16044         * po/POTFILES.in
16045                 added gtkspell.c
16046
16047 2001-09-19 [melvin]
16048
16049         * src/about.c
16050                 added pspell to compiled-in features list
16051
16052 2001-09-18 [melvin]
16053
16054         * switched to pspell and dropped ispell
16055         * ac/pspell.m4
16056                 new file. autoconf macro for pspell
16057         * ac/Makefile.am 
16058         * configure.in acconfig.h
16059                 added pspell support
16060         * src/Makefile.am
16061         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16062         * src/prefs_common.[ch] 
16063                 added pspell support
16064
16065 2001-09-18 [christoph]
16066
16067         * src/addr_compl.c
16068         * src/template.[ch]
16069                 replace LOG_MESSAGE with debug_print
16070         * src/compose.[ch]
16071                 gui improvements
16072         * src/menu.c
16073                 added newline after debug message
16074         * src/utils.h
16075                 using __VA_ARGS__ for debug_print macro
16076         * tools/.cvsignore
16077                 ignore Makefile and Makefile.in
16078
16079 2001-09-18 [paul]
16080
16081         * configure.in
16082                 change to version 0.6.2claws1
16083         * sync with sylpheed 0.6.2cvs1
16084
16085         * src/matcher.c 
16086         * src/prefs_matcher.c
16087                 add 'score equal to' option, submitted by
16088                 Paul Evans <nerd@freeuk.com>
16089
16090 2001-09-15 [christoph]
16091
16092         * src/mainwindow.c
16093                 comment out menu entry not existing in claws
16094         * src/menu.c
16095                 add debug output for non existing menu entries
16096         * src/summaryview.c
16097                 fix next/prev unread message for ignored threads
16098         * src/utils.[ch]
16099                 add sourcefile and line number to debug output
16100                 otherwise it is sometimes hard to find the
16101                 source code part if debug messages are translated
16102
16103 2001-09-14 [darko]
16104         
16105         * src/folderview.c
16106                 refresh target folder style after colour is changed
16107
16108 2001-09-13 [paul]
16109
16110         * configure.in
16111                 change to version 0.6.1claws3
16112
16113         * sync with sylpheed 0.6.1cvs6
16114
16115 2001-09-13 [darko]
16116         
16117         * src/folderview.c
16118                 fix target folder colourization to use user selected colour
16119
16120 2001-09-12 [darko]
16121         
16122         * src/summaryview.c
16123                 fix crash when message that is marked for copy/move is unmarked
16124
16125 2001-09-09 [paul]
16126
16127         * configure.in
16128                 change to version 0.6.1claws2
16129
16130         * sync with sylpheed 0.6.1cvs3
16131
16132 2001-09-09 [alfons]
16133         
16134         * src/folderview.c
16135                 fix bug with default font used for trash folder text
16136
16137 2001-09-06 [paul]
16138
16139         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16140                 updated translations
16141
16142         * configure.in
16143                 change to version 0.6.1claws1
16144
16145         * sync with sylpheed 0.6.1cvs2
16146
16147 2001-09-03 [paul]
16148
16149         * po/POTFILES.in
16150                 add Match's new addressbook
16151
16152         * po/de.po
16153                 updated translation submitted by Jens Oberender
16154
16155 2001-09-02 [paul]
16156
16157         * configure.in
16158                 change to 0.6.1claws
16159         * sync with sylpheed 0.6.1 release
16160
16161 2001-09-02 [paul]
16162
16163         * configure.in
16164                 change to 0.6.0claws2
16165
16166         * sync with sylpheed 0.6.0cvs4
16167
16168         * po/pt_BR.po
16169                 updated translation submitted by Fabio Junior Beneditto
16170
16171 2001-09-01 [match]
16172         * pixmaps/
16173                 interface.xpm
16174                 book.xpm
16175                 address.xpm
16176         * src/
16177                 Makefile.am
16178                 a ton of new files
16179
16180 2001-08-31 [paul]
16181
16182         * configure.in
16183                 change to version 0.6.0claws1
16184
16185         * sync with sylpheed 0.6.0cvs1
16186
16187         * po/es.po
16188                 updated translation submitted by Ricardo Mones Lastra
16189
16190         * po/POTFILES.in
16191                 add 'src/prefs_templates.c'
16192
16193         * src/compose.c, src/summaryview.c
16194                 fix segfault on 'Re_edit'               
16195
16196 2001-08-30 [alfons]
16197
16198         * configure.in, Makefile.am
16199         * tools/Makefile.am
16200                 add tools directory to source distribution
16201
16202 2001-08-30 [paul]
16203
16204         * configure.in
16205                 change to version 0.6.0claws
16206
16207         * sync with sylpheed 0.6.0 release
16208
16209 2001-08-30 [christoph]
16210
16211         * configure.in
16212                 removed autoconf version check
16213
16214 2001-08-30 [paul]
16215
16216         * src/account.c, src/compose.c, src/prefs_common.[ch]
16217         * src/procheader.[ch] src/utils.[ch]
16218                 Enhanced automatic account selection on replies
16219                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16220
16221         * configure.in
16222                 add LDAP and JPilot to the configuration results output.
16223
16224 2001-08-29 [christoph]
16225
16226         * src/summeryview.c
16227                 no bold font for ignored threads
16228
16229 2001-08-29 [paul]
16230
16231         * configure.in
16232                 change to version 0.5.3claws6
16233
16234         * sync with sylpheed 0.5.3cvs10
16235                 src/stringtable.[ch]: New Files
16236
16237         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16238         * src/pixmaps/sylpheed.xpm
16239                 add mini-icons to windows (by Alfons)
16240
16241 2001-08-27 [paul]
16242
16243         * src/mainwindow.c
16244                 new functions: next_labeled_cb(), prev_labeled_cb()
16245
16246         * src/summaryview.c
16247                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16248                 summary_select_next_labeled(), summary_select_prev_labeled()
16249
16250         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16251                 give claws blue folders and a blue trash can
16252
16253 2001-08-27 [paul]
16254
16255         * configure.in
16256                 change to version 0.5.3claws5
16257
16258         * sync with sylpheed 0.5.3cvs9
16259                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16260
16261 2001-08-24 [christoph]
16262
16263         * src/filesel.c
16264                 keep filename when browsing directories
16265                 (not working for user entered filename, but
16266                  for default name and selected filename from
16267                  file list)
16268         * src/mainwindow.c
16269                 fixed wrong spelling "Folllow-up"
16270         * src/mbox_folder.c
16271         * src/procmsg.c
16272         * src/summaryview.c
16273                 fixed new/unread message count with ignored
16274                 threads (2 commits, first didn't notice no
16275                 longer needed decreasing)
16276         * src/inc.c
16277                 readded scrolling of progress dialog
16278                 (lost in sync)
16279
16280 2001-08-24 [paul]
16281
16282         * configure.in
16283                 change to 0.5.3claws4
16284
16285         * sync with sylpheed 0.5.3cvs7
16286
16287 2001-08-24 [christoph]
16288
16289         * src/compose.c
16290                 set request return receipt when replying
16291                 if it is set is the folder prefs of the
16292                 message
16293         * src/inc.c
16294                 disable final error popup if popups are
16295                 disabled in config (again)
16296
16297 2001-08-23 [paul]
16298
16299         * configure.in
16300                 Change version number to 0.5.3claws3
16301
16302         * sync with sylpheed 0.5.3cvs5
16303
16304         * src/mimeview.c
16305                 double quote '%s' in 'gedit %s' to fix bug when
16306                 opening attachment with spaces in the name
16307
16308 2001-08-22 [alte]
16309         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16310           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16311                 initial message templates support
16312
16313
16314 2001-08-22 [paul]
16315
16316         * configure.in
16317                 change version number to 0.5.3claws2
16318
16319         * sync with sylpheed 0.5.3cvs4
16320
16321         * src/procmsg.h src/summaryview.c
16322                 re-implement (un)ignore thread
16323
16324 2001-08-21 [paul]
16325
16326         * src/summaryview.c
16327                 remove unnecessary code
16328         * src/compose.c
16329                 enable 'dynamic' signatures (submitted by
16330                 Eric Limpens <eric@hscg-internet.nl>)
16331
16332 2001-08-21 [paul]
16333
16334         clean up after sync with sylpheed 0.5.3 release
16335
16336         * src/folderview.c
16337                 fix re-introduced font mess, see Christoph's
16338                 entry 2001-06-24
16339
16340         * src/summaryview.c
16341                 remove prev_msgnum
16342                 use sylpheed's small font instead of
16343                 gtk default font for summary view
16344
16345
16346 2001-08-17 [paul]
16347
16348         * configure.in
16349                 add pl to ALL_LINGUAS - sync with main branch
16350
16351         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16352                 Updated. Translations by Jens Oberender, Ricardo Mones
16353                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16354
16355         * po/pl.po  ** NEW FILE **
16356                 sync with the main branch
16357
16358         * src/folderview.c
16359                 fix target folder colorizing and refresh problem
16360
16361
16362 2001-08-17 [christoph]
16363
16364         * src/mainwindow.c
16365                 claws uses 4 colors for target folder coloring.
16366                 arrays were not long enough and destroyed the
16367                 stack causing a segfault.
16368                 target folder colorizing does not work anymore
16369                 for me
16370
16371 2001-08-16 [paul]
16372
16373         * configure.in
16374                 change to version 0.5.3claws1
16375
16376         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16377           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16378           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16379
16380                 sync with sylpheed 0.5.3 release, but keep claws method of
16381                 configuring/saving fonts
16382
16383         * src/addressbook.[ch]
16384                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16385                 in line with a similar change in Hiroyuki's branch
16386
16387         * src/mainwindow.[ch]
16388                 disable main_window_set_thread_option()
16389         * src/prefs_folder_item.c
16390                 comment out &tmps_prefs.enable_thread,
16391         * src/mbox_folder.c, src/procmsg.[ch]
16392                 comment out MSG_IS_IGNORE_THREAD
16393         * src/summaryview.c
16394                 comment out summary_ignore_thread() and summary_unignore_thread()
16395                 comment out MSG_IS_IGNORE_THREAD
16396
16397                 use Hiroyuki's threading instead.
16398
16399
16400
16401 2001-08-15 [paul]
16402
16403         * src/account.c
16404                 use Hiroyuki's 0.5.3 column scheme but also
16405                 include the enable/disable button.
16406         * src/pixmaps/mark.xpm
16407                 add Hiroyuki's amended pixmap
16408
16409 2001-08-13 [christoph]
16410
16411         * src/account.c
16412                 receive at get all column showed wrong state for APOP
16413                 button should only work for POP3 and APOP accounts
16414         * src/prefs_account.c
16415                 added missing preprocessor statement for SSL
16416
16417 2001-08-12 [paul]
16418
16419         * src/account.[ch]
16420                 add 'receive at get all' column and enable/disable
16421                 button.
16422
16423 2001-08-06 [christoph]
16424
16425         * src/account.c
16426                 show usage of SSL in protocol column
16427
16428         * src/imap.c
16429         * src/inc.c
16430                 renamed ssl options
16431
16432         * src/prefs_account.[ch]
16433                 moved ssl options to a new page
16434
16435         * src/send.c
16436         * src/smtp.c
16437         * src/ssl.[ch]
16438                 renamed ssl options
16439                 added support for SMTP STARTTLS command
16440
16441 2001-08-05 [christoph]
16442
16443         * configure.in
16444                 debian autoconf needs version check to find
16445                 correct autoconf version. if the file is
16446                 named configure.in 2.13 is used, which does
16447                 not work with this configure.in script.
16448                 other solution would be to rename the script
16449                 to configure.ac as suggested in the autoconf
16450                 manual.
16451
16452         * src/inc.c
16453                 disable final error popup if popups are
16454                 diabled in config
16455
16456         * src/socket.c
16457                 bugfix in ssl_gets
16458                 fixes IMAP over SSL problem
16459
16460 2001-08-03 [paul]
16461
16462         * configure.in
16463                 change to 0.5.2claws1
16464
16465         * sync with sylpheed 0.5.2cvs1
16466
16467 2001-08-02 [alfons]
16468
16469         * configure.in
16470                 quick fix for ispell detection...
16471
16472 2001-08-01 [paul]
16473
16474         * configure.in
16475                 change to 0.5.1claws4
16476
16477         * sync with sylpheed 0.5.1cvs7
16478
16479 2001-07-31 [alfons]
16480
16481         * src/prefs_common.c, src/prefs_common.h, 
16482           src/gtkspell.c, src/gtkspell.h
16483                 add global spelling checker settings (compose tab) +
16484                 selection of dictionary 
16485           
16486         * configure.in  
16487                 guess valid ispell location
16488
16489 2001-07-31 [paul]
16490
16491         * po/POTFILES.in
16492                 removal of 'src/quote_fmt_parse.c'
16493         * po/de.po
16494                 Updated de.po
16495                 (submitted by Jens Oberender <didge@suse.de>)
16496
16497 2001-07-31 [darko]
16498
16499         * src/folder.[ch]
16500         * src/folderview.[ch]
16501         * src/mainwindow.c
16502         * src/mh.c
16503         * src/prefs_common.[ch]
16504         * src/summaryview.c
16505                 target folder colourization
16506
16507 2001-07-30 [paul]
16508
16509         more sync with Sylpheed 0.5.1cvs6 
16510
16511 2001-07-30 [darko]
16512
16513         * src/mh.c
16514         * src/prefs_folder_item.[hc]
16515         * src/summaryview.c
16516                 shared folders support with a GUI
16517
16518 2001-07-29 [paul]
16519
16520         0.5.1claws3
16521
16522         * sync with Sylpheed 0.5.1cvs6
16523
16524 2001-07-29 [paul]
16525
16526         * po/pt_BR.po
16527                 updated
16528                 (submitted by Fabio Junior Beneditto)
16529
16530 2001-07-28 [paul]
16531
16532         * src/procmime.c
16533         * AUTHORS
16534                 patch to correct bad image mime headers
16535                 (submitted by Don Quijote <dq@searchlores.org>)
16536
16537 2001-07-28 [paul]
16538
16539         * tools/gif2xface.pl   **NEW FILE**
16540         * tools/README
16541                 script to convert file.gif to file.xface for
16542                 use in a custom header.
16543                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16544
16545 2001-07-27 [alfons]
16546         
16547         * configure.in
16548                 change macros for detecting JPilot and LDAP
16549
16550 2001-07-27 [christoph]
16551
16552         * src/filtering.c
16553                 code cleanup (MIN / MAX warning, needed casting)
16554
16555 2001-07-27 [alfons]
16556
16557         * procheader.c
16558                 disallow setting flags when detecting certain headers
16559                 (X-Status, Status, Seen, X-Seen). 
16560         
16561         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16562
16563 2001-07-27 [christoph]
16564
16565         * src/prefs_filter.c
16566         * src/prefs_filtering.c
16567         * src/prefs_matcher.c
16568         * src/prefs_scoring.c
16569                 scroll list when moving rows up or down
16570
16571         * src/imap.c
16572         * src/imap.h
16573         * src/prefs_account.c
16574         * src/prefs_account.h
16575         * src/send.c
16576                 SMTP over SSL (untested, feedback requested)
16577                 IMAP over SSL
16578
16579         * src/ssl.c
16580                 code cleanup
16581
16582 2001-07-26 [alfons]
16583         
16584         * configure.in, acconfig.h
16585                 define CLAWS (need this for main / claws detection)
16586
16587 2001-07-25 [alfons]
16588
16589         * configure.in
16590                 Sylpheed 0.5.1claws2
16591                 
16592         * sync with Sylpheed 0.5.1cvs4
16593
16594 2001-07-25 [christoph]
16595
16596         * src/scoring.c
16597                 fixed segfault
16598                 item->prefs == NULL (don't know why)
16599
16600 2001-07-25 [alfons]
16601
16602         * configure.in
16603                 Sylpheed 0.5.1claws1
16604
16605         * sync with Sylpheed 0.5.1cvs1-3
16606
16607 2001-07-24 [christoph]
16608
16609         * src/folderview.c
16610         * src/prefs_folder_item.[ch]
16611                 added folderitem preferences dialog with
16612                 default To: and auto request return receipt
16613
16614         * src/compose.[ch]
16615         * src/menu.[ch]
16616                 changes to handle new folderitem preferences
16617
16618         * src/mainwindow.c
16619         * src/summaryview.c
16620                 call compose new mail with current folderitem
16621
16622 2001-07-24 [alfons]
16623
16624         Release Sylpheed 0.5.1claws
16625
16626         * configure.in
16627                 change to release version 0.5.1claws
16628
16629 2001-07-24 [christoph]
16630
16631         * src/summaryview.c
16632                 fixed segfault that happend when the selected
16633                 message was removed while retrieving new messages.
16634
16635         * po/es.po
16636                 updated translation
16637                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16638
16639 2001-07-22 [alfons]
16640
16641         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16642         this is a work in progress, for more information: http://nlpagan.net/sylman 
16643         
16644         * configure.in, src/mainwindow.c, manual/Makefile.am
16645                 add support for English manual
16646
16647         * AUTHORS
16648                 add authors of user manuals
16649
16650         * manual/en/sylpheed*.html
16651                 add English documentation
16652
16653 2001-07-22 [christoph]
16654
16655         * po/POTFILES.in
16656                 added src/ssl.c
16657         * src/ssl.c
16658                 changed a wrong debug message
16659
16660 2001-07-22 [alfons]
16661
16662         * po/nl.po
16663                 update Dutch translation
16664
16665         * src/prefs_filtering.c, 
16666           src/prefs_matcher.c
16667                 add more translatable strings           
16668
16669 2001-07-21 [alfons]
16670
16671         0.5.0claws7
16672
16673         * configure.in
16674                 change version
16675
16676         * src/inc.c, src/summaryview.[ch]
16677                 prevent update of mark file when filtering has done, by
16678                 using a variable; this affects two functions:
16679                         inc.c::inc_finished()
16680                         summaryview.c::summary_show()
16681
16682 2001-07-20 [alfons]
16683
16684         * src/filtering.[ch], src/prefs_filtering.c, 
16685           src/matcher.[ch]
16686                 add filtering action for label coloring 
16687
16688         * po/POTFILES.in
16689                 add labelcolors.c
16690
16691         * added src/labelcolors.c
16692         * added src/labelcolors.h
16693         * src/Makefile.am, src/summaryview.c
16694                 rearrange label coloring code
16695
16696         * src/procmsg.h
16697                 add more parentheses so label colouring works correctly
16698
16699         * src/filtering.c
16700                 don't really delete message, but move it to Trash
16701
16702         * src/prefs_matcher.c
16703                 add quote options to info dialog
16704
16705 2001-07-20 [christoph]
16706
16707         * src/Makefile.am
16708         * src/inc.c
16709         * src/main.[ch]
16710         * src/socket.h
16711         * src/ssl.[ch] (new)
16712                 moved ssl stuff to a seperate file
16713
16714 2001-07-20 [darko]
16715
16716         * src/summaryview.c
16717                 fix show sender using address book with no e-mail
16718                 address in From: field
16719
16720 2001-07-19 [alfons]
16721
16722         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16723                 fix messy handling of escaping... now at least the
16724                 execute command is useful. escape char is '\', we
16725                 accept \n and \r too. 
16726
16727                 Real life example:
16728                 
16729                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16730                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16731
16732 2001-07-18 [alfons]
16733
16734         0.5.0claws6
16735
16736         * src/summaryview.c
16737                 clean up
16738
16739         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16740           src/procmsg.[ch]
16741                 revise filtering; currently move, copy, marking have
16742                 been tested. if you like bleeding edge stuff, you
16743                 should definitely go for this version :)
16744
16745         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16746
16747 2001-07-17 [christoph]
16748
16749         * src/utils.c
16750                 timestamp log
16751
16752 2001-07-17 [alfons]
16753
16754         0.5.0claws5
16755
16756         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16757           bits in the mark file, without affecting either branch. Lots of
16758           files changed, also in claws branch.
16759
16760           UNTESTED: use of mbox folders
16761
16762         * src/summaryview.c
16763                 added mark all read; however this was a quick hack used for
16764                 cleaning up mess after initial merge with Hiroyuki
16765
16766         * configure.in
16767                 change claws version number back to 0.5.0claws5 to clear up 
16768                 confusion & pretension (recent release was technically 
16769                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16770
16771 2001-07-16 [alfons]
16772
16773         sync with Hiroyuki's 0.5.0cvs4
16774
16775 2001-07-16 [alfons]
16776
16777         0.5.1claws3
16778
16779         * src/filtering.[ch]
16780                 remove invalid updating of mark files for 
16781                 filter actions MATCHING_ACTION_MOVE and 
16782                 MATCHING_ACTION_DELETE; this should fix the
16783                 folder update bug
16784                 
16785         * src/procmsg.c
16786                 revert Christoph's stab at fixing the folder 
16787                 update bug
16788
16789         * po/POTFILES.in
16790                 add missing files with translatable strings
16791
16792         * src/summaryview.c
16793                 remove debug print
16794
16795 2001-07-15 [alfons]
16796
16797         * src/addr_compl.[ch], src/prefs_filtering.c
16798                 make "filtering pref dialog's destination entry" an
16799                 "address completable entry", if filter destination is 
16800                 an email address
16801
16802         0.5.1claws2
16803         
16804         sync with Hiroyuki's 0.5.0cvs2-3
16805
16806 2001-07-15 [christoph]
16807
16808         * src/procmsg.c
16809                 fixed folder stats update after incorporation
16810
16811 2001-07-15 [alfons]
16812
16813         * src/summaryview.c
16814                 * finish label colouring stuff (for now)
16815                 * fix incorrect colour bug (off by one) 
16816
16817 2001-07-14 [alfons]
16818
16819         * src/mainwindow.c
16820                 change text labels for news and mail message so there's
16821                 plenty of toolbar estate left
16822
16823         * configure.in
16824                 0.5.1claws1
16825
16826         * src/folderview.c
16827           src/folder.[ch]
16828                 sync with Hiroyuki's 0.5.0cvs1
16829
16830         * src/summaryview.c
16831                 more rewrite label colouring
16832
16833 2001-07-14 [alfons]
16834
16835         * src/summaryview.[ch]
16836                 * start rewrite label colouring 
16837                 * fix proper location "Add Sender To Addressbook" menu item
16838
16839 2001-07-13
16840
16841         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16842         (actually this is 0.5.0claws4)
16843
16844 2001-07-13 [alfons]
16845
16846         * po/pt_BR.po
16847                 * fix duplicate message
16848                 * add updated Portugese / Brazilian translation
16849                   submitted by Fabio Junior Beneditto
16850
16851 2001-07-12 [alfons]
16852
16853         * AUTHORS
16854                 add Jens
16855
16856         * po/nl.po
16857                 add updated Dutch translation
16858
16859         * po/de.po
16860                 add updated German translation submitted by Jens
16861
16862 2001-07-11 [alfons]
16863
16864         Prerelease before 0.5.0claws. Please test.
16865         This version is temporarily tagged as VERSION_0_5_0_TEST
16866
16867         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16868           src/prefs_scoring.c, src/prefs_matcher.c, 
16869           src/prefs_filtering.c, src/mbox.c, 
16870           src/main.c, src/inc.c, src/filtering.[ch]
16871                 revert new Hoa's new matcher (does not work yet)
16872
16873         * src/Makefile.am
16874                 clean up
16875
16876 2001-07-10
16877
16878         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16879
16880
16881 2001-07-10 [alfons]
16882
16883         * Makefile.am
16884                 add ChangeLog.claws to EXTRA_DIST
16885         * src/Makefile.am
16886                 add matcher_parser_parse.h to EXTRA_DIST
16887
16888 2001-07-10 [christoph]
16889
16890         * src/inc.c
16891                 add destination folder to table of
16892                 folders that need to be updated after
16893                 incorporation
16894
16895 2001-07-10 [alfons]
16896
16897         * folder.[ch]
16898           folderview.c
16899                 make collapse state of folders and folder items persistent, i.e.
16900                 if you collapse a folder tree, the next time sylpheed-claws starts 
16901                 up the folder tree remains collapsed.  
16902                 
16903 2001-07-10 [christoph]
16904
16905         * acconfig.h
16906         * configure.in
16907                 added --enable-ssl
16908         * src/md5.[ch]
16909                 renamed MD5_CTX to MD5_CTX_syl
16910                 conflicts with a struct in openssl
16911         * src/inc.c
16912         * src/main.[ch]
16913         * src/prefs_account.[ch]
16914         * src/socket.[ch]
16915                 SSL support for POP
16916         * src/mainwindow.c
16917                 fixed compose with current account
16918                 broken by new compose button stuff
16919
16920 2001-07-09 [hoa]
16921
16922         * AUTHORS
16923                 changed my email address
16924
16925         * src/matcher_parser_parse.y
16926                 clean the parser to remove conflicts
16927
16928 2001-07-09 [alfons]
16929
16930         * AUTHORS
16931                 add Match Grun
16932
16933         * configure.in
16934                 fix incorrect description of --enable-ldap parameter
16935
16936         * src/prefs_common.[ch]
16937           src/compose.c
16938                 add experimental option "smart wrapping" which makes the
16939                 compose editor auto wrap.
16940                 
16941                 | TODO: the problem with the buggy cursor handling is caused |
16942                 | by the GtkText. when deleting / backspacing text its       |
16943                 | wrapping algorithm does not take in account the previous   |
16944                 | line. should find a way to hack this in.                   |
16945                 | or should perhaps combine this with the word wrapping      |
16946                 | patch i wrote in january.                                  |
16947
16948         * src/about.c
16949                 show build parameters for LDAP and JPilot
16950
16951         * src/summaryview.c
16952                 revert Christoph's bugfix for selecting next unread message, 
16953                 because folder stats aren't updated correctly
16954
16955 2001-07-08 [hoa]
16956
16957         * src/filtering.c
16958         * src/mainwindow.c
16959         * src/matcher.c
16960         * src/matcher_parser_lex.l
16961         * src/matcher_parser_parse.y
16962         * src/prefs_filtering.c
16963         * src/prefs_scoring.c
16964         * src/scoring.c
16965                 bugfix of the config file parser
16966
16967 2001-07-08 [alfons]
16968
16969         * src/Makefile.am
16970                 added generated matcher sources to BUILT_SOURCES
16971
16972 2001-07-08 [hoa]
16973
16974         * src/Makefile.am
16975         * src/.cvsignore
16976                 added new config file parser
16977
16978         * src/scoring.[ch]
16979         * src/filtering.[ch]
16980         * src/matcher.[ch]
16981         * src/prefs_filtering.c
16982         * src/prefs_matcher.c
16983         * src/prefs_scoring.c
16984         * added src/matcher_parser.h
16985         * added src/matcher_parser_lex.h
16986         * added src/matcher_parser_lex.l
16987         * added src/matcher_parser_parse.y
16988                 lex & yacc config file parser
16989
16990         * src/mbox.c
16991         * src/inc.c
16992         * src/main.c
16993                 changes prefs_filtering into global_filtering           
16994
16995         * src/summaryview.c
16996                 build threads with subjects only if "Re: " is at the
16997                 beginning of the subject
16998
16999 2001-07-07 [paul]
17000
17001         0.5.0claws
17002
17003         sync with sylpheed 0.5.0
17004                 change of version number only
17005
17006 2001-07-06 [paul]
17007
17008         0.5.0claws5
17009
17010         sync with sylpheed 0.5.0pre5
17011
17012 2001-07-05 [paul]
17013
17014         sync with sylpheed 0.5.0pre4 release
17015                 /po and /manual/ja not sync'ed
17016
17017 2001-07-04 [paul]
17018
17019         more sync with sylpheed 0.5.0pre4
17020
17021 2001-07-03 [christoph]
17022
17023         * src/addressbook.c
17024                 fixed address book broken by address book
17025                 for VCard, JPilot, LDAP
17026
17027 2001-07-03 [alfons]
17028
17029         * src/matcher.c
17030         * src/textview.c
17031                 stopped memory leaks
17032
17033 2001-07-03 [paul]
17034
17035         more sync with sylpheed 0.5.0pre4
17036
17037 2001-07-02 [match]
17038
17039         * included address book patch for VCard, JPilot, LDAP
17040         * pref_common.c - fixed Font options on Display tab (cosmetic)
17041         * alertpanel.c - fixed truncated message
17042
17043 2001-07-02 [christoph]
17044
17045         * src/mbox_folder.c
17046         * src/procmsg.[ch]
17047         * src/summaryview.c
17048                 mark threads for ignoring
17049
17050 2001-07-02 [paul]
17051
17052         0.5.0claws4
17053
17054         * sync with sylpheed 0.5.0pre4
17055                 updated gettext to 0.10.38.
17056
17057 2001-07-01 [paul]
17058
17059         * src/ mainwindow.c
17060         * src/procmsg.h
17061         * src/summaryview.[ch]
17062                 new right-click option: Label.
17063                 substitute for 'Mark-->Mark/Unmark', colours the line.
17064                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17065
17066 2001-07-01 [christoph]
17067
17068         * src/folderview.c
17069                 fixed font for trash
17070         * src/summaryview.c
17071                 move ctree to unread message
17072
17073 2001-07-01 [paul]
17074
17075         * sync with sylpheed 0.5.0pre3 release
17076
17077 2001-06-30 [alfons]
17078
17079         * src/filesel.[ch]
17080         * src/compose.c
17081                 allow inserting / attaching multiple files in
17082                 the composer window
17083
17084 2001-06-30 [paul]
17085
17086         * src/codeconv.c
17087                 small change to Alfons' previous stuff so that it
17088                 actually makes
17089
17090 2001-06-30 [alfons]
17091
17092         * lots of files changed; first attempt to merge the changes
17093           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17094
17095 2001-06-30 [paul]
17096
17097         * po/pt_BR.po
17098                 updated and completed, translations by Fabio
17099                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17100
17101 2001-06-29 [alfons]
17102
17103         * src/compose.c
17104         * src/mimeproc.[ch]
17105                 allow selecting an attached files' mime type from a 
17106                 list of types.
17107
17108 2001-06-29 [paul]
17109
17110         * more sync with sylpheed 0.5.0pre3
17111
17112 2001-06-29 [paul]
17113
17114         * po/pt_BR.po
17115                 merge with sylpheed.pot and pt_BR.po provided by
17116                 Fabio Junior Beneditto.
17117
17118 2001-06-29 [darko]
17119
17120         * src/procmime.c
17121                 make MIME types case insensitive
17122
17123 2001-06-28 [alfons]
17124
17125         * po/nl.po
17126                 merge with sylpheed.pot and old nl.po; translations added.
17127
17128 2001-06-28 [paul]
17129
17130         * more sync with sylpheed 0.5.0pre3
17131
17132 2001-06-27 [alfons]
17133
17134         * src/summaryview.c
17135                 don't crash when removing parent node of messages
17136                 attracted by subject. this was caused by not deleting
17137                 the parent node from the subject line hash table.
17138
17139 2001-06-27 [alfons]
17140
17141         * src/summaryview.c
17142         * src/compose.[ch]
17143         * src/mainwindow.c
17144                 if there are multiple messages selected, allow forwarding
17145                 them as attachments.
17146
17147 2001-06-27 [paul]
17148
17149         * more sync with sylpheed 0.5.0pre3
17150
17151 2001-06-26 [paul]
17152
17153         0.5.0claws3
17154
17155         * sync with sylpheed 0.5.0pre3
17156
17157 2001-06-25 [paul]
17158
17159         * src/mainwindow.c
17160                 fixed 'compose news article' bug
17161                 from icon-and-text toolbar
17162
17163 2001-06-25 [paul]
17164
17165         * sync with sylpheed 0.5.0pre2 release
17166
17167 2001-06-24 [christoph]
17168
17169         * src/prefs_common.c
17170                 bug fix in font selection
17171         * src/folderview.c
17172                 use sylpheed's normal font instead of
17173                 gtk default font for folders without
17174                 new messages
17175
17176 2001-06-24 [alfons]
17177
17178         * src/mainwindow.[ch]
17179                 added composite compose mail / news button (an idea by Leandro
17180                 Pereira <leandro@linuxmag.com.br>)
17181
17182 2001-06-24 [paul]
17183
17184         Added instructions for ldif-to-xml.py
17185
17186         * tools/README
17187
17188 2001-06-23 [alfons]
17189
17190         Some minor things.
17191
17192         * src/pixmaps/stock_news_compose.xpm
17193                 added pixmap by Leandro
17194         * src/prefs_common.c
17195                 tested built-in spelling checker of GCC 3.0 :)
17196         * po/nl.po
17197                 merged dutch translation of sylpheed-main with
17198                 sylpheed.pot
17199
17200 2001-06-23 [paul]
17201
17202         Added tools directory and files.
17203
17204         * tools/filter_conv.pl
17205                 converts old filter system to new filtering system
17206         * tools/ldif-to-xml.py
17207                 converts netscape addressbook to sylpheed addressbook
17208         * tools/README
17209                 descriptions/instructions for above two files
17210
17211 2001-06-23 [christoph]
17212
17213         * src/inc.c
17214         * src/manage_window.[ch]
17215         * src/prefs_common.[ch]
17216                 mail retrieval dialog can be enabled, disabled
17217                 or hidden if non of sylpheed's windows is active
17218
17219 2001-06-22 [paul]
17220
17221         0.5.0claws2
17222
17223         * sync with sylpheed 0.5.0pre2
17224
17225 2001-06-21 [christoph]
17226
17227         * src/summaryview.c
17228                 show recipient on 'from' for all accounts
17229                 
17230         * src/inc.c
17231         * src/prefs_common.[ch]
17232                 disable error popup on mail receive errors
17233
17234 2001-06-21 [alfons]
17235
17236         * src/compose.c
17237                 made the ruler correctly appear and disappear.
17238
17239         * src/Makefile.am
17240                 removed Hoa's work-in-progress-stuff (interesting!) so 
17241                 claws compiles ok.
17242
17243 2001-06-20 [christoph]
17244
17245         * src/inc.c
17246         * src/progressdialog.c
17247                 added scrolled window for list in progressdialog
17248
17249 2001-06-20 [paul]
17250
17251         sync with sylpheed 0.5.0pre1 release
17252
17253 2001-06-20 [christoph]
17254
17255         * src/summeryview.c
17256                 make building threads by subject work when
17257                 thread view is enabled
17258                 
17259         * src/compose.c
17260         * src/prefs_common.[ch]
17261                 automatically select account for mail replys
17262
17263 2001-06-19 [sergey]
17264
17265         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17266         they are filled in from the account settings.
17267
17268 2001-06-19 [paul]
17269
17270         * more sync with sylpheed 0.5.0pre1
17271
17272 2001-06-18 [alfons]
17273
17274         * src/Makefile.am,
17275           src/procmime.c
17276                 added --sysconfdir to CPPFLAGS for pointing to the correct
17277                 location of mime.types. 
17278
17279                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17280                 or ./configure!
17281
17282 2001-06-18 [hoa]
17283
17284         * src/summaryview.c
17285                 fixed some bug when building threads
17286
17287 2001-06-18 [pau]l
17288
17289         * src/prefs_account.c
17290                 UI stuff: More changes to the English
17291
17292 2001-06-18 [paul]
17293
17294         * src/pixmaps/stock_news_compose.xpm: new file
17295         * src/Makefile.am
17296         * src/mainwindow.c
17297         * src/summaryview.c
17298                 Added new icon for Hoa's 'compose a news
17299                 message', plus minor improvements to the
17300                 English
17301
17302         * po/ja.po
17303         * ChangeLog
17304         * ChangeLog.jp
17305                 more sync with sylpheed 0.5.0pre1
17306
17307 2001-06-18 [hoa]
17308
17309         * src/compose.[ch]
17310         * src/mainwindow.c
17311                 Follow-up and reply to
17312
17313         * src/summaryview.[ch]
17314                 Build threads also with subjects
17315
17316 2001-06-17 [hoa]
17317
17318         * src/compose.c
17319                 forwarding use the current account.
17320
17321         * src/mainwindow.c
17322                 the "compose message" button has been replaced with
17323                 "new mail" and "new news" buttons
17324
17325         * src/prefs_common.[ch]
17326                 added a configuration option to use the forward button
17327                 as "forward as attachment"
17328                 changed reply and forward format description
17329
17330         * src/quote_fmt_lex.l
17331         * src/quote_fmt_parse.y
17332                 added message with no signature in format for reply
17333                 and forward.
17334
17335 2001-06-17 [paul]
17336
17337         Minor UI stuff
17338
17339         * src/mainwindow.c
17340         * src/summaryview.c
17341                 Improvements to the English
17342
17343         * src/prefs_common.c
17344                 Improvements to the English and some
17345                 clarity/continuity improvements in the
17346                 description of Quote symbols.
17347
17348 2001-06-17 [paul]
17349
17350         0.5.0claws1
17351
17352         * sync with sylpheed 0.5.0pre1
17353
17354 2001-06-17 [hoa]
17355
17356         * src/compose.c
17357                 Better interface for compose, displayed fields
17358                 are updated whenever we change account.
17359                 Newsgroups field is automatically filled.
17360
17361         * src/mainwindow.c
17362                 Newsgroups field is automatically filled.
17363
17364         * src/prefs_account.c
17365                 Some interface stuff when fields appear and
17366                 disappear.
17367
17368 2001-06-16 [paul]
17369
17370         0.4.99claws
17371
17372         * sync with sylpheed 0.4.99
17373
17374 2001-06-16 [sergey]
17375
17376         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17377         base64_decoder_free, base64_decoder_decode): new object and
17378         functions for decoding base64 streams.
17379         * src/procmime.c (procmime_decode_content): modified to use the
17380         new base64 decoder.
17381
17382 2001-06-15 [paul]
17383
17384         0.4.99claws10
17385
17386         * sync with sylpheed 0.4.99cvs11
17387
17388 2001-06-13 [paul]
17389
17390         0.4.99claws9
17391
17392         * sync with sylpheed 0.4.99cvs9
17393
17394 2001-06-13 [hoa]
17395
17396         * src/compose.c
17397         * src/prefs_account.c
17398
17399                 SMTP server can be defined in the news account
17400                 mime type of attachment are kept.
17401
17402         * src/summaryview.c
17403
17404                 now choose the highest important score between default
17405                 and important score of folder.
17406
17407 2001-06-09 [alfons]
17408         
17409         * src/prefs_common.c: 
17410
17411                 (prefs_quote_description_create): corrected description of 
17412                 quote format characters
17413
17414 2001-06-09 [paul]
17415
17416         0.4.99claws8
17417
17418         * sync with sylpheed 0.4.99cvs8
17419
17420 2001-06-08 [sergey]
17421
17422         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17423         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17424
17425 2001-06-08 [paul]
17426
17427         0.4.99claws7
17428
17429         * sync with sylpheed 0.4.99cvs7
17430
17431 2001-06-06 [sergey]
17432
17433         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17434         clashes with autogenerated header).
17435         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17436         * src/Makefile.am: added quote_fmt.h.
17437         * src/.cvsignore: added lex/yacc autogenerated files
17438         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17439
17440 2001-06-06 [paul]
17441
17442         0.4.99claws6
17443
17444         * sync with sylpheed 0.4.99cvs6
17445
17446 2001-06-06 [hoa]
17447
17448         * added src/quote_fmt_parse.h
17449         * src/compose.c
17450                 removed warnings
17451
17452         * src/prefs.[ch]
17453                 don't modify readonly configuration files
17454
17455         * src/prefs_account.c
17456         * src/prefs_common.c
17457         * src/prefs_customheader.c
17458         * src/prefs_display_header.c
17459         * src/prefs_filter.c
17460         * src/prefs_filtering.c
17461         * src/prefs_scoring.c
17462                 don't open dialog box when configuration files
17463                 are readonly
17464
17465 2001-06-05 [sergey]
17466
17467         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17468
17469         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17470         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17471         BUILT_SOURCES to make all files rebuild properly.
17472
17473         * src/compose.c: removed #include "quote_fmt.tab.h".
17474
17475         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17476         CHARACTER value in yylval.
17477
17478         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17479         receive CHARACTER value by documented means (yylval).
17480
17481         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17482
17483 2001-06-05 [hoa]
17484
17485         * src/Makefile.am
17486                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17487
17488         * src/filtering.c
17489         * src/matcher.c
17490         * src/matcher.h
17491         * src/prefs_filtering.c
17492                 now keep the configuration for execute action
17493
17494         * src/mbox_folder.c
17495                 fixed a warning
17496
17497 2001-06-05 [paul]
17498
17499         * sync with sylpheed 0.4.99cvs5
17500
17501 2001-06-05 [hoa]
17502
17503         * src/Makefile.am
17504                 added quote_fmt.[ch]
17505
17506         * added src/quote_fmt.y
17507         * added src/quote_fmt.l
17508         * added src/quote_fmt.tab.h
17509         * added src/quote_fmt.tab.c
17510         * added src/lex.quote_fmt.c
17511                 parsing configuration for replying
17512                 and forwarding
17513
17514         * src/prefs_common.[ch]
17515                 added configuration UI for replying
17516                 and forwarding
17517
17518         * src/compose.c
17519                 using configuration for replying
17520                 and forwarding
17521
17522 2001-06-04 [hoa]
17523
17524         * src/filtering.c
17525         * src/matcher.c
17526         * src/matcher.h
17527         * src/prefs_filtering.c
17528         * src/prefs_matcher.c
17529         * src/prefs_matcher.h
17530                 action "run a command" for filtering
17531                 and matching with a command.
17532                 fixed the "whole message" matching
17533
17534         * src/mbox_folder.c
17535                 changed temporary filename for security
17536
17537         * src/messageview.c
17538                 queue the notification if it fails to send.
17539
17540         * src/prefs_common.c
17541         * src/prefs_folder_item.c
17542                 changed the default important score             
17543
17544         * src/prefs_scoring.c
17545         * src/scoring.c
17546                 hide kill score input when the folder is not
17547                 a newsgroup
17548
17549 2001-06-03 [alfons]
17550
17551         * src/prefs_common.c:
17552
17553                 (prefs_font_select): pass font name in font entry box to font
17554                 selection dialog.
17555
17556 2001-06-03 [sergey]
17557
17558         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17559
17560 2001-06-03 [paul]
17561
17562         * sync with sylpheed 0.4.99cvs4
17563
17564 2001-06-03 [alfons]
17565
17566         * src/headerwindow.c:
17567
17568                 (headerwindow_show_cb): use the selected summary view item, not
17569                 the displayed item.
17570
17571 2001-06-02 [alfons]
17572
17573         * src/headerwindow.c:
17574
17575                 (headerwindow_show_cb): always try to show msginfo
17576
17577 2001-06-02 [hoa]
17578
17579         * src/compose.c
17580                 keep attached parts when reediting or forwarding.
17581
17582 2001-06-01 [hoa]
17583
17584         * src/folderview.c
17585         * src/prefs_folder_item.[ch]
17586         * src/prefs_scoring.[ch]
17587         * src/scoring.[ch]
17588         * src/summaryview.[ch]
17589         * src/main.c
17590         * src/mainwindow.c
17591         * src/prefs_common.[ch]
17592                 support for folder scoring
17593                 kill score and important score for messages
17594         
17595         * src/prefs_account.c
17596                 some display bug fixed for local account
17597                 preferences
17598
17599 2001-05-31 [alfons]
17600
17601         * src/summaryview.c:
17602
17603                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17604                 sender to address book menu item is disabled.
17605
17606 2001-05-30 [hoa]
17607
17608         * src/filtering.[ch]
17609         * src/summaryview.c
17610                 handling summary menu / filter messages
17611
17612         * src/folder.[ch]
17613                 add some stuff
17614
17615         * src/foldersel.c
17616                 imap folders now appears in list
17617
17618         * src/mbox_folder.c
17619                 doesn't crash if destination mail is not writeable
17620
17621 2001-05-29 [hoa]
17622
17623         * src/compose.c
17624                 removed some warnings
17625
17626         * src/filtering.c
17627         * src/folder.[ch]
17628         * src/prefs_filtering.c
17629                 global string to identify any folders           
17630                 removed some debug info
17631                 filtering to mbox folders is now possible
17632
17633         * src/mainwindow.c
17634                 removed some warnings
17635
17636         * src/mbox_folder.c
17637                 permission on files are changed to read/write for user only,
17638                 nothing for other.
17639                 creation of subfolder is handled better.
17640
17641 2001-05-28 [alfons]
17642
17643         Verified the sync for src/prefs_common.[ch] and
17644         src/prefs_account.[ch]. I believe there were some
17645         minor indentation differences.
17646
17647 2001-05-28 [paul]
17648
17649         0.4.99claws3
17650
17651         * sync with 0.4.99cvs3
17652
17653 2001-05-28 [hoa]
17654
17655         * src/compose.c
17656                 handling flags for mbox format
17657
17658         * src/filtering.c
17659                 use of mark file only for MH format
17660                 handling flags for mbox format
17661                 filtering cannot yet move or copy mails to mbox folders.
17662
17663         * src/folder.[ch]
17664                 changed move_msg, copy_msg,
17665                 move_msgs_with_dest, copy_msgs_with_dest functions
17666                 uses only folder->copy_msg() function
17667                 uses folder->finished_copy() to handle the destination
17668                 folder at the end of the copy or move operation.
17669
17670         * src/foldersel.c
17671                 included mbox directories.
17672
17673         * src/folderview.[ch]
17674         * src/mainwindow.c
17675                 handle folders operation for mbox format
17676
17677         * src/mbox.c
17678                 disable conversion of "From " header
17679
17680         * src/mbox_folder.[ch]
17681                 completion of mbox format handling
17682
17683         * src/mh.c
17684                 changed mh_copy_msg() function and
17685                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17686                 mh_copy_msgs_with_dest()
17687
17688         * src/prefs_filtering.c
17689                 removed some warnings
17690
17691         * src/prefs_matcher.c
17692                 default boolean operation is AND
17693
17694         * src/procheader.c
17695                 handling flags for mbox format
17696                 handling of "From " header
17697
17698         * src/procmsg.[ch]
17699                 removed data field
17700                 added MSG_REALLY_DELETED flags to handle deletion of
17701                 messages in mbox format.
17702
17703         * src/summaryview.c
17704                 handling flags for mbox format
17705                 disable the MSG_DELETED flags when messages
17706                 are deleted in mbox format
17707
17708         * src/textview.c
17709                 "From " headers display fixed.
17710
17711 2001-05-27 [alfons]
17712
17713         * src/textview.c:
17714                 
17715                 (get_email_part): skip quoted email addresses, like in e.g.
17716                 "'alfons@proteus.demon.nl'".
17717
17718 2001-05-26 [alfons]
17719
17720         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17721         and fixing the persistence troubles when using separate windows.
17722
17723         * src/mainwindow.c:
17724         
17725             Added #define SEPARATE_ACTION used in the gtk item factory for 
17726             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17727                 use gtk_item_factory_get_widget_by_action() to get the items.
17728                 
17729             Removed separate_widget_cb from the gtk item factory data   
17730           
17731             (mainwindow_create): connect separate_widget_cb() to check
17732             menu item "toggled" signal. also passing a MainWindow pointer
17733                 as object data for both check menu items.
17734                 
17735             (separate_widget_cb): definition of separate_widget_cb() to match
17736             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17737                 window using gtk_object_get_data(). The type of window separation 
17738                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17739         
17740         * src/prefs_filtering.c,
17741           src/prefs_matcher.c: added horizontal scrollbars
17742
17743 2001-05-25 [darko]
17744
17745         * src/headerview.c
17746                 fix segfault with invalid bold font
17747         * src/summaryview.c
17748                 correctly display summary stats after row is marked
17749
17750 2001-05-23 [sergey]
17751
17752         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17753         encodings with libjconv.
17754
17755 2001-05-23 [hoa]
17756
17757         * src/Makefile.am
17758                 added mbox_folder.[ch]
17759         * src/defs.h
17760                 mbox temporary folder
17761         * src/folder.[ch]
17762         * added src/mbox_folder.[ch]
17763         * src/folderview.c
17764         * src/procheader.[ch]
17765                 added mbox support
17766         * src/mbox.c
17767                 bugfix for file incorporation filtering
17768         * src/imap.c
17769                 enable creation of MBOX
17770         * src/prefs_display_header.c
17771                 enable use of headers like "From "
17772                 something that should be fixed :
17773                         displaying of such headers add an extra space
17774         * src/prefs_folder_item.c
17775                 don't create folders because it is not necessary
17776         * src/procmsg.h
17777                 added data field to MsgInfo for mbox internal use
17778         * src/summaryview.c
17779                 added some support for mbox
17780         * src/utils.[ch]
17781                 added get_mbox_cache_dir() function
17782
17783 2001-05-23 [hiroyuki]
17784
17785         * src/headerwindow.c
17786           src/inc.c
17787           src/main.c
17788           src/mh.c
17789           src/nntp.c
17790           src/procmsg.h
17791           src/session.h
17792           src/socket.[ch]
17793           src/summaryview.c
17794           src/textview.c
17795           src/automaton.c
17796           src/folderview.c: more sync with 0.4.99cvs2.
17797
17798         * src/headerwindow.c: reverted.
17799
17800 2001-05-22 [paul]
17801
17802         0.4.99claws2
17803
17804         * sync with sylpheed 0.4.99cvs2
17805                 * src/news.[ch]
17806                 * src/nntp.[ch]
17807                 * INSTALL
17808                 * INSTALL.jp
17809
17810 2001-05-22 [alfons]
17811
17812         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17813
17814 2001-05-21 [alfons]
17815
17816         Minor things:
17817
17818         * configure.in: if gnome-config not found, "no" is displayed
17819         
17820         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17821
17822         * src/textview.c: now also possible to add mail addresses by right
17823           clicking in the text view
17824
17825         * src/codeconv.c: merged patch which fixes endless loop when encountering
17826           invalid wide characters; from Alte <010@imis.ru>  
17827
17828 2001-05-20 [alfons]
17829
17830         Added installation of gnome specific things:
17831
17832         * Makefile.am: gnome conditional
17833
17834         * configure.in: check for installed gnome
17835
17836         * added sylpheed.png, sylpheed.desktop
17837
17838 2001-05-20 [sergey]
17839
17840         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17841
17842         * src/mainwindow.h (main_window_toolbar_create): created a button
17843         for "Reply to all".
17844         (main_window_set_toolbar_sensitive): enable/disable the new button
17845         appropriately.
17846         (toolbar_reply_to_author_cb): handle the new button.
17847
17848         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17849         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17850         failure).
17851
17852 2001-05-19 [sergey]
17853
17854         * src/compose.h (ComposeReplyMode): new modes
17855         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17856         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17857
17858         * src/compose.c
17859         (compose_send): move some code into a new function:
17860         (compose_current_mail_account): new function.
17861         (compose_reply): new argument to_author, all callers changed; if
17862         to_author==TRUE and account->protocol==A_NNTP, find and use an
17863         appropriate mail account for replying.
17864         (compose_reply_set_entry): new argument to_author; ignore
17865         compose->replyto if to_author==TRUE.
17866
17867         * src/mainwindow.c: new command "Message/Reply to author".
17868         (main_window_set_menu_sensitive): enable/disable it.
17869         (reply_cb): handle it.
17870
17871         * src/summaryview.c: new command "Reply to author".
17872         (summary_set_menu_sensitive): enable/disable it.
17873         (summary_reply_cb): handle it.
17874
17875         * src/account.c (account_find_mail_from_address): new function.
17876
17877 2001-05-18 [paul]
17878
17879         0.4.99claws1
17880
17881         * sync with sylpheed 0.4.99cvs1
17882
17883 2001-05-18 [hoa]
17884
17885         * src/compose.[ch]
17886         * src/filtering.c
17887         * src/summaryview.c
17888                 new filtering action : forward and forward as attachment
17889
17890         * src/main.c
17891                 no need for $DISPLAY when we run sylpheed --help
17892                 call to parse_cmd_opt() is moved
17893
17894         * src/mainwindow.[ch]
17895                 execute button is hidden when immediate execute
17896                 is chosen
17897
17898         * src/mh.c
17899         * src/news.c
17900         * src/prefs_folder_item.c
17901         * src/procmsg.c
17902                 better handling of missing directories
17903
17904         * src/summaryview.c
17905                 reedit is enabled in outbox
17906                 reedit is enabled in queue
17907
17908 2001-05-17 [hoa]
17909
17910         * src/filtering.c
17911         * src/matcher.[ch]
17912         * src/prefs_filtering.c
17913                 changed attachement into attachment
17914
17915 2001-05-17 [alfons]
17916
17917         0.4.67claws4    
17918
17919         * sync with sylpheed 0.4.67cvs9
17920         * sync with sylpheed 0.4.67cvs7-8
17921
17922 2001-05-17 [hoa]
17923
17924         * src/Makefile.am
17925                 added prefs_filtering.c
17926
17927         * src/filtering.[ch]
17928         * src/matcher.[ch]
17929                 removed action : forward_news and forward_news_as_attachement
17930                 (forward and forward_as_attachement can be used instead)
17931
17932         * src/mainwindow.c
17933                 added menu option to access filtering configuration
17934
17935         * src/prefs_account.c
17936                 changed mail_command default to /usr/sbin/sendmail
17937
17938         * added src/prefs_filtering.[ch]
17939                 dialog box for filtering configuration
17940
17941         * src/prefs_matcher.c
17942                 added function prefs_matcher_get_criteria_from_matching()
17943
17944         * src/prefs_scoring.c
17945                 reset the dialog when register or substitute is clicked
17946
17947 2001-05-15 [hoa]
17948
17949         * src/Makefile.am
17950                 added filtering.[ch]
17951         * src/inc.c
17952                 using filering.[ch] instead of filter.[ch]
17953         * src/main.c
17954                 reading new filtering configuration
17955         * src/matcher.[ch]
17956                 added some filtering actions
17957                 and fixed a bug for headers and mail body matching
17958         * src/mbox.c
17959                 using filering.[ch] instead of filter.[ch]
17960         * src/mh.c
17961                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17962         * src/summaryview.c
17963                 some fixes for filtering
17964
17965 2001-05-14 [hiroyuki]
17966
17967         * src/send.c: fixed some weird indentations.
17968           send_message_with_command(): call pclose() only if p != NULL.
17969         * src/textview.c: get_email_part(): modified the code for readability.
17970
17971 2001-05-14 [hiroyuki]
17972
17973         * src/md5global.h
17974           src/md5ify.c
17975           src/md5ify.h: removed from the cvs.
17976
17977 2001-05-13 [sergey]
17978
17979         * src/main.c: include rfc2015.h to avoid compiler warnings.
17980         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17981         the panel is already on screen.
17982         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17983         closing the alert window by ESC as "No".
17984         * src/prefs_common.c (prefs_interface_create): moved return
17985         receipt check button to the correct place.
17986
17987 2001-03-13 [alfons]
17988
17989         * src/prefs_common.c: 
17990                 moved return receipt check button to the Send tab. (prefs_send_create)
17991                 removed the date format ui related globals. (prefs_display_create)
17992
17993         0.4.67claws3
17994         
17995         * sync with sylpheed 0.4.67cvs5-6
17996
17997 2001-05-13 [paul]
17998
17999         * added Alfons' font selection patch
18000
18001         * src/defs.h
18002         * src/headerwindow.c
18003         * src/prefs_common.c
18004         * src/prefs_common.h
18005
18006 2001-05-13 [hoa]
18007         * src/defs.h
18008                 changed version of cache
18009         * src/matcher.[ch]
18010         * src/prefs_matcher.c
18011                 added additionnal matching criteria
18012         * src/procheader.c
18013         * src/procmsg.[ch]
18014         * src/news.c
18015                 added references in MsgInfo
18016
18017 2001-05-12 [hoa]
18018
18019         * src/defs.h
18020                 prepared some things for new filtering
18021         * src/matcher.[ch]
18022                 added some matching properties
18023                 inreplyto need to be enhanced
18024                 prepared some things for new filtering
18025         * src/messageview.c
18026                 added Return-Receipt-To handling
18027         * src/prefs_folder_item.c
18028                 changed default value to TRUE
18029         * src/prefs_matcher.c
18030                 added some matching properties
18031         * src/prefs_scoring.[ch]
18032                 the scoring dialog is finished
18033         * src/procheader.c
18034                 added Return-Receipt-To handling
18035                 Reference need to be added
18036         * src/procmsg.[ch]
18037                 added Return-Receipt-To handling
18038                 added threadscore to get a better score sorting when
18039                 threads are enabled
18040         * src/summaryview.c
18041                 suppressed a bug when we sort the list
18042                 when no folder is opened.
18043                 better score sorting when threads are enabled
18044
18045 2001-05-12 [alfons]
18046
18047         * reverted previous patch because of potential errors 
18048
18049         0.4.67claws2
18050         
18051         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18052                 applied "toggle mail-retrieval dialog window" patch submitted 
18053                 by Eric Limpens <eric@qnt.net>
18054
18055         * sync with sylpheed 0.4.67cvs4
18056
18057 2001-05-12 [sergey]
18058
18059         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18060         some picky compilers.
18061         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18062         * src/grouplist_dialog.c: include alertpanel.h.
18063         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18064         fix compile warning.
18065         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18066         #include "defs.h" before others to prevent the warning of `MIN'
18067         and `MAX' redefinition.
18068
18069 2001-05-11 [hoa]
18070
18071         * src/main.c
18072         * src/messageview.c
18073         * src/prefs_account.c
18074         * src/prefs_display_header.c
18075                 removed warning
18076         * src/Makefile.am
18077                 added prefs_scoring.[ch]
18078         * src/grouplist_dialog.c
18079                 display an error dialog box if the group list
18080                 cannot be fetched.
18081         * src/mainwindow.[ch]
18082                 added main_window_set_thread_option() function
18083                 scoring dialog box enabled
18084         * src/matcher.[ch]
18085                 added flags matching unread /new / marked
18086                 / deleted / replied / forwarded
18087         * src/news.c
18088                 newsgroups are now finally in newscache
18089         * src/prefs_matcher.[ch]
18090                 finished preferences for matching dialog
18091         * added src/prefs_scoring.[ch]
18092                 scoring dialog box completed
18093         * src/scoring.[ch]
18094                 conversion to string : added scoringprop_to_string()
18095                 write config for preferences :
18096                 added prefs_scoring_write_config()
18097         * src/summaryview.c
18098                 threads can be enabled/disabled independently
18099                 for each folder
18100
18101 2001-05-10 [alfons]
18102
18103         0.4.67claws1
18104         
18105         * AUTHORS: 
18106                 thought it would be nice to have a list of all
18107                 contributors (used Changelog as a reference)
18108         
18109         * configure.in: 
18110                 messed up version numbering...
18111
18112         0.4.66claws1
18113
18114         * sync with sylpheed 0.4.67cvs1-3
18115
18116 2001-05-10 [darko]
18117
18118         * src/prefs_common.c:
18119                 better UI for strftime format, double clicking
18120                 on format now inserts the format in text entry
18121                 replaced close button with standard OK/Cancel
18122                 moved date format button to the right of the
18123                 text entry field
18124
18125 2001-05-09 [alfons]
18126
18127         * src/gtkstext.c:
18128                 Ctrl-Home / Ctrl-End have proper cursor navigation
18129
18130 2001-05-09 [hoa]
18131
18132         * src/prefs_matcher.c
18133                 finished UI to define matching properties
18134                 added ok and cancel button
18135         * src/prefs_filter.c
18136                 added ok and cancel button
18137         * src/news.c
18138                 fixed some bug in xhdr parsing
18139
18140 2001-05-08 [alfons]
18141
18142         * src/textview.c: 
18143                 fixed a bug in textview_show_header(), which displayed two colons (':');
18144                 cleaned up some warnings
18145
18146 2001-05-08 [hoa]
18147
18148         * src/Makefile.am
18149                 added prefs_matcher.[ch]
18150                 compilation with -W -Wall
18151         * src/alertpanel.c
18152                 ungrab the mouse events if grabbed - does it
18153                 fix the bug for disposition notification ?
18154         * src/mainwindow.c
18155                 added a menu option to open the matching dialog.
18156         * src/matcher.[ch]
18157                 added matcherprop_to_string() and matcherlist_to_string()
18158                 fixed some bugs, changed the name of some options
18159                 age_sup and age_inf becomes age_greater and age_lower,
18160                 body and messageheaders becomes body_part and headers_part,
18161                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18162         * src/prefs_display_header.c
18163         * src/prefs_headers.c
18164                 fixed a bug that accidentally destroyed dialogs
18165                 when closed them with delete_event
18166                 Added *_deleted() which handle delete_event signal correctly.
18167         * src/prefs_folder_item.[ch]
18168                 added "enable_thread" field for future customization
18169         * added src/prefs_matcher.[ch]
18170                 sample of the UI to define matching properties
18171         * src/procheader.c
18172                 using procheader_headername_equal instead of str*cmp functions
18173                 using procheader_parse_header() function
18174         * src/scoring.c
18175                 using MATCHING_XXX instead of SCORING_XXX
18176         * src/summaryview.c
18177                 display the sender of the news even if this is ourself
18178                 when this is a news message.
18179         * src/textview.c
18180                 using headername_equal() instead of str*cmp functions
18181
18182 2001-05-08 [alfons]
18183
18184         0.4.66claws
18185
18186         * sync with sylpheed 0.4.66
18187         * src/gtkstext.c: trace logs added 
18188
18189 2001-05-08 [sergey]
18190
18191         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18192         signature check popup.
18193         * src/rfc2015.c (check_signature): show signature check popup only
18194         if it is enabled in preferences.
18195
18196 2001-05-07 [alfons]
18197
18198         0.4.66claws4
18199         
18200         * sync with sylpheed 0.4.66cvs6
18201
18202 2001-05-07 [darko]
18203
18204         * src/prefs_common.[ch]: added option to enable/disable
18205           looking up sender name in address book for summary pane
18206         * src/summaryview.c: look up sender in the address book
18207           by using Alfons' address completion code
18208
18209 2001-05-07 [hiroyuki]
18210
18211         * src/inc.h
18212           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18213           member of Pop3State.
18214         * src/news.c: brought #include "defs.h" before #include <glib.h>
18215           to prevent the warning of `MIN' and `MAX' redefinition.
18216
18217 2001-05-06 [hoa]
18218
18219         * removed src/headers_display.[ch]
18220         * removed src/prefs_display_headers.[ch]
18221         * src/inc.c
18222                 use a temporary file in the user directory for mbox import
18223         * src/news.c
18224                 added XHDR support to get "To" and "Cc" headers
18225                 (in order to match news with to or cc field for
18226                 scoring)
18227                 added function news_parse_xhdr() to get XHDR response
18228         * src/nntp.[ch]
18229                 added function nntp_xhdr()
18230         * src/matcher.c
18231                 fetch the message if necessary
18232
18233 2001-05-06 [alfons]
18234
18235         0.4.66claws3
18236
18237         * sync with sylpheed 0.4.66cvs3-5
18238
18239 2001-05-06 [hoa]
18240
18241         * src/utils.[ch]
18242                 added function itos_buf() to enable use of several buffers
18243         * src/summaryview.c
18244                 use of itos_buf() instead of itos() in summary list
18245                 to fix the broken display of message number.
18246
18247 2001-05-06 [alfons]
18248
18249         * src/gtkstext.c: bug in cursor up navigation fixed,
18250                 fixed another unsigned / signed comparison (we're getting there :-)
18251
18252 2001-05-06 [hoa]
18253
18254         * src/Makefile.am
18255                 added scoring.c scoring.h
18256                 prefs_folder_item.c prefs_folder_item.h
18257                 matcher.c matcher.h
18258         * src/defs.h
18259                 added FOLDERITEM_RC SCORING_RC
18260         * src/folder.[ch]
18261                 added prefs field in FolderItem :
18262                 properties for each folder (PrefsFolderItem),
18263                 sorting type and mode were added as the first properties.
18264         * src/main.c
18265                 read config for scoring
18266         * added src/matcher.[ch]
18267                 gives functions to parse configuration file to do
18268                 matching on mails with a list of conditions.
18269         * src/mainwindow.c
18270                 add option to sort by score
18271         * src/prefs_common.[ch]
18272                 added preference option to show score and for
18273                 the score column size
18274         * added src/prefs_folder_item.[ch]
18275                 properties for each folder (PrefsFolderItem),
18276                 sorting type and mode were added as the first properties.
18277         * src/procheader.[ch]
18278                 added procheader_parse_header()
18279                 added procheader_header_free()
18280                 added procheader_headername_equal()
18281                 and made modification to use them.
18282         * src/procmsg.[ch]
18283                 added score field to MsgInfo structure
18284         * added src/scoring.[ch]
18285                 gives functions to parse configuration file to do
18286                 scoring on mails with a list of conditions.
18287         * src/summaryview.[ch]
18288                 save the sorting type and mode for the folder
18289                 added column to display the score of the mail
18290                 added function summary_score_clicked()
18291                 sorting type and mode are restored to the folder
18292                 when it is reopen
18293         * src/textview.c
18294                 use procheader_parse_header(), procheader_headername_equal()
18295                 removed memory leak in text_scan_header when freeing headers
18296         * src/filter.c
18297                 changed the function to match names of headers
18298                 using procheader_headername_equal()
18299
18300         Scoring functions are implemented, an interface is needed
18301         to configure that.
18302
18303 2001-05-04 [alfons]
18304
18305         * src/gtkstext.c: 
18306                 hopefully fixed the row up navigation bug,
18307                 removed adding back / forward lines to cache
18308
18309 2001-05-04 [sergey]
18310
18311         * src/prefs_display_headers.c: user interface changes:
18312         (prefs_display_headers_create): remove unused "Show" check button;
18313         allow reordering of headers by dragging.
18314         (prefs_display_headers_write_config): remove unused variables.
18315         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18316         of lists (not needed with the new UI).
18317         (prefs_display_headers_set_list): scan lists starting from row 0,
18318         not 1 (do not skip "(New)").
18319         (prefs_display_headers_find_header): new function.
18320         (prefs_display_headers_clist_set_row): do not allow duplicates.
18321         (prefs_display_headers_delete_cb): do not skip row 0; treat
18322         closing the alert window by ESC as "No".
18323         (prefs_display_headers_up): do not protect row 0.
18324         (prefs_display_headers_down): do not protect row 0.
18325
18326 2001-05-04 [sergey]
18327
18328         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18329         functions.
18330
18331         * src/summaryview.c
18332         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18333         summary_select_next_marked, summary_select_prev_marked): new
18334         functions.
18335
18336 2001-05-03 [sergey]
18337
18338         * src/news.c: fixed a bug when no article can be fetched after
18339         server timeout if the connection was restored by news_post():
18340         (news_select_group): new function.
18341         (news_fetch_msg): call news_select_group() before fetching
18342         article.
18343         (news_get_uncached_articles): set session->group after successful
18344         GROUP command.
18345
18346 2001-05-03 [hoa]
18347
18348         * src/defs.h
18349         * src/procmsg.[ch]
18350         * src/procheader.c
18351                  changed version of cache, added cc field
18352
18353         * src/prefs_display_headers.c
18354                 the interface was changed
18355
18356         * src/prefs_headers.c
18357                 added cancel button
18358
18359 2001-05-03 [alfons]
18360
18361         * completed sync of sylpheed cvs2
18362         * src/gtkstext.c: updated row up / down cursor navigation
18363         * src/textview.c: re-edited, prepared for fixing the email address
18364                 scanner.
18365
18366 2001-05-03 [darko]
18367
18368         * src/prefs_common.c: use alfons' strftime ui code
18369         entry_datefmt and datefmt_sample widgets have to be
18370         global in this module because of this change
18371
18372 2001-05-03 [hoa]
18373
18374         * src/messageview.c
18375         * src/prefs_common.[ch] added option to activate the return receipt
18376                 feature.
18377
18378 2001-05-02 [alfons]
18379
18380         * src/gtkstext.c: fix for row up/down cursor navigation. 
18381
18382         0.4.66claws2
18383         
18384         * sync with 0.4.66cvs2
18385
18386 2001-05-02 [paul]
18387
18388         added add-sender-to-addressbook patch
18389
18390         * src/addressbook.c
18391         * src/addressbook.h
18392         * src/summaryview.c
18393
18394 2001-05-02 [sergey]
18395
18396         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18397         G_ALERTDISABLE.
18398
18399         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18400         all existing callers changed to pass FALSE; create a check button
18401         to disable the message.
18402         (alertpanel_message_with_disable): new function.
18403         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18404         (alertpanel_button_toggled): new function.
18405         (alertpanel_button_clicked, alertpanel_close): set value using
18406         G_ALERT_VALUE_MASK.
18407
18408         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18409
18410         * src/prefs_common.c (prefs_privacy_create): new check button
18411         checkbtn_gpgme_warning.
18412
18413         * src/main.c (main): moved preferences reading before gpgme
18414         initialization; check prefs_common.gpgme_warning before giving the
18415         GnuPG warning and set it to FALSE if the user wants to disable the
18416         warning.
18417
18418 2001-05-02 [hiroyuki]
18419
18420         * src/prefs_display_headers.c: modified the layout and some labels.
18421
18422 2001-05-02 [sergey]
18423
18424         * src/prefs_account.c (prefs_account_fix_size): new function.
18425         (prefs_account_create): call prefs_account_fix_size(); use
18426         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18427         size when the window is shown for the first time).
18428         (prefs_account_basic_create): changed layout of serv_table; moved
18429         localmbox_entry above smtpserv_entry (logically it replaces
18430         POP3/IMAP server).
18431         (prefs_account_protocol_activated): set sensitivity of
18432         nntpauth_chkbtn according to the protocol (in addition to
18433         hide/show); commented out gtk_table_set_row_spacing() calls.
18434         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18435         not sensitive (fixes a bug with disabled username/password boxes
18436         when editing POP3 account after NNTP with authentication).
18437
18438 2001-05-02 [hoa]
18439
18440         * src/account.c
18441         * src/inc.c
18442         * src/prefs_account.[ch]
18443         * src/send.c
18444                 removed local account without SMTP server
18445                 added option to use mail command instead of a connexion
18446                 to SMTP server when a local account is used
18447         * src/prefs_headers.c
18448                 fixed a bug
18449         * src/news.c
18450                 fixed a bug when connexion immediately closed
18451
18452 2001-05-01 [alfons]
18453
18454         0.4.66claws1
18455         
18456         * sync with 0.4.65
18457
18458 2001-05-01 [sergey]
18459
18460         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18461         widget nntpauth_chkbtn.
18462         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18463         visibility.
18464         (prefs_account_nntpauth_toggled): new function.
18465
18466         * src/news.c (news_session_new_for_folder): use NNTP
18467         authentication only if ac->use_nntp_auth is set.
18468
18469 2001-05-01 [hoa]
18470
18471         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18472         * src/prefs_display_headers.c changed the UI
18473         * src/prefs_headers.c changed account_name to account_id
18474         * src/compose.c using customheader.h
18475
18476 2001-05-01 [hiroyuki]
18477
18478         * src/esmtp.c
18479           src/news.c
18480           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18481           unsynched.
18482
18483 2001-05-01 [hoa]
18484
18485         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18486         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18487                 for displaying of headers
18488         * src/grouplist_dialog.[ch] minor changes to remove warnings
18489         * src/prefs_display_headers.[ch] dialog to choose the
18490         headers to display in the mail viewer.
18491         * src/headers.h correction of #define
18492         * src/headers_display.[ch] configuration for displaying of headers.
18493         * src/main.c read config of displaying of headers
18494         * src/prefs_common.c add a button to access the config dialog
18495                 for displaying of headers
18496         * src/prefs_display_headers.[ch] dialog for configuration for
18497                 displaying of the headers.
18498         * src/prefs_headers.c cleaning of code
18499         * src/procheader.c comments added to code
18500         * src/textview.c changes to reorder the headers depending
18501                 on the config for displaying of headers
18502
18503 2001-04-30 [alfons]
18504
18505         0.4.65claws7
18506
18507         * sync with 0.4.65cvs12
18508
18509         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18510
18511 2001-04-30 [sergey]
18512
18513         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18514
18515         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18516         is set to force reconnection after authentication failure.
18517         (nntp_gen_command): set sock->auth_failed on authentication
18518         failure, or if sock->userid and sock->passwd are not set.
18519
18520         * src/news.c (news_session_new_for_folder): set userid=NULL if
18521         password dialog is cancelled.
18522
18523 2001-04-30 [sergey]
18524
18525         * src/nntp.h (NNTPSockInfo): new type.
18526
18527         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18528         SockInfo.
18529         (nntp_open_auth, nntp_close): new functions.
18530         (nntp_gen_command): new function to handle authentication; all
18531         NNTP command functions updated to use it.
18532         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18533         (nntp_list): removed old useless code.
18534
18535         * src/news.h (NNTPSession): new field nntp_sock.
18536
18537         * src/news.c: all functions updated to use NNTPSockInfo instead of
18538         SockInfo.
18539         (news_session_new): new arguments (userid, passwd); made static;
18540         use nntp_open_auth() if needed.
18541         (news_session_destroy): use nntp_close() instead of sock_close().
18542         (news_query_password): changed arguments.
18543         (news_session_new_for_folder): new function.
18544         (news_session_get): use news_session_new_for_folder().
18545         (news_authenticate): deleted.
18546         (news_get_uncached_articles): removed old authentication code.
18547
18548 2001-04-30 [sergey]
18549
18550         * src/news.c: reverted my previous changes (need to do NNTP
18551         authentication in a cleaner way).
18552         
18553 2001-04-29 [sergey]
18554
18555         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18556         news_nntp_post, news_nntp_mode): new functions (wrappers with
18557         authentication support).
18558         (news_get_article_cmd, news_get_article, news_get_header): new
18559         argument "folder"; all callers changed.
18560         (news_get_article_cmd): added authentication support.
18561         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18562         (news_post): use news_nntp_post() instead of nntp_post().
18563         (news_get_uncached_articles): use news_nntp_group() instead of
18564         nntp_group() and news_nntp_xover() instead of nntp_xover();
18565         removed old authentication code.
18566         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18567
18568         * src/nntp.c (nntp_list): return real error code instead of
18569         hardcoded NN_ERROR.
18570
18571 2001-04-29 [sergey]
18572
18573         * configure.in: fixed wint_t typedef detection again
18574
18575 2001-04-28 [hoa]
18576
18577         * src/prefs_account.[ch], added A_LOCAL_CMD
18578                 (send mail with mail command)
18579         * src/send.c added function send_message_with_command()
18580         * src/inc.c made a more secure get_spool() function with
18581                 mktemp() but maybe mkstemp() or something more
18582                 secure can be used.
18583
18584 2001-04-28 [alfons]
18585
18586         * src/textview.c, colorization of email addresses in headers
18587
18588         0.4.65claws6
18589
18590         * bug sync with sylpheed
18591         * prefs_common.c: created date format ui for darko
18592         * sync with 0.4.65cvs11
18593         * configure.in: corrected to have the new gpg checks
18594
18595 2001-04-27 [alfons]
18596
18597         * completed sync with 0.4.65cvs10
18598         * minor debug things added to gtkstext.c
18599
18600 2001-04-27 [darko]
18601
18602         * configure.in: remove check for availability of
18603           strftime() as advised by Hiroyuki
18604         * src/prefs_common.[ch], src/procheader.c:
18605           synch strftime() code with Hiroyki's main branch
18606
18607 2001-04-26 [sergey]
18608
18609         * src/news.c: news_query_password(), news_authenticate(): new
18610           functions.
18611           news_get_uncached_articles(): added NNTP authentication
18612           handling.
18613         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18614           new functions.
18615         * src/prefs_account.c: prefs_account_protocol_activated():
18616           enable userid and password fields for NNTP.
18617
18618 2001-04-26
18619
18620         * configure.in: check for availability of strftime()
18621           [darko]
18622         * src/prefs_common.[ch], src/procheader.c: use
18623           strftime() for displaying date in summary pane if it
18624           is available
18625
18626 2001-04-25
18627
18628         * more .cvsignore cleanups [alfons]
18629
18630 2001-04-25
18631
18632         * ac/sv-check-type.m4: new autoconf macro.
18633         * configure.in: fixed wint_t typedef detection (did not work
18634           with gcc-2.96).
18635
18636 2001-04-25
18637
18638         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18639           [hiroyuki]
18640
18641 2001-04-24
18642         * modified gtkstext.c : buggy cursor navigation fixed, 
18643           and font descent also taken in account when drawing
18644           cursor. [alfons]
18645
18646 2001-04-24 [hoa]
18647         * added comments in src/news.c src/nntp.c
18648         * added src/prefs_headers.[ch]
18649         * added src/headers.[ch]
18650         * modified compose.c to activate custom headers
18651                 added function is_in_custom_headers
18652         * modified prefs_account.[ch]
18653                 added function prefs_account_customhdr_edit
18654         * modified src/defs.h :
18655                 added HEADERS_RC : name of the config file
18656                 for the custom headers
18657
18658 2001-04-24
18659
18660     0.4.65claws5
18661
18662         * configure.in
18663           src/gtkstext.[ch]
18664           src/compose.c
18665           src/Makefile.am
18666           
18667           added gtkstext with configure.in patch by Hiroyuki which
18668           should fix the XIM detection [alfons]
18669
18670         * more clean up of cvs [alfons]
18671
18672                  * removed all Makefile.in files to attic.
18673
18674                  * updated all .cvsignores to really ignore things that could
18675                    be unintentionally committed by a recursive commit.
18676
18677 2001-04-23 [hoa]
18678         * added src/grouplist_dialog.[ch]
18679         * changed src/folderview.c to call grouplist_dialog instead
18680                 of inputdialog
18681         * src/news.c :
18682                 added functions news_reset_group_list
18683                 and news_get_group_list
18684         * src/nntp.c :
18685                 added function nntp_list
18686         * src/defs.h :
18687                 added GROUPLIST_FILE : name of the newsgroup list cache file
18688
18689 2001-04-21
18690
18691         * added option to warn about queued messages on exit [sergey]:
18692
18693           * src/compose.c: compose_queue(): call folder_item_scan()
18694             and folderview_update_item() after queueing.
18695           * src/folderview.c: folderview_update_node(): draw the queue
18696             folder in bold font if there are queued messages.
18697           * src/mainwindow.c: queued_messages(): new function.
18698             app_exit_cb(): display warning if there are queued messages
18699             if warn_queued_on_exit is set.
18700           * prefs_common.[ch]: add warn_queued_on_exit option.
18701
18702         * enhanced GnuPG key selection support [sergey]:
18703
18704           * src/select-keys.c: updated to newer version from Win32
18705             branch with support for selecting arbitrary keys.
18706           * src/prefs_account.c: added the Privacy tab to the account
18707             options window.
18708             prefs_account_privacy_create(),
18709             prefs_account_sign_key_set_data_from_radiobtn(),
18710             prefs_account_sign_key_set_radiobtn(): new functions.
18711           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18712           * src/rfc2015.c: set_signers(): new function.
18713             pgp_sign(): add the account parameter, call set_signers().
18714             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18715           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18716           * src/compose.c: pass the current account to rfc2015_sign().
18717
18718         * tag name claws added to prevent confusion with main branch [alfons]
18719
18720         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18721
18722         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18723
18724         * sync with recent sylpheed cvs. Untested though. [alfons]
18725